2002-08-26 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2
3 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
4 if arm_apcs_32 is false.
5
6 2002-09-03 Theodore A. Roth <troth@verinet.com>
7
8 * gdb/avr-tdep.c (avr_gdbarch_init): Use
9 generic_unwind_get_saved_register.
10
11 2002-09-03 David Carlton <carlton@math.stanford.edu>
12
13 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
14 argument (PR gdb/653). Update call to smash_to_method_type.
15 (read_structure_scope): Update call to dwarf2_add_member_fn.
16
17 2002-09-03 Michal Ludvig <mludvig@suse.cz>
18
19 * x86-64-linux-tdep.c: Include gdb_string.h
20 * x86-64-linux-nat.c: Ditto.
21
22 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
23
24 * ada-exp.y (yyname, yyrule): Remap global variables that appear
25 when YYDEBUG is set to 1.
26 * c-exp.y: Likewise.
27 * f-exp.y: Likewise.
28 * jv-exp.y: Likewise.
29 * m2-exp.y: Likewise.
30 * p-exp.y: Likewise.
31
32 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
33
34 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
35 dependency list.
36 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
37 solib_svr4_fetch_link_map_offsets to
38 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
39 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
40 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
41 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
42 solib-svr4.o, and solib-legacy.o.
43 * config/i386/tm-nbsd.h: Include solib.h.
44
45 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
46
47 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
48 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
49 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
50 comment noting that this needs its own target configuration.
51 * config/i386/nbsd.mt: New file.
52 * config/i386/nbsdaout.mt: Remove.
53 * config/i386/nbsdelf.mt: Ditto.
54 * config/i386/tm-nbsdaout.h: Ditto.
55
56 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
57
58 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
59 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
60 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
61 tdep->sigtramp_end.
62 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
63 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
64 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
65
66 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
67
68 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
69 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
70 * i386-tdep.h (i386bsd_init_abi): New prototype.
71 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
72 function declaration.
73 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
74 for NetBSD-a.out or NetBSD-ELF.
75 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
76 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
77 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
78 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
79 and nbsd-tdep.h.
80 (i386nbsd_pc_in_sigtramp): New function.
81 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
82 i386nbsd_pc_in_sigtramp.
83 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
84 and i386nbsdelf_init_abi OS ABI handlers.
85 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
86 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
87
88 2002-09-02 Mark Kettenis <kettenis@gnu.org>
89
90 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
91 registers if the target really has them.
92
93 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
94
95 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
96 than nbsd-tdep.h.
97
98 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
99
100 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
101 list.
102 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
103 (alphanbsd_skip_sigtramp_frame): New functions.
104 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
105 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
106 to alphanbsd_sigcontext_addr.
107
108 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
109
110 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
111 list.
112 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
113 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
114 nbsd_pc_in_sigtramp.
115 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
116 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
117 * nbsd-tdep.c: Include gdb_string.h.
118 (nbsd_pc_in_sigtramp): New function.
119 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
120 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
121 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
122 ppcnbsd_pc_in_sigtramp.
123 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
124 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
125 shnbsd_pc_in_sigtramp.
126 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
127 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
128 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
129
130 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
131
132 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
133 watchpoints to NULL.
134 (insert_breakpoints): set val field of watchpoints if NULL.
135
136
137 2002-08-29 Jim Blandy <jimb@redhat.com>
138
139 * symtab.c (lookup_symbol_aux): In the cases where we find a
140 minimal symbol of an appropriate name and use its address to
141 select a symtab to read and search, use `name' (as passed to us)
142 as the demangled name when searching the symtab's global and
143 static blocks, not the minsym's name.
144
145 2002-08-29 Keith Seitz <keiths@redhat.com>
146
147 * stack.c (print_frame_info_base): Always set current_source_symtab
148 and current_source_line.
149
150 2002-08-29 Donn Terry <donnte@microsoft.com>
151
152 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
153
154 2002-08-28 Keith Seitz <keiths@redhat.com>
155
156 * stack.c (select_frame): Add FIXME concerning selected-frame
157 events.
158 (select_frame_command): Send selected-frame-level-changed
159 event notification, but only if the level actually changed.
160 (up_silently_base): Add selected-frame-level-changed event
161 notification.
162 (down_silently_base): Likewise.
163
164 2002-08-28 Andrew Cagney <ac131313@redhat.com>
165
166 * Makefile.in: Update dependencies for all gdb/*.c files.
167
168 2002-08-27 Tom Tromey <tromey@redhat.com>
169
170 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
171 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
172 Update dependencies.
173 * i387-tdep.c: Include gdb_string.h.
174 * osabi.c: Likewise.
175 * i386-linux-nat.c: Likewise.
176 * lin-lwp.c: Likewise.
177 * ax-gdb.c: Likewise.
178 * signals/signals.c: Likewise.
179 * jv-valprint.c: Likewise.
180 * p-lang.c: Likewise.
181 * c-valprint.c: Likewise.
182 * cp-abi.c: Likewise.
183
184 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
185
186 * cli/cli-script.h (copy_command_lines): Export.
187 * breakpoint.c: Include cli/cli-script.h.
188 * Makefile.in (breakpoint.o): Update dependencies.
189
190 2002-08-26 Michael Snyder <msnyder@redhat.com>
191
192 * breakpoint.c (insert_breakpoints): Protect all references
193 to 'process_warning'. Shorten long lines.
194
195 2002-08-26 Joel Brobecker <brobecker@gnat.com>
196
197 * cli/cli-script.c (copy_command_lines): New function.
198 * defs.h (copy_command_lines): Export.
199 * testsuite/gdb.base/commands.exp: New tests for commands
200 attached to a temporary breakpoint, and for commands that
201 delete the breakpoint they are attached to.
202
203 2002-08-26 Michael Snyder <msnyder@redhat.com>
204
205 * breakpoint.c (bpstat_stop_status): Instead of copying the
206 pointer to the breakpoint commands struct, make a new copy
207 of the struct and point to that.
208 (bpstat_clear): Free the commands struct.
209 (bpstat_clear_actions): Free the commands struct.
210 (bpstat_do_actions): Free the command actions. Also execute
211 the local cleanups, instead of deleting them.
212 (delete_breakpoint): Leave the commands field of the bpstat
213 chain alone -- it will be freed later.
214
215 2002-08-26 Kevin Buettner <kevinb@redhat.com>
216
217 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
218 deleted in 2002-08-20 commit. This function is still used by
219 ppc-linux-nat.c.
220
221 2002-08-26 Keith Seitz <keiths@redhat.com>
222
223 * gdb-events.sh: Add selected-frame-level-changed event.
224 * gdb-events.c: Regenerated.
225 * gdb-events.h: Regenerated.
226
227 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
228
229 Fix PR gdb/393:
230 * inflow.c (terminal_save_ours): New function to save terminal
231 settings.
232 * inferior.h (terminal_save_ours): Declare.
233 * target.c (debug_to_terminal_save_ours): New function.
234 (cleanup_target): Defaults to_terminal_save_ours.
235 (update_current_target): Inherit to_terminal_save_ours.
236 (setup_target_debug): Set to_terminal_save_ours.
237 * target.h (target_terminal_save_ours): New to save terminal settings.
238 (target_ops): New member to_terminal_save_ours.
239 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
240 * hpux-thread.c (init_hpux_thread_ops): Likewise.
241 * inftarg.c (init_child_ops): Likewise.
242 * m3-nat.c (init_m3_ops): Likewise.
243 * procfs.c (init_procfs_ops): Likewise.
244 * wince.c (init_child_ops): Likewise.
245 * win32-nat.c (init_child_ops): Likewise.
246 * sol-thread.c (init_sol_thread_ops): Likewise.
247
248 2002-08-26 Mark Kettenis <kettenis@gnu.org>
249
250 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
251 use regcache_* functions.
252 (i386_gdbarch_init): Set store_return_value instead of
253 deprecated_store_return_value.
254
255 * regcache.c (regcache_raw_write_signed,
256 regcache_raw_write_unsigned): New functions.
257 * regcache.h (regcache_raw_write_signed,
258 regcache_raw_write_unsigned): New prototypes.
259
260 2002-08-25 Andrew Cagney <ac131313@redhat.com>
261
262 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
263 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
264 source file dependencies. Cleanup corresponding generator rules.
265
266 2002-08-25 Andrew Cagney <ac131313@redhat.com>
267
268 * regcache.h (register_offset_hack): Declare.
269 (regcache_cooked_read_using_offset_hack): Declare.
270 (regcache_cooked_write_using_offset_hack): Declare.
271
272 * regcache.c (register_offset_hack): New function.
273 (regcache_cooked_read_using_offset_hack): New function.
274 (regcache_cooked_write_using_offset_hack): New function.
275 (regcache_dump): Check that the registers, according to their
276 offset, are packed hard against each other.
277 (cooked_xfer_using_offset_hack): New function.
278
279 2002-08-25 Andrew Cagney <ac131313@redhat.com>
280
281 * regcache.c (struct regcache_descr): Add field register_type.
282 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
283 in as a parameter
284 (init_regcache_descr): Initialize register_type. Pass the descr
285 to init_legacy_regcache_descr. Use register_type instead of
286 REGISTER_VIRTUAL_TYPE.
287 (register_type): New function.
288 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
289 * regcache.h (register_type): Declare.
290
291 2002-08-25 Andrew Cagney <ac131313@redhat.com>
292
293 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
294 instead of deprecated_store_return_value. Fix fallout from
295 2002-08-23 Andrew Cagney <cagney@redhat.com>.
296
297 2002-08-25 Andrew Cagney <ac131313@redhat.com>
298
299 * regcache.c (max_register_size): New function.
300 (init_legacy_regcache_descr): Ensure that max_register_size is
301 large enough for REGISTER_VIRTUAL_SIZE.
302 * regcache.h (max_register_size): Declare.
303
304 2002-08-24 Andrew Cagney <ac131313@redhat.com>
305
306 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
307 store_return_value.
308 (e500_extract_return_value): Change type of valbuf pointer to
309 void.
310
311 2002-08-24 Mark Kettenis <kettenis@gnu.org>
312
313 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
314 workaround.
315
316 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
317 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
318 long long) to prevent compiler warning on 64-bit systems.
319
320 2002-08-23 Andrew Cagney <cagney@redhat.com>
321
322 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
323 (DEPRECATED_STORE_RETURN_VALUE): New method.
324 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
325 * gdbarch.h, gdbarch.c: Re-generate.
326
327 * values.c (set_return_value): Pass current_regcache to
328 STORE_RETURN_VALUE.
329 * arch-utils.h (legacy_store_return_value): Declare.
330 * arch-utils.c (legacy_store_return_value): New function.
331 (legacy_extract_return_value): Update parameters.
332
333 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
334 STORE_RETURN_VALUE.
335 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
336 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
337 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
338 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
339 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
340 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
341 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
342 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
343 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
344 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
345
346 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
347 * i386-tdep.c (i386_extract_return_value): Update.
348 * arch-utils.c (legacy_extract_return_value): Update.
349 * frv-tdep.c (frv_gdbarch_init): Update.
350 * cris-tdep.c (cris_gdbarch_init): Update.
351 * d10v-tdep.c (d10v_gdbarch_init): Update.
352 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
353 * m68k-tdep.c (m68k_gdbarch_init): Update.
354 * mcore-tdep.c (mcore_gdbarch_init): Update.
355 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
356 * s390-tdep.c (s390_gdbarch_init): Update.
357 * sparc-tdep.c (sparc_gdbarch_init): Update.
358 * sh-tdep.c (sh_gdbarch_init): Update.
359 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
360 * v850-tdep.c (v850_gdbarch_init): Update.
361 * avr-tdep.c (avr_gdbarch_init): Update.
362 * ia64-tdep.c (ia64_gdbarch_init): Update.
363 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
364 * vax-tdep.c (vax_gdbarch_init): Update.
365 * alpha-tdep.c (alpha_gdbarch_init): Update.
366 * arm-tdep.c (arm_gdbarch_init): Update.
367 * mips-tdep.c (mips_gdbarch_init): Update.
368 * i386-tdep.c (i386_gdbarch_init): Update.
369
370 2002-08-23 Andrew Cagney <ac131313@redhat.com>
371
372 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
373 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
374
375 2002-08-24 Mark Kettenis <kettenis@gnu.org>
376
377 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
378 problems.
379
380 2002-08-23 Joel Brobecker <brobecker@gnat.com>
381
382 * infrun.c (handle_inferior_event): Move a comment outside of a
383 function call, in order to avoid indent reformatting this part
384 of the code in an unreadable way.
385
386 2002-08-23 Grace Sainsbury <graces@redhat.com>
387
388 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
389 when breakpoints fail. Move general breakpoint error messages to
390 insert_breakpoints.
391 * breakpoint.c (insert_breakpoints): Change warnings when
392 breakpoints are nto inserted to specify the type. Remove call to
393 memory_error when hardware breakpoints can't be inserted. Remove
394 multiple calls to warning so all messages are sent to the user at
395 once.
396 (delete_breakpoints): Make insert error messsages more explicit.
397
398 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
399
400 * ChangeLog: Move gdbserver entries after GDB 5.2 to
401 gdbserver/ChangeLog.
402
403 2002-08-23 Mark Kettenis <kettenis@gnu.org>
404
405 * i386-tdep.c: Include "objfiles.h".
406 (i386_svr4_init_abi): Set in_solib_call_trampoline and
407 skip_trampoline_code.
408 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
409 (CPLUS_MARKER): Define to '.'.
410
411 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
412 member.
413 (linux_corefile_thread_callback): Increase args->num_notes.
414 (linux_make_note_section): Initialize thread_args.num_notes, and
415 use it to determine whether notes for any threads were created.
416
417 2002-08-23 Donn Terry <donnte@microsoft.com>
418
419 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
420 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
421 and PCUNKILL.
422 (write_with_trace): Conditionalize out the switch branch handling
423 PCSHOLD if the corresponding macro is not defined. Likewise for
424 PRSABORT and PRSTOP.
425 This change will be needed by the Interix port.
426
427 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
428
429 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
430 write_register wherever possible instead of manipulating the
431 register bytes directly.
432 Assign VALUE_CONTENTS to a variable and use that.
433 The GPR numbers are now dependent on the architecture.
434
435 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
436
437 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
438 ev_offset fields.
439 (skip_prologue): Add support for BookE/e500 instructions.
440 (e500_extract_return_value): New function.
441 (frame_get_saved_regs): Add support for saving ev registers and
442 pseudo gpr's.
443 (e500_store_return_value): New function.
444 (rs6000_gdbarch_init): Move up default intializations of
445 deprecated_extract_return_value and store_return_value. Overwrite
446 init of store_return_value with e500 specific version.
447 Set extract_return_value for e500.
448
449 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
450
451 * blockframe.c (generic_call_dummy_register_unwind): Use
452 regcache_cooked_read to catch cases in which the variable is
453 stored in a pseudo register.
454
455 2002-08-22 Andrew Cagney <cagney@redhat.com>
456
457 * NEWS: Mention that the i960 has been made obsolete.
458 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
459 i960-tdep.c
460 (remote-nrom.o): Obsolete target.
461 (remote-nindy.o, i960-tdep.o): Ditto.
462 * remote-nrom.c: Make file obsolete.
463 * remote-nindy.c, remote-vx960.c: Ditto.
464 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
465 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
466 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
467 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
468 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
469 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
470 i960-*-vxworks* obsolete.
471 * MAINTAINERS: Note that the i960 is obsolete.
472
473 2002-08-21 Corinna Vinschen <vinschen@redhat.com
474
475 * aix-thread.c (aix_thread_detach): Disable thread debugging on
476 detach to allow reinitialization.
477
478 2002-08-22 Andrew Cagney <ac131313@redhat.com>
479
480 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
481 attempt).
482
483 2002-08-22 Jim Blandy <jimb@redhat.com>
484
485 * coffread.c (coff_symfile_read): Don't try to read the line
486 number table from disk if the image file doesn't have a symbol
487 table; we'll never actually look at the info anyway, and Windows
488 ships DLL's with bogus file offsets for the line number data.
489
490 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
491
492 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
493 an e500 executable.
494
495 2002-08-21 Michael Snyder <msnyder@redhat.com>
496
497 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
498 (MSYMBOL_SIZE): Replace macro with function.
499 (DEFAULT_MIPS_TYPE): Delete unused macro.
500 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
501 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
502
503 2002-08-21 Jim Blandy <jimb@redhat.com>
504
505 * valops.c (value_cast): Simplify and correct logic for doing a
506 static cast from a pointer to a base class to a pointer to a
507 derived class.
508
509 2002-08-21 Andrew Cagney <ac131313@redhat.com>
510
511 * infcmd.c (default_print_registers_info): Replace
512 do_registers_info.
513 (registers_info): Use gdbarch_print_registers_info instead of
514 DO_REGISTERS_INFO.
515 * inferior.h (default_print_registers_info): Replace
516 do_registers_info.
517 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
518 (DO_REGISTERS_INFO): Change to a predicate function.
519 * gdbarch.h, gdbarch.c: Regenerate.
520
521 2002-08-21 Keith Seitz <keiths@redhat.com>
522
523 * gdb-events.sh: Add target-changed event.
524 * gdb-events.c: Regenerated.
525 * gdb-events.c: Regenerated.
526 * valops.c (value_assign): Add target-changed event notification
527 to inlval_register, lval_memory, and lval_reg_frame_relative.
528
529 2002-08-21 Joel Brobecker <brobecker@gnat.com>
530
531 * NEWS: Add an entry regarding the improvement of the next/step
532 operation on Alpha Tru64 multi-processor machines.
533
534 2002-08-21 Andrew Cagney <ac131313@redhat.com>
535
536 * Makefile.in: Update dependencies for mi/ cli/ and tui/
537 directores.
538 * Makefile.in: Update all _h macro definitions.
539 * Makefile.in (install-gdbtk): Move to install section.
540 (rdi-share/libangsd.a): Move to end of file.
541
542 2002-08-19 Andrew Cagney <ac131313@redhat.com>
543
544 * frame.c (frame_register_unwind): When a register, set addrp to
545 the register's byte.
546
547 2002-08-20 Michael Snyder <msnyder@redhat.com>
548
549 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
550 used locally, so move them from the target machine header to here.
551 (mips_set_processor_type, mips_register_name, mips32_next_pc,
552 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
553 Make static.
554 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
555
556 2002-08-20 Andrew Cagney <cagney@redhat.com>
557
558 * NEWS: Mention that the Apollo line was made obsolete.
559 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
560 m68*-hp-hpux* obsolete.
561 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
562 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
563 * buildsym.c (make_blockvector): Make static.
564 * buildsym.h (make_blockvector): Make extern declaration obsolete.
565 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
566 (ALLDEPFILES): Remove dstread.c.
567 (dstread.o): Obsolete make rule.
568 * dstread.c: Makefile obsolete.
569 * dst.h: Ditto.
570 * config/m68k/hp300hpux.mt: Ditto.
571 * config/m68k/hp300hpux.mh: Ditto.
572 * config/m68k/hp300bsd.mt: Ditto.
573 * config/m68k/hp300bsd.mh: Ditto.
574 * config/m68k/apollo68b.mt: Ditto.
575 * config/m68k/apollo68v.mh: Ditto.
576 * config/m68k/apollo68b.mh: Ditto.
577
578 2002-08-20 Michael Snyder <msnyder@redhat.com>
579
580 * mips-tdep.c (mips_in_return_stub): Make static.
581 (mips_gdbarch_init): Set in_solib_return_trampoline.
582 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
583
584 2002-08-20 Michael Snyder <msnyder@redhat.com>
585
586 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
587 * gdbarch.c, gdbarch.h: Regenerate.
588 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
589 Add.
590 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
591
592 2002-08-20 Michael Snyder <msnyder@redhat.com>
593
594 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
595 (mips_gdbarch_init): Set skip_trampoline_code,
596 in_solib_call_trampoline.
597 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
598 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
599
600 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
601
602 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
603
604 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
605 vector type for ev registers.
606 (e500_pseudo_register_read): New function.
607 (e500_pseudo_register_write): New function.
608 (e500_dwarf2_reg_to_regnum): New function.
609 (PPC_UISA_NOFP_SPRS): New macro.
610 (PPC_EV_REGS): New macro.
611 (PPC_GPRS_PSEUDO_REGS): New macro.
612 (registers_e500): New register set for e500.
613 (variants): Add e500 variant.
614 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
615 before setting architectural dependent variations. Initialize ev
616 registers numbers. Add case for e500 architecture. Set the
617 number of pseudo registers.
618
619 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
620
621 * rs6000-tdep.c: Clean up comments.
622
623 2002-08-20 Andrew Cagney <cagney@redhat.com>
624
625 * h8300-tdep.c: Re-indent file.
626
627 2002-08-20 Jim Blandy <jimb@redhat.com>
628
629 * Makefile.in (LDFLAGS): Allow the configure script to establish a
630 default for this.
631
632 2002-08-20 Keith Seitz <keiths@redhat.com>
633
634 * breakpoints.c (watch_command_1): Use internal breakpoint
635 when setting a watchpoint_scope breakpoint.
636
637 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
638
639 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
640 (build_builtin_type_vec64i): Ditto.
641 (build_builtin_type_vec128): Ditto.
642 (build_builtin_type_vec128i): Ditto.
643
644 2002-08-19 Michael Snyder <msnyder@redhat.com>
645
646 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
647 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
648 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
649 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
650 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
651 CALL_DUMMY_ADDRESS): Delete.
652 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
653 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
654 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
655 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
656 push_return_address.
657 (mips_register_raw_size, mips_eabi_use_struct_convention,
658 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
659 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
660 mips_init_extra_frame_info, mips_eabi_push_arguments,
661 mips_n32n64_push_arguments, mips_push_return_address,
662 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
663 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
664
665 2002-08-19 Michael Snyder <msnyder@redhat.com>
666
667 * mips-tdep.c (mips_frame_num_args): New function.
668 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
669 frame_saved_pc, frame_args_address, frame_locals_address,
670 frame_num_args, and frame_args_skip.
671 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
672 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
673 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
674 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
675
676 2002-08-20 Michael Snyder <msnyder@redhat.com>
677
678 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
679 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
680 * mips-tdep.c (mips_store_struct_return): New function.
681 (mips_extract_struct_value_address): New function.
682 (mips_gdbarch_init): Set store_struct_return and
683 extract_struct_value_address.
684
685 2002-08-20 David Carlton <carlton@math.stanford.edu>
686
687 * dwarf2read.c (dwarf2_build_psymtabs): Check that
688 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
689 (read_file_scope): Check that line_header is nonzero before
690 decoding macro information.
691
692 2002-08-20 Mark Kettenis <kettenis@gnu.org>
693
694 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
695 flag the general-purpose registers as floating-point on targets
696 that don't support the floating-point registers.
697
698 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
699
700 * rs6000-tdep.c (altivec_register_p): Delete.
701 (rs6000_do_altivec_registers): Delete.
702 (rs6000_altivec_registers_info): Delete.
703 (rs6000_do_registers_info): Delete.
704 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
705 (rs6000_gdbarch_init): Remove setting of do_registers_info.
706
707 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
708
709 * infcmd.c (do_registers_info): Print vector registers in hex
710 format only.
711 (print_vector_info): Check that printing registers
712 makes sense.
713 (print_float_info): Ditto.
714
715 2002-08-20 Andrew Cagney <ac131313@redhat.com>
716
717 * mips-tdep.c (mips_gdbarch_init): Update.
718 (mips_o32_extract_return_value): Rewrite.
719 (mips_o32_store_return_value): Rewrite.
720 (mips_o32_xfer_return_value): New function.
721 (mips_xfer_register): Tweak debug print message. Allow for
722 buf_offset when dumping the value transfered.
723
724 2002-08-20 Andrew Cagney <ac131313@redhat.com>
725
726 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
727 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
728 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
729 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
730 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
731
732 2002-08-14 Michael Snyder <msnyder@redhat.com>
733
734 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
735
736 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
737
738 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
739 register.
740 (P): New macro to define a register as a pseudo register.
741 (R, R4, R8, R16, FR32, R64, R0): Updated.
742 (struct variant): Add new fields for number of pseudo registers
743 and number of total registers.
744 (tot_num_registers): New macro replacing....
745 (num_registers): ...deleted macro.
746 (num_registers): New function.
747 (num_pseudo_registers): New function.
748 (variants): Update all variants to intialize new fields correctly.
749 Postpone initialization of number of pseudo regs and real regs.
750 (init_variants): New function.
751 (rs6000_gdbarch_init): Initialize variants. Update calculation of
752 registers offsets.
753
754 2002-08-19 David Carlton <carlton@math.stanford.edu>
755
756 * valops.c (search_struct_field): Change error message to treat
757 return value of 0 from value_static_field as meaning that field is
758 optimized out.
759 (value_struct_elt_for_reference): Ditto.
760 * values.c (value_static_field): Treat an unresolved location the
761 same as a nonexistent symbol. Fix PR gdb/635.
762 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
763 enclosed. Fix PR gdb/574.
764 * MAINTAINERS: Add self to Write After Approval list.
765
766 2002-08-19 Andrew Cagney <ac131313@redhat.com>
767
768 * mips-tdep.c (mips_xfer_register): New function.
769 (mips_n32n64_extract_return_value): Rewrite.
770 (mips_gdbarch_init): For N32 and N64, set extract_return_value
771 instead of deprecated_extract_return_value.
772
773 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
774
775 * rs6000-tdep.c (TDEP): Delete macro.
776 (branch_dest): Replace use of TDEP macro with its body.
777 (rs6000_pop_frame): Ditto.
778 (rs6000_push_arguments): Ditto.
779 (rs6000_skip_trampoline_code): Ditto.
780 (rs6000_frame_saved_pc): Ditto.
781 (rs6000_frame_chain): Ditto.
782 (rs6000_register_name): Ditto.
783 (rs6000_register_byte): Ditto.
784 (rs6000_register_raw_size): Ditto.
785 (rs6000_register_virtual_type): Ditto.
786 (rs6000_register_convertible): Ditto.
787 (rs6000_convert_from_func_ptr_addr): Ditto.
788
789 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
790
791 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
792 conditionally.
793 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
794 MIPS_LINUX_JB_ELEMENT_SIZE.
795 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
796 for MAX_REGISTER_RAW_SIZE arrays.
797 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
798 MIPS_LINUX_JB_ELEMENT_SIZE.
799
800 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
801
802 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
803
804 2002-08-19 Aidan Skinner <aidan@velvet.net>
805
806 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
807 ada-valprint.c ada-tasks.c.
808 (YYFILES): Add ada-exp.y.
809 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
810 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
811 (ada-exp.tab.o): New target.
812
813 2002-08-18 Andrew Cagney <ac131313@redhat.com>
814
815 * regcache.c (regcache_xfer_part): New function.
816 (regcache_raw_read_part): New function.
817 (regcache_raw_write_part): New function.
818 (regcache_cooked_read_part): New function.
819 (regcache_cooked_write_part): New function.
820 * regcache.h (regcache_raw_read_part): Declare.
821 (regcache_raw_write_part): Declare.
822 (regcache_cooked_read_part): Declare.
823 (regcache_cooked_write_part): Declare.
824
825 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
826
827 * remote.c (remote_open_1): Add async_p.
828 (remote_async_open_1): Delete.
829 (open_remote_target): Delete.
830 (remote_open, extended_remote_open): Update calls to remote_open_1.
831 (remote_async_open, extended_remote_async_open): Call
832 remote_open_1 instead of remote_async_open_1.
833
834 2002-08-19 Mark Kettenis <kettenis@gnu.org>
835
836 * blockframe.c: Fix a few coding standard violations.
837
838 2002-08-19 Mark Kettenis <kettenis@gnu.org>
839
840 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
841 here from ...
842 * config/i386/tm-i386sco5.h: ... here. File removed.
843 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
844
845 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
846 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
847 (TM_FILE): Set to tm-i386.h.
848 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
849 * config/i386/tm-i386v.h: Remove file.
850 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
851 instead of "i386/tm-i386v.h".
852 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
853 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
854 "i386/tm-i386v.h".
855 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
856 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
857 "i386/tm-i386.h".
858
859 2002-08-18 Mark Kettenis <kettenis@gnu.org>
860
861 * config/i386/nm-i386v.h: Add protection against
862 multiple-inclusion.
863 (i386_register_u_addr): Remove prototype.
864 (register_u_addr): New prototype.
865 (REGISTER_U_ADDR): Redefine accordingly.
866 * i386v-nat.c: Improve several comments.
867 (i386_register_u_addr): Change signature and rename to
868 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
869 ubase variable.
870
871 2002-08-18 Andrew Cagney <ac131313@redhat.com>
872
873 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
874 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
875 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
876 deprecated_extract_return_value.
877 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
878 rename mips_o32o64_push_arguments.
879 (mips_gdbarch_init): Update.
880 (mips_extract_return_value): Delete.
881 (mips_o32_extract_return_value): Clone mips_extract_return_value.
882 (mips_o64_extract_return_value): Clone mips_extract_return_value.
883 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
884 (mips_n32n64_extract_return_value): Clone
885 mips_extract_return_value.
886 (mips_store_return_value): Delete.
887 (mips_o32_store_return_value): Clone mips_store_return_value.
888 (mips_o64_store_return_value): Clone mips_store_return_value.
889 (mips_eabi_store_return_value): Clone mips_store_return_value.
890 (mips_n32n64_store_return_value): Clone mips_store_return_value.
891
892 2002-08-18 Aidan Skinner <aidan@velvet.net>
893
894 * ada-lang.c: Use gdb_string.h instead of <string.h>.
895 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
896
897 2002-08-18 Aidan Skinner <aidan@velvet.net>
898
899 * ada-lang.c: Run through gdb_indent.sh.
900 * ada-lang.h: Run through gdb_indent.sh.
901 * ada-tasks.c: Run through gdb_indent.sh.
902 * ada-typeprint.c: Run through gdb_indent.sh.
903 * ada-valprint.c: Run through gdb_indent.sh.
904
905 2002-08-18 Andrew Cagney <ac131313@redhat.com>
906
907 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
908 ABI.
909
910 2002-08-18 Mark Kettenis <kettenis@gnu.org>
911
912 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
913
914 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
915 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
916
917 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
918 write_register_gen instead of write_register_bytes.
919
920 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
921 i[3456]-*-osf1mk* configurations have been made obsolete.
922 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
923 i[3456]86-*-osf1mk* hosts obsolete.
924 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
925 targets obsolete.
926 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
927 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
928 config/i386/i386m3.mt, config/i386/nm-m3.h,
929 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
930 config/i386/i386mk.mh, config/i386/i386mk.mt,
931 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
932 obsolete.
933 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
934 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
935 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
936
937 2002-08-18 Andrew Cagney <ac131313@redhat.com>
938
939 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
940 (hppa_value_returned_from_stack): Declare.
941 (hppa_extract_return_value): Declare.
942 * config/pa/hppa.mt: New file.
943 * configure.tgt: Recognize hppa*-*-*.
944 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
945
946 2002-08-18 Mark Kettenis <kettenis@gnu.org>
947
948 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
949 comment.
950
951 2002-08-17 Mark Kettenis <kettenis@gnu.org>
952
953 * top.c (gdb_rl_operate_and_get_next): Make sure
954 operate-and-get-next functions correctly even when the history
955 list is completely filled.
956
957 2002-08-18 Andrew Cagney <ac131313@redhat.com>
958
959 * MAINTAINERS (Target Instruction Set Architectures): Rename
960 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
961 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
962 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
963 already listed under Host/Native.
964
965 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
966 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
967 mips*-*-*.
968
969 2002-08-17 Andrew Cagney <ac131313@redhat.com>
970
971 * config/ia64/ia64.mt: New file.
972 * config/alpha/alpha.mt: New file.
973 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
974 ia64-linux-gnu. Mention that ia64-elf is broken.
975 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
976
977 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
978
979 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
980 generic_func_frame_valid instead of func_frame_valid.
981
982 2002-08-16 Joel Brobecker <brobecker@gnat.com>
983
984 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
985 procfs appears to be broken when debugging on multi-processor
986 machines. So enable software single stepping in order to avoid
987 using the procfs interface to do next/step operations, using
988 internal breakpoints instead.
989
990 * infrun.c (handle_inferior_event): Readjust the stop_pc by
991 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
992 make this pc address equal to the value it would have if the
993 system stepping capability was used. Also set a new flag used
994 to ensure that we don't readjust the PC one more time later.
995
996 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
997 address by DECR_PC_AFTER_BREAK when software single step is
998 in use for this architecture, as this has already been taken
999 care of in handle_inferior_event().
1000
1001 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1002
1003 * infrun.c (handle_inferior_event): Minor reformatting, to make
1004 a rather long condition expression easier to read.
1005
1006 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1007
1008 * Makefile.in (gdbtk.o): Move to end of file.
1009 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1010 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1011 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1012 (gdbtk-wrapper.o, gdbres.o): Ditto.
1013
1014 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1015
1016 * Makefile.in (copying.o): Separate out compile rule.
1017 (hpux-thread.o, procfs.o, signals.o): Ditto.
1018 (v850ice.o, z8k-tdep.o): Ditto.
1019 (tui-file.o): Move to TUI section.
1020 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1021 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1022
1023 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1024
1025 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1026 skip_trampoline_code, for better namespace-proofing.
1027
1028 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1029
1030 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1031
1032 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1033
1034 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1035
1036 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1037 signal, check whether we hit a breakpoint before checking for a
1038 single step breakpoint. Otherwise, GDB fails to notice that a
1039 breakpoint has been hit when stepping onto a breakpoint.
1040
1041 2002-08-16 Keith Seitz <keiths@redhat.com>
1042
1043 * gdb-events.sh (clear_gdb_event_hooks): New function.
1044 * gdb-events.c: Regenerate.
1045 * gdb-events.h: Regenerate.
1046
1047 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1048
1049 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1050 not_a_sw_breakpoint.
1051 * breakpoint.h (bpstat_stop_status): Add parameter names.
1052
1053 2002-08-16 Grace Sainsbury <graces@redhat.com>
1054
1055 * remote.c (remote_insert_hw_breakpoint)
1056 (remote_remove_hw_breakpoint): Fix calculation of length field
1057 for Z-packet.
1058
1059 2002-08-15 Michael Snyder <msnyder@redhat.com>
1060
1061 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1062 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1063 (supply_fpregset): Ditto.
1064
1065 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1066 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1067 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1068 (TARGET_READ_SP): Delete.
1069 (DO_REGISTERS_INFO): Delete.
1070 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1071 Delete.
1072 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1073 from macros to functions.
1074
1075 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1076 (mips_register_convertible, mips_register_convert_to_virtual,
1077 mips_register_convert_to_raw): Make static.
1078 (mips_read_sp): New function.
1079 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1080 (mips_do_registers_info): Make static.
1081 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1082 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1083 (mips_register_convert_from_type, mips_register_convert_to_type):
1084 New functions.
1085 (mips_gdbarch_init): Set up function_start_offset,
1086 register_virtual_size, pc_in_sigtramp.
1087
1088 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1089
1090 * infcmd.c (vector_info): New function.
1091 (_initialize_infcmd): Add command "info vector".
1092 (print_vector_info): New function.
1093
1094 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1095 * gdbarch.h, gdbarch.c: Regenerate.
1096
1097 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1098
1099 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1100 ``print_all''. Only print vector registers when ``print_all''.
1101
1102 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1103
1104 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1105 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1106
1107 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1108 Add `args' parameter.
1109 * gdbarch.h, gdbarch.c: Regenerate.
1110
1111 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1112
1113 * infcmd.c (float_info): Call print_float_info.
1114 (print_float_info): New function. By default, print the
1115 floating-point registers.
1116
1117 * arch-utils.h (default_print_float_info): Delete declaration.
1118 * arch-utils.c (default_print_float_info): Delete function.
1119
1120 2002-08-16 Mark Kettenis <kettenis@gnu.org>
1121
1122 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1123 out define.
1124
1125 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1126 FRAME.
1127
1128 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1129 * configure.host: Make i[3456]86-*-aix host obsolete.
1130 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1131 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1132 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1133 config/i386/xm-i386aix.h: Make files obsolete.
1134 * i386aix-nat.c: Make file obsolete.
1135 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1136 (i386aix-nat.o): Make target obsolete.
1137
1138 * config/i386/nm-gnu.h: Removed.
1139 * config/i386/nm-i386gnu.h: New file.
1140 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1141 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1142 Moved here from ...
1143 * config/i386/tm-i386gnu.h: ... here. Removed.
1144 * config/i386/xm-i386gnu.h: Removed.
1145 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1146 (NAT_FILE): Set to nm-i386gnu.h.
1147 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1148 * i386-tdep.c: New file.
1149 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1150 (i386gnu-tdep.o): Specify dependencies.
1151
1152 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1153
1154 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1155 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1156 Adjust a few comments to reflect reality a bit closer.
1157 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1158 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1159 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1160 target_insert_watchpoint, target_remove_watchpoint):
1161 Move defines to ...
1162 * config/i386/nm-i386sco5.h: ... here.
1163 (kernel_u_size): Add prototype. Improve a few comments and add
1164 protection against multiple inclusion.
1165
1166 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1167 out define.
1168
1169 * uw-thread.c (SP_ARG0): Define if not already defined.
1170 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1171
1172 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1173
1174 * config/i386/tm-i386.h: Don't include "regcache.h".
1175
1176 * i387-tdep.h (i387_print_float_info): New prototype.
1177 * i387-tdep.c (print_i387_value, print_i387_ext,
1178 print_i387_status_word, print_i387_control_word): Add `struct
1179 ui_file *' argument and use it for output.
1180 (i387_print_float_info): Renamed from i387_float_info. Add
1181 `struct gdbarch *' and `struct ui_file *' arguments and use the
1182 latter for output.
1183 * i386-tdep.c: Include "i387-tdep.h".
1184 (i386_gdbarch_init): Set print_float_info.
1185 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1186 (FLOAT_INFO): Remove define.
1187
1188 2002-08-13 Michael Snyder <msnyder@redhat.com>
1189
1190 * mips-tdep.c (mips_push_arguments): Rename to
1191 mips_eabi_push_arguments, and tune for EABI.
1192 (MIPS_REGS_HAVE_HOME_P): Delete.
1193 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1194 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1195 Delete references to mips_regs_have_home_p.
1196
1197 2002-08-14 Keith Seitz <keiths@redhat.com>
1198
1199 * Makefile.in (install-gdbtk): Create insight plugin directory.
1200 Install plugins.tcl file.
1201
1202 2002-08-14 Keith Seitz <keiths@redhat.com>
1203
1204 * configure.in: Move SUBDIRS to near top of the file so that
1205 --enable options may add things to it.
1206 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1207 * configure: Regenerate.
1208
1209 2002-08-13 Michael Snyder <msnyder@redhat.com>
1210
1211 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1212 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1213 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1214
1215 2002-08-13 Andrew Cagney <ac131313@redhat.com>
1216
1217 * vax-tdep.c (vax_get_saved_register): Delete function.
1218 (vax_gdbarch_init): Update.
1219 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1220 (ns32k_gdbarch_init): Update.
1221 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1222 (alpha_gdbarch_init): Update.
1223
1224 2002-08-13 Andrew Cagney <cagney@redhat.com>
1225
1226 * regcache.c (init_regcache_descr): Overallocate the
1227 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1228 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1229 nr_raw_registers.
1230 (set_register_cached): Add range checking assertions. Use
1231 current_regcache.
1232
1233 2002-08-13 Mark Kettenis <kettenis@gnu.org>
1234
1235 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1236 numbers for MMX registers.
1237
1238 2002-08-13 Andrew Cagney <cagney@redhat.com>
1239
1240 * i386-tdep.c (i386_gdbarch_init): Use
1241 generic_unwind_get_saved_register.
1242
1243 2002-08-13 Kevin Buettner <kevinb@redhat.com>
1244
1245 * procfs.c (procfs_can_use_hw_breakpoint): New function.
1246 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1247 target vector.
1248 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1249 Delete. Add comment regarding this now-deleted target method.
1250
1251 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1252
1253 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1254 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1255 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1256 real PC and the page number (if it's within the memory bank window).
1257 (m68hc11_pseudo_register_write): Likewise when saving.
1258 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1259 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1260 (m68hc11_register_raw_size): And use 32-bit for it.
1261 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1262 16K memory bank is used by the prog; also use the virtual pc.
1263
1264 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1265
1266 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1267 (m68hc11_gdbarch_init): Install it in gdbarch.
1268 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1269 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1270 (MSYMBOL_SIZE): New for documentation.
1271 (insn_return_kind): Enum to specify how a function returns.
1272 (frame_extra_info): Cleanup and record the return mode.
1273 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
1274 register in address computation.
1275 (m68hc11_get_return_insn): New to obtain the return instruction used
1276 by the function.
1277 (m68hc11_frame_init_saved_regs): Take into account the return
1278 instruction used by the function for far and interrupt functions.
1279 (m68hc11_init_extra_frame_info): Take into account page register.
1280 (m68hc11_frame_args_address): Adjust according to the return mode.
1281 (show_regs): Print page register only when it's used.
1282
1283 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1284
1285 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1286 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1287 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1288 registers.
1289 (m68hc11_register_raw_size): Likewise.
1290
1291 2002-08-13 Andrew Cagney <cagney@redhat.com>
1292
1293 * i386-tdep.c (i386_register_name): Handle mmx registers.
1294 (mmx_regnum_p): New function.
1295 (i386_mmx_names): New array.
1296 (mmx_num_regs): New variable.
1297 (i386_pseudo_register_read): New function.
1298 (i386_pseudo_register_write): New function.
1299 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1300
1301 * regcache.c (regcache_raw_read_unsigned): New function.
1302 (regcache_raw_read_signed): New function.
1303 * regcache.h (regcache_raw_read_unsigned): Declare.
1304 (regcache_raw_read_signed): Declare.
1305
1306 2002-08-13 Andrew Cagney <cagney@redhat.com>
1307
1308 * regcache.c (regcache_raw_read_as_address): Delete function.
1309 (regcache_cooked_read_signed): New function.
1310 (regcache_cooked_read_unsigned): New function.
1311 * regcache.h (regcache_cooked_read_signed): Declare.
1312 (regcache_cooked_read_unsigned): Declare.
1313 (regcache_raw_read_as_address): Delete declaration.
1314
1315 * blockframe.c (generic_read_register_dummy): Use
1316 regcache_cooked_read_unsigned.
1317 * i386-tdep.c (i386_extract_struct_value_address): Use
1318 regcache_cooked_read_unsigned.
1319
1320 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1321
1322 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1323 double sizes according to ELF ABI flags.
1324 (gdbarch_tdep): Record elf_flags.
1325
1326 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1327
1328 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1329 (m6812_prolog): They can appear in 68HC12 function prologue.
1330 (m68hc11_frame_chain): Cleanup.
1331
1332 2002-08-12 Andrew Cagney <cagney@redhat.com>
1333
1334 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1335 declarations.
1336 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1337 (i386_linux_register_raw_size): Delete function.
1338 (i386_linux_init_abi): Update.
1339 * i386-tdep.c (i386_register_raw_size): Delete function.
1340 (i386_register_byte): Delete function.
1341 (i386_gdbarch_init): Update.
1342 (i386_register_size): Delete array.
1343 (i386_register_offset): Delete array.
1344
1345 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1346 (REGISTER_RAW_SIZE): Delete macro.
1347 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1348 (REGISTER_BYTE): Delete macro.
1349
1350 2002-08-11 Aidan Skinner <aidan@velvet.net>
1351
1352 * ada-lang.c (ada_lookup_partial_symbol)
1353 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1354 prototype names so that grep ^func works properly.
1355
1356 * ada-lang.c (ada_array_element_type)
1357 (ada_lookup_partial_symbol): Fix typos in parameter list.
1358
1359 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1360 Fix prototype names so that grep ^func works properly.
1361
1362 2002-08-10 Andrew Cagney <cagney@redhat.com>
1363 Elena Zannoni <ezannoni@redhat.com>
1364 Martin M. Hunt <hunt@redhat.com>
1365
1366 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1367 (build_builtin_type_vec128i): Set the vector bit.
1368 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1369 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1370 (build_builtin_type_vec64): New function.
1371 (build_builtin_type_vec64i): New function.
1372 (build_gdbtypes): Initialize builtin_type_vec64 and
1373 builtin_type_vec64i.
1374
1375 2002-08-09 Andrew Cagney <cagney@redhat.com>
1376
1377 * regcache.c (regcache_dump): Compare the register offset
1378 with REGISTER_BYTE.
1379 * arch-utils.c (generic_register_byte): New function.
1380 * arch-utils.h (generic_register_byte): Declare.
1381 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1382 * gdbarch.h, gdbarch.c: Regenerate.
1383
1384 2002-08-09 Andrew Cagney <cagney@redhat.com>
1385
1386 * regcache.c: Include "gdbcmd.h"
1387 (_initialize_regcache): Add commands "maintenance print
1388 registers", "maintenance print raw-registers" and "maintenance
1389 print cooked-registers".
1390 (enum regcache_dump_what): Define.
1391 (dump_endian_bytes): New function.
1392 (regcache_dump): New function.
1393 (regcache_print): New function.
1394 (maintenance_print_registers): New function.
1395 (maintenance_print_raw_registers): New function.
1396 (maintenance_print_cooked_registers): New function.
1397 * Makefile.in (regcache.o): Update dependencies.
1398
1399 2002-08-09 Michael Snyder <msnyder@redhat.com>
1400
1401 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1402 (mips_push_arguments): Correct some comments. Use paddr_nz
1403 for printing addresses in debug output. Replace static
1404 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1405 (mips_n32n64_push_arguments): New function, cloned from
1406 mips_push_arguments and tuned for the n32/n64 ABI.
1407 (mips_push_register): Buffer needs dynamic allocation.
1408 (mips_print_register): Ditto.
1409 (do_gp_register_row): Ditto.
1410 (mips_store_return_value): Ditto.
1411 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1412
1413 2002-08-09 Don Howard <dhoward@redhat.com>
1414
1415 * memattr.c (mem_info_command): Print special case of upper bound
1416 as max CORE_ADDR + 1.
1417
1418 2002-08-08 Michael Snyder <msnyder@redhat.com>
1419
1420 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1421 returns structs by ref if they're too big to fit in two registers.
1422
1423 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1424
1425 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1426 saved regs value.
1427 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1428 mips_find_saved_regs().
1429 (mips_pop_frame): Likewise.
1430
1431 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1432
1433 * blockframe.c (frame_saved_regs_register_unwind): Revise
1434 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1435 frames are in use.
1436
1437 2002-08-09 Grace Sainsbury <graces@redhat.com>
1438
1439 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1440 T-packets; the 'a' is not taken as a register number.
1441 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1442 (remote_stopped_data_address): New functions; add to target
1443 vector.
1444 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1445 prototypes to match other implementations of this
1446 function. replace integer argument with pointer -- the length
1447 field in the Z-packet is the length of what is pointed to or 1 if
1448 pointer is null. Add to target vector.
1449 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1450 target vector.
1451
1452 From Mark Salter:
1453 * remote.c (remote_wait): Add support to extract optional
1454 watchpoint information from T-packet. Ignore unrecognized
1455 optional info in T-packet.
1456 (remote_async_wait): Ditto.
1457
1458 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
1459
1460 * cli/cli-dump.c: Change fopen modes to use binary open modes
1461 as defined in include/fopen-bin.h throughout.
1462
1463 2002-08-08 Michael Snyder <msnyder@redhat.com>
1464
1465 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1466
1467 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1468
1469 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1470 assertion failure by returning early after a warning.
1471
1472 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1473
1474 * mips-tdep.c (mips_find_saved_regs): Make static.
1475 (mips_frame_init_saved_regs): New function.
1476 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1477 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1478 (mips_find_saved_regs): Delete declaration.
1479
1480 2002-08-08 Grace Sainsbury <graces@redhat.com>
1481
1482 * remote.c (remote_wait, remote_async_wait): Change
1483 thread_num from int to ULONGEST.
1484 (unpack_varlen_hex): Change result parameter from
1485 int * to ULONGEST *.
1486
1487 2002-08-08 Andrew Cagney <ac131313@redhat.com>
1488
1489 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1490 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1491 powerpc*-*-*.
1492 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1493
1494 2002-08-08 Andrew Cagney <cagney@redhat.com>
1495
1496 * gcore.c (override_derive_stack_segment): Delete variable.
1497 (preempt_derive_stack_segment): Delete function.
1498 (derive_stack_segment): Delete function.
1499 (default_derive_stack_segment): Renamed to derive_stack_segment.
1500 (override_derive_heap_segment): Delete variable.
1501 (preempt_derive_heap_segment): Delete function.
1502 (derive_heap_segment): Delete function.
1503 (default_derive_heap_segment): Rename to derive_heap_segment.
1504
1505 2002-08-06 Michael Snyder <msnyder@redhat.com>
1506
1507 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1508 * mips-tdep.c (mips_EABI_use_struct_convention,
1509 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1510 New functions. (mips_use_struct_convention): Delete.
1511 (mips_gdbarch_init): set use_gdbarch_convention.
1512
1513 2002-08-06 Michael Snyder <msnyder@redhat.com>
1514
1515 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1516 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1517 mips_o32_reg_struct_has_addr): New functions.
1518 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1519
1520 2002-08-07 Andrew Cagney <ac131313@redhat.com>
1521
1522 * regcache.c (pseudo_register): Delete function.
1523 (fetch_register): Delete function.
1524 (store_register): Delete function.
1525 (regcache_raw_read, legacy_read_register_gen): Use
1526 target_fetch_registers instead of fetch_register.
1527 (legacy_write_register_gen, regcache_raw_write): Use
1528 target_store_register instead of store_register.
1529 (write_register_bytes): Ditto.
1530
1531 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1532 (STORE_PSEUDO_REGISTER): Delete.
1533 * gdbarch.h, gdbarch.c: Regenerate.
1534
1535 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
1536
1537 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1538 write dump file binary.
1539
1540 2002-08-05 Michael Snyder <msnyder@redhat.com>
1541
1542 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1543 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1544 (mips_gdbarch_init): Set N32 target to be mips64.
1545
1546 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1547
1548 * frame.c (find_saved_register): Break out of loop once saved
1549 register address is found. Don't mention sparc in loop comment
1550 anymore.
1551
1552 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1553
1554 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1555 mips_default_saved_regsize to 8.
1556
1557 2002-08-06 Andrew Cagney <ac131313@redhat.com>
1558
1559 * gcore.c: Do not include <sys/procfs.h>.
1560 * Makefile.in (gcore.o): Update dependencies.
1561
1562 2002-08-06 Andrew Cagney <cagney@redhat.com>
1563
1564 * configure.tgt: Make arc-*-* obsolete.
1565 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1566 * MAINTAINERS: Make arc-elf obsolete.
1567 * arc-tdep.c: Make file obsolete.
1568 * config/arc/arc.mt: Ditto.
1569 * config/arc/tm-arc.h: Ditto.
1570
1571 2002-08-05 Theodore A. Roth <troth@verinet.com>
1572
1573 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1574
1575 2002-08-05 Andrew Cagney <ac131313@redhat.com>
1576
1577 * mcore-tdep.c (mcore_gdbarch_init): Use
1578 generic_unwind_get_saved_register instead of
1579 generic_get_saved_register.
1580 * v850-tdep.c (v850_gdbarch_init): Ditto.
1581 * frv-tdep.c (frv_gdbarch_init): Ditto.
1582 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1583 * s390-tdep.c (s390_gdbarch_init): Ditto.
1584 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1585 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1586 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1587
1588 2002-08-05 Joel Brobecker <brobecker@gnat.com>
1589
1590 * objfiles.h: Add missing #include "symfile.h"
1591
1592 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1593
1594 2002-08-04 Andrew Cagney <ac131313@redhat.com>
1595
1596 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1597 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1598 of FIELD_BITSIZE.
1599
1600 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
1601
1602 * NEWS: Cleanup and nitpick.
1603
1604 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1605
1606 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1607
1608 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1609
1610 * Makefile.in (gdbtk-bp.o): Update dependencies.
1611 (gdbtk-register.o): Ditto.
1612 (gdbtk-varobj.o): Ditto.
1613
1614 2002-08-03 Andrew Cagney <cagney@redhat.com>
1615
1616 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1617 m68hc11_fetch_pseudo_register.
1618 (m68hc11_pseudo_register_write): Replace
1619 m68hc11_store_pseudo_register.
1620 (m68hc11_gdbarch_init): Update.
1621
1622 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1623
1624 * gdbarch.sh: Include "gdb_string.h".
1625 * gdbarch.c: Regenerate.
1626
1627 * regcache.c: Include "gdb_string.h".
1628 * ax-general.c: Ditto.
1629 * varobj.c: Ditto.
1630 * std-regs.c: Ditto.
1631 * fbsd-proc.c: Ditto.
1632 * thread.c: Ditto.
1633
1634 * Makefile.in (regcache.o): Update dependencies.
1635 (thread.o, gdbarch.o): Ditto.
1636 (ax-general.o, gdbarch.o): Ditto.
1637 (varobj.o, std-regs.o): Ditto.
1638 (fbsd-proc.o): Specify dependencies.
1639
1640 2002-08-02 Andrew Cagney <cagney@redhat.com>
1641
1642 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1643 regnum.
1644 (regcache_cooked_write): Ditto.
1645
1646 2002-08-02 Andrew Cagney <ac131313@redhat.com>
1647
1648 * regcache.c (regcache_cooked_read): New function.
1649 (regcache_cooked_write): New function.
1650 (read_register_gen): Rewrite using regcache_cooked_read.
1651 (write_register_gen): Rewrite using regcache_cooked_write.
1652
1653 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1654 Declare.
1655
1656 2002-08-02 Andrew Cagney <cagney@redhat.com>
1657
1658 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1659 Replace the architecture methods register_read and register_write.
1660 * gdbarch.h, gdbarch.c: Regenerate.
1661 * regcache.c (init_regcache_descr): Update.
1662 (read_register_gen): Update.
1663 (write_register_gen): Update.
1664 (supply_register): Update comment.
1665
1666 * sh-tdep.c (sh_gdbarch_init): Update.
1667 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1668 `regcache' and `gdbarch' parameters. Make `buffer' a void
1669 pointer. Update code.
1670 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1671 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1672 void pointer. Update code.
1673 (sh64_register_write): Delete.
1674 (sh4_register_read): Delete.
1675 (sh64_register_read): Delete.
1676 (sh4_register_write): Delete.
1677 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1678 void pointer, `to' parameter a void pointer.
1679 (sh_sh64_register_convert_to_raw): Ditto.
1680
1681 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1682
1683 * mips-tdep.c (mips_register_virtual_type): Use architecture
1684 invariant return values.
1685
1686 2002-08-01 Andrew Cagney <cagney@redhat.com>
1687
1688 * linux-proc.c: Include "gdb_string.h".
1689 * Makefile.in (linux-proc.o): Update dependency list.
1690
1691 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1692
1693 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1694 comment.
1695
1696 2002-08-01 Grace Sainsbury <graces@redhat.com>
1697
1698 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1699 to_insert_watchpoint, to_remove_watchpoint,
1700 to_stopped_by_watchpoint, to_stopped_data_address,
1701 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1702 target vecctor. Define their corresponding macros so they call
1703 them.
1704
1705 * target.c: Add default and debug versions of for
1706 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1707 to_insert_watchpoint, to_remove_watchpoint,
1708 to_stopped_by_watchpoint, to_stopped_data_address,
1709 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1710
1711 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1712
1713 * mips-tdep.c (mips_register_virtual_type): New function.
1714 (mips_gdbarch_init): Register mips_register_virtual_type()
1715 with gdbarch machinery.
1716 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1717 this file instead of tm-bigmips.h.
1718 (MIPS_REGSIZE): Delete this macro.
1719 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1720 multiarch version in mips-tdep.c will be found.
1721
1722 2002-08-01 Andrew Cagney <cagney@redhat.com>
1723
1724 * NEWS: Menion that CHILL has been made obsolete.
1725
1726 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1727 * stabsread.c (read_range_type): Ditto.
1728 * gdbtypes.h: Ditto.
1729 * language.c (binop_type_check): Ditto.
1730 (binop_result_type): Ditto.
1731 (integral_type): Ditto.
1732 (character_type): Ditto.
1733 (string_type): Ditto.
1734 (boolean_type): Ditto.
1735 (structured_type): Ditto.
1736 (lang_bool_type): Ditto.
1737 (binop_type_check): Ditto.
1738 * language.h (_LANG_chill): Ditto.
1739 * dwarfread.c (set_cu_language): Ditto.
1740 * dwarfread.c (CHILL_PRODUCER): Ditto.
1741 * dwarfread.c (handle_producer): Ditto.
1742 * expression.h (enum exp_opcode): Ditto.
1743 * eval.c: Ditto for comments.
1744 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1745 * expprint.c (print_subexp): Ditto.
1746 (print_subexp): Ditto.
1747 * valops.c (value_cast): Ditto.
1748 (search_struct_field): Ditto.
1749 * value.h (COERCE_VARYING_ARRAY): Ditto.
1750 * symfile.c (init_filename_language_table): Ditto.
1751 (add_psymbol_with_dem_name_to_list): Ditto.
1752 * valarith.c (value_binop): Ditto.
1753 (value_neg): Ditto.
1754 * valops.c (value_slice): Ditto.
1755 * symtab.h (union language_specific): Ditto.
1756 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1757 (SYMBOL_DEMANGLED_NAME): Ditto.
1758 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1759 * defs.h (enum language): Ditto.
1760 * symtab.c (got_symtab): Ditto.
1761 * utils.c (fprintf_symbol_filtered): Ditto.
1762
1763 * ch-typeprint.c: Make file obsolete.
1764 * ch-valprint.c: Make file obsolete.
1765 * ch-lang.h: Make file obsolete.
1766 * ch-exp.c: Make file obsolete.
1767 * ch-lang.c: Make file obsolete.
1768
1769 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1770 CHILL_LIB.
1771 (TARGET_FLAGS_TO_PASS): Ditto.
1772 (CHILLFLAGS): Obsolete.
1773 (CHILL): Obsolete.
1774 (CHILL_FOR_TARGET): Obsolete.
1775 (CHILL_LIB): Obsolete.
1776 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1777 ch-valprint.c.
1778 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1779 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1780 ch-lang.o.
1781 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1782 targets.
1783
1784 2002-07-31 Joel Brobecker <brobecker@gnat.com>
1785
1786 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1787 This does not change anything at the moment, but will be helpful
1788 later when full Ada support is integrated.
1789
1790 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1791
1792 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1793 help message.
1794
1795 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1796
1797 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1798 and save it in a local variable. Use variable in later test.
1799
1800 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1801
1802 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1803 test. (Thanks to Daniel Jacobowitz.)
1804
1805 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1806
1807 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1808 (mips_abi_strings): Add "n64".
1809 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1810
1811 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1812
1813 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1814 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1815
1816 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1817
1818 * utils.c (host_pointer_to_address, address_to_host_pointer):
1819 Use gdb_assert() instead of explicit call to internal_error().
1820
1821 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1822
1823 * Makefile.in (rs6000-nat.o): Update dependencies.
1824
1825 From Nicholas Duffek:
1826 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1827 (aix-thread.o): New rule.
1828 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1829 * config/powerpc/aix432.mh: New file.
1830
1831 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1832
1833 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1834 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1835 (fetch_core_registers, ppc_linux_supply_gregset)
1836 (ppc_linux_supply_fpregset): New functions.
1837 (ppc_linux_regset_core_fns): New.
1838 (_initialize_ppc_linux_tdep): Call add_core_fns.
1839 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1840 and ppc_linux_supply_gregset.
1841 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1842 (supply_fpregset): Call ppc_linux_supply_fpregset.
1843 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1844 corelow.o.
1845 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1846
1847 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1848
1849 * symtab.c (lookup_symbol): Demangle before lowercasing.
1850
1851 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1852
1853 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1854 declaration.
1855 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1856 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1857 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1858 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1859 "gdb_string.h".
1860 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1861 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1862 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1863 (avr-tdep.o, mon960-rom.o): Ditto.
1864 (aout_stabs_gnu_h): Define.
1865 (symtab_h): Remove $(gdb_obstack_h).
1866
1867 2002-07-30 Jim Blandy <jimb@redhat.com>
1868
1869 Patch from David Carlton <carlton@math.stanford.edu>:
1870 * gdbinit.in: Move the `dir' commands that add GDB's own source
1871 directory to the search path to the end, so that the `gdb' source
1872 directory will be searched first.
1873
1874 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1875
1876 * gdb_obstack.h: New file.
1877 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1878 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1879 * objfiles.h: Include "gdb_obstack.h".
1880 * Makefile.in (gdb_obstack_h): Define.
1881 (symtab_h): Add $(gdb_obstack_h).
1882 (objfiles_h): Add $(gdb_obstack_h).
1883
1884 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1885 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1886 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1887 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1888 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1889 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1890 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1891 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1892
1893 * Makefile.in (bcache.o): Update dependencies.
1894 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1895 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1896 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1897 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1898 (stabsread.o, symfile.o, symmisc.o): Ditto.
1899 (symtab.o, typeprint.o, macroexp.o): Ditto.
1900 (macrotab.o, mdebugread.o): Ditto.
1901 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1902 (coff_ecoff_h, aout_aout64_h): Define.
1903 (aout_stabs_gnu_h, libaout_h): Define.
1904
1905 2002-07-29 Andrew Cagney <cagney@redhat.com>
1906
1907 * regcache.c (struct regcache_descr): Rename nr_registers to
1908 nr_cooked_registers. Revise comments describing the structure
1909 member fields.
1910 (init_regcache_descr): Update.
1911 (init_legacy_regcache_descr): Update.
1912 (read_register_gen, write_register_gen): When a cooked register in
1913 the raw register range, directly access the value from the raw
1914 register cache.
1915
1916 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1917
1918 * z8k-tdep.c: Do not include "obstack.h".
1919 * h8300-tdep.c, h8500-tdep.c: Ditto.
1920 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1921 * valprint.c, v850-tdep.c: Ditto.
1922 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1923 * mn10200-tdep.c: Ditto.
1924
1925 * Makefile.in (z8k-tdep.o): Update dependencies.
1926 (m68hc11-tdep.o, valprint.o): Ditto.
1927 (v850-tdep.o, d10v-tdep.o): Ditto.
1928 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1929 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1930 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1931 (sh_opc_h, gdb_sim_sh_h): Define.
1932 (elf_sh_h, elf_bfd_h): Define.
1933 (opcode_m68hc11_h): Define.
1934 (OPCODES_SRC, OPCODES_DIR): define.
1935 (OPCODES): Use $(OPCODES_DIR).
1936 (gdb_sim_d10v_h): Rename sim_d10v_h.
1937 (gdb_sim_arm_h): Rename sim_arm_h.
1938
1939 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1940
1941 * utils.c (host_pointer_to_address, address_to_host_pointer):
1942 Change internal_error() message to indicate function responsible
1943 for the error.
1944
1945 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1946
1947 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1948 calls to local_hex_string_custom().
1949
1950 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1951
1952 * irix5-nat.c: Move IRIX shared library support from here...
1953 * solib-irix.c: ...to here. Revised substantially to work with
1954 generic solib framework.
1955
1956 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1957 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1958 * mips-irix-tdep.c: New file.
1959
1960 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1961 (mips-irix-tdep.o, solib-irix.o): New rules.
1962 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1963 solib-irix.o.
1964 * config/mips/irix6.mt (TDEPFILES): Likewise.
1965 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1966
1967 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1968
1969 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1970 disabled (via ``#if 0'') includes.
1971
1972 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1973
1974 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1975 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1976 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1977 Add support for the fpscr register.
1978 * rs6000-nat.c (regmap, fetch_inferior_registers)
1979 (store_inferior_registers, fetch_core_registers): Likewise.
1980
1981 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1982
1983 * rs6000-nat.c (language.h): Include.
1984 (special_regs): Delete this array.
1985 (regmap): New function.
1986 (fetch_register, store_register): Use regmap() to map gdb
1987 register numbers to ptrace register numbers. Also, use
1988 outputs from regmap() to make decisions regarding type of
1989 ptrace() call to make. In particular, don't compare against
1990 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1991 (fetch_inferior_registers, store_inferior_registers): Where
1992 possible, obtain register numbers from tdep struct. Don't
1993 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1994 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1995 (LAST_UISA_SP_REGNUM): Delete.
1996
1997 2002-07-25 Kevin Buettner <kevinb@redhat.com>
1998
1999 * rs6000-nat.c (ppc-tdep.h): Include.
2000 (fetch_registers, store_register, fetch_core_registers): Don't
2001 access registers[] directly. Instead, use supply_register() or
2002 regcache_collect() as appropriate.
2003 (find_toc_address): Format hex address with local_hex_string().
2004
2005 2002-07-25 Andrew Cagney <ac131313@redhat.com>
2006
2007 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2008 bfd/elf32-frv.c.
2009
2010 2002-07-24 Tom Tromey <tromey@redhat.com>
2011
2012 * jv-exp.y: Marked all strings with _().
2013 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2014 internal_error.
2015 (MethodInvocation, CastExpression, parse_number, yyerror,
2016 java_type_from_name, push_expression_name, yylex): Typo fixes.
2017
2018 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
2019
2020 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2021 (tee_file_flush, tee_file_write, tee_file_fputs)
2022 (tee_file_isatty): New.
2023 * ui-file.h (tee_file_new): Add prototype.
2024
2025 2002-07-24 Aidan Skinner <aidan@velvet.net>
2026
2027 * ada-lang.c: Change k&r style function definitions to prototyped
2028 form.
2029 * ada-typeprint.c: Change k&r style function definitions to prototyped
2030 form.
2031 * ada-valprint.c: Change k&r style function definitions to prototyped
2032 form.
2033
2034 2002-07-24 Andrew Cagney <cagney@redhat.com>
2035
2036 * README: Remove reference to remote-bug.
2037 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2038 remote-bug.c.
2039 (m88k-nat.o): Delete rule.
2040 (m88k-tdep.o): Delete rule.
2041 (remote-bug.o): Delete rule.
2042 * MAINTAINERS: Mark as obsolete.
2043 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2044 * m88k-tdep.c: Make file obsolete.
2045 * config/m88k/m88k.mh: Ditto.
2046 * config/m88k/delta88v4.mh: Ditto.
2047 * config/m88k/delta88v4.mt: Ditto.
2048 * config/m88k/delta88.mt: Ditto.
2049 * config/m88k/delta88.mh: Ditto.
2050 * remote-bug.c: Ditto.
2051 * config/m88k/tm-delta88.h: Ditto.
2052 * config/m88k/nm-delta88v4.h: Ditto.
2053 * config/m88k/xm-delta88.h: Ditto.
2054 * config/m88k/xm-dgux.h: Ditto.
2055 * config/m88k/tm-m88k.h: Ditto.
2056 * config/m88k/nm-m88k.h: Ditto.
2057 * config/m88k/tm-delta88v4.h: Ditto.
2058 * m88k-nat.c: Ditto.
2059 * cxux-nat.c: Ditto.
2060 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2061 and m88*-*-* obsolete.
2062 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2063 m88*-*-* obsolete.
2064
2065 2002-07-24 Andrew Cagney <cagney@redhat.com>
2066
2067 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2068 constant. Same for local pointer variables.
2069 (extract_signed_integer): Ditto.
2070 * defs.h (extract_unsigned_integer): Update.
2071 (extract_signed_integer): Update.
2072
2073 2002-07-24 Andrew Cagney <cagney@redhat.com>
2074
2075 * regcache.c (regcache_raw_write): Change buf parameter to a
2076 constant void pointer.
2077 (regcache_raw_read): Change buf parameter to a void pointer.
2078 (legacy_write_register_gen): Change myaddr parameter a constant
2079 void pointer.
2080 (supply_register): Change val parameter to a const void pointer.
2081 * regcache.h (regcache_raw_write): Update declaration.
2082 (regcache_raw_read): Update declaration.
2083 (supply_register): Update declaration.
2084
2085 2002-07-24 Tom Tromey <tromey@redhat.com>
2086
2087 * defs.h (gdb_readline_wrapper): Declare.
2088 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2089 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2090 * top.c (gdb_readline_wrapper): New function.
2091 (command_line_input): Use it.
2092
2093 2002-07-24 Andrew Cagney <cagney@redhat.com>
2094
2095 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2096 regcache_read and regcache_write.
2097 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2098 * regcache.c: Update.
2099 * sh-tdep.c (sh64_push_arguments): Update comment.
2100 (sh_pseudo_register_read): Update.
2101 (sh_pseudo_register_write): Update.
2102 (sh4_register_read): Update.
2103 (sh4_register_write): Update.
2104 (sh64_pseudo_register_read): Update.
2105 (sh64_pseudo_register_write): Update.
2106 (sh64_register_read): Update.
2107 (sh64_register_write): Update.
2108 * i386-tdep.c (i386_extract_return_value): Update.
2109 (i386_extract_struct_value_address): Update.
2110 (i386_extract_return_value): Update.
2111 * blockframe.c (generic_read_register_dummy): Update.
2112 (generic_call_dummy_register_unwind): Update
2113 * infrun.c (write_inferior_status_register): Update.
2114
2115 2002-07-23 Jim Blandy <jimb@redhat.com>
2116
2117 * parser-defs.h (expression_context_pc): Make this extern.
2118 (Thanks to Michael Snyder.)
2119
2120 2002-07-23 Andrew Cagney <ac131313@redhat.com>
2121
2122 GDB 5.2.1 released from 5.2 branch.
2123 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2124 * README: Update to mention 5.2.1.
2125
2126 2002-07-23 Mark Salter <msalter@redhat.com>
2127
2128 * remote.c (remote_read_bytes): Fix check for error.
2129
2130 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2131
2132 * aix-thread.c (language.h): Include.
2133 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2134 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2135 Print newlines at end of debug messages.
2136 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2137 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2138
2139 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2140
2141 * aix-thread.c (ppc-tdep.h): Include.
2142 (special_register_p): New function.
2143 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2144 (store_regs_user_thread): Use register number information from
2145 gdbarch_tdep struct instead of hardcoded offsets relative to
2146 FIRST_UISA_SP_REGNUM.
2147 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2148 special_register_p() instead of using FPLAST_REGNUM and
2149 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2150 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2151 will be MQ's register number.
2152
2153 2002-07-22 Michael Snyder <msnyder@redhat.com>
2154
2155 * aix-thread.c (ops): Rename to aix_thread_ops.
2156 (base_ops): Rename to base_target.
2157 (ops_attach): Rename to aix_thread_attach.
2158 (ops_detach): Rename to aix_thread_detach.
2159 (ops_resume): Rename to aix_thread_detach.
2160 (ops_wait): Rename to aix_thread_wait.
2161 (ops_kill): Rename to aix_thread_kill.
2162 (init_ops): Rename to init_aix_thread_ops.
2163 (ops_fetch_register): Rename to aix_thread_fetch_register.
2164 (ops_store_register): Rename to aix_thread_store_register.
2165 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2166 (ops_thread_alive): Rename to aix_thread_thread_alive.
2167 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2168 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2169 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2170 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2171 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2172 (store_regs_lib): Rename to store_regs_user_thread.
2173 (store_regs_kern): Rename to store_regs_kernel_thread.
2174
2175 2002-07-22 Michael Snyder <msnyder@redhat.com>
2176
2177 * aix-thread.c (ops_prepare_to_store): Eliminate.
2178 (init_ops): Don't initialize ops.prepare_to_store.
2179 (store_regs_kern): Pre-fetch register buffers from child,
2180 because some registers may not be in the cache. Copy
2181 regs from register cache only if they are cached.
2182 (store_regs_lib): Copy regs from register cache only
2183 if they are cached.
2184 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2185 fill_gprs64): Ditto.
2186
2187 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2188
2189 * aix-thread.c (gdb_assert.h): Include.
2190 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2191 register sizes (from register cache) match size of buffer holding
2192 register data.
2193 (fill_sprs32): Change parameter types to match those in the ptrace()
2194 buffer.
2195 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2196 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2197
2198 2002-07-22 Michael Snyder <msnyder@redhat.com>
2199
2200 * aix-thread.c (supply_sprs64): Cosmetic change.
2201 (supply_sprs32): Cosmetic change.
2202 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2203 (fill_sprs64): Use regcache_collect instead of read_register.
2204 (store_regs_lib): Use regcache_collect instead of
2205 read_register. Use fill_sprs32 instead of fill_sprs64,
2206 if debugging a 32-bit architecture.
2207 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2208 out of the register cache, instead of passing a pointer into
2209 the register cache directly to ptrace. Use regcache_collect
2210 insteaad of read_register.
2211 (ops_prepare_to_store): Use target_read_registers instead
2212 of read_register_bytes.
2213
2214 2002-07-20 Aidan Skinner <aidan@velvet.net>
2215
2216 * MAINTAINERS: Add self under write after approval.
2217
2218 2002-07-20 Aidan Skinner <aidan@velvet.net>
2219
2220 * ada-tasks.c: Change k&r style function definitions to prototyped
2221 form.
2222
2223 2002-07-19 Andrew Cagney <ac131313@redhat.com>
2224
2225 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2226 * x86-64-tdep.c: Include "objfiles.h".
2227 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2228 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2229
2230 2002-07-17 Michal Ludvig <michal@suse.cz>
2231
2232 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2233 (update_context): Initialise cfa variable.
2234
2235 2002-07-17 Michael Snyder <msnyder@redhat.com>
2236
2237 * aix-thread.c: Shorten some long lines.
2238 Bring comments into line with code spec.
2239
2240 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2241
2242 * infrun.c: Re-indent using gdb_indent.sh.
2243
2244 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2245
2246 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2247 Leave the indentation temporarily untouched, to minimize the diffs.
2248
2249 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
2250
2251 * stabsread.c: Make os9k sections of the code obsolete,
2252 for real this time.
2253 * stabsread.h: Make os9k sections of the code obsolete.
2254
2255 2002-07-18 Michal Ludvig <mludvig@suse.cz>
2256
2257 * linux-low.c (regsets_store_inferior_registers): Add free()
2258 at the end of a loop to prevent memory leak.
2259 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2260 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2261 * config/sparc/tm-sp64linux.h: Make the rest of #endif
2262 line a comment.
2263 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2264
2265 2002-07-17 Jim Blandy <jimb@redhat.com>
2266
2267 * macrocmd.c (info_macro_command): Remove newline from error
2268 message.
2269
2270 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2271
2272 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2273 (sh_gdbarch_init): Use it for sh-dsp.
2274
2275 2002-07-16 Kevin Buettner <kevinb@redhat.com>
2276
2277 * dwarf2read.c (read_initial_length): Handle older, non-standard,
2278 64-bit DWARF2 format.
2279
2280 2002-07-16 Joel Brobecker <brobecker@gnat.com>
2281
2282 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2283 <sys/proc.h> when not available.
2284
2285 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2286
2287 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2288 * stabsread.c: Make os9k sections of the code obsolete.
2289 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2290 * config/i386/i386os9k.mt: Make file obsolete.
2291 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2292 (COMMON_OBS): Remove os9kread.o
2293 (SFILES): Remove os9kread.c.
2294 (os9kread.o, remote-os9k.o): Make target obsolete.
2295 * remote-os9k.c: Make file obsolete.
2296 * os9kread.c: Make file obsolete.
2297 * Makefile.in
2298
2299 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2300
2301 * NEWS: Mention that the FR30 has been made obsolete.
2302 * fr30-tdep.c: Make file obsolete.
2303 * config/fr30/tm-fr30.h: Ditto.
2304 * config/fr30/fr30.mt: Ditto.
2305 * configure.tgt: Make fr30-*-elf obsolete.
2306 * MAINTAINERS: Make fr30-elf obsolete.
2307
2308 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2309
2310 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2311 found is not inside a section.
2312
2313 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2314
2315 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2316 strerror().
2317 (pdc_realloc): Use xrealloc() instead of realloc().
2318
2319 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2320
2321 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2322 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2323 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2324 macros.
2325
2326 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2327
2328 * aix-thread.c (ptrace_check): Eliminate goto.
2329 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2330 problem.
2331
2332 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2333
2334 * aix-thread.c (gdbcmd.h): Include.
2335 (DEBUG, DBG, DBG2, dbg): Eliminate.
2336 (debug_aix_thread): New static global.
2337 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2338 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2339 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2340 invocations to DBG and DBG2 macros to test against
2341 ``debug_aix_thread'' and call fprintf_unfiltered().
2342 (_initialize_aix_thread): Add new command "set debug aix-thread".
2343
2344 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2345
2346 From Gerhard Tonn <TON@de.ibm.com>:
2347 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2348 instead of supply_register.
2349
2350 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2351
2352 * dwarf2cfi.c: Include "gdb_assert.h".
2353 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2354 non-NULL.
2355 (update_context): Do not use __func__. Add missing ``break''.
2356 (update_context): Do not use __func__.
2357
2358 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
2359
2360 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2361 and its setting. Set gdbarch instruction printing functions
2362 directly. For non-rs6000 case use new function
2363 gdb_print_insn_powerpc.
2364 (gdb_print_insn_powerpc): New function.
2365
2366 2002-07-13 Andrew Cagney <ac131313@redhat.com>
2367
2368 * NEWS: Mention that the d30v has been marked obsolete.
2369 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2370 * configure.tgt: Mark d30v-*-* as obsolete.
2371 * d30v-tdep.c: Mark file as obsolete.
2372 * config/d30v/d30v.mt: Ditto.
2373 * config/d30v/tm-d30v.h: Ditto.
2374
2375 2002-07-13 Aidan Skinner <aidan@velvet.net>
2376
2377 * ada-tasks.c (add_task_entry): replace calls to
2378 malloc() with xmalloc
2379 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2380
2381 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2382 ada_finish_decode_line_1, all_sals_for_line
2383 ada_breakpoint_rewrite): replace calls to free() with xfree()
2384
2385 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2386
2387 From Nicholas Duffek (with minor changes by Martin Hunt,
2388 Louis Hamilton, and Kevin Buettner):
2389 * aix-thread.c: New file.
2390
2391 2002-07-12 Petr Sorfa <petrs@caldera.com>
2392
2393 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2394 complaint for invalid attribute class or form.
2395 (read_func_scope): DW_AT_frame_base
2396 better handling of DW_AT_block*.
2397 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2398 better handling of DW_AT_block*.
2399 (read_common_block): DW_AT_location
2400 better handling of DW_AT_block*.
2401 (read_partial_die): DW_AT_location better handling
2402 of DW_AT_block*.
2403 (new_symbol): DW_AT_external better handling of
2404 DW_AT_block*. Proper initialization of variable
2405 "addr".
2406 (attr_form_is_block): New function that returns true
2407 if the attribute's form is of DW_FORM_block*.
2408
2409 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2410
2411 * valops.c (find_method_list): Remove comment about
2412 removed STATIC_MEMFUNCP argument.
2413 (value_find_oload_method_list): Likewise.
2414
2415 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2416
2417 From Nicholas Duffek:
2418 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2419 target_new_objfile_hook.
2420
2421 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2422
2423 From Nicholas Duffek:
2424 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2425 csect.
2426
2427 2002-07-12 Andrew Cagney <cagney@redhat.com>
2428
2429 * MAINTAINERS: Mention --enable-sim-build-warnings.
2430 (m68hc11-elf): Disable sim build warnings.
2431 (m32r-elf): Mark as broken obsolete candidate.
2432 (x86_64-linux-gnu): Mark as buildable with -Werror.
2433 (arm-elf): Change -w to ``,'' which enables warnings but not
2434 -Werror.
2435
2436 2002-07-12 Andrew Cagney <ac131313@redhat.com>
2437
2438 * bcache.h: Update copyright.
2439 (struct bstring, struct bcache): Move definition to "bcache.c".
2440 Replaced by opaque declaration.
2441 (bcache_xfree): Replace free_bcache.
2442 (bcache_xmalloc, bcache_memory_used): Declare.
2443
2444 * bcache.c: Update copyright.
2445 (struct bstring, struct bcache): Moved to here from "bcache.h".
2446 Update comments.
2447 (bcache_xmalloc, bcache_memory_used): New functions.
2448 (bcache_xfree): Replace function free_bcache.
2449
2450 * Makefile.in (objfiles.o): Add $(bcache_h).
2451 (objfiles_h): Remove $(bcache_h).
2452 (symfile.o): Add $(bcache_h).
2453
2454 * symmisc.c: Update copyright.
2455 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2456 (print_objfile_statistics): Use bcache_memory_used.
2457
2458 * symfile.c: Include "bcache.h".
2459 (reread_symbols): Use bcache_xfree.
2460 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2461 (add_psymbol_to_list): Pass psymbol_cache by value.
2462 (add_psymbol_with_dem_name_to_list): Ditto.
2463
2464 * objfiles.h: Update copyright.
2465 (struct bcache): Declare opaque. Do not include "bcache.h".
2466 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2467 bcache'' pointers.
2468 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2469
2470 * objfiles.c: Include "bcache.h". Update copyright.
2471 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2472 macro_cache.
2473 (free_objfile): Use bcache_xfree.
2474
2475 2002-07-11 Grace Sainsbury <graces@redhat.com>
2476
2477 * monitor.c (monitor_fetch_register): Make name a constant.
2478 (monitor_store_register): Same.
2479
2480 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
2481
2482 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2483 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2484 (finish_block) For non-function blocks, hash the symbol table. For
2485 function blocks, mark the symbol table as unhashed.
2486 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2487 (msymbol_hash_iw): Likewise.
2488 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2489 value.
2490 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2491 (lookup_minimal_symbol): Likewise for both.
2492 * symtab.h (struct block): Add `hashtable' flag. Comment the
2493 hashtable.
2494 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2495 (ALL_BLOCK_SYMBOLS): Update.
2496 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2497 (struct symbol): Add `hash_next' pointer.
2498 * symtab.c (lookup_block_symbol): Search using the hash table when
2499 possible.
2500 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2501 (search_symbols, find_addr_symbol): Likewise.
2502
2503 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2504 (read_dst_symtab): Likewise.
2505 * jv-lang.c (get_java_class_symtab): Likewise.
2506 * mdebugread.c: Include "gdb_assert.h".
2507 (shrink_block): Assert that the block being modified is not hashed.
2508 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2509 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2510 symbols.
2511 (dump_symtab): Recognize hashed blocks.
2512 * printcmd.c (print_frame_args): Assert that function blocks do not
2513 have hashed symbol tables.
2514 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2515 (fill_in_ada_prototype, debug_print_block): Likewise.
2516 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2517
2518 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
2519
2520 * stack.c (print_frame): Use result of frame_address_in_block()
2521 instead of fi->pc when evaluating symbols.
2522 (backtrace_command_1): Ditto.
2523
2524 2002-07-11 Andrew Cagney <cagney@redhat.com>
2525
2526 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2527 Make static.
2528
2529 * arm-tdep.c (arm_register_name): Make return type constant.
2530
2531 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2532
2533 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2534 prototype.
2535 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2536 * s390-tdep.c (s390_fp_regnum): Ditto.
2537 (s390_read_fp): Ditto.
2538 (s390_pop_frame): Ditto.
2539 (_initialize_s390_tdep): Ditto.
2540 * remote.c (get_remote_state): Ditto.
2541 * procfs.c (mappingflags): Ditto.
2542 * memattr.c (_initialize_mem): Ditto.
2543 * mcore-tdep.c (mcore_pop_frame): Ditto.
2544 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2545 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2546 * language.c (set_case_str): Ditto.
2547 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2548 * frv-tdep.c (new_variant): Ditto.
2549 (frv_stopped_data_address): Ditto.
2550 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2551 (context_alloc): Ditto.
2552 (frame_state_alloc): Ditto.
2553 (unwind_tmp_obstack_init): Ditto.
2554 (unwind_tmp_obstack_free): Ditto.
2555 (cfi_read_fp): Ditto.
2556 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2557 (cris_pop_frame): Ditto.
2558 * c-lang.c (scanning_macro_expansion): Ditto.
2559 (finished_macro_expansion): Ditto.
2560 (c_preprocess_and_parse): Ditto.
2561 * gdbarch.sh: Ditto.
2562 * gdbarch.h, gdbarch.c: Regenerate.
2563 * config/mn10200/tm-mn10200.h: Adjust indentation.
2564 * target.c: Adjust indentation.
2565 * symtab.h: Adjust indentation.
2566 * stabsread.h: Adjust indentation.
2567 * remote-es.c: Adjust indentation.
2568 * os9kread.c: Adjust indentation.
2569
2570 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2571
2572 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2573 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2574
2575 2002-07-10 Grace Sainsbury <graces@redhat.com>
2576
2577 * NEWS: Mention m68k, mcore multi-arching.
2578 * MAINTAINERS: Change status of m68k, mcore to reflect
2579 multi-arching.
2580
2581 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
2582
2583 * valops.c (find_overload_match): Free oload_syms.
2584
2585 2002-07-09 Joel Brobecker <brobecker@gnat.com>
2586
2587 Define HAVE_SYS_PROC_H if sys/proc.h exists
2588 * configure.in: Add check for sys/proc.h
2589 * config.in: Regenerate.
2590 * configure: Regenerate.
2591
2592 2002-07-09 Grace Sainsbury <graces@redhat.com>
2593
2594 * config/m68k/tm-m68k.h: Remove macros wrapped in
2595 #if !GDB_MULTI_ARCH.
2596
2597 2002-07-08 Andrew Cagney <ac131313@redhat.com>
2598
2599 * config.in, configure: Regenerate.
2600
2601 2002-07-08 Mark Kettenis <kettenis@gnu.org>
2602
2603 * dwarf2cfi.c: Include "gcore.h".
2604 (execute_stack_op): Fix implementation of the
2605 DW_OP_deref and DW_OP_deref_size operators by letting do their
2606 lookup in the target.
2607
2608 2002-07-07 Mark Kettenis <kettenis@gnu.org>
2609
2610 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2611 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2612 tdep->sc_sp_offset.
2613
2614 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
2615
2616 Fix PR gdb/595, gdb/602
2617 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2618 Don't call value_cast, just read the vtable pointer; update comments
2619 to match.
2620
2621 2002-07-05 Grace Sainsbury <graces@redhat.com>
2622
2623 * config/mcore/tm-mcore.h: Remove file.
2624 * config/mcore/mcore.mt: Remove definition of TM_FILE
2625 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2626
2627 2002-07-05 Mark Kettenis <kettenis@gnu.org>
2628
2629 * i386bsd-tdep.c: Include "gdb_string.h".
2630
2631 2002-07-04 Grace Sainsbury <graces@redhat.com>
2632
2633 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2634 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2635 mcore-tdep.
2636 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2637 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2638 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2639 (RETVAL_REGNUM): Move macros from tm-mcore.h
2640 (mcore_reg_struct_has_addr): New function.
2641 (mcore_gdbarch_init): Added initializations for the macros removed
2642 from tm-mcore.h.
2643
2644 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2645
2646 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2647 traditonal string branding within the ELF header.
2648
2649 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
2650
2651 * symtab.c (remove_params): New function.
2652 (make_symbol_overload_list): Use it instead of cplus_demangle.
2653 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2654
2655 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2656
2657 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2658
2659 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2660 New variables.
2661 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2662 and tdep->sigtramp_end.
2663 * i386obsd-nat.c: New file.
2664 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2665
2666 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2667 Don't call get_current_frame().
2668
2669 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2670
2671 * i386-nat.c (child_post_startup_inferior): New function
2672 calling i386_cleanup_dregs if
2673 I386_USE_GENERIC_WATCHPOINTS is defined.
2674 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2675 conditional to acknowledge that i386-nat.c has its
2676 own child_post_startup_inferior function.
2677
2678 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2679
2680 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2681 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2682 instead of MAX_REGISTER_RAW_SIZE.
2683 (i386_extract_return_value, i386_extract_struct_value_address):
2684 Convert to use regcache.
2685 (i386_gdbarch_init): Set max_register_raw_size and
2686 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2687 Set extract_return_value and extract_struct_value_address instead
2688 of their deprecated variants.
2689
2690 Convert i386 target to generic dummy frames.
2691 * i386-tdep.c: Include "symfile.h".
2692 (i386_frameless_signal_p): Consider a function to be frameless if
2693 the pc points at the first instruction of the function.
2694 (i386_frame_chain): Handle (generic) call dummies.
2695 (i386_frame_saved_pc): Likewise.
2696 (i386_frame_init_saved_regs): Remove code dealing with call
2697 dummies on the stack.
2698 (i386_push_dummy_frame): Removed.
2699 (i386_call_dummy_words): Removed.
2700 (i386_fix_call_dummy): Removed.
2701 (i386_push_return_address): New function.
2702 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2703 parameter, and don't call get_current_frame.
2704 (i386_pop_frame): New function.
2705 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2706 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2707 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2708 call_dummy_length to 0, set call_dummy_words to NULL, set
2709 sizeof_call_dummy_words to 0, set fix_call_dummy to
2710 generic_fix_call_dummy, set pc_in_call_dummy to
2711 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2712 generic_push_dummy_frame, set push_return_address to
2713 i386_push_return_address and set frame_chain_valid to
2714 generic_file_frame_chain_valid.
2715
2716 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2717
2718 * gdbarch.sh (struct regcache): Add opaque declaration.
2719 (EXTRACT_RETURN_VALUE): New architecture method.
2720 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2721 * gdbarch.h, gdbarch.c: Regenerate.
2722 * arch-utils.c (legacy_extract_return_value): New function.
2723 * arch-utils.h (legacy_extract_return_value): Declare.
2724 * values.c (value_being_returned): Re-enable code handling
2725 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2726 deprecated_grub_regcache_for_registers call to block handling
2727 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2728 (EXTRACT_RETURN_VALUE): Do not define.
2729
2730 2002-07-03 Grace Sainsbury <graces@redhat.com>
2731
2732 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2733 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2734 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2735 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2736 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2737 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2738 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2739 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2740 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2741 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2742 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2743 argument so the function fits the prototype in the architecture
2744 vector.
2745 (mcore_pop_frame): Remove argument so the function fits the
2746 prototype. Use get_current_frame instead of the argument.
2747 (mcore_push_arguments): Change type of struct_return so the
2748 function can be used in the architecture vector.
2749 (mcore_store_struct_return): Add.
2750 (mcore_frame_init_saved_regs): Add.
2751 (mcore_gdbarch_init): Add function calls to replace the macros
2752 removed from tm-mcore.h
2753
2754 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2755
2756 * infcmd.c (print_return_value): Remove compatibility code calling
2757 deprecated_grub_regcache_for_registers.
2758
2759 * values.c: Include "regcache.h".
2760 (value_being_returned): Update. Use
2761 deprecated_grub_regcache_for_registers to extract the register
2762 buffer address.
2763 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2764 ``struct regcache''.
2765 * Makefile.in (values.o): Add dependency on $(regcache_h).
2766
2767 * inferior.h (run_stack_dummy): Change type of second parameter to
2768 a ``struct regcache''.
2769 * valops.c (hand_function_call): Change type of retbuf to ``struct
2770 regcache''. Allocate using regcache_xmalloc, clean using
2771 make_cleanup_regcache_xfree.
2772 * infcmd.c (run_stack_dummy): Update. Use
2773 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2774
2775 * regcache.c (do_regcache_xfree): New function.
2776 (make_cleanup_regcache_xfree): New function.
2777 * regcache.h (make_cleanup_regcache_xfree): Declare.
2778
2779 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2780
2781 * event-top.c (command_line_handler): Don't read past
2782 beginning of buffer.
2783
2784 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2785
2786 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2787 struct frame_id.
2788 (varobj_create): Store frame_id for root.
2789 (varobj_gen_name): Use xasprintf.
2790 (varobj_update): Save and restore frame using get_frame_id() and
2791 frame_find_by_id().
2792 (create_child): Use xasprintf.
2793 (new_root_variable): Initialize frame_id.
2794 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2795 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2796 to prevent memory leak.
2797
2798 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2799
2800 * valops.c (hand_function_call): Move declaration of retbuf to
2801 start of function, allocate using malloc, add a cleanup but before
2802 the inf_status cleanup, cleanup the buffer. Rename local variable
2803 old_chain to inf_status_cleanup.
2804
2805 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2806
2807 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2808
2809 * cli/cli-decode.c (cmd_func_p): New function.
2810 (cmd_func): New function.
2811
2812 * command.h: Add cmd_func() and cmd_func_p().
2813
2814 2002-07-03 Grace Sainsbury <graces@redhat.com>
2815
2816 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2817 (REGISTER_SIZE): Remove.
2818 (MAX_REGISTER_RAW_SIZE): Remove.
2819 (REGISTER_VIRTUAL_TYPE): Remove.
2820 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2821 (REGISTER_NAME): Remove.
2822 (USE_GENERIC_DUMMY_FRAMES): Remove.
2823 (CALL_DUMMY): Remove.
2824 (CALL_DUMMY_START_OFFSET): Remove.
2825 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2826 (CALL_DUMMY_LOCATION): Remove.
2827 (FIX_CALL_DUMMY): Remove.
2828 (CALL_DUMMY_ADDRESS): Remove.
2829 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2830 (SAVE_DUMMY_FRAME_TOS): Remove.
2831 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2832 (mcore_register_virtual_type): New function.
2833 (mcore_register_byte): New function.
2834 (mcore_register_size): New function.
2835 (mcore_register_name): New function.
2836 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2837 macros removed from tm-mcore.h.
2838 (mcore_dump_tdep): Add.
2839 (_initialize_mcore_tdep): Add gdbarch_register call.
2840
2841 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2842
2843 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2844 frameless_look_for_prologue, such that we actually call this
2845 function.
2846
2847 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2848
2849 * frame.h (frame_address_in_block): New function.
2850
2851 * blockframe.c (frame_address_in_block): New function extracted
2852 from get_frame_block().
2853 (get_frame_block): Use frame_address_in_block().
2854 (block_innermost_frame): Use frame_address_in_block() to match
2855 the frame pc address against the block boundaries rather than
2856 the frame pc directly. This prevents a failure when a frame pc
2857 is actually a return-address pointing immediately after the end
2858 of the given block.
2859
2860 2002-07-02 Grace Sainsbury <graces@redhat.com>
2861
2862 * MAINTAINERS: Add self under write after approval.
2863
2864 2002-07-02 Grace Sainsbury <graces@redhat.com>
2865
2866 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2867 used in architecture vector. The default is
2868 m68k_local_breakpoint_from_pc.
2869 (m68k_local_breakpoint_from_pc): Add.
2870 (enum): Add register numbers from tm-m68k.h.
2871 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2872 vector.
2873 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2874 GDB_MULTI_ARCH_PARTIAL.
2875 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2876 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2877 m68k-tdep.c.
2878 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2879 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2880 to enum in m68k-tdep.c
2881
2882 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2883
2884 * solib-osf.c (open_map): Compute the list of shared libraries
2885 loaded by the inferior, rather than the list of libraries loaded
2886 by GDB itself. Otherwise, GDB ends up reading the symbols from
2887 the wrong shared libraries...
2888
2889 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2890
2891 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2892 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2893 macros.
2894 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2895 Remove functions.
2896 (FRAMELESS_SIGNAL): Remove function.
2897 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2898 i386_linux_saved_pc_after_call): Removed.
2899 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2900 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2901 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2902
2903 * i386-tdep.c (i386_frameless_signal_p): New function.
2904 (i386_frame_chain): Deal with frameless signals.
2905 (i386_sigtramp_saved_sp): New function.
2906 (i386_frame_saved_pc): Deal with frameless signals.
2907 (i386_saved_pc_after_call): Make sure the correct value is
2908 returned just after entry into a sigtramp.
2909 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2910 i386fbsd4_sc_sp_offset): New variables.
2911 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2912 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2913 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2914 similiar to what we already did for sc_pc_offset.
2915 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2916 tdep->sc_sp_offset.
2917
2918 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2919
2920 2002-07-02 Michal Ludvig <mludvig@suse.cz>
2921
2922 * config/i386/tm-x86-64linux.h: New.
2923 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2924 definitions.
2925 * config/i386/nm-x86-64.h: Rename to ...
2926 * config/i386/nm-x86-64linux.h: ... this one.
2927 * config/i386/x86-64linux.mh: Reflect the above change.
2928
2929 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2930
2931 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2932 with sigcontext_addr. Add sc_sp_offset.
2933 (i386bsd_sigtramp_saved_pc): Remove prototype.
2934 (i386bsd_sicontext_addr): Add prototype.
2935 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2936 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2937 (i386_svr4_sigtramp_saved_pc): Removed.
2938 (i386_svr4_sigcontext_addr): New function.
2939 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2940 Initialize tdep->sigcontext_addr instead. Initialize
2941 tdep->sc_pc_offset and tdep->sc_sp_offset.
2942 (i386_gdbarch_init): Likewise.
2943 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2944 any more.
2945 (i386bsd_sigtramp_saved_pc): Remove function.
2946 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2947 Initialize tdep->sigcontext_addr instead. Initialize
2948 tdep->sc_pc_offset.
2949 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2950 of tdep->sigtramp_saved_pc.
2951 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2952 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2953 instead.
2954
2955 * i386-tdep.c (i386_frameless_function_invocation,
2956 i386_frame_num_args, i386_frame_init_saved_regs,
2957 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2958 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2959 i386_extract_return_value, i386_store_return_value,
2960 i386_extract_struct_value_address, i386_register_virtual_type,
2961 i386_register_convertible, i386_register_convert_to_virtual,
2962 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2963 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2964 static.
2965
2966 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2967
2968 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2969
2970 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2971 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2972 this macro. Include "value.h".
2973
2974 2002-06-30 Aidan Skinner <aidan@velvet.net>
2975
2976 * ada-exp.tab.c: remove as it's a generated file
2977 * ada-lex.c: remove as it's a generated file
2978
2979 2002-06-30 Mark Kettenis <kettenis@gnu.org>
2980
2981 * config/i386/tm-i386.h (struct frame_info, struct
2982 frame_saved_regs, struct value, struct type): Remove forward
2983 declarations.
2984
2985 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2986 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2987 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2988 (FILL_FPXREGSET): Define.
2989
2990 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2991
2992 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2993 i[3456]86-*-netbsd* case.
2994 * config/i386/tm-obsd.h: Removed.
2995 * config/i386/obsd.mt: Removed.
2996 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2997 core-aout.o.
2998 (MH_CFLAGS): Add -DYYDEBUG=0.
2999
3000 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3001 i386nbsd_sc_pc_offset on OpenBSD too.
3002
3003 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3004 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3005 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3006 define.
3007 * i386bsd-tdep.c: Include "arch-utils.h".
3008 (i386bsd_aout_in_solib_call_trampoline): New function.
3009 (i386bsd_init_abi): Set in_solib_call_trampoline to
3010 i386bsd_aout_in_solib_call_trampoline.
3011 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3012 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3013
3014 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3015
3016 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3017 (struct obstack, struct bcache): Add opaque declarations.
3018 * Makefile.in (macrotab_h): Update
3019
3020 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3021
3022 * blockframe.c (generic_find_dummy_frame): Change return type to
3023 ``struct regcache''.
3024 (struct dummy_frame): Replace field ``registers'' with regcache, a
3025 struct regcache object.
3026 (generic_find_dummy_frame): Update.
3027 (generic_push_dummy_frame): Update. Use regcache_xfree,
3028 regcache_xmalloc and regcache_cpy.
3029 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3030 regcache_xfree.
3031 (deprecated_generic_find_dummy_frame): Update.
3032 (generic_read_register_dummy): Update. Use
3033 regcache_read_as_address.
3034 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3035 (generic_get_saved_register): Update. Use regcache_read.
3036
3037 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3038
3039 * Makefile.in (objfiles_h): Add $(bcache_h).
3040 * objfiles.h: Include "bcache.h".
3041
3042 * Makefile.in (symtab_h): Remove $(bcache_h).
3043 * symtab.h: Do not include "bcache.h".
3044
3045 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3046
3047 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3048 generic_func_frame_chain_valid.
3049
3050 2002-06-28 David O'Brien <obrien@FreeBSD.org>
3051
3052 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3053 * config/i386/tm-fbsd.h: Likewise.
3054
3055 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3056
3057 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3058 generic_unwind_get_saved_register.
3059
3060 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3061
3062 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3063 * regcache.c (supply_register): Add missing argument to
3064 register_buffer call.
3065
3066 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3067
3068 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3069 Solaris /bin/grep does not not like it. From Peter Schauer.
3070
3071 2002-06-26 Tom Tromey <tromey@redhat.com>
3072
3073 * command.h (add_setshow_cmd): Declare.
3074 (add_setshow_cmd_full): Declare.
3075 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3076 returns void. Use add_setshow_cmd_full.
3077 (add_setshow_cmd_full): New function.
3078 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3079 (add_setshow_boolean_cmd): Likewise.
3080
3081 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3082
3083 * config/vax/tm-vax.h: Protect from multiple inclusion.
3084 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3085 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3086 * config/vax/tm-vaxbsd.h: ...here. New file.
3087 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3088
3089 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3090
3091 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3092 (BELIEVE_PCC_PROMOTION): Remove.
3093 (AP_REGNUM): Move to...
3094 * config/vax/nm-vax.h: ...here.
3095 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3096 (vax_breakpoint_from_pc): New function.
3097 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3098 and gdbarch_believe_pcc_promotion.
3099
3100 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3101
3102 * Makefile.in (vax_tdep_h): Define.
3103 (vax-tdep.o): Use $(vax_tdep_h).
3104 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3105 (vax_dump_tdep): New function.
3106 (_initialize_vax_tdep): Register vax_dump_tdep.
3107 * vax-tdep.h: Include osabi.h.
3108 (struct gdbarch_tdep): New.
3109
3110 2002-06-26 Andrew Cagney <cagney@redhat.com>
3111
3112 * frame.h (deprecated_generic_find_dummy_frame): Rename
3113 generic_find_dummy_frame.
3114 * blockframe.c (generic_find_dummy_frame): Make static.
3115 (deprecated_generic_find_dummy_frame): New function.
3116 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3117 generic_find_dummy_frame with deprecated_find_dummy_frame.
3118 (sh64_nofp_frame_init_saved_regs): Ditto.
3119 (sh_fp_frame_init_saved_regs): Ditto.
3120 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3121 (s390_frame_chain): Ditto.
3122 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3123
3124 2002-06-26 Grace Sainsbury <graces@redhat.com>
3125
3126 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3127 gdbarch vector are at the top.
3128 (NUM_REGS): Remove.
3129 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3130 (FRAME_ARGS_ADDRESS): Remove.
3131 (FRAME_LOCALS_ADDRESS): Remove.
3132 (FRAME_NUM_ARGS): Remove.
3133 (FRAME_ARGS_SKIP): Remove.
3134 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3135 (m68k_gdbarch_init): Add gdbarch initializations for macros
3136 undefined in tm-m68k.h
3137
3138 2002-06-26 Grace Sainsbury <graces@redhat.com>
3139
3140 * monitor.h: Add the function regname to monitor_ops
3141 structure. This way NUM_REGS does not have to be a constant.
3142 * monitor.c (monitor_fetch_register): Added support for regname
3143 function. The function is called if the array regnames is NULL.
3144 (monitor_store_register): Same.
3145 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3146 regnames array.
3147 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3148 cpu32bug_cmds.regname to point to new function.
3149 * abug-rom.c (abug_regname): Same as above.
3150 (init_abug_cmds): Same.
3151 * dbug-rom.c (dbug_regname): Same as above.
3152 (init_dbug_cmds): Same.
3153 * remote-est.c (est_regname): Same.
3154 (init_est_cmds): Same.
3155 * rom68k-rom.c (rom68k_regname): Same.
3156 (init_rom68k_cmds): Same.
3157
3158 2002-06-25 Tom Tromey <tromey@redhat.com>
3159
3160 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3161
3162 2002-06-25 Andrew Cagney <cagney@redhat.com>
3163
3164 * infrun.c (stop_registers): Change variable's type to ``struct
3165 regcache'''.
3166 (xmalloc_inferior_status): Delete function.
3167 (free_inferior_status): Delete function.
3168 (normal_stop): Use regcache_cpy.
3169 (struct inferior_status): Change type of fields ``stop_registers''
3170 and ``registers'' to ``struct regcache''.
3171 (write_inferior_status_register): Use regcache_write.
3172 (save_inferior_status): Instead of calling
3173 xmalloc_inferior_status, allocate the inf_status buffer directly.
3174 Use regcache_dup_no_passthrough and regcache_dup to save the
3175 buffers.
3176 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3177 Replace the stop_registers regcache instead of overriding it. Use
3178 regcache_xfree. Instead of calling free_inferior_status, xfree
3179 the buffer directly.
3180 (discard_inferior_status): Use regcache_xfree. Instead of calling
3181 free_inferior_status, xfree the buffer directly.
3182 (build_infrun): Use regcache_xmalloc.
3183 (_initialize_infrun): Delete redundant call to build_infrun.
3184
3185 * Makefile.in (infcmd.o): Add $(regcache_h).
3186
3187 * infcmd.c: Include "regcache.h".
3188 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3189 obtain the address of `stop_registers' register buffer.
3190 (print_return_value): Ditto.
3191
3192 * inferior.h (struct regcache): Add opaque declaration.
3193 (stop_registers): Change variable's declared type to ``struct
3194 regcache''.
3195
3196 2002-06-24 Tom Tromey <tromey@redhat.com>
3197
3198 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3199 * target.c (initialize_targets): Fixed typo in
3200 trust-readonly-sections `show' documentation.
3201
3202 * main.c: Marked all strings with _().
3203
3204 2002-06-24 Don Howard <dhoward@redhat.com>
3205
3206 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3207 that means max CORE_ADDR+1.
3208 (lookup_mem_region): Ditto.
3209 (mem_info_command): Ditto.
3210
3211 2002-06-24 Grace Sainsbury <graces@redhat.com>
3212
3213 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3214 (REGISTER_BYTES_OK): Remove.
3215 (REGISTER_BYTES): Remove.
3216 (STORE_STRUCT_RETURN): Remove.
3217 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3218 (STORE_RETURN_VALUE): Remove.
3219 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3220 (FRAME_CHAIN): Remove.
3221 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3222 (FRAME_SAVED_PC): Remove.
3223 * m68k-tdep.c (m68k_register_bytes_ok):Add.
3224 (m68k_store_struct_return): Add.
3225 (m68k_deprecated_extract_return_value): Add.
3226 (m68k_deprecated_extract_struct_value_address): Add.
3227 (m68k_store_return_value): Add.
3228 (m68k_frame_chain): Add.
3229 (m68k_frameless_function_invocation): Add.
3230 (m68k_frame_saved_pc): Add.
3231 (m68k_gdbarch_init): added set_gdbarch calls for new
3232 functions and deleted macros.
3233
3234 2002-06-23 Tom Tromey <tromey@redhat.com>
3235
3236 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3237 (ALLDEPFILES): Likewise.
3238 (udiheaders): Removed.
3239 (udip2soc.o): Likewise.
3240 (udi2go32.o): Likewise.
3241 (udr.o): Likewise.
3242 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3243
3244 2002-06-22 Andrew Cagney <ac131313@redhat.com>
3245
3246 * infrun.c (_initialize_infrun): Delete unnecessary call to
3247 build_infrun.
3248
3249 * regcache.h: Update comments describing the regcache_cpy family
3250 of functions.
3251 (regcache_save, regcache_restore): Delete declaration.
3252 (regcache_save_no_passthrough): Delete declaration.
3253 (regcache_restore_no_passthrough): Delete declaration.
3254 * regcache.c (regcache_save): Delete function.
3255 (regcache_save_no_passthrough): Delete function.
3256 (regcache_restore): Delete function.
3257 (regcache_restore_no_passthrough): Delete function.
3258
3259 2002-06-21 Andrew Cagney <ac131313@redhat.com>
3260
3261 * config/m68k/tm-m68k.h: Fix typo.
3262 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3263 (m68k_frame_init_saved_regs): Declare.
3264
3265 2002-06-21 Jim Blandy <jimb@redhat.com>
3266
3267 Remove some vestiges of Harris 88k support.
3268 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3269 register numbering quirk.
3270 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3271 odd symbols occurring in Harris 88k ELF targets.
3272
3273 2002-06-21 Tom Tromey <tromey@redhat.com>
3274
3275 * gdb_locale.h: New file.
3276 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3277 (defs_h): Added gdb_locale.h.
3278 * configure, config.in: Rebuilt.
3279 * configure.in (PACKAGE): Define.
3280 * defs.h: Include gdb_locale.h.
3281 * main.c (captured_main): Call setlocale, bindtextdomain,
3282 textdomain.
3283
3284 2002-06-21 Dave Brolley <brolley@redhat.com>
3285
3286 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3287 * config/frv/frv.mt: New file.
3288 * config/frv/tm-frv.h: New file.
3289 * configure.tgt: Support frv-*-*.
3290 * Makefile.in (frv-tdep.o): New target.
3291 * frv-tdep.c: New file.
3292 * NEWS: Mention frv.
3293
3294 2002-06-21 Dave Brolley <brolley@redhat.com>
3295
3296 * MAINTAINERS: Add self to "Write After Approval" list.
3297
3298 2002-06-21 Grace Sainsbury <graces@redhat.com>
3299
3300 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3301 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3302 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3303 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3304 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3305
3306 * m68k-tdep.c: Include arch-utils.h
3307 (m68k_register_raw_size): Add.
3308 (m68k_register_virtual_size): Add.
3309 (m68k_register_virtual_type): Add.
3310 (m68k_register_name): Add.
3311 (m68k_stack_align): Add.
3312 (m68k_register_byte): Add.
3313 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3314 tm-m68k.h.
3315
3316 2002-06-21 Grace Sainsbury <graces@redhat.com>
3317
3318 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
3319 m68k_find_saved_regs.
3320 (m68k_pop_frame): Removed saved_regs structure, and replaced
3321 references to it with frame->saved_regs.
3322 (m68k_gdbarch_init): Added function calls to initialize the
3323 gdbarch structure.
3324 (m68k_fix_call_dummy): Add.
3325 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3326 (CALL_DUMMY): Remove.
3327 (CALL_DUMMY_LENGTH): Remove.
3328 (CALL_DUMMY_START_OFFSET): Remove.
3329 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3330 (FIX_CALL_DUMMY): Remove.
3331 (PUSH_DUMMY_FRAME): Remove.
3332 (POP_FRAME): Remove.
3333
3334 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3335
3336 * parse.c (parse_fprintf): New function used to avoid calls to
3337 fprintf in bison parser generated debug code.
3338 * parser-defs.h: Declaration of new parse_fprintf function.
3339 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3340 Set YYDEBUG to 1 by default.
3341 Set YYFPRINTF as parse_fprintf.
3342
3343 2002-06-21 Michal Ludvig <mludvig@suse.cz>
3344
3345 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3346 encoding anymore.
3347 (pointer_encoding, enum ptr_encoding): New.
3348 (execute_cfa_program): Take care about pointer encoding.
3349 (dwarf2_build_frame_info): Only call parse_frame_info for
3350 .debug_frame and .eh_frame.
3351 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3352 fixed augmentation handling, added relative addressing,
3353 ignore duplicate FDEs. Added comments.
3354 * dwarf2cfi.c: Reindented.
3355
3356 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
3357
3358 * event-top.c (command_handler): Don't use space_at_cmd_start
3359 unless there is sbrk() on the host. Assign time and space data
3360 to union fields of the appropriate length.
3361
3362 2002-06-20 Michal Ludvig <mludvig@suse.cz>
3363
3364 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3365 x86_64_register_name. Return type changed to 'const char *'.
3366 (x86_64_register_name2nr): Rename to x86_64_register_number.
3367 (x86_64_gdbarch_init): Update to reflect the change.
3368 * x86-64-tdep.h: Ditto.
3369 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3370 (supply_fpregset): Ditto.
3371
3372 2002-06-19 Andrew Cagney <cagney@redhat.com>
3373
3374 * regcache.h: Update copyright.
3375 (struct regcache, struct gdbarch): Add opaque declarations.
3376 (current_regcache): Declare global variable.
3377 (regcache_read, regcache_write): Add gdbarch parameter.
3378 (regcache_save, regcache_save_no_passthrough)
3379 (regcache_restore, regcache_restore_no_passthrough)
3380 (regcache_dup, regcache_dup_no_passthrough)
3381 (regcache_cpy, regcache_cpy_no_passthrough)
3382 (deprecated_grub_regcache_for_registers)
3383 (deprecated_grub_regcache_for_register_valid)
3384 (regcache_valid_p): Add function declarations.
3385
3386 * regcache.c: Update copyright.
3387 (regcache_descr_handle): New global variable.
3388 (struct regcache_descr): Define.
3389 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3390 (regcache_descr, xfree_regcache_descr): New functions.
3391 (struct regcache): Define.
3392 (regcache_xmalloc, regcache_xfree): New functions.
3393 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3394 (regcache_dup, regcache_dup_no_passthrough): New functions.
3395 (regcache_valid_p, regcache_read_as_address): New functions.
3396 (deprecated_grub_regcache_for_registers): New function.
3397 (deprecated_grub_regcache_for_register_valid): New function.
3398 (current_regcache): New global variable.
3399 (register_buffer): Add regcache parameter. Update calls.
3400 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3401 (read_register_gen, write_register_gen): Update register_buffer
3402 call. Test for legacy_p instead of gdbarch_register_read_p or
3403 gdbarch_register_write_p.
3404 (regcache_collect): Update register_buffer call.
3405 (build_regcache): Rewrite. Use deprecated grub functions.
3406 (regcache_save, regcache_save_no_passthrough): New functions.
3407 (regcache_restore, regcache_restore_no_passthrough): New
3408 functions.
3409 (_initialize_regcache): Create the regcache_data_handle. Swap
3410 current_regcache global variable.
3411
3412 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3413 parameter to regcache_read and regcache_write calls.
3414 (sh4_register_read): Ditto.
3415 (sh64_pseudo_register_read): Ditto.
3416 (sh64_register_read): Ditto.
3417 (sh_pseudo_register_write): Ditto.
3418 (sh4_register_write): Ditto.
3419 (sh64_pseudo_register_write): Ditto.
3420 (sh64_register_write): Ditto.
3421
3422 * defs.h (XCALLOC): Define.
3423
3424 2002-06-19 Grace Sainsbury <graces@redhat.com>
3425
3426 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3427 * m68k-tdep.c (m68k_gdbarch_init): Added.
3428 (m68k_dump_tdep): Added.
3429
3430 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3431
3432 * ada-lang.c (fill_in_ada_prototype): Update comment.
3433
3434 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3435
3436 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3437 MIPS_ABI_LAST.
3438 (mips_abi_string, mips_abi_strings): New.
3439 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3440 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3441 tdep->mips_abi_string. Honor mips_abi_string. Default to
3442 O32 if no ABI is found.
3443 (mips_dump_tdep): Use mips_abi_strings.
3444 (mips_abi_update): New function.
3445 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3446 ``set mips abi'' and ``show mips abi''. Check the size of
3447 mips_abi_strings.
3448
3449 2002-06-19 Andrew Cagney <cagney@redhat.com>
3450
3451 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3452 constant.
3453
3454 2002-06-18 Joel Brobecker <brobecker@gnat.com>
3455
3456 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3457 current frame using only the first stack size adjustment. All
3458 subsequent size adjustments are not considered to be part of
3459 the "static" part of the current frame.
3460 Compute the address of the saved registers relative to the
3461 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3462 in use in this frame.
3463
3464 2002-06-18 Don Howard <dhoward@redhat.com>
3465
3466 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3467 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3468 suggesting this solution.
3469
3470 2002-06-18 Andrew Cagney <ac131313@redhat.com>
3471
3472 * config/romp/xm-rtbsd.h: Delete file.
3473 * config/romp/rtbsd.mh: Delete file.
3474
3475 2002-06-18 Keith Seitz <keiths@redhat.com>
3476
3477 * breakpoint.c (condition_command): Post breakpoint_modify
3478 when a condition is added to an existing breakpoint.
3479 (commands_command): Likewise for commands.
3480 (set_ignore_count): Likewise for ignore counts.
3481 If no tty, do not simply return, still need to send event
3482 notification.
3483 (ignore_command): Only print a newline if the command came
3484 from a tty.
3485 Don't call breakpoints_changed, since this is now properly
3486 handled by set_ignore_count.
3487
3488 2002-06-18 Andrew Cagney <cagney@redhat.com>
3489
3490 * MAINTAINERS: Note that cris-elf target can be compiled with
3491 -Werror.
3492 * cris-tdep.c (cris_register_name): Make return type constant.
3493 (cris_breakpoint_from_pc): Ditto.
3494
3495 2002-06-18 Michal Ludvig <mludvig@suse.cz>
3496
3497 * frame.h (struct frame_info): Change type of context to
3498 'struct context'.
3499
3500 2002-06-17 Andrew Cagney <cagney@redhat.com>
3501
3502 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3503 pointer.
3504 * gdbarch.h, gdbarch.c: Regenerate.
3505 * config/mips/tm-mips.h (mips_register_name): Update.
3506 * i386-tdep.h (i386_register_name): Update.
3507 * mips-tdep.c (mips_register_name): Update
3508 * alpha-tdep.c (alpha_register_name): Update.
3509 * arch-utils.c (legacy_register_name): Update.
3510 * arch-utils.h (legacy_register_name): Update.
3511 * avr-tdep.c (avr_register_name): Update.
3512 * ia64-tdep.c (ia64_register_name): Update.
3513 * i386-tdep.c (i386_register_name): Update.
3514 * sparc-tdep.c (sparc32_register_name): Update.
3515 (sparc64_register_name): Update.
3516 (sparclite_register_name): Update.
3517 (sparclet_register_name): Update.
3518 * sh-tdep.c (sh_generic_register_name): Update.
3519 (sh_sh_register_name): Update.
3520 (sh_sh3_register_name): Update.
3521 (sh_sh3e_register_name): Update.
3522 (sh_sh_dsp_register_name): Update.
3523 (sh_sh3_dsp_register_name): Update.
3524 (sh_sh4_register_name): Update.
3525 (sh_sh64_register_name): Update.
3526 * s390-tdep.c (s390_register_name): Update.
3527 * rs6000-tdep.c (rs6000_register_name): Update.
3528 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3529 (ns32k_register_name_32382): Update.
3530 * d10v-tdep.c (d10v_ts2_register_name): Update.
3531 (d10v_ts3_register_name): Update.
3532 * xstormy16-tdep.c (xstormy16_register_name): Update.
3533 * vax-tdep.c (vax_register_name): Update.
3534 * v850-tdep.c (v850_register_name): Update.
3535 * m68hc11-tdep.c (m68hc11_register_name): Update.
3536 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3537 (am33_register_name): Update.
3538
3539 2002-06-17 Grace Sainsbury <graces@redhat.com>
3540
3541 * m68k-tdep.c: Reindented.
3542
3543 2002-06-17 Andrew Cagney <ac131313@redhat.com>
3544
3545 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3546 list of predefined types.
3547
3548 2002-06-16 Mark Kettenis <kettenis@gnu.org>
3549
3550 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3551 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3552 REGISTER_CONVERT_TO_RAW): Remove defines.
3553 (i386_register_virtual_type, i386_register_convertible,
3554 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3555 Remove prototypes.
3556 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3557 macros mentioned above.
3558
3559 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3560 (i386lynx_saved_pc_after_call): Remove prototype.
3561 * i386ly-tdep.c: Include "i386-tdep.h".
3562 (i386lynx_saved_pc_after_call): Make static. Use
3563 read_memory_nobpt instead of read_memory. Use
3564 read_memory_unsigned_integer instead of read_memory_integer.
3565 (i386lynx_init_abi): New function.
3566 (i386lynx_coff_osabi_sniffer): New function.
3567 (_initialize_i386bsd_tdep): New function.
3568
3569 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3570 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3571 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3572 (i386_fix_call_dummy): Remove prototype.
3573 * i386-tdep.c (i386_call_dummy_words): New variable.
3574 (i386_gdbarch_init): Adjust for removal of the
3575 macros mentioned above.
3576
3577 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3578
3579 * command.h (add_setshow_auto_boolean_cmd): Replace
3580 add_set_auto_boolean_cmd.
3581 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3582 add_set_auto_boolean_cmd.
3583 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3584 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3585 mask-address'' command.
3586 (show_mask_address): Add cmd parameter.
3587 * remote.c (add_packet_config_cmd): Update. Change type of
3588 set_func and show_func to cmd_sfunc_ftype.
3589 (_initialize_remote): Update `set remote Z-packet'
3590 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3591 (show_remote_protocol_e_packet_cmd): Ditto.
3592 (show_remote_protocol_E_packet_cmd): Ditto.
3593 (show_remote_protocol_P_packet_cmd): Ditto.
3594 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3595 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3596 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3597 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3598 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3599 (show_remote_protocol_Z_packet_cmd): Ditto.
3600 (show_remote_protocol_binary_download_cmd): Ditto.
3601 (show_remote_cmd): Pass NULL to all of above.
3602
3603 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3604
3605 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3606 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3607 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3608 POP_FRAME): Remove defines.
3609 (i386_push_arguments, i386_store_struct_return,
3610 i386_extract_return_value, i386_store_return_value,
3611 i386_extract_struct_value_address, i386_push_dummy_frame,
3612 i386_pop_frame): Renove prototypes.
3613 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3614 macros mentioned above.
3615
3616 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3617
3618 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3619 add_set_boolean_cmd.
3620 (add_setshow_cmd): New function.
3621 * command.h (add_setshow_boolean_cmd): Replace
3622 add_set_boolean_cmd.
3623 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3624 and ``set rdiromatzero''.
3625 * maint.c (_initialize_maint_cmds): Update commented out code.
3626 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3627 * target.c (initialize_targets): Update `set
3628 trust-readonly-sections'.
3629 * remote.c (_initialize_remote): Update `set remotebreak'.
3630
3631 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3632
3633 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3634 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3635 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3636 fit into multi-arch framework.
3637 (i386_breakpoint_from_pc): New function.
3638 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3639 above.
3640
3641 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3642 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3643 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3644 (i386_frameless_function_invocation, i386_frame_num_args,
3645 i386_frame_init_saved_regs): Remove prototypes.
3646 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3647 macros mentioned above.
3648
3649 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3650
3651 * cli/cli-decode.c (set_cmd_cfunc): Update.
3652 (set_cmd_sfunc): Update.
3653 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3654 (set_cmd_sfunc, set_cmd_cfunc): Update.
3655 * cli/cli-decode.h: Update.
3656
3657 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3658
3659 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3660 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3661
3662 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3663
3664 * defs.h (auto_boolean): Declare enum.
3665 * command.h (cmd_auto_boolean): Delete enum.
3666 * mips-tdep.c (mask_address_var): Update.
3667 (mips_mask_address_p): Update.
3668 (show_mask_address): Update.
3669 * remote.c (struct packet_config): Update.
3670 (update_packet_config): Update.
3671 (show_packet_config_cmd): Update.
3672 (packet_ok): Update.
3673 (add_packet_config_cmd): Update.
3674 (_initialize_remote):
3675 * command.h: Update.
3676 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3677 (do_setshow_command): Update.
3678 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3679 * cli/cli-decode.h: Update.
3680
3681 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3682
3683 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3684 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3685 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3686 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3687 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3688 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3689
3690 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3691 list of DJGPP COFF targets.
3692
3693 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3694 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3695 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3696 (FP0_REGNUM): Remove define.
3697 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3698 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3699 (i386_register_virtual_size): Remove protoype.
3700 * i386-tdep.c (i386_register_virtual_size): Removed.
3701 (i386_extract_return_value, i386_store_return_value): Use
3702 FP0_REGNUM instead of NUM_FREGS to determine whether the
3703 floating-point registers are available.
3704 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3705 Adjust for removal of macros mentioned above.
3706
3707 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3708
3709 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3710 comments.
3711 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3712 Remove prototypes.
3713 (supply_gregset, fill_gregset): Remove use of register keyword and
3714 remove declaration for regmap. Use I386_NUM_GREGS instead of
3715 NUM_REGS and NUM_FREGS.
3716 (FPREGSET_FSAVE_OFFSET): Remove.
3717 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3718 NUM_FREGS to determine whether the floating-point registers are
3719 available.
3720
3721 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3722 gnu_store_registers): Replace usage of NUM_GREGS with
3723 I386_NUM_GREGS.
3724
3725 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3726 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3727 usage of NUM_GREGS with I386_NUM_GREGS.
3728
3729 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3730
3731 * i386bsd-nat.c: Include "i386-tdep.h".
3732 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3733 I386_NUM_GREGS.
3734
3735 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3736 and associated comment. They no longer make any sense, since we
3737 don't use this file anymore on Linux.
3738
3739 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3740 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3741 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3742 elements in these arrays.
3743 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3744 MAX_NUM_REGS.
3745
3746 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3747
3748 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3749 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3750
3751 2002-06-14 Andrew Cagney <cagney@redhat.com>
3752
3753 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3754 EXTRACT_RETURN_VALUE.
3755 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3756 EXTRACT_STRUCT_VALUE_ADDRESS.
3757 * gdbarch.h, gdbarch.c: Regenerate.
3758
3759 * values.c (value_being_returned): Handle
3760 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3761 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3762
3763 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3764 * arm-tdep.c (arm_gdbarch_init): Update.
3765 * avr-tdep.c (avr_gdbarch_init): Update.
3766 * cris-tdep.c (cris_gdbarch_init): Update.
3767 * d10v-tdep.c (d10v_gdbarch_init): Update.
3768 * ia64-tdep.c (ia64_gdbarch_init): Update.
3769 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3770 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3771 * s390-tdep.c (s390_gdbarch_init): Update.
3772 * sh-tdep.c (sh_gdbarch_init): Update.
3773 * s390-tdep.c (s390_gdbarch_init): Update.
3774 * sparc-tdep.c (sparc_gdbarch_init): Update.
3775 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3776 * v850-tdep.c (v850_gdbarch_init): Update.
3777 * vax-tdep.c (vax_gdbarch_init): Update.
3778 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3779 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3780
3781 * config/arc/tm-arc.h: Update.
3782 * config/d30v/tm-d30v.h: Update.
3783 * config/fr30/tm-fr30.h: Update.
3784 * config/h8300/tm-h8300.h: Update.
3785 * config/h8500/tm-h8500.h: Update.
3786 * config/i386/tm-i386.h: Update.
3787 * config/i386/tm-ptx.h: Update.
3788 * config/i386/tm-symmetry.h: Update.
3789 * config/i960/tm-i960.h: Update.
3790 * config/m32r/tm-m32r.h: Update.
3791 * config/m68k/tm-delta68.h: Update.
3792 * config/m68k/tm-linux.h: Update.
3793 * config/m68k/tm-m68k.h: Update.
3794 * config/m88k/tm-m88k.h: Update.
3795 * config/mcore/tm-mcore.h: Update.
3796 * config/mips/tm-mips.h: Update.
3797 * config/mn10200/tm-mn10200.h: Update.
3798 * config/pa/tm-hppa.h: Update.
3799 * config/pa/tm-hppa64.h: Update.
3800 * config/sparc/tm-sp64.h: Update.
3801 * config/sparc/tm-sparc.h: Update.
3802 * config/sparc/tm-sparclet.h: Update.
3803 * config/z8k/tm-z8k.h: Update.
3804
3805 2002-06-14 Andrew Cagney <cagney@redhat.com>
3806
3807 * Makefile.in (i386_linux_tdep_h): Define.
3808 (i386_tdep_h, i387_tdep_h): Define.
3809 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3810 $(i386_tdep_h) and $(i387_tdep_h).
3811 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3812
3813 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3814
3815 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3816 Already covered by the default.
3817
3818 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3819 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3820 (i386_gdbarch_init): Initialize long_double_format and long_double
3821 bit.
3822
3823 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3824 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3825 Move these to ...
3826 * config/i386/i386sol2.mh: ... here.
3827 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3828 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3829 (SIGCONTEXT_PC_OFFSET): Remove define.
3830 (IN_SIGTRAMP): Remove define.
3831 * i386-sol2-tdep.c: New file.
3832
3833 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3834 * config/i386/tm-i386nw.h: Removed.
3835
3836 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3837 USE_STRUCT_CONVENTION): Remove defines.
3838 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3839 (get_longjmp_target): Remove prototype.
3840 (IN_SIGTRAMP): Remove define.
3841 (i386bsd_in_sigtramp): Remove prototype.
3842 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3843 function. Update comment accordingly
3844 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3845 (FRAME_SAVED_PC): Remove define.
3846 (i386bsd_frame_saved_pc): Remove prototype.
3847 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3848 GET_LONGJMP_TARGET): Remove defines.
3849 (get_longjmp_target): Remove prototype.
3850 (IN_SIGTRAMP): Remove define.
3851 (i386bsd_in_sigtramp): Remove prototype.
3852 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3853 function. Update comment accordingly
3854 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3855 (FRAME_SAVED_PC): Remove define.
3856 (i386bsd_frame_saved_pc): Remove prototype.
3857 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3858 Remove prototype.
3859 (USE_STRUCT_CONVENTION): Remove prototype.
3860 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3861 declaration.
3862 (_initialize_i386bsd_nat): Revise logic to determine some
3863 constants at compile time when compiling a native GDB. Warn if
3864 things don't match up with what we expect.
3865 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3866 Remove variables.
3867 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3868 to use date stored in `struct gdbarch_tdep'.
3869 (i386bsd_sigcontext_offset): Remove varaible.
3870 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3871 stored in `struct gdbarch_tdep'.
3872 (i386bsd_frame_saved_pc): Make static.
3873 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3874 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3875 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3876 i386fbsd4_sc_pc_offset): New variables.
3877 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3878 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3879 functions.
3880 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3881 functions.
3882 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3883 Modify the value of i386fbsd_sigtramp_start and
3884 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3885 i386fbsd_sigtramp_end.
3886 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3887 function.
3888
3889 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3890 define to i386-linux-tdep.h.
3891 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3892 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3893 defines.
3894 (i386_linux_register_name, i386_linux_register_byte,
3895 i386_linux_register_raw_size): Remove prototypes.
3896 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3897 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3898 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3899 TARGET_WRITE_PC): Remove defines.
3900 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3901 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3902 i386_linux_write_pc): Remove prototypes.
3903 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3904 (get_longjmp_target): Remove prototype.
3905 * i386-linux-tdep.h: New file.
3906 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3907 * i386-linux-tdep.c: Include "i386-tdep.h" and
3908 "i386-linux-tdep.h".
3909 (i386_linux_register_name, i386_linux_register_byte,
3910 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3911 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3912 Make static.
3913 (i386_linux_init_abi): New function.
3914 (_initialize_i386_linux_tdep): New function.
3915
3916 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3917 (i386_saved_pc_after_call): Remove prototype.
3918 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3919 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3920 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3921 (i386_register_name, i386_stab_reg_to_regnum,
3922 i386_dwarf_reg_to_regnum): Remove prototypes.
3923 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3924 SIZEOF_SSE_REGS): Remove defines.
3925 (REGISTER_BYTES): Remove define.
3926 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3927 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3928 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3929 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3930 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3931 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3932 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3933 (get_longjmp_target): Remove prototype.
3934 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3935 (sigtramp_saved_pc): Remove define.
3936 (i386v4_sigtramp_saved_pc): Remove prototype.
3937 * config/i386/tm-go32.h (FRAME_CHAIN,
3938 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3939 (i386go32_frame_saved_pc): Remove prototype.
3940 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3941 (get_longjmp_target): Remove prototype.
3942 * i386-tdep.h: Include "osabi.h".
3943 (enum i386_abi): Removed.
3944 (enum struct_return): New enum.
3945 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3946 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3947 sc_pc_offset members.
3948 (i386_gdbarch_register_os_abi): Remove prototype.
3949 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3950 I386_SSE_NUM_REGS): New defines.
3951 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3952 I386_SSE_SIZEOF_REGS): New defines.
3953 (i386_register_name, i386_register_byte, i386_register_raw_size):
3954 New prototypes.
3955 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3956 (i386bsd_sigtramp_saved_pc): New prototype.
3957 * i386-tdep.c: Don't include "elf-bfd.h".
3958 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3959 i386_frame_chain, i386_saved_pc_after_call): Make static.
3960 (i386_frame_saved_pc): Rewrite to call architecture dependent
3961 function to deal with signal handlers. Make static.
3962 (i386go32_frame_saved_pc): Removed.
3963 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3964 Removed.
3965 (i386_get_longjmp_target): New function.
3966 (default_struct_convention, pcc_struct_convention,
3967 reg_struct_convention, valid_conventions, struct_convention): New
3968 variables.
3969 (i386_use_struct_convention): New function.
3970 (i386v4_sigtramp_saved_pc): Renamed to
3971 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3972 (i386_pc_in_sigtramp): New function.
3973 (i386_abi_names): Removed.
3974 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3975 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3976 Removed.
3977 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3978 i386_gdbarch_register_os_abi): Removed.
3979 (struct i386_abi_handler): Removed.
3980 (i386_abi_handler_list): Removed.
3981 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3982 functions.
3983 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3984 i386_nw_init_abi): New functions.
3985 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3986 Use set_gdbarch_xxx() calls instead of relying on macros for a
3987 number of calls.
3988 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3989 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3990 Register the various architecture variants defined in this file.
3991
3992 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
3993
3994 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3995 (struct main_type): Remove arg_types member. Update comments for
3996 struct field.
3997 (TYPE_ARG_TYPES): Remove.
3998 (TYPE_FN_FIELD_ARGS): Update.
3999 (smash_to_method_type): Update prototype.
4000
4001 * c-typeprint.c (cp_type_print_method_args): Take method type
4002 instead of argument list. Use new argument layout. Simplify.
4003 (c_type_print_args): Use new argument layout. Simplify.
4004 (c_type_print_base): Update call to cp_type_print_method_args.
4005 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4006 argument; use die->type instead. Update call to
4007 smash_to_method_type.
4008 (read_structure_scope): Update call to dwarf2_add_member_fn.
4009 * gdbtypes.c (allocate_stub_method): Update comment.
4010 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4011 Use new argument layout.
4012 (check_stub_method): Use new argument layout. Don't count
4013 void as an argument.
4014 (print_arg_types): Update comments. Use new argument layout.
4015 (recursive_dump_type): Don't print arg_types member.
4016 * hpread.c (hpread_read_struct_type): Use new argument layout.
4017 (fixup_class_method_type): Likewise.
4018 (hpread_type_lookup): Likewise.
4019 * stabsread.c (read_type): Update calls to read_args and
4020 smash_to_method_type.
4021 (read_args): Use new argument layout. Simplify.
4022 * valops.c (typecmp): Use new argument layout. Update parameters
4023 and comments. Simplify.
4024 (hand_function_call): Use new argument layout.
4025 (search_struct_method): Update call to typecmp.
4026 (find_overload_match): Use new argument layout.
4027
4028 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4029
4030 * NEWS: Mention multithreaded debug support for gdbserver.
4031
4032 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4033
4034 * MAINTAINERS: Mention NEWS.
4035
4036 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4037
4038 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4039 (struct mips_objfile_private, compare_pdr_entries): New.
4040 (non_heuristic_proc_desc): Read the ".pdr" section if it
4041 is present.
4042
4043 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4044
4045 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4046 (arm_debug): New static variable.
4047 (_initialize_arm_tdep): Add ``set debug arm'' command.
4048
4049 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4050
4051 * Makefile.in (sim_arm_h): Define.
4052 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4053 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4054 (arm_register_sim_regno): New function, map an internal REGNUM
4055 onto a simulator register number.
4056 (arm_gdbarch_init): Set register_sim_regno.
4057
4058 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
4059
4060 * MAINTAINERS: Add self.
4061
4062 2002-06-11 Jim Blandy <jimb@redhat.com>
4063
4064 * source.c (source_info): Mention whether the symtab has
4065 information about preprocessor macros.
4066
4067 Call the command `info macro', not `show macro'.
4068 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4069 Fix error message.
4070 (_initialize_macrocmd): Register `info_macro_command' in
4071 `infolist', not `showlist'.
4072
4073 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4074
4075 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4076 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4077 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4078 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4079 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4080 unconditionally.
4081 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4082 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4083 (_initialize_mips_tdep): Remove dead code.
4084 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4085 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4086 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4087 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4088 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4089 MIPS_LAST_FP_ARG_REGNUM): Remove.
4090
4091 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4092
4093 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4094 (unwind_tmp_obstack_free, parse_frame_info)
4095 (update_context, cfi_read_fp, cfi_write_fp)
4096 (cfi_frame_chain, cfi_init_extra_frame_info)
4097 (cfi_virtual_frame_pointer): Use the above function.
4098 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4099
4100 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
4101
4102 * v850-tdep.c (v850_type_is_scalar): New function.
4103 (v850_use_struct_convention): Match current gcc implementation
4104 as close as possible.
4105 (v850_push_arguments): Fix stack_offset handling. Don't write
4106 struct_addr into register. This is done by v850_store_struct_return.
4107 (v850_extract_return_value): Care for structs.
4108 (v850_store_return_value): Ditto.
4109 (v850_store_struct_return): Actually write address.
4110
4111 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4112
4113 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4114 without debug information too.
4115
4116 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4117
4118 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4119 Make multi-arch pure.
4120 * gdbarch.h, gdbarch.c: Re-generate.
4121 * arm-tdep.c (arm_print_float_info): Update.
4122 * arch-utils.h (default_print_float_info): Update.
4123 * arch-utils.c (default_print_float_info): Update.
4124 * infcmd.c (float_info): Update call.
4125
4126 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4127
4128 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4129 the front of the initialize list.
4130
4131 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4132
4133 * infrun.c (struct inferior_status): Replace fields
4134 selected_frame_address and selected_level with field
4135 selected_frame_id.
4136 (save_inferior_status): Update. Use get_frame_id.
4137 (struct restore_selected_frame_args): Delete.
4138 (restore_selected_frame): Update. Use frame_find_by_id.
4139 (restore_inferior_status): Update.
4140
4141 * breakpoint.h (struct breakpoint): Change type of
4142 watchpoint_frame to frame_id.
4143 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4144 call to get_current_frame.
4145 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4146 get_current_frame.
4147 (watchpoint_check): Use frame_find_by_id.
4148
4149 * frame.h (record_selected_frame): Delete declaration.
4150 * stack.c (record_selected_frame): Delete function.
4151
4152 * frame.h (struct frame_id): Define.
4153 (get_frame_id): Declare.
4154 (frame_find_by_id): Declare.
4155 * frame.c (frame_find_by_id): New function.
4156 (get_frame_id): New function.
4157
4158 2002-06-10 Andrey Volkov <avolkov@transas.com>
4159
4160 * ser-e7kpc.c: Fix duplicated define and call of
4161 _initialize_ser_e7000pc
4162
4163 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4164
4165 * signals/signals.c (target_signal_from_host): Fix #ifdef
4166 SIGRTMIN case.
4167 (do_target_signal_to_host): Likewise.
4168
4169 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4170
4171 * mips-tdep.c (mips_find_abi_section): New function.
4172 (mips_gdbarch_init): Call it.
4173
4174 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4175
4176 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4177 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4178 after Andrew's 2002-06-08 gdbarch change.
4179
4180 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4181
4182 * i386-linux-nat.c (suppy_gregset): Don't supply
4183 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4184 register cache.
4185 (fill_gregset): Don't fetch it under the same circumstances.
4186
4187 2002-06-09 Andrew Cagney <cagney@redhat.com>
4188
4189 * Makefile.in (callback_h): Define.
4190 (remote_sim_h): Update path to remote-sim.h.
4191 (remote-rdp.o): Add $(callback_h).
4192 (remote-sim.o): Use $(callback_h).
4193 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4194 * remote-rdp.c: Include "gdb/callback.h".
4195
4196 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4197
4198 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4199 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4200
4201 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4202
4203 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4204 * rdi-share/serpardr.c: Ditto.
4205 * rdi-share/unixcomm.c: Ditto.
4206 * rdi-share/serdrv.c: Ditto.
4207 * rdi-share/hostchan.h: Ditto.
4208 * rdi-share/hostchan.c: Ditto.
4209 * rdi-share/host.h: Ditto.
4210 * rdi-share/devsw.c: Ditto.
4211
4212 * objfiles.h: Change type of obj_private to void pointer.
4213 * pa64solib.c: Update copyright. Don't include "assert.h", use
4214 strcmp instead of STREQ, use LONGEST, do not use PTR
4215 * somsolib.c: Ditto.
4216
4217 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4218 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4219 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4220
4221 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4222
4223 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4224 (default_get_saved_register): Delete function.
4225 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4226 generic_unwind_get_saved_register.
4227 * gdbarch.h, gdbarch.c: Re-generate.
4228
4229 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4230
4231 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4232 generic_func_frame_chain_valid.
4233 * gdbarch.h, gdbarch.c: Re-generate.
4234 * blockframe.c (generic_func_frame_chain_valid): Only check
4235 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
4236 passing FP to PC_IN_CALL_DUMMY.
4237 Fix PR gdb/360.
4238
4239 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4240
4241 * gdbarch.sh (struct gdbarch_data): Add field init_p.
4242 (register_gdbarch_data): Initialize init_p.
4243 (gdbarch_data): Initialize data pointer using the init function.
4244 (init_gdbarch_data): Delete function.
4245 (gdbarch_update_p): Update.
4246 (initialize_non_multiarch): Update.
4247 (struct gdbarch): Add field initialized_p.
4248 * gdbarch.h, gdbarch.c: Re-generate.
4249
4250 2002-06-07 Michal Ludvig <mludvig@suse.cz>
4251
4252 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4253 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4254 better do the things actually here.
4255 * x86-64-tdep.c (x86_64_register_name2nr): New.
4256 (x86_64_register_name): Renamed to x86_64_register_nr2name.
4257 (x86_64_gdbarch_init): Respect the above change.
4258 * x86-64-tdep.h (x86_64_register_name2nr)
4259 (x86_64_register_nr2name): Add prototypes.
4260 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4261
4262 2002-06-06 Michael Snyder <msnyder@redhat.com>
4263
4264 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4265 Delete extra braces and re-indent.
4266 (d10v_store_return_value): Char return values
4267 must be shifted over by one byte in R0.
4268 (d10v_extract_return_value): Delete extra braces, re-indent.
4269
4270 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4271
4272 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4273 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4274 (d10v_integer_to_address): Rewrite.
4275 (d10v_frame_init_saved_regs): When reading fp and sp registers use
4276 the d10v specific functions which take care of converting to the
4277 correct space.
4278
4279 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4280
4281 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4282 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4283
4284 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4285
4286 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4287 includes.
4288 * config/tm-linux.h: Ditto.
4289 * config/alpha/tm-alphalinux.h: Ditto.
4290 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4291 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4292 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4293 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4294 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4295 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4296 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4297 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4298 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4299 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4300 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4301 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4302 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4303 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4304 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4305 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4306 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4307 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4308 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4309 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4310 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4311 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4312 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4313 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4314 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4315 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4316 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4317 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4318 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4319 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4320 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4321 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4322 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4323 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4324 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4325 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4326 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4327
4328 2002-05-04 Aidan Skinner <aidan@velvet.net>
4329
4330 * ada-exp.tab.c: New file
4331 * ada-exp.y: New file
4332 * ada-lang.c: New file
4333 * ada-lang.h: New file
4334 * ada-lex.c: New file
4335 * ada-lex.l: New file
4336 * ada-tasks.c: New file
4337 * ada-typeprint.c: New file
4338 * ada-valprint.c: New file
4339
4340 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4341
4342 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4343 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4344
4345 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4346
4347 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4348 insetead of ppc-linux-tdep.o.
4349 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4350 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4351
4352 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4353
4354 2002-05-07 Christian Groessler <chris@groessler.org>
4355 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4356 bit register contents for little endian hosts.
4357
4358 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4359
4360 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4361 any maintainer.
4362
4363 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4364
4365 * gdbarch.h: Regenerate.
4366
4367 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4368
4369 * MAINTAINERS: Add everyone to write-after-approval list.
4370
4371 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4372
4373 * stack.c (frame_info): Use frame_register_unwind instead of
4374 saved_regs. Mention when the SP is on the stack or in a register.
4375
4376 * frame.h (frame_register_unwind_ftype): Define. Document.
4377 (struct frame_info): Add field register_unwind and
4378 register_unwind_cache.
4379 (frame_register_unwind): Declare.
4380 (generic_unwind_get_saved_register): Declare.
4381
4382 * frame.c (frame_register_unwind): New function.
4383 (generic_unwind_get_saved_register): New function.
4384
4385 * blockframe.c (generic_call_dummy_register_unwind): New function.
4386 (frame_saved_regs_register_unwind): New function.
4387 (set_unwind_by_pc): New function.
4388 (create_new_frame): New function.
4389 (get_prev_frame): New function.
4390
4391 2002-05-30 Andrew Cagney <ac131313@redhat.com>
4392
4393 * a29k-share/: Delete directory.
4394 * remote-vx29k.c: Delete file.
4395
4396 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4397
4398 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4399 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4400
4401 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4402
4403 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4404 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4405 (sparc64nbsd-nat.o)
4406 (sparcnbsd-nat.o)
4407 (sparcnbsd-tdep.o): New dependency lists.
4408 * NEWS: Note new UltraSPARC NetBSD native configuration.
4409 * configure.host (sparc64-*-netbsd*): New host.
4410 * configure.tgt (sparc-*-netbsdelf*)
4411 (sparc-*-netbsd*): Set gdb_target to nbsd.
4412 (sparc64-*-netbsd*): New target.
4413 * sparc64nbsd-nat.c: New file.
4414 * sparcnbsd-nat.c: New file.
4415 * sparcnbsd-tdep.c: New file.
4416 * sparcnbsd-tdep.h: New file.
4417 * config/sparc/nbsd.mt: New file.
4418 * config/sparc/nbsd64.mh: New file.
4419 * config/sparc/nbsd64.mt: New file.
4420 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4421 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4422 (HOST_IPC): Remove.
4423 * config/sparc/nbsdaout.mt: Remove.
4424 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4425 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4426 (HOST_IPC): Remove.
4427 * config/sparc/nbsdelf.mt: Remove.
4428 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4429 sparc-nat.c compatiblity defines.
4430 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4431 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4432 * config/sparc/tm-nbsd64.h: New file.
4433 * config/sparc/tm-nbsdaout.h: Remove.
4434 * config/sparc/xm-nbsd.h: Remove.
4435
4436 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4437
4438 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4439 * sparc-tdep.c: Include osabi.h.
4440 (gdbarch_tdep): Add osabi member.
4441 (_initialize_sparc_tdep): Use gdbarch_register.
4442 (sparc_gdbarch_init): Use generic OS ABI framework.
4443 (sparc_dump_tdep): New function.
4444
4445 2002-05-30 Kevin Buettner <kevinb@redhat.com>
4446
4447 * corefile.c (do_captured_read_memory_integer): Return non-zero
4448 result.
4449 (safe_read_memory_integer): Copy result of memory read when
4450 status is non-zero. Also, add comments.
4451
4452 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4453
4454 * Makefile.in (ppc_tdep_h): Define.
4455 (ppc-linux-nat.o)
4456 (ppc-linux-tdep.o)
4457 (rs6000-tdep.o): Use $(ppc_tdep_h).
4458 (ppc-sysv-tdep.o)
4459 (ppcnbsd-nat.o)
4460 (ppcnbsd-tdep.o): New dependency lists.
4461 * ppc-tdep.h: Use generic OS ABI framework.
4462 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4463 (ppc_linux_init_abi): New functions.
4464 (ppc_sysv_abi_broken_use_struct_convention)
4465 (ppc_sysv_abi_use_struct_convention)
4466 (ppc_sysv_abi_push_arguments): Move to...
4467 * ppc-sysv-tdep.c: ...here.
4468 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4469 * rs6000-tdep.c (process_note_abi_tag_sections)
4470 (get_elfosabi): Remove.
4471 (rs6000_gdbarch_init): Use generic OS ABI framework.
4472 (rs6000_dump_tdep): New function.
4473 (_initialize_rs6000_tdep): Use gdbarch_register.
4474 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4475 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4476 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4477 of ppc-linux-tdep.o.
4478 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4479 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4480 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4481 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4482 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4483 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4484
4485 2002-05-29 Jim Blandy <jimb@redhat.com>
4486
4487 * macroscope.c (default_macro_scope): Put `void' in empty argument
4488 list.
4489
4490 2002-05-29 Andrew Cagney <ac131313@redhat.com>
4491
4492 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4493 * arch-utils.c: Include "sim-regno.h".
4494 * gdbarch.sh: Don't include "sim-regno.h".
4495 * gdbarch.h, gdbarch.c: Regenerate.
4496 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4497 here.
4498 * arch-utils.h (legacy_register_sim_regno): To here.
4499 * remote-sim.c (legacy_register_sim_regno): Move function from
4500 here.
4501 * arch-utils.c (legacy_register_sim_regno): To here.
4502
4503 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4504
4505 * sim-regno.h: New file.
4506 * Makefile.in (sim_regno_h): Define.
4507 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4508 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4509 (legacy_register_sim_regno): New function.
4510 (one2one_register_sim_regno): New function.
4511 (gdbsim_fetch_register): Rewrite.
4512 (gdbsim_store_register): Only store a register when
4513 REGISTER_SIM_REGNO is valid.
4514 * d10v-tdep.c: Include "sim-regno.h".
4515 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4516 (d10v_ts3_register_sim_regno): Ditto.
4517 * gdbarch.sh: Include "sim-regno.h".
4518 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4519 * gdbarch.h, gdbarch.c: Regenerate.
4520 * arch-utils.h (default_register_sim_regno): Delete declaration.
4521 * arch-utils.c (default_register_sim_regno): Delete function.
4522
4523 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4524
4525 * ppcnbsd-nat.c: Rewrite.
4526 * ppcnbsd-tdep.c: New file.
4527 * ppcnbsd-tdep.h: New file.
4528 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4529 solib.o, and solib-svr4.o.
4530 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4531 nbsd-tdep.o, and corelow.o.
4532
4533 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4534
4535 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4536 `tr' and `sed'. Mention that `broken' targets are not expected to
4537 build.
4538
4539 2002-05-27 Michal Ludvig <mludvig@suse.cz>
4540
4541 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4542 Let PC point right after the prologue before looking up symbols.
4543
4544 2002-05-27 Martin M. Hunt <hunt@redhat.com>
4545
4546 * i386-tdep.c (i386_register_virtual_type): Return
4547 builtin_type_vec128i for SSE registers.
4548
4549 * gdbtypes.h (builtin_type_vec128i): Declare.
4550
4551 * gdbtypes.c (build_builtin_type_vec128i): New function.
4552 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4553 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4554 (build_gdbtypes): Initialize new builtin vector types.
4555 (_initialize_gdbtypes): Register new vector types with gdbarch.
4556
4557 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4558
4559 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4560 since it has been multi-arch'd.
4561 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4562 Move Alpha and VAX multi-arch news entries to same section
4563 as other multi-arch news.
4564
4565 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4566
4567 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4568 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4569 static. Rename some register numbers to put them in ns32k-tdep
4570 private namespace.
4571 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4572 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4573 functions.
4574 (_initialize_ns32k_tdep): Use gdbarch_register.
4575 * ns32k-tdep.h: New file.
4576 * ns32knbsd-tdep.c: New file.
4577 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4578 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4579 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4580 REGISTER_BYTES, REGISTER_BYTE): Remove.
4581 * config/ns32k/tm-ns32k.h: New file.
4582 * config/ns32k/tm-umax.h: Remove.
4583
4584 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4585
4586 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4587 ns32k_store_struct_return, ns32k_extract_return_value,
4588 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4589 functions.
4590 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4591 ns32k_saved_pc_after_call.
4592 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4593 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4594 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4595 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4596 ns32k_extract_struct_value_address.
4597
4598 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4599
4600 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4601 ns32k_fix_call_dummy): New.
4602 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4603 ns32k_call_dummy_words.
4604 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4605 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4606 CALL_DUMMY_NARGS): Remove.
4607 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4608
4609 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4610
4611 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4612 ns32k_frame_saved_pc, ns32k_frame_args_address,
4613 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4614 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4615 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4616 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4617 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4618 (BREAKPOINT): Remove..
4619 (FRAME_CHAIN): Define as ns32k_frame_chain.
4620 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4621 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4622 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4623 (FRAME_FIND_SAVED_REGS): Remove.
4624 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4625 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4626 (POP_FRAME): Define as ns32k_pop_frame.
4627
4628 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4629
4630 * ns32k-tdep.c (ns32k_register_byte_32082,
4631 ns32k_register_byte_32382, ns32k_register_raw_size,
4632 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4633 functions.
4634 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4635 ns32k_register_byte_32382.
4636 * config/ns32k/tm-umax.h: Update copyright years.
4637 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4638 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4639 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4640 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4641 (ns32k_get_enter_addr): Fix prototype.
4642
4643 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4644
4645 * ns32k-tdep.c: Update copyright years.
4646 (ns32k_register_name_32082): New function.
4647 (ns32k_register_name_32382): Ditto.
4648 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4649 (REGISTER_NAME): Define as ns32k_register_name_32382.
4650 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4651 (REGISTER_NAME): Define as ns32k_register_name_32082.
4652
4653 2002-05-24 Jim Blandy <jimb@redhat.com>
4654
4655 * dwarf2read.c (free_line_header): Use xfree, not free.
4656
4657 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4658
4659 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4660 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4661
4662 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4663
4664 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4665
4666 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4667
4668 From Ross Alexander at NEC Europe:
4669 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4670
4671 2002-05-23 Michael Snyder <msnyder@redhat.com>
4672
4673 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4674 for input, rather than parse_and_eval_address.
4675
4676 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4677
4678 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4679 * Makefile.in (sim_d10v_h): Update definition.
4680
4681 2002-05-24 Andrew Cagney <cagney@redhat.com>
4682
4683 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4684 change `2002-05-22 Michael Snyder' below.
4685 (d10v_push_arguments): Ditto.
4686 (d10v_extract_return_value): Ditto.
4687
4688 2002-05-23 Jim Blandy <jimb@redhat.com>
4689
4690 * macrotab.c (check_for_redefinition): Don't complain if the new
4691 definition is the same as the previous one. Take more arguments
4692 to allow the comparison.
4693 (macro_define_object, macro_define_function): Pass more arguments
4694 to check_for_redefinition.
4695
4696 2002-05-22 Michael Snyder <msnyder@redhat.com>
4697
4698 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4699 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4700 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4701 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4702 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4703 Add a temp variable to save a call (and a memory read).
4704 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4705 if possible (so that PC_IN_CALL_DUMMY will work).
4706
4707 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4708
4709 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4710
4711 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4712
4713 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4714 fde->cie_ptr.
4715 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4716 (dwarf2_build_frame_info): Add offset to fde->initial_location
4717 so that frames of shared libraries are mapped correctly.
4718 (execute_stack_op): Change type of 'result' from ULONGEST to
4719 CORE_ADDR.
4720
4721 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4722
4723 * config/alpha/tm-nbsd.h: Include solib.h.
4724
4725 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4726
4727 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4728 assumptions about the host's byte order.
4729
4730 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4731
4732 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4733 to dependency list.
4734 * alphanbsd-tdep.c: Include solib-svr4.h.
4735 * shnbsd-tdep.c: Ditto.
4736
4737 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4738
4739 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4740 nbsd-tdep.h to dependency list.
4741 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4742 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4743 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4744 nbsdaout.mh and nbsdelf.mh consistently.
4745 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4746 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4747 nbsdaout.mt and nbsdelf.mh consistently.
4748 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4749 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4750 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4751 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4752 a.out shared library stuff from here...
4753 * config/nm-nbsdaout.h: ...to here.
4754 * config/tm-nbsd.h: Remove.
4755 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4756 * config/arm/nbsd.mh: Remove.
4757 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4758 nbsd-tdep.o.
4759 * config/arm/nbsdaout.mh: New file.
4760 * config/arm/nbsdelf.mh: New file.
4761 * config/arm/nm-nbsdaout.h: New file.
4762 * config/i386/nbsd.mh: Remove.
4763 * config/i386/nbsd.mt: Remove.
4764 * config/i386/nbsdaout.mh: New file.
4765 * config/i386/nbsdaout.mt: New file.
4766 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4767 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4768 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4769 i386_register_u_addr): Remove.
4770 * config/i386/nm-nbsdaout.h: New file.
4771 * config/i386/nm-nbsdelf.h: Remove.
4772 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4773 (USE_STRUCT_CONVENTION): Remove.
4774 * config/i386/tm-nbsdaout.h: New file.
4775 * config/i386/tm-nbsdelf.h: Remove.
4776 * config/m68k/nbsd.mh: Remove.
4777 * config/m68k/nbsd.mt: Remove.
4778 * config/m68k/nbsdaout.mh: New file.
4779 * config/m68k/nbsdaout.mt: New file.
4780 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4781 * config/m68k/nm-nbsdaout.h: New file.
4782 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4783 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4784 * config/ns32k/nbsd.mh: Remove.
4785 * config/ns32k/nbsd.mt: Remove.
4786 * config/ns32k/nbsdaout.mh: New file.
4787 * config/ns32k/nbsdaout.mt: New file.
4788 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4789 * config/ns32k/nm-nbsdaout.h: New file.
4790 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4791 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4792 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4793 (SVR4_SHARED_LIBS): Remove.
4794 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4795 * config/sparc/nbsd.mh: Remove.
4796 * config/sparc/nbsd.mt: Remove.
4797 * config/sparc/nbsdaout.mh: New file.
4798 * config/sparc/nbsdaout.mt: New file.
4799 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4800 * config/sparc/nbsdelf.mt: New file.
4801 * config/sparc/nm-nbsdaout.h: New file.
4802 * config/sparc/nm-nbsdelf.h: Remove.
4803 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4804 * config/sparc/tm-nbsdaout.h: New file.
4805
4806 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4807
4808 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4809 mipsnbsd-tdep.c
4810 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4811
4812 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4813
4814 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4815 shnbsd-nat.c.
4816 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4817
4818 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4819
4820 * NEWS: Note new MIPS NetBSD native configuration.
4821 * configure.host (mips*-*-netbsd*): New host.
4822 * configure.tgt (mips*-*-netbsd*): New target.
4823 * mipsnbsd-nat.c: New file.
4824 * mipsnbsd-tdep.c: New file.
4825 * mipsnbsd-tdep.h: New file.
4826 * config/mips/nbsd.mh: New file.
4827 * config/mips/nbsd.mt: New file.
4828 * config/mips/nm-nbsd.h: New file.
4829 * config/mips/tm-nbsd.h: New file.
4830
4831 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4832
4833 * Makefile.in (SFILES): Add osabi.c.
4834 (COMMON_OBS): Add osabi.o.
4835 (osabi.o): New dependency list.
4836 * osabi.c: New file.
4837 * osabi.h: New file.
4838 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4839
4840 * Makefile.in (alpha_tdep_h): Define and use instead of
4841 alpha-tdep.h.
4842 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4843 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4844 Remove.
4845 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4846 * alpha-tdep.h: Include osabi.h.
4847 (alpha_abi): Remove.
4848 (gdbarch_tdep): Use generic OS ABI framework.
4849 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4850 gdbarch_register_osabi.
4851 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4852 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4853 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4854
4855 * Makefile.in (sh_tdep_h): Add osabi.h.
4856 * sh-tdep.h (sh_osabi): Remove.
4857 (gdbarch_tdep): Use generic OS ABI framework.
4858 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4859 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4860 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4861 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4862
4863 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4864 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4865 gdbarch_register_osabi.
4866 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4867 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4868 (get_elfosabi): Rename to...
4869 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4870 ABI framework support routines.
4871 (arm_gdbarch_init): Use generic OS ABI framework.
4872 (arm_dump_tdep): Likewise.
4873 (_initialize_arm_tdep): Likewise.
4874 * arm-tdep.h: Include osabi.h.
4875 (arm_abi): Remove.
4876 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4877 osabi member.
4878 (arm_gdbarch_register_os_abi): Remove prototype.
4879 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4880 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4881
4882 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4883 * mips-tdep.c: Include osabi.h.
4884 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4885 OS ABI framework.
4886
4887 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4888
4889 * h8300-tdep.c: Fix formatting.
4890
4891 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4892
4893 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4894 printing vector registers.
4895
4896 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4897
4898 From Fernando Nasser:
4899 * remote.c (remote_async_open_1): Re-throw the exception when the
4900 connection fails.
4901 (remote_cisco_open): Ditto.
4902 (remote_open_1): Ditto.
4903
4904 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4905
4906 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4907 (remote_start_remote): Add uiout parameter. Pass through to
4908 remote_start_remote_dummy.
4909 (remote_open_1): Use catch_exception instead of catch_errors.
4910 (remote_async_open_1): Ditto.
4911 (remote_cisco_open): Ditto.
4912
4913 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4914
4915 * remote.c (remote_start_remote): Replace PTR with void pointer.
4916 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4917 static.
4918
4919 2002-05-18 Andrew Cagney <ac131313@redhat.com>
4920
4921 * gdb_indent.sh: Allow the script to be run in the sim directory.
4922
4923 2002-05-18 Mark Kettenis <kettenis@gnu.org>
4924
4925 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4926 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4927
4928 * corelow.c (core_open): Only call set_gdbarch_from_file if
4929 exec_bfd is NULL.
4930
4931 2002-05-17 Andrey Volkov <avolkov@transas.com>
4932
4933 * h8300-tdep.c: Add support of EXR register
4934 * config/h8300/tm-h8300.h: Ditto.
4935
4936 2002-05-17 Andrey Volkov <avolkov@transas.com>
4937
4938 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4939
4940 2002-05-17 Andrey Volkov <avolkov@transas.com>
4941
4942 * h8300-tdep.c: Change literal regnums to REGNO.
4943
4944 2002-05-17 Jim Blandy <jimb@redhat.com>
4945
4946 * NEWS: Note addition of macro support.
4947
4948 Expand preprocessor macros in C expressions.
4949 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4950 (scan_macro_expansion, scanning_macro_expansion,
4951 finished_macro_expansion): New function declarations.
4952 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4953 variable declarations.
4954 * parser-defs.h (expression_context_pc): New declaration.
4955 * parse.c (expression_context_pc): New variable.
4956 (parse_exp_1): Set expression_context_pc, as well as
4957 expression_context_block.
4958 * c-exp.y (yylex): If we're not already reading the result of a
4959 macro expansion, try to macro-expand the next token. When we're
4960 done scanning a macro expansion, switch back to the mainline text.
4961 Commas and `if's in a macro's expansion don't terminate the input.
4962 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4963 (macro_original_text, macro_expanded_text,
4964 expression_macro_lookup_func, expression_macro_lookup_baton): New
4965 variables.
4966 (scan_macro_expansion, scanning_macro_expansion,
4967 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4968 c_preprocess_and_parse): New functions.
4969 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4970 c_preprocess_and_parse, instead of c_parse.
4971 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4972 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4973
4974 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4975
4976 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4977 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4978 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4979
4980 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
4981
4982 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4983
4984 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4985
4986 * Makefile.in (sh_tdep_h): Define and use.
4987 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4988 register enum): Move to...
4989 * * sh-tdep.h: ...here.
4990 * sh-tdep.c: Include sh-tdep.h.
4991 * sh3-rom.c: Likewise.
4992 * shnbsd-tdep.c: Likewise.
4993
4994 2002-05-16 Michael Snyder <msnyder@redhat.com>
4995
4996 * arm-tdep.c: Spelling fix in comment.
4997
4998 2002-05-16 Jim Blandy <jimb@redhat.com>
4999
5000 Add commands for manually expanding macros and showing their
5001 definitions.
5002 * macrocmd.c, macroscope.c, macroscope.h: New files.
5003 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5004 (macroscope_h): New variable.
5005 (HFILES_NO_SRCDIR): Add macroscope.h.
5006 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5007 (macroscope.o, macrocmd.o): New rules.
5008
5009 Teach the Dwarf 2 reader to read macro information.
5010 * dwarf2read.c: #include "macrotab.h".
5011 (dwarf_macinfo_buffer): New variable.
5012 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5013 dwarf_macinfo_size.
5014 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5015 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5016 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5017 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5018 dwarf2_macro_spaces_in_definition): New complaints.
5019 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5020 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5021 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5022 the partial symbol table.
5023 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5024 from what's recorded in the partial symbol table.
5025 (read_file_scope): If the compilation unit has a
5026 `DW_AT_macro_info' attribute, read its macro information.
5027 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5028
5029 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5030
5031 Fix PR gdb/546
5032 * ser-tcp.c: Don't include <netinet/udp.h>.
5033
5034 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5035
5036 * MAINTAINERS: Update my email address.
5037
5038 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
5039
5040 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5041 include file of the same name.
5042
5043 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5044
5045 * configure.tgt: Mark v850 as multi-arched.
5046 * config/v850/tm-v850.h: Remove file.
5047 * config/v850/v850.mt: Eliminate TM_FILE.
5048
5049 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5050
5051 * v850-tdep.c: Full multi-arch.
5052 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5053 Define GDB_MULTI_ARCH to 2.
5054
5055 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5056
5057 * p-exp.y (current_type): New static variable.
5058 Carries the type of the expression at the position that is parsed.
5059 (push_current_type, pop_current_type): Two new functions. Used
5060 to store/restore current_type in expression on specific tokens.
5061 (search_field): New static variable. Set to one after parsing a point
5062 as at that point only a FIELDNAME token should be searched.
5063 (FIELDNAME): New token. After a point only a token belonging to
5064 current_type type definition is allowed.
5065 (all over token rules): reset and change current_type according
5066 to rules.
5067 (exp '[' rule): insert implicit array index field if
5068 exp is a pascal string type.
5069
5070 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5071
5072 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5073 frame info. Use frame_info's saved_regs instead of matching member
5074 in extra_frame_info throughout.
5075 (v850_frame_init_saved_regs): New function.
5076 (v850_init_extra_frame_info): Move most functionality into
5077 v850_frame_init_saved_regs().
5078 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5079 (v850_frame_find_saved_regs): Remove declaration.
5080 (FRAME_FIND_SAVED_REGS): Remove definition.
5081 (v850_frame_init_saved_regs): Add declaration.
5082 (FRAME_INIT_SAVED_REGS): Add definition.
5083
5084 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5085
5086 * v850-tdep.c: Begin multi-arch'ing v850.
5087 (v850_target_architecture_hook): Remove function.
5088 (v850_gdbarch_init): New function. Add code previously in
5089 v850_target_architecture_hook().
5090 (_initialize_v850_tdep): Don't set target_architecture_hook.
5091 Call register_gdbarch_init() instead.
5092
5093 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5094
5095 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5096 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5097 (fixup_class_method_type): Likewise.
5098
5099 2002-05-15 Jim Blandy <jimb@redhat.com>
5100
5101 Add macro structures to GDB's symbol tables. Nobody puts anything
5102 in them yet.
5103 * symtab.h (struct symtab): New member: `macro_table'.
5104 * buildsym.h (pending_macros): New global variable.
5105 * buildsym.c: #include "macrotab.h".
5106 (buildsym_init): Initialize `pending_macros'.
5107 (end_symtab): If we found macro information while reading a CU's
5108 debugging info, do build a symtab structure for it. Make the
5109 symtab point to the macro information, and clear the
5110 `pending_macros' pointer which held it while we were reading the
5111 debug info.
5112 (really_free_pendings): Free any pending macro table.
5113 * objfiles.h (struct objfile): New member: `macro_cache'.
5114 * objfiles.c (allocate_objfile): Set allocate and free functions
5115 for the macro cache's objstack.
5116 (free_objfile): Empty the macro cache's obstack.
5117 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5118 set new allocate and free functions for it.
5119 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5120 free functions for the macro cache's objstack. (Why is this
5121 function building its own objfile?)
5122 * symmisc.c (print_objfile_statistics): Print statistics on the
5123 macro bcache.
5124 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5125
5126 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5127
5128 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5129 (REGISTER_U_ADDR): Delete definition.
5130 (arm_register_u_addr): Delete declaration.
5131
5132 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5133
5134 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5135 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5136
5137 2002-05-14 Andrew Cagney <ac131313@redhat.com>
5138
5139 * regcache.c (register_valid): Revise comments refering to "Not
5140 available" and "unavailable".
5141 * frame.c (frame_register_read): Ditto.
5142 * findvar.c (value_of_register): Ditto.
5143
5144 2002-05-15 Andrew Cagney <cagney@redhat.com>
5145
5146 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5147 (remote-sim.o): Update dependencies.
5148 (d10v-tdep.o): Specify dependencies.
5149 (sim_d10v_h): Define.
5150
5151 2002-05-14 Jim Blandy <jimb@redhat.com>
5152
5153 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5154 * macrotab.c (macro_lookup_inclusion, find_definition,
5155 new_macro_table): Same.
5156
5157 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5158 not `! strcmp ()'. This is a dubious improvement.
5159 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5160
5161 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5162 although it's not necessary, to avoid a warning.
5163
5164 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5165
5166 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5167 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5168 TYPE_INSTANCE_FLAGS.
5169 (struct main_type): New.
5170 (struct type): Move most members to struct main_type. Change
5171 cv_type and as_type to new type_chain member. Add instance_flags.
5172 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5173 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5174 (finish_cv_type): Remove prototype.
5175 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5176 Set TYPE_CHAIN.
5177 (alloc_type_instance): New function.
5178 (smash_type): New function.
5179 (make_pointer_type, make_reference_type, make_function_type)
5180 (smash_to_member_type, smash_to_method_type): Call smash_type.
5181 (make_qualified_type): New function.
5182 (make_type_with_address_space): Call make_qualified_type.
5183 (make_cv_type): Likewise.
5184 (finish_cv_type): Remove unnecessary function.
5185 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5186 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5187 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5188 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5189 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5190 * hpread.c (hpread_read_struct_type): Likewise.
5191 * stabsread.c (read_struct_type): Likewise.
5192
5193 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
5194
5195 * configure.tgt: Add a catch all sh* target, for cases like
5196 sh[2,3,4]-elf and sh-hms.
5197
5198 2002-05-14 Keith Seitz <keiths@redhat.com>
5199
5200 * event-loop.c (create_file_handler): Don't do anything but
5201 update data when we are given a fd which we are already
5202 monitoring.
5203
5204 2002-05-14 Michal Ludvig <mludvig@suse.cz>
5205
5206 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5207 (update_context): Use __func__ in warnings.
5208
5209 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5210
5211 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5212 and tcp_close to net_open and net_close.
5213 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5214 using UDP if requested. Don't try to disable Nagle on UDP
5215 sockets.
5216 * remote.c (remote_serial_open): New function. Warn about UDP.
5217 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5218
5219 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5220
5221 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5222
5223 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5224
5225 * configure.tgt: Remove sh-hms target.
5226 * MAINTAINERS: Don't list sh-hms as a separate target.
5227
5228 2002-05-13 Jim Blandy <jimb@redhat.com>
5229
5230 Add first preprocessor macro-expansion files.
5231 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5232 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5233 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5234 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5235 (COMMON_OBS): Add macrotab.o, macroexp.o.
5236 (macroexp.o, macrotab.o): New rules.
5237
5238 2002-05-13 Andrew Cagney <ac131313@redhat.com>
5239
5240 * config/m88k/tm-m88k.h: Update copyright.
5241 (m88k_target_write_pc): Declare
5242 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5243 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5244 (SHIFT_INST_REGS): Update definition.
5245 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
5246 using old definition of TARGET_WRITE_PC.
5247 * regcache.c (generic_target_write_pc): Delete code handling
5248 NNPC_REGNUM.
5249 * gdbarch.sh (NNPC_REGNUM): Delete.
5250 * gdbarch.h, gdbarch.c: Regenerate.
5251
5252 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
5253
5254 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5255 builtin reg number.
5256
5257 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
5258
5259 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5260 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5261 (gen_address_of, gen_struct_ref, gen_repeat): Use type
5262 access macros.
5263 * c-typeprint.c (cp_type_print_method_args): Likewise.
5264 (c_type_print_args): Likewise.
5265 * d10v-tdep.c (d10v_push_arguments): Likewise.
5266 (d10v_extract_return_value): Likewise.
5267 * expprint.c (print_subexp): Likewise.
5268 * gdbtypes.c (lookup_primitive_typename): Likewise.
5269 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5270 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5271 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5272 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5273 (TYPE_VECTOR): Likewise.
5274 * hpread.c (hpread_read_struct_type)
5275 (fix_static_member_physnames, fixup_class_method_type)
5276 (hpread_type_lookup): Likewise.
5277 * mdebugread.c (parse_symbol, parse_type): Likewise.
5278 * p-lang.c (is_pascal_string_type): Likewise.
5279 * valops.c (hand_function_call): Likewise.
5280 * x86-64-tdep.c (classify_argument): Likewise.
5281
5282 * hpread.c (hpread_read_function_type)
5283 (hpread_read_doc_function_type): Call replace_type.
5284 * dstread.c (create_new_type): Delete.
5285 (decode_dst_structure, process_dst_function): Call alloc_type.
5286 Use type access macros.
5287
5288 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5289
5290 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5291 the're not supported by the current architecture.
5292 (i387_fill_fxsave): Likewise.
5293
5294 2002-05-12 Fred Fish <fnf@redhat.com>
5295
5296 * symfile.c (default_symfile_offsets): Arrange for uninitialized
5297 sect_index_xxx members to index the first slot in section_offsets
5298 if all of the section_offsets are zero.
5299
5300 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5301
5302 * configure.tgt (sparc-*openbsd): Remove entry accidentially
5303 checked in with last change.
5304
5305 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5306
5307 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5308 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5309 config.sub.
5310
5311 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
5312
5313 * Makefile.in: Update dependencies.
5314
5315 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5316
5317 * language.c (local_hex_string_custom): Simplify. Do not depend
5318 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5319
5320 * memattr.c (mem_info_command): Replace calls to
5321 longest_local_hex_string and longest_local_hex_string_custom.
5322 * buildsym.c (make_blockvector): Ditto.
5323 * solib.c (info_sharedlibrary_command): Ditto.
5324 * tracepoint.c (tracepoints_info): Ditto.
5325 * symtab.c (print_msymbol_info): Ditto.
5326
5327 * language.c (local_hex_string): Delete.
5328 (local_hex_string_custom): Delete.
5329 (longest_local_hex_string): Rename to local_hex_string.
5330 (longest_local_hex_string_custom): Rename to
5331 local_hex_string_custom.
5332 * language.h (local_hex_string): Change parameter type to LONGEST.
5333 (local_hex_string_custom): Ditto.
5334 (longest_local_hex_string): Delete declaration.
5335 (longest_local_hex_string_custom): Ditto.
5336
5337 * solib.c: Update copyright.
5338 * memattr.c: Update copyright.
5339
5340 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5341
5342 * arch-utils.h (legacy_register_to_value): Declare.
5343 (legacy_value_to_register): Declare.
5344 (legacy_convert_register_p): Declare.
5345 * arch-utils.c (legacy_register_to_value): New function.
5346 (legacy_value_to_register): New function.
5347 (legacy_convert_register_p): New function.
5348
5349 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5350 (VALUE_TO_REGISTER): Define.
5351 (CONVERT_REGISTER_P): Define.
5352 * gdbarch.h, gdbarch.c: Regenerate.
5353
5354 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5355 VALUE_TO_REGISTER.
5356 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5357 CONVERT_REGISTER_P.
5358
5359 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
5360 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5361
5362 * Makefile.in: Update dependencies for valops.c.
5363 * valops.c: Include "gdb_assert.h".
5364 (typecmp): Skip THIS parameter to methods.
5365 (find_method_list): Remove static_memfuncp argument,
5366 update callers. Check for stub methods.
5367 (find_value_oload_method_list): Don't set *static_memfuncp.
5368 (find_overload_match): Don't check for stub methods. Assert
5369 that methods are not stubbed. Handle static methods.
5370 (value_find_oload_method_list): Remove static_memfuncp argument.
5371 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5372 to the argument list for static stub methods.
5373 * value.h (value_find_oload_method_list): Update prototype.
5374
5375 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5376
5377 * arch-utils.h (generic_register_size): Declare.
5378 (generic_register_raw_size, generic_register_virtual_size): Delete
5379 declarations.
5380 * arch-utils.c (generic_register_raw_size): Delete.
5381 (generic_register_size): New function.
5382 (generic_register_virtual_size): Delete.
5383
5384 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5385 default generic_register_size.
5386 * gdbarch.h, gdbarch.c: Re-generate.
5387
5388 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5389 register_virtual_size.
5390 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5391 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5392
5393 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5394
5395 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5396 * gdbarch.h, gdbarch.c: Regenerate.
5397 * gnu-v3-abi.c: Update copyright.
5398 (vtable_address_point_offset): Update.
5399 (gnuv3_rtti_type): Update.
5400 (gnuv3_baseclass_offset): Update.
5401 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5402 (init_fetch_link_map_offsets): Update.
5403 * remote.c (get_remote_state): Update.
5404
5405 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5406
5407 * TODO: Remove value_headof/value_from_vtable_info comment.
5408 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5409 * values.c (value_headof, value_from_vtable_info): Delete.
5410 * value.h (value_from_vtable_info): Delete prototype.
5411
5412 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5413
5414 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5415 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5416 $(gdb_regex_h).
5417 (gdb_assert_h): Define.
5418 (gdb_wait_h): Define.
5419 (gdb_regex_h): Define.
5420
5421 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5422
5423 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5424 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5425
5426 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5427
5428 * nbsd-tdep.c: Fix comment.
5429
5430 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5431
5432 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5433 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5434 (nbsd-tdep.o): New dependency list.
5435 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5436 nbsd-tdep.h.
5437 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5438 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5439 * nbsd-tdep.c: New file.
5440 * nbsd-tdep.h: New file.
5441 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5442 nbsd-tdep.h.
5443 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5444 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5445 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5446 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5447
5448 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5449
5450 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5451 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5452 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5453 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5454 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5455 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5456
5457 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5458
5459 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5460 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5461 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5462 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5463 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5464 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5465 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5466
5467 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5468
5469 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5470 fetch_elfcore_registers to...
5471 * i386nbsd-tdep.c: ...here.
5472 (i386nbsd_use_struct_convention): Rename to...
5473 (i386nbsd_aout_use_struct_convention): ...this.
5474 (i386nbsd_supply_reg): New function.
5475 (i386nbsd_fill_reg): New function.
5476 (fetch_core_registers): Use i386nbsd_supply_reg.
5477 (fetch_elfcore_registers): Likewise.
5478 (_initialize_i386nbsd_tdep): New function.
5479 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5480 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5481 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5482 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5483 (i386nbsd_aout_use_struct_convention): ...this.
5484
5485 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5486
5487 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5488 (store_inferior_registers): Use shnbsd_fill_reg.
5489 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5490 sh_nbsd_supply_register): Collapse into...
5491 (shnbsd_supply_reg): ...this.
5492 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5493 (shnbsd_fill_reg): ...this.
5494 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5495 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5496 (fetch_core_registers): Use shnbsd_supply_reg.
5497 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5498 (sh_nbsd_core_fns): Rename to...
5499 (shnbsd_core_fns): ...this.
5500 (sh_nbsd_elfcore_fns): Rename to...
5501 (shnbsd_elfcore_fns): ...this.
5502 (sh_nbsd_init_abi): Rename to...
5503 (shnbsd_init_abi): ...this.
5504 (_initialize_sh_nbsd_tdep): Rename to...
5505 (_initialize_shnbsd_tdep): ...this.
5506 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5507 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5508 sh_nbsd_fill_register): Remove prototypes.
5509 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5510
5511 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5512
5513 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5514 (i387-nat.o): Delete dependency list.
5515 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5516 (x86-64-linux-nat.o): Likewise.
5517 * i387-nat.c: Delete file, moving contents to...
5518 * i387-tdep.c: ...here.
5519 * i387-nat.h: Rename...
5520 * i387-tdep.h: ...to this.
5521 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5522 * i386-linux-nat.c: Likewise.
5523 * i386bsd-nat.c: Likewise.
5524 * i386gnu-nat.c: Likewise.
5525 * i386nbsd-nat.c: Likewise.
5526 * i386v4-nat.c: Likewise.
5527 * x86-64-linux-nat.c: Likewise.
5528 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5529 * config/i386/go32.mh (NATDEPFILES): Likewise.
5530 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5531 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5532 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5533 * config/i386/linux.mh (NATDEPFILES): Likewise.
5534 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5535 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5536 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5537 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5538
5539 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5540
5541 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5542 (alphanbsd-nat.o): Remove dependency list.
5543 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5544 * alphanbsd-nat.c: Delete. Contents moved to...
5545 * alphanbsd-tdep.c: ...here.
5546 (_initialize_alphanbsd_tdep): Register core functions.
5547 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5548
5549 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5550
5551 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5552 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5553 (alphanbsd-nat.o): Likewise.
5554 (alphabsd-tdep.o): New dependency list.
5555 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5556 (fill_gregset): Use alphabsd_fill_reg.
5557 (supply_fpregset): Use alphabsd_supply_fpreg.
5558 (fill_fpregset): Use alphabsd_fill_fpreg.
5559 (fetch_inferior_registers): Use struct reg and struct fpreg
5560 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5561 and alphabsd_supply_fpreg.
5562 (store_inferior_registers): Use struct reg and struct fpreg
5563 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5564 and alphabsd_fill_fpreg.
5565 * alphabsd-tdep.c: New file.
5566 * alphabsd-tdep.h: New file.
5567 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5568 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5569 alphabsd_supply_fpreg.
5570 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5571 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5572
5573 2002-05-11 Eric Christopher <echristo@redhat.com>
5574
5575 * mips-tdep.c (mips_double_register_type): Fix thinko.
5576 (mips_single_register_type): Ditto.
5577 * MAINTAINERS: Add self.
5578
5579 2002-05-11 Mark Kettenis <kettenis@gnu.org>
5580
5581 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5582 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5583 right thing on architectures with different endianness and/or
5584 integer sizes.
5585
5586 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5587
5588 From Christian Limpach <chris@Pin.LU>
5589 * configure.in: Change sed expression which comments out
5590 NATDEPFILES to also comment out continuation lines.
5591 * configure: Regenerate.
5592
5593 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5594
5595 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5596 big patch.
5597
5598 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5599
5600 * sh-tdep.c: Include correct file.
5601
5602 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5603
5604 New support for sh64-elf (sh5) target.
5605
5606 * configure.tgt: For sh64-elf target, default to sh-elf.
5607
5608 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5609 (struct gdbarch_tdep): Add new fields for new registers and ABI
5610 info.
5611
5612 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5613 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5614 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5615 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5616 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5617 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5618 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5619 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5620 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5621 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5622 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5623 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5624 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5625 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5626 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5627 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5628 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5629 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5630 sign_extend, sh64_nofp_frame_init_saved_regs,
5631 sh64_init_extra_frame_info, sh64_get_saved_register,
5632 sh64_extract_struct_value_address, sh64_pop_frame,
5633 sh64_push_arguments, sh64_extract_return_value,
5634 sh64_store_return_value, sh64_show_media_regs,
5635 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5636 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5637 sh_sh64_register_virtual_type,
5638 sh_sh64_register_convert_to_virtual,
5639 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5640 sh64_register_read, sh64_pseudo_register_write,
5641 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5642 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5643 sh64_do_pseudo_register, sh_compact_do_registers_info,
5644 sh64_do_registers_info, sh_gdbarch_init): New functions.
5645
5646 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5647
5648 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5649
5650 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5651
5652 * linespec.c (decode_line_1): Check for a double quote after
5653 a filename correctly.
5654
5655 2002-05-10 Jim Blandy <jimb@redhat.com>
5656
5657 Properly track the size of the current objfile's .debug_line section.
5658 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5659 (DWARF_LINE_SIZE): New macro.
5660 (dwarf2_build_psymtabs_hard): Record the line section's size in
5661 the partial symbol table.
5662 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5663 symbol table.
5664
5665 2002-05-10 Petr Sorfa <petrs@caldera.com>
5666
5667 * ia64-tdep.c: Handle breakpoints on L instruction type
5668 in MLX instruction bundle by moving the breakpoint to
5669 the third slot (X instruction type) as L holds only data.
5670
5671 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5672
5673 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5674 (process_one_symbol): Complain about discarding local symbols
5675 due to a misplaced N_LBRAC entry.
5676
5677 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5678
5679 From Daniel Berlin <dan@cgsoftware.com>
5680 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5681 decrease the depth we are at, in the case of templates.
5682
5683 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5684
5685 * mips-tdep.c (mips_float_register_type): New function.
5686 (mips_double_register_type): New function.
5687 (mips_print_register): Use them.
5688 (do_fp_register_row): Likewise.
5689
5690 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5691
5692 * signals/signals.c (signals): Remove conditional compilation around
5693 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5694 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5695
5696 2002-05-09 Michael Snyder <msnyder@redhat.com>
5697
5698 * remote-rdp.c (remote_rdp_can_run): Remove.
5699
5700 2002-05-09 Tom Tromey <tromey@redhat.com>
5701
5702 * jv-valprint.c (java_val_print): Handle `char' as a special case
5703 of TYPE_CODE_INT.
5704
5705 2002-05-09 Michael Snyder <msnyder@redhat.com>
5706
5707 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5708 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5709 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5710 str r(0123),[sp,#nn].
5711 (arm_skip_prologue): Ditto. Also make disassembly
5712 order-independent by placing it in a loop.
5713
5714 2002-05-06 Michael Snyder <msnyder@redhat.com>
5715
5716 * stabsread.c (read_type): Add recognition for new attribute:
5717 "@V;" means that an array type is actually a vector.
5718 This is analogous to the vector flag that's been added to dwarf2.
5719
5720 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5721
5722 * i386-tdep.h (i386_abi): New enum.
5723 (struct gdbarch_tdep): Replace os_ident member with abi.
5724 (i386_gdbarch_register_os_abi): New prototype.
5725 * i386-tdep.c (i386_abi_names): New array.
5726 (process_note_abi_tag_sections): Removed.
5727 (process_note_sections): New function.
5728 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5729 (struct i386_abi_handler): New struct.
5730 (i386_abi_handler_list): New variable.
5731 (i386_gdbarch_register_os_abi): New function.
5732 (i386_gdbarch_init): Adapt for the changes given above.
5733
5734 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5735
5736 * gregset.h: Say "GNU/Linux".
5737
5738 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5739
5740 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5741 (build_gdbtypes): Build builtin_type_v2_float.
5742 (_initialize_gdbtypes): Register new builtin type.
5743
5744 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5745
5746 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5747 (clear_gdbarch_swap): New function.
5748 (initialize_non_multiarch): Call.
5749 (gdbarch_update_p): Before calling init(), swap out and clear the
5750 existing architecture.
5751 * gdbarch.c: Regenerate.
5752
5753 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5754
5755 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5756 alphanbsd-tdep.c.
5757
5758 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5759
5760 * sh-nbsd-nat.c: Rename to...
5761 * shnbsd-nat.c: ...this.
5762 * sh-nbsd-tdep.c: Rename to...
5763 * shnbsd-tdep.c: ...this.
5764 * sh-nbsd-tdep.h: Rename to...
5765 * shnbsd-tdep.h: ...this.
5766 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5767 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5768
5769 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5770
5771 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5772 concatenation for command help messages.
5773
5774 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5775
5776 * NEWS: Note new sh*-*-netbsdelf* configuration.
5777 * configure.host: Set gdb_host_cpu to sh for all sh*.
5778 (sh*-*-netbsdelf*): New host.
5779 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5780 (sh*-*-netbsdelf*): New target.
5781 * sh-nbsd-nat.c: New file.
5782 * sh-nbsd-tdep.c: New file.
5783 * sh-nbsd-tdep.h: New file.
5784 * config/sh/nbsd.mh: New file.
5785 * config/sh/nbsd.mt: New file.
5786 * config/sh/nm-nbsd.h: New file.
5787 * config/sh/tm-nbsd.h: New file.
5788
5789 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5790
5791 * sh-tdep.c (sh_osabi_names): Declare.
5792 (process_note_abi_tag_sections): New function.
5793 (get_elfosabi): Ditto.
5794 (sh_gdbarch_register_os_abi): Ditto.
5795 (sh_dump_tdep): Ditto.
5796 _initialize_sh_tdep): Use gdbarch_register to register
5797 sh_gdbarch_init and sh_dump_tdep.
5798 * config/sh/tm-sh.h (sh_osabi): Declare.
5799 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5800
5801 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5802
5803 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5804 (thumb_scan_prologue): Ditto.
5805 (arm_find_callers_reg): Ditto.
5806 (arm_frame_chain): Ditto.
5807 (arm_init_extra_frame_info): Ditto.
5808 (arm_frame_saved_pc): Ditto.
5809 (arm_pop_frame): Ditto.
5810 (arm_push_return_address): New function.
5811 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5812 call_dummy_location, call_dummy_breakpoint_offset_p,
5813 call_dummy_breakpoint_offset, call_dummy_p,
5814 call_dummy_stack_adjust_p, call_dummy_words,
5815 sizeof_call_dummy_words, call_dummy_start_offset,
5816 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5817 call_dummy_address, push_return_address and push_dummy_frame for
5818 generic dummy frames.
5819
5820 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5821
5822 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5823 size computation for alloca.
5824 (sh_fp_frame_init_saved_regs): Likewise.
5825
5826 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5827
5828 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5829 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5830 * arm-tdep.c (arm_store_return_value): Use them.
5831 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5832 * remote-rdp.c (remote_rdp_fetch_register): Use
5833 ARM_MAX_REGISTER_RAW_SIZE.
5834 (remote_rdp_store_register): Likewise.
5835
5836 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5837
5838 * dwarf2cfi.c: Code cleanup, removed unused variables,
5839 added default labels to switch {} statements.
5840 * x86-64-tdep.c: Ditto.
5841 * x86-64-linux-nat.c: Ditto.
5842
5843 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5844
5845 * solib.h: Protect against multiple inclusion.
5846
5847 2002-05-06 Jim Blandy <jimb@redhat.com>
5848
5849 Add first preprocessor macro-expansion files.
5850 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5851 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5852 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5853 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5854 (COMMON_OBS): Add macrotab.o, macroexp.o.
5855 (macroexp.o, macrotab.o): New rules.
5856
5857 Separate the job of reading the line number info statement program
5858 header (...expialidocious) out into its own function.
5859 * dwarf2read.c (struct line_head, struct filenames, struct
5860 directories): Replace with...
5861 (struct line_header): New structure, containing the full
5862 contents of the statement program header, including the
5863 include directory and file name tables.
5864 (read_file_scope): If we have line number info, instead of just
5865 calling dwarf_decode_lines to do all the work, call
5866 dwarf_decode_line_header first to get a `struct line_header'
5867 containing the data in the statement program header, and then
5868 pass that to dwarf_decode_lines, which will pick up where that
5869 left off. Be sure to clean up the `struct line_header' object.
5870 (dwarf_decode_line_header, free_line_header, add_include_dir,
5871 add_file_name): New functions.
5872 (dwarf_decode_lines): Move all the code to read the statement
5873 program header into dwarf_decode_line_header. Take the line
5874 header it built as the first argument, instead of the offset to
5875 the compilation unit's line number info. Use the new `struct
5876 line_header' type instead of the old structures. No need to do
5877 cleanups here now, since we don't allocate anything.
5878 (dwarf2_statement_list_fits_in_line_number_section,
5879 dwarf2_line_header_too_long): New complaints.
5880
5881 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5882
5883 * gdbtypes.c (init_vector_type): New function.
5884 (build_builtin_type_vec128): Simplify the representation of SIMD
5885 registers.
5886 (build_gdbtypes): Initialize new builtin vector types.
5887 (_initialize_gdbtypes): Register new vector types with gdbarch.
5888 (builtin_type_v4_float, builtin_type_v4_int32,
5889 builtin_type_v8_int16, builtin_type_v16_int8,
5890 builtin_type_v2_int32, builtin_type_v4_int16,
5891 builtin_type_v8_int8): New (renamed) SIMD types.
5892
5893 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5894
5895 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5896 (i387_fill_fxsave): Likewise.
5897
5898 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
5899
5900 * alpha-tdep.c (alpha_extract_return_value): Don't use
5901 non-constant array size in prototype.
5902
5903 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5904
5905 From Brian Taylor <briant at model dot com>:
5906 * ui-out.c (ui_out_field_core_addr): Use the function
5907 longest_local_hex_string_custom'to format addresses > 32 bits
5908 wide.
5909
5910 * ui-out.c (ui_out_field_core_addr): Update comment.
5911
5912 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5913
5914 * stack.c (select_and_print_frame): Make static. Delete the
5915 parameter `level'.
5916 (func_command): Update call.
5917 (select_frame_command): Delete code computing the frame level.
5918 * frame.h (select_and_print_frame): Delete declaration.
5919
5920 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5921
5922 * sparc-tdep.c (sparc_get_saved_register): Comment why
5923 get_prev_frame call is safe.
5924
5925 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5926
5927 * frame.h (select_frame): Delete level parameter.
5928 * stack.c (select_frame): Update. Use frame_relative_level to
5929 obtain the frame's level.
5930 (select_and_print_frame): Update call.
5931 (select_frame_command): Ditto.
5932 (up_silently_base): Ditto.
5933 (down_silently_base): Ditto.
5934 * ocd.c (ocd_start_remote): Ditto.
5935 * remote-rdp.c (remote_rdp_open): Ditto.
5936 * remote-mips.c (mips_initialize): Ditto.
5937 (common_open): Ditto.
5938 * remote-e7000.c (e7000_start_remote): Ditto.
5939 * m3-nat.c (select_thread): Ditto.
5940 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5941 (child_get_current_exception_event): Ditto.
5942 * varobj.c (varobj_create): Ditto.
5943 (varobj_update): Ditto.
5944 (c_value_of_root): Ditto.
5945 * tracepoint.c (finish_tfind_command): Ditto.
5946 * corelow.c (core_open): Ditto.
5947 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5948 * thread.c (info_threads_command): Ditto.
5949 (switch_to_thread): Ditto.
5950 * infrun.c (normal_stop): Ditto.
5951 (restore_selected_frame): Ditto.
5952 (restore_inferior_status): Ditto.
5953 * breakpoint.c (insert_breakpoints): Ditto.
5954 (watchpoint_check): Ditto.
5955 (bpstat_stop_status): Ditto.
5956 (do_enable_breakpoint): Ditto.
5957 * blockframe.c (flush_cached_frames): Ditto.
5958 (reinit_frame_cache): Ditto.
5959
5960 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5961
5962 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5963 maintainer.
5964
5965 2002-05-04 Jim Blandy <jimb@redhat.com>
5966
5967 * gdbtypes.c (replace_type): Doc fix.
5968
5969 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5970
5971 * valprint.c (strcat_longest): Delete commented out function.
5972 Update copyright.
5973
5974 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5975
5976 * MAINTAINERS: Mark a29k as deleted.
5977 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5978 Move new configurations to the top.
5979 * configure.tgt: Remove a29k.
5980 * config/a29k/tm-vx29k.h: Delete.
5981 * config/a29k/vx29k.mt: Delete.
5982 * config/a29k/tm-a29k.h: Delete.
5983 * config/a29k/a29k-udi.mt: Delete.
5984 * config/a29k/a29k.mt: Delete.
5985 * a29k-tdep.c: Delete.
5986 * remote-udi.c: Delete.
5987 * remote-mm.c: Delete.
5988 * remote-eb.c: Delete.
5989 * remote-adapt.c: Delete.
5990 * Makefile.in: Remove obsolete code.
5991 * config/s390/s390x.mt: Ditto.
5992 * config/s390/s390.mt: Ditto.
5993 * config/sparc/sparclynx.mh: Ditto.
5994 * config/sparc/linux.mh: Ditto.
5995 * config/pa/hppaosf.mh: Ditto.
5996 * config/pa/hppabsd.mh: Ditto.
5997 * config/ns32k/nbsd.mt: Ditto.
5998 * config/mips/vr5000.mt: Ditto.
5999 * config/m68k/sun3os4.mh: Ditto.
6000 * config/m68k/nbsd.mt: Ditto.
6001 * config/m68k/m68klynx.mh: Ditto.
6002 * config/m32r/m32r.mt: Ditto.
6003 * config/i386/x86-64linux.mt: Ditto.
6004 * config/i386/nbsdelf.mt: Ditto.
6005 * config/i386/nbsd.mt: Ditto.
6006 * config/i386/i386lynx.mh: Ditto.
6007
6008 2002-05-04 Andrew Cagney <ac131313@redhat.com>
6009
6010 * target.c (debug_print_register): New function. Handle oversize
6011 registers.
6012 (debug_to_fetch_registers): Call.
6013 (debug_to_store_registers): Call.
6014
6015 2002-05-03 Jim Blandy <jimb@redhat.com>
6016
6017 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6018 (read_type): Doc fix.
6019 * gdbtypes.c (replace_type): Doc fix.
6020
6021 * stabsread.c (multiply_defined_struct): New complaint.
6022 (read_struct_type): If the type we were passed isn't empty, or
6023 incomplete, don't read the new struct type into it; complain,
6024 and return the original type unchanged. Take a new `type_code'
6025 argument, which is the type code for the new type.
6026 (read_type): Rather than storing the type's type code here, pass
6027 it as an argument to read_struct_type, and let that take care of
6028 storing it. That way, we don't overwrite the original type code,
6029 so read_struct_type can use it to decide whether we're overwriting
6030 something we shouldn't.
6031 (complain_about_struct_wipeout): New function.
6032
6033 2002-05-03 Andrew Cagney <ac131313@redhat.com>
6034
6035 * gdbarch.sh: Assert that gdbarch is non-NULL.
6036 * gdbarch.c: Regenerate.
6037
6038 2002-05-03 Jason Merrill <jason@redhat.com>
6039
6040 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6041 and return NULL.
6042
6043 2002-05-03 Michal Ludvig <mludvig@suse.cz>
6044
6045 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6046 (x86_64_dwarf2gdb_regno_map_length),
6047 (x86_64_dwarf2_reg_to_regnum): Added.
6048 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6049 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6050 (_initialize_x86_64_tdep): Synced with the change above.
6051 (x86_64_skip_prologue): Reformulated message.
6052
6053 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6054
6055 * f-exp.y: Also use new prev_lexptr variable
6056 to improve error reporting. Based on Michael Snyder
6057 2002-04-24 dated patch to c-exp.y.
6058 * jv-exp.y: Likewise.
6059 * m2-exp.y: Likewise.
6060
6061 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
6062
6063 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6064 we are dealing with vectors.
6065
6066 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6067
6068 * config/m68k/tm-nbsd.h: Obvious fix,
6069 correct machine name.
6070
6071 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6072
6073 * p-typeprint.c (pascal_type_print_base): Add support
6074 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6075
6076 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6077
6078 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6079 for fondamental pascal 'char' type.
6080
6081 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6082
6083 * p-lang.h (is_pascal_string_type): Declaration changed,
6084 new sixth argument of type char ** added.
6085 * p-lang.c (is_pascal_string_type): Implementation
6086 changed. Args length_pos, length_size, string_pos, char_size
6087 can now be NULL. New argument arrayname set to the field
6088 name of the char array. Return value set to char array
6089 field index plus one.
6090 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6091 is_pascal_string_type function.
6092
6093 2002-05-02 Andrew Cagney <cagney@redhat.com>
6094
6095 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6096 <cagney@redhat.com> change.
6097 * gdbarch.c: Regenerate.
6098
6099 2002-05-02 Andrew Cagney <cagney@redhat.com>
6100
6101 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6102 before probing for a new one. Detect errorenous gdbarch_init
6103 functions.
6104 * gdbarch.c: Regenerate.
6105
6106 2002-05-01 Andrew Cagney <cagney@redhat.com>
6107
6108 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6109 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6110 * config/v850/tm-v850.h: Ditto. Update copyright.
6111
6112 2002-04-30 Andrew Cagney <ac131313@redhat.com>
6113
6114 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6115 current_gdbarch.
6116
6117 2002-04-30 Michael Snyder <msnyder@redhat.com>
6118
6119 * arm-tdep.c: Whitespace clean-ups.
6120 (arm_skip_prologue): Fix thinko; two lines
6121 should have been removed as part of 4/24 change.
6122
6123 2002-04-30 Kevin Buettner <kevinb@redhat.com>
6124
6125 * rs6000-tdep.c: Added comment describing how fpscr register
6126 numbers were chosen.
6127
6128 2002-04-30 Michael Snyder <msnyder@redhat.com>
6129
6130 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6131
6132 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6133
6134 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6135 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6136 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6137
6138 2002-04-29 Kevin Buettner <kevinb@redhat.com>
6139
6140 From Louis Hamilton <hamilton@redhat.com>:
6141 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6142 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6143 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6144 not bfd-private xcoff data, to determine wordsize.
6145 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6146
6147 2002-04-29 Andrew Cagney <ac131313@redhat.com>
6148
6149 GDB 5.2 released from 5.2 branch.
6150
6151 2002-04-29 Michal Ludvig <mludvig@suse.cz>
6152
6153 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6154 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6155 (x86_64_register_info_table): Added comments with register numbers.
6156
6157 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6158
6159 * rs6000-tdep.c (rs6000_extract_return_value,
6160 rs6000_store_return_value): Handle returning vectors.
6161 (rs6000_gdbarch_init): Use
6162 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6163 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6164 New function.
6165 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6166 vectors.
6167 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6168 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6169
6170 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6171
6172 * hpread.c (hpread_psymtab_to_symtab_1,
6173 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6174 with fprintf_unfiltered (gdb_stderr,...).
6175
6176 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6177
6178 * remote-array.c (printf_monitor, write_monitor,
6179 array_insert_breakpoint, array_remove_breakpoint ):
6180 Replace fprintf (stderr,...
6181 with fprintf_unfiltered (gdb_stderr,....
6182 * remote-es.c: Likewise.
6183 * remote-os9k.c: Likewise.
6184 * remote-st.c: Likewise.
6185
6186 2002-04-28 Andreas Schwab <schwab@suse.de>
6187
6188 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6189 linux-proc.o and gcore.o.
6190
6191 2002-04-26 Michal Ludvig <mludvig@suse.cz>
6192
6193 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6194 code without frame pointers.
6195
6196 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6197
6198 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6199 ON_STACK is needed.
6200
6201 2002-04-26 Ben Elliston <bje@redhat.com>
6202
6203 * target.c (do_xfer_memory): Correct reference to the new option
6204 "trust-readonly-sections".
6205
6206 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
6207
6208 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6209 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6210 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6211 vectors.
6212 (read_array_type): Record the fact that this array type is really a
6213 vector (i.e. are passed in by value).
6214
6215 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6216
6217 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6218 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6219 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6220 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6221 * alpha-linux-tdep.c: Include frame.h.
6222 (alpha_linux_sigcontext_addr): New function.
6223 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6224 alpha_linux_sigcontext_addr.
6225 * alpha-osf1-tdep.c: Include gdbcore.h.
6226 (alpha_osf1_sigcontext_addr): New function.
6227 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6228 alpha_osf1_sigcontext_addr.
6229 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6230 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6231
6232 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6233
6234 * stack.c (selected_frame_level):
6235 (select_frame): Do not set selected_frame_level.
6236 * frame.h (selected_frame_level): Delete declaration.
6237
6238 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6239
6240 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6241 convert_from_func_ptr-addr when AIX / PowerOpen.
6242
6243 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6244
6245 * valops.c (hand_function_call): Call
6246 generic_save_call_dummy_addr.
6247 * frame.h (generic_save_call_dummy_addr): Declare.
6248 * blockframe.c (struct dummy_frame): Add fields call_lo and
6249 call_hi.
6250 (generic_find_dummy_frame): Check for PC in range call_lo to
6251 call_hi instead of entry_point_address.
6252 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6253 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
6254 (generic_save_call_dummy_addr): New function.
6255
6256 2002-04-24 David S. Miller <davem@redhat.com>
6257
6258 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6259 sparc_skip_prologue.
6260 (sparc_skip_prologue): Kill frameless_p arg, and use line number
6261 information to find prologue when possible.
6262 (sparc_prologue_frameless_p): Call examine_prologue directly.
6263 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6264 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6265 second argument.
6266 (SKIP_PROLOGUE): Likewise.
6267
6268 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6269
6270 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6271 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6272 indicate that the condition it was testing is always true.
6273 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6274 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6275 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6276
6277 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6278
6279 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6280 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6281 tdep->jb_pc and tdep->jb_elt_size.
6282 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6283 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6284 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6285 * alpha-nat.c (get_longjmp_target): Remove.
6286 (JB_ELEMENT_SIZE): Ditto.
6287 (JB_PC): Ditto.
6288 * alpha-tdep.c (alpha_get_longjmp_target): New function.
6289 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
6290 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6291 to alpha_get_longjmp_target.
6292 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6293 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6294 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6295
6296 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6297
6298 * README: Update to GDB 5.2.
6299
6300 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6301
6302 * gdbarch.sh (LC_ALL): Set to `c'.
6303
6304 2002-04-25 Theodore A. Roth <troth@verinet.com>
6305
6306 * avr-tdep.c: Ran through gdb_indent.sh.
6307
6308 2002-04-25 Theodore A. Roth <troth@verinet.com>
6309
6310 * MAINTAINERS: Add myself as AVR maintainer.
6311 * NEWS: Note new target avr.
6312
6313 2002-04-25 Theodore A. Roth <troth@verinet.com>
6314
6315 * Makefile.in: Add support for AVR target.
6316 * configure.tgt: Add support for AVR target.
6317 * avr-tdep.c: New file
6318 * config/avr/avr.mt: New file.
6319
6320 2002-04-25 Theodore A. Roth <troth@verinet.com>
6321
6322 * MAINTAINERS: Add myself to write-after-approval.
6323
6324 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6325
6326 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6327 with fprintf_unfiltered (gdb_stderr,....
6328
6329 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6330
6331 Fix PR gdb/508.
6332 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6333
6334 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6335
6336 * p-exp.y: Also use new prev_lexptr variable
6337 to improve error reporting. Based on Michael Snyder
6338 2002-04-24 dated patch to c-exp.y.
6339
6340 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6341
6342 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6343 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6344 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6345 to 0.
6346 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6347 and struct value.
6348 (FUNCTION_START_OFFSET): Remove.
6349 (BREAKPOINT): Ditto.
6350
6351 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6352
6353 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6354 * NEWS: Ditto.
6355
6356 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6357
6358 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6359 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6360 alpha_linux_pc_in_sigtramp.
6361 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6362 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6363 alpha_osf1_pc_in_sigtramp.
6364 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6365 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6366 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6367 alphafbsd_pc_in_sigtramp.
6368 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6369 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6370 alphanbsd_pc_in_sigtramp.
6371 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6372 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6373
6374 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6375
6376 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6377
6378 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6379
6380 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6381 alphanbsd-tdep.c.
6382 (alphanbsd-nat.o): New dependency list.
6383 (alphanbsd-tdep.o): Ditto.
6384 * NEWS: Note new native NetBSD/alpha configuration.
6385 * alphanbsd-nat.c: New file.
6386 * alphanbsd-tdep.c: Ditto.
6387 * configure.host (alpha*-*-netbsd*): New host.
6388 * configure.tgt (alpha*-*-netbsd*): New target.
6389 * config/alpha/nbsd.mh: New file.
6390 * config/alpha/nbsd.mt: Ditto.
6391 * config/alpha/nm-nbsd.h: Ditto.
6392 * config/alpha/tm-nbsd.h: Ditto.
6393
6394 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6395
6396 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6397 (alpha-osf1-tdep.o): New dependency list.
6398 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6399 and skip_sigtramp_frame members.
6400 * alpha-linux-tdep.c: Include gdbcore.h.
6401 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6402 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6403 * alpha-osf1-tdep.c: New file.
6404 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6405 alpha-osf1-dep.c.
6406 (alpha_frame_past_sigtramp_frame): New function.
6407 (alpha_dynamic_sigtramp_offset): Ditto.
6408 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6409 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6410 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6411 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6412 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6413 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6414 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6415 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6416 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6417 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6418 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6419 to find_solib_trampoline_target.
6420 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6421 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6422 (SKIP_TRAMPOLINE_CODE): Remove.
6423 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6424 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6425 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6426 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6427 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6428 (PROC_SIGTRAMP_MAGIC): Ditto.
6429 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6430 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6431 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6432 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6433 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6434
6435 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6436
6437 * NEWS: Note that Alpha targets are now multi-arch.
6438
6439 2002-04-24 Michael Snyder <msnyder@redhat.com>
6440
6441 * parser-defs.h (prev_lexptr): New external variable.
6442 * parse.c (parse_exp_1): Set prev_lexptr to null before
6443 calling the language-specific parser.
6444 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6445 (yyerror): Use prev_lexptr in error reporting.
6446
6447 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
6448
6449 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6450 * gregset.h: If FILL_FPXREGSET is defined, provide
6451 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6452 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6453 is defined, call fill_fpxregset.
6454
6455 2002-04-24 Roland McGrath <roland@frob.com>
6456
6457 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6458 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6459 (supply_gregset, supply_fpregset): New functions.
6460
6461 * gnu-nat.c (gnu_find_memory_regions): New function.
6462 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6463 (gnu_xfer_memory): Add a cast.
6464
6465 2002-04-24 Michael Snyder <msnyder@redhat.com>
6466
6467 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6468 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6469 of argument regs ("str r(0123), [r11, #-nn"]).
6470 (arm_skip_prologue): Better handling for frameless functions.
6471 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6472 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6473
6474 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6475
6476 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6477 NUM_PSEUDO_REGS can be used.
6478
6479 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6480
6481 * arch-utils.h: Update copyright.
6482
6483 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6484 * gdbarch.h, gdbarch.c: Re-generate.
6485
6486 * inferior.h (IN_SIGTRAMP): Delete definition.
6487 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6488 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6489
6490 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6491 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6492 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6493 (find_proc_framesize): Ditto.
6494 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6495 (alpha_init_extra_frame_info): Ditto.
6496 * infrun.c (handle_inferior_event): Ditto.
6497 (handle_inferior_event): Ditto.
6498 (check_sigtramp2): Ditto.
6499 * blockframe.c (create_new_frame): Ditto.
6500 (get_prev_frame): Ditto.
6501 * ppc-linux-tdep.c: Update comments.
6502 * i386-linux-tdep.c: Update comments.
6503 * breakpoint.c (bpstat_what): Update comment.
6504
6505 2002-04-24 David S. Miller <davem@redhat.com>
6506
6507 * i960-tdep.c (register_in_window_p): New function.
6508 (i960_find_saved_register): Use it instead of
6509 REGISTER_IN_WINDOW_P.
6510 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6511
6512 * symtab.h (find_stab_function_addr): Kill extern.
6513 * minsyms.c (find_stab_function_addr): Remove from here...
6514 * dbxread.c: ... to here, and mark it static.
6515
6516 2002-04-20 David S. Miller <davem@redhat.com>
6517
6518 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6519 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6520
6521 2002-04-21 David S. Miller <davem@redhat.com>
6522
6523 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6524 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6525 (vx_write_register): Likewise.
6526
6527 2002-04-23 J. Brobecker <brobecker@gnat.com>
6528
6529 * source.c (is_regular_file): New function.
6530 (openp): Check wether file to open is a regular file
6531 to avoid opening directories.
6532
6533 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6534
6535 * findvar.c (extract_signed_integer): Cast printf argument
6536 to suppress format warning.
6537 (extract_unsigned_integer): Likewise.
6538 * infcmd.c (registers_info): Likewise.
6539 * top.c (get_prompt_1): Likewise.
6540 * valops.c (value_assign): Likewise.
6541 * valprint.c (print_decimal): Likewise.
6542
6543 2002-04-22 H.J. Lu (hjl@gnu.org)
6544
6545 * c-exp.y (typebase): Support
6546
6547 [long|long long|short] [signed|unsigned] [int|]
6548
6549 and
6550
6551 signed [long|long long|short] int
6552
6553 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6554
6555 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6556 and vax-tdep.h.
6557 * vax-tdep.h: New file.
6558 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6559 Make several routines static.
6560 (vax_get_saved_register): New function.
6561 (vax_gdbarch_init): New function.
6562 (_initialize_vax_tdep): Register vax_gdbarch_init.
6563 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6564 Remove macros now under the control of gdbarch.
6565
6566 2002-04-22 Michael Snyder <msnyder@redhat.com>
6567
6568 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6569 Some whitespace and coding standards tweaks.
6570
6571 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6572
6573 * vax-tdep.c: Include regcache.h.
6574 (vax_call_dummy_words): New.
6575 (sizeof_vax_call_dummy_words): New.
6576 (vax_fix_call_dummy): New function.
6577 (vax_saved_pc_after_call): Ditto.
6578 * config/vax/tm-vax.h: Don't include regcache.h.
6579 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6580 (CALL_DUMMY): Remove.
6581 (CALL_DUMMY_WORDS): Define.
6582 (SIZEOF_CALL_DUMMY_WORDS): Define.
6583 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6584
6585 2002-04-18 Michael Snyder <msnyder@redhat.com>
6586
6587 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6588
6589 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6590
6591 * vax-tdep.c (vax_frame_chain): New function.
6592 (vax_push_dummy_frame): Ditto.
6593 (vax_pop_frame): Ditto.
6594 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6595 (FRAMELESS_FUNCTION_INVOCATION): Use
6596 generic_frameless_function_invocation_not.
6597 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6598 (POP_FRAME): Use vax_pop_frame.
6599
6600 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6601
6602 * vax-tdep.c (vax_store_struct_return): New function.
6603 (vax_extract_return_value): Ditto.
6604 (vax_store_return_value): Ditto.
6605 (vax_extract_struct_value_address): Ditto.
6606 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6607 vax_store_struct_return.
6608 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6609 (STORE_RETURN_VALUE): Use vax_store_return_value.
6610 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6611
6612 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6613
6614 * vax-tdep.c (vax_frame_saved_pc): New function.
6615 (vax_frame_args_address_correct): Ditto.
6616 (vax_frame_args_address): Ditto.
6617 (vax_frame_locals_address): Ditto.
6618 (vax_frame_num_args): Move code to be in proximity to
6619 other frame-related functions.
6620 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6621 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6622 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6623 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6624 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6625
6626 2002-04-22 H.J. Lu (hjl@gnu.org)
6627
6628 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6629 includedir.
6630
6631 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6632
6633 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6634 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6635 (FRAME_INIT_SAVED_REGS): New macro.
6636
6637 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6638
6639 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6640
6641 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6642
6643 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6644 where needed.
6645 (fetch_osf_core_registers): Likewise.
6646 (supply_gregset): Likewise.
6647
6648 2002-04-22 J. Brobecker <brobecker@gnat.com>
6649
6650 * symfile.h (get_section_index): Define.
6651 * symfile.c (get_section_index): New function.
6652 * mdebugread.c (SC_IS_SBSS): New macro.
6653 (SC_IS_BSS): Return true for the scBss storage class only, as
6654 the scSBss storage class refers to the .sbss section.
6655 (parse_partial_symbols): Discard the symbols which associated
6656 section does not exist.
6657 Make sure to use the .sbss section index for symbols which
6658 storage class is scBss, rather than using the .bss section index.
6659
6660 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6661
6662 * vax-tdep.c: Update copyright years.
6663 (vax_register_name): New function.
6664 (vax_register_byte): Ditto.
6665 (vax_register_raw_size): Ditto.
6666 (vax_register_virtual_size): Ditto.
6667 (vax_register_virtual_type): Ditto.
6668 * config/vax/tm-vax.h: Update copyright years.
6669 (REGISTER_NAMES): Remove.
6670 (REGISTER_NAME): Define.
6671 (REGISTER_BYTE): Use vax_register_byte.
6672 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6673 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6674 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6675
6676 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6677
6678 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6679 declaration
6680 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6681
6682 2002-04-21 David S. Miller <davem@redhat.com>
6683
6684 * arch-utils.c (generic_prologue_frameless_p): Kill
6685 SKIP_PROLOGUE_FRAMELESS_P code.
6686 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6687 references.
6688 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6689 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6690 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6691 references.
6692 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6693 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6694 (sparc_gdbarch_init): Pass it to
6695 set_gdbarch_prologue_frameless_p.
6696
6697 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6698
6699 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6700 (alphabsd-nat.o): New dependency list.
6701
6702 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6703
6704 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6705 alphafbsd-tdep.c.
6706 (alpha-linux-tdep.o): New dependency list.
6707 (alphafbsd-tdep.o): Likewise.
6708
6709 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6710
6711 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6712 to here...
6713 * alpha-tdep.c: ...from here.
6714 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6715
6716 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6717
6718 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6719 prototype from here...
6720 * alpha-tdep.h: ...to here.
6721
6722 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6723
6724 * frame.h (selected_frame_level): Document as deprecated.
6725 (frame_relative_level): Declare.
6726 * stack.c (frame_relative_level): New function.
6727 (selected_frame_level): Document as deprecated.
6728 (select_frame): Do not set the selected_frame_level.
6729
6730 * stack.c (frame_info, record_selected_frame): Update.
6731 (frame_command, current_frame_command): Update.
6732 (up_silently_base, up_command, down_silently_base): Update.
6733 (down_command): Update.
6734 * inflow.c (kill_command): Update.
6735 * tracepoint.c (finish_tfind_command): Update.
6736 * corelow.c (core_open): Update.
6737 * thread.c (info_threads_command): Update.
6738 (do_captured_thread_select): Update.
6739 * infcmd.c (finish_command): Update.
6740 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6741
6742 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6743
6744 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6745
6746 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6747
6748 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6749 type const.
6750
6751 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6752
6753 * alphafbsd-tdep.c: Update copyright years. Include
6754 alpha-tdep.h.
6755 (alphafbsd_use_struct_convention): Make static.
6756 (alphafbsd_init_abi): New function.
6757 (_initialize_alphafbsd_tdep): New function.
6758 * config/alpha/tm-fbsd.h: Update copyright years.
6759 (USE_STRUCT_CONVENTION): Remove.
6760
6761 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6762
6763 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6764 an Alpha ABI variant.
6765 (alpha_abi_handler_list): Declare.
6766 (alpha_gdbarch_register_os_abi): New function.
6767 (alpha_gdbarch_init): Give registered ABI variant handlers a
6768 chance to tweak the gdbarch once we have set up defaults.
6769 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6770
6771 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6772
6773 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6774 to standard_coerce_float_to_double.
6775 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6776
6777 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6778
6779 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6780 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6781 from gdbarch_tdep rather than a constant.
6782 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6783 the default text address for all Alpha Unix ABIs.
6784 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6785 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6786
6787 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6788
6789 * alpha-tdep.h: New file. Includes several Alpha target constants
6790 taken from...
6791 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6792 let gdbarch deal with.
6793 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6794 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6795 to dependency list.
6796 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6797 Alpha target register names.
6798 * alphabsd-nat.c: Likewise.
6799 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6800 Alpha target register names. Make serveral routines static.
6801 (alpha_get_saved_register): New function.
6802 (alpha_abi_names): New.
6803 (process_note_abi_tag_sections): New function.
6804 (get_elfosabi): New function.
6805 (alpha_gdbarch_init): New function.
6806 (alpha_dump_tdep): New function.
6807 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6808
6809 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6810
6811 * frame.c (find_saved_register): Delete #ifdef
6812 HAVE_REGISTER_WINDOWS code.
6813 * config/sparc/tm-sparc.h: Update comments.
6814 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6815
6816 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6817
6818 * i960-tdep.c (i960_find_saved_register): New function.
6819 (i960_get_saved_register): New function.
6820 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6821 (i960_get_saved_register): Declare.
6822 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6823
6824 2002-04-20 David S. Miller <davem@redhat.com>
6825
6826 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6827
6828 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6829
6830 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6831 instead of NUM_PSEUDO_REGS.
6832
6833 2002-04-20 David S. Miller <davem@redhat.com>
6834
6835 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6836 GDB_MULTI_ARCH_PARTIAL
6837 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6838 define, let tm-sp64.h do it.
6839
6840 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6841
6842 * frame.c (find_saved_register): Avoid a NULL pointer
6843 dereference and actually walk the frame list.
6844
6845 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6846
6847 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6848 sorted in most most-recent-used order. Document.
6849 * gdbarch.h, gdbarch.c: Regenerate.
6850
6851 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6852
6853 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6854 instead of ->prev.
6855 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6856 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6857 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6858 instead of ->prev.
6859
6860 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6861
6862 Fix PR gdb/471.
6863 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6864 (build_builtin_type_vec128): Ditto.
6865 (append_composite_type_field): Fix calculation of type length in
6866 union case.
6867
6868 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6869
6870 * config/djgpp/README: Update.
6871
6872 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6873 compiler warnings.
6874
6875 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6876
6877 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6878 (alpha_setup_arbitrary_frame): ...to this.
6879 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6880 for alpha_setup_arbitrary_frame.
6881
6882 2002-04-18 Andrew Cagney <cagney@redhat.com>
6883
6884 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6885 * gdbarch.h, gdbarch.c: Regenerate.
6886
6887 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6888 * target.h (memory_breakpoint_from_pc): Update declaration.
6889 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6890
6891 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6892 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6893 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6894 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6895 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6896 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6897 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6898 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6899 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6900 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6901 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6902 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6903
6904 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6905 const pointer.
6906 * monitor.c (monitor_insert_breakpoint): Ditto.
6907 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6908
6909 * config/mcore/tm-mcore.h: Update copyright.
6910 * mem-break.c: Ditto.
6911 * xstormy16-tdep.c: Ditto.
6912
6913 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6914
6915 * p-exp.y: Add precedence rule for '^' token.
6916 This removes the shift/reduce conflicts.
6917 Remove the comment concerning these shift/reduce conflicts.
6918
6919 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6920
6921 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6922 (registers_powerpc_nofp): New register set for processors
6923 without floating point unit.
6924
6925 2002-04-18 David S. Miller <davem@redhat.com>
6926
6927 * MAINTAINERS: Add myself to write-after-approval.
6928
6929 2002-04-17 Michael Snyder <msnyder@redhat.com>
6930
6931 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6932
6933 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6934
6935 * rs6000-tdep.c (frame_initial_stack_address): Use
6936 frame_register_read to read the alloca_reg.
6937
6938 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6939
6940 * frame.c (find_saved_register): Find saved registers in the next
6941 not prev frame.
6942 Fix PR gdb/365.
6943
6944 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6945
6946 * gdbarch.sh (LANG): Set to ``c''.
6947
6948 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6949
6950 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6951
6952 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6953
6954 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6955 Update copyright.
6956
6957 * hpread.c (hpread_get_lntt): Add declaration.
6958 Also fix PR gdb/391.
6959
6960 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6961
6962 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6963 * aclocal.m4, configure: Re-generate.
6964 Fix PR gdb/391.
6965
6966 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6967
6968 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6969 instead of tm_print_insn.
6970
6971 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6972
6973 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6974
6975 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6976
6977 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6978 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6979 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6980
6981 2002-04-12 Don Howard <dhoward@redhat.com>
6982
6983 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6984 max_user_call_depth.
6985 (init_cmd_lists): Initialize the new value;
6986 * cli/cli-script.c (execute_user_command): Limit the call depth of
6987 user defined commands. This avoids a core-dump when user commands
6988 are infinitly recursive.
6989
6990 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6991
6992 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6993 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6994 from tdep struct instead of DEFAULT_LR_SAVE.
6995 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6996 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6997 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6998
6999 2002-04-12 Michael Snyder <msnyder@redhat.com>
7000
7001 * Remote.c: Spelling fix.
7002 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7003 If no symbol found for "sbrk", try "_sbrk".
7004 (make_output_phdrs): Use bfd_section_name.
7005 (gcore_copy_callback): Use bfd_section_name.
7006 * eval.c: Indentation fix-ups.
7007 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7008 in case it gets applied to an address that is already
7009 in the instruction space.
7010 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7011 * symfile.c: Fix indentation, long lines.
7012 * source.c: White space fix-up.
7013
7014 2002-04-12 Andrew Cagney <cagney@redhat.com>
7015
7016 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7017 * frame.c (frame_register_read): New function. Return non-zero on
7018 success.
7019 (read_relative_register_raw_bytes_for_frame): Delete.
7020 (read_relative_register_raw_bytes): Delete.
7021 * frame.h (frame_register_read): Declare.
7022 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7023 * sh-tdep.c: Ditto.
7024 * infcmd.c (do_registers_info): Ditto.
7025 * hppa-tdep.c: Ditto.
7026 * rs6000-tdep.c: Ditto.
7027 * h8500-tdep.c: Ditto.
7028 * mips-tdep.c: Ditto.
7029 * h8300-tdep.c: Ditto.
7030 * z8k-tdep.c: Ditto.
7031
7032 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7033
7034 From Jimi X <jimix@watson.ibm.com>:
7035 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7036 64-bit SysV ABI.
7037
7038 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7039
7040 From Jimi X <jimix@watson.ibm.com>:
7041 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7042 bfd info.
7043
7044 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7045
7046 From Jimi X <jimix@watson.ibm.com>:
7047 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7048 register sets for these processor variants.
7049
7050 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7051
7052 * regformats/reg-ppc.dat: Support FPSCR.
7053
7054 2002-04-11 Kevin Buettner <kevinb@redhat.com>
7055
7056 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7057 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7058 Add fpscr as an invalid/unfetchable register.
7059 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7060 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7061 (fill_fpregset): Add support for register fpscr.
7062 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7063 (fill_gregset): Account for the fact that register ``mq'' might
7064 not exist.
7065 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7066 (registers_power): Add fpscr to register set at slot 71.
7067 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7068 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7069
7070 2002-04-11 Michael Snyder <msnyder@redhat.com>
7071
7072 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7073 * configure: Regenerate.
7074 * config.in: Regenerate.
7075 * acconfig.h: Add define for _SYSCALL32.
7076 * core-sol2.c: Remove #define _SYSCALL32.
7077 * solib-legacy.c: Remove #define _SYSCALL32.
7078
7079 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7080
7081 * stack.c (select_frame): Cleanup internal error message, do not
7082 use %p.
7083
7084 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7085
7086 * stack.c (select_frame): Check that selected_frame and the
7087 specified level are as expected.
7088 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7089 Update copyright.
7090 * frame.h (struct frame_info): Add field `level'. Update
7091 copyright.
7092 Work-in-progress PR gdb/464.
7093
7094 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7095
7096 * maint.c (maint_print_section_info): Rename print_section_info.
7097 (print_bfd_section_info, print_objfile_section_info): Update.
7098 * inferior.h (struct gdbarch): Add opaque declaration.
7099 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7100 * gdbarch.h: Regenerate.
7101
7102 2002-04-10 Michal Ludvig <mludvig@suse.cz>
7103
7104 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7105 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7106 (kernel_u_size): Added.
7107 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7108 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7109
7110 2002-04-04 Jim Ingham <jingham@apple.com>
7111
7112 * valarith.c (find_size_for_pointer_math): New function, either returns
7113 the size for a pointer's target, returns 1 for void *, or errors for
7114 incomplete types.
7115 (value_add, value_sub): use find_size_for_pointer_math.
7116
7117 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7118
7119 * linux-low.c (linux_look_up_symbols): New hook.
7120 (linux_target_ops): Add linux_look_up_symbols.
7121 * remote-utils.c (decode_address): New function.
7122 (look_up_one_symbol): New function.
7123 * server.c (handle_query): Call target look_up_symbols hook.
7124 * server.h (look_up_one_symbol): Add prototype.
7125 * target.h (struct target_ops): Add look_up_symbols hook.
7126
7127 2002-04-09 Andrew Cagney <ac131313@redhat.com>
7128
7129 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7130 override FP_REGNUM with frame->fp. Update copyright.
7131 * parse.c (num_std_regs, std_regs): Delete.
7132 (target_map_name_to_register): Do not search std_regs. Update
7133 function description.
7134 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7135 declarations. Update copyright.
7136 Fix PR gdb/251.
7137
7138 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7139
7140 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7141 after the last symbol in a block.
7142
7143 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7144
7145 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7146 is non zero as a found symbol.
7147
7148 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7149
7150 * findvar.c: Include "builtin-regs.h".
7151 (value_of_register): Call value_of_builtin_reg when applicable.
7152 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7153 (target_map_name_to_register): Call
7154 builtin_reg_map_name_to_regnum.
7155 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7156 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7157 (builtin_regs_h): Define.
7158 (builtin-regs.o): New target.
7159 (findvar.o): Add $(builtin_regs_h).
7160 * builtin-regs.c, builtin-regs.h: New files.
7161 * std-regs.c: New file.
7162 Partial fix for PR gdb/251.
7163
7164 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7165
7166 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7167 it's no longer required.
7168
7169 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7170
7171 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7172
7173 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7174
7175 From Jimi X <jimix@watson.ibm.com>:
7176 * rs6000-tdep.c (rs6000_software_single_step): Use
7177 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7178 and size. Use target_insert_breakpoint() and
7179 target_remove_breakpoint() to insert and remove breakpoints
7180 instead of explicit memory reads and writes.
7181
7182 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7183
7184 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7185 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7186 ELF_OBJECT_FORMAT ifdef.
7187
7188 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7189
7190 From Jimi X <jimix@watson.ibm.com>:
7191 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7192
7193 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7194
7195 From Jimi X <jimix@watson.ibm.com>:
7196 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7197 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7198
7199 2002-04-07 Mark Kettenis <kettenis@gnu.org>
7200
7201 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7202 s/asprintf/xasprintf/.
7203 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7204
7205 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7206
7207 I believe Jeff Law denies responsability for this one:
7208 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7209 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7210 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7211 Work-around for PR gdb/366.
7212
7213 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7214
7215 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7216 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7217 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7218
7219 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7220
7221 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7222 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7223 information.
7224
7225 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7226
7227 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7228 maintainer.
7229
7230 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7231
7232 * README (Reporting Bugs in GDB): Document the bug web page as the
7233 prefered way of submitting bugs.
7234 Fix PR gdb/402.
7235
7236 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7237
7238 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7239 -1. Update comment.
7240 * gdbarch.h, gdbarch.c: Re-generate.
7241
7242 2002-04-07 Andreas Schwab <schwab@suse.de>
7243
7244 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7245 buffer to regcache_collect.
7246
7247 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7248
7249 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7250 * gdbarch.c, gdbarch.h: Re-generate.
7251
7252 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7253
7254 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7255 declaration. Fix -Werror.
7256
7257 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
7258
7259 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7260 * gdbarch.c: Regenerate.
7261
7262 2002-04-05 Michael Snyder <msnyder@redhat.com>
7263
7264 * breakpoint.c (clear_command): Rewrite middle section to
7265 combine two loops with identical control conditions.
7266 Add a cleanup to eliminate a memory leak.
7267 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7268
7269 2002-04-05 H.J. Lu (hjl@gnu.org)
7270
7271 * solib-svr4.c (bkpt_names): Add "__start".
7272
7273 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7274
7275 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7276 as test for 64 bit target.
7277
7278 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7279
7280 * h8500-tdep.c (h8500_write_fp): Delete function.
7281 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7282 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7283 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7284 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7285 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7286 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7287 (s390_write_fp):
7288 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7289 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7290 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7291 (d10v_write_fp): Delete function.
7292 * inferior.h (write_fp, generic_target_write_fp): Delete
7293 declarations.
7294 * regcache.c (generic_target_write_fp): Delete function.
7295 (write_fp): Delete function.
7296 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7297 * gdbarch.h, gdbarch.c: Regenerate.
7298 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7299 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7300 (sparc64_write_fp): Delete declaration.
7301 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7302 (h8500_write_fp): Delete declaration.
7303
7304 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7305
7306 * sparc-tdep.c (sparc64_write_fp): Delete.
7307 (sparc_push_dummy_frame): Replace write_fp call with code to store
7308 the FP directly.
7309 (sparc_gdbarch_init): Do not initialize write_fp.
7310
7311 2002-04-05 Kevin Buettner <kevinb@redhat.com>
7312
7313 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7314 clause.
7315
7316 2002-03-29 Jim Blandy <jimb@redhat.com>
7317
7318 * stack.c (get_selected_block): Add new argument `addr_in_block',
7319 used to return the exact code address we used to select the block,
7320 not just the block.
7321 * blockframe.c (get_frame_block, get_current_block): Same.
7322 * frame.h (get_frame_block, get_current_block,
7323 get_selected_block): Update declarations.
7324 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7325 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7326
7327 2002-04-05 Michael Snyder <msnyder@redhat.com>
7328
7329 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7330 warning message.
7331
7332 2002-04-05 J. Brobecker <brobecker@gnat.com>
7333
7334 * utils.c (xfullpath): New function.
7335 * defs.h (xfullpath): Add declaration.
7336 * source.c (openp): Use xfullpath in place of gdb_realpath to
7337 avoid resolving the basename part of filenames when the
7338 associated file is a symbolic link. This fixes a potential
7339 inconsistency between the filenames known to GDB and the
7340 filenames it prints in the annotations.
7341 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7342 to be able to match a filename with either the real filename, or
7343 the name of any symbolic link to this file.
7344 (lookup_partial_symtab): Ditto.
7345
7346 2002-04-04 Michael Snyder <msnyder@redhat.com>
7347
7348 * breakpoint.c: Add support for hardware breakpoints in overlays.
7349 (overlay_events_enabled): New state variable.
7350 (insert_breakpoints): Use overlay_events_enabled to decide
7351 whether to attempt to set a breakpoint at the overlay load addr.
7352 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7353 (remove_breakpoint): Use overlay_events_enabled to decide
7354 whether breakpoints need to be removed from overlay load addr.
7355 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7356 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7357 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7358 disable_overlay_breakpoints): Update overlay_events_enabled.
7359
7360 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7361
7362 * dwarf2read.c (struct function_range): New.
7363 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7364 (check_cu_functions): New.
7365 (read_file_scope): Initialize global function lists.
7366 Call dwarf_decode_line after processing children.
7367 (read_func_scope): Add to global function list.
7368 (dwarf_decode_lines): Call check_cu_functions everywhere
7369 record_line is called. Call record_line with a linenumber
7370 of 0 to mark sequence ends.
7371
7372 2002-04-04 Michal Ludvig <mludvig@suse.cz>
7373
7374 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7375 change sync with glibc.
7376
7377 2002-04-03 Jim Blandy <jimb@redhat.com>
7378
7379 * configure.in: Call AC_C_INLINE.
7380 * configure: Regenerated.
7381
7382 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
7383
7384 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7385 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7386
7387 2002-03-31 Mark Kettenis <kettenis@gnu.org>
7388
7389 * NEWS: Mention gcore support on FreeBSD/i386.
7390
7391 * fbsd-proc.c: New file.
7392 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7393 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7394
7395 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7396 while statement.
7397
7398 2002-03-29 Jim Blandy <jimb@redhat.com>
7399
7400 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7401 unescaped newlines in string literals, but newer ones don't. So
7402 escape them.
7403
7404 2002-03-26 Michael Snyder <msnyder@redhat.com>
7405 Andrew Cagney <cagney@redhat.com>
7406
7407 * cli/cli-dump.c: New file. Dump memory to file,
7408 restore file to memory.
7409 * cli/cli-dump.h: New file.
7410 * Makefile.in: Add rules, dependencies for cli-dump.o.
7411 * NEWS: Mention new commands.
7412
7413 2002-03-28 Michael Snyder <msnyder@redhat.com>
7414
7415 * symfile.c (symbol_file_add): Move test for null symbols to later.
7416
7417 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7418
7419 From veksler at il.ibm.com:
7420 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7421 the xstrduped original path.
7422 Fix PR gdb/417.
7423
7424 2002-03-27 Michael Snyder <msnyder@redhat.com>
7425
7426 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7427 * infcmd.c (_initialize_infcmd): Ditto.
7428 * language.c (_initialize_language): Ditto.
7429 * symfile.c (_initialize_symfile): Ditto.
7430 * top.c (_init_main): Ditto.
7431 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7432
7433 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7434
7435 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7436 vector registers handling.
7437 (skip_prologue): Handle new AltiVec instructions. Fill in new
7438 fields of frame data.
7439 (frame_get_saved_regs): Fill in information for AltiVec registers.
7440
7441 2002-03-27 Jim Blandy <jimb@redhat.com>
7442
7443 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7444 a function; leave this macro here to invoke that function.
7445 (symbol_init_mangled_name): Declaration for that function.
7446 * symtab.c (symbol_init_mangled_name): New function.
7447
7448 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7449
7450 * valarith.c: Replace strerror with safe_strerror.
7451 * tracepoint.c: Ditto.
7452 * lin-lwp.c: Ditto.
7453 * go32-nat.c: Ditto.
7454 * inflow.c: Ditto.
7455 * gnu-nat.c: Ditto.
7456
7457 2002-03-27 Andreas Schwab <schwab@suse.de>
7458
7459 * event-top.c (command_line_handler): Remove useless if.
7460
7461 2002-03-27 Andreas Jaeger <aj@suse.de>
7462
7463 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7464 comment.
7465
7466 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7467
7468 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7469 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7470 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7471 (x86_64_linux_dr_get_status, supply_gregset),
7472 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7473 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7474 (x86_64_register_info_table): Add.
7475 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7476 (x86_64_register_raw_size, x86_64_register_virtual_type),
7477 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7478 general x86_64_register_info_table.
7479 (i386_gdbarch_init): gdbarch_register_bytes is now set
7480 dynamicaly during initialization.
7481 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7482 * gdbserver/linux-x86-64-low.c: Ditto.
7483
7484 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7485
7486 * gdbserver/server.c (main): Call target_signal_to_host_p
7487 and target_signal_to_host on signals received from the remote.
7488 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7489 target_signal_from_host on signals sent to the remote.
7490 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7491 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7492
7493 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7494
7495 * signals/signals.c: Include "server.h" in gdbserver build.
7496 (target_signal_from_name): Don't use STREQ.
7497 (_initialize_signals): Likewise. Don't include function in
7498 gdbserver build.
7499
7500 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7501
7502 * signals.c: Moved to...
7503 * signals/signals.c: Here.
7504 * Makefile (signals.o): Update.
7505
7506 2002-03-26 Jeff Law (law@redhat.com)
7507
7508 * somread.c (som_symtab_read): Remove some commented out code and
7509 updated related comments. Do not set the minimal symbol table to
7510 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7511 in a dynamic executable.
7512 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7513 where we are unable to find the minimal symbol for the given
7514 PC value.
7515
7516 2002-03-25 Jeff Law (law@redhat.com)
7517
7518 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7519
7520 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7521
7522 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7523
7524 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7525
7526 * command.h: Update copyright.
7527 (struct cmd_list_element): Replace definition with opaque
7528 declaration.
7529 (enum cmd_types): Document that it will eventually be moved to
7530 cli/cli-decode.h
7531 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7532 (MALLOCED_REPLACEMENT): Delete macro.
7533 * Makefile.in (cli_decode_h): Add $(command_h).
7534 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7535 * top.c: Include "cli/cli-decode.h".
7536 * completer.c: Include "cli/cli-decode.h".
7537 * maint.c: Include "cli/cli-decode.h".
7538 * cli/cli-decode.h: Include "command.h".
7539 (enum command_class): Delete.
7540 (enum cmd_types): Comment out.
7541 (enum cmd_auto_boolean): Delete.
7542 (enum var_types): Delete.
7543
7544 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7545
7546 * cli/cli-decode.c: Include "gdb_assert.h".
7547 (add_set_or_show_cmd): New static function.
7548 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7549 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7550 all fields, such as func, from the set command.
7551
7552 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7553
7554 * MAINTAINERS (sh-elf): Change warning flag to -w.
7555
7556 2002-03-23 Andrew Cagney <cagney@redhat.com>
7557
7558 * defs.h (error): Add printf format attribute.
7559 * thread-db.c (thread_from_lwp): Fix error format string.
7560 * stack.c (parse_frame_specification): Ditto.
7561 * cli/cli-decode.c (undef_cmd_error): Ditto.
7562 * scm-lang.c (scm_lookup_name): Ditto.
7563 * tracepoint.c (trace_error): Ditto.
7564 * remote-utils.c (usage): Ditto.
7565 * remote.c (compare_sections_command): Ditto.
7566 Fix PR gdb/328.
7567
7568 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7569
7570 * gdbtypes.c (append_composite_type_field): New function.
7571 (init_composite_type): New function.
7572 * gdbtypes.h (append_composite_type_field): Declare.
7573 (init_composite_type): Ditto.
7574
7575 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7576
7577 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7578 function.
7579 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7580 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7581 structure returning convention for SYSV ABI case, but not
7582 for GNU/Linux, FreeBSD, or NetBSD.
7583
7584 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7585
7586 * symtab.h (lookup_block_symbol): Add mangled_name argument
7587 to prototype.
7588
7589 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7590 with new mangled_name argument.
7591 * linespec.c (decode_line_1): Likewise.
7592 * valops (value_of_this): Likewise.
7593 * symtab.c (lookup_transparent_type): Likewise.
7594 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7595 (lookup_symbol): If we are given a mangled name, pass it down
7596 to lookup_symbol_aux.
7597 (lookup_block_symbol): If we are given a mangled name to check
7598 against, only return symbols which match it.
7599
7600 2002-03-22 Christopher Faylor <cgf@redhat.com>
7601
7602 * win32-nat.c (child_create_inferior): Check for proper shell to use
7603 here, in case the user changes it on the fly.
7604 (_initialize_inftarg): Remove shell path considerations.
7605
7606 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7607
7608 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7609 for gdbarch_max_register_raw_size and max_register_virtual_size.
7610 Adjust copyright year.
7611
7612 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7613
7614 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7615 in a function to cover the entire beginning of the function
7616 as well if it does not already.
7617
7618 2002-03-21 Tom Rix <trix@redhat.com>
7619
7620 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7621 (rs6000_ptrace64): Renamed from ptrace64.
7622
7623 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7624
7625 * gdbserver/remote-utils.c (remote_open): Don't call
7626 getprotobyname, we're all using TCP here so just use
7627 IPPROTO_TCP.
7628 * gdbserver/gdbreplay.c (remote_open): Ditto.
7629
7630 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7631
7632 * regcache.c (_initialize_regcache): No need to call
7633 build_regcache() at this time; it gets called whenever
7634 the gdbarch changes.
7635
7636 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7637
7638 * sparc-nat.c: Include sys/param.h where possible.
7639
7640 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7641
7642 Fix PR gdb/422.
7643 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7644 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7645 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7646 complex types.
7647 * stabsread.c (rs6000_builtin_type): Likewise.
7648 (read_sun_floating_type): Likewise.
7649
7650 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7651
7652 * stabsread.c (read_member_functions): Remove skip code for duplicate
7653 constructor/destructor methods. Use standard parsing for these
7654 methods and just do not chain them to the list of methods after
7655 parsing.
7656
7657 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7658
7659 * coffread.c: Remove redundant static declarations. Replace
7660 occurrences of `PTR' with `void *'.
7661 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7662 * top.h (quit_cover): Likewise.
7663 * defs.h (catch_errors): Likewise.
7664
7665 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7666
7667 * defs.h (XMALLOC): Define.
7668 * gdb-events.sh (XMALLOC): Delete macro.
7669 * gdb-events.c, gdb-events.h: Regenerate.
7670 * gdbarch.sh (XMALLOC): Delete macro.
7671 * gdbarch.c: Regenerate.
7672 * serial.c (XMALLOC): Delete macro.
7673 * ui-file.c (XMALLOC): Ditto.
7674 * ser-unix.h (XMALLOC): Ditto.
7675 * sh-tdep.c (XMALLOC): Ditto.
7676 * ui-out.c (XMALLOC): Ditto.
7677 * utils.c (XMALLOC): Ditto.
7678 * i386-tdep.c (XMALLOC): Ditto.
7679 * gdb-events.c (XMALLOC): Ditto.
7680 * d10v-tdep.c (XMALLOC): Ditto.
7681 * cli-out.c (XMALLOC): Ditto.
7682
7683 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7684 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7685 * ui-file.c, ui-out.c: Ditto.
7686
7687 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7688
7689 * command.h (struct cmd_list_element): Add field context.
7690 (set_cmd_context, get_cmd_context): Declare.
7691 * cli/cli-decode.h: Ditto.
7692 * cli/cli-decode.c (get_cmd_context): New function.
7693 (set_cmd_context): New function.
7694 (add_cmd): Initialize context.
7695 Part of fixing PR gdb/145 and PR gdb/146.
7696
7697 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7698
7699 * cli/cli-decode.c (cmd_type): New function.
7700 * command.h (cmd_type): Declare.
7701 * infrun.c (set_schedlock_func): Call function cmd_type.
7702 * kod.c (kod_set_os): Call cmd_type.
7703 * cris-tdep.c (cris_version_update): Use function cmd_type.
7704 (cris_mode_update, cris_abi_update): Ditto.
7705
7706 * command.h: (execute_cmd_post_hook): Declare.
7707 (execute_cmd_pre_hook): Declare.
7708 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7709 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7710 functions. Execute pre/post hook while ensuring that afterwords
7711 hook_in is cleared.
7712 * top.c (execute_command): Use execute_cmd_post_hook, and
7713 execute_cmd_pre_hook to execute pre/post commands.
7714 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7715 hook_stop_stub.
7716 (hook_stop_stub): Call execute_cmd_pre_hook.
7717
7718 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7719
7720 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7721 set'' and this leads to a core dump. Move xstrdup of
7722 operating_system to after check that it is not NULL.
7723
7724 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7725
7726 * kod.c (kod_set_os): Remove unnecessary check that
7727 ``command->type'' is set_cmd.
7728
7729 * valprint.c (set_input_radix): Use input_radix.
7730 (set_output_radix): Use output_radix.
7731 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7732 isn't reverted.
7733
7734 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7735
7736 * value.h (struct value): Delete field ``substring_addr''. Change
7737 aligner fields to force_doublest_align, force_longest_align,
7738 force_core_addr_align and force_pointer_aligh.
7739
7740 * value.h (struct value): Fix typo in above change.
7741
7742 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7743
7744 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7745 to fix internal_error from ``maintenance print architecture''.
7746
7747 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7748
7749 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7750 for gcc versions after gcc-2.8.1.
7751
7752 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7753
7754 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7755 for method resolution. Restore adjustment of ``this'' pointer after
7756 calling value_struct_elt, which was accidentally removed during the
7757 HP merge.
7758
7759 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7760
7761 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7762 value_of_register.
7763 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7764 get_saved_register.
7765 * value.h (value_of_register): Update.
7766
7767 2002-03-14 Richard Henderson <rth@redhat.com>
7768
7769 * configure.in: Detect declaration for canonicalize_file_name.
7770 * utils.c (canonicalize_file_name): Declare, if needed.
7771 (gdb_realpath): Prefer realpath if available and usable.
7772 * config.in, configure: Rebuild.
7773
7774 2002-03-14 Richard Henderson <rth@redhat.com>
7775
7776 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7777 a constant array bound.
7778
7779 * MAINTAINERS: Add myself to write-after-approval.
7780
7781 2002-03-14 Michael Snyder <msnyder@redhat.com>
7782
7783 * symfile.c (syms_from_objfile): Return immediately if no syms.
7784 (symbol_file_add): Return immediately if no syms.
7785 (find_sym_fns): Return immediately if no syms.
7786
7787 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7788
7789 * gdbserver/remote-util.c (remote_open): Print remote-side's
7790 IP address when remote debugging over the network.
7791
7792 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7793
7794 * config/sparc/fbsd.mh: Fix copyright.
7795 * config/sparc/fbsd.mt: Likewise.
7796
7797 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7798
7799 * MAINTAINERS: Fix typo in name of gdb warnings option.
7800 (x86-64): Fix formating so that this can be parsed by awk.
7801
7802 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7803
7804 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7805 * defs.h: Include "gdb/signals.h".
7806 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7807
7808 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7809
7810 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7811 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7812 from x86-64-tdep.h
7813
7814 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7815 Don Howard <dhoward@redhat.com>
7816
7817 * mips-tdep.c (ST0_FR): Define.
7818 (mips2_fp_compat): New function, temporarily disabled.
7819 (mips_read_fp_register_single): New function.
7820 (mips_read_fp_register_double): New function.
7821 (mips_print_register): Use them.
7822 (do_fp_register_row): Likewise.
7823
7824 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7825
7826 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7827 approval''.
7828
7829 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7830
7831 * stabsread.c (read_member_functions): Fix is_stub test for
7832 static member functions, improve comment.
7833
7834 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7835
7836 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7837 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7838 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7839 commands that set boolean values.
7840 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7841 (arm_rdi_resume): Always initialize PC.
7842 (arm_rdi_open): Don't use rslt as a boolean.
7843 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7844 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7845 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7846 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7847
7848 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7849
7850 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7851 * configure: Rebuilt.
7852
7853 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7854
7855 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7856 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7857
7858 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7859
7860 * cli/cli-decode.c (set_cmd_completer): New function.
7861 * command.h (set_cmd_completer): Declare.
7862 * cli/cli-decode.h (set_cmd_completer): Ditto.
7863
7864 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7865 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7866 * win32-nat.c (_initialize_inftarg): Ditto.
7867 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7868 * proc-api.c (_initialize_proc_api): Ditto.
7869 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7870 * source.c (_initialize_source): Ditto.
7871 * exec.c (_initialize_exec): Ditto.
7872 * solib.c (_initialize_solib): Ditto.
7873 * top.c (init_main): Ditto.
7874 * tracepoint.c (_initialize_tracepoint): Ditto.
7875 * symfile.c (_initialize_symfile): Ditto.
7876 * printcmd.c (_initialize_printcmd): Ditto.
7877 * infcmd.c (_initialize_infcmd): Ditto.
7878 * corefile.c (_initialize_core): Ditto.
7879
7880 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7881
7882 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7883
7884 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7885
7886 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7887
7888 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7889
7890 * NEWS: Update headings, 5.2 has branched.
7891
7892 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7893
7894 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7895 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7896 (register_addr, REGISTER_RAW_SIZE): Likewise.
7897 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7898 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7899
7900 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7901
7902 * MAINTAINERS (x86-64): Add myself.
7903 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7904 changed value_ptr -> struct value *
7905
7906 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7907
7908 * configure.host (sparc64-*-freebsd): Add.
7909 * configure.tgt: Likewise.
7910 * config/sparc/fbsd.mh: New file.
7911 * config/sparc/fbsd.mt: Likewise.
7912 * config/sparc/nm-fbsd.h: Likewise.
7913 * config/sparc/tm-fbsd.h: Likewise.
7914
7915 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7916
7917 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7918 regformats/reg-s390x.dat.
7919
7920 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7921
7922 * utils.c: Add FIXME explaining true/false problem.
7923
7924 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7925
7926 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7927
7928 2002-02-28 Michael Chastain <mec@shout.net>
7929
7930 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7931
7932 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7933
7934 * gdbserver/linux-s390-low.c: New file.
7935 * regformats/reg-s390.dat: New file.
7936 * regformats/reg-s390x.dat: New file.
7937 * gdbserver/configure.srv: Add S/390.
7938 * gdbserver/Makefile.in: Add S/390.
7939 * configure.tgt: Enable gdbserver for S/390.
7940
7941 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7942
7943 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7944 first line of the doc string for "info dos", except at the end of
7945 the sentence, since the short help stops at the first period.
7946
7947 2002-02-28 Jason Merrill <jason@redhat.com>
7948
7949 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7950
7951 2002-02-27 Fred Fish <fnf@redhat.com>
7952
7953 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7954 comment (dumy -> dummy).
7955
7956 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7957
7958 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7959
7960 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
7961
7962 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7963
7964 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7965
7966 * gdbserver/acconfig.h: New file.
7967 * gdbserver/i387-fp.c: New file.
7968 * gdbserver/i387-fp.h: New file.
7969 * gdbserver/linux-x86-64.c: New file.
7970 * regformats/reg-x86-64.dat: New file.
7971 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7972 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7973 * gdbserver/configure.in: Add support for regsets.
7974 * gdbserver/config.in: Regenerate.
7975 * gdbserver/configure: Regenerate.
7976 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7977 * gdbserver/linux-low.h: New file.
7978 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7979 for regsets.
7980 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7981 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7982 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7983 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7984 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7985 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7986 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7987 "i387-fp.h". Add PTRACE_GETREGS and friends.
7988 * gdbserver/regcache.c (supply_register): New function.
7989 (supply_register_by_name): New function.
7990 (collect_register): New function.
7991 (collect_register_by_name): New function.
7992
7993 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7994
7995 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7996 (config.status): Add configure.srv dependency.
7997 (server_h): Add config.h dependency.
7998
7999 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
8000
8001 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8002 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8003 * gdbserver/configure.srv: Change i386-*-linux* to use
8004 reg-i386-linux.o.
8005
8006 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8007
8008 * x86-64-tdep.c: Re-indent. Update copyright date.
8009
8010 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8011
8012 From Michal Ludvig <mludvig@suse.cz>:
8013 * x86-64-tdep.c (value.h): Delete.
8014 (gdb_assert.h): Include.
8015 (x86_64_register_convert_to_virtual,
8016 x86_64_register_convert_to_raw ): Add check which lets only
8017 floating-point values to be converted.
8018 (value_push): Delete.
8019 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8020 (i386_gdbarch_init): Number of register_bytes fixed.
8021
8022 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8023
8024 * MAINTAINERS: Add x86-64 target.
8025
8026 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8027
8028 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8029 * osfsolib.c (solib_map_sections): Ditto.
8030 * irix5-nat.c (solib_map_sections): Ditto.
8031 * corelow.c (gdb_check_format): Ditto.
8032 * symfile.c (symfile_bfd_open): Ditto.
8033 * solib.c (solib_map_sections): Ditto.
8034 Fix PR gdb/354.
8035
8036 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8037
8038 * remote.c (_initialize_remote): By default, disable ``e'' and
8039 ``E'' step out-of-range packets.
8040
8041 2002-02-26 Andreas Schwab <schwab@suse.de>
8042
8043 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8044 m68k_linux_frame_saved_pc.
8045 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8046 in_sigtramp.
8047 (SIGCONTEXT_PC_OFFSET): Remove.
8048 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8049 m68k_linux_sigtramp_saved_pc): New functions.
8050 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8051 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8052 (UCONTEXT_PC_OFFSET): Define.
8053 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8054 non-RT and RT signal trampolines.
8055
8056 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
8057
8058 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8059 (TARGET_NBPG, STACK_END_ADDR): Delete
8060 (VARIABLES_INSIDE_BLOCK): Delete.
8061
8062 2002-02-25 Andrew Cagney <ac131313@redhat.com>
8063
8064 * utils.c (perror_with_name): Make string parameter constant.
8065 (print_sys_errmsg): Ditto.
8066 (query): Ditto.
8067 * defs.h (perror_with_name): Update.
8068 (print_sys_errmsg): Update.
8069 (query): Update.
8070
8071 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8072
8073 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8074 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8075
8076 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8077
8078 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8079 if it already matches the current architecture from the exec file.
8080 Include arch-utils.h for gdbarch_info_init prototype.
8081 * Makefile.in (rs6000-nat.o): Update dependencies.
8082
8083 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8084
8085 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8086 list of exported variables.
8087
8088 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
8089
8090 * gdbserver/configure.srv: New file.
8091 * gdbserver/configure.in: Use configure.srv instead
8092 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8093 from it.
8094 * gdbserver/configure: Regenerated.
8095 * gdbserver/terminal.h: New file.
8096 * gdbserver/Makefile.in: Update for configure changes. Remove
8097 more unneeded include paths.
8098
8099 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8100
8101 From wiz at danbala:
8102 * config/sparc/tm-sp64.h: Fix grammar and typos.
8103 Fix PR gdb/287.
8104
8105 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8106
8107 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8108 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8109 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8110 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8111 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8112 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8113 * s390-tdep.c: Ditto.
8114 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8115 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8116 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8117 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8118 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8119 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8120 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8121 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8122 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8123 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8124 Fix PR gdb/378.
8125
8126 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8127
8128 * lin-thread.c: Delete file.
8129 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8130 to gdb_proc_service.h.
8131 * configure: Re-generate.
8132
8133 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8134 * serial.c (serial_open): Delete check for "ocd".
8135 Fix PR gdb/349.
8136
8137 * Makefile.in (linux-thread.o): Delete target.
8138 * linux-thread.c: Delete file.
8139
8140 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8141 renamed SH files to be consistent.
8142
8143 * symtab.c (sort_search_symbols): Use xfree.
8144
8145 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8146
8147 * arm-linux-tdep.c (arm_linux_init_abi): Register
8148 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8149 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8150 definition with undef, since we don't want the sysvr4 definition.
8151 (SKIP_TRAMPOLINE_CODE): Likewise.
8152
8153 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8154
8155 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8156
8157 * configure.in: (AC_CHECK_FUNCS) Added test for
8158 canonicalize_file_name Regenerated.
8159 * config.in, configure: Regenerated.
8160 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8161 defined use canonicalize_file_name.
8162
8163 2002-02-23 Michael Chastain <mec@shout.net>
8164
8165 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8166
8167 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8168
8169 * README: Remove references to cygnus.com.
8170 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8171 dot com'' form. Remove references to cygnus.com and sourceware.
8172
8173 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8174
8175 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8176 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8177 1003.1-2001 no longer allows "head -1".
8178 * gdb/Makefile.in (version.c): Likewise.
8179 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8180 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8181 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8182
8183 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8184
8185 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8186 * command.h (cmd_cfunc_eq): Declare.
8187 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8188
8189 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8190 ``struct cmd_list_element *''.
8191 * cli/cli-cmds.c (is_complete_command): Update. Use
8192 cmd_cfunc_eq.
8193 * top.c (execute_command): Pass the command to
8194 is_complete_command.
8195 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8196
8197 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8198
8199 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8200 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8201 architecture defines.
8202 * s390-tdep.c (s390_gdbarch_init): Likewise.
8203
8204 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8205
8206 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8207 (arm_linux_push_arguments): Likewise.
8208 (arm_linux_init_abi): Register them. Also register linux-specific
8209 call_dummy_words.
8210 (find_minsym_and_objfile): Use strcmp, not STREQ.
8211 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8212 (arm_linux_call_dummy_words): Delete declaration.
8213 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8214 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8215 declarations.
8216 (LOWEST_PC): Delete.
8217
8218 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8219
8220 * maint.c (print_section_info): Do not prepend `0x' to filepos
8221 output, it will be handled by local_hex_string_custom.
8222
8223 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8224
8225 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8226 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8227 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8228
8229 2002-02-22 Jim Blandy <jimb@redhat.com>
8230
8231 Indicate that the bcache functions don't change the strings
8232 they're passed.
8233 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8234 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8235
8236 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8237
8238 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8239
8240 2002-02-21 Christopher Faylor <cgf@redhat.com>
8241
8242 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8243 find the complete path to a loaded DLL.
8244
8245 2002-02-21 Fred Fish <fnf@redhat.com>
8246
8247 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8248 that marks the end of the range of a function, enter a line number
8249 entry that has a line number of zero and a PC offset that matches
8250 the end of the function. This starts a range of PC's for which no
8251 line number information is known.
8252 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8253 PC's for which no line number info is found (line number is zero)
8254 then we didn't find any valid line information.
8255 * symtab.h: Document use of zero line number entry.
8256
8257 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
8258
8259 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8260 (have_ptrace_getvrregs): Define for run time checks.
8261 (gdb_vrregset_t): New type for Altivec register handling.
8262 (fetch_register, store_register): Fetch/store altivec register
8263 when needed.
8264 (fetch_altivec_register, store_altivec_register): New functions.
8265 (supply_vrregset, fill_vrregset): New functions.
8266 (fetch_altivec_registers, store_altivec_registers): New functions.
8267 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8268 registers as well.
8269
8270 2002-02-21 Jiri Smid <smid@suse.cz>
8271
8272 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8273
8274 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8275
8276 * Makefile.in (armnbsd-nat.o): Update dependencies.
8277 * armnbsd-nat.c (supply_gregset): New function. Common code to
8278 supply the integer register set.
8279 (supply_fparegset): New function. Similar for FPA registers.
8280 (fetch_regs, fetch_fp_regs): Use them.
8281 (fetch_core_registers): Likewise.
8282 (fetch_elfcore_registers): New function.
8283 (arm_netbsd_elfcore_fns): New core-file type specification.
8284 (_initialize_arm_netbsd_nat): Register it.
8285
8286 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8287
8288 * armnbsd-nat.c: Include gdbcore.h.
8289 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8290 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8291 'void' to declaration, to shut up ARI.
8292 (fetch_core_registers): Make static. Rewrite using supply_register.
8293 (arm_netbsd_core_fns): New core-file type specification.
8294 (_initialize_arm_netbsd_nat): New function.
8295
8296 2002-02-21 Christopher Faylor <cgf@redhat.com>
8297
8298 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8299 value.
8300
8301 2002-02-20 Christopher Faylor <cgf@redhat.com>
8302
8303 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8304 fails.
8305
8306 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8307
8308 * jv-exp.y (parse_number): Change type of implicit longs
8309 to builtin_type_uint64.
8310
8311 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8312
8313 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8314 to be an integer instead of a `union wait'.
8315
8316 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8317
8318 * mips-linux-nat.c: Call the operating system GNU/Linux.
8319 * mips-linux-tdep.c: Likewise.
8320 * mips-tdep.c: Likewise.
8321
8322 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8323
8324 Fix PR gdb/265.
8325 * jv-exp.y (parse_number): Handle 64-bit integers.
8326
8327 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8328
8329 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8330 AC_STDC_HEADERS to AC_HEADER_STDC.
8331 * gdbserver/configure: Regenerated.
8332
8333 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8334
8335 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8336 is defined.
8337 * sparc-tdep.c (get_longjmp_target): Likewise.
8338
8339 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8340
8341 * News: Add news about ARM and Multi-arch. Mention the new target
8342 arm*-*-netbsd*.
8343
8344 2002-02-19 Jim Blandy <jimb@redhat.com>
8345
8346 * stabsread.c (error_type_complaint): Improve error message.
8347
8348 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
8349
8350 * gdbserver/README: Update documentation.
8351 * gdbserver/configure.in: Update configury to match documentation.
8352 * gdbserver/Makefile.in: Likewise.
8353 * gdbserver/configure: Regenerated.
8354 * gdbserver/aclocal.m4: New file, generated by aclocal.
8355 * gdbserver/config.in: New file, generated by autoheader.
8356
8357 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8358
8359 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8360 armnbsd-nat.c.
8361
8362 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8363
8364 * arm-tdep.h (enum arm_float_model): New enum.
8365 (struct gdbarch_tdep): Add fp_model.
8366 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8367 up floating-point conversions until we know the floating-point model
8368 in use by the inferior. Don't complain about being unable to
8369 determine the ABI of the inferior when we don't have one.
8370 (arm_extract_return_value): Support different floating-point models.
8371 (arm_store_return_value): Likewise.
8372 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8373 ARM_FLOAT_SOFT.
8374 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8375
8376 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8377
8378 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8379 of ``current_gdbarch''.
8380
8381 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8382
8383 * armnbsd-nat.c : ANSIfy all function declarations.
8384 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8385 (fetch_inferior_registers): Re-implement in terms of above.
8386 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8387 (store_inferior_registers): Re-implement in terms of above.
8388
8389 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8390
8391 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8392 kernel.
8393 * arm-linux-tdep.c: Likewise.
8394 * config/arm/tm-linux.h: Likewise.
8395
8396 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8397
8398 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8399 * config/arm/nbsd.mt (TM_FILE): Delete.
8400 * config/arm/tm-nbsd.h: Delete.
8401
8402 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8403
8404 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8405 Initialize CALL_DUMMY_LENGTH.
8406
8407 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8408
8409 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8410 function.
8411 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8412 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8413 defines one thing and that is incorrect for this port.
8414 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8415
8416 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8417
8418 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8419
8420 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8421
8422 * win32-nat.c (display_selector): New function. Displays information
8423 about the information returned by GetThreadSelectorEntry API function.
8424 (display_selectors): New function. Displays the infomation of
8425 the selector given as argument, or of CS, DS ans FS selectors
8426 if no argument is given.
8427 ( _initialize_inftarg): Add "w32" as info prefix command.
8428 Add "info w32 selector" as command calling display_selectors.
8429
8430 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8431
8432 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8433 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8434 if not defined.
8435
8436 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8437
8438 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8439
8440 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8441
8442 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8443 (arm_fix_call_dummy): Call it.
8444 (arm_call_dummy_breakpoint_offset): Delete.
8445 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8446 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8447
8448 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8449
8450 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8451 Default to func_frame_chain_valid.
8452 * gdbarch.h, gdbarch.c: Re-generate.
8453 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8454
8455 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8456
8457 * ppc-linux-nat.c: Update copyright.
8458 (fetch_register, store_register): Add tid parameter, don't compute
8459 tid here.
8460 (fetch_ppc_registers, store_ppc_registers): Add tid
8461 parameter. Pass it along to callees.
8462 (fetch_inferior_registers, store_inferior_registers): Compute tid
8463 here, and pass it to calleed functions.
8464 (fill_gregset, supply_fpregset): Clean up formatting.
8465
8466 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8467
8468 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8469 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8470
8471 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8472
8473 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8474 * gdbarch.c gdbarch.h: Regenerate.
8475 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8476 function.
8477 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8478 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8479 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8480
8481 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8482 * arm-tdep.c (arm_get_longjmp_target): New function.
8483 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8484 this to a positive value register arm_get_longjmp_target as the
8485 longjmp handler.
8486 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8487 (arm_linux_init_abi): Set up longjmp description in tdep.
8488 * armnbsd-nat.c (get_longjmp_target): Delete.
8489 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8490 description in tdep.
8491 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8492 (get_longjmp_target): Delete declaration.
8493 (GET_LONGJMP_TARGET): Delete.
8494 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8495 (GET_LONGJMP_TARGET): Delete.
8496
8497 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8498
8499 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8500 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8501 of ``current_gdbarch''.
8502
8503 2002-02-17 Tom Tromey <tromey@redhat.com>
8504
8505 * cli/cli-cmds.c (compare_strings): New function.
8506 (complete_command): Only print each unique item once.
8507 * completer.h (complete_line): Declare.
8508 * completer.c (complete_line): New function.
8509 (line_completion_function): Use it.
8510
8511 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8512
8513 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8514 * gdbarch.h, gdbarch.c: Re-generate.
8515
8516 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8517
8518 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8519
8520 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8521
8522 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8523 * valops.c (value_arg_coerce): Don't take the address of a reference
8524 to convert an argument to a reference.
8525
8526 2002-02-15 Christopher Faylor <cgf@redhat.com>
8527
8528 * win32-nat.c (get_image_name): New function.
8529 (handle_load_dll): Use get_image_name function.
8530 (get_child_debug_event): Avoid registering debug events until possibly
8531 execed process is started.
8532 (child_create_inferior): Allow invocation via shell so that command
8533 line redirection, etc. works ok.
8534 (_initialize_inftarg): Add new command: "set shell" to control whether
8535 a shell is used to start a process.
8536
8537 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8538
8539 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8540 instead of find_register_by_number.
8541 (cannot_store_register): Likewise.
8542
8543 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8544
8545 * dwarf2read.c: Replace fprintf (stderr, ...) by
8546 fprintf_unfiltered (gdb_stderr, ...).
8547
8548 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8549
8550 * gdbserver/gdbserver.1: Document --attach.
8551
8552 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8553
8554 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8555 descriptions.
8556 * arm-tdep.c (arm_default_arm_le_breakpoint)
8557 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8558 (arm_default_thumb_be_breakpoint): New. Initialize them from
8559 traditional breakpoint defines.
8560 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8561 (arm_gdbarch_init): Initialize new breakpoint variables.
8562 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8563 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8564 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8565 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8566 code out to ...
8567 (arm_netbsd_init_abi_common): ... here; new function.
8568 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8569 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8570 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8571 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8572
8573 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8574
8575 * arm-tdep.h (enum arm_abi): New enum.
8576 (struct gdbarch_tdep): New structure.
8577 (LOWEST_PC): Provide a default.
8578 (arm_gdbarch_register_os_abi): Declare new function.
8579 * arm-tdep.c (arm_abi_names): New array.
8580 (process_note_abi_tag_sections): New function.
8581 (get_elfosabi): New function.
8582 (arm_gdbarch_register_os_abi): New function.
8583 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8584 support for that ABI has been built in, then call the appropriate
8585 configuration routine. Use gdbarch_num_regs() to get the number
8586 of registers.
8587 (arm_dump_tdep): New function.
8588 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8589 place-holder functions.
8590 (_initialize_arm_tdep): Register them.
8591 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8592
8593 * armnbsd-tdep.c: New file.
8594 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8595 * config/arm/nbsd.mt (TDEPFILES): Add it.
8596 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8597
8598 * armnbsd-nat.c: Include regcache.h.
8599 * Makefile.in (armnbsd-nat.o): Update dependency list.
8600
8601 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8602
8603 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8604
8605 * gdbserver/Makefile.in: Fix typos in target rules.
8606
8607 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8608
8609 Fix part of PR gdb/267.
8610 * linespec.c (find_methods): Handle constructors specially for now.
8611
8612 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8613
8614 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8615 handling.
8616 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8617 standard_coerce_float_to_double().
8618
8619 2002-02-14 Christopher Faylor <cgf@redhat.com>
8620
8621 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8622 GDBINIT_FILENAME.
8623
8624 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8625
8626 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8627 find_variant_by_name, because it confuses the multiarch
8628 framework. Return NULL if there isn't an architecture with the
8629 user supplied name, instead of forcing a different one without
8630 recording the change with the multiarch machinery.
8631 (find_variant_by_name): Delete.
8632
8633 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8634
8635 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8636 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8637
8638 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8639
8640 * stack.c (print_frame_info_base): When calling
8641 print_frame_info_listing_hook, set current_source_symtab.
8642
8643 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8644
8645 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8646 and remove unused $(INCLUDE_DIR).
8647 Add regcache.c to OBS.
8648 Add generated register protocol files to clean target.
8649 Update dependencies for new objects, obsolete old target code.
8650
8651 * gdbserver/linux-low.c: Remove all platform-specific code to
8652 new files. Remove various dead code. Update to use regcache
8653 functionality.
8654 * gdbserver/remote-utils.c (fromhex): Add return statement
8655 to quiet warning.
8656 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8657 constant.
8658 (input_interrupt): Add integer parameter to match prototype
8659 of a signal handler.
8660 (outreg): Use register_data ().
8661 (prepare_resume_reply): Use gdbserver_expedite_regs.
8662 * gdbserver/server.c (main): Dynamically allocate own_buf because
8663 PBUFSIZ is no longer constant. Use registers_to_string () and
8664 registers_from_string ().
8665 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8666 for error (), fatal (), and warning (). Update definition of
8667 PBUFSIZ to use regcache functionality. Add include guard.
8668 * gdbserver/utils.c (fatal): Add missing ``const''.
8669 (warning): New function.
8670
8671 * regformats/regdat.sh: Include "regcache.h" in generated files.
8672 Provide init_registers () function.
8673 * regformats/regdef.h: Add prototype for set_register_cache ().
8674 Add include guard.
8675
8676 * gdbserver/linux-arm-low.c: New file.
8677 * gdbserver/linux-i386-low.c: New file.
8678 * gdbserver/linux-ia64-low.c: New file.
8679 * gdbserver/linux-m68k-low.c: New file.
8680 * gdbserver/linux-mips-low.c: New file.
8681 * gdbserver/linux-ppc-low.c: New file.
8682 * gdbserver/linux-sh-low.c: New file.
8683
8684 * gdbserver/regcache.c: New file.
8685 * gdbserver/regcache.h: New file.
8686
8687 * gdbserver/low-linux.c: Removed obsolete file.
8688
8689 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8690
8691 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8692 * config/i386/linux.mt: Likewise.
8693 * config/ia64/linux.mt: Likewise.
8694 * config/m68k/linux.mh: Likewise.
8695 * config/powerpc/linux.mh: Likewise.
8696 * config/mips/linux.mt: Likewise.
8697
8698 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8699
8700 * config/i386/i386lynx.mh: Mark gdbserver variables
8701 as (currently) obsolete for this target.
8702 * config/i386/nbsd.mt: Likewise.
8703 * config/i386/nbsdelf.mt: Likewise.
8704 * config/m32r/m32r.mt: Likewise.
8705 * config/m68k/m68klynx.mh: Likewise.
8706 * config/m68k/nbsd.mt: Likewise.
8707 * config/m68k/sun3os4.mh: Likewise.
8708 * config/mips/vr5000.mt: Likewise.
8709 * config/ns32k/nbsd.mt: Likewise.
8710 * config/pa/hppabsd.mh: Likewise.
8711 * config/pa/hppaosf.mh: Likewise.
8712 * config/powerpc/nbsd.mt: Likewise.
8713 * config/rs6000/rs6000lynx.mh: Likewise.
8714 * config/s390/s390.mt: Likewise.
8715 * config/s390/s390x.mt: Likewise.
8716 * config/sparc/sparclynx.mh: Likewise.
8717 * config/sparc/sun4os4.mh: Likewise.
8718 * config/i386/x86-64linux.mt: Likewise.
8719 * config/sparc/linux.mh: Likewise.
8720
8721 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8722
8723 * configure.tgt: Configure gdbserver only for known working
8724 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8725 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8726 SUBDIRS if it is configured. Update comment for ${nativefile}.
8727 * configure: Regenerated.
8728
8729 2002-02-13 Michael Snyder <msnyder@redhat.com>
8730
8731 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8732
8733 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8734 (default_gcore_mach): Just return 0, work around a problem in bfd.
8735 (default_gcore_target): OK to return NULL if exec_bfd is null.
8736 (make_mem_sec): Use a cast, avoid a warning.
8737
8738 * procfs.c (find_memory_regions_callback): Use a cast instead of
8739 calling host_pointer_to_address (which complains if
8740 sizeof (host pointer) != sizeof (target pointer)).
8741 (procfs_make_note_section): Avoid overflow in psargs string.
8742
8743 * procfs.c (procfs_make_note_section): Make the default
8744 implementation return an error.
8745
8746 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8747
8748 * procfs.c (procfs_make_note_section): Provide a default definition
8749 (for alpha-dec-osf4.0f). Fix typos.
8750
8751 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8752
8753 * linux-proc.c: Add include of regcache.h.
8754 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8755
8756 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8757
8758 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8759 * memattr.c (create_mem_region): Disallow useless empty region.
8760 Regions are half-open intervals, so allow [A..B) [B..C) as
8761 non-overlapping.
8762
8763 2002-02-13 Michael Chastain <mec@shout.net>
8764
8765 * defs.h: Kill CONST_PTR.
8766 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8767 * c-lang.c (c_builtin_types): Likewise.
8768 * ch-lang.c (ch_builtin_types): Likewise.
8769 * f-lang.c (f_builtin_types): Likewise.
8770 * language.c (unknown_builtin_types): Likewise.
8771 * m2-lang.c (m2_builtin_types): Likewise.
8772 * p-lang.c (pascal_builtin_types): Likewise.
8773 * scm-lang.c (c_builtin_types): Likewise.
8774
8775 2002-02-13 Keith Seitz <keiths@redhat.com>
8776
8777 * arm-tdep.h (arm_get_next_pc): Add declaration.
8778
8779 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8780
8781 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8782 with other related struct-returning functions.
8783 (arm_extract_struct_value_address): New function.
8784 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8785 initialize float_format, double_format and long_double_format as
8786 appropriate to the endianness of the target.
8787 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8788 (arm_use_struct_convention): Delete declaration.
8789 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8790
8791 2002-02-13 Keith Seitz <keiths@redhat.com>
8792
8793 * defs.h (core_addr_to_string_nz): New function.
8794
8795 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8796
8797 Apply missing bits of 2002-01-15 patch.
8798 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8799 (fill_fpregset): Use i387_fill_fsave.
8800
8801 2002-02-12 Keith Seitz <keiths@redhat.com>
8802
8803 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8804 (core_addr_to_string_nz): New function.
8805
8806 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8807
8808 * arm-linux-nat.c: Really include arm-tdep.h.
8809 * config/arm/tm-linux.h (struct type, struct value): Declare.
8810
8811 2002-02-11 Michael Snyder <msnyder@redhat.com>
8812
8813 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8814 (gcore section): Ifdef for Solaris and Unixware only.
8815 (procfs_do_thread_registers): Unixware needs one lwpstatus
8816 per thread (not one prstatus or pstatus).
8817 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8818 not over all gdb threads. For unixware, call elfcore_write_pstatus
8819 once before iterating over threads.
8820
8821 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8822
8823 * arm-tdep.h: New file.
8824 * arm-tdep.c: Include arm-tdep.h.
8825 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8826 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8827 (arm_print_float_info, arm_register_type, convert_to_extended)
8828 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8829 (arm_extract_return_value, arm_register_name): Make static.
8830 (arm_software_single_step): Similarly. Fix types in declaration.
8831 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8832 (arm_store_return_value, arm_store_struct_return): New functions.
8833 (arm_gdbarch_init): Register the above functions. Also register
8834 call_dummy_start_offset, sizeof_call_dummy_words,
8835 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8836 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8837 max_register_virtual_size, register_size. Set up
8838 prologue_cache.saved_regs here, rather than ...
8839 (_initialize_arm_tdep): ... here.
8840 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8841 declarations.
8842 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8843 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8844 (arm_print_float_info, arm_register_type, convert_to_extended)
8845 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8846 (arm_extract_return_value, arm_register_name): Delete declarations.
8847 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8848 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8849 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8850 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8851 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8852 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8853 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8854 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8855 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8856 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8857 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8858 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8859 interface.
8860 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8861 * remote-rdi.c remote-rdp.c: Likewise.
8862 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8863 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8864 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8865 definition.
8866
8867 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8868 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8869 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8870 from non-ARM_ prefixed definitions.
8871 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8872 all uses of above.
8873 * remote-rdi.c remote-rdp.c: Likewise.
8874 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8875
8876 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8877
8878 * arm-tdep.c (arm_frameless_function_invocation)
8879 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8880 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8881 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8882 (arm_pop_frame, arm_get_next_pc): Make static.
8883 (arm_gdbarch_init): Register above in gdbarch structure.
8884 (arm_read_fp): Renamed from arm_target_read_fp.
8885 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8886 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8887 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8888 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8889 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8890 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8891 (arm_pc_is_thumb_dummy): Delete declarations.
8892 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8893 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8894 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8895 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8896
8897 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8898
8899 * symtab.c (compare_search_syms): New function.
8900 (sort_search_symbols): New function.
8901 (search_symbols): Sort symbols after searching rather than
8902 before.
8903
8904 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8905
8906 * NEWS: Linux -> GNU/Linux.
8907
8908 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8909
8910 * gdbarch.sh: For for level one methods, disallow a definition
8911 when partially multi-arched. Add comments explaining rationale.
8912 * gdbarch.h: Re-generate.
8913
8914 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8915
8916 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8917 multi-arch partial.
8918
8919 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8920
8921 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8922 field. Use diff -u.
8923 * gdbarch.c: Re-generate.
8924
8925 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8926
8927 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8928 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8929 partial.
8930
8931 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8932
8933 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8934 multi-arch partial.
8935 (PUSH_ARGUMENTS): Switch to using predefault.
8936 * gdbarch.c: Regenerate.
8937
8938 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8939
8940 * valops.c (PUSH_ARGUMENTS): Delete definition.
8941 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8942 partial. Default to default_push_arguments.
8943 * gdbarch.h, gdbarch.c: Regenerate.
8944
8945 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8946
8947 * defs.h (throw_exception): Rename return_to_top_level. Update
8948 comments.
8949 * utils.c (error_stream, internal_verror, quit): Ditto.
8950 * top.c (throw_exception, catcher): Ditto.
8951 * sparclet-rom.c (sparclet_load): Ditto.
8952 * remote.c (interrupt_query, minitelnet): Ditto.
8953 * remote-sds.c (interrupt_query): Ditto.
8954 * remote-mips.c (mips_error, mips_kill): Ditto.
8955 * ocd.c (interrupt_query): Ditto.
8956 * monitor.c (monitor_interrupt_query): Ditto.
8957 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8958 * target.h: Update comment.
8959
8960 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8961
8962 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8963
8964 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8965 default_double_format.
8966 * gdbarch.h, gdbarch.c: Re-generate.
8967 * findvar.c (floatformat_unknown): Delete variable definition.
8968 * doublest.h (floatformat_unknown): Delete variable declaration.
8969
8970 2002-02-09 Jim Blandy <jimb@redhat.com>
8971
8972 * stabsread.c (read_type): Add code to parse Sun's syntax for
8973 prototyped function types.
8974
8975 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8976
8977 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8978 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8979
8980 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8981
8982 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8983 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8984 now _initialize_xcoffsolib gets called again and overrides the
8985 commands from solib.c in a native configuration.
8986
8987 2002-02-09 Mark Kettenis <kettenis@gnu.org>
8988
8989 * doublest.c (store_typed_floating): Don't try to return a value.
8990 Fixes PR gdb/290.
8991
8992 2002-02-08 Jim Blandy <jimb@redhat.com>
8993
8994 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8995 is prototyped and has no arguments, print its argument list as
8996 `(void)'.
8997
8998 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8999
9000 * MAINTAINERS (write-after-approval): Add myself.
9001 (paper-trail): I've escaped!
9002
9003 2002-02-08 Christopher Faylor <cgf@redhat.com>
9004
9005 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9006 changes.
9007 (_initialize_check_for_gdb_ini): Ditto.
9008
9009 2002-02-08 Martin M. Hunt <hunt@redhat.com>
9010
9011 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9012 xaprintf -> xasprintf.
9013
9014 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9015
9016 * win32-nat.c: Remove use of printf and sprintf functions.
9017
9018 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
9019
9020 * arm-tdep.c (arm_frame_chain_valid): Make static.
9021 (arm_push_arguments): Likewise.
9022 (arm_gdbarch_init): New function.
9023 (_initialize_arm_tdep): Call it.
9024 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9025 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9026 (FRAME_CHAIN_VALID): Delete.
9027 (arm_frame_chain_valid): Delete declaration.
9028 (PUSH_ARGUMENTS): Delete.
9029 (arm_push_arguments): Delete declaration.
9030 (CALL_DUMMY_P): Delete.
9031
9032 2002-02-08 Andrew Cagney <ac131313@redhat.com>
9033 Corinna Vinschen <vinschen@redhat.com>
9034
9035 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9036 on builtin float types.
9037
9038 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
9039
9040 * utils.c: Include <curses.h> before "bfd.h".
9041 * tui/tui-hooks.c: Likewise.
9042 * tui/tui.c: Likewise.
9043 * tui/tuiCommand.c: Likewise.
9044 * tui/tuiData.c: Likewise.
9045 * tui/tuiDataWin.c: Likewise.
9046 * tui/tuiDisassem.c: Likewise.
9047 * tui/tuiGeneralWin.c: Likewise.
9048 * tui/tuiIO.c: Likewise.
9049 * tui/tuiLayout.c: Likewise.
9050 * tui/tuiRegs.c: Likewise.
9051 * tui/tuiSource.c: Likewise.
9052 * tui/tuiSourceWin.c: Likewise.
9053 * tui/tuiStack.c: Likewise.
9054 * tui/tuiWin.c: Likewise.
9055
9056 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
9057
9058 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9059 to include space for pseudoregs as well. Update loops accordingly.
9060 (sh_fp_frame_init_saved_regs): Ditto.
9061 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9062
9063 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9064
9065 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9066 Add Richard Earnshaw to Arm maintainers.
9067
9068 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9069
9070 * defs.h (warning_begin): Delete declaration.
9071
9072 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9073 Delete macro.
9074
9075 2002-02-07 Michael Snyder <msnyder@redhat.com>
9076
9077 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9078 Logic bug, remove misplaced else.
9079
9080 2002-02-07 Klee Dienes <klee@apple.com>
9081
9082 * fork-inferior.c (fork_inferior): Add '!' to the list of
9083 characters that need to be quoted when building a string for the
9084 shell. Quote '!' specifically with a backslash, since CSH chokes
9085 when trying to evaluate "str!str".
9086
9087 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9088
9089 * rdi-share/host.h: Only provide a typedef for bool if it is not
9090 defined.
9091
9092 2002-02-04 Michael Snyder <msnyder@redhat.com>
9093
9094 * breakpoint.h (enum bptype): Add new overlay event bp type.
9095 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9096
9097 * breakpoint.c (create_internal_breakpoint): New function.
9098 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9099 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9100 (create_thread_event_breakpoint): Ditto.
9101 (create_solib_event_breakpoint): Ditto.
9102 (create_overlay_event_breakpoint): New function.
9103 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9104 (update_breakpoints_after_exec): Delete and re-initialize
9105 overlay event breakpoints after an exec. Add FIXME comment
9106 about longjmp breakpoint.
9107 (print_it_typical): Ignore overlay event breakpoints.
9108 (print_one_breakpoint): Ditto.
9109 (mention): Ditto.
9110 (bpstat_what): Do not stop for overlay event breakpoints.
9111 (delete_breakpoint): Don't delete overlay event breakpoints.
9112 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9113 (breakpoint_re_set): Re-create overlay event breakpoint.
9114
9115 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9116 (overlay_manual_command): Disable overlay breakpoints.
9117 (overlay_off_command): Disable overlay breakpoints.
9118
9119 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9120
9121 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9122 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9123 to here from config/tm-arm.h.
9124 (coff_sym_is_thumb): Make static.
9125 (arm_elf_make_msymbol_special): New function.
9126 (arm_coff_make_msymbol_special): New function.
9127 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9128 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9129 (coff_sym_is_thumb): Delete declaration.
9130 (arm_elf_make_msymbol_special): Declare.
9131 (arm_coff_make_msymbol_special): Declare.
9132 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9133 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9134
9135 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9136
9137 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9138
9139 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9140
9141 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9142 * gdbarch.c gdbarch.h: Regenerate.
9143 * arch-utils.c (default_print_float_info): New function.
9144 * arch-utils.h (default_print_float_info): Prototype it.
9145 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9146 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9147 (PRINT_FLOAT_INFO): Document it.
9148
9149 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9150 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9151 (PRINT_FLOAT_INFO): Define.
9152
9153 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9154
9155 * win32-nat.c (_initialize_check_for_gdb_ini):
9156 Add typecast to sprintf argument to suppress a warning.
9157
9158 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9159
9160 * win32-nat.c (last_sig): Changed type of variable to target_signal,
9161 to allow easier handling of pass state.
9162 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9163 that gives exception name and address.
9164 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9165 and set last_sig value to ourstatus->value.sig. Some missing
9166 exceptions added.
9167 (child_continue): Correctly report continue_status.
9168 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9169 TARGET_SIGNAL_0 (new default value).
9170 (child_resume): consider sig argument passed to decide if
9171 the exception should be passed to debuggee or not.
9172
9173 2002-02-05 Michael Snyder <msnyder@redhat.com>
9174
9175 * regcache.c (fetch_register): Call target_fetch_register
9176 only if we don't call FETCH_PSEUDO_REGISTER.
9177 (store_register): Call target_store_register only if we
9178 don't call STORE_PSEUDO_REGISTER.
9179
9180 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
9181
9182 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9183 ELF_MAKE_MSYMBOL_SPECIAL.
9184 * gdbarch.c, gdbarch.h: Regenerate.
9185 * arch-utils.c (default_make_msymbol_special): New function.
9186 * arch-utils.h (default_make_msymbol_special): Export.
9187 * elfread.c (elf_symtab_read): Compile use of
9188 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9189 multiarched.
9190 * coffread.c (coff_symtab_read): Ditto, for
9191 COFF_MAKE_MSYMBOL_SPECIAL.
9192
9193 2002-02-05 Jim Blandy <jimb@redhat.com>
9194
9195 * solib-svr4.c (svr4_truncate_ptr): New function.
9196 (svr4_relocate_section_addresses): Do the address arithmetic with
9197 the appropriate truncation for target addresses, even when
9198 CORE_ADDR is larger than a target address.
9199
9200 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9201
9202 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9203 to (int *).
9204
9205 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9206
9207 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9208 code.
9209
9210 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9211
9212 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9213
9214 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9215
9216 * gdbserver/linux-low.c: Remove unused include files.
9217
9218 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9219
9220 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9221 (read_inferior_memory): Use it.
9222 (write_inferior_memory): Likewise.
9223
9224 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9225
9226 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9227 grubbing through sys_errlist.
9228
9229 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9230
9231 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9232
9233 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9234 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9235
9236 2002-02-04 Andrew Cagney <ac131313@redhat.com>
9237
9238 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9239 (do_sfunc, set_cmd_sfunc): New functions.
9240
9241 * command.h (struct cmd_list_element): Add field func.
9242 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9243 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9244 * cli/cli-decode.h: Ditto.
9245
9246 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9247 (help_all, help_cmd_list): Ditto.
9248 (find_cmd, complete_on_cmdlist): Ditto.
9249 * top.c (execute_command): Ditto.
9250
9251 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9252 function.sfunc.
9253
9254 * infcmd.c (notice_args_read): Fix function signature.
9255
9256 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9257 * cli/cli-decode.c (add_set_cmd): Ditto.
9258 * utils.c (initialize_utils): Ditto.
9259 * maint.c (_initialize_maint_cmds): Ditto.
9260 * infrun.c (_initialize_infrun): Ditto.
9261 * demangle.c (_initialize_demangler): Ditto.
9262 * remote.c (add_packet_config_cmd): Ditto.
9263 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9264 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9265 * proc-api.c (_initialize_proc_api): Ditto.
9266 * kod.c (_initialize_kod): Ditto.
9267 * valprint.c (_initialize_valprint): Ditto.
9268 * top.c (init_main): Ditto.
9269 * infcmd.c (_initialize_infcmd): Ditto.
9270 * corefile.c (_initialize_core): Ditto.
9271 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9272 * arch-utils.c (initialize_current_architecture): Ditto.
9273 (_initialize_gdbarch_utils): Ditto.
9274 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9275
9276 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9277 * wince.c (_initialize_inftarg): Ditto.
9278 * symfile.c (_initialize_symfile): Ditto.
9279 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9280 * language.c (_initialize_language): Ditto.
9281 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9282
9283 2002-02-04 Michael Snyder <msnyder@redhat.com>
9284
9285 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9286
9287 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9288
9289 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9290 Add rules for building the register data files.
9291
9292 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9293
9294 * regformats/regdat.sh: Add braces to the definition of
9295 expedite_regs_${arch}.
9296
9297 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9298
9299 * regformats/regdef.h (struct reg): Add comment describing the
9300 requirements for offset and size fields.
9301
9302 2002-02-04 Andreas Schwab <schwab@suse.de>
9303
9304 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9305 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9306
9307 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
9308
9309 * gdbarch.sh (copyright): Update years in generated header.
9310 (SMASH_TEXT_ADDRESS): Add rule.
9311 * gdbarch.h, gdbarch.c: Re-generate.
9312 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9313 * dbxread.c: Likewise.
9314 * dwarfread.c: Likewise.
9315 * elfread.c: Likewise.
9316 * somread.c: Likewise.
9317
9318 * arm-tdep.c (arm_smash_text_address): New function.
9319 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9320
9321 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9322
9323 Add support for hardware watchpoints on win32 native.
9324 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9325 CONTEXT_DEBUG_REGISTERS.
9326 (dr variable): New variable. Static array containing a local copy
9327 of debug registers.
9328 (debug_registers_changed): New variable. Reflects when debug registers
9329 are changed and need to be written to inferior.
9330 (debug_registers_used): New variable. Reflects when any debug register
9331 was set, used when new threads are created.
9332 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9333 i386-nat code.
9334 (thread_rec): Set dr array if id is the thread of current_event .
9335 (child_continue, child_resume): Change the debug registers for all
9336 threads if debug_registers_changed.
9337 (child_add_thread): Change the debug registers if debug_registers_used.
9338 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9339 Link nm.h to new nm-cygwin.h file.
9340 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9341 of hardware registers.
9342
9343 2002-02-03 Andrew Cagney <ac131313@redhat.com>
9344
9345 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9346 Restore behavour broken by 2002-01-20 Andrew Cagney
9347 <ac131313@redhat.com> IEEE_FLOAT removal.
9348
9349 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9350
9351 * c-valprint.c (c_val_print): Pass a proper valaddr to
9352 cp_print_class_method.
9353 * valops.c (search_struct_method): If there is only one method
9354 and args is NULL, return that method.
9355
9356 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9357
9358 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9359 accessing tag_name directly.
9360
9361 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9362
9363 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9364 of accessing tag_name directly.
9365
9366 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9367
9368 PR gdb/280
9369 * gdbtypes.c (replace_type): New function.
9370 * gdbtypes.h (replace_type): Add prototype.
9371 * stabsread.c (read_type): Use replace_type.
9372
9373 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
9374
9375 * Makefile.in (memattr.o): Add missing dependencies rule.
9376
9377 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9378
9379 * breakpoint.c (break_at_finish_command): Really export.
9380 (break_at_finish_at_depth_command): Ditto.
9381 (tbreak_at_finish_command): Ditto.
9382 * hppa-tdep.c: Include completer.h.
9383 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9384 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9385
9386 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9387
9388 * utils.c (do_write): New function.
9389 (error_stream): Rewrite combining the code from error_begin and
9390 verror.
9391 (verror): Rewrite using error_stream.
9392 (error_begin): Delete function.
9393
9394 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9395
9396 * utils.c (error_begin): Make static.
9397 * defs.h (error_begin): Delete declaration.
9398
9399 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9400 (decode_line_1): Use cplusplus_error instead of error_begin,
9401 cplusplus_hint and return_to_top_level.
9402 * coffread.c (coff_symfile_read): Use error instead of error_begin
9403 and return_to_top_level.
9404 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9405
9406 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9407
9408 * language.h (type_error, range_error): Make string parameter
9409 constant.
9410 * language.c (warning_pre_print): Delete extern declaration.
9411 * dwarfread.c (warning_pre_print): Ditto.
9412 * language.c (type_error, range_error): Rewrite to use verror and
9413 vwarning instead of warning_begin.
9414
9415 2002-02-01 Michael Snyder <msnyder@redhat.com>
9416
9417 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9418 (set_ignore_count): Move misplaced comment back where it belongs.
9419
9420 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9421
9422 * command.h (NO_FUNCTION): Delete macro.
9423 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9424 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9425 * tracepoint.c (_initialize_tracepoint): Ditto.
9426 * cli/cli-decode.c (add_set_cmd): Ditto.
9427 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9428
9429 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9430
9431 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9432 Update ``this'' pointer when calling virtual functions.
9433
9434 2002-02-01 Michael Snyder <msnyder@redhat.com>
9435
9436 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9437 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9438
9439 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9440
9441 * regformats/reg-arm.dat: New file.
9442 * regformats/reg-i386.dat: New file.
9443 * regformats/reg-ia64.dat: New file.
9444 * regformats/reg-m68k.dat: New file.
9445 * regformats/reg-mips.dat: New file.
9446 * regformats/reg-ppc.dat: New file.
9447 * regformats/reg-sh.dat: New file.
9448 * regformats/regdef.h: New file.
9449 * regformats/regdat.sh: New file.
9450
9451 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9452
9453 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9454 (arm_frame_args_address, arm_frame_locals_address): New functions.
9455 (arm_frame_num_args): New function.
9456 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9457 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9458 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9459
9460 2002-01-31 Michael Snyder <msnyder@redhat.com>
9461
9462 * breakpoint.c (break_at_finish_command): Export.
9463 (break_at_finish_at_depth_command): Export.
9464 (tbreak_at_finish_command): Export.
9465 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9466 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9467 "tbreak" commands, which are HPPA specific.
9468
9469 * printcmd.c (disassemble_command): Remove an ancient
9470 artifact of an old merge.
9471
9472 * symfile.h (enum overlay_debugging_state):
9473 Define enum constant values for overlay mode.
9474 * symfile.c (overlay_debugging): Use enums instead of literals.
9475 (overlay_is_mapped, overlay_auto_command,
9476 overlay_manual_command): Ditto.
9477
9478 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9479 breakpoint_here_p, breakpoint_inserted_here_p,
9480 breakpoint_thread_match, bpstat_stop_status,
9481 describe_other_breakpoints, check_duplicates, clear_command):
9482 Coding standard fixes.
9483
9484 * target.c (target_xfer_memory): Add spaces, coding standard.
9485 (do_xfer_memory): Add missing line to trust-readonly
9486 code: check bfd SEC_READONLY flag for section.
9487
9488 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9489
9490 * PROBLEMS: Fix typo, 5.1->5.1.1.
9491
9492 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9493
9494 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9495 data symbols, since we search based on textlow and texthigh.
9496 (find_pc_sect_symtab): Likewise.
9497
9498 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9499
9500 * defs.h (vwarning): Declare.
9501 * utils.c (vwarning): New function.
9502 (warning): Call vwarning.
9503 (warning_begin): Delete function.
9504
9505 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9506 the warning message.
9507 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9508 warning_begin.
9509
9510 2002-01-30 Michael Snyder <msnyder@redhat.com>
9511
9512 * NEWS: Mention "set trust-readonly-sections" command.
9513 Mention generate-core-file command.
9514
9515 2002-01-15 Michael Snyder <msnyder@redhat.com>
9516
9517 * target.c: New command, "set trust-readonly-sections on".
9518 (do_xfer_memory): Honor the suggestion to trust readonly sections
9519 by reading them from the object file instead of from the target.
9520 (initialize_targets): Register command "set trust-readonly-sections".
9521
9522 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9523
9524 * parse.c (target_map_name_to_register): Simplify, search regs and
9525 pseudo-regs using a single loop.
9526
9527 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9528
9529 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9530
9531 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9532
9533 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9534 * config/i386/i386v42mp.mh: Add i387-nat.o .
9535 * i386v4-nat.c: Include i387-nat.h.
9536 (supply_fpregset): Use i387_supply_fsave.
9537 (fill_fpregset): Use i387_fill_fsave.
9538
9539 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9540
9541 * arm-tdep.c (arm_call_dummy_words): Define.
9542 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9543 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9544 (CALL_DUMMY_WORDS): Define.
9545 (arm_call_dummy_words): Declare.
9546 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9547 (arm_linux_call_dummy_words): Declare.
9548
9549 2002-01-30 Andreas Schwab <schwab@suse.de>
9550
9551 * m68klinux-nat.c: Fix last change to use regcache_collect
9552 instead of referencing registers[] directly.
9553
9554 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9555
9556 * parse.c (target_map_name_to_register): Delete code wrapped in
9557 #ifdef REGISTER_NAME_ALIAS_HOOK.
9558
9559 2002-01-28 Michael Snyder <msnyder@redhat.com>
9560
9561 * regcache.c (legacy_read_register_gen): Need to be able to
9562 read pseudo-register as well as real register.
9563 (legacy_write_register_gen): Ditto.
9564
9565 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9566
9567 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9568 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9569 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9570 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9571 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9572 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9573 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9574 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9575 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9576 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9577 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9578 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9579 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9580 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9581 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9582 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9583 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9584 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9585 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9586 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9587
9588 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9589
9590 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9591 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9592 (initialize_current_architecture): Update target_byte_order using
9593 information from BFD.
9594 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9595 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9596
9597 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9598
9599 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9600 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9601
9602 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9603 #ifdef INVALID_FLOAT.
9604 * infcmd.c (do_registers_info): Ditto.
9605 * values.c (unpack_double): Ditto. Add comment.
9606
9607 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9608 already commented out.
9609
9610 2002-01-26 Andreas Schwab <schwab@suse.de>
9611
9612 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9613 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9614 registers and add support for PTRACE_GETREGS.
9615
9616 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9617
9618 GDB 5.1.1 released from 5.1 branch.
9619 * NEWS: Add 5.1.1 news.
9620 * README: Sync with 5.1 branch.
9621
9622 2002-01-23 Fred Fish <fnf@redhat.com>
9623
9624 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9625 stabstring on initial malloc. Reallocing will copy it for us,
9626 if necessary.
9627
9628 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9629
9630 * Makefile.in (hpread_h): Delete.
9631 (HFILES_NO_SRCDIR): Remove hpread.h.
9632 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9633 (hpread.o): Update dependencies.
9634 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9635
9636 * hp-psymtab-read.c: Remove file.
9637 * hp-symtab-read.c: Remove file.
9638 * hpread.h: Remove file.
9639
9640 * hpread.c: Merge all contents of hp-psymtab-read.c,
9641 hp-symtab-read.c and hpread.h into this file, as it was prior to
9642 January 1999.
9643
9644 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9645 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9646 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9647 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9648
9649 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9650
9651 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9652 fill_gregset): Call gdbarch_tdep() just once, assign result to
9653 variable and use that, instead of calling the function several
9654 times.
9655
9656 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9657
9658 * configure.host: Accept sparcv9 as alias for sparc64.
9659 * configure.tgt: Likewise.
9660
9661 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9662
9663 * solib-aix5.c (build_so_list_from_mapfile)
9664 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9665 arguments is not reversed.
9666 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9667 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9668
9669 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9670
9671 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9672 modified version of obsolete sh_fetch_pseudo_register.
9673 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9674 (sh4_register_read): New function.
9675 (sh_pseudo_register_write): New function. Renamed and modified
9676 version of obsolete sh_store_pseudo_register.
9677 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9678 (sh4_register_write): New function.
9679 (sh_gdbarch_init): Remove setting of gdbarch function
9680 fetch_pseudo_register and store_pseudo_register. Remove setting of
9681 register_convert_to_raw, register_convert_to_virtual,
9682 register_convertible.
9683 (sh_sh4_register_convertible): Delete. No longer needed. All is
9684 taken care by architecture specific functions
9685 register_read/register_write.
9686 (sh_sh4_register_convert_to_virtual): Make static.
9687 (sh_sh4_register_convert_to_raw): Ditto.
9688
9689 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9690
9691 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9692 (floatformat_is_nan, floatformat_mantissa): Ditto.
9693
9694 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9695 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9696 builtin_type_ieee_double_little,
9697 builtin_type_ieee_double_littlebyte_bigword,
9698 builtin_type_m68881_ext, builtin_type_i960_ext,
9699 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9700 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9701 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9702 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9703
9704 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9705
9706 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9707 parameter. Set frameless flag if it exists and depended of
9708 whether the scanned function is frameless or not.
9709 (xstormy16_skip_prologue): If function is frameless, return
9710 result of xstormy16_scan_prologue().
9711 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9712 call.
9713
9714 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9715
9716 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9717 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9718 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9719 sh_sh4_register_byte, sh_sh4_register_raw_size,
9720 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9721 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9722 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9723 sh_store_pseudo_register, sh_do_pseudo_register): Call
9724 gdbarch_tdep() just once, assign result to variable and use that,
9725 instead of calling the function several times.
9726
9727 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9728
9729 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9730 macros instead of LAST_FPU_CTRL_REGNUM.
9731 (store_register): Likewise.
9732
9733 2002-01-21 Jim Blandy <jimb@redhat.com>
9734
9735 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9736 is up-to-date before running the program, not just when a program
9737 exits.
9738
9739 2002-01-21 Fred Fish <fnf@redhat.com>
9740
9741 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9742 when we have found all instructions we are looking for.
9743
9744 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9745
9746 * arm-tdep.c (arm_register_name): New function.
9747 (arm_registers_names): Make static.
9748 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9749 (arm_register_name): Declare.
9750 (REGISTER_NAME): Use it.
9751
9752 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9753 Kevin Buettner <kevinb@redhat.com>
9754
9755 Convert arm targets to new FRAME interface.
9756 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9757 (arm_frame_find_save_regs): Delete.
9758 (arm_frame_init_saved_regs): New.
9759 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9760 Allocate extra_info as required. Convert all uses of fsr.regs
9761 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9762 to use extra_info.
9763 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9764 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9765 (check_prologue_cache, save_prologue_cache): Likewise.
9766 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9767 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9768 (FRAME_FIND_SAVED_REGS): Delete.
9769 (arm_frame_find_saved_regs): Delete prototype.
9770 (arm_frame_init_saved_regs): New prototype.
9771 (FRAME_INIT_SAVED_REGS): Define.
9772
9773 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9774
9775 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9776
9777 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9778
9779 From Jeff Law <law@redhat.com>:
9780 * infttrace.c: Include <sys/pstat.h>.
9781 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9782 exec file if the ttrace equivalent fails.
9783
9784 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9785
9786 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9787 (closeLogFile): Ditto.
9788
9789 2002-01-20 Michael Chastain <mec@shout.net>
9790
9791 * top.c (print_gdb_version): Bump copyright year to 2002.
9792
9793 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9794
9795 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9796 Zannoni and Eli Zaretskii.
9797
9798 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9799
9800 * buildsym.c: Update copyright years.
9801 * c-typeprint.c: Likewise.
9802 * dwarf2read.c: Likewise.
9803 * f-typeprint.c: Likewise.
9804 * gdbtypes.c: Likewise.
9805 * gdbtypes.h: Likewise.
9806 * hp-symtab-read.c: Likewise.
9807 * hpread.c: Likewise.
9808 * mdebugread.c: Likewise.
9809 * p-typeprint.c: Likewise.
9810
9811 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9812
9813 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9814 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9815 byte-order selectable.
9816 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9817 * arch-utils.c: Ditto.
9818 (set_endian): Ditto.
9819 (set_endian_from_file): Ditto.
9820 * gdbserver/low-sim.c (create_inferior): Ditto.
9821 * gdbarch.sh: Ditto.
9822 * gdbarch.h: Re-generate.
9823 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9824 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9825 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9826 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9827 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9828 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9829 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9830 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9831 macro definition.
9832 * config/mips/tm-wince.h: Remove #undef of macro
9833 TARGET_BYTE_ORDER_SELECTABLE.
9834 * config/sh/tm-wince.h: Ditto.
9835
9836 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9837
9838 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9839 member function fields. Add accessor macro
9840 TYPE_FN_FIELD_ARTIFICIAL.
9841 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9842 * c-typeprint.c (c_type_print_base): Skip artificial member
9843 functions.
9844
9845 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9846
9847 * f-typeprint.c: Delete unused function f_type_print_args.
9848 * p-typeprint.c: Delete unused function pascal_type_print_args.
9849
9850 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9851
9852 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9853 comment. Add ``artificial'' to ``union field_location''.
9854
9855 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9856
9857 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9858 * mdebugread.c (parse_symbol): Likewise.
9859 * stabsread.c (define_symbol): Likewise.
9860 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9861 initializing TYPE_FIELD_BITPOS to n (obsolete).
9862 (hpread_doc_function_type): Likewise.
9863 * hpread.c (hpread_function_type): Likewise.
9864
9865 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9866
9867 * configure.in (host_makefile_frag): Only require a host makefile
9868 fragment when a native build.
9869 * configure: Re-generate.
9870
9871 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9872
9873 * doublest.h (floatformat_from_type): Declare.
9874 * doublest.c (floatformat_from_type): New function.
9875 (convert_typed_floating): Use.
9876
9877 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9878 call to function floatformat_from_type.
9879
9880 * gdbarch.sh (IEEE_FLOAT): Delete.
9881 * gdbarch.h, gdbarch.c: Re-generate.
9882 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9883 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9884 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9885 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9886 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9887 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9888 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9889 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9890 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9891 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9892 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9893 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9894
9895 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9896 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9897 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9898 * sh-tdep.c (sh_gdbarch_init): Ditto.
9899 * mips-tdep.c (mips_gdbarch_init): Ditto.
9900 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9901 * cris-tdep.c (cris_gdbarch_init): Ditto.
9902
9903 2002-01-20 Jiri Smid <smid@suse.cz>
9904
9905 * configure.host, configure.tgt: Support x86-64.
9906 * NEWS: Note new target x86-64.
9907
9908 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9909 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9910 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9911 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9912 x86-64-linux-nat.o): Fix dependencies.
9913
9914 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9915
9916 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9917 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9918 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9919 * config/sparc/xm-sun4os4.h: Delete file.
9920 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9921
9922 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9923
9924 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9925 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9926 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9927 * config/i386/i386lynx.mh (XM_FILE): Delete.
9928 * config/rs6000/xm-rs6000ly.h: Delete file.
9929 * config/sparc/xm-sparclynx.h: Delete file.
9930 * config/m68k/xm-m68klynx.h: Delete file.
9931 * config/i386/xm-i386lynx.h: Delete file.
9932 * config/xm-lynx.h: Delete file.
9933 * config/djgpp/fnchange.lst: Update.
9934
9935 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9936
9937 * alpha-tdep.c (alpha_register_byte): New function.
9938 (alpha_register_raw_size): Ditto.
9939 (alpha_register_virtual_size): Ditto.
9940 (alpha_skip_prologue_internal): Renamed from
9941 alpha_skip_prologue.
9942 (alpha_skip_prologue): New version that calls
9943 alpha_skip_prologue_internal.
9944 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9945 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9946 second argument from alpha_skip_prologue.
9947 (REGISTER_BYTE): Use alpha_register_byte.
9948 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9949 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9950 (FRAMELESS_FUNCTION_INVOCATION): Use
9951 generic_frameless_function_invocation_not.
9952 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9953 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9954
9955 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9956
9957 * config/mips/xm-news-mips.h: Delete file.
9958 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9959
9960 * config/m88k/xm-m88k.h: Delete file.
9961 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9962 * config/m88k/xm-delta88v4.h: Ditto.
9963 * config/m88k/xm-delta88.h: Ditto.
9964
9965 * config/alpha/xm-fbsd.h: Delete file.
9966 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9967
9968 * config/sparc/xm-sparc.h: Delete file.
9969 * Makefile.in (xm-sun4os4.h): Delete dependency.
9970 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9971 * config/sparc/xm-sun4os4.h: Ditto.
9972 * config/sparc/xm-linux.h: Ditto.
9973
9974 * config/i386/xm-windows.h: Delete file.
9975
9976 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9977
9978 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9979 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9980
9981 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9982
9983 * alpha-tdep.c (alpha_call_dummy_words): New.
9984 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9985 (CALL_DUMMY_P): Define.
9986 (CALL_DUMMY_WORDS): Define.
9987 (SIZEOF_CALL_DUMMY_WORDS): Define.
9988
9989 2002-01-19 Per Bothner <per@bothner.com>
9990
9991 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9992 isn't NULL, which can happen with some gcj-3.x-produced code.
9993
9994 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9995
9996 * alpha-tdep.c (alpha_register_virtual_type): New function.
9997 (alpha_init_frame_pc_first): Ditto.
9998 (alpha_fix_call_dummy): Ditto.
9999 (alpha_store_struct_return): Ditto.
10000 (alpha_extract_struct_value_address): Ditto.
10001 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10002 alpha_register_virtual_type.
10003 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10004 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10005 alpha_extract_struct_value_address.
10006 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10007 (INIT_FRAME_PC): Use init_frame_pc_noop.
10008 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10009
10010 2002-01-19 Mark Kettenis <kettenis@gnu.org>
10011
10012 * i386gnu-nat.c: Include "i386-tdep.h".
10013 (fetch_fpregs): Simplify code dealing with uninitialized floating
10014 point states such that it doesn't require FP7_REGNUM.
10015
10016 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10017
10018 * alpha-tdep.c (frame_extra_info): New.
10019 (alpha_find_saved_regs): Make static. Use
10020 frame->extra_info.
10021 (alpha_frame_init_saved_regs): New function.
10022 (alpha_frame_saved_pc): Use frame->extra_info.
10023 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10024 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10025 (init_extra_frame_info): Rename to...
10026 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10027 (alpha_print_extra_frame_info): New function.
10028 (alpha_frame_locals_address): Ditto.
10029 (alpha_frame_args_address): Ditto.
10030 (alpha_pop_frame): Use frame->extra_info.
10031 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10032 alpha_frame_args_address.
10033 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10034 (alpha_find_saved_regs): Remove prototype.
10035 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10036 (EXTRA_FRAME_INFO): Remove.
10037 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10038 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10039
10040 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10041
10042 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10043 (alpha_cannot_fetch_register): Ditto.
10044 (alpha_cannot_store_register): Ditto.
10045 (alpha_register_convertible): Ditto.
10046 (alpha_use_struct_convention): Ditto.
10047 * config/alpha/tm-alpha.h: Update copyright years.
10048 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10049 (INNER_THAN): Use core_addr_lessthan.
10050 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10051 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10052 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10053 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10054 (FRAME_CHAIN): Remove unnecessary cast.
10055
10056 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10057
10058 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10059 obsolete.
10060
10061 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10062
10063 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10064 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10065 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10066 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10067 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10068 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10069 * x86-64-linux-nat.c: Ditto.
10070
10071 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10072
10073 * alpha-tdep.c (alpha_register_name): New function.
10074 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10075 (REGISTER_NAME): Define.
10076
10077 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10078
10079 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10080
10081 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10082
10083 * alpha-tdep.c: Update copyright years.
10084 (alpha_next_pc): New function.
10085 (alpha_software_single_step): Ditto.
10086 * config/alpha/tm-alpha.h: Add prototype for
10087 alpha_software_single_step.
10088
10089 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10090
10091 * alphabsd-nat.c: Update copyright years.
10092 (fill_gregset): Use regcache_collect.
10093 (fill_fpregset): Likewise.
10094 (fetch_inferior_registers): Only fetch integer registers
10095 if requested to do so.
10096 (store_inferior_registers): Only store integer registers
10097 if requested to do so.
10098
10099 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10100
10101 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10102 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10103 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10104 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10105 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10106 * config/arm/linux.mh (XDEPFILES): Delete.
10107 * config/arm/nbsd.mh (XDEPFILES): Delete.
10108 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10109 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10110 * config/i386/i386m3.mh (XDEPFILES): Delete.
10111 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10112 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10113 * config/i386/fbsd.mh (XDEPFILES): Delete.
10114 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10115 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10116 * config/i386/i386v4.mh (XDEPFILES): Delete.
10117 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10118 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10119 * config/i386/i386aix.mh (XDEPFILES): Delete.
10120 * config/i386/go32.mh (XDEPFILES): Delete.
10121 * config/i386/cygwin.mh (XDEPFILES): Delete.
10122 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10123 * config/i386/i386mach.mh (XDEPFILES): Delete.
10124 * config/i386/i386v32.mh (XDEPFILES): Delete.
10125 * config/i386/linux.mh (XDEPFILES): Delete.
10126 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10127 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10128 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10129 * config/i386/i386sco.mh (XDEPFILES): Delete.
10130 * config/i386/i386v.mh (XDEPFILES): Delete.
10131 * config/i386/nbsd.mh (XDEPFILES): Delete.
10132 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10133 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10134 * config/i386/symmetry.mh (XDEPFILES): Delete.
10135 * config/i386/obsd.mh (XDEPFILES): Delete.
10136 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10137 * config/ia64/linux.mh (XDEPFILES): Delete.
10138 * config/ia64/aix.mh (XDEPFILES): Delete.
10139 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10140 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10141 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10142 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10143 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10144 * config/m68k/linux.mh (XDEPFILES): Delete.
10145 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10146 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10147 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10148 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10149 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10150 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10151 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10152 * config/m88k/delta88.mh (XDEPFILES): Delete.
10153 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10154 * config/m88k/m88k.mh (XDEPFILES): Delete.
10155 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10156 * config/mips/linux.mh (XDEPFILES): Delete.
10157 * config/mips/irix6.mh (XDEPFILES): Delete.
10158 * config/mips/irix5.mh (XDEPFILES): Delete.
10159 * config/mips/irix4.mh (XDEPFILES): Delete.
10160 * config/mips/irix3.mh (XDEPFILES): Delete.
10161 * config/mips/decstation.mh (XDEPFILES): Delete.
10162 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10163 (NATDEPFILES): Move core-aout.o to here.
10164 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10165 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10166 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10167 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10168 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10169 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10170 * config/pa/hpux11.mh (XDEPFILES): Delete.
10171 * config/powerpc/aix.mh (XDEPFILES): Delete.
10172 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10173 * config/powerpc/linux.mh (XDEPFILES): Delete.
10174 * config/romp/rtbsd.mh: Rename XDEPFILES.
10175 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10176 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10177 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10178 * config/s390/s390.mh (XDEPFILES): Delete.
10179 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10180 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10181 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10182 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10183 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10184 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10185 * config/sparc/linux.mh (XDEPFILES): Delete.
10186 * config/vax/vaxult.mh (XDEPFILES): Delete.
10187 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10188 * Makefile.in (DEPFILES): Remove XDEPFILES.
10189
10190 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10191
10192 * utils.c (internal_verror): Fix comments, default is yes not no.
10193 Update queries to match. Default to quit and dump core.
10194
10195 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10196
10197 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10198 copyright.
10199 * defs.h, event-top.c, gdbcmd.h: Ditto.
10200 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10201 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10202 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10203 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10204 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10205 * mi/mi-main.c:Ditto.
10206
10207 * stack.c, symfile.c: Update copyright.
10208
10209 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10210
10211 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10212 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10213 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10214 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10215
10216 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10217
10218 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10219 * gdbserver/low-lynx.c (myattach): Likewise.
10220 * gdbserver/low-nbsd.c (myattach): Likewise.
10221 * gdbserver/low-sim.c (myattach): Likewise.
10222 * gdbserver/low-sparc.c (myattach): Likewise.
10223 * gdbserver/low-sun3.c (myattach): Likewise.
10224
10225 * gdbserver/low-linux.c (myattach): New function.
10226
10227 * gdbserver/server.c (attach_inferior): New function.
10228 (main): Handle "--attach".
10229
10230 2002-01-16 Andrew Cagney <ac131313@redhat.com>
10231
10232 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10233 maintainer.
10234
10235 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
10236
10237 * c-typeprint.c (is_type_conversion_operator): Add additional
10238 check for non-conversion operators.
10239
10240 2002-01-15 Michael Snyder <msnyder@redhat.com>
10241
10242 * linux-proc.c: Add "info proc" command, a la procfs.c.
10243 (read_mapping): New function, abstract and re-use code.
10244 (linux_find_memory_regions): Use new func read_mapping.
10245 (linux_info_proc_cmd): New function, implement "info proc".
10246 (_initialize_linux_proc): Add new command "info proc".
10247
10248 2002-01-15 Michael Snyder <msnyder@redhat.com>
10249
10250 * symfile.c (generic_load): Use bfd_map_over_sections method
10251 instead of manipulating bfd structure members directly.
10252 (add_section_size_callback): New function, bfd sections callback
10253 used by generic_load.
10254 (load_sections_callback): New function, bfd sections callback
10255 used by generic_load.
10256
10257 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
10258
10259 [Based on work by Jim Blandy]
10260 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10261 (builtin_type_vec128): Export.
10262 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10263 types.
10264 (builtin_type_vec128): New builtin type for 128 bit vector
10265 registers.
10266 (build_gdbtypes): Initialize builtin_type_v16qi and
10267 builtin_type_v8hi. Create the vec128 register builtin type
10268 structure.
10269 (build_builtin_type_vec128): New function.
10270 (_initialize_gdbtypes): Register builtin_type_v16qi and
10271 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10272 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10273 AltiVec register to new builtin type.
10274
10275 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
10276
10277 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10278 to make_cv_type.
10279
10280 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10281
10282 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10283 CLEAN_UP_REGISTER_VALUE.
10284 * regcache.c (supply_register): Update only call.
10285
10286 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10287
10288 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10289 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10290 a29k-*-vxworks* targets as obsolete.
10291
10292 2002-01-14 Michael Snyder <msnyder@redhat.com>
10293
10294 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10295 until we can resolve portability issues.
10296 * gregset.h: Remove references to fpxregs.
10297 * gcore.c (gcore_command): Initialize note_sec to NULL.
10298
10299 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10300
10301 * signals.c (target_signal_to_name): Rewrite. Only use
10302 signals[].name when in bounds and non-NULL.
10303
10304 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10305
10306 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10307 * signals.c (target_signal_to_name): Verify that SIG is within the
10308 bounds of the signals array.
10309
10310 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10311
10312 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10313
10314 2002-01-13 Keith Seitz <keiths@redhat.com>
10315
10316 * stack.c (print_frame_info_base): Print the frame's pc
10317 only if when print_frame_info_listing_hook is not defined.
10318
10319 2002-01-13 Keith Seitz <keiths@redhat.com>
10320
10321 * varobj.c (varobj_set_value): Make sure that there were no
10322 errors evaluating the object before attempting to set its
10323 value.
10324 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10325 so this offset adjustment is no longer necessary.
10326 (create_child): Don't set the error flag if the child is
10327 a CPLUS_FAKE_CHILD.
10328 (value_of_child): If value_fetch_lazy fails, return NULL
10329 so that callers will be notified that an error occurred.
10330 (c_value_of_variable): Delay check of variable's validity
10331 until later. We actually want all structs and unions to have
10332 the value "{...}".
10333 Do not return "???" for variables which could not be evaluated.
10334 This error condition must be returned to the caller so that it
10335 can get the error condition from gdb.
10336 (cplus_name_of_child): Adjust index for vptr before figuring
10337 out the name of the child.
10338 (cplus_value_of_child): If a child's (real) parent is not valid,
10339 don't even bother trying to give a value for it. Just return
10340 an error. Change all instances in this function.
10341 (cplus_type_of_child): If our parent is one of the "fake"
10342 parents, we need to get at the type of the real parent, and
10343 derive the child's true type using this information.
10344
10345 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10346
10347 From 2002-01-09 John Marshall <johnm@falch.net>:
10348 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10349 sources.redhat.com, and tweak some related URLs which had
10350 suffered from linkrot.
10351
10352 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10353
10354 From Jeff law:
10355 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10356 structures passed in registers.
10357
10358 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10359
10360 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10361 white space which prevented compilation. Reported by DSK
10362 <dsk@student.unsw.edu.au>.
10363
10364 2002-01-11 Michael Snyder <msnyder@redhat.com>
10365
10366 * symfile.c (build_section_addr_info_from_section_tab):
10367 Use bfd access method instead of manipulating bfd directly.
10368 (syms_from_objfile): Ditto.
10369 (simple_overlay_update_1): Ditto.
10370 (simple_overlay_update): Ditto.
10371 (generic_load): Ditto.
10372 (overlay_unmapped_address): FIXME comment, bfd access methods.
10373 (sections_overlap): FIXME comment, bfd access methods.
10374 (pc_in_mapped_range): FIXME comment, bfd access methods.
10375 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10376 (section_is_mapped): FIXME comment, bfd access methods.
10377 (section_is_overlay): FIXME comment, bfd access methods.
10378
10379 * symfile.c (generic_load): Whitespace and long line cleanups.
10380 Remove duplicate variable, change several local variables to
10381 more appropriate data types.
10382 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10383
10384 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10385
10386 From Peter Schauer:
10387 * language.c (longest_local_hex_string_custom): Use phex_nz to
10388 convert NUM to a hex string.
10389
10390 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
10391
10392 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10393 the function.
10394 Update Copyright year.
10395
10396 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10397
10398 * language.c (longest_raw_hex_string): Delete unused function.
10399
10400 2002-01-11 Petr Sorfa <petrs@caldera.com>
10401
10402 * MAINTAINERS (write-after-approval): Add myself.
10403 * dwarf2read.c (read_tag_string_type): Handling of
10404 DW_AT_byte_size.
10405 (read_tag_string_type): FORTRAN fix to prevent propagation of
10406 first string size.
10407 (set_cu_language): Handling of DW_LANG_Fortran95
10408
10409 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10410
10411 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10412 GETPID(inferior_ptid).
10413 (store_inferior_registers): Likewise.
10414
10415 2002-01-10 Jason Merrill <jason@redhat.com>
10416
10417 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10418 Fix DW_OP_minus.
10419
10420 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10421
10422 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10423 and bfd/elf32-sh-nbsd.c.
10424
10425 2002-01-10 Michael Snyder <msnyder@redhat.com>
10426
10427 * NEWS: Mention --pid and corefile/proc-id behavior change.
10428
10429 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10430 * gcore.c: Include cli/cli-decode.h instead of command.h.
10431
10432 * main.c (captured_main): Add new command line option "--pid".
10433 If the second command line argument (following the symbol-file)
10434 begins with a digit, try to attach to it before trying to open
10435 it as a corefile.
10436 (print_gdb_help): Document the "--pid" argument.
10437
10438 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10439
10440 * completer.c (command_completer): New function.
10441
10442 * completer.h <command_completer>: Add prototype.
10443
10444 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10445 completer for the "help" command.
10446
10447 2002-01-09 Jason Merrill <jason@redhat.com>
10448
10449 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10450
10451 2002-01-09 Michael Snyder <msnyder@redhat.com>
10452
10453 * i386-linux-nat.c (fill_fpxregset): Make global.
10454 (store_fpxregset): Ditto.
10455
10456 * gregset.h (gdb_fpxregset_t): Define.
10457 (supply_fpxregset): Prototype.
10458 (fill_fpxregset): Prototype.
10459
10460 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10461
10462 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10463
10464 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10465 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10466 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10467
10468 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10469
10470 * MAINTAINERS: Update target maintainer rules so that any
10471 Maintainer can approve a tested patch for a maintenance-only
10472 target.
10473
10474 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10475
10476 * MAINTAINERS (write-after-approval): Add myself.
10477
10478 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10479 IN_SIGTRAMP.
10480
10481 2002-01-08 Michael Snyder <msnyder@redhat.com>
10482
10483 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10484 real name of the executable, rather than the /proc name.
10485
10486 2002-01-03 Michael Snyder <msnyder@redhat.com>
10487
10488 Implement a "generate-core-file" command in gdb, save target state.
10489 * gcore.c: New file. Implement new command 'generate-core-file'.
10490 Save a corefile image of the current state of the inferior.
10491 * linux-proc.c: Add linux-specific code for saving corefiles.
10492 * target.h (struct target_ops): Add new target vectors for saving
10493 corefiles; to_find_memory_regions and to_make_corefile_notes.
10494 (target_find_memory_regions): New macro.
10495 (target_make_corefile_notes): New macro.
10496 * target.c (update_current_target): Inherit new target methods.
10497 (dummy_find_memory_regions): New place-holder method.
10498 (dummy_make_corefile_notes): New place-holder method.
10499 (init_dummy_target): Initialize new dummy target vectors.
10500 * exec.c (exec_set_find_memory_regions): New function.
10501 Allow the exec_ops vector for memory regions to be taken over.
10502 (exec_make_note_section): New function, target vector method.
10503 * defs.h (exec_set_find_memory_regions): Export prototype.
10504 * procfs.c (proc_find_memory_regions): New function, corefile method.
10505 (procfs_make_note_section): New function, corefile method.
10506 (init_procfs_ops): Set new target vector pointers.
10507 (find_memory_regions_callback): New function.
10508 (procfs_do_thread_registers): New function.
10509 (procfs_corefile_thread_callback): New function.
10510 * sol-thread.c (sol_find_memory_regions): New function.
10511 (sol_make_note_section): New function.
10512 (init_sol_thread_ops): Initialize new target vectors.
10513 * inftarg.c (inftarg_set_find_memory_regions): New function.
10514 Allow to_find_memory_regions vector to be taken over.
10515 (inftarg_set_make_corefile_notes): New function.
10516 Allow to_make_corefile_notes vector to be taken over.
10517 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10518 interface layer if not target_has_execution (may be a corefile).
10519 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10520 * config/sparc/sun4sol2.mh: Ditto.
10521 * config/alpha/alpha-linux.mh: Ditto.
10522 * config/arm/linux.mh: Ditto.
10523 * config/i386/x86-64linux.mh: Ditto.
10524 * config/ia64/linux.mh: Ditto.
10525 * config/m68k/linux.mh: Ditto.
10526 * config/mips/linux.mh: Ditto.
10527 * config/powerpc/linux.mh: Ditto.
10528 * config/sparc/linux.mh: Ditto.
10529
10530 2002-01-07 Michael Snyder <msnyder@redhat.com>
10531
10532 * arm-linux-nat.c: Remove references to regcache.c internal data
10533 (registers[] and register_valid[]).
10534
10535 2002-01-07 Michael Snyder <msnyder@redhat.com>
10536
10537 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10538 so that attaching to a pid will automatically read the process's
10539 symbol file and shlibs.
10540 * Makefile.in: Add rule for linux-proc.o.
10541 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10542 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10543 * config/arm/linux.mh: Ditto.
10544 * config/i386/linux.mh: Ditto.
10545 * config/i386/x86-64linux.mh: Ditto.
10546 * config/ia64/linux.mh: Ditto.
10547 * config/m68k/linux.mh: Ditto.
10548 * config/mips/linux.mh: Ditto.
10549 * config/powerpc/linux.mh: Ditto.
10550 * config/sparc/linux.mh: Ditto.
10551
10552 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10553
10554 * win32-nat.c: Add i386-tdep.h dependency.
10555
10556 2002-01-07 Michael Snyder <msnyder@redhat.com>
10557
10558 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10559 instead of bfd_get_arch_size. Don't bail out just because
10560 there's no exec_bfd.
10561
10562 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10563 * p-valprint.c (pascal_object_print_value): Ditto.
10564 * somread.c (som_symtab_read): Ditto.
10565 * symfile.c (simple_free_overlay_region_table): Ditto.
10566 * valops.c (value_assign): Ditto.
10567
10568 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10569 use tilde_expand and strerror for opening save-tracepoints file.
10570
10571 * thread-db.c (thread_db_new_objfile): Indendation fix.
10572
10573 * infptrace.c (GDB_MAX_ALLOCA): New define.
10574 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10575 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10576 can be overridden with whatever value is appropriate to the host).
10577 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10578 alloca to allocate potentially large buffer.
10579 * rs6000-nat.c (child_xfer_memory): Ditto.
10580 * symm-nat.c (child_xfer_memory): Ditto.
10581 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10582
10583 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10584
10585 From Nick Clifton <nickc@redhat.com>
10586 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10587
10588 2002-01-07 Michael Snyder <msnyder@redhat.com>
10589
10590 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10591 Don't use exec_bfd if it's NULL.
10592
10593 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10594
10595 * valops.c (value_arg_coerce): Fix formatting.
10596
10597 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10598
10599 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10600 * gnu-nat.c: Ditto.
10601
10602 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10603
10604 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10605 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10606 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10607 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10608 z8k-coff have not been multi-arched. Update z8k-coff build
10609 status.
10610
10611 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10612
10613 * MAINTAINERS: Mark a29k target as obsolete.
10614 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10615 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10616 comments.
10617 * NEWS: Note that a29k targets are obsolete.
10618 * a29k-tdep.c: Mark as obsolete.
10619 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10620 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10621 a29k-*-vxworks* targets as obsolete.
10622 * remote-adapt.c: Obsolete.
10623 * remote-eb.c: Obsolete.
10624 * remote-mm.c: Obsolete.
10625 * remote-udi.c: Obsolete.
10626 * config/a29k/a29k-udi.mt: Obsolete.
10627 * config/a29k/a29k.mt: Obsolete.
10628 * config/a29k/tm-a29k.h: Obsolete.
10629 * config/a29k/tm-vx29k.h: Obsolete.
10630 * config/a29k/vx29k.mt: Obsolete.
10631
10632 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10633
10634 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10635 with BFD_ENDIAN_BIG.
10636
10637 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10638
10639 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10640 * configure, config.in: Re-generate.
10641 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10642 * defs.h: Do not include <endian.h>.
10643
10644 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10645
10646 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10647 * config.in: Regenerate.
10648 * configure.in: Update copyright years.
10649 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10650 * configure: Regenerate.
10651 * i386bsd-nat.c: Update copyright years.
10652 (fill_gregset): Use regcache_collect.
10653 (fetch_inferior_registers): Only fetch integer registers
10654 if requested to do so. Add support for XMM registers
10655 using PT_GETXMMREGS.
10656 (store_inferior_registers): Only store integer registers
10657 if requested to do so. Add support for XMM registers
10658 using PT_SETXMMREGS.
10659 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10660 (store_inferior_registers): Remove.
10661 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10662 (fetch_elfcore_registers): New function.
10663 (i386nbsd_elfcore_fns): New.
10664 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10665 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10666 i386bsd-nat.o.
10667 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10668 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10669 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10670 * config/i386/tm-nbsd.h: Update copyright years.
10671 (HAVE_SSE_REGS): Define.
10672 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10673 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10674 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10675 (SIGCONTEXT_PC_OFFSET): Remove.
10676 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10677
10678 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10679
10680 * configure.tgt: Remove powerpc-*-macos* target.
10681 * config/m68k/xm-mpw.h: Delete file.
10682 * config/xm-mpw.h: Delete file.
10683 * ser-mac.c: Delete file.
10684 * mpw-make.sed: Delete file.
10685 * mpw-config.in: Delete file.
10686 * mac-xdep.c: Delete file.
10687 * mac-gdb.r: Delete file.
10688 * mac-defs.h: Delete file.
10689 * mac-nat.c: Delete file.
10690 * config/powerpc/macos.mh: Delete file.
10691 * config/powerpc/macos.mt: Delete file.
10692 * config/powerpc/nm-macos.h: Delete file.
10693 * config/powerpc/tm-macos.h: Delete file.
10694 * source.c (openp, open_source_file): Remove obsolete code.
10695 * top.c (gdb_readline): Ditto.
10696 * utils.c (query): Ditto.
10697 * event-top.c (display_gdb_prompt): Ditto.
10698 * Makefile.in (ser-mac.o): Delete obsolete target.
10699 * NEWS: Update.
10700
10701 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10702
10703 * defs.h (BIG_ENDIAN): Delete macro definition.
10704 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10705 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10706 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10707 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10708 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10709 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10710 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10711 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10712 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10713 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10714 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10715 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10716 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10717 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10718 * gdbarch.c: Re-generate.
10719
10720 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10721
10722 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10723 for core files.
10724
10725 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10726
10727 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10728
10729 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10730
10731 * value.h (value_ptr): Delete typedef.
10732
10733 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10734
10735 * i386nbsd-nat.c: Update copyright years.
10736 Include i386-tdep.h.
10737
10738 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10739
10740 * stabsread.c: Update copyright years.
10741
10742 From Debashis Mahata <debashis.mahata@wipro.com>:
10743 (read_struct_fields): Deal with Sun C compiler erroneous stab
10744 output for structs and unions.
10745 Fix PR gdb/269.
10746
10747 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10748
10749 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10750 prototype.
10751
10752 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10753
10754 * cp-abi.c: Fix whitespace.
10755 (baseclass_offset): New wrapper function.
10756 * cp-abi.h (baseclass_offset): Add prototype.
10757 (struct cp_abi_ops): Add baseclass_offset pointer.
10758
10759 * valops.c (vb_match): Move to...
10760 * gnu-v2-abi.c (vb_match): here.
10761 * valops.c (baseclass_offset): Move to...
10762 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10763
10764 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10765
10766 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10767 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10768 * hpacc-abi.c (init_hpacc_ops): Likewise.
10769
10770 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10771
10772 * valops.c (find_overload_match): Accept obj as a
10773 reference parameter. Update it before returning.
10774 * value.h (find_overload_match): Update prototype.
10775 * eval.c (evaluate_subexp_standard): Pass object to
10776 find_overload_match by reference.
10777
10778 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10779
10780 * valarith.c: Replace value_ptr with struct value pointer. Remove
10781 register attribute from value declarations.
10782 * valops.c: Ditto.
10783 * value.h: Ditto.
10784 * scm-lang.c (scm_lookup_name): Ditto.
10785
10786 2002-01-03 Michael Snyder <msnyder@redhat.com>
10787
10788 Abstract the functionality of iterating over mapped memory
10789 regions into a general purpose iterator function.
10790 * procfs.c (iterate_over_mappings): New function, general purpose
10791 iterator for memory sections.
10792 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10793 (solib_mappings_callback): New function, callback for above.
10794 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10795 (info_mappings_callback): New function, callback for above.
10796
10797 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10798
10799 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10800
10801 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10802 * i386-tdep.c: Include "elf-bfd.h".
10803 (process_note_abi_tag_sections): New function.
10804 (i386_gdbarch_init): Add code to recognize various OS/ABI
10805 combinations.
10806
10807 * maint.c (_initialize_maint_cmds): Add missing \ in
10808 string-literal.
10809
10810 For older changes see ChangeLog-2001
10811 \f
10812 Local Variables:
10813 mode: change-log
10814 left-margin: 8
10815 fill-column: 74
10816 version-control: never
10817 End: