2002-09-03 David Carlton <carlton@math.stanford.edu>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-09-03 David Carlton <carlton@math.stanford.edu>
2
3 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
4 argument (PR gdb/653). Update call to smash_to_method_type.
5 (read_structure_scope): Update call to dwarf2_add_member_fn.
6
7 2002-09-03 Michal Ludvig <mludvig@suse.cz>
8
9 * x86-64-linux-tdep.c: Include gdb_string.h
10 * x86-64-linux-nat.c: Ditto.
11
12 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
13
14 * ada-exp.y (yyname, yyrule): Remap global variables that appear
15 when YYDEBUG is set to 1.
16 * c-exp.y: Likewise.
17 * f-exp.y: Likewise.
18 * jv-exp.y: Likewise.
19 * m2-exp.y: Likewise.
20 * p-exp.y: Likewise.
21
22 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
23
24 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
25 dependency list.
26 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
27 solib_svr4_fetch_link_map_offsets to
28 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
29 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
30 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
31 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
32 solib-svr4.o, and solib-legacy.o.
33 * config/i386/tm-nbsd.h: Include solib.h.
34
35 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
36
37 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
38 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
39 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
40 comment noting that this needs its own target configuration.
41 * config/i386/nbsd.mt: New file.
42 * config/i386/nbsdaout.mt: Remove.
43 * config/i386/nbsdelf.mt: Ditto.
44 * config/i386/tm-nbsdaout.h: Ditto.
45
46 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
47
48 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
49 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
50 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
51 tdep->sigtramp_end.
52 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
53 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
54 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
55
56 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
57
58 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
59 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
60 * i386-tdep.h (i386bsd_init_abi): New prototype.
61 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
62 function declaration.
63 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
64 for NetBSD-a.out or NetBSD-ELF.
65 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
66 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
67 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
68 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
69 and nbsd-tdep.h.
70 (i386nbsd_pc_in_sigtramp): New function.
71 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
72 i386nbsd_pc_in_sigtramp.
73 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
74 and i386nbsdelf_init_abi OS ABI handlers.
75 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
76 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
77
78 2002-09-02 Mark Kettenis <kettenis@gnu.org>
79
80 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
81 registers if the target really has them.
82
83 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
84
85 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
86 than nbsd-tdep.h.
87
88 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
89
90 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
91 list.
92 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
93 (alphanbsd_skip_sigtramp_frame): New functions.
94 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
95 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
96 to alphanbsd_sigcontext_addr.
97
98 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
99
100 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
101 list.
102 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
103 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
104 nbsd_pc_in_sigtramp.
105 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
106 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
107 * nbsd-tdep.c: Include gdb_string.h.
108 (nbsd_pc_in_sigtramp): New function.
109 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
110 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
111 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
112 ppcnbsd_pc_in_sigtramp.
113 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
114 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
115 shnbsd_pc_in_sigtramp.
116 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
117 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
118 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
119
120 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
121
122 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
123 watchpoints to NULL.
124 (insert_breakpoints): set val field of watchpoints if NULL.
125
126
127 2002-08-29 Jim Blandy <jimb@redhat.com>
128
129 * symtab.c (lookup_symbol_aux): In the cases where we find a
130 minimal symbol of an appropriate name and use its address to
131 select a symtab to read and search, use `name' (as passed to us)
132 as the demangled name when searching the symtab's global and
133 static blocks, not the minsym's name.
134
135 2002-08-29 Keith Seitz <keiths@redhat.com>
136
137 * stack.c (print_frame_info_base): Always set current_source_symtab
138 and current_source_line.
139
140 2002-08-29 Donn Terry <donnte@microsoft.com>
141
142 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
143
144 2002-08-28 Keith Seitz <keiths@redhat.com>
145
146 * stack.c (select_frame): Add FIXME concerning selected-frame
147 events.
148 (select_frame_command): Send selected-frame-level-changed
149 event notification, but only if the level actually changed.
150 (up_silently_base): Add selected-frame-level-changed event
151 notification.
152 (down_silently_base): Likewise.
153
154 2002-08-28 Andrew Cagney <ac131313@redhat.com>
155
156 * Makefile.in: Update dependencies for all gdb/*.c files.
157
158 2002-08-27 Tom Tromey <tromey@redhat.com>
159
160 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
161 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
162 Update dependencies.
163 * i387-tdep.c: Include gdb_string.h.
164 * osabi.c: Likewise.
165 * i386-linux-nat.c: Likewise.
166 * lin-lwp.c: Likewise.
167 * ax-gdb.c: Likewise.
168 * signals/signals.c: Likewise.
169 * jv-valprint.c: Likewise.
170 * p-lang.c: Likewise.
171 * c-valprint.c: Likewise.
172 * cp-abi.c: Likewise.
173
174 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
175
176 * cli/cli-script.h (copy_command_lines): Export.
177 * breakpoint.c: Include cli/cli-script.h.
178 * Makefile.in (breakpoint.o): Update dependencies.
179
180 2002-08-26 Joel Brobecker <brobecker@gnat.com>
181
182 * cli/cli-script.c (copy_command_lines): New function.
183 * defs.h (copy_command_lines): Export.
184 * testsuite/gdb.base/commands.exp: New tests for commands
185 attached to a temporary breakpoint, and for commands that
186 delete the breakpoint they are attached to.
187
188 2002-08-26 Michael Snyder <msnyder@redhat.com>
189
190 * breakpoint.c (bpstat_stop_status): Instead of copying the
191 pointer to the breakpoint commands struct, make a new copy
192 of the struct and point to that.
193 (bpstat_clear): Free the commands struct.
194 (bpstat_clear_actions): Free the commands struct.
195 (bpstat_do_actions): Free the command actions. Also execute
196 the local cleanups, instead of deleting them.
197 (delete_breakpoint): Leave the commands field of the bpstat
198 chain alone -- it will be freed later.
199
200 2002-08-26 Kevin Buettner <kevinb@redhat.com>
201
202 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
203 deleted in 2002-08-20 commit. This function is still used by
204 ppc-linux-nat.c.
205
206 2002-08-26 Keith Seitz <keiths@redhat.com>
207
208 * gdb-events.sh: Add selected-frame-level-changed event.
209 * gdb-events.c: Regenerated.
210 * gdb-events.h: Regenerated.
211
212 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
213
214 Fix PR gdb/393:
215 * inflow.c (terminal_save_ours): New function to save terminal
216 settings.
217 * inferior.h (terminal_save_ours): Declare.
218 * target.c (debug_to_terminal_save_ours): New function.
219 (cleanup_target): Defaults to_terminal_save_ours.
220 (update_current_target): Inherit to_terminal_save_ours.
221 (setup_target_debug): Set to_terminal_save_ours.
222 * target.h (target_terminal_save_ours): New to save terminal settings.
223 (target_ops): New member to_terminal_save_ours.
224 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
225 * hpux-thread.c (init_hpux_thread_ops): Likewise.
226 * inftarg.c (init_child_ops): Likewise.
227 * m3-nat.c (init_m3_ops): Likewise.
228 * procfs.c (init_procfs_ops): Likewise.
229 * wince.c (init_child_ops): Likewise.
230 * win32-nat.c (init_child_ops): Likewise.
231 * sol-thread.c (init_sol_thread_ops): Likewise.
232
233 2002-08-26 Mark Kettenis <kettenis@gnu.org>
234
235 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
236 use regcache_* functions.
237 (i386_gdbarch_init): Set store_return_value instead of
238 deprecated_store_return_value.
239
240 * regcache.c (regcache_raw_write_signed,
241 regcache_raw_write_unsigned): New functions.
242 * regcache.h (regcache_raw_write_signed,
243 regcache_raw_write_unsigned): New prototypes.
244
245 2002-08-25 Andrew Cagney <ac131313@redhat.com>
246
247 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
248 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
249 source file dependencies. Cleanup corresponding generator rules.
250
251 2002-08-25 Andrew Cagney <ac131313@redhat.com>
252
253 * regcache.h (register_offset_hack): Declare.
254 (regcache_cooked_read_using_offset_hack): Declare.
255 (regcache_cooked_write_using_offset_hack): Declare.
256
257 * regcache.c (register_offset_hack): New function.
258 (regcache_cooked_read_using_offset_hack): New function.
259 (regcache_cooked_write_using_offset_hack): New function.
260 (regcache_dump): Check that the registers, according to their
261 offset, are packed hard against each other.
262 (cooked_xfer_using_offset_hack): New function.
263
264 2002-08-25 Andrew Cagney <ac131313@redhat.com>
265
266 * regcache.c (struct regcache_descr): Add field register_type.
267 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
268 in as a parameter
269 (init_regcache_descr): Initialize register_type. Pass the descr
270 to init_legacy_regcache_descr. Use register_type instead of
271 REGISTER_VIRTUAL_TYPE.
272 (register_type): New function.
273 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
274 * regcache.h (register_type): Declare.
275
276 2002-08-25 Andrew Cagney <ac131313@redhat.com>
277
278 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
279 instead of deprecated_store_return_value. Fix fallout from
280 2002-08-23 Andrew Cagney <cagney@redhat.com>.
281
282 2002-08-25 Andrew Cagney <ac131313@redhat.com>
283
284 * regcache.c (max_register_size): New function.
285 (init_legacy_regcache_descr): Ensure that max_register_size is
286 large enough for REGISTER_VIRTUAL_SIZE.
287 * regcache.h (max_register_size): Declare.
288
289 2002-08-24 Andrew Cagney <ac131313@redhat.com>
290
291 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
292 store_return_value.
293 (e500_extract_return_value): Change type of valbuf pointer to
294 void.
295
296 2002-08-24 Mark Kettenis <kettenis@gnu.org>
297
298 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
299 workaround.
300
301 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
302 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
303 long long) to prevent compiler warning on 64-bit systems.
304
305 2002-08-23 Andrew Cagney <cagney@redhat.com>
306
307 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
308 (DEPRECATED_STORE_RETURN_VALUE): New method.
309 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
310 * gdbarch.h, gdbarch.c: Re-generate.
311
312 * values.c (set_return_value): Pass current_regcache to
313 STORE_RETURN_VALUE.
314 * arch-utils.h (legacy_store_return_value): Declare.
315 * arch-utils.c (legacy_store_return_value): New function.
316 (legacy_extract_return_value): Update parameters.
317
318 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
319 STORE_RETURN_VALUE.
320 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
321 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
322 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
323 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
324 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
325 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
326 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
327 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
328 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
329 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
330
331 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
332 * i386-tdep.c (i386_extract_return_value): Update.
333 * arch-utils.c (legacy_extract_return_value): Update.
334 * frv-tdep.c (frv_gdbarch_init): Update.
335 * cris-tdep.c (cris_gdbarch_init): Update.
336 * d10v-tdep.c (d10v_gdbarch_init): Update.
337 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
338 * m68k-tdep.c (m68k_gdbarch_init): Update.
339 * mcore-tdep.c (mcore_gdbarch_init): Update.
340 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
341 * s390-tdep.c (s390_gdbarch_init): Update.
342 * sparc-tdep.c (sparc_gdbarch_init): Update.
343 * sh-tdep.c (sh_gdbarch_init): Update.
344 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
345 * v850-tdep.c (v850_gdbarch_init): Update.
346 * avr-tdep.c (avr_gdbarch_init): Update.
347 * ia64-tdep.c (ia64_gdbarch_init): Update.
348 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
349 * vax-tdep.c (vax_gdbarch_init): Update.
350 * alpha-tdep.c (alpha_gdbarch_init): Update.
351 * arm-tdep.c (arm_gdbarch_init): Update.
352 * mips-tdep.c (mips_gdbarch_init): Update.
353 * i386-tdep.c (i386_gdbarch_init): Update.
354
355 2002-08-23 Andrew Cagney <ac131313@redhat.com>
356
357 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
358 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
359
360 2002-08-24 Mark Kettenis <kettenis@gnu.org>
361
362 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
363 problems.
364
365 2002-08-23 Joel Brobecker <brobecker@gnat.com>
366
367 * infrun.c (handle_inferior_event): Move a comment outside of a
368 function call, in order to avoid indent reformatting this part
369 of the code in an unreadable way.
370
371 2002-08-23 Grace Sainsbury <graces@redhat.com>
372
373 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
374 when breakpoints fail. Move general breakpoint error messages to
375 insert_breakpoints.
376 * breakpoint.c (insert_breakpoints): Change warnings when
377 breakpoints are nto inserted to specify the type. Remove call to
378 memory_error when hardware breakpoints can't be inserted. Remove
379 multiple calls to warning so all messages are sent to the user at
380 once.
381 (delete_breakpoints): Make insert error messsages more explicit.
382
383 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
384
385 * ChangeLog: Move gdbserver entries after GDB 5.2 to
386 gdbserver/ChangeLog.
387
388 2002-08-23 Mark Kettenis <kettenis@gnu.org>
389
390 * i386-tdep.c: Include "objfiles.h".
391 (i386_svr4_init_abi): Set in_solib_call_trampoline and
392 skip_trampoline_code.
393 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
394 (CPLUS_MARKER): Define to '.'.
395
396 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
397 member.
398 (linux_corefile_thread_callback): Increase args->num_notes.
399 (linux_make_note_section): Initialize thread_args.num_notes, and
400 use it to determine whether notes for any threads were created.
401
402 2002-08-23 Donn Terry <donnte@microsoft.com>
403
404 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
405 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
406 and PCUNKILL.
407 (write_with_trace): Conditionalize out the switch branch handling
408 PCSHOLD if the corresponding macro is not defined. Likewise for
409 PRSABORT and PRSTOP.
410 This change will be needed by the Interix port.
411
412 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
413
414 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
415 write_register wherever possible instead of manipulating the
416 register bytes directly.
417 Assign VALUE_CONTENTS to a variable and use that.
418 The GPR numbers are now dependent on the architecture.
419
420 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
421
422 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
423 ev_offset fields.
424 (skip_prologue): Add support for BookE/e500 instructions.
425 (e500_extract_return_value): New function.
426 (frame_get_saved_regs): Add support for saving ev registers and
427 pseudo gpr's.
428 (e500_store_return_value): New function.
429 (rs6000_gdbarch_init): Move up default intializations of
430 deprecated_extract_return_value and store_return_value. Overwrite
431 init of store_return_value with e500 specific version.
432 Set extract_return_value for e500.
433
434 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
435
436 * blockframe.c (generic_call_dummy_register_unwind): Use
437 regcache_cooked_read to catch cases in which the variable is
438 stored in a pseudo register.
439
440 2002-08-22 Andrew Cagney <cagney@redhat.com>
441
442 * NEWS: Mention that the i960 has been made obsolete.
443 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
444 i960-tdep.c
445 (remote-nrom.o): Obsolete target.
446 (remote-nindy.o, i960-tdep.o): Ditto.
447 * remote-nrom.c: Make file obsolete.
448 * remote-nindy.c, remote-vx960.c: Ditto.
449 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
450 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
451 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
452 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
453 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
454 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
455 i960-*-vxworks* obsolete.
456 * MAINTAINERS: Note that the i960 is obsolete.
457
458 2002-08-21 Corinna Vinschen <vinschen@redhat.com
459
460 * aix-thread.c (aix_thread_detach): Disable thread debugging on
461 detach to allow reinitialization.
462
463 2002-08-22 Andrew Cagney <ac131313@redhat.com>
464
465 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
466 attempt).
467
468 2002-08-22 Jim Blandy <jimb@redhat.com>
469
470 * coffread.c (coff_symfile_read): Don't try to read the line
471 number table from disk if the image file doesn't have a symbol
472 table; we'll never actually look at the info anyway, and Windows
473 ships DLL's with bogus file offsets for the line number data.
474
475 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
476
477 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
478 an e500 executable.
479
480 2002-08-21 Michael Snyder <msnyder@redhat.com>
481
482 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
483 (MSYMBOL_SIZE): Replace macro with function.
484 (DEFAULT_MIPS_TYPE): Delete unused macro.
485 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
486 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
487
488 2002-08-21 Jim Blandy <jimb@redhat.com>
489
490 * valops.c (value_cast): Simplify and correct logic for doing a
491 static cast from a pointer to a base class to a pointer to a
492 derived class.
493
494 2002-08-21 Andrew Cagney <ac131313@redhat.com>
495
496 * infcmd.c (default_print_registers_info): Replace
497 do_registers_info.
498 (registers_info): Use gdbarch_print_registers_info instead of
499 DO_REGISTERS_INFO.
500 * inferior.h (default_print_registers_info): Replace
501 do_registers_info.
502 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
503 (DO_REGISTERS_INFO): Change to a predicate function.
504 * gdbarch.h, gdbarch.c: Regenerate.
505
506 2002-08-21 Keith Seitz <keiths@redhat.com>
507
508 * gdb-events.sh: Add target-changed event.
509 * gdb-events.c: Regenerated.
510 * gdb-events.c: Regenerated.
511 * valops.c (value_assign): Add target-changed event notification
512 to inlval_register, lval_memory, and lval_reg_frame_relative.
513
514 2002-08-21 Joel Brobecker <brobecker@gnat.com>
515
516 * NEWS: Add an entry regarding the improvement of the next/step
517 operation on Alpha Tru64 multi-processor machines.
518
519 2002-08-21 Andrew Cagney <ac131313@redhat.com>
520
521 * Makefile.in: Update dependencies for mi/ cli/ and tui/
522 directores.
523 * Makefile.in: Update all _h macro definitions.
524 * Makefile.in (install-gdbtk): Move to install section.
525 (rdi-share/libangsd.a): Move to end of file.
526
527 2002-08-19 Andrew Cagney <ac131313@redhat.com>
528
529 * frame.c (frame_register_unwind): When a register, set addrp to
530 the register's byte.
531
532 2002-08-20 Michael Snyder <msnyder@redhat.com>
533
534 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
535 used locally, so move them from the target machine header to here.
536 (mips_set_processor_type, mips_register_name, mips32_next_pc,
537 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
538 Make static.
539 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
540
541 2002-08-20 Andrew Cagney <cagney@redhat.com>
542
543 * NEWS: Mention that the Apollo line was made obsolete.
544 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
545 m68*-hp-hpux* obsolete.
546 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
547 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
548 * buildsym.c (make_blockvector): Make static.
549 * buildsym.h (make_blockvector): Make extern declaration obsolete.
550 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
551 (ALLDEPFILES): Remove dstread.c.
552 (dstread.o): Obsolete make rule.
553 * dstread.c: Makefile obsolete.
554 * dst.h: Ditto.
555 * config/m68k/hp300hpux.mt: Ditto.
556 * config/m68k/hp300hpux.mh: Ditto.
557 * config/m68k/hp300bsd.mt: Ditto.
558 * config/m68k/hp300bsd.mh: Ditto.
559 * config/m68k/apollo68b.mt: Ditto.
560 * config/m68k/apollo68v.mh: Ditto.
561 * config/m68k/apollo68b.mh: Ditto.
562
563 2002-08-20 Michael Snyder <msnyder@redhat.com>
564
565 * mips-tdep.c (mips_in_return_stub): Make static.
566 (mips_gdbarch_init): Set in_solib_return_trampoline.
567 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
568
569 2002-08-20 Michael Snyder <msnyder@redhat.com>
570
571 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
572 * gdbarch.c, gdbarch.h: Regenerate.
573 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
574 Add.
575 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
576
577 2002-08-20 Michael Snyder <msnyder@redhat.com>
578
579 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
580 (mips_gdbarch_init): Set skip_trampoline_code,
581 in_solib_call_trampoline.
582 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
583 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
584
585 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
586
587 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
588
589 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
590 vector type for ev registers.
591 (e500_pseudo_register_read): New function.
592 (e500_pseudo_register_write): New function.
593 (e500_dwarf2_reg_to_regnum): New function.
594 (PPC_UISA_NOFP_SPRS): New macro.
595 (PPC_EV_REGS): New macro.
596 (PPC_GPRS_PSEUDO_REGS): New macro.
597 (registers_e500): New register set for e500.
598 (variants): Add e500 variant.
599 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
600 before setting architectural dependent variations. Initialize ev
601 registers numbers. Add case for e500 architecture. Set the
602 number of pseudo registers.
603
604 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
605
606 * rs6000-tdep.c: Clean up comments.
607
608 2002-08-20 Andrew Cagney <cagney@redhat.com>
609
610 * h8300-tdep.c: Re-indent file.
611
612 2002-08-20 Jim Blandy <jimb@redhat.com>
613
614 * Makefile.in (LDFLAGS): Allow the configure script to establish a
615 default for this.
616
617 2002-08-20 Keith Seitz <keiths@redhat.com>
618
619 * breakpoints.c (watch_command_1): Use internal breakpoint
620 when setting a watchpoint_scope breakpoint.
621
622 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
623
624 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
625 (build_builtin_type_vec64i): Ditto.
626 (build_builtin_type_vec128): Ditto.
627 (build_builtin_type_vec128i): Ditto.
628
629 2002-08-19 Michael Snyder <msnyder@redhat.com>
630
631 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
632 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
633 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
634 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
635 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
636 CALL_DUMMY_ADDRESS): Delete.
637 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
638 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
639 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
640 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
641 push_return_address.
642 (mips_register_raw_size, mips_eabi_use_struct_convention,
643 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
644 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
645 mips_init_extra_frame_info, mips_eabi_push_arguments,
646 mips_n32n64_push_arguments, mips_push_return_address,
647 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
648 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
649
650 2002-08-19 Michael Snyder <msnyder@redhat.com>
651
652 * mips-tdep.c (mips_frame_num_args): New function.
653 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
654 frame_saved_pc, frame_args_address, frame_locals_address,
655 frame_num_args, and frame_args_skip.
656 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
657 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
658 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
659 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
660
661 2002-08-20 Michael Snyder <msnyder@redhat.com>
662
663 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
664 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
665 * mips-tdep.c (mips_store_struct_return): New function.
666 (mips_extract_struct_value_address): New function.
667 (mips_gdbarch_init): Set store_struct_return and
668 extract_struct_value_address.
669
670 2002-08-20 David Carlton <carlton@math.stanford.edu>
671
672 * dwarf2read.c (dwarf2_build_psymtabs): Check that
673 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
674 (read_file_scope): Check that line_header is nonzero before
675 decoding macro information.
676
677 2002-08-20 Mark Kettenis <kettenis@gnu.org>
678
679 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
680 flag the general-purpose registers as floating-point on targets
681 that don't support the floating-point registers.
682
683 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
684
685 * rs6000-tdep.c (altivec_register_p): Delete.
686 (rs6000_do_altivec_registers): Delete.
687 (rs6000_altivec_registers_info): Delete.
688 (rs6000_do_registers_info): Delete.
689 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
690 (rs6000_gdbarch_init): Remove setting of do_registers_info.
691
692 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
693
694 * infcmd.c (do_registers_info): Print vector registers in hex
695 format only.
696 (print_vector_info): Check that printing registers
697 makes sense.
698 (print_float_info): Ditto.
699
700 2002-08-20 Andrew Cagney <ac131313@redhat.com>
701
702 * mips-tdep.c (mips_gdbarch_init): Update.
703 (mips_o32_extract_return_value): Rewrite.
704 (mips_o32_store_return_value): Rewrite.
705 (mips_o32_xfer_return_value): New function.
706 (mips_xfer_register): Tweak debug print message. Allow for
707 buf_offset when dumping the value transfered.
708
709 2002-08-20 Andrew Cagney <ac131313@redhat.com>
710
711 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
712 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
713 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
714 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
715 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
716
717 2002-08-14 Michael Snyder <msnyder@redhat.com>
718
719 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
720
721 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
722
723 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
724 register.
725 (P): New macro to define a register as a pseudo register.
726 (R, R4, R8, R16, FR32, R64, R0): Updated.
727 (struct variant): Add new fields for number of pseudo registers
728 and number of total registers.
729 (tot_num_registers): New macro replacing....
730 (num_registers): ...deleted macro.
731 (num_registers): New function.
732 (num_pseudo_registers): New function.
733 (variants): Update all variants to intialize new fields correctly.
734 Postpone initialization of number of pseudo regs and real regs.
735 (init_variants): New function.
736 (rs6000_gdbarch_init): Initialize variants. Update calculation of
737 registers offsets.
738
739 2002-08-19 David Carlton <carlton@math.stanford.edu>
740
741 * valops.c (search_struct_field): Change error message to treat
742 return value of 0 from value_static_field as meaning that field is
743 optimized out.
744 (value_struct_elt_for_reference): Ditto.
745 * values.c (value_static_field): Treat an unresolved location the
746 same as a nonexistent symbol. Fix PR gdb/635.
747 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
748 enclosed. Fix PR gdb/574.
749 * MAINTAINERS: Add self to Write After Approval list.
750
751 2002-08-19 Andrew Cagney <ac131313@redhat.com>
752
753 * mips-tdep.c (mips_xfer_register): New function.
754 (mips_n32n64_extract_return_value): Rewrite.
755 (mips_gdbarch_init): For N32 and N64, set extract_return_value
756 instead of deprecated_extract_return_value.
757
758 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
759
760 * rs6000-tdep.c (TDEP): Delete macro.
761 (branch_dest): Replace use of TDEP macro with its body.
762 (rs6000_pop_frame): Ditto.
763 (rs6000_push_arguments): Ditto.
764 (rs6000_skip_trampoline_code): Ditto.
765 (rs6000_frame_saved_pc): Ditto.
766 (rs6000_frame_chain): Ditto.
767 (rs6000_register_name): Ditto.
768 (rs6000_register_byte): Ditto.
769 (rs6000_register_raw_size): Ditto.
770 (rs6000_register_virtual_type): Ditto.
771 (rs6000_register_convertible): Ditto.
772 (rs6000_convert_from_func_ptr_addr): Ditto.
773
774 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
775
776 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
777 conditionally.
778 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
779 MIPS_LINUX_JB_ELEMENT_SIZE.
780 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
781 for MAX_REGISTER_RAW_SIZE arrays.
782 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
783 MIPS_LINUX_JB_ELEMENT_SIZE.
784
785 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
786
787 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
788
789 2002-08-19 Aidan Skinner <aidan@velvet.net>
790
791 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
792 ada-valprint.c ada-tasks.c.
793 (YYFILES): Add ada-exp.y.
794 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
795 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
796 (ada-exp.tab.o): New target.
797
798 2002-08-18 Andrew Cagney <ac131313@redhat.com>
799
800 * regcache.c (regcache_xfer_part): New function.
801 (regcache_raw_read_part): New function.
802 (regcache_raw_write_part): New function.
803 (regcache_cooked_read_part): New function.
804 (regcache_cooked_write_part): New function.
805 * regcache.h (regcache_raw_read_part): Declare.
806 (regcache_raw_write_part): Declare.
807 (regcache_cooked_read_part): Declare.
808 (regcache_cooked_write_part): Declare.
809
810 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
811
812 * remote.c (remote_open_1): Add async_p.
813 (remote_async_open_1): Delete.
814 (open_remote_target): Delete.
815 (remote_open, extended_remote_open): Update calls to remote_open_1.
816 (remote_async_open, extended_remote_async_open): Call
817 remote_open_1 instead of remote_async_open_1.
818
819 2002-08-19 Mark Kettenis <kettenis@gnu.org>
820
821 * blockframe.c: Fix a few coding standard violations.
822
823 2002-08-19 Mark Kettenis <kettenis@gnu.org>
824
825 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
826 here from ...
827 * config/i386/tm-i386sco5.h: ... here. File removed.
828 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
829
830 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
831 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
832 (TM_FILE): Set to tm-i386.h.
833 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
834 * config/i386/tm-i386v.h: Remove file.
835 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
836 instead of "i386/tm-i386v.h".
837 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
838 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
839 "i386/tm-i386v.h".
840 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
841 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
842 "i386/tm-i386.h".
843
844 2002-08-18 Mark Kettenis <kettenis@gnu.org>
845
846 * config/i386/nm-i386v.h: Add protection against
847 multiple-inclusion.
848 (i386_register_u_addr): Remove prototype.
849 (register_u_addr): New prototype.
850 (REGISTER_U_ADDR): Redefine accordingly.
851 * i386v-nat.c: Improve several comments.
852 (i386_register_u_addr): Change signature and rename to
853 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
854 ubase variable.
855
856 2002-08-18 Andrew Cagney <ac131313@redhat.com>
857
858 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
859 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
860 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
861 deprecated_extract_return_value.
862 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
863 rename mips_o32o64_push_arguments.
864 (mips_gdbarch_init): Update.
865 (mips_extract_return_value): Delete.
866 (mips_o32_extract_return_value): Clone mips_extract_return_value.
867 (mips_o64_extract_return_value): Clone mips_extract_return_value.
868 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
869 (mips_n32n64_extract_return_value): Clone
870 mips_extract_return_value.
871 (mips_store_return_value): Delete.
872 (mips_o32_store_return_value): Clone mips_store_return_value.
873 (mips_o64_store_return_value): Clone mips_store_return_value.
874 (mips_eabi_store_return_value): Clone mips_store_return_value.
875 (mips_n32n64_store_return_value): Clone mips_store_return_value.
876
877 2002-08-18 Aidan Skinner <aidan@velvet.net>
878
879 * ada-lang.c: Use gdb_string.h instead of <string.h>.
880 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
881
882 2002-08-18 Aidan Skinner <aidan@velvet.net>
883
884 * ada-lang.c: Run through gdb_indent.sh.
885 * ada-lang.h: Run through gdb_indent.sh.
886 * ada-tasks.c: Run through gdb_indent.sh.
887 * ada-typeprint.c: Run through gdb_indent.sh.
888 * ada-valprint.c: Run through gdb_indent.sh.
889
890 2002-08-18 Andrew Cagney <ac131313@redhat.com>
891
892 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
893 ABI.
894
895 2002-08-18 Mark Kettenis <kettenis@gnu.org>
896
897 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
898
899 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
900 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
901
902 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
903 write_register_gen instead of write_register_bytes.
904
905 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
906 i[3456]-*-osf1mk* configurations have been made obsolete.
907 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
908 i[3456]86-*-osf1mk* hosts obsolete.
909 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
910 targets obsolete.
911 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
912 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
913 config/i386/i386m3.mt, config/i386/nm-m3.h,
914 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
915 config/i386/i386mk.mh, config/i386/i386mk.mt,
916 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
917 obsolete.
918 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
919 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
920 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
921
922 2002-08-18 Andrew Cagney <ac131313@redhat.com>
923
924 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
925 (hppa_value_returned_from_stack): Declare.
926 (hppa_extract_return_value): Declare.
927 * config/pa/hppa.mt: New file.
928 * configure.tgt: Recognize hppa*-*-*.
929 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
930
931 2002-08-18 Mark Kettenis <kettenis@gnu.org>
932
933 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
934 comment.
935
936 2002-08-17 Mark Kettenis <kettenis@gnu.org>
937
938 * top.c (gdb_rl_operate_and_get_next): Make sure
939 operate-and-get-next functions correctly even when the history
940 list is completely filled.
941
942 2002-08-18 Andrew Cagney <ac131313@redhat.com>
943
944 * MAINTAINERS (Target Instruction Set Architectures): Rename
945 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
946 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
947 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
948 already listed under Host/Native.
949
950 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
951 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
952 mips*-*-*.
953
954 2002-08-17 Andrew Cagney <ac131313@redhat.com>
955
956 * config/ia64/ia64.mt: New file.
957 * config/alpha/alpha.mt: New file.
958 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
959 ia64-linux-gnu. Mention that ia64-elf is broken.
960 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
961
962 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
963
964 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
965 generic_func_frame_valid instead of func_frame_valid.
966
967 2002-08-16 Joel Brobecker <brobecker@gnat.com>
968
969 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
970 procfs appears to be broken when debugging on multi-processor
971 machines. So enable software single stepping in order to avoid
972 using the procfs interface to do next/step operations, using
973 internal breakpoints instead.
974
975 * infrun.c (handle_inferior_event): Readjust the stop_pc by
976 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
977 make this pc address equal to the value it would have if the
978 system stepping capability was used. Also set a new flag used
979 to ensure that we don't readjust the PC one more time later.
980
981 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
982 address by DECR_PC_AFTER_BREAK when software single step is
983 in use for this architecture, as this has already been taken
984 care of in handle_inferior_event().
985
986 2002-08-16 Joel Brobecker <brobecker@gnat.com>
987
988 * infrun.c (handle_inferior_event): Minor reformatting, to make
989 a rather long condition expression easier to read.
990
991 2002-08-16 Andrew Cagney <ac131313@redhat.com>
992
993 * Makefile.in (gdbtk.o): Move to end of file.
994 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
995 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
996 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
997 (gdbtk-wrapper.o, gdbres.o): Ditto.
998
999 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1000
1001 * Makefile.in (copying.o): Separate out compile rule.
1002 (hpux-thread.o, procfs.o, signals.o): Ditto.
1003 (v850ice.o, z8k-tdep.o): Ditto.
1004 (tui-file.o): Move to TUI section.
1005 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1006 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1007
1008 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1009
1010 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1011 skip_trampoline_code, for better namespace-proofing.
1012
1013 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1014
1015 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1016
1017 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1018
1019 2002-08-16 Joel Brobecker <brobecker@gnat.com>
1020
1021 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1022 signal, check whether we hit a breakpoint before checking for a
1023 single step breakpoint. Otherwise, GDB fails to notice that a
1024 breakpoint has been hit when stepping onto a breakpoint.
1025
1026 2002-08-16 Keith Seitz <keiths@redhat.com>
1027
1028 * gdb-events.sh (clear_gdb_event_hooks): New function.
1029 * gdb-events.c: Regenerate.
1030 * gdb-events.h: Regenerate.
1031
1032 2002-08-16 Andrew Cagney <ac131313@redhat.com>
1033
1034 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1035 not_a_sw_breakpoint.
1036 * breakpoint.h (bpstat_stop_status): Add parameter names.
1037
1038 2002-08-16 Grace Sainsbury <graces@redhat.com>
1039
1040 * remote.c (remote_insert_hw_breakpoint)
1041 (remote_remove_hw_breakpoint): Fix calculation of length field
1042 for Z-packet.
1043
1044 2002-08-15 Michael Snyder <msnyder@redhat.com>
1045
1046 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1047 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1048 (supply_fpregset): Ditto.
1049
1050 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1051 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1052 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
1053 (TARGET_READ_SP): Delete.
1054 (DO_REGISTERS_INFO): Delete.
1055 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1056 Delete.
1057 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1058 from macros to functions.
1059
1060 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1061 (mips_register_convertible, mips_register_convert_to_virtual,
1062 mips_register_convert_to_raw): Make static.
1063 (mips_read_sp): New function.
1064 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1065 (mips_do_registers_info): Make static.
1066 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1067 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1068 (mips_register_convert_from_type, mips_register_convert_to_type):
1069 New functions.
1070 (mips_gdbarch_init): Set up function_start_offset,
1071 register_virtual_size, pc_in_sigtramp.
1072
1073 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1074
1075 * infcmd.c (vector_info): New function.
1076 (_initialize_infcmd): Add command "info vector".
1077 (print_vector_info): New function.
1078
1079 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1080 * gdbarch.h, gdbarch.c: Regenerate.
1081
1082 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1083
1084 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1085 ``print_all''. Only print vector registers when ``print_all''.
1086
1087 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1088
1089 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1090 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1091
1092 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1093 Add `args' parameter.
1094 * gdbarch.h, gdbarch.c: Regenerate.
1095
1096 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1097
1098 * infcmd.c (float_info): Call print_float_info.
1099 (print_float_info): New function. By default, print the
1100 floating-point registers.
1101
1102 * arch-utils.h (default_print_float_info): Delete declaration.
1103 * arch-utils.c (default_print_float_info): Delete function.
1104
1105 2002-08-16 Mark Kettenis <kettenis@gnu.org>
1106
1107 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1108 out define.
1109
1110 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1111 FRAME.
1112
1113 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1114 * configure.host: Make i[3456]86-*-aix host obsolete.
1115 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1116 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1117 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1118 config/i386/xm-i386aix.h: Make files obsolete.
1119 * i386aix-nat.c: Make file obsolete.
1120 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1121 (i386aix-nat.o): Make target obsolete.
1122
1123 * config/i386/nm-gnu.h: Removed.
1124 * config/i386/nm-i386gnu.h: New file.
1125 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1126 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1127 Moved here from ...
1128 * config/i386/tm-i386gnu.h: ... here. Removed.
1129 * config/i386/xm-i386gnu.h: Removed.
1130 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1131 (NAT_FILE): Set to nm-i386gnu.h.
1132 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1133 * i386-tdep.c: New file.
1134 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1135 (i386gnu-tdep.o): Specify dependencies.
1136
1137 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1138
1139 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1140 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1141 Adjust a few comments to reflect reality a bit closer.
1142 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1143 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1144 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1145 target_insert_watchpoint, target_remove_watchpoint):
1146 Move defines to ...
1147 * config/i386/nm-i386sco5.h: ... here.
1148 (kernel_u_size): Add prototype. Improve a few comments and add
1149 protection against multiple inclusion.
1150
1151 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1152 out define.
1153
1154 * uw-thread.c (SP_ARG0): Define if not already defined.
1155 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1156
1157 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1158
1159 * config/i386/tm-i386.h: Don't include "regcache.h".
1160
1161 * i387-tdep.h (i387_print_float_info): New prototype.
1162 * i387-tdep.c (print_i387_value, print_i387_ext,
1163 print_i387_status_word, print_i387_control_word): Add `struct
1164 ui_file *' argument and use it for output.
1165 (i387_print_float_info): Renamed from i387_float_info. Add
1166 `struct gdbarch *' and `struct ui_file *' arguments and use the
1167 latter for output.
1168 * i386-tdep.c: Include "i387-tdep.h".
1169 (i386_gdbarch_init): Set print_float_info.
1170 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1171 (FLOAT_INFO): Remove define.
1172
1173 2002-08-13 Michael Snyder <msnyder@redhat.com>
1174
1175 * mips-tdep.c (mips_push_arguments): Rename to
1176 mips_eabi_push_arguments, and tune for EABI.
1177 (MIPS_REGS_HAVE_HOME_P): Delete.
1178 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1179 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1180 Delete references to mips_regs_have_home_p.
1181
1182 2002-08-14 Keith Seitz <keiths@redhat.com>
1183
1184 * Makefile.in (install-gdbtk): Create insight plugin directory.
1185 Install plugins.tcl file.
1186
1187 2002-08-14 Keith Seitz <keiths@redhat.com>
1188
1189 * configure.in: Move SUBDIRS to near top of the file so that
1190 --enable options may add things to it.
1191 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1192 * configure: Regenerate.
1193
1194 2002-08-13 Michael Snyder <msnyder@redhat.com>
1195
1196 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1197 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1198 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1199
1200 2002-08-13 Andrew Cagney <ac131313@redhat.com>
1201
1202 * vax-tdep.c (vax_get_saved_register): Delete function.
1203 (vax_gdbarch_init): Update.
1204 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1205 (ns32k_gdbarch_init): Update.
1206 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1207 (alpha_gdbarch_init): Update.
1208
1209 2002-08-13 Andrew Cagney <cagney@redhat.com>
1210
1211 * regcache.c (init_regcache_descr): Overallocate the
1212 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1213 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1214 nr_raw_registers.
1215 (set_register_cached): Add range checking assertions. Use
1216 current_regcache.
1217
1218 2002-08-13 Mark Kettenis <kettenis@gnu.org>
1219
1220 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1221 numbers for MMX registers.
1222
1223 2002-08-13 Andrew Cagney <cagney@redhat.com>
1224
1225 * i386-tdep.c (i386_gdbarch_init): Use
1226 generic_unwind_get_saved_register.
1227
1228 2002-08-13 Kevin Buettner <kevinb@redhat.com>
1229
1230 * procfs.c (procfs_can_use_hw_breakpoint): New function.
1231 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1232 target vector.
1233 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1234 Delete. Add comment regarding this now-deleted target method.
1235
1236 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1237
1238 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1239 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1240 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1241 real PC and the page number (if it's within the memory bank window).
1242 (m68hc11_pseudo_register_write): Likewise when saving.
1243 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1244 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1245 (m68hc11_register_raw_size): And use 32-bit for it.
1246 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1247 16K memory bank is used by the prog; also use the virtual pc.
1248
1249 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1250
1251 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1252 (m68hc11_gdbarch_init): Install it in gdbarch.
1253 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1254 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1255 (MSYMBOL_SIZE): New for documentation.
1256 (insn_return_kind): Enum to specify how a function returns.
1257 (frame_extra_info): Cleanup and record the return mode.
1258 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
1259 register in address computation.
1260 (m68hc11_get_return_insn): New to obtain the return instruction used
1261 by the function.
1262 (m68hc11_frame_init_saved_regs): Take into account the return
1263 instruction used by the function for far and interrupt functions.
1264 (m68hc11_init_extra_frame_info): Take into account page register.
1265 (m68hc11_frame_args_address): Adjust according to the return mode.
1266 (show_regs): Print page register only when it's used.
1267
1268 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1269
1270 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1271 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1272 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1273 registers.
1274 (m68hc11_register_raw_size): Likewise.
1275
1276 2002-08-13 Andrew Cagney <cagney@redhat.com>
1277
1278 * i386-tdep.c (i386_register_name): Handle mmx registers.
1279 (mmx_regnum_p): New function.
1280 (i386_mmx_names): New array.
1281 (mmx_num_regs): New variable.
1282 (i386_pseudo_register_read): New function.
1283 (i386_pseudo_register_write): New function.
1284 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1285
1286 * regcache.c (regcache_raw_read_unsigned): New function.
1287 (regcache_raw_read_signed): New function.
1288 * regcache.h (regcache_raw_read_unsigned): Declare.
1289 (regcache_raw_read_signed): Declare.
1290
1291 2002-08-13 Andrew Cagney <cagney@redhat.com>
1292
1293 * regcache.c (regcache_raw_read_as_address): Delete function.
1294 (regcache_cooked_read_signed): New function.
1295 (regcache_cooked_read_unsigned): New function.
1296 * regcache.h (regcache_cooked_read_signed): Declare.
1297 (regcache_cooked_read_unsigned): Declare.
1298 (regcache_raw_read_as_address): Delete declaration.
1299
1300 * blockframe.c (generic_read_register_dummy): Use
1301 regcache_cooked_read_unsigned.
1302 * i386-tdep.c (i386_extract_struct_value_address): Use
1303 regcache_cooked_read_unsigned.
1304
1305 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1306
1307 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1308 double sizes according to ELF ABI flags.
1309 (gdbarch_tdep): Record elf_flags.
1310
1311 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1312
1313 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1314 (m6812_prolog): They can appear in 68HC12 function prologue.
1315 (m68hc11_frame_chain): Cleanup.
1316
1317 2002-08-12 Andrew Cagney <cagney@redhat.com>
1318
1319 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1320 declarations.
1321 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1322 (i386_linux_register_raw_size): Delete function.
1323 (i386_linux_init_abi): Update.
1324 * i386-tdep.c (i386_register_raw_size): Delete function.
1325 (i386_register_byte): Delete function.
1326 (i386_gdbarch_init): Update.
1327 (i386_register_size): Delete array.
1328 (i386_register_offset): Delete array.
1329
1330 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1331 (REGISTER_RAW_SIZE): Delete macro.
1332 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1333 (REGISTER_BYTE): Delete macro.
1334
1335 2002-08-11 Aidan Skinner <aidan@velvet.net>
1336
1337 * ada-lang.c (ada_lookup_partial_symbol)
1338 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1339 prototype names so that grep ^func works properly.
1340
1341 * ada-lang.c (ada_array_element_type)
1342 (ada_lookup_partial_symbol): Fix typos in parameter list.
1343
1344 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1345 Fix prototype names so that grep ^func works properly.
1346
1347 2002-08-10 Andrew Cagney <cagney@redhat.com>
1348 Elena Zannoni <ezannoni@redhat.com>
1349 Martin M. Hunt <hunt@redhat.com>
1350
1351 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1352 (build_builtin_type_vec128i): Set the vector bit.
1353 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1354 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1355 (build_builtin_type_vec64): New function.
1356 (build_builtin_type_vec64i): New function.
1357 (build_gdbtypes): Initialize builtin_type_vec64 and
1358 builtin_type_vec64i.
1359
1360 2002-08-09 Andrew Cagney <cagney@redhat.com>
1361
1362 * regcache.c (regcache_dump): Compare the register offset
1363 with REGISTER_BYTE.
1364 * arch-utils.c (generic_register_byte): New function.
1365 * arch-utils.h (generic_register_byte): Declare.
1366 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1367 * gdbarch.h, gdbarch.c: Regenerate.
1368
1369 2002-08-09 Andrew Cagney <cagney@redhat.com>
1370
1371 * regcache.c: Include "gdbcmd.h"
1372 (_initialize_regcache): Add commands "maintenance print
1373 registers", "maintenance print raw-registers" and "maintenance
1374 print cooked-registers".
1375 (enum regcache_dump_what): Define.
1376 (dump_endian_bytes): New function.
1377 (regcache_dump): New function.
1378 (regcache_print): New function.
1379 (maintenance_print_registers): New function.
1380 (maintenance_print_raw_registers): New function.
1381 (maintenance_print_cooked_registers): New function.
1382 * Makefile.in (regcache.o): Update dependencies.
1383
1384 2002-08-09 Michael Snyder <msnyder@redhat.com>
1385
1386 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1387 (mips_push_arguments): Correct some comments. Use paddr_nz
1388 for printing addresses in debug output. Replace static
1389 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1390 (mips_n32n64_push_arguments): New function, cloned from
1391 mips_push_arguments and tuned for the n32/n64 ABI.
1392 (mips_push_register): Buffer needs dynamic allocation.
1393 (mips_print_register): Ditto.
1394 (do_gp_register_row): Ditto.
1395 (mips_store_return_value): Ditto.
1396 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1397
1398 2002-08-09 Don Howard <dhoward@redhat.com>
1399
1400 * memattr.c (mem_info_command): Print special case of upper bound
1401 as max CORE_ADDR + 1.
1402
1403 2002-08-08 Michael Snyder <msnyder@redhat.com>
1404
1405 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1406 returns structs by ref if they're too big to fit in two registers.
1407
1408 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1409
1410 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1411 saved regs value.
1412 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1413 mips_find_saved_regs().
1414 (mips_pop_frame): Likewise.
1415
1416 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1417
1418 * blockframe.c (frame_saved_regs_register_unwind): Revise
1419 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1420 frames are in use.
1421
1422 2002-08-09 Grace Sainsbury <graces@redhat.com>
1423
1424 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1425 T-packets; the 'a' is not taken as a register number.
1426 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1427 (remote_stopped_data_address): New functions; add to target
1428 vector.
1429 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1430 prototypes to match other implementations of this
1431 function. replace integer argument with pointer -- the length
1432 field in the Z-packet is the length of what is pointed to or 1 if
1433 pointer is null. Add to target vector.
1434 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1435 target vector.
1436
1437 From Mark Salter:
1438 * remote.c (remote_wait): Add support to extract optional
1439 watchpoint information from T-packet. Ignore unrecognized
1440 optional info in T-packet.
1441 (remote_async_wait): Ditto.
1442
1443 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
1444
1445 * cli/cli-dump.c: Change fopen modes to use binary open modes
1446 as defined in include/fopen-bin.h throughout.
1447
1448 2002-08-08 Michael Snyder <msnyder@redhat.com>
1449
1450 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1451
1452 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1453
1454 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1455 assertion failure by returning early after a warning.
1456
1457 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1458
1459 * mips-tdep.c (mips_find_saved_regs): Make static.
1460 (mips_frame_init_saved_regs): New function.
1461 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1462 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1463 (mips_find_saved_regs): Delete declaration.
1464
1465 2002-08-08 Grace Sainsbury <graces@redhat.com>
1466
1467 * remote.c (remote_wait, remote_async_wait): Change
1468 thread_num from int to ULONGEST.
1469 (unpack_varlen_hex): Change result parameter from
1470 int * to ULONGEST *.
1471
1472 2002-08-08 Andrew Cagney <ac131313@redhat.com>
1473
1474 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1475 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1476 powerpc*-*-*.
1477 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1478
1479 2002-08-08 Andrew Cagney <cagney@redhat.com>
1480
1481 * gcore.c (override_derive_stack_segment): Delete variable.
1482 (preempt_derive_stack_segment): Delete function.
1483 (derive_stack_segment): Delete function.
1484 (default_derive_stack_segment): Renamed to derive_stack_segment.
1485 (override_derive_heap_segment): Delete variable.
1486 (preempt_derive_heap_segment): Delete function.
1487 (derive_heap_segment): Delete function.
1488 (default_derive_heap_segment): Rename to derive_heap_segment.
1489
1490 2002-08-06 Michael Snyder <msnyder@redhat.com>
1491
1492 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1493 * mips-tdep.c (mips_EABI_use_struct_convention,
1494 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1495 New functions. (mips_use_struct_convention): Delete.
1496 (mips_gdbarch_init): set use_gdbarch_convention.
1497
1498 2002-08-06 Michael Snyder <msnyder@redhat.com>
1499
1500 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1501 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1502 mips_o32_reg_struct_has_addr): New functions.
1503 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1504
1505 2002-08-07 Andrew Cagney <ac131313@redhat.com>
1506
1507 * regcache.c (pseudo_register): Delete function.
1508 (fetch_register): Delete function.
1509 (store_register): Delete function.
1510 (regcache_raw_read, legacy_read_register_gen): Use
1511 target_fetch_registers instead of fetch_register.
1512 (legacy_write_register_gen, regcache_raw_write): Use
1513 target_store_register instead of store_register.
1514 (write_register_bytes): Ditto.
1515
1516 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1517 (STORE_PSEUDO_REGISTER): Delete.
1518 * gdbarch.h, gdbarch.c: Regenerate.
1519
1520 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
1521
1522 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1523 write dump file binary.
1524
1525 2002-08-05 Michael Snyder <msnyder@redhat.com>
1526
1527 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1528 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1529 (mips_gdbarch_init): Set N32 target to be mips64.
1530
1531 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1532
1533 * frame.c (find_saved_register): Break out of loop once saved
1534 register address is found. Don't mention sparc in loop comment
1535 anymore.
1536
1537 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1538
1539 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1540 mips_default_saved_regsize to 8.
1541
1542 2002-08-06 Andrew Cagney <ac131313@redhat.com>
1543
1544 * gcore.c: Do not include <sys/procfs.h>.
1545 * Makefile.in (gcore.o): Update dependencies.
1546
1547 2002-08-06 Andrew Cagney <cagney@redhat.com>
1548
1549 * configure.tgt: Make arc-*-* obsolete.
1550 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1551 * MAINTAINERS: Make arc-elf obsolete.
1552 * arc-tdep.c: Make file obsolete.
1553 * config/arc/arc.mt: Ditto.
1554 * config/arc/tm-arc.h: Ditto.
1555
1556 2002-08-05 Theodore A. Roth <troth@verinet.com>
1557
1558 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1559
1560 2002-08-05 Andrew Cagney <ac131313@redhat.com>
1561
1562 * mcore-tdep.c (mcore_gdbarch_init): Use
1563 generic_unwind_get_saved_register instead of
1564 generic_get_saved_register.
1565 * v850-tdep.c (v850_gdbarch_init): Ditto.
1566 * frv-tdep.c (frv_gdbarch_init): Ditto.
1567 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1568 * s390-tdep.c (s390_gdbarch_init): Ditto.
1569 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1570 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1571 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1572
1573 2002-08-05 Joel Brobecker <brobecker@gnat.com>
1574
1575 * objfiles.h: Add missing #include "symfile.h"
1576
1577 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1578
1579 2002-08-04 Andrew Cagney <ac131313@redhat.com>
1580
1581 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1582 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1583 of FIELD_BITSIZE.
1584
1585 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
1586
1587 * NEWS: Cleanup and nitpick.
1588
1589 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1590
1591 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1592
1593 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1594
1595 * Makefile.in (gdbtk-bp.o): Update dependencies.
1596 (gdbtk-register.o): Ditto.
1597 (gdbtk-varobj.o): Ditto.
1598
1599 2002-08-03 Andrew Cagney <cagney@redhat.com>
1600
1601 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1602 m68hc11_fetch_pseudo_register.
1603 (m68hc11_pseudo_register_write): Replace
1604 m68hc11_store_pseudo_register.
1605 (m68hc11_gdbarch_init): Update.
1606
1607 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1608
1609 * gdbarch.sh: Include "gdb_string.h".
1610 * gdbarch.c: Regenerate.
1611
1612 * regcache.c: Include "gdb_string.h".
1613 * ax-general.c: Ditto.
1614 * varobj.c: Ditto.
1615 * std-regs.c: Ditto.
1616 * fbsd-proc.c: Ditto.
1617 * thread.c: Ditto.
1618
1619 * Makefile.in (regcache.o): Update dependencies.
1620 (thread.o, gdbarch.o): Ditto.
1621 (ax-general.o, gdbarch.o): Ditto.
1622 (varobj.o, std-regs.o): Ditto.
1623 (fbsd-proc.o): Specify dependencies.
1624
1625 2002-08-02 Andrew Cagney <cagney@redhat.com>
1626
1627 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1628 regnum.
1629 (regcache_cooked_write): Ditto.
1630
1631 2002-08-02 Andrew Cagney <ac131313@redhat.com>
1632
1633 * regcache.c (regcache_cooked_read): New function.
1634 (regcache_cooked_write): New function.
1635 (read_register_gen): Rewrite using regcache_cooked_read.
1636 (write_register_gen): Rewrite using regcache_cooked_write.
1637
1638 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1639 Declare.
1640
1641 2002-08-02 Andrew Cagney <cagney@redhat.com>
1642
1643 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1644 Replace the architecture methods register_read and register_write.
1645 * gdbarch.h, gdbarch.c: Regenerate.
1646 * regcache.c (init_regcache_descr): Update.
1647 (read_register_gen): Update.
1648 (write_register_gen): Update.
1649 (supply_register): Update comment.
1650
1651 * sh-tdep.c (sh_gdbarch_init): Update.
1652 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1653 `regcache' and `gdbarch' parameters. Make `buffer' a void
1654 pointer. Update code.
1655 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1656 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1657 void pointer. Update code.
1658 (sh64_register_write): Delete.
1659 (sh4_register_read): Delete.
1660 (sh64_register_read): Delete.
1661 (sh4_register_write): Delete.
1662 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1663 void pointer, `to' parameter a void pointer.
1664 (sh_sh64_register_convert_to_raw): Ditto.
1665
1666 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1667
1668 * mips-tdep.c (mips_register_virtual_type): Use architecture
1669 invariant return values.
1670
1671 2002-08-01 Andrew Cagney <cagney@redhat.com>
1672
1673 * linux-proc.c: Include "gdb_string.h".
1674 * Makefile.in (linux-proc.o): Update dependency list.
1675
1676 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1677
1678 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1679 comment.
1680
1681 2002-08-01 Grace Sainsbury <graces@redhat.com>
1682
1683 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1684 to_insert_watchpoint, to_remove_watchpoint,
1685 to_stopped_by_watchpoint, to_stopped_data_address,
1686 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1687 target vecctor. Define their corresponding macros so they call
1688 them.
1689
1690 * target.c: Add default and debug versions of for
1691 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1692 to_insert_watchpoint, to_remove_watchpoint,
1693 to_stopped_by_watchpoint, to_stopped_data_address,
1694 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1695
1696 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1697
1698 * mips-tdep.c (mips_register_virtual_type): New function.
1699 (mips_gdbarch_init): Register mips_register_virtual_type()
1700 with gdbarch machinery.
1701 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1702 this file instead of tm-bigmips.h.
1703 (MIPS_REGSIZE): Delete this macro.
1704 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1705 multiarch version in mips-tdep.c will be found.
1706
1707 2002-08-01 Andrew Cagney <cagney@redhat.com>
1708
1709 * NEWS: Menion that CHILL has been made obsolete.
1710
1711 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1712 * stabsread.c (read_range_type): Ditto.
1713 * gdbtypes.h: Ditto.
1714 * language.c (binop_type_check): Ditto.
1715 (binop_result_type): Ditto.
1716 (integral_type): Ditto.
1717 (character_type): Ditto.
1718 (string_type): Ditto.
1719 (boolean_type): Ditto.
1720 (structured_type): Ditto.
1721 (lang_bool_type): Ditto.
1722 (binop_type_check): Ditto.
1723 * language.h (_LANG_chill): Ditto.
1724 * dwarfread.c (set_cu_language): Ditto.
1725 * dwarfread.c (CHILL_PRODUCER): Ditto.
1726 * dwarfread.c (handle_producer): Ditto.
1727 * expression.h (enum exp_opcode): Ditto.
1728 * eval.c: Ditto for comments.
1729 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1730 * expprint.c (print_subexp): Ditto.
1731 (print_subexp): Ditto.
1732 * valops.c (value_cast): Ditto.
1733 (search_struct_field): Ditto.
1734 * value.h (COERCE_VARYING_ARRAY): Ditto.
1735 * symfile.c (init_filename_language_table): Ditto.
1736 (add_psymbol_with_dem_name_to_list): Ditto.
1737 * valarith.c (value_binop): Ditto.
1738 (value_neg): Ditto.
1739 * valops.c (value_slice): Ditto.
1740 * symtab.h (union language_specific): Ditto.
1741 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1742 (SYMBOL_DEMANGLED_NAME): Ditto.
1743 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1744 * defs.h (enum language): Ditto.
1745 * symtab.c (got_symtab): Ditto.
1746 * utils.c (fprintf_symbol_filtered): Ditto.
1747
1748 * ch-typeprint.c: Make file obsolete.
1749 * ch-valprint.c: Make file obsolete.
1750 * ch-lang.h: Make file obsolete.
1751 * ch-exp.c: Make file obsolete.
1752 * ch-lang.c: Make file obsolete.
1753
1754 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1755 CHILL_LIB.
1756 (TARGET_FLAGS_TO_PASS): Ditto.
1757 (CHILLFLAGS): Obsolete.
1758 (CHILL): Obsolete.
1759 (CHILL_FOR_TARGET): Obsolete.
1760 (CHILL_LIB): Obsolete.
1761 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1762 ch-valprint.c.
1763 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1764 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1765 ch-lang.o.
1766 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1767 targets.
1768
1769 2002-07-31 Joel Brobecker <brobecker@gnat.com>
1770
1771 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1772 This does not change anything at the moment, but will be helpful
1773 later when full Ada support is integrated.
1774
1775 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1776
1777 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1778 help message.
1779
1780 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1781
1782 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1783 and save it in a local variable. Use variable in later test.
1784
1785 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1786
1787 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1788 test. (Thanks to Daniel Jacobowitz.)
1789
1790 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1791
1792 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1793 (mips_abi_strings): Add "n64".
1794 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1795
1796 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1797
1798 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1799 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1800
1801 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1802
1803 * utils.c (host_pointer_to_address, address_to_host_pointer):
1804 Use gdb_assert() instead of explicit call to internal_error().
1805
1806 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1807
1808 * Makefile.in (rs6000-nat.o): Update dependencies.
1809
1810 From Nicholas Duffek:
1811 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1812 (aix-thread.o): New rule.
1813 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1814 * config/powerpc/aix432.mh: New file.
1815
1816 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1817
1818 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1819 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1820 (fetch_core_registers, ppc_linux_supply_gregset)
1821 (ppc_linux_supply_fpregset): New functions.
1822 (ppc_linux_regset_core_fns): New.
1823 (_initialize_ppc_linux_tdep): Call add_core_fns.
1824 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1825 and ppc_linux_supply_gregset.
1826 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1827 (supply_fpregset): Call ppc_linux_supply_fpregset.
1828 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1829 corelow.o.
1830 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1831
1832 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1833
1834 * symtab.c (lookup_symbol): Demangle before lowercasing.
1835
1836 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1837
1838 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1839 declaration.
1840 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1841 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1842 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1843 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1844 "gdb_string.h".
1845 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1846 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1847 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1848 (avr-tdep.o, mon960-rom.o): Ditto.
1849 (aout_stabs_gnu_h): Define.
1850 (symtab_h): Remove $(gdb_obstack_h).
1851
1852 2002-07-30 Jim Blandy <jimb@redhat.com>
1853
1854 Patch from David Carlton <carlton@math.stanford.edu>:
1855 * gdbinit.in: Move the `dir' commands that add GDB's own source
1856 directory to the search path to the end, so that the `gdb' source
1857 directory will be searched first.
1858
1859 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1860
1861 * gdb_obstack.h: New file.
1862 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1863 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1864 * objfiles.h: Include "gdb_obstack.h".
1865 * Makefile.in (gdb_obstack_h): Define.
1866 (symtab_h): Add $(gdb_obstack_h).
1867 (objfiles_h): Add $(gdb_obstack_h).
1868
1869 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1870 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1871 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1872 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1873 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1874 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1875 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1876 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1877
1878 * Makefile.in (bcache.o): Update dependencies.
1879 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1880 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1881 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1882 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1883 (stabsread.o, symfile.o, symmisc.o): Ditto.
1884 (symtab.o, typeprint.o, macroexp.o): Ditto.
1885 (macrotab.o, mdebugread.o): Ditto.
1886 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1887 (coff_ecoff_h, aout_aout64_h): Define.
1888 (aout_stabs_gnu_h, libaout_h): Define.
1889
1890 2002-07-29 Andrew Cagney <cagney@redhat.com>
1891
1892 * regcache.c (struct regcache_descr): Rename nr_registers to
1893 nr_cooked_registers. Revise comments describing the structure
1894 member fields.
1895 (init_regcache_descr): Update.
1896 (init_legacy_regcache_descr): Update.
1897 (read_register_gen, write_register_gen): When a cooked register in
1898 the raw register range, directly access the value from the raw
1899 register cache.
1900
1901 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1902
1903 * z8k-tdep.c: Do not include "obstack.h".
1904 * h8300-tdep.c, h8500-tdep.c: Ditto.
1905 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1906 * valprint.c, v850-tdep.c: Ditto.
1907 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1908 * mn10200-tdep.c: Ditto.
1909
1910 * Makefile.in (z8k-tdep.o): Update dependencies.
1911 (m68hc11-tdep.o, valprint.o): Ditto.
1912 (v850-tdep.o, d10v-tdep.o): Ditto.
1913 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1914 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1915 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1916 (sh_opc_h, gdb_sim_sh_h): Define.
1917 (elf_sh_h, elf_bfd_h): Define.
1918 (opcode_m68hc11_h): Define.
1919 (OPCODES_SRC, OPCODES_DIR): define.
1920 (OPCODES): Use $(OPCODES_DIR).
1921 (gdb_sim_d10v_h): Rename sim_d10v_h.
1922 (gdb_sim_arm_h): Rename sim_arm_h.
1923
1924 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1925
1926 * utils.c (host_pointer_to_address, address_to_host_pointer):
1927 Change internal_error() message to indicate function responsible
1928 for the error.
1929
1930 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1931
1932 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1933 calls to local_hex_string_custom().
1934
1935 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1936
1937 * irix5-nat.c: Move IRIX shared library support from here...
1938 * solib-irix.c: ...to here. Revised substantially to work with
1939 generic solib framework.
1940
1941 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1942 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1943 * mips-irix-tdep.c: New file.
1944
1945 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1946 (mips-irix-tdep.o, solib-irix.o): New rules.
1947 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1948 solib-irix.o.
1949 * config/mips/irix6.mt (TDEPFILES): Likewise.
1950 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1951
1952 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1953
1954 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1955 disabled (via ``#if 0'') includes.
1956
1957 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1958
1959 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1960 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1961 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1962 Add support for the fpscr register.
1963 * rs6000-nat.c (regmap, fetch_inferior_registers)
1964 (store_inferior_registers, fetch_core_registers): Likewise.
1965
1966 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1967
1968 * rs6000-nat.c (language.h): Include.
1969 (special_regs): Delete this array.
1970 (regmap): New function.
1971 (fetch_register, store_register): Use regmap() to map gdb
1972 register numbers to ptrace register numbers. Also, use
1973 outputs from regmap() to make decisions regarding type of
1974 ptrace() call to make. In particular, don't compare against
1975 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1976 (fetch_inferior_registers, store_inferior_registers): Where
1977 possible, obtain register numbers from tdep struct. Don't
1978 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1979 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1980 (LAST_UISA_SP_REGNUM): Delete.
1981
1982 2002-07-25 Kevin Buettner <kevinb@redhat.com>
1983
1984 * rs6000-nat.c (ppc-tdep.h): Include.
1985 (fetch_registers, store_register, fetch_core_registers): Don't
1986 access registers[] directly. Instead, use supply_register() or
1987 regcache_collect() as appropriate.
1988 (find_toc_address): Format hex address with local_hex_string().
1989
1990 2002-07-25 Andrew Cagney <ac131313@redhat.com>
1991
1992 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1993 bfd/elf32-frv.c.
1994
1995 2002-07-24 Tom Tromey <tromey@redhat.com>
1996
1997 * jv-exp.y: Marked all strings with _().
1998 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1999 internal_error.
2000 (MethodInvocation, CastExpression, parse_number, yyerror,
2001 java_type_from_name, push_expression_name, yylex): Typo fixes.
2002
2003 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
2004
2005 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2006 (tee_file_flush, tee_file_write, tee_file_fputs)
2007 (tee_file_isatty): New.
2008 * ui-file.h (tee_file_new): Add prototype.
2009
2010 2002-07-24 Aidan Skinner <aidan@velvet.net>
2011
2012 * ada-lang.c: Change k&r style function definitions to prototyped
2013 form.
2014 * ada-typeprint.c: Change k&r style function definitions to prototyped
2015 form.
2016 * ada-valprint.c: Change k&r style function definitions to prototyped
2017 form.
2018
2019 2002-07-24 Andrew Cagney <cagney@redhat.com>
2020
2021 * README: Remove reference to remote-bug.
2022 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2023 remote-bug.c.
2024 (m88k-nat.o): Delete rule.
2025 (m88k-tdep.o): Delete rule.
2026 (remote-bug.o): Delete rule.
2027 * MAINTAINERS: Mark as obsolete.
2028 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2029 * m88k-tdep.c: Make file obsolete.
2030 * config/m88k/m88k.mh: Ditto.
2031 * config/m88k/delta88v4.mh: Ditto.
2032 * config/m88k/delta88v4.mt: Ditto.
2033 * config/m88k/delta88.mt: Ditto.
2034 * config/m88k/delta88.mh: Ditto.
2035 * remote-bug.c: Ditto.
2036 * config/m88k/tm-delta88.h: Ditto.
2037 * config/m88k/nm-delta88v4.h: Ditto.
2038 * config/m88k/xm-delta88.h: Ditto.
2039 * config/m88k/xm-dgux.h: Ditto.
2040 * config/m88k/tm-m88k.h: Ditto.
2041 * config/m88k/nm-m88k.h: Ditto.
2042 * config/m88k/tm-delta88v4.h: Ditto.
2043 * m88k-nat.c: Ditto.
2044 * cxux-nat.c: Ditto.
2045 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2046 and m88*-*-* obsolete.
2047 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2048 m88*-*-* obsolete.
2049
2050 2002-07-24 Andrew Cagney <cagney@redhat.com>
2051
2052 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2053 constant. Same for local pointer variables.
2054 (extract_signed_integer): Ditto.
2055 * defs.h (extract_unsigned_integer): Update.
2056 (extract_signed_integer): Update.
2057
2058 2002-07-24 Andrew Cagney <cagney@redhat.com>
2059
2060 * regcache.c (regcache_raw_write): Change buf parameter to a
2061 constant void pointer.
2062 (regcache_raw_read): Change buf parameter to a void pointer.
2063 (legacy_write_register_gen): Change myaddr parameter a constant
2064 void pointer.
2065 (supply_register): Change val parameter to a const void pointer.
2066 * regcache.h (regcache_raw_write): Update declaration.
2067 (regcache_raw_read): Update declaration.
2068 (supply_register): Update declaration.
2069
2070 2002-07-24 Tom Tromey <tromey@redhat.com>
2071
2072 * defs.h (gdb_readline_wrapper): Declare.
2073 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2074 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2075 * top.c (gdb_readline_wrapper): New function.
2076 (command_line_input): Use it.
2077
2078 2002-07-24 Andrew Cagney <cagney@redhat.com>
2079
2080 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2081 regcache_read and regcache_write.
2082 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2083 * regcache.c: Update.
2084 * sh-tdep.c (sh64_push_arguments): Update comment.
2085 (sh_pseudo_register_read): Update.
2086 (sh_pseudo_register_write): Update.
2087 (sh4_register_read): Update.
2088 (sh4_register_write): Update.
2089 (sh64_pseudo_register_read): Update.
2090 (sh64_pseudo_register_write): Update.
2091 (sh64_register_read): Update.
2092 (sh64_register_write): Update.
2093 * i386-tdep.c (i386_extract_return_value): Update.
2094 (i386_extract_struct_value_address): Update.
2095 (i386_extract_return_value): Update.
2096 * blockframe.c (generic_read_register_dummy): Update.
2097 (generic_call_dummy_register_unwind): Update
2098 * infrun.c (write_inferior_status_register): Update.
2099
2100 2002-07-23 Jim Blandy <jimb@redhat.com>
2101
2102 * parser-defs.h (expression_context_pc): Make this extern.
2103 (Thanks to Michael Snyder.)
2104
2105 2002-07-23 Andrew Cagney <ac131313@redhat.com>
2106
2107 GDB 5.2.1 released from 5.2 branch.
2108 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2109 * README: Update to mention 5.2.1.
2110
2111 2002-07-23 Mark Salter <msalter@redhat.com>
2112
2113 * remote.c (remote_read_bytes): Fix check for error.
2114
2115 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2116
2117 * aix-thread.c (language.h): Include.
2118 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2119 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2120 Print newlines at end of debug messages.
2121 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2122 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2123
2124 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2125
2126 * aix-thread.c (ppc-tdep.h): Include.
2127 (special_register_p): New function.
2128 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2129 (store_regs_user_thread): Use register number information from
2130 gdbarch_tdep struct instead of hardcoded offsets relative to
2131 FIRST_UISA_SP_REGNUM.
2132 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2133 special_register_p() instead of using FPLAST_REGNUM and
2134 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2135 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2136 will be MQ's register number.
2137
2138 2002-07-22 Michael Snyder <msnyder@redhat.com>
2139
2140 * aix-thread.c (ops): Rename to aix_thread_ops.
2141 (base_ops): Rename to base_target.
2142 (ops_attach): Rename to aix_thread_attach.
2143 (ops_detach): Rename to aix_thread_detach.
2144 (ops_resume): Rename to aix_thread_detach.
2145 (ops_wait): Rename to aix_thread_wait.
2146 (ops_kill): Rename to aix_thread_kill.
2147 (init_ops): Rename to init_aix_thread_ops.
2148 (ops_fetch_register): Rename to aix_thread_fetch_register.
2149 (ops_store_register): Rename to aix_thread_store_register.
2150 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2151 (ops_thread_alive): Rename to aix_thread_thread_alive.
2152 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2153 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2154 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2155 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2156 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2157 (store_regs_lib): Rename to store_regs_user_thread.
2158 (store_regs_kern): Rename to store_regs_kernel_thread.
2159
2160 2002-07-22 Michael Snyder <msnyder@redhat.com>
2161
2162 * aix-thread.c (ops_prepare_to_store): Eliminate.
2163 (init_ops): Don't initialize ops.prepare_to_store.
2164 (store_regs_kern): Pre-fetch register buffers from child,
2165 because some registers may not be in the cache. Copy
2166 regs from register cache only if they are cached.
2167 (store_regs_lib): Copy regs from register cache only
2168 if they are cached.
2169 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2170 fill_gprs64): Ditto.
2171
2172 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2173
2174 * aix-thread.c (gdb_assert.h): Include.
2175 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2176 register sizes (from register cache) match size of buffer holding
2177 register data.
2178 (fill_sprs32): Change parameter types to match those in the ptrace()
2179 buffer.
2180 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2181 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2182
2183 2002-07-22 Michael Snyder <msnyder@redhat.com>
2184
2185 * aix-thread.c (supply_sprs64): Cosmetic change.
2186 (supply_sprs32): Cosmetic change.
2187 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2188 (fill_sprs64): Use regcache_collect instead of read_register.
2189 (store_regs_lib): Use regcache_collect instead of
2190 read_register. Use fill_sprs32 instead of fill_sprs64,
2191 if debugging a 32-bit architecture.
2192 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2193 out of the register cache, instead of passing a pointer into
2194 the register cache directly to ptrace. Use regcache_collect
2195 insteaad of read_register.
2196 (ops_prepare_to_store): Use target_read_registers instead
2197 of read_register_bytes.
2198
2199 2002-07-20 Aidan Skinner <aidan@velvet.net>
2200
2201 * MAINTAINERS: Add self under write after approval.
2202
2203 2002-07-20 Aidan Skinner <aidan@velvet.net>
2204
2205 * ada-tasks.c: Change k&r style function definitions to prototyped
2206 form.
2207
2208 2002-07-19 Andrew Cagney <ac131313@redhat.com>
2209
2210 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2211 * x86-64-tdep.c: Include "objfiles.h".
2212 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2213 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2214
2215 2002-07-17 Michal Ludvig <michal@suse.cz>
2216
2217 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2218 (update_context): Initialise cfa variable.
2219
2220 2002-07-17 Michael Snyder <msnyder@redhat.com>
2221
2222 * aix-thread.c: Shorten some long lines.
2223 Bring comments into line with code spec.
2224
2225 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2226
2227 * infrun.c: Re-indent using gdb_indent.sh.
2228
2229 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2230
2231 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2232 Leave the indentation temporarily untouched, to minimize the diffs.
2233
2234 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
2235
2236 * stabsread.c: Make os9k sections of the code obsolete,
2237 for real this time.
2238 * stabsread.h: Make os9k sections of the code obsolete.
2239
2240 2002-07-18 Michal Ludvig <mludvig@suse.cz>
2241
2242 * linux-low.c (regsets_store_inferior_registers): Add free()
2243 at the end of a loop to prevent memory leak.
2244 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2245 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2246 * config/sparc/tm-sp64linux.h: Make the rest of #endif
2247 line a comment.
2248 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2249
2250 2002-07-17 Jim Blandy <jimb@redhat.com>
2251
2252 * macrocmd.c (info_macro_command): Remove newline from error
2253 message.
2254
2255 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2256
2257 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2258 (sh_gdbarch_init): Use it for sh-dsp.
2259
2260 2002-07-16 Kevin Buettner <kevinb@redhat.com>
2261
2262 * dwarf2read.c (read_initial_length): Handle older, non-standard,
2263 64-bit DWARF2 format.
2264
2265 2002-07-16 Joel Brobecker <brobecker@gnat.com>
2266
2267 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2268 <sys/proc.h> when not available.
2269
2270 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2271
2272 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2273 * stabsread.c: Make os9k sections of the code obsolete.
2274 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2275 * config/i386/i386os9k.mt: Make file obsolete.
2276 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2277 (COMMON_OBS): Remove os9kread.o
2278 (SFILES): Remove os9kread.c.
2279 (os9kread.o, remote-os9k.o): Make target obsolete.
2280 * remote-os9k.c: Make file obsolete.
2281 * os9kread.c: Make file obsolete.
2282 * Makefile.in
2283
2284 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2285
2286 * NEWS: Mention that the FR30 has been made obsolete.
2287 * fr30-tdep.c: Make file obsolete.
2288 * config/fr30/tm-fr30.h: Ditto.
2289 * config/fr30/fr30.mt: Ditto.
2290 * configure.tgt: Make fr30-*-elf obsolete.
2291 * MAINTAINERS: Make fr30-elf obsolete.
2292
2293 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2294
2295 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2296 found is not inside a section.
2297
2298 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2299
2300 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2301 strerror().
2302 (pdc_realloc): Use xrealloc() instead of realloc().
2303
2304 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2305
2306 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2307 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2308 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2309 macros.
2310
2311 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2312
2313 * aix-thread.c (ptrace_check): Eliminate goto.
2314 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2315 problem.
2316
2317 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2318
2319 * aix-thread.c (gdbcmd.h): Include.
2320 (DEBUG, DBG, DBG2, dbg): Eliminate.
2321 (debug_aix_thread): New static global.
2322 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2323 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2324 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2325 invocations to DBG and DBG2 macros to test against
2326 ``debug_aix_thread'' and call fprintf_unfiltered().
2327 (_initialize_aix_thread): Add new command "set debug aix-thread".
2328
2329 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2330
2331 From Gerhard Tonn <TON@de.ibm.com>:
2332 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2333 instead of supply_register.
2334
2335 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2336
2337 * dwarf2cfi.c: Include "gdb_assert.h".
2338 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2339 non-NULL.
2340 (update_context): Do not use __func__. Add missing ``break''.
2341 (update_context): Do not use __func__.
2342
2343 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
2344
2345 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2346 and its setting. Set gdbarch instruction printing functions
2347 directly. For non-rs6000 case use new function
2348 gdb_print_insn_powerpc.
2349 (gdb_print_insn_powerpc): New function.
2350
2351 2002-07-13 Andrew Cagney <ac131313@redhat.com>
2352
2353 * NEWS: Mention that the d30v has been marked obsolete.
2354 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2355 * configure.tgt: Mark d30v-*-* as obsolete.
2356 * d30v-tdep.c: Mark file as obsolete.
2357 * config/d30v/d30v.mt: Ditto.
2358 * config/d30v/tm-d30v.h: Ditto.
2359
2360 2002-07-13 Aidan Skinner <aidan@velvet.net>
2361
2362 * ada-tasks.c (add_task_entry): replace calls to
2363 malloc() with xmalloc
2364 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2365
2366 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2367 ada_finish_decode_line_1, all_sals_for_line
2368 ada_breakpoint_rewrite): replace calls to free() with xfree()
2369
2370 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2371
2372 From Nicholas Duffek (with minor changes by Martin Hunt,
2373 Louis Hamilton, and Kevin Buettner):
2374 * aix-thread.c: New file.
2375
2376 2002-07-12 Petr Sorfa <petrs@caldera.com>
2377
2378 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2379 complaint for invalid attribute class or form.
2380 (read_func_scope): DW_AT_frame_base
2381 better handling of DW_AT_block*.
2382 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2383 better handling of DW_AT_block*.
2384 (read_common_block): DW_AT_location
2385 better handling of DW_AT_block*.
2386 (read_partial_die): DW_AT_location better handling
2387 of DW_AT_block*.
2388 (new_symbol): DW_AT_external better handling of
2389 DW_AT_block*. Proper initialization of variable
2390 "addr".
2391 (attr_form_is_block): New function that returns true
2392 if the attribute's form is of DW_FORM_block*.
2393
2394 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2395
2396 * valops.c (find_method_list): Remove comment about
2397 removed STATIC_MEMFUNCP argument.
2398 (value_find_oload_method_list): Likewise.
2399
2400 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2401
2402 From Nicholas Duffek:
2403 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2404 target_new_objfile_hook.
2405
2406 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2407
2408 From Nicholas Duffek:
2409 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2410 csect.
2411
2412 2002-07-12 Andrew Cagney <cagney@redhat.com>
2413
2414 * MAINTAINERS: Mention --enable-sim-build-warnings.
2415 (m68hc11-elf): Disable sim build warnings.
2416 (m32r-elf): Mark as broken obsolete candidate.
2417 (x86_64-linux-gnu): Mark as buildable with -Werror.
2418 (arm-elf): Change -w to ``,'' which enables warnings but not
2419 -Werror.
2420
2421 2002-07-12 Andrew Cagney <ac131313@redhat.com>
2422
2423 * bcache.h: Update copyright.
2424 (struct bstring, struct bcache): Move definition to "bcache.c".
2425 Replaced by opaque declaration.
2426 (bcache_xfree): Replace free_bcache.
2427 (bcache_xmalloc, bcache_memory_used): Declare.
2428
2429 * bcache.c: Update copyright.
2430 (struct bstring, struct bcache): Moved to here from "bcache.h".
2431 Update comments.
2432 (bcache_xmalloc, bcache_memory_used): New functions.
2433 (bcache_xfree): Replace function free_bcache.
2434
2435 * Makefile.in (objfiles.o): Add $(bcache_h).
2436 (objfiles_h): Remove $(bcache_h).
2437 (symfile.o): Add $(bcache_h).
2438
2439 * symmisc.c: Update copyright.
2440 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2441 (print_objfile_statistics): Use bcache_memory_used.
2442
2443 * symfile.c: Include "bcache.h".
2444 (reread_symbols): Use bcache_xfree.
2445 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2446 (add_psymbol_to_list): Pass psymbol_cache by value.
2447 (add_psymbol_with_dem_name_to_list): Ditto.
2448
2449 * objfiles.h: Update copyright.
2450 (struct bcache): Declare opaque. Do not include "bcache.h".
2451 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2452 bcache'' pointers.
2453 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2454
2455 * objfiles.c: Include "bcache.h". Update copyright.
2456 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2457 macro_cache.
2458 (free_objfile): Use bcache_xfree.
2459
2460 2002-07-11 Grace Sainsbury <graces@redhat.com>
2461
2462 * monitor.c (monitor_fetch_register): Make name a constant.
2463 (monitor_store_register): Same.
2464
2465 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
2466
2467 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2468 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2469 (finish_block) For non-function blocks, hash the symbol table. For
2470 function blocks, mark the symbol table as unhashed.
2471 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2472 (msymbol_hash_iw): Likewise.
2473 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2474 value.
2475 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2476 (lookup_minimal_symbol): Likewise for both.
2477 * symtab.h (struct block): Add `hashtable' flag. Comment the
2478 hashtable.
2479 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2480 (ALL_BLOCK_SYMBOLS): Update.
2481 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2482 (struct symbol): Add `hash_next' pointer.
2483 * symtab.c (lookup_block_symbol): Search using the hash table when
2484 possible.
2485 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2486 (search_symbols, find_addr_symbol): Likewise.
2487
2488 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2489 (read_dst_symtab): Likewise.
2490 * jv-lang.c (get_java_class_symtab): Likewise.
2491 * mdebugread.c: Include "gdb_assert.h".
2492 (shrink_block): Assert that the block being modified is not hashed.
2493 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2494 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2495 symbols.
2496 (dump_symtab): Recognize hashed blocks.
2497 * printcmd.c (print_frame_args): Assert that function blocks do not
2498 have hashed symbol tables.
2499 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2500 (fill_in_ada_prototype, debug_print_block): Likewise.
2501 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2502
2503 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
2504
2505 * stack.c (print_frame): Use result of frame_address_in_block()
2506 instead of fi->pc when evaluating symbols.
2507 (backtrace_command_1): Ditto.
2508
2509 2002-07-11 Andrew Cagney <cagney@redhat.com>
2510
2511 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2512 Make static.
2513
2514 * arm-tdep.c (arm_register_name): Make return type constant.
2515
2516 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2517
2518 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2519 prototype.
2520 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2521 * s390-tdep.c (s390_fp_regnum): Ditto.
2522 (s390_read_fp): Ditto.
2523 (s390_pop_frame): Ditto.
2524 (_initialize_s390_tdep): Ditto.
2525 * remote.c (get_remote_state): Ditto.
2526 * procfs.c (mappingflags): Ditto.
2527 * memattr.c (_initialize_mem): Ditto.
2528 * mcore-tdep.c (mcore_pop_frame): Ditto.
2529 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2530 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2531 * language.c (set_case_str): Ditto.
2532 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2533 * frv-tdep.c (new_variant): Ditto.
2534 (frv_stopped_data_address): Ditto.
2535 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2536 (context_alloc): Ditto.
2537 (frame_state_alloc): Ditto.
2538 (unwind_tmp_obstack_init): Ditto.
2539 (unwind_tmp_obstack_free): Ditto.
2540 (cfi_read_fp): Ditto.
2541 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2542 (cris_pop_frame): Ditto.
2543 * c-lang.c (scanning_macro_expansion): Ditto.
2544 (finished_macro_expansion): Ditto.
2545 (c_preprocess_and_parse): Ditto.
2546 * gdbarch.sh: Ditto.
2547 * gdbarch.h, gdbarch.c: Regenerate.
2548 * config/mn10200/tm-mn10200.h: Adjust indentation.
2549 * target.c: Adjust indentation.
2550 * symtab.h: Adjust indentation.
2551 * stabsread.h: Adjust indentation.
2552 * remote-es.c: Adjust indentation.
2553 * os9kread.c: Adjust indentation.
2554
2555 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2556
2557 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2558 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2559
2560 2002-07-10 Grace Sainsbury <graces@redhat.com>
2561
2562 * NEWS: Mention m68k, mcore multi-arching.
2563 * MAINTAINERS: Change status of m68k, mcore to reflect
2564 multi-arching.
2565
2566 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
2567
2568 * valops.c (find_overload_match): Free oload_syms.
2569
2570 2002-07-09 Joel Brobecker <brobecker@gnat.com>
2571
2572 Define HAVE_SYS_PROC_H if sys/proc.h exists
2573 * configure.in: Add check for sys/proc.h
2574 * config.in: Regenerate.
2575 * configure: Regenerate.
2576
2577 2002-07-09 Grace Sainsbury <graces@redhat.com>
2578
2579 * config/m68k/tm-m68k.h: Remove macros wrapped in
2580 #if !GDB_MULTI_ARCH.
2581
2582 2002-07-08 Andrew Cagney <ac131313@redhat.com>
2583
2584 * config.in, configure: Regenerate.
2585
2586 2002-07-08 Mark Kettenis <kettenis@gnu.org>
2587
2588 * dwarf2cfi.c: Include "gcore.h".
2589 (execute_stack_op): Fix implementation of the
2590 DW_OP_deref and DW_OP_deref_size operators by letting do their
2591 lookup in the target.
2592
2593 2002-07-07 Mark Kettenis <kettenis@gnu.org>
2594
2595 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2596 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2597 tdep->sc_sp_offset.
2598
2599 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
2600
2601 Fix PR gdb/595, gdb/602
2602 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2603 Don't call value_cast, just read the vtable pointer; update comments
2604 to match.
2605
2606 2002-07-05 Grace Sainsbury <graces@redhat.com>
2607
2608 * config/mcore/tm-mcore.h: Remove file.
2609 * config/mcore/mcore.mt: Remove definition of TM_FILE
2610 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2611
2612 2002-07-05 Mark Kettenis <kettenis@gnu.org>
2613
2614 * i386bsd-tdep.c: Include "gdb_string.h".
2615
2616 2002-07-04 Grace Sainsbury <graces@redhat.com>
2617
2618 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2619 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2620 mcore-tdep.
2621 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2622 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2623 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2624 (RETVAL_REGNUM): Move macros from tm-mcore.h
2625 (mcore_reg_struct_has_addr): New function.
2626 (mcore_gdbarch_init): Added initializations for the macros removed
2627 from tm-mcore.h.
2628
2629 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2630
2631 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2632 traditonal string branding within the ELF header.
2633
2634 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
2635
2636 * symtab.c (remove_params): New function.
2637 (make_symbol_overload_list): Use it instead of cplus_demangle.
2638 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2639
2640 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2641
2642 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2643
2644 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2645 New variables.
2646 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2647 and tdep->sigtramp_end.
2648 * i386obsd-nat.c: New file.
2649 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2650
2651 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2652 Don't call get_current_frame().
2653
2654 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2655
2656 * i386-nat.c (child_post_startup_inferior): New function
2657 calling i386_cleanup_dregs if
2658 I386_USE_GENERIC_WATCHPOINTS is defined.
2659 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2660 conditional to acknowledge that i386-nat.c has its
2661 own child_post_startup_inferior function.
2662
2663 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2664
2665 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2666 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2667 instead of MAX_REGISTER_RAW_SIZE.
2668 (i386_extract_return_value, i386_extract_struct_value_address):
2669 Convert to use regcache.
2670 (i386_gdbarch_init): Set max_register_raw_size and
2671 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2672 Set extract_return_value and extract_struct_value_address instead
2673 of their deprecated variants.
2674
2675 Convert i386 target to generic dummy frames.
2676 * i386-tdep.c: Include "symfile.h".
2677 (i386_frameless_signal_p): Consider a function to be frameless if
2678 the pc points at the first instruction of the function.
2679 (i386_frame_chain): Handle (generic) call dummies.
2680 (i386_frame_saved_pc): Likewise.
2681 (i386_frame_init_saved_regs): Remove code dealing with call
2682 dummies on the stack.
2683 (i386_push_dummy_frame): Removed.
2684 (i386_call_dummy_words): Removed.
2685 (i386_fix_call_dummy): Removed.
2686 (i386_push_return_address): New function.
2687 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2688 parameter, and don't call get_current_frame.
2689 (i386_pop_frame): New function.
2690 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2691 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2692 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2693 call_dummy_length to 0, set call_dummy_words to NULL, set
2694 sizeof_call_dummy_words to 0, set fix_call_dummy to
2695 generic_fix_call_dummy, set pc_in_call_dummy to
2696 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2697 generic_push_dummy_frame, set push_return_address to
2698 i386_push_return_address and set frame_chain_valid to
2699 generic_file_frame_chain_valid.
2700
2701 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2702
2703 * gdbarch.sh (struct regcache): Add opaque declaration.
2704 (EXTRACT_RETURN_VALUE): New architecture method.
2705 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2706 * gdbarch.h, gdbarch.c: Regenerate.
2707 * arch-utils.c (legacy_extract_return_value): New function.
2708 * arch-utils.h (legacy_extract_return_value): Declare.
2709 * values.c (value_being_returned): Re-enable code handling
2710 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2711 deprecated_grub_regcache_for_registers call to block handling
2712 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2713 (EXTRACT_RETURN_VALUE): Do not define.
2714
2715 2002-07-03 Grace Sainsbury <graces@redhat.com>
2716
2717 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2718 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2719 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2720 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2721 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2722 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2723 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2724 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2725 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2726 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2727 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2728 argument so the function fits the prototype in the architecture
2729 vector.
2730 (mcore_pop_frame): Remove argument so the function fits the
2731 prototype. Use get_current_frame instead of the argument.
2732 (mcore_push_arguments): Change type of struct_return so the
2733 function can be used in the architecture vector.
2734 (mcore_store_struct_return): Add.
2735 (mcore_frame_init_saved_regs): Add.
2736 (mcore_gdbarch_init): Add function calls to replace the macros
2737 removed from tm-mcore.h
2738
2739 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2740
2741 * infcmd.c (print_return_value): Remove compatibility code calling
2742 deprecated_grub_regcache_for_registers.
2743
2744 * values.c: Include "regcache.h".
2745 (value_being_returned): Update. Use
2746 deprecated_grub_regcache_for_registers to extract the register
2747 buffer address.
2748 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2749 ``struct regcache''.
2750 * Makefile.in (values.o): Add dependency on $(regcache_h).
2751
2752 * inferior.h (run_stack_dummy): Change type of second parameter to
2753 a ``struct regcache''.
2754 * valops.c (hand_function_call): Change type of retbuf to ``struct
2755 regcache''. Allocate using regcache_xmalloc, clean using
2756 make_cleanup_regcache_xfree.
2757 * infcmd.c (run_stack_dummy): Update. Use
2758 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2759
2760 * regcache.c (do_regcache_xfree): New function.
2761 (make_cleanup_regcache_xfree): New function.
2762 * regcache.h (make_cleanup_regcache_xfree): Declare.
2763
2764 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2765
2766 * event-top.c (command_line_handler): Don't read past
2767 beginning of buffer.
2768
2769 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2770
2771 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2772 struct frame_id.
2773 (varobj_create): Store frame_id for root.
2774 (varobj_gen_name): Use xasprintf.
2775 (varobj_update): Save and restore frame using get_frame_id() and
2776 frame_find_by_id().
2777 (create_child): Use xasprintf.
2778 (new_root_variable): Initialize frame_id.
2779 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2780 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2781 to prevent memory leak.
2782
2783 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2784
2785 * valops.c (hand_function_call): Move declaration of retbuf to
2786 start of function, allocate using malloc, add a cleanup but before
2787 the inf_status cleanup, cleanup the buffer. Rename local variable
2788 old_chain to inf_status_cleanup.
2789
2790 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2791
2792 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2793
2794 * cli/cli-decode.c (cmd_func_p): New function.
2795 (cmd_func): New function.
2796
2797 * command.h: Add cmd_func() and cmd_func_p().
2798
2799 2002-07-03 Grace Sainsbury <graces@redhat.com>
2800
2801 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2802 (REGISTER_SIZE): Remove.
2803 (MAX_REGISTER_RAW_SIZE): Remove.
2804 (REGISTER_VIRTUAL_TYPE): Remove.
2805 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2806 (REGISTER_NAME): Remove.
2807 (USE_GENERIC_DUMMY_FRAMES): Remove.
2808 (CALL_DUMMY): Remove.
2809 (CALL_DUMMY_START_OFFSET): Remove.
2810 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2811 (CALL_DUMMY_LOCATION): Remove.
2812 (FIX_CALL_DUMMY): Remove.
2813 (CALL_DUMMY_ADDRESS): Remove.
2814 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2815 (SAVE_DUMMY_FRAME_TOS): Remove.
2816 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2817 (mcore_register_virtual_type): New function.
2818 (mcore_register_byte): New function.
2819 (mcore_register_size): New function.
2820 (mcore_register_name): New function.
2821 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2822 macros removed from tm-mcore.h.
2823 (mcore_dump_tdep): Add.
2824 (_initialize_mcore_tdep): Add gdbarch_register call.
2825
2826 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2827
2828 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2829 frameless_look_for_prologue, such that we actually call this
2830 function.
2831
2832 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2833
2834 * frame.h (frame_address_in_block): New function.
2835
2836 * blockframe.c (frame_address_in_block): New function extracted
2837 from get_frame_block().
2838 (get_frame_block): Use frame_address_in_block().
2839 (block_innermost_frame): Use frame_address_in_block() to match
2840 the frame pc address against the block boundaries rather than
2841 the frame pc directly. This prevents a failure when a frame pc
2842 is actually a return-address pointing immediately after the end
2843 of the given block.
2844
2845 2002-07-02 Grace Sainsbury <graces@redhat.com>
2846
2847 * MAINTAINERS: Add self under write after approval.
2848
2849 2002-07-02 Grace Sainsbury <graces@redhat.com>
2850
2851 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2852 used in architecture vector. The default is
2853 m68k_local_breakpoint_from_pc.
2854 (m68k_local_breakpoint_from_pc): Add.
2855 (enum): Add register numbers from tm-m68k.h.
2856 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2857 vector.
2858 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2859 GDB_MULTI_ARCH_PARTIAL.
2860 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2861 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2862 m68k-tdep.c.
2863 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2864 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2865 to enum in m68k-tdep.c
2866
2867 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2868
2869 * solib-osf.c (open_map): Compute the list of shared libraries
2870 loaded by the inferior, rather than the list of libraries loaded
2871 by GDB itself. Otherwise, GDB ends up reading the symbols from
2872 the wrong shared libraries...
2873
2874 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2875
2876 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2877 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2878 macros.
2879 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2880 Remove functions.
2881 (FRAMELESS_SIGNAL): Remove function.
2882 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2883 i386_linux_saved_pc_after_call): Removed.
2884 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2885 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2886 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2887
2888 * i386-tdep.c (i386_frameless_signal_p): New function.
2889 (i386_frame_chain): Deal with frameless signals.
2890 (i386_sigtramp_saved_sp): New function.
2891 (i386_frame_saved_pc): Deal with frameless signals.
2892 (i386_saved_pc_after_call): Make sure the correct value is
2893 returned just after entry into a sigtramp.
2894 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2895 i386fbsd4_sc_sp_offset): New variables.
2896 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2897 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2898 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2899 similiar to what we already did for sc_pc_offset.
2900 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2901 tdep->sc_sp_offset.
2902
2903 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2904
2905 2002-07-02 Michal Ludvig <mludvig@suse.cz>
2906
2907 * config/i386/tm-x86-64linux.h: New.
2908 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2909 definitions.
2910 * config/i386/nm-x86-64.h: Rename to ...
2911 * config/i386/nm-x86-64linux.h: ... this one.
2912 * config/i386/x86-64linux.mh: Reflect the above change.
2913
2914 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2915
2916 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2917 with sigcontext_addr. Add sc_sp_offset.
2918 (i386bsd_sigtramp_saved_pc): Remove prototype.
2919 (i386bsd_sicontext_addr): Add prototype.
2920 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2921 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2922 (i386_svr4_sigtramp_saved_pc): Removed.
2923 (i386_svr4_sigcontext_addr): New function.
2924 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2925 Initialize tdep->sigcontext_addr instead. Initialize
2926 tdep->sc_pc_offset and tdep->sc_sp_offset.
2927 (i386_gdbarch_init): Likewise.
2928 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2929 any more.
2930 (i386bsd_sigtramp_saved_pc): Remove function.
2931 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2932 Initialize tdep->sigcontext_addr instead. Initialize
2933 tdep->sc_pc_offset.
2934 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2935 of tdep->sigtramp_saved_pc.
2936 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2937 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2938 instead.
2939
2940 * i386-tdep.c (i386_frameless_function_invocation,
2941 i386_frame_num_args, i386_frame_init_saved_regs,
2942 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2943 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2944 i386_extract_return_value, i386_store_return_value,
2945 i386_extract_struct_value_address, i386_register_virtual_type,
2946 i386_register_convertible, i386_register_convert_to_virtual,
2947 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2948 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2949 static.
2950
2951 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2952
2953 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2954
2955 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2956 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2957 this macro. Include "value.h".
2958
2959 2002-06-30 Aidan Skinner <aidan@velvet.net>
2960
2961 * ada-exp.tab.c: remove as it's a generated file
2962 * ada-lex.c: remove as it's a generated file
2963
2964 2002-06-30 Mark Kettenis <kettenis@gnu.org>
2965
2966 * config/i386/tm-i386.h (struct frame_info, struct
2967 frame_saved_regs, struct value, struct type): Remove forward
2968 declarations.
2969
2970 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2971 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2972 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2973 (FILL_FPXREGSET): Define.
2974
2975 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2976
2977 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2978 i[3456]86-*-netbsd* case.
2979 * config/i386/tm-obsd.h: Removed.
2980 * config/i386/obsd.mt: Removed.
2981 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2982 core-aout.o.
2983 (MH_CFLAGS): Add -DYYDEBUG=0.
2984
2985 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2986 i386nbsd_sc_pc_offset on OpenBSD too.
2987
2988 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2989 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2990 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2991 define.
2992 * i386bsd-tdep.c: Include "arch-utils.h".
2993 (i386bsd_aout_in_solib_call_trampoline): New function.
2994 (i386bsd_init_abi): Set in_solib_call_trampoline to
2995 i386bsd_aout_in_solib_call_trampoline.
2996 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2997 in_solib_call_trampoline to generic_in_solib_call_trampoline.
2998
2999 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3000
3001 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3002 (struct obstack, struct bcache): Add opaque declarations.
3003 * Makefile.in (macrotab_h): Update
3004
3005 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3006
3007 * blockframe.c (generic_find_dummy_frame): Change return type to
3008 ``struct regcache''.
3009 (struct dummy_frame): Replace field ``registers'' with regcache, a
3010 struct regcache object.
3011 (generic_find_dummy_frame): Update.
3012 (generic_push_dummy_frame): Update. Use regcache_xfree,
3013 regcache_xmalloc and regcache_cpy.
3014 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3015 regcache_xfree.
3016 (deprecated_generic_find_dummy_frame): Update.
3017 (generic_read_register_dummy): Update. Use
3018 regcache_read_as_address.
3019 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3020 (generic_get_saved_register): Update. Use regcache_read.
3021
3022 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3023
3024 * Makefile.in (objfiles_h): Add $(bcache_h).
3025 * objfiles.h: Include "bcache.h".
3026
3027 * Makefile.in (symtab_h): Remove $(bcache_h).
3028 * symtab.h: Do not include "bcache.h".
3029
3030 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3031
3032 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3033 generic_func_frame_chain_valid.
3034
3035 2002-06-28 David O'Brien <obrien@FreeBSD.org>
3036
3037 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3038 * config/i386/tm-fbsd.h: Likewise.
3039
3040 2002-06-28 Andrew Cagney <ac131313@redhat.com>
3041
3042 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3043 generic_unwind_get_saved_register.
3044
3045 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3046
3047 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3048 * regcache.c (supply_register): Add missing argument to
3049 register_buffer call.
3050
3051 2002-06-27 Andrew Cagney <ac131313@redhat.com>
3052
3053 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3054 Solaris /bin/grep does not not like it. From Peter Schauer.
3055
3056 2002-06-26 Tom Tromey <tromey@redhat.com>
3057
3058 * command.h (add_setshow_cmd): Declare.
3059 (add_setshow_cmd_full): Declare.
3060 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3061 returns void. Use add_setshow_cmd_full.
3062 (add_setshow_cmd_full): New function.
3063 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3064 (add_setshow_boolean_cmd): Likewise.
3065
3066 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3067
3068 * config/vax/tm-vax.h: Protect from multiple inclusion.
3069 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3070 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3071 * config/vax/tm-vaxbsd.h: ...here. New file.
3072 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3073
3074 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3075
3076 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3077 (BELIEVE_PCC_PROMOTION): Remove.
3078 (AP_REGNUM): Move to...
3079 * config/vax/nm-vax.h: ...here.
3080 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3081 (vax_breakpoint_from_pc): New function.
3082 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3083 and gdbarch_believe_pcc_promotion.
3084
3085 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3086
3087 * Makefile.in (vax_tdep_h): Define.
3088 (vax-tdep.o): Use $(vax_tdep_h).
3089 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3090 (vax_dump_tdep): New function.
3091 (_initialize_vax_tdep): Register vax_dump_tdep.
3092 * vax-tdep.h: Include osabi.h.
3093 (struct gdbarch_tdep): New.
3094
3095 2002-06-26 Andrew Cagney <cagney@redhat.com>
3096
3097 * frame.h (deprecated_generic_find_dummy_frame): Rename
3098 generic_find_dummy_frame.
3099 * blockframe.c (generic_find_dummy_frame): Make static.
3100 (deprecated_generic_find_dummy_frame): New function.
3101 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3102 generic_find_dummy_frame with deprecated_find_dummy_frame.
3103 (sh64_nofp_frame_init_saved_regs): Ditto.
3104 (sh_fp_frame_init_saved_regs): Ditto.
3105 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3106 (s390_frame_chain): Ditto.
3107 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3108
3109 2002-06-26 Grace Sainsbury <graces@redhat.com>
3110
3111 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3112 gdbarch vector are at the top.
3113 (NUM_REGS): Remove.
3114 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3115 (FRAME_ARGS_ADDRESS): Remove.
3116 (FRAME_LOCALS_ADDRESS): Remove.
3117 (FRAME_NUM_ARGS): Remove.
3118 (FRAME_ARGS_SKIP): Remove.
3119 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3120 (m68k_gdbarch_init): Add gdbarch initializations for macros
3121 undefined in tm-m68k.h
3122
3123 2002-06-26 Grace Sainsbury <graces@redhat.com>
3124
3125 * monitor.h: Add the function regname to monitor_ops
3126 structure. This way NUM_REGS does not have to be a constant.
3127 * monitor.c (monitor_fetch_register): Added support for regname
3128 function. The function is called if the array regnames is NULL.
3129 (monitor_store_register): Same.
3130 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3131 regnames array.
3132 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3133 cpu32bug_cmds.regname to point to new function.
3134 * abug-rom.c (abug_regname): Same as above.
3135 (init_abug_cmds): Same.
3136 * dbug-rom.c (dbug_regname): Same as above.
3137 (init_dbug_cmds): Same.
3138 * remote-est.c (est_regname): Same.
3139 (init_est_cmds): Same.
3140 * rom68k-rom.c (rom68k_regname): Same.
3141 (init_rom68k_cmds): Same.
3142
3143 2002-06-25 Tom Tromey <tromey@redhat.com>
3144
3145 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3146
3147 2002-06-25 Andrew Cagney <cagney@redhat.com>
3148
3149 * infrun.c (stop_registers): Change variable's type to ``struct
3150 regcache'''.
3151 (xmalloc_inferior_status): Delete function.
3152 (free_inferior_status): Delete function.
3153 (normal_stop): Use regcache_cpy.
3154 (struct inferior_status): Change type of fields ``stop_registers''
3155 and ``registers'' to ``struct regcache''.
3156 (write_inferior_status_register): Use regcache_write.
3157 (save_inferior_status): Instead of calling
3158 xmalloc_inferior_status, allocate the inf_status buffer directly.
3159 Use regcache_dup_no_passthrough and regcache_dup to save the
3160 buffers.
3161 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3162 Replace the stop_registers regcache instead of overriding it. Use
3163 regcache_xfree. Instead of calling free_inferior_status, xfree
3164 the buffer directly.
3165 (discard_inferior_status): Use regcache_xfree. Instead of calling
3166 free_inferior_status, xfree the buffer directly.
3167 (build_infrun): Use regcache_xmalloc.
3168 (_initialize_infrun): Delete redundant call to build_infrun.
3169
3170 * Makefile.in (infcmd.o): Add $(regcache_h).
3171
3172 * infcmd.c: Include "regcache.h".
3173 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3174 obtain the address of `stop_registers' register buffer.
3175 (print_return_value): Ditto.
3176
3177 * inferior.h (struct regcache): Add opaque declaration.
3178 (stop_registers): Change variable's declared type to ``struct
3179 regcache''.
3180
3181 2002-06-24 Tom Tromey <tromey@redhat.com>
3182
3183 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3184 * target.c (initialize_targets): Fixed typo in
3185 trust-readonly-sections `show' documentation.
3186
3187 * main.c: Marked all strings with _().
3188
3189 2002-06-24 Don Howard <dhoward@redhat.com>
3190
3191 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3192 that means max CORE_ADDR+1.
3193 (lookup_mem_region): Ditto.
3194 (mem_info_command): Ditto.
3195
3196 2002-06-24 Grace Sainsbury <graces@redhat.com>
3197
3198 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3199 (REGISTER_BYTES_OK): Remove.
3200 (REGISTER_BYTES): Remove.
3201 (STORE_STRUCT_RETURN): Remove.
3202 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3203 (STORE_RETURN_VALUE): Remove.
3204 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3205 (FRAME_CHAIN): Remove.
3206 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3207 (FRAME_SAVED_PC): Remove.
3208 * m68k-tdep.c (m68k_register_bytes_ok):Add.
3209 (m68k_store_struct_return): Add.
3210 (m68k_deprecated_extract_return_value): Add.
3211 (m68k_deprecated_extract_struct_value_address): Add.
3212 (m68k_store_return_value): Add.
3213 (m68k_frame_chain): Add.
3214 (m68k_frameless_function_invocation): Add.
3215 (m68k_frame_saved_pc): Add.
3216 (m68k_gdbarch_init): added set_gdbarch calls for new
3217 functions and deleted macros.
3218
3219 2002-06-23 Tom Tromey <tromey@redhat.com>
3220
3221 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3222 (ALLDEPFILES): Likewise.
3223 (udiheaders): Removed.
3224 (udip2soc.o): Likewise.
3225 (udi2go32.o): Likewise.
3226 (udr.o): Likewise.
3227 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3228
3229 2002-06-22 Andrew Cagney <ac131313@redhat.com>
3230
3231 * infrun.c (_initialize_infrun): Delete unnecessary call to
3232 build_infrun.
3233
3234 * regcache.h: Update comments describing the regcache_cpy family
3235 of functions.
3236 (regcache_save, regcache_restore): Delete declaration.
3237 (regcache_save_no_passthrough): Delete declaration.
3238 (regcache_restore_no_passthrough): Delete declaration.
3239 * regcache.c (regcache_save): Delete function.
3240 (regcache_save_no_passthrough): Delete function.
3241 (regcache_restore): Delete function.
3242 (regcache_restore_no_passthrough): Delete function.
3243
3244 2002-06-21 Andrew Cagney <ac131313@redhat.com>
3245
3246 * config/m68k/tm-m68k.h: Fix typo.
3247 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3248 (m68k_frame_init_saved_regs): Declare.
3249
3250 2002-06-21 Jim Blandy <jimb@redhat.com>
3251
3252 Remove some vestiges of Harris 88k support.
3253 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3254 register numbering quirk.
3255 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3256 odd symbols occurring in Harris 88k ELF targets.
3257
3258 2002-06-21 Tom Tromey <tromey@redhat.com>
3259
3260 * gdb_locale.h: New file.
3261 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3262 (defs_h): Added gdb_locale.h.
3263 * configure, config.in: Rebuilt.
3264 * configure.in (PACKAGE): Define.
3265 * defs.h: Include gdb_locale.h.
3266 * main.c (captured_main): Call setlocale, bindtextdomain,
3267 textdomain.
3268
3269 2002-06-21 Dave Brolley <brolley@redhat.com>
3270
3271 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3272 * config/frv/frv.mt: New file.
3273 * config/frv/tm-frv.h: New file.
3274 * configure.tgt: Support frv-*-*.
3275 * Makefile.in (frv-tdep.o): New target.
3276 * frv-tdep.c: New file.
3277 * NEWS: Mention frv.
3278
3279 2002-06-21 Dave Brolley <brolley@redhat.com>
3280
3281 * MAINTAINERS: Add self to "Write After Approval" list.
3282
3283 2002-06-21 Grace Sainsbury <graces@redhat.com>
3284
3285 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3286 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3287 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3288 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3289 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3290
3291 * m68k-tdep.c: Include arch-utils.h
3292 (m68k_register_raw_size): Add.
3293 (m68k_register_virtual_size): Add.
3294 (m68k_register_virtual_type): Add.
3295 (m68k_register_name): Add.
3296 (m68k_stack_align): Add.
3297 (m68k_register_byte): Add.
3298 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3299 tm-m68k.h.
3300
3301 2002-06-21 Grace Sainsbury <graces@redhat.com>
3302
3303 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
3304 m68k_find_saved_regs.
3305 (m68k_pop_frame): Removed saved_regs structure, and replaced
3306 references to it with frame->saved_regs.
3307 (m68k_gdbarch_init): Added function calls to initialize the
3308 gdbarch structure.
3309 (m68k_fix_call_dummy): Add.
3310 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3311 (CALL_DUMMY): Remove.
3312 (CALL_DUMMY_LENGTH): Remove.
3313 (CALL_DUMMY_START_OFFSET): Remove.
3314 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3315 (FIX_CALL_DUMMY): Remove.
3316 (PUSH_DUMMY_FRAME): Remove.
3317 (POP_FRAME): Remove.
3318
3319 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3320
3321 * parse.c (parse_fprintf): New function used to avoid calls to
3322 fprintf in bison parser generated debug code.
3323 * parser-defs.h: Declaration of new parse_fprintf function.
3324 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3325 Set YYDEBUG to 1 by default.
3326 Set YYFPRINTF as parse_fprintf.
3327
3328 2002-06-21 Michal Ludvig <mludvig@suse.cz>
3329
3330 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3331 encoding anymore.
3332 (pointer_encoding, enum ptr_encoding): New.
3333 (execute_cfa_program): Take care about pointer encoding.
3334 (dwarf2_build_frame_info): Only call parse_frame_info for
3335 .debug_frame and .eh_frame.
3336 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3337 fixed augmentation handling, added relative addressing,
3338 ignore duplicate FDEs. Added comments.
3339 * dwarf2cfi.c: Reindented.
3340
3341 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
3342
3343 * event-top.c (command_handler): Don't use space_at_cmd_start
3344 unless there is sbrk() on the host. Assign time and space data
3345 to union fields of the appropriate length.
3346
3347 2002-06-20 Michal Ludvig <mludvig@suse.cz>
3348
3349 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3350 x86_64_register_name. Return type changed to 'const char *'.
3351 (x86_64_register_name2nr): Rename to x86_64_register_number.
3352 (x86_64_gdbarch_init): Update to reflect the change.
3353 * x86-64-tdep.h: Ditto.
3354 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3355 (supply_fpregset): Ditto.
3356
3357 2002-06-19 Andrew Cagney <cagney@redhat.com>
3358
3359 * regcache.h: Update copyright.
3360 (struct regcache, struct gdbarch): Add opaque declarations.
3361 (current_regcache): Declare global variable.
3362 (regcache_read, regcache_write): Add gdbarch parameter.
3363 (regcache_save, regcache_save_no_passthrough)
3364 (regcache_restore, regcache_restore_no_passthrough)
3365 (regcache_dup, regcache_dup_no_passthrough)
3366 (regcache_cpy, regcache_cpy_no_passthrough)
3367 (deprecated_grub_regcache_for_registers)
3368 (deprecated_grub_regcache_for_register_valid)
3369 (regcache_valid_p): Add function declarations.
3370
3371 * regcache.c: Update copyright.
3372 (regcache_descr_handle): New global variable.
3373 (struct regcache_descr): Define.
3374 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3375 (regcache_descr, xfree_regcache_descr): New functions.
3376 (struct regcache): Define.
3377 (regcache_xmalloc, regcache_xfree): New functions.
3378 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3379 (regcache_dup, regcache_dup_no_passthrough): New functions.
3380 (regcache_valid_p, regcache_read_as_address): New functions.
3381 (deprecated_grub_regcache_for_registers): New function.
3382 (deprecated_grub_regcache_for_register_valid): New function.
3383 (current_regcache): New global variable.
3384 (register_buffer): Add regcache parameter. Update calls.
3385 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3386 (read_register_gen, write_register_gen): Update register_buffer
3387 call. Test for legacy_p instead of gdbarch_register_read_p or
3388 gdbarch_register_write_p.
3389 (regcache_collect): Update register_buffer call.
3390 (build_regcache): Rewrite. Use deprecated grub functions.
3391 (regcache_save, regcache_save_no_passthrough): New functions.
3392 (regcache_restore, regcache_restore_no_passthrough): New
3393 functions.
3394 (_initialize_regcache): Create the regcache_data_handle. Swap
3395 current_regcache global variable.
3396
3397 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3398 parameter to regcache_read and regcache_write calls.
3399 (sh4_register_read): Ditto.
3400 (sh64_pseudo_register_read): Ditto.
3401 (sh64_register_read): Ditto.
3402 (sh_pseudo_register_write): Ditto.
3403 (sh4_register_write): Ditto.
3404 (sh64_pseudo_register_write): Ditto.
3405 (sh64_register_write): Ditto.
3406
3407 * defs.h (XCALLOC): Define.
3408
3409 2002-06-19 Grace Sainsbury <graces@redhat.com>
3410
3411 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3412 * m68k-tdep.c (m68k_gdbarch_init): Added.
3413 (m68k_dump_tdep): Added.
3414
3415 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3416
3417 * ada-lang.c (fill_in_ada_prototype): Update comment.
3418
3419 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3420
3421 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3422 MIPS_ABI_LAST.
3423 (mips_abi_string, mips_abi_strings): New.
3424 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3425 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3426 tdep->mips_abi_string. Honor mips_abi_string. Default to
3427 O32 if no ABI is found.
3428 (mips_dump_tdep): Use mips_abi_strings.
3429 (mips_abi_update): New function.
3430 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3431 ``set mips abi'' and ``show mips abi''. Check the size of
3432 mips_abi_strings.
3433
3434 2002-06-19 Andrew Cagney <cagney@redhat.com>
3435
3436 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3437 constant.
3438
3439 2002-06-18 Joel Brobecker <brobecker@gnat.com>
3440
3441 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3442 current frame using only the first stack size adjustment. All
3443 subsequent size adjustments are not considered to be part of
3444 the "static" part of the current frame.
3445 Compute the address of the saved registers relative to the
3446 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3447 in use in this frame.
3448
3449 2002-06-18 Don Howard <dhoward@redhat.com>
3450
3451 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3452 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3453 suggesting this solution.
3454
3455 2002-06-18 Andrew Cagney <ac131313@redhat.com>
3456
3457 * config/romp/xm-rtbsd.h: Delete file.
3458 * config/romp/rtbsd.mh: Delete file.
3459
3460 2002-06-18 Keith Seitz <keiths@redhat.com>
3461
3462 * breakpoint.c (condition_command): Post breakpoint_modify
3463 when a condition is added to an existing breakpoint.
3464 (commands_command): Likewise for commands.
3465 (set_ignore_count): Likewise for ignore counts.
3466 If no tty, do not simply return, still need to send event
3467 notification.
3468 (ignore_command): Only print a newline if the command came
3469 from a tty.
3470 Don't call breakpoints_changed, since this is now properly
3471 handled by set_ignore_count.
3472
3473 2002-06-18 Andrew Cagney <cagney@redhat.com>
3474
3475 * MAINTAINERS: Note that cris-elf target can be compiled with
3476 -Werror.
3477 * cris-tdep.c (cris_register_name): Make return type constant.
3478 (cris_breakpoint_from_pc): Ditto.
3479
3480 2002-06-18 Michal Ludvig <mludvig@suse.cz>
3481
3482 * frame.h (struct frame_info): Change type of context to
3483 'struct context'.
3484
3485 2002-06-17 Andrew Cagney <cagney@redhat.com>
3486
3487 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3488 pointer.
3489 * gdbarch.h, gdbarch.c: Regenerate.
3490 * config/mips/tm-mips.h (mips_register_name): Update.
3491 * i386-tdep.h (i386_register_name): Update.
3492 * mips-tdep.c (mips_register_name): Update
3493 * alpha-tdep.c (alpha_register_name): Update.
3494 * arch-utils.c (legacy_register_name): Update.
3495 * arch-utils.h (legacy_register_name): Update.
3496 * avr-tdep.c (avr_register_name): Update.
3497 * ia64-tdep.c (ia64_register_name): Update.
3498 * i386-tdep.c (i386_register_name): Update.
3499 * sparc-tdep.c (sparc32_register_name): Update.
3500 (sparc64_register_name): Update.
3501 (sparclite_register_name): Update.
3502 (sparclet_register_name): Update.
3503 * sh-tdep.c (sh_generic_register_name): Update.
3504 (sh_sh_register_name): Update.
3505 (sh_sh3_register_name): Update.
3506 (sh_sh3e_register_name): Update.
3507 (sh_sh_dsp_register_name): Update.
3508 (sh_sh3_dsp_register_name): Update.
3509 (sh_sh4_register_name): Update.
3510 (sh_sh64_register_name): Update.
3511 * s390-tdep.c (s390_register_name): Update.
3512 * rs6000-tdep.c (rs6000_register_name): Update.
3513 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3514 (ns32k_register_name_32382): Update.
3515 * d10v-tdep.c (d10v_ts2_register_name): Update.
3516 (d10v_ts3_register_name): Update.
3517 * xstormy16-tdep.c (xstormy16_register_name): Update.
3518 * vax-tdep.c (vax_register_name): Update.
3519 * v850-tdep.c (v850_register_name): Update.
3520 * m68hc11-tdep.c (m68hc11_register_name): Update.
3521 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3522 (am33_register_name): Update.
3523
3524 2002-06-17 Grace Sainsbury <graces@redhat.com>
3525
3526 * m68k-tdep.c: Reindented.
3527
3528 2002-06-17 Andrew Cagney <ac131313@redhat.com>
3529
3530 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3531 list of predefined types.
3532
3533 2002-06-16 Mark Kettenis <kettenis@gnu.org>
3534
3535 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3536 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3537 REGISTER_CONVERT_TO_RAW): Remove defines.
3538 (i386_register_virtual_type, i386_register_convertible,
3539 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3540 Remove prototypes.
3541 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3542 macros mentioned above.
3543
3544 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3545 (i386lynx_saved_pc_after_call): Remove prototype.
3546 * i386ly-tdep.c: Include "i386-tdep.h".
3547 (i386lynx_saved_pc_after_call): Make static. Use
3548 read_memory_nobpt instead of read_memory. Use
3549 read_memory_unsigned_integer instead of read_memory_integer.
3550 (i386lynx_init_abi): New function.
3551 (i386lynx_coff_osabi_sniffer): New function.
3552 (_initialize_i386bsd_tdep): New function.
3553
3554 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3555 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3556 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3557 (i386_fix_call_dummy): Remove prototype.
3558 * i386-tdep.c (i386_call_dummy_words): New variable.
3559 (i386_gdbarch_init): Adjust for removal of the
3560 macros mentioned above.
3561
3562 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3563
3564 * command.h (add_setshow_auto_boolean_cmd): Replace
3565 add_set_auto_boolean_cmd.
3566 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3567 add_set_auto_boolean_cmd.
3568 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3569 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3570 mask-address'' command.
3571 (show_mask_address): Add cmd parameter.
3572 * remote.c (add_packet_config_cmd): Update. Change type of
3573 set_func and show_func to cmd_sfunc_ftype.
3574 (_initialize_remote): Update `set remote Z-packet'
3575 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3576 (show_remote_protocol_e_packet_cmd): Ditto.
3577 (show_remote_protocol_E_packet_cmd): Ditto.
3578 (show_remote_protocol_P_packet_cmd): Ditto.
3579 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3580 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3581 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3582 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3583 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3584 (show_remote_protocol_Z_packet_cmd): Ditto.
3585 (show_remote_protocol_binary_download_cmd): Ditto.
3586 (show_remote_cmd): Pass NULL to all of above.
3587
3588 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3589
3590 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3591 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3592 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3593 POP_FRAME): Remove defines.
3594 (i386_push_arguments, i386_store_struct_return,
3595 i386_extract_return_value, i386_store_return_value,
3596 i386_extract_struct_value_address, i386_push_dummy_frame,
3597 i386_pop_frame): Renove prototypes.
3598 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3599 macros mentioned above.
3600
3601 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3602
3603 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3604 add_set_boolean_cmd.
3605 (add_setshow_cmd): New function.
3606 * command.h (add_setshow_boolean_cmd): Replace
3607 add_set_boolean_cmd.
3608 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3609 and ``set rdiromatzero''.
3610 * maint.c (_initialize_maint_cmds): Update commented out code.
3611 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3612 * target.c (initialize_targets): Update `set
3613 trust-readonly-sections'.
3614 * remote.c (_initialize_remote): Update `set remotebreak'.
3615
3616 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3617
3618 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3619 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3620 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3621 fit into multi-arch framework.
3622 (i386_breakpoint_from_pc): New function.
3623 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3624 above.
3625
3626 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3627 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3628 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3629 (i386_frameless_function_invocation, i386_frame_num_args,
3630 i386_frame_init_saved_regs): Remove prototypes.
3631 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3632 macros mentioned above.
3633
3634 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3635
3636 * cli/cli-decode.c (set_cmd_cfunc): Update.
3637 (set_cmd_sfunc): Update.
3638 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3639 (set_cmd_sfunc, set_cmd_cfunc): Update.
3640 * cli/cli-decode.h: Update.
3641
3642 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3643
3644 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3645 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3646
3647 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3648
3649 * defs.h (auto_boolean): Declare enum.
3650 * command.h (cmd_auto_boolean): Delete enum.
3651 * mips-tdep.c (mask_address_var): Update.
3652 (mips_mask_address_p): Update.
3653 (show_mask_address): Update.
3654 * remote.c (struct packet_config): Update.
3655 (update_packet_config): Update.
3656 (show_packet_config_cmd): Update.
3657 (packet_ok): Update.
3658 (add_packet_config_cmd): Update.
3659 (_initialize_remote):
3660 * command.h: Update.
3661 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3662 (do_setshow_command): Update.
3663 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3664 * cli/cli-decode.h: Update.
3665
3666 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3667
3668 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3669 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3670 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3671 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3672 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3673 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3674
3675 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3676 list of DJGPP COFF targets.
3677
3678 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3679 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3680 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3681 (FP0_REGNUM): Remove define.
3682 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3683 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3684 (i386_register_virtual_size): Remove protoype.
3685 * i386-tdep.c (i386_register_virtual_size): Removed.
3686 (i386_extract_return_value, i386_store_return_value): Use
3687 FP0_REGNUM instead of NUM_FREGS to determine whether the
3688 floating-point registers are available.
3689 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3690 Adjust for removal of macros mentioned above.
3691
3692 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3693
3694 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3695 comments.
3696 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3697 Remove prototypes.
3698 (supply_gregset, fill_gregset): Remove use of register keyword and
3699 remove declaration for regmap. Use I386_NUM_GREGS instead of
3700 NUM_REGS and NUM_FREGS.
3701 (FPREGSET_FSAVE_OFFSET): Remove.
3702 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3703 NUM_FREGS to determine whether the floating-point registers are
3704 available.
3705
3706 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3707 gnu_store_registers): Replace usage of NUM_GREGS with
3708 I386_NUM_GREGS.
3709
3710 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3711 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3712 usage of NUM_GREGS with I386_NUM_GREGS.
3713
3714 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3715
3716 * i386bsd-nat.c: Include "i386-tdep.h".
3717 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3718 I386_NUM_GREGS.
3719
3720 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3721 and associated comment. They no longer make any sense, since we
3722 don't use this file anymore on Linux.
3723
3724 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3725 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3726 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3727 elements in these arrays.
3728 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3729 MAX_NUM_REGS.
3730
3731 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3732
3733 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3734 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3735
3736 2002-06-14 Andrew Cagney <cagney@redhat.com>
3737
3738 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3739 EXTRACT_RETURN_VALUE.
3740 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3741 EXTRACT_STRUCT_VALUE_ADDRESS.
3742 * gdbarch.h, gdbarch.c: Regenerate.
3743
3744 * values.c (value_being_returned): Handle
3745 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3746 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3747
3748 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3749 * arm-tdep.c (arm_gdbarch_init): Update.
3750 * avr-tdep.c (avr_gdbarch_init): Update.
3751 * cris-tdep.c (cris_gdbarch_init): Update.
3752 * d10v-tdep.c (d10v_gdbarch_init): Update.
3753 * ia64-tdep.c (ia64_gdbarch_init): Update.
3754 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3755 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3756 * s390-tdep.c (s390_gdbarch_init): Update.
3757 * sh-tdep.c (sh_gdbarch_init): Update.
3758 * s390-tdep.c (s390_gdbarch_init): Update.
3759 * sparc-tdep.c (sparc_gdbarch_init): Update.
3760 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3761 * v850-tdep.c (v850_gdbarch_init): Update.
3762 * vax-tdep.c (vax_gdbarch_init): Update.
3763 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3764 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3765
3766 * config/arc/tm-arc.h: Update.
3767 * config/d30v/tm-d30v.h: Update.
3768 * config/fr30/tm-fr30.h: Update.
3769 * config/h8300/tm-h8300.h: Update.
3770 * config/h8500/tm-h8500.h: Update.
3771 * config/i386/tm-i386.h: Update.
3772 * config/i386/tm-ptx.h: Update.
3773 * config/i386/tm-symmetry.h: Update.
3774 * config/i960/tm-i960.h: Update.
3775 * config/m32r/tm-m32r.h: Update.
3776 * config/m68k/tm-delta68.h: Update.
3777 * config/m68k/tm-linux.h: Update.
3778 * config/m68k/tm-m68k.h: Update.
3779 * config/m88k/tm-m88k.h: Update.
3780 * config/mcore/tm-mcore.h: Update.
3781 * config/mips/tm-mips.h: Update.
3782 * config/mn10200/tm-mn10200.h: Update.
3783 * config/pa/tm-hppa.h: Update.
3784 * config/pa/tm-hppa64.h: Update.
3785 * config/sparc/tm-sp64.h: Update.
3786 * config/sparc/tm-sparc.h: Update.
3787 * config/sparc/tm-sparclet.h: Update.
3788 * config/z8k/tm-z8k.h: Update.
3789
3790 2002-06-14 Andrew Cagney <cagney@redhat.com>
3791
3792 * Makefile.in (i386_linux_tdep_h): Define.
3793 (i386_tdep_h, i387_tdep_h): Define.
3794 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3795 $(i386_tdep_h) and $(i387_tdep_h).
3796 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3797
3798 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3799
3800 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3801 Already covered by the default.
3802
3803 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3804 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3805 (i386_gdbarch_init): Initialize long_double_format and long_double
3806 bit.
3807
3808 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3809 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3810 Move these to ...
3811 * config/i386/i386sol2.mh: ... here.
3812 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3813 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3814 (SIGCONTEXT_PC_OFFSET): Remove define.
3815 (IN_SIGTRAMP): Remove define.
3816 * i386-sol2-tdep.c: New file.
3817
3818 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3819 * config/i386/tm-i386nw.h: Removed.
3820
3821 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3822 USE_STRUCT_CONVENTION): Remove defines.
3823 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3824 (get_longjmp_target): Remove prototype.
3825 (IN_SIGTRAMP): Remove define.
3826 (i386bsd_in_sigtramp): Remove prototype.
3827 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3828 function. Update comment accordingly
3829 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3830 (FRAME_SAVED_PC): Remove define.
3831 (i386bsd_frame_saved_pc): Remove prototype.
3832 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3833 GET_LONGJMP_TARGET): Remove defines.
3834 (get_longjmp_target): Remove prototype.
3835 (IN_SIGTRAMP): Remove define.
3836 (i386bsd_in_sigtramp): Remove prototype.
3837 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3838 function. Update comment accordingly
3839 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3840 (FRAME_SAVED_PC): Remove define.
3841 (i386bsd_frame_saved_pc): Remove prototype.
3842 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3843 Remove prototype.
3844 (USE_STRUCT_CONVENTION): Remove prototype.
3845 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3846 declaration.
3847 (_initialize_i386bsd_nat): Revise logic to determine some
3848 constants at compile time when compiling a native GDB. Warn if
3849 things don't match up with what we expect.
3850 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3851 Remove variables.
3852 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3853 to use date stored in `struct gdbarch_tdep'.
3854 (i386bsd_sigcontext_offset): Remove varaible.
3855 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3856 stored in `struct gdbarch_tdep'.
3857 (i386bsd_frame_saved_pc): Make static.
3858 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3859 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3860 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3861 i386fbsd4_sc_pc_offset): New variables.
3862 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3863 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3864 functions.
3865 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3866 functions.
3867 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3868 Modify the value of i386fbsd_sigtramp_start and
3869 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3870 i386fbsd_sigtramp_end.
3871 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3872 function.
3873
3874 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3875 define to i386-linux-tdep.h.
3876 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3877 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3878 defines.
3879 (i386_linux_register_name, i386_linux_register_byte,
3880 i386_linux_register_raw_size): Remove prototypes.
3881 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3882 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3883 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3884 TARGET_WRITE_PC): Remove defines.
3885 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3886 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3887 i386_linux_write_pc): Remove prototypes.
3888 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3889 (get_longjmp_target): Remove prototype.
3890 * i386-linux-tdep.h: New file.
3891 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3892 * i386-linux-tdep.c: Include "i386-tdep.h" and
3893 "i386-linux-tdep.h".
3894 (i386_linux_register_name, i386_linux_register_byte,
3895 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3896 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3897 Make static.
3898 (i386_linux_init_abi): New function.
3899 (_initialize_i386_linux_tdep): New function.
3900
3901 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3902 (i386_saved_pc_after_call): Remove prototype.
3903 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3904 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3905 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3906 (i386_register_name, i386_stab_reg_to_regnum,
3907 i386_dwarf_reg_to_regnum): Remove prototypes.
3908 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3909 SIZEOF_SSE_REGS): Remove defines.
3910 (REGISTER_BYTES): Remove define.
3911 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3912 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3913 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3914 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3915 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3916 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3917 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3918 (get_longjmp_target): Remove prototype.
3919 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3920 (sigtramp_saved_pc): Remove define.
3921 (i386v4_sigtramp_saved_pc): Remove prototype.
3922 * config/i386/tm-go32.h (FRAME_CHAIN,
3923 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3924 (i386go32_frame_saved_pc): Remove prototype.
3925 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3926 (get_longjmp_target): Remove prototype.
3927 * i386-tdep.h: Include "osabi.h".
3928 (enum i386_abi): Removed.
3929 (enum struct_return): New enum.
3930 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3931 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3932 sc_pc_offset members.
3933 (i386_gdbarch_register_os_abi): Remove prototype.
3934 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3935 I386_SSE_NUM_REGS): New defines.
3936 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3937 I386_SSE_SIZEOF_REGS): New defines.
3938 (i386_register_name, i386_register_byte, i386_register_raw_size):
3939 New prototypes.
3940 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3941 (i386bsd_sigtramp_saved_pc): New prototype.
3942 * i386-tdep.c: Don't include "elf-bfd.h".
3943 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3944 i386_frame_chain, i386_saved_pc_after_call): Make static.
3945 (i386_frame_saved_pc): Rewrite to call architecture dependent
3946 function to deal with signal handlers. Make static.
3947 (i386go32_frame_saved_pc): Removed.
3948 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3949 Removed.
3950 (i386_get_longjmp_target): New function.
3951 (default_struct_convention, pcc_struct_convention,
3952 reg_struct_convention, valid_conventions, struct_convention): New
3953 variables.
3954 (i386_use_struct_convention): New function.
3955 (i386v4_sigtramp_saved_pc): Renamed to
3956 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3957 (i386_pc_in_sigtramp): New function.
3958 (i386_abi_names): Removed.
3959 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3960 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3961 Removed.
3962 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3963 i386_gdbarch_register_os_abi): Removed.
3964 (struct i386_abi_handler): Removed.
3965 (i386_abi_handler_list): Removed.
3966 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3967 functions.
3968 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3969 i386_nw_init_abi): New functions.
3970 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3971 Use set_gdbarch_xxx() calls instead of relying on macros for a
3972 number of calls.
3973 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3974 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3975 Register the various architecture variants defined in this file.
3976
3977 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
3978
3979 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3980 (struct main_type): Remove arg_types member. Update comments for
3981 struct field.
3982 (TYPE_ARG_TYPES): Remove.
3983 (TYPE_FN_FIELD_ARGS): Update.
3984 (smash_to_method_type): Update prototype.
3985
3986 * c-typeprint.c (cp_type_print_method_args): Take method type
3987 instead of argument list. Use new argument layout. Simplify.
3988 (c_type_print_args): Use new argument layout. Simplify.
3989 (c_type_print_base): Update call to cp_type_print_method_args.
3990 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3991 argument; use die->type instead. Update call to
3992 smash_to_method_type.
3993 (read_structure_scope): Update call to dwarf2_add_member_fn.
3994 * gdbtypes.c (allocate_stub_method): Update comment.
3995 (smash_to_method_type): Take new NARGS and VARARGS arguments.
3996 Use new argument layout.
3997 (check_stub_method): Use new argument layout. Don't count
3998 void as an argument.
3999 (print_arg_types): Update comments. Use new argument layout.
4000 (recursive_dump_type): Don't print arg_types member.
4001 * hpread.c (hpread_read_struct_type): Use new argument layout.
4002 (fixup_class_method_type): Likewise.
4003 (hpread_type_lookup): Likewise.
4004 * stabsread.c (read_type): Update calls to read_args and
4005 smash_to_method_type.
4006 (read_args): Use new argument layout. Simplify.
4007 * valops.c (typecmp): Use new argument layout. Update parameters
4008 and comments. Simplify.
4009 (hand_function_call): Use new argument layout.
4010 (search_struct_method): Update call to typecmp.
4011 (find_overload_match): Use new argument layout.
4012
4013 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4014
4015 * NEWS: Mention multithreaded debug support for gdbserver.
4016
4017 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4018
4019 * MAINTAINERS: Mention NEWS.
4020
4021 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
4022
4023 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4024 (struct mips_objfile_private, compare_pdr_entries): New.
4025 (non_heuristic_proc_desc): Read the ".pdr" section if it
4026 is present.
4027
4028 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4029
4030 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4031 (arm_debug): New static variable.
4032 (_initialize_arm_tdep): Add ``set debug arm'' command.
4033
4034 2002-06-12 Andrew Cagney <ac131313@redhat.com>
4035
4036 * Makefile.in (sim_arm_h): Define.
4037 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4038 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4039 (arm_register_sim_regno): New function, map an internal REGNUM
4040 onto a simulator register number.
4041 (arm_gdbarch_init): Set register_sim_regno.
4042
4043 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
4044
4045 * MAINTAINERS: Add self.
4046
4047 2002-06-11 Jim Blandy <jimb@redhat.com>
4048
4049 * source.c (source_info): Mention whether the symtab has
4050 information about preprocessor macros.
4051
4052 Call the command `info macro', not `show macro'.
4053 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4054 Fix error message.
4055 (_initialize_macrocmd): Register `info_macro_command' in
4056 `infolist', not `showlist'.
4057
4058 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4059
4060 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4061 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4062 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4063 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4064 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4065 unconditionally.
4066 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4067 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4068 (_initialize_mips_tdep): Remove dead code.
4069 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4070 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4071 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4072 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4073 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4074 MIPS_LAST_FP_ARG_REGNUM): Remove.
4075
4076 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4077
4078 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4079 (unwind_tmp_obstack_free, parse_frame_info)
4080 (update_context, cfi_read_fp, cfi_write_fp)
4081 (cfi_frame_chain, cfi_init_extra_frame_info)
4082 (cfi_virtual_frame_pointer): Use the above function.
4083 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4084
4085 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
4086
4087 * v850-tdep.c (v850_type_is_scalar): New function.
4088 (v850_use_struct_convention): Match current gcc implementation
4089 as close as possible.
4090 (v850_push_arguments): Fix stack_offset handling. Don't write
4091 struct_addr into register. This is done by v850_store_struct_return.
4092 (v850_extract_return_value): Care for structs.
4093 (v850_store_return_value): Ditto.
4094 (v850_store_struct_return): Actually write address.
4095
4096 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4097
4098 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4099 without debug information too.
4100
4101 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4102
4103 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4104 Make multi-arch pure.
4105 * gdbarch.h, gdbarch.c: Re-generate.
4106 * arm-tdep.c (arm_print_float_info): Update.
4107 * arch-utils.h (default_print_float_info): Update.
4108 * arch-utils.c (default_print_float_info): Update.
4109 * infcmd.c (float_info): Update call.
4110
4111 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4112
4113 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4114 the front of the initialize list.
4115
4116 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4117
4118 * infrun.c (struct inferior_status): Replace fields
4119 selected_frame_address and selected_level with field
4120 selected_frame_id.
4121 (save_inferior_status): Update. Use get_frame_id.
4122 (struct restore_selected_frame_args): Delete.
4123 (restore_selected_frame): Update. Use frame_find_by_id.
4124 (restore_inferior_status): Update.
4125
4126 * breakpoint.h (struct breakpoint): Change type of
4127 watchpoint_frame to frame_id.
4128 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4129 call to get_current_frame.
4130 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4131 get_current_frame.
4132 (watchpoint_check): Use frame_find_by_id.
4133
4134 * frame.h (record_selected_frame): Delete declaration.
4135 * stack.c (record_selected_frame): Delete function.
4136
4137 * frame.h (struct frame_id): Define.
4138 (get_frame_id): Declare.
4139 (frame_find_by_id): Declare.
4140 * frame.c (frame_find_by_id): New function.
4141 (get_frame_id): New function.
4142
4143 2002-06-10 Andrey Volkov <avolkov@transas.com>
4144
4145 * ser-e7kpc.c: Fix duplicated define and call of
4146 _initialize_ser_e7000pc
4147
4148 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4149
4150 * signals/signals.c (target_signal_from_host): Fix #ifdef
4151 SIGRTMIN case.
4152 (do_target_signal_to_host): Likewise.
4153
4154 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4155
4156 * mips-tdep.c (mips_find_abi_section): New function.
4157 (mips_gdbarch_init): Call it.
4158
4159 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4160
4161 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4162 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4163 after Andrew's 2002-06-08 gdbarch change.
4164
4165 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4166
4167 * i386-linux-nat.c (suppy_gregset): Don't supply
4168 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4169 register cache.
4170 (fill_gregset): Don't fetch it under the same circumstances.
4171
4172 2002-06-09 Andrew Cagney <cagney@redhat.com>
4173
4174 * Makefile.in (callback_h): Define.
4175 (remote_sim_h): Update path to remote-sim.h.
4176 (remote-rdp.o): Add $(callback_h).
4177 (remote-sim.o): Use $(callback_h).
4178 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4179 * remote-rdp.c: Include "gdb/callback.h".
4180
4181 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4182
4183 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4184 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4185
4186 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4187
4188 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4189 * rdi-share/serpardr.c: Ditto.
4190 * rdi-share/unixcomm.c: Ditto.
4191 * rdi-share/serdrv.c: Ditto.
4192 * rdi-share/hostchan.h: Ditto.
4193 * rdi-share/hostchan.c: Ditto.
4194 * rdi-share/host.h: Ditto.
4195 * rdi-share/devsw.c: Ditto.
4196
4197 * objfiles.h: Change type of obj_private to void pointer.
4198 * pa64solib.c: Update copyright. Don't include "assert.h", use
4199 strcmp instead of STREQ, use LONGEST, do not use PTR
4200 * somsolib.c: Ditto.
4201
4202 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4203 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4204 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4205
4206 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4207
4208 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4209 (default_get_saved_register): Delete function.
4210 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4211 generic_unwind_get_saved_register.
4212 * gdbarch.h, gdbarch.c: Re-generate.
4213
4214 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4215
4216 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4217 generic_func_frame_chain_valid.
4218 * gdbarch.h, gdbarch.c: Re-generate.
4219 * blockframe.c (generic_func_frame_chain_valid): Only check
4220 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
4221 passing FP to PC_IN_CALL_DUMMY.
4222 Fix PR gdb/360.
4223
4224 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4225
4226 * gdbarch.sh (struct gdbarch_data): Add field init_p.
4227 (register_gdbarch_data): Initialize init_p.
4228 (gdbarch_data): Initialize data pointer using the init function.
4229 (init_gdbarch_data): Delete function.
4230 (gdbarch_update_p): Update.
4231 (initialize_non_multiarch): Update.
4232 (struct gdbarch): Add field initialized_p.
4233 * gdbarch.h, gdbarch.c: Re-generate.
4234
4235 2002-06-07 Michal Ludvig <mludvig@suse.cz>
4236
4237 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4238 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4239 better do the things actually here.
4240 * x86-64-tdep.c (x86_64_register_name2nr): New.
4241 (x86_64_register_name): Renamed to x86_64_register_nr2name.
4242 (x86_64_gdbarch_init): Respect the above change.
4243 * x86-64-tdep.h (x86_64_register_name2nr)
4244 (x86_64_register_nr2name): Add prototypes.
4245 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4246
4247 2002-06-06 Michael Snyder <msnyder@redhat.com>
4248
4249 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4250 Delete extra braces and re-indent.
4251 (d10v_store_return_value): Char return values
4252 must be shifted over by one byte in R0.
4253 (d10v_extract_return_value): Delete extra braces, re-indent.
4254
4255 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4256
4257 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4258 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4259 (d10v_integer_to_address): Rewrite.
4260 (d10v_frame_init_saved_regs): When reading fp and sp registers use
4261 the d10v specific functions which take care of converting to the
4262 correct space.
4263
4264 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4265
4266 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4267 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4268
4269 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4270
4271 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4272 includes.
4273 * config/tm-linux.h: Ditto.
4274 * config/alpha/tm-alphalinux.h: Ditto.
4275 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4276 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4277 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4278 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4279 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4280 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4281 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4282 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4283 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4284 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4285 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4286 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4287 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4288 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4289 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4290 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4291 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4292 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4293 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4294 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4295 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4296 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4297 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4298 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4299 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4300 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4301 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4302 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4303 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4304 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4305 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4306 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4307 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4308 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4309 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4310 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4311 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4312
4313 2002-05-04 Aidan Skinner <aidan@velvet.net>
4314
4315 * ada-exp.tab.c: New file
4316 * ada-exp.y: New file
4317 * ada-lang.c: New file
4318 * ada-lang.h: New file
4319 * ada-lex.c: New file
4320 * ada-lex.l: New file
4321 * ada-tasks.c: New file
4322 * ada-typeprint.c: New file
4323 * ada-valprint.c: New file
4324
4325 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4326
4327 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4328 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4329
4330 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4331
4332 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4333 insetead of ppc-linux-tdep.o.
4334 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4335 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4336
4337 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4338
4339 2002-05-07 Christian Groessler <chris@groessler.org>
4340 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4341 bit register contents for little endian hosts.
4342
4343 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4344
4345 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4346 any maintainer.
4347
4348 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4349
4350 * gdbarch.h: Regenerate.
4351
4352 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4353
4354 * MAINTAINERS: Add everyone to write-after-approval list.
4355
4356 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4357
4358 * stack.c (frame_info): Use frame_register_unwind instead of
4359 saved_regs. Mention when the SP is on the stack or in a register.
4360
4361 * frame.h (frame_register_unwind_ftype): Define. Document.
4362 (struct frame_info): Add field register_unwind and
4363 register_unwind_cache.
4364 (frame_register_unwind): Declare.
4365 (generic_unwind_get_saved_register): Declare.
4366
4367 * frame.c (frame_register_unwind): New function.
4368 (generic_unwind_get_saved_register): New function.
4369
4370 * blockframe.c (generic_call_dummy_register_unwind): New function.
4371 (frame_saved_regs_register_unwind): New function.
4372 (set_unwind_by_pc): New function.
4373 (create_new_frame): New function.
4374 (get_prev_frame): New function.
4375
4376 2002-05-30 Andrew Cagney <ac131313@redhat.com>
4377
4378 * a29k-share/: Delete directory.
4379 * remote-vx29k.c: Delete file.
4380
4381 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4382
4383 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4384 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4385
4386 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4387
4388 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4389 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4390 (sparc64nbsd-nat.o)
4391 (sparcnbsd-nat.o)
4392 (sparcnbsd-tdep.o): New dependency lists.
4393 * NEWS: Note new UltraSPARC NetBSD native configuration.
4394 * configure.host (sparc64-*-netbsd*): New host.
4395 * configure.tgt (sparc-*-netbsdelf*)
4396 (sparc-*-netbsd*): Set gdb_target to nbsd.
4397 (sparc64-*-netbsd*): New target.
4398 * sparc64nbsd-nat.c: New file.
4399 * sparcnbsd-nat.c: New file.
4400 * sparcnbsd-tdep.c: New file.
4401 * sparcnbsd-tdep.h: New file.
4402 * config/sparc/nbsd.mt: New file.
4403 * config/sparc/nbsd64.mh: New file.
4404 * config/sparc/nbsd64.mt: New file.
4405 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4406 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4407 (HOST_IPC): Remove.
4408 * config/sparc/nbsdaout.mt: Remove.
4409 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4410 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4411 (HOST_IPC): Remove.
4412 * config/sparc/nbsdelf.mt: Remove.
4413 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4414 sparc-nat.c compatiblity defines.
4415 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4416 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4417 * config/sparc/tm-nbsd64.h: New file.
4418 * config/sparc/tm-nbsdaout.h: Remove.
4419 * config/sparc/xm-nbsd.h: Remove.
4420
4421 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4422
4423 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4424 * sparc-tdep.c: Include osabi.h.
4425 (gdbarch_tdep): Add osabi member.
4426 (_initialize_sparc_tdep): Use gdbarch_register.
4427 (sparc_gdbarch_init): Use generic OS ABI framework.
4428 (sparc_dump_tdep): New function.
4429
4430 2002-05-30 Kevin Buettner <kevinb@redhat.com>
4431
4432 * corefile.c (do_captured_read_memory_integer): Return non-zero
4433 result.
4434 (safe_read_memory_integer): Copy result of memory read when
4435 status is non-zero. Also, add comments.
4436
4437 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4438
4439 * Makefile.in (ppc_tdep_h): Define.
4440 (ppc-linux-nat.o)
4441 (ppc-linux-tdep.o)
4442 (rs6000-tdep.o): Use $(ppc_tdep_h).
4443 (ppc-sysv-tdep.o)
4444 (ppcnbsd-nat.o)
4445 (ppcnbsd-tdep.o): New dependency lists.
4446 * ppc-tdep.h: Use generic OS ABI framework.
4447 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4448 (ppc_linux_init_abi): New functions.
4449 (ppc_sysv_abi_broken_use_struct_convention)
4450 (ppc_sysv_abi_use_struct_convention)
4451 (ppc_sysv_abi_push_arguments): Move to...
4452 * ppc-sysv-tdep.c: ...here.
4453 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4454 * rs6000-tdep.c (process_note_abi_tag_sections)
4455 (get_elfosabi): Remove.
4456 (rs6000_gdbarch_init): Use generic OS ABI framework.
4457 (rs6000_dump_tdep): New function.
4458 (_initialize_rs6000_tdep): Use gdbarch_register.
4459 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4460 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4461 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4462 of ppc-linux-tdep.o.
4463 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4464 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4465 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4466 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4467 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4468 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4469
4470 2002-05-29 Jim Blandy <jimb@redhat.com>
4471
4472 * macroscope.c (default_macro_scope): Put `void' in empty argument
4473 list.
4474
4475 2002-05-29 Andrew Cagney <ac131313@redhat.com>
4476
4477 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4478 * arch-utils.c: Include "sim-regno.h".
4479 * gdbarch.sh: Don't include "sim-regno.h".
4480 * gdbarch.h, gdbarch.c: Regenerate.
4481 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4482 here.
4483 * arch-utils.h (legacy_register_sim_regno): To here.
4484 * remote-sim.c (legacy_register_sim_regno): Move function from
4485 here.
4486 * arch-utils.c (legacy_register_sim_regno): To here.
4487
4488 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4489
4490 * sim-regno.h: New file.
4491 * Makefile.in (sim_regno_h): Define.
4492 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4493 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4494 (legacy_register_sim_regno): New function.
4495 (one2one_register_sim_regno): New function.
4496 (gdbsim_fetch_register): Rewrite.
4497 (gdbsim_store_register): Only store a register when
4498 REGISTER_SIM_REGNO is valid.
4499 * d10v-tdep.c: Include "sim-regno.h".
4500 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4501 (d10v_ts3_register_sim_regno): Ditto.
4502 * gdbarch.sh: Include "sim-regno.h".
4503 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4504 * gdbarch.h, gdbarch.c: Regenerate.
4505 * arch-utils.h (default_register_sim_regno): Delete declaration.
4506 * arch-utils.c (default_register_sim_regno): Delete function.
4507
4508 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4509
4510 * ppcnbsd-nat.c: Rewrite.
4511 * ppcnbsd-tdep.c: New file.
4512 * ppcnbsd-tdep.h: New file.
4513 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4514 solib.o, and solib-svr4.o.
4515 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4516 nbsd-tdep.o, and corelow.o.
4517
4518 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4519
4520 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4521 `tr' and `sed'. Mention that `broken' targets are not expected to
4522 build.
4523
4524 2002-05-27 Michal Ludvig <mludvig@suse.cz>
4525
4526 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4527 Let PC point right after the prologue before looking up symbols.
4528
4529 2002-05-27 Martin M. Hunt <hunt@redhat.com>
4530
4531 * i386-tdep.c (i386_register_virtual_type): Return
4532 builtin_type_vec128i for SSE registers.
4533
4534 * gdbtypes.h (builtin_type_vec128i): Declare.
4535
4536 * gdbtypes.c (build_builtin_type_vec128i): New function.
4537 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4538 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4539 (build_gdbtypes): Initialize new builtin vector types.
4540 (_initialize_gdbtypes): Register new vector types with gdbarch.
4541
4542 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4543
4544 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4545 since it has been multi-arch'd.
4546 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4547 Move Alpha and VAX multi-arch news entries to same section
4548 as other multi-arch news.
4549
4550 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4551
4552 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4553 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4554 static. Rename some register numbers to put them in ns32k-tdep
4555 private namespace.
4556 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4557 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4558 functions.
4559 (_initialize_ns32k_tdep): Use gdbarch_register.
4560 * ns32k-tdep.h: New file.
4561 * ns32knbsd-tdep.c: New file.
4562 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4563 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4564 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4565 REGISTER_BYTES, REGISTER_BYTE): Remove.
4566 * config/ns32k/tm-ns32k.h: New file.
4567 * config/ns32k/tm-umax.h: Remove.
4568
4569 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4570
4571 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4572 ns32k_store_struct_return, ns32k_extract_return_value,
4573 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4574 functions.
4575 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4576 ns32k_saved_pc_after_call.
4577 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4578 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4579 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4580 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4581 ns32k_extract_struct_value_address.
4582
4583 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4584
4585 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4586 ns32k_fix_call_dummy): New.
4587 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4588 ns32k_call_dummy_words.
4589 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4590 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4591 CALL_DUMMY_NARGS): Remove.
4592 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4593
4594 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4595
4596 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4597 ns32k_frame_saved_pc, ns32k_frame_args_address,
4598 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4599 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4600 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4601 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4602 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4603 (BREAKPOINT): Remove..
4604 (FRAME_CHAIN): Define as ns32k_frame_chain.
4605 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4606 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4607 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4608 (FRAME_FIND_SAVED_REGS): Remove.
4609 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4610 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4611 (POP_FRAME): Define as ns32k_pop_frame.
4612
4613 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4614
4615 * ns32k-tdep.c (ns32k_register_byte_32082,
4616 ns32k_register_byte_32382, ns32k_register_raw_size,
4617 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4618 functions.
4619 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4620 ns32k_register_byte_32382.
4621 * config/ns32k/tm-umax.h: Update copyright years.
4622 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4623 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4624 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4625 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4626 (ns32k_get_enter_addr): Fix prototype.
4627
4628 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4629
4630 * ns32k-tdep.c: Update copyright years.
4631 (ns32k_register_name_32082): New function.
4632 (ns32k_register_name_32382): Ditto.
4633 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4634 (REGISTER_NAME): Define as ns32k_register_name_32382.
4635 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4636 (REGISTER_NAME): Define as ns32k_register_name_32082.
4637
4638 2002-05-24 Jim Blandy <jimb@redhat.com>
4639
4640 * dwarf2read.c (free_line_header): Use xfree, not free.
4641
4642 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4643
4644 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4645 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4646
4647 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4648
4649 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4650
4651 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4652
4653 From Ross Alexander at NEC Europe:
4654 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4655
4656 2002-05-23 Michael Snyder <msnyder@redhat.com>
4657
4658 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4659 for input, rather than parse_and_eval_address.
4660
4661 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4662
4663 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4664 * Makefile.in (sim_d10v_h): Update definition.
4665
4666 2002-05-24 Andrew Cagney <cagney@redhat.com>
4667
4668 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4669 change `2002-05-22 Michael Snyder' below.
4670 (d10v_push_arguments): Ditto.
4671 (d10v_extract_return_value): Ditto.
4672
4673 2002-05-23 Jim Blandy <jimb@redhat.com>
4674
4675 * macrotab.c (check_for_redefinition): Don't complain if the new
4676 definition is the same as the previous one. Take more arguments
4677 to allow the comparison.
4678 (macro_define_object, macro_define_function): Pass more arguments
4679 to check_for_redefinition.
4680
4681 2002-05-22 Michael Snyder <msnyder@redhat.com>
4682
4683 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4684 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4685 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4686 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4687 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4688 Add a temp variable to save a call (and a memory read).
4689 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4690 if possible (so that PC_IN_CALL_DUMMY will work).
4691
4692 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4693
4694 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4695
4696 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4697
4698 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4699 fde->cie_ptr.
4700 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4701 (dwarf2_build_frame_info): Add offset to fde->initial_location
4702 so that frames of shared libraries are mapped correctly.
4703 (execute_stack_op): Change type of 'result' from ULONGEST to
4704 CORE_ADDR.
4705
4706 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4707
4708 * config/alpha/tm-nbsd.h: Include solib.h.
4709
4710 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4711
4712 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4713 assumptions about the host's byte order.
4714
4715 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4716
4717 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4718 to dependency list.
4719 * alphanbsd-tdep.c: Include solib-svr4.h.
4720 * shnbsd-tdep.c: Ditto.
4721
4722 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4723
4724 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4725 nbsd-tdep.h to dependency list.
4726 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4727 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4728 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4729 nbsdaout.mh and nbsdelf.mh consistently.
4730 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4731 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4732 nbsdaout.mt and nbsdelf.mh consistently.
4733 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4734 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4735 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4736 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4737 a.out shared library stuff from here...
4738 * config/nm-nbsdaout.h: ...to here.
4739 * config/tm-nbsd.h: Remove.
4740 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4741 * config/arm/nbsd.mh: Remove.
4742 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4743 nbsd-tdep.o.
4744 * config/arm/nbsdaout.mh: New file.
4745 * config/arm/nbsdelf.mh: New file.
4746 * config/arm/nm-nbsdaout.h: New file.
4747 * config/i386/nbsd.mh: Remove.
4748 * config/i386/nbsd.mt: Remove.
4749 * config/i386/nbsdaout.mh: New file.
4750 * config/i386/nbsdaout.mt: New file.
4751 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4752 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4753 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4754 i386_register_u_addr): Remove.
4755 * config/i386/nm-nbsdaout.h: New file.
4756 * config/i386/nm-nbsdelf.h: Remove.
4757 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4758 (USE_STRUCT_CONVENTION): Remove.
4759 * config/i386/tm-nbsdaout.h: New file.
4760 * config/i386/tm-nbsdelf.h: Remove.
4761 * config/m68k/nbsd.mh: Remove.
4762 * config/m68k/nbsd.mt: Remove.
4763 * config/m68k/nbsdaout.mh: New file.
4764 * config/m68k/nbsdaout.mt: New file.
4765 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4766 * config/m68k/nm-nbsdaout.h: New file.
4767 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4768 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4769 * config/ns32k/nbsd.mh: Remove.
4770 * config/ns32k/nbsd.mt: Remove.
4771 * config/ns32k/nbsdaout.mh: New file.
4772 * config/ns32k/nbsdaout.mt: New file.
4773 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4774 * config/ns32k/nm-nbsdaout.h: New file.
4775 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4776 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4777 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4778 (SVR4_SHARED_LIBS): Remove.
4779 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4780 * config/sparc/nbsd.mh: Remove.
4781 * config/sparc/nbsd.mt: Remove.
4782 * config/sparc/nbsdaout.mh: New file.
4783 * config/sparc/nbsdaout.mt: New file.
4784 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4785 * config/sparc/nbsdelf.mt: New file.
4786 * config/sparc/nm-nbsdaout.h: New file.
4787 * config/sparc/nm-nbsdelf.h: Remove.
4788 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4789 * config/sparc/tm-nbsdaout.h: New file.
4790
4791 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4792
4793 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4794 mipsnbsd-tdep.c
4795 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4796
4797 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4798
4799 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4800 shnbsd-nat.c.
4801 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4802
4803 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4804
4805 * NEWS: Note new MIPS NetBSD native configuration.
4806 * configure.host (mips*-*-netbsd*): New host.
4807 * configure.tgt (mips*-*-netbsd*): New target.
4808 * mipsnbsd-nat.c: New file.
4809 * mipsnbsd-tdep.c: New file.
4810 * mipsnbsd-tdep.h: New file.
4811 * config/mips/nbsd.mh: New file.
4812 * config/mips/nbsd.mt: New file.
4813 * config/mips/nm-nbsd.h: New file.
4814 * config/mips/tm-nbsd.h: New file.
4815
4816 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4817
4818 * Makefile.in (SFILES): Add osabi.c.
4819 (COMMON_OBS): Add osabi.o.
4820 (osabi.o): New dependency list.
4821 * osabi.c: New file.
4822 * osabi.h: New file.
4823 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4824
4825 * Makefile.in (alpha_tdep_h): Define and use instead of
4826 alpha-tdep.h.
4827 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4828 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4829 Remove.
4830 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4831 * alpha-tdep.h: Include osabi.h.
4832 (alpha_abi): Remove.
4833 (gdbarch_tdep): Use generic OS ABI framework.
4834 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4835 gdbarch_register_osabi.
4836 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4837 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4838 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4839
4840 * Makefile.in (sh_tdep_h): Add osabi.h.
4841 * sh-tdep.h (sh_osabi): Remove.
4842 (gdbarch_tdep): Use generic OS ABI framework.
4843 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4844 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4845 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4846 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4847
4848 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4849 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4850 gdbarch_register_osabi.
4851 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4852 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4853 (get_elfosabi): Rename to...
4854 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4855 ABI framework support routines.
4856 (arm_gdbarch_init): Use generic OS ABI framework.
4857 (arm_dump_tdep): Likewise.
4858 (_initialize_arm_tdep): Likewise.
4859 * arm-tdep.h: Include osabi.h.
4860 (arm_abi): Remove.
4861 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4862 osabi member.
4863 (arm_gdbarch_register_os_abi): Remove prototype.
4864 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4865 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4866
4867 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4868 * mips-tdep.c: Include osabi.h.
4869 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4870 OS ABI framework.
4871
4872 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4873
4874 * h8300-tdep.c: Fix formatting.
4875
4876 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4877
4878 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4879 printing vector registers.
4880
4881 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4882
4883 From Fernando Nasser:
4884 * remote.c (remote_async_open_1): Re-throw the exception when the
4885 connection fails.
4886 (remote_cisco_open): Ditto.
4887 (remote_open_1): Ditto.
4888
4889 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4890
4891 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4892 (remote_start_remote): Add uiout parameter. Pass through to
4893 remote_start_remote_dummy.
4894 (remote_open_1): Use catch_exception instead of catch_errors.
4895 (remote_async_open_1): Ditto.
4896 (remote_cisco_open): Ditto.
4897
4898 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4899
4900 * remote.c (remote_start_remote): Replace PTR with void pointer.
4901 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4902 static.
4903
4904 2002-05-18 Andrew Cagney <ac131313@redhat.com>
4905
4906 * gdb_indent.sh: Allow the script to be run in the sim directory.
4907
4908 2002-05-18 Mark Kettenis <kettenis@gnu.org>
4909
4910 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4911 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4912
4913 * corelow.c (core_open): Only call set_gdbarch_from_file if
4914 exec_bfd is NULL.
4915
4916 2002-05-17 Andrey Volkov <avolkov@transas.com>
4917
4918 * h8300-tdep.c: Add support of EXR register
4919 * config/h8300/tm-h8300.h: Ditto.
4920
4921 2002-05-17 Andrey Volkov <avolkov@transas.com>
4922
4923 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4924
4925 2002-05-17 Andrey Volkov <avolkov@transas.com>
4926
4927 * h8300-tdep.c: Change literal regnums to REGNO.
4928
4929 2002-05-17 Jim Blandy <jimb@redhat.com>
4930
4931 * NEWS: Note addition of macro support.
4932
4933 Expand preprocessor macros in C expressions.
4934 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4935 (scan_macro_expansion, scanning_macro_expansion,
4936 finished_macro_expansion): New function declarations.
4937 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4938 variable declarations.
4939 * parser-defs.h (expression_context_pc): New declaration.
4940 * parse.c (expression_context_pc): New variable.
4941 (parse_exp_1): Set expression_context_pc, as well as
4942 expression_context_block.
4943 * c-exp.y (yylex): If we're not already reading the result of a
4944 macro expansion, try to macro-expand the next token. When we're
4945 done scanning a macro expansion, switch back to the mainline text.
4946 Commas and `if's in a macro's expansion don't terminate the input.
4947 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4948 (macro_original_text, macro_expanded_text,
4949 expression_macro_lookup_func, expression_macro_lookup_baton): New
4950 variables.
4951 (scan_macro_expansion, scanning_macro_expansion,
4952 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4953 c_preprocess_and_parse): New functions.
4954 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4955 c_preprocess_and_parse, instead of c_parse.
4956 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4957 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4958
4959 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4960
4961 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4962 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4963 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4964
4965 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
4966
4967 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4968
4969 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4970
4971 * Makefile.in (sh_tdep_h): Define and use.
4972 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4973 register enum): Move to...
4974 * * sh-tdep.h: ...here.
4975 * sh-tdep.c: Include sh-tdep.h.
4976 * sh3-rom.c: Likewise.
4977 * shnbsd-tdep.c: Likewise.
4978
4979 2002-05-16 Michael Snyder <msnyder@redhat.com>
4980
4981 * arm-tdep.c: Spelling fix in comment.
4982
4983 2002-05-16 Jim Blandy <jimb@redhat.com>
4984
4985 Add commands for manually expanding macros and showing their
4986 definitions.
4987 * macrocmd.c, macroscope.c, macroscope.h: New files.
4988 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4989 (macroscope_h): New variable.
4990 (HFILES_NO_SRCDIR): Add macroscope.h.
4991 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4992 (macroscope.o, macrocmd.o): New rules.
4993
4994 Teach the Dwarf 2 reader to read macro information.
4995 * dwarf2read.c: #include "macrotab.h".
4996 (dwarf_macinfo_buffer): New variable.
4997 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4998 dwarf_macinfo_size.
4999 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5000 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5001 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5002 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5003 dwarf2_macro_spaces_in_definition): New complaints.
5004 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5005 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5006 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5007 the partial symbol table.
5008 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5009 from what's recorded in the partial symbol table.
5010 (read_file_scope): If the compilation unit has a
5011 `DW_AT_macro_info' attribute, read its macro information.
5012 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5013
5014 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5015
5016 Fix PR gdb/546
5017 * ser-tcp.c: Don't include <netinet/udp.h>.
5018
5019 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5020
5021 * MAINTAINERS: Update my email address.
5022
5023 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
5024
5025 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5026 include file of the same name.
5027
5028 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5029
5030 * configure.tgt: Mark v850 as multi-arched.
5031 * config/v850/tm-v850.h: Remove file.
5032 * config/v850/v850.mt: Eliminate TM_FILE.
5033
5034 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5035
5036 * v850-tdep.c: Full multi-arch.
5037 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5038 Define GDB_MULTI_ARCH to 2.
5039
5040 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5041
5042 * p-exp.y (current_type): New static variable.
5043 Carries the type of the expression at the position that is parsed.
5044 (push_current_type, pop_current_type): Two new functions. Used
5045 to store/restore current_type in expression on specific tokens.
5046 (search_field): New static variable. Set to one after parsing a point
5047 as at that point only a FIELDNAME token should be searched.
5048 (FIELDNAME): New token. After a point only a token belonging to
5049 current_type type definition is allowed.
5050 (all over token rules): reset and change current_type according
5051 to rules.
5052 (exp '[' rule): insert implicit array index field if
5053 exp is a pascal string type.
5054
5055 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5056
5057 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5058 frame info. Use frame_info's saved_regs instead of matching member
5059 in extra_frame_info throughout.
5060 (v850_frame_init_saved_regs): New function.
5061 (v850_init_extra_frame_info): Move most functionality into
5062 v850_frame_init_saved_regs().
5063 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5064 (v850_frame_find_saved_regs): Remove declaration.
5065 (FRAME_FIND_SAVED_REGS): Remove definition.
5066 (v850_frame_init_saved_regs): Add declaration.
5067 (FRAME_INIT_SAVED_REGS): Add definition.
5068
5069 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5070
5071 * v850-tdep.c: Begin multi-arch'ing v850.
5072 (v850_target_architecture_hook): Remove function.
5073 (v850_gdbarch_init): New function. Add code previously in
5074 v850_target_architecture_hook().
5075 (_initialize_v850_tdep): Don't set target_architecture_hook.
5076 Call register_gdbarch_init() instead.
5077
5078 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5079
5080 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5081 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5082 (fixup_class_method_type): Likewise.
5083
5084 2002-05-15 Jim Blandy <jimb@redhat.com>
5085
5086 Add macro structures to GDB's symbol tables. Nobody puts anything
5087 in them yet.
5088 * symtab.h (struct symtab): New member: `macro_table'.
5089 * buildsym.h (pending_macros): New global variable.
5090 * buildsym.c: #include "macrotab.h".
5091 (buildsym_init): Initialize `pending_macros'.
5092 (end_symtab): If we found macro information while reading a CU's
5093 debugging info, do build a symtab structure for it. Make the
5094 symtab point to the macro information, and clear the
5095 `pending_macros' pointer which held it while we were reading the
5096 debug info.
5097 (really_free_pendings): Free any pending macro table.
5098 * objfiles.h (struct objfile): New member: `macro_cache'.
5099 * objfiles.c (allocate_objfile): Set allocate and free functions
5100 for the macro cache's objstack.
5101 (free_objfile): Empty the macro cache's obstack.
5102 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5103 set new allocate and free functions for it.
5104 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5105 free functions for the macro cache's objstack. (Why is this
5106 function building its own objfile?)
5107 * symmisc.c (print_objfile_statistics): Print statistics on the
5108 macro bcache.
5109 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5110
5111 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5112
5113 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5114 (REGISTER_U_ADDR): Delete definition.
5115 (arm_register_u_addr): Delete declaration.
5116
5117 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5118
5119 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5120 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5121
5122 2002-05-14 Andrew Cagney <ac131313@redhat.com>
5123
5124 * regcache.c (register_valid): Revise comments refering to "Not
5125 available" and "unavailable".
5126 * frame.c (frame_register_read): Ditto.
5127 * findvar.c (value_of_register): Ditto.
5128
5129 2002-05-15 Andrew Cagney <cagney@redhat.com>
5130
5131 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5132 (remote-sim.o): Update dependencies.
5133 (d10v-tdep.o): Specify dependencies.
5134 (sim_d10v_h): Define.
5135
5136 2002-05-14 Jim Blandy <jimb@redhat.com>
5137
5138 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5139 * macrotab.c (macro_lookup_inclusion, find_definition,
5140 new_macro_table): Same.
5141
5142 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5143 not `! strcmp ()'. This is a dubious improvement.
5144 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5145
5146 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5147 although it's not necessary, to avoid a warning.
5148
5149 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5150
5151 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5152 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5153 TYPE_INSTANCE_FLAGS.
5154 (struct main_type): New.
5155 (struct type): Move most members to struct main_type. Change
5156 cv_type and as_type to new type_chain member. Add instance_flags.
5157 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5158 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5159 (finish_cv_type): Remove prototype.
5160 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5161 Set TYPE_CHAIN.
5162 (alloc_type_instance): New function.
5163 (smash_type): New function.
5164 (make_pointer_type, make_reference_type, make_function_type)
5165 (smash_to_member_type, smash_to_method_type): Call smash_type.
5166 (make_qualified_type): New function.
5167 (make_type_with_address_space): Call make_qualified_type.
5168 (make_cv_type): Likewise.
5169 (finish_cv_type): Remove unnecessary function.
5170 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5171 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5172 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5173 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5174 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5175 * hpread.c (hpread_read_struct_type): Likewise.
5176 * stabsread.c (read_struct_type): Likewise.
5177
5178 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
5179
5180 * configure.tgt: Add a catch all sh* target, for cases like
5181 sh[2,3,4]-elf and sh-hms.
5182
5183 2002-05-14 Keith Seitz <keiths@redhat.com>
5184
5185 * event-loop.c (create_file_handler): Don't do anything but
5186 update data when we are given a fd which we are already
5187 monitoring.
5188
5189 2002-05-14 Michal Ludvig <mludvig@suse.cz>
5190
5191 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5192 (update_context): Use __func__ in warnings.
5193
5194 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5195
5196 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5197 and tcp_close to net_open and net_close.
5198 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5199 using UDP if requested. Don't try to disable Nagle on UDP
5200 sockets.
5201 * remote.c (remote_serial_open): New function. Warn about UDP.
5202 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5203
5204 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5205
5206 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5207
5208 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5209
5210 * configure.tgt: Remove sh-hms target.
5211 * MAINTAINERS: Don't list sh-hms as a separate target.
5212
5213 2002-05-13 Jim Blandy <jimb@redhat.com>
5214
5215 Add first preprocessor macro-expansion files.
5216 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5217 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5218 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5219 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5220 (COMMON_OBS): Add macrotab.o, macroexp.o.
5221 (macroexp.o, macrotab.o): New rules.
5222
5223 2002-05-13 Andrew Cagney <ac131313@redhat.com>
5224
5225 * config/m88k/tm-m88k.h: Update copyright.
5226 (m88k_target_write_pc): Declare
5227 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5228 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5229 (SHIFT_INST_REGS): Update definition.
5230 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
5231 using old definition of TARGET_WRITE_PC.
5232 * regcache.c (generic_target_write_pc): Delete code handling
5233 NNPC_REGNUM.
5234 * gdbarch.sh (NNPC_REGNUM): Delete.
5235 * gdbarch.h, gdbarch.c: Regenerate.
5236
5237 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
5238
5239 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5240 builtin reg number.
5241
5242 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
5243
5244 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5245 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5246 (gen_address_of, gen_struct_ref, gen_repeat): Use type
5247 access macros.
5248 * c-typeprint.c (cp_type_print_method_args): Likewise.
5249 (c_type_print_args): Likewise.
5250 * d10v-tdep.c (d10v_push_arguments): Likewise.
5251 (d10v_extract_return_value): Likewise.
5252 * expprint.c (print_subexp): Likewise.
5253 * gdbtypes.c (lookup_primitive_typename): Likewise.
5254 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5255 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5256 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5257 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5258 (TYPE_VECTOR): Likewise.
5259 * hpread.c (hpread_read_struct_type)
5260 (fix_static_member_physnames, fixup_class_method_type)
5261 (hpread_type_lookup): Likewise.
5262 * mdebugread.c (parse_symbol, parse_type): Likewise.
5263 * p-lang.c (is_pascal_string_type): Likewise.
5264 * valops.c (hand_function_call): Likewise.
5265 * x86-64-tdep.c (classify_argument): Likewise.
5266
5267 * hpread.c (hpread_read_function_type)
5268 (hpread_read_doc_function_type): Call replace_type.
5269 * dstread.c (create_new_type): Delete.
5270 (decode_dst_structure, process_dst_function): Call alloc_type.
5271 Use type access macros.
5272
5273 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5274
5275 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5276 the're not supported by the current architecture.
5277 (i387_fill_fxsave): Likewise.
5278
5279 2002-05-12 Fred Fish <fnf@redhat.com>
5280
5281 * symfile.c (default_symfile_offsets): Arrange for uninitialized
5282 sect_index_xxx members to index the first slot in section_offsets
5283 if all of the section_offsets are zero.
5284
5285 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5286
5287 * configure.tgt (sparc-*openbsd): Remove entry accidentially
5288 checked in with last change.
5289
5290 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5291
5292 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5293 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5294 config.sub.
5295
5296 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
5297
5298 * Makefile.in: Update dependencies.
5299
5300 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5301
5302 * language.c (local_hex_string_custom): Simplify. Do not depend
5303 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5304
5305 * memattr.c (mem_info_command): Replace calls to
5306 longest_local_hex_string and longest_local_hex_string_custom.
5307 * buildsym.c (make_blockvector): Ditto.
5308 * solib.c (info_sharedlibrary_command): Ditto.
5309 * tracepoint.c (tracepoints_info): Ditto.
5310 * symtab.c (print_msymbol_info): Ditto.
5311
5312 * language.c (local_hex_string): Delete.
5313 (local_hex_string_custom): Delete.
5314 (longest_local_hex_string): Rename to local_hex_string.
5315 (longest_local_hex_string_custom): Rename to
5316 local_hex_string_custom.
5317 * language.h (local_hex_string): Change parameter type to LONGEST.
5318 (local_hex_string_custom): Ditto.
5319 (longest_local_hex_string): Delete declaration.
5320 (longest_local_hex_string_custom): Ditto.
5321
5322 * solib.c: Update copyright.
5323 * memattr.c: Update copyright.
5324
5325 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5326
5327 * arch-utils.h (legacy_register_to_value): Declare.
5328 (legacy_value_to_register): Declare.
5329 (legacy_convert_register_p): Declare.
5330 * arch-utils.c (legacy_register_to_value): New function.
5331 (legacy_value_to_register): New function.
5332 (legacy_convert_register_p): New function.
5333
5334 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5335 (VALUE_TO_REGISTER): Define.
5336 (CONVERT_REGISTER_P): Define.
5337 * gdbarch.h, gdbarch.c: Regenerate.
5338
5339 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5340 VALUE_TO_REGISTER.
5341 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5342 CONVERT_REGISTER_P.
5343
5344 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
5345 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5346
5347 * Makefile.in: Update dependencies for valops.c.
5348 * valops.c: Include "gdb_assert.h".
5349 (typecmp): Skip THIS parameter to methods.
5350 (find_method_list): Remove static_memfuncp argument,
5351 update callers. Check for stub methods.
5352 (find_value_oload_method_list): Don't set *static_memfuncp.
5353 (find_overload_match): Don't check for stub methods. Assert
5354 that methods are not stubbed. Handle static methods.
5355 (value_find_oload_method_list): Remove static_memfuncp argument.
5356 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5357 to the argument list for static stub methods.
5358 * value.h (value_find_oload_method_list): Update prototype.
5359
5360 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5361
5362 * arch-utils.h (generic_register_size): Declare.
5363 (generic_register_raw_size, generic_register_virtual_size): Delete
5364 declarations.
5365 * arch-utils.c (generic_register_raw_size): Delete.
5366 (generic_register_size): New function.
5367 (generic_register_virtual_size): Delete.
5368
5369 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5370 default generic_register_size.
5371 * gdbarch.h, gdbarch.c: Re-generate.
5372
5373 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5374 register_virtual_size.
5375 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5376 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5377
5378 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5379
5380 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5381 * gdbarch.h, gdbarch.c: Regenerate.
5382 * gnu-v3-abi.c: Update copyright.
5383 (vtable_address_point_offset): Update.
5384 (gnuv3_rtti_type): Update.
5385 (gnuv3_baseclass_offset): Update.
5386 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5387 (init_fetch_link_map_offsets): Update.
5388 * remote.c (get_remote_state): Update.
5389
5390 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5391
5392 * TODO: Remove value_headof/value_from_vtable_info comment.
5393 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5394 * values.c (value_headof, value_from_vtable_info): Delete.
5395 * value.h (value_from_vtable_info): Delete prototype.
5396
5397 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5398
5399 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5400 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5401 $(gdb_regex_h).
5402 (gdb_assert_h): Define.
5403 (gdb_wait_h): Define.
5404 (gdb_regex_h): Define.
5405
5406 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5407
5408 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5409 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5410
5411 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5412
5413 * nbsd-tdep.c: Fix comment.
5414
5415 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5416
5417 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5418 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5419 (nbsd-tdep.o): New dependency list.
5420 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5421 nbsd-tdep.h.
5422 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5423 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5424 * nbsd-tdep.c: New file.
5425 * nbsd-tdep.h: New file.
5426 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5427 nbsd-tdep.h.
5428 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5429 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5430 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5431 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5432
5433 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5434
5435 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5436 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5437 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5438 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5439 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5440 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5441
5442 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5443
5444 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5445 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5446 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5447 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5448 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5449 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5450 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5451
5452 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5453
5454 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5455 fetch_elfcore_registers to...
5456 * i386nbsd-tdep.c: ...here.
5457 (i386nbsd_use_struct_convention): Rename to...
5458 (i386nbsd_aout_use_struct_convention): ...this.
5459 (i386nbsd_supply_reg): New function.
5460 (i386nbsd_fill_reg): New function.
5461 (fetch_core_registers): Use i386nbsd_supply_reg.
5462 (fetch_elfcore_registers): Likewise.
5463 (_initialize_i386nbsd_tdep): New function.
5464 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5465 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5466 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5467 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5468 (i386nbsd_aout_use_struct_convention): ...this.
5469
5470 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5471
5472 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5473 (store_inferior_registers): Use shnbsd_fill_reg.
5474 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5475 sh_nbsd_supply_register): Collapse into...
5476 (shnbsd_supply_reg): ...this.
5477 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5478 (shnbsd_fill_reg): ...this.
5479 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5480 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5481 (fetch_core_registers): Use shnbsd_supply_reg.
5482 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5483 (sh_nbsd_core_fns): Rename to...
5484 (shnbsd_core_fns): ...this.
5485 (sh_nbsd_elfcore_fns): Rename to...
5486 (shnbsd_elfcore_fns): ...this.
5487 (sh_nbsd_init_abi): Rename to...
5488 (shnbsd_init_abi): ...this.
5489 (_initialize_sh_nbsd_tdep): Rename to...
5490 (_initialize_shnbsd_tdep): ...this.
5491 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5492 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5493 sh_nbsd_fill_register): Remove prototypes.
5494 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5495
5496 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5497
5498 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5499 (i387-nat.o): Delete dependency list.
5500 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5501 (x86-64-linux-nat.o): Likewise.
5502 * i387-nat.c: Delete file, moving contents to...
5503 * i387-tdep.c: ...here.
5504 * i387-nat.h: Rename...
5505 * i387-tdep.h: ...to this.
5506 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5507 * i386-linux-nat.c: Likewise.
5508 * i386bsd-nat.c: Likewise.
5509 * i386gnu-nat.c: Likewise.
5510 * i386nbsd-nat.c: Likewise.
5511 * i386v4-nat.c: Likewise.
5512 * x86-64-linux-nat.c: Likewise.
5513 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5514 * config/i386/go32.mh (NATDEPFILES): Likewise.
5515 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5516 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5517 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5518 * config/i386/linux.mh (NATDEPFILES): Likewise.
5519 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5520 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5521 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5522 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5523
5524 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5525
5526 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5527 (alphanbsd-nat.o): Remove dependency list.
5528 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5529 * alphanbsd-nat.c: Delete. Contents moved to...
5530 * alphanbsd-tdep.c: ...here.
5531 (_initialize_alphanbsd_tdep): Register core functions.
5532 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5533
5534 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5535
5536 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5537 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5538 (alphanbsd-nat.o): Likewise.
5539 (alphabsd-tdep.o): New dependency list.
5540 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5541 (fill_gregset): Use alphabsd_fill_reg.
5542 (supply_fpregset): Use alphabsd_supply_fpreg.
5543 (fill_fpregset): Use alphabsd_fill_fpreg.
5544 (fetch_inferior_registers): Use struct reg and struct fpreg
5545 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5546 and alphabsd_supply_fpreg.
5547 (store_inferior_registers): Use struct reg and struct fpreg
5548 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5549 and alphabsd_fill_fpreg.
5550 * alphabsd-tdep.c: New file.
5551 * alphabsd-tdep.h: New file.
5552 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5553 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5554 alphabsd_supply_fpreg.
5555 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5556 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5557
5558 2002-05-11 Eric Christopher <echristo@redhat.com>
5559
5560 * mips-tdep.c (mips_double_register_type): Fix thinko.
5561 (mips_single_register_type): Ditto.
5562 * MAINTAINERS: Add self.
5563
5564 2002-05-11 Mark Kettenis <kettenis@gnu.org>
5565
5566 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5567 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5568 right thing on architectures with different endianness and/or
5569 integer sizes.
5570
5571 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5572
5573 From Christian Limpach <chris@Pin.LU>
5574 * configure.in: Change sed expression which comments out
5575 NATDEPFILES to also comment out continuation lines.
5576 * configure: Regenerate.
5577
5578 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5579
5580 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5581 big patch.
5582
5583 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5584
5585 * sh-tdep.c: Include correct file.
5586
5587 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5588
5589 New support for sh64-elf (sh5) target.
5590
5591 * configure.tgt: For sh64-elf target, default to sh-elf.
5592
5593 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5594 (struct gdbarch_tdep): Add new fields for new registers and ABI
5595 info.
5596
5597 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5598 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5599 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5600 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5601 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5602 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5603 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5604 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5605 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5606 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5607 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5608 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5609 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5610 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5611 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5612 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5613 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5614 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5615 sign_extend, sh64_nofp_frame_init_saved_regs,
5616 sh64_init_extra_frame_info, sh64_get_saved_register,
5617 sh64_extract_struct_value_address, sh64_pop_frame,
5618 sh64_push_arguments, sh64_extract_return_value,
5619 sh64_store_return_value, sh64_show_media_regs,
5620 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5621 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5622 sh_sh64_register_virtual_type,
5623 sh_sh64_register_convert_to_virtual,
5624 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5625 sh64_register_read, sh64_pseudo_register_write,
5626 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5627 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5628 sh64_do_pseudo_register, sh_compact_do_registers_info,
5629 sh64_do_registers_info, sh_gdbarch_init): New functions.
5630
5631 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5632
5633 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5634
5635 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5636
5637 * linespec.c (decode_line_1): Check for a double quote after
5638 a filename correctly.
5639
5640 2002-05-10 Jim Blandy <jimb@redhat.com>
5641
5642 Properly track the size of the current objfile's .debug_line section.
5643 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5644 (DWARF_LINE_SIZE): New macro.
5645 (dwarf2_build_psymtabs_hard): Record the line section's size in
5646 the partial symbol table.
5647 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5648 symbol table.
5649
5650 2002-05-10 Petr Sorfa <petrs@caldera.com>
5651
5652 * ia64-tdep.c: Handle breakpoints on L instruction type
5653 in MLX instruction bundle by moving the breakpoint to
5654 the third slot (X instruction type) as L holds only data.
5655
5656 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5657
5658 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5659 (process_one_symbol): Complain about discarding local symbols
5660 due to a misplaced N_LBRAC entry.
5661
5662 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5663
5664 From Daniel Berlin <dan@cgsoftware.com>
5665 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5666 decrease the depth we are at, in the case of templates.
5667
5668 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5669
5670 * mips-tdep.c (mips_float_register_type): New function.
5671 (mips_double_register_type): New function.
5672 (mips_print_register): Use them.
5673 (do_fp_register_row): Likewise.
5674
5675 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5676
5677 * signals/signals.c (signals): Remove conditional compilation around
5678 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5679 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5680
5681 2002-05-09 Michael Snyder <msnyder@redhat.com>
5682
5683 * remote-rdp.c (remote_rdp_can_run): Remove.
5684
5685 2002-05-09 Tom Tromey <tromey@redhat.com>
5686
5687 * jv-valprint.c (java_val_print): Handle `char' as a special case
5688 of TYPE_CODE_INT.
5689
5690 2002-05-09 Michael Snyder <msnyder@redhat.com>
5691
5692 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5693 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5694 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5695 str r(0123),[sp,#nn].
5696 (arm_skip_prologue): Ditto. Also make disassembly
5697 order-independent by placing it in a loop.
5698
5699 2002-05-06 Michael Snyder <msnyder@redhat.com>
5700
5701 * stabsread.c (read_type): Add recognition for new attribute:
5702 "@V;" means that an array type is actually a vector.
5703 This is analogous to the vector flag that's been added to dwarf2.
5704
5705 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5706
5707 * i386-tdep.h (i386_abi): New enum.
5708 (struct gdbarch_tdep): Replace os_ident member with abi.
5709 (i386_gdbarch_register_os_abi): New prototype.
5710 * i386-tdep.c (i386_abi_names): New array.
5711 (process_note_abi_tag_sections): Removed.
5712 (process_note_sections): New function.
5713 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5714 (struct i386_abi_handler): New struct.
5715 (i386_abi_handler_list): New variable.
5716 (i386_gdbarch_register_os_abi): New function.
5717 (i386_gdbarch_init): Adapt for the changes given above.
5718
5719 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5720
5721 * gregset.h: Say "GNU/Linux".
5722
5723 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5724
5725 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5726 (build_gdbtypes): Build builtin_type_v2_float.
5727 (_initialize_gdbtypes): Register new builtin type.
5728
5729 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5730
5731 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5732 (clear_gdbarch_swap): New function.
5733 (initialize_non_multiarch): Call.
5734 (gdbarch_update_p): Before calling init(), swap out and clear the
5735 existing architecture.
5736 * gdbarch.c: Regenerate.
5737
5738 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5739
5740 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5741 alphanbsd-tdep.c.
5742
5743 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5744
5745 * sh-nbsd-nat.c: Rename to...
5746 * shnbsd-nat.c: ...this.
5747 * sh-nbsd-tdep.c: Rename to...
5748 * shnbsd-tdep.c: ...this.
5749 * sh-nbsd-tdep.h: Rename to...
5750 * shnbsd-tdep.h: ...this.
5751 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5752 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5753
5754 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5755
5756 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5757 concatenation for command help messages.
5758
5759 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5760
5761 * NEWS: Note new sh*-*-netbsdelf* configuration.
5762 * configure.host: Set gdb_host_cpu to sh for all sh*.
5763 (sh*-*-netbsdelf*): New host.
5764 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5765 (sh*-*-netbsdelf*): New target.
5766 * sh-nbsd-nat.c: New file.
5767 * sh-nbsd-tdep.c: New file.
5768 * sh-nbsd-tdep.h: New file.
5769 * config/sh/nbsd.mh: New file.
5770 * config/sh/nbsd.mt: New file.
5771 * config/sh/nm-nbsd.h: New file.
5772 * config/sh/tm-nbsd.h: New file.
5773
5774 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5775
5776 * sh-tdep.c (sh_osabi_names): Declare.
5777 (process_note_abi_tag_sections): New function.
5778 (get_elfosabi): Ditto.
5779 (sh_gdbarch_register_os_abi): Ditto.
5780 (sh_dump_tdep): Ditto.
5781 _initialize_sh_tdep): Use gdbarch_register to register
5782 sh_gdbarch_init and sh_dump_tdep.
5783 * config/sh/tm-sh.h (sh_osabi): Declare.
5784 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5785
5786 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5787
5788 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5789 (thumb_scan_prologue): Ditto.
5790 (arm_find_callers_reg): Ditto.
5791 (arm_frame_chain): Ditto.
5792 (arm_init_extra_frame_info): Ditto.
5793 (arm_frame_saved_pc): Ditto.
5794 (arm_pop_frame): Ditto.
5795 (arm_push_return_address): New function.
5796 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5797 call_dummy_location, call_dummy_breakpoint_offset_p,
5798 call_dummy_breakpoint_offset, call_dummy_p,
5799 call_dummy_stack_adjust_p, call_dummy_words,
5800 sizeof_call_dummy_words, call_dummy_start_offset,
5801 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5802 call_dummy_address, push_return_address and push_dummy_frame for
5803 generic dummy frames.
5804
5805 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5806
5807 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5808 size computation for alloca.
5809 (sh_fp_frame_init_saved_regs): Likewise.
5810
5811 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5812
5813 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5814 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5815 * arm-tdep.c (arm_store_return_value): Use them.
5816 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5817 * remote-rdp.c (remote_rdp_fetch_register): Use
5818 ARM_MAX_REGISTER_RAW_SIZE.
5819 (remote_rdp_store_register): Likewise.
5820
5821 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5822
5823 * dwarf2cfi.c: Code cleanup, removed unused variables,
5824 added default labels to switch {} statements.
5825 * x86-64-tdep.c: Ditto.
5826 * x86-64-linux-nat.c: Ditto.
5827
5828 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5829
5830 * solib.h: Protect against multiple inclusion.
5831
5832 2002-05-06 Jim Blandy <jimb@redhat.com>
5833
5834 Add first preprocessor macro-expansion files.
5835 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5836 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5837 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5838 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5839 (COMMON_OBS): Add macrotab.o, macroexp.o.
5840 (macroexp.o, macrotab.o): New rules.
5841
5842 Separate the job of reading the line number info statement program
5843 header (...expialidocious) out into its own function.
5844 * dwarf2read.c (struct line_head, struct filenames, struct
5845 directories): Replace with...
5846 (struct line_header): New structure, containing the full
5847 contents of the statement program header, including the
5848 include directory and file name tables.
5849 (read_file_scope): If we have line number info, instead of just
5850 calling dwarf_decode_lines to do all the work, call
5851 dwarf_decode_line_header first to get a `struct line_header'
5852 containing the data in the statement program header, and then
5853 pass that to dwarf_decode_lines, which will pick up where that
5854 left off. Be sure to clean up the `struct line_header' object.
5855 (dwarf_decode_line_header, free_line_header, add_include_dir,
5856 add_file_name): New functions.
5857 (dwarf_decode_lines): Move all the code to read the statement
5858 program header into dwarf_decode_line_header. Take the line
5859 header it built as the first argument, instead of the offset to
5860 the compilation unit's line number info. Use the new `struct
5861 line_header' type instead of the old structures. No need to do
5862 cleanups here now, since we don't allocate anything.
5863 (dwarf2_statement_list_fits_in_line_number_section,
5864 dwarf2_line_header_too_long): New complaints.
5865
5866 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5867
5868 * gdbtypes.c (init_vector_type): New function.
5869 (build_builtin_type_vec128): Simplify the representation of SIMD
5870 registers.
5871 (build_gdbtypes): Initialize new builtin vector types.
5872 (_initialize_gdbtypes): Register new vector types with gdbarch.
5873 (builtin_type_v4_float, builtin_type_v4_int32,
5874 builtin_type_v8_int16, builtin_type_v16_int8,
5875 builtin_type_v2_int32, builtin_type_v4_int16,
5876 builtin_type_v8_int8): New (renamed) SIMD types.
5877
5878 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5879
5880 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5881 (i387_fill_fxsave): Likewise.
5882
5883 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
5884
5885 * alpha-tdep.c (alpha_extract_return_value): Don't use
5886 non-constant array size in prototype.
5887
5888 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5889
5890 From Brian Taylor <briant at model dot com>:
5891 * ui-out.c (ui_out_field_core_addr): Use the function
5892 longest_local_hex_string_custom'to format addresses > 32 bits
5893 wide.
5894
5895 * ui-out.c (ui_out_field_core_addr): Update comment.
5896
5897 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5898
5899 * stack.c (select_and_print_frame): Make static. Delete the
5900 parameter `level'.
5901 (func_command): Update call.
5902 (select_frame_command): Delete code computing the frame level.
5903 * frame.h (select_and_print_frame): Delete declaration.
5904
5905 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5906
5907 * sparc-tdep.c (sparc_get_saved_register): Comment why
5908 get_prev_frame call is safe.
5909
5910 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5911
5912 * frame.h (select_frame): Delete level parameter.
5913 * stack.c (select_frame): Update. Use frame_relative_level to
5914 obtain the frame's level.
5915 (select_and_print_frame): Update call.
5916 (select_frame_command): Ditto.
5917 (up_silently_base): Ditto.
5918 (down_silently_base): Ditto.
5919 * ocd.c (ocd_start_remote): Ditto.
5920 * remote-rdp.c (remote_rdp_open): Ditto.
5921 * remote-mips.c (mips_initialize): Ditto.
5922 (common_open): Ditto.
5923 * remote-e7000.c (e7000_start_remote): Ditto.
5924 * m3-nat.c (select_thread): Ditto.
5925 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5926 (child_get_current_exception_event): Ditto.
5927 * varobj.c (varobj_create): Ditto.
5928 (varobj_update): Ditto.
5929 (c_value_of_root): Ditto.
5930 * tracepoint.c (finish_tfind_command): Ditto.
5931 * corelow.c (core_open): Ditto.
5932 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5933 * thread.c (info_threads_command): Ditto.
5934 (switch_to_thread): Ditto.
5935 * infrun.c (normal_stop): Ditto.
5936 (restore_selected_frame): Ditto.
5937 (restore_inferior_status): Ditto.
5938 * breakpoint.c (insert_breakpoints): Ditto.
5939 (watchpoint_check): Ditto.
5940 (bpstat_stop_status): Ditto.
5941 (do_enable_breakpoint): Ditto.
5942 * blockframe.c (flush_cached_frames): Ditto.
5943 (reinit_frame_cache): Ditto.
5944
5945 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5946
5947 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5948 maintainer.
5949
5950 2002-05-04 Jim Blandy <jimb@redhat.com>
5951
5952 * gdbtypes.c (replace_type): Doc fix.
5953
5954 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5955
5956 * valprint.c (strcat_longest): Delete commented out function.
5957 Update copyright.
5958
5959 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5960
5961 * MAINTAINERS: Mark a29k as deleted.
5962 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5963 Move new configurations to the top.
5964 * configure.tgt: Remove a29k.
5965 * config/a29k/tm-vx29k.h: Delete.
5966 * config/a29k/vx29k.mt: Delete.
5967 * config/a29k/tm-a29k.h: Delete.
5968 * config/a29k/a29k-udi.mt: Delete.
5969 * config/a29k/a29k.mt: Delete.
5970 * a29k-tdep.c: Delete.
5971 * remote-udi.c: Delete.
5972 * remote-mm.c: Delete.
5973 * remote-eb.c: Delete.
5974 * remote-adapt.c: Delete.
5975 * Makefile.in: Remove obsolete code.
5976 * config/s390/s390x.mt: Ditto.
5977 * config/s390/s390.mt: Ditto.
5978 * config/sparc/sparclynx.mh: Ditto.
5979 * config/sparc/linux.mh: Ditto.
5980 * config/pa/hppaosf.mh: Ditto.
5981 * config/pa/hppabsd.mh: Ditto.
5982 * config/ns32k/nbsd.mt: Ditto.
5983 * config/mips/vr5000.mt: Ditto.
5984 * config/m68k/sun3os4.mh: Ditto.
5985 * config/m68k/nbsd.mt: Ditto.
5986 * config/m68k/m68klynx.mh: Ditto.
5987 * config/m32r/m32r.mt: Ditto.
5988 * config/i386/x86-64linux.mt: Ditto.
5989 * config/i386/nbsdelf.mt: Ditto.
5990 * config/i386/nbsd.mt: Ditto.
5991 * config/i386/i386lynx.mh: Ditto.
5992
5993 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5994
5995 * target.c (debug_print_register): New function. Handle oversize
5996 registers.
5997 (debug_to_fetch_registers): Call.
5998 (debug_to_store_registers): Call.
5999
6000 2002-05-03 Jim Blandy <jimb@redhat.com>
6001
6002 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6003 (read_type): Doc fix.
6004 * gdbtypes.c (replace_type): Doc fix.
6005
6006 * stabsread.c (multiply_defined_struct): New complaint.
6007 (read_struct_type): If the type we were passed isn't empty, or
6008 incomplete, don't read the new struct type into it; complain,
6009 and return the original type unchanged. Take a new `type_code'
6010 argument, which is the type code for the new type.
6011 (read_type): Rather than storing the type's type code here, pass
6012 it as an argument to read_struct_type, and let that take care of
6013 storing it. That way, we don't overwrite the original type code,
6014 so read_struct_type can use it to decide whether we're overwriting
6015 something we shouldn't.
6016 (complain_about_struct_wipeout): New function.
6017
6018 2002-05-03 Andrew Cagney <ac131313@redhat.com>
6019
6020 * gdbarch.sh: Assert that gdbarch is non-NULL.
6021 * gdbarch.c: Regenerate.
6022
6023 2002-05-03 Jason Merrill <jason@redhat.com>
6024
6025 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6026 and return NULL.
6027
6028 2002-05-03 Michal Ludvig <mludvig@suse.cz>
6029
6030 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6031 (x86_64_dwarf2gdb_regno_map_length),
6032 (x86_64_dwarf2_reg_to_regnum): Added.
6033 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6034 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6035 (_initialize_x86_64_tdep): Synced with the change above.
6036 (x86_64_skip_prologue): Reformulated message.
6037
6038 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6039
6040 * f-exp.y: Also use new prev_lexptr variable
6041 to improve error reporting. Based on Michael Snyder
6042 2002-04-24 dated patch to c-exp.y.
6043 * jv-exp.y: Likewise.
6044 * m2-exp.y: Likewise.
6045
6046 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
6047
6048 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6049 we are dealing with vectors.
6050
6051 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6052
6053 * config/m68k/tm-nbsd.h: Obvious fix,
6054 correct machine name.
6055
6056 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6057
6058 * p-typeprint.c (pascal_type_print_base): Add support
6059 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6060
6061 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6062
6063 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6064 for fondamental pascal 'char' type.
6065
6066 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6067
6068 * p-lang.h (is_pascal_string_type): Declaration changed,
6069 new sixth argument of type char ** added.
6070 * p-lang.c (is_pascal_string_type): Implementation
6071 changed. Args length_pos, length_size, string_pos, char_size
6072 can now be NULL. New argument arrayname set to the field
6073 name of the char array. Return value set to char array
6074 field index plus one.
6075 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6076 is_pascal_string_type function.
6077
6078 2002-05-02 Andrew Cagney <cagney@redhat.com>
6079
6080 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6081 <cagney@redhat.com> change.
6082 * gdbarch.c: Regenerate.
6083
6084 2002-05-02 Andrew Cagney <cagney@redhat.com>
6085
6086 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6087 before probing for a new one. Detect errorenous gdbarch_init
6088 functions.
6089 * gdbarch.c: Regenerate.
6090
6091 2002-05-01 Andrew Cagney <cagney@redhat.com>
6092
6093 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6094 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6095 * config/v850/tm-v850.h: Ditto. Update copyright.
6096
6097 2002-04-30 Andrew Cagney <ac131313@redhat.com>
6098
6099 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6100 current_gdbarch.
6101
6102 2002-04-30 Michael Snyder <msnyder@redhat.com>
6103
6104 * arm-tdep.c: Whitespace clean-ups.
6105 (arm_skip_prologue): Fix thinko; two lines
6106 should have been removed as part of 4/24 change.
6107
6108 2002-04-30 Kevin Buettner <kevinb@redhat.com>
6109
6110 * rs6000-tdep.c: Added comment describing how fpscr register
6111 numbers were chosen.
6112
6113 2002-04-30 Michael Snyder <msnyder@redhat.com>
6114
6115 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6116
6117 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6118
6119 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6120 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6121 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6122
6123 2002-04-29 Kevin Buettner <kevinb@redhat.com>
6124
6125 From Louis Hamilton <hamilton@redhat.com>:
6126 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6127 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6128 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6129 not bfd-private xcoff data, to determine wordsize.
6130 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6131
6132 2002-04-29 Andrew Cagney <ac131313@redhat.com>
6133
6134 GDB 5.2 released from 5.2 branch.
6135
6136 2002-04-29 Michal Ludvig <mludvig@suse.cz>
6137
6138 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6139 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6140 (x86_64_register_info_table): Added comments with register numbers.
6141
6142 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6143
6144 * rs6000-tdep.c (rs6000_extract_return_value,
6145 rs6000_store_return_value): Handle returning vectors.
6146 (rs6000_gdbarch_init): Use
6147 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6148 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6149 New function.
6150 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6151 vectors.
6152 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6153 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6154
6155 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6156
6157 * hpread.c (hpread_psymtab_to_symtab_1,
6158 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6159 with fprintf_unfiltered (gdb_stderr,...).
6160
6161 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6162
6163 * remote-array.c (printf_monitor, write_monitor,
6164 array_insert_breakpoint, array_remove_breakpoint ):
6165 Replace fprintf (stderr,...
6166 with fprintf_unfiltered (gdb_stderr,....
6167 * remote-es.c: Likewise.
6168 * remote-os9k.c: Likewise.
6169 * remote-st.c: Likewise.
6170
6171 2002-04-28 Andreas Schwab <schwab@suse.de>
6172
6173 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6174 linux-proc.o and gcore.o.
6175
6176 2002-04-26 Michal Ludvig <mludvig@suse.cz>
6177
6178 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6179 code without frame pointers.
6180
6181 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6182
6183 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6184 ON_STACK is needed.
6185
6186 2002-04-26 Ben Elliston <bje@redhat.com>
6187
6188 * target.c (do_xfer_memory): Correct reference to the new option
6189 "trust-readonly-sections".
6190
6191 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
6192
6193 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6194 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6195 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6196 vectors.
6197 (read_array_type): Record the fact that this array type is really a
6198 vector (i.e. are passed in by value).
6199
6200 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6201
6202 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6203 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6204 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6205 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6206 * alpha-linux-tdep.c: Include frame.h.
6207 (alpha_linux_sigcontext_addr): New function.
6208 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6209 alpha_linux_sigcontext_addr.
6210 * alpha-osf1-tdep.c: Include gdbcore.h.
6211 (alpha_osf1_sigcontext_addr): New function.
6212 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6213 alpha_osf1_sigcontext_addr.
6214 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6215 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6216
6217 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6218
6219 * stack.c (selected_frame_level):
6220 (select_frame): Do not set selected_frame_level.
6221 * frame.h (selected_frame_level): Delete declaration.
6222
6223 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6224
6225 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6226 convert_from_func_ptr-addr when AIX / PowerOpen.
6227
6228 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6229
6230 * valops.c (hand_function_call): Call
6231 generic_save_call_dummy_addr.
6232 * frame.h (generic_save_call_dummy_addr): Declare.
6233 * blockframe.c (struct dummy_frame): Add fields call_lo and
6234 call_hi.
6235 (generic_find_dummy_frame): Check for PC in range call_lo to
6236 call_hi instead of entry_point_address.
6237 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6238 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
6239 (generic_save_call_dummy_addr): New function.
6240
6241 2002-04-24 David S. Miller <davem@redhat.com>
6242
6243 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6244 sparc_skip_prologue.
6245 (sparc_skip_prologue): Kill frameless_p arg, and use line number
6246 information to find prologue when possible.
6247 (sparc_prologue_frameless_p): Call examine_prologue directly.
6248 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6249 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6250 second argument.
6251 (SKIP_PROLOGUE): Likewise.
6252
6253 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6254
6255 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6256 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6257 indicate that the condition it was testing is always true.
6258 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6259 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6260 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6261
6262 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6263
6264 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6265 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6266 tdep->jb_pc and tdep->jb_elt_size.
6267 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6268 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6269 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6270 * alpha-nat.c (get_longjmp_target): Remove.
6271 (JB_ELEMENT_SIZE): Ditto.
6272 (JB_PC): Ditto.
6273 * alpha-tdep.c (alpha_get_longjmp_target): New function.
6274 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
6275 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6276 to alpha_get_longjmp_target.
6277 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6278 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6279 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6280
6281 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6282
6283 * README: Update to GDB 5.2.
6284
6285 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6286
6287 * gdbarch.sh (LC_ALL): Set to `c'.
6288
6289 2002-04-25 Theodore A. Roth <troth@verinet.com>
6290
6291 * avr-tdep.c: Ran through gdb_indent.sh.
6292
6293 2002-04-25 Theodore A. Roth <troth@verinet.com>
6294
6295 * MAINTAINERS: Add myself as AVR maintainer.
6296 * NEWS: Note new target avr.
6297
6298 2002-04-25 Theodore A. Roth <troth@verinet.com>
6299
6300 * Makefile.in: Add support for AVR target.
6301 * configure.tgt: Add support for AVR target.
6302 * avr-tdep.c: New file
6303 * config/avr/avr.mt: New file.
6304
6305 2002-04-25 Theodore A. Roth <troth@verinet.com>
6306
6307 * MAINTAINERS: Add myself to write-after-approval.
6308
6309 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6310
6311 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6312 with fprintf_unfiltered (gdb_stderr,....
6313
6314 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6315
6316 Fix PR gdb/508.
6317 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6318
6319 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6320
6321 * p-exp.y: Also use new prev_lexptr variable
6322 to improve error reporting. Based on Michael Snyder
6323 2002-04-24 dated patch to c-exp.y.
6324
6325 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6326
6327 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6328 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6329 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6330 to 0.
6331 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6332 and struct value.
6333 (FUNCTION_START_OFFSET): Remove.
6334 (BREAKPOINT): Ditto.
6335
6336 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6337
6338 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6339 * NEWS: Ditto.
6340
6341 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6342
6343 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6344 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6345 alpha_linux_pc_in_sigtramp.
6346 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6347 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6348 alpha_osf1_pc_in_sigtramp.
6349 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6350 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6351 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6352 alphafbsd_pc_in_sigtramp.
6353 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6354 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6355 alphanbsd_pc_in_sigtramp.
6356 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6357 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6358
6359 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6360
6361 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6362
6363 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6364
6365 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6366 alphanbsd-tdep.c.
6367 (alphanbsd-nat.o): New dependency list.
6368 (alphanbsd-tdep.o): Ditto.
6369 * NEWS: Note new native NetBSD/alpha configuration.
6370 * alphanbsd-nat.c: New file.
6371 * alphanbsd-tdep.c: Ditto.
6372 * configure.host (alpha*-*-netbsd*): New host.
6373 * configure.tgt (alpha*-*-netbsd*): New target.
6374 * config/alpha/nbsd.mh: New file.
6375 * config/alpha/nbsd.mt: Ditto.
6376 * config/alpha/nm-nbsd.h: Ditto.
6377 * config/alpha/tm-nbsd.h: Ditto.
6378
6379 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6380
6381 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6382 (alpha-osf1-tdep.o): New dependency list.
6383 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6384 and skip_sigtramp_frame members.
6385 * alpha-linux-tdep.c: Include gdbcore.h.
6386 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6387 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6388 * alpha-osf1-tdep.c: New file.
6389 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6390 alpha-osf1-dep.c.
6391 (alpha_frame_past_sigtramp_frame): New function.
6392 (alpha_dynamic_sigtramp_offset): Ditto.
6393 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6394 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6395 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6396 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6397 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6398 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6399 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6400 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6401 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6402 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6403 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6404 to find_solib_trampoline_target.
6405 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6406 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6407 (SKIP_TRAMPOLINE_CODE): Remove.
6408 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6409 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6410 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6411 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6412 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6413 (PROC_SIGTRAMP_MAGIC): Ditto.
6414 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6415 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6416 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6417 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6418 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6419
6420 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6421
6422 * NEWS: Note that Alpha targets are now multi-arch.
6423
6424 2002-04-24 Michael Snyder <msnyder@redhat.com>
6425
6426 * parser-defs.h (prev_lexptr): New external variable.
6427 * parse.c (parse_exp_1): Set prev_lexptr to null before
6428 calling the language-specific parser.
6429 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6430 (yyerror): Use prev_lexptr in error reporting.
6431
6432 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
6433
6434 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6435 * gregset.h: If FILL_FPXREGSET is defined, provide
6436 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6437 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6438 is defined, call fill_fpxregset.
6439
6440 2002-04-24 Roland McGrath <roland@frob.com>
6441
6442 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6443 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6444 (supply_gregset, supply_fpregset): New functions.
6445
6446 * gnu-nat.c (gnu_find_memory_regions): New function.
6447 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6448 (gnu_xfer_memory): Add a cast.
6449
6450 2002-04-24 Michael Snyder <msnyder@redhat.com>
6451
6452 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6453 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6454 of argument regs ("str r(0123), [r11, #-nn"]).
6455 (arm_skip_prologue): Better handling for frameless functions.
6456 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6457 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6458
6459 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6460
6461 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6462 NUM_PSEUDO_REGS can be used.
6463
6464 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6465
6466 * arch-utils.h: Update copyright.
6467
6468 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6469 * gdbarch.h, gdbarch.c: Re-generate.
6470
6471 * inferior.h (IN_SIGTRAMP): Delete definition.
6472 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6473 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6474
6475 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6476 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6477 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6478 (find_proc_framesize): Ditto.
6479 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6480 (alpha_init_extra_frame_info): Ditto.
6481 * infrun.c (handle_inferior_event): Ditto.
6482 (handle_inferior_event): Ditto.
6483 (check_sigtramp2): Ditto.
6484 * blockframe.c (create_new_frame): Ditto.
6485 (get_prev_frame): Ditto.
6486 * ppc-linux-tdep.c: Update comments.
6487 * i386-linux-tdep.c: Update comments.
6488 * breakpoint.c (bpstat_what): Update comment.
6489
6490 2002-04-24 David S. Miller <davem@redhat.com>
6491
6492 * i960-tdep.c (register_in_window_p): New function.
6493 (i960_find_saved_register): Use it instead of
6494 REGISTER_IN_WINDOW_P.
6495 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6496
6497 * symtab.h (find_stab_function_addr): Kill extern.
6498 * minsyms.c (find_stab_function_addr): Remove from here...
6499 * dbxread.c: ... to here, and mark it static.
6500
6501 2002-04-20 David S. Miller <davem@redhat.com>
6502
6503 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6504 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6505
6506 2002-04-21 David S. Miller <davem@redhat.com>
6507
6508 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6509 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6510 (vx_write_register): Likewise.
6511
6512 2002-04-23 J. Brobecker <brobecker@gnat.com>
6513
6514 * source.c (is_regular_file): New function.
6515 (openp): Check wether file to open is a regular file
6516 to avoid opening directories.
6517
6518 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6519
6520 * findvar.c (extract_signed_integer): Cast printf argument
6521 to suppress format warning.
6522 (extract_unsigned_integer): Likewise.
6523 * infcmd.c (registers_info): Likewise.
6524 * top.c (get_prompt_1): Likewise.
6525 * valops.c (value_assign): Likewise.
6526 * valprint.c (print_decimal): Likewise.
6527
6528 2002-04-22 H.J. Lu (hjl@gnu.org)
6529
6530 * c-exp.y (typebase): Support
6531
6532 [long|long long|short] [signed|unsigned] [int|]
6533
6534 and
6535
6536 signed [long|long long|short] int
6537
6538 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6539
6540 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6541 and vax-tdep.h.
6542 * vax-tdep.h: New file.
6543 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6544 Make several routines static.
6545 (vax_get_saved_register): New function.
6546 (vax_gdbarch_init): New function.
6547 (_initialize_vax_tdep): Register vax_gdbarch_init.
6548 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6549 Remove macros now under the control of gdbarch.
6550
6551 2002-04-22 Michael Snyder <msnyder@redhat.com>
6552
6553 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6554 Some whitespace and coding standards tweaks.
6555
6556 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6557
6558 * vax-tdep.c: Include regcache.h.
6559 (vax_call_dummy_words): New.
6560 (sizeof_vax_call_dummy_words): New.
6561 (vax_fix_call_dummy): New function.
6562 (vax_saved_pc_after_call): Ditto.
6563 * config/vax/tm-vax.h: Don't include regcache.h.
6564 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6565 (CALL_DUMMY): Remove.
6566 (CALL_DUMMY_WORDS): Define.
6567 (SIZEOF_CALL_DUMMY_WORDS): Define.
6568 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6569
6570 2002-04-18 Michael Snyder <msnyder@redhat.com>
6571
6572 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6573
6574 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6575
6576 * vax-tdep.c (vax_frame_chain): New function.
6577 (vax_push_dummy_frame): Ditto.
6578 (vax_pop_frame): Ditto.
6579 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6580 (FRAMELESS_FUNCTION_INVOCATION): Use
6581 generic_frameless_function_invocation_not.
6582 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6583 (POP_FRAME): Use vax_pop_frame.
6584
6585 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6586
6587 * vax-tdep.c (vax_store_struct_return): New function.
6588 (vax_extract_return_value): Ditto.
6589 (vax_store_return_value): Ditto.
6590 (vax_extract_struct_value_address): Ditto.
6591 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6592 vax_store_struct_return.
6593 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6594 (STORE_RETURN_VALUE): Use vax_store_return_value.
6595 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6596
6597 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6598
6599 * vax-tdep.c (vax_frame_saved_pc): New function.
6600 (vax_frame_args_address_correct): Ditto.
6601 (vax_frame_args_address): Ditto.
6602 (vax_frame_locals_address): Ditto.
6603 (vax_frame_num_args): Move code to be in proximity to
6604 other frame-related functions.
6605 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6606 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6607 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6608 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6609 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6610
6611 2002-04-22 H.J. Lu (hjl@gnu.org)
6612
6613 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6614 includedir.
6615
6616 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6617
6618 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6619 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6620 (FRAME_INIT_SAVED_REGS): New macro.
6621
6622 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6623
6624 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6625
6626 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6627
6628 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6629 where needed.
6630 (fetch_osf_core_registers): Likewise.
6631 (supply_gregset): Likewise.
6632
6633 2002-04-22 J. Brobecker <brobecker@gnat.com>
6634
6635 * symfile.h (get_section_index): Define.
6636 * symfile.c (get_section_index): New function.
6637 * mdebugread.c (SC_IS_SBSS): New macro.
6638 (SC_IS_BSS): Return true for the scBss storage class only, as
6639 the scSBss storage class refers to the .sbss section.
6640 (parse_partial_symbols): Discard the symbols which associated
6641 section does not exist.
6642 Make sure to use the .sbss section index for symbols which
6643 storage class is scBss, rather than using the .bss section index.
6644
6645 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6646
6647 * vax-tdep.c: Update copyright years.
6648 (vax_register_name): New function.
6649 (vax_register_byte): Ditto.
6650 (vax_register_raw_size): Ditto.
6651 (vax_register_virtual_size): Ditto.
6652 (vax_register_virtual_type): Ditto.
6653 * config/vax/tm-vax.h: Update copyright years.
6654 (REGISTER_NAMES): Remove.
6655 (REGISTER_NAME): Define.
6656 (REGISTER_BYTE): Use vax_register_byte.
6657 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6658 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6659 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6660
6661 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6662
6663 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6664 declaration
6665 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6666
6667 2002-04-21 David S. Miller <davem@redhat.com>
6668
6669 * arch-utils.c (generic_prologue_frameless_p): Kill
6670 SKIP_PROLOGUE_FRAMELESS_P code.
6671 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6672 references.
6673 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6674 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6675 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6676 references.
6677 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6678 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6679 (sparc_gdbarch_init): Pass it to
6680 set_gdbarch_prologue_frameless_p.
6681
6682 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6683
6684 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6685 (alphabsd-nat.o): New dependency list.
6686
6687 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6688
6689 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6690 alphafbsd-tdep.c.
6691 (alpha-linux-tdep.o): New dependency list.
6692 (alphafbsd-tdep.o): Likewise.
6693
6694 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6695
6696 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6697 to here...
6698 * alpha-tdep.c: ...from here.
6699 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6700
6701 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6702
6703 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6704 prototype from here...
6705 * alpha-tdep.h: ...to here.
6706
6707 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6708
6709 * frame.h (selected_frame_level): Document as deprecated.
6710 (frame_relative_level): Declare.
6711 * stack.c (frame_relative_level): New function.
6712 (selected_frame_level): Document as deprecated.
6713 (select_frame): Do not set the selected_frame_level.
6714
6715 * stack.c (frame_info, record_selected_frame): Update.
6716 (frame_command, current_frame_command): Update.
6717 (up_silently_base, up_command, down_silently_base): Update.
6718 (down_command): Update.
6719 * inflow.c (kill_command): Update.
6720 * tracepoint.c (finish_tfind_command): Update.
6721 * corelow.c (core_open): Update.
6722 * thread.c (info_threads_command): Update.
6723 (do_captured_thread_select): Update.
6724 * infcmd.c (finish_command): Update.
6725 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6726
6727 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6728
6729 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6730
6731 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6732
6733 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6734 type const.
6735
6736 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6737
6738 * alphafbsd-tdep.c: Update copyright years. Include
6739 alpha-tdep.h.
6740 (alphafbsd_use_struct_convention): Make static.
6741 (alphafbsd_init_abi): New function.
6742 (_initialize_alphafbsd_tdep): New function.
6743 * config/alpha/tm-fbsd.h: Update copyright years.
6744 (USE_STRUCT_CONVENTION): Remove.
6745
6746 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6747
6748 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6749 an Alpha ABI variant.
6750 (alpha_abi_handler_list): Declare.
6751 (alpha_gdbarch_register_os_abi): New function.
6752 (alpha_gdbarch_init): Give registered ABI variant handlers a
6753 chance to tweak the gdbarch once we have set up defaults.
6754 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6755
6756 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6757
6758 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6759 to standard_coerce_float_to_double.
6760 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6761
6762 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6763
6764 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6765 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6766 from gdbarch_tdep rather than a constant.
6767 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6768 the default text address for all Alpha Unix ABIs.
6769 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6770 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6771
6772 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6773
6774 * alpha-tdep.h: New file. Includes several Alpha target constants
6775 taken from...
6776 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6777 let gdbarch deal with.
6778 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6779 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6780 to dependency list.
6781 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6782 Alpha target register names.
6783 * alphabsd-nat.c: Likewise.
6784 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6785 Alpha target register names. Make serveral routines static.
6786 (alpha_get_saved_register): New function.
6787 (alpha_abi_names): New.
6788 (process_note_abi_tag_sections): New function.
6789 (get_elfosabi): New function.
6790 (alpha_gdbarch_init): New function.
6791 (alpha_dump_tdep): New function.
6792 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6793
6794 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6795
6796 * frame.c (find_saved_register): Delete #ifdef
6797 HAVE_REGISTER_WINDOWS code.
6798 * config/sparc/tm-sparc.h: Update comments.
6799 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6800
6801 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6802
6803 * i960-tdep.c (i960_find_saved_register): New function.
6804 (i960_get_saved_register): New function.
6805 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6806 (i960_get_saved_register): Declare.
6807 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6808
6809 2002-04-20 David S. Miller <davem@redhat.com>
6810
6811 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6812
6813 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6814
6815 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6816 instead of NUM_PSEUDO_REGS.
6817
6818 2002-04-20 David S. Miller <davem@redhat.com>
6819
6820 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6821 GDB_MULTI_ARCH_PARTIAL
6822 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6823 define, let tm-sp64.h do it.
6824
6825 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6826
6827 * frame.c (find_saved_register): Avoid a NULL pointer
6828 dereference and actually walk the frame list.
6829
6830 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6831
6832 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6833 sorted in most most-recent-used order. Document.
6834 * gdbarch.h, gdbarch.c: Regenerate.
6835
6836 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6837
6838 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6839 instead of ->prev.
6840 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6841 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6842 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6843 instead of ->prev.
6844
6845 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6846
6847 Fix PR gdb/471.
6848 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6849 (build_builtin_type_vec128): Ditto.
6850 (append_composite_type_field): Fix calculation of type length in
6851 union case.
6852
6853 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6854
6855 * config/djgpp/README: Update.
6856
6857 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6858 compiler warnings.
6859
6860 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6861
6862 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6863 (alpha_setup_arbitrary_frame): ...to this.
6864 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6865 for alpha_setup_arbitrary_frame.
6866
6867 2002-04-18 Andrew Cagney <cagney@redhat.com>
6868
6869 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6870 * gdbarch.h, gdbarch.c: Regenerate.
6871
6872 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6873 * target.h (memory_breakpoint_from_pc): Update declaration.
6874 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6875
6876 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6877 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6878 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6879 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6880 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6881 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6882 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6883 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6884 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6885 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6886 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6887 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6888
6889 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6890 const pointer.
6891 * monitor.c (monitor_insert_breakpoint): Ditto.
6892 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6893
6894 * config/mcore/tm-mcore.h: Update copyright.
6895 * mem-break.c: Ditto.
6896 * xstormy16-tdep.c: Ditto.
6897
6898 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6899
6900 * p-exp.y: Add precedence rule for '^' token.
6901 This removes the shift/reduce conflicts.
6902 Remove the comment concerning these shift/reduce conflicts.
6903
6904 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6905
6906 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6907 (registers_powerpc_nofp): New register set for processors
6908 without floating point unit.
6909
6910 2002-04-18 David S. Miller <davem@redhat.com>
6911
6912 * MAINTAINERS: Add myself to write-after-approval.
6913
6914 2002-04-17 Michael Snyder <msnyder@redhat.com>
6915
6916 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6917
6918 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6919
6920 * rs6000-tdep.c (frame_initial_stack_address): Use
6921 frame_register_read to read the alloca_reg.
6922
6923 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6924
6925 * frame.c (find_saved_register): Find saved registers in the next
6926 not prev frame.
6927 Fix PR gdb/365.
6928
6929 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6930
6931 * gdbarch.sh (LANG): Set to ``c''.
6932
6933 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6934
6935 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6936
6937 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6938
6939 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6940 Update copyright.
6941
6942 * hpread.c (hpread_get_lntt): Add declaration.
6943 Also fix PR gdb/391.
6944
6945 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6946
6947 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6948 * aclocal.m4, configure: Re-generate.
6949 Fix PR gdb/391.
6950
6951 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6952
6953 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6954 instead of tm_print_insn.
6955
6956 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6957
6958 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6959
6960 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6961
6962 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6963 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6964 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6965
6966 2002-04-12 Don Howard <dhoward@redhat.com>
6967
6968 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6969 max_user_call_depth.
6970 (init_cmd_lists): Initialize the new value;
6971 * cli/cli-script.c (execute_user_command): Limit the call depth of
6972 user defined commands. This avoids a core-dump when user commands
6973 are infinitly recursive.
6974
6975 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6976
6977 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6978 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6979 from tdep struct instead of DEFAULT_LR_SAVE.
6980 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6981 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6982 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6983
6984 2002-04-12 Michael Snyder <msnyder@redhat.com>
6985
6986 * Remote.c: Spelling fix.
6987 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6988 If no symbol found for "sbrk", try "_sbrk".
6989 (make_output_phdrs): Use bfd_section_name.
6990 (gcore_copy_callback): Use bfd_section_name.
6991 * eval.c: Indentation fix-ups.
6992 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6993 in case it gets applied to an address that is already
6994 in the instruction space.
6995 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6996 * symfile.c: Fix indentation, long lines.
6997 * source.c: White space fix-up.
6998
6999 2002-04-12 Andrew Cagney <cagney@redhat.com>
7000
7001 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7002 * frame.c (frame_register_read): New function. Return non-zero on
7003 success.
7004 (read_relative_register_raw_bytes_for_frame): Delete.
7005 (read_relative_register_raw_bytes): Delete.
7006 * frame.h (frame_register_read): Declare.
7007 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7008 * sh-tdep.c: Ditto.
7009 * infcmd.c (do_registers_info): Ditto.
7010 * hppa-tdep.c: Ditto.
7011 * rs6000-tdep.c: Ditto.
7012 * h8500-tdep.c: Ditto.
7013 * mips-tdep.c: Ditto.
7014 * h8300-tdep.c: Ditto.
7015 * z8k-tdep.c: Ditto.
7016
7017 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7018
7019 From Jimi X <jimix@watson.ibm.com>:
7020 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7021 64-bit SysV ABI.
7022
7023 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7024
7025 From Jimi X <jimix@watson.ibm.com>:
7026 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7027 bfd info.
7028
7029 2002-04-12 Kevin Buettner <kevinb@redhat.com>
7030
7031 From Jimi X <jimix@watson.ibm.com>:
7032 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7033 register sets for these processor variants.
7034
7035 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
7036
7037 * regformats/reg-ppc.dat: Support FPSCR.
7038
7039 2002-04-11 Kevin Buettner <kevinb@redhat.com>
7040
7041 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7042 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7043 Add fpscr as an invalid/unfetchable register.
7044 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7045 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7046 (fill_fpregset): Add support for register fpscr.
7047 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7048 (fill_gregset): Account for the fact that register ``mq'' might
7049 not exist.
7050 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7051 (registers_power): Add fpscr to register set at slot 71.
7052 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7053 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7054
7055 2002-04-11 Michael Snyder <msnyder@redhat.com>
7056
7057 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7058 * configure: Regenerate.
7059 * config.in: Regenerate.
7060 * acconfig.h: Add define for _SYSCALL32.
7061 * core-sol2.c: Remove #define _SYSCALL32.
7062 * solib-legacy.c: Remove #define _SYSCALL32.
7063
7064 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7065
7066 * stack.c (select_frame): Cleanup internal error message, do not
7067 use %p.
7068
7069 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7070
7071 * stack.c (select_frame): Check that selected_frame and the
7072 specified level are as expected.
7073 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7074 Update copyright.
7075 * frame.h (struct frame_info): Add field `level'. Update
7076 copyright.
7077 Work-in-progress PR gdb/464.
7078
7079 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7080
7081 * maint.c (maint_print_section_info): Rename print_section_info.
7082 (print_bfd_section_info, print_objfile_section_info): Update.
7083 * inferior.h (struct gdbarch): Add opaque declaration.
7084 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7085 * gdbarch.h: Regenerate.
7086
7087 2002-04-10 Michal Ludvig <mludvig@suse.cz>
7088
7089 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7090 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7091 (kernel_u_size): Added.
7092 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7093 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7094
7095 2002-04-04 Jim Ingham <jingham@apple.com>
7096
7097 * valarith.c (find_size_for_pointer_math): New function, either returns
7098 the size for a pointer's target, returns 1 for void *, or errors for
7099 incomplete types.
7100 (value_add, value_sub): use find_size_for_pointer_math.
7101
7102 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7103
7104 * linux-low.c (linux_look_up_symbols): New hook.
7105 (linux_target_ops): Add linux_look_up_symbols.
7106 * remote-utils.c (decode_address): New function.
7107 (look_up_one_symbol): New function.
7108 * server.c (handle_query): Call target look_up_symbols hook.
7109 * server.h (look_up_one_symbol): Add prototype.
7110 * target.h (struct target_ops): Add look_up_symbols hook.
7111
7112 2002-04-09 Andrew Cagney <ac131313@redhat.com>
7113
7114 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7115 override FP_REGNUM with frame->fp. Update copyright.
7116 * parse.c (num_std_regs, std_regs): Delete.
7117 (target_map_name_to_register): Do not search std_regs. Update
7118 function description.
7119 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7120 declarations. Update copyright.
7121 Fix PR gdb/251.
7122
7123 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7124
7125 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7126 after the last symbol in a block.
7127
7128 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7129
7130 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7131 is non zero as a found symbol.
7132
7133 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7134
7135 * findvar.c: Include "builtin-regs.h".
7136 (value_of_register): Call value_of_builtin_reg when applicable.
7137 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7138 (target_map_name_to_register): Call
7139 builtin_reg_map_name_to_regnum.
7140 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7141 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7142 (builtin_regs_h): Define.
7143 (builtin-regs.o): New target.
7144 (findvar.o): Add $(builtin_regs_h).
7145 * builtin-regs.c, builtin-regs.h: New files.
7146 * std-regs.c: New file.
7147 Partial fix for PR gdb/251.
7148
7149 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7150
7151 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7152 it's no longer required.
7153
7154 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7155
7156 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7157
7158 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7159
7160 From Jimi X <jimix@watson.ibm.com>:
7161 * rs6000-tdep.c (rs6000_software_single_step): Use
7162 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7163 and size. Use target_insert_breakpoint() and
7164 target_remove_breakpoint() to insert and remove breakpoints
7165 instead of explicit memory reads and writes.
7166
7167 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7168
7169 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7170 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7171 ELF_OBJECT_FORMAT ifdef.
7172
7173 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7174
7175 From Jimi X <jimix@watson.ibm.com>:
7176 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7177
7178 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7179
7180 From Jimi X <jimix@watson.ibm.com>:
7181 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7182 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7183
7184 2002-04-07 Mark Kettenis <kettenis@gnu.org>
7185
7186 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7187 s/asprintf/xasprintf/.
7188 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7189
7190 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7191
7192 I believe Jeff Law denies responsability for this one:
7193 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7194 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7195 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7196 Work-around for PR gdb/366.
7197
7198 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7199
7200 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7201 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7202 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7203
7204 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7205
7206 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7207 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7208 information.
7209
7210 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7211
7212 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7213 maintainer.
7214
7215 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7216
7217 * README (Reporting Bugs in GDB): Document the bug web page as the
7218 prefered way of submitting bugs.
7219 Fix PR gdb/402.
7220
7221 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7222
7223 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7224 -1. Update comment.
7225 * gdbarch.h, gdbarch.c: Re-generate.
7226
7227 2002-04-07 Andreas Schwab <schwab@suse.de>
7228
7229 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7230 buffer to regcache_collect.
7231
7232 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7233
7234 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7235 * gdbarch.c, gdbarch.h: Re-generate.
7236
7237 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7238
7239 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7240 declaration. Fix -Werror.
7241
7242 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
7243
7244 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7245 * gdbarch.c: Regenerate.
7246
7247 2002-04-05 Michael Snyder <msnyder@redhat.com>
7248
7249 * breakpoint.c (clear_command): Rewrite middle section to
7250 combine two loops with identical control conditions.
7251 Add a cleanup to eliminate a memory leak.
7252 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7253
7254 2002-04-05 H.J. Lu (hjl@gnu.org)
7255
7256 * solib-svr4.c (bkpt_names): Add "__start".
7257
7258 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7259
7260 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7261 as test for 64 bit target.
7262
7263 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7264
7265 * h8500-tdep.c (h8500_write_fp): Delete function.
7266 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7267 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7268 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7269 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7270 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7271 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7272 (s390_write_fp):
7273 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7274 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7275 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7276 (d10v_write_fp): Delete function.
7277 * inferior.h (write_fp, generic_target_write_fp): Delete
7278 declarations.
7279 * regcache.c (generic_target_write_fp): Delete function.
7280 (write_fp): Delete function.
7281 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7282 * gdbarch.h, gdbarch.c: Regenerate.
7283 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7284 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7285 (sparc64_write_fp): Delete declaration.
7286 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7287 (h8500_write_fp): Delete declaration.
7288
7289 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7290
7291 * sparc-tdep.c (sparc64_write_fp): Delete.
7292 (sparc_push_dummy_frame): Replace write_fp call with code to store
7293 the FP directly.
7294 (sparc_gdbarch_init): Do not initialize write_fp.
7295
7296 2002-04-05 Kevin Buettner <kevinb@redhat.com>
7297
7298 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7299 clause.
7300
7301 2002-03-29 Jim Blandy <jimb@redhat.com>
7302
7303 * stack.c (get_selected_block): Add new argument `addr_in_block',
7304 used to return the exact code address we used to select the block,
7305 not just the block.
7306 * blockframe.c (get_frame_block, get_current_block): Same.
7307 * frame.h (get_frame_block, get_current_block,
7308 get_selected_block): Update declarations.
7309 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7310 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7311
7312 2002-04-05 Michael Snyder <msnyder@redhat.com>
7313
7314 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7315 warning message.
7316
7317 2002-04-05 J. Brobecker <brobecker@gnat.com>
7318
7319 * utils.c (xfullpath): New function.
7320 * defs.h (xfullpath): Add declaration.
7321 * source.c (openp): Use xfullpath in place of gdb_realpath to
7322 avoid resolving the basename part of filenames when the
7323 associated file is a symbolic link. This fixes a potential
7324 inconsistency between the filenames known to GDB and the
7325 filenames it prints in the annotations.
7326 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7327 to be able to match a filename with either the real filename, or
7328 the name of any symbolic link to this file.
7329 (lookup_partial_symtab): Ditto.
7330
7331 2002-04-04 Michael Snyder <msnyder@redhat.com>
7332
7333 * breakpoint.c: Add support for hardware breakpoints in overlays.
7334 (overlay_events_enabled): New state variable.
7335 (insert_breakpoints): Use overlay_events_enabled to decide
7336 whether to attempt to set a breakpoint at the overlay load addr.
7337 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7338 (remove_breakpoint): Use overlay_events_enabled to decide
7339 whether breakpoints need to be removed from overlay load addr.
7340 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7341 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7342 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7343 disable_overlay_breakpoints): Update overlay_events_enabled.
7344
7345 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7346
7347 * dwarf2read.c (struct function_range): New.
7348 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7349 (check_cu_functions): New.
7350 (read_file_scope): Initialize global function lists.
7351 Call dwarf_decode_line after processing children.
7352 (read_func_scope): Add to global function list.
7353 (dwarf_decode_lines): Call check_cu_functions everywhere
7354 record_line is called. Call record_line with a linenumber
7355 of 0 to mark sequence ends.
7356
7357 2002-04-04 Michal Ludvig <mludvig@suse.cz>
7358
7359 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7360 change sync with glibc.
7361
7362 2002-04-03 Jim Blandy <jimb@redhat.com>
7363
7364 * configure.in: Call AC_C_INLINE.
7365 * configure: Regenerated.
7366
7367 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
7368
7369 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7370 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7371
7372 2002-03-31 Mark Kettenis <kettenis@gnu.org>
7373
7374 * NEWS: Mention gcore support on FreeBSD/i386.
7375
7376 * fbsd-proc.c: New file.
7377 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7378 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7379
7380 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7381 while statement.
7382
7383 2002-03-29 Jim Blandy <jimb@redhat.com>
7384
7385 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7386 unescaped newlines in string literals, but newer ones don't. So
7387 escape them.
7388
7389 2002-03-26 Michael Snyder <msnyder@redhat.com>
7390 Andrew Cagney <cagney@redhat.com>
7391
7392 * cli/cli-dump.c: New file. Dump memory to file,
7393 restore file to memory.
7394 * cli/cli-dump.h: New file.
7395 * Makefile.in: Add rules, dependencies for cli-dump.o.
7396 * NEWS: Mention new commands.
7397
7398 2002-03-28 Michael Snyder <msnyder@redhat.com>
7399
7400 * symfile.c (symbol_file_add): Move test for null symbols to later.
7401
7402 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7403
7404 From veksler at il.ibm.com:
7405 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7406 the xstrduped original path.
7407 Fix PR gdb/417.
7408
7409 2002-03-27 Michael Snyder <msnyder@redhat.com>
7410
7411 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7412 * infcmd.c (_initialize_infcmd): Ditto.
7413 * language.c (_initialize_language): Ditto.
7414 * symfile.c (_initialize_symfile): Ditto.
7415 * top.c (_init_main): Ditto.
7416 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7417
7418 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7419
7420 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7421 vector registers handling.
7422 (skip_prologue): Handle new AltiVec instructions. Fill in new
7423 fields of frame data.
7424 (frame_get_saved_regs): Fill in information for AltiVec registers.
7425
7426 2002-03-27 Jim Blandy <jimb@redhat.com>
7427
7428 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7429 a function; leave this macro here to invoke that function.
7430 (symbol_init_mangled_name): Declaration for that function.
7431 * symtab.c (symbol_init_mangled_name): New function.
7432
7433 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7434
7435 * valarith.c: Replace strerror with safe_strerror.
7436 * tracepoint.c: Ditto.
7437 * lin-lwp.c: Ditto.
7438 * go32-nat.c: Ditto.
7439 * inflow.c: Ditto.
7440 * gnu-nat.c: Ditto.
7441
7442 2002-03-27 Andreas Schwab <schwab@suse.de>
7443
7444 * event-top.c (command_line_handler): Remove useless if.
7445
7446 2002-03-27 Andreas Jaeger <aj@suse.de>
7447
7448 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7449 comment.
7450
7451 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7452
7453 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7454 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7455 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7456 (x86_64_linux_dr_get_status, supply_gregset),
7457 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7458 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7459 (x86_64_register_info_table): Add.
7460 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7461 (x86_64_register_raw_size, x86_64_register_virtual_type),
7462 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7463 general x86_64_register_info_table.
7464 (i386_gdbarch_init): gdbarch_register_bytes is now set
7465 dynamicaly during initialization.
7466 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7467 * gdbserver/linux-x86-64-low.c: Ditto.
7468
7469 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7470
7471 * gdbserver/server.c (main): Call target_signal_to_host_p
7472 and target_signal_to_host on signals received from the remote.
7473 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7474 target_signal_from_host on signals sent to the remote.
7475 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7476 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7477
7478 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7479
7480 * signals/signals.c: Include "server.h" in gdbserver build.
7481 (target_signal_from_name): Don't use STREQ.
7482 (_initialize_signals): Likewise. Don't include function in
7483 gdbserver build.
7484
7485 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7486
7487 * signals.c: Moved to...
7488 * signals/signals.c: Here.
7489 * Makefile (signals.o): Update.
7490
7491 2002-03-26 Jeff Law (law@redhat.com)
7492
7493 * somread.c (som_symtab_read): Remove some commented out code and
7494 updated related comments. Do not set the minimal symbol table to
7495 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7496 in a dynamic executable.
7497 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7498 where we are unable to find the minimal symbol for the given
7499 PC value.
7500
7501 2002-03-25 Jeff Law (law@redhat.com)
7502
7503 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7504
7505 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7506
7507 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7508
7509 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7510
7511 * command.h: Update copyright.
7512 (struct cmd_list_element): Replace definition with opaque
7513 declaration.
7514 (enum cmd_types): Document that it will eventually be moved to
7515 cli/cli-decode.h
7516 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7517 (MALLOCED_REPLACEMENT): Delete macro.
7518 * Makefile.in (cli_decode_h): Add $(command_h).
7519 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7520 * top.c: Include "cli/cli-decode.h".
7521 * completer.c: Include "cli/cli-decode.h".
7522 * maint.c: Include "cli/cli-decode.h".
7523 * cli/cli-decode.h: Include "command.h".
7524 (enum command_class): Delete.
7525 (enum cmd_types): Comment out.
7526 (enum cmd_auto_boolean): Delete.
7527 (enum var_types): Delete.
7528
7529 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7530
7531 * cli/cli-decode.c: Include "gdb_assert.h".
7532 (add_set_or_show_cmd): New static function.
7533 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7534 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7535 all fields, such as func, from the set command.
7536
7537 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7538
7539 * MAINTAINERS (sh-elf): Change warning flag to -w.
7540
7541 2002-03-23 Andrew Cagney <cagney@redhat.com>
7542
7543 * defs.h (error): Add printf format attribute.
7544 * thread-db.c (thread_from_lwp): Fix error format string.
7545 * stack.c (parse_frame_specification): Ditto.
7546 * cli/cli-decode.c (undef_cmd_error): Ditto.
7547 * scm-lang.c (scm_lookup_name): Ditto.
7548 * tracepoint.c (trace_error): Ditto.
7549 * remote-utils.c (usage): Ditto.
7550 * remote.c (compare_sections_command): Ditto.
7551 Fix PR gdb/328.
7552
7553 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7554
7555 * gdbtypes.c (append_composite_type_field): New function.
7556 (init_composite_type): New function.
7557 * gdbtypes.h (append_composite_type_field): Declare.
7558 (init_composite_type): Ditto.
7559
7560 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7561
7562 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7563 function.
7564 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7565 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7566 structure returning convention for SYSV ABI case, but not
7567 for GNU/Linux, FreeBSD, or NetBSD.
7568
7569 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7570
7571 * symtab.h (lookup_block_symbol): Add mangled_name argument
7572 to prototype.
7573
7574 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7575 with new mangled_name argument.
7576 * linespec.c (decode_line_1): Likewise.
7577 * valops (value_of_this): Likewise.
7578 * symtab.c (lookup_transparent_type): Likewise.
7579 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7580 (lookup_symbol): If we are given a mangled name, pass it down
7581 to lookup_symbol_aux.
7582 (lookup_block_symbol): If we are given a mangled name to check
7583 against, only return symbols which match it.
7584
7585 2002-03-22 Christopher Faylor <cgf@redhat.com>
7586
7587 * win32-nat.c (child_create_inferior): Check for proper shell to use
7588 here, in case the user changes it on the fly.
7589 (_initialize_inftarg): Remove shell path considerations.
7590
7591 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7592
7593 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7594 for gdbarch_max_register_raw_size and max_register_virtual_size.
7595 Adjust copyright year.
7596
7597 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7598
7599 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7600 in a function to cover the entire beginning of the function
7601 as well if it does not already.
7602
7603 2002-03-21 Tom Rix <trix@redhat.com>
7604
7605 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7606 (rs6000_ptrace64): Renamed from ptrace64.
7607
7608 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7609
7610 * gdbserver/remote-utils.c (remote_open): Don't call
7611 getprotobyname, we're all using TCP here so just use
7612 IPPROTO_TCP.
7613 * gdbserver/gdbreplay.c (remote_open): Ditto.
7614
7615 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7616
7617 * regcache.c (_initialize_regcache): No need to call
7618 build_regcache() at this time; it gets called whenever
7619 the gdbarch changes.
7620
7621 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7622
7623 * sparc-nat.c: Include sys/param.h where possible.
7624
7625 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7626
7627 Fix PR gdb/422.
7628 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7629 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7630 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7631 complex types.
7632 * stabsread.c (rs6000_builtin_type): Likewise.
7633 (read_sun_floating_type): Likewise.
7634
7635 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7636
7637 * stabsread.c (read_member_functions): Remove skip code for duplicate
7638 constructor/destructor methods. Use standard parsing for these
7639 methods and just do not chain them to the list of methods after
7640 parsing.
7641
7642 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7643
7644 * coffread.c: Remove redundant static declarations. Replace
7645 occurrences of `PTR' with `void *'.
7646 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7647 * top.h (quit_cover): Likewise.
7648 * defs.h (catch_errors): Likewise.
7649
7650 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7651
7652 * defs.h (XMALLOC): Define.
7653 * gdb-events.sh (XMALLOC): Delete macro.
7654 * gdb-events.c, gdb-events.h: Regenerate.
7655 * gdbarch.sh (XMALLOC): Delete macro.
7656 * gdbarch.c: Regenerate.
7657 * serial.c (XMALLOC): Delete macro.
7658 * ui-file.c (XMALLOC): Ditto.
7659 * ser-unix.h (XMALLOC): Ditto.
7660 * sh-tdep.c (XMALLOC): Ditto.
7661 * ui-out.c (XMALLOC): Ditto.
7662 * utils.c (XMALLOC): Ditto.
7663 * i386-tdep.c (XMALLOC): Ditto.
7664 * gdb-events.c (XMALLOC): Ditto.
7665 * d10v-tdep.c (XMALLOC): Ditto.
7666 * cli-out.c (XMALLOC): Ditto.
7667
7668 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7669 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7670 * ui-file.c, ui-out.c: Ditto.
7671
7672 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7673
7674 * command.h (struct cmd_list_element): Add field context.
7675 (set_cmd_context, get_cmd_context): Declare.
7676 * cli/cli-decode.h: Ditto.
7677 * cli/cli-decode.c (get_cmd_context): New function.
7678 (set_cmd_context): New function.
7679 (add_cmd): Initialize context.
7680 Part of fixing PR gdb/145 and PR gdb/146.
7681
7682 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7683
7684 * cli/cli-decode.c (cmd_type): New function.
7685 * command.h (cmd_type): Declare.
7686 * infrun.c (set_schedlock_func): Call function cmd_type.
7687 * kod.c (kod_set_os): Call cmd_type.
7688 * cris-tdep.c (cris_version_update): Use function cmd_type.
7689 (cris_mode_update, cris_abi_update): Ditto.
7690
7691 * command.h: (execute_cmd_post_hook): Declare.
7692 (execute_cmd_pre_hook): Declare.
7693 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7694 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7695 functions. Execute pre/post hook while ensuring that afterwords
7696 hook_in is cleared.
7697 * top.c (execute_command): Use execute_cmd_post_hook, and
7698 execute_cmd_pre_hook to execute pre/post commands.
7699 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7700 hook_stop_stub.
7701 (hook_stop_stub): Call execute_cmd_pre_hook.
7702
7703 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7704
7705 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7706 set'' and this leads to a core dump. Move xstrdup of
7707 operating_system to after check that it is not NULL.
7708
7709 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7710
7711 * kod.c (kod_set_os): Remove unnecessary check that
7712 ``command->type'' is set_cmd.
7713
7714 * valprint.c (set_input_radix): Use input_radix.
7715 (set_output_radix): Use output_radix.
7716 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7717 isn't reverted.
7718
7719 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7720
7721 * value.h (struct value): Delete field ``substring_addr''. Change
7722 aligner fields to force_doublest_align, force_longest_align,
7723 force_core_addr_align and force_pointer_aligh.
7724
7725 * value.h (struct value): Fix typo in above change.
7726
7727 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7728
7729 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7730 to fix internal_error from ``maintenance print architecture''.
7731
7732 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7733
7734 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7735 for gcc versions after gcc-2.8.1.
7736
7737 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7738
7739 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7740 for method resolution. Restore adjustment of ``this'' pointer after
7741 calling value_struct_elt, which was accidentally removed during the
7742 HP merge.
7743
7744 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7745
7746 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7747 value_of_register.
7748 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7749 get_saved_register.
7750 * value.h (value_of_register): Update.
7751
7752 2002-03-14 Richard Henderson <rth@redhat.com>
7753
7754 * configure.in: Detect declaration for canonicalize_file_name.
7755 * utils.c (canonicalize_file_name): Declare, if needed.
7756 (gdb_realpath): Prefer realpath if available and usable.
7757 * config.in, configure: Rebuild.
7758
7759 2002-03-14 Richard Henderson <rth@redhat.com>
7760
7761 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7762 a constant array bound.
7763
7764 * MAINTAINERS: Add myself to write-after-approval.
7765
7766 2002-03-14 Michael Snyder <msnyder@redhat.com>
7767
7768 * symfile.c (syms_from_objfile): Return immediately if no syms.
7769 (symbol_file_add): Return immediately if no syms.
7770 (find_sym_fns): Return immediately if no syms.
7771
7772 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7773
7774 * gdbserver/remote-util.c (remote_open): Print remote-side's
7775 IP address when remote debugging over the network.
7776
7777 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7778
7779 * config/sparc/fbsd.mh: Fix copyright.
7780 * config/sparc/fbsd.mt: Likewise.
7781
7782 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7783
7784 * MAINTAINERS: Fix typo in name of gdb warnings option.
7785 (x86-64): Fix formating so that this can be parsed by awk.
7786
7787 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7788
7789 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7790 * defs.h: Include "gdb/signals.h".
7791 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7792
7793 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7794
7795 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7796 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7797 from x86-64-tdep.h
7798
7799 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7800 Don Howard <dhoward@redhat.com>
7801
7802 * mips-tdep.c (ST0_FR): Define.
7803 (mips2_fp_compat): New function, temporarily disabled.
7804 (mips_read_fp_register_single): New function.
7805 (mips_read_fp_register_double): New function.
7806 (mips_print_register): Use them.
7807 (do_fp_register_row): Likewise.
7808
7809 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7810
7811 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7812 approval''.
7813
7814 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7815
7816 * stabsread.c (read_member_functions): Fix is_stub test for
7817 static member functions, improve comment.
7818
7819 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7820
7821 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7822 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7823 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7824 commands that set boolean values.
7825 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7826 (arm_rdi_resume): Always initialize PC.
7827 (arm_rdi_open): Don't use rslt as a boolean.
7828 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7829 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7830 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7831 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7832
7833 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7834
7835 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7836 * configure: Rebuilt.
7837
7838 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7839
7840 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7841 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7842
7843 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7844
7845 * cli/cli-decode.c (set_cmd_completer): New function.
7846 * command.h (set_cmd_completer): Declare.
7847 * cli/cli-decode.h (set_cmd_completer): Ditto.
7848
7849 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7850 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7851 * win32-nat.c (_initialize_inftarg): Ditto.
7852 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7853 * proc-api.c (_initialize_proc_api): Ditto.
7854 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7855 * source.c (_initialize_source): Ditto.
7856 * exec.c (_initialize_exec): Ditto.
7857 * solib.c (_initialize_solib): Ditto.
7858 * top.c (init_main): Ditto.
7859 * tracepoint.c (_initialize_tracepoint): Ditto.
7860 * symfile.c (_initialize_symfile): Ditto.
7861 * printcmd.c (_initialize_printcmd): Ditto.
7862 * infcmd.c (_initialize_infcmd): Ditto.
7863 * corefile.c (_initialize_core): Ditto.
7864
7865 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7866
7867 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7868
7869 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7870
7871 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7872
7873 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7874
7875 * NEWS: Update headings, 5.2 has branched.
7876
7877 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7878
7879 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7880 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7881 (register_addr, REGISTER_RAW_SIZE): Likewise.
7882 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7883 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7884
7885 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7886
7887 * MAINTAINERS (x86-64): Add myself.
7888 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7889 changed value_ptr -> struct value *
7890
7891 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7892
7893 * configure.host (sparc64-*-freebsd): Add.
7894 * configure.tgt: Likewise.
7895 * config/sparc/fbsd.mh: New file.
7896 * config/sparc/fbsd.mt: Likewise.
7897 * config/sparc/nm-fbsd.h: Likewise.
7898 * config/sparc/tm-fbsd.h: Likewise.
7899
7900 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7901
7902 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7903 regformats/reg-s390x.dat.
7904
7905 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7906
7907 * utils.c: Add FIXME explaining true/false problem.
7908
7909 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7910
7911 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7912
7913 2002-02-28 Michael Chastain <mec@shout.net>
7914
7915 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7916
7917 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7918
7919 * gdbserver/linux-s390-low.c: New file.
7920 * regformats/reg-s390.dat: New file.
7921 * regformats/reg-s390x.dat: New file.
7922 * gdbserver/configure.srv: Add S/390.
7923 * gdbserver/Makefile.in: Add S/390.
7924 * configure.tgt: Enable gdbserver for S/390.
7925
7926 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7927
7928 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7929 first line of the doc string for "info dos", except at the end of
7930 the sentence, since the short help stops at the first period.
7931
7932 2002-02-28 Jason Merrill <jason@redhat.com>
7933
7934 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7935
7936 2002-02-27 Fred Fish <fnf@redhat.com>
7937
7938 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7939 comment (dumy -> dummy).
7940
7941 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7942
7943 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7944
7945 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
7946
7947 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7948
7949 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7950
7951 * gdbserver/acconfig.h: New file.
7952 * gdbserver/i387-fp.c: New file.
7953 * gdbserver/i387-fp.h: New file.
7954 * gdbserver/linux-x86-64.c: New file.
7955 * regformats/reg-x86-64.dat: New file.
7956 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7957 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7958 * gdbserver/configure.in: Add support for regsets.
7959 * gdbserver/config.in: Regenerate.
7960 * gdbserver/configure: Regenerate.
7961 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7962 * gdbserver/linux-low.h: New file.
7963 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7964 for regsets.
7965 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7966 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7967 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7968 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7969 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7970 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7971 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7972 "i387-fp.h". Add PTRACE_GETREGS and friends.
7973 * gdbserver/regcache.c (supply_register): New function.
7974 (supply_register_by_name): New function.
7975 (collect_register): New function.
7976 (collect_register_by_name): New function.
7977
7978 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7979
7980 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7981 (config.status): Add configure.srv dependency.
7982 (server_h): Add config.h dependency.
7983
7984 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7985
7986 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7987 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7988 * gdbserver/configure.srv: Change i386-*-linux* to use
7989 reg-i386-linux.o.
7990
7991 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7992
7993 * x86-64-tdep.c: Re-indent. Update copyright date.
7994
7995 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7996
7997 From Michal Ludvig <mludvig@suse.cz>:
7998 * x86-64-tdep.c (value.h): Delete.
7999 (gdb_assert.h): Include.
8000 (x86_64_register_convert_to_virtual,
8001 x86_64_register_convert_to_raw ): Add check which lets only
8002 floating-point values to be converted.
8003 (value_push): Delete.
8004 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8005 (i386_gdbarch_init): Number of register_bytes fixed.
8006
8007 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8008
8009 * MAINTAINERS: Add x86-64 target.
8010
8011 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8012
8013 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8014 * osfsolib.c (solib_map_sections): Ditto.
8015 * irix5-nat.c (solib_map_sections): Ditto.
8016 * corelow.c (gdb_check_format): Ditto.
8017 * symfile.c (symfile_bfd_open): Ditto.
8018 * solib.c (solib_map_sections): Ditto.
8019 Fix PR gdb/354.
8020
8021 2002-02-26 Andrew Cagney <ac131313@redhat.com>
8022
8023 * remote.c (_initialize_remote): By default, disable ``e'' and
8024 ``E'' step out-of-range packets.
8025
8026 2002-02-26 Andreas Schwab <schwab@suse.de>
8027
8028 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8029 m68k_linux_frame_saved_pc.
8030 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8031 in_sigtramp.
8032 (SIGCONTEXT_PC_OFFSET): Remove.
8033 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8034 m68k_linux_sigtramp_saved_pc): New functions.
8035 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8036 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8037 (UCONTEXT_PC_OFFSET): Define.
8038 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8039 non-RT and RT signal trampolines.
8040
8041 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
8042
8043 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8044 (TARGET_NBPG, STACK_END_ADDR): Delete
8045 (VARIABLES_INSIDE_BLOCK): Delete.
8046
8047 2002-02-25 Andrew Cagney <ac131313@redhat.com>
8048
8049 * utils.c (perror_with_name): Make string parameter constant.
8050 (print_sys_errmsg): Ditto.
8051 (query): Ditto.
8052 * defs.h (perror_with_name): Update.
8053 (print_sys_errmsg): Update.
8054 (query): Update.
8055
8056 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8057
8058 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8059 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8060
8061 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8062
8063 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8064 if it already matches the current architecture from the exec file.
8065 Include arch-utils.h for gdbarch_info_init prototype.
8066 * Makefile.in (rs6000-nat.o): Update dependencies.
8067
8068 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8069
8070 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8071 list of exported variables.
8072
8073 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
8074
8075 * gdbserver/configure.srv: New file.
8076 * gdbserver/configure.in: Use configure.srv instead
8077 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8078 from it.
8079 * gdbserver/configure: Regenerated.
8080 * gdbserver/terminal.h: New file.
8081 * gdbserver/Makefile.in: Update for configure changes. Remove
8082 more unneeded include paths.
8083
8084 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8085
8086 From wiz at danbala:
8087 * config/sparc/tm-sp64.h: Fix grammar and typos.
8088 Fix PR gdb/287.
8089
8090 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8091
8092 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8093 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8094 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8095 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8096 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8097 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8098 * s390-tdep.c: Ditto.
8099 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8100 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8101 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8102 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8103 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8104 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8105 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8106 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8107 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8108 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8109 Fix PR gdb/378.
8110
8111 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8112
8113 * lin-thread.c: Delete file.
8114 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8115 to gdb_proc_service.h.
8116 * configure: Re-generate.
8117
8118 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8119 * serial.c (serial_open): Delete check for "ocd".
8120 Fix PR gdb/349.
8121
8122 * Makefile.in (linux-thread.o): Delete target.
8123 * linux-thread.c: Delete file.
8124
8125 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8126 renamed SH files to be consistent.
8127
8128 * symtab.c (sort_search_symbols): Use xfree.
8129
8130 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8131
8132 * arm-linux-tdep.c (arm_linux_init_abi): Register
8133 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8134 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8135 definition with undef, since we don't want the sysvr4 definition.
8136 (SKIP_TRAMPOLINE_CODE): Likewise.
8137
8138 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8139
8140 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8141
8142 * configure.in: (AC_CHECK_FUNCS) Added test for
8143 canonicalize_file_name Regenerated.
8144 * config.in, configure: Regenerated.
8145 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8146 defined use canonicalize_file_name.
8147
8148 2002-02-23 Michael Chastain <mec@shout.net>
8149
8150 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8151
8152 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8153
8154 * README: Remove references to cygnus.com.
8155 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8156 dot com'' form. Remove references to cygnus.com and sourceware.
8157
8158 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8159
8160 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8161 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8162 1003.1-2001 no longer allows "head -1".
8163 * gdb/Makefile.in (version.c): Likewise.
8164 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8165 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8166 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8167
8168 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8169
8170 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8171 * command.h (cmd_cfunc_eq): Declare.
8172 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8173
8174 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8175 ``struct cmd_list_element *''.
8176 * cli/cli-cmds.c (is_complete_command): Update. Use
8177 cmd_cfunc_eq.
8178 * top.c (execute_command): Pass the command to
8179 is_complete_command.
8180 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8181
8182 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8183
8184 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8185 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8186 architecture defines.
8187 * s390-tdep.c (s390_gdbarch_init): Likewise.
8188
8189 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8190
8191 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8192 (arm_linux_push_arguments): Likewise.
8193 (arm_linux_init_abi): Register them. Also register linux-specific
8194 call_dummy_words.
8195 (find_minsym_and_objfile): Use strcmp, not STREQ.
8196 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8197 (arm_linux_call_dummy_words): Delete declaration.
8198 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8199 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8200 declarations.
8201 (LOWEST_PC): Delete.
8202
8203 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8204
8205 * maint.c (print_section_info): Do not prepend `0x' to filepos
8206 output, it will be handled by local_hex_string_custom.
8207
8208 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8209
8210 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8211 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8212 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8213
8214 2002-02-22 Jim Blandy <jimb@redhat.com>
8215
8216 Indicate that the bcache functions don't change the strings
8217 they're passed.
8218 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8219 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8220
8221 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8222
8223 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8224
8225 2002-02-21 Christopher Faylor <cgf@redhat.com>
8226
8227 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8228 find the complete path to a loaded DLL.
8229
8230 2002-02-21 Fred Fish <fnf@redhat.com>
8231
8232 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8233 that marks the end of the range of a function, enter a line number
8234 entry that has a line number of zero and a PC offset that matches
8235 the end of the function. This starts a range of PC's for which no
8236 line number information is known.
8237 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8238 PC's for which no line number info is found (line number is zero)
8239 then we didn't find any valid line information.
8240 * symtab.h: Document use of zero line number entry.
8241
8242 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
8243
8244 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8245 (have_ptrace_getvrregs): Define for run time checks.
8246 (gdb_vrregset_t): New type for Altivec register handling.
8247 (fetch_register, store_register): Fetch/store altivec register
8248 when needed.
8249 (fetch_altivec_register, store_altivec_register): New functions.
8250 (supply_vrregset, fill_vrregset): New functions.
8251 (fetch_altivec_registers, store_altivec_registers): New functions.
8252 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8253 registers as well.
8254
8255 2002-02-21 Jiri Smid <smid@suse.cz>
8256
8257 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8258
8259 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8260
8261 * Makefile.in (armnbsd-nat.o): Update dependencies.
8262 * armnbsd-nat.c (supply_gregset): New function. Common code to
8263 supply the integer register set.
8264 (supply_fparegset): New function. Similar for FPA registers.
8265 (fetch_regs, fetch_fp_regs): Use them.
8266 (fetch_core_registers): Likewise.
8267 (fetch_elfcore_registers): New function.
8268 (arm_netbsd_elfcore_fns): New core-file type specification.
8269 (_initialize_arm_netbsd_nat): Register it.
8270
8271 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8272
8273 * armnbsd-nat.c: Include gdbcore.h.
8274 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8275 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8276 'void' to declaration, to shut up ARI.
8277 (fetch_core_registers): Make static. Rewrite using supply_register.
8278 (arm_netbsd_core_fns): New core-file type specification.
8279 (_initialize_arm_netbsd_nat): New function.
8280
8281 2002-02-21 Christopher Faylor <cgf@redhat.com>
8282
8283 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8284 value.
8285
8286 2002-02-20 Christopher Faylor <cgf@redhat.com>
8287
8288 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8289 fails.
8290
8291 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8292
8293 * jv-exp.y (parse_number): Change type of implicit longs
8294 to builtin_type_uint64.
8295
8296 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8297
8298 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8299 to be an integer instead of a `union wait'.
8300
8301 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8302
8303 * mips-linux-nat.c: Call the operating system GNU/Linux.
8304 * mips-linux-tdep.c: Likewise.
8305 * mips-tdep.c: Likewise.
8306
8307 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8308
8309 Fix PR gdb/265.
8310 * jv-exp.y (parse_number): Handle 64-bit integers.
8311
8312 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8313
8314 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8315 AC_STDC_HEADERS to AC_HEADER_STDC.
8316 * gdbserver/configure: Regenerated.
8317
8318 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8319
8320 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8321 is defined.
8322 * sparc-tdep.c (get_longjmp_target): Likewise.
8323
8324 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8325
8326 * News: Add news about ARM and Multi-arch. Mention the new target
8327 arm*-*-netbsd*.
8328
8329 2002-02-19 Jim Blandy <jimb@redhat.com>
8330
8331 * stabsread.c (error_type_complaint): Improve error message.
8332
8333 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
8334
8335 * gdbserver/README: Update documentation.
8336 * gdbserver/configure.in: Update configury to match documentation.
8337 * gdbserver/Makefile.in: Likewise.
8338 * gdbserver/configure: Regenerated.
8339 * gdbserver/aclocal.m4: New file, generated by aclocal.
8340 * gdbserver/config.in: New file, generated by autoheader.
8341
8342 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8343
8344 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8345 armnbsd-nat.c.
8346
8347 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8348
8349 * arm-tdep.h (enum arm_float_model): New enum.
8350 (struct gdbarch_tdep): Add fp_model.
8351 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8352 up floating-point conversions until we know the floating-point model
8353 in use by the inferior. Don't complain about being unable to
8354 determine the ABI of the inferior when we don't have one.
8355 (arm_extract_return_value): Support different floating-point models.
8356 (arm_store_return_value): Likewise.
8357 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8358 ARM_FLOAT_SOFT.
8359 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8360
8361 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8362
8363 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8364 of ``current_gdbarch''.
8365
8366 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8367
8368 * armnbsd-nat.c : ANSIfy all function declarations.
8369 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8370 (fetch_inferior_registers): Re-implement in terms of above.
8371 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8372 (store_inferior_registers): Re-implement in terms of above.
8373
8374 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8375
8376 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8377 kernel.
8378 * arm-linux-tdep.c: Likewise.
8379 * config/arm/tm-linux.h: Likewise.
8380
8381 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8382
8383 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8384 * config/arm/nbsd.mt (TM_FILE): Delete.
8385 * config/arm/tm-nbsd.h: Delete.
8386
8387 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8388
8389 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8390 Initialize CALL_DUMMY_LENGTH.
8391
8392 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8393
8394 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8395 function.
8396 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8397 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8398 defines one thing and that is incorrect for this port.
8399 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8400
8401 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8402
8403 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8404
8405 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8406
8407 * win32-nat.c (display_selector): New function. Displays information
8408 about the information returned by GetThreadSelectorEntry API function.
8409 (display_selectors): New function. Displays the infomation of
8410 the selector given as argument, or of CS, DS ans FS selectors
8411 if no argument is given.
8412 ( _initialize_inftarg): Add "w32" as info prefix command.
8413 Add "info w32 selector" as command calling display_selectors.
8414
8415 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8416
8417 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8418 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8419 if not defined.
8420
8421 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8422
8423 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8424
8425 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8426
8427 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8428 (arm_fix_call_dummy): Call it.
8429 (arm_call_dummy_breakpoint_offset): Delete.
8430 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8431 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8432
8433 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8434
8435 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8436 Default to func_frame_chain_valid.
8437 * gdbarch.h, gdbarch.c: Re-generate.
8438 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8439
8440 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8441
8442 * ppc-linux-nat.c: Update copyright.
8443 (fetch_register, store_register): Add tid parameter, don't compute
8444 tid here.
8445 (fetch_ppc_registers, store_ppc_registers): Add tid
8446 parameter. Pass it along to callees.
8447 (fetch_inferior_registers, store_inferior_registers): Compute tid
8448 here, and pass it to calleed functions.
8449 (fill_gregset, supply_fpregset): Clean up formatting.
8450
8451 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8452
8453 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8454 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8455
8456 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8457
8458 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8459 * gdbarch.c gdbarch.h: Regenerate.
8460 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8461 function.
8462 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8463 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8464 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8465
8466 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8467 * arm-tdep.c (arm_get_longjmp_target): New function.
8468 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8469 this to a positive value register arm_get_longjmp_target as the
8470 longjmp handler.
8471 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8472 (arm_linux_init_abi): Set up longjmp description in tdep.
8473 * armnbsd-nat.c (get_longjmp_target): Delete.
8474 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8475 description in tdep.
8476 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8477 (get_longjmp_target): Delete declaration.
8478 (GET_LONGJMP_TARGET): Delete.
8479 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8480 (GET_LONGJMP_TARGET): Delete.
8481
8482 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8483
8484 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8485 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8486 of ``current_gdbarch''.
8487
8488 2002-02-17 Tom Tromey <tromey@redhat.com>
8489
8490 * cli/cli-cmds.c (compare_strings): New function.
8491 (complete_command): Only print each unique item once.
8492 * completer.h (complete_line): Declare.
8493 * completer.c (complete_line): New function.
8494 (line_completion_function): Use it.
8495
8496 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8497
8498 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8499 * gdbarch.h, gdbarch.c: Re-generate.
8500
8501 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8502
8503 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8504
8505 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8506
8507 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8508 * valops.c (value_arg_coerce): Don't take the address of a reference
8509 to convert an argument to a reference.
8510
8511 2002-02-15 Christopher Faylor <cgf@redhat.com>
8512
8513 * win32-nat.c (get_image_name): New function.
8514 (handle_load_dll): Use get_image_name function.
8515 (get_child_debug_event): Avoid registering debug events until possibly
8516 execed process is started.
8517 (child_create_inferior): Allow invocation via shell so that command
8518 line redirection, etc. works ok.
8519 (_initialize_inftarg): Add new command: "set shell" to control whether
8520 a shell is used to start a process.
8521
8522 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8523
8524 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8525 instead of find_register_by_number.
8526 (cannot_store_register): Likewise.
8527
8528 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8529
8530 * dwarf2read.c: Replace fprintf (stderr, ...) by
8531 fprintf_unfiltered (gdb_stderr, ...).
8532
8533 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8534
8535 * gdbserver/gdbserver.1: Document --attach.
8536
8537 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8538
8539 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8540 descriptions.
8541 * arm-tdep.c (arm_default_arm_le_breakpoint)
8542 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8543 (arm_default_thumb_be_breakpoint): New. Initialize them from
8544 traditional breakpoint defines.
8545 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8546 (arm_gdbarch_init): Initialize new breakpoint variables.
8547 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8548 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8549 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8550 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8551 code out to ...
8552 (arm_netbsd_init_abi_common): ... here; new function.
8553 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8554 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8555 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8556 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8557
8558 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8559
8560 * arm-tdep.h (enum arm_abi): New enum.
8561 (struct gdbarch_tdep): New structure.
8562 (LOWEST_PC): Provide a default.
8563 (arm_gdbarch_register_os_abi): Declare new function.
8564 * arm-tdep.c (arm_abi_names): New array.
8565 (process_note_abi_tag_sections): New function.
8566 (get_elfosabi): New function.
8567 (arm_gdbarch_register_os_abi): New function.
8568 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8569 support for that ABI has been built in, then call the appropriate
8570 configuration routine. Use gdbarch_num_regs() to get the number
8571 of registers.
8572 (arm_dump_tdep): New function.
8573 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8574 place-holder functions.
8575 (_initialize_arm_tdep): Register them.
8576 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8577
8578 * armnbsd-tdep.c: New file.
8579 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8580 * config/arm/nbsd.mt (TDEPFILES): Add it.
8581 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8582
8583 * armnbsd-nat.c: Include regcache.h.
8584 * Makefile.in (armnbsd-nat.o): Update dependency list.
8585
8586 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8587
8588 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8589
8590 * gdbserver/Makefile.in: Fix typos in target rules.
8591
8592 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8593
8594 Fix part of PR gdb/267.
8595 * linespec.c (find_methods): Handle constructors specially for now.
8596
8597 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8598
8599 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8600 handling.
8601 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8602 standard_coerce_float_to_double().
8603
8604 2002-02-14 Christopher Faylor <cgf@redhat.com>
8605
8606 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8607 GDBINIT_FILENAME.
8608
8609 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8610
8611 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8612 find_variant_by_name, because it confuses the multiarch
8613 framework. Return NULL if there isn't an architecture with the
8614 user supplied name, instead of forcing a different one without
8615 recording the change with the multiarch machinery.
8616 (find_variant_by_name): Delete.
8617
8618 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8619
8620 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8621 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8622
8623 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8624
8625 * stack.c (print_frame_info_base): When calling
8626 print_frame_info_listing_hook, set current_source_symtab.
8627
8628 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8629
8630 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8631 and remove unused $(INCLUDE_DIR).
8632 Add regcache.c to OBS.
8633 Add generated register protocol files to clean target.
8634 Update dependencies for new objects, obsolete old target code.
8635
8636 * gdbserver/linux-low.c: Remove all platform-specific code to
8637 new files. Remove various dead code. Update to use regcache
8638 functionality.
8639 * gdbserver/remote-utils.c (fromhex): Add return statement
8640 to quiet warning.
8641 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8642 constant.
8643 (input_interrupt): Add integer parameter to match prototype
8644 of a signal handler.
8645 (outreg): Use register_data ().
8646 (prepare_resume_reply): Use gdbserver_expedite_regs.
8647 * gdbserver/server.c (main): Dynamically allocate own_buf because
8648 PBUFSIZ is no longer constant. Use registers_to_string () and
8649 registers_from_string ().
8650 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8651 for error (), fatal (), and warning (). Update definition of
8652 PBUFSIZ to use regcache functionality. Add include guard.
8653 * gdbserver/utils.c (fatal): Add missing ``const''.
8654 (warning): New function.
8655
8656 * regformats/regdat.sh: Include "regcache.h" in generated files.
8657 Provide init_registers () function.
8658 * regformats/regdef.h: Add prototype for set_register_cache ().
8659 Add include guard.
8660
8661 * gdbserver/linux-arm-low.c: New file.
8662 * gdbserver/linux-i386-low.c: New file.
8663 * gdbserver/linux-ia64-low.c: New file.
8664 * gdbserver/linux-m68k-low.c: New file.
8665 * gdbserver/linux-mips-low.c: New file.
8666 * gdbserver/linux-ppc-low.c: New file.
8667 * gdbserver/linux-sh-low.c: New file.
8668
8669 * gdbserver/regcache.c: New file.
8670 * gdbserver/regcache.h: New file.
8671
8672 * gdbserver/low-linux.c: Removed obsolete file.
8673
8674 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8675
8676 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8677 * config/i386/linux.mt: Likewise.
8678 * config/ia64/linux.mt: Likewise.
8679 * config/m68k/linux.mh: Likewise.
8680 * config/powerpc/linux.mh: Likewise.
8681 * config/mips/linux.mt: Likewise.
8682
8683 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8684
8685 * config/i386/i386lynx.mh: Mark gdbserver variables
8686 as (currently) obsolete for this target.
8687 * config/i386/nbsd.mt: Likewise.
8688 * config/i386/nbsdelf.mt: Likewise.
8689 * config/m32r/m32r.mt: Likewise.
8690 * config/m68k/m68klynx.mh: Likewise.
8691 * config/m68k/nbsd.mt: Likewise.
8692 * config/m68k/sun3os4.mh: Likewise.
8693 * config/mips/vr5000.mt: Likewise.
8694 * config/ns32k/nbsd.mt: Likewise.
8695 * config/pa/hppabsd.mh: Likewise.
8696 * config/pa/hppaosf.mh: Likewise.
8697 * config/powerpc/nbsd.mt: Likewise.
8698 * config/rs6000/rs6000lynx.mh: Likewise.
8699 * config/s390/s390.mt: Likewise.
8700 * config/s390/s390x.mt: Likewise.
8701 * config/sparc/sparclynx.mh: Likewise.
8702 * config/sparc/sun4os4.mh: Likewise.
8703 * config/i386/x86-64linux.mt: Likewise.
8704 * config/sparc/linux.mh: Likewise.
8705
8706 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8707
8708 * configure.tgt: Configure gdbserver only for known working
8709 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8710 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8711 SUBDIRS if it is configured. Update comment for ${nativefile}.
8712 * configure: Regenerated.
8713
8714 2002-02-13 Michael Snyder <msnyder@redhat.com>
8715
8716 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8717
8718 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8719 (default_gcore_mach): Just return 0, work around a problem in bfd.
8720 (default_gcore_target): OK to return NULL if exec_bfd is null.
8721 (make_mem_sec): Use a cast, avoid a warning.
8722
8723 * procfs.c (find_memory_regions_callback): Use a cast instead of
8724 calling host_pointer_to_address (which complains if
8725 sizeof (host pointer) != sizeof (target pointer)).
8726 (procfs_make_note_section): Avoid overflow in psargs string.
8727
8728 * procfs.c (procfs_make_note_section): Make the default
8729 implementation return an error.
8730
8731 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8732
8733 * procfs.c (procfs_make_note_section): Provide a default definition
8734 (for alpha-dec-osf4.0f). Fix typos.
8735
8736 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8737
8738 * linux-proc.c: Add include of regcache.h.
8739 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8740
8741 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8742
8743 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8744 * memattr.c (create_mem_region): Disallow useless empty region.
8745 Regions are half-open intervals, so allow [A..B) [B..C) as
8746 non-overlapping.
8747
8748 2002-02-13 Michael Chastain <mec@shout.net>
8749
8750 * defs.h: Kill CONST_PTR.
8751 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8752 * c-lang.c (c_builtin_types): Likewise.
8753 * ch-lang.c (ch_builtin_types): Likewise.
8754 * f-lang.c (f_builtin_types): Likewise.
8755 * language.c (unknown_builtin_types): Likewise.
8756 * m2-lang.c (m2_builtin_types): Likewise.
8757 * p-lang.c (pascal_builtin_types): Likewise.
8758 * scm-lang.c (c_builtin_types): Likewise.
8759
8760 2002-02-13 Keith Seitz <keiths@redhat.com>
8761
8762 * arm-tdep.h (arm_get_next_pc): Add declaration.
8763
8764 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8765
8766 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8767 with other related struct-returning functions.
8768 (arm_extract_struct_value_address): New function.
8769 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8770 initialize float_format, double_format and long_double_format as
8771 appropriate to the endianness of the target.
8772 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8773 (arm_use_struct_convention): Delete declaration.
8774 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8775
8776 2002-02-13 Keith Seitz <keiths@redhat.com>
8777
8778 * defs.h (core_addr_to_string_nz): New function.
8779
8780 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8781
8782 Apply missing bits of 2002-01-15 patch.
8783 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8784 (fill_fpregset): Use i387_fill_fsave.
8785
8786 2002-02-12 Keith Seitz <keiths@redhat.com>
8787
8788 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8789 (core_addr_to_string_nz): New function.
8790
8791 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8792
8793 * arm-linux-nat.c: Really include arm-tdep.h.
8794 * config/arm/tm-linux.h (struct type, struct value): Declare.
8795
8796 2002-02-11 Michael Snyder <msnyder@redhat.com>
8797
8798 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8799 (gcore section): Ifdef for Solaris and Unixware only.
8800 (procfs_do_thread_registers): Unixware needs one lwpstatus
8801 per thread (not one prstatus or pstatus).
8802 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8803 not over all gdb threads. For unixware, call elfcore_write_pstatus
8804 once before iterating over threads.
8805
8806 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8807
8808 * arm-tdep.h: New file.
8809 * arm-tdep.c: Include arm-tdep.h.
8810 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8811 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8812 (arm_print_float_info, arm_register_type, convert_to_extended)
8813 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8814 (arm_extract_return_value, arm_register_name): Make static.
8815 (arm_software_single_step): Similarly. Fix types in declaration.
8816 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8817 (arm_store_return_value, arm_store_struct_return): New functions.
8818 (arm_gdbarch_init): Register the above functions. Also register
8819 call_dummy_start_offset, sizeof_call_dummy_words,
8820 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8821 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8822 max_register_virtual_size, register_size. Set up
8823 prologue_cache.saved_regs here, rather than ...
8824 (_initialize_arm_tdep): ... here.
8825 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8826 declarations.
8827 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8828 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8829 (arm_print_float_info, arm_register_type, convert_to_extended)
8830 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8831 (arm_extract_return_value, arm_register_name): Delete declarations.
8832 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8833 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8834 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8835 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8836 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8837 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8838 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8839 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8840 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8841 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8842 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8843 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8844 interface.
8845 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8846 * remote-rdi.c remote-rdp.c: Likewise.
8847 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8848 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8849 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8850 definition.
8851
8852 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8853 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8854 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8855 from non-ARM_ prefixed definitions.
8856 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8857 all uses of above.
8858 * remote-rdi.c remote-rdp.c: Likewise.
8859 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8860
8861 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8862
8863 * arm-tdep.c (arm_frameless_function_invocation)
8864 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8865 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8866 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8867 (arm_pop_frame, arm_get_next_pc): Make static.
8868 (arm_gdbarch_init): Register above in gdbarch structure.
8869 (arm_read_fp): Renamed from arm_target_read_fp.
8870 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8871 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8872 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8873 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8874 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8875 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8876 (arm_pc_is_thumb_dummy): Delete declarations.
8877 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8878 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8879 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8880 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8881
8882 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8883
8884 * symtab.c (compare_search_syms): New function.
8885 (sort_search_symbols): New function.
8886 (search_symbols): Sort symbols after searching rather than
8887 before.
8888
8889 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8890
8891 * NEWS: Linux -> GNU/Linux.
8892
8893 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8894
8895 * gdbarch.sh: For for level one methods, disallow a definition
8896 when partially multi-arched. Add comments explaining rationale.
8897 * gdbarch.h: Re-generate.
8898
8899 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8900
8901 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8902 multi-arch partial.
8903
8904 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8905
8906 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8907 field. Use diff -u.
8908 * gdbarch.c: Re-generate.
8909
8910 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8911
8912 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8913 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8914 partial.
8915
8916 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8917
8918 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8919 multi-arch partial.
8920 (PUSH_ARGUMENTS): Switch to using predefault.
8921 * gdbarch.c: Regenerate.
8922
8923 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8924
8925 * valops.c (PUSH_ARGUMENTS): Delete definition.
8926 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8927 partial. Default to default_push_arguments.
8928 * gdbarch.h, gdbarch.c: Regenerate.
8929
8930 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8931
8932 * defs.h (throw_exception): Rename return_to_top_level. Update
8933 comments.
8934 * utils.c (error_stream, internal_verror, quit): Ditto.
8935 * top.c (throw_exception, catcher): Ditto.
8936 * sparclet-rom.c (sparclet_load): Ditto.
8937 * remote.c (interrupt_query, minitelnet): Ditto.
8938 * remote-sds.c (interrupt_query): Ditto.
8939 * remote-mips.c (mips_error, mips_kill): Ditto.
8940 * ocd.c (interrupt_query): Ditto.
8941 * monitor.c (monitor_interrupt_query): Ditto.
8942 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8943 * target.h: Update comment.
8944
8945 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8946
8947 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8948
8949 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8950 default_double_format.
8951 * gdbarch.h, gdbarch.c: Re-generate.
8952 * findvar.c (floatformat_unknown): Delete variable definition.
8953 * doublest.h (floatformat_unknown): Delete variable declaration.
8954
8955 2002-02-09 Jim Blandy <jimb@redhat.com>
8956
8957 * stabsread.c (read_type): Add code to parse Sun's syntax for
8958 prototyped function types.
8959
8960 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8961
8962 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8963 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8964
8965 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8966
8967 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8968 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8969 now _initialize_xcoffsolib gets called again and overrides the
8970 commands from solib.c in a native configuration.
8971
8972 2002-02-09 Mark Kettenis <kettenis@gnu.org>
8973
8974 * doublest.c (store_typed_floating): Don't try to return a value.
8975 Fixes PR gdb/290.
8976
8977 2002-02-08 Jim Blandy <jimb@redhat.com>
8978
8979 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8980 is prototyped and has no arguments, print its argument list as
8981 `(void)'.
8982
8983 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8984
8985 * MAINTAINERS (write-after-approval): Add myself.
8986 (paper-trail): I've escaped!
8987
8988 2002-02-08 Christopher Faylor <cgf@redhat.com>
8989
8990 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8991 changes.
8992 (_initialize_check_for_gdb_ini): Ditto.
8993
8994 2002-02-08 Martin M. Hunt <hunt@redhat.com>
8995
8996 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8997 xaprintf -> xasprintf.
8998
8999 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9000
9001 * win32-nat.c: Remove use of printf and sprintf functions.
9002
9003 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
9004
9005 * arm-tdep.c (arm_frame_chain_valid): Make static.
9006 (arm_push_arguments): Likewise.
9007 (arm_gdbarch_init): New function.
9008 (_initialize_arm_tdep): Call it.
9009 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9010 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9011 (FRAME_CHAIN_VALID): Delete.
9012 (arm_frame_chain_valid): Delete declaration.
9013 (PUSH_ARGUMENTS): Delete.
9014 (arm_push_arguments): Delete declaration.
9015 (CALL_DUMMY_P): Delete.
9016
9017 2002-02-08 Andrew Cagney <ac131313@redhat.com>
9018 Corinna Vinschen <vinschen@redhat.com>
9019
9020 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9021 on builtin float types.
9022
9023 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
9024
9025 * utils.c: Include <curses.h> before "bfd.h".
9026 * tui/tui-hooks.c: Likewise.
9027 * tui/tui.c: Likewise.
9028 * tui/tuiCommand.c: Likewise.
9029 * tui/tuiData.c: Likewise.
9030 * tui/tuiDataWin.c: Likewise.
9031 * tui/tuiDisassem.c: Likewise.
9032 * tui/tuiGeneralWin.c: Likewise.
9033 * tui/tuiIO.c: Likewise.
9034 * tui/tuiLayout.c: Likewise.
9035 * tui/tuiRegs.c: Likewise.
9036 * tui/tuiSource.c: Likewise.
9037 * tui/tuiSourceWin.c: Likewise.
9038 * tui/tuiStack.c: Likewise.
9039 * tui/tuiWin.c: Likewise.
9040
9041 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
9042
9043 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9044 to include space for pseudoregs as well. Update loops accordingly.
9045 (sh_fp_frame_init_saved_regs): Ditto.
9046 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9047
9048 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9049
9050 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9051 Add Richard Earnshaw to Arm maintainers.
9052
9053 2002-02-07 Andrew Cagney <ac131313@redhat.com>
9054
9055 * defs.h (warning_begin): Delete declaration.
9056
9057 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9058 Delete macro.
9059
9060 2002-02-07 Michael Snyder <msnyder@redhat.com>
9061
9062 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9063 Logic bug, remove misplaced else.
9064
9065 2002-02-07 Klee Dienes <klee@apple.com>
9066
9067 * fork-inferior.c (fork_inferior): Add '!' to the list of
9068 characters that need to be quoted when building a string for the
9069 shell. Quote '!' specifically with a backslash, since CSH chokes
9070 when trying to evaluate "str!str".
9071
9072 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9073
9074 * rdi-share/host.h: Only provide a typedef for bool if it is not
9075 defined.
9076
9077 2002-02-04 Michael Snyder <msnyder@redhat.com>
9078
9079 * breakpoint.h (enum bptype): Add new overlay event bp type.
9080 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9081
9082 * breakpoint.c (create_internal_breakpoint): New function.
9083 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9084 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9085 (create_thread_event_breakpoint): Ditto.
9086 (create_solib_event_breakpoint): Ditto.
9087 (create_overlay_event_breakpoint): New function.
9088 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9089 (update_breakpoints_after_exec): Delete and re-initialize
9090 overlay event breakpoints after an exec. Add FIXME comment
9091 about longjmp breakpoint.
9092 (print_it_typical): Ignore overlay event breakpoints.
9093 (print_one_breakpoint): Ditto.
9094 (mention): Ditto.
9095 (bpstat_what): Do not stop for overlay event breakpoints.
9096 (delete_breakpoint): Don't delete overlay event breakpoints.
9097 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9098 (breakpoint_re_set): Re-create overlay event breakpoint.
9099
9100 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9101 (overlay_manual_command): Disable overlay breakpoints.
9102 (overlay_off_command): Disable overlay breakpoints.
9103
9104 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9105
9106 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9107 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9108 to here from config/tm-arm.h.
9109 (coff_sym_is_thumb): Make static.
9110 (arm_elf_make_msymbol_special): New function.
9111 (arm_coff_make_msymbol_special): New function.
9112 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9113 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9114 (coff_sym_is_thumb): Delete declaration.
9115 (arm_elf_make_msymbol_special): Declare.
9116 (arm_coff_make_msymbol_special): Declare.
9117 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9118 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9119
9120 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9121
9122 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9123
9124 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9125
9126 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9127 * gdbarch.c gdbarch.h: Regenerate.
9128 * arch-utils.c (default_print_float_info): New function.
9129 * arch-utils.h (default_print_float_info): Prototype it.
9130 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9131 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9132 (PRINT_FLOAT_INFO): Document it.
9133
9134 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9135 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9136 (PRINT_FLOAT_INFO): Define.
9137
9138 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9139
9140 * win32-nat.c (_initialize_check_for_gdb_ini):
9141 Add typecast to sprintf argument to suppress a warning.
9142
9143 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9144
9145 * win32-nat.c (last_sig): Changed type of variable to target_signal,
9146 to allow easier handling of pass state.
9147 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9148 that gives exception name and address.
9149 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9150 and set last_sig value to ourstatus->value.sig. Some missing
9151 exceptions added.
9152 (child_continue): Correctly report continue_status.
9153 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9154 TARGET_SIGNAL_0 (new default value).
9155 (child_resume): consider sig argument passed to decide if
9156 the exception should be passed to debuggee or not.
9157
9158 2002-02-05 Michael Snyder <msnyder@redhat.com>
9159
9160 * regcache.c (fetch_register): Call target_fetch_register
9161 only if we don't call FETCH_PSEUDO_REGISTER.
9162 (store_register): Call target_store_register only if we
9163 don't call STORE_PSEUDO_REGISTER.
9164
9165 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
9166
9167 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9168 ELF_MAKE_MSYMBOL_SPECIAL.
9169 * gdbarch.c, gdbarch.h: Regenerate.
9170 * arch-utils.c (default_make_msymbol_special): New function.
9171 * arch-utils.h (default_make_msymbol_special): Export.
9172 * elfread.c (elf_symtab_read): Compile use of
9173 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9174 multiarched.
9175 * coffread.c (coff_symtab_read): Ditto, for
9176 COFF_MAKE_MSYMBOL_SPECIAL.
9177
9178 2002-02-05 Jim Blandy <jimb@redhat.com>
9179
9180 * solib-svr4.c (svr4_truncate_ptr): New function.
9181 (svr4_relocate_section_addresses): Do the address arithmetic with
9182 the appropriate truncation for target addresses, even when
9183 CORE_ADDR is larger than a target address.
9184
9185 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9186
9187 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9188 to (int *).
9189
9190 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9191
9192 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9193 code.
9194
9195 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9196
9197 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9198
9199 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9200
9201 * gdbserver/linux-low.c: Remove unused include files.
9202
9203 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9204
9205 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9206 (read_inferior_memory): Use it.
9207 (write_inferior_memory): Likewise.
9208
9209 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9210
9211 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9212 grubbing through sys_errlist.
9213
9214 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9215
9216 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9217
9218 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9219 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9220
9221 2002-02-04 Andrew Cagney <ac131313@redhat.com>
9222
9223 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9224 (do_sfunc, set_cmd_sfunc): New functions.
9225
9226 * command.h (struct cmd_list_element): Add field func.
9227 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9228 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9229 * cli/cli-decode.h: Ditto.
9230
9231 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9232 (help_all, help_cmd_list): Ditto.
9233 (find_cmd, complete_on_cmdlist): Ditto.
9234 * top.c (execute_command): Ditto.
9235
9236 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9237 function.sfunc.
9238
9239 * infcmd.c (notice_args_read): Fix function signature.
9240
9241 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9242 * cli/cli-decode.c (add_set_cmd): Ditto.
9243 * utils.c (initialize_utils): Ditto.
9244 * maint.c (_initialize_maint_cmds): Ditto.
9245 * infrun.c (_initialize_infrun): Ditto.
9246 * demangle.c (_initialize_demangler): Ditto.
9247 * remote.c (add_packet_config_cmd): Ditto.
9248 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9249 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9250 * proc-api.c (_initialize_proc_api): Ditto.
9251 * kod.c (_initialize_kod): Ditto.
9252 * valprint.c (_initialize_valprint): Ditto.
9253 * top.c (init_main): Ditto.
9254 * infcmd.c (_initialize_infcmd): Ditto.
9255 * corefile.c (_initialize_core): Ditto.
9256 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9257 * arch-utils.c (initialize_current_architecture): Ditto.
9258 (_initialize_gdbarch_utils): Ditto.
9259 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9260
9261 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9262 * wince.c (_initialize_inftarg): Ditto.
9263 * symfile.c (_initialize_symfile): Ditto.
9264 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9265 * language.c (_initialize_language): Ditto.
9266 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9267
9268 2002-02-04 Michael Snyder <msnyder@redhat.com>
9269
9270 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9271
9272 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9273
9274 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9275 Add rules for building the register data files.
9276
9277 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9278
9279 * regformats/regdat.sh: Add braces to the definition of
9280 expedite_regs_${arch}.
9281
9282 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9283
9284 * regformats/regdef.h (struct reg): Add comment describing the
9285 requirements for offset and size fields.
9286
9287 2002-02-04 Andreas Schwab <schwab@suse.de>
9288
9289 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9290 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9291
9292 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
9293
9294 * gdbarch.sh (copyright): Update years in generated header.
9295 (SMASH_TEXT_ADDRESS): Add rule.
9296 * gdbarch.h, gdbarch.c: Re-generate.
9297 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9298 * dbxread.c: Likewise.
9299 * dwarfread.c: Likewise.
9300 * elfread.c: Likewise.
9301 * somread.c: Likewise.
9302
9303 * arm-tdep.c (arm_smash_text_address): New function.
9304 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9305
9306 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9307
9308 Add support for hardware watchpoints on win32 native.
9309 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9310 CONTEXT_DEBUG_REGISTERS.
9311 (dr variable): New variable. Static array containing a local copy
9312 of debug registers.
9313 (debug_registers_changed): New variable. Reflects when debug registers
9314 are changed and need to be written to inferior.
9315 (debug_registers_used): New variable. Reflects when any debug register
9316 was set, used when new threads are created.
9317 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9318 i386-nat code.
9319 (thread_rec): Set dr array if id is the thread of current_event .
9320 (child_continue, child_resume): Change the debug registers for all
9321 threads if debug_registers_changed.
9322 (child_add_thread): Change the debug registers if debug_registers_used.
9323 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9324 Link nm.h to new nm-cygwin.h file.
9325 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9326 of hardware registers.
9327
9328 2002-02-03 Andrew Cagney <ac131313@redhat.com>
9329
9330 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9331 Restore behavour broken by 2002-01-20 Andrew Cagney
9332 <ac131313@redhat.com> IEEE_FLOAT removal.
9333
9334 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9335
9336 * c-valprint.c (c_val_print): Pass a proper valaddr to
9337 cp_print_class_method.
9338 * valops.c (search_struct_method): If there is only one method
9339 and args is NULL, return that method.
9340
9341 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9342
9343 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9344 accessing tag_name directly.
9345
9346 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9347
9348 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9349 of accessing tag_name directly.
9350
9351 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9352
9353 PR gdb/280
9354 * gdbtypes.c (replace_type): New function.
9355 * gdbtypes.h (replace_type): Add prototype.
9356 * stabsread.c (read_type): Use replace_type.
9357
9358 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
9359
9360 * Makefile.in (memattr.o): Add missing dependencies rule.
9361
9362 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9363
9364 * breakpoint.c (break_at_finish_command): Really export.
9365 (break_at_finish_at_depth_command): Ditto.
9366 (tbreak_at_finish_command): Ditto.
9367 * hppa-tdep.c: Include completer.h.
9368 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9369 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9370
9371 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9372
9373 * utils.c (do_write): New function.
9374 (error_stream): Rewrite combining the code from error_begin and
9375 verror.
9376 (verror): Rewrite using error_stream.
9377 (error_begin): Delete function.
9378
9379 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9380
9381 * utils.c (error_begin): Make static.
9382 * defs.h (error_begin): Delete declaration.
9383
9384 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9385 (decode_line_1): Use cplusplus_error instead of error_begin,
9386 cplusplus_hint and return_to_top_level.
9387 * coffread.c (coff_symfile_read): Use error instead of error_begin
9388 and return_to_top_level.
9389 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9390
9391 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9392
9393 * language.h (type_error, range_error): Make string parameter
9394 constant.
9395 * language.c (warning_pre_print): Delete extern declaration.
9396 * dwarfread.c (warning_pre_print): Ditto.
9397 * language.c (type_error, range_error): Rewrite to use verror and
9398 vwarning instead of warning_begin.
9399
9400 2002-02-01 Michael Snyder <msnyder@redhat.com>
9401
9402 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9403 (set_ignore_count): Move misplaced comment back where it belongs.
9404
9405 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9406
9407 * command.h (NO_FUNCTION): Delete macro.
9408 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9409 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9410 * tracepoint.c (_initialize_tracepoint): Ditto.
9411 * cli/cli-decode.c (add_set_cmd): Ditto.
9412 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9413
9414 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9415
9416 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9417 Update ``this'' pointer when calling virtual functions.
9418
9419 2002-02-01 Michael Snyder <msnyder@redhat.com>
9420
9421 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9422 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9423
9424 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9425
9426 * regformats/reg-arm.dat: New file.
9427 * regformats/reg-i386.dat: New file.
9428 * regformats/reg-ia64.dat: New file.
9429 * regformats/reg-m68k.dat: New file.
9430 * regformats/reg-mips.dat: New file.
9431 * regformats/reg-ppc.dat: New file.
9432 * regformats/reg-sh.dat: New file.
9433 * regformats/regdef.h: New file.
9434 * regformats/regdat.sh: New file.
9435
9436 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9437
9438 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9439 (arm_frame_args_address, arm_frame_locals_address): New functions.
9440 (arm_frame_num_args): New function.
9441 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9442 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9443 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9444
9445 2002-01-31 Michael Snyder <msnyder@redhat.com>
9446
9447 * breakpoint.c (break_at_finish_command): Export.
9448 (break_at_finish_at_depth_command): Export.
9449 (tbreak_at_finish_command): Export.
9450 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9451 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9452 "tbreak" commands, which are HPPA specific.
9453
9454 * printcmd.c (disassemble_command): Remove an ancient
9455 artifact of an old merge.
9456
9457 * symfile.h (enum overlay_debugging_state):
9458 Define enum constant values for overlay mode.
9459 * symfile.c (overlay_debugging): Use enums instead of literals.
9460 (overlay_is_mapped, overlay_auto_command,
9461 overlay_manual_command): Ditto.
9462
9463 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9464 breakpoint_here_p, breakpoint_inserted_here_p,
9465 breakpoint_thread_match, bpstat_stop_status,
9466 describe_other_breakpoints, check_duplicates, clear_command):
9467 Coding standard fixes.
9468
9469 * target.c (target_xfer_memory): Add spaces, coding standard.
9470 (do_xfer_memory): Add missing line to trust-readonly
9471 code: check bfd SEC_READONLY flag for section.
9472
9473 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9474
9475 * PROBLEMS: Fix typo, 5.1->5.1.1.
9476
9477 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9478
9479 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9480 data symbols, since we search based on textlow and texthigh.
9481 (find_pc_sect_symtab): Likewise.
9482
9483 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9484
9485 * defs.h (vwarning): Declare.
9486 * utils.c (vwarning): New function.
9487 (warning): Call vwarning.
9488 (warning_begin): Delete function.
9489
9490 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9491 the warning message.
9492 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9493 warning_begin.
9494
9495 2002-01-30 Michael Snyder <msnyder@redhat.com>
9496
9497 * NEWS: Mention "set trust-readonly-sections" command.
9498 Mention generate-core-file command.
9499
9500 2002-01-15 Michael Snyder <msnyder@redhat.com>
9501
9502 * target.c: New command, "set trust-readonly-sections on".
9503 (do_xfer_memory): Honor the suggestion to trust readonly sections
9504 by reading them from the object file instead of from the target.
9505 (initialize_targets): Register command "set trust-readonly-sections".
9506
9507 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9508
9509 * parse.c (target_map_name_to_register): Simplify, search regs and
9510 pseudo-regs using a single loop.
9511
9512 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9513
9514 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9515
9516 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9517
9518 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9519 * config/i386/i386v42mp.mh: Add i387-nat.o .
9520 * i386v4-nat.c: Include i387-nat.h.
9521 (supply_fpregset): Use i387_supply_fsave.
9522 (fill_fpregset): Use i387_fill_fsave.
9523
9524 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9525
9526 * arm-tdep.c (arm_call_dummy_words): Define.
9527 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9528 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9529 (CALL_DUMMY_WORDS): Define.
9530 (arm_call_dummy_words): Declare.
9531 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9532 (arm_linux_call_dummy_words): Declare.
9533
9534 2002-01-30 Andreas Schwab <schwab@suse.de>
9535
9536 * m68klinux-nat.c: Fix last change to use regcache_collect
9537 instead of referencing registers[] directly.
9538
9539 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9540
9541 * parse.c (target_map_name_to_register): Delete code wrapped in
9542 #ifdef REGISTER_NAME_ALIAS_HOOK.
9543
9544 2002-01-28 Michael Snyder <msnyder@redhat.com>
9545
9546 * regcache.c (legacy_read_register_gen): Need to be able to
9547 read pseudo-register as well as real register.
9548 (legacy_write_register_gen): Ditto.
9549
9550 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9551
9552 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9553 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9554 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9555 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9556 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9557 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9558 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9559 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9560 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9561 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9562 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9563 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9564 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9565 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9566 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9567 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9568 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9569 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9570 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9571 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9572
9573 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9574
9575 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9576 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9577 (initialize_current_architecture): Update target_byte_order using
9578 information from BFD.
9579 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9580 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9581
9582 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9583
9584 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9585 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9586
9587 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9588 #ifdef INVALID_FLOAT.
9589 * infcmd.c (do_registers_info): Ditto.
9590 * values.c (unpack_double): Ditto. Add comment.
9591
9592 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9593 already commented out.
9594
9595 2002-01-26 Andreas Schwab <schwab@suse.de>
9596
9597 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9598 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9599 registers and add support for PTRACE_GETREGS.
9600
9601 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9602
9603 GDB 5.1.1 released from 5.1 branch.
9604 * NEWS: Add 5.1.1 news.
9605 * README: Sync with 5.1 branch.
9606
9607 2002-01-23 Fred Fish <fnf@redhat.com>
9608
9609 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9610 stabstring on initial malloc. Reallocing will copy it for us,
9611 if necessary.
9612
9613 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9614
9615 * Makefile.in (hpread_h): Delete.
9616 (HFILES_NO_SRCDIR): Remove hpread.h.
9617 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9618 (hpread.o): Update dependencies.
9619 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9620
9621 * hp-psymtab-read.c: Remove file.
9622 * hp-symtab-read.c: Remove file.
9623 * hpread.h: Remove file.
9624
9625 * hpread.c: Merge all contents of hp-psymtab-read.c,
9626 hp-symtab-read.c and hpread.h into this file, as it was prior to
9627 January 1999.
9628
9629 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9630 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9631 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9632 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9633
9634 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9635
9636 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9637 fill_gregset): Call gdbarch_tdep() just once, assign result to
9638 variable and use that, instead of calling the function several
9639 times.
9640
9641 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9642
9643 * configure.host: Accept sparcv9 as alias for sparc64.
9644 * configure.tgt: Likewise.
9645
9646 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9647
9648 * solib-aix5.c (build_so_list_from_mapfile)
9649 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9650 arguments is not reversed.
9651 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9652 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9653
9654 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9655
9656 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9657 modified version of obsolete sh_fetch_pseudo_register.
9658 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9659 (sh4_register_read): New function.
9660 (sh_pseudo_register_write): New function. Renamed and modified
9661 version of obsolete sh_store_pseudo_register.
9662 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9663 (sh4_register_write): New function.
9664 (sh_gdbarch_init): Remove setting of gdbarch function
9665 fetch_pseudo_register and store_pseudo_register. Remove setting of
9666 register_convert_to_raw, register_convert_to_virtual,
9667 register_convertible.
9668 (sh_sh4_register_convertible): Delete. No longer needed. All is
9669 taken care by architecture specific functions
9670 register_read/register_write.
9671 (sh_sh4_register_convert_to_virtual): Make static.
9672 (sh_sh4_register_convert_to_raw): Ditto.
9673
9674 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9675
9676 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9677 (floatformat_is_nan, floatformat_mantissa): Ditto.
9678
9679 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9680 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9681 builtin_type_ieee_double_little,
9682 builtin_type_ieee_double_littlebyte_bigword,
9683 builtin_type_m68881_ext, builtin_type_i960_ext,
9684 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9685 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9686 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9687 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9688
9689 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9690
9691 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9692 parameter. Set frameless flag if it exists and depended of
9693 whether the scanned function is frameless or not.
9694 (xstormy16_skip_prologue): If function is frameless, return
9695 result of xstormy16_scan_prologue().
9696 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9697 call.
9698
9699 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9700
9701 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9702 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9703 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9704 sh_sh4_register_byte, sh_sh4_register_raw_size,
9705 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9706 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9707 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9708 sh_store_pseudo_register, sh_do_pseudo_register): Call
9709 gdbarch_tdep() just once, assign result to variable and use that,
9710 instead of calling the function several times.
9711
9712 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9713
9714 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9715 macros instead of LAST_FPU_CTRL_REGNUM.
9716 (store_register): Likewise.
9717
9718 2002-01-21 Jim Blandy <jimb@redhat.com>
9719
9720 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9721 is up-to-date before running the program, not just when a program
9722 exits.
9723
9724 2002-01-21 Fred Fish <fnf@redhat.com>
9725
9726 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9727 when we have found all instructions we are looking for.
9728
9729 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9730
9731 * arm-tdep.c (arm_register_name): New function.
9732 (arm_registers_names): Make static.
9733 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9734 (arm_register_name): Declare.
9735 (REGISTER_NAME): Use it.
9736
9737 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9738 Kevin Buettner <kevinb@redhat.com>
9739
9740 Convert arm targets to new FRAME interface.
9741 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9742 (arm_frame_find_save_regs): Delete.
9743 (arm_frame_init_saved_regs): New.
9744 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9745 Allocate extra_info as required. Convert all uses of fsr.regs
9746 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9747 to use extra_info.
9748 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9749 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9750 (check_prologue_cache, save_prologue_cache): Likewise.
9751 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9752 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9753 (FRAME_FIND_SAVED_REGS): Delete.
9754 (arm_frame_find_saved_regs): Delete prototype.
9755 (arm_frame_init_saved_regs): New prototype.
9756 (FRAME_INIT_SAVED_REGS): Define.
9757
9758 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9759
9760 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9761
9762 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9763
9764 From Jeff Law <law@redhat.com>:
9765 * infttrace.c: Include <sys/pstat.h>.
9766 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9767 exec file if the ttrace equivalent fails.
9768
9769 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9770
9771 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9772 (closeLogFile): Ditto.
9773
9774 2002-01-20 Michael Chastain <mec@shout.net>
9775
9776 * top.c (print_gdb_version): Bump copyright year to 2002.
9777
9778 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9779
9780 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9781 Zannoni and Eli Zaretskii.
9782
9783 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9784
9785 * buildsym.c: Update copyright years.
9786 * c-typeprint.c: Likewise.
9787 * dwarf2read.c: Likewise.
9788 * f-typeprint.c: Likewise.
9789 * gdbtypes.c: Likewise.
9790 * gdbtypes.h: Likewise.
9791 * hp-symtab-read.c: Likewise.
9792 * hpread.c: Likewise.
9793 * mdebugread.c: Likewise.
9794 * p-typeprint.c: Likewise.
9795
9796 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9797
9798 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9799 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9800 byte-order selectable.
9801 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9802 * arch-utils.c: Ditto.
9803 (set_endian): Ditto.
9804 (set_endian_from_file): Ditto.
9805 * gdbserver/low-sim.c (create_inferior): Ditto.
9806 * gdbarch.sh: Ditto.
9807 * gdbarch.h: Re-generate.
9808 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9809 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9810 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9811 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9812 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9813 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9814 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9815 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9816 macro definition.
9817 * config/mips/tm-wince.h: Remove #undef of macro
9818 TARGET_BYTE_ORDER_SELECTABLE.
9819 * config/sh/tm-wince.h: Ditto.
9820
9821 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9822
9823 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9824 member function fields. Add accessor macro
9825 TYPE_FN_FIELD_ARTIFICIAL.
9826 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9827 * c-typeprint.c (c_type_print_base): Skip artificial member
9828 functions.
9829
9830 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9831
9832 * f-typeprint.c: Delete unused function f_type_print_args.
9833 * p-typeprint.c: Delete unused function pascal_type_print_args.
9834
9835 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9836
9837 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9838 comment. Add ``artificial'' to ``union field_location''.
9839
9840 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9841
9842 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9843 * mdebugread.c (parse_symbol): Likewise.
9844 * stabsread.c (define_symbol): Likewise.
9845 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9846 initializing TYPE_FIELD_BITPOS to n (obsolete).
9847 (hpread_doc_function_type): Likewise.
9848 * hpread.c (hpread_function_type): Likewise.
9849
9850 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9851
9852 * configure.in (host_makefile_frag): Only require a host makefile
9853 fragment when a native build.
9854 * configure: Re-generate.
9855
9856 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9857
9858 * doublest.h (floatformat_from_type): Declare.
9859 * doublest.c (floatformat_from_type): New function.
9860 (convert_typed_floating): Use.
9861
9862 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9863 call to function floatformat_from_type.
9864
9865 * gdbarch.sh (IEEE_FLOAT): Delete.
9866 * gdbarch.h, gdbarch.c: Re-generate.
9867 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9868 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9869 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9870 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9871 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9872 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9873 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9874 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9875 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9876 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9877 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9878 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9879
9880 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9881 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9882 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9883 * sh-tdep.c (sh_gdbarch_init): Ditto.
9884 * mips-tdep.c (mips_gdbarch_init): Ditto.
9885 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9886 * cris-tdep.c (cris_gdbarch_init): Ditto.
9887
9888 2002-01-20 Jiri Smid <smid@suse.cz>
9889
9890 * configure.host, configure.tgt: Support x86-64.
9891 * NEWS: Note new target x86-64.
9892
9893 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9894 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9895 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9896 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9897 x86-64-linux-nat.o): Fix dependencies.
9898
9899 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9900
9901 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9902 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9903 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9904 * config/sparc/xm-sun4os4.h: Delete file.
9905 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9906
9907 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9908
9909 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9910 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9911 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9912 * config/i386/i386lynx.mh (XM_FILE): Delete.
9913 * config/rs6000/xm-rs6000ly.h: Delete file.
9914 * config/sparc/xm-sparclynx.h: Delete file.
9915 * config/m68k/xm-m68klynx.h: Delete file.
9916 * config/i386/xm-i386lynx.h: Delete file.
9917 * config/xm-lynx.h: Delete file.
9918 * config/djgpp/fnchange.lst: Update.
9919
9920 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9921
9922 * alpha-tdep.c (alpha_register_byte): New function.
9923 (alpha_register_raw_size): Ditto.
9924 (alpha_register_virtual_size): Ditto.
9925 (alpha_skip_prologue_internal): Renamed from
9926 alpha_skip_prologue.
9927 (alpha_skip_prologue): New version that calls
9928 alpha_skip_prologue_internal.
9929 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9930 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9931 second argument from alpha_skip_prologue.
9932 (REGISTER_BYTE): Use alpha_register_byte.
9933 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9934 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9935 (FRAMELESS_FUNCTION_INVOCATION): Use
9936 generic_frameless_function_invocation_not.
9937 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9938 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9939
9940 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9941
9942 * config/mips/xm-news-mips.h: Delete file.
9943 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9944
9945 * config/m88k/xm-m88k.h: Delete file.
9946 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9947 * config/m88k/xm-delta88v4.h: Ditto.
9948 * config/m88k/xm-delta88.h: Ditto.
9949
9950 * config/alpha/xm-fbsd.h: Delete file.
9951 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9952
9953 * config/sparc/xm-sparc.h: Delete file.
9954 * Makefile.in (xm-sun4os4.h): Delete dependency.
9955 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9956 * config/sparc/xm-sun4os4.h: Ditto.
9957 * config/sparc/xm-linux.h: Ditto.
9958
9959 * config/i386/xm-windows.h: Delete file.
9960
9961 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9962
9963 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9964 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9965
9966 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9967
9968 * alpha-tdep.c (alpha_call_dummy_words): New.
9969 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9970 (CALL_DUMMY_P): Define.
9971 (CALL_DUMMY_WORDS): Define.
9972 (SIZEOF_CALL_DUMMY_WORDS): Define.
9973
9974 2002-01-19 Per Bothner <per@bothner.com>
9975
9976 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9977 isn't NULL, which can happen with some gcj-3.x-produced code.
9978
9979 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9980
9981 * alpha-tdep.c (alpha_register_virtual_type): New function.
9982 (alpha_init_frame_pc_first): Ditto.
9983 (alpha_fix_call_dummy): Ditto.
9984 (alpha_store_struct_return): Ditto.
9985 (alpha_extract_struct_value_address): Ditto.
9986 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9987 alpha_register_virtual_type.
9988 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9989 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9990 alpha_extract_struct_value_address.
9991 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9992 (INIT_FRAME_PC): Use init_frame_pc_noop.
9993 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9994
9995 2002-01-19 Mark Kettenis <kettenis@gnu.org>
9996
9997 * i386gnu-nat.c: Include "i386-tdep.h".
9998 (fetch_fpregs): Simplify code dealing with uninitialized floating
9999 point states such that it doesn't require FP7_REGNUM.
10000
10001 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10002
10003 * alpha-tdep.c (frame_extra_info): New.
10004 (alpha_find_saved_regs): Make static. Use
10005 frame->extra_info.
10006 (alpha_frame_init_saved_regs): New function.
10007 (alpha_frame_saved_pc): Use frame->extra_info.
10008 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10009 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
10010 (init_extra_frame_info): Rename to...
10011 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
10012 (alpha_print_extra_frame_info): New function.
10013 (alpha_frame_locals_address): Ditto.
10014 (alpha_frame_args_address): Ditto.
10015 (alpha_pop_frame): Use frame->extra_info.
10016 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10017 alpha_frame_args_address.
10018 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
10019 (alpha_find_saved_regs): Remove prototype.
10020 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10021 (EXTRA_FRAME_INFO): Remove.
10022 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10023 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10024
10025 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10026
10027 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10028 (alpha_cannot_fetch_register): Ditto.
10029 (alpha_cannot_store_register): Ditto.
10030 (alpha_register_convertible): Ditto.
10031 (alpha_use_struct_convention): Ditto.
10032 * config/alpha/tm-alpha.h: Update copyright years.
10033 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10034 (INNER_THAN): Use core_addr_lessthan.
10035 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10036 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10037 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10038 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10039 (FRAME_CHAIN): Remove unnecessary cast.
10040
10041 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10042
10043 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10044 obsolete.
10045
10046 2002-01-18 Andrew Cagney <ac131313@redhat.com>
10047
10048 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10049 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10050 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10051 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10052 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10053 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10054 * x86-64-linux-nat.c: Ditto.
10055
10056 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10057
10058 * alpha-tdep.c (alpha_register_name): New function.
10059 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10060 (REGISTER_NAME): Define.
10061
10062 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10063
10064 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10065
10066 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10067
10068 * alpha-tdep.c: Update copyright years.
10069 (alpha_next_pc): New function.
10070 (alpha_software_single_step): Ditto.
10071 * config/alpha/tm-alpha.h: Add prototype for
10072 alpha_software_single_step.
10073
10074 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10075
10076 * alphabsd-nat.c: Update copyright years.
10077 (fill_gregset): Use regcache_collect.
10078 (fill_fpregset): Likewise.
10079 (fetch_inferior_registers): Only fetch integer registers
10080 if requested to do so.
10081 (store_inferior_registers): Only store integer registers
10082 if requested to do so.
10083
10084 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10085
10086 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10087 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10088 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10089 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10090 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10091 * config/arm/linux.mh (XDEPFILES): Delete.
10092 * config/arm/nbsd.mh (XDEPFILES): Delete.
10093 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10094 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10095 * config/i386/i386m3.mh (XDEPFILES): Delete.
10096 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10097 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10098 * config/i386/fbsd.mh (XDEPFILES): Delete.
10099 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10100 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10101 * config/i386/i386v4.mh (XDEPFILES): Delete.
10102 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10103 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10104 * config/i386/i386aix.mh (XDEPFILES): Delete.
10105 * config/i386/go32.mh (XDEPFILES): Delete.
10106 * config/i386/cygwin.mh (XDEPFILES): Delete.
10107 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10108 * config/i386/i386mach.mh (XDEPFILES): Delete.
10109 * config/i386/i386v32.mh (XDEPFILES): Delete.
10110 * config/i386/linux.mh (XDEPFILES): Delete.
10111 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10112 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10113 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10114 * config/i386/i386sco.mh (XDEPFILES): Delete.
10115 * config/i386/i386v.mh (XDEPFILES): Delete.
10116 * config/i386/nbsd.mh (XDEPFILES): Delete.
10117 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10118 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10119 * config/i386/symmetry.mh (XDEPFILES): Delete.
10120 * config/i386/obsd.mh (XDEPFILES): Delete.
10121 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10122 * config/ia64/linux.mh (XDEPFILES): Delete.
10123 * config/ia64/aix.mh (XDEPFILES): Delete.
10124 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10125 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10126 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10127 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10128 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10129 * config/m68k/linux.mh (XDEPFILES): Delete.
10130 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10131 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10132 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10133 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10134 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10135 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10136 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10137 * config/m88k/delta88.mh (XDEPFILES): Delete.
10138 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10139 * config/m88k/m88k.mh (XDEPFILES): Delete.
10140 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10141 * config/mips/linux.mh (XDEPFILES): Delete.
10142 * config/mips/irix6.mh (XDEPFILES): Delete.
10143 * config/mips/irix5.mh (XDEPFILES): Delete.
10144 * config/mips/irix4.mh (XDEPFILES): Delete.
10145 * config/mips/irix3.mh (XDEPFILES): Delete.
10146 * config/mips/decstation.mh (XDEPFILES): Delete.
10147 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10148 (NATDEPFILES): Move core-aout.o to here.
10149 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10150 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10151 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10152 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10153 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10154 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10155 * config/pa/hpux11.mh (XDEPFILES): Delete.
10156 * config/powerpc/aix.mh (XDEPFILES): Delete.
10157 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10158 * config/powerpc/linux.mh (XDEPFILES): Delete.
10159 * config/romp/rtbsd.mh: Rename XDEPFILES.
10160 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10161 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10162 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10163 * config/s390/s390.mh (XDEPFILES): Delete.
10164 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10165 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10166 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10167 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10168 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10169 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10170 * config/sparc/linux.mh (XDEPFILES): Delete.
10171 * config/vax/vaxult.mh (XDEPFILES): Delete.
10172 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10173 * Makefile.in (DEPFILES): Remove XDEPFILES.
10174
10175 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10176
10177 * utils.c (internal_verror): Fix comments, default is yes not no.
10178 Update queries to match. Default to quit and dump core.
10179
10180 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10181
10182 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10183 copyright.
10184 * defs.h, event-top.c, gdbcmd.h: Ditto.
10185 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10186 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10187 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10188 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10189 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10190 * mi/mi-main.c:Ditto.
10191
10192 * stack.c, symfile.c: Update copyright.
10193
10194 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10195
10196 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10197 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10198 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10199 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10200
10201 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10202
10203 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10204 * gdbserver/low-lynx.c (myattach): Likewise.
10205 * gdbserver/low-nbsd.c (myattach): Likewise.
10206 * gdbserver/low-sim.c (myattach): Likewise.
10207 * gdbserver/low-sparc.c (myattach): Likewise.
10208 * gdbserver/low-sun3.c (myattach): Likewise.
10209
10210 * gdbserver/low-linux.c (myattach): New function.
10211
10212 * gdbserver/server.c (attach_inferior): New function.
10213 (main): Handle "--attach".
10214
10215 2002-01-16 Andrew Cagney <ac131313@redhat.com>
10216
10217 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10218 maintainer.
10219
10220 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
10221
10222 * c-typeprint.c (is_type_conversion_operator): Add additional
10223 check for non-conversion operators.
10224
10225 2002-01-15 Michael Snyder <msnyder@redhat.com>
10226
10227 * linux-proc.c: Add "info proc" command, a la procfs.c.
10228 (read_mapping): New function, abstract and re-use code.
10229 (linux_find_memory_regions): Use new func read_mapping.
10230 (linux_info_proc_cmd): New function, implement "info proc".
10231 (_initialize_linux_proc): Add new command "info proc".
10232
10233 2002-01-15 Michael Snyder <msnyder@redhat.com>
10234
10235 * symfile.c (generic_load): Use bfd_map_over_sections method
10236 instead of manipulating bfd structure members directly.
10237 (add_section_size_callback): New function, bfd sections callback
10238 used by generic_load.
10239 (load_sections_callback): New function, bfd sections callback
10240 used by generic_load.
10241
10242 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
10243
10244 [Based on work by Jim Blandy]
10245 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10246 (builtin_type_vec128): Export.
10247 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10248 types.
10249 (builtin_type_vec128): New builtin type for 128 bit vector
10250 registers.
10251 (build_gdbtypes): Initialize builtin_type_v16qi and
10252 builtin_type_v8hi. Create the vec128 register builtin type
10253 structure.
10254 (build_builtin_type_vec128): New function.
10255 (_initialize_gdbtypes): Register builtin_type_v16qi and
10256 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10257 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10258 AltiVec register to new builtin type.
10259
10260 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
10261
10262 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10263 to make_cv_type.
10264
10265 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10266
10267 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10268 CLEAN_UP_REGISTER_VALUE.
10269 * regcache.c (supply_register): Update only call.
10270
10271 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10272
10273 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10274 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10275 a29k-*-vxworks* targets as obsolete.
10276
10277 2002-01-14 Michael Snyder <msnyder@redhat.com>
10278
10279 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10280 until we can resolve portability issues.
10281 * gregset.h: Remove references to fpxregs.
10282 * gcore.c (gcore_command): Initialize note_sec to NULL.
10283
10284 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10285
10286 * signals.c (target_signal_to_name): Rewrite. Only use
10287 signals[].name when in bounds and non-NULL.
10288
10289 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10290
10291 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10292 * signals.c (target_signal_to_name): Verify that SIG is within the
10293 bounds of the signals array.
10294
10295 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10296
10297 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10298
10299 2002-01-13 Keith Seitz <keiths@redhat.com>
10300
10301 * stack.c (print_frame_info_base): Print the frame's pc
10302 only if when print_frame_info_listing_hook is not defined.
10303
10304 2002-01-13 Keith Seitz <keiths@redhat.com>
10305
10306 * varobj.c (varobj_set_value): Make sure that there were no
10307 errors evaluating the object before attempting to set its
10308 value.
10309 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10310 so this offset adjustment is no longer necessary.
10311 (create_child): Don't set the error flag if the child is
10312 a CPLUS_FAKE_CHILD.
10313 (value_of_child): If value_fetch_lazy fails, return NULL
10314 so that callers will be notified that an error occurred.
10315 (c_value_of_variable): Delay check of variable's validity
10316 until later. We actually want all structs and unions to have
10317 the value "{...}".
10318 Do not return "???" for variables which could not be evaluated.
10319 This error condition must be returned to the caller so that it
10320 can get the error condition from gdb.
10321 (cplus_name_of_child): Adjust index for vptr before figuring
10322 out the name of the child.
10323 (cplus_value_of_child): If a child's (real) parent is not valid,
10324 don't even bother trying to give a value for it. Just return
10325 an error. Change all instances in this function.
10326 (cplus_type_of_child): If our parent is one of the "fake"
10327 parents, we need to get at the type of the real parent, and
10328 derive the child's true type using this information.
10329
10330 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10331
10332 From 2002-01-09 John Marshall <johnm@falch.net>:
10333 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10334 sources.redhat.com, and tweak some related URLs which had
10335 suffered from linkrot.
10336
10337 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10338
10339 From Jeff law:
10340 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10341 structures passed in registers.
10342
10343 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10344
10345 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10346 white space which prevented compilation. Reported by DSK
10347 <dsk@student.unsw.edu.au>.
10348
10349 2002-01-11 Michael Snyder <msnyder@redhat.com>
10350
10351 * symfile.c (build_section_addr_info_from_section_tab):
10352 Use bfd access method instead of manipulating bfd directly.
10353 (syms_from_objfile): Ditto.
10354 (simple_overlay_update_1): Ditto.
10355 (simple_overlay_update): Ditto.
10356 (generic_load): Ditto.
10357 (overlay_unmapped_address): FIXME comment, bfd access methods.
10358 (sections_overlap): FIXME comment, bfd access methods.
10359 (pc_in_mapped_range): FIXME comment, bfd access methods.
10360 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10361 (section_is_mapped): FIXME comment, bfd access methods.
10362 (section_is_overlay): FIXME comment, bfd access methods.
10363
10364 * symfile.c (generic_load): Whitespace and long line cleanups.
10365 Remove duplicate variable, change several local variables to
10366 more appropriate data types.
10367 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10368
10369 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10370
10371 From Peter Schauer:
10372 * language.c (longest_local_hex_string_custom): Use phex_nz to
10373 convert NUM to a hex string.
10374
10375 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
10376
10377 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10378 the function.
10379 Update Copyright year.
10380
10381 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10382
10383 * language.c (longest_raw_hex_string): Delete unused function.
10384
10385 2002-01-11 Petr Sorfa <petrs@caldera.com>
10386
10387 * MAINTAINERS (write-after-approval): Add myself.
10388 * dwarf2read.c (read_tag_string_type): Handling of
10389 DW_AT_byte_size.
10390 (read_tag_string_type): FORTRAN fix to prevent propagation of
10391 first string size.
10392 (set_cu_language): Handling of DW_LANG_Fortran95
10393
10394 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10395
10396 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10397 GETPID(inferior_ptid).
10398 (store_inferior_registers): Likewise.
10399
10400 2002-01-10 Jason Merrill <jason@redhat.com>
10401
10402 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10403 Fix DW_OP_minus.
10404
10405 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10406
10407 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10408 and bfd/elf32-sh-nbsd.c.
10409
10410 2002-01-10 Michael Snyder <msnyder@redhat.com>
10411
10412 * NEWS: Mention --pid and corefile/proc-id behavior change.
10413
10414 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10415 * gcore.c: Include cli/cli-decode.h instead of command.h.
10416
10417 * main.c (captured_main): Add new command line option "--pid".
10418 If the second command line argument (following the symbol-file)
10419 begins with a digit, try to attach to it before trying to open
10420 it as a corefile.
10421 (print_gdb_help): Document the "--pid" argument.
10422
10423 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10424
10425 * completer.c (command_completer): New function.
10426
10427 * completer.h <command_completer>: Add prototype.
10428
10429 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10430 completer for the "help" command.
10431
10432 2002-01-09 Jason Merrill <jason@redhat.com>
10433
10434 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10435
10436 2002-01-09 Michael Snyder <msnyder@redhat.com>
10437
10438 * i386-linux-nat.c (fill_fpxregset): Make global.
10439 (store_fpxregset): Ditto.
10440
10441 * gregset.h (gdb_fpxregset_t): Define.
10442 (supply_fpxregset): Prototype.
10443 (fill_fpxregset): Prototype.
10444
10445 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10446
10447 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10448
10449 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10450 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10451 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10452
10453 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10454
10455 * MAINTAINERS: Update target maintainer rules so that any
10456 Maintainer can approve a tested patch for a maintenance-only
10457 target.
10458
10459 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10460
10461 * MAINTAINERS (write-after-approval): Add myself.
10462
10463 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10464 IN_SIGTRAMP.
10465
10466 2002-01-08 Michael Snyder <msnyder@redhat.com>
10467
10468 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10469 real name of the executable, rather than the /proc name.
10470
10471 2002-01-03 Michael Snyder <msnyder@redhat.com>
10472
10473 Implement a "generate-core-file" command in gdb, save target state.
10474 * gcore.c: New file. Implement new command 'generate-core-file'.
10475 Save a corefile image of the current state of the inferior.
10476 * linux-proc.c: Add linux-specific code for saving corefiles.
10477 * target.h (struct target_ops): Add new target vectors for saving
10478 corefiles; to_find_memory_regions and to_make_corefile_notes.
10479 (target_find_memory_regions): New macro.
10480 (target_make_corefile_notes): New macro.
10481 * target.c (update_current_target): Inherit new target methods.
10482 (dummy_find_memory_regions): New place-holder method.
10483 (dummy_make_corefile_notes): New place-holder method.
10484 (init_dummy_target): Initialize new dummy target vectors.
10485 * exec.c (exec_set_find_memory_regions): New function.
10486 Allow the exec_ops vector for memory regions to be taken over.
10487 (exec_make_note_section): New function, target vector method.
10488 * defs.h (exec_set_find_memory_regions): Export prototype.
10489 * procfs.c (proc_find_memory_regions): New function, corefile method.
10490 (procfs_make_note_section): New function, corefile method.
10491 (init_procfs_ops): Set new target vector pointers.
10492 (find_memory_regions_callback): New function.
10493 (procfs_do_thread_registers): New function.
10494 (procfs_corefile_thread_callback): New function.
10495 * sol-thread.c (sol_find_memory_regions): New function.
10496 (sol_make_note_section): New function.
10497 (init_sol_thread_ops): Initialize new target vectors.
10498 * inftarg.c (inftarg_set_find_memory_regions): New function.
10499 Allow to_find_memory_regions vector to be taken over.
10500 (inftarg_set_make_corefile_notes): New function.
10501 Allow to_make_corefile_notes vector to be taken over.
10502 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10503 interface layer if not target_has_execution (may be a corefile).
10504 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10505 * config/sparc/sun4sol2.mh: Ditto.
10506 * config/alpha/alpha-linux.mh: Ditto.
10507 * config/arm/linux.mh: Ditto.
10508 * config/i386/x86-64linux.mh: Ditto.
10509 * config/ia64/linux.mh: Ditto.
10510 * config/m68k/linux.mh: Ditto.
10511 * config/mips/linux.mh: Ditto.
10512 * config/powerpc/linux.mh: Ditto.
10513 * config/sparc/linux.mh: Ditto.
10514
10515 2002-01-07 Michael Snyder <msnyder@redhat.com>
10516
10517 * arm-linux-nat.c: Remove references to regcache.c internal data
10518 (registers[] and register_valid[]).
10519
10520 2002-01-07 Michael Snyder <msnyder@redhat.com>
10521
10522 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10523 so that attaching to a pid will automatically read the process's
10524 symbol file and shlibs.
10525 * Makefile.in: Add rule for linux-proc.o.
10526 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10527 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10528 * config/arm/linux.mh: Ditto.
10529 * config/i386/linux.mh: Ditto.
10530 * config/i386/x86-64linux.mh: Ditto.
10531 * config/ia64/linux.mh: Ditto.
10532 * config/m68k/linux.mh: Ditto.
10533 * config/mips/linux.mh: Ditto.
10534 * config/powerpc/linux.mh: Ditto.
10535 * config/sparc/linux.mh: Ditto.
10536
10537 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10538
10539 * win32-nat.c: Add i386-tdep.h dependency.
10540
10541 2002-01-07 Michael Snyder <msnyder@redhat.com>
10542
10543 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10544 instead of bfd_get_arch_size. Don't bail out just because
10545 there's no exec_bfd.
10546
10547 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10548 * p-valprint.c (pascal_object_print_value): Ditto.
10549 * somread.c (som_symtab_read): Ditto.
10550 * symfile.c (simple_free_overlay_region_table): Ditto.
10551 * valops.c (value_assign): Ditto.
10552
10553 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10554 use tilde_expand and strerror for opening save-tracepoints file.
10555
10556 * thread-db.c (thread_db_new_objfile): Indendation fix.
10557
10558 * infptrace.c (GDB_MAX_ALLOCA): New define.
10559 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10560 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10561 can be overridden with whatever value is appropriate to the host).
10562 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10563 alloca to allocate potentially large buffer.
10564 * rs6000-nat.c (child_xfer_memory): Ditto.
10565 * symm-nat.c (child_xfer_memory): Ditto.
10566 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10567
10568 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10569
10570 From Nick Clifton <nickc@redhat.com>
10571 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10572
10573 2002-01-07 Michael Snyder <msnyder@redhat.com>
10574
10575 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10576 Don't use exec_bfd if it's NULL.
10577
10578 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10579
10580 * valops.c (value_arg_coerce): Fix formatting.
10581
10582 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10583
10584 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10585 * gnu-nat.c: Ditto.
10586
10587 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10588
10589 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10590 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10591 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10592 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10593 z8k-coff have not been multi-arched. Update z8k-coff build
10594 status.
10595
10596 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10597
10598 * MAINTAINERS: Mark a29k target as obsolete.
10599 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10600 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10601 comments.
10602 * NEWS: Note that a29k targets are obsolete.
10603 * a29k-tdep.c: Mark as obsolete.
10604 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10605 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10606 a29k-*-vxworks* targets as obsolete.
10607 * remote-adapt.c: Obsolete.
10608 * remote-eb.c: Obsolete.
10609 * remote-mm.c: Obsolete.
10610 * remote-udi.c: Obsolete.
10611 * config/a29k/a29k-udi.mt: Obsolete.
10612 * config/a29k/a29k.mt: Obsolete.
10613 * config/a29k/tm-a29k.h: Obsolete.
10614 * config/a29k/tm-vx29k.h: Obsolete.
10615 * config/a29k/vx29k.mt: Obsolete.
10616
10617 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10618
10619 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10620 with BFD_ENDIAN_BIG.
10621
10622 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10623
10624 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10625 * configure, config.in: Re-generate.
10626 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10627 * defs.h: Do not include <endian.h>.
10628
10629 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10630
10631 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10632 * config.in: Regenerate.
10633 * configure.in: Update copyright years.
10634 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10635 * configure: Regenerate.
10636 * i386bsd-nat.c: Update copyright years.
10637 (fill_gregset): Use regcache_collect.
10638 (fetch_inferior_registers): Only fetch integer registers
10639 if requested to do so. Add support for XMM registers
10640 using PT_GETXMMREGS.
10641 (store_inferior_registers): Only store integer registers
10642 if requested to do so. Add support for XMM registers
10643 using PT_SETXMMREGS.
10644 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10645 (store_inferior_registers): Remove.
10646 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10647 (fetch_elfcore_registers): New function.
10648 (i386nbsd_elfcore_fns): New.
10649 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10650 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10651 i386bsd-nat.o.
10652 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10653 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10654 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10655 * config/i386/tm-nbsd.h: Update copyright years.
10656 (HAVE_SSE_REGS): Define.
10657 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10658 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10659 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10660 (SIGCONTEXT_PC_OFFSET): Remove.
10661 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10662
10663 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10664
10665 * configure.tgt: Remove powerpc-*-macos* target.
10666 * config/m68k/xm-mpw.h: Delete file.
10667 * config/xm-mpw.h: Delete file.
10668 * ser-mac.c: Delete file.
10669 * mpw-make.sed: Delete file.
10670 * mpw-config.in: Delete file.
10671 * mac-xdep.c: Delete file.
10672 * mac-gdb.r: Delete file.
10673 * mac-defs.h: Delete file.
10674 * mac-nat.c: Delete file.
10675 * config/powerpc/macos.mh: Delete file.
10676 * config/powerpc/macos.mt: Delete file.
10677 * config/powerpc/nm-macos.h: Delete file.
10678 * config/powerpc/tm-macos.h: Delete file.
10679 * source.c (openp, open_source_file): Remove obsolete code.
10680 * top.c (gdb_readline): Ditto.
10681 * utils.c (query): Ditto.
10682 * event-top.c (display_gdb_prompt): Ditto.
10683 * Makefile.in (ser-mac.o): Delete obsolete target.
10684 * NEWS: Update.
10685
10686 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10687
10688 * defs.h (BIG_ENDIAN): Delete macro definition.
10689 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10690 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10691 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10692 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10693 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10694 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10695 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10696 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10697 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10698 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10699 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10700 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10701 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10702 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10703 * gdbarch.c: Re-generate.
10704
10705 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10706
10707 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10708 for core files.
10709
10710 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10711
10712 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10713
10714 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10715
10716 * value.h (value_ptr): Delete typedef.
10717
10718 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10719
10720 * i386nbsd-nat.c: Update copyright years.
10721 Include i386-tdep.h.
10722
10723 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10724
10725 * stabsread.c: Update copyright years.
10726
10727 From Debashis Mahata <debashis.mahata@wipro.com>:
10728 (read_struct_fields): Deal with Sun C compiler erroneous stab
10729 output for structs and unions.
10730 Fix PR gdb/269.
10731
10732 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10733
10734 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10735 prototype.
10736
10737 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10738
10739 * cp-abi.c: Fix whitespace.
10740 (baseclass_offset): New wrapper function.
10741 * cp-abi.h (baseclass_offset): Add prototype.
10742 (struct cp_abi_ops): Add baseclass_offset pointer.
10743
10744 * valops.c (vb_match): Move to...
10745 * gnu-v2-abi.c (vb_match): here.
10746 * valops.c (baseclass_offset): Move to...
10747 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10748
10749 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10750
10751 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10752 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10753 * hpacc-abi.c (init_hpacc_ops): Likewise.
10754
10755 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10756
10757 * valops.c (find_overload_match): Accept obj as a
10758 reference parameter. Update it before returning.
10759 * value.h (find_overload_match): Update prototype.
10760 * eval.c (evaluate_subexp_standard): Pass object to
10761 find_overload_match by reference.
10762
10763 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10764
10765 * valarith.c: Replace value_ptr with struct value pointer. Remove
10766 register attribute from value declarations.
10767 * valops.c: Ditto.
10768 * value.h: Ditto.
10769 * scm-lang.c (scm_lookup_name): Ditto.
10770
10771 2002-01-03 Michael Snyder <msnyder@redhat.com>
10772
10773 Abstract the functionality of iterating over mapped memory
10774 regions into a general purpose iterator function.
10775 * procfs.c (iterate_over_mappings): New function, general purpose
10776 iterator for memory sections.
10777 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10778 (solib_mappings_callback): New function, callback for above.
10779 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10780 (info_mappings_callback): New function, callback for above.
10781
10782 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10783
10784 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10785
10786 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10787 * i386-tdep.c: Include "elf-bfd.h".
10788 (process_note_abi_tag_sections): New function.
10789 (i386_gdbarch_init): Add code to recognize various OS/ABI
10790 combinations.
10791
10792 * maint.c (_initialize_maint_cmds): Add missing \ in
10793 string-literal.
10794
10795 For older changes see ChangeLog-2001
10796 \f
10797 Local Variables:
10798 mode: change-log
10799 left-margin: 8
10800 fill-column: 74
10801 version-control: never
10802 End: