2002-09-05 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
6672060b
MS
12002-09-05 Michael Snyder <msnyder@redhat.com>
2
3 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
4 adjustment that doesn't conform to the ABI.
5 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
6 saved regcache, not from current regcache.
7
299ffc64
AC
82002-09-05 Andrew Cagney <ac131313@redhat.com>
9
10 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
11 * README: Update.
12
a3a2ee65
JT
132002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
14
15 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
16 if arm_apcs_32 is false.
17
2bc7eea9
AC
182002-09-04 Andrew Cagney <ac131313@redhat.com>
19
20 GDB 5.3 branch created.
21
8a55a7c5
TR
222002-09-03 Theodore A. Roth <troth@verinet.com>
23
24 * gdb/avr-tdep.c (avr_gdbarch_init): Use
25 generic_unwind_get_saved_register.
26
e26fb1d7
DC
272002-09-03 David Carlton <carlton@math.stanford.edu>
28
29 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
30 argument (PR gdb/653). Update call to smash_to_method_type.
31 (read_structure_scope): Update call to dwarf2_add_member_fn.
32
30d52491
ML
332002-09-03 Michal Ludvig <mludvig@suse.cz>
34
35 * x86-64-linux-tdep.c: Include gdb_string.h
36 * x86-64-linux-nat.c: Ditto.
37
06891d83
JT
382002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
39
40 * ada-exp.y (yyname, yyrule): Remap global variables that appear
41 when YYDEBUG is set to 1.
42 * c-exp.y: Likewise.
43 * f-exp.y: Likewise.
44 * jv-exp.y: Likewise.
45 * m2-exp.y: Likewise.
46 * p-exp.y: Likewise.
47
7d400e77
JT
482002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
49
50 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
51 dependency list.
52 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
53 solib_svr4_fetch_link_map_offsets to
54 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
55 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
56 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
57 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
58 solib-svr4.o, and solib-legacy.o.
59 * config/i386/tm-nbsd.h: Include solib.h.
60
704a27c4
JT
612002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
62
63 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
64 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
65 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
66 comment noting that this needs its own target configuration.
67 * config/i386/nbsd.mt: New file.
68 * config/i386/nbsdaout.mt: Remove.
69 * config/i386/nbsdelf.mt: Ditto.
70 * config/i386/tm-nbsdaout.h: Ditto.
71
d66198e1
JT
722002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
73
74 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
75 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
76 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
77 tdep->sigtramp_end.
78 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
79 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
80 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
81
3cac699e
JT
822002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
83
84 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
85 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
86 * i386-tdep.h (i386bsd_init_abi): New prototype.
87 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
88 function declaration.
89 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
90 for NetBSD-a.out or NetBSD-ELF.
91 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
92 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
93 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
94 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
95 and nbsd-tdep.h.
96 (i386nbsd_pc_in_sigtramp): New function.
97 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
98 i386nbsd_pc_in_sigtramp.
99 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
100 and i386nbsdelf_init_abi OS ABI handlers.
101 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
102 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
103
7010ca0a
MK
1042002-09-02 Mark Kettenis <kettenis@gnu.org>
105
106 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
107 registers if the target really has them.
108
6dd93b72
JT
1092002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
110
111 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
112 than nbsd-tdep.h.
113
2ca8ae21
JT
1142002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
115
116 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
117 list.
118 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
119 (alphanbsd_skip_sigtramp_frame): New functions.
120 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
121 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
122 to alphanbsd_sigcontext_addr.
123
3d9b49b0
JT
1242002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
125
126 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
127 list.
128 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
129 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
130 nbsd_pc_in_sigtramp.
131 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
132 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
133 * nbsd-tdep.c: Include gdb_string.h.
134 (nbsd_pc_in_sigtramp): New function.
135 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
136 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
137 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
138 ppcnbsd_pc_in_sigtramp.
139 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
140 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
141 shnbsd_pc_in_sigtramp.
142 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
143 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
144 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
145
c860120c
PM
1462002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
147
148 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
149 watchpoints to NULL.
150 (insert_breakpoints): set val field of watchpoints if NULL.
151
152
c7612d53
JB
1532002-08-29 Jim Blandy <jimb@redhat.com>
154
155 * symtab.c (lookup_symbol_aux): In the cases where we find a
156 minimal symbol of an appropriate name and use its address to
157 select a symtab to read and search, use `name' (as passed to us)
158 as the demangled name when searching the symtab's global and
159 static blocks, not the minsym's name.
160
66609862
KS
1612002-08-29 Keith Seitz <keiths@redhat.com>
162
163 * stack.c (print_frame_info_base): Always set current_source_symtab
164 and current_source_line.
165
151fefe2
JB
1662002-08-29 Donn Terry <donnte@microsoft.com>
167
168 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
169
bfb3754e
KS
1702002-08-28 Keith Seitz <keiths@redhat.com>
171
172 * stack.c (select_frame): Add FIXME concerning selected-frame
173 events.
174 (select_frame_command): Send selected-frame-level-changed
175 event notification, but only if the level actually changed.
176 (up_silently_base): Add selected-frame-level-changed event
177 notification.
178 (down_silently_base): Likewise.
179
e822a2a0
AC
1802002-08-28 Andrew Cagney <ac131313@redhat.com>
181
182 * Makefile.in: Update dependencies for all gdb/*.c files.
183
309367d4
TT
1842002-08-27 Tom Tromey <tromey@redhat.com>
185
186 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
187 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
188 Update dependencies.
189 * i387-tdep.c: Include gdb_string.h.
190 * osabi.c: Likewise.
191 * i386-linux-nat.c: Likewise.
192 * lin-lwp.c: Likewise.
193 * ax-gdb.c: Likewise.
194 * signals/signals.c: Likewise.
195 * jv-valprint.c: Likewise.
196 * p-lang.c: Likewise.
197 * c-valprint.c: Likewise.
198 * cp-abi.c: Likewise.
199
e1507482
EZ
2002002-08-27 Elena Zannoni <ezannoni@redhat.com>
201
202 * cli/cli-script.h (copy_command_lines): Export.
203 * breakpoint.c: Include cli/cli-script.h.
204 * Makefile.in (breakpoint.o): Update dependencies.
205
c6510018
MS
2062002-08-26 Michael Snyder <msnyder@redhat.com>
207
208 * breakpoint.c (insert_breakpoints): Protect all references
209 to 'process_warning'. Shorten long lines.
210
c2b8ed2c
MS
2112002-08-26 Joel Brobecker <brobecker@gnat.com>
212
213 * cli/cli-script.c (copy_command_lines): New function.
214 * defs.h (copy_command_lines): Export.
215 * testsuite/gdb.base/commands.exp: New tests for commands
216 attached to a temporary breakpoint, and for commands that
217 delete the breakpoint they are attached to.
218
2192002-08-26 Michael Snyder <msnyder@redhat.com>
220
221 * breakpoint.c (bpstat_stop_status): Instead of copying the
222 pointer to the breakpoint commands struct, make a new copy
223 of the struct and point to that.
224 (bpstat_clear): Free the commands struct.
225 (bpstat_clear_actions): Free the commands struct.
226 (bpstat_do_actions): Free the command actions. Also execute
227 the local cleanups, instead of deleting them.
228 (delete_breakpoint): Leave the commands field of the bpstat
229 chain alone -- it will be freed later.
230
64b84175
KB
2312002-08-26 Kevin Buettner <kevinb@redhat.com>
232
233 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
234 deleted in 2002-08-20 commit. This function is still used by
235 ppc-linux-nat.c.
236
55970da6
KS
2372002-08-26 Keith Seitz <keiths@redhat.com>
238
239 * gdb-events.sh: Add selected-frame-level-changed event.
240 * gdb-events.c: Regenerated.
241 * gdb-events.h: Regenerated.
242
a790ad35
SC
2432002-08-26 Stephane Carrez <stcarrez@nerim.fr>
244
245 Fix PR gdb/393:
246 * inflow.c (terminal_save_ours): New function to save terminal
247 settings.
248 * inferior.h (terminal_save_ours): Declare.
249 * target.c (debug_to_terminal_save_ours): New function.
250 (cleanup_target): Defaults to_terminal_save_ours.
251 (update_current_target): Inherit to_terminal_save_ours.
252 (setup_target_debug): Set to_terminal_save_ours.
253 * target.h (target_terminal_save_ours): New to save terminal settings.
254 (target_ops): New member to_terminal_save_ours.
255 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
256 * hpux-thread.c (init_hpux_thread_ops): Likewise.
257 * inftarg.c (init_child_ops): Likewise.
258 * m3-nat.c (init_m3_ops): Likewise.
259 * procfs.c (init_procfs_ops): Likewise.
260 * wince.c (init_child_ops): Likewise.
261 * win32-nat.c (init_child_ops): Likewise.
262 * sol-thread.c (init_sol_thread_ops): Likewise.
263
c00dcbe9
MK
2642002-08-26 Mark Kettenis <kettenis@gnu.org>
265
3d7f4f49
MK
266 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
267 use regcache_* functions.
268 (i386_gdbarch_init): Set store_return_value instead of
269 deprecated_store_return_value.
270
c00dcbe9
MK
271 * regcache.c (regcache_raw_write_signed,
272 regcache_raw_write_unsigned): New functions.
273 * regcache.h (regcache_raw_write_signed,
274 regcache_raw_write_unsigned): New prototypes.
275
0e0d15ca
AC
2762002-08-25 Andrew Cagney <ac131313@redhat.com>
277
278 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
279 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
280 source file dependencies. Cleanup corresponding generator rules.
281
d3b22ed5
AC
2822002-08-25 Andrew Cagney <ac131313@redhat.com>
283
284 * regcache.h (register_offset_hack): Declare.
285 (regcache_cooked_read_using_offset_hack): Declare.
286 (regcache_cooked_write_using_offset_hack): Declare.
287
288 * regcache.c (register_offset_hack): New function.
289 (regcache_cooked_read_using_offset_hack): New function.
290 (regcache_cooked_write_using_offset_hack): New function.
291 (regcache_dump): Check that the registers, according to their
292 offset, are packed hard against each other.
293 (cooked_xfer_using_offset_hack): New function.
294
bb425013
AC
2952002-08-25 Andrew Cagney <ac131313@redhat.com>
296
297 * regcache.c (struct regcache_descr): Add field register_type.
298 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
299 in as a parameter
300 (init_regcache_descr): Initialize register_type. Pass the descr
301 to init_legacy_regcache_descr. Use register_type instead of
302 REGISTER_VIRTUAL_TYPE.
303 (register_type): New function.
304 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
305 * regcache.h (register_type): Declare.
306
d0403e00
AC
3072002-08-25 Andrew Cagney <ac131313@redhat.com>
308
309 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
310 instead of deprecated_store_return_value. Fix fallout from
311 2002-08-23 Andrew Cagney <cagney@redhat.com>.
312
0ed04cce
AC
3132002-08-25 Andrew Cagney <ac131313@redhat.com>
314
315 * regcache.c (max_register_size): New function.
316 (init_legacy_regcache_descr): Ensure that max_register_size is
317 large enough for REGISTER_VIRTUAL_SIZE.
318 * regcache.h (max_register_size): Declare.
319
46d79c04
AC
3202002-08-24 Andrew Cagney <ac131313@redhat.com>
321
322 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
323 store_return_value.
324 (e500_extract_return_value): Change type of valbuf pointer to
325 void.
326
853c7bd0
MK
3272002-08-24 Mark Kettenis <kettenis@gnu.org>
328
cd87e769
MK
329 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
330 workaround.
331
853c7bd0
MK
332 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
333 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
334 long long) to prevent compiler warning on 64-bit systems.
335
ebba8386
AC
3362002-08-23 Andrew Cagney <cagney@redhat.com>
337
338 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
339 (DEPRECATED_STORE_RETURN_VALUE): New method.
340 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
341 * gdbarch.h, gdbarch.c: Re-generate.
342
343 * values.c (set_return_value): Pass current_regcache to
344 STORE_RETURN_VALUE.
345 * arch-utils.h (legacy_store_return_value): Declare.
346 * arch-utils.c (legacy_store_return_value): New function.
347 (legacy_extract_return_value): Update parameters.
348
349 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
350 STORE_RETURN_VALUE.
351 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
352 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
353 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
354 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
355 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
356 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
357 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
358 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
359 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
360 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
361
362 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
363 * i386-tdep.c (i386_extract_return_value): Update.
364 * arch-utils.c (legacy_extract_return_value): Update.
365 * frv-tdep.c (frv_gdbarch_init): Update.
366 * cris-tdep.c (cris_gdbarch_init): Update.
367 * d10v-tdep.c (d10v_gdbarch_init): Update.
368 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
369 * m68k-tdep.c (m68k_gdbarch_init): Update.
370 * mcore-tdep.c (mcore_gdbarch_init): Update.
371 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
372 * s390-tdep.c (s390_gdbarch_init): Update.
373 * sparc-tdep.c (sparc_gdbarch_init): Update.
374 * sh-tdep.c (sh_gdbarch_init): Update.
375 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
376 * v850-tdep.c (v850_gdbarch_init): Update.
377 * avr-tdep.c (avr_gdbarch_init): Update.
378 * ia64-tdep.c (ia64_gdbarch_init): Update.
379 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
380 * vax-tdep.c (vax_gdbarch_init): Update.
381 * alpha-tdep.c (alpha_gdbarch_init): Update.
382 * arm-tdep.c (arm_gdbarch_init): Update.
383 * mips-tdep.c (mips_gdbarch_init): Update.
384 * i386-tdep.c (i386_gdbarch_init): Update.
385
5bd8c6d0
AC
3862002-08-23 Andrew Cagney <ac131313@redhat.com>
387
388 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
389 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
390
e73e1724
MK
3912002-08-24 Mark Kettenis <kettenis@gnu.org>
392
393 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
394 problems.
395
3e6564e1
JB
3962002-08-23 Joel Brobecker <brobecker@gnat.com>
397
398 * infrun.c (handle_inferior_event): Move a comment outside of a
399 function call, in order to avoid indent reformatting this part
400 of the code in an unreadable way.
401
81d0cc19
GS
4022002-08-23 Grace Sainsbury <graces@redhat.com>
403
404 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
405 when breakpoints fail. Move general breakpoint error messages to
406 insert_breakpoints.
407 * breakpoint.c (insert_breakpoints): Change warnings when
408 breakpoints are nto inserted to specify the type. Remove call to
409 memory_error when hardware breakpoints can't be inserted. Remove
410 multiple calls to warning so all messages are sent to the user at
411 once.
412 (delete_breakpoints): Make insert error messsages more explicit.
413
17574093
DJ
4142002-08-23 Daniel Jacobowitz <drow@mvista.com>
415
416 * ChangeLog: Move gdbserver entries after GDB 5.2 to
417 gdbserver/ChangeLog.
418
8acc2935
MK
4192002-08-23 Mark Kettenis <kettenis@gnu.org>
420
dfe01d39
MK
421 * i386-tdep.c: Include "objfiles.h".
422 (i386_svr4_init_abi): Set in_solib_call_trampoline and
423 skip_trampoline_code.
424 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
425 (CPLUS_MARKER): Define to '.'.
426
8acc2935
MK
427 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
428 member.
429 (linux_corefile_thread_callback): Increase args->num_notes.
430 (linux_make_note_section): Initialize thread_args.num_notes, and
431 use it to determine whether notes for any threads were created.
432
151fefe2 4332002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
434
435 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
436 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
437 and PCUNKILL.
438 (write_with_trace): Conditionalize out the switch branch handling
439 PCSHOLD if the corresponding macro is not defined. Likewise for
440 PRSABORT and PRSTOP.
441 This change will be needed by the Interix port.
442
e1507482
EZ
4432002-08-22 Elena Zannoni <ezannoni@redhat.com>
444
445 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
446 write_register wherever possible instead of manipulating the
447 register bytes directly.
448 Assign VALUE_CONTENTS to a variable and use that.
449 The GPR numbers are now dependent on the architecture.
450
96ff0de4
EZ
4512002-08-22 Elena Zannoni <ezannoni@redhat.com>
452
453 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
454 ev_offset fields.
455 (skip_prologue): Add support for BookE/e500 instructions.
456 (e500_extract_return_value): New function.
457 (frame_get_saved_regs): Add support for saving ev registers and
458 pseudo gpr's.
459 (e500_store_return_value): New function.
460 (rs6000_gdbarch_init): Move up default intializations of
461 deprecated_extract_return_value and store_return_value. Overwrite
462 init of store_return_value with e500 specific version.
463 Set extract_return_value for e500.
464
fbefca5b
EZ
4652002-08-22 Elena Zannoni <ezannoni@redhat.com>
466
467 * blockframe.c (generic_call_dummy_register_unwind): Use
468 regcache_cooked_read to catch cases in which the variable is
469 stored in a pseudo register.
470
4d210288
AC
4712002-08-22 Andrew Cagney <cagney@redhat.com>
472
473 * NEWS: Mention that the i960 has been made obsolete.
474 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
475 i960-tdep.c
476 (remote-nrom.o): Obsolete target.
477 (remote-nindy.o, i960-tdep.o): Ditto.
478 * remote-nrom.c: Make file obsolete.
479 * remote-nindy.c, remote-vx960.c: Ditto.
480 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
481 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
482 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
483 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
484 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
485 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
486 i960-*-vxworks* obsolete.
487 * MAINTAINERS: Note that the i960 is obsolete.
488
6c0c456d
CV
4892002-08-21 Corinna Vinschen <vinschen@redhat.com
490
491 * aix-thread.c (aix_thread_detach): Disable thread debugging on
492 detach to allow reinitialization.
493
9f9d12b3
AC
4942002-08-22 Andrew Cagney <ac131313@redhat.com>
495
496 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
497 attempt).
498
ebeb39fe
JB
4992002-08-22 Jim Blandy <jimb@redhat.com>
500
501 * coffread.c (coff_symfile_read): Don't try to read the line
502 number table from disk if the image file doesn't have a symbol
503 table; we'll never actually look at the info anyway, and Windows
504 ships DLL's with bogus file offsets for the line number data.
505
5bf1c677
EZ
5062002-08-21 Elena Zannoni <ezannoni@redhat.com>
507
508 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
509 an e500 executable.
510
71b8ef93
MS
5112002-08-21 Michael Snyder <msnyder@redhat.com>
512
513 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
514 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
515 (DEFAULT_MIPS_TYPE): Delete unused macro.
516 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
517 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 518
d174216d
JB
5192002-08-21 Jim Blandy <jimb@redhat.com>
520
521 * valops.c (value_cast): Simplify and correct logic for doing a
522 static cast from a pointer to a base class to a pointer to a
523 derived class.
524
0ab7a791
AC
5252002-08-21 Andrew Cagney <ac131313@redhat.com>
526
527 * infcmd.c (default_print_registers_info): Replace
528 do_registers_info.
529 (registers_info): Use gdbarch_print_registers_info instead of
530 DO_REGISTERS_INFO.
531 * inferior.h (default_print_registers_info): Replace
532 do_registers_info.
533 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
534 (DO_REGISTERS_INFO): Change to a predicate function.
535 * gdbarch.h, gdbarch.c: Regenerate.
536
e23792cc
KS
5372002-08-21 Keith Seitz <keiths@redhat.com>
538
539 * gdb-events.sh: Add target-changed event.
540 * gdb-events.c: Regenerated.
541 * gdb-events.c: Regenerated.
542 * valops.c (value_assign): Add target-changed event notification
543 to inlval_register, lval_memory, and lval_reg_frame_relative.
544
9fb14e79
JB
5452002-08-21 Joel Brobecker <brobecker@gnat.com>
546
547 * NEWS: Add an entry regarding the improvement of the next/step
548 operation on Alpha Tru64 multi-processor machines.
549
6d39a69f
AC
5502002-08-21 Andrew Cagney <ac131313@redhat.com>
551
72acd513
AC
552 * Makefile.in: Update dependencies for mi/ cli/ and tui/
553 directores.
342af04b 554 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
555 * Makefile.in (install-gdbtk): Move to install section.
556 (rdi-share/libangsd.a): Move to end of file.
557
fa5f27c7
AC
5582002-08-19 Andrew Cagney <ac131313@redhat.com>
559
560 * frame.c (frame_register_unwind): When a register, set addrp to
561 the register's byte.
562
5a89d8aa
MS
5632002-08-20 Michael Snyder <msnyder@redhat.com>
564
565 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
566 used locally, so move them from the target machine header to here.
567 (mips_set_processor_type, mips_register_name, mips32_next_pc,
568 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
569 Make static.
570 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
571
822e978b
AC
5722002-08-20 Andrew Cagney <cagney@redhat.com>
573
574 * NEWS: Mention that the Apollo line was made obsolete.
575 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
576 m68*-hp-hpux* obsolete.
577 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
578 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
579 * buildsym.c (make_blockvector): Make static.
580 * buildsym.h (make_blockvector): Make extern declaration obsolete.
581 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
582 (ALLDEPFILES): Remove dstread.c.
583 (dstread.o): Obsolete make rule.
584 * dstread.c: Makefile obsolete.
585 * dst.h: Ditto.
586 * config/m68k/hp300hpux.mt: Ditto.
587 * config/m68k/hp300hpux.mh: Ditto.
588 * config/m68k/hp300bsd.mt: Ditto.
589 * config/m68k/hp300bsd.mh: Ditto.
590 * config/m68k/apollo68b.mt: Ditto.
591 * config/m68k/apollo68v.mh: Ditto.
592 * config/m68k/apollo68b.mh: Ditto.
593
e41b17f0
MS
5942002-08-20 Michael Snyder <msnyder@redhat.com>
595
596 * mips-tdep.c (mips_in_return_stub): Make static.
597 (mips_gdbarch_init): Set in_solib_return_trampoline.
598 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
599
d50355b6
MS
6002002-08-20 Michael Snyder <msnyder@redhat.com>
601
602 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
603 * gdbarch.c, gdbarch.h: Regenerate.
604 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
605 Add.
606 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
607
757a7cc6
MS
6082002-08-20 Michael Snyder <msnyder@redhat.com>
609
610 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
611 (mips_gdbarch_init): Set skip_trampoline_code,
612 in_solib_call_trampoline.
613 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
614 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
615
c8001721
EZ
6162002-08-20 Elena Zannoni <ezannoni@redhat.com>
617
618 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
619
620 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
621 vector type for ev registers.
622 (e500_pseudo_register_read): New function.
623 (e500_pseudo_register_write): New function.
624 (e500_dwarf2_reg_to_regnum): New function.
625 (PPC_UISA_NOFP_SPRS): New macro.
626 (PPC_EV_REGS): New macro.
627 (PPC_GPRS_PSEUDO_REGS): New macro.
628 (registers_e500): New register set for e500.
629 (variants): Add e500 variant.
630 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
631 before setting architectural dependent variations. Initialize ev
632 registers numbers. Add case for e500 architecture. Set the
633 number of pseudo registers.
634
64366f1c
EZ
6352002-08-20 Elena Zannoni <ezannoni@redhat.com>
636
637 * rs6000-tdep.c: Clean up comments.
638
7e78f0ca
AC
6392002-08-20 Andrew Cagney <cagney@redhat.com>
640
641 * h8300-tdep.c: Re-indent file.
642
697f7479
JB
6432002-08-20 Jim Blandy <jimb@redhat.com>
644
645 * Makefile.in (LDFLAGS): Allow the configure script to establish a
646 default for this.
697f7479 647
e86ae29f
KS
6482002-08-20 Keith Seitz <keiths@redhat.com>
649
650 * breakpoints.c (watch_command_1): Use internal breakpoint
651 when setting a watchpoint_scope breakpoint.
652
216b504f
EZ
6532002-08-20 Elena Zannoni <ezannoni@redhat.com>
654
655 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
656 (build_builtin_type_vec64i): Ditto.
657 (build_builtin_type_vec128): Ditto.
658 (build_builtin_type_vec128i): Ditto.
659
f7ab6ec6
MS
6602002-08-19 Michael Snyder <msnyder@redhat.com>
661
662 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
663 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
664 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
665 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
666 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
667 CALL_DUMMY_ADDRESS): Delete.
668 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
669 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
670 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
671 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
672 push_return_address.
673 (mips_register_raw_size, mips_eabi_use_struct_convention,
674 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
675 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
676 mips_init_extra_frame_info, mips_eabi_push_arguments,
677 mips_n32n64_push_arguments, mips_push_return_address,
678 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
679 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
680
b5d1566e
MS
6812002-08-19 Michael Snyder <msnyder@redhat.com>
682
683 * mips-tdep.c (mips_frame_num_args): New function.
684 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
685 frame_saved_pc, frame_args_address, frame_locals_address,
686 frame_num_args, and frame_args_skip.
687 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
688 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
689 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
690 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
691
2f1488ce
MS
6922002-08-20 Michael Snyder <msnyder@redhat.com>
693
694 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
695 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
696 * mips-tdep.c (mips_store_struct_return): New function.
697 (mips_extract_struct_value_address): New function.
698 (mips_gdbarch_init): Set store_struct_return and
699 extract_struct_value_address.
700
41ff2da1
DC
7012002-08-20 David Carlton <carlton@math.stanford.edu>
702
703 * dwarf2read.c (dwarf2_build_psymtabs): Check that
704 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
705 (read_file_scope): Check that line_header is nonzero before
706 decoding macro information.
707
e5451d58
MK
7082002-08-20 Mark Kettenis <kettenis@gnu.org>
709
710 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
711 flag the general-purpose registers as floating-point on targets
712 that don't support the floating-point registers.
713
4a6daafa
EZ
7142002-08-20 Elena Zannoni <ezannoni@redhat.com>
715
716 * rs6000-tdep.c (altivec_register_p): Delete.
717 (rs6000_do_altivec_registers): Delete.
718 (rs6000_altivec_registers_info): Delete.
719 (rs6000_do_registers_info): Delete.
720 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
721 (rs6000_gdbarch_init): Remove setting of do_registers_info.
722
ab4327e0
EZ
7232002-08-20 Elena Zannoni <ezannoni@redhat.com>
724
725 * infcmd.c (do_registers_info): Print vector registers in hex
726 format only.
727 (print_vector_info): Check that printing registers
728 makes sense.
729 (print_float_info): Ditto.
730
cb1d2653
AC
7312002-08-20 Andrew Cagney <ac131313@redhat.com>
732
733 * mips-tdep.c (mips_gdbarch_init): Update.
734 (mips_o32_extract_return_value): Rewrite.
735 (mips_o32_store_return_value): Rewrite.
736 (mips_o32_xfer_return_value): New function.
737 (mips_xfer_register): Tweak debug print message. Allow for
738 buf_offset when dumping the value transfered.
739
dfc3d9b2
AC
7402002-08-20 Andrew Cagney <ac131313@redhat.com>
741
742 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
743 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
744 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
745 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
746 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
747
7807aa61
MS
7482002-08-14 Michael Snyder <msnyder@redhat.com>
749
750 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
751
489461e2
EZ
7522002-08-19 Elena Zannoni <ezannoni@redhat.com>
753
754 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
755 register.
756 (P): New macro to define a register as a pseudo register.
757 (R, R4, R8, R16, FR32, R64, R0): Updated.
758 (struct variant): Add new fields for number of pseudo registers
759 and number of total registers.
760 (tot_num_registers): New macro replacing....
761 (num_registers): ...deleted macro.
762 (num_registers): New function.
763 (num_pseudo_registers): New function.
764 (variants): Update all variants to intialize new fields correctly.
765 Postpone initialization of number of pseudo regs and real regs.
766 (init_variants): New function.
767 (rs6000_gdbarch_init): Initialize variants. Update calculation of
768 registers offsets.
769
fcaffe4c
DC
7702002-08-19 David Carlton <carlton@math.stanford.edu>
771
2c2738a0
DC
772 * valops.c (search_struct_field): Change error message to treat
773 return value of 0 from value_static_field as meaning that field is
774 optimized out.
775 (value_struct_elt_for_reference): Ditto.
776 * values.c (value_static_field): Treat an unresolved location the
777 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
778 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
779 enclosed. Fix PR gdb/574.
fcaffe4c
DC
780 * MAINTAINERS: Add self to Write After Approval list.
781
88658117
AC
7822002-08-19 Andrew Cagney <ac131313@redhat.com>
783
784 * mips-tdep.c (mips_xfer_register): New function.
785 (mips_n32n64_extract_return_value): Rewrite.
786 (mips_gdbarch_init): For N32 and N64, set extract_return_value
787 instead of deprecated_extract_return_value.
788
21283beb
EZ
7892002-08-19 Elena Zannoni <ezannoni@redhat.com>
790
791 * rs6000-tdep.c (TDEP): Delete macro.
792 (branch_dest): Replace use of TDEP macro with its body.
793 (rs6000_pop_frame): Ditto.
794 (rs6000_push_arguments): Ditto.
795 (rs6000_skip_trampoline_code): Ditto.
796 (rs6000_frame_saved_pc): Ditto.
797 (rs6000_frame_chain): Ditto.
798 (rs6000_register_name): Ditto.
799 (rs6000_register_byte): Ditto.
800 (rs6000_register_raw_size): Ditto.
801 (rs6000_register_virtual_type): Ditto.
802 (rs6000_register_convertible): Ditto.
803 (rs6000_convert_from_func_ptr_addr): Ditto.
804
bf072999
DJ
8052002-08-19 Daniel Jacobowitz <drow@mvista.com>
806
807 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
808 conditionally.
809 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
810 MIPS_LINUX_JB_ELEMENT_SIZE.
811 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
812 for MAX_REGISTER_RAW_SIZE arrays.
813 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
814 MIPS_LINUX_JB_ELEMENT_SIZE.
815
9b949a49
PM
8162002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
817
818 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
819
6d3e79c6
AS
8202002-08-19 Aidan Skinner <aidan@velvet.net>
821
822 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
823 ada-valprint.c ada-tasks.c.
824 (YYFILES): Add ada-exp.y.
825 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
826 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
827 (ada-exp.tab.o): New target.
828
06c0b04e
AC
8292002-08-18 Andrew Cagney <ac131313@redhat.com>
830
831 * regcache.c (regcache_xfer_part): New function.
832 (regcache_raw_read_part): New function.
833 (regcache_raw_write_part): New function.
834 (regcache_cooked_read_part): New function.
835 (regcache_cooked_write_part): New function.
836 * regcache.h (regcache_raw_read_part): Declare.
837 (regcache_raw_write_part): Declare.
838 (regcache_cooked_read_part): Declare.
839 (regcache_cooked_write_part): Declare.
840
92d1e331
DJ
8412002-08-18 Daniel Jacobowitz <drow@mvista.com>
842
843 * remote.c (remote_open_1): Add async_p.
844 (remote_async_open_1): Delete.
845 (open_remote_target): Delete.
846 (remote_open, extended_remote_open): Update calls to remote_open_1.
847 (remote_async_open, extended_remote_async_open): Call
848 remote_open_1 instead of remote_async_open_1.
849
247055de
MK
8502002-08-19 Mark Kettenis <kettenis@gnu.org>
851
852 * blockframe.c: Fix a few coding standard violations.
853
641eda39
MK
8542002-08-19 Mark Kettenis <kettenis@gnu.org>
855
0b717710
MK
856 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
857 here from ...
858 * config/i386/tm-i386sco5.h: ... here. File removed.
859 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
860
26d28e12 861 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
862 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
863 (TM_FILE): Set to tm-i386.h.
864 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
865 * config/i386/tm-i386v.h: Remove file.
866 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
867 instead of "i386/tm-i386v.h".
868 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
869 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
870 "i386/tm-i386v.h".
871 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
872 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
873 "i386/tm-i386.h".
874
d4e0bab4
MK
8752002-08-18 Mark Kettenis <kettenis@gnu.org>
876
877 * config/i386/nm-i386v.h: Add protection against
878 multiple-inclusion.
879 (i386_register_u_addr): Remove prototype.
880 (register_u_addr): New prototype.
881 (REGISTER_U_ADDR): Redefine accordingly.
882 * i386v-nat.c: Improve several comments.
883 (i386_register_u_addr): Change signature and rename to
884 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
885 ubase variable.
886
46cac009
AC
8872002-08-18 Andrew Cagney <ac131313@redhat.com>
888
889 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
890 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
891 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
892 deprecated_extract_return_value.
893 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
894 rename mips_o32o64_push_arguments.
895 (mips_gdbarch_init): Update.
896 (mips_extract_return_value): Delete.
897 (mips_o32_extract_return_value): Clone mips_extract_return_value.
898 (mips_o64_extract_return_value): Clone mips_extract_return_value.
899 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
900 (mips_n32n64_extract_return_value): Clone
901 mips_extract_return_value.
902 (mips_store_return_value): Delete.
903 (mips_o32_store_return_value): Clone mips_store_return_value.
904 (mips_o64_store_return_value): Clone mips_store_return_value.
905 (mips_eabi_store_return_value): Clone mips_store_return_value.
906 (mips_n32n64_store_return_value): Clone mips_store_return_value.
907
d2e4a39e
AS
9082002-08-18 Aidan Skinner <aidan@velvet.net>
909
0c30c098
AS
910 * ada-lang.c: Use gdb_string.h instead of <string.h>.
911 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
912
9132002-08-18 Aidan Skinner <aidan@velvet.net>
914
915 * ada-lang.c: Run through gdb_indent.sh.
916 * ada-lang.h: Run through gdb_indent.sh.
917 * ada-tasks.c: Run through gdb_indent.sh.
918 * ada-typeprint.c: Run through gdb_indent.sh.
919 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 920
01fc4e33
AC
9212002-08-18 Andrew Cagney <ac131313@redhat.com>
922
923 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
924 ABI.
925
d8ee244c
MK
9262002-08-18 Mark Kettenis <kettenis@gnu.org>
927
c38d8261
MK
928 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
929
222db64c
MK
930 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
931 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
932
c2848c82
MK
933 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
934 write_register_gen instead of write_register_bytes.
935
d8ee244c
MK
936 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
937 i[3456]-*-osf1mk* configurations have been made obsolete.
938 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
939 i[3456]86-*-osf1mk* hosts obsolete.
940 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
941 targets obsolete.
942 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
943 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
944 config/i386/i386m3.mt, config/i386/nm-m3.h,
945 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
946 config/i386/i386mk.mh, config/i386/i386mk.mt,
947 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
948 obsolete.
949 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
950 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
951 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
952
61d8d407
AC
9532002-08-18 Andrew Cagney <ac131313@redhat.com>
954
955 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
956 (hppa_value_returned_from_stack): Declare.
957 (hppa_extract_return_value): Declare.
958 * config/pa/hppa.mt: New file.
959 * configure.tgt: Recognize hppa*-*-*.
960 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
961
0c52bd59
MK
9622002-08-18 Mark Kettenis <kettenis@gnu.org>
963
964 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
965 comment.
966
b5686e99
MK
9672002-08-17 Mark Kettenis <kettenis@gnu.org>
968
969 * top.c (gdb_rl_operate_and_get_next): Make sure
970 operate-and-get-next functions correctly even when the history
971 list is completely filled.
972
c1bab85b
AC
9732002-08-18 Andrew Cagney <ac131313@redhat.com>
974
975 * MAINTAINERS (Target Instruction Set Architectures): Rename
976 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
977 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
978 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
979 already listed under Host/Native.
980
981 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
982 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
983 mips*-*-*.
984
32089c7c
AC
9852002-08-17 Andrew Cagney <ac131313@redhat.com>
986
987 * config/ia64/ia64.mt: New file.
988 * config/alpha/alpha.mt: New file.
989 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
990 ia64-linux-gnu. Mention that ia64-elf is broken.
991 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
992
b4671f85
MK
9932002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
994
995 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
996 generic_func_frame_valid instead of func_frame_valid.
997
c8edd8b4
JB
9982002-08-16 Joel Brobecker <brobecker@gnat.com>
999
1000 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
1001 procfs appears to be broken when debugging on multi-processor
1002 machines. So enable software single stepping in order to avoid
1003 using the procfs interface to do next/step operations, using
1004 internal breakpoints instead.
1005
1006 * infrun.c (handle_inferior_event): Readjust the stop_pc by
1007 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
1008 make this pc address equal to the value it would have if the
1009 system stepping capability was used. Also set a new flag used
1010 to ensure that we don't readjust the PC one more time later.
1011
1012 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
1013 address by DECR_PC_AFTER_BREAK when software single step is
1014 in use for this architecture, as this has already been taken
1015 care of in handle_inferior_event().
1016
238617f6
JB
10172002-08-16 Joel Brobecker <brobecker@gnat.com>
1018
1019 * infrun.c (handle_inferior_event): Minor reformatting, to make
1020 a rather long condition expression easier to read.
1021
541a7aac
AC
10222002-08-16 Andrew Cagney <ac131313@redhat.com>
1023
1024 * Makefile.in (gdbtk.o): Move to end of file.
1025 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
1026 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
1027 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
1028 (gdbtk-wrapper.o, gdbres.o): Ditto.
1029
f92d4a7b
AC
10302002-08-16 Andrew Cagney <ac131313@redhat.com>
1031
1032 * Makefile.in (copying.o): Separate out compile rule.
1033 (hpux-thread.o, procfs.o, signals.o): Ditto.
1034 (v850ice.o, z8k-tdep.o): Ditto.
1035 (tui-file.o): Move to TUI section.
1036 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
1037 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
1038
1cce71eb
JB
10392002-08-16 Joel Brobecker <brobecker@gnat.com>
1040
1041 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
1042 skip_trampoline_code, for better namespace-proofing.
1043
1044 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
1045
0851f23d
JB
10462002-08-16 Joel Brobecker <brobecker@gnat.com>
1047
1048 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
1049
f8d40ec8
JB
10502002-08-16 Joel Brobecker <brobecker@gnat.com>
1051
1052 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1053 signal, check whether we hit a breakpoint before checking for a
1054 single step breakpoint. Otherwise, GDB fails to notice that a
1055 breakpoint has been hit when stepping onto a breakpoint.
1056
63d022e0
KS
10572002-08-16 Keith Seitz <keiths@redhat.com>
1058
1059 * gdb-events.sh (clear_gdb_event_hooks): New function.
1060 * gdb-events.c: Regenerate.
1061 * gdb-events.h: Regenerate.
1062
6e31adb3
AC
10632002-08-16 Andrew Cagney <ac131313@redhat.com>
1064
1065 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1066 not_a_sw_breakpoint.
1067 * breakpoint.h (bpstat_stop_status): Add parameter names.
1068
c8189ed1
GS
10692002-08-16 Grace Sainsbury <graces@redhat.com>
1070
1071 * remote.c (remote_insert_hw_breakpoint)
1072 (remote_remove_hw_breakpoint): Fix calculation of length field
1073 for Z-packet.
1074
d05285fa
MS
10752002-08-15 Michael Snyder <msnyder@redhat.com>
1076
466d7106
MS
1077 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1078 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1079 (supply_fpregset): Ditto.
1080
d05285fa
MS
1081 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1082 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1083 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 1084 (TARGET_READ_SP): Delete.
bf1f5b4c 1085 (DO_REGISTERS_INFO): Delete.
102182a9
MS
1086 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1087 Delete.
1088 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1089 from macros to functions.
bf1f5b4c 1090
d05285fa
MS
1091 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1092 (mips_register_convertible, mips_register_convert_to_virtual,
1093 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
1094 (mips_read_sp): New function.
1095 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
1096 (mips_do_registers_info): Make static.
1097 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
1098 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1099 (mips_register_convert_from_type, mips_register_convert_to_type):
1100 New functions.
1101 (mips_gdbarch_init): Set up function_start_offset,
1102 register_virtual_size, pc_in_sigtramp.
d05285fa 1103
e76f1f2e
AC
11042002-08-15 Andrew Cagney <ac131313@redhat.com>
1105
1106 * infcmd.c (vector_info): New function.
1107 (_initialize_infcmd): Add command "info vector".
1108 (print_vector_info): New function.
1109
1110 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1111 * gdbarch.h, gdbarch.c: Regenerate.
1112
4782dc19
AC
11132002-08-15 Andrew Cagney <ac131313@redhat.com>
1114
1115 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1116 ``print_all''. Only print vector registers when ``print_all''.
1117
23e3a7ac
AC
11182002-08-15 Andrew Cagney <ac131313@redhat.com>
1119
8e186fd6
AC
1120 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1121 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1122
23e3a7ac
AC
1123 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1124 Add `args' parameter.
1125 * gdbarch.h, gdbarch.c: Regenerate.
1126
1127 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1128
1129 * infcmd.c (float_info): Call print_float_info.
1130 (print_float_info): New function. By default, print the
1131 floating-point registers.
1132
1133 * arch-utils.h (default_print_float_info): Delete declaration.
1134 * arch-utils.c (default_print_float_info): Delete function.
1135
e0ca2bb9
MK
11362002-08-16 Mark Kettenis <kettenis@gnu.org>
1137
3f733acc
MK
1138 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1139 out define.
1140
7d8d2918
MK
1141 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1142 FRAME.
1143
1c7cc583
MK
1144 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1145 * configure.host: Make i[3456]86-*-aix host obsolete.
1146 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1147 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1148 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1149 config/i386/xm-i386aix.h: Make files obsolete.
1150 * i386aix-nat.c: Make file obsolete.
1151 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1152 (i386aix-nat.o): Make target obsolete.
1153
e0ca2bb9
MK
1154 * config/i386/nm-gnu.h: Removed.
1155 * config/i386/nm-i386gnu.h: New file.
1156 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1157 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1158 Moved here from ...
1159 * config/i386/tm-i386gnu.h: ... here. Removed.
1160 * config/i386/xm-i386gnu.h: Removed.
1161 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1162 (NAT_FILE): Set to nm-i386gnu.h.
1163 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1164 * i386-tdep.c: New file.
1165 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1166 (i386gnu-tdep.o): Specify dependencies.
1167
16057ec7 11682002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 1169
6b99ee2e
MK
1170 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1171 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1172 Adjust a few comments to reflect reality a bit closer.
1173 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1174 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1175 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1176 target_insert_watchpoint, target_remove_watchpoint):
1177 Move defines to ...
1178 * config/i386/nm-i386sco5.h: ... here.
1179 (kernel_u_size): Add prototype. Improve a few comments and add
1180 protection against multiple inclusion.
1181
d9a6f65c
MK
1182 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1183 out define.
1184
047eff6a
MK
1185 * uw-thread.c (SP_ARG0): Define if not already defined.
1186 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1187
dcdb1290
MK
1188 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1189
5d2d0b2a
MK
1190 * config/i386/tm-i386.h: Don't include "regcache.h".
1191
61113f8b
MK
1192 * i387-tdep.h (i387_print_float_info): New prototype.
1193 * i387-tdep.c (print_i387_value, print_i387_ext,
1194 print_i387_status_word, print_i387_control_word): Add `struct
1195 ui_file *' argument and use it for output.
1196 (i387_print_float_info): Renamed from i387_float_info. Add
1197 `struct gdbarch *' and `struct ui_file *' arguments and use the
1198 latter for output.
1199 * i386-tdep.c: Include "i387-tdep.h".
1200 (i386_gdbarch_init): Set print_float_info.
1201 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1202 (FLOAT_INFO): Remove define.
1203
46e0f506
MS
12042002-08-13 Michael Snyder <msnyder@redhat.com>
1205
1206 * mips-tdep.c (mips_push_arguments): Rename to
1207 mips_eabi_push_arguments, and tune for EABI.
1208 (MIPS_REGS_HAVE_HOME_P): Delete.
1209 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1210 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1211 Delete references to mips_regs_have_home_p.
1212
409268de
KS
12132002-08-14 Keith Seitz <keiths@redhat.com>
1214
1215 * Makefile.in (install-gdbtk): Create insight plugin directory.
1216 Install plugins.tcl file.
1217
ffc6a242
KS
12182002-08-14 Keith Seitz <keiths@redhat.com>
1219
1220 * configure.in: Move SUBDIRS to near top of the file so that
1221 --enable options may add things to it.
1222 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1223 * configure: Regenerate.
1224
ebafbe83
MS
12252002-08-13 Michael Snyder <msnyder@redhat.com>
1226
1227 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1228 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1229 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1230
32f6f25d
AC
12312002-08-13 Andrew Cagney <ac131313@redhat.com>
1232
1233 * vax-tdep.c (vax_get_saved_register): Delete function.
1234 (vax_gdbarch_init): Update.
1235 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1236 (ns32k_gdbarch_init): Update.
1237 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1238 (alpha_gdbarch_init): Update.
1239
53826de9
AC
12402002-08-13 Andrew Cagney <cagney@redhat.com>
1241
1242 * regcache.c (init_regcache_descr): Overallocate the
1243 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1244 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1245 nr_raw_registers.
1246 (set_register_cached): Add range checking assertions. Use
1247 current_regcache.
1248
16057ec7 12492002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
1250
1251 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1252 numbers for MMX registers.
1253
7b4c2dce
AC
12542002-08-13 Andrew Cagney <cagney@redhat.com>
1255
1256 * i386-tdep.c (i386_gdbarch_init): Use
1257 generic_unwind_get_saved_register.
1258
1e03ad20
KB
12592002-08-13 Kevin Buettner <kevinb@redhat.com>
1260
1261 * procfs.c (procfs_can_use_hw_breakpoint): New function.
1262 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1263 target vector.
1264 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1265 Delete. Add comment regarding this now-deleted target method.
1266
548bcbec
SC
12672002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1268
1269 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1270 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1271 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1272 real PC and the page number (if it's within the memory bank window).
1273 (m68hc11_pseudo_register_write): Likewise when saving.
1274 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1275 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1276 (m68hc11_register_raw_size): And use 32-bit for it.
1277 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1278 16K memory bank is used by the prog; also use the virtual pc.
1279
7df11f59
SC
12802002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1281
1282 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1283 (m68hc11_gdbarch_init): Install it in gdbarch.
1284 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1285 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1286 (MSYMBOL_SIZE): New for documentation.
1287 (insn_return_kind): Enum to specify how a function returns.
1288 (frame_extra_info): Cleanup and record the return mode.
1289 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
1290 register in address computation.
1291 (m68hc11_get_return_insn): New to obtain the return instruction used
1292 by the function.
1293 (m68hc11_frame_init_saved_regs): Take into account the return
1294 instruction used by the function for far and interrupt functions.
1295 (m68hc11_init_extra_frame_info): Take into account page register.
1296 (m68hc11_frame_args_address): Adjust according to the return mode.
1297 (show_regs): Print page register only when it's used.
1298
5706502a
SC
12992002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1300
1301 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1302 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1303 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1304 registers.
1305 (m68hc11_register_raw_size): Likewise.
1306
28fc6740
AC
13072002-08-13 Andrew Cagney <cagney@redhat.com>
1308
1309 * i386-tdep.c (i386_register_name): Handle mmx registers.
1310 (mmx_regnum_p): New function.
1311 (i386_mmx_names): New array.
1312 (mmx_num_regs): New variable.
1313 (i386_pseudo_register_read): New function.
1314 (i386_pseudo_register_write): New function.
1315 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1316
1317 * regcache.c (regcache_raw_read_unsigned): New function.
1318 (regcache_raw_read_signed): New function.
1319 * regcache.h (regcache_raw_read_unsigned): Declare.
1320 (regcache_raw_read_signed): Declare.
1321
a378f419
AC
13222002-08-13 Andrew Cagney <cagney@redhat.com>
1323
1324 * regcache.c (regcache_raw_read_as_address): Delete function.
1325 (regcache_cooked_read_signed): New function.
1326 (regcache_cooked_read_unsigned): New function.
1327 * regcache.h (regcache_cooked_read_signed): Declare.
1328 (regcache_cooked_read_unsigned): Declare.
1329 (regcache_raw_read_as_address): Delete declaration.
1330
1331 * blockframe.c (generic_read_register_dummy): Use
1332 regcache_cooked_read_unsigned.
1333 * i386-tdep.c (i386_extract_struct_value_address): Use
1334 regcache_cooked_read_unsigned.
1335
81967506
SC
13362002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1337
1338 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1339 double sizes according to ELF ABI flags.
1340 (gdbarch_tdep): Record elf_flags.
1341
ffe1f3ee
SC
13422002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1343
1344 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1345 (m6812_prolog): They can appear in 68HC12 function prologue.
1346 (m68hc11_frame_chain): Cleanup.
1347
98216c5d
AC
13482002-08-12 Andrew Cagney <cagney@redhat.com>
1349
1350 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1351 declarations.
1352 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1353 (i386_linux_register_raw_size): Delete function.
1354 (i386_linux_init_abi): Update.
1355 * i386-tdep.c (i386_register_raw_size): Delete function.
1356 (i386_register_byte): Delete function.
1357 (i386_gdbarch_init): Update.
1358 (i386_register_size): Delete array.
1359 (i386_register_offset): Delete array.
1360
1361 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1362 (REGISTER_RAW_SIZE): Delete macro.
1363 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1364 (REGISTER_BYTE): Delete macro.
1365
3b19021e
AS
13662002-08-11 Aidan Skinner <aidan@velvet.net>
1367
1368 * ada-lang.c (ada_lookup_partial_symbol)
1369 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1370 prototype names so that grep ^func works properly.
1371
1372 * ada-lang.c (ada_array_element_type)
1373 (ada_lookup_partial_symbol): Fix typos in parameter list.
1374
1375 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1376 Fix prototype names so that grep ^func works properly.
1377
b063e7a2
AC
13782002-08-10 Andrew Cagney <cagney@redhat.com>
1379 Elena Zannoni <ezannoni@redhat.com>
1380 Martin M. Hunt <hunt@redhat.com>
1381
1382 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1383 (build_builtin_type_vec128i): Set the vector bit.
1384 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1385 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1386 (build_builtin_type_vec64): New function.
1387 (build_builtin_type_vec64i): New function.
1388 (build_gdbtypes): Initialize builtin_type_vec64 and
1389 builtin_type_vec64i.
1390
a7e3c2ad
AC
13912002-08-09 Andrew Cagney <cagney@redhat.com>
1392
1393 * regcache.c (regcache_dump): Compare the register offset
1394 with REGISTER_BYTE.
1395 * arch-utils.c (generic_register_byte): New function.
1396 * arch-utils.h (generic_register_byte): Declare.
1397 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1398 * gdbarch.h, gdbarch.c: Regenerate.
1399
af030b9a
AC
14002002-08-09 Andrew Cagney <cagney@redhat.com>
1401
1402 * regcache.c: Include "gdbcmd.h"
1403 (_initialize_regcache): Add commands "maintenance print
1404 registers", "maintenance print raw-registers" and "maintenance
1405 print cooked-registers".
1406 (enum regcache_dump_what): Define.
1407 (dump_endian_bytes): New function.
1408 (regcache_dump): New function.
1409 (regcache_print): New function.
1410 (maintenance_print_registers): New function.
1411 (maintenance_print_raw_registers): New function.
1412 (maintenance_print_cooked_registers): New function.
1413 * Makefile.in (regcache.o): Update dependencies.
1414
cb3d25d1
MS
14152002-08-09 Michael Snyder <msnyder@redhat.com>
1416
1417 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1418 (mips_push_arguments): Correct some comments. Use paddr_nz
1419 for printing addresses in debug output. Replace static
1420 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1421 (mips_n32n64_push_arguments): New function, cloned from
1422 mips_push_arguments and tuned for the n32/n64 ABI.
1423 (mips_push_register): Buffer needs dynamic allocation.
1424 (mips_print_register): Ditto.
1425 (do_gp_register_row): Ditto.
1426 (mips_store_return_value): Ditto.
1427 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1428
2163ab9d
DH
14292002-08-09 Don Howard <dhoward@redhat.com>
1430
1431 * memattr.c (mem_info_command): Print special case of upper bound
1432 as max CORE_ADDR + 1.
1433
b78bcb18
MS
14342002-08-08 Michael Snyder <msnyder@redhat.com>
1435
1436 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1437 returns structs by ref if they're too big to fit in two registers.
1438
ffabd70d
KB
14392002-08-09 Kevin Buettner <kevinb@redhat.com>
1440
1441 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1442 saved regs value.
1443 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1444 mips_find_saved_regs().
1445 (mips_pop_frame): Likewise.
1446
fbcdb4a3
KB
14472002-08-09 Kevin Buettner <kevinb@redhat.com>
1448
1449 * blockframe.c (frame_saved_regs_register_unwind): Revise
1450 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1451 frames are in use.
1452
3c3bea1c
GS
14532002-08-09 Grace Sainsbury <graces@redhat.com>
1454
1455 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1456 T-packets; the 'a' is not taken as a register number.
1457 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1458 (remote_stopped_data_address): New functions; add to target
1459 vector.
1460 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1461 prototypes to match other implementations of this
1462 function. replace integer argument with pointer -- the length
1463 field in the Z-packet is the length of what is pointed to or 1 if
1464 pointer is null. Add to target vector.
1465 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1466 target vector.
1467
1468 From Mark Salter:
1469 * remote.c (remote_wait): Add support to extract optional
1470 watchpoint information from T-packet. Ignore unrecognized
1471 optional info in T-packet.
1472 (remote_async_wait): Ditto.
1473
5d1d95de
CV
14742002-08-09 Corinna Vinschen <vinschen@redhat.com>
1475
1476 * cli/cli-dump.c: Change fopen modes to use binary open modes
1477 as defined in include/fopen-bin.h throughout.
1478
c86b5b38
MS
14792002-08-08 Michael Snyder <msnyder@redhat.com>
1480
1481 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1482
b30590dc
KB
14832002-08-08 Kevin Buettner <kevinb@redhat.com>
1484
1485 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1486 assertion failure by returning early after a warning.
1487
498868ed
KB
14882002-08-08 Kevin Buettner <kevinb@redhat.com>
1489
1490 * mips-tdep.c (mips_find_saved_regs): Make static.
1491 (mips_frame_init_saved_regs): New function.
1492 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1493 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1494 (mips_find_saved_regs): Delete declaration.
1495
b2dd6311
GS
14962002-08-08 Grace Sainsbury <graces@redhat.com>
1497
3c3bea1c
GS
1498 * remote.c (remote_wait, remote_async_wait): Change
1499 thread_num from int to ULONGEST.
1500 (unpack_varlen_hex): Change result parameter from
1501 int * to ULONGEST *.
b2dd6311 1502
ea47855f
AC
15032002-08-08 Andrew Cagney <ac131313@redhat.com>
1504
1505 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1506 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1507 powerpc*-*-*.
1508 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1509
69db8bae
AC
15102002-08-08 Andrew Cagney <cagney@redhat.com>
1511
1512 * gcore.c (override_derive_stack_segment): Delete variable.
1513 (preempt_derive_stack_segment): Delete function.
1514 (derive_stack_segment): Delete function.
1515 (default_derive_stack_segment): Renamed to derive_stack_segment.
1516 (override_derive_heap_segment): Delete variable.
1517 (preempt_derive_heap_segment): Delete function.
1518 (derive_heap_segment): Delete function.
1519 (default_derive_heap_segment): Rename to derive_heap_segment.
1520
cb811fe7
MS
15212002-08-06 Michael Snyder <msnyder@redhat.com>
1522
1523 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1524 * mips-tdep.c (mips_EABI_use_struct_convention,
1525 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1526 New functions. (mips_use_struct_convention): Delete.
1527 (mips_gdbarch_init): set use_gdbarch_convention.
1528
8b389c40
MS
15292002-08-06 Michael Snyder <msnyder@redhat.com>
1530
1531 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1532 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1533 mips_o32_reg_struct_has_addr): New functions.
1534 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1535
5c27f28a
AC
15362002-08-07 Andrew Cagney <ac131313@redhat.com>
1537
1538 * regcache.c (pseudo_register): Delete function.
1539 (fetch_register): Delete function.
1540 (store_register): Delete function.
1541 (regcache_raw_read, legacy_read_register_gen): Use
1542 target_fetch_registers instead of fetch_register.
1543 (legacy_write_register_gen, regcache_raw_write): Use
1544 target_store_register instead of store_register.
1545 (write_register_bytes): Ditto.
1546
1547 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1548 (STORE_PSEUDO_REGISTER): Delete.
1549 * gdbarch.h, gdbarch.c: Regenerate.
1550
5b331675
CV
15512002-08-06 Corinna Vinschen <vinschen@redhat.com>
1552
1553 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1554 write dump file binary.
1555
6acdf5c7
MS
15562002-08-05 Michael Snyder <msnyder@redhat.com>
1557
1558 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1559 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1560 (mips_gdbarch_init): Set N32 target to be mips64.
1561
b2f01c35
KB
15622002-08-06 Kevin Buettner <kevinb@redhat.com>
1563
1564 * frame.c (find_saved_register): Break out of loop once saved
1565 register address is found. Don't mention sparc in loop comment
1566 anymore.
1567
63db5580
KB
15682002-08-06 Kevin Buettner <kevinb@redhat.com>
1569
1570 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1571 mips_default_saved_regsize to 8.
1572
5e34e75e
AC
15732002-08-06 Andrew Cagney <ac131313@redhat.com>
1574
1575 * gcore.c: Do not include <sys/procfs.h>.
1576 * Makefile.in (gcore.o): Update dependencies.
1577
eb4c54a2
AC
15782002-08-06 Andrew Cagney <cagney@redhat.com>
1579
1580 * configure.tgt: Make arc-*-* obsolete.
1581 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1582 * MAINTAINERS: Make arc-elf obsolete.
1583 * arc-tdep.c: Make file obsolete.
1584 * config/arc/arc.mt: Ditto.
1585 * config/arc/tm-arc.h: Ditto.
1586
ced15480
TR
15872002-08-05 Theodore A. Roth <troth@verinet.com>
1588
c1bab85b 1589 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 1590
b4743822
AC
15912002-08-05 Andrew Cagney <ac131313@redhat.com>
1592
1593 * mcore-tdep.c (mcore_gdbarch_init): Use
1594 generic_unwind_get_saved_register instead of
1595 generic_get_saved_register.
1596 * v850-tdep.c (v850_gdbarch_init): Ditto.
1597 * frv-tdep.c (frv_gdbarch_init): Ditto.
1598 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1599 * s390-tdep.c (s390_gdbarch_init): Ditto.
1600 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1601 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1602 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1603
3956d554
JB
16042002-08-05 Joel Brobecker <brobecker@gnat.com>
1605
1606 * objfiles.h: Add missing #include "symfile.h"
1607
1608 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1609
8249c0d6
AC
16102002-08-04 Andrew Cagney <ac131313@redhat.com>
1611
1612 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1613 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1614 of FIELD_BITSIZE.
1615
b9d14705
DJ
16162002-08-04 Daniel Jacobowitz <drow@mvista.com>
1617
1618 * NEWS: Cleanup and nitpick.
1619
dd73b9bb
AC
16202002-08-03 Andrew Cagney <ac131313@redhat.com>
1621
1622 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1623
043a27f8
AC
16242002-08-03 Andrew Cagney <ac131313@redhat.com>
1625
1626 * Makefile.in (gdbtk-bp.o): Update dependencies.
1627 (gdbtk-register.o): Ditto.
1628 (gdbtk-varobj.o): Ditto.
1629
46ce284d
AC
16302002-08-03 Andrew Cagney <cagney@redhat.com>
1631
1632 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1633 m68hc11_fetch_pseudo_register.
1634 (m68hc11_pseudo_register_write): Replace
1635 m68hc11_store_pseudo_register.
1636 (m68hc11_gdbarch_init): Update.
1637
b66d6d2e
AC
1638Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1639
1640 * gdbarch.sh: Include "gdb_string.h".
1641 * gdbarch.c: Regenerate.
1642
1643 * regcache.c: Include "gdb_string.h".
1644 * ax-general.c: Ditto.
1645 * varobj.c: Ditto.
1646 * std-regs.c: Ditto.
1647 * fbsd-proc.c: Ditto.
1648 * thread.c: Ditto.
1649
1650 * Makefile.in (regcache.o): Update dependencies.
1651 (thread.o, gdbarch.o): Ditto.
1652 (ax-general.o, gdbarch.o): Ditto.
1653 (varobj.o, std-regs.o): Ditto.
1654 (fbsd-proc.o): Specify dependencies.
1655
29e1842b
AC
16562002-08-02 Andrew Cagney <cagney@redhat.com>
1657
1658 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1659 regnum.
1660 (regcache_cooked_write): Ditto.
1661
68365089
AC
16622002-08-02 Andrew Cagney <ac131313@redhat.com>
1663
1664 * regcache.c (regcache_cooked_read): New function.
1665 (regcache_cooked_write): New function.
1666 (read_register_gen): Rewrite using regcache_cooked_read.
1667 (write_register_gen): Rewrite using regcache_cooked_write.
1668
1669 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1670 Declare.
1671
d8124050
AC
16722002-08-02 Andrew Cagney <cagney@redhat.com>
1673
1674 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1675 Replace the architecture methods register_read and register_write.
1676 * gdbarch.h, gdbarch.c: Regenerate.
1677 * regcache.c (init_regcache_descr): Update.
1678 (read_register_gen): Update.
1679 (write_register_gen): Update.
1680 (supply_register): Update comment.
1681
1682 * sh-tdep.c (sh_gdbarch_init): Update.
1683 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1684 `regcache' and `gdbarch' parameters. Make `buffer' a void
1685 pointer. Update code.
1686 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1687 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1688 void pointer. Update code.
1689 (sh64_register_write): Delete.
1690 (sh4_register_read): Delete.
1691 (sh64_register_read): Delete.
1692 (sh4_register_write): Delete.
1693 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1694 void pointer, `to' parameter a void pointer.
1695 (sh_sh64_register_convert_to_raw): Ditto.
1696
a6425924
KB
16972002-08-01 Kevin Buettner <kevinb@redhat.com>
1698
1699 * mips-tdep.c (mips_register_virtual_type): Use architecture
1700 invariant return values.
1701
ff5922b5
AC
17022002-08-01 Andrew Cagney <cagney@redhat.com>
1703
1704 * linux-proc.c: Include "gdb_string.h".
1705 * Makefile.in (linux-proc.o): Update dependency list.
1706
32a6503c
KB
17072002-08-01 Kevin Buettner <kevinb@redhat.com>
1708
1709 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1710 comment.
1711
ccaa32c7
GS
17122002-08-01 Grace Sainsbury <graces@redhat.com>
1713
1714 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1715 to_insert_watchpoint, to_remove_watchpoint,
1716 to_stopped_by_watchpoint, to_stopped_data_address,
1717 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1718 target vecctor. Define their corresponding macros so they call
1719 them.
1720
1721 * target.c: Add default and debug versions of for
1722 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1723 to_insert_watchpoint, to_remove_watchpoint,
1724 to_stopped_by_watchpoint, to_stopped_data_address,
1725 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1726
78fde5f8
KB
17272002-08-01 Kevin Buettner <kevinb@redhat.com>
1728
1729 * mips-tdep.c (mips_register_virtual_type): New function.
1730 (mips_gdbarch_init): Register mips_register_virtual_type()
1731 with gdbarch machinery.
1732 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1733 this file instead of tm-bigmips.h.
1734 (MIPS_REGSIZE): Delete this macro.
1735 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1736 multiarch version in mips-tdep.c will be found.
1737
db034ac5
AC
17382002-08-01 Andrew Cagney <cagney@redhat.com>
1739
1740 * NEWS: Menion that CHILL has been made obsolete.
1741
1742 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
1743 * stabsread.c (read_range_type): Ditto.
1744 * gdbtypes.h: Ditto.
1745 * language.c (binop_type_check): Ditto.
1746 (binop_result_type): Ditto.
1747 (integral_type): Ditto.
1748 (character_type): Ditto.
1749 (string_type): Ditto.
1750 (boolean_type): Ditto.
1751 (structured_type): Ditto.
1752 (lang_bool_type): Ditto.
1753 (binop_type_check): Ditto.
1754 * language.h (_LANG_chill): Ditto.
1755 * dwarfread.c (set_cu_language): Ditto.
1756 * dwarfread.c (CHILL_PRODUCER): Ditto.
1757 * dwarfread.c (handle_producer): Ditto.
1758 * expression.h (enum exp_opcode): Ditto.
1759 * eval.c: Ditto for comments.
1760 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1761 * expprint.c (print_subexp): Ditto.
1762 (print_subexp): Ditto.
1763 * valops.c (value_cast): Ditto.
1764 (search_struct_field): Ditto.
1765 * value.h (COERCE_VARYING_ARRAY): Ditto.
1766 * symfile.c (init_filename_language_table): Ditto.
1767 (add_psymbol_with_dem_name_to_list): Ditto.
1768 * valarith.c (value_binop): Ditto.
1769 (value_neg): Ditto.
1770 * valops.c (value_slice): Ditto.
1771 * symtab.h (union language_specific): Ditto.
1772 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1773 (SYMBOL_DEMANGLED_NAME): Ditto.
1774 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1775 * defs.h (enum language): Ditto.
1776 * symtab.c (got_symtab): Ditto.
1777 * utils.c (fprintf_symbol_filtered): Ditto.
1778
1779 * ch-typeprint.c: Make file obsolete.
1780 * ch-valprint.c: Make file obsolete.
1781 * ch-lang.h: Make file obsolete.
1782 * ch-exp.c: Make file obsolete.
1783 * ch-lang.c: Make file obsolete.
1784
1785 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1786 CHILL_LIB.
1787 (TARGET_FLAGS_TO_PASS): Ditto.
1788 (CHILLFLAGS): Obsolete.
1789 (CHILL): Obsolete.
1790 (CHILL_FOR_TARGET): Obsolete.
1791 (CHILL_LIB): Obsolete.
1792 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1793 ch-valprint.c.
1794 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1795 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1796 ch-lang.o.
1797 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1798 targets.
1799
8aaf0b47
JB
18002002-07-31 Joel Brobecker <brobecker@gnat.com>
1801
1802 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1803 This does not change anything at the moment, but will be helpful
1804 later when full Ada support is integrated.
1805
f3a7b3a5
KB
18062002-07-31 Kevin Buettner <kevinb@redhat.com>
1807
1808 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1809 help message.
1810
fb850278
KB
18112002-07-31 Kevin Buettner <kevinb@redhat.com>
1812
1813 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1814 and save it in a local variable. Use variable in later test.
1815
e3bddbfa
KB
18162002-07-31 Kevin Buettner <kevinb@redhat.com>
1817
1818 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1819 test. (Thanks to Daniel Jacobowitz.)
1820
28d169de
KB
18212002-07-31 Kevin Buettner <kevinb@redhat.com>
1822
1823 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1824 (mips_abi_strings): Add "n64".
1825 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1826
7fe7e44e
KB
18272002-07-31 Kevin Buettner <kevinb@redhat.com>
1828
1829 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1830 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1831
c6caf090
KB
18322002-07-31 Kevin Buettner <kevinb@redhat.com>
1833
1834 * utils.c (host_pointer_to_address, address_to_host_pointer):
1835 Use gdb_assert() instead of explicit call to internal_error().
1836
c41669e0
KB
18372002-07-30 Kevin Buettner <kevinb@redhat.com>
1838
1839 * Makefile.in (rs6000-nat.o): Update dependencies.
1840
1841 From Nicholas Duffek:
1842 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1843 (aix-thread.o): New rule.
1844 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1845 * config/powerpc/aix432.mh: New file.
1846
2fda4977
DJ
18472002-07-30 Daniel Jacobowitz <drow@mvista.com>
1848
1849 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1850 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1851 (fetch_core_registers, ppc_linux_supply_gregset)
1852 (ppc_linux_supply_fpregset): New functions.
1853 (ppc_linux_regset_core_fns): New.
1854 (_initialize_ppc_linux_tdep): Call add_core_fns.
1855 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1856 and ppc_linux_supply_gregset.
1857 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1858 (supply_fpregset): Call ppc_linux_supply_fpregset.
1859 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1860 corelow.o.
1861 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1862
729051e6
DJ
18632002-07-30 Daniel Jacobowitz <drow@mvista.com>
1864
1865 * symtab.c (lookup_symbol): Demangle before lowercasing.
1866
5f8a3188
AC
18672002-07-30 Andrew Cagney <ac131313@redhat.com>
1868
1869 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1870 declaration.
1871 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1872 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1873 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1874 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1875 "gdb_string.h".
1876 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1877 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1878 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1879 (avr-tdep.o, mon960-rom.o): Ditto.
1880 (aout_stabs_gnu_h): Define.
1881 (symtab_h): Remove $(gdb_obstack_h).
1882
67f07146
JB
18832002-07-30 Jim Blandy <jimb@redhat.com>
1884
1885 Patch from David Carlton <carlton@math.stanford.edu>:
1886 * gdbinit.in: Move the `dir' commands that add GDB's own source
1887 directory to the search path to the end, so that the `gdb' source
1888 directory will be searched first.
1889
04ea0df1
AC
18902002-07-29 Andrew Cagney <ac131313@redhat.com>
1891
1892 * gdb_obstack.h: New file.
1893 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1894 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1895 * objfiles.h: Include "gdb_obstack.h".
1896 * Makefile.in (gdb_obstack_h): Define.
1897 (symtab_h): Add $(gdb_obstack_h).
1898 (objfiles_h): Add $(gdb_obstack_h).
1899
1900 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1901 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1902 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1903 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1904 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1905 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1906 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1907 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1908
1909 * Makefile.in (bcache.o): Update dependencies.
1910 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1911 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1912 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1913 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1914 (stabsread.o, symfile.o, symmisc.o): Ditto.
1915 (symtab.o, typeprint.o, macroexp.o): Ditto.
1916 (macrotab.o, mdebugread.o): Ditto.
1917 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1918 (coff_ecoff_h, aout_aout64_h): Define.
1919 (aout_stabs_gnu_h, libaout_h): Define.
1920
d138e37a
AC
19212002-07-29 Andrew Cagney <cagney@redhat.com>
1922
1923 * regcache.c (struct regcache_descr): Rename nr_registers to
1924 nr_cooked_registers. Revise comments describing the structure
1925 member fields.
1926 (init_regcache_descr): Update.
1927 (init_legacy_regcache_descr): Update.
1928 (read_register_gen, write_register_gen): When a cooked register in
1929 the raw register range, directly access the value from the raw
1930 register cache.
1931
460e6ec3
AC
19322002-07-29 Andrew Cagney <ac131313@redhat.com>
1933
1934 * z8k-tdep.c: Do not include "obstack.h".
1935 * h8300-tdep.c, h8500-tdep.c: Ditto.
1936 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1937 * valprint.c, v850-tdep.c: Ditto.
1938 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1939 * mn10200-tdep.c: Ditto.
1940
1941 * Makefile.in (z8k-tdep.o): Update dependencies.
1942 (m68hc11-tdep.o, valprint.o): Ditto.
1943 (v850-tdep.o, d10v-tdep.o): Ditto.
1944 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1945 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1946 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1947 (sh_opc_h, gdb_sim_sh_h): Define.
1948 (elf_sh_h, elf_bfd_h): Define.
1949 (opcode_m68hc11_h): Define.
1950 (OPCODES_SRC, OPCODES_DIR): define.
1951 (OPCODES): Use $(OPCODES_DIR).
1952 (gdb_sim_d10v_h): Rename sim_d10v_h.
1953 (gdb_sim_arm_h): Rename sim_arm_h.
1954
790c9cf0
KB
19552002-07-26 Kevin Buettner <kevinb@redhat.com>
1956
1957 * utils.c (host_pointer_to_address, address_to_host_pointer):
1958 Change internal_error() message to indicate function responsible
1959 for the error.
1960
9647fa49
KB
19612002-07-26 Kevin Buettner <kevinb@redhat.com>
1962
1963 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1964 calls to local_hex_string_custom().
1965
dabbe2c0
KB
19662002-07-26 Kevin Buettner <kevinb@redhat.com>
1967
1968 * irix5-nat.c: Move IRIX shared library support from here...
1969 * solib-irix.c: ...to here. Revised substantially to work with
1970 generic solib framework.
1971
b96d0a4e
KB
1972 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1973 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1974 * mips-irix-tdep.c: New file.
1975
313fb2f6
KB
1976 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1977 (mips-irix-tdep.o, solib-irix.o): New rules.
1978 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1979 solib-irix.o.
1980 * config/mips/irix6.mt (TDEPFILES): Likewise.
1981 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1982
ab2eaf26
KB
19832002-07-26 Kevin Buettner <kevinb@redhat.com>
1984
177e4768 1985 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
1986 disabled (via ``#if 0'') includes.
1987
7244546a
KB
19882002-07-26 Kevin Buettner <kevinb@redhat.com>
1989
1990 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1991 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1992 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1993 Add support for the fpscr register.
1994 * rs6000-nat.c (regmap, fetch_inferior_registers)
1995 (store_inferior_registers, fetch_core_registers): Likewise.
1996
dd7be90a
KB
19972002-07-26 Kevin Buettner <kevinb@redhat.com>
1998
1999 * rs6000-nat.c (language.h): Include.
2000 (special_regs): Delete this array.
2001 (regmap): New function.
2002 (fetch_register, store_register): Use regmap() to map gdb
2003 register numbers to ptrace register numbers. Also, use
2004 outputs from regmap() to make decisions regarding type of
2005 ptrace() call to make. In particular, don't compare against
2006 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2007 (fetch_inferior_registers, store_inferior_registers): Where
2008 possible, obtain register numbers from tdep struct. Don't
2009 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
2010 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
2011 (LAST_UISA_SP_REGNUM): Delete.
2012
11bf77db
KB
20132002-07-25 Kevin Buettner <kevinb@redhat.com>
2014
2015 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
2016 (fetch_registers, store_register, fetch_core_registers): Don't
2017 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
2018 regcache_collect() as appropriate.
2019 (find_toc_address): Format hex address with local_hex_string().
2020
06afebeb
AC
20212002-07-25 Andrew Cagney <ac131313@redhat.com>
2022
2023 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
2024 bfd/elf32-frv.c.
2025
8c554d79
TT
20262002-07-24 Tom Tromey <tromey@redhat.com>
2027
2028 * jv-exp.y: Marked all strings with _().
2029 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
2030 internal_error.
2031 (MethodInvocation, CastExpression, parse_number, yyerror,
2032 java_type_from_name, push_expression_name, yylex): Typo fixes.
2033
e4c242d9
DJ
20342002-07-24 Daniel Jacobowitz <drow@mvista.com>
2035
2036 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
2037 (tee_file_flush, tee_file_write, tee_file_fputs)
2038 (tee_file_isatty): New.
2039 * ui-file.h (tee_file_new): Add prototype.
2040
ebf56fd3
AS
20412002-07-24 Aidan Skinner <aidan@velvet.net>
2042
2043 * ada-lang.c: Change k&r style function definitions to prototyped
2044 form.
2045 * ada-typeprint.c: Change k&r style function definitions to prototyped
2046 form.
2047 * ada-valprint.c: Change k&r style function definitions to prototyped
2048 form.
2049
7fb623f7
AC
20502002-07-24 Andrew Cagney <cagney@redhat.com>
2051
2052 * README: Remove reference to remote-bug.
2053 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2054 remote-bug.c.
2055 (m88k-nat.o): Delete rule.
2056 (m88k-tdep.o): Delete rule.
2057 (remote-bug.o): Delete rule.
2058 * MAINTAINERS: Mark as obsolete.
2059 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2060 * m88k-tdep.c: Make file obsolete.
2061 * config/m88k/m88k.mh: Ditto.
2062 * config/m88k/delta88v4.mh: Ditto.
2063 * config/m88k/delta88v4.mt: Ditto.
2064 * config/m88k/delta88.mt: Ditto.
2065 * config/m88k/delta88.mh: Ditto.
2066 * remote-bug.c: Ditto.
2067 * config/m88k/tm-delta88.h: Ditto.
2068 * config/m88k/nm-delta88v4.h: Ditto.
2069 * config/m88k/xm-delta88.h: Ditto.
2070 * config/m88k/xm-dgux.h: Ditto.
2071 * config/m88k/tm-m88k.h: Ditto.
2072 * config/m88k/nm-m88k.h: Ditto.
2073 * config/m88k/tm-delta88v4.h: Ditto.
2074 * m88k-nat.c: Ditto.
2075 * cxux-nat.c: Ditto.
2076 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2077 and m88*-*-* obsolete.
2078 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2079 m88*-*-* obsolete.
2080
37611a2b
AC
20812002-07-24 Andrew Cagney <cagney@redhat.com>
2082
2083 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2084 constant. Same for local pointer variables.
2085 (extract_signed_integer): Ditto.
2086 * defs.h (extract_unsigned_integer): Update.
2087 (extract_signed_integer): Update.
2088
1aaa5f99
AC
20892002-07-24 Andrew Cagney <cagney@redhat.com>
2090
2091 * regcache.c (regcache_raw_write): Change buf parameter to a
2092 constant void pointer.
2093 (regcache_raw_read): Change buf parameter to a void pointer.
2094 (legacy_write_register_gen): Change myaddr parameter a constant
2095 void pointer.
2096 (supply_register): Change val parameter to a const void pointer.
2097 * regcache.h (regcache_raw_write): Update declaration.
2098 (regcache_raw_read): Update declaration.
2099 (supply_register): Update declaration.
2100
b4f5539f
TT
21012002-07-24 Tom Tromey <tromey@redhat.com>
2102
2103 * defs.h (gdb_readline_wrapper): Declare.
2104 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2105 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2106 * top.c (gdb_readline_wrapper): New function.
2107 (command_line_input): Use it.
2108
0818c12a
AC
21092002-07-24 Andrew Cagney <cagney@redhat.com>
2110
2111 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2112 regcache_read and regcache_write.
2113 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2114 * regcache.c: Update.
2115 * sh-tdep.c (sh64_push_arguments): Update comment.
2116 (sh_pseudo_register_read): Update.
2117 (sh_pseudo_register_write): Update.
2118 (sh4_register_read): Update.
2119 (sh4_register_write): Update.
2120 (sh64_pseudo_register_read): Update.
2121 (sh64_pseudo_register_write): Update.
2122 (sh64_register_read): Update.
2123 (sh64_register_write): Update.
2124 * i386-tdep.c (i386_extract_return_value): Update.
2125 (i386_extract_struct_value_address): Update.
2126 (i386_extract_return_value): Update.
2127 * blockframe.c (generic_read_register_dummy): Update.
2128 (generic_call_dummy_register_unwind): Update
2129 * infrun.c (write_inferior_status_register): Update.
2130
f7321c06
JB
21312002-07-23 Jim Blandy <jimb@redhat.com>
2132
2133 * parser-defs.h (expression_context_pc): Make this extern.
2134 (Thanks to Michael Snyder.)
2135
2037aebb
AC
21362002-07-23 Andrew Cagney <ac131313@redhat.com>
2137
2138 GDB 5.2.1 released from 5.2 branch.
2139 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2140 * README: Update to mention 5.2.1.
2141
66504d44
MS
21422002-07-23 Mark Salter <msalter@redhat.com>
2143
2144 * remote.c (remote_read_bytes): Fix check for error.
2145
27bae383
KB
21462002-07-22 Kevin Buettner <kevinb@redhat.com>
2147
2148 * aix-thread.c (language.h): Include.
2149 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2150 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2151 Print newlines at end of debug messages.
2152 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2153 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2154
21552002-07-22 Kevin Buettner <kevinb@redhat.com>
2156
2157 * aix-thread.c (ppc-tdep.h): Include.
2158 (special_register_p): New function.
2159 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2160 (store_regs_user_thread): Use register number information from
2161 gdbarch_tdep struct instead of hardcoded offsets relative to
2162 FIRST_UISA_SP_REGNUM.
2163 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2164 special_register_p() instead of using FPLAST_REGNUM and
2165 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2166 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2167 will be MQ's register number.
2168
21692002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
2170
2171 * aix-thread.c (ops): Rename to aix_thread_ops.
2172 (base_ops): Rename to base_target.
2173 (ops_attach): Rename to aix_thread_attach.
2174 (ops_detach): Rename to aix_thread_detach.
2175 (ops_resume): Rename to aix_thread_detach.
2176 (ops_wait): Rename to aix_thread_wait.
2177 (ops_kill): Rename to aix_thread_kill.
2178 (init_ops): Rename to init_aix_thread_ops.
2179 (ops_fetch_register): Rename to aix_thread_fetch_register.
2180 (ops_store_register): Rename to aix_thread_store_register.
2181 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2182 (ops_thread_alive): Rename to aix_thread_thread_alive.
2183 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2184 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2185 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2186 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2187 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2188 (store_regs_lib): Rename to store_regs_user_thread.
2189 (store_regs_kern): Rename to store_regs_kernel_thread.
2190
27bae383 21912002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
2192
2193 * aix-thread.c (ops_prepare_to_store): Eliminate.
2194 (init_ops): Don't initialize ops.prepare_to_store.
2195 (store_regs_kern): Pre-fetch register buffers from child,
2196 because some registers may not be in the cache. Copy
2197 regs from register cache only if they are cached.
2198 (store_regs_lib): Copy regs from register cache only
2199 if they are cached.
2200 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2201 fill_gprs64): Ditto.
2202
61c5da0b
KB
22032002-07-22 Kevin Buettner <kevinb@redhat.com>
2204
2205 * aix-thread.c (gdb_assert.h): Include.
2206 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2207 register sizes (from register cache) match size of buffer holding
2208 register data.
2209 (fill_sprs32): Change parameter types to match those in the ptrace()
2210 buffer.
2211 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2212 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2213
22142002-07-22 Michael Snyder <msnyder@redhat.com>
2215
2216 * aix-thread.c (supply_sprs64): Cosmetic change.
2217 (supply_sprs32): Cosmetic change.
2218 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2219 (fill_sprs64): Use regcache_collect instead of read_register.
2220 (store_regs_lib): Use regcache_collect instead of
2221 read_register. Use fill_sprs32 instead of fill_sprs64,
2222 if debugging a 32-bit architecture.
2223 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2224 out of the register cache, instead of passing a pointer into
2225 the register cache directly to ptrace. Use regcache_collect
2226 insteaad of read_register.
2227 (ops_prepare_to_store): Use target_read_registers instead
2228 of read_register_bytes.
2229
36479eb1
AS
22302002-07-20 Aidan Skinner <aidan@velvet.net>
2231
2232 * MAINTAINERS: Add self under write after approval.
2233
80ae6ee2
AS
22342002-07-20 Aidan Skinner <aidan@velvet.net>
2235
2236 * ada-tasks.c: Change k&r style function definitions to prototyped
2237 form.
2238
8a8ab2b9
AC
22392002-07-19 Andrew Cagney <ac131313@redhat.com>
2240
2241 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2242 * x86-64-tdep.c: Include "objfiles.h".
2243 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2244 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2245
fb16b900
ML
22462002-07-17 Michal Ludvig <michal@suse.cz>
2247
2248 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2249 (update_context): Initialise cfa variable.
2250
0fe7bf7b
MS
22512002-07-17 Michael Snyder <msnyder@redhat.com>
2252
2253 * aix-thread.c: Shorten some long lines.
2254 Bring comments into line with code spec.
2255
488f131b
JB
22562002-07-18 Joel Brobecker <brobecker@gnat.com>
2257
2258 * infrun.c: Re-indent using gdb_indent.sh.
2259
46c415d2
JB
22602002-07-18 Joel Brobecker <brobecker@gnat.com>
2261
2262 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2263 Leave the indentation temporarily untouched, to minimize the diffs.
2264
cdecafbe
EZ
22652002-07-18 Elena Zannoni <ezannoni@redhat.com>
2266
2267 * stabsread.c: Make os9k sections of the code obsolete,
2268 for real this time.
2269 * stabsread.h: Make os9k sections of the code obsolete.
2270
7b6aa020
ML
22712002-07-18 Michal Ludvig <mludvig@suse.cz>
2272
09ec9b38
ML
2273 * linux-low.c (regsets_store_inferior_registers): Add free()
2274 at the end of a loop to prevent memory leak.
2275 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2276 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
2277 * config/sparc/tm-sp64linux.h: Make the rest of #endif
2278 line a comment.
4894ac5d 2279 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 2280
233282cd
JB
22812002-07-17 Jim Blandy <jimb@redhat.com>
2282
2283 * macrocmd.c (info_macro_command): Remove newline from error
2284 message.
2285
7b6aa020 22862002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
2287
2288 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2289 (sh_gdbarch_init): Use it for sh-dsp.
2290
f7ef9339
KB
22912002-07-16 Kevin Buettner <kevinb@redhat.com>
2292
2293 * dwarf2read.c (read_initial_length): Handle older, non-standard,
2294 64-bit DWARF2 format.
2295
8dd72958
JB
22962002-07-16 Joel Brobecker <brobecker@gnat.com>
2297
2298 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2299 <sys/proc.h> when not available.
2300
a99a9e1b
AC
23012002-07-16 Andrew Cagney <ac131313@redhat.com>
2302
2303 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2304 * stabsread.c: Make os9k sections of the code obsolete.
2305 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2306 * config/i386/i386os9k.mt: Make file obsolete.
2307 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2308 (COMMON_OBS): Remove os9kread.o
2309 (SFILES): Remove os9kread.c.
2310 (os9kread.o, remote-os9k.o): Make target obsolete.
2311 * remote-os9k.c: Make file obsolete.
2312 * os9kread.c: Make file obsolete.
2313 * Makefile.in
2314
7a3085c1
AC
23152002-07-16 Andrew Cagney <ac131313@redhat.com>
2316
2317 * NEWS: Mention that the FR30 has been made obsolete.
2318 * fr30-tdep.c: Make file obsolete.
2319 * config/fr30/tm-fr30.h: Ditto.
2320 * config/fr30/fr30.mt: Ditto.
2321 * configure.tgt: Make fr30-*-elf obsolete.
2322 * MAINTAINERS: Make fr30-elf obsolete.
2323
28a93f5a
PM
23242002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2325
2326 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2327 found is not inside a section.
2328
be006b8b
KB
23292002-07-15 Kevin Buettner <kevinb@redhat.com>
2330
2331 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2332 strerror().
2333 (pdc_realloc): Use xrealloc() instead of realloc().
2334
14fa3751
KB
23352002-07-15 Kevin Buettner <kevinb@redhat.com>
2336
2337 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2338 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2339 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2340 macros.
2341
42cc437f
KB
23422002-07-15 Kevin Buettner <kevinb@redhat.com>
2343
2344 * aix-thread.c (ptrace_check): Eliminate goto.
2345 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2346 problem.
2347
8e2c28d4
KB
23482002-07-15 Kevin Buettner <kevinb@redhat.com>
2349
2350 * aix-thread.c (gdbcmd.h): Include.
2351 (DEBUG, DBG, DBG2, dbg): Eliminate.
2352 (debug_aix_thread): New static global.
2353 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2354 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2355 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2356 invocations to DBG and DBG2 macros to test against
2357 ``debug_aix_thread'' and call fprintf_unfiltered().
2358 (_initialize_aix_thread): Add new command "set debug aix-thread".
2359
30413464
AC
23602002-07-15 Andrew Cagney <ac131313@redhat.com>
2361
2362 From Gerhard Tonn <TON@de.ibm.com>:
2363 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2364 instead of supply_register.
2365
7c43edc1
AC
23662002-07-15 Andrew Cagney <ac131313@redhat.com>
2367
2368 * dwarf2cfi.c: Include "gdb_assert.h".
2369 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2370 non-NULL.
2371 (update_context): Do not use __func__. Add missing ``break''.
2372 (update_context): Do not use __func__.
2373
9364a0ef
EZ
23742002-07-15 Elena Zannoni <ezannoni@redhat.com>
2375
2376 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2377 and its setting. Set gdbarch instruction printing functions
2378 directly. For non-rs6000 case use new function
2379 gdb_print_insn_powerpc.
2380 (gdb_print_insn_powerpc): New function.
2381
3fbeef0b
AC
23822002-07-13 Andrew Cagney <ac131313@redhat.com>
2383
92eb23c5 2384 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
2385 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2386 * configure.tgt: Mark d30v-*-* as obsolete.
2387 * d30v-tdep.c: Mark file as obsolete.
2388 * config/d30v/d30v.mt: Ditto.
2389 * config/d30v/tm-d30v.h: Ditto.
2390
aacb1f0a
AS
23912002-07-13 Aidan Skinner <aidan@velvet.net>
2392
2393 * ada-tasks.c (add_task_entry): replace calls to
2394 malloc() with xmalloc
2395 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2396
2397 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2398 ada_finish_decode_line_1, all_sals_for_line
2399 ada_breakpoint_rewrite): replace calls to free() with xfree()
2400
c11d79f2
KB
24012002-07-12 Kevin Buettner <kevinb@redhat.com>
2402
2403 From Nicholas Duffek (with minor changes by Martin Hunt,
2404 Louis Hamilton, and Kevin Buettner):
2405 * aix-thread.c: New file.
2406
8e19ed76
PS
24072002-07-12 Petr Sorfa <petrs@caldera.com>
2408
2409 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2410 complaint for invalid attribute class or form.
2411 (read_func_scope): DW_AT_frame_base
2412 better handling of DW_AT_block*.
2413 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2414 better handling of DW_AT_block*.
2415 (read_common_block): DW_AT_location
2416 better handling of DW_AT_block*.
2417 (read_partial_die): DW_AT_location better handling
2418 of DW_AT_block*.
2419 (new_symbol): DW_AT_external better handling of
2420 DW_AT_block*. Proper initialization of variable
2421 "addr".
2422 (attr_form_is_block): New function that returns true
2423 if the attribute's form is of DW_FORM_block*.
2424
295401f7
DJ
24252002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2426
2427 * valops.c (find_method_list): Remove comment about
2428 removed STATIC_MEMFUNCP argument.
2429 (value_find_oload_method_list): Likewise.
2430
e42dc924
KB
24312002-07-12 Kevin Buettner <kevinb@redhat.com>
2432
2433 From Nicholas Duffek:
2434 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2435 target_new_objfile_hook.
2436
6904b546
KB
24372002-07-12 Kevin Buettner <kevinb@redhat.com>
2438
2439 From Nicholas Duffek:
2440 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2441 csect.
2442
53fe9346
AC
24432002-07-12 Andrew Cagney <cagney@redhat.com>
2444
2445 * MAINTAINERS: Mention --enable-sim-build-warnings.
2446 (m68hc11-elf): Disable sim build warnings.
2447 (m32r-elf): Mark as broken obsolete candidate.
2448 (x86_64-linux-gnu): Mark as buildable with -Werror.
2449 (arm-elf): Change -w to ``,'' which enables warnings but not
2450 -Werror.
2451
af5f3db6
AC
24522002-07-12 Andrew Cagney <ac131313@redhat.com>
2453
2454 * bcache.h: Update copyright.
2455 (struct bstring, struct bcache): Move definition to "bcache.c".
2456 Replaced by opaque declaration.
2457 (bcache_xfree): Replace free_bcache.
2458 (bcache_xmalloc, bcache_memory_used): Declare.
2459
2460 * bcache.c: Update copyright.
2461 (struct bstring, struct bcache): Moved to here from "bcache.h".
2462 Update comments.
2463 (bcache_xmalloc, bcache_memory_used): New functions.
2464 (bcache_xfree): Replace function free_bcache.
2465
2466 * Makefile.in (objfiles.o): Add $(bcache_h).
2467 (objfiles_h): Remove $(bcache_h).
2468 (symfile.o): Add $(bcache_h).
2469
2470 * symmisc.c: Update copyright.
2471 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2472 (print_objfile_statistics): Use bcache_memory_used.
2473
2474 * symfile.c: Include "bcache.h".
2475 (reread_symbols): Use bcache_xfree.
2476 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2477 (add_psymbol_to_list): Pass psymbol_cache by value.
2478 (add_psymbol_with_dem_name_to_list): Ditto.
2479
2480 * objfiles.h: Update copyright.
2481 (struct bcache): Declare opaque. Do not include "bcache.h".
2482 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2483 bcache'' pointers.
2484 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2485
2486 * objfiles.c: Include "bcache.h". Update copyright.
2487 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2488 macro_cache.
2489 (free_objfile): Use bcache_xfree.
2490
444199e7
GS
24912002-07-11 Grace Sainsbury <graces@redhat.com>
2492
2493 * monitor.c (monitor_fetch_register): Make name a constant.
2494 (monitor_store_register): Same.
2495
261397f8
DJ
24962002-07-11 Daniel Jacobowitz <drow@mvista.com>
2497
2498 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2499 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2500 (finish_block) For non-function blocks, hash the symbol table. For
2501 function blocks, mark the symbol table as unhashed.
2502 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2503 (msymbol_hash_iw): Likewise.
2504 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2505 value.
2506 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2507 (lookup_minimal_symbol): Likewise for both.
2508 * symtab.h (struct block): Add `hashtable' flag. Comment the
2509 hashtable.
2510 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2511 (ALL_BLOCK_SYMBOLS): Update.
2512 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2513 (struct symbol): Add `hash_next' pointer.
2514 * symtab.c (lookup_block_symbol): Search using the hash table when
2515 possible.
2516 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2517 (search_symbols, find_addr_symbol): Likewise.
2518
2519 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2520 (read_dst_symtab): Likewise.
2521 * jv-lang.c (get_java_class_symtab): Likewise.
2522 * mdebugread.c: Include "gdb_assert.h".
2523 (shrink_block): Assert that the block being modified is not hashed.
2524 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2525 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2526 symbols.
2527 (dump_symtab): Recognize hashed blocks.
2528 * printcmd.c (print_frame_args): Assert that function blocks do not
2529 have hashed symbol tables.
2530 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2531 (fill_in_ada_prototype, debug_print_block): Likewise.
2532 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2533
6f0eaa01
CV
25342002-07-11 Corinna Vinschen <vinschen@redhat.com>
2535
2536 * stack.c (print_frame): Use result of frame_address_in_block()
2537 instead of fi->pc when evaluating symbols.
2538 (backtrace_command_1): Ditto.
2539
a208b0cb
AC
25402002-07-11 Andrew Cagney <cagney@redhat.com>
2541
2542 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2543 Make static.
2544
2545 * arm-tdep.c (arm_register_name): Make return type constant.
2546
a6b6b089
AC
25472002-07-10 Andrew Cagney <ac131313@redhat.com>
2548
5ae5f592
AC
2549 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2550 prototype.
2551 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2552 * s390-tdep.c (s390_fp_regnum): Ditto.
2553 (s390_read_fp): Ditto.
2554 (s390_pop_frame): Ditto.
2555 (_initialize_s390_tdep): Ditto.
2556 * remote.c (get_remote_state): Ditto.
2557 * procfs.c (mappingflags): Ditto.
2558 * memattr.c (_initialize_mem): Ditto.
2559 * mcore-tdep.c (mcore_pop_frame): Ditto.
2560 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2561 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2562 * language.c (set_case_str): Ditto.
2563 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2564 * frv-tdep.c (new_variant): Ditto.
2565 (frv_stopped_data_address): Ditto.
2566 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2567 (context_alloc): Ditto.
2568 (frame_state_alloc): Ditto.
2569 (unwind_tmp_obstack_init): Ditto.
2570 (unwind_tmp_obstack_free): Ditto.
2571 (cfi_read_fp): Ditto.
2572 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2573 (cris_pop_frame): Ditto.
2574 * c-lang.c (scanning_macro_expansion): Ditto.
2575 (finished_macro_expansion): Ditto.
2576 (c_preprocess_and_parse): Ditto.
2577 * gdbarch.sh: Ditto.
2578 * gdbarch.h, gdbarch.c: Regenerate.
2579 * config/mn10200/tm-mn10200.h: Adjust indentation.
2580 * target.c: Adjust indentation.
2581 * symtab.h: Adjust indentation.
2582 * stabsread.h: Adjust indentation.
2583 * remote-es.c: Adjust indentation.
2584 * os9kread.c: Adjust indentation.
2585
25862002-07-10 Andrew Cagney <ac131313@redhat.com>
2587
a6b6b089
AC
2588 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2589 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2590
a1789893
GS
25912002-07-10 Grace Sainsbury <graces@redhat.com>
2592
2593 * NEWS: Mention m68k, mcore multi-arching.
2594 * MAINTAINERS: Change status of m68k, mcore to reflect
2595 multi-arching.
2596
02f0d45d
DJ
25972002-07-10 Daniel Jacobowitz <drow@mvista.com>
2598
2599 * valops.c (find_overload_match): Free oload_syms.
2600
f15f768e
JB
26012002-07-09 Joel Brobecker <brobecker@gnat.com>
2602
2603 Define HAVE_SYS_PROC_H if sys/proc.h exists
2604 * configure.in: Add check for sys/proc.h
2605 * config.in: Regenerate.
2606 * configure: Regenerate.
2607
902a7139
GS
26082002-07-09 Grace Sainsbury <graces@redhat.com>
2609
2610 * config/m68k/tm-m68k.h: Remove macros wrapped in
2611 #if !GDB_MULTI_ARCH.
2612
a534e424
AC
26132002-07-08 Andrew Cagney <ac131313@redhat.com>
2614
2615 * config.in, configure: Regenerate.
2616
9b94f7bf
MK
26172002-07-08 Mark Kettenis <kettenis@gnu.org>
2618
2619 * dwarf2cfi.c: Include "gcore.h".
2620 (execute_stack_op): Fix implementation of the
2621 DW_OP_deref and DW_OP_deref_size operators by letting do their
2622 lookup in the target.
2623
1d34db41
MK
26242002-07-07 Mark Kettenis <kettenis@gnu.org>
2625
2626 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2627 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2628 tdep->sc_sp_offset.
2629
79d5b63a
DJ
26302002-07-05 Daniel Jacobowitz <drow@mvista.com>
2631
2632 Fix PR gdb/595, gdb/602
2633 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2634 Don't call value_cast, just read the vtable pointer; update comments
2635 to match.
2636
3bb912e8
GS
26372002-07-05 Grace Sainsbury <graces@redhat.com>
2638
2639 * config/mcore/tm-mcore.h: Remove file.
2640 * config/mcore/mcore.mt: Remove definition of TM_FILE
2641 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2642
ca39387d
MK
26432002-07-05 Mark Kettenis <kettenis@gnu.org>
2644
2645 * i386bsd-tdep.c: Include "gdb_string.h".
2646
efdc1108
GS
26472002-07-04 Grace Sainsbury <graces@redhat.com>
2648
2649 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2650 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2651 mcore-tdep.
2652 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2653 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2654 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2655 (RETVAL_REGNUM): Move macros from tm-mcore.h
2656 (mcore_reg_struct_has_addr): New function.
2657 (mcore_gdbarch_init): Added initializations for the macros removed
2658 from tm-mcore.h.
2659
bb21884d
MK
26602002-07-04 Mark Kettenis <kettenis@gnu.org>
2661
2662 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2663 traditonal string branding within the ELF header.
2664
228c6d41
DJ
26652002-07-04 Daniel Jacobowitz <drow@mvista.com>
2666
2667 * symtab.c (remove_params): New function.
2668 (make_symbol_overload_list): Use it instead of cplus_demangle.
2669 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2670
2404952e
MK
26712002-07-04 Mark Kettenis <kettenis@gnu.org>
2672
e5e4acad
MK
2673 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2674
baadce09
MK
2675 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2676 New variables.
2677 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2678 and tdep->sigtramp_end.
2679 * i386obsd-nat.c: New file.
2680 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2681
2404952e
MK
2682 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2683 Don't call get_current_frame().
2684
9b4f1ba7
PM
26852002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2686
2687 * i386-nat.c (child_post_startup_inferior): New function
2688 calling i386_cleanup_dregs if
2689 I386_USE_GENERIC_WATCHPOINTS is defined.
2690 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2691 conditional to acknowledge that i386-nat.c has its
2692 own child_post_startup_inferior function.
2693
c0d1d883
MK
26942002-07-04 Mark Kettenis <kettenis@gnu.org>
2695
00f8375e
MK
2696 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2697 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2698 instead of MAX_REGISTER_RAW_SIZE.
2699 (i386_extract_return_value, i386_extract_struct_value_address):
2700 Convert to use regcache.
2701 (i386_gdbarch_init): Set max_register_raw_size and
2702 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2703 Set extract_return_value and extract_struct_value_address instead
2704 of their deprecated variants.
2705
c0d1d883
MK
2706 Convert i386 target to generic dummy frames.
2707 * i386-tdep.c: Include "symfile.h".
2708 (i386_frameless_signal_p): Consider a function to be frameless if
2709 the pc points at the first instruction of the function.
2710 (i386_frame_chain): Handle (generic) call dummies.
2711 (i386_frame_saved_pc): Likewise.
2712 (i386_frame_init_saved_regs): Remove code dealing with call
2713 dummies on the stack.
2714 (i386_push_dummy_frame): Removed.
2715 (i386_call_dummy_words): Removed.
2716 (i386_fix_call_dummy): Removed.
2717 (i386_push_return_address): New function.
2718 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2719 parameter, and don't call get_current_frame.
2720 (i386_pop_frame): New function.
2721 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2722 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2723 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2724 call_dummy_length to 0, set call_dummy_words to NULL, set
2725 sizeof_call_dummy_words to 0, set fix_call_dummy to
2726 generic_fix_call_dummy, set pc_in_call_dummy to
2727 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2728 generic_push_dummy_frame, set push_return_address to
2729 i386_push_return_address and set frame_chain_valid to
2730 generic_file_frame_chain_valid.
2731
049ee0e4
AC
27322002-07-03 Andrew Cagney <ac131313@redhat.com>
2733
2734 * gdbarch.sh (struct regcache): Add opaque declaration.
2735 (EXTRACT_RETURN_VALUE): New architecture method.
2736 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2737 * gdbarch.h, gdbarch.c: Regenerate.
2738 * arch-utils.c (legacy_extract_return_value): New function.
2739 * arch-utils.h (legacy_extract_return_value): Declare.
2740 * values.c (value_being_returned): Re-enable code handling
2741 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2742 deprecated_grub_regcache_for_registers call to block handling
2743 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2744 (EXTRACT_RETURN_VALUE): Do not define.
2745
4e0d9804
GS
27462002-07-03 Grace Sainsbury <graces@redhat.com>
2747
2748 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2749 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2750 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2751 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2752 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2753 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2754 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2755 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2756 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2757 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2758 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2759 argument so the function fits the prototype in the architecture
2760 vector.
2761 (mcore_pop_frame): Remove argument so the function fits the
2762 prototype. Use get_current_frame instead of the argument.
2763 (mcore_push_arguments): Change type of struct_return so the
2764 function can be used in the architecture vector.
2765 (mcore_store_struct_return): Add.
2766 (mcore_frame_init_saved_regs): Add.
2767 (mcore_gdbarch_init): Add function calls to replace the macros
2768 removed from tm-mcore.h
2769
36160dc4
AC
27702002-07-03 Andrew Cagney <ac131313@redhat.com>
2771
2772 * infcmd.c (print_return_value): Remove compatibility code calling
2773 deprecated_grub_regcache_for_registers.
2774
2775 * values.c: Include "regcache.h".
2776 (value_being_returned): Update. Use
2777 deprecated_grub_regcache_for_registers to extract the register
2778 buffer address.
2779 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2780 ``struct regcache''.
2781 * Makefile.in (values.o): Add dependency on $(regcache_h).
2782
2783 * inferior.h (run_stack_dummy): Change type of second parameter to
2784 a ``struct regcache''.
2785 * valops.c (hand_function_call): Change type of retbuf to ``struct
2786 regcache''. Allocate using regcache_xmalloc, clean using
2787 make_cleanup_regcache_xfree.
2788 * infcmd.c (run_stack_dummy): Update. Use
2789 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2790
2791 * regcache.c (do_regcache_xfree): New function.
2792 (make_cleanup_regcache_xfree): New function.
2793 * regcache.h (make_cleanup_regcache_xfree): Declare.
2794
e64d9b3d
MH
27952002-07-03 Martin M. Hunt <hunt@redhat.com>
2796
4dd79c29
MH
2797 * event-top.c (command_line_handler): Don't read past
2798 beginning of buffer.
e64d9b3d 2799
4dd79c29
MH
28002002-07-03 Martin M. Hunt <hunt@redhat.com>
2801
e64d9b3d
MH
2802 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2803 struct frame_id.
2804 (varobj_create): Store frame_id for root.
2805 (varobj_gen_name): Use xasprintf.
2806 (varobj_update): Save and restore frame using get_frame_id() and
2807 frame_find_by_id().
2808 (create_child): Use xasprintf.
2809 (new_root_variable): Initialize frame_id.
2810 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2811 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2812 to prevent memory leak.
2813
26e6c56a
AC
28142002-07-03 Andrew Cagney <ac131313@redhat.com>
2815
2816 * valops.c (hand_function_call): Move declaration of retbuf to
2817 start of function, allocate using malloc, add a cleanup but before
2818 the inf_status cleanup, cleanup the buffer. Rename local variable
2819 old_chain to inf_status_cleanup.
2820
f436dd25
MH
28212002-07-03 Martin M. Hunt <hunt@redhat.com>
2822
2823 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2824
2825 * cli/cli-decode.c (cmd_func_p): New function.
2826 (cmd_func): New function.
2827
2828 * command.h: Add cmd_func() and cmd_func_p().
2829
4cfe2084
GS
28302002-07-03 Grace Sainsbury <graces@redhat.com>
2831
2832 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2833 (REGISTER_SIZE): Remove.
2834 (MAX_REGISTER_RAW_SIZE): Remove.
2835 (REGISTER_VIRTUAL_TYPE): Remove.
2836 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2837 (REGISTER_NAME): Remove.
2838 (USE_GENERIC_DUMMY_FRAMES): Remove.
2839 (CALL_DUMMY): Remove.
2840 (CALL_DUMMY_START_OFFSET): Remove.
2841 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2842 (CALL_DUMMY_LOCATION): Remove.
2843 (FIX_CALL_DUMMY): Remove.
2844 (CALL_DUMMY_ADDRESS): Remove.
2845 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2846 (SAVE_DUMMY_FRAME_TOS): Remove.
2847 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2848 (mcore_register_virtual_type): New function.
2849 (mcore_register_byte): New function.
2850 (mcore_register_size): New function.
2851 (mcore_register_name): New function.
2852 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2853 macros removed from tm-mcore.h.
2854 (mcore_dump_tdep): Add.
2855 (_initialize_mcore_tdep): Add gdbarch_register call.
2856
4fd667e9
MK
28572002-07-03 Mark Kettenis <kettenis@gnu.org>
2858
2859 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2860 frameless_look_for_prologue, such that we actually call this
2861 function.
2862
42f99ac2
JB
28632002-07-02 Joel Brobecker <brobecker@gnat.com>
2864
2865 * frame.h (frame_address_in_block): New function.
2866
2867 * blockframe.c (frame_address_in_block): New function extracted
2868 from get_frame_block().
2869 (get_frame_block): Use frame_address_in_block().
2870 (block_innermost_frame): Use frame_address_in_block() to match
2871 the frame pc address against the block boundaries rather than
2872 the frame pc directly. This prevents a failure when a frame pc
2873 is actually a return-address pointing immediately after the end
2874 of the given block.
2875
103a1597 28762002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
2877
2878 * MAINTAINERS: Add self under write after approval.
2879
28802002-07-02 Grace Sainsbury <graces@redhat.com>
2881
103a1597
GS
2882 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2883 used in architecture vector. The default is
2884 m68k_local_breakpoint_from_pc.
2885 (m68k_local_breakpoint_from_pc): Add.
2886 (enum): Add register numbers from tm-m68k.h.
2887 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2888 vector.
2889 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2890 GDB_MULTI_ARCH_PARTIAL.
2891 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2892 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2893 m68k-tdep.c.
2894 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2895 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2896 to enum in m68k-tdep.c
2897
7a5a0534
JB
28982002-07-02 Joel Brobecker <brobecker@gnat.com>
2899
2900 * solib-osf.c (open_map): Compute the list of shared libraries
2901 loaded by the inferior, rather than the list of libraries loaded
2902 by GDB itself. Otherwise, GDB ends up reading the symbols from
2903 the wrong shared libraries...
2904
6f558d74
MK
29052002-07-02 Mark Kettenis <kettenis@gnu.org>
2906
b7d15bf7
MK
2907 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2908 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2909 macros.
2910 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2911 Remove functions.
2912 (FRAMELESS_SIGNAL): Remove function.
2913 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2914 i386_linux_saved_pc_after_call): Removed.
2915 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2916 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2917 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2918
6bff26de
MK
2919 * i386-tdep.c (i386_frameless_signal_p): New function.
2920 (i386_frame_chain): Deal with frameless signals.
2921 (i386_sigtramp_saved_sp): New function.
2922 (i386_frame_saved_pc): Deal with frameless signals.
2923 (i386_saved_pc_after_call): Make sure the correct value is
2924 returned just after entry into a sigtramp.
2925 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2926 i386fbsd4_sc_sp_offset): New variables.
2927 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2928 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2929 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2930 similiar to what we already did for sc_pc_offset.
2931 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2932 tdep->sc_sp_offset.
2933
6f558d74
MK
2934 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2935
145564b7
ML
29362002-07-02 Michal Ludvig <mludvig@suse.cz>
2937
2938 * config/i386/tm-x86-64linux.h: New.
2939 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2940 definitions.
2941 * config/i386/nm-x86-64.h: Rename to ...
2942 * config/i386/nm-x86-64linux.h: ... this one.
2943 * config/i386/x86-64linux.mh: Reflect the above change.
2944
3a1e71e3
MK
29452002-07-01 Mark Kettenis <kettenis@gnu.org>
2946
21d0e8a4
MK
2947 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2948 with sigcontext_addr. Add sc_sp_offset.
2949 (i386bsd_sigtramp_saved_pc): Remove prototype.
2950 (i386bsd_sicontext_addr): Add prototype.
2951 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2952 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2953 (i386_svr4_sigtramp_saved_pc): Removed.
2954 (i386_svr4_sigcontext_addr): New function.
2955 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2956 Initialize tdep->sigcontext_addr instead. Initialize
2957 tdep->sc_pc_offset and tdep->sc_sp_offset.
2958 (i386_gdbarch_init): Likewise.
2959 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2960 any more.
2961 (i386bsd_sigtramp_saved_pc): Remove function.
2962 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2963 Initialize tdep->sigcontext_addr instead. Initialize
2964 tdep->sc_pc_offset.
2965 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2966 of tdep->sigtramp_saved_pc.
2967 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2968 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2969 instead.
2970
3a1e71e3
MK
2971 * i386-tdep.c (i386_frameless_function_invocation,
2972 i386_frame_num_args, i386_frame_init_saved_regs,
2973 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2974 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2975 i386_extract_return_value, i386_store_return_value,
2976 i386_extract_struct_value_address, i386_register_virtual_type,
2977 i386_register_convertible, i386_register_convert_to_virtual,
2978 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2979 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2980 static.
2981
52e9098c
MK
29822002-07-01 Mark Kettenis <kettenis@gnu.org>
2983
77b13a25
MK
2984 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2985
52e9098c
MK
2986 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2987 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2988 this macro. Include "value.h".
2989
1b372fff
AS
29902002-06-30 Aidan Skinner <aidan@velvet.net>
2991
2992 * ada-exp.tab.c: remove as it's a generated file
2993 * ada-lex.c: remove as it's a generated file
2994
9c5045b5
MK
29952002-06-30 Mark Kettenis <kettenis@gnu.org>
2996
4a93c5bb
MK
2997 * config/i386/tm-i386.h (struct frame_info, struct
2998 frame_saved_regs, struct value, struct type): Remove forward
2999 declarations.
3000
322d4fe0
MK
3001 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
3002 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
3003 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
3004 (FILL_FPXREGSET): Define.
3005
fdd8263d
MK
3006 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
3007
482e577b
MK
3008 * configure.tgt (i[3456]86-*-openbsd*): Fold into
3009 i[3456]86-*-netbsd* case.
3010 * config/i386/tm-obsd.h: Removed.
3011 * config/i386/obsd.mt: Removed.
3012 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
3013 core-aout.o.
3014 (MH_CFLAGS): Add -DYYDEBUG=0.
3015
6916549a
MK
3016 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
3017 i386nbsd_sc_pc_offset on OpenBSD too.
3018
9c5045b5
MK
3019 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
3020 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
3021 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
3022 define.
3023 * i386bsd-tdep.c: Include "arch-utils.h".
3024 (i386bsd_aout_in_solib_call_trampoline): New function.
3025 (i386bsd_init_abi): Set in_solib_call_trampoline to
3026 i386bsd_aout_in_solib_call_trampoline.
3027 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
3028 in_solib_call_trampoline to generic_in_solib_call_trampoline.
3029
aa84d1bb
AC
30302002-06-28 Andrew Cagney <ac131313@redhat.com>
3031
3032 * macrotab.h: Do not include "obstack.h" or "bcache.h".
3033 (struct obstack, struct bcache): Add opaque declarations.
3034 * Makefile.in (macrotab_h): Update
3035
b4d83933
AC
30362002-06-28 Andrew Cagney <ac131313@redhat.com>
3037
3038 * blockframe.c (generic_find_dummy_frame): Change return type to
3039 ``struct regcache''.
3040 (struct dummy_frame): Replace field ``registers'' with regcache, a
3041 struct regcache object.
3042 (generic_find_dummy_frame): Update.
3043 (generic_push_dummy_frame): Update. Use regcache_xfree,
3044 regcache_xmalloc and regcache_cpy.
3045 (generic_pop_dummy_frame): Update. Use regcache_cpy and
3046 regcache_xfree.
3047 (deprecated_generic_find_dummy_frame): Update.
3048 (generic_read_register_dummy): Update. Use
3049 regcache_read_as_address.
3050 (generic_call_dummy_register_unwind): Update. Use regcache_read.
3051 (generic_get_saved_register): Update. Use regcache_read.
3052
08c0b5bc
AC
30532002-06-28 Andrew Cagney <ac131313@redhat.com>
3054
3055 * Makefile.in (objfiles_h): Add $(bcache_h).
3056 * objfiles.h: Include "bcache.h".
3057
3058 * Makefile.in (symtab_h): Remove $(bcache_h).
3059 * symtab.h: Do not include "bcache.h".
3060
1f89801a
AC
30612002-06-28 Andrew Cagney <ac131313@redhat.com>
3062
3063 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3064 generic_func_frame_chain_valid.
3065
b9644b58
DB
30662002-06-28 David O'Brien <obrien@FreeBSD.org>
3067
3068 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3069 * config/i386/tm-fbsd.h: Likewise.
3070
dd486634
AC
30712002-06-28 Andrew Cagney <ac131313@redhat.com>
3072
3073 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3074 generic_unwind_get_saved_register.
3075
0b434a00
AC
30762002-06-27 Andrew Cagney <ac131313@redhat.com>
3077
3078 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3079 * regcache.c (supply_register): Add missing argument to
3080 register_buffer call.
3081
f30e5a77
AC
30822002-06-27 Andrew Cagney <ac131313@redhat.com>
3083
3084 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3085 Solaris /bin/grep does not not like it. From Peter Schauer.
3086
9f064c95
TT
30872002-06-26 Tom Tromey <tromey@redhat.com>
3088
3089 * command.h (add_setshow_cmd): Declare.
3090 (add_setshow_cmd_full): Declare.
3091 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3092 returns void. Use add_setshow_cmd_full.
3093 (add_setshow_cmd_full): New function.
3094 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3095 (add_setshow_boolean_cmd): Likewise.
3096
099c7589
JT
30972002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3098
3099 * config/vax/tm-vax.h: Protect from multiple inclusion.
3100 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3101 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3102 * config/vax/tm-vaxbsd.h: ...here. New file.
3103 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3104
1d049c5e
JT
31052002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3106
3107 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3108 (BELIEVE_PCC_PROMOTION): Remove.
3109 (AP_REGNUM): Move to...
3110 * config/vax/nm-vax.h: ...here.
3111 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3112 (vax_breakpoint_from_pc): New function.
3113 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3114 and gdbarch_believe_pcc_promotion.
3115
4791e091
JT
31162002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3117
3118 * Makefile.in (vax_tdep_h): Define.
3119 (vax-tdep.o): Use $(vax_tdep_h).
3120 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3121 (vax_dump_tdep): New function.
3122 (_initialize_vax_tdep): Register vax_dump_tdep.
3123 * vax-tdep.h: Include osabi.h.
3124 (struct gdbarch_tdep): New.
3125
da130f98
AC
31262002-06-26 Andrew Cagney <cagney@redhat.com>
3127
3128 * frame.h (deprecated_generic_find_dummy_frame): Rename
3129 generic_find_dummy_frame.
3130 * blockframe.c (generic_find_dummy_frame): Make static.
3131 (deprecated_generic_find_dummy_frame): New function.
3132 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3133 generic_find_dummy_frame with deprecated_find_dummy_frame.
3134 (sh64_nofp_frame_init_saved_regs): Ditto.
3135 (sh_fp_frame_init_saved_regs): Ditto.
3136 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3137 (s390_frame_chain): Ditto.
3138 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3139
6300c360
GS
31402002-06-26 Grace Sainsbury <graces@redhat.com>
3141
3142 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3143 gdbarch vector are at the top.
3144 (NUM_REGS): Remove.
3145 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3146 (FRAME_ARGS_ADDRESS): Remove.
3147 (FRAME_LOCALS_ADDRESS): Remove.
3148 (FRAME_NUM_ARGS): Remove.
3149 (FRAME_ARGS_SKIP): Remove.
3150 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3151 (m68k_gdbarch_init): Add gdbarch initializations for macros
3152 undefined in tm-m68k.h
3153
1c617db8
GS
31542002-06-26 Grace Sainsbury <graces@redhat.com>
3155
3156 * monitor.h: Add the function regname to monitor_ops
3157 structure. This way NUM_REGS does not have to be a constant.
3158 * monitor.c (monitor_fetch_register): Added support for regname
3159 function. The function is called if the array regnames is NULL.
3160 (monitor_store_register): Same.
da130f98
AC
3161 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3162 regnames array.
1c617db8
GS
3163 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3164 cpu32bug_cmds.regname to point to new function.
3165 * abug-rom.c (abug_regname): Same as above.
3166 (init_abug_cmds): Same.
3167 * dbug-rom.c (dbug_regname): Same as above.
3168 (init_dbug_cmds): Same.
3169 * remote-est.c (est_regname): Same.
3170 (init_est_cmds): Same.
3171 * rom68k-rom.c (rom68k_regname): Same.
3172 (init_rom68k_cmds): Same.
3173
ea9365bb
TT
31742002-06-25 Tom Tromey <tromey@redhat.com>
3175
3176 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3177
72cec141
AC
31782002-06-25 Andrew Cagney <cagney@redhat.com>
3179
3180 * infrun.c (stop_registers): Change variable's type to ``struct
3181 regcache'''.
3182 (xmalloc_inferior_status): Delete function.
3183 (free_inferior_status): Delete function.
3184 (normal_stop): Use regcache_cpy.
3185 (struct inferior_status): Change type of fields ``stop_registers''
3186 and ``registers'' to ``struct regcache''.
3187 (write_inferior_status_register): Use regcache_write.
3188 (save_inferior_status): Instead of calling
3189 xmalloc_inferior_status, allocate the inf_status buffer directly.
3190 Use regcache_dup_no_passthrough and regcache_dup to save the
3191 buffers.
3192 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3193 Replace the stop_registers regcache instead of overriding it. Use
3194 regcache_xfree. Instead of calling free_inferior_status, xfree
3195 the buffer directly.
3196 (discard_inferior_status): Use regcache_xfree. Instead of calling
3197 free_inferior_status, xfree the buffer directly.
3198 (build_infrun): Use regcache_xmalloc.
3199 (_initialize_infrun): Delete redundant call to build_infrun.
3200
3201 * Makefile.in (infcmd.o): Add $(regcache_h).
3202
3203 * infcmd.c: Include "regcache.h".
3204 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3205 obtain the address of `stop_registers' register buffer.
3206 (print_return_value): Ditto.
3207
3208 * inferior.h (struct regcache): Add opaque declaration.
3209 (stop_registers): Change variable's declared type to ``struct
3210 regcache''.
3211
defc6f8c
TT
32122002-06-24 Tom Tromey <tromey@redhat.com>
3213
c0e624e7
TT
3214 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3215 * target.c (initialize_targets): Fixed typo in
3216 trust-readonly-sections `show' documentation.
3217
defc6f8c
TT
3218 * main.c: Marked all strings with _().
3219
2b236d82
DH
32202002-06-24 Don Howard <dhoward@redhat.com>
3221
3222 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3223 that means max CORE_ADDR+1.
3224 (lookup_mem_region): Ditto.
3225 (mem_info_command): Ditto.
3226
942dc0e9
GS
32272002-06-24 Grace Sainsbury <graces@redhat.com>
3228
3229 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3230 (REGISTER_BYTES_OK): Remove.
3231 (REGISTER_BYTES): Remove.
3232 (STORE_STRUCT_RETURN): Remove.
3233 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3234 (STORE_RETURN_VALUE): Remove.
3235 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3236 (FRAME_CHAIN): Remove.
3237 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3238 (FRAME_SAVED_PC): Remove.
3239 * m68k-tdep.c (m68k_register_bytes_ok):Add.
3240 (m68k_store_struct_return): Add.
3241 (m68k_deprecated_extract_return_value): Add.
3242 (m68k_deprecated_extract_struct_value_address): Add.
3243 (m68k_store_return_value): Add.
3244 (m68k_frame_chain): Add.
3245 (m68k_frameless_function_invocation): Add.
3246 (m68k_frame_saved_pc): Add.
3247 (m68k_gdbarch_init): added set_gdbarch calls for new
3248 functions and deleted macros.
3249
03c30d4d
TT
32502002-06-23 Tom Tromey <tromey@redhat.com>
3251
3252 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3253 (ALLDEPFILES): Likewise.
3254 (udiheaders): Removed.
3255 (udip2soc.o): Likewise.
3256 (udi2go32.o): Likewise.
3257 (udr.o): Likewise.
3258 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3259
37e71372
AC
32602002-06-22 Andrew Cagney <ac131313@redhat.com>
3261
06a6ac57
AC
3262 * infrun.c (_initialize_infrun): Delete unnecessary call to
3263 build_infrun.
3264
37e71372
AC
3265 * regcache.h: Update comments describing the regcache_cpy family
3266 of functions.
3267 (regcache_save, regcache_restore): Delete declaration.
3268 (regcache_save_no_passthrough): Delete declaration.
3269 (regcache_restore_no_passthrough): Delete declaration.
3270 * regcache.c (regcache_save): Delete function.
3271 (regcache_save_no_passthrough): Delete function.
3272 (regcache_restore): Delete function.
3273 (regcache_restore_no_passthrough): Delete function.
3274
78f6d055
AC
32752002-06-21 Andrew Cagney <ac131313@redhat.com>
3276
3277 * config/m68k/tm-m68k.h: Fix typo.
3278 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3279 (m68k_frame_init_saved_regs): Declare.
3280
78b119cb
JB
32812002-06-21 Jim Blandy <jimb@redhat.com>
3282
3283 Remove some vestiges of Harris 88k support.
3284 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3285 register numbering quirk.
3286 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3287 odd symbols occurring in Harris 88k ELF targets.
3288
0fbb3da7
TT
32892002-06-21 Tom Tromey <tromey@redhat.com>
3290
3291 * gdb_locale.h: New file.
3292 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3293 (defs_h): Added gdb_locale.h.
3294 * configure, config.in: Rebuilt.
3295 * configure.in (PACKAGE): Define.
3296 * defs.h: Include gdb_locale.h.
3297 * main.c (captured_main): Call setlocale, bindtextdomain,
3298 textdomain.
3299
456f8b9d
DB
33002002-06-21 Dave Brolley <brolley@redhat.com>
3301
3302 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3303 * config/frv/frv.mt: New file.
3304 * config/frv/tm-frv.h: New file.
3305 * configure.tgt: Support frv-*-*.
3306 * Makefile.in (frv-tdep.o): New target.
3307 * frv-tdep.c: New file.
3308 * NEWS: Mention frv.
3309
cdd463f9
DB
33102002-06-21 Dave Brolley <brolley@redhat.com>
3311
3312 * MAINTAINERS: Add self to "Write After Approval" list.
3313
5d3ed2e3
GS
33142002-06-21 Grace Sainsbury <graces@redhat.com>
3315
3316 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3317 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3318 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3319 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3320 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3321
3322 * m68k-tdep.c: Include arch-utils.h
3323 (m68k_register_raw_size): Add.
3324 (m68k_register_virtual_size): Add.
3325 (m68k_register_virtual_type): Add.
3326 (m68k_register_name): Add.
3327 (m68k_stack_align): Add.
3328 (m68k_register_byte): Add.
3329 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3330 tm-m68k.h.
3331
7f8e7424
GS
33322002-06-21 Grace Sainsbury <graces@redhat.com>
3333
a2c6a6d5 3334 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
3335 m68k_find_saved_regs.
3336 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 3337 references to it with frame->saved_regs.
7f8e7424
GS
3338 (m68k_gdbarch_init): Added function calls to initialize the
3339 gdbarch structure.
a2c6a6d5
GS
3340 (m68k_fix_call_dummy): Add.
3341 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3342 (CALL_DUMMY): Remove.
3343 (CALL_DUMMY_LENGTH): Remove.
3344 (CALL_DUMMY_START_OFFSET): Remove.
3345 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3346 (FIX_CALL_DUMMY): Remove.
3347 (PUSH_DUMMY_FRAME): Remove.
3348 (POP_FRAME): Remove.
7f8e7424 3349
f461f5cf
PM
33502002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3351
3352 * parse.c (parse_fprintf): New function used to avoid calls to
3353 fprintf in bison parser generated debug code.
3354 * parser-defs.h: Declaration of new parse_fprintf function.
3355 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3356 Set YYDEBUG to 1 by default.
3357 Set YYFPRINTF as parse_fprintf.
3358
7f0c12ed
ML
33592002-06-21 Michal Ludvig <mludvig@suse.cz>
3360
3361 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3362 encoding anymore.
3363 (pointer_encoding, enum ptr_encoding): New.
3364 (execute_cfa_program): Take care about pointer encoding.
3365 (dwarf2_build_frame_info): Only call parse_frame_info for
3366 .debug_frame and .eh_frame.
3367 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3368 fixed augmentation handling, added relative addressing,
3369 ignore duplicate FDEs. Added comments.
19d833a2 3370 * dwarf2cfi.c: Reindented.
7f0c12ed 3371
87c4a039
EZ
33722002-06-20 Elena Zannoni <ezannoni@redhat.com>
3373
3374 * event-top.c (command_handler): Don't use space_at_cmd_start
3375 unless there is sbrk() on the host. Assign time and space data
3376 to union fields of the appropriate length.
3377
1cf877ad
ML
33782002-06-20 Michal Ludvig <mludvig@suse.cz>
3379
3380 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3381 x86_64_register_name. Return type changed to 'const char *'.
3382 (x86_64_register_name2nr): Rename to x86_64_register_number.
3383 (x86_64_gdbarch_init): Update to reflect the change.
3384 * x86-64-tdep.h: Ditto.
3385 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3386 (supply_fpregset): Ditto.
3387
3fadccb3
AC
33882002-06-19 Andrew Cagney <cagney@redhat.com>
3389
3390 * regcache.h: Update copyright.
3391 (struct regcache, struct gdbarch): Add opaque declarations.
3392 (current_regcache): Declare global variable.
3393 (regcache_read, regcache_write): Add gdbarch parameter.
3394 (regcache_save, regcache_save_no_passthrough)
3395 (regcache_restore, regcache_restore_no_passthrough)
3396 (regcache_dup, regcache_dup_no_passthrough)
3397 (regcache_cpy, regcache_cpy_no_passthrough)
3398 (deprecated_grub_regcache_for_registers)
3399 (deprecated_grub_regcache_for_register_valid)
3400 (regcache_valid_p): Add function declarations.
3401
3402 * regcache.c: Update copyright.
3403 (regcache_descr_handle): New global variable.
3404 (struct regcache_descr): Define.
3405 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3406 (regcache_descr, xfree_regcache_descr): New functions.
3407 (struct regcache): Define.
3408 (regcache_xmalloc, regcache_xfree): New functions.
3409 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3410 (regcache_dup, regcache_dup_no_passthrough): New functions.
3411 (regcache_valid_p, regcache_read_as_address): New functions.
3412 (deprecated_grub_regcache_for_registers): New function.
3413 (deprecated_grub_regcache_for_register_valid): New function.
3414 (current_regcache): New global variable.
3415 (register_buffer): Add regcache parameter. Update calls.
3416 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3417 (read_register_gen, write_register_gen): Update register_buffer
3418 call. Test for legacy_p instead of gdbarch_register_read_p or
3419 gdbarch_register_write_p.
3420 (regcache_collect): Update register_buffer call.
3421 (build_regcache): Rewrite. Use deprecated grub functions.
3422 (regcache_save, regcache_save_no_passthrough): New functions.
3423 (regcache_restore, regcache_restore_no_passthrough): New
3424 functions.
3425 (_initialize_regcache): Create the regcache_data_handle. Swap
3426 current_regcache global variable.
3427
3428 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3429 parameter to regcache_read and regcache_write calls.
3430 (sh4_register_read): Ditto.
3431 (sh64_pseudo_register_read): Ditto.
3432 (sh64_register_read): Ditto.
3433 (sh_pseudo_register_write): Ditto.
3434 (sh4_register_write): Ditto.
3435 (sh64_pseudo_register_write): Ditto.
3436 (sh64_register_write): Ditto.
3437
3438 * defs.h (XCALLOC): Define.
3439
152d9db6
GS
34402002-06-19 Grace Sainsbury <graces@redhat.com>
3441
3442 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3443 * m68k-tdep.c (m68k_gdbarch_init): Added.
3444 (m68k_dump_tdep): Added.
3445
170911c7
DJ
34462002-06-19 Daniel Jacobowitz <drow@mvista.com>
3447
3448 * ada-lang.c (fill_in_ada_prototype): Update comment.
3449
2e4ebe70
DJ
34502002-06-19 Daniel Jacobowitz <drow@mvista.com>
3451
3452 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3453 MIPS_ABI_LAST.
3454 (mips_abi_string, mips_abi_strings): New.
3455 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3456 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3457 tdep->mips_abi_string. Honor mips_abi_string. Default to
3458 O32 if no ABI is found.
3459 (mips_dump_tdep): Use mips_abi_strings.
3460 (mips_abi_update): New function.
3461 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3462 ``set mips abi'' and ``show mips abi''. Check the size of
3463 mips_abi_strings.
3464
16775908
AC
34652002-06-19 Andrew Cagney <cagney@redhat.com>
3466
3467 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3468 constant.
3469
5051bfa4 34702002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 3471
5051bfa4
JB
3472 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3473 current frame using only the first stack size adjustment. All
3474 subsequent size adjustments are not considered to be part of
3475 the "static" part of the current frame.
3476 Compute the address of the saved registers relative to the
3477 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3478 in use in this frame.
3479
56468235
DH
34802002-06-18 Don Howard <dhoward@redhat.com>
3481
3482 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3483 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3484 suggesting this solution.
3485
0b624158
AC
34862002-06-18 Andrew Cagney <ac131313@redhat.com>
3487
3488 * config/romp/xm-rtbsd.h: Delete file.
3489 * config/romp/rtbsd.mh: Delete file.
3490
221ea385
KS
34912002-06-18 Keith Seitz <keiths@redhat.com>
3492
3493 * breakpoint.c (condition_command): Post breakpoint_modify
3494 when a condition is added to an existing breakpoint.
3495 (commands_command): Likewise for commands.
3496 (set_ignore_count): Likewise for ignore counts.
3497 If no tty, do not simply return, still need to send event
3498 notification.
3499 (ignore_command): Only print a newline if the command came
3500 from a tty.
3501 Don't call breakpoints_changed, since this is now properly
3502 handled by set_ignore_count.
3503
5402eed1
AC
35042002-06-18 Andrew Cagney <cagney@redhat.com>
3505
3506 * MAINTAINERS: Note that cris-elf target can be compiled with
3507 -Werror.
3508 * cris-tdep.c (cris_register_name): Make return type constant.
3509 (cris_breakpoint_from_pc): Ditto.
3510
cc22880b
ML
35112002-06-18 Michal Ludvig <mludvig@suse.cz>
3512
3513 * frame.h (struct frame_info): Change type of context to
3514 'struct context'.
3515
fa88f677
AC
35162002-06-17 Andrew Cagney <cagney@redhat.com>
3517
3518 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3519 pointer.
3520 * gdbarch.h, gdbarch.c: Regenerate.
3521 * config/mips/tm-mips.h (mips_register_name): Update.
3522 * i386-tdep.h (i386_register_name): Update.
3523 * mips-tdep.c (mips_register_name): Update
3524 * alpha-tdep.c (alpha_register_name): Update.
3525 * arch-utils.c (legacy_register_name): Update.
3526 * arch-utils.h (legacy_register_name): Update.
3527 * avr-tdep.c (avr_register_name): Update.
3528 * ia64-tdep.c (ia64_register_name): Update.
3529 * i386-tdep.c (i386_register_name): Update.
3530 * sparc-tdep.c (sparc32_register_name): Update.
3531 (sparc64_register_name): Update.
3532 (sparclite_register_name): Update.
3533 (sparclet_register_name): Update.
3534 * sh-tdep.c (sh_generic_register_name): Update.
3535 (sh_sh_register_name): Update.
3536 (sh_sh3_register_name): Update.
3537 (sh_sh3e_register_name): Update.
3538 (sh_sh_dsp_register_name): Update.
3539 (sh_sh3_dsp_register_name): Update.
3540 (sh_sh4_register_name): Update.
3541 (sh_sh64_register_name): Update.
3542 * s390-tdep.c (s390_register_name): Update.
3543 * rs6000-tdep.c (rs6000_register_name): Update.
3544 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3545 (ns32k_register_name_32382): Update.
3546 * d10v-tdep.c (d10v_ts2_register_name): Update.
3547 (d10v_ts3_register_name): Update.
3548 * xstormy16-tdep.c (xstormy16_register_name): Update.
3549 * vax-tdep.c (vax_register_name): Update.
3550 * v850-tdep.c (v850_register_name): Update.
3551 * m68hc11-tdep.c (m68hc11_register_name): Update.
3552 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3553 (am33_register_name): Update.
3554
ea1e7ef6
GS
35552002-06-17 Grace Sainsbury <graces@redhat.com>
3556
3557 * m68k-tdep.c: Reindented.
3558
9b02dd1b
AC
35592002-06-17 Andrew Cagney <ac131313@redhat.com>
3560
3561 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3562 list of predefined types.
3563
8758dec1
MK
35642002-06-16 Mark Kettenis <kettenis@gnu.org>
3565
b6197528
MK
3566 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3567 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3568 REGISTER_CONVERT_TO_RAW): Remove defines.
3569 (i386_register_virtual_type, i386_register_convertible,
3570 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3571 Remove prototypes.
3572 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3573 macros mentioned above.
3574
82b47e62
MK
3575 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3576 (i386lynx_saved_pc_after_call): Remove prototype.
3577 * i386ly-tdep.c: Include "i386-tdep.h".
3578 (i386lynx_saved_pc_after_call): Make static. Use
3579 read_memory_nobpt instead of read_memory. Use
3580 read_memory_unsigned_integer instead of read_memory_integer.
3581 (i386lynx_init_abi): New function.
3582 (i386lynx_coff_osabi_sniffer): New function.
3583 (_initialize_i386bsd_tdep): New function.
3584
8758dec1
MK
3585 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3586 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3587 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3588 (i386_fix_call_dummy): Remove prototype.
3589 * i386-tdep.c (i386_call_dummy_words): New variable.
3590 (i386_gdbarch_init): Adjust for removal of the
3591 macros mentioned above.
3592
e9e68a56
AC
35932002-06-15 Andrew Cagney <ac131313@redhat.com>
3594
3595 * command.h (add_setshow_auto_boolean_cmd): Replace
3596 add_set_auto_boolean_cmd.
3597 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3598 add_set_auto_boolean_cmd.
3599 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3600 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3601 mask-address'' command.
3602 (show_mask_address): Add cmd parameter.
3603 * remote.c (add_packet_config_cmd): Update. Change type of
3604 set_func and show_func to cmd_sfunc_ftype.
3605 (_initialize_remote): Update `set remote Z-packet'
3606 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3607 (show_remote_protocol_e_packet_cmd): Ditto.
3608 (show_remote_protocol_E_packet_cmd): Ditto.
3609 (show_remote_protocol_P_packet_cmd): Ditto.
3610 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3611 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3612 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3613 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3614 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3615 (show_remote_protocol_Z_packet_cmd): Ditto.
3616 (show_remote_protocol_binary_download_cmd): Ditto.
3617 (show_remote_cmd): Pass NULL to all of above.
3618
fc08ec52
MK
36192002-06-15 Mark Kettenis <kettenis@gnu.org>
3620
3621 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3622 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3623 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3624 POP_FRAME): Remove defines.
3625 (i386_push_arguments, i386_store_struct_return,
3626 i386_extract_return_value, i386_store_return_value,
3627 i386_extract_struct_value_address, i386_push_dummy_frame,
3628 i386_pop_frame): Renove prototypes.
3629 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3630 macros mentioned above.
3631
e707bbc2
AC
36322002-06-15 Andrew Cagney <ac131313@redhat.com>
3633
3634 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3635 add_set_boolean_cmd.
3636 (add_setshow_cmd): New function.
3637 * command.h (add_setshow_boolean_cmd): Replace
3638 add_set_boolean_cmd.
3639 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3640 and ``set rdiromatzero''.
3641 * maint.c (_initialize_maint_cmds): Update commented out code.
3642 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3643 * target.c (initialize_targets): Update `set
3644 trust-readonly-sections'.
3645 * remote.c (_initialize_remote): Update `set remotebreak'.
3646
42fdc8df
MK
36472002-06-15 Mark Kettenis <kettenis@gnu.org>
3648
93924b6b
MK
3649 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3650 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3651 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3652 fit into multi-arch framework.
3653 (i386_breakpoint_from_pc): New function.
3654 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3655 above.
3656
42fdc8df
MK
3657 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3658 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3659 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3660 (i386_frameless_function_invocation, i386_frame_num_args,
3661 i386_frame_init_saved_regs): Remove prototypes.
3662 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3663 macros mentioned above.
3664
9773a94b
AC
36652002-06-15 Andrew Cagney <ac131313@redhat.com>
3666
3667 * cli/cli-decode.c (set_cmd_cfunc): Update.
3668 (set_cmd_sfunc): Update.
3669 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3670 (set_cmd_sfunc, set_cmd_cfunc): Update.
3671 * cli/cli-decode.h: Update.
3672
6e157172
MK
36732002-06-15 Mark Kettenis <kettenis@gnu.org>
3674
3675 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3676 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3677
7f19b9a2
AC
36782002-06-15 Andrew Cagney <ac131313@redhat.com>
3679
3680 * defs.h (auto_boolean): Declare enum.
3681 * command.h (cmd_auto_boolean): Delete enum.
3682 * mips-tdep.c (mask_address_var): Update.
3683 (mips_mask_address_p): Update.
3684 (show_mask_address): Update.
3685 * remote.c (struct packet_config): Update.
3686 (update_packet_config): Update.
3687 (show_packet_config_cmd): Update.
3688 (packet_ok): Update.
3689 (add_packet_config_cmd): Update.
3690 (_initialize_remote):
3691 * command.h: Update.
3692 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3693 (do_setshow_command): Update.
3694 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3695 * cli/cli-decode.h: Update.
3696
1cf88de5
MK
36972002-06-15 Mark Kettenis <kettenis@gnu.org>
3698
22ba8cf2
MK
3699 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3700 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3701 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3702 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3703 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3704 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3705
762c5349
MK
3706 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3707 list of DJGPP COFF targets.
3708
091198bb
MK
3709 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3710 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3711 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3712 (FP0_REGNUM): Remove define.
3713 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3714 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3715 (i386_register_virtual_size): Remove protoype.
3716 * i386-tdep.c (i386_register_virtual_size): Removed.
3717 (i386_extract_return_value, i386_store_return_value): Use
3718 FP0_REGNUM instead of NUM_FREGS to determine whether the
3719 floating-point registers are available.
3720 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3721 Adjust for removal of macros mentioned above.
3722
37232002-06-15 Mark Kettenis <kettenis@gnu.org>
3724
fcc9bf01
MK
3725 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3726 comments.
3727 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3728 Remove prototypes.
3729 (supply_gregset, fill_gregset): Remove use of register keyword and
3730 remove declaration for regmap. Use I386_NUM_GREGS instead of
3731 NUM_REGS and NUM_FREGS.
3732 (FPREGSET_FSAVE_OFFSET): Remove.
3733 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3734 NUM_FREGS to determine whether the floating-point registers are
3735 available.
3736
65e78234
MK
3737 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3738 gnu_store_registers): Replace usage of NUM_GREGS with
3739 I386_NUM_GREGS.
3740
98df6387
MK
3741 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3742 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3743 usage of NUM_GREGS with I386_NUM_GREGS.
3744
099a9414
MK
3745 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3746
57976e88
MK
3747 * i386bsd-nat.c: Include "i386-tdep.h".
3748 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3749 I386_NUM_GREGS.
3750
b335f4a6
MK
3751 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3752 and associated comment. They no longer make any sense, since we
3753 don't use this file anymore on Linux.
3754
1cf88de5
MK
3755 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3756 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3757 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3758 elements in these arrays.
3759 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3760 MAX_NUM_REGS.
3761
daa66587
MK
37622002-06-15 Mark Kettenis <kettenis@gnu.org>
3763
3764 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3765 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3766
26e9b323
AC
37672002-06-14 Andrew Cagney <cagney@redhat.com>
3768
3769 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3770 EXTRACT_RETURN_VALUE.
3771 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3772 EXTRACT_STRUCT_VALUE_ADDRESS.
3773 * gdbarch.h, gdbarch.c: Regenerate.
3774
3775 * values.c (value_being_returned): Handle
3776 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3777 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3778
3779 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3780 * arm-tdep.c (arm_gdbarch_init): Update.
3781 * avr-tdep.c (avr_gdbarch_init): Update.
3782 * cris-tdep.c (cris_gdbarch_init): Update.
3783 * d10v-tdep.c (d10v_gdbarch_init): Update.
3784 * ia64-tdep.c (ia64_gdbarch_init): Update.
3785 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3786 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3787 * s390-tdep.c (s390_gdbarch_init): Update.
3788 * sh-tdep.c (sh_gdbarch_init): Update.
3789 * s390-tdep.c (s390_gdbarch_init): Update.
3790 * sparc-tdep.c (sparc_gdbarch_init): Update.
3791 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3792 * v850-tdep.c (v850_gdbarch_init): Update.
3793 * vax-tdep.c (vax_gdbarch_init): Update.
3794 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3795 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3796
3797 * config/arc/tm-arc.h: Update.
3798 * config/d30v/tm-d30v.h: Update.
3799 * config/fr30/tm-fr30.h: Update.
3800 * config/h8300/tm-h8300.h: Update.
3801 * config/h8500/tm-h8500.h: Update.
3802 * config/i386/tm-i386.h: Update.
3803 * config/i386/tm-ptx.h: Update.
3804 * config/i386/tm-symmetry.h: Update.
3805 * config/i960/tm-i960.h: Update.
3806 * config/m32r/tm-m32r.h: Update.
3807 * config/m68k/tm-delta68.h: Update.
3808 * config/m68k/tm-linux.h: Update.
3809 * config/m68k/tm-m68k.h: Update.
3810 * config/m88k/tm-m88k.h: Update.
3811 * config/mcore/tm-mcore.h: Update.
3812 * config/mips/tm-mips.h: Update.
3813 * config/mn10200/tm-mn10200.h: Update.
3814 * config/pa/tm-hppa.h: Update.
3815 * config/pa/tm-hppa64.h: Update.
3816 * config/sparc/tm-sp64.h: Update.
3817 * config/sparc/tm-sparc.h: Update.
3818 * config/sparc/tm-sparclet.h: Update.
3819 * config/z8k/tm-z8k.h: Update.
3820
5179e78f
AC
38212002-06-14 Andrew Cagney <cagney@redhat.com>
3822
3823 * Makefile.in (i386_linux_tdep_h): Define.
3824 (i386_tdep_h, i387_tdep_h): Define.
3825 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3826 $(i386_tdep_h) and $(i387_tdep_h).
3827 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3828
8201327c
MK
38292002-06-14 Mark Kettenis <kettenis@gnu.org>
3830
edf393ac
MK
3831 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3832 Already covered by the default.
3833
896fb97d
MK
3834 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3835 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3836 (i386_gdbarch_init): Initialize long_double_format and long_double
3837 bit.
3838
8201327c
MK
3839 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3840 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3841 Move these to ...
3842 * config/i386/i386sol2.mh: ... here.
3843 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3844 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3845 (SIGCONTEXT_PC_OFFSET): Remove define.
3846 (IN_SIGTRAMP): Remove define.
3847 * i386-sol2-tdep.c: New file.
3848
3849 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3850 * config/i386/tm-i386nw.h: Removed.
3851
3852 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3853 USE_STRUCT_CONVENTION): Remove defines.
3854 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3855 (get_longjmp_target): Remove prototype.
3856 (IN_SIGTRAMP): Remove define.
3857 (i386bsd_in_sigtramp): Remove prototype.
3858 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3859 function. Update comment accordingly
3860 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3861 (FRAME_SAVED_PC): Remove define.
3862 (i386bsd_frame_saved_pc): Remove prototype.
3863 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3864 GET_LONGJMP_TARGET): Remove defines.
3865 (get_longjmp_target): Remove prototype.
3866 (IN_SIGTRAMP): Remove define.
3867 (i386bsd_in_sigtramp): Remove prototype.
3868 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3869 function. Update comment accordingly
3870 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3871 (FRAME_SAVED_PC): Remove define.
3872 (i386bsd_frame_saved_pc): Remove prototype.
3873 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3874 Remove prototype.
3875 (USE_STRUCT_CONVENTION): Remove prototype.
3876 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3877 declaration.
3878 (_initialize_i386bsd_nat): Revise logic to determine some
3879 constants at compile time when compiling a native GDB. Warn if
3880 things don't match up with what we expect.
3881 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3882 Remove variables.
3883 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3884 to use date stored in `struct gdbarch_tdep'.
3885 (i386bsd_sigcontext_offset): Remove varaible.
3886 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3887 stored in `struct gdbarch_tdep'.
3888 (i386bsd_frame_saved_pc): Make static.
3889 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3890 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3891 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3892 i386fbsd4_sc_pc_offset): New variables.
3893 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3894 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3895 functions.
3896 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3897 functions.
3898 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3899 Modify the value of i386fbsd_sigtramp_start and
3900 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3901 i386fbsd_sigtramp_end.
3902 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3903 function.
3904
3905 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3906 define to i386-linux-tdep.h.
3907 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3908 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3909 defines.
3910 (i386_linux_register_name, i386_linux_register_byte,
3911 i386_linux_register_raw_size): Remove prototypes.
3912 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3913 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3914 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3915 TARGET_WRITE_PC): Remove defines.
3916 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3917 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3918 i386_linux_write_pc): Remove prototypes.
3919 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3920 (get_longjmp_target): Remove prototype.
3921 * i386-linux-tdep.h: New file.
3922 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3923 * i386-linux-tdep.c: Include "i386-tdep.h" and
3924 "i386-linux-tdep.h".
3925 (i386_linux_register_name, i386_linux_register_byte,
3926 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3927 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3928 Make static.
3929 (i386_linux_init_abi): New function.
3930 (_initialize_i386_linux_tdep): New function.
3931
3932 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3933 (i386_saved_pc_after_call): Remove prototype.
3934 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3935 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3936 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3937 (i386_register_name, i386_stab_reg_to_regnum,
3938 i386_dwarf_reg_to_regnum): Remove prototypes.
3939 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3940 SIZEOF_SSE_REGS): Remove defines.
3941 (REGISTER_BYTES): Remove define.
3942 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3943 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3944 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3945 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3946 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3947 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3948 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3949 (get_longjmp_target): Remove prototype.
3950 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3951 (sigtramp_saved_pc): Remove define.
3952 (i386v4_sigtramp_saved_pc): Remove prototype.
3953 * config/i386/tm-go32.h (FRAME_CHAIN,
3954 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3955 (i386go32_frame_saved_pc): Remove prototype.
3956 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3957 (get_longjmp_target): Remove prototype.
3958 * i386-tdep.h: Include "osabi.h".
3959 (enum i386_abi): Removed.
3960 (enum struct_return): New enum.
3961 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3962 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3963 sc_pc_offset members.
3964 (i386_gdbarch_register_os_abi): Remove prototype.
3965 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3966 I386_SSE_NUM_REGS): New defines.
3967 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3968 I386_SSE_SIZEOF_REGS): New defines.
3969 (i386_register_name, i386_register_byte, i386_register_raw_size):
3970 New prototypes.
3971 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3972 (i386bsd_sigtramp_saved_pc): New prototype.
3973 * i386-tdep.c: Don't include "elf-bfd.h".
3974 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3975 i386_frame_chain, i386_saved_pc_after_call): Make static.
3976 (i386_frame_saved_pc): Rewrite to call architecture dependent
3977 function to deal with signal handlers. Make static.
3978 (i386go32_frame_saved_pc): Removed.
3979 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3980 Removed.
3981 (i386_get_longjmp_target): New function.
3982 (default_struct_convention, pcc_struct_convention,
3983 reg_struct_convention, valid_conventions, struct_convention): New
3984 variables.
3985 (i386_use_struct_convention): New function.
3986 (i386v4_sigtramp_saved_pc): Renamed to
3987 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3988 (i386_pc_in_sigtramp): New function.
3989 (i386_abi_names): Removed.
3990 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3991 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3992 Removed.
3993 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3994 i386_gdbarch_register_os_abi): Removed.
3995 (struct i386_abi_handler): Removed.
3996 (i386_abi_handler_list): Removed.
3997 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3998 functions.
3999 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
4000 i386_nw_init_abi): New functions.
4001 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
4002 Use set_gdbarch_xxx() calls instead of relying on macros for a
4003 number of calls.
4004 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
4005 (_initialize_i386_tdep): Add new 'struct-convcention' command.
4006 Register the various architecture variants defined in this file.
4007
ad2f7632
DJ
40082002-06-14 Daniel Jacobowitz <drow@mvista.com>
4009
4010 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
4011 (struct main_type): Remove arg_types member. Update comments for
4012 struct field.
4013 (TYPE_ARG_TYPES): Remove.
4014 (TYPE_FN_FIELD_ARGS): Update.
4015 (smash_to_method_type): Update prototype.
4016
4017 * c-typeprint.c (cp_type_print_method_args): Take method type
4018 instead of argument list. Use new argument layout. Simplify.
4019 (c_type_print_args): Use new argument layout. Simplify.
4020 (c_type_print_base): Update call to cp_type_print_method_args.
4021 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
4022 argument; use die->type instead. Update call to
4023 smash_to_method_type.
4024 (read_structure_scope): Update call to dwarf2_add_member_fn.
4025 * gdbtypes.c (allocate_stub_method): Update comment.
4026 (smash_to_method_type): Take new NARGS and VARARGS arguments.
4027 Use new argument layout.
4028 (check_stub_method): Use new argument layout. Don't count
4029 void as an argument.
4030 (print_arg_types): Update comments. Use new argument layout.
4031 (recursive_dump_type): Don't print arg_types member.
4032 * hpread.c (hpread_read_struct_type): Use new argument layout.
4033 (fixup_class_method_type): Likewise.
4034 (hpread_type_lookup): Likewise.
4035 * stabsread.c (read_type): Update calls to read_args and
4036 smash_to_method_type.
4037 (read_args): Use new argument layout. Simplify.
4038 * valops.c (typecmp): Use new argument layout. Update parameters
4039 and comments. Simplify.
4040 (hand_function_call): Use new argument layout.
4041 (search_struct_method): Update call to typecmp.
4042 (find_overload_match): Use new argument layout.
4043
6da02953
DJ
40442002-06-13 Daniel Jacobowitz <drow@mvista.com>
4045
4046 * NEWS: Mention multithreaded debug support for gdbserver.
4047
519b2366
DJ
40482002-06-13 Daniel Jacobowitz <drow@mvista.com>
4049
4050 * MAINTAINERS: Mention NEWS.
4051
6c0d6680
DJ
40522002-06-13 Daniel Jacobowitz <drow@mvista.com>
4053
4054 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4055 (struct mips_objfile_private, compare_pdr_entries): New.
4056 (non_heuristic_proc_desc): Read the ".pdr" section if it
4057 is present.
4058
6529d2dd
AC
40592002-06-12 Andrew Cagney <ac131313@redhat.com>
4060
4061 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4062 (arm_debug): New static variable.
4063 (_initialize_arm_tdep): Add ``set debug arm'' command.
4064
26216b98
AC
40652002-06-12 Andrew Cagney <ac131313@redhat.com>
4066
4067 * Makefile.in (sim_arm_h): Define.
4068 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4069 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4070 (arm_register_sim_regno): New function, map an internal REGNUM
4071 onto a simulator register number.
4072 (arm_gdbarch_init): Set register_sim_regno.
4073
814b3ba0
AH
40742002-06-09 Aldy Hernandez <aldyh@redhat.com>
4075
4076 * MAINTAINERS: Add self.
4077
475b0867
JB
40782002-06-11 Jim Blandy <jimb@redhat.com>
4079
919d772c
JB
4080 * source.c (source_info): Mention whether the symtab has
4081 information about preprocessor macros.
4082
475b0867
JB
4083 Call the command `info macro', not `show macro'.
4084 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4085 Fix error message.
4086 (_initialize_macrocmd): Register `info_macro_command' in
4087 `infolist', not `showlist'.
4088
9e364162
DJ
40892002-06-11 Daniel Jacobowitz <drow@mvista.com>
4090
4091 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4092 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4093 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4094 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4095 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4096 unconditionally.
4097 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4098 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4099 (_initialize_mips_tdep): Remove dead code.
4100 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4101 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4102 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4103 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4104 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4105 MIPS_LAST_FP_ARG_REGNUM): Remove.
4106
23aa4c72
ML
41072002-06-11 Michal Ludvig <mludvig@suse.cz>
4108
4109 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4110 (unwind_tmp_obstack_free, parse_frame_info)
4111 (update_context, cfi_read_fp, cfi_write_fp)
4112 (cfi_frame_chain, cfi_init_extra_frame_info)
4113 (cfi_virtual_frame_pointer): Use the above function.
264d1763 4114 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 4115
70eb15a4
CV
41162002-06-11 Corinna Vinschen <vinschen@redhat.com>
4117
4118 * v850-tdep.c (v850_type_is_scalar): New function.
4119 (v850_use_struct_convention): Match current gcc implementation
4120 as close as possible.
4121 (v850_push_arguments): Fix stack_offset handling. Don't write
4122 struct_addr into register. This is done by v850_store_struct_return.
4123 (v850_extract_return_value): Care for structs.
4124 (v850_store_return_value): Ditto.
4125 (v850_store_struct_return): Actually write address.
4126
482a4d06
ML
41272002-06-11 Michal Ludvig <mludvig@suse.cz>
4128
4129 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4130 without debug information too.
4131
d855c300
AC
41322002-06-10 Andrew Cagney <ac131313@redhat.com>
4133
4134 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4135 Make multi-arch pure.
4136 * gdbarch.h, gdbarch.c: Re-generate.
4137 * arm-tdep.c (arm_print_float_info): Update.
4138 * arch-utils.h (default_print_float_info): Update.
4139 * arch-utils.c (default_print_float_info): Update.
4140 * infcmd.c (float_info): Update call.
4141
dd12a101
AC
41422002-06-10 Andrew Cagney <ac131313@redhat.com>
4143
4144 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4145 the front of the initialize list.
4146
101dcfbe
AC
41472002-06-10 Andrew Cagney <ac131313@redhat.com>
4148
4149 * infrun.c (struct inferior_status): Replace fields
4150 selected_frame_address and selected_level with field
4151 selected_frame_id.
4152 (save_inferior_status): Update. Use get_frame_id.
4153 (struct restore_selected_frame_args): Delete.
4154 (restore_selected_frame): Update. Use frame_find_by_id.
4155 (restore_inferior_status): Update.
4156
4157 * breakpoint.h (struct breakpoint): Change type of
4158 watchpoint_frame to frame_id.
4159 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4160 call to get_current_frame.
4161 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4162 get_current_frame.
4163 (watchpoint_check): Use frame_find_by_id.
4164
4165 * frame.h (record_selected_frame): Delete declaration.
4166 * stack.c (record_selected_frame): Delete function.
4167
4168 * frame.h (struct frame_id): Define.
4169 (get_frame_id): Declare.
4170 (frame_find_by_id): Declare.
4171 * frame.c (frame_find_by_id): New function.
4172 (get_frame_id): New function.
4173
304270b6
AV
41742002-06-10 Andrey Volkov <avolkov@transas.com>
4175
4176 * ser-e7kpc.c: Fix duplicated define and call of
4177 _initialize_ser_e7000pc
4178
2f2cf184
DJ
41792002-06-09 Daniel Jacobowitz <drow@mvista.com>
4180
4181 * signals/signals.c (target_signal_from_host): Fix #ifdef
4182 SIGRTMIN case.
4183 (do_target_signal_to_host): Likewise.
4184
caaa3122
DJ
41852002-06-09 Daniel Jacobowitz <drow@mvista.com>
4186
4187 * mips-tdep.c (mips_find_abi_section): New function.
4188 (mips_gdbarch_init): Call it.
4189
6ac5df3a
MK
41902002-06-09 Mark Kettenis <kettenis@gnu.org>
4191
4192 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4193 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4194 after Andrew's 2002-06-08 gdbarch change.
4195
82ea117a
MK
41962002-06-09 Mark Kettenis <kettenis@gnu.org>
4197
4198 * i386-linux-nat.c (suppy_gregset): Don't supply
4199 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4200 register cache.
4201 (fill_gregset): Don't fetch it under the same circumstances.
4202
3c25f8c7
AC
42032002-06-09 Andrew Cagney <cagney@redhat.com>
4204
4205 * Makefile.in (callback_h): Define.
4206 (remote_sim_h): Update path to remote-sim.h.
4207 (remote-rdp.o): Add $(callback_h).
4208 (remote-sim.o): Use $(callback_h).
4209 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4210 * remote-rdp.c: Include "gdb/callback.h".
4211
1029b7fa
MK
42122002-06-09 Mark Kettenis <kettenis@gnu.org>
4213
4214 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4215 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4216
616675d3
AC
42172002-06-08 Andrew Cagney <ac131313@redhat.com>
4218
a3efda28
AC
4219 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4220 * rdi-share/serpardr.c: Ditto.
4221 * rdi-share/unixcomm.c: Ditto.
4222 * rdi-share/serdrv.c: Ditto.
4223 * rdi-share/hostchan.h: Ditto.
4224 * rdi-share/hostchan.c: Ditto.
4225 * rdi-share/host.h: Ditto.
4226 * rdi-share/devsw.c: Ditto.
4227
c5f10366
AC
4228 * objfiles.h: Change type of obj_private to void pointer.
4229 * pa64solib.c: Update copyright. Don't include "assert.h", use
4230 strcmp instead of STREQ, use LONGEST, do not use PTR
4231 * somsolib.c: Ditto.
4232
616675d3
AC
4233 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4234 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4235 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4236
e4b415d9
AC
42372002-06-08 Andrew Cagney <ac131313@redhat.com>
4238
4239 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4240 (default_get_saved_register): Delete function.
4241 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4242 generic_unwind_get_saved_register.
4243 * gdbarch.h, gdbarch.c: Re-generate.
4244
ca0d0b52
AC
42452002-06-08 Andrew Cagney <ac131313@redhat.com>
4246
4247 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4248 generic_func_frame_chain_valid.
4249 * gdbarch.h, gdbarch.c: Re-generate.
4250 * blockframe.c (generic_func_frame_chain_valid): Only check
4251 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
4252 passing FP to PC_IN_CALL_DUMMY.
4253 Fix PR gdb/360.
4254
76860b5f
AC
42552002-06-08 Andrew Cagney <ac131313@redhat.com>
4256
4257 * gdbarch.sh (struct gdbarch_data): Add field init_p.
4258 (register_gdbarch_data): Initialize init_p.
4259 (gdbarch_data): Initialize data pointer using the init function.
4260 (init_gdbarch_data): Delete function.
4261 (gdbarch_update_p): Update.
4262 (initialize_non_multiarch): Update.
4263 (struct gdbarch): Add field initialized_p.
4264 * gdbarch.h, gdbarch.c: Re-generate.
4265
8dda9770
ML
42662002-06-07 Michal Ludvig <mludvig@suse.cz>
4267
4268 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4269 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4270 better do the things actually here.
4271 * x86-64-tdep.c (x86_64_register_name2nr): New.
4272 (x86_64_register_name): Renamed to x86_64_register_nr2name.
4273 (x86_64_gdbarch_init): Respect the above change.
4274 * x86-64-tdep.h (x86_64_register_name2nr)
4275 (x86_64_register_nr2name): Add prototypes.
4276 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4277
3d79a47c
MS
42782002-06-06 Michael Snyder <msnyder@redhat.com>
4279
7bd91a28
MS
4280 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4281 Delete extra braces and re-indent.
4282 (d10v_store_return_value): Char return values
3d79a47c
MS
4283 must be shifted over by one byte in R0.
4284 (d10v_extract_return_value): Delete extra braces, re-indent.
4285
095a4c96
EZ
42862002-06-06 Elena Zannoni <ezannoni@redhat.com>
4287
4288 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4289 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4290 (d10v_integer_to_address): Rewrite.
4291 (d10v_frame_init_saved_regs): When reading fp and sp registers use
4292 the d10v specific functions which take care of converting to the
4293 correct space.
4294
e8a77ca4
EZ
42952002-06-06 Elena Zannoni <ezannoni@redhat.com>
4296
4297 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4298 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4299
4f2e4a4f
AC
43002002-06-02 Andrew Cagney <ac131313@redhat.com>
4301
4302 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4303 includes.
4304 * config/tm-linux.h: Ditto.
4305 * config/alpha/tm-alphalinux.h: Ditto.
4306 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4307 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4308 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4309 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4310 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4311 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4312 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4313 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4314 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4315 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4316 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4317 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4318 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4319 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4320 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4321 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4322 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4323 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4324 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4325 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4326 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4327 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4328 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4329 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4330 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4331 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4332 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4333 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4334 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4335 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4336 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4337 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4338 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4339 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4340 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4341 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4342 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4343
ae2ab2ce
AS
43442002-05-04 Aidan Skinner <aidan@velvet.net>
4345
4346 * ada-exp.tab.c: New file
4347 * ada-exp.y: New file
4348 * ada-lang.c: New file
4349 * ada-lang.h: New file
4350 * ada-lex.c: New file
4351 * ada-lex.l: New file
4352 * ada-tasks.c: New file
4353 * ada-typeprint.c: New file
4354 * ada-valprint.c: New file
4355
0ddd0135
JT
43562002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4357
4358 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4359 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4360
750fbacc
JT
43612002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4362
4363 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4364 insetead of ppc-linux-tdep.o.
4365 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4366 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4367
df94e18a
AC
43682002-06-02 Andrew Cagney <ac131313@redhat.com>
4369
4370 2002-05-07 Christian Groessler <chris@groessler.org>
4371 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4372 bit register contents for little endian hosts.
4373
1a38ab75
AC
43742002-06-01 Andrew Cagney <ac131313@redhat.com>
4375
4376 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4377 any maintainer.
4378
8b1632ac
AC
43792002-06-01 Andrew Cagney <ac131313@redhat.com>
4380
4381 * gdbarch.h: Regenerate.
4382
627054c8
AC
43832002-06-01 Andrew Cagney <ac131313@redhat.com>
4384
4385 * MAINTAINERS: Add everyone to write-after-approval list.
4386
4f460812
AC
43872002-06-01 Andrew Cagney <ac131313@redhat.com>
4388
4389 * stack.c (frame_info): Use frame_register_unwind instead of
4390 saved_regs. Mention when the SP is on the stack or in a register.
4391
4392 * frame.h (frame_register_unwind_ftype): Define. Document.
4393 (struct frame_info): Add field register_unwind and
4394 register_unwind_cache.
4395 (frame_register_unwind): Declare.
4396 (generic_unwind_get_saved_register): Declare.
4397
4398 * frame.c (frame_register_unwind): New function.
4399 (generic_unwind_get_saved_register): New function.
4400
4401 * blockframe.c (generic_call_dummy_register_unwind): New function.
4402 (frame_saved_regs_register_unwind): New function.
4403 (set_unwind_by_pc): New function.
4404 (create_new_frame): New function.
4405 (get_prev_frame): New function.
4406
de888f76
AC
44072002-05-30 Andrew Cagney <ac131313@redhat.com>
4408
4409 * a29k-share/: Delete directory.
4410 * remote-vx29k.c: Delete file.
4411
2f2c3626
JT
44122002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4413
4414 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4415 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4416
9ce5c36a
JT
44172002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4418
4419 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4420 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4421 (sparc64nbsd-nat.o)
4422 (sparcnbsd-nat.o)
4423 (sparcnbsd-tdep.o): New dependency lists.
4424 * NEWS: Note new UltraSPARC NetBSD native configuration.
4425 * configure.host (sparc64-*-netbsd*): New host.
4426 * configure.tgt (sparc-*-netbsdelf*)
4427 (sparc-*-netbsd*): Set gdb_target to nbsd.
4428 (sparc64-*-netbsd*): New target.
4429 * sparc64nbsd-nat.c: New file.
4430 * sparcnbsd-nat.c: New file.
4431 * sparcnbsd-tdep.c: New file.
4432 * sparcnbsd-tdep.h: New file.
4433 * config/sparc/nbsd.mt: New file.
4434 * config/sparc/nbsd64.mh: New file.
4435 * config/sparc/nbsd64.mt: New file.
4436 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4437 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4438 (HOST_IPC): Remove.
4439 * config/sparc/nbsdaout.mt: Remove.
4440 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4441 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4442 (HOST_IPC): Remove.
4443 * config/sparc/nbsdelf.mt: Remove.
4444 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4445 sparc-nat.c compatiblity defines.
4446 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4447 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4448 * config/sparc/tm-nbsd64.h: New file.
4449 * config/sparc/tm-nbsdaout.h: Remove.
4450 * config/sparc/xm-nbsd.h: Remove.
4451
ef3cf062
JT
44522002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4453
4454 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4455 * sparc-tdep.c: Include osabi.h.
4456 (gdbarch_tdep): Add osabi member.
4457 (_initialize_sparc_tdep): Use gdbarch_register.
4458 (sparc_gdbarch_init): Use generic OS ABI framework.
4459 (sparc_dump_tdep): New function.
4460
ee8ff470
KB
44612002-05-30 Kevin Buettner <kevinb@redhat.com>
4462
4463 * corefile.c (do_captured_read_memory_integer): Return non-zero
4464 result.
4465 (safe_read_memory_integer): Copy result of memory read when
4466 status is non-zero. Also, add comments.
4467
7b112f9c
JT
44682002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4469
4470 * Makefile.in (ppc_tdep_h): Define.
4471 (ppc-linux-nat.o)
4472 (ppc-linux-tdep.o)
4473 (rs6000-tdep.o): Use $(ppc_tdep_h).
4474 (ppc-sysv-tdep.o)
4475 (ppcnbsd-nat.o)
4476 (ppcnbsd-tdep.o): New dependency lists.
4477 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
4478 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4479 (ppc_linux_init_abi): New functions.
7b112f9c
JT
4480 (ppc_sysv_abi_broken_use_struct_convention)
4481 (ppc_sysv_abi_use_struct_convention)
4482 (ppc_sysv_abi_push_arguments): Move to...
4483 * ppc-sysv-tdep.c: ...here.
4484 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4485 * rs6000-tdep.c (process_note_abi_tag_sections)
4486 (get_elfosabi): Remove.
4487 (rs6000_gdbarch_init): Use generic OS ABI framework.
4488 (rs6000_dump_tdep): New function.
4489 (_initialize_rs6000_tdep): Use gdbarch_register.
4490 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4491 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4492 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4493 of ppc-linux-tdep.o.
4494 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4495 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4496 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4497 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4498 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4499 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4500
480dd42a
JB
45012002-05-29 Jim Blandy <jimb@redhat.com>
4502
4503 * macroscope.c (default_macro_scope): Put `void' in empty argument
4504 list.
4505
4182591f
AC
45062002-05-29 Andrew Cagney <ac131313@redhat.com>
4507
4508 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4509 * arch-utils.c: Include "sim-regno.h".
4510 * gdbarch.sh: Don't include "sim-regno.h".
4511 * gdbarch.h, gdbarch.c: Regenerate.
4512 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4513 here.
4514 * arch-utils.h (legacy_register_sim_regno): To here.
4515 * remote-sim.c (legacy_register_sim_regno): Move function from
4516 here.
4517 * arch-utils.c (legacy_register_sim_regno): To here.
4518
8238d0bf
AC
45192002-05-28 Andrew Cagney <ac131313@redhat.com>
4520
4521 * sim-regno.h: New file.
4522 * Makefile.in (sim_regno_h): Define.
4523 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4524 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4525 (legacy_register_sim_regno): New function.
4526 (one2one_register_sim_regno): New function.
4527 (gdbsim_fetch_register): Rewrite.
4528 (gdbsim_store_register): Only store a register when
4529 REGISTER_SIM_REGNO is valid.
4530 * d10v-tdep.c: Include "sim-regno.h".
4531 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4532 (d10v_ts3_register_sim_regno): Ditto.
4533 * gdbarch.sh: Include "sim-regno.h".
4534 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4535 * gdbarch.h, gdbarch.c: Regenerate.
4536 * arch-utils.h (default_register_sim_regno): Delete declaration.
4537 * arch-utils.c (default_register_sim_regno): Delete function.
4538
485721b1
JT
45392002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4540
4541 * ppcnbsd-nat.c: Rewrite.
4542 * ppcnbsd-tdep.c: New file.
4543 * ppcnbsd-tdep.h: New file.
4544 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4545 solib.o, and solib-svr4.o.
4546 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4547 nbsd-tdep.o, and corelow.o.
4548
697f244d
AC
45492002-05-28 Andrew Cagney <ac131313@redhat.com>
4550
4551 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4552 `tr' and `sed'. Mention that `broken' targets are not expected to
4553 build.
4554
f08caad1 45552002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
4556
4557 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4558 Let PC point right after the prologue before looking up symbols.
4559
3139facc
MH
45602002-05-27 Martin M. Hunt <hunt@redhat.com>
4561
4562 * i386-tdep.c (i386_register_virtual_type): Return
4563 builtin_type_vec128i for SSE registers.
4564
4565 * gdbtypes.h (builtin_type_vec128i): Declare.
4566
4567 * gdbtypes.c (build_builtin_type_vec128i): New function.
4568 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4569 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4570 (build_gdbtypes): Initialize new builtin vector types.
4571 (_initialize_gdbtypes): Register new vector types with gdbarch.
4572
6e3ba3b8
JT
45732002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4574
4575 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4576 since it has been multi-arch'd.
4577 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4578 Move Alpha and VAX multi-arch news entries to same section
4579 as other multi-arch news.
4580
93d5585d
JT
45812002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4582
4583 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4584 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4585 static. Rename some register numbers to put them in ns32k-tdep
4586 private namespace.
4587 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4588 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4589 functions.
4590 (_initialize_ns32k_tdep): Use gdbarch_register.
4591 * ns32k-tdep.h: New file.
4592 * ns32knbsd-tdep.c: New file.
4593 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4594 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4595 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4596 REGISTER_BYTES, REGISTER_BYTE): Remove.
4597 * config/ns32k/tm-ns32k.h: New file.
4598 * config/ns32k/tm-umax.h: Remove.
4599
efb2c70e
JT
46002002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4601
4602 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4603 ns32k_store_struct_return, ns32k_extract_return_value,
4604 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4605 functions.
4606 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4607 ns32k_saved_pc_after_call.
4608 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4609 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4610 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4611 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4612 ns32k_extract_struct_value_address.
4613
7bcc927b
JT
46142002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4615
4616 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4617 ns32k_fix_call_dummy): New.
4618 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4619 ns32k_call_dummy_words.
4620 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4621 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4622 CALL_DUMMY_NARGS): Remove.
4623 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4624
78f9d765
JT
46252002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4626
4627 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4628 ns32k_frame_saved_pc, ns32k_frame_args_address,
4629 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4630 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4631 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4632 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4633 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4634 (BREAKPOINT): Remove..
4635 (FRAME_CHAIN): Define as ns32k_frame_chain.
4636 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4637 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4638 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4639 (FRAME_FIND_SAVED_REGS): Remove.
4640 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4641 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4642 (POP_FRAME): Define as ns32k_pop_frame.
4643
f2c762e0
JT
46442002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4645
4646 * ns32k-tdep.c (ns32k_register_byte_32082,
4647 ns32k_register_byte_32382, ns32k_register_raw_size,
4648 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4649 functions.
4650 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4651 ns32k_register_byte_32382.
4652 * config/ns32k/tm-umax.h: Update copyright years.
4653 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4654 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4655 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4656 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4657 (ns32k_get_enter_addr): Fix prototype.
4658
af137673
JT
46592002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4660
4661 * ns32k-tdep.c: Update copyright years.
4662 (ns32k_register_name_32082): New function.
4663 (ns32k_register_name_32382): Ditto.
4664 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4665 (REGISTER_NAME): Define as ns32k_register_name_32382.
4666 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4667 (REGISTER_NAME): Define as ns32k_register_name_32082.
4668
a8bc7b56
JB
46692002-05-24 Jim Blandy <jimb@redhat.com>
4670
4671 * dwarf2read.c (free_line_header): Use xfree, not free.
4672
83a45910
JT
46732002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4674
4675 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4676 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4677
0db71247
AC
46782002-05-23 Andrew Cagney <ac131313@redhat.com>
4679
4680 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4681
b9e5e4dd
AC
46822002-05-23 Andrew Cagney <ac131313@redhat.com>
4683
4684 From Ross Alexander at NEC Europe:
4685 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4686
de530e84
MS
46872002-05-23 Michael Snyder <msnyder@redhat.com>
4688
4689 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4690 for input, rather than parse_and_eval_address.
4691
b91b96f4
AC
46922002-05-23 Andrew Cagney <ac131313@redhat.com>
4693
4694 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4695 * Makefile.in (sim_d10v_h): Update definition.
4696
8b279e7a
AC
46972002-05-24 Andrew Cagney <cagney@redhat.com>
4698
4699 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4700 change `2002-05-22 Michael Snyder' below.
4701 (d10v_push_arguments): Ditto.
4702 (d10v_extract_return_value): Ditto.
4703
0a3d0425
JB
47042002-05-23 Jim Blandy <jimb@redhat.com>
4705
4706 * macrotab.c (check_for_redefinition): Don't complain if the new
4707 definition is the same as the previous one. Take more arguments
4708 to allow the comparison.
4709 (macro_define_object, macro_define_function): Pass more arguments
4710 to check_for_redefinition.
4711
78eac43e
MS
47122002-05-22 Michael Snyder <msnyder@redhat.com>
4713
4714 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4715 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4716 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4717 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4718 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4719 Add a temp variable to save a call (and a memory read).
4720 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4721 if possible (so that PC_IN_CALL_DUMMY will work).
4722
9bc1edb8
CV
47232002-05-22 Corinna Vinschen <vinschen@redhat.com>
4724
4725 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4726
005ef3d2
ML
47272002-05-22 Michal Ludvig <mludvig@suse.cz>
4728
4729 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4730 fde->cie_ptr.
4731 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4732 (dwarf2_build_frame_info): Add offset to fde->initial_location
4733 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
4734 (execute_stack_op): Change type of 'result' from ULONGEST to
4735 CORE_ADDR.
005ef3d2 4736
fcf4f891
JT
47372002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4738
4739 * config/alpha/tm-nbsd.h: Include solib.h.
4740
cfef91e4
JT
47412002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4742
4743 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4744 assumptions about the host's byte order.
4745
9964235a
JT
47462002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4747
4748 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4749 to dependency list.
4750 * alphanbsd-tdep.c: Include solib-svr4.h.
4751 * shnbsd-tdep.c: Ditto.
4752
9eeef8ef
JT
47532002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4754
4755 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4756 nbsd-tdep.h to dependency list.
4757 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4758 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4759 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4760 nbsdaout.mh and nbsdelf.mh consistently.
4761 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4762 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4763 nbsdaout.mt and nbsdelf.mh consistently.
4764 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4765 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4766 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4767 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4768 a.out shared library stuff from here...
4769 * config/nm-nbsdaout.h: ...to here.
4770 * config/tm-nbsd.h: Remove.
4771 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4772 * config/arm/nbsd.mh: Remove.
4773 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4774 nbsd-tdep.o.
4775 * config/arm/nbsdaout.mh: New file.
4776 * config/arm/nbsdelf.mh: New file.
4777 * config/arm/nm-nbsdaout.h: New file.
4778 * config/i386/nbsd.mh: Remove.
4779 * config/i386/nbsd.mt: Remove.
4780 * config/i386/nbsdaout.mh: New file.
4781 * config/i386/nbsdaout.mt: New file.
4782 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4783 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4784 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4785 i386_register_u_addr): Remove.
4786 * config/i386/nm-nbsdaout.h: New file.
4787 * config/i386/nm-nbsdelf.h: Remove.
4788 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4789 (USE_STRUCT_CONVENTION): Remove.
4790 * config/i386/tm-nbsdaout.h: New file.
4791 * config/i386/tm-nbsdelf.h: Remove.
4792 * config/m68k/nbsd.mh: Remove.
4793 * config/m68k/nbsd.mt: Remove.
4794 * config/m68k/nbsdaout.mh: New file.
4795 * config/m68k/nbsdaout.mt: New file.
4796 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4797 * config/m68k/nm-nbsdaout.h: New file.
4798 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4799 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4800 * config/ns32k/nbsd.mh: Remove.
4801 * config/ns32k/nbsd.mt: Remove.
4802 * config/ns32k/nbsdaout.mh: New file.
4803 * config/ns32k/nbsdaout.mt: New file.
4804 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4805 * config/ns32k/nm-nbsdaout.h: New file.
4806 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4807 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4808 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4809 (SVR4_SHARED_LIBS): Remove.
4810 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4811 * config/sparc/nbsd.mh: Remove.
4812 * config/sparc/nbsd.mt: Remove.
4813 * config/sparc/nbsdaout.mh: New file.
4814 * config/sparc/nbsdaout.mt: New file.
4815 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4816 * config/sparc/nbsdelf.mt: New file.
4817 * config/sparc/nm-nbsdaout.h: New file.
4818 * config/sparc/nm-nbsdelf.h: Remove.
4819 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4820 * config/sparc/tm-nbsdaout.h: New file.
4821
257ce470
JT
48222002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4823
4824 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4825 mipsnbsd-tdep.c
4826 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4827
76a6d5fe
JT
48282002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4829
4830 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4831 shnbsd-nat.c.
4832 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4833
45888261
JT
48342002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4835
4836 * NEWS: Note new MIPS NetBSD native configuration.
4837 * configure.host (mips*-*-netbsd*): New host.
4838 * configure.tgt (mips*-*-netbsd*): New target.
4839 * mipsnbsd-nat.c: New file.
4840 * mipsnbsd-tdep.c: New file.
4841 * mipsnbsd-tdep.h: New file.
4842 * config/mips/nbsd.mh: New file.
4843 * config/mips/nbsd.mt: New file.
4844 * config/mips/nm-nbsd.h: New file.
4845 * config/mips/tm-nbsd.h: New file.
4846
70f80edf
JT
48472002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4848
4849 * Makefile.in (SFILES): Add osabi.c.
4850 (COMMON_OBS): Add osabi.o.
4851 (osabi.o): New dependency list.
4852 * osabi.c: New file.
4853 * osabi.h: New file.
4854 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4855
4856 * Makefile.in (alpha_tdep_h): Define and use instead of
4857 alpha-tdep.h.
4858 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4859 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4860 Remove.
4861 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4862 * alpha-tdep.h: Include osabi.h.
4863 (alpha_abi): Remove.
4864 (gdbarch_tdep): Use generic OS ABI framework.
4865 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4866 gdbarch_register_osabi.
4867 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4868 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4869 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4870
4871 * Makefile.in (sh_tdep_h): Add osabi.h.
4872 * sh-tdep.h (sh_osabi): Remove.
4873 (gdbarch_tdep): Use generic OS ABI framework.
4874 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4875 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4876 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4877 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4878
4879 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4880 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4881 gdbarch_register_osabi.
4882 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4883 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4884 (get_elfosabi): Rename to...
4885 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4886 ABI framework support routines.
4887 (arm_gdbarch_init): Use generic OS ABI framework.
4888 (arm_dump_tdep): Likewise.
4889 (_initialize_arm_tdep): Likewise.
4890 * arm-tdep.h: Include osabi.h.
4891 (arm_abi): Remove.
4892 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4893 osabi member.
4894 (arm_gdbarch_register_os_abi): Remove prototype.
4895 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4896 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4897
4898 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4899 * mips-tdep.c: Include osabi.h.
4900 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4901 OS ABI framework.
4902
d194345b
KH
49032002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4904
4905 * h8300-tdep.c: Fix formatting.
4906
70c6b0d1
EZ
49072002-05-20 Elena Zannoni <ezannoni@redhat.com>
4908
4909 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4910 printing vector registers.
4911
165b8e33
AC
49122002-05-19 Andrew Cagney <ac131313@redhat.com>
4913
4914 From Fernando Nasser:
4915 * remote.c (remote_async_open_1): Re-throw the exception when the
4916 connection fails.
4917 (remote_cisco_open): Ditto.
4918 (remote_open_1): Ditto.
4919
36918e70
AC
49202002-05-19 Andrew Cagney <ac131313@redhat.com>
4921
4922 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4923 (remote_start_remote): Add uiout parameter. Pass through to
4924 remote_start_remote_dummy.
4925 (remote_open_1): Use catch_exception instead of catch_errors.
4926 (remote_async_open_1): Ditto.
4927 (remote_cisco_open): Ditto.
4928
ae44c0c4
AC
49292002-05-19 Andrew Cagney <ac131313@redhat.com>
4930
4931 * remote.c (remote_start_remote): Replace PTR with void pointer.
4932 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4933 static.
4934
8efe637d
AC
49352002-05-18 Andrew Cagney <ac131313@redhat.com>
4936
4937 * gdb_indent.sh: Allow the script to be run in the sim directory.
4938
2f1b5984
MK
49392002-05-18 Mark Kettenis <kettenis@gnu.org>
4940
f0f625e2
MK
4941 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4942 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4943
2f1b5984
MK
4944 * corelow.c (core_open): Only call set_gdbarch_from_file if
4945 exec_bfd is NULL.
4946
fc974602
AV
49472002-05-17 Andrey Volkov <avolkov@transas.com>
4948
4949 * h8300-tdep.c: Add support of EXR register
4950 * config/h8300/tm-h8300.h: Ditto.
4951
906709f4
AV
49522002-05-17 Andrey Volkov <avolkov@transas.com>
4953
4954 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4955
6e591d68
AV
49562002-05-17 Andrey Volkov <avolkov@transas.com>
4957
4958 * h8300-tdep.c: Change literal regnums to REGNO.
4959
84f0252a
JB
49602002-05-17 Jim Blandy <jimb@redhat.com>
4961
e0e9281e
JB
4962 * NEWS: Note addition of macro support.
4963
84f0252a
JB
4964 Expand preprocessor macros in C expressions.
4965 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4966 (scan_macro_expansion, scanning_macro_expansion,
4967 finished_macro_expansion): New function declarations.
4968 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4969 variable declarations.
4970 * parser-defs.h (expression_context_pc): New declaration.
4971 * parse.c (expression_context_pc): New variable.
4972 (parse_exp_1): Set expression_context_pc, as well as
4973 expression_context_block.
4974 * c-exp.y (yylex): If we're not already reading the result of a
4975 macro expansion, try to macro-expand the next token. When we're
4976 done scanning a macro expansion, switch back to the mainline text.
4977 Commas and `if's in a macro's expansion don't terminate the input.
4978 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4979 (macro_original_text, macro_expanded_text,
4980 expression_macro_lookup_func, expression_macro_lookup_baton): New
4981 variables.
4982 (scan_macro_expansion, scanning_macro_expansion,
4983 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4984 c_preprocess_and_parse): New functions.
4985 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4986 c_preprocess_and_parse, instead of c_parse.
4987 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4988 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4989
1c509ca8
JR
4990Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4991
4992 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4993 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4994 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4995
2250ee0c
CV
49962002-05-17 Corinna Vinschen <vinschen@redhat.com>
4997
4998 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4999
ab3b8126
JT
50002002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
5001
5002 * Makefile.in (sh_tdep_h): Define and use.
5003 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
5004 register enum): Move to...
5005 * * sh-tdep.h: ...here.
5006 * sh-tdep.c: Include sh-tdep.h.
5007 * sh3-rom.c: Likewise.
5008 * shnbsd-tdep.c: Likewise.
5009
ed9d4749
MS
50102002-05-16 Michael Snyder <msnyder@redhat.com>
5011
5012 * arm-tdep.c: Spelling fix in comment.
5013
2e276125
JB
50142002-05-16 Jim Blandy <jimb@redhat.com>
5015
6821892e
JB
5016 Add commands for manually expanding macros and showing their
5017 definitions.
5018 * macrocmd.c, macroscope.c, macroscope.h: New files.
5019 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
5020 (macroscope_h): New variable.
5021 (HFILES_NO_SRCDIR): Add macroscope.h.
5022 (COMMON_OBS): Add macrocmd.o, macroscope.o.
5023 (macroscope.o, macrocmd.o): New rules.
5024
2e276125
JB
5025 Teach the Dwarf 2 reader to read macro information.
5026 * dwarf2read.c: #include "macrotab.h".
5027 (dwarf_macinfo_buffer): New variable.
5028 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
5029 dwarf_macinfo_size.
5030 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
5031 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
5032 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
5033 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
5034 dwarf2_macro_spaces_in_definition): New complaints.
5035 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
5036 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
5037 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
5038 the partial symbol table.
5039 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
5040 from what's recorded in the partial symbol table.
5041 (read_file_scope): If the compilation unit has a
5042 `DW_AT_macro_info' attribute, read its macro information.
5043 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
5044
2f53fe6c
DJ
50452002-05-16 Daniel Jacobowitz <drow@mvista.com>
5046
5047 Fix PR gdb/546
5048 * ser-tcp.c: Don't include <netinet/udp.h>.
5049
2be99286
SC
50502002-05-16 Stephane Carrez <stcarrez@nerim.fr>
5051
5052 * MAINTAINERS: Update my email address.
5053
c9af212b 50542002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
5055
5056 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5057 include file of the same name.
5058
bf5f1a52
CV
50592002-05-16 Corinna Vinschen <vinschen@redhat.com>
5060
5061 * configure.tgt: Mark v850 as multi-arched.
5062 * config/v850/tm-v850.h: Remove file.
5063 * config/v850/v850.mt: Eliminate TM_FILE.
5064
435e042a
CV
50652002-05-16 Corinna Vinschen <vinschen@redhat.com>
5066
5067 * v850-tdep.c: Full multi-arch.
5068 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5069 Define GDB_MULTI_ARCH to 2.
5070
9819c6c8
PM
50712002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5072
5073 * p-exp.y (current_type): New static variable.
5074 Carries the type of the expression at the position that is parsed.
5075 (push_current_type, pop_current_type): Two new functions. Used
5076 to store/restore current_type in expression on specific tokens.
c9af212b
RE
5077 (search_field): New static variable. Set to one after parsing a point
5078 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
5079 (FIELDNAME): New token. After a point only a token belonging to
5080 current_type type definition is allowed.
5081 (all over token rules): reset and change current_type according
5082 to rules.
5083 (exp '[' rule): insert implicit array index field if
5084 exp is a pascal string type.
5085
3a06899a
CV
50862002-05-16 Corinna Vinschen <vinschen@redhat.com>
5087
5088 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5089 frame info. Use frame_info's saved_regs instead of matching member
5090 in extra_frame_info throughout.
5091 (v850_frame_init_saved_regs): New function.
5092 (v850_init_extra_frame_info): Move most functionality into
5093 v850_frame_init_saved_regs().
5094 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5095 (v850_frame_find_saved_regs): Remove declaration.
5096 (FRAME_FIND_SAVED_REGS): Remove definition.
5097 (v850_frame_init_saved_regs): Add declaration.
5098 (FRAME_INIT_SAVED_REGS): Add definition.
5099
6ed14b0e
CV
51002002-05-16 Corinna Vinschen <vinschen@redhat.com>
5101
5102 * v850-tdep.c: Begin multi-arch'ing v850.
5103 (v850_target_architecture_hook): Remove function.
5104 (v850_gdbarch_init): New function. Add code previously in
5105 v850_target_architecture_hook().
5106 (_initialize_v850_tdep): Don't set target_architecture_hook.
5107 Call register_gdbarch_init() instead.
5108
42725910
DJ
51092002-05-16 Daniel Jacobowitz <drow@mvista.com>
5110
5111 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5112 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5113 (fixup_class_method_type): Likewise.
5114
99d9066e
JB
51152002-05-15 Jim Blandy <jimb@redhat.com>
5116
5117 Add macro structures to GDB's symbol tables. Nobody puts anything
5118 in them yet.
5119 * symtab.h (struct symtab): New member: `macro_table'.
5120 * buildsym.h (pending_macros): New global variable.
5121 * buildsym.c: #include "macrotab.h".
5122 (buildsym_init): Initialize `pending_macros'.
5123 (end_symtab): If we found macro information while reading a CU's
5124 debugging info, do build a symtab structure for it. Make the
5125 symtab point to the macro information, and clear the
5126 `pending_macros' pointer which held it while we were reading the
5127 debug info.
5128 (really_free_pendings): Free any pending macro table.
5129 * objfiles.h (struct objfile): New member: `macro_cache'.
5130 * objfiles.c (allocate_objfile): Set allocate and free functions
5131 for the macro cache's objstack.
5132 (free_objfile): Empty the macro cache's obstack.
5133 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5134 set new allocate and free functions for it.
5135 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5136 free functions for the macro cache's objstack. (Why is this
5137 function building its own objfile?)
5138 * symmisc.c (print_objfile_statistics): Print statistics on the
5139 macro bcache.
5140 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5141
c899585b
RE
51422002-05-15 Richard Earnshaw <rearnsha@arm.com>
5143
5144 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5145 (REGISTER_U_ADDR): Delete definition.
5146 (arm_register_u_addr): Delete declaration.
5147
a6cdd8c5
RE
51482002-05-15 Richard Earnshaw <rearnsha@arm.com>
5149
5150 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5151 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5152
c97dcfc7
AC
51532002-05-14 Andrew Cagney <ac131313@redhat.com>
5154
5155 * regcache.c (register_valid): Revise comments refering to "Not
5156 available" and "unavailable".
5157 * frame.c (frame_register_read): Ditto.
5158 * findvar.c (value_of_register): Ditto.
5159
93021b7d
AC
51602002-05-15 Andrew Cagney <cagney@redhat.com>
5161
5162 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5163 (remote-sim.o): Update dependencies.
5164 (d10v-tdep.o): Specify dependencies.
5165 (sim_d10v_h): Define.
5166
a86bc61c
JB
51672002-05-14 Jim Blandy <jimb@redhat.com>
5168
5169 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5170 * macrotab.c (macro_lookup_inclusion, find_definition,
5171 new_macro_table): Same.
5172
5173 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5174 not `! strcmp ()'. This is a dubious improvement.
5175 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5176
5177 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5178 although it's not necessary, to avoid a warning.
5179
2fdde8f8
DJ
51802002-05-14 Daniel Jacobowitz <drow@mvista.com>
5181
5182 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5183 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5184 TYPE_INSTANCE_FLAGS.
5185 (struct main_type): New.
5186 (struct type): Move most members to struct main_type. Change
5187 cv_type and as_type to new type_chain member. Add instance_flags.
5188 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5189 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5190 (finish_cv_type): Remove prototype.
5191 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5192 Set TYPE_CHAIN.
5193 (alloc_type_instance): New function.
5194 (smash_type): New function.
5195 (make_pointer_type, make_reference_type, make_function_type)
5196 (smash_to_member_type, smash_to_method_type): Call smash_type.
5197 (make_qualified_type): New function.
5198 (make_type_with_address_space): Call make_qualified_type.
5199 (make_cv_type): Likewise.
5200 (finish_cv_type): Remove unnecessary function.
5201 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5202 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5203 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5204 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5205 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5206 * hpread.c (hpread_read_struct_type): Likewise.
5207 * stabsread.c (read_struct_type): Likewise.
5208
843fedf4
EZ
52092002-05-14 Elena Zannoni <ezannoni@redhat.com>
5210
5211 * configure.tgt: Add a catch all sh* target, for cases like
5212 sh[2,3,4]-elf and sh-hms.
5213
05a6c72c
KS
52142002-05-14 Keith Seitz <keiths@redhat.com>
5215
5216 * event-loop.c (create_file_handler): Don't do anything but
5217 update data when we are given a fd which we are already
5218 monitoring.
5219
5d085aaf
ML
52202002-05-14 Michal Ludvig <mludvig@suse.cz>
5221
5222 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5223 (update_context): Use __func__ in warnings.
5224
9db8d71f
DJ
52252002-05-14 Daniel Jacobowitz <drow@mvista.com>
5226
5227 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5228 and tcp_close to net_open and net_close.
5229 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5230 using UDP if requested. Don't try to disable Nagle on UDP
5231 sockets.
5232 * remote.c (remote_serial_open): New function. Warn about UDP.
5233 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5234
5dbc6baa
EZ
52352002-05-13 Elena Zannoni <ezannoni@redhat.com>
5236
5237 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5238
cc3023f7
EZ
52392002-05-13 Elena Zannoni <ezannoni@redhat.com>
5240
5241 * configure.tgt: Remove sh-hms target.
5242 * MAINTAINERS: Don't list sh-hms as a separate target.
5243
ec2bcbe7
JB
52442002-05-13 Jim Blandy <jimb@redhat.com>
5245
5246 Add first preprocessor macro-expansion files.
5247 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5248 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5249 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5250 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5251 (COMMON_OBS): Add macrotab.o, macroexp.o.
5252 (macroexp.o, macrotab.o): New rules.
5253
6d531722
AC
52542002-05-13 Andrew Cagney <ac131313@redhat.com>
5255
5256 * config/m88k/tm-m88k.h: Update copyright.
5257 (m88k_target_write_pc): Declare
5258 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5259 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5260 (SHIFT_INST_REGS): Update definition.
5261 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
5262 using old definition of TARGET_WRITE_PC.
5263 * regcache.c (generic_target_write_pc): Delete code handling
5264 NNPC_REGNUM.
5265 * gdbarch.sh (NNPC_REGNUM): Delete.
5266 * gdbarch.h, gdbarch.c: Regenerate.
5267
3e3f2739
RE
52682002-05-13 Richard Earnshaw <rearnsha@arm.com>
5269
5270 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5271 builtin reg number.
5272
0004e5a2
DJ
52732002-05-13 Daniel Jacobowitz <drow@mvista.com>
5274
5275 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5276 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5277 (gen_address_of, gen_struct_ref, gen_repeat): Use type
5278 access macros.
5279 * c-typeprint.c (cp_type_print_method_args): Likewise.
5280 (c_type_print_args): Likewise.
5281 * d10v-tdep.c (d10v_push_arguments): Likewise.
5282 (d10v_extract_return_value): Likewise.
5283 * expprint.c (print_subexp): Likewise.
5284 * gdbtypes.c (lookup_primitive_typename): Likewise.
5285 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5286 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5287 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5288 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5289 (TYPE_VECTOR): Likewise.
5290 * hpread.c (hpread_read_struct_type)
5291 (fix_static_member_physnames, fixup_class_method_type)
5292 (hpread_type_lookup): Likewise.
5293 * mdebugread.c (parse_symbol, parse_type): Likewise.
5294 * p-lang.c (is_pascal_string_type): Likewise.
5295 * valops.c (hand_function_call): Likewise.
5296 * x86-64-tdep.c (classify_argument): Likewise.
5297
5298 * hpread.c (hpread_read_function_type)
5299 (hpread_read_doc_function_type): Call replace_type.
5300 * dstread.c (create_new_type): Delete.
5301 (decode_dst_structure, process_dst_function): Call alloc_type.
5302 Use type access macros.
5303
dff95cc7
MK
53042002-05-12 Mark Kettenis <kettenis@gnu.org>
5305
5306 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5307 the're not supported by the current architecture.
5308 (i387_fill_fxsave): Likewise.
5309
bbcd32ad
FF
53102002-05-12 Fred Fish <fnf@redhat.com>
5311
5312 * symfile.c (default_symfile_offsets): Arrange for uninitialized
5313 sect_index_xxx members to index the first slot in section_offsets
5314 if all of the section_offsets are zero.
5315
89cf4787
MK
53162002-05-12 Mark Kettenis <kettenis@gnu.org>
5317
5318 * configure.tgt (sparc-*openbsd): Remove entry accidentially
5319 checked in with last change.
5320
1f77ffc5
MK
53212002-05-12 Mark Kettenis <kettenis@gnu.org>
5322
5323 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5324 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5325 config.sub.
5326
89b8b4a9
DJ
53272002-05-12 Daniel Jacobowitz <drow@mvista.com>
5328
5329 * Makefile.in: Update dependencies.
5330
14a5e767
AC
53312002-05-11 Andrew Cagney <ac131313@redhat.com>
5332
5333 * language.c (local_hex_string_custom): Simplify. Do not depend
5334 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5335
5336 * memattr.c (mem_info_command): Replace calls to
5337 longest_local_hex_string and longest_local_hex_string_custom.
5338 * buildsym.c (make_blockvector): Ditto.
5339 * solib.c (info_sharedlibrary_command): Ditto.
5340 * tracepoint.c (tracepoints_info): Ditto.
5341 * symtab.c (print_msymbol_info): Ditto.
5342
5343 * language.c (local_hex_string): Delete.
5344 (local_hex_string_custom): Delete.
5345 (longest_local_hex_string): Rename to local_hex_string.
5346 (longest_local_hex_string_custom): Rename to
5347 local_hex_string_custom.
5348 * language.h (local_hex_string): Change parameter type to LONGEST.
5349 (local_hex_string_custom): Ditto.
5350 (longest_local_hex_string): Delete declaration.
5351 (longest_local_hex_string_custom): Ditto.
5352
5353 * solib.c: Update copyright.
5354 * memattr.c: Update copyright.
5355
13d01224
AC
53562002-05-11 Andrew Cagney <ac131313@redhat.com>
5357
5358 * arch-utils.h (legacy_register_to_value): Declare.
5359 (legacy_value_to_register): Declare.
5360 (legacy_convert_register_p): Declare.
5361 * arch-utils.c (legacy_register_to_value): New function.
5362 (legacy_value_to_register): New function.
5363 (legacy_convert_register_p): New function.
5364
5365 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5366 (VALUE_TO_REGISTER): Define.
5367 (CONVERT_REGISTER_P): Define.
5368 * gdbarch.h, gdbarch.c: Regenerate.
5369
5370 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5371 VALUE_TO_REGISTER.
5372 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5373 CONVERT_REGISTER_P.
5374
4a1970e4
DJ
53752005-05-11 Daniel Jacobowitz <drow@mvista.com>
5376 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5377
5378 * Makefile.in: Update dependencies for valops.c.
5379 * valops.c: Include "gdb_assert.h".
5380 (typecmp): Skip THIS parameter to methods.
5381 (find_method_list): Remove static_memfuncp argument,
5382 update callers. Check for stub methods.
5383 (find_value_oload_method_list): Don't set *static_memfuncp.
5384 (find_overload_match): Don't check for stub methods. Assert
5385 that methods are not stubbed. Handle static methods.
5386 (value_find_oload_method_list): Remove static_memfuncp argument.
5387 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5388 to the argument list for static stub methods.
5389 * value.h (value_find_oload_method_list): Update prototype.
5390
b2e75d78
AC
53912002-05-11 Andrew Cagney <ac131313@redhat.com>
5392
5393 * arch-utils.h (generic_register_size): Declare.
5394 (generic_register_raw_size, generic_register_virtual_size): Delete
5395 declarations.
5396 * arch-utils.c (generic_register_raw_size): Delete.
5397 (generic_register_size): New function.
5398 (generic_register_virtual_size): Delete.
5399
5400 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5401 default generic_register_size.
5402 * gdbarch.h, gdbarch.c: Re-generate.
5403
5404 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5405 register_virtual_size.
5406 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5407 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5408
451fbdda
AC
54092002-05-11 Andrew Cagney <ac131313@redhat.com>
5410
5411 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5412 * gdbarch.h, gdbarch.c: Regenerate.
5413 * gnu-v3-abi.c: Update copyright.
5414 (vtable_address_point_offset): Update.
5415 (gnuv3_rtti_type): Update.
5416 (gnuv3_baseclass_offset): Update.
5417 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5418 (init_fetch_link_map_offsets): Update.
5419 * remote.c (get_remote_state): Update.
5420
6d2f5cea
DJ
54212002-05-11 Daniel Jacobowitz <drow@mvista.com>
5422
5423 * TODO: Remove value_headof/value_from_vtable_info comment.
5424 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5425 * values.c (value_headof, value_from_vtable_info): Delete.
5426 * value.h (value_from_vtable_info): Delete prototype.
5427
d2324da4
AC
54282002-05-11 Andrew Cagney <ac131313@redhat.com>
5429
5430 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5431 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5432 $(gdb_regex_h).
5433 (gdb_assert_h): Define.
5434 (gdb_wait_h): Define.
5435 (gdb_regex_h): Define.
5436
5c717440
DJ
54372002-05-11 Daniel Jacobowitz <drow@mvista.com>
5438
5439 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5440 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5441
6c7861b3
JT
54422002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5443
5444 * nbsd-tdep.c: Fix comment.
5445
ea5bc2a6
JT
54462002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5447
5448 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5449 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5450 (nbsd-tdep.o): New dependency list.
5451 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5452 nbsd-tdep.h.
5453 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5454 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5455 * nbsd-tdep.c: New file.
5456 * nbsd-tdep.h: New file.
5457 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5458 nbsd-tdep.h.
5459 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5460 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5461 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5462 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5463
b28da865
JT
54642002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5465
5466 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5467 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5468 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5469 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5470 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5471 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5472
4b8ff1fa
JT
54732002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5474
5475 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5476 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5477 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5478 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5479 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5480 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5481 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5482
dfe6eb1f
JT
54832002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5484
5485 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5486 fetch_elfcore_registers to...
5487 * i386nbsd-tdep.c: ...here.
5488 (i386nbsd_use_struct_convention): Rename to...
5489 (i386nbsd_aout_use_struct_convention): ...this.
5490 (i386nbsd_supply_reg): New function.
5491 (i386nbsd_fill_reg): New function.
5492 (fetch_core_registers): Use i386nbsd_supply_reg.
5493 (fetch_elfcore_registers): Likewise.
5494 (_initialize_i386nbsd_tdep): New function.
5495 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5496 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5497 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5498 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5499 (i386nbsd_aout_use_struct_convention): ...this.
5500
20cb8cda
JT
55012002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5502
5503 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5504 (store_inferior_registers): Use shnbsd_fill_reg.
5505 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5506 sh_nbsd_supply_register): Collapse into...
5507 (shnbsd_supply_reg): ...this.
5508 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5509 (shnbsd_fill_reg): ...this.
5510 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5511 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5512 (fetch_core_registers): Use shnbsd_supply_reg.
5513 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5514 (sh_nbsd_core_fns): Rename to...
5515 (shnbsd_core_fns): ...this.
5516 (sh_nbsd_elfcore_fns): Rename to...
5517 (shnbsd_elfcore_fns): ...this.
5518 (sh_nbsd_init_abi): Rename to...
5519 (shnbsd_init_abi): ...this.
5520 (_initialize_sh_nbsd_tdep): Rename to...
5521 (_initialize_shnbsd_tdep): ...this.
5522 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5523 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5524 sh_nbsd_fill_register): Remove prototypes.
5525 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5526
e750d25e
JT
55272002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5528
5529 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5530 (i387-nat.o): Delete dependency list.
5531 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5532 (x86-64-linux-nat.o): Likewise.
5533 * i387-nat.c: Delete file, moving contents to...
5534 * i387-tdep.c: ...here.
5535 * i387-nat.h: Rename...
5536 * i387-tdep.h: ...to this.
5537 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5538 * i386-linux-nat.c: Likewise.
5539 * i386bsd-nat.c: Likewise.
5540 * i386gnu-nat.c: Likewise.
5541 * i386nbsd-nat.c: Likewise.
5542 * i386v4-nat.c: Likewise.
5543 * x86-64-linux-nat.c: Likewise.
5544 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5545 * config/i386/go32.mh (NATDEPFILES): Likewise.
5546 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5547 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5548 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5549 * config/i386/linux.mh (NATDEPFILES): Likewise.
5550 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5551 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5552 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5553 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5554
1aee598a
JT
55552002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5556
5557 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5558 (alphanbsd-nat.o): Remove dependency list.
5559 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5560 * alphanbsd-nat.c: Delete. Contents moved to...
5561 * alphanbsd-tdep.c: ...here.
5562 (_initialize_alphanbsd_tdep): Register core functions.
5563 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5564
12bcb0fe
JT
55652002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5566
5567 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5568 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5569 (alphanbsd-nat.o): Likewise.
5570 (alphabsd-tdep.o): New dependency list.
5571 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5572 (fill_gregset): Use alphabsd_fill_reg.
5573 (supply_fpregset): Use alphabsd_supply_fpreg.
5574 (fill_fpregset): Use alphabsd_fill_fpreg.
5575 (fetch_inferior_registers): Use struct reg and struct fpreg
5576 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5577 and alphabsd_supply_fpreg.
5578 (store_inferior_registers): Use struct reg and struct fpreg
5579 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5580 and alphabsd_fill_fpreg.
5581 * alphabsd-tdep.c: New file.
5582 * alphabsd-tdep.h: New file.
5583 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5584 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5585 alphabsd_supply_fpreg.
5586 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5587 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5588
361d1df0
EC
55892002-05-11 Eric Christopher <echristo@redhat.com>
5590
5591 * mips-tdep.c (mips_double_register_type): Fix thinko.
5592 (mips_single_register_type): Ditto.
5593 * MAINTAINERS: Add self.
5594
92dd7cee
MK
55952002-05-11 Mark Kettenis <kettenis@gnu.org>
5596
5597 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5598 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5599 right thing on architectures with different endianness and/or
5600 integer sizes.
5601
e27da16d
JT
56022002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5603
5604 From Christian Limpach <chris@Pin.LU>
5605 * configure.in: Change sed expression which comments out
5606 NATDEPFILES to also comment out continuation lines.
5607 * configure: Regenerate.
5608
ddde02bd
EZ
56092002-05-10 Elena Zannoni <ezannoni@redhat.com>
5610
5611 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5612 big patch.
5613
1c922164
EZ
56142002-05-10 Elena Zannoni <ezannoni@redhat.com>
5615
5616 * sh-tdep.c: Include correct file.
5617
283150cd
EZ
56182002-05-10 Elena Zannoni <ezannoni@redhat.com>
5619
5620 New support for sh64-elf (sh5) target.
5621
5622 * configure.tgt: For sh64-elf target, default to sh-elf.
5623
5624 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5625 (struct gdbarch_tdep): Add new fields for new registers and ABI
5626 info.
361d1df0 5627
283150cd
EZ
5628 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5629 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5630 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5631 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5632 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5633 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5634 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5635 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5636 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5637 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5638 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5639 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5640 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5641 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5642 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5643 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5644 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5645 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5646 sign_extend, sh64_nofp_frame_init_saved_regs,
5647 sh64_init_extra_frame_info, sh64_get_saved_register,
5648 sh64_extract_struct_value_address, sh64_pop_frame,
5649 sh64_push_arguments, sh64_extract_return_value,
5650 sh64_store_return_value, sh64_show_media_regs,
5651 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5652 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5653 sh_sh64_register_virtual_type,
5654 sh_sh64_register_convert_to_virtual,
5655 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5656 sh64_register_read, sh64_pseudo_register_write,
5657 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5658 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5659 sh64_do_pseudo_register, sh_compact_do_registers_info,
5660 sh64_do_registers_info, sh_gdbarch_init): New functions.
5661
3117ed25
EZ
56622002-05-10 Elena Zannoni <ezannoni@redhat.com>
5663
5664 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5665
2654e6d4
DJ
56662002-05-10 Daniel Jacobowitz <drow@mvista.com>
5667
5668 * linespec.c (decode_line_1): Check for a double quote after
5669 a filename correctly.
5670
9ab3e532
JB
56712002-05-10 Jim Blandy <jimb@redhat.com>
5672
5673 Properly track the size of the current objfile's .debug_line section.
5674 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5675 (DWARF_LINE_SIZE): New macro.
5676 (dwarf2_build_psymtabs_hard): Record the line section's size in
5677 the partial symbol table.
5678 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5679 symbol table.
5680
126fa72d
PS
56812002-05-10 Petr Sorfa <petrs@caldera.com>
5682
5683 * ia64-tdep.c: Handle breakpoints on L instruction type
5684 in MLX instruction bundle by moving the breakpoint to
5685 the third slot (X instruction type) as L holds only data.
5686
1f077a3e
KB
56872002-05-10 Kevin Buettner <kevinb@redhat.com>
5688
5689 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5690 (process_one_symbol): Complain about discarding local symbols
5691 due to a misplaced N_LBRAC entry.
5692
8120c9d5 56932002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
5694
5695 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
5696 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5697 decrease the depth we are at, in the case of templates.
361d1df0 5698
67b2c998
DJ
56992002-05-09 Daniel Jacobowitz <drow@mvista.com>
5700
5701 * mips-tdep.c (mips_float_register_type): New function.
5702 (mips_double_register_type): New function.
5703 (mips_print_register): Use them.
5704 (do_fp_register_row): Likewise.
5705
fd326606
DJ
57062002-05-09 Daniel Jacobowitz <drow@mvista.com>
5707
6609d9af 5708 * signals/signals.c (signals): Remove conditional compilation around
fd326606 5709 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 5710 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 5711
bef35864
MS
57122002-05-09 Michael Snyder <msnyder@redhat.com>
5713
5714 * remote-rdp.c (remote_rdp_can_run): Remove.
5715
c55a3f73
TT
57162002-05-09 Tom Tromey <tromey@redhat.com>
5717
5718 * jv-valprint.c (java_val_print): Handle `char' as a special case
5719 of TYPE_CODE_INT.
5720
b8d5e71d
MS
57212002-05-09 Michael Snyder <msnyder@redhat.com>
5722
5723 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5724 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 5725 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 5726 str r(0123),[sp,#nn].
361d1df0 5727 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
5728 order-independent by placing it in a loop.
5729
e2cd42dd
MS
57302002-05-06 Michael Snyder <msnyder@redhat.com>
5731
5732 * stabsread.c (read_type): Add recognition for new attribute:
5733 "@V;" means that an array type is actually a vector.
5734 This is analogous to the vector flag that's been added to dwarf2.
5735
3ce1502b
MK
57362002-05-09 Mark Kettenis <kettenis@gnu.org>
5737
5738 * i386-tdep.h (i386_abi): New enum.
5739 (struct gdbarch_tdep): Replace os_ident member with abi.
5740 (i386_gdbarch_register_os_abi): New prototype.
5741 * i386-tdep.c (i386_abi_names): New array.
5742 (process_note_abi_tag_sections): Removed.
5743 (process_note_sections): New function.
5744 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5745 (struct i386_abi_handler): New struct.
5746 (i386_abi_handler_list): New variable.
5747 (i386_gdbarch_register_os_abi): New function.
5748 (i386_gdbarch_init): Adapt for the changes given above.
5749
084c156a
DJ
57502002-05-08 Daniel Jacobowitz <drow@mvista.com>
5751
5752 * gregset.h: Say "GNU/Linux".
5753
6599f021
EZ
57542002-05-08 Elena Zannoni <ezannoni@redhat.com>
5755
5756 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5757 (build_gdbtypes): Build builtin_type_v2_float.
5758 (_initialize_gdbtypes): Register new builtin type.
5759
40af4b0c
AC
57602002-05-08 Andrew Cagney <ac131313@redhat.com>
5761
5762 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5763 (clear_gdbarch_swap): New function.
5764 (initialize_non_multiarch): Call.
5765 (gdbarch_update_p): Before calling init(), swap out and clear the
5766 existing architecture.
5767 * gdbarch.c: Regenerate.
5768
4fe84f46
JT
57692002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5770
5771 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5772 alphanbsd-tdep.c.
5773
4015edd1
JT
57742002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5775
5776 * sh-nbsd-nat.c: Rename to...
5777 * shnbsd-nat.c: ...this.
5778 * sh-nbsd-tdep.c: Rename to...
5779 * shnbsd-tdep.c: ...this.
5780 * sh-nbsd-tdep.h: Rename to...
5781 * shnbsd-tdep.h: ...this.
5782 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5783 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5784
0e2bd219
RE
57852002-05-08 Richard Earnshaw <rearnsha@arm.com>
5786
5787 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5788 concatenation for command help messages.
5789
13a38d45
JT
57902002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5791
5792 * NEWS: Note new sh*-*-netbsdelf* configuration.
5793 * configure.host: Set gdb_host_cpu to sh for all sh*.
5794 (sh*-*-netbsdelf*): New host.
5795 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5796 (sh*-*-netbsdelf*): New target.
5797 * sh-nbsd-nat.c: New file.
5798 * sh-nbsd-tdep.c: New file.
5799 * sh-nbsd-tdep.h: New file.
5800 * config/sh/nbsd.mh: New file.
5801 * config/sh/nbsd.mt: New file.
5802 * config/sh/nm-nbsd.h: New file.
5803 * config/sh/tm-nbsd.h: New file.
5804
d658f924
JT
58052002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5806
5807 * sh-tdep.c (sh_osabi_names): Declare.
5808 (process_note_abi_tag_sections): New function.
5809 (get_elfosabi): Ditto.
5810 (sh_gdbarch_register_os_abi): Ditto.
5811 (sh_dump_tdep): Ditto.
5812 _initialize_sh_tdep): Use gdbarch_register to register
5813 sh_gdbarch_init and sh_dump_tdep.
5814 * config/sh/tm-sh.h (sh_osabi): Declare.
5815 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5816
848cfffb
AC
58172002-05-07 Andrew Cagney <ac131313@redhat.com>
5818
5819 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5820 (thumb_scan_prologue): Ditto.
5821 (arm_find_callers_reg): Ditto.
5822 (arm_frame_chain): Ditto.
5823 (arm_init_extra_frame_info): Ditto.
5824 (arm_frame_saved_pc): Ditto.
5825 (arm_pop_frame): Ditto.
5826 (arm_push_return_address): New function.
5827 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5828 call_dummy_location, call_dummy_breakpoint_offset_p,
5829 call_dummy_breakpoint_offset, call_dummy_p,
5830 call_dummy_stack_adjust_p, call_dummy_words,
5831 sizeof_call_dummy_words, call_dummy_start_offset,
5832 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5833 call_dummy_address, push_return_address and push_dummy_frame for
5834 generic dummy frames.
5835
e7d717c0
JT
58362002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5837
5838 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5839 size computation for alloca.
5840 (sh_fp_frame_init_saved_regs): Likewise.
5841
7bbcf283
RE
58422002-05-07 Richard Earnshaw <rearnsha@arm.com>
5843
5844 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5845 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 5846 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
5847 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5848 * remote-rdp.c (remote_rdp_fetch_register): Use
5849 ARM_MAX_REGISTER_RAW_SIZE.
5850 (remote_rdp_store_register): Likewise.
5851
4657573b
ML
58522002-05-07 Michal Ludvig <mludvig@suse.cz>
5853
361d1df0 5854 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
5855 added default labels to switch {} statements.
5856 * x86-64-tdep.c: Ditto.
5857 * x86-64-linux-nat.c: Ditto.
5858
010f3b2f
JT
58592002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5860
5861 * solib.h: Protect against multiple inclusion.
5862
debd256d
JB
58632002-05-06 Jim Blandy <jimb@redhat.com>
5864
9ab3e532
JB
5865 Add first preprocessor macro-expansion files.
5866 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5867 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5868 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5869 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5870 (COMMON_OBS): Add macrotab.o, macroexp.o.
5871 (macroexp.o, macrotab.o): New rules.
5872
debd256d
JB
5873 Separate the job of reading the line number info statement program
5874 header (...expialidocious) out into its own function.
5875 * dwarf2read.c (struct line_head, struct filenames, struct
5876 directories): Replace with...
5877 (struct line_header): New structure, containing the full
5878 contents of the statement program header, including the
5879 include directory and file name tables.
5880 (read_file_scope): If we have line number info, instead of just
5881 calling dwarf_decode_lines to do all the work, call
5882 dwarf_decode_line_header first to get a `struct line_header'
5883 containing the data in the statement program header, and then
5884 pass that to dwarf_decode_lines, which will pick up where that
5885 left off. Be sure to clean up the `struct line_header' object.
5886 (dwarf_decode_line_header, free_line_header, add_include_dir,
5887 add_file_name): New functions.
5888 (dwarf_decode_lines): Move all the code to read the statement
5889 program header into dwarf_decode_line_header. Take the line
5890 header it built as the first argument, instead of the offset to
5891 the compilation unit's line number info. Use the new `struct
5892 line_header' type instead of the old structures. No need to do
5893 cleanups here now, since we don't allocate anything.
5894 (dwarf2_statement_list_fits_in_line_number_section,
5895 dwarf2_line_header_too_long): New complaints.
5896
ac3aafc7
EZ
58972002-05-06 Elena Zannoni <ezannoni@redhat.com>
5898
5899 * gdbtypes.c (init_vector_type): New function.
5900 (build_builtin_type_vec128): Simplify the representation of SIMD
5901 registers.
5902 (build_gdbtypes): Initialize new builtin vector types.
5903 (_initialize_gdbtypes): Register new vector types with gdbarch.
5904 (builtin_type_v4_float, builtin_type_v4_int32,
5905 builtin_type_v8_int16, builtin_type_v16_int8,
5906 builtin_type_v2_int32, builtin_type_v4_int16,
5907 builtin_type_v8_int8): New (renamed) SIMD types.
5908
13e49980
MK
59092002-05-06 Mark Kettenis <kettenis@gnu.org>
5910
5911 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5912 (i387_fill_fxsave): Likewise.
5913
997b20b8
AO
59142002-05-05 Alexandre Oliva <aoliva@redhat.com>
5915
5916 * alpha-tdep.c (alpha_extract_return_value): Don't use
5917 non-constant array size in prototype.
5918
535c96ce
AC
59192002-05-04 Andrew Cagney <ac131313@redhat.com>
5920
5921 From Brian Taylor <briant at model dot com>:
5922 * ui-out.c (ui_out_field_core_addr): Use the function
5923 longest_local_hex_string_custom'to format addresses > 32 bits
5924 wide.
5925
5926 * ui-out.c (ui_out_field_core_addr): Update comment.
5927
bedfa57b
AC
59282002-05-04 Andrew Cagney <ac131313@redhat.com>
5929
5930 * stack.c (select_and_print_frame): Make static. Delete the
5931 parameter `level'.
5932 (func_command): Update call.
5933 (select_frame_command): Delete code computing the frame level.
5934 * frame.h (select_and_print_frame): Delete declaration.
5935
f621c63e
AC
59362002-05-04 Andrew Cagney <ac131313@redhat.com>
5937
5938 * sparc-tdep.c (sparc_get_saved_register): Comment why
5939 get_prev_frame call is safe.
5940
0f7d239c
AC
59412002-05-04 Andrew Cagney <ac131313@redhat.com>
5942
5943 * frame.h (select_frame): Delete level parameter.
5944 * stack.c (select_frame): Update. Use frame_relative_level to
5945 obtain the frame's level.
5946 (select_and_print_frame): Update call.
5947 (select_frame_command): Ditto.
5948 (up_silently_base): Ditto.
5949 (down_silently_base): Ditto.
5950 * ocd.c (ocd_start_remote): Ditto.
5951 * remote-rdp.c (remote_rdp_open): Ditto.
5952 * remote-mips.c (mips_initialize): Ditto.
5953 (common_open): Ditto.
5954 * remote-e7000.c (e7000_start_remote): Ditto.
5955 * m3-nat.c (select_thread): Ditto.
5956 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5957 (child_get_current_exception_event): Ditto.
5958 * varobj.c (varobj_create): Ditto.
5959 (varobj_update): Ditto.
5960 (c_value_of_root): Ditto.
5961 * tracepoint.c (finish_tfind_command): Ditto.
5962 * corelow.c (core_open): Ditto.
5963 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5964 * thread.c (info_threads_command): Ditto.
5965 (switch_to_thread): Ditto.
5966 * infrun.c (normal_stop): Ditto.
5967 (restore_selected_frame): Ditto.
5968 (restore_inferior_status): Ditto.
5969 * breakpoint.c (insert_breakpoints): Ditto.
5970 (watchpoint_check): Ditto.
5971 (bpstat_stop_status): Ditto.
5972 (do_enable_breakpoint): Ditto.
5973 * blockframe.c (flush_cached_frames): Ditto.
5974 (reinit_frame_cache): Ditto.
5975
71d6c7b1
AC
59762002-05-04 Andrew Cagney <ac131313@redhat.com>
5977
5978 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5979 maintainer.
5980
cda6c68a
JB
59812002-05-04 Jim Blandy <jimb@redhat.com>
5982
5983 * gdbtypes.c (replace_type): Doc fix.
5984
5c1c87f0
AC
59852002-05-04 Andrew Cagney <ac131313@redhat.com>
5986
5987 * valprint.c (strcat_longest): Delete commented out function.
5988 Update copyright.
5989
cd9bfe15
AC
59902002-05-04 Andrew Cagney <ac131313@redhat.com>
5991
5992 * MAINTAINERS: Mark a29k as deleted.
5993 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5994 Move new configurations to the top.
5995 * configure.tgt: Remove a29k.
5996 * config/a29k/tm-vx29k.h: Delete.
5997 * config/a29k/vx29k.mt: Delete.
5998 * config/a29k/tm-a29k.h: Delete.
5999 * config/a29k/a29k-udi.mt: Delete.
6000 * config/a29k/a29k.mt: Delete.
6001 * a29k-tdep.c: Delete.
6002 * remote-udi.c: Delete.
6003 * remote-mm.c: Delete.
6004 * remote-eb.c: Delete.
6005 * remote-adapt.c: Delete.
6006 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
6007 * config/s390/s390x.mt: Ditto.
6008 * config/s390/s390.mt: Ditto.
6009 * config/sparc/sparclynx.mh: Ditto.
6010 * config/sparc/linux.mh: Ditto.
6011 * config/pa/hppaosf.mh: Ditto.
6012 * config/pa/hppabsd.mh: Ditto.
6013 * config/ns32k/nbsd.mt: Ditto.
6014 * config/mips/vr5000.mt: Ditto.
6015 * config/m68k/sun3os4.mh: Ditto.
6016 * config/m68k/nbsd.mt: Ditto.
6017 * config/m68k/m68klynx.mh: Ditto.
6018 * config/m32r/m32r.mt: Ditto.
6019 * config/i386/x86-64linux.mt: Ditto.
6020 * config/i386/nbsdelf.mt: Ditto.
6021 * config/i386/nbsd.mt: Ditto.
6022 * config/i386/i386lynx.mh: Ditto.
6023
bf0c5130
AC
60242002-05-04 Andrew Cagney <ac131313@redhat.com>
6025
6026 * target.c (debug_print_register): New function. Handle oversize
6027 registers.
6028 (debug_to_fetch_registers): Call.
6029 (debug_to_store_registers): Call.
6030
2ae1c2d2
JB
60312002-05-03 Jim Blandy <jimb@redhat.com>
6032
13a393b0
JB
6033 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
6034 (read_type): Doc fix.
6035 * gdbtypes.c (replace_type): Doc fix.
6036
2ae1c2d2
JB
6037 * stabsread.c (multiply_defined_struct): New complaint.
6038 (read_struct_type): If the type we were passed isn't empty, or
6039 incomplete, don't read the new struct type into it; complain,
6040 and return the original type unchanged. Take a new `type_code'
6041 argument, which is the type code for the new type.
6042 (read_type): Rather than storing the type's type code here, pass
6043 it as an argument to read_struct_type, and let that take care of
6044 storing it. That way, we don't overwrite the original type code,
6045 so read_struct_type can use it to decide whether we're overwriting
6046 something we shouldn't.
6047 (complain_about_struct_wipeout): New function.
6048
8de9bdc4
AC
60492002-05-03 Andrew Cagney <ac131313@redhat.com>
6050
6051 * gdbarch.sh: Assert that gdbarch is non-NULL.
6052 * gdbarch.c: Regenerate.
6053
f773fdbb
JM
60542002-05-03 Jason Merrill <jason@redhat.com>
6055
6056 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6057 and return NULL.
6058
0e04a514
ML
60592002-05-03 Michal Ludvig <mludvig@suse.cz>
6060
6061 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6062 (x86_64_dwarf2gdb_regno_map_length),
6063 (x86_64_dwarf2_reg_to_regnum): Added.
6064 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6065 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6066 (_initialize_x86_64_tdep): Synced with the change above.
6067 (x86_64_skip_prologue): Reformulated message.
6068
065432a8
PM
60692002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6070
6071 * f-exp.y: Also use new prev_lexptr variable
6072 to improve error reporting. Based on Michael Snyder
6073 2002-04-24 dated patch to c-exp.y.
6074 * jv-exp.y: Likewise.
6075 * m2-exp.y: Likewise.
6076
a3162708
EZ
60772002-05-02 Elena Zannoni <ezannoni@redhat.com>
6078
6079 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6080 we are dealing with vectors.
6081
03620c38
PM
60822002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6083
6084 * config/m68k/tm-nbsd.h: Obvious fix,
6085 correct machine name.
6086
6604db2e
PM
60872002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6088
6089 * p-typeprint.c (pascal_type_print_base): Add support
6090 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6091
0906b739
PM
60922002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6093
6094 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6095 for fondamental pascal 'char' type.
6096
e2625b33
PM
60972002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6098
6099 * p-lang.h (is_pascal_string_type): Declaration changed,
6100 new sixth argument of type char ** added.
361d1df0 6101 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
6102 changed. Args length_pos, length_size, string_pos, char_size
6103 can now be NULL. New argument arrayname set to the field
6104 name of the char array. Return value set to char array
6105 field index plus one.
361d1df0 6106 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
6107 is_pascal_string_type function.
6108
cf17c188
AC
61092002-05-02 Andrew Cagney <cagney@redhat.com>
6110
6111 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6112 <cagney@redhat.com> change.
6113 * gdbarch.c: Regenerate.
6114
52bca491
AC
61152002-05-02 Andrew Cagney <cagney@redhat.com>
6116
6117 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6118 before probing for a new one. Detect errorenous gdbarch_init
6119 functions.
6120 * gdbarch.c: Regenerate.
6121
d5e72505
AC
61222002-05-01 Andrew Cagney <cagney@redhat.com>
6123
6124 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6125 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6126 * config/v850/tm-v850.h: Ditto. Update copyright.
6127
af566d9f
AC
61282002-04-30 Andrew Cagney <ac131313@redhat.com>
6129
6130 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6131 current_gdbarch.
6132
880d85fa
MS
61332002-04-30 Michael Snyder <msnyder@redhat.com>
6134
94c30b78
MS
6135 * arm-tdep.c: Whitespace clean-ups.
6136 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
6137 should have been removed as part of 4/24 change.
6138
6f5987a6
KB
61392002-04-30 Kevin Buettner <kevinb@redhat.com>
6140
6141 * rs6000-tdep.c: Added comment describing how fpscr register
6142 numbers were chosen.
6143
1a113c93
MS
61442002-04-30 Michael Snyder <msnyder@redhat.com>
6145
6146 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6147
9a6f53fe
EZ
61482002-04-29 Elena Zannoni <ezannoni@redhat.com>
6149
6150 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6151 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6152 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6153
11ed25ac
KB
61542002-04-29 Kevin Buettner <kevinb@redhat.com>
6155
6156 From Louis Hamilton <hamilton@redhat.com>:
6157 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6158 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6159 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6160 not bfd-private xcoff data, to determine wordsize.
6161 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6162
ae232405
AC
61632002-04-29 Andrew Cagney <ac131313@redhat.com>
6164
6165 GDB 5.2 released from 5.2 branch.
6166
91fd20f7
ML
61672002-04-29 Michal Ludvig <mludvig@suse.cz>
6168
6169 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6170 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6171 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 6172
2dc5091b
EZ
61732002-04-29 Elena Zannoni <ezannoni@redhat.com>
6174
6175 * rs6000-tdep.c (rs6000_extract_return_value,
6176 rs6000_store_return_value): Handle returning vectors.
6177 (rs6000_gdbarch_init): Use
6178 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6179 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6180 New function.
6181 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6182 vectors.
6183 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6184 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 6185
2b9848d8
PM
61862002-04-24 Pierre Muller <ics.u-strasbg.fr>
6187
6188 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 6189 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
6190 with fprintf_unfiltered (gdb_stderr,...).
6191
f8d17dc5
PM
61922002-04-24 Pierre Muller <ics.u-strasbg.fr>
6193
6194 * remote-array.c (printf_monitor, write_monitor,
361d1df0 6195 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
6196 Replace fprintf (stderr,...
6197 with fprintf_unfiltered (gdb_stderr,....
6198 * remote-es.c: Likewise.
6199 * remote-os9k.c: Likewise.
6200 * remote-st.c: Likewise.
6201
2f2f1ad1
AS
62022002-04-28 Andreas Schwab <schwab@suse.de>
6203
6204 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6205 linux-proc.o and gcore.o.
6206
b6779aa2
AC
62072002-04-26 Michal Ludvig <mludvig@suse.cz>
6208
6209 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6210 code without frame pointers.
6211
7e57f5f4
AC
62122002-04-26 Andrew Cagney <ac131313@redhat.com>
6213
6214 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6215 ON_STACK is needed.
6216
2ceb85d0
BE
62172002-04-26 Ben Elliston <bje@redhat.com>
6218
6219 * target.c (do_xfer_memory): Correct reference to the new option
6220 "trust-readonly-sections".
6221
f5f8a009
EZ
62222002-04-26 Elena Zannoni <ezannoni@redhat.com>
6223
6224 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6225 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6226 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6227 vectors.
6228 (read_array_type): Record the fact that this array type is really a
6229 vector (i.e. are passed in by value).
6230
5868c862
JT
62312002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6232
6233 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6234 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6235 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6236 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6237 * alpha-linux-tdep.c: Include frame.h.
6238 (alpha_linux_sigcontext_addr): New function.
6239 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6240 alpha_linux_sigcontext_addr.
6241 * alpha-osf1-tdep.c: Include gdbcore.h.
6242 (alpha_osf1_sigcontext_addr): New function.
6243 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6244 alpha_osf1_sigcontext_addr.
6245 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6246 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6247
bfb01f37
AC
62482002-04-26 Andrew Cagney <ac131313@redhat.com>
6249
361d1df0 6250 * stack.c (selected_frame_level):
bfb01f37
AC
6251 (select_frame): Do not set selected_frame_level.
6252 * frame.h (selected_frame_level): Delete declaration.
6253
15813d3f
AC
62542002-04-26 Andrew Cagney <ac131313@redhat.com>
6255
6256 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6257 convert_from_func_ptr-addr when AIX / PowerOpen.
6258
6096c27a
AC
62592002-04-25 Andrew Cagney <ac131313@redhat.com>
6260
6261 * valops.c (hand_function_call): Call
6262 generic_save_call_dummy_addr.
6263 * frame.h (generic_save_call_dummy_addr): Declare.
6264 * blockframe.c (struct dummy_frame): Add fields call_lo and
6265 call_hi.
6266 (generic_find_dummy_frame): Check for PC in range call_lo to
6267 call_hi instead of entry_point_address.
6268 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6269 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
6270 (generic_save_call_dummy_addr): New function.
6271
f510d44e
DM
62722002-04-24 David S. Miller <davem@redhat.com>
6273
6274 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6275 sparc_skip_prologue.
6276 (sparc_skip_prologue): Kill frameless_p arg, and use line number
6277 information to find prologue when possible.
6278 (sparc_prologue_frameless_p): Call examine_prologue directly.
6279 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6280 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6281 second argument.
6282 (SKIP_PROLOGUE): Likewise.
6283
15d72a92
JT
62842002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6285
6286 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6287 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6288 indicate that the condition it was testing is always true.
6289 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6290 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6291 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6292
accc6d1f
JT
62932002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6294
6295 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6296 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6297 tdep->jb_pc and tdep->jb_elt_size.
6298 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6299 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6300 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6301 * alpha-nat.c (get_longjmp_target): Remove.
6302 (JB_ELEMENT_SIZE): Ditto.
6303 (JB_PC): Ditto.
6304 * alpha-tdep.c (alpha_get_longjmp_target): New function.
6305 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
6306 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6307 to alpha_get_longjmp_target.
6308 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6309 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6310 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6311
1bfdc549
AC
63122002-04-25 Andrew Cagney <ac131313@redhat.com>
6313
6314 * README: Update to GDB 5.2.
6315
1bd316f0
AC
63162002-04-25 Andrew Cagney <ac131313@redhat.com>
6317
6318 * gdbarch.sh (LC_ALL): Set to `c'.
6319
2e5ff58c
TR
63202002-04-25 Theodore A. Roth <troth@verinet.com>
6321
6322 * avr-tdep.c: Ran through gdb_indent.sh.
6323
e33ce519
TR
63242002-04-25 Theodore A. Roth <troth@verinet.com>
6325
6326 * MAINTAINERS: Add myself as AVR maintainer.
6327 * NEWS: Note new target avr.
6328
8818c391
TR
63292002-04-25 Theodore A. Roth <troth@verinet.com>
6330
6331 * Makefile.in: Add support for AVR target.
6332 * configure.tgt: Add support for AVR target.
6333 * avr-tdep.c: New file
6334 * config/avr/avr.mt: New file.
6335
79509c2d
TR
63362002-04-25 Theodore A. Roth <troth@verinet.com>
6337
6338 * MAINTAINERS: Add myself to write-after-approval.
6339
dac8068e
PM
63402002-04-24 Pierre Muller <ics.u-strasbg.fr>
6341
6342 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6343 with fprintf_unfiltered (gdb_stderr,....
6344
25bf3106
PM
63452002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6346
6347 Fix PR gdb/508.
6348 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6349
24467a86
PM
63502002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6351
6352 * p-exp.y: Also use new prev_lexptr variable
6353 to improve error reporting. Based on Michael Snyder
6354 2002-04-24 dated patch to c-exp.y.
6355
95b80706
JT
63562002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6357
6358 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6359 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6360 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6361 to 0.
6362 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6363 and struct value.
6364 (FUNCTION_START_OFFSET): Remove.
6365 (BREAKPOINT): Ditto.
6366
e90cc612
JT
63672002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6368
6369 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6370 * NEWS: Ditto.
6371
6c72f9f9
JT
63722002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6373
6374 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6375 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6376 alpha_linux_pc_in_sigtramp.
6377 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6378 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6379 alpha_osf1_pc_in_sigtramp.
6380 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6381 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6382 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6383 alphafbsd_pc_in_sigtramp.
6384 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6385 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6386 alphanbsd_pc_in_sigtramp.
6387 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6388 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6389
5e4f3379
JT
63902002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6391
6392 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6393
da8ca43d
JT
63942002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6395
6396 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6397 alphanbsd-tdep.c.
6398 (alphanbsd-nat.o): New dependency list.
6399 (alphanbsd-tdep.o): Ditto.
6400 * NEWS: Note new native NetBSD/alpha configuration.
6401 * alphanbsd-nat.c: New file.
6402 * alphanbsd-tdep.c: Ditto.
6403 * configure.host (alpha*-*-netbsd*): New host.
6404 * configure.tgt (alpha*-*-netbsd*): New target.
6405 * config/alpha/nbsd.mh: New file.
6406 * config/alpha/nbsd.mt: Ditto.
6407 * config/alpha/nm-nbsd.h: Ditto.
6408 * config/alpha/tm-nbsd.h: Ditto.
6409
36a6271d
JT
64102002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6411
6412 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6413 (alpha-osf1-tdep.o): New dependency list.
6414 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6415 and skip_sigtramp_frame members.
6416 * alpha-linux-tdep.c: Include gdbcore.h.
6417 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6418 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6419 * alpha-osf1-tdep.c: New file.
6420 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6421 alpha-osf1-dep.c.
6422 (alpha_frame_past_sigtramp_frame): New function.
6423 (alpha_dynamic_sigtramp_offset): Ditto.
6424 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6425 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6426 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6427 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6428 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6429 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6430 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6431 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6432 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6433 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6434 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6435 to find_solib_trampoline_target.
6436 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6437 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6438 (SKIP_TRAMPOLINE_CODE): Remove.
6439 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6440 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6441 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6442 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6443 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6444 (PROC_SIGTRAMP_MAGIC): Ditto.
6445 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6446 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6447 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6448 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6449 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6450
2f4bc57b
JT
64512002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6452
6453 * NEWS: Note that Alpha targets are now multi-arch.
6454
665132f9
MS
64552002-04-24 Michael Snyder <msnyder@redhat.com>
6456
6457 * parser-defs.h (prev_lexptr): New external variable.
6458 * parse.c (parse_exp_1): Set prev_lexptr to null before
6459 calling the language-specific parser.
6460 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6461 (yyerror): Use prev_lexptr in error reporting.
6462
32872fa7
DJ
64632002-04-24 Daniel Jacobowitz <drow@mvista.com>
6464
6465 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6466 * gregset.h: If FILL_FPXREGSET is defined, provide
6467 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6468 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6469 is defined, call fill_fpxregset.
6470
57e76fac
MS
64712002-04-24 Roland McGrath <roland@frob.com>
6472
6473 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6474 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6475 (supply_gregset, supply_fpregset): New functions.
6476
6477 * gnu-nat.c (gnu_find_memory_regions): New function.
6478 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6479 (gnu_xfer_memory): Add a cast.
6480
f43845b3
MS
64812002-04-24 Michael Snyder <msnyder@redhat.com>
6482
361d1df0 6483 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
6484 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6485 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 6486 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
6487 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6488 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6489
a0abec03
AC
6490Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6491
6492 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6493 NUM_PSEUDO_REGS can be used.
6494
d7bd68ca
AC
64952002-04-24 Andrew Cagney <ac131313@redhat.com>
6496
6497 * arch-utils.h: Update copyright.
6498
6499 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6500 * gdbarch.h, gdbarch.c: Re-generate.
6501
6502 * inferior.h (IN_SIGTRAMP): Delete definition.
6503 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6504 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6505
6506 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6507 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6508 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6509 (find_proc_framesize): Ditto.
6510 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6511 (alpha_init_extra_frame_info): Ditto.
6512 * infrun.c (handle_inferior_event): Ditto.
6513 (handle_inferior_event): Ditto.
6514 (check_sigtramp2): Ditto.
6515 * blockframe.c (create_new_frame): Ditto.
6516 (get_prev_frame): Ditto.
6517 * ppc-linux-tdep.c: Update comments.
6518 * i386-linux-tdep.c: Update comments.
6519 * breakpoint.c (bpstat_what): Update comment.
6520
4867e41e
DM
65212002-04-24 David S. Miller <davem@redhat.com>
6522
21d83aa5
DM
6523 * i960-tdep.c (register_in_window_p): New function.
6524 (i960_find_saved_register): Use it instead of
6525 REGISTER_IN_WINDOW_P.
6526 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6527
4867e41e
DM
6528 * symtab.h (find_stab_function_addr): Kill extern.
6529 * minsyms.c (find_stab_function_addr): Remove from here...
6530 * dbxread.c: ... to here, and mark it static.
6531
69cdf6a2
DM
65322002-04-20 David S. Miller <davem@redhat.com>
6533
6534 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6535 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6536
5a595886
DM
65372002-04-21 David S. Miller <davem@redhat.com>
6538
6539 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6540 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6541 (vx_write_register): Likewise.
6542
1da1a192
JB
65432002-04-23 J. Brobecker <brobecker@gnat.com>
6544
6545 * source.c (is_regular_file): New function.
6546 (openp): Check wether file to open is a regular file
6547 to avoid opening directories.
6548
baa6f10b
JT
65492002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6550
6551 * findvar.c (extract_signed_integer): Cast printf argument
6552 to suppress format warning.
6553 (extract_unsigned_integer): Likewise.
6554 * infcmd.c (registers_info): Likewise.
6555 * top.c (get_prompt_1): Likewise.
6556 * valops.c (value_assign): Likewise.
6557 * valprint.c (print_decimal): Likewise.
6558
b2c4da81
L
65592002-04-22 H.J. Lu (hjl@gnu.org)
6560
6561 * c-exp.y (typebase): Support
361d1df0 6562
b2c4da81
L
6563 [long|long long|short] [signed|unsigned] [int|]
6564
6565 and
6566
6567 signed [long|long long|short] int
6568
f267bd6a
JT
65692002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6570
6571 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6572 and vax-tdep.h.
6573 * vax-tdep.h: New file.
6574 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6575 Make several routines static.
6576 (vax_get_saved_register): New function.
6577 (vax_gdbarch_init): New function.
6578 (_initialize_vax_tdep): Register vax_gdbarch_init.
6579 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6580 Remove macros now under the control of gdbarch.
6581
da3c6d4a
MS
65822002-04-22 Michael Snyder <msnyder@redhat.com>
6583
11d3b27d
MS
6584 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6585 Some whitespace and coding standards tweaks.
da3c6d4a 6586
a33f7558
JT
65872002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6588
6589 * vax-tdep.c: Include regcache.h.
6590 (vax_call_dummy_words): New.
6591 (sizeof_vax_call_dummy_words): New.
6592 (vax_fix_call_dummy): New function.
6593 (vax_saved_pc_after_call): Ditto.
6594 * config/vax/tm-vax.h: Don't include regcache.h.
6595 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6596 (CALL_DUMMY): Remove.
6597 (CALL_DUMMY_WORDS): Define.
6598 (SIZEOF_CALL_DUMMY_WORDS): Define.
6599 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6600
47a73475
MS
66012002-04-18 Michael Snyder <msnyder@redhat.com>
6602
6603 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6604
52efde73
JT
66052002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6606
6607 * vax-tdep.c (vax_frame_chain): New function.
6608 (vax_push_dummy_frame): Ditto.
6609 (vax_pop_frame): Ditto.
6610 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6611 (FRAMELESS_FUNCTION_INVOCATION): Use
6612 generic_frameless_function_invocation_not.
6613 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6614 (POP_FRAME): Use vax_pop_frame.
6615
ea74468c
JT
66162002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6617
6618 * vax-tdep.c (vax_store_struct_return): New function.
6619 (vax_extract_return_value): Ditto.
6620 (vax_store_return_value): Ditto.
6621 (vax_extract_struct_value_address): Ditto.
6622 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6623 vax_store_struct_return.
6624 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6625 (STORE_RETURN_VALUE): Use vax_store_return_value.
6626 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6627
5516aa92
JT
66282002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6629
6630 * vax-tdep.c (vax_frame_saved_pc): New function.
6631 (vax_frame_args_address_correct): Ditto.
6632 (vax_frame_args_address): Ditto.
6633 (vax_frame_locals_address): Ditto.
6634 (vax_frame_num_args): Move code to be in proximity to
6635 other frame-related functions.
6636 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6637 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6638 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6639 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6640 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6641
36af0b35
L
66422002-04-22 H.J. Lu (hjl@gnu.org)
6643
6644 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6645 includedir.
6646
ab62c900
JT
66472002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6648
6649 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6650 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6651 (FRAME_INIT_SAVED_REGS): New macro.
6652
7232b100
JT
66532002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6654
6655 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6656
b70d2aee
JT
66572002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6658
6659 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6660 where needed.
6661 (fetch_osf_core_registers): Likewise.
6662 (supply_gregset): Likewise.
6663
a0e8a2d1 66642002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 6665
a0e8a2d1
JB
6666 * symfile.h (get_section_index): Define.
6667 * symfile.c (get_section_index): New function.
6668 * mdebugread.c (SC_IS_SBSS): New macro.
6669 (SC_IS_BSS): Return true for the scBss storage class only, as
6670 the scSBss storage class refers to the .sbss section.
6671 (parse_partial_symbols): Discard the symbols which associated
6672 section does not exist.
6673 Make sure to use the .sbss section index for symbols which
6674 storage class is scBss, rather than using the .bss section index.
6675
51eb8b08
JT
66762002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6677
6678 * vax-tdep.c: Update copyright years.
6679 (vax_register_name): New function.
6680 (vax_register_byte): Ditto.
6681 (vax_register_raw_size): Ditto.
6682 (vax_register_virtual_size): Ditto.
6683 (vax_register_virtual_type): Ditto.
6684 * config/vax/tm-vax.h: Update copyright years.
6685 (REGISTER_NAMES): Remove.
6686 (REGISTER_NAME): Define.
6687 (REGISTER_BYTE): Use vax_register_byte.
6688 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6689 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6690 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6691
6cc1c0a8
AC
66922002-04-21 Andrew Cagney <ac131313@redhat.com>
6693
6694 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6695 declaration
6696 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6697
9319a2fe
DM
66982002-04-21 David S. Miller <davem@redhat.com>
6699
6700 * arch-utils.c (generic_prologue_frameless_p): Kill
6701 SKIP_PROLOGUE_FRAMELESS_P code.
6702 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6703 references.
6704 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6705 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6706 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6707 references.
6708 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6709 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6710 (sparc_gdbarch_init): Pass it to
6711 set_gdbarch_prologue_frameless_p.
a0e8a2d1 6712
e9ed6d01
JT
67132002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6714
6715 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6716 (alphabsd-nat.o): New dependency list.
6717
36012033
JT
67182002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6719
6720 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6721 alphafbsd-tdep.c.
6722 (alpha-linux-tdep.o): New dependency list.
6723 (alphafbsd-tdep.o): Likewise.
6724
3379287a
JT
67252002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6726
6727 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6728 to here...
6729 * alpha-tdep.c: ...from here.
6730 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6731
4bcbd6cb
JT
67322002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6733
6734 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6735 prototype from here...
6736 * alpha-tdep.h: ...to here.
6737
b31da25e
AC
67382002-04-21 Andrew Cagney <ac131313@redhat.com>
6739
6740 * frame.h (selected_frame_level): Document as deprecated.
6741 (frame_relative_level): Declare.
6742 * stack.c (frame_relative_level): New function.
6743 (selected_frame_level): Document as deprecated.
6744 (select_frame): Do not set the selected_frame_level.
6745
6746 * stack.c (frame_info, record_selected_frame): Update.
6747 (frame_command, current_frame_command): Update.
6748 (up_silently_base, up_command, down_silently_base): Update.
6749 (down_command): Update.
6750 * inflow.c (kill_command): Update.
6751 * tracepoint.c (finish_tfind_command): Update.
6752 * corelow.c (core_open): Update.
6753 * thread.c (info_threads_command): Update.
6754 (do_captured_thread_select): Update.
6755 * infcmd.c (finish_command): Update.
6756 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6757
9c1d6fe5
JT
67582002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6759
6760 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6761
ab89facf
AC
67622002-04-21 Andrew Cagney <ac131313@redhat.com>
6763
6764 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6765 type const.
6766
82a4efa1
JT
67672002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6768
6769 * alphafbsd-tdep.c: Update copyright years. Include
6770 alpha-tdep.h.
6771 (alphafbsd_use_struct_convention): Make static.
6772 (alphafbsd_init_abi): New function.
6773 (_initialize_alphafbsd_tdep): New function.
6774 * config/alpha/tm-fbsd.h: Update copyright years.
6775 (USE_STRUCT_CONVENTION): Remove.
6776
44dffaac
JT
67772002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6778
6779 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6780 an Alpha ABI variant.
6781 (alpha_abi_handler_list): Declare.
6782 (alpha_gdbarch_register_os_abi): New function.
6783 (alpha_gdbarch_init): Give registered ABI variant handlers a
6784 chance to tweak the gdbarch once we have set up defaults.
6785 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6786
65585be4
JT
67872002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6788
6789 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6790 to standard_coerce_float_to_double.
6791 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6792
d9b023cc
JT
67932002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6794
6795 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6796 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6797 from gdbarch_tdep rather than a constant.
6798 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6799 the default text address for all Alpha Unix ABIs.
6800 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6801 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6802
dc129d82
JT
68032002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6804
6805 * alpha-tdep.h: New file. Includes several Alpha target constants
6806 taken from...
6807 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6808 let gdbarch deal with.
6809 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6810 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6811 to dependency list.
6812 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6813 Alpha target register names.
6814 * alphabsd-nat.c: Likewise.
6815 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6816 Alpha target register names. Make serveral routines static.
6817 (alpha_get_saved_register): New function.
6818 (alpha_abi_names): New.
6819 (process_note_abi_tag_sections): New function.
6820 (get_elfosabi): New function.
6821 (alpha_gdbarch_init): New function.
6822 (alpha_dump_tdep): New function.
6823 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6824
d49d1e0a
AC
68252002-04-21 Andrew Cagney <ac131313@redhat.com>
6826
6827 * frame.c (find_saved_register): Delete #ifdef
6828 HAVE_REGISTER_WINDOWS code.
6829 * config/sparc/tm-sparc.h: Update comments.
6830 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6831
92e8c9ed
AC
68322002-04-21 Andrew Cagney <ac131313@redhat.com>
6833
6834 * i960-tdep.c (i960_find_saved_register): New function.
6835 (i960_get_saved_register): New function.
6836 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6837 (i960_get_saved_register): Declare.
6838 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6839
e1925118
DM
68402002-04-20 David S. Miller <davem@redhat.com>
6841
6842 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6843
29673b29
AC
68442002-04-20 Andrew Cagney <ac131313@redhat.com>
6845
6846 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6847 instead of NUM_PSEUDO_REGS.
6848
6c86dcd5
DM
68492002-04-20 David S. Miller <davem@redhat.com>
6850
6851 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6852 GDB_MULTI_ARCH_PARTIAL
6853 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6854 define, let tm-sp64.h do it.
6855
aa40ec90
JT
68562002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6857
6858 * frame.c (find_saved_register): Avoid a NULL pointer
6859 dereference and actually walk the frame list.
6860
0f79675b
AC
68612002-04-20 Andrew Cagney <ac131313@redhat.com>
6862
6863 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6864 sorted in most most-recent-used order. Document.
6865 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 6866
f91305dd 68672002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
6868
6869 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6870 instead of ->prev.
6871 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6872 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6873 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6874 instead of ->prev.
6875
73d322b1
EZ
68762002-04-19 Elena Zannoni <ezannoni@redhat.com>
6877
6878 Fix PR gdb/471.
6879 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6880 (build_builtin_type_vec128): Ditto.
6881 (append_composite_type_field): Fix calculation of type length in
6882 union case.
6883
ccd9a834
EZ
68842002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6885
6886 * config/djgpp/README: Update.
6887
6888 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6889 compiler warnings.
6890
a57f9e49
JT
68912002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6892
6893 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6894 (alpha_setup_arbitrary_frame): ...to this.
6895 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6896 for alpha_setup_arbitrary_frame.
6897
f4f9705a
AC
68982002-04-18 Andrew Cagney <cagney@redhat.com>
6899
6900 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6901 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 6902
f4f9705a
AC
6903 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6904 * target.h (memory_breakpoint_from_pc): Update declaration.
6905 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6906
6907 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6908 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6909 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6910 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6911 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6912 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6913 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6914 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6915 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6916 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6917 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6918 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6919
6920 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6921 const pointer.
6922 * monitor.c (monitor_insert_breakpoint): Ditto.
6923 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6924
6925 * config/mcore/tm-mcore.h: Update copyright.
6926 * mem-break.c: Ditto.
6927 * xstormy16-tdep.c: Ditto.
6928
29f319b8
PM
69292002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6930
6931 * p-exp.y: Add precedence rule for '^' token.
6932 This removes the shift/reduce conflicts.
6933 Remove the comment concerning these shift/reduce conflicts.
6934
ebeac11a
EZ
69352002-04-18 Elena Zannoni <ezannoni@redhat.com>
6936
6937 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6938 (registers_powerpc_nofp): New register set for processors
6939 without floating point unit.
6940
27c31547
DM
69412002-04-18 David S. Miller <davem@redhat.com>
6942
6943 * MAINTAINERS: Add myself to write-after-approval.
6944
47a73475
MS
69452002-04-17 Michael Snyder <msnyder@redhat.com>
6946
6947 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6948
953836b2
AC
69492002-04-17 Andrew Cagney <ac131313@redhat.com>
6950
6951 * rs6000-tdep.c (frame_initial_stack_address): Use
6952 frame_register_read to read the alloca_reg.
6953
8b0d4340
AC
69542002-04-17 Andrew Cagney <ac131313@redhat.com>
6955
6956 * frame.c (find_saved_register): Find saved registers in the next
6957 not prev frame.
6958 Fix PR gdb/365.
6959
d8864532
AC
69602002-04-17 Andrew Cagney <ac131313@redhat.com>
6961
6962 * gdbarch.sh (LANG): Set to ``c''.
6963
36cc83a3 69642002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 6965
36cc83a3 6966 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 6967
2f4150cc 69682002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
6969
6970 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6971 Update copyright.
6972
628703c6 6973 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 6974 Also fix PR gdb/391.
361d1df0 6975
56157b4a
AC
69762002-04-14 Andrew Cagney <ac131313@redhat.com>
6977
6978 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6979 * aclocal.m4, configure: Re-generate.
6980 Fix PR gdb/391.
361d1df0 6981
6d1e3329
EZ
69822002-04-14 Elena Zannoni <ezannoni@redhat.com>
6983
6984 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6985 instead of tm_print_insn.
6986
cb06fa07
EZ
69872002-04-14 Elena Zannoni <ezannoni@redhat.com>
6988
6989 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6990
f208ba17
AC
69912002-04-14 Andrew Cagney <ac131313@redhat.com>
6992
6993 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6994 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6995 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6996
20f01a46
DH
69972002-04-12 Don Howard <dhoward@redhat.com>
6998
6999 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
7000 max_user_call_depth.
7001 (init_cmd_lists): Initialize the new value;
7002 * cli/cli-script.c (execute_user_command): Limit the call depth of
7003 user defined commands. This avoids a core-dump when user commands
7004 are infinitly recursive.
7005
a88376a3
KB
70062002-04-12 Kevin Buettner <kevinb@redhat.com>
7007
7008 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
7009 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
7010 from tdep struct instead of DEFAULT_LR_SAVE.
7011 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
7012 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
7013 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
7014
f2172603
MS
70152002-04-12 Michael Snyder <msnyder@redhat.com>
7016
694f61fb 7017 * Remote.c: Spelling fix.
20fe79c8
MS
7018 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
7019 If no symbol found for "sbrk", try "_sbrk".
7020 (make_output_phdrs): Use bfd_section_name.
7021 (gcore_copy_callback): Use bfd_section_name.
62995fc4 7022 * eval.c: Indentation fix-ups.
169a7369
MS
7023 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
7024 in case it gets applied to an address that is already
7025 in the instruction space.
de74f71f
MS
7026 * cli/cli-decode.c (help_list): Allow long lines to wrap.
7027 * symfile.c: Fix indentation, long lines.
f2172603
MS
7028 * source.c: White space fix-up.
7029
cda5a58a
AC
70302002-04-12 Andrew Cagney <cagney@redhat.com>
7031
7032 * defs.h (read_relative_register_raw_bytes): Delete declaration.
7033 * frame.c (frame_register_read): New function. Return non-zero on
7034 success.
7035 (read_relative_register_raw_bytes_for_frame): Delete.
7036 (read_relative_register_raw_bytes): Delete.
7037 * frame.h (frame_register_read): Declare.
7038 * d30v-tdep.c: Update Copyright. Use frame_register_read.
7039 * sh-tdep.c: Ditto.
7040 * infcmd.c (do_registers_info): Ditto.
7041 * hppa-tdep.c: Ditto.
7042 * rs6000-tdep.c: Ditto.
7043 * h8500-tdep.c: Ditto.
7044 * mips-tdep.c: Ditto.
7045 * h8300-tdep.c: Ditto.
7046 * z8k-tdep.c: Ditto.
7047
2ea5f656
KB
70482002-04-12 Kevin Buettner <kevinb@redhat.com>
7049
7050 From Jimi X <jimix@watson.ibm.com>:
7051 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7052 64-bit SysV ABI.
7053
27b15785
KB
70542002-04-12 Kevin Buettner <kevinb@redhat.com>
7055
7056 From Jimi X <jimix@watson.ibm.com>:
7057 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7058 bfd info.
7059
5d57ee30
KB
70602002-04-12 Kevin Buettner <kevinb@redhat.com>
7061
7062 From Jimi X <jimix@watson.ibm.com>:
7063 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7064 register sets for these processor variants.
7065
bc1e36ca
DJ
70662002-04-11 Daniel Jacobowitz <drow@mvista.com>
7067
bc1e36ca
DJ
7068 * regformats/reg-ppc.dat: Support FPSCR.
7069
e3f36dbd
KB
70702002-04-11 Kevin Buettner <kevinb@redhat.com>
7071
7072 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7073 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7074 Add fpscr as an invalid/unfetchable register.
7075 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7076 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7077 (fill_fpregset): Add support for register fpscr.
7078 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7079 (fill_gregset): Account for the fact that register ``mq'' might
7080 not exist.
7081 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7082 (registers_power): Add fpscr to register set at slot 71.
7083 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7084 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7085
943c9c25
MS
70862002-04-11 Michael Snyder <msnyder@redhat.com>
7087
7088 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7089 * configure: Regenerate.
7090 * config.in: Regenerate.
7091 * acconfig.h: Add define for _SYSCALL32.
7092 * core-sol2.c: Remove #define _SYSCALL32.
7093 * solib-legacy.c: Remove #define _SYSCALL32.
7094
d8c0a2e7
AC
70952002-04-10 Andrew Cagney <ac131313@redhat.com>
7096
7097 * stack.c (select_frame): Cleanup internal error message, do not
7098 use %p.
7099
7cc19214
AC
71002002-04-10 Andrew Cagney <ac131313@redhat.com>
7101
7102 * stack.c (select_frame): Check that selected_frame and the
7103 specified level are as expected.
7104 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7105 Update copyright.
7106 * frame.h (struct frame_info): Add field `level'. Update
7107 copyright.
7108 Work-in-progress PR gdb/464.
7109
67a2b77e
AC
71102002-04-10 Andrew Cagney <ac131313@redhat.com>
7111
7112 * maint.c (maint_print_section_info): Rename print_section_info.
7113 (print_bfd_section_info, print_objfile_section_info): Update.
7114 * inferior.h (struct gdbarch): Add opaque declaration.
7115 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7116 * gdbarch.h: Regenerate.
7117
8cfda98c
ML
71182002-04-10 Michal Ludvig <mludvig@suse.cz>
7119
7120 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7121 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7122 (kernel_u_size): Added.
7123 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7124 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7125
ca439ad2 71262002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 7127
ca439ad2
JI
7128 * valarith.c (find_size_for_pointer_math): New function, either returns
7129 the size for a pointer's target, returns 1 for void *, or errors for
7130 incomplete types.
7131 (value_add, value_sub): use find_size_for_pointer_math.
7132
2f2893d9
DJ
71332002-04-09 Daniel Jacobowitz <drow@mvista.com>
7134
7135 * linux-low.c (linux_look_up_symbols): New hook.
7136 (linux_target_ops): Add linux_look_up_symbols.
7137 * remote-utils.c (decode_address): New function.
7138 (look_up_one_symbol): New function.
7139 * server.c (handle_query): Call target look_up_symbols hook.
7140 * server.h (look_up_one_symbol): Add prototype.
7141 * target.h (struct target_ops): Add look_up_symbols hook.
7142
96cb11df
AC
71432002-04-09 Andrew Cagney <ac131313@redhat.com>
7144
7145 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7146 override FP_REGNUM with frame->fp. Update copyright.
7147 * parse.c (num_std_regs, std_regs): Delete.
7148 (target_map_name_to_register): Do not search std_regs. Update
7149 function description.
7150 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7151 declarations. Update copyright.
7152 Fix PR gdb/251.
361d1df0 7153
97658e92
DJ
71542002-04-09 Daniel Jacobowitz <drow@mvista.com>
7155
7156 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7157 after the last symbol in a block.
7158
6044e3eb
PM
71592002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7160
7161 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7162 is non zero as a found symbol.
7163
0406ec40
AC
71642002-04-08 Andrew Cagney <ac131313@redhat.com>
7165
7166 * findvar.c: Include "builtin-regs.h".
7167 (value_of_register): Call value_of_builtin_reg when applicable.
7168 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7169 (target_map_name_to_register): Call
7170 builtin_reg_map_name_to_regnum.
7171 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7172 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7173 (builtin_regs_h): Define.
7174 (builtin-regs.o): New target.
7175 (findvar.o): Add $(builtin_regs_h).
7176 * builtin-regs.c, builtin-regs.h: New files.
7177 * std-regs.c: New file.
7178 Partial fix for PR gdb/251.
7179
56a6dfb9
KB
71802002-04-08 Kevin Buettner <kevinb@redhat.com>
7181
7182 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7183 it's no longer required.
7184
3a808432
AC
71852002-04-08 Andrew Cagney <ac131313@redhat.com>
7186
7187 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7188
7c40d541
KB
71892002-04-08 Kevin Buettner <kevinb@redhat.com>
7190
7191 From Jimi X <jimix@watson.ibm.com>:
7192 * rs6000-tdep.c (rs6000_software_single_step): Use
7193 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7194 and size. Use target_insert_breakpoint() and
7195 target_remove_breakpoint() to insert and remove breakpoints
7196 instead of explicit memory reads and writes.
7197
cc9836a8
KB
71982002-04-08 Kevin Buettner <kevinb@redhat.com>
7199
7200 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7201 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7202 ELF_OBJECT_FORMAT ifdef.
7203
7495d1dc
KB
72042002-04-08 Kevin Buettner <kevinb@redhat.com>
7205
7206 From Jimi X <jimix@watson.ibm.com>:
7207 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7208
4288e836
KB
72092002-04-08 Kevin Buettner <kevinb@redhat.com>
7210
7211 From Jimi X <jimix@watson.ibm.com>:
7212 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7213 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7214
a4e4e501
MK
72152002-04-07 Mark Kettenis <kettenis@gnu.org>
7216
7217 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7218 s/asprintf/xasprintf/.
7219 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7220
006defba
AC
72212002-04-07 Andrew Cagney <ac131313@redhat.com>
7222
7223 I believe Jeff Law denies responsability for this one:
7224 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7225 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7226 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7227 Work-around for PR gdb/366.
7228
7aa83cac
EZ
72292002-04-07 Elena Zannoni <ezannoni@redhat.com>
7230
7231 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7232 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7233 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7234
cf1fcca1
EZ
72352002-04-07 Elena Zannoni <ezannoni@redhat.com>
7236
7237 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7238 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7239 information.
7240
3f289e6f
AC
72412002-04-07 Andrew Cagney <ac131313@redhat.com>
7242
7243 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7244 maintainer.
7245
129188f6
AC
72462002-04-07 Andrew Cagney <ac131313@redhat.com>
7247
7248 * README (Reporting Bugs in GDB): Document the bug web page as the
7249 prefered way of submitting bugs.
7250 Fix PR gdb/402.
7251
1200cd6e
AC
72522002-04-06 Andrew Cagney <ac131313@redhat.com>
7253
7254 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7255 -1. Update comment.
7256 * gdbarch.h, gdbarch.c: Re-generate.
7257
2853c33c
AS
72582002-04-07 Andreas Schwab <schwab@suse.de>
7259
7260 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7261 buffer to regcache_collect.
7262
c2169756
AC
72632002-04-06 Andrew Cagney <ac131313@redhat.com>
7264
7265 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7266 * gdbarch.c, gdbarch.h: Re-generate.
7267
25f1b008
AC
72682002-04-06 Andrew Cagney <ac131313@redhat.com>
7269
7270 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7271 declaration. Fix -Werror.
7272
59263426
DJ
72732002-04-05 Daniel Jacobowitz <drow@mvista.com>
7274
7275 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7276 * gdbarch.c: Regenerate.
7277
f5db4da3
MS
72782002-04-05 Michael Snyder <msnyder@redhat.com>
7279
80f8a6eb
MS
7280 * breakpoint.c (clear_command): Rewrite middle section to
7281 combine two loops with identical control conditions.
7282 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
7283 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7284
ad3dcc5c
L
72852002-04-05 H.J. Lu (hjl@gnu.org)
7286
7287 * solib-svr4.c (bkpt_names): Add "__start".
7288
f32e7a74
AC
72892002-04-04 Andrew Cagney <ac131313@redhat.com>
7290
7291 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7292 as test for 64 bit target.
7293
8227c0ff
AC
72942002-04-05 Andrew Cagney <ac131313@redhat.com>
7295
7296 * h8500-tdep.c (h8500_write_fp): Delete function.
7297 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7298 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7299 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7300 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7301 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7302 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7303 (s390_write_fp):
7304 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7305 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7306 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7307 (d10v_write_fp): Delete function.
7308 * inferior.h (write_fp, generic_target_write_fp): Delete
7309 declarations.
7310 * regcache.c (generic_target_write_fp): Delete function.
7311 (write_fp): Delete function.
7312 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7313 * gdbarch.h, gdbarch.c: Regenerate.
7314 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7315 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7316 (sparc64_write_fp): Delete declaration.
7317 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7318 (h8500_write_fp): Delete declaration.
7319
2757dd86
AC
73202002-04-04 Andrew Cagney <ac131313@redhat.com>
7321
7322 * sparc-tdep.c (sparc64_write_fp): Delete.
7323 (sparc_push_dummy_frame): Replace write_fp call with code to store
7324 the FP directly.
7325 (sparc_gdbarch_init): Do not initialize write_fp.
7326
c69255e1
KB
73272002-04-05 Kevin Buettner <kevinb@redhat.com>
7328
7329 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7330 clause.
7331
ae767bfb
JB
73322002-03-29 Jim Blandy <jimb@redhat.com>
7333
7334 * stack.c (get_selected_block): Add new argument `addr_in_block',
7335 used to return the exact code address we used to select the block,
7336 not just the block.
7337 * blockframe.c (get_frame_block, get_current_block): Same.
7338 * frame.h (get_frame_block, get_current_block,
7339 get_selected_block): Update declarations.
7340 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7341 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7342
84d2ac95
MS
73432002-04-05 Michael Snyder <msnyder@redhat.com>
7344
7345 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7346 warning message.
7347
596aa3bf
JB
73482002-04-05 J. Brobecker <brobecker@gnat.com>
7349
7350 * utils.c (xfullpath): New function.
7351 * defs.h (xfullpath): Add declaration.
7352 * source.c (openp): Use xfullpath in place of gdb_realpath to
7353 avoid resolving the basename part of filenames when the
7354 associated file is a symbolic link. This fixes a potential
7355 inconsistency between the filenames known to GDB and the
7356 filenames it prints in the annotations.
7357 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7358 to be able to match a filename with either the real filename, or
7359 the name of any symbolic link to this file.
7360 (lookup_partial_symtab): Ditto.
7361
c02f5703
MS
73622002-04-04 Michael Snyder <msnyder@redhat.com>
7363
7364 * breakpoint.c: Add support for hardware breakpoints in overlays.
7365 (overlay_events_enabled): New state variable.
7366 (insert_breakpoints): Use overlay_events_enabled to decide
7367 whether to attempt to set a breakpoint at the overlay load addr.
7368 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7369 (remove_breakpoint): Use overlay_events_enabled to decide
7370 whether breakpoints need to be removed from overlay load addr.
7371 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7372 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 7373 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
7374 disable_overlay_breakpoints): Update overlay_events_enabled.
7375
5fb290d7
DJ
73762002-04-04 Daniel Jacobowitz <drow@mvista.com>
7377
7378 * dwarf2read.c (struct function_range): New.
7379 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7380 (check_cu_functions): New.
7381 (read_file_scope): Initialize global function lists.
7382 Call dwarf_decode_line after processing children.
7383 (read_func_scope): Add to global function list.
7384 (dwarf_decode_lines): Call check_cu_functions everywhere
7385 record_line is called. Call record_line with a linenumber
7386 of 0 to mark sequence ends.
7387
7b3fabf0
ML
73882002-04-04 Michal Ludvig <mludvig@suse.cz>
7389
361d1df0 7390 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
7391 change sync with glibc.
7392
bce58c09
JB
73932002-04-03 Jim Blandy <jimb@redhat.com>
7394
7395 * configure.in: Call AC_C_INLINE.
7396 * configure: Regenerated.
361d1df0 7397
2fccf04a
DJ
73982002-04-01 Daniel Jacobowitz <drow@mvista.com>
7399
7400 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7401 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7402
2d1bfe2e
MK
74032002-03-31 Mark Kettenis <kettenis@gnu.org>
7404
a5941fbf
MK
7405 * NEWS: Mention gcore support on FreeBSD/i386.
7406
a90cd31d
MK
7407 * fbsd-proc.c: New file.
7408 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7409 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7410
2d1bfe2e
MK
7411 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7412 while statement.
7413
9eb6e5a1
JB
74142002-03-29 Jim Blandy <jimb@redhat.com>
7415
7416 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7417 unescaped newlines in string literals, but newer ones don't. So
7418 escape them.
7419
f02df580
MS
74202002-03-26 Michael Snyder <msnyder@redhat.com>
7421 Andrew Cagney <cagney@redhat.com>
7422
361d1df0 7423 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
7424 restore file to memory.
7425 * cli/cli-dump.h: New file.
7426 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 7427 * NEWS: Mention new commands.
f02df580 7428
109f874e
MS
74292002-03-28 Michael Snyder <msnyder@redhat.com>
7430
7431 * symfile.c (symbol_file_add): Move test for null symbols to later.
7432
520f6ade
AC
74332002-03-27 Andrew Cagney <ac131313@redhat.com>
7434
7435 From veksler at il.ibm.com:
7436 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7437 the xstrduped original path.
7438 Fix PR gdb/417.
7439
d4654627
MS
74402002-03-27 Michael Snyder <msnyder@redhat.com>
7441
7442 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7443 * infcmd.c (_initialize_infcmd): Ditto.
7444 * language.c (_initialize_language): Ditto.
7445 * symfile.c (_initialize_symfile): Ditto.
7446 * top.c (_init_main): Ditto.
7447 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7448
6be8bc0c
EZ
74492002-03-27 Elena Zannoni <ezannoni@redhat.com>
7450
7451 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7452 vector registers handling.
7453 (skip_prologue): Handle new AltiVec instructions. Fill in new
7454 fields of frame data.
7455 (frame_get_saved_regs): Fill in information for AltiVec registers.
7456
12af6855
JB
74572002-03-27 Jim Blandy <jimb@redhat.com>
7458
7459 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7460 a function; leave this macro here to invoke that function.
7461 (symbol_init_mangled_name): Declaration for that function.
7462 * symtab.c (symbol_init_mangled_name): New function.
7463
dc672865
AC
74642002-03-27 Andrew Cagney <ac131313@redhat.com>
7465
7466 * valarith.c: Replace strerror with safe_strerror.
7467 * tracepoint.c: Ditto.
7468 * lin-lwp.c: Ditto.
7469 * go32-nat.c: Ditto.
7470 * inflow.c: Ditto.
7471 * gnu-nat.c: Ditto.
7472
d96429cd
AS
74732002-03-27 Andreas Schwab <schwab@suse.de>
7474
7475 * event-top.c (command_line_handler): Remove useless if.
7476
7e336ba1
AJ
74772002-03-27 Andreas Jaeger <aj@suse.de>
7478
7479 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7480 comment.
7481
de220d0f
ML
74822002-03-27 Michal Ludvig <mludvig@suse.cz>
7483
7484 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7485 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7486 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7487 (x86_64_linux_dr_get_status, supply_gregset),
7488 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7489 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7490 (x86_64_register_info_table): Add.
7491 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7492 (x86_64_register_raw_size, x86_64_register_virtual_type),
7493 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7494 general x86_64_register_info_table.
7495 (i386_gdbarch_init): gdbarch_register_bytes is now set
7496 dynamicaly during initialization.
7497 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7498 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 7499
0e98d0a7
DJ
75002002-03-27 Daniel Jacobowitz <drow@mvista.com>
7501
7502 * gdbserver/server.c (main): Call target_signal_to_host_p
7503 and target_signal_to_host on signals received from the remote.
7504 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7505 target_signal_from_host on signals sent to the remote.
7506 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7507 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7508
3130066b
DJ
75092002-03-27 Daniel Jacobowitz <drow@mvista.com>
7510
7511 * signals/signals.c: Include "server.h" in gdbserver build.
7512 (target_signal_from_name): Don't use STREQ.
7513 (_initialize_signals): Likewise. Don't include function in
7514 gdbserver build.
7515
9aedf4f4
DJ
75162002-03-27 Daniel Jacobowitz <drow@mvista.com>
7517
7518 * signals.c: Moved to...
7519 * signals/signals.c: Here.
7e336ba1 7520 * Makefile (signals.o): Update.
9aedf4f4 7521
3fa41cdb
JL
75222002-03-26 Jeff Law (law@redhat.com)
7523
7524 * somread.c (som_symtab_read): Remove some commented out code and
7525 updated related comments. Do not set the minimal symbol table to
7526 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7527 in a dynamic executable.
7528 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7529 where we are unable to find the minimal symbol for the given
7530 PC value.
7531
ee677e8d
MS
75322002-03-25 Jeff Law (law@redhat.com)
7533
7534 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7535
e76e1718
ML
75362002-03-25 Michal Ludvig <mludvig@suse.cz>
7537
7538 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7539
18a642a1
AC
75402002-03-23 Andrew Cagney <ac131313@redhat.com>
7541
7542 * command.h: Update copyright.
7543 (struct cmd_list_element): Replace definition with opaque
7544 declaration.
7545 (enum cmd_types): Document that it will eventually be moved to
7546 cli/cli-decode.h
7547 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7548 (MALLOCED_REPLACEMENT): Delete macro.
7549 * Makefile.in (cli_decode_h): Add $(command_h).
7550 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 7551 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
7552 * completer.c: Include "cli/cli-decode.h".
7553 * maint.c: Include "cli/cli-decode.h".
7554 * cli/cli-decode.h: Include "command.h".
7555 (enum command_class): Delete.
7556 (enum cmd_types): Comment out.
7557 (enum cmd_auto_boolean): Delete.
7558 (enum var_types): Delete.
7559
b2875cc0
AC
75602002-03-23 Andrew Cagney <ac131313@redhat.com>
7561
7562 * cli/cli-decode.c: Include "gdb_assert.h".
7563 (add_set_or_show_cmd): New static function.
7564 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7565 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7566 all fields, such as func, from the set command.
7567
3b45974e
AC
75682002-03-23 Andrew Cagney <ac131313@redhat.com>
7569
7570 * MAINTAINERS (sh-elf): Change warning flag to -w.
7571
823ca731
AC
75722002-03-23 Andrew Cagney <cagney@redhat.com>
7573
7574 * defs.h (error): Add printf format attribute.
7575 * thread-db.c (thread_from_lwp): Fix error format string.
7576 * stack.c (parse_frame_specification): Ditto.
7577 * cli/cli-decode.c (undef_cmd_error): Ditto.
7578 * scm-lang.c (scm_lookup_name): Ditto.
7579 * tracepoint.c (trace_error): Ditto.
7580 * remote-utils.c (usage): Ditto.
7581 * remote.c (compare_sections_command): Ditto.
7582 Fix PR gdb/328.
7583
0e101458
AC
75842002-03-22 Andrew Cagney <ac131313@redhat.com>
7585
7586 * gdbtypes.c (append_composite_type_field): New function.
7587 (init_composite_type): New function.
7588 * gdbtypes.h (append_composite_type_field): Declare.
7589 (init_composite_type): Ditto.
7590
8e0662df
EZ
75912002-03-22 Elena Zannoni <ezannoni@redhat.com>
7592
7593 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 7594 function.
8e0662df
EZ
7595 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7596 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7597 structure returning convention for SYSV ABI case, but not
7598 for GNU/Linux, FreeBSD, or NetBSD.
7599
3121eff0
DJ
76002002-03-22 Daniel Jacobowitz <drow@mvista.com>
7601
7602 * symtab.h (lookup_block_symbol): Add mangled_name argument
7603 to prototype.
7604
7605 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7606 with new mangled_name argument.
7607 * linespec.c (decode_line_1): Likewise.
7608 * valops (value_of_this): Likewise.
7609 * symtab.c (lookup_transparent_type): Likewise.
7610 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7611 (lookup_symbol): If we are given a mangled name, pass it down
7612 to lookup_symbol_aux.
7613 (lookup_block_symbol): If we are given a mangled name to check
7614 against, only return symbols which match it.
7615
349b409f
CF
76162002-03-22 Christopher Faylor <cgf@redhat.com>
7617
7618 * win32-nat.c (child_create_inferior): Check for proper shell to use
7619 here, in case the user changes it on the fly.
7620 (_initialize_inftarg): Remove shell path considerations.
7621
2a873819
EZ
76222002-03-21 Elena Zannoni <ezannoni@redhat.com>
7623
7624 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7625 for gdbarch_max_register_raw_size and max_register_virtual_size.
7626 Adjust copyright year.
7627
a1b9830c
DJ
76282002-03-21 Daniel Jacobowitz <drow@mvista.com>
7629
7630 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7631 in a function to cover the entire beginning of the function
7632 as well if it does not already.
7633
8b5790f2
TR
76342002-03-21 Tom Rix <trix@redhat.com>
7635
7636 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7637 (rs6000_ptrace64): Renamed from ptrace64.
7638
bdbe5747
MH
76392002-03-20 Martin M. Hunt <hunt@redhat.com>
7640
7641 * gdbserver/remote-utils.c (remote_open): Don't call
7642 getprotobyname, we're all using TCP here so just use
7643 IPPROTO_TCP.
7e336ba1 7644 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
7645
76462002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 7647
bdbe5747
MH
7648 * regcache.c (_initialize_regcache): No need to call
7649 build_regcache() at this time; it gets called whenever
7650 the gdbarch changes.
7651
7781cd62
DB
76522002-03-20 David O'Brien <obrien@FreeBSD.org>
7653
7654 * sparc-nat.c: Include sys/param.h where possible.
7655
f65ca430
DJ
76562002-03-20 Daniel Jacobowitz <drow@mvista.com>
7657
7658 Fix PR gdb/422.
7659 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7660 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7661 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7662 complex types.
7663 * stabsread.c (rs6000_builtin_type): Likewise.
7664 (read_sun_floating_type): Likewise.
7665
0c867556
PS
76662002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7667
7668 * stabsread.c (read_member_functions): Remove skip code for duplicate
7669 constructor/destructor methods. Use standard parsing for these
7670 methods and just do not chain them to the list of methods after
7671 parsing.
7672
12b9c64f
AO
76732002-03-19 Alexandre Oliva <aoliva@redhat.com>
7674
7675 * coffread.c: Remove redundant static declarations. Replace
7676 occurrences of `PTR' with `void *'.
7677 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7678 * top.h (quit_cover): Likewise.
7679 * defs.h (catch_errors): Likewise.
7680
349c5d5f
AC
76812002-03-18 Andrew Cagney <ac131313@redhat.com>
7682
7683 * defs.h (XMALLOC): Define.
7684 * gdb-events.sh (XMALLOC): Delete macro.
7685 * gdb-events.c, gdb-events.h: Regenerate.
7686 * gdbarch.sh (XMALLOC): Delete macro.
7687 * gdbarch.c: Regenerate.
7688 * serial.c (XMALLOC): Delete macro.
7689 * ui-file.c (XMALLOC): Ditto.
7690 * ser-unix.h (XMALLOC): Ditto.
7691 * sh-tdep.c (XMALLOC): Ditto.
7692 * ui-out.c (XMALLOC): Ditto.
7693 * utils.c (XMALLOC): Ditto.
7694 * i386-tdep.c (XMALLOC): Ditto.
7695 * gdb-events.c (XMALLOC): Ditto.
7696 * d10v-tdep.c (XMALLOC): Ditto.
7697 * cli-out.c (XMALLOC): Ditto.
7698
7699 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7700 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7701 * ui-file.c, ui-out.c: Ditto.
7702
7d0766f3
AC
77032002-03-18 Andrew Cagney <ac131313@redhat.com>
7704
7705 * command.h (struct cmd_list_element): Add field context.
7706 (set_cmd_context, get_cmd_context): Declare.
7707 * cli/cli-decode.h: Ditto.
7708 * cli/cli-decode.c (get_cmd_context): New function.
7709 (set_cmd_context): New function.
7710 (add_cmd): Initialize context.
7711 Part of fixing PR gdb/145 and PR gdb/146.
7712
5913bcb0
AC
77132002-03-17 Andrew Cagney <ac131313@redhat.com>
7714
1868c04e
AC
7715 * cli/cli-decode.c (cmd_type): New function.
7716 * command.h (cmd_type): Declare.
7717 * infrun.c (set_schedlock_func): Call function cmd_type.
7718 * kod.c (kod_set_os): Call cmd_type.
7719 * cris-tdep.c (cris_version_update): Use function cmd_type.
7720 (cris_mode_update, cris_abi_update): Ditto.
7721
5913bcb0
AC
7722 * command.h: (execute_cmd_post_hook): Declare.
7723 (execute_cmd_pre_hook): Declare.
7724 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7725 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7726 functions. Execute pre/post hook while ensuring that afterwords
7727 hook_in is cleared.
7728 * top.c (execute_command): Use execute_cmd_post_hook, and
7729 execute_cmd_pre_hook to execute pre/post commands.
7730 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7731 hook_stop_stub.
7732 (hook_stop_stub): Call execute_cmd_pre_hook.
7733
b51450c9
AC
77342002-03-17 Andrew Cagney <ac131313@redhat.com>
7735
7736 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7737 set'' and this leads to a core dump. Move xstrdup of
7738 operating_system to after check that it is not NULL.
7739
f66c9f11
AC
77402002-03-17 Andrew Cagney <ac131313@redhat.com>
7741
8e694ecf
AC
7742 * kod.c (kod_set_os): Remove unnecessary check that
7743 ``command->type'' is set_cmd.
7744
f66c9f11
AC
7745 * valprint.c (set_input_radix): Use input_radix.
7746 (set_output_radix): Use output_radix.
7747 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7748 isn't reverted.
7749
9d01611c
AC
77502002-03-16 Andrew Cagney <ac131313@redhat.com>
7751
7752 * value.h (struct value): Delete field ``substring_addr''. Change
7753 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
7754 force_core_addr_align and force_pointer_aligh.
7755
7756 * value.h (struct value): Fix typo in above change.
9d01611c 7757
4156bb53
PS
77582002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7759
7760 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7761 to fix internal_error from ``maintenance print architecture''.
7762
0e5e3ea6
PS
77632002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7764
7765 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7766 for gcc versions after gcc-2.8.1.
7767
9b013045
PS
77682002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7769
7770 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7771 for method resolution. Restore adjustment of ``this'' pointer after
7772 calling value_struct_elt, which was accidentally removed during the
7773 HP merge.
7774
376c9600
AC
77752002-03-15 Andrew Cagney <ac131313@redhat.com>
7776
7777 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7778 value_of_register.
7779 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7780 get_saved_register.
7781 * value.h (value_of_register): Update.
7782
a4db0f07
RH
77832002-03-14 Richard Henderson <rth@redhat.com>
7784
7785 * configure.in: Detect declaration for canonicalize_file_name.
7786 * utils.c (canonicalize_file_name): Declare, if needed.
7787 (gdb_realpath): Prefer realpath if available and usable.
7788 * config.in, configure: Rebuild.
7789
96383835
RH
77902002-03-14 Richard Henderson <rth@redhat.com>
7791
7792 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7793 a constant array bound.
7794
7795 * MAINTAINERS: Add myself to write-after-approval.
7796
75245b24
MS
77972002-03-14 Michael Snyder <msnyder@redhat.com>
7798
7799 * symfile.c (syms_from_objfile): Return immediately if no syms.
7800 (symbol_file_add): Return immediately if no syms.
7801 (find_sym_fns): Return immediately if no syms.
7802
e641a1ca
ML
78032002-03-13 Michal Ludvig <mludvig@suse.cz>
7804
7805 * gdbserver/remote-util.c (remote_open): Print remote-side's
7806 IP address when remote debugging over the network.
7e336ba1 7807
df08bfec
DB
78082002-03-12 David O'Brien <obrien@FreeBSD.org>
7809
7810 * config/sparc/fbsd.mh: Fix copyright.
7811 * config/sparc/fbsd.mt: Likewise.
7812
9a57864f
RE
78132002-03-11 Richard Earnshaw <rearnsha@arm.com>
7814
7815 * MAINTAINERS: Fix typo in name of gdb warnings option.
7816 (x86-64): Fix formating so that this can be parsed by awk.
7817
dd7bf85e
DJ
78182002-03-10 Daniel Jacobowitz <drow@mvista.com>
7819
7820 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7821 * defs.h: Include "gdb/signals.h".
7822 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7823
33a0a2ac
ML
78242002-03-10 Michal Ludvig <mludvig@suse.cz>
7825
7826 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 7827 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
7828 from x86-64-tdep.h
7829
dd824b04
DJ
78302002-03-10 Daniel Jacobowitz <drow@mvista.com>
7831 Don Howard <dhoward@redhat.com>
7832
7833 * mips-tdep.c (ST0_FR): Define.
7834 (mips2_fp_compat): New function, temporarily disabled.
7835 (mips_read_fp_register_single): New function.
7836 (mips_read_fp_register_double): New function.
7837 (mips_print_register): Use them.
7838 (do_fp_register_row): Likewise.
7839
6a41ff59
AC
78402002-03-09 Andrew Cagney <ac131313@redhat.com>
7841
7842 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7843 approval''.
7844
4ea09c10
PS
78452002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7846
7847 * stabsread.c (read_member_functions): Fix is_stub test for
7848 static member functions, improve comment.
7849
6ccc741d
RE
78502002-03-07 Richard Earnshaw <rearnsha@arm.com>
7851
7852 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7853 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7854 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7855 commands that set boolean values.
7856 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7857 (arm_rdi_resume): Always initialize PC.
7858 (arm_rdi_open): Don't use rslt as a boolean.
7859 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7860 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7861 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7862 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7863
438013df
AO
78642002-03-06 Alexandre Oliva <aoliva@redhat.com>
7865
7866 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7867 * configure: Rebuilt.
7868
70ed8774
SC
78692002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7870
7871 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7872 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7873
5ba2abeb
AC
78742002-03-06 Andrew Cagney <ac131313@redhat.com>
7875
7876 * cli/cli-decode.c (set_cmd_completer): New function.
7877 * command.h (set_cmd_completer): Declare.
7878 * cli/cli-decode.h (set_cmd_completer): Ditto.
7879
7880 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7881 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7882 * win32-nat.c (_initialize_inftarg): Ditto.
7883 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7884 * proc-api.c (_initialize_proc_api): Ditto.
7885 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7886 * source.c (_initialize_source): Ditto.
7887 * exec.c (_initialize_exec): Ditto.
7888 * solib.c (_initialize_solib): Ditto.
7889 * top.c (init_main): Ditto.
7890 * tracepoint.c (_initialize_tracepoint): Ditto.
7891 * symfile.c (_initialize_symfile): Ditto.
7892 * printcmd.c (_initialize_printcmd): Ditto.
7893 * infcmd.c (_initialize_infcmd): Ditto.
7894 * corefile.c (_initialize_core): Ditto.
7895
f779ca99
AC
78962002-03-05 Andrew Cagney <ac131313@redhat.com>
7897
7898 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7899
01a3934b
AC
79002002-03-05 Andrew Cagney <ac131313@redhat.com>
7901
7902 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7903
37057839
AC
79042002-03-05 Andrew Cagney <ac131313@redhat.com>
7905
7906 * NEWS: Update headings, 5.2 has branched.
7907
c6ecbae5
DJ
79082002-03-04 Daniel Jacobowitz <drow@mvista.com>
7909
7910 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7911 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7912 (register_addr, REGISTER_RAW_SIZE): Likewise.
7913 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7914 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7915
e9f30c21
ML
79162002-03-03 Michal Ludvig <mludvig@suse.cz>
7917
7918 * MAINTAINERS (x86-64): Add myself.
7919 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7920 changed value_ptr -> struct value *
7921
54394ac3
DB
79222002-03-01 David O'Brien <obrien@FreeBSD.org>
7923
7924 * configure.host (sparc64-*-freebsd): Add.
7925 * configure.tgt: Likewise.
7926 * config/sparc/fbsd.mh: New file.
7927 * config/sparc/fbsd.mt: Likewise.
7928 * config/sparc/nm-fbsd.h: Likewise.
7929 * config/sparc/tm-fbsd.h: Likewise.
7930
bfe95955
DJ
79312002-03-01 Daniel Jacobowitz <drow@mvista.com>
7932
7933 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7934 regformats/reg-s390x.dat.
7935
f33c6cbf
AC
79362002-03-01 Andrew Cagney <ac131313@redhat.com>
7937
7938 * utils.c: Add FIXME explaining true/false problem.
7939
5ecaa7dd
AC
79402002-02-28 Andrew Cagney <ac131313@redhat.com>
7941
7942 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7943
2a251cc2
MC
79442002-02-28 Michael Chastain <mec@shout.net>
7945
7946 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7947
6a8031a3 79482002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
7949
7950 * gdbserver/linux-s390-low.c: New file.
7951 * regformats/reg-s390.dat: New file.
7952 * regformats/reg-s390x.dat: New file.
7953 * gdbserver/configure.srv: Add S/390.
7954 * gdbserver/Makefile.in: Add S/390.
7955 * configure.tgt: Enable gdbserver for S/390.
7956
ac469903
EZ
79572002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7958
7959 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7960 first line of the doc string for "info dos", except at the end of
7961 the sentence, since the short help stops at the first period.
7962
985cb1a3
JM
79632002-02-28 Jason Merrill <jason@redhat.com>
7964
7965 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7966
c570663e
FF
79672002-02-27 Fred Fish <fnf@redhat.com>
7968
7969 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7970 comment (dumy -> dummy).
7971
43630227
PS
79722002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7973
7974 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7975
b84911e8
RB
79762002-02-27 Rodney Brown <rbrown64@csc.com.au>
7977
7978 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7979
58caa3dc
DJ
79802002-02-27 Daniel Jacobowitz <drow@mvista.com>
7981
7982 * gdbserver/acconfig.h: New file.
7983 * gdbserver/i387-fp.c: New file.
7984 * gdbserver/i387-fp.h: New file.
7985 * gdbserver/linux-x86-64.c: New file.
7986 * regformats/reg-x86-64.dat: New file.
7987 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7988 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7989 * gdbserver/configure.in: Add support for regsets.
7990 * gdbserver/config.in: Regenerate.
7991 * gdbserver/configure: Regenerate.
7992 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7993 * gdbserver/linux-low.h: New file.
7994 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7995 for regsets.
7996 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7997 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7998 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7999 * gdbserver/linux-mips-low.c: Include "linux-low.h".
8000 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
8001 * gdbserver/linux-sh-low.c: Include "linux-low.h".
8002 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
8003 "i387-fp.h". Add PTRACE_GETREGS and friends.
8004 * gdbserver/regcache.c (supply_register): New function.
8005 (supply_register_by_name): New function.
8006 (collect_register): New function.
8007 (collect_register_by_name): New function.
8008
93652174
DJ
80092002-02-27 Daniel Jacobowitz <drow@mvista.com>
8010
8011 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
8012 (config.status): Add configure.srv dependency.
8013 (server_h): Add config.h dependency.
8014
a02e4a61
DJ
80152002-02-27 Daniel Jacobowitz <drow@mvista.com>
8016
8017 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
8018 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
8019 * gdbserver/configure.srv: Change i386-*-linux* to use
8020 reg-i386-linux.o.
8021
ce0eebec
AC
80222002-02-26 Andrew Cagney <ac131313@redhat.com>
8023
8024 * x86-64-tdep.c: Re-indent. Update copyright date.
8025
82dbc5f7
AC
80262002-02-26 Andrew Cagney <ac131313@redhat.com>
8027
8028 From Michal Ludvig <mludvig@suse.cz>:
8029 * x86-64-tdep.c (value.h): Delete.
8030 (gdb_assert.h): Include.
8031 (x86_64_register_convert_to_virtual,
8032 x86_64_register_convert_to_raw ): Add check which lets only
8033 floating-point values to be converted.
8034 (value_push): Delete.
8035 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
8036 (i386_gdbarch_init): Number of register_bytes fixed.
8037
e4621584
AC
80382002-02-26 Andrew Cagney <ac131313@redhat.com>
8039
8040 * MAINTAINERS: Add x86-64 target.
8041
81a9a963
AC
80422002-02-26 Andrew Cagney <ac131313@redhat.com>
8043
8044 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
8045 * osfsolib.c (solib_map_sections): Ditto.
8046 * irix5-nat.c (solib_map_sections): Ditto.
8047 * corelow.c (gdb_check_format): Ditto.
8048 * symfile.c (symfile_bfd_open): Ditto.
8049 * solib.c (solib_map_sections): Ditto.
8050 Fix PR gdb/354.
7e336ba1 8051
0f017ab9
AC
80522002-02-26 Andrew Cagney <ac131313@redhat.com>
8053
8054 * remote.c (_initialize_remote): By default, disable ``e'' and
8055 ``E'' step out-of-range packets.
8056
75738c29
AS
80572002-02-26 Andreas Schwab <schwab@suse.de>
8058
8059 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8060 m68k_linux_frame_saved_pc.
8061 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8062 in_sigtramp.
8063 (SIGCONTEXT_PC_OFFSET): Remove.
8064 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8065 m68k_linux_sigtramp_saved_pc): New functions.
8066 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8067 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8068 (UCONTEXT_PC_OFFSET): Define.
8069 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8070 non-RT and RT signal trampolines.
8071
7e8ed687
RE
80722002-02-26 Richard Earnshaw <rearnsha@arm.com>
8073
8074 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8075 (TARGET_NBPG, STACK_END_ADDR): Delete
8076 (VARIABLES_INSIDE_BLOCK): Delete.
8077
6972bc8b
AC
80782002-02-25 Andrew Cagney <ac131313@redhat.com>
8079
8080 * utils.c (perror_with_name): Make string parameter constant.
8081 (print_sys_errmsg): Ditto.
8082 (query): Ditto.
8083 * defs.h (perror_with_name): Update.
8084 (print_sys_errmsg): Update.
8085 (query): Update.
8086
aa32f823
DJ
80872002-02-25 Daniel Jacobowitz <drow@mvista.com>
8088
8089 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8090 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8091
19caaa45
PS
80922002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8093
8094 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8095 if it already matches the current architecture from the exec file.
8096 Include arch-utils.h for gdbarch_info_init prototype.
8097 * Makefile.in (rs6000-nat.o): Update dependencies.
8098
d951901f
EZ
80992002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8100
8101 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8102 list of exported variables.
8103
7ea81414
DJ
81042002-02-24 Daniel Jacobowitz <drow@mvista.com>
8105
8106 * gdbserver/configure.srv: New file.
8107 * gdbserver/configure.in: Use configure.srv instead
8108 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8109 from it.
8110 * gdbserver/configure: Regenerated.
8111 * gdbserver/terminal.h: New file.
8112 * gdbserver/Makefile.in: Update for configure changes. Remove
8113 more unneeded include paths.
8114
080fe24b
AC
81152002-02-24 Andrew Cagney <ac131313@redhat.com>
8116
8117 From wiz at danbala:
8118 * config/sparc/tm-sp64.h: Fix grammar and typos.
8119 Fix PR gdb/287.
8120
8605d56e
AC
81212002-02-24 Andrew Cagney <ac131313@redhat.com>
8122
8123 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
8124 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8125 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8126 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
8127 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8128 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8129 * s390-tdep.c: Ditto.
92362027
AC
8130 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8131 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8132 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8133 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8134 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8135 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8136 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8137 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8138 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8139 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 8140 Fix PR gdb/378.
7e336ba1 8141
8ed32cc0
AC
81422002-02-23 Andrew Cagney <ac131313@redhat.com>
8143
a3007b6f
AC
8144 * lin-thread.c: Delete file.
8145 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8146 to gdb_proc_service.h.
8147 * configure: Re-generate.
8148
50a9e2f1
AC
8149 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8150 * serial.c (serial_open): Delete check for "ocd".
8151 Fix PR gdb/349.
8152
8b6e7932
AC
8153 * Makefile.in (linux-thread.o): Delete target.
8154 * linux-thread.c: Delete file.
8155
d155c46b
AC
8156 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8157 renamed SH files to be consistent.
8158
8ed32cc0
AC
8159 * symtab.c (sort_search_symbols): Use xfree.
8160
0e18d038
RE
81612002-02-23 Richard Earnshaw <rearnsha@arm.com>
8162
8163 * arm-linux-tdep.c (arm_linux_init_abi): Register
8164 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8165 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8166 definition with undef, since we don't want the sysvr4 definition.
8167 (SKIP_TRAMPOLINE_CODE): Likewise.
8168
27aac7ff
AC
81692002-02-23 Andrew Cagney <ac131313@redhat.com>
8170
8171 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8172
8173 * configure.in: (AC_CHECK_FUNCS) Added test for
8174 canonicalize_file_name Regenerated.
8175 * config.in, configure: Regenerated.
8176 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8177 defined use canonicalize_file_name.
7e336ba1 8178
65a6e0ee
MC
81792002-02-23 Michael Chastain <mec@shout.net>
8180
8181 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8182
47b95330
AC
81832002-02-23 Andrew Cagney <ac131313@redhat.com>
8184
8185 * README: Remove references to cygnus.com.
8186 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8187 dot com'' form. Remove references to cygnus.com and sourceware.
8188
696f451b
AC
81892002-02-23 Andrew Cagney <ac131313@redhat.com>
8190
8191 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8192 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8193 1003.1-2001 no longer allows "head -1".
8194 * gdb/Makefile.in (version.c): Likewise.
8195 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8196 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8197 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8198
bbaca940
AC
81992002-02-23 Andrew Cagney <ac131313@redhat.com>
8200
8201 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8202 * command.h (cmd_cfunc_eq): Declare.
8203 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8204
8205 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8206 ``struct cmd_list_element *''.
8207 * cli/cli-cmds.c (is_complete_command): Update. Use
8208 cmd_cfunc_eq.
8209 * top.c (execute_command): Pass the command to
8210 is_complete_command.
8211 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8212
b8b8b047
AC
82132002-02-23 Andrew Cagney <ac131313@redhat.com>
8214
8215 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8216 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8217 architecture defines.
8218 * s390-tdep.c (s390_gdbarch_init): Likewise.
8219
19d3fc80
RE
82202002-02-23 Richard Earnshaw <rearnsha@arm.com>
8221
8222 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8223 (arm_linux_push_arguments): Likewise.
8224 (arm_linux_init_abi): Register them. Also register linux-specific
8225 call_dummy_words.
8226 (find_minsym_and_objfile): Use strcmp, not STREQ.
8227 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8228 (arm_linux_call_dummy_words): Delete declaration.
8229 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8230 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8231 declarations.
8232 (LOWEST_PC): Delete.
8233
3ab13650
PS
82342002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8235
8236 * maint.c (print_section_info): Do not prepend `0x' to filepos
8237 output, it will be handled by local_hex_string_custom.
8238
19d3fc80 82392002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
8240
8241 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8242 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8243 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8244
d85a5daf
JB
82452002-02-22 Jim Blandy <jimb@redhat.com>
8246
8247 Indicate that the bcache functions don't change the strings
8248 they're passed.
8249 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8250 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8251
eeb25b8a
PM
82522002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8253
8254 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8255
6badb179
CF
82562002-02-21 Christopher Faylor <cgf@redhat.com>
8257
8258 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8259 find the complete path to a loaded DLL.
8260
e8717518
FF
82612002-02-21 Fred Fish <fnf@redhat.com>
8262
8263 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8264 that marks the end of the range of a function, enter a line number
8265 entry that has a line number of zero and a PC offset that matches
8266 the end of the function. This starts a range of PC's for which no
8267 line number information is known.
8268 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8269 PC's for which no line number info is found (line number is zero)
8270 then we didn't find any valid line information.
8271 * symtab.h: Document use of zero line number entry.
8272
9abe5450
EZ
82732002-02-21 Elena Zannoni <ezannoni@redhat.com>
8274
8275 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8276 (have_ptrace_getvrregs): Define for run time checks.
8277 (gdb_vrregset_t): New type for Altivec register handling.
8278 (fetch_register, store_register): Fetch/store altivec register
8279 when needed.
8280 (fetch_altivec_register, store_altivec_register): New functions.
8281 (supply_vrregset, fill_vrregset): New functions.
8282 (fetch_altivec_registers, store_altivec_registers): New functions.
8283 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8284 registers as well.
8285
aaa38bb5
AJ
82862002-02-21 Jiri Smid <smid@suse.cz>
8287
8288 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8289
b34db576
RE
82902002-02-21 Richard Earnshaw <rearnsha@arm.com>
8291
8292 * Makefile.in (armnbsd-nat.o): Update dependencies.
8293 * armnbsd-nat.c (supply_gregset): New function. Common code to
8294 supply the integer register set.
8295 (supply_fparegset): New function. Similar for FPA registers.
8296 (fetch_regs, fetch_fp_regs): Use them.
8297 (fetch_core_registers): Likewise.
8298 (fetch_elfcore_registers): New function.
8299 (arm_netbsd_elfcore_fns): New core-file type specification.
8300 (_initialize_arm_netbsd_nat): Register it.
8301
3e56fc4b
RE
83022002-02-21 Richard Earnshaw <rearnsha@arm.com>
8303
8304 * armnbsd-nat.c: Include gdbcore.h.
8305 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8306 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8307 'void' to declaration, to shut up ARI.
8308 (fetch_core_registers): Make static. Rewrite using supply_register.
8309 (arm_netbsd_core_fns): New core-file type specification.
8310 (_initialize_arm_netbsd_nat): New function.
8311
097f6b0b
CF
83122002-02-21 Christopher Faylor <cgf@redhat.com>
8313
8314 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8315 value.
8316
c914e0cc
CF
83172002-02-20 Christopher Faylor <cgf@redhat.com>
8318
8319 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8320 fails.
8321
385fa495
DJ
83222002-02-20 Daniel Jacobowitz <drow@mvista.com>
8323
8324 * jv-exp.y (parse_number): Change type of implicit longs
8325 to builtin_type_uint64.
8326
e5f1222d
DJ
83272002-02-20 Daniel Jacobowitz <drow@mvista.com>
8328
8329 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8330 to be an integer instead of a `union wait'.
8331
75c9abc6
DJ
83322002-02-20 Daniel Jacobowitz <drow@mvista.com>
8333
8334 * mips-linux-nat.c: Call the operating system GNU/Linux.
8335 * mips-linux-tdep.c: Likewise.
8336 * mips-tdep.c: Likewise.
8337
551792a5
DJ
83382002-02-20 Daniel Jacobowitz <drow@mvista.com>
8339
8340 Fix PR gdb/265.
8341 * jv-exp.y (parse_number): Handle 64-bit integers.
8342
ee6e2b82
DJ
83432002-02-20 Daniel Jacobowitz <drow@mvista.com>
8344
8345 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8346 AC_STDC_HEADERS to AC_HEADER_STDC.
8347 * gdbserver/configure: Regenerated.
8348
a48442a0
RE
83492002-02-20 Richard Earnshaw <rearnsha@arm.com>
8350
8351 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8352 is defined.
8353 * sparc-tdep.c (get_longjmp_target): Likewise.
8354
fe419ffc
RE
83552002-02-20 Richard Earnshaw <rearnsha@arm.com>
8356
8357 * News: Add news about ARM and Multi-arch. Mention the new target
8358 arm*-*-netbsd*.
8359
5832ed7e
JB
83602002-02-19 Jim Blandy <jimb@redhat.com>
8361
8362 * stabsread.c (error_type_complaint): Improve error message.
8363
84563040
DJ
83642002-02-19 Daniel Jacobowitz <drow@mvista.com>
8365
8366 * gdbserver/README: Update documentation.
8367 * gdbserver/configure.in: Update configury to match documentation.
8368 * gdbserver/Makefile.in: Likewise.
8369 * gdbserver/configure: Regenerated.
8370 * gdbserver/aclocal.m4: New file, generated by aclocal.
8371 * gdbserver/config.in: New file, generated by autoheader.
8372
375fd65b
RE
83732002-02-19 Richard Earnshaw <rearnsha@arm.com>
8374
8375 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8376 armnbsd-nat.c.
8377
08216dd7
RE
83782002-02-19 Richard Earnshaw <rearnsha@arm.com>
8379
8380 * arm-tdep.h (enum arm_float_model): New enum.
8381 (struct gdbarch_tdep): Add fp_model.
8382 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8383 up floating-point conversions until we know the floating-point model
8384 in use by the inferior. Don't complain about being unable to
8385 determine the ABI of the inferior when we don't have one.
8386 (arm_extract_return_value): Support different floating-point models.
8387 (arm_store_return_value): Likewise.
aaa38bb5 8388 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
8389 ARM_FLOAT_SOFT.
8390 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8391
65d6d66a
PS
83922002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8393
8394 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8395 of ``current_gdbarch''.
8396
47221191
RE
83972002-02-19 Richard Earnshaw <rearnsha@arm.com>
8398
8399 * armnbsd-nat.c : ANSIfy all function declarations.
8400 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8401 (fetch_inferior_registers): Re-implement in terms of above.
8402 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8403 (store_inferior_registers): Re-implement in terms of above.
8404
fdf39c9a
RE
84052002-02-19 Richard Earnshaw <rearnsha@arm.com>
8406
aaa38bb5 8407 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
8408 kernel.
8409 * arm-linux-tdep.c: Likewise.
8410 * config/arm/tm-linux.h: Likewise.
8411
93247f88
RE
84122002-02-19 Richard Earnshaw <rearnsha@arm.com>
8413
8414 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8415 * config/arm/nbsd.mt (TM_FILE): Delete.
8416 * config/arm/tm-nbsd.h: Delete.
8417
d7b486e7
RE
84182002-02-19 Richard Earnshaw <rearnsha@arm.com>
8419
8420 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8421 Initialize CALL_DUMMY_LENGTH.
8422
41d39a95
RE
84232002-02-19 Richard Earnshaw <rearnsha@arm.com>
8424
8425 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8426 function.
8427 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 8428 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
8429 defines one thing and that is incorrect for this port.
8430 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8431
e1195560
PM
84322002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8433
8434 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8435
c1748f97
PM
84362002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8437
8438 * win32-nat.c (display_selector): New function. Displays information
8439 about the information returned by GetThreadSelectorEntry API function.
8440 (display_selectors): New function. Displays the infomation of
8441 the selector given as argument, or of CS, DS ans FS selectors
8442 if no argument is given.
8443 ( _initialize_inftarg): Add "w32" as info prefix command.
8444 Add "info w32 selector" as command calling display_selectors.
8445
e41e6bbf
PM
84462002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8447
8448 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8449 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8450 if not defined.
8451
0d3a9f48
RE
84522002-02-18 Richard Earnshaw <rearnsha@arm.com>
8453
8454 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8455
3fb4b924
RE
84562002-02-18 Richard Earnshaw <rearnsha@arm.com>
8457
8458 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8459 (arm_fix_call_dummy): Call it.
8460 (arm_call_dummy_breakpoint_offset): Delete.
8461 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8462 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8463
7f55af32
AC
84642002-02-18 Andrew Cagney <ac131313@redhat.com>
8465
8466 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8467 Default to func_frame_chain_valid.
8468 * gdbarch.h, gdbarch.c: Re-generate.
8469 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8470
05f13b9c
EZ
84712002-02-18 Elena Zannoni <ezannoni@redhat.com>
8472
8473 * ppc-linux-nat.c: Update copyright.
8474 (fetch_register, store_register): Add tid parameter, don't compute
8475 tid here.
8476 (fetch_ppc_registers, store_ppc_registers): Add tid
8477 parameter. Pass it along to callees.
8478 (fetch_inferior_registers, store_inferior_registers): Compute tid
8479 here, and pass it to calleed functions.
8480 (fill_gregset, supply_fpregset): Clean up formatting.
8481
d7afb4c9
RE
84822002-02-18 Richard Earnshaw <rearnsha@arm.com>
8483
8484 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8485 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8486
9df628e0
RE
84872002-02-18 Richard Earnshaw <rearnsha@arm.com>
8488
8489 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8490 * gdbarch.c gdbarch.h: Regenerate.
8491 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8492 function.
8493 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8494 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8495 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8496
8497 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8498 * arm-tdep.c (arm_get_longjmp_target): New function.
8499 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8500 this to a positive value register arm_get_longjmp_target as the
8501 longjmp handler.
8502 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8503 (arm_linux_init_abi): Set up longjmp description in tdep.
8504 * armnbsd-nat.c (get_longjmp_target): Delete.
8505 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8506 description in tdep.
8507 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8508 (get_longjmp_target): Delete declaration.
8509 (GET_LONGJMP_TARGET): Delete.
8510 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8511 (GET_LONGJMP_TARGET): Delete.
8512
57bc8964
KB
85132002-02-17 Kevin Buettner <kevinb@redhat.com>
8514
8515 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8516 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8517 of ``current_gdbarch''.
8518
83d31a92
TT
85192002-02-17 Tom Tromey <tromey@redhat.com>
8520
8521 * cli/cli-cmds.c (compare_strings): New function.
8522 (complete_command): Only print each unique item once.
8523 * completer.h (complete_line): Declare.
8524 * completer.c (complete_line): New function.
8525 (line_completion_function): Use it.
8526
17ef5d92
AC
85272002-02-16 Andrew Cagney <ac131313@redhat.com>
8528
8529 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8530 * gdbarch.h, gdbarch.c: Re-generate.
8531
491b8946
DJ
85322002-02-16 Daniel Jacobowitz <drow@mvista.com>
8533
8534 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8535
85362002-02-16 Daniel Jacobowitz <drow@mvista.com>
8537
8538 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8539 * valops.c (value_arg_coerce): Don't take the address of a reference
8540 to convert an argument to a reference.
8541
dfe7f3ac
CF
85422002-02-15 Christopher Faylor <cgf@redhat.com>
8543
8544 * win32-nat.c (get_image_name): New function.
8545 (handle_load_dll): Use get_image_name function.
8546 (get_child_debug_event): Avoid registering debug events until possibly
8547 execed process is started.
8548 (child_create_inferior): Allow invocation via shell so that command
8549 line redirection, etc. works ok.
8550 (_initialize_inftarg): Add new command: "set shell" to control whether
8551 a shell is used to start a process.
8552
1d33e73a
DJ
85532002-02-15 Daniel Jacobowitz <drow@mvista.com>
8554
8555 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8556 instead of find_register_by_number.
8557 (cannot_store_register): Likewise.
8558
48cd0caa
PM
85592002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8560
aaa38bb5 8561 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
8562 fprintf_unfiltered (gdb_stderr, ...).
8563
8656e7d8
DJ
85642002-02-15 Daniel Jacobowitz <drow@mvista.com>
8565
8566 * gdbserver/gdbserver.1: Document --attach.
8567
66e810cd
RE
85682002-02-15 Richard Earnshaw <rearnsha@arm.com>
8569
8570 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8571 descriptions.
8572 * arm-tdep.c (arm_default_arm_le_breakpoint)
8573 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8574 (arm_default_thumb_be_breakpoint): New. Initialize them from
8575 traditional breakpoint defines.
8576 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8577 (arm_gdbarch_init): Initialize new breakpoint variables.
8578 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8579 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8580 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8581 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8582 code out to ...
8583 (arm_netbsd_init_abi_common): ... here; new function.
8584 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8585 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8586 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8587 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8588
97e03143
RE
85892002-02-15 Richard Earnshaw <rearnsha@arm.com>
8590
8591 * arm-tdep.h (enum arm_abi): New enum.
8592 (struct gdbarch_tdep): New structure.
8593 (LOWEST_PC): Provide a default.
8594 (arm_gdbarch_register_os_abi): Declare new function.
8595 * arm-tdep.c (arm_abi_names): New array.
8596 (process_note_abi_tag_sections): New function.
8597 (get_elfosabi): New function.
8598 (arm_gdbarch_register_os_abi): New function.
8599 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8600 support for that ABI has been built in, then call the appropriate
8601 configuration routine. Use gdbarch_num_regs() to get the number
8602 of registers.
8603 (arm_dump_tdep): New function.
8604 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8605 place-holder functions.
8606 (_initialize_arm_tdep): Register them.
8607 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8608
8609 * armnbsd-tdep.c: New file.
8610 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8611 * config/arm/nbsd.mt (TDEPFILES): Add it.
8612 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8613
8614 * armnbsd-nat.c: Include regcache.h.
8615 * Makefile.in (armnbsd-nat.o): Update dependency list.
8616
8617 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8618
ad68be46
DJ
86192002-02-14 Daniel Jacobowitz <drow@mvista.com>
8620
8621 * gdbserver/Makefile.in: Fix typos in target rules.
8622
003d6d1d
DJ
86232002-02-14 Daniel Jacobowitz <drow@mvista.com>
8624
aaa38bb5 8625 Fix part of PR gdb/267.
003d6d1d
DJ
8626 * linespec.c (find_methods): Handle constructors specially for now.
8627
6b230f1b
CV
86282002-02-14 Corinna Vinschen <vinschen@redhat.com>
8629
8630 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8631 handling.
8632 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8633 standard_coerce_float_to_double().
8634
1ea98d12
CF
86352002-02-14 Christopher Faylor <cgf@redhat.com>
8636
8637 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8638 GDBINIT_FILENAME.
8639
dd47e6fd
EZ
86402002-02-14 Elena Zannoni <ezannoni@redhat.com>
8641
8642 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8643 find_variant_by_name, because it confuses the multiarch
8644 framework. Return NULL if there isn't an architecture with the
8645 user supplied name, instead of forcing a different one without
8646 recording the change with the multiarch machinery.
8647 (find_variant_by_name): Delete.
8648
d7e39b9e
PS
86492002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8650
8651 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8652 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8653
76e42a4f
MH
86542002-02-13 Martin M. Hunt <hunt@redhat.com>
8655
aaa38bb5 8656 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
8657 print_frame_info_listing_hook, set current_source_symtab.
8658
0a30fbc4
DJ
86592002-02-14 Daniel Jacobowitz <drow@mvista.com>
8660
8661 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8662 and remove unused $(INCLUDE_DIR).
8663 Add regcache.c to OBS.
8664 Add generated register protocol files to clean target.
8665 Update dependencies for new objects, obsolete old target code.
8666
8667 * gdbserver/linux-low.c: Remove all platform-specific code to
8668 new files. Remove various dead code. Update to use regcache
8669 functionality.
8670 * gdbserver/remote-utils.c (fromhex): Add return statement
8671 to quiet warning.
8672 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8673 constant.
8674 (input_interrupt): Add integer parameter to match prototype
8675 of a signal handler.
8676 (outreg): Use register_data ().
8677 (prepare_resume_reply): Use gdbserver_expedite_regs.
8678 * gdbserver/server.c (main): Dynamically allocate own_buf because
8679 PBUFSIZ is no longer constant. Use registers_to_string () and
8680 registers_from_string ().
8681 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8682 for error (), fatal (), and warning (). Update definition of
8683 PBUFSIZ to use regcache functionality. Add include guard.
8684 * gdbserver/utils.c (fatal): Add missing ``const''.
8685 (warning): New function.
8686
8687 * regformats/regdat.sh: Include "regcache.h" in generated files.
8688 Provide init_registers () function.
8689 * regformats/regdef.h: Add prototype for set_register_cache ().
8690 Add include guard.
8691
8692 * gdbserver/linux-arm-low.c: New file.
8693 * gdbserver/linux-i386-low.c: New file.
8694 * gdbserver/linux-ia64-low.c: New file.
8695 * gdbserver/linux-m68k-low.c: New file.
8696 * gdbserver/linux-mips-low.c: New file.
8697 * gdbserver/linux-ppc-low.c: New file.
8698 * gdbserver/linux-sh-low.c: New file.
8699
8700 * gdbserver/regcache.c: New file.
8701 * gdbserver/regcache.h: New file.
8702
8703 * gdbserver/low-linux.c: Removed obsolete file.
8704
4cc841d0
DJ
87052002-02-14 Daniel Jacobowitz <drow@mvista.com>
8706
8707 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8708 * config/i386/linux.mt: Likewise.
8709 * config/ia64/linux.mt: Likewise.
8710 * config/m68k/linux.mh: Likewise.
8711 * config/powerpc/linux.mh: Likewise.
8712 * config/mips/linux.mt: Likewise.
8713
8714 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8715
8716 * config/i386/i386lynx.mh: Mark gdbserver variables
8717 as (currently) obsolete for this target.
8718 * config/i386/nbsd.mt: Likewise.
8719 * config/i386/nbsdelf.mt: Likewise.
8720 * config/m32r/m32r.mt: Likewise.
8721 * config/m68k/m68klynx.mh: Likewise.
8722 * config/m68k/nbsd.mt: Likewise.
8723 * config/m68k/sun3os4.mh: Likewise.
8724 * config/mips/vr5000.mt: Likewise.
8725 * config/ns32k/nbsd.mt: Likewise.
8726 * config/pa/hppabsd.mh: Likewise.
8727 * config/pa/hppaosf.mh: Likewise.
8728 * config/powerpc/nbsd.mt: Likewise.
8729 * config/rs6000/rs6000lynx.mh: Likewise.
8730 * config/s390/s390.mt: Likewise.
8731 * config/s390/s390x.mt: Likewise.
8732 * config/sparc/sparclynx.mh: Likewise.
8733 * config/sparc/sun4os4.mh: Likewise.
8734 * config/i386/x86-64linux.mt: Likewise.
8735 * config/sparc/linux.mh: Likewise.
8736
a85f51e7
DJ
87372002-02-14 Daniel Jacobowitz <drow@mvista.com>
8738
8739 * configure.tgt: Configure gdbserver only for known working
8740 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8741 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8742 SUBDIRS if it is configured. Update comment for ${nativefile}.
8743 * configure: Regenerated.
8744
65554fef
MS
87452002-02-13 Michael Snyder <msnyder@redhat.com>
8746
670a52db
MS
8747 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8748
6dbdc4a3
MS
8749 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8750 (default_gcore_mach): Just return 0, work around a problem in bfd.
8751 (default_gcore_target): OK to return NULL if exec_bfd is null.
8752 (make_mem_sec): Use a cast, avoid a warning.
8753
8754 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 8755 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
8756 sizeof (host pointer) != sizeof (target pointer)).
8757 (procfs_make_note_section): Avoid overflow in psargs string.
8758
aaa38bb5 8759 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
8760 implementation return an error.
8761
87622002-02-13 Rodney Brown <rbrown64@csc.com.au>
8763
8764 * procfs.c (procfs_make_note_section): Provide a default definition
8765 (for alpha-dec-osf4.0f). Fix typos.
8766
1e4d76e7
EZ
87672002-02-13 Elena Zannoni <ezannoni@redhat.com>
8768
8769 * linux-proc.c: Add include of regcache.h.
8770 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8771
b6d1a1d5
AC
87722002-02-13 Andrew Cagney <ac131313@redhat.com>
8773
8774 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
8775 * memattr.c (create_mem_region): Disallow useless empty region.
8776 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 8777 non-overlapping.
b6d1a1d5 8778
6c6ea35e
MC
87792002-02-13 Michael Chastain <mec@shout.net>
8780
8781 * defs.h: Kill CONST_PTR.
8782 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8783 * c-lang.c (c_builtin_types): Likewise.
8784 * ch-lang.c (ch_builtin_types): Likewise.
8785 * f-lang.c (f_builtin_types): Likewise.
8786 * language.c (unknown_builtin_types): Likewise.
8787 * m2-lang.c (m2_builtin_types): Likewise.
8788 * p-lang.c (pascal_builtin_types): Likewise.
8789 * scm-lang.c (c_builtin_types): Likewise.
8790
3e0b0f48
KS
87912002-02-13 Keith Seitz <keiths@redhat.com>
8792
8793 * arm-tdep.h (arm_get_next_pc): Add declaration.
8794
67255d04
RE
87952002-02-13 Richard Earnshaw <rearnsha@arm.com>
8796
8797 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8798 with other related struct-returning functions.
8799 (arm_extract_struct_value_address): New function.
8800 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8801 initialize float_format, double_format and long_double_format as
8802 appropriate to the endianness of the target.
8803 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8804 (arm_use_struct_convention): Delete declaration.
8805 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8806
079777f6
KS
88072002-02-13 Keith Seitz <keiths@redhat.com>
8808
8809 * defs.h (core_addr_to_string_nz): New function.
8810
34588f23
MK
88112002-02-13 Mark Kettenis <kettenis@gnu.org>
8812
8813 Apply missing bits of 2002-01-15 patch.
8814 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8815 (fill_fpregset): Use i387_fill_fsave.
8816
49b563f9
KS
88172002-02-12 Keith Seitz <keiths@redhat.com>
8818
49b563f9
KS
8819 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8820 (core_addr_to_string_nz): New function.
8821
aeb98c60
RE
88222002-02-11 Richard Earnshaw <rearnsha@arm.com>
8823
8824 * arm-linux-nat.c: Really include arm-tdep.h.
8825 * config/arm/tm-linux.h (struct type, struct value): Declare.
8826
65554fef
MS
88272002-02-11 Michael Snyder <msnyder@redhat.com>
8828
8829 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8830 (gcore section): Ifdef for Solaris and Unixware only.
8831 (procfs_do_thread_registers): Unixware needs one lwpstatus
8832 per thread (not one prstatus or pstatus).
8833 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8834 not over all gdb threads. For unixware, call elfcore_write_pstatus
8835 once before iterating over threads.
8836
34e8f22d
RE
88372002-02-11 Richard Earnshaw <rearnsha@arm.com>
8838
8839 * arm-tdep.h: New file.
8840 * arm-tdep.c: Include arm-tdep.h.
8841 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8842 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8843 (arm_print_float_info, arm_register_type, convert_to_extended)
8844 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8845 (arm_extract_return_value, arm_register_name): Make static.
8846 (arm_software_single_step): Similarly. Fix types in declaration.
8847 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8848 (arm_store_return_value, arm_store_struct_return): New functions.
8849 (arm_gdbarch_init): Register the above functions. Also register
8850 call_dummy_start_offset, sizeof_call_dummy_words,
8851 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8852 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 8853 max_register_virtual_size, register_size. Set up
34e8f22d
RE
8854 prologue_cache.saved_regs here, rather than ...
8855 (_initialize_arm_tdep): ... here.
8856 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8857 declarations.
8858 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8859 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8860 (arm_print_float_info, arm_register_type, convert_to_extended)
8861 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8862 (arm_extract_return_value, arm_register_name): Delete declarations.
8863 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8864 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8865 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8866 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8867 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8868 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8869 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8870 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8871 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8872 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8873 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8874 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8875 interface.
8876 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8877 * remote-rdi.c remote-rdp.c: Likewise.
8878 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8879 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8880 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8881 definition.
8882
8883 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8884 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8885 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8886 from non-ARM_ prefixed definitions.
8887 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8888 all uses of above.
8889 * remote-rdi.c remote-rdp.c: Likewise.
8890 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8891
148754e5
RE
88922002-02-11 Richard Earnshaw <rearnsha@arm.com>
8893
8894 * arm-tdep.c (arm_frameless_function_invocation)
8895 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8896 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8897 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8898 (arm_pop_frame, arm_get_next_pc): Make static.
8899 (arm_gdbarch_init): Register above in gdbarch structure.
8900 (arm_read_fp): Renamed from arm_target_read_fp.
8901 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8902 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8903 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8904 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8905 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8906 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8907 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
8908 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8909 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8910 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8911 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 8912
434d2d4f
DJ
89132002-02-10 Daniel Jacobowitz <drow@mvista.com>
8914
8915 * symtab.c (compare_search_syms): New function.
8916 (sort_search_symbols): New function.
8917 (search_symbols): Sort symbols after searching rather than
8918 before.
8919
55241689
AC
89202002-02-10 Andrew Cagney <ac131313@redhat.com>
8921
8922 * NEWS: Linux -> GNU/Linux.
8923
028c194b
AC
89242002-02-10 Andrew Cagney <ac131313@redhat.com>
8925
8926 * gdbarch.sh: For for level one methods, disallow a definition
8927 when partially multi-arched. Add comments explaining rationale.
8928 * gdbarch.h: Re-generate.
8929
6acf50cd
AC
89302002-02-10 Andrew Cagney <ac131313@redhat.com>
8931
8932 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8933 multi-arch partial.
aaa38bb5 8934
50248794
AC
89352002-02-10 Andrew Cagney <ac131313@redhat.com>
8936
8937 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8938 field. Use diff -u.
8939 * gdbarch.c: Re-generate.
8940
c30e0066
AC
89412002-02-10 Andrew Cagney <ac131313@redhat.com>
8942
9b56c5f3 8943 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
8944 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8945 partial.
8946
6e6d6484
AC
89472002-02-10 Andrew Cagney <ac131313@redhat.com>
8948
8949 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8950 multi-arch partial.
8951 (PUSH_ARGUMENTS): Switch to using predefault.
8952 * gdbarch.c: Regenerate.
8953
c203844d
AC
89542002-02-10 Andrew Cagney <ac131313@redhat.com>
8955
8956 * valops.c (PUSH_ARGUMENTS): Delete definition.
8957 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8958 partial. Default to default_push_arguments.
8959 * gdbarch.h, gdbarch.c: Regenerate.
8960
b5a2688f
AC
89612002-02-09 Andrew Cagney <ac131313@redhat.com>
8962
8963 * defs.h (throw_exception): Rename return_to_top_level. Update
8964 comments.
8965 * utils.c (error_stream, internal_verror, quit): Ditto.
8966 * top.c (throw_exception, catcher): Ditto.
8967 * sparclet-rom.c (sparclet_load): Ditto.
8968 * remote.c (interrupt_query, minitelnet): Ditto.
8969 * remote-sds.c (interrupt_query): Ditto.
8970 * remote-mips.c (mips_error, mips_kill): Ditto.
8971 * ocd.c (interrupt_query): Ditto.
8972 * monitor.c (monitor_interrupt_query): Ditto.
8973 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8974 * target.h: Update comment.
aaa38bb5 8975
b5a2688f 8976 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 8977
2fa5c1e0
AC
89782002-02-09 Andrew Cagney <ac131313@redhat.com>
8979
8980 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8981 default_double_format.
8982 * gdbarch.h, gdbarch.c: Re-generate.
8983 * findvar.c (floatformat_unknown): Delete variable definition.
8984 * doublest.h (floatformat_unknown): Delete variable declaration.
8985
da966255
JB
89862002-02-09 Jim Blandy <jimb@redhat.com>
8987
8988 * stabsread.c (read_type): Add code to parse Sun's syntax for
8989 prototyped function types.
8990
123a4891
AC
89912002-02-09 Andrew Cagney <ac131313@redhat.com>
8992
8993 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8994 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8995
fb39c8f3
PS
89962002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8997
8998 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8999 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
9000 now _initialize_xcoffsolib gets called again and overrides the
9001 commands from solib.c in a native configuration.
9002
0b87a11d
MK
90032002-02-09 Mark Kettenis <kettenis@gnu.org>
9004
9005 * doublest.c (store_typed_floating): Don't try to return a value.
9006 Fixes PR gdb/290.
9007
bdc2fc72
JB
90082002-02-08 Jim Blandy <jimb@redhat.com>
9009
9010 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
9011 is prototyped and has no arguments, print its argument list as
9012 `(void)'.
9013
da69bbcf
CD
90142002-02-08 Chris Demetriou <cgd@broadcom.com>
9015
9016 * MAINTAINERS (write-after-approval): Add myself.
9017 (paper-trail): I've escaped!
aaa38bb5 9018
b69571f5
CF
90192002-02-08 Christopher Faylor <cgf@redhat.com>
9020
9021 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
9022 changes.
9023 (_initialize_check_for_gdb_ini): Ditto.
9024
f6871398
MH
90252002-02-08 Martin M. Hunt <hunt@redhat.com>
9026
9027 * win32-nat.c (cygwin_pid_to_str): Fix typo.
9028 xaprintf -> xasprintf.
9029
4e52d31c
PM
90302002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
9031
9032 * win32-nat.c: Remove use of printf and sprintf functions.
9033
39bbf761
RE
90342002-02-08 Richard Earnshaw <rearnsha@arm.com>
9035
9036 * arm-tdep.c (arm_frame_chain_valid): Make static.
9037 (arm_push_arguments): Likewise.
9038 (arm_gdbarch_init): New function.
9039 (_initialize_arm_tdep): Call it.
9040 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
9041 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
9042 (FRAME_CHAIN_VALID): Delete.
9043 (arm_frame_chain_valid): Delete declaration.
9044 (PUSH_ARGUMENTS): Delete.
9045 (arm_push_arguments): Delete declaration.
9046 (CALL_DUMMY_P): Delete.
9047
9c9532c9
CV
90482002-02-08 Andrew Cagney <ac131313@redhat.com>
9049 Corinna Vinschen <vinschen@redhat.com>
9050
9051 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9052 on builtin float types.
9053
4e8f7a8b
DJ
90542002-02-08 Daniel Jacobowitz <drow@mvista.com>
9055
9056 * utils.c: Include <curses.h> before "bfd.h".
9057 * tui/tui-hooks.c: Likewise.
9058 * tui/tui.c: Likewise.
9059 * tui/tuiCommand.c: Likewise.
9060 * tui/tuiData.c: Likewise.
9061 * tui/tuiDataWin.c: Likewise.
9062 * tui/tuiDisassem.c: Likewise.
9063 * tui/tuiGeneralWin.c: Likewise.
9064 * tui/tuiIO.c: Likewise.
9065 * tui/tuiLayout.c: Likewise.
9066 * tui/tuiRegs.c: Likewise.
9067 * tui/tuiSource.c: Likewise.
9068 * tui/tuiSourceWin.c: Likewise.
9069 * tui/tuiStack.c: Likewise.
9070 * tui/tuiWin.c: Likewise.
9071
cd4bffcf
EZ
90722002-02-07 Elena Zannoni <ezannoni@redhat.com>
9073
9074 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9075 to include space for pseudoregs as well. Update loops accordingly.
9076 (sh_fp_frame_init_saved_regs): Ditto.
9077 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9078
26806ce2
AC
90792002-02-07 Andrew Cagney <ac131313@redhat.com>
9080
9081 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9082 Add Richard Earnshaw to Arm maintainers.
9083
97fdab62
AC
90842002-02-07 Andrew Cagney <ac131313@redhat.com>
9085
a6b98203
AC
9086 * defs.h (warning_begin): Delete declaration.
9087
97fdab62
AC
9088 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9089 Delete macro.
9090
78b29b40
MS
90912002-02-07 Michael Snyder <msnyder@redhat.com>
9092
aaa38bb5 9093 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
9094 Logic bug, remove misplaced else.
9095
d8849953
KD
90962002-02-07 Klee Dienes <klee@apple.com>
9097
9098 * fork-inferior.c (fork_inferior): Add '!' to the list of
9099 characters that need to be quoted when building a string for the
9100 shell. Quote '!' specifically with a backslash, since CSH chokes
9101 when trying to evaluate "str!str".
aaa38bb5 9102
095778a0
NC
91032002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9104
9105 * rdi-share/host.h: Only provide a typedef for bool if it is not
9106 defined.
9107
1900040c
MS
91082002-02-04 Michael Snyder <msnyder@redhat.com>
9109
9110 * breakpoint.h (enum bptype): Add new overlay event bp type.
9111 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 9112
1900040c
MS
9113 * breakpoint.c (create_internal_breakpoint): New function.
9114 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9115 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9116 (create_thread_event_breakpoint): Ditto.
9117 (create_solib_event_breakpoint): Ditto.
9118 (create_overlay_event_breakpoint): New function.
9119 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9120 (update_breakpoints_after_exec): Delete and re-initialize
9121 overlay event breakpoints after an exec. Add FIXME comment
9122 about longjmp breakpoint.
9123 (print_it_typical): Ignore overlay event breakpoints.
9124 (print_one_breakpoint): Ditto.
9125 (mention): Ditto.
9126 (bpstat_what): Do not stop for overlay event breakpoints.
9127 (delete_breakpoint): Don't delete overlay event breakpoints.
9128 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9129 (breakpoint_re_set): Re-create overlay event breakpoint.
9130
9131 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9132 (overlay_manual_command): Disable overlay breakpoints.
9133 (overlay_off_command): Disable overlay breakpoints.
9134
082fc60d
RE
91352002-02-06 Richard Earnshaw <rearnsha@arm.com>
9136
9137 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9138 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9139 to here from config/tm-arm.h.
9140 (coff_sym_is_thumb): Make static.
9141 (arm_elf_make_msymbol_special): New function.
9142 (arm_coff_make_msymbol_special): New function.
9143 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9144 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9145 (coff_sym_is_thumb): Delete declaration.
9146 (arm_elf_make_msymbol_special): Declare.
9147 (arm_coff_make_msymbol_special): Declare.
9148 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9149 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9150
039c5766
RE
91512002-02-06 Richard Earnshaw <rearnsha@arm.com>
9152
9153 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9154
91552002-02-06 Richard Earnshaw <rearnsha@arm.com>
9156
9157 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9158 * gdbarch.c gdbarch.h: Regenerate.
9159 * arch-utils.c (default_print_float_info): New function.
9160 * arch-utils.h (default_print_float_info): Prototype it.
9161 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9162 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9163 (PRINT_FLOAT_INFO): Document it.
9164
9165 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9166 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9167 (PRINT_FLOAT_INFO): Define.
9168
58fa08f0
PM
91692002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9170
aaa38bb5 9171 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
9172 Add typecast to sprintf argument to suppress a warning.
9173
7393af7c
PM
91742002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9175
58fa08f0 9176 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
9177 to allow easier handling of pass state.
9178 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9179 that gives exception name and address.
9180 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 9181 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 9182 exceptions added.
aaa38bb5
AJ
9183 (child_continue): Correctly report continue_status.
9184 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 9185 TARGET_SIGNAL_0 (new default value).
aaa38bb5 9186 (child_resume): consider sig argument passed to decide if
7393af7c
PM
9187 the exception should be passed to debuggee or not.
9188
6af4589c
MS
91892002-02-05 Michael Snyder <msnyder@redhat.com>
9190
9191 * regcache.c (fetch_register): Call target_fetch_register
9192 only if we don't call FETCH_PSEUDO_REGISTER.
9193 (store_register): Call target_store_register only if we
9194 don't call STORE_PSEUDO_REGISTER.
9195
a2cf933a
EZ
91962002-02-05 Elena Zannoni <ezannoni@redhat.com>
9197
9198 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9199 ELF_MAKE_MSYMBOL_SPECIAL.
9200 * gdbarch.c, gdbarch.h: Regenerate.
9201 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 9202 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
9203 * elfread.c (elf_symtab_read): Compile use of
9204 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9205 multiarched.
9206 * coffread.c (coff_symtab_read): Ditto, for
9207 COFF_MAKE_MSYMBOL_SPECIAL.
9208
6bb7be43
JB
92092002-02-05 Jim Blandy <jimb@redhat.com>
9210
9211 * solib-svr4.c (svr4_truncate_ptr): New function.
9212 (svr4_relocate_section_addresses): Do the address arithmetic with
9213 the appropriate truncation for target addresses, even when
9214 CORE_ADDR is larger than a target address.
9215
e18651ec
DJ
92162002-02-05 Daniel Jacobowitz <drow@mvista.com>
9217
9218 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9219 to (int *).
9220
6b2725be
DJ
92212002-02-05 Daniel Jacobowitz <drow@mvista.com>
9222
9223 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9224 code.
9225
fca9e603
DJ
92262002-02-05 Daniel Jacobowitz <drow@mvista.com>
9227
9228 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9229
6c537a52
DJ
92302002-02-05 Daniel Jacobowitz <drow@mvista.com>
9231
9232 * gdbserver/linux-low.c: Remove unused include files.
9233
d844cde6
DJ
92342002-02-05 Daniel Jacobowitz <drow@mvista.com>
9235
9236 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9237 (read_inferior_memory): Use it.
9238 (write_inferior_memory): Likewise.
9239
d07c63e7
DJ
92402002-02-05 Daniel Jacobowitz <drow@mvista.com>
9241
9242 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9243 grubbing through sys_errlist.
9244
da6d8c04
DJ
92452002-02-05 Daniel Jacobowitz <drow@mvista.com>
9246
9247 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9248
5b421780
PM
92492002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9250 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9251
9f60d481
AC
92522002-02-04 Andrew Cagney <ac131313@redhat.com>
9253
9254 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9255 (do_sfunc, set_cmd_sfunc): New functions.
9256
9257 * command.h (struct cmd_list_element): Add field func.
9258 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9259 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9260 * cli/cli-decode.h: Ditto.
9261
9262 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9263 (help_all, help_cmd_list): Ditto.
9264 (find_cmd, complete_on_cmdlist): Ditto.
9265 * top.c (execute_command): Ditto.
9266
9267 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9268 function.sfunc.
9269
9270 * infcmd.c (notice_args_read): Fix function signature.
9271
9272 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9273 * cli/cli-decode.c (add_set_cmd): Ditto.
9274 * utils.c (initialize_utils): Ditto.
9275 * maint.c (_initialize_maint_cmds): Ditto.
9276 * infrun.c (_initialize_infrun): Ditto.
9277 * demangle.c (_initialize_demangler): Ditto.
9278 * remote.c (add_packet_config_cmd): Ditto.
9279 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9280 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9281 * proc-api.c (_initialize_proc_api): Ditto.
9282 * kod.c (_initialize_kod): Ditto.
9283 * valprint.c (_initialize_valprint): Ditto.
9284 * top.c (init_main): Ditto.
9285 * infcmd.c (_initialize_infcmd): Ditto.
9286 * corefile.c (_initialize_core): Ditto.
9287 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9288 * arch-utils.c (initialize_current_architecture): Ditto.
9289 (_initialize_gdbarch_utils): Ditto.
9290 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9291
9292 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9293 * wince.c (_initialize_inftarg): Ditto.
9294 * symfile.c (_initialize_symfile): Ditto.
9295 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9296 * language.c (_initialize_language): Ditto.
9297 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9298
f9ba0717
MS
92992002-02-04 Michael Snyder <msnyder@redhat.com>
9300
9301 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9302
0c74b2a7
DJ
93032002-02-04 Daniel Jacobowitz <drow@mvista.com>
9304
9305 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9306 Add rules for building the register data files.
9307
c638789f
DJ
93082002-02-04 Daniel Jacobowitz <drow@mvista.com>
9309
9310 * regformats/regdat.sh: Add braces to the definition of
9311 expedite_regs_${arch}.
9312
db253027
DJ
93132002-02-04 Daniel Jacobowitz <drow@mvista.com>
9314
9315 * regformats/regdef.h (struct reg): Add comment describing the
9316 requirements for offset and size fields.
9317
206be19c
AS
93182002-02-04 Andreas Schwab <schwab@suse.de>
9319
9320 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9321 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9322
181c1381
RE
93232002-02-04 Richard Earnshaw <rearnsha@arm.com>
9324
9325 * gdbarch.sh (copyright): Update years in generated header.
9326 (SMASH_TEXT_ADDRESS): Add rule.
db253027 9327 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
9328 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9329 * dbxread.c: Likewise.
9330 * dwarfread.c: Likewise.
9331 * elfread.c: Likewise.
9332 * somread.c: Likewise.
9333
9334 * arm-tdep.c (arm_smash_text_address): New function.
9335 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9336
fa4ba8da
PM
93372002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9338
9339 Add support for hardware watchpoints on win32 native.
aaa38bb5 9340 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 9341 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 9342 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
9343 of debug registers.
9344 (debug_registers_changed): New variable. Reflects when debug registers
9345 are changed and need to be written to inferior.
aaa38bb5 9346 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
9347 was set, used when new threads are created.
9348 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9349 i386-nat code.
9350 (thread_rec): Set dr array if id is the thread of current_event .
9351 (child_continue, child_resume): Change the debug registers for all
9352 threads if debug_registers_changed.
9353 (child_add_thread): Change the debug registers if debug_registers_used.
9354 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9355 Link nm.h to new nm-cygwin.h file.
9356 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9357 of hardware registers.
9358
a73c86fb
AC
93592002-02-03 Andrew Cagney <ac131313@redhat.com>
9360
9361 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9362 Restore behavour broken by 2002-01-20 Andrew Cagney
9363 <ac131313@redhat.com> IEEE_FLOAT removal.
9364
acf5ed49
DJ
93652002-02-03 Daniel Jacobowitz <drow@mvista.com>
9366
9367 * c-valprint.c (c_val_print): Pass a proper valaddr to
9368 cp_print_class_method.
9369 * valops.c (search_struct_method): If there is only one method
9370 and args is NULL, return that method.
9371
493d28d5
DJ
93722002-02-03 Daniel Jacobowitz <drow@mvista.com>
9373
9374 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9375 accessing tag_name directly.
9376
7495dfdb
DJ
93772002-02-03 Daniel Jacobowitz <drow@mvista.com>
9378
9379 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9380 of accessing tag_name directly.
9381
dd6bda65
DJ
93822002-02-03 Daniel Jacobowitz <drow@mvista.com>
9383
9384 PR gdb/280
9385 * gdbtypes.c (replace_type): New function.
9386 * gdbtypes.h (replace_type): Add prototype.
9387 * stabsread.c (read_type): Use replace_type.
9388
88fe217c
RE
93892002-02-03 Richard Earnshaw <rearnsha@arm.com>
9390
9391 * Makefile.in (memattr.o): Add missing dependencies rule.
9392
e5d66720
PS
93932002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9394
9395 * breakpoint.c (break_at_finish_command): Really export.
9396 (break_at_finish_at_depth_command): Ditto.
9397 (tbreak_at_finish_command): Ditto.
9398 * hppa-tdep.c: Include completer.h.
9399 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9400 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9401
fffee0be
AC
94022002-02-01 Andrew Cagney <ac131313@redhat.com>
9403
9404 * utils.c (do_write): New function.
9405 (error_stream): Rewrite combining the code from error_begin and
9406 verror.
9407 (verror): Rewrite using error_stream.
9408 (error_begin): Delete function.
9409
255e7dbf
AC
94102002-02-01 Andrew Cagney <ac131313@redhat.com>
9411
9412 * utils.c (error_begin): Make static.
9413 * defs.h (error_begin): Delete declaration.
9414
9415 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9416 (decode_line_1): Use cplusplus_error instead of error_begin,
9417 cplusplus_hint and return_to_top_level.
9418 * coffread.c (coff_symfile_read): Use error instead of error_begin
9419 and return_to_top_level.
9420 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9421
ddfe3c15
AC
94222002-02-01 Andrew Cagney <ac131313@redhat.com>
9423
9424 * language.h (type_error, range_error): Make string parameter
9425 constant.
9426 * language.c (warning_pre_print): Delete extern declaration.
9427 * dwarfread.c (warning_pre_print): Ditto.
9428 * language.c (type_error, range_error): Rewrite to use verror and
9429 vwarning instead of warning_begin.
9430
03ac34d5
MS
94312002-02-01 Michael Snyder <msnyder@redhat.com>
9432
261c4ca2
MS
9433 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9434 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 9435
e00d1dc8
AC
94362002-02-01 Andrew Cagney <ac131313@redhat.com>
9437
9438 * command.h (NO_FUNCTION): Delete macro.
9439 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9440 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9441 * tracepoint.c (_initialize_tracepoint): Ditto.
9442 * cli/cli-decode.c (add_set_cmd): Ditto.
9443 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 9444
76b79d6e
DJ
94452002-02-01 Daniel Jacobowitz <drow@mvista.com>
9446
9447 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9448 Update ``this'' pointer when calling virtual functions.
9449
799f9e91
MS
94502002-02-01 Michael Snyder <msnyder@redhat.com>
9451
c7bd442c 9452 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
9453 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9454
3cf384d4
DJ
94552002-02-01 Daniel Jacobowitz <drow@mvista.com>
9456
9457 * regformats/reg-arm.dat: New file.
9458 * regformats/reg-i386.dat: New file.
9459 * regformats/reg-ia64.dat: New file.
9460 * regformats/reg-m68k.dat: New file.
9461 * regformats/reg-mips.dat: New file.
9462 * regformats/reg-ppc.dat: New file.
9463 * regformats/reg-sh.dat: New file.
9464 * regformats/regdef.h: New file.
9465 * regformats/regdat.sh: New file.
9466
0defa245
RE
94672002-02-01 Richard Earnshaw <reanrsha@arm.com>
9468
9469 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9470 (arm_frame_args_address, arm_frame_locals_address): New functions.
9471 (arm_frame_num_args): New function.
9472 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9473 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9474 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9475
405f26e6
MS
94762002-01-31 Michael Snyder <msnyder@redhat.com>
9477
502fd408
MS
9478 * breakpoint.c (break_at_finish_command): Export.
9479 (break_at_finish_at_depth_command): Export.
9480 (tbreak_at_finish_command): Export.
9481 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9482 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9483 "tbreak" commands, which are HPPA specific.
9484
7d35e135
MS
9485 * printcmd.c (disassemble_command): Remove an ancient
9486 artifact of an old merge.
9487
aaa38bb5 9488 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
9489 Define enum constant values for overlay mode.
9490 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
9491 (overlay_is_mapped, overlay_auto_command,
9492 overlay_manual_command): Ditto.
d874f1e2 9493
aaa38bb5
AJ
9494 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9495 breakpoint_here_p, breakpoint_inserted_here_p,
9496 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
9497 describe_other_breakpoints, check_duplicates, clear_command):
9498 Coding standard fixes.
9499
8add0441 9500 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 9501 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
9502 code: check bfd SEC_READONLY flag for section.
9503
e351066e
AC
95042002-01-31 Andrew Cagney <ac131313@redhat.com>
9505
7d35e135 9506 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 9507
8a48e967
DJ
95082002-01-30 Daniel Jacobowitz <drow@mvista.com>
9509
9510 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9511 data symbols, since we search based on textlow and texthigh.
9512 (find_pc_sect_symtab): Likewise.
9513
f5a96129
AC
95142002-01-30 Andrew Cagney <ac131313@redhat.com>
9515
9516 * defs.h (vwarning): Declare.
f5a96129
AC
9517 * utils.c (vwarning): New function.
9518 (warning): Call vwarning.
9519 (warning_begin): Delete function.
9520
9521 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9522 the warning message.
9523 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9524 warning_begin.
9525
cefd4ef5
MS
95262002-01-30 Michael Snyder <msnyder@redhat.com>
9527
1a703748
MS
9528 * NEWS: Mention "set trust-readonly-sections" command.
9529 Mention generate-core-file command.
cefd4ef5 9530
3a11626d
MS
95312002-01-15 Michael Snyder <msnyder@redhat.com>
9532
9533 * target.c: New command, "set trust-readonly-sections on".
9534 (do_xfer_memory): Honor the suggestion to trust readonly sections
9535 by reading them from the object file instead of from the target.
9536 (initialize_targets): Register command "set trust-readonly-sections".
9537
d1c7e53b
AC
95382002-01-29 Andrew Cagney <ac131313@redhat.com>
9539
9540 * parse.c (target_map_name_to_register): Simplify, search regs and
9541 pseudo-regs using a single loop.
9542
e2c9a72c
AC
95432002-01-30 Andrew Cagney <ac131313@redhat.com>
9544
9545 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9546
69824b4e
MK
95472002-01-15 Rodney Brown <rbrown64@csc.com.au>
9548
9549 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9550 * config/i386/i386v42mp.mh: Add i387-nat.o .
9551 * i386v4-nat.c: Include i387-nat.h.
9552 (supply_fpregset): Use i387_supply_fsave.
9553 (fill_fpregset): Use i387_fill_fsave.
9554
6eb69eab
RE
95552002-01-30 Richard Earnshaw <rearnsha@arm.com>
9556
9557 * arm-tdep.c (arm_call_dummy_words): Define.
9558 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9559 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9560 (CALL_DUMMY_WORDS): Define.
9561 (arm_call_dummy_words): Declare.
9562 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9563 (arm_linux_call_dummy_words): Declare.
9564
9852326a
AS
95652002-01-30 Andreas Schwab <schwab@suse.de>
9566
9567 * m68klinux-nat.c: Fix last change to use regcache_collect
9568 instead of referencing registers[] directly.
9569
977a3030
AC
95702002-01-29 Andrew Cagney <ac131313@redhat.com>
9571
9572 * parse.c (target_map_name_to_register): Delete code wrapped in
9573 #ifdef REGISTER_NAME_ALIAS_HOOK.
9574
2076c72b
MS
95752002-01-28 Michael Snyder <msnyder@redhat.com>
9576
9577 * regcache.c (legacy_read_register_gen): Need to be able to
9578 read pseudo-register as well as real register.
9579 (legacy_write_register_gen): Ditto.
9580
8fcc723b
AC
95812002-01-28 Andrew Cagney <ac131313@redhat.com>
9582
9583 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9584 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9585 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9586 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9587 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9588 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9589 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9590 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9591 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9592 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9593 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9594 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9595 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9596 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9597 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9598 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9599 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9600 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9601 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9602 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9603
afe64c1a
AC
96042002-01-28 Andrew Cagney <ac131313@redhat.com>
9605
9606 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9607 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9608 (initialize_current_architecture): Update target_byte_order using
9609 information from BFD.
aaa38bb5 9610 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
9611 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9612
75bc7ddf
AC
96132002-01-28 Andrew Cagney <ac131313@redhat.com>
9614
9615 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9616 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9617
9618 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9619 #ifdef INVALID_FLOAT.
9620 * infcmd.c (do_registers_info): Ditto.
9621 * values.c (unpack_double): Ditto. Add comment.
9622
9623 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9624 already commented out.
9625
0280a90a
AS
96262002-01-26 Andreas Schwab <schwab@suse.de>
9627
9628 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9629 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9630 registers and add support for PTRACE_GETREGS.
9631
7072a954
AC
96322002-01-24 Andrew Cagney <ac131313@redhat.com>
9633
9634 GDB 5.1.1 released from 5.1 branch.
9635 * NEWS: Add 5.1.1 news.
9636 * README: Sync with 5.1 branch.
9637
86f902e0
FF
96382002-01-23 Fred Fish <fnf@redhat.com>
9639
9640 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9641 stabstring on initial malloc. Reallocing will copy it for us,
9642 if necessary.
9643
8af51c36
EZ
96442002-01-23 Elena Zannoni <ezannoni@redhat.com>
9645
aaa38bb5 9646 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
9647 (HFILES_NO_SRCDIR): Remove hpread.h.
9648 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9649 (hpread.o): Update dependencies.
9650 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9651
9652 * hp-psymtab-read.c: Remove file.
9653 * hp-symtab-read.c: Remove file.
9654 * hpread.h: Remove file.
9655
9656 * hpread.c: Merge all contents of hp-psymtab-read.c,
9657 hp-symtab-read.c and hpread.h into this file, as it was prior to
9658 January 1999.
9659
9660 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 9661 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
9662 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9663 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9664
dc5cfeb6
EZ
96652002-01-23 Elena Zannoni <ezannoni@redhat.com>
9666
9667 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9668 fill_gregset): Call gdbarch_tdep() just once, assign result to
9669 variable and use that, instead of calling the function several
9670 times.
9671
ea87b71b
AO
96722002-01-24 Alexandre Oliva <aoliva@redhat.com>
9673
9674 * configure.host: Accept sparcv9 as alias for sparc64.
9675 * configure.tgt: Likewise.
9676
13fc0c2f
KB
96772002-01-22 Kevin Buettner <kevinb@redhat.com>
9678
9679 * solib-aix5.c (build_so_list_from_mapfile)
9680 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9681 arguments is not reversed.
9682 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9683 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 9684
7bd872fe
EZ
96852002-01-22 Elena Zannoni <ezannoni@redhat.com>
9686
9687 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9688 modified version of obsolete sh_fetch_pseudo_register.
9689 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9690 (sh4_register_read): New function.
9691 (sh_pseudo_register_write): New function. Renamed and modified
9692 version of obsolete sh_store_pseudo_register.
9693 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9694 (sh4_register_write): New function.
9695 (sh_gdbarch_init): Remove setting of gdbarch function
9696 fetch_pseudo_register and store_pseudo_register. Remove setting of
9697 register_convert_to_raw, register_convert_to_virtual,
9698 register_convertible.
9699 (sh_sh4_register_convertible): Delete. No longer needed. All is
9700 taken care by architecture specific functions
9701 register_read/register_write.
9702 (sh_sh4_register_convert_to_virtual): Make static.
9703 (sh_sh4_register_convert_to_raw): Ditto.
9704
069e84fd
AC
97052002-01-22 Andrew Cagney <ac131313@redhat.com>
9706
9707 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9708 (floatformat_is_nan, floatformat_mantissa): Ditto.
9709
9710 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9711 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9712 builtin_type_ieee_double_little,
9713 builtin_type_ieee_double_littlebyte_bigword,
9714 builtin_type_m68881_ext, builtin_type_i960_ext,
9715 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9716 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9717 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9718 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9719
211a4f69
CV
97202002-01-22 Corinna Vinschen <vinschen@redhat.com>
9721
9722 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9723 parameter. Set frameless flag if it exists and depended of
9724 whether the scanned function is frameless or not.
9725 (xstormy16_skip_prologue): If function is frameless, return
9726 result of xstormy16_scan_prologue().
9727 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9728 call.
9729
f81353e4
EZ
97302002-01-21 Elena Zannoni <ezannoni@redhat.com>
9731
9732 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9733 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9734 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9735 sh_sh4_register_byte, sh_sh4_register_raw_size,
9736 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9737 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9738 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9739 sh_store_pseudo_register, sh_do_pseudo_register): Call
9740 gdbarch_tdep() just once, assign result to variable and use that,
9741 instead of calling the function several times.
9742
63c73a17
MK
97432002-01-20 Mark Kettenis <kettenis@gnu.org>
9744
9745 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9746 macros instead of LAST_FPU_CTRL_REGNUM.
9747 (store_register): Likewise.
9748
39ad761d
JB
97492002-01-21 Jim Blandy <jimb@redhat.com>
9750
9751 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9752 is up-to-date before running the program, not just when a program
9753 exits.
9754
3d74b771
FF
97552002-01-21 Fred Fish <fnf@redhat.com>
9756
9757 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9758 when we have found all instructions we are looking for.
9759
966fbf70
RE
97602002-01-21 Richard Earnshaw <rearnsha@arm.com>
9761
9762 * arm-tdep.c (arm_register_name): New function.
9763 (arm_registers_names): Make static.
9764 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9765 (arm_register_name): Declare.
9766 (REGISTER_NAME): Use it.
9767
c3b4394c
RE
97682002-01-21 Richard Earnshaw <rearnsha@arm.com>
9769 Kevin Buettner <kevinb@redhat.com>
9770
9771 Convert arm targets to new FRAME interface.
9772 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9773 (arm_frame_find_save_regs): Delete.
9774 (arm_frame_init_saved_regs): New.
9775 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9776 Allocate extra_info as required. Convert all uses of fsr.regs
9777 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9778 to use extra_info.
9779 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9780 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9781 (check_prologue_cache, save_prologue_cache): Likewise.
9782 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9783 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9784 (FRAME_FIND_SAVED_REGS): Delete.
9785 (arm_frame_find_saved_regs): Delete prototype.
9786 (arm_frame_init_saved_regs): New prototype.
9787 (FRAME_INIT_SAVED_REGS): Define.
9788
61d99182
AC
97892002-01-20 Andrew Cagney <ac131313@redhat.com>
9790
9791 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9792
6aaea291
AC
97932002-01-20 Andrew Cagney <ac131313@redhat.com>
9794
9795 From Jeff Law <law@redhat.com>:
9796 * infttrace.c: Include <sys/pstat.h>.
9797 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9798 exec file if the ttrace equivalent fails.
9799
15f698d2
AC
98002002-01-20 Andrew Cagney <ac131313@redhat.com>
9801
9802 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9803 (closeLogFile): Ditto.
9804
f86ddd7c
MC
98052002-01-20 Michael Chastain <mec@shout.net>
9806
9807 * top.c (print_gdb_version): Bump copyright year to 2002.
9808
904507ce
AC
98092002-01-20 Andrew Cagney <ac131313@redhat.com>
9810
9811 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9812 Zannoni and Eli Zaretskii.
9813
d7f0b9ce
DJ
98142002-01-20 Daniel Jacobowitz <drow@mvista.com>
9815
9816 * buildsym.c: Update copyright years.
9817 * c-typeprint.c: Likewise.
9818 * dwarf2read.c: Likewise.
9819 * f-typeprint.c: Likewise.
9820 * gdbtypes.c: Likewise.
9821 * gdbtypes.h: Likewise.
9822 * hp-symtab-read.c: Likewise.
9823 * hpread.c: Likewise.
9824 * mdebugread.c: Likewise.
9825 * p-typeprint.c: Likewise.
9826
3fd3d7d2
AC
98272002-01-20 Andrew Cagney <ac131313@redhat.com>
9828
9829 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9830 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9831 byte-order selectable.
9832 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9833 * arch-utils.c: Ditto.
9834 (set_endian): Ditto.
9835 (set_endian_from_file): Ditto.
9836 * gdbserver/low-sim.c (create_inferior): Ditto.
9837 * gdbarch.sh: Ditto.
9838 * gdbarch.h: Re-generate.
aaa38bb5
AJ
9839 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9840 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9841 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9842 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9843 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9844 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9845 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
9846 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9847 macro definition.
9848 * config/mips/tm-wince.h: Remove #undef of macro
9849 TARGET_BYTE_ORDER_SELECTABLE.
9850 * config/sh/tm-wince.h: Ditto.
9851
b02dede2
DJ
98522002-01-20 Daniel Jacobowitz <drow@mvista.com>
9853
9854 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9855 member function fields. Add accessor macro
9856 TYPE_FN_FIELD_ARTIFICIAL.
9857 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9858 * c-typeprint.c (c_type_print_base): Skip artificial member
9859 functions.
9860
c3643761
DJ
98612002-01-20 Daniel Jacobowitz <drow@mvista.com>
9862
9863 * f-typeprint.c: Delete unused function f_type_print_args.
9864 * p-typeprint.c: Delete unused function pascal_type_print_args.
9865
8176bb6d
DJ
98662002-01-20 Daniel Jacobowitz <drow@mvista.com>
9867
9868 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9869 comment. Add ``artificial'' to ``union field_location''.
9870
9871 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9872
9873 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9874 * mdebugread.c (parse_symbol): Likewise.
9875 * stabsread.c (define_symbol): Likewise.
9876 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9877 initializing TYPE_FIELD_BITPOS to n (obsolete).
9878 (hpread_doc_function_type): Likewise.
9879 * hpread.c (hpread_function_type): Likewise.
9880
7fd60527
AC
98812002-01-20 Andrew Cagney <ac131313@redhat.com>
9882
9883 * configure.in (host_makefile_frag): Only require a host makefile
9884 fragment when a native build.
9885 * configure: Re-generate.
9886
c2f05ac9
AC
98872002-01-20 Andrew Cagney <ac131313@redhat.com>
9888
9889 * doublest.h (floatformat_from_type): Declare.
9890 * doublest.c (floatformat_from_type): New function.
9891 (convert_typed_floating): Use.
9892
9893 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9894 call to function floatformat_from_type.
9895
9896 * gdbarch.sh (IEEE_FLOAT): Delete.
9897 * gdbarch.h, gdbarch.c: Re-generate.
9898 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9899 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9900 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9901 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9902 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9903 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9904 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9905 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9906 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9907 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9908 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
9909 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9910
9911 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9912 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9913 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9914 * sh-tdep.c (sh_gdbarch_init): Ditto.
9915 * mips-tdep.c (mips_gdbarch_init): Ditto.
9916 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9917 * cris-tdep.c (cris_gdbarch_init): Ditto.
9918
abf22e64
AJ
99192002-01-20 Jiri Smid <smid@suse.cz>
9920
9921 * configure.host, configure.tgt: Support x86-64.
9922 * NEWS: Note new target x86-64.
9923
b7c4cbf8
AJ
9924 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9925 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9926 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9927 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9928 x86-64-linux-nat.o): Fix dependencies.
9929
82600034
AC
99302002-01-19 Andrew Cagney <ac131313@redhat.com>
9931
9932 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9933 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9934 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9935 * config/sparc/xm-sun4os4.h: Delete file.
9936 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 9937
bbe5c628
AC
99382002-01-19 Andrew Cagney <ac131313@redhat.com>
9939
9940 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9941 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9942 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9943 * config/i386/i386lynx.mh (XM_FILE): Delete.
9944 * config/rs6000/xm-rs6000ly.h: Delete file.
9945 * config/sparc/xm-sparclynx.h: Delete file.
9946 * config/m68k/xm-m68klynx.h: Delete file.
9947 * config/i386/xm-i386lynx.h: Delete file.
9948 * config/xm-lynx.h: Delete file.
9949 * config/djgpp/fnchange.lst: Update.
9950
f8453e34
JT
99512002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9952
9953 * alpha-tdep.c (alpha_register_byte): New function.
9954 (alpha_register_raw_size): Ditto.
9955 (alpha_register_virtual_size): Ditto.
9956 (alpha_skip_prologue_internal): Renamed from
9957 alpha_skip_prologue.
9958 (alpha_skip_prologue): New version that calls
9959 alpha_skip_prologue_internal.
9960 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9961 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9962 second argument from alpha_skip_prologue.
9963 (REGISTER_BYTE): Use alpha_register_byte.
9964 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9965 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9966 (FRAMELESS_FUNCTION_INVOCATION): Use
9967 generic_frameless_function_invocation_not.
9968 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9969 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9970
52d9e613
AC
99712002-01-19 Andrew Cagney <ac131313@redhat.com>
9972
9973 * config/mips/xm-news-mips.h: Delete file.
9974 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9975
9976 * config/m88k/xm-m88k.h: Delete file.
9977 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9978 * config/m88k/xm-delta88v4.h: Ditto.
9979 * config/m88k/xm-delta88.h: Ditto.
9980
9981 * config/alpha/xm-fbsd.h: Delete file.
9982 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9983
9984 * config/sparc/xm-sparc.h: Delete file.
9985 * Makefile.in (xm-sun4os4.h): Delete dependency.
9986 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9987 * config/sparc/xm-sun4os4.h: Ditto.
9988 * config/sparc/xm-linux.h: Ditto.
9989
9990 * config/i386/xm-windows.h: Delete file.
9991
2d1b2124
AC
99922002-01-19 Andrew Cagney <ac131313@redhat.com>
9993
9994 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9995 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9996
ee1f65f0
JT
99972002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9998
9999 * alpha-tdep.c (alpha_call_dummy_words): New.
10000 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
10001 (CALL_DUMMY_P): Define.
10002 (CALL_DUMMY_WORDS): Define.
10003 (SIZEOF_CALL_DUMMY_WORDS): Define.
10004
98081e55
PB
100052002-01-19 Per Bothner <per@bothner.com>
10006
10007 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
10008 isn't NULL, which can happen with some gcj-3.x-produced code.
10009
0d056799
JT
100102002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
10011
10012 * alpha-tdep.c (alpha_register_virtual_type): New function.
10013 (alpha_init_frame_pc_first): Ditto.
10014 (alpha_fix_call_dummy): Ditto.
10015 (alpha_store_struct_return): Ditto.
10016 (alpha_extract_struct_value_address): Ditto.
10017 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
10018 alpha_register_virtual_type.
10019 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
10020 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
10021 alpha_extract_struct_value_address.
10022 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
10023 (INIT_FRAME_PC): Use init_frame_pc_noop.
10024 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
10025
4604bcad
MK
100262002-01-19 Mark Kettenis <kettenis@gnu.org>
10027
10028 * i386gnu-nat.c: Include "i386-tdep.h".
10029 (fetch_fpregs): Simplify code dealing with uninitialized floating
10030 point states such that it doesn't require FP7_REGNUM.
10031
140f9984
JT
100322002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10033
abf22e64
AJ
10034 * alpha-tdep.c (frame_extra_info): New.
10035 (alpha_find_saved_regs): Make static. Use
140f9984
JT
10036 frame->extra_info.
10037 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
10038 (alpha_frame_saved_pc): Use frame->extra_info.
10039 (temp_saved_regs): Don't declare as struct frame_saved_regs.
10040 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
10041 (init_extra_frame_info): Rename to...
10042 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 10043 (alpha_print_extra_frame_info): New function.
140f9984
JT
10044 (alpha_frame_locals_address): Ditto.
10045 (alpha_frame_args_address): Ditto.
abf22e64 10046 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
10047 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
10048 alpha_frame_args_address.
abf22e64 10049 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 10050 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
10051 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10052 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
10053 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10054 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10055
d734c450
JT
100562002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10057
10058 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10059 (alpha_cannot_fetch_register): Ditto.
10060 (alpha_cannot_store_register): Ditto.
10061 (alpha_register_convertible): Ditto.
10062 (alpha_use_struct_convention): Ditto.
10063 * config/alpha/tm-alpha.h: Update copyright years.
10064 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10065 (INNER_THAN): Use core_addr_lessthan.
10066 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10067 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10068 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10069 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10070 (FRAME_CHAIN): Remove unnecessary cast.
10071
b4ceaee6
AC
100722002-01-18 Andrew Cagney <ac131313@redhat.com>
10073
10074 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10075 obsolete.
10076
0a65a603
AC
100772002-01-18 Andrew Cagney <ac131313@redhat.com>
10078
10079 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10080 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10081 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10082 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10083 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10084 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10085 * x86-64-linux-nat.c: Ditto.
10086
636a6dfc
JT
100872002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10088
abf22e64 10089 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
10090 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10091 (REGISTER_NAME): Define.
10092
acceddb6
JT
100932002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10094
10095 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10096
ec32e4be
JT
100972002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10098
10099 * alpha-tdep.c: Update copyright years.
10100 (alpha_next_pc): New function.
10101 (alpha_software_single_step): Ditto.
10102 * config/alpha/tm-alpha.h: Add prototype for
10103 alpha_software_single_step.
10104
e771a871
JT
101052002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10106
10107 * alphabsd-nat.c: Update copyright years.
10108 (fill_gregset): Use regcache_collect.
10109 (fill_fpregset): Likewise.
10110 (fetch_inferior_registers): Only fetch integer registers
10111 if requested to do so.
10112 (store_inferior_registers): Only store integer registers
10113 if requested to do so.
10114
7708fa01
AC
101152002-01-17 Andrew Cagney <ac131313@redhat.com>
10116
10117 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10118 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10119 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10120 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10121 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10122 * config/arm/linux.mh (XDEPFILES): Delete.
10123 * config/arm/nbsd.mh (XDEPFILES): Delete.
10124 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10125 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10126 * config/i386/i386m3.mh (XDEPFILES): Delete.
10127 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10128 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10129 * config/i386/fbsd.mh (XDEPFILES): Delete.
10130 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10131 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10132 * config/i386/i386v4.mh (XDEPFILES): Delete.
10133 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10134 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10135 * config/i386/i386aix.mh (XDEPFILES): Delete.
10136 * config/i386/go32.mh (XDEPFILES): Delete.
10137 * config/i386/cygwin.mh (XDEPFILES): Delete.
10138 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10139 * config/i386/i386mach.mh (XDEPFILES): Delete.
10140 * config/i386/i386v32.mh (XDEPFILES): Delete.
10141 * config/i386/linux.mh (XDEPFILES): Delete.
10142 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10143 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10144 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10145 * config/i386/i386sco.mh (XDEPFILES): Delete.
10146 * config/i386/i386v.mh (XDEPFILES): Delete.
10147 * config/i386/nbsd.mh (XDEPFILES): Delete.
10148 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10149 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10150 * config/i386/symmetry.mh (XDEPFILES): Delete.
10151 * config/i386/obsd.mh (XDEPFILES): Delete.
10152 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10153 * config/ia64/linux.mh (XDEPFILES): Delete.
10154 * config/ia64/aix.mh (XDEPFILES): Delete.
10155 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10156 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10157 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10158 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10159 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10160 * config/m68k/linux.mh (XDEPFILES): Delete.
10161 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10162 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10163 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10164 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10165 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10166 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10167 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10168 * config/m88k/delta88.mh (XDEPFILES): Delete.
10169 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10170 * config/m88k/m88k.mh (XDEPFILES): Delete.
10171 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10172 * config/mips/linux.mh (XDEPFILES): Delete.
10173 * config/mips/irix6.mh (XDEPFILES): Delete.
10174 * config/mips/irix5.mh (XDEPFILES): Delete.
10175 * config/mips/irix4.mh (XDEPFILES): Delete.
10176 * config/mips/irix3.mh (XDEPFILES): Delete.
10177 * config/mips/decstation.mh (XDEPFILES): Delete.
10178 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10179 (NATDEPFILES): Move core-aout.o to here.
10180 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10181 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10182 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10183 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10184 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10185 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10186 * config/pa/hpux11.mh (XDEPFILES): Delete.
10187 * config/powerpc/aix.mh (XDEPFILES): Delete.
10188 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10189 * config/powerpc/linux.mh (XDEPFILES): Delete.
10190 * config/romp/rtbsd.mh: Rename XDEPFILES.
10191 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10192 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10193 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10194 * config/s390/s390.mh (XDEPFILES): Delete.
10195 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10196 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10197 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10198 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10199 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10200 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10201 * config/sparc/linux.mh (XDEPFILES): Delete.
10202 * config/vax/vaxult.mh (XDEPFILES): Delete.
10203 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10204 * Makefile.in (DEPFILES): Remove XDEPFILES.
10205
375fc983
AC
102062002-01-17 Andrew Cagney <ac131313@redhat.com>
10207
10208 * utils.c (internal_verror): Fix comments, default is yes not no.
10209 Update queries to match. Default to quit and dump core.
10210
8926118c
AC
102112002-01-17 Andrew Cagney <ac131313@redhat.com>
10212
10213 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10214 copyright.
10215 * defs.h, event-top.c, gdbcmd.h: Ditto.
10216 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10217 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10218 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10219 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10220 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10221 * mi/mi-main.c:Ditto.
10222
10223 * stack.c, symfile.c: Update copyright.
10224
45b7b345
DJ
102252002-01-17 Daniel Jacobowitz <drow@mvista.com>
10226
db728ff7
DJ
10227 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10228 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10229 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10230 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 10231
db728ff7
DJ
102322002-01-17 Daniel Jacobowitz <drow@mvista.com>
10233
10234 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10235 * gdbserver/low-lynx.c (myattach): Likewise.
10236 * gdbserver/low-nbsd.c (myattach): Likewise.
10237 * gdbserver/low-sim.c (myattach): Likewise.
10238 * gdbserver/low-sparc.c (myattach): Likewise.
10239 * gdbserver/low-sun3.c (myattach): Likewise.
10240
10241 * gdbserver/low-linux.c (myattach): New function.
45b7b345 10242
db728ff7 10243 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
10244 (main): Handle "--attach".
10245
8de3c354
AC
102462002-01-16 Andrew Cagney <ac131313@redhat.com>
10247
10248 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10249 maintainer.
10250
b0129042
DJ
102512002-01-15 Daniel Jacobowitz <drow@mvista.com>
10252
10253 * c-typeprint.c (is_type_conversion_operator): Add additional
10254 check for non-conversion operators.
10255
ba8679fb 102562002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
10257
10258 * linux-proc.c: Add "info proc" command, a la procfs.c.
10259 (read_mapping): New function, abstract and re-use code.
10260 (linux_find_memory_regions): Use new func read_mapping.
10261 (linux_info_proc_cmd): New function, implement "info proc".
10262 (_initialize_linux_proc): Add new command "info proc".
10263
e4f9b4d5
MS
102642002-01-15 Michael Snyder <msnyder@redhat.com>
10265
10266 * symfile.c (generic_load): Use bfd_map_over_sections method
10267 instead of manipulating bfd structure members directly.
10268 (add_section_size_callback): New function, bfd sections callback
10269 used by generic_load.
10270 (load_sections_callback): New function, bfd sections callback
10271 used by generic_load.
10272
08cf96df
EZ
102732002-01-15 Elena Zannoni <ezannoni@redhat.com>
10274
abf22e64 10275 [Based on work by Jim Blandy]
08cf96df
EZ
10276 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10277 (builtin_type_vec128): Export.
10278 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10279 types.
10280 (builtin_type_vec128): New builtin type for 128 bit vector
10281 registers.
10282 (build_gdbtypes): Initialize builtin_type_v16qi and
10283 builtin_type_v8hi. Create the vec128 register builtin type
10284 structure.
10285 (build_builtin_type_vec128): New function.
abf22e64 10286 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
10287 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10288 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10289 AltiVec register to new builtin type.
10290
d7242108
DJ
102912001-01-15 Daniel Jacobowitz <drow@mvista.com>
10292
10293 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10294 to make_cv_type.
10295
4ee3352d
AC
102962002-01-14 Andrew Cagney <ac131313@redhat.com>
10297
10298 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10299 CLEAN_UP_REGISTER_VALUE.
10300 * regcache.c (supply_register): Update only call.
10301
f015b2e7
AC
103022002-01-14 Andrew Cagney <ac131313@redhat.com>
10303
10304 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10305 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10306 a29k-*-vxworks* targets as obsolete.
10307
356ae49d
MS
103082002-01-14 Michael Snyder <msnyder@redhat.com>
10309
10310 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10311 until we can resolve portability issues.
10312 * gregset.h: Remove references to fpxregs.
10313 * gcore.c (gcore_command): Initialize note_sec to NULL.
10314
ade8f45e
AC
103152002-01-13 Andrew Cagney <ac131313@redhat.com>
10316
10317 * signals.c (target_signal_to_name): Rewrite. Only use
10318 signals[].name when in bounds and non-NULL.
abf22e64 10319
89c49e7a
AC
103202002-01-13 Andrew Cagney <ac131313@redhat.com>
10321
10322 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10323 * signals.c (target_signal_to_name): Verify that SIG is within the
10324 bounds of the signals array.
10325
4daa9f9f
AC
103262002-01-13 Andrew Cagney <ac131313@redhat.com>
10327
10328 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10329
ba4bbdcb
KS
103302002-01-13 Keith Seitz <keiths@redhat.com>
10331
10332 * stack.c (print_frame_info_base): Print the frame's pc
10333 only if when print_frame_info_listing_hook is not defined.
10334
575bbeb6
KS
103352002-01-13 Keith Seitz <keiths@redhat.com>
10336
10337 * varobj.c (varobj_set_value): Make sure that there were no
10338 errors evaluating the object before attempting to set its
10339 value.
10340 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10341 so this offset adjustment is no longer necessary.
10342 (create_child): Don't set the error flag if the child is
10343 a CPLUS_FAKE_CHILD.
10344 (value_of_child): If value_fetch_lazy fails, return NULL
10345 so that callers will be notified that an error occurred.
10346 (c_value_of_variable): Delay check of variable's validity
10347 until later. We actually want all structs and unions to have
10348 the value "{...}".
10349 Do not return "???" for variables which could not be evaluated.
10350 This error condition must be returned to the caller so that it
10351 can get the error condition from gdb.
10352 (cplus_name_of_child): Adjust index for vptr before figuring
10353 out the name of the child.
10354 (cplus_value_of_child): If a child's (real) parent is not valid,
10355 don't even bother trying to give a value for it. Just return
10356 an error. Change all instances in this function.
10357 (cplus_type_of_child): If our parent is one of the "fake"
10358 parents, we need to get at the type of the real parent, and
10359 derive the child's true type using this information.
10360
b76898ab
AC
103612002-01-13 Andrew Cagney <ac131313@redhat.com>
10362
10363 From 2002-01-09 John Marshall <johnm@falch.net>:
10364 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10365 sources.redhat.com, and tweak some related URLs which had
10366 suffered from linkrot.
10367
b6649e88
AC
103682002-01-13 Andrew Cagney <ac131313@redhat.com>
10369
10370 From Jeff law:
10371 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10372 structures passed in registers.
10373
82cc5033
EZ
103742002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10375
10376 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10377 white space which prevented compilation. Reported by DSK
10378 <dsk@student.unsw.edu.au>.
10379
ba5f2f8a
MS
103802002-01-11 Michael Snyder <msnyder@redhat.com>
10381
fbd35540
MS
10382 * symfile.c (build_section_addr_info_from_section_tab):
10383 Use bfd access method instead of manipulating bfd directly.
10384 (syms_from_objfile): Ditto.
10385 (simple_overlay_update_1): Ditto.
10386 (simple_overlay_update): Ditto.
10387 (generic_load): Ditto.
10388 (overlay_unmapped_address): FIXME comment, bfd access methods.
10389 (sections_overlap): FIXME comment, bfd access methods.
10390 (pc_in_mapped_range): FIXME comment, bfd access methods.
10391 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10392 (section_is_mapped): FIXME comment, bfd access methods.
10393 (section_is_overlay): FIXME comment, bfd access methods.
10394
ba5f2f8a
MS
10395 * symfile.c (generic_load): Whitespace and long line cleanups.
10396 Remove duplicate variable, change several local variables to
10397 more appropriate data types.
10398 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10399
17df2af6
AC
104002002-01-12 Andrew Cagney <ac131313@redhat.com>
10401
10402 From Peter Schauer:
10403 * language.c (longest_local_hex_string_custom): Use phex_nz to
10404 convert NUM to a hex string.
10405
ec920329
EZ
104062002-01-12 Elena Zannoni <ezannoni@redhat.com>
10407
10408 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10409 the function.
538a76d6 10410 Update Copyright year.
ec920329 10411
3abd2e01
AC
104122002-01-12 Andrew Cagney <ac131313@redhat.com>
10413
10414 * language.c (longest_raw_hex_string): Delete unused function.
10415
b21b22e0
PS
104162002-01-11 Petr Sorfa <petrs@caldera.com>
10417
10418 * MAINTAINERS (write-after-approval): Add myself.
10419 * dwarf2read.c (read_tag_string_type): Handling of
10420 DW_AT_byte_size.
10421 (read_tag_string_type): FORTRAN fix to prevent propagation of
10422 first string size.
10423 (set_cu_language): Handling of DW_LANG_Fortran95
10424
747fe712
RE
104252002-01-11 Richard Earnshaw <rearnsha@arm.com>
10426
10427 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10428 GETPID(inferior_ptid).
10429 (store_inferior_registers): Likewise.
10430
f1bea926
JM
104312002-01-10 Jason Merrill <jason@redhat.com>
10432
10433 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10434 Fix DW_OP_minus.
10435
ae940673
AC
104362002-01-10 Andrew Cagney <ac131313@redhat.com>
10437
10438 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10439 and bfd/elf32-sh-nbsd.c.
10440
00546b04
MS
104412002-01-10 Michael Snyder <msnyder@redhat.com>
10442
352ed7b4
MS
10443 * NEWS: Mention --pid and corefile/proc-id behavior change.
10444
c18be923
MS
10445 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10446 * gcore.c: Include cli/cli-decode.h instead of command.h.
10447
00546b04
MS
10448 * main.c (captured_main): Add new command line option "--pid".
10449 If the second command line argument (following the symbol-file)
10450 begins with a digit, try to attach to it before trying to open
10451 it as a corefile.
10452 (print_gdb_help): Document the "--pid" argument.
10453
db60ec62
EZ
104542002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10455
10456 * completer.c (command_completer): New function.
10457
10458 * completer.h <command_completer>: Add prototype.
10459
10460 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10461 completer for the "help" command.
10462
39c22d1a
JM
104632002-01-09 Jason Merrill <jason@redhat.com>
10464
10465 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10466
c564377f
MS
104672002-01-09 Michael Snyder <msnyder@redhat.com>
10468
975aec09
MS
10469 * i386-linux-nat.c (fill_fpxregset): Make global.
10470 (store_fpxregset): Ditto.
10471
db4a10fa
MS
10472 * gregset.h (gdb_fpxregset_t): Define.
10473 (supply_fpxregset): Prototype.
10474 (fill_fpxregset): Prototype.
10475
c564377f
MS
10476 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10477
c3d45d70
RE
104782002-01-09 Richard Earnshaw <rearnsha@arm.com>
10479
10480 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10481 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10482 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10483
fcc87af1
AC
104842002-01-09 Andrew Cagney <ac131313@redhat.com>
10485
10486 * MAINTAINERS: Update target maintainer rules so that any
10487 Maintainer can approve a tested patch for a maintenance-only
10488 target.
10489
dd96c05b
RE
104902002-01-09 Richard Earnshaw <rearnsha@arm.com>
10491
d4297db9 10492 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 10493
d4297db9 10494 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
10495 IN_SIGTRAMP.
10496
145fdc6e
MS
104972002-01-08 Michael Snyder <msnyder@redhat.com>
10498
10499 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10500 real name of the executable, rather than the /proc name.
10501
be4d1333
MS
105022002-01-03 Michael Snyder <msnyder@redhat.com>
10503
10504 Implement a "generate-core-file" command in gdb, save target state.
10505 * gcore.c: New file. Implement new command 'generate-core-file'.
10506 Save a corefile image of the current state of the inferior.
10507 * linux-proc.c: Add linux-specific code for saving corefiles.
10508 * target.h (struct target_ops): Add new target vectors for saving
10509 corefiles; to_find_memory_regions and to_make_corefile_notes.
10510 (target_find_memory_regions): New macro.
10511 (target_make_corefile_notes): New macro.
10512 * target.c (update_current_target): Inherit new target methods.
10513 (dummy_find_memory_regions): New place-holder method.
10514 (dummy_make_corefile_notes): New place-holder method.
10515 (init_dummy_target): Initialize new dummy target vectors.
10516 * exec.c (exec_set_find_memory_regions): New function.
10517 Allow the exec_ops vector for memory regions to be taken over.
10518 (exec_make_note_section): New function, target vector method.
10519 * defs.h (exec_set_find_memory_regions): Export prototype.
10520 * procfs.c (proc_find_memory_regions): New function, corefile method.
10521 (procfs_make_note_section): New function, corefile method.
10522 (init_procfs_ops): Set new target vector pointers.
10523 (find_memory_regions_callback): New function.
10524 (procfs_do_thread_registers): New function.
10525 (procfs_corefile_thread_callback): New function.
10526 * sol-thread.c (sol_find_memory_regions): New function.
10527 (sol_make_note_section): New function.
10528 (init_sol_thread_ops): Initialize new target vectors.
10529 * inftarg.c (inftarg_set_find_memory_regions): New function.
10530 Allow to_find_memory_regions vector to be taken over.
10531 (inftarg_set_make_corefile_notes): New function.
10532 Allow to_make_corefile_notes vector to be taken over.
10533 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10534 interface layer if not target_has_execution (may be a corefile).
10535 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10536 * config/sparc/sun4sol2.mh: Ditto.
10537 * config/alpha/alpha-linux.mh: Ditto.
10538 * config/arm/linux.mh: Ditto.
10539 * config/i386/x86-64linux.mh: Ditto.
10540 * config/ia64/linux.mh: Ditto.
10541 * config/m68k/linux.mh: Ditto.
10542 * config/mips/linux.mh: Ditto.
10543 * config/powerpc/linux.mh: Ditto.
10544 * config/sparc/linux.mh: Ditto.
10545
c6b92abd
MS
105462002-01-07 Michael Snyder <msnyder@redhat.com>
10547
10548 * arm-linux-nat.c: Remove references to regcache.c internal data
10549 (registers[] and register_valid[]).
10550
4b09dc8c
MS
105512002-01-07 Michael Snyder <msnyder@redhat.com>
10552
abf22e64
AJ
10553 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10554 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
10555 symbol file and shlibs.
10556 * Makefile.in: Add rule for linux-proc.o.
10557 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10558 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10559 * config/arm/linux.mh: Ditto.
10560 * config/i386/linux.mh: Ditto.
10561 * config/i386/x86-64linux.mh: Ditto.
10562 * config/ia64/linux.mh: Ditto.
10563 * config/m68k/linux.mh: Ditto.
10564 * config/mips/linux.mh: Ditto.
10565 * config/powerpc/linux.mh: Ditto.
10566 * config/sparc/linux.mh: Ditto.
10567
c25b74ac
PM
105682002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10569
10570 * win32-nat.c: Add i386-tdep.h dependency.
10571
94cd915f
MS
105722002-01-07 Michael Snyder <msnyder@redhat.com>
10573
c7cccb76
MS
10574 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10575 instead of bfd_get_arch_size. Don't bail out just because
10576 there's no exec_bfd.
abf22e64 10577
34c0bd93
MS
10578 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10579 * p-valprint.c (pascal_object_print_value): Ditto.
10580 * somread.c (som_symtab_read): Ditto.
10581 * symfile.c (simple_free_overlay_region_table): Ditto.
10582 * valops.c (value_assign): Ditto.
10583
21c1c920
MS
10584 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10585 use tilde_expand and strerror for opening save-tracepoints file.
10586
5bbd998e
MS
10587 * thread-db.c (thread_db_new_objfile): Indendation fix.
10588
94cd915f
MS
10589 * infptrace.c (GDB_MAX_ALLOCA): New define.
10590 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 10591 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
10592 can be overridden with whatever value is appropriate to the host).
10593 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10594 alloca to allocate potentially large buffer.
10595 * rs6000-nat.c (child_xfer_memory): Ditto.
10596 * symm-nat.c (child_xfer_memory): Ditto.
10597 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10598
494e8a93
JSC
105992002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10600
10601 From Nick Clifton <nickc@redhat.com>
10602 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10603
d0e1d48e
MS
106042002-01-07 Michael Snyder <msnyder@redhat.com>
10605
abf22e64 10606 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
10607 Don't use exec_bfd if it's NULL.
10608
290b2c7a
MK
106092002-01-06 Mark Kettenis <kettenis@gnu.org>
10610
abf22e64 10611 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 10612
aef21287
AC
106132002-01-06 Andrew Cagney <ac131313@redhat.com>
10614
10615 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10616 * gnu-nat.c: Ditto.
10617
30efa627
AC
106182002-01-06 Andrew Cagney <ac131313@redhat.com>
10619
10620 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10621 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10622 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10623 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10624 z8k-coff have not been multi-arched. Update z8k-coff build
10625 status.
10626
9b4ff276
AC
106272002-01-06 Andrew Cagney <ac131313@redhat.com>
10628
10629 * MAINTAINERS: Mark a29k target as obsolete.
10630 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10631 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10632 comments.
10633 * NEWS: Note that a29k targets are obsolete.
10634 * a29k-tdep.c: Mark as obsolete.
10635 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10636 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10637 a29k-*-vxworks* targets as obsolete.
10638 * remote-adapt.c: Obsolete.
10639 * remote-eb.c: Obsolete.
10640 * remote-mm.c: Obsolete.
10641 * remote-udi.c: Obsolete.
10642 * config/a29k/a29k-udi.mt: Obsolete.
10643 * config/a29k/a29k.mt: Obsolete.
10644 * config/a29k/tm-a29k.h: Obsolete.
10645 * config/a29k/tm-vx29k.h: Obsolete.
10646 * config/a29k/vx29k.mt: Obsolete.
10647
a9011d31
AC
106482002-01-05 Andrew Cagney <ac131313@redhat.com>
10649
10650 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10651 with BFD_ENDIAN_BIG.
10652
9299404e
AC
106532002-01-05 Andrew Cagney <ac131313@redhat.com>
10654
10655 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10656 * configure, config.in: Re-generate.
10657 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10658 * defs.h: Do not include <endian.h>.
10659
7e89e357
JT
106602002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10661
10662 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10663 * config.in: Regenerate.
10664 * configure.in: Update copyright years.
10665 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10666 * configure: Regenerate.
10667 * i386bsd-nat.c: Update copyright years.
10668 (fill_gregset): Use regcache_collect.
10669 (fetch_inferior_registers): Only fetch integer registers
10670 if requested to do so. Add support for XMM registers
10671 using PT_GETXMMREGS.
10672 (store_inferior_registers): Only store integer registers
10673 if requested to do so. Add support for XMM registers
10674 using PT_SETXMMREGS.
10675 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10676 (store_inferior_registers): Remove.
10677 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10678 (fetch_elfcore_registers): New function.
10679 (i386nbsd_elfcore_fns): New.
10680 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10681 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10682 i386bsd-nat.o.
10683 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10684 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10685 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10686 * config/i386/tm-nbsd.h: Update copyright years.
10687 (HAVE_SSE_REGS): Define.
10688 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10689 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10690 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10691 (SIGCONTEXT_PC_OFFSET): Remove.
10692 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10693
a752853e
AC
106942002-01-05 Andrew Cagney <ac131313@redhat.com>
10695
10696 * configure.tgt: Remove powerpc-*-macos* target.
10697 * config/m68k/xm-mpw.h: Delete file.
10698 * config/xm-mpw.h: Delete file.
10699 * ser-mac.c: Delete file.
10700 * mpw-make.sed: Delete file.
10701 * mpw-config.in: Delete file.
10702 * mac-xdep.c: Delete file.
10703 * mac-gdb.r: Delete file.
10704 * mac-defs.h: Delete file.
10705 * mac-nat.c: Delete file.
10706 * config/powerpc/macos.mh: Delete file.
10707 * config/powerpc/macos.mt: Delete file.
10708 * config/powerpc/nm-macos.h: Delete file.
10709 * config/powerpc/tm-macos.h: Delete file.
10710 * source.c (openp, open_source_file): Remove obsolete code.
10711 * top.c (gdb_readline): Ditto.
10712 * utils.c (query): Ditto.
10713 * event-top.c (display_gdb_prompt): Ditto.
10714 * Makefile.in (ser-mac.o): Delete obsolete target.
10715 * NEWS: Update.
10716
d7449b42
AC
107172002-01-04 Andrew Cagney <ac131313@redhat.com>
10718
10719 * defs.h (BIG_ENDIAN): Delete macro definition.
10720 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10721 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10722 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10723 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10724 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10725 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10726 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10727 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10728 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10729 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10730 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10731 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10732 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10733 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10734 * gdbarch.c: Re-generate.
10735
356374e8
DJ
107362002-01-04 Daniel Jacobowitz <drow@mvista.com>
10737
10738 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10739 for core files.
10740
a2b8f8f8
JT
107412002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10742
10743 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10744
12466af9
AC
107452002-01-04 Andrew Cagney <ac131313@redhat.com>
10746
10747 * value.h (value_ptr): Delete typedef.
10748
3549ab40
JT
107492002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10750
10751 * i386nbsd-nat.c: Update copyright years.
10752 Include i386-tdep.h.
10753
fedbd091
EZ
107542002-01-04 Elena Zannoni <ezannoni@redhat.com>
10755
10756 * stabsread.c: Update copyright years.
10757
10758 From Debashis Mahata <debashis.mahata@wipro.com>:
10759 (read_struct_fields): Deal with Sun C compiler erroneous stab
10760 output for structs and unions.
fec8b34f 10761 Fix PR gdb/269.
fedbd091 10762
eb43544b
DJ
107632002-01-04 Daniel Jacobowitz <drow@mvista.com>
10764
10765 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10766 prototype.
10767
1514d34e
DJ
107682002-01-04 Daniel Jacobowitz <drow@mvista.com>
10769
10770 * cp-abi.c: Fix whitespace.
10771 (baseclass_offset): New wrapper function.
10772 * cp-abi.h (baseclass_offset): Add prototype.
10773 (struct cp_abi_ops): Add baseclass_offset pointer.
10774
10775 * valops.c (vb_match): Move to...
10776 * gnu-v2-abi.c (vb_match): here.
10777 * valops.c (baseclass_offset): Move to...
10778 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10779
10780 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10781
10782 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10783 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10784 * hpacc-abi.c (init_hpacc_ops): Likewise.
10785
7f8c9282
DJ
107862002-01-04 Daniel Jacobowitz <drow@mvista.com>
10787
10788 * valops.c (find_overload_match): Accept obj as a
10789 reference parameter. Update it before returning.
10790 * value.h (find_overload_match): Update prototype.
10791 * eval.c (evaluate_subexp_standard): Pass object to
10792 find_overload_match by reference.
10793
f23631e4
AC
107942002-01-03 Andrew Cagney <ac131313@redhat.com>
10795
10796 * valarith.c: Replace value_ptr with struct value pointer. Remove
10797 register attribute from value declarations.
10798 * valops.c: Ditto.
10799 * value.h: Ditto.
10800 * scm-lang.c (scm_lookup_name): Ditto.
10801
79e10fab 108022002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 10803
79e10fab
AC
10804 Abstract the functionality of iterating over mapped memory
10805 regions into a general purpose iterator function.
abf22e64 10806 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
10807 iterator for memory sections.
10808 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10809 (solib_mappings_callback): New function, callback for above.
10810 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10811 (info_mappings_callback): New function, callback for above.
10812
10813 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10814
c5ad026a
MK
108152002-01-01 Mark Kettenis <kettenis@gnu.org>
10816
d2a7c97a
MK
10817 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10818 * i386-tdep.c: Include "elf-bfd.h".
10819 (process_note_abi_tag_sections): New function.
10820 (i386_gdbarch_init): Add code to recognize various OS/ABI
10821 combinations.
10822
c5ad026a
MK
10823 * maint.c (_initialize_maint_cmds): Add missing \ in
10824 string-literal.
10825
a1a5b71e 10826For older changes see ChangeLog-2001
c906108c
SS
10827\f
10828Local Variables:
10829mode: change-log
10830left-margin: 8
10831fill-column: 74
10832version-control: never
10833End:
This page took 1.19476 seconds and 4 git commands to generate.