*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
43156d82
MK
12002-09-06 Mark Kettenis <kettenis@gnu.org>
2
66da5fd8
MK
3 * i386-tdep.c (i386_register_virtual_type,
4 i386_register_convertible, i386_register_convert_to_virtual,
5 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
6 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
7 (i386_gdbarch_init): Fix comment. Add comments on calls that set
8 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
9 Don't set push_arguments twice.
10
4b218c18
MK
11 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
12 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
13 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
14 sigtramp_end to NULL.
15 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
16 defines.
17 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
18
4cc314d5
MK
19 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
20 whitespace.
21
43156d82
MK
22 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
23 * gdbarch.h, gdbarch.c: Re-generate.
24 * blockframe.c (find_pc_sect_partial_function): Convert to use
25 SIGTRAMP_START_P predicate.
26
6672060b
MS
272002-09-05 Michael Snyder <msnyder@redhat.com>
28
a90c3637
MS
29 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
30 generic_dummy_frame method and old method. Also distinguish
31 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 32 (arm_extract_return_value): Use new regcache method.
a90c3637 33
6672060b
MS
34 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
35 adjustment that doesn't conform to the ABI.
36 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
37 saved regcache, not from current regcache.
38
299ffc64
AC
392002-09-05 Andrew Cagney <ac131313@redhat.com>
40
41 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
42 * README: Update.
43
a3a2ee65
JT
442002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
45
46 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
47 if arm_apcs_32 is false.
48
2bc7eea9
AC
492002-09-04 Andrew Cagney <ac131313@redhat.com>
50
51 GDB 5.3 branch created.
52
8a55a7c5
TR
532002-09-03 Theodore A. Roth <troth@verinet.com>
54
55 * gdb/avr-tdep.c (avr_gdbarch_init): Use
56 generic_unwind_get_saved_register.
57
e26fb1d7
DC
582002-09-03 David Carlton <carlton@math.stanford.edu>
59
60 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
61 argument (PR gdb/653). Update call to smash_to_method_type.
62 (read_structure_scope): Update call to dwarf2_add_member_fn.
63
30d52491
ML
642002-09-03 Michal Ludvig <mludvig@suse.cz>
65
66 * x86-64-linux-tdep.c: Include gdb_string.h
67 * x86-64-linux-nat.c: Ditto.
68
06891d83
JT
692002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
70
71 * ada-exp.y (yyname, yyrule): Remap global variables that appear
72 when YYDEBUG is set to 1.
73 * c-exp.y: Likewise.
74 * f-exp.y: Likewise.
75 * jv-exp.y: Likewise.
76 * m2-exp.y: Likewise.
77 * p-exp.y: Likewise.
78
7d400e77
JT
792002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
80
81 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
82 dependency list.
83 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
84 solib_svr4_fetch_link_map_offsets to
85 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
86 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
87 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
88 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
89 solib-svr4.o, and solib-legacy.o.
90 * config/i386/tm-nbsd.h: Include solib.h.
91
704a27c4
JT
922002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
93
94 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
95 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
96 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
97 comment noting that this needs its own target configuration.
98 * config/i386/nbsd.mt: New file.
99 * config/i386/nbsdaout.mt: Remove.
100 * config/i386/nbsdelf.mt: Ditto.
101 * config/i386/tm-nbsdaout.h: Ditto.
102
d66198e1
JT
1032002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
104
105 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
106 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
107 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
108 tdep->sigtramp_end.
109 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
110 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
111 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
112
3cac699e
JT
1132002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
114
115 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
116 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
117 * i386-tdep.h (i386bsd_init_abi): New prototype.
118 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
119 function declaration.
120 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
121 for NetBSD-a.out or NetBSD-ELF.
122 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
123 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
124 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
125 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
126 and nbsd-tdep.h.
127 (i386nbsd_pc_in_sigtramp): New function.
128 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
129 i386nbsd_pc_in_sigtramp.
130 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
131 and i386nbsdelf_init_abi OS ABI handlers.
132 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
133 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
134
7010ca0a
MK
1352002-09-02 Mark Kettenis <kettenis@gnu.org>
136
137 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
138 registers if the target really has them.
139
6dd93b72
JT
1402002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
141
142 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
143 than nbsd-tdep.h.
144
2ca8ae21
JT
1452002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
146
147 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
148 list.
149 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
150 (alphanbsd_skip_sigtramp_frame): New functions.
151 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
152 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
153 to alphanbsd_sigcontext_addr.
154
3d9b49b0
JT
1552002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
156
157 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
158 list.
159 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
160 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
161 nbsd_pc_in_sigtramp.
162 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
163 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
164 * nbsd-tdep.c: Include gdb_string.h.
165 (nbsd_pc_in_sigtramp): New function.
166 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
167 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
168 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
169 ppcnbsd_pc_in_sigtramp.
170 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
171 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
172 shnbsd_pc_in_sigtramp.
173 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
174 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
175 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
176
c860120c
PM
1772002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
178
179 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
180 watchpoints to NULL.
181 (insert_breakpoints): set val field of watchpoints if NULL.
182
183
c7612d53
JB
1842002-08-29 Jim Blandy <jimb@redhat.com>
185
186 * symtab.c (lookup_symbol_aux): In the cases where we find a
187 minimal symbol of an appropriate name and use its address to
188 select a symtab to read and search, use `name' (as passed to us)
189 as the demangled name when searching the symtab's global and
190 static blocks, not the minsym's name.
191
66609862
KS
1922002-08-29 Keith Seitz <keiths@redhat.com>
193
194 * stack.c (print_frame_info_base): Always set current_source_symtab
195 and current_source_line.
196
151fefe2
JB
1972002-08-29 Donn Terry <donnte@microsoft.com>
198
199 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
200
bfb3754e
KS
2012002-08-28 Keith Seitz <keiths@redhat.com>
202
203 * stack.c (select_frame): Add FIXME concerning selected-frame
204 events.
205 (select_frame_command): Send selected-frame-level-changed
206 event notification, but only if the level actually changed.
207 (up_silently_base): Add selected-frame-level-changed event
208 notification.
209 (down_silently_base): Likewise.
210
e822a2a0
AC
2112002-08-28 Andrew Cagney <ac131313@redhat.com>
212
213 * Makefile.in: Update dependencies for all gdb/*.c files.
214
309367d4
TT
2152002-08-27 Tom Tromey <tromey@redhat.com>
216
217 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
218 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
219 Update dependencies.
220 * i387-tdep.c: Include gdb_string.h.
221 * osabi.c: Likewise.
222 * i386-linux-nat.c: Likewise.
223 * lin-lwp.c: Likewise.
224 * ax-gdb.c: Likewise.
225 * signals/signals.c: Likewise.
226 * jv-valprint.c: Likewise.
227 * p-lang.c: Likewise.
228 * c-valprint.c: Likewise.
229 * cp-abi.c: Likewise.
230
e1507482
EZ
2312002-08-27 Elena Zannoni <ezannoni@redhat.com>
232
233 * cli/cli-script.h (copy_command_lines): Export.
234 * breakpoint.c: Include cli/cli-script.h.
235 * Makefile.in (breakpoint.o): Update dependencies.
236
c6510018
MS
2372002-08-26 Michael Snyder <msnyder@redhat.com>
238
239 * breakpoint.c (insert_breakpoints): Protect all references
240 to 'process_warning'. Shorten long lines.
241
c2b8ed2c
MS
2422002-08-26 Joel Brobecker <brobecker@gnat.com>
243
244 * cli/cli-script.c (copy_command_lines): New function.
245 * defs.h (copy_command_lines): Export.
246 * testsuite/gdb.base/commands.exp: New tests for commands
247 attached to a temporary breakpoint, and for commands that
248 delete the breakpoint they are attached to.
249
2502002-08-26 Michael Snyder <msnyder@redhat.com>
251
252 * breakpoint.c (bpstat_stop_status): Instead of copying the
253 pointer to the breakpoint commands struct, make a new copy
254 of the struct and point to that.
255 (bpstat_clear): Free the commands struct.
256 (bpstat_clear_actions): Free the commands struct.
257 (bpstat_do_actions): Free the command actions. Also execute
258 the local cleanups, instead of deleting them.
259 (delete_breakpoint): Leave the commands field of the bpstat
260 chain alone -- it will be freed later.
261
64b84175
KB
2622002-08-26 Kevin Buettner <kevinb@redhat.com>
263
264 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
265 deleted in 2002-08-20 commit. This function is still used by
266 ppc-linux-nat.c.
267
55970da6
KS
2682002-08-26 Keith Seitz <keiths@redhat.com>
269
270 * gdb-events.sh: Add selected-frame-level-changed event.
271 * gdb-events.c: Regenerated.
272 * gdb-events.h: Regenerated.
273
a790ad35
SC
2742002-08-26 Stephane Carrez <stcarrez@nerim.fr>
275
276 Fix PR gdb/393:
277 * inflow.c (terminal_save_ours): New function to save terminal
278 settings.
279 * inferior.h (terminal_save_ours): Declare.
280 * target.c (debug_to_terminal_save_ours): New function.
281 (cleanup_target): Defaults to_terminal_save_ours.
282 (update_current_target): Inherit to_terminal_save_ours.
283 (setup_target_debug): Set to_terminal_save_ours.
284 * target.h (target_terminal_save_ours): New to save terminal settings.
285 (target_ops): New member to_terminal_save_ours.
286 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
287 * hpux-thread.c (init_hpux_thread_ops): Likewise.
288 * inftarg.c (init_child_ops): Likewise.
289 * m3-nat.c (init_m3_ops): Likewise.
290 * procfs.c (init_procfs_ops): Likewise.
291 * wince.c (init_child_ops): Likewise.
292 * win32-nat.c (init_child_ops): Likewise.
293 * sol-thread.c (init_sol_thread_ops): Likewise.
294
c00dcbe9
MK
2952002-08-26 Mark Kettenis <kettenis@gnu.org>
296
3d7f4f49
MK
297 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
298 use regcache_* functions.
299 (i386_gdbarch_init): Set store_return_value instead of
300 deprecated_store_return_value.
301
c00dcbe9
MK
302 * regcache.c (regcache_raw_write_signed,
303 regcache_raw_write_unsigned): New functions.
304 * regcache.h (regcache_raw_write_signed,
305 regcache_raw_write_unsigned): New prototypes.
306
0e0d15ca
AC
3072002-08-25 Andrew Cagney <ac131313@redhat.com>
308
309 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
310 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
311 source file dependencies. Cleanup corresponding generator rules.
312
d3b22ed5
AC
3132002-08-25 Andrew Cagney <ac131313@redhat.com>
314
315 * regcache.h (register_offset_hack): Declare.
316 (regcache_cooked_read_using_offset_hack): Declare.
317 (regcache_cooked_write_using_offset_hack): Declare.
318
319 * regcache.c (register_offset_hack): New function.
320 (regcache_cooked_read_using_offset_hack): New function.
321 (regcache_cooked_write_using_offset_hack): New function.
322 (regcache_dump): Check that the registers, according to their
323 offset, are packed hard against each other.
324 (cooked_xfer_using_offset_hack): New function.
325
bb425013
AC
3262002-08-25 Andrew Cagney <ac131313@redhat.com>
327
328 * regcache.c (struct regcache_descr): Add field register_type.
329 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
330 in as a parameter
331 (init_regcache_descr): Initialize register_type. Pass the descr
332 to init_legacy_regcache_descr. Use register_type instead of
333 REGISTER_VIRTUAL_TYPE.
334 (register_type): New function.
335 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
336 * regcache.h (register_type): Declare.
337
d0403e00
AC
3382002-08-25 Andrew Cagney <ac131313@redhat.com>
339
340 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
341 instead of deprecated_store_return_value. Fix fallout from
342 2002-08-23 Andrew Cagney <cagney@redhat.com>.
343
0ed04cce
AC
3442002-08-25 Andrew Cagney <ac131313@redhat.com>
345
346 * regcache.c (max_register_size): New function.
347 (init_legacy_regcache_descr): Ensure that max_register_size is
348 large enough for REGISTER_VIRTUAL_SIZE.
349 * regcache.h (max_register_size): Declare.
350
46d79c04
AC
3512002-08-24 Andrew Cagney <ac131313@redhat.com>
352
353 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
354 store_return_value.
355 (e500_extract_return_value): Change type of valbuf pointer to
356 void.
357
853c7bd0
MK
3582002-08-24 Mark Kettenis <kettenis@gnu.org>
359
cd87e769
MK
360 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
361 workaround.
362
853c7bd0
MK
363 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
364 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
365 long long) to prevent compiler warning on 64-bit systems.
366
ebba8386
AC
3672002-08-23 Andrew Cagney <cagney@redhat.com>
368
369 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
370 (DEPRECATED_STORE_RETURN_VALUE): New method.
371 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
372 * gdbarch.h, gdbarch.c: Re-generate.
373
374 * values.c (set_return_value): Pass current_regcache to
375 STORE_RETURN_VALUE.
376 * arch-utils.h (legacy_store_return_value): Declare.
377 * arch-utils.c (legacy_store_return_value): New function.
378 (legacy_extract_return_value): Update parameters.
379
380 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
381 STORE_RETURN_VALUE.
382 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
383 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
384 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
385 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
386 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
387 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
388 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
389 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
390 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
391 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
392
393 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
394 * i386-tdep.c (i386_extract_return_value): Update.
395 * arch-utils.c (legacy_extract_return_value): Update.
396 * frv-tdep.c (frv_gdbarch_init): Update.
397 * cris-tdep.c (cris_gdbarch_init): Update.
398 * d10v-tdep.c (d10v_gdbarch_init): Update.
399 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
400 * m68k-tdep.c (m68k_gdbarch_init): Update.
401 * mcore-tdep.c (mcore_gdbarch_init): Update.
402 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
403 * s390-tdep.c (s390_gdbarch_init): Update.
404 * sparc-tdep.c (sparc_gdbarch_init): Update.
405 * sh-tdep.c (sh_gdbarch_init): Update.
406 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
407 * v850-tdep.c (v850_gdbarch_init): Update.
408 * avr-tdep.c (avr_gdbarch_init): Update.
409 * ia64-tdep.c (ia64_gdbarch_init): Update.
410 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
411 * vax-tdep.c (vax_gdbarch_init): Update.
412 * alpha-tdep.c (alpha_gdbarch_init): Update.
413 * arm-tdep.c (arm_gdbarch_init): Update.
414 * mips-tdep.c (mips_gdbarch_init): Update.
415 * i386-tdep.c (i386_gdbarch_init): Update.
416
5bd8c6d0
AC
4172002-08-23 Andrew Cagney <ac131313@redhat.com>
418
419 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
420 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
421
e73e1724
MK
4222002-08-24 Mark Kettenis <kettenis@gnu.org>
423
424 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
425 problems.
426
3e6564e1
JB
4272002-08-23 Joel Brobecker <brobecker@gnat.com>
428
429 * infrun.c (handle_inferior_event): Move a comment outside of a
430 function call, in order to avoid indent reformatting this part
431 of the code in an unreadable way.
432
81d0cc19
GS
4332002-08-23 Grace Sainsbury <graces@redhat.com>
434
435 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
436 when breakpoints fail. Move general breakpoint error messages to
437 insert_breakpoints.
438 * breakpoint.c (insert_breakpoints): Change warnings when
439 breakpoints are nto inserted to specify the type. Remove call to
440 memory_error when hardware breakpoints can't be inserted. Remove
441 multiple calls to warning so all messages are sent to the user at
442 once.
443 (delete_breakpoints): Make insert error messsages more explicit.
444
17574093
DJ
4452002-08-23 Daniel Jacobowitz <drow@mvista.com>
446
447 * ChangeLog: Move gdbserver entries after GDB 5.2 to
448 gdbserver/ChangeLog.
449
8acc2935
MK
4502002-08-23 Mark Kettenis <kettenis@gnu.org>
451
dfe01d39
MK
452 * i386-tdep.c: Include "objfiles.h".
453 (i386_svr4_init_abi): Set in_solib_call_trampoline and
454 skip_trampoline_code.
455 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
456 (CPLUS_MARKER): Define to '.'.
457
8acc2935
MK
458 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
459 member.
460 (linux_corefile_thread_callback): Increase args->num_notes.
461 (linux_make_note_section): Initialize thread_args.num_notes, and
462 use it to determine whether notes for any threads were created.
463
151fefe2 4642002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
465
466 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
467 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
468 and PCUNKILL.
469 (write_with_trace): Conditionalize out the switch branch handling
470 PCSHOLD if the corresponding macro is not defined. Likewise for
471 PRSABORT and PRSTOP.
472 This change will be needed by the Interix port.
473
e1507482
EZ
4742002-08-22 Elena Zannoni <ezannoni@redhat.com>
475
476 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
477 write_register wherever possible instead of manipulating the
478 register bytes directly.
479 Assign VALUE_CONTENTS to a variable and use that.
480 The GPR numbers are now dependent on the architecture.
481
96ff0de4
EZ
4822002-08-22 Elena Zannoni <ezannoni@redhat.com>
483
484 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
485 ev_offset fields.
486 (skip_prologue): Add support for BookE/e500 instructions.
487 (e500_extract_return_value): New function.
488 (frame_get_saved_regs): Add support for saving ev registers and
489 pseudo gpr's.
490 (e500_store_return_value): New function.
491 (rs6000_gdbarch_init): Move up default intializations of
492 deprecated_extract_return_value and store_return_value. Overwrite
493 init of store_return_value with e500 specific version.
494 Set extract_return_value for e500.
495
fbefca5b
EZ
4962002-08-22 Elena Zannoni <ezannoni@redhat.com>
497
498 * blockframe.c (generic_call_dummy_register_unwind): Use
499 regcache_cooked_read to catch cases in which the variable is
500 stored in a pseudo register.
501
4d210288
AC
5022002-08-22 Andrew Cagney <cagney@redhat.com>
503
504 * NEWS: Mention that the i960 has been made obsolete.
505 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
506 i960-tdep.c
507 (remote-nrom.o): Obsolete target.
508 (remote-nindy.o, i960-tdep.o): Ditto.
509 * remote-nrom.c: Make file obsolete.
510 * remote-nindy.c, remote-vx960.c: Ditto.
511 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
512 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
513 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
514 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
515 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
516 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
517 i960-*-vxworks* obsolete.
518 * MAINTAINERS: Note that the i960 is obsolete.
519
6c0c456d
CV
5202002-08-21 Corinna Vinschen <vinschen@redhat.com
521
522 * aix-thread.c (aix_thread_detach): Disable thread debugging on
523 detach to allow reinitialization.
524
9f9d12b3
AC
5252002-08-22 Andrew Cagney <ac131313@redhat.com>
526
527 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
528 attempt).
529
ebeb39fe
JB
5302002-08-22 Jim Blandy <jimb@redhat.com>
531
532 * coffread.c (coff_symfile_read): Don't try to read the line
533 number table from disk if the image file doesn't have a symbol
534 table; we'll never actually look at the info anyway, and Windows
535 ships DLL's with bogus file offsets for the line number data.
536
5bf1c677
EZ
5372002-08-21 Elena Zannoni <ezannoni@redhat.com>
538
539 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
540 an e500 executable.
541
71b8ef93
MS
5422002-08-21 Michael Snyder <msnyder@redhat.com>
543
544 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
545 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
546 (DEFAULT_MIPS_TYPE): Delete unused macro.
547 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
548 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 549
d174216d
JB
5502002-08-21 Jim Blandy <jimb@redhat.com>
551
552 * valops.c (value_cast): Simplify and correct logic for doing a
553 static cast from a pointer to a base class to a pointer to a
554 derived class.
555
0ab7a791
AC
5562002-08-21 Andrew Cagney <ac131313@redhat.com>
557
558 * infcmd.c (default_print_registers_info): Replace
559 do_registers_info.
560 (registers_info): Use gdbarch_print_registers_info instead of
561 DO_REGISTERS_INFO.
562 * inferior.h (default_print_registers_info): Replace
563 do_registers_info.
564 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
565 (DO_REGISTERS_INFO): Change to a predicate function.
566 * gdbarch.h, gdbarch.c: Regenerate.
567
e23792cc
KS
5682002-08-21 Keith Seitz <keiths@redhat.com>
569
570 * gdb-events.sh: Add target-changed event.
571 * gdb-events.c: Regenerated.
572 * gdb-events.c: Regenerated.
573 * valops.c (value_assign): Add target-changed event notification
574 to inlval_register, lval_memory, and lval_reg_frame_relative.
575
9fb14e79
JB
5762002-08-21 Joel Brobecker <brobecker@gnat.com>
577
578 * NEWS: Add an entry regarding the improvement of the next/step
579 operation on Alpha Tru64 multi-processor machines.
580
6d39a69f
AC
5812002-08-21 Andrew Cagney <ac131313@redhat.com>
582
72acd513
AC
583 * Makefile.in: Update dependencies for mi/ cli/ and tui/
584 directores.
342af04b 585 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
586 * Makefile.in (install-gdbtk): Move to install section.
587 (rdi-share/libangsd.a): Move to end of file.
588
fa5f27c7
AC
5892002-08-19 Andrew Cagney <ac131313@redhat.com>
590
591 * frame.c (frame_register_unwind): When a register, set addrp to
592 the register's byte.
593
5a89d8aa
MS
5942002-08-20 Michael Snyder <msnyder@redhat.com>
595
596 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
597 used locally, so move them from the target machine header to here.
598 (mips_set_processor_type, mips_register_name, mips32_next_pc,
599 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
600 Make static.
601 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
602
822e978b
AC
6032002-08-20 Andrew Cagney <cagney@redhat.com>
604
605 * NEWS: Mention that the Apollo line was made obsolete.
606 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
607 m68*-hp-hpux* obsolete.
608 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
609 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
610 * buildsym.c (make_blockvector): Make static.
611 * buildsym.h (make_blockvector): Make extern declaration obsolete.
612 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
613 (ALLDEPFILES): Remove dstread.c.
614 (dstread.o): Obsolete make rule.
615 * dstread.c: Makefile obsolete.
616 * dst.h: Ditto.
617 * config/m68k/hp300hpux.mt: Ditto.
618 * config/m68k/hp300hpux.mh: Ditto.
619 * config/m68k/hp300bsd.mt: Ditto.
620 * config/m68k/hp300bsd.mh: Ditto.
621 * config/m68k/apollo68b.mt: Ditto.
622 * config/m68k/apollo68v.mh: Ditto.
623 * config/m68k/apollo68b.mh: Ditto.
624
e41b17f0
MS
6252002-08-20 Michael Snyder <msnyder@redhat.com>
626
627 * mips-tdep.c (mips_in_return_stub): Make static.
628 (mips_gdbarch_init): Set in_solib_return_trampoline.
629 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
630
d50355b6
MS
6312002-08-20 Michael Snyder <msnyder@redhat.com>
632
633 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
634 * gdbarch.c, gdbarch.h: Regenerate.
635 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
636 Add.
637 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
638
757a7cc6
MS
6392002-08-20 Michael Snyder <msnyder@redhat.com>
640
641 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
642 (mips_gdbarch_init): Set skip_trampoline_code,
643 in_solib_call_trampoline.
644 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
645 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
646
c8001721
EZ
6472002-08-20 Elena Zannoni <ezannoni@redhat.com>
648
649 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
650
651 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
652 vector type for ev registers.
653 (e500_pseudo_register_read): New function.
654 (e500_pseudo_register_write): New function.
655 (e500_dwarf2_reg_to_regnum): New function.
656 (PPC_UISA_NOFP_SPRS): New macro.
657 (PPC_EV_REGS): New macro.
658 (PPC_GPRS_PSEUDO_REGS): New macro.
659 (registers_e500): New register set for e500.
660 (variants): Add e500 variant.
661 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
662 before setting architectural dependent variations. Initialize ev
663 registers numbers. Add case for e500 architecture. Set the
664 number of pseudo registers.
665
64366f1c
EZ
6662002-08-20 Elena Zannoni <ezannoni@redhat.com>
667
668 * rs6000-tdep.c: Clean up comments.
669
7e78f0ca
AC
6702002-08-20 Andrew Cagney <cagney@redhat.com>
671
672 * h8300-tdep.c: Re-indent file.
673
697f7479
JB
6742002-08-20 Jim Blandy <jimb@redhat.com>
675
676 * Makefile.in (LDFLAGS): Allow the configure script to establish a
677 default for this.
697f7479 678
e86ae29f
KS
6792002-08-20 Keith Seitz <keiths@redhat.com>
680
681 * breakpoints.c (watch_command_1): Use internal breakpoint
682 when setting a watchpoint_scope breakpoint.
683
216b504f
EZ
6842002-08-20 Elena Zannoni <ezannoni@redhat.com>
685
686 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
687 (build_builtin_type_vec64i): Ditto.
688 (build_builtin_type_vec128): Ditto.
689 (build_builtin_type_vec128i): Ditto.
690
f7ab6ec6
MS
6912002-08-19 Michael Snyder <msnyder@redhat.com>
692
693 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
694 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
695 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
696 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
697 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
698 CALL_DUMMY_ADDRESS): Delete.
699 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
700 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
701 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
702 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
703 push_return_address.
704 (mips_register_raw_size, mips_eabi_use_struct_convention,
705 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
706 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
707 mips_init_extra_frame_info, mips_eabi_push_arguments,
708 mips_n32n64_push_arguments, mips_push_return_address,
709 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
710 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
711
b5d1566e
MS
7122002-08-19 Michael Snyder <msnyder@redhat.com>
713
714 * mips-tdep.c (mips_frame_num_args): New function.
715 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
716 frame_saved_pc, frame_args_address, frame_locals_address,
717 frame_num_args, and frame_args_skip.
718 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
719 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
720 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
721 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
722
2f1488ce
MS
7232002-08-20 Michael Snyder <msnyder@redhat.com>
724
725 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
726 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
727 * mips-tdep.c (mips_store_struct_return): New function.
728 (mips_extract_struct_value_address): New function.
729 (mips_gdbarch_init): Set store_struct_return and
730 extract_struct_value_address.
731
41ff2da1
DC
7322002-08-20 David Carlton <carlton@math.stanford.edu>
733
734 * dwarf2read.c (dwarf2_build_psymtabs): Check that
735 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
736 (read_file_scope): Check that line_header is nonzero before
737 decoding macro information.
738
e5451d58
MK
7392002-08-20 Mark Kettenis <kettenis@gnu.org>
740
741 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
742 flag the general-purpose registers as floating-point on targets
743 that don't support the floating-point registers.
744
4a6daafa
EZ
7452002-08-20 Elena Zannoni <ezannoni@redhat.com>
746
747 * rs6000-tdep.c (altivec_register_p): Delete.
748 (rs6000_do_altivec_registers): Delete.
749 (rs6000_altivec_registers_info): Delete.
750 (rs6000_do_registers_info): Delete.
751 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
752 (rs6000_gdbarch_init): Remove setting of do_registers_info.
753
ab4327e0
EZ
7542002-08-20 Elena Zannoni <ezannoni@redhat.com>
755
756 * infcmd.c (do_registers_info): Print vector registers in hex
757 format only.
758 (print_vector_info): Check that printing registers
759 makes sense.
760 (print_float_info): Ditto.
761
cb1d2653
AC
7622002-08-20 Andrew Cagney <ac131313@redhat.com>
763
764 * mips-tdep.c (mips_gdbarch_init): Update.
765 (mips_o32_extract_return_value): Rewrite.
766 (mips_o32_store_return_value): Rewrite.
767 (mips_o32_xfer_return_value): New function.
768 (mips_xfer_register): Tweak debug print message. Allow for
769 buf_offset when dumping the value transfered.
770
dfc3d9b2
AC
7712002-08-20 Andrew Cagney <ac131313@redhat.com>
772
773 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
774 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
775 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
776 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
777 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
778
7807aa61
MS
7792002-08-14 Michael Snyder <msnyder@redhat.com>
780
781 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
782
489461e2
EZ
7832002-08-19 Elena Zannoni <ezannoni@redhat.com>
784
785 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
786 register.
787 (P): New macro to define a register as a pseudo register.
788 (R, R4, R8, R16, FR32, R64, R0): Updated.
789 (struct variant): Add new fields for number of pseudo registers
790 and number of total registers.
791 (tot_num_registers): New macro replacing....
792 (num_registers): ...deleted macro.
793 (num_registers): New function.
794 (num_pseudo_registers): New function.
795 (variants): Update all variants to intialize new fields correctly.
796 Postpone initialization of number of pseudo regs and real regs.
797 (init_variants): New function.
798 (rs6000_gdbarch_init): Initialize variants. Update calculation of
799 registers offsets.
800
fcaffe4c
DC
8012002-08-19 David Carlton <carlton@math.stanford.edu>
802
2c2738a0
DC
803 * valops.c (search_struct_field): Change error message to treat
804 return value of 0 from value_static_field as meaning that field is
805 optimized out.
806 (value_struct_elt_for_reference): Ditto.
807 * values.c (value_static_field): Treat an unresolved location the
808 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
809 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
810 enclosed. Fix PR gdb/574.
fcaffe4c
DC
811 * MAINTAINERS: Add self to Write After Approval list.
812
88658117
AC
8132002-08-19 Andrew Cagney <ac131313@redhat.com>
814
815 * mips-tdep.c (mips_xfer_register): New function.
816 (mips_n32n64_extract_return_value): Rewrite.
817 (mips_gdbarch_init): For N32 and N64, set extract_return_value
818 instead of deprecated_extract_return_value.
819
21283beb
EZ
8202002-08-19 Elena Zannoni <ezannoni@redhat.com>
821
822 * rs6000-tdep.c (TDEP): Delete macro.
823 (branch_dest): Replace use of TDEP macro with its body.
824 (rs6000_pop_frame): Ditto.
825 (rs6000_push_arguments): Ditto.
826 (rs6000_skip_trampoline_code): Ditto.
827 (rs6000_frame_saved_pc): Ditto.
828 (rs6000_frame_chain): Ditto.
829 (rs6000_register_name): Ditto.
830 (rs6000_register_byte): Ditto.
831 (rs6000_register_raw_size): Ditto.
832 (rs6000_register_virtual_type): Ditto.
833 (rs6000_register_convertible): Ditto.
834 (rs6000_convert_from_func_ptr_addr): Ditto.
835
bf072999
DJ
8362002-08-19 Daniel Jacobowitz <drow@mvista.com>
837
838 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
839 conditionally.
840 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
841 MIPS_LINUX_JB_ELEMENT_SIZE.
842 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
843 for MAX_REGISTER_RAW_SIZE arrays.
844 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
845 MIPS_LINUX_JB_ELEMENT_SIZE.
846
9b949a49
PM
8472002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
848
849 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
850
6d3e79c6
AS
8512002-08-19 Aidan Skinner <aidan@velvet.net>
852
853 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
854 ada-valprint.c ada-tasks.c.
855 (YYFILES): Add ada-exp.y.
856 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
857 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
858 (ada-exp.tab.o): New target.
859
06c0b04e
AC
8602002-08-18 Andrew Cagney <ac131313@redhat.com>
861
862 * regcache.c (regcache_xfer_part): New function.
863 (regcache_raw_read_part): New function.
864 (regcache_raw_write_part): New function.
865 (regcache_cooked_read_part): New function.
866 (regcache_cooked_write_part): New function.
867 * regcache.h (regcache_raw_read_part): Declare.
868 (regcache_raw_write_part): Declare.
869 (regcache_cooked_read_part): Declare.
870 (regcache_cooked_write_part): Declare.
871
92d1e331
DJ
8722002-08-18 Daniel Jacobowitz <drow@mvista.com>
873
874 * remote.c (remote_open_1): Add async_p.
875 (remote_async_open_1): Delete.
876 (open_remote_target): Delete.
877 (remote_open, extended_remote_open): Update calls to remote_open_1.
878 (remote_async_open, extended_remote_async_open): Call
879 remote_open_1 instead of remote_async_open_1.
880
247055de
MK
8812002-08-19 Mark Kettenis <kettenis@gnu.org>
882
883 * blockframe.c: Fix a few coding standard violations.
884
641eda39
MK
8852002-08-19 Mark Kettenis <kettenis@gnu.org>
886
0b717710
MK
887 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
888 here from ...
889 * config/i386/tm-i386sco5.h: ... here. File removed.
890 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
891
26d28e12 892 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
893 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
894 (TM_FILE): Set to tm-i386.h.
895 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
896 * config/i386/tm-i386v.h: Remove file.
897 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
898 instead of "i386/tm-i386v.h".
899 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
900 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
901 "i386/tm-i386v.h".
902 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
903 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
904 "i386/tm-i386.h".
905
d4e0bab4
MK
9062002-08-18 Mark Kettenis <kettenis@gnu.org>
907
908 * config/i386/nm-i386v.h: Add protection against
909 multiple-inclusion.
910 (i386_register_u_addr): Remove prototype.
911 (register_u_addr): New prototype.
912 (REGISTER_U_ADDR): Redefine accordingly.
913 * i386v-nat.c: Improve several comments.
914 (i386_register_u_addr): Change signature and rename to
915 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
916 ubase variable.
917
46cac009
AC
9182002-08-18 Andrew Cagney <ac131313@redhat.com>
919
920 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
921 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
922 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
923 deprecated_extract_return_value.
924 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
925 rename mips_o32o64_push_arguments.
926 (mips_gdbarch_init): Update.
927 (mips_extract_return_value): Delete.
928 (mips_o32_extract_return_value): Clone mips_extract_return_value.
929 (mips_o64_extract_return_value): Clone mips_extract_return_value.
930 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
931 (mips_n32n64_extract_return_value): Clone
932 mips_extract_return_value.
933 (mips_store_return_value): Delete.
934 (mips_o32_store_return_value): Clone mips_store_return_value.
935 (mips_o64_store_return_value): Clone mips_store_return_value.
936 (mips_eabi_store_return_value): Clone mips_store_return_value.
937 (mips_n32n64_store_return_value): Clone mips_store_return_value.
938
d2e4a39e
AS
9392002-08-18 Aidan Skinner <aidan@velvet.net>
940
0c30c098
AS
941 * ada-lang.c: Use gdb_string.h instead of <string.h>.
942 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
943
9442002-08-18 Aidan Skinner <aidan@velvet.net>
945
946 * ada-lang.c: Run through gdb_indent.sh.
947 * ada-lang.h: Run through gdb_indent.sh.
948 * ada-tasks.c: Run through gdb_indent.sh.
949 * ada-typeprint.c: Run through gdb_indent.sh.
950 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 951
01fc4e33
AC
9522002-08-18 Andrew Cagney <ac131313@redhat.com>
953
954 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
955 ABI.
956
d8ee244c
MK
9572002-08-18 Mark Kettenis <kettenis@gnu.org>
958
c38d8261
MK
959 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
960
222db64c
MK
961 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
962 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
963
c2848c82
MK
964 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
965 write_register_gen instead of write_register_bytes.
966
d8ee244c
MK
967 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
968 i[3456]-*-osf1mk* configurations have been made obsolete.
969 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
970 i[3456]86-*-osf1mk* hosts obsolete.
971 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
972 targets obsolete.
973 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
974 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
975 config/i386/i386m3.mt, config/i386/nm-m3.h,
976 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
977 config/i386/i386mk.mh, config/i386/i386mk.mt,
978 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
979 obsolete.
980 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
981 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
982 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
983
61d8d407
AC
9842002-08-18 Andrew Cagney <ac131313@redhat.com>
985
986 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
987 (hppa_value_returned_from_stack): Declare.
988 (hppa_extract_return_value): Declare.
989 * config/pa/hppa.mt: New file.
990 * configure.tgt: Recognize hppa*-*-*.
991 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
992
0c52bd59
MK
9932002-08-18 Mark Kettenis <kettenis@gnu.org>
994
995 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
996 comment.
997
b5686e99
MK
9982002-08-17 Mark Kettenis <kettenis@gnu.org>
999
1000 * top.c (gdb_rl_operate_and_get_next): Make sure
1001 operate-and-get-next functions correctly even when the history
1002 list is completely filled.
1003
c1bab85b
AC
10042002-08-18 Andrew Cagney <ac131313@redhat.com>
1005
1006 * MAINTAINERS (Target Instruction Set Architectures): Rename
1007 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
1008 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
1009 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
1010 already listed under Host/Native.
1011
1012 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
1013 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
1014 mips*-*-*.
1015
32089c7c
AC
10162002-08-17 Andrew Cagney <ac131313@redhat.com>
1017
1018 * config/ia64/ia64.mt: New file.
1019 * config/alpha/alpha.mt: New file.
1020 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
1021 ia64-linux-gnu. Mention that ia64-elf is broken.
1022 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
1023
b4671f85
MK
10242002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
1025
1026 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
1027 generic_func_frame_valid instead of func_frame_valid.
1028
c8edd8b4
JB
10292002-08-16 Joel Brobecker <brobecker@gnat.com>
1030
1031 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1032 procfs appears to be broken when debugging on multi-processor
1033 machines. So enable software single stepping in order to avoid
1034 using the procfs interface to do next/step operations, using
1035 internal breakpoints instead.
1036
1037 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1038 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1039 make this pc address equal to the value it would have if the
1040 system stepping capability was used. Also set a new flag used
1041 to ensure that we don't readjust the PC one more time later.
1042
1043 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1044 address by DECR_PC_AFTER_BREAK when software single step is
1045 in use for this architecture, as this has already been taken
1046 care of in handle_inferior_event().
1047
238617f6
JB
10482002-08-16 Joel Brobecker <brobecker@gnat.com>
1049
1050 * infrun.c (handle_inferior_event): Minor reformatting, to make
1051 a rather long condition expression easier to read.
1052
541a7aac
AC
10532002-08-16 Andrew Cagney <ac131313@redhat.com>
1054
1055 * Makefile.in (gdbtk.o): Move to end of file.
1056 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1057 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1058 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1059 (gdbtk-wrapper.o, gdbres.o): Ditto.
1060
f92d4a7b
AC
10612002-08-16 Andrew Cagney <ac131313@redhat.com>
1062
1063 * Makefile.in (copying.o): Separate out compile rule.
1064 (hpux-thread.o, procfs.o, signals.o): Ditto.
1065 (v850ice.o, z8k-tdep.o): Ditto.
1066 (tui-file.o): Move to TUI section.
1067 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1068 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1069
1cce71eb
JB
10702002-08-16 Joel Brobecker <brobecker@gnat.com>
1071
1072 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1073 skip_trampoline_code, for better namespace-proofing.
1074
1075 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1076
0851f23d
JB
10772002-08-16 Joel Brobecker <brobecker@gnat.com>
1078
1079 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1080
f8d40ec8
JB
10812002-08-16 Joel Brobecker <brobecker@gnat.com>
1082
1083 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1084 signal, check whether we hit a breakpoint before checking for a
1085 single step breakpoint. Otherwise, GDB fails to notice that a
1086 breakpoint has been hit when stepping onto a breakpoint.
1087
63d022e0
KS
10882002-08-16 Keith Seitz <keiths@redhat.com>
1089
1090 * gdb-events.sh (clear_gdb_event_hooks): New function.
1091 * gdb-events.c: Regenerate.
1092 * gdb-events.h: Regenerate.
1093
6e31adb3
AC
10942002-08-16 Andrew Cagney <ac131313@redhat.com>
1095
1096 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1097 not_a_sw_breakpoint.
1098 * breakpoint.h (bpstat_stop_status): Add parameter names.
1099
c8189ed1
GS
11002002-08-16 Grace Sainsbury <graces@redhat.com>
1101
1102 * remote.c (remote_insert_hw_breakpoint)
1103 (remote_remove_hw_breakpoint): Fix calculation of length field
1104 for Z-packet.
1105
d05285fa
MS
11062002-08-15 Michael Snyder <msnyder@redhat.com>
1107
466d7106
MS
1108 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1109 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1110 (supply_fpregset): Ditto.
1111
d05285fa
MS
1112 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1113 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1114 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 1115 (TARGET_READ_SP): Delete.
bf1f5b4c 1116 (DO_REGISTERS_INFO): Delete.
102182a9
MS
1117 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1118 Delete.
1119 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1120 from macros to functions.
bf1f5b4c 1121
d05285fa
MS
1122 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1123 (mips_register_convertible, mips_register_convert_to_virtual,
1124 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
1125 (mips_read_sp): New function.
1126 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
1127 (mips_do_registers_info): Make static.
1128 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
1129 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1130 (mips_register_convert_from_type, mips_register_convert_to_type):
1131 New functions.
1132 (mips_gdbarch_init): Set up function_start_offset,
1133 register_virtual_size, pc_in_sigtramp.
d05285fa 1134
e76f1f2e
AC
11352002-08-15 Andrew Cagney <ac131313@redhat.com>
1136
1137 * infcmd.c (vector_info): New function.
1138 (_initialize_infcmd): Add command "info vector".
1139 (print_vector_info): New function.
1140
1141 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1142 * gdbarch.h, gdbarch.c: Regenerate.
1143
4782dc19
AC
11442002-08-15 Andrew Cagney <ac131313@redhat.com>
1145
1146 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1147 ``print_all''. Only print vector registers when ``print_all''.
1148
23e3a7ac
AC
11492002-08-15 Andrew Cagney <ac131313@redhat.com>
1150
8e186fd6
AC
1151 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1152 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1153
23e3a7ac
AC
1154 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1155 Add `args' parameter.
1156 * gdbarch.h, gdbarch.c: Regenerate.
1157
1158 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1159
1160 * infcmd.c (float_info): Call print_float_info.
1161 (print_float_info): New function. By default, print the
1162 floating-point registers.
1163
1164 * arch-utils.h (default_print_float_info): Delete declaration.
1165 * arch-utils.c (default_print_float_info): Delete function.
1166
e0ca2bb9
MK
11672002-08-16 Mark Kettenis <kettenis@gnu.org>
1168
3f733acc
MK
1169 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1170 out define.
1171
7d8d2918
MK
1172 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1173 FRAME.
1174
1c7cc583
MK
1175 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1176 * configure.host: Make i[3456]86-*-aix host obsolete.
1177 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1178 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1179 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1180 config/i386/xm-i386aix.h: Make files obsolete.
1181 * i386aix-nat.c: Make file obsolete.
1182 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1183 (i386aix-nat.o): Make target obsolete.
1184
e0ca2bb9
MK
1185 * config/i386/nm-gnu.h: Removed.
1186 * config/i386/nm-i386gnu.h: New file.
1187 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1188 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1189 Moved here from ...
1190 * config/i386/tm-i386gnu.h: ... here. Removed.
1191 * config/i386/xm-i386gnu.h: Removed.
1192 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1193 (NAT_FILE): Set to nm-i386gnu.h.
1194 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1195 * i386-tdep.c: New file.
1196 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1197 (i386gnu-tdep.o): Specify dependencies.
1198
16057ec7 11992002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 1200
6b99ee2e
MK
1201 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1202 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1203 Adjust a few comments to reflect reality a bit closer.
1204 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1205 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1206 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1207 target_insert_watchpoint, target_remove_watchpoint):
1208 Move defines to ...
1209 * config/i386/nm-i386sco5.h: ... here.
1210 (kernel_u_size): Add prototype. Improve a few comments and add
1211 protection against multiple inclusion.
1212
d9a6f65c
MK
1213 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1214 out define.
1215
047eff6a
MK
1216 * uw-thread.c (SP_ARG0): Define if not already defined.
1217 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1218
dcdb1290
MK
1219 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1220
5d2d0b2a
MK
1221 * config/i386/tm-i386.h: Don't include "regcache.h".
1222
61113f8b
MK
1223 * i387-tdep.h (i387_print_float_info): New prototype.
1224 * i387-tdep.c (print_i387_value, print_i387_ext,
1225 print_i387_status_word, print_i387_control_word): Add `struct
1226 ui_file *' argument and use it for output.
1227 (i387_print_float_info): Renamed from i387_float_info. Add
1228 `struct gdbarch *' and `struct ui_file *' arguments and use the
1229 latter for output.
1230 * i386-tdep.c: Include "i387-tdep.h".
1231 (i386_gdbarch_init): Set print_float_info.
1232 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1233 (FLOAT_INFO): Remove define.
1234
46e0f506
MS
12352002-08-13 Michael Snyder <msnyder@redhat.com>
1236
1237 * mips-tdep.c (mips_push_arguments): Rename to
1238 mips_eabi_push_arguments, and tune for EABI.
1239 (MIPS_REGS_HAVE_HOME_P): Delete.
1240 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1241 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1242 Delete references to mips_regs_have_home_p.
1243
409268de
KS
12442002-08-14 Keith Seitz <keiths@redhat.com>
1245
1246 * Makefile.in (install-gdbtk): Create insight plugin directory.
1247 Install plugins.tcl file.
1248
ffc6a242
KS
12492002-08-14 Keith Seitz <keiths@redhat.com>
1250
1251 * configure.in: Move SUBDIRS to near top of the file so that
1252 --enable options may add things to it.
1253 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1254 * configure: Regenerate.
1255
ebafbe83
MS
12562002-08-13 Michael Snyder <msnyder@redhat.com>
1257
1258 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1259 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1260 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1261
32f6f25d
AC
12622002-08-13 Andrew Cagney <ac131313@redhat.com>
1263
1264 * vax-tdep.c (vax_get_saved_register): Delete function.
1265 (vax_gdbarch_init): Update.
1266 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1267 (ns32k_gdbarch_init): Update.
1268 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1269 (alpha_gdbarch_init): Update.
1270
53826de9
AC
12712002-08-13 Andrew Cagney <cagney@redhat.com>
1272
1273 * regcache.c (init_regcache_descr): Overallocate the
1274 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1275 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1276 nr_raw_registers.
1277 (set_register_cached): Add range checking assertions. Use
1278 current_regcache.
1279
16057ec7 12802002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
1281
1282 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1283 numbers for MMX registers.
1284
7b4c2dce
AC
12852002-08-13 Andrew Cagney <cagney@redhat.com>
1286
1287 * i386-tdep.c (i386_gdbarch_init): Use
1288 generic_unwind_get_saved_register.
1289
1e03ad20
KB
12902002-08-13 Kevin Buettner <kevinb@redhat.com>
1291
1292 * procfs.c (procfs_can_use_hw_breakpoint): New function.
1293 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1294 target vector.
1295 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1296 Delete. Add comment regarding this now-deleted target method.
1297
548bcbec
SC
12982002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1299
1300 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1301 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1302 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1303 real PC and the page number (if it's within the memory bank window).
1304 (m68hc11_pseudo_register_write): Likewise when saving.
1305 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1306 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1307 (m68hc11_register_raw_size): And use 32-bit for it.
1308 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1309 16K memory bank is used by the prog; also use the virtual pc.
1310
7df11f59
SC
13112002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1312
1313 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1314 (m68hc11_gdbarch_init): Install it in gdbarch.
1315 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1316 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1317 (MSYMBOL_SIZE): New for documentation.
1318 (insn_return_kind): Enum to specify how a function returns.
1319 (frame_extra_info): Cleanup and record the return mode.
1320 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
1321 register in address computation.
1322 (m68hc11_get_return_insn): New to obtain the return instruction used
1323 by the function.
1324 (m68hc11_frame_init_saved_regs): Take into account the return
1325 instruction used by the function for far and interrupt functions.
1326 (m68hc11_init_extra_frame_info): Take into account page register.
1327 (m68hc11_frame_args_address): Adjust according to the return mode.
1328 (show_regs): Print page register only when it's used.
1329
5706502a
SC
13302002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1331
1332 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1333 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1334 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1335 registers.
1336 (m68hc11_register_raw_size): Likewise.
1337
28fc6740
AC
13382002-08-13 Andrew Cagney <cagney@redhat.com>
1339
1340 * i386-tdep.c (i386_register_name): Handle mmx registers.
1341 (mmx_regnum_p): New function.
1342 (i386_mmx_names): New array.
1343 (mmx_num_regs): New variable.
1344 (i386_pseudo_register_read): New function.
1345 (i386_pseudo_register_write): New function.
1346 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1347
1348 * regcache.c (regcache_raw_read_unsigned): New function.
1349 (regcache_raw_read_signed): New function.
1350 * regcache.h (regcache_raw_read_unsigned): Declare.
1351 (regcache_raw_read_signed): Declare.
1352
a378f419
AC
13532002-08-13 Andrew Cagney <cagney@redhat.com>
1354
1355 * regcache.c (regcache_raw_read_as_address): Delete function.
1356 (regcache_cooked_read_signed): New function.
1357 (regcache_cooked_read_unsigned): New function.
1358 * regcache.h (regcache_cooked_read_signed): Declare.
1359 (regcache_cooked_read_unsigned): Declare.
1360 (regcache_raw_read_as_address): Delete declaration.
1361
1362 * blockframe.c (generic_read_register_dummy): Use
1363 regcache_cooked_read_unsigned.
1364 * i386-tdep.c (i386_extract_struct_value_address): Use
1365 regcache_cooked_read_unsigned.
1366
81967506
SC
13672002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1368
1369 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1370 double sizes according to ELF ABI flags.
1371 (gdbarch_tdep): Record elf_flags.
1372
ffe1f3ee
SC
13732002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1374
1375 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1376 (m6812_prolog): They can appear in 68HC12 function prologue.
1377 (m68hc11_frame_chain): Cleanup.
1378
98216c5d
AC
13792002-08-12 Andrew Cagney <cagney@redhat.com>
1380
1381 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1382 declarations.
1383 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1384 (i386_linux_register_raw_size): Delete function.
1385 (i386_linux_init_abi): Update.
1386 * i386-tdep.c (i386_register_raw_size): Delete function.
1387 (i386_register_byte): Delete function.
1388 (i386_gdbarch_init): Update.
1389 (i386_register_size): Delete array.
1390 (i386_register_offset): Delete array.
1391
1392 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1393 (REGISTER_RAW_SIZE): Delete macro.
1394 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1395 (REGISTER_BYTE): Delete macro.
1396
3b19021e
AS
13972002-08-11 Aidan Skinner <aidan@velvet.net>
1398
1399 * ada-lang.c (ada_lookup_partial_symbol)
1400 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1401 prototype names so that grep ^func works properly.
1402
1403 * ada-lang.c (ada_array_element_type)
1404 (ada_lookup_partial_symbol): Fix typos in parameter list.
1405
1406 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1407 Fix prototype names so that grep ^func works properly.
1408
b063e7a2
AC
14092002-08-10 Andrew Cagney <cagney@redhat.com>
1410 Elena Zannoni <ezannoni@redhat.com>
1411 Martin M. Hunt <hunt@redhat.com>
1412
1413 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1414 (build_builtin_type_vec128i): Set the vector bit.
1415 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1416 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1417 (build_builtin_type_vec64): New function.
1418 (build_builtin_type_vec64i): New function.
1419 (build_gdbtypes): Initialize builtin_type_vec64 and
1420 builtin_type_vec64i.
1421
a7e3c2ad
AC
14222002-08-09 Andrew Cagney <cagney@redhat.com>
1423
1424 * regcache.c (regcache_dump): Compare the register offset
1425 with REGISTER_BYTE.
1426 * arch-utils.c (generic_register_byte): New function.
1427 * arch-utils.h (generic_register_byte): Declare.
1428 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1429 * gdbarch.h, gdbarch.c: Regenerate.
1430
af030b9a
AC
14312002-08-09 Andrew Cagney <cagney@redhat.com>
1432
1433 * regcache.c: Include "gdbcmd.h"
1434 (_initialize_regcache): Add commands "maintenance print
1435 registers", "maintenance print raw-registers" and "maintenance
1436 print cooked-registers".
1437 (enum regcache_dump_what): Define.
1438 (dump_endian_bytes): New function.
1439 (regcache_dump): New function.
1440 (regcache_print): New function.
1441 (maintenance_print_registers): New function.
1442 (maintenance_print_raw_registers): New function.
1443 (maintenance_print_cooked_registers): New function.
1444 * Makefile.in (regcache.o): Update dependencies.
1445
cb3d25d1
MS
14462002-08-09 Michael Snyder <msnyder@redhat.com>
1447
1448 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1449 (mips_push_arguments): Correct some comments. Use paddr_nz
1450 for printing addresses in debug output. Replace static
1451 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1452 (mips_n32n64_push_arguments): New function, cloned from
1453 mips_push_arguments and tuned for the n32/n64 ABI.
1454 (mips_push_register): Buffer needs dynamic allocation.
1455 (mips_print_register): Ditto.
1456 (do_gp_register_row): Ditto.
1457 (mips_store_return_value): Ditto.
1458 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1459
2163ab9d
DH
14602002-08-09 Don Howard <dhoward@redhat.com>
1461
1462 * memattr.c (mem_info_command): Print special case of upper bound
1463 as max CORE_ADDR + 1.
1464
b78bcb18
MS
14652002-08-08 Michael Snyder <msnyder@redhat.com>
1466
1467 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1468 returns structs by ref if they're too big to fit in two registers.
1469
ffabd70d
KB
14702002-08-09 Kevin Buettner <kevinb@redhat.com>
1471
1472 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1473 saved regs value.
1474 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1475 mips_find_saved_regs().
1476 (mips_pop_frame): Likewise.
1477
fbcdb4a3
KB
14782002-08-09 Kevin Buettner <kevinb@redhat.com>
1479
1480 * blockframe.c (frame_saved_regs_register_unwind): Revise
1481 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1482 frames are in use.
1483
3c3bea1c
GS
14842002-08-09 Grace Sainsbury <graces@redhat.com>
1485
1486 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1487 T-packets; the 'a' is not taken as a register number.
1488 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1489 (remote_stopped_data_address): New functions; add to target
1490 vector.
1491 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1492 prototypes to match other implementations of this
1493 function. replace integer argument with pointer -- the length
1494 field in the Z-packet is the length of what is pointed to or 1 if
1495 pointer is null. Add to target vector.
1496 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1497 target vector.
1498
1499 From Mark Salter:
1500 * remote.c (remote_wait): Add support to extract optional
1501 watchpoint information from T-packet. Ignore unrecognized
1502 optional info in T-packet.
1503 (remote_async_wait): Ditto.
1504
5d1d95de
CV
15052002-08-09 Corinna Vinschen <vinschen@redhat.com>
1506
1507 * cli/cli-dump.c: Change fopen modes to use binary open modes
1508 as defined in include/fopen-bin.h throughout.
1509
c86b5b38
MS
15102002-08-08 Michael Snyder <msnyder@redhat.com>
1511
1512 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1513
b30590dc
KB
15142002-08-08 Kevin Buettner <kevinb@redhat.com>
1515
1516 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1517 assertion failure by returning early after a warning.
1518
498868ed
KB
15192002-08-08 Kevin Buettner <kevinb@redhat.com>
1520
1521 * mips-tdep.c (mips_find_saved_regs): Make static.
1522 (mips_frame_init_saved_regs): New function.
1523 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1524 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1525 (mips_find_saved_regs): Delete declaration.
1526
b2dd6311
GS
15272002-08-08 Grace Sainsbury <graces@redhat.com>
1528
3c3bea1c
GS
1529 * remote.c (remote_wait, remote_async_wait): Change
1530 thread_num from int to ULONGEST.
1531 (unpack_varlen_hex): Change result parameter from
1532 int * to ULONGEST *.
b2dd6311 1533
ea47855f
AC
15342002-08-08 Andrew Cagney <ac131313@redhat.com>
1535
1536 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1537 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1538 powerpc*-*-*.
1539 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1540
69db8bae
AC
15412002-08-08 Andrew Cagney <cagney@redhat.com>
1542
1543 * gcore.c (override_derive_stack_segment): Delete variable.
1544 (preempt_derive_stack_segment): Delete function.
1545 (derive_stack_segment): Delete function.
1546 (default_derive_stack_segment): Renamed to derive_stack_segment.
1547 (override_derive_heap_segment): Delete variable.
1548 (preempt_derive_heap_segment): Delete function.
1549 (derive_heap_segment): Delete function.
1550 (default_derive_heap_segment): Rename to derive_heap_segment.
1551
cb811fe7
MS
15522002-08-06 Michael Snyder <msnyder@redhat.com>
1553
1554 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1555 * mips-tdep.c (mips_EABI_use_struct_convention,
1556 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1557 New functions. (mips_use_struct_convention): Delete.
1558 (mips_gdbarch_init): set use_gdbarch_convention.
1559
8b389c40
MS
15602002-08-06 Michael Snyder <msnyder@redhat.com>
1561
1562 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1563 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1564 mips_o32_reg_struct_has_addr): New functions.
1565 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1566
5c27f28a
AC
15672002-08-07 Andrew Cagney <ac131313@redhat.com>
1568
1569 * regcache.c (pseudo_register): Delete function.
1570 (fetch_register): Delete function.
1571 (store_register): Delete function.
1572 (regcache_raw_read, legacy_read_register_gen): Use
1573 target_fetch_registers instead of fetch_register.
1574 (legacy_write_register_gen, regcache_raw_write): Use
1575 target_store_register instead of store_register.
1576 (write_register_bytes): Ditto.
1577
1578 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1579 (STORE_PSEUDO_REGISTER): Delete.
1580 * gdbarch.h, gdbarch.c: Regenerate.
1581
5b331675
CV
15822002-08-06 Corinna Vinschen <vinschen@redhat.com>
1583
1584 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1585 write dump file binary.
1586
6acdf5c7
MS
15872002-08-05 Michael Snyder <msnyder@redhat.com>
1588
1589 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1590 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1591 (mips_gdbarch_init): Set N32 target to be mips64.
1592
b2f01c35
KB
15932002-08-06 Kevin Buettner <kevinb@redhat.com>
1594
1595 * frame.c (find_saved_register): Break out of loop once saved
1596 register address is found. Don't mention sparc in loop comment
1597 anymore.
1598
63db5580
KB
15992002-08-06 Kevin Buettner <kevinb@redhat.com>
1600
1601 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1602 mips_default_saved_regsize to 8.
1603
5e34e75e
AC
16042002-08-06 Andrew Cagney <ac131313@redhat.com>
1605
1606 * gcore.c: Do not include <sys/procfs.h>.
1607 * Makefile.in (gcore.o): Update dependencies.
1608
eb4c54a2
AC
16092002-08-06 Andrew Cagney <cagney@redhat.com>
1610
1611 * configure.tgt: Make arc-*-* obsolete.
1612 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1613 * MAINTAINERS: Make arc-elf obsolete.
1614 * arc-tdep.c: Make file obsolete.
1615 * config/arc/arc.mt: Ditto.
1616 * config/arc/tm-arc.h: Ditto.
1617
ced15480
TR
16182002-08-05 Theodore A. Roth <troth@verinet.com>
1619
c1bab85b 1620 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 1621
b4743822
AC
16222002-08-05 Andrew Cagney <ac131313@redhat.com>
1623
1624 * mcore-tdep.c (mcore_gdbarch_init): Use
1625 generic_unwind_get_saved_register instead of
1626 generic_get_saved_register.
1627 * v850-tdep.c (v850_gdbarch_init): Ditto.
1628 * frv-tdep.c (frv_gdbarch_init): Ditto.
1629 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1630 * s390-tdep.c (s390_gdbarch_init): Ditto.
1631 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1632 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1633 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1634
3956d554
JB
16352002-08-05 Joel Brobecker <brobecker@gnat.com>
1636
1637 * objfiles.h: Add missing #include "symfile.h"
1638
1639 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1640
8249c0d6
AC
16412002-08-04 Andrew Cagney <ac131313@redhat.com>
1642
1643 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1644 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1645 of FIELD_BITSIZE.
1646
b9d14705
DJ
16472002-08-04 Daniel Jacobowitz <drow@mvista.com>
1648
1649 * NEWS: Cleanup and nitpick.
1650
dd73b9bb
AC
16512002-08-03 Andrew Cagney <ac131313@redhat.com>
1652
1653 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1654
043a27f8
AC
16552002-08-03 Andrew Cagney <ac131313@redhat.com>
1656
1657 * Makefile.in (gdbtk-bp.o): Update dependencies.
1658 (gdbtk-register.o): Ditto.
1659 (gdbtk-varobj.o): Ditto.
1660
46ce284d
AC
16612002-08-03 Andrew Cagney <cagney@redhat.com>
1662
1663 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1664 m68hc11_fetch_pseudo_register.
1665 (m68hc11_pseudo_register_write): Replace
1666 m68hc11_store_pseudo_register.
1667 (m68hc11_gdbarch_init): Update.
1668
b66d6d2e
AC
1669Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1670
1671 * gdbarch.sh: Include "gdb_string.h".
1672 * gdbarch.c: Regenerate.
1673
1674 * regcache.c: Include "gdb_string.h".
1675 * ax-general.c: Ditto.
1676 * varobj.c: Ditto.
1677 * std-regs.c: Ditto.
1678 * fbsd-proc.c: Ditto.
1679 * thread.c: Ditto.
1680
1681 * Makefile.in (regcache.o): Update dependencies.
1682 (thread.o, gdbarch.o): Ditto.
1683 (ax-general.o, gdbarch.o): Ditto.
1684 (varobj.o, std-regs.o): Ditto.
1685 (fbsd-proc.o): Specify dependencies.
1686
29e1842b
AC
16872002-08-02 Andrew Cagney <cagney@redhat.com>
1688
1689 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1690 regnum.
1691 (regcache_cooked_write): Ditto.
1692
68365089
AC
16932002-08-02 Andrew Cagney <ac131313@redhat.com>
1694
1695 * regcache.c (regcache_cooked_read): New function.
1696 (regcache_cooked_write): New function.
1697 (read_register_gen): Rewrite using regcache_cooked_read.
1698 (write_register_gen): Rewrite using regcache_cooked_write.
1699
1700 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1701 Declare.
1702
d8124050
AC
17032002-08-02 Andrew Cagney <cagney@redhat.com>
1704
1705 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1706 Replace the architecture methods register_read and register_write.
1707 * gdbarch.h, gdbarch.c: Regenerate.
1708 * regcache.c (init_regcache_descr): Update.
1709 (read_register_gen): Update.
1710 (write_register_gen): Update.
1711 (supply_register): Update comment.
1712
1713 * sh-tdep.c (sh_gdbarch_init): Update.
1714 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1715 `regcache' and `gdbarch' parameters. Make `buffer' a void
1716 pointer. Update code.
1717 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1718 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1719 void pointer. Update code.
1720 (sh64_register_write): Delete.
1721 (sh4_register_read): Delete.
1722 (sh64_register_read): Delete.
1723 (sh4_register_write): Delete.
1724 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1725 void pointer, `to' parameter a void pointer.
1726 (sh_sh64_register_convert_to_raw): Ditto.
1727
a6425924
KB
17282002-08-01 Kevin Buettner <kevinb@redhat.com>
1729
1730 * mips-tdep.c (mips_register_virtual_type): Use architecture
1731 invariant return values.
1732
ff5922b5
AC
17332002-08-01 Andrew Cagney <cagney@redhat.com>
1734
1735 * linux-proc.c: Include "gdb_string.h".
1736 * Makefile.in (linux-proc.o): Update dependency list.
1737
32a6503c
KB
17382002-08-01 Kevin Buettner <kevinb@redhat.com>
1739
1740 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1741 comment.
1742
ccaa32c7
GS
17432002-08-01 Grace Sainsbury <graces@redhat.com>
1744
1745 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1746 to_insert_watchpoint, to_remove_watchpoint,
1747 to_stopped_by_watchpoint, to_stopped_data_address,
1748 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1749 target vecctor. Define their corresponding macros so they call
1750 them.
1751
1752 * target.c: Add default and debug versions of for
1753 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1754 to_insert_watchpoint, to_remove_watchpoint,
1755 to_stopped_by_watchpoint, to_stopped_data_address,
1756 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1757
78fde5f8
KB
17582002-08-01 Kevin Buettner <kevinb@redhat.com>
1759
1760 * mips-tdep.c (mips_register_virtual_type): New function.
1761 (mips_gdbarch_init): Register mips_register_virtual_type()
1762 with gdbarch machinery.
1763 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1764 this file instead of tm-bigmips.h.
1765 (MIPS_REGSIZE): Delete this macro.
1766 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1767 multiarch version in mips-tdep.c will be found.
1768
db034ac5
AC
17692002-08-01 Andrew Cagney <cagney@redhat.com>
1770
1771 * NEWS: Menion that CHILL has been made obsolete.
1772
1773 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
1774 * stabsread.c (read_range_type): Ditto.
1775 * gdbtypes.h: Ditto.
1776 * language.c (binop_type_check): Ditto.
1777 (binop_result_type): Ditto.
1778 (integral_type): Ditto.
1779 (character_type): Ditto.
1780 (string_type): Ditto.
1781 (boolean_type): Ditto.
1782 (structured_type): Ditto.
1783 (lang_bool_type): Ditto.
1784 (binop_type_check): Ditto.
1785 * language.h (_LANG_chill): Ditto.
1786 * dwarfread.c (set_cu_language): Ditto.
1787 * dwarfread.c (CHILL_PRODUCER): Ditto.
1788 * dwarfread.c (handle_producer): Ditto.
1789 * expression.h (enum exp_opcode): Ditto.
1790 * eval.c: Ditto for comments.
1791 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1792 * expprint.c (print_subexp): Ditto.
1793 (print_subexp): Ditto.
1794 * valops.c (value_cast): Ditto.
1795 (search_struct_field): Ditto.
1796 * value.h (COERCE_VARYING_ARRAY): Ditto.
1797 * symfile.c (init_filename_language_table): Ditto.
1798 (add_psymbol_with_dem_name_to_list): Ditto.
1799 * valarith.c (value_binop): Ditto.
1800 (value_neg): Ditto.
1801 * valops.c (value_slice): Ditto.
1802 * symtab.h (union language_specific): Ditto.
1803 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1804 (SYMBOL_DEMANGLED_NAME): Ditto.
1805 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1806 * defs.h (enum language): Ditto.
1807 * symtab.c (got_symtab): Ditto.
1808 * utils.c (fprintf_symbol_filtered): Ditto.
1809
1810 * ch-typeprint.c: Make file obsolete.
1811 * ch-valprint.c: Make file obsolete.
1812 * ch-lang.h: Make file obsolete.
1813 * ch-exp.c: Make file obsolete.
1814 * ch-lang.c: Make file obsolete.
1815
1816 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1817 CHILL_LIB.
1818 (TARGET_FLAGS_TO_PASS): Ditto.
1819 (CHILLFLAGS): Obsolete.
1820 (CHILL): Obsolete.
1821 (CHILL_FOR_TARGET): Obsolete.
1822 (CHILL_LIB): Obsolete.
1823 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1824 ch-valprint.c.
1825 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1826 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1827 ch-lang.o.
1828 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1829 targets.
1830
8aaf0b47
JB
18312002-07-31 Joel Brobecker <brobecker@gnat.com>
1832
1833 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1834 This does not change anything at the moment, but will be helpful
1835 later when full Ada support is integrated.
1836
f3a7b3a5
KB
18372002-07-31 Kevin Buettner <kevinb@redhat.com>
1838
1839 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1840 help message.
1841
fb850278
KB
18422002-07-31 Kevin Buettner <kevinb@redhat.com>
1843
1844 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1845 and save it in a local variable. Use variable in later test.
1846
e3bddbfa
KB
18472002-07-31 Kevin Buettner <kevinb@redhat.com>
1848
1849 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1850 test. (Thanks to Daniel Jacobowitz.)
1851
28d169de
KB
18522002-07-31 Kevin Buettner <kevinb@redhat.com>
1853
1854 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1855 (mips_abi_strings): Add "n64".
1856 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1857
7fe7e44e
KB
18582002-07-31 Kevin Buettner <kevinb@redhat.com>
1859
1860 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1861 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1862
c6caf090
KB
18632002-07-31 Kevin Buettner <kevinb@redhat.com>
1864
1865 * utils.c (host_pointer_to_address, address_to_host_pointer):
1866 Use gdb_assert() instead of explicit call to internal_error().
1867
c41669e0
KB
18682002-07-30 Kevin Buettner <kevinb@redhat.com>
1869
1870 * Makefile.in (rs6000-nat.o): Update dependencies.
1871
1872 From Nicholas Duffek:
1873 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1874 (aix-thread.o): New rule.
1875 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1876 * config/powerpc/aix432.mh: New file.
1877
2fda4977
DJ
18782002-07-30 Daniel Jacobowitz <drow@mvista.com>
1879
1880 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1881 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1882 (fetch_core_registers, ppc_linux_supply_gregset)
1883 (ppc_linux_supply_fpregset): New functions.
1884 (ppc_linux_regset_core_fns): New.
1885 (_initialize_ppc_linux_tdep): Call add_core_fns.
1886 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1887 and ppc_linux_supply_gregset.
1888 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1889 (supply_fpregset): Call ppc_linux_supply_fpregset.
1890 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1891 corelow.o.
1892 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1893
729051e6
DJ
18942002-07-30 Daniel Jacobowitz <drow@mvista.com>
1895
1896 * symtab.c (lookup_symbol): Demangle before lowercasing.
1897
5f8a3188
AC
18982002-07-30 Andrew Cagney <ac131313@redhat.com>
1899
1900 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1901 declaration.
1902 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1903 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1904 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1905 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1906 "gdb_string.h".
1907 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1908 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1909 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1910 (avr-tdep.o, mon960-rom.o): Ditto.
1911 (aout_stabs_gnu_h): Define.
1912 (symtab_h): Remove $(gdb_obstack_h).
1913
67f07146
JB
19142002-07-30 Jim Blandy <jimb@redhat.com>
1915
1916 Patch from David Carlton <carlton@math.stanford.edu>:
1917 * gdbinit.in: Move the `dir' commands that add GDB's own source
1918 directory to the search path to the end, so that the `gdb' source
1919 directory will be searched first.
1920
04ea0df1
AC
19212002-07-29 Andrew Cagney <ac131313@redhat.com>
1922
1923 * gdb_obstack.h: New file.
1924 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1925 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1926 * objfiles.h: Include "gdb_obstack.h".
1927 * Makefile.in (gdb_obstack_h): Define.
1928 (symtab_h): Add $(gdb_obstack_h).
1929 (objfiles_h): Add $(gdb_obstack_h).
1930
1931 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1932 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1933 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1934 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1935 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1936 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1937 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1938 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1939
1940 * Makefile.in (bcache.o): Update dependencies.
1941 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1942 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1943 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1944 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1945 (stabsread.o, symfile.o, symmisc.o): Ditto.
1946 (symtab.o, typeprint.o, macroexp.o): Ditto.
1947 (macrotab.o, mdebugread.o): Ditto.
1948 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1949 (coff_ecoff_h, aout_aout64_h): Define.
1950 (aout_stabs_gnu_h, libaout_h): Define.
1951
d138e37a
AC
19522002-07-29 Andrew Cagney <cagney@redhat.com>
1953
1954 * regcache.c (struct regcache_descr): Rename nr_registers to
1955 nr_cooked_registers. Revise comments describing the structure
1956 member fields.
1957 (init_regcache_descr): Update.
1958 (init_legacy_regcache_descr): Update.
1959 (read_register_gen, write_register_gen): When a cooked register in
1960 the raw register range, directly access the value from the raw
1961 register cache.
1962
460e6ec3
AC
19632002-07-29 Andrew Cagney <ac131313@redhat.com>
1964
1965 * z8k-tdep.c: Do not include "obstack.h".
1966 * h8300-tdep.c, h8500-tdep.c: Ditto.
1967 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1968 * valprint.c, v850-tdep.c: Ditto.
1969 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1970 * mn10200-tdep.c: Ditto.
1971
1972 * Makefile.in (z8k-tdep.o): Update dependencies.
1973 (m68hc11-tdep.o, valprint.o): Ditto.
1974 (v850-tdep.o, d10v-tdep.o): Ditto.
1975 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1976 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1977 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1978 (sh_opc_h, gdb_sim_sh_h): Define.
1979 (elf_sh_h, elf_bfd_h): Define.
1980 (opcode_m68hc11_h): Define.
1981 (OPCODES_SRC, OPCODES_DIR): define.
1982 (OPCODES): Use $(OPCODES_DIR).
1983 (gdb_sim_d10v_h): Rename sim_d10v_h.
1984 (gdb_sim_arm_h): Rename sim_arm_h.
1985
790c9cf0
KB
19862002-07-26 Kevin Buettner <kevinb@redhat.com>
1987
1988 * utils.c (host_pointer_to_address, address_to_host_pointer):
1989 Change internal_error() message to indicate function responsible
1990 for the error.
1991
9647fa49
KB
19922002-07-26 Kevin Buettner <kevinb@redhat.com>
1993
1994 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1995 calls to local_hex_string_custom().
1996
dabbe2c0
KB
19972002-07-26 Kevin Buettner <kevinb@redhat.com>
1998
1999 * irix5-nat.c: Move IRIX shared library support from here...
2000 * solib-irix.c: ...to here. Revised substantially to work with
2001 generic solib framework.
2002
b96d0a4e
KB
2003 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
2004 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
2005 * mips-irix-tdep.c: New file.
2006
313fb2f6
KB
2007 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
2008 (mips-irix-tdep.o, solib-irix.o): New rules.
2009 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
2010 solib-irix.o.
2011 * config/mips/irix6.mt (TDEPFILES): Likewise.
2012 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
2013
ab2eaf26
KB
20142002-07-26 Kevin Buettner <kevinb@redhat.com>
2015
177e4768 2016 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
2017 disabled (via ``#if 0'') includes.
2018
7244546a
KB
20192002-07-26 Kevin Buettner <kevinb@redhat.com>
2020
2021 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
2022 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
2023 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
2024 Add support for the fpscr register.
2025 * rs6000-nat.c (regmap, fetch_inferior_registers)
2026 (store_inferior_registers, fetch_core_registers): Likewise.
2027
dd7be90a
KB
20282002-07-26 Kevin Buettner <kevinb@redhat.com>
2029
2030 * rs6000-nat.c (language.h): Include.
2031 (special_regs): Delete this array.
2032 (regmap): New function.
2033 (fetch_register, store_register): Use regmap() to map gdb
2034 register numbers to ptrace register numbers. Also, use
2035 outputs from regmap() to make decisions regarding type of
2036 ptrace() call to make. In particular, don't compare against
2037 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2038 (fetch_inferior_registers, store_inferior_registers): Where
2039 possible, obtain register numbers from tdep struct. Don't
2040 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2041 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2042 (LAST_UISA_SP_REGNUM): Delete.
2043
11bf77db
KB
20442002-07-25 Kevin Buettner <kevinb@redhat.com>
2045
2046 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
2047 (fetch_registers, store_register, fetch_core_registers): Don't
2048 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
2049 regcache_collect() as appropriate.
2050 (find_toc_address): Format hex address with local_hex_string().
2051
06afebeb
AC
20522002-07-25 Andrew Cagney <ac131313@redhat.com>
2053
2054 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2055 bfd/elf32-frv.c.
2056
8c554d79
TT
20572002-07-24 Tom Tromey <tromey@redhat.com>
2058
2059 * jv-exp.y: Marked all strings with _().
2060 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2061 internal_error.
2062 (MethodInvocation, CastExpression, parse_number, yyerror,
2063 java_type_from_name, push_expression_name, yylex): Typo fixes.
2064
e4c242d9
DJ
20652002-07-24 Daniel Jacobowitz <drow@mvista.com>
2066
2067 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2068 (tee_file_flush, tee_file_write, tee_file_fputs)
2069 (tee_file_isatty): New.
2070 * ui-file.h (tee_file_new): Add prototype.
2071
ebf56fd3
AS
20722002-07-24 Aidan Skinner <aidan@velvet.net>
2073
2074 * ada-lang.c: Change k&r style function definitions to prototyped
2075 form.
2076 * ada-typeprint.c: Change k&r style function definitions to prototyped
2077 form.
2078 * ada-valprint.c: Change k&r style function definitions to prototyped
2079 form.
2080
7fb623f7
AC
20812002-07-24 Andrew Cagney <cagney@redhat.com>
2082
2083 * README: Remove reference to remote-bug.
2084 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2085 remote-bug.c.
2086 (m88k-nat.o): Delete rule.
2087 (m88k-tdep.o): Delete rule.
2088 (remote-bug.o): Delete rule.
2089 * MAINTAINERS: Mark as obsolete.
2090 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2091 * m88k-tdep.c: Make file obsolete.
2092 * config/m88k/m88k.mh: Ditto.
2093 * config/m88k/delta88v4.mh: Ditto.
2094 * config/m88k/delta88v4.mt: Ditto.
2095 * config/m88k/delta88.mt: Ditto.
2096 * config/m88k/delta88.mh: Ditto.
2097 * remote-bug.c: Ditto.
2098 * config/m88k/tm-delta88.h: Ditto.
2099 * config/m88k/nm-delta88v4.h: Ditto.
2100 * config/m88k/xm-delta88.h: Ditto.
2101 * config/m88k/xm-dgux.h: Ditto.
2102 * config/m88k/tm-m88k.h: Ditto.
2103 * config/m88k/nm-m88k.h: Ditto.
2104 * config/m88k/tm-delta88v4.h: Ditto.
2105 * m88k-nat.c: Ditto.
2106 * cxux-nat.c: Ditto.
2107 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2108 and m88*-*-* obsolete.
2109 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2110 m88*-*-* obsolete.
2111
37611a2b
AC
21122002-07-24 Andrew Cagney <cagney@redhat.com>
2113
2114 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2115 constant. Same for local pointer variables.
2116 (extract_signed_integer): Ditto.
2117 * defs.h (extract_unsigned_integer): Update.
2118 (extract_signed_integer): Update.
2119
1aaa5f99
AC
21202002-07-24 Andrew Cagney <cagney@redhat.com>
2121
2122 * regcache.c (regcache_raw_write): Change buf parameter to a
2123 constant void pointer.
2124 (regcache_raw_read): Change buf parameter to a void pointer.
2125 (legacy_write_register_gen): Change myaddr parameter a constant
2126 void pointer.
2127 (supply_register): Change val parameter to a const void pointer.
2128 * regcache.h (regcache_raw_write): Update declaration.
2129 (regcache_raw_read): Update declaration.
2130 (supply_register): Update declaration.
2131
b4f5539f
TT
21322002-07-24 Tom Tromey <tromey@redhat.com>
2133
2134 * defs.h (gdb_readline_wrapper): Declare.
2135 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2136 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2137 * top.c (gdb_readline_wrapper): New function.
2138 (command_line_input): Use it.
2139
0818c12a
AC
21402002-07-24 Andrew Cagney <cagney@redhat.com>
2141
2142 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2143 regcache_read and regcache_write.
2144 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2145 * regcache.c: Update.
2146 * sh-tdep.c (sh64_push_arguments): Update comment.
2147 (sh_pseudo_register_read): Update.
2148 (sh_pseudo_register_write): Update.
2149 (sh4_register_read): Update.
2150 (sh4_register_write): Update.
2151 (sh64_pseudo_register_read): Update.
2152 (sh64_pseudo_register_write): Update.
2153 (sh64_register_read): Update.
2154 (sh64_register_write): Update.
2155 * i386-tdep.c (i386_extract_return_value): Update.
2156 (i386_extract_struct_value_address): Update.
2157 (i386_extract_return_value): Update.
2158 * blockframe.c (generic_read_register_dummy): Update.
2159 (generic_call_dummy_register_unwind): Update
2160 * infrun.c (write_inferior_status_register): Update.
2161
f7321c06
JB
21622002-07-23 Jim Blandy <jimb@redhat.com>
2163
2164 * parser-defs.h (expression_context_pc): Make this extern.
2165 (Thanks to Michael Snyder.)
2166
2037aebb
AC
21672002-07-23 Andrew Cagney <ac131313@redhat.com>
2168
2169 GDB 5.2.1 released from 5.2 branch.
2170 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2171 * README: Update to mention 5.2.1.
2172
66504d44
MS
21732002-07-23 Mark Salter <msalter@redhat.com>
2174
2175 * remote.c (remote_read_bytes): Fix check for error.
2176
27bae383
KB
21772002-07-22 Kevin Buettner <kevinb@redhat.com>
2178
2179 * aix-thread.c (language.h): Include.
2180 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2181 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2182 Print newlines at end of debug messages.
2183 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2184 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2185
21862002-07-22 Kevin Buettner <kevinb@redhat.com>
2187
2188 * aix-thread.c (ppc-tdep.h): Include.
2189 (special_register_p): New function.
2190 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2191 (store_regs_user_thread): Use register number information from
2192 gdbarch_tdep struct instead of hardcoded offsets relative to
2193 FIRST_UISA_SP_REGNUM.
2194 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2195 special_register_p() instead of using FPLAST_REGNUM and
2196 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2197 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2198 will be MQ's register number.
2199
22002002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
2201
2202 * aix-thread.c (ops): Rename to aix_thread_ops.
2203 (base_ops): Rename to base_target.
2204 (ops_attach): Rename to aix_thread_attach.
2205 (ops_detach): Rename to aix_thread_detach.
2206 (ops_resume): Rename to aix_thread_detach.
2207 (ops_wait): Rename to aix_thread_wait.
2208 (ops_kill): Rename to aix_thread_kill.
2209 (init_ops): Rename to init_aix_thread_ops.
2210 (ops_fetch_register): Rename to aix_thread_fetch_register.
2211 (ops_store_register): Rename to aix_thread_store_register.
2212 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2213 (ops_thread_alive): Rename to aix_thread_thread_alive.
2214 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2215 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2216 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2217 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2218 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2219 (store_regs_lib): Rename to store_regs_user_thread.
2220 (store_regs_kern): Rename to store_regs_kernel_thread.
2221
27bae383 22222002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
2223
2224 * aix-thread.c (ops_prepare_to_store): Eliminate.
2225 (init_ops): Don't initialize ops.prepare_to_store.
2226 (store_regs_kern): Pre-fetch register buffers from child,
2227 because some registers may not be in the cache. Copy
2228 regs from register cache only if they are cached.
2229 (store_regs_lib): Copy regs from register cache only
2230 if they are cached.
2231 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2232 fill_gprs64): Ditto.
2233
61c5da0b
KB
22342002-07-22 Kevin Buettner <kevinb@redhat.com>
2235
2236 * aix-thread.c (gdb_assert.h): Include.
2237 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2238 register sizes (from register cache) match size of buffer holding
2239 register data.
2240 (fill_sprs32): Change parameter types to match those in the ptrace()
2241 buffer.
2242 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2243 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2244
22452002-07-22 Michael Snyder <msnyder@redhat.com>
2246
2247 * aix-thread.c (supply_sprs64): Cosmetic change.
2248 (supply_sprs32): Cosmetic change.
2249 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2250 (fill_sprs64): Use regcache_collect instead of read_register.
2251 (store_regs_lib): Use regcache_collect instead of
2252 read_register. Use fill_sprs32 instead of fill_sprs64,
2253 if debugging a 32-bit architecture.
2254 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2255 out of the register cache, instead of passing a pointer into
2256 the register cache directly to ptrace. Use regcache_collect
2257 insteaad of read_register.
2258 (ops_prepare_to_store): Use target_read_registers instead
2259 of read_register_bytes.
2260
36479eb1
AS
22612002-07-20 Aidan Skinner <aidan@velvet.net>
2262
2263 * MAINTAINERS: Add self under write after approval.
2264
80ae6ee2
AS
22652002-07-20 Aidan Skinner <aidan@velvet.net>
2266
2267 * ada-tasks.c: Change k&r style function definitions to prototyped
2268 form.
2269
8a8ab2b9
AC
22702002-07-19 Andrew Cagney <ac131313@redhat.com>
2271
2272 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2273 * x86-64-tdep.c: Include "objfiles.h".
2274 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2275 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2276
fb16b900
ML
22772002-07-17 Michal Ludvig <michal@suse.cz>
2278
2279 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2280 (update_context): Initialise cfa variable.
2281
0fe7bf7b
MS
22822002-07-17 Michael Snyder <msnyder@redhat.com>
2283
2284 * aix-thread.c: Shorten some long lines.
2285 Bring comments into line with code spec.
2286
488f131b
JB
22872002-07-18 Joel Brobecker <brobecker@gnat.com>
2288
2289 * infrun.c: Re-indent using gdb_indent.sh.
2290
46c415d2
JB
22912002-07-18 Joel Brobecker <brobecker@gnat.com>
2292
2293 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2294 Leave the indentation temporarily untouched, to minimize the diffs.
2295
cdecafbe
EZ
22962002-07-18 Elena Zannoni <ezannoni@redhat.com>
2297
2298 * stabsread.c: Make os9k sections of the code obsolete,
2299 for real this time.
2300 * stabsread.h: Make os9k sections of the code obsolete.
2301
7b6aa020
ML
23022002-07-18 Michal Ludvig <mludvig@suse.cz>
2303
09ec9b38
ML
2304 * linux-low.c (regsets_store_inferior_registers): Add free()
2305 at the end of a loop to prevent memory leak.
2306 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2307 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
2308 * config/sparc/tm-sp64linux.h: Make the rest of #endif
2309 line a comment.
4894ac5d 2310 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 2311
233282cd
JB
23122002-07-17 Jim Blandy <jimb@redhat.com>
2313
2314 * macrocmd.c (info_macro_command): Remove newline from error
2315 message.
2316
7b6aa020 23172002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
2318
2319 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2320 (sh_gdbarch_init): Use it for sh-dsp.
2321
f7ef9339
KB
23222002-07-16 Kevin Buettner <kevinb@redhat.com>
2323
2324 * dwarf2read.c (read_initial_length): Handle older, non-standard,
2325 64-bit DWARF2 format.
2326
8dd72958
JB
23272002-07-16 Joel Brobecker <brobecker@gnat.com>
2328
2329 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2330 <sys/proc.h> when not available.
2331
a99a9e1b
AC
23322002-07-16 Andrew Cagney <ac131313@redhat.com>
2333
2334 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2335 * stabsread.c: Make os9k sections of the code obsolete.
2336 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2337 * config/i386/i386os9k.mt: Make file obsolete.
2338 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2339 (COMMON_OBS): Remove os9kread.o
2340 (SFILES): Remove os9kread.c.
2341 (os9kread.o, remote-os9k.o): Make target obsolete.
2342 * remote-os9k.c: Make file obsolete.
2343 * os9kread.c: Make file obsolete.
2344 * Makefile.in
2345
7a3085c1
AC
23462002-07-16 Andrew Cagney <ac131313@redhat.com>
2347
2348 * NEWS: Mention that the FR30 has been made obsolete.
2349 * fr30-tdep.c: Make file obsolete.
2350 * config/fr30/tm-fr30.h: Ditto.
2351 * config/fr30/fr30.mt: Ditto.
2352 * configure.tgt: Make fr30-*-elf obsolete.
2353 * MAINTAINERS: Make fr30-elf obsolete.
2354
28a93f5a
PM
23552002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2356
2357 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2358 found is not inside a section.
2359
be006b8b
KB
23602002-07-15 Kevin Buettner <kevinb@redhat.com>
2361
2362 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2363 strerror().
2364 (pdc_realloc): Use xrealloc() instead of realloc().
2365
14fa3751
KB
23662002-07-15 Kevin Buettner <kevinb@redhat.com>
2367
2368 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2369 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2370 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2371 macros.
2372
42cc437f
KB
23732002-07-15 Kevin Buettner <kevinb@redhat.com>
2374
2375 * aix-thread.c (ptrace_check): Eliminate goto.
2376 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2377 problem.
2378
8e2c28d4
KB
23792002-07-15 Kevin Buettner <kevinb@redhat.com>
2380
2381 * aix-thread.c (gdbcmd.h): Include.
2382 (DEBUG, DBG, DBG2, dbg): Eliminate.
2383 (debug_aix_thread): New static global.
2384 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2385 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2386 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2387 invocations to DBG and DBG2 macros to test against
2388 ``debug_aix_thread'' and call fprintf_unfiltered().
2389 (_initialize_aix_thread): Add new command "set debug aix-thread".
2390
30413464
AC
23912002-07-15 Andrew Cagney <ac131313@redhat.com>
2392
2393 From Gerhard Tonn <TON@de.ibm.com>:
2394 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2395 instead of supply_register.
2396
7c43edc1
AC
23972002-07-15 Andrew Cagney <ac131313@redhat.com>
2398
2399 * dwarf2cfi.c: Include "gdb_assert.h".
2400 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2401 non-NULL.
2402 (update_context): Do not use __func__. Add missing ``break''.
2403 (update_context): Do not use __func__.
2404
9364a0ef
EZ
24052002-07-15 Elena Zannoni <ezannoni@redhat.com>
2406
2407 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2408 and its setting. Set gdbarch instruction printing functions
2409 directly. For non-rs6000 case use new function
2410 gdb_print_insn_powerpc.
2411 (gdb_print_insn_powerpc): New function.
2412
3fbeef0b
AC
24132002-07-13 Andrew Cagney <ac131313@redhat.com>
2414
92eb23c5 2415 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
2416 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2417 * configure.tgt: Mark d30v-*-* as obsolete.
2418 * d30v-tdep.c: Mark file as obsolete.
2419 * config/d30v/d30v.mt: Ditto.
2420 * config/d30v/tm-d30v.h: Ditto.
2421
aacb1f0a
AS
24222002-07-13 Aidan Skinner <aidan@velvet.net>
2423
2424 * ada-tasks.c (add_task_entry): replace calls to
2425 malloc() with xmalloc
2426 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2427
2428 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2429 ada_finish_decode_line_1, all_sals_for_line
2430 ada_breakpoint_rewrite): replace calls to free() with xfree()
2431
c11d79f2
KB
24322002-07-12 Kevin Buettner <kevinb@redhat.com>
2433
2434 From Nicholas Duffek (with minor changes by Martin Hunt,
2435 Louis Hamilton, and Kevin Buettner):
2436 * aix-thread.c: New file.
2437
8e19ed76
PS
24382002-07-12 Petr Sorfa <petrs@caldera.com>
2439
2440 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2441 complaint for invalid attribute class or form.
2442 (read_func_scope): DW_AT_frame_base
2443 better handling of DW_AT_block*.
2444 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2445 better handling of DW_AT_block*.
2446 (read_common_block): DW_AT_location
2447 better handling of DW_AT_block*.
2448 (read_partial_die): DW_AT_location better handling
2449 of DW_AT_block*.
2450 (new_symbol): DW_AT_external better handling of
2451 DW_AT_block*. Proper initialization of variable
2452 "addr".
2453 (attr_form_is_block): New function that returns true
2454 if the attribute's form is of DW_FORM_block*.
2455
295401f7
DJ
24562002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2457
2458 * valops.c (find_method_list): Remove comment about
2459 removed STATIC_MEMFUNCP argument.
2460 (value_find_oload_method_list): Likewise.
2461
e42dc924
KB
24622002-07-12 Kevin Buettner <kevinb@redhat.com>
2463
2464 From Nicholas Duffek:
2465 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2466 target_new_objfile_hook.
2467
6904b546
KB
24682002-07-12 Kevin Buettner <kevinb@redhat.com>
2469
2470 From Nicholas Duffek:
2471 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2472 csect.
2473
53fe9346
AC
24742002-07-12 Andrew Cagney <cagney@redhat.com>
2475
2476 * MAINTAINERS: Mention --enable-sim-build-warnings.
2477 (m68hc11-elf): Disable sim build warnings.
2478 (m32r-elf): Mark as broken obsolete candidate.
2479 (x86_64-linux-gnu): Mark as buildable with -Werror.
2480 (arm-elf): Change -w to ``,'' which enables warnings but not
2481 -Werror.
2482
af5f3db6
AC
24832002-07-12 Andrew Cagney <ac131313@redhat.com>
2484
2485 * bcache.h: Update copyright.
2486 (struct bstring, struct bcache): Move definition to "bcache.c".
2487 Replaced by opaque declaration.
2488 (bcache_xfree): Replace free_bcache.
2489 (bcache_xmalloc, bcache_memory_used): Declare.
2490
2491 * bcache.c: Update copyright.
2492 (struct bstring, struct bcache): Moved to here from "bcache.h".
2493 Update comments.
2494 (bcache_xmalloc, bcache_memory_used): New functions.
2495 (bcache_xfree): Replace function free_bcache.
2496
2497 * Makefile.in (objfiles.o): Add $(bcache_h).
2498 (objfiles_h): Remove $(bcache_h).
2499 (symfile.o): Add $(bcache_h).
2500
2501 * symmisc.c: Update copyright.
2502 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2503 (print_objfile_statistics): Use bcache_memory_used.
2504
2505 * symfile.c: Include "bcache.h".
2506 (reread_symbols): Use bcache_xfree.
2507 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2508 (add_psymbol_to_list): Pass psymbol_cache by value.
2509 (add_psymbol_with_dem_name_to_list): Ditto.
2510
2511 * objfiles.h: Update copyright.
2512 (struct bcache): Declare opaque. Do not include "bcache.h".
2513 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2514 bcache'' pointers.
2515 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2516
2517 * objfiles.c: Include "bcache.h". Update copyright.
2518 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2519 macro_cache.
2520 (free_objfile): Use bcache_xfree.
2521
444199e7
GS
25222002-07-11 Grace Sainsbury <graces@redhat.com>
2523
2524 * monitor.c (monitor_fetch_register): Make name a constant.
2525 (monitor_store_register): Same.
2526
261397f8
DJ
25272002-07-11 Daniel Jacobowitz <drow@mvista.com>
2528
2529 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2530 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2531 (finish_block) For non-function blocks, hash the symbol table. For
2532 function blocks, mark the symbol table as unhashed.
2533 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2534 (msymbol_hash_iw): Likewise.
2535 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2536 value.
2537 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2538 (lookup_minimal_symbol): Likewise for both.
2539 * symtab.h (struct block): Add `hashtable' flag. Comment the
2540 hashtable.
2541 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2542 (ALL_BLOCK_SYMBOLS): Update.
2543 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2544 (struct symbol): Add `hash_next' pointer.
2545 * symtab.c (lookup_block_symbol): Search using the hash table when
2546 possible.
2547 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2548 (search_symbols, find_addr_symbol): Likewise.
2549
2550 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2551 (read_dst_symtab): Likewise.
2552 * jv-lang.c (get_java_class_symtab): Likewise.
2553 * mdebugread.c: Include "gdb_assert.h".
2554 (shrink_block): Assert that the block being modified is not hashed.
2555 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2556 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2557 symbols.
2558 (dump_symtab): Recognize hashed blocks.
2559 * printcmd.c (print_frame_args): Assert that function blocks do not
2560 have hashed symbol tables.
2561 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2562 (fill_in_ada_prototype, debug_print_block): Likewise.
2563 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2564
6f0eaa01
CV
25652002-07-11 Corinna Vinschen <vinschen@redhat.com>
2566
2567 * stack.c (print_frame): Use result of frame_address_in_block()
2568 instead of fi->pc when evaluating symbols.
2569 (backtrace_command_1): Ditto.
2570
a208b0cb
AC
25712002-07-11 Andrew Cagney <cagney@redhat.com>
2572
2573 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2574 Make static.
2575
2576 * arm-tdep.c (arm_register_name): Make return type constant.
2577
a6b6b089
AC
25782002-07-10 Andrew Cagney <ac131313@redhat.com>
2579
5ae5f592
AC
2580 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2581 prototype.
2582 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2583 * s390-tdep.c (s390_fp_regnum): Ditto.
2584 (s390_read_fp): Ditto.
2585 (s390_pop_frame): Ditto.
2586 (_initialize_s390_tdep): Ditto.
2587 * remote.c (get_remote_state): Ditto.
2588 * procfs.c (mappingflags): Ditto.
2589 * memattr.c (_initialize_mem): Ditto.
2590 * mcore-tdep.c (mcore_pop_frame): Ditto.
2591 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2592 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2593 * language.c (set_case_str): Ditto.
2594 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2595 * frv-tdep.c (new_variant): Ditto.
2596 (frv_stopped_data_address): Ditto.
2597 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2598 (context_alloc): Ditto.
2599 (frame_state_alloc): Ditto.
2600 (unwind_tmp_obstack_init): Ditto.
2601 (unwind_tmp_obstack_free): Ditto.
2602 (cfi_read_fp): Ditto.
2603 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2604 (cris_pop_frame): Ditto.
2605 * c-lang.c (scanning_macro_expansion): Ditto.
2606 (finished_macro_expansion): Ditto.
2607 (c_preprocess_and_parse): Ditto.
2608 * gdbarch.sh: Ditto.
2609 * gdbarch.h, gdbarch.c: Regenerate.
2610 * config/mn10200/tm-mn10200.h: Adjust indentation.
2611 * target.c: Adjust indentation.
2612 * symtab.h: Adjust indentation.
2613 * stabsread.h: Adjust indentation.
2614 * remote-es.c: Adjust indentation.
2615 * os9kread.c: Adjust indentation.
2616
26172002-07-10 Andrew Cagney <ac131313@redhat.com>
2618
a6b6b089
AC
2619 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2620 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2621
a1789893
GS
26222002-07-10 Grace Sainsbury <graces@redhat.com>
2623
2624 * NEWS: Mention m68k, mcore multi-arching.
2625 * MAINTAINERS: Change status of m68k, mcore to reflect
2626 multi-arching.
2627
02f0d45d
DJ
26282002-07-10 Daniel Jacobowitz <drow@mvista.com>
2629
2630 * valops.c (find_overload_match): Free oload_syms.
2631
f15f768e
JB
26322002-07-09 Joel Brobecker <brobecker@gnat.com>
2633
2634 Define HAVE_SYS_PROC_H if sys/proc.h exists
2635 * configure.in: Add check for sys/proc.h
2636 * config.in: Regenerate.
2637 * configure: Regenerate.
2638
902a7139
GS
26392002-07-09 Grace Sainsbury <graces@redhat.com>
2640
2641 * config/m68k/tm-m68k.h: Remove macros wrapped in
2642 #if !GDB_MULTI_ARCH.
2643
a534e424
AC
26442002-07-08 Andrew Cagney <ac131313@redhat.com>
2645
2646 * config.in, configure: Regenerate.
2647
9b94f7bf
MK
26482002-07-08 Mark Kettenis <kettenis@gnu.org>
2649
2650 * dwarf2cfi.c: Include "gcore.h".
2651 (execute_stack_op): Fix implementation of the
2652 DW_OP_deref and DW_OP_deref_size operators by letting do their
2653 lookup in the target.
2654
1d34db41
MK
26552002-07-07 Mark Kettenis <kettenis@gnu.org>
2656
2657 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2658 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2659 tdep->sc_sp_offset.
2660
79d5b63a
DJ
26612002-07-05 Daniel Jacobowitz <drow@mvista.com>
2662
2663 Fix PR gdb/595, gdb/602
2664 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2665 Don't call value_cast, just read the vtable pointer; update comments
2666 to match.
2667
3bb912e8
GS
26682002-07-05 Grace Sainsbury <graces@redhat.com>
2669
2670 * config/mcore/tm-mcore.h: Remove file.
2671 * config/mcore/mcore.mt: Remove definition of TM_FILE
2672 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2673
ca39387d
MK
26742002-07-05 Mark Kettenis <kettenis@gnu.org>
2675
2676 * i386bsd-tdep.c: Include "gdb_string.h".
2677
efdc1108
GS
26782002-07-04 Grace Sainsbury <graces@redhat.com>
2679
2680 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2681 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2682 mcore-tdep.
2683 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2684 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2685 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2686 (RETVAL_REGNUM): Move macros from tm-mcore.h
2687 (mcore_reg_struct_has_addr): New function.
2688 (mcore_gdbarch_init): Added initializations for the macros removed
2689 from tm-mcore.h.
2690
bb21884d
MK
26912002-07-04 Mark Kettenis <kettenis@gnu.org>
2692
2693 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2694 traditonal string branding within the ELF header.
2695
228c6d41
DJ
26962002-07-04 Daniel Jacobowitz <drow@mvista.com>
2697
2698 * symtab.c (remove_params): New function.
2699 (make_symbol_overload_list): Use it instead of cplus_demangle.
2700 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2701
2404952e
MK
27022002-07-04 Mark Kettenis <kettenis@gnu.org>
2703
e5e4acad
MK
2704 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2705
baadce09
MK
2706 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2707 New variables.
2708 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2709 and tdep->sigtramp_end.
2710 * i386obsd-nat.c: New file.
2711 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2712
2404952e
MK
2713 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2714 Don't call get_current_frame().
2715
9b4f1ba7
PM
27162002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2717
2718 * i386-nat.c (child_post_startup_inferior): New function
2719 calling i386_cleanup_dregs if
2720 I386_USE_GENERIC_WATCHPOINTS is defined.
2721 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2722 conditional to acknowledge that i386-nat.c has its
2723 own child_post_startup_inferior function.
2724
c0d1d883
MK
27252002-07-04 Mark Kettenis <kettenis@gnu.org>
2726
00f8375e
MK
2727 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2728 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2729 instead of MAX_REGISTER_RAW_SIZE.
2730 (i386_extract_return_value, i386_extract_struct_value_address):
2731 Convert to use regcache.
2732 (i386_gdbarch_init): Set max_register_raw_size and
2733 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2734 Set extract_return_value and extract_struct_value_address instead
2735 of their deprecated variants.
2736
c0d1d883
MK
2737 Convert i386 target to generic dummy frames.
2738 * i386-tdep.c: Include "symfile.h".
2739 (i386_frameless_signal_p): Consider a function to be frameless if
2740 the pc points at the first instruction of the function.
2741 (i386_frame_chain): Handle (generic) call dummies.
2742 (i386_frame_saved_pc): Likewise.
2743 (i386_frame_init_saved_regs): Remove code dealing with call
2744 dummies on the stack.
2745 (i386_push_dummy_frame): Removed.
2746 (i386_call_dummy_words): Removed.
2747 (i386_fix_call_dummy): Removed.
2748 (i386_push_return_address): New function.
2749 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2750 parameter, and don't call get_current_frame.
2751 (i386_pop_frame): New function.
2752 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2753 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2754 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2755 call_dummy_length to 0, set call_dummy_words to NULL, set
2756 sizeof_call_dummy_words to 0, set fix_call_dummy to
2757 generic_fix_call_dummy, set pc_in_call_dummy to
2758 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2759 generic_push_dummy_frame, set push_return_address to
2760 i386_push_return_address and set frame_chain_valid to
2761 generic_file_frame_chain_valid.
2762
049ee0e4
AC
27632002-07-03 Andrew Cagney <ac131313@redhat.com>
2764
2765 * gdbarch.sh (struct regcache): Add opaque declaration.
2766 (EXTRACT_RETURN_VALUE): New architecture method.
2767 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2768 * gdbarch.h, gdbarch.c: Regenerate.
2769 * arch-utils.c (legacy_extract_return_value): New function.
2770 * arch-utils.h (legacy_extract_return_value): Declare.
2771 * values.c (value_being_returned): Re-enable code handling
2772 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2773 deprecated_grub_regcache_for_registers call to block handling
2774 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2775 (EXTRACT_RETURN_VALUE): Do not define.
2776
4e0d9804
GS
27772002-07-03 Grace Sainsbury <graces@redhat.com>
2778
2779 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2780 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2781 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2782 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2783 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2784 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2785 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2786 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2787 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2788 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2789 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2790 argument so the function fits the prototype in the architecture
2791 vector.
2792 (mcore_pop_frame): Remove argument so the function fits the
2793 prototype. Use get_current_frame instead of the argument.
2794 (mcore_push_arguments): Change type of struct_return so the
2795 function can be used in the architecture vector.
2796 (mcore_store_struct_return): Add.
2797 (mcore_frame_init_saved_regs): Add.
2798 (mcore_gdbarch_init): Add function calls to replace the macros
2799 removed from tm-mcore.h
2800
36160dc4
AC
28012002-07-03 Andrew Cagney <ac131313@redhat.com>
2802
2803 * infcmd.c (print_return_value): Remove compatibility code calling
2804 deprecated_grub_regcache_for_registers.
2805
2806 * values.c: Include "regcache.h".
2807 (value_being_returned): Update. Use
2808 deprecated_grub_regcache_for_registers to extract the register
2809 buffer address.
2810 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2811 ``struct regcache''.
2812 * Makefile.in (values.o): Add dependency on $(regcache_h).
2813
2814 * inferior.h (run_stack_dummy): Change type of second parameter to
2815 a ``struct regcache''.
2816 * valops.c (hand_function_call): Change type of retbuf to ``struct
2817 regcache''. Allocate using regcache_xmalloc, clean using
2818 make_cleanup_regcache_xfree.
2819 * infcmd.c (run_stack_dummy): Update. Use
2820 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2821
2822 * regcache.c (do_regcache_xfree): New function.
2823 (make_cleanup_regcache_xfree): New function.
2824 * regcache.h (make_cleanup_regcache_xfree): Declare.
2825
e64d9b3d
MH
28262002-07-03 Martin M. Hunt <hunt@redhat.com>
2827
4dd79c29
MH
2828 * event-top.c (command_line_handler): Don't read past
2829 beginning of buffer.
e64d9b3d 2830
4dd79c29
MH
28312002-07-03 Martin M. Hunt <hunt@redhat.com>
2832
e64d9b3d
MH
2833 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2834 struct frame_id.
2835 (varobj_create): Store frame_id for root.
2836 (varobj_gen_name): Use xasprintf.
2837 (varobj_update): Save and restore frame using get_frame_id() and
2838 frame_find_by_id().
2839 (create_child): Use xasprintf.
2840 (new_root_variable): Initialize frame_id.
2841 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2842 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2843 to prevent memory leak.
2844
26e6c56a
AC
28452002-07-03 Andrew Cagney <ac131313@redhat.com>
2846
2847 * valops.c (hand_function_call): Move declaration of retbuf to
2848 start of function, allocate using malloc, add a cleanup but before
2849 the inf_status cleanup, cleanup the buffer. Rename local variable
2850 old_chain to inf_status_cleanup.
2851
f436dd25
MH
28522002-07-03 Martin M. Hunt <hunt@redhat.com>
2853
2854 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2855
2856 * cli/cli-decode.c (cmd_func_p): New function.
2857 (cmd_func): New function.
2858
2859 * command.h: Add cmd_func() and cmd_func_p().
2860
4cfe2084
GS
28612002-07-03 Grace Sainsbury <graces@redhat.com>
2862
2863 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2864 (REGISTER_SIZE): Remove.
2865 (MAX_REGISTER_RAW_SIZE): Remove.
2866 (REGISTER_VIRTUAL_TYPE): Remove.
2867 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2868 (REGISTER_NAME): Remove.
2869 (USE_GENERIC_DUMMY_FRAMES): Remove.
2870 (CALL_DUMMY): Remove.
2871 (CALL_DUMMY_START_OFFSET): Remove.
2872 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2873 (CALL_DUMMY_LOCATION): Remove.
2874 (FIX_CALL_DUMMY): Remove.
2875 (CALL_DUMMY_ADDRESS): Remove.
2876 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2877 (SAVE_DUMMY_FRAME_TOS): Remove.
2878 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2879 (mcore_register_virtual_type): New function.
2880 (mcore_register_byte): New function.
2881 (mcore_register_size): New function.
2882 (mcore_register_name): New function.
2883 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2884 macros removed from tm-mcore.h.
2885 (mcore_dump_tdep): Add.
2886 (_initialize_mcore_tdep): Add gdbarch_register call.
2887
4fd667e9
MK
28882002-07-03 Mark Kettenis <kettenis@gnu.org>
2889
2890 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2891 frameless_look_for_prologue, such that we actually call this
2892 function.
2893
42f99ac2
JB
28942002-07-02 Joel Brobecker <brobecker@gnat.com>
2895
2896 * frame.h (frame_address_in_block): New function.
2897
2898 * blockframe.c (frame_address_in_block): New function extracted
2899 from get_frame_block().
2900 (get_frame_block): Use frame_address_in_block().
2901 (block_innermost_frame): Use frame_address_in_block() to match
2902 the frame pc address against the block boundaries rather than
2903 the frame pc directly. This prevents a failure when a frame pc
2904 is actually a return-address pointing immediately after the end
2905 of the given block.
2906
103a1597 29072002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
2908
2909 * MAINTAINERS: Add self under write after approval.
2910
29112002-07-02 Grace Sainsbury <graces@redhat.com>
2912
103a1597
GS
2913 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2914 used in architecture vector. The default is
2915 m68k_local_breakpoint_from_pc.
2916 (m68k_local_breakpoint_from_pc): Add.
2917 (enum): Add register numbers from tm-m68k.h.
2918 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2919 vector.
2920 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2921 GDB_MULTI_ARCH_PARTIAL.
2922 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2923 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2924 m68k-tdep.c.
2925 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2926 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2927 to enum in m68k-tdep.c
2928
7a5a0534
JB
29292002-07-02 Joel Brobecker <brobecker@gnat.com>
2930
2931 * solib-osf.c (open_map): Compute the list of shared libraries
2932 loaded by the inferior, rather than the list of libraries loaded
2933 by GDB itself. Otherwise, GDB ends up reading the symbols from
2934 the wrong shared libraries...
2935
6f558d74
MK
29362002-07-02 Mark Kettenis <kettenis@gnu.org>
2937
b7d15bf7
MK
2938 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2939 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2940 macros.
2941 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2942 Remove functions.
2943 (FRAMELESS_SIGNAL): Remove function.
2944 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2945 i386_linux_saved_pc_after_call): Removed.
2946 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2947 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2948 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2949
6bff26de
MK
2950 * i386-tdep.c (i386_frameless_signal_p): New function.
2951 (i386_frame_chain): Deal with frameless signals.
2952 (i386_sigtramp_saved_sp): New function.
2953 (i386_frame_saved_pc): Deal with frameless signals.
2954 (i386_saved_pc_after_call): Make sure the correct value is
2955 returned just after entry into a sigtramp.
2956 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2957 i386fbsd4_sc_sp_offset): New variables.
2958 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2959 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2960 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2961 similiar to what we already did for sc_pc_offset.
2962 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2963 tdep->sc_sp_offset.
2964
6f558d74
MK
2965 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2966
145564b7
ML
29672002-07-02 Michal Ludvig <mludvig@suse.cz>
2968
2969 * config/i386/tm-x86-64linux.h: New.
2970 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2971 definitions.
2972 * config/i386/nm-x86-64.h: Rename to ...
2973 * config/i386/nm-x86-64linux.h: ... this one.
2974 * config/i386/x86-64linux.mh: Reflect the above change.
2975
3a1e71e3
MK
29762002-07-01 Mark Kettenis <kettenis@gnu.org>
2977
21d0e8a4
MK
2978 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2979 with sigcontext_addr. Add sc_sp_offset.
2980 (i386bsd_sigtramp_saved_pc): Remove prototype.
2981 (i386bsd_sicontext_addr): Add prototype.
2982 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2983 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2984 (i386_svr4_sigtramp_saved_pc): Removed.
2985 (i386_svr4_sigcontext_addr): New function.
2986 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2987 Initialize tdep->sigcontext_addr instead. Initialize
2988 tdep->sc_pc_offset and tdep->sc_sp_offset.
2989 (i386_gdbarch_init): Likewise.
2990 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2991 any more.
2992 (i386bsd_sigtramp_saved_pc): Remove function.
2993 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2994 Initialize tdep->sigcontext_addr instead. Initialize
2995 tdep->sc_pc_offset.
2996 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2997 of tdep->sigtramp_saved_pc.
2998 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2999 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
3000 instead.
3001
3a1e71e3
MK
3002 * i386-tdep.c (i386_frameless_function_invocation,
3003 i386_frame_num_args, i386_frame_init_saved_regs,
3004 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
3005 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
3006 i386_extract_return_value, i386_store_return_value,
3007 i386_extract_struct_value_address, i386_register_virtual_type,
3008 i386_register_convertible, i386_register_convert_to_virtual,
3009 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
3010 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
3011 static.
3012
52e9098c
MK
30132002-07-01 Mark Kettenis <kettenis@gnu.org>
3014
77b13a25
MK
3015 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
3016
52e9098c
MK
3017 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
3018 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
3019 this macro. Include "value.h".
3020
1b372fff
AS
30212002-06-30 Aidan Skinner <aidan@velvet.net>
3022
3023 * ada-exp.tab.c: remove as it's a generated file
3024 * ada-lex.c: remove as it's a generated file
3025
9c5045b5
MK
30262002-06-30 Mark Kettenis <kettenis@gnu.org>
3027
4a93c5bb
MK
3028 * config/i386/tm-i386.h (struct frame_info, struct
3029 frame_saved_regs, struct value, struct type): Remove forward
3030 declarations.
3031
322d4fe0
MK
3032 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3033 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3034 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3035 (FILL_FPXREGSET): Define.
3036
fdd8263d
MK
3037 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3038
482e577b
MK
3039 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3040 i[3456]86-*-netbsd* case.
3041 * config/i386/tm-obsd.h: Removed.
3042 * config/i386/obsd.mt: Removed.
3043 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3044 core-aout.o.
3045 (MH_CFLAGS): Add -DYYDEBUG=0.
3046
6916549a
MK
3047 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3048 i386nbsd_sc_pc_offset on OpenBSD too.
3049
9c5045b5
MK
3050 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3051 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3052 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3053 define.
3054 * i386bsd-tdep.c: Include "arch-utils.h".
3055 (i386bsd_aout_in_solib_call_trampoline): New function.
3056 (i386bsd_init_abi): Set in_solib_call_trampoline to
3057 i386bsd_aout_in_solib_call_trampoline.
3058 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3059 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3060
aa84d1bb
AC
30612002-06-28 Andrew Cagney <ac131313@redhat.com>
3062
3063 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3064 (struct obstack, struct bcache): Add opaque declarations.
3065 * Makefile.in (macrotab_h): Update
3066
b4d83933
AC
30672002-06-28 Andrew Cagney <ac131313@redhat.com>
3068
3069 * blockframe.c (generic_find_dummy_frame): Change return type to
3070 ``struct regcache''.
3071 (struct dummy_frame): Replace field ``registers'' with regcache, a
3072 struct regcache object.
3073 (generic_find_dummy_frame): Update.
3074 (generic_push_dummy_frame): Update. Use regcache_xfree,
3075 regcache_xmalloc and regcache_cpy.
3076 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3077 regcache_xfree.
3078 (deprecated_generic_find_dummy_frame): Update.
3079 (generic_read_register_dummy): Update. Use
3080 regcache_read_as_address.
3081 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3082 (generic_get_saved_register): Update. Use regcache_read.
3083
08c0b5bc
AC
30842002-06-28 Andrew Cagney <ac131313@redhat.com>
3085
3086 * Makefile.in (objfiles_h): Add $(bcache_h).
3087 * objfiles.h: Include "bcache.h".
3088
3089 * Makefile.in (symtab_h): Remove $(bcache_h).
3090 * symtab.h: Do not include "bcache.h".
3091
1f89801a
AC
30922002-06-28 Andrew Cagney <ac131313@redhat.com>
3093
3094 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3095 generic_func_frame_chain_valid.
3096
b9644b58
DB
30972002-06-28 David O'Brien <obrien@FreeBSD.org>
3098
3099 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3100 * config/i386/tm-fbsd.h: Likewise.
3101
dd486634
AC
31022002-06-28 Andrew Cagney <ac131313@redhat.com>
3103
3104 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3105 generic_unwind_get_saved_register.
3106
0b434a00
AC
31072002-06-27 Andrew Cagney <ac131313@redhat.com>
3108
3109 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3110 * regcache.c (supply_register): Add missing argument to
3111 register_buffer call.
3112
f30e5a77
AC
31132002-06-27 Andrew Cagney <ac131313@redhat.com>
3114
3115 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3116 Solaris /bin/grep does not not like it. From Peter Schauer.
3117
9f064c95
TT
31182002-06-26 Tom Tromey <tromey@redhat.com>
3119
3120 * command.h (add_setshow_cmd): Declare.
3121 (add_setshow_cmd_full): Declare.
3122 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3123 returns void. Use add_setshow_cmd_full.
3124 (add_setshow_cmd_full): New function.
3125 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3126 (add_setshow_boolean_cmd): Likewise.
3127
099c7589
JT
31282002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3129
3130 * config/vax/tm-vax.h: Protect from multiple inclusion.
3131 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3132 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3133 * config/vax/tm-vaxbsd.h: ...here. New file.
3134 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3135
1d049c5e
JT
31362002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3137
3138 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3139 (BELIEVE_PCC_PROMOTION): Remove.
3140 (AP_REGNUM): Move to...
3141 * config/vax/nm-vax.h: ...here.
3142 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3143 (vax_breakpoint_from_pc): New function.
3144 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3145 and gdbarch_believe_pcc_promotion.
3146
4791e091
JT
31472002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3148
3149 * Makefile.in (vax_tdep_h): Define.
3150 (vax-tdep.o): Use $(vax_tdep_h).
3151 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3152 (vax_dump_tdep): New function.
3153 (_initialize_vax_tdep): Register vax_dump_tdep.
3154 * vax-tdep.h: Include osabi.h.
3155 (struct gdbarch_tdep): New.
3156
da130f98
AC
31572002-06-26 Andrew Cagney <cagney@redhat.com>
3158
3159 * frame.h (deprecated_generic_find_dummy_frame): Rename
3160 generic_find_dummy_frame.
3161 * blockframe.c (generic_find_dummy_frame): Make static.
3162 (deprecated_generic_find_dummy_frame): New function.
3163 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3164 generic_find_dummy_frame with deprecated_find_dummy_frame.
3165 (sh64_nofp_frame_init_saved_regs): Ditto.
3166 (sh_fp_frame_init_saved_regs): Ditto.
3167 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3168 (s390_frame_chain): Ditto.
3169 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3170
6300c360
GS
31712002-06-26 Grace Sainsbury <graces@redhat.com>
3172
3173 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3174 gdbarch vector are at the top.
3175 (NUM_REGS): Remove.
3176 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3177 (FRAME_ARGS_ADDRESS): Remove.
3178 (FRAME_LOCALS_ADDRESS): Remove.
3179 (FRAME_NUM_ARGS): Remove.
3180 (FRAME_ARGS_SKIP): Remove.
3181 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3182 (m68k_gdbarch_init): Add gdbarch initializations for macros
3183 undefined in tm-m68k.h
3184
1c617db8
GS
31852002-06-26 Grace Sainsbury <graces@redhat.com>
3186
3187 * monitor.h: Add the function regname to monitor_ops
3188 structure. This way NUM_REGS does not have to be a constant.
3189 * monitor.c (monitor_fetch_register): Added support for regname
3190 function. The function is called if the array regnames is NULL.
3191 (monitor_store_register): Same.
da130f98
AC
3192 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3193 regnames array.
1c617db8
GS
3194 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3195 cpu32bug_cmds.regname to point to new function.
3196 * abug-rom.c (abug_regname): Same as above.
3197 (init_abug_cmds): Same.
3198 * dbug-rom.c (dbug_regname): Same as above.
3199 (init_dbug_cmds): Same.
3200 * remote-est.c (est_regname): Same.
3201 (init_est_cmds): Same.
3202 * rom68k-rom.c (rom68k_regname): Same.
3203 (init_rom68k_cmds): Same.
3204
ea9365bb
TT
32052002-06-25 Tom Tromey <tromey@redhat.com>
3206
3207 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3208
72cec141
AC
32092002-06-25 Andrew Cagney <cagney@redhat.com>
3210
3211 * infrun.c (stop_registers): Change variable's type to ``struct
3212 regcache'''.
3213 (xmalloc_inferior_status): Delete function.
3214 (free_inferior_status): Delete function.
3215 (normal_stop): Use regcache_cpy.
3216 (struct inferior_status): Change type of fields ``stop_registers''
3217 and ``registers'' to ``struct regcache''.
3218 (write_inferior_status_register): Use regcache_write.
3219 (save_inferior_status): Instead of calling
3220 xmalloc_inferior_status, allocate the inf_status buffer directly.
3221 Use regcache_dup_no_passthrough and regcache_dup to save the
3222 buffers.
3223 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3224 Replace the stop_registers regcache instead of overriding it. Use
3225 regcache_xfree. Instead of calling free_inferior_status, xfree
3226 the buffer directly.
3227 (discard_inferior_status): Use regcache_xfree. Instead of calling
3228 free_inferior_status, xfree the buffer directly.
3229 (build_infrun): Use regcache_xmalloc.
3230 (_initialize_infrun): Delete redundant call to build_infrun.
3231
3232 * Makefile.in (infcmd.o): Add $(regcache_h).
3233
3234 * infcmd.c: Include "regcache.h".
3235 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3236 obtain the address of `stop_registers' register buffer.
3237 (print_return_value): Ditto.
3238
3239 * inferior.h (struct regcache): Add opaque declaration.
3240 (stop_registers): Change variable's declared type to ``struct
3241 regcache''.
3242
defc6f8c
TT
32432002-06-24 Tom Tromey <tromey@redhat.com>
3244
c0e624e7
TT
3245 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3246 * target.c (initialize_targets): Fixed typo in
3247 trust-readonly-sections `show' documentation.
3248
defc6f8c
TT
3249 * main.c: Marked all strings with _().
3250
2b236d82
DH
32512002-06-24 Don Howard <dhoward@redhat.com>
3252
3253 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3254 that means max CORE_ADDR+1.
3255 (lookup_mem_region): Ditto.
3256 (mem_info_command): Ditto.
3257
942dc0e9
GS
32582002-06-24 Grace Sainsbury <graces@redhat.com>
3259
3260 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3261 (REGISTER_BYTES_OK): Remove.
3262 (REGISTER_BYTES): Remove.
3263 (STORE_STRUCT_RETURN): Remove.
3264 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3265 (STORE_RETURN_VALUE): Remove.
3266 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3267 (FRAME_CHAIN): Remove.
3268 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3269 (FRAME_SAVED_PC): Remove.
3270 * m68k-tdep.c (m68k_register_bytes_ok):Add.
3271 (m68k_store_struct_return): Add.
3272 (m68k_deprecated_extract_return_value): Add.
3273 (m68k_deprecated_extract_struct_value_address): Add.
3274 (m68k_store_return_value): Add.
3275 (m68k_frame_chain): Add.
3276 (m68k_frameless_function_invocation): Add.
3277 (m68k_frame_saved_pc): Add.
3278 (m68k_gdbarch_init): added set_gdbarch calls for new
3279 functions and deleted macros.
3280
03c30d4d
TT
32812002-06-23 Tom Tromey <tromey@redhat.com>
3282
3283 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3284 (ALLDEPFILES): Likewise.
3285 (udiheaders): Removed.
3286 (udip2soc.o): Likewise.
3287 (udi2go32.o): Likewise.
3288 (udr.o): Likewise.
3289 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3290
37e71372
AC
32912002-06-22 Andrew Cagney <ac131313@redhat.com>
3292
06a6ac57
AC
3293 * infrun.c (_initialize_infrun): Delete unnecessary call to
3294 build_infrun.
3295
37e71372
AC
3296 * regcache.h: Update comments describing the regcache_cpy family
3297 of functions.
3298 (regcache_save, regcache_restore): Delete declaration.
3299 (regcache_save_no_passthrough): Delete declaration.
3300 (regcache_restore_no_passthrough): Delete declaration.
3301 * regcache.c (regcache_save): Delete function.
3302 (regcache_save_no_passthrough): Delete function.
3303 (regcache_restore): Delete function.
3304 (regcache_restore_no_passthrough): Delete function.
3305
78f6d055
AC
33062002-06-21 Andrew Cagney <ac131313@redhat.com>
3307
3308 * config/m68k/tm-m68k.h: Fix typo.
3309 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3310 (m68k_frame_init_saved_regs): Declare.
3311
78b119cb
JB
33122002-06-21 Jim Blandy <jimb@redhat.com>
3313
3314 Remove some vestiges of Harris 88k support.
3315 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3316 register numbering quirk.
3317 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3318 odd symbols occurring in Harris 88k ELF targets.
3319
0fbb3da7
TT
33202002-06-21 Tom Tromey <tromey@redhat.com>
3321
3322 * gdb_locale.h: New file.
3323 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3324 (defs_h): Added gdb_locale.h.
3325 * configure, config.in: Rebuilt.
3326 * configure.in (PACKAGE): Define.
3327 * defs.h: Include gdb_locale.h.
3328 * main.c (captured_main): Call setlocale, bindtextdomain,
3329 textdomain.
3330
456f8b9d
DB
33312002-06-21 Dave Brolley <brolley@redhat.com>
3332
3333 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3334 * config/frv/frv.mt: New file.
3335 * config/frv/tm-frv.h: New file.
3336 * configure.tgt: Support frv-*-*.
3337 * Makefile.in (frv-tdep.o): New target.
3338 * frv-tdep.c: New file.
3339 * NEWS: Mention frv.
3340
cdd463f9
DB
33412002-06-21 Dave Brolley <brolley@redhat.com>
3342
3343 * MAINTAINERS: Add self to "Write After Approval" list.
3344
5d3ed2e3
GS
33452002-06-21 Grace Sainsbury <graces@redhat.com>
3346
3347 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3348 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3349 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3350 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3351 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3352
3353 * m68k-tdep.c: Include arch-utils.h
3354 (m68k_register_raw_size): Add.
3355 (m68k_register_virtual_size): Add.
3356 (m68k_register_virtual_type): Add.
3357 (m68k_register_name): Add.
3358 (m68k_stack_align): Add.
3359 (m68k_register_byte): Add.
3360 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3361 tm-m68k.h.
3362
7f8e7424
GS
33632002-06-21 Grace Sainsbury <graces@redhat.com>
3364
a2c6a6d5 3365 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
3366 m68k_find_saved_regs.
3367 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 3368 references to it with frame->saved_regs.
7f8e7424
GS
3369 (m68k_gdbarch_init): Added function calls to initialize the
3370 gdbarch structure.
a2c6a6d5
GS
3371 (m68k_fix_call_dummy): Add.
3372 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3373 (CALL_DUMMY): Remove.
3374 (CALL_DUMMY_LENGTH): Remove.
3375 (CALL_DUMMY_START_OFFSET): Remove.
3376 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3377 (FIX_CALL_DUMMY): Remove.
3378 (PUSH_DUMMY_FRAME): Remove.
3379 (POP_FRAME): Remove.
7f8e7424 3380
f461f5cf
PM
33812002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3382
3383 * parse.c (parse_fprintf): New function used to avoid calls to
3384 fprintf in bison parser generated debug code.
3385 * parser-defs.h: Declaration of new parse_fprintf function.
3386 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3387 Set YYDEBUG to 1 by default.
3388 Set YYFPRINTF as parse_fprintf.
3389
7f0c12ed
ML
33902002-06-21 Michal Ludvig <mludvig@suse.cz>
3391
3392 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3393 encoding anymore.
3394 (pointer_encoding, enum ptr_encoding): New.
3395 (execute_cfa_program): Take care about pointer encoding.
3396 (dwarf2_build_frame_info): Only call parse_frame_info for
3397 .debug_frame and .eh_frame.
3398 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3399 fixed augmentation handling, added relative addressing,
3400 ignore duplicate FDEs. Added comments.
19d833a2 3401 * dwarf2cfi.c: Reindented.
7f0c12ed 3402
87c4a039
EZ
34032002-06-20 Elena Zannoni <ezannoni@redhat.com>
3404
3405 * event-top.c (command_handler): Don't use space_at_cmd_start
3406 unless there is sbrk() on the host. Assign time and space data
3407 to union fields of the appropriate length.
3408
1cf877ad
ML
34092002-06-20 Michal Ludvig <mludvig@suse.cz>
3410
3411 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3412 x86_64_register_name. Return type changed to 'const char *'.
3413 (x86_64_register_name2nr): Rename to x86_64_register_number.
3414 (x86_64_gdbarch_init): Update to reflect the change.
3415 * x86-64-tdep.h: Ditto.
3416 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3417 (supply_fpregset): Ditto.
3418
3fadccb3
AC
34192002-06-19 Andrew Cagney <cagney@redhat.com>
3420
3421 * regcache.h: Update copyright.
3422 (struct regcache, struct gdbarch): Add opaque declarations.
3423 (current_regcache): Declare global variable.
3424 (regcache_read, regcache_write): Add gdbarch parameter.
3425 (regcache_save, regcache_save_no_passthrough)
3426 (regcache_restore, regcache_restore_no_passthrough)
3427 (regcache_dup, regcache_dup_no_passthrough)
3428 (regcache_cpy, regcache_cpy_no_passthrough)
3429 (deprecated_grub_regcache_for_registers)
3430 (deprecated_grub_regcache_for_register_valid)
3431 (regcache_valid_p): Add function declarations.
3432
3433 * regcache.c: Update copyright.
3434 (regcache_descr_handle): New global variable.
3435 (struct regcache_descr): Define.
3436 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3437 (regcache_descr, xfree_regcache_descr): New functions.
3438 (struct regcache): Define.
3439 (regcache_xmalloc, regcache_xfree): New functions.
3440 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3441 (regcache_dup, regcache_dup_no_passthrough): New functions.
3442 (regcache_valid_p, regcache_read_as_address): New functions.
3443 (deprecated_grub_regcache_for_registers): New function.
3444 (deprecated_grub_regcache_for_register_valid): New function.
3445 (current_regcache): New global variable.
3446 (register_buffer): Add regcache parameter. Update calls.
3447 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3448 (read_register_gen, write_register_gen): Update register_buffer
3449 call. Test for legacy_p instead of gdbarch_register_read_p or
3450 gdbarch_register_write_p.
3451 (regcache_collect): Update register_buffer call.
3452 (build_regcache): Rewrite. Use deprecated grub functions.
3453 (regcache_save, regcache_save_no_passthrough): New functions.
3454 (regcache_restore, regcache_restore_no_passthrough): New
3455 functions.
3456 (_initialize_regcache): Create the regcache_data_handle. Swap
3457 current_regcache global variable.
3458
3459 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3460 parameter to regcache_read and regcache_write calls.
3461 (sh4_register_read): Ditto.
3462 (sh64_pseudo_register_read): Ditto.
3463 (sh64_register_read): Ditto.
3464 (sh_pseudo_register_write): Ditto.
3465 (sh4_register_write): Ditto.
3466 (sh64_pseudo_register_write): Ditto.
3467 (sh64_register_write): Ditto.
3468
3469 * defs.h (XCALLOC): Define.
3470
152d9db6
GS
34712002-06-19 Grace Sainsbury <graces@redhat.com>
3472
3473 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3474 * m68k-tdep.c (m68k_gdbarch_init): Added.
3475 (m68k_dump_tdep): Added.
3476
170911c7
DJ
34772002-06-19 Daniel Jacobowitz <drow@mvista.com>
3478
3479 * ada-lang.c (fill_in_ada_prototype): Update comment.
3480
2e4ebe70
DJ
34812002-06-19 Daniel Jacobowitz <drow@mvista.com>
3482
3483 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3484 MIPS_ABI_LAST.
3485 (mips_abi_string, mips_abi_strings): New.
3486 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3487 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3488 tdep->mips_abi_string. Honor mips_abi_string. Default to
3489 O32 if no ABI is found.
3490 (mips_dump_tdep): Use mips_abi_strings.
3491 (mips_abi_update): New function.
3492 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3493 ``set mips abi'' and ``show mips abi''. Check the size of
3494 mips_abi_strings.
3495
16775908
AC
34962002-06-19 Andrew Cagney <cagney@redhat.com>
3497
3498 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3499 constant.
3500
5051bfa4 35012002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 3502
5051bfa4
JB
3503 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3504 current frame using only the first stack size adjustment. All
3505 subsequent size adjustments are not considered to be part of
3506 the "static" part of the current frame.
3507 Compute the address of the saved registers relative to the
3508 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3509 in use in this frame.
3510
56468235
DH
35112002-06-18 Don Howard <dhoward@redhat.com>
3512
3513 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3514 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3515 suggesting this solution.
3516
0b624158
AC
35172002-06-18 Andrew Cagney <ac131313@redhat.com>
3518
3519 * config/romp/xm-rtbsd.h: Delete file.
3520 * config/romp/rtbsd.mh: Delete file.
3521
221ea385
KS
35222002-06-18 Keith Seitz <keiths@redhat.com>
3523
3524 * breakpoint.c (condition_command): Post breakpoint_modify
3525 when a condition is added to an existing breakpoint.
3526 (commands_command): Likewise for commands.
3527 (set_ignore_count): Likewise for ignore counts.
3528 If no tty, do not simply return, still need to send event
3529 notification.
3530 (ignore_command): Only print a newline if the command came
3531 from a tty.
3532 Don't call breakpoints_changed, since this is now properly
3533 handled by set_ignore_count.
3534
5402eed1
AC
35352002-06-18 Andrew Cagney <cagney@redhat.com>
3536
3537 * MAINTAINERS: Note that cris-elf target can be compiled with
3538 -Werror.
3539 * cris-tdep.c (cris_register_name): Make return type constant.
3540 (cris_breakpoint_from_pc): Ditto.
3541
cc22880b
ML
35422002-06-18 Michal Ludvig <mludvig@suse.cz>
3543
3544 * frame.h (struct frame_info): Change type of context to
3545 'struct context'.
3546
fa88f677
AC
35472002-06-17 Andrew Cagney <cagney@redhat.com>
3548
3549 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3550 pointer.
3551 * gdbarch.h, gdbarch.c: Regenerate.
3552 * config/mips/tm-mips.h (mips_register_name): Update.
3553 * i386-tdep.h (i386_register_name): Update.
3554 * mips-tdep.c (mips_register_name): Update
3555 * alpha-tdep.c (alpha_register_name): Update.
3556 * arch-utils.c (legacy_register_name): Update.
3557 * arch-utils.h (legacy_register_name): Update.
3558 * avr-tdep.c (avr_register_name): Update.
3559 * ia64-tdep.c (ia64_register_name): Update.
3560 * i386-tdep.c (i386_register_name): Update.
3561 * sparc-tdep.c (sparc32_register_name): Update.
3562 (sparc64_register_name): Update.
3563 (sparclite_register_name): Update.
3564 (sparclet_register_name): Update.
3565 * sh-tdep.c (sh_generic_register_name): Update.
3566 (sh_sh_register_name): Update.
3567 (sh_sh3_register_name): Update.
3568 (sh_sh3e_register_name): Update.
3569 (sh_sh_dsp_register_name): Update.
3570 (sh_sh3_dsp_register_name): Update.
3571 (sh_sh4_register_name): Update.
3572 (sh_sh64_register_name): Update.
3573 * s390-tdep.c (s390_register_name): Update.
3574 * rs6000-tdep.c (rs6000_register_name): Update.
3575 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3576 (ns32k_register_name_32382): Update.
3577 * d10v-tdep.c (d10v_ts2_register_name): Update.
3578 (d10v_ts3_register_name): Update.
3579 * xstormy16-tdep.c (xstormy16_register_name): Update.
3580 * vax-tdep.c (vax_register_name): Update.
3581 * v850-tdep.c (v850_register_name): Update.
3582 * m68hc11-tdep.c (m68hc11_register_name): Update.
3583 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3584 (am33_register_name): Update.
3585
ea1e7ef6
GS
35862002-06-17 Grace Sainsbury <graces@redhat.com>
3587
3588 * m68k-tdep.c: Reindented.
3589
9b02dd1b
AC
35902002-06-17 Andrew Cagney <ac131313@redhat.com>
3591
3592 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3593 list of predefined types.
3594
8758dec1
MK
35952002-06-16 Mark Kettenis <kettenis@gnu.org>
3596
b6197528
MK
3597 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3598 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3599 REGISTER_CONVERT_TO_RAW): Remove defines.
3600 (i386_register_virtual_type, i386_register_convertible,
3601 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3602 Remove prototypes.
3603 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3604 macros mentioned above.
3605
82b47e62
MK
3606 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3607 (i386lynx_saved_pc_after_call): Remove prototype.
3608 * i386ly-tdep.c: Include "i386-tdep.h".
3609 (i386lynx_saved_pc_after_call): Make static. Use
3610 read_memory_nobpt instead of read_memory. Use
3611 read_memory_unsigned_integer instead of read_memory_integer.
3612 (i386lynx_init_abi): New function.
3613 (i386lynx_coff_osabi_sniffer): New function.
3614 (_initialize_i386bsd_tdep): New function.
3615
8758dec1
MK
3616 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3617 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3618 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3619 (i386_fix_call_dummy): Remove prototype.
3620 * i386-tdep.c (i386_call_dummy_words): New variable.
3621 (i386_gdbarch_init): Adjust for removal of the
3622 macros mentioned above.
3623
e9e68a56
AC
36242002-06-15 Andrew Cagney <ac131313@redhat.com>
3625
3626 * command.h (add_setshow_auto_boolean_cmd): Replace
3627 add_set_auto_boolean_cmd.
3628 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3629 add_set_auto_boolean_cmd.
3630 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3631 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3632 mask-address'' command.
3633 (show_mask_address): Add cmd parameter.
3634 * remote.c (add_packet_config_cmd): Update. Change type of
3635 set_func and show_func to cmd_sfunc_ftype.
3636 (_initialize_remote): Update `set remote Z-packet'
3637 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3638 (show_remote_protocol_e_packet_cmd): Ditto.
3639 (show_remote_protocol_E_packet_cmd): Ditto.
3640 (show_remote_protocol_P_packet_cmd): Ditto.
3641 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3642 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3643 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3644 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3645 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3646 (show_remote_protocol_Z_packet_cmd): Ditto.
3647 (show_remote_protocol_binary_download_cmd): Ditto.
3648 (show_remote_cmd): Pass NULL to all of above.
3649
fc08ec52
MK
36502002-06-15 Mark Kettenis <kettenis@gnu.org>
3651
3652 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3653 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3654 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3655 POP_FRAME): Remove defines.
3656 (i386_push_arguments, i386_store_struct_return,
3657 i386_extract_return_value, i386_store_return_value,
3658 i386_extract_struct_value_address, i386_push_dummy_frame,
3659 i386_pop_frame): Renove prototypes.
3660 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3661 macros mentioned above.
3662
e707bbc2
AC
36632002-06-15 Andrew Cagney <ac131313@redhat.com>
3664
3665 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3666 add_set_boolean_cmd.
3667 (add_setshow_cmd): New function.
3668 * command.h (add_setshow_boolean_cmd): Replace
3669 add_set_boolean_cmd.
3670 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3671 and ``set rdiromatzero''.
3672 * maint.c (_initialize_maint_cmds): Update commented out code.
3673 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3674 * target.c (initialize_targets): Update `set
3675 trust-readonly-sections'.
3676 * remote.c (_initialize_remote): Update `set remotebreak'.
3677
42fdc8df
MK
36782002-06-15 Mark Kettenis <kettenis@gnu.org>
3679
93924b6b
MK
3680 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3681 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3682 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3683 fit into multi-arch framework.
3684 (i386_breakpoint_from_pc): New function.
3685 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3686 above.
3687
42fdc8df
MK
3688 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3689 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3690 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3691 (i386_frameless_function_invocation, i386_frame_num_args,
3692 i386_frame_init_saved_regs): Remove prototypes.
3693 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3694 macros mentioned above.
3695
9773a94b
AC
36962002-06-15 Andrew Cagney <ac131313@redhat.com>
3697
3698 * cli/cli-decode.c (set_cmd_cfunc): Update.
3699 (set_cmd_sfunc): Update.
3700 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3701 (set_cmd_sfunc, set_cmd_cfunc): Update.
3702 * cli/cli-decode.h: Update.
3703
6e157172
MK
37042002-06-15 Mark Kettenis <kettenis@gnu.org>
3705
3706 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3707 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3708
7f19b9a2
AC
37092002-06-15 Andrew Cagney <ac131313@redhat.com>
3710
3711 * defs.h (auto_boolean): Declare enum.
3712 * command.h (cmd_auto_boolean): Delete enum.
3713 * mips-tdep.c (mask_address_var): Update.
3714 (mips_mask_address_p): Update.
3715 (show_mask_address): Update.
3716 * remote.c (struct packet_config): Update.
3717 (update_packet_config): Update.
3718 (show_packet_config_cmd): Update.
3719 (packet_ok): Update.
3720 (add_packet_config_cmd): Update.
3721 (_initialize_remote):
3722 * command.h: Update.
3723 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3724 (do_setshow_command): Update.
3725 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3726 * cli/cli-decode.h: Update.
3727
1cf88de5
MK
37282002-06-15 Mark Kettenis <kettenis@gnu.org>
3729
22ba8cf2
MK
3730 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3731 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3732 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3733 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3734 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3735 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3736
762c5349
MK
3737 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3738 list of DJGPP COFF targets.
3739
091198bb
MK
3740 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3741 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3742 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3743 (FP0_REGNUM): Remove define.
3744 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3745 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3746 (i386_register_virtual_size): Remove protoype.
3747 * i386-tdep.c (i386_register_virtual_size): Removed.
3748 (i386_extract_return_value, i386_store_return_value): Use
3749 FP0_REGNUM instead of NUM_FREGS to determine whether the
3750 floating-point registers are available.
3751 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3752 Adjust for removal of macros mentioned above.
3753
37542002-06-15 Mark Kettenis <kettenis@gnu.org>
3755
fcc9bf01
MK
3756 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3757 comments.
3758 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3759 Remove prototypes.
3760 (supply_gregset, fill_gregset): Remove use of register keyword and
3761 remove declaration for regmap. Use I386_NUM_GREGS instead of
3762 NUM_REGS and NUM_FREGS.
3763 (FPREGSET_FSAVE_OFFSET): Remove.
3764 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3765 NUM_FREGS to determine whether the floating-point registers are
3766 available.
3767
65e78234
MK
3768 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3769 gnu_store_registers): Replace usage of NUM_GREGS with
3770 I386_NUM_GREGS.
3771
98df6387
MK
3772 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3773 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3774 usage of NUM_GREGS with I386_NUM_GREGS.
3775
099a9414
MK
3776 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3777
57976e88
MK
3778 * i386bsd-nat.c: Include "i386-tdep.h".
3779 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3780 I386_NUM_GREGS.
3781
b335f4a6
MK
3782 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3783 and associated comment. They no longer make any sense, since we
3784 don't use this file anymore on Linux.
3785
1cf88de5
MK
3786 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3787 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3788 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3789 elements in these arrays.
3790 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3791 MAX_NUM_REGS.
3792
daa66587
MK
37932002-06-15 Mark Kettenis <kettenis@gnu.org>
3794
3795 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3796 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3797
26e9b323
AC
37982002-06-14 Andrew Cagney <cagney@redhat.com>
3799
3800 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3801 EXTRACT_RETURN_VALUE.
3802 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3803 EXTRACT_STRUCT_VALUE_ADDRESS.
3804 * gdbarch.h, gdbarch.c: Regenerate.
3805
3806 * values.c (value_being_returned): Handle
3807 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3808 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3809
3810 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3811 * arm-tdep.c (arm_gdbarch_init): Update.
3812 * avr-tdep.c (avr_gdbarch_init): Update.
3813 * cris-tdep.c (cris_gdbarch_init): Update.
3814 * d10v-tdep.c (d10v_gdbarch_init): Update.
3815 * ia64-tdep.c (ia64_gdbarch_init): Update.
3816 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3817 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3818 * s390-tdep.c (s390_gdbarch_init): Update.
3819 * sh-tdep.c (sh_gdbarch_init): Update.
3820 * s390-tdep.c (s390_gdbarch_init): Update.
3821 * sparc-tdep.c (sparc_gdbarch_init): Update.
3822 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3823 * v850-tdep.c (v850_gdbarch_init): Update.
3824 * vax-tdep.c (vax_gdbarch_init): Update.
3825 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3826 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3827
3828 * config/arc/tm-arc.h: Update.
3829 * config/d30v/tm-d30v.h: Update.
3830 * config/fr30/tm-fr30.h: Update.
3831 * config/h8300/tm-h8300.h: Update.
3832 * config/h8500/tm-h8500.h: Update.
3833 * config/i386/tm-i386.h: Update.
3834 * config/i386/tm-ptx.h: Update.
3835 * config/i386/tm-symmetry.h: Update.
3836 * config/i960/tm-i960.h: Update.
3837 * config/m32r/tm-m32r.h: Update.
3838 * config/m68k/tm-delta68.h: Update.
3839 * config/m68k/tm-linux.h: Update.
3840 * config/m68k/tm-m68k.h: Update.
3841 * config/m88k/tm-m88k.h: Update.
3842 * config/mcore/tm-mcore.h: Update.
3843 * config/mips/tm-mips.h: Update.
3844 * config/mn10200/tm-mn10200.h: Update.
3845 * config/pa/tm-hppa.h: Update.
3846 * config/pa/tm-hppa64.h: Update.
3847 * config/sparc/tm-sp64.h: Update.
3848 * config/sparc/tm-sparc.h: Update.
3849 * config/sparc/tm-sparclet.h: Update.
3850 * config/z8k/tm-z8k.h: Update.
3851
5179e78f
AC
38522002-06-14 Andrew Cagney <cagney@redhat.com>
3853
3854 * Makefile.in (i386_linux_tdep_h): Define.
3855 (i386_tdep_h, i387_tdep_h): Define.
3856 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3857 $(i386_tdep_h) and $(i387_tdep_h).
3858 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3859
8201327c
MK
38602002-06-14 Mark Kettenis <kettenis@gnu.org>
3861
edf393ac
MK
3862 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3863 Already covered by the default.
3864
896fb97d
MK
3865 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3866 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3867 (i386_gdbarch_init): Initialize long_double_format and long_double
3868 bit.
3869
8201327c
MK
3870 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3871 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3872 Move these to ...
3873 * config/i386/i386sol2.mh: ... here.
3874 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3875 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3876 (SIGCONTEXT_PC_OFFSET): Remove define.
3877 (IN_SIGTRAMP): Remove define.
3878 * i386-sol2-tdep.c: New file.
3879
3880 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3881 * config/i386/tm-i386nw.h: Removed.
3882
3883 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3884 USE_STRUCT_CONVENTION): Remove defines.
3885 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3886 (get_longjmp_target): Remove prototype.
3887 (IN_SIGTRAMP): Remove define.
3888 (i386bsd_in_sigtramp): Remove prototype.
3889 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3890 function. Update comment accordingly
3891 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3892 (FRAME_SAVED_PC): Remove define.
3893 (i386bsd_frame_saved_pc): Remove prototype.
3894 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3895 GET_LONGJMP_TARGET): Remove defines.
3896 (get_longjmp_target): Remove prototype.
3897 (IN_SIGTRAMP): Remove define.
3898 (i386bsd_in_sigtramp): Remove prototype.
3899 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3900 function. Update comment accordingly
3901 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3902 (FRAME_SAVED_PC): Remove define.
3903 (i386bsd_frame_saved_pc): Remove prototype.
3904 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3905 Remove prototype.
3906 (USE_STRUCT_CONVENTION): Remove prototype.
3907 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3908 declaration.
3909 (_initialize_i386bsd_nat): Revise logic to determine some
3910 constants at compile time when compiling a native GDB. Warn if
3911 things don't match up with what we expect.
3912 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3913 Remove variables.
3914 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3915 to use date stored in `struct gdbarch_tdep'.
3916 (i386bsd_sigcontext_offset): Remove varaible.
3917 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3918 stored in `struct gdbarch_tdep'.
3919 (i386bsd_frame_saved_pc): Make static.
3920 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3921 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3922 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3923 i386fbsd4_sc_pc_offset): New variables.
3924 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3925 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3926 functions.
3927 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3928 functions.
3929 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3930 Modify the value of i386fbsd_sigtramp_start and
3931 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3932 i386fbsd_sigtramp_end.
3933 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3934 function.
3935
3936 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3937 define to i386-linux-tdep.h.
3938 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3939 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3940 defines.
3941 (i386_linux_register_name, i386_linux_register_byte,
3942 i386_linux_register_raw_size): Remove prototypes.
3943 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3944 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3945 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3946 TARGET_WRITE_PC): Remove defines.
3947 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3948 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3949 i386_linux_write_pc): Remove prototypes.
3950 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3951 (get_longjmp_target): Remove prototype.
3952 * i386-linux-tdep.h: New file.
3953 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3954 * i386-linux-tdep.c: Include "i386-tdep.h" and
3955 "i386-linux-tdep.h".
3956 (i386_linux_register_name, i386_linux_register_byte,
3957 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3958 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3959 Make static.
3960 (i386_linux_init_abi): New function.
3961 (_initialize_i386_linux_tdep): New function.
3962
3963 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3964 (i386_saved_pc_after_call): Remove prototype.
3965 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3966 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3967 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3968 (i386_register_name, i386_stab_reg_to_regnum,
3969 i386_dwarf_reg_to_regnum): Remove prototypes.
3970 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3971 SIZEOF_SSE_REGS): Remove defines.
3972 (REGISTER_BYTES): Remove define.
3973 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3974 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3975 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3976 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3977 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3978 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3979 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3980 (get_longjmp_target): Remove prototype.
3981 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3982 (sigtramp_saved_pc): Remove define.
3983 (i386v4_sigtramp_saved_pc): Remove prototype.
3984 * config/i386/tm-go32.h (FRAME_CHAIN,
3985 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3986 (i386go32_frame_saved_pc): Remove prototype.
3987 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3988 (get_longjmp_target): Remove prototype.
3989 * i386-tdep.h: Include "osabi.h".
3990 (enum i386_abi): Removed.
3991 (enum struct_return): New enum.
3992 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3993 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3994 sc_pc_offset members.
3995 (i386_gdbarch_register_os_abi): Remove prototype.
3996 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3997 I386_SSE_NUM_REGS): New defines.
3998 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3999 I386_SSE_SIZEOF_REGS): New defines.
4000 (i386_register_name, i386_register_byte, i386_register_raw_size):
4001 New prototypes.
4002 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
4003 (i386bsd_sigtramp_saved_pc): New prototype.
4004 * i386-tdep.c: Don't include "elf-bfd.h".
4005 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
4006 i386_frame_chain, i386_saved_pc_after_call): Make static.
4007 (i386_frame_saved_pc): Rewrite to call architecture dependent
4008 function to deal with signal handlers. Make static.
4009 (i386go32_frame_saved_pc): Removed.
4010 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
4011 Removed.
4012 (i386_get_longjmp_target): New function.
4013 (default_struct_convention, pcc_struct_convention,
4014 reg_struct_convention, valid_conventions, struct_convention): New
4015 variables.
4016 (i386_use_struct_convention): New function.
4017 (i386v4_sigtramp_saved_pc): Renamed to
4018 i386_svr4_sigtramp_saved_pc. Made static. Moved.
4019 (i386_pc_in_sigtramp): New function.
4020 (i386_abi_names): Removed.
4021 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
4022 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
4023 Removed.
4024 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
4025 i386_gdbarch_register_os_abi): Removed.
4026 (struct i386_abi_handler): Removed.
4027 (i386_abi_handler_list): Removed.
4028 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
4029 functions.
4030 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4031 i386_nw_init_abi): New functions.
4032 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4033 Use set_gdbarch_xxx() calls instead of relying on macros for a
4034 number of calls.
4035 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4036 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4037 Register the various architecture variants defined in this file.
4038
ad2f7632
DJ
40392002-06-14 Daniel Jacobowitz <drow@mvista.com>
4040
4041 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4042 (struct main_type): Remove arg_types member. Update comments for
4043 struct field.
4044 (TYPE_ARG_TYPES): Remove.
4045 (TYPE_FN_FIELD_ARGS): Update.
4046 (smash_to_method_type): Update prototype.
4047
4048 * c-typeprint.c (cp_type_print_method_args): Take method type
4049 instead of argument list. Use new argument layout. Simplify.
4050 (c_type_print_args): Use new argument layout. Simplify.
4051 (c_type_print_base): Update call to cp_type_print_method_args.
4052 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4053 argument; use die->type instead. Update call to
4054 smash_to_method_type.
4055 (read_structure_scope): Update call to dwarf2_add_member_fn.
4056 * gdbtypes.c (allocate_stub_method): Update comment.
4057 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4058 Use new argument layout.
4059 (check_stub_method): Use new argument layout. Don't count
4060 void as an argument.
4061 (print_arg_types): Update comments. Use new argument layout.
4062 (recursive_dump_type): Don't print arg_types member.
4063 * hpread.c (hpread_read_struct_type): Use new argument layout.
4064 (fixup_class_method_type): Likewise.
4065 (hpread_type_lookup): Likewise.
4066 * stabsread.c (read_type): Update calls to read_args and
4067 smash_to_method_type.
4068 (read_args): Use new argument layout. Simplify.
4069 * valops.c (typecmp): Use new argument layout. Update parameters
4070 and comments. Simplify.
4071 (hand_function_call): Use new argument layout.
4072 (search_struct_method): Update call to typecmp.
4073 (find_overload_match): Use new argument layout.
4074
6da02953
DJ
40752002-06-13 Daniel Jacobowitz <drow@mvista.com>
4076
4077 * NEWS: Mention multithreaded debug support for gdbserver.
4078
519b2366
DJ
40792002-06-13 Daniel Jacobowitz <drow@mvista.com>
4080
4081 * MAINTAINERS: Mention NEWS.
4082
6c0d6680
DJ
40832002-06-13 Daniel Jacobowitz <drow@mvista.com>
4084
4085 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4086 (struct mips_objfile_private, compare_pdr_entries): New.
4087 (non_heuristic_proc_desc): Read the ".pdr" section if it
4088 is present.
4089
6529d2dd
AC
40902002-06-12 Andrew Cagney <ac131313@redhat.com>
4091
4092 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4093 (arm_debug): New static variable.
4094 (_initialize_arm_tdep): Add ``set debug arm'' command.
4095
26216b98
AC
40962002-06-12 Andrew Cagney <ac131313@redhat.com>
4097
4098 * Makefile.in (sim_arm_h): Define.
4099 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4100 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4101 (arm_register_sim_regno): New function, map an internal REGNUM
4102 onto a simulator register number.
4103 (arm_gdbarch_init): Set register_sim_regno.
4104
814b3ba0
AH
41052002-06-09 Aldy Hernandez <aldyh@redhat.com>
4106
4107 * MAINTAINERS: Add self.
4108
475b0867
JB
41092002-06-11 Jim Blandy <jimb@redhat.com>
4110
919d772c
JB
4111 * source.c (source_info): Mention whether the symtab has
4112 information about preprocessor macros.
4113
475b0867
JB
4114 Call the command `info macro', not `show macro'.
4115 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4116 Fix error message.
4117 (_initialize_macrocmd): Register `info_macro_command' in
4118 `infolist', not `showlist'.
4119
9e364162
DJ
41202002-06-11 Daniel Jacobowitz <drow@mvista.com>
4121
4122 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4123 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4124 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4125 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4126 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4127 unconditionally.
4128 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4129 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4130 (_initialize_mips_tdep): Remove dead code.
4131 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4132 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4133 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4134 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4135 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4136 MIPS_LAST_FP_ARG_REGNUM): Remove.
4137
23aa4c72
ML
41382002-06-11 Michal Ludvig <mludvig@suse.cz>
4139
4140 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4141 (unwind_tmp_obstack_free, parse_frame_info)
4142 (update_context, cfi_read_fp, cfi_write_fp)
4143 (cfi_frame_chain, cfi_init_extra_frame_info)
4144 (cfi_virtual_frame_pointer): Use the above function.
264d1763 4145 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 4146
70eb15a4
CV
41472002-06-11 Corinna Vinschen <vinschen@redhat.com>
4148
4149 * v850-tdep.c (v850_type_is_scalar): New function.
4150 (v850_use_struct_convention): Match current gcc implementation
4151 as close as possible.
4152 (v850_push_arguments): Fix stack_offset handling. Don't write
4153 struct_addr into register. This is done by v850_store_struct_return.
4154 (v850_extract_return_value): Care for structs.
4155 (v850_store_return_value): Ditto.
4156 (v850_store_struct_return): Actually write address.
4157
482a4d06
ML
41582002-06-11 Michal Ludvig <mludvig@suse.cz>
4159
4160 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4161 without debug information too.
4162
d855c300
AC
41632002-06-10 Andrew Cagney <ac131313@redhat.com>
4164
4165 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4166 Make multi-arch pure.
4167 * gdbarch.h, gdbarch.c: Re-generate.
4168 * arm-tdep.c (arm_print_float_info): Update.
4169 * arch-utils.h (default_print_float_info): Update.
4170 * arch-utils.c (default_print_float_info): Update.
4171 * infcmd.c (float_info): Update call.
4172
dd12a101
AC
41732002-06-10 Andrew Cagney <ac131313@redhat.com>
4174
4175 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4176 the front of the initialize list.
4177
101dcfbe
AC
41782002-06-10 Andrew Cagney <ac131313@redhat.com>
4179
4180 * infrun.c (struct inferior_status): Replace fields
4181 selected_frame_address and selected_level with field
4182 selected_frame_id.
4183 (save_inferior_status): Update. Use get_frame_id.
4184 (struct restore_selected_frame_args): Delete.
4185 (restore_selected_frame): Update. Use frame_find_by_id.
4186 (restore_inferior_status): Update.
4187
4188 * breakpoint.h (struct breakpoint): Change type of
4189 watchpoint_frame to frame_id.
4190 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4191 call to get_current_frame.
4192 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4193 get_current_frame.
4194 (watchpoint_check): Use frame_find_by_id.
4195
4196 * frame.h (record_selected_frame): Delete declaration.
4197 * stack.c (record_selected_frame): Delete function.
4198
4199 * frame.h (struct frame_id): Define.
4200 (get_frame_id): Declare.
4201 (frame_find_by_id): Declare.
4202 * frame.c (frame_find_by_id): New function.
4203 (get_frame_id): New function.
4204
304270b6
AV
42052002-06-10 Andrey Volkov <avolkov@transas.com>
4206
4207 * ser-e7kpc.c: Fix duplicated define and call of
4208 _initialize_ser_e7000pc
4209
2f2cf184
DJ
42102002-06-09 Daniel Jacobowitz <drow@mvista.com>
4211
4212 * signals/signals.c (target_signal_from_host): Fix #ifdef
4213 SIGRTMIN case.
4214 (do_target_signal_to_host): Likewise.
4215
caaa3122
DJ
42162002-06-09 Daniel Jacobowitz <drow@mvista.com>
4217
4218 * mips-tdep.c (mips_find_abi_section): New function.
4219 (mips_gdbarch_init): Call it.
4220
6ac5df3a
MK
42212002-06-09 Mark Kettenis <kettenis@gnu.org>
4222
4223 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4224 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4225 after Andrew's 2002-06-08 gdbarch change.
4226
82ea117a
MK
42272002-06-09 Mark Kettenis <kettenis@gnu.org>
4228
4229 * i386-linux-nat.c (suppy_gregset): Don't supply
4230 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4231 register cache.
4232 (fill_gregset): Don't fetch it under the same circumstances.
4233
3c25f8c7
AC
42342002-06-09 Andrew Cagney <cagney@redhat.com>
4235
4236 * Makefile.in (callback_h): Define.
4237 (remote_sim_h): Update path to remote-sim.h.
4238 (remote-rdp.o): Add $(callback_h).
4239 (remote-sim.o): Use $(callback_h).
4240 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4241 * remote-rdp.c: Include "gdb/callback.h".
4242
1029b7fa
MK
42432002-06-09 Mark Kettenis <kettenis@gnu.org>
4244
4245 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4246 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4247
616675d3
AC
42482002-06-08 Andrew Cagney <ac131313@redhat.com>
4249
a3efda28
AC
4250 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4251 * rdi-share/serpardr.c: Ditto.
4252 * rdi-share/unixcomm.c: Ditto.
4253 * rdi-share/serdrv.c: Ditto.
4254 * rdi-share/hostchan.h: Ditto.
4255 * rdi-share/hostchan.c: Ditto.
4256 * rdi-share/host.h: Ditto.
4257 * rdi-share/devsw.c: Ditto.
4258
c5f10366
AC
4259 * objfiles.h: Change type of obj_private to void pointer.
4260 * pa64solib.c: Update copyright. Don't include "assert.h", use
4261 strcmp instead of STREQ, use LONGEST, do not use PTR
4262 * somsolib.c: Ditto.
4263
616675d3
AC
4264 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4265 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4266 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4267
e4b415d9
AC
42682002-06-08 Andrew Cagney <ac131313@redhat.com>
4269
4270 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4271 (default_get_saved_register): Delete function.
4272 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4273 generic_unwind_get_saved_register.
4274 * gdbarch.h, gdbarch.c: Re-generate.
4275
ca0d0b52
AC
42762002-06-08 Andrew Cagney <ac131313@redhat.com>
4277
4278 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4279 generic_func_frame_chain_valid.
4280 * gdbarch.h, gdbarch.c: Re-generate.
4281 * blockframe.c (generic_func_frame_chain_valid): Only check
4282 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
4283 passing FP to PC_IN_CALL_DUMMY.
4284 Fix PR gdb/360.
4285
76860b5f
AC
42862002-06-08 Andrew Cagney <ac131313@redhat.com>
4287
4288 * gdbarch.sh (struct gdbarch_data): Add field init_p.
4289 (register_gdbarch_data): Initialize init_p.
4290 (gdbarch_data): Initialize data pointer using the init function.
4291 (init_gdbarch_data): Delete function.
4292 (gdbarch_update_p): Update.
4293 (initialize_non_multiarch): Update.
4294 (struct gdbarch): Add field initialized_p.
4295 * gdbarch.h, gdbarch.c: Re-generate.
4296
8dda9770
ML
42972002-06-07 Michal Ludvig <mludvig@suse.cz>
4298
4299 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4300 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4301 better do the things actually here.
4302 * x86-64-tdep.c (x86_64_register_name2nr): New.
4303 (x86_64_register_name): Renamed to x86_64_register_nr2name.
4304 (x86_64_gdbarch_init): Respect the above change.
4305 * x86-64-tdep.h (x86_64_register_name2nr)
4306 (x86_64_register_nr2name): Add prototypes.
4307 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4308
3d79a47c
MS
43092002-06-06 Michael Snyder <msnyder@redhat.com>
4310
7bd91a28
MS
4311 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4312 Delete extra braces and re-indent.
4313 (d10v_store_return_value): Char return values
3d79a47c
MS
4314 must be shifted over by one byte in R0.
4315 (d10v_extract_return_value): Delete extra braces, re-indent.
4316
095a4c96
EZ
43172002-06-06 Elena Zannoni <ezannoni@redhat.com>
4318
4319 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4320 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4321 (d10v_integer_to_address): Rewrite.
4322 (d10v_frame_init_saved_regs): When reading fp and sp registers use
4323 the d10v specific functions which take care of converting to the
4324 correct space.
4325
e8a77ca4
EZ
43262002-06-06 Elena Zannoni <ezannoni@redhat.com>
4327
4328 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4329 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4330
4f2e4a4f
AC
43312002-06-02 Andrew Cagney <ac131313@redhat.com>
4332
4333 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4334 includes.
4335 * config/tm-linux.h: Ditto.
4336 * config/alpha/tm-alphalinux.h: Ditto.
4337 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4338 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4339 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4340 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4341 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4342 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4343 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4344 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4345 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4346 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4347 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4348 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4349 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4350 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4351 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4352 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4353 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4354 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4355 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4356 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4357 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4358 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4359 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4360 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4361 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4362 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4363 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4364 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4365 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4366 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4367 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4368 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4369 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4370 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4371 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4372 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4373 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4374
ae2ab2ce
AS
43752002-05-04 Aidan Skinner <aidan@velvet.net>
4376
4377 * ada-exp.tab.c: New file
4378 * ada-exp.y: New file
4379 * ada-lang.c: New file
4380 * ada-lang.h: New file
4381 * ada-lex.c: New file
4382 * ada-lex.l: New file
4383 * ada-tasks.c: New file
4384 * ada-typeprint.c: New file
4385 * ada-valprint.c: New file
4386
0ddd0135
JT
43872002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4388
4389 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4390 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4391
750fbacc
JT
43922002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4393
4394 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4395 insetead of ppc-linux-tdep.o.
4396 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4397 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4398
df94e18a
AC
43992002-06-02 Andrew Cagney <ac131313@redhat.com>
4400
4401 2002-05-07 Christian Groessler <chris@groessler.org>
4402 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4403 bit register contents for little endian hosts.
4404
1a38ab75
AC
44052002-06-01 Andrew Cagney <ac131313@redhat.com>
4406
4407 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4408 any maintainer.
4409
8b1632ac
AC
44102002-06-01 Andrew Cagney <ac131313@redhat.com>
4411
4412 * gdbarch.h: Regenerate.
4413
627054c8
AC
44142002-06-01 Andrew Cagney <ac131313@redhat.com>
4415
4416 * MAINTAINERS: Add everyone to write-after-approval list.
4417
4f460812
AC
44182002-06-01 Andrew Cagney <ac131313@redhat.com>
4419
4420 * stack.c (frame_info): Use frame_register_unwind instead of
4421 saved_regs. Mention when the SP is on the stack or in a register.
4422
4423 * frame.h (frame_register_unwind_ftype): Define. Document.
4424 (struct frame_info): Add field register_unwind and
4425 register_unwind_cache.
4426 (frame_register_unwind): Declare.
4427 (generic_unwind_get_saved_register): Declare.
4428
4429 * frame.c (frame_register_unwind): New function.
4430 (generic_unwind_get_saved_register): New function.
4431
4432 * blockframe.c (generic_call_dummy_register_unwind): New function.
4433 (frame_saved_regs_register_unwind): New function.
4434 (set_unwind_by_pc): New function.
4435 (create_new_frame): New function.
4436 (get_prev_frame): New function.
4437
de888f76
AC
44382002-05-30 Andrew Cagney <ac131313@redhat.com>
4439
4440 * a29k-share/: Delete directory.
4441 * remote-vx29k.c: Delete file.
4442
2f2c3626
JT
44432002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4444
4445 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4446 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4447
9ce5c36a
JT
44482002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4449
4450 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4451 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4452 (sparc64nbsd-nat.o)
4453 (sparcnbsd-nat.o)
4454 (sparcnbsd-tdep.o): New dependency lists.
4455 * NEWS: Note new UltraSPARC NetBSD native configuration.
4456 * configure.host (sparc64-*-netbsd*): New host.
4457 * configure.tgt (sparc-*-netbsdelf*)
4458 (sparc-*-netbsd*): Set gdb_target to nbsd.
4459 (sparc64-*-netbsd*): New target.
4460 * sparc64nbsd-nat.c: New file.
4461 * sparcnbsd-nat.c: New file.
4462 * sparcnbsd-tdep.c: New file.
4463 * sparcnbsd-tdep.h: New file.
4464 * config/sparc/nbsd.mt: New file.
4465 * config/sparc/nbsd64.mh: New file.
4466 * config/sparc/nbsd64.mt: New file.
4467 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4468 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4469 (HOST_IPC): Remove.
4470 * config/sparc/nbsdaout.mt: Remove.
4471 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4472 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4473 (HOST_IPC): Remove.
4474 * config/sparc/nbsdelf.mt: Remove.
4475 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4476 sparc-nat.c compatiblity defines.
4477 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4478 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4479 * config/sparc/tm-nbsd64.h: New file.
4480 * config/sparc/tm-nbsdaout.h: Remove.
4481 * config/sparc/xm-nbsd.h: Remove.
4482
ef3cf062
JT
44832002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4484
4485 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4486 * sparc-tdep.c: Include osabi.h.
4487 (gdbarch_tdep): Add osabi member.
4488 (_initialize_sparc_tdep): Use gdbarch_register.
4489 (sparc_gdbarch_init): Use generic OS ABI framework.
4490 (sparc_dump_tdep): New function.
4491
ee8ff470
KB
44922002-05-30 Kevin Buettner <kevinb@redhat.com>
4493
4494 * corefile.c (do_captured_read_memory_integer): Return non-zero
4495 result.
4496 (safe_read_memory_integer): Copy result of memory read when
4497 status is non-zero. Also, add comments.
4498
7b112f9c
JT
44992002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4500
4501 * Makefile.in (ppc_tdep_h): Define.
4502 (ppc-linux-nat.o)
4503 (ppc-linux-tdep.o)
4504 (rs6000-tdep.o): Use $(ppc_tdep_h).
4505 (ppc-sysv-tdep.o)
4506 (ppcnbsd-nat.o)
4507 (ppcnbsd-tdep.o): New dependency lists.
4508 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
4509 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4510 (ppc_linux_init_abi): New functions.
7b112f9c
JT
4511 (ppc_sysv_abi_broken_use_struct_convention)
4512 (ppc_sysv_abi_use_struct_convention)
4513 (ppc_sysv_abi_push_arguments): Move to...
4514 * ppc-sysv-tdep.c: ...here.
4515 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4516 * rs6000-tdep.c (process_note_abi_tag_sections)
4517 (get_elfosabi): Remove.
4518 (rs6000_gdbarch_init): Use generic OS ABI framework.
4519 (rs6000_dump_tdep): New function.
4520 (_initialize_rs6000_tdep): Use gdbarch_register.
4521 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4522 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4523 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4524 of ppc-linux-tdep.o.
4525 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4526 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4527 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4528 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4529 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4530 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4531
480dd42a
JB
45322002-05-29 Jim Blandy <jimb@redhat.com>
4533
4534 * macroscope.c (default_macro_scope): Put `void' in empty argument
4535 list.
4536
4182591f
AC
45372002-05-29 Andrew Cagney <ac131313@redhat.com>
4538
4539 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4540 * arch-utils.c: Include "sim-regno.h".
4541 * gdbarch.sh: Don't include "sim-regno.h".
4542 * gdbarch.h, gdbarch.c: Regenerate.
4543 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4544 here.
4545 * arch-utils.h (legacy_register_sim_regno): To here.
4546 * remote-sim.c (legacy_register_sim_regno): Move function from
4547 here.
4548 * arch-utils.c (legacy_register_sim_regno): To here.
4549
8238d0bf
AC
45502002-05-28 Andrew Cagney <ac131313@redhat.com>
4551
4552 * sim-regno.h: New file.
4553 * Makefile.in (sim_regno_h): Define.
4554 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4555 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4556 (legacy_register_sim_regno): New function.
4557 (one2one_register_sim_regno): New function.
4558 (gdbsim_fetch_register): Rewrite.
4559 (gdbsim_store_register): Only store a register when
4560 REGISTER_SIM_REGNO is valid.
4561 * d10v-tdep.c: Include "sim-regno.h".
4562 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4563 (d10v_ts3_register_sim_regno): Ditto.
4564 * gdbarch.sh: Include "sim-regno.h".
4565 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4566 * gdbarch.h, gdbarch.c: Regenerate.
4567 * arch-utils.h (default_register_sim_regno): Delete declaration.
4568 * arch-utils.c (default_register_sim_regno): Delete function.
4569
485721b1
JT
45702002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4571
4572 * ppcnbsd-nat.c: Rewrite.
4573 * ppcnbsd-tdep.c: New file.
4574 * ppcnbsd-tdep.h: New file.
4575 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4576 solib.o, and solib-svr4.o.
4577 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4578 nbsd-tdep.o, and corelow.o.
4579
697f244d
AC
45802002-05-28 Andrew Cagney <ac131313@redhat.com>
4581
4582 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4583 `tr' and `sed'. Mention that `broken' targets are not expected to
4584 build.
4585
f08caad1 45862002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
4587
4588 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4589 Let PC point right after the prologue before looking up symbols.
4590
3139facc
MH
45912002-05-27 Martin M. Hunt <hunt@redhat.com>
4592
4593 * i386-tdep.c (i386_register_virtual_type): Return
4594 builtin_type_vec128i for SSE registers.
4595
4596 * gdbtypes.h (builtin_type_vec128i): Declare.
4597
4598 * gdbtypes.c (build_builtin_type_vec128i): New function.
4599 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4600 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4601 (build_gdbtypes): Initialize new builtin vector types.
4602 (_initialize_gdbtypes): Register new vector types with gdbarch.
4603
6e3ba3b8
JT
46042002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4605
4606 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4607 since it has been multi-arch'd.
4608 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4609 Move Alpha and VAX multi-arch news entries to same section
4610 as other multi-arch news.
4611
93d5585d
JT
46122002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4613
4614 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4615 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4616 static. Rename some register numbers to put them in ns32k-tdep
4617 private namespace.
4618 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4619 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4620 functions.
4621 (_initialize_ns32k_tdep): Use gdbarch_register.
4622 * ns32k-tdep.h: New file.
4623 * ns32knbsd-tdep.c: New file.
4624 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4625 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4626 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4627 REGISTER_BYTES, REGISTER_BYTE): Remove.
4628 * config/ns32k/tm-ns32k.h: New file.
4629 * config/ns32k/tm-umax.h: Remove.
4630
efb2c70e
JT
46312002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4632
4633 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4634 ns32k_store_struct_return, ns32k_extract_return_value,
4635 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4636 functions.
4637 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4638 ns32k_saved_pc_after_call.
4639 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4640 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4641 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4642 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4643 ns32k_extract_struct_value_address.
4644
7bcc927b
JT
46452002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4646
4647 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4648 ns32k_fix_call_dummy): New.
4649 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4650 ns32k_call_dummy_words.
4651 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4652 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4653 CALL_DUMMY_NARGS): Remove.
4654 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4655
78f9d765
JT
46562002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4657
4658 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4659 ns32k_frame_saved_pc, ns32k_frame_args_address,
4660 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4661 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4662 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4663 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4664 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4665 (BREAKPOINT): Remove..
4666 (FRAME_CHAIN): Define as ns32k_frame_chain.
4667 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4668 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4669 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4670 (FRAME_FIND_SAVED_REGS): Remove.
4671 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4672 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4673 (POP_FRAME): Define as ns32k_pop_frame.
4674
f2c762e0
JT
46752002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4676
4677 * ns32k-tdep.c (ns32k_register_byte_32082,
4678 ns32k_register_byte_32382, ns32k_register_raw_size,
4679 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4680 functions.
4681 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4682 ns32k_register_byte_32382.
4683 * config/ns32k/tm-umax.h: Update copyright years.
4684 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4685 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4686 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4687 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4688 (ns32k_get_enter_addr): Fix prototype.
4689
af137673
JT
46902002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4691
4692 * ns32k-tdep.c: Update copyright years.
4693 (ns32k_register_name_32082): New function.
4694 (ns32k_register_name_32382): Ditto.
4695 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4696 (REGISTER_NAME): Define as ns32k_register_name_32382.
4697 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4698 (REGISTER_NAME): Define as ns32k_register_name_32082.
4699
a8bc7b56
JB
47002002-05-24 Jim Blandy <jimb@redhat.com>
4701
4702 * dwarf2read.c (free_line_header): Use xfree, not free.
4703
83a45910
JT
47042002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4705
4706 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4707 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4708
0db71247
AC
47092002-05-23 Andrew Cagney <ac131313@redhat.com>
4710
4711 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4712
b9e5e4dd
AC
47132002-05-23 Andrew Cagney <ac131313@redhat.com>
4714
4715 From Ross Alexander at NEC Europe:
4716 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4717
de530e84
MS
47182002-05-23 Michael Snyder <msnyder@redhat.com>
4719
4720 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4721 for input, rather than parse_and_eval_address.
4722
b91b96f4
AC
47232002-05-23 Andrew Cagney <ac131313@redhat.com>
4724
4725 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4726 * Makefile.in (sim_d10v_h): Update definition.
4727
8b279e7a
AC
47282002-05-24 Andrew Cagney <cagney@redhat.com>
4729
4730 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4731 change `2002-05-22 Michael Snyder' below.
4732 (d10v_push_arguments): Ditto.
4733 (d10v_extract_return_value): Ditto.
4734
0a3d0425
JB
47352002-05-23 Jim Blandy <jimb@redhat.com>
4736
4737 * macrotab.c (check_for_redefinition): Don't complain if the new
4738 definition is the same as the previous one. Take more arguments
4739 to allow the comparison.
4740 (macro_define_object, macro_define_function): Pass more arguments
4741 to check_for_redefinition.
4742
78eac43e
MS
47432002-05-22 Michael Snyder <msnyder@redhat.com>
4744
4745 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4746 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4747 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4748 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4749 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4750 Add a temp variable to save a call (and a memory read).
4751 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4752 if possible (so that PC_IN_CALL_DUMMY will work).
4753
9bc1edb8
CV
47542002-05-22 Corinna Vinschen <vinschen@redhat.com>
4755
4756 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4757
005ef3d2
ML
47582002-05-22 Michal Ludvig <mludvig@suse.cz>
4759
4760 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4761 fde->cie_ptr.
4762 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4763 (dwarf2_build_frame_info): Add offset to fde->initial_location
4764 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
4765 (execute_stack_op): Change type of 'result' from ULONGEST to
4766 CORE_ADDR.
005ef3d2 4767
fcf4f891
JT
47682002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4769
4770 * config/alpha/tm-nbsd.h: Include solib.h.
4771
cfef91e4
JT
47722002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4773
4774 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4775 assumptions about the host's byte order.
4776
9964235a
JT
47772002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4778
4779 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4780 to dependency list.
4781 * alphanbsd-tdep.c: Include solib-svr4.h.
4782 * shnbsd-tdep.c: Ditto.
4783
9eeef8ef
JT
47842002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4785
4786 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4787 nbsd-tdep.h to dependency list.
4788 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4789 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4790 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4791 nbsdaout.mh and nbsdelf.mh consistently.
4792 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4793 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4794 nbsdaout.mt and nbsdelf.mh consistently.
4795 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4796 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4797 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4798 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4799 a.out shared library stuff from here...
4800 * config/nm-nbsdaout.h: ...to here.
4801 * config/tm-nbsd.h: Remove.
4802 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4803 * config/arm/nbsd.mh: Remove.
4804 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4805 nbsd-tdep.o.
4806 * config/arm/nbsdaout.mh: New file.
4807 * config/arm/nbsdelf.mh: New file.
4808 * config/arm/nm-nbsdaout.h: New file.
4809 * config/i386/nbsd.mh: Remove.
4810 * config/i386/nbsd.mt: Remove.
4811 * config/i386/nbsdaout.mh: New file.
4812 * config/i386/nbsdaout.mt: New file.
4813 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4814 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4815 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4816 i386_register_u_addr): Remove.
4817 * config/i386/nm-nbsdaout.h: New file.
4818 * config/i386/nm-nbsdelf.h: Remove.
4819 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4820 (USE_STRUCT_CONVENTION): Remove.
4821 * config/i386/tm-nbsdaout.h: New file.
4822 * config/i386/tm-nbsdelf.h: Remove.
4823 * config/m68k/nbsd.mh: Remove.
4824 * config/m68k/nbsd.mt: Remove.
4825 * config/m68k/nbsdaout.mh: New file.
4826 * config/m68k/nbsdaout.mt: New file.
4827 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4828 * config/m68k/nm-nbsdaout.h: New file.
4829 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4830 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4831 * config/ns32k/nbsd.mh: Remove.
4832 * config/ns32k/nbsd.mt: Remove.
4833 * config/ns32k/nbsdaout.mh: New file.
4834 * config/ns32k/nbsdaout.mt: New file.
4835 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4836 * config/ns32k/nm-nbsdaout.h: New file.
4837 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4838 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4839 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4840 (SVR4_SHARED_LIBS): Remove.
4841 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4842 * config/sparc/nbsd.mh: Remove.
4843 * config/sparc/nbsd.mt: Remove.
4844 * config/sparc/nbsdaout.mh: New file.
4845 * config/sparc/nbsdaout.mt: New file.
4846 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4847 * config/sparc/nbsdelf.mt: New file.
4848 * config/sparc/nm-nbsdaout.h: New file.
4849 * config/sparc/nm-nbsdelf.h: Remove.
4850 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4851 * config/sparc/tm-nbsdaout.h: New file.
4852
257ce470
JT
48532002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4854
4855 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4856 mipsnbsd-tdep.c
4857 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4858
76a6d5fe
JT
48592002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4860
4861 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4862 shnbsd-nat.c.
4863 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4864
45888261
JT
48652002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4866
4867 * NEWS: Note new MIPS NetBSD native configuration.
4868 * configure.host (mips*-*-netbsd*): New host.
4869 * configure.tgt (mips*-*-netbsd*): New target.
4870 * mipsnbsd-nat.c: New file.
4871 * mipsnbsd-tdep.c: New file.
4872 * mipsnbsd-tdep.h: New file.
4873 * config/mips/nbsd.mh: New file.
4874 * config/mips/nbsd.mt: New file.
4875 * config/mips/nm-nbsd.h: New file.
4876 * config/mips/tm-nbsd.h: New file.
4877
70f80edf
JT
48782002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4879
4880 * Makefile.in (SFILES): Add osabi.c.
4881 (COMMON_OBS): Add osabi.o.
4882 (osabi.o): New dependency list.
4883 * osabi.c: New file.
4884 * osabi.h: New file.
4885 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4886
4887 * Makefile.in (alpha_tdep_h): Define and use instead of
4888 alpha-tdep.h.
4889 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4890 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4891 Remove.
4892 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4893 * alpha-tdep.h: Include osabi.h.
4894 (alpha_abi): Remove.
4895 (gdbarch_tdep): Use generic OS ABI framework.
4896 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4897 gdbarch_register_osabi.
4898 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4899 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4900 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4901
4902 * Makefile.in (sh_tdep_h): Add osabi.h.
4903 * sh-tdep.h (sh_osabi): Remove.
4904 (gdbarch_tdep): Use generic OS ABI framework.
4905 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4906 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4907 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4908 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4909
4910 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4911 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4912 gdbarch_register_osabi.
4913 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4914 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4915 (get_elfosabi): Rename to...
4916 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4917 ABI framework support routines.
4918 (arm_gdbarch_init): Use generic OS ABI framework.
4919 (arm_dump_tdep): Likewise.
4920 (_initialize_arm_tdep): Likewise.
4921 * arm-tdep.h: Include osabi.h.
4922 (arm_abi): Remove.
4923 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4924 osabi member.
4925 (arm_gdbarch_register_os_abi): Remove prototype.
4926 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4927 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4928
4929 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4930 * mips-tdep.c: Include osabi.h.
4931 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4932 OS ABI framework.
4933
d194345b
KH
49342002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4935
4936 * h8300-tdep.c: Fix formatting.
4937
70c6b0d1
EZ
49382002-05-20 Elena Zannoni <ezannoni@redhat.com>
4939
4940 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4941 printing vector registers.
4942
165b8e33
AC
49432002-05-19 Andrew Cagney <ac131313@redhat.com>
4944
4945 From Fernando Nasser:
4946 * remote.c (remote_async_open_1): Re-throw the exception when the
4947 connection fails.
4948 (remote_cisco_open): Ditto.
4949 (remote_open_1): Ditto.
4950
36918e70
AC
49512002-05-19 Andrew Cagney <ac131313@redhat.com>
4952
4953 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4954 (remote_start_remote): Add uiout parameter. Pass through to
4955 remote_start_remote_dummy.
4956 (remote_open_1): Use catch_exception instead of catch_errors.
4957 (remote_async_open_1): Ditto.
4958 (remote_cisco_open): Ditto.
4959
ae44c0c4
AC
49602002-05-19 Andrew Cagney <ac131313@redhat.com>
4961
4962 * remote.c (remote_start_remote): Replace PTR with void pointer.
4963 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4964 static.
4965
8efe637d
AC
49662002-05-18 Andrew Cagney <ac131313@redhat.com>
4967
4968 * gdb_indent.sh: Allow the script to be run in the sim directory.
4969
2f1b5984
MK
49702002-05-18 Mark Kettenis <kettenis@gnu.org>
4971
f0f625e2
MK
4972 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4973 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4974
2f1b5984
MK
4975 * corelow.c (core_open): Only call set_gdbarch_from_file if
4976 exec_bfd is NULL.
4977
fc974602
AV
49782002-05-17 Andrey Volkov <avolkov@transas.com>
4979
4980 * h8300-tdep.c: Add support of EXR register
4981 * config/h8300/tm-h8300.h: Ditto.
4982
906709f4
AV
49832002-05-17 Andrey Volkov <avolkov@transas.com>
4984
4985 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4986
6e591d68
AV
49872002-05-17 Andrey Volkov <avolkov@transas.com>
4988
4989 * h8300-tdep.c: Change literal regnums to REGNO.
4990
84f0252a
JB
49912002-05-17 Jim Blandy <jimb@redhat.com>
4992
e0e9281e
JB
4993 * NEWS: Note addition of macro support.
4994
84f0252a
JB
4995 Expand preprocessor macros in C expressions.
4996 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4997 (scan_macro_expansion, scanning_macro_expansion,
4998 finished_macro_expansion): New function declarations.
4999 (expression_macro_lookup_func, expression_macro_lookup_baton): New
5000 variable declarations.
5001 * parser-defs.h (expression_context_pc): New declaration.
5002 * parse.c (expression_context_pc): New variable.
5003 (parse_exp_1): Set expression_context_pc, as well as
5004 expression_context_block.
5005 * c-exp.y (yylex): If we're not already reading the result of a
5006 macro expansion, try to macro-expand the next token. When we're
5007 done scanning a macro expansion, switch back to the mainline text.
5008 Commas and `if's in a macro's expansion don't terminate the input.
5009 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
5010 (macro_original_text, macro_expanded_text,
5011 expression_macro_lookup_func, expression_macro_lookup_baton): New
5012 variables.
5013 (scan_macro_expansion, scanning_macro_expansion,
5014 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
5015 c_preprocess_and_parse): New functions.
5016 (c_language_defn, cplus_language_defn, asm_language_defn): Call
5017 c_preprocess_and_parse, instead of c_parse.
5018 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
5019 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
5020
1c509ca8
JR
5021Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
5022
5023 * sh-tdep.c (gdb_print_insn_sh64): Delete.
5024 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
5025 (sh_gdbarch_init): Always use gdb_print_insn_sh.
5026
2250ee0c
CV
50272002-05-17 Corinna Vinschen <vinschen@redhat.com>
5028
5029 * NEWS: Add section for multi-arched targets. Add v850 to that section.
5030
ab3b8126
JT
50312002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5032
5033 * Makefile.in (sh_tdep_h): Define and use.
5034 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5035 register enum): Move to...
5036 * * sh-tdep.h: ...here.
5037 * sh-tdep.c: Include sh-tdep.h.
5038 * sh3-rom.c: Likewise.
5039 * shnbsd-tdep.c: Likewise.
5040
ed9d4749
MS
50412002-05-16 Michael Snyder <msnyder@redhat.com>
5042
5043 * arm-tdep.c: Spelling fix in comment.
5044
2e276125
JB
50452002-05-16 Jim Blandy <jimb@redhat.com>
5046
6821892e
JB
5047 Add commands for manually expanding macros and showing their
5048 definitions.
5049 * macrocmd.c, macroscope.c, macroscope.h: New files.
5050 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5051 (macroscope_h): New variable.
5052 (HFILES_NO_SRCDIR): Add macroscope.h.
5053 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5054 (macroscope.o, macrocmd.o): New rules.
5055
2e276125
JB
5056 Teach the Dwarf 2 reader to read macro information.
5057 * dwarf2read.c: #include "macrotab.h".
5058 (dwarf_macinfo_buffer): New variable.
5059 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5060 dwarf_macinfo_size.
5061 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5062 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5063 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5064 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5065 dwarf2_macro_spaces_in_definition): New complaints.
5066 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5067 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5068 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5069 the partial symbol table.
5070 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5071 from what's recorded in the partial symbol table.
5072 (read_file_scope): If the compilation unit has a
5073 `DW_AT_macro_info' attribute, read its macro information.
5074 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5075
2f53fe6c
DJ
50762002-05-16 Daniel Jacobowitz <drow@mvista.com>
5077
5078 Fix PR gdb/546
5079 * ser-tcp.c: Don't include <netinet/udp.h>.
5080
2be99286
SC
50812002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5082
5083 * MAINTAINERS: Update my email address.
5084
c9af212b 50852002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
5086
5087 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5088 include file of the same name.
5089
bf5f1a52
CV
50902002-05-16 Corinna Vinschen <vinschen@redhat.com>
5091
5092 * configure.tgt: Mark v850 as multi-arched.
5093 * config/v850/tm-v850.h: Remove file.
5094 * config/v850/v850.mt: Eliminate TM_FILE.
5095
435e042a
CV
50962002-05-16 Corinna Vinschen <vinschen@redhat.com>
5097
5098 * v850-tdep.c: Full multi-arch.
5099 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5100 Define GDB_MULTI_ARCH to 2.
5101
9819c6c8
PM
51022002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5103
5104 * p-exp.y (current_type): New static variable.
5105 Carries the type of the expression at the position that is parsed.
5106 (push_current_type, pop_current_type): Two new functions. Used
5107 to store/restore current_type in expression on specific tokens.
c9af212b
RE
5108 (search_field): New static variable. Set to one after parsing a point
5109 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
5110 (FIELDNAME): New token. After a point only a token belonging to
5111 current_type type definition is allowed.
5112 (all over token rules): reset and change current_type according
5113 to rules.
5114 (exp '[' rule): insert implicit array index field if
5115 exp is a pascal string type.
5116
3a06899a
CV
51172002-05-16 Corinna Vinschen <vinschen@redhat.com>
5118
5119 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5120 frame info. Use frame_info's saved_regs instead of matching member
5121 in extra_frame_info throughout.
5122 (v850_frame_init_saved_regs): New function.
5123 (v850_init_extra_frame_info): Move most functionality into
5124 v850_frame_init_saved_regs().
5125 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5126 (v850_frame_find_saved_regs): Remove declaration.
5127 (FRAME_FIND_SAVED_REGS): Remove definition.
5128 (v850_frame_init_saved_regs): Add declaration.
5129 (FRAME_INIT_SAVED_REGS): Add definition.
5130
6ed14b0e
CV
51312002-05-16 Corinna Vinschen <vinschen@redhat.com>
5132
5133 * v850-tdep.c: Begin multi-arch'ing v850.
5134 (v850_target_architecture_hook): Remove function.
5135 (v850_gdbarch_init): New function. Add code previously in
5136 v850_target_architecture_hook().
5137 (_initialize_v850_tdep): Don't set target_architecture_hook.
5138 Call register_gdbarch_init() instead.
5139
42725910
DJ
51402002-05-16 Daniel Jacobowitz <drow@mvista.com>
5141
5142 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5143 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5144 (fixup_class_method_type): Likewise.
5145
99d9066e
JB
51462002-05-15 Jim Blandy <jimb@redhat.com>
5147
5148 Add macro structures to GDB's symbol tables. Nobody puts anything
5149 in them yet.
5150 * symtab.h (struct symtab): New member: `macro_table'.
5151 * buildsym.h (pending_macros): New global variable.
5152 * buildsym.c: #include "macrotab.h".
5153 (buildsym_init): Initialize `pending_macros'.
5154 (end_symtab): If we found macro information while reading a CU's
5155 debugging info, do build a symtab structure for it. Make the
5156 symtab point to the macro information, and clear the
5157 `pending_macros' pointer which held it while we were reading the
5158 debug info.
5159 (really_free_pendings): Free any pending macro table.
5160 * objfiles.h (struct objfile): New member: `macro_cache'.
5161 * objfiles.c (allocate_objfile): Set allocate and free functions
5162 for the macro cache's objstack.
5163 (free_objfile): Empty the macro cache's obstack.
5164 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5165 set new allocate and free functions for it.
5166 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5167 free functions for the macro cache's objstack. (Why is this
5168 function building its own objfile?)
5169 * symmisc.c (print_objfile_statistics): Print statistics on the
5170 macro bcache.
5171 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5172
c899585b
RE
51732002-05-15 Richard Earnshaw <rearnsha@arm.com>
5174
5175 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5176 (REGISTER_U_ADDR): Delete definition.
5177 (arm_register_u_addr): Delete declaration.
5178
a6cdd8c5
RE
51792002-05-15 Richard Earnshaw <rearnsha@arm.com>
5180
5181 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5182 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5183
c97dcfc7
AC
51842002-05-14 Andrew Cagney <ac131313@redhat.com>
5185
5186 * regcache.c (register_valid): Revise comments refering to "Not
5187 available" and "unavailable".
5188 * frame.c (frame_register_read): Ditto.
5189 * findvar.c (value_of_register): Ditto.
5190
93021b7d
AC
51912002-05-15 Andrew Cagney <cagney@redhat.com>
5192
5193 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5194 (remote-sim.o): Update dependencies.
5195 (d10v-tdep.o): Specify dependencies.
5196 (sim_d10v_h): Define.
5197
a86bc61c
JB
51982002-05-14 Jim Blandy <jimb@redhat.com>
5199
5200 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5201 * macrotab.c (macro_lookup_inclusion, find_definition,
5202 new_macro_table): Same.
5203
5204 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5205 not `! strcmp ()'. This is a dubious improvement.
5206 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5207
5208 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5209 although it's not necessary, to avoid a warning.
5210
2fdde8f8
DJ
52112002-05-14 Daniel Jacobowitz <drow@mvista.com>
5212
5213 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5214 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5215 TYPE_INSTANCE_FLAGS.
5216 (struct main_type): New.
5217 (struct type): Move most members to struct main_type. Change
5218 cv_type and as_type to new type_chain member. Add instance_flags.
5219 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5220 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5221 (finish_cv_type): Remove prototype.
5222 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5223 Set TYPE_CHAIN.
5224 (alloc_type_instance): New function.
5225 (smash_type): New function.
5226 (make_pointer_type, make_reference_type, make_function_type)
5227 (smash_to_member_type, smash_to_method_type): Call smash_type.
5228 (make_qualified_type): New function.
5229 (make_type_with_address_space): Call make_qualified_type.
5230 (make_cv_type): Likewise.
5231 (finish_cv_type): Remove unnecessary function.
5232 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5233 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5234 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5235 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5236 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5237 * hpread.c (hpread_read_struct_type): Likewise.
5238 * stabsread.c (read_struct_type): Likewise.
5239
843fedf4
EZ
52402002-05-14 Elena Zannoni <ezannoni@redhat.com>
5241
5242 * configure.tgt: Add a catch all sh* target, for cases like
5243 sh[2,3,4]-elf and sh-hms.
5244
05a6c72c
KS
52452002-05-14 Keith Seitz <keiths@redhat.com>
5246
5247 * event-loop.c (create_file_handler): Don't do anything but
5248 update data when we are given a fd which we are already
5249 monitoring.
5250
5d085aaf
ML
52512002-05-14 Michal Ludvig <mludvig@suse.cz>
5252
5253 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5254 (update_context): Use __func__ in warnings.
5255
9db8d71f
DJ
52562002-05-14 Daniel Jacobowitz <drow@mvista.com>
5257
5258 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5259 and tcp_close to net_open and net_close.
5260 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5261 using UDP if requested. Don't try to disable Nagle on UDP
5262 sockets.
5263 * remote.c (remote_serial_open): New function. Warn about UDP.
5264 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5265
5dbc6baa
EZ
52662002-05-13 Elena Zannoni <ezannoni@redhat.com>
5267
5268 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5269
cc3023f7
EZ
52702002-05-13 Elena Zannoni <ezannoni@redhat.com>
5271
5272 * configure.tgt: Remove sh-hms target.
5273 * MAINTAINERS: Don't list sh-hms as a separate target.
5274
ec2bcbe7
JB
52752002-05-13 Jim Blandy <jimb@redhat.com>
5276
5277 Add first preprocessor macro-expansion files.
5278 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5279 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5280 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5281 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5282 (COMMON_OBS): Add macrotab.o, macroexp.o.
5283 (macroexp.o, macrotab.o): New rules.
5284
6d531722
AC
52852002-05-13 Andrew Cagney <ac131313@redhat.com>
5286
5287 * config/m88k/tm-m88k.h: Update copyright.
5288 (m88k_target_write_pc): Declare
5289 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5290 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5291 (SHIFT_INST_REGS): Update definition.
5292 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
5293 using old definition of TARGET_WRITE_PC.
5294 * regcache.c (generic_target_write_pc): Delete code handling
5295 NNPC_REGNUM.
5296 * gdbarch.sh (NNPC_REGNUM): Delete.
5297 * gdbarch.h, gdbarch.c: Regenerate.
5298
3e3f2739
RE
52992002-05-13 Richard Earnshaw <rearnsha@arm.com>
5300
5301 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5302 builtin reg number.
5303
0004e5a2
DJ
53042002-05-13 Daniel Jacobowitz <drow@mvista.com>
5305
5306 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5307 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5308 (gen_address_of, gen_struct_ref, gen_repeat): Use type
5309 access macros.
5310 * c-typeprint.c (cp_type_print_method_args): Likewise.
5311 (c_type_print_args): Likewise.
5312 * d10v-tdep.c (d10v_push_arguments): Likewise.
5313 (d10v_extract_return_value): Likewise.
5314 * expprint.c (print_subexp): Likewise.
5315 * gdbtypes.c (lookup_primitive_typename): Likewise.
5316 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5317 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5318 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5319 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5320 (TYPE_VECTOR): Likewise.
5321 * hpread.c (hpread_read_struct_type)
5322 (fix_static_member_physnames, fixup_class_method_type)
5323 (hpread_type_lookup): Likewise.
5324 * mdebugread.c (parse_symbol, parse_type): Likewise.
5325 * p-lang.c (is_pascal_string_type): Likewise.
5326 * valops.c (hand_function_call): Likewise.
5327 * x86-64-tdep.c (classify_argument): Likewise.
5328
5329 * hpread.c (hpread_read_function_type)
5330 (hpread_read_doc_function_type): Call replace_type.
5331 * dstread.c (create_new_type): Delete.
5332 (decode_dst_structure, process_dst_function): Call alloc_type.
5333 Use type access macros.
5334
dff95cc7
MK
53352002-05-12 Mark Kettenis <kettenis@gnu.org>
5336
5337 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5338 the're not supported by the current architecture.
5339 (i387_fill_fxsave): Likewise.
5340
bbcd32ad
FF
53412002-05-12 Fred Fish <fnf@redhat.com>
5342
5343 * symfile.c (default_symfile_offsets): Arrange for uninitialized
5344 sect_index_xxx members to index the first slot in section_offsets
5345 if all of the section_offsets are zero.
5346
89cf4787
MK
53472002-05-12 Mark Kettenis <kettenis@gnu.org>
5348
5349 * configure.tgt (sparc-*openbsd): Remove entry accidentially
5350 checked in with last change.
5351
1f77ffc5
MK
53522002-05-12 Mark Kettenis <kettenis@gnu.org>
5353
5354 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5355 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5356 config.sub.
5357
89b8b4a9
DJ
53582002-05-12 Daniel Jacobowitz <drow@mvista.com>
5359
5360 * Makefile.in: Update dependencies.
5361
14a5e767
AC
53622002-05-11 Andrew Cagney <ac131313@redhat.com>
5363
5364 * language.c (local_hex_string_custom): Simplify. Do not depend
5365 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5366
5367 * memattr.c (mem_info_command): Replace calls to
5368 longest_local_hex_string and longest_local_hex_string_custom.
5369 * buildsym.c (make_blockvector): Ditto.
5370 * solib.c (info_sharedlibrary_command): Ditto.
5371 * tracepoint.c (tracepoints_info): Ditto.
5372 * symtab.c (print_msymbol_info): Ditto.
5373
5374 * language.c (local_hex_string): Delete.
5375 (local_hex_string_custom): Delete.
5376 (longest_local_hex_string): Rename to local_hex_string.
5377 (longest_local_hex_string_custom): Rename to
5378 local_hex_string_custom.
5379 * language.h (local_hex_string): Change parameter type to LONGEST.
5380 (local_hex_string_custom): Ditto.
5381 (longest_local_hex_string): Delete declaration.
5382 (longest_local_hex_string_custom): Ditto.
5383
5384 * solib.c: Update copyright.
5385 * memattr.c: Update copyright.
5386
13d01224
AC
53872002-05-11 Andrew Cagney <ac131313@redhat.com>
5388
5389 * arch-utils.h (legacy_register_to_value): Declare.
5390 (legacy_value_to_register): Declare.
5391 (legacy_convert_register_p): Declare.
5392 * arch-utils.c (legacy_register_to_value): New function.
5393 (legacy_value_to_register): New function.
5394 (legacy_convert_register_p): New function.
5395
5396 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5397 (VALUE_TO_REGISTER): Define.
5398 (CONVERT_REGISTER_P): Define.
5399 * gdbarch.h, gdbarch.c: Regenerate.
5400
5401 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5402 VALUE_TO_REGISTER.
5403 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5404 CONVERT_REGISTER_P.
5405
4a1970e4
DJ
54062005-05-11 Daniel Jacobowitz <drow@mvista.com>
5407 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5408
5409 * Makefile.in: Update dependencies for valops.c.
5410 * valops.c: Include "gdb_assert.h".
5411 (typecmp): Skip THIS parameter to methods.
5412 (find_method_list): Remove static_memfuncp argument,
5413 update callers. Check for stub methods.
5414 (find_value_oload_method_list): Don't set *static_memfuncp.
5415 (find_overload_match): Don't check for stub methods. Assert
5416 that methods are not stubbed. Handle static methods.
5417 (value_find_oload_method_list): Remove static_memfuncp argument.
5418 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5419 to the argument list for static stub methods.
5420 * value.h (value_find_oload_method_list): Update prototype.
5421
b2e75d78
AC
54222002-05-11 Andrew Cagney <ac131313@redhat.com>
5423
5424 * arch-utils.h (generic_register_size): Declare.
5425 (generic_register_raw_size, generic_register_virtual_size): Delete
5426 declarations.
5427 * arch-utils.c (generic_register_raw_size): Delete.
5428 (generic_register_size): New function.
5429 (generic_register_virtual_size): Delete.
5430
5431 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5432 default generic_register_size.
5433 * gdbarch.h, gdbarch.c: Re-generate.
5434
5435 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5436 register_virtual_size.
5437 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5438 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5439
451fbdda
AC
54402002-05-11 Andrew Cagney <ac131313@redhat.com>
5441
5442 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5443 * gdbarch.h, gdbarch.c: Regenerate.
5444 * gnu-v3-abi.c: Update copyright.
5445 (vtable_address_point_offset): Update.
5446 (gnuv3_rtti_type): Update.
5447 (gnuv3_baseclass_offset): Update.
5448 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5449 (init_fetch_link_map_offsets): Update.
5450 * remote.c (get_remote_state): Update.
5451
6d2f5cea
DJ
54522002-05-11 Daniel Jacobowitz <drow@mvista.com>
5453
5454 * TODO: Remove value_headof/value_from_vtable_info comment.
5455 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5456 * values.c (value_headof, value_from_vtable_info): Delete.
5457 * value.h (value_from_vtable_info): Delete prototype.
5458
d2324da4
AC
54592002-05-11 Andrew Cagney <ac131313@redhat.com>
5460
5461 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5462 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5463 $(gdb_regex_h).
5464 (gdb_assert_h): Define.
5465 (gdb_wait_h): Define.
5466 (gdb_regex_h): Define.
5467
5c717440
DJ
54682002-05-11 Daniel Jacobowitz <drow@mvista.com>
5469
5470 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5471 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5472
6c7861b3
JT
54732002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5474
5475 * nbsd-tdep.c: Fix comment.
5476
ea5bc2a6
JT
54772002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5478
5479 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5480 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5481 (nbsd-tdep.o): New dependency list.
5482 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5483 nbsd-tdep.h.
5484 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5485 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5486 * nbsd-tdep.c: New file.
5487 * nbsd-tdep.h: New file.
5488 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5489 nbsd-tdep.h.
5490 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5491 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5492 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5493 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5494
b28da865
JT
54952002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5496
5497 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5498 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5499 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5500 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5501 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5502 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5503
4b8ff1fa
JT
55042002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5505
5506 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5507 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5508 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5509 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5510 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5511 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5512 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5513
dfe6eb1f
JT
55142002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5515
5516 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5517 fetch_elfcore_registers to...
5518 * i386nbsd-tdep.c: ...here.
5519 (i386nbsd_use_struct_convention): Rename to...
5520 (i386nbsd_aout_use_struct_convention): ...this.
5521 (i386nbsd_supply_reg): New function.
5522 (i386nbsd_fill_reg): New function.
5523 (fetch_core_registers): Use i386nbsd_supply_reg.
5524 (fetch_elfcore_registers): Likewise.
5525 (_initialize_i386nbsd_tdep): New function.
5526 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5527 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5528 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5529 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5530 (i386nbsd_aout_use_struct_convention): ...this.
5531
20cb8cda
JT
55322002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5533
5534 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5535 (store_inferior_registers): Use shnbsd_fill_reg.
5536 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5537 sh_nbsd_supply_register): Collapse into...
5538 (shnbsd_supply_reg): ...this.
5539 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5540 (shnbsd_fill_reg): ...this.
5541 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5542 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5543 (fetch_core_registers): Use shnbsd_supply_reg.
5544 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5545 (sh_nbsd_core_fns): Rename to...
5546 (shnbsd_core_fns): ...this.
5547 (sh_nbsd_elfcore_fns): Rename to...
5548 (shnbsd_elfcore_fns): ...this.
5549 (sh_nbsd_init_abi): Rename to...
5550 (shnbsd_init_abi): ...this.
5551 (_initialize_sh_nbsd_tdep): Rename to...
5552 (_initialize_shnbsd_tdep): ...this.
5553 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5554 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5555 sh_nbsd_fill_register): Remove prototypes.
5556 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5557
e750d25e
JT
55582002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5559
5560 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5561 (i387-nat.o): Delete dependency list.
5562 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5563 (x86-64-linux-nat.o): Likewise.
5564 * i387-nat.c: Delete file, moving contents to...
5565 * i387-tdep.c: ...here.
5566 * i387-nat.h: Rename...
5567 * i387-tdep.h: ...to this.
5568 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5569 * i386-linux-nat.c: Likewise.
5570 * i386bsd-nat.c: Likewise.
5571 * i386gnu-nat.c: Likewise.
5572 * i386nbsd-nat.c: Likewise.
5573 * i386v4-nat.c: Likewise.
5574 * x86-64-linux-nat.c: Likewise.
5575 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5576 * config/i386/go32.mh (NATDEPFILES): Likewise.
5577 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5578 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5579 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5580 * config/i386/linux.mh (NATDEPFILES): Likewise.
5581 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5582 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5583 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5584 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5585
1aee598a
JT
55862002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5587
5588 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5589 (alphanbsd-nat.o): Remove dependency list.
5590 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5591 * alphanbsd-nat.c: Delete. Contents moved to...
5592 * alphanbsd-tdep.c: ...here.
5593 (_initialize_alphanbsd_tdep): Register core functions.
5594 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5595
12bcb0fe
JT
55962002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5597
5598 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5599 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5600 (alphanbsd-nat.o): Likewise.
5601 (alphabsd-tdep.o): New dependency list.
5602 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5603 (fill_gregset): Use alphabsd_fill_reg.
5604 (supply_fpregset): Use alphabsd_supply_fpreg.
5605 (fill_fpregset): Use alphabsd_fill_fpreg.
5606 (fetch_inferior_registers): Use struct reg and struct fpreg
5607 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5608 and alphabsd_supply_fpreg.
5609 (store_inferior_registers): Use struct reg and struct fpreg
5610 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5611 and alphabsd_fill_fpreg.
5612 * alphabsd-tdep.c: New file.
5613 * alphabsd-tdep.h: New file.
5614 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5615 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5616 alphabsd_supply_fpreg.
5617 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5618 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5619
361d1df0
EC
56202002-05-11 Eric Christopher <echristo@redhat.com>
5621
5622 * mips-tdep.c (mips_double_register_type): Fix thinko.
5623 (mips_single_register_type): Ditto.
5624 * MAINTAINERS: Add self.
5625
92dd7cee
MK
56262002-05-11 Mark Kettenis <kettenis@gnu.org>
5627
5628 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5629 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5630 right thing on architectures with different endianness and/or
5631 integer sizes.
5632
e27da16d
JT
56332002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5634
5635 From Christian Limpach <chris@Pin.LU>
5636 * configure.in: Change sed expression which comments out
5637 NATDEPFILES to also comment out continuation lines.
5638 * configure: Regenerate.
5639
ddde02bd
EZ
56402002-05-10 Elena Zannoni <ezannoni@redhat.com>
5641
5642 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5643 big patch.
5644
1c922164
EZ
56452002-05-10 Elena Zannoni <ezannoni@redhat.com>
5646
5647 * sh-tdep.c: Include correct file.
5648
283150cd
EZ
56492002-05-10 Elena Zannoni <ezannoni@redhat.com>
5650
5651 New support for sh64-elf (sh5) target.
5652
5653 * configure.tgt: For sh64-elf target, default to sh-elf.
5654
5655 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5656 (struct gdbarch_tdep): Add new fields for new registers and ABI
5657 info.
361d1df0 5658
283150cd
EZ
5659 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5660 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5661 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5662 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5663 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5664 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5665 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5666 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5667 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5668 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5669 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5670 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5671 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5672 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5673 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5674 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5675 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5676 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5677 sign_extend, sh64_nofp_frame_init_saved_regs,
5678 sh64_init_extra_frame_info, sh64_get_saved_register,
5679 sh64_extract_struct_value_address, sh64_pop_frame,
5680 sh64_push_arguments, sh64_extract_return_value,
5681 sh64_store_return_value, sh64_show_media_regs,
5682 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5683 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5684 sh_sh64_register_virtual_type,
5685 sh_sh64_register_convert_to_virtual,
5686 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5687 sh64_register_read, sh64_pseudo_register_write,
5688 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5689 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5690 sh64_do_pseudo_register, sh_compact_do_registers_info,
5691 sh64_do_registers_info, sh_gdbarch_init): New functions.
5692
3117ed25
EZ
56932002-05-10 Elena Zannoni <ezannoni@redhat.com>
5694
5695 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5696
2654e6d4
DJ
56972002-05-10 Daniel Jacobowitz <drow@mvista.com>
5698
5699 * linespec.c (decode_line_1): Check for a double quote after
5700 a filename correctly.
5701
9ab3e532
JB
57022002-05-10 Jim Blandy <jimb@redhat.com>
5703
5704 Properly track the size of the current objfile's .debug_line section.
5705 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5706 (DWARF_LINE_SIZE): New macro.
5707 (dwarf2_build_psymtabs_hard): Record the line section's size in
5708 the partial symbol table.
5709 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5710 symbol table.
5711
126fa72d
PS
57122002-05-10 Petr Sorfa <petrs@caldera.com>
5713
5714 * ia64-tdep.c: Handle breakpoints on L instruction type
5715 in MLX instruction bundle by moving the breakpoint to
5716 the third slot (X instruction type) as L holds only data.
5717
1f077a3e
KB
57182002-05-10 Kevin Buettner <kevinb@redhat.com>
5719
5720 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5721 (process_one_symbol): Complain about discarding local symbols
5722 due to a misplaced N_LBRAC entry.
5723
8120c9d5 57242002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
5725
5726 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
5727 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5728 decrease the depth we are at, in the case of templates.
361d1df0 5729
67b2c998
DJ
57302002-05-09 Daniel Jacobowitz <drow@mvista.com>
5731
5732 * mips-tdep.c (mips_float_register_type): New function.
5733 (mips_double_register_type): New function.
5734 (mips_print_register): Use them.
5735 (do_fp_register_row): Likewise.
5736
fd326606
DJ
57372002-05-09 Daniel Jacobowitz <drow@mvista.com>
5738
6609d9af 5739 * signals/signals.c (signals): Remove conditional compilation around
fd326606 5740 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 5741 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 5742
bef35864
MS
57432002-05-09 Michael Snyder <msnyder@redhat.com>
5744
5745 * remote-rdp.c (remote_rdp_can_run): Remove.
5746
c55a3f73
TT
57472002-05-09 Tom Tromey <tromey@redhat.com>
5748
5749 * jv-valprint.c (java_val_print): Handle `char' as a special case
5750 of TYPE_CODE_INT.
5751
b8d5e71d
MS
57522002-05-09 Michael Snyder <msnyder@redhat.com>
5753
5754 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5755 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 5756 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 5757 str r(0123),[sp,#nn].
361d1df0 5758 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
5759 order-independent by placing it in a loop.
5760
e2cd42dd
MS
57612002-05-06 Michael Snyder <msnyder@redhat.com>
5762
5763 * stabsread.c (read_type): Add recognition for new attribute:
5764 "@V;" means that an array type is actually a vector.
5765 This is analogous to the vector flag that's been added to dwarf2.
5766
3ce1502b
MK
57672002-05-09 Mark Kettenis <kettenis@gnu.org>
5768
5769 * i386-tdep.h (i386_abi): New enum.
5770 (struct gdbarch_tdep): Replace os_ident member with abi.
5771 (i386_gdbarch_register_os_abi): New prototype.
5772 * i386-tdep.c (i386_abi_names): New array.
5773 (process_note_abi_tag_sections): Removed.
5774 (process_note_sections): New function.
5775 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5776 (struct i386_abi_handler): New struct.
5777 (i386_abi_handler_list): New variable.
5778 (i386_gdbarch_register_os_abi): New function.
5779 (i386_gdbarch_init): Adapt for the changes given above.
5780
084c156a
DJ
57812002-05-08 Daniel Jacobowitz <drow@mvista.com>
5782
5783 * gregset.h: Say "GNU/Linux".
5784
6599f021
EZ
57852002-05-08 Elena Zannoni <ezannoni@redhat.com>
5786
5787 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5788 (build_gdbtypes): Build builtin_type_v2_float.
5789 (_initialize_gdbtypes): Register new builtin type.
5790
40af4b0c
AC
57912002-05-08 Andrew Cagney <ac131313@redhat.com>
5792
5793 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5794 (clear_gdbarch_swap): New function.
5795 (initialize_non_multiarch): Call.
5796 (gdbarch_update_p): Before calling init(), swap out and clear the
5797 existing architecture.
5798 * gdbarch.c: Regenerate.
5799
4fe84f46
JT
58002002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5801
5802 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5803 alphanbsd-tdep.c.
5804
4015edd1
JT
58052002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5806
5807 * sh-nbsd-nat.c: Rename to...
5808 * shnbsd-nat.c: ...this.
5809 * sh-nbsd-tdep.c: Rename to...
5810 * shnbsd-tdep.c: ...this.
5811 * sh-nbsd-tdep.h: Rename to...
5812 * shnbsd-tdep.h: ...this.
5813 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5814 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5815
0e2bd219
RE
58162002-05-08 Richard Earnshaw <rearnsha@arm.com>
5817
5818 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5819 concatenation for command help messages.
5820
13a38d45
JT
58212002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5822
5823 * NEWS: Note new sh*-*-netbsdelf* configuration.
5824 * configure.host: Set gdb_host_cpu to sh for all sh*.
5825 (sh*-*-netbsdelf*): New host.
5826 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5827 (sh*-*-netbsdelf*): New target.
5828 * sh-nbsd-nat.c: New file.
5829 * sh-nbsd-tdep.c: New file.
5830 * sh-nbsd-tdep.h: New file.
5831 * config/sh/nbsd.mh: New file.
5832 * config/sh/nbsd.mt: New file.
5833 * config/sh/nm-nbsd.h: New file.
5834 * config/sh/tm-nbsd.h: New file.
5835
d658f924
JT
58362002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5837
5838 * sh-tdep.c (sh_osabi_names): Declare.
5839 (process_note_abi_tag_sections): New function.
5840 (get_elfosabi): Ditto.
5841 (sh_gdbarch_register_os_abi): Ditto.
5842 (sh_dump_tdep): Ditto.
5843 _initialize_sh_tdep): Use gdbarch_register to register
5844 sh_gdbarch_init and sh_dump_tdep.
5845 * config/sh/tm-sh.h (sh_osabi): Declare.
5846 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5847
848cfffb
AC
58482002-05-07 Andrew Cagney <ac131313@redhat.com>
5849
5850 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5851 (thumb_scan_prologue): Ditto.
5852 (arm_find_callers_reg): Ditto.
5853 (arm_frame_chain): Ditto.
5854 (arm_init_extra_frame_info): Ditto.
5855 (arm_frame_saved_pc): Ditto.
5856 (arm_pop_frame): Ditto.
5857 (arm_push_return_address): New function.
5858 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5859 call_dummy_location, call_dummy_breakpoint_offset_p,
5860 call_dummy_breakpoint_offset, call_dummy_p,
5861 call_dummy_stack_adjust_p, call_dummy_words,
5862 sizeof_call_dummy_words, call_dummy_start_offset,
5863 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5864 call_dummy_address, push_return_address and push_dummy_frame for
5865 generic dummy frames.
5866
e7d717c0
JT
58672002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5868
5869 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5870 size computation for alloca.
5871 (sh_fp_frame_init_saved_regs): Likewise.
5872
7bbcf283
RE
58732002-05-07 Richard Earnshaw <rearnsha@arm.com>
5874
5875 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5876 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 5877 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
5878 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5879 * remote-rdp.c (remote_rdp_fetch_register): Use
5880 ARM_MAX_REGISTER_RAW_SIZE.
5881 (remote_rdp_store_register): Likewise.
5882
4657573b
ML
58832002-05-07 Michal Ludvig <mludvig@suse.cz>
5884
361d1df0 5885 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
5886 added default labels to switch {} statements.
5887 * x86-64-tdep.c: Ditto.
5888 * x86-64-linux-nat.c: Ditto.
5889
010f3b2f
JT
58902002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5891
5892 * solib.h: Protect against multiple inclusion.
5893
debd256d
JB
58942002-05-06 Jim Blandy <jimb@redhat.com>
5895
9ab3e532
JB
5896 Add first preprocessor macro-expansion files.
5897 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5898 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5899 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5900 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5901 (COMMON_OBS): Add macrotab.o, macroexp.o.
5902 (macroexp.o, macrotab.o): New rules.
5903
debd256d
JB
5904 Separate the job of reading the line number info statement program
5905 header (...expialidocious) out into its own function.
5906 * dwarf2read.c (struct line_head, struct filenames, struct
5907 directories): Replace with...
5908 (struct line_header): New structure, containing the full
5909 contents of the statement program header, including the
5910 include directory and file name tables.
5911 (read_file_scope): If we have line number info, instead of just
5912 calling dwarf_decode_lines to do all the work, call
5913 dwarf_decode_line_header first to get a `struct line_header'
5914 containing the data in the statement program header, and then
5915 pass that to dwarf_decode_lines, which will pick up where that
5916 left off. Be sure to clean up the `struct line_header' object.
5917 (dwarf_decode_line_header, free_line_header, add_include_dir,
5918 add_file_name): New functions.
5919 (dwarf_decode_lines): Move all the code to read the statement
5920 program header into dwarf_decode_line_header. Take the line
5921 header it built as the first argument, instead of the offset to
5922 the compilation unit's line number info. Use the new `struct
5923 line_header' type instead of the old structures. No need to do
5924 cleanups here now, since we don't allocate anything.
5925 (dwarf2_statement_list_fits_in_line_number_section,
5926 dwarf2_line_header_too_long): New complaints.
5927
ac3aafc7
EZ
59282002-05-06 Elena Zannoni <ezannoni@redhat.com>
5929
5930 * gdbtypes.c (init_vector_type): New function.
5931 (build_builtin_type_vec128): Simplify the representation of SIMD
5932 registers.
5933 (build_gdbtypes): Initialize new builtin vector types.
5934 (_initialize_gdbtypes): Register new vector types with gdbarch.
5935 (builtin_type_v4_float, builtin_type_v4_int32,
5936 builtin_type_v8_int16, builtin_type_v16_int8,
5937 builtin_type_v2_int32, builtin_type_v4_int16,
5938 builtin_type_v8_int8): New (renamed) SIMD types.
5939
13e49980
MK
59402002-05-06 Mark Kettenis <kettenis@gnu.org>
5941
5942 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5943 (i387_fill_fxsave): Likewise.
5944
997b20b8
AO
59452002-05-05 Alexandre Oliva <aoliva@redhat.com>
5946
5947 * alpha-tdep.c (alpha_extract_return_value): Don't use
5948 non-constant array size in prototype.
5949
535c96ce
AC
59502002-05-04 Andrew Cagney <ac131313@redhat.com>
5951
5952 From Brian Taylor <briant at model dot com>:
5953 * ui-out.c (ui_out_field_core_addr): Use the function
5954 longest_local_hex_string_custom'to format addresses > 32 bits
5955 wide.
5956
5957 * ui-out.c (ui_out_field_core_addr): Update comment.
5958
bedfa57b
AC
59592002-05-04 Andrew Cagney <ac131313@redhat.com>
5960
5961 * stack.c (select_and_print_frame): Make static. Delete the
5962 parameter `level'.
5963 (func_command): Update call.
5964 (select_frame_command): Delete code computing the frame level.
5965 * frame.h (select_and_print_frame): Delete declaration.
5966
f621c63e
AC
59672002-05-04 Andrew Cagney <ac131313@redhat.com>
5968
5969 * sparc-tdep.c (sparc_get_saved_register): Comment why
5970 get_prev_frame call is safe.
5971
0f7d239c
AC
59722002-05-04 Andrew Cagney <ac131313@redhat.com>
5973
5974 * frame.h (select_frame): Delete level parameter.
5975 * stack.c (select_frame): Update. Use frame_relative_level to
5976 obtain the frame's level.
5977 (select_and_print_frame): Update call.
5978 (select_frame_command): Ditto.
5979 (up_silently_base): Ditto.
5980 (down_silently_base): Ditto.
5981 * ocd.c (ocd_start_remote): Ditto.
5982 * remote-rdp.c (remote_rdp_open): Ditto.
5983 * remote-mips.c (mips_initialize): Ditto.
5984 (common_open): Ditto.
5985 * remote-e7000.c (e7000_start_remote): Ditto.
5986 * m3-nat.c (select_thread): Ditto.
5987 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5988 (child_get_current_exception_event): Ditto.
5989 * varobj.c (varobj_create): Ditto.
5990 (varobj_update): Ditto.
5991 (c_value_of_root): Ditto.
5992 * tracepoint.c (finish_tfind_command): Ditto.
5993 * corelow.c (core_open): Ditto.
5994 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5995 * thread.c (info_threads_command): Ditto.
5996 (switch_to_thread): Ditto.
5997 * infrun.c (normal_stop): Ditto.
5998 (restore_selected_frame): Ditto.
5999 (restore_inferior_status): Ditto.
6000 * breakpoint.c (insert_breakpoints): Ditto.
6001 (watchpoint_check): Ditto.
6002 (bpstat_stop_status): Ditto.
6003 (do_enable_breakpoint): Ditto.
6004 * blockframe.c (flush_cached_frames): Ditto.
6005 (reinit_frame_cache): Ditto.
6006
71d6c7b1
AC
60072002-05-04 Andrew Cagney <ac131313@redhat.com>
6008
6009 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
6010 maintainer.
6011
cda6c68a
JB
60122002-05-04 Jim Blandy <jimb@redhat.com>
6013
6014 * gdbtypes.c (replace_type): Doc fix.
6015
5c1c87f0
AC
60162002-05-04 Andrew Cagney <ac131313@redhat.com>
6017
6018 * valprint.c (strcat_longest): Delete commented out function.
6019 Update copyright.
6020
cd9bfe15
AC
60212002-05-04 Andrew Cagney <ac131313@redhat.com>
6022
6023 * MAINTAINERS: Mark a29k as deleted.
6024 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
6025 Move new configurations to the top.
6026 * configure.tgt: Remove a29k.
6027 * config/a29k/tm-vx29k.h: Delete.
6028 * config/a29k/vx29k.mt: Delete.
6029 * config/a29k/tm-a29k.h: Delete.
6030 * config/a29k/a29k-udi.mt: Delete.
6031 * config/a29k/a29k.mt: Delete.
6032 * a29k-tdep.c: Delete.
6033 * remote-udi.c: Delete.
6034 * remote-mm.c: Delete.
6035 * remote-eb.c: Delete.
6036 * remote-adapt.c: Delete.
6037 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
6038 * config/s390/s390x.mt: Ditto.
6039 * config/s390/s390.mt: Ditto.
6040 * config/sparc/sparclynx.mh: Ditto.
6041 * config/sparc/linux.mh: Ditto.
6042 * config/pa/hppaosf.mh: Ditto.
6043 * config/pa/hppabsd.mh: Ditto.
6044 * config/ns32k/nbsd.mt: Ditto.
6045 * config/mips/vr5000.mt: Ditto.
6046 * config/m68k/sun3os4.mh: Ditto.
6047 * config/m68k/nbsd.mt: Ditto.
6048 * config/m68k/m68klynx.mh: Ditto.
6049 * config/m32r/m32r.mt: Ditto.
6050 * config/i386/x86-64linux.mt: Ditto.
6051 * config/i386/nbsdelf.mt: Ditto.
6052 * config/i386/nbsd.mt: Ditto.
6053 * config/i386/i386lynx.mh: Ditto.
6054
bf0c5130
AC
60552002-05-04 Andrew Cagney <ac131313@redhat.com>
6056
6057 * target.c (debug_print_register): New function. Handle oversize
6058 registers.
6059 (debug_to_fetch_registers): Call.
6060 (debug_to_store_registers): Call.
6061
2ae1c2d2
JB
60622002-05-03 Jim Blandy <jimb@redhat.com>
6063
13a393b0
JB
6064 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6065 (read_type): Doc fix.
6066 * gdbtypes.c (replace_type): Doc fix.
6067
2ae1c2d2
JB
6068 * stabsread.c (multiply_defined_struct): New complaint.
6069 (read_struct_type): If the type we were passed isn't empty, or
6070 incomplete, don't read the new struct type into it; complain,
6071 and return the original type unchanged. Take a new `type_code'
6072 argument, which is the type code for the new type.
6073 (read_type): Rather than storing the type's type code here, pass
6074 it as an argument to read_struct_type, and let that take care of
6075 storing it. That way, we don't overwrite the original type code,
6076 so read_struct_type can use it to decide whether we're overwriting
6077 something we shouldn't.
6078 (complain_about_struct_wipeout): New function.
6079
8de9bdc4
AC
60802002-05-03 Andrew Cagney <ac131313@redhat.com>
6081
6082 * gdbarch.sh: Assert that gdbarch is non-NULL.
6083 * gdbarch.c: Regenerate.
6084
f773fdbb
JM
60852002-05-03 Jason Merrill <jason@redhat.com>
6086
6087 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6088 and return NULL.
6089
0e04a514
ML
60902002-05-03 Michal Ludvig <mludvig@suse.cz>
6091
6092 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6093 (x86_64_dwarf2gdb_regno_map_length),
6094 (x86_64_dwarf2_reg_to_regnum): Added.
6095 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6096 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6097 (_initialize_x86_64_tdep): Synced with the change above.
6098 (x86_64_skip_prologue): Reformulated message.
6099
065432a8
PM
61002002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6101
6102 * f-exp.y: Also use new prev_lexptr variable
6103 to improve error reporting. Based on Michael Snyder
6104 2002-04-24 dated patch to c-exp.y.
6105 * jv-exp.y: Likewise.
6106 * m2-exp.y: Likewise.
6107
a3162708
EZ
61082002-05-02 Elena Zannoni <ezannoni@redhat.com>
6109
6110 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6111 we are dealing with vectors.
6112
03620c38
PM
61132002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6114
6115 * config/m68k/tm-nbsd.h: Obvious fix,
6116 correct machine name.
6117
6604db2e
PM
61182002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6119
6120 * p-typeprint.c (pascal_type_print_base): Add support
6121 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6122
0906b739
PM
61232002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6124
6125 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6126 for fondamental pascal 'char' type.
6127
e2625b33
PM
61282002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6129
6130 * p-lang.h (is_pascal_string_type): Declaration changed,
6131 new sixth argument of type char ** added.
361d1df0 6132 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
6133 changed. Args length_pos, length_size, string_pos, char_size
6134 can now be NULL. New argument arrayname set to the field
6135 name of the char array. Return value set to char array
6136 field index plus one.
361d1df0 6137 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
6138 is_pascal_string_type function.
6139
cf17c188
AC
61402002-05-02 Andrew Cagney <cagney@redhat.com>
6141
6142 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6143 <cagney@redhat.com> change.
6144 * gdbarch.c: Regenerate.
6145
52bca491
AC
61462002-05-02 Andrew Cagney <cagney@redhat.com>
6147
6148 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6149 before probing for a new one. Detect errorenous gdbarch_init
6150 functions.
6151 * gdbarch.c: Regenerate.
6152
d5e72505
AC
61532002-05-01 Andrew Cagney <cagney@redhat.com>
6154
6155 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6156 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6157 * config/v850/tm-v850.h: Ditto. Update copyright.
6158
af566d9f
AC
61592002-04-30 Andrew Cagney <ac131313@redhat.com>
6160
6161 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6162 current_gdbarch.
6163
880d85fa
MS
61642002-04-30 Michael Snyder <msnyder@redhat.com>
6165
94c30b78
MS
6166 * arm-tdep.c: Whitespace clean-ups.
6167 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
6168 should have been removed as part of 4/24 change.
6169
6f5987a6
KB
61702002-04-30 Kevin Buettner <kevinb@redhat.com>
6171
6172 * rs6000-tdep.c: Added comment describing how fpscr register
6173 numbers were chosen.
6174
1a113c93
MS
61752002-04-30 Michael Snyder <msnyder@redhat.com>
6176
6177 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6178
9a6f53fe
EZ
61792002-04-29 Elena Zannoni <ezannoni@redhat.com>
6180
6181 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6182 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6183 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6184
11ed25ac
KB
61852002-04-29 Kevin Buettner <kevinb@redhat.com>
6186
6187 From Louis Hamilton <hamilton@redhat.com>:
6188 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6189 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6190 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6191 not bfd-private xcoff data, to determine wordsize.
6192 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6193
ae232405
AC
61942002-04-29 Andrew Cagney <ac131313@redhat.com>
6195
6196 GDB 5.2 released from 5.2 branch.
6197
91fd20f7
ML
61982002-04-29 Michal Ludvig <mludvig@suse.cz>
6199
6200 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6201 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6202 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 6203
2dc5091b
EZ
62042002-04-29 Elena Zannoni <ezannoni@redhat.com>
6205
6206 * rs6000-tdep.c (rs6000_extract_return_value,
6207 rs6000_store_return_value): Handle returning vectors.
6208 (rs6000_gdbarch_init): Use
6209 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6210 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6211 New function.
6212 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6213 vectors.
6214 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6215 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 6216
2b9848d8
PM
62172002-04-24 Pierre Muller <ics.u-strasbg.fr>
6218
6219 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 6220 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
6221 with fprintf_unfiltered (gdb_stderr,...).
6222
f8d17dc5
PM
62232002-04-24 Pierre Muller <ics.u-strasbg.fr>
6224
6225 * remote-array.c (printf_monitor, write_monitor,
361d1df0 6226 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
6227 Replace fprintf (stderr,...
6228 with fprintf_unfiltered (gdb_stderr,....
6229 * remote-es.c: Likewise.
6230 * remote-os9k.c: Likewise.
6231 * remote-st.c: Likewise.
6232
2f2f1ad1
AS
62332002-04-28 Andreas Schwab <schwab@suse.de>
6234
6235 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6236 linux-proc.o and gcore.o.
6237
b6779aa2
AC
62382002-04-26 Michal Ludvig <mludvig@suse.cz>
6239
6240 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6241 code without frame pointers.
6242
7e57f5f4
AC
62432002-04-26 Andrew Cagney <ac131313@redhat.com>
6244
6245 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6246 ON_STACK is needed.
6247
2ceb85d0
BE
62482002-04-26 Ben Elliston <bje@redhat.com>
6249
6250 * target.c (do_xfer_memory): Correct reference to the new option
6251 "trust-readonly-sections".
6252
f5f8a009
EZ
62532002-04-26 Elena Zannoni <ezannoni@redhat.com>
6254
6255 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6256 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6257 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6258 vectors.
6259 (read_array_type): Record the fact that this array type is really a
6260 vector (i.e. are passed in by value).
6261
5868c862
JT
62622002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6263
6264 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6265 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6266 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6267 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6268 * alpha-linux-tdep.c: Include frame.h.
6269 (alpha_linux_sigcontext_addr): New function.
6270 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6271 alpha_linux_sigcontext_addr.
6272 * alpha-osf1-tdep.c: Include gdbcore.h.
6273 (alpha_osf1_sigcontext_addr): New function.
6274 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6275 alpha_osf1_sigcontext_addr.
6276 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6277 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6278
bfb01f37
AC
62792002-04-26 Andrew Cagney <ac131313@redhat.com>
6280
361d1df0 6281 * stack.c (selected_frame_level):
bfb01f37
AC
6282 (select_frame): Do not set selected_frame_level.
6283 * frame.h (selected_frame_level): Delete declaration.
6284
15813d3f
AC
62852002-04-26 Andrew Cagney <ac131313@redhat.com>
6286
6287 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6288 convert_from_func_ptr-addr when AIX / PowerOpen.
6289
6096c27a
AC
62902002-04-25 Andrew Cagney <ac131313@redhat.com>
6291
6292 * valops.c (hand_function_call): Call
6293 generic_save_call_dummy_addr.
6294 * frame.h (generic_save_call_dummy_addr): Declare.
6295 * blockframe.c (struct dummy_frame): Add fields call_lo and
6296 call_hi.
6297 (generic_find_dummy_frame): Check for PC in range call_lo to
6298 call_hi instead of entry_point_address.
6299 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6300 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
6301 (generic_save_call_dummy_addr): New function.
6302
f510d44e
DM
63032002-04-24 David S. Miller <davem@redhat.com>
6304
6305 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6306 sparc_skip_prologue.
6307 (sparc_skip_prologue): Kill frameless_p arg, and use line number
6308 information to find prologue when possible.
6309 (sparc_prologue_frameless_p): Call examine_prologue directly.
6310 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6311 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6312 second argument.
6313 (SKIP_PROLOGUE): Likewise.
6314
15d72a92
JT
63152002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6316
6317 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6318 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6319 indicate that the condition it was testing is always true.
6320 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6321 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6322 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6323
accc6d1f
JT
63242002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6325
6326 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6327 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6328 tdep->jb_pc and tdep->jb_elt_size.
6329 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6330 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6331 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6332 * alpha-nat.c (get_longjmp_target): Remove.
6333 (JB_ELEMENT_SIZE): Ditto.
6334 (JB_PC): Ditto.
6335 * alpha-tdep.c (alpha_get_longjmp_target): New function.
6336 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
6337 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6338 to alpha_get_longjmp_target.
6339 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6340 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6341 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6342
1bfdc549
AC
63432002-04-25 Andrew Cagney <ac131313@redhat.com>
6344
6345 * README: Update to GDB 5.2.
6346
1bd316f0
AC
63472002-04-25 Andrew Cagney <ac131313@redhat.com>
6348
6349 * gdbarch.sh (LC_ALL): Set to `c'.
6350
2e5ff58c
TR
63512002-04-25 Theodore A. Roth <troth@verinet.com>
6352
6353 * avr-tdep.c: Ran through gdb_indent.sh.
6354
e33ce519
TR
63552002-04-25 Theodore A. Roth <troth@verinet.com>
6356
6357 * MAINTAINERS: Add myself as AVR maintainer.
6358 * NEWS: Note new target avr.
6359
8818c391
TR
63602002-04-25 Theodore A. Roth <troth@verinet.com>
6361
6362 * Makefile.in: Add support for AVR target.
6363 * configure.tgt: Add support for AVR target.
6364 * avr-tdep.c: New file
6365 * config/avr/avr.mt: New file.
6366
79509c2d
TR
63672002-04-25 Theodore A. Roth <troth@verinet.com>
6368
6369 * MAINTAINERS: Add myself to write-after-approval.
6370
dac8068e
PM
63712002-04-24 Pierre Muller <ics.u-strasbg.fr>
6372
6373 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6374 with fprintf_unfiltered (gdb_stderr,....
6375
25bf3106
PM
63762002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6377
6378 Fix PR gdb/508.
6379 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6380
24467a86
PM
63812002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6382
6383 * p-exp.y: Also use new prev_lexptr variable
6384 to improve error reporting. Based on Michael Snyder
6385 2002-04-24 dated patch to c-exp.y.
6386
95b80706
JT
63872002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6388
6389 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6390 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6391 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6392 to 0.
6393 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6394 and struct value.
6395 (FUNCTION_START_OFFSET): Remove.
6396 (BREAKPOINT): Ditto.
6397
e90cc612
JT
63982002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6399
6400 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6401 * NEWS: Ditto.
6402
6c72f9f9
JT
64032002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6404
6405 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6406 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6407 alpha_linux_pc_in_sigtramp.
6408 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6409 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6410 alpha_osf1_pc_in_sigtramp.
6411 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6412 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6413 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6414 alphafbsd_pc_in_sigtramp.
6415 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6416 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6417 alphanbsd_pc_in_sigtramp.
6418 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6419 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6420
5e4f3379
JT
64212002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6422
6423 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6424
da8ca43d
JT
64252002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6426
6427 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6428 alphanbsd-tdep.c.
6429 (alphanbsd-nat.o): New dependency list.
6430 (alphanbsd-tdep.o): Ditto.
6431 * NEWS: Note new native NetBSD/alpha configuration.
6432 * alphanbsd-nat.c: New file.
6433 * alphanbsd-tdep.c: Ditto.
6434 * configure.host (alpha*-*-netbsd*): New host.
6435 * configure.tgt (alpha*-*-netbsd*): New target.
6436 * config/alpha/nbsd.mh: New file.
6437 * config/alpha/nbsd.mt: Ditto.
6438 * config/alpha/nm-nbsd.h: Ditto.
6439 * config/alpha/tm-nbsd.h: Ditto.
6440
36a6271d
JT
64412002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6442
6443 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6444 (alpha-osf1-tdep.o): New dependency list.
6445 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6446 and skip_sigtramp_frame members.
6447 * alpha-linux-tdep.c: Include gdbcore.h.
6448 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6449 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6450 * alpha-osf1-tdep.c: New file.
6451 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6452 alpha-osf1-dep.c.
6453 (alpha_frame_past_sigtramp_frame): New function.
6454 (alpha_dynamic_sigtramp_offset): Ditto.
6455 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6456 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6457 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6458 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6459 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6460 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6461 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6462 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6463 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6464 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6465 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6466 to find_solib_trampoline_target.
6467 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6468 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6469 (SKIP_TRAMPOLINE_CODE): Remove.
6470 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6471 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6472 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6473 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6474 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6475 (PROC_SIGTRAMP_MAGIC): Ditto.
6476 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6477 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6478 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6479 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6480 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6481
2f4bc57b
JT
64822002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6483
6484 * NEWS: Note that Alpha targets are now multi-arch.
6485
665132f9
MS
64862002-04-24 Michael Snyder <msnyder@redhat.com>
6487
6488 * parser-defs.h (prev_lexptr): New external variable.
6489 * parse.c (parse_exp_1): Set prev_lexptr to null before
6490 calling the language-specific parser.
6491 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6492 (yyerror): Use prev_lexptr in error reporting.
6493
32872fa7
DJ
64942002-04-24 Daniel Jacobowitz <drow@mvista.com>
6495
6496 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6497 * gregset.h: If FILL_FPXREGSET is defined, provide
6498 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6499 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6500 is defined, call fill_fpxregset.
6501
57e76fac
MS
65022002-04-24 Roland McGrath <roland@frob.com>
6503
6504 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6505 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6506 (supply_gregset, supply_fpregset): New functions.
6507
6508 * gnu-nat.c (gnu_find_memory_regions): New function.
6509 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6510 (gnu_xfer_memory): Add a cast.
6511
f43845b3
MS
65122002-04-24 Michael Snyder <msnyder@redhat.com>
6513
361d1df0 6514 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
6515 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6516 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 6517 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
6518 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6519 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6520
a0abec03
AC
6521Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6522
6523 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6524 NUM_PSEUDO_REGS can be used.
6525
d7bd68ca
AC
65262002-04-24 Andrew Cagney <ac131313@redhat.com>
6527
6528 * arch-utils.h: Update copyright.
6529
6530 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6531 * gdbarch.h, gdbarch.c: Re-generate.
6532
6533 * inferior.h (IN_SIGTRAMP): Delete definition.
6534 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6535 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6536
6537 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6538 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6539 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6540 (find_proc_framesize): Ditto.
6541 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6542 (alpha_init_extra_frame_info): Ditto.
6543 * infrun.c (handle_inferior_event): Ditto.
6544 (handle_inferior_event): Ditto.
6545 (check_sigtramp2): Ditto.
6546 * blockframe.c (create_new_frame): Ditto.
6547 (get_prev_frame): Ditto.
6548 * ppc-linux-tdep.c: Update comments.
6549 * i386-linux-tdep.c: Update comments.
6550 * breakpoint.c (bpstat_what): Update comment.
6551
4867e41e
DM
65522002-04-24 David S. Miller <davem@redhat.com>
6553
21d83aa5
DM
6554 * i960-tdep.c (register_in_window_p): New function.
6555 (i960_find_saved_register): Use it instead of
6556 REGISTER_IN_WINDOW_P.
6557 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6558
4867e41e
DM
6559 * symtab.h (find_stab_function_addr): Kill extern.
6560 * minsyms.c (find_stab_function_addr): Remove from here...
6561 * dbxread.c: ... to here, and mark it static.
6562
69cdf6a2
DM
65632002-04-20 David S. Miller <davem@redhat.com>
6564
6565 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6566 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6567
5a595886
DM
65682002-04-21 David S. Miller <davem@redhat.com>
6569
6570 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6571 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6572 (vx_write_register): Likewise.
6573
1da1a192
JB
65742002-04-23 J. Brobecker <brobecker@gnat.com>
6575
6576 * source.c (is_regular_file): New function.
6577 (openp): Check wether file to open is a regular file
6578 to avoid opening directories.
6579
baa6f10b
JT
65802002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6581
6582 * findvar.c (extract_signed_integer): Cast printf argument
6583 to suppress format warning.
6584 (extract_unsigned_integer): Likewise.
6585 * infcmd.c (registers_info): Likewise.
6586 * top.c (get_prompt_1): Likewise.
6587 * valops.c (value_assign): Likewise.
6588 * valprint.c (print_decimal): Likewise.
6589
b2c4da81
L
65902002-04-22 H.J. Lu (hjl@gnu.org)
6591
6592 * c-exp.y (typebase): Support
361d1df0 6593
b2c4da81
L
6594 [long|long long|short] [signed|unsigned] [int|]
6595
6596 and
6597
6598 signed [long|long long|short] int
6599
f267bd6a
JT
66002002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6601
6602 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6603 and vax-tdep.h.
6604 * vax-tdep.h: New file.
6605 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6606 Make several routines static.
6607 (vax_get_saved_register): New function.
6608 (vax_gdbarch_init): New function.
6609 (_initialize_vax_tdep): Register vax_gdbarch_init.
6610 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6611 Remove macros now under the control of gdbarch.
6612
da3c6d4a
MS
66132002-04-22 Michael Snyder <msnyder@redhat.com>
6614
11d3b27d
MS
6615 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6616 Some whitespace and coding standards tweaks.
da3c6d4a 6617
a33f7558
JT
66182002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6619
6620 * vax-tdep.c: Include regcache.h.
6621 (vax_call_dummy_words): New.
6622 (sizeof_vax_call_dummy_words): New.
6623 (vax_fix_call_dummy): New function.
6624 (vax_saved_pc_after_call): Ditto.
6625 * config/vax/tm-vax.h: Don't include regcache.h.
6626 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6627 (CALL_DUMMY): Remove.
6628 (CALL_DUMMY_WORDS): Define.
6629 (SIZEOF_CALL_DUMMY_WORDS): Define.
6630 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6631
47a73475
MS
66322002-04-18 Michael Snyder <msnyder@redhat.com>
6633
6634 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6635
52efde73
JT
66362002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6637
6638 * vax-tdep.c (vax_frame_chain): New function.
6639 (vax_push_dummy_frame): Ditto.
6640 (vax_pop_frame): Ditto.
6641 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6642 (FRAMELESS_FUNCTION_INVOCATION): Use
6643 generic_frameless_function_invocation_not.
6644 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6645 (POP_FRAME): Use vax_pop_frame.
6646
ea74468c
JT
66472002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6648
6649 * vax-tdep.c (vax_store_struct_return): New function.
6650 (vax_extract_return_value): Ditto.
6651 (vax_store_return_value): Ditto.
6652 (vax_extract_struct_value_address): Ditto.
6653 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6654 vax_store_struct_return.
6655 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6656 (STORE_RETURN_VALUE): Use vax_store_return_value.
6657 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6658
5516aa92
JT
66592002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6660
6661 * vax-tdep.c (vax_frame_saved_pc): New function.
6662 (vax_frame_args_address_correct): Ditto.
6663 (vax_frame_args_address): Ditto.
6664 (vax_frame_locals_address): Ditto.
6665 (vax_frame_num_args): Move code to be in proximity to
6666 other frame-related functions.
6667 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6668 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6669 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6670 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6671 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6672
36af0b35
L
66732002-04-22 H.J. Lu (hjl@gnu.org)
6674
6675 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6676 includedir.
6677
ab62c900
JT
66782002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6679
6680 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6681 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6682 (FRAME_INIT_SAVED_REGS): New macro.
6683
7232b100
JT
66842002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6685
6686 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6687
b70d2aee
JT
66882002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6689
6690 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6691 where needed.
6692 (fetch_osf_core_registers): Likewise.
6693 (supply_gregset): Likewise.
6694
a0e8a2d1 66952002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 6696
a0e8a2d1
JB
6697 * symfile.h (get_section_index): Define.
6698 * symfile.c (get_section_index): New function.
6699 * mdebugread.c (SC_IS_SBSS): New macro.
6700 (SC_IS_BSS): Return true for the scBss storage class only, as
6701 the scSBss storage class refers to the .sbss section.
6702 (parse_partial_symbols): Discard the symbols which associated
6703 section does not exist.
6704 Make sure to use the .sbss section index for symbols which
6705 storage class is scBss, rather than using the .bss section index.
6706
51eb8b08
JT
67072002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6708
6709 * vax-tdep.c: Update copyright years.
6710 (vax_register_name): New function.
6711 (vax_register_byte): Ditto.
6712 (vax_register_raw_size): Ditto.
6713 (vax_register_virtual_size): Ditto.
6714 (vax_register_virtual_type): Ditto.
6715 * config/vax/tm-vax.h: Update copyright years.
6716 (REGISTER_NAMES): Remove.
6717 (REGISTER_NAME): Define.
6718 (REGISTER_BYTE): Use vax_register_byte.
6719 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6720 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6721 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6722
6cc1c0a8
AC
67232002-04-21 Andrew Cagney <ac131313@redhat.com>
6724
6725 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6726 declaration
6727 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6728
9319a2fe
DM
67292002-04-21 David S. Miller <davem@redhat.com>
6730
6731 * arch-utils.c (generic_prologue_frameless_p): Kill
6732 SKIP_PROLOGUE_FRAMELESS_P code.
6733 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6734 references.
6735 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6736 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6737 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6738 references.
6739 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6740 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6741 (sparc_gdbarch_init): Pass it to
6742 set_gdbarch_prologue_frameless_p.
a0e8a2d1 6743
e9ed6d01
JT
67442002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6745
6746 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6747 (alphabsd-nat.o): New dependency list.
6748
36012033
JT
67492002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6750
6751 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6752 alphafbsd-tdep.c.
6753 (alpha-linux-tdep.o): New dependency list.
6754 (alphafbsd-tdep.o): Likewise.
6755
3379287a
JT
67562002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6757
6758 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6759 to here...
6760 * alpha-tdep.c: ...from here.
6761 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6762
4bcbd6cb
JT
67632002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6764
6765 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6766 prototype from here...
6767 * alpha-tdep.h: ...to here.
6768
b31da25e
AC
67692002-04-21 Andrew Cagney <ac131313@redhat.com>
6770
6771 * frame.h (selected_frame_level): Document as deprecated.
6772 (frame_relative_level): Declare.
6773 * stack.c (frame_relative_level): New function.
6774 (selected_frame_level): Document as deprecated.
6775 (select_frame): Do not set the selected_frame_level.
6776
6777 * stack.c (frame_info, record_selected_frame): Update.
6778 (frame_command, current_frame_command): Update.
6779 (up_silently_base, up_command, down_silently_base): Update.
6780 (down_command): Update.
6781 * inflow.c (kill_command): Update.
6782 * tracepoint.c (finish_tfind_command): Update.
6783 * corelow.c (core_open): Update.
6784 * thread.c (info_threads_command): Update.
6785 (do_captured_thread_select): Update.
6786 * infcmd.c (finish_command): Update.
6787 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6788
9c1d6fe5
JT
67892002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6790
6791 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6792
ab89facf
AC
67932002-04-21 Andrew Cagney <ac131313@redhat.com>
6794
6795 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6796 type const.
6797
82a4efa1
JT
67982002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6799
6800 * alphafbsd-tdep.c: Update copyright years. Include
6801 alpha-tdep.h.
6802 (alphafbsd_use_struct_convention): Make static.
6803 (alphafbsd_init_abi): New function.
6804 (_initialize_alphafbsd_tdep): New function.
6805 * config/alpha/tm-fbsd.h: Update copyright years.
6806 (USE_STRUCT_CONVENTION): Remove.
6807
44dffaac
JT
68082002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6809
6810 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6811 an Alpha ABI variant.
6812 (alpha_abi_handler_list): Declare.
6813 (alpha_gdbarch_register_os_abi): New function.
6814 (alpha_gdbarch_init): Give registered ABI variant handlers a
6815 chance to tweak the gdbarch once we have set up defaults.
6816 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6817
65585be4
JT
68182002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6819
6820 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6821 to standard_coerce_float_to_double.
6822 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6823
d9b023cc
JT
68242002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6825
6826 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6827 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6828 from gdbarch_tdep rather than a constant.
6829 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6830 the default text address for all Alpha Unix ABIs.
6831 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6832 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6833
dc129d82
JT
68342002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6835
6836 * alpha-tdep.h: New file. Includes several Alpha target constants
6837 taken from...
6838 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6839 let gdbarch deal with.
6840 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6841 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6842 to dependency list.
6843 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6844 Alpha target register names.
6845 * alphabsd-nat.c: Likewise.
6846 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6847 Alpha target register names. Make serveral routines static.
6848 (alpha_get_saved_register): New function.
6849 (alpha_abi_names): New.
6850 (process_note_abi_tag_sections): New function.
6851 (get_elfosabi): New function.
6852 (alpha_gdbarch_init): New function.
6853 (alpha_dump_tdep): New function.
6854 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6855
d49d1e0a
AC
68562002-04-21 Andrew Cagney <ac131313@redhat.com>
6857
6858 * frame.c (find_saved_register): Delete #ifdef
6859 HAVE_REGISTER_WINDOWS code.
6860 * config/sparc/tm-sparc.h: Update comments.
6861 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6862
92e8c9ed
AC
68632002-04-21 Andrew Cagney <ac131313@redhat.com>
6864
6865 * i960-tdep.c (i960_find_saved_register): New function.
6866 (i960_get_saved_register): New function.
6867 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6868 (i960_get_saved_register): Declare.
6869 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6870
e1925118
DM
68712002-04-20 David S. Miller <davem@redhat.com>
6872
6873 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6874
29673b29
AC
68752002-04-20 Andrew Cagney <ac131313@redhat.com>
6876
6877 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6878 instead of NUM_PSEUDO_REGS.
6879
6c86dcd5
DM
68802002-04-20 David S. Miller <davem@redhat.com>
6881
6882 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6883 GDB_MULTI_ARCH_PARTIAL
6884 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6885 define, let tm-sp64.h do it.
6886
aa40ec90
JT
68872002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6888
6889 * frame.c (find_saved_register): Avoid a NULL pointer
6890 dereference and actually walk the frame list.
6891
0f79675b
AC
68922002-04-20 Andrew Cagney <ac131313@redhat.com>
6893
6894 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6895 sorted in most most-recent-used order. Document.
6896 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 6897
f91305dd 68982002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
6899
6900 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6901 instead of ->prev.
6902 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6903 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6904 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6905 instead of ->prev.
6906
73d322b1
EZ
69072002-04-19 Elena Zannoni <ezannoni@redhat.com>
6908
6909 Fix PR gdb/471.
6910 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6911 (build_builtin_type_vec128): Ditto.
6912 (append_composite_type_field): Fix calculation of type length in
6913 union case.
6914
ccd9a834
EZ
69152002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6916
6917 * config/djgpp/README: Update.
6918
6919 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6920 compiler warnings.
6921
a57f9e49
JT
69222002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6923
6924 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6925 (alpha_setup_arbitrary_frame): ...to this.
6926 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6927 for alpha_setup_arbitrary_frame.
6928
f4f9705a
AC
69292002-04-18 Andrew Cagney <cagney@redhat.com>
6930
6931 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6932 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 6933
f4f9705a
AC
6934 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6935 * target.h (memory_breakpoint_from_pc): Update declaration.
6936 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6937
6938 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6939 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6940 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6941 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6942 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6943 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6944 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6945 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6946 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6947 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6948 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6949 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6950
6951 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6952 const pointer.
6953 * monitor.c (monitor_insert_breakpoint): Ditto.
6954 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6955
6956 * config/mcore/tm-mcore.h: Update copyright.
6957 * mem-break.c: Ditto.
6958 * xstormy16-tdep.c: Ditto.
6959
29f319b8
PM
69602002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6961
6962 * p-exp.y: Add precedence rule for '^' token.
6963 This removes the shift/reduce conflicts.
6964 Remove the comment concerning these shift/reduce conflicts.
6965
ebeac11a
EZ
69662002-04-18 Elena Zannoni <ezannoni@redhat.com>
6967
6968 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6969 (registers_powerpc_nofp): New register set for processors
6970 without floating point unit.
6971
27c31547
DM
69722002-04-18 David S. Miller <davem@redhat.com>
6973
6974 * MAINTAINERS: Add myself to write-after-approval.
6975
47a73475
MS
69762002-04-17 Michael Snyder <msnyder@redhat.com>
6977
6978 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6979
953836b2
AC
69802002-04-17 Andrew Cagney <ac131313@redhat.com>
6981
6982 * rs6000-tdep.c (frame_initial_stack_address): Use
6983 frame_register_read to read the alloca_reg.
6984
8b0d4340
AC
69852002-04-17 Andrew Cagney <ac131313@redhat.com>
6986
6987 * frame.c (find_saved_register): Find saved registers in the next
6988 not prev frame.
6989 Fix PR gdb/365.
6990
d8864532
AC
69912002-04-17 Andrew Cagney <ac131313@redhat.com>
6992
6993 * gdbarch.sh (LANG): Set to ``c''.
6994
36cc83a3 69952002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 6996
36cc83a3 6997 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 6998
2f4150cc 69992002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
7000
7001 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
7002 Update copyright.
7003
628703c6 7004 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 7005 Also fix PR gdb/391.
361d1df0 7006
56157b4a
AC
70072002-04-14 Andrew Cagney <ac131313@redhat.com>
7008
7009 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
7010 * aclocal.m4, configure: Re-generate.
7011 Fix PR gdb/391.
361d1df0 7012
6d1e3329
EZ
70132002-04-14 Elena Zannoni <ezannoni@redhat.com>
7014
7015 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
7016 instead of tm_print_insn.
7017
cb06fa07
EZ
70182002-04-14 Elena Zannoni <ezannoni@redhat.com>
7019
7020 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
7021
f208ba17
AC
70222002-04-14 Andrew Cagney <ac131313@redhat.com>
7023
7024 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
7025 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
7026 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
7027
20f01a46
DH
70282002-04-12 Don Howard <dhoward@redhat.com>
7029
7030 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7031 max_user_call_depth.
7032 (init_cmd_lists): Initialize the new value;
7033 * cli/cli-script.c (execute_user_command): Limit the call depth of
7034 user defined commands. This avoids a core-dump when user commands
7035 are infinitly recursive.
7036
a88376a3
KB
70372002-04-12 Kevin Buettner <kevinb@redhat.com>
7038
7039 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7040 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7041 from tdep struct instead of DEFAULT_LR_SAVE.
7042 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7043 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7044 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7045
f2172603
MS
70462002-04-12 Michael Snyder <msnyder@redhat.com>
7047
694f61fb 7048 * Remote.c: Spelling fix.
20fe79c8
MS
7049 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7050 If no symbol found for "sbrk", try "_sbrk".
7051 (make_output_phdrs): Use bfd_section_name.
7052 (gcore_copy_callback): Use bfd_section_name.
62995fc4 7053 * eval.c: Indentation fix-ups.
169a7369
MS
7054 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7055 in case it gets applied to an address that is already
7056 in the instruction space.
de74f71f
MS
7057 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7058 * symfile.c: Fix indentation, long lines.
f2172603
MS
7059 * source.c: White space fix-up.
7060
cda5a58a
AC
70612002-04-12 Andrew Cagney <cagney@redhat.com>
7062
7063 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7064 * frame.c (frame_register_read): New function. Return non-zero on
7065 success.
7066 (read_relative_register_raw_bytes_for_frame): Delete.
7067 (read_relative_register_raw_bytes): Delete.
7068 * frame.h (frame_register_read): Declare.
7069 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7070 * sh-tdep.c: Ditto.
7071 * infcmd.c (do_registers_info): Ditto.
7072 * hppa-tdep.c: Ditto.
7073 * rs6000-tdep.c: Ditto.
7074 * h8500-tdep.c: Ditto.
7075 * mips-tdep.c: Ditto.
7076 * h8300-tdep.c: Ditto.
7077 * z8k-tdep.c: Ditto.
7078
2ea5f656
KB
70792002-04-12 Kevin Buettner <kevinb@redhat.com>
7080
7081 From Jimi X <jimix@watson.ibm.com>:
7082 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7083 64-bit SysV ABI.
7084
27b15785
KB
70852002-04-12 Kevin Buettner <kevinb@redhat.com>
7086
7087 From Jimi X <jimix@watson.ibm.com>:
7088 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7089 bfd info.
7090
5d57ee30
KB
70912002-04-12 Kevin Buettner <kevinb@redhat.com>
7092
7093 From Jimi X <jimix@watson.ibm.com>:
7094 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7095 register sets for these processor variants.
7096
bc1e36ca
DJ
70972002-04-11 Daniel Jacobowitz <drow@mvista.com>
7098
bc1e36ca
DJ
7099 * regformats/reg-ppc.dat: Support FPSCR.
7100
e3f36dbd
KB
71012002-04-11 Kevin Buettner <kevinb@redhat.com>
7102
7103 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7104 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7105 Add fpscr as an invalid/unfetchable register.
7106 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7107 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7108 (fill_fpregset): Add support for register fpscr.
7109 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7110 (fill_gregset): Account for the fact that register ``mq'' might
7111 not exist.
7112 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7113 (registers_power): Add fpscr to register set at slot 71.
7114 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7115 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7116
943c9c25
MS
71172002-04-11 Michael Snyder <msnyder@redhat.com>
7118
7119 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7120 * configure: Regenerate.
7121 * config.in: Regenerate.
7122 * acconfig.h: Add define for _SYSCALL32.
7123 * core-sol2.c: Remove #define _SYSCALL32.
7124 * solib-legacy.c: Remove #define _SYSCALL32.
7125
d8c0a2e7
AC
71262002-04-10 Andrew Cagney <ac131313@redhat.com>
7127
7128 * stack.c (select_frame): Cleanup internal error message, do not
7129 use %p.
7130
7cc19214
AC
71312002-04-10 Andrew Cagney <ac131313@redhat.com>
7132
7133 * stack.c (select_frame): Check that selected_frame and the
7134 specified level are as expected.
7135 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7136 Update copyright.
7137 * frame.h (struct frame_info): Add field `level'. Update
7138 copyright.
7139 Work-in-progress PR gdb/464.
7140
67a2b77e
AC
71412002-04-10 Andrew Cagney <ac131313@redhat.com>
7142
7143 * maint.c (maint_print_section_info): Rename print_section_info.
7144 (print_bfd_section_info, print_objfile_section_info): Update.
7145 * inferior.h (struct gdbarch): Add opaque declaration.
7146 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7147 * gdbarch.h: Regenerate.
7148
8cfda98c
ML
71492002-04-10 Michal Ludvig <mludvig@suse.cz>
7150
7151 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7152 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7153 (kernel_u_size): Added.
7154 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7155 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7156
ca439ad2 71572002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 7158
ca439ad2
JI
7159 * valarith.c (find_size_for_pointer_math): New function, either returns
7160 the size for a pointer's target, returns 1 for void *, or errors for
7161 incomplete types.
7162 (value_add, value_sub): use find_size_for_pointer_math.
7163
2f2893d9
DJ
71642002-04-09 Daniel Jacobowitz <drow@mvista.com>
7165
7166 * linux-low.c (linux_look_up_symbols): New hook.
7167 (linux_target_ops): Add linux_look_up_symbols.
7168 * remote-utils.c (decode_address): New function.
7169 (look_up_one_symbol): New function.
7170 * server.c (handle_query): Call target look_up_symbols hook.
7171 * server.h (look_up_one_symbol): Add prototype.
7172 * target.h (struct target_ops): Add look_up_symbols hook.
7173
96cb11df
AC
71742002-04-09 Andrew Cagney <ac131313@redhat.com>
7175
7176 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7177 override FP_REGNUM with frame->fp. Update copyright.
7178 * parse.c (num_std_regs, std_regs): Delete.
7179 (target_map_name_to_register): Do not search std_regs. Update
7180 function description.
7181 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7182 declarations. Update copyright.
7183 Fix PR gdb/251.
361d1df0 7184
97658e92
DJ
71852002-04-09 Daniel Jacobowitz <drow@mvista.com>
7186
7187 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7188 after the last symbol in a block.
7189
6044e3eb
PM
71902002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7191
7192 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7193 is non zero as a found symbol.
7194
0406ec40
AC
71952002-04-08 Andrew Cagney <ac131313@redhat.com>
7196
7197 * findvar.c: Include "builtin-regs.h".
7198 (value_of_register): Call value_of_builtin_reg when applicable.
7199 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7200 (target_map_name_to_register): Call
7201 builtin_reg_map_name_to_regnum.
7202 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7203 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7204 (builtin_regs_h): Define.
7205 (builtin-regs.o): New target.
7206 (findvar.o): Add $(builtin_regs_h).
7207 * builtin-regs.c, builtin-regs.h: New files.
7208 * std-regs.c: New file.
7209 Partial fix for PR gdb/251.
7210
56a6dfb9
KB
72112002-04-08 Kevin Buettner <kevinb@redhat.com>
7212
7213 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7214 it's no longer required.
7215
3a808432
AC
72162002-04-08 Andrew Cagney <ac131313@redhat.com>
7217
7218 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7219
7c40d541
KB
72202002-04-08 Kevin Buettner <kevinb@redhat.com>
7221
7222 From Jimi X <jimix@watson.ibm.com>:
7223 * rs6000-tdep.c (rs6000_software_single_step): Use
7224 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7225 and size. Use target_insert_breakpoint() and
7226 target_remove_breakpoint() to insert and remove breakpoints
7227 instead of explicit memory reads and writes.
7228
cc9836a8
KB
72292002-04-08 Kevin Buettner <kevinb@redhat.com>
7230
7231 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7232 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7233 ELF_OBJECT_FORMAT ifdef.
7234
7495d1dc
KB
72352002-04-08 Kevin Buettner <kevinb@redhat.com>
7236
7237 From Jimi X <jimix@watson.ibm.com>:
7238 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7239
4288e836
KB
72402002-04-08 Kevin Buettner <kevinb@redhat.com>
7241
7242 From Jimi X <jimix@watson.ibm.com>:
7243 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7244 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7245
a4e4e501
MK
72462002-04-07 Mark Kettenis <kettenis@gnu.org>
7247
7248 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7249 s/asprintf/xasprintf/.
7250 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7251
006defba
AC
72522002-04-07 Andrew Cagney <ac131313@redhat.com>
7253
7254 I believe Jeff Law denies responsability for this one:
7255 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7256 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7257 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7258 Work-around for PR gdb/366.
7259
7aa83cac
EZ
72602002-04-07 Elena Zannoni <ezannoni@redhat.com>
7261
7262 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7263 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7264 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7265
cf1fcca1
EZ
72662002-04-07 Elena Zannoni <ezannoni@redhat.com>
7267
7268 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7269 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7270 information.
7271
3f289e6f
AC
72722002-04-07 Andrew Cagney <ac131313@redhat.com>
7273
7274 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7275 maintainer.
7276
129188f6
AC
72772002-04-07 Andrew Cagney <ac131313@redhat.com>
7278
7279 * README (Reporting Bugs in GDB): Document the bug web page as the
7280 prefered way of submitting bugs.
7281 Fix PR gdb/402.
7282
1200cd6e
AC
72832002-04-06 Andrew Cagney <ac131313@redhat.com>
7284
7285 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7286 -1. Update comment.
7287 * gdbarch.h, gdbarch.c: Re-generate.
7288
2853c33c
AS
72892002-04-07 Andreas Schwab <schwab@suse.de>
7290
7291 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7292 buffer to regcache_collect.
7293
c2169756
AC
72942002-04-06 Andrew Cagney <ac131313@redhat.com>
7295
7296 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7297 * gdbarch.c, gdbarch.h: Re-generate.
7298
25f1b008
AC
72992002-04-06 Andrew Cagney <ac131313@redhat.com>
7300
7301 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7302 declaration. Fix -Werror.
7303
59263426
DJ
73042002-04-05 Daniel Jacobowitz <drow@mvista.com>
7305
7306 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7307 * gdbarch.c: Regenerate.
7308
f5db4da3
MS
73092002-04-05 Michael Snyder <msnyder@redhat.com>
7310
80f8a6eb
MS
7311 * breakpoint.c (clear_command): Rewrite middle section to
7312 combine two loops with identical control conditions.
7313 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
7314 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7315
ad3dcc5c
L
73162002-04-05 H.J. Lu (hjl@gnu.org)
7317
7318 * solib-svr4.c (bkpt_names): Add "__start".
7319
f32e7a74
AC
73202002-04-04 Andrew Cagney <ac131313@redhat.com>
7321
7322 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7323 as test for 64 bit target.
7324
8227c0ff
AC
73252002-04-05 Andrew Cagney <ac131313@redhat.com>
7326
7327 * h8500-tdep.c (h8500_write_fp): Delete function.
7328 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7329 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7330 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7331 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7332 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7333 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7334 (s390_write_fp):
7335 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7336 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7337 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7338 (d10v_write_fp): Delete function.
7339 * inferior.h (write_fp, generic_target_write_fp): Delete
7340 declarations.
7341 * regcache.c (generic_target_write_fp): Delete function.
7342 (write_fp): Delete function.
7343 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7344 * gdbarch.h, gdbarch.c: Regenerate.
7345 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7346 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7347 (sparc64_write_fp): Delete declaration.
7348 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7349 (h8500_write_fp): Delete declaration.
7350
2757dd86
AC
73512002-04-04 Andrew Cagney <ac131313@redhat.com>
7352
7353 * sparc-tdep.c (sparc64_write_fp): Delete.
7354 (sparc_push_dummy_frame): Replace write_fp call with code to store
7355 the FP directly.
7356 (sparc_gdbarch_init): Do not initialize write_fp.
7357
c69255e1
KB
73582002-04-05 Kevin Buettner <kevinb@redhat.com>
7359
7360 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7361 clause.
7362
ae767bfb
JB
73632002-03-29 Jim Blandy <jimb@redhat.com>
7364
7365 * stack.c (get_selected_block): Add new argument `addr_in_block',
7366 used to return the exact code address we used to select the block,
7367 not just the block.
7368 * blockframe.c (get_frame_block, get_current_block): Same.
7369 * frame.h (get_frame_block, get_current_block,
7370 get_selected_block): Update declarations.
7371 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7372 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7373
84d2ac95
MS
73742002-04-05 Michael Snyder <msnyder@redhat.com>
7375
7376 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7377 warning message.
7378
596aa3bf
JB
73792002-04-05 J. Brobecker <brobecker@gnat.com>
7380
7381 * utils.c (xfullpath): New function.
7382 * defs.h (xfullpath): Add declaration.
7383 * source.c (openp): Use xfullpath in place of gdb_realpath to
7384 avoid resolving the basename part of filenames when the
7385 associated file is a symbolic link. This fixes a potential
7386 inconsistency between the filenames known to GDB and the
7387 filenames it prints in the annotations.
7388 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7389 to be able to match a filename with either the real filename, or
7390 the name of any symbolic link to this file.
7391 (lookup_partial_symtab): Ditto.
7392
c02f5703
MS
73932002-04-04 Michael Snyder <msnyder@redhat.com>
7394
7395 * breakpoint.c: Add support for hardware breakpoints in overlays.
7396 (overlay_events_enabled): New state variable.
7397 (insert_breakpoints): Use overlay_events_enabled to decide
7398 whether to attempt to set a breakpoint at the overlay load addr.
7399 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7400 (remove_breakpoint): Use overlay_events_enabled to decide
7401 whether breakpoints need to be removed from overlay load addr.
7402 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7403 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 7404 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
7405 disable_overlay_breakpoints): Update overlay_events_enabled.
7406
5fb290d7
DJ
74072002-04-04 Daniel Jacobowitz <drow@mvista.com>
7408
7409 * dwarf2read.c (struct function_range): New.
7410 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7411 (check_cu_functions): New.
7412 (read_file_scope): Initialize global function lists.
7413 Call dwarf_decode_line after processing children.
7414 (read_func_scope): Add to global function list.
7415 (dwarf_decode_lines): Call check_cu_functions everywhere
7416 record_line is called. Call record_line with a linenumber
7417 of 0 to mark sequence ends.
7418
7b3fabf0
ML
74192002-04-04 Michal Ludvig <mludvig@suse.cz>
7420
361d1df0 7421 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
7422 change sync with glibc.
7423
bce58c09
JB
74242002-04-03 Jim Blandy <jimb@redhat.com>
7425
7426 * configure.in: Call AC_C_INLINE.
7427 * configure: Regenerated.
361d1df0 7428
2fccf04a
DJ
74292002-04-01 Daniel Jacobowitz <drow@mvista.com>
7430
7431 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7432 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7433
2d1bfe2e
MK
74342002-03-31 Mark Kettenis <kettenis@gnu.org>
7435
a5941fbf
MK
7436 * NEWS: Mention gcore support on FreeBSD/i386.
7437
a90cd31d
MK
7438 * fbsd-proc.c: New file.
7439 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7440 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7441
2d1bfe2e
MK
7442 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7443 while statement.
7444
9eb6e5a1
JB
74452002-03-29 Jim Blandy <jimb@redhat.com>
7446
7447 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7448 unescaped newlines in string literals, but newer ones don't. So
7449 escape them.
7450
f02df580
MS
74512002-03-26 Michael Snyder <msnyder@redhat.com>
7452 Andrew Cagney <cagney@redhat.com>
7453
361d1df0 7454 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
7455 restore file to memory.
7456 * cli/cli-dump.h: New file.
7457 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 7458 * NEWS: Mention new commands.
f02df580 7459
109f874e
MS
74602002-03-28 Michael Snyder <msnyder@redhat.com>
7461
7462 * symfile.c (symbol_file_add): Move test for null symbols to later.
7463
520f6ade
AC
74642002-03-27 Andrew Cagney <ac131313@redhat.com>
7465
7466 From veksler at il.ibm.com:
7467 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7468 the xstrduped original path.
7469 Fix PR gdb/417.
7470
d4654627
MS
74712002-03-27 Michael Snyder <msnyder@redhat.com>
7472
7473 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7474 * infcmd.c (_initialize_infcmd): Ditto.
7475 * language.c (_initialize_language): Ditto.
7476 * symfile.c (_initialize_symfile): Ditto.
7477 * top.c (_init_main): Ditto.
7478 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7479
6be8bc0c
EZ
74802002-03-27 Elena Zannoni <ezannoni@redhat.com>
7481
7482 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7483 vector registers handling.
7484 (skip_prologue): Handle new AltiVec instructions. Fill in new
7485 fields of frame data.
7486 (frame_get_saved_regs): Fill in information for AltiVec registers.
7487
12af6855
JB
74882002-03-27 Jim Blandy <jimb@redhat.com>
7489
7490 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7491 a function; leave this macro here to invoke that function.
7492 (symbol_init_mangled_name): Declaration for that function.
7493 * symtab.c (symbol_init_mangled_name): New function.
7494
dc672865
AC
74952002-03-27 Andrew Cagney <ac131313@redhat.com>
7496
7497 * valarith.c: Replace strerror with safe_strerror.
7498 * tracepoint.c: Ditto.
7499 * lin-lwp.c: Ditto.
7500 * go32-nat.c: Ditto.
7501 * inflow.c: Ditto.
7502 * gnu-nat.c: Ditto.
7503
d96429cd
AS
75042002-03-27 Andreas Schwab <schwab@suse.de>
7505
7506 * event-top.c (command_line_handler): Remove useless if.
7507
7e336ba1
AJ
75082002-03-27 Andreas Jaeger <aj@suse.de>
7509
7510 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7511 comment.
7512
de220d0f
ML
75132002-03-27 Michal Ludvig <mludvig@suse.cz>
7514
7515 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7516 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7517 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7518 (x86_64_linux_dr_get_status, supply_gregset),
7519 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7520 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7521 (x86_64_register_info_table): Add.
7522 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7523 (x86_64_register_raw_size, x86_64_register_virtual_type),
7524 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7525 general x86_64_register_info_table.
7526 (i386_gdbarch_init): gdbarch_register_bytes is now set
7527 dynamicaly during initialization.
7528 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7529 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 7530
0e98d0a7
DJ
75312002-03-27 Daniel Jacobowitz <drow@mvista.com>
7532
7533 * gdbserver/server.c (main): Call target_signal_to_host_p
7534 and target_signal_to_host on signals received from the remote.
7535 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7536 target_signal_from_host on signals sent to the remote.
7537 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7538 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7539
3130066b
DJ
75402002-03-27 Daniel Jacobowitz <drow@mvista.com>
7541
7542 * signals/signals.c: Include "server.h" in gdbserver build.
7543 (target_signal_from_name): Don't use STREQ.
7544 (_initialize_signals): Likewise. Don't include function in
7545 gdbserver build.
7546
9aedf4f4
DJ
75472002-03-27 Daniel Jacobowitz <drow@mvista.com>
7548
7549 * signals.c: Moved to...
7550 * signals/signals.c: Here.
7e336ba1 7551 * Makefile (signals.o): Update.
9aedf4f4 7552
3fa41cdb
JL
75532002-03-26 Jeff Law (law@redhat.com)
7554
7555 * somread.c (som_symtab_read): Remove some commented out code and
7556 updated related comments. Do not set the minimal symbol table to
7557 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7558 in a dynamic executable.
7559 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7560 where we are unable to find the minimal symbol for the given
7561 PC value.
7562
ee677e8d
MS
75632002-03-25 Jeff Law (law@redhat.com)
7564
7565 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7566
e76e1718
ML
75672002-03-25 Michal Ludvig <mludvig@suse.cz>
7568
7569 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7570
18a642a1
AC
75712002-03-23 Andrew Cagney <ac131313@redhat.com>
7572
7573 * command.h: Update copyright.
7574 (struct cmd_list_element): Replace definition with opaque
7575 declaration.
7576 (enum cmd_types): Document that it will eventually be moved to
7577 cli/cli-decode.h
7578 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7579 (MALLOCED_REPLACEMENT): Delete macro.
7580 * Makefile.in (cli_decode_h): Add $(command_h).
7581 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 7582 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
7583 * completer.c: Include "cli/cli-decode.h".
7584 * maint.c: Include "cli/cli-decode.h".
7585 * cli/cli-decode.h: Include "command.h".
7586 (enum command_class): Delete.
7587 (enum cmd_types): Comment out.
7588 (enum cmd_auto_boolean): Delete.
7589 (enum var_types): Delete.
7590
b2875cc0
AC
75912002-03-23 Andrew Cagney <ac131313@redhat.com>
7592
7593 * cli/cli-decode.c: Include "gdb_assert.h".
7594 (add_set_or_show_cmd): New static function.
7595 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7596 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7597 all fields, such as func, from the set command.
7598
3b45974e
AC
75992002-03-23 Andrew Cagney <ac131313@redhat.com>
7600
7601 * MAINTAINERS (sh-elf): Change warning flag to -w.
7602
823ca731
AC
76032002-03-23 Andrew Cagney <cagney@redhat.com>
7604
7605 * defs.h (error): Add printf format attribute.
7606 * thread-db.c (thread_from_lwp): Fix error format string.
7607 * stack.c (parse_frame_specification): Ditto.
7608 * cli/cli-decode.c (undef_cmd_error): Ditto.
7609 * scm-lang.c (scm_lookup_name): Ditto.
7610 * tracepoint.c (trace_error): Ditto.
7611 * remote-utils.c (usage): Ditto.
7612 * remote.c (compare_sections_command): Ditto.
7613 Fix PR gdb/328.
7614
0e101458
AC
76152002-03-22 Andrew Cagney <ac131313@redhat.com>
7616
7617 * gdbtypes.c (append_composite_type_field): New function.
7618 (init_composite_type): New function.
7619 * gdbtypes.h (append_composite_type_field): Declare.
7620 (init_composite_type): Ditto.
7621
8e0662df
EZ
76222002-03-22 Elena Zannoni <ezannoni@redhat.com>
7623
7624 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 7625 function.
8e0662df
EZ
7626 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7627 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7628 structure returning convention for SYSV ABI case, but not
7629 for GNU/Linux, FreeBSD, or NetBSD.
7630
3121eff0
DJ
76312002-03-22 Daniel Jacobowitz <drow@mvista.com>
7632
7633 * symtab.h (lookup_block_symbol): Add mangled_name argument
7634 to prototype.
7635
7636 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7637 with new mangled_name argument.
7638 * linespec.c (decode_line_1): Likewise.
7639 * valops (value_of_this): Likewise.
7640 * symtab.c (lookup_transparent_type): Likewise.
7641 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7642 (lookup_symbol): If we are given a mangled name, pass it down
7643 to lookup_symbol_aux.
7644 (lookup_block_symbol): If we are given a mangled name to check
7645 against, only return symbols which match it.
7646
349b409f
CF
76472002-03-22 Christopher Faylor <cgf@redhat.com>
7648
7649 * win32-nat.c (child_create_inferior): Check for proper shell to use
7650 here, in case the user changes it on the fly.
7651 (_initialize_inftarg): Remove shell path considerations.
7652
2a873819
EZ
76532002-03-21 Elena Zannoni <ezannoni@redhat.com>
7654
7655 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7656 for gdbarch_max_register_raw_size and max_register_virtual_size.
7657 Adjust copyright year.
7658
a1b9830c
DJ
76592002-03-21 Daniel Jacobowitz <drow@mvista.com>
7660
7661 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7662 in a function to cover the entire beginning of the function
7663 as well if it does not already.
7664
8b5790f2
TR
76652002-03-21 Tom Rix <trix@redhat.com>
7666
7667 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7668 (rs6000_ptrace64): Renamed from ptrace64.
7669
bdbe5747
MH
76702002-03-20 Martin M. Hunt <hunt@redhat.com>
7671
7672 * gdbserver/remote-utils.c (remote_open): Don't call
7673 getprotobyname, we're all using TCP here so just use
7674 IPPROTO_TCP.
7e336ba1 7675 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
7676
76772002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 7678
bdbe5747
MH
7679 * regcache.c (_initialize_regcache): No need to call
7680 build_regcache() at this time; it gets called whenever
7681 the gdbarch changes.
7682
7781cd62
DB
76832002-03-20 David O'Brien <obrien@FreeBSD.org>
7684
7685 * sparc-nat.c: Include sys/param.h where possible.
7686
f65ca430
DJ
76872002-03-20 Daniel Jacobowitz <drow@mvista.com>
7688
7689 Fix PR gdb/422.
7690 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7691 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7692 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7693 complex types.
7694 * stabsread.c (rs6000_builtin_type): Likewise.
7695 (read_sun_floating_type): Likewise.
7696
0c867556
PS
76972002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7698
7699 * stabsread.c (read_member_functions): Remove skip code for duplicate
7700 constructor/destructor methods. Use standard parsing for these
7701 methods and just do not chain them to the list of methods after
7702 parsing.
7703
12b9c64f
AO
77042002-03-19 Alexandre Oliva <aoliva@redhat.com>
7705
7706 * coffread.c: Remove redundant static declarations. Replace
7707 occurrences of `PTR' with `void *'.
7708 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7709 * top.h (quit_cover): Likewise.
7710 * defs.h (catch_errors): Likewise.
7711
349c5d5f
AC
77122002-03-18 Andrew Cagney <ac131313@redhat.com>
7713
7714 * defs.h (XMALLOC): Define.
7715 * gdb-events.sh (XMALLOC): Delete macro.
7716 * gdb-events.c, gdb-events.h: Regenerate.
7717 * gdbarch.sh (XMALLOC): Delete macro.
7718 * gdbarch.c: Regenerate.
7719 * serial.c (XMALLOC): Delete macro.
7720 * ui-file.c (XMALLOC): Ditto.
7721 * ser-unix.h (XMALLOC): Ditto.
7722 * sh-tdep.c (XMALLOC): Ditto.
7723 * ui-out.c (XMALLOC): Ditto.
7724 * utils.c (XMALLOC): Ditto.
7725 * i386-tdep.c (XMALLOC): Ditto.
7726 * gdb-events.c (XMALLOC): Ditto.
7727 * d10v-tdep.c (XMALLOC): Ditto.
7728 * cli-out.c (XMALLOC): Ditto.
7729
7730 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7731 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7732 * ui-file.c, ui-out.c: Ditto.
7733
7d0766f3
AC
77342002-03-18 Andrew Cagney <ac131313@redhat.com>
7735
7736 * command.h (struct cmd_list_element): Add field context.
7737 (set_cmd_context, get_cmd_context): Declare.
7738 * cli/cli-decode.h: Ditto.
7739 * cli/cli-decode.c (get_cmd_context): New function.
7740 (set_cmd_context): New function.
7741 (add_cmd): Initialize context.
7742 Part of fixing PR gdb/145 and PR gdb/146.
7743
5913bcb0
AC
77442002-03-17 Andrew Cagney <ac131313@redhat.com>
7745
1868c04e
AC
7746 * cli/cli-decode.c (cmd_type): New function.
7747 * command.h (cmd_type): Declare.
7748 * infrun.c (set_schedlock_func): Call function cmd_type.
7749 * kod.c (kod_set_os): Call cmd_type.
7750 * cris-tdep.c (cris_version_update): Use function cmd_type.
7751 (cris_mode_update, cris_abi_update): Ditto.
7752
5913bcb0
AC
7753 * command.h: (execute_cmd_post_hook): Declare.
7754 (execute_cmd_pre_hook): Declare.
7755 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7756 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7757 functions. Execute pre/post hook while ensuring that afterwords
7758 hook_in is cleared.
7759 * top.c (execute_command): Use execute_cmd_post_hook, and
7760 execute_cmd_pre_hook to execute pre/post commands.
7761 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7762 hook_stop_stub.
7763 (hook_stop_stub): Call execute_cmd_pre_hook.
7764
b51450c9
AC
77652002-03-17 Andrew Cagney <ac131313@redhat.com>
7766
7767 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7768 set'' and this leads to a core dump. Move xstrdup of
7769 operating_system to after check that it is not NULL.
7770
f66c9f11
AC
77712002-03-17 Andrew Cagney <ac131313@redhat.com>
7772
8e694ecf
AC
7773 * kod.c (kod_set_os): Remove unnecessary check that
7774 ``command->type'' is set_cmd.
7775
f66c9f11
AC
7776 * valprint.c (set_input_radix): Use input_radix.
7777 (set_output_radix): Use output_radix.
7778 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7779 isn't reverted.
7780
9d01611c
AC
77812002-03-16 Andrew Cagney <ac131313@redhat.com>
7782
7783 * value.h (struct value): Delete field ``substring_addr''. Change
7784 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
7785 force_core_addr_align and force_pointer_aligh.
7786
7787 * value.h (struct value): Fix typo in above change.
9d01611c 7788
4156bb53
PS
77892002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7790
7791 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7792 to fix internal_error from ``maintenance print architecture''.
7793
0e5e3ea6
PS
77942002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7795
7796 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7797 for gcc versions after gcc-2.8.1.
7798
9b013045
PS
77992002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7800
7801 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7802 for method resolution. Restore adjustment of ``this'' pointer after
7803 calling value_struct_elt, which was accidentally removed during the
7804 HP merge.
7805
376c9600
AC
78062002-03-15 Andrew Cagney <ac131313@redhat.com>
7807
7808 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7809 value_of_register.
7810 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7811 get_saved_register.
7812 * value.h (value_of_register): Update.
7813
a4db0f07
RH
78142002-03-14 Richard Henderson <rth@redhat.com>
7815
7816 * configure.in: Detect declaration for canonicalize_file_name.
7817 * utils.c (canonicalize_file_name): Declare, if needed.
7818 (gdb_realpath): Prefer realpath if available and usable.
7819 * config.in, configure: Rebuild.
7820
96383835
RH
78212002-03-14 Richard Henderson <rth@redhat.com>
7822
7823 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7824 a constant array bound.
7825
7826 * MAINTAINERS: Add myself to write-after-approval.
7827
75245b24
MS
78282002-03-14 Michael Snyder <msnyder@redhat.com>
7829
7830 * symfile.c (syms_from_objfile): Return immediately if no syms.
7831 (symbol_file_add): Return immediately if no syms.
7832 (find_sym_fns): Return immediately if no syms.
7833
e641a1ca
ML
78342002-03-13 Michal Ludvig <mludvig@suse.cz>
7835
7836 * gdbserver/remote-util.c (remote_open): Print remote-side's
7837 IP address when remote debugging over the network.
7e336ba1 7838
df08bfec
DB
78392002-03-12 David O'Brien <obrien@FreeBSD.org>
7840
7841 * config/sparc/fbsd.mh: Fix copyright.
7842 * config/sparc/fbsd.mt: Likewise.
7843
9a57864f
RE
78442002-03-11 Richard Earnshaw <rearnsha@arm.com>
7845
7846 * MAINTAINERS: Fix typo in name of gdb warnings option.
7847 (x86-64): Fix formating so that this can be parsed by awk.
7848
dd7bf85e
DJ
78492002-03-10 Daniel Jacobowitz <drow@mvista.com>
7850
7851 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7852 * defs.h: Include "gdb/signals.h".
7853 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7854
33a0a2ac
ML
78552002-03-10 Michal Ludvig <mludvig@suse.cz>
7856
7857 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 7858 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
7859 from x86-64-tdep.h
7860
dd824b04
DJ
78612002-03-10 Daniel Jacobowitz <drow@mvista.com>
7862 Don Howard <dhoward@redhat.com>
7863
7864 * mips-tdep.c (ST0_FR): Define.
7865 (mips2_fp_compat): New function, temporarily disabled.
7866 (mips_read_fp_register_single): New function.
7867 (mips_read_fp_register_double): New function.
7868 (mips_print_register): Use them.
7869 (do_fp_register_row): Likewise.
7870
6a41ff59
AC
78712002-03-09 Andrew Cagney <ac131313@redhat.com>
7872
7873 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7874 approval''.
7875
4ea09c10
PS
78762002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7877
7878 * stabsread.c (read_member_functions): Fix is_stub test for
7879 static member functions, improve comment.
7880
6ccc741d
RE
78812002-03-07 Richard Earnshaw <rearnsha@arm.com>
7882
7883 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7884 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7885 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7886 commands that set boolean values.
7887 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7888 (arm_rdi_resume): Always initialize PC.
7889 (arm_rdi_open): Don't use rslt as a boolean.
7890 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7891 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7892 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7893 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7894
438013df
AO
78952002-03-06 Alexandre Oliva <aoliva@redhat.com>
7896
7897 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7898 * configure: Rebuilt.
7899
70ed8774
SC
79002002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7901
7902 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7903 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7904
5ba2abeb
AC
79052002-03-06 Andrew Cagney <ac131313@redhat.com>
7906
7907 * cli/cli-decode.c (set_cmd_completer): New function.
7908 * command.h (set_cmd_completer): Declare.
7909 * cli/cli-decode.h (set_cmd_completer): Ditto.
7910
7911 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7912 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7913 * win32-nat.c (_initialize_inftarg): Ditto.
7914 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7915 * proc-api.c (_initialize_proc_api): Ditto.
7916 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7917 * source.c (_initialize_source): Ditto.
7918 * exec.c (_initialize_exec): Ditto.
7919 * solib.c (_initialize_solib): Ditto.
7920 * top.c (init_main): Ditto.
7921 * tracepoint.c (_initialize_tracepoint): Ditto.
7922 * symfile.c (_initialize_symfile): Ditto.
7923 * printcmd.c (_initialize_printcmd): Ditto.
7924 * infcmd.c (_initialize_infcmd): Ditto.
7925 * corefile.c (_initialize_core): Ditto.
7926
f779ca99
AC
79272002-03-05 Andrew Cagney <ac131313@redhat.com>
7928
7929 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7930
01a3934b
AC
79312002-03-05 Andrew Cagney <ac131313@redhat.com>
7932
7933 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7934
37057839
AC
79352002-03-05 Andrew Cagney <ac131313@redhat.com>
7936
7937 * NEWS: Update headings, 5.2 has branched.
7938
c6ecbae5
DJ
79392002-03-04 Daniel Jacobowitz <drow@mvista.com>
7940
7941 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7942 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7943 (register_addr, REGISTER_RAW_SIZE): Likewise.
7944 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7945 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7946
e9f30c21
ML
79472002-03-03 Michal Ludvig <mludvig@suse.cz>
7948
7949 * MAINTAINERS (x86-64): Add myself.
7950 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7951 changed value_ptr -> struct value *
7952
54394ac3
DB
79532002-03-01 David O'Brien <obrien@FreeBSD.org>
7954
7955 * configure.host (sparc64-*-freebsd): Add.
7956 * configure.tgt: Likewise.
7957 * config/sparc/fbsd.mh: New file.
7958 * config/sparc/fbsd.mt: Likewise.
7959 * config/sparc/nm-fbsd.h: Likewise.
7960 * config/sparc/tm-fbsd.h: Likewise.
7961
bfe95955
DJ
79622002-03-01 Daniel Jacobowitz <drow@mvista.com>
7963
7964 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7965 regformats/reg-s390x.dat.
7966
f33c6cbf
AC
79672002-03-01 Andrew Cagney <ac131313@redhat.com>
7968
7969 * utils.c: Add FIXME explaining true/false problem.
7970
5ecaa7dd
AC
79712002-02-28 Andrew Cagney <ac131313@redhat.com>
7972
7973 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7974
2a251cc2
MC
79752002-02-28 Michael Chastain <mec@shout.net>
7976
7977 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7978
6a8031a3 79792002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
7980
7981 * gdbserver/linux-s390-low.c: New file.
7982 * regformats/reg-s390.dat: New file.
7983 * regformats/reg-s390x.dat: New file.
7984 * gdbserver/configure.srv: Add S/390.
7985 * gdbserver/Makefile.in: Add S/390.
7986 * configure.tgt: Enable gdbserver for S/390.
7987
ac469903
EZ
79882002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7989
7990 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7991 first line of the doc string for "info dos", except at the end of
7992 the sentence, since the short help stops at the first period.
7993
985cb1a3
JM
79942002-02-28 Jason Merrill <jason@redhat.com>
7995
7996 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7997
c570663e
FF
79982002-02-27 Fred Fish <fnf@redhat.com>
7999
8000 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
8001 comment (dumy -> dummy).
8002
43630227
PS
80032002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8004
8005 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
8006
b84911e8
RB
80072002-02-27 Rodney Brown <rbrown64@csc.com.au>
8008
8009 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
8010
58caa3dc
DJ
80112002-02-27 Daniel Jacobowitz <drow@mvista.com>
8012
8013 * gdbserver/acconfig.h: New file.
8014 * gdbserver/i387-fp.c: New file.
8015 * gdbserver/i387-fp.h: New file.
8016 * gdbserver/linux-x86-64.c: New file.
8017 * regformats/reg-x86-64.dat: New file.
8018 * configure.tgt: Add x86_64-*-linux* gdbserver support.
8019 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
8020 * gdbserver/configure.in: Add support for regsets.
8021 * gdbserver/config.in: Regenerate.
8022 * gdbserver/configure: Regenerate.
8023 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
8024 * gdbserver/linux-low.h: New file.
8025 * gdbserver/linux-low.c: Include "linux-low.h". Add support
8026 for regsets.
8027 * gdbserver/linux-arm-low.c: Include "linux-low.h".
8028 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
8029 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
8030 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8031 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8032 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8033 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8034 "i387-fp.h". Add PTRACE_GETREGS and friends.
8035 * gdbserver/regcache.c (supply_register): New function.
8036 (supply_register_by_name): New function.
8037 (collect_register): New function.
8038 (collect_register_by_name): New function.
8039
93652174
DJ
80402002-02-27 Daniel Jacobowitz <drow@mvista.com>
8041
8042 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8043 (config.status): Add configure.srv dependency.
8044 (server_h): Add config.h dependency.
8045
a02e4a61
DJ
80462002-02-27 Daniel Jacobowitz <drow@mvista.com>
8047
8048 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8049 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8050 * gdbserver/configure.srv: Change i386-*-linux* to use
8051 reg-i386-linux.o.
8052
ce0eebec
AC
80532002-02-26 Andrew Cagney <ac131313@redhat.com>
8054
8055 * x86-64-tdep.c: Re-indent. Update copyright date.
8056
82dbc5f7
AC
80572002-02-26 Andrew Cagney <ac131313@redhat.com>
8058
8059 From Michal Ludvig <mludvig@suse.cz>:
8060 * x86-64-tdep.c (value.h): Delete.
8061 (gdb_assert.h): Include.
8062 (x86_64_register_convert_to_virtual,
8063 x86_64_register_convert_to_raw ): Add check which lets only
8064 floating-point values to be converted.
8065 (value_push): Delete.
8066 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8067 (i386_gdbarch_init): Number of register_bytes fixed.
8068
e4621584
AC
80692002-02-26 Andrew Cagney <ac131313@redhat.com>
8070
8071 * MAINTAINERS: Add x86-64 target.
8072
81a9a963
AC
80732002-02-26 Andrew Cagney <ac131313@redhat.com>
8074
8075 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8076 * osfsolib.c (solib_map_sections): Ditto.
8077 * irix5-nat.c (solib_map_sections): Ditto.
8078 * corelow.c (gdb_check_format): Ditto.
8079 * symfile.c (symfile_bfd_open): Ditto.
8080 * solib.c (solib_map_sections): Ditto.
8081 Fix PR gdb/354.
7e336ba1 8082
0f017ab9
AC
80832002-02-26 Andrew Cagney <ac131313@redhat.com>
8084
8085 * remote.c (_initialize_remote): By default, disable ``e'' and
8086 ``E'' step out-of-range packets.
8087
75738c29
AS
80882002-02-26 Andreas Schwab <schwab@suse.de>
8089
8090 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8091 m68k_linux_frame_saved_pc.
8092 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8093 in_sigtramp.
8094 (SIGCONTEXT_PC_OFFSET): Remove.
8095 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8096 m68k_linux_sigtramp_saved_pc): New functions.
8097 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8098 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8099 (UCONTEXT_PC_OFFSET): Define.
8100 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8101 non-RT and RT signal trampolines.
8102
7e8ed687
RE
81032002-02-26 Richard Earnshaw <rearnsha@arm.com>
8104
8105 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8106 (TARGET_NBPG, STACK_END_ADDR): Delete
8107 (VARIABLES_INSIDE_BLOCK): Delete.
8108
6972bc8b
AC
81092002-02-25 Andrew Cagney <ac131313@redhat.com>
8110
8111 * utils.c (perror_with_name): Make string parameter constant.
8112 (print_sys_errmsg): Ditto.
8113 (query): Ditto.
8114 * defs.h (perror_with_name): Update.
8115 (print_sys_errmsg): Update.
8116 (query): Update.
8117
aa32f823
DJ
81182002-02-25 Daniel Jacobowitz <drow@mvista.com>
8119
8120 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8121 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8122
19caaa45
PS
81232002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8124
8125 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8126 if it already matches the current architecture from the exec file.
8127 Include arch-utils.h for gdbarch_info_init prototype.
8128 * Makefile.in (rs6000-nat.o): Update dependencies.
8129
d951901f
EZ
81302002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8131
8132 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8133 list of exported variables.
8134
7ea81414
DJ
81352002-02-24 Daniel Jacobowitz <drow@mvista.com>
8136
8137 * gdbserver/configure.srv: New file.
8138 * gdbserver/configure.in: Use configure.srv instead
8139 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8140 from it.
8141 * gdbserver/configure: Regenerated.
8142 * gdbserver/terminal.h: New file.
8143 * gdbserver/Makefile.in: Update for configure changes. Remove
8144 more unneeded include paths.
8145
080fe24b
AC
81462002-02-24 Andrew Cagney <ac131313@redhat.com>
8147
8148 From wiz at danbala:
8149 * config/sparc/tm-sp64.h: Fix grammar and typos.
8150 Fix PR gdb/287.
8151
8605d56e
AC
81522002-02-24 Andrew Cagney <ac131313@redhat.com>
8153
8154 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
8155 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8156 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8157 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
8158 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8159 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8160 * s390-tdep.c: Ditto.
92362027
AC
8161 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8162 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8163 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8164 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8165 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8166 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8167 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8168 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8169 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8170 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 8171 Fix PR gdb/378.
7e336ba1 8172
8ed32cc0
AC
81732002-02-23 Andrew Cagney <ac131313@redhat.com>
8174
a3007b6f
AC
8175 * lin-thread.c: Delete file.
8176 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8177 to gdb_proc_service.h.
8178 * configure: Re-generate.
8179
50a9e2f1
AC
8180 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8181 * serial.c (serial_open): Delete check for "ocd".
8182 Fix PR gdb/349.
8183
8b6e7932
AC
8184 * Makefile.in (linux-thread.o): Delete target.
8185 * linux-thread.c: Delete file.
8186
d155c46b
AC
8187 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8188 renamed SH files to be consistent.
8189
8ed32cc0
AC
8190 * symtab.c (sort_search_symbols): Use xfree.
8191
0e18d038
RE
81922002-02-23 Richard Earnshaw <rearnsha@arm.com>
8193
8194 * arm-linux-tdep.c (arm_linux_init_abi): Register
8195 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8196 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8197 definition with undef, since we don't want the sysvr4 definition.
8198 (SKIP_TRAMPOLINE_CODE): Likewise.
8199
27aac7ff
AC
82002002-02-23 Andrew Cagney <ac131313@redhat.com>
8201
8202 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8203
8204 * configure.in: (AC_CHECK_FUNCS) Added test for
8205 canonicalize_file_name Regenerated.
8206 * config.in, configure: Regenerated.
8207 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8208 defined use canonicalize_file_name.
7e336ba1 8209
65a6e0ee
MC
82102002-02-23 Michael Chastain <mec@shout.net>
8211
8212 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8213
47b95330
AC
82142002-02-23 Andrew Cagney <ac131313@redhat.com>
8215
8216 * README: Remove references to cygnus.com.
8217 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8218 dot com'' form. Remove references to cygnus.com and sourceware.
8219
696f451b
AC
82202002-02-23 Andrew Cagney <ac131313@redhat.com>
8221
8222 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8223 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8224 1003.1-2001 no longer allows "head -1".
8225 * gdb/Makefile.in (version.c): Likewise.
8226 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8227 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8228 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8229
bbaca940
AC
82302002-02-23 Andrew Cagney <ac131313@redhat.com>
8231
8232 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8233 * command.h (cmd_cfunc_eq): Declare.
8234 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8235
8236 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8237 ``struct cmd_list_element *''.
8238 * cli/cli-cmds.c (is_complete_command): Update. Use
8239 cmd_cfunc_eq.
8240 * top.c (execute_command): Pass the command to
8241 is_complete_command.
8242 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8243
b8b8b047
AC
82442002-02-23 Andrew Cagney <ac131313@redhat.com>
8245
8246 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8247 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8248 architecture defines.
8249 * s390-tdep.c (s390_gdbarch_init): Likewise.
8250
19d3fc80
RE
82512002-02-23 Richard Earnshaw <rearnsha@arm.com>
8252
8253 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8254 (arm_linux_push_arguments): Likewise.
8255 (arm_linux_init_abi): Register them. Also register linux-specific
8256 call_dummy_words.
8257 (find_minsym_and_objfile): Use strcmp, not STREQ.
8258 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8259 (arm_linux_call_dummy_words): Delete declaration.
8260 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8261 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8262 declarations.
8263 (LOWEST_PC): Delete.
8264
3ab13650
PS
82652002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8266
8267 * maint.c (print_section_info): Do not prepend `0x' to filepos
8268 output, it will be handled by local_hex_string_custom.
8269
19d3fc80 82702002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
8271
8272 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8273 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8274 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8275
d85a5daf
JB
82762002-02-22 Jim Blandy <jimb@redhat.com>
8277
8278 Indicate that the bcache functions don't change the strings
8279 they're passed.
8280 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8281 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8282
eeb25b8a
PM
82832002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8284
8285 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8286
6badb179
CF
82872002-02-21 Christopher Faylor <cgf@redhat.com>
8288
8289 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8290 find the complete path to a loaded DLL.
8291
e8717518
FF
82922002-02-21 Fred Fish <fnf@redhat.com>
8293
8294 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8295 that marks the end of the range of a function, enter a line number
8296 entry that has a line number of zero and a PC offset that matches
8297 the end of the function. This starts a range of PC's for which no
8298 line number information is known.
8299 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8300 PC's for which no line number info is found (line number is zero)
8301 then we didn't find any valid line information.
8302 * symtab.h: Document use of zero line number entry.
8303
9abe5450
EZ
83042002-02-21 Elena Zannoni <ezannoni@redhat.com>
8305
8306 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8307 (have_ptrace_getvrregs): Define for run time checks.
8308 (gdb_vrregset_t): New type for Altivec register handling.
8309 (fetch_register, store_register): Fetch/store altivec register
8310 when needed.
8311 (fetch_altivec_register, store_altivec_register): New functions.
8312 (supply_vrregset, fill_vrregset): New functions.
8313 (fetch_altivec_registers, store_altivec_registers): New functions.
8314 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8315 registers as well.
8316
aaa38bb5
AJ
83172002-02-21 Jiri Smid <smid@suse.cz>
8318
8319 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8320
b34db576
RE
83212002-02-21 Richard Earnshaw <rearnsha@arm.com>
8322
8323 * Makefile.in (armnbsd-nat.o): Update dependencies.
8324 * armnbsd-nat.c (supply_gregset): New function. Common code to
8325 supply the integer register set.
8326 (supply_fparegset): New function. Similar for FPA registers.
8327 (fetch_regs, fetch_fp_regs): Use them.
8328 (fetch_core_registers): Likewise.
8329 (fetch_elfcore_registers): New function.
8330 (arm_netbsd_elfcore_fns): New core-file type specification.
8331 (_initialize_arm_netbsd_nat): Register it.
8332
3e56fc4b
RE
83332002-02-21 Richard Earnshaw <rearnsha@arm.com>
8334
8335 * armnbsd-nat.c: Include gdbcore.h.
8336 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8337 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8338 'void' to declaration, to shut up ARI.
8339 (fetch_core_registers): Make static. Rewrite using supply_register.
8340 (arm_netbsd_core_fns): New core-file type specification.
8341 (_initialize_arm_netbsd_nat): New function.
8342
097f6b0b
CF
83432002-02-21 Christopher Faylor <cgf@redhat.com>
8344
8345 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8346 value.
8347
c914e0cc
CF
83482002-02-20 Christopher Faylor <cgf@redhat.com>
8349
8350 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8351 fails.
8352
385fa495
DJ
83532002-02-20 Daniel Jacobowitz <drow@mvista.com>
8354
8355 * jv-exp.y (parse_number): Change type of implicit longs
8356 to builtin_type_uint64.
8357
e5f1222d
DJ
83582002-02-20 Daniel Jacobowitz <drow@mvista.com>
8359
8360 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8361 to be an integer instead of a `union wait'.
8362
75c9abc6
DJ
83632002-02-20 Daniel Jacobowitz <drow@mvista.com>
8364
8365 * mips-linux-nat.c: Call the operating system GNU/Linux.
8366 * mips-linux-tdep.c: Likewise.
8367 * mips-tdep.c: Likewise.
8368
551792a5
DJ
83692002-02-20 Daniel Jacobowitz <drow@mvista.com>
8370
8371 Fix PR gdb/265.
8372 * jv-exp.y (parse_number): Handle 64-bit integers.
8373
ee6e2b82
DJ
83742002-02-20 Daniel Jacobowitz <drow@mvista.com>
8375
8376 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8377 AC_STDC_HEADERS to AC_HEADER_STDC.
8378 * gdbserver/configure: Regenerated.
8379
a48442a0
RE
83802002-02-20 Richard Earnshaw <rearnsha@arm.com>
8381
8382 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8383 is defined.
8384 * sparc-tdep.c (get_longjmp_target): Likewise.
8385
fe419ffc
RE
83862002-02-20 Richard Earnshaw <rearnsha@arm.com>
8387
8388 * News: Add news about ARM and Multi-arch. Mention the new target
8389 arm*-*-netbsd*.
8390
5832ed7e
JB
83912002-02-19 Jim Blandy <jimb@redhat.com>
8392
8393 * stabsread.c (error_type_complaint): Improve error message.
8394
84563040
DJ
83952002-02-19 Daniel Jacobowitz <drow@mvista.com>
8396
8397 * gdbserver/README: Update documentation.
8398 * gdbserver/configure.in: Update configury to match documentation.
8399 * gdbserver/Makefile.in: Likewise.
8400 * gdbserver/configure: Regenerated.
8401 * gdbserver/aclocal.m4: New file, generated by aclocal.
8402 * gdbserver/config.in: New file, generated by autoheader.
8403
375fd65b
RE
84042002-02-19 Richard Earnshaw <rearnsha@arm.com>
8405
8406 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8407 armnbsd-nat.c.
8408
08216dd7
RE
84092002-02-19 Richard Earnshaw <rearnsha@arm.com>
8410
8411 * arm-tdep.h (enum arm_float_model): New enum.
8412 (struct gdbarch_tdep): Add fp_model.
8413 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8414 up floating-point conversions until we know the floating-point model
8415 in use by the inferior. Don't complain about being unable to
8416 determine the ABI of the inferior when we don't have one.
8417 (arm_extract_return_value): Support different floating-point models.
8418 (arm_store_return_value): Likewise.
aaa38bb5 8419 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
8420 ARM_FLOAT_SOFT.
8421 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8422
65d6d66a
PS
84232002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8424
8425 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8426 of ``current_gdbarch''.
8427
47221191
RE
84282002-02-19 Richard Earnshaw <rearnsha@arm.com>
8429
8430 * armnbsd-nat.c : ANSIfy all function declarations.
8431 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8432 (fetch_inferior_registers): Re-implement in terms of above.
8433 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8434 (store_inferior_registers): Re-implement in terms of above.
8435
fdf39c9a
RE
84362002-02-19 Richard Earnshaw <rearnsha@arm.com>
8437
aaa38bb5 8438 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
8439 kernel.
8440 * arm-linux-tdep.c: Likewise.
8441 * config/arm/tm-linux.h: Likewise.
8442
93247f88
RE
84432002-02-19 Richard Earnshaw <rearnsha@arm.com>
8444
8445 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8446 * config/arm/nbsd.mt (TM_FILE): Delete.
8447 * config/arm/tm-nbsd.h: Delete.
8448
d7b486e7
RE
84492002-02-19 Richard Earnshaw <rearnsha@arm.com>
8450
8451 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8452 Initialize CALL_DUMMY_LENGTH.
8453
41d39a95
RE
84542002-02-19 Richard Earnshaw <rearnsha@arm.com>
8455
8456 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8457 function.
8458 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 8459 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
8460 defines one thing and that is incorrect for this port.
8461 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8462
e1195560
PM
84632002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8464
8465 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8466
c1748f97
PM
84672002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8468
8469 * win32-nat.c (display_selector): New function. Displays information
8470 about the information returned by GetThreadSelectorEntry API function.
8471 (display_selectors): New function. Displays the infomation of
8472 the selector given as argument, or of CS, DS ans FS selectors
8473 if no argument is given.
8474 ( _initialize_inftarg): Add "w32" as info prefix command.
8475 Add "info w32 selector" as command calling display_selectors.
8476
e41e6bbf
PM
84772002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8478
8479 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8480 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8481 if not defined.
8482
0d3a9f48
RE
84832002-02-18 Richard Earnshaw <rearnsha@arm.com>
8484
8485 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8486
3fb4b924
RE
84872002-02-18 Richard Earnshaw <rearnsha@arm.com>
8488
8489 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8490 (arm_fix_call_dummy): Call it.
8491 (arm_call_dummy_breakpoint_offset): Delete.
8492 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8493 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8494
7f55af32
AC
84952002-02-18 Andrew Cagney <ac131313@redhat.com>
8496
8497 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8498 Default to func_frame_chain_valid.
8499 * gdbarch.h, gdbarch.c: Re-generate.
8500 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8501
05f13b9c
EZ
85022002-02-18 Elena Zannoni <ezannoni@redhat.com>
8503
8504 * ppc-linux-nat.c: Update copyright.
8505 (fetch_register, store_register): Add tid parameter, don't compute
8506 tid here.
8507 (fetch_ppc_registers, store_ppc_registers): Add tid
8508 parameter. Pass it along to callees.
8509 (fetch_inferior_registers, store_inferior_registers): Compute tid
8510 here, and pass it to calleed functions.
8511 (fill_gregset, supply_fpregset): Clean up formatting.
8512
d7afb4c9
RE
85132002-02-18 Richard Earnshaw <rearnsha@arm.com>
8514
8515 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8516 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8517
9df628e0
RE
85182002-02-18 Richard Earnshaw <rearnsha@arm.com>
8519
8520 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8521 * gdbarch.c gdbarch.h: Regenerate.
8522 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8523 function.
8524 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8525 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8526 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8527
8528 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8529 * arm-tdep.c (arm_get_longjmp_target): New function.
8530 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8531 this to a positive value register arm_get_longjmp_target as the
8532 longjmp handler.
8533 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8534 (arm_linux_init_abi): Set up longjmp description in tdep.
8535 * armnbsd-nat.c (get_longjmp_target): Delete.
8536 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8537 description in tdep.
8538 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8539 (get_longjmp_target): Delete declaration.
8540 (GET_LONGJMP_TARGET): Delete.
8541 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8542 (GET_LONGJMP_TARGET): Delete.
8543
57bc8964
KB
85442002-02-17 Kevin Buettner <kevinb@redhat.com>
8545
8546 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8547 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8548 of ``current_gdbarch''.
8549
83d31a92
TT
85502002-02-17 Tom Tromey <tromey@redhat.com>
8551
8552 * cli/cli-cmds.c (compare_strings): New function.
8553 (complete_command): Only print each unique item once.
8554 * completer.h (complete_line): Declare.
8555 * completer.c (complete_line): New function.
8556 (line_completion_function): Use it.
8557
17ef5d92
AC
85582002-02-16 Andrew Cagney <ac131313@redhat.com>
8559
8560 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8561 * gdbarch.h, gdbarch.c: Re-generate.
8562
491b8946
DJ
85632002-02-16 Daniel Jacobowitz <drow@mvista.com>
8564
8565 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8566
85672002-02-16 Daniel Jacobowitz <drow@mvista.com>
8568
8569 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8570 * valops.c (value_arg_coerce): Don't take the address of a reference
8571 to convert an argument to a reference.
8572
dfe7f3ac
CF
85732002-02-15 Christopher Faylor <cgf@redhat.com>
8574
8575 * win32-nat.c (get_image_name): New function.
8576 (handle_load_dll): Use get_image_name function.
8577 (get_child_debug_event): Avoid registering debug events until possibly
8578 execed process is started.
8579 (child_create_inferior): Allow invocation via shell so that command
8580 line redirection, etc. works ok.
8581 (_initialize_inftarg): Add new command: "set shell" to control whether
8582 a shell is used to start a process.
8583
1d33e73a
DJ
85842002-02-15 Daniel Jacobowitz <drow@mvista.com>
8585
8586 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8587 instead of find_register_by_number.
8588 (cannot_store_register): Likewise.
8589
48cd0caa
PM
85902002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8591
aaa38bb5 8592 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
8593 fprintf_unfiltered (gdb_stderr, ...).
8594
8656e7d8
DJ
85952002-02-15 Daniel Jacobowitz <drow@mvista.com>
8596
8597 * gdbserver/gdbserver.1: Document --attach.
8598
66e810cd
RE
85992002-02-15 Richard Earnshaw <rearnsha@arm.com>
8600
8601 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8602 descriptions.
8603 * arm-tdep.c (arm_default_arm_le_breakpoint)
8604 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8605 (arm_default_thumb_be_breakpoint): New. Initialize them from
8606 traditional breakpoint defines.
8607 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8608 (arm_gdbarch_init): Initialize new breakpoint variables.
8609 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8610 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8611 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8612 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8613 code out to ...
8614 (arm_netbsd_init_abi_common): ... here; new function.
8615 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8616 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8617 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8618 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8619
97e03143
RE
86202002-02-15 Richard Earnshaw <rearnsha@arm.com>
8621
8622 * arm-tdep.h (enum arm_abi): New enum.
8623 (struct gdbarch_tdep): New structure.
8624 (LOWEST_PC): Provide a default.
8625 (arm_gdbarch_register_os_abi): Declare new function.
8626 * arm-tdep.c (arm_abi_names): New array.
8627 (process_note_abi_tag_sections): New function.
8628 (get_elfosabi): New function.
8629 (arm_gdbarch_register_os_abi): New function.
8630 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8631 support for that ABI has been built in, then call the appropriate
8632 configuration routine. Use gdbarch_num_regs() to get the number
8633 of registers.
8634 (arm_dump_tdep): New function.
8635 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8636 place-holder functions.
8637 (_initialize_arm_tdep): Register them.
8638 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8639
8640 * armnbsd-tdep.c: New file.
8641 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8642 * config/arm/nbsd.mt (TDEPFILES): Add it.
8643 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8644
8645 * armnbsd-nat.c: Include regcache.h.
8646 * Makefile.in (armnbsd-nat.o): Update dependency list.
8647
8648 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8649
ad68be46
DJ
86502002-02-14 Daniel Jacobowitz <drow@mvista.com>
8651
8652 * gdbserver/Makefile.in: Fix typos in target rules.
8653
003d6d1d
DJ
86542002-02-14 Daniel Jacobowitz <drow@mvista.com>
8655
aaa38bb5 8656 Fix part of PR gdb/267.
003d6d1d
DJ
8657 * linespec.c (find_methods): Handle constructors specially for now.
8658
6b230f1b
CV
86592002-02-14 Corinna Vinschen <vinschen@redhat.com>
8660
8661 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8662 handling.
8663 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8664 standard_coerce_float_to_double().
8665
1ea98d12
CF
86662002-02-14 Christopher Faylor <cgf@redhat.com>
8667
8668 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8669 GDBINIT_FILENAME.
8670
dd47e6fd
EZ
86712002-02-14 Elena Zannoni <ezannoni@redhat.com>
8672
8673 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8674 find_variant_by_name, because it confuses the multiarch
8675 framework. Return NULL if there isn't an architecture with the
8676 user supplied name, instead of forcing a different one without
8677 recording the change with the multiarch machinery.
8678 (find_variant_by_name): Delete.
8679
d7e39b9e
PS
86802002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8681
8682 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8683 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8684
76e42a4f
MH
86852002-02-13 Martin M. Hunt <hunt@redhat.com>
8686
aaa38bb5 8687 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
8688 print_frame_info_listing_hook, set current_source_symtab.
8689
0a30fbc4
DJ
86902002-02-14 Daniel Jacobowitz <drow@mvista.com>
8691
8692 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8693 and remove unused $(INCLUDE_DIR).
8694 Add regcache.c to OBS.
8695 Add generated register protocol files to clean target.
8696 Update dependencies for new objects, obsolete old target code.
8697
8698 * gdbserver/linux-low.c: Remove all platform-specific code to
8699 new files. Remove various dead code. Update to use regcache
8700 functionality.
8701 * gdbserver/remote-utils.c (fromhex): Add return statement
8702 to quiet warning.
8703 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8704 constant.
8705 (input_interrupt): Add integer parameter to match prototype
8706 of a signal handler.
8707 (outreg): Use register_data ().
8708 (prepare_resume_reply): Use gdbserver_expedite_regs.
8709 * gdbserver/server.c (main): Dynamically allocate own_buf because
8710 PBUFSIZ is no longer constant. Use registers_to_string () and
8711 registers_from_string ().
8712 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8713 for error (), fatal (), and warning (). Update definition of
8714 PBUFSIZ to use regcache functionality. Add include guard.
8715 * gdbserver/utils.c (fatal): Add missing ``const''.
8716 (warning): New function.
8717
8718 * regformats/regdat.sh: Include "regcache.h" in generated files.
8719 Provide init_registers () function.
8720 * regformats/regdef.h: Add prototype for set_register_cache ().
8721 Add include guard.
8722
8723 * gdbserver/linux-arm-low.c: New file.
8724 * gdbserver/linux-i386-low.c: New file.
8725 * gdbserver/linux-ia64-low.c: New file.
8726 * gdbserver/linux-m68k-low.c: New file.
8727 * gdbserver/linux-mips-low.c: New file.
8728 * gdbserver/linux-ppc-low.c: New file.
8729 * gdbserver/linux-sh-low.c: New file.
8730
8731 * gdbserver/regcache.c: New file.
8732 * gdbserver/regcache.h: New file.
8733
8734 * gdbserver/low-linux.c: Removed obsolete file.
8735
4cc841d0
DJ
87362002-02-14 Daniel Jacobowitz <drow@mvista.com>
8737
8738 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8739 * config/i386/linux.mt: Likewise.
8740 * config/ia64/linux.mt: Likewise.
8741 * config/m68k/linux.mh: Likewise.
8742 * config/powerpc/linux.mh: Likewise.
8743 * config/mips/linux.mt: Likewise.
8744
8745 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8746
8747 * config/i386/i386lynx.mh: Mark gdbserver variables
8748 as (currently) obsolete for this target.
8749 * config/i386/nbsd.mt: Likewise.
8750 * config/i386/nbsdelf.mt: Likewise.
8751 * config/m32r/m32r.mt: Likewise.
8752 * config/m68k/m68klynx.mh: Likewise.
8753 * config/m68k/nbsd.mt: Likewise.
8754 * config/m68k/sun3os4.mh: Likewise.
8755 * config/mips/vr5000.mt: Likewise.
8756 * config/ns32k/nbsd.mt: Likewise.
8757 * config/pa/hppabsd.mh: Likewise.
8758 * config/pa/hppaosf.mh: Likewise.
8759 * config/powerpc/nbsd.mt: Likewise.
8760 * config/rs6000/rs6000lynx.mh: Likewise.
8761 * config/s390/s390.mt: Likewise.
8762 * config/s390/s390x.mt: Likewise.
8763 * config/sparc/sparclynx.mh: Likewise.
8764 * config/sparc/sun4os4.mh: Likewise.
8765 * config/i386/x86-64linux.mt: Likewise.
8766 * config/sparc/linux.mh: Likewise.
8767
a85f51e7
DJ
87682002-02-14 Daniel Jacobowitz <drow@mvista.com>
8769
8770 * configure.tgt: Configure gdbserver only for known working
8771 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8772 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8773 SUBDIRS if it is configured. Update comment for ${nativefile}.
8774 * configure: Regenerated.
8775
65554fef
MS
87762002-02-13 Michael Snyder <msnyder@redhat.com>
8777
670a52db
MS
8778 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8779
6dbdc4a3
MS
8780 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8781 (default_gcore_mach): Just return 0, work around a problem in bfd.
8782 (default_gcore_target): OK to return NULL if exec_bfd is null.
8783 (make_mem_sec): Use a cast, avoid a warning.
8784
8785 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 8786 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
8787 sizeof (host pointer) != sizeof (target pointer)).
8788 (procfs_make_note_section): Avoid overflow in psargs string.
8789
aaa38bb5 8790 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
8791 implementation return an error.
8792
87932002-02-13 Rodney Brown <rbrown64@csc.com.au>
8794
8795 * procfs.c (procfs_make_note_section): Provide a default definition
8796 (for alpha-dec-osf4.0f). Fix typos.
8797
1e4d76e7
EZ
87982002-02-13 Elena Zannoni <ezannoni@redhat.com>
8799
8800 * linux-proc.c: Add include of regcache.h.
8801 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8802
b6d1a1d5
AC
88032002-02-13 Andrew Cagney <ac131313@redhat.com>
8804
8805 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
8806 * memattr.c (create_mem_region): Disallow useless empty region.
8807 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 8808 non-overlapping.
b6d1a1d5 8809
6c6ea35e
MC
88102002-02-13 Michael Chastain <mec@shout.net>
8811
8812 * defs.h: Kill CONST_PTR.
8813 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8814 * c-lang.c (c_builtin_types): Likewise.
8815 * ch-lang.c (ch_builtin_types): Likewise.
8816 * f-lang.c (f_builtin_types): Likewise.
8817 * language.c (unknown_builtin_types): Likewise.
8818 * m2-lang.c (m2_builtin_types): Likewise.
8819 * p-lang.c (pascal_builtin_types): Likewise.
8820 * scm-lang.c (c_builtin_types): Likewise.
8821
3e0b0f48
KS
88222002-02-13 Keith Seitz <keiths@redhat.com>
8823
8824 * arm-tdep.h (arm_get_next_pc): Add declaration.
8825
67255d04
RE
88262002-02-13 Richard Earnshaw <rearnsha@arm.com>
8827
8828 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8829 with other related struct-returning functions.
8830 (arm_extract_struct_value_address): New function.
8831 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8832 initialize float_format, double_format and long_double_format as
8833 appropriate to the endianness of the target.
8834 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8835 (arm_use_struct_convention): Delete declaration.
8836 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8837
079777f6
KS
88382002-02-13 Keith Seitz <keiths@redhat.com>
8839
8840 * defs.h (core_addr_to_string_nz): New function.
8841
34588f23
MK
88422002-02-13 Mark Kettenis <kettenis@gnu.org>
8843
8844 Apply missing bits of 2002-01-15 patch.
8845 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8846 (fill_fpregset): Use i387_fill_fsave.
8847
49b563f9
KS
88482002-02-12 Keith Seitz <keiths@redhat.com>
8849
49b563f9
KS
8850 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8851 (core_addr_to_string_nz): New function.
8852
aeb98c60
RE
88532002-02-11 Richard Earnshaw <rearnsha@arm.com>
8854
8855 * arm-linux-nat.c: Really include arm-tdep.h.
8856 * config/arm/tm-linux.h (struct type, struct value): Declare.
8857
65554fef
MS
88582002-02-11 Michael Snyder <msnyder@redhat.com>
8859
8860 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8861 (gcore section): Ifdef for Solaris and Unixware only.
8862 (procfs_do_thread_registers): Unixware needs one lwpstatus
8863 per thread (not one prstatus or pstatus).
8864 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8865 not over all gdb threads. For unixware, call elfcore_write_pstatus
8866 once before iterating over threads.
8867
34e8f22d
RE
88682002-02-11 Richard Earnshaw <rearnsha@arm.com>
8869
8870 * arm-tdep.h: New file.
8871 * arm-tdep.c: Include arm-tdep.h.
8872 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8873 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8874 (arm_print_float_info, arm_register_type, convert_to_extended)
8875 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8876 (arm_extract_return_value, arm_register_name): Make static.
8877 (arm_software_single_step): Similarly. Fix types in declaration.
8878 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8879 (arm_store_return_value, arm_store_struct_return): New functions.
8880 (arm_gdbarch_init): Register the above functions. Also register
8881 call_dummy_start_offset, sizeof_call_dummy_words,
8882 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8883 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 8884 max_register_virtual_size, register_size. Set up
34e8f22d
RE
8885 prologue_cache.saved_regs here, rather than ...
8886 (_initialize_arm_tdep): ... here.
8887 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8888 declarations.
8889 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8890 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8891 (arm_print_float_info, arm_register_type, convert_to_extended)
8892 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8893 (arm_extract_return_value, arm_register_name): Delete declarations.
8894 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8895 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8896 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8897 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8898 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8899 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8900 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8901 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8902 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8903 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8904 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8905 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8906 interface.
8907 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8908 * remote-rdi.c remote-rdp.c: Likewise.
8909 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8910 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8911 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8912 definition.
8913
8914 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8915 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8916 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8917 from non-ARM_ prefixed definitions.
8918 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8919 all uses of above.
8920 * remote-rdi.c remote-rdp.c: Likewise.
8921 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8922
148754e5
RE
89232002-02-11 Richard Earnshaw <rearnsha@arm.com>
8924
8925 * arm-tdep.c (arm_frameless_function_invocation)
8926 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8927 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8928 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8929 (arm_pop_frame, arm_get_next_pc): Make static.
8930 (arm_gdbarch_init): Register above in gdbarch structure.
8931 (arm_read_fp): Renamed from arm_target_read_fp.
8932 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8933 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8934 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8935 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8936 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8937 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8938 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
8939 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8940 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8941 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8942 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 8943
434d2d4f
DJ
89442002-02-10 Daniel Jacobowitz <drow@mvista.com>
8945
8946 * symtab.c (compare_search_syms): New function.
8947 (sort_search_symbols): New function.
8948 (search_symbols): Sort symbols after searching rather than
8949 before.
8950
55241689
AC
89512002-02-10 Andrew Cagney <ac131313@redhat.com>
8952
8953 * NEWS: Linux -> GNU/Linux.
8954
028c194b
AC
89552002-02-10 Andrew Cagney <ac131313@redhat.com>
8956
8957 * gdbarch.sh: For for level one methods, disallow a definition
8958 when partially multi-arched. Add comments explaining rationale.
8959 * gdbarch.h: Re-generate.
8960
6acf50cd
AC
89612002-02-10 Andrew Cagney <ac131313@redhat.com>
8962
8963 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8964 multi-arch partial.
aaa38bb5 8965
50248794
AC
89662002-02-10 Andrew Cagney <ac131313@redhat.com>
8967
8968 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8969 field. Use diff -u.
8970 * gdbarch.c: Re-generate.
8971
c30e0066
AC
89722002-02-10 Andrew Cagney <ac131313@redhat.com>
8973
9b56c5f3 8974 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
8975 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8976 partial.
8977
6e6d6484
AC
89782002-02-10 Andrew Cagney <ac131313@redhat.com>
8979
8980 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8981 multi-arch partial.
8982 (PUSH_ARGUMENTS): Switch to using predefault.
8983 * gdbarch.c: Regenerate.
8984
c203844d
AC
89852002-02-10 Andrew Cagney <ac131313@redhat.com>
8986
8987 * valops.c (PUSH_ARGUMENTS): Delete definition.
8988 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8989 partial. Default to default_push_arguments.
8990 * gdbarch.h, gdbarch.c: Regenerate.
8991
b5a2688f
AC
89922002-02-09 Andrew Cagney <ac131313@redhat.com>
8993
8994 * defs.h (throw_exception): Rename return_to_top_level. Update
8995 comments.
8996 * utils.c (error_stream, internal_verror, quit): Ditto.
8997 * top.c (throw_exception, catcher): Ditto.
8998 * sparclet-rom.c (sparclet_load): Ditto.
8999 * remote.c (interrupt_query, minitelnet): Ditto.
9000 * remote-sds.c (interrupt_query): Ditto.
9001 * remote-mips.c (mips_error, mips_kill): Ditto.
9002 * ocd.c (interrupt_query): Ditto.
9003 * monitor.c (monitor_interrupt_query): Ditto.
9004 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
9005 * target.h: Update comment.
aaa38bb5 9006
b5a2688f 9007 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 9008
2fa5c1e0
AC
90092002-02-09 Andrew Cagney <ac131313@redhat.com>
9010
9011 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
9012 default_double_format.
9013 * gdbarch.h, gdbarch.c: Re-generate.
9014 * findvar.c (floatformat_unknown): Delete variable definition.
9015 * doublest.h (floatformat_unknown): Delete variable declaration.
9016
da966255
JB
90172002-02-09 Jim Blandy <jimb@redhat.com>
9018
9019 * stabsread.c (read_type): Add code to parse Sun's syntax for
9020 prototyped function types.
9021
123a4891
AC
90222002-02-09 Andrew Cagney <ac131313@redhat.com>
9023
9024 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
9025 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
9026
fb39c8f3
PS
90272002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9028
9029 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
9030 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9031 now _initialize_xcoffsolib gets called again and overrides the
9032 commands from solib.c in a native configuration.
9033
0b87a11d
MK
90342002-02-09 Mark Kettenis <kettenis@gnu.org>
9035
9036 * doublest.c (store_typed_floating): Don't try to return a value.
9037 Fixes PR gdb/290.
9038
bdc2fc72
JB
90392002-02-08 Jim Blandy <jimb@redhat.com>
9040
9041 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9042 is prototyped and has no arguments, print its argument list as
9043 `(void)'.
9044
da69bbcf
CD
90452002-02-08 Chris Demetriou <cgd@broadcom.com>
9046
9047 * MAINTAINERS (write-after-approval): Add myself.
9048 (paper-trail): I've escaped!
aaa38bb5 9049
b69571f5
CF
90502002-02-08 Christopher Faylor <cgf@redhat.com>
9051
9052 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9053 changes.
9054 (_initialize_check_for_gdb_ini): Ditto.
9055
f6871398
MH
90562002-02-08 Martin M. Hunt <hunt@redhat.com>
9057
9058 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9059 xaprintf -> xasprintf.
9060
4e52d31c
PM
90612002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9062
9063 * win32-nat.c: Remove use of printf and sprintf functions.
9064
39bbf761
RE
90652002-02-08 Richard Earnshaw <rearnsha@arm.com>
9066
9067 * arm-tdep.c (arm_frame_chain_valid): Make static.
9068 (arm_push_arguments): Likewise.
9069 (arm_gdbarch_init): New function.
9070 (_initialize_arm_tdep): Call it.
9071 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9072 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9073 (FRAME_CHAIN_VALID): Delete.
9074 (arm_frame_chain_valid): Delete declaration.
9075 (PUSH_ARGUMENTS): Delete.
9076 (arm_push_arguments): Delete declaration.
9077 (CALL_DUMMY_P): Delete.
9078
9c9532c9
CV
90792002-02-08 Andrew Cagney <ac131313@redhat.com>
9080 Corinna Vinschen <vinschen@redhat.com>
9081
9082 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9083 on builtin float types.
9084
4e8f7a8b
DJ
90852002-02-08 Daniel Jacobowitz <drow@mvista.com>
9086
9087 * utils.c: Include <curses.h> before "bfd.h".
9088 * tui/tui-hooks.c: Likewise.
9089 * tui/tui.c: Likewise.
9090 * tui/tuiCommand.c: Likewise.
9091 * tui/tuiData.c: Likewise.
9092 * tui/tuiDataWin.c: Likewise.
9093 * tui/tuiDisassem.c: Likewise.
9094 * tui/tuiGeneralWin.c: Likewise.
9095 * tui/tuiIO.c: Likewise.
9096 * tui/tuiLayout.c: Likewise.
9097 * tui/tuiRegs.c: Likewise.
9098 * tui/tuiSource.c: Likewise.
9099 * tui/tuiSourceWin.c: Likewise.
9100 * tui/tuiStack.c: Likewise.
9101 * tui/tuiWin.c: Likewise.
9102
cd4bffcf
EZ
91032002-02-07 Elena Zannoni <ezannoni@redhat.com>
9104
9105 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9106 to include space for pseudoregs as well. Update loops accordingly.
9107 (sh_fp_frame_init_saved_regs): Ditto.
9108 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9109
26806ce2
AC
91102002-02-07 Andrew Cagney <ac131313@redhat.com>
9111
9112 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9113 Add Richard Earnshaw to Arm maintainers.
9114
97fdab62
AC
91152002-02-07 Andrew Cagney <ac131313@redhat.com>
9116
a6b98203
AC
9117 * defs.h (warning_begin): Delete declaration.
9118
97fdab62
AC
9119 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9120 Delete macro.
9121
78b29b40
MS
91222002-02-07 Michael Snyder <msnyder@redhat.com>
9123
aaa38bb5 9124 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
9125 Logic bug, remove misplaced else.
9126
d8849953
KD
91272002-02-07 Klee Dienes <klee@apple.com>
9128
9129 * fork-inferior.c (fork_inferior): Add '!' to the list of
9130 characters that need to be quoted when building a string for the
9131 shell. Quote '!' specifically with a backslash, since CSH chokes
9132 when trying to evaluate "str!str".
aaa38bb5 9133
095778a0
NC
91342002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9135
9136 * rdi-share/host.h: Only provide a typedef for bool if it is not
9137 defined.
9138
1900040c
MS
91392002-02-04 Michael Snyder <msnyder@redhat.com>
9140
9141 * breakpoint.h (enum bptype): Add new overlay event bp type.
9142 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 9143
1900040c
MS
9144 * breakpoint.c (create_internal_breakpoint): New function.
9145 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9146 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9147 (create_thread_event_breakpoint): Ditto.
9148 (create_solib_event_breakpoint): Ditto.
9149 (create_overlay_event_breakpoint): New function.
9150 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9151 (update_breakpoints_after_exec): Delete and re-initialize
9152 overlay event breakpoints after an exec. Add FIXME comment
9153 about longjmp breakpoint.
9154 (print_it_typical): Ignore overlay event breakpoints.
9155 (print_one_breakpoint): Ditto.
9156 (mention): Ditto.
9157 (bpstat_what): Do not stop for overlay event breakpoints.
9158 (delete_breakpoint): Don't delete overlay event breakpoints.
9159 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9160 (breakpoint_re_set): Re-create overlay event breakpoint.
9161
9162 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9163 (overlay_manual_command): Disable overlay breakpoints.
9164 (overlay_off_command): Disable overlay breakpoints.
9165
082fc60d
RE
91662002-02-06 Richard Earnshaw <rearnsha@arm.com>
9167
9168 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9169 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9170 to here from config/tm-arm.h.
9171 (coff_sym_is_thumb): Make static.
9172 (arm_elf_make_msymbol_special): New function.
9173 (arm_coff_make_msymbol_special): New function.
9174 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9175 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9176 (coff_sym_is_thumb): Delete declaration.
9177 (arm_elf_make_msymbol_special): Declare.
9178 (arm_coff_make_msymbol_special): Declare.
9179 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9180 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9181
039c5766
RE
91822002-02-06 Richard Earnshaw <rearnsha@arm.com>
9183
9184 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9185
91862002-02-06 Richard Earnshaw <rearnsha@arm.com>
9187
9188 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9189 * gdbarch.c gdbarch.h: Regenerate.
9190 * arch-utils.c (default_print_float_info): New function.
9191 * arch-utils.h (default_print_float_info): Prototype it.
9192 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9193 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9194 (PRINT_FLOAT_INFO): Document it.
9195
9196 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9197 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9198 (PRINT_FLOAT_INFO): Define.
9199
58fa08f0
PM
92002002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9201
aaa38bb5 9202 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
9203 Add typecast to sprintf argument to suppress a warning.
9204
7393af7c
PM
92052002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9206
58fa08f0 9207 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
9208 to allow easier handling of pass state.
9209 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9210 that gives exception name and address.
9211 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 9212 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 9213 exceptions added.
aaa38bb5
AJ
9214 (child_continue): Correctly report continue_status.
9215 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 9216 TARGET_SIGNAL_0 (new default value).
aaa38bb5 9217 (child_resume): consider sig argument passed to decide if
7393af7c
PM
9218 the exception should be passed to debuggee or not.
9219
6af4589c
MS
92202002-02-05 Michael Snyder <msnyder@redhat.com>
9221
9222 * regcache.c (fetch_register): Call target_fetch_register
9223 only if we don't call FETCH_PSEUDO_REGISTER.
9224 (store_register): Call target_store_register only if we
9225 don't call STORE_PSEUDO_REGISTER.
9226
a2cf933a
EZ
92272002-02-05 Elena Zannoni <ezannoni@redhat.com>
9228
9229 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9230 ELF_MAKE_MSYMBOL_SPECIAL.
9231 * gdbarch.c, gdbarch.h: Regenerate.
9232 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 9233 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
9234 * elfread.c (elf_symtab_read): Compile use of
9235 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9236 multiarched.
9237 * coffread.c (coff_symtab_read): Ditto, for
9238 COFF_MAKE_MSYMBOL_SPECIAL.
9239
6bb7be43
JB
92402002-02-05 Jim Blandy <jimb@redhat.com>
9241
9242 * solib-svr4.c (svr4_truncate_ptr): New function.
9243 (svr4_relocate_section_addresses): Do the address arithmetic with
9244 the appropriate truncation for target addresses, even when
9245 CORE_ADDR is larger than a target address.
9246
e18651ec
DJ
92472002-02-05 Daniel Jacobowitz <drow@mvista.com>
9248
9249 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9250 to (int *).
9251
6b2725be
DJ
92522002-02-05 Daniel Jacobowitz <drow@mvista.com>
9253
9254 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9255 code.
9256
fca9e603
DJ
92572002-02-05 Daniel Jacobowitz <drow@mvista.com>
9258
9259 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9260
6c537a52
DJ
92612002-02-05 Daniel Jacobowitz <drow@mvista.com>
9262
9263 * gdbserver/linux-low.c: Remove unused include files.
9264
d844cde6
DJ
92652002-02-05 Daniel Jacobowitz <drow@mvista.com>
9266
9267 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9268 (read_inferior_memory): Use it.
9269 (write_inferior_memory): Likewise.
9270
d07c63e7
DJ
92712002-02-05 Daniel Jacobowitz <drow@mvista.com>
9272
9273 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9274 grubbing through sys_errlist.
9275
da6d8c04
DJ
92762002-02-05 Daniel Jacobowitz <drow@mvista.com>
9277
9278 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9279
5b421780
PM
92802002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9281 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9282
9f60d481
AC
92832002-02-04 Andrew Cagney <ac131313@redhat.com>
9284
9285 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9286 (do_sfunc, set_cmd_sfunc): New functions.
9287
9288 * command.h (struct cmd_list_element): Add field func.
9289 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9290 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9291 * cli/cli-decode.h: Ditto.
9292
9293 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9294 (help_all, help_cmd_list): Ditto.
9295 (find_cmd, complete_on_cmdlist): Ditto.
9296 * top.c (execute_command): Ditto.
9297
9298 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9299 function.sfunc.
9300
9301 * infcmd.c (notice_args_read): Fix function signature.
9302
9303 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9304 * cli/cli-decode.c (add_set_cmd): Ditto.
9305 * utils.c (initialize_utils): Ditto.
9306 * maint.c (_initialize_maint_cmds): Ditto.
9307 * infrun.c (_initialize_infrun): Ditto.
9308 * demangle.c (_initialize_demangler): Ditto.
9309 * remote.c (add_packet_config_cmd): Ditto.
9310 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9311 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9312 * proc-api.c (_initialize_proc_api): Ditto.
9313 * kod.c (_initialize_kod): Ditto.
9314 * valprint.c (_initialize_valprint): Ditto.
9315 * top.c (init_main): Ditto.
9316 * infcmd.c (_initialize_infcmd): Ditto.
9317 * corefile.c (_initialize_core): Ditto.
9318 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9319 * arch-utils.c (initialize_current_architecture): Ditto.
9320 (_initialize_gdbarch_utils): Ditto.
9321 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9322
9323 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9324 * wince.c (_initialize_inftarg): Ditto.
9325 * symfile.c (_initialize_symfile): Ditto.
9326 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9327 * language.c (_initialize_language): Ditto.
9328 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9329
f9ba0717
MS
93302002-02-04 Michael Snyder <msnyder@redhat.com>
9331
9332 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9333
0c74b2a7
DJ
93342002-02-04 Daniel Jacobowitz <drow@mvista.com>
9335
9336 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9337 Add rules for building the register data files.
9338
c638789f
DJ
93392002-02-04 Daniel Jacobowitz <drow@mvista.com>
9340
9341 * regformats/regdat.sh: Add braces to the definition of
9342 expedite_regs_${arch}.
9343
db253027
DJ
93442002-02-04 Daniel Jacobowitz <drow@mvista.com>
9345
9346 * regformats/regdef.h (struct reg): Add comment describing the
9347 requirements for offset and size fields.
9348
206be19c
AS
93492002-02-04 Andreas Schwab <schwab@suse.de>
9350
9351 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9352 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9353
181c1381
RE
93542002-02-04 Richard Earnshaw <rearnsha@arm.com>
9355
9356 * gdbarch.sh (copyright): Update years in generated header.
9357 (SMASH_TEXT_ADDRESS): Add rule.
db253027 9358 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
9359 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9360 * dbxread.c: Likewise.
9361 * dwarfread.c: Likewise.
9362 * elfread.c: Likewise.
9363 * somread.c: Likewise.
9364
9365 * arm-tdep.c (arm_smash_text_address): New function.
9366 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9367
fa4ba8da
PM
93682002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9369
9370 Add support for hardware watchpoints on win32 native.
aaa38bb5 9371 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 9372 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 9373 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
9374 of debug registers.
9375 (debug_registers_changed): New variable. Reflects when debug registers
9376 are changed and need to be written to inferior.
aaa38bb5 9377 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
9378 was set, used when new threads are created.
9379 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9380 i386-nat code.
9381 (thread_rec): Set dr array if id is the thread of current_event .
9382 (child_continue, child_resume): Change the debug registers for all
9383 threads if debug_registers_changed.
9384 (child_add_thread): Change the debug registers if debug_registers_used.
9385 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9386 Link nm.h to new nm-cygwin.h file.
9387 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9388 of hardware registers.
9389
a73c86fb
AC
93902002-02-03 Andrew Cagney <ac131313@redhat.com>
9391
9392 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9393 Restore behavour broken by 2002-01-20 Andrew Cagney
9394 <ac131313@redhat.com> IEEE_FLOAT removal.
9395
acf5ed49
DJ
93962002-02-03 Daniel Jacobowitz <drow@mvista.com>
9397
9398 * c-valprint.c (c_val_print): Pass a proper valaddr to
9399 cp_print_class_method.
9400 * valops.c (search_struct_method): If there is only one method
9401 and args is NULL, return that method.
9402
493d28d5
DJ
94032002-02-03 Daniel Jacobowitz <drow@mvista.com>
9404
9405 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9406 accessing tag_name directly.
9407
7495dfdb
DJ
94082002-02-03 Daniel Jacobowitz <drow@mvista.com>
9409
9410 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9411 of accessing tag_name directly.
9412
dd6bda65
DJ
94132002-02-03 Daniel Jacobowitz <drow@mvista.com>
9414
9415 PR gdb/280
9416 * gdbtypes.c (replace_type): New function.
9417 * gdbtypes.h (replace_type): Add prototype.
9418 * stabsread.c (read_type): Use replace_type.
9419
88fe217c
RE
94202002-02-03 Richard Earnshaw <rearnsha@arm.com>
9421
9422 * Makefile.in (memattr.o): Add missing dependencies rule.
9423
e5d66720
PS
94242002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9425
9426 * breakpoint.c (break_at_finish_command): Really export.
9427 (break_at_finish_at_depth_command): Ditto.
9428 (tbreak_at_finish_command): Ditto.
9429 * hppa-tdep.c: Include completer.h.
9430 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9431 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9432
fffee0be
AC
94332002-02-01 Andrew Cagney <ac131313@redhat.com>
9434
9435 * utils.c (do_write): New function.
9436 (error_stream): Rewrite combining the code from error_begin and
9437 verror.
9438 (verror): Rewrite using error_stream.
9439 (error_begin): Delete function.
9440
255e7dbf
AC
94412002-02-01 Andrew Cagney <ac131313@redhat.com>
9442
9443 * utils.c (error_begin): Make static.
9444 * defs.h (error_begin): Delete declaration.
9445
9446 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9447 (decode_line_1): Use cplusplus_error instead of error_begin,
9448 cplusplus_hint and return_to_top_level.
9449 * coffread.c (coff_symfile_read): Use error instead of error_begin
9450 and return_to_top_level.
9451 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9452
ddfe3c15
AC
94532002-02-01 Andrew Cagney <ac131313@redhat.com>
9454
9455 * language.h (type_error, range_error): Make string parameter
9456 constant.
9457 * language.c (warning_pre_print): Delete extern declaration.
9458 * dwarfread.c (warning_pre_print): Ditto.
9459 * language.c (type_error, range_error): Rewrite to use verror and
9460 vwarning instead of warning_begin.
9461
03ac34d5
MS
94622002-02-01 Michael Snyder <msnyder@redhat.com>
9463
261c4ca2
MS
9464 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9465 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 9466
e00d1dc8
AC
94672002-02-01 Andrew Cagney <ac131313@redhat.com>
9468
9469 * command.h (NO_FUNCTION): Delete macro.
9470 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9471 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9472 * tracepoint.c (_initialize_tracepoint): Ditto.
9473 * cli/cli-decode.c (add_set_cmd): Ditto.
9474 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 9475
76b79d6e
DJ
94762002-02-01 Daniel Jacobowitz <drow@mvista.com>
9477
9478 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9479 Update ``this'' pointer when calling virtual functions.
9480
799f9e91
MS
94812002-02-01 Michael Snyder <msnyder@redhat.com>
9482
c7bd442c 9483 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
9484 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9485
3cf384d4
DJ
94862002-02-01 Daniel Jacobowitz <drow@mvista.com>
9487
9488 * regformats/reg-arm.dat: New file.
9489 * regformats/reg-i386.dat: New file.
9490 * regformats/reg-ia64.dat: New file.
9491 * regformats/reg-m68k.dat: New file.
9492 * regformats/reg-mips.dat: New file.
9493 * regformats/reg-ppc.dat: New file.
9494 * regformats/reg-sh.dat: New file.
9495 * regformats/regdef.h: New file.
9496 * regformats/regdat.sh: New file.
9497
0defa245
RE
94982002-02-01 Richard Earnshaw <reanrsha@arm.com>
9499
9500 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9501 (arm_frame_args_address, arm_frame_locals_address): New functions.
9502 (arm_frame_num_args): New function.
9503 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9504 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9505 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9506
405f26e6
MS
95072002-01-31 Michael Snyder <msnyder@redhat.com>
9508
502fd408
MS
9509 * breakpoint.c (break_at_finish_command): Export.
9510 (break_at_finish_at_depth_command): Export.
9511 (tbreak_at_finish_command): Export.
9512 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9513 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9514 "tbreak" commands, which are HPPA specific.
9515
7d35e135
MS
9516 * printcmd.c (disassemble_command): Remove an ancient
9517 artifact of an old merge.
9518
aaa38bb5 9519 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
9520 Define enum constant values for overlay mode.
9521 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
9522 (overlay_is_mapped, overlay_auto_command,
9523 overlay_manual_command): Ditto.
d874f1e2 9524
aaa38bb5
AJ
9525 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9526 breakpoint_here_p, breakpoint_inserted_here_p,
9527 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
9528 describe_other_breakpoints, check_duplicates, clear_command):
9529 Coding standard fixes.
9530
8add0441 9531 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 9532 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
9533 code: check bfd SEC_READONLY flag for section.
9534
e351066e
AC
95352002-01-31 Andrew Cagney <ac131313@redhat.com>
9536
7d35e135 9537 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 9538
8a48e967
DJ
95392002-01-30 Daniel Jacobowitz <drow@mvista.com>
9540
9541 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9542 data symbols, since we search based on textlow and texthigh.
9543 (find_pc_sect_symtab): Likewise.
9544
f5a96129
AC
95452002-01-30 Andrew Cagney <ac131313@redhat.com>
9546
9547 * defs.h (vwarning): Declare.
f5a96129
AC
9548 * utils.c (vwarning): New function.
9549 (warning): Call vwarning.
9550 (warning_begin): Delete function.
9551
9552 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9553 the warning message.
9554 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9555 warning_begin.
9556
cefd4ef5
MS
95572002-01-30 Michael Snyder <msnyder@redhat.com>
9558
1a703748
MS
9559 * NEWS: Mention "set trust-readonly-sections" command.
9560 Mention generate-core-file command.
cefd4ef5 9561
3a11626d
MS
95622002-01-15 Michael Snyder <msnyder@redhat.com>
9563
9564 * target.c: New command, "set trust-readonly-sections on".
9565 (do_xfer_memory): Honor the suggestion to trust readonly sections
9566 by reading them from the object file instead of from the target.
9567 (initialize_targets): Register command "set trust-readonly-sections".
9568
d1c7e53b
AC
95692002-01-29 Andrew Cagney <ac131313@redhat.com>
9570
9571 * parse.c (target_map_name_to_register): Simplify, search regs and
9572 pseudo-regs using a single loop.
9573
e2c9a72c
AC
95742002-01-30 Andrew Cagney <ac131313@redhat.com>
9575
9576 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9577
69824b4e
MK
95782002-01-15 Rodney Brown <rbrown64@csc.com.au>
9579
9580 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9581 * config/i386/i386v42mp.mh: Add i387-nat.o .
9582 * i386v4-nat.c: Include i387-nat.h.
9583 (supply_fpregset): Use i387_supply_fsave.
9584 (fill_fpregset): Use i387_fill_fsave.
9585
6eb69eab
RE
95862002-01-30 Richard Earnshaw <rearnsha@arm.com>
9587
9588 * arm-tdep.c (arm_call_dummy_words): Define.
9589 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9590 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9591 (CALL_DUMMY_WORDS): Define.
9592 (arm_call_dummy_words): Declare.
9593 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9594 (arm_linux_call_dummy_words): Declare.
9595
9852326a
AS
95962002-01-30 Andreas Schwab <schwab@suse.de>
9597
9598 * m68klinux-nat.c: Fix last change to use regcache_collect
9599 instead of referencing registers[] directly.
9600
977a3030
AC
96012002-01-29 Andrew Cagney <ac131313@redhat.com>
9602
9603 * parse.c (target_map_name_to_register): Delete code wrapped in
9604 #ifdef REGISTER_NAME_ALIAS_HOOK.
9605
2076c72b
MS
96062002-01-28 Michael Snyder <msnyder@redhat.com>
9607
9608 * regcache.c (legacy_read_register_gen): Need to be able to
9609 read pseudo-register as well as real register.
9610 (legacy_write_register_gen): Ditto.
9611
8fcc723b
AC
96122002-01-28 Andrew Cagney <ac131313@redhat.com>
9613
9614 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9615 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9616 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9617 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9618 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9619 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9620 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9621 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9622 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9623 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9624 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9625 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9626 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9627 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9628 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9629 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9630 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9631 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9632 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9633 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9634
afe64c1a
AC
96352002-01-28 Andrew Cagney <ac131313@redhat.com>
9636
9637 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9638 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9639 (initialize_current_architecture): Update target_byte_order using
9640 information from BFD.
aaa38bb5 9641 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
9642 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9643
75bc7ddf
AC
96442002-01-28 Andrew Cagney <ac131313@redhat.com>
9645
9646 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9647 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9648
9649 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9650 #ifdef INVALID_FLOAT.
9651 * infcmd.c (do_registers_info): Ditto.
9652 * values.c (unpack_double): Ditto. Add comment.
9653
9654 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9655 already commented out.
9656
0280a90a
AS
96572002-01-26 Andreas Schwab <schwab@suse.de>
9658
9659 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9660 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9661 registers and add support for PTRACE_GETREGS.
9662
7072a954
AC
96632002-01-24 Andrew Cagney <ac131313@redhat.com>
9664
9665 GDB 5.1.1 released from 5.1 branch.
9666 * NEWS: Add 5.1.1 news.
9667 * README: Sync with 5.1 branch.
9668
86f902e0
FF
96692002-01-23 Fred Fish <fnf@redhat.com>
9670
9671 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9672 stabstring on initial malloc. Reallocing will copy it for us,
9673 if necessary.
9674
8af51c36
EZ
96752002-01-23 Elena Zannoni <ezannoni@redhat.com>
9676
aaa38bb5 9677 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
9678 (HFILES_NO_SRCDIR): Remove hpread.h.
9679 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9680 (hpread.o): Update dependencies.
9681 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9682
9683 * hp-psymtab-read.c: Remove file.
9684 * hp-symtab-read.c: Remove file.
9685 * hpread.h: Remove file.
9686
9687 * hpread.c: Merge all contents of hp-psymtab-read.c,
9688 hp-symtab-read.c and hpread.h into this file, as it was prior to
9689 January 1999.
9690
9691 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 9692 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
9693 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9694 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9695
dc5cfeb6
EZ
96962002-01-23 Elena Zannoni <ezannoni@redhat.com>
9697
9698 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9699 fill_gregset): Call gdbarch_tdep() just once, assign result to
9700 variable and use that, instead of calling the function several
9701 times.
9702
ea87b71b
AO
97032002-01-24 Alexandre Oliva <aoliva@redhat.com>
9704
9705 * configure.host: Accept sparcv9 as alias for sparc64.
9706 * configure.tgt: Likewise.
9707
13fc0c2f
KB
97082002-01-22 Kevin Buettner <kevinb@redhat.com>
9709
9710 * solib-aix5.c (build_so_list_from_mapfile)
9711 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9712 arguments is not reversed.
9713 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9714 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 9715
7bd872fe
EZ
97162002-01-22 Elena Zannoni <ezannoni@redhat.com>
9717
9718 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9719 modified version of obsolete sh_fetch_pseudo_register.
9720 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9721 (sh4_register_read): New function.
9722 (sh_pseudo_register_write): New function. Renamed and modified
9723 version of obsolete sh_store_pseudo_register.
9724 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9725 (sh4_register_write): New function.
9726 (sh_gdbarch_init): Remove setting of gdbarch function
9727 fetch_pseudo_register and store_pseudo_register. Remove setting of
9728 register_convert_to_raw, register_convert_to_virtual,
9729 register_convertible.
9730 (sh_sh4_register_convertible): Delete. No longer needed. All is
9731 taken care by architecture specific functions
9732 register_read/register_write.
9733 (sh_sh4_register_convert_to_virtual): Make static.
9734 (sh_sh4_register_convert_to_raw): Ditto.
9735
069e84fd
AC
97362002-01-22 Andrew Cagney <ac131313@redhat.com>
9737
9738 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9739 (floatformat_is_nan, floatformat_mantissa): Ditto.
9740
9741 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9742 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9743 builtin_type_ieee_double_little,
9744 builtin_type_ieee_double_littlebyte_bigword,
9745 builtin_type_m68881_ext, builtin_type_i960_ext,
9746 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9747 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9748 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9749 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9750
211a4f69
CV
97512002-01-22 Corinna Vinschen <vinschen@redhat.com>
9752
9753 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9754 parameter. Set frameless flag if it exists and depended of
9755 whether the scanned function is frameless or not.
9756 (xstormy16_skip_prologue): If function is frameless, return
9757 result of xstormy16_scan_prologue().
9758 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9759 call.
9760
f81353e4
EZ
97612002-01-21 Elena Zannoni <ezannoni@redhat.com>
9762
9763 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9764 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9765 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9766 sh_sh4_register_byte, sh_sh4_register_raw_size,
9767 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9768 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9769 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9770 sh_store_pseudo_register, sh_do_pseudo_register): Call
9771 gdbarch_tdep() just once, assign result to variable and use that,
9772 instead of calling the function several times.
9773
63c73a17
MK
97742002-01-20 Mark Kettenis <kettenis@gnu.org>
9775
9776 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9777 macros instead of LAST_FPU_CTRL_REGNUM.
9778 (store_register): Likewise.
9779
39ad761d
JB
97802002-01-21 Jim Blandy <jimb@redhat.com>
9781
9782 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9783 is up-to-date before running the program, not just when a program
9784 exits.
9785
3d74b771
FF
97862002-01-21 Fred Fish <fnf@redhat.com>
9787
9788 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9789 when we have found all instructions we are looking for.
9790
966fbf70
RE
97912002-01-21 Richard Earnshaw <rearnsha@arm.com>
9792
9793 * arm-tdep.c (arm_register_name): New function.
9794 (arm_registers_names): Make static.
9795 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9796 (arm_register_name): Declare.
9797 (REGISTER_NAME): Use it.
9798
c3b4394c
RE
97992002-01-21 Richard Earnshaw <rearnsha@arm.com>
9800 Kevin Buettner <kevinb@redhat.com>
9801
9802 Convert arm targets to new FRAME interface.
9803 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9804 (arm_frame_find_save_regs): Delete.
9805 (arm_frame_init_saved_regs): New.
9806 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9807 Allocate extra_info as required. Convert all uses of fsr.regs
9808 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9809 to use extra_info.
9810 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9811 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9812 (check_prologue_cache, save_prologue_cache): Likewise.
9813 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9814 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9815 (FRAME_FIND_SAVED_REGS): Delete.
9816 (arm_frame_find_saved_regs): Delete prototype.
9817 (arm_frame_init_saved_regs): New prototype.
9818 (FRAME_INIT_SAVED_REGS): Define.
9819
61d99182
AC
98202002-01-20 Andrew Cagney <ac131313@redhat.com>
9821
9822 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9823
6aaea291
AC
98242002-01-20 Andrew Cagney <ac131313@redhat.com>
9825
9826 From Jeff Law <law@redhat.com>:
9827 * infttrace.c: Include <sys/pstat.h>.
9828 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9829 exec file if the ttrace equivalent fails.
9830
15f698d2
AC
98312002-01-20 Andrew Cagney <ac131313@redhat.com>
9832
9833 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9834 (closeLogFile): Ditto.
9835
f86ddd7c
MC
98362002-01-20 Michael Chastain <mec@shout.net>
9837
9838 * top.c (print_gdb_version): Bump copyright year to 2002.
9839
904507ce
AC
98402002-01-20 Andrew Cagney <ac131313@redhat.com>
9841
9842 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9843 Zannoni and Eli Zaretskii.
9844
d7f0b9ce
DJ
98452002-01-20 Daniel Jacobowitz <drow@mvista.com>
9846
9847 * buildsym.c: Update copyright years.
9848 * c-typeprint.c: Likewise.
9849 * dwarf2read.c: Likewise.
9850 * f-typeprint.c: Likewise.
9851 * gdbtypes.c: Likewise.
9852 * gdbtypes.h: Likewise.
9853 * hp-symtab-read.c: Likewise.
9854 * hpread.c: Likewise.
9855 * mdebugread.c: Likewise.
9856 * p-typeprint.c: Likewise.
9857
3fd3d7d2
AC
98582002-01-20 Andrew Cagney <ac131313@redhat.com>
9859
9860 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9861 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9862 byte-order selectable.
9863 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9864 * arch-utils.c: Ditto.
9865 (set_endian): Ditto.
9866 (set_endian_from_file): Ditto.
9867 * gdbserver/low-sim.c (create_inferior): Ditto.
9868 * gdbarch.sh: Ditto.
9869 * gdbarch.h: Re-generate.
aaa38bb5
AJ
9870 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9871 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9872 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9873 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9874 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9875 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9876 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
9877 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9878 macro definition.
9879 * config/mips/tm-wince.h: Remove #undef of macro
9880 TARGET_BYTE_ORDER_SELECTABLE.
9881 * config/sh/tm-wince.h: Ditto.
9882
b02dede2
DJ
98832002-01-20 Daniel Jacobowitz <drow@mvista.com>
9884
9885 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9886 member function fields. Add accessor macro
9887 TYPE_FN_FIELD_ARTIFICIAL.
9888 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9889 * c-typeprint.c (c_type_print_base): Skip artificial member
9890 functions.
9891
c3643761
DJ
98922002-01-20 Daniel Jacobowitz <drow@mvista.com>
9893
9894 * f-typeprint.c: Delete unused function f_type_print_args.
9895 * p-typeprint.c: Delete unused function pascal_type_print_args.
9896
8176bb6d
DJ
98972002-01-20 Daniel Jacobowitz <drow@mvista.com>
9898
9899 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9900 comment. Add ``artificial'' to ``union field_location''.
9901
9902 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9903
9904 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9905 * mdebugread.c (parse_symbol): Likewise.
9906 * stabsread.c (define_symbol): Likewise.
9907 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9908 initializing TYPE_FIELD_BITPOS to n (obsolete).
9909 (hpread_doc_function_type): Likewise.
9910 * hpread.c (hpread_function_type): Likewise.
9911
7fd60527
AC
99122002-01-20 Andrew Cagney <ac131313@redhat.com>
9913
9914 * configure.in (host_makefile_frag): Only require a host makefile
9915 fragment when a native build.
9916 * configure: Re-generate.
9917
c2f05ac9
AC
99182002-01-20 Andrew Cagney <ac131313@redhat.com>
9919
9920 * doublest.h (floatformat_from_type): Declare.
9921 * doublest.c (floatformat_from_type): New function.
9922 (convert_typed_floating): Use.
9923
9924 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9925 call to function floatformat_from_type.
9926
9927 * gdbarch.sh (IEEE_FLOAT): Delete.
9928 * gdbarch.h, gdbarch.c: Re-generate.
9929 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9930 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9931 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9932 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9933 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9934 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9935 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9936 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9937 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9938 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9939 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
9940 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9941
9942 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9943 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9944 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9945 * sh-tdep.c (sh_gdbarch_init): Ditto.
9946 * mips-tdep.c (mips_gdbarch_init): Ditto.
9947 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9948 * cris-tdep.c (cris_gdbarch_init): Ditto.
9949
abf22e64
AJ
99502002-01-20 Jiri Smid <smid@suse.cz>
9951
9952 * configure.host, configure.tgt: Support x86-64.
9953 * NEWS: Note new target x86-64.
9954
b7c4cbf8
AJ
9955 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9956 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9957 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9958 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9959 x86-64-linux-nat.o): Fix dependencies.
9960
82600034
AC
99612002-01-19 Andrew Cagney <ac131313@redhat.com>
9962
9963 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9964 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9965 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9966 * config/sparc/xm-sun4os4.h: Delete file.
9967 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 9968
bbe5c628
AC
99692002-01-19 Andrew Cagney <ac131313@redhat.com>
9970
9971 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9972 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9973 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9974 * config/i386/i386lynx.mh (XM_FILE): Delete.
9975 * config/rs6000/xm-rs6000ly.h: Delete file.
9976 * config/sparc/xm-sparclynx.h: Delete file.
9977 * config/m68k/xm-m68klynx.h: Delete file.
9978 * config/i386/xm-i386lynx.h: Delete file.
9979 * config/xm-lynx.h: Delete file.
9980 * config/djgpp/fnchange.lst: Update.
9981
f8453e34
JT
99822002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9983
9984 * alpha-tdep.c (alpha_register_byte): New function.
9985 (alpha_register_raw_size): Ditto.
9986 (alpha_register_virtual_size): Ditto.
9987 (alpha_skip_prologue_internal): Renamed from
9988 alpha_skip_prologue.
9989 (alpha_skip_prologue): New version that calls
9990 alpha_skip_prologue_internal.
9991 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9992 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9993 second argument from alpha_skip_prologue.
9994 (REGISTER_BYTE): Use alpha_register_byte.
9995 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9996 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9997 (FRAMELESS_FUNCTION_INVOCATION): Use
9998 generic_frameless_function_invocation_not.
9999 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
10000 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
10001
52d9e613
AC
100022002-01-19 Andrew Cagney <ac131313@redhat.com>
10003
10004 * config/mips/xm-news-mips.h: Delete file.
10005 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
10006
10007 * config/m88k/xm-m88k.h: Delete file.
10008 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
10009 * config/m88k/xm-delta88v4.h: Ditto.
10010 * config/m88k/xm-delta88.h: Ditto.
10011
10012 * config/alpha/xm-fbsd.h: Delete file.
10013 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
10014
10015 * config/sparc/xm-sparc.h: Delete file.
10016 * Makefile.in (xm-sun4os4.h): Delete dependency.
10017 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
10018 * config/sparc/xm-sun4os4.h: Ditto.
10019 * config/sparc/xm-linux.h: Ditto.
10020
10021 * config/i386/xm-windows.h: Delete file.
10022
2d1b2124
AC
100232002-01-19 Andrew Cagney <ac131313@redhat.com>
10024
10025 * utils.c: Include <sys/param.h> for MAXPATHLEN.
10026 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
10027
ee1f65f0
JT
100282002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10029
10030 * alpha-tdep.c (alpha_call_dummy_words): New.
10031 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10032 (CALL_DUMMY_P): Define.
10033 (CALL_DUMMY_WORDS): Define.
10034 (SIZEOF_CALL_DUMMY_WORDS): Define.
10035
98081e55
PB
100362002-01-19 Per Bothner <per@bothner.com>
10037
10038 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10039 isn't NULL, which can happen with some gcj-3.x-produced code.
10040
0d056799
JT
100412002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10042
10043 * alpha-tdep.c (alpha_register_virtual_type): New function.
10044 (alpha_init_frame_pc_first): Ditto.
10045 (alpha_fix_call_dummy): Ditto.
10046 (alpha_store_struct_return): Ditto.
10047 (alpha_extract_struct_value_address): Ditto.
10048 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10049 alpha_register_virtual_type.
10050 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10051 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10052 alpha_extract_struct_value_address.
10053 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10054 (INIT_FRAME_PC): Use init_frame_pc_noop.
10055 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10056
4604bcad
MK
100572002-01-19 Mark Kettenis <kettenis@gnu.org>
10058
10059 * i386gnu-nat.c: Include "i386-tdep.h".
10060 (fetch_fpregs): Simplify code dealing with uninitialized floating
10061 point states such that it doesn't require FP7_REGNUM.
10062
140f9984
JT
100632002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10064
abf22e64
AJ
10065 * alpha-tdep.c (frame_extra_info): New.
10066 (alpha_find_saved_regs): Make static. Use
140f9984
JT
10067 frame->extra_info.
10068 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
10069 (alpha_frame_saved_pc): Use frame->extra_info.
10070 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10071 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
10072 (init_extra_frame_info): Rename to...
10073 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 10074 (alpha_print_extra_frame_info): New function.
140f9984
JT
10075 (alpha_frame_locals_address): Ditto.
10076 (alpha_frame_args_address): Ditto.
abf22e64 10077 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
10078 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10079 alpha_frame_args_address.
abf22e64 10080 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 10081 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
10082 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10083 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
10084 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10085 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10086
d734c450
JT
100872002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10088
10089 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10090 (alpha_cannot_fetch_register): Ditto.
10091 (alpha_cannot_store_register): Ditto.
10092 (alpha_register_convertible): Ditto.
10093 (alpha_use_struct_convention): Ditto.
10094 * config/alpha/tm-alpha.h: Update copyright years.
10095 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10096 (INNER_THAN): Use core_addr_lessthan.
10097 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10098 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10099 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10100 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10101 (FRAME_CHAIN): Remove unnecessary cast.
10102
b4ceaee6
AC
101032002-01-18 Andrew Cagney <ac131313@redhat.com>
10104
10105 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10106 obsolete.
10107
0a65a603
AC
101082002-01-18 Andrew Cagney <ac131313@redhat.com>
10109
10110 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10111 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10112 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10113 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10114 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10115 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10116 * x86-64-linux-nat.c: Ditto.
10117
636a6dfc
JT
101182002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10119
abf22e64 10120 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
10121 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10122 (REGISTER_NAME): Define.
10123
acceddb6
JT
101242002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10125
10126 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10127
ec32e4be
JT
101282002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10129
10130 * alpha-tdep.c: Update copyright years.
10131 (alpha_next_pc): New function.
10132 (alpha_software_single_step): Ditto.
10133 * config/alpha/tm-alpha.h: Add prototype for
10134 alpha_software_single_step.
10135
e771a871
JT
101362002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10137
10138 * alphabsd-nat.c: Update copyright years.
10139 (fill_gregset): Use regcache_collect.
10140 (fill_fpregset): Likewise.
10141 (fetch_inferior_registers): Only fetch integer registers
10142 if requested to do so.
10143 (store_inferior_registers): Only store integer registers
10144 if requested to do so.
10145
7708fa01
AC
101462002-01-17 Andrew Cagney <ac131313@redhat.com>
10147
10148 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10149 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10150 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10151 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10152 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10153 * config/arm/linux.mh (XDEPFILES): Delete.
10154 * config/arm/nbsd.mh (XDEPFILES): Delete.
10155 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10156 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10157 * config/i386/i386m3.mh (XDEPFILES): Delete.
10158 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10159 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10160 * config/i386/fbsd.mh (XDEPFILES): Delete.
10161 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10162 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10163 * config/i386/i386v4.mh (XDEPFILES): Delete.
10164 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10165 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10166 * config/i386/i386aix.mh (XDEPFILES): Delete.
10167 * config/i386/go32.mh (XDEPFILES): Delete.
10168 * config/i386/cygwin.mh (XDEPFILES): Delete.
10169 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10170 * config/i386/i386mach.mh (XDEPFILES): Delete.
10171 * config/i386/i386v32.mh (XDEPFILES): Delete.
10172 * config/i386/linux.mh (XDEPFILES): Delete.
10173 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10174 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10175 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10176 * config/i386/i386sco.mh (XDEPFILES): Delete.
10177 * config/i386/i386v.mh (XDEPFILES): Delete.
10178 * config/i386/nbsd.mh (XDEPFILES): Delete.
10179 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10180 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10181 * config/i386/symmetry.mh (XDEPFILES): Delete.
10182 * config/i386/obsd.mh (XDEPFILES): Delete.
10183 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10184 * config/ia64/linux.mh (XDEPFILES): Delete.
10185 * config/ia64/aix.mh (XDEPFILES): Delete.
10186 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10187 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10188 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10189 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10190 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10191 * config/m68k/linux.mh (XDEPFILES): Delete.
10192 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10193 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10194 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10195 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10196 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10197 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10198 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10199 * config/m88k/delta88.mh (XDEPFILES): Delete.
10200 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10201 * config/m88k/m88k.mh (XDEPFILES): Delete.
10202 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10203 * config/mips/linux.mh (XDEPFILES): Delete.
10204 * config/mips/irix6.mh (XDEPFILES): Delete.
10205 * config/mips/irix5.mh (XDEPFILES): Delete.
10206 * config/mips/irix4.mh (XDEPFILES): Delete.
10207 * config/mips/irix3.mh (XDEPFILES): Delete.
10208 * config/mips/decstation.mh (XDEPFILES): Delete.
10209 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10210 (NATDEPFILES): Move core-aout.o to here.
10211 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10212 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10213 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10214 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10215 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10216 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10217 * config/pa/hpux11.mh (XDEPFILES): Delete.
10218 * config/powerpc/aix.mh (XDEPFILES): Delete.
10219 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10220 * config/powerpc/linux.mh (XDEPFILES): Delete.
10221 * config/romp/rtbsd.mh: Rename XDEPFILES.
10222 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10223 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10224 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10225 * config/s390/s390.mh (XDEPFILES): Delete.
10226 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10227 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10228 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10229 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10230 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10231 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10232 * config/sparc/linux.mh (XDEPFILES): Delete.
10233 * config/vax/vaxult.mh (XDEPFILES): Delete.
10234 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10235 * Makefile.in (DEPFILES): Remove XDEPFILES.
10236
375fc983
AC
102372002-01-17 Andrew Cagney <ac131313@redhat.com>
10238
10239 * utils.c (internal_verror): Fix comments, default is yes not no.
10240 Update queries to match. Default to quit and dump core.
10241
8926118c
AC
102422002-01-17 Andrew Cagney <ac131313@redhat.com>
10243
10244 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10245 copyright.
10246 * defs.h, event-top.c, gdbcmd.h: Ditto.
10247 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10248 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10249 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10250 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10251 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10252 * mi/mi-main.c:Ditto.
10253
10254 * stack.c, symfile.c: Update copyright.
10255
45b7b345
DJ
102562002-01-17 Daniel Jacobowitz <drow@mvista.com>
10257
db728ff7
DJ
10258 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10259 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10260 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10261 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 10262
db728ff7
DJ
102632002-01-17 Daniel Jacobowitz <drow@mvista.com>
10264
10265 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10266 * gdbserver/low-lynx.c (myattach): Likewise.
10267 * gdbserver/low-nbsd.c (myattach): Likewise.
10268 * gdbserver/low-sim.c (myattach): Likewise.
10269 * gdbserver/low-sparc.c (myattach): Likewise.
10270 * gdbserver/low-sun3.c (myattach): Likewise.
10271
10272 * gdbserver/low-linux.c (myattach): New function.
45b7b345 10273
db728ff7 10274 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
10275 (main): Handle "--attach".
10276
8de3c354
AC
102772002-01-16 Andrew Cagney <ac131313@redhat.com>
10278
10279 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10280 maintainer.
10281
b0129042
DJ
102822002-01-15 Daniel Jacobowitz <drow@mvista.com>
10283
10284 * c-typeprint.c (is_type_conversion_operator): Add additional
10285 check for non-conversion operators.
10286
ba8679fb 102872002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
10288
10289 * linux-proc.c: Add "info proc" command, a la procfs.c.
10290 (read_mapping): New function, abstract and re-use code.
10291 (linux_find_memory_regions): Use new func read_mapping.
10292 (linux_info_proc_cmd): New function, implement "info proc".
10293 (_initialize_linux_proc): Add new command "info proc".
10294
e4f9b4d5
MS
102952002-01-15 Michael Snyder <msnyder@redhat.com>
10296
10297 * symfile.c (generic_load): Use bfd_map_over_sections method
10298 instead of manipulating bfd structure members directly.
10299 (add_section_size_callback): New function, bfd sections callback
10300 used by generic_load.
10301 (load_sections_callback): New function, bfd sections callback
10302 used by generic_load.
10303
08cf96df
EZ
103042002-01-15 Elena Zannoni <ezannoni@redhat.com>
10305
abf22e64 10306 [Based on work by Jim Blandy]
08cf96df
EZ
10307 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10308 (builtin_type_vec128): Export.
10309 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10310 types.
10311 (builtin_type_vec128): New builtin type for 128 bit vector
10312 registers.
10313 (build_gdbtypes): Initialize builtin_type_v16qi and
10314 builtin_type_v8hi. Create the vec128 register builtin type
10315 structure.
10316 (build_builtin_type_vec128): New function.
abf22e64 10317 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
10318 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10319 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10320 AltiVec register to new builtin type.
10321
d7242108
DJ
103222001-01-15 Daniel Jacobowitz <drow@mvista.com>
10323
10324 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10325 to make_cv_type.
10326
4ee3352d
AC
103272002-01-14 Andrew Cagney <ac131313@redhat.com>
10328
10329 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10330 CLEAN_UP_REGISTER_VALUE.
10331 * regcache.c (supply_register): Update only call.
10332
f015b2e7
AC
103332002-01-14 Andrew Cagney <ac131313@redhat.com>
10334
10335 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10336 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10337 a29k-*-vxworks* targets as obsolete.
10338
356ae49d
MS
103392002-01-14 Michael Snyder <msnyder@redhat.com>
10340
10341 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10342 until we can resolve portability issues.
10343 * gregset.h: Remove references to fpxregs.
10344 * gcore.c (gcore_command): Initialize note_sec to NULL.
10345
ade8f45e
AC
103462002-01-13 Andrew Cagney <ac131313@redhat.com>
10347
10348 * signals.c (target_signal_to_name): Rewrite. Only use
10349 signals[].name when in bounds and non-NULL.
abf22e64 10350
89c49e7a
AC
103512002-01-13 Andrew Cagney <ac131313@redhat.com>
10352
10353 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10354 * signals.c (target_signal_to_name): Verify that SIG is within the
10355 bounds of the signals array.
10356
4daa9f9f
AC
103572002-01-13 Andrew Cagney <ac131313@redhat.com>
10358
10359 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10360
ba4bbdcb
KS
103612002-01-13 Keith Seitz <keiths@redhat.com>
10362
10363 * stack.c (print_frame_info_base): Print the frame's pc
10364 only if when print_frame_info_listing_hook is not defined.
10365
575bbeb6
KS
103662002-01-13 Keith Seitz <keiths@redhat.com>
10367
10368 * varobj.c (varobj_set_value): Make sure that there were no
10369 errors evaluating the object before attempting to set its
10370 value.
10371 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10372 so this offset adjustment is no longer necessary.
10373 (create_child): Don't set the error flag if the child is
10374 a CPLUS_FAKE_CHILD.
10375 (value_of_child): If value_fetch_lazy fails, return NULL
10376 so that callers will be notified that an error occurred.
10377 (c_value_of_variable): Delay check of variable's validity
10378 until later. We actually want all structs and unions to have
10379 the value "{...}".
10380 Do not return "???" for variables which could not be evaluated.
10381 This error condition must be returned to the caller so that it
10382 can get the error condition from gdb.
10383 (cplus_name_of_child): Adjust index for vptr before figuring
10384 out the name of the child.
10385 (cplus_value_of_child): If a child's (real) parent is not valid,
10386 don't even bother trying to give a value for it. Just return
10387 an error. Change all instances in this function.
10388 (cplus_type_of_child): If our parent is one of the "fake"
10389 parents, we need to get at the type of the real parent, and
10390 derive the child's true type using this information.
10391
b76898ab
AC
103922002-01-13 Andrew Cagney <ac131313@redhat.com>
10393
10394 From 2002-01-09 John Marshall <johnm@falch.net>:
10395 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10396 sources.redhat.com, and tweak some related URLs which had
10397 suffered from linkrot.
10398
b6649e88
AC
103992002-01-13 Andrew Cagney <ac131313@redhat.com>
10400
10401 From Jeff law:
10402 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10403 structures passed in registers.
10404
82cc5033
EZ
104052002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10406
10407 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10408 white space which prevented compilation. Reported by DSK
10409 <dsk@student.unsw.edu.au>.
10410
ba5f2f8a
MS
104112002-01-11 Michael Snyder <msnyder@redhat.com>
10412
fbd35540
MS
10413 * symfile.c (build_section_addr_info_from_section_tab):
10414 Use bfd access method instead of manipulating bfd directly.
10415 (syms_from_objfile): Ditto.
10416 (simple_overlay_update_1): Ditto.
10417 (simple_overlay_update): Ditto.
10418 (generic_load): Ditto.
10419 (overlay_unmapped_address): FIXME comment, bfd access methods.
10420 (sections_overlap): FIXME comment, bfd access methods.
10421 (pc_in_mapped_range): FIXME comment, bfd access methods.
10422 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10423 (section_is_mapped): FIXME comment, bfd access methods.
10424 (section_is_overlay): FIXME comment, bfd access methods.
10425
ba5f2f8a
MS
10426 * symfile.c (generic_load): Whitespace and long line cleanups.
10427 Remove duplicate variable, change several local variables to
10428 more appropriate data types.
10429 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10430
17df2af6
AC
104312002-01-12 Andrew Cagney <ac131313@redhat.com>
10432
10433 From Peter Schauer:
10434 * language.c (longest_local_hex_string_custom): Use phex_nz to
10435 convert NUM to a hex string.
10436
ec920329
EZ
104372002-01-12 Elena Zannoni <ezannoni@redhat.com>
10438
10439 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10440 the function.
538a76d6 10441 Update Copyright year.
ec920329 10442
3abd2e01
AC
104432002-01-12 Andrew Cagney <ac131313@redhat.com>
10444
10445 * language.c (longest_raw_hex_string): Delete unused function.
10446
b21b22e0
PS
104472002-01-11 Petr Sorfa <petrs@caldera.com>
10448
10449 * MAINTAINERS (write-after-approval): Add myself.
10450 * dwarf2read.c (read_tag_string_type): Handling of
10451 DW_AT_byte_size.
10452 (read_tag_string_type): FORTRAN fix to prevent propagation of
10453 first string size.
10454 (set_cu_language): Handling of DW_LANG_Fortran95
10455
747fe712
RE
104562002-01-11 Richard Earnshaw <rearnsha@arm.com>
10457
10458 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10459 GETPID(inferior_ptid).
10460 (store_inferior_registers): Likewise.
10461
f1bea926
JM
104622002-01-10 Jason Merrill <jason@redhat.com>
10463
10464 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10465 Fix DW_OP_minus.
10466
ae940673
AC
104672002-01-10 Andrew Cagney <ac131313@redhat.com>
10468
10469 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10470 and bfd/elf32-sh-nbsd.c.
10471
00546b04
MS
104722002-01-10 Michael Snyder <msnyder@redhat.com>
10473
352ed7b4
MS
10474 * NEWS: Mention --pid and corefile/proc-id behavior change.
10475
c18be923
MS
10476 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10477 * gcore.c: Include cli/cli-decode.h instead of command.h.
10478
00546b04
MS
10479 * main.c (captured_main): Add new command line option "--pid".
10480 If the second command line argument (following the symbol-file)
10481 begins with a digit, try to attach to it before trying to open
10482 it as a corefile.
10483 (print_gdb_help): Document the "--pid" argument.
10484
db60ec62
EZ
104852002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10486
10487 * completer.c (command_completer): New function.
10488
10489 * completer.h <command_completer>: Add prototype.
10490
10491 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10492 completer for the "help" command.
10493
39c22d1a
JM
104942002-01-09 Jason Merrill <jason@redhat.com>
10495
10496 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10497
c564377f
MS
104982002-01-09 Michael Snyder <msnyder@redhat.com>
10499
975aec09
MS
10500 * i386-linux-nat.c (fill_fpxregset): Make global.
10501 (store_fpxregset): Ditto.
10502
db4a10fa
MS
10503 * gregset.h (gdb_fpxregset_t): Define.
10504 (supply_fpxregset): Prototype.
10505 (fill_fpxregset): Prototype.
10506
c564377f
MS
10507 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10508
c3d45d70
RE
105092002-01-09 Richard Earnshaw <rearnsha@arm.com>
10510
10511 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10512 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10513 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10514
fcc87af1
AC
105152002-01-09 Andrew Cagney <ac131313@redhat.com>
10516
10517 * MAINTAINERS: Update target maintainer rules so that any
10518 Maintainer can approve a tested patch for a maintenance-only
10519 target.
10520
dd96c05b
RE
105212002-01-09 Richard Earnshaw <rearnsha@arm.com>
10522
d4297db9 10523 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 10524
d4297db9 10525 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
10526 IN_SIGTRAMP.
10527
145fdc6e
MS
105282002-01-08 Michael Snyder <msnyder@redhat.com>
10529
10530 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10531 real name of the executable, rather than the /proc name.
10532
be4d1333
MS
105332002-01-03 Michael Snyder <msnyder@redhat.com>
10534
10535 Implement a "generate-core-file" command in gdb, save target state.
10536 * gcore.c: New file. Implement new command 'generate-core-file'.
10537 Save a corefile image of the current state of the inferior.
10538 * linux-proc.c: Add linux-specific code for saving corefiles.
10539 * target.h (struct target_ops): Add new target vectors for saving
10540 corefiles; to_find_memory_regions and to_make_corefile_notes.
10541 (target_find_memory_regions): New macro.
10542 (target_make_corefile_notes): New macro.
10543 * target.c (update_current_target): Inherit new target methods.
10544 (dummy_find_memory_regions): New place-holder method.
10545 (dummy_make_corefile_notes): New place-holder method.
10546 (init_dummy_target): Initialize new dummy target vectors.
10547 * exec.c (exec_set_find_memory_regions): New function.
10548 Allow the exec_ops vector for memory regions to be taken over.
10549 (exec_make_note_section): New function, target vector method.
10550 * defs.h (exec_set_find_memory_regions): Export prototype.
10551 * procfs.c (proc_find_memory_regions): New function, corefile method.
10552 (procfs_make_note_section): New function, corefile method.
10553 (init_procfs_ops): Set new target vector pointers.
10554 (find_memory_regions_callback): New function.
10555 (procfs_do_thread_registers): New function.
10556 (procfs_corefile_thread_callback): New function.
10557 * sol-thread.c (sol_find_memory_regions): New function.
10558 (sol_make_note_section): New function.
10559 (init_sol_thread_ops): Initialize new target vectors.
10560 * inftarg.c (inftarg_set_find_memory_regions): New function.
10561 Allow to_find_memory_regions vector to be taken over.
10562 (inftarg_set_make_corefile_notes): New function.
10563 Allow to_make_corefile_notes vector to be taken over.
10564 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10565 interface layer if not target_has_execution (may be a corefile).
10566 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10567 * config/sparc/sun4sol2.mh: Ditto.
10568 * config/alpha/alpha-linux.mh: Ditto.
10569 * config/arm/linux.mh: Ditto.
10570 * config/i386/x86-64linux.mh: Ditto.
10571 * config/ia64/linux.mh: Ditto.
10572 * config/m68k/linux.mh: Ditto.
10573 * config/mips/linux.mh: Ditto.
10574 * config/powerpc/linux.mh: Ditto.
10575 * config/sparc/linux.mh: Ditto.
10576
c6b92abd
MS
105772002-01-07 Michael Snyder <msnyder@redhat.com>
10578
10579 * arm-linux-nat.c: Remove references to regcache.c internal data
10580 (registers[] and register_valid[]).
10581
4b09dc8c
MS
105822002-01-07 Michael Snyder <msnyder@redhat.com>
10583
abf22e64
AJ
10584 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10585 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
10586 symbol file and shlibs.
10587 * Makefile.in: Add rule for linux-proc.o.
10588 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10589 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10590 * config/arm/linux.mh: Ditto.
10591 * config/i386/linux.mh: Ditto.
10592 * config/i386/x86-64linux.mh: Ditto.
10593 * config/ia64/linux.mh: Ditto.
10594 * config/m68k/linux.mh: Ditto.
10595 * config/mips/linux.mh: Ditto.
10596 * config/powerpc/linux.mh: Ditto.
10597 * config/sparc/linux.mh: Ditto.
10598
c25b74ac
PM
105992002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10600
10601 * win32-nat.c: Add i386-tdep.h dependency.
10602
94cd915f
MS
106032002-01-07 Michael Snyder <msnyder@redhat.com>
10604
c7cccb76
MS
10605 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10606 instead of bfd_get_arch_size. Don't bail out just because
10607 there's no exec_bfd.
abf22e64 10608
34c0bd93
MS
10609 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10610 * p-valprint.c (pascal_object_print_value): Ditto.
10611 * somread.c (som_symtab_read): Ditto.
10612 * symfile.c (simple_free_overlay_region_table): Ditto.
10613 * valops.c (value_assign): Ditto.
10614
21c1c920
MS
10615 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10616 use tilde_expand and strerror for opening save-tracepoints file.
10617
5bbd998e
MS
10618 * thread-db.c (thread_db_new_objfile): Indendation fix.
10619
94cd915f
MS
10620 * infptrace.c (GDB_MAX_ALLOCA): New define.
10621 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 10622 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
10623 can be overridden with whatever value is appropriate to the host).
10624 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10625 alloca to allocate potentially large buffer.
10626 * rs6000-nat.c (child_xfer_memory): Ditto.
10627 * symm-nat.c (child_xfer_memory): Ditto.
10628 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10629
494e8a93
JSC
106302002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10631
10632 From Nick Clifton <nickc@redhat.com>
10633 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10634
d0e1d48e
MS
106352002-01-07 Michael Snyder <msnyder@redhat.com>
10636
abf22e64 10637 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
10638 Don't use exec_bfd if it's NULL.
10639
290b2c7a
MK
106402002-01-06 Mark Kettenis <kettenis@gnu.org>
10641
abf22e64 10642 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 10643
aef21287
AC
106442002-01-06 Andrew Cagney <ac131313@redhat.com>
10645
10646 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10647 * gnu-nat.c: Ditto.
10648
30efa627
AC
106492002-01-06 Andrew Cagney <ac131313@redhat.com>
10650
10651 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10652 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10653 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10654 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10655 z8k-coff have not been multi-arched. Update z8k-coff build
10656 status.
10657
9b4ff276
AC
106582002-01-06 Andrew Cagney <ac131313@redhat.com>
10659
10660 * MAINTAINERS: Mark a29k target as obsolete.
10661 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10662 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10663 comments.
10664 * NEWS: Note that a29k targets are obsolete.
10665 * a29k-tdep.c: Mark as obsolete.
10666 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10667 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10668 a29k-*-vxworks* targets as obsolete.
10669 * remote-adapt.c: Obsolete.
10670 * remote-eb.c: Obsolete.
10671 * remote-mm.c: Obsolete.
10672 * remote-udi.c: Obsolete.
10673 * config/a29k/a29k-udi.mt: Obsolete.
10674 * config/a29k/a29k.mt: Obsolete.
10675 * config/a29k/tm-a29k.h: Obsolete.
10676 * config/a29k/tm-vx29k.h: Obsolete.
10677 * config/a29k/vx29k.mt: Obsolete.
10678
a9011d31
AC
106792002-01-05 Andrew Cagney <ac131313@redhat.com>
10680
10681 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10682 with BFD_ENDIAN_BIG.
10683
9299404e
AC
106842002-01-05 Andrew Cagney <ac131313@redhat.com>
10685
10686 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10687 * configure, config.in: Re-generate.
10688 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10689 * defs.h: Do not include <endian.h>.
10690
7e89e357
JT
106912002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10692
10693 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10694 * config.in: Regenerate.
10695 * configure.in: Update copyright years.
10696 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10697 * configure: Regenerate.
10698 * i386bsd-nat.c: Update copyright years.
10699 (fill_gregset): Use regcache_collect.
10700 (fetch_inferior_registers): Only fetch integer registers
10701 if requested to do so. Add support for XMM registers
10702 using PT_GETXMMREGS.
10703 (store_inferior_registers): Only store integer registers
10704 if requested to do so. Add support for XMM registers
10705 using PT_SETXMMREGS.
10706 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10707 (store_inferior_registers): Remove.
10708 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10709 (fetch_elfcore_registers): New function.
10710 (i386nbsd_elfcore_fns): New.
10711 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10712 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10713 i386bsd-nat.o.
10714 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10715 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10716 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10717 * config/i386/tm-nbsd.h: Update copyright years.
10718 (HAVE_SSE_REGS): Define.
10719 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10720 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10721 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10722 (SIGCONTEXT_PC_OFFSET): Remove.
10723 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10724
a752853e
AC
107252002-01-05 Andrew Cagney <ac131313@redhat.com>
10726
10727 * configure.tgt: Remove powerpc-*-macos* target.
10728 * config/m68k/xm-mpw.h: Delete file.
10729 * config/xm-mpw.h: Delete file.
10730 * ser-mac.c: Delete file.
10731 * mpw-make.sed: Delete file.
10732 * mpw-config.in: Delete file.
10733 * mac-xdep.c: Delete file.
10734 * mac-gdb.r: Delete file.
10735 * mac-defs.h: Delete file.
10736 * mac-nat.c: Delete file.
10737 * config/powerpc/macos.mh: Delete file.
10738 * config/powerpc/macos.mt: Delete file.
10739 * config/powerpc/nm-macos.h: Delete file.
10740 * config/powerpc/tm-macos.h: Delete file.
10741 * source.c (openp, open_source_file): Remove obsolete code.
10742 * top.c (gdb_readline): Ditto.
10743 * utils.c (query): Ditto.
10744 * event-top.c (display_gdb_prompt): Ditto.
10745 * Makefile.in (ser-mac.o): Delete obsolete target.
10746 * NEWS: Update.
10747
d7449b42
AC
107482002-01-04 Andrew Cagney <ac131313@redhat.com>
10749
10750 * defs.h (BIG_ENDIAN): Delete macro definition.
10751 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10752 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10753 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10754 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10755 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10756 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10757 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10758 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10759 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10760 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10761 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10762 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10763 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10764 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10765 * gdbarch.c: Re-generate.
10766
356374e8
DJ
107672002-01-04 Daniel Jacobowitz <drow@mvista.com>
10768
10769 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10770 for core files.
10771
a2b8f8f8
JT
107722002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10773
10774 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10775
12466af9
AC
107762002-01-04 Andrew Cagney <ac131313@redhat.com>
10777
10778 * value.h (value_ptr): Delete typedef.
10779
3549ab40
JT
107802002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10781
10782 * i386nbsd-nat.c: Update copyright years.
10783 Include i386-tdep.h.
10784
fedbd091
EZ
107852002-01-04 Elena Zannoni <ezannoni@redhat.com>
10786
10787 * stabsread.c: Update copyright years.
10788
10789 From Debashis Mahata <debashis.mahata@wipro.com>:
10790 (read_struct_fields): Deal with Sun C compiler erroneous stab
10791 output for structs and unions.
fec8b34f 10792 Fix PR gdb/269.
fedbd091 10793
eb43544b
DJ
107942002-01-04 Daniel Jacobowitz <drow@mvista.com>
10795
10796 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10797 prototype.
10798
1514d34e
DJ
107992002-01-04 Daniel Jacobowitz <drow@mvista.com>
10800
10801 * cp-abi.c: Fix whitespace.
10802 (baseclass_offset): New wrapper function.
10803 * cp-abi.h (baseclass_offset): Add prototype.
10804 (struct cp_abi_ops): Add baseclass_offset pointer.
10805
10806 * valops.c (vb_match): Move to...
10807 * gnu-v2-abi.c (vb_match): here.
10808 * valops.c (baseclass_offset): Move to...
10809 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10810
10811 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10812
10813 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10814 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10815 * hpacc-abi.c (init_hpacc_ops): Likewise.
10816
7f8c9282
DJ
108172002-01-04 Daniel Jacobowitz <drow@mvista.com>
10818
10819 * valops.c (find_overload_match): Accept obj as a
10820 reference parameter. Update it before returning.
10821 * value.h (find_overload_match): Update prototype.
10822 * eval.c (evaluate_subexp_standard): Pass object to
10823 find_overload_match by reference.
10824
f23631e4
AC
108252002-01-03 Andrew Cagney <ac131313@redhat.com>
10826
10827 * valarith.c: Replace value_ptr with struct value pointer. Remove
10828 register attribute from value declarations.
10829 * valops.c: Ditto.
10830 * value.h: Ditto.
10831 * scm-lang.c (scm_lookup_name): Ditto.
10832
79e10fab 108332002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 10834
79e10fab
AC
10835 Abstract the functionality of iterating over mapped memory
10836 regions into a general purpose iterator function.
abf22e64 10837 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
10838 iterator for memory sections.
10839 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10840 (solib_mappings_callback): New function, callback for above.
10841 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10842 (info_mappings_callback): New function, callback for above.
10843
10844 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10845
c5ad026a
MK
108462002-01-01 Mark Kettenis <kettenis@gnu.org>
10847
d2a7c97a
MK
10848 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10849 * i386-tdep.c: Include "elf-bfd.h".
10850 (process_note_abi_tag_sections): New function.
10851 (i386_gdbarch_init): Add code to recognize various OS/ABI
10852 combinations.
10853
c5ad026a
MK
10854 * maint.c (_initialize_maint_cmds): Add missing \ in
10855 string-literal.
10856
a1a5b71e 10857For older changes see ChangeLog-2001
c906108c
SS
10858\f
10859Local Variables:
10860mode: change-log
10861left-margin: 8
10862fill-column: 74
10863version-control: never
10864End:
This page took 0.788295 seconds and 4 git commands to generate.