]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
8b41219ad75a8a85ad177ba0e4be560f7733c772
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2002-09-07 Christopher Faylor <cgf@redhat.com>
2
3 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
4 Add XP.
5
6 2002-09-06 Mark Kettenis <kettenis@gnu.org>
7
8 * i386-tdep.c (i386_register_virtual_type,
9 i386_register_convertible, i386_register_convert_to_virtual,
10 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
11 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
12 (i386_gdbarch_init): Fix comment. Add comments on calls that set
13 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
14 Don't set push_arguments twice.
15
16 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
17 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
18 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
19 sigtramp_end to NULL.
20 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
21 defines.
22 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
23
24 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
25 whitespace.
26
27 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
28 * gdbarch.h, gdbarch.c: Re-generate.
29 * blockframe.c (find_pc_sect_partial_function): Convert to use
30 SIGTRAMP_START_P predicate.
31
32 2002-09-05 Michael Snyder <msnyder@redhat.com>
33
34 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
35 generic_dummy_frame method and old method. Also distinguish
36 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
37 (arm_extract_return_value): Use new regcache method.
38
39 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
40 adjustment that doesn't conform to the ABI.
41 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
42 saved regcache, not from current regcache.
43
44 2002-09-05 Andrew Cagney <ac131313@redhat.com>
45
46 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
47 * README: Update.
48
49 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
50
51 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
52 if arm_apcs_32 is false.
53
54 2002-09-04 Andrew Cagney <ac131313@redhat.com>
55
56 GDB 5.3 branch created.
57
58 2002-09-03 Theodore A. Roth <troth@verinet.com>
59
60 * gdb/avr-tdep.c (avr_gdbarch_init): Use
61 generic_unwind_get_saved_register.
62
63 2002-09-03 David Carlton <carlton@math.stanford.edu>
64
65 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
66 argument (PR gdb/653). Update call to smash_to_method_type.
67 (read_structure_scope): Update call to dwarf2_add_member_fn.
68
69 2002-09-03 Michal Ludvig <mludvig@suse.cz>
70
71 * x86-64-linux-tdep.c: Include gdb_string.h
72 * x86-64-linux-nat.c: Ditto.
73
74 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
75
76 * ada-exp.y (yyname, yyrule): Remap global variables that appear
77 when YYDEBUG is set to 1.
78 * c-exp.y: Likewise.
79 * f-exp.y: Likewise.
80 * jv-exp.y: Likewise.
81 * m2-exp.y: Likewise.
82 * p-exp.y: Likewise.
83
84 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
85
86 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
87 dependency list.
88 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
89 solib_svr4_fetch_link_map_offsets to
90 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
91 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
92 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
93 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
94 solib-svr4.o, and solib-legacy.o.
95 * config/i386/tm-nbsd.h: Include solib.h.
96
97 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
98
99 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
100 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
101 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
102 comment noting that this needs its own target configuration.
103 * config/i386/nbsd.mt: New file.
104 * config/i386/nbsdaout.mt: Remove.
105 * config/i386/nbsdelf.mt: Ditto.
106 * config/i386/tm-nbsdaout.h: Ditto.
107
108 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
109
110 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
111 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
112 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
113 tdep->sigtramp_end.
114 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
115 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
116 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
117
118 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
119
120 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
121 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
122 * i386-tdep.h (i386bsd_init_abi): New prototype.
123 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
124 function declaration.
125 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
126 for NetBSD-a.out or NetBSD-ELF.
127 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
128 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
129 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
130 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
131 and nbsd-tdep.h.
132 (i386nbsd_pc_in_sigtramp): New function.
133 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
134 i386nbsd_pc_in_sigtramp.
135 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
136 and i386nbsdelf_init_abi OS ABI handlers.
137 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
138 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
139
140 2002-09-02 Mark Kettenis <kettenis@gnu.org>
141
142 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
143 registers if the target really has them.
144
145 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
146
147 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
148 than nbsd-tdep.h.
149
150 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
151
152 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
153 list.
154 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
155 (alphanbsd_skip_sigtramp_frame): New functions.
156 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
157 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
158 to alphanbsd_sigcontext_addr.
159
160 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
161
162 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
163 list.
164 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
165 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
166 nbsd_pc_in_sigtramp.
167 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
168 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
169 * nbsd-tdep.c: Include gdb_string.h.
170 (nbsd_pc_in_sigtramp): New function.
171 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
172 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
173 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
174 ppcnbsd_pc_in_sigtramp.
175 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
176 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
177 shnbsd_pc_in_sigtramp.
178 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
179 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
180 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
181
182 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
183
184 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
185 watchpoints to NULL.
186 (insert_breakpoints): set val field of watchpoints if NULL.
187
188
189 2002-08-29 Jim Blandy <jimb@redhat.com>
190
191 * symtab.c (lookup_symbol_aux): In the cases where we find a
192 minimal symbol of an appropriate name and use its address to
193 select a symtab to read and search, use `name' (as passed to us)
194 as the demangled name when searching the symtab's global and
195 static blocks, not the minsym's name.
196
197 2002-08-29 Keith Seitz <keiths@redhat.com>
198
199 * stack.c (print_frame_info_base): Always set current_source_symtab
200 and current_source_line.
201
202 2002-08-29 Donn Terry <donnte@microsoft.com>
203
204 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
205
206 2002-08-28 Keith Seitz <keiths@redhat.com>
207
208 * stack.c (select_frame): Add FIXME concerning selected-frame
209 events.
210 (select_frame_command): Send selected-frame-level-changed
211 event notification, but only if the level actually changed.
212 (up_silently_base): Add selected-frame-level-changed event
213 notification.
214 (down_silently_base): Likewise.
215
216 2002-08-28 Andrew Cagney <ac131313@redhat.com>
217
218 * Makefile.in: Update dependencies for all gdb/*.c files.
219
220 2002-08-27 Tom Tromey <tromey@redhat.com>
221
222 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
223 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
224 Update dependencies.
225 * i387-tdep.c: Include gdb_string.h.
226 * osabi.c: Likewise.
227 * i386-linux-nat.c: Likewise.
228 * lin-lwp.c: Likewise.
229 * ax-gdb.c: Likewise.
230 * signals/signals.c: Likewise.
231 * jv-valprint.c: Likewise.
232 * p-lang.c: Likewise.
233 * c-valprint.c: Likewise.
234 * cp-abi.c: Likewise.
235
236 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
237
238 * cli/cli-script.h (copy_command_lines): Export.
239 * breakpoint.c: Include cli/cli-script.h.
240 * Makefile.in (breakpoint.o): Update dependencies.
241
242 2002-08-26 Michael Snyder <msnyder@redhat.com>
243
244 * breakpoint.c (insert_breakpoints): Protect all references
245 to 'process_warning'. Shorten long lines.
246
247 2002-08-26 Joel Brobecker <brobecker@gnat.com>
248
249 * cli/cli-script.c (copy_command_lines): New function.
250 * defs.h (copy_command_lines): Export.
251 * testsuite/gdb.base/commands.exp: New tests for commands
252 attached to a temporary breakpoint, and for commands that
253 delete the breakpoint they are attached to.
254
255 2002-08-26 Michael Snyder <msnyder@redhat.com>
256
257 * breakpoint.c (bpstat_stop_status): Instead of copying the
258 pointer to the breakpoint commands struct, make a new copy
259 of the struct and point to that.
260 (bpstat_clear): Free the commands struct.
261 (bpstat_clear_actions): Free the commands struct.
262 (bpstat_do_actions): Free the command actions. Also execute
263 the local cleanups, instead of deleting them.
264 (delete_breakpoint): Leave the commands field of the bpstat
265 chain alone -- it will be freed later.
266
267 2002-08-26 Kevin Buettner <kevinb@redhat.com>
268
269 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
270 deleted in 2002-08-20 commit. This function is still used by
271 ppc-linux-nat.c.
272
273 2002-08-26 Keith Seitz <keiths@redhat.com>
274
275 * gdb-events.sh: Add selected-frame-level-changed event.
276 * gdb-events.c: Regenerated.
277 * gdb-events.h: Regenerated.
278
279 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
280
281 Fix PR gdb/393:
282 * inflow.c (terminal_save_ours): New function to save terminal
283 settings.
284 * inferior.h (terminal_save_ours): Declare.
285 * target.c (debug_to_terminal_save_ours): New function.
286 (cleanup_target): Defaults to_terminal_save_ours.
287 (update_current_target): Inherit to_terminal_save_ours.
288 (setup_target_debug): Set to_terminal_save_ours.
289 * target.h (target_terminal_save_ours): New to save terminal settings.
290 (target_ops): New member to_terminal_save_ours.
291 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
292 * hpux-thread.c (init_hpux_thread_ops): Likewise.
293 * inftarg.c (init_child_ops): Likewise.
294 * m3-nat.c (init_m3_ops): Likewise.
295 * procfs.c (init_procfs_ops): Likewise.
296 * wince.c (init_child_ops): Likewise.
297 * win32-nat.c (init_child_ops): Likewise.
298 * sol-thread.c (init_sol_thread_ops): Likewise.
299
300 2002-08-26 Mark Kettenis <kettenis@gnu.org>
301
302 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
303 use regcache_* functions.
304 (i386_gdbarch_init): Set store_return_value instead of
305 deprecated_store_return_value.
306
307 * regcache.c (regcache_raw_write_signed,
308 regcache_raw_write_unsigned): New functions.
309 * regcache.h (regcache_raw_write_signed,
310 regcache_raw_write_unsigned): New prototypes.
311
312 2002-08-25 Andrew Cagney <ac131313@redhat.com>
313
314 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
315 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
316 source file dependencies. Cleanup corresponding generator rules.
317
318 2002-08-25 Andrew Cagney <ac131313@redhat.com>
319
320 * regcache.h (register_offset_hack): Declare.
321 (regcache_cooked_read_using_offset_hack): Declare.
322 (regcache_cooked_write_using_offset_hack): Declare.
323
324 * regcache.c (register_offset_hack): New function.
325 (regcache_cooked_read_using_offset_hack): New function.
326 (regcache_cooked_write_using_offset_hack): New function.
327 (regcache_dump): Check that the registers, according to their
328 offset, are packed hard against each other.
329 (cooked_xfer_using_offset_hack): New function.
330
331 2002-08-25 Andrew Cagney <ac131313@redhat.com>
332
333 * regcache.c (struct regcache_descr): Add field register_type.
334 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
335 in as a parameter
336 (init_regcache_descr): Initialize register_type. Pass the descr
337 to init_legacy_regcache_descr. Use register_type instead of
338 REGISTER_VIRTUAL_TYPE.
339 (register_type): New function.
340 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
341 * regcache.h (register_type): Declare.
342
343 2002-08-25 Andrew Cagney <ac131313@redhat.com>
344
345 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
346 instead of deprecated_store_return_value. Fix fallout from
347 2002-08-23 Andrew Cagney <cagney@redhat.com>.
348
349 2002-08-25 Andrew Cagney <ac131313@redhat.com>
350
351 * regcache.c (max_register_size): New function.
352 (init_legacy_regcache_descr): Ensure that max_register_size is
353 large enough for REGISTER_VIRTUAL_SIZE.
354 * regcache.h (max_register_size): Declare.
355
356 2002-08-24 Andrew Cagney <ac131313@redhat.com>
357
358 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
359 store_return_value.
360 (e500_extract_return_value): Change type of valbuf pointer to
361 void.
362
363 2002-08-24 Mark Kettenis <kettenis@gnu.org>
364
365 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
366 workaround.
367
368 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
369 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
370 long long) to prevent compiler warning on 64-bit systems.
371
372 2002-08-23 Andrew Cagney <cagney@redhat.com>
373
374 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
375 (DEPRECATED_STORE_RETURN_VALUE): New method.
376 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
377 * gdbarch.h, gdbarch.c: Re-generate.
378
379 * values.c (set_return_value): Pass current_regcache to
380 STORE_RETURN_VALUE.
381 * arch-utils.h (legacy_store_return_value): Declare.
382 * arch-utils.c (legacy_store_return_value): New function.
383 (legacy_extract_return_value): Update parameters.
384
385 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
386 STORE_RETURN_VALUE.
387 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
388 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
389 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
390 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
391 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
392 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
393 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
394 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
395 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
396 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
397
398 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
399 * i386-tdep.c (i386_extract_return_value): Update.
400 * arch-utils.c (legacy_extract_return_value): Update.
401 * frv-tdep.c (frv_gdbarch_init): Update.
402 * cris-tdep.c (cris_gdbarch_init): Update.
403 * d10v-tdep.c (d10v_gdbarch_init): Update.
404 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
405 * m68k-tdep.c (m68k_gdbarch_init): Update.
406 * mcore-tdep.c (mcore_gdbarch_init): Update.
407 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
408 * s390-tdep.c (s390_gdbarch_init): Update.
409 * sparc-tdep.c (sparc_gdbarch_init): Update.
410 * sh-tdep.c (sh_gdbarch_init): Update.
411 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
412 * v850-tdep.c (v850_gdbarch_init): Update.
413 * avr-tdep.c (avr_gdbarch_init): Update.
414 * ia64-tdep.c (ia64_gdbarch_init): Update.
415 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
416 * vax-tdep.c (vax_gdbarch_init): Update.
417 * alpha-tdep.c (alpha_gdbarch_init): Update.
418 * arm-tdep.c (arm_gdbarch_init): Update.
419 * mips-tdep.c (mips_gdbarch_init): Update.
420 * i386-tdep.c (i386_gdbarch_init): Update.
421
422 2002-08-23 Andrew Cagney <ac131313@redhat.com>
423
424 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
425 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
426
427 2002-08-24 Mark Kettenis <kettenis@gnu.org>
428
429 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
430 problems.
431
432 2002-08-23 Joel Brobecker <brobecker@gnat.com>
433
434 * infrun.c (handle_inferior_event): Move a comment outside of a
435 function call, in order to avoid indent reformatting this part
436 of the code in an unreadable way.
437
438 2002-08-23 Grace Sainsbury <graces@redhat.com>
439
440 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
441 when breakpoints fail. Move general breakpoint error messages to
442 insert_breakpoints.
443 * breakpoint.c (insert_breakpoints): Change warnings when
444 breakpoints are nto inserted to specify the type. Remove call to
445 memory_error when hardware breakpoints can't be inserted. Remove
446 multiple calls to warning so all messages are sent to the user at
447 once.
448 (delete_breakpoints): Make insert error messsages more explicit.
449
450 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
451
452 * ChangeLog: Move gdbserver entries after GDB 5.2 to
453 gdbserver/ChangeLog.
454
455 2002-08-23 Mark Kettenis <kettenis@gnu.org>
456
457 * i386-tdep.c: Include "objfiles.h".
458 (i386_svr4_init_abi): Set in_solib_call_trampoline and
459 skip_trampoline_code.
460 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
461 (CPLUS_MARKER): Define to '.'.
462
463 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
464 member.
465 (linux_corefile_thread_callback): Increase args->num_notes.
466 (linux_make_note_section): Initialize thread_args.num_notes, and
467 use it to determine whether notes for any threads were created.
468
469 2002-08-23 Donn Terry <donnte@microsoft.com>
470
471 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
472 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
473 and PCUNKILL.
474 (write_with_trace): Conditionalize out the switch branch handling
475 PCSHOLD if the corresponding macro is not defined. Likewise for
476 PRSABORT and PRSTOP.
477 This change will be needed by the Interix port.
478
479 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
480
481 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
482 write_register wherever possible instead of manipulating the
483 register bytes directly.
484 Assign VALUE_CONTENTS to a variable and use that.
485 The GPR numbers are now dependent on the architecture.
486
487 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
488
489 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
490 ev_offset fields.
491 (skip_prologue): Add support for BookE/e500 instructions.
492 (e500_extract_return_value): New function.
493 (frame_get_saved_regs): Add support for saving ev registers and
494 pseudo gpr's.
495 (e500_store_return_value): New function.
496 (rs6000_gdbarch_init): Move up default intializations of
497 deprecated_extract_return_value and store_return_value. Overwrite
498 init of store_return_value with e500 specific version.
499 Set extract_return_value for e500.
500
501 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
502
503 * blockframe.c (generic_call_dummy_register_unwind): Use
504 regcache_cooked_read to catch cases in which the variable is
505 stored in a pseudo register.
506
507 2002-08-22 Andrew Cagney <cagney@redhat.com>
508
509 * NEWS: Mention that the i960 has been made obsolete.
510 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
511 i960-tdep.c
512 (remote-nrom.o): Obsolete target.
513 (remote-nindy.o, i960-tdep.o): Ditto.
514 * remote-nrom.c: Make file obsolete.
515 * remote-nindy.c, remote-vx960.c: Ditto.
516 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
517 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
518 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
519 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
520 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
521 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
522 i960-*-vxworks* obsolete.
523 * MAINTAINERS: Note that the i960 is obsolete.
524
525 2002-08-21 Corinna Vinschen <vinschen@redhat.com
526
527 * aix-thread.c (aix_thread_detach): Disable thread debugging on
528 detach to allow reinitialization.
529
530 2002-08-22 Andrew Cagney <ac131313@redhat.com>
531
532 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
533 attempt).
534
535 2002-08-22 Jim Blandy <jimb@redhat.com>
536
537 * coffread.c (coff_symfile_read): Don't try to read the line
538 number table from disk if the image file doesn't have a symbol
539 table; we'll never actually look at the info anyway, and Windows
540 ships DLL's with bogus file offsets for the line number data.
541
542 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
543
544 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
545 an e500 executable.
546
547 2002-08-21 Michael Snyder <msnyder@redhat.com>
548
549 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
550 (MSYMBOL_SIZE): Replace macro with function.
551 (DEFAULT_MIPS_TYPE): Delete unused macro.
552 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
553 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
554
555 2002-08-21 Jim Blandy <jimb@redhat.com>
556
557 * valops.c (value_cast): Simplify and correct logic for doing a
558 static cast from a pointer to a base class to a pointer to a
559 derived class.
560
561 2002-08-21 Andrew Cagney <ac131313@redhat.com>
562
563 * infcmd.c (default_print_registers_info): Replace
564 do_registers_info.
565 (registers_info): Use gdbarch_print_registers_info instead of
566 DO_REGISTERS_INFO.
567 * inferior.h (default_print_registers_info): Replace
568 do_registers_info.
569 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
570 (DO_REGISTERS_INFO): Change to a predicate function.
571 * gdbarch.h, gdbarch.c: Regenerate.
572
573 2002-08-21 Keith Seitz <keiths@redhat.com>
574
575 * gdb-events.sh: Add target-changed event.
576 * gdb-events.c: Regenerated.
577 * gdb-events.c: Regenerated.
578 * valops.c (value_assign): Add target-changed event notification
579 to inlval_register, lval_memory, and lval_reg_frame_relative.
580
581 2002-08-21 Joel Brobecker <brobecker@gnat.com>
582
583 * NEWS: Add an entry regarding the improvement of the next/step
584 operation on Alpha Tru64 multi-processor machines.
585
586 2002-08-21 Andrew Cagney <ac131313@redhat.com>
587
588 * Makefile.in: Update dependencies for mi/ cli/ and tui/
589 directores.
590 * Makefile.in: Update all _h macro definitions.
591 * Makefile.in (install-gdbtk): Move to install section.
592 (rdi-share/libangsd.a): Move to end of file.
593
594 2002-08-19 Andrew Cagney <ac131313@redhat.com>
595
596 * frame.c (frame_register_unwind): When a register, set addrp to
597 the register's byte.
598
599 2002-08-20 Michael Snyder <msnyder@redhat.com>
600
601 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
602 used locally, so move them from the target machine header to here.
603 (mips_set_processor_type, mips_register_name, mips32_next_pc,
604 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
605 Make static.
606 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
607
608 2002-08-20 Andrew Cagney <cagney@redhat.com>
609
610 * NEWS: Mention that the Apollo line was made obsolete.
611 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
612 m68*-hp-hpux* obsolete.
613 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
614 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
615 * buildsym.c (make_blockvector): Make static.
616 * buildsym.h (make_blockvector): Make extern declaration obsolete.
617 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
618 (ALLDEPFILES): Remove dstread.c.
619 (dstread.o): Obsolete make rule.
620 * dstread.c: Makefile obsolete.
621 * dst.h: Ditto.
622 * config/m68k/hp300hpux.mt: Ditto.
623 * config/m68k/hp300hpux.mh: Ditto.
624 * config/m68k/hp300bsd.mt: Ditto.
625 * config/m68k/hp300bsd.mh: Ditto.
626 * config/m68k/apollo68b.mt: Ditto.
627 * config/m68k/apollo68v.mh: Ditto.
628 * config/m68k/apollo68b.mh: Ditto.
629
630 2002-08-20 Michael Snyder <msnyder@redhat.com>
631
632 * mips-tdep.c (mips_in_return_stub): Make static.
633 (mips_gdbarch_init): Set in_solib_return_trampoline.
634 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
635
636 2002-08-20 Michael Snyder <msnyder@redhat.com>
637
638 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
639 * gdbarch.c, gdbarch.h: Regenerate.
640 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
641 Add.
642 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
643
644 2002-08-20 Michael Snyder <msnyder@redhat.com>
645
646 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
647 (mips_gdbarch_init): Set skip_trampoline_code,
648 in_solib_call_trampoline.
649 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
650 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
651
652 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
653
654 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
655
656 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
657 vector type for ev registers.
658 (e500_pseudo_register_read): New function.
659 (e500_pseudo_register_write): New function.
660 (e500_dwarf2_reg_to_regnum): New function.
661 (PPC_UISA_NOFP_SPRS): New macro.
662 (PPC_EV_REGS): New macro.
663 (PPC_GPRS_PSEUDO_REGS): New macro.
664 (registers_e500): New register set for e500.
665 (variants): Add e500 variant.
666 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
667 before setting architectural dependent variations. Initialize ev
668 registers numbers. Add case for e500 architecture. Set the
669 number of pseudo registers.
670
671 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
672
673 * rs6000-tdep.c: Clean up comments.
674
675 2002-08-20 Andrew Cagney <cagney@redhat.com>
676
677 * h8300-tdep.c: Re-indent file.
678
679 2002-08-20 Jim Blandy <jimb@redhat.com>
680
681 * Makefile.in (LDFLAGS): Allow the configure script to establish a
682 default for this.
683
684 2002-08-20 Keith Seitz <keiths@redhat.com>
685
686 * breakpoints.c (watch_command_1): Use internal breakpoint
687 when setting a watchpoint_scope breakpoint.
688
689 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
690
691 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
692 (build_builtin_type_vec64i): Ditto.
693 (build_builtin_type_vec128): Ditto.
694 (build_builtin_type_vec128i): Ditto.
695
696 2002-08-19 Michael Snyder <msnyder@redhat.com>
697
698 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
699 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
700 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
701 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
702 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
703 CALL_DUMMY_ADDRESS): Delete.
704 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
705 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
706 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
707 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
708 push_return_address.
709 (mips_register_raw_size, mips_eabi_use_struct_convention,
710 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
711 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
712 mips_init_extra_frame_info, mips_eabi_push_arguments,
713 mips_n32n64_push_arguments, mips_push_return_address,
714 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
715 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
716
717 2002-08-19 Michael Snyder <msnyder@redhat.com>
718
719 * mips-tdep.c (mips_frame_num_args): New function.
720 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
721 frame_saved_pc, frame_args_address, frame_locals_address,
722 frame_num_args, and frame_args_skip.
723 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
724 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
725 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
726 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
727
728 2002-08-20 Michael Snyder <msnyder@redhat.com>
729
730 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
731 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
732 * mips-tdep.c (mips_store_struct_return): New function.
733 (mips_extract_struct_value_address): New function.
734 (mips_gdbarch_init): Set store_struct_return and
735 extract_struct_value_address.
736
737 2002-08-20 David Carlton <carlton@math.stanford.edu>
738
739 * dwarf2read.c (dwarf2_build_psymtabs): Check that
740 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
741 (read_file_scope): Check that line_header is nonzero before
742 decoding macro information.
743
744 2002-08-20 Mark Kettenis <kettenis@gnu.org>
745
746 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
747 flag the general-purpose registers as floating-point on targets
748 that don't support the floating-point registers.
749
750 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
751
752 * rs6000-tdep.c (altivec_register_p): Delete.
753 (rs6000_do_altivec_registers): Delete.
754 (rs6000_altivec_registers_info): Delete.
755 (rs6000_do_registers_info): Delete.
756 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
757 (rs6000_gdbarch_init): Remove setting of do_registers_info.
758
759 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
760
761 * infcmd.c (do_registers_info): Print vector registers in hex
762 format only.
763 (print_vector_info): Check that printing registers
764 makes sense.
765 (print_float_info): Ditto.
766
767 2002-08-20 Andrew Cagney <ac131313@redhat.com>
768
769 * mips-tdep.c (mips_gdbarch_init): Update.
770 (mips_o32_extract_return_value): Rewrite.
771 (mips_o32_store_return_value): Rewrite.
772 (mips_o32_xfer_return_value): New function.
773 (mips_xfer_register): Tweak debug print message. Allow for
774 buf_offset when dumping the value transfered.
775
776 2002-08-20 Andrew Cagney <ac131313@redhat.com>
777
778 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
779 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
780 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
781 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
782 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
783
784 2002-08-14 Michael Snyder <msnyder@redhat.com>
785
786 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
787
788 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
789
790 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
791 register.
792 (P): New macro to define a register as a pseudo register.
793 (R, R4, R8, R16, FR32, R64, R0): Updated.
794 (struct variant): Add new fields for number of pseudo registers
795 and number of total registers.
796 (tot_num_registers): New macro replacing....
797 (num_registers): ...deleted macro.
798 (num_registers): New function.
799 (num_pseudo_registers): New function.
800 (variants): Update all variants to intialize new fields correctly.
801 Postpone initialization of number of pseudo regs and real regs.
802 (init_variants): New function.
803 (rs6000_gdbarch_init): Initialize variants. Update calculation of
804 registers offsets.
805
806 2002-08-19 David Carlton <carlton@math.stanford.edu>
807
808 * valops.c (search_struct_field): Change error message to treat
809 return value of 0 from value_static_field as meaning that field is
810 optimized out.
811 (value_struct_elt_for_reference): Ditto.
812 * values.c (value_static_field): Treat an unresolved location the
813 same as a nonexistent symbol. Fix PR gdb/635.
814 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
815 enclosed. Fix PR gdb/574.
816 * MAINTAINERS: Add self to Write After Approval list.
817
818 2002-08-19 Andrew Cagney <ac131313@redhat.com>
819
820 * mips-tdep.c (mips_xfer_register): New function.
821 (mips_n32n64_extract_return_value): Rewrite.
822 (mips_gdbarch_init): For N32 and N64, set extract_return_value
823 instead of deprecated_extract_return_value.
824
825 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
826
827 * rs6000-tdep.c (TDEP): Delete macro.
828 (branch_dest): Replace use of TDEP macro with its body.
829 (rs6000_pop_frame): Ditto.
830 (rs6000_push_arguments): Ditto.
831 (rs6000_skip_trampoline_code): Ditto.
832 (rs6000_frame_saved_pc): Ditto.
833 (rs6000_frame_chain): Ditto.
834 (rs6000_register_name): Ditto.
835 (rs6000_register_byte): Ditto.
836 (rs6000_register_raw_size): Ditto.
837 (rs6000_register_virtual_type): Ditto.
838 (rs6000_register_convertible): Ditto.
839 (rs6000_convert_from_func_ptr_addr): Ditto.
840
841 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
842
843 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
844 conditionally.
845 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
846 MIPS_LINUX_JB_ELEMENT_SIZE.
847 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
848 for MAX_REGISTER_RAW_SIZE arrays.
849 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
850 MIPS_LINUX_JB_ELEMENT_SIZE.
851
852 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
853
854 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
855
856 2002-08-19 Aidan Skinner <aidan@velvet.net>
857
858 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
859 ada-valprint.c ada-tasks.c.
860 (YYFILES): Add ada-exp.y.
861 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
862 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
863 (ada-exp.tab.o): New target.
864
865 2002-08-18 Andrew Cagney <ac131313@redhat.com>
866
867 * regcache.c (regcache_xfer_part): New function.
868 (regcache_raw_read_part): New function.
869 (regcache_raw_write_part): New function.
870 (regcache_cooked_read_part): New function.
871 (regcache_cooked_write_part): New function.
872 * regcache.h (regcache_raw_read_part): Declare.
873 (regcache_raw_write_part): Declare.
874 (regcache_cooked_read_part): Declare.
875 (regcache_cooked_write_part): Declare.
876
877 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
878
879 * remote.c (remote_open_1): Add async_p.
880 (remote_async_open_1): Delete.
881 (open_remote_target): Delete.
882 (remote_open, extended_remote_open): Update calls to remote_open_1.
883 (remote_async_open, extended_remote_async_open): Call
884 remote_open_1 instead of remote_async_open_1.
885
886 2002-08-19 Mark Kettenis <kettenis@gnu.org>
887
888 * blockframe.c: Fix a few coding standard violations.
889
890 2002-08-19 Mark Kettenis <kettenis@gnu.org>
891
892 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
893 here from ...
894 * config/i386/tm-i386sco5.h: ... here. File removed.
895 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
896
897 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
898 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
899 (TM_FILE): Set to tm-i386.h.
900 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
901 * config/i386/tm-i386v.h: Remove file.
902 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
903 instead of "i386/tm-i386v.h".
904 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
905 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
906 "i386/tm-i386v.h".
907 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
908 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
909 "i386/tm-i386.h".
910
911 2002-08-18 Mark Kettenis <kettenis@gnu.org>
912
913 * config/i386/nm-i386v.h: Add protection against
914 multiple-inclusion.
915 (i386_register_u_addr): Remove prototype.
916 (register_u_addr): New prototype.
917 (REGISTER_U_ADDR): Redefine accordingly.
918 * i386v-nat.c: Improve several comments.
919 (i386_register_u_addr): Change signature and rename to
920 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
921 ubase variable.
922
923 2002-08-18 Andrew Cagney <ac131313@redhat.com>
924
925 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
926 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
927 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
928 deprecated_extract_return_value.
929 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
930 rename mips_o32o64_push_arguments.
931 (mips_gdbarch_init): Update.
932 (mips_extract_return_value): Delete.
933 (mips_o32_extract_return_value): Clone mips_extract_return_value.
934 (mips_o64_extract_return_value): Clone mips_extract_return_value.
935 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
936 (mips_n32n64_extract_return_value): Clone
937 mips_extract_return_value.
938 (mips_store_return_value): Delete.
939 (mips_o32_store_return_value): Clone mips_store_return_value.
940 (mips_o64_store_return_value): Clone mips_store_return_value.
941 (mips_eabi_store_return_value): Clone mips_store_return_value.
942 (mips_n32n64_store_return_value): Clone mips_store_return_value.
943
944 2002-08-18 Aidan Skinner <aidan@velvet.net>
945
946 * ada-lang.c: Use gdb_string.h instead of <string.h>.
947 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
948
949 2002-08-18 Aidan Skinner <aidan@velvet.net>
950
951 * ada-lang.c: Run through gdb_indent.sh.
952 * ada-lang.h: Run through gdb_indent.sh.
953 * ada-tasks.c: Run through gdb_indent.sh.
954 * ada-typeprint.c: Run through gdb_indent.sh.
955 * ada-valprint.c: Run through gdb_indent.sh.
956
957 2002-08-18 Andrew Cagney <ac131313@redhat.com>
958
959 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
960 ABI.
961
962 2002-08-18 Mark Kettenis <kettenis@gnu.org>
963
964 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
965
966 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
967 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
968
969 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
970 write_register_gen instead of write_register_bytes.
971
972 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
973 i[3456]-*-osf1mk* configurations have been made obsolete.
974 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
975 i[3456]86-*-osf1mk* hosts obsolete.
976 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
977 targets obsolete.
978 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
979 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
980 config/i386/i386m3.mt, config/i386/nm-m3.h,
981 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
982 config/i386/i386mk.mh, config/i386/i386mk.mt,
983 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
984 obsolete.
985 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
986 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
987 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
988
989 2002-08-18 Andrew Cagney <ac131313@redhat.com>
990
991 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
992 (hppa_value_returned_from_stack): Declare.
993 (hppa_extract_return_value): Declare.
994 * config/pa/hppa.mt: New file.
995 * configure.tgt: Recognize hppa*-*-*.
996 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
997
998 2002-08-18 Mark Kettenis <kettenis@gnu.org>
999
1000 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
1001 comment.
1002
1003 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1004
1005 * top.c (gdb_rl_operate_and_get_next): Make sure
1006 operate-and-get-next functions correctly even when the history
1007 list is completely filled.
1008
1009 2002-08-18 Andrew Cagney <ac131313@redhat.com>
1010
1011 * MAINTAINERS (Target Instruction Set Architectures): Rename
1012 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1013 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1014 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1015 already listed under Host/Native.
1016
1017 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1018 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1019 mips*-*-*.
1020
1021 2002-08-17 Andrew Cagney <ac131313@redhat.com>
1022
1023 * config/ia64/ia64.mt: New file.
1024 * config/alpha/alpha.mt: New file.
1025 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1026 ia64-linux-gnu. Mention that ia64-elf is broken.
1027 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1028
1029 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1030
1031 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1032 generic_func_frame_valid instead of func_frame_valid.
1033
1034 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1035
1036 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1037 procfs appears to be broken when debugging on multi-processor
1038 machines. So enable software single stepping in order to avoid
1039 using the procfs interface to do next/step operations, using
1040 internal breakpoints instead.
1041
1042 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1043 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1044 make this pc address equal to the value it would have if the
1045 system stepping capability was used. Also set a new flag used
1046 to ensure that we don't readjust the PC one more time later.
1047
1048 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1049 address by DECR_PC_AFTER_BREAK when software single step is
1050 in use for this architecture, as this has already been taken
1051 care of in handle_inferior_event().
1052
1053 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1054
1055 * infrun.c (handle_inferior_event): Minor reformatting, to make
1056 a rather long condition expression easier to read.
1057
1058 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1059
1060 * Makefile.in (gdbtk.o): Move to end of file.
1061 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1062 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1063 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1064 (gdbtk-wrapper.o, gdbres.o): Ditto.
1065
1066 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1067
1068 * Makefile.in (copying.o): Separate out compile rule.
1069 (hpux-thread.o, procfs.o, signals.o): Ditto.
1070 (v850ice.o, z8k-tdep.o): Ditto.
1071 (tui-file.o): Move to TUI section.
1072 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1073 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1074
1075 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1076
1077 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1078 skip_trampoline_code, for better namespace-proofing.
1079
1080 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1081
1082 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1083
1084 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1085
1086 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1087
1088 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1089 signal, check whether we hit a breakpoint before checking for a
1090 single step breakpoint. Otherwise, GDB fails to notice that a
1091 breakpoint has been hit when stepping onto a breakpoint.
1092
1093 2002-08-16 Keith Seitz <keiths@redhat.com>
1094
1095 * gdb-events.sh (clear_gdb_event_hooks): New function.
1096 * gdb-events.c: Regenerate.
1097 * gdb-events.h: Regenerate.
1098
1099 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1100
1101 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1102 not_a_sw_breakpoint.
1103 * breakpoint.h (bpstat_stop_status): Add parameter names.
1104
1105 2002-08-16 Grace Sainsbury <graces@redhat.com>
1106
1107 * remote.c (remote_insert_hw_breakpoint)
1108 (remote_remove_hw_breakpoint): Fix calculation of length field
1109 for Z-packet.
1110
1111 2002-08-15 Michael Snyder <msnyder@redhat.com>
1112
1113 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1114 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1115 (supply_fpregset): Ditto.
1116
1117 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1118 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1119 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1120 (TARGET_READ_SP): Delete.
1121 (DO_REGISTERS_INFO): Delete.
1122 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1123 Delete.
1124 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1125 from macros to functions.
1126
1127 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1128 (mips_register_convertible, mips_register_convert_to_virtual,
1129 mips_register_convert_to_raw): Make static.
1130 (mips_read_sp): New function.
1131 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1132 (mips_do_registers_info): Make static.
1133 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1134 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1135 (mips_register_convert_from_type, mips_register_convert_to_type):
1136 New functions.
1137 (mips_gdbarch_init): Set up function_start_offset,
1138 register_virtual_size, pc_in_sigtramp.
1139
1140 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1141
1142 * infcmd.c (vector_info): New function.
1143 (_initialize_infcmd): Add command "info vector".
1144 (print_vector_info): New function.
1145
1146 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1147 * gdbarch.h, gdbarch.c: Regenerate.
1148
1149 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1150
1151 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1152 ``print_all''. Only print vector registers when ``print_all''.
1153
1154 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1155
1156 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1157 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1158
1159 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1160 Add `args' parameter.
1161 * gdbarch.h, gdbarch.c: Regenerate.
1162
1163 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1164
1165 * infcmd.c (float_info): Call print_float_info.
1166 (print_float_info): New function. By default, print the
1167 floating-point registers.
1168
1169 * arch-utils.h (default_print_float_info): Delete declaration.
1170 * arch-utils.c (default_print_float_info): Delete function.
1171
1172 2002-08-16 Mark Kettenis <kettenis@gnu.org>
1173
1174 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1175 out define.
1176
1177 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1178 FRAME.
1179
1180 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1181 * configure.host: Make i[3456]86-*-aix host obsolete.
1182 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1183 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1184 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1185 config/i386/xm-i386aix.h: Make files obsolete.
1186 * i386aix-nat.c: Make file obsolete.
1187 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1188 (i386aix-nat.o): Make target obsolete.
1189
1190 * config/i386/nm-gnu.h: Removed.
1191 * config/i386/nm-i386gnu.h: New file.
1192 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1193 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1194 Moved here from ...
1195 * config/i386/tm-i386gnu.h: ... here. Removed.
1196 * config/i386/xm-i386gnu.h: Removed.
1197 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1198 (NAT_FILE): Set to nm-i386gnu.h.
1199 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1200 * i386-tdep.c: New file.
1201 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1202 (i386gnu-tdep.o): Specify dependencies.
1203
1204 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1205
1206 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1207 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1208 Adjust a few comments to reflect reality a bit closer.
1209 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1210 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1211 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1212 target_insert_watchpoint, target_remove_watchpoint):
1213 Move defines to ...
1214 * config/i386/nm-i386sco5.h: ... here.
1215 (kernel_u_size): Add prototype. Improve a few comments and add
1216 protection against multiple inclusion.
1217
1218 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1219 out define.
1220
1221 * uw-thread.c (SP_ARG0): Define if not already defined.
1222 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1223
1224 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1225
1226 * config/i386/tm-i386.h: Don't include "regcache.h".
1227
1228 * i387-tdep.h (i387_print_float_info): New prototype.
1229 * i387-tdep.c (print_i387_value, print_i387_ext,
1230 print_i387_status_word, print_i387_control_word): Add `struct
1231 ui_file *' argument and use it for output.
1232 (i387_print_float_info): Renamed from i387_float_info. Add
1233 `struct gdbarch *' and `struct ui_file *' arguments and use the
1234 latter for output.
1235 * i386-tdep.c: Include "i387-tdep.h".
1236 (i386_gdbarch_init): Set print_float_info.
1237 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1238 (FLOAT_INFO): Remove define.
1239
1240 2002-08-13 Michael Snyder <msnyder@redhat.com>
1241
1242 * mips-tdep.c (mips_push_arguments): Rename to
1243 mips_eabi_push_arguments, and tune for EABI.
1244 (MIPS_REGS_HAVE_HOME_P): Delete.
1245 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1246 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1247 Delete references to mips_regs_have_home_p.
1248
1249 2002-08-14 Keith Seitz <keiths@redhat.com>
1250
1251 * Makefile.in (install-gdbtk): Create insight plugin directory.
1252 Install plugins.tcl file.
1253
1254 2002-08-14 Keith Seitz <keiths@redhat.com>
1255
1256 * configure.in: Move SUBDIRS to near top of the file so that
1257 --enable options may add things to it.
1258 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1259 * configure: Regenerate.
1260
1261 2002-08-13 Michael Snyder <msnyder@redhat.com>
1262
1263 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1264 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1265 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1266
1267 2002-08-13 Andrew Cagney <ac131313@redhat.com>
1268
1269 * vax-tdep.c (vax_get_saved_register): Delete function.
1270 (vax_gdbarch_init): Update.
1271 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1272 (ns32k_gdbarch_init): Update.
1273 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1274 (alpha_gdbarch_init): Update.
1275
1276 2002-08-13 Andrew Cagney <cagney@redhat.com>
1277
1278 * regcache.c (init_regcache_descr): Overallocate the
1279 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1280 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1281 nr_raw_registers.
1282 (set_register_cached): Add range checking assertions. Use
1283 current_regcache.
1284
1285 2002-08-13 Mark Kettenis <kettenis@gnu.org>
1286
1287 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1288 numbers for MMX registers.
1289
1290 2002-08-13 Andrew Cagney <cagney@redhat.com>
1291
1292 * i386-tdep.c (i386_gdbarch_init): Use
1293 generic_unwind_get_saved_register.
1294
1295 2002-08-13 Kevin Buettner <kevinb@redhat.com>
1296
1297 * procfs.c (procfs_can_use_hw_breakpoint): New function.
1298 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1299 target vector.
1300 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1301 Delete. Add comment regarding this now-deleted target method.
1302
1303 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1304
1305 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1306 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1307 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1308 real PC and the page number (if it's within the memory bank window).
1309 (m68hc11_pseudo_register_write): Likewise when saving.
1310 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1311 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1312 (m68hc11_register_raw_size): And use 32-bit for it.
1313 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1314 16K memory bank is used by the prog; also use the virtual pc.
1315
1316 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1317
1318 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1319 (m68hc11_gdbarch_init): Install it in gdbarch.
1320 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1321 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1322 (MSYMBOL_SIZE): New for documentation.
1323 (insn_return_kind): Enum to specify how a function returns.
1324 (frame_extra_info): Cleanup and record the return mode.
1325 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
1326 register in address computation.
1327 (m68hc11_get_return_insn): New to obtain the return instruction used
1328 by the function.
1329 (m68hc11_frame_init_saved_regs): Take into account the return
1330 instruction used by the function for far and interrupt functions.
1331 (m68hc11_init_extra_frame_info): Take into account page register.
1332 (m68hc11_frame_args_address): Adjust according to the return mode.
1333 (show_regs): Print page register only when it's used.
1334
1335 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1336
1337 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1338 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1339 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1340 registers.
1341 (m68hc11_register_raw_size): Likewise.
1342
1343 2002-08-13 Andrew Cagney <cagney@redhat.com>
1344
1345 * i386-tdep.c (i386_register_name): Handle mmx registers.
1346 (mmx_regnum_p): New function.
1347 (i386_mmx_names): New array.
1348 (mmx_num_regs): New variable.
1349 (i386_pseudo_register_read): New function.
1350 (i386_pseudo_register_write): New function.
1351 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1352
1353 * regcache.c (regcache_raw_read_unsigned): New function.
1354 (regcache_raw_read_signed): New function.
1355 * regcache.h (regcache_raw_read_unsigned): Declare.
1356 (regcache_raw_read_signed): Declare.
1357
1358 2002-08-13 Andrew Cagney <cagney@redhat.com>
1359
1360 * regcache.c (regcache_raw_read_as_address): Delete function.
1361 (regcache_cooked_read_signed): New function.
1362 (regcache_cooked_read_unsigned): New function.
1363 * regcache.h (regcache_cooked_read_signed): Declare.
1364 (regcache_cooked_read_unsigned): Declare.
1365 (regcache_raw_read_as_address): Delete declaration.
1366
1367 * blockframe.c (generic_read_register_dummy): Use
1368 regcache_cooked_read_unsigned.
1369 * i386-tdep.c (i386_extract_struct_value_address): Use
1370 regcache_cooked_read_unsigned.
1371
1372 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1373
1374 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1375 double sizes according to ELF ABI flags.
1376 (gdbarch_tdep): Record elf_flags.
1377
1378 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1379
1380 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1381 (m6812_prolog): They can appear in 68HC12 function prologue.
1382 (m68hc11_frame_chain): Cleanup.
1383
1384 2002-08-12 Andrew Cagney <cagney@redhat.com>
1385
1386 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1387 declarations.
1388 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1389 (i386_linux_register_raw_size): Delete function.
1390 (i386_linux_init_abi): Update.
1391 * i386-tdep.c (i386_register_raw_size): Delete function.
1392 (i386_register_byte): Delete function.
1393 (i386_gdbarch_init): Update.
1394 (i386_register_size): Delete array.
1395 (i386_register_offset): Delete array.
1396
1397 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1398 (REGISTER_RAW_SIZE): Delete macro.
1399 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1400 (REGISTER_BYTE): Delete macro.
1401
1402 2002-08-11 Aidan Skinner <aidan@velvet.net>
1403
1404 * ada-lang.c (ada_lookup_partial_symbol)
1405 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1406 prototype names so that grep ^func works properly.
1407
1408 * ada-lang.c (ada_array_element_type)
1409 (ada_lookup_partial_symbol): Fix typos in parameter list.
1410
1411 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1412 Fix prototype names so that grep ^func works properly.
1413
1414 2002-08-10 Andrew Cagney <cagney@redhat.com>
1415 Elena Zannoni <ezannoni@redhat.com>
1416 Martin M. Hunt <hunt@redhat.com>
1417
1418 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1419 (build_builtin_type_vec128i): Set the vector bit.
1420 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1421 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1422 (build_builtin_type_vec64): New function.
1423 (build_builtin_type_vec64i): New function.
1424 (build_gdbtypes): Initialize builtin_type_vec64 and
1425 builtin_type_vec64i.
1426
1427 2002-08-09 Andrew Cagney <cagney@redhat.com>
1428
1429 * regcache.c (regcache_dump): Compare the register offset
1430 with REGISTER_BYTE.
1431 * arch-utils.c (generic_register_byte): New function.
1432 * arch-utils.h (generic_register_byte): Declare.
1433 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1434 * gdbarch.h, gdbarch.c: Regenerate.
1435
1436 2002-08-09 Andrew Cagney <cagney@redhat.com>
1437
1438 * regcache.c: Include "gdbcmd.h"
1439 (_initialize_regcache): Add commands "maintenance print
1440 registers", "maintenance print raw-registers" and "maintenance
1441 print cooked-registers".
1442 (enum regcache_dump_what): Define.
1443 (dump_endian_bytes): New function.
1444 (regcache_dump): New function.
1445 (regcache_print): New function.
1446 (maintenance_print_registers): New function.
1447 (maintenance_print_raw_registers): New function.
1448 (maintenance_print_cooked_registers): New function.
1449 * Makefile.in (regcache.o): Update dependencies.
1450
1451 2002-08-09 Michael Snyder <msnyder@redhat.com>
1452
1453 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1454 (mips_push_arguments): Correct some comments. Use paddr_nz
1455 for printing addresses in debug output. Replace static
1456 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1457 (mips_n32n64_push_arguments): New function, cloned from
1458 mips_push_arguments and tuned for the n32/n64 ABI.
1459 (mips_push_register): Buffer needs dynamic allocation.
1460 (mips_print_register): Ditto.
1461 (do_gp_register_row): Ditto.
1462 (mips_store_return_value): Ditto.
1463 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1464
1465 2002-08-09 Don Howard <dhoward@redhat.com>
1466
1467 * memattr.c (mem_info_command): Print special case of upper bound
1468 as max CORE_ADDR + 1.
1469
1470 2002-08-08 Michael Snyder <msnyder@redhat.com>
1471
1472 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1473 returns structs by ref if they're too big to fit in two registers.
1474
1475 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1476
1477 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1478 saved regs value.
1479 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1480 mips_find_saved_regs().
1481 (mips_pop_frame): Likewise.
1482
1483 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1484
1485 * blockframe.c (frame_saved_regs_register_unwind): Revise
1486 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1487 frames are in use.
1488
1489 2002-08-09 Grace Sainsbury <graces@redhat.com>
1490
1491 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1492 T-packets; the 'a' is not taken as a register number.
1493 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1494 (remote_stopped_data_address): New functions; add to target
1495 vector.
1496 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1497 prototypes to match other implementations of this
1498 function. replace integer argument with pointer -- the length
1499 field in the Z-packet is the length of what is pointed to or 1 if
1500 pointer is null. Add to target vector.
1501 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1502 target vector.
1503
1504 From Mark Salter:
1505 * remote.c (remote_wait): Add support to extract optional
1506 watchpoint information from T-packet. Ignore unrecognized
1507 optional info in T-packet.
1508 (remote_async_wait): Ditto.
1509
1510 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
1511
1512 * cli/cli-dump.c: Change fopen modes to use binary open modes
1513 as defined in include/fopen-bin.h throughout.
1514
1515 2002-08-08 Michael Snyder <msnyder@redhat.com>
1516
1517 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1518
1519 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1520
1521 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1522 assertion failure by returning early after a warning.
1523
1524 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1525
1526 * mips-tdep.c (mips_find_saved_regs): Make static.
1527 (mips_frame_init_saved_regs): New function.
1528 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1529 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1530 (mips_find_saved_regs): Delete declaration.
1531
1532 2002-08-08 Grace Sainsbury <graces@redhat.com>
1533
1534 * remote.c (remote_wait, remote_async_wait): Change
1535 thread_num from int to ULONGEST.
1536 (unpack_varlen_hex): Change result parameter from
1537 int * to ULONGEST *.
1538
1539 2002-08-08 Andrew Cagney <ac131313@redhat.com>
1540
1541 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1542 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1543 powerpc*-*-*.
1544 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1545
1546 2002-08-08 Andrew Cagney <cagney@redhat.com>
1547
1548 * gcore.c (override_derive_stack_segment): Delete variable.
1549 (preempt_derive_stack_segment): Delete function.
1550 (derive_stack_segment): Delete function.
1551 (default_derive_stack_segment): Renamed to derive_stack_segment.
1552 (override_derive_heap_segment): Delete variable.
1553 (preempt_derive_heap_segment): Delete function.
1554 (derive_heap_segment): Delete function.
1555 (default_derive_heap_segment): Rename to derive_heap_segment.
1556
1557 2002-08-06 Michael Snyder <msnyder@redhat.com>
1558
1559 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1560 * mips-tdep.c (mips_EABI_use_struct_convention,
1561 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1562 New functions. (mips_use_struct_convention): Delete.
1563 (mips_gdbarch_init): set use_gdbarch_convention.
1564
1565 2002-08-06 Michael Snyder <msnyder@redhat.com>
1566
1567 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1568 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1569 mips_o32_reg_struct_has_addr): New functions.
1570 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1571
1572 2002-08-07 Andrew Cagney <ac131313@redhat.com>
1573
1574 * regcache.c (pseudo_register): Delete function.
1575 (fetch_register): Delete function.
1576 (store_register): Delete function.
1577 (regcache_raw_read, legacy_read_register_gen): Use
1578 target_fetch_registers instead of fetch_register.
1579 (legacy_write_register_gen, regcache_raw_write): Use
1580 target_store_register instead of store_register.
1581 (write_register_bytes): Ditto.
1582
1583 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1584 (STORE_PSEUDO_REGISTER): Delete.
1585 * gdbarch.h, gdbarch.c: Regenerate.
1586
1587 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
1588
1589 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1590 write dump file binary.
1591
1592 2002-08-05 Michael Snyder <msnyder@redhat.com>
1593
1594 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1595 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1596 (mips_gdbarch_init): Set N32 target to be mips64.
1597
1598 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1599
1600 * frame.c (find_saved_register): Break out of loop once saved
1601 register address is found. Don't mention sparc in loop comment
1602 anymore.
1603
1604 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1605
1606 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1607 mips_default_saved_regsize to 8.
1608
1609 2002-08-06 Andrew Cagney <ac131313@redhat.com>
1610
1611 * gcore.c: Do not include <sys/procfs.h>.
1612 * Makefile.in (gcore.o): Update dependencies.
1613
1614 2002-08-06 Andrew Cagney <cagney@redhat.com>
1615
1616 * configure.tgt: Make arc-*-* obsolete.
1617 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1618 * MAINTAINERS: Make arc-elf obsolete.
1619 * arc-tdep.c: Make file obsolete.
1620 * config/arc/arc.mt: Ditto.
1621 * config/arc/tm-arc.h: Ditto.
1622
1623 2002-08-05 Theodore A. Roth <troth@verinet.com>
1624
1625 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1626
1627 2002-08-05 Andrew Cagney <ac131313@redhat.com>
1628
1629 * mcore-tdep.c (mcore_gdbarch_init): Use
1630 generic_unwind_get_saved_register instead of
1631 generic_get_saved_register.
1632 * v850-tdep.c (v850_gdbarch_init): Ditto.
1633 * frv-tdep.c (frv_gdbarch_init): Ditto.
1634 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1635 * s390-tdep.c (s390_gdbarch_init): Ditto.
1636 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1637 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1638 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1639
1640 2002-08-05 Joel Brobecker <brobecker@gnat.com>
1641
1642 * objfiles.h: Add missing #include "symfile.h"
1643
1644 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1645
1646 2002-08-04 Andrew Cagney <ac131313@redhat.com>
1647
1648 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1649 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1650 of FIELD_BITSIZE.
1651
1652 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
1653
1654 * NEWS: Cleanup and nitpick.
1655
1656 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1657
1658 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1659
1660 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1661
1662 * Makefile.in (gdbtk-bp.o): Update dependencies.
1663 (gdbtk-register.o): Ditto.
1664 (gdbtk-varobj.o): Ditto.
1665
1666 2002-08-03 Andrew Cagney <cagney@redhat.com>
1667
1668 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1669 m68hc11_fetch_pseudo_register.
1670 (m68hc11_pseudo_register_write): Replace
1671 m68hc11_store_pseudo_register.
1672 (m68hc11_gdbarch_init): Update.
1673
1674 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1675
1676 * gdbarch.sh: Include "gdb_string.h".
1677 * gdbarch.c: Regenerate.
1678
1679 * regcache.c: Include "gdb_string.h".
1680 * ax-general.c: Ditto.
1681 * varobj.c: Ditto.
1682 * std-regs.c: Ditto.
1683 * fbsd-proc.c: Ditto.
1684 * thread.c: Ditto.
1685
1686 * Makefile.in (regcache.o): Update dependencies.
1687 (thread.o, gdbarch.o): Ditto.
1688 (ax-general.o, gdbarch.o): Ditto.
1689 (varobj.o, std-regs.o): Ditto.
1690 (fbsd-proc.o): Specify dependencies.
1691
1692 2002-08-02 Andrew Cagney <cagney@redhat.com>
1693
1694 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1695 regnum.
1696 (regcache_cooked_write): Ditto.
1697
1698 2002-08-02 Andrew Cagney <ac131313@redhat.com>
1699
1700 * regcache.c (regcache_cooked_read): New function.
1701 (regcache_cooked_write): New function.
1702 (read_register_gen): Rewrite using regcache_cooked_read.
1703 (write_register_gen): Rewrite using regcache_cooked_write.
1704
1705 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1706 Declare.
1707
1708 2002-08-02 Andrew Cagney <cagney@redhat.com>
1709
1710 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1711 Replace the architecture methods register_read and register_write.
1712 * gdbarch.h, gdbarch.c: Regenerate.
1713 * regcache.c (init_regcache_descr): Update.
1714 (read_register_gen): Update.
1715 (write_register_gen): Update.
1716 (supply_register): Update comment.
1717
1718 * sh-tdep.c (sh_gdbarch_init): Update.
1719 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1720 `regcache' and `gdbarch' parameters. Make `buffer' a void
1721 pointer. Update code.
1722 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1723 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1724 void pointer. Update code.
1725 (sh64_register_write): Delete.
1726 (sh4_register_read): Delete.
1727 (sh64_register_read): Delete.
1728 (sh4_register_write): Delete.
1729 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1730 void pointer, `to' parameter a void pointer.
1731 (sh_sh64_register_convert_to_raw): Ditto.
1732
1733 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1734
1735 * mips-tdep.c (mips_register_virtual_type): Use architecture
1736 invariant return values.
1737
1738 2002-08-01 Andrew Cagney <cagney@redhat.com>
1739
1740 * linux-proc.c: Include "gdb_string.h".
1741 * Makefile.in (linux-proc.o): Update dependency list.
1742
1743 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1744
1745 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1746 comment.
1747
1748 2002-08-01 Grace Sainsbury <graces@redhat.com>
1749
1750 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1751 to_insert_watchpoint, to_remove_watchpoint,
1752 to_stopped_by_watchpoint, to_stopped_data_address,
1753 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1754 target vecctor. Define their corresponding macros so they call
1755 them.
1756
1757 * target.c: Add default and debug versions of for
1758 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1759 to_insert_watchpoint, to_remove_watchpoint,
1760 to_stopped_by_watchpoint, to_stopped_data_address,
1761 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1762
1763 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1764
1765 * mips-tdep.c (mips_register_virtual_type): New function.
1766 (mips_gdbarch_init): Register mips_register_virtual_type()
1767 with gdbarch machinery.
1768 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1769 this file instead of tm-bigmips.h.
1770 (MIPS_REGSIZE): Delete this macro.
1771 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1772 multiarch version in mips-tdep.c will be found.
1773
1774 2002-08-01 Andrew Cagney <cagney@redhat.com>
1775
1776 * NEWS: Menion that CHILL has been made obsolete.
1777
1778 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1779 * stabsread.c (read_range_type): Ditto.
1780 * gdbtypes.h: Ditto.
1781 * language.c (binop_type_check): Ditto.
1782 (binop_result_type): Ditto.
1783 (integral_type): Ditto.
1784 (character_type): Ditto.
1785 (string_type): Ditto.
1786 (boolean_type): Ditto.
1787 (structured_type): Ditto.
1788 (lang_bool_type): Ditto.
1789 (binop_type_check): Ditto.
1790 * language.h (_LANG_chill): Ditto.
1791 * dwarfread.c (set_cu_language): Ditto.
1792 * dwarfread.c (CHILL_PRODUCER): Ditto.
1793 * dwarfread.c (handle_producer): Ditto.
1794 * expression.h (enum exp_opcode): Ditto.
1795 * eval.c: Ditto for comments.
1796 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1797 * expprint.c (print_subexp): Ditto.
1798 (print_subexp): Ditto.
1799 * valops.c (value_cast): Ditto.
1800 (search_struct_field): Ditto.
1801 * value.h (COERCE_VARYING_ARRAY): Ditto.
1802 * symfile.c (init_filename_language_table): Ditto.
1803 (add_psymbol_with_dem_name_to_list): Ditto.
1804 * valarith.c (value_binop): Ditto.
1805 (value_neg): Ditto.
1806 * valops.c (value_slice): Ditto.
1807 * symtab.h (union language_specific): Ditto.
1808 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1809 (SYMBOL_DEMANGLED_NAME): Ditto.
1810 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1811 * defs.h (enum language): Ditto.
1812 * symtab.c (got_symtab): Ditto.
1813 * utils.c (fprintf_symbol_filtered): Ditto.
1814
1815 * ch-typeprint.c: Make file obsolete.
1816 * ch-valprint.c: Make file obsolete.
1817 * ch-lang.h: Make file obsolete.
1818 * ch-exp.c: Make file obsolete.
1819 * ch-lang.c: Make file obsolete.
1820
1821 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1822 CHILL_LIB.
1823 (TARGET_FLAGS_TO_PASS): Ditto.
1824 (CHILLFLAGS): Obsolete.
1825 (CHILL): Obsolete.
1826 (CHILL_FOR_TARGET): Obsolete.
1827 (CHILL_LIB): Obsolete.
1828 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1829 ch-valprint.c.
1830 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1831 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1832 ch-lang.o.
1833 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1834 targets.
1835
1836 2002-07-31 Joel Brobecker <brobecker@gnat.com>
1837
1838 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1839 This does not change anything at the moment, but will be helpful
1840 later when full Ada support is integrated.
1841
1842 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1843
1844 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1845 help message.
1846
1847 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1848
1849 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1850 and save it in a local variable. Use variable in later test.
1851
1852 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1853
1854 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1855 test. (Thanks to Daniel Jacobowitz.)
1856
1857 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1858
1859 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1860 (mips_abi_strings): Add "n64".
1861 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1862
1863 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1864
1865 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1866 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1867
1868 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1869
1870 * utils.c (host_pointer_to_address, address_to_host_pointer):
1871 Use gdb_assert() instead of explicit call to internal_error().
1872
1873 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1874
1875 * Makefile.in (rs6000-nat.o): Update dependencies.
1876
1877 From Nicholas Duffek:
1878 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1879 (aix-thread.o): New rule.
1880 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1881 * config/powerpc/aix432.mh: New file.
1882
1883 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1884
1885 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1886 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1887 (fetch_core_registers, ppc_linux_supply_gregset)
1888 (ppc_linux_supply_fpregset): New functions.
1889 (ppc_linux_regset_core_fns): New.
1890 (_initialize_ppc_linux_tdep): Call add_core_fns.
1891 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1892 and ppc_linux_supply_gregset.
1893 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1894 (supply_fpregset): Call ppc_linux_supply_fpregset.
1895 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1896 corelow.o.
1897 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1898
1899 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1900
1901 * symtab.c (lookup_symbol): Demangle before lowercasing.
1902
1903 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1904
1905 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1906 declaration.
1907 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1908 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1909 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1910 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1911 "gdb_string.h".
1912 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1913 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1914 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1915 (avr-tdep.o, mon960-rom.o): Ditto.
1916 (aout_stabs_gnu_h): Define.
1917 (symtab_h): Remove $(gdb_obstack_h).
1918
1919 2002-07-30 Jim Blandy <jimb@redhat.com>
1920
1921 Patch from David Carlton <carlton@math.stanford.edu>:
1922 * gdbinit.in: Move the `dir' commands that add GDB's own source
1923 directory to the search path to the end, so that the `gdb' source
1924 directory will be searched first.
1925
1926 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1927
1928 * gdb_obstack.h: New file.
1929 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1930 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1931 * objfiles.h: Include "gdb_obstack.h".
1932 * Makefile.in (gdb_obstack_h): Define.
1933 (symtab_h): Add $(gdb_obstack_h).
1934 (objfiles_h): Add $(gdb_obstack_h).
1935
1936 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1937 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1938 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1939 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1940 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1941 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1942 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1943 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1944
1945 * Makefile.in (bcache.o): Update dependencies.
1946 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1947 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1948 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1949 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1950 (stabsread.o, symfile.o, symmisc.o): Ditto.
1951 (symtab.o, typeprint.o, macroexp.o): Ditto.
1952 (macrotab.o, mdebugread.o): Ditto.
1953 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1954 (coff_ecoff_h, aout_aout64_h): Define.
1955 (aout_stabs_gnu_h, libaout_h): Define.
1956
1957 2002-07-29 Andrew Cagney <cagney@redhat.com>
1958
1959 * regcache.c (struct regcache_descr): Rename nr_registers to
1960 nr_cooked_registers. Revise comments describing the structure
1961 member fields.
1962 (init_regcache_descr): Update.
1963 (init_legacy_regcache_descr): Update.
1964 (read_register_gen, write_register_gen): When a cooked register in
1965 the raw register range, directly access the value from the raw
1966 register cache.
1967
1968 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1969
1970 * z8k-tdep.c: Do not include "obstack.h".
1971 * h8300-tdep.c, h8500-tdep.c: Ditto.
1972 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1973 * valprint.c, v850-tdep.c: Ditto.
1974 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1975 * mn10200-tdep.c: Ditto.
1976
1977 * Makefile.in (z8k-tdep.o): Update dependencies.
1978 (m68hc11-tdep.o, valprint.o): Ditto.
1979 (v850-tdep.o, d10v-tdep.o): Ditto.
1980 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1981 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1982 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1983 (sh_opc_h, gdb_sim_sh_h): Define.
1984 (elf_sh_h, elf_bfd_h): Define.
1985 (opcode_m68hc11_h): Define.
1986 (OPCODES_SRC, OPCODES_DIR): define.
1987 (OPCODES): Use $(OPCODES_DIR).
1988 (gdb_sim_d10v_h): Rename sim_d10v_h.
1989 (gdb_sim_arm_h): Rename sim_arm_h.
1990
1991 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1992
1993 * utils.c (host_pointer_to_address, address_to_host_pointer):
1994 Change internal_error() message to indicate function responsible
1995 for the error.
1996
1997 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1998
1999 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
2000 calls to local_hex_string_custom().
2001
2002 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2003
2004 * irix5-nat.c: Move IRIX shared library support from here...
2005 * solib-irix.c: ...to here. Revised substantially to work with
2006 generic solib framework.
2007
2008 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2009 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2010 * mips-irix-tdep.c: New file.
2011
2012 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2013 (mips-irix-tdep.o, solib-irix.o): New rules.
2014 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2015 solib-irix.o.
2016 * config/mips/irix6.mt (TDEPFILES): Likewise.
2017 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2018
2019 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2020
2021 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
2022 disabled (via ``#if 0'') includes.
2023
2024 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2025
2026 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2027 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2028 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2029 Add support for the fpscr register.
2030 * rs6000-nat.c (regmap, fetch_inferior_registers)
2031 (store_inferior_registers, fetch_core_registers): Likewise.
2032
2033 2002-07-26 Kevin Buettner <kevinb@redhat.com>
2034
2035 * rs6000-nat.c (language.h): Include.
2036 (special_regs): Delete this array.
2037 (regmap): New function.
2038 (fetch_register, store_register): Use regmap() to map gdb
2039 register numbers to ptrace register numbers. Also, use
2040 outputs from regmap() to make decisions regarding type of
2041 ptrace() call to make. In particular, don't compare against
2042 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2043 (fetch_inferior_registers, store_inferior_registers): Where
2044 possible, obtain register numbers from tdep struct. Don't
2045 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2046 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2047 (LAST_UISA_SP_REGNUM): Delete.
2048
2049 2002-07-25 Kevin Buettner <kevinb@redhat.com>
2050
2051 * rs6000-nat.c (ppc-tdep.h): Include.
2052 (fetch_registers, store_register, fetch_core_registers): Don't
2053 access registers[] directly. Instead, use supply_register() or
2054 regcache_collect() as appropriate.
2055 (find_toc_address): Format hex address with local_hex_string().
2056
2057 2002-07-25 Andrew Cagney <ac131313@redhat.com>
2058
2059 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2060 bfd/elf32-frv.c.
2061
2062 2002-07-24 Tom Tromey <tromey@redhat.com>
2063
2064 * jv-exp.y: Marked all strings with _().
2065 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2066 internal_error.
2067 (MethodInvocation, CastExpression, parse_number, yyerror,
2068 java_type_from_name, push_expression_name, yylex): Typo fixes.
2069
2070 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
2071
2072 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2073 (tee_file_flush, tee_file_write, tee_file_fputs)
2074 (tee_file_isatty): New.
2075 * ui-file.h (tee_file_new): Add prototype.
2076
2077 2002-07-24 Aidan Skinner <aidan@velvet.net>
2078
2079 * ada-lang.c: Change k&r style function definitions to prototyped
2080 form.
2081 * ada-typeprint.c: Change k&r style function definitions to prototyped
2082 form.
2083 * ada-valprint.c: Change k&r style function definitions to prototyped
2084 form.
2085
2086 2002-07-24 Andrew Cagney <cagney@redhat.com>
2087
2088 * README: Remove reference to remote-bug.
2089 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2090 remote-bug.c.
2091 (m88k-nat.o): Delete rule.
2092 (m88k-tdep.o): Delete rule.
2093 (remote-bug.o): Delete rule.
2094 * MAINTAINERS: Mark as obsolete.
2095 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2096 * m88k-tdep.c: Make file obsolete.
2097 * config/m88k/m88k.mh: Ditto.
2098 * config/m88k/delta88v4.mh: Ditto.
2099 * config/m88k/delta88v4.mt: Ditto.
2100 * config/m88k/delta88.mt: Ditto.
2101 * config/m88k/delta88.mh: Ditto.
2102 * remote-bug.c: Ditto.
2103 * config/m88k/tm-delta88.h: Ditto.
2104 * config/m88k/nm-delta88v4.h: Ditto.
2105 * config/m88k/xm-delta88.h: Ditto.
2106 * config/m88k/xm-dgux.h: Ditto.
2107 * config/m88k/tm-m88k.h: Ditto.
2108 * config/m88k/nm-m88k.h: Ditto.
2109 * config/m88k/tm-delta88v4.h: Ditto.
2110 * m88k-nat.c: Ditto.
2111 * cxux-nat.c: Ditto.
2112 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2113 and m88*-*-* obsolete.
2114 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2115 m88*-*-* obsolete.
2116
2117 2002-07-24 Andrew Cagney <cagney@redhat.com>
2118
2119 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2120 constant. Same for local pointer variables.
2121 (extract_signed_integer): Ditto.
2122 * defs.h (extract_unsigned_integer): Update.
2123 (extract_signed_integer): Update.
2124
2125 2002-07-24 Andrew Cagney <cagney@redhat.com>
2126
2127 * regcache.c (regcache_raw_write): Change buf parameter to a
2128 constant void pointer.
2129 (regcache_raw_read): Change buf parameter to a void pointer.
2130 (legacy_write_register_gen): Change myaddr parameter a constant
2131 void pointer.
2132 (supply_register): Change val parameter to a const void pointer.
2133 * regcache.h (regcache_raw_write): Update declaration.
2134 (regcache_raw_read): Update declaration.
2135 (supply_register): Update declaration.
2136
2137 2002-07-24 Tom Tromey <tromey@redhat.com>
2138
2139 * defs.h (gdb_readline_wrapper): Declare.
2140 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2141 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2142 * top.c (gdb_readline_wrapper): New function.
2143 (command_line_input): Use it.
2144
2145 2002-07-24 Andrew Cagney <cagney@redhat.com>
2146
2147 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2148 regcache_read and regcache_write.
2149 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2150 * regcache.c: Update.
2151 * sh-tdep.c (sh64_push_arguments): Update comment.
2152 (sh_pseudo_register_read): Update.
2153 (sh_pseudo_register_write): Update.
2154 (sh4_register_read): Update.
2155 (sh4_register_write): Update.
2156 (sh64_pseudo_register_read): Update.
2157 (sh64_pseudo_register_write): Update.
2158 (sh64_register_read): Update.
2159 (sh64_register_write): Update.
2160 * i386-tdep.c (i386_extract_return_value): Update.
2161 (i386_extract_struct_value_address): Update.
2162 (i386_extract_return_value): Update.
2163 * blockframe.c (generic_read_register_dummy): Update.
2164 (generic_call_dummy_register_unwind): Update
2165 * infrun.c (write_inferior_status_register): Update.
2166
2167 2002-07-23 Jim Blandy <jimb@redhat.com>
2168
2169 * parser-defs.h (expression_context_pc): Make this extern.
2170 (Thanks to Michael Snyder.)
2171
2172 2002-07-23 Andrew Cagney <ac131313@redhat.com>
2173
2174 GDB 5.2.1 released from 5.2 branch.
2175 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2176 * README: Update to mention 5.2.1.
2177
2178 2002-07-23 Mark Salter <msalter@redhat.com>
2179
2180 * remote.c (remote_read_bytes): Fix check for error.
2181
2182 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2183
2184 * aix-thread.c (language.h): Include.
2185 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2186 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2187 Print newlines at end of debug messages.
2188 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2189 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2190
2191 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2192
2193 * aix-thread.c (ppc-tdep.h): Include.
2194 (special_register_p): New function.
2195 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2196 (store_regs_user_thread): Use register number information from
2197 gdbarch_tdep struct instead of hardcoded offsets relative to
2198 FIRST_UISA_SP_REGNUM.
2199 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2200 special_register_p() instead of using FPLAST_REGNUM and
2201 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2202 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2203 will be MQ's register number.
2204
2205 2002-07-22 Michael Snyder <msnyder@redhat.com>
2206
2207 * aix-thread.c (ops): Rename to aix_thread_ops.
2208 (base_ops): Rename to base_target.
2209 (ops_attach): Rename to aix_thread_attach.
2210 (ops_detach): Rename to aix_thread_detach.
2211 (ops_resume): Rename to aix_thread_detach.
2212 (ops_wait): Rename to aix_thread_wait.
2213 (ops_kill): Rename to aix_thread_kill.
2214 (init_ops): Rename to init_aix_thread_ops.
2215 (ops_fetch_register): Rename to aix_thread_fetch_register.
2216 (ops_store_register): Rename to aix_thread_store_register.
2217 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2218 (ops_thread_alive): Rename to aix_thread_thread_alive.
2219 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2220 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2221 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2222 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2223 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2224 (store_regs_lib): Rename to store_regs_user_thread.
2225 (store_regs_kern): Rename to store_regs_kernel_thread.
2226
2227 2002-07-22 Michael Snyder <msnyder@redhat.com>
2228
2229 * aix-thread.c (ops_prepare_to_store): Eliminate.
2230 (init_ops): Don't initialize ops.prepare_to_store.
2231 (store_regs_kern): Pre-fetch register buffers from child,
2232 because some registers may not be in the cache. Copy
2233 regs from register cache only if they are cached.
2234 (store_regs_lib): Copy regs from register cache only
2235 if they are cached.
2236 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2237 fill_gprs64): Ditto.
2238
2239 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2240
2241 * aix-thread.c (gdb_assert.h): Include.
2242 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2243 register sizes (from register cache) match size of buffer holding
2244 register data.
2245 (fill_sprs32): Change parameter types to match those in the ptrace()
2246 buffer.
2247 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2248 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2249
2250 2002-07-22 Michael Snyder <msnyder@redhat.com>
2251
2252 * aix-thread.c (supply_sprs64): Cosmetic change.
2253 (supply_sprs32): Cosmetic change.
2254 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2255 (fill_sprs64): Use regcache_collect instead of read_register.
2256 (store_regs_lib): Use regcache_collect instead of
2257 read_register. Use fill_sprs32 instead of fill_sprs64,
2258 if debugging a 32-bit architecture.
2259 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2260 out of the register cache, instead of passing a pointer into
2261 the register cache directly to ptrace. Use regcache_collect
2262 insteaad of read_register.
2263 (ops_prepare_to_store): Use target_read_registers instead
2264 of read_register_bytes.
2265
2266 2002-07-20 Aidan Skinner <aidan@velvet.net>
2267
2268 * MAINTAINERS: Add self under write after approval.
2269
2270 2002-07-20 Aidan Skinner <aidan@velvet.net>
2271
2272 * ada-tasks.c: Change k&r style function definitions to prototyped
2273 form.
2274
2275 2002-07-19 Andrew Cagney <ac131313@redhat.com>
2276
2277 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2278 * x86-64-tdep.c: Include "objfiles.h".
2279 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2280 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2281
2282 2002-07-17 Michal Ludvig <michal@suse.cz>
2283
2284 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2285 (update_context): Initialise cfa variable.
2286
2287 2002-07-17 Michael Snyder <msnyder@redhat.com>
2288
2289 * aix-thread.c: Shorten some long lines.
2290 Bring comments into line with code spec.
2291
2292 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2293
2294 * infrun.c: Re-indent using gdb_indent.sh.
2295
2296 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2297
2298 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2299 Leave the indentation temporarily untouched, to minimize the diffs.
2300
2301 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
2302
2303 * stabsread.c: Make os9k sections of the code obsolete,
2304 for real this time.
2305 * stabsread.h: Make os9k sections of the code obsolete.
2306
2307 2002-07-18 Michal Ludvig <mludvig@suse.cz>
2308
2309 * linux-low.c (regsets_store_inferior_registers): Add free()
2310 at the end of a loop to prevent memory leak.
2311 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2312 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2313 * config/sparc/tm-sp64linux.h: Make the rest of #endif
2314 line a comment.
2315 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2316
2317 2002-07-17 Jim Blandy <jimb@redhat.com>
2318
2319 * macrocmd.c (info_macro_command): Remove newline from error
2320 message.
2321
2322 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2323
2324 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2325 (sh_gdbarch_init): Use it for sh-dsp.
2326
2327 2002-07-16 Kevin Buettner <kevinb@redhat.com>
2328
2329 * dwarf2read.c (read_initial_length): Handle older, non-standard,
2330 64-bit DWARF2 format.
2331
2332 2002-07-16 Joel Brobecker <brobecker@gnat.com>
2333
2334 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2335 <sys/proc.h> when not available.
2336
2337 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2338
2339 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2340 * stabsread.c: Make os9k sections of the code obsolete.
2341 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2342 * config/i386/i386os9k.mt: Make file obsolete.
2343 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2344 (COMMON_OBS): Remove os9kread.o
2345 (SFILES): Remove os9kread.c.
2346 (os9kread.o, remote-os9k.o): Make target obsolete.
2347 * remote-os9k.c: Make file obsolete.
2348 * os9kread.c: Make file obsolete.
2349 * Makefile.in
2350
2351 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2352
2353 * NEWS: Mention that the FR30 has been made obsolete.
2354 * fr30-tdep.c: Make file obsolete.
2355 * config/fr30/tm-fr30.h: Ditto.
2356 * config/fr30/fr30.mt: Ditto.
2357 * configure.tgt: Make fr30-*-elf obsolete.
2358 * MAINTAINERS: Make fr30-elf obsolete.
2359
2360 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2361
2362 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2363 found is not inside a section.
2364
2365 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2366
2367 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2368 strerror().
2369 (pdc_realloc): Use xrealloc() instead of realloc().
2370
2371 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2372
2373 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2374 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2375 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2376 macros.
2377
2378 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2379
2380 * aix-thread.c (ptrace_check): Eliminate goto.
2381 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2382 problem.
2383
2384 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2385
2386 * aix-thread.c (gdbcmd.h): Include.
2387 (DEBUG, DBG, DBG2, dbg): Eliminate.
2388 (debug_aix_thread): New static global.
2389 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2390 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2391 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2392 invocations to DBG and DBG2 macros to test against
2393 ``debug_aix_thread'' and call fprintf_unfiltered().
2394 (_initialize_aix_thread): Add new command "set debug aix-thread".
2395
2396 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2397
2398 From Gerhard Tonn <TON@de.ibm.com>:
2399 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2400 instead of supply_register.
2401
2402 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2403
2404 * dwarf2cfi.c: Include "gdb_assert.h".
2405 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2406 non-NULL.
2407 (update_context): Do not use __func__. Add missing ``break''.
2408 (update_context): Do not use __func__.
2409
2410 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
2411
2412 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2413 and its setting. Set gdbarch instruction printing functions
2414 directly. For non-rs6000 case use new function
2415 gdb_print_insn_powerpc.
2416 (gdb_print_insn_powerpc): New function.
2417
2418 2002-07-13 Andrew Cagney <ac131313@redhat.com>
2419
2420 * NEWS: Mention that the d30v has been marked obsolete.
2421 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2422 * configure.tgt: Mark d30v-*-* as obsolete.
2423 * d30v-tdep.c: Mark file as obsolete.
2424 * config/d30v/d30v.mt: Ditto.
2425 * config/d30v/tm-d30v.h: Ditto.
2426
2427 2002-07-13 Aidan Skinner <aidan@velvet.net>
2428
2429 * ada-tasks.c (add_task_entry): replace calls to
2430 malloc() with xmalloc
2431 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2432
2433 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2434 ada_finish_decode_line_1, all_sals_for_line
2435 ada_breakpoint_rewrite): replace calls to free() with xfree()
2436
2437 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2438
2439 From Nicholas Duffek (with minor changes by Martin Hunt,
2440 Louis Hamilton, and Kevin Buettner):
2441 * aix-thread.c: New file.
2442
2443 2002-07-12 Petr Sorfa <petrs@caldera.com>
2444
2445 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2446 complaint for invalid attribute class or form.
2447 (read_func_scope): DW_AT_frame_base
2448 better handling of DW_AT_block*.
2449 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2450 better handling of DW_AT_block*.
2451 (read_common_block): DW_AT_location
2452 better handling of DW_AT_block*.
2453 (read_partial_die): DW_AT_location better handling
2454 of DW_AT_block*.
2455 (new_symbol): DW_AT_external better handling of
2456 DW_AT_block*. Proper initialization of variable
2457 "addr".
2458 (attr_form_is_block): New function that returns true
2459 if the attribute's form is of DW_FORM_block*.
2460
2461 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2462
2463 * valops.c (find_method_list): Remove comment about
2464 removed STATIC_MEMFUNCP argument.
2465 (value_find_oload_method_list): Likewise.
2466
2467 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2468
2469 From Nicholas Duffek:
2470 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2471 target_new_objfile_hook.
2472
2473 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2474
2475 From Nicholas Duffek:
2476 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2477 csect.
2478
2479 2002-07-12 Andrew Cagney <cagney@redhat.com>
2480
2481 * MAINTAINERS: Mention --enable-sim-build-warnings.
2482 (m68hc11-elf): Disable sim build warnings.
2483 (m32r-elf): Mark as broken obsolete candidate.
2484 (x86_64-linux-gnu): Mark as buildable with -Werror.
2485 (arm-elf): Change -w to ``,'' which enables warnings but not
2486 -Werror.
2487
2488 2002-07-12 Andrew Cagney <ac131313@redhat.com>
2489
2490 * bcache.h: Update copyright.
2491 (struct bstring, struct bcache): Move definition to "bcache.c".
2492 Replaced by opaque declaration.
2493 (bcache_xfree): Replace free_bcache.
2494 (bcache_xmalloc, bcache_memory_used): Declare.
2495
2496 * bcache.c: Update copyright.
2497 (struct bstring, struct bcache): Moved to here from "bcache.h".
2498 Update comments.
2499 (bcache_xmalloc, bcache_memory_used): New functions.
2500 (bcache_xfree): Replace function free_bcache.
2501
2502 * Makefile.in (objfiles.o): Add $(bcache_h).
2503 (objfiles_h): Remove $(bcache_h).
2504 (symfile.o): Add $(bcache_h).
2505
2506 * symmisc.c: Update copyright.
2507 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2508 (print_objfile_statistics): Use bcache_memory_used.
2509
2510 * symfile.c: Include "bcache.h".
2511 (reread_symbols): Use bcache_xfree.
2512 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2513 (add_psymbol_to_list): Pass psymbol_cache by value.
2514 (add_psymbol_with_dem_name_to_list): Ditto.
2515
2516 * objfiles.h: Update copyright.
2517 (struct bcache): Declare opaque. Do not include "bcache.h".
2518 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2519 bcache'' pointers.
2520 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2521
2522 * objfiles.c: Include "bcache.h". Update copyright.
2523 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2524 macro_cache.
2525 (free_objfile): Use bcache_xfree.
2526
2527 2002-07-11 Grace Sainsbury <graces@redhat.com>
2528
2529 * monitor.c (monitor_fetch_register): Make name a constant.
2530 (monitor_store_register): Same.
2531
2532 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
2533
2534 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2535 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2536 (finish_block) For non-function blocks, hash the symbol table. For
2537 function blocks, mark the symbol table as unhashed.
2538 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2539 (msymbol_hash_iw): Likewise.
2540 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2541 value.
2542 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2543 (lookup_minimal_symbol): Likewise for both.
2544 * symtab.h (struct block): Add `hashtable' flag. Comment the
2545 hashtable.
2546 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2547 (ALL_BLOCK_SYMBOLS): Update.
2548 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2549 (struct symbol): Add `hash_next' pointer.
2550 * symtab.c (lookup_block_symbol): Search using the hash table when
2551 possible.
2552 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2553 (search_symbols, find_addr_symbol): Likewise.
2554
2555 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2556 (read_dst_symtab): Likewise.
2557 * jv-lang.c (get_java_class_symtab): Likewise.
2558 * mdebugread.c: Include "gdb_assert.h".
2559 (shrink_block): Assert that the block being modified is not hashed.
2560 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2561 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2562 symbols.
2563 (dump_symtab): Recognize hashed blocks.
2564 * printcmd.c (print_frame_args): Assert that function blocks do not
2565 have hashed symbol tables.
2566 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2567 (fill_in_ada_prototype, debug_print_block): Likewise.
2568 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2569
2570 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
2571
2572 * stack.c (print_frame): Use result of frame_address_in_block()
2573 instead of fi->pc when evaluating symbols.
2574 (backtrace_command_1): Ditto.
2575
2576 2002-07-11 Andrew Cagney <cagney@redhat.com>
2577
2578 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2579 Make static.
2580
2581 * arm-tdep.c (arm_register_name): Make return type constant.
2582
2583 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2584
2585 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2586 prototype.
2587 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2588 * s390-tdep.c (s390_fp_regnum): Ditto.
2589 (s390_read_fp): Ditto.
2590 (s390_pop_frame): Ditto.
2591 (_initialize_s390_tdep): Ditto.
2592 * remote.c (get_remote_state): Ditto.
2593 * procfs.c (mappingflags): Ditto.
2594 * memattr.c (_initialize_mem): Ditto.
2595 * mcore-tdep.c (mcore_pop_frame): Ditto.
2596 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2597 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2598 * language.c (set_case_str): Ditto.
2599 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2600 * frv-tdep.c (new_variant): Ditto.
2601 (frv_stopped_data_address): Ditto.
2602 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2603 (context_alloc): Ditto.
2604 (frame_state_alloc): Ditto.
2605 (unwind_tmp_obstack_init): Ditto.
2606 (unwind_tmp_obstack_free): Ditto.
2607 (cfi_read_fp): Ditto.
2608 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2609 (cris_pop_frame): Ditto.
2610 * c-lang.c (scanning_macro_expansion): Ditto.
2611 (finished_macro_expansion): Ditto.
2612 (c_preprocess_and_parse): Ditto.
2613 * gdbarch.sh: Ditto.
2614 * gdbarch.h, gdbarch.c: Regenerate.
2615 * config/mn10200/tm-mn10200.h: Adjust indentation.
2616 * target.c: Adjust indentation.
2617 * symtab.h: Adjust indentation.
2618 * stabsread.h: Adjust indentation.
2619 * remote-es.c: Adjust indentation.
2620 * os9kread.c: Adjust indentation.
2621
2622 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2623
2624 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2625 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2626
2627 2002-07-10 Grace Sainsbury <graces@redhat.com>
2628
2629 * NEWS: Mention m68k, mcore multi-arching.
2630 * MAINTAINERS: Change status of m68k, mcore to reflect
2631 multi-arching.
2632
2633 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
2634
2635 * valops.c (find_overload_match): Free oload_syms.
2636
2637 2002-07-09 Joel Brobecker <brobecker@gnat.com>
2638
2639 Define HAVE_SYS_PROC_H if sys/proc.h exists
2640 * configure.in: Add check for sys/proc.h
2641 * config.in: Regenerate.
2642 * configure: Regenerate.
2643
2644 2002-07-09 Grace Sainsbury <graces@redhat.com>
2645
2646 * config/m68k/tm-m68k.h: Remove macros wrapped in
2647 #if !GDB_MULTI_ARCH.
2648
2649 2002-07-08 Andrew Cagney <ac131313@redhat.com>
2650
2651 * config.in, configure: Regenerate.
2652
2653 2002-07-08 Mark Kettenis <kettenis@gnu.org>
2654
2655 * dwarf2cfi.c: Include "gcore.h".
2656 (execute_stack_op): Fix implementation of the
2657 DW_OP_deref and DW_OP_deref_size operators by letting do their
2658 lookup in the target.
2659
2660 2002-07-07 Mark Kettenis <kettenis@gnu.org>
2661
2662 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2663 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2664 tdep->sc_sp_offset.
2665
2666 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
2667
2668 Fix PR gdb/595, gdb/602
2669 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2670 Don't call value_cast, just read the vtable pointer; update comments
2671 to match.
2672
2673 2002-07-05 Grace Sainsbury <graces@redhat.com>
2674
2675 * config/mcore/tm-mcore.h: Remove file.
2676 * config/mcore/mcore.mt: Remove definition of TM_FILE
2677 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2678
2679 2002-07-05 Mark Kettenis <kettenis@gnu.org>
2680
2681 * i386bsd-tdep.c: Include "gdb_string.h".
2682
2683 2002-07-04 Grace Sainsbury <graces@redhat.com>
2684
2685 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2686 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2687 mcore-tdep.
2688 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2689 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2690 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2691 (RETVAL_REGNUM): Move macros from tm-mcore.h
2692 (mcore_reg_struct_has_addr): New function.
2693 (mcore_gdbarch_init): Added initializations for the macros removed
2694 from tm-mcore.h.
2695
2696 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2697
2698 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2699 traditonal string branding within the ELF header.
2700
2701 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
2702
2703 * symtab.c (remove_params): New function.
2704 (make_symbol_overload_list): Use it instead of cplus_demangle.
2705 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2706
2707 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2708
2709 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2710
2711 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2712 New variables.
2713 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2714 and tdep->sigtramp_end.
2715 * i386obsd-nat.c: New file.
2716 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2717
2718 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2719 Don't call get_current_frame().
2720
2721 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2722
2723 * i386-nat.c (child_post_startup_inferior): New function
2724 calling i386_cleanup_dregs if
2725 I386_USE_GENERIC_WATCHPOINTS is defined.
2726 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2727 conditional to acknowledge that i386-nat.c has its
2728 own child_post_startup_inferior function.
2729
2730 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2731
2732 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2733 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2734 instead of MAX_REGISTER_RAW_SIZE.
2735 (i386_extract_return_value, i386_extract_struct_value_address):
2736 Convert to use regcache.
2737 (i386_gdbarch_init): Set max_register_raw_size and
2738 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2739 Set extract_return_value and extract_struct_value_address instead
2740 of their deprecated variants.
2741
2742 Convert i386 target to generic dummy frames.
2743 * i386-tdep.c: Include "symfile.h".
2744 (i386_frameless_signal_p): Consider a function to be frameless if
2745 the pc points at the first instruction of the function.
2746 (i386_frame_chain): Handle (generic) call dummies.
2747 (i386_frame_saved_pc): Likewise.
2748 (i386_frame_init_saved_regs): Remove code dealing with call
2749 dummies on the stack.
2750 (i386_push_dummy_frame): Removed.
2751 (i386_call_dummy_words): Removed.
2752 (i386_fix_call_dummy): Removed.
2753 (i386_push_return_address): New function.
2754 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2755 parameter, and don't call get_current_frame.
2756 (i386_pop_frame): New function.
2757 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2758 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2759 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2760 call_dummy_length to 0, set call_dummy_words to NULL, set
2761 sizeof_call_dummy_words to 0, set fix_call_dummy to
2762 generic_fix_call_dummy, set pc_in_call_dummy to
2763 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2764 generic_push_dummy_frame, set push_return_address to
2765 i386_push_return_address and set frame_chain_valid to
2766 generic_file_frame_chain_valid.
2767
2768 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2769
2770 * gdbarch.sh (struct regcache): Add opaque declaration.
2771 (EXTRACT_RETURN_VALUE): New architecture method.
2772 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2773 * gdbarch.h, gdbarch.c: Regenerate.
2774 * arch-utils.c (legacy_extract_return_value): New function.
2775 * arch-utils.h (legacy_extract_return_value): Declare.
2776 * values.c (value_being_returned): Re-enable code handling
2777 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2778 deprecated_grub_regcache_for_registers call to block handling
2779 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2780 (EXTRACT_RETURN_VALUE): Do not define.
2781
2782 2002-07-03 Grace Sainsbury <graces@redhat.com>
2783
2784 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2785 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2786 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2787 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2788 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2789 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2790 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2791 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2792 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2793 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2794 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2795 argument so the function fits the prototype in the architecture
2796 vector.
2797 (mcore_pop_frame): Remove argument so the function fits the
2798 prototype. Use get_current_frame instead of the argument.
2799 (mcore_push_arguments): Change type of struct_return so the
2800 function can be used in the architecture vector.
2801 (mcore_store_struct_return): Add.
2802 (mcore_frame_init_saved_regs): Add.
2803 (mcore_gdbarch_init): Add function calls to replace the macros
2804 removed from tm-mcore.h
2805
2806 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2807
2808 * infcmd.c (print_return_value): Remove compatibility code calling
2809 deprecated_grub_regcache_for_registers.
2810
2811 * values.c: Include "regcache.h".
2812 (value_being_returned): Update. Use
2813 deprecated_grub_regcache_for_registers to extract the register
2814 buffer address.
2815 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2816 ``struct regcache''.
2817 * Makefile.in (values.o): Add dependency on $(regcache_h).
2818
2819 * inferior.h (run_stack_dummy): Change type of second parameter to
2820 a ``struct regcache''.
2821 * valops.c (hand_function_call): Change type of retbuf to ``struct
2822 regcache''. Allocate using regcache_xmalloc, clean using
2823 make_cleanup_regcache_xfree.
2824 * infcmd.c (run_stack_dummy): Update. Use
2825 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2826
2827 * regcache.c (do_regcache_xfree): New function.
2828 (make_cleanup_regcache_xfree): New function.
2829 * regcache.h (make_cleanup_regcache_xfree): Declare.
2830
2831 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2832
2833 * event-top.c (command_line_handler): Don't read past
2834 beginning of buffer.
2835
2836 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2837
2838 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2839 struct frame_id.
2840 (varobj_create): Store frame_id for root.
2841 (varobj_gen_name): Use xasprintf.
2842 (varobj_update): Save and restore frame using get_frame_id() and
2843 frame_find_by_id().
2844 (create_child): Use xasprintf.
2845 (new_root_variable): Initialize frame_id.
2846 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2847 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2848 to prevent memory leak.
2849
2850 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2851
2852 * valops.c (hand_function_call): Move declaration of retbuf to
2853 start of function, allocate using malloc, add a cleanup but before
2854 the inf_status cleanup, cleanup the buffer. Rename local variable
2855 old_chain to inf_status_cleanup.
2856
2857 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2858
2859 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2860
2861 * cli/cli-decode.c (cmd_func_p): New function.
2862 (cmd_func): New function.
2863
2864 * command.h: Add cmd_func() and cmd_func_p().
2865
2866 2002-07-03 Grace Sainsbury <graces@redhat.com>
2867
2868 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2869 (REGISTER_SIZE): Remove.
2870 (MAX_REGISTER_RAW_SIZE): Remove.
2871 (REGISTER_VIRTUAL_TYPE): Remove.
2872 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2873 (REGISTER_NAME): Remove.
2874 (USE_GENERIC_DUMMY_FRAMES): Remove.
2875 (CALL_DUMMY): Remove.
2876 (CALL_DUMMY_START_OFFSET): Remove.
2877 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2878 (CALL_DUMMY_LOCATION): Remove.
2879 (FIX_CALL_DUMMY): Remove.
2880 (CALL_DUMMY_ADDRESS): Remove.
2881 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2882 (SAVE_DUMMY_FRAME_TOS): Remove.
2883 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2884 (mcore_register_virtual_type): New function.
2885 (mcore_register_byte): New function.
2886 (mcore_register_size): New function.
2887 (mcore_register_name): New function.
2888 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2889 macros removed from tm-mcore.h.
2890 (mcore_dump_tdep): Add.
2891 (_initialize_mcore_tdep): Add gdbarch_register call.
2892
2893 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2894
2895 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2896 frameless_look_for_prologue, such that we actually call this
2897 function.
2898
2899 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2900
2901 * frame.h (frame_address_in_block): New function.
2902
2903 * blockframe.c (frame_address_in_block): New function extracted
2904 from get_frame_block().
2905 (get_frame_block): Use frame_address_in_block().
2906 (block_innermost_frame): Use frame_address_in_block() to match
2907 the frame pc address against the block boundaries rather than
2908 the frame pc directly. This prevents a failure when a frame pc
2909 is actually a return-address pointing immediately after the end
2910 of the given block.
2911
2912 2002-07-02 Grace Sainsbury <graces@redhat.com>
2913
2914 * MAINTAINERS: Add self under write after approval.
2915
2916 2002-07-02 Grace Sainsbury <graces@redhat.com>
2917
2918 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2919 used in architecture vector. The default is
2920 m68k_local_breakpoint_from_pc.
2921 (m68k_local_breakpoint_from_pc): Add.
2922 (enum): Add register numbers from tm-m68k.h.
2923 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2924 vector.
2925 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2926 GDB_MULTI_ARCH_PARTIAL.
2927 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2928 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2929 m68k-tdep.c.
2930 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2931 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2932 to enum in m68k-tdep.c
2933
2934 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2935
2936 * solib-osf.c (open_map): Compute the list of shared libraries
2937 loaded by the inferior, rather than the list of libraries loaded
2938 by GDB itself. Otherwise, GDB ends up reading the symbols from
2939 the wrong shared libraries...
2940
2941 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2942
2943 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2944 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2945 macros.
2946 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2947 Remove functions.
2948 (FRAMELESS_SIGNAL): Remove function.
2949 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2950 i386_linux_saved_pc_after_call): Removed.
2951 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2952 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2953 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2954
2955 * i386-tdep.c (i386_frameless_signal_p): New function.
2956 (i386_frame_chain): Deal with frameless signals.
2957 (i386_sigtramp_saved_sp): New function.
2958 (i386_frame_saved_pc): Deal with frameless signals.
2959 (i386_saved_pc_after_call): Make sure the correct value is
2960 returned just after entry into a sigtramp.
2961 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2962 i386fbsd4_sc_sp_offset): New variables.
2963 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2964 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2965 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2966 similiar to what we already did for sc_pc_offset.
2967 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2968 tdep->sc_sp_offset.
2969
2970 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2971
2972 2002-07-02 Michal Ludvig <mludvig@suse.cz>
2973
2974 * config/i386/tm-x86-64linux.h: New.
2975 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2976 definitions.
2977 * config/i386/nm-x86-64.h: Rename to ...
2978 * config/i386/nm-x86-64linux.h: ... this one.
2979 * config/i386/x86-64linux.mh: Reflect the above change.
2980
2981 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2982
2983 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2984 with sigcontext_addr. Add sc_sp_offset.
2985 (i386bsd_sigtramp_saved_pc): Remove prototype.
2986 (i386bsd_sicontext_addr): Add prototype.
2987 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2988 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2989 (i386_svr4_sigtramp_saved_pc): Removed.
2990 (i386_svr4_sigcontext_addr): New function.
2991 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2992 Initialize tdep->sigcontext_addr instead. Initialize
2993 tdep->sc_pc_offset and tdep->sc_sp_offset.
2994 (i386_gdbarch_init): Likewise.
2995 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2996 any more.
2997 (i386bsd_sigtramp_saved_pc): Remove function.
2998 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2999 Initialize tdep->sigcontext_addr instead. Initialize
3000 tdep->sc_pc_offset.
3001 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
3002 of tdep->sigtramp_saved_pc.
3003 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
3004 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3005 instead.
3006
3007 * i386-tdep.c (i386_frameless_function_invocation,
3008 i386_frame_num_args, i386_frame_init_saved_regs,
3009 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3010 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3011 i386_extract_return_value, i386_store_return_value,
3012 i386_extract_struct_value_address, i386_register_virtual_type,
3013 i386_register_convertible, i386_register_convert_to_virtual,
3014 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3015 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3016 static.
3017
3018 2002-07-01 Mark Kettenis <kettenis@gnu.org>
3019
3020 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3021
3022 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3023 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3024 this macro. Include "value.h".
3025
3026 2002-06-30 Aidan Skinner <aidan@velvet.net>
3027
3028 * ada-exp.tab.c: remove as it's a generated file
3029 * ada-lex.c: remove as it's a generated file
3030
3031 2002-06-30 Mark Kettenis <kettenis@gnu.org>
3032
3033 * config/i386/tm-i386.h (struct frame_info, struct
3034 frame_saved_regs, struct value, struct type): Remove forward
3035 declarations.
3036
3037 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3038 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3039 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3040 (FILL_FPXREGSET): Define.
3041
3042 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3043
3044 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3045 i[3456]86-*-netbsd* case.
3046 * config/i386/tm-obsd.h: Removed.
3047 * config/i386/obsd.mt: Removed.
3048 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3049 core-aout.o.
3050 (MH_CFLAGS): Add -DYYDEBUG=0.
3051
3052 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3053 i386nbsd_sc_pc_offset on OpenBSD too.
3054
3055 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3056 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3057 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3058 define.
3059 * i386bsd-tdep.c: Include "arch-utils.h".
3060 (i386bsd_aout_in_solib_call_trampoline): New function.
3061 (i386bsd_init_abi): Set in_solib_call_trampoline to
3062 i386bsd_aout_in_solib_call_trampoline.
3063 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3064 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3065
3066 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3067
3068 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3069 (struct obstack, struct bcache): Add opaque declarations.
3070 * Makefile.in (macrotab_h): Update
3071
3072 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3073
3074 * blockframe.c (generic_find_dummy_frame): Change return type to
3075 ``struct regcache''.
3076 (struct dummy_frame): Replace field ``registers'' with regcache, a
3077 struct regcache object.
3078 (generic_find_dummy_frame): Update.
3079 (generic_push_dummy_frame): Update. Use regcache_xfree,
3080 regcache_xmalloc and regcache_cpy.
3081 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3082 regcache_xfree.
3083 (deprecated_generic_find_dummy_frame): Update.
3084 (generic_read_register_dummy): Update. Use
3085 regcache_read_as_address.
3086 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3087 (generic_get_saved_register): Update. Use regcache_read.
3088
3089 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3090
3091 * Makefile.in (objfiles_h): Add $(bcache_h).
3092 * objfiles.h: Include "bcache.h".
3093
3094 * Makefile.in (symtab_h): Remove $(bcache_h).
3095 * symtab.h: Do not include "bcache.h".
3096
3097 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3098
3099 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3100 generic_func_frame_chain_valid.
3101
3102 2002-06-28 David O'Brien <obrien@FreeBSD.org>
3103
3104 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3105 * config/i386/tm-fbsd.h: Likewise.
3106
3107 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3108
3109 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3110 generic_unwind_get_saved_register.
3111
3112 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3113
3114 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3115 * regcache.c (supply_register): Add missing argument to
3116 register_buffer call.
3117
3118 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3119
3120 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3121 Solaris /bin/grep does not not like it. From Peter Schauer.
3122
3123 2002-06-26 Tom Tromey <tromey@redhat.com>
3124
3125 * command.h (add_setshow_cmd): Declare.
3126 (add_setshow_cmd_full): Declare.
3127 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3128 returns void. Use add_setshow_cmd_full.
3129 (add_setshow_cmd_full): New function.
3130 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3131 (add_setshow_boolean_cmd): Likewise.
3132
3133 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3134
3135 * config/vax/tm-vax.h: Protect from multiple inclusion.
3136 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3137 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3138 * config/vax/tm-vaxbsd.h: ...here. New file.
3139 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3140
3141 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3142
3143 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3144 (BELIEVE_PCC_PROMOTION): Remove.
3145 (AP_REGNUM): Move to...
3146 * config/vax/nm-vax.h: ...here.
3147 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3148 (vax_breakpoint_from_pc): New function.
3149 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3150 and gdbarch_believe_pcc_promotion.
3151
3152 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3153
3154 * Makefile.in (vax_tdep_h): Define.
3155 (vax-tdep.o): Use $(vax_tdep_h).
3156 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3157 (vax_dump_tdep): New function.
3158 (_initialize_vax_tdep): Register vax_dump_tdep.
3159 * vax-tdep.h: Include osabi.h.
3160 (struct gdbarch_tdep): New.
3161
3162 2002-06-26 Andrew Cagney <cagney@redhat.com>
3163
3164 * frame.h (deprecated_generic_find_dummy_frame): Rename
3165 generic_find_dummy_frame.
3166 * blockframe.c (generic_find_dummy_frame): Make static.
3167 (deprecated_generic_find_dummy_frame): New function.
3168 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3169 generic_find_dummy_frame with deprecated_find_dummy_frame.
3170 (sh64_nofp_frame_init_saved_regs): Ditto.
3171 (sh_fp_frame_init_saved_regs): Ditto.
3172 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3173 (s390_frame_chain): Ditto.
3174 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3175
3176 2002-06-26 Grace Sainsbury <graces@redhat.com>
3177
3178 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3179 gdbarch vector are at the top.
3180 (NUM_REGS): Remove.
3181 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3182 (FRAME_ARGS_ADDRESS): Remove.
3183 (FRAME_LOCALS_ADDRESS): Remove.
3184 (FRAME_NUM_ARGS): Remove.
3185 (FRAME_ARGS_SKIP): Remove.
3186 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3187 (m68k_gdbarch_init): Add gdbarch initializations for macros
3188 undefined in tm-m68k.h
3189
3190 2002-06-26 Grace Sainsbury <graces@redhat.com>
3191
3192 * monitor.h: Add the function regname to monitor_ops
3193 structure. This way NUM_REGS does not have to be a constant.
3194 * monitor.c (monitor_fetch_register): Added support for regname
3195 function. The function is called if the array regnames is NULL.
3196 (monitor_store_register): Same.
3197 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3198 regnames array.
3199 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3200 cpu32bug_cmds.regname to point to new function.
3201 * abug-rom.c (abug_regname): Same as above.
3202 (init_abug_cmds): Same.
3203 * dbug-rom.c (dbug_regname): Same as above.
3204 (init_dbug_cmds): Same.
3205 * remote-est.c (est_regname): Same.
3206 (init_est_cmds): Same.
3207 * rom68k-rom.c (rom68k_regname): Same.
3208 (init_rom68k_cmds): Same.
3209
3210 2002-06-25 Tom Tromey <tromey@redhat.com>
3211
3212 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3213
3214 2002-06-25 Andrew Cagney <cagney@redhat.com>
3215
3216 * infrun.c (stop_registers): Change variable's type to ``struct
3217 regcache'''.
3218 (xmalloc_inferior_status): Delete function.
3219 (free_inferior_status): Delete function.
3220 (normal_stop): Use regcache_cpy.
3221 (struct inferior_status): Change type of fields ``stop_registers''
3222 and ``registers'' to ``struct regcache''.
3223 (write_inferior_status_register): Use regcache_write.
3224 (save_inferior_status): Instead of calling
3225 xmalloc_inferior_status, allocate the inf_status buffer directly.
3226 Use regcache_dup_no_passthrough and regcache_dup to save the
3227 buffers.
3228 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3229 Replace the stop_registers regcache instead of overriding it. Use
3230 regcache_xfree. Instead of calling free_inferior_status, xfree
3231 the buffer directly.
3232 (discard_inferior_status): Use regcache_xfree. Instead of calling
3233 free_inferior_status, xfree the buffer directly.
3234 (build_infrun): Use regcache_xmalloc.
3235 (_initialize_infrun): Delete redundant call to build_infrun.
3236
3237 * Makefile.in (infcmd.o): Add $(regcache_h).
3238
3239 * infcmd.c: Include "regcache.h".
3240 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3241 obtain the address of `stop_registers' register buffer.
3242 (print_return_value): Ditto.
3243
3244 * inferior.h (struct regcache): Add opaque declaration.
3245 (stop_registers): Change variable's declared type to ``struct
3246 regcache''.
3247
3248 2002-06-24 Tom Tromey <tromey@redhat.com>
3249
3250 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3251 * target.c (initialize_targets): Fixed typo in
3252 trust-readonly-sections `show' documentation.
3253
3254 * main.c: Marked all strings with _().
3255
3256 2002-06-24 Don Howard <dhoward@redhat.com>
3257
3258 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3259 that means max CORE_ADDR+1.
3260 (lookup_mem_region): Ditto.
3261 (mem_info_command): Ditto.
3262
3263 2002-06-24 Grace Sainsbury <graces@redhat.com>
3264
3265 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3266 (REGISTER_BYTES_OK): Remove.
3267 (REGISTER_BYTES): Remove.
3268 (STORE_STRUCT_RETURN): Remove.
3269 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3270 (STORE_RETURN_VALUE): Remove.
3271 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3272 (FRAME_CHAIN): Remove.
3273 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3274 (FRAME_SAVED_PC): Remove.
3275 * m68k-tdep.c (m68k_register_bytes_ok):Add.
3276 (m68k_store_struct_return): Add.
3277 (m68k_deprecated_extract_return_value): Add.
3278 (m68k_deprecated_extract_struct_value_address): Add.
3279 (m68k_store_return_value): Add.
3280 (m68k_frame_chain): Add.
3281 (m68k_frameless_function_invocation): Add.
3282 (m68k_frame_saved_pc): Add.
3283 (m68k_gdbarch_init): added set_gdbarch calls for new
3284 functions and deleted macros.
3285
3286 2002-06-23 Tom Tromey <tromey@redhat.com>
3287
3288 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3289 (ALLDEPFILES): Likewise.
3290 (udiheaders): Removed.
3291 (udip2soc.o): Likewise.
3292 (udi2go32.o): Likewise.
3293 (udr.o): Likewise.
3294 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3295
3296 2002-06-22 Andrew Cagney <ac131313@redhat.com>
3297
3298 * infrun.c (_initialize_infrun): Delete unnecessary call to
3299 build_infrun.
3300
3301 * regcache.h: Update comments describing the regcache_cpy family
3302 of functions.
3303 (regcache_save, regcache_restore): Delete declaration.
3304 (regcache_save_no_passthrough): Delete declaration.
3305 (regcache_restore_no_passthrough): Delete declaration.
3306 * regcache.c (regcache_save): Delete function.
3307 (regcache_save_no_passthrough): Delete function.
3308 (regcache_restore): Delete function.
3309 (regcache_restore_no_passthrough): Delete function.
3310
3311 2002-06-21 Andrew Cagney <ac131313@redhat.com>
3312
3313 * config/m68k/tm-m68k.h: Fix typo.
3314 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3315 (m68k_frame_init_saved_regs): Declare.
3316
3317 2002-06-21 Jim Blandy <jimb@redhat.com>
3318
3319 Remove some vestiges of Harris 88k support.
3320 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3321 register numbering quirk.
3322 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3323 odd symbols occurring in Harris 88k ELF targets.
3324
3325 2002-06-21 Tom Tromey <tromey@redhat.com>
3326
3327 * gdb_locale.h: New file.
3328 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3329 (defs_h): Added gdb_locale.h.
3330 * configure, config.in: Rebuilt.
3331 * configure.in (PACKAGE): Define.
3332 * defs.h: Include gdb_locale.h.
3333 * main.c (captured_main): Call setlocale, bindtextdomain,
3334 textdomain.
3335
3336 2002-06-21 Dave Brolley <brolley@redhat.com>
3337
3338 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3339 * config/frv/frv.mt: New file.
3340 * config/frv/tm-frv.h: New file.
3341 * configure.tgt: Support frv-*-*.
3342 * Makefile.in (frv-tdep.o): New target.
3343 * frv-tdep.c: New file.
3344 * NEWS: Mention frv.
3345
3346 2002-06-21 Dave Brolley <brolley@redhat.com>
3347
3348 * MAINTAINERS: Add self to "Write After Approval" list.
3349
3350 2002-06-21 Grace Sainsbury <graces@redhat.com>
3351
3352 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3353 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3354 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3355 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3356 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3357
3358 * m68k-tdep.c: Include arch-utils.h
3359 (m68k_register_raw_size): Add.
3360 (m68k_register_virtual_size): Add.
3361 (m68k_register_virtual_type): Add.
3362 (m68k_register_name): Add.
3363 (m68k_stack_align): Add.
3364 (m68k_register_byte): Add.
3365 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3366 tm-m68k.h.
3367
3368 2002-06-21 Grace Sainsbury <graces@redhat.com>
3369
3370 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
3371 m68k_find_saved_regs.
3372 (m68k_pop_frame): Removed saved_regs structure, and replaced
3373 references to it with frame->saved_regs.
3374 (m68k_gdbarch_init): Added function calls to initialize the
3375 gdbarch structure.
3376 (m68k_fix_call_dummy): Add.
3377 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3378 (CALL_DUMMY): Remove.
3379 (CALL_DUMMY_LENGTH): Remove.
3380 (CALL_DUMMY_START_OFFSET): Remove.
3381 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3382 (FIX_CALL_DUMMY): Remove.
3383 (PUSH_DUMMY_FRAME): Remove.
3384 (POP_FRAME): Remove.
3385
3386 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3387
3388 * parse.c (parse_fprintf): New function used to avoid calls to
3389 fprintf in bison parser generated debug code.
3390 * parser-defs.h: Declaration of new parse_fprintf function.
3391 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3392 Set YYDEBUG to 1 by default.
3393 Set YYFPRINTF as parse_fprintf.
3394
3395 2002-06-21 Michal Ludvig <mludvig@suse.cz>
3396
3397 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3398 encoding anymore.
3399 (pointer_encoding, enum ptr_encoding): New.
3400 (execute_cfa_program): Take care about pointer encoding.
3401 (dwarf2_build_frame_info): Only call parse_frame_info for
3402 .debug_frame and .eh_frame.
3403 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3404 fixed augmentation handling, added relative addressing,
3405 ignore duplicate FDEs. Added comments.
3406 * dwarf2cfi.c: Reindented.
3407
3408 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
3409
3410 * event-top.c (command_handler): Don't use space_at_cmd_start
3411 unless there is sbrk() on the host. Assign time and space data
3412 to union fields of the appropriate length.
3413
3414 2002-06-20 Michal Ludvig <mludvig@suse.cz>
3415
3416 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3417 x86_64_register_name. Return type changed to 'const char *'.
3418 (x86_64_register_name2nr): Rename to x86_64_register_number.
3419 (x86_64_gdbarch_init): Update to reflect the change.
3420 * x86-64-tdep.h: Ditto.
3421 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3422 (supply_fpregset): Ditto.
3423
3424 2002-06-19 Andrew Cagney <cagney@redhat.com>
3425
3426 * regcache.h: Update copyright.
3427 (struct regcache, struct gdbarch): Add opaque declarations.
3428 (current_regcache): Declare global variable.
3429 (regcache_read, regcache_write): Add gdbarch parameter.
3430 (regcache_save, regcache_save_no_passthrough)
3431 (regcache_restore, regcache_restore_no_passthrough)
3432 (regcache_dup, regcache_dup_no_passthrough)
3433 (regcache_cpy, regcache_cpy_no_passthrough)
3434 (deprecated_grub_regcache_for_registers)
3435 (deprecated_grub_regcache_for_register_valid)
3436 (regcache_valid_p): Add function declarations.
3437
3438 * regcache.c: Update copyright.
3439 (regcache_descr_handle): New global variable.
3440 (struct regcache_descr): Define.
3441 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3442 (regcache_descr, xfree_regcache_descr): New functions.
3443 (struct regcache): Define.
3444 (regcache_xmalloc, regcache_xfree): New functions.
3445 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3446 (regcache_dup, regcache_dup_no_passthrough): New functions.
3447 (regcache_valid_p, regcache_read_as_address): New functions.
3448 (deprecated_grub_regcache_for_registers): New function.
3449 (deprecated_grub_regcache_for_register_valid): New function.
3450 (current_regcache): New global variable.
3451 (register_buffer): Add regcache parameter. Update calls.
3452 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3453 (read_register_gen, write_register_gen): Update register_buffer
3454 call. Test for legacy_p instead of gdbarch_register_read_p or
3455 gdbarch_register_write_p.
3456 (regcache_collect): Update register_buffer call.
3457 (build_regcache): Rewrite. Use deprecated grub functions.
3458 (regcache_save, regcache_save_no_passthrough): New functions.
3459 (regcache_restore, regcache_restore_no_passthrough): New
3460 functions.
3461 (_initialize_regcache): Create the regcache_data_handle. Swap
3462 current_regcache global variable.
3463
3464 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3465 parameter to regcache_read and regcache_write calls.
3466 (sh4_register_read): Ditto.
3467 (sh64_pseudo_register_read): Ditto.
3468 (sh64_register_read): Ditto.
3469 (sh_pseudo_register_write): Ditto.
3470 (sh4_register_write): Ditto.
3471 (sh64_pseudo_register_write): Ditto.
3472 (sh64_register_write): Ditto.
3473
3474 * defs.h (XCALLOC): Define.
3475
3476 2002-06-19 Grace Sainsbury <graces@redhat.com>
3477
3478 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3479 * m68k-tdep.c (m68k_gdbarch_init): Added.
3480 (m68k_dump_tdep): Added.
3481
3482 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3483
3484 * ada-lang.c (fill_in_ada_prototype): Update comment.
3485
3486 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3487
3488 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3489 MIPS_ABI_LAST.
3490 (mips_abi_string, mips_abi_strings): New.
3491 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3492 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3493 tdep->mips_abi_string. Honor mips_abi_string. Default to
3494 O32 if no ABI is found.
3495 (mips_dump_tdep): Use mips_abi_strings.
3496 (mips_abi_update): New function.
3497 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3498 ``set mips abi'' and ``show mips abi''. Check the size of
3499 mips_abi_strings.
3500
3501 2002-06-19 Andrew Cagney <cagney@redhat.com>
3502
3503 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3504 constant.
3505
3506 2002-06-18 Joel Brobecker <brobecker@gnat.com>
3507
3508 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3509 current frame using only the first stack size adjustment. All
3510 subsequent size adjustments are not considered to be part of
3511 the "static" part of the current frame.
3512 Compute the address of the saved registers relative to the
3513 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3514 in use in this frame.
3515
3516 2002-06-18 Don Howard <dhoward@redhat.com>
3517
3518 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3519 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3520 suggesting this solution.
3521
3522 2002-06-18 Andrew Cagney <ac131313@redhat.com>
3523
3524 * config/romp/xm-rtbsd.h: Delete file.
3525 * config/romp/rtbsd.mh: Delete file.
3526
3527 2002-06-18 Keith Seitz <keiths@redhat.com>
3528
3529 * breakpoint.c (condition_command): Post breakpoint_modify
3530 when a condition is added to an existing breakpoint.
3531 (commands_command): Likewise for commands.
3532 (set_ignore_count): Likewise for ignore counts.
3533 If no tty, do not simply return, still need to send event
3534 notification.
3535 (ignore_command): Only print a newline if the command came
3536 from a tty.
3537 Don't call breakpoints_changed, since this is now properly
3538 handled by set_ignore_count.
3539
3540 2002-06-18 Andrew Cagney <cagney@redhat.com>
3541
3542 * MAINTAINERS: Note that cris-elf target can be compiled with
3543 -Werror.
3544 * cris-tdep.c (cris_register_name): Make return type constant.
3545 (cris_breakpoint_from_pc): Ditto.
3546
3547 2002-06-18 Michal Ludvig <mludvig@suse.cz>
3548
3549 * frame.h (struct frame_info): Change type of context to
3550 'struct context'.
3551
3552 2002-06-17 Andrew Cagney <cagney@redhat.com>
3553
3554 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3555 pointer.
3556 * gdbarch.h, gdbarch.c: Regenerate.
3557 * config/mips/tm-mips.h (mips_register_name): Update.
3558 * i386-tdep.h (i386_register_name): Update.
3559 * mips-tdep.c (mips_register_name): Update
3560 * alpha-tdep.c (alpha_register_name): Update.
3561 * arch-utils.c (legacy_register_name): Update.
3562 * arch-utils.h (legacy_register_name): Update.
3563 * avr-tdep.c (avr_register_name): Update.
3564 * ia64-tdep.c (ia64_register_name): Update.
3565 * i386-tdep.c (i386_register_name): Update.
3566 * sparc-tdep.c (sparc32_register_name): Update.
3567 (sparc64_register_name): Update.
3568 (sparclite_register_name): Update.
3569 (sparclet_register_name): Update.
3570 * sh-tdep.c (sh_generic_register_name): Update.
3571 (sh_sh_register_name): Update.
3572 (sh_sh3_register_name): Update.
3573 (sh_sh3e_register_name): Update.
3574 (sh_sh_dsp_register_name): Update.
3575 (sh_sh3_dsp_register_name): Update.
3576 (sh_sh4_register_name): Update.
3577 (sh_sh64_register_name): Update.
3578 * s390-tdep.c (s390_register_name): Update.
3579 * rs6000-tdep.c (rs6000_register_name): Update.
3580 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3581 (ns32k_register_name_32382): Update.
3582 * d10v-tdep.c (d10v_ts2_register_name): Update.
3583 (d10v_ts3_register_name): Update.
3584 * xstormy16-tdep.c (xstormy16_register_name): Update.
3585 * vax-tdep.c (vax_register_name): Update.
3586 * v850-tdep.c (v850_register_name): Update.
3587 * m68hc11-tdep.c (m68hc11_register_name): Update.
3588 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3589 (am33_register_name): Update.
3590
3591 2002-06-17 Grace Sainsbury <graces@redhat.com>
3592
3593 * m68k-tdep.c: Reindented.
3594
3595 2002-06-17 Andrew Cagney <ac131313@redhat.com>
3596
3597 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3598 list of predefined types.
3599
3600 2002-06-16 Mark Kettenis <kettenis@gnu.org>
3601
3602 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3603 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3604 REGISTER_CONVERT_TO_RAW): Remove defines.
3605 (i386_register_virtual_type, i386_register_convertible,
3606 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3607 Remove prototypes.
3608 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3609 macros mentioned above.
3610
3611 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3612 (i386lynx_saved_pc_after_call): Remove prototype.
3613 * i386ly-tdep.c: Include "i386-tdep.h".
3614 (i386lynx_saved_pc_after_call): Make static. Use
3615 read_memory_nobpt instead of read_memory. Use
3616 read_memory_unsigned_integer instead of read_memory_integer.
3617 (i386lynx_init_abi): New function.
3618 (i386lynx_coff_osabi_sniffer): New function.
3619 (_initialize_i386bsd_tdep): New function.
3620
3621 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3622 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3623 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3624 (i386_fix_call_dummy): Remove prototype.
3625 * i386-tdep.c (i386_call_dummy_words): New variable.
3626 (i386_gdbarch_init): Adjust for removal of the
3627 macros mentioned above.
3628
3629 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3630
3631 * command.h (add_setshow_auto_boolean_cmd): Replace
3632 add_set_auto_boolean_cmd.
3633 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3634 add_set_auto_boolean_cmd.
3635 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3636 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3637 mask-address'' command.
3638 (show_mask_address): Add cmd parameter.
3639 * remote.c (add_packet_config_cmd): Update. Change type of
3640 set_func and show_func to cmd_sfunc_ftype.
3641 (_initialize_remote): Update `set remote Z-packet'
3642 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3643 (show_remote_protocol_e_packet_cmd): Ditto.
3644 (show_remote_protocol_E_packet_cmd): Ditto.
3645 (show_remote_protocol_P_packet_cmd): Ditto.
3646 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3647 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3648 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3649 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3650 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3651 (show_remote_protocol_Z_packet_cmd): Ditto.
3652 (show_remote_protocol_binary_download_cmd): Ditto.
3653 (show_remote_cmd): Pass NULL to all of above.
3654
3655 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3656
3657 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3658 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3659 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3660 POP_FRAME): Remove defines.
3661 (i386_push_arguments, i386_store_struct_return,
3662 i386_extract_return_value, i386_store_return_value,
3663 i386_extract_struct_value_address, i386_push_dummy_frame,
3664 i386_pop_frame): Renove prototypes.
3665 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3666 macros mentioned above.
3667
3668 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3669
3670 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3671 add_set_boolean_cmd.
3672 (add_setshow_cmd): New function.
3673 * command.h (add_setshow_boolean_cmd): Replace
3674 add_set_boolean_cmd.
3675 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3676 and ``set rdiromatzero''.
3677 * maint.c (_initialize_maint_cmds): Update commented out code.
3678 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3679 * target.c (initialize_targets): Update `set
3680 trust-readonly-sections'.
3681 * remote.c (_initialize_remote): Update `set remotebreak'.
3682
3683 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3684
3685 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3686 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3687 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3688 fit into multi-arch framework.
3689 (i386_breakpoint_from_pc): New function.
3690 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3691 above.
3692
3693 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3694 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3695 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3696 (i386_frameless_function_invocation, i386_frame_num_args,
3697 i386_frame_init_saved_regs): Remove prototypes.
3698 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3699 macros mentioned above.
3700
3701 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3702
3703 * cli/cli-decode.c (set_cmd_cfunc): Update.
3704 (set_cmd_sfunc): Update.
3705 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3706 (set_cmd_sfunc, set_cmd_cfunc): Update.
3707 * cli/cli-decode.h: Update.
3708
3709 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3710
3711 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3712 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3713
3714 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3715
3716 * defs.h (auto_boolean): Declare enum.
3717 * command.h (cmd_auto_boolean): Delete enum.
3718 * mips-tdep.c (mask_address_var): Update.
3719 (mips_mask_address_p): Update.
3720 (show_mask_address): Update.
3721 * remote.c (struct packet_config): Update.
3722 (update_packet_config): Update.
3723 (show_packet_config_cmd): Update.
3724 (packet_ok): Update.
3725 (add_packet_config_cmd): Update.
3726 (_initialize_remote):
3727 * command.h: Update.
3728 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3729 (do_setshow_command): Update.
3730 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3731 * cli/cli-decode.h: Update.
3732
3733 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3734
3735 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3736 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3737 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3738 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3739 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3740 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3741
3742 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3743 list of DJGPP COFF targets.
3744
3745 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3746 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3747 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3748 (FP0_REGNUM): Remove define.
3749 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3750 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3751 (i386_register_virtual_size): Remove protoype.
3752 * i386-tdep.c (i386_register_virtual_size): Removed.
3753 (i386_extract_return_value, i386_store_return_value): Use
3754 FP0_REGNUM instead of NUM_FREGS to determine whether the
3755 floating-point registers are available.
3756 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3757 Adjust for removal of macros mentioned above.
3758
3759 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3760
3761 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3762 comments.
3763 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3764 Remove prototypes.
3765 (supply_gregset, fill_gregset): Remove use of register keyword and
3766 remove declaration for regmap. Use I386_NUM_GREGS instead of
3767 NUM_REGS and NUM_FREGS.
3768 (FPREGSET_FSAVE_OFFSET): Remove.
3769 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3770 NUM_FREGS to determine whether the floating-point registers are
3771 available.
3772
3773 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3774 gnu_store_registers): Replace usage of NUM_GREGS with
3775 I386_NUM_GREGS.
3776
3777 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3778 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3779 usage of NUM_GREGS with I386_NUM_GREGS.
3780
3781 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3782
3783 * i386bsd-nat.c: Include "i386-tdep.h".
3784 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3785 I386_NUM_GREGS.
3786
3787 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3788 and associated comment. They no longer make any sense, since we
3789 don't use this file anymore on Linux.
3790
3791 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3792 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3793 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3794 elements in these arrays.
3795 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3796 MAX_NUM_REGS.
3797
3798 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3799
3800 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3801 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3802
3803 2002-06-14 Andrew Cagney <cagney@redhat.com>
3804
3805 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3806 EXTRACT_RETURN_VALUE.
3807 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3808 EXTRACT_STRUCT_VALUE_ADDRESS.
3809 * gdbarch.h, gdbarch.c: Regenerate.
3810
3811 * values.c (value_being_returned): Handle
3812 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3813 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3814
3815 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3816 * arm-tdep.c (arm_gdbarch_init): Update.
3817 * avr-tdep.c (avr_gdbarch_init): Update.
3818 * cris-tdep.c (cris_gdbarch_init): Update.
3819 * d10v-tdep.c (d10v_gdbarch_init): Update.
3820 * ia64-tdep.c (ia64_gdbarch_init): Update.
3821 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3822 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3823 * s390-tdep.c (s390_gdbarch_init): Update.
3824 * sh-tdep.c (sh_gdbarch_init): Update.
3825 * s390-tdep.c (s390_gdbarch_init): Update.
3826 * sparc-tdep.c (sparc_gdbarch_init): Update.
3827 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3828 * v850-tdep.c (v850_gdbarch_init): Update.
3829 * vax-tdep.c (vax_gdbarch_init): Update.
3830 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3831 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3832
3833 * config/arc/tm-arc.h: Update.
3834 * config/d30v/tm-d30v.h: Update.
3835 * config/fr30/tm-fr30.h: Update.
3836 * config/h8300/tm-h8300.h: Update.
3837 * config/h8500/tm-h8500.h: Update.
3838 * config/i386/tm-i386.h: Update.
3839 * config/i386/tm-ptx.h: Update.
3840 * config/i386/tm-symmetry.h: Update.
3841 * config/i960/tm-i960.h: Update.
3842 * config/m32r/tm-m32r.h: Update.
3843 * config/m68k/tm-delta68.h: Update.
3844 * config/m68k/tm-linux.h: Update.
3845 * config/m68k/tm-m68k.h: Update.
3846 * config/m88k/tm-m88k.h: Update.
3847 * config/mcore/tm-mcore.h: Update.
3848 * config/mips/tm-mips.h: Update.
3849 * config/mn10200/tm-mn10200.h: Update.
3850 * config/pa/tm-hppa.h: Update.
3851 * config/pa/tm-hppa64.h: Update.
3852 * config/sparc/tm-sp64.h: Update.
3853 * config/sparc/tm-sparc.h: Update.
3854 * config/sparc/tm-sparclet.h: Update.
3855 * config/z8k/tm-z8k.h: Update.
3856
3857 2002-06-14 Andrew Cagney <cagney@redhat.com>
3858
3859 * Makefile.in (i386_linux_tdep_h): Define.
3860 (i386_tdep_h, i387_tdep_h): Define.
3861 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3862 $(i386_tdep_h) and $(i387_tdep_h).
3863 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3864
3865 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3866
3867 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3868 Already covered by the default.
3869
3870 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3871 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3872 (i386_gdbarch_init): Initialize long_double_format and long_double
3873 bit.
3874
3875 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3876 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3877 Move these to ...
3878 * config/i386/i386sol2.mh: ... here.
3879 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3880 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3881 (SIGCONTEXT_PC_OFFSET): Remove define.
3882 (IN_SIGTRAMP): Remove define.
3883 * i386-sol2-tdep.c: New file.
3884
3885 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3886 * config/i386/tm-i386nw.h: Removed.
3887
3888 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3889 USE_STRUCT_CONVENTION): Remove defines.
3890 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3891 (get_longjmp_target): Remove prototype.
3892 (IN_SIGTRAMP): Remove define.
3893 (i386bsd_in_sigtramp): Remove prototype.
3894 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3895 function. Update comment accordingly
3896 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3897 (FRAME_SAVED_PC): Remove define.
3898 (i386bsd_frame_saved_pc): Remove prototype.
3899 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3900 GET_LONGJMP_TARGET): Remove defines.
3901 (get_longjmp_target): Remove prototype.
3902 (IN_SIGTRAMP): Remove define.
3903 (i386bsd_in_sigtramp): Remove prototype.
3904 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3905 function. Update comment accordingly
3906 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3907 (FRAME_SAVED_PC): Remove define.
3908 (i386bsd_frame_saved_pc): Remove prototype.
3909 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3910 Remove prototype.
3911 (USE_STRUCT_CONVENTION): Remove prototype.
3912 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3913 declaration.
3914 (_initialize_i386bsd_nat): Revise logic to determine some
3915 constants at compile time when compiling a native GDB. Warn if
3916 things don't match up with what we expect.
3917 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3918 Remove variables.
3919 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3920 to use date stored in `struct gdbarch_tdep'.
3921 (i386bsd_sigcontext_offset): Remove varaible.
3922 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3923 stored in `struct gdbarch_tdep'.
3924 (i386bsd_frame_saved_pc): Make static.
3925 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3926 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3927 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3928 i386fbsd4_sc_pc_offset): New variables.
3929 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3930 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3931 functions.
3932 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3933 functions.
3934 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3935 Modify the value of i386fbsd_sigtramp_start and
3936 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3937 i386fbsd_sigtramp_end.
3938 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3939 function.
3940
3941 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3942 define to i386-linux-tdep.h.
3943 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3944 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3945 defines.
3946 (i386_linux_register_name, i386_linux_register_byte,
3947 i386_linux_register_raw_size): Remove prototypes.
3948 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3949 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3950 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3951 TARGET_WRITE_PC): Remove defines.
3952 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3953 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3954 i386_linux_write_pc): Remove prototypes.
3955 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3956 (get_longjmp_target): Remove prototype.
3957 * i386-linux-tdep.h: New file.
3958 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3959 * i386-linux-tdep.c: Include "i386-tdep.h" and
3960 "i386-linux-tdep.h".
3961 (i386_linux_register_name, i386_linux_register_byte,
3962 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3963 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3964 Make static.
3965 (i386_linux_init_abi): New function.
3966 (_initialize_i386_linux_tdep): New function.
3967
3968 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3969 (i386_saved_pc_after_call): Remove prototype.
3970 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3971 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3972 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3973 (i386_register_name, i386_stab_reg_to_regnum,
3974 i386_dwarf_reg_to_regnum): Remove prototypes.
3975 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3976 SIZEOF_SSE_REGS): Remove defines.
3977 (REGISTER_BYTES): Remove define.
3978 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3979 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3980 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3981 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3982 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3983 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3984 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3985 (get_longjmp_target): Remove prototype.
3986 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3987 (sigtramp_saved_pc): Remove define.
3988 (i386v4_sigtramp_saved_pc): Remove prototype.
3989 * config/i386/tm-go32.h (FRAME_CHAIN,
3990 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3991 (i386go32_frame_saved_pc): Remove prototype.
3992 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3993 (get_longjmp_target): Remove prototype.
3994 * i386-tdep.h: Include "osabi.h".
3995 (enum i386_abi): Removed.
3996 (enum struct_return): New enum.
3997 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3998 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3999 sc_pc_offset members.
4000 (i386_gdbarch_register_os_abi): Remove prototype.
4001 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
4002 I386_SSE_NUM_REGS): New defines.
4003 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
4004 I386_SSE_SIZEOF_REGS): New defines.
4005 (i386_register_name, i386_register_byte, i386_register_raw_size):
4006 New prototypes.
4007 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4008 (i386bsd_sigtramp_saved_pc): New prototype.
4009 * i386-tdep.c: Don't include "elf-bfd.h".
4010 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4011 i386_frame_chain, i386_saved_pc_after_call): Make static.
4012 (i386_frame_saved_pc): Rewrite to call architecture dependent
4013 function to deal with signal handlers. Make static.
4014 (i386go32_frame_saved_pc): Removed.
4015 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4016 Removed.
4017 (i386_get_longjmp_target): New function.
4018 (default_struct_convention, pcc_struct_convention,
4019 reg_struct_convention, valid_conventions, struct_convention): New
4020 variables.
4021 (i386_use_struct_convention): New function.
4022 (i386v4_sigtramp_saved_pc): Renamed to
4023 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4024 (i386_pc_in_sigtramp): New function.
4025 (i386_abi_names): Removed.
4026 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4027 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4028 Removed.
4029 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4030 i386_gdbarch_register_os_abi): Removed.
4031 (struct i386_abi_handler): Removed.
4032 (i386_abi_handler_list): Removed.
4033 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4034 functions.
4035 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4036 i386_nw_init_abi): New functions.
4037 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4038 Use set_gdbarch_xxx() calls instead of relying on macros for a
4039 number of calls.
4040 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4041 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4042 Register the various architecture variants defined in this file.
4043
4044 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
4045
4046 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4047 (struct main_type): Remove arg_types member. Update comments for
4048 struct field.
4049 (TYPE_ARG_TYPES): Remove.
4050 (TYPE_FN_FIELD_ARGS): Update.
4051 (smash_to_method_type): Update prototype.
4052
4053 * c-typeprint.c (cp_type_print_method_args): Take method type
4054 instead of argument list. Use new argument layout. Simplify.
4055 (c_type_print_args): Use new argument layout. Simplify.
4056 (c_type_print_base): Update call to cp_type_print_method_args.
4057 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4058 argument; use die->type instead. Update call to
4059 smash_to_method_type.
4060 (read_structure_scope): Update call to dwarf2_add_member_fn.
4061 * gdbtypes.c (allocate_stub_method): Update comment.
4062 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4063 Use new argument layout.
4064 (check_stub_method): Use new argument layout. Don't count
4065 void as an argument.
4066 (print_arg_types): Update comments. Use new argument layout.
4067 (recursive_dump_type): Don't print arg_types member.
4068 * hpread.c (hpread_read_struct_type): Use new argument layout.
4069 (fixup_class_method_type): Likewise.
4070 (hpread_type_lookup): Likewise.
4071 * stabsread.c (read_type): Update calls to read_args and
4072 smash_to_method_type.
4073 (read_args): Use new argument layout. Simplify.
4074 * valops.c (typecmp): Use new argument layout. Update parameters
4075 and comments. Simplify.
4076 (hand_function_call): Use new argument layout.
4077 (search_struct_method): Update call to typecmp.
4078 (find_overload_match): Use new argument layout.
4079
4080 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4081
4082 * NEWS: Mention multithreaded debug support for gdbserver.
4083
4084 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4085
4086 * MAINTAINERS: Mention NEWS.
4087
4088 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4089
4090 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4091 (struct mips_objfile_private, compare_pdr_entries): New.
4092 (non_heuristic_proc_desc): Read the ".pdr" section if it
4093 is present.
4094
4095 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4096
4097 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4098 (arm_debug): New static variable.
4099 (_initialize_arm_tdep): Add ``set debug arm'' command.
4100
4101 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4102
4103 * Makefile.in (sim_arm_h): Define.
4104 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4105 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4106 (arm_register_sim_regno): New function, map an internal REGNUM
4107 onto a simulator register number.
4108 (arm_gdbarch_init): Set register_sim_regno.
4109
4110 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
4111
4112 * MAINTAINERS: Add self.
4113
4114 2002-06-11 Jim Blandy <jimb@redhat.com>
4115
4116 * source.c (source_info): Mention whether the symtab has
4117 information about preprocessor macros.
4118
4119 Call the command `info macro', not `show macro'.
4120 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4121 Fix error message.
4122 (_initialize_macrocmd): Register `info_macro_command' in
4123 `infolist', not `showlist'.
4124
4125 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4126
4127 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4128 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4129 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4130 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4131 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4132 unconditionally.
4133 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4134 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4135 (_initialize_mips_tdep): Remove dead code.
4136 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4137 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4138 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4139 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4140 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4141 MIPS_LAST_FP_ARG_REGNUM): Remove.
4142
4143 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4144
4145 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4146 (unwind_tmp_obstack_free, parse_frame_info)
4147 (update_context, cfi_read_fp, cfi_write_fp)
4148 (cfi_frame_chain, cfi_init_extra_frame_info)
4149 (cfi_virtual_frame_pointer): Use the above function.
4150 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4151
4152 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
4153
4154 * v850-tdep.c (v850_type_is_scalar): New function.
4155 (v850_use_struct_convention): Match current gcc implementation
4156 as close as possible.
4157 (v850_push_arguments): Fix stack_offset handling. Don't write
4158 struct_addr into register. This is done by v850_store_struct_return.
4159 (v850_extract_return_value): Care for structs.
4160 (v850_store_return_value): Ditto.
4161 (v850_store_struct_return): Actually write address.
4162
4163 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4164
4165 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4166 without debug information too.
4167
4168 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4169
4170 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4171 Make multi-arch pure.
4172 * gdbarch.h, gdbarch.c: Re-generate.
4173 * arm-tdep.c (arm_print_float_info): Update.
4174 * arch-utils.h (default_print_float_info): Update.
4175 * arch-utils.c (default_print_float_info): Update.
4176 * infcmd.c (float_info): Update call.
4177
4178 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4179
4180 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4181 the front of the initialize list.
4182
4183 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4184
4185 * infrun.c (struct inferior_status): Replace fields
4186 selected_frame_address and selected_level with field
4187 selected_frame_id.
4188 (save_inferior_status): Update. Use get_frame_id.
4189 (struct restore_selected_frame_args): Delete.
4190 (restore_selected_frame): Update. Use frame_find_by_id.
4191 (restore_inferior_status): Update.
4192
4193 * breakpoint.h (struct breakpoint): Change type of
4194 watchpoint_frame to frame_id.
4195 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4196 call to get_current_frame.
4197 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4198 get_current_frame.
4199 (watchpoint_check): Use frame_find_by_id.
4200
4201 * frame.h (record_selected_frame): Delete declaration.
4202 * stack.c (record_selected_frame): Delete function.
4203
4204 * frame.h (struct frame_id): Define.
4205 (get_frame_id): Declare.
4206 (frame_find_by_id): Declare.
4207 * frame.c (frame_find_by_id): New function.
4208 (get_frame_id): New function.
4209
4210 2002-06-10 Andrey Volkov <avolkov@transas.com>
4211
4212 * ser-e7kpc.c: Fix duplicated define and call of
4213 _initialize_ser_e7000pc
4214
4215 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4216
4217 * signals/signals.c (target_signal_from_host): Fix #ifdef
4218 SIGRTMIN case.
4219 (do_target_signal_to_host): Likewise.
4220
4221 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4222
4223 * mips-tdep.c (mips_find_abi_section): New function.
4224 (mips_gdbarch_init): Call it.
4225
4226 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4227
4228 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4229 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4230 after Andrew's 2002-06-08 gdbarch change.
4231
4232 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4233
4234 * i386-linux-nat.c (suppy_gregset): Don't supply
4235 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4236 register cache.
4237 (fill_gregset): Don't fetch it under the same circumstances.
4238
4239 2002-06-09 Andrew Cagney <cagney@redhat.com>
4240
4241 * Makefile.in (callback_h): Define.
4242 (remote_sim_h): Update path to remote-sim.h.
4243 (remote-rdp.o): Add $(callback_h).
4244 (remote-sim.o): Use $(callback_h).
4245 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4246 * remote-rdp.c: Include "gdb/callback.h".
4247
4248 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4249
4250 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4251 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4252
4253 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4254
4255 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4256 * rdi-share/serpardr.c: Ditto.
4257 * rdi-share/unixcomm.c: Ditto.
4258 * rdi-share/serdrv.c: Ditto.
4259 * rdi-share/hostchan.h: Ditto.
4260 * rdi-share/hostchan.c: Ditto.
4261 * rdi-share/host.h: Ditto.
4262 * rdi-share/devsw.c: Ditto.
4263
4264 * objfiles.h: Change type of obj_private to void pointer.
4265 * pa64solib.c: Update copyright. Don't include "assert.h", use
4266 strcmp instead of STREQ, use LONGEST, do not use PTR
4267 * somsolib.c: Ditto.
4268
4269 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4270 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4271 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4272
4273 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4274
4275 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4276 (default_get_saved_register): Delete function.
4277 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4278 generic_unwind_get_saved_register.
4279 * gdbarch.h, gdbarch.c: Re-generate.
4280
4281 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4282
4283 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4284 generic_func_frame_chain_valid.
4285 * gdbarch.h, gdbarch.c: Re-generate.
4286 * blockframe.c (generic_func_frame_chain_valid): Only check
4287 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
4288 passing FP to PC_IN_CALL_DUMMY.
4289 Fix PR gdb/360.
4290
4291 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4292
4293 * gdbarch.sh (struct gdbarch_data): Add field init_p.
4294 (register_gdbarch_data): Initialize init_p.
4295 (gdbarch_data): Initialize data pointer using the init function.
4296 (init_gdbarch_data): Delete function.
4297 (gdbarch_update_p): Update.
4298 (initialize_non_multiarch): Update.
4299 (struct gdbarch): Add field initialized_p.
4300 * gdbarch.h, gdbarch.c: Re-generate.
4301
4302 2002-06-07 Michal Ludvig <mludvig@suse.cz>
4303
4304 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4305 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4306 better do the things actually here.
4307 * x86-64-tdep.c (x86_64_register_name2nr): New.
4308 (x86_64_register_name): Renamed to x86_64_register_nr2name.
4309 (x86_64_gdbarch_init): Respect the above change.
4310 * x86-64-tdep.h (x86_64_register_name2nr)
4311 (x86_64_register_nr2name): Add prototypes.
4312 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4313
4314 2002-06-06 Michael Snyder <msnyder@redhat.com>
4315
4316 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4317 Delete extra braces and re-indent.
4318 (d10v_store_return_value): Char return values
4319 must be shifted over by one byte in R0.
4320 (d10v_extract_return_value): Delete extra braces, re-indent.
4321
4322 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4323
4324 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4325 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4326 (d10v_integer_to_address): Rewrite.
4327 (d10v_frame_init_saved_regs): When reading fp and sp registers use
4328 the d10v specific functions which take care of converting to the
4329 correct space.
4330
4331 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4332
4333 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4334 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4335
4336 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4337
4338 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4339 includes.
4340 * config/tm-linux.h: Ditto.
4341 * config/alpha/tm-alphalinux.h: Ditto.
4342 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4343 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4344 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4345 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4346 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4347 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4348 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4349 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4350 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4351 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4352 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4353 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4354 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4355 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4356 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4357 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4358 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4359 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4360 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4361 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4362 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4363 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4364 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4365 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4366 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4367 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4368 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4369 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4370 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4371 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4372 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4373 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4374 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4375 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4376 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4377 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4378 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4379
4380 2002-05-04 Aidan Skinner <aidan@velvet.net>
4381
4382 * ada-exp.tab.c: New file
4383 * ada-exp.y: New file
4384 * ada-lang.c: New file
4385 * ada-lang.h: New file
4386 * ada-lex.c: New file
4387 * ada-lex.l: New file
4388 * ada-tasks.c: New file
4389 * ada-typeprint.c: New file
4390 * ada-valprint.c: New file
4391
4392 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4393
4394 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4395 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4396
4397 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4398
4399 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4400 insetead of ppc-linux-tdep.o.
4401 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4402 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4403
4404 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4405
4406 2002-05-07 Christian Groessler <chris@groessler.org>
4407 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4408 bit register contents for little endian hosts.
4409
4410 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4411
4412 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4413 any maintainer.
4414
4415 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4416
4417 * gdbarch.h: Regenerate.
4418
4419 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4420
4421 * MAINTAINERS: Add everyone to write-after-approval list.
4422
4423 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4424
4425 * stack.c (frame_info): Use frame_register_unwind instead of
4426 saved_regs. Mention when the SP is on the stack or in a register.
4427
4428 * frame.h (frame_register_unwind_ftype): Define. Document.
4429 (struct frame_info): Add field register_unwind and
4430 register_unwind_cache.
4431 (frame_register_unwind): Declare.
4432 (generic_unwind_get_saved_register): Declare.
4433
4434 * frame.c (frame_register_unwind): New function.
4435 (generic_unwind_get_saved_register): New function.
4436
4437 * blockframe.c (generic_call_dummy_register_unwind): New function.
4438 (frame_saved_regs_register_unwind): New function.
4439 (set_unwind_by_pc): New function.
4440 (create_new_frame): New function.
4441 (get_prev_frame): New function.
4442
4443 2002-05-30 Andrew Cagney <ac131313@redhat.com>
4444
4445 * a29k-share/: Delete directory.
4446 * remote-vx29k.c: Delete file.
4447
4448 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4449
4450 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4451 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4452
4453 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4454
4455 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4456 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4457 (sparc64nbsd-nat.o)
4458 (sparcnbsd-nat.o)
4459 (sparcnbsd-tdep.o): New dependency lists.
4460 * NEWS: Note new UltraSPARC NetBSD native configuration.
4461 * configure.host (sparc64-*-netbsd*): New host.
4462 * configure.tgt (sparc-*-netbsdelf*)
4463 (sparc-*-netbsd*): Set gdb_target to nbsd.
4464 (sparc64-*-netbsd*): New target.
4465 * sparc64nbsd-nat.c: New file.
4466 * sparcnbsd-nat.c: New file.
4467 * sparcnbsd-tdep.c: New file.
4468 * sparcnbsd-tdep.h: New file.
4469 * config/sparc/nbsd.mt: New file.
4470 * config/sparc/nbsd64.mh: New file.
4471 * config/sparc/nbsd64.mt: New file.
4472 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4473 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4474 (HOST_IPC): Remove.
4475 * config/sparc/nbsdaout.mt: Remove.
4476 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4477 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4478 (HOST_IPC): Remove.
4479 * config/sparc/nbsdelf.mt: Remove.
4480 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4481 sparc-nat.c compatiblity defines.
4482 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4483 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4484 * config/sparc/tm-nbsd64.h: New file.
4485 * config/sparc/tm-nbsdaout.h: Remove.
4486 * config/sparc/xm-nbsd.h: Remove.
4487
4488 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4489
4490 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4491 * sparc-tdep.c: Include osabi.h.
4492 (gdbarch_tdep): Add osabi member.
4493 (_initialize_sparc_tdep): Use gdbarch_register.
4494 (sparc_gdbarch_init): Use generic OS ABI framework.
4495 (sparc_dump_tdep): New function.
4496
4497 2002-05-30 Kevin Buettner <kevinb@redhat.com>
4498
4499 * corefile.c (do_captured_read_memory_integer): Return non-zero
4500 result.
4501 (safe_read_memory_integer): Copy result of memory read when
4502 status is non-zero. Also, add comments.
4503
4504 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4505
4506 * Makefile.in (ppc_tdep_h): Define.
4507 (ppc-linux-nat.o)
4508 (ppc-linux-tdep.o)
4509 (rs6000-tdep.o): Use $(ppc_tdep_h).
4510 (ppc-sysv-tdep.o)
4511 (ppcnbsd-nat.o)
4512 (ppcnbsd-tdep.o): New dependency lists.
4513 * ppc-tdep.h: Use generic OS ABI framework.
4514 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4515 (ppc_linux_init_abi): New functions.
4516 (ppc_sysv_abi_broken_use_struct_convention)
4517 (ppc_sysv_abi_use_struct_convention)
4518 (ppc_sysv_abi_push_arguments): Move to...
4519 * ppc-sysv-tdep.c: ...here.
4520 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4521 * rs6000-tdep.c (process_note_abi_tag_sections)
4522 (get_elfosabi): Remove.
4523 (rs6000_gdbarch_init): Use generic OS ABI framework.
4524 (rs6000_dump_tdep): New function.
4525 (_initialize_rs6000_tdep): Use gdbarch_register.
4526 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4527 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4528 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4529 of ppc-linux-tdep.o.
4530 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4531 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4532 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4533 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4534 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4535 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4536
4537 2002-05-29 Jim Blandy <jimb@redhat.com>
4538
4539 * macroscope.c (default_macro_scope): Put `void' in empty argument
4540 list.
4541
4542 2002-05-29 Andrew Cagney <ac131313@redhat.com>
4543
4544 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4545 * arch-utils.c: Include "sim-regno.h".
4546 * gdbarch.sh: Don't include "sim-regno.h".
4547 * gdbarch.h, gdbarch.c: Regenerate.
4548 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4549 here.
4550 * arch-utils.h (legacy_register_sim_regno): To here.
4551 * remote-sim.c (legacy_register_sim_regno): Move function from
4552 here.
4553 * arch-utils.c (legacy_register_sim_regno): To here.
4554
4555 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4556
4557 * sim-regno.h: New file.
4558 * Makefile.in (sim_regno_h): Define.
4559 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4560 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4561 (legacy_register_sim_regno): New function.
4562 (one2one_register_sim_regno): New function.
4563 (gdbsim_fetch_register): Rewrite.
4564 (gdbsim_store_register): Only store a register when
4565 REGISTER_SIM_REGNO is valid.
4566 * d10v-tdep.c: Include "sim-regno.h".
4567 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4568 (d10v_ts3_register_sim_regno): Ditto.
4569 * gdbarch.sh: Include "sim-regno.h".
4570 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4571 * gdbarch.h, gdbarch.c: Regenerate.
4572 * arch-utils.h (default_register_sim_regno): Delete declaration.
4573 * arch-utils.c (default_register_sim_regno): Delete function.
4574
4575 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4576
4577 * ppcnbsd-nat.c: Rewrite.
4578 * ppcnbsd-tdep.c: New file.
4579 * ppcnbsd-tdep.h: New file.
4580 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4581 solib.o, and solib-svr4.o.
4582 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4583 nbsd-tdep.o, and corelow.o.
4584
4585 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4586
4587 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4588 `tr' and `sed'. Mention that `broken' targets are not expected to
4589 build.
4590
4591 2002-05-27 Michal Ludvig <mludvig@suse.cz>
4592
4593 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4594 Let PC point right after the prologue before looking up symbols.
4595
4596 2002-05-27 Martin M. Hunt <hunt@redhat.com>
4597
4598 * i386-tdep.c (i386_register_virtual_type): Return
4599 builtin_type_vec128i for SSE registers.
4600
4601 * gdbtypes.h (builtin_type_vec128i): Declare.
4602
4603 * gdbtypes.c (build_builtin_type_vec128i): New function.
4604 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4605 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4606 (build_gdbtypes): Initialize new builtin vector types.
4607 (_initialize_gdbtypes): Register new vector types with gdbarch.
4608
4609 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4610
4611 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4612 since it has been multi-arch'd.
4613 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4614 Move Alpha and VAX multi-arch news entries to same section
4615 as other multi-arch news.
4616
4617 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4618
4619 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4620 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4621 static. Rename some register numbers to put them in ns32k-tdep
4622 private namespace.
4623 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4624 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4625 functions.
4626 (_initialize_ns32k_tdep): Use gdbarch_register.
4627 * ns32k-tdep.h: New file.
4628 * ns32knbsd-tdep.c: New file.
4629 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4630 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4631 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4632 REGISTER_BYTES, REGISTER_BYTE): Remove.
4633 * config/ns32k/tm-ns32k.h: New file.
4634 * config/ns32k/tm-umax.h: Remove.
4635
4636 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4637
4638 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4639 ns32k_store_struct_return, ns32k_extract_return_value,
4640 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4641 functions.
4642 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4643 ns32k_saved_pc_after_call.
4644 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4645 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4646 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4647 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4648 ns32k_extract_struct_value_address.
4649
4650 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4651
4652 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4653 ns32k_fix_call_dummy): New.
4654 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4655 ns32k_call_dummy_words.
4656 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4657 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4658 CALL_DUMMY_NARGS): Remove.
4659 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4660
4661 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4662
4663 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4664 ns32k_frame_saved_pc, ns32k_frame_args_address,
4665 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4666 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4667 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4668 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4669 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4670 (BREAKPOINT): Remove..
4671 (FRAME_CHAIN): Define as ns32k_frame_chain.
4672 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4673 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4674 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4675 (FRAME_FIND_SAVED_REGS): Remove.
4676 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4677 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4678 (POP_FRAME): Define as ns32k_pop_frame.
4679
4680 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4681
4682 * ns32k-tdep.c (ns32k_register_byte_32082,
4683 ns32k_register_byte_32382, ns32k_register_raw_size,
4684 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4685 functions.
4686 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4687 ns32k_register_byte_32382.
4688 * config/ns32k/tm-umax.h: Update copyright years.
4689 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4690 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4691 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4692 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4693 (ns32k_get_enter_addr): Fix prototype.
4694
4695 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4696
4697 * ns32k-tdep.c: Update copyright years.
4698 (ns32k_register_name_32082): New function.
4699 (ns32k_register_name_32382): Ditto.
4700 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4701 (REGISTER_NAME): Define as ns32k_register_name_32382.
4702 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4703 (REGISTER_NAME): Define as ns32k_register_name_32082.
4704
4705 2002-05-24 Jim Blandy <jimb@redhat.com>
4706
4707 * dwarf2read.c (free_line_header): Use xfree, not free.
4708
4709 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4710
4711 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4712 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4713
4714 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4715
4716 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4717
4718 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4719
4720 From Ross Alexander at NEC Europe:
4721 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4722
4723 2002-05-23 Michael Snyder <msnyder@redhat.com>
4724
4725 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4726 for input, rather than parse_and_eval_address.
4727
4728 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4729
4730 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4731 * Makefile.in (sim_d10v_h): Update definition.
4732
4733 2002-05-24 Andrew Cagney <cagney@redhat.com>
4734
4735 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4736 change `2002-05-22 Michael Snyder' below.
4737 (d10v_push_arguments): Ditto.
4738 (d10v_extract_return_value): Ditto.
4739
4740 2002-05-23 Jim Blandy <jimb@redhat.com>
4741
4742 * macrotab.c (check_for_redefinition): Don't complain if the new
4743 definition is the same as the previous one. Take more arguments
4744 to allow the comparison.
4745 (macro_define_object, macro_define_function): Pass more arguments
4746 to check_for_redefinition.
4747
4748 2002-05-22 Michael Snyder <msnyder@redhat.com>
4749
4750 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4751 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4752 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4753 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4754 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4755 Add a temp variable to save a call (and a memory read).
4756 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4757 if possible (so that PC_IN_CALL_DUMMY will work).
4758
4759 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4760
4761 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4762
4763 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4764
4765 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4766 fde->cie_ptr.
4767 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4768 (dwarf2_build_frame_info): Add offset to fde->initial_location
4769 so that frames of shared libraries are mapped correctly.
4770 (execute_stack_op): Change type of 'result' from ULONGEST to
4771 CORE_ADDR.
4772
4773 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4774
4775 * config/alpha/tm-nbsd.h: Include solib.h.
4776
4777 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4778
4779 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4780 assumptions about the host's byte order.
4781
4782 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4783
4784 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4785 to dependency list.
4786 * alphanbsd-tdep.c: Include solib-svr4.h.
4787 * shnbsd-tdep.c: Ditto.
4788
4789 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4790
4791 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4792 nbsd-tdep.h to dependency list.
4793 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4794 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4795 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4796 nbsdaout.mh and nbsdelf.mh consistently.
4797 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4798 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4799 nbsdaout.mt and nbsdelf.mh consistently.
4800 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4801 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4802 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4803 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4804 a.out shared library stuff from here...
4805 * config/nm-nbsdaout.h: ...to here.
4806 * config/tm-nbsd.h: Remove.
4807 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4808 * config/arm/nbsd.mh: Remove.
4809 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4810 nbsd-tdep.o.
4811 * config/arm/nbsdaout.mh: New file.
4812 * config/arm/nbsdelf.mh: New file.
4813 * config/arm/nm-nbsdaout.h: New file.
4814 * config/i386/nbsd.mh: Remove.
4815 * config/i386/nbsd.mt: Remove.
4816 * config/i386/nbsdaout.mh: New file.
4817 * config/i386/nbsdaout.mt: New file.
4818 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4819 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4820 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4821 i386_register_u_addr): Remove.
4822 * config/i386/nm-nbsdaout.h: New file.
4823 * config/i386/nm-nbsdelf.h: Remove.
4824 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4825 (USE_STRUCT_CONVENTION): Remove.
4826 * config/i386/tm-nbsdaout.h: New file.
4827 * config/i386/tm-nbsdelf.h: Remove.
4828 * config/m68k/nbsd.mh: Remove.
4829 * config/m68k/nbsd.mt: Remove.
4830 * config/m68k/nbsdaout.mh: New file.
4831 * config/m68k/nbsdaout.mt: New file.
4832 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4833 * config/m68k/nm-nbsdaout.h: New file.
4834 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4835 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4836 * config/ns32k/nbsd.mh: Remove.
4837 * config/ns32k/nbsd.mt: Remove.
4838 * config/ns32k/nbsdaout.mh: New file.
4839 * config/ns32k/nbsdaout.mt: New file.
4840 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4841 * config/ns32k/nm-nbsdaout.h: New file.
4842 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4843 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4844 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4845 (SVR4_SHARED_LIBS): Remove.
4846 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4847 * config/sparc/nbsd.mh: Remove.
4848 * config/sparc/nbsd.mt: Remove.
4849 * config/sparc/nbsdaout.mh: New file.
4850 * config/sparc/nbsdaout.mt: New file.
4851 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4852 * config/sparc/nbsdelf.mt: New file.
4853 * config/sparc/nm-nbsdaout.h: New file.
4854 * config/sparc/nm-nbsdelf.h: Remove.
4855 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4856 * config/sparc/tm-nbsdaout.h: New file.
4857
4858 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4859
4860 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4861 mipsnbsd-tdep.c
4862 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4863
4864 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4865
4866 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4867 shnbsd-nat.c.
4868 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4869
4870 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4871
4872 * NEWS: Note new MIPS NetBSD native configuration.
4873 * configure.host (mips*-*-netbsd*): New host.
4874 * configure.tgt (mips*-*-netbsd*): New target.
4875 * mipsnbsd-nat.c: New file.
4876 * mipsnbsd-tdep.c: New file.
4877 * mipsnbsd-tdep.h: New file.
4878 * config/mips/nbsd.mh: New file.
4879 * config/mips/nbsd.mt: New file.
4880 * config/mips/nm-nbsd.h: New file.
4881 * config/mips/tm-nbsd.h: New file.
4882
4883 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4884
4885 * Makefile.in (SFILES): Add osabi.c.
4886 (COMMON_OBS): Add osabi.o.
4887 (osabi.o): New dependency list.
4888 * osabi.c: New file.
4889 * osabi.h: New file.
4890 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4891
4892 * Makefile.in (alpha_tdep_h): Define and use instead of
4893 alpha-tdep.h.
4894 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4895 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4896 Remove.
4897 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4898 * alpha-tdep.h: Include osabi.h.
4899 (alpha_abi): Remove.
4900 (gdbarch_tdep): Use generic OS ABI framework.
4901 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4902 gdbarch_register_osabi.
4903 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4904 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4905 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4906
4907 * Makefile.in (sh_tdep_h): Add osabi.h.
4908 * sh-tdep.h (sh_osabi): Remove.
4909 (gdbarch_tdep): Use generic OS ABI framework.
4910 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4911 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4912 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4913 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4914
4915 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4916 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4917 gdbarch_register_osabi.
4918 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4919 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4920 (get_elfosabi): Rename to...
4921 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4922 ABI framework support routines.
4923 (arm_gdbarch_init): Use generic OS ABI framework.
4924 (arm_dump_tdep): Likewise.
4925 (_initialize_arm_tdep): Likewise.
4926 * arm-tdep.h: Include osabi.h.
4927 (arm_abi): Remove.
4928 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4929 osabi member.
4930 (arm_gdbarch_register_os_abi): Remove prototype.
4931 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4932 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4933
4934 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4935 * mips-tdep.c: Include osabi.h.
4936 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4937 OS ABI framework.
4938
4939 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4940
4941 * h8300-tdep.c: Fix formatting.
4942
4943 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4944
4945 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4946 printing vector registers.
4947
4948 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4949
4950 From Fernando Nasser:
4951 * remote.c (remote_async_open_1): Re-throw the exception when the
4952 connection fails.
4953 (remote_cisco_open): Ditto.
4954 (remote_open_1): Ditto.
4955
4956 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4957
4958 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4959 (remote_start_remote): Add uiout parameter. Pass through to
4960 remote_start_remote_dummy.
4961 (remote_open_1): Use catch_exception instead of catch_errors.
4962 (remote_async_open_1): Ditto.
4963 (remote_cisco_open): Ditto.
4964
4965 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4966
4967 * remote.c (remote_start_remote): Replace PTR with void pointer.
4968 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4969 static.
4970
4971 2002-05-18 Andrew Cagney <ac131313@redhat.com>
4972
4973 * gdb_indent.sh: Allow the script to be run in the sim directory.
4974
4975 2002-05-18 Mark Kettenis <kettenis@gnu.org>
4976
4977 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4978 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4979
4980 * corelow.c (core_open): Only call set_gdbarch_from_file if
4981 exec_bfd is NULL.
4982
4983 2002-05-17 Andrey Volkov <avolkov@transas.com>
4984
4985 * h8300-tdep.c: Add support of EXR register
4986 * config/h8300/tm-h8300.h: Ditto.
4987
4988 2002-05-17 Andrey Volkov <avolkov@transas.com>
4989
4990 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4991
4992 2002-05-17 Andrey Volkov <avolkov@transas.com>
4993
4994 * h8300-tdep.c: Change literal regnums to REGNO.
4995
4996 2002-05-17 Jim Blandy <jimb@redhat.com>
4997
4998 * NEWS: Note addition of macro support.
4999
5000 Expand preprocessor macros in C expressions.
5001 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
5002 (scan_macro_expansion, scanning_macro_expansion,
5003 finished_macro_expansion): New function declarations.
5004 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5005 variable declarations.
5006 * parser-defs.h (expression_context_pc): New declaration.
5007 * parse.c (expression_context_pc): New variable.
5008 (parse_exp_1): Set expression_context_pc, as well as
5009 expression_context_block.
5010 * c-exp.y (yylex): If we're not already reading the result of a
5011 macro expansion, try to macro-expand the next token. When we're
5012 done scanning a macro expansion, switch back to the mainline text.
5013 Commas and `if's in a macro's expansion don't terminate the input.
5014 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5015 (macro_original_text, macro_expanded_text,
5016 expression_macro_lookup_func, expression_macro_lookup_baton): New
5017 variables.
5018 (scan_macro_expansion, scanning_macro_expansion,
5019 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5020 c_preprocess_and_parse): New functions.
5021 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5022 c_preprocess_and_parse, instead of c_parse.
5023 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5024 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5025
5026 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5027
5028 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5029 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5030 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5031
5032 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
5033
5034 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5035
5036 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5037
5038 * Makefile.in (sh_tdep_h): Define and use.
5039 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5040 register enum): Move to...
5041 * * sh-tdep.h: ...here.
5042 * sh-tdep.c: Include sh-tdep.h.
5043 * sh3-rom.c: Likewise.
5044 * shnbsd-tdep.c: Likewise.
5045
5046 2002-05-16 Michael Snyder <msnyder@redhat.com>
5047
5048 * arm-tdep.c: Spelling fix in comment.
5049
5050 2002-05-16 Jim Blandy <jimb@redhat.com>
5051
5052 Add commands for manually expanding macros and showing their
5053 definitions.
5054 * macrocmd.c, macroscope.c, macroscope.h: New files.
5055 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5056 (macroscope_h): New variable.
5057 (HFILES_NO_SRCDIR): Add macroscope.h.
5058 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5059 (macroscope.o, macrocmd.o): New rules.
5060
5061 Teach the Dwarf 2 reader to read macro information.
5062 * dwarf2read.c: #include "macrotab.h".
5063 (dwarf_macinfo_buffer): New variable.
5064 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5065 dwarf_macinfo_size.
5066 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5067 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5068 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5069 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5070 dwarf2_macro_spaces_in_definition): New complaints.
5071 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5072 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5073 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5074 the partial symbol table.
5075 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5076 from what's recorded in the partial symbol table.
5077 (read_file_scope): If the compilation unit has a
5078 `DW_AT_macro_info' attribute, read its macro information.
5079 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5080
5081 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5082
5083 Fix PR gdb/546
5084 * ser-tcp.c: Don't include <netinet/udp.h>.
5085
5086 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5087
5088 * MAINTAINERS: Update my email address.
5089
5090 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
5091
5092 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5093 include file of the same name.
5094
5095 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5096
5097 * configure.tgt: Mark v850 as multi-arched.
5098 * config/v850/tm-v850.h: Remove file.
5099 * config/v850/v850.mt: Eliminate TM_FILE.
5100
5101 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5102
5103 * v850-tdep.c: Full multi-arch.
5104 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5105 Define GDB_MULTI_ARCH to 2.
5106
5107 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5108
5109 * p-exp.y (current_type): New static variable.
5110 Carries the type of the expression at the position that is parsed.
5111 (push_current_type, pop_current_type): Two new functions. Used
5112 to store/restore current_type in expression on specific tokens.
5113 (search_field): New static variable. Set to one after parsing a point
5114 as at that point only a FIELDNAME token should be searched.
5115 (FIELDNAME): New token. After a point only a token belonging to
5116 current_type type definition is allowed.
5117 (all over token rules): reset and change current_type according
5118 to rules.
5119 (exp '[' rule): insert implicit array index field if
5120 exp is a pascal string type.
5121
5122 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5123
5124 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5125 frame info. Use frame_info's saved_regs instead of matching member
5126 in extra_frame_info throughout.
5127 (v850_frame_init_saved_regs): New function.
5128 (v850_init_extra_frame_info): Move most functionality into
5129 v850_frame_init_saved_regs().
5130 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5131 (v850_frame_find_saved_regs): Remove declaration.
5132 (FRAME_FIND_SAVED_REGS): Remove definition.
5133 (v850_frame_init_saved_regs): Add declaration.
5134 (FRAME_INIT_SAVED_REGS): Add definition.
5135
5136 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5137
5138 * v850-tdep.c: Begin multi-arch'ing v850.
5139 (v850_target_architecture_hook): Remove function.
5140 (v850_gdbarch_init): New function. Add code previously in
5141 v850_target_architecture_hook().
5142 (_initialize_v850_tdep): Don't set target_architecture_hook.
5143 Call register_gdbarch_init() instead.
5144
5145 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5146
5147 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5148 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5149 (fixup_class_method_type): Likewise.
5150
5151 2002-05-15 Jim Blandy <jimb@redhat.com>
5152
5153 Add macro structures to GDB's symbol tables. Nobody puts anything
5154 in them yet.
5155 * symtab.h (struct symtab): New member: `macro_table'.
5156 * buildsym.h (pending_macros): New global variable.
5157 * buildsym.c: #include "macrotab.h".
5158 (buildsym_init): Initialize `pending_macros'.
5159 (end_symtab): If we found macro information while reading a CU's
5160 debugging info, do build a symtab structure for it. Make the
5161 symtab point to the macro information, and clear the
5162 `pending_macros' pointer which held it while we were reading the
5163 debug info.
5164 (really_free_pendings): Free any pending macro table.
5165 * objfiles.h (struct objfile): New member: `macro_cache'.
5166 * objfiles.c (allocate_objfile): Set allocate and free functions
5167 for the macro cache's objstack.
5168 (free_objfile): Empty the macro cache's obstack.
5169 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5170 set new allocate and free functions for it.
5171 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5172 free functions for the macro cache's objstack. (Why is this
5173 function building its own objfile?)
5174 * symmisc.c (print_objfile_statistics): Print statistics on the
5175 macro bcache.
5176 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5177
5178 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5179
5180 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5181 (REGISTER_U_ADDR): Delete definition.
5182 (arm_register_u_addr): Delete declaration.
5183
5184 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5185
5186 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5187 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5188
5189 2002-05-14 Andrew Cagney <ac131313@redhat.com>
5190
5191 * regcache.c (register_valid): Revise comments refering to "Not
5192 available" and "unavailable".
5193 * frame.c (frame_register_read): Ditto.
5194 * findvar.c (value_of_register): Ditto.
5195
5196 2002-05-15 Andrew Cagney <cagney@redhat.com>
5197
5198 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5199 (remote-sim.o): Update dependencies.
5200 (d10v-tdep.o): Specify dependencies.
5201 (sim_d10v_h): Define.
5202
5203 2002-05-14 Jim Blandy <jimb@redhat.com>
5204
5205 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5206 * macrotab.c (macro_lookup_inclusion, find_definition,
5207 new_macro_table): Same.
5208
5209 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5210 not `! strcmp ()'. This is a dubious improvement.
5211 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5212
5213 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5214 although it's not necessary, to avoid a warning.
5215
5216 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5217
5218 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5219 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5220 TYPE_INSTANCE_FLAGS.
5221 (struct main_type): New.
5222 (struct type): Move most members to struct main_type. Change
5223 cv_type and as_type to new type_chain member. Add instance_flags.
5224 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5225 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5226 (finish_cv_type): Remove prototype.
5227 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5228 Set TYPE_CHAIN.
5229 (alloc_type_instance): New function.
5230 (smash_type): New function.
5231 (make_pointer_type, make_reference_type, make_function_type)
5232 (smash_to_member_type, smash_to_method_type): Call smash_type.
5233 (make_qualified_type): New function.
5234 (make_type_with_address_space): Call make_qualified_type.
5235 (make_cv_type): Likewise.
5236 (finish_cv_type): Remove unnecessary function.
5237 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5238 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5239 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5240 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5241 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5242 * hpread.c (hpread_read_struct_type): Likewise.
5243 * stabsread.c (read_struct_type): Likewise.
5244
5245 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
5246
5247 * configure.tgt: Add a catch all sh* target, for cases like
5248 sh[2,3,4]-elf and sh-hms.
5249
5250 2002-05-14 Keith Seitz <keiths@redhat.com>
5251
5252 * event-loop.c (create_file_handler): Don't do anything but
5253 update data when we are given a fd which we are already
5254 monitoring.
5255
5256 2002-05-14 Michal Ludvig <mludvig@suse.cz>
5257
5258 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5259 (update_context): Use __func__ in warnings.
5260
5261 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5262
5263 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5264 and tcp_close to net_open and net_close.
5265 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5266 using UDP if requested. Don't try to disable Nagle on UDP
5267 sockets.
5268 * remote.c (remote_serial_open): New function. Warn about UDP.
5269 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5270
5271 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5272
5273 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5274
5275 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5276
5277 * configure.tgt: Remove sh-hms target.
5278 * MAINTAINERS: Don't list sh-hms as a separate target.
5279
5280 2002-05-13 Jim Blandy <jimb@redhat.com>
5281
5282 Add first preprocessor macro-expansion files.
5283 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5284 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5285 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5286 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5287 (COMMON_OBS): Add macrotab.o, macroexp.o.
5288 (macroexp.o, macrotab.o): New rules.
5289
5290 2002-05-13 Andrew Cagney <ac131313@redhat.com>
5291
5292 * config/m88k/tm-m88k.h: Update copyright.
5293 (m88k_target_write_pc): Declare
5294 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5295 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5296 (SHIFT_INST_REGS): Update definition.
5297 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
5298 using old definition of TARGET_WRITE_PC.
5299 * regcache.c (generic_target_write_pc): Delete code handling
5300 NNPC_REGNUM.
5301 * gdbarch.sh (NNPC_REGNUM): Delete.
5302 * gdbarch.h, gdbarch.c: Regenerate.
5303
5304 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
5305
5306 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5307 builtin reg number.
5308
5309 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
5310
5311 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5312 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5313 (gen_address_of, gen_struct_ref, gen_repeat): Use type
5314 access macros.
5315 * c-typeprint.c (cp_type_print_method_args): Likewise.
5316 (c_type_print_args): Likewise.
5317 * d10v-tdep.c (d10v_push_arguments): Likewise.
5318 (d10v_extract_return_value): Likewise.
5319 * expprint.c (print_subexp): Likewise.
5320 * gdbtypes.c (lookup_primitive_typename): Likewise.
5321 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5322 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5323 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5324 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5325 (TYPE_VECTOR): Likewise.
5326 * hpread.c (hpread_read_struct_type)
5327 (fix_static_member_physnames, fixup_class_method_type)
5328 (hpread_type_lookup): Likewise.
5329 * mdebugread.c (parse_symbol, parse_type): Likewise.
5330 * p-lang.c (is_pascal_string_type): Likewise.
5331 * valops.c (hand_function_call): Likewise.
5332 * x86-64-tdep.c (classify_argument): Likewise.
5333
5334 * hpread.c (hpread_read_function_type)
5335 (hpread_read_doc_function_type): Call replace_type.
5336 * dstread.c (create_new_type): Delete.
5337 (decode_dst_structure, process_dst_function): Call alloc_type.
5338 Use type access macros.
5339
5340 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5341
5342 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5343 the're not supported by the current architecture.
5344 (i387_fill_fxsave): Likewise.
5345
5346 2002-05-12 Fred Fish <fnf@redhat.com>
5347
5348 * symfile.c (default_symfile_offsets): Arrange for uninitialized
5349 sect_index_xxx members to index the first slot in section_offsets
5350 if all of the section_offsets are zero.
5351
5352 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5353
5354 * configure.tgt (sparc-*openbsd): Remove entry accidentially
5355 checked in with last change.
5356
5357 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5358
5359 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5360 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5361 config.sub.
5362
5363 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
5364
5365 * Makefile.in: Update dependencies.
5366
5367 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5368
5369 * language.c (local_hex_string_custom): Simplify. Do not depend
5370 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5371
5372 * memattr.c (mem_info_command): Replace calls to
5373 longest_local_hex_string and longest_local_hex_string_custom.
5374 * buildsym.c (make_blockvector): Ditto.
5375 * solib.c (info_sharedlibrary_command): Ditto.
5376 * tracepoint.c (tracepoints_info): Ditto.
5377 * symtab.c (print_msymbol_info): Ditto.
5378
5379 * language.c (local_hex_string): Delete.
5380 (local_hex_string_custom): Delete.
5381 (longest_local_hex_string): Rename to local_hex_string.
5382 (longest_local_hex_string_custom): Rename to
5383 local_hex_string_custom.
5384 * language.h (local_hex_string): Change parameter type to LONGEST.
5385 (local_hex_string_custom): Ditto.
5386 (longest_local_hex_string): Delete declaration.
5387 (longest_local_hex_string_custom): Ditto.
5388
5389 * solib.c: Update copyright.
5390 * memattr.c: Update copyright.
5391
5392 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5393
5394 * arch-utils.h (legacy_register_to_value): Declare.
5395 (legacy_value_to_register): Declare.
5396 (legacy_convert_register_p): Declare.
5397 * arch-utils.c (legacy_register_to_value): New function.
5398 (legacy_value_to_register): New function.
5399 (legacy_convert_register_p): New function.
5400
5401 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5402 (VALUE_TO_REGISTER): Define.
5403 (CONVERT_REGISTER_P): Define.
5404 * gdbarch.h, gdbarch.c: Regenerate.
5405
5406 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5407 VALUE_TO_REGISTER.
5408 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5409 CONVERT_REGISTER_P.
5410
5411 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
5412 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5413
5414 * Makefile.in: Update dependencies for valops.c.
5415 * valops.c: Include "gdb_assert.h".
5416 (typecmp): Skip THIS parameter to methods.
5417 (find_method_list): Remove static_memfuncp argument,
5418 update callers. Check for stub methods.
5419 (find_value_oload_method_list): Don't set *static_memfuncp.
5420 (find_overload_match): Don't check for stub methods. Assert
5421 that methods are not stubbed. Handle static methods.
5422 (value_find_oload_method_list): Remove static_memfuncp argument.
5423 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5424 to the argument list for static stub methods.
5425 * value.h (value_find_oload_method_list): Update prototype.
5426
5427 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5428
5429 * arch-utils.h (generic_register_size): Declare.
5430 (generic_register_raw_size, generic_register_virtual_size): Delete
5431 declarations.
5432 * arch-utils.c (generic_register_raw_size): Delete.
5433 (generic_register_size): New function.
5434 (generic_register_virtual_size): Delete.
5435
5436 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5437 default generic_register_size.
5438 * gdbarch.h, gdbarch.c: Re-generate.
5439
5440 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5441 register_virtual_size.
5442 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5443 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5444
5445 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5446
5447 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5448 * gdbarch.h, gdbarch.c: Regenerate.
5449 * gnu-v3-abi.c: Update copyright.
5450 (vtable_address_point_offset): Update.
5451 (gnuv3_rtti_type): Update.
5452 (gnuv3_baseclass_offset): Update.
5453 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5454 (init_fetch_link_map_offsets): Update.
5455 * remote.c (get_remote_state): Update.
5456
5457 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5458
5459 * TODO: Remove value_headof/value_from_vtable_info comment.
5460 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5461 * values.c (value_headof, value_from_vtable_info): Delete.
5462 * value.h (value_from_vtable_info): Delete prototype.
5463
5464 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5465
5466 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5467 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5468 $(gdb_regex_h).
5469 (gdb_assert_h): Define.
5470 (gdb_wait_h): Define.
5471 (gdb_regex_h): Define.
5472
5473 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5474
5475 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5476 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5477
5478 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5479
5480 * nbsd-tdep.c: Fix comment.
5481
5482 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5483
5484 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5485 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5486 (nbsd-tdep.o): New dependency list.
5487 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5488 nbsd-tdep.h.
5489 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5490 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5491 * nbsd-tdep.c: New file.
5492 * nbsd-tdep.h: New file.
5493 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5494 nbsd-tdep.h.
5495 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5496 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5497 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5498 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5499
5500 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5501
5502 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5503 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5504 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5505 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5506 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5507 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5508
5509 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5510
5511 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5512 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5513 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5514 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5515 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5516 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5517 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5518
5519 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5520
5521 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5522 fetch_elfcore_registers to...
5523 * i386nbsd-tdep.c: ...here.
5524 (i386nbsd_use_struct_convention): Rename to...
5525 (i386nbsd_aout_use_struct_convention): ...this.
5526 (i386nbsd_supply_reg): New function.
5527 (i386nbsd_fill_reg): New function.
5528 (fetch_core_registers): Use i386nbsd_supply_reg.
5529 (fetch_elfcore_registers): Likewise.
5530 (_initialize_i386nbsd_tdep): New function.
5531 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5532 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5533 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5534 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5535 (i386nbsd_aout_use_struct_convention): ...this.
5536
5537 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5538
5539 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5540 (store_inferior_registers): Use shnbsd_fill_reg.
5541 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5542 sh_nbsd_supply_register): Collapse into...
5543 (shnbsd_supply_reg): ...this.
5544 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5545 (shnbsd_fill_reg): ...this.
5546 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5547 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5548 (fetch_core_registers): Use shnbsd_supply_reg.
5549 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5550 (sh_nbsd_core_fns): Rename to...
5551 (shnbsd_core_fns): ...this.
5552 (sh_nbsd_elfcore_fns): Rename to...
5553 (shnbsd_elfcore_fns): ...this.
5554 (sh_nbsd_init_abi): Rename to...
5555 (shnbsd_init_abi): ...this.
5556 (_initialize_sh_nbsd_tdep): Rename to...
5557 (_initialize_shnbsd_tdep): ...this.
5558 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5559 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5560 sh_nbsd_fill_register): Remove prototypes.
5561 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5562
5563 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5564
5565 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5566 (i387-nat.o): Delete dependency list.
5567 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5568 (x86-64-linux-nat.o): Likewise.
5569 * i387-nat.c: Delete file, moving contents to...
5570 * i387-tdep.c: ...here.
5571 * i387-nat.h: Rename...
5572 * i387-tdep.h: ...to this.
5573 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5574 * i386-linux-nat.c: Likewise.
5575 * i386bsd-nat.c: Likewise.
5576 * i386gnu-nat.c: Likewise.
5577 * i386nbsd-nat.c: Likewise.
5578 * i386v4-nat.c: Likewise.
5579 * x86-64-linux-nat.c: Likewise.
5580 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5581 * config/i386/go32.mh (NATDEPFILES): Likewise.
5582 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5583 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5584 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5585 * config/i386/linux.mh (NATDEPFILES): Likewise.
5586 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5587 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5588 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5589 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5590
5591 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5592
5593 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5594 (alphanbsd-nat.o): Remove dependency list.
5595 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5596 * alphanbsd-nat.c: Delete. Contents moved to...
5597 * alphanbsd-tdep.c: ...here.
5598 (_initialize_alphanbsd_tdep): Register core functions.
5599 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5600
5601 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5602
5603 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5604 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5605 (alphanbsd-nat.o): Likewise.
5606 (alphabsd-tdep.o): New dependency list.
5607 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5608 (fill_gregset): Use alphabsd_fill_reg.
5609 (supply_fpregset): Use alphabsd_supply_fpreg.
5610 (fill_fpregset): Use alphabsd_fill_fpreg.
5611 (fetch_inferior_registers): Use struct reg and struct fpreg
5612 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5613 and alphabsd_supply_fpreg.
5614 (store_inferior_registers): Use struct reg and struct fpreg
5615 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5616 and alphabsd_fill_fpreg.
5617 * alphabsd-tdep.c: New file.
5618 * alphabsd-tdep.h: New file.
5619 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5620 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5621 alphabsd_supply_fpreg.
5622 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5623 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5624
5625 2002-05-11 Eric Christopher <echristo@redhat.com>
5626
5627 * mips-tdep.c (mips_double_register_type): Fix thinko.
5628 (mips_single_register_type): Ditto.
5629 * MAINTAINERS: Add self.
5630
5631 2002-05-11 Mark Kettenis <kettenis@gnu.org>
5632
5633 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5634 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5635 right thing on architectures with different endianness and/or
5636 integer sizes.
5637
5638 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5639
5640 From Christian Limpach <chris@Pin.LU>
5641 * configure.in: Change sed expression which comments out
5642 NATDEPFILES to also comment out continuation lines.
5643 * configure: Regenerate.
5644
5645 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5646
5647 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5648 big patch.
5649
5650 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5651
5652 * sh-tdep.c: Include correct file.
5653
5654 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5655
5656 New support for sh64-elf (sh5) target.
5657
5658 * configure.tgt: For sh64-elf target, default to sh-elf.
5659
5660 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5661 (struct gdbarch_tdep): Add new fields for new registers and ABI
5662 info.
5663
5664 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5665 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5666 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5667 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5668 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5669 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5670 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5671 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5672 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5673 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5674 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5675 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5676 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5677 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5678 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5679 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5680 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5681 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5682 sign_extend, sh64_nofp_frame_init_saved_regs,
5683 sh64_init_extra_frame_info, sh64_get_saved_register,
5684 sh64_extract_struct_value_address, sh64_pop_frame,
5685 sh64_push_arguments, sh64_extract_return_value,
5686 sh64_store_return_value, sh64_show_media_regs,
5687 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5688 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5689 sh_sh64_register_virtual_type,
5690 sh_sh64_register_convert_to_virtual,
5691 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5692 sh64_register_read, sh64_pseudo_register_write,
5693 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5694 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5695 sh64_do_pseudo_register, sh_compact_do_registers_info,
5696 sh64_do_registers_info, sh_gdbarch_init): New functions.
5697
5698 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5699
5700 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5701
5702 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5703
5704 * linespec.c (decode_line_1): Check for a double quote after
5705 a filename correctly.
5706
5707 2002-05-10 Jim Blandy <jimb@redhat.com>
5708
5709 Properly track the size of the current objfile's .debug_line section.
5710 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5711 (DWARF_LINE_SIZE): New macro.
5712 (dwarf2_build_psymtabs_hard): Record the line section's size in
5713 the partial symbol table.
5714 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5715 symbol table.
5716
5717 2002-05-10 Petr Sorfa <petrs@caldera.com>
5718
5719 * ia64-tdep.c: Handle breakpoints on L instruction type
5720 in MLX instruction bundle by moving the breakpoint to
5721 the third slot (X instruction type) as L holds only data.
5722
5723 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5724
5725 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5726 (process_one_symbol): Complain about discarding local symbols
5727 due to a misplaced N_LBRAC entry.
5728
5729 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5730
5731 From Daniel Berlin <dan@cgsoftware.com>
5732 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5733 decrease the depth we are at, in the case of templates.
5734
5735 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5736
5737 * mips-tdep.c (mips_float_register_type): New function.
5738 (mips_double_register_type): New function.
5739 (mips_print_register): Use them.
5740 (do_fp_register_row): Likewise.
5741
5742 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5743
5744 * signals/signals.c (signals): Remove conditional compilation around
5745 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5746 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5747
5748 2002-05-09 Michael Snyder <msnyder@redhat.com>
5749
5750 * remote-rdp.c (remote_rdp_can_run): Remove.
5751
5752 2002-05-09 Tom Tromey <tromey@redhat.com>
5753
5754 * jv-valprint.c (java_val_print): Handle `char' as a special case
5755 of TYPE_CODE_INT.
5756
5757 2002-05-09 Michael Snyder <msnyder@redhat.com>
5758
5759 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5760 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5761 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5762 str r(0123),[sp,#nn].
5763 (arm_skip_prologue): Ditto. Also make disassembly
5764 order-independent by placing it in a loop.
5765
5766 2002-05-06 Michael Snyder <msnyder@redhat.com>
5767
5768 * stabsread.c (read_type): Add recognition for new attribute:
5769 "@V;" means that an array type is actually a vector.
5770 This is analogous to the vector flag that's been added to dwarf2.
5771
5772 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5773
5774 * i386-tdep.h (i386_abi): New enum.
5775 (struct gdbarch_tdep): Replace os_ident member with abi.
5776 (i386_gdbarch_register_os_abi): New prototype.
5777 * i386-tdep.c (i386_abi_names): New array.
5778 (process_note_abi_tag_sections): Removed.
5779 (process_note_sections): New function.
5780 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5781 (struct i386_abi_handler): New struct.
5782 (i386_abi_handler_list): New variable.
5783 (i386_gdbarch_register_os_abi): New function.
5784 (i386_gdbarch_init): Adapt for the changes given above.
5785
5786 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5787
5788 * gregset.h: Say "GNU/Linux".
5789
5790 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5791
5792 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5793 (build_gdbtypes): Build builtin_type_v2_float.
5794 (_initialize_gdbtypes): Register new builtin type.
5795
5796 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5797
5798 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5799 (clear_gdbarch_swap): New function.
5800 (initialize_non_multiarch): Call.
5801 (gdbarch_update_p): Before calling init(), swap out and clear the
5802 existing architecture.
5803 * gdbarch.c: Regenerate.
5804
5805 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5806
5807 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5808 alphanbsd-tdep.c.
5809
5810 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5811
5812 * sh-nbsd-nat.c: Rename to...
5813 * shnbsd-nat.c: ...this.
5814 * sh-nbsd-tdep.c: Rename to...
5815 * shnbsd-tdep.c: ...this.
5816 * sh-nbsd-tdep.h: Rename to...
5817 * shnbsd-tdep.h: ...this.
5818 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5819 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5820
5821 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5822
5823 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5824 concatenation for command help messages.
5825
5826 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5827
5828 * NEWS: Note new sh*-*-netbsdelf* configuration.
5829 * configure.host: Set gdb_host_cpu to sh for all sh*.
5830 (sh*-*-netbsdelf*): New host.
5831 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5832 (sh*-*-netbsdelf*): New target.
5833 * sh-nbsd-nat.c: New file.
5834 * sh-nbsd-tdep.c: New file.
5835 * sh-nbsd-tdep.h: New file.
5836 * config/sh/nbsd.mh: New file.
5837 * config/sh/nbsd.mt: New file.
5838 * config/sh/nm-nbsd.h: New file.
5839 * config/sh/tm-nbsd.h: New file.
5840
5841 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5842
5843 * sh-tdep.c (sh_osabi_names): Declare.
5844 (process_note_abi_tag_sections): New function.
5845 (get_elfosabi): Ditto.
5846 (sh_gdbarch_register_os_abi): Ditto.
5847 (sh_dump_tdep): Ditto.
5848 _initialize_sh_tdep): Use gdbarch_register to register
5849 sh_gdbarch_init and sh_dump_tdep.
5850 * config/sh/tm-sh.h (sh_osabi): Declare.
5851 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5852
5853 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5854
5855 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5856 (thumb_scan_prologue): Ditto.
5857 (arm_find_callers_reg): Ditto.
5858 (arm_frame_chain): Ditto.
5859 (arm_init_extra_frame_info): Ditto.
5860 (arm_frame_saved_pc): Ditto.
5861 (arm_pop_frame): Ditto.
5862 (arm_push_return_address): New function.
5863 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5864 call_dummy_location, call_dummy_breakpoint_offset_p,
5865 call_dummy_breakpoint_offset, call_dummy_p,
5866 call_dummy_stack_adjust_p, call_dummy_words,
5867 sizeof_call_dummy_words, call_dummy_start_offset,
5868 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5869 call_dummy_address, push_return_address and push_dummy_frame for
5870 generic dummy frames.
5871
5872 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5873
5874 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5875 size computation for alloca.
5876 (sh_fp_frame_init_saved_regs): Likewise.
5877
5878 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5879
5880 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5881 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5882 * arm-tdep.c (arm_store_return_value): Use them.
5883 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5884 * remote-rdp.c (remote_rdp_fetch_register): Use
5885 ARM_MAX_REGISTER_RAW_SIZE.
5886 (remote_rdp_store_register): Likewise.
5887
5888 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5889
5890 * dwarf2cfi.c: Code cleanup, removed unused variables,
5891 added default labels to switch {} statements.
5892 * x86-64-tdep.c: Ditto.
5893 * x86-64-linux-nat.c: Ditto.
5894
5895 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5896
5897 * solib.h: Protect against multiple inclusion.
5898
5899 2002-05-06 Jim Blandy <jimb@redhat.com>
5900
5901 Add first preprocessor macro-expansion files.
5902 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5903 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5904 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5905 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5906 (COMMON_OBS): Add macrotab.o, macroexp.o.
5907 (macroexp.o, macrotab.o): New rules.
5908
5909 Separate the job of reading the line number info statement program
5910 header (...expialidocious) out into its own function.
5911 * dwarf2read.c (struct line_head, struct filenames, struct
5912 directories): Replace with...
5913 (struct line_header): New structure, containing the full
5914 contents of the statement program header, including the
5915 include directory and file name tables.
5916 (read_file_scope): If we have line number info, instead of just
5917 calling dwarf_decode_lines to do all the work, call
5918 dwarf_decode_line_header first to get a `struct line_header'
5919 containing the data in the statement program header, and then
5920 pass that to dwarf_decode_lines, which will pick up where that
5921 left off. Be sure to clean up the `struct line_header' object.
5922 (dwarf_decode_line_header, free_line_header, add_include_dir,
5923 add_file_name): New functions.
5924 (dwarf_decode_lines): Move all the code to read the statement
5925 program header into dwarf_decode_line_header. Take the line
5926 header it built as the first argument, instead of the offset to
5927 the compilation unit's line number info. Use the new `struct
5928 line_header' type instead of the old structures. No need to do
5929 cleanups here now, since we don't allocate anything.
5930 (dwarf2_statement_list_fits_in_line_number_section,
5931 dwarf2_line_header_too_long): New complaints.
5932
5933 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5934
5935 * gdbtypes.c (init_vector_type): New function.
5936 (build_builtin_type_vec128): Simplify the representation of SIMD
5937 registers.
5938 (build_gdbtypes): Initialize new builtin vector types.
5939 (_initialize_gdbtypes): Register new vector types with gdbarch.
5940 (builtin_type_v4_float, builtin_type_v4_int32,
5941 builtin_type_v8_int16, builtin_type_v16_int8,
5942 builtin_type_v2_int32, builtin_type_v4_int16,
5943 builtin_type_v8_int8): New (renamed) SIMD types.
5944
5945 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5946
5947 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5948 (i387_fill_fxsave): Likewise.
5949
5950 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
5951
5952 * alpha-tdep.c (alpha_extract_return_value): Don't use
5953 non-constant array size in prototype.
5954
5955 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5956
5957 From Brian Taylor <briant at model dot com>:
5958 * ui-out.c (ui_out_field_core_addr): Use the function
5959 longest_local_hex_string_custom'to format addresses > 32 bits
5960 wide.
5961
5962 * ui-out.c (ui_out_field_core_addr): Update comment.
5963
5964 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5965
5966 * stack.c (select_and_print_frame): Make static. Delete the
5967 parameter `level'.
5968 (func_command): Update call.
5969 (select_frame_command): Delete code computing the frame level.
5970 * frame.h (select_and_print_frame): Delete declaration.
5971
5972 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5973
5974 * sparc-tdep.c (sparc_get_saved_register): Comment why
5975 get_prev_frame call is safe.
5976
5977 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5978
5979 * frame.h (select_frame): Delete level parameter.
5980 * stack.c (select_frame): Update. Use frame_relative_level to
5981 obtain the frame's level.
5982 (select_and_print_frame): Update call.
5983 (select_frame_command): Ditto.
5984 (up_silently_base): Ditto.
5985 (down_silently_base): Ditto.
5986 * ocd.c (ocd_start_remote): Ditto.
5987 * remote-rdp.c (remote_rdp_open): Ditto.
5988 * remote-mips.c (mips_initialize): Ditto.
5989 (common_open): Ditto.
5990 * remote-e7000.c (e7000_start_remote): Ditto.
5991 * m3-nat.c (select_thread): Ditto.
5992 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5993 (child_get_current_exception_event): Ditto.
5994 * varobj.c (varobj_create): Ditto.
5995 (varobj_update): Ditto.
5996 (c_value_of_root): Ditto.
5997 * tracepoint.c (finish_tfind_command): Ditto.
5998 * corelow.c (core_open): Ditto.
5999 * arch-utils.c (generic_prepare_to_proceed): Ditto.
6000 * thread.c (info_threads_command): Ditto.
6001 (switch_to_thread): Ditto.
6002 * infrun.c (normal_stop): Ditto.
6003 (restore_selected_frame): Ditto.
6004 (restore_inferior_status): Ditto.
6005 * breakpoint.c (insert_breakpoints): Ditto.
6006 (watchpoint_check): Ditto.
6007 (bpstat_stop_status): Ditto.
6008 (do_enable_breakpoint): Ditto.
6009 * blockframe.c (flush_cached_frames): Ditto.
6010 (reinit_frame_cache): Ditto.
6011
6012 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6013
6014 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6015 maintainer.
6016
6017 2002-05-04 Jim Blandy <jimb@redhat.com>
6018
6019 * gdbtypes.c (replace_type): Doc fix.
6020
6021 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6022
6023 * valprint.c (strcat_longest): Delete commented out function.
6024 Update copyright.
6025
6026 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6027
6028 * MAINTAINERS: Mark a29k as deleted.
6029 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6030 Move new configurations to the top.
6031 * configure.tgt: Remove a29k.
6032 * config/a29k/tm-vx29k.h: Delete.
6033 * config/a29k/vx29k.mt: Delete.
6034 * config/a29k/tm-a29k.h: Delete.
6035 * config/a29k/a29k-udi.mt: Delete.
6036 * config/a29k/a29k.mt: Delete.
6037 * a29k-tdep.c: Delete.
6038 * remote-udi.c: Delete.
6039 * remote-mm.c: Delete.
6040 * remote-eb.c: Delete.
6041 * remote-adapt.c: Delete.
6042 * Makefile.in: Remove obsolete code.
6043 * config/s390/s390x.mt: Ditto.
6044 * config/s390/s390.mt: Ditto.
6045 * config/sparc/sparclynx.mh: Ditto.
6046 * config/sparc/linux.mh: Ditto.
6047 * config/pa/hppaosf.mh: Ditto.
6048 * config/pa/hppabsd.mh: Ditto.
6049 * config/ns32k/nbsd.mt: Ditto.
6050 * config/mips/vr5000.mt: Ditto.
6051 * config/m68k/sun3os4.mh: Ditto.
6052 * config/m68k/nbsd.mt: Ditto.
6053 * config/m68k/m68klynx.mh: Ditto.
6054 * config/m32r/m32r.mt: Ditto.
6055 * config/i386/x86-64linux.mt: Ditto.
6056 * config/i386/nbsdelf.mt: Ditto.
6057 * config/i386/nbsd.mt: Ditto.
6058 * config/i386/i386lynx.mh: Ditto.
6059
6060 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6061
6062 * target.c (debug_print_register): New function. Handle oversize
6063 registers.
6064 (debug_to_fetch_registers): Call.
6065 (debug_to_store_registers): Call.
6066
6067 2002-05-03 Jim Blandy <jimb@redhat.com>
6068
6069 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6070 (read_type): Doc fix.
6071 * gdbtypes.c (replace_type): Doc fix.
6072
6073 * stabsread.c (multiply_defined_struct): New complaint.
6074 (read_struct_type): If the type we were passed isn't empty, or
6075 incomplete, don't read the new struct type into it; complain,
6076 and return the original type unchanged. Take a new `type_code'
6077 argument, which is the type code for the new type.
6078 (read_type): Rather than storing the type's type code here, pass
6079 it as an argument to read_struct_type, and let that take care of
6080 storing it. That way, we don't overwrite the original type code,
6081 so read_struct_type can use it to decide whether we're overwriting
6082 something we shouldn't.
6083 (complain_about_struct_wipeout): New function.
6084
6085 2002-05-03 Andrew Cagney <ac131313@redhat.com>
6086
6087 * gdbarch.sh: Assert that gdbarch is non-NULL.
6088 * gdbarch.c: Regenerate.
6089
6090 2002-05-03 Jason Merrill <jason@redhat.com>
6091
6092 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6093 and return NULL.
6094
6095 2002-05-03 Michal Ludvig <mludvig@suse.cz>
6096
6097 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6098 (x86_64_dwarf2gdb_regno_map_length),
6099 (x86_64_dwarf2_reg_to_regnum): Added.
6100 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6101 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6102 (_initialize_x86_64_tdep): Synced with the change above.
6103 (x86_64_skip_prologue): Reformulated message.
6104
6105 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6106
6107 * f-exp.y: Also use new prev_lexptr variable
6108 to improve error reporting. Based on Michael Snyder
6109 2002-04-24 dated patch to c-exp.y.
6110 * jv-exp.y: Likewise.
6111 * m2-exp.y: Likewise.
6112
6113 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
6114
6115 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6116 we are dealing with vectors.
6117
6118 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6119
6120 * config/m68k/tm-nbsd.h: Obvious fix,
6121 correct machine name.
6122
6123 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6124
6125 * p-typeprint.c (pascal_type_print_base): Add support
6126 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6127
6128 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6129
6130 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6131 for fondamental pascal 'char' type.
6132
6133 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6134
6135 * p-lang.h (is_pascal_string_type): Declaration changed,
6136 new sixth argument of type char ** added.
6137 * p-lang.c (is_pascal_string_type): Implementation
6138 changed. Args length_pos, length_size, string_pos, char_size
6139 can now be NULL. New argument arrayname set to the field
6140 name of the char array. Return value set to char array
6141 field index plus one.
6142 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6143 is_pascal_string_type function.
6144
6145 2002-05-02 Andrew Cagney <cagney@redhat.com>
6146
6147 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6148 <cagney@redhat.com> change.
6149 * gdbarch.c: Regenerate.
6150
6151 2002-05-02 Andrew Cagney <cagney@redhat.com>
6152
6153 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6154 before probing for a new one. Detect errorenous gdbarch_init
6155 functions.
6156 * gdbarch.c: Regenerate.
6157
6158 2002-05-01 Andrew Cagney <cagney@redhat.com>
6159
6160 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6161 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6162 * config/v850/tm-v850.h: Ditto. Update copyright.
6163
6164 2002-04-30 Andrew Cagney <ac131313@redhat.com>
6165
6166 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6167 current_gdbarch.
6168
6169 2002-04-30 Michael Snyder <msnyder@redhat.com>
6170
6171 * arm-tdep.c: Whitespace clean-ups.
6172 (arm_skip_prologue): Fix thinko; two lines
6173 should have been removed as part of 4/24 change.
6174
6175 2002-04-30 Kevin Buettner <kevinb@redhat.com>
6176
6177 * rs6000-tdep.c: Added comment describing how fpscr register
6178 numbers were chosen.
6179
6180 2002-04-30 Michael Snyder <msnyder@redhat.com>
6181
6182 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6183
6184 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6185
6186 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6187 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6188 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6189
6190 2002-04-29 Kevin Buettner <kevinb@redhat.com>
6191
6192 From Louis Hamilton <hamilton@redhat.com>:
6193 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6194 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6195 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6196 not bfd-private xcoff data, to determine wordsize.
6197 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6198
6199 2002-04-29 Andrew Cagney <ac131313@redhat.com>
6200
6201 GDB 5.2 released from 5.2 branch.
6202
6203 2002-04-29 Michal Ludvig <mludvig@suse.cz>
6204
6205 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6206 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6207 (x86_64_register_info_table): Added comments with register numbers.
6208
6209 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6210
6211 * rs6000-tdep.c (rs6000_extract_return_value,
6212 rs6000_store_return_value): Handle returning vectors.
6213 (rs6000_gdbarch_init): Use
6214 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6215 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6216 New function.
6217 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6218 vectors.
6219 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6220 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6221
6222 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6223
6224 * hpread.c (hpread_psymtab_to_symtab_1,
6225 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6226 with fprintf_unfiltered (gdb_stderr,...).
6227
6228 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6229
6230 * remote-array.c (printf_monitor, write_monitor,
6231 array_insert_breakpoint, array_remove_breakpoint ):
6232 Replace fprintf (stderr,...
6233 with fprintf_unfiltered (gdb_stderr,....
6234 * remote-es.c: Likewise.
6235 * remote-os9k.c: Likewise.
6236 * remote-st.c: Likewise.
6237
6238 2002-04-28 Andreas Schwab <schwab@suse.de>
6239
6240 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6241 linux-proc.o and gcore.o.
6242
6243 2002-04-26 Michal Ludvig <mludvig@suse.cz>
6244
6245 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6246 code without frame pointers.
6247
6248 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6249
6250 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6251 ON_STACK is needed.
6252
6253 2002-04-26 Ben Elliston <bje@redhat.com>
6254
6255 * target.c (do_xfer_memory): Correct reference to the new option
6256 "trust-readonly-sections".
6257
6258 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
6259
6260 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6261 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6262 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6263 vectors.
6264 (read_array_type): Record the fact that this array type is really a
6265 vector (i.e. are passed in by value).
6266
6267 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6268
6269 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6270 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6271 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6272 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6273 * alpha-linux-tdep.c: Include frame.h.
6274 (alpha_linux_sigcontext_addr): New function.
6275 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6276 alpha_linux_sigcontext_addr.
6277 * alpha-osf1-tdep.c: Include gdbcore.h.
6278 (alpha_osf1_sigcontext_addr): New function.
6279 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6280 alpha_osf1_sigcontext_addr.
6281 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6282 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6283
6284 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6285
6286 * stack.c (selected_frame_level):
6287 (select_frame): Do not set selected_frame_level.
6288 * frame.h (selected_frame_level): Delete declaration.
6289
6290 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6291
6292 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6293 convert_from_func_ptr-addr when AIX / PowerOpen.
6294
6295 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6296
6297 * valops.c (hand_function_call): Call
6298 generic_save_call_dummy_addr.
6299 * frame.h (generic_save_call_dummy_addr): Declare.
6300 * blockframe.c (struct dummy_frame): Add fields call_lo and
6301 call_hi.
6302 (generic_find_dummy_frame): Check for PC in range call_lo to
6303 call_hi instead of entry_point_address.
6304 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6305 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
6306 (generic_save_call_dummy_addr): New function.
6307
6308 2002-04-24 David S. Miller <davem@redhat.com>
6309
6310 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6311 sparc_skip_prologue.
6312 (sparc_skip_prologue): Kill frameless_p arg, and use line number
6313 information to find prologue when possible.
6314 (sparc_prologue_frameless_p): Call examine_prologue directly.
6315 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6316 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6317 second argument.
6318 (SKIP_PROLOGUE): Likewise.
6319
6320 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6321
6322 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6323 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6324 indicate that the condition it was testing is always true.
6325 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6326 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6327 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6328
6329 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6330
6331 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6332 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6333 tdep->jb_pc and tdep->jb_elt_size.
6334 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6335 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6336 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6337 * alpha-nat.c (get_longjmp_target): Remove.
6338 (JB_ELEMENT_SIZE): Ditto.
6339 (JB_PC): Ditto.
6340 * alpha-tdep.c (alpha_get_longjmp_target): New function.
6341 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
6342 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6343 to alpha_get_longjmp_target.
6344 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6345 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6346 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6347
6348 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6349
6350 * README: Update to GDB 5.2.
6351
6352 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6353
6354 * gdbarch.sh (LC_ALL): Set to `c'.
6355
6356 2002-04-25 Theodore A. Roth <troth@verinet.com>
6357
6358 * avr-tdep.c: Ran through gdb_indent.sh.
6359
6360 2002-04-25 Theodore A. Roth <troth@verinet.com>
6361
6362 * MAINTAINERS: Add myself as AVR maintainer.
6363 * NEWS: Note new target avr.
6364
6365 2002-04-25 Theodore A. Roth <troth@verinet.com>
6366
6367 * Makefile.in: Add support for AVR target.
6368 * configure.tgt: Add support for AVR target.
6369 * avr-tdep.c: New file
6370 * config/avr/avr.mt: New file.
6371
6372 2002-04-25 Theodore A. Roth <troth@verinet.com>
6373
6374 * MAINTAINERS: Add myself to write-after-approval.
6375
6376 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6377
6378 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6379 with fprintf_unfiltered (gdb_stderr,....
6380
6381 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6382
6383 Fix PR gdb/508.
6384 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6385
6386 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6387
6388 * p-exp.y: Also use new prev_lexptr variable
6389 to improve error reporting. Based on Michael Snyder
6390 2002-04-24 dated patch to c-exp.y.
6391
6392 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6393
6394 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6395 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6396 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6397 to 0.
6398 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6399 and struct value.
6400 (FUNCTION_START_OFFSET): Remove.
6401 (BREAKPOINT): Ditto.
6402
6403 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6404
6405 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6406 * NEWS: Ditto.
6407
6408 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6409
6410 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6411 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6412 alpha_linux_pc_in_sigtramp.
6413 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6414 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6415 alpha_osf1_pc_in_sigtramp.
6416 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6417 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6418 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6419 alphafbsd_pc_in_sigtramp.
6420 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6421 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6422 alphanbsd_pc_in_sigtramp.
6423 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6424 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6425
6426 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6427
6428 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6429
6430 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6431
6432 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6433 alphanbsd-tdep.c.
6434 (alphanbsd-nat.o): New dependency list.
6435 (alphanbsd-tdep.o): Ditto.
6436 * NEWS: Note new native NetBSD/alpha configuration.
6437 * alphanbsd-nat.c: New file.
6438 * alphanbsd-tdep.c: Ditto.
6439 * configure.host (alpha*-*-netbsd*): New host.
6440 * configure.tgt (alpha*-*-netbsd*): New target.
6441 * config/alpha/nbsd.mh: New file.
6442 * config/alpha/nbsd.mt: Ditto.
6443 * config/alpha/nm-nbsd.h: Ditto.
6444 * config/alpha/tm-nbsd.h: Ditto.
6445
6446 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6447
6448 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6449 (alpha-osf1-tdep.o): New dependency list.
6450 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6451 and skip_sigtramp_frame members.
6452 * alpha-linux-tdep.c: Include gdbcore.h.
6453 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6454 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6455 * alpha-osf1-tdep.c: New file.
6456 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6457 alpha-osf1-dep.c.
6458 (alpha_frame_past_sigtramp_frame): New function.
6459 (alpha_dynamic_sigtramp_offset): Ditto.
6460 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6461 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6462 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6463 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6464 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6465 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6466 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6467 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6468 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6469 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6470 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6471 to find_solib_trampoline_target.
6472 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6473 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6474 (SKIP_TRAMPOLINE_CODE): Remove.
6475 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6476 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6477 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6478 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6479 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6480 (PROC_SIGTRAMP_MAGIC): Ditto.
6481 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6482 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6483 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6484 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6485 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6486
6487 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6488
6489 * NEWS: Note that Alpha targets are now multi-arch.
6490
6491 2002-04-24 Michael Snyder <msnyder@redhat.com>
6492
6493 * parser-defs.h (prev_lexptr): New external variable.
6494 * parse.c (parse_exp_1): Set prev_lexptr to null before
6495 calling the language-specific parser.
6496 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6497 (yyerror): Use prev_lexptr in error reporting.
6498
6499 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
6500
6501 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6502 * gregset.h: If FILL_FPXREGSET is defined, provide
6503 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6504 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6505 is defined, call fill_fpxregset.
6506
6507 2002-04-24 Roland McGrath <roland@frob.com>
6508
6509 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6510 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6511 (supply_gregset, supply_fpregset): New functions.
6512
6513 * gnu-nat.c (gnu_find_memory_regions): New function.
6514 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6515 (gnu_xfer_memory): Add a cast.
6516
6517 2002-04-24 Michael Snyder <msnyder@redhat.com>
6518
6519 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6520 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6521 of argument regs ("str r(0123), [r11, #-nn"]).
6522 (arm_skip_prologue): Better handling for frameless functions.
6523 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6524 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6525
6526 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6527
6528 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6529 NUM_PSEUDO_REGS can be used.
6530
6531 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6532
6533 * arch-utils.h: Update copyright.
6534
6535 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6536 * gdbarch.h, gdbarch.c: Re-generate.
6537
6538 * inferior.h (IN_SIGTRAMP): Delete definition.
6539 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6540 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6541
6542 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6543 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6544 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6545 (find_proc_framesize): Ditto.
6546 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6547 (alpha_init_extra_frame_info): Ditto.
6548 * infrun.c (handle_inferior_event): Ditto.
6549 (handle_inferior_event): Ditto.
6550 (check_sigtramp2): Ditto.
6551 * blockframe.c (create_new_frame): Ditto.
6552 (get_prev_frame): Ditto.
6553 * ppc-linux-tdep.c: Update comments.
6554 * i386-linux-tdep.c: Update comments.
6555 * breakpoint.c (bpstat_what): Update comment.
6556
6557 2002-04-24 David S. Miller <davem@redhat.com>
6558
6559 * i960-tdep.c (register_in_window_p): New function.
6560 (i960_find_saved_register): Use it instead of
6561 REGISTER_IN_WINDOW_P.
6562 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6563
6564 * symtab.h (find_stab_function_addr): Kill extern.
6565 * minsyms.c (find_stab_function_addr): Remove from here...
6566 * dbxread.c: ... to here, and mark it static.
6567
6568 2002-04-20 David S. Miller <davem@redhat.com>
6569
6570 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6571 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6572
6573 2002-04-21 David S. Miller <davem@redhat.com>
6574
6575 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6576 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6577 (vx_write_register): Likewise.
6578
6579 2002-04-23 J. Brobecker <brobecker@gnat.com>
6580
6581 * source.c (is_regular_file): New function.
6582 (openp): Check wether file to open is a regular file
6583 to avoid opening directories.
6584
6585 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6586
6587 * findvar.c (extract_signed_integer): Cast printf argument
6588 to suppress format warning.
6589 (extract_unsigned_integer): Likewise.
6590 * infcmd.c (registers_info): Likewise.
6591 * top.c (get_prompt_1): Likewise.
6592 * valops.c (value_assign): Likewise.
6593 * valprint.c (print_decimal): Likewise.
6594
6595 2002-04-22 H.J. Lu (hjl@gnu.org)
6596
6597 * c-exp.y (typebase): Support
6598
6599 [long|long long|short] [signed|unsigned] [int|]
6600
6601 and
6602
6603 signed [long|long long|short] int
6604
6605 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6606
6607 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6608 and vax-tdep.h.
6609 * vax-tdep.h: New file.
6610 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6611 Make several routines static.
6612 (vax_get_saved_register): New function.
6613 (vax_gdbarch_init): New function.
6614 (_initialize_vax_tdep): Register vax_gdbarch_init.
6615 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6616 Remove macros now under the control of gdbarch.
6617
6618 2002-04-22 Michael Snyder <msnyder@redhat.com>
6619
6620 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6621 Some whitespace and coding standards tweaks.
6622
6623 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6624
6625 * vax-tdep.c: Include regcache.h.
6626 (vax_call_dummy_words): New.
6627 (sizeof_vax_call_dummy_words): New.
6628 (vax_fix_call_dummy): New function.
6629 (vax_saved_pc_after_call): Ditto.
6630 * config/vax/tm-vax.h: Don't include regcache.h.
6631 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6632 (CALL_DUMMY): Remove.
6633 (CALL_DUMMY_WORDS): Define.
6634 (SIZEOF_CALL_DUMMY_WORDS): Define.
6635 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6636
6637 2002-04-18 Michael Snyder <msnyder@redhat.com>
6638
6639 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6640
6641 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6642
6643 * vax-tdep.c (vax_frame_chain): New function.
6644 (vax_push_dummy_frame): Ditto.
6645 (vax_pop_frame): Ditto.
6646 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6647 (FRAMELESS_FUNCTION_INVOCATION): Use
6648 generic_frameless_function_invocation_not.
6649 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6650 (POP_FRAME): Use vax_pop_frame.
6651
6652 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6653
6654 * vax-tdep.c (vax_store_struct_return): New function.
6655 (vax_extract_return_value): Ditto.
6656 (vax_store_return_value): Ditto.
6657 (vax_extract_struct_value_address): Ditto.
6658 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6659 vax_store_struct_return.
6660 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6661 (STORE_RETURN_VALUE): Use vax_store_return_value.
6662 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6663
6664 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6665
6666 * vax-tdep.c (vax_frame_saved_pc): New function.
6667 (vax_frame_args_address_correct): Ditto.
6668 (vax_frame_args_address): Ditto.
6669 (vax_frame_locals_address): Ditto.
6670 (vax_frame_num_args): Move code to be in proximity to
6671 other frame-related functions.
6672 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6673 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6674 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6675 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6676 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6677
6678 2002-04-22 H.J. Lu (hjl@gnu.org)
6679
6680 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6681 includedir.
6682
6683 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6684
6685 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6686 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6687 (FRAME_INIT_SAVED_REGS): New macro.
6688
6689 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6690
6691 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6692
6693 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6694
6695 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6696 where needed.
6697 (fetch_osf_core_registers): Likewise.
6698 (supply_gregset): Likewise.
6699
6700 2002-04-22 J. Brobecker <brobecker@gnat.com>
6701
6702 * symfile.h (get_section_index): Define.
6703 * symfile.c (get_section_index): New function.
6704 * mdebugread.c (SC_IS_SBSS): New macro.
6705 (SC_IS_BSS): Return true for the scBss storage class only, as
6706 the scSBss storage class refers to the .sbss section.
6707 (parse_partial_symbols): Discard the symbols which associated
6708 section does not exist.
6709 Make sure to use the .sbss section index for symbols which
6710 storage class is scBss, rather than using the .bss section index.
6711
6712 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6713
6714 * vax-tdep.c: Update copyright years.
6715 (vax_register_name): New function.
6716 (vax_register_byte): Ditto.
6717 (vax_register_raw_size): Ditto.
6718 (vax_register_virtual_size): Ditto.
6719 (vax_register_virtual_type): Ditto.
6720 * config/vax/tm-vax.h: Update copyright years.
6721 (REGISTER_NAMES): Remove.
6722 (REGISTER_NAME): Define.
6723 (REGISTER_BYTE): Use vax_register_byte.
6724 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6725 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6726 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6727
6728 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6729
6730 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6731 declaration
6732 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6733
6734 2002-04-21 David S. Miller <davem@redhat.com>
6735
6736 * arch-utils.c (generic_prologue_frameless_p): Kill
6737 SKIP_PROLOGUE_FRAMELESS_P code.
6738 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6739 references.
6740 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6741 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6742 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6743 references.
6744 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6745 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6746 (sparc_gdbarch_init): Pass it to
6747 set_gdbarch_prologue_frameless_p.
6748
6749 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6750
6751 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6752 (alphabsd-nat.o): New dependency list.
6753
6754 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6755
6756 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6757 alphafbsd-tdep.c.
6758 (alpha-linux-tdep.o): New dependency list.
6759 (alphafbsd-tdep.o): Likewise.
6760
6761 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6762
6763 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6764 to here...
6765 * alpha-tdep.c: ...from here.
6766 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6767
6768 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6769
6770 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6771 prototype from here...
6772 * alpha-tdep.h: ...to here.
6773
6774 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6775
6776 * frame.h (selected_frame_level): Document as deprecated.
6777 (frame_relative_level): Declare.
6778 * stack.c (frame_relative_level): New function.
6779 (selected_frame_level): Document as deprecated.
6780 (select_frame): Do not set the selected_frame_level.
6781
6782 * stack.c (frame_info, record_selected_frame): Update.
6783 (frame_command, current_frame_command): Update.
6784 (up_silently_base, up_command, down_silently_base): Update.
6785 (down_command): Update.
6786 * inflow.c (kill_command): Update.
6787 * tracepoint.c (finish_tfind_command): Update.
6788 * corelow.c (core_open): Update.
6789 * thread.c (info_threads_command): Update.
6790 (do_captured_thread_select): Update.
6791 * infcmd.c (finish_command): Update.
6792 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6793
6794 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6795
6796 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6797
6798 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6799
6800 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6801 type const.
6802
6803 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6804
6805 * alphafbsd-tdep.c: Update copyright years. Include
6806 alpha-tdep.h.
6807 (alphafbsd_use_struct_convention): Make static.
6808 (alphafbsd_init_abi): New function.
6809 (_initialize_alphafbsd_tdep): New function.
6810 * config/alpha/tm-fbsd.h: Update copyright years.
6811 (USE_STRUCT_CONVENTION): Remove.
6812
6813 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6814
6815 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6816 an Alpha ABI variant.
6817 (alpha_abi_handler_list): Declare.
6818 (alpha_gdbarch_register_os_abi): New function.
6819 (alpha_gdbarch_init): Give registered ABI variant handlers a
6820 chance to tweak the gdbarch once we have set up defaults.
6821 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6822
6823 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6824
6825 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6826 to standard_coerce_float_to_double.
6827 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6828
6829 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6830
6831 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6832 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6833 from gdbarch_tdep rather than a constant.
6834 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6835 the default text address for all Alpha Unix ABIs.
6836 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6837 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6838
6839 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6840
6841 * alpha-tdep.h: New file. Includes several Alpha target constants
6842 taken from...
6843 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6844 let gdbarch deal with.
6845 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6846 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6847 to dependency list.
6848 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6849 Alpha target register names.
6850 * alphabsd-nat.c: Likewise.
6851 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6852 Alpha target register names. Make serveral routines static.
6853 (alpha_get_saved_register): New function.
6854 (alpha_abi_names): New.
6855 (process_note_abi_tag_sections): New function.
6856 (get_elfosabi): New function.
6857 (alpha_gdbarch_init): New function.
6858 (alpha_dump_tdep): New function.
6859 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6860
6861 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6862
6863 * frame.c (find_saved_register): Delete #ifdef
6864 HAVE_REGISTER_WINDOWS code.
6865 * config/sparc/tm-sparc.h: Update comments.
6866 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6867
6868 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6869
6870 * i960-tdep.c (i960_find_saved_register): New function.
6871 (i960_get_saved_register): New function.
6872 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6873 (i960_get_saved_register): Declare.
6874 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6875
6876 2002-04-20 David S. Miller <davem@redhat.com>
6877
6878 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6879
6880 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6881
6882 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6883 instead of NUM_PSEUDO_REGS.
6884
6885 2002-04-20 David S. Miller <davem@redhat.com>
6886
6887 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6888 GDB_MULTI_ARCH_PARTIAL
6889 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6890 define, let tm-sp64.h do it.
6891
6892 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6893
6894 * frame.c (find_saved_register): Avoid a NULL pointer
6895 dereference and actually walk the frame list.
6896
6897 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6898
6899 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6900 sorted in most most-recent-used order. Document.
6901 * gdbarch.h, gdbarch.c: Regenerate.
6902
6903 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6904
6905 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6906 instead of ->prev.
6907 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6908 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6909 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6910 instead of ->prev.
6911
6912 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6913
6914 Fix PR gdb/471.
6915 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6916 (build_builtin_type_vec128): Ditto.
6917 (append_composite_type_field): Fix calculation of type length in
6918 union case.
6919
6920 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6921
6922 * config/djgpp/README: Update.
6923
6924 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6925 compiler warnings.
6926
6927 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6928
6929 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6930 (alpha_setup_arbitrary_frame): ...to this.
6931 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6932 for alpha_setup_arbitrary_frame.
6933
6934 2002-04-18 Andrew Cagney <cagney@redhat.com>
6935
6936 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6937 * gdbarch.h, gdbarch.c: Regenerate.
6938
6939 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6940 * target.h (memory_breakpoint_from_pc): Update declaration.
6941 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6942
6943 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6944 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6945 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6946 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6947 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6948 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6949 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6950 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6951 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6952 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6953 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6954 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6955
6956 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6957 const pointer.
6958 * monitor.c (monitor_insert_breakpoint): Ditto.
6959 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6960
6961 * config/mcore/tm-mcore.h: Update copyright.
6962 * mem-break.c: Ditto.
6963 * xstormy16-tdep.c: Ditto.
6964
6965 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6966
6967 * p-exp.y: Add precedence rule for '^' token.
6968 This removes the shift/reduce conflicts.
6969 Remove the comment concerning these shift/reduce conflicts.
6970
6971 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6972
6973 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6974 (registers_powerpc_nofp): New register set for processors
6975 without floating point unit.
6976
6977 2002-04-18 David S. Miller <davem@redhat.com>
6978
6979 * MAINTAINERS: Add myself to write-after-approval.
6980
6981 2002-04-17 Michael Snyder <msnyder@redhat.com>
6982
6983 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6984
6985 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6986
6987 * rs6000-tdep.c (frame_initial_stack_address): Use
6988 frame_register_read to read the alloca_reg.
6989
6990 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6991
6992 * frame.c (find_saved_register): Find saved registers in the next
6993 not prev frame.
6994 Fix PR gdb/365.
6995
6996 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6997
6998 * gdbarch.sh (LANG): Set to ``c''.
6999
7000 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7001
7002 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
7003
7004 2002-04-15 Andrew Cagney <ac131313@redhat.com>
7005
7006 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7007 Update copyright.
7008
7009 * hpread.c (hpread_get_lntt): Add declaration.
7010 Also fix PR gdb/391.
7011
7012 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7013
7014 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7015 * aclocal.m4, configure: Re-generate.
7016 Fix PR gdb/391.
7017
7018 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7019
7020 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7021 instead of tm_print_insn.
7022
7023 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
7024
7025 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7026
7027 2002-04-14 Andrew Cagney <ac131313@redhat.com>
7028
7029 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7030 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7031 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7032
7033 2002-04-12 Don Howard <dhoward@redhat.com>
7034
7035 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7036 max_user_call_depth.
7037 (init_cmd_lists): Initialize the new value;
7038 * cli/cli-script.c (execute_user_command): Limit the call depth of
7039 user defined commands. This avoids a core-dump when user commands
7040 are infinitly recursive.
7041
7042 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7043
7044 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7045 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7046 from tdep struct instead of DEFAULT_LR_SAVE.
7047 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7048 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7049 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7050
7051 2002-04-12 Michael Snyder <msnyder@redhat.com>
7052
7053 * Remote.c: Spelling fix.
7054 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7055 If no symbol found for "sbrk", try "_sbrk".
7056 (make_output_phdrs): Use bfd_section_name.
7057 (gcore_copy_callback): Use bfd_section_name.
7058 * eval.c: Indentation fix-ups.
7059 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7060 in case it gets applied to an address that is already
7061 in the instruction space.
7062 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7063 * symfile.c: Fix indentation, long lines.
7064 * source.c: White space fix-up.
7065
7066 2002-04-12 Andrew Cagney <cagney@redhat.com>
7067
7068 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7069 * frame.c (frame_register_read): New function. Return non-zero on
7070 success.
7071 (read_relative_register_raw_bytes_for_frame): Delete.
7072 (read_relative_register_raw_bytes): Delete.
7073 * frame.h (frame_register_read): Declare.
7074 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7075 * sh-tdep.c: Ditto.
7076 * infcmd.c (do_registers_info): Ditto.
7077 * hppa-tdep.c: Ditto.
7078 * rs6000-tdep.c: Ditto.
7079 * h8500-tdep.c: Ditto.
7080 * mips-tdep.c: Ditto.
7081 * h8300-tdep.c: Ditto.
7082 * z8k-tdep.c: Ditto.
7083
7084 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7085
7086 From Jimi X <jimix@watson.ibm.com>:
7087 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7088 64-bit SysV ABI.
7089
7090 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7091
7092 From Jimi X <jimix@watson.ibm.com>:
7093 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7094 bfd info.
7095
7096 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7097
7098 From Jimi X <jimix@watson.ibm.com>:
7099 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7100 register sets for these processor variants.
7101
7102 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7103
7104 * regformats/reg-ppc.dat: Support FPSCR.
7105
7106 2002-04-11 Kevin Buettner <kevinb@redhat.com>
7107
7108 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7109 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7110 Add fpscr as an invalid/unfetchable register.
7111 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7112 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7113 (fill_fpregset): Add support for register fpscr.
7114 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7115 (fill_gregset): Account for the fact that register ``mq'' might
7116 not exist.
7117 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7118 (registers_power): Add fpscr to register set at slot 71.
7119 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7120 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7121
7122 2002-04-11 Michael Snyder <msnyder@redhat.com>
7123
7124 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7125 * configure: Regenerate.
7126 * config.in: Regenerate.
7127 * acconfig.h: Add define for _SYSCALL32.
7128 * core-sol2.c: Remove #define _SYSCALL32.
7129 * solib-legacy.c: Remove #define _SYSCALL32.
7130
7131 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7132
7133 * stack.c (select_frame): Cleanup internal error message, do not
7134 use %p.
7135
7136 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7137
7138 * stack.c (select_frame): Check that selected_frame and the
7139 specified level are as expected.
7140 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7141 Update copyright.
7142 * frame.h (struct frame_info): Add field `level'. Update
7143 copyright.
7144 Work-in-progress PR gdb/464.
7145
7146 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7147
7148 * maint.c (maint_print_section_info): Rename print_section_info.
7149 (print_bfd_section_info, print_objfile_section_info): Update.
7150 * inferior.h (struct gdbarch): Add opaque declaration.
7151 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7152 * gdbarch.h: Regenerate.
7153
7154 2002-04-10 Michal Ludvig <mludvig@suse.cz>
7155
7156 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7157 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7158 (kernel_u_size): Added.
7159 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7160 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7161
7162 2002-04-04 Jim Ingham <jingham@apple.com>
7163
7164 * valarith.c (find_size_for_pointer_math): New function, either returns
7165 the size for a pointer's target, returns 1 for void *, or errors for
7166 incomplete types.
7167 (value_add, value_sub): use find_size_for_pointer_math.
7168
7169 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7170
7171 * linux-low.c (linux_look_up_symbols): New hook.
7172 (linux_target_ops): Add linux_look_up_symbols.
7173 * remote-utils.c (decode_address): New function.
7174 (look_up_one_symbol): New function.
7175 * server.c (handle_query): Call target look_up_symbols hook.
7176 * server.h (look_up_one_symbol): Add prototype.
7177 * target.h (struct target_ops): Add look_up_symbols hook.
7178
7179 2002-04-09 Andrew Cagney <ac131313@redhat.com>
7180
7181 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7182 override FP_REGNUM with frame->fp. Update copyright.
7183 * parse.c (num_std_regs, std_regs): Delete.
7184 (target_map_name_to_register): Do not search std_regs. Update
7185 function description.
7186 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7187 declarations. Update copyright.
7188 Fix PR gdb/251.
7189
7190 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7191
7192 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7193 after the last symbol in a block.
7194
7195 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7196
7197 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7198 is non zero as a found symbol.
7199
7200 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7201
7202 * findvar.c: Include "builtin-regs.h".
7203 (value_of_register): Call value_of_builtin_reg when applicable.
7204 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7205 (target_map_name_to_register): Call
7206 builtin_reg_map_name_to_regnum.
7207 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7208 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7209 (builtin_regs_h): Define.
7210 (builtin-regs.o): New target.
7211 (findvar.o): Add $(builtin_regs_h).
7212 * builtin-regs.c, builtin-regs.h: New files.
7213 * std-regs.c: New file.
7214 Partial fix for PR gdb/251.
7215
7216 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7217
7218 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7219 it's no longer required.
7220
7221 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7222
7223 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7224
7225 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7226
7227 From Jimi X <jimix@watson.ibm.com>:
7228 * rs6000-tdep.c (rs6000_software_single_step): Use
7229 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7230 and size. Use target_insert_breakpoint() and
7231 target_remove_breakpoint() to insert and remove breakpoints
7232 instead of explicit memory reads and writes.
7233
7234 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7235
7236 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7237 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7238 ELF_OBJECT_FORMAT ifdef.
7239
7240 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7241
7242 From Jimi X <jimix@watson.ibm.com>:
7243 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7244
7245 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7246
7247 From Jimi X <jimix@watson.ibm.com>:
7248 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7249 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7250
7251 2002-04-07 Mark Kettenis <kettenis@gnu.org>
7252
7253 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7254 s/asprintf/xasprintf/.
7255 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7256
7257 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7258
7259 I believe Jeff Law denies responsability for this one:
7260 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7261 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7262 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7263 Work-around for PR gdb/366.
7264
7265 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7266
7267 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7268 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7269 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7270
7271 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7272
7273 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7274 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7275 information.
7276
7277 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7278
7279 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7280 maintainer.
7281
7282 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7283
7284 * README (Reporting Bugs in GDB): Document the bug web page as the
7285 prefered way of submitting bugs.
7286 Fix PR gdb/402.
7287
7288 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7289
7290 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7291 -1. Update comment.
7292 * gdbarch.h, gdbarch.c: Re-generate.
7293
7294 2002-04-07 Andreas Schwab <schwab@suse.de>
7295
7296 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7297 buffer to regcache_collect.
7298
7299 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7300
7301 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7302 * gdbarch.c, gdbarch.h: Re-generate.
7303
7304 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7305
7306 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7307 declaration. Fix -Werror.
7308
7309 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
7310
7311 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7312 * gdbarch.c: Regenerate.
7313
7314 2002-04-05 Michael Snyder <msnyder@redhat.com>
7315
7316 * breakpoint.c (clear_command): Rewrite middle section to
7317 combine two loops with identical control conditions.
7318 Add a cleanup to eliminate a memory leak.
7319 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7320
7321 2002-04-05 H.J. Lu (hjl@gnu.org)
7322
7323 * solib-svr4.c (bkpt_names): Add "__start".
7324
7325 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7326
7327 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7328 as test for 64 bit target.
7329
7330 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7331
7332 * h8500-tdep.c (h8500_write_fp): Delete function.
7333 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7334 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7335 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7336 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7337 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7338 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7339 (s390_write_fp):
7340 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7341 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7342 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7343 (d10v_write_fp): Delete function.
7344 * inferior.h (write_fp, generic_target_write_fp): Delete
7345 declarations.
7346 * regcache.c (generic_target_write_fp): Delete function.
7347 (write_fp): Delete function.
7348 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7349 * gdbarch.h, gdbarch.c: Regenerate.
7350 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7351 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7352 (sparc64_write_fp): Delete declaration.
7353 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7354 (h8500_write_fp): Delete declaration.
7355
7356 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7357
7358 * sparc-tdep.c (sparc64_write_fp): Delete.
7359 (sparc_push_dummy_frame): Replace write_fp call with code to store
7360 the FP directly.
7361 (sparc_gdbarch_init): Do not initialize write_fp.
7362
7363 2002-04-05 Kevin Buettner <kevinb@redhat.com>
7364
7365 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7366 clause.
7367
7368 2002-03-29 Jim Blandy <jimb@redhat.com>
7369
7370 * stack.c (get_selected_block): Add new argument `addr_in_block',
7371 used to return the exact code address we used to select the block,
7372 not just the block.
7373 * blockframe.c (get_frame_block, get_current_block): Same.
7374 * frame.h (get_frame_block, get_current_block,
7375 get_selected_block): Update declarations.
7376 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7377 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7378
7379 2002-04-05 Michael Snyder <msnyder@redhat.com>
7380
7381 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7382 warning message.
7383
7384 2002-04-05 J. Brobecker <brobecker@gnat.com>
7385
7386 * utils.c (xfullpath): New function.
7387 * defs.h (xfullpath): Add declaration.
7388 * source.c (openp): Use xfullpath in place of gdb_realpath to
7389 avoid resolving the basename part of filenames when the
7390 associated file is a symbolic link. This fixes a potential
7391 inconsistency between the filenames known to GDB and the
7392 filenames it prints in the annotations.
7393 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7394 to be able to match a filename with either the real filename, or
7395 the name of any symbolic link to this file.
7396 (lookup_partial_symtab): Ditto.
7397
7398 2002-04-04 Michael Snyder <msnyder@redhat.com>
7399
7400 * breakpoint.c: Add support for hardware breakpoints in overlays.
7401 (overlay_events_enabled): New state variable.
7402 (insert_breakpoints): Use overlay_events_enabled to decide
7403 whether to attempt to set a breakpoint at the overlay load addr.
7404 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7405 (remove_breakpoint): Use overlay_events_enabled to decide
7406 whether breakpoints need to be removed from overlay load addr.
7407 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7408 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7409 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7410 disable_overlay_breakpoints): Update overlay_events_enabled.
7411
7412 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7413
7414 * dwarf2read.c (struct function_range): New.
7415 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7416 (check_cu_functions): New.
7417 (read_file_scope): Initialize global function lists.
7418 Call dwarf_decode_line after processing children.
7419 (read_func_scope): Add to global function list.
7420 (dwarf_decode_lines): Call check_cu_functions everywhere
7421 record_line is called. Call record_line with a linenumber
7422 of 0 to mark sequence ends.
7423
7424 2002-04-04 Michal Ludvig <mludvig@suse.cz>
7425
7426 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7427 change sync with glibc.
7428
7429 2002-04-03 Jim Blandy <jimb@redhat.com>
7430
7431 * configure.in: Call AC_C_INLINE.
7432 * configure: Regenerated.
7433
7434 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
7435
7436 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7437 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7438
7439 2002-03-31 Mark Kettenis <kettenis@gnu.org>
7440
7441 * NEWS: Mention gcore support on FreeBSD/i386.
7442
7443 * fbsd-proc.c: New file.
7444 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7445 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7446
7447 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7448 while statement.
7449
7450 2002-03-29 Jim Blandy <jimb@redhat.com>
7451
7452 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7453 unescaped newlines in string literals, but newer ones don't. So
7454 escape them.
7455
7456 2002-03-26 Michael Snyder <msnyder@redhat.com>
7457 Andrew Cagney <cagney@redhat.com>
7458
7459 * cli/cli-dump.c: New file. Dump memory to file,
7460 restore file to memory.
7461 * cli/cli-dump.h: New file.
7462 * Makefile.in: Add rules, dependencies for cli-dump.o.
7463 * NEWS: Mention new commands.
7464
7465 2002-03-28 Michael Snyder <msnyder@redhat.com>
7466
7467 * symfile.c (symbol_file_add): Move test for null symbols to later.
7468
7469 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7470
7471 From veksler at il.ibm.com:
7472 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7473 the xstrduped original path.
7474 Fix PR gdb/417.
7475
7476 2002-03-27 Michael Snyder <msnyder@redhat.com>
7477
7478 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7479 * infcmd.c (_initialize_infcmd): Ditto.
7480 * language.c (_initialize_language): Ditto.
7481 * symfile.c (_initialize_symfile): Ditto.
7482 * top.c (_init_main): Ditto.
7483 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7484
7485 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7486
7487 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7488 vector registers handling.
7489 (skip_prologue): Handle new AltiVec instructions. Fill in new
7490 fields of frame data.
7491 (frame_get_saved_regs): Fill in information for AltiVec registers.
7492
7493 2002-03-27 Jim Blandy <jimb@redhat.com>
7494
7495 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7496 a function; leave this macro here to invoke that function.
7497 (symbol_init_mangled_name): Declaration for that function.
7498 * symtab.c (symbol_init_mangled_name): New function.
7499
7500 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7501
7502 * valarith.c: Replace strerror with safe_strerror.
7503 * tracepoint.c: Ditto.
7504 * lin-lwp.c: Ditto.
7505 * go32-nat.c: Ditto.
7506 * inflow.c: Ditto.
7507 * gnu-nat.c: Ditto.
7508
7509 2002-03-27 Andreas Schwab <schwab@suse.de>
7510
7511 * event-top.c (command_line_handler): Remove useless if.
7512
7513 2002-03-27 Andreas Jaeger <aj@suse.de>
7514
7515 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7516 comment.
7517
7518 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7519
7520 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7521 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7522 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7523 (x86_64_linux_dr_get_status, supply_gregset),
7524 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7525 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7526 (x86_64_register_info_table): Add.
7527 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7528 (x86_64_register_raw_size, x86_64_register_virtual_type),
7529 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7530 general x86_64_register_info_table.
7531 (i386_gdbarch_init): gdbarch_register_bytes is now set
7532 dynamicaly during initialization.
7533 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7534 * gdbserver/linux-x86-64-low.c: Ditto.
7535
7536 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7537
7538 * gdbserver/server.c (main): Call target_signal_to_host_p
7539 and target_signal_to_host on signals received from the remote.
7540 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7541 target_signal_from_host on signals sent to the remote.
7542 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7543 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7544
7545 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7546
7547 * signals/signals.c: Include "server.h" in gdbserver build.
7548 (target_signal_from_name): Don't use STREQ.
7549 (_initialize_signals): Likewise. Don't include function in
7550 gdbserver build.
7551
7552 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7553
7554 * signals.c: Moved to...
7555 * signals/signals.c: Here.
7556 * Makefile (signals.o): Update.
7557
7558 2002-03-26 Jeff Law (law@redhat.com)
7559
7560 * somread.c (som_symtab_read): Remove some commented out code and
7561 updated related comments. Do not set the minimal symbol table to
7562 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7563 in a dynamic executable.
7564 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7565 where we are unable to find the minimal symbol for the given
7566 PC value.
7567
7568 2002-03-25 Jeff Law (law@redhat.com)
7569
7570 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7571
7572 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7573
7574 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7575
7576 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7577
7578 * command.h: Update copyright.
7579 (struct cmd_list_element): Replace definition with opaque
7580 declaration.
7581 (enum cmd_types): Document that it will eventually be moved to
7582 cli/cli-decode.h
7583 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7584 (MALLOCED_REPLACEMENT): Delete macro.
7585 * Makefile.in (cli_decode_h): Add $(command_h).
7586 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7587 * top.c: Include "cli/cli-decode.h".
7588 * completer.c: Include "cli/cli-decode.h".
7589 * maint.c: Include "cli/cli-decode.h".
7590 * cli/cli-decode.h: Include "command.h".
7591 (enum command_class): Delete.
7592 (enum cmd_types): Comment out.
7593 (enum cmd_auto_boolean): Delete.
7594 (enum var_types): Delete.
7595
7596 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7597
7598 * cli/cli-decode.c: Include "gdb_assert.h".
7599 (add_set_or_show_cmd): New static function.
7600 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7601 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7602 all fields, such as func, from the set command.
7603
7604 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7605
7606 * MAINTAINERS (sh-elf): Change warning flag to -w.
7607
7608 2002-03-23 Andrew Cagney <cagney@redhat.com>
7609
7610 * defs.h (error): Add printf format attribute.
7611 * thread-db.c (thread_from_lwp): Fix error format string.
7612 * stack.c (parse_frame_specification): Ditto.
7613 * cli/cli-decode.c (undef_cmd_error): Ditto.
7614 * scm-lang.c (scm_lookup_name): Ditto.
7615 * tracepoint.c (trace_error): Ditto.
7616 * remote-utils.c (usage): Ditto.
7617 * remote.c (compare_sections_command): Ditto.
7618 Fix PR gdb/328.
7619
7620 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7621
7622 * gdbtypes.c (append_composite_type_field): New function.
7623 (init_composite_type): New function.
7624 * gdbtypes.h (append_composite_type_field): Declare.
7625 (init_composite_type): Ditto.
7626
7627 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7628
7629 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7630 function.
7631 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7632 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7633 structure returning convention for SYSV ABI case, but not
7634 for GNU/Linux, FreeBSD, or NetBSD.
7635
7636 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7637
7638 * symtab.h (lookup_block_symbol): Add mangled_name argument
7639 to prototype.
7640
7641 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7642 with new mangled_name argument.
7643 * linespec.c (decode_line_1): Likewise.
7644 * valops (value_of_this): Likewise.
7645 * symtab.c (lookup_transparent_type): Likewise.
7646 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7647 (lookup_symbol): If we are given a mangled name, pass it down
7648 to lookup_symbol_aux.
7649 (lookup_block_symbol): If we are given a mangled name to check
7650 against, only return symbols which match it.
7651
7652 2002-03-22 Christopher Faylor <cgf@redhat.com>
7653
7654 * win32-nat.c (child_create_inferior): Check for proper shell to use
7655 here, in case the user changes it on the fly.
7656 (_initialize_inftarg): Remove shell path considerations.
7657
7658 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7659
7660 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7661 for gdbarch_max_register_raw_size and max_register_virtual_size.
7662 Adjust copyright year.
7663
7664 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7665
7666 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7667 in a function to cover the entire beginning of the function
7668 as well if it does not already.
7669
7670 2002-03-21 Tom Rix <trix@redhat.com>
7671
7672 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7673 (rs6000_ptrace64): Renamed from ptrace64.
7674
7675 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7676
7677 * gdbserver/remote-utils.c (remote_open): Don't call
7678 getprotobyname, we're all using TCP here so just use
7679 IPPROTO_TCP.
7680 * gdbserver/gdbreplay.c (remote_open): Ditto.
7681
7682 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7683
7684 * regcache.c (_initialize_regcache): No need to call
7685 build_regcache() at this time; it gets called whenever
7686 the gdbarch changes.
7687
7688 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7689
7690 * sparc-nat.c: Include sys/param.h where possible.
7691
7692 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7693
7694 Fix PR gdb/422.
7695 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7696 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7697 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7698 complex types.
7699 * stabsread.c (rs6000_builtin_type): Likewise.
7700 (read_sun_floating_type): Likewise.
7701
7702 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7703
7704 * stabsread.c (read_member_functions): Remove skip code for duplicate
7705 constructor/destructor methods. Use standard parsing for these
7706 methods and just do not chain them to the list of methods after
7707 parsing.
7708
7709 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7710
7711 * coffread.c: Remove redundant static declarations. Replace
7712 occurrences of `PTR' with `void *'.
7713 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7714 * top.h (quit_cover): Likewise.
7715 * defs.h (catch_errors): Likewise.
7716
7717 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7718
7719 * defs.h (XMALLOC): Define.
7720 * gdb-events.sh (XMALLOC): Delete macro.
7721 * gdb-events.c, gdb-events.h: Regenerate.
7722 * gdbarch.sh (XMALLOC): Delete macro.
7723 * gdbarch.c: Regenerate.
7724 * serial.c (XMALLOC): Delete macro.
7725 * ui-file.c (XMALLOC): Ditto.
7726 * ser-unix.h (XMALLOC): Ditto.
7727 * sh-tdep.c (XMALLOC): Ditto.
7728 * ui-out.c (XMALLOC): Ditto.
7729 * utils.c (XMALLOC): Ditto.
7730 * i386-tdep.c (XMALLOC): Ditto.
7731 * gdb-events.c (XMALLOC): Ditto.
7732 * d10v-tdep.c (XMALLOC): Ditto.
7733 * cli-out.c (XMALLOC): Ditto.
7734
7735 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7736 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7737 * ui-file.c, ui-out.c: Ditto.
7738
7739 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7740
7741 * command.h (struct cmd_list_element): Add field context.
7742 (set_cmd_context, get_cmd_context): Declare.
7743 * cli/cli-decode.h: Ditto.
7744 * cli/cli-decode.c (get_cmd_context): New function.
7745 (set_cmd_context): New function.
7746 (add_cmd): Initialize context.
7747 Part of fixing PR gdb/145 and PR gdb/146.
7748
7749 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7750
7751 * cli/cli-decode.c (cmd_type): New function.
7752 * command.h (cmd_type): Declare.
7753 * infrun.c (set_schedlock_func): Call function cmd_type.
7754 * kod.c (kod_set_os): Call cmd_type.
7755 * cris-tdep.c (cris_version_update): Use function cmd_type.
7756 (cris_mode_update, cris_abi_update): Ditto.
7757
7758 * command.h: (execute_cmd_post_hook): Declare.
7759 (execute_cmd_pre_hook): Declare.
7760 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7761 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7762 functions. Execute pre/post hook while ensuring that afterwords
7763 hook_in is cleared.
7764 * top.c (execute_command): Use execute_cmd_post_hook, and
7765 execute_cmd_pre_hook to execute pre/post commands.
7766 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7767 hook_stop_stub.
7768 (hook_stop_stub): Call execute_cmd_pre_hook.
7769
7770 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7771
7772 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7773 set'' and this leads to a core dump. Move xstrdup of
7774 operating_system to after check that it is not NULL.
7775
7776 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7777
7778 * kod.c (kod_set_os): Remove unnecessary check that
7779 ``command->type'' is set_cmd.
7780
7781 * valprint.c (set_input_radix): Use input_radix.
7782 (set_output_radix): Use output_radix.
7783 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7784 isn't reverted.
7785
7786 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7787
7788 * value.h (struct value): Delete field ``substring_addr''. Change
7789 aligner fields to force_doublest_align, force_longest_align,
7790 force_core_addr_align and force_pointer_aligh.
7791
7792 * value.h (struct value): Fix typo in above change.
7793
7794 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7795
7796 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7797 to fix internal_error from ``maintenance print architecture''.
7798
7799 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7800
7801 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7802 for gcc versions after gcc-2.8.1.
7803
7804 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7805
7806 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7807 for method resolution. Restore adjustment of ``this'' pointer after
7808 calling value_struct_elt, which was accidentally removed during the
7809 HP merge.
7810
7811 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7812
7813 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7814 value_of_register.
7815 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7816 get_saved_register.
7817 * value.h (value_of_register): Update.
7818
7819 2002-03-14 Richard Henderson <rth@redhat.com>
7820
7821 * configure.in: Detect declaration for canonicalize_file_name.
7822 * utils.c (canonicalize_file_name): Declare, if needed.
7823 (gdb_realpath): Prefer realpath if available and usable.
7824 * config.in, configure: Rebuild.
7825
7826 2002-03-14 Richard Henderson <rth@redhat.com>
7827
7828 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7829 a constant array bound.
7830
7831 * MAINTAINERS: Add myself to write-after-approval.
7832
7833 2002-03-14 Michael Snyder <msnyder@redhat.com>
7834
7835 * symfile.c (syms_from_objfile): Return immediately if no syms.
7836 (symbol_file_add): Return immediately if no syms.
7837 (find_sym_fns): Return immediately if no syms.
7838
7839 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7840
7841 * gdbserver/remote-util.c (remote_open): Print remote-side's
7842 IP address when remote debugging over the network.
7843
7844 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7845
7846 * config/sparc/fbsd.mh: Fix copyright.
7847 * config/sparc/fbsd.mt: Likewise.
7848
7849 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7850
7851 * MAINTAINERS: Fix typo in name of gdb warnings option.
7852 (x86-64): Fix formating so that this can be parsed by awk.
7853
7854 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7855
7856 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7857 * defs.h: Include "gdb/signals.h".
7858 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7859
7860 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7861
7862 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7863 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7864 from x86-64-tdep.h
7865
7866 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7867 Don Howard <dhoward@redhat.com>
7868
7869 * mips-tdep.c (ST0_FR): Define.
7870 (mips2_fp_compat): New function, temporarily disabled.
7871 (mips_read_fp_register_single): New function.
7872 (mips_read_fp_register_double): New function.
7873 (mips_print_register): Use them.
7874 (do_fp_register_row): Likewise.
7875
7876 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7877
7878 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7879 approval''.
7880
7881 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7882
7883 * stabsread.c (read_member_functions): Fix is_stub test for
7884 static member functions, improve comment.
7885
7886 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7887
7888 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7889 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7890 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7891 commands that set boolean values.
7892 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7893 (arm_rdi_resume): Always initialize PC.
7894 (arm_rdi_open): Don't use rslt as a boolean.
7895 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7896 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7897 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7898 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7899
7900 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7901
7902 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7903 * configure: Rebuilt.
7904
7905 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7906
7907 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7908 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7909
7910 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7911
7912 * cli/cli-decode.c (set_cmd_completer): New function.
7913 * command.h (set_cmd_completer): Declare.
7914 * cli/cli-decode.h (set_cmd_completer): Ditto.
7915
7916 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7917 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7918 * win32-nat.c (_initialize_inftarg): Ditto.
7919 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7920 * proc-api.c (_initialize_proc_api): Ditto.
7921 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7922 * source.c (_initialize_source): Ditto.
7923 * exec.c (_initialize_exec): Ditto.
7924 * solib.c (_initialize_solib): Ditto.
7925 * top.c (init_main): Ditto.
7926 * tracepoint.c (_initialize_tracepoint): Ditto.
7927 * symfile.c (_initialize_symfile): Ditto.
7928 * printcmd.c (_initialize_printcmd): Ditto.
7929 * infcmd.c (_initialize_infcmd): Ditto.
7930 * corefile.c (_initialize_core): Ditto.
7931
7932 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7933
7934 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7935
7936 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7937
7938 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7939
7940 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7941
7942 * NEWS: Update headings, 5.2 has branched.
7943
7944 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7945
7946 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7947 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7948 (register_addr, REGISTER_RAW_SIZE): Likewise.
7949 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7950 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7951
7952 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7953
7954 * MAINTAINERS (x86-64): Add myself.
7955 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7956 changed value_ptr -> struct value *
7957
7958 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7959
7960 * configure.host (sparc64-*-freebsd): Add.
7961 * configure.tgt: Likewise.
7962 * config/sparc/fbsd.mh: New file.
7963 * config/sparc/fbsd.mt: Likewise.
7964 * config/sparc/nm-fbsd.h: Likewise.
7965 * config/sparc/tm-fbsd.h: Likewise.
7966
7967 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7968
7969 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7970 regformats/reg-s390x.dat.
7971
7972 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7973
7974 * utils.c: Add FIXME explaining true/false problem.
7975
7976 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7977
7978 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7979
7980 2002-02-28 Michael Chastain <mec@shout.net>
7981
7982 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7983
7984 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7985
7986 * gdbserver/linux-s390-low.c: New file.
7987 * regformats/reg-s390.dat: New file.
7988 * regformats/reg-s390x.dat: New file.
7989 * gdbserver/configure.srv: Add S/390.
7990 * gdbserver/Makefile.in: Add S/390.
7991 * configure.tgt: Enable gdbserver for S/390.
7992
7993 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7994
7995 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7996 first line of the doc string for "info dos", except at the end of
7997 the sentence, since the short help stops at the first period.
7998
7999 2002-02-28 Jason Merrill <jason@redhat.com>
8000
8001 * dwarf2read.c (dwarf_cfi_name): Add new codes.
8002
8003 2002-02-27 Fred Fish <fnf@redhat.com>
8004
8005 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8006 comment (dumy -> dummy).
8007
8008 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8009
8010 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8011
8012 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
8013
8014 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8015
8016 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8017
8018 * gdbserver/acconfig.h: New file.
8019 * gdbserver/i387-fp.c: New file.
8020 * gdbserver/i387-fp.h: New file.
8021 * gdbserver/linux-x86-64.c: New file.
8022 * regformats/reg-x86-64.dat: New file.
8023 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8024 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8025 * gdbserver/configure.in: Add support for regsets.
8026 * gdbserver/config.in: Regenerate.
8027 * gdbserver/configure: Regenerate.
8028 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8029 * gdbserver/linux-low.h: New file.
8030 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8031 for regsets.
8032 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8033 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8034 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8035 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8036 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8037 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8038 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8039 "i387-fp.h". Add PTRACE_GETREGS and friends.
8040 * gdbserver/regcache.c (supply_register): New function.
8041 (supply_register_by_name): New function.
8042 (collect_register): New function.
8043 (collect_register_by_name): New function.
8044
8045 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8046
8047 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8048 (config.status): Add configure.srv dependency.
8049 (server_h): Add config.h dependency.
8050
8051 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8052
8053 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8054 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8055 * gdbserver/configure.srv: Change i386-*-linux* to use
8056 reg-i386-linux.o.
8057
8058 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8059
8060 * x86-64-tdep.c: Re-indent. Update copyright date.
8061
8062 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8063
8064 From Michal Ludvig <mludvig@suse.cz>:
8065 * x86-64-tdep.c (value.h): Delete.
8066 (gdb_assert.h): Include.
8067 (x86_64_register_convert_to_virtual,
8068 x86_64_register_convert_to_raw ): Add check which lets only
8069 floating-point values to be converted.
8070 (value_push): Delete.
8071 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8072 (i386_gdbarch_init): Number of register_bytes fixed.
8073
8074 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8075
8076 * MAINTAINERS: Add x86-64 target.
8077
8078 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8079
8080 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8081 * osfsolib.c (solib_map_sections): Ditto.
8082 * irix5-nat.c (solib_map_sections): Ditto.
8083 * corelow.c (gdb_check_format): Ditto.
8084 * symfile.c (symfile_bfd_open): Ditto.
8085 * solib.c (solib_map_sections): Ditto.
8086 Fix PR gdb/354.
8087
8088 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8089
8090 * remote.c (_initialize_remote): By default, disable ``e'' and
8091 ``E'' step out-of-range packets.
8092
8093 2002-02-26 Andreas Schwab <schwab@suse.de>
8094
8095 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8096 m68k_linux_frame_saved_pc.
8097 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8098 in_sigtramp.
8099 (SIGCONTEXT_PC_OFFSET): Remove.
8100 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8101 m68k_linux_sigtramp_saved_pc): New functions.
8102 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8103 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8104 (UCONTEXT_PC_OFFSET): Define.
8105 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8106 non-RT and RT signal trampolines.
8107
8108 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
8109
8110 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8111 (TARGET_NBPG, STACK_END_ADDR): Delete
8112 (VARIABLES_INSIDE_BLOCK): Delete.
8113
8114 2002-02-25 Andrew Cagney <ac131313@redhat.com>
8115
8116 * utils.c (perror_with_name): Make string parameter constant.
8117 (print_sys_errmsg): Ditto.
8118 (query): Ditto.
8119 * defs.h (perror_with_name): Update.
8120 (print_sys_errmsg): Update.
8121 (query): Update.
8122
8123 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8124
8125 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8126 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8127
8128 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8129
8130 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8131 if it already matches the current architecture from the exec file.
8132 Include arch-utils.h for gdbarch_info_init prototype.
8133 * Makefile.in (rs6000-nat.o): Update dependencies.
8134
8135 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8136
8137 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8138 list of exported variables.
8139
8140 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
8141
8142 * gdbserver/configure.srv: New file.
8143 * gdbserver/configure.in: Use configure.srv instead
8144 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8145 from it.
8146 * gdbserver/configure: Regenerated.
8147 * gdbserver/terminal.h: New file.
8148 * gdbserver/Makefile.in: Update for configure changes. Remove
8149 more unneeded include paths.
8150
8151 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8152
8153 From wiz at danbala:
8154 * config/sparc/tm-sp64.h: Fix grammar and typos.
8155 Fix PR gdb/287.
8156
8157 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8158
8159 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8160 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8161 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8162 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8163 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8164 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8165 * s390-tdep.c: Ditto.
8166 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8167 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8168 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8169 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8170 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8171 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8172 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8173 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8174 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8175 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8176 Fix PR gdb/378.
8177
8178 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8179
8180 * lin-thread.c: Delete file.
8181 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8182 to gdb_proc_service.h.
8183 * configure: Re-generate.
8184
8185 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8186 * serial.c (serial_open): Delete check for "ocd".
8187 Fix PR gdb/349.
8188
8189 * Makefile.in (linux-thread.o): Delete target.
8190 * linux-thread.c: Delete file.
8191
8192 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8193 renamed SH files to be consistent.
8194
8195 * symtab.c (sort_search_symbols): Use xfree.
8196
8197 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8198
8199 * arm-linux-tdep.c (arm_linux_init_abi): Register
8200 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8201 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8202 definition with undef, since we don't want the sysvr4 definition.
8203 (SKIP_TRAMPOLINE_CODE): Likewise.
8204
8205 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8206
8207 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8208
8209 * configure.in: (AC_CHECK_FUNCS) Added test for
8210 canonicalize_file_name Regenerated.
8211 * config.in, configure: Regenerated.
8212 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8213 defined use canonicalize_file_name.
8214
8215 2002-02-23 Michael Chastain <mec@shout.net>
8216
8217 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8218
8219 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8220
8221 * README: Remove references to cygnus.com.
8222 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8223 dot com'' form. Remove references to cygnus.com and sourceware.
8224
8225 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8226
8227 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8228 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8229 1003.1-2001 no longer allows "head -1".
8230 * gdb/Makefile.in (version.c): Likewise.
8231 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8232 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8233 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8234
8235 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8236
8237 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8238 * command.h (cmd_cfunc_eq): Declare.
8239 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8240
8241 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8242 ``struct cmd_list_element *''.
8243 * cli/cli-cmds.c (is_complete_command): Update. Use
8244 cmd_cfunc_eq.
8245 * top.c (execute_command): Pass the command to
8246 is_complete_command.
8247 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8248
8249 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8250
8251 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8252 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8253 architecture defines.
8254 * s390-tdep.c (s390_gdbarch_init): Likewise.
8255
8256 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8257
8258 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8259 (arm_linux_push_arguments): Likewise.
8260 (arm_linux_init_abi): Register them. Also register linux-specific
8261 call_dummy_words.
8262 (find_minsym_and_objfile): Use strcmp, not STREQ.
8263 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8264 (arm_linux_call_dummy_words): Delete declaration.
8265 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8266 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8267 declarations.
8268 (LOWEST_PC): Delete.
8269
8270 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8271
8272 * maint.c (print_section_info): Do not prepend `0x' to filepos
8273 output, it will be handled by local_hex_string_custom.
8274
8275 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8276
8277 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8278 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8279 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8280
8281 2002-02-22 Jim Blandy <jimb@redhat.com>
8282
8283 Indicate that the bcache functions don't change the strings
8284 they're passed.
8285 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8286 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8287
8288 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8289
8290 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8291
8292 2002-02-21 Christopher Faylor <cgf@redhat.com>
8293
8294 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8295 find the complete path to a loaded DLL.
8296
8297 2002-02-21 Fred Fish <fnf@redhat.com>
8298
8299 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8300 that marks the end of the range of a function, enter a line number
8301 entry that has a line number of zero and a PC offset that matches
8302 the end of the function. This starts a range of PC's for which no
8303 line number information is known.
8304 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8305 PC's for which no line number info is found (line number is zero)
8306 then we didn't find any valid line information.
8307 * symtab.h: Document use of zero line number entry.
8308
8309 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
8310
8311 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8312 (have_ptrace_getvrregs): Define for run time checks.
8313 (gdb_vrregset_t): New type for Altivec register handling.
8314 (fetch_register, store_register): Fetch/store altivec register
8315 when needed.
8316 (fetch_altivec_register, store_altivec_register): New functions.
8317 (supply_vrregset, fill_vrregset): New functions.
8318 (fetch_altivec_registers, store_altivec_registers): New functions.
8319 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8320 registers as well.
8321
8322 2002-02-21 Jiri Smid <smid@suse.cz>
8323
8324 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8325
8326 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8327
8328 * Makefile.in (armnbsd-nat.o): Update dependencies.
8329 * armnbsd-nat.c (supply_gregset): New function. Common code to
8330 supply the integer register set.
8331 (supply_fparegset): New function. Similar for FPA registers.
8332 (fetch_regs, fetch_fp_regs): Use them.
8333 (fetch_core_registers): Likewise.
8334 (fetch_elfcore_registers): New function.
8335 (arm_netbsd_elfcore_fns): New core-file type specification.
8336 (_initialize_arm_netbsd_nat): Register it.
8337
8338 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8339
8340 * armnbsd-nat.c: Include gdbcore.h.
8341 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8342 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8343 'void' to declaration, to shut up ARI.
8344 (fetch_core_registers): Make static. Rewrite using supply_register.
8345 (arm_netbsd_core_fns): New core-file type specification.
8346 (_initialize_arm_netbsd_nat): New function.
8347
8348 2002-02-21 Christopher Faylor <cgf@redhat.com>
8349
8350 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8351 value.
8352
8353 2002-02-20 Christopher Faylor <cgf@redhat.com>
8354
8355 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8356 fails.
8357
8358 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8359
8360 * jv-exp.y (parse_number): Change type of implicit longs
8361 to builtin_type_uint64.
8362
8363 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8364
8365 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8366 to be an integer instead of a `union wait'.
8367
8368 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8369
8370 * mips-linux-nat.c: Call the operating system GNU/Linux.
8371 * mips-linux-tdep.c: Likewise.
8372 * mips-tdep.c: Likewise.
8373
8374 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8375
8376 Fix PR gdb/265.
8377 * jv-exp.y (parse_number): Handle 64-bit integers.
8378
8379 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8380
8381 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8382 AC_STDC_HEADERS to AC_HEADER_STDC.
8383 * gdbserver/configure: Regenerated.
8384
8385 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8386
8387 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8388 is defined.
8389 * sparc-tdep.c (get_longjmp_target): Likewise.
8390
8391 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8392
8393 * News: Add news about ARM and Multi-arch. Mention the new target
8394 arm*-*-netbsd*.
8395
8396 2002-02-19 Jim Blandy <jimb@redhat.com>
8397
8398 * stabsread.c (error_type_complaint): Improve error message.
8399
8400 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
8401
8402 * gdbserver/README: Update documentation.
8403 * gdbserver/configure.in: Update configury to match documentation.
8404 * gdbserver/Makefile.in: Likewise.
8405 * gdbserver/configure: Regenerated.
8406 * gdbserver/aclocal.m4: New file, generated by aclocal.
8407 * gdbserver/config.in: New file, generated by autoheader.
8408
8409 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8410
8411 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8412 armnbsd-nat.c.
8413
8414 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8415
8416 * arm-tdep.h (enum arm_float_model): New enum.
8417 (struct gdbarch_tdep): Add fp_model.
8418 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8419 up floating-point conversions until we know the floating-point model
8420 in use by the inferior. Don't complain about being unable to
8421 determine the ABI of the inferior when we don't have one.
8422 (arm_extract_return_value): Support different floating-point models.
8423 (arm_store_return_value): Likewise.
8424 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8425 ARM_FLOAT_SOFT.
8426 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8427
8428 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8429
8430 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8431 of ``current_gdbarch''.
8432
8433 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8434
8435 * armnbsd-nat.c : ANSIfy all function declarations.
8436 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8437 (fetch_inferior_registers): Re-implement in terms of above.
8438 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8439 (store_inferior_registers): Re-implement in terms of above.
8440
8441 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8442
8443 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8444 kernel.
8445 * arm-linux-tdep.c: Likewise.
8446 * config/arm/tm-linux.h: Likewise.
8447
8448 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8449
8450 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8451 * config/arm/nbsd.mt (TM_FILE): Delete.
8452 * config/arm/tm-nbsd.h: Delete.
8453
8454 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8455
8456 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8457 Initialize CALL_DUMMY_LENGTH.
8458
8459 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8460
8461 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8462 function.
8463 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8464 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8465 defines one thing and that is incorrect for this port.
8466 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8467
8468 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8469
8470 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8471
8472 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8473
8474 * win32-nat.c (display_selector): New function. Displays information
8475 about the information returned by GetThreadSelectorEntry API function.
8476 (display_selectors): New function. Displays the infomation of
8477 the selector given as argument, or of CS, DS ans FS selectors
8478 if no argument is given.
8479 ( _initialize_inftarg): Add "w32" as info prefix command.
8480 Add "info w32 selector" as command calling display_selectors.
8481
8482 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8483
8484 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8485 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8486 if not defined.
8487
8488 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8489
8490 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8491
8492 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8493
8494 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8495 (arm_fix_call_dummy): Call it.
8496 (arm_call_dummy_breakpoint_offset): Delete.
8497 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8498 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8499
8500 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8501
8502 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8503 Default to func_frame_chain_valid.
8504 * gdbarch.h, gdbarch.c: Re-generate.
8505 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8506
8507 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8508
8509 * ppc-linux-nat.c: Update copyright.
8510 (fetch_register, store_register): Add tid parameter, don't compute
8511 tid here.
8512 (fetch_ppc_registers, store_ppc_registers): Add tid
8513 parameter. Pass it along to callees.
8514 (fetch_inferior_registers, store_inferior_registers): Compute tid
8515 here, and pass it to calleed functions.
8516 (fill_gregset, supply_fpregset): Clean up formatting.
8517
8518 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8519
8520 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8521 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8522
8523 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8524
8525 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8526 * gdbarch.c gdbarch.h: Regenerate.
8527 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8528 function.
8529 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8530 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8531 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8532
8533 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8534 * arm-tdep.c (arm_get_longjmp_target): New function.
8535 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8536 this to a positive value register arm_get_longjmp_target as the
8537 longjmp handler.
8538 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8539 (arm_linux_init_abi): Set up longjmp description in tdep.
8540 * armnbsd-nat.c (get_longjmp_target): Delete.
8541 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8542 description in tdep.
8543 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8544 (get_longjmp_target): Delete declaration.
8545 (GET_LONGJMP_TARGET): Delete.
8546 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8547 (GET_LONGJMP_TARGET): Delete.
8548
8549 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8550
8551 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8552 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8553 of ``current_gdbarch''.
8554
8555 2002-02-17 Tom Tromey <tromey@redhat.com>
8556
8557 * cli/cli-cmds.c (compare_strings): New function.
8558 (complete_command): Only print each unique item once.
8559 * completer.h (complete_line): Declare.
8560 * completer.c (complete_line): New function.
8561 (line_completion_function): Use it.
8562
8563 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8564
8565 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8566 * gdbarch.h, gdbarch.c: Re-generate.
8567
8568 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8569
8570 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8571
8572 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8573
8574 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8575 * valops.c (value_arg_coerce): Don't take the address of a reference
8576 to convert an argument to a reference.
8577
8578 2002-02-15 Christopher Faylor <cgf@redhat.com>
8579
8580 * win32-nat.c (get_image_name): New function.
8581 (handle_load_dll): Use get_image_name function.
8582 (get_child_debug_event): Avoid registering debug events until possibly
8583 execed process is started.
8584 (child_create_inferior): Allow invocation via shell so that command
8585 line redirection, etc. works ok.
8586 (_initialize_inftarg): Add new command: "set shell" to control whether
8587 a shell is used to start a process.
8588
8589 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8590
8591 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8592 instead of find_register_by_number.
8593 (cannot_store_register): Likewise.
8594
8595 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8596
8597 * dwarf2read.c: Replace fprintf (stderr, ...) by
8598 fprintf_unfiltered (gdb_stderr, ...).
8599
8600 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8601
8602 * gdbserver/gdbserver.1: Document --attach.
8603
8604 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8605
8606 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8607 descriptions.
8608 * arm-tdep.c (arm_default_arm_le_breakpoint)
8609 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8610 (arm_default_thumb_be_breakpoint): New. Initialize them from
8611 traditional breakpoint defines.
8612 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8613 (arm_gdbarch_init): Initialize new breakpoint variables.
8614 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8615 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8616 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8617 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8618 code out to ...
8619 (arm_netbsd_init_abi_common): ... here; new function.
8620 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8621 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8622 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8623 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8624
8625 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8626
8627 * arm-tdep.h (enum arm_abi): New enum.
8628 (struct gdbarch_tdep): New structure.
8629 (LOWEST_PC): Provide a default.
8630 (arm_gdbarch_register_os_abi): Declare new function.
8631 * arm-tdep.c (arm_abi_names): New array.
8632 (process_note_abi_tag_sections): New function.
8633 (get_elfosabi): New function.
8634 (arm_gdbarch_register_os_abi): New function.
8635 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8636 support for that ABI has been built in, then call the appropriate
8637 configuration routine. Use gdbarch_num_regs() to get the number
8638 of registers.
8639 (arm_dump_tdep): New function.
8640 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8641 place-holder functions.
8642 (_initialize_arm_tdep): Register them.
8643 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8644
8645 * armnbsd-tdep.c: New file.
8646 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8647 * config/arm/nbsd.mt (TDEPFILES): Add it.
8648 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8649
8650 * armnbsd-nat.c: Include regcache.h.
8651 * Makefile.in (armnbsd-nat.o): Update dependency list.
8652
8653 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8654
8655 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8656
8657 * gdbserver/Makefile.in: Fix typos in target rules.
8658
8659 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8660
8661 Fix part of PR gdb/267.
8662 * linespec.c (find_methods): Handle constructors specially for now.
8663
8664 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8665
8666 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8667 handling.
8668 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8669 standard_coerce_float_to_double().
8670
8671 2002-02-14 Christopher Faylor <cgf@redhat.com>
8672
8673 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8674 GDBINIT_FILENAME.
8675
8676 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8677
8678 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8679 find_variant_by_name, because it confuses the multiarch
8680 framework. Return NULL if there isn't an architecture with the
8681 user supplied name, instead of forcing a different one without
8682 recording the change with the multiarch machinery.
8683 (find_variant_by_name): Delete.
8684
8685 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8686
8687 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8688 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8689
8690 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8691
8692 * stack.c (print_frame_info_base): When calling
8693 print_frame_info_listing_hook, set current_source_symtab.
8694
8695 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8696
8697 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8698 and remove unused $(INCLUDE_DIR).
8699 Add regcache.c to OBS.
8700 Add generated register protocol files to clean target.
8701 Update dependencies for new objects, obsolete old target code.
8702
8703 * gdbserver/linux-low.c: Remove all platform-specific code to
8704 new files. Remove various dead code. Update to use regcache
8705 functionality.
8706 * gdbserver/remote-utils.c (fromhex): Add return statement
8707 to quiet warning.
8708 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8709 constant.
8710 (input_interrupt): Add integer parameter to match prototype
8711 of a signal handler.
8712 (outreg): Use register_data ().
8713 (prepare_resume_reply): Use gdbserver_expedite_regs.
8714 * gdbserver/server.c (main): Dynamically allocate own_buf because
8715 PBUFSIZ is no longer constant. Use registers_to_string () and
8716 registers_from_string ().
8717 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8718 for error (), fatal (), and warning (). Update definition of
8719 PBUFSIZ to use regcache functionality. Add include guard.
8720 * gdbserver/utils.c (fatal): Add missing ``const''.
8721 (warning): New function.
8722
8723 * regformats/regdat.sh: Include "regcache.h" in generated files.
8724 Provide init_registers () function.
8725 * regformats/regdef.h: Add prototype for set_register_cache ().
8726 Add include guard.
8727
8728 * gdbserver/linux-arm-low.c: New file.
8729 * gdbserver/linux-i386-low.c: New file.
8730 * gdbserver/linux-ia64-low.c: New file.
8731 * gdbserver/linux-m68k-low.c: New file.
8732 * gdbserver/linux-mips-low.c: New file.
8733 * gdbserver/linux-ppc-low.c: New file.
8734 * gdbserver/linux-sh-low.c: New file.
8735
8736 * gdbserver/regcache.c: New file.
8737 * gdbserver/regcache.h: New file.
8738
8739 * gdbserver/low-linux.c: Removed obsolete file.
8740
8741 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8742
8743 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8744 * config/i386/linux.mt: Likewise.
8745 * config/ia64/linux.mt: Likewise.
8746 * config/m68k/linux.mh: Likewise.
8747 * config/powerpc/linux.mh: Likewise.
8748 * config/mips/linux.mt: Likewise.
8749
8750 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8751
8752 * config/i386/i386lynx.mh: Mark gdbserver variables
8753 as (currently) obsolete for this target.
8754 * config/i386/nbsd.mt: Likewise.
8755 * config/i386/nbsdelf.mt: Likewise.
8756 * config/m32r/m32r.mt: Likewise.
8757 * config/m68k/m68klynx.mh: Likewise.
8758 * config/m68k/nbsd.mt: Likewise.
8759 * config/m68k/sun3os4.mh: Likewise.
8760 * config/mips/vr5000.mt: Likewise.
8761 * config/ns32k/nbsd.mt: Likewise.
8762 * config/pa/hppabsd.mh: Likewise.
8763 * config/pa/hppaosf.mh: Likewise.
8764 * config/powerpc/nbsd.mt: Likewise.
8765 * config/rs6000/rs6000lynx.mh: Likewise.
8766 * config/s390/s390.mt: Likewise.
8767 * config/s390/s390x.mt: Likewise.
8768 * config/sparc/sparclynx.mh: Likewise.
8769 * config/sparc/sun4os4.mh: Likewise.
8770 * config/i386/x86-64linux.mt: Likewise.
8771 * config/sparc/linux.mh: Likewise.
8772
8773 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8774
8775 * configure.tgt: Configure gdbserver only for known working
8776 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8777 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8778 SUBDIRS if it is configured. Update comment for ${nativefile}.
8779 * configure: Regenerated.
8780
8781 2002-02-13 Michael Snyder <msnyder@redhat.com>
8782
8783 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8784
8785 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8786 (default_gcore_mach): Just return 0, work around a problem in bfd.
8787 (default_gcore_target): OK to return NULL if exec_bfd is null.
8788 (make_mem_sec): Use a cast, avoid a warning.
8789
8790 * procfs.c (find_memory_regions_callback): Use a cast instead of
8791 calling host_pointer_to_address (which complains if
8792 sizeof (host pointer) != sizeof (target pointer)).
8793 (procfs_make_note_section): Avoid overflow in psargs string.
8794
8795 * procfs.c (procfs_make_note_section): Make the default
8796 implementation return an error.
8797
8798 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8799
8800 * procfs.c (procfs_make_note_section): Provide a default definition
8801 (for alpha-dec-osf4.0f). Fix typos.
8802
8803 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8804
8805 * linux-proc.c: Add include of regcache.h.
8806 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8807
8808 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8809
8810 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8811 * memattr.c (create_mem_region): Disallow useless empty region.
8812 Regions are half-open intervals, so allow [A..B) [B..C) as
8813 non-overlapping.
8814
8815 2002-02-13 Michael Chastain <mec@shout.net>
8816
8817 * defs.h: Kill CONST_PTR.
8818 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8819 * c-lang.c (c_builtin_types): Likewise.
8820 * ch-lang.c (ch_builtin_types): Likewise.
8821 * f-lang.c (f_builtin_types): Likewise.
8822 * language.c (unknown_builtin_types): Likewise.
8823 * m2-lang.c (m2_builtin_types): Likewise.
8824 * p-lang.c (pascal_builtin_types): Likewise.
8825 * scm-lang.c (c_builtin_types): Likewise.
8826
8827 2002-02-13 Keith Seitz <keiths@redhat.com>
8828
8829 * arm-tdep.h (arm_get_next_pc): Add declaration.
8830
8831 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8832
8833 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8834 with other related struct-returning functions.
8835 (arm_extract_struct_value_address): New function.
8836 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8837 initialize float_format, double_format and long_double_format as
8838 appropriate to the endianness of the target.
8839 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8840 (arm_use_struct_convention): Delete declaration.
8841 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8842
8843 2002-02-13 Keith Seitz <keiths@redhat.com>
8844
8845 * defs.h (core_addr_to_string_nz): New function.
8846
8847 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8848
8849 Apply missing bits of 2002-01-15 patch.
8850 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8851 (fill_fpregset): Use i387_fill_fsave.
8852
8853 2002-02-12 Keith Seitz <keiths@redhat.com>
8854
8855 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8856 (core_addr_to_string_nz): New function.
8857
8858 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8859
8860 * arm-linux-nat.c: Really include arm-tdep.h.
8861 * config/arm/tm-linux.h (struct type, struct value): Declare.
8862
8863 2002-02-11 Michael Snyder <msnyder@redhat.com>
8864
8865 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8866 (gcore section): Ifdef for Solaris and Unixware only.
8867 (procfs_do_thread_registers): Unixware needs one lwpstatus
8868 per thread (not one prstatus or pstatus).
8869 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8870 not over all gdb threads. For unixware, call elfcore_write_pstatus
8871 once before iterating over threads.
8872
8873 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8874
8875 * arm-tdep.h: New file.
8876 * arm-tdep.c: Include arm-tdep.h.
8877 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8878 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8879 (arm_print_float_info, arm_register_type, convert_to_extended)
8880 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8881 (arm_extract_return_value, arm_register_name): Make static.
8882 (arm_software_single_step): Similarly. Fix types in declaration.
8883 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8884 (arm_store_return_value, arm_store_struct_return): New functions.
8885 (arm_gdbarch_init): Register the above functions. Also register
8886 call_dummy_start_offset, sizeof_call_dummy_words,
8887 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8888 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8889 max_register_virtual_size, register_size. Set up
8890 prologue_cache.saved_regs here, rather than ...
8891 (_initialize_arm_tdep): ... here.
8892 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8893 declarations.
8894 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8895 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8896 (arm_print_float_info, arm_register_type, convert_to_extended)
8897 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8898 (arm_extract_return_value, arm_register_name): Delete declarations.
8899 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8900 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8901 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8902 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8903 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8904 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8905 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8906 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8907 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8908 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8909 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8910 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8911 interface.
8912 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8913 * remote-rdi.c remote-rdp.c: Likewise.
8914 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8915 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8916 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8917 definition.
8918
8919 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8920 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8921 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8922 from non-ARM_ prefixed definitions.
8923 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8924 all uses of above.
8925 * remote-rdi.c remote-rdp.c: Likewise.
8926 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8927
8928 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8929
8930 * arm-tdep.c (arm_frameless_function_invocation)
8931 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8932 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8933 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8934 (arm_pop_frame, arm_get_next_pc): Make static.
8935 (arm_gdbarch_init): Register above in gdbarch structure.
8936 (arm_read_fp): Renamed from arm_target_read_fp.
8937 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8938 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8939 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8940 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8941 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8942 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8943 (arm_pc_is_thumb_dummy): Delete declarations.
8944 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8945 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8946 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8947 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8948
8949 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8950
8951 * symtab.c (compare_search_syms): New function.
8952 (sort_search_symbols): New function.
8953 (search_symbols): Sort symbols after searching rather than
8954 before.
8955
8956 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8957
8958 * NEWS: Linux -> GNU/Linux.
8959
8960 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8961
8962 * gdbarch.sh: For for level one methods, disallow a definition
8963 when partially multi-arched. Add comments explaining rationale.
8964 * gdbarch.h: Re-generate.
8965
8966 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8967
8968 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8969 multi-arch partial.
8970
8971 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8972
8973 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8974 field. Use diff -u.
8975 * gdbarch.c: Re-generate.
8976
8977 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8978
8979 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8980 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8981 partial.
8982
8983 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8984
8985 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8986 multi-arch partial.
8987 (PUSH_ARGUMENTS): Switch to using predefault.
8988 * gdbarch.c: Regenerate.
8989
8990 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8991
8992 * valops.c (PUSH_ARGUMENTS): Delete definition.
8993 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8994 partial. Default to default_push_arguments.
8995 * gdbarch.h, gdbarch.c: Regenerate.
8996
8997 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8998
8999 * defs.h (throw_exception): Rename return_to_top_level. Update
9000 comments.
9001 * utils.c (error_stream, internal_verror, quit): Ditto.
9002 * top.c (throw_exception, catcher): Ditto.
9003 * sparclet-rom.c (sparclet_load): Ditto.
9004 * remote.c (interrupt_query, minitelnet): Ditto.
9005 * remote-sds.c (interrupt_query): Ditto.
9006 * remote-mips.c (mips_error, mips_kill): Ditto.
9007 * ocd.c (interrupt_query): Ditto.
9008 * monitor.c (monitor_interrupt_query): Ditto.
9009 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9010 * target.h: Update comment.
9011
9012 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
9013
9014 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9015
9016 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9017 default_double_format.
9018 * gdbarch.h, gdbarch.c: Re-generate.
9019 * findvar.c (floatformat_unknown): Delete variable definition.
9020 * doublest.h (floatformat_unknown): Delete variable declaration.
9021
9022 2002-02-09 Jim Blandy <jimb@redhat.com>
9023
9024 * stabsread.c (read_type): Add code to parse Sun's syntax for
9025 prototyped function types.
9026
9027 2002-02-09 Andrew Cagney <ac131313@redhat.com>
9028
9029 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9030 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9031
9032 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9033
9034 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9035 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9036 now _initialize_xcoffsolib gets called again and overrides the
9037 commands from solib.c in a native configuration.
9038
9039 2002-02-09 Mark Kettenis <kettenis@gnu.org>
9040
9041 * doublest.c (store_typed_floating): Don't try to return a value.
9042 Fixes PR gdb/290.
9043
9044 2002-02-08 Jim Blandy <jimb@redhat.com>
9045
9046 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9047 is prototyped and has no arguments, print its argument list as
9048 `(void)'.
9049
9050 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9051
9052 * MAINTAINERS (write-after-approval): Add myself.
9053 (paper-trail): I've escaped!
9054
9055 2002-02-08 Christopher Faylor <cgf@redhat.com>
9056
9057 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9058 changes.
9059 (_initialize_check_for_gdb_ini): Ditto.
9060
9061 2002-02-08 Martin M. Hunt <hunt@redhat.com>
9062
9063 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9064 xaprintf -> xasprintf.
9065
9066 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9067
9068 * win32-nat.c: Remove use of printf and sprintf functions.
9069
9070 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
9071
9072 * arm-tdep.c (arm_frame_chain_valid): Make static.
9073 (arm_push_arguments): Likewise.
9074 (arm_gdbarch_init): New function.
9075 (_initialize_arm_tdep): Call it.
9076 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9077 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9078 (FRAME_CHAIN_VALID): Delete.
9079 (arm_frame_chain_valid): Delete declaration.
9080 (PUSH_ARGUMENTS): Delete.
9081 (arm_push_arguments): Delete declaration.
9082 (CALL_DUMMY_P): Delete.
9083
9084 2002-02-08 Andrew Cagney <ac131313@redhat.com>
9085 Corinna Vinschen <vinschen@redhat.com>
9086
9087 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9088 on builtin float types.
9089
9090 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
9091
9092 * utils.c: Include <curses.h> before "bfd.h".
9093 * tui/tui-hooks.c: Likewise.
9094 * tui/tui.c: Likewise.
9095 * tui/tuiCommand.c: Likewise.
9096 * tui/tuiData.c: Likewise.
9097 * tui/tuiDataWin.c: Likewise.
9098 * tui/tuiDisassem.c: Likewise.
9099 * tui/tuiGeneralWin.c: Likewise.
9100 * tui/tuiIO.c: Likewise.
9101 * tui/tuiLayout.c: Likewise.
9102 * tui/tuiRegs.c: Likewise.
9103 * tui/tuiSource.c: Likewise.
9104 * tui/tuiSourceWin.c: Likewise.
9105 * tui/tuiStack.c: Likewise.
9106 * tui/tuiWin.c: Likewise.
9107
9108 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
9109
9110 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9111 to include space for pseudoregs as well. Update loops accordingly.
9112 (sh_fp_frame_init_saved_regs): Ditto.
9113 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9114
9115 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9116
9117 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9118 Add Richard Earnshaw to Arm maintainers.
9119
9120 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9121
9122 * defs.h (warning_begin): Delete declaration.
9123
9124 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9125 Delete macro.
9126
9127 2002-02-07 Michael Snyder <msnyder@redhat.com>
9128
9129 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9130 Logic bug, remove misplaced else.
9131
9132 2002-02-07 Klee Dienes <klee@apple.com>
9133
9134 * fork-inferior.c (fork_inferior): Add '!' to the list of
9135 characters that need to be quoted when building a string for the
9136 shell. Quote '!' specifically with a backslash, since CSH chokes
9137 when trying to evaluate "str!str".
9138
9139 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9140
9141 * rdi-share/host.h: Only provide a typedef for bool if it is not
9142 defined.
9143
9144 2002-02-04 Michael Snyder <msnyder@redhat.com>
9145
9146 * breakpoint.h (enum bptype): Add new overlay event bp type.
9147 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9148
9149 * breakpoint.c (create_internal_breakpoint): New function.
9150 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9151 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9152 (create_thread_event_breakpoint): Ditto.
9153 (create_solib_event_breakpoint): Ditto.
9154 (create_overlay_event_breakpoint): New function.
9155 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9156 (update_breakpoints_after_exec): Delete and re-initialize
9157 overlay event breakpoints after an exec. Add FIXME comment
9158 about longjmp breakpoint.
9159 (print_it_typical): Ignore overlay event breakpoints.
9160 (print_one_breakpoint): Ditto.
9161 (mention): Ditto.
9162 (bpstat_what): Do not stop for overlay event breakpoints.
9163 (delete_breakpoint): Don't delete overlay event breakpoints.
9164 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9165 (breakpoint_re_set): Re-create overlay event breakpoint.
9166
9167 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9168 (overlay_manual_command): Disable overlay breakpoints.
9169 (overlay_off_command): Disable overlay breakpoints.
9170
9171 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9172
9173 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9174 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9175 to here from config/tm-arm.h.
9176 (coff_sym_is_thumb): Make static.
9177 (arm_elf_make_msymbol_special): New function.
9178 (arm_coff_make_msymbol_special): New function.
9179 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9180 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9181 (coff_sym_is_thumb): Delete declaration.
9182 (arm_elf_make_msymbol_special): Declare.
9183 (arm_coff_make_msymbol_special): Declare.
9184 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9185 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9186
9187 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9188
9189 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9190
9191 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9192
9193 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9194 * gdbarch.c gdbarch.h: Regenerate.
9195 * arch-utils.c (default_print_float_info): New function.
9196 * arch-utils.h (default_print_float_info): Prototype it.
9197 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9198 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9199 (PRINT_FLOAT_INFO): Document it.
9200
9201 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9202 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9203 (PRINT_FLOAT_INFO): Define.
9204
9205 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9206
9207 * win32-nat.c (_initialize_check_for_gdb_ini):
9208 Add typecast to sprintf argument to suppress a warning.
9209
9210 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9211
9212 * win32-nat.c (last_sig): Changed type of variable to target_signal,
9213 to allow easier handling of pass state.
9214 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9215 that gives exception name and address.
9216 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9217 and set last_sig value to ourstatus->value.sig. Some missing
9218 exceptions added.
9219 (child_continue): Correctly report continue_status.
9220 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9221 TARGET_SIGNAL_0 (new default value).
9222 (child_resume): consider sig argument passed to decide if
9223 the exception should be passed to debuggee or not.
9224
9225 2002-02-05 Michael Snyder <msnyder@redhat.com>
9226
9227 * regcache.c (fetch_register): Call target_fetch_register
9228 only if we don't call FETCH_PSEUDO_REGISTER.
9229 (store_register): Call target_store_register only if we
9230 don't call STORE_PSEUDO_REGISTER.
9231
9232 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
9233
9234 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9235 ELF_MAKE_MSYMBOL_SPECIAL.
9236 * gdbarch.c, gdbarch.h: Regenerate.
9237 * arch-utils.c (default_make_msymbol_special): New function.
9238 * arch-utils.h (default_make_msymbol_special): Export.
9239 * elfread.c (elf_symtab_read): Compile use of
9240 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9241 multiarched.
9242 * coffread.c (coff_symtab_read): Ditto, for
9243 COFF_MAKE_MSYMBOL_SPECIAL.
9244
9245 2002-02-05 Jim Blandy <jimb@redhat.com>
9246
9247 * solib-svr4.c (svr4_truncate_ptr): New function.
9248 (svr4_relocate_section_addresses): Do the address arithmetic with
9249 the appropriate truncation for target addresses, even when
9250 CORE_ADDR is larger than a target address.
9251
9252 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9253
9254 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9255 to (int *).
9256
9257 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9258
9259 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9260 code.
9261
9262 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9263
9264 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9265
9266 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9267
9268 * gdbserver/linux-low.c: Remove unused include files.
9269
9270 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9271
9272 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9273 (read_inferior_memory): Use it.
9274 (write_inferior_memory): Likewise.
9275
9276 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9277
9278 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9279 grubbing through sys_errlist.
9280
9281 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9282
9283 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9284
9285 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9286 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9287
9288 2002-02-04 Andrew Cagney <ac131313@redhat.com>
9289
9290 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9291 (do_sfunc, set_cmd_sfunc): New functions.
9292
9293 * command.h (struct cmd_list_element): Add field func.
9294 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9295 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9296 * cli/cli-decode.h: Ditto.
9297
9298 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9299 (help_all, help_cmd_list): Ditto.
9300 (find_cmd, complete_on_cmdlist): Ditto.
9301 * top.c (execute_command): Ditto.
9302
9303 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9304 function.sfunc.
9305
9306 * infcmd.c (notice_args_read): Fix function signature.
9307
9308 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9309 * cli/cli-decode.c (add_set_cmd): Ditto.
9310 * utils.c (initialize_utils): Ditto.
9311 * maint.c (_initialize_maint_cmds): Ditto.
9312 * infrun.c (_initialize_infrun): Ditto.
9313 * demangle.c (_initialize_demangler): Ditto.
9314 * remote.c (add_packet_config_cmd): Ditto.
9315 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9316 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9317 * proc-api.c (_initialize_proc_api): Ditto.
9318 * kod.c (_initialize_kod): Ditto.
9319 * valprint.c (_initialize_valprint): Ditto.
9320 * top.c (init_main): Ditto.
9321 * infcmd.c (_initialize_infcmd): Ditto.
9322 * corefile.c (_initialize_core): Ditto.
9323 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9324 * arch-utils.c (initialize_current_architecture): Ditto.
9325 (_initialize_gdbarch_utils): Ditto.
9326 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9327
9328 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9329 * wince.c (_initialize_inftarg): Ditto.
9330 * symfile.c (_initialize_symfile): Ditto.
9331 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9332 * language.c (_initialize_language): Ditto.
9333 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9334
9335 2002-02-04 Michael Snyder <msnyder@redhat.com>
9336
9337 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9338
9339 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9340
9341 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9342 Add rules for building the register data files.
9343
9344 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9345
9346 * regformats/regdat.sh: Add braces to the definition of
9347 expedite_regs_${arch}.
9348
9349 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9350
9351 * regformats/regdef.h (struct reg): Add comment describing the
9352 requirements for offset and size fields.
9353
9354 2002-02-04 Andreas Schwab <schwab@suse.de>
9355
9356 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9357 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9358
9359 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
9360
9361 * gdbarch.sh (copyright): Update years in generated header.
9362 (SMASH_TEXT_ADDRESS): Add rule.
9363 * gdbarch.h, gdbarch.c: Re-generate.
9364 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9365 * dbxread.c: Likewise.
9366 * dwarfread.c: Likewise.
9367 * elfread.c: Likewise.
9368 * somread.c: Likewise.
9369
9370 * arm-tdep.c (arm_smash_text_address): New function.
9371 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9372
9373 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9374
9375 Add support for hardware watchpoints on win32 native.
9376 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9377 CONTEXT_DEBUG_REGISTERS.
9378 (dr variable): New variable. Static array containing a local copy
9379 of debug registers.
9380 (debug_registers_changed): New variable. Reflects when debug registers
9381 are changed and need to be written to inferior.
9382 (debug_registers_used): New variable. Reflects when any debug register
9383 was set, used when new threads are created.
9384 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9385 i386-nat code.
9386 (thread_rec): Set dr array if id is the thread of current_event .
9387 (child_continue, child_resume): Change the debug registers for all
9388 threads if debug_registers_changed.
9389 (child_add_thread): Change the debug registers if debug_registers_used.
9390 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9391 Link nm.h to new nm-cygwin.h file.
9392 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9393 of hardware registers.
9394
9395 2002-02-03 Andrew Cagney <ac131313@redhat.com>
9396
9397 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9398 Restore behavour broken by 2002-01-20 Andrew Cagney
9399 <ac131313@redhat.com> IEEE_FLOAT removal.
9400
9401 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9402
9403 * c-valprint.c (c_val_print): Pass a proper valaddr to
9404 cp_print_class_method.
9405 * valops.c (search_struct_method): If there is only one method
9406 and args is NULL, return that method.
9407
9408 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9409
9410 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9411 accessing tag_name directly.
9412
9413 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9414
9415 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9416 of accessing tag_name directly.
9417
9418 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9419
9420 PR gdb/280
9421 * gdbtypes.c (replace_type): New function.
9422 * gdbtypes.h (replace_type): Add prototype.
9423 * stabsread.c (read_type): Use replace_type.
9424
9425 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
9426
9427 * Makefile.in (memattr.o): Add missing dependencies rule.
9428
9429 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9430
9431 * breakpoint.c (break_at_finish_command): Really export.
9432 (break_at_finish_at_depth_command): Ditto.
9433 (tbreak_at_finish_command): Ditto.
9434 * hppa-tdep.c: Include completer.h.
9435 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9436 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9437
9438 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9439
9440 * utils.c (do_write): New function.
9441 (error_stream): Rewrite combining the code from error_begin and
9442 verror.
9443 (verror): Rewrite using error_stream.
9444 (error_begin): Delete function.
9445
9446 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9447
9448 * utils.c (error_begin): Make static.
9449 * defs.h (error_begin): Delete declaration.
9450
9451 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9452 (decode_line_1): Use cplusplus_error instead of error_begin,
9453 cplusplus_hint and return_to_top_level.
9454 * coffread.c (coff_symfile_read): Use error instead of error_begin
9455 and return_to_top_level.
9456 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9457
9458 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9459
9460 * language.h (type_error, range_error): Make string parameter
9461 constant.
9462 * language.c (warning_pre_print): Delete extern declaration.
9463 * dwarfread.c (warning_pre_print): Ditto.
9464 * language.c (type_error, range_error): Rewrite to use verror and
9465 vwarning instead of warning_begin.
9466
9467 2002-02-01 Michael Snyder <msnyder@redhat.com>
9468
9469 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9470 (set_ignore_count): Move misplaced comment back where it belongs.
9471
9472 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9473
9474 * command.h (NO_FUNCTION): Delete macro.
9475 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9476 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9477 * tracepoint.c (_initialize_tracepoint): Ditto.
9478 * cli/cli-decode.c (add_set_cmd): Ditto.
9479 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9480
9481 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9482
9483 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9484 Update ``this'' pointer when calling virtual functions.
9485
9486 2002-02-01 Michael Snyder <msnyder@redhat.com>
9487
9488 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9489 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9490
9491 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9492
9493 * regformats/reg-arm.dat: New file.
9494 * regformats/reg-i386.dat: New file.
9495 * regformats/reg-ia64.dat: New file.
9496 * regformats/reg-m68k.dat: New file.
9497 * regformats/reg-mips.dat: New file.
9498 * regformats/reg-ppc.dat: New file.
9499 * regformats/reg-sh.dat: New file.
9500 * regformats/regdef.h: New file.
9501 * regformats/regdat.sh: New file.
9502
9503 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9504
9505 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9506 (arm_frame_args_address, arm_frame_locals_address): New functions.
9507 (arm_frame_num_args): New function.
9508 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9509 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9510 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9511
9512 2002-01-31 Michael Snyder <msnyder@redhat.com>
9513
9514 * breakpoint.c (break_at_finish_command): Export.
9515 (break_at_finish_at_depth_command): Export.
9516 (tbreak_at_finish_command): Export.
9517 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9518 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9519 "tbreak" commands, which are HPPA specific.
9520
9521 * printcmd.c (disassemble_command): Remove an ancient
9522 artifact of an old merge.
9523
9524 * symfile.h (enum overlay_debugging_state):
9525 Define enum constant values for overlay mode.
9526 * symfile.c (overlay_debugging): Use enums instead of literals.
9527 (overlay_is_mapped, overlay_auto_command,
9528 overlay_manual_command): Ditto.
9529
9530 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9531 breakpoint_here_p, breakpoint_inserted_here_p,
9532 breakpoint_thread_match, bpstat_stop_status,
9533 describe_other_breakpoints, check_duplicates, clear_command):
9534 Coding standard fixes.
9535
9536 * target.c (target_xfer_memory): Add spaces, coding standard.
9537 (do_xfer_memory): Add missing line to trust-readonly
9538 code: check bfd SEC_READONLY flag for section.
9539
9540 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9541
9542 * PROBLEMS: Fix typo, 5.1->5.1.1.
9543
9544 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9545
9546 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9547 data symbols, since we search based on textlow and texthigh.
9548 (find_pc_sect_symtab): Likewise.
9549
9550 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9551
9552 * defs.h (vwarning): Declare.
9553 * utils.c (vwarning): New function.
9554 (warning): Call vwarning.
9555 (warning_begin): Delete function.
9556
9557 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9558 the warning message.
9559 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9560 warning_begin.
9561
9562 2002-01-30 Michael Snyder <msnyder@redhat.com>
9563
9564 * NEWS: Mention "set trust-readonly-sections" command.
9565 Mention generate-core-file command.
9566
9567 2002-01-15 Michael Snyder <msnyder@redhat.com>
9568
9569 * target.c: New command, "set trust-readonly-sections on".
9570 (do_xfer_memory): Honor the suggestion to trust readonly sections
9571 by reading them from the object file instead of from the target.
9572 (initialize_targets): Register command "set trust-readonly-sections".
9573
9574 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9575
9576 * parse.c (target_map_name_to_register): Simplify, search regs and
9577 pseudo-regs using a single loop.
9578
9579 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9580
9581 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9582
9583 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9584
9585 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9586 * config/i386/i386v42mp.mh: Add i387-nat.o .
9587 * i386v4-nat.c: Include i387-nat.h.
9588 (supply_fpregset): Use i387_supply_fsave.
9589 (fill_fpregset): Use i387_fill_fsave.
9590
9591 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9592
9593 * arm-tdep.c (arm_call_dummy_words): Define.
9594 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9595 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9596 (CALL_DUMMY_WORDS): Define.
9597 (arm_call_dummy_words): Declare.
9598 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9599 (arm_linux_call_dummy_words): Declare.
9600
9601 2002-01-30 Andreas Schwab <schwab@suse.de>
9602
9603 * m68klinux-nat.c: Fix last change to use regcache_collect
9604 instead of referencing registers[] directly.
9605
9606 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9607
9608 * parse.c (target_map_name_to_register): Delete code wrapped in
9609 #ifdef REGISTER_NAME_ALIAS_HOOK.
9610
9611 2002-01-28 Michael Snyder <msnyder@redhat.com>
9612
9613 * regcache.c (legacy_read_register_gen): Need to be able to
9614 read pseudo-register as well as real register.
9615 (legacy_write_register_gen): Ditto.
9616
9617 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9618
9619 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9620 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9621 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9622 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9623 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9624 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9625 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9626 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9627 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9628 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9629 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9630 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9631 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9632 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9633 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9634 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9635 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9636 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9637 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9638 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9639
9640 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9641
9642 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9643 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9644 (initialize_current_architecture): Update target_byte_order using
9645 information from BFD.
9646 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9647 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9648
9649 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9650
9651 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9652 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9653
9654 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9655 #ifdef INVALID_FLOAT.
9656 * infcmd.c (do_registers_info): Ditto.
9657 * values.c (unpack_double): Ditto. Add comment.
9658
9659 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9660 already commented out.
9661
9662 2002-01-26 Andreas Schwab <schwab@suse.de>
9663
9664 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9665 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9666 registers and add support for PTRACE_GETREGS.
9667
9668 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9669
9670 GDB 5.1.1 released from 5.1 branch.
9671 * NEWS: Add 5.1.1 news.
9672 * README: Sync with 5.1 branch.
9673
9674 2002-01-23 Fred Fish <fnf@redhat.com>
9675
9676 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9677 stabstring on initial malloc. Reallocing will copy it for us,
9678 if necessary.
9679
9680 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9681
9682 * Makefile.in (hpread_h): Delete.
9683 (HFILES_NO_SRCDIR): Remove hpread.h.
9684 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9685 (hpread.o): Update dependencies.
9686 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9687
9688 * hp-psymtab-read.c: Remove file.
9689 * hp-symtab-read.c: Remove file.
9690 * hpread.h: Remove file.
9691
9692 * hpread.c: Merge all contents of hp-psymtab-read.c,
9693 hp-symtab-read.c and hpread.h into this file, as it was prior to
9694 January 1999.
9695
9696 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9697 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9698 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9699 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9700
9701 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9702
9703 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9704 fill_gregset): Call gdbarch_tdep() just once, assign result to
9705 variable and use that, instead of calling the function several
9706 times.
9707
9708 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9709
9710 * configure.host: Accept sparcv9 as alias for sparc64.
9711 * configure.tgt: Likewise.
9712
9713 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9714
9715 * solib-aix5.c (build_so_list_from_mapfile)
9716 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9717 arguments is not reversed.
9718 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9719 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9720
9721 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9722
9723 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9724 modified version of obsolete sh_fetch_pseudo_register.
9725 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9726 (sh4_register_read): New function.
9727 (sh_pseudo_register_write): New function. Renamed and modified
9728 version of obsolete sh_store_pseudo_register.
9729 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9730 (sh4_register_write): New function.
9731 (sh_gdbarch_init): Remove setting of gdbarch function
9732 fetch_pseudo_register and store_pseudo_register. Remove setting of
9733 register_convert_to_raw, register_convert_to_virtual,
9734 register_convertible.
9735 (sh_sh4_register_convertible): Delete. No longer needed. All is
9736 taken care by architecture specific functions
9737 register_read/register_write.
9738 (sh_sh4_register_convert_to_virtual): Make static.
9739 (sh_sh4_register_convert_to_raw): Ditto.
9740
9741 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9742
9743 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9744 (floatformat_is_nan, floatformat_mantissa): Ditto.
9745
9746 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9747 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9748 builtin_type_ieee_double_little,
9749 builtin_type_ieee_double_littlebyte_bigword,
9750 builtin_type_m68881_ext, builtin_type_i960_ext,
9751 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9752 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9753 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9754 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9755
9756 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9757
9758 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9759 parameter. Set frameless flag if it exists and depended of
9760 whether the scanned function is frameless or not.
9761 (xstormy16_skip_prologue): If function is frameless, return
9762 result of xstormy16_scan_prologue().
9763 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9764 call.
9765
9766 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9767
9768 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9769 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9770 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9771 sh_sh4_register_byte, sh_sh4_register_raw_size,
9772 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9773 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9774 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9775 sh_store_pseudo_register, sh_do_pseudo_register): Call
9776 gdbarch_tdep() just once, assign result to variable and use that,
9777 instead of calling the function several times.
9778
9779 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9780
9781 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9782 macros instead of LAST_FPU_CTRL_REGNUM.
9783 (store_register): Likewise.
9784
9785 2002-01-21 Jim Blandy <jimb@redhat.com>
9786
9787 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9788 is up-to-date before running the program, not just when a program
9789 exits.
9790
9791 2002-01-21 Fred Fish <fnf@redhat.com>
9792
9793 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9794 when we have found all instructions we are looking for.
9795
9796 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9797
9798 * arm-tdep.c (arm_register_name): New function.
9799 (arm_registers_names): Make static.
9800 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9801 (arm_register_name): Declare.
9802 (REGISTER_NAME): Use it.
9803
9804 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9805 Kevin Buettner <kevinb@redhat.com>
9806
9807 Convert arm targets to new FRAME interface.
9808 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9809 (arm_frame_find_save_regs): Delete.
9810 (arm_frame_init_saved_regs): New.
9811 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9812 Allocate extra_info as required. Convert all uses of fsr.regs
9813 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9814 to use extra_info.
9815 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9816 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9817 (check_prologue_cache, save_prologue_cache): Likewise.
9818 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9819 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9820 (FRAME_FIND_SAVED_REGS): Delete.
9821 (arm_frame_find_saved_regs): Delete prototype.
9822 (arm_frame_init_saved_regs): New prototype.
9823 (FRAME_INIT_SAVED_REGS): Define.
9824
9825 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9826
9827 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9828
9829 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9830
9831 From Jeff Law <law@redhat.com>:
9832 * infttrace.c: Include <sys/pstat.h>.
9833 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9834 exec file if the ttrace equivalent fails.
9835
9836 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9837
9838 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9839 (closeLogFile): Ditto.
9840
9841 2002-01-20 Michael Chastain <mec@shout.net>
9842
9843 * top.c (print_gdb_version): Bump copyright year to 2002.
9844
9845 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9846
9847 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9848 Zannoni and Eli Zaretskii.
9849
9850 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9851
9852 * buildsym.c: Update copyright years.
9853 * c-typeprint.c: Likewise.
9854 * dwarf2read.c: Likewise.
9855 * f-typeprint.c: Likewise.
9856 * gdbtypes.c: Likewise.
9857 * gdbtypes.h: Likewise.
9858 * hp-symtab-read.c: Likewise.
9859 * hpread.c: Likewise.
9860 * mdebugread.c: Likewise.
9861 * p-typeprint.c: Likewise.
9862
9863 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9864
9865 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9866 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9867 byte-order selectable.
9868 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9869 * arch-utils.c: Ditto.
9870 (set_endian): Ditto.
9871 (set_endian_from_file): Ditto.
9872 * gdbserver/low-sim.c (create_inferior): Ditto.
9873 * gdbarch.sh: Ditto.
9874 * gdbarch.h: Re-generate.
9875 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9876 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9877 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9878 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9879 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9880 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9881 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9882 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9883 macro definition.
9884 * config/mips/tm-wince.h: Remove #undef of macro
9885 TARGET_BYTE_ORDER_SELECTABLE.
9886 * config/sh/tm-wince.h: Ditto.
9887
9888 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9889
9890 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9891 member function fields. Add accessor macro
9892 TYPE_FN_FIELD_ARTIFICIAL.
9893 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9894 * c-typeprint.c (c_type_print_base): Skip artificial member
9895 functions.
9896
9897 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9898
9899 * f-typeprint.c: Delete unused function f_type_print_args.
9900 * p-typeprint.c: Delete unused function pascal_type_print_args.
9901
9902 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9903
9904 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9905 comment. Add ``artificial'' to ``union field_location''.
9906
9907 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9908
9909 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9910 * mdebugread.c (parse_symbol): Likewise.
9911 * stabsread.c (define_symbol): Likewise.
9912 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9913 initializing TYPE_FIELD_BITPOS to n (obsolete).
9914 (hpread_doc_function_type): Likewise.
9915 * hpread.c (hpread_function_type): Likewise.
9916
9917 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9918
9919 * configure.in (host_makefile_frag): Only require a host makefile
9920 fragment when a native build.
9921 * configure: Re-generate.
9922
9923 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9924
9925 * doublest.h (floatformat_from_type): Declare.
9926 * doublest.c (floatformat_from_type): New function.
9927 (convert_typed_floating): Use.
9928
9929 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9930 call to function floatformat_from_type.
9931
9932 * gdbarch.sh (IEEE_FLOAT): Delete.
9933 * gdbarch.h, gdbarch.c: Re-generate.
9934 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9935 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9936 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9937 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9938 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9939 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9940 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9941 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9942 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9943 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9944 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9945 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9946
9947 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9948 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9949 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9950 * sh-tdep.c (sh_gdbarch_init): Ditto.
9951 * mips-tdep.c (mips_gdbarch_init): Ditto.
9952 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9953 * cris-tdep.c (cris_gdbarch_init): Ditto.
9954
9955 2002-01-20 Jiri Smid <smid@suse.cz>
9956
9957 * configure.host, configure.tgt: Support x86-64.
9958 * NEWS: Note new target x86-64.
9959
9960 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9961 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9962 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9963 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9964 x86-64-linux-nat.o): Fix dependencies.
9965
9966 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9967
9968 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9969 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9970 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9971 * config/sparc/xm-sun4os4.h: Delete file.
9972 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9973
9974 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9975
9976 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9977 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9978 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9979 * config/i386/i386lynx.mh (XM_FILE): Delete.
9980 * config/rs6000/xm-rs6000ly.h: Delete file.
9981 * config/sparc/xm-sparclynx.h: Delete file.
9982 * config/m68k/xm-m68klynx.h: Delete file.
9983 * config/i386/xm-i386lynx.h: Delete file.
9984 * config/xm-lynx.h: Delete file.
9985 * config/djgpp/fnchange.lst: Update.
9986
9987 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9988
9989 * alpha-tdep.c (alpha_register_byte): New function.
9990 (alpha_register_raw_size): Ditto.
9991 (alpha_register_virtual_size): Ditto.
9992 (alpha_skip_prologue_internal): Renamed from
9993 alpha_skip_prologue.
9994 (alpha_skip_prologue): New version that calls
9995 alpha_skip_prologue_internal.
9996 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9997 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9998 second argument from alpha_skip_prologue.
9999 (REGISTER_BYTE): Use alpha_register_byte.
10000 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
10001 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
10002 (FRAMELESS_FUNCTION_INVOCATION): Use
10003 generic_frameless_function_invocation_not.
10004 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10005 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10006
10007 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10008
10009 * config/mips/xm-news-mips.h: Delete file.
10010 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10011
10012 * config/m88k/xm-m88k.h: Delete file.
10013 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10014 * config/m88k/xm-delta88v4.h: Ditto.
10015 * config/m88k/xm-delta88.h: Ditto.
10016
10017 * config/alpha/xm-fbsd.h: Delete file.
10018 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10019
10020 * config/sparc/xm-sparc.h: Delete file.
10021 * Makefile.in (xm-sun4os4.h): Delete dependency.
10022 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10023 * config/sparc/xm-sun4os4.h: Ditto.
10024 * config/sparc/xm-linux.h: Ditto.
10025
10026 * config/i386/xm-windows.h: Delete file.
10027
10028 2002-01-19 Andrew Cagney <ac131313@redhat.com>
10029
10030 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10031 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10032
10033 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10034
10035 * alpha-tdep.c (alpha_call_dummy_words): New.
10036 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10037 (CALL_DUMMY_P): Define.
10038 (CALL_DUMMY_WORDS): Define.
10039 (SIZEOF_CALL_DUMMY_WORDS): Define.
10040
10041 2002-01-19 Per Bothner <per@bothner.com>
10042
10043 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10044 isn't NULL, which can happen with some gcj-3.x-produced code.
10045
10046 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10047
10048 * alpha-tdep.c (alpha_register_virtual_type): New function.
10049 (alpha_init_frame_pc_first): Ditto.
10050 (alpha_fix_call_dummy): Ditto.
10051 (alpha_store_struct_return): Ditto.
10052 (alpha_extract_struct_value_address): Ditto.
10053 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10054 alpha_register_virtual_type.
10055 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10056 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10057 alpha_extract_struct_value_address.
10058 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10059 (INIT_FRAME_PC): Use init_frame_pc_noop.
10060 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10061
10062 2002-01-19 Mark Kettenis <kettenis@gnu.org>
10063
10064 * i386gnu-nat.c: Include "i386-tdep.h".
10065 (fetch_fpregs): Simplify code dealing with uninitialized floating
10066 point states such that it doesn't require FP7_REGNUM.
10067
10068 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10069
10070 * alpha-tdep.c (frame_extra_info): New.
10071 (alpha_find_saved_regs): Make static. Use
10072 frame->extra_info.
10073 (alpha_frame_init_saved_regs): New function.
10074 (alpha_frame_saved_pc): Use frame->extra_info.
10075 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10076 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10077 (init_extra_frame_info): Rename to...
10078 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10079 (alpha_print_extra_frame_info): New function.
10080 (alpha_frame_locals_address): Ditto.
10081 (alpha_frame_args_address): Ditto.
10082 (alpha_pop_frame): Use frame->extra_info.
10083 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10084 alpha_frame_args_address.
10085 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10086 (alpha_find_saved_regs): Remove prototype.
10087 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10088 (EXTRA_FRAME_INFO): Remove.
10089 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10090 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10091
10092 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10093
10094 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10095 (alpha_cannot_fetch_register): Ditto.
10096 (alpha_cannot_store_register): Ditto.
10097 (alpha_register_convertible): Ditto.
10098 (alpha_use_struct_convention): Ditto.
10099 * config/alpha/tm-alpha.h: Update copyright years.
10100 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10101 (INNER_THAN): Use core_addr_lessthan.
10102 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10103 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10104 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10105 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10106 (FRAME_CHAIN): Remove unnecessary cast.
10107
10108 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10109
10110 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10111 obsolete.
10112
10113 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10114
10115 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10116 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10117 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10118 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10119 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10120 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10121 * x86-64-linux-nat.c: Ditto.
10122
10123 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10124
10125 * alpha-tdep.c (alpha_register_name): New function.
10126 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10127 (REGISTER_NAME): Define.
10128
10129 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10130
10131 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10132
10133 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10134
10135 * alpha-tdep.c: Update copyright years.
10136 (alpha_next_pc): New function.
10137 (alpha_software_single_step): Ditto.
10138 * config/alpha/tm-alpha.h: Add prototype for
10139 alpha_software_single_step.
10140
10141 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10142
10143 * alphabsd-nat.c: Update copyright years.
10144 (fill_gregset): Use regcache_collect.
10145 (fill_fpregset): Likewise.
10146 (fetch_inferior_registers): Only fetch integer registers
10147 if requested to do so.
10148 (store_inferior_registers): Only store integer registers
10149 if requested to do so.
10150
10151 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10152
10153 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10154 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10155 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10156 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10157 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10158 * config/arm/linux.mh (XDEPFILES): Delete.
10159 * config/arm/nbsd.mh (XDEPFILES): Delete.
10160 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10161 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10162 * config/i386/i386m3.mh (XDEPFILES): Delete.
10163 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10164 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10165 * config/i386/fbsd.mh (XDEPFILES): Delete.
10166 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10167 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10168 * config/i386/i386v4.mh (XDEPFILES): Delete.
10169 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10170 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10171 * config/i386/i386aix.mh (XDEPFILES): Delete.
10172 * config/i386/go32.mh (XDEPFILES): Delete.
10173 * config/i386/cygwin.mh (XDEPFILES): Delete.
10174 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10175 * config/i386/i386mach.mh (XDEPFILES): Delete.
10176 * config/i386/i386v32.mh (XDEPFILES): Delete.
10177 * config/i386/linux.mh (XDEPFILES): Delete.
10178 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10179 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10180 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10181 * config/i386/i386sco.mh (XDEPFILES): Delete.
10182 * config/i386/i386v.mh (XDEPFILES): Delete.
10183 * config/i386/nbsd.mh (XDEPFILES): Delete.
10184 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10185 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10186 * config/i386/symmetry.mh (XDEPFILES): Delete.
10187 * config/i386/obsd.mh (XDEPFILES): Delete.
10188 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10189 * config/ia64/linux.mh (XDEPFILES): Delete.
10190 * config/ia64/aix.mh (XDEPFILES): Delete.
10191 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10192 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10193 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10194 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10195 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10196 * config/m68k/linux.mh (XDEPFILES): Delete.
10197 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10198 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10199 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10200 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10201 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10202 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10203 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10204 * config/m88k/delta88.mh (XDEPFILES): Delete.
10205 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10206 * config/m88k/m88k.mh (XDEPFILES): Delete.
10207 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10208 * config/mips/linux.mh (XDEPFILES): Delete.
10209 * config/mips/irix6.mh (XDEPFILES): Delete.
10210 * config/mips/irix5.mh (XDEPFILES): Delete.
10211 * config/mips/irix4.mh (XDEPFILES): Delete.
10212 * config/mips/irix3.mh (XDEPFILES): Delete.
10213 * config/mips/decstation.mh (XDEPFILES): Delete.
10214 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10215 (NATDEPFILES): Move core-aout.o to here.
10216 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10217 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10218 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10219 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10220 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10221 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10222 * config/pa/hpux11.mh (XDEPFILES): Delete.
10223 * config/powerpc/aix.mh (XDEPFILES): Delete.
10224 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10225 * config/powerpc/linux.mh (XDEPFILES): Delete.
10226 * config/romp/rtbsd.mh: Rename XDEPFILES.
10227 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10228 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10229 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10230 * config/s390/s390.mh (XDEPFILES): Delete.
10231 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10232 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10233 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10234 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10235 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10236 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10237 * config/sparc/linux.mh (XDEPFILES): Delete.
10238 * config/vax/vaxult.mh (XDEPFILES): Delete.
10239 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10240 * Makefile.in (DEPFILES): Remove XDEPFILES.
10241
10242 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10243
10244 * utils.c (internal_verror): Fix comments, default is yes not no.
10245 Update queries to match. Default to quit and dump core.
10246
10247 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10248
10249 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10250 copyright.
10251 * defs.h, event-top.c, gdbcmd.h: Ditto.
10252 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10253 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10254 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10255 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10256 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10257 * mi/mi-main.c:Ditto.
10258
10259 * stack.c, symfile.c: Update copyright.
10260
10261 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10262
10263 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10264 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10265 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10266 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10267
10268 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10269
10270 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10271 * gdbserver/low-lynx.c (myattach): Likewise.
10272 * gdbserver/low-nbsd.c (myattach): Likewise.
10273 * gdbserver/low-sim.c (myattach): Likewise.
10274 * gdbserver/low-sparc.c (myattach): Likewise.
10275 * gdbserver/low-sun3.c (myattach): Likewise.
10276
10277 * gdbserver/low-linux.c (myattach): New function.
10278
10279 * gdbserver/server.c (attach_inferior): New function.
10280 (main): Handle "--attach".
10281
10282 2002-01-16 Andrew Cagney <ac131313@redhat.com>
10283
10284 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10285 maintainer.
10286
10287 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
10288
10289 * c-typeprint.c (is_type_conversion_operator): Add additional
10290 check for non-conversion operators.
10291
10292 2002-01-15 Michael Snyder <msnyder@redhat.com>
10293
10294 * linux-proc.c: Add "info proc" command, a la procfs.c.
10295 (read_mapping): New function, abstract and re-use code.
10296 (linux_find_memory_regions): Use new func read_mapping.
10297 (linux_info_proc_cmd): New function, implement "info proc".
10298 (_initialize_linux_proc): Add new command "info proc".
10299
10300 2002-01-15 Michael Snyder <msnyder@redhat.com>
10301
10302 * symfile.c (generic_load): Use bfd_map_over_sections method
10303 instead of manipulating bfd structure members directly.
10304 (add_section_size_callback): New function, bfd sections callback
10305 used by generic_load.
10306 (load_sections_callback): New function, bfd sections callback
10307 used by generic_load.
10308
10309 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
10310
10311 [Based on work by Jim Blandy]
10312 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10313 (builtin_type_vec128): Export.
10314 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10315 types.
10316 (builtin_type_vec128): New builtin type for 128 bit vector
10317 registers.
10318 (build_gdbtypes): Initialize builtin_type_v16qi and
10319 builtin_type_v8hi. Create the vec128 register builtin type
10320 structure.
10321 (build_builtin_type_vec128): New function.
10322 (_initialize_gdbtypes): Register builtin_type_v16qi and
10323 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10324 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10325 AltiVec register to new builtin type.
10326
10327 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
10328
10329 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10330 to make_cv_type.
10331
10332 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10333
10334 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10335 CLEAN_UP_REGISTER_VALUE.
10336 * regcache.c (supply_register): Update only call.
10337
10338 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10339
10340 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10341 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10342 a29k-*-vxworks* targets as obsolete.
10343
10344 2002-01-14 Michael Snyder <msnyder@redhat.com>
10345
10346 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10347 until we can resolve portability issues.
10348 * gregset.h: Remove references to fpxregs.
10349 * gcore.c (gcore_command): Initialize note_sec to NULL.
10350
10351 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10352
10353 * signals.c (target_signal_to_name): Rewrite. Only use
10354 signals[].name when in bounds and non-NULL.
10355
10356 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10357
10358 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10359 * signals.c (target_signal_to_name): Verify that SIG is within the
10360 bounds of the signals array.
10361
10362 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10363
10364 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10365
10366 2002-01-13 Keith Seitz <keiths@redhat.com>
10367
10368 * stack.c (print_frame_info_base): Print the frame's pc
10369 only if when print_frame_info_listing_hook is not defined.
10370
10371 2002-01-13 Keith Seitz <keiths@redhat.com>
10372
10373 * varobj.c (varobj_set_value): Make sure that there were no
10374 errors evaluating the object before attempting to set its
10375 value.
10376 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10377 so this offset adjustment is no longer necessary.
10378 (create_child): Don't set the error flag if the child is
10379 a CPLUS_FAKE_CHILD.
10380 (value_of_child): If value_fetch_lazy fails, return NULL
10381 so that callers will be notified that an error occurred.
10382 (c_value_of_variable): Delay check of variable's validity
10383 until later. We actually want all structs and unions to have
10384 the value "{...}".
10385 Do not return "???" for variables which could not be evaluated.
10386 This error condition must be returned to the caller so that it
10387 can get the error condition from gdb.
10388 (cplus_name_of_child): Adjust index for vptr before figuring
10389 out the name of the child.
10390 (cplus_value_of_child): If a child's (real) parent is not valid,
10391 don't even bother trying to give a value for it. Just return
10392 an error. Change all instances in this function.
10393 (cplus_type_of_child): If our parent is one of the "fake"
10394 parents, we need to get at the type of the real parent, and
10395 derive the child's true type using this information.
10396
10397 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10398
10399 From 2002-01-09 John Marshall <johnm@falch.net>:
10400 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10401 sources.redhat.com, and tweak some related URLs which had
10402 suffered from linkrot.
10403
10404 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10405
10406 From Jeff law:
10407 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10408 structures passed in registers.
10409
10410 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10411
10412 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10413 white space which prevented compilation. Reported by DSK
10414 <dsk@student.unsw.edu.au>.
10415
10416 2002-01-11 Michael Snyder <msnyder@redhat.com>
10417
10418 * symfile.c (build_section_addr_info_from_section_tab):
10419 Use bfd access method instead of manipulating bfd directly.
10420 (syms_from_objfile): Ditto.
10421 (simple_overlay_update_1): Ditto.
10422 (simple_overlay_update): Ditto.
10423 (generic_load): Ditto.
10424 (overlay_unmapped_address): FIXME comment, bfd access methods.
10425 (sections_overlap): FIXME comment, bfd access methods.
10426 (pc_in_mapped_range): FIXME comment, bfd access methods.
10427 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10428 (section_is_mapped): FIXME comment, bfd access methods.
10429 (section_is_overlay): FIXME comment, bfd access methods.
10430
10431 * symfile.c (generic_load): Whitespace and long line cleanups.
10432 Remove duplicate variable, change several local variables to
10433 more appropriate data types.
10434 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10435
10436 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10437
10438 From Peter Schauer:
10439 * language.c (longest_local_hex_string_custom): Use phex_nz to
10440 convert NUM to a hex string.
10441
10442 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
10443
10444 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10445 the function.
10446 Update Copyright year.
10447
10448 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10449
10450 * language.c (longest_raw_hex_string): Delete unused function.
10451
10452 2002-01-11 Petr Sorfa <petrs@caldera.com>
10453
10454 * MAINTAINERS (write-after-approval): Add myself.
10455 * dwarf2read.c (read_tag_string_type): Handling of
10456 DW_AT_byte_size.
10457 (read_tag_string_type): FORTRAN fix to prevent propagation of
10458 first string size.
10459 (set_cu_language): Handling of DW_LANG_Fortran95
10460
10461 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10462
10463 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10464 GETPID(inferior_ptid).
10465 (store_inferior_registers): Likewise.
10466
10467 2002-01-10 Jason Merrill <jason@redhat.com>
10468
10469 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10470 Fix DW_OP_minus.
10471
10472 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10473
10474 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10475 and bfd/elf32-sh-nbsd.c.
10476
10477 2002-01-10 Michael Snyder <msnyder@redhat.com>
10478
10479 * NEWS: Mention --pid and corefile/proc-id behavior change.
10480
10481 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10482 * gcore.c: Include cli/cli-decode.h instead of command.h.
10483
10484 * main.c (captured_main): Add new command line option "--pid".
10485 If the second command line argument (following the symbol-file)
10486 begins with a digit, try to attach to it before trying to open
10487 it as a corefile.
10488 (print_gdb_help): Document the "--pid" argument.
10489
10490 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10491
10492 * completer.c (command_completer): New function.
10493
10494 * completer.h <command_completer>: Add prototype.
10495
10496 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10497 completer for the "help" command.
10498
10499 2002-01-09 Jason Merrill <jason@redhat.com>
10500
10501 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10502
10503 2002-01-09 Michael Snyder <msnyder@redhat.com>
10504
10505 * i386-linux-nat.c (fill_fpxregset): Make global.
10506 (store_fpxregset): Ditto.
10507
10508 * gregset.h (gdb_fpxregset_t): Define.
10509 (supply_fpxregset): Prototype.
10510 (fill_fpxregset): Prototype.
10511
10512 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10513
10514 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10515
10516 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10517 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10518 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10519
10520 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10521
10522 * MAINTAINERS: Update target maintainer rules so that any
10523 Maintainer can approve a tested patch for a maintenance-only
10524 target.
10525
10526 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10527
10528 * MAINTAINERS (write-after-approval): Add myself.
10529
10530 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10531 IN_SIGTRAMP.
10532
10533 2002-01-08 Michael Snyder <msnyder@redhat.com>
10534
10535 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10536 real name of the executable, rather than the /proc name.
10537
10538 2002-01-03 Michael Snyder <msnyder@redhat.com>
10539
10540 Implement a "generate-core-file" command in gdb, save target state.
10541 * gcore.c: New file. Implement new command 'generate-core-file'.
10542 Save a corefile image of the current state of the inferior.
10543 * linux-proc.c: Add linux-specific code for saving corefiles.
10544 * target.h (struct target_ops): Add new target vectors for saving
10545 corefiles; to_find_memory_regions and to_make_corefile_notes.
10546 (target_find_memory_regions): New macro.
10547 (target_make_corefile_notes): New macro.
10548 * target.c (update_current_target): Inherit new target methods.
10549 (dummy_find_memory_regions): New place-holder method.
10550 (dummy_make_corefile_notes): New place-holder method.
10551 (init_dummy_target): Initialize new dummy target vectors.
10552 * exec.c (exec_set_find_memory_regions): New function.
10553 Allow the exec_ops vector for memory regions to be taken over.
10554 (exec_make_note_section): New function, target vector method.
10555 * defs.h (exec_set_find_memory_regions): Export prototype.
10556 * procfs.c (proc_find_memory_regions): New function, corefile method.
10557 (procfs_make_note_section): New function, corefile method.
10558 (init_procfs_ops): Set new target vector pointers.
10559 (find_memory_regions_callback): New function.
10560 (procfs_do_thread_registers): New function.
10561 (procfs_corefile_thread_callback): New function.
10562 * sol-thread.c (sol_find_memory_regions): New function.
10563 (sol_make_note_section): New function.
10564 (init_sol_thread_ops): Initialize new target vectors.
10565 * inftarg.c (inftarg_set_find_memory_regions): New function.
10566 Allow to_find_memory_regions vector to be taken over.
10567 (inftarg_set_make_corefile_notes): New function.
10568 Allow to_make_corefile_notes vector to be taken over.
10569 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10570 interface layer if not target_has_execution (may be a corefile).
10571 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10572 * config/sparc/sun4sol2.mh: Ditto.
10573 * config/alpha/alpha-linux.mh: Ditto.
10574 * config/arm/linux.mh: Ditto.
10575 * config/i386/x86-64linux.mh: Ditto.
10576 * config/ia64/linux.mh: Ditto.
10577 * config/m68k/linux.mh: Ditto.
10578 * config/mips/linux.mh: Ditto.
10579 * config/powerpc/linux.mh: Ditto.
10580 * config/sparc/linux.mh: Ditto.
10581
10582 2002-01-07 Michael Snyder <msnyder@redhat.com>
10583
10584 * arm-linux-nat.c: Remove references to regcache.c internal data
10585 (registers[] and register_valid[]).
10586
10587 2002-01-07 Michael Snyder <msnyder@redhat.com>
10588
10589 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10590 so that attaching to a pid will automatically read the process's
10591 symbol file and shlibs.
10592 * Makefile.in: Add rule for linux-proc.o.
10593 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10594 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10595 * config/arm/linux.mh: Ditto.
10596 * config/i386/linux.mh: Ditto.
10597 * config/i386/x86-64linux.mh: Ditto.
10598 * config/ia64/linux.mh: Ditto.
10599 * config/m68k/linux.mh: Ditto.
10600 * config/mips/linux.mh: Ditto.
10601 * config/powerpc/linux.mh: Ditto.
10602 * config/sparc/linux.mh: Ditto.
10603
10604 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10605
10606 * win32-nat.c: Add i386-tdep.h dependency.
10607
10608 2002-01-07 Michael Snyder <msnyder@redhat.com>
10609
10610 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10611 instead of bfd_get_arch_size. Don't bail out just because
10612 there's no exec_bfd.
10613
10614 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10615 * p-valprint.c (pascal_object_print_value): Ditto.
10616 * somread.c (som_symtab_read): Ditto.
10617 * symfile.c (simple_free_overlay_region_table): Ditto.
10618 * valops.c (value_assign): Ditto.
10619
10620 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10621 use tilde_expand and strerror for opening save-tracepoints file.
10622
10623 * thread-db.c (thread_db_new_objfile): Indendation fix.
10624
10625 * infptrace.c (GDB_MAX_ALLOCA): New define.
10626 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10627 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10628 can be overridden with whatever value is appropriate to the host).
10629 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10630 alloca to allocate potentially large buffer.
10631 * rs6000-nat.c (child_xfer_memory): Ditto.
10632 * symm-nat.c (child_xfer_memory): Ditto.
10633 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10634
10635 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10636
10637 From Nick Clifton <nickc@redhat.com>
10638 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10639
10640 2002-01-07 Michael Snyder <msnyder@redhat.com>
10641
10642 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10643 Don't use exec_bfd if it's NULL.
10644
10645 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10646
10647 * valops.c (value_arg_coerce): Fix formatting.
10648
10649 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10650
10651 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10652 * gnu-nat.c: Ditto.
10653
10654 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10655
10656 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10657 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10658 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10659 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10660 z8k-coff have not been multi-arched. Update z8k-coff build
10661 status.
10662
10663 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10664
10665 * MAINTAINERS: Mark a29k target as obsolete.
10666 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10667 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10668 comments.
10669 * NEWS: Note that a29k targets are obsolete.
10670 * a29k-tdep.c: Mark as obsolete.
10671 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10672 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10673 a29k-*-vxworks* targets as obsolete.
10674 * remote-adapt.c: Obsolete.
10675 * remote-eb.c: Obsolete.
10676 * remote-mm.c: Obsolete.
10677 * remote-udi.c: Obsolete.
10678 * config/a29k/a29k-udi.mt: Obsolete.
10679 * config/a29k/a29k.mt: Obsolete.
10680 * config/a29k/tm-a29k.h: Obsolete.
10681 * config/a29k/tm-vx29k.h: Obsolete.
10682 * config/a29k/vx29k.mt: Obsolete.
10683
10684 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10685
10686 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10687 with BFD_ENDIAN_BIG.
10688
10689 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10690
10691 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10692 * configure, config.in: Re-generate.
10693 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10694 * defs.h: Do not include <endian.h>.
10695
10696 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10697
10698 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10699 * config.in: Regenerate.
10700 * configure.in: Update copyright years.
10701 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10702 * configure: Regenerate.
10703 * i386bsd-nat.c: Update copyright years.
10704 (fill_gregset): Use regcache_collect.
10705 (fetch_inferior_registers): Only fetch integer registers
10706 if requested to do so. Add support for XMM registers
10707 using PT_GETXMMREGS.
10708 (store_inferior_registers): Only store integer registers
10709 if requested to do so. Add support for XMM registers
10710 using PT_SETXMMREGS.
10711 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10712 (store_inferior_registers): Remove.
10713 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10714 (fetch_elfcore_registers): New function.
10715 (i386nbsd_elfcore_fns): New.
10716 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10717 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10718 i386bsd-nat.o.
10719 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10720 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10721 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10722 * config/i386/tm-nbsd.h: Update copyright years.
10723 (HAVE_SSE_REGS): Define.
10724 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10725 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10726 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10727 (SIGCONTEXT_PC_OFFSET): Remove.
10728 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10729
10730 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10731
10732 * configure.tgt: Remove powerpc-*-macos* target.
10733 * config/m68k/xm-mpw.h: Delete file.
10734 * config/xm-mpw.h: Delete file.
10735 * ser-mac.c: Delete file.
10736 * mpw-make.sed: Delete file.
10737 * mpw-config.in: Delete file.
10738 * mac-xdep.c: Delete file.
10739 * mac-gdb.r: Delete file.
10740 * mac-defs.h: Delete file.
10741 * mac-nat.c: Delete file.
10742 * config/powerpc/macos.mh: Delete file.
10743 * config/powerpc/macos.mt: Delete file.
10744 * config/powerpc/nm-macos.h: Delete file.
10745 * config/powerpc/tm-macos.h: Delete file.
10746 * source.c (openp, open_source_file): Remove obsolete code.
10747 * top.c (gdb_readline): Ditto.
10748 * utils.c (query): Ditto.
10749 * event-top.c (display_gdb_prompt): Ditto.
10750 * Makefile.in (ser-mac.o): Delete obsolete target.
10751 * NEWS: Update.
10752
10753 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10754
10755 * defs.h (BIG_ENDIAN): Delete macro definition.
10756 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10757 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10758 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10759 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10760 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10761 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10762 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10763 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10764 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10765 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10766 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10767 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10768 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10769 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10770 * gdbarch.c: Re-generate.
10771
10772 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10773
10774 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10775 for core files.
10776
10777 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10778
10779 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10780
10781 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10782
10783 * value.h (value_ptr): Delete typedef.
10784
10785 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10786
10787 * i386nbsd-nat.c: Update copyright years.
10788 Include i386-tdep.h.
10789
10790 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10791
10792 * stabsread.c: Update copyright years.
10793
10794 From Debashis Mahata <debashis.mahata@wipro.com>:
10795 (read_struct_fields): Deal with Sun C compiler erroneous stab
10796 output for structs and unions.
10797 Fix PR gdb/269.
10798
10799 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10800
10801 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10802 prototype.
10803
10804 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10805
10806 * cp-abi.c: Fix whitespace.
10807 (baseclass_offset): New wrapper function.
10808 * cp-abi.h (baseclass_offset): Add prototype.
10809 (struct cp_abi_ops): Add baseclass_offset pointer.
10810
10811 * valops.c (vb_match): Move to...
10812 * gnu-v2-abi.c (vb_match): here.
10813 * valops.c (baseclass_offset): Move to...
10814 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10815
10816 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10817
10818 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10819 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10820 * hpacc-abi.c (init_hpacc_ops): Likewise.
10821
10822 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10823
10824 * valops.c (find_overload_match): Accept obj as a
10825 reference parameter. Update it before returning.
10826 * value.h (find_overload_match): Update prototype.
10827 * eval.c (evaluate_subexp_standard): Pass object to
10828 find_overload_match by reference.
10829
10830 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10831
10832 * valarith.c: Replace value_ptr with struct value pointer. Remove
10833 register attribute from value declarations.
10834 * valops.c: Ditto.
10835 * value.h: Ditto.
10836 * scm-lang.c (scm_lookup_name): Ditto.
10837
10838 2002-01-03 Michael Snyder <msnyder@redhat.com>
10839
10840 Abstract the functionality of iterating over mapped memory
10841 regions into a general purpose iterator function.
10842 * procfs.c (iterate_over_mappings): New function, general purpose
10843 iterator for memory sections.
10844 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10845 (solib_mappings_callback): New function, callback for above.
10846 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10847 (info_mappings_callback): New function, callback for above.
10848
10849 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10850
10851 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10852
10853 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10854 * i386-tdep.c: Include "elf-bfd.h".
10855 (process_note_abi_tag_sections): New function.
10856 (i386_gdbarch_init): Add code to recognize various OS/ABI
10857 combinations.
10858
10859 * maint.c (_initialize_maint_cmds): Add missing \ in
10860 string-literal.
10861
10862 For older changes see ChangeLog-2001
10863 \f
10864 Local Variables:
10865 mode: change-log
10866 left-margin: 8
10867 fill-column: 74
10868 version-control: never
10869 End: