*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f710f4fc
MK
12002-09-14 Mark Kettenis <kettenis@gnu.org>
2
3 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
4 zero.
5
db54fef4
CV
62002-09-14 Corinna Vinschen <vinschen@redhat.com>
7
8 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
9 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
10 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
11
2becadee
CF
122002-09-13 Christopher Faylor <cgf@redhat.com>
13
14 * win32-nat.c (child_create_inferior): Honor 'tty' command.
15
de17c821
DJ
162002-09-13 Daniel Jacobowitz <drow@mvista.com>
17
18 * gdbtypes.c (check_stub_method): Make static.
19 (check_stub_method_group): New function.
20 * gdbtypes.h: Update prototypes.
21 * cp-support.c: New file.
22 * cp-support.h: New file.
23
24 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
25 (update_method_name_from_physname): New function.
26 (read_member_functions): Correct method names for operators
27 and v3 constructors/destructors. Separate v2 constructors and
28 destructors.
29 * Makefile.in (stabsread.o): Update dependencies.
30 (SFILES): Add cp-support.c.
31 (COMMON_OBS): Add cp-support.o.
32 (cp_support_h, cp-support.o): Add.
33
34 * cp-valprint.c (cp_print_class_method): Call
35 check_stub_method_group instead of check_stub_method. Remove
36 extraneous QUITs.
37 * p-valprint.c (pascal_object_print_class_method): Likewise.
38 * valops.c (search_struct_method): Likewise.
39 (find_method_list, value_struct_elt_for_reference): Likewise.
40
e76cff22
AC
412002-09-13 Andrew Cagney <cagney@redhat.com>
42
43 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
44 * gdbarch.h, gdbarch.c: Regenerate.
45
905abb3f
AC
462002-09-13 Andrew Cagney <ac131313@redhat.com>
47
48 * frame.c (find_saved_register): Delete function.
49 * frame.h (find_saved_register): Delete declaration.
50 Fix PR gdb/631.
51
64159455
AC
52Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
53
54 * mips-tdep.c (read_next_frame_reg): Re-hack using
55 frame_register_unwind.
56
795e1e11
AC
57Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
58
59 * mips-tdep.c (mips_get_saved_register): Re-hack using
60 frame_register_unwind.
61
5720643c
JB
622002-09-12 Joel Brobecker <brobecker@gnat.com>
63
64 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
65 vector. Will be useful for Interix.
66 * gdbarch.h, gdbarch.c: Regenerate.
67
68 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
69 name of the malloc function by NAME_OF_MALLOC.
70
3bada2a2
JB
712002-09-12 Joel Brobecker <brobecker@gnat.com>
72
73 * value.h (find_function_in_inferior): Add const keyword to
74 one of the parameters. Allows us to invoke this function with
75 a const char *.
76 * valops.c (find_function_in_inferior): Likewise.
77
3db26b01
JB
782002-09-12 Joel Brobecker <brobecker@gnat.com>
79
80 * exec.c (xfer_memory): Fix compilation warning with old versions
81 of GCC.
82 * tracepoint.c (trace_find_tracepoint_command): Likewise.
83
17c5ed2c
DC
842002-09-12 David Carlton <carlton@math.stanford.edu>
85
86 * symtab.h: Run through gdb_indent.h.
87 Add 2002 to Copyright year list.
88
ecd1107e
AM
892002-09-12 Alan Modra <amodra@bigpond.net.au>
90
91 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
92 mach constants.
93 * MAINTAINERS: Add myself to write after approval list.
94
e64f66d1
JB
952002-09-11 J. Brobecker <brobecker@gnat.com>
96
97 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
98
f9395794
JB
992002-09-11 J. Brobecker <brobecker@gnat.com>
100
101 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
102 Interix.
103
1a303dec
MS
1042002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
105
106 * procfs.c (do_detach): Clear current signal, not just fault.
107 Corrects problem with breakpoint trap signal leaking to detached
108 process on Tru64.
109
c0219d42
MS
1102002-09-10 Michael Snyder <msnyder@redhat.com>
111
112 * buildsym.c (finish_block): Protect against null pointer.
113
9d84ac84
AC
1142002-09-10 Andrew Cagney <cagney@redhat.com>
115
116 * infcmd.c (default_print_registers_info): Send all output to
117 ``file'' instead of ``gdb_stdout''.
118
77d8f2b4
MS
1192002-09-10 Michael Snyder <msnyder@redhat.com>
120
121 * mips-tdep.c (mips_extract_struct_value_address): Make val a
122 LONGEST, and use signed register read (addresses are sign-
123 extended for mips).
124
99656a61
SC
1252002-09-10 Stephane Carrez <stcarrez@nerim.fr>
126
127 * event-loop.c (gdb_do_one_event): Make public.
128 * event-loop.h (gdb_do_one_event): Declare.
129
da12f4d8
JL
1302002-09-10 Jeff Law <law@redhat.com>
131
132 * infttrace.c (child_resume): Simplify and rework to avoid
133 TT_PROC_CONTINUE.
134
d0aee0c4
FF
1352002-09-09 Fred Fish <fnf@intrinsity.com>
136
137 * printcmd.c (print_scalar_formatted): "len" is the number of
138 target bytes, NOT the number of target bits.
139
7cb3ec5e
EZ
1402002-09-09 Elena Zannoni <ezannoni@redhat.com>
141
142 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
143 * top.c (init_main): Set rl_terminal_name.
144
4dc81987
AS
1452002-09-08 Aidan Skinner <aidan@velvet.net>
146
147 * ada-lang.c (ada_array_bound, ada_type_match,
148 _initialize_ada_language): Fix K&R definitions.
149 * ada-tasks.c (get_current_task): Fix K&R definitions.
150 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
151
842330b4
CF
1522002-09-07 Christopher Faylor <cgf@redhat.com>
153
154 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
155 Add XP.
156
43156d82
MK
1572002-09-06 Mark Kettenis <kettenis@gnu.org>
158
66da5fd8
MK
159 * i386-tdep.c (i386_register_virtual_type,
160 i386_register_convertible, i386_register_convert_to_virtual,
161 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
162 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
163 (i386_gdbarch_init): Fix comment. Add comments on calls that set
164 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
165 Don't set push_arguments twice.
166
4b218c18
MK
167 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
168 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
169 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
170 sigtramp_end to NULL.
171 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
172 defines.
173 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
174
4cc314d5
MK
175 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
176 whitespace.
177
43156d82
MK
178 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
179 * gdbarch.h, gdbarch.c: Re-generate.
180 * blockframe.c (find_pc_sect_partial_function): Convert to use
181 SIGTRAMP_START_P predicate.
182
6672060b
MS
1832002-09-05 Michael Snyder <msnyder@redhat.com>
184
a90c3637
MS
185 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
186 generic_dummy_frame method and old method. Also distinguish
187 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 188 (arm_extract_return_value): Use new regcache method.
a90c3637 189
6672060b
MS
190 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
191 adjustment that doesn't conform to the ABI.
192 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
193 saved regcache, not from current regcache.
194
299ffc64
AC
1952002-09-05 Andrew Cagney <ac131313@redhat.com>
196
197 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
198 * README: Update.
199
a3a2ee65
JT
2002002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
201
202 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
203 if arm_apcs_32 is false.
204
2bc7eea9
AC
2052002-09-04 Andrew Cagney <ac131313@redhat.com>
206
207 GDB 5.3 branch created.
208
8a55a7c5
TR
2092002-09-03 Theodore A. Roth <troth@verinet.com>
210
211 * gdb/avr-tdep.c (avr_gdbarch_init): Use
212 generic_unwind_get_saved_register.
213
e26fb1d7
DC
2142002-09-03 David Carlton <carlton@math.stanford.edu>
215
216 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
217 argument (PR gdb/653). Update call to smash_to_method_type.
218 (read_structure_scope): Update call to dwarf2_add_member_fn.
219
30d52491
ML
2202002-09-03 Michal Ludvig <mludvig@suse.cz>
221
222 * x86-64-linux-tdep.c: Include gdb_string.h
223 * x86-64-linux-nat.c: Ditto.
224
06891d83
JT
2252002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
226
227 * ada-exp.y (yyname, yyrule): Remap global variables that appear
228 when YYDEBUG is set to 1.
229 * c-exp.y: Likewise.
230 * f-exp.y: Likewise.
231 * jv-exp.y: Likewise.
232 * m2-exp.y: Likewise.
233 * p-exp.y: Likewise.
234
7d400e77
JT
2352002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
236
237 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
238 dependency list.
239 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
240 solib_svr4_fetch_link_map_offsets to
241 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
242 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
243 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
244 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
245 solib-svr4.o, and solib-legacy.o.
246 * config/i386/tm-nbsd.h: Include solib.h.
247
704a27c4
JT
2482002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
249
250 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
251 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
252 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
253 comment noting that this needs its own target configuration.
254 * config/i386/nbsd.mt: New file.
255 * config/i386/nbsdaout.mt: Remove.
256 * config/i386/nbsdelf.mt: Ditto.
257 * config/i386/tm-nbsdaout.h: Ditto.
258
d66198e1
JT
2592002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
260
261 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
262 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
263 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
264 tdep->sigtramp_end.
265 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
266 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
267 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
268
3cac699e
JT
2692002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
270
271 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
272 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
273 * i386-tdep.h (i386bsd_init_abi): New prototype.
274 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
275 function declaration.
276 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
277 for NetBSD-a.out or NetBSD-ELF.
278 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
279 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
280 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
281 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
282 and nbsd-tdep.h.
283 (i386nbsd_pc_in_sigtramp): New function.
284 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
285 i386nbsd_pc_in_sigtramp.
286 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
287 and i386nbsdelf_init_abi OS ABI handlers.
288 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
289 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
290
7010ca0a
MK
2912002-09-02 Mark Kettenis <kettenis@gnu.org>
292
293 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
294 registers if the target really has them.
295
6dd93b72
JT
2962002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
297
298 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
299 than nbsd-tdep.h.
300
2ca8ae21
JT
3012002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
302
303 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
304 list.
305 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
306 (alphanbsd_skip_sigtramp_frame): New functions.
307 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
308 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
309 to alphanbsd_sigcontext_addr.
310
3d9b49b0
JT
3112002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
312
313 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
314 list.
315 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
316 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
317 nbsd_pc_in_sigtramp.
318 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
319 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
320 * nbsd-tdep.c: Include gdb_string.h.
321 (nbsd_pc_in_sigtramp): New function.
322 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
323 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
324 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
325 ppcnbsd_pc_in_sigtramp.
326 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
327 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
328 shnbsd_pc_in_sigtramp.
329 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
330 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
331 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
332
c860120c
PM
3332002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
334
335 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
336 watchpoints to NULL.
337 (insert_breakpoints): set val field of watchpoints if NULL.
338
339
c7612d53
JB
3402002-08-29 Jim Blandy <jimb@redhat.com>
341
342 * symtab.c (lookup_symbol_aux): In the cases where we find a
343 minimal symbol of an appropriate name and use its address to
344 select a symtab to read and search, use `name' (as passed to us)
345 as the demangled name when searching the symtab's global and
346 static blocks, not the minsym's name.
347
66609862
KS
3482002-08-29 Keith Seitz <keiths@redhat.com>
349
350 * stack.c (print_frame_info_base): Always set current_source_symtab
351 and current_source_line.
352
151fefe2
JB
3532002-08-29 Donn Terry <donnte@microsoft.com>
354
355 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
356
bfb3754e
KS
3572002-08-28 Keith Seitz <keiths@redhat.com>
358
359 * stack.c (select_frame): Add FIXME concerning selected-frame
360 events.
361 (select_frame_command): Send selected-frame-level-changed
362 event notification, but only if the level actually changed.
363 (up_silently_base): Add selected-frame-level-changed event
364 notification.
365 (down_silently_base): Likewise.
366
e822a2a0
AC
3672002-08-28 Andrew Cagney <ac131313@redhat.com>
368
369 * Makefile.in: Update dependencies for all gdb/*.c files.
370
309367d4
TT
3712002-08-27 Tom Tromey <tromey@redhat.com>
372
373 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
374 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
375 Update dependencies.
376 * i387-tdep.c: Include gdb_string.h.
377 * osabi.c: Likewise.
378 * i386-linux-nat.c: Likewise.
379 * lin-lwp.c: Likewise.
380 * ax-gdb.c: Likewise.
381 * signals/signals.c: Likewise.
382 * jv-valprint.c: Likewise.
383 * p-lang.c: Likewise.
384 * c-valprint.c: Likewise.
385 * cp-abi.c: Likewise.
386
e1507482
EZ
3872002-08-27 Elena Zannoni <ezannoni@redhat.com>
388
389 * cli/cli-script.h (copy_command_lines): Export.
390 * breakpoint.c: Include cli/cli-script.h.
391 * Makefile.in (breakpoint.o): Update dependencies.
392
c6510018
MS
3932002-08-26 Michael Snyder <msnyder@redhat.com>
394
395 * breakpoint.c (insert_breakpoints): Protect all references
396 to 'process_warning'. Shorten long lines.
397
c2b8ed2c
MS
3982002-08-26 Joel Brobecker <brobecker@gnat.com>
399
400 * cli/cli-script.c (copy_command_lines): New function.
401 * defs.h (copy_command_lines): Export.
402 * testsuite/gdb.base/commands.exp: New tests for commands
403 attached to a temporary breakpoint, and for commands that
404 delete the breakpoint they are attached to.
405
4062002-08-26 Michael Snyder <msnyder@redhat.com>
407
408 * breakpoint.c (bpstat_stop_status): Instead of copying the
409 pointer to the breakpoint commands struct, make a new copy
410 of the struct and point to that.
411 (bpstat_clear): Free the commands struct.
412 (bpstat_clear_actions): Free the commands struct.
413 (bpstat_do_actions): Free the command actions. Also execute
414 the local cleanups, instead of deleting them.
415 (delete_breakpoint): Leave the commands field of the bpstat
416 chain alone -- it will be freed later.
417
64b84175
KB
4182002-08-26 Kevin Buettner <kevinb@redhat.com>
419
420 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
421 deleted in 2002-08-20 commit. This function is still used by
422 ppc-linux-nat.c.
423
55970da6
KS
4242002-08-26 Keith Seitz <keiths@redhat.com>
425
426 * gdb-events.sh: Add selected-frame-level-changed event.
427 * gdb-events.c: Regenerated.
428 * gdb-events.h: Regenerated.
429
a790ad35
SC
4302002-08-26 Stephane Carrez <stcarrez@nerim.fr>
431
432 Fix PR gdb/393:
433 * inflow.c (terminal_save_ours): New function to save terminal
434 settings.
435 * inferior.h (terminal_save_ours): Declare.
436 * target.c (debug_to_terminal_save_ours): New function.
437 (cleanup_target): Defaults to_terminal_save_ours.
438 (update_current_target): Inherit to_terminal_save_ours.
439 (setup_target_debug): Set to_terminal_save_ours.
440 * target.h (target_terminal_save_ours): New to save terminal settings.
441 (target_ops): New member to_terminal_save_ours.
442 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
443 * hpux-thread.c (init_hpux_thread_ops): Likewise.
444 * inftarg.c (init_child_ops): Likewise.
445 * m3-nat.c (init_m3_ops): Likewise.
446 * procfs.c (init_procfs_ops): Likewise.
447 * wince.c (init_child_ops): Likewise.
448 * win32-nat.c (init_child_ops): Likewise.
449 * sol-thread.c (init_sol_thread_ops): Likewise.
450
c00dcbe9
MK
4512002-08-26 Mark Kettenis <kettenis@gnu.org>
452
3d7f4f49
MK
453 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
454 use regcache_* functions.
455 (i386_gdbarch_init): Set store_return_value instead of
456 deprecated_store_return_value.
457
c00dcbe9
MK
458 * regcache.c (regcache_raw_write_signed,
459 regcache_raw_write_unsigned): New functions.
460 * regcache.h (regcache_raw_write_signed,
461 regcache_raw_write_unsigned): New prototypes.
462
0e0d15ca
AC
4632002-08-25 Andrew Cagney <ac131313@redhat.com>
464
465 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
466 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
467 source file dependencies. Cleanup corresponding generator rules.
468
d3b22ed5
AC
4692002-08-25 Andrew Cagney <ac131313@redhat.com>
470
471 * regcache.h (register_offset_hack): Declare.
472 (regcache_cooked_read_using_offset_hack): Declare.
473 (regcache_cooked_write_using_offset_hack): Declare.
474
475 * regcache.c (register_offset_hack): New function.
476 (regcache_cooked_read_using_offset_hack): New function.
477 (regcache_cooked_write_using_offset_hack): New function.
478 (regcache_dump): Check that the registers, according to their
479 offset, are packed hard against each other.
480 (cooked_xfer_using_offset_hack): New function.
481
bb425013
AC
4822002-08-25 Andrew Cagney <ac131313@redhat.com>
483
484 * regcache.c (struct regcache_descr): Add field register_type.
485 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
486 in as a parameter
487 (init_regcache_descr): Initialize register_type. Pass the descr
488 to init_legacy_regcache_descr. Use register_type instead of
489 REGISTER_VIRTUAL_TYPE.
490 (register_type): New function.
491 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
492 * regcache.h (register_type): Declare.
493
d0403e00
AC
4942002-08-25 Andrew Cagney <ac131313@redhat.com>
495
496 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
497 instead of deprecated_store_return_value. Fix fallout from
498 2002-08-23 Andrew Cagney <cagney@redhat.com>.
499
0ed04cce
AC
5002002-08-25 Andrew Cagney <ac131313@redhat.com>
501
502 * regcache.c (max_register_size): New function.
503 (init_legacy_regcache_descr): Ensure that max_register_size is
504 large enough for REGISTER_VIRTUAL_SIZE.
505 * regcache.h (max_register_size): Declare.
506
46d79c04
AC
5072002-08-24 Andrew Cagney <ac131313@redhat.com>
508
509 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
510 store_return_value.
511 (e500_extract_return_value): Change type of valbuf pointer to
512 void.
513
853c7bd0
MK
5142002-08-24 Mark Kettenis <kettenis@gnu.org>
515
cd87e769
MK
516 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
517 workaround.
518
853c7bd0
MK
519 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
520 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
521 long long) to prevent compiler warning on 64-bit systems.
522
ebba8386
AC
5232002-08-23 Andrew Cagney <cagney@redhat.com>
524
525 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
526 (DEPRECATED_STORE_RETURN_VALUE): New method.
527 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
528 * gdbarch.h, gdbarch.c: Re-generate.
529
530 * values.c (set_return_value): Pass current_regcache to
531 STORE_RETURN_VALUE.
532 * arch-utils.h (legacy_store_return_value): Declare.
533 * arch-utils.c (legacy_store_return_value): New function.
534 (legacy_extract_return_value): Update parameters.
535
536 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
537 STORE_RETURN_VALUE.
538 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
539 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
540 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
541 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
542 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
543 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
544 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
545 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
546 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
547 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
548
549 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
550 * i386-tdep.c (i386_extract_return_value): Update.
551 * arch-utils.c (legacy_extract_return_value): Update.
552 * frv-tdep.c (frv_gdbarch_init): Update.
553 * cris-tdep.c (cris_gdbarch_init): Update.
554 * d10v-tdep.c (d10v_gdbarch_init): Update.
555 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
556 * m68k-tdep.c (m68k_gdbarch_init): Update.
557 * mcore-tdep.c (mcore_gdbarch_init): Update.
558 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
559 * s390-tdep.c (s390_gdbarch_init): Update.
560 * sparc-tdep.c (sparc_gdbarch_init): Update.
561 * sh-tdep.c (sh_gdbarch_init): Update.
562 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
563 * v850-tdep.c (v850_gdbarch_init): Update.
564 * avr-tdep.c (avr_gdbarch_init): Update.
565 * ia64-tdep.c (ia64_gdbarch_init): Update.
566 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
567 * vax-tdep.c (vax_gdbarch_init): Update.
568 * alpha-tdep.c (alpha_gdbarch_init): Update.
569 * arm-tdep.c (arm_gdbarch_init): Update.
570 * mips-tdep.c (mips_gdbarch_init): Update.
571 * i386-tdep.c (i386_gdbarch_init): Update.
572
5bd8c6d0
AC
5732002-08-23 Andrew Cagney <ac131313@redhat.com>
574
575 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
576 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
577
e73e1724
MK
5782002-08-24 Mark Kettenis <kettenis@gnu.org>
579
580 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
581 problems.
582
3e6564e1
JB
5832002-08-23 Joel Brobecker <brobecker@gnat.com>
584
585 * infrun.c (handle_inferior_event): Move a comment outside of a
586 function call, in order to avoid indent reformatting this part
587 of the code in an unreadable way.
588
81d0cc19
GS
5892002-08-23 Grace Sainsbury <graces@redhat.com>
590
591 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
592 when breakpoints fail. Move general breakpoint error messages to
593 insert_breakpoints.
594 * breakpoint.c (insert_breakpoints): Change warnings when
595 breakpoints are nto inserted to specify the type. Remove call to
596 memory_error when hardware breakpoints can't be inserted. Remove
597 multiple calls to warning so all messages are sent to the user at
598 once.
599 (delete_breakpoints): Make insert error messsages more explicit.
600
17574093
DJ
6012002-08-23 Daniel Jacobowitz <drow@mvista.com>
602
603 * ChangeLog: Move gdbserver entries after GDB 5.2 to
604 gdbserver/ChangeLog.
605
8acc2935
MK
6062002-08-23 Mark Kettenis <kettenis@gnu.org>
607
dfe01d39
MK
608 * i386-tdep.c: Include "objfiles.h".
609 (i386_svr4_init_abi): Set in_solib_call_trampoline and
610 skip_trampoline_code.
611 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
612 (CPLUS_MARKER): Define to '.'.
613
8acc2935
MK
614 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
615 member.
616 (linux_corefile_thread_callback): Increase args->num_notes.
617 (linux_make_note_section): Initialize thread_args.num_notes, and
618 use it to determine whether notes for any threads were created.
619
151fefe2 6202002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
621
622 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
623 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
624 and PCUNKILL.
625 (write_with_trace): Conditionalize out the switch branch handling
626 PCSHOLD if the corresponding macro is not defined. Likewise for
627 PRSABORT and PRSTOP.
628 This change will be needed by the Interix port.
629
e1507482
EZ
6302002-08-22 Elena Zannoni <ezannoni@redhat.com>
631
632 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
633 write_register wherever possible instead of manipulating the
634 register bytes directly.
635 Assign VALUE_CONTENTS to a variable and use that.
636 The GPR numbers are now dependent on the architecture.
637
96ff0de4
EZ
6382002-08-22 Elena Zannoni <ezannoni@redhat.com>
639
640 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
641 ev_offset fields.
642 (skip_prologue): Add support for BookE/e500 instructions.
643 (e500_extract_return_value): New function.
644 (frame_get_saved_regs): Add support for saving ev registers and
645 pseudo gpr's.
646 (e500_store_return_value): New function.
647 (rs6000_gdbarch_init): Move up default intializations of
648 deprecated_extract_return_value and store_return_value. Overwrite
649 init of store_return_value with e500 specific version.
650 Set extract_return_value for e500.
651
fbefca5b
EZ
6522002-08-22 Elena Zannoni <ezannoni@redhat.com>
653
654 * blockframe.c (generic_call_dummy_register_unwind): Use
655 regcache_cooked_read to catch cases in which the variable is
656 stored in a pseudo register.
657
4d210288
AC
6582002-08-22 Andrew Cagney <cagney@redhat.com>
659
660 * NEWS: Mention that the i960 has been made obsolete.
661 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
662 i960-tdep.c
663 (remote-nrom.o): Obsolete target.
664 (remote-nindy.o, i960-tdep.o): Ditto.
665 * remote-nrom.c: Make file obsolete.
666 * remote-nindy.c, remote-vx960.c: Ditto.
667 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
668 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
669 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
670 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
671 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
672 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
673 i960-*-vxworks* obsolete.
674 * MAINTAINERS: Note that the i960 is obsolete.
675
6c0c456d
CV
6762002-08-21 Corinna Vinschen <vinschen@redhat.com
677
678 * aix-thread.c (aix_thread_detach): Disable thread debugging on
679 detach to allow reinitialization.
680
9f9d12b3
AC
6812002-08-22 Andrew Cagney <ac131313@redhat.com>
682
683 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
684 attempt).
685
ebeb39fe
JB
6862002-08-22 Jim Blandy <jimb@redhat.com>
687
688 * coffread.c (coff_symfile_read): Don't try to read the line
689 number table from disk if the image file doesn't have a symbol
690 table; we'll never actually look at the info anyway, and Windows
691 ships DLL's with bogus file offsets for the line number data.
692
5bf1c677
EZ
6932002-08-21 Elena Zannoni <ezannoni@redhat.com>
694
695 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
696 an e500 executable.
697
71b8ef93
MS
6982002-08-21 Michael Snyder <msnyder@redhat.com>
699
700 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
701 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
702 (DEFAULT_MIPS_TYPE): Delete unused macro.
703 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
704 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 705
d174216d
JB
7062002-08-21 Jim Blandy <jimb@redhat.com>
707
708 * valops.c (value_cast): Simplify and correct logic for doing a
709 static cast from a pointer to a base class to a pointer to a
710 derived class.
711
0ab7a791
AC
7122002-08-21 Andrew Cagney <ac131313@redhat.com>
713
714 * infcmd.c (default_print_registers_info): Replace
715 do_registers_info.
716 (registers_info): Use gdbarch_print_registers_info instead of
717 DO_REGISTERS_INFO.
718 * inferior.h (default_print_registers_info): Replace
719 do_registers_info.
720 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
721 (DO_REGISTERS_INFO): Change to a predicate function.
722 * gdbarch.h, gdbarch.c: Regenerate.
723
e23792cc
KS
7242002-08-21 Keith Seitz <keiths@redhat.com>
725
726 * gdb-events.sh: Add target-changed event.
727 * gdb-events.c: Regenerated.
728 * gdb-events.c: Regenerated.
729 * valops.c (value_assign): Add target-changed event notification
730 to inlval_register, lval_memory, and lval_reg_frame_relative.
731
9fb14e79
JB
7322002-08-21 Joel Brobecker <brobecker@gnat.com>
733
734 * NEWS: Add an entry regarding the improvement of the next/step
735 operation on Alpha Tru64 multi-processor machines.
736
6d39a69f
AC
7372002-08-21 Andrew Cagney <ac131313@redhat.com>
738
72acd513
AC
739 * Makefile.in: Update dependencies for mi/ cli/ and tui/
740 directores.
342af04b 741 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
742 * Makefile.in (install-gdbtk): Move to install section.
743 (rdi-share/libangsd.a): Move to end of file.
744
fa5f27c7
AC
7452002-08-19 Andrew Cagney <ac131313@redhat.com>
746
747 * frame.c (frame_register_unwind): When a register, set addrp to
748 the register's byte.
749
5a89d8aa
MS
7502002-08-20 Michael Snyder <msnyder@redhat.com>
751
752 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
753 used locally, so move them from the target machine header to here.
754 (mips_set_processor_type, mips_register_name, mips32_next_pc,
755 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
756 Make static.
757 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
758
822e978b
AC
7592002-08-20 Andrew Cagney <cagney@redhat.com>
760
761 * NEWS: Mention that the Apollo line was made obsolete.
762 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
763 m68*-hp-hpux* obsolete.
764 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
765 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
766 * buildsym.c (make_blockvector): Make static.
767 * buildsym.h (make_blockvector): Make extern declaration obsolete.
768 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
769 (ALLDEPFILES): Remove dstread.c.
770 (dstread.o): Obsolete make rule.
771 * dstread.c: Makefile obsolete.
772 * dst.h: Ditto.
773 * config/m68k/hp300hpux.mt: Ditto.
774 * config/m68k/hp300hpux.mh: Ditto.
775 * config/m68k/hp300bsd.mt: Ditto.
776 * config/m68k/hp300bsd.mh: Ditto.
777 * config/m68k/apollo68b.mt: Ditto.
778 * config/m68k/apollo68v.mh: Ditto.
779 * config/m68k/apollo68b.mh: Ditto.
780
e41b17f0
MS
7812002-08-20 Michael Snyder <msnyder@redhat.com>
782
783 * mips-tdep.c (mips_in_return_stub): Make static.
784 (mips_gdbarch_init): Set in_solib_return_trampoline.
785 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
786
d50355b6
MS
7872002-08-20 Michael Snyder <msnyder@redhat.com>
788
789 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
790 * gdbarch.c, gdbarch.h: Regenerate.
791 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
792 Add.
793 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
794
757a7cc6
MS
7952002-08-20 Michael Snyder <msnyder@redhat.com>
796
797 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
798 (mips_gdbarch_init): Set skip_trampoline_code,
799 in_solib_call_trampoline.
800 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
801 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
802
c8001721
EZ
8032002-08-20 Elena Zannoni <ezannoni@redhat.com>
804
805 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
806
807 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
808 vector type for ev registers.
809 (e500_pseudo_register_read): New function.
810 (e500_pseudo_register_write): New function.
811 (e500_dwarf2_reg_to_regnum): New function.
812 (PPC_UISA_NOFP_SPRS): New macro.
813 (PPC_EV_REGS): New macro.
814 (PPC_GPRS_PSEUDO_REGS): New macro.
815 (registers_e500): New register set for e500.
816 (variants): Add e500 variant.
817 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
818 before setting architectural dependent variations. Initialize ev
819 registers numbers. Add case for e500 architecture. Set the
820 number of pseudo registers.
821
64366f1c
EZ
8222002-08-20 Elena Zannoni <ezannoni@redhat.com>
823
824 * rs6000-tdep.c: Clean up comments.
825
7e78f0ca
AC
8262002-08-20 Andrew Cagney <cagney@redhat.com>
827
828 * h8300-tdep.c: Re-indent file.
829
697f7479
JB
8302002-08-20 Jim Blandy <jimb@redhat.com>
831
832 * Makefile.in (LDFLAGS): Allow the configure script to establish a
833 default for this.
697f7479 834
e86ae29f
KS
8352002-08-20 Keith Seitz <keiths@redhat.com>
836
837 * breakpoints.c (watch_command_1): Use internal breakpoint
838 when setting a watchpoint_scope breakpoint.
839
216b504f
EZ
8402002-08-20 Elena Zannoni <ezannoni@redhat.com>
841
842 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
843 (build_builtin_type_vec64i): Ditto.
844 (build_builtin_type_vec128): Ditto.
845 (build_builtin_type_vec128i): Ditto.
846
f7ab6ec6
MS
8472002-08-19 Michael Snyder <msnyder@redhat.com>
848
849 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
850 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
851 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
852 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
853 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
854 CALL_DUMMY_ADDRESS): Delete.
855 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
856 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
857 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
858 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
859 push_return_address.
860 (mips_register_raw_size, mips_eabi_use_struct_convention,
861 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
862 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
863 mips_init_extra_frame_info, mips_eabi_push_arguments,
864 mips_n32n64_push_arguments, mips_push_return_address,
865 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
866 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
867
b5d1566e
MS
8682002-08-19 Michael Snyder <msnyder@redhat.com>
869
870 * mips-tdep.c (mips_frame_num_args): New function.
871 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
872 frame_saved_pc, frame_args_address, frame_locals_address,
873 frame_num_args, and frame_args_skip.
874 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
875 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
876 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
877 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
878
2f1488ce
MS
8792002-08-20 Michael Snyder <msnyder@redhat.com>
880
881 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
882 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
883 * mips-tdep.c (mips_store_struct_return): New function.
884 (mips_extract_struct_value_address): New function.
885 (mips_gdbarch_init): Set store_struct_return and
886 extract_struct_value_address.
887
41ff2da1
DC
8882002-08-20 David Carlton <carlton@math.stanford.edu>
889
890 * dwarf2read.c (dwarf2_build_psymtabs): Check that
891 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
892 (read_file_scope): Check that line_header is nonzero before
893 decoding macro information.
894
e5451d58
MK
8952002-08-20 Mark Kettenis <kettenis@gnu.org>
896
897 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
898 flag the general-purpose registers as floating-point on targets
899 that don't support the floating-point registers.
900
4a6daafa
EZ
9012002-08-20 Elena Zannoni <ezannoni@redhat.com>
902
903 * rs6000-tdep.c (altivec_register_p): Delete.
904 (rs6000_do_altivec_registers): Delete.
905 (rs6000_altivec_registers_info): Delete.
906 (rs6000_do_registers_info): Delete.
907 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
908 (rs6000_gdbarch_init): Remove setting of do_registers_info.
909
ab4327e0
EZ
9102002-08-20 Elena Zannoni <ezannoni@redhat.com>
911
912 * infcmd.c (do_registers_info): Print vector registers in hex
913 format only.
914 (print_vector_info): Check that printing registers
915 makes sense.
916 (print_float_info): Ditto.
917
cb1d2653
AC
9182002-08-20 Andrew Cagney <ac131313@redhat.com>
919
920 * mips-tdep.c (mips_gdbarch_init): Update.
921 (mips_o32_extract_return_value): Rewrite.
922 (mips_o32_store_return_value): Rewrite.
923 (mips_o32_xfer_return_value): New function.
924 (mips_xfer_register): Tweak debug print message. Allow for
925 buf_offset when dumping the value transfered.
926
dfc3d9b2
AC
9272002-08-20 Andrew Cagney <ac131313@redhat.com>
928
929 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
930 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
931 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
932 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
933 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
934
7807aa61
MS
9352002-08-14 Michael Snyder <msnyder@redhat.com>
936
937 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
938
489461e2
EZ
9392002-08-19 Elena Zannoni <ezannoni@redhat.com>
940
941 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
942 register.
943 (P): New macro to define a register as a pseudo register.
944 (R, R4, R8, R16, FR32, R64, R0): Updated.
945 (struct variant): Add new fields for number of pseudo registers
946 and number of total registers.
947 (tot_num_registers): New macro replacing....
948 (num_registers): ...deleted macro.
949 (num_registers): New function.
950 (num_pseudo_registers): New function.
951 (variants): Update all variants to intialize new fields correctly.
952 Postpone initialization of number of pseudo regs and real regs.
953 (init_variants): New function.
954 (rs6000_gdbarch_init): Initialize variants. Update calculation of
955 registers offsets.
956
fcaffe4c
DC
9572002-08-19 David Carlton <carlton@math.stanford.edu>
958
2c2738a0
DC
959 * valops.c (search_struct_field): Change error message to treat
960 return value of 0 from value_static_field as meaning that field is
961 optimized out.
962 (value_struct_elt_for_reference): Ditto.
963 * values.c (value_static_field): Treat an unresolved location the
964 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
965 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
966 enclosed. Fix PR gdb/574.
fcaffe4c
DC
967 * MAINTAINERS: Add self to Write After Approval list.
968
88658117
AC
9692002-08-19 Andrew Cagney <ac131313@redhat.com>
970
971 * mips-tdep.c (mips_xfer_register): New function.
972 (mips_n32n64_extract_return_value): Rewrite.
973 (mips_gdbarch_init): For N32 and N64, set extract_return_value
974 instead of deprecated_extract_return_value.
975
21283beb
EZ
9762002-08-19 Elena Zannoni <ezannoni@redhat.com>
977
978 * rs6000-tdep.c (TDEP): Delete macro.
979 (branch_dest): Replace use of TDEP macro with its body.
980 (rs6000_pop_frame): Ditto.
981 (rs6000_push_arguments): Ditto.
982 (rs6000_skip_trampoline_code): Ditto.
983 (rs6000_frame_saved_pc): Ditto.
984 (rs6000_frame_chain): Ditto.
985 (rs6000_register_name): Ditto.
986 (rs6000_register_byte): Ditto.
987 (rs6000_register_raw_size): Ditto.
988 (rs6000_register_virtual_type): Ditto.
989 (rs6000_register_convertible): Ditto.
990 (rs6000_convert_from_func_ptr_addr): Ditto.
991
bf072999
DJ
9922002-08-19 Daniel Jacobowitz <drow@mvista.com>
993
994 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
995 conditionally.
996 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
997 MIPS_LINUX_JB_ELEMENT_SIZE.
998 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
999 for MAX_REGISTER_RAW_SIZE arrays.
1000 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
1001 MIPS_LINUX_JB_ELEMENT_SIZE.
1002
9b949a49
PM
10032002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
1004
1005 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
1006
6d3e79c6
AS
10072002-08-19 Aidan Skinner <aidan@velvet.net>
1008
1009 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
1010 ada-valprint.c ada-tasks.c.
1011 (YYFILES): Add ada-exp.y.
1012 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
1013 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
1014 (ada-exp.tab.o): New target.
1015
06c0b04e
AC
10162002-08-18 Andrew Cagney <ac131313@redhat.com>
1017
1018 * regcache.c (regcache_xfer_part): New function.
1019 (regcache_raw_read_part): New function.
1020 (regcache_raw_write_part): New function.
1021 (regcache_cooked_read_part): New function.
1022 (regcache_cooked_write_part): New function.
1023 * regcache.h (regcache_raw_read_part): Declare.
1024 (regcache_raw_write_part): Declare.
1025 (regcache_cooked_read_part): Declare.
1026 (regcache_cooked_write_part): Declare.
1027
92d1e331
DJ
10282002-08-18 Daniel Jacobowitz <drow@mvista.com>
1029
1030 * remote.c (remote_open_1): Add async_p.
1031 (remote_async_open_1): Delete.
1032 (open_remote_target): Delete.
1033 (remote_open, extended_remote_open): Update calls to remote_open_1.
1034 (remote_async_open, extended_remote_async_open): Call
1035 remote_open_1 instead of remote_async_open_1.
1036
247055de
MK
10372002-08-19 Mark Kettenis <kettenis@gnu.org>
1038
1039 * blockframe.c: Fix a few coding standard violations.
1040
641eda39
MK
10412002-08-19 Mark Kettenis <kettenis@gnu.org>
1042
0b717710
MK
1043 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
1044 here from ...
1045 * config/i386/tm-i386sco5.h: ... here. File removed.
1046 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
1047
26d28e12 1048 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
1049 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
1050 (TM_FILE): Set to tm-i386.h.
1051 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
1052 * config/i386/tm-i386v.h: Remove file.
1053 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
1054 instead of "i386/tm-i386v.h".
1055 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1056 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
1057 "i386/tm-i386v.h".
1058 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
1059 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
1060 "i386/tm-i386.h".
1061
d4e0bab4
MK
10622002-08-18 Mark Kettenis <kettenis@gnu.org>
1063
1064 * config/i386/nm-i386v.h: Add protection against
1065 multiple-inclusion.
1066 (i386_register_u_addr): Remove prototype.
1067 (register_u_addr): New prototype.
1068 (REGISTER_U_ADDR): Redefine accordingly.
1069 * i386v-nat.c: Improve several comments.
1070 (i386_register_u_addr): Change signature and rename to
1071 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
1072 ubase variable.
1073
46cac009
AC
10742002-08-18 Andrew Cagney <ac131313@redhat.com>
1075
1076 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
1077 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
1078 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
1079 deprecated_extract_return_value.
1080 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
1081 rename mips_o32o64_push_arguments.
1082 (mips_gdbarch_init): Update.
1083 (mips_extract_return_value): Delete.
1084 (mips_o32_extract_return_value): Clone mips_extract_return_value.
1085 (mips_o64_extract_return_value): Clone mips_extract_return_value.
1086 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
1087 (mips_n32n64_extract_return_value): Clone
1088 mips_extract_return_value.
1089 (mips_store_return_value): Delete.
1090 (mips_o32_store_return_value): Clone mips_store_return_value.
1091 (mips_o64_store_return_value): Clone mips_store_return_value.
1092 (mips_eabi_store_return_value): Clone mips_store_return_value.
1093 (mips_n32n64_store_return_value): Clone mips_store_return_value.
1094
d2e4a39e
AS
10952002-08-18 Aidan Skinner <aidan@velvet.net>
1096
0c30c098
AS
1097 * ada-lang.c: Use gdb_string.h instead of <string.h>.
1098 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
1099
11002002-08-18 Aidan Skinner <aidan@velvet.net>
1101
1102 * ada-lang.c: Run through gdb_indent.sh.
1103 * ada-lang.h: Run through gdb_indent.sh.
1104 * ada-tasks.c: Run through gdb_indent.sh.
1105 * ada-typeprint.c: Run through gdb_indent.sh.
1106 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 1107
01fc4e33
AC
11082002-08-18 Andrew Cagney <ac131313@redhat.com>
1109
1110 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
1111 ABI.
1112
d8ee244c
MK
11132002-08-18 Mark Kettenis <kettenis@gnu.org>
1114
c38d8261
MK
1115 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
1116
222db64c
MK
1117 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
1118 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
1119
c2848c82
MK
1120 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
1121 write_register_gen instead of write_register_bytes.
1122
d8ee244c
MK
1123 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
1124 i[3456]-*-osf1mk* configurations have been made obsolete.
1125 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
1126 i[3456]86-*-osf1mk* hosts obsolete.
1127 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
1128 targets obsolete.
1129 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
1130 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
1131 config/i386/i386m3.mt, config/i386/nm-m3.h,
1132 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
1133 config/i386/i386mk.mh, config/i386/i386mk.mt,
1134 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
1135 obsolete.
1136 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
1137 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
1138 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
1139
61d8d407
AC
11402002-08-18 Andrew Cagney <ac131313@redhat.com>
1141
1142 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
1143 (hppa_value_returned_from_stack): Declare.
1144 (hppa_extract_return_value): Declare.
1145 * config/pa/hppa.mt: New file.
1146 * configure.tgt: Recognize hppa*-*-*.
1147 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
1148
0c52bd59
MK
11492002-08-18 Mark Kettenis <kettenis@gnu.org>
1150
1151 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1152 comment.
1153
b5686e99
MK
11542002-08-17 Mark Kettenis <kettenis@gnu.org>
1155
1156 * top.c (gdb_rl_operate_and_get_next): Make sure
1157 operate-and-get-next functions correctly even when the history
1158 list is completely filled.
1159
c1bab85b
AC
11602002-08-18 Andrew Cagney <ac131313@redhat.com>
1161
1162 * MAINTAINERS (Target Instruction Set Architectures): Rename
1163 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1164 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1165 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1166 already listed under Host/Native.
1167
1168 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1169 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1170 mips*-*-*.
1171
32089c7c
AC
11722002-08-17 Andrew Cagney <ac131313@redhat.com>
1173
1174 * config/ia64/ia64.mt: New file.
1175 * config/alpha/alpha.mt: New file.
1176 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1177 ia64-linux-gnu. Mention that ia64-elf is broken.
1178 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1179
b4671f85
MK
11802002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1181
1182 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1183 generic_func_frame_valid instead of func_frame_valid.
1184
c8edd8b4
JB
11852002-08-16 Joel Brobecker <brobecker@gnat.com>
1186
1187 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1188 procfs appears to be broken when debugging on multi-processor
1189 machines. So enable software single stepping in order to avoid
1190 using the procfs interface to do next/step operations, using
1191 internal breakpoints instead.
1192
1193 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1194 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1195 make this pc address equal to the value it would have if the
1196 system stepping capability was used. Also set a new flag used
1197 to ensure that we don't readjust the PC one more time later.
1198
1199 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1200 address by DECR_PC_AFTER_BREAK when software single step is
1201 in use for this architecture, as this has already been taken
1202 care of in handle_inferior_event().
1203
238617f6
JB
12042002-08-16 Joel Brobecker <brobecker@gnat.com>
1205
1206 * infrun.c (handle_inferior_event): Minor reformatting, to make
1207 a rather long condition expression easier to read.
1208
541a7aac
AC
12092002-08-16 Andrew Cagney <ac131313@redhat.com>
1210
1211 * Makefile.in (gdbtk.o): Move to end of file.
1212 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1213 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1214 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1215 (gdbtk-wrapper.o, gdbres.o): Ditto.
1216
f92d4a7b
AC
12172002-08-16 Andrew Cagney <ac131313@redhat.com>
1218
1219 * Makefile.in (copying.o): Separate out compile rule.
1220 (hpux-thread.o, procfs.o, signals.o): Ditto.
1221 (v850ice.o, z8k-tdep.o): Ditto.
1222 (tui-file.o): Move to TUI section.
1223 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1224 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1225
1cce71eb
JB
12262002-08-16 Joel Brobecker <brobecker@gnat.com>
1227
1228 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1229 skip_trampoline_code, for better namespace-proofing.
1230
1231 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1232
0851f23d
JB
12332002-08-16 Joel Brobecker <brobecker@gnat.com>
1234
1235 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1236
f8d40ec8
JB
12372002-08-16 Joel Brobecker <brobecker@gnat.com>
1238
1239 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1240 signal, check whether we hit a breakpoint before checking for a
1241 single step breakpoint. Otherwise, GDB fails to notice that a
1242 breakpoint has been hit when stepping onto a breakpoint.
1243
63d022e0
KS
12442002-08-16 Keith Seitz <keiths@redhat.com>
1245
1246 * gdb-events.sh (clear_gdb_event_hooks): New function.
1247 * gdb-events.c: Regenerate.
1248 * gdb-events.h: Regenerate.
1249
6e31adb3
AC
12502002-08-16 Andrew Cagney <ac131313@redhat.com>
1251
1252 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1253 not_a_sw_breakpoint.
1254 * breakpoint.h (bpstat_stop_status): Add parameter names.
1255
c8189ed1
GS
12562002-08-16 Grace Sainsbury <graces@redhat.com>
1257
1258 * remote.c (remote_insert_hw_breakpoint)
1259 (remote_remove_hw_breakpoint): Fix calculation of length field
1260 for Z-packet.
1261
d05285fa
MS
12622002-08-15 Michael Snyder <msnyder@redhat.com>
1263
466d7106
MS
1264 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1265 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1266 (supply_fpregset): Ditto.
1267
d05285fa
MS
1268 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1269 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1270 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 1271 (TARGET_READ_SP): Delete.
bf1f5b4c 1272 (DO_REGISTERS_INFO): Delete.
102182a9
MS
1273 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1274 Delete.
1275 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1276 from macros to functions.
bf1f5b4c 1277
d05285fa
MS
1278 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1279 (mips_register_convertible, mips_register_convert_to_virtual,
1280 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
1281 (mips_read_sp): New function.
1282 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
1283 (mips_do_registers_info): Make static.
1284 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
1285 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1286 (mips_register_convert_from_type, mips_register_convert_to_type):
1287 New functions.
1288 (mips_gdbarch_init): Set up function_start_offset,
1289 register_virtual_size, pc_in_sigtramp.
d05285fa 1290
e76f1f2e
AC
12912002-08-15 Andrew Cagney <ac131313@redhat.com>
1292
1293 * infcmd.c (vector_info): New function.
1294 (_initialize_infcmd): Add command "info vector".
1295 (print_vector_info): New function.
1296
1297 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1298 * gdbarch.h, gdbarch.c: Regenerate.
1299
4782dc19
AC
13002002-08-15 Andrew Cagney <ac131313@redhat.com>
1301
1302 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1303 ``print_all''. Only print vector registers when ``print_all''.
1304
23e3a7ac
AC
13052002-08-15 Andrew Cagney <ac131313@redhat.com>
1306
8e186fd6
AC
1307 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1308 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1309
23e3a7ac
AC
1310 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1311 Add `args' parameter.
1312 * gdbarch.h, gdbarch.c: Regenerate.
1313
1314 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1315
1316 * infcmd.c (float_info): Call print_float_info.
1317 (print_float_info): New function. By default, print the
1318 floating-point registers.
1319
1320 * arch-utils.h (default_print_float_info): Delete declaration.
1321 * arch-utils.c (default_print_float_info): Delete function.
1322
e0ca2bb9
MK
13232002-08-16 Mark Kettenis <kettenis@gnu.org>
1324
3f733acc
MK
1325 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1326 out define.
1327
7d8d2918
MK
1328 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1329 FRAME.
1330
1c7cc583
MK
1331 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1332 * configure.host: Make i[3456]86-*-aix host obsolete.
1333 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1334 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1335 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1336 config/i386/xm-i386aix.h: Make files obsolete.
1337 * i386aix-nat.c: Make file obsolete.
1338 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1339 (i386aix-nat.o): Make target obsolete.
1340
e0ca2bb9
MK
1341 * config/i386/nm-gnu.h: Removed.
1342 * config/i386/nm-i386gnu.h: New file.
1343 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1344 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1345 Moved here from ...
1346 * config/i386/tm-i386gnu.h: ... here. Removed.
1347 * config/i386/xm-i386gnu.h: Removed.
1348 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1349 (NAT_FILE): Set to nm-i386gnu.h.
1350 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1351 * i386-tdep.c: New file.
1352 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1353 (i386gnu-tdep.o): Specify dependencies.
1354
16057ec7 13552002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 1356
6b99ee2e
MK
1357 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1358 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1359 Adjust a few comments to reflect reality a bit closer.
1360 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1361 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1362 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1363 target_insert_watchpoint, target_remove_watchpoint):
1364 Move defines to ...
1365 * config/i386/nm-i386sco5.h: ... here.
1366 (kernel_u_size): Add prototype. Improve a few comments and add
1367 protection against multiple inclusion.
1368
d9a6f65c
MK
1369 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1370 out define.
1371
047eff6a
MK
1372 * uw-thread.c (SP_ARG0): Define if not already defined.
1373 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1374
dcdb1290
MK
1375 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1376
5d2d0b2a
MK
1377 * config/i386/tm-i386.h: Don't include "regcache.h".
1378
61113f8b
MK
1379 * i387-tdep.h (i387_print_float_info): New prototype.
1380 * i387-tdep.c (print_i387_value, print_i387_ext,
1381 print_i387_status_word, print_i387_control_word): Add `struct
1382 ui_file *' argument and use it for output.
1383 (i387_print_float_info): Renamed from i387_float_info. Add
1384 `struct gdbarch *' and `struct ui_file *' arguments and use the
1385 latter for output.
1386 * i386-tdep.c: Include "i387-tdep.h".
1387 (i386_gdbarch_init): Set print_float_info.
1388 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1389 (FLOAT_INFO): Remove define.
1390
46e0f506
MS
13912002-08-13 Michael Snyder <msnyder@redhat.com>
1392
1393 * mips-tdep.c (mips_push_arguments): Rename to
1394 mips_eabi_push_arguments, and tune for EABI.
1395 (MIPS_REGS_HAVE_HOME_P): Delete.
1396 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1397 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1398 Delete references to mips_regs_have_home_p.
1399
409268de
KS
14002002-08-14 Keith Seitz <keiths@redhat.com>
1401
1402 * Makefile.in (install-gdbtk): Create insight plugin directory.
1403 Install plugins.tcl file.
1404
ffc6a242
KS
14052002-08-14 Keith Seitz <keiths@redhat.com>
1406
1407 * configure.in: Move SUBDIRS to near top of the file so that
1408 --enable options may add things to it.
1409 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1410 * configure: Regenerate.
1411
ebafbe83
MS
14122002-08-13 Michael Snyder <msnyder@redhat.com>
1413
1414 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1415 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1416 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1417
32f6f25d
AC
14182002-08-13 Andrew Cagney <ac131313@redhat.com>
1419
1420 * vax-tdep.c (vax_get_saved_register): Delete function.
1421 (vax_gdbarch_init): Update.
1422 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1423 (ns32k_gdbarch_init): Update.
1424 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1425 (alpha_gdbarch_init): Update.
1426
53826de9
AC
14272002-08-13 Andrew Cagney <cagney@redhat.com>
1428
1429 * regcache.c (init_regcache_descr): Overallocate the
1430 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1431 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1432 nr_raw_registers.
1433 (set_register_cached): Add range checking assertions. Use
1434 current_regcache.
1435
16057ec7 14362002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
1437
1438 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1439 numbers for MMX registers.
1440
7b4c2dce
AC
14412002-08-13 Andrew Cagney <cagney@redhat.com>
1442
1443 * i386-tdep.c (i386_gdbarch_init): Use
1444 generic_unwind_get_saved_register.
1445
1e03ad20
KB
14462002-08-13 Kevin Buettner <kevinb@redhat.com>
1447
1448 * procfs.c (procfs_can_use_hw_breakpoint): New function.
1449 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1450 target vector.
1451 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1452 Delete. Add comment regarding this now-deleted target method.
1453
548bcbec
SC
14542002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1455
1456 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1457 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1458 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1459 real PC and the page number (if it's within the memory bank window).
1460 (m68hc11_pseudo_register_write): Likewise when saving.
1461 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1462 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1463 (m68hc11_register_raw_size): And use 32-bit for it.
1464 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1465 16K memory bank is used by the prog; also use the virtual pc.
1466
7df11f59
SC
14672002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1468
1469 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1470 (m68hc11_gdbarch_init): Install it in gdbarch.
1471 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1472 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1473 (MSYMBOL_SIZE): New for documentation.
1474 (insn_return_kind): Enum to specify how a function returns.
1475 (frame_extra_info): Cleanup and record the return mode.
1476 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
1477 register in address computation.
1478 (m68hc11_get_return_insn): New to obtain the return instruction used
1479 by the function.
1480 (m68hc11_frame_init_saved_regs): Take into account the return
1481 instruction used by the function for far and interrupt functions.
1482 (m68hc11_init_extra_frame_info): Take into account page register.
1483 (m68hc11_frame_args_address): Adjust according to the return mode.
1484 (show_regs): Print page register only when it's used.
1485
5706502a
SC
14862002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1487
1488 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1489 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1490 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1491 registers.
1492 (m68hc11_register_raw_size): Likewise.
1493
28fc6740
AC
14942002-08-13 Andrew Cagney <cagney@redhat.com>
1495
1496 * i386-tdep.c (i386_register_name): Handle mmx registers.
1497 (mmx_regnum_p): New function.
1498 (i386_mmx_names): New array.
1499 (mmx_num_regs): New variable.
1500 (i386_pseudo_register_read): New function.
1501 (i386_pseudo_register_write): New function.
1502 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1503
1504 * regcache.c (regcache_raw_read_unsigned): New function.
1505 (regcache_raw_read_signed): New function.
1506 * regcache.h (regcache_raw_read_unsigned): Declare.
1507 (regcache_raw_read_signed): Declare.
1508
a378f419
AC
15092002-08-13 Andrew Cagney <cagney@redhat.com>
1510
1511 * regcache.c (regcache_raw_read_as_address): Delete function.
1512 (regcache_cooked_read_signed): New function.
1513 (regcache_cooked_read_unsigned): New function.
1514 * regcache.h (regcache_cooked_read_signed): Declare.
1515 (regcache_cooked_read_unsigned): Declare.
1516 (regcache_raw_read_as_address): Delete declaration.
1517
1518 * blockframe.c (generic_read_register_dummy): Use
1519 regcache_cooked_read_unsigned.
1520 * i386-tdep.c (i386_extract_struct_value_address): Use
1521 regcache_cooked_read_unsigned.
1522
81967506
SC
15232002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1524
1525 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1526 double sizes according to ELF ABI flags.
1527 (gdbarch_tdep): Record elf_flags.
1528
ffe1f3ee
SC
15292002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1530
1531 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1532 (m6812_prolog): They can appear in 68HC12 function prologue.
1533 (m68hc11_frame_chain): Cleanup.
1534
98216c5d
AC
15352002-08-12 Andrew Cagney <cagney@redhat.com>
1536
1537 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1538 declarations.
1539 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1540 (i386_linux_register_raw_size): Delete function.
1541 (i386_linux_init_abi): Update.
1542 * i386-tdep.c (i386_register_raw_size): Delete function.
1543 (i386_register_byte): Delete function.
1544 (i386_gdbarch_init): Update.
1545 (i386_register_size): Delete array.
1546 (i386_register_offset): Delete array.
1547
1548 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1549 (REGISTER_RAW_SIZE): Delete macro.
1550 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1551 (REGISTER_BYTE): Delete macro.
1552
3b19021e
AS
15532002-08-11 Aidan Skinner <aidan@velvet.net>
1554
1555 * ada-lang.c (ada_lookup_partial_symbol)
1556 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1557 prototype names so that grep ^func works properly.
1558
1559 * ada-lang.c (ada_array_element_type)
1560 (ada_lookup_partial_symbol): Fix typos in parameter list.
1561
1562 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1563 Fix prototype names so that grep ^func works properly.
1564
b063e7a2
AC
15652002-08-10 Andrew Cagney <cagney@redhat.com>
1566 Elena Zannoni <ezannoni@redhat.com>
1567 Martin M. Hunt <hunt@redhat.com>
1568
1569 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1570 (build_builtin_type_vec128i): Set the vector bit.
1571 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1572 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1573 (build_builtin_type_vec64): New function.
1574 (build_builtin_type_vec64i): New function.
1575 (build_gdbtypes): Initialize builtin_type_vec64 and
1576 builtin_type_vec64i.
1577
a7e3c2ad
AC
15782002-08-09 Andrew Cagney <cagney@redhat.com>
1579
1580 * regcache.c (regcache_dump): Compare the register offset
1581 with REGISTER_BYTE.
1582 * arch-utils.c (generic_register_byte): New function.
1583 * arch-utils.h (generic_register_byte): Declare.
1584 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1585 * gdbarch.h, gdbarch.c: Regenerate.
1586
af030b9a
AC
15872002-08-09 Andrew Cagney <cagney@redhat.com>
1588
1589 * regcache.c: Include "gdbcmd.h"
1590 (_initialize_regcache): Add commands "maintenance print
1591 registers", "maintenance print raw-registers" and "maintenance
1592 print cooked-registers".
1593 (enum regcache_dump_what): Define.
1594 (dump_endian_bytes): New function.
1595 (regcache_dump): New function.
1596 (regcache_print): New function.
1597 (maintenance_print_registers): New function.
1598 (maintenance_print_raw_registers): New function.
1599 (maintenance_print_cooked_registers): New function.
1600 * Makefile.in (regcache.o): Update dependencies.
1601
cb3d25d1
MS
16022002-08-09 Michael Snyder <msnyder@redhat.com>
1603
1604 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1605 (mips_push_arguments): Correct some comments. Use paddr_nz
1606 for printing addresses in debug output. Replace static
1607 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1608 (mips_n32n64_push_arguments): New function, cloned from
1609 mips_push_arguments and tuned for the n32/n64 ABI.
1610 (mips_push_register): Buffer needs dynamic allocation.
1611 (mips_print_register): Ditto.
1612 (do_gp_register_row): Ditto.
1613 (mips_store_return_value): Ditto.
1614 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1615
2163ab9d
DH
16162002-08-09 Don Howard <dhoward@redhat.com>
1617
1618 * memattr.c (mem_info_command): Print special case of upper bound
1619 as max CORE_ADDR + 1.
1620
b78bcb18
MS
16212002-08-08 Michael Snyder <msnyder@redhat.com>
1622
1623 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1624 returns structs by ref if they're too big to fit in two registers.
1625
ffabd70d
KB
16262002-08-09 Kevin Buettner <kevinb@redhat.com>
1627
1628 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1629 saved regs value.
1630 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1631 mips_find_saved_regs().
1632 (mips_pop_frame): Likewise.
1633
fbcdb4a3
KB
16342002-08-09 Kevin Buettner <kevinb@redhat.com>
1635
1636 * blockframe.c (frame_saved_regs_register_unwind): Revise
1637 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1638 frames are in use.
1639
3c3bea1c
GS
16402002-08-09 Grace Sainsbury <graces@redhat.com>
1641
1642 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1643 T-packets; the 'a' is not taken as a register number.
1644 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1645 (remote_stopped_data_address): New functions; add to target
1646 vector.
1647 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1648 prototypes to match other implementations of this
1649 function. replace integer argument with pointer -- the length
1650 field in the Z-packet is the length of what is pointed to or 1 if
1651 pointer is null. Add to target vector.
1652 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1653 target vector.
1654
1655 From Mark Salter:
1656 * remote.c (remote_wait): Add support to extract optional
1657 watchpoint information from T-packet. Ignore unrecognized
1658 optional info in T-packet.
1659 (remote_async_wait): Ditto.
1660
5d1d95de
CV
16612002-08-09 Corinna Vinschen <vinschen@redhat.com>
1662
1663 * cli/cli-dump.c: Change fopen modes to use binary open modes
1664 as defined in include/fopen-bin.h throughout.
1665
c86b5b38
MS
16662002-08-08 Michael Snyder <msnyder@redhat.com>
1667
1668 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1669
b30590dc
KB
16702002-08-08 Kevin Buettner <kevinb@redhat.com>
1671
1672 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1673 assertion failure by returning early after a warning.
1674
498868ed
KB
16752002-08-08 Kevin Buettner <kevinb@redhat.com>
1676
1677 * mips-tdep.c (mips_find_saved_regs): Make static.
1678 (mips_frame_init_saved_regs): New function.
1679 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1680 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1681 (mips_find_saved_regs): Delete declaration.
1682
b2dd6311
GS
16832002-08-08 Grace Sainsbury <graces@redhat.com>
1684
3c3bea1c
GS
1685 * remote.c (remote_wait, remote_async_wait): Change
1686 thread_num from int to ULONGEST.
1687 (unpack_varlen_hex): Change result parameter from
1688 int * to ULONGEST *.
b2dd6311 1689
ea47855f
AC
16902002-08-08 Andrew Cagney <ac131313@redhat.com>
1691
1692 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1693 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1694 powerpc*-*-*.
1695 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1696
69db8bae
AC
16972002-08-08 Andrew Cagney <cagney@redhat.com>
1698
1699 * gcore.c (override_derive_stack_segment): Delete variable.
1700 (preempt_derive_stack_segment): Delete function.
1701 (derive_stack_segment): Delete function.
1702 (default_derive_stack_segment): Renamed to derive_stack_segment.
1703 (override_derive_heap_segment): Delete variable.
1704 (preempt_derive_heap_segment): Delete function.
1705 (derive_heap_segment): Delete function.
1706 (default_derive_heap_segment): Rename to derive_heap_segment.
1707
cb811fe7
MS
17082002-08-06 Michael Snyder <msnyder@redhat.com>
1709
1710 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1711 * mips-tdep.c (mips_EABI_use_struct_convention,
1712 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1713 New functions. (mips_use_struct_convention): Delete.
1714 (mips_gdbarch_init): set use_gdbarch_convention.
1715
8b389c40
MS
17162002-08-06 Michael Snyder <msnyder@redhat.com>
1717
1718 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1719 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1720 mips_o32_reg_struct_has_addr): New functions.
1721 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1722
5c27f28a
AC
17232002-08-07 Andrew Cagney <ac131313@redhat.com>
1724
1725 * regcache.c (pseudo_register): Delete function.
1726 (fetch_register): Delete function.
1727 (store_register): Delete function.
1728 (regcache_raw_read, legacy_read_register_gen): Use
1729 target_fetch_registers instead of fetch_register.
1730 (legacy_write_register_gen, regcache_raw_write): Use
1731 target_store_register instead of store_register.
1732 (write_register_bytes): Ditto.
1733
1734 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1735 (STORE_PSEUDO_REGISTER): Delete.
1736 * gdbarch.h, gdbarch.c: Regenerate.
1737
5b331675
CV
17382002-08-06 Corinna Vinschen <vinschen@redhat.com>
1739
1740 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1741 write dump file binary.
1742
6acdf5c7
MS
17432002-08-05 Michael Snyder <msnyder@redhat.com>
1744
1745 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1746 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1747 (mips_gdbarch_init): Set N32 target to be mips64.
1748
b2f01c35
KB
17492002-08-06 Kevin Buettner <kevinb@redhat.com>
1750
1751 * frame.c (find_saved_register): Break out of loop once saved
1752 register address is found. Don't mention sparc in loop comment
1753 anymore.
1754
63db5580
KB
17552002-08-06 Kevin Buettner <kevinb@redhat.com>
1756
1757 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1758 mips_default_saved_regsize to 8.
1759
5e34e75e
AC
17602002-08-06 Andrew Cagney <ac131313@redhat.com>
1761
1762 * gcore.c: Do not include <sys/procfs.h>.
1763 * Makefile.in (gcore.o): Update dependencies.
1764
eb4c54a2
AC
17652002-08-06 Andrew Cagney <cagney@redhat.com>
1766
1767 * configure.tgt: Make arc-*-* obsolete.
1768 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1769 * MAINTAINERS: Make arc-elf obsolete.
1770 * arc-tdep.c: Make file obsolete.
1771 * config/arc/arc.mt: Ditto.
1772 * config/arc/tm-arc.h: Ditto.
1773
ced15480
TR
17742002-08-05 Theodore A. Roth <troth@verinet.com>
1775
c1bab85b 1776 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 1777
b4743822
AC
17782002-08-05 Andrew Cagney <ac131313@redhat.com>
1779
1780 * mcore-tdep.c (mcore_gdbarch_init): Use
1781 generic_unwind_get_saved_register instead of
1782 generic_get_saved_register.
1783 * v850-tdep.c (v850_gdbarch_init): Ditto.
1784 * frv-tdep.c (frv_gdbarch_init): Ditto.
1785 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1786 * s390-tdep.c (s390_gdbarch_init): Ditto.
1787 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1788 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1789 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1790
3956d554
JB
17912002-08-05 Joel Brobecker <brobecker@gnat.com>
1792
1793 * objfiles.h: Add missing #include "symfile.h"
1794
1795 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1796
8249c0d6
AC
17972002-08-04 Andrew Cagney <ac131313@redhat.com>
1798
1799 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1800 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1801 of FIELD_BITSIZE.
1802
b9d14705
DJ
18032002-08-04 Daniel Jacobowitz <drow@mvista.com>
1804
1805 * NEWS: Cleanup and nitpick.
1806
dd73b9bb
AC
18072002-08-03 Andrew Cagney <ac131313@redhat.com>
1808
1809 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1810
043a27f8
AC
18112002-08-03 Andrew Cagney <ac131313@redhat.com>
1812
1813 * Makefile.in (gdbtk-bp.o): Update dependencies.
1814 (gdbtk-register.o): Ditto.
1815 (gdbtk-varobj.o): Ditto.
1816
46ce284d
AC
18172002-08-03 Andrew Cagney <cagney@redhat.com>
1818
1819 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1820 m68hc11_fetch_pseudo_register.
1821 (m68hc11_pseudo_register_write): Replace
1822 m68hc11_store_pseudo_register.
1823 (m68hc11_gdbarch_init): Update.
1824
b66d6d2e
AC
1825Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1826
1827 * gdbarch.sh: Include "gdb_string.h".
1828 * gdbarch.c: Regenerate.
1829
1830 * regcache.c: Include "gdb_string.h".
1831 * ax-general.c: Ditto.
1832 * varobj.c: Ditto.
1833 * std-regs.c: Ditto.
1834 * fbsd-proc.c: Ditto.
1835 * thread.c: Ditto.
1836
1837 * Makefile.in (regcache.o): Update dependencies.
1838 (thread.o, gdbarch.o): Ditto.
1839 (ax-general.o, gdbarch.o): Ditto.
1840 (varobj.o, std-regs.o): Ditto.
1841 (fbsd-proc.o): Specify dependencies.
1842
29e1842b
AC
18432002-08-02 Andrew Cagney <cagney@redhat.com>
1844
1845 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1846 regnum.
1847 (regcache_cooked_write): Ditto.
1848
68365089
AC
18492002-08-02 Andrew Cagney <ac131313@redhat.com>
1850
1851 * regcache.c (regcache_cooked_read): New function.
1852 (regcache_cooked_write): New function.
1853 (read_register_gen): Rewrite using regcache_cooked_read.
1854 (write_register_gen): Rewrite using regcache_cooked_write.
1855
1856 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1857 Declare.
1858
d8124050
AC
18592002-08-02 Andrew Cagney <cagney@redhat.com>
1860
1861 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1862 Replace the architecture methods register_read and register_write.
1863 * gdbarch.h, gdbarch.c: Regenerate.
1864 * regcache.c (init_regcache_descr): Update.
1865 (read_register_gen): Update.
1866 (write_register_gen): Update.
1867 (supply_register): Update comment.
1868
1869 * sh-tdep.c (sh_gdbarch_init): Update.
1870 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1871 `regcache' and `gdbarch' parameters. Make `buffer' a void
1872 pointer. Update code.
1873 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1874 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1875 void pointer. Update code.
1876 (sh64_register_write): Delete.
1877 (sh4_register_read): Delete.
1878 (sh64_register_read): Delete.
1879 (sh4_register_write): Delete.
1880 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1881 void pointer, `to' parameter a void pointer.
1882 (sh_sh64_register_convert_to_raw): Ditto.
1883
a6425924
KB
18842002-08-01 Kevin Buettner <kevinb@redhat.com>
1885
1886 * mips-tdep.c (mips_register_virtual_type): Use architecture
1887 invariant return values.
1888
ff5922b5
AC
18892002-08-01 Andrew Cagney <cagney@redhat.com>
1890
1891 * linux-proc.c: Include "gdb_string.h".
1892 * Makefile.in (linux-proc.o): Update dependency list.
1893
32a6503c
KB
18942002-08-01 Kevin Buettner <kevinb@redhat.com>
1895
1896 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1897 comment.
1898
ccaa32c7
GS
18992002-08-01 Grace Sainsbury <graces@redhat.com>
1900
1901 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1902 to_insert_watchpoint, to_remove_watchpoint,
1903 to_stopped_by_watchpoint, to_stopped_data_address,
1904 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1905 target vecctor. Define their corresponding macros so they call
1906 them.
1907
1908 * target.c: Add default and debug versions of for
1909 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1910 to_insert_watchpoint, to_remove_watchpoint,
1911 to_stopped_by_watchpoint, to_stopped_data_address,
1912 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1913
78fde5f8
KB
19142002-08-01 Kevin Buettner <kevinb@redhat.com>
1915
1916 * mips-tdep.c (mips_register_virtual_type): New function.
1917 (mips_gdbarch_init): Register mips_register_virtual_type()
1918 with gdbarch machinery.
1919 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1920 this file instead of tm-bigmips.h.
1921 (MIPS_REGSIZE): Delete this macro.
1922 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1923 multiarch version in mips-tdep.c will be found.
1924
db034ac5
AC
19252002-08-01 Andrew Cagney <cagney@redhat.com>
1926
1927 * NEWS: Menion that CHILL has been made obsolete.
1928
1929 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
1930 * stabsread.c (read_range_type): Ditto.
1931 * gdbtypes.h: Ditto.
1932 * language.c (binop_type_check): Ditto.
1933 (binop_result_type): Ditto.
1934 (integral_type): Ditto.
1935 (character_type): Ditto.
1936 (string_type): Ditto.
1937 (boolean_type): Ditto.
1938 (structured_type): Ditto.
1939 (lang_bool_type): Ditto.
1940 (binop_type_check): Ditto.
1941 * language.h (_LANG_chill): Ditto.
1942 * dwarfread.c (set_cu_language): Ditto.
1943 * dwarfread.c (CHILL_PRODUCER): Ditto.
1944 * dwarfread.c (handle_producer): Ditto.
1945 * expression.h (enum exp_opcode): Ditto.
1946 * eval.c: Ditto for comments.
1947 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1948 * expprint.c (print_subexp): Ditto.
1949 (print_subexp): Ditto.
1950 * valops.c (value_cast): Ditto.
1951 (search_struct_field): Ditto.
1952 * value.h (COERCE_VARYING_ARRAY): Ditto.
1953 * symfile.c (init_filename_language_table): Ditto.
1954 (add_psymbol_with_dem_name_to_list): Ditto.
1955 * valarith.c (value_binop): Ditto.
1956 (value_neg): Ditto.
1957 * valops.c (value_slice): Ditto.
1958 * symtab.h (union language_specific): Ditto.
1959 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1960 (SYMBOL_DEMANGLED_NAME): Ditto.
1961 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1962 * defs.h (enum language): Ditto.
1963 * symtab.c (got_symtab): Ditto.
1964 * utils.c (fprintf_symbol_filtered): Ditto.
1965
1966 * ch-typeprint.c: Make file obsolete.
1967 * ch-valprint.c: Make file obsolete.
1968 * ch-lang.h: Make file obsolete.
1969 * ch-exp.c: Make file obsolete.
1970 * ch-lang.c: Make file obsolete.
1971
1972 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1973 CHILL_LIB.
1974 (TARGET_FLAGS_TO_PASS): Ditto.
1975 (CHILLFLAGS): Obsolete.
1976 (CHILL): Obsolete.
1977 (CHILL_FOR_TARGET): Obsolete.
1978 (CHILL_LIB): Obsolete.
1979 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1980 ch-valprint.c.
1981 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1982 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1983 ch-lang.o.
1984 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1985 targets.
1986
8aaf0b47
JB
19872002-07-31 Joel Brobecker <brobecker@gnat.com>
1988
1989 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1990 This does not change anything at the moment, but will be helpful
1991 later when full Ada support is integrated.
1992
f3a7b3a5
KB
19932002-07-31 Kevin Buettner <kevinb@redhat.com>
1994
1995 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1996 help message.
1997
fb850278
KB
19982002-07-31 Kevin Buettner <kevinb@redhat.com>
1999
2000 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
2001 and save it in a local variable. Use variable in later test.
2002
e3bddbfa
KB
20032002-07-31 Kevin Buettner <kevinb@redhat.com>
2004
2005 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
2006 test. (Thanks to Daniel Jacobowitz.)
2007
28d169de
KB
20082002-07-31 Kevin Buettner <kevinb@redhat.com>
2009
2010 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
2011 (mips_abi_strings): Add "n64".
2012 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2013
7fe7e44e
KB
20142002-07-31 Kevin Buettner <kevinb@redhat.com>
2015
2016 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
2017 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2018
c6caf090
KB
20192002-07-31 Kevin Buettner <kevinb@redhat.com>
2020
2021 * utils.c (host_pointer_to_address, address_to_host_pointer):
2022 Use gdb_assert() instead of explicit call to internal_error().
2023
c41669e0
KB
20242002-07-30 Kevin Buettner <kevinb@redhat.com>
2025
2026 * Makefile.in (rs6000-nat.o): Update dependencies.
2027
2028 From Nicholas Duffek:
2029 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
2030 (aix-thread.o): New rule.
2031 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
2032 * config/powerpc/aix432.mh: New file.
2033
2fda4977
DJ
20342002-07-30 Daniel Jacobowitz <drow@mvista.com>
2035
2036 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
2037 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
2038 (fetch_core_registers, ppc_linux_supply_gregset)
2039 (ppc_linux_supply_fpregset): New functions.
2040 (ppc_linux_regset_core_fns): New.
2041 (_initialize_ppc_linux_tdep): Call add_core_fns.
2042 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
2043 and ppc_linux_supply_gregset.
2044 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
2045 (supply_fpregset): Call ppc_linux_supply_fpregset.
2046 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
2047 corelow.o.
2048 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2049
729051e6
DJ
20502002-07-30 Daniel Jacobowitz <drow@mvista.com>
2051
2052 * symtab.c (lookup_symbol): Demangle before lowercasing.
2053
5f8a3188
AC
20542002-07-30 Andrew Cagney <ac131313@redhat.com>
2055
2056 * symtab.h: Replace #include "gdb_obstack.h" with opaque
2057 declaration.
2058 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
2059 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
2060 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
2061 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
2062 "gdb_string.h".
2063 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
2064 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
2065 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
2066 (avr-tdep.o, mon960-rom.o): Ditto.
2067 (aout_stabs_gnu_h): Define.
2068 (symtab_h): Remove $(gdb_obstack_h).
2069
67f07146
JB
20702002-07-30 Jim Blandy <jimb@redhat.com>
2071
2072 Patch from David Carlton <carlton@math.stanford.edu>:
2073 * gdbinit.in: Move the `dir' commands that add GDB's own source
2074 directory to the search path to the end, so that the `gdb' source
2075 directory will be searched first.
2076
04ea0df1
AC
20772002-07-29 Andrew Cagney <ac131313@redhat.com>
2078
2079 * gdb_obstack.h: New file.
2080 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
2081 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
2082 * objfiles.h: Include "gdb_obstack.h".
2083 * Makefile.in (gdb_obstack_h): Define.
2084 (symtab_h): Add $(gdb_obstack_h).
2085 (objfiles_h): Add $(gdb_obstack_h).
2086
2087 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
2088 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
2089 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
2090 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
2091 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
2092 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
2093 * symfile.c, coffread.c, c-typeprint.c: Ditto.
2094 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
2095
2096 * Makefile.in (bcache.o): Update dependencies.
2097 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
2098 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
2099 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
2100 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
2101 (stabsread.o, symfile.o, symmisc.o): Ditto.
2102 (symtab.o, typeprint.o, macroexp.o): Ditto.
2103 (macrotab.o, mdebugread.o): Ditto.
2104 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
2105 (coff_ecoff_h, aout_aout64_h): Define.
2106 (aout_stabs_gnu_h, libaout_h): Define.
2107
d138e37a
AC
21082002-07-29 Andrew Cagney <cagney@redhat.com>
2109
2110 * regcache.c (struct regcache_descr): Rename nr_registers to
2111 nr_cooked_registers. Revise comments describing the structure
2112 member fields.
2113 (init_regcache_descr): Update.
2114 (init_legacy_regcache_descr): Update.
2115 (read_register_gen, write_register_gen): When a cooked register in
2116 the raw register range, directly access the value from the raw
2117 register cache.
2118
460e6ec3
AC
21192002-07-29 Andrew Cagney <ac131313@redhat.com>
2120
2121 * z8k-tdep.c: Do not include "obstack.h".
2122 * h8300-tdep.c, h8500-tdep.c: Ditto.
2123 * m68hc11-tdep.c, sh-tdep.c: Ditto.
2124 * valprint.c, v850-tdep.c: Ditto.
2125 * d10v-tdep.c, mn10300-tdep.c: Ditto.
2126 * mn10200-tdep.c: Ditto.
2127
2128 * Makefile.in (z8k-tdep.o): Update dependencies.
2129 (m68hc11-tdep.o, valprint.o): Ditto.
2130 (v850-tdep.o, d10v-tdep.o): Ditto.
2131 (mn10300-tdep.o, sparc-tdep.o): Ditto.
2132 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
2133 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
2134 (sh_opc_h, gdb_sim_sh_h): Define.
2135 (elf_sh_h, elf_bfd_h): Define.
2136 (opcode_m68hc11_h): Define.
2137 (OPCODES_SRC, OPCODES_DIR): define.
2138 (OPCODES): Use $(OPCODES_DIR).
2139 (gdb_sim_d10v_h): Rename sim_d10v_h.
2140 (gdb_sim_arm_h): Rename sim_arm_h.
2141
790c9cf0
KB
21422002-07-26 Kevin Buettner <kevinb@redhat.com>
2143
2144 * utils.c (host_pointer_to_address, address_to_host_pointer):
2145 Change internal_error() message to indicate function responsible
2146 for the error.
2147
9647fa49
KB
21482002-07-26 Kevin Buettner <kevinb@redhat.com>
2149
2150 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2151 calls to local_hex_string_custom().
2152
dabbe2c0
KB
21532002-07-26 Kevin Buettner <kevinb@redhat.com>
2154
2155 * irix5-nat.c: Move IRIX shared library support from here...
2156 * solib-irix.c: ...to here. Revised substantially to work with
2157 generic solib framework.
2158
b96d0a4e
KB
2159 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2160 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2161 * mips-irix-tdep.c: New file.
2162
313fb2f6
KB
2163 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2164 (mips-irix-tdep.o, solib-irix.o): New rules.
2165 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2166 solib-irix.o.
2167 * config/mips/irix6.mt (TDEPFILES): Likewise.
2168 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2169
ab2eaf26
KB
21702002-07-26 Kevin Buettner <kevinb@redhat.com>
2171
177e4768 2172 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
2173 disabled (via ``#if 0'') includes.
2174
7244546a
KB
21752002-07-26 Kevin Buettner <kevinb@redhat.com>
2176
2177 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2178 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2179 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2180 Add support for the fpscr register.
2181 * rs6000-nat.c (regmap, fetch_inferior_registers)
2182 (store_inferior_registers, fetch_core_registers): Likewise.
2183
dd7be90a
KB
21842002-07-26 Kevin Buettner <kevinb@redhat.com>
2185
2186 * rs6000-nat.c (language.h): Include.
2187 (special_regs): Delete this array.
2188 (regmap): New function.
2189 (fetch_register, store_register): Use regmap() to map gdb
2190 register numbers to ptrace register numbers. Also, use
2191 outputs from regmap() to make decisions regarding type of
2192 ptrace() call to make. In particular, don't compare against
2193 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2194 (fetch_inferior_registers, store_inferior_registers): Where
2195 possible, obtain register numbers from tdep struct. Don't
2196 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2197 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2198 (LAST_UISA_SP_REGNUM): Delete.
2199
11bf77db
KB
22002002-07-25 Kevin Buettner <kevinb@redhat.com>
2201
2202 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
2203 (fetch_registers, store_register, fetch_core_registers): Don't
2204 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
2205 regcache_collect() as appropriate.
2206 (find_toc_address): Format hex address with local_hex_string().
2207
06afebeb
AC
22082002-07-25 Andrew Cagney <ac131313@redhat.com>
2209
2210 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2211 bfd/elf32-frv.c.
2212
8c554d79
TT
22132002-07-24 Tom Tromey <tromey@redhat.com>
2214
2215 * jv-exp.y: Marked all strings with _().
2216 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2217 internal_error.
2218 (MethodInvocation, CastExpression, parse_number, yyerror,
2219 java_type_from_name, push_expression_name, yylex): Typo fixes.
2220
e4c242d9
DJ
22212002-07-24 Daniel Jacobowitz <drow@mvista.com>
2222
2223 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2224 (tee_file_flush, tee_file_write, tee_file_fputs)
2225 (tee_file_isatty): New.
2226 * ui-file.h (tee_file_new): Add prototype.
2227
ebf56fd3
AS
22282002-07-24 Aidan Skinner <aidan@velvet.net>
2229
2230 * ada-lang.c: Change k&r style function definitions to prototyped
2231 form.
2232 * ada-typeprint.c: Change k&r style function definitions to prototyped
2233 form.
2234 * ada-valprint.c: Change k&r style function definitions to prototyped
2235 form.
2236
7fb623f7
AC
22372002-07-24 Andrew Cagney <cagney@redhat.com>
2238
2239 * README: Remove reference to remote-bug.
2240 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2241 remote-bug.c.
2242 (m88k-nat.o): Delete rule.
2243 (m88k-tdep.o): Delete rule.
2244 (remote-bug.o): Delete rule.
2245 * MAINTAINERS: Mark as obsolete.
2246 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2247 * m88k-tdep.c: Make file obsolete.
2248 * config/m88k/m88k.mh: Ditto.
2249 * config/m88k/delta88v4.mh: Ditto.
2250 * config/m88k/delta88v4.mt: Ditto.
2251 * config/m88k/delta88.mt: Ditto.
2252 * config/m88k/delta88.mh: Ditto.
2253 * remote-bug.c: Ditto.
2254 * config/m88k/tm-delta88.h: Ditto.
2255 * config/m88k/nm-delta88v4.h: Ditto.
2256 * config/m88k/xm-delta88.h: Ditto.
2257 * config/m88k/xm-dgux.h: Ditto.
2258 * config/m88k/tm-m88k.h: Ditto.
2259 * config/m88k/nm-m88k.h: Ditto.
2260 * config/m88k/tm-delta88v4.h: Ditto.
2261 * m88k-nat.c: Ditto.
2262 * cxux-nat.c: Ditto.
2263 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2264 and m88*-*-* obsolete.
2265 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2266 m88*-*-* obsolete.
2267
37611a2b
AC
22682002-07-24 Andrew Cagney <cagney@redhat.com>
2269
2270 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2271 constant. Same for local pointer variables.
2272 (extract_signed_integer): Ditto.
2273 * defs.h (extract_unsigned_integer): Update.
2274 (extract_signed_integer): Update.
2275
1aaa5f99
AC
22762002-07-24 Andrew Cagney <cagney@redhat.com>
2277
2278 * regcache.c (regcache_raw_write): Change buf parameter to a
2279 constant void pointer.
2280 (regcache_raw_read): Change buf parameter to a void pointer.
2281 (legacy_write_register_gen): Change myaddr parameter a constant
2282 void pointer.
2283 (supply_register): Change val parameter to a const void pointer.
2284 * regcache.h (regcache_raw_write): Update declaration.
2285 (regcache_raw_read): Update declaration.
2286 (supply_register): Update declaration.
2287
b4f5539f
TT
22882002-07-24 Tom Tromey <tromey@redhat.com>
2289
2290 * defs.h (gdb_readline_wrapper): Declare.
2291 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2292 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2293 * top.c (gdb_readline_wrapper): New function.
2294 (command_line_input): Use it.
2295
0818c12a
AC
22962002-07-24 Andrew Cagney <cagney@redhat.com>
2297
2298 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2299 regcache_read and regcache_write.
2300 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2301 * regcache.c: Update.
2302 * sh-tdep.c (sh64_push_arguments): Update comment.
2303 (sh_pseudo_register_read): Update.
2304 (sh_pseudo_register_write): Update.
2305 (sh4_register_read): Update.
2306 (sh4_register_write): Update.
2307 (sh64_pseudo_register_read): Update.
2308 (sh64_pseudo_register_write): Update.
2309 (sh64_register_read): Update.
2310 (sh64_register_write): Update.
2311 * i386-tdep.c (i386_extract_return_value): Update.
2312 (i386_extract_struct_value_address): Update.
2313 (i386_extract_return_value): Update.
2314 * blockframe.c (generic_read_register_dummy): Update.
2315 (generic_call_dummy_register_unwind): Update
2316 * infrun.c (write_inferior_status_register): Update.
2317
f7321c06
JB
23182002-07-23 Jim Blandy <jimb@redhat.com>
2319
2320 * parser-defs.h (expression_context_pc): Make this extern.
2321 (Thanks to Michael Snyder.)
2322
2037aebb
AC
23232002-07-23 Andrew Cagney <ac131313@redhat.com>
2324
2325 GDB 5.2.1 released from 5.2 branch.
2326 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2327 * README: Update to mention 5.2.1.
2328
66504d44
MS
23292002-07-23 Mark Salter <msalter@redhat.com>
2330
2331 * remote.c (remote_read_bytes): Fix check for error.
2332
27bae383
KB
23332002-07-22 Kevin Buettner <kevinb@redhat.com>
2334
2335 * aix-thread.c (language.h): Include.
2336 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2337 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2338 Print newlines at end of debug messages.
2339 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2340 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2341
23422002-07-22 Kevin Buettner <kevinb@redhat.com>
2343
2344 * aix-thread.c (ppc-tdep.h): Include.
2345 (special_register_p): New function.
2346 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2347 (store_regs_user_thread): Use register number information from
2348 gdbarch_tdep struct instead of hardcoded offsets relative to
2349 FIRST_UISA_SP_REGNUM.
2350 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2351 special_register_p() instead of using FPLAST_REGNUM and
2352 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2353 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2354 will be MQ's register number.
2355
23562002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
2357
2358 * aix-thread.c (ops): Rename to aix_thread_ops.
2359 (base_ops): Rename to base_target.
2360 (ops_attach): Rename to aix_thread_attach.
2361 (ops_detach): Rename to aix_thread_detach.
2362 (ops_resume): Rename to aix_thread_detach.
2363 (ops_wait): Rename to aix_thread_wait.
2364 (ops_kill): Rename to aix_thread_kill.
2365 (init_ops): Rename to init_aix_thread_ops.
2366 (ops_fetch_register): Rename to aix_thread_fetch_register.
2367 (ops_store_register): Rename to aix_thread_store_register.
2368 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2369 (ops_thread_alive): Rename to aix_thread_thread_alive.
2370 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2371 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2372 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2373 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2374 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2375 (store_regs_lib): Rename to store_regs_user_thread.
2376 (store_regs_kern): Rename to store_regs_kernel_thread.
2377
27bae383 23782002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
2379
2380 * aix-thread.c (ops_prepare_to_store): Eliminate.
2381 (init_ops): Don't initialize ops.prepare_to_store.
2382 (store_regs_kern): Pre-fetch register buffers from child,
2383 because some registers may not be in the cache. Copy
2384 regs from register cache only if they are cached.
2385 (store_regs_lib): Copy regs from register cache only
2386 if they are cached.
2387 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2388 fill_gprs64): Ditto.
2389
61c5da0b
KB
23902002-07-22 Kevin Buettner <kevinb@redhat.com>
2391
2392 * aix-thread.c (gdb_assert.h): Include.
2393 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2394 register sizes (from register cache) match size of buffer holding
2395 register data.
2396 (fill_sprs32): Change parameter types to match those in the ptrace()
2397 buffer.
2398 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2399 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2400
24012002-07-22 Michael Snyder <msnyder@redhat.com>
2402
2403 * aix-thread.c (supply_sprs64): Cosmetic change.
2404 (supply_sprs32): Cosmetic change.
2405 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2406 (fill_sprs64): Use regcache_collect instead of read_register.
2407 (store_regs_lib): Use regcache_collect instead of
2408 read_register. Use fill_sprs32 instead of fill_sprs64,
2409 if debugging a 32-bit architecture.
2410 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2411 out of the register cache, instead of passing a pointer into
2412 the register cache directly to ptrace. Use regcache_collect
2413 insteaad of read_register.
2414 (ops_prepare_to_store): Use target_read_registers instead
2415 of read_register_bytes.
2416
36479eb1
AS
24172002-07-20 Aidan Skinner <aidan@velvet.net>
2418
2419 * MAINTAINERS: Add self under write after approval.
2420
80ae6ee2
AS
24212002-07-20 Aidan Skinner <aidan@velvet.net>
2422
2423 * ada-tasks.c: Change k&r style function definitions to prototyped
2424 form.
2425
8a8ab2b9
AC
24262002-07-19 Andrew Cagney <ac131313@redhat.com>
2427
2428 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2429 * x86-64-tdep.c: Include "objfiles.h".
2430 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2431 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2432
fb16b900
ML
24332002-07-17 Michal Ludvig <michal@suse.cz>
2434
2435 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2436 (update_context): Initialise cfa variable.
2437
0fe7bf7b
MS
24382002-07-17 Michael Snyder <msnyder@redhat.com>
2439
2440 * aix-thread.c: Shorten some long lines.
2441 Bring comments into line with code spec.
2442
488f131b
JB
24432002-07-18 Joel Brobecker <brobecker@gnat.com>
2444
2445 * infrun.c: Re-indent using gdb_indent.sh.
2446
46c415d2
JB
24472002-07-18 Joel Brobecker <brobecker@gnat.com>
2448
2449 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2450 Leave the indentation temporarily untouched, to minimize the diffs.
2451
cdecafbe
EZ
24522002-07-18 Elena Zannoni <ezannoni@redhat.com>
2453
2454 * stabsread.c: Make os9k sections of the code obsolete,
2455 for real this time.
2456 * stabsread.h: Make os9k sections of the code obsolete.
2457
7b6aa020
ML
24582002-07-18 Michal Ludvig <mludvig@suse.cz>
2459
09ec9b38
ML
2460 * linux-low.c (regsets_store_inferior_registers): Add free()
2461 at the end of a loop to prevent memory leak.
2462 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2463 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
2464 * config/sparc/tm-sp64linux.h: Make the rest of #endif
2465 line a comment.
4894ac5d 2466 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 2467
233282cd
JB
24682002-07-17 Jim Blandy <jimb@redhat.com>
2469
2470 * macrocmd.c (info_macro_command): Remove newline from error
2471 message.
2472
7b6aa020 24732002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
2474
2475 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2476 (sh_gdbarch_init): Use it for sh-dsp.
2477
f7ef9339
KB
24782002-07-16 Kevin Buettner <kevinb@redhat.com>
2479
2480 * dwarf2read.c (read_initial_length): Handle older, non-standard,
2481 64-bit DWARF2 format.
2482
8dd72958
JB
24832002-07-16 Joel Brobecker <brobecker@gnat.com>
2484
2485 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2486 <sys/proc.h> when not available.
2487
a99a9e1b
AC
24882002-07-16 Andrew Cagney <ac131313@redhat.com>
2489
2490 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2491 * stabsread.c: Make os9k sections of the code obsolete.
2492 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2493 * config/i386/i386os9k.mt: Make file obsolete.
2494 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2495 (COMMON_OBS): Remove os9kread.o
2496 (SFILES): Remove os9kread.c.
2497 (os9kread.o, remote-os9k.o): Make target obsolete.
2498 * remote-os9k.c: Make file obsolete.
2499 * os9kread.c: Make file obsolete.
2500 * Makefile.in
2501
7a3085c1
AC
25022002-07-16 Andrew Cagney <ac131313@redhat.com>
2503
2504 * NEWS: Mention that the FR30 has been made obsolete.
2505 * fr30-tdep.c: Make file obsolete.
2506 * config/fr30/tm-fr30.h: Ditto.
2507 * config/fr30/fr30.mt: Ditto.
2508 * configure.tgt: Make fr30-*-elf obsolete.
2509 * MAINTAINERS: Make fr30-elf obsolete.
2510
28a93f5a
PM
25112002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2512
2513 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2514 found is not inside a section.
2515
be006b8b
KB
25162002-07-15 Kevin Buettner <kevinb@redhat.com>
2517
2518 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2519 strerror().
2520 (pdc_realloc): Use xrealloc() instead of realloc().
2521
14fa3751
KB
25222002-07-15 Kevin Buettner <kevinb@redhat.com>
2523
2524 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2525 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2526 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2527 macros.
2528
42cc437f
KB
25292002-07-15 Kevin Buettner <kevinb@redhat.com>
2530
2531 * aix-thread.c (ptrace_check): Eliminate goto.
2532 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2533 problem.
2534
8e2c28d4
KB
25352002-07-15 Kevin Buettner <kevinb@redhat.com>
2536
2537 * aix-thread.c (gdbcmd.h): Include.
2538 (DEBUG, DBG, DBG2, dbg): Eliminate.
2539 (debug_aix_thread): New static global.
2540 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2541 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2542 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2543 invocations to DBG and DBG2 macros to test against
2544 ``debug_aix_thread'' and call fprintf_unfiltered().
2545 (_initialize_aix_thread): Add new command "set debug aix-thread".
2546
30413464
AC
25472002-07-15 Andrew Cagney <ac131313@redhat.com>
2548
2549 From Gerhard Tonn <TON@de.ibm.com>:
2550 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2551 instead of supply_register.
2552
7c43edc1
AC
25532002-07-15 Andrew Cagney <ac131313@redhat.com>
2554
2555 * dwarf2cfi.c: Include "gdb_assert.h".
2556 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2557 non-NULL.
2558 (update_context): Do not use __func__. Add missing ``break''.
2559 (update_context): Do not use __func__.
2560
9364a0ef
EZ
25612002-07-15 Elena Zannoni <ezannoni@redhat.com>
2562
2563 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2564 and its setting. Set gdbarch instruction printing functions
2565 directly. For non-rs6000 case use new function
2566 gdb_print_insn_powerpc.
2567 (gdb_print_insn_powerpc): New function.
2568
3fbeef0b
AC
25692002-07-13 Andrew Cagney <ac131313@redhat.com>
2570
92eb23c5 2571 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
2572 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2573 * configure.tgt: Mark d30v-*-* as obsolete.
2574 * d30v-tdep.c: Mark file as obsolete.
2575 * config/d30v/d30v.mt: Ditto.
2576 * config/d30v/tm-d30v.h: Ditto.
2577
aacb1f0a
AS
25782002-07-13 Aidan Skinner <aidan@velvet.net>
2579
2580 * ada-tasks.c (add_task_entry): replace calls to
2581 malloc() with xmalloc
2582 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2583
2584 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2585 ada_finish_decode_line_1, all_sals_for_line
2586 ada_breakpoint_rewrite): replace calls to free() with xfree()
2587
c11d79f2
KB
25882002-07-12 Kevin Buettner <kevinb@redhat.com>
2589
2590 From Nicholas Duffek (with minor changes by Martin Hunt,
2591 Louis Hamilton, and Kevin Buettner):
2592 * aix-thread.c: New file.
2593
8e19ed76
PS
25942002-07-12 Petr Sorfa <petrs@caldera.com>
2595
2596 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2597 complaint for invalid attribute class or form.
2598 (read_func_scope): DW_AT_frame_base
2599 better handling of DW_AT_block*.
2600 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2601 better handling of DW_AT_block*.
2602 (read_common_block): DW_AT_location
2603 better handling of DW_AT_block*.
2604 (read_partial_die): DW_AT_location better handling
2605 of DW_AT_block*.
2606 (new_symbol): DW_AT_external better handling of
2607 DW_AT_block*. Proper initialization of variable
2608 "addr".
2609 (attr_form_is_block): New function that returns true
2610 if the attribute's form is of DW_FORM_block*.
2611
295401f7
DJ
26122002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2613
2614 * valops.c (find_method_list): Remove comment about
2615 removed STATIC_MEMFUNCP argument.
2616 (value_find_oload_method_list): Likewise.
2617
e42dc924
KB
26182002-07-12 Kevin Buettner <kevinb@redhat.com>
2619
2620 From Nicholas Duffek:
2621 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2622 target_new_objfile_hook.
2623
6904b546
KB
26242002-07-12 Kevin Buettner <kevinb@redhat.com>
2625
2626 From Nicholas Duffek:
2627 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2628 csect.
2629
53fe9346
AC
26302002-07-12 Andrew Cagney <cagney@redhat.com>
2631
2632 * MAINTAINERS: Mention --enable-sim-build-warnings.
2633 (m68hc11-elf): Disable sim build warnings.
2634 (m32r-elf): Mark as broken obsolete candidate.
2635 (x86_64-linux-gnu): Mark as buildable with -Werror.
2636 (arm-elf): Change -w to ``,'' which enables warnings but not
2637 -Werror.
2638
af5f3db6
AC
26392002-07-12 Andrew Cagney <ac131313@redhat.com>
2640
2641 * bcache.h: Update copyright.
2642 (struct bstring, struct bcache): Move definition to "bcache.c".
2643 Replaced by opaque declaration.
2644 (bcache_xfree): Replace free_bcache.
2645 (bcache_xmalloc, bcache_memory_used): Declare.
2646
2647 * bcache.c: Update copyright.
2648 (struct bstring, struct bcache): Moved to here from "bcache.h".
2649 Update comments.
2650 (bcache_xmalloc, bcache_memory_used): New functions.
2651 (bcache_xfree): Replace function free_bcache.
2652
2653 * Makefile.in (objfiles.o): Add $(bcache_h).
2654 (objfiles_h): Remove $(bcache_h).
2655 (symfile.o): Add $(bcache_h).
2656
2657 * symmisc.c: Update copyright.
2658 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2659 (print_objfile_statistics): Use bcache_memory_used.
2660
2661 * symfile.c: Include "bcache.h".
2662 (reread_symbols): Use bcache_xfree.
2663 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2664 (add_psymbol_to_list): Pass psymbol_cache by value.
2665 (add_psymbol_with_dem_name_to_list): Ditto.
2666
2667 * objfiles.h: Update copyright.
2668 (struct bcache): Declare opaque. Do not include "bcache.h".
2669 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2670 bcache'' pointers.
2671 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2672
2673 * objfiles.c: Include "bcache.h". Update copyright.
2674 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2675 macro_cache.
2676 (free_objfile): Use bcache_xfree.
2677
444199e7
GS
26782002-07-11 Grace Sainsbury <graces@redhat.com>
2679
2680 * monitor.c (monitor_fetch_register): Make name a constant.
2681 (monitor_store_register): Same.
2682
261397f8
DJ
26832002-07-11 Daniel Jacobowitz <drow@mvista.com>
2684
2685 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2686 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2687 (finish_block) For non-function blocks, hash the symbol table. For
2688 function blocks, mark the symbol table as unhashed.
2689 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2690 (msymbol_hash_iw): Likewise.
2691 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2692 value.
2693 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2694 (lookup_minimal_symbol): Likewise for both.
2695 * symtab.h (struct block): Add `hashtable' flag. Comment the
2696 hashtable.
2697 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2698 (ALL_BLOCK_SYMBOLS): Update.
2699 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2700 (struct symbol): Add `hash_next' pointer.
2701 * symtab.c (lookup_block_symbol): Search using the hash table when
2702 possible.
2703 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2704 (search_symbols, find_addr_symbol): Likewise.
2705
2706 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2707 (read_dst_symtab): Likewise.
2708 * jv-lang.c (get_java_class_symtab): Likewise.
2709 * mdebugread.c: Include "gdb_assert.h".
2710 (shrink_block): Assert that the block being modified is not hashed.
2711 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2712 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2713 symbols.
2714 (dump_symtab): Recognize hashed blocks.
2715 * printcmd.c (print_frame_args): Assert that function blocks do not
2716 have hashed symbol tables.
2717 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2718 (fill_in_ada_prototype, debug_print_block): Likewise.
2719 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2720
6f0eaa01
CV
27212002-07-11 Corinna Vinschen <vinschen@redhat.com>
2722
2723 * stack.c (print_frame): Use result of frame_address_in_block()
2724 instead of fi->pc when evaluating symbols.
2725 (backtrace_command_1): Ditto.
2726
a208b0cb
AC
27272002-07-11 Andrew Cagney <cagney@redhat.com>
2728
2729 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2730 Make static.
2731
2732 * arm-tdep.c (arm_register_name): Make return type constant.
2733
a6b6b089
AC
27342002-07-10 Andrew Cagney <ac131313@redhat.com>
2735
5ae5f592
AC
2736 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2737 prototype.
2738 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2739 * s390-tdep.c (s390_fp_regnum): Ditto.
2740 (s390_read_fp): Ditto.
2741 (s390_pop_frame): Ditto.
2742 (_initialize_s390_tdep): Ditto.
2743 * remote.c (get_remote_state): Ditto.
2744 * procfs.c (mappingflags): Ditto.
2745 * memattr.c (_initialize_mem): Ditto.
2746 * mcore-tdep.c (mcore_pop_frame): Ditto.
2747 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2748 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2749 * language.c (set_case_str): Ditto.
2750 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2751 * frv-tdep.c (new_variant): Ditto.
2752 (frv_stopped_data_address): Ditto.
2753 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2754 (context_alloc): Ditto.
2755 (frame_state_alloc): Ditto.
2756 (unwind_tmp_obstack_init): Ditto.
2757 (unwind_tmp_obstack_free): Ditto.
2758 (cfi_read_fp): Ditto.
2759 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2760 (cris_pop_frame): Ditto.
2761 * c-lang.c (scanning_macro_expansion): Ditto.
2762 (finished_macro_expansion): Ditto.
2763 (c_preprocess_and_parse): Ditto.
2764 * gdbarch.sh: Ditto.
2765 * gdbarch.h, gdbarch.c: Regenerate.
2766 * config/mn10200/tm-mn10200.h: Adjust indentation.
2767 * target.c: Adjust indentation.
2768 * symtab.h: Adjust indentation.
2769 * stabsread.h: Adjust indentation.
2770 * remote-es.c: Adjust indentation.
2771 * os9kread.c: Adjust indentation.
2772
27732002-07-10 Andrew Cagney <ac131313@redhat.com>
2774
a6b6b089
AC
2775 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2776 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2777
a1789893
GS
27782002-07-10 Grace Sainsbury <graces@redhat.com>
2779
2780 * NEWS: Mention m68k, mcore multi-arching.
2781 * MAINTAINERS: Change status of m68k, mcore to reflect
2782 multi-arching.
2783
02f0d45d
DJ
27842002-07-10 Daniel Jacobowitz <drow@mvista.com>
2785
2786 * valops.c (find_overload_match): Free oload_syms.
2787
f15f768e
JB
27882002-07-09 Joel Brobecker <brobecker@gnat.com>
2789
2790 Define HAVE_SYS_PROC_H if sys/proc.h exists
2791 * configure.in: Add check for sys/proc.h
2792 * config.in: Regenerate.
2793 * configure: Regenerate.
2794
902a7139
GS
27952002-07-09 Grace Sainsbury <graces@redhat.com>
2796
2797 * config/m68k/tm-m68k.h: Remove macros wrapped in
2798 #if !GDB_MULTI_ARCH.
2799
a534e424
AC
28002002-07-08 Andrew Cagney <ac131313@redhat.com>
2801
2802 * config.in, configure: Regenerate.
2803
9b94f7bf
MK
28042002-07-08 Mark Kettenis <kettenis@gnu.org>
2805
2806 * dwarf2cfi.c: Include "gcore.h".
2807 (execute_stack_op): Fix implementation of the
2808 DW_OP_deref and DW_OP_deref_size operators by letting do their
2809 lookup in the target.
2810
1d34db41
MK
28112002-07-07 Mark Kettenis <kettenis@gnu.org>
2812
2813 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2814 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2815 tdep->sc_sp_offset.
2816
79d5b63a
DJ
28172002-07-05 Daniel Jacobowitz <drow@mvista.com>
2818
2819 Fix PR gdb/595, gdb/602
2820 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2821 Don't call value_cast, just read the vtable pointer; update comments
2822 to match.
2823
3bb912e8
GS
28242002-07-05 Grace Sainsbury <graces@redhat.com>
2825
2826 * config/mcore/tm-mcore.h: Remove file.
2827 * config/mcore/mcore.mt: Remove definition of TM_FILE
2828 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2829
ca39387d
MK
28302002-07-05 Mark Kettenis <kettenis@gnu.org>
2831
2832 * i386bsd-tdep.c: Include "gdb_string.h".
2833
efdc1108
GS
28342002-07-04 Grace Sainsbury <graces@redhat.com>
2835
2836 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2837 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2838 mcore-tdep.
2839 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2840 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2841 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2842 (RETVAL_REGNUM): Move macros from tm-mcore.h
2843 (mcore_reg_struct_has_addr): New function.
2844 (mcore_gdbarch_init): Added initializations for the macros removed
2845 from tm-mcore.h.
2846
bb21884d
MK
28472002-07-04 Mark Kettenis <kettenis@gnu.org>
2848
2849 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2850 traditonal string branding within the ELF header.
2851
228c6d41
DJ
28522002-07-04 Daniel Jacobowitz <drow@mvista.com>
2853
2854 * symtab.c (remove_params): New function.
2855 (make_symbol_overload_list): Use it instead of cplus_demangle.
2856 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2857
2404952e
MK
28582002-07-04 Mark Kettenis <kettenis@gnu.org>
2859
e5e4acad
MK
2860 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2861
baadce09
MK
2862 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2863 New variables.
2864 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2865 and tdep->sigtramp_end.
2866 * i386obsd-nat.c: New file.
2867 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2868
2404952e
MK
2869 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2870 Don't call get_current_frame().
2871
9b4f1ba7
PM
28722002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2873
2874 * i386-nat.c (child_post_startup_inferior): New function
2875 calling i386_cleanup_dregs if
2876 I386_USE_GENERIC_WATCHPOINTS is defined.
2877 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2878 conditional to acknowledge that i386-nat.c has its
2879 own child_post_startup_inferior function.
2880
c0d1d883
MK
28812002-07-04 Mark Kettenis <kettenis@gnu.org>
2882
00f8375e
MK
2883 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2884 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2885 instead of MAX_REGISTER_RAW_SIZE.
2886 (i386_extract_return_value, i386_extract_struct_value_address):
2887 Convert to use regcache.
2888 (i386_gdbarch_init): Set max_register_raw_size and
2889 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2890 Set extract_return_value and extract_struct_value_address instead
2891 of their deprecated variants.
2892
c0d1d883
MK
2893 Convert i386 target to generic dummy frames.
2894 * i386-tdep.c: Include "symfile.h".
2895 (i386_frameless_signal_p): Consider a function to be frameless if
2896 the pc points at the first instruction of the function.
2897 (i386_frame_chain): Handle (generic) call dummies.
2898 (i386_frame_saved_pc): Likewise.
2899 (i386_frame_init_saved_regs): Remove code dealing with call
2900 dummies on the stack.
2901 (i386_push_dummy_frame): Removed.
2902 (i386_call_dummy_words): Removed.
2903 (i386_fix_call_dummy): Removed.
2904 (i386_push_return_address): New function.
2905 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2906 parameter, and don't call get_current_frame.
2907 (i386_pop_frame): New function.
2908 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2909 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2910 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2911 call_dummy_length to 0, set call_dummy_words to NULL, set
2912 sizeof_call_dummy_words to 0, set fix_call_dummy to
2913 generic_fix_call_dummy, set pc_in_call_dummy to
2914 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2915 generic_push_dummy_frame, set push_return_address to
2916 i386_push_return_address and set frame_chain_valid to
2917 generic_file_frame_chain_valid.
2918
049ee0e4
AC
29192002-07-03 Andrew Cagney <ac131313@redhat.com>
2920
2921 * gdbarch.sh (struct regcache): Add opaque declaration.
2922 (EXTRACT_RETURN_VALUE): New architecture method.
2923 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2924 * gdbarch.h, gdbarch.c: Regenerate.
2925 * arch-utils.c (legacy_extract_return_value): New function.
2926 * arch-utils.h (legacy_extract_return_value): Declare.
2927 * values.c (value_being_returned): Re-enable code handling
2928 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2929 deprecated_grub_regcache_for_registers call to block handling
2930 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2931 (EXTRACT_RETURN_VALUE): Do not define.
2932
4e0d9804
GS
29332002-07-03 Grace Sainsbury <graces@redhat.com>
2934
2935 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2936 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2937 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2938 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2939 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2940 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2941 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2942 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2943 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2944 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2945 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2946 argument so the function fits the prototype in the architecture
2947 vector.
2948 (mcore_pop_frame): Remove argument so the function fits the
2949 prototype. Use get_current_frame instead of the argument.
2950 (mcore_push_arguments): Change type of struct_return so the
2951 function can be used in the architecture vector.
2952 (mcore_store_struct_return): Add.
2953 (mcore_frame_init_saved_regs): Add.
2954 (mcore_gdbarch_init): Add function calls to replace the macros
2955 removed from tm-mcore.h
2956
36160dc4
AC
29572002-07-03 Andrew Cagney <ac131313@redhat.com>
2958
2959 * infcmd.c (print_return_value): Remove compatibility code calling
2960 deprecated_grub_regcache_for_registers.
2961
2962 * values.c: Include "regcache.h".
2963 (value_being_returned): Update. Use
2964 deprecated_grub_regcache_for_registers to extract the register
2965 buffer address.
2966 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2967 ``struct regcache''.
2968 * Makefile.in (values.o): Add dependency on $(regcache_h).
2969
2970 * inferior.h (run_stack_dummy): Change type of second parameter to
2971 a ``struct regcache''.
2972 * valops.c (hand_function_call): Change type of retbuf to ``struct
2973 regcache''. Allocate using regcache_xmalloc, clean using
2974 make_cleanup_regcache_xfree.
2975 * infcmd.c (run_stack_dummy): Update. Use
2976 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2977
2978 * regcache.c (do_regcache_xfree): New function.
2979 (make_cleanup_regcache_xfree): New function.
2980 * regcache.h (make_cleanup_regcache_xfree): Declare.
2981
e64d9b3d
MH
29822002-07-03 Martin M. Hunt <hunt@redhat.com>
2983
4dd79c29
MH
2984 * event-top.c (command_line_handler): Don't read past
2985 beginning of buffer.
e64d9b3d 2986
4dd79c29
MH
29872002-07-03 Martin M. Hunt <hunt@redhat.com>
2988
e64d9b3d
MH
2989 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2990 struct frame_id.
2991 (varobj_create): Store frame_id for root.
2992 (varobj_gen_name): Use xasprintf.
2993 (varobj_update): Save and restore frame using get_frame_id() and
2994 frame_find_by_id().
2995 (create_child): Use xasprintf.
2996 (new_root_variable): Initialize frame_id.
2997 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2998 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2999 to prevent memory leak.
3000
26e6c56a
AC
30012002-07-03 Andrew Cagney <ac131313@redhat.com>
3002
3003 * valops.c (hand_function_call): Move declaration of retbuf to
3004 start of function, allocate using malloc, add a cleanup but before
3005 the inf_status cleanup, cleanup the buffer. Rename local variable
3006 old_chain to inf_status_cleanup.
3007
f436dd25
MH
30082002-07-03 Martin M. Hunt <hunt@redhat.com>
3009
3010 * top.c (execute_command): Use cmd_func() and cmd_func_p().
3011
3012 * cli/cli-decode.c (cmd_func_p): New function.
3013 (cmd_func): New function.
3014
3015 * command.h: Add cmd_func() and cmd_func_p().
3016
4cfe2084
GS
30172002-07-03 Grace Sainsbury <graces@redhat.com>
3018
3019 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
3020 (REGISTER_SIZE): Remove.
3021 (MAX_REGISTER_RAW_SIZE): Remove.
3022 (REGISTER_VIRTUAL_TYPE): Remove.
3023 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
3024 (REGISTER_NAME): Remove.
3025 (USE_GENERIC_DUMMY_FRAMES): Remove.
3026 (CALL_DUMMY): Remove.
3027 (CALL_DUMMY_START_OFFSET): Remove.
3028 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3029 (CALL_DUMMY_LOCATION): Remove.
3030 (FIX_CALL_DUMMY): Remove.
3031 (CALL_DUMMY_ADDRESS): Remove.
3032 (SIZEOF_CALL_DUMMY_WORDS): Remove.
3033 (SAVE_DUMMY_FRAME_TOS): Remove.
3034 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
3035 (mcore_register_virtual_type): New function.
3036 (mcore_register_byte): New function.
3037 (mcore_register_size): New function.
3038 (mcore_register_name): New function.
3039 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
3040 macros removed from tm-mcore.h.
3041 (mcore_dump_tdep): Add.
3042 (_initialize_mcore_tdep): Add gdbarch_register call.
3043
4fd667e9
MK
30442002-07-03 Mark Kettenis <kettenis@gnu.org>
3045
3046 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
3047 frameless_look_for_prologue, such that we actually call this
3048 function.
3049
42f99ac2
JB
30502002-07-02 Joel Brobecker <brobecker@gnat.com>
3051
3052 * frame.h (frame_address_in_block): New function.
3053
3054 * blockframe.c (frame_address_in_block): New function extracted
3055 from get_frame_block().
3056 (get_frame_block): Use frame_address_in_block().
3057 (block_innermost_frame): Use frame_address_in_block() to match
3058 the frame pc address against the block boundaries rather than
3059 the frame pc directly. This prevents a failure when a frame pc
3060 is actually a return-address pointing immediately after the end
3061 of the given block.
3062
103a1597 30632002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
3064
3065 * MAINTAINERS: Add self under write after approval.
3066
30672002-07-02 Grace Sainsbury <graces@redhat.com>
3068
103a1597
GS
3069 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
3070 used in architecture vector. The default is
3071 m68k_local_breakpoint_from_pc.
3072 (m68k_local_breakpoint_from_pc): Add.
3073 (enum): Add register numbers from tm-m68k.h.
3074 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
3075 vector.
3076 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
3077 GDB_MULTI_ARCH_PARTIAL.
3078 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
3079 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
3080 m68k-tdep.c.
3081 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
3082 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
3083 to enum in m68k-tdep.c
3084
7a5a0534
JB
30852002-07-02 Joel Brobecker <brobecker@gnat.com>
3086
3087 * solib-osf.c (open_map): Compute the list of shared libraries
3088 loaded by the inferior, rather than the list of libraries loaded
3089 by GDB itself. Otherwise, GDB ends up reading the symbols from
3090 the wrong shared libraries...
3091
6f558d74
MK
30922002-07-02 Mark Kettenis <kettenis@gnu.org>
3093
b7d15bf7
MK
3094 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
3095 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
3096 macros.
3097 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
3098 Remove functions.
3099 (FRAMELESS_SIGNAL): Remove function.
3100 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
3101 i386_linux_saved_pc_after_call): Removed.
3102 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
3103 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
3104 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
3105
6bff26de
MK
3106 * i386-tdep.c (i386_frameless_signal_p): New function.
3107 (i386_frame_chain): Deal with frameless signals.
3108 (i386_sigtramp_saved_sp): New function.
3109 (i386_frame_saved_pc): Deal with frameless signals.
3110 (i386_saved_pc_after_call): Make sure the correct value is
3111 returned just after entry into a sigtramp.
3112 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
3113 i386fbsd4_sc_sp_offset): New variables.
3114 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
3115 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
3116 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
3117 similiar to what we already did for sc_pc_offset.
3118 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
3119 tdep->sc_sp_offset.
3120
6f558d74
MK
3121 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
3122
145564b7
ML
31232002-07-02 Michal Ludvig <mludvig@suse.cz>
3124
3125 * config/i386/tm-x86-64linux.h: New.
3126 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
3127 definitions.
3128 * config/i386/nm-x86-64.h: Rename to ...
3129 * config/i386/nm-x86-64linux.h: ... this one.
3130 * config/i386/x86-64linux.mh: Reflect the above change.
3131
3a1e71e3
MK
31322002-07-01 Mark Kettenis <kettenis@gnu.org>
3133
21d0e8a4
MK
3134 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
3135 with sigcontext_addr. Add sc_sp_offset.
3136 (i386bsd_sigtramp_saved_pc): Remove prototype.
3137 (i386bsd_sicontext_addr): Add prototype.
3138 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
3139 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
3140 (i386_svr4_sigtramp_saved_pc): Removed.
3141 (i386_svr4_sigcontext_addr): New function.
3142 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3143 Initialize tdep->sigcontext_addr instead. Initialize
3144 tdep->sc_pc_offset and tdep->sc_sp_offset.
3145 (i386_gdbarch_init): Likewise.
3146 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
3147 any more.
3148 (i386bsd_sigtramp_saved_pc): Remove function.
3149 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
3150 Initialize tdep->sigcontext_addr instead. Initialize
3151 tdep->sc_pc_offset.
3152 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3153 of tdep->sigtramp_saved_pc.
3154 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3155 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3156 instead.
3157
3a1e71e3
MK
3158 * i386-tdep.c (i386_frameless_function_invocation,
3159 i386_frame_num_args, i386_frame_init_saved_regs,
3160 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3161 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3162 i386_extract_return_value, i386_store_return_value,
3163 i386_extract_struct_value_address, i386_register_virtual_type,
3164 i386_register_convertible, i386_register_convert_to_virtual,
3165 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3166 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3167 static.
3168
52e9098c
MK
31692002-07-01 Mark Kettenis <kettenis@gnu.org>
3170
77b13a25
MK
3171 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3172
52e9098c
MK
3173 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3174 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3175 this macro. Include "value.h".
3176
1b372fff
AS
31772002-06-30 Aidan Skinner <aidan@velvet.net>
3178
3179 * ada-exp.tab.c: remove as it's a generated file
3180 * ada-lex.c: remove as it's a generated file
3181
9c5045b5
MK
31822002-06-30 Mark Kettenis <kettenis@gnu.org>
3183
4a93c5bb
MK
3184 * config/i386/tm-i386.h (struct frame_info, struct
3185 frame_saved_regs, struct value, struct type): Remove forward
3186 declarations.
3187
322d4fe0
MK
3188 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3189 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3190 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3191 (FILL_FPXREGSET): Define.
3192
fdd8263d
MK
3193 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3194
482e577b
MK
3195 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3196 i[3456]86-*-netbsd* case.
3197 * config/i386/tm-obsd.h: Removed.
3198 * config/i386/obsd.mt: Removed.
3199 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3200 core-aout.o.
3201 (MH_CFLAGS): Add -DYYDEBUG=0.
3202
6916549a
MK
3203 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3204 i386nbsd_sc_pc_offset on OpenBSD too.
3205
9c5045b5
MK
3206 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3207 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3208 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3209 define.
3210 * i386bsd-tdep.c: Include "arch-utils.h".
3211 (i386bsd_aout_in_solib_call_trampoline): New function.
3212 (i386bsd_init_abi): Set in_solib_call_trampoline to
3213 i386bsd_aout_in_solib_call_trampoline.
3214 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3215 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3216
aa84d1bb
AC
32172002-06-28 Andrew Cagney <ac131313@redhat.com>
3218
3219 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3220 (struct obstack, struct bcache): Add opaque declarations.
3221 * Makefile.in (macrotab_h): Update
3222
b4d83933
AC
32232002-06-28 Andrew Cagney <ac131313@redhat.com>
3224
3225 * blockframe.c (generic_find_dummy_frame): Change return type to
3226 ``struct regcache''.
3227 (struct dummy_frame): Replace field ``registers'' with regcache, a
3228 struct regcache object.
3229 (generic_find_dummy_frame): Update.
3230 (generic_push_dummy_frame): Update. Use regcache_xfree,
3231 regcache_xmalloc and regcache_cpy.
3232 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3233 regcache_xfree.
3234 (deprecated_generic_find_dummy_frame): Update.
3235 (generic_read_register_dummy): Update. Use
3236 regcache_read_as_address.
3237 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3238 (generic_get_saved_register): Update. Use regcache_read.
3239
08c0b5bc
AC
32402002-06-28 Andrew Cagney <ac131313@redhat.com>
3241
3242 * Makefile.in (objfiles_h): Add $(bcache_h).
3243 * objfiles.h: Include "bcache.h".
3244
3245 * Makefile.in (symtab_h): Remove $(bcache_h).
3246 * symtab.h: Do not include "bcache.h".
3247
1f89801a
AC
32482002-06-28 Andrew Cagney <ac131313@redhat.com>
3249
3250 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3251 generic_func_frame_chain_valid.
3252
b9644b58
DB
32532002-06-28 David O'Brien <obrien@FreeBSD.org>
3254
3255 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3256 * config/i386/tm-fbsd.h: Likewise.
3257
dd486634
AC
32582002-06-28 Andrew Cagney <ac131313@redhat.com>
3259
3260 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3261 generic_unwind_get_saved_register.
3262
0b434a00
AC
32632002-06-27 Andrew Cagney <ac131313@redhat.com>
3264
3265 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3266 * regcache.c (supply_register): Add missing argument to
3267 register_buffer call.
3268
f30e5a77
AC
32692002-06-27 Andrew Cagney <ac131313@redhat.com>
3270
3271 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3272 Solaris /bin/grep does not not like it. From Peter Schauer.
3273
9f064c95
TT
32742002-06-26 Tom Tromey <tromey@redhat.com>
3275
3276 * command.h (add_setshow_cmd): Declare.
3277 (add_setshow_cmd_full): Declare.
3278 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3279 returns void. Use add_setshow_cmd_full.
3280 (add_setshow_cmd_full): New function.
3281 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3282 (add_setshow_boolean_cmd): Likewise.
3283
099c7589
JT
32842002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3285
3286 * config/vax/tm-vax.h: Protect from multiple inclusion.
3287 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3288 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3289 * config/vax/tm-vaxbsd.h: ...here. New file.
3290 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3291
1d049c5e
JT
32922002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3293
3294 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3295 (BELIEVE_PCC_PROMOTION): Remove.
3296 (AP_REGNUM): Move to...
3297 * config/vax/nm-vax.h: ...here.
3298 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3299 (vax_breakpoint_from_pc): New function.
3300 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3301 and gdbarch_believe_pcc_promotion.
3302
4791e091
JT
33032002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3304
3305 * Makefile.in (vax_tdep_h): Define.
3306 (vax-tdep.o): Use $(vax_tdep_h).
3307 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3308 (vax_dump_tdep): New function.
3309 (_initialize_vax_tdep): Register vax_dump_tdep.
3310 * vax-tdep.h: Include osabi.h.
3311 (struct gdbarch_tdep): New.
3312
da130f98
AC
33132002-06-26 Andrew Cagney <cagney@redhat.com>
3314
3315 * frame.h (deprecated_generic_find_dummy_frame): Rename
3316 generic_find_dummy_frame.
3317 * blockframe.c (generic_find_dummy_frame): Make static.
3318 (deprecated_generic_find_dummy_frame): New function.
3319 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3320 generic_find_dummy_frame with deprecated_find_dummy_frame.
3321 (sh64_nofp_frame_init_saved_regs): Ditto.
3322 (sh_fp_frame_init_saved_regs): Ditto.
3323 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3324 (s390_frame_chain): Ditto.
3325 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3326
6300c360
GS
33272002-06-26 Grace Sainsbury <graces@redhat.com>
3328
3329 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3330 gdbarch vector are at the top.
3331 (NUM_REGS): Remove.
3332 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3333 (FRAME_ARGS_ADDRESS): Remove.
3334 (FRAME_LOCALS_ADDRESS): Remove.
3335 (FRAME_NUM_ARGS): Remove.
3336 (FRAME_ARGS_SKIP): Remove.
3337 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3338 (m68k_gdbarch_init): Add gdbarch initializations for macros
3339 undefined in tm-m68k.h
3340
1c617db8
GS
33412002-06-26 Grace Sainsbury <graces@redhat.com>
3342
3343 * monitor.h: Add the function regname to monitor_ops
3344 structure. This way NUM_REGS does not have to be a constant.
3345 * monitor.c (monitor_fetch_register): Added support for regname
3346 function. The function is called if the array regnames is NULL.
3347 (monitor_store_register): Same.
da130f98
AC
3348 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3349 regnames array.
1c617db8
GS
3350 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3351 cpu32bug_cmds.regname to point to new function.
3352 * abug-rom.c (abug_regname): Same as above.
3353 (init_abug_cmds): Same.
3354 * dbug-rom.c (dbug_regname): Same as above.
3355 (init_dbug_cmds): Same.
3356 * remote-est.c (est_regname): Same.
3357 (init_est_cmds): Same.
3358 * rom68k-rom.c (rom68k_regname): Same.
3359 (init_rom68k_cmds): Same.
3360
ea9365bb
TT
33612002-06-25 Tom Tromey <tromey@redhat.com>
3362
3363 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3364
72cec141
AC
33652002-06-25 Andrew Cagney <cagney@redhat.com>
3366
3367 * infrun.c (stop_registers): Change variable's type to ``struct
3368 regcache'''.
3369 (xmalloc_inferior_status): Delete function.
3370 (free_inferior_status): Delete function.
3371 (normal_stop): Use regcache_cpy.
3372 (struct inferior_status): Change type of fields ``stop_registers''
3373 and ``registers'' to ``struct regcache''.
3374 (write_inferior_status_register): Use regcache_write.
3375 (save_inferior_status): Instead of calling
3376 xmalloc_inferior_status, allocate the inf_status buffer directly.
3377 Use regcache_dup_no_passthrough and regcache_dup to save the
3378 buffers.
3379 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3380 Replace the stop_registers regcache instead of overriding it. Use
3381 regcache_xfree. Instead of calling free_inferior_status, xfree
3382 the buffer directly.
3383 (discard_inferior_status): Use regcache_xfree. Instead of calling
3384 free_inferior_status, xfree the buffer directly.
3385 (build_infrun): Use regcache_xmalloc.
3386 (_initialize_infrun): Delete redundant call to build_infrun.
3387
3388 * Makefile.in (infcmd.o): Add $(regcache_h).
3389
3390 * infcmd.c: Include "regcache.h".
3391 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3392 obtain the address of `stop_registers' register buffer.
3393 (print_return_value): Ditto.
3394
3395 * inferior.h (struct regcache): Add opaque declaration.
3396 (stop_registers): Change variable's declared type to ``struct
3397 regcache''.
3398
defc6f8c
TT
33992002-06-24 Tom Tromey <tromey@redhat.com>
3400
c0e624e7
TT
3401 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3402 * target.c (initialize_targets): Fixed typo in
3403 trust-readonly-sections `show' documentation.
3404
defc6f8c
TT
3405 * main.c: Marked all strings with _().
3406
2b236d82
DH
34072002-06-24 Don Howard <dhoward@redhat.com>
3408
3409 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3410 that means max CORE_ADDR+1.
3411 (lookup_mem_region): Ditto.
3412 (mem_info_command): Ditto.
3413
942dc0e9
GS
34142002-06-24 Grace Sainsbury <graces@redhat.com>
3415
3416 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3417 (REGISTER_BYTES_OK): Remove.
3418 (REGISTER_BYTES): Remove.
3419 (STORE_STRUCT_RETURN): Remove.
3420 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3421 (STORE_RETURN_VALUE): Remove.
3422 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3423 (FRAME_CHAIN): Remove.
3424 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3425 (FRAME_SAVED_PC): Remove.
3426 * m68k-tdep.c (m68k_register_bytes_ok):Add.
3427 (m68k_store_struct_return): Add.
3428 (m68k_deprecated_extract_return_value): Add.
3429 (m68k_deprecated_extract_struct_value_address): Add.
3430 (m68k_store_return_value): Add.
3431 (m68k_frame_chain): Add.
3432 (m68k_frameless_function_invocation): Add.
3433 (m68k_frame_saved_pc): Add.
3434 (m68k_gdbarch_init): added set_gdbarch calls for new
3435 functions and deleted macros.
3436
03c30d4d
TT
34372002-06-23 Tom Tromey <tromey@redhat.com>
3438
3439 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3440 (ALLDEPFILES): Likewise.
3441 (udiheaders): Removed.
3442 (udip2soc.o): Likewise.
3443 (udi2go32.o): Likewise.
3444 (udr.o): Likewise.
3445 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3446
37e71372
AC
34472002-06-22 Andrew Cagney <ac131313@redhat.com>
3448
06a6ac57
AC
3449 * infrun.c (_initialize_infrun): Delete unnecessary call to
3450 build_infrun.
3451
37e71372
AC
3452 * regcache.h: Update comments describing the regcache_cpy family
3453 of functions.
3454 (regcache_save, regcache_restore): Delete declaration.
3455 (regcache_save_no_passthrough): Delete declaration.
3456 (regcache_restore_no_passthrough): Delete declaration.
3457 * regcache.c (regcache_save): Delete function.
3458 (regcache_save_no_passthrough): Delete function.
3459 (regcache_restore): Delete function.
3460 (regcache_restore_no_passthrough): Delete function.
3461
78f6d055
AC
34622002-06-21 Andrew Cagney <ac131313@redhat.com>
3463
3464 * config/m68k/tm-m68k.h: Fix typo.
3465 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3466 (m68k_frame_init_saved_regs): Declare.
3467
78b119cb
JB
34682002-06-21 Jim Blandy <jimb@redhat.com>
3469
3470 Remove some vestiges of Harris 88k support.
3471 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3472 register numbering quirk.
3473 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3474 odd symbols occurring in Harris 88k ELF targets.
3475
0fbb3da7
TT
34762002-06-21 Tom Tromey <tromey@redhat.com>
3477
3478 * gdb_locale.h: New file.
3479 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3480 (defs_h): Added gdb_locale.h.
3481 * configure, config.in: Rebuilt.
3482 * configure.in (PACKAGE): Define.
3483 * defs.h: Include gdb_locale.h.
3484 * main.c (captured_main): Call setlocale, bindtextdomain,
3485 textdomain.
3486
456f8b9d
DB
34872002-06-21 Dave Brolley <brolley@redhat.com>
3488
3489 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3490 * config/frv/frv.mt: New file.
3491 * config/frv/tm-frv.h: New file.
3492 * configure.tgt: Support frv-*-*.
3493 * Makefile.in (frv-tdep.o): New target.
3494 * frv-tdep.c: New file.
3495 * NEWS: Mention frv.
3496
cdd463f9
DB
34972002-06-21 Dave Brolley <brolley@redhat.com>
3498
3499 * MAINTAINERS: Add self to "Write After Approval" list.
3500
5d3ed2e3
GS
35012002-06-21 Grace Sainsbury <graces@redhat.com>
3502
3503 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3504 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3505 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3506 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3507 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3508
3509 * m68k-tdep.c: Include arch-utils.h
3510 (m68k_register_raw_size): Add.
3511 (m68k_register_virtual_size): Add.
3512 (m68k_register_virtual_type): Add.
3513 (m68k_register_name): Add.
3514 (m68k_stack_align): Add.
3515 (m68k_register_byte): Add.
3516 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3517 tm-m68k.h.
3518
7f8e7424
GS
35192002-06-21 Grace Sainsbury <graces@redhat.com>
3520
a2c6a6d5 3521 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
3522 m68k_find_saved_regs.
3523 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 3524 references to it with frame->saved_regs.
7f8e7424
GS
3525 (m68k_gdbarch_init): Added function calls to initialize the
3526 gdbarch structure.
a2c6a6d5
GS
3527 (m68k_fix_call_dummy): Add.
3528 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3529 (CALL_DUMMY): Remove.
3530 (CALL_DUMMY_LENGTH): Remove.
3531 (CALL_DUMMY_START_OFFSET): Remove.
3532 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3533 (FIX_CALL_DUMMY): Remove.
3534 (PUSH_DUMMY_FRAME): Remove.
3535 (POP_FRAME): Remove.
7f8e7424 3536
f461f5cf
PM
35372002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3538
3539 * parse.c (parse_fprintf): New function used to avoid calls to
3540 fprintf in bison parser generated debug code.
3541 * parser-defs.h: Declaration of new parse_fprintf function.
3542 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3543 Set YYDEBUG to 1 by default.
3544 Set YYFPRINTF as parse_fprintf.
3545
7f0c12ed
ML
35462002-06-21 Michal Ludvig <mludvig@suse.cz>
3547
3548 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3549 encoding anymore.
3550 (pointer_encoding, enum ptr_encoding): New.
3551 (execute_cfa_program): Take care about pointer encoding.
3552 (dwarf2_build_frame_info): Only call parse_frame_info for
3553 .debug_frame and .eh_frame.
3554 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3555 fixed augmentation handling, added relative addressing,
3556 ignore duplicate FDEs. Added comments.
19d833a2 3557 * dwarf2cfi.c: Reindented.
7f0c12ed 3558
87c4a039
EZ
35592002-06-20 Elena Zannoni <ezannoni@redhat.com>
3560
3561 * event-top.c (command_handler): Don't use space_at_cmd_start
3562 unless there is sbrk() on the host. Assign time and space data
3563 to union fields of the appropriate length.
3564
1cf877ad
ML
35652002-06-20 Michal Ludvig <mludvig@suse.cz>
3566
3567 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3568 x86_64_register_name. Return type changed to 'const char *'.
3569 (x86_64_register_name2nr): Rename to x86_64_register_number.
3570 (x86_64_gdbarch_init): Update to reflect the change.
3571 * x86-64-tdep.h: Ditto.
3572 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3573 (supply_fpregset): Ditto.
3574
3fadccb3
AC
35752002-06-19 Andrew Cagney <cagney@redhat.com>
3576
3577 * regcache.h: Update copyright.
3578 (struct regcache, struct gdbarch): Add opaque declarations.
3579 (current_regcache): Declare global variable.
3580 (regcache_read, regcache_write): Add gdbarch parameter.
3581 (regcache_save, regcache_save_no_passthrough)
3582 (regcache_restore, regcache_restore_no_passthrough)
3583 (regcache_dup, regcache_dup_no_passthrough)
3584 (regcache_cpy, regcache_cpy_no_passthrough)
3585 (deprecated_grub_regcache_for_registers)
3586 (deprecated_grub_regcache_for_register_valid)
3587 (regcache_valid_p): Add function declarations.
3588
3589 * regcache.c: Update copyright.
3590 (regcache_descr_handle): New global variable.
3591 (struct regcache_descr): Define.
3592 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3593 (regcache_descr, xfree_regcache_descr): New functions.
3594 (struct regcache): Define.
3595 (regcache_xmalloc, regcache_xfree): New functions.
3596 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3597 (regcache_dup, regcache_dup_no_passthrough): New functions.
3598 (regcache_valid_p, regcache_read_as_address): New functions.
3599 (deprecated_grub_regcache_for_registers): New function.
3600 (deprecated_grub_regcache_for_register_valid): New function.
3601 (current_regcache): New global variable.
3602 (register_buffer): Add regcache parameter. Update calls.
3603 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3604 (read_register_gen, write_register_gen): Update register_buffer
3605 call. Test for legacy_p instead of gdbarch_register_read_p or
3606 gdbarch_register_write_p.
3607 (regcache_collect): Update register_buffer call.
3608 (build_regcache): Rewrite. Use deprecated grub functions.
3609 (regcache_save, regcache_save_no_passthrough): New functions.
3610 (regcache_restore, regcache_restore_no_passthrough): New
3611 functions.
3612 (_initialize_regcache): Create the regcache_data_handle. Swap
3613 current_regcache global variable.
3614
3615 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3616 parameter to regcache_read and regcache_write calls.
3617 (sh4_register_read): Ditto.
3618 (sh64_pseudo_register_read): Ditto.
3619 (sh64_register_read): Ditto.
3620 (sh_pseudo_register_write): Ditto.
3621 (sh4_register_write): Ditto.
3622 (sh64_pseudo_register_write): Ditto.
3623 (sh64_register_write): Ditto.
3624
3625 * defs.h (XCALLOC): Define.
3626
152d9db6
GS
36272002-06-19 Grace Sainsbury <graces@redhat.com>
3628
3629 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3630 * m68k-tdep.c (m68k_gdbarch_init): Added.
3631 (m68k_dump_tdep): Added.
3632
170911c7
DJ
36332002-06-19 Daniel Jacobowitz <drow@mvista.com>
3634
3635 * ada-lang.c (fill_in_ada_prototype): Update comment.
3636
2e4ebe70
DJ
36372002-06-19 Daniel Jacobowitz <drow@mvista.com>
3638
3639 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3640 MIPS_ABI_LAST.
3641 (mips_abi_string, mips_abi_strings): New.
3642 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3643 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3644 tdep->mips_abi_string. Honor mips_abi_string. Default to
3645 O32 if no ABI is found.
3646 (mips_dump_tdep): Use mips_abi_strings.
3647 (mips_abi_update): New function.
3648 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3649 ``set mips abi'' and ``show mips abi''. Check the size of
3650 mips_abi_strings.
3651
16775908
AC
36522002-06-19 Andrew Cagney <cagney@redhat.com>
3653
3654 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3655 constant.
3656
5051bfa4 36572002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 3658
5051bfa4
JB
3659 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3660 current frame using only the first stack size adjustment. All
3661 subsequent size adjustments are not considered to be part of
3662 the "static" part of the current frame.
3663 Compute the address of the saved registers relative to the
3664 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3665 in use in this frame.
3666
56468235
DH
36672002-06-18 Don Howard <dhoward@redhat.com>
3668
3669 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3670 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3671 suggesting this solution.
3672
0b624158
AC
36732002-06-18 Andrew Cagney <ac131313@redhat.com>
3674
3675 * config/romp/xm-rtbsd.h: Delete file.
3676 * config/romp/rtbsd.mh: Delete file.
3677
221ea385
KS
36782002-06-18 Keith Seitz <keiths@redhat.com>
3679
3680 * breakpoint.c (condition_command): Post breakpoint_modify
3681 when a condition is added to an existing breakpoint.
3682 (commands_command): Likewise for commands.
3683 (set_ignore_count): Likewise for ignore counts.
3684 If no tty, do not simply return, still need to send event
3685 notification.
3686 (ignore_command): Only print a newline if the command came
3687 from a tty.
3688 Don't call breakpoints_changed, since this is now properly
3689 handled by set_ignore_count.
3690
5402eed1
AC
36912002-06-18 Andrew Cagney <cagney@redhat.com>
3692
3693 * MAINTAINERS: Note that cris-elf target can be compiled with
3694 -Werror.
3695 * cris-tdep.c (cris_register_name): Make return type constant.
3696 (cris_breakpoint_from_pc): Ditto.
3697
cc22880b
ML
36982002-06-18 Michal Ludvig <mludvig@suse.cz>
3699
3700 * frame.h (struct frame_info): Change type of context to
3701 'struct context'.
3702
fa88f677
AC
37032002-06-17 Andrew Cagney <cagney@redhat.com>
3704
3705 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3706 pointer.
3707 * gdbarch.h, gdbarch.c: Regenerate.
3708 * config/mips/tm-mips.h (mips_register_name): Update.
3709 * i386-tdep.h (i386_register_name): Update.
3710 * mips-tdep.c (mips_register_name): Update
3711 * alpha-tdep.c (alpha_register_name): Update.
3712 * arch-utils.c (legacy_register_name): Update.
3713 * arch-utils.h (legacy_register_name): Update.
3714 * avr-tdep.c (avr_register_name): Update.
3715 * ia64-tdep.c (ia64_register_name): Update.
3716 * i386-tdep.c (i386_register_name): Update.
3717 * sparc-tdep.c (sparc32_register_name): Update.
3718 (sparc64_register_name): Update.
3719 (sparclite_register_name): Update.
3720 (sparclet_register_name): Update.
3721 * sh-tdep.c (sh_generic_register_name): Update.
3722 (sh_sh_register_name): Update.
3723 (sh_sh3_register_name): Update.
3724 (sh_sh3e_register_name): Update.
3725 (sh_sh_dsp_register_name): Update.
3726 (sh_sh3_dsp_register_name): Update.
3727 (sh_sh4_register_name): Update.
3728 (sh_sh64_register_name): Update.
3729 * s390-tdep.c (s390_register_name): Update.
3730 * rs6000-tdep.c (rs6000_register_name): Update.
3731 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3732 (ns32k_register_name_32382): Update.
3733 * d10v-tdep.c (d10v_ts2_register_name): Update.
3734 (d10v_ts3_register_name): Update.
3735 * xstormy16-tdep.c (xstormy16_register_name): Update.
3736 * vax-tdep.c (vax_register_name): Update.
3737 * v850-tdep.c (v850_register_name): Update.
3738 * m68hc11-tdep.c (m68hc11_register_name): Update.
3739 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3740 (am33_register_name): Update.
3741
ea1e7ef6
GS
37422002-06-17 Grace Sainsbury <graces@redhat.com>
3743
3744 * m68k-tdep.c: Reindented.
3745
9b02dd1b
AC
37462002-06-17 Andrew Cagney <ac131313@redhat.com>
3747
3748 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3749 list of predefined types.
3750
8758dec1
MK
37512002-06-16 Mark Kettenis <kettenis@gnu.org>
3752
b6197528
MK
3753 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3754 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3755 REGISTER_CONVERT_TO_RAW): Remove defines.
3756 (i386_register_virtual_type, i386_register_convertible,
3757 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3758 Remove prototypes.
3759 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3760 macros mentioned above.
3761
82b47e62
MK
3762 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3763 (i386lynx_saved_pc_after_call): Remove prototype.
3764 * i386ly-tdep.c: Include "i386-tdep.h".
3765 (i386lynx_saved_pc_after_call): Make static. Use
3766 read_memory_nobpt instead of read_memory. Use
3767 read_memory_unsigned_integer instead of read_memory_integer.
3768 (i386lynx_init_abi): New function.
3769 (i386lynx_coff_osabi_sniffer): New function.
3770 (_initialize_i386bsd_tdep): New function.
3771
8758dec1
MK
3772 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3773 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3774 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3775 (i386_fix_call_dummy): Remove prototype.
3776 * i386-tdep.c (i386_call_dummy_words): New variable.
3777 (i386_gdbarch_init): Adjust for removal of the
3778 macros mentioned above.
3779
e9e68a56
AC
37802002-06-15 Andrew Cagney <ac131313@redhat.com>
3781
3782 * command.h (add_setshow_auto_boolean_cmd): Replace
3783 add_set_auto_boolean_cmd.
3784 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3785 add_set_auto_boolean_cmd.
3786 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3787 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3788 mask-address'' command.
3789 (show_mask_address): Add cmd parameter.
3790 * remote.c (add_packet_config_cmd): Update. Change type of
3791 set_func and show_func to cmd_sfunc_ftype.
3792 (_initialize_remote): Update `set remote Z-packet'
3793 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3794 (show_remote_protocol_e_packet_cmd): Ditto.
3795 (show_remote_protocol_E_packet_cmd): Ditto.
3796 (show_remote_protocol_P_packet_cmd): Ditto.
3797 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3798 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3799 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3800 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3801 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3802 (show_remote_protocol_Z_packet_cmd): Ditto.
3803 (show_remote_protocol_binary_download_cmd): Ditto.
3804 (show_remote_cmd): Pass NULL to all of above.
3805
fc08ec52
MK
38062002-06-15 Mark Kettenis <kettenis@gnu.org>
3807
3808 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3809 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3810 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3811 POP_FRAME): Remove defines.
3812 (i386_push_arguments, i386_store_struct_return,
3813 i386_extract_return_value, i386_store_return_value,
3814 i386_extract_struct_value_address, i386_push_dummy_frame,
3815 i386_pop_frame): Renove prototypes.
3816 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3817 macros mentioned above.
3818
e707bbc2
AC
38192002-06-15 Andrew Cagney <ac131313@redhat.com>
3820
3821 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3822 add_set_boolean_cmd.
3823 (add_setshow_cmd): New function.
3824 * command.h (add_setshow_boolean_cmd): Replace
3825 add_set_boolean_cmd.
3826 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3827 and ``set rdiromatzero''.
3828 * maint.c (_initialize_maint_cmds): Update commented out code.
3829 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3830 * target.c (initialize_targets): Update `set
3831 trust-readonly-sections'.
3832 * remote.c (_initialize_remote): Update `set remotebreak'.
3833
42fdc8df
MK
38342002-06-15 Mark Kettenis <kettenis@gnu.org>
3835
93924b6b
MK
3836 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3837 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3838 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3839 fit into multi-arch framework.
3840 (i386_breakpoint_from_pc): New function.
3841 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3842 above.
3843
42fdc8df
MK
3844 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3845 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3846 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3847 (i386_frameless_function_invocation, i386_frame_num_args,
3848 i386_frame_init_saved_regs): Remove prototypes.
3849 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3850 macros mentioned above.
3851
9773a94b
AC
38522002-06-15 Andrew Cagney <ac131313@redhat.com>
3853
3854 * cli/cli-decode.c (set_cmd_cfunc): Update.
3855 (set_cmd_sfunc): Update.
3856 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3857 (set_cmd_sfunc, set_cmd_cfunc): Update.
3858 * cli/cli-decode.h: Update.
3859
6e157172
MK
38602002-06-15 Mark Kettenis <kettenis@gnu.org>
3861
3862 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3863 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3864
7f19b9a2
AC
38652002-06-15 Andrew Cagney <ac131313@redhat.com>
3866
3867 * defs.h (auto_boolean): Declare enum.
3868 * command.h (cmd_auto_boolean): Delete enum.
3869 * mips-tdep.c (mask_address_var): Update.
3870 (mips_mask_address_p): Update.
3871 (show_mask_address): Update.
3872 * remote.c (struct packet_config): Update.
3873 (update_packet_config): Update.
3874 (show_packet_config_cmd): Update.
3875 (packet_ok): Update.
3876 (add_packet_config_cmd): Update.
3877 (_initialize_remote):
3878 * command.h: Update.
3879 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3880 (do_setshow_command): Update.
3881 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3882 * cli/cli-decode.h: Update.
3883
1cf88de5
MK
38842002-06-15 Mark Kettenis <kettenis@gnu.org>
3885
22ba8cf2
MK
3886 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3887 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3888 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3889 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3890 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3891 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3892
762c5349
MK
3893 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3894 list of DJGPP COFF targets.
3895
091198bb
MK
3896 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3897 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3898 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3899 (FP0_REGNUM): Remove define.
3900 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3901 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3902 (i386_register_virtual_size): Remove protoype.
3903 * i386-tdep.c (i386_register_virtual_size): Removed.
3904 (i386_extract_return_value, i386_store_return_value): Use
3905 FP0_REGNUM instead of NUM_FREGS to determine whether the
3906 floating-point registers are available.
3907 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3908 Adjust for removal of macros mentioned above.
3909
39102002-06-15 Mark Kettenis <kettenis@gnu.org>
3911
fcc9bf01
MK
3912 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3913 comments.
3914 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3915 Remove prototypes.
3916 (supply_gregset, fill_gregset): Remove use of register keyword and
3917 remove declaration for regmap. Use I386_NUM_GREGS instead of
3918 NUM_REGS and NUM_FREGS.
3919 (FPREGSET_FSAVE_OFFSET): Remove.
3920 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3921 NUM_FREGS to determine whether the floating-point registers are
3922 available.
3923
65e78234
MK
3924 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3925 gnu_store_registers): Replace usage of NUM_GREGS with
3926 I386_NUM_GREGS.
3927
98df6387
MK
3928 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3929 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3930 usage of NUM_GREGS with I386_NUM_GREGS.
3931
099a9414
MK
3932 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3933
57976e88
MK
3934 * i386bsd-nat.c: Include "i386-tdep.h".
3935 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3936 I386_NUM_GREGS.
3937
b335f4a6
MK
3938 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3939 and associated comment. They no longer make any sense, since we
3940 don't use this file anymore on Linux.
3941
1cf88de5
MK
3942 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3943 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3944 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3945 elements in these arrays.
3946 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3947 MAX_NUM_REGS.
3948
daa66587
MK
39492002-06-15 Mark Kettenis <kettenis@gnu.org>
3950
3951 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3952 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3953
26e9b323
AC
39542002-06-14 Andrew Cagney <cagney@redhat.com>
3955
3956 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3957 EXTRACT_RETURN_VALUE.
3958 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3959 EXTRACT_STRUCT_VALUE_ADDRESS.
3960 * gdbarch.h, gdbarch.c: Regenerate.
3961
3962 * values.c (value_being_returned): Handle
3963 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3964 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3965
3966 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3967 * arm-tdep.c (arm_gdbarch_init): Update.
3968 * avr-tdep.c (avr_gdbarch_init): Update.
3969 * cris-tdep.c (cris_gdbarch_init): Update.
3970 * d10v-tdep.c (d10v_gdbarch_init): Update.
3971 * ia64-tdep.c (ia64_gdbarch_init): Update.
3972 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3973 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3974 * s390-tdep.c (s390_gdbarch_init): Update.
3975 * sh-tdep.c (sh_gdbarch_init): Update.
3976 * s390-tdep.c (s390_gdbarch_init): Update.
3977 * sparc-tdep.c (sparc_gdbarch_init): Update.
3978 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3979 * v850-tdep.c (v850_gdbarch_init): Update.
3980 * vax-tdep.c (vax_gdbarch_init): Update.
3981 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3982 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3983
3984 * config/arc/tm-arc.h: Update.
3985 * config/d30v/tm-d30v.h: Update.
3986 * config/fr30/tm-fr30.h: Update.
3987 * config/h8300/tm-h8300.h: Update.
3988 * config/h8500/tm-h8500.h: Update.
3989 * config/i386/tm-i386.h: Update.
3990 * config/i386/tm-ptx.h: Update.
3991 * config/i386/tm-symmetry.h: Update.
3992 * config/i960/tm-i960.h: Update.
3993 * config/m32r/tm-m32r.h: Update.
3994 * config/m68k/tm-delta68.h: Update.
3995 * config/m68k/tm-linux.h: Update.
3996 * config/m68k/tm-m68k.h: Update.
3997 * config/m88k/tm-m88k.h: Update.
3998 * config/mcore/tm-mcore.h: Update.
3999 * config/mips/tm-mips.h: Update.
4000 * config/mn10200/tm-mn10200.h: Update.
4001 * config/pa/tm-hppa.h: Update.
4002 * config/pa/tm-hppa64.h: Update.
4003 * config/sparc/tm-sp64.h: Update.
4004 * config/sparc/tm-sparc.h: Update.
4005 * config/sparc/tm-sparclet.h: Update.
4006 * config/z8k/tm-z8k.h: Update.
4007
5179e78f
AC
40082002-06-14 Andrew Cagney <cagney@redhat.com>
4009
4010 * Makefile.in (i386_linux_tdep_h): Define.
4011 (i386_tdep_h, i387_tdep_h): Define.
4012 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
4013 $(i386_tdep_h) and $(i387_tdep_h).
4014 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4015
8201327c
MK
40162002-06-14 Mark Kettenis <kettenis@gnu.org>
4017
edf393ac
MK
4018 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
4019 Already covered by the default.
4020
896fb97d
MK
4021 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
4022 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
4023 (i386_gdbarch_init): Initialize long_double_format and long_double
4024 bit.
4025
8201327c
MK
4026 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
4027 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
4028 Move these to ...
4029 * config/i386/i386sol2.mh: ... here.
4030 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
4031 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
4032 (SIGCONTEXT_PC_OFFSET): Remove define.
4033 (IN_SIGTRAMP): Remove define.
4034 * i386-sol2-tdep.c: New file.
4035
4036 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
4037 * config/i386/tm-i386nw.h: Removed.
4038
4039 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
4040 USE_STRUCT_CONVENTION): Remove defines.
4041 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4042 (get_longjmp_target): Remove prototype.
4043 (IN_SIGTRAMP): Remove define.
4044 (i386bsd_in_sigtramp): Remove prototype.
4045 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4046 function. Update comment accordingly
4047 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4048 (FRAME_SAVED_PC): Remove define.
4049 (i386bsd_frame_saved_pc): Remove prototype.
4050 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
4051 GET_LONGJMP_TARGET): Remove defines.
4052 (get_longjmp_target): Remove prototype.
4053 (IN_SIGTRAMP): Remove define.
4054 (i386bsd_in_sigtramp): Remove prototype.
4055 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
4056 function. Update comment accordingly
4057 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
4058 (FRAME_SAVED_PC): Remove define.
4059 (i386bsd_frame_saved_pc): Remove prototype.
4060 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
4061 Remove prototype.
4062 (USE_STRUCT_CONVENTION): Remove prototype.
4063 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
4064 declaration.
4065 (_initialize_i386bsd_nat): Revise logic to determine some
4066 constants at compile time when compiling a native GDB. Warn if
4067 things don't match up with what we expect.
4068 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
4069 Remove variables.
4070 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
4071 to use date stored in `struct gdbarch_tdep'.
4072 (i386bsd_sigcontext_offset): Remove varaible.
4073 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
4074 stored in `struct gdbarch_tdep'.
4075 (i386bsd_frame_saved_pc): Make static.
4076 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
4077 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
4078 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
4079 i386fbsd4_sc_pc_offset): New variables.
4080 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
4081 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
4082 functions.
4083 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
4084 functions.
4085 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
4086 Modify the value of i386fbsd_sigtramp_start and
4087 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
4088 i386fbsd_sigtramp_end.
4089 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
4090 function.
4091
4092 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
4093 define to i386-linux-tdep.h.
4094 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
4095 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
4096 defines.
4097 (i386_linux_register_name, i386_linux_register_byte,
4098 i386_linux_register_raw_size): Remove prototypes.
4099 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
4100 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
4101 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
4102 TARGET_WRITE_PC): Remove defines.
4103 (i386_linux_in_sigtramp, i386_linux_frame_chain,
4104 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
4105 i386_linux_write_pc): Remove prototypes.
4106 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4107 (get_longjmp_target): Remove prototype.
4108 * i386-linux-tdep.h: New file.
4109 * i386-linux-nat.c: Include "i386-linux-tdep.h".
4110 * i386-linux-tdep.c: Include "i386-tdep.h" and
4111 "i386-linux-tdep.h".
4112 (i386_linux_register_name, i386_linux_register_byte,
4113 i386_linux_register_raw_size, i386_linux_in_sigtramp,
4114 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
4115 Make static.
4116 (i386_linux_init_abi): New function.
4117 (_initialize_i386_linux_tdep): New function.
4118
4119 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
4120 (i386_saved_pc_after_call): Remove prototype.
4121 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
4122 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
4123 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
4124 (i386_register_name, i386_stab_reg_to_regnum,
4125 i386_dwarf_reg_to_regnum): Remove prototypes.
4126 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
4127 SIZEOF_SSE_REGS): Remove defines.
4128 (REGISTER_BYTES): Remove define.
4129 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
4130 (i386_register_byte, i386_register_raw_size): Remove prototypes.
4131 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
4132 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
4133 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
4134 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
4135 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
4136 (get_longjmp_target): Remove prototype.
4137 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
4138 (sigtramp_saved_pc): Remove define.
4139 (i386v4_sigtramp_saved_pc): Remove prototype.
4140 * config/i386/tm-go32.h (FRAME_CHAIN,
4141 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
4142 (i386go32_frame_saved_pc): Remove prototype.
4143 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
4144 (get_longjmp_target): Remove prototype.
4145 * i386-tdep.h: Include "osabi.h".
4146 (enum i386_abi): Removed.
4147 (enum struct_return): New enum.
4148 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
4149 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
4150 sc_pc_offset members.
4151 (i386_gdbarch_register_os_abi): Remove prototype.
4152 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4153 I386_SSE_NUM_REGS): New defines.
4154 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4155 I386_SSE_SIZEOF_REGS): New defines.
4156 (i386_register_name, i386_register_byte, i386_register_raw_size):
4157 New prototypes.
4158 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4159 (i386bsd_sigtramp_saved_pc): New prototype.
4160 * i386-tdep.c: Don't include "elf-bfd.h".
4161 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4162 i386_frame_chain, i386_saved_pc_after_call): Make static.
4163 (i386_frame_saved_pc): Rewrite to call architecture dependent
4164 function to deal with signal handlers. Make static.
4165 (i386go32_frame_saved_pc): Removed.
4166 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4167 Removed.
4168 (i386_get_longjmp_target): New function.
4169 (default_struct_convention, pcc_struct_convention,
4170 reg_struct_convention, valid_conventions, struct_convention): New
4171 variables.
4172 (i386_use_struct_convention): New function.
4173 (i386v4_sigtramp_saved_pc): Renamed to
4174 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4175 (i386_pc_in_sigtramp): New function.
4176 (i386_abi_names): Removed.
4177 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4178 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4179 Removed.
4180 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4181 i386_gdbarch_register_os_abi): Removed.
4182 (struct i386_abi_handler): Removed.
4183 (i386_abi_handler_list): Removed.
4184 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4185 functions.
4186 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4187 i386_nw_init_abi): New functions.
4188 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4189 Use set_gdbarch_xxx() calls instead of relying on macros for a
4190 number of calls.
4191 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4192 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4193 Register the various architecture variants defined in this file.
4194
ad2f7632
DJ
41952002-06-14 Daniel Jacobowitz <drow@mvista.com>
4196
4197 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4198 (struct main_type): Remove arg_types member. Update comments for
4199 struct field.
4200 (TYPE_ARG_TYPES): Remove.
4201 (TYPE_FN_FIELD_ARGS): Update.
4202 (smash_to_method_type): Update prototype.
4203
4204 * c-typeprint.c (cp_type_print_method_args): Take method type
4205 instead of argument list. Use new argument layout. Simplify.
4206 (c_type_print_args): Use new argument layout. Simplify.
4207 (c_type_print_base): Update call to cp_type_print_method_args.
4208 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4209 argument; use die->type instead. Update call to
4210 smash_to_method_type.
4211 (read_structure_scope): Update call to dwarf2_add_member_fn.
4212 * gdbtypes.c (allocate_stub_method): Update comment.
4213 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4214 Use new argument layout.
4215 (check_stub_method): Use new argument layout. Don't count
4216 void as an argument.
4217 (print_arg_types): Update comments. Use new argument layout.
4218 (recursive_dump_type): Don't print arg_types member.
4219 * hpread.c (hpread_read_struct_type): Use new argument layout.
4220 (fixup_class_method_type): Likewise.
4221 (hpread_type_lookup): Likewise.
4222 * stabsread.c (read_type): Update calls to read_args and
4223 smash_to_method_type.
4224 (read_args): Use new argument layout. Simplify.
4225 * valops.c (typecmp): Use new argument layout. Update parameters
4226 and comments. Simplify.
4227 (hand_function_call): Use new argument layout.
4228 (search_struct_method): Update call to typecmp.
4229 (find_overload_match): Use new argument layout.
4230
6da02953
DJ
42312002-06-13 Daniel Jacobowitz <drow@mvista.com>
4232
4233 * NEWS: Mention multithreaded debug support for gdbserver.
4234
519b2366
DJ
42352002-06-13 Daniel Jacobowitz <drow@mvista.com>
4236
4237 * MAINTAINERS: Mention NEWS.
4238
6c0d6680
DJ
42392002-06-13 Daniel Jacobowitz <drow@mvista.com>
4240
4241 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4242 (struct mips_objfile_private, compare_pdr_entries): New.
4243 (non_heuristic_proc_desc): Read the ".pdr" section if it
4244 is present.
4245
6529d2dd
AC
42462002-06-12 Andrew Cagney <ac131313@redhat.com>
4247
4248 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4249 (arm_debug): New static variable.
4250 (_initialize_arm_tdep): Add ``set debug arm'' command.
4251
26216b98
AC
42522002-06-12 Andrew Cagney <ac131313@redhat.com>
4253
4254 * Makefile.in (sim_arm_h): Define.
4255 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4256 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4257 (arm_register_sim_regno): New function, map an internal REGNUM
4258 onto a simulator register number.
4259 (arm_gdbarch_init): Set register_sim_regno.
4260
814b3ba0
AH
42612002-06-09 Aldy Hernandez <aldyh@redhat.com>
4262
4263 * MAINTAINERS: Add self.
4264
475b0867
JB
42652002-06-11 Jim Blandy <jimb@redhat.com>
4266
919d772c
JB
4267 * source.c (source_info): Mention whether the symtab has
4268 information about preprocessor macros.
4269
475b0867
JB
4270 Call the command `info macro', not `show macro'.
4271 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4272 Fix error message.
4273 (_initialize_macrocmd): Register `info_macro_command' in
4274 `infolist', not `showlist'.
4275
9e364162
DJ
42762002-06-11 Daniel Jacobowitz <drow@mvista.com>
4277
4278 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4279 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4280 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4281 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4282 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4283 unconditionally.
4284 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4285 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4286 (_initialize_mips_tdep): Remove dead code.
4287 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4288 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4289 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4290 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4291 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4292 MIPS_LAST_FP_ARG_REGNUM): Remove.
4293
23aa4c72
ML
42942002-06-11 Michal Ludvig <mludvig@suse.cz>
4295
4296 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4297 (unwind_tmp_obstack_free, parse_frame_info)
4298 (update_context, cfi_read_fp, cfi_write_fp)
4299 (cfi_frame_chain, cfi_init_extra_frame_info)
4300 (cfi_virtual_frame_pointer): Use the above function.
264d1763 4301 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 4302
70eb15a4
CV
43032002-06-11 Corinna Vinschen <vinschen@redhat.com>
4304
4305 * v850-tdep.c (v850_type_is_scalar): New function.
4306 (v850_use_struct_convention): Match current gcc implementation
4307 as close as possible.
4308 (v850_push_arguments): Fix stack_offset handling. Don't write
4309 struct_addr into register. This is done by v850_store_struct_return.
4310 (v850_extract_return_value): Care for structs.
4311 (v850_store_return_value): Ditto.
4312 (v850_store_struct_return): Actually write address.
4313
482a4d06
ML
43142002-06-11 Michal Ludvig <mludvig@suse.cz>
4315
4316 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4317 without debug information too.
4318
d855c300
AC
43192002-06-10 Andrew Cagney <ac131313@redhat.com>
4320
4321 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4322 Make multi-arch pure.
4323 * gdbarch.h, gdbarch.c: Re-generate.
4324 * arm-tdep.c (arm_print_float_info): Update.
4325 * arch-utils.h (default_print_float_info): Update.
4326 * arch-utils.c (default_print_float_info): Update.
4327 * infcmd.c (float_info): Update call.
4328
dd12a101
AC
43292002-06-10 Andrew Cagney <ac131313@redhat.com>
4330
4331 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4332 the front of the initialize list.
4333
101dcfbe
AC
43342002-06-10 Andrew Cagney <ac131313@redhat.com>
4335
4336 * infrun.c (struct inferior_status): Replace fields
4337 selected_frame_address and selected_level with field
4338 selected_frame_id.
4339 (save_inferior_status): Update. Use get_frame_id.
4340 (struct restore_selected_frame_args): Delete.
4341 (restore_selected_frame): Update. Use frame_find_by_id.
4342 (restore_inferior_status): Update.
4343
4344 * breakpoint.h (struct breakpoint): Change type of
4345 watchpoint_frame to frame_id.
4346 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4347 call to get_current_frame.
4348 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4349 get_current_frame.
4350 (watchpoint_check): Use frame_find_by_id.
4351
4352 * frame.h (record_selected_frame): Delete declaration.
4353 * stack.c (record_selected_frame): Delete function.
4354
4355 * frame.h (struct frame_id): Define.
4356 (get_frame_id): Declare.
4357 (frame_find_by_id): Declare.
4358 * frame.c (frame_find_by_id): New function.
4359 (get_frame_id): New function.
4360
304270b6
AV
43612002-06-10 Andrey Volkov <avolkov@transas.com>
4362
4363 * ser-e7kpc.c: Fix duplicated define and call of
4364 _initialize_ser_e7000pc
4365
2f2cf184
DJ
43662002-06-09 Daniel Jacobowitz <drow@mvista.com>
4367
4368 * signals/signals.c (target_signal_from_host): Fix #ifdef
4369 SIGRTMIN case.
4370 (do_target_signal_to_host): Likewise.
4371
caaa3122
DJ
43722002-06-09 Daniel Jacobowitz <drow@mvista.com>
4373
4374 * mips-tdep.c (mips_find_abi_section): New function.
4375 (mips_gdbarch_init): Call it.
4376
6ac5df3a
MK
43772002-06-09 Mark Kettenis <kettenis@gnu.org>
4378
4379 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4380 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4381 after Andrew's 2002-06-08 gdbarch change.
4382
82ea117a
MK
43832002-06-09 Mark Kettenis <kettenis@gnu.org>
4384
4385 * i386-linux-nat.c (suppy_gregset): Don't supply
4386 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4387 register cache.
4388 (fill_gregset): Don't fetch it under the same circumstances.
4389
3c25f8c7
AC
43902002-06-09 Andrew Cagney <cagney@redhat.com>
4391
4392 * Makefile.in (callback_h): Define.
4393 (remote_sim_h): Update path to remote-sim.h.
4394 (remote-rdp.o): Add $(callback_h).
4395 (remote-sim.o): Use $(callback_h).
4396 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4397 * remote-rdp.c: Include "gdb/callback.h".
4398
1029b7fa
MK
43992002-06-09 Mark Kettenis <kettenis@gnu.org>
4400
4401 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4402 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4403
616675d3
AC
44042002-06-08 Andrew Cagney <ac131313@redhat.com>
4405
a3efda28
AC
4406 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4407 * rdi-share/serpardr.c: Ditto.
4408 * rdi-share/unixcomm.c: Ditto.
4409 * rdi-share/serdrv.c: Ditto.
4410 * rdi-share/hostchan.h: Ditto.
4411 * rdi-share/hostchan.c: Ditto.
4412 * rdi-share/host.h: Ditto.
4413 * rdi-share/devsw.c: Ditto.
4414
c5f10366
AC
4415 * objfiles.h: Change type of obj_private to void pointer.
4416 * pa64solib.c: Update copyright. Don't include "assert.h", use
4417 strcmp instead of STREQ, use LONGEST, do not use PTR
4418 * somsolib.c: Ditto.
4419
616675d3
AC
4420 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4421 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4422 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4423
e4b415d9
AC
44242002-06-08 Andrew Cagney <ac131313@redhat.com>
4425
4426 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4427 (default_get_saved_register): Delete function.
4428 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4429 generic_unwind_get_saved_register.
4430 * gdbarch.h, gdbarch.c: Re-generate.
4431
ca0d0b52
AC
44322002-06-08 Andrew Cagney <ac131313@redhat.com>
4433
4434 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4435 generic_func_frame_chain_valid.
4436 * gdbarch.h, gdbarch.c: Re-generate.
4437 * blockframe.c (generic_func_frame_chain_valid): Only check
4438 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
4439 passing FP to PC_IN_CALL_DUMMY.
4440 Fix PR gdb/360.
4441
76860b5f
AC
44422002-06-08 Andrew Cagney <ac131313@redhat.com>
4443
4444 * gdbarch.sh (struct gdbarch_data): Add field init_p.
4445 (register_gdbarch_data): Initialize init_p.
4446 (gdbarch_data): Initialize data pointer using the init function.
4447 (init_gdbarch_data): Delete function.
4448 (gdbarch_update_p): Update.
4449 (initialize_non_multiarch): Update.
4450 (struct gdbarch): Add field initialized_p.
4451 * gdbarch.h, gdbarch.c: Re-generate.
4452
8dda9770
ML
44532002-06-07 Michal Ludvig <mludvig@suse.cz>
4454
4455 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4456 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4457 better do the things actually here.
4458 * x86-64-tdep.c (x86_64_register_name2nr): New.
4459 (x86_64_register_name): Renamed to x86_64_register_nr2name.
4460 (x86_64_gdbarch_init): Respect the above change.
4461 * x86-64-tdep.h (x86_64_register_name2nr)
4462 (x86_64_register_nr2name): Add prototypes.
4463 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4464
3d79a47c
MS
44652002-06-06 Michael Snyder <msnyder@redhat.com>
4466
7bd91a28
MS
4467 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4468 Delete extra braces and re-indent.
4469 (d10v_store_return_value): Char return values
3d79a47c
MS
4470 must be shifted over by one byte in R0.
4471 (d10v_extract_return_value): Delete extra braces, re-indent.
4472
095a4c96
EZ
44732002-06-06 Elena Zannoni <ezannoni@redhat.com>
4474
4475 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4476 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4477 (d10v_integer_to_address): Rewrite.
4478 (d10v_frame_init_saved_regs): When reading fp and sp registers use
4479 the d10v specific functions which take care of converting to the
4480 correct space.
4481
e8a77ca4
EZ
44822002-06-06 Elena Zannoni <ezannoni@redhat.com>
4483
4484 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4485 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4486
4f2e4a4f
AC
44872002-06-02 Andrew Cagney <ac131313@redhat.com>
4488
4489 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4490 includes.
4491 * config/tm-linux.h: Ditto.
4492 * config/alpha/tm-alphalinux.h: Ditto.
4493 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4494 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4495 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4496 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4497 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4498 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4499 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4500 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4501 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4502 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4503 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4504 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4505 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4506 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4507 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4508 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4509 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4510 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4511 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4512 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4513 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4514 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4515 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4516 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4517 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4518 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4519 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4520 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4521 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4522 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4523 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4524 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4525 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4526 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4527 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4528 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4529 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4530
ae2ab2ce
AS
45312002-05-04 Aidan Skinner <aidan@velvet.net>
4532
4533 * ada-exp.tab.c: New file
4534 * ada-exp.y: New file
4535 * ada-lang.c: New file
4536 * ada-lang.h: New file
4537 * ada-lex.c: New file
4538 * ada-lex.l: New file
4539 * ada-tasks.c: New file
4540 * ada-typeprint.c: New file
4541 * ada-valprint.c: New file
4542
0ddd0135
JT
45432002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4544
4545 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4546 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4547
750fbacc
JT
45482002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4549
4550 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4551 insetead of ppc-linux-tdep.o.
4552 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4553 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4554
df94e18a
AC
45552002-06-02 Andrew Cagney <ac131313@redhat.com>
4556
4557 2002-05-07 Christian Groessler <chris@groessler.org>
4558 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4559 bit register contents for little endian hosts.
4560
1a38ab75
AC
45612002-06-01 Andrew Cagney <ac131313@redhat.com>
4562
4563 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4564 any maintainer.
4565
8b1632ac
AC
45662002-06-01 Andrew Cagney <ac131313@redhat.com>
4567
4568 * gdbarch.h: Regenerate.
4569
627054c8
AC
45702002-06-01 Andrew Cagney <ac131313@redhat.com>
4571
4572 * MAINTAINERS: Add everyone to write-after-approval list.
4573
4f460812
AC
45742002-06-01 Andrew Cagney <ac131313@redhat.com>
4575
4576 * stack.c (frame_info): Use frame_register_unwind instead of
4577 saved_regs. Mention when the SP is on the stack or in a register.
4578
4579 * frame.h (frame_register_unwind_ftype): Define. Document.
4580 (struct frame_info): Add field register_unwind and
4581 register_unwind_cache.
4582 (frame_register_unwind): Declare.
4583 (generic_unwind_get_saved_register): Declare.
4584
4585 * frame.c (frame_register_unwind): New function.
4586 (generic_unwind_get_saved_register): New function.
4587
4588 * blockframe.c (generic_call_dummy_register_unwind): New function.
4589 (frame_saved_regs_register_unwind): New function.
4590 (set_unwind_by_pc): New function.
4591 (create_new_frame): New function.
4592 (get_prev_frame): New function.
4593
de888f76
AC
45942002-05-30 Andrew Cagney <ac131313@redhat.com>
4595
4596 * a29k-share/: Delete directory.
4597 * remote-vx29k.c: Delete file.
4598
2f2c3626
JT
45992002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4600
4601 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4602 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4603
9ce5c36a
JT
46042002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4605
4606 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4607 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4608 (sparc64nbsd-nat.o)
4609 (sparcnbsd-nat.o)
4610 (sparcnbsd-tdep.o): New dependency lists.
4611 * NEWS: Note new UltraSPARC NetBSD native configuration.
4612 * configure.host (sparc64-*-netbsd*): New host.
4613 * configure.tgt (sparc-*-netbsdelf*)
4614 (sparc-*-netbsd*): Set gdb_target to nbsd.
4615 (sparc64-*-netbsd*): New target.
4616 * sparc64nbsd-nat.c: New file.
4617 * sparcnbsd-nat.c: New file.
4618 * sparcnbsd-tdep.c: New file.
4619 * sparcnbsd-tdep.h: New file.
4620 * config/sparc/nbsd.mt: New file.
4621 * config/sparc/nbsd64.mh: New file.
4622 * config/sparc/nbsd64.mt: New file.
4623 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4624 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4625 (HOST_IPC): Remove.
4626 * config/sparc/nbsdaout.mt: Remove.
4627 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4628 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4629 (HOST_IPC): Remove.
4630 * config/sparc/nbsdelf.mt: Remove.
4631 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4632 sparc-nat.c compatiblity defines.
4633 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4634 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4635 * config/sparc/tm-nbsd64.h: New file.
4636 * config/sparc/tm-nbsdaout.h: Remove.
4637 * config/sparc/xm-nbsd.h: Remove.
4638
ef3cf062
JT
46392002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4640
4641 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4642 * sparc-tdep.c: Include osabi.h.
4643 (gdbarch_tdep): Add osabi member.
4644 (_initialize_sparc_tdep): Use gdbarch_register.
4645 (sparc_gdbarch_init): Use generic OS ABI framework.
4646 (sparc_dump_tdep): New function.
4647
ee8ff470
KB
46482002-05-30 Kevin Buettner <kevinb@redhat.com>
4649
4650 * corefile.c (do_captured_read_memory_integer): Return non-zero
4651 result.
4652 (safe_read_memory_integer): Copy result of memory read when
4653 status is non-zero. Also, add comments.
4654
7b112f9c
JT
46552002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4656
4657 * Makefile.in (ppc_tdep_h): Define.
4658 (ppc-linux-nat.o)
4659 (ppc-linux-tdep.o)
4660 (rs6000-tdep.o): Use $(ppc_tdep_h).
4661 (ppc-sysv-tdep.o)
4662 (ppcnbsd-nat.o)
4663 (ppcnbsd-tdep.o): New dependency lists.
4664 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
4665 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4666 (ppc_linux_init_abi): New functions.
7b112f9c
JT
4667 (ppc_sysv_abi_broken_use_struct_convention)
4668 (ppc_sysv_abi_use_struct_convention)
4669 (ppc_sysv_abi_push_arguments): Move to...
4670 * ppc-sysv-tdep.c: ...here.
4671 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4672 * rs6000-tdep.c (process_note_abi_tag_sections)
4673 (get_elfosabi): Remove.
4674 (rs6000_gdbarch_init): Use generic OS ABI framework.
4675 (rs6000_dump_tdep): New function.
4676 (_initialize_rs6000_tdep): Use gdbarch_register.
4677 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4678 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4679 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4680 of ppc-linux-tdep.o.
4681 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4682 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4683 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4684 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4685 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4686 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4687
480dd42a
JB
46882002-05-29 Jim Blandy <jimb@redhat.com>
4689
4690 * macroscope.c (default_macro_scope): Put `void' in empty argument
4691 list.
4692
4182591f
AC
46932002-05-29 Andrew Cagney <ac131313@redhat.com>
4694
4695 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4696 * arch-utils.c: Include "sim-regno.h".
4697 * gdbarch.sh: Don't include "sim-regno.h".
4698 * gdbarch.h, gdbarch.c: Regenerate.
4699 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4700 here.
4701 * arch-utils.h (legacy_register_sim_regno): To here.
4702 * remote-sim.c (legacy_register_sim_regno): Move function from
4703 here.
4704 * arch-utils.c (legacy_register_sim_regno): To here.
4705
8238d0bf
AC
47062002-05-28 Andrew Cagney <ac131313@redhat.com>
4707
4708 * sim-regno.h: New file.
4709 * Makefile.in (sim_regno_h): Define.
4710 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4711 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4712 (legacy_register_sim_regno): New function.
4713 (one2one_register_sim_regno): New function.
4714 (gdbsim_fetch_register): Rewrite.
4715 (gdbsim_store_register): Only store a register when
4716 REGISTER_SIM_REGNO is valid.
4717 * d10v-tdep.c: Include "sim-regno.h".
4718 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4719 (d10v_ts3_register_sim_regno): Ditto.
4720 * gdbarch.sh: Include "sim-regno.h".
4721 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4722 * gdbarch.h, gdbarch.c: Regenerate.
4723 * arch-utils.h (default_register_sim_regno): Delete declaration.
4724 * arch-utils.c (default_register_sim_regno): Delete function.
4725
485721b1
JT
47262002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4727
4728 * ppcnbsd-nat.c: Rewrite.
4729 * ppcnbsd-tdep.c: New file.
4730 * ppcnbsd-tdep.h: New file.
4731 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4732 solib.o, and solib-svr4.o.
4733 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4734 nbsd-tdep.o, and corelow.o.
4735
697f244d
AC
47362002-05-28 Andrew Cagney <ac131313@redhat.com>
4737
4738 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4739 `tr' and `sed'. Mention that `broken' targets are not expected to
4740 build.
4741
f08caad1 47422002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
4743
4744 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4745 Let PC point right after the prologue before looking up symbols.
4746
3139facc
MH
47472002-05-27 Martin M. Hunt <hunt@redhat.com>
4748
4749 * i386-tdep.c (i386_register_virtual_type): Return
4750 builtin_type_vec128i for SSE registers.
4751
4752 * gdbtypes.h (builtin_type_vec128i): Declare.
4753
4754 * gdbtypes.c (build_builtin_type_vec128i): New function.
4755 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4756 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4757 (build_gdbtypes): Initialize new builtin vector types.
4758 (_initialize_gdbtypes): Register new vector types with gdbarch.
4759
6e3ba3b8
JT
47602002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4761
4762 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4763 since it has been multi-arch'd.
4764 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4765 Move Alpha and VAX multi-arch news entries to same section
4766 as other multi-arch news.
4767
93d5585d
JT
47682002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4769
4770 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4771 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4772 static. Rename some register numbers to put them in ns32k-tdep
4773 private namespace.
4774 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4775 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4776 functions.
4777 (_initialize_ns32k_tdep): Use gdbarch_register.
4778 * ns32k-tdep.h: New file.
4779 * ns32knbsd-tdep.c: New file.
4780 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4781 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4782 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4783 REGISTER_BYTES, REGISTER_BYTE): Remove.
4784 * config/ns32k/tm-ns32k.h: New file.
4785 * config/ns32k/tm-umax.h: Remove.
4786
efb2c70e
JT
47872002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4788
4789 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4790 ns32k_store_struct_return, ns32k_extract_return_value,
4791 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4792 functions.
4793 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4794 ns32k_saved_pc_after_call.
4795 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4796 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4797 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4798 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4799 ns32k_extract_struct_value_address.
4800
7bcc927b
JT
48012002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4802
4803 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4804 ns32k_fix_call_dummy): New.
4805 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4806 ns32k_call_dummy_words.
4807 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4808 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4809 CALL_DUMMY_NARGS): Remove.
4810 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4811
78f9d765
JT
48122002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4813
4814 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4815 ns32k_frame_saved_pc, ns32k_frame_args_address,
4816 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4817 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4818 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4819 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4820 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4821 (BREAKPOINT): Remove..
4822 (FRAME_CHAIN): Define as ns32k_frame_chain.
4823 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4824 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4825 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4826 (FRAME_FIND_SAVED_REGS): Remove.
4827 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4828 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4829 (POP_FRAME): Define as ns32k_pop_frame.
4830
f2c762e0
JT
48312002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4832
4833 * ns32k-tdep.c (ns32k_register_byte_32082,
4834 ns32k_register_byte_32382, ns32k_register_raw_size,
4835 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4836 functions.
4837 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4838 ns32k_register_byte_32382.
4839 * config/ns32k/tm-umax.h: Update copyright years.
4840 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4841 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4842 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4843 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4844 (ns32k_get_enter_addr): Fix prototype.
4845
af137673
JT
48462002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4847
4848 * ns32k-tdep.c: Update copyright years.
4849 (ns32k_register_name_32082): New function.
4850 (ns32k_register_name_32382): Ditto.
4851 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4852 (REGISTER_NAME): Define as ns32k_register_name_32382.
4853 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4854 (REGISTER_NAME): Define as ns32k_register_name_32082.
4855
a8bc7b56
JB
48562002-05-24 Jim Blandy <jimb@redhat.com>
4857
4858 * dwarf2read.c (free_line_header): Use xfree, not free.
4859
83a45910
JT
48602002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4861
4862 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4863 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4864
0db71247
AC
48652002-05-23 Andrew Cagney <ac131313@redhat.com>
4866
4867 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4868
b9e5e4dd
AC
48692002-05-23 Andrew Cagney <ac131313@redhat.com>
4870
4871 From Ross Alexander at NEC Europe:
4872 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4873
de530e84
MS
48742002-05-23 Michael Snyder <msnyder@redhat.com>
4875
4876 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4877 for input, rather than parse_and_eval_address.
4878
b91b96f4
AC
48792002-05-23 Andrew Cagney <ac131313@redhat.com>
4880
4881 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4882 * Makefile.in (sim_d10v_h): Update definition.
4883
8b279e7a
AC
48842002-05-24 Andrew Cagney <cagney@redhat.com>
4885
4886 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4887 change `2002-05-22 Michael Snyder' below.
4888 (d10v_push_arguments): Ditto.
4889 (d10v_extract_return_value): Ditto.
4890
0a3d0425
JB
48912002-05-23 Jim Blandy <jimb@redhat.com>
4892
4893 * macrotab.c (check_for_redefinition): Don't complain if the new
4894 definition is the same as the previous one. Take more arguments
4895 to allow the comparison.
4896 (macro_define_object, macro_define_function): Pass more arguments
4897 to check_for_redefinition.
4898
78eac43e
MS
48992002-05-22 Michael Snyder <msnyder@redhat.com>
4900
4901 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4902 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4903 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4904 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4905 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4906 Add a temp variable to save a call (and a memory read).
4907 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4908 if possible (so that PC_IN_CALL_DUMMY will work).
4909
9bc1edb8
CV
49102002-05-22 Corinna Vinschen <vinschen@redhat.com>
4911
4912 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4913
005ef3d2
ML
49142002-05-22 Michal Ludvig <mludvig@suse.cz>
4915
4916 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4917 fde->cie_ptr.
4918 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4919 (dwarf2_build_frame_info): Add offset to fde->initial_location
4920 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
4921 (execute_stack_op): Change type of 'result' from ULONGEST to
4922 CORE_ADDR.
005ef3d2 4923
fcf4f891
JT
49242002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4925
4926 * config/alpha/tm-nbsd.h: Include solib.h.
4927
cfef91e4
JT
49282002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4929
4930 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4931 assumptions about the host's byte order.
4932
9964235a
JT
49332002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4934
4935 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4936 to dependency list.
4937 * alphanbsd-tdep.c: Include solib-svr4.h.
4938 * shnbsd-tdep.c: Ditto.
4939
9eeef8ef
JT
49402002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4941
4942 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4943 nbsd-tdep.h to dependency list.
4944 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4945 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4946 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4947 nbsdaout.mh and nbsdelf.mh consistently.
4948 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4949 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4950 nbsdaout.mt and nbsdelf.mh consistently.
4951 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4952 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4953 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4954 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4955 a.out shared library stuff from here...
4956 * config/nm-nbsdaout.h: ...to here.
4957 * config/tm-nbsd.h: Remove.
4958 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4959 * config/arm/nbsd.mh: Remove.
4960 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4961 nbsd-tdep.o.
4962 * config/arm/nbsdaout.mh: New file.
4963 * config/arm/nbsdelf.mh: New file.
4964 * config/arm/nm-nbsdaout.h: New file.
4965 * config/i386/nbsd.mh: Remove.
4966 * config/i386/nbsd.mt: Remove.
4967 * config/i386/nbsdaout.mh: New file.
4968 * config/i386/nbsdaout.mt: New file.
4969 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4970 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4971 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4972 i386_register_u_addr): Remove.
4973 * config/i386/nm-nbsdaout.h: New file.
4974 * config/i386/nm-nbsdelf.h: Remove.
4975 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4976 (USE_STRUCT_CONVENTION): Remove.
4977 * config/i386/tm-nbsdaout.h: New file.
4978 * config/i386/tm-nbsdelf.h: Remove.
4979 * config/m68k/nbsd.mh: Remove.
4980 * config/m68k/nbsd.mt: Remove.
4981 * config/m68k/nbsdaout.mh: New file.
4982 * config/m68k/nbsdaout.mt: New file.
4983 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4984 * config/m68k/nm-nbsdaout.h: New file.
4985 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4986 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4987 * config/ns32k/nbsd.mh: Remove.
4988 * config/ns32k/nbsd.mt: Remove.
4989 * config/ns32k/nbsdaout.mh: New file.
4990 * config/ns32k/nbsdaout.mt: New file.
4991 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4992 * config/ns32k/nm-nbsdaout.h: New file.
4993 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4994 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4995 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4996 (SVR4_SHARED_LIBS): Remove.
4997 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4998 * config/sparc/nbsd.mh: Remove.
4999 * config/sparc/nbsd.mt: Remove.
5000 * config/sparc/nbsdaout.mh: New file.
5001 * config/sparc/nbsdaout.mt: New file.
5002 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
5003 * config/sparc/nbsdelf.mt: New file.
5004 * config/sparc/nm-nbsdaout.h: New file.
5005 * config/sparc/nm-nbsdelf.h: Remove.
5006 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
5007 * config/sparc/tm-nbsdaout.h: New file.
5008
257ce470
JT
50092002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5010
5011 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
5012 mipsnbsd-tdep.c
5013 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
5014
76a6d5fe
JT
50152002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5016
5017 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
5018 shnbsd-nat.c.
5019 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
5020
45888261
JT
50212002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5022
5023 * NEWS: Note new MIPS NetBSD native configuration.
5024 * configure.host (mips*-*-netbsd*): New host.
5025 * configure.tgt (mips*-*-netbsd*): New target.
5026 * mipsnbsd-nat.c: New file.
5027 * mipsnbsd-tdep.c: New file.
5028 * mipsnbsd-tdep.h: New file.
5029 * config/mips/nbsd.mh: New file.
5030 * config/mips/nbsd.mt: New file.
5031 * config/mips/nm-nbsd.h: New file.
5032 * config/mips/tm-nbsd.h: New file.
5033
70f80edf
JT
50342002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
5035
5036 * Makefile.in (SFILES): Add osabi.c.
5037 (COMMON_OBS): Add osabi.o.
5038 (osabi.o): New dependency list.
5039 * osabi.c: New file.
5040 * osabi.h: New file.
5041 * doc/gdbint.texinfo: Document new generic OS ABI framework.
5042
5043 * Makefile.in (alpha_tdep_h): Define and use instead of
5044 alpha-tdep.h.
5045 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
5046 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
5047 Remove.
5048 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
5049 * alpha-tdep.h: Include osabi.h.
5050 (alpha_abi): Remove.
5051 (gdbarch_tdep): Use generic OS ABI framework.
5052 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
5053 gdbarch_register_osabi.
5054 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
5055 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
5056 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
5057
5058 * Makefile.in (sh_tdep_h): Add osabi.h.
5059 * sh-tdep.h (sh_osabi): Remove.
5060 (gdbarch_tdep): Use generic OS ABI framework.
5061 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
5062 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
5063 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
5064 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
5065
5066 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
5067 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
5068 gdbarch_register_osabi.
5069 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
5070 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
5071 (get_elfosabi): Rename to...
5072 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
5073 ABI framework support routines.
5074 (arm_gdbarch_init): Use generic OS ABI framework.
5075 (arm_dump_tdep): Likewise.
5076 (_initialize_arm_tdep): Likewise.
5077 * arm-tdep.h: Include osabi.h.
5078 (arm_abi): Remove.
5079 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
5080 osabi member.
5081 (arm_gdbarch_register_os_abi): Remove prototype.
5082 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
5083 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
5084
5085 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
5086 * mips-tdep.c: Include osabi.h.
5087 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
5088 OS ABI framework.
5089
d194345b
KH
50902002-05-20 Kazu Hirata <kazu@cs.umass.edu>
5091
5092 * h8300-tdep.c: Fix formatting.
5093
70c6b0d1
EZ
50942002-05-20 Elena Zannoni <ezannoni@redhat.com>
5095
5096 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
5097 printing vector registers.
5098
165b8e33
AC
50992002-05-19 Andrew Cagney <ac131313@redhat.com>
5100
5101 From Fernando Nasser:
5102 * remote.c (remote_async_open_1): Re-throw the exception when the
5103 connection fails.
5104 (remote_cisco_open): Ditto.
5105 (remote_open_1): Ditto.
5106
36918e70
AC
51072002-05-19 Andrew Cagney <ac131313@redhat.com>
5108
5109 * remote.c (remote_start_remote_dummy): Add uiout parameter.
5110 (remote_start_remote): Add uiout parameter. Pass through to
5111 remote_start_remote_dummy.
5112 (remote_open_1): Use catch_exception instead of catch_errors.
5113 (remote_async_open_1): Ditto.
5114 (remote_cisco_open): Ditto.
5115
ae44c0c4
AC
51162002-05-19 Andrew Cagney <ac131313@redhat.com>
5117
5118 * remote.c (remote_start_remote): Replace PTR with void pointer.
5119 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
5120 static.
5121
8efe637d
AC
51222002-05-18 Andrew Cagney <ac131313@redhat.com>
5123
5124 * gdb_indent.sh: Allow the script to be run in the sim directory.
5125
2f1b5984
MK
51262002-05-18 Mark Kettenis <kettenis@gnu.org>
5127
f0f625e2
MK
5128 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
5129 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
5130
2f1b5984
MK
5131 * corelow.c (core_open): Only call set_gdbarch_from_file if
5132 exec_bfd is NULL.
5133
fc974602
AV
51342002-05-17 Andrey Volkov <avolkov@transas.com>
5135
5136 * h8300-tdep.c: Add support of EXR register
5137 * config/h8300/tm-h8300.h: Ditto.
5138
906709f4
AV
51392002-05-17 Andrey Volkov <avolkov@transas.com>
5140
5141 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
5142
6e591d68
AV
51432002-05-17 Andrey Volkov <avolkov@transas.com>
5144
5145 * h8300-tdep.c: Change literal regnums to REGNO.
5146
84f0252a
JB
51472002-05-17 Jim Blandy <jimb@redhat.com>
5148
e0e9281e
JB
5149 * NEWS: Note addition of macro support.
5150
84f0252a
JB
5151 Expand preprocessor macros in C expressions.
5152 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5153 (scan_macro_expansion, scanning_macro_expansion,
5154 finished_macro_expansion): New function declarations.
5155 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5156 variable declarations.
5157 * parser-defs.h (expression_context_pc): New declaration.
5158 * parse.c (expression_context_pc): New variable.
5159 (parse_exp_1): Set expression_context_pc, as well as
5160 expression_context_block.
5161 * c-exp.y (yylex): If we're not already reading the result of a
5162 macro expansion, try to macro-expand the next token. When we're
5163 done scanning a macro expansion, switch back to the mainline text.
5164 Commas and `if's in a macro's expansion don't terminate the input.
5165 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5166 (macro_original_text, macro_expanded_text,
5167 expression_macro_lookup_func, expression_macro_lookup_baton): New
5168 variables.
5169 (scan_macro_expansion, scanning_macro_expansion,
5170 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5171 c_preprocess_and_parse): New functions.
5172 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5173 c_preprocess_and_parse, instead of c_parse.
5174 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5175 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5176
1c509ca8
JR
5177Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5178
5179 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5180 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5181 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5182
2250ee0c
CV
51832002-05-17 Corinna Vinschen <vinschen@redhat.com>
5184
5185 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5186
ab3b8126
JT
51872002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5188
5189 * Makefile.in (sh_tdep_h): Define and use.
5190 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5191 register enum): Move to...
5192 * * sh-tdep.h: ...here.
5193 * sh-tdep.c: Include sh-tdep.h.
5194 * sh3-rom.c: Likewise.
5195 * shnbsd-tdep.c: Likewise.
5196
ed9d4749
MS
51972002-05-16 Michael Snyder <msnyder@redhat.com>
5198
5199 * arm-tdep.c: Spelling fix in comment.
5200
2e276125
JB
52012002-05-16 Jim Blandy <jimb@redhat.com>
5202
6821892e
JB
5203 Add commands for manually expanding macros and showing their
5204 definitions.
5205 * macrocmd.c, macroscope.c, macroscope.h: New files.
5206 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5207 (macroscope_h): New variable.
5208 (HFILES_NO_SRCDIR): Add macroscope.h.
5209 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5210 (macroscope.o, macrocmd.o): New rules.
5211
2e276125
JB
5212 Teach the Dwarf 2 reader to read macro information.
5213 * dwarf2read.c: #include "macrotab.h".
5214 (dwarf_macinfo_buffer): New variable.
5215 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5216 dwarf_macinfo_size.
5217 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5218 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5219 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5220 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5221 dwarf2_macro_spaces_in_definition): New complaints.
5222 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5223 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5224 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5225 the partial symbol table.
5226 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5227 from what's recorded in the partial symbol table.
5228 (read_file_scope): If the compilation unit has a
5229 `DW_AT_macro_info' attribute, read its macro information.
5230 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5231
2f53fe6c
DJ
52322002-05-16 Daniel Jacobowitz <drow@mvista.com>
5233
5234 Fix PR gdb/546
5235 * ser-tcp.c: Don't include <netinet/udp.h>.
5236
2be99286
SC
52372002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5238
5239 * MAINTAINERS: Update my email address.
5240
c9af212b 52412002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
5242
5243 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5244 include file of the same name.
5245
bf5f1a52
CV
52462002-05-16 Corinna Vinschen <vinschen@redhat.com>
5247
5248 * configure.tgt: Mark v850 as multi-arched.
5249 * config/v850/tm-v850.h: Remove file.
5250 * config/v850/v850.mt: Eliminate TM_FILE.
5251
435e042a
CV
52522002-05-16 Corinna Vinschen <vinschen@redhat.com>
5253
5254 * v850-tdep.c: Full multi-arch.
5255 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5256 Define GDB_MULTI_ARCH to 2.
5257
9819c6c8
PM
52582002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5259
5260 * p-exp.y (current_type): New static variable.
5261 Carries the type of the expression at the position that is parsed.
5262 (push_current_type, pop_current_type): Two new functions. Used
5263 to store/restore current_type in expression on specific tokens.
c9af212b
RE
5264 (search_field): New static variable. Set to one after parsing a point
5265 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
5266 (FIELDNAME): New token. After a point only a token belonging to
5267 current_type type definition is allowed.
5268 (all over token rules): reset and change current_type according
5269 to rules.
5270 (exp '[' rule): insert implicit array index field if
5271 exp is a pascal string type.
5272
3a06899a
CV
52732002-05-16 Corinna Vinschen <vinschen@redhat.com>
5274
5275 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5276 frame info. Use frame_info's saved_regs instead of matching member
5277 in extra_frame_info throughout.
5278 (v850_frame_init_saved_regs): New function.
5279 (v850_init_extra_frame_info): Move most functionality into
5280 v850_frame_init_saved_regs().
5281 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5282 (v850_frame_find_saved_regs): Remove declaration.
5283 (FRAME_FIND_SAVED_REGS): Remove definition.
5284 (v850_frame_init_saved_regs): Add declaration.
5285 (FRAME_INIT_SAVED_REGS): Add definition.
5286
6ed14b0e
CV
52872002-05-16 Corinna Vinschen <vinschen@redhat.com>
5288
5289 * v850-tdep.c: Begin multi-arch'ing v850.
5290 (v850_target_architecture_hook): Remove function.
5291 (v850_gdbarch_init): New function. Add code previously in
5292 v850_target_architecture_hook().
5293 (_initialize_v850_tdep): Don't set target_architecture_hook.
5294 Call register_gdbarch_init() instead.
5295
42725910
DJ
52962002-05-16 Daniel Jacobowitz <drow@mvista.com>
5297
5298 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5299 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5300 (fixup_class_method_type): Likewise.
5301
99d9066e
JB
53022002-05-15 Jim Blandy <jimb@redhat.com>
5303
5304 Add macro structures to GDB's symbol tables. Nobody puts anything
5305 in them yet.
5306 * symtab.h (struct symtab): New member: `macro_table'.
5307 * buildsym.h (pending_macros): New global variable.
5308 * buildsym.c: #include "macrotab.h".
5309 (buildsym_init): Initialize `pending_macros'.
5310 (end_symtab): If we found macro information while reading a CU's
5311 debugging info, do build a symtab structure for it. Make the
5312 symtab point to the macro information, and clear the
5313 `pending_macros' pointer which held it while we were reading the
5314 debug info.
5315 (really_free_pendings): Free any pending macro table.
5316 * objfiles.h (struct objfile): New member: `macro_cache'.
5317 * objfiles.c (allocate_objfile): Set allocate and free functions
5318 for the macro cache's objstack.
5319 (free_objfile): Empty the macro cache's obstack.
5320 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5321 set new allocate and free functions for it.
5322 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5323 free functions for the macro cache's objstack. (Why is this
5324 function building its own objfile?)
5325 * symmisc.c (print_objfile_statistics): Print statistics on the
5326 macro bcache.
5327 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5328
c899585b
RE
53292002-05-15 Richard Earnshaw <rearnsha@arm.com>
5330
5331 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5332 (REGISTER_U_ADDR): Delete definition.
5333 (arm_register_u_addr): Delete declaration.
5334
a6cdd8c5
RE
53352002-05-15 Richard Earnshaw <rearnsha@arm.com>
5336
5337 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5338 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5339
c97dcfc7
AC
53402002-05-14 Andrew Cagney <ac131313@redhat.com>
5341
5342 * regcache.c (register_valid): Revise comments refering to "Not
5343 available" and "unavailable".
5344 * frame.c (frame_register_read): Ditto.
5345 * findvar.c (value_of_register): Ditto.
5346
93021b7d
AC
53472002-05-15 Andrew Cagney <cagney@redhat.com>
5348
5349 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5350 (remote-sim.o): Update dependencies.
5351 (d10v-tdep.o): Specify dependencies.
5352 (sim_d10v_h): Define.
5353
a86bc61c
JB
53542002-05-14 Jim Blandy <jimb@redhat.com>
5355
5356 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5357 * macrotab.c (macro_lookup_inclusion, find_definition,
5358 new_macro_table): Same.
5359
5360 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5361 not `! strcmp ()'. This is a dubious improvement.
5362 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5363
5364 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5365 although it's not necessary, to avoid a warning.
5366
2fdde8f8
DJ
53672002-05-14 Daniel Jacobowitz <drow@mvista.com>
5368
5369 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5370 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5371 TYPE_INSTANCE_FLAGS.
5372 (struct main_type): New.
5373 (struct type): Move most members to struct main_type. Change
5374 cv_type and as_type to new type_chain member. Add instance_flags.
5375 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5376 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5377 (finish_cv_type): Remove prototype.
5378 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5379 Set TYPE_CHAIN.
5380 (alloc_type_instance): New function.
5381 (smash_type): New function.
5382 (make_pointer_type, make_reference_type, make_function_type)
5383 (smash_to_member_type, smash_to_method_type): Call smash_type.
5384 (make_qualified_type): New function.
5385 (make_type_with_address_space): Call make_qualified_type.
5386 (make_cv_type): Likewise.
5387 (finish_cv_type): Remove unnecessary function.
5388 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5389 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5390 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5391 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5392 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5393 * hpread.c (hpread_read_struct_type): Likewise.
5394 * stabsread.c (read_struct_type): Likewise.
5395
843fedf4
EZ
53962002-05-14 Elena Zannoni <ezannoni@redhat.com>
5397
5398 * configure.tgt: Add a catch all sh* target, for cases like
5399 sh[2,3,4]-elf and sh-hms.
5400
05a6c72c
KS
54012002-05-14 Keith Seitz <keiths@redhat.com>
5402
5403 * event-loop.c (create_file_handler): Don't do anything but
5404 update data when we are given a fd which we are already
5405 monitoring.
5406
5d085aaf
ML
54072002-05-14 Michal Ludvig <mludvig@suse.cz>
5408
5409 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5410 (update_context): Use __func__ in warnings.
5411
9db8d71f
DJ
54122002-05-14 Daniel Jacobowitz <drow@mvista.com>
5413
5414 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5415 and tcp_close to net_open and net_close.
5416 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5417 using UDP if requested. Don't try to disable Nagle on UDP
5418 sockets.
5419 * remote.c (remote_serial_open): New function. Warn about UDP.
5420 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5421
5dbc6baa
EZ
54222002-05-13 Elena Zannoni <ezannoni@redhat.com>
5423
5424 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5425
cc3023f7
EZ
54262002-05-13 Elena Zannoni <ezannoni@redhat.com>
5427
5428 * configure.tgt: Remove sh-hms target.
5429 * MAINTAINERS: Don't list sh-hms as a separate target.
5430
ec2bcbe7
JB
54312002-05-13 Jim Blandy <jimb@redhat.com>
5432
5433 Add first preprocessor macro-expansion files.
5434 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5435 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5436 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5437 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5438 (COMMON_OBS): Add macrotab.o, macroexp.o.
5439 (macroexp.o, macrotab.o): New rules.
5440
6d531722
AC
54412002-05-13 Andrew Cagney <ac131313@redhat.com>
5442
5443 * config/m88k/tm-m88k.h: Update copyright.
5444 (m88k_target_write_pc): Declare
5445 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5446 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5447 (SHIFT_INST_REGS): Update definition.
5448 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
5449 using old definition of TARGET_WRITE_PC.
5450 * regcache.c (generic_target_write_pc): Delete code handling
5451 NNPC_REGNUM.
5452 * gdbarch.sh (NNPC_REGNUM): Delete.
5453 * gdbarch.h, gdbarch.c: Regenerate.
5454
3e3f2739
RE
54552002-05-13 Richard Earnshaw <rearnsha@arm.com>
5456
5457 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5458 builtin reg number.
5459
0004e5a2
DJ
54602002-05-13 Daniel Jacobowitz <drow@mvista.com>
5461
5462 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5463 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5464 (gen_address_of, gen_struct_ref, gen_repeat): Use type
5465 access macros.
5466 * c-typeprint.c (cp_type_print_method_args): Likewise.
5467 (c_type_print_args): Likewise.
5468 * d10v-tdep.c (d10v_push_arguments): Likewise.
5469 (d10v_extract_return_value): Likewise.
5470 * expprint.c (print_subexp): Likewise.
5471 * gdbtypes.c (lookup_primitive_typename): Likewise.
5472 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5473 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5474 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5475 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5476 (TYPE_VECTOR): Likewise.
5477 * hpread.c (hpread_read_struct_type)
5478 (fix_static_member_physnames, fixup_class_method_type)
5479 (hpread_type_lookup): Likewise.
5480 * mdebugread.c (parse_symbol, parse_type): Likewise.
5481 * p-lang.c (is_pascal_string_type): Likewise.
5482 * valops.c (hand_function_call): Likewise.
5483 * x86-64-tdep.c (classify_argument): Likewise.
5484
5485 * hpread.c (hpread_read_function_type)
5486 (hpread_read_doc_function_type): Call replace_type.
5487 * dstread.c (create_new_type): Delete.
5488 (decode_dst_structure, process_dst_function): Call alloc_type.
5489 Use type access macros.
5490
dff95cc7
MK
54912002-05-12 Mark Kettenis <kettenis@gnu.org>
5492
5493 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5494 the're not supported by the current architecture.
5495 (i387_fill_fxsave): Likewise.
5496
bbcd32ad
FF
54972002-05-12 Fred Fish <fnf@redhat.com>
5498
5499 * symfile.c (default_symfile_offsets): Arrange for uninitialized
5500 sect_index_xxx members to index the first slot in section_offsets
5501 if all of the section_offsets are zero.
5502
89cf4787
MK
55032002-05-12 Mark Kettenis <kettenis@gnu.org>
5504
5505 * configure.tgt (sparc-*openbsd): Remove entry accidentially
5506 checked in with last change.
5507
1f77ffc5
MK
55082002-05-12 Mark Kettenis <kettenis@gnu.org>
5509
5510 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5511 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5512 config.sub.
5513
89b8b4a9
DJ
55142002-05-12 Daniel Jacobowitz <drow@mvista.com>
5515
5516 * Makefile.in: Update dependencies.
5517
14a5e767
AC
55182002-05-11 Andrew Cagney <ac131313@redhat.com>
5519
5520 * language.c (local_hex_string_custom): Simplify. Do not depend
5521 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5522
5523 * memattr.c (mem_info_command): Replace calls to
5524 longest_local_hex_string and longest_local_hex_string_custom.
5525 * buildsym.c (make_blockvector): Ditto.
5526 * solib.c (info_sharedlibrary_command): Ditto.
5527 * tracepoint.c (tracepoints_info): Ditto.
5528 * symtab.c (print_msymbol_info): Ditto.
5529
5530 * language.c (local_hex_string): Delete.
5531 (local_hex_string_custom): Delete.
5532 (longest_local_hex_string): Rename to local_hex_string.
5533 (longest_local_hex_string_custom): Rename to
5534 local_hex_string_custom.
5535 * language.h (local_hex_string): Change parameter type to LONGEST.
5536 (local_hex_string_custom): Ditto.
5537 (longest_local_hex_string): Delete declaration.
5538 (longest_local_hex_string_custom): Ditto.
5539
5540 * solib.c: Update copyright.
5541 * memattr.c: Update copyright.
5542
13d01224
AC
55432002-05-11 Andrew Cagney <ac131313@redhat.com>
5544
5545 * arch-utils.h (legacy_register_to_value): Declare.
5546 (legacy_value_to_register): Declare.
5547 (legacy_convert_register_p): Declare.
5548 * arch-utils.c (legacy_register_to_value): New function.
5549 (legacy_value_to_register): New function.
5550 (legacy_convert_register_p): New function.
5551
5552 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5553 (VALUE_TO_REGISTER): Define.
5554 (CONVERT_REGISTER_P): Define.
5555 * gdbarch.h, gdbarch.c: Regenerate.
5556
5557 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5558 VALUE_TO_REGISTER.
5559 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5560 CONVERT_REGISTER_P.
5561
4a1970e4
DJ
55622005-05-11 Daniel Jacobowitz <drow@mvista.com>
5563 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5564
5565 * Makefile.in: Update dependencies for valops.c.
5566 * valops.c: Include "gdb_assert.h".
5567 (typecmp): Skip THIS parameter to methods.
5568 (find_method_list): Remove static_memfuncp argument,
5569 update callers. Check for stub methods.
5570 (find_value_oload_method_list): Don't set *static_memfuncp.
5571 (find_overload_match): Don't check for stub methods. Assert
5572 that methods are not stubbed. Handle static methods.
5573 (value_find_oload_method_list): Remove static_memfuncp argument.
5574 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5575 to the argument list for static stub methods.
5576 * value.h (value_find_oload_method_list): Update prototype.
5577
b2e75d78
AC
55782002-05-11 Andrew Cagney <ac131313@redhat.com>
5579
5580 * arch-utils.h (generic_register_size): Declare.
5581 (generic_register_raw_size, generic_register_virtual_size): Delete
5582 declarations.
5583 * arch-utils.c (generic_register_raw_size): Delete.
5584 (generic_register_size): New function.
5585 (generic_register_virtual_size): Delete.
5586
5587 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5588 default generic_register_size.
5589 * gdbarch.h, gdbarch.c: Re-generate.
5590
5591 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5592 register_virtual_size.
5593 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5594 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5595
451fbdda
AC
55962002-05-11 Andrew Cagney <ac131313@redhat.com>
5597
5598 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5599 * gdbarch.h, gdbarch.c: Regenerate.
5600 * gnu-v3-abi.c: Update copyright.
5601 (vtable_address_point_offset): Update.
5602 (gnuv3_rtti_type): Update.
5603 (gnuv3_baseclass_offset): Update.
5604 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5605 (init_fetch_link_map_offsets): Update.
5606 * remote.c (get_remote_state): Update.
5607
6d2f5cea
DJ
56082002-05-11 Daniel Jacobowitz <drow@mvista.com>
5609
5610 * TODO: Remove value_headof/value_from_vtable_info comment.
5611 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5612 * values.c (value_headof, value_from_vtable_info): Delete.
5613 * value.h (value_from_vtable_info): Delete prototype.
5614
d2324da4
AC
56152002-05-11 Andrew Cagney <ac131313@redhat.com>
5616
5617 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5618 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5619 $(gdb_regex_h).
5620 (gdb_assert_h): Define.
5621 (gdb_wait_h): Define.
5622 (gdb_regex_h): Define.
5623
5c717440
DJ
56242002-05-11 Daniel Jacobowitz <drow@mvista.com>
5625
5626 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5627 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5628
6c7861b3
JT
56292002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5630
5631 * nbsd-tdep.c: Fix comment.
5632
ea5bc2a6
JT
56332002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5634
5635 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5636 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5637 (nbsd-tdep.o): New dependency list.
5638 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5639 nbsd-tdep.h.
5640 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5641 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5642 * nbsd-tdep.c: New file.
5643 * nbsd-tdep.h: New file.
5644 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5645 nbsd-tdep.h.
5646 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5647 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5648 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5649 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5650
b28da865
JT
56512002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5652
5653 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5654 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5655 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5656 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5657 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5658 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5659
4b8ff1fa
JT
56602002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5661
5662 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5663 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5664 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5665 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5666 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5667 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5668 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5669
dfe6eb1f
JT
56702002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5671
5672 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5673 fetch_elfcore_registers to...
5674 * i386nbsd-tdep.c: ...here.
5675 (i386nbsd_use_struct_convention): Rename to...
5676 (i386nbsd_aout_use_struct_convention): ...this.
5677 (i386nbsd_supply_reg): New function.
5678 (i386nbsd_fill_reg): New function.
5679 (fetch_core_registers): Use i386nbsd_supply_reg.
5680 (fetch_elfcore_registers): Likewise.
5681 (_initialize_i386nbsd_tdep): New function.
5682 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5683 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5684 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5685 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5686 (i386nbsd_aout_use_struct_convention): ...this.
5687
20cb8cda
JT
56882002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5689
5690 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5691 (store_inferior_registers): Use shnbsd_fill_reg.
5692 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5693 sh_nbsd_supply_register): Collapse into...
5694 (shnbsd_supply_reg): ...this.
5695 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5696 (shnbsd_fill_reg): ...this.
5697 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5698 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5699 (fetch_core_registers): Use shnbsd_supply_reg.
5700 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5701 (sh_nbsd_core_fns): Rename to...
5702 (shnbsd_core_fns): ...this.
5703 (sh_nbsd_elfcore_fns): Rename to...
5704 (shnbsd_elfcore_fns): ...this.
5705 (sh_nbsd_init_abi): Rename to...
5706 (shnbsd_init_abi): ...this.
5707 (_initialize_sh_nbsd_tdep): Rename to...
5708 (_initialize_shnbsd_tdep): ...this.
5709 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5710 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5711 sh_nbsd_fill_register): Remove prototypes.
5712 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5713
e750d25e
JT
57142002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5715
5716 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5717 (i387-nat.o): Delete dependency list.
5718 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5719 (x86-64-linux-nat.o): Likewise.
5720 * i387-nat.c: Delete file, moving contents to...
5721 * i387-tdep.c: ...here.
5722 * i387-nat.h: Rename...
5723 * i387-tdep.h: ...to this.
5724 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5725 * i386-linux-nat.c: Likewise.
5726 * i386bsd-nat.c: Likewise.
5727 * i386gnu-nat.c: Likewise.
5728 * i386nbsd-nat.c: Likewise.
5729 * i386v4-nat.c: Likewise.
5730 * x86-64-linux-nat.c: Likewise.
5731 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5732 * config/i386/go32.mh (NATDEPFILES): Likewise.
5733 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5734 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5735 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5736 * config/i386/linux.mh (NATDEPFILES): Likewise.
5737 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5738 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5739 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5740 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5741
1aee598a
JT
57422002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5743
5744 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5745 (alphanbsd-nat.o): Remove dependency list.
5746 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5747 * alphanbsd-nat.c: Delete. Contents moved to...
5748 * alphanbsd-tdep.c: ...here.
5749 (_initialize_alphanbsd_tdep): Register core functions.
5750 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5751
12bcb0fe
JT
57522002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5753
5754 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5755 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5756 (alphanbsd-nat.o): Likewise.
5757 (alphabsd-tdep.o): New dependency list.
5758 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5759 (fill_gregset): Use alphabsd_fill_reg.
5760 (supply_fpregset): Use alphabsd_supply_fpreg.
5761 (fill_fpregset): Use alphabsd_fill_fpreg.
5762 (fetch_inferior_registers): Use struct reg and struct fpreg
5763 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5764 and alphabsd_supply_fpreg.
5765 (store_inferior_registers): Use struct reg and struct fpreg
5766 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5767 and alphabsd_fill_fpreg.
5768 * alphabsd-tdep.c: New file.
5769 * alphabsd-tdep.h: New file.
5770 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5771 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5772 alphabsd_supply_fpreg.
5773 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5774 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5775
361d1df0
EC
57762002-05-11 Eric Christopher <echristo@redhat.com>
5777
5778 * mips-tdep.c (mips_double_register_type): Fix thinko.
5779 (mips_single_register_type): Ditto.
5780 * MAINTAINERS: Add self.
5781
92dd7cee
MK
57822002-05-11 Mark Kettenis <kettenis@gnu.org>
5783
5784 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5785 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5786 right thing on architectures with different endianness and/or
5787 integer sizes.
5788
e27da16d
JT
57892002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5790
5791 From Christian Limpach <chris@Pin.LU>
5792 * configure.in: Change sed expression which comments out
5793 NATDEPFILES to also comment out continuation lines.
5794 * configure: Regenerate.
5795
ddde02bd
EZ
57962002-05-10 Elena Zannoni <ezannoni@redhat.com>
5797
5798 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5799 big patch.
5800
1c922164
EZ
58012002-05-10 Elena Zannoni <ezannoni@redhat.com>
5802
5803 * sh-tdep.c: Include correct file.
5804
283150cd
EZ
58052002-05-10 Elena Zannoni <ezannoni@redhat.com>
5806
5807 New support for sh64-elf (sh5) target.
5808
5809 * configure.tgt: For sh64-elf target, default to sh-elf.
5810
5811 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5812 (struct gdbarch_tdep): Add new fields for new registers and ABI
5813 info.
361d1df0 5814
283150cd
EZ
5815 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5816 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5817 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5818 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5819 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5820 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5821 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5822 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5823 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5824 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5825 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5826 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5827 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5828 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5829 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5830 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5831 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5832 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5833 sign_extend, sh64_nofp_frame_init_saved_regs,
5834 sh64_init_extra_frame_info, sh64_get_saved_register,
5835 sh64_extract_struct_value_address, sh64_pop_frame,
5836 sh64_push_arguments, sh64_extract_return_value,
5837 sh64_store_return_value, sh64_show_media_regs,
5838 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5839 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5840 sh_sh64_register_virtual_type,
5841 sh_sh64_register_convert_to_virtual,
5842 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5843 sh64_register_read, sh64_pseudo_register_write,
5844 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5845 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5846 sh64_do_pseudo_register, sh_compact_do_registers_info,
5847 sh64_do_registers_info, sh_gdbarch_init): New functions.
5848
3117ed25
EZ
58492002-05-10 Elena Zannoni <ezannoni@redhat.com>
5850
5851 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5852
2654e6d4
DJ
58532002-05-10 Daniel Jacobowitz <drow@mvista.com>
5854
5855 * linespec.c (decode_line_1): Check for a double quote after
5856 a filename correctly.
5857
9ab3e532
JB
58582002-05-10 Jim Blandy <jimb@redhat.com>
5859
5860 Properly track the size of the current objfile's .debug_line section.
5861 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5862 (DWARF_LINE_SIZE): New macro.
5863 (dwarf2_build_psymtabs_hard): Record the line section's size in
5864 the partial symbol table.
5865 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5866 symbol table.
5867
126fa72d
PS
58682002-05-10 Petr Sorfa <petrs@caldera.com>
5869
5870 * ia64-tdep.c: Handle breakpoints on L instruction type
5871 in MLX instruction bundle by moving the breakpoint to
5872 the third slot (X instruction type) as L holds only data.
5873
1f077a3e
KB
58742002-05-10 Kevin Buettner <kevinb@redhat.com>
5875
5876 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5877 (process_one_symbol): Complain about discarding local symbols
5878 due to a misplaced N_LBRAC entry.
5879
8120c9d5 58802002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
5881
5882 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
5883 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5884 decrease the depth we are at, in the case of templates.
361d1df0 5885
67b2c998
DJ
58862002-05-09 Daniel Jacobowitz <drow@mvista.com>
5887
5888 * mips-tdep.c (mips_float_register_type): New function.
5889 (mips_double_register_type): New function.
5890 (mips_print_register): Use them.
5891 (do_fp_register_row): Likewise.
5892
fd326606
DJ
58932002-05-09 Daniel Jacobowitz <drow@mvista.com>
5894
6609d9af 5895 * signals/signals.c (signals): Remove conditional compilation around
fd326606 5896 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 5897 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 5898
bef35864
MS
58992002-05-09 Michael Snyder <msnyder@redhat.com>
5900
5901 * remote-rdp.c (remote_rdp_can_run): Remove.
5902
c55a3f73
TT
59032002-05-09 Tom Tromey <tromey@redhat.com>
5904
5905 * jv-valprint.c (java_val_print): Handle `char' as a special case
5906 of TYPE_CODE_INT.
5907
b8d5e71d
MS
59082002-05-09 Michael Snyder <msnyder@redhat.com>
5909
5910 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5911 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 5912 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 5913 str r(0123),[sp,#nn].
361d1df0 5914 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
5915 order-independent by placing it in a loop.
5916
e2cd42dd
MS
59172002-05-06 Michael Snyder <msnyder@redhat.com>
5918
5919 * stabsread.c (read_type): Add recognition for new attribute:
5920 "@V;" means that an array type is actually a vector.
5921 This is analogous to the vector flag that's been added to dwarf2.
5922
3ce1502b
MK
59232002-05-09 Mark Kettenis <kettenis@gnu.org>
5924
5925 * i386-tdep.h (i386_abi): New enum.
5926 (struct gdbarch_tdep): Replace os_ident member with abi.
5927 (i386_gdbarch_register_os_abi): New prototype.
5928 * i386-tdep.c (i386_abi_names): New array.
5929 (process_note_abi_tag_sections): Removed.
5930 (process_note_sections): New function.
5931 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5932 (struct i386_abi_handler): New struct.
5933 (i386_abi_handler_list): New variable.
5934 (i386_gdbarch_register_os_abi): New function.
5935 (i386_gdbarch_init): Adapt for the changes given above.
5936
084c156a
DJ
59372002-05-08 Daniel Jacobowitz <drow@mvista.com>
5938
5939 * gregset.h: Say "GNU/Linux".
5940
6599f021
EZ
59412002-05-08 Elena Zannoni <ezannoni@redhat.com>
5942
5943 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5944 (build_gdbtypes): Build builtin_type_v2_float.
5945 (_initialize_gdbtypes): Register new builtin type.
5946
40af4b0c
AC
59472002-05-08 Andrew Cagney <ac131313@redhat.com>
5948
5949 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5950 (clear_gdbarch_swap): New function.
5951 (initialize_non_multiarch): Call.
5952 (gdbarch_update_p): Before calling init(), swap out and clear the
5953 existing architecture.
5954 * gdbarch.c: Regenerate.
5955
4fe84f46
JT
59562002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5957
5958 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5959 alphanbsd-tdep.c.
5960
4015edd1
JT
59612002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5962
5963 * sh-nbsd-nat.c: Rename to...
5964 * shnbsd-nat.c: ...this.
5965 * sh-nbsd-tdep.c: Rename to...
5966 * shnbsd-tdep.c: ...this.
5967 * sh-nbsd-tdep.h: Rename to...
5968 * shnbsd-tdep.h: ...this.
5969 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5970 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5971
0e2bd219
RE
59722002-05-08 Richard Earnshaw <rearnsha@arm.com>
5973
5974 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5975 concatenation for command help messages.
5976
13a38d45
JT
59772002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5978
5979 * NEWS: Note new sh*-*-netbsdelf* configuration.
5980 * configure.host: Set gdb_host_cpu to sh for all sh*.
5981 (sh*-*-netbsdelf*): New host.
5982 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5983 (sh*-*-netbsdelf*): New target.
5984 * sh-nbsd-nat.c: New file.
5985 * sh-nbsd-tdep.c: New file.
5986 * sh-nbsd-tdep.h: New file.
5987 * config/sh/nbsd.mh: New file.
5988 * config/sh/nbsd.mt: New file.
5989 * config/sh/nm-nbsd.h: New file.
5990 * config/sh/tm-nbsd.h: New file.
5991
d658f924
JT
59922002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5993
5994 * sh-tdep.c (sh_osabi_names): Declare.
5995 (process_note_abi_tag_sections): New function.
5996 (get_elfosabi): Ditto.
5997 (sh_gdbarch_register_os_abi): Ditto.
5998 (sh_dump_tdep): Ditto.
5999 _initialize_sh_tdep): Use gdbarch_register to register
6000 sh_gdbarch_init and sh_dump_tdep.
6001 * config/sh/tm-sh.h (sh_osabi): Declare.
6002 (gdbarch_tdep): Add sh_osabi and osabi_name members.
6003
848cfffb
AC
60042002-05-07 Andrew Cagney <ac131313@redhat.com>
6005
6006 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
6007 (thumb_scan_prologue): Ditto.
6008 (arm_find_callers_reg): Ditto.
6009 (arm_frame_chain): Ditto.
6010 (arm_init_extra_frame_info): Ditto.
6011 (arm_frame_saved_pc): Ditto.
6012 (arm_pop_frame): Ditto.
6013 (arm_push_return_address): New function.
6014 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
6015 call_dummy_location, call_dummy_breakpoint_offset_p,
6016 call_dummy_breakpoint_offset, call_dummy_p,
6017 call_dummy_stack_adjust_p, call_dummy_words,
6018 sizeof_call_dummy_words, call_dummy_start_offset,
6019 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
6020 call_dummy_address, push_return_address and push_dummy_frame for
6021 generic dummy frames.
6022
e7d717c0
JT
60232002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6024
6025 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
6026 size computation for alloca.
6027 (sh_fp_frame_init_saved_regs): Likewise.
6028
7bbcf283
RE
60292002-05-07 Richard Earnshaw <rearnsha@arm.com>
6030
6031 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
6032 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 6033 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
6034 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
6035 * remote-rdp.c (remote_rdp_fetch_register): Use
6036 ARM_MAX_REGISTER_RAW_SIZE.
6037 (remote_rdp_store_register): Likewise.
6038
4657573b
ML
60392002-05-07 Michal Ludvig <mludvig@suse.cz>
6040
361d1df0 6041 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
6042 added default labels to switch {} statements.
6043 * x86-64-tdep.c: Ditto.
6044 * x86-64-linux-nat.c: Ditto.
6045
010f3b2f
JT
60462002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
6047
6048 * solib.h: Protect against multiple inclusion.
6049
debd256d
JB
60502002-05-06 Jim Blandy <jimb@redhat.com>
6051
9ab3e532
JB
6052 Add first preprocessor macro-expansion files.
6053 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6054 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6055 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6056 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6057 (COMMON_OBS): Add macrotab.o, macroexp.o.
6058 (macroexp.o, macrotab.o): New rules.
6059
debd256d
JB
6060 Separate the job of reading the line number info statement program
6061 header (...expialidocious) out into its own function.
6062 * dwarf2read.c (struct line_head, struct filenames, struct
6063 directories): Replace with...
6064 (struct line_header): New structure, containing the full
6065 contents of the statement program header, including the
6066 include directory and file name tables.
6067 (read_file_scope): If we have line number info, instead of just
6068 calling dwarf_decode_lines to do all the work, call
6069 dwarf_decode_line_header first to get a `struct line_header'
6070 containing the data in the statement program header, and then
6071 pass that to dwarf_decode_lines, which will pick up where that
6072 left off. Be sure to clean up the `struct line_header' object.
6073 (dwarf_decode_line_header, free_line_header, add_include_dir,
6074 add_file_name): New functions.
6075 (dwarf_decode_lines): Move all the code to read the statement
6076 program header into dwarf_decode_line_header. Take the line
6077 header it built as the first argument, instead of the offset to
6078 the compilation unit's line number info. Use the new `struct
6079 line_header' type instead of the old structures. No need to do
6080 cleanups here now, since we don't allocate anything.
6081 (dwarf2_statement_list_fits_in_line_number_section,
6082 dwarf2_line_header_too_long): New complaints.
6083
ac3aafc7
EZ
60842002-05-06 Elena Zannoni <ezannoni@redhat.com>
6085
6086 * gdbtypes.c (init_vector_type): New function.
6087 (build_builtin_type_vec128): Simplify the representation of SIMD
6088 registers.
6089 (build_gdbtypes): Initialize new builtin vector types.
6090 (_initialize_gdbtypes): Register new vector types with gdbarch.
6091 (builtin_type_v4_float, builtin_type_v4_int32,
6092 builtin_type_v8_int16, builtin_type_v16_int8,
6093 builtin_type_v2_int32, builtin_type_v4_int16,
6094 builtin_type_v8_int8): New (renamed) SIMD types.
6095
13e49980
MK
60962002-05-06 Mark Kettenis <kettenis@gnu.org>
6097
6098 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
6099 (i387_fill_fxsave): Likewise.
6100
997b20b8
AO
61012002-05-05 Alexandre Oliva <aoliva@redhat.com>
6102
6103 * alpha-tdep.c (alpha_extract_return_value): Don't use
6104 non-constant array size in prototype.
6105
535c96ce
AC
61062002-05-04 Andrew Cagney <ac131313@redhat.com>
6107
6108 From Brian Taylor <briant at model dot com>:
6109 * ui-out.c (ui_out_field_core_addr): Use the function
6110 longest_local_hex_string_custom'to format addresses > 32 bits
6111 wide.
6112
6113 * ui-out.c (ui_out_field_core_addr): Update comment.
6114
bedfa57b
AC
61152002-05-04 Andrew Cagney <ac131313@redhat.com>
6116
6117 * stack.c (select_and_print_frame): Make static. Delete the
6118 parameter `level'.
6119 (func_command): Update call.
6120 (select_frame_command): Delete code computing the frame level.
6121 * frame.h (select_and_print_frame): Delete declaration.
6122
f621c63e
AC
61232002-05-04 Andrew Cagney <ac131313@redhat.com>
6124
6125 * sparc-tdep.c (sparc_get_saved_register): Comment why
6126 get_prev_frame call is safe.
6127
0f7d239c
AC
61282002-05-04 Andrew Cagney <ac131313@redhat.com>
6129
6130 * frame.h (select_frame): Delete level parameter.
6131 * stack.c (select_frame): Update. Use frame_relative_level to
6132 obtain the frame's level.
6133 (select_and_print_frame): Update call.
6134 (select_frame_command): Ditto.
6135 (up_silently_base): Ditto.
6136 (down_silently_base): Ditto.
6137 * ocd.c (ocd_start_remote): Ditto.
6138 * remote-rdp.c (remote_rdp_open): Ditto.
6139 * remote-mips.c (mips_initialize): Ditto.
6140 (common_open): Ditto.
6141 * remote-e7000.c (e7000_start_remote): Ditto.
6142 * m3-nat.c (select_thread): Ditto.
6143 * hppa-tdep.c (child_get_current_exception_event): Ditto.
6144 (child_get_current_exception_event): Ditto.
6145 * varobj.c (varobj_create): Ditto.
6146 (varobj_update): Ditto.
6147 (c_value_of_root): Ditto.
6148 * tracepoint.c (finish_tfind_command): Ditto.
6149 * corelow.c (core_open): Ditto.
6150 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6151 * thread.c (info_threads_command): Ditto.
6152 (switch_to_thread): Ditto.
6153 * infrun.c (normal_stop): Ditto.
6154 (restore_selected_frame): Ditto.
6155 (restore_inferior_status): Ditto.
6156 * breakpoint.c (insert_breakpoints): Ditto.
6157 (watchpoint_check): Ditto.
6158 (bpstat_stop_status): Ditto.
6159 (do_enable_breakpoint): Ditto.
6160 * blockframe.c (flush_cached_frames): Ditto.
6161 (reinit_frame_cache): Ditto.
6162
71d6c7b1
AC
61632002-05-04 Andrew Cagney <ac131313@redhat.com>
6164
6165 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6166 maintainer.
6167
cda6c68a
JB
61682002-05-04 Jim Blandy <jimb@redhat.com>
6169
6170 * gdbtypes.c (replace_type): Doc fix.
6171
5c1c87f0
AC
61722002-05-04 Andrew Cagney <ac131313@redhat.com>
6173
6174 * valprint.c (strcat_longest): Delete commented out function.
6175 Update copyright.
6176
cd9bfe15
AC
61772002-05-04 Andrew Cagney <ac131313@redhat.com>
6178
6179 * MAINTAINERS: Mark a29k as deleted.
6180 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6181 Move new configurations to the top.
6182 * configure.tgt: Remove a29k.
6183 * config/a29k/tm-vx29k.h: Delete.
6184 * config/a29k/vx29k.mt: Delete.
6185 * config/a29k/tm-a29k.h: Delete.
6186 * config/a29k/a29k-udi.mt: Delete.
6187 * config/a29k/a29k.mt: Delete.
6188 * a29k-tdep.c: Delete.
6189 * remote-udi.c: Delete.
6190 * remote-mm.c: Delete.
6191 * remote-eb.c: Delete.
6192 * remote-adapt.c: Delete.
6193 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
6194 * config/s390/s390x.mt: Ditto.
6195 * config/s390/s390.mt: Ditto.
6196 * config/sparc/sparclynx.mh: Ditto.
6197 * config/sparc/linux.mh: Ditto.
6198 * config/pa/hppaosf.mh: Ditto.
6199 * config/pa/hppabsd.mh: Ditto.
6200 * config/ns32k/nbsd.mt: Ditto.
6201 * config/mips/vr5000.mt: Ditto.
6202 * config/m68k/sun3os4.mh: Ditto.
6203 * config/m68k/nbsd.mt: Ditto.
6204 * config/m68k/m68klynx.mh: Ditto.
6205 * config/m32r/m32r.mt: Ditto.
6206 * config/i386/x86-64linux.mt: Ditto.
6207 * config/i386/nbsdelf.mt: Ditto.
6208 * config/i386/nbsd.mt: Ditto.
6209 * config/i386/i386lynx.mh: Ditto.
6210
bf0c5130
AC
62112002-05-04 Andrew Cagney <ac131313@redhat.com>
6212
6213 * target.c (debug_print_register): New function. Handle oversize
6214 registers.
6215 (debug_to_fetch_registers): Call.
6216 (debug_to_store_registers): Call.
6217
2ae1c2d2
JB
62182002-05-03 Jim Blandy <jimb@redhat.com>
6219
13a393b0
JB
6220 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6221 (read_type): Doc fix.
6222 * gdbtypes.c (replace_type): Doc fix.
6223
2ae1c2d2
JB
6224 * stabsread.c (multiply_defined_struct): New complaint.
6225 (read_struct_type): If the type we were passed isn't empty, or
6226 incomplete, don't read the new struct type into it; complain,
6227 and return the original type unchanged. Take a new `type_code'
6228 argument, which is the type code for the new type.
6229 (read_type): Rather than storing the type's type code here, pass
6230 it as an argument to read_struct_type, and let that take care of
6231 storing it. That way, we don't overwrite the original type code,
6232 so read_struct_type can use it to decide whether we're overwriting
6233 something we shouldn't.
6234 (complain_about_struct_wipeout): New function.
6235
8de9bdc4
AC
62362002-05-03 Andrew Cagney <ac131313@redhat.com>
6237
6238 * gdbarch.sh: Assert that gdbarch is non-NULL.
6239 * gdbarch.c: Regenerate.
6240
f773fdbb
JM
62412002-05-03 Jason Merrill <jason@redhat.com>
6242
6243 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6244 and return NULL.
6245
0e04a514
ML
62462002-05-03 Michal Ludvig <mludvig@suse.cz>
6247
6248 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6249 (x86_64_dwarf2gdb_regno_map_length),
6250 (x86_64_dwarf2_reg_to_regnum): Added.
6251 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6252 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6253 (_initialize_x86_64_tdep): Synced with the change above.
6254 (x86_64_skip_prologue): Reformulated message.
6255
065432a8
PM
62562002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6257
6258 * f-exp.y: Also use new prev_lexptr variable
6259 to improve error reporting. Based on Michael Snyder
6260 2002-04-24 dated patch to c-exp.y.
6261 * jv-exp.y: Likewise.
6262 * m2-exp.y: Likewise.
6263
a3162708
EZ
62642002-05-02 Elena Zannoni <ezannoni@redhat.com>
6265
6266 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6267 we are dealing with vectors.
6268
03620c38
PM
62692002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6270
6271 * config/m68k/tm-nbsd.h: Obvious fix,
6272 correct machine name.
6273
6604db2e
PM
62742002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6275
6276 * p-typeprint.c (pascal_type_print_base): Add support
6277 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6278
0906b739
PM
62792002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6280
6281 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6282 for fondamental pascal 'char' type.
6283
e2625b33
PM
62842002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6285
6286 * p-lang.h (is_pascal_string_type): Declaration changed,
6287 new sixth argument of type char ** added.
361d1df0 6288 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
6289 changed. Args length_pos, length_size, string_pos, char_size
6290 can now be NULL. New argument arrayname set to the field
6291 name of the char array. Return value set to char array
6292 field index plus one.
361d1df0 6293 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
6294 is_pascal_string_type function.
6295
cf17c188
AC
62962002-05-02 Andrew Cagney <cagney@redhat.com>
6297
6298 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6299 <cagney@redhat.com> change.
6300 * gdbarch.c: Regenerate.
6301
52bca491
AC
63022002-05-02 Andrew Cagney <cagney@redhat.com>
6303
6304 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6305 before probing for a new one. Detect errorenous gdbarch_init
6306 functions.
6307 * gdbarch.c: Regenerate.
6308
d5e72505
AC
63092002-05-01 Andrew Cagney <cagney@redhat.com>
6310
6311 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6312 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6313 * config/v850/tm-v850.h: Ditto. Update copyright.
6314
af566d9f
AC
63152002-04-30 Andrew Cagney <ac131313@redhat.com>
6316
6317 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6318 current_gdbarch.
6319
880d85fa
MS
63202002-04-30 Michael Snyder <msnyder@redhat.com>
6321
94c30b78
MS
6322 * arm-tdep.c: Whitespace clean-ups.
6323 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
6324 should have been removed as part of 4/24 change.
6325
6f5987a6
KB
63262002-04-30 Kevin Buettner <kevinb@redhat.com>
6327
6328 * rs6000-tdep.c: Added comment describing how fpscr register
6329 numbers were chosen.
6330
1a113c93
MS
63312002-04-30 Michael Snyder <msnyder@redhat.com>
6332
6333 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6334
9a6f53fe
EZ
63352002-04-29 Elena Zannoni <ezannoni@redhat.com>
6336
6337 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6338 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6339 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6340
11ed25ac
KB
63412002-04-29 Kevin Buettner <kevinb@redhat.com>
6342
6343 From Louis Hamilton <hamilton@redhat.com>:
6344 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6345 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6346 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6347 not bfd-private xcoff data, to determine wordsize.
6348 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6349
ae232405
AC
63502002-04-29 Andrew Cagney <ac131313@redhat.com>
6351
6352 GDB 5.2 released from 5.2 branch.
6353
91fd20f7
ML
63542002-04-29 Michal Ludvig <mludvig@suse.cz>
6355
6356 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6357 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6358 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 6359
2dc5091b
EZ
63602002-04-29 Elena Zannoni <ezannoni@redhat.com>
6361
6362 * rs6000-tdep.c (rs6000_extract_return_value,
6363 rs6000_store_return_value): Handle returning vectors.
6364 (rs6000_gdbarch_init): Use
6365 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6366 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6367 New function.
6368 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6369 vectors.
6370 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6371 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 6372
2b9848d8
PM
63732002-04-24 Pierre Muller <ics.u-strasbg.fr>
6374
6375 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 6376 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
6377 with fprintf_unfiltered (gdb_stderr,...).
6378
f8d17dc5
PM
63792002-04-24 Pierre Muller <ics.u-strasbg.fr>
6380
6381 * remote-array.c (printf_monitor, write_monitor,
361d1df0 6382 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
6383 Replace fprintf (stderr,...
6384 with fprintf_unfiltered (gdb_stderr,....
6385 * remote-es.c: Likewise.
6386 * remote-os9k.c: Likewise.
6387 * remote-st.c: Likewise.
6388
2f2f1ad1
AS
63892002-04-28 Andreas Schwab <schwab@suse.de>
6390
6391 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6392 linux-proc.o and gcore.o.
6393
b6779aa2
AC
63942002-04-26 Michal Ludvig <mludvig@suse.cz>
6395
6396 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6397 code without frame pointers.
6398
7e57f5f4
AC
63992002-04-26 Andrew Cagney <ac131313@redhat.com>
6400
6401 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6402 ON_STACK is needed.
6403
2ceb85d0
BE
64042002-04-26 Ben Elliston <bje@redhat.com>
6405
6406 * target.c (do_xfer_memory): Correct reference to the new option
6407 "trust-readonly-sections".
6408
f5f8a009
EZ
64092002-04-26 Elena Zannoni <ezannoni@redhat.com>
6410
6411 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6412 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6413 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6414 vectors.
6415 (read_array_type): Record the fact that this array type is really a
6416 vector (i.e. are passed in by value).
6417
5868c862
JT
64182002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6419
6420 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6421 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6422 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6423 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6424 * alpha-linux-tdep.c: Include frame.h.
6425 (alpha_linux_sigcontext_addr): New function.
6426 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6427 alpha_linux_sigcontext_addr.
6428 * alpha-osf1-tdep.c: Include gdbcore.h.
6429 (alpha_osf1_sigcontext_addr): New function.
6430 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6431 alpha_osf1_sigcontext_addr.
6432 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6433 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6434
bfb01f37
AC
64352002-04-26 Andrew Cagney <ac131313@redhat.com>
6436
361d1df0 6437 * stack.c (selected_frame_level):
bfb01f37
AC
6438 (select_frame): Do not set selected_frame_level.
6439 * frame.h (selected_frame_level): Delete declaration.
6440
15813d3f
AC
64412002-04-26 Andrew Cagney <ac131313@redhat.com>
6442
6443 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6444 convert_from_func_ptr-addr when AIX / PowerOpen.
6445
6096c27a
AC
64462002-04-25 Andrew Cagney <ac131313@redhat.com>
6447
6448 * valops.c (hand_function_call): Call
6449 generic_save_call_dummy_addr.
6450 * frame.h (generic_save_call_dummy_addr): Declare.
6451 * blockframe.c (struct dummy_frame): Add fields call_lo and
6452 call_hi.
6453 (generic_find_dummy_frame): Check for PC in range call_lo to
6454 call_hi instead of entry_point_address.
6455 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6456 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
6457 (generic_save_call_dummy_addr): New function.
6458
f510d44e
DM
64592002-04-24 David S. Miller <davem@redhat.com>
6460
6461 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6462 sparc_skip_prologue.
6463 (sparc_skip_prologue): Kill frameless_p arg, and use line number
6464 information to find prologue when possible.
6465 (sparc_prologue_frameless_p): Call examine_prologue directly.
6466 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6467 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6468 second argument.
6469 (SKIP_PROLOGUE): Likewise.
6470
15d72a92
JT
64712002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6472
6473 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6474 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6475 indicate that the condition it was testing is always true.
6476 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6477 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6478 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6479
accc6d1f
JT
64802002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6481
6482 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6483 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6484 tdep->jb_pc and tdep->jb_elt_size.
6485 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6486 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6487 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6488 * alpha-nat.c (get_longjmp_target): Remove.
6489 (JB_ELEMENT_SIZE): Ditto.
6490 (JB_PC): Ditto.
6491 * alpha-tdep.c (alpha_get_longjmp_target): New function.
6492 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
6493 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6494 to alpha_get_longjmp_target.
6495 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6496 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6497 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6498
1bfdc549
AC
64992002-04-25 Andrew Cagney <ac131313@redhat.com>
6500
6501 * README: Update to GDB 5.2.
6502
1bd316f0
AC
65032002-04-25 Andrew Cagney <ac131313@redhat.com>
6504
6505 * gdbarch.sh (LC_ALL): Set to `c'.
6506
2e5ff58c
TR
65072002-04-25 Theodore A. Roth <troth@verinet.com>
6508
6509 * avr-tdep.c: Ran through gdb_indent.sh.
6510
e33ce519
TR
65112002-04-25 Theodore A. Roth <troth@verinet.com>
6512
6513 * MAINTAINERS: Add myself as AVR maintainer.
6514 * NEWS: Note new target avr.
6515
8818c391
TR
65162002-04-25 Theodore A. Roth <troth@verinet.com>
6517
6518 * Makefile.in: Add support for AVR target.
6519 * configure.tgt: Add support for AVR target.
6520 * avr-tdep.c: New file
6521 * config/avr/avr.mt: New file.
6522
79509c2d
TR
65232002-04-25 Theodore A. Roth <troth@verinet.com>
6524
6525 * MAINTAINERS: Add myself to write-after-approval.
6526
dac8068e
PM
65272002-04-24 Pierre Muller <ics.u-strasbg.fr>
6528
6529 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6530 with fprintf_unfiltered (gdb_stderr,....
6531
25bf3106
PM
65322002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6533
6534 Fix PR gdb/508.
6535 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6536
24467a86
PM
65372002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6538
6539 * p-exp.y: Also use new prev_lexptr variable
6540 to improve error reporting. Based on Michael Snyder
6541 2002-04-24 dated patch to c-exp.y.
6542
95b80706
JT
65432002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6544
6545 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6546 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6547 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6548 to 0.
6549 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6550 and struct value.
6551 (FUNCTION_START_OFFSET): Remove.
6552 (BREAKPOINT): Ditto.
6553
e90cc612
JT
65542002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6555
6556 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6557 * NEWS: Ditto.
6558
6c72f9f9
JT
65592002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6560
6561 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6562 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6563 alpha_linux_pc_in_sigtramp.
6564 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6565 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6566 alpha_osf1_pc_in_sigtramp.
6567 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6568 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6569 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6570 alphafbsd_pc_in_sigtramp.
6571 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6572 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6573 alphanbsd_pc_in_sigtramp.
6574 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6575 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6576
5e4f3379
JT
65772002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6578
6579 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6580
da8ca43d
JT
65812002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6582
6583 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6584 alphanbsd-tdep.c.
6585 (alphanbsd-nat.o): New dependency list.
6586 (alphanbsd-tdep.o): Ditto.
6587 * NEWS: Note new native NetBSD/alpha configuration.
6588 * alphanbsd-nat.c: New file.
6589 * alphanbsd-tdep.c: Ditto.
6590 * configure.host (alpha*-*-netbsd*): New host.
6591 * configure.tgt (alpha*-*-netbsd*): New target.
6592 * config/alpha/nbsd.mh: New file.
6593 * config/alpha/nbsd.mt: Ditto.
6594 * config/alpha/nm-nbsd.h: Ditto.
6595 * config/alpha/tm-nbsd.h: Ditto.
6596
36a6271d
JT
65972002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6598
6599 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6600 (alpha-osf1-tdep.o): New dependency list.
6601 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6602 and skip_sigtramp_frame members.
6603 * alpha-linux-tdep.c: Include gdbcore.h.
6604 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6605 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6606 * alpha-osf1-tdep.c: New file.
6607 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6608 alpha-osf1-dep.c.
6609 (alpha_frame_past_sigtramp_frame): New function.
6610 (alpha_dynamic_sigtramp_offset): Ditto.
6611 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6612 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6613 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6614 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6615 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6616 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6617 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6618 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6619 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6620 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6621 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6622 to find_solib_trampoline_target.
6623 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6624 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6625 (SKIP_TRAMPOLINE_CODE): Remove.
6626 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6627 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6628 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6629 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6630 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6631 (PROC_SIGTRAMP_MAGIC): Ditto.
6632 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6633 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6634 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6635 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6636 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6637
2f4bc57b
JT
66382002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6639
6640 * NEWS: Note that Alpha targets are now multi-arch.
6641
665132f9
MS
66422002-04-24 Michael Snyder <msnyder@redhat.com>
6643
6644 * parser-defs.h (prev_lexptr): New external variable.
6645 * parse.c (parse_exp_1): Set prev_lexptr to null before
6646 calling the language-specific parser.
6647 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6648 (yyerror): Use prev_lexptr in error reporting.
6649
32872fa7
DJ
66502002-04-24 Daniel Jacobowitz <drow@mvista.com>
6651
6652 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6653 * gregset.h: If FILL_FPXREGSET is defined, provide
6654 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6655 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6656 is defined, call fill_fpxregset.
6657
57e76fac
MS
66582002-04-24 Roland McGrath <roland@frob.com>
6659
6660 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6661 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6662 (supply_gregset, supply_fpregset): New functions.
6663
6664 * gnu-nat.c (gnu_find_memory_regions): New function.
6665 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6666 (gnu_xfer_memory): Add a cast.
6667
f43845b3
MS
66682002-04-24 Michael Snyder <msnyder@redhat.com>
6669
361d1df0 6670 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
6671 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6672 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 6673 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
6674 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6675 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6676
a0abec03
AC
6677Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6678
6679 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6680 NUM_PSEUDO_REGS can be used.
6681
d7bd68ca
AC
66822002-04-24 Andrew Cagney <ac131313@redhat.com>
6683
6684 * arch-utils.h: Update copyright.
6685
6686 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6687 * gdbarch.h, gdbarch.c: Re-generate.
6688
6689 * inferior.h (IN_SIGTRAMP): Delete definition.
6690 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6691 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6692
6693 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6694 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6695 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6696 (find_proc_framesize): Ditto.
6697 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6698 (alpha_init_extra_frame_info): Ditto.
6699 * infrun.c (handle_inferior_event): Ditto.
6700 (handle_inferior_event): Ditto.
6701 (check_sigtramp2): Ditto.
6702 * blockframe.c (create_new_frame): Ditto.
6703 (get_prev_frame): Ditto.
6704 * ppc-linux-tdep.c: Update comments.
6705 * i386-linux-tdep.c: Update comments.
6706 * breakpoint.c (bpstat_what): Update comment.
6707
4867e41e
DM
67082002-04-24 David S. Miller <davem@redhat.com>
6709
21d83aa5
DM
6710 * i960-tdep.c (register_in_window_p): New function.
6711 (i960_find_saved_register): Use it instead of
6712 REGISTER_IN_WINDOW_P.
6713 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6714
4867e41e
DM
6715 * symtab.h (find_stab_function_addr): Kill extern.
6716 * minsyms.c (find_stab_function_addr): Remove from here...
6717 * dbxread.c: ... to here, and mark it static.
6718
69cdf6a2
DM
67192002-04-20 David S. Miller <davem@redhat.com>
6720
6721 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6722 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6723
5a595886
DM
67242002-04-21 David S. Miller <davem@redhat.com>
6725
6726 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6727 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6728 (vx_write_register): Likewise.
6729
1da1a192
JB
67302002-04-23 J. Brobecker <brobecker@gnat.com>
6731
6732 * source.c (is_regular_file): New function.
6733 (openp): Check wether file to open is a regular file
6734 to avoid opening directories.
6735
baa6f10b
JT
67362002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6737
6738 * findvar.c (extract_signed_integer): Cast printf argument
6739 to suppress format warning.
6740 (extract_unsigned_integer): Likewise.
6741 * infcmd.c (registers_info): Likewise.
6742 * top.c (get_prompt_1): Likewise.
6743 * valops.c (value_assign): Likewise.
6744 * valprint.c (print_decimal): Likewise.
6745
b2c4da81
L
67462002-04-22 H.J. Lu (hjl@gnu.org)
6747
6748 * c-exp.y (typebase): Support
361d1df0 6749
b2c4da81
L
6750 [long|long long|short] [signed|unsigned] [int|]
6751
6752 and
6753
6754 signed [long|long long|short] int
6755
f267bd6a
JT
67562002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6757
6758 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6759 and vax-tdep.h.
6760 * vax-tdep.h: New file.
6761 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6762 Make several routines static.
6763 (vax_get_saved_register): New function.
6764 (vax_gdbarch_init): New function.
6765 (_initialize_vax_tdep): Register vax_gdbarch_init.
6766 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6767 Remove macros now under the control of gdbarch.
6768
da3c6d4a
MS
67692002-04-22 Michael Snyder <msnyder@redhat.com>
6770
11d3b27d
MS
6771 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6772 Some whitespace and coding standards tweaks.
da3c6d4a 6773
a33f7558
JT
67742002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6775
6776 * vax-tdep.c: Include regcache.h.
6777 (vax_call_dummy_words): New.
6778 (sizeof_vax_call_dummy_words): New.
6779 (vax_fix_call_dummy): New function.
6780 (vax_saved_pc_after_call): Ditto.
6781 * config/vax/tm-vax.h: Don't include regcache.h.
6782 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6783 (CALL_DUMMY): Remove.
6784 (CALL_DUMMY_WORDS): Define.
6785 (SIZEOF_CALL_DUMMY_WORDS): Define.
6786 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6787
47a73475
MS
67882002-04-18 Michael Snyder <msnyder@redhat.com>
6789
6790 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6791
52efde73
JT
67922002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6793
6794 * vax-tdep.c (vax_frame_chain): New function.
6795 (vax_push_dummy_frame): Ditto.
6796 (vax_pop_frame): Ditto.
6797 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6798 (FRAMELESS_FUNCTION_INVOCATION): Use
6799 generic_frameless_function_invocation_not.
6800 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6801 (POP_FRAME): Use vax_pop_frame.
6802
ea74468c
JT
68032002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6804
6805 * vax-tdep.c (vax_store_struct_return): New function.
6806 (vax_extract_return_value): Ditto.
6807 (vax_store_return_value): Ditto.
6808 (vax_extract_struct_value_address): Ditto.
6809 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6810 vax_store_struct_return.
6811 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6812 (STORE_RETURN_VALUE): Use vax_store_return_value.
6813 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6814
5516aa92
JT
68152002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6816
6817 * vax-tdep.c (vax_frame_saved_pc): New function.
6818 (vax_frame_args_address_correct): Ditto.
6819 (vax_frame_args_address): Ditto.
6820 (vax_frame_locals_address): Ditto.
6821 (vax_frame_num_args): Move code to be in proximity to
6822 other frame-related functions.
6823 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6824 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6825 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6826 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6827 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6828
36af0b35
L
68292002-04-22 H.J. Lu (hjl@gnu.org)
6830
6831 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6832 includedir.
6833
ab62c900
JT
68342002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6835
6836 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6837 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6838 (FRAME_INIT_SAVED_REGS): New macro.
6839
7232b100
JT
68402002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6841
6842 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6843
b70d2aee
JT
68442002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6845
6846 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6847 where needed.
6848 (fetch_osf_core_registers): Likewise.
6849 (supply_gregset): Likewise.
6850
a0e8a2d1 68512002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 6852
a0e8a2d1
JB
6853 * symfile.h (get_section_index): Define.
6854 * symfile.c (get_section_index): New function.
6855 * mdebugread.c (SC_IS_SBSS): New macro.
6856 (SC_IS_BSS): Return true for the scBss storage class only, as
6857 the scSBss storage class refers to the .sbss section.
6858 (parse_partial_symbols): Discard the symbols which associated
6859 section does not exist.
6860 Make sure to use the .sbss section index for symbols which
6861 storage class is scBss, rather than using the .bss section index.
6862
51eb8b08
JT
68632002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6864
6865 * vax-tdep.c: Update copyright years.
6866 (vax_register_name): New function.
6867 (vax_register_byte): Ditto.
6868 (vax_register_raw_size): Ditto.
6869 (vax_register_virtual_size): Ditto.
6870 (vax_register_virtual_type): Ditto.
6871 * config/vax/tm-vax.h: Update copyright years.
6872 (REGISTER_NAMES): Remove.
6873 (REGISTER_NAME): Define.
6874 (REGISTER_BYTE): Use vax_register_byte.
6875 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6876 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6877 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6878
6cc1c0a8
AC
68792002-04-21 Andrew Cagney <ac131313@redhat.com>
6880
6881 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6882 declaration
6883 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6884
9319a2fe
DM
68852002-04-21 David S. Miller <davem@redhat.com>
6886
6887 * arch-utils.c (generic_prologue_frameless_p): Kill
6888 SKIP_PROLOGUE_FRAMELESS_P code.
6889 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6890 references.
6891 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6892 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6893 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6894 references.
6895 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6896 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6897 (sparc_gdbarch_init): Pass it to
6898 set_gdbarch_prologue_frameless_p.
a0e8a2d1 6899
e9ed6d01
JT
69002002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6901
6902 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6903 (alphabsd-nat.o): New dependency list.
6904
36012033
JT
69052002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6906
6907 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6908 alphafbsd-tdep.c.
6909 (alpha-linux-tdep.o): New dependency list.
6910 (alphafbsd-tdep.o): Likewise.
6911
3379287a
JT
69122002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6913
6914 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6915 to here...
6916 * alpha-tdep.c: ...from here.
6917 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6918
4bcbd6cb
JT
69192002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6920
6921 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6922 prototype from here...
6923 * alpha-tdep.h: ...to here.
6924
b31da25e
AC
69252002-04-21 Andrew Cagney <ac131313@redhat.com>
6926
6927 * frame.h (selected_frame_level): Document as deprecated.
6928 (frame_relative_level): Declare.
6929 * stack.c (frame_relative_level): New function.
6930 (selected_frame_level): Document as deprecated.
6931 (select_frame): Do not set the selected_frame_level.
6932
6933 * stack.c (frame_info, record_selected_frame): Update.
6934 (frame_command, current_frame_command): Update.
6935 (up_silently_base, up_command, down_silently_base): Update.
6936 (down_command): Update.
6937 * inflow.c (kill_command): Update.
6938 * tracepoint.c (finish_tfind_command): Update.
6939 * corelow.c (core_open): Update.
6940 * thread.c (info_threads_command): Update.
6941 (do_captured_thread_select): Update.
6942 * infcmd.c (finish_command): Update.
6943 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6944
9c1d6fe5
JT
69452002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6946
6947 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6948
ab89facf
AC
69492002-04-21 Andrew Cagney <ac131313@redhat.com>
6950
6951 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6952 type const.
6953
82a4efa1
JT
69542002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6955
6956 * alphafbsd-tdep.c: Update copyright years. Include
6957 alpha-tdep.h.
6958 (alphafbsd_use_struct_convention): Make static.
6959 (alphafbsd_init_abi): New function.
6960 (_initialize_alphafbsd_tdep): New function.
6961 * config/alpha/tm-fbsd.h: Update copyright years.
6962 (USE_STRUCT_CONVENTION): Remove.
6963
44dffaac
JT
69642002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6965
6966 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6967 an Alpha ABI variant.
6968 (alpha_abi_handler_list): Declare.
6969 (alpha_gdbarch_register_os_abi): New function.
6970 (alpha_gdbarch_init): Give registered ABI variant handlers a
6971 chance to tweak the gdbarch once we have set up defaults.
6972 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6973
65585be4
JT
69742002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6975
6976 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6977 to standard_coerce_float_to_double.
6978 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6979
d9b023cc
JT
69802002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6981
6982 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6983 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6984 from gdbarch_tdep rather than a constant.
6985 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6986 the default text address for all Alpha Unix ABIs.
6987 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6988 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6989
dc129d82
JT
69902002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6991
6992 * alpha-tdep.h: New file. Includes several Alpha target constants
6993 taken from...
6994 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6995 let gdbarch deal with.
6996 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6997 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6998 to dependency list.
6999 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
7000 Alpha target register names.
7001 * alphabsd-nat.c: Likewise.
7002 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
7003 Alpha target register names. Make serveral routines static.
7004 (alpha_get_saved_register): New function.
7005 (alpha_abi_names): New.
7006 (process_note_abi_tag_sections): New function.
7007 (get_elfosabi): New function.
7008 (alpha_gdbarch_init): New function.
7009 (alpha_dump_tdep): New function.
7010 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
7011
d49d1e0a
AC
70122002-04-21 Andrew Cagney <ac131313@redhat.com>
7013
7014 * frame.c (find_saved_register): Delete #ifdef
7015 HAVE_REGISTER_WINDOWS code.
7016 * config/sparc/tm-sparc.h: Update comments.
7017 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
7018
92e8c9ed
AC
70192002-04-21 Andrew Cagney <ac131313@redhat.com>
7020
7021 * i960-tdep.c (i960_find_saved_register): New function.
7022 (i960_get_saved_register): New function.
7023 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
7024 (i960_get_saved_register): Declare.
7025 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
7026
e1925118
DM
70272002-04-20 David S. Miller <davem@redhat.com>
7028
7029 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
7030
29673b29
AC
70312002-04-20 Andrew Cagney <ac131313@redhat.com>
7032
7033 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
7034 instead of NUM_PSEUDO_REGS.
7035
6c86dcd5
DM
70362002-04-20 David S. Miller <davem@redhat.com>
7037
7038 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
7039 GDB_MULTI_ARCH_PARTIAL
7040 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
7041 define, let tm-sp64.h do it.
7042
aa40ec90
JT
70432002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
7044
7045 * frame.c (find_saved_register): Avoid a NULL pointer
7046 dereference and actually walk the frame list.
7047
0f79675b
AC
70482002-04-20 Andrew Cagney <ac131313@redhat.com>
7049
7050 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
7051 sorted in most most-recent-used order. Document.
7052 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7053
f91305dd 70542002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
7055
7056 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
7057 instead of ->prev.
7058 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
7059 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
7060 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
7061 instead of ->prev.
7062
73d322b1
EZ
70632002-04-19 Elena Zannoni <ezannoni@redhat.com>
7064
7065 Fix PR gdb/471.
7066 * gdbtypes.c (init_simd_type): Rewrite using new functions.
7067 (build_builtin_type_vec128): Ditto.
7068 (append_composite_type_field): Fix calculation of type length in
7069 union case.
7070
ccd9a834
EZ
70712002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7072
7073 * config/djgpp/README: Update.
7074
7075 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
7076 compiler warnings.
7077
a57f9e49
JT
70782002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
7079
7080 * alpha-tdep.c (setup_arbitrary_frame): Rename...
7081 (alpha_setup_arbitrary_frame): ...to this.
7082 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
7083 for alpha_setup_arbitrary_frame.
7084
f4f9705a
AC
70852002-04-18 Andrew Cagney <cagney@redhat.com>
7086
7087 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
7088 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 7089
f4f9705a
AC
7090 * defs.h (breakpoint_from_pc_fn): Delete type definition.
7091 * target.h (memory_breakpoint_from_pc): Update declaration.
7092 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
7093
7094 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
7095 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
7096 * mem-break.c (memory_breakpoint_from_pc): Ditto.
7097 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
7098 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
7099 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
7100 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
7101 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
7102 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
7103 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
7104 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
7105 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
7106
7107 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
7108 const pointer.
7109 * monitor.c (monitor_insert_breakpoint): Ditto.
7110 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
7111
7112 * config/mcore/tm-mcore.h: Update copyright.
7113 * mem-break.c: Ditto.
7114 * xstormy16-tdep.c: Ditto.
7115
29f319b8
PM
71162002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
7117
7118 * p-exp.y: Add precedence rule for '^' token.
7119 This removes the shift/reduce conflicts.
7120 Remove the comment concerning these shift/reduce conflicts.
7121
ebeac11a
EZ
71222002-04-18 Elena Zannoni <ezannoni@redhat.com>
7123
7124 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
7125 (registers_powerpc_nofp): New register set for processors
7126 without floating point unit.
7127
27c31547
DM
71282002-04-18 David S. Miller <davem@redhat.com>
7129
7130 * MAINTAINERS: Add myself to write-after-approval.
7131
47a73475
MS
71322002-04-17 Michael Snyder <msnyder@redhat.com>
7133
7134 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
7135
953836b2
AC
71362002-04-17 Andrew Cagney <ac131313@redhat.com>
7137
7138 * rs6000-tdep.c (frame_initial_stack_address): Use
7139 frame_register_read to read the alloca_reg.
7140
8b0d4340
AC
71412002-04-17 Andrew Cagney <ac131313@redhat.com>
7142
7143 * frame.c (find_saved_register): Find saved registers in the next
7144 not prev frame.
7145 Fix PR gdb/365.
7146
d8864532
AC
71472002-04-17 Andrew Cagney <ac131313@redhat.com>
7148
7149 * gdbarch.sh (LANG): Set to ``c''.
7150
36cc83a3 71512002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 7152
36cc83a3 7153 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 7154
2f4150cc 71552002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
7156
7157 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7158 Update copyright.
7159
628703c6 7160 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 7161 Also fix PR gdb/391.
361d1df0 7162
56157b4a
AC
71632002-04-14 Andrew Cagney <ac131313@redhat.com>
7164
7165 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7166 * aclocal.m4, configure: Re-generate.
7167 Fix PR gdb/391.
361d1df0 7168
6d1e3329
EZ
71692002-04-14 Elena Zannoni <ezannoni@redhat.com>
7170
7171 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7172 instead of tm_print_insn.
7173
cb06fa07
EZ
71742002-04-14 Elena Zannoni <ezannoni@redhat.com>
7175
7176 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7177
f208ba17
AC
71782002-04-14 Andrew Cagney <ac131313@redhat.com>
7179
7180 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7181 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7182 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7183
20f01a46
DH
71842002-04-12 Don Howard <dhoward@redhat.com>
7185
7186 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7187 max_user_call_depth.
7188 (init_cmd_lists): Initialize the new value;
7189 * cli/cli-script.c (execute_user_command): Limit the call depth of
7190 user defined commands. This avoids a core-dump when user commands
7191 are infinitly recursive.
7192
a88376a3
KB
71932002-04-12 Kevin Buettner <kevinb@redhat.com>
7194
7195 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7196 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7197 from tdep struct instead of DEFAULT_LR_SAVE.
7198 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7199 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7200 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7201
f2172603
MS
72022002-04-12 Michael Snyder <msnyder@redhat.com>
7203
694f61fb 7204 * Remote.c: Spelling fix.
20fe79c8
MS
7205 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7206 If no symbol found for "sbrk", try "_sbrk".
7207 (make_output_phdrs): Use bfd_section_name.
7208 (gcore_copy_callback): Use bfd_section_name.
62995fc4 7209 * eval.c: Indentation fix-ups.
169a7369
MS
7210 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7211 in case it gets applied to an address that is already
7212 in the instruction space.
de74f71f
MS
7213 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7214 * symfile.c: Fix indentation, long lines.
f2172603
MS
7215 * source.c: White space fix-up.
7216
cda5a58a
AC
72172002-04-12 Andrew Cagney <cagney@redhat.com>
7218
7219 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7220 * frame.c (frame_register_read): New function. Return non-zero on
7221 success.
7222 (read_relative_register_raw_bytes_for_frame): Delete.
7223 (read_relative_register_raw_bytes): Delete.
7224 * frame.h (frame_register_read): Declare.
7225 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7226 * sh-tdep.c: Ditto.
7227 * infcmd.c (do_registers_info): Ditto.
7228 * hppa-tdep.c: Ditto.
7229 * rs6000-tdep.c: Ditto.
7230 * h8500-tdep.c: Ditto.
7231 * mips-tdep.c: Ditto.
7232 * h8300-tdep.c: Ditto.
7233 * z8k-tdep.c: Ditto.
7234
2ea5f656
KB
72352002-04-12 Kevin Buettner <kevinb@redhat.com>
7236
7237 From Jimi X <jimix@watson.ibm.com>:
7238 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7239 64-bit SysV ABI.
7240
27b15785
KB
72412002-04-12 Kevin Buettner <kevinb@redhat.com>
7242
7243 From Jimi X <jimix@watson.ibm.com>:
7244 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7245 bfd info.
7246
5d57ee30
KB
72472002-04-12 Kevin Buettner <kevinb@redhat.com>
7248
7249 From Jimi X <jimix@watson.ibm.com>:
7250 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7251 register sets for these processor variants.
7252
bc1e36ca
DJ
72532002-04-11 Daniel Jacobowitz <drow@mvista.com>
7254
bc1e36ca
DJ
7255 * regformats/reg-ppc.dat: Support FPSCR.
7256
e3f36dbd
KB
72572002-04-11 Kevin Buettner <kevinb@redhat.com>
7258
7259 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7260 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7261 Add fpscr as an invalid/unfetchable register.
7262 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7263 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7264 (fill_fpregset): Add support for register fpscr.
7265 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7266 (fill_gregset): Account for the fact that register ``mq'' might
7267 not exist.
7268 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7269 (registers_power): Add fpscr to register set at slot 71.
7270 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7271 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7272
943c9c25
MS
72732002-04-11 Michael Snyder <msnyder@redhat.com>
7274
7275 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7276 * configure: Regenerate.
7277 * config.in: Regenerate.
7278 * acconfig.h: Add define for _SYSCALL32.
7279 * core-sol2.c: Remove #define _SYSCALL32.
7280 * solib-legacy.c: Remove #define _SYSCALL32.
7281
d8c0a2e7
AC
72822002-04-10 Andrew Cagney <ac131313@redhat.com>
7283
7284 * stack.c (select_frame): Cleanup internal error message, do not
7285 use %p.
7286
7cc19214
AC
72872002-04-10 Andrew Cagney <ac131313@redhat.com>
7288
7289 * stack.c (select_frame): Check that selected_frame and the
7290 specified level are as expected.
7291 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7292 Update copyright.
7293 * frame.h (struct frame_info): Add field `level'. Update
7294 copyright.
7295 Work-in-progress PR gdb/464.
7296
67a2b77e
AC
72972002-04-10 Andrew Cagney <ac131313@redhat.com>
7298
7299 * maint.c (maint_print_section_info): Rename print_section_info.
7300 (print_bfd_section_info, print_objfile_section_info): Update.
7301 * inferior.h (struct gdbarch): Add opaque declaration.
7302 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7303 * gdbarch.h: Regenerate.
7304
8cfda98c
ML
73052002-04-10 Michal Ludvig <mludvig@suse.cz>
7306
7307 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7308 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7309 (kernel_u_size): Added.
7310 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7311 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7312
ca439ad2 73132002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 7314
ca439ad2
JI
7315 * valarith.c (find_size_for_pointer_math): New function, either returns
7316 the size for a pointer's target, returns 1 for void *, or errors for
7317 incomplete types.
7318 (value_add, value_sub): use find_size_for_pointer_math.
7319
2f2893d9
DJ
73202002-04-09 Daniel Jacobowitz <drow@mvista.com>
7321
7322 * linux-low.c (linux_look_up_symbols): New hook.
7323 (linux_target_ops): Add linux_look_up_symbols.
7324 * remote-utils.c (decode_address): New function.
7325 (look_up_one_symbol): New function.
7326 * server.c (handle_query): Call target look_up_symbols hook.
7327 * server.h (look_up_one_symbol): Add prototype.
7328 * target.h (struct target_ops): Add look_up_symbols hook.
7329
96cb11df
AC
73302002-04-09 Andrew Cagney <ac131313@redhat.com>
7331
7332 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7333 override FP_REGNUM with frame->fp. Update copyright.
7334 * parse.c (num_std_regs, std_regs): Delete.
7335 (target_map_name_to_register): Do not search std_regs. Update
7336 function description.
7337 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7338 declarations. Update copyright.
7339 Fix PR gdb/251.
361d1df0 7340
97658e92
DJ
73412002-04-09 Daniel Jacobowitz <drow@mvista.com>
7342
7343 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7344 after the last symbol in a block.
7345
6044e3eb
PM
73462002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7347
7348 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7349 is non zero as a found symbol.
7350
0406ec40
AC
73512002-04-08 Andrew Cagney <ac131313@redhat.com>
7352
7353 * findvar.c: Include "builtin-regs.h".
7354 (value_of_register): Call value_of_builtin_reg when applicable.
7355 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7356 (target_map_name_to_register): Call
7357 builtin_reg_map_name_to_regnum.
7358 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7359 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7360 (builtin_regs_h): Define.
7361 (builtin-regs.o): New target.
7362 (findvar.o): Add $(builtin_regs_h).
7363 * builtin-regs.c, builtin-regs.h: New files.
7364 * std-regs.c: New file.
7365 Partial fix for PR gdb/251.
7366
56a6dfb9
KB
73672002-04-08 Kevin Buettner <kevinb@redhat.com>
7368
7369 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7370 it's no longer required.
7371
3a808432
AC
73722002-04-08 Andrew Cagney <ac131313@redhat.com>
7373
7374 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7375
7c40d541
KB
73762002-04-08 Kevin Buettner <kevinb@redhat.com>
7377
7378 From Jimi X <jimix@watson.ibm.com>:
7379 * rs6000-tdep.c (rs6000_software_single_step): Use
7380 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7381 and size. Use target_insert_breakpoint() and
7382 target_remove_breakpoint() to insert and remove breakpoints
7383 instead of explicit memory reads and writes.
7384
cc9836a8
KB
73852002-04-08 Kevin Buettner <kevinb@redhat.com>
7386
7387 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7388 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7389 ELF_OBJECT_FORMAT ifdef.
7390
7495d1dc
KB
73912002-04-08 Kevin Buettner <kevinb@redhat.com>
7392
7393 From Jimi X <jimix@watson.ibm.com>:
7394 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7395
4288e836
KB
73962002-04-08 Kevin Buettner <kevinb@redhat.com>
7397
7398 From Jimi X <jimix@watson.ibm.com>:
7399 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7400 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7401
a4e4e501
MK
74022002-04-07 Mark Kettenis <kettenis@gnu.org>
7403
7404 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7405 s/asprintf/xasprintf/.
7406 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7407
006defba
AC
74082002-04-07 Andrew Cagney <ac131313@redhat.com>
7409
7410 I believe Jeff Law denies responsability for this one:
7411 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7412 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7413 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7414 Work-around for PR gdb/366.
7415
7aa83cac
EZ
74162002-04-07 Elena Zannoni <ezannoni@redhat.com>
7417
7418 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7419 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7420 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7421
cf1fcca1
EZ
74222002-04-07 Elena Zannoni <ezannoni@redhat.com>
7423
7424 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7425 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7426 information.
7427
3f289e6f
AC
74282002-04-07 Andrew Cagney <ac131313@redhat.com>
7429
7430 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7431 maintainer.
7432
129188f6
AC
74332002-04-07 Andrew Cagney <ac131313@redhat.com>
7434
7435 * README (Reporting Bugs in GDB): Document the bug web page as the
7436 prefered way of submitting bugs.
7437 Fix PR gdb/402.
7438
1200cd6e
AC
74392002-04-06 Andrew Cagney <ac131313@redhat.com>
7440
7441 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7442 -1. Update comment.
7443 * gdbarch.h, gdbarch.c: Re-generate.
7444
2853c33c
AS
74452002-04-07 Andreas Schwab <schwab@suse.de>
7446
7447 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7448 buffer to regcache_collect.
7449
c2169756
AC
74502002-04-06 Andrew Cagney <ac131313@redhat.com>
7451
7452 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7453 * gdbarch.c, gdbarch.h: Re-generate.
7454
25f1b008
AC
74552002-04-06 Andrew Cagney <ac131313@redhat.com>
7456
7457 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7458 declaration. Fix -Werror.
7459
59263426
DJ
74602002-04-05 Daniel Jacobowitz <drow@mvista.com>
7461
7462 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7463 * gdbarch.c: Regenerate.
7464
f5db4da3
MS
74652002-04-05 Michael Snyder <msnyder@redhat.com>
7466
80f8a6eb
MS
7467 * breakpoint.c (clear_command): Rewrite middle section to
7468 combine two loops with identical control conditions.
7469 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
7470 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7471
ad3dcc5c
L
74722002-04-05 H.J. Lu (hjl@gnu.org)
7473
7474 * solib-svr4.c (bkpt_names): Add "__start".
7475
f32e7a74
AC
74762002-04-04 Andrew Cagney <ac131313@redhat.com>
7477
7478 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7479 as test for 64 bit target.
7480
8227c0ff
AC
74812002-04-05 Andrew Cagney <ac131313@redhat.com>
7482
7483 * h8500-tdep.c (h8500_write_fp): Delete function.
7484 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7485 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7486 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7487 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7488 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7489 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7490 (s390_write_fp):
7491 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7492 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7493 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7494 (d10v_write_fp): Delete function.
7495 * inferior.h (write_fp, generic_target_write_fp): Delete
7496 declarations.
7497 * regcache.c (generic_target_write_fp): Delete function.
7498 (write_fp): Delete function.
7499 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7500 * gdbarch.h, gdbarch.c: Regenerate.
7501 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7502 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7503 (sparc64_write_fp): Delete declaration.
7504 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7505 (h8500_write_fp): Delete declaration.
7506
2757dd86
AC
75072002-04-04 Andrew Cagney <ac131313@redhat.com>
7508
7509 * sparc-tdep.c (sparc64_write_fp): Delete.
7510 (sparc_push_dummy_frame): Replace write_fp call with code to store
7511 the FP directly.
7512 (sparc_gdbarch_init): Do not initialize write_fp.
7513
c69255e1
KB
75142002-04-05 Kevin Buettner <kevinb@redhat.com>
7515
7516 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7517 clause.
7518
ae767bfb
JB
75192002-03-29 Jim Blandy <jimb@redhat.com>
7520
7521 * stack.c (get_selected_block): Add new argument `addr_in_block',
7522 used to return the exact code address we used to select the block,
7523 not just the block.
7524 * blockframe.c (get_frame_block, get_current_block): Same.
7525 * frame.h (get_frame_block, get_current_block,
7526 get_selected_block): Update declarations.
7527 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7528 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7529
84d2ac95
MS
75302002-04-05 Michael Snyder <msnyder@redhat.com>
7531
7532 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7533 warning message.
7534
596aa3bf
JB
75352002-04-05 J. Brobecker <brobecker@gnat.com>
7536
7537 * utils.c (xfullpath): New function.
7538 * defs.h (xfullpath): Add declaration.
7539 * source.c (openp): Use xfullpath in place of gdb_realpath to
7540 avoid resolving the basename part of filenames when the
7541 associated file is a symbolic link. This fixes a potential
7542 inconsistency between the filenames known to GDB and the
7543 filenames it prints in the annotations.
7544 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7545 to be able to match a filename with either the real filename, or
7546 the name of any symbolic link to this file.
7547 (lookup_partial_symtab): Ditto.
7548
c02f5703
MS
75492002-04-04 Michael Snyder <msnyder@redhat.com>
7550
7551 * breakpoint.c: Add support for hardware breakpoints in overlays.
7552 (overlay_events_enabled): New state variable.
7553 (insert_breakpoints): Use overlay_events_enabled to decide
7554 whether to attempt to set a breakpoint at the overlay load addr.
7555 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7556 (remove_breakpoint): Use overlay_events_enabled to decide
7557 whether breakpoints need to be removed from overlay load addr.
7558 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7559 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 7560 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
7561 disable_overlay_breakpoints): Update overlay_events_enabled.
7562
5fb290d7
DJ
75632002-04-04 Daniel Jacobowitz <drow@mvista.com>
7564
7565 * dwarf2read.c (struct function_range): New.
7566 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7567 (check_cu_functions): New.
7568 (read_file_scope): Initialize global function lists.
7569 Call dwarf_decode_line after processing children.
7570 (read_func_scope): Add to global function list.
7571 (dwarf_decode_lines): Call check_cu_functions everywhere
7572 record_line is called. Call record_line with a linenumber
7573 of 0 to mark sequence ends.
7574
7b3fabf0
ML
75752002-04-04 Michal Ludvig <mludvig@suse.cz>
7576
361d1df0 7577 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
7578 change sync with glibc.
7579
bce58c09
JB
75802002-04-03 Jim Blandy <jimb@redhat.com>
7581
7582 * configure.in: Call AC_C_INLINE.
7583 * configure: Regenerated.
361d1df0 7584
2fccf04a
DJ
75852002-04-01 Daniel Jacobowitz <drow@mvista.com>
7586
7587 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7588 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7589
2d1bfe2e
MK
75902002-03-31 Mark Kettenis <kettenis@gnu.org>
7591
a5941fbf
MK
7592 * NEWS: Mention gcore support on FreeBSD/i386.
7593
a90cd31d
MK
7594 * fbsd-proc.c: New file.
7595 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7596 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7597
2d1bfe2e
MK
7598 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7599 while statement.
7600
9eb6e5a1
JB
76012002-03-29 Jim Blandy <jimb@redhat.com>
7602
7603 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7604 unescaped newlines in string literals, but newer ones don't. So
7605 escape them.
7606
f02df580
MS
76072002-03-26 Michael Snyder <msnyder@redhat.com>
7608 Andrew Cagney <cagney@redhat.com>
7609
361d1df0 7610 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
7611 restore file to memory.
7612 * cli/cli-dump.h: New file.
7613 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 7614 * NEWS: Mention new commands.
f02df580 7615
109f874e
MS
76162002-03-28 Michael Snyder <msnyder@redhat.com>
7617
7618 * symfile.c (symbol_file_add): Move test for null symbols to later.
7619
520f6ade
AC
76202002-03-27 Andrew Cagney <ac131313@redhat.com>
7621
7622 From veksler at il.ibm.com:
7623 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7624 the xstrduped original path.
7625 Fix PR gdb/417.
7626
d4654627
MS
76272002-03-27 Michael Snyder <msnyder@redhat.com>
7628
7629 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7630 * infcmd.c (_initialize_infcmd): Ditto.
7631 * language.c (_initialize_language): Ditto.
7632 * symfile.c (_initialize_symfile): Ditto.
7633 * top.c (_init_main): Ditto.
7634 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7635
6be8bc0c
EZ
76362002-03-27 Elena Zannoni <ezannoni@redhat.com>
7637
7638 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7639 vector registers handling.
7640 (skip_prologue): Handle new AltiVec instructions. Fill in new
7641 fields of frame data.
7642 (frame_get_saved_regs): Fill in information for AltiVec registers.
7643
12af6855
JB
76442002-03-27 Jim Blandy <jimb@redhat.com>
7645
7646 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7647 a function; leave this macro here to invoke that function.
7648 (symbol_init_mangled_name): Declaration for that function.
7649 * symtab.c (symbol_init_mangled_name): New function.
7650
dc672865
AC
76512002-03-27 Andrew Cagney <ac131313@redhat.com>
7652
7653 * valarith.c: Replace strerror with safe_strerror.
7654 * tracepoint.c: Ditto.
7655 * lin-lwp.c: Ditto.
7656 * go32-nat.c: Ditto.
7657 * inflow.c: Ditto.
7658 * gnu-nat.c: Ditto.
7659
d96429cd
AS
76602002-03-27 Andreas Schwab <schwab@suse.de>
7661
7662 * event-top.c (command_line_handler): Remove useless if.
7663
7e336ba1
AJ
76642002-03-27 Andreas Jaeger <aj@suse.de>
7665
7666 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7667 comment.
7668
de220d0f
ML
76692002-03-27 Michal Ludvig <mludvig@suse.cz>
7670
7671 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7672 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7673 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7674 (x86_64_linux_dr_get_status, supply_gregset),
7675 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7676 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7677 (x86_64_register_info_table): Add.
7678 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7679 (x86_64_register_raw_size, x86_64_register_virtual_type),
7680 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7681 general x86_64_register_info_table.
7682 (i386_gdbarch_init): gdbarch_register_bytes is now set
7683 dynamicaly during initialization.
7684 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7685 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 7686
0e98d0a7
DJ
76872002-03-27 Daniel Jacobowitz <drow@mvista.com>
7688
7689 * gdbserver/server.c (main): Call target_signal_to_host_p
7690 and target_signal_to_host on signals received from the remote.
7691 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7692 target_signal_from_host on signals sent to the remote.
7693 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7694 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7695
3130066b
DJ
76962002-03-27 Daniel Jacobowitz <drow@mvista.com>
7697
7698 * signals/signals.c: Include "server.h" in gdbserver build.
7699 (target_signal_from_name): Don't use STREQ.
7700 (_initialize_signals): Likewise. Don't include function in
7701 gdbserver build.
7702
9aedf4f4
DJ
77032002-03-27 Daniel Jacobowitz <drow@mvista.com>
7704
7705 * signals.c: Moved to...
7706 * signals/signals.c: Here.
7e336ba1 7707 * Makefile (signals.o): Update.
9aedf4f4 7708
3fa41cdb
JL
77092002-03-26 Jeff Law (law@redhat.com)
7710
7711 * somread.c (som_symtab_read): Remove some commented out code and
7712 updated related comments. Do not set the minimal symbol table to
7713 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7714 in a dynamic executable.
7715 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7716 where we are unable to find the minimal symbol for the given
7717 PC value.
7718
ee677e8d
MS
77192002-03-25 Jeff Law (law@redhat.com)
7720
7721 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7722
e76e1718
ML
77232002-03-25 Michal Ludvig <mludvig@suse.cz>
7724
7725 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7726
18a642a1
AC
77272002-03-23 Andrew Cagney <ac131313@redhat.com>
7728
7729 * command.h: Update copyright.
7730 (struct cmd_list_element): Replace definition with opaque
7731 declaration.
7732 (enum cmd_types): Document that it will eventually be moved to
7733 cli/cli-decode.h
7734 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7735 (MALLOCED_REPLACEMENT): Delete macro.
7736 * Makefile.in (cli_decode_h): Add $(command_h).
7737 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 7738 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
7739 * completer.c: Include "cli/cli-decode.h".
7740 * maint.c: Include "cli/cli-decode.h".
7741 * cli/cli-decode.h: Include "command.h".
7742 (enum command_class): Delete.
7743 (enum cmd_types): Comment out.
7744 (enum cmd_auto_boolean): Delete.
7745 (enum var_types): Delete.
7746
b2875cc0
AC
77472002-03-23 Andrew Cagney <ac131313@redhat.com>
7748
7749 * cli/cli-decode.c: Include "gdb_assert.h".
7750 (add_set_or_show_cmd): New static function.
7751 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7752 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7753 all fields, such as func, from the set command.
7754
3b45974e
AC
77552002-03-23 Andrew Cagney <ac131313@redhat.com>
7756
7757 * MAINTAINERS (sh-elf): Change warning flag to -w.
7758
823ca731
AC
77592002-03-23 Andrew Cagney <cagney@redhat.com>
7760
7761 * defs.h (error): Add printf format attribute.
7762 * thread-db.c (thread_from_lwp): Fix error format string.
7763 * stack.c (parse_frame_specification): Ditto.
7764 * cli/cli-decode.c (undef_cmd_error): Ditto.
7765 * scm-lang.c (scm_lookup_name): Ditto.
7766 * tracepoint.c (trace_error): Ditto.
7767 * remote-utils.c (usage): Ditto.
7768 * remote.c (compare_sections_command): Ditto.
7769 Fix PR gdb/328.
7770
0e101458
AC
77712002-03-22 Andrew Cagney <ac131313@redhat.com>
7772
7773 * gdbtypes.c (append_composite_type_field): New function.
7774 (init_composite_type): New function.
7775 * gdbtypes.h (append_composite_type_field): Declare.
7776 (init_composite_type): Ditto.
7777
8e0662df
EZ
77782002-03-22 Elena Zannoni <ezannoni@redhat.com>
7779
7780 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 7781 function.
8e0662df
EZ
7782 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7783 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7784 structure returning convention for SYSV ABI case, but not
7785 for GNU/Linux, FreeBSD, or NetBSD.
7786
3121eff0
DJ
77872002-03-22 Daniel Jacobowitz <drow@mvista.com>
7788
7789 * symtab.h (lookup_block_symbol): Add mangled_name argument
7790 to prototype.
7791
7792 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7793 with new mangled_name argument.
7794 * linespec.c (decode_line_1): Likewise.
7795 * valops (value_of_this): Likewise.
7796 * symtab.c (lookup_transparent_type): Likewise.
7797 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7798 (lookup_symbol): If we are given a mangled name, pass it down
7799 to lookup_symbol_aux.
7800 (lookup_block_symbol): If we are given a mangled name to check
7801 against, only return symbols which match it.
7802
349b409f
CF
78032002-03-22 Christopher Faylor <cgf@redhat.com>
7804
7805 * win32-nat.c (child_create_inferior): Check for proper shell to use
7806 here, in case the user changes it on the fly.
7807 (_initialize_inftarg): Remove shell path considerations.
7808
2a873819
EZ
78092002-03-21 Elena Zannoni <ezannoni@redhat.com>
7810
7811 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7812 for gdbarch_max_register_raw_size and max_register_virtual_size.
7813 Adjust copyright year.
7814
a1b9830c
DJ
78152002-03-21 Daniel Jacobowitz <drow@mvista.com>
7816
7817 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7818 in a function to cover the entire beginning of the function
7819 as well if it does not already.
7820
8b5790f2
TR
78212002-03-21 Tom Rix <trix@redhat.com>
7822
7823 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7824 (rs6000_ptrace64): Renamed from ptrace64.
7825
bdbe5747
MH
78262002-03-20 Martin M. Hunt <hunt@redhat.com>
7827
7828 * gdbserver/remote-utils.c (remote_open): Don't call
7829 getprotobyname, we're all using TCP here so just use
7830 IPPROTO_TCP.
7e336ba1 7831 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
7832
78332002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 7834
bdbe5747
MH
7835 * regcache.c (_initialize_regcache): No need to call
7836 build_regcache() at this time; it gets called whenever
7837 the gdbarch changes.
7838
7781cd62
DB
78392002-03-20 David O'Brien <obrien@FreeBSD.org>
7840
7841 * sparc-nat.c: Include sys/param.h where possible.
7842
f65ca430
DJ
78432002-03-20 Daniel Jacobowitz <drow@mvista.com>
7844
7845 Fix PR gdb/422.
7846 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7847 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7848 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7849 complex types.
7850 * stabsread.c (rs6000_builtin_type): Likewise.
7851 (read_sun_floating_type): Likewise.
7852
0c867556
PS
78532002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7854
7855 * stabsread.c (read_member_functions): Remove skip code for duplicate
7856 constructor/destructor methods. Use standard parsing for these
7857 methods and just do not chain them to the list of methods after
7858 parsing.
7859
12b9c64f
AO
78602002-03-19 Alexandre Oliva <aoliva@redhat.com>
7861
7862 * coffread.c: Remove redundant static declarations. Replace
7863 occurrences of `PTR' with `void *'.
7864 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7865 * top.h (quit_cover): Likewise.
7866 * defs.h (catch_errors): Likewise.
7867
349c5d5f
AC
78682002-03-18 Andrew Cagney <ac131313@redhat.com>
7869
7870 * defs.h (XMALLOC): Define.
7871 * gdb-events.sh (XMALLOC): Delete macro.
7872 * gdb-events.c, gdb-events.h: Regenerate.
7873 * gdbarch.sh (XMALLOC): Delete macro.
7874 * gdbarch.c: Regenerate.
7875 * serial.c (XMALLOC): Delete macro.
7876 * ui-file.c (XMALLOC): Ditto.
7877 * ser-unix.h (XMALLOC): Ditto.
7878 * sh-tdep.c (XMALLOC): Ditto.
7879 * ui-out.c (XMALLOC): Ditto.
7880 * utils.c (XMALLOC): Ditto.
7881 * i386-tdep.c (XMALLOC): Ditto.
7882 * gdb-events.c (XMALLOC): Ditto.
7883 * d10v-tdep.c (XMALLOC): Ditto.
7884 * cli-out.c (XMALLOC): Ditto.
7885
7886 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7887 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7888 * ui-file.c, ui-out.c: Ditto.
7889
7d0766f3
AC
78902002-03-18 Andrew Cagney <ac131313@redhat.com>
7891
7892 * command.h (struct cmd_list_element): Add field context.
7893 (set_cmd_context, get_cmd_context): Declare.
7894 * cli/cli-decode.h: Ditto.
7895 * cli/cli-decode.c (get_cmd_context): New function.
7896 (set_cmd_context): New function.
7897 (add_cmd): Initialize context.
7898 Part of fixing PR gdb/145 and PR gdb/146.
7899
5913bcb0
AC
79002002-03-17 Andrew Cagney <ac131313@redhat.com>
7901
1868c04e
AC
7902 * cli/cli-decode.c (cmd_type): New function.
7903 * command.h (cmd_type): Declare.
7904 * infrun.c (set_schedlock_func): Call function cmd_type.
7905 * kod.c (kod_set_os): Call cmd_type.
7906 * cris-tdep.c (cris_version_update): Use function cmd_type.
7907 (cris_mode_update, cris_abi_update): Ditto.
7908
5913bcb0
AC
7909 * command.h: (execute_cmd_post_hook): Declare.
7910 (execute_cmd_pre_hook): Declare.
7911 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7912 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7913 functions. Execute pre/post hook while ensuring that afterwords
7914 hook_in is cleared.
7915 * top.c (execute_command): Use execute_cmd_post_hook, and
7916 execute_cmd_pre_hook to execute pre/post commands.
7917 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7918 hook_stop_stub.
7919 (hook_stop_stub): Call execute_cmd_pre_hook.
7920
b51450c9
AC
79212002-03-17 Andrew Cagney <ac131313@redhat.com>
7922
7923 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7924 set'' and this leads to a core dump. Move xstrdup of
7925 operating_system to after check that it is not NULL.
7926
f66c9f11
AC
79272002-03-17 Andrew Cagney <ac131313@redhat.com>
7928
8e694ecf
AC
7929 * kod.c (kod_set_os): Remove unnecessary check that
7930 ``command->type'' is set_cmd.
7931
f66c9f11
AC
7932 * valprint.c (set_input_radix): Use input_radix.
7933 (set_output_radix): Use output_radix.
7934 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7935 isn't reverted.
7936
9d01611c
AC
79372002-03-16 Andrew Cagney <ac131313@redhat.com>
7938
7939 * value.h (struct value): Delete field ``substring_addr''. Change
7940 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
7941 force_core_addr_align and force_pointer_aligh.
7942
7943 * value.h (struct value): Fix typo in above change.
9d01611c 7944
4156bb53
PS
79452002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7946
7947 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7948 to fix internal_error from ``maintenance print architecture''.
7949
0e5e3ea6
PS
79502002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7951
7952 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7953 for gcc versions after gcc-2.8.1.
7954
9b013045
PS
79552002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7956
7957 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7958 for method resolution. Restore adjustment of ``this'' pointer after
7959 calling value_struct_elt, which was accidentally removed during the
7960 HP merge.
7961
376c9600
AC
79622002-03-15 Andrew Cagney <ac131313@redhat.com>
7963
7964 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7965 value_of_register.
7966 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7967 get_saved_register.
7968 * value.h (value_of_register): Update.
7969
a4db0f07
RH
79702002-03-14 Richard Henderson <rth@redhat.com>
7971
7972 * configure.in: Detect declaration for canonicalize_file_name.
7973 * utils.c (canonicalize_file_name): Declare, if needed.
7974 (gdb_realpath): Prefer realpath if available and usable.
7975 * config.in, configure: Rebuild.
7976
96383835
RH
79772002-03-14 Richard Henderson <rth@redhat.com>
7978
7979 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7980 a constant array bound.
7981
7982 * MAINTAINERS: Add myself to write-after-approval.
7983
75245b24
MS
79842002-03-14 Michael Snyder <msnyder@redhat.com>
7985
7986 * symfile.c (syms_from_objfile): Return immediately if no syms.
7987 (symbol_file_add): Return immediately if no syms.
7988 (find_sym_fns): Return immediately if no syms.
7989
e641a1ca
ML
79902002-03-13 Michal Ludvig <mludvig@suse.cz>
7991
7992 * gdbserver/remote-util.c (remote_open): Print remote-side's
7993 IP address when remote debugging over the network.
7e336ba1 7994
df08bfec
DB
79952002-03-12 David O'Brien <obrien@FreeBSD.org>
7996
7997 * config/sparc/fbsd.mh: Fix copyright.
7998 * config/sparc/fbsd.mt: Likewise.
7999
9a57864f
RE
80002002-03-11 Richard Earnshaw <rearnsha@arm.com>
8001
8002 * MAINTAINERS: Fix typo in name of gdb warnings option.
8003 (x86-64): Fix formating so that this can be parsed by awk.
8004
dd7bf85e
DJ
80052002-03-10 Daniel Jacobowitz <drow@mvista.com>
8006
8007 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
8008 * defs.h: Include "gdb/signals.h".
8009 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
8010
33a0a2ac
ML
80112002-03-10 Michal Ludvig <mludvig@suse.cz>
8012
8013 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 8014 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
8015 from x86-64-tdep.h
8016
dd824b04
DJ
80172002-03-10 Daniel Jacobowitz <drow@mvista.com>
8018 Don Howard <dhoward@redhat.com>
8019
8020 * mips-tdep.c (ST0_FR): Define.
8021 (mips2_fp_compat): New function, temporarily disabled.
8022 (mips_read_fp_register_single): New function.
8023 (mips_read_fp_register_double): New function.
8024 (mips_print_register): Use them.
8025 (do_fp_register_row): Likewise.
8026
6a41ff59
AC
80272002-03-09 Andrew Cagney <ac131313@redhat.com>
8028
8029 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
8030 approval''.
8031
4ea09c10
PS
80322002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8033
8034 * stabsread.c (read_member_functions): Fix is_stub test for
8035 static member functions, improve comment.
8036
6ccc741d
RE
80372002-03-07 Richard Earnshaw <rearnsha@arm.com>
8038
8039 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
8040 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
8041 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
8042 commands that set boolean values.
8043 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
8044 (arm_rdi_resume): Always initialize PC.
8045 (arm_rdi_open): Don't use rslt as a boolean.
8046 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
8047 (arm_rdi_fetch_registers, arm_rdi_store_registers)
8048 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
8049 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
8050
438013df
AO
80512002-03-06 Alexandre Oliva <aoliva@redhat.com>
8052
8053 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
8054 * configure: Rebuilt.
8055
70ed8774
SC
80562002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8057
8058 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
8059 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
8060
5ba2abeb
AC
80612002-03-06 Andrew Cagney <ac131313@redhat.com>
8062
8063 * cli/cli-decode.c (set_cmd_completer): New function.
8064 * command.h (set_cmd_completer): Declare.
8065 * cli/cli-decode.h (set_cmd_completer): Ditto.
8066
8067 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
8068 * cli/cli-cmds.c (init_cli_cmds): Ditto.
8069 * win32-nat.c (_initialize_inftarg): Ditto.
8070 * remote-rdi.c (_initialize_remote_rdi): Ditto.
8071 * proc-api.c (_initialize_proc_api): Ditto.
8072 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
8073 * source.c (_initialize_source): Ditto.
8074 * exec.c (_initialize_exec): Ditto.
8075 * solib.c (_initialize_solib): Ditto.
8076 * top.c (init_main): Ditto.
8077 * tracepoint.c (_initialize_tracepoint): Ditto.
8078 * symfile.c (_initialize_symfile): Ditto.
8079 * printcmd.c (_initialize_printcmd): Ditto.
8080 * infcmd.c (_initialize_infcmd): Ditto.
8081 * corefile.c (_initialize_core): Ditto.
8082
f779ca99
AC
80832002-03-05 Andrew Cagney <ac131313@redhat.com>
8084
8085 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
8086
01a3934b
AC
80872002-03-05 Andrew Cagney <ac131313@redhat.com>
8088
8089 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
8090
37057839
AC
80912002-03-05 Andrew Cagney <ac131313@redhat.com>
8092
8093 * NEWS: Update headings, 5.2 has branched.
8094
c6ecbae5
DJ
80952002-03-04 Daniel Jacobowitz <drow@mvista.com>
8096
8097 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
8098 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
8099 (register_addr, REGISTER_RAW_SIZE): Likewise.
8100 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
8101 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
8102
e9f30c21
ML
81032002-03-03 Michal Ludvig <mludvig@suse.cz>
8104
8105 * MAINTAINERS (x86-64): Add myself.
8106 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
8107 changed value_ptr -> struct value *
8108
54394ac3
DB
81092002-03-01 David O'Brien <obrien@FreeBSD.org>
8110
8111 * configure.host (sparc64-*-freebsd): Add.
8112 * configure.tgt: Likewise.
8113 * config/sparc/fbsd.mh: New file.
8114 * config/sparc/fbsd.mt: Likewise.
8115 * config/sparc/nm-fbsd.h: Likewise.
8116 * config/sparc/tm-fbsd.h: Likewise.
8117
bfe95955
DJ
81182002-03-01 Daniel Jacobowitz <drow@mvista.com>
8119
8120 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
8121 regformats/reg-s390x.dat.
8122
f33c6cbf
AC
81232002-03-01 Andrew Cagney <ac131313@redhat.com>
8124
8125 * utils.c: Add FIXME explaining true/false problem.
8126
5ecaa7dd
AC
81272002-02-28 Andrew Cagney <ac131313@redhat.com>
8128
8129 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
8130
2a251cc2
MC
81312002-02-28 Michael Chastain <mec@shout.net>
8132
8133 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
8134
6a8031a3 81352002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
8136
8137 * gdbserver/linux-s390-low.c: New file.
8138 * regformats/reg-s390.dat: New file.
8139 * regformats/reg-s390x.dat: New file.
8140 * gdbserver/configure.srv: Add S/390.
8141 * gdbserver/Makefile.in: Add S/390.
8142 * configure.tgt: Enable gdbserver for S/390.
8143
ac469903
EZ
81442002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
8145
8146 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
8147 first line of the doc string for "info dos", except at the end of
8148 the sentence, since the short help stops at the first period.
8149
985cb1a3
JM
81502002-02-28 Jason Merrill <jason@redhat.com>
8151
8152 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8153
c570663e
FF
81542002-02-27 Fred Fish <fnf@redhat.com>
8155
8156 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8157 comment (dumy -> dummy).
8158
43630227
PS
81592002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8160
8161 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8162
b84911e8
RB
81632002-02-27 Rodney Brown <rbrown64@csc.com.au>
8164
8165 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8166
58caa3dc
DJ
81672002-02-27 Daniel Jacobowitz <drow@mvista.com>
8168
8169 * gdbserver/acconfig.h: New file.
8170 * gdbserver/i387-fp.c: New file.
8171 * gdbserver/i387-fp.h: New file.
8172 * gdbserver/linux-x86-64.c: New file.
8173 * regformats/reg-x86-64.dat: New file.
8174 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8175 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8176 * gdbserver/configure.in: Add support for regsets.
8177 * gdbserver/config.in: Regenerate.
8178 * gdbserver/configure: Regenerate.
8179 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8180 * gdbserver/linux-low.h: New file.
8181 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8182 for regsets.
8183 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8184 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8185 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8186 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8187 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8188 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8189 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8190 "i387-fp.h". Add PTRACE_GETREGS and friends.
8191 * gdbserver/regcache.c (supply_register): New function.
8192 (supply_register_by_name): New function.
8193 (collect_register): New function.
8194 (collect_register_by_name): New function.
8195
93652174
DJ
81962002-02-27 Daniel Jacobowitz <drow@mvista.com>
8197
8198 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8199 (config.status): Add configure.srv dependency.
8200 (server_h): Add config.h dependency.
8201
a02e4a61
DJ
82022002-02-27 Daniel Jacobowitz <drow@mvista.com>
8203
8204 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8205 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8206 * gdbserver/configure.srv: Change i386-*-linux* to use
8207 reg-i386-linux.o.
8208
ce0eebec
AC
82092002-02-26 Andrew Cagney <ac131313@redhat.com>
8210
8211 * x86-64-tdep.c: Re-indent. Update copyright date.
8212
82dbc5f7
AC
82132002-02-26 Andrew Cagney <ac131313@redhat.com>
8214
8215 From Michal Ludvig <mludvig@suse.cz>:
8216 * x86-64-tdep.c (value.h): Delete.
8217 (gdb_assert.h): Include.
8218 (x86_64_register_convert_to_virtual,
8219 x86_64_register_convert_to_raw ): Add check which lets only
8220 floating-point values to be converted.
8221 (value_push): Delete.
8222 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8223 (i386_gdbarch_init): Number of register_bytes fixed.
8224
e4621584
AC
82252002-02-26 Andrew Cagney <ac131313@redhat.com>
8226
8227 * MAINTAINERS: Add x86-64 target.
8228
81a9a963
AC
82292002-02-26 Andrew Cagney <ac131313@redhat.com>
8230
8231 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8232 * osfsolib.c (solib_map_sections): Ditto.
8233 * irix5-nat.c (solib_map_sections): Ditto.
8234 * corelow.c (gdb_check_format): Ditto.
8235 * symfile.c (symfile_bfd_open): Ditto.
8236 * solib.c (solib_map_sections): Ditto.
8237 Fix PR gdb/354.
7e336ba1 8238
0f017ab9
AC
82392002-02-26 Andrew Cagney <ac131313@redhat.com>
8240
8241 * remote.c (_initialize_remote): By default, disable ``e'' and
8242 ``E'' step out-of-range packets.
8243
75738c29
AS
82442002-02-26 Andreas Schwab <schwab@suse.de>
8245
8246 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8247 m68k_linux_frame_saved_pc.
8248 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8249 in_sigtramp.
8250 (SIGCONTEXT_PC_OFFSET): Remove.
8251 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8252 m68k_linux_sigtramp_saved_pc): New functions.
8253 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8254 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8255 (UCONTEXT_PC_OFFSET): Define.
8256 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8257 non-RT and RT signal trampolines.
8258
7e8ed687
RE
82592002-02-26 Richard Earnshaw <rearnsha@arm.com>
8260
8261 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8262 (TARGET_NBPG, STACK_END_ADDR): Delete
8263 (VARIABLES_INSIDE_BLOCK): Delete.
8264
6972bc8b
AC
82652002-02-25 Andrew Cagney <ac131313@redhat.com>
8266
8267 * utils.c (perror_with_name): Make string parameter constant.
8268 (print_sys_errmsg): Ditto.
8269 (query): Ditto.
8270 * defs.h (perror_with_name): Update.
8271 (print_sys_errmsg): Update.
8272 (query): Update.
8273
aa32f823
DJ
82742002-02-25 Daniel Jacobowitz <drow@mvista.com>
8275
8276 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8277 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8278
19caaa45
PS
82792002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8280
8281 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8282 if it already matches the current architecture from the exec file.
8283 Include arch-utils.h for gdbarch_info_init prototype.
8284 * Makefile.in (rs6000-nat.o): Update dependencies.
8285
d951901f
EZ
82862002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8287
8288 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8289 list of exported variables.
8290
7ea81414
DJ
82912002-02-24 Daniel Jacobowitz <drow@mvista.com>
8292
8293 * gdbserver/configure.srv: New file.
8294 * gdbserver/configure.in: Use configure.srv instead
8295 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8296 from it.
8297 * gdbserver/configure: Regenerated.
8298 * gdbserver/terminal.h: New file.
8299 * gdbserver/Makefile.in: Update for configure changes. Remove
8300 more unneeded include paths.
8301
080fe24b
AC
83022002-02-24 Andrew Cagney <ac131313@redhat.com>
8303
8304 From wiz at danbala:
8305 * config/sparc/tm-sp64.h: Fix grammar and typos.
8306 Fix PR gdb/287.
8307
8605d56e
AC
83082002-02-24 Andrew Cagney <ac131313@redhat.com>
8309
8310 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
8311 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8312 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8313 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
8314 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8315 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8316 * s390-tdep.c: Ditto.
92362027
AC
8317 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8318 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8319 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8320 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8321 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8322 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8323 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8324 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8325 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8326 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 8327 Fix PR gdb/378.
7e336ba1 8328
8ed32cc0
AC
83292002-02-23 Andrew Cagney <ac131313@redhat.com>
8330
a3007b6f
AC
8331 * lin-thread.c: Delete file.
8332 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8333 to gdb_proc_service.h.
8334 * configure: Re-generate.
8335
50a9e2f1
AC
8336 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8337 * serial.c (serial_open): Delete check for "ocd".
8338 Fix PR gdb/349.
8339
8b6e7932
AC
8340 * Makefile.in (linux-thread.o): Delete target.
8341 * linux-thread.c: Delete file.
8342
d155c46b
AC
8343 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8344 renamed SH files to be consistent.
8345
8ed32cc0
AC
8346 * symtab.c (sort_search_symbols): Use xfree.
8347
0e18d038
RE
83482002-02-23 Richard Earnshaw <rearnsha@arm.com>
8349
8350 * arm-linux-tdep.c (arm_linux_init_abi): Register
8351 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8352 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8353 definition with undef, since we don't want the sysvr4 definition.
8354 (SKIP_TRAMPOLINE_CODE): Likewise.
8355
27aac7ff
AC
83562002-02-23 Andrew Cagney <ac131313@redhat.com>
8357
8358 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8359
8360 * configure.in: (AC_CHECK_FUNCS) Added test for
8361 canonicalize_file_name Regenerated.
8362 * config.in, configure: Regenerated.
8363 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8364 defined use canonicalize_file_name.
7e336ba1 8365
65a6e0ee
MC
83662002-02-23 Michael Chastain <mec@shout.net>
8367
8368 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8369
47b95330
AC
83702002-02-23 Andrew Cagney <ac131313@redhat.com>
8371
8372 * README: Remove references to cygnus.com.
8373 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8374 dot com'' form. Remove references to cygnus.com and sourceware.
8375
696f451b
AC
83762002-02-23 Andrew Cagney <ac131313@redhat.com>
8377
8378 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8379 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8380 1003.1-2001 no longer allows "head -1".
8381 * gdb/Makefile.in (version.c): Likewise.
8382 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8383 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8384 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8385
bbaca940
AC
83862002-02-23 Andrew Cagney <ac131313@redhat.com>
8387
8388 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8389 * command.h (cmd_cfunc_eq): Declare.
8390 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8391
8392 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8393 ``struct cmd_list_element *''.
8394 * cli/cli-cmds.c (is_complete_command): Update. Use
8395 cmd_cfunc_eq.
8396 * top.c (execute_command): Pass the command to
8397 is_complete_command.
8398 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8399
b8b8b047
AC
84002002-02-23 Andrew Cagney <ac131313@redhat.com>
8401
8402 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8403 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8404 architecture defines.
8405 * s390-tdep.c (s390_gdbarch_init): Likewise.
8406
19d3fc80
RE
84072002-02-23 Richard Earnshaw <rearnsha@arm.com>
8408
8409 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8410 (arm_linux_push_arguments): Likewise.
8411 (arm_linux_init_abi): Register them. Also register linux-specific
8412 call_dummy_words.
8413 (find_minsym_and_objfile): Use strcmp, not STREQ.
8414 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8415 (arm_linux_call_dummy_words): Delete declaration.
8416 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8417 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8418 declarations.
8419 (LOWEST_PC): Delete.
8420
3ab13650
PS
84212002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8422
8423 * maint.c (print_section_info): Do not prepend `0x' to filepos
8424 output, it will be handled by local_hex_string_custom.
8425
19d3fc80 84262002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
8427
8428 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8429 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8430 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8431
d85a5daf
JB
84322002-02-22 Jim Blandy <jimb@redhat.com>
8433
8434 Indicate that the bcache functions don't change the strings
8435 they're passed.
8436 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8437 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8438
eeb25b8a
PM
84392002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8440
8441 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8442
6badb179
CF
84432002-02-21 Christopher Faylor <cgf@redhat.com>
8444
8445 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8446 find the complete path to a loaded DLL.
8447
e8717518
FF
84482002-02-21 Fred Fish <fnf@redhat.com>
8449
8450 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8451 that marks the end of the range of a function, enter a line number
8452 entry that has a line number of zero and a PC offset that matches
8453 the end of the function. This starts a range of PC's for which no
8454 line number information is known.
8455 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8456 PC's for which no line number info is found (line number is zero)
8457 then we didn't find any valid line information.
8458 * symtab.h: Document use of zero line number entry.
8459
9abe5450
EZ
84602002-02-21 Elena Zannoni <ezannoni@redhat.com>
8461
8462 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8463 (have_ptrace_getvrregs): Define for run time checks.
8464 (gdb_vrregset_t): New type for Altivec register handling.
8465 (fetch_register, store_register): Fetch/store altivec register
8466 when needed.
8467 (fetch_altivec_register, store_altivec_register): New functions.
8468 (supply_vrregset, fill_vrregset): New functions.
8469 (fetch_altivec_registers, store_altivec_registers): New functions.
8470 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8471 registers as well.
8472
aaa38bb5
AJ
84732002-02-21 Jiri Smid <smid@suse.cz>
8474
8475 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8476
b34db576
RE
84772002-02-21 Richard Earnshaw <rearnsha@arm.com>
8478
8479 * Makefile.in (armnbsd-nat.o): Update dependencies.
8480 * armnbsd-nat.c (supply_gregset): New function. Common code to
8481 supply the integer register set.
8482 (supply_fparegset): New function. Similar for FPA registers.
8483 (fetch_regs, fetch_fp_regs): Use them.
8484 (fetch_core_registers): Likewise.
8485 (fetch_elfcore_registers): New function.
8486 (arm_netbsd_elfcore_fns): New core-file type specification.
8487 (_initialize_arm_netbsd_nat): Register it.
8488
3e56fc4b
RE
84892002-02-21 Richard Earnshaw <rearnsha@arm.com>
8490
8491 * armnbsd-nat.c: Include gdbcore.h.
8492 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8493 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8494 'void' to declaration, to shut up ARI.
8495 (fetch_core_registers): Make static. Rewrite using supply_register.
8496 (arm_netbsd_core_fns): New core-file type specification.
8497 (_initialize_arm_netbsd_nat): New function.
8498
097f6b0b
CF
84992002-02-21 Christopher Faylor <cgf@redhat.com>
8500
8501 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8502 value.
8503
c914e0cc
CF
85042002-02-20 Christopher Faylor <cgf@redhat.com>
8505
8506 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8507 fails.
8508
385fa495
DJ
85092002-02-20 Daniel Jacobowitz <drow@mvista.com>
8510
8511 * jv-exp.y (parse_number): Change type of implicit longs
8512 to builtin_type_uint64.
8513
e5f1222d
DJ
85142002-02-20 Daniel Jacobowitz <drow@mvista.com>
8515
8516 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8517 to be an integer instead of a `union wait'.
8518
75c9abc6
DJ
85192002-02-20 Daniel Jacobowitz <drow@mvista.com>
8520
8521 * mips-linux-nat.c: Call the operating system GNU/Linux.
8522 * mips-linux-tdep.c: Likewise.
8523 * mips-tdep.c: Likewise.
8524
551792a5
DJ
85252002-02-20 Daniel Jacobowitz <drow@mvista.com>
8526
8527 Fix PR gdb/265.
8528 * jv-exp.y (parse_number): Handle 64-bit integers.
8529
ee6e2b82
DJ
85302002-02-20 Daniel Jacobowitz <drow@mvista.com>
8531
8532 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8533 AC_STDC_HEADERS to AC_HEADER_STDC.
8534 * gdbserver/configure: Regenerated.
8535
a48442a0
RE
85362002-02-20 Richard Earnshaw <rearnsha@arm.com>
8537
8538 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8539 is defined.
8540 * sparc-tdep.c (get_longjmp_target): Likewise.
8541
fe419ffc
RE
85422002-02-20 Richard Earnshaw <rearnsha@arm.com>
8543
8544 * News: Add news about ARM and Multi-arch. Mention the new target
8545 arm*-*-netbsd*.
8546
5832ed7e
JB
85472002-02-19 Jim Blandy <jimb@redhat.com>
8548
8549 * stabsread.c (error_type_complaint): Improve error message.
8550
84563040
DJ
85512002-02-19 Daniel Jacobowitz <drow@mvista.com>
8552
8553 * gdbserver/README: Update documentation.
8554 * gdbserver/configure.in: Update configury to match documentation.
8555 * gdbserver/Makefile.in: Likewise.
8556 * gdbserver/configure: Regenerated.
8557 * gdbserver/aclocal.m4: New file, generated by aclocal.
8558 * gdbserver/config.in: New file, generated by autoheader.
8559
375fd65b
RE
85602002-02-19 Richard Earnshaw <rearnsha@arm.com>
8561
8562 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8563 armnbsd-nat.c.
8564
08216dd7
RE
85652002-02-19 Richard Earnshaw <rearnsha@arm.com>
8566
8567 * arm-tdep.h (enum arm_float_model): New enum.
8568 (struct gdbarch_tdep): Add fp_model.
8569 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8570 up floating-point conversions until we know the floating-point model
8571 in use by the inferior. Don't complain about being unable to
8572 determine the ABI of the inferior when we don't have one.
8573 (arm_extract_return_value): Support different floating-point models.
8574 (arm_store_return_value): Likewise.
aaa38bb5 8575 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
8576 ARM_FLOAT_SOFT.
8577 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8578
65d6d66a
PS
85792002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8580
8581 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8582 of ``current_gdbarch''.
8583
47221191
RE
85842002-02-19 Richard Earnshaw <rearnsha@arm.com>
8585
8586 * armnbsd-nat.c : ANSIfy all function declarations.
8587 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8588 (fetch_inferior_registers): Re-implement in terms of above.
8589 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8590 (store_inferior_registers): Re-implement in terms of above.
8591
fdf39c9a
RE
85922002-02-19 Richard Earnshaw <rearnsha@arm.com>
8593
aaa38bb5 8594 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
8595 kernel.
8596 * arm-linux-tdep.c: Likewise.
8597 * config/arm/tm-linux.h: Likewise.
8598
93247f88
RE
85992002-02-19 Richard Earnshaw <rearnsha@arm.com>
8600
8601 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8602 * config/arm/nbsd.mt (TM_FILE): Delete.
8603 * config/arm/tm-nbsd.h: Delete.
8604
d7b486e7
RE
86052002-02-19 Richard Earnshaw <rearnsha@arm.com>
8606
8607 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8608 Initialize CALL_DUMMY_LENGTH.
8609
41d39a95
RE
86102002-02-19 Richard Earnshaw <rearnsha@arm.com>
8611
8612 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8613 function.
8614 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 8615 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
8616 defines one thing and that is incorrect for this port.
8617 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8618
e1195560
PM
86192002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8620
8621 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8622
c1748f97
PM
86232002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8624
8625 * win32-nat.c (display_selector): New function. Displays information
8626 about the information returned by GetThreadSelectorEntry API function.
8627 (display_selectors): New function. Displays the infomation of
8628 the selector given as argument, or of CS, DS ans FS selectors
8629 if no argument is given.
8630 ( _initialize_inftarg): Add "w32" as info prefix command.
8631 Add "info w32 selector" as command calling display_selectors.
8632
e41e6bbf
PM
86332002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8634
8635 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8636 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8637 if not defined.
8638
0d3a9f48
RE
86392002-02-18 Richard Earnshaw <rearnsha@arm.com>
8640
8641 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8642
3fb4b924
RE
86432002-02-18 Richard Earnshaw <rearnsha@arm.com>
8644
8645 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8646 (arm_fix_call_dummy): Call it.
8647 (arm_call_dummy_breakpoint_offset): Delete.
8648 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8649 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8650
7f55af32
AC
86512002-02-18 Andrew Cagney <ac131313@redhat.com>
8652
8653 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8654 Default to func_frame_chain_valid.
8655 * gdbarch.h, gdbarch.c: Re-generate.
8656 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8657
05f13b9c
EZ
86582002-02-18 Elena Zannoni <ezannoni@redhat.com>
8659
8660 * ppc-linux-nat.c: Update copyright.
8661 (fetch_register, store_register): Add tid parameter, don't compute
8662 tid here.
8663 (fetch_ppc_registers, store_ppc_registers): Add tid
8664 parameter. Pass it along to callees.
8665 (fetch_inferior_registers, store_inferior_registers): Compute tid
8666 here, and pass it to calleed functions.
8667 (fill_gregset, supply_fpregset): Clean up formatting.
8668
d7afb4c9
RE
86692002-02-18 Richard Earnshaw <rearnsha@arm.com>
8670
8671 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8672 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8673
9df628e0
RE
86742002-02-18 Richard Earnshaw <rearnsha@arm.com>
8675
8676 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8677 * gdbarch.c gdbarch.h: Regenerate.
8678 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8679 function.
8680 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8681 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8682 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8683
8684 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8685 * arm-tdep.c (arm_get_longjmp_target): New function.
8686 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8687 this to a positive value register arm_get_longjmp_target as the
8688 longjmp handler.
8689 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8690 (arm_linux_init_abi): Set up longjmp description in tdep.
8691 * armnbsd-nat.c (get_longjmp_target): Delete.
8692 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8693 description in tdep.
8694 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8695 (get_longjmp_target): Delete declaration.
8696 (GET_LONGJMP_TARGET): Delete.
8697 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8698 (GET_LONGJMP_TARGET): Delete.
8699
57bc8964
KB
87002002-02-17 Kevin Buettner <kevinb@redhat.com>
8701
8702 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8703 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8704 of ``current_gdbarch''.
8705
83d31a92
TT
87062002-02-17 Tom Tromey <tromey@redhat.com>
8707
8708 * cli/cli-cmds.c (compare_strings): New function.
8709 (complete_command): Only print each unique item once.
8710 * completer.h (complete_line): Declare.
8711 * completer.c (complete_line): New function.
8712 (line_completion_function): Use it.
8713
17ef5d92
AC
87142002-02-16 Andrew Cagney <ac131313@redhat.com>
8715
8716 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8717 * gdbarch.h, gdbarch.c: Re-generate.
8718
491b8946
DJ
87192002-02-16 Daniel Jacobowitz <drow@mvista.com>
8720
8721 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8722
87232002-02-16 Daniel Jacobowitz <drow@mvista.com>
8724
8725 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8726 * valops.c (value_arg_coerce): Don't take the address of a reference
8727 to convert an argument to a reference.
8728
dfe7f3ac
CF
87292002-02-15 Christopher Faylor <cgf@redhat.com>
8730
8731 * win32-nat.c (get_image_name): New function.
8732 (handle_load_dll): Use get_image_name function.
8733 (get_child_debug_event): Avoid registering debug events until possibly
8734 execed process is started.
8735 (child_create_inferior): Allow invocation via shell so that command
8736 line redirection, etc. works ok.
8737 (_initialize_inftarg): Add new command: "set shell" to control whether
8738 a shell is used to start a process.
8739
1d33e73a
DJ
87402002-02-15 Daniel Jacobowitz <drow@mvista.com>
8741
8742 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8743 instead of find_register_by_number.
8744 (cannot_store_register): Likewise.
8745
48cd0caa
PM
87462002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8747
aaa38bb5 8748 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
8749 fprintf_unfiltered (gdb_stderr, ...).
8750
8656e7d8
DJ
87512002-02-15 Daniel Jacobowitz <drow@mvista.com>
8752
8753 * gdbserver/gdbserver.1: Document --attach.
8754
66e810cd
RE
87552002-02-15 Richard Earnshaw <rearnsha@arm.com>
8756
8757 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8758 descriptions.
8759 * arm-tdep.c (arm_default_arm_le_breakpoint)
8760 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8761 (arm_default_thumb_be_breakpoint): New. Initialize them from
8762 traditional breakpoint defines.
8763 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8764 (arm_gdbarch_init): Initialize new breakpoint variables.
8765 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8766 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8767 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8768 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8769 code out to ...
8770 (arm_netbsd_init_abi_common): ... here; new function.
8771 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8772 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8773 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8774 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8775
97e03143
RE
87762002-02-15 Richard Earnshaw <rearnsha@arm.com>
8777
8778 * arm-tdep.h (enum arm_abi): New enum.
8779 (struct gdbarch_tdep): New structure.
8780 (LOWEST_PC): Provide a default.
8781 (arm_gdbarch_register_os_abi): Declare new function.
8782 * arm-tdep.c (arm_abi_names): New array.
8783 (process_note_abi_tag_sections): New function.
8784 (get_elfosabi): New function.
8785 (arm_gdbarch_register_os_abi): New function.
8786 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8787 support for that ABI has been built in, then call the appropriate
8788 configuration routine. Use gdbarch_num_regs() to get the number
8789 of registers.
8790 (arm_dump_tdep): New function.
8791 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8792 place-holder functions.
8793 (_initialize_arm_tdep): Register them.
8794 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8795
8796 * armnbsd-tdep.c: New file.
8797 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8798 * config/arm/nbsd.mt (TDEPFILES): Add it.
8799 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8800
8801 * armnbsd-nat.c: Include regcache.h.
8802 * Makefile.in (armnbsd-nat.o): Update dependency list.
8803
8804 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8805
ad68be46
DJ
88062002-02-14 Daniel Jacobowitz <drow@mvista.com>
8807
8808 * gdbserver/Makefile.in: Fix typos in target rules.
8809
003d6d1d
DJ
88102002-02-14 Daniel Jacobowitz <drow@mvista.com>
8811
aaa38bb5 8812 Fix part of PR gdb/267.
003d6d1d
DJ
8813 * linespec.c (find_methods): Handle constructors specially for now.
8814
6b230f1b
CV
88152002-02-14 Corinna Vinschen <vinschen@redhat.com>
8816
8817 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8818 handling.
8819 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8820 standard_coerce_float_to_double().
8821
1ea98d12
CF
88222002-02-14 Christopher Faylor <cgf@redhat.com>
8823
8824 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8825 GDBINIT_FILENAME.
8826
dd47e6fd
EZ
88272002-02-14 Elena Zannoni <ezannoni@redhat.com>
8828
8829 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8830 find_variant_by_name, because it confuses the multiarch
8831 framework. Return NULL if there isn't an architecture with the
8832 user supplied name, instead of forcing a different one without
8833 recording the change with the multiarch machinery.
8834 (find_variant_by_name): Delete.
8835
d7e39b9e
PS
88362002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8837
8838 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8839 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8840
76e42a4f
MH
88412002-02-13 Martin M. Hunt <hunt@redhat.com>
8842
aaa38bb5 8843 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
8844 print_frame_info_listing_hook, set current_source_symtab.
8845
0a30fbc4
DJ
88462002-02-14 Daniel Jacobowitz <drow@mvista.com>
8847
8848 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8849 and remove unused $(INCLUDE_DIR).
8850 Add regcache.c to OBS.
8851 Add generated register protocol files to clean target.
8852 Update dependencies for new objects, obsolete old target code.
8853
8854 * gdbserver/linux-low.c: Remove all platform-specific code to
8855 new files. Remove various dead code. Update to use regcache
8856 functionality.
8857 * gdbserver/remote-utils.c (fromhex): Add return statement
8858 to quiet warning.
8859 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8860 constant.
8861 (input_interrupt): Add integer parameter to match prototype
8862 of a signal handler.
8863 (outreg): Use register_data ().
8864 (prepare_resume_reply): Use gdbserver_expedite_regs.
8865 * gdbserver/server.c (main): Dynamically allocate own_buf because
8866 PBUFSIZ is no longer constant. Use registers_to_string () and
8867 registers_from_string ().
8868 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8869 for error (), fatal (), and warning (). Update definition of
8870 PBUFSIZ to use regcache functionality. Add include guard.
8871 * gdbserver/utils.c (fatal): Add missing ``const''.
8872 (warning): New function.
8873
8874 * regformats/regdat.sh: Include "regcache.h" in generated files.
8875 Provide init_registers () function.
8876 * regformats/regdef.h: Add prototype for set_register_cache ().
8877 Add include guard.
8878
8879 * gdbserver/linux-arm-low.c: New file.
8880 * gdbserver/linux-i386-low.c: New file.
8881 * gdbserver/linux-ia64-low.c: New file.
8882 * gdbserver/linux-m68k-low.c: New file.
8883 * gdbserver/linux-mips-low.c: New file.
8884 * gdbserver/linux-ppc-low.c: New file.
8885 * gdbserver/linux-sh-low.c: New file.
8886
8887 * gdbserver/regcache.c: New file.
8888 * gdbserver/regcache.h: New file.
8889
8890 * gdbserver/low-linux.c: Removed obsolete file.
8891
4cc841d0
DJ
88922002-02-14 Daniel Jacobowitz <drow@mvista.com>
8893
8894 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8895 * config/i386/linux.mt: Likewise.
8896 * config/ia64/linux.mt: Likewise.
8897 * config/m68k/linux.mh: Likewise.
8898 * config/powerpc/linux.mh: Likewise.
8899 * config/mips/linux.mt: Likewise.
8900
8901 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8902
8903 * config/i386/i386lynx.mh: Mark gdbserver variables
8904 as (currently) obsolete for this target.
8905 * config/i386/nbsd.mt: Likewise.
8906 * config/i386/nbsdelf.mt: Likewise.
8907 * config/m32r/m32r.mt: Likewise.
8908 * config/m68k/m68klynx.mh: Likewise.
8909 * config/m68k/nbsd.mt: Likewise.
8910 * config/m68k/sun3os4.mh: Likewise.
8911 * config/mips/vr5000.mt: Likewise.
8912 * config/ns32k/nbsd.mt: Likewise.
8913 * config/pa/hppabsd.mh: Likewise.
8914 * config/pa/hppaosf.mh: Likewise.
8915 * config/powerpc/nbsd.mt: Likewise.
8916 * config/rs6000/rs6000lynx.mh: Likewise.
8917 * config/s390/s390.mt: Likewise.
8918 * config/s390/s390x.mt: Likewise.
8919 * config/sparc/sparclynx.mh: Likewise.
8920 * config/sparc/sun4os4.mh: Likewise.
8921 * config/i386/x86-64linux.mt: Likewise.
8922 * config/sparc/linux.mh: Likewise.
8923
a85f51e7
DJ
89242002-02-14 Daniel Jacobowitz <drow@mvista.com>
8925
8926 * configure.tgt: Configure gdbserver only for known working
8927 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8928 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8929 SUBDIRS if it is configured. Update comment for ${nativefile}.
8930 * configure: Regenerated.
8931
65554fef
MS
89322002-02-13 Michael Snyder <msnyder@redhat.com>
8933
670a52db
MS
8934 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8935
6dbdc4a3
MS
8936 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8937 (default_gcore_mach): Just return 0, work around a problem in bfd.
8938 (default_gcore_target): OK to return NULL if exec_bfd is null.
8939 (make_mem_sec): Use a cast, avoid a warning.
8940
8941 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 8942 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
8943 sizeof (host pointer) != sizeof (target pointer)).
8944 (procfs_make_note_section): Avoid overflow in psargs string.
8945
aaa38bb5 8946 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
8947 implementation return an error.
8948
89492002-02-13 Rodney Brown <rbrown64@csc.com.au>
8950
8951 * procfs.c (procfs_make_note_section): Provide a default definition
8952 (for alpha-dec-osf4.0f). Fix typos.
8953
1e4d76e7
EZ
89542002-02-13 Elena Zannoni <ezannoni@redhat.com>
8955
8956 * linux-proc.c: Add include of regcache.h.
8957 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8958
b6d1a1d5
AC
89592002-02-13 Andrew Cagney <ac131313@redhat.com>
8960
8961 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
8962 * memattr.c (create_mem_region): Disallow useless empty region.
8963 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 8964 non-overlapping.
b6d1a1d5 8965
6c6ea35e
MC
89662002-02-13 Michael Chastain <mec@shout.net>
8967
8968 * defs.h: Kill CONST_PTR.
8969 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8970 * c-lang.c (c_builtin_types): Likewise.
8971 * ch-lang.c (ch_builtin_types): Likewise.
8972 * f-lang.c (f_builtin_types): Likewise.
8973 * language.c (unknown_builtin_types): Likewise.
8974 * m2-lang.c (m2_builtin_types): Likewise.
8975 * p-lang.c (pascal_builtin_types): Likewise.
8976 * scm-lang.c (c_builtin_types): Likewise.
8977
3e0b0f48
KS
89782002-02-13 Keith Seitz <keiths@redhat.com>
8979
8980 * arm-tdep.h (arm_get_next_pc): Add declaration.
8981
67255d04
RE
89822002-02-13 Richard Earnshaw <rearnsha@arm.com>
8983
8984 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8985 with other related struct-returning functions.
8986 (arm_extract_struct_value_address): New function.
8987 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8988 initialize float_format, double_format and long_double_format as
8989 appropriate to the endianness of the target.
8990 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8991 (arm_use_struct_convention): Delete declaration.
8992 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8993
079777f6
KS
89942002-02-13 Keith Seitz <keiths@redhat.com>
8995
8996 * defs.h (core_addr_to_string_nz): New function.
8997
34588f23
MK
89982002-02-13 Mark Kettenis <kettenis@gnu.org>
8999
9000 Apply missing bits of 2002-01-15 patch.
9001 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
9002 (fill_fpregset): Use i387_fill_fsave.
9003
49b563f9
KS
90042002-02-12 Keith Seitz <keiths@redhat.com>
9005
49b563f9
KS
9006 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
9007 (core_addr_to_string_nz): New function.
9008
aeb98c60
RE
90092002-02-11 Richard Earnshaw <rearnsha@arm.com>
9010
9011 * arm-linux-nat.c: Really include arm-tdep.h.
9012 * config/arm/tm-linux.h (struct type, struct value): Declare.
9013
65554fef
MS
90142002-02-11 Michael Snyder <msnyder@redhat.com>
9015
9016 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
9017 (gcore section): Ifdef for Solaris and Unixware only.
9018 (procfs_do_thread_registers): Unixware needs one lwpstatus
9019 per thread (not one prstatus or pstatus).
9020 (procfs_make_note_section): Iterate only over kernel threads (lwps),
9021 not over all gdb threads. For unixware, call elfcore_write_pstatus
9022 once before iterating over threads.
9023
34e8f22d
RE
90242002-02-11 Richard Earnshaw <rearnsha@arm.com>
9025
9026 * arm-tdep.h: New file.
9027 * arm-tdep.c: Include arm-tdep.h.
9028 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9029 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9030 (arm_print_float_info, arm_register_type, convert_to_extended)
9031 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9032 (arm_extract_return_value, arm_register_name): Make static.
9033 (arm_software_single_step): Similarly. Fix types in declaration.
9034 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
9035 (arm_store_return_value, arm_store_struct_return): New functions.
9036 (arm_gdbarch_init): Register the above functions. Also register
9037 call_dummy_start_offset, sizeof_call_dummy_words,
9038 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
9039 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 9040 max_register_virtual_size, register_size. Set up
34e8f22d
RE
9041 prologue_cache.saved_regs here, rather than ...
9042 (_initialize_arm_tdep): ... here.
9043 * config/arm/tm-arm.h (struct type, struct value): Delete forward
9044 declarations.
9045 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
9046 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
9047 (arm_print_float_info, arm_register_type, convert_to_extended)
9048 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
9049 (arm_extract_return_value, arm_register_name): Delete declarations.
9050 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
9051 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
9052 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
9053 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
9054 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
9055 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
9056 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
9057 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
9058 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
9059 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
9060 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
9061 (arm_get_next_pc): No-longer static -- these are needed by the RDI
9062 interface.
9063 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
9064 * remote-rdi.c remote-rdp.c: Likewise.
9065 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
9066 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
9067 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
9068 definition.
9069
9070 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
9071 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
9072 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
9073 from non-ARM_ prefixed definitions.
9074 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
9075 all uses of above.
9076 * remote-rdi.c remote-rdp.c: Likewise.
9077 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
9078
148754e5
RE
90792002-02-11 Richard Earnshaw <rearnsha@arm.com>
9080
9081 * arm-tdep.c (arm_frameless_function_invocation)
9082 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9083 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9084 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9085 (arm_pop_frame, arm_get_next_pc): Make static.
9086 (arm_gdbarch_init): Register above in gdbarch structure.
9087 (arm_read_fp): Renamed from arm_target_read_fp.
9088 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
9089 * config/arm/tm-arm.h (arm_frameless_function_invocation)
9090 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
9091 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
9092 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
9093 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
9094 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
9095 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
9096 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
9097 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
9098 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 9099
434d2d4f
DJ
91002002-02-10 Daniel Jacobowitz <drow@mvista.com>
9101
9102 * symtab.c (compare_search_syms): New function.
9103 (sort_search_symbols): New function.
9104 (search_symbols): Sort symbols after searching rather than
9105 before.
9106
55241689
AC
91072002-02-10 Andrew Cagney <ac131313@redhat.com>
9108
9109 * NEWS: Linux -> GNU/Linux.
9110
028c194b
AC
91112002-02-10 Andrew Cagney <ac131313@redhat.com>
9112
9113 * gdbarch.sh: For for level one methods, disallow a definition
9114 when partially multi-arched. Add comments explaining rationale.
9115 * gdbarch.h: Re-generate.
9116
6acf50cd
AC
91172002-02-10 Andrew Cagney <ac131313@redhat.com>
9118
9119 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
9120 multi-arch partial.
aaa38bb5 9121
50248794
AC
91222002-02-10 Andrew Cagney <ac131313@redhat.com>
9123
9124 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
9125 field. Use diff -u.
9126 * gdbarch.c: Re-generate.
9127
c30e0066
AC
91282002-02-10 Andrew Cagney <ac131313@redhat.com>
9129
9b56c5f3 9130 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
9131 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
9132 partial.
9133
6e6d6484
AC
91342002-02-10 Andrew Cagney <ac131313@redhat.com>
9135
9136 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
9137 multi-arch partial.
9138 (PUSH_ARGUMENTS): Switch to using predefault.
9139 * gdbarch.c: Regenerate.
9140
c203844d
AC
91412002-02-10 Andrew Cagney <ac131313@redhat.com>
9142
9143 * valops.c (PUSH_ARGUMENTS): Delete definition.
9144 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
9145 partial. Default to default_push_arguments.
9146 * gdbarch.h, gdbarch.c: Regenerate.
9147
b5a2688f
AC
91482002-02-09 Andrew Cagney <ac131313@redhat.com>
9149
9150 * defs.h (throw_exception): Rename return_to_top_level. Update
9151 comments.
9152 * utils.c (error_stream, internal_verror, quit): Ditto.
9153 * top.c (throw_exception, catcher): Ditto.
9154 * sparclet-rom.c (sparclet_load): Ditto.
9155 * remote.c (interrupt_query, minitelnet): Ditto.
9156 * remote-sds.c (interrupt_query): Ditto.
9157 * remote-mips.c (mips_error, mips_kill): Ditto.
9158 * ocd.c (interrupt_query): Ditto.
9159 * monitor.c (monitor_interrupt_query): Ditto.
9160 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9161 * target.h: Update comment.
aaa38bb5 9162
b5a2688f 9163 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 9164
2fa5c1e0
AC
91652002-02-09 Andrew Cagney <ac131313@redhat.com>
9166
9167 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9168 default_double_format.
9169 * gdbarch.h, gdbarch.c: Re-generate.
9170 * findvar.c (floatformat_unknown): Delete variable definition.
9171 * doublest.h (floatformat_unknown): Delete variable declaration.
9172
da966255
JB
91732002-02-09 Jim Blandy <jimb@redhat.com>
9174
9175 * stabsread.c (read_type): Add code to parse Sun's syntax for
9176 prototyped function types.
9177
123a4891
AC
91782002-02-09 Andrew Cagney <ac131313@redhat.com>
9179
9180 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9181 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9182
fb39c8f3
PS
91832002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9184
9185 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9186 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9187 now _initialize_xcoffsolib gets called again and overrides the
9188 commands from solib.c in a native configuration.
9189
0b87a11d
MK
91902002-02-09 Mark Kettenis <kettenis@gnu.org>
9191
9192 * doublest.c (store_typed_floating): Don't try to return a value.
9193 Fixes PR gdb/290.
9194
bdc2fc72
JB
91952002-02-08 Jim Blandy <jimb@redhat.com>
9196
9197 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9198 is prototyped and has no arguments, print its argument list as
9199 `(void)'.
9200
da69bbcf
CD
92012002-02-08 Chris Demetriou <cgd@broadcom.com>
9202
9203 * MAINTAINERS (write-after-approval): Add myself.
9204 (paper-trail): I've escaped!
aaa38bb5 9205
b69571f5
CF
92062002-02-08 Christopher Faylor <cgf@redhat.com>
9207
9208 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9209 changes.
9210 (_initialize_check_for_gdb_ini): Ditto.
9211
f6871398
MH
92122002-02-08 Martin M. Hunt <hunt@redhat.com>
9213
9214 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9215 xaprintf -> xasprintf.
9216
4e52d31c
PM
92172002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9218
9219 * win32-nat.c: Remove use of printf and sprintf functions.
9220
39bbf761
RE
92212002-02-08 Richard Earnshaw <rearnsha@arm.com>
9222
9223 * arm-tdep.c (arm_frame_chain_valid): Make static.
9224 (arm_push_arguments): Likewise.
9225 (arm_gdbarch_init): New function.
9226 (_initialize_arm_tdep): Call it.
9227 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9228 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9229 (FRAME_CHAIN_VALID): Delete.
9230 (arm_frame_chain_valid): Delete declaration.
9231 (PUSH_ARGUMENTS): Delete.
9232 (arm_push_arguments): Delete declaration.
9233 (CALL_DUMMY_P): Delete.
9234
9c9532c9
CV
92352002-02-08 Andrew Cagney <ac131313@redhat.com>
9236 Corinna Vinschen <vinschen@redhat.com>
9237
9238 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9239 on builtin float types.
9240
4e8f7a8b
DJ
92412002-02-08 Daniel Jacobowitz <drow@mvista.com>
9242
9243 * utils.c: Include <curses.h> before "bfd.h".
9244 * tui/tui-hooks.c: Likewise.
9245 * tui/tui.c: Likewise.
9246 * tui/tuiCommand.c: Likewise.
9247 * tui/tuiData.c: Likewise.
9248 * tui/tuiDataWin.c: Likewise.
9249 * tui/tuiDisassem.c: Likewise.
9250 * tui/tuiGeneralWin.c: Likewise.
9251 * tui/tuiIO.c: Likewise.
9252 * tui/tuiLayout.c: Likewise.
9253 * tui/tuiRegs.c: Likewise.
9254 * tui/tuiSource.c: Likewise.
9255 * tui/tuiSourceWin.c: Likewise.
9256 * tui/tuiStack.c: Likewise.
9257 * tui/tuiWin.c: Likewise.
9258
cd4bffcf
EZ
92592002-02-07 Elena Zannoni <ezannoni@redhat.com>
9260
9261 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9262 to include space for pseudoregs as well. Update loops accordingly.
9263 (sh_fp_frame_init_saved_regs): Ditto.
9264 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9265
26806ce2
AC
92662002-02-07 Andrew Cagney <ac131313@redhat.com>
9267
9268 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9269 Add Richard Earnshaw to Arm maintainers.
9270
97fdab62
AC
92712002-02-07 Andrew Cagney <ac131313@redhat.com>
9272
a6b98203
AC
9273 * defs.h (warning_begin): Delete declaration.
9274
97fdab62
AC
9275 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9276 Delete macro.
9277
78b29b40
MS
92782002-02-07 Michael Snyder <msnyder@redhat.com>
9279
aaa38bb5 9280 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
9281 Logic bug, remove misplaced else.
9282
d8849953
KD
92832002-02-07 Klee Dienes <klee@apple.com>
9284
9285 * fork-inferior.c (fork_inferior): Add '!' to the list of
9286 characters that need to be quoted when building a string for the
9287 shell. Quote '!' specifically with a backslash, since CSH chokes
9288 when trying to evaluate "str!str".
aaa38bb5 9289
095778a0
NC
92902002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9291
9292 * rdi-share/host.h: Only provide a typedef for bool if it is not
9293 defined.
9294
1900040c
MS
92952002-02-04 Michael Snyder <msnyder@redhat.com>
9296
9297 * breakpoint.h (enum bptype): Add new overlay event bp type.
9298 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 9299
1900040c
MS
9300 * breakpoint.c (create_internal_breakpoint): New function.
9301 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9302 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9303 (create_thread_event_breakpoint): Ditto.
9304 (create_solib_event_breakpoint): Ditto.
9305 (create_overlay_event_breakpoint): New function.
9306 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9307 (update_breakpoints_after_exec): Delete and re-initialize
9308 overlay event breakpoints after an exec. Add FIXME comment
9309 about longjmp breakpoint.
9310 (print_it_typical): Ignore overlay event breakpoints.
9311 (print_one_breakpoint): Ditto.
9312 (mention): Ditto.
9313 (bpstat_what): Do not stop for overlay event breakpoints.
9314 (delete_breakpoint): Don't delete overlay event breakpoints.
9315 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9316 (breakpoint_re_set): Re-create overlay event breakpoint.
9317
9318 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9319 (overlay_manual_command): Disable overlay breakpoints.
9320 (overlay_off_command): Disable overlay breakpoints.
9321
082fc60d
RE
93222002-02-06 Richard Earnshaw <rearnsha@arm.com>
9323
9324 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9325 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9326 to here from config/tm-arm.h.
9327 (coff_sym_is_thumb): Make static.
9328 (arm_elf_make_msymbol_special): New function.
9329 (arm_coff_make_msymbol_special): New function.
9330 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9331 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9332 (coff_sym_is_thumb): Delete declaration.
9333 (arm_elf_make_msymbol_special): Declare.
9334 (arm_coff_make_msymbol_special): Declare.
9335 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9336 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9337
039c5766
RE
93382002-02-06 Richard Earnshaw <rearnsha@arm.com>
9339
9340 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9341
93422002-02-06 Richard Earnshaw <rearnsha@arm.com>
9343
9344 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9345 * gdbarch.c gdbarch.h: Regenerate.
9346 * arch-utils.c (default_print_float_info): New function.
9347 * arch-utils.h (default_print_float_info): Prototype it.
9348 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9349 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9350 (PRINT_FLOAT_INFO): Document it.
9351
9352 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9353 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9354 (PRINT_FLOAT_INFO): Define.
9355
58fa08f0
PM
93562002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9357
aaa38bb5 9358 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
9359 Add typecast to sprintf argument to suppress a warning.
9360
7393af7c
PM
93612002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9362
58fa08f0 9363 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
9364 to allow easier handling of pass state.
9365 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9366 that gives exception name and address.
9367 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 9368 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 9369 exceptions added.
aaa38bb5
AJ
9370 (child_continue): Correctly report continue_status.
9371 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 9372 TARGET_SIGNAL_0 (new default value).
aaa38bb5 9373 (child_resume): consider sig argument passed to decide if
7393af7c
PM
9374 the exception should be passed to debuggee or not.
9375
6af4589c
MS
93762002-02-05 Michael Snyder <msnyder@redhat.com>
9377
9378 * regcache.c (fetch_register): Call target_fetch_register
9379 only if we don't call FETCH_PSEUDO_REGISTER.
9380 (store_register): Call target_store_register only if we
9381 don't call STORE_PSEUDO_REGISTER.
9382
a2cf933a
EZ
93832002-02-05 Elena Zannoni <ezannoni@redhat.com>
9384
9385 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9386 ELF_MAKE_MSYMBOL_SPECIAL.
9387 * gdbarch.c, gdbarch.h: Regenerate.
9388 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 9389 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
9390 * elfread.c (elf_symtab_read): Compile use of
9391 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9392 multiarched.
9393 * coffread.c (coff_symtab_read): Ditto, for
9394 COFF_MAKE_MSYMBOL_SPECIAL.
9395
6bb7be43
JB
93962002-02-05 Jim Blandy <jimb@redhat.com>
9397
9398 * solib-svr4.c (svr4_truncate_ptr): New function.
9399 (svr4_relocate_section_addresses): Do the address arithmetic with
9400 the appropriate truncation for target addresses, even when
9401 CORE_ADDR is larger than a target address.
9402
e18651ec
DJ
94032002-02-05 Daniel Jacobowitz <drow@mvista.com>
9404
9405 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9406 to (int *).
9407
6b2725be
DJ
94082002-02-05 Daniel Jacobowitz <drow@mvista.com>
9409
9410 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9411 code.
9412
fca9e603
DJ
94132002-02-05 Daniel Jacobowitz <drow@mvista.com>
9414
9415 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9416
6c537a52
DJ
94172002-02-05 Daniel Jacobowitz <drow@mvista.com>
9418
9419 * gdbserver/linux-low.c: Remove unused include files.
9420
d844cde6
DJ
94212002-02-05 Daniel Jacobowitz <drow@mvista.com>
9422
9423 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9424 (read_inferior_memory): Use it.
9425 (write_inferior_memory): Likewise.
9426
d07c63e7
DJ
94272002-02-05 Daniel Jacobowitz <drow@mvista.com>
9428
9429 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9430 grubbing through sys_errlist.
9431
da6d8c04
DJ
94322002-02-05 Daniel Jacobowitz <drow@mvista.com>
9433
9434 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9435
5b421780
PM
94362002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9437 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9438
9f60d481
AC
94392002-02-04 Andrew Cagney <ac131313@redhat.com>
9440
9441 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9442 (do_sfunc, set_cmd_sfunc): New functions.
9443
9444 * command.h (struct cmd_list_element): Add field func.
9445 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9446 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9447 * cli/cli-decode.h: Ditto.
9448
9449 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9450 (help_all, help_cmd_list): Ditto.
9451 (find_cmd, complete_on_cmdlist): Ditto.
9452 * top.c (execute_command): Ditto.
9453
9454 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9455 function.sfunc.
9456
9457 * infcmd.c (notice_args_read): Fix function signature.
9458
9459 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9460 * cli/cli-decode.c (add_set_cmd): Ditto.
9461 * utils.c (initialize_utils): Ditto.
9462 * maint.c (_initialize_maint_cmds): Ditto.
9463 * infrun.c (_initialize_infrun): Ditto.
9464 * demangle.c (_initialize_demangler): Ditto.
9465 * remote.c (add_packet_config_cmd): Ditto.
9466 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9467 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9468 * proc-api.c (_initialize_proc_api): Ditto.
9469 * kod.c (_initialize_kod): Ditto.
9470 * valprint.c (_initialize_valprint): Ditto.
9471 * top.c (init_main): Ditto.
9472 * infcmd.c (_initialize_infcmd): Ditto.
9473 * corefile.c (_initialize_core): Ditto.
9474 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9475 * arch-utils.c (initialize_current_architecture): Ditto.
9476 (_initialize_gdbarch_utils): Ditto.
9477 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9478
9479 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9480 * wince.c (_initialize_inftarg): Ditto.
9481 * symfile.c (_initialize_symfile): Ditto.
9482 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9483 * language.c (_initialize_language): Ditto.
9484 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9485
f9ba0717
MS
94862002-02-04 Michael Snyder <msnyder@redhat.com>
9487
9488 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9489
0c74b2a7
DJ
94902002-02-04 Daniel Jacobowitz <drow@mvista.com>
9491
9492 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9493 Add rules for building the register data files.
9494
c638789f
DJ
94952002-02-04 Daniel Jacobowitz <drow@mvista.com>
9496
9497 * regformats/regdat.sh: Add braces to the definition of
9498 expedite_regs_${arch}.
9499
db253027
DJ
95002002-02-04 Daniel Jacobowitz <drow@mvista.com>
9501
9502 * regformats/regdef.h (struct reg): Add comment describing the
9503 requirements for offset and size fields.
9504
206be19c
AS
95052002-02-04 Andreas Schwab <schwab@suse.de>
9506
9507 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9508 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9509
181c1381
RE
95102002-02-04 Richard Earnshaw <rearnsha@arm.com>
9511
9512 * gdbarch.sh (copyright): Update years in generated header.
9513 (SMASH_TEXT_ADDRESS): Add rule.
db253027 9514 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
9515 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9516 * dbxread.c: Likewise.
9517 * dwarfread.c: Likewise.
9518 * elfread.c: Likewise.
9519 * somread.c: Likewise.
9520
9521 * arm-tdep.c (arm_smash_text_address): New function.
9522 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9523
fa4ba8da
PM
95242002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9525
9526 Add support for hardware watchpoints on win32 native.
aaa38bb5 9527 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 9528 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 9529 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
9530 of debug registers.
9531 (debug_registers_changed): New variable. Reflects when debug registers
9532 are changed and need to be written to inferior.
aaa38bb5 9533 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
9534 was set, used when new threads are created.
9535 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9536 i386-nat code.
9537 (thread_rec): Set dr array if id is the thread of current_event .
9538 (child_continue, child_resume): Change the debug registers for all
9539 threads if debug_registers_changed.
9540 (child_add_thread): Change the debug registers if debug_registers_used.
9541 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9542 Link nm.h to new nm-cygwin.h file.
9543 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9544 of hardware registers.
9545
a73c86fb
AC
95462002-02-03 Andrew Cagney <ac131313@redhat.com>
9547
9548 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9549 Restore behavour broken by 2002-01-20 Andrew Cagney
9550 <ac131313@redhat.com> IEEE_FLOAT removal.
9551
acf5ed49
DJ
95522002-02-03 Daniel Jacobowitz <drow@mvista.com>
9553
9554 * c-valprint.c (c_val_print): Pass a proper valaddr to
9555 cp_print_class_method.
9556 * valops.c (search_struct_method): If there is only one method
9557 and args is NULL, return that method.
9558
493d28d5
DJ
95592002-02-03 Daniel Jacobowitz <drow@mvista.com>
9560
9561 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9562 accessing tag_name directly.
9563
7495dfdb
DJ
95642002-02-03 Daniel Jacobowitz <drow@mvista.com>
9565
9566 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9567 of accessing tag_name directly.
9568
dd6bda65
DJ
95692002-02-03 Daniel Jacobowitz <drow@mvista.com>
9570
9571 PR gdb/280
9572 * gdbtypes.c (replace_type): New function.
9573 * gdbtypes.h (replace_type): Add prototype.
9574 * stabsread.c (read_type): Use replace_type.
9575
88fe217c
RE
95762002-02-03 Richard Earnshaw <rearnsha@arm.com>
9577
9578 * Makefile.in (memattr.o): Add missing dependencies rule.
9579
e5d66720
PS
95802002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9581
9582 * breakpoint.c (break_at_finish_command): Really export.
9583 (break_at_finish_at_depth_command): Ditto.
9584 (tbreak_at_finish_command): Ditto.
9585 * hppa-tdep.c: Include completer.h.
9586 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9587 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9588
fffee0be
AC
95892002-02-01 Andrew Cagney <ac131313@redhat.com>
9590
9591 * utils.c (do_write): New function.
9592 (error_stream): Rewrite combining the code from error_begin and
9593 verror.
9594 (verror): Rewrite using error_stream.
9595 (error_begin): Delete function.
9596
255e7dbf
AC
95972002-02-01 Andrew Cagney <ac131313@redhat.com>
9598
9599 * utils.c (error_begin): Make static.
9600 * defs.h (error_begin): Delete declaration.
9601
9602 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9603 (decode_line_1): Use cplusplus_error instead of error_begin,
9604 cplusplus_hint and return_to_top_level.
9605 * coffread.c (coff_symfile_read): Use error instead of error_begin
9606 and return_to_top_level.
9607 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9608
ddfe3c15
AC
96092002-02-01 Andrew Cagney <ac131313@redhat.com>
9610
9611 * language.h (type_error, range_error): Make string parameter
9612 constant.
9613 * language.c (warning_pre_print): Delete extern declaration.
9614 * dwarfread.c (warning_pre_print): Ditto.
9615 * language.c (type_error, range_error): Rewrite to use verror and
9616 vwarning instead of warning_begin.
9617
03ac34d5
MS
96182002-02-01 Michael Snyder <msnyder@redhat.com>
9619
261c4ca2
MS
9620 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9621 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 9622
e00d1dc8
AC
96232002-02-01 Andrew Cagney <ac131313@redhat.com>
9624
9625 * command.h (NO_FUNCTION): Delete macro.
9626 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9627 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9628 * tracepoint.c (_initialize_tracepoint): Ditto.
9629 * cli/cli-decode.c (add_set_cmd): Ditto.
9630 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 9631
76b79d6e
DJ
96322002-02-01 Daniel Jacobowitz <drow@mvista.com>
9633
9634 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9635 Update ``this'' pointer when calling virtual functions.
9636
799f9e91
MS
96372002-02-01 Michael Snyder <msnyder@redhat.com>
9638
c7bd442c 9639 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
9640 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9641
3cf384d4
DJ
96422002-02-01 Daniel Jacobowitz <drow@mvista.com>
9643
9644 * regformats/reg-arm.dat: New file.
9645 * regformats/reg-i386.dat: New file.
9646 * regformats/reg-ia64.dat: New file.
9647 * regformats/reg-m68k.dat: New file.
9648 * regformats/reg-mips.dat: New file.
9649 * regformats/reg-ppc.dat: New file.
9650 * regformats/reg-sh.dat: New file.
9651 * regformats/regdef.h: New file.
9652 * regformats/regdat.sh: New file.
9653
0defa245
RE
96542002-02-01 Richard Earnshaw <reanrsha@arm.com>
9655
9656 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9657 (arm_frame_args_address, arm_frame_locals_address): New functions.
9658 (arm_frame_num_args): New function.
9659 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9660 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9661 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9662
405f26e6
MS
96632002-01-31 Michael Snyder <msnyder@redhat.com>
9664
502fd408
MS
9665 * breakpoint.c (break_at_finish_command): Export.
9666 (break_at_finish_at_depth_command): Export.
9667 (tbreak_at_finish_command): Export.
9668 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9669 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9670 "tbreak" commands, which are HPPA specific.
9671
7d35e135
MS
9672 * printcmd.c (disassemble_command): Remove an ancient
9673 artifact of an old merge.
9674
aaa38bb5 9675 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
9676 Define enum constant values for overlay mode.
9677 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
9678 (overlay_is_mapped, overlay_auto_command,
9679 overlay_manual_command): Ditto.
d874f1e2 9680
aaa38bb5
AJ
9681 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9682 breakpoint_here_p, breakpoint_inserted_here_p,
9683 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
9684 describe_other_breakpoints, check_duplicates, clear_command):
9685 Coding standard fixes.
9686
8add0441 9687 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 9688 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
9689 code: check bfd SEC_READONLY flag for section.
9690
e351066e
AC
96912002-01-31 Andrew Cagney <ac131313@redhat.com>
9692
7d35e135 9693 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 9694
8a48e967
DJ
96952002-01-30 Daniel Jacobowitz <drow@mvista.com>
9696
9697 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9698 data symbols, since we search based on textlow and texthigh.
9699 (find_pc_sect_symtab): Likewise.
9700
f5a96129
AC
97012002-01-30 Andrew Cagney <ac131313@redhat.com>
9702
9703 * defs.h (vwarning): Declare.
f5a96129
AC
9704 * utils.c (vwarning): New function.
9705 (warning): Call vwarning.
9706 (warning_begin): Delete function.
9707
9708 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9709 the warning message.
9710 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9711 warning_begin.
9712
cefd4ef5
MS
97132002-01-30 Michael Snyder <msnyder@redhat.com>
9714
1a703748
MS
9715 * NEWS: Mention "set trust-readonly-sections" command.
9716 Mention generate-core-file command.
cefd4ef5 9717
3a11626d
MS
97182002-01-15 Michael Snyder <msnyder@redhat.com>
9719
9720 * target.c: New command, "set trust-readonly-sections on".
9721 (do_xfer_memory): Honor the suggestion to trust readonly sections
9722 by reading them from the object file instead of from the target.
9723 (initialize_targets): Register command "set trust-readonly-sections".
9724
d1c7e53b
AC
97252002-01-29 Andrew Cagney <ac131313@redhat.com>
9726
9727 * parse.c (target_map_name_to_register): Simplify, search regs and
9728 pseudo-regs using a single loop.
9729
e2c9a72c
AC
97302002-01-30 Andrew Cagney <ac131313@redhat.com>
9731
9732 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9733
69824b4e
MK
97342002-01-15 Rodney Brown <rbrown64@csc.com.au>
9735
9736 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9737 * config/i386/i386v42mp.mh: Add i387-nat.o .
9738 * i386v4-nat.c: Include i387-nat.h.
9739 (supply_fpregset): Use i387_supply_fsave.
9740 (fill_fpregset): Use i387_fill_fsave.
9741
6eb69eab
RE
97422002-01-30 Richard Earnshaw <rearnsha@arm.com>
9743
9744 * arm-tdep.c (arm_call_dummy_words): Define.
9745 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9746 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9747 (CALL_DUMMY_WORDS): Define.
9748 (arm_call_dummy_words): Declare.
9749 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9750 (arm_linux_call_dummy_words): Declare.
9751
9852326a
AS
97522002-01-30 Andreas Schwab <schwab@suse.de>
9753
9754 * m68klinux-nat.c: Fix last change to use regcache_collect
9755 instead of referencing registers[] directly.
9756
977a3030
AC
97572002-01-29 Andrew Cagney <ac131313@redhat.com>
9758
9759 * parse.c (target_map_name_to_register): Delete code wrapped in
9760 #ifdef REGISTER_NAME_ALIAS_HOOK.
9761
2076c72b
MS
97622002-01-28 Michael Snyder <msnyder@redhat.com>
9763
9764 * regcache.c (legacy_read_register_gen): Need to be able to
9765 read pseudo-register as well as real register.
9766 (legacy_write_register_gen): Ditto.
9767
8fcc723b
AC
97682002-01-28 Andrew Cagney <ac131313@redhat.com>
9769
9770 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9771 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9772 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9773 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9774 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9775 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9776 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9777 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9778 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9779 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9780 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9781 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9782 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9783 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9784 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9785 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9786 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9787 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9788 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9789 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9790
afe64c1a
AC
97912002-01-28 Andrew Cagney <ac131313@redhat.com>
9792
9793 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9794 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9795 (initialize_current_architecture): Update target_byte_order using
9796 information from BFD.
aaa38bb5 9797 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
9798 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9799
75bc7ddf
AC
98002002-01-28 Andrew Cagney <ac131313@redhat.com>
9801
9802 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9803 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9804
9805 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9806 #ifdef INVALID_FLOAT.
9807 * infcmd.c (do_registers_info): Ditto.
9808 * values.c (unpack_double): Ditto. Add comment.
9809
9810 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9811 already commented out.
9812
0280a90a
AS
98132002-01-26 Andreas Schwab <schwab@suse.de>
9814
9815 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9816 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9817 registers and add support for PTRACE_GETREGS.
9818
7072a954
AC
98192002-01-24 Andrew Cagney <ac131313@redhat.com>
9820
9821 GDB 5.1.1 released from 5.1 branch.
9822 * NEWS: Add 5.1.1 news.
9823 * README: Sync with 5.1 branch.
9824
86f902e0
FF
98252002-01-23 Fred Fish <fnf@redhat.com>
9826
9827 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9828 stabstring on initial malloc. Reallocing will copy it for us,
9829 if necessary.
9830
8af51c36
EZ
98312002-01-23 Elena Zannoni <ezannoni@redhat.com>
9832
aaa38bb5 9833 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
9834 (HFILES_NO_SRCDIR): Remove hpread.h.
9835 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9836 (hpread.o): Update dependencies.
9837 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9838
9839 * hp-psymtab-read.c: Remove file.
9840 * hp-symtab-read.c: Remove file.
9841 * hpread.h: Remove file.
9842
9843 * hpread.c: Merge all contents of hp-psymtab-read.c,
9844 hp-symtab-read.c and hpread.h into this file, as it was prior to
9845 January 1999.
9846
9847 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 9848 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
9849 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9850 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9851
dc5cfeb6
EZ
98522002-01-23 Elena Zannoni <ezannoni@redhat.com>
9853
9854 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9855 fill_gregset): Call gdbarch_tdep() just once, assign result to
9856 variable and use that, instead of calling the function several
9857 times.
9858
ea87b71b
AO
98592002-01-24 Alexandre Oliva <aoliva@redhat.com>
9860
9861 * configure.host: Accept sparcv9 as alias for sparc64.
9862 * configure.tgt: Likewise.
9863
13fc0c2f
KB
98642002-01-22 Kevin Buettner <kevinb@redhat.com>
9865
9866 * solib-aix5.c (build_so_list_from_mapfile)
9867 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9868 arguments is not reversed.
9869 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9870 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 9871
7bd872fe
EZ
98722002-01-22 Elena Zannoni <ezannoni@redhat.com>
9873
9874 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9875 modified version of obsolete sh_fetch_pseudo_register.
9876 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9877 (sh4_register_read): New function.
9878 (sh_pseudo_register_write): New function. Renamed and modified
9879 version of obsolete sh_store_pseudo_register.
9880 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9881 (sh4_register_write): New function.
9882 (sh_gdbarch_init): Remove setting of gdbarch function
9883 fetch_pseudo_register and store_pseudo_register. Remove setting of
9884 register_convert_to_raw, register_convert_to_virtual,
9885 register_convertible.
9886 (sh_sh4_register_convertible): Delete. No longer needed. All is
9887 taken care by architecture specific functions
9888 register_read/register_write.
9889 (sh_sh4_register_convert_to_virtual): Make static.
9890 (sh_sh4_register_convert_to_raw): Ditto.
9891
069e84fd
AC
98922002-01-22 Andrew Cagney <ac131313@redhat.com>
9893
9894 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9895 (floatformat_is_nan, floatformat_mantissa): Ditto.
9896
9897 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9898 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9899 builtin_type_ieee_double_little,
9900 builtin_type_ieee_double_littlebyte_bigword,
9901 builtin_type_m68881_ext, builtin_type_i960_ext,
9902 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9903 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9904 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9905 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9906
211a4f69
CV
99072002-01-22 Corinna Vinschen <vinschen@redhat.com>
9908
9909 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9910 parameter. Set frameless flag if it exists and depended of
9911 whether the scanned function is frameless or not.
9912 (xstormy16_skip_prologue): If function is frameless, return
9913 result of xstormy16_scan_prologue().
9914 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9915 call.
9916
f81353e4
EZ
99172002-01-21 Elena Zannoni <ezannoni@redhat.com>
9918
9919 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9920 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9921 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9922 sh_sh4_register_byte, sh_sh4_register_raw_size,
9923 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9924 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9925 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9926 sh_store_pseudo_register, sh_do_pseudo_register): Call
9927 gdbarch_tdep() just once, assign result to variable and use that,
9928 instead of calling the function several times.
9929
63c73a17
MK
99302002-01-20 Mark Kettenis <kettenis@gnu.org>
9931
9932 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9933 macros instead of LAST_FPU_CTRL_REGNUM.
9934 (store_register): Likewise.
9935
39ad761d
JB
99362002-01-21 Jim Blandy <jimb@redhat.com>
9937
9938 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9939 is up-to-date before running the program, not just when a program
9940 exits.
9941
3d74b771
FF
99422002-01-21 Fred Fish <fnf@redhat.com>
9943
9944 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9945 when we have found all instructions we are looking for.
9946
966fbf70
RE
99472002-01-21 Richard Earnshaw <rearnsha@arm.com>
9948
9949 * arm-tdep.c (arm_register_name): New function.
9950 (arm_registers_names): Make static.
9951 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9952 (arm_register_name): Declare.
9953 (REGISTER_NAME): Use it.
9954
c3b4394c
RE
99552002-01-21 Richard Earnshaw <rearnsha@arm.com>
9956 Kevin Buettner <kevinb@redhat.com>
9957
9958 Convert arm targets to new FRAME interface.
9959 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9960 (arm_frame_find_save_regs): Delete.
9961 (arm_frame_init_saved_regs): New.
9962 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9963 Allocate extra_info as required. Convert all uses of fsr.regs
9964 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9965 to use extra_info.
9966 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9967 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9968 (check_prologue_cache, save_prologue_cache): Likewise.
9969 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9970 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9971 (FRAME_FIND_SAVED_REGS): Delete.
9972 (arm_frame_find_saved_regs): Delete prototype.
9973 (arm_frame_init_saved_regs): New prototype.
9974 (FRAME_INIT_SAVED_REGS): Define.
9975
61d99182
AC
99762002-01-20 Andrew Cagney <ac131313@redhat.com>
9977
9978 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9979
6aaea291
AC
99802002-01-20 Andrew Cagney <ac131313@redhat.com>
9981
9982 From Jeff Law <law@redhat.com>:
9983 * infttrace.c: Include <sys/pstat.h>.
9984 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9985 exec file if the ttrace equivalent fails.
9986
15f698d2
AC
99872002-01-20 Andrew Cagney <ac131313@redhat.com>
9988
9989 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9990 (closeLogFile): Ditto.
9991
f86ddd7c
MC
99922002-01-20 Michael Chastain <mec@shout.net>
9993
9994 * top.c (print_gdb_version): Bump copyright year to 2002.
9995
904507ce
AC
99962002-01-20 Andrew Cagney <ac131313@redhat.com>
9997
9998 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9999 Zannoni and Eli Zaretskii.
10000
d7f0b9ce
DJ
100012002-01-20 Daniel Jacobowitz <drow@mvista.com>
10002
10003 * buildsym.c: Update copyright years.
10004 * c-typeprint.c: Likewise.
10005 * dwarf2read.c: Likewise.
10006 * f-typeprint.c: Likewise.
10007 * gdbtypes.c: Likewise.
10008 * gdbtypes.h: Likewise.
10009 * hp-symtab-read.c: Likewise.
10010 * hpread.c: Likewise.
10011 * mdebugread.c: Likewise.
10012 * p-typeprint.c: Likewise.
10013
3fd3d7d2
AC
100142002-01-20 Andrew Cagney <ac131313@redhat.com>
10015
10016 * remote-sim.c (gdbsim_open): Simplify code testing the macro
10017 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
10018 byte-order selectable.
10019 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
10020 * arch-utils.c: Ditto.
10021 (set_endian): Ditto.
10022 (set_endian_from_file): Ditto.
10023 * gdbserver/low-sim.c (create_inferior): Ditto.
10024 * gdbarch.sh: Ditto.
10025 * gdbarch.h: Re-generate.
aaa38bb5
AJ
10026 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10027 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
10028 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
10029 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10030 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10031 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
10032 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
10033 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
10034 macro definition.
10035 * config/mips/tm-wince.h: Remove #undef of macro
10036 TARGET_BYTE_ORDER_SELECTABLE.
10037 * config/sh/tm-wince.h: Ditto.
10038
b02dede2
DJ
100392002-01-20 Daniel Jacobowitz <drow@mvista.com>
10040
10041 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
10042 member function fields. Add accessor macro
10043 TYPE_FN_FIELD_ARTIFICIAL.
10044 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
10045 * c-typeprint.c (c_type_print_base): Skip artificial member
10046 functions.
10047
c3643761
DJ
100482002-01-20 Daniel Jacobowitz <drow@mvista.com>
10049
10050 * f-typeprint.c: Delete unused function f_type_print_args.
10051 * p-typeprint.c: Delete unused function pascal_type_print_args.
10052
8176bb6d
DJ
100532002-01-20 Daniel Jacobowitz <drow@mvista.com>
10054
10055 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
10056 comment. Add ``artificial'' to ``union field_location''.
10057
10058 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
10059
10060 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
10061 * mdebugread.c (parse_symbol): Likewise.
10062 * stabsread.c (define_symbol): Likewise.
10063 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
10064 initializing TYPE_FIELD_BITPOS to n (obsolete).
10065 (hpread_doc_function_type): Likewise.
10066 * hpread.c (hpread_function_type): Likewise.
10067
7fd60527
AC
100682002-01-20 Andrew Cagney <ac131313@redhat.com>
10069
10070 * configure.in (host_makefile_frag): Only require a host makefile
10071 fragment when a native build.
10072 * configure: Re-generate.
10073
c2f05ac9
AC
100742002-01-20 Andrew Cagney <ac131313@redhat.com>
10075
10076 * doublest.h (floatformat_from_type): Declare.
10077 * doublest.c (floatformat_from_type): New function.
10078 (convert_typed_floating): Use.
10079
10080 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
10081 call to function floatformat_from_type.
10082
10083 * gdbarch.sh (IEEE_FLOAT): Delete.
10084 * gdbarch.h, gdbarch.c: Re-generate.
10085 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
10086 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
10087 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
10088 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
10089 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
10090 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
10091 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
10092 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
10093 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
10094 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
10095 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
10096 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
10097
10098 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
10099 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
10100 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
10101 * sh-tdep.c (sh_gdbarch_init): Ditto.
10102 * mips-tdep.c (mips_gdbarch_init): Ditto.
10103 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10104 * cris-tdep.c (cris_gdbarch_init): Ditto.
10105
abf22e64
AJ
101062002-01-20 Jiri Smid <smid@suse.cz>
10107
10108 * configure.host, configure.tgt: Support x86-64.
10109 * NEWS: Note new target x86-64.
10110
b7c4cbf8
AJ
10111 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
10112 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
10113 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
10114 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
10115 x86-64-linux-nat.o): Fix dependencies.
10116
82600034
AC
101172002-01-19 Andrew Cagney <ac131313@redhat.com>
10118
10119 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
10120 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
10121 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
10122 * config/sparc/xm-sun4os4.h: Delete file.
10123 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 10124
bbe5c628
AC
101252002-01-19 Andrew Cagney <ac131313@redhat.com>
10126
10127 * config/sparc/sparclynx.mh (XM_FILE): Delete.
10128 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
10129 * config/m68k/m68klynx.mh (XM_FILE): Delete.
10130 * config/i386/i386lynx.mh (XM_FILE): Delete.
10131 * config/rs6000/xm-rs6000ly.h: Delete file.
10132 * config/sparc/xm-sparclynx.h: Delete file.
10133 * config/m68k/xm-m68klynx.h: Delete file.
10134 * config/i386/xm-i386lynx.h: Delete file.
10135 * config/xm-lynx.h: Delete file.
10136 * config/djgpp/fnchange.lst: Update.
10137
f8453e34
JT
101382002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10139
10140 * alpha-tdep.c (alpha_register_byte): New function.
10141 (alpha_register_raw_size): Ditto.
10142 (alpha_register_virtual_size): Ditto.
10143 (alpha_skip_prologue_internal): Renamed from
10144 alpha_skip_prologue.
10145 (alpha_skip_prologue): New version that calls
10146 alpha_skip_prologue_internal.
10147 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
10148 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
10149 second argument from alpha_skip_prologue.
10150 (REGISTER_BYTE): Use alpha_register_byte.
10151 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10152 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10153 (FRAMELESS_FUNCTION_INVOCATION): Use
10154 generic_frameless_function_invocation_not.
10155 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10156 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10157
52d9e613
AC
101582002-01-19 Andrew Cagney <ac131313@redhat.com>
10159
10160 * config/mips/xm-news-mips.h: Delete file.
10161 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10162
10163 * config/m88k/xm-m88k.h: Delete file.
10164 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10165 * config/m88k/xm-delta88v4.h: Ditto.
10166 * config/m88k/xm-delta88.h: Ditto.
10167
10168 * config/alpha/xm-fbsd.h: Delete file.
10169 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10170
10171 * config/sparc/xm-sparc.h: Delete file.
10172 * Makefile.in (xm-sun4os4.h): Delete dependency.
10173 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10174 * config/sparc/xm-sun4os4.h: Ditto.
10175 * config/sparc/xm-linux.h: Ditto.
10176
10177 * config/i386/xm-windows.h: Delete file.
10178
2d1b2124
AC
101792002-01-19 Andrew Cagney <ac131313@redhat.com>
10180
10181 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10182 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10183
ee1f65f0
JT
101842002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10185
10186 * alpha-tdep.c (alpha_call_dummy_words): New.
10187 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10188 (CALL_DUMMY_P): Define.
10189 (CALL_DUMMY_WORDS): Define.
10190 (SIZEOF_CALL_DUMMY_WORDS): Define.
10191
98081e55
PB
101922002-01-19 Per Bothner <per@bothner.com>
10193
10194 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10195 isn't NULL, which can happen with some gcj-3.x-produced code.
10196
0d056799
JT
101972002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10198
10199 * alpha-tdep.c (alpha_register_virtual_type): New function.
10200 (alpha_init_frame_pc_first): Ditto.
10201 (alpha_fix_call_dummy): Ditto.
10202 (alpha_store_struct_return): Ditto.
10203 (alpha_extract_struct_value_address): Ditto.
10204 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10205 alpha_register_virtual_type.
10206 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10207 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10208 alpha_extract_struct_value_address.
10209 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10210 (INIT_FRAME_PC): Use init_frame_pc_noop.
10211 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10212
4604bcad
MK
102132002-01-19 Mark Kettenis <kettenis@gnu.org>
10214
10215 * i386gnu-nat.c: Include "i386-tdep.h".
10216 (fetch_fpregs): Simplify code dealing with uninitialized floating
10217 point states such that it doesn't require FP7_REGNUM.
10218
140f9984
JT
102192002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10220
abf22e64
AJ
10221 * alpha-tdep.c (frame_extra_info): New.
10222 (alpha_find_saved_regs): Make static. Use
140f9984
JT
10223 frame->extra_info.
10224 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
10225 (alpha_frame_saved_pc): Use frame->extra_info.
10226 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10227 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
10228 (init_extra_frame_info): Rename to...
10229 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 10230 (alpha_print_extra_frame_info): New function.
140f9984
JT
10231 (alpha_frame_locals_address): Ditto.
10232 (alpha_frame_args_address): Ditto.
abf22e64 10233 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
10234 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10235 alpha_frame_args_address.
abf22e64 10236 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 10237 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
10238 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10239 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
10240 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10241 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10242
d734c450
JT
102432002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10244
10245 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10246 (alpha_cannot_fetch_register): Ditto.
10247 (alpha_cannot_store_register): Ditto.
10248 (alpha_register_convertible): Ditto.
10249 (alpha_use_struct_convention): Ditto.
10250 * config/alpha/tm-alpha.h: Update copyright years.
10251 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10252 (INNER_THAN): Use core_addr_lessthan.
10253 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10254 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10255 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10256 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10257 (FRAME_CHAIN): Remove unnecessary cast.
10258
b4ceaee6
AC
102592002-01-18 Andrew Cagney <ac131313@redhat.com>
10260
10261 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10262 obsolete.
10263
0a65a603
AC
102642002-01-18 Andrew Cagney <ac131313@redhat.com>
10265
10266 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10267 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10268 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10269 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10270 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10271 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10272 * x86-64-linux-nat.c: Ditto.
10273
636a6dfc
JT
102742002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10275
abf22e64 10276 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
10277 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10278 (REGISTER_NAME): Define.
10279
acceddb6
JT
102802002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10281
10282 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10283
ec32e4be
JT
102842002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10285
10286 * alpha-tdep.c: Update copyright years.
10287 (alpha_next_pc): New function.
10288 (alpha_software_single_step): Ditto.
10289 * config/alpha/tm-alpha.h: Add prototype for
10290 alpha_software_single_step.
10291
e771a871
JT
102922002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10293
10294 * alphabsd-nat.c: Update copyright years.
10295 (fill_gregset): Use regcache_collect.
10296 (fill_fpregset): Likewise.
10297 (fetch_inferior_registers): Only fetch integer registers
10298 if requested to do so.
10299 (store_inferior_registers): Only store integer registers
10300 if requested to do so.
10301
7708fa01
AC
103022002-01-17 Andrew Cagney <ac131313@redhat.com>
10303
10304 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10305 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10306 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10307 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10308 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10309 * config/arm/linux.mh (XDEPFILES): Delete.
10310 * config/arm/nbsd.mh (XDEPFILES): Delete.
10311 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10312 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10313 * config/i386/i386m3.mh (XDEPFILES): Delete.
10314 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10315 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10316 * config/i386/fbsd.mh (XDEPFILES): Delete.
10317 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10318 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10319 * config/i386/i386v4.mh (XDEPFILES): Delete.
10320 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10321 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10322 * config/i386/i386aix.mh (XDEPFILES): Delete.
10323 * config/i386/go32.mh (XDEPFILES): Delete.
10324 * config/i386/cygwin.mh (XDEPFILES): Delete.
10325 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10326 * config/i386/i386mach.mh (XDEPFILES): Delete.
10327 * config/i386/i386v32.mh (XDEPFILES): Delete.
10328 * config/i386/linux.mh (XDEPFILES): Delete.
10329 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10330 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10331 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10332 * config/i386/i386sco.mh (XDEPFILES): Delete.
10333 * config/i386/i386v.mh (XDEPFILES): Delete.
10334 * config/i386/nbsd.mh (XDEPFILES): Delete.
10335 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10336 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10337 * config/i386/symmetry.mh (XDEPFILES): Delete.
10338 * config/i386/obsd.mh (XDEPFILES): Delete.
10339 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10340 * config/ia64/linux.mh (XDEPFILES): Delete.
10341 * config/ia64/aix.mh (XDEPFILES): Delete.
10342 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10343 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10344 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10345 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10346 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10347 * config/m68k/linux.mh (XDEPFILES): Delete.
10348 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10349 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10350 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10351 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10352 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10353 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10354 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10355 * config/m88k/delta88.mh (XDEPFILES): Delete.
10356 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10357 * config/m88k/m88k.mh (XDEPFILES): Delete.
10358 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10359 * config/mips/linux.mh (XDEPFILES): Delete.
10360 * config/mips/irix6.mh (XDEPFILES): Delete.
10361 * config/mips/irix5.mh (XDEPFILES): Delete.
10362 * config/mips/irix4.mh (XDEPFILES): Delete.
10363 * config/mips/irix3.mh (XDEPFILES): Delete.
10364 * config/mips/decstation.mh (XDEPFILES): Delete.
10365 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10366 (NATDEPFILES): Move core-aout.o to here.
10367 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10368 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10369 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10370 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10371 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10372 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10373 * config/pa/hpux11.mh (XDEPFILES): Delete.
10374 * config/powerpc/aix.mh (XDEPFILES): Delete.
10375 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10376 * config/powerpc/linux.mh (XDEPFILES): Delete.
10377 * config/romp/rtbsd.mh: Rename XDEPFILES.
10378 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10379 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10380 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10381 * config/s390/s390.mh (XDEPFILES): Delete.
10382 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10383 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10384 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10385 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10386 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10387 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10388 * config/sparc/linux.mh (XDEPFILES): Delete.
10389 * config/vax/vaxult.mh (XDEPFILES): Delete.
10390 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10391 * Makefile.in (DEPFILES): Remove XDEPFILES.
10392
375fc983
AC
103932002-01-17 Andrew Cagney <ac131313@redhat.com>
10394
10395 * utils.c (internal_verror): Fix comments, default is yes not no.
10396 Update queries to match. Default to quit and dump core.
10397
8926118c
AC
103982002-01-17 Andrew Cagney <ac131313@redhat.com>
10399
10400 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10401 copyright.
10402 * defs.h, event-top.c, gdbcmd.h: Ditto.
10403 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10404 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10405 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10406 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10407 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10408 * mi/mi-main.c:Ditto.
10409
10410 * stack.c, symfile.c: Update copyright.
10411
45b7b345
DJ
104122002-01-17 Daniel Jacobowitz <drow@mvista.com>
10413
db728ff7
DJ
10414 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10415 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10416 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10417 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 10418
db728ff7
DJ
104192002-01-17 Daniel Jacobowitz <drow@mvista.com>
10420
10421 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10422 * gdbserver/low-lynx.c (myattach): Likewise.
10423 * gdbserver/low-nbsd.c (myattach): Likewise.
10424 * gdbserver/low-sim.c (myattach): Likewise.
10425 * gdbserver/low-sparc.c (myattach): Likewise.
10426 * gdbserver/low-sun3.c (myattach): Likewise.
10427
10428 * gdbserver/low-linux.c (myattach): New function.
45b7b345 10429
db728ff7 10430 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
10431 (main): Handle "--attach".
10432
8de3c354
AC
104332002-01-16 Andrew Cagney <ac131313@redhat.com>
10434
10435 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10436 maintainer.
10437
b0129042
DJ
104382002-01-15 Daniel Jacobowitz <drow@mvista.com>
10439
10440 * c-typeprint.c (is_type_conversion_operator): Add additional
10441 check for non-conversion operators.
10442
ba8679fb 104432002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
10444
10445 * linux-proc.c: Add "info proc" command, a la procfs.c.
10446 (read_mapping): New function, abstract and re-use code.
10447 (linux_find_memory_regions): Use new func read_mapping.
10448 (linux_info_proc_cmd): New function, implement "info proc".
10449 (_initialize_linux_proc): Add new command "info proc".
10450
e4f9b4d5
MS
104512002-01-15 Michael Snyder <msnyder@redhat.com>
10452
10453 * symfile.c (generic_load): Use bfd_map_over_sections method
10454 instead of manipulating bfd structure members directly.
10455 (add_section_size_callback): New function, bfd sections callback
10456 used by generic_load.
10457 (load_sections_callback): New function, bfd sections callback
10458 used by generic_load.
10459
08cf96df
EZ
104602002-01-15 Elena Zannoni <ezannoni@redhat.com>
10461
abf22e64 10462 [Based on work by Jim Blandy]
08cf96df
EZ
10463 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10464 (builtin_type_vec128): Export.
10465 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10466 types.
10467 (builtin_type_vec128): New builtin type for 128 bit vector
10468 registers.
10469 (build_gdbtypes): Initialize builtin_type_v16qi and
10470 builtin_type_v8hi. Create the vec128 register builtin type
10471 structure.
10472 (build_builtin_type_vec128): New function.
abf22e64 10473 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
10474 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10475 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10476 AltiVec register to new builtin type.
10477
d7242108
DJ
104782001-01-15 Daniel Jacobowitz <drow@mvista.com>
10479
10480 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10481 to make_cv_type.
10482
4ee3352d
AC
104832002-01-14 Andrew Cagney <ac131313@redhat.com>
10484
10485 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10486 CLEAN_UP_REGISTER_VALUE.
10487 * regcache.c (supply_register): Update only call.
10488
f015b2e7
AC
104892002-01-14 Andrew Cagney <ac131313@redhat.com>
10490
10491 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10492 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10493 a29k-*-vxworks* targets as obsolete.
10494
356ae49d
MS
104952002-01-14 Michael Snyder <msnyder@redhat.com>
10496
10497 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10498 until we can resolve portability issues.
10499 * gregset.h: Remove references to fpxregs.
10500 * gcore.c (gcore_command): Initialize note_sec to NULL.
10501
ade8f45e
AC
105022002-01-13 Andrew Cagney <ac131313@redhat.com>
10503
10504 * signals.c (target_signal_to_name): Rewrite. Only use
10505 signals[].name when in bounds and non-NULL.
abf22e64 10506
89c49e7a
AC
105072002-01-13 Andrew Cagney <ac131313@redhat.com>
10508
10509 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10510 * signals.c (target_signal_to_name): Verify that SIG is within the
10511 bounds of the signals array.
10512
4daa9f9f
AC
105132002-01-13 Andrew Cagney <ac131313@redhat.com>
10514
10515 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10516
ba4bbdcb
KS
105172002-01-13 Keith Seitz <keiths@redhat.com>
10518
10519 * stack.c (print_frame_info_base): Print the frame's pc
10520 only if when print_frame_info_listing_hook is not defined.
10521
575bbeb6
KS
105222002-01-13 Keith Seitz <keiths@redhat.com>
10523
10524 * varobj.c (varobj_set_value): Make sure that there were no
10525 errors evaluating the object before attempting to set its
10526 value.
10527 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10528 so this offset adjustment is no longer necessary.
10529 (create_child): Don't set the error flag if the child is
10530 a CPLUS_FAKE_CHILD.
10531 (value_of_child): If value_fetch_lazy fails, return NULL
10532 so that callers will be notified that an error occurred.
10533 (c_value_of_variable): Delay check of variable's validity
10534 until later. We actually want all structs and unions to have
10535 the value "{...}".
10536 Do not return "???" for variables which could not be evaluated.
10537 This error condition must be returned to the caller so that it
10538 can get the error condition from gdb.
10539 (cplus_name_of_child): Adjust index for vptr before figuring
10540 out the name of the child.
10541 (cplus_value_of_child): If a child's (real) parent is not valid,
10542 don't even bother trying to give a value for it. Just return
10543 an error. Change all instances in this function.
10544 (cplus_type_of_child): If our parent is one of the "fake"
10545 parents, we need to get at the type of the real parent, and
10546 derive the child's true type using this information.
10547
b76898ab
AC
105482002-01-13 Andrew Cagney <ac131313@redhat.com>
10549
10550 From 2002-01-09 John Marshall <johnm@falch.net>:
10551 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10552 sources.redhat.com, and tweak some related URLs which had
10553 suffered from linkrot.
10554
b6649e88
AC
105552002-01-13 Andrew Cagney <ac131313@redhat.com>
10556
10557 From Jeff law:
10558 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10559 structures passed in registers.
10560
82cc5033
EZ
105612002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10562
10563 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10564 white space which prevented compilation. Reported by DSK
10565 <dsk@student.unsw.edu.au>.
10566
ba5f2f8a
MS
105672002-01-11 Michael Snyder <msnyder@redhat.com>
10568
fbd35540
MS
10569 * symfile.c (build_section_addr_info_from_section_tab):
10570 Use bfd access method instead of manipulating bfd directly.
10571 (syms_from_objfile): Ditto.
10572 (simple_overlay_update_1): Ditto.
10573 (simple_overlay_update): Ditto.
10574 (generic_load): Ditto.
10575 (overlay_unmapped_address): FIXME comment, bfd access methods.
10576 (sections_overlap): FIXME comment, bfd access methods.
10577 (pc_in_mapped_range): FIXME comment, bfd access methods.
10578 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10579 (section_is_mapped): FIXME comment, bfd access methods.
10580 (section_is_overlay): FIXME comment, bfd access methods.
10581
ba5f2f8a
MS
10582 * symfile.c (generic_load): Whitespace and long line cleanups.
10583 Remove duplicate variable, change several local variables to
10584 more appropriate data types.
10585 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10586
17df2af6
AC
105872002-01-12 Andrew Cagney <ac131313@redhat.com>
10588
10589 From Peter Schauer:
10590 * language.c (longest_local_hex_string_custom): Use phex_nz to
10591 convert NUM to a hex string.
10592
ec920329
EZ
105932002-01-12 Elena Zannoni <ezannoni@redhat.com>
10594
10595 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10596 the function.
538a76d6 10597 Update Copyright year.
ec920329 10598
3abd2e01
AC
105992002-01-12 Andrew Cagney <ac131313@redhat.com>
10600
10601 * language.c (longest_raw_hex_string): Delete unused function.
10602
b21b22e0
PS
106032002-01-11 Petr Sorfa <petrs@caldera.com>
10604
10605 * MAINTAINERS (write-after-approval): Add myself.
10606 * dwarf2read.c (read_tag_string_type): Handling of
10607 DW_AT_byte_size.
10608 (read_tag_string_type): FORTRAN fix to prevent propagation of
10609 first string size.
10610 (set_cu_language): Handling of DW_LANG_Fortran95
10611
747fe712
RE
106122002-01-11 Richard Earnshaw <rearnsha@arm.com>
10613
10614 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10615 GETPID(inferior_ptid).
10616 (store_inferior_registers): Likewise.
10617
f1bea926
JM
106182002-01-10 Jason Merrill <jason@redhat.com>
10619
10620 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10621 Fix DW_OP_minus.
10622
ae940673
AC
106232002-01-10 Andrew Cagney <ac131313@redhat.com>
10624
10625 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10626 and bfd/elf32-sh-nbsd.c.
10627
00546b04
MS
106282002-01-10 Michael Snyder <msnyder@redhat.com>
10629
352ed7b4
MS
10630 * NEWS: Mention --pid and corefile/proc-id behavior change.
10631
c18be923
MS
10632 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10633 * gcore.c: Include cli/cli-decode.h instead of command.h.
10634
00546b04
MS
10635 * main.c (captured_main): Add new command line option "--pid".
10636 If the second command line argument (following the symbol-file)
10637 begins with a digit, try to attach to it before trying to open
10638 it as a corefile.
10639 (print_gdb_help): Document the "--pid" argument.
10640
db60ec62
EZ
106412002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10642
10643 * completer.c (command_completer): New function.
10644
10645 * completer.h <command_completer>: Add prototype.
10646
10647 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10648 completer for the "help" command.
10649
39c22d1a
JM
106502002-01-09 Jason Merrill <jason@redhat.com>
10651
10652 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10653
c564377f
MS
106542002-01-09 Michael Snyder <msnyder@redhat.com>
10655
975aec09
MS
10656 * i386-linux-nat.c (fill_fpxregset): Make global.
10657 (store_fpxregset): Ditto.
10658
db4a10fa
MS
10659 * gregset.h (gdb_fpxregset_t): Define.
10660 (supply_fpxregset): Prototype.
10661 (fill_fpxregset): Prototype.
10662
c564377f
MS
10663 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10664
c3d45d70
RE
106652002-01-09 Richard Earnshaw <rearnsha@arm.com>
10666
10667 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10668 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10669 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10670
fcc87af1
AC
106712002-01-09 Andrew Cagney <ac131313@redhat.com>
10672
10673 * MAINTAINERS: Update target maintainer rules so that any
10674 Maintainer can approve a tested patch for a maintenance-only
10675 target.
10676
dd96c05b
RE
106772002-01-09 Richard Earnshaw <rearnsha@arm.com>
10678
d4297db9 10679 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 10680
d4297db9 10681 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
10682 IN_SIGTRAMP.
10683
145fdc6e
MS
106842002-01-08 Michael Snyder <msnyder@redhat.com>
10685
10686 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10687 real name of the executable, rather than the /proc name.
10688
be4d1333
MS
106892002-01-03 Michael Snyder <msnyder@redhat.com>
10690
10691 Implement a "generate-core-file" command in gdb, save target state.
10692 * gcore.c: New file. Implement new command 'generate-core-file'.
10693 Save a corefile image of the current state of the inferior.
10694 * linux-proc.c: Add linux-specific code for saving corefiles.
10695 * target.h (struct target_ops): Add new target vectors for saving
10696 corefiles; to_find_memory_regions and to_make_corefile_notes.
10697 (target_find_memory_regions): New macro.
10698 (target_make_corefile_notes): New macro.
10699 * target.c (update_current_target): Inherit new target methods.
10700 (dummy_find_memory_regions): New place-holder method.
10701 (dummy_make_corefile_notes): New place-holder method.
10702 (init_dummy_target): Initialize new dummy target vectors.
10703 * exec.c (exec_set_find_memory_regions): New function.
10704 Allow the exec_ops vector for memory regions to be taken over.
10705 (exec_make_note_section): New function, target vector method.
10706 * defs.h (exec_set_find_memory_regions): Export prototype.
10707 * procfs.c (proc_find_memory_regions): New function, corefile method.
10708 (procfs_make_note_section): New function, corefile method.
10709 (init_procfs_ops): Set new target vector pointers.
10710 (find_memory_regions_callback): New function.
10711 (procfs_do_thread_registers): New function.
10712 (procfs_corefile_thread_callback): New function.
10713 * sol-thread.c (sol_find_memory_regions): New function.
10714 (sol_make_note_section): New function.
10715 (init_sol_thread_ops): Initialize new target vectors.
10716 * inftarg.c (inftarg_set_find_memory_regions): New function.
10717 Allow to_find_memory_regions vector to be taken over.
10718 (inftarg_set_make_corefile_notes): New function.
10719 Allow to_make_corefile_notes vector to be taken over.
10720 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10721 interface layer if not target_has_execution (may be a corefile).
10722 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10723 * config/sparc/sun4sol2.mh: Ditto.
10724 * config/alpha/alpha-linux.mh: Ditto.
10725 * config/arm/linux.mh: Ditto.
10726 * config/i386/x86-64linux.mh: Ditto.
10727 * config/ia64/linux.mh: Ditto.
10728 * config/m68k/linux.mh: Ditto.
10729 * config/mips/linux.mh: Ditto.
10730 * config/powerpc/linux.mh: Ditto.
10731 * config/sparc/linux.mh: Ditto.
10732
c6b92abd
MS
107332002-01-07 Michael Snyder <msnyder@redhat.com>
10734
10735 * arm-linux-nat.c: Remove references to regcache.c internal data
10736 (registers[] and register_valid[]).
10737
4b09dc8c
MS
107382002-01-07 Michael Snyder <msnyder@redhat.com>
10739
abf22e64
AJ
10740 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10741 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
10742 symbol file and shlibs.
10743 * Makefile.in: Add rule for linux-proc.o.
10744 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10745 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10746 * config/arm/linux.mh: Ditto.
10747 * config/i386/linux.mh: Ditto.
10748 * config/i386/x86-64linux.mh: Ditto.
10749 * config/ia64/linux.mh: Ditto.
10750 * config/m68k/linux.mh: Ditto.
10751 * config/mips/linux.mh: Ditto.
10752 * config/powerpc/linux.mh: Ditto.
10753 * config/sparc/linux.mh: Ditto.
10754
c25b74ac
PM
107552002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10756
10757 * win32-nat.c: Add i386-tdep.h dependency.
10758
94cd915f
MS
107592002-01-07 Michael Snyder <msnyder@redhat.com>
10760
c7cccb76
MS
10761 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10762 instead of bfd_get_arch_size. Don't bail out just because
10763 there's no exec_bfd.
abf22e64 10764
34c0bd93
MS
10765 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10766 * p-valprint.c (pascal_object_print_value): Ditto.
10767 * somread.c (som_symtab_read): Ditto.
10768 * symfile.c (simple_free_overlay_region_table): Ditto.
10769 * valops.c (value_assign): Ditto.
10770
21c1c920
MS
10771 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10772 use tilde_expand and strerror for opening save-tracepoints file.
10773
5bbd998e
MS
10774 * thread-db.c (thread_db_new_objfile): Indendation fix.
10775
94cd915f
MS
10776 * infptrace.c (GDB_MAX_ALLOCA): New define.
10777 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 10778 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
10779 can be overridden with whatever value is appropriate to the host).
10780 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10781 alloca to allocate potentially large buffer.
10782 * rs6000-nat.c (child_xfer_memory): Ditto.
10783 * symm-nat.c (child_xfer_memory): Ditto.
10784 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10785
494e8a93
JSC
107862002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10787
10788 From Nick Clifton <nickc@redhat.com>
10789 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10790
d0e1d48e
MS
107912002-01-07 Michael Snyder <msnyder@redhat.com>
10792
abf22e64 10793 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
10794 Don't use exec_bfd if it's NULL.
10795
290b2c7a
MK
107962002-01-06 Mark Kettenis <kettenis@gnu.org>
10797
abf22e64 10798 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 10799
aef21287
AC
108002002-01-06 Andrew Cagney <ac131313@redhat.com>
10801
10802 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10803 * gnu-nat.c: Ditto.
10804
30efa627
AC
108052002-01-06 Andrew Cagney <ac131313@redhat.com>
10806
10807 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10808 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10809 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10810 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10811 z8k-coff have not been multi-arched. Update z8k-coff build
10812 status.
10813
9b4ff276
AC
108142002-01-06 Andrew Cagney <ac131313@redhat.com>
10815
10816 * MAINTAINERS: Mark a29k target as obsolete.
10817 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10818 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10819 comments.
10820 * NEWS: Note that a29k targets are obsolete.
10821 * a29k-tdep.c: Mark as obsolete.
10822 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10823 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10824 a29k-*-vxworks* targets as obsolete.
10825 * remote-adapt.c: Obsolete.
10826 * remote-eb.c: Obsolete.
10827 * remote-mm.c: Obsolete.
10828 * remote-udi.c: Obsolete.
10829 * config/a29k/a29k-udi.mt: Obsolete.
10830 * config/a29k/a29k.mt: Obsolete.
10831 * config/a29k/tm-a29k.h: Obsolete.
10832 * config/a29k/tm-vx29k.h: Obsolete.
10833 * config/a29k/vx29k.mt: Obsolete.
10834
a9011d31
AC
108352002-01-05 Andrew Cagney <ac131313@redhat.com>
10836
10837 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10838 with BFD_ENDIAN_BIG.
10839
9299404e
AC
108402002-01-05 Andrew Cagney <ac131313@redhat.com>
10841
10842 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10843 * configure, config.in: Re-generate.
10844 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10845 * defs.h: Do not include <endian.h>.
10846
7e89e357
JT
108472002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10848
10849 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10850 * config.in: Regenerate.
10851 * configure.in: Update copyright years.
10852 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10853 * configure: Regenerate.
10854 * i386bsd-nat.c: Update copyright years.
10855 (fill_gregset): Use regcache_collect.
10856 (fetch_inferior_registers): Only fetch integer registers
10857 if requested to do so. Add support for XMM registers
10858 using PT_GETXMMREGS.
10859 (store_inferior_registers): Only store integer registers
10860 if requested to do so. Add support for XMM registers
10861 using PT_SETXMMREGS.
10862 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10863 (store_inferior_registers): Remove.
10864 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10865 (fetch_elfcore_registers): New function.
10866 (i386nbsd_elfcore_fns): New.
10867 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10868 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10869 i386bsd-nat.o.
10870 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10871 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10872 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10873 * config/i386/tm-nbsd.h: Update copyright years.
10874 (HAVE_SSE_REGS): Define.
10875 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10876 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10877 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10878 (SIGCONTEXT_PC_OFFSET): Remove.
10879 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10880
a752853e
AC
108812002-01-05 Andrew Cagney <ac131313@redhat.com>
10882
10883 * configure.tgt: Remove powerpc-*-macos* target.
10884 * config/m68k/xm-mpw.h: Delete file.
10885 * config/xm-mpw.h: Delete file.
10886 * ser-mac.c: Delete file.
10887 * mpw-make.sed: Delete file.
10888 * mpw-config.in: Delete file.
10889 * mac-xdep.c: Delete file.
10890 * mac-gdb.r: Delete file.
10891 * mac-defs.h: Delete file.
10892 * mac-nat.c: Delete file.
10893 * config/powerpc/macos.mh: Delete file.
10894 * config/powerpc/macos.mt: Delete file.
10895 * config/powerpc/nm-macos.h: Delete file.
10896 * config/powerpc/tm-macos.h: Delete file.
10897 * source.c (openp, open_source_file): Remove obsolete code.
10898 * top.c (gdb_readline): Ditto.
10899 * utils.c (query): Ditto.
10900 * event-top.c (display_gdb_prompt): Ditto.
10901 * Makefile.in (ser-mac.o): Delete obsolete target.
10902 * NEWS: Update.
10903
d7449b42
AC
109042002-01-04 Andrew Cagney <ac131313@redhat.com>
10905
10906 * defs.h (BIG_ENDIAN): Delete macro definition.
10907 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10908 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10909 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10910 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10911 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10912 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10913 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10914 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10915 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10916 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10917 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10918 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10919 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10920 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10921 * gdbarch.c: Re-generate.
10922
356374e8
DJ
109232002-01-04 Daniel Jacobowitz <drow@mvista.com>
10924
10925 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10926 for core files.
10927
a2b8f8f8
JT
109282002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10929
10930 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10931
12466af9
AC
109322002-01-04 Andrew Cagney <ac131313@redhat.com>
10933
10934 * value.h (value_ptr): Delete typedef.
10935
3549ab40
JT
109362002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10937
10938 * i386nbsd-nat.c: Update copyright years.
10939 Include i386-tdep.h.
10940
fedbd091
EZ
109412002-01-04 Elena Zannoni <ezannoni@redhat.com>
10942
10943 * stabsread.c: Update copyright years.
10944
10945 From Debashis Mahata <debashis.mahata@wipro.com>:
10946 (read_struct_fields): Deal with Sun C compiler erroneous stab
10947 output for structs and unions.
fec8b34f 10948 Fix PR gdb/269.
fedbd091 10949
eb43544b
DJ
109502002-01-04 Daniel Jacobowitz <drow@mvista.com>
10951
10952 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10953 prototype.
10954
1514d34e
DJ
109552002-01-04 Daniel Jacobowitz <drow@mvista.com>
10956
10957 * cp-abi.c: Fix whitespace.
10958 (baseclass_offset): New wrapper function.
10959 * cp-abi.h (baseclass_offset): Add prototype.
10960 (struct cp_abi_ops): Add baseclass_offset pointer.
10961
10962 * valops.c (vb_match): Move to...
10963 * gnu-v2-abi.c (vb_match): here.
10964 * valops.c (baseclass_offset): Move to...
10965 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10966
10967 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10968
10969 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10970 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10971 * hpacc-abi.c (init_hpacc_ops): Likewise.
10972
7f8c9282
DJ
109732002-01-04 Daniel Jacobowitz <drow@mvista.com>
10974
10975 * valops.c (find_overload_match): Accept obj as a
10976 reference parameter. Update it before returning.
10977 * value.h (find_overload_match): Update prototype.
10978 * eval.c (evaluate_subexp_standard): Pass object to
10979 find_overload_match by reference.
10980
f23631e4
AC
109812002-01-03 Andrew Cagney <ac131313@redhat.com>
10982
10983 * valarith.c: Replace value_ptr with struct value pointer. Remove
10984 register attribute from value declarations.
10985 * valops.c: Ditto.
10986 * value.h: Ditto.
10987 * scm-lang.c (scm_lookup_name): Ditto.
10988
79e10fab 109892002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 10990
79e10fab
AC
10991 Abstract the functionality of iterating over mapped memory
10992 regions into a general purpose iterator function.
abf22e64 10993 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
10994 iterator for memory sections.
10995 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10996 (solib_mappings_callback): New function, callback for above.
10997 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10998 (info_mappings_callback): New function, callback for above.
10999
11000 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
11001
c5ad026a
MK
110022002-01-01 Mark Kettenis <kettenis@gnu.org>
11003
d2a7c97a
MK
11004 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
11005 * i386-tdep.c: Include "elf-bfd.h".
11006 (process_note_abi_tag_sections): New function.
11007 (i386_gdbarch_init): Add code to recognize various OS/ABI
11008 combinations.
11009
c5ad026a
MK
11010 * maint.c (_initialize_maint_cmds): Add missing \ in
11011 string-literal.
11012
a1a5b71e 11013For older changes see ChangeLog-2001
c906108c
SS
11014\f
11015Local Variables:
11016mode: change-log
11017left-margin: 8
11018fill-column: 74
11019version-control: never
11020End:
This page took 0.801253 seconds and 4 git commands to generate.