daily update
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7d400e77
JT
12002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2
3 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
4 dependency list.
5 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
6 solib_svr4_fetch_link_map_offsets to
7 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
8 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
11 solib-svr4.o, and solib-legacy.o.
12 * config/i386/tm-nbsd.h: Include solib.h.
13
704a27c4
JT
142002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
15
16 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
17 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
18 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
19 comment noting that this needs its own target configuration.
20 * config/i386/nbsd.mt: New file.
21 * config/i386/nbsdaout.mt: Remove.
22 * config/i386/nbsdelf.mt: Ditto.
23 * config/i386/tm-nbsdaout.h: Ditto.
24
d66198e1
JT
252002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
26
27 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
28 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
29 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
30 tdep->sigtramp_end.
31 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
32 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
33 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
34
3cac699e
JT
352002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
36
37 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
38 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
39 * i386-tdep.h (i386bsd_init_abi): New prototype.
40 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
41 function declaration.
42 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
43 for NetBSD-a.out or NetBSD-ELF.
44 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
45 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
46 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
47 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
48 and nbsd-tdep.h.
49 (i386nbsd_pc_in_sigtramp): New function.
50 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
51 i386nbsd_pc_in_sigtramp.
52 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
53 and i386nbsdelf_init_abi OS ABI handlers.
54 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
55 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
56
7010ca0a
MK
572002-09-02 Mark Kettenis <kettenis@gnu.org>
58
59 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
60 registers if the target really has them.
61
6dd93b72
JT
622002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
63
64 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
65 than nbsd-tdep.h.
66
2ca8ae21
JT
672002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
68
69 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
70 list.
71 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
72 (alphanbsd_skip_sigtramp_frame): New functions.
73 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
74 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
75 to alphanbsd_sigcontext_addr.
76
3d9b49b0
JT
772002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
78
79 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
80 list.
81 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
82 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
83 nbsd_pc_in_sigtramp.
84 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
85 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
86 * nbsd-tdep.c: Include gdb_string.h.
87 (nbsd_pc_in_sigtramp): New function.
88 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
89 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
90 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
91 ppcnbsd_pc_in_sigtramp.
92 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
93 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
94 shnbsd_pc_in_sigtramp.
95 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
96 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
97 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
98
c860120c
PM
992002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
100
101 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
102 watchpoints to NULL.
103 (insert_breakpoints): set val field of watchpoints if NULL.
104
105
c7612d53
JB
1062002-08-29 Jim Blandy <jimb@redhat.com>
107
108 * symtab.c (lookup_symbol_aux): In the cases where we find a
109 minimal symbol of an appropriate name and use its address to
110 select a symtab to read and search, use `name' (as passed to us)
111 as the demangled name when searching the symtab's global and
112 static blocks, not the minsym's name.
113
66609862
KS
1142002-08-29 Keith Seitz <keiths@redhat.com>
115
116 * stack.c (print_frame_info_base): Always set current_source_symtab
117 and current_source_line.
118
151fefe2
JB
1192002-08-29 Donn Terry <donnte@microsoft.com>
120
121 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
122
bfb3754e
KS
1232002-08-28 Keith Seitz <keiths@redhat.com>
124
125 * stack.c (select_frame): Add FIXME concerning selected-frame
126 events.
127 (select_frame_command): Send selected-frame-level-changed
128 event notification, but only if the level actually changed.
129 (up_silently_base): Add selected-frame-level-changed event
130 notification.
131 (down_silently_base): Likewise.
132
e822a2a0
AC
1332002-08-28 Andrew Cagney <ac131313@redhat.com>
134
135 * Makefile.in: Update dependencies for all gdb/*.c files.
136
309367d4
TT
1372002-08-27 Tom Tromey <tromey@redhat.com>
138
139 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
140 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
141 Update dependencies.
142 * i387-tdep.c: Include gdb_string.h.
143 * osabi.c: Likewise.
144 * i386-linux-nat.c: Likewise.
145 * lin-lwp.c: Likewise.
146 * ax-gdb.c: Likewise.
147 * signals/signals.c: Likewise.
148 * jv-valprint.c: Likewise.
149 * p-lang.c: Likewise.
150 * c-valprint.c: Likewise.
151 * cp-abi.c: Likewise.
152
e1507482
EZ
1532002-08-27 Elena Zannoni <ezannoni@redhat.com>
154
155 * cli/cli-script.h (copy_command_lines): Export.
156 * breakpoint.c: Include cli/cli-script.h.
157 * Makefile.in (breakpoint.o): Update dependencies.
158
c2b8ed2c
MS
1592002-08-26 Joel Brobecker <brobecker@gnat.com>
160
161 * cli/cli-script.c (copy_command_lines): New function.
162 * defs.h (copy_command_lines): Export.
163 * testsuite/gdb.base/commands.exp: New tests for commands
164 attached to a temporary breakpoint, and for commands that
165 delete the breakpoint they are attached to.
166
1672002-08-26 Michael Snyder <msnyder@redhat.com>
168
169 * breakpoint.c (bpstat_stop_status): Instead of copying the
170 pointer to the breakpoint commands struct, make a new copy
171 of the struct and point to that.
172 (bpstat_clear): Free the commands struct.
173 (bpstat_clear_actions): Free the commands struct.
174 (bpstat_do_actions): Free the command actions. Also execute
175 the local cleanups, instead of deleting them.
176 (delete_breakpoint): Leave the commands field of the bpstat
177 chain alone -- it will be freed later.
178
64b84175
KB
1792002-08-26 Kevin Buettner <kevinb@redhat.com>
180
181 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
182 deleted in 2002-08-20 commit. This function is still used by
183 ppc-linux-nat.c.
184
55970da6
KS
1852002-08-26 Keith Seitz <keiths@redhat.com>
186
187 * gdb-events.sh: Add selected-frame-level-changed event.
188 * gdb-events.c: Regenerated.
189 * gdb-events.h: Regenerated.
190
a790ad35
SC
1912002-08-26 Stephane Carrez <stcarrez@nerim.fr>
192
193 Fix PR gdb/393:
194 * inflow.c (terminal_save_ours): New function to save terminal
195 settings.
196 * inferior.h (terminal_save_ours): Declare.
197 * target.c (debug_to_terminal_save_ours): New function.
198 (cleanup_target): Defaults to_terminal_save_ours.
199 (update_current_target): Inherit to_terminal_save_ours.
200 (setup_target_debug): Set to_terminal_save_ours.
201 * target.h (target_terminal_save_ours): New to save terminal settings.
202 (target_ops): New member to_terminal_save_ours.
203 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
204 * hpux-thread.c (init_hpux_thread_ops): Likewise.
205 * inftarg.c (init_child_ops): Likewise.
206 * m3-nat.c (init_m3_ops): Likewise.
207 * procfs.c (init_procfs_ops): Likewise.
208 * wince.c (init_child_ops): Likewise.
209 * win32-nat.c (init_child_ops): Likewise.
210 * sol-thread.c (init_sol_thread_ops): Likewise.
211
c00dcbe9
MK
2122002-08-26 Mark Kettenis <kettenis@gnu.org>
213
3d7f4f49
MK
214 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
215 use regcache_* functions.
216 (i386_gdbarch_init): Set store_return_value instead of
217 deprecated_store_return_value.
218
c00dcbe9
MK
219 * regcache.c (regcache_raw_write_signed,
220 regcache_raw_write_unsigned): New functions.
221 * regcache.h (regcache_raw_write_signed,
222 regcache_raw_write_unsigned): New prototypes.
223
0e0d15ca
AC
2242002-08-25 Andrew Cagney <ac131313@redhat.com>
225
226 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
227 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
228 source file dependencies. Cleanup corresponding generator rules.
229
d3b22ed5
AC
2302002-08-25 Andrew Cagney <ac131313@redhat.com>
231
232 * regcache.h (register_offset_hack): Declare.
233 (regcache_cooked_read_using_offset_hack): Declare.
234 (regcache_cooked_write_using_offset_hack): Declare.
235
236 * regcache.c (register_offset_hack): New function.
237 (regcache_cooked_read_using_offset_hack): New function.
238 (regcache_cooked_write_using_offset_hack): New function.
239 (regcache_dump): Check that the registers, according to their
240 offset, are packed hard against each other.
241 (cooked_xfer_using_offset_hack): New function.
242
bb425013
AC
2432002-08-25 Andrew Cagney <ac131313@redhat.com>
244
245 * regcache.c (struct regcache_descr): Add field register_type.
246 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
247 in as a parameter
248 (init_regcache_descr): Initialize register_type. Pass the descr
249 to init_legacy_regcache_descr. Use register_type instead of
250 REGISTER_VIRTUAL_TYPE.
251 (register_type): New function.
252 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
253 * regcache.h (register_type): Declare.
254
d0403e00
AC
2552002-08-25 Andrew Cagney <ac131313@redhat.com>
256
257 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
258 instead of deprecated_store_return_value. Fix fallout from
259 2002-08-23 Andrew Cagney <cagney@redhat.com>.
260
0ed04cce
AC
2612002-08-25 Andrew Cagney <ac131313@redhat.com>
262
263 * regcache.c (max_register_size): New function.
264 (init_legacy_regcache_descr): Ensure that max_register_size is
265 large enough for REGISTER_VIRTUAL_SIZE.
266 * regcache.h (max_register_size): Declare.
267
46d79c04
AC
2682002-08-24 Andrew Cagney <ac131313@redhat.com>
269
270 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
271 store_return_value.
272 (e500_extract_return_value): Change type of valbuf pointer to
273 void.
274
853c7bd0
MK
2752002-08-24 Mark Kettenis <kettenis@gnu.org>
276
cd87e769
MK
277 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
278 workaround.
279
853c7bd0
MK
280 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
281 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
282 long long) to prevent compiler warning on 64-bit systems.
283
ebba8386
AC
2842002-08-23 Andrew Cagney <cagney@redhat.com>
285
286 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
287 (DEPRECATED_STORE_RETURN_VALUE): New method.
288 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
289 * gdbarch.h, gdbarch.c: Re-generate.
290
291 * values.c (set_return_value): Pass current_regcache to
292 STORE_RETURN_VALUE.
293 * arch-utils.h (legacy_store_return_value): Declare.
294 * arch-utils.c (legacy_store_return_value): New function.
295 (legacy_extract_return_value): Update parameters.
296
297 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
298 STORE_RETURN_VALUE.
299 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
300 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
301 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
302 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
303 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
304 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
305 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
306 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
307 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
308 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
309
310 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
311 * i386-tdep.c (i386_extract_return_value): Update.
312 * arch-utils.c (legacy_extract_return_value): Update.
313 * frv-tdep.c (frv_gdbarch_init): Update.
314 * cris-tdep.c (cris_gdbarch_init): Update.
315 * d10v-tdep.c (d10v_gdbarch_init): Update.
316 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
317 * m68k-tdep.c (m68k_gdbarch_init): Update.
318 * mcore-tdep.c (mcore_gdbarch_init): Update.
319 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
320 * s390-tdep.c (s390_gdbarch_init): Update.
321 * sparc-tdep.c (sparc_gdbarch_init): Update.
322 * sh-tdep.c (sh_gdbarch_init): Update.
323 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
324 * v850-tdep.c (v850_gdbarch_init): Update.
325 * avr-tdep.c (avr_gdbarch_init): Update.
326 * ia64-tdep.c (ia64_gdbarch_init): Update.
327 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
328 * vax-tdep.c (vax_gdbarch_init): Update.
329 * alpha-tdep.c (alpha_gdbarch_init): Update.
330 * arm-tdep.c (arm_gdbarch_init): Update.
331 * mips-tdep.c (mips_gdbarch_init): Update.
332 * i386-tdep.c (i386_gdbarch_init): Update.
333
5bd8c6d0
AC
3342002-08-23 Andrew Cagney <ac131313@redhat.com>
335
336 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
337 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
338
e73e1724
MK
3392002-08-24 Mark Kettenis <kettenis@gnu.org>
340
341 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
342 problems.
343
3e6564e1
JB
3442002-08-23 Joel Brobecker <brobecker@gnat.com>
345
346 * infrun.c (handle_inferior_event): Move a comment outside of a
347 function call, in order to avoid indent reformatting this part
348 of the code in an unreadable way.
349
81d0cc19
GS
3502002-08-23 Grace Sainsbury <graces@redhat.com>
351
352 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
353 when breakpoints fail. Move general breakpoint error messages to
354 insert_breakpoints.
355 * breakpoint.c (insert_breakpoints): Change warnings when
356 breakpoints are nto inserted to specify the type. Remove call to
357 memory_error when hardware breakpoints can't be inserted. Remove
358 multiple calls to warning so all messages are sent to the user at
359 once.
360 (delete_breakpoints): Make insert error messsages more explicit.
361
17574093
DJ
3622002-08-23 Daniel Jacobowitz <drow@mvista.com>
363
364 * ChangeLog: Move gdbserver entries after GDB 5.2 to
365 gdbserver/ChangeLog.
366
8acc2935
MK
3672002-08-23 Mark Kettenis <kettenis@gnu.org>
368
dfe01d39
MK
369 * i386-tdep.c: Include "objfiles.h".
370 (i386_svr4_init_abi): Set in_solib_call_trampoline and
371 skip_trampoline_code.
372 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
373 (CPLUS_MARKER): Define to '.'.
374
8acc2935
MK
375 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
376 member.
377 (linux_corefile_thread_callback): Increase args->num_notes.
378 (linux_make_note_section): Initialize thread_args.num_notes, and
379 use it to determine whether notes for any threads were created.
380
151fefe2 3812002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
382
383 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
384 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
385 and PCUNKILL.
386 (write_with_trace): Conditionalize out the switch branch handling
387 PCSHOLD if the corresponding macro is not defined. Likewise for
388 PRSABORT and PRSTOP.
389 This change will be needed by the Interix port.
390
e1507482
EZ
3912002-08-22 Elena Zannoni <ezannoni@redhat.com>
392
393 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
394 write_register wherever possible instead of manipulating the
395 register bytes directly.
396 Assign VALUE_CONTENTS to a variable and use that.
397 The GPR numbers are now dependent on the architecture.
398
96ff0de4
EZ
3992002-08-22 Elena Zannoni <ezannoni@redhat.com>
400
401 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
402 ev_offset fields.
403 (skip_prologue): Add support for BookE/e500 instructions.
404 (e500_extract_return_value): New function.
405 (frame_get_saved_regs): Add support for saving ev registers and
406 pseudo gpr's.
407 (e500_store_return_value): New function.
408 (rs6000_gdbarch_init): Move up default intializations of
409 deprecated_extract_return_value and store_return_value. Overwrite
410 init of store_return_value with e500 specific version.
411 Set extract_return_value for e500.
412
fbefca5b
EZ
4132002-08-22 Elena Zannoni <ezannoni@redhat.com>
414
415 * blockframe.c (generic_call_dummy_register_unwind): Use
416 regcache_cooked_read to catch cases in which the variable is
417 stored in a pseudo register.
418
4d210288
AC
4192002-08-22 Andrew Cagney <cagney@redhat.com>
420
421 * NEWS: Mention that the i960 has been made obsolete.
422 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
423 i960-tdep.c
424 (remote-nrom.o): Obsolete target.
425 (remote-nindy.o, i960-tdep.o): Ditto.
426 * remote-nrom.c: Make file obsolete.
427 * remote-nindy.c, remote-vx960.c: Ditto.
428 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
429 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
430 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
431 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
432 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
433 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
434 i960-*-vxworks* obsolete.
435 * MAINTAINERS: Note that the i960 is obsolete.
436
6c0c456d
CV
4372002-08-21 Corinna Vinschen <vinschen@redhat.com
438
439 * aix-thread.c (aix_thread_detach): Disable thread debugging on
440 detach to allow reinitialization.
441
9f9d12b3
AC
4422002-08-22 Andrew Cagney <ac131313@redhat.com>
443
444 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
445 attempt).
446
ebeb39fe
JB
4472002-08-22 Jim Blandy <jimb@redhat.com>
448
449 * coffread.c (coff_symfile_read): Don't try to read the line
450 number table from disk if the image file doesn't have a symbol
451 table; we'll never actually look at the info anyway, and Windows
452 ships DLL's with bogus file offsets for the line number data.
453
5bf1c677
EZ
4542002-08-21 Elena Zannoni <ezannoni@redhat.com>
455
456 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
457 an e500 executable.
458
71b8ef93
MS
4592002-08-21 Michael Snyder <msnyder@redhat.com>
460
461 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
462 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
463 (DEFAULT_MIPS_TYPE): Delete unused macro.
464 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
465 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 466
d174216d
JB
4672002-08-21 Jim Blandy <jimb@redhat.com>
468
469 * valops.c (value_cast): Simplify and correct logic for doing a
470 static cast from a pointer to a base class to a pointer to a
471 derived class.
472
0ab7a791
AC
4732002-08-21 Andrew Cagney <ac131313@redhat.com>
474
475 * infcmd.c (default_print_registers_info): Replace
476 do_registers_info.
477 (registers_info): Use gdbarch_print_registers_info instead of
478 DO_REGISTERS_INFO.
479 * inferior.h (default_print_registers_info): Replace
480 do_registers_info.
481 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
482 (DO_REGISTERS_INFO): Change to a predicate function.
483 * gdbarch.h, gdbarch.c: Regenerate.
484
e23792cc
KS
4852002-08-21 Keith Seitz <keiths@redhat.com>
486
487 * gdb-events.sh: Add target-changed event.
488 * gdb-events.c: Regenerated.
489 * gdb-events.c: Regenerated.
490 * valops.c (value_assign): Add target-changed event notification
491 to inlval_register, lval_memory, and lval_reg_frame_relative.
492
9fb14e79
JB
4932002-08-21 Joel Brobecker <brobecker@gnat.com>
494
495 * NEWS: Add an entry regarding the improvement of the next/step
496 operation on Alpha Tru64 multi-processor machines.
497
6d39a69f
AC
4982002-08-21 Andrew Cagney <ac131313@redhat.com>
499
72acd513
AC
500 * Makefile.in: Update dependencies for mi/ cli/ and tui/
501 directores.
342af04b 502 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
503 * Makefile.in (install-gdbtk): Move to install section.
504 (rdi-share/libangsd.a): Move to end of file.
505
fa5f27c7
AC
5062002-08-19 Andrew Cagney <ac131313@redhat.com>
507
508 * frame.c (frame_register_unwind): When a register, set addrp to
509 the register's byte.
510
5a89d8aa
MS
5112002-08-20 Michael Snyder <msnyder@redhat.com>
512
513 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
514 used locally, so move them from the target machine header to here.
515 (mips_set_processor_type, mips_register_name, mips32_next_pc,
516 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
517 Make static.
518 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
519
822e978b
AC
5202002-08-20 Andrew Cagney <cagney@redhat.com>
521
522 * NEWS: Mention that the Apollo line was made obsolete.
523 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
524 m68*-hp-hpux* obsolete.
525 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
526 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
527 * buildsym.c (make_blockvector): Make static.
528 * buildsym.h (make_blockvector): Make extern declaration obsolete.
529 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
530 (ALLDEPFILES): Remove dstread.c.
531 (dstread.o): Obsolete make rule.
532 * dstread.c: Makefile obsolete.
533 * dst.h: Ditto.
534 * config/m68k/hp300hpux.mt: Ditto.
535 * config/m68k/hp300hpux.mh: Ditto.
536 * config/m68k/hp300bsd.mt: Ditto.
537 * config/m68k/hp300bsd.mh: Ditto.
538 * config/m68k/apollo68b.mt: Ditto.
539 * config/m68k/apollo68v.mh: Ditto.
540 * config/m68k/apollo68b.mh: Ditto.
541
e41b17f0
MS
5422002-08-20 Michael Snyder <msnyder@redhat.com>
543
544 * mips-tdep.c (mips_in_return_stub): Make static.
545 (mips_gdbarch_init): Set in_solib_return_trampoline.
546 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
547
d50355b6
MS
5482002-08-20 Michael Snyder <msnyder@redhat.com>
549
550 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
551 * gdbarch.c, gdbarch.h: Regenerate.
552 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
553 Add.
554 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
555
757a7cc6
MS
5562002-08-20 Michael Snyder <msnyder@redhat.com>
557
558 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
559 (mips_gdbarch_init): Set skip_trampoline_code,
560 in_solib_call_trampoline.
561 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
562 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
563
c8001721
EZ
5642002-08-20 Elena Zannoni <ezannoni@redhat.com>
565
566 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
567
568 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
569 vector type for ev registers.
570 (e500_pseudo_register_read): New function.
571 (e500_pseudo_register_write): New function.
572 (e500_dwarf2_reg_to_regnum): New function.
573 (PPC_UISA_NOFP_SPRS): New macro.
574 (PPC_EV_REGS): New macro.
575 (PPC_GPRS_PSEUDO_REGS): New macro.
576 (registers_e500): New register set for e500.
577 (variants): Add e500 variant.
578 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
579 before setting architectural dependent variations. Initialize ev
580 registers numbers. Add case for e500 architecture. Set the
581 number of pseudo registers.
582
64366f1c
EZ
5832002-08-20 Elena Zannoni <ezannoni@redhat.com>
584
585 * rs6000-tdep.c: Clean up comments.
586
7e78f0ca
AC
5872002-08-20 Andrew Cagney <cagney@redhat.com>
588
589 * h8300-tdep.c: Re-indent file.
590
697f7479
JB
5912002-08-20 Jim Blandy <jimb@redhat.com>
592
593 * Makefile.in (LDFLAGS): Allow the configure script to establish a
594 default for this.
697f7479 595
e86ae29f
KS
5962002-08-20 Keith Seitz <keiths@redhat.com>
597
598 * breakpoints.c (watch_command_1): Use internal breakpoint
599 when setting a watchpoint_scope breakpoint.
600
216b504f
EZ
6012002-08-20 Elena Zannoni <ezannoni@redhat.com>
602
603 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
604 (build_builtin_type_vec64i): Ditto.
605 (build_builtin_type_vec128): Ditto.
606 (build_builtin_type_vec128i): Ditto.
607
f7ab6ec6
MS
6082002-08-19 Michael Snyder <msnyder@redhat.com>
609
610 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
611 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
612 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
613 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
614 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
615 CALL_DUMMY_ADDRESS): Delete.
616 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
617 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
618 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
619 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
620 push_return_address.
621 (mips_register_raw_size, mips_eabi_use_struct_convention,
622 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
623 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
624 mips_init_extra_frame_info, mips_eabi_push_arguments,
625 mips_n32n64_push_arguments, mips_push_return_address,
626 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
627 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
628
b5d1566e
MS
6292002-08-19 Michael Snyder <msnyder@redhat.com>
630
631 * mips-tdep.c (mips_frame_num_args): New function.
632 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
633 frame_saved_pc, frame_args_address, frame_locals_address,
634 frame_num_args, and frame_args_skip.
635 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
636 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
637 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
638 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
639
2f1488ce
MS
6402002-08-20 Michael Snyder <msnyder@redhat.com>
641
642 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
643 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
644 * mips-tdep.c (mips_store_struct_return): New function.
645 (mips_extract_struct_value_address): New function.
646 (mips_gdbarch_init): Set store_struct_return and
647 extract_struct_value_address.
648
41ff2da1
DC
6492002-08-20 David Carlton <carlton@math.stanford.edu>
650
651 * dwarf2read.c (dwarf2_build_psymtabs): Check that
652 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
653 (read_file_scope): Check that line_header is nonzero before
654 decoding macro information.
655
e5451d58
MK
6562002-08-20 Mark Kettenis <kettenis@gnu.org>
657
658 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
659 flag the general-purpose registers as floating-point on targets
660 that don't support the floating-point registers.
661
4a6daafa
EZ
6622002-08-20 Elena Zannoni <ezannoni@redhat.com>
663
664 * rs6000-tdep.c (altivec_register_p): Delete.
665 (rs6000_do_altivec_registers): Delete.
666 (rs6000_altivec_registers_info): Delete.
667 (rs6000_do_registers_info): Delete.
668 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
669 (rs6000_gdbarch_init): Remove setting of do_registers_info.
670
ab4327e0
EZ
6712002-08-20 Elena Zannoni <ezannoni@redhat.com>
672
673 * infcmd.c (do_registers_info): Print vector registers in hex
674 format only.
675 (print_vector_info): Check that printing registers
676 makes sense.
677 (print_float_info): Ditto.
678
cb1d2653
AC
6792002-08-20 Andrew Cagney <ac131313@redhat.com>
680
681 * mips-tdep.c (mips_gdbarch_init): Update.
682 (mips_o32_extract_return_value): Rewrite.
683 (mips_o32_store_return_value): Rewrite.
684 (mips_o32_xfer_return_value): New function.
685 (mips_xfer_register): Tweak debug print message. Allow for
686 buf_offset when dumping the value transfered.
687
dfc3d9b2
AC
6882002-08-20 Andrew Cagney <ac131313@redhat.com>
689
690 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
691 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
692 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
693 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
694 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
695
7807aa61
MS
6962002-08-14 Michael Snyder <msnyder@redhat.com>
697
698 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
699
489461e2
EZ
7002002-08-19 Elena Zannoni <ezannoni@redhat.com>
701
702 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
703 register.
704 (P): New macro to define a register as a pseudo register.
705 (R, R4, R8, R16, FR32, R64, R0): Updated.
706 (struct variant): Add new fields for number of pseudo registers
707 and number of total registers.
708 (tot_num_registers): New macro replacing....
709 (num_registers): ...deleted macro.
710 (num_registers): New function.
711 (num_pseudo_registers): New function.
712 (variants): Update all variants to intialize new fields correctly.
713 Postpone initialization of number of pseudo regs and real regs.
714 (init_variants): New function.
715 (rs6000_gdbarch_init): Initialize variants. Update calculation of
716 registers offsets.
717
fcaffe4c
DC
7182002-08-19 David Carlton <carlton@math.stanford.edu>
719
2c2738a0
DC
720 * valops.c (search_struct_field): Change error message to treat
721 return value of 0 from value_static_field as meaning that field is
722 optimized out.
723 (value_struct_elt_for_reference): Ditto.
724 * values.c (value_static_field): Treat an unresolved location the
725 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
726 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
727 enclosed. Fix PR gdb/574.
fcaffe4c
DC
728 * MAINTAINERS: Add self to Write After Approval list.
729
88658117
AC
7302002-08-19 Andrew Cagney <ac131313@redhat.com>
731
732 * mips-tdep.c (mips_xfer_register): New function.
733 (mips_n32n64_extract_return_value): Rewrite.
734 (mips_gdbarch_init): For N32 and N64, set extract_return_value
735 instead of deprecated_extract_return_value.
736
21283beb
EZ
7372002-08-19 Elena Zannoni <ezannoni@redhat.com>
738
739 * rs6000-tdep.c (TDEP): Delete macro.
740 (branch_dest): Replace use of TDEP macro with its body.
741 (rs6000_pop_frame): Ditto.
742 (rs6000_push_arguments): Ditto.
743 (rs6000_skip_trampoline_code): Ditto.
744 (rs6000_frame_saved_pc): Ditto.
745 (rs6000_frame_chain): Ditto.
746 (rs6000_register_name): Ditto.
747 (rs6000_register_byte): Ditto.
748 (rs6000_register_raw_size): Ditto.
749 (rs6000_register_virtual_type): Ditto.
750 (rs6000_register_convertible): Ditto.
751 (rs6000_convert_from_func_ptr_addr): Ditto.
752
bf072999
DJ
7532002-08-19 Daniel Jacobowitz <drow@mvista.com>
754
755 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
756 conditionally.
757 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
758 MIPS_LINUX_JB_ELEMENT_SIZE.
759 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
760 for MAX_REGISTER_RAW_SIZE arrays.
761 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
762 MIPS_LINUX_JB_ELEMENT_SIZE.
763
9b949a49
PM
7642002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
765
766 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
767
6d3e79c6
AS
7682002-08-19 Aidan Skinner <aidan@velvet.net>
769
770 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
771 ada-valprint.c ada-tasks.c.
772 (YYFILES): Add ada-exp.y.
773 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
774 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
775 (ada-exp.tab.o): New target.
776
06c0b04e
AC
7772002-08-18 Andrew Cagney <ac131313@redhat.com>
778
779 * regcache.c (regcache_xfer_part): New function.
780 (regcache_raw_read_part): New function.
781 (regcache_raw_write_part): New function.
782 (regcache_cooked_read_part): New function.
783 (regcache_cooked_write_part): New function.
784 * regcache.h (regcache_raw_read_part): Declare.
785 (regcache_raw_write_part): Declare.
786 (regcache_cooked_read_part): Declare.
787 (regcache_cooked_write_part): Declare.
788
92d1e331
DJ
7892002-08-18 Daniel Jacobowitz <drow@mvista.com>
790
791 * remote.c (remote_open_1): Add async_p.
792 (remote_async_open_1): Delete.
793 (open_remote_target): Delete.
794 (remote_open, extended_remote_open): Update calls to remote_open_1.
795 (remote_async_open, extended_remote_async_open): Call
796 remote_open_1 instead of remote_async_open_1.
797
247055de
MK
7982002-08-19 Mark Kettenis <kettenis@gnu.org>
799
800 * blockframe.c: Fix a few coding standard violations.
801
641eda39
MK
8022002-08-19 Mark Kettenis <kettenis@gnu.org>
803
0b717710
MK
804 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
805 here from ...
806 * config/i386/tm-i386sco5.h: ... here. File removed.
807 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
808
26d28e12 809 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
810 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
811 (TM_FILE): Set to tm-i386.h.
812 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
813 * config/i386/tm-i386v.h: Remove file.
814 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
815 instead of "i386/tm-i386v.h".
816 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
817 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
818 "i386/tm-i386v.h".
819 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
820 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
821 "i386/tm-i386.h".
822
d4e0bab4
MK
8232002-08-18 Mark Kettenis <kettenis@gnu.org>
824
825 * config/i386/nm-i386v.h: Add protection against
826 multiple-inclusion.
827 (i386_register_u_addr): Remove prototype.
828 (register_u_addr): New prototype.
829 (REGISTER_U_ADDR): Redefine accordingly.
830 * i386v-nat.c: Improve several comments.
831 (i386_register_u_addr): Change signature and rename to
832 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
833 ubase variable.
834
46cac009
AC
8352002-08-18 Andrew Cagney <ac131313@redhat.com>
836
837 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
838 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
839 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
840 deprecated_extract_return_value.
841 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
842 rename mips_o32o64_push_arguments.
843 (mips_gdbarch_init): Update.
844 (mips_extract_return_value): Delete.
845 (mips_o32_extract_return_value): Clone mips_extract_return_value.
846 (mips_o64_extract_return_value): Clone mips_extract_return_value.
847 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
848 (mips_n32n64_extract_return_value): Clone
849 mips_extract_return_value.
850 (mips_store_return_value): Delete.
851 (mips_o32_store_return_value): Clone mips_store_return_value.
852 (mips_o64_store_return_value): Clone mips_store_return_value.
853 (mips_eabi_store_return_value): Clone mips_store_return_value.
854 (mips_n32n64_store_return_value): Clone mips_store_return_value.
855
d2e4a39e
AS
8562002-08-18 Aidan Skinner <aidan@velvet.net>
857
0c30c098
AS
858 * ada-lang.c: Use gdb_string.h instead of <string.h>.
859 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
860
8612002-08-18 Aidan Skinner <aidan@velvet.net>
862
863 * ada-lang.c: Run through gdb_indent.sh.
864 * ada-lang.h: Run through gdb_indent.sh.
865 * ada-tasks.c: Run through gdb_indent.sh.
866 * ada-typeprint.c: Run through gdb_indent.sh.
867 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 868
01fc4e33
AC
8692002-08-18 Andrew Cagney <ac131313@redhat.com>
870
871 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
872 ABI.
873
d8ee244c
MK
8742002-08-18 Mark Kettenis <kettenis@gnu.org>
875
c38d8261
MK
876 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
877
222db64c
MK
878 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
879 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
880
c2848c82
MK
881 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
882 write_register_gen instead of write_register_bytes.
883
d8ee244c
MK
884 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
885 i[3456]-*-osf1mk* configurations have been made obsolete.
886 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
887 i[3456]86-*-osf1mk* hosts obsolete.
888 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
889 targets obsolete.
890 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
891 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
892 config/i386/i386m3.mt, config/i386/nm-m3.h,
893 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
894 config/i386/i386mk.mh, config/i386/i386mk.mt,
895 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
896 obsolete.
897 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
898 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
899 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
900
61d8d407
AC
9012002-08-18 Andrew Cagney <ac131313@redhat.com>
902
903 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
904 (hppa_value_returned_from_stack): Declare.
905 (hppa_extract_return_value): Declare.
906 * config/pa/hppa.mt: New file.
907 * configure.tgt: Recognize hppa*-*-*.
908 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
909
0c52bd59
MK
9102002-08-18 Mark Kettenis <kettenis@gnu.org>
911
912 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
913 comment.
914
b5686e99
MK
9152002-08-17 Mark Kettenis <kettenis@gnu.org>
916
917 * top.c (gdb_rl_operate_and_get_next): Make sure
918 operate-and-get-next functions correctly even when the history
919 list is completely filled.
920
c1bab85b
AC
9212002-08-18 Andrew Cagney <ac131313@redhat.com>
922
923 * MAINTAINERS (Target Instruction Set Architectures): Rename
924 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
925 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
926 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
927 already listed under Host/Native.
928
929 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
930 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
931 mips*-*-*.
932
32089c7c
AC
9332002-08-17 Andrew Cagney <ac131313@redhat.com>
934
935 * config/ia64/ia64.mt: New file.
936 * config/alpha/alpha.mt: New file.
937 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
938 ia64-linux-gnu. Mention that ia64-elf is broken.
939 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
940
b4671f85
MK
9412002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
942
943 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
944 generic_func_frame_valid instead of func_frame_valid.
945
c8edd8b4
JB
9462002-08-16 Joel Brobecker <brobecker@gnat.com>
947
948 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
949 procfs appears to be broken when debugging on multi-processor
950 machines. So enable software single stepping in order to avoid
951 using the procfs interface to do next/step operations, using
952 internal breakpoints instead.
953
954 * infrun.c (handle_inferior_event): Readjust the stop_pc by
955 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
956 make this pc address equal to the value it would have if the
957 system stepping capability was used. Also set a new flag used
958 to ensure that we don't readjust the PC one more time later.
959
960 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
961 address by DECR_PC_AFTER_BREAK when software single step is
962 in use for this architecture, as this has already been taken
963 care of in handle_inferior_event().
964
238617f6
JB
9652002-08-16 Joel Brobecker <brobecker@gnat.com>
966
967 * infrun.c (handle_inferior_event): Minor reformatting, to make
968 a rather long condition expression easier to read.
969
541a7aac
AC
9702002-08-16 Andrew Cagney <ac131313@redhat.com>
971
972 * Makefile.in (gdbtk.o): Move to end of file.
973 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
974 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
975 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
976 (gdbtk-wrapper.o, gdbres.o): Ditto.
977
f92d4a7b
AC
9782002-08-16 Andrew Cagney <ac131313@redhat.com>
979
980 * Makefile.in (copying.o): Separate out compile rule.
981 (hpux-thread.o, procfs.o, signals.o): Ditto.
982 (v850ice.o, z8k-tdep.o): Ditto.
983 (tui-file.o): Move to TUI section.
984 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
985 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
986
1cce71eb
JB
9872002-08-16 Joel Brobecker <brobecker@gnat.com>
988
989 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
990 skip_trampoline_code, for better namespace-proofing.
991
992 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
993
0851f23d
JB
9942002-08-16 Joel Brobecker <brobecker@gnat.com>
995
996 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
997
f8d40ec8
JB
9982002-08-16 Joel Brobecker <brobecker@gnat.com>
999
1000 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
1001 signal, check whether we hit a breakpoint before checking for a
1002 single step breakpoint. Otherwise, GDB fails to notice that a
1003 breakpoint has been hit when stepping onto a breakpoint.
1004
63d022e0
KS
10052002-08-16 Keith Seitz <keiths@redhat.com>
1006
1007 * gdb-events.sh (clear_gdb_event_hooks): New function.
1008 * gdb-events.c: Regenerate.
1009 * gdb-events.h: Regenerate.
1010
6e31adb3
AC
10112002-08-16 Andrew Cagney <ac131313@redhat.com>
1012
1013 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
1014 not_a_sw_breakpoint.
1015 * breakpoint.h (bpstat_stop_status): Add parameter names.
1016
c8189ed1
GS
10172002-08-16 Grace Sainsbury <graces@redhat.com>
1018
1019 * remote.c (remote_insert_hw_breakpoint)
1020 (remote_remove_hw_breakpoint): Fix calculation of length field
1021 for Z-packet.
1022
d05285fa
MS
10232002-08-15 Michael Snyder <msnyder@redhat.com>
1024
466d7106
MS
1025 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
1026 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
1027 (supply_fpregset): Ditto.
1028
d05285fa
MS
1029 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
1030 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
1031 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 1032 (TARGET_READ_SP): Delete.
bf1f5b4c 1033 (DO_REGISTERS_INFO): Delete.
102182a9
MS
1034 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1035 Delete.
1036 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1037 from macros to functions.
bf1f5b4c 1038
d05285fa
MS
1039 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1040 (mips_register_convertible, mips_register_convert_to_virtual,
1041 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
1042 (mips_read_sp): New function.
1043 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
1044 (mips_do_registers_info): Make static.
1045 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
1046 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1047 (mips_register_convert_from_type, mips_register_convert_to_type):
1048 New functions.
1049 (mips_gdbarch_init): Set up function_start_offset,
1050 register_virtual_size, pc_in_sigtramp.
d05285fa 1051
e76f1f2e
AC
10522002-08-15 Andrew Cagney <ac131313@redhat.com>
1053
1054 * infcmd.c (vector_info): New function.
1055 (_initialize_infcmd): Add command "info vector".
1056 (print_vector_info): New function.
1057
1058 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1059 * gdbarch.h, gdbarch.c: Regenerate.
1060
4782dc19
AC
10612002-08-15 Andrew Cagney <ac131313@redhat.com>
1062
1063 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1064 ``print_all''. Only print vector registers when ``print_all''.
1065
23e3a7ac
AC
10662002-08-15 Andrew Cagney <ac131313@redhat.com>
1067
8e186fd6
AC
1068 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1069 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1070
23e3a7ac
AC
1071 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1072 Add `args' parameter.
1073 * gdbarch.h, gdbarch.c: Regenerate.
1074
1075 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1076
1077 * infcmd.c (float_info): Call print_float_info.
1078 (print_float_info): New function. By default, print the
1079 floating-point registers.
1080
1081 * arch-utils.h (default_print_float_info): Delete declaration.
1082 * arch-utils.c (default_print_float_info): Delete function.
1083
e0ca2bb9
MK
10842002-08-16 Mark Kettenis <kettenis@gnu.org>
1085
3f733acc
MK
1086 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1087 out define.
1088
7d8d2918
MK
1089 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1090 FRAME.
1091
1c7cc583
MK
1092 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1093 * configure.host: Make i[3456]86-*-aix host obsolete.
1094 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1095 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1096 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1097 config/i386/xm-i386aix.h: Make files obsolete.
1098 * i386aix-nat.c: Make file obsolete.
1099 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1100 (i386aix-nat.o): Make target obsolete.
1101
e0ca2bb9
MK
1102 * config/i386/nm-gnu.h: Removed.
1103 * config/i386/nm-i386gnu.h: New file.
1104 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1105 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1106 Moved here from ...
1107 * config/i386/tm-i386gnu.h: ... here. Removed.
1108 * config/i386/xm-i386gnu.h: Removed.
1109 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1110 (NAT_FILE): Set to nm-i386gnu.h.
1111 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1112 * i386-tdep.c: New file.
1113 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1114 (i386gnu-tdep.o): Specify dependencies.
1115
16057ec7 11162002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 1117
6b99ee2e
MK
1118 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1119 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1120 Adjust a few comments to reflect reality a bit closer.
1121 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1122 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1123 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1124 target_insert_watchpoint, target_remove_watchpoint):
1125 Move defines to ...
1126 * config/i386/nm-i386sco5.h: ... here.
1127 (kernel_u_size): Add prototype. Improve a few comments and add
1128 protection against multiple inclusion.
1129
d9a6f65c
MK
1130 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1131 out define.
1132
047eff6a
MK
1133 * uw-thread.c (SP_ARG0): Define if not already defined.
1134 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1135
dcdb1290
MK
1136 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1137
5d2d0b2a
MK
1138 * config/i386/tm-i386.h: Don't include "regcache.h".
1139
61113f8b
MK
1140 * i387-tdep.h (i387_print_float_info): New prototype.
1141 * i387-tdep.c (print_i387_value, print_i387_ext,
1142 print_i387_status_word, print_i387_control_word): Add `struct
1143 ui_file *' argument and use it for output.
1144 (i387_print_float_info): Renamed from i387_float_info. Add
1145 `struct gdbarch *' and `struct ui_file *' arguments and use the
1146 latter for output.
1147 * i386-tdep.c: Include "i387-tdep.h".
1148 (i386_gdbarch_init): Set print_float_info.
1149 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1150 (FLOAT_INFO): Remove define.
1151
46e0f506
MS
11522002-08-13 Michael Snyder <msnyder@redhat.com>
1153
1154 * mips-tdep.c (mips_push_arguments): Rename to
1155 mips_eabi_push_arguments, and tune for EABI.
1156 (MIPS_REGS_HAVE_HOME_P): Delete.
1157 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1158 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1159 Delete references to mips_regs_have_home_p.
1160
409268de
KS
11612002-08-14 Keith Seitz <keiths@redhat.com>
1162
1163 * Makefile.in (install-gdbtk): Create insight plugin directory.
1164 Install plugins.tcl file.
1165
ffc6a242
KS
11662002-08-14 Keith Seitz <keiths@redhat.com>
1167
1168 * configure.in: Move SUBDIRS to near top of the file so that
1169 --enable options may add things to it.
1170 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1171 * configure: Regenerate.
1172
ebafbe83
MS
11732002-08-13 Michael Snyder <msnyder@redhat.com>
1174
1175 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1176 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1177 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1178
32f6f25d
AC
11792002-08-13 Andrew Cagney <ac131313@redhat.com>
1180
1181 * vax-tdep.c (vax_get_saved_register): Delete function.
1182 (vax_gdbarch_init): Update.
1183 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1184 (ns32k_gdbarch_init): Update.
1185 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1186 (alpha_gdbarch_init): Update.
1187
53826de9
AC
11882002-08-13 Andrew Cagney <cagney@redhat.com>
1189
1190 * regcache.c (init_regcache_descr): Overallocate the
1191 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1192 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1193 nr_raw_registers.
1194 (set_register_cached): Add range checking assertions. Use
1195 current_regcache.
1196
16057ec7 11972002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
1198
1199 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1200 numbers for MMX registers.
1201
7b4c2dce
AC
12022002-08-13 Andrew Cagney <cagney@redhat.com>
1203
1204 * i386-tdep.c (i386_gdbarch_init): Use
1205 generic_unwind_get_saved_register.
1206
1e03ad20
KB
12072002-08-13 Kevin Buettner <kevinb@redhat.com>
1208
1209 * procfs.c (procfs_can_use_hw_breakpoint): New function.
1210 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1211 target vector.
1212 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1213 Delete. Add comment regarding this now-deleted target method.
1214
548bcbec
SC
12152002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1216
1217 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1218 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1219 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1220 real PC and the page number (if it's within the memory bank window).
1221 (m68hc11_pseudo_register_write): Likewise when saving.
1222 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1223 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1224 (m68hc11_register_raw_size): And use 32-bit for it.
1225 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1226 16K memory bank is used by the prog; also use the virtual pc.
1227
7df11f59
SC
12282002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1229
1230 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1231 (m68hc11_gdbarch_init): Install it in gdbarch.
1232 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1233 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1234 (MSYMBOL_SIZE): New for documentation.
1235 (insn_return_kind): Enum to specify how a function returns.
1236 (frame_extra_info): Cleanup and record the return mode.
1237 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
1238 register in address computation.
1239 (m68hc11_get_return_insn): New to obtain the return instruction used
1240 by the function.
1241 (m68hc11_frame_init_saved_regs): Take into account the return
1242 instruction used by the function for far and interrupt functions.
1243 (m68hc11_init_extra_frame_info): Take into account page register.
1244 (m68hc11_frame_args_address): Adjust according to the return mode.
1245 (show_regs): Print page register only when it's used.
1246
5706502a
SC
12472002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1248
1249 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1250 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1251 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1252 registers.
1253 (m68hc11_register_raw_size): Likewise.
1254
28fc6740
AC
12552002-08-13 Andrew Cagney <cagney@redhat.com>
1256
1257 * i386-tdep.c (i386_register_name): Handle mmx registers.
1258 (mmx_regnum_p): New function.
1259 (i386_mmx_names): New array.
1260 (mmx_num_regs): New variable.
1261 (i386_pseudo_register_read): New function.
1262 (i386_pseudo_register_write): New function.
1263 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1264
1265 * regcache.c (regcache_raw_read_unsigned): New function.
1266 (regcache_raw_read_signed): New function.
1267 * regcache.h (regcache_raw_read_unsigned): Declare.
1268 (regcache_raw_read_signed): Declare.
1269
a378f419
AC
12702002-08-13 Andrew Cagney <cagney@redhat.com>
1271
1272 * regcache.c (regcache_raw_read_as_address): Delete function.
1273 (regcache_cooked_read_signed): New function.
1274 (regcache_cooked_read_unsigned): New function.
1275 * regcache.h (regcache_cooked_read_signed): Declare.
1276 (regcache_cooked_read_unsigned): Declare.
1277 (regcache_raw_read_as_address): Delete declaration.
1278
1279 * blockframe.c (generic_read_register_dummy): Use
1280 regcache_cooked_read_unsigned.
1281 * i386-tdep.c (i386_extract_struct_value_address): Use
1282 regcache_cooked_read_unsigned.
1283
81967506
SC
12842002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1285
1286 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1287 double sizes according to ELF ABI flags.
1288 (gdbarch_tdep): Record elf_flags.
1289
ffe1f3ee
SC
12902002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1291
1292 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1293 (m6812_prolog): They can appear in 68HC12 function prologue.
1294 (m68hc11_frame_chain): Cleanup.
1295
98216c5d
AC
12962002-08-12 Andrew Cagney <cagney@redhat.com>
1297
1298 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1299 declarations.
1300 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1301 (i386_linux_register_raw_size): Delete function.
1302 (i386_linux_init_abi): Update.
1303 * i386-tdep.c (i386_register_raw_size): Delete function.
1304 (i386_register_byte): Delete function.
1305 (i386_gdbarch_init): Update.
1306 (i386_register_size): Delete array.
1307 (i386_register_offset): Delete array.
1308
1309 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1310 (REGISTER_RAW_SIZE): Delete macro.
1311 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1312 (REGISTER_BYTE): Delete macro.
1313
3b19021e
AS
13142002-08-11 Aidan Skinner <aidan@velvet.net>
1315
1316 * ada-lang.c (ada_lookup_partial_symbol)
1317 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1318 prototype names so that grep ^func works properly.
1319
1320 * ada-lang.c (ada_array_element_type)
1321 (ada_lookup_partial_symbol): Fix typos in parameter list.
1322
1323 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1324 Fix prototype names so that grep ^func works properly.
1325
b063e7a2
AC
13262002-08-10 Andrew Cagney <cagney@redhat.com>
1327 Elena Zannoni <ezannoni@redhat.com>
1328 Martin M. Hunt <hunt@redhat.com>
1329
1330 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1331 (build_builtin_type_vec128i): Set the vector bit.
1332 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1333 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1334 (build_builtin_type_vec64): New function.
1335 (build_builtin_type_vec64i): New function.
1336 (build_gdbtypes): Initialize builtin_type_vec64 and
1337 builtin_type_vec64i.
1338
a7e3c2ad
AC
13392002-08-09 Andrew Cagney <cagney@redhat.com>
1340
1341 * regcache.c (regcache_dump): Compare the register offset
1342 with REGISTER_BYTE.
1343 * arch-utils.c (generic_register_byte): New function.
1344 * arch-utils.h (generic_register_byte): Declare.
1345 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1346 * gdbarch.h, gdbarch.c: Regenerate.
1347
af030b9a
AC
13482002-08-09 Andrew Cagney <cagney@redhat.com>
1349
1350 * regcache.c: Include "gdbcmd.h"
1351 (_initialize_regcache): Add commands "maintenance print
1352 registers", "maintenance print raw-registers" and "maintenance
1353 print cooked-registers".
1354 (enum regcache_dump_what): Define.
1355 (dump_endian_bytes): New function.
1356 (regcache_dump): New function.
1357 (regcache_print): New function.
1358 (maintenance_print_registers): New function.
1359 (maintenance_print_raw_registers): New function.
1360 (maintenance_print_cooked_registers): New function.
1361 * Makefile.in (regcache.o): Update dependencies.
1362
cb3d25d1
MS
13632002-08-09 Michael Snyder <msnyder@redhat.com>
1364
1365 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1366 (mips_push_arguments): Correct some comments. Use paddr_nz
1367 for printing addresses in debug output. Replace static
1368 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1369 (mips_n32n64_push_arguments): New function, cloned from
1370 mips_push_arguments and tuned for the n32/n64 ABI.
1371 (mips_push_register): Buffer needs dynamic allocation.
1372 (mips_print_register): Ditto.
1373 (do_gp_register_row): Ditto.
1374 (mips_store_return_value): Ditto.
1375 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1376
2163ab9d
DH
13772002-08-09 Don Howard <dhoward@redhat.com>
1378
1379 * memattr.c (mem_info_command): Print special case of upper bound
1380 as max CORE_ADDR + 1.
1381
b78bcb18
MS
13822002-08-08 Michael Snyder <msnyder@redhat.com>
1383
1384 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1385 returns structs by ref if they're too big to fit in two registers.
1386
ffabd70d
KB
13872002-08-09 Kevin Buettner <kevinb@redhat.com>
1388
1389 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1390 saved regs value.
1391 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1392 mips_find_saved_regs().
1393 (mips_pop_frame): Likewise.
1394
fbcdb4a3
KB
13952002-08-09 Kevin Buettner <kevinb@redhat.com>
1396
1397 * blockframe.c (frame_saved_regs_register_unwind): Revise
1398 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1399 frames are in use.
1400
3c3bea1c
GS
14012002-08-09 Grace Sainsbury <graces@redhat.com>
1402
1403 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1404 T-packets; the 'a' is not taken as a register number.
1405 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1406 (remote_stopped_data_address): New functions; add to target
1407 vector.
1408 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1409 prototypes to match other implementations of this
1410 function. replace integer argument with pointer -- the length
1411 field in the Z-packet is the length of what is pointed to or 1 if
1412 pointer is null. Add to target vector.
1413 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1414 target vector.
1415
1416 From Mark Salter:
1417 * remote.c (remote_wait): Add support to extract optional
1418 watchpoint information from T-packet. Ignore unrecognized
1419 optional info in T-packet.
1420 (remote_async_wait): Ditto.
1421
5d1d95de
CV
14222002-08-09 Corinna Vinschen <vinschen@redhat.com>
1423
1424 * cli/cli-dump.c: Change fopen modes to use binary open modes
1425 as defined in include/fopen-bin.h throughout.
1426
c86b5b38
MS
14272002-08-08 Michael Snyder <msnyder@redhat.com>
1428
1429 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1430
b30590dc
KB
14312002-08-08 Kevin Buettner <kevinb@redhat.com>
1432
1433 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1434 assertion failure by returning early after a warning.
1435
498868ed
KB
14362002-08-08 Kevin Buettner <kevinb@redhat.com>
1437
1438 * mips-tdep.c (mips_find_saved_regs): Make static.
1439 (mips_frame_init_saved_regs): New function.
1440 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1441 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1442 (mips_find_saved_regs): Delete declaration.
1443
b2dd6311
GS
14442002-08-08 Grace Sainsbury <graces@redhat.com>
1445
3c3bea1c
GS
1446 * remote.c (remote_wait, remote_async_wait): Change
1447 thread_num from int to ULONGEST.
1448 (unpack_varlen_hex): Change result parameter from
1449 int * to ULONGEST *.
b2dd6311 1450
ea47855f
AC
14512002-08-08 Andrew Cagney <ac131313@redhat.com>
1452
1453 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1454 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1455 powerpc*-*-*.
1456 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1457
69db8bae
AC
14582002-08-08 Andrew Cagney <cagney@redhat.com>
1459
1460 * gcore.c (override_derive_stack_segment): Delete variable.
1461 (preempt_derive_stack_segment): Delete function.
1462 (derive_stack_segment): Delete function.
1463 (default_derive_stack_segment): Renamed to derive_stack_segment.
1464 (override_derive_heap_segment): Delete variable.
1465 (preempt_derive_heap_segment): Delete function.
1466 (derive_heap_segment): Delete function.
1467 (default_derive_heap_segment): Rename to derive_heap_segment.
1468
cb811fe7
MS
14692002-08-06 Michael Snyder <msnyder@redhat.com>
1470
1471 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1472 * mips-tdep.c (mips_EABI_use_struct_convention,
1473 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1474 New functions. (mips_use_struct_convention): Delete.
1475 (mips_gdbarch_init): set use_gdbarch_convention.
1476
8b389c40
MS
14772002-08-06 Michael Snyder <msnyder@redhat.com>
1478
1479 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1480 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1481 mips_o32_reg_struct_has_addr): New functions.
1482 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1483
5c27f28a
AC
14842002-08-07 Andrew Cagney <ac131313@redhat.com>
1485
1486 * regcache.c (pseudo_register): Delete function.
1487 (fetch_register): Delete function.
1488 (store_register): Delete function.
1489 (regcache_raw_read, legacy_read_register_gen): Use
1490 target_fetch_registers instead of fetch_register.
1491 (legacy_write_register_gen, regcache_raw_write): Use
1492 target_store_register instead of store_register.
1493 (write_register_bytes): Ditto.
1494
1495 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1496 (STORE_PSEUDO_REGISTER): Delete.
1497 * gdbarch.h, gdbarch.c: Regenerate.
1498
5b331675
CV
14992002-08-06 Corinna Vinschen <vinschen@redhat.com>
1500
1501 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1502 write dump file binary.
1503
6acdf5c7
MS
15042002-08-05 Michael Snyder <msnyder@redhat.com>
1505
1506 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1507 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1508 (mips_gdbarch_init): Set N32 target to be mips64.
1509
b2f01c35
KB
15102002-08-06 Kevin Buettner <kevinb@redhat.com>
1511
1512 * frame.c (find_saved_register): Break out of loop once saved
1513 register address is found. Don't mention sparc in loop comment
1514 anymore.
1515
63db5580
KB
15162002-08-06 Kevin Buettner <kevinb@redhat.com>
1517
1518 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1519 mips_default_saved_regsize to 8.
1520
5e34e75e
AC
15212002-08-06 Andrew Cagney <ac131313@redhat.com>
1522
1523 * gcore.c: Do not include <sys/procfs.h>.
1524 * Makefile.in (gcore.o): Update dependencies.
1525
eb4c54a2
AC
15262002-08-06 Andrew Cagney <cagney@redhat.com>
1527
1528 * configure.tgt: Make arc-*-* obsolete.
1529 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1530 * MAINTAINERS: Make arc-elf obsolete.
1531 * arc-tdep.c: Make file obsolete.
1532 * config/arc/arc.mt: Ditto.
1533 * config/arc/tm-arc.h: Ditto.
1534
ced15480
TR
15352002-08-05 Theodore A. Roth <troth@verinet.com>
1536
c1bab85b 1537 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 1538
b4743822
AC
15392002-08-05 Andrew Cagney <ac131313@redhat.com>
1540
1541 * mcore-tdep.c (mcore_gdbarch_init): Use
1542 generic_unwind_get_saved_register instead of
1543 generic_get_saved_register.
1544 * v850-tdep.c (v850_gdbarch_init): Ditto.
1545 * frv-tdep.c (frv_gdbarch_init): Ditto.
1546 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1547 * s390-tdep.c (s390_gdbarch_init): Ditto.
1548 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1549 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1550 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1551
3956d554
JB
15522002-08-05 Joel Brobecker <brobecker@gnat.com>
1553
1554 * objfiles.h: Add missing #include "symfile.h"
1555
1556 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1557
8249c0d6
AC
15582002-08-04 Andrew Cagney <ac131313@redhat.com>
1559
1560 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1561 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1562 of FIELD_BITSIZE.
1563
b9d14705
DJ
15642002-08-04 Daniel Jacobowitz <drow@mvista.com>
1565
1566 * NEWS: Cleanup and nitpick.
1567
dd73b9bb
AC
15682002-08-03 Andrew Cagney <ac131313@redhat.com>
1569
1570 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1571
043a27f8
AC
15722002-08-03 Andrew Cagney <ac131313@redhat.com>
1573
1574 * Makefile.in (gdbtk-bp.o): Update dependencies.
1575 (gdbtk-register.o): Ditto.
1576 (gdbtk-varobj.o): Ditto.
1577
46ce284d
AC
15782002-08-03 Andrew Cagney <cagney@redhat.com>
1579
1580 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1581 m68hc11_fetch_pseudo_register.
1582 (m68hc11_pseudo_register_write): Replace
1583 m68hc11_store_pseudo_register.
1584 (m68hc11_gdbarch_init): Update.
1585
b66d6d2e
AC
1586Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1587
1588 * gdbarch.sh: Include "gdb_string.h".
1589 * gdbarch.c: Regenerate.
1590
1591 * regcache.c: Include "gdb_string.h".
1592 * ax-general.c: Ditto.
1593 * varobj.c: Ditto.
1594 * std-regs.c: Ditto.
1595 * fbsd-proc.c: Ditto.
1596 * thread.c: Ditto.
1597
1598 * Makefile.in (regcache.o): Update dependencies.
1599 (thread.o, gdbarch.o): Ditto.
1600 (ax-general.o, gdbarch.o): Ditto.
1601 (varobj.o, std-regs.o): Ditto.
1602 (fbsd-proc.o): Specify dependencies.
1603
29e1842b
AC
16042002-08-02 Andrew Cagney <cagney@redhat.com>
1605
1606 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1607 regnum.
1608 (regcache_cooked_write): Ditto.
1609
68365089
AC
16102002-08-02 Andrew Cagney <ac131313@redhat.com>
1611
1612 * regcache.c (regcache_cooked_read): New function.
1613 (regcache_cooked_write): New function.
1614 (read_register_gen): Rewrite using regcache_cooked_read.
1615 (write_register_gen): Rewrite using regcache_cooked_write.
1616
1617 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1618 Declare.
1619
d8124050
AC
16202002-08-02 Andrew Cagney <cagney@redhat.com>
1621
1622 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1623 Replace the architecture methods register_read and register_write.
1624 * gdbarch.h, gdbarch.c: Regenerate.
1625 * regcache.c (init_regcache_descr): Update.
1626 (read_register_gen): Update.
1627 (write_register_gen): Update.
1628 (supply_register): Update comment.
1629
1630 * sh-tdep.c (sh_gdbarch_init): Update.
1631 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1632 `regcache' and `gdbarch' parameters. Make `buffer' a void
1633 pointer. Update code.
1634 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1635 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1636 void pointer. Update code.
1637 (sh64_register_write): Delete.
1638 (sh4_register_read): Delete.
1639 (sh64_register_read): Delete.
1640 (sh4_register_write): Delete.
1641 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1642 void pointer, `to' parameter a void pointer.
1643 (sh_sh64_register_convert_to_raw): Ditto.
1644
a6425924
KB
16452002-08-01 Kevin Buettner <kevinb@redhat.com>
1646
1647 * mips-tdep.c (mips_register_virtual_type): Use architecture
1648 invariant return values.
1649
ff5922b5
AC
16502002-08-01 Andrew Cagney <cagney@redhat.com>
1651
1652 * linux-proc.c: Include "gdb_string.h".
1653 * Makefile.in (linux-proc.o): Update dependency list.
1654
32a6503c
KB
16552002-08-01 Kevin Buettner <kevinb@redhat.com>
1656
1657 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1658 comment.
1659
ccaa32c7
GS
16602002-08-01 Grace Sainsbury <graces@redhat.com>
1661
1662 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1663 to_insert_watchpoint, to_remove_watchpoint,
1664 to_stopped_by_watchpoint, to_stopped_data_address,
1665 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1666 target vecctor. Define their corresponding macros so they call
1667 them.
1668
1669 * target.c: Add default and debug versions of for
1670 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1671 to_insert_watchpoint, to_remove_watchpoint,
1672 to_stopped_by_watchpoint, to_stopped_data_address,
1673 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1674
78fde5f8
KB
16752002-08-01 Kevin Buettner <kevinb@redhat.com>
1676
1677 * mips-tdep.c (mips_register_virtual_type): New function.
1678 (mips_gdbarch_init): Register mips_register_virtual_type()
1679 with gdbarch machinery.
1680 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1681 this file instead of tm-bigmips.h.
1682 (MIPS_REGSIZE): Delete this macro.
1683 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1684 multiarch version in mips-tdep.c will be found.
1685
db034ac5
AC
16862002-08-01 Andrew Cagney <cagney@redhat.com>
1687
1688 * NEWS: Menion that CHILL has been made obsolete.
1689
1690 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
1691 * stabsread.c (read_range_type): Ditto.
1692 * gdbtypes.h: Ditto.
1693 * language.c (binop_type_check): Ditto.
1694 (binop_result_type): Ditto.
1695 (integral_type): Ditto.
1696 (character_type): Ditto.
1697 (string_type): Ditto.
1698 (boolean_type): Ditto.
1699 (structured_type): Ditto.
1700 (lang_bool_type): Ditto.
1701 (binop_type_check): Ditto.
1702 * language.h (_LANG_chill): Ditto.
1703 * dwarfread.c (set_cu_language): Ditto.
1704 * dwarfread.c (CHILL_PRODUCER): Ditto.
1705 * dwarfread.c (handle_producer): Ditto.
1706 * expression.h (enum exp_opcode): Ditto.
1707 * eval.c: Ditto for comments.
1708 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1709 * expprint.c (print_subexp): Ditto.
1710 (print_subexp): Ditto.
1711 * valops.c (value_cast): Ditto.
1712 (search_struct_field): Ditto.
1713 * value.h (COERCE_VARYING_ARRAY): Ditto.
1714 * symfile.c (init_filename_language_table): Ditto.
1715 (add_psymbol_with_dem_name_to_list): Ditto.
1716 * valarith.c (value_binop): Ditto.
1717 (value_neg): Ditto.
1718 * valops.c (value_slice): Ditto.
1719 * symtab.h (union language_specific): Ditto.
1720 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1721 (SYMBOL_DEMANGLED_NAME): Ditto.
1722 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1723 * defs.h (enum language): Ditto.
1724 * symtab.c (got_symtab): Ditto.
1725 * utils.c (fprintf_symbol_filtered): Ditto.
1726
1727 * ch-typeprint.c: Make file obsolete.
1728 * ch-valprint.c: Make file obsolete.
1729 * ch-lang.h: Make file obsolete.
1730 * ch-exp.c: Make file obsolete.
1731 * ch-lang.c: Make file obsolete.
1732
1733 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1734 CHILL_LIB.
1735 (TARGET_FLAGS_TO_PASS): Ditto.
1736 (CHILLFLAGS): Obsolete.
1737 (CHILL): Obsolete.
1738 (CHILL_FOR_TARGET): Obsolete.
1739 (CHILL_LIB): Obsolete.
1740 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1741 ch-valprint.c.
1742 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1743 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1744 ch-lang.o.
1745 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1746 targets.
1747
8aaf0b47
JB
17482002-07-31 Joel Brobecker <brobecker@gnat.com>
1749
1750 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1751 This does not change anything at the moment, but will be helpful
1752 later when full Ada support is integrated.
1753
f3a7b3a5
KB
17542002-07-31 Kevin Buettner <kevinb@redhat.com>
1755
1756 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1757 help message.
1758
fb850278
KB
17592002-07-31 Kevin Buettner <kevinb@redhat.com>
1760
1761 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1762 and save it in a local variable. Use variable in later test.
1763
e3bddbfa
KB
17642002-07-31 Kevin Buettner <kevinb@redhat.com>
1765
1766 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1767 test. (Thanks to Daniel Jacobowitz.)
1768
28d169de
KB
17692002-07-31 Kevin Buettner <kevinb@redhat.com>
1770
1771 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1772 (mips_abi_strings): Add "n64".
1773 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1774
7fe7e44e
KB
17752002-07-31 Kevin Buettner <kevinb@redhat.com>
1776
1777 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1778 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1779
c6caf090
KB
17802002-07-31 Kevin Buettner <kevinb@redhat.com>
1781
1782 * utils.c (host_pointer_to_address, address_to_host_pointer):
1783 Use gdb_assert() instead of explicit call to internal_error().
1784
c41669e0
KB
17852002-07-30 Kevin Buettner <kevinb@redhat.com>
1786
1787 * Makefile.in (rs6000-nat.o): Update dependencies.
1788
1789 From Nicholas Duffek:
1790 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1791 (aix-thread.o): New rule.
1792 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1793 * config/powerpc/aix432.mh: New file.
1794
2fda4977
DJ
17952002-07-30 Daniel Jacobowitz <drow@mvista.com>
1796
1797 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1798 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1799 (fetch_core_registers, ppc_linux_supply_gregset)
1800 (ppc_linux_supply_fpregset): New functions.
1801 (ppc_linux_regset_core_fns): New.
1802 (_initialize_ppc_linux_tdep): Call add_core_fns.
1803 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1804 and ppc_linux_supply_gregset.
1805 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1806 (supply_fpregset): Call ppc_linux_supply_fpregset.
1807 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1808 corelow.o.
1809 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1810
729051e6
DJ
18112002-07-30 Daniel Jacobowitz <drow@mvista.com>
1812
1813 * symtab.c (lookup_symbol): Demangle before lowercasing.
1814
5f8a3188
AC
18152002-07-30 Andrew Cagney <ac131313@redhat.com>
1816
1817 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1818 declaration.
1819 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1820 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1821 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1822 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1823 "gdb_string.h".
1824 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1825 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1826 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1827 (avr-tdep.o, mon960-rom.o): Ditto.
1828 (aout_stabs_gnu_h): Define.
1829 (symtab_h): Remove $(gdb_obstack_h).
1830
67f07146
JB
18312002-07-30 Jim Blandy <jimb@redhat.com>
1832
1833 Patch from David Carlton <carlton@math.stanford.edu>:
1834 * gdbinit.in: Move the `dir' commands that add GDB's own source
1835 directory to the search path to the end, so that the `gdb' source
1836 directory will be searched first.
1837
04ea0df1
AC
18382002-07-29 Andrew Cagney <ac131313@redhat.com>
1839
1840 * gdb_obstack.h: New file.
1841 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1842 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1843 * objfiles.h: Include "gdb_obstack.h".
1844 * Makefile.in (gdb_obstack_h): Define.
1845 (symtab_h): Add $(gdb_obstack_h).
1846 (objfiles_h): Add $(gdb_obstack_h).
1847
1848 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1849 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1850 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1851 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1852 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1853 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1854 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1855 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1856
1857 * Makefile.in (bcache.o): Update dependencies.
1858 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1859 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1860 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1861 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1862 (stabsread.o, symfile.o, symmisc.o): Ditto.
1863 (symtab.o, typeprint.o, macroexp.o): Ditto.
1864 (macrotab.o, mdebugread.o): Ditto.
1865 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1866 (coff_ecoff_h, aout_aout64_h): Define.
1867 (aout_stabs_gnu_h, libaout_h): Define.
1868
d138e37a
AC
18692002-07-29 Andrew Cagney <cagney@redhat.com>
1870
1871 * regcache.c (struct regcache_descr): Rename nr_registers to
1872 nr_cooked_registers. Revise comments describing the structure
1873 member fields.
1874 (init_regcache_descr): Update.
1875 (init_legacy_regcache_descr): Update.
1876 (read_register_gen, write_register_gen): When a cooked register in
1877 the raw register range, directly access the value from the raw
1878 register cache.
1879
460e6ec3
AC
18802002-07-29 Andrew Cagney <ac131313@redhat.com>
1881
1882 * z8k-tdep.c: Do not include "obstack.h".
1883 * h8300-tdep.c, h8500-tdep.c: Ditto.
1884 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1885 * valprint.c, v850-tdep.c: Ditto.
1886 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1887 * mn10200-tdep.c: Ditto.
1888
1889 * Makefile.in (z8k-tdep.o): Update dependencies.
1890 (m68hc11-tdep.o, valprint.o): Ditto.
1891 (v850-tdep.o, d10v-tdep.o): Ditto.
1892 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1893 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1894 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1895 (sh_opc_h, gdb_sim_sh_h): Define.
1896 (elf_sh_h, elf_bfd_h): Define.
1897 (opcode_m68hc11_h): Define.
1898 (OPCODES_SRC, OPCODES_DIR): define.
1899 (OPCODES): Use $(OPCODES_DIR).
1900 (gdb_sim_d10v_h): Rename sim_d10v_h.
1901 (gdb_sim_arm_h): Rename sim_arm_h.
1902
790c9cf0
KB
19032002-07-26 Kevin Buettner <kevinb@redhat.com>
1904
1905 * utils.c (host_pointer_to_address, address_to_host_pointer):
1906 Change internal_error() message to indicate function responsible
1907 for the error.
1908
9647fa49
KB
19092002-07-26 Kevin Buettner <kevinb@redhat.com>
1910
1911 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1912 calls to local_hex_string_custom().
1913
dabbe2c0
KB
19142002-07-26 Kevin Buettner <kevinb@redhat.com>
1915
1916 * irix5-nat.c: Move IRIX shared library support from here...
1917 * solib-irix.c: ...to here. Revised substantially to work with
1918 generic solib framework.
1919
b96d0a4e
KB
1920 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1921 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1922 * mips-irix-tdep.c: New file.
1923
313fb2f6
KB
1924 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1925 (mips-irix-tdep.o, solib-irix.o): New rules.
1926 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1927 solib-irix.o.
1928 * config/mips/irix6.mt (TDEPFILES): Likewise.
1929 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1930
ab2eaf26
KB
19312002-07-26 Kevin Buettner <kevinb@redhat.com>
1932
177e4768 1933 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
1934 disabled (via ``#if 0'') includes.
1935
7244546a
KB
19362002-07-26 Kevin Buettner <kevinb@redhat.com>
1937
1938 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1939 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1940 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1941 Add support for the fpscr register.
1942 * rs6000-nat.c (regmap, fetch_inferior_registers)
1943 (store_inferior_registers, fetch_core_registers): Likewise.
1944
dd7be90a
KB
19452002-07-26 Kevin Buettner <kevinb@redhat.com>
1946
1947 * rs6000-nat.c (language.h): Include.
1948 (special_regs): Delete this array.
1949 (regmap): New function.
1950 (fetch_register, store_register): Use regmap() to map gdb
1951 register numbers to ptrace register numbers. Also, use
1952 outputs from regmap() to make decisions regarding type of
1953 ptrace() call to make. In particular, don't compare against
1954 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1955 (fetch_inferior_registers, store_inferior_registers): Where
1956 possible, obtain register numbers from tdep struct. Don't
1957 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1958 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1959 (LAST_UISA_SP_REGNUM): Delete.
1960
11bf77db
KB
19612002-07-25 Kevin Buettner <kevinb@redhat.com>
1962
1963 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
1964 (fetch_registers, store_register, fetch_core_registers): Don't
1965 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
1966 regcache_collect() as appropriate.
1967 (find_toc_address): Format hex address with local_hex_string().
1968
06afebeb
AC
19692002-07-25 Andrew Cagney <ac131313@redhat.com>
1970
1971 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1972 bfd/elf32-frv.c.
1973
8c554d79
TT
19742002-07-24 Tom Tromey <tromey@redhat.com>
1975
1976 * jv-exp.y: Marked all strings with _().
1977 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1978 internal_error.
1979 (MethodInvocation, CastExpression, parse_number, yyerror,
1980 java_type_from_name, push_expression_name, yylex): Typo fixes.
1981
e4c242d9
DJ
19822002-07-24 Daniel Jacobowitz <drow@mvista.com>
1983
1984 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1985 (tee_file_flush, tee_file_write, tee_file_fputs)
1986 (tee_file_isatty): New.
1987 * ui-file.h (tee_file_new): Add prototype.
1988
ebf56fd3
AS
19892002-07-24 Aidan Skinner <aidan@velvet.net>
1990
1991 * ada-lang.c: Change k&r style function definitions to prototyped
1992 form.
1993 * ada-typeprint.c: Change k&r style function definitions to prototyped
1994 form.
1995 * ada-valprint.c: Change k&r style function definitions to prototyped
1996 form.
1997
7fb623f7
AC
19982002-07-24 Andrew Cagney <cagney@redhat.com>
1999
2000 * README: Remove reference to remote-bug.
2001 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
2002 remote-bug.c.
2003 (m88k-nat.o): Delete rule.
2004 (m88k-tdep.o): Delete rule.
2005 (remote-bug.o): Delete rule.
2006 * MAINTAINERS: Mark as obsolete.
2007 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
2008 * m88k-tdep.c: Make file obsolete.
2009 * config/m88k/m88k.mh: Ditto.
2010 * config/m88k/delta88v4.mh: Ditto.
2011 * config/m88k/delta88v4.mt: Ditto.
2012 * config/m88k/delta88.mt: Ditto.
2013 * config/m88k/delta88.mh: Ditto.
2014 * remote-bug.c: Ditto.
2015 * config/m88k/tm-delta88.h: Ditto.
2016 * config/m88k/nm-delta88v4.h: Ditto.
2017 * config/m88k/xm-delta88.h: Ditto.
2018 * config/m88k/xm-dgux.h: Ditto.
2019 * config/m88k/tm-m88k.h: Ditto.
2020 * config/m88k/nm-m88k.h: Ditto.
2021 * config/m88k/tm-delta88v4.h: Ditto.
2022 * m88k-nat.c: Ditto.
2023 * cxux-nat.c: Ditto.
2024 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
2025 and m88*-*-* obsolete.
2026 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
2027 m88*-*-* obsolete.
2028
37611a2b
AC
20292002-07-24 Andrew Cagney <cagney@redhat.com>
2030
2031 * findvar.c (extract_unsigned_integer): Make `addr' parameter
2032 constant. Same for local pointer variables.
2033 (extract_signed_integer): Ditto.
2034 * defs.h (extract_unsigned_integer): Update.
2035 (extract_signed_integer): Update.
2036
1aaa5f99
AC
20372002-07-24 Andrew Cagney <cagney@redhat.com>
2038
2039 * regcache.c (regcache_raw_write): Change buf parameter to a
2040 constant void pointer.
2041 (regcache_raw_read): Change buf parameter to a void pointer.
2042 (legacy_write_register_gen): Change myaddr parameter a constant
2043 void pointer.
2044 (supply_register): Change val parameter to a const void pointer.
2045 * regcache.h (regcache_raw_write): Update declaration.
2046 (regcache_raw_read): Update declaration.
2047 (supply_register): Update declaration.
2048
b4f5539f
TT
20492002-07-24 Tom Tromey <tromey@redhat.com>
2050
2051 * defs.h (gdb_readline_wrapper): Declare.
2052 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2053 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2054 * top.c (gdb_readline_wrapper): New function.
2055 (command_line_input): Use it.
2056
0818c12a
AC
20572002-07-24 Andrew Cagney <cagney@redhat.com>
2058
2059 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2060 regcache_read and regcache_write.
2061 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2062 * regcache.c: Update.
2063 * sh-tdep.c (sh64_push_arguments): Update comment.
2064 (sh_pseudo_register_read): Update.
2065 (sh_pseudo_register_write): Update.
2066 (sh4_register_read): Update.
2067 (sh4_register_write): Update.
2068 (sh64_pseudo_register_read): Update.
2069 (sh64_pseudo_register_write): Update.
2070 (sh64_register_read): Update.
2071 (sh64_register_write): Update.
2072 * i386-tdep.c (i386_extract_return_value): Update.
2073 (i386_extract_struct_value_address): Update.
2074 (i386_extract_return_value): Update.
2075 * blockframe.c (generic_read_register_dummy): Update.
2076 (generic_call_dummy_register_unwind): Update
2077 * infrun.c (write_inferior_status_register): Update.
2078
f7321c06
JB
20792002-07-23 Jim Blandy <jimb@redhat.com>
2080
2081 * parser-defs.h (expression_context_pc): Make this extern.
2082 (Thanks to Michael Snyder.)
2083
2037aebb
AC
20842002-07-23 Andrew Cagney <ac131313@redhat.com>
2085
2086 GDB 5.2.1 released from 5.2 branch.
2087 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2088 * README: Update to mention 5.2.1.
2089
66504d44
MS
20902002-07-23 Mark Salter <msalter@redhat.com>
2091
2092 * remote.c (remote_read_bytes): Fix check for error.
2093
27bae383
KB
20942002-07-22 Kevin Buettner <kevinb@redhat.com>
2095
2096 * aix-thread.c (language.h): Include.
2097 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2098 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2099 Print newlines at end of debug messages.
2100 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2101 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2102
21032002-07-22 Kevin Buettner <kevinb@redhat.com>
2104
2105 * aix-thread.c (ppc-tdep.h): Include.
2106 (special_register_p): New function.
2107 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2108 (store_regs_user_thread): Use register number information from
2109 gdbarch_tdep struct instead of hardcoded offsets relative to
2110 FIRST_UISA_SP_REGNUM.
2111 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2112 special_register_p() instead of using FPLAST_REGNUM and
2113 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2114 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2115 will be MQ's register number.
2116
21172002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
2118
2119 * aix-thread.c (ops): Rename to aix_thread_ops.
2120 (base_ops): Rename to base_target.
2121 (ops_attach): Rename to aix_thread_attach.
2122 (ops_detach): Rename to aix_thread_detach.
2123 (ops_resume): Rename to aix_thread_detach.
2124 (ops_wait): Rename to aix_thread_wait.
2125 (ops_kill): Rename to aix_thread_kill.
2126 (init_ops): Rename to init_aix_thread_ops.
2127 (ops_fetch_register): Rename to aix_thread_fetch_register.
2128 (ops_store_register): Rename to aix_thread_store_register.
2129 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2130 (ops_thread_alive): Rename to aix_thread_thread_alive.
2131 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2132 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2133 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2134 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2135 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2136 (store_regs_lib): Rename to store_regs_user_thread.
2137 (store_regs_kern): Rename to store_regs_kernel_thread.
2138
27bae383 21392002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
2140
2141 * aix-thread.c (ops_prepare_to_store): Eliminate.
2142 (init_ops): Don't initialize ops.prepare_to_store.
2143 (store_regs_kern): Pre-fetch register buffers from child,
2144 because some registers may not be in the cache. Copy
2145 regs from register cache only if they are cached.
2146 (store_regs_lib): Copy regs from register cache only
2147 if they are cached.
2148 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2149 fill_gprs64): Ditto.
2150
61c5da0b
KB
21512002-07-22 Kevin Buettner <kevinb@redhat.com>
2152
2153 * aix-thread.c (gdb_assert.h): Include.
2154 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2155 register sizes (from register cache) match size of buffer holding
2156 register data.
2157 (fill_sprs32): Change parameter types to match those in the ptrace()
2158 buffer.
2159 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2160 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2161
21622002-07-22 Michael Snyder <msnyder@redhat.com>
2163
2164 * aix-thread.c (supply_sprs64): Cosmetic change.
2165 (supply_sprs32): Cosmetic change.
2166 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2167 (fill_sprs64): Use regcache_collect instead of read_register.
2168 (store_regs_lib): Use regcache_collect instead of
2169 read_register. Use fill_sprs32 instead of fill_sprs64,
2170 if debugging a 32-bit architecture.
2171 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2172 out of the register cache, instead of passing a pointer into
2173 the register cache directly to ptrace. Use regcache_collect
2174 insteaad of read_register.
2175 (ops_prepare_to_store): Use target_read_registers instead
2176 of read_register_bytes.
2177
36479eb1
AS
21782002-07-20 Aidan Skinner <aidan@velvet.net>
2179
2180 * MAINTAINERS: Add self under write after approval.
2181
80ae6ee2
AS
21822002-07-20 Aidan Skinner <aidan@velvet.net>
2183
2184 * ada-tasks.c: Change k&r style function definitions to prototyped
2185 form.
2186
8a8ab2b9
AC
21872002-07-19 Andrew Cagney <ac131313@redhat.com>
2188
2189 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2190 * x86-64-tdep.c: Include "objfiles.h".
2191 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2192 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2193
fb16b900
ML
21942002-07-17 Michal Ludvig <michal@suse.cz>
2195
2196 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2197 (update_context): Initialise cfa variable.
2198
0fe7bf7b
MS
21992002-07-17 Michael Snyder <msnyder@redhat.com>
2200
2201 * aix-thread.c: Shorten some long lines.
2202 Bring comments into line with code spec.
2203
488f131b
JB
22042002-07-18 Joel Brobecker <brobecker@gnat.com>
2205
2206 * infrun.c: Re-indent using gdb_indent.sh.
2207
46c415d2
JB
22082002-07-18 Joel Brobecker <brobecker@gnat.com>
2209
2210 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2211 Leave the indentation temporarily untouched, to minimize the diffs.
2212
cdecafbe
EZ
22132002-07-18 Elena Zannoni <ezannoni@redhat.com>
2214
2215 * stabsread.c: Make os9k sections of the code obsolete,
2216 for real this time.
2217 * stabsread.h: Make os9k sections of the code obsolete.
2218
7b6aa020
ML
22192002-07-18 Michal Ludvig <mludvig@suse.cz>
2220
09ec9b38
ML
2221 * linux-low.c (regsets_store_inferior_registers): Add free()
2222 at the end of a loop to prevent memory leak.
2223 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2224 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
2225 * config/sparc/tm-sp64linux.h: Make the rest of #endif
2226 line a comment.
4894ac5d 2227 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 2228
233282cd
JB
22292002-07-17 Jim Blandy <jimb@redhat.com>
2230
2231 * macrocmd.c (info_macro_command): Remove newline from error
2232 message.
2233
7b6aa020 22342002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
2235
2236 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2237 (sh_gdbarch_init): Use it for sh-dsp.
2238
f7ef9339
KB
22392002-07-16 Kevin Buettner <kevinb@redhat.com>
2240
2241 * dwarf2read.c (read_initial_length): Handle older, non-standard,
2242 64-bit DWARF2 format.
2243
8dd72958
JB
22442002-07-16 Joel Brobecker <brobecker@gnat.com>
2245
2246 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2247 <sys/proc.h> when not available.
2248
a99a9e1b
AC
22492002-07-16 Andrew Cagney <ac131313@redhat.com>
2250
2251 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2252 * stabsread.c: Make os9k sections of the code obsolete.
2253 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2254 * config/i386/i386os9k.mt: Make file obsolete.
2255 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2256 (COMMON_OBS): Remove os9kread.o
2257 (SFILES): Remove os9kread.c.
2258 (os9kread.o, remote-os9k.o): Make target obsolete.
2259 * remote-os9k.c: Make file obsolete.
2260 * os9kread.c: Make file obsolete.
2261 * Makefile.in
2262
7a3085c1
AC
22632002-07-16 Andrew Cagney <ac131313@redhat.com>
2264
2265 * NEWS: Mention that the FR30 has been made obsolete.
2266 * fr30-tdep.c: Make file obsolete.
2267 * config/fr30/tm-fr30.h: Ditto.
2268 * config/fr30/fr30.mt: Ditto.
2269 * configure.tgt: Make fr30-*-elf obsolete.
2270 * MAINTAINERS: Make fr30-elf obsolete.
2271
28a93f5a
PM
22722002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2273
2274 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2275 found is not inside a section.
2276
be006b8b
KB
22772002-07-15 Kevin Buettner <kevinb@redhat.com>
2278
2279 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2280 strerror().
2281 (pdc_realloc): Use xrealloc() instead of realloc().
2282
14fa3751
KB
22832002-07-15 Kevin Buettner <kevinb@redhat.com>
2284
2285 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2286 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2287 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2288 macros.
2289
42cc437f
KB
22902002-07-15 Kevin Buettner <kevinb@redhat.com>
2291
2292 * aix-thread.c (ptrace_check): Eliminate goto.
2293 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2294 problem.
2295
8e2c28d4
KB
22962002-07-15 Kevin Buettner <kevinb@redhat.com>
2297
2298 * aix-thread.c (gdbcmd.h): Include.
2299 (DEBUG, DBG, DBG2, dbg): Eliminate.
2300 (debug_aix_thread): New static global.
2301 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2302 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2303 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2304 invocations to DBG and DBG2 macros to test against
2305 ``debug_aix_thread'' and call fprintf_unfiltered().
2306 (_initialize_aix_thread): Add new command "set debug aix-thread".
2307
30413464
AC
23082002-07-15 Andrew Cagney <ac131313@redhat.com>
2309
2310 From Gerhard Tonn <TON@de.ibm.com>:
2311 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2312 instead of supply_register.
2313
7c43edc1
AC
23142002-07-15 Andrew Cagney <ac131313@redhat.com>
2315
2316 * dwarf2cfi.c: Include "gdb_assert.h".
2317 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2318 non-NULL.
2319 (update_context): Do not use __func__. Add missing ``break''.
2320 (update_context): Do not use __func__.
2321
9364a0ef
EZ
23222002-07-15 Elena Zannoni <ezannoni@redhat.com>
2323
2324 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2325 and its setting. Set gdbarch instruction printing functions
2326 directly. For non-rs6000 case use new function
2327 gdb_print_insn_powerpc.
2328 (gdb_print_insn_powerpc): New function.
2329
3fbeef0b
AC
23302002-07-13 Andrew Cagney <ac131313@redhat.com>
2331
92eb23c5 2332 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
2333 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2334 * configure.tgt: Mark d30v-*-* as obsolete.
2335 * d30v-tdep.c: Mark file as obsolete.
2336 * config/d30v/d30v.mt: Ditto.
2337 * config/d30v/tm-d30v.h: Ditto.
2338
aacb1f0a
AS
23392002-07-13 Aidan Skinner <aidan@velvet.net>
2340
2341 * ada-tasks.c (add_task_entry): replace calls to
2342 malloc() with xmalloc
2343 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2344
2345 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2346 ada_finish_decode_line_1, all_sals_for_line
2347 ada_breakpoint_rewrite): replace calls to free() with xfree()
2348
c11d79f2
KB
23492002-07-12 Kevin Buettner <kevinb@redhat.com>
2350
2351 From Nicholas Duffek (with minor changes by Martin Hunt,
2352 Louis Hamilton, and Kevin Buettner):
2353 * aix-thread.c: New file.
2354
8e19ed76
PS
23552002-07-12 Petr Sorfa <petrs@caldera.com>
2356
2357 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2358 complaint for invalid attribute class or form.
2359 (read_func_scope): DW_AT_frame_base
2360 better handling of DW_AT_block*.
2361 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2362 better handling of DW_AT_block*.
2363 (read_common_block): DW_AT_location
2364 better handling of DW_AT_block*.
2365 (read_partial_die): DW_AT_location better handling
2366 of DW_AT_block*.
2367 (new_symbol): DW_AT_external better handling of
2368 DW_AT_block*. Proper initialization of variable
2369 "addr".
2370 (attr_form_is_block): New function that returns true
2371 if the attribute's form is of DW_FORM_block*.
2372
295401f7
DJ
23732002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2374
2375 * valops.c (find_method_list): Remove comment about
2376 removed STATIC_MEMFUNCP argument.
2377 (value_find_oload_method_list): Likewise.
2378
e42dc924
KB
23792002-07-12 Kevin Buettner <kevinb@redhat.com>
2380
2381 From Nicholas Duffek:
2382 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2383 target_new_objfile_hook.
2384
6904b546
KB
23852002-07-12 Kevin Buettner <kevinb@redhat.com>
2386
2387 From Nicholas Duffek:
2388 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2389 csect.
2390
53fe9346
AC
23912002-07-12 Andrew Cagney <cagney@redhat.com>
2392
2393 * MAINTAINERS: Mention --enable-sim-build-warnings.
2394 (m68hc11-elf): Disable sim build warnings.
2395 (m32r-elf): Mark as broken obsolete candidate.
2396 (x86_64-linux-gnu): Mark as buildable with -Werror.
2397 (arm-elf): Change -w to ``,'' which enables warnings but not
2398 -Werror.
2399
af5f3db6
AC
24002002-07-12 Andrew Cagney <ac131313@redhat.com>
2401
2402 * bcache.h: Update copyright.
2403 (struct bstring, struct bcache): Move definition to "bcache.c".
2404 Replaced by opaque declaration.
2405 (bcache_xfree): Replace free_bcache.
2406 (bcache_xmalloc, bcache_memory_used): Declare.
2407
2408 * bcache.c: Update copyright.
2409 (struct bstring, struct bcache): Moved to here from "bcache.h".
2410 Update comments.
2411 (bcache_xmalloc, bcache_memory_used): New functions.
2412 (bcache_xfree): Replace function free_bcache.
2413
2414 * Makefile.in (objfiles.o): Add $(bcache_h).
2415 (objfiles_h): Remove $(bcache_h).
2416 (symfile.o): Add $(bcache_h).
2417
2418 * symmisc.c: Update copyright.
2419 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2420 (print_objfile_statistics): Use bcache_memory_used.
2421
2422 * symfile.c: Include "bcache.h".
2423 (reread_symbols): Use bcache_xfree.
2424 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2425 (add_psymbol_to_list): Pass psymbol_cache by value.
2426 (add_psymbol_with_dem_name_to_list): Ditto.
2427
2428 * objfiles.h: Update copyright.
2429 (struct bcache): Declare opaque. Do not include "bcache.h".
2430 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2431 bcache'' pointers.
2432 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2433
2434 * objfiles.c: Include "bcache.h". Update copyright.
2435 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2436 macro_cache.
2437 (free_objfile): Use bcache_xfree.
2438
444199e7
GS
24392002-07-11 Grace Sainsbury <graces@redhat.com>
2440
2441 * monitor.c (monitor_fetch_register): Make name a constant.
2442 (monitor_store_register): Same.
2443
261397f8
DJ
24442002-07-11 Daniel Jacobowitz <drow@mvista.com>
2445
2446 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2447 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2448 (finish_block) For non-function blocks, hash the symbol table. For
2449 function blocks, mark the symbol table as unhashed.
2450 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2451 (msymbol_hash_iw): Likewise.
2452 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2453 value.
2454 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2455 (lookup_minimal_symbol): Likewise for both.
2456 * symtab.h (struct block): Add `hashtable' flag. Comment the
2457 hashtable.
2458 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2459 (ALL_BLOCK_SYMBOLS): Update.
2460 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2461 (struct symbol): Add `hash_next' pointer.
2462 * symtab.c (lookup_block_symbol): Search using the hash table when
2463 possible.
2464 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2465 (search_symbols, find_addr_symbol): Likewise.
2466
2467 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2468 (read_dst_symtab): Likewise.
2469 * jv-lang.c (get_java_class_symtab): Likewise.
2470 * mdebugread.c: Include "gdb_assert.h".
2471 (shrink_block): Assert that the block being modified is not hashed.
2472 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2473 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2474 symbols.
2475 (dump_symtab): Recognize hashed blocks.
2476 * printcmd.c (print_frame_args): Assert that function blocks do not
2477 have hashed symbol tables.
2478 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2479 (fill_in_ada_prototype, debug_print_block): Likewise.
2480 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2481
6f0eaa01
CV
24822002-07-11 Corinna Vinschen <vinschen@redhat.com>
2483
2484 * stack.c (print_frame): Use result of frame_address_in_block()
2485 instead of fi->pc when evaluating symbols.
2486 (backtrace_command_1): Ditto.
2487
a208b0cb
AC
24882002-07-11 Andrew Cagney <cagney@redhat.com>
2489
2490 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2491 Make static.
2492
2493 * arm-tdep.c (arm_register_name): Make return type constant.
2494
a6b6b089
AC
24952002-07-10 Andrew Cagney <ac131313@redhat.com>
2496
5ae5f592
AC
2497 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2498 prototype.
2499 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2500 * s390-tdep.c (s390_fp_regnum): Ditto.
2501 (s390_read_fp): Ditto.
2502 (s390_pop_frame): Ditto.
2503 (_initialize_s390_tdep): Ditto.
2504 * remote.c (get_remote_state): Ditto.
2505 * procfs.c (mappingflags): Ditto.
2506 * memattr.c (_initialize_mem): Ditto.
2507 * mcore-tdep.c (mcore_pop_frame): Ditto.
2508 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2509 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2510 * language.c (set_case_str): Ditto.
2511 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2512 * frv-tdep.c (new_variant): Ditto.
2513 (frv_stopped_data_address): Ditto.
2514 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2515 (context_alloc): Ditto.
2516 (frame_state_alloc): Ditto.
2517 (unwind_tmp_obstack_init): Ditto.
2518 (unwind_tmp_obstack_free): Ditto.
2519 (cfi_read_fp): Ditto.
2520 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2521 (cris_pop_frame): Ditto.
2522 * c-lang.c (scanning_macro_expansion): Ditto.
2523 (finished_macro_expansion): Ditto.
2524 (c_preprocess_and_parse): Ditto.
2525 * gdbarch.sh: Ditto.
2526 * gdbarch.h, gdbarch.c: Regenerate.
2527 * config/mn10200/tm-mn10200.h: Adjust indentation.
2528 * target.c: Adjust indentation.
2529 * symtab.h: Adjust indentation.
2530 * stabsread.h: Adjust indentation.
2531 * remote-es.c: Adjust indentation.
2532 * os9kread.c: Adjust indentation.
2533
25342002-07-10 Andrew Cagney <ac131313@redhat.com>
2535
a6b6b089
AC
2536 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2537 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2538
a1789893
GS
25392002-07-10 Grace Sainsbury <graces@redhat.com>
2540
2541 * NEWS: Mention m68k, mcore multi-arching.
2542 * MAINTAINERS: Change status of m68k, mcore to reflect
2543 multi-arching.
2544
02f0d45d
DJ
25452002-07-10 Daniel Jacobowitz <drow@mvista.com>
2546
2547 * valops.c (find_overload_match): Free oload_syms.
2548
f15f768e
JB
25492002-07-09 Joel Brobecker <brobecker@gnat.com>
2550
2551 Define HAVE_SYS_PROC_H if sys/proc.h exists
2552 * configure.in: Add check for sys/proc.h
2553 * config.in: Regenerate.
2554 * configure: Regenerate.
2555
902a7139
GS
25562002-07-09 Grace Sainsbury <graces@redhat.com>
2557
2558 * config/m68k/tm-m68k.h: Remove macros wrapped in
2559 #if !GDB_MULTI_ARCH.
2560
a534e424
AC
25612002-07-08 Andrew Cagney <ac131313@redhat.com>
2562
2563 * config.in, configure: Regenerate.
2564
9b94f7bf
MK
25652002-07-08 Mark Kettenis <kettenis@gnu.org>
2566
2567 * dwarf2cfi.c: Include "gcore.h".
2568 (execute_stack_op): Fix implementation of the
2569 DW_OP_deref and DW_OP_deref_size operators by letting do their
2570 lookup in the target.
2571
1d34db41
MK
25722002-07-07 Mark Kettenis <kettenis@gnu.org>
2573
2574 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2575 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2576 tdep->sc_sp_offset.
2577
79d5b63a
DJ
25782002-07-05 Daniel Jacobowitz <drow@mvista.com>
2579
2580 Fix PR gdb/595, gdb/602
2581 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2582 Don't call value_cast, just read the vtable pointer; update comments
2583 to match.
2584
3bb912e8
GS
25852002-07-05 Grace Sainsbury <graces@redhat.com>
2586
2587 * config/mcore/tm-mcore.h: Remove file.
2588 * config/mcore/mcore.mt: Remove definition of TM_FILE
2589 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2590
ca39387d
MK
25912002-07-05 Mark Kettenis <kettenis@gnu.org>
2592
2593 * i386bsd-tdep.c: Include "gdb_string.h".
2594
efdc1108
GS
25952002-07-04 Grace Sainsbury <graces@redhat.com>
2596
2597 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2598 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2599 mcore-tdep.
2600 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2601 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2602 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2603 (RETVAL_REGNUM): Move macros from tm-mcore.h
2604 (mcore_reg_struct_has_addr): New function.
2605 (mcore_gdbarch_init): Added initializations for the macros removed
2606 from tm-mcore.h.
2607
bb21884d
MK
26082002-07-04 Mark Kettenis <kettenis@gnu.org>
2609
2610 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2611 traditonal string branding within the ELF header.
2612
228c6d41
DJ
26132002-07-04 Daniel Jacobowitz <drow@mvista.com>
2614
2615 * symtab.c (remove_params): New function.
2616 (make_symbol_overload_list): Use it instead of cplus_demangle.
2617 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2618
2404952e
MK
26192002-07-04 Mark Kettenis <kettenis@gnu.org>
2620
e5e4acad
MK
2621 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2622
baadce09
MK
2623 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2624 New variables.
2625 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2626 and tdep->sigtramp_end.
2627 * i386obsd-nat.c: New file.
2628 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2629
2404952e
MK
2630 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2631 Don't call get_current_frame().
2632
9b4f1ba7
PM
26332002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2634
2635 * i386-nat.c (child_post_startup_inferior): New function
2636 calling i386_cleanup_dregs if
2637 I386_USE_GENERIC_WATCHPOINTS is defined.
2638 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2639 conditional to acknowledge that i386-nat.c has its
2640 own child_post_startup_inferior function.
2641
c0d1d883
MK
26422002-07-04 Mark Kettenis <kettenis@gnu.org>
2643
00f8375e
MK
2644 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2645 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2646 instead of MAX_REGISTER_RAW_SIZE.
2647 (i386_extract_return_value, i386_extract_struct_value_address):
2648 Convert to use regcache.
2649 (i386_gdbarch_init): Set max_register_raw_size and
2650 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2651 Set extract_return_value and extract_struct_value_address instead
2652 of their deprecated variants.
2653
c0d1d883
MK
2654 Convert i386 target to generic dummy frames.
2655 * i386-tdep.c: Include "symfile.h".
2656 (i386_frameless_signal_p): Consider a function to be frameless if
2657 the pc points at the first instruction of the function.
2658 (i386_frame_chain): Handle (generic) call dummies.
2659 (i386_frame_saved_pc): Likewise.
2660 (i386_frame_init_saved_regs): Remove code dealing with call
2661 dummies on the stack.
2662 (i386_push_dummy_frame): Removed.
2663 (i386_call_dummy_words): Removed.
2664 (i386_fix_call_dummy): Removed.
2665 (i386_push_return_address): New function.
2666 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2667 parameter, and don't call get_current_frame.
2668 (i386_pop_frame): New function.
2669 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2670 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2671 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2672 call_dummy_length to 0, set call_dummy_words to NULL, set
2673 sizeof_call_dummy_words to 0, set fix_call_dummy to
2674 generic_fix_call_dummy, set pc_in_call_dummy to
2675 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2676 generic_push_dummy_frame, set push_return_address to
2677 i386_push_return_address and set frame_chain_valid to
2678 generic_file_frame_chain_valid.
2679
049ee0e4
AC
26802002-07-03 Andrew Cagney <ac131313@redhat.com>
2681
2682 * gdbarch.sh (struct regcache): Add opaque declaration.
2683 (EXTRACT_RETURN_VALUE): New architecture method.
2684 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2685 * gdbarch.h, gdbarch.c: Regenerate.
2686 * arch-utils.c (legacy_extract_return_value): New function.
2687 * arch-utils.h (legacy_extract_return_value): Declare.
2688 * values.c (value_being_returned): Re-enable code handling
2689 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2690 deprecated_grub_regcache_for_registers call to block handling
2691 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2692 (EXTRACT_RETURN_VALUE): Do not define.
2693
4e0d9804
GS
26942002-07-03 Grace Sainsbury <graces@redhat.com>
2695
2696 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2697 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2698 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2699 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2700 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2701 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2702 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2703 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2704 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2705 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2706 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2707 argument so the function fits the prototype in the architecture
2708 vector.
2709 (mcore_pop_frame): Remove argument so the function fits the
2710 prototype. Use get_current_frame instead of the argument.
2711 (mcore_push_arguments): Change type of struct_return so the
2712 function can be used in the architecture vector.
2713 (mcore_store_struct_return): Add.
2714 (mcore_frame_init_saved_regs): Add.
2715 (mcore_gdbarch_init): Add function calls to replace the macros
2716 removed from tm-mcore.h
2717
36160dc4
AC
27182002-07-03 Andrew Cagney <ac131313@redhat.com>
2719
2720 * infcmd.c (print_return_value): Remove compatibility code calling
2721 deprecated_grub_regcache_for_registers.
2722
2723 * values.c: Include "regcache.h".
2724 (value_being_returned): Update. Use
2725 deprecated_grub_regcache_for_registers to extract the register
2726 buffer address.
2727 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2728 ``struct regcache''.
2729 * Makefile.in (values.o): Add dependency on $(regcache_h).
2730
2731 * inferior.h (run_stack_dummy): Change type of second parameter to
2732 a ``struct regcache''.
2733 * valops.c (hand_function_call): Change type of retbuf to ``struct
2734 regcache''. Allocate using regcache_xmalloc, clean using
2735 make_cleanup_regcache_xfree.
2736 * infcmd.c (run_stack_dummy): Update. Use
2737 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2738
2739 * regcache.c (do_regcache_xfree): New function.
2740 (make_cleanup_regcache_xfree): New function.
2741 * regcache.h (make_cleanup_regcache_xfree): Declare.
2742
e64d9b3d
MH
27432002-07-03 Martin M. Hunt <hunt@redhat.com>
2744
4dd79c29
MH
2745 * event-top.c (command_line_handler): Don't read past
2746 beginning of buffer.
e64d9b3d 2747
4dd79c29
MH
27482002-07-03 Martin M. Hunt <hunt@redhat.com>
2749
e64d9b3d
MH
2750 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2751 struct frame_id.
2752 (varobj_create): Store frame_id for root.
2753 (varobj_gen_name): Use xasprintf.
2754 (varobj_update): Save and restore frame using get_frame_id() and
2755 frame_find_by_id().
2756 (create_child): Use xasprintf.
2757 (new_root_variable): Initialize frame_id.
2758 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2759 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2760 to prevent memory leak.
2761
26e6c56a
AC
27622002-07-03 Andrew Cagney <ac131313@redhat.com>
2763
2764 * valops.c (hand_function_call): Move declaration of retbuf to
2765 start of function, allocate using malloc, add a cleanup but before
2766 the inf_status cleanup, cleanup the buffer. Rename local variable
2767 old_chain to inf_status_cleanup.
2768
f436dd25
MH
27692002-07-03 Martin M. Hunt <hunt@redhat.com>
2770
2771 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2772
2773 * cli/cli-decode.c (cmd_func_p): New function.
2774 (cmd_func): New function.
2775
2776 * command.h: Add cmd_func() and cmd_func_p().
2777
4cfe2084
GS
27782002-07-03 Grace Sainsbury <graces@redhat.com>
2779
2780 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2781 (REGISTER_SIZE): Remove.
2782 (MAX_REGISTER_RAW_SIZE): Remove.
2783 (REGISTER_VIRTUAL_TYPE): Remove.
2784 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2785 (REGISTER_NAME): Remove.
2786 (USE_GENERIC_DUMMY_FRAMES): Remove.
2787 (CALL_DUMMY): Remove.
2788 (CALL_DUMMY_START_OFFSET): Remove.
2789 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2790 (CALL_DUMMY_LOCATION): Remove.
2791 (FIX_CALL_DUMMY): Remove.
2792 (CALL_DUMMY_ADDRESS): Remove.
2793 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2794 (SAVE_DUMMY_FRAME_TOS): Remove.
2795 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2796 (mcore_register_virtual_type): New function.
2797 (mcore_register_byte): New function.
2798 (mcore_register_size): New function.
2799 (mcore_register_name): New function.
2800 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2801 macros removed from tm-mcore.h.
2802 (mcore_dump_tdep): Add.
2803 (_initialize_mcore_tdep): Add gdbarch_register call.
2804
4fd667e9
MK
28052002-07-03 Mark Kettenis <kettenis@gnu.org>
2806
2807 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2808 frameless_look_for_prologue, such that we actually call this
2809 function.
2810
42f99ac2
JB
28112002-07-02 Joel Brobecker <brobecker@gnat.com>
2812
2813 * frame.h (frame_address_in_block): New function.
2814
2815 * blockframe.c (frame_address_in_block): New function extracted
2816 from get_frame_block().
2817 (get_frame_block): Use frame_address_in_block().
2818 (block_innermost_frame): Use frame_address_in_block() to match
2819 the frame pc address against the block boundaries rather than
2820 the frame pc directly. This prevents a failure when a frame pc
2821 is actually a return-address pointing immediately after the end
2822 of the given block.
2823
103a1597 28242002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
2825
2826 * MAINTAINERS: Add self under write after approval.
2827
28282002-07-02 Grace Sainsbury <graces@redhat.com>
2829
103a1597
GS
2830 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2831 used in architecture vector. The default is
2832 m68k_local_breakpoint_from_pc.
2833 (m68k_local_breakpoint_from_pc): Add.
2834 (enum): Add register numbers from tm-m68k.h.
2835 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2836 vector.
2837 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2838 GDB_MULTI_ARCH_PARTIAL.
2839 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2840 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2841 m68k-tdep.c.
2842 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2843 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2844 to enum in m68k-tdep.c
2845
7a5a0534
JB
28462002-07-02 Joel Brobecker <brobecker@gnat.com>
2847
2848 * solib-osf.c (open_map): Compute the list of shared libraries
2849 loaded by the inferior, rather than the list of libraries loaded
2850 by GDB itself. Otherwise, GDB ends up reading the symbols from
2851 the wrong shared libraries...
2852
6f558d74
MK
28532002-07-02 Mark Kettenis <kettenis@gnu.org>
2854
b7d15bf7
MK
2855 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2856 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2857 macros.
2858 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2859 Remove functions.
2860 (FRAMELESS_SIGNAL): Remove function.
2861 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2862 i386_linux_saved_pc_after_call): Removed.
2863 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2864 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2865 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2866
6bff26de
MK
2867 * i386-tdep.c (i386_frameless_signal_p): New function.
2868 (i386_frame_chain): Deal with frameless signals.
2869 (i386_sigtramp_saved_sp): New function.
2870 (i386_frame_saved_pc): Deal with frameless signals.
2871 (i386_saved_pc_after_call): Make sure the correct value is
2872 returned just after entry into a sigtramp.
2873 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2874 i386fbsd4_sc_sp_offset): New variables.
2875 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2876 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2877 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2878 similiar to what we already did for sc_pc_offset.
2879 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2880 tdep->sc_sp_offset.
2881
6f558d74
MK
2882 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2883
145564b7
ML
28842002-07-02 Michal Ludvig <mludvig@suse.cz>
2885
2886 * config/i386/tm-x86-64linux.h: New.
2887 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2888 definitions.
2889 * config/i386/nm-x86-64.h: Rename to ...
2890 * config/i386/nm-x86-64linux.h: ... this one.
2891 * config/i386/x86-64linux.mh: Reflect the above change.
2892
3a1e71e3
MK
28932002-07-01 Mark Kettenis <kettenis@gnu.org>
2894
21d0e8a4
MK
2895 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2896 with sigcontext_addr. Add sc_sp_offset.
2897 (i386bsd_sigtramp_saved_pc): Remove prototype.
2898 (i386bsd_sicontext_addr): Add prototype.
2899 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2900 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2901 (i386_svr4_sigtramp_saved_pc): Removed.
2902 (i386_svr4_sigcontext_addr): New function.
2903 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2904 Initialize tdep->sigcontext_addr instead. Initialize
2905 tdep->sc_pc_offset and tdep->sc_sp_offset.
2906 (i386_gdbarch_init): Likewise.
2907 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2908 any more.
2909 (i386bsd_sigtramp_saved_pc): Remove function.
2910 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2911 Initialize tdep->sigcontext_addr instead. Initialize
2912 tdep->sc_pc_offset.
2913 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2914 of tdep->sigtramp_saved_pc.
2915 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2916 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2917 instead.
2918
3a1e71e3
MK
2919 * i386-tdep.c (i386_frameless_function_invocation,
2920 i386_frame_num_args, i386_frame_init_saved_regs,
2921 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2922 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2923 i386_extract_return_value, i386_store_return_value,
2924 i386_extract_struct_value_address, i386_register_virtual_type,
2925 i386_register_convertible, i386_register_convert_to_virtual,
2926 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2927 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2928 static.
2929
52e9098c
MK
29302002-07-01 Mark Kettenis <kettenis@gnu.org>
2931
77b13a25
MK
2932 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2933
52e9098c
MK
2934 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2935 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2936 this macro. Include "value.h".
2937
1b372fff
AS
29382002-06-30 Aidan Skinner <aidan@velvet.net>
2939
2940 * ada-exp.tab.c: remove as it's a generated file
2941 * ada-lex.c: remove as it's a generated file
2942
9c5045b5
MK
29432002-06-30 Mark Kettenis <kettenis@gnu.org>
2944
4a93c5bb
MK
2945 * config/i386/tm-i386.h (struct frame_info, struct
2946 frame_saved_regs, struct value, struct type): Remove forward
2947 declarations.
2948
322d4fe0
MK
2949 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2950 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2951 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2952 (FILL_FPXREGSET): Define.
2953
fdd8263d
MK
2954 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2955
482e577b
MK
2956 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2957 i[3456]86-*-netbsd* case.
2958 * config/i386/tm-obsd.h: Removed.
2959 * config/i386/obsd.mt: Removed.
2960 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2961 core-aout.o.
2962 (MH_CFLAGS): Add -DYYDEBUG=0.
2963
6916549a
MK
2964 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2965 i386nbsd_sc_pc_offset on OpenBSD too.
2966
9c5045b5
MK
2967 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2968 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2969 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2970 define.
2971 * i386bsd-tdep.c: Include "arch-utils.h".
2972 (i386bsd_aout_in_solib_call_trampoline): New function.
2973 (i386bsd_init_abi): Set in_solib_call_trampoline to
2974 i386bsd_aout_in_solib_call_trampoline.
2975 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2976 in_solib_call_trampoline to generic_in_solib_call_trampoline.
2977
aa84d1bb
AC
29782002-06-28 Andrew Cagney <ac131313@redhat.com>
2979
2980 * macrotab.h: Do not include "obstack.h" or "bcache.h".
2981 (struct obstack, struct bcache): Add opaque declarations.
2982 * Makefile.in (macrotab_h): Update
2983
b4d83933
AC
29842002-06-28 Andrew Cagney <ac131313@redhat.com>
2985
2986 * blockframe.c (generic_find_dummy_frame): Change return type to
2987 ``struct regcache''.
2988 (struct dummy_frame): Replace field ``registers'' with regcache, a
2989 struct regcache object.
2990 (generic_find_dummy_frame): Update.
2991 (generic_push_dummy_frame): Update. Use regcache_xfree,
2992 regcache_xmalloc and regcache_cpy.
2993 (generic_pop_dummy_frame): Update. Use regcache_cpy and
2994 regcache_xfree.
2995 (deprecated_generic_find_dummy_frame): Update.
2996 (generic_read_register_dummy): Update. Use
2997 regcache_read_as_address.
2998 (generic_call_dummy_register_unwind): Update. Use regcache_read.
2999 (generic_get_saved_register): Update. Use regcache_read.
3000
08c0b5bc
AC
30012002-06-28 Andrew Cagney <ac131313@redhat.com>
3002
3003 * Makefile.in (objfiles_h): Add $(bcache_h).
3004 * objfiles.h: Include "bcache.h".
3005
3006 * Makefile.in (symtab_h): Remove $(bcache_h).
3007 * symtab.h: Do not include "bcache.h".
3008
1f89801a
AC
30092002-06-28 Andrew Cagney <ac131313@redhat.com>
3010
3011 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
3012 generic_func_frame_chain_valid.
3013
b9644b58
DB
30142002-06-28 David O'Brien <obrien@FreeBSD.org>
3015
3016 * config/i386/nm-fbsd.h: Include <sys/param.h>.
3017 * config/i386/tm-fbsd.h: Likewise.
3018
dd486634
AC
30192002-06-28 Andrew Cagney <ac131313@redhat.com>
3020
3021 * rs6000-tdep.c (rs6000_gdbarch_init): Use
3022 generic_unwind_get_saved_register.
3023
0b434a00
AC
30242002-06-27 Andrew Cagney <ac131313@redhat.com>
3025
3026 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
3027 * regcache.c (supply_register): Add missing argument to
3028 register_buffer call.
3029
f30e5a77
AC
30302002-06-27 Andrew Cagney <ac131313@redhat.com>
3031
3032 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
3033 Solaris /bin/grep does not not like it. From Peter Schauer.
3034
9f064c95
TT
30352002-06-26 Tom Tromey <tromey@redhat.com>
3036
3037 * command.h (add_setshow_cmd): Declare.
3038 (add_setshow_cmd_full): Declare.
3039 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3040 returns void. Use add_setshow_cmd_full.
3041 (add_setshow_cmd_full): New function.
3042 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3043 (add_setshow_boolean_cmd): Likewise.
3044
099c7589
JT
30452002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3046
3047 * config/vax/tm-vax.h: Protect from multiple inclusion.
3048 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3049 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3050 * config/vax/tm-vaxbsd.h: ...here. New file.
3051 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3052
1d049c5e
JT
30532002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3054
3055 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3056 (BELIEVE_PCC_PROMOTION): Remove.
3057 (AP_REGNUM): Move to...
3058 * config/vax/nm-vax.h: ...here.
3059 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3060 (vax_breakpoint_from_pc): New function.
3061 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3062 and gdbarch_believe_pcc_promotion.
3063
4791e091
JT
30642002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3065
3066 * Makefile.in (vax_tdep_h): Define.
3067 (vax-tdep.o): Use $(vax_tdep_h).
3068 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3069 (vax_dump_tdep): New function.
3070 (_initialize_vax_tdep): Register vax_dump_tdep.
3071 * vax-tdep.h: Include osabi.h.
3072 (struct gdbarch_tdep): New.
3073
da130f98
AC
30742002-06-26 Andrew Cagney <cagney@redhat.com>
3075
3076 * frame.h (deprecated_generic_find_dummy_frame): Rename
3077 generic_find_dummy_frame.
3078 * blockframe.c (generic_find_dummy_frame): Make static.
3079 (deprecated_generic_find_dummy_frame): New function.
3080 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3081 generic_find_dummy_frame with deprecated_find_dummy_frame.
3082 (sh64_nofp_frame_init_saved_regs): Ditto.
3083 (sh_fp_frame_init_saved_regs): Ditto.
3084 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3085 (s390_frame_chain): Ditto.
3086 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3087
6300c360
GS
30882002-06-26 Grace Sainsbury <graces@redhat.com>
3089
3090 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3091 gdbarch vector are at the top.
3092 (NUM_REGS): Remove.
3093 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3094 (FRAME_ARGS_ADDRESS): Remove.
3095 (FRAME_LOCALS_ADDRESS): Remove.
3096 (FRAME_NUM_ARGS): Remove.
3097 (FRAME_ARGS_SKIP): Remove.
3098 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3099 (m68k_gdbarch_init): Add gdbarch initializations for macros
3100 undefined in tm-m68k.h
3101
1c617db8
GS
31022002-06-26 Grace Sainsbury <graces@redhat.com>
3103
3104 * monitor.h: Add the function regname to monitor_ops
3105 structure. This way NUM_REGS does not have to be a constant.
3106 * monitor.c (monitor_fetch_register): Added support for regname
3107 function. The function is called if the array regnames is NULL.
3108 (monitor_store_register): Same.
da130f98
AC
3109 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3110 regnames array.
1c617db8
GS
3111 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3112 cpu32bug_cmds.regname to point to new function.
3113 * abug-rom.c (abug_regname): Same as above.
3114 (init_abug_cmds): Same.
3115 * dbug-rom.c (dbug_regname): Same as above.
3116 (init_dbug_cmds): Same.
3117 * remote-est.c (est_regname): Same.
3118 (init_est_cmds): Same.
3119 * rom68k-rom.c (rom68k_regname): Same.
3120 (init_rom68k_cmds): Same.
3121
ea9365bb
TT
31222002-06-25 Tom Tromey <tromey@redhat.com>
3123
3124 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3125
72cec141
AC
31262002-06-25 Andrew Cagney <cagney@redhat.com>
3127
3128 * infrun.c (stop_registers): Change variable's type to ``struct
3129 regcache'''.
3130 (xmalloc_inferior_status): Delete function.
3131 (free_inferior_status): Delete function.
3132 (normal_stop): Use regcache_cpy.
3133 (struct inferior_status): Change type of fields ``stop_registers''
3134 and ``registers'' to ``struct regcache''.
3135 (write_inferior_status_register): Use regcache_write.
3136 (save_inferior_status): Instead of calling
3137 xmalloc_inferior_status, allocate the inf_status buffer directly.
3138 Use regcache_dup_no_passthrough and regcache_dup to save the
3139 buffers.
3140 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3141 Replace the stop_registers regcache instead of overriding it. Use
3142 regcache_xfree. Instead of calling free_inferior_status, xfree
3143 the buffer directly.
3144 (discard_inferior_status): Use regcache_xfree. Instead of calling
3145 free_inferior_status, xfree the buffer directly.
3146 (build_infrun): Use regcache_xmalloc.
3147 (_initialize_infrun): Delete redundant call to build_infrun.
3148
3149 * Makefile.in (infcmd.o): Add $(regcache_h).
3150
3151 * infcmd.c: Include "regcache.h".
3152 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3153 obtain the address of `stop_registers' register buffer.
3154 (print_return_value): Ditto.
3155
3156 * inferior.h (struct regcache): Add opaque declaration.
3157 (stop_registers): Change variable's declared type to ``struct
3158 regcache''.
3159
defc6f8c
TT
31602002-06-24 Tom Tromey <tromey@redhat.com>
3161
c0e624e7
TT
3162 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3163 * target.c (initialize_targets): Fixed typo in
3164 trust-readonly-sections `show' documentation.
3165
defc6f8c
TT
3166 * main.c: Marked all strings with _().
3167
2b236d82
DH
31682002-06-24 Don Howard <dhoward@redhat.com>
3169
3170 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3171 that means max CORE_ADDR+1.
3172 (lookup_mem_region): Ditto.
3173 (mem_info_command): Ditto.
3174
942dc0e9
GS
31752002-06-24 Grace Sainsbury <graces@redhat.com>
3176
3177 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3178 (REGISTER_BYTES_OK): Remove.
3179 (REGISTER_BYTES): Remove.
3180 (STORE_STRUCT_RETURN): Remove.
3181 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3182 (STORE_RETURN_VALUE): Remove.
3183 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3184 (FRAME_CHAIN): Remove.
3185 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3186 (FRAME_SAVED_PC): Remove.
3187 * m68k-tdep.c (m68k_register_bytes_ok):Add.
3188 (m68k_store_struct_return): Add.
3189 (m68k_deprecated_extract_return_value): Add.
3190 (m68k_deprecated_extract_struct_value_address): Add.
3191 (m68k_store_return_value): Add.
3192 (m68k_frame_chain): Add.
3193 (m68k_frameless_function_invocation): Add.
3194 (m68k_frame_saved_pc): Add.
3195 (m68k_gdbarch_init): added set_gdbarch calls for new
3196 functions and deleted macros.
3197
03c30d4d
TT
31982002-06-23 Tom Tromey <tromey@redhat.com>
3199
3200 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3201 (ALLDEPFILES): Likewise.
3202 (udiheaders): Removed.
3203 (udip2soc.o): Likewise.
3204 (udi2go32.o): Likewise.
3205 (udr.o): Likewise.
3206 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3207
37e71372
AC
32082002-06-22 Andrew Cagney <ac131313@redhat.com>
3209
06a6ac57
AC
3210 * infrun.c (_initialize_infrun): Delete unnecessary call to
3211 build_infrun.
3212
37e71372
AC
3213 * regcache.h: Update comments describing the regcache_cpy family
3214 of functions.
3215 (regcache_save, regcache_restore): Delete declaration.
3216 (regcache_save_no_passthrough): Delete declaration.
3217 (regcache_restore_no_passthrough): Delete declaration.
3218 * regcache.c (regcache_save): Delete function.
3219 (regcache_save_no_passthrough): Delete function.
3220 (regcache_restore): Delete function.
3221 (regcache_restore_no_passthrough): Delete function.
3222
78f6d055
AC
32232002-06-21 Andrew Cagney <ac131313@redhat.com>
3224
3225 * config/m68k/tm-m68k.h: Fix typo.
3226 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3227 (m68k_frame_init_saved_regs): Declare.
3228
78b119cb
JB
32292002-06-21 Jim Blandy <jimb@redhat.com>
3230
3231 Remove some vestiges of Harris 88k support.
3232 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3233 register numbering quirk.
3234 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3235 odd symbols occurring in Harris 88k ELF targets.
3236
0fbb3da7
TT
32372002-06-21 Tom Tromey <tromey@redhat.com>
3238
3239 * gdb_locale.h: New file.
3240 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3241 (defs_h): Added gdb_locale.h.
3242 * configure, config.in: Rebuilt.
3243 * configure.in (PACKAGE): Define.
3244 * defs.h: Include gdb_locale.h.
3245 * main.c (captured_main): Call setlocale, bindtextdomain,
3246 textdomain.
3247
456f8b9d
DB
32482002-06-21 Dave Brolley <brolley@redhat.com>
3249
3250 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3251 * config/frv/frv.mt: New file.
3252 * config/frv/tm-frv.h: New file.
3253 * configure.tgt: Support frv-*-*.
3254 * Makefile.in (frv-tdep.o): New target.
3255 * frv-tdep.c: New file.
3256 * NEWS: Mention frv.
3257
cdd463f9
DB
32582002-06-21 Dave Brolley <brolley@redhat.com>
3259
3260 * MAINTAINERS: Add self to "Write After Approval" list.
3261
5d3ed2e3
GS
32622002-06-21 Grace Sainsbury <graces@redhat.com>
3263
3264 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3265 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3266 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3267 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3268 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3269
3270 * m68k-tdep.c: Include arch-utils.h
3271 (m68k_register_raw_size): Add.
3272 (m68k_register_virtual_size): Add.
3273 (m68k_register_virtual_type): Add.
3274 (m68k_register_name): Add.
3275 (m68k_stack_align): Add.
3276 (m68k_register_byte): Add.
3277 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3278 tm-m68k.h.
3279
7f8e7424
GS
32802002-06-21 Grace Sainsbury <graces@redhat.com>
3281
a2c6a6d5 3282 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
3283 m68k_find_saved_regs.
3284 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 3285 references to it with frame->saved_regs.
7f8e7424
GS
3286 (m68k_gdbarch_init): Added function calls to initialize the
3287 gdbarch structure.
a2c6a6d5
GS
3288 (m68k_fix_call_dummy): Add.
3289 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3290 (CALL_DUMMY): Remove.
3291 (CALL_DUMMY_LENGTH): Remove.
3292 (CALL_DUMMY_START_OFFSET): Remove.
3293 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3294 (FIX_CALL_DUMMY): Remove.
3295 (PUSH_DUMMY_FRAME): Remove.
3296 (POP_FRAME): Remove.
7f8e7424 3297
f461f5cf
PM
32982002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3299
3300 * parse.c (parse_fprintf): New function used to avoid calls to
3301 fprintf in bison parser generated debug code.
3302 * parser-defs.h: Declaration of new parse_fprintf function.
3303 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3304 Set YYDEBUG to 1 by default.
3305 Set YYFPRINTF as parse_fprintf.
3306
7f0c12ed
ML
33072002-06-21 Michal Ludvig <mludvig@suse.cz>
3308
3309 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3310 encoding anymore.
3311 (pointer_encoding, enum ptr_encoding): New.
3312 (execute_cfa_program): Take care about pointer encoding.
3313 (dwarf2_build_frame_info): Only call parse_frame_info for
3314 .debug_frame and .eh_frame.
3315 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3316 fixed augmentation handling, added relative addressing,
3317 ignore duplicate FDEs. Added comments.
19d833a2 3318 * dwarf2cfi.c: Reindented.
7f0c12ed 3319
87c4a039
EZ
33202002-06-20 Elena Zannoni <ezannoni@redhat.com>
3321
3322 * event-top.c (command_handler): Don't use space_at_cmd_start
3323 unless there is sbrk() on the host. Assign time and space data
3324 to union fields of the appropriate length.
3325
1cf877ad
ML
33262002-06-20 Michal Ludvig <mludvig@suse.cz>
3327
3328 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3329 x86_64_register_name. Return type changed to 'const char *'.
3330 (x86_64_register_name2nr): Rename to x86_64_register_number.
3331 (x86_64_gdbarch_init): Update to reflect the change.
3332 * x86-64-tdep.h: Ditto.
3333 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3334 (supply_fpregset): Ditto.
3335
3fadccb3
AC
33362002-06-19 Andrew Cagney <cagney@redhat.com>
3337
3338 * regcache.h: Update copyright.
3339 (struct regcache, struct gdbarch): Add opaque declarations.
3340 (current_regcache): Declare global variable.
3341 (regcache_read, regcache_write): Add gdbarch parameter.
3342 (regcache_save, regcache_save_no_passthrough)
3343 (regcache_restore, regcache_restore_no_passthrough)
3344 (regcache_dup, regcache_dup_no_passthrough)
3345 (regcache_cpy, regcache_cpy_no_passthrough)
3346 (deprecated_grub_regcache_for_registers)
3347 (deprecated_grub_regcache_for_register_valid)
3348 (regcache_valid_p): Add function declarations.
3349
3350 * regcache.c: Update copyright.
3351 (regcache_descr_handle): New global variable.
3352 (struct regcache_descr): Define.
3353 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3354 (regcache_descr, xfree_regcache_descr): New functions.
3355 (struct regcache): Define.
3356 (regcache_xmalloc, regcache_xfree): New functions.
3357 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3358 (regcache_dup, regcache_dup_no_passthrough): New functions.
3359 (regcache_valid_p, regcache_read_as_address): New functions.
3360 (deprecated_grub_regcache_for_registers): New function.
3361 (deprecated_grub_regcache_for_register_valid): New function.
3362 (current_regcache): New global variable.
3363 (register_buffer): Add regcache parameter. Update calls.
3364 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3365 (read_register_gen, write_register_gen): Update register_buffer
3366 call. Test for legacy_p instead of gdbarch_register_read_p or
3367 gdbarch_register_write_p.
3368 (regcache_collect): Update register_buffer call.
3369 (build_regcache): Rewrite. Use deprecated grub functions.
3370 (regcache_save, regcache_save_no_passthrough): New functions.
3371 (regcache_restore, regcache_restore_no_passthrough): New
3372 functions.
3373 (_initialize_regcache): Create the regcache_data_handle. Swap
3374 current_regcache global variable.
3375
3376 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3377 parameter to regcache_read and regcache_write calls.
3378 (sh4_register_read): Ditto.
3379 (sh64_pseudo_register_read): Ditto.
3380 (sh64_register_read): Ditto.
3381 (sh_pseudo_register_write): Ditto.
3382 (sh4_register_write): Ditto.
3383 (sh64_pseudo_register_write): Ditto.
3384 (sh64_register_write): Ditto.
3385
3386 * defs.h (XCALLOC): Define.
3387
152d9db6
GS
33882002-06-19 Grace Sainsbury <graces@redhat.com>
3389
3390 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3391 * m68k-tdep.c (m68k_gdbarch_init): Added.
3392 (m68k_dump_tdep): Added.
3393
170911c7
DJ
33942002-06-19 Daniel Jacobowitz <drow@mvista.com>
3395
3396 * ada-lang.c (fill_in_ada_prototype): Update comment.
3397
2e4ebe70
DJ
33982002-06-19 Daniel Jacobowitz <drow@mvista.com>
3399
3400 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3401 MIPS_ABI_LAST.
3402 (mips_abi_string, mips_abi_strings): New.
3403 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3404 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3405 tdep->mips_abi_string. Honor mips_abi_string. Default to
3406 O32 if no ABI is found.
3407 (mips_dump_tdep): Use mips_abi_strings.
3408 (mips_abi_update): New function.
3409 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3410 ``set mips abi'' and ``show mips abi''. Check the size of
3411 mips_abi_strings.
3412
16775908
AC
34132002-06-19 Andrew Cagney <cagney@redhat.com>
3414
3415 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3416 constant.
3417
5051bfa4 34182002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 3419
5051bfa4
JB
3420 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3421 current frame using only the first stack size adjustment. All
3422 subsequent size adjustments are not considered to be part of
3423 the "static" part of the current frame.
3424 Compute the address of the saved registers relative to the
3425 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3426 in use in this frame.
3427
56468235
DH
34282002-06-18 Don Howard <dhoward@redhat.com>
3429
3430 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3431 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3432 suggesting this solution.
3433
0b624158
AC
34342002-06-18 Andrew Cagney <ac131313@redhat.com>
3435
3436 * config/romp/xm-rtbsd.h: Delete file.
3437 * config/romp/rtbsd.mh: Delete file.
3438
221ea385
KS
34392002-06-18 Keith Seitz <keiths@redhat.com>
3440
3441 * breakpoint.c (condition_command): Post breakpoint_modify
3442 when a condition is added to an existing breakpoint.
3443 (commands_command): Likewise for commands.
3444 (set_ignore_count): Likewise for ignore counts.
3445 If no tty, do not simply return, still need to send event
3446 notification.
3447 (ignore_command): Only print a newline if the command came
3448 from a tty.
3449 Don't call breakpoints_changed, since this is now properly
3450 handled by set_ignore_count.
3451
5402eed1
AC
34522002-06-18 Andrew Cagney <cagney@redhat.com>
3453
3454 * MAINTAINERS: Note that cris-elf target can be compiled with
3455 -Werror.
3456 * cris-tdep.c (cris_register_name): Make return type constant.
3457 (cris_breakpoint_from_pc): Ditto.
3458
cc22880b
ML
34592002-06-18 Michal Ludvig <mludvig@suse.cz>
3460
3461 * frame.h (struct frame_info): Change type of context to
3462 'struct context'.
3463
fa88f677
AC
34642002-06-17 Andrew Cagney <cagney@redhat.com>
3465
3466 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3467 pointer.
3468 * gdbarch.h, gdbarch.c: Regenerate.
3469 * config/mips/tm-mips.h (mips_register_name): Update.
3470 * i386-tdep.h (i386_register_name): Update.
3471 * mips-tdep.c (mips_register_name): Update
3472 * alpha-tdep.c (alpha_register_name): Update.
3473 * arch-utils.c (legacy_register_name): Update.
3474 * arch-utils.h (legacy_register_name): Update.
3475 * avr-tdep.c (avr_register_name): Update.
3476 * ia64-tdep.c (ia64_register_name): Update.
3477 * i386-tdep.c (i386_register_name): Update.
3478 * sparc-tdep.c (sparc32_register_name): Update.
3479 (sparc64_register_name): Update.
3480 (sparclite_register_name): Update.
3481 (sparclet_register_name): Update.
3482 * sh-tdep.c (sh_generic_register_name): Update.
3483 (sh_sh_register_name): Update.
3484 (sh_sh3_register_name): Update.
3485 (sh_sh3e_register_name): Update.
3486 (sh_sh_dsp_register_name): Update.
3487 (sh_sh3_dsp_register_name): Update.
3488 (sh_sh4_register_name): Update.
3489 (sh_sh64_register_name): Update.
3490 * s390-tdep.c (s390_register_name): Update.
3491 * rs6000-tdep.c (rs6000_register_name): Update.
3492 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3493 (ns32k_register_name_32382): Update.
3494 * d10v-tdep.c (d10v_ts2_register_name): Update.
3495 (d10v_ts3_register_name): Update.
3496 * xstormy16-tdep.c (xstormy16_register_name): Update.
3497 * vax-tdep.c (vax_register_name): Update.
3498 * v850-tdep.c (v850_register_name): Update.
3499 * m68hc11-tdep.c (m68hc11_register_name): Update.
3500 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3501 (am33_register_name): Update.
3502
ea1e7ef6
GS
35032002-06-17 Grace Sainsbury <graces@redhat.com>
3504
3505 * m68k-tdep.c: Reindented.
3506
9b02dd1b
AC
35072002-06-17 Andrew Cagney <ac131313@redhat.com>
3508
3509 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3510 list of predefined types.
3511
8758dec1
MK
35122002-06-16 Mark Kettenis <kettenis@gnu.org>
3513
b6197528
MK
3514 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3515 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3516 REGISTER_CONVERT_TO_RAW): Remove defines.
3517 (i386_register_virtual_type, i386_register_convertible,
3518 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3519 Remove prototypes.
3520 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3521 macros mentioned above.
3522
82b47e62
MK
3523 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3524 (i386lynx_saved_pc_after_call): Remove prototype.
3525 * i386ly-tdep.c: Include "i386-tdep.h".
3526 (i386lynx_saved_pc_after_call): Make static. Use
3527 read_memory_nobpt instead of read_memory. Use
3528 read_memory_unsigned_integer instead of read_memory_integer.
3529 (i386lynx_init_abi): New function.
3530 (i386lynx_coff_osabi_sniffer): New function.
3531 (_initialize_i386bsd_tdep): New function.
3532
8758dec1
MK
3533 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3534 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3535 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3536 (i386_fix_call_dummy): Remove prototype.
3537 * i386-tdep.c (i386_call_dummy_words): New variable.
3538 (i386_gdbarch_init): Adjust for removal of the
3539 macros mentioned above.
3540
e9e68a56
AC
35412002-06-15 Andrew Cagney <ac131313@redhat.com>
3542
3543 * command.h (add_setshow_auto_boolean_cmd): Replace
3544 add_set_auto_boolean_cmd.
3545 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3546 add_set_auto_boolean_cmd.
3547 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3548 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3549 mask-address'' command.
3550 (show_mask_address): Add cmd parameter.
3551 * remote.c (add_packet_config_cmd): Update. Change type of
3552 set_func and show_func to cmd_sfunc_ftype.
3553 (_initialize_remote): Update `set remote Z-packet'
3554 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3555 (show_remote_protocol_e_packet_cmd): Ditto.
3556 (show_remote_protocol_E_packet_cmd): Ditto.
3557 (show_remote_protocol_P_packet_cmd): Ditto.
3558 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3559 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3560 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3561 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3562 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3563 (show_remote_protocol_Z_packet_cmd): Ditto.
3564 (show_remote_protocol_binary_download_cmd): Ditto.
3565 (show_remote_cmd): Pass NULL to all of above.
3566
fc08ec52
MK
35672002-06-15 Mark Kettenis <kettenis@gnu.org>
3568
3569 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3570 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3571 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3572 POP_FRAME): Remove defines.
3573 (i386_push_arguments, i386_store_struct_return,
3574 i386_extract_return_value, i386_store_return_value,
3575 i386_extract_struct_value_address, i386_push_dummy_frame,
3576 i386_pop_frame): Renove prototypes.
3577 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3578 macros mentioned above.
3579
e707bbc2
AC
35802002-06-15 Andrew Cagney <ac131313@redhat.com>
3581
3582 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3583 add_set_boolean_cmd.
3584 (add_setshow_cmd): New function.
3585 * command.h (add_setshow_boolean_cmd): Replace
3586 add_set_boolean_cmd.
3587 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3588 and ``set rdiromatzero''.
3589 * maint.c (_initialize_maint_cmds): Update commented out code.
3590 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3591 * target.c (initialize_targets): Update `set
3592 trust-readonly-sections'.
3593 * remote.c (_initialize_remote): Update `set remotebreak'.
3594
42fdc8df
MK
35952002-06-15 Mark Kettenis <kettenis@gnu.org>
3596
93924b6b
MK
3597 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3598 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3599 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3600 fit into multi-arch framework.
3601 (i386_breakpoint_from_pc): New function.
3602 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3603 above.
3604
42fdc8df
MK
3605 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3606 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3607 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3608 (i386_frameless_function_invocation, i386_frame_num_args,
3609 i386_frame_init_saved_regs): Remove prototypes.
3610 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3611 macros mentioned above.
3612
9773a94b
AC
36132002-06-15 Andrew Cagney <ac131313@redhat.com>
3614
3615 * cli/cli-decode.c (set_cmd_cfunc): Update.
3616 (set_cmd_sfunc): Update.
3617 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3618 (set_cmd_sfunc, set_cmd_cfunc): Update.
3619 * cli/cli-decode.h: Update.
3620
6e157172
MK
36212002-06-15 Mark Kettenis <kettenis@gnu.org>
3622
3623 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3624 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3625
7f19b9a2
AC
36262002-06-15 Andrew Cagney <ac131313@redhat.com>
3627
3628 * defs.h (auto_boolean): Declare enum.
3629 * command.h (cmd_auto_boolean): Delete enum.
3630 * mips-tdep.c (mask_address_var): Update.
3631 (mips_mask_address_p): Update.
3632 (show_mask_address): Update.
3633 * remote.c (struct packet_config): Update.
3634 (update_packet_config): Update.
3635 (show_packet_config_cmd): Update.
3636 (packet_ok): Update.
3637 (add_packet_config_cmd): Update.
3638 (_initialize_remote):
3639 * command.h: Update.
3640 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3641 (do_setshow_command): Update.
3642 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3643 * cli/cli-decode.h: Update.
3644
1cf88de5
MK
36452002-06-15 Mark Kettenis <kettenis@gnu.org>
3646
22ba8cf2
MK
3647 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3648 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3649 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3650 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3651 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3652 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3653
762c5349
MK
3654 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3655 list of DJGPP COFF targets.
3656
091198bb
MK
3657 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3658 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3659 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3660 (FP0_REGNUM): Remove define.
3661 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3662 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3663 (i386_register_virtual_size): Remove protoype.
3664 * i386-tdep.c (i386_register_virtual_size): Removed.
3665 (i386_extract_return_value, i386_store_return_value): Use
3666 FP0_REGNUM instead of NUM_FREGS to determine whether the
3667 floating-point registers are available.
3668 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3669 Adjust for removal of macros mentioned above.
3670
36712002-06-15 Mark Kettenis <kettenis@gnu.org>
3672
fcc9bf01
MK
3673 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3674 comments.
3675 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3676 Remove prototypes.
3677 (supply_gregset, fill_gregset): Remove use of register keyword and
3678 remove declaration for regmap. Use I386_NUM_GREGS instead of
3679 NUM_REGS and NUM_FREGS.
3680 (FPREGSET_FSAVE_OFFSET): Remove.
3681 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3682 NUM_FREGS to determine whether the floating-point registers are
3683 available.
3684
65e78234
MK
3685 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3686 gnu_store_registers): Replace usage of NUM_GREGS with
3687 I386_NUM_GREGS.
3688
98df6387
MK
3689 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3690 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3691 usage of NUM_GREGS with I386_NUM_GREGS.
3692
099a9414
MK
3693 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3694
57976e88
MK
3695 * i386bsd-nat.c: Include "i386-tdep.h".
3696 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3697 I386_NUM_GREGS.
3698
b335f4a6
MK
3699 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3700 and associated comment. They no longer make any sense, since we
3701 don't use this file anymore on Linux.
3702
1cf88de5
MK
3703 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3704 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3705 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3706 elements in these arrays.
3707 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3708 MAX_NUM_REGS.
3709
daa66587
MK
37102002-06-15 Mark Kettenis <kettenis@gnu.org>
3711
3712 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3713 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3714
26e9b323
AC
37152002-06-14 Andrew Cagney <cagney@redhat.com>
3716
3717 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3718 EXTRACT_RETURN_VALUE.
3719 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3720 EXTRACT_STRUCT_VALUE_ADDRESS.
3721 * gdbarch.h, gdbarch.c: Regenerate.
3722
3723 * values.c (value_being_returned): Handle
3724 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3725 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3726
3727 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3728 * arm-tdep.c (arm_gdbarch_init): Update.
3729 * avr-tdep.c (avr_gdbarch_init): Update.
3730 * cris-tdep.c (cris_gdbarch_init): Update.
3731 * d10v-tdep.c (d10v_gdbarch_init): Update.
3732 * ia64-tdep.c (ia64_gdbarch_init): Update.
3733 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3734 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3735 * s390-tdep.c (s390_gdbarch_init): Update.
3736 * sh-tdep.c (sh_gdbarch_init): Update.
3737 * s390-tdep.c (s390_gdbarch_init): Update.
3738 * sparc-tdep.c (sparc_gdbarch_init): Update.
3739 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3740 * v850-tdep.c (v850_gdbarch_init): Update.
3741 * vax-tdep.c (vax_gdbarch_init): Update.
3742 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3743 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3744
3745 * config/arc/tm-arc.h: Update.
3746 * config/d30v/tm-d30v.h: Update.
3747 * config/fr30/tm-fr30.h: Update.
3748 * config/h8300/tm-h8300.h: Update.
3749 * config/h8500/tm-h8500.h: Update.
3750 * config/i386/tm-i386.h: Update.
3751 * config/i386/tm-ptx.h: Update.
3752 * config/i386/tm-symmetry.h: Update.
3753 * config/i960/tm-i960.h: Update.
3754 * config/m32r/tm-m32r.h: Update.
3755 * config/m68k/tm-delta68.h: Update.
3756 * config/m68k/tm-linux.h: Update.
3757 * config/m68k/tm-m68k.h: Update.
3758 * config/m88k/tm-m88k.h: Update.
3759 * config/mcore/tm-mcore.h: Update.
3760 * config/mips/tm-mips.h: Update.
3761 * config/mn10200/tm-mn10200.h: Update.
3762 * config/pa/tm-hppa.h: Update.
3763 * config/pa/tm-hppa64.h: Update.
3764 * config/sparc/tm-sp64.h: Update.
3765 * config/sparc/tm-sparc.h: Update.
3766 * config/sparc/tm-sparclet.h: Update.
3767 * config/z8k/tm-z8k.h: Update.
3768
5179e78f
AC
37692002-06-14 Andrew Cagney <cagney@redhat.com>
3770
3771 * Makefile.in (i386_linux_tdep_h): Define.
3772 (i386_tdep_h, i387_tdep_h): Define.
3773 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3774 $(i386_tdep_h) and $(i387_tdep_h).
3775 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3776
8201327c
MK
37772002-06-14 Mark Kettenis <kettenis@gnu.org>
3778
edf393ac
MK
3779 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3780 Already covered by the default.
3781
896fb97d
MK
3782 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3783 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3784 (i386_gdbarch_init): Initialize long_double_format and long_double
3785 bit.
3786
8201327c
MK
3787 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3788 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3789 Move these to ...
3790 * config/i386/i386sol2.mh: ... here.
3791 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3792 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3793 (SIGCONTEXT_PC_OFFSET): Remove define.
3794 (IN_SIGTRAMP): Remove define.
3795 * i386-sol2-tdep.c: New file.
3796
3797 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3798 * config/i386/tm-i386nw.h: Removed.
3799
3800 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3801 USE_STRUCT_CONVENTION): Remove defines.
3802 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3803 (get_longjmp_target): Remove prototype.
3804 (IN_SIGTRAMP): Remove define.
3805 (i386bsd_in_sigtramp): Remove prototype.
3806 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3807 function. Update comment accordingly
3808 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3809 (FRAME_SAVED_PC): Remove define.
3810 (i386bsd_frame_saved_pc): Remove prototype.
3811 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3812 GET_LONGJMP_TARGET): Remove defines.
3813 (get_longjmp_target): Remove prototype.
3814 (IN_SIGTRAMP): Remove define.
3815 (i386bsd_in_sigtramp): Remove prototype.
3816 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3817 function. Update comment accordingly
3818 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3819 (FRAME_SAVED_PC): Remove define.
3820 (i386bsd_frame_saved_pc): Remove prototype.
3821 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3822 Remove prototype.
3823 (USE_STRUCT_CONVENTION): Remove prototype.
3824 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3825 declaration.
3826 (_initialize_i386bsd_nat): Revise logic to determine some
3827 constants at compile time when compiling a native GDB. Warn if
3828 things don't match up with what we expect.
3829 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3830 Remove variables.
3831 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3832 to use date stored in `struct gdbarch_tdep'.
3833 (i386bsd_sigcontext_offset): Remove varaible.
3834 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3835 stored in `struct gdbarch_tdep'.
3836 (i386bsd_frame_saved_pc): Make static.
3837 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3838 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3839 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3840 i386fbsd4_sc_pc_offset): New variables.
3841 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3842 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3843 functions.
3844 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3845 functions.
3846 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3847 Modify the value of i386fbsd_sigtramp_start and
3848 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3849 i386fbsd_sigtramp_end.
3850 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3851 function.
3852
3853 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3854 define to i386-linux-tdep.h.
3855 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3856 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3857 defines.
3858 (i386_linux_register_name, i386_linux_register_byte,
3859 i386_linux_register_raw_size): Remove prototypes.
3860 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3861 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3862 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3863 TARGET_WRITE_PC): Remove defines.
3864 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3865 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3866 i386_linux_write_pc): Remove prototypes.
3867 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3868 (get_longjmp_target): Remove prototype.
3869 * i386-linux-tdep.h: New file.
3870 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3871 * i386-linux-tdep.c: Include "i386-tdep.h" and
3872 "i386-linux-tdep.h".
3873 (i386_linux_register_name, i386_linux_register_byte,
3874 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3875 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3876 Make static.
3877 (i386_linux_init_abi): New function.
3878 (_initialize_i386_linux_tdep): New function.
3879
3880 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3881 (i386_saved_pc_after_call): Remove prototype.
3882 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3883 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3884 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3885 (i386_register_name, i386_stab_reg_to_regnum,
3886 i386_dwarf_reg_to_regnum): Remove prototypes.
3887 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3888 SIZEOF_SSE_REGS): Remove defines.
3889 (REGISTER_BYTES): Remove define.
3890 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3891 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3892 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3893 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3894 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3895 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3896 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3897 (get_longjmp_target): Remove prototype.
3898 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3899 (sigtramp_saved_pc): Remove define.
3900 (i386v4_sigtramp_saved_pc): Remove prototype.
3901 * config/i386/tm-go32.h (FRAME_CHAIN,
3902 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3903 (i386go32_frame_saved_pc): Remove prototype.
3904 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3905 (get_longjmp_target): Remove prototype.
3906 * i386-tdep.h: Include "osabi.h".
3907 (enum i386_abi): Removed.
3908 (enum struct_return): New enum.
3909 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3910 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3911 sc_pc_offset members.
3912 (i386_gdbarch_register_os_abi): Remove prototype.
3913 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3914 I386_SSE_NUM_REGS): New defines.
3915 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3916 I386_SSE_SIZEOF_REGS): New defines.
3917 (i386_register_name, i386_register_byte, i386_register_raw_size):
3918 New prototypes.
3919 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3920 (i386bsd_sigtramp_saved_pc): New prototype.
3921 * i386-tdep.c: Don't include "elf-bfd.h".
3922 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3923 i386_frame_chain, i386_saved_pc_after_call): Make static.
3924 (i386_frame_saved_pc): Rewrite to call architecture dependent
3925 function to deal with signal handlers. Make static.
3926 (i386go32_frame_saved_pc): Removed.
3927 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3928 Removed.
3929 (i386_get_longjmp_target): New function.
3930 (default_struct_convention, pcc_struct_convention,
3931 reg_struct_convention, valid_conventions, struct_convention): New
3932 variables.
3933 (i386_use_struct_convention): New function.
3934 (i386v4_sigtramp_saved_pc): Renamed to
3935 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3936 (i386_pc_in_sigtramp): New function.
3937 (i386_abi_names): Removed.
3938 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3939 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3940 Removed.
3941 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3942 i386_gdbarch_register_os_abi): Removed.
3943 (struct i386_abi_handler): Removed.
3944 (i386_abi_handler_list): Removed.
3945 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3946 functions.
3947 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3948 i386_nw_init_abi): New functions.
3949 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3950 Use set_gdbarch_xxx() calls instead of relying on macros for a
3951 number of calls.
3952 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3953 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3954 Register the various architecture variants defined in this file.
3955
ad2f7632
DJ
39562002-06-14 Daniel Jacobowitz <drow@mvista.com>
3957
3958 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3959 (struct main_type): Remove arg_types member. Update comments for
3960 struct field.
3961 (TYPE_ARG_TYPES): Remove.
3962 (TYPE_FN_FIELD_ARGS): Update.
3963 (smash_to_method_type): Update prototype.
3964
3965 * c-typeprint.c (cp_type_print_method_args): Take method type
3966 instead of argument list. Use new argument layout. Simplify.
3967 (c_type_print_args): Use new argument layout. Simplify.
3968 (c_type_print_base): Update call to cp_type_print_method_args.
3969 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3970 argument; use die->type instead. Update call to
3971 smash_to_method_type.
3972 (read_structure_scope): Update call to dwarf2_add_member_fn.
3973 * gdbtypes.c (allocate_stub_method): Update comment.
3974 (smash_to_method_type): Take new NARGS and VARARGS arguments.
3975 Use new argument layout.
3976 (check_stub_method): Use new argument layout. Don't count
3977 void as an argument.
3978 (print_arg_types): Update comments. Use new argument layout.
3979 (recursive_dump_type): Don't print arg_types member.
3980 * hpread.c (hpread_read_struct_type): Use new argument layout.
3981 (fixup_class_method_type): Likewise.
3982 (hpread_type_lookup): Likewise.
3983 * stabsread.c (read_type): Update calls to read_args and
3984 smash_to_method_type.
3985 (read_args): Use new argument layout. Simplify.
3986 * valops.c (typecmp): Use new argument layout. Update parameters
3987 and comments. Simplify.
3988 (hand_function_call): Use new argument layout.
3989 (search_struct_method): Update call to typecmp.
3990 (find_overload_match): Use new argument layout.
3991
6da02953
DJ
39922002-06-13 Daniel Jacobowitz <drow@mvista.com>
3993
3994 * NEWS: Mention multithreaded debug support for gdbserver.
3995
519b2366
DJ
39962002-06-13 Daniel Jacobowitz <drow@mvista.com>
3997
3998 * MAINTAINERS: Mention NEWS.
3999
6c0d6680
DJ
40002002-06-13 Daniel Jacobowitz <drow@mvista.com>
4001
4002 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
4003 (struct mips_objfile_private, compare_pdr_entries): New.
4004 (non_heuristic_proc_desc): Read the ".pdr" section if it
4005 is present.
4006
6529d2dd
AC
40072002-06-12 Andrew Cagney <ac131313@redhat.com>
4008
4009 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
4010 (arm_debug): New static variable.
4011 (_initialize_arm_tdep): Add ``set debug arm'' command.
4012
26216b98
AC
40132002-06-12 Andrew Cagney <ac131313@redhat.com>
4014
4015 * Makefile.in (sim_arm_h): Define.
4016 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
4017 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
4018 (arm_register_sim_regno): New function, map an internal REGNUM
4019 onto a simulator register number.
4020 (arm_gdbarch_init): Set register_sim_regno.
4021
814b3ba0
AH
40222002-06-09 Aldy Hernandez <aldyh@redhat.com>
4023
4024 * MAINTAINERS: Add self.
4025
475b0867
JB
40262002-06-11 Jim Blandy <jimb@redhat.com>
4027
919d772c
JB
4028 * source.c (source_info): Mention whether the symtab has
4029 information about preprocessor macros.
4030
475b0867
JB
4031 Call the command `info macro', not `show macro'.
4032 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
4033 Fix error message.
4034 (_initialize_macrocmd): Register `info_macro_command' in
4035 `infolist', not `showlist'.
4036
9e364162
DJ
40372002-06-11 Daniel Jacobowitz <drow@mvista.com>
4038
4039 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4040 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4041 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4042 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4043 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4044 unconditionally.
4045 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4046 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4047 (_initialize_mips_tdep): Remove dead code.
4048 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4049 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4050 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4051 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4052 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4053 MIPS_LAST_FP_ARG_REGNUM): Remove.
4054
23aa4c72
ML
40552002-06-11 Michal Ludvig <mludvig@suse.cz>
4056
4057 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4058 (unwind_tmp_obstack_free, parse_frame_info)
4059 (update_context, cfi_read_fp, cfi_write_fp)
4060 (cfi_frame_chain, cfi_init_extra_frame_info)
4061 (cfi_virtual_frame_pointer): Use the above function.
264d1763 4062 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 4063
70eb15a4
CV
40642002-06-11 Corinna Vinschen <vinschen@redhat.com>
4065
4066 * v850-tdep.c (v850_type_is_scalar): New function.
4067 (v850_use_struct_convention): Match current gcc implementation
4068 as close as possible.
4069 (v850_push_arguments): Fix stack_offset handling. Don't write
4070 struct_addr into register. This is done by v850_store_struct_return.
4071 (v850_extract_return_value): Care for structs.
4072 (v850_store_return_value): Ditto.
4073 (v850_store_struct_return): Actually write address.
4074
482a4d06
ML
40752002-06-11 Michal Ludvig <mludvig@suse.cz>
4076
4077 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4078 without debug information too.
4079
d855c300
AC
40802002-06-10 Andrew Cagney <ac131313@redhat.com>
4081
4082 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4083 Make multi-arch pure.
4084 * gdbarch.h, gdbarch.c: Re-generate.
4085 * arm-tdep.c (arm_print_float_info): Update.
4086 * arch-utils.h (default_print_float_info): Update.
4087 * arch-utils.c (default_print_float_info): Update.
4088 * infcmd.c (float_info): Update call.
4089
dd12a101
AC
40902002-06-10 Andrew Cagney <ac131313@redhat.com>
4091
4092 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4093 the front of the initialize list.
4094
101dcfbe
AC
40952002-06-10 Andrew Cagney <ac131313@redhat.com>
4096
4097 * infrun.c (struct inferior_status): Replace fields
4098 selected_frame_address and selected_level with field
4099 selected_frame_id.
4100 (save_inferior_status): Update. Use get_frame_id.
4101 (struct restore_selected_frame_args): Delete.
4102 (restore_selected_frame): Update. Use frame_find_by_id.
4103 (restore_inferior_status): Update.
4104
4105 * breakpoint.h (struct breakpoint): Change type of
4106 watchpoint_frame to frame_id.
4107 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4108 call to get_current_frame.
4109 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4110 get_current_frame.
4111 (watchpoint_check): Use frame_find_by_id.
4112
4113 * frame.h (record_selected_frame): Delete declaration.
4114 * stack.c (record_selected_frame): Delete function.
4115
4116 * frame.h (struct frame_id): Define.
4117 (get_frame_id): Declare.
4118 (frame_find_by_id): Declare.
4119 * frame.c (frame_find_by_id): New function.
4120 (get_frame_id): New function.
4121
304270b6
AV
41222002-06-10 Andrey Volkov <avolkov@transas.com>
4123
4124 * ser-e7kpc.c: Fix duplicated define and call of
4125 _initialize_ser_e7000pc
4126
2f2cf184
DJ
41272002-06-09 Daniel Jacobowitz <drow@mvista.com>
4128
4129 * signals/signals.c (target_signal_from_host): Fix #ifdef
4130 SIGRTMIN case.
4131 (do_target_signal_to_host): Likewise.
4132
caaa3122
DJ
41332002-06-09 Daniel Jacobowitz <drow@mvista.com>
4134
4135 * mips-tdep.c (mips_find_abi_section): New function.
4136 (mips_gdbarch_init): Call it.
4137
6ac5df3a
MK
41382002-06-09 Mark Kettenis <kettenis@gnu.org>
4139
4140 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4141 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4142 after Andrew's 2002-06-08 gdbarch change.
4143
82ea117a
MK
41442002-06-09 Mark Kettenis <kettenis@gnu.org>
4145
4146 * i386-linux-nat.c (suppy_gregset): Don't supply
4147 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4148 register cache.
4149 (fill_gregset): Don't fetch it under the same circumstances.
4150
3c25f8c7
AC
41512002-06-09 Andrew Cagney <cagney@redhat.com>
4152
4153 * Makefile.in (callback_h): Define.
4154 (remote_sim_h): Update path to remote-sim.h.
4155 (remote-rdp.o): Add $(callback_h).
4156 (remote-sim.o): Use $(callback_h).
4157 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4158 * remote-rdp.c: Include "gdb/callback.h".
4159
1029b7fa
MK
41602002-06-09 Mark Kettenis <kettenis@gnu.org>
4161
4162 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4163 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4164
616675d3
AC
41652002-06-08 Andrew Cagney <ac131313@redhat.com>
4166
a3efda28
AC
4167 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4168 * rdi-share/serpardr.c: Ditto.
4169 * rdi-share/unixcomm.c: Ditto.
4170 * rdi-share/serdrv.c: Ditto.
4171 * rdi-share/hostchan.h: Ditto.
4172 * rdi-share/hostchan.c: Ditto.
4173 * rdi-share/host.h: Ditto.
4174 * rdi-share/devsw.c: Ditto.
4175
c5f10366
AC
4176 * objfiles.h: Change type of obj_private to void pointer.
4177 * pa64solib.c: Update copyright. Don't include "assert.h", use
4178 strcmp instead of STREQ, use LONGEST, do not use PTR
4179 * somsolib.c: Ditto.
4180
616675d3
AC
4181 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4182 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4183 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4184
e4b415d9
AC
41852002-06-08 Andrew Cagney <ac131313@redhat.com>
4186
4187 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4188 (default_get_saved_register): Delete function.
4189 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4190 generic_unwind_get_saved_register.
4191 * gdbarch.h, gdbarch.c: Re-generate.
4192
ca0d0b52
AC
41932002-06-08 Andrew Cagney <ac131313@redhat.com>
4194
4195 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4196 generic_func_frame_chain_valid.
4197 * gdbarch.h, gdbarch.c: Re-generate.
4198 * blockframe.c (generic_func_frame_chain_valid): Only check
4199 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
4200 passing FP to PC_IN_CALL_DUMMY.
4201 Fix PR gdb/360.
4202
76860b5f
AC
42032002-06-08 Andrew Cagney <ac131313@redhat.com>
4204
4205 * gdbarch.sh (struct gdbarch_data): Add field init_p.
4206 (register_gdbarch_data): Initialize init_p.
4207 (gdbarch_data): Initialize data pointer using the init function.
4208 (init_gdbarch_data): Delete function.
4209 (gdbarch_update_p): Update.
4210 (initialize_non_multiarch): Update.
4211 (struct gdbarch): Add field initialized_p.
4212 * gdbarch.h, gdbarch.c: Re-generate.
4213
8dda9770
ML
42142002-06-07 Michal Ludvig <mludvig@suse.cz>
4215
4216 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4217 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4218 better do the things actually here.
4219 * x86-64-tdep.c (x86_64_register_name2nr): New.
4220 (x86_64_register_name): Renamed to x86_64_register_nr2name.
4221 (x86_64_gdbarch_init): Respect the above change.
4222 * x86-64-tdep.h (x86_64_register_name2nr)
4223 (x86_64_register_nr2name): Add prototypes.
4224 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4225
3d79a47c
MS
42262002-06-06 Michael Snyder <msnyder@redhat.com>
4227
7bd91a28
MS
4228 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4229 Delete extra braces and re-indent.
4230 (d10v_store_return_value): Char return values
3d79a47c
MS
4231 must be shifted over by one byte in R0.
4232 (d10v_extract_return_value): Delete extra braces, re-indent.
4233
095a4c96
EZ
42342002-06-06 Elena Zannoni <ezannoni@redhat.com>
4235
4236 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4237 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4238 (d10v_integer_to_address): Rewrite.
4239 (d10v_frame_init_saved_regs): When reading fp and sp registers use
4240 the d10v specific functions which take care of converting to the
4241 correct space.
4242
e8a77ca4
EZ
42432002-06-06 Elena Zannoni <ezannoni@redhat.com>
4244
4245 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4246 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4247
4f2e4a4f
AC
42482002-06-02 Andrew Cagney <ac131313@redhat.com>
4249
4250 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4251 includes.
4252 * config/tm-linux.h: Ditto.
4253 * config/alpha/tm-alphalinux.h: Ditto.
4254 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4255 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4256 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4257 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4258 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4259 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4260 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4261 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4262 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4263 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4264 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4265 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4266 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4267 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4268 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4269 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4270 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4271 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4272 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4273 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4274 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4275 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4276 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4277 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4278 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4279 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4280 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4281 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4282 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4283 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4284 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4285 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4286 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4287 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4288 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4289 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4290 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4291
ae2ab2ce
AS
42922002-05-04 Aidan Skinner <aidan@velvet.net>
4293
4294 * ada-exp.tab.c: New file
4295 * ada-exp.y: New file
4296 * ada-lang.c: New file
4297 * ada-lang.h: New file
4298 * ada-lex.c: New file
4299 * ada-lex.l: New file
4300 * ada-tasks.c: New file
4301 * ada-typeprint.c: New file
4302 * ada-valprint.c: New file
4303
0ddd0135
JT
43042002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4305
4306 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4307 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4308
750fbacc
JT
43092002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4310
4311 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4312 insetead of ppc-linux-tdep.o.
4313 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4314 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4315
df94e18a
AC
43162002-06-02 Andrew Cagney <ac131313@redhat.com>
4317
4318 2002-05-07 Christian Groessler <chris@groessler.org>
4319 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4320 bit register contents for little endian hosts.
4321
1a38ab75
AC
43222002-06-01 Andrew Cagney <ac131313@redhat.com>
4323
4324 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4325 any maintainer.
4326
8b1632ac
AC
43272002-06-01 Andrew Cagney <ac131313@redhat.com>
4328
4329 * gdbarch.h: Regenerate.
4330
627054c8
AC
43312002-06-01 Andrew Cagney <ac131313@redhat.com>
4332
4333 * MAINTAINERS: Add everyone to write-after-approval list.
4334
4f460812
AC
43352002-06-01 Andrew Cagney <ac131313@redhat.com>
4336
4337 * stack.c (frame_info): Use frame_register_unwind instead of
4338 saved_regs. Mention when the SP is on the stack or in a register.
4339
4340 * frame.h (frame_register_unwind_ftype): Define. Document.
4341 (struct frame_info): Add field register_unwind and
4342 register_unwind_cache.
4343 (frame_register_unwind): Declare.
4344 (generic_unwind_get_saved_register): Declare.
4345
4346 * frame.c (frame_register_unwind): New function.
4347 (generic_unwind_get_saved_register): New function.
4348
4349 * blockframe.c (generic_call_dummy_register_unwind): New function.
4350 (frame_saved_regs_register_unwind): New function.
4351 (set_unwind_by_pc): New function.
4352 (create_new_frame): New function.
4353 (get_prev_frame): New function.
4354
de888f76
AC
43552002-05-30 Andrew Cagney <ac131313@redhat.com>
4356
4357 * a29k-share/: Delete directory.
4358 * remote-vx29k.c: Delete file.
4359
2f2c3626
JT
43602002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4361
4362 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4363 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4364
9ce5c36a
JT
43652002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4366
4367 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4368 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4369 (sparc64nbsd-nat.o)
4370 (sparcnbsd-nat.o)
4371 (sparcnbsd-tdep.o): New dependency lists.
4372 * NEWS: Note new UltraSPARC NetBSD native configuration.
4373 * configure.host (sparc64-*-netbsd*): New host.
4374 * configure.tgt (sparc-*-netbsdelf*)
4375 (sparc-*-netbsd*): Set gdb_target to nbsd.
4376 (sparc64-*-netbsd*): New target.
4377 * sparc64nbsd-nat.c: New file.
4378 * sparcnbsd-nat.c: New file.
4379 * sparcnbsd-tdep.c: New file.
4380 * sparcnbsd-tdep.h: New file.
4381 * config/sparc/nbsd.mt: New file.
4382 * config/sparc/nbsd64.mh: New file.
4383 * config/sparc/nbsd64.mt: New file.
4384 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4385 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4386 (HOST_IPC): Remove.
4387 * config/sparc/nbsdaout.mt: Remove.
4388 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4389 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4390 (HOST_IPC): Remove.
4391 * config/sparc/nbsdelf.mt: Remove.
4392 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4393 sparc-nat.c compatiblity defines.
4394 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4395 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4396 * config/sparc/tm-nbsd64.h: New file.
4397 * config/sparc/tm-nbsdaout.h: Remove.
4398 * config/sparc/xm-nbsd.h: Remove.
4399
ef3cf062
JT
44002002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4401
4402 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4403 * sparc-tdep.c: Include osabi.h.
4404 (gdbarch_tdep): Add osabi member.
4405 (_initialize_sparc_tdep): Use gdbarch_register.
4406 (sparc_gdbarch_init): Use generic OS ABI framework.
4407 (sparc_dump_tdep): New function.
4408
ee8ff470
KB
44092002-05-30 Kevin Buettner <kevinb@redhat.com>
4410
4411 * corefile.c (do_captured_read_memory_integer): Return non-zero
4412 result.
4413 (safe_read_memory_integer): Copy result of memory read when
4414 status is non-zero. Also, add comments.
4415
7b112f9c
JT
44162002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4417
4418 * Makefile.in (ppc_tdep_h): Define.
4419 (ppc-linux-nat.o)
4420 (ppc-linux-tdep.o)
4421 (rs6000-tdep.o): Use $(ppc_tdep_h).
4422 (ppc-sysv-tdep.o)
4423 (ppcnbsd-nat.o)
4424 (ppcnbsd-tdep.o): New dependency lists.
4425 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
4426 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4427 (ppc_linux_init_abi): New functions.
7b112f9c
JT
4428 (ppc_sysv_abi_broken_use_struct_convention)
4429 (ppc_sysv_abi_use_struct_convention)
4430 (ppc_sysv_abi_push_arguments): Move to...
4431 * ppc-sysv-tdep.c: ...here.
4432 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4433 * rs6000-tdep.c (process_note_abi_tag_sections)
4434 (get_elfosabi): Remove.
4435 (rs6000_gdbarch_init): Use generic OS ABI framework.
4436 (rs6000_dump_tdep): New function.
4437 (_initialize_rs6000_tdep): Use gdbarch_register.
4438 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4439 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4440 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4441 of ppc-linux-tdep.o.
4442 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4443 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4444 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4445 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4446 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4447 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4448
480dd42a
JB
44492002-05-29 Jim Blandy <jimb@redhat.com>
4450
4451 * macroscope.c (default_macro_scope): Put `void' in empty argument
4452 list.
4453
4182591f
AC
44542002-05-29 Andrew Cagney <ac131313@redhat.com>
4455
4456 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4457 * arch-utils.c: Include "sim-regno.h".
4458 * gdbarch.sh: Don't include "sim-regno.h".
4459 * gdbarch.h, gdbarch.c: Regenerate.
4460 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4461 here.
4462 * arch-utils.h (legacy_register_sim_regno): To here.
4463 * remote-sim.c (legacy_register_sim_regno): Move function from
4464 here.
4465 * arch-utils.c (legacy_register_sim_regno): To here.
4466
8238d0bf
AC
44672002-05-28 Andrew Cagney <ac131313@redhat.com>
4468
4469 * sim-regno.h: New file.
4470 * Makefile.in (sim_regno_h): Define.
4471 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4472 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4473 (legacy_register_sim_regno): New function.
4474 (one2one_register_sim_regno): New function.
4475 (gdbsim_fetch_register): Rewrite.
4476 (gdbsim_store_register): Only store a register when
4477 REGISTER_SIM_REGNO is valid.
4478 * d10v-tdep.c: Include "sim-regno.h".
4479 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4480 (d10v_ts3_register_sim_regno): Ditto.
4481 * gdbarch.sh: Include "sim-regno.h".
4482 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4483 * gdbarch.h, gdbarch.c: Regenerate.
4484 * arch-utils.h (default_register_sim_regno): Delete declaration.
4485 * arch-utils.c (default_register_sim_regno): Delete function.
4486
485721b1
JT
44872002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4488
4489 * ppcnbsd-nat.c: Rewrite.
4490 * ppcnbsd-tdep.c: New file.
4491 * ppcnbsd-tdep.h: New file.
4492 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4493 solib.o, and solib-svr4.o.
4494 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4495 nbsd-tdep.o, and corelow.o.
4496
697f244d
AC
44972002-05-28 Andrew Cagney <ac131313@redhat.com>
4498
4499 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4500 `tr' and `sed'. Mention that `broken' targets are not expected to
4501 build.
4502
f08caad1 45032002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
4504
4505 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4506 Let PC point right after the prologue before looking up symbols.
4507
3139facc
MH
45082002-05-27 Martin M. Hunt <hunt@redhat.com>
4509
4510 * i386-tdep.c (i386_register_virtual_type): Return
4511 builtin_type_vec128i for SSE registers.
4512
4513 * gdbtypes.h (builtin_type_vec128i): Declare.
4514
4515 * gdbtypes.c (build_builtin_type_vec128i): New function.
4516 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4517 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4518 (build_gdbtypes): Initialize new builtin vector types.
4519 (_initialize_gdbtypes): Register new vector types with gdbarch.
4520
6e3ba3b8
JT
45212002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4522
4523 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4524 since it has been multi-arch'd.
4525 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4526 Move Alpha and VAX multi-arch news entries to same section
4527 as other multi-arch news.
4528
93d5585d
JT
45292002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4530
4531 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4532 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4533 static. Rename some register numbers to put them in ns32k-tdep
4534 private namespace.
4535 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4536 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4537 functions.
4538 (_initialize_ns32k_tdep): Use gdbarch_register.
4539 * ns32k-tdep.h: New file.
4540 * ns32knbsd-tdep.c: New file.
4541 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4542 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4543 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4544 REGISTER_BYTES, REGISTER_BYTE): Remove.
4545 * config/ns32k/tm-ns32k.h: New file.
4546 * config/ns32k/tm-umax.h: Remove.
4547
efb2c70e
JT
45482002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4549
4550 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4551 ns32k_store_struct_return, ns32k_extract_return_value,
4552 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4553 functions.
4554 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4555 ns32k_saved_pc_after_call.
4556 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4557 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4558 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4559 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4560 ns32k_extract_struct_value_address.
4561
7bcc927b
JT
45622002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4563
4564 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4565 ns32k_fix_call_dummy): New.
4566 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4567 ns32k_call_dummy_words.
4568 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4569 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4570 CALL_DUMMY_NARGS): Remove.
4571 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4572
78f9d765
JT
45732002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4574
4575 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4576 ns32k_frame_saved_pc, ns32k_frame_args_address,
4577 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4578 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4579 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4580 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4581 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4582 (BREAKPOINT): Remove..
4583 (FRAME_CHAIN): Define as ns32k_frame_chain.
4584 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4585 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4586 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4587 (FRAME_FIND_SAVED_REGS): Remove.
4588 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4589 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4590 (POP_FRAME): Define as ns32k_pop_frame.
4591
f2c762e0
JT
45922002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4593
4594 * ns32k-tdep.c (ns32k_register_byte_32082,
4595 ns32k_register_byte_32382, ns32k_register_raw_size,
4596 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4597 functions.
4598 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4599 ns32k_register_byte_32382.
4600 * config/ns32k/tm-umax.h: Update copyright years.
4601 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4602 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4603 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4604 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4605 (ns32k_get_enter_addr): Fix prototype.
4606
af137673
JT
46072002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4608
4609 * ns32k-tdep.c: Update copyright years.
4610 (ns32k_register_name_32082): New function.
4611 (ns32k_register_name_32382): Ditto.
4612 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4613 (REGISTER_NAME): Define as ns32k_register_name_32382.
4614 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4615 (REGISTER_NAME): Define as ns32k_register_name_32082.
4616
a8bc7b56
JB
46172002-05-24 Jim Blandy <jimb@redhat.com>
4618
4619 * dwarf2read.c (free_line_header): Use xfree, not free.
4620
83a45910
JT
46212002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4622
4623 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4624 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4625
0db71247
AC
46262002-05-23 Andrew Cagney <ac131313@redhat.com>
4627
4628 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4629
b9e5e4dd
AC
46302002-05-23 Andrew Cagney <ac131313@redhat.com>
4631
4632 From Ross Alexander at NEC Europe:
4633 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4634
de530e84
MS
46352002-05-23 Michael Snyder <msnyder@redhat.com>
4636
4637 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4638 for input, rather than parse_and_eval_address.
4639
b91b96f4
AC
46402002-05-23 Andrew Cagney <ac131313@redhat.com>
4641
4642 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4643 * Makefile.in (sim_d10v_h): Update definition.
4644
8b279e7a
AC
46452002-05-24 Andrew Cagney <cagney@redhat.com>
4646
4647 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4648 change `2002-05-22 Michael Snyder' below.
4649 (d10v_push_arguments): Ditto.
4650 (d10v_extract_return_value): Ditto.
4651
0a3d0425
JB
46522002-05-23 Jim Blandy <jimb@redhat.com>
4653
4654 * macrotab.c (check_for_redefinition): Don't complain if the new
4655 definition is the same as the previous one. Take more arguments
4656 to allow the comparison.
4657 (macro_define_object, macro_define_function): Pass more arguments
4658 to check_for_redefinition.
4659
78eac43e
MS
46602002-05-22 Michael Snyder <msnyder@redhat.com>
4661
4662 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4663 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4664 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4665 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4666 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4667 Add a temp variable to save a call (and a memory read).
4668 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4669 if possible (so that PC_IN_CALL_DUMMY will work).
4670
9bc1edb8
CV
46712002-05-22 Corinna Vinschen <vinschen@redhat.com>
4672
4673 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4674
005ef3d2
ML
46752002-05-22 Michal Ludvig <mludvig@suse.cz>
4676
4677 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4678 fde->cie_ptr.
4679 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4680 (dwarf2_build_frame_info): Add offset to fde->initial_location
4681 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
4682 (execute_stack_op): Change type of 'result' from ULONGEST to
4683 CORE_ADDR.
005ef3d2 4684
fcf4f891
JT
46852002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4686
4687 * config/alpha/tm-nbsd.h: Include solib.h.
4688
cfef91e4
JT
46892002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4690
4691 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4692 assumptions about the host's byte order.
4693
9964235a
JT
46942002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4695
4696 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4697 to dependency list.
4698 * alphanbsd-tdep.c: Include solib-svr4.h.
4699 * shnbsd-tdep.c: Ditto.
4700
9eeef8ef
JT
47012002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4702
4703 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4704 nbsd-tdep.h to dependency list.
4705 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4706 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4707 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4708 nbsdaout.mh and nbsdelf.mh consistently.
4709 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4710 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4711 nbsdaout.mt and nbsdelf.mh consistently.
4712 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4713 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4714 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4715 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4716 a.out shared library stuff from here...
4717 * config/nm-nbsdaout.h: ...to here.
4718 * config/tm-nbsd.h: Remove.
4719 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4720 * config/arm/nbsd.mh: Remove.
4721 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4722 nbsd-tdep.o.
4723 * config/arm/nbsdaout.mh: New file.
4724 * config/arm/nbsdelf.mh: New file.
4725 * config/arm/nm-nbsdaout.h: New file.
4726 * config/i386/nbsd.mh: Remove.
4727 * config/i386/nbsd.mt: Remove.
4728 * config/i386/nbsdaout.mh: New file.
4729 * config/i386/nbsdaout.mt: New file.
4730 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4731 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4732 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4733 i386_register_u_addr): Remove.
4734 * config/i386/nm-nbsdaout.h: New file.
4735 * config/i386/nm-nbsdelf.h: Remove.
4736 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4737 (USE_STRUCT_CONVENTION): Remove.
4738 * config/i386/tm-nbsdaout.h: New file.
4739 * config/i386/tm-nbsdelf.h: Remove.
4740 * config/m68k/nbsd.mh: Remove.
4741 * config/m68k/nbsd.mt: Remove.
4742 * config/m68k/nbsdaout.mh: New file.
4743 * config/m68k/nbsdaout.mt: New file.
4744 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4745 * config/m68k/nm-nbsdaout.h: New file.
4746 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4747 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4748 * config/ns32k/nbsd.mh: Remove.
4749 * config/ns32k/nbsd.mt: Remove.
4750 * config/ns32k/nbsdaout.mh: New file.
4751 * config/ns32k/nbsdaout.mt: New file.
4752 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4753 * config/ns32k/nm-nbsdaout.h: New file.
4754 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4755 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4756 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4757 (SVR4_SHARED_LIBS): Remove.
4758 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4759 * config/sparc/nbsd.mh: Remove.
4760 * config/sparc/nbsd.mt: Remove.
4761 * config/sparc/nbsdaout.mh: New file.
4762 * config/sparc/nbsdaout.mt: New file.
4763 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4764 * config/sparc/nbsdelf.mt: New file.
4765 * config/sparc/nm-nbsdaout.h: New file.
4766 * config/sparc/nm-nbsdelf.h: Remove.
4767 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4768 * config/sparc/tm-nbsdaout.h: New file.
4769
257ce470
JT
47702002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4771
4772 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4773 mipsnbsd-tdep.c
4774 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4775
76a6d5fe
JT
47762002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4777
4778 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4779 shnbsd-nat.c.
4780 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4781
45888261
JT
47822002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4783
4784 * NEWS: Note new MIPS NetBSD native configuration.
4785 * configure.host (mips*-*-netbsd*): New host.
4786 * configure.tgt (mips*-*-netbsd*): New target.
4787 * mipsnbsd-nat.c: New file.
4788 * mipsnbsd-tdep.c: New file.
4789 * mipsnbsd-tdep.h: New file.
4790 * config/mips/nbsd.mh: New file.
4791 * config/mips/nbsd.mt: New file.
4792 * config/mips/nm-nbsd.h: New file.
4793 * config/mips/tm-nbsd.h: New file.
4794
70f80edf
JT
47952002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4796
4797 * Makefile.in (SFILES): Add osabi.c.
4798 (COMMON_OBS): Add osabi.o.
4799 (osabi.o): New dependency list.
4800 * osabi.c: New file.
4801 * osabi.h: New file.
4802 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4803
4804 * Makefile.in (alpha_tdep_h): Define and use instead of
4805 alpha-tdep.h.
4806 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4807 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4808 Remove.
4809 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4810 * alpha-tdep.h: Include osabi.h.
4811 (alpha_abi): Remove.
4812 (gdbarch_tdep): Use generic OS ABI framework.
4813 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4814 gdbarch_register_osabi.
4815 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4816 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4817 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4818
4819 * Makefile.in (sh_tdep_h): Add osabi.h.
4820 * sh-tdep.h (sh_osabi): Remove.
4821 (gdbarch_tdep): Use generic OS ABI framework.
4822 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4823 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4824 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4825 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4826
4827 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4828 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4829 gdbarch_register_osabi.
4830 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4831 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4832 (get_elfosabi): Rename to...
4833 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4834 ABI framework support routines.
4835 (arm_gdbarch_init): Use generic OS ABI framework.
4836 (arm_dump_tdep): Likewise.
4837 (_initialize_arm_tdep): Likewise.
4838 * arm-tdep.h: Include osabi.h.
4839 (arm_abi): Remove.
4840 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4841 osabi member.
4842 (arm_gdbarch_register_os_abi): Remove prototype.
4843 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4844 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4845
4846 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4847 * mips-tdep.c: Include osabi.h.
4848 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4849 OS ABI framework.
4850
d194345b
KH
48512002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4852
4853 * h8300-tdep.c: Fix formatting.
4854
70c6b0d1
EZ
48552002-05-20 Elena Zannoni <ezannoni@redhat.com>
4856
4857 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4858 printing vector registers.
4859
165b8e33
AC
48602002-05-19 Andrew Cagney <ac131313@redhat.com>
4861
4862 From Fernando Nasser:
4863 * remote.c (remote_async_open_1): Re-throw the exception when the
4864 connection fails.
4865 (remote_cisco_open): Ditto.
4866 (remote_open_1): Ditto.
4867
36918e70
AC
48682002-05-19 Andrew Cagney <ac131313@redhat.com>
4869
4870 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4871 (remote_start_remote): Add uiout parameter. Pass through to
4872 remote_start_remote_dummy.
4873 (remote_open_1): Use catch_exception instead of catch_errors.
4874 (remote_async_open_1): Ditto.
4875 (remote_cisco_open): Ditto.
4876
ae44c0c4
AC
48772002-05-19 Andrew Cagney <ac131313@redhat.com>
4878
4879 * remote.c (remote_start_remote): Replace PTR with void pointer.
4880 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4881 static.
4882
8efe637d
AC
48832002-05-18 Andrew Cagney <ac131313@redhat.com>
4884
4885 * gdb_indent.sh: Allow the script to be run in the sim directory.
4886
2f1b5984
MK
48872002-05-18 Mark Kettenis <kettenis@gnu.org>
4888
f0f625e2
MK
4889 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4890 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4891
2f1b5984
MK
4892 * corelow.c (core_open): Only call set_gdbarch_from_file if
4893 exec_bfd is NULL.
4894
fc974602
AV
48952002-05-17 Andrey Volkov <avolkov@transas.com>
4896
4897 * h8300-tdep.c: Add support of EXR register
4898 * config/h8300/tm-h8300.h: Ditto.
4899
906709f4
AV
49002002-05-17 Andrey Volkov <avolkov@transas.com>
4901
4902 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4903
6e591d68
AV
49042002-05-17 Andrey Volkov <avolkov@transas.com>
4905
4906 * h8300-tdep.c: Change literal regnums to REGNO.
4907
84f0252a
JB
49082002-05-17 Jim Blandy <jimb@redhat.com>
4909
e0e9281e
JB
4910 * NEWS: Note addition of macro support.
4911
84f0252a
JB
4912 Expand preprocessor macros in C expressions.
4913 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4914 (scan_macro_expansion, scanning_macro_expansion,
4915 finished_macro_expansion): New function declarations.
4916 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4917 variable declarations.
4918 * parser-defs.h (expression_context_pc): New declaration.
4919 * parse.c (expression_context_pc): New variable.
4920 (parse_exp_1): Set expression_context_pc, as well as
4921 expression_context_block.
4922 * c-exp.y (yylex): If we're not already reading the result of a
4923 macro expansion, try to macro-expand the next token. When we're
4924 done scanning a macro expansion, switch back to the mainline text.
4925 Commas and `if's in a macro's expansion don't terminate the input.
4926 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4927 (macro_original_text, macro_expanded_text,
4928 expression_macro_lookup_func, expression_macro_lookup_baton): New
4929 variables.
4930 (scan_macro_expansion, scanning_macro_expansion,
4931 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4932 c_preprocess_and_parse): New functions.
4933 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4934 c_preprocess_and_parse, instead of c_parse.
4935 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4936 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4937
1c509ca8
JR
4938Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4939
4940 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4941 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4942 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4943
2250ee0c
CV
49442002-05-17 Corinna Vinschen <vinschen@redhat.com>
4945
4946 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4947
ab3b8126
JT
49482002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4949
4950 * Makefile.in (sh_tdep_h): Define and use.
4951 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4952 register enum): Move to...
4953 * * sh-tdep.h: ...here.
4954 * sh-tdep.c: Include sh-tdep.h.
4955 * sh3-rom.c: Likewise.
4956 * shnbsd-tdep.c: Likewise.
4957
ed9d4749
MS
49582002-05-16 Michael Snyder <msnyder@redhat.com>
4959
4960 * arm-tdep.c: Spelling fix in comment.
4961
2e276125
JB
49622002-05-16 Jim Blandy <jimb@redhat.com>
4963
6821892e
JB
4964 Add commands for manually expanding macros and showing their
4965 definitions.
4966 * macrocmd.c, macroscope.c, macroscope.h: New files.
4967 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4968 (macroscope_h): New variable.
4969 (HFILES_NO_SRCDIR): Add macroscope.h.
4970 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4971 (macroscope.o, macrocmd.o): New rules.
4972
2e276125
JB
4973 Teach the Dwarf 2 reader to read macro information.
4974 * dwarf2read.c: #include "macrotab.h".
4975 (dwarf_macinfo_buffer): New variable.
4976 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4977 dwarf_macinfo_size.
4978 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4979 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4980 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4981 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4982 dwarf2_macro_spaces_in_definition): New complaints.
4983 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4984 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4985 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4986 the partial symbol table.
4987 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4988 from what's recorded in the partial symbol table.
4989 (read_file_scope): If the compilation unit has a
4990 `DW_AT_macro_info' attribute, read its macro information.
4991 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4992
2f53fe6c
DJ
49932002-05-16 Daniel Jacobowitz <drow@mvista.com>
4994
4995 Fix PR gdb/546
4996 * ser-tcp.c: Don't include <netinet/udp.h>.
4997
2be99286
SC
49982002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4999
5000 * MAINTAINERS: Update my email address.
5001
c9af212b 50022002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
5003
5004 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
5005 include file of the same name.
5006
bf5f1a52
CV
50072002-05-16 Corinna Vinschen <vinschen@redhat.com>
5008
5009 * configure.tgt: Mark v850 as multi-arched.
5010 * config/v850/tm-v850.h: Remove file.
5011 * config/v850/v850.mt: Eliminate TM_FILE.
5012
435e042a
CV
50132002-05-16 Corinna Vinschen <vinschen@redhat.com>
5014
5015 * v850-tdep.c: Full multi-arch.
5016 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
5017 Define GDB_MULTI_ARCH to 2.
5018
9819c6c8
PM
50192002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
5020
5021 * p-exp.y (current_type): New static variable.
5022 Carries the type of the expression at the position that is parsed.
5023 (push_current_type, pop_current_type): Two new functions. Used
5024 to store/restore current_type in expression on specific tokens.
c9af212b
RE
5025 (search_field): New static variable. Set to one after parsing a point
5026 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
5027 (FIELDNAME): New token. After a point only a token belonging to
5028 current_type type definition is allowed.
5029 (all over token rules): reset and change current_type according
5030 to rules.
5031 (exp '[' rule): insert implicit array index field if
5032 exp is a pascal string type.
5033
3a06899a
CV
50342002-05-16 Corinna Vinschen <vinschen@redhat.com>
5035
5036 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5037 frame info. Use frame_info's saved_regs instead of matching member
5038 in extra_frame_info throughout.
5039 (v850_frame_init_saved_regs): New function.
5040 (v850_init_extra_frame_info): Move most functionality into
5041 v850_frame_init_saved_regs().
5042 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5043 (v850_frame_find_saved_regs): Remove declaration.
5044 (FRAME_FIND_SAVED_REGS): Remove definition.
5045 (v850_frame_init_saved_regs): Add declaration.
5046 (FRAME_INIT_SAVED_REGS): Add definition.
5047
6ed14b0e
CV
50482002-05-16 Corinna Vinschen <vinschen@redhat.com>
5049
5050 * v850-tdep.c: Begin multi-arch'ing v850.
5051 (v850_target_architecture_hook): Remove function.
5052 (v850_gdbarch_init): New function. Add code previously in
5053 v850_target_architecture_hook().
5054 (_initialize_v850_tdep): Don't set target_architecture_hook.
5055 Call register_gdbarch_init() instead.
5056
42725910
DJ
50572002-05-16 Daniel Jacobowitz <drow@mvista.com>
5058
5059 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5060 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5061 (fixup_class_method_type): Likewise.
5062
99d9066e
JB
50632002-05-15 Jim Blandy <jimb@redhat.com>
5064
5065 Add macro structures to GDB's symbol tables. Nobody puts anything
5066 in them yet.
5067 * symtab.h (struct symtab): New member: `macro_table'.
5068 * buildsym.h (pending_macros): New global variable.
5069 * buildsym.c: #include "macrotab.h".
5070 (buildsym_init): Initialize `pending_macros'.
5071 (end_symtab): If we found macro information while reading a CU's
5072 debugging info, do build a symtab structure for it. Make the
5073 symtab point to the macro information, and clear the
5074 `pending_macros' pointer which held it while we were reading the
5075 debug info.
5076 (really_free_pendings): Free any pending macro table.
5077 * objfiles.h (struct objfile): New member: `macro_cache'.
5078 * objfiles.c (allocate_objfile): Set allocate and free functions
5079 for the macro cache's objstack.
5080 (free_objfile): Empty the macro cache's obstack.
5081 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5082 set new allocate and free functions for it.
5083 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5084 free functions for the macro cache's objstack. (Why is this
5085 function building its own objfile?)
5086 * symmisc.c (print_objfile_statistics): Print statistics on the
5087 macro bcache.
5088 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5089
c899585b
RE
50902002-05-15 Richard Earnshaw <rearnsha@arm.com>
5091
5092 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5093 (REGISTER_U_ADDR): Delete definition.
5094 (arm_register_u_addr): Delete declaration.
5095
a6cdd8c5
RE
50962002-05-15 Richard Earnshaw <rearnsha@arm.com>
5097
5098 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5099 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5100
c97dcfc7
AC
51012002-05-14 Andrew Cagney <ac131313@redhat.com>
5102
5103 * regcache.c (register_valid): Revise comments refering to "Not
5104 available" and "unavailable".
5105 * frame.c (frame_register_read): Ditto.
5106 * findvar.c (value_of_register): Ditto.
5107
93021b7d
AC
51082002-05-15 Andrew Cagney <cagney@redhat.com>
5109
5110 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5111 (remote-sim.o): Update dependencies.
5112 (d10v-tdep.o): Specify dependencies.
5113 (sim_d10v_h): Define.
5114
a86bc61c
JB
51152002-05-14 Jim Blandy <jimb@redhat.com>
5116
5117 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5118 * macrotab.c (macro_lookup_inclusion, find_definition,
5119 new_macro_table): Same.
5120
5121 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5122 not `! strcmp ()'. This is a dubious improvement.
5123 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5124
5125 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5126 although it's not necessary, to avoid a warning.
5127
2fdde8f8
DJ
51282002-05-14 Daniel Jacobowitz <drow@mvista.com>
5129
5130 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5131 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5132 TYPE_INSTANCE_FLAGS.
5133 (struct main_type): New.
5134 (struct type): Move most members to struct main_type. Change
5135 cv_type and as_type to new type_chain member. Add instance_flags.
5136 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5137 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5138 (finish_cv_type): Remove prototype.
5139 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5140 Set TYPE_CHAIN.
5141 (alloc_type_instance): New function.
5142 (smash_type): New function.
5143 (make_pointer_type, make_reference_type, make_function_type)
5144 (smash_to_member_type, smash_to_method_type): Call smash_type.
5145 (make_qualified_type): New function.
5146 (make_type_with_address_space): Call make_qualified_type.
5147 (make_cv_type): Likewise.
5148 (finish_cv_type): Remove unnecessary function.
5149 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5150 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5151 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5152 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5153 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5154 * hpread.c (hpread_read_struct_type): Likewise.
5155 * stabsread.c (read_struct_type): Likewise.
5156
843fedf4
EZ
51572002-05-14 Elena Zannoni <ezannoni@redhat.com>
5158
5159 * configure.tgt: Add a catch all sh* target, for cases like
5160 sh[2,3,4]-elf and sh-hms.
5161
05a6c72c
KS
51622002-05-14 Keith Seitz <keiths@redhat.com>
5163
5164 * event-loop.c (create_file_handler): Don't do anything but
5165 update data when we are given a fd which we are already
5166 monitoring.
5167
5d085aaf
ML
51682002-05-14 Michal Ludvig <mludvig@suse.cz>
5169
5170 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5171 (update_context): Use __func__ in warnings.
5172
9db8d71f
DJ
51732002-05-14 Daniel Jacobowitz <drow@mvista.com>
5174
5175 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5176 and tcp_close to net_open and net_close.
5177 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5178 using UDP if requested. Don't try to disable Nagle on UDP
5179 sockets.
5180 * remote.c (remote_serial_open): New function. Warn about UDP.
5181 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5182
5dbc6baa
EZ
51832002-05-13 Elena Zannoni <ezannoni@redhat.com>
5184
5185 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5186
cc3023f7
EZ
51872002-05-13 Elena Zannoni <ezannoni@redhat.com>
5188
5189 * configure.tgt: Remove sh-hms target.
5190 * MAINTAINERS: Don't list sh-hms as a separate target.
5191
ec2bcbe7
JB
51922002-05-13 Jim Blandy <jimb@redhat.com>
5193
5194 Add first preprocessor macro-expansion files.
5195 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5196 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5197 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5198 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5199 (COMMON_OBS): Add macrotab.o, macroexp.o.
5200 (macroexp.o, macrotab.o): New rules.
5201
6d531722
AC
52022002-05-13 Andrew Cagney <ac131313@redhat.com>
5203
5204 * config/m88k/tm-m88k.h: Update copyright.
5205 (m88k_target_write_pc): Declare
5206 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5207 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5208 (SHIFT_INST_REGS): Update definition.
5209 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
5210 using old definition of TARGET_WRITE_PC.
5211 * regcache.c (generic_target_write_pc): Delete code handling
5212 NNPC_REGNUM.
5213 * gdbarch.sh (NNPC_REGNUM): Delete.
5214 * gdbarch.h, gdbarch.c: Regenerate.
5215
3e3f2739
RE
52162002-05-13 Richard Earnshaw <rearnsha@arm.com>
5217
5218 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5219 builtin reg number.
5220
0004e5a2
DJ
52212002-05-13 Daniel Jacobowitz <drow@mvista.com>
5222
5223 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5224 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5225 (gen_address_of, gen_struct_ref, gen_repeat): Use type
5226 access macros.
5227 * c-typeprint.c (cp_type_print_method_args): Likewise.
5228 (c_type_print_args): Likewise.
5229 * d10v-tdep.c (d10v_push_arguments): Likewise.
5230 (d10v_extract_return_value): Likewise.
5231 * expprint.c (print_subexp): Likewise.
5232 * gdbtypes.c (lookup_primitive_typename): Likewise.
5233 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5234 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5235 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5236 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5237 (TYPE_VECTOR): Likewise.
5238 * hpread.c (hpread_read_struct_type)
5239 (fix_static_member_physnames, fixup_class_method_type)
5240 (hpread_type_lookup): Likewise.
5241 * mdebugread.c (parse_symbol, parse_type): Likewise.
5242 * p-lang.c (is_pascal_string_type): Likewise.
5243 * valops.c (hand_function_call): Likewise.
5244 * x86-64-tdep.c (classify_argument): Likewise.
5245
5246 * hpread.c (hpread_read_function_type)
5247 (hpread_read_doc_function_type): Call replace_type.
5248 * dstread.c (create_new_type): Delete.
5249 (decode_dst_structure, process_dst_function): Call alloc_type.
5250 Use type access macros.
5251
dff95cc7
MK
52522002-05-12 Mark Kettenis <kettenis@gnu.org>
5253
5254 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5255 the're not supported by the current architecture.
5256 (i387_fill_fxsave): Likewise.
5257
bbcd32ad
FF
52582002-05-12 Fred Fish <fnf@redhat.com>
5259
5260 * symfile.c (default_symfile_offsets): Arrange for uninitialized
5261 sect_index_xxx members to index the first slot in section_offsets
5262 if all of the section_offsets are zero.
5263
89cf4787
MK
52642002-05-12 Mark Kettenis <kettenis@gnu.org>
5265
5266 * configure.tgt (sparc-*openbsd): Remove entry accidentially
5267 checked in with last change.
5268
1f77ffc5
MK
52692002-05-12 Mark Kettenis <kettenis@gnu.org>
5270
5271 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5272 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5273 config.sub.
5274
89b8b4a9
DJ
52752002-05-12 Daniel Jacobowitz <drow@mvista.com>
5276
5277 * Makefile.in: Update dependencies.
5278
14a5e767
AC
52792002-05-11 Andrew Cagney <ac131313@redhat.com>
5280
5281 * language.c (local_hex_string_custom): Simplify. Do not depend
5282 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5283
5284 * memattr.c (mem_info_command): Replace calls to
5285 longest_local_hex_string and longest_local_hex_string_custom.
5286 * buildsym.c (make_blockvector): Ditto.
5287 * solib.c (info_sharedlibrary_command): Ditto.
5288 * tracepoint.c (tracepoints_info): Ditto.
5289 * symtab.c (print_msymbol_info): Ditto.
5290
5291 * language.c (local_hex_string): Delete.
5292 (local_hex_string_custom): Delete.
5293 (longest_local_hex_string): Rename to local_hex_string.
5294 (longest_local_hex_string_custom): Rename to
5295 local_hex_string_custom.
5296 * language.h (local_hex_string): Change parameter type to LONGEST.
5297 (local_hex_string_custom): Ditto.
5298 (longest_local_hex_string): Delete declaration.
5299 (longest_local_hex_string_custom): Ditto.
5300
5301 * solib.c: Update copyright.
5302 * memattr.c: Update copyright.
5303
13d01224
AC
53042002-05-11 Andrew Cagney <ac131313@redhat.com>
5305
5306 * arch-utils.h (legacy_register_to_value): Declare.
5307 (legacy_value_to_register): Declare.
5308 (legacy_convert_register_p): Declare.
5309 * arch-utils.c (legacy_register_to_value): New function.
5310 (legacy_value_to_register): New function.
5311 (legacy_convert_register_p): New function.
5312
5313 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5314 (VALUE_TO_REGISTER): Define.
5315 (CONVERT_REGISTER_P): Define.
5316 * gdbarch.h, gdbarch.c: Regenerate.
5317
5318 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5319 VALUE_TO_REGISTER.
5320 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5321 CONVERT_REGISTER_P.
5322
4a1970e4
DJ
53232005-05-11 Daniel Jacobowitz <drow@mvista.com>
5324 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5325
5326 * Makefile.in: Update dependencies for valops.c.
5327 * valops.c: Include "gdb_assert.h".
5328 (typecmp): Skip THIS parameter to methods.
5329 (find_method_list): Remove static_memfuncp argument,
5330 update callers. Check for stub methods.
5331 (find_value_oload_method_list): Don't set *static_memfuncp.
5332 (find_overload_match): Don't check for stub methods. Assert
5333 that methods are not stubbed. Handle static methods.
5334 (value_find_oload_method_list): Remove static_memfuncp argument.
5335 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5336 to the argument list for static stub methods.
5337 * value.h (value_find_oload_method_list): Update prototype.
5338
b2e75d78
AC
53392002-05-11 Andrew Cagney <ac131313@redhat.com>
5340
5341 * arch-utils.h (generic_register_size): Declare.
5342 (generic_register_raw_size, generic_register_virtual_size): Delete
5343 declarations.
5344 * arch-utils.c (generic_register_raw_size): Delete.
5345 (generic_register_size): New function.
5346 (generic_register_virtual_size): Delete.
5347
5348 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5349 default generic_register_size.
5350 * gdbarch.h, gdbarch.c: Re-generate.
5351
5352 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5353 register_virtual_size.
5354 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5355 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5356
451fbdda
AC
53572002-05-11 Andrew Cagney <ac131313@redhat.com>
5358
5359 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5360 * gdbarch.h, gdbarch.c: Regenerate.
5361 * gnu-v3-abi.c: Update copyright.
5362 (vtable_address_point_offset): Update.
5363 (gnuv3_rtti_type): Update.
5364 (gnuv3_baseclass_offset): Update.
5365 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5366 (init_fetch_link_map_offsets): Update.
5367 * remote.c (get_remote_state): Update.
5368
6d2f5cea
DJ
53692002-05-11 Daniel Jacobowitz <drow@mvista.com>
5370
5371 * TODO: Remove value_headof/value_from_vtable_info comment.
5372 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5373 * values.c (value_headof, value_from_vtable_info): Delete.
5374 * value.h (value_from_vtable_info): Delete prototype.
5375
d2324da4
AC
53762002-05-11 Andrew Cagney <ac131313@redhat.com>
5377
5378 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5379 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5380 $(gdb_regex_h).
5381 (gdb_assert_h): Define.
5382 (gdb_wait_h): Define.
5383 (gdb_regex_h): Define.
5384
5c717440
DJ
53852002-05-11 Daniel Jacobowitz <drow@mvista.com>
5386
5387 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5388 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5389
6c7861b3
JT
53902002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5391
5392 * nbsd-tdep.c: Fix comment.
5393
ea5bc2a6
JT
53942002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5395
5396 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5397 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5398 (nbsd-tdep.o): New dependency list.
5399 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5400 nbsd-tdep.h.
5401 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5402 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5403 * nbsd-tdep.c: New file.
5404 * nbsd-tdep.h: New file.
5405 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5406 nbsd-tdep.h.
5407 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5408 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5409 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5410 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5411
b28da865
JT
54122002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5413
5414 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5415 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5416 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5417 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5418 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5419 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5420
4b8ff1fa
JT
54212002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5422
5423 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5424 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5425 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5426 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5427 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5428 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5429 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5430
dfe6eb1f
JT
54312002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5432
5433 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5434 fetch_elfcore_registers to...
5435 * i386nbsd-tdep.c: ...here.
5436 (i386nbsd_use_struct_convention): Rename to...
5437 (i386nbsd_aout_use_struct_convention): ...this.
5438 (i386nbsd_supply_reg): New function.
5439 (i386nbsd_fill_reg): New function.
5440 (fetch_core_registers): Use i386nbsd_supply_reg.
5441 (fetch_elfcore_registers): Likewise.
5442 (_initialize_i386nbsd_tdep): New function.
5443 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5444 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5445 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5446 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5447 (i386nbsd_aout_use_struct_convention): ...this.
5448
20cb8cda
JT
54492002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5450
5451 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5452 (store_inferior_registers): Use shnbsd_fill_reg.
5453 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5454 sh_nbsd_supply_register): Collapse into...
5455 (shnbsd_supply_reg): ...this.
5456 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5457 (shnbsd_fill_reg): ...this.
5458 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5459 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5460 (fetch_core_registers): Use shnbsd_supply_reg.
5461 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5462 (sh_nbsd_core_fns): Rename to...
5463 (shnbsd_core_fns): ...this.
5464 (sh_nbsd_elfcore_fns): Rename to...
5465 (shnbsd_elfcore_fns): ...this.
5466 (sh_nbsd_init_abi): Rename to...
5467 (shnbsd_init_abi): ...this.
5468 (_initialize_sh_nbsd_tdep): Rename to...
5469 (_initialize_shnbsd_tdep): ...this.
5470 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5471 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5472 sh_nbsd_fill_register): Remove prototypes.
5473 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5474
e750d25e
JT
54752002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5476
5477 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5478 (i387-nat.o): Delete dependency list.
5479 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5480 (x86-64-linux-nat.o): Likewise.
5481 * i387-nat.c: Delete file, moving contents to...
5482 * i387-tdep.c: ...here.
5483 * i387-nat.h: Rename...
5484 * i387-tdep.h: ...to this.
5485 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5486 * i386-linux-nat.c: Likewise.
5487 * i386bsd-nat.c: Likewise.
5488 * i386gnu-nat.c: Likewise.
5489 * i386nbsd-nat.c: Likewise.
5490 * i386v4-nat.c: Likewise.
5491 * x86-64-linux-nat.c: Likewise.
5492 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5493 * config/i386/go32.mh (NATDEPFILES): Likewise.
5494 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5495 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5496 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5497 * config/i386/linux.mh (NATDEPFILES): Likewise.
5498 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5499 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5500 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5501 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5502
1aee598a
JT
55032002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5504
5505 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5506 (alphanbsd-nat.o): Remove dependency list.
5507 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5508 * alphanbsd-nat.c: Delete. Contents moved to...
5509 * alphanbsd-tdep.c: ...here.
5510 (_initialize_alphanbsd_tdep): Register core functions.
5511 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5512
12bcb0fe
JT
55132002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5514
5515 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5516 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5517 (alphanbsd-nat.o): Likewise.
5518 (alphabsd-tdep.o): New dependency list.
5519 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5520 (fill_gregset): Use alphabsd_fill_reg.
5521 (supply_fpregset): Use alphabsd_supply_fpreg.
5522 (fill_fpregset): Use alphabsd_fill_fpreg.
5523 (fetch_inferior_registers): Use struct reg and struct fpreg
5524 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5525 and alphabsd_supply_fpreg.
5526 (store_inferior_registers): Use struct reg and struct fpreg
5527 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5528 and alphabsd_fill_fpreg.
5529 * alphabsd-tdep.c: New file.
5530 * alphabsd-tdep.h: New file.
5531 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5532 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5533 alphabsd_supply_fpreg.
5534 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5535 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5536
361d1df0
EC
55372002-05-11 Eric Christopher <echristo@redhat.com>
5538
5539 * mips-tdep.c (mips_double_register_type): Fix thinko.
5540 (mips_single_register_type): Ditto.
5541 * MAINTAINERS: Add self.
5542
92dd7cee
MK
55432002-05-11 Mark Kettenis <kettenis@gnu.org>
5544
5545 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5546 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5547 right thing on architectures with different endianness and/or
5548 integer sizes.
5549
e27da16d
JT
55502002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5551
5552 From Christian Limpach <chris@Pin.LU>
5553 * configure.in: Change sed expression which comments out
5554 NATDEPFILES to also comment out continuation lines.
5555 * configure: Regenerate.
5556
ddde02bd
EZ
55572002-05-10 Elena Zannoni <ezannoni@redhat.com>
5558
5559 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5560 big patch.
5561
1c922164
EZ
55622002-05-10 Elena Zannoni <ezannoni@redhat.com>
5563
5564 * sh-tdep.c: Include correct file.
5565
283150cd
EZ
55662002-05-10 Elena Zannoni <ezannoni@redhat.com>
5567
5568 New support for sh64-elf (sh5) target.
5569
5570 * configure.tgt: For sh64-elf target, default to sh-elf.
5571
5572 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5573 (struct gdbarch_tdep): Add new fields for new registers and ABI
5574 info.
361d1df0 5575
283150cd
EZ
5576 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5577 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5578 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5579 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5580 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5581 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5582 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5583 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5584 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5585 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5586 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5587 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5588 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5589 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5590 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5591 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5592 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5593 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5594 sign_extend, sh64_nofp_frame_init_saved_regs,
5595 sh64_init_extra_frame_info, sh64_get_saved_register,
5596 sh64_extract_struct_value_address, sh64_pop_frame,
5597 sh64_push_arguments, sh64_extract_return_value,
5598 sh64_store_return_value, sh64_show_media_regs,
5599 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5600 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5601 sh_sh64_register_virtual_type,
5602 sh_sh64_register_convert_to_virtual,
5603 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5604 sh64_register_read, sh64_pseudo_register_write,
5605 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5606 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5607 sh64_do_pseudo_register, sh_compact_do_registers_info,
5608 sh64_do_registers_info, sh_gdbarch_init): New functions.
5609
3117ed25
EZ
56102002-05-10 Elena Zannoni <ezannoni@redhat.com>
5611
5612 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5613
2654e6d4
DJ
56142002-05-10 Daniel Jacobowitz <drow@mvista.com>
5615
5616 * linespec.c (decode_line_1): Check for a double quote after
5617 a filename correctly.
5618
9ab3e532
JB
56192002-05-10 Jim Blandy <jimb@redhat.com>
5620
5621 Properly track the size of the current objfile's .debug_line section.
5622 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5623 (DWARF_LINE_SIZE): New macro.
5624 (dwarf2_build_psymtabs_hard): Record the line section's size in
5625 the partial symbol table.
5626 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5627 symbol table.
5628
126fa72d
PS
56292002-05-10 Petr Sorfa <petrs@caldera.com>
5630
5631 * ia64-tdep.c: Handle breakpoints on L instruction type
5632 in MLX instruction bundle by moving the breakpoint to
5633 the third slot (X instruction type) as L holds only data.
5634
1f077a3e
KB
56352002-05-10 Kevin Buettner <kevinb@redhat.com>
5636
5637 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5638 (process_one_symbol): Complain about discarding local symbols
5639 due to a misplaced N_LBRAC entry.
5640
8120c9d5 56412002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
5642
5643 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
5644 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5645 decrease the depth we are at, in the case of templates.
361d1df0 5646
67b2c998
DJ
56472002-05-09 Daniel Jacobowitz <drow@mvista.com>
5648
5649 * mips-tdep.c (mips_float_register_type): New function.
5650 (mips_double_register_type): New function.
5651 (mips_print_register): Use them.
5652 (do_fp_register_row): Likewise.
5653
fd326606
DJ
56542002-05-09 Daniel Jacobowitz <drow@mvista.com>
5655
6609d9af 5656 * signals/signals.c (signals): Remove conditional compilation around
fd326606 5657 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 5658 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 5659
bef35864
MS
56602002-05-09 Michael Snyder <msnyder@redhat.com>
5661
5662 * remote-rdp.c (remote_rdp_can_run): Remove.
5663
c55a3f73
TT
56642002-05-09 Tom Tromey <tromey@redhat.com>
5665
5666 * jv-valprint.c (java_val_print): Handle `char' as a special case
5667 of TYPE_CODE_INT.
5668
b8d5e71d
MS
56692002-05-09 Michael Snyder <msnyder@redhat.com>
5670
5671 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5672 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 5673 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 5674 str r(0123),[sp,#nn].
361d1df0 5675 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
5676 order-independent by placing it in a loop.
5677
e2cd42dd
MS
56782002-05-06 Michael Snyder <msnyder@redhat.com>
5679
5680 * stabsread.c (read_type): Add recognition for new attribute:
5681 "@V;" means that an array type is actually a vector.
5682 This is analogous to the vector flag that's been added to dwarf2.
5683
3ce1502b
MK
56842002-05-09 Mark Kettenis <kettenis@gnu.org>
5685
5686 * i386-tdep.h (i386_abi): New enum.
5687 (struct gdbarch_tdep): Replace os_ident member with abi.
5688 (i386_gdbarch_register_os_abi): New prototype.
5689 * i386-tdep.c (i386_abi_names): New array.
5690 (process_note_abi_tag_sections): Removed.
5691 (process_note_sections): New function.
5692 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5693 (struct i386_abi_handler): New struct.
5694 (i386_abi_handler_list): New variable.
5695 (i386_gdbarch_register_os_abi): New function.
5696 (i386_gdbarch_init): Adapt for the changes given above.
5697
084c156a
DJ
56982002-05-08 Daniel Jacobowitz <drow@mvista.com>
5699
5700 * gregset.h: Say "GNU/Linux".
5701
6599f021
EZ
57022002-05-08 Elena Zannoni <ezannoni@redhat.com>
5703
5704 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5705 (build_gdbtypes): Build builtin_type_v2_float.
5706 (_initialize_gdbtypes): Register new builtin type.
5707
40af4b0c
AC
57082002-05-08 Andrew Cagney <ac131313@redhat.com>
5709
5710 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5711 (clear_gdbarch_swap): New function.
5712 (initialize_non_multiarch): Call.
5713 (gdbarch_update_p): Before calling init(), swap out and clear the
5714 existing architecture.
5715 * gdbarch.c: Regenerate.
5716
4fe84f46
JT
57172002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5718
5719 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5720 alphanbsd-tdep.c.
5721
4015edd1
JT
57222002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5723
5724 * sh-nbsd-nat.c: Rename to...
5725 * shnbsd-nat.c: ...this.
5726 * sh-nbsd-tdep.c: Rename to...
5727 * shnbsd-tdep.c: ...this.
5728 * sh-nbsd-tdep.h: Rename to...
5729 * shnbsd-tdep.h: ...this.
5730 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5731 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5732
0e2bd219
RE
57332002-05-08 Richard Earnshaw <rearnsha@arm.com>
5734
5735 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5736 concatenation for command help messages.
5737
13a38d45
JT
57382002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5739
5740 * NEWS: Note new sh*-*-netbsdelf* configuration.
5741 * configure.host: Set gdb_host_cpu to sh for all sh*.
5742 (sh*-*-netbsdelf*): New host.
5743 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5744 (sh*-*-netbsdelf*): New target.
5745 * sh-nbsd-nat.c: New file.
5746 * sh-nbsd-tdep.c: New file.
5747 * sh-nbsd-tdep.h: New file.
5748 * config/sh/nbsd.mh: New file.
5749 * config/sh/nbsd.mt: New file.
5750 * config/sh/nm-nbsd.h: New file.
5751 * config/sh/tm-nbsd.h: New file.
5752
d658f924
JT
57532002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5754
5755 * sh-tdep.c (sh_osabi_names): Declare.
5756 (process_note_abi_tag_sections): New function.
5757 (get_elfosabi): Ditto.
5758 (sh_gdbarch_register_os_abi): Ditto.
5759 (sh_dump_tdep): Ditto.
5760 _initialize_sh_tdep): Use gdbarch_register to register
5761 sh_gdbarch_init and sh_dump_tdep.
5762 * config/sh/tm-sh.h (sh_osabi): Declare.
5763 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5764
848cfffb
AC
57652002-05-07 Andrew Cagney <ac131313@redhat.com>
5766
5767 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5768 (thumb_scan_prologue): Ditto.
5769 (arm_find_callers_reg): Ditto.
5770 (arm_frame_chain): Ditto.
5771 (arm_init_extra_frame_info): Ditto.
5772 (arm_frame_saved_pc): Ditto.
5773 (arm_pop_frame): Ditto.
5774 (arm_push_return_address): New function.
5775 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5776 call_dummy_location, call_dummy_breakpoint_offset_p,
5777 call_dummy_breakpoint_offset, call_dummy_p,
5778 call_dummy_stack_adjust_p, call_dummy_words,
5779 sizeof_call_dummy_words, call_dummy_start_offset,
5780 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5781 call_dummy_address, push_return_address and push_dummy_frame for
5782 generic dummy frames.
5783
e7d717c0
JT
57842002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5785
5786 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5787 size computation for alloca.
5788 (sh_fp_frame_init_saved_regs): Likewise.
5789
7bbcf283
RE
57902002-05-07 Richard Earnshaw <rearnsha@arm.com>
5791
5792 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5793 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 5794 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
5795 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5796 * remote-rdp.c (remote_rdp_fetch_register): Use
5797 ARM_MAX_REGISTER_RAW_SIZE.
5798 (remote_rdp_store_register): Likewise.
5799
4657573b
ML
58002002-05-07 Michal Ludvig <mludvig@suse.cz>
5801
361d1df0 5802 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
5803 added default labels to switch {} statements.
5804 * x86-64-tdep.c: Ditto.
5805 * x86-64-linux-nat.c: Ditto.
5806
010f3b2f
JT
58072002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5808
5809 * solib.h: Protect against multiple inclusion.
5810
debd256d
JB
58112002-05-06 Jim Blandy <jimb@redhat.com>
5812
9ab3e532
JB
5813 Add first preprocessor macro-expansion files.
5814 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5815 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5816 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5817 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5818 (COMMON_OBS): Add macrotab.o, macroexp.o.
5819 (macroexp.o, macrotab.o): New rules.
5820
debd256d
JB
5821 Separate the job of reading the line number info statement program
5822 header (...expialidocious) out into its own function.
5823 * dwarf2read.c (struct line_head, struct filenames, struct
5824 directories): Replace with...
5825 (struct line_header): New structure, containing the full
5826 contents of the statement program header, including the
5827 include directory and file name tables.
5828 (read_file_scope): If we have line number info, instead of just
5829 calling dwarf_decode_lines to do all the work, call
5830 dwarf_decode_line_header first to get a `struct line_header'
5831 containing the data in the statement program header, and then
5832 pass that to dwarf_decode_lines, which will pick up where that
5833 left off. Be sure to clean up the `struct line_header' object.
5834 (dwarf_decode_line_header, free_line_header, add_include_dir,
5835 add_file_name): New functions.
5836 (dwarf_decode_lines): Move all the code to read the statement
5837 program header into dwarf_decode_line_header. Take the line
5838 header it built as the first argument, instead of the offset to
5839 the compilation unit's line number info. Use the new `struct
5840 line_header' type instead of the old structures. No need to do
5841 cleanups here now, since we don't allocate anything.
5842 (dwarf2_statement_list_fits_in_line_number_section,
5843 dwarf2_line_header_too_long): New complaints.
5844
ac3aafc7
EZ
58452002-05-06 Elena Zannoni <ezannoni@redhat.com>
5846
5847 * gdbtypes.c (init_vector_type): New function.
5848 (build_builtin_type_vec128): Simplify the representation of SIMD
5849 registers.
5850 (build_gdbtypes): Initialize new builtin vector types.
5851 (_initialize_gdbtypes): Register new vector types with gdbarch.
5852 (builtin_type_v4_float, builtin_type_v4_int32,
5853 builtin_type_v8_int16, builtin_type_v16_int8,
5854 builtin_type_v2_int32, builtin_type_v4_int16,
5855 builtin_type_v8_int8): New (renamed) SIMD types.
5856
13e49980
MK
58572002-05-06 Mark Kettenis <kettenis@gnu.org>
5858
5859 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5860 (i387_fill_fxsave): Likewise.
5861
997b20b8
AO
58622002-05-05 Alexandre Oliva <aoliva@redhat.com>
5863
5864 * alpha-tdep.c (alpha_extract_return_value): Don't use
5865 non-constant array size in prototype.
5866
535c96ce
AC
58672002-05-04 Andrew Cagney <ac131313@redhat.com>
5868
5869 From Brian Taylor <briant at model dot com>:
5870 * ui-out.c (ui_out_field_core_addr): Use the function
5871 longest_local_hex_string_custom'to format addresses > 32 bits
5872 wide.
5873
5874 * ui-out.c (ui_out_field_core_addr): Update comment.
5875
bedfa57b
AC
58762002-05-04 Andrew Cagney <ac131313@redhat.com>
5877
5878 * stack.c (select_and_print_frame): Make static. Delete the
5879 parameter `level'.
5880 (func_command): Update call.
5881 (select_frame_command): Delete code computing the frame level.
5882 * frame.h (select_and_print_frame): Delete declaration.
5883
f621c63e
AC
58842002-05-04 Andrew Cagney <ac131313@redhat.com>
5885
5886 * sparc-tdep.c (sparc_get_saved_register): Comment why
5887 get_prev_frame call is safe.
5888
0f7d239c
AC
58892002-05-04 Andrew Cagney <ac131313@redhat.com>
5890
5891 * frame.h (select_frame): Delete level parameter.
5892 * stack.c (select_frame): Update. Use frame_relative_level to
5893 obtain the frame's level.
5894 (select_and_print_frame): Update call.
5895 (select_frame_command): Ditto.
5896 (up_silently_base): Ditto.
5897 (down_silently_base): Ditto.
5898 * ocd.c (ocd_start_remote): Ditto.
5899 * remote-rdp.c (remote_rdp_open): Ditto.
5900 * remote-mips.c (mips_initialize): Ditto.
5901 (common_open): Ditto.
5902 * remote-e7000.c (e7000_start_remote): Ditto.
5903 * m3-nat.c (select_thread): Ditto.
5904 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5905 (child_get_current_exception_event): Ditto.
5906 * varobj.c (varobj_create): Ditto.
5907 (varobj_update): Ditto.
5908 (c_value_of_root): Ditto.
5909 * tracepoint.c (finish_tfind_command): Ditto.
5910 * corelow.c (core_open): Ditto.
5911 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5912 * thread.c (info_threads_command): Ditto.
5913 (switch_to_thread): Ditto.
5914 * infrun.c (normal_stop): Ditto.
5915 (restore_selected_frame): Ditto.
5916 (restore_inferior_status): Ditto.
5917 * breakpoint.c (insert_breakpoints): Ditto.
5918 (watchpoint_check): Ditto.
5919 (bpstat_stop_status): Ditto.
5920 (do_enable_breakpoint): Ditto.
5921 * blockframe.c (flush_cached_frames): Ditto.
5922 (reinit_frame_cache): Ditto.
5923
71d6c7b1
AC
59242002-05-04 Andrew Cagney <ac131313@redhat.com>
5925
5926 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5927 maintainer.
5928
cda6c68a
JB
59292002-05-04 Jim Blandy <jimb@redhat.com>
5930
5931 * gdbtypes.c (replace_type): Doc fix.
5932
5c1c87f0
AC
59332002-05-04 Andrew Cagney <ac131313@redhat.com>
5934
5935 * valprint.c (strcat_longest): Delete commented out function.
5936 Update copyright.
5937
cd9bfe15
AC
59382002-05-04 Andrew Cagney <ac131313@redhat.com>
5939
5940 * MAINTAINERS: Mark a29k as deleted.
5941 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5942 Move new configurations to the top.
5943 * configure.tgt: Remove a29k.
5944 * config/a29k/tm-vx29k.h: Delete.
5945 * config/a29k/vx29k.mt: Delete.
5946 * config/a29k/tm-a29k.h: Delete.
5947 * config/a29k/a29k-udi.mt: Delete.
5948 * config/a29k/a29k.mt: Delete.
5949 * a29k-tdep.c: Delete.
5950 * remote-udi.c: Delete.
5951 * remote-mm.c: Delete.
5952 * remote-eb.c: Delete.
5953 * remote-adapt.c: Delete.
5954 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
5955 * config/s390/s390x.mt: Ditto.
5956 * config/s390/s390.mt: Ditto.
5957 * config/sparc/sparclynx.mh: Ditto.
5958 * config/sparc/linux.mh: Ditto.
5959 * config/pa/hppaosf.mh: Ditto.
5960 * config/pa/hppabsd.mh: Ditto.
5961 * config/ns32k/nbsd.mt: Ditto.
5962 * config/mips/vr5000.mt: Ditto.
5963 * config/m68k/sun3os4.mh: Ditto.
5964 * config/m68k/nbsd.mt: Ditto.
5965 * config/m68k/m68klynx.mh: Ditto.
5966 * config/m32r/m32r.mt: Ditto.
5967 * config/i386/x86-64linux.mt: Ditto.
5968 * config/i386/nbsdelf.mt: Ditto.
5969 * config/i386/nbsd.mt: Ditto.
5970 * config/i386/i386lynx.mh: Ditto.
5971
bf0c5130
AC
59722002-05-04 Andrew Cagney <ac131313@redhat.com>
5973
5974 * target.c (debug_print_register): New function. Handle oversize
5975 registers.
5976 (debug_to_fetch_registers): Call.
5977 (debug_to_store_registers): Call.
5978
2ae1c2d2
JB
59792002-05-03 Jim Blandy <jimb@redhat.com>
5980
13a393b0
JB
5981 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5982 (read_type): Doc fix.
5983 * gdbtypes.c (replace_type): Doc fix.
5984
2ae1c2d2
JB
5985 * stabsread.c (multiply_defined_struct): New complaint.
5986 (read_struct_type): If the type we were passed isn't empty, or
5987 incomplete, don't read the new struct type into it; complain,
5988 and return the original type unchanged. Take a new `type_code'
5989 argument, which is the type code for the new type.
5990 (read_type): Rather than storing the type's type code here, pass
5991 it as an argument to read_struct_type, and let that take care of
5992 storing it. That way, we don't overwrite the original type code,
5993 so read_struct_type can use it to decide whether we're overwriting
5994 something we shouldn't.
5995 (complain_about_struct_wipeout): New function.
5996
8de9bdc4
AC
59972002-05-03 Andrew Cagney <ac131313@redhat.com>
5998
5999 * gdbarch.sh: Assert that gdbarch is non-NULL.
6000 * gdbarch.c: Regenerate.
6001
f773fdbb
JM
60022002-05-03 Jason Merrill <jason@redhat.com>
6003
6004 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
6005 and return NULL.
6006
0e04a514
ML
60072002-05-03 Michal Ludvig <mludvig@suse.cz>
6008
6009 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
6010 (x86_64_dwarf2gdb_regno_map_length),
6011 (x86_64_dwarf2_reg_to_regnum): Added.
6012 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
6013 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
6014 (_initialize_x86_64_tdep): Synced with the change above.
6015 (x86_64_skip_prologue): Reformulated message.
6016
065432a8
PM
60172002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
6018
6019 * f-exp.y: Also use new prev_lexptr variable
6020 to improve error reporting. Based on Michael Snyder
6021 2002-04-24 dated patch to c-exp.y.
6022 * jv-exp.y: Likewise.
6023 * m2-exp.y: Likewise.
6024
a3162708
EZ
60252002-05-02 Elena Zannoni <ezannoni@redhat.com>
6026
6027 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
6028 we are dealing with vectors.
6029
03620c38
PM
60302002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6031
6032 * config/m68k/tm-nbsd.h: Obvious fix,
6033 correct machine name.
6034
6604db2e
PM
60352002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6036
6037 * p-typeprint.c (pascal_type_print_base): Add support
6038 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6039
0906b739
PM
60402002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6041
6042 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6043 for fondamental pascal 'char' type.
6044
e2625b33
PM
60452002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6046
6047 * p-lang.h (is_pascal_string_type): Declaration changed,
6048 new sixth argument of type char ** added.
361d1df0 6049 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
6050 changed. Args length_pos, length_size, string_pos, char_size
6051 can now be NULL. New argument arrayname set to the field
6052 name of the char array. Return value set to char array
6053 field index plus one.
361d1df0 6054 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
6055 is_pascal_string_type function.
6056
cf17c188
AC
60572002-05-02 Andrew Cagney <cagney@redhat.com>
6058
6059 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6060 <cagney@redhat.com> change.
6061 * gdbarch.c: Regenerate.
6062
52bca491
AC
60632002-05-02 Andrew Cagney <cagney@redhat.com>
6064
6065 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6066 before probing for a new one. Detect errorenous gdbarch_init
6067 functions.
6068 * gdbarch.c: Regenerate.
6069
d5e72505
AC
60702002-05-01 Andrew Cagney <cagney@redhat.com>
6071
6072 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6073 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6074 * config/v850/tm-v850.h: Ditto. Update copyright.
6075
af566d9f
AC
60762002-04-30 Andrew Cagney <ac131313@redhat.com>
6077
6078 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6079 current_gdbarch.
6080
880d85fa
MS
60812002-04-30 Michael Snyder <msnyder@redhat.com>
6082
94c30b78
MS
6083 * arm-tdep.c: Whitespace clean-ups.
6084 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
6085 should have been removed as part of 4/24 change.
6086
6f5987a6
KB
60872002-04-30 Kevin Buettner <kevinb@redhat.com>
6088
6089 * rs6000-tdep.c: Added comment describing how fpscr register
6090 numbers were chosen.
6091
1a113c93
MS
60922002-04-30 Michael Snyder <msnyder@redhat.com>
6093
6094 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6095
9a6f53fe
EZ
60962002-04-29 Elena Zannoni <ezannoni@redhat.com>
6097
6098 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6099 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6100 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6101
11ed25ac
KB
61022002-04-29 Kevin Buettner <kevinb@redhat.com>
6103
6104 From Louis Hamilton <hamilton@redhat.com>:
6105 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6106 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6107 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6108 not bfd-private xcoff data, to determine wordsize.
6109 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6110
ae232405
AC
61112002-04-29 Andrew Cagney <ac131313@redhat.com>
6112
6113 GDB 5.2 released from 5.2 branch.
6114
91fd20f7
ML
61152002-04-29 Michal Ludvig <mludvig@suse.cz>
6116
6117 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6118 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6119 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 6120
2dc5091b
EZ
61212002-04-29 Elena Zannoni <ezannoni@redhat.com>
6122
6123 * rs6000-tdep.c (rs6000_extract_return_value,
6124 rs6000_store_return_value): Handle returning vectors.
6125 (rs6000_gdbarch_init): Use
6126 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6127 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6128 New function.
6129 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6130 vectors.
6131 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6132 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 6133
2b9848d8
PM
61342002-04-24 Pierre Muller <ics.u-strasbg.fr>
6135
6136 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 6137 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
6138 with fprintf_unfiltered (gdb_stderr,...).
6139
f8d17dc5
PM
61402002-04-24 Pierre Muller <ics.u-strasbg.fr>
6141
6142 * remote-array.c (printf_monitor, write_monitor,
361d1df0 6143 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
6144 Replace fprintf (stderr,...
6145 with fprintf_unfiltered (gdb_stderr,....
6146 * remote-es.c: Likewise.
6147 * remote-os9k.c: Likewise.
6148 * remote-st.c: Likewise.
6149
2f2f1ad1
AS
61502002-04-28 Andreas Schwab <schwab@suse.de>
6151
6152 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6153 linux-proc.o and gcore.o.
6154
b6779aa2
AC
61552002-04-26 Michal Ludvig <mludvig@suse.cz>
6156
6157 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6158 code without frame pointers.
6159
7e57f5f4
AC
61602002-04-26 Andrew Cagney <ac131313@redhat.com>
6161
6162 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6163 ON_STACK is needed.
6164
2ceb85d0
BE
61652002-04-26 Ben Elliston <bje@redhat.com>
6166
6167 * target.c (do_xfer_memory): Correct reference to the new option
6168 "trust-readonly-sections".
6169
f5f8a009
EZ
61702002-04-26 Elena Zannoni <ezannoni@redhat.com>
6171
6172 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6173 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6174 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6175 vectors.
6176 (read_array_type): Record the fact that this array type is really a
6177 vector (i.e. are passed in by value).
6178
5868c862
JT
61792002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6180
6181 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6182 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6183 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6184 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6185 * alpha-linux-tdep.c: Include frame.h.
6186 (alpha_linux_sigcontext_addr): New function.
6187 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6188 alpha_linux_sigcontext_addr.
6189 * alpha-osf1-tdep.c: Include gdbcore.h.
6190 (alpha_osf1_sigcontext_addr): New function.
6191 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6192 alpha_osf1_sigcontext_addr.
6193 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6194 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6195
bfb01f37
AC
61962002-04-26 Andrew Cagney <ac131313@redhat.com>
6197
361d1df0 6198 * stack.c (selected_frame_level):
bfb01f37
AC
6199 (select_frame): Do not set selected_frame_level.
6200 * frame.h (selected_frame_level): Delete declaration.
6201
15813d3f
AC
62022002-04-26 Andrew Cagney <ac131313@redhat.com>
6203
6204 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6205 convert_from_func_ptr-addr when AIX / PowerOpen.
6206
6096c27a
AC
62072002-04-25 Andrew Cagney <ac131313@redhat.com>
6208
6209 * valops.c (hand_function_call): Call
6210 generic_save_call_dummy_addr.
6211 * frame.h (generic_save_call_dummy_addr): Declare.
6212 * blockframe.c (struct dummy_frame): Add fields call_lo and
6213 call_hi.
6214 (generic_find_dummy_frame): Check for PC in range call_lo to
6215 call_hi instead of entry_point_address.
6216 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6217 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
6218 (generic_save_call_dummy_addr): New function.
6219
f510d44e
DM
62202002-04-24 David S. Miller <davem@redhat.com>
6221
6222 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6223 sparc_skip_prologue.
6224 (sparc_skip_prologue): Kill frameless_p arg, and use line number
6225 information to find prologue when possible.
6226 (sparc_prologue_frameless_p): Call examine_prologue directly.
6227 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6228 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6229 second argument.
6230 (SKIP_PROLOGUE): Likewise.
6231
15d72a92
JT
62322002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6233
6234 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6235 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6236 indicate that the condition it was testing is always true.
6237 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6238 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6239 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6240
accc6d1f
JT
62412002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6242
6243 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6244 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6245 tdep->jb_pc and tdep->jb_elt_size.
6246 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6247 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6248 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6249 * alpha-nat.c (get_longjmp_target): Remove.
6250 (JB_ELEMENT_SIZE): Ditto.
6251 (JB_PC): Ditto.
6252 * alpha-tdep.c (alpha_get_longjmp_target): New function.
6253 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
6254 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6255 to alpha_get_longjmp_target.
6256 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6257 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6258 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6259
1bfdc549
AC
62602002-04-25 Andrew Cagney <ac131313@redhat.com>
6261
6262 * README: Update to GDB 5.2.
6263
1bd316f0
AC
62642002-04-25 Andrew Cagney <ac131313@redhat.com>
6265
6266 * gdbarch.sh (LC_ALL): Set to `c'.
6267
2e5ff58c
TR
62682002-04-25 Theodore A. Roth <troth@verinet.com>
6269
6270 * avr-tdep.c: Ran through gdb_indent.sh.
6271
e33ce519
TR
62722002-04-25 Theodore A. Roth <troth@verinet.com>
6273
6274 * MAINTAINERS: Add myself as AVR maintainer.
6275 * NEWS: Note new target avr.
6276
8818c391
TR
62772002-04-25 Theodore A. Roth <troth@verinet.com>
6278
6279 * Makefile.in: Add support for AVR target.
6280 * configure.tgt: Add support for AVR target.
6281 * avr-tdep.c: New file
6282 * config/avr/avr.mt: New file.
6283
79509c2d
TR
62842002-04-25 Theodore A. Roth <troth@verinet.com>
6285
6286 * MAINTAINERS: Add myself to write-after-approval.
6287
dac8068e
PM
62882002-04-24 Pierre Muller <ics.u-strasbg.fr>
6289
6290 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6291 with fprintf_unfiltered (gdb_stderr,....
6292
25bf3106
PM
62932002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6294
6295 Fix PR gdb/508.
6296 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6297
24467a86
PM
62982002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6299
6300 * p-exp.y: Also use new prev_lexptr variable
6301 to improve error reporting. Based on Michael Snyder
6302 2002-04-24 dated patch to c-exp.y.
6303
95b80706
JT
63042002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6305
6306 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6307 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6308 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6309 to 0.
6310 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6311 and struct value.
6312 (FUNCTION_START_OFFSET): Remove.
6313 (BREAKPOINT): Ditto.
6314
e90cc612
JT
63152002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6316
6317 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6318 * NEWS: Ditto.
6319
6c72f9f9
JT
63202002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6321
6322 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6323 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6324 alpha_linux_pc_in_sigtramp.
6325 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6326 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6327 alpha_osf1_pc_in_sigtramp.
6328 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6329 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6330 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6331 alphafbsd_pc_in_sigtramp.
6332 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6333 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6334 alphanbsd_pc_in_sigtramp.
6335 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6336 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6337
5e4f3379
JT
63382002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6339
6340 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6341
da8ca43d
JT
63422002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6343
6344 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6345 alphanbsd-tdep.c.
6346 (alphanbsd-nat.o): New dependency list.
6347 (alphanbsd-tdep.o): Ditto.
6348 * NEWS: Note new native NetBSD/alpha configuration.
6349 * alphanbsd-nat.c: New file.
6350 * alphanbsd-tdep.c: Ditto.
6351 * configure.host (alpha*-*-netbsd*): New host.
6352 * configure.tgt (alpha*-*-netbsd*): New target.
6353 * config/alpha/nbsd.mh: New file.
6354 * config/alpha/nbsd.mt: Ditto.
6355 * config/alpha/nm-nbsd.h: Ditto.
6356 * config/alpha/tm-nbsd.h: Ditto.
6357
36a6271d
JT
63582002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6359
6360 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6361 (alpha-osf1-tdep.o): New dependency list.
6362 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6363 and skip_sigtramp_frame members.
6364 * alpha-linux-tdep.c: Include gdbcore.h.
6365 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6366 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6367 * alpha-osf1-tdep.c: New file.
6368 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6369 alpha-osf1-dep.c.
6370 (alpha_frame_past_sigtramp_frame): New function.
6371 (alpha_dynamic_sigtramp_offset): Ditto.
6372 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6373 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6374 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6375 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6376 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6377 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6378 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6379 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6380 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6381 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6382 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6383 to find_solib_trampoline_target.
6384 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6385 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6386 (SKIP_TRAMPOLINE_CODE): Remove.
6387 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6388 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6389 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6390 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6391 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6392 (PROC_SIGTRAMP_MAGIC): Ditto.
6393 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6394 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6395 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6396 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6397 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6398
2f4bc57b
JT
63992002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6400
6401 * NEWS: Note that Alpha targets are now multi-arch.
6402
665132f9
MS
64032002-04-24 Michael Snyder <msnyder@redhat.com>
6404
6405 * parser-defs.h (prev_lexptr): New external variable.
6406 * parse.c (parse_exp_1): Set prev_lexptr to null before
6407 calling the language-specific parser.
6408 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6409 (yyerror): Use prev_lexptr in error reporting.
6410
32872fa7
DJ
64112002-04-24 Daniel Jacobowitz <drow@mvista.com>
6412
6413 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6414 * gregset.h: If FILL_FPXREGSET is defined, provide
6415 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6416 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6417 is defined, call fill_fpxregset.
6418
57e76fac
MS
64192002-04-24 Roland McGrath <roland@frob.com>
6420
6421 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6422 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6423 (supply_gregset, supply_fpregset): New functions.
6424
6425 * gnu-nat.c (gnu_find_memory_regions): New function.
6426 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6427 (gnu_xfer_memory): Add a cast.
6428
f43845b3
MS
64292002-04-24 Michael Snyder <msnyder@redhat.com>
6430
361d1df0 6431 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
6432 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6433 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 6434 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
6435 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6436 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6437
a0abec03
AC
6438Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6439
6440 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6441 NUM_PSEUDO_REGS can be used.
6442
d7bd68ca
AC
64432002-04-24 Andrew Cagney <ac131313@redhat.com>
6444
6445 * arch-utils.h: Update copyright.
6446
6447 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6448 * gdbarch.h, gdbarch.c: Re-generate.
6449
6450 * inferior.h (IN_SIGTRAMP): Delete definition.
6451 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6452 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6453
6454 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6455 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6456 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6457 (find_proc_framesize): Ditto.
6458 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6459 (alpha_init_extra_frame_info): Ditto.
6460 * infrun.c (handle_inferior_event): Ditto.
6461 (handle_inferior_event): Ditto.
6462 (check_sigtramp2): Ditto.
6463 * blockframe.c (create_new_frame): Ditto.
6464 (get_prev_frame): Ditto.
6465 * ppc-linux-tdep.c: Update comments.
6466 * i386-linux-tdep.c: Update comments.
6467 * breakpoint.c (bpstat_what): Update comment.
6468
4867e41e
DM
64692002-04-24 David S. Miller <davem@redhat.com>
6470
21d83aa5
DM
6471 * i960-tdep.c (register_in_window_p): New function.
6472 (i960_find_saved_register): Use it instead of
6473 REGISTER_IN_WINDOW_P.
6474 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6475
4867e41e
DM
6476 * symtab.h (find_stab_function_addr): Kill extern.
6477 * minsyms.c (find_stab_function_addr): Remove from here...
6478 * dbxread.c: ... to here, and mark it static.
6479
69cdf6a2
DM
64802002-04-20 David S. Miller <davem@redhat.com>
6481
6482 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6483 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6484
5a595886
DM
64852002-04-21 David S. Miller <davem@redhat.com>
6486
6487 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6488 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6489 (vx_write_register): Likewise.
6490
1da1a192
JB
64912002-04-23 J. Brobecker <brobecker@gnat.com>
6492
6493 * source.c (is_regular_file): New function.
6494 (openp): Check wether file to open is a regular file
6495 to avoid opening directories.
6496
baa6f10b
JT
64972002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6498
6499 * findvar.c (extract_signed_integer): Cast printf argument
6500 to suppress format warning.
6501 (extract_unsigned_integer): Likewise.
6502 * infcmd.c (registers_info): Likewise.
6503 * top.c (get_prompt_1): Likewise.
6504 * valops.c (value_assign): Likewise.
6505 * valprint.c (print_decimal): Likewise.
6506
b2c4da81
L
65072002-04-22 H.J. Lu (hjl@gnu.org)
6508
6509 * c-exp.y (typebase): Support
361d1df0 6510
b2c4da81
L
6511 [long|long long|short] [signed|unsigned] [int|]
6512
6513 and
6514
6515 signed [long|long long|short] int
6516
f267bd6a
JT
65172002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6518
6519 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6520 and vax-tdep.h.
6521 * vax-tdep.h: New file.
6522 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6523 Make several routines static.
6524 (vax_get_saved_register): New function.
6525 (vax_gdbarch_init): New function.
6526 (_initialize_vax_tdep): Register vax_gdbarch_init.
6527 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6528 Remove macros now under the control of gdbarch.
6529
da3c6d4a
MS
65302002-04-22 Michael Snyder <msnyder@redhat.com>
6531
11d3b27d
MS
6532 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6533 Some whitespace and coding standards tweaks.
da3c6d4a 6534
a33f7558
JT
65352002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6536
6537 * vax-tdep.c: Include regcache.h.
6538 (vax_call_dummy_words): New.
6539 (sizeof_vax_call_dummy_words): New.
6540 (vax_fix_call_dummy): New function.
6541 (vax_saved_pc_after_call): Ditto.
6542 * config/vax/tm-vax.h: Don't include regcache.h.
6543 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6544 (CALL_DUMMY): Remove.
6545 (CALL_DUMMY_WORDS): Define.
6546 (SIZEOF_CALL_DUMMY_WORDS): Define.
6547 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6548
47a73475
MS
65492002-04-18 Michael Snyder <msnyder@redhat.com>
6550
6551 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6552
52efde73
JT
65532002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6554
6555 * vax-tdep.c (vax_frame_chain): New function.
6556 (vax_push_dummy_frame): Ditto.
6557 (vax_pop_frame): Ditto.
6558 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6559 (FRAMELESS_FUNCTION_INVOCATION): Use
6560 generic_frameless_function_invocation_not.
6561 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6562 (POP_FRAME): Use vax_pop_frame.
6563
ea74468c
JT
65642002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6565
6566 * vax-tdep.c (vax_store_struct_return): New function.
6567 (vax_extract_return_value): Ditto.
6568 (vax_store_return_value): Ditto.
6569 (vax_extract_struct_value_address): Ditto.
6570 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6571 vax_store_struct_return.
6572 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6573 (STORE_RETURN_VALUE): Use vax_store_return_value.
6574 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6575
5516aa92
JT
65762002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6577
6578 * vax-tdep.c (vax_frame_saved_pc): New function.
6579 (vax_frame_args_address_correct): Ditto.
6580 (vax_frame_args_address): Ditto.
6581 (vax_frame_locals_address): Ditto.
6582 (vax_frame_num_args): Move code to be in proximity to
6583 other frame-related functions.
6584 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6585 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6586 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6587 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6588 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6589
36af0b35
L
65902002-04-22 H.J. Lu (hjl@gnu.org)
6591
6592 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6593 includedir.
6594
ab62c900
JT
65952002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6596
6597 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6598 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6599 (FRAME_INIT_SAVED_REGS): New macro.
6600
7232b100
JT
66012002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6602
6603 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6604
b70d2aee
JT
66052002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6606
6607 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6608 where needed.
6609 (fetch_osf_core_registers): Likewise.
6610 (supply_gregset): Likewise.
6611
a0e8a2d1 66122002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 6613
a0e8a2d1
JB
6614 * symfile.h (get_section_index): Define.
6615 * symfile.c (get_section_index): New function.
6616 * mdebugread.c (SC_IS_SBSS): New macro.
6617 (SC_IS_BSS): Return true for the scBss storage class only, as
6618 the scSBss storage class refers to the .sbss section.
6619 (parse_partial_symbols): Discard the symbols which associated
6620 section does not exist.
6621 Make sure to use the .sbss section index for symbols which
6622 storage class is scBss, rather than using the .bss section index.
6623
51eb8b08
JT
66242002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6625
6626 * vax-tdep.c: Update copyright years.
6627 (vax_register_name): New function.
6628 (vax_register_byte): Ditto.
6629 (vax_register_raw_size): Ditto.
6630 (vax_register_virtual_size): Ditto.
6631 (vax_register_virtual_type): Ditto.
6632 * config/vax/tm-vax.h: Update copyright years.
6633 (REGISTER_NAMES): Remove.
6634 (REGISTER_NAME): Define.
6635 (REGISTER_BYTE): Use vax_register_byte.
6636 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6637 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6638 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6639
6cc1c0a8
AC
66402002-04-21 Andrew Cagney <ac131313@redhat.com>
6641
6642 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6643 declaration
6644 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6645
9319a2fe
DM
66462002-04-21 David S. Miller <davem@redhat.com>
6647
6648 * arch-utils.c (generic_prologue_frameless_p): Kill
6649 SKIP_PROLOGUE_FRAMELESS_P code.
6650 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6651 references.
6652 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6653 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6654 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6655 references.
6656 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6657 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6658 (sparc_gdbarch_init): Pass it to
6659 set_gdbarch_prologue_frameless_p.
a0e8a2d1 6660
e9ed6d01
JT
66612002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6662
6663 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6664 (alphabsd-nat.o): New dependency list.
6665
36012033
JT
66662002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6667
6668 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6669 alphafbsd-tdep.c.
6670 (alpha-linux-tdep.o): New dependency list.
6671 (alphafbsd-tdep.o): Likewise.
6672
3379287a
JT
66732002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6674
6675 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6676 to here...
6677 * alpha-tdep.c: ...from here.
6678 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6679
4bcbd6cb
JT
66802002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6681
6682 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6683 prototype from here...
6684 * alpha-tdep.h: ...to here.
6685
b31da25e
AC
66862002-04-21 Andrew Cagney <ac131313@redhat.com>
6687
6688 * frame.h (selected_frame_level): Document as deprecated.
6689 (frame_relative_level): Declare.
6690 * stack.c (frame_relative_level): New function.
6691 (selected_frame_level): Document as deprecated.
6692 (select_frame): Do not set the selected_frame_level.
6693
6694 * stack.c (frame_info, record_selected_frame): Update.
6695 (frame_command, current_frame_command): Update.
6696 (up_silently_base, up_command, down_silently_base): Update.
6697 (down_command): Update.
6698 * inflow.c (kill_command): Update.
6699 * tracepoint.c (finish_tfind_command): Update.
6700 * corelow.c (core_open): Update.
6701 * thread.c (info_threads_command): Update.
6702 (do_captured_thread_select): Update.
6703 * infcmd.c (finish_command): Update.
6704 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6705
9c1d6fe5
JT
67062002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6707
6708 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6709
ab89facf
AC
67102002-04-21 Andrew Cagney <ac131313@redhat.com>
6711
6712 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6713 type const.
6714
82a4efa1
JT
67152002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6716
6717 * alphafbsd-tdep.c: Update copyright years. Include
6718 alpha-tdep.h.
6719 (alphafbsd_use_struct_convention): Make static.
6720 (alphafbsd_init_abi): New function.
6721 (_initialize_alphafbsd_tdep): New function.
6722 * config/alpha/tm-fbsd.h: Update copyright years.
6723 (USE_STRUCT_CONVENTION): Remove.
6724
44dffaac
JT
67252002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6726
6727 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6728 an Alpha ABI variant.
6729 (alpha_abi_handler_list): Declare.
6730 (alpha_gdbarch_register_os_abi): New function.
6731 (alpha_gdbarch_init): Give registered ABI variant handlers a
6732 chance to tweak the gdbarch once we have set up defaults.
6733 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6734
65585be4
JT
67352002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6736
6737 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6738 to standard_coerce_float_to_double.
6739 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6740
d9b023cc
JT
67412002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6742
6743 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6744 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6745 from gdbarch_tdep rather than a constant.
6746 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6747 the default text address for all Alpha Unix ABIs.
6748 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6749 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6750
dc129d82
JT
67512002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6752
6753 * alpha-tdep.h: New file. Includes several Alpha target constants
6754 taken from...
6755 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6756 let gdbarch deal with.
6757 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6758 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6759 to dependency list.
6760 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6761 Alpha target register names.
6762 * alphabsd-nat.c: Likewise.
6763 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6764 Alpha target register names. Make serveral routines static.
6765 (alpha_get_saved_register): New function.
6766 (alpha_abi_names): New.
6767 (process_note_abi_tag_sections): New function.
6768 (get_elfosabi): New function.
6769 (alpha_gdbarch_init): New function.
6770 (alpha_dump_tdep): New function.
6771 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6772
d49d1e0a
AC
67732002-04-21 Andrew Cagney <ac131313@redhat.com>
6774
6775 * frame.c (find_saved_register): Delete #ifdef
6776 HAVE_REGISTER_WINDOWS code.
6777 * config/sparc/tm-sparc.h: Update comments.
6778 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6779
92e8c9ed
AC
67802002-04-21 Andrew Cagney <ac131313@redhat.com>
6781
6782 * i960-tdep.c (i960_find_saved_register): New function.
6783 (i960_get_saved_register): New function.
6784 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6785 (i960_get_saved_register): Declare.
6786 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6787
e1925118
DM
67882002-04-20 David S. Miller <davem@redhat.com>
6789
6790 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6791
29673b29
AC
67922002-04-20 Andrew Cagney <ac131313@redhat.com>
6793
6794 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6795 instead of NUM_PSEUDO_REGS.
6796
6c86dcd5
DM
67972002-04-20 David S. Miller <davem@redhat.com>
6798
6799 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6800 GDB_MULTI_ARCH_PARTIAL
6801 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6802 define, let tm-sp64.h do it.
6803
aa40ec90
JT
68042002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6805
6806 * frame.c (find_saved_register): Avoid a NULL pointer
6807 dereference and actually walk the frame list.
6808
0f79675b
AC
68092002-04-20 Andrew Cagney <ac131313@redhat.com>
6810
6811 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6812 sorted in most most-recent-used order. Document.
6813 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 6814
f91305dd 68152002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
6816
6817 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6818 instead of ->prev.
6819 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6820 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6821 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6822 instead of ->prev.
6823
73d322b1
EZ
68242002-04-19 Elena Zannoni <ezannoni@redhat.com>
6825
6826 Fix PR gdb/471.
6827 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6828 (build_builtin_type_vec128): Ditto.
6829 (append_composite_type_field): Fix calculation of type length in
6830 union case.
6831
ccd9a834
EZ
68322002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6833
6834 * config/djgpp/README: Update.
6835
6836 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6837 compiler warnings.
6838
a57f9e49
JT
68392002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6840
6841 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6842 (alpha_setup_arbitrary_frame): ...to this.
6843 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6844 for alpha_setup_arbitrary_frame.
6845
f4f9705a
AC
68462002-04-18 Andrew Cagney <cagney@redhat.com>
6847
6848 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6849 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 6850
f4f9705a
AC
6851 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6852 * target.h (memory_breakpoint_from_pc): Update declaration.
6853 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6854
6855 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6856 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6857 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6858 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6859 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6860 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6861 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6862 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6863 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6864 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6865 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6866 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6867
6868 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6869 const pointer.
6870 * monitor.c (monitor_insert_breakpoint): Ditto.
6871 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6872
6873 * config/mcore/tm-mcore.h: Update copyright.
6874 * mem-break.c: Ditto.
6875 * xstormy16-tdep.c: Ditto.
6876
29f319b8
PM
68772002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6878
6879 * p-exp.y: Add precedence rule for '^' token.
6880 This removes the shift/reduce conflicts.
6881 Remove the comment concerning these shift/reduce conflicts.
6882
ebeac11a
EZ
68832002-04-18 Elena Zannoni <ezannoni@redhat.com>
6884
6885 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6886 (registers_powerpc_nofp): New register set for processors
6887 without floating point unit.
6888
27c31547
DM
68892002-04-18 David S. Miller <davem@redhat.com>
6890
6891 * MAINTAINERS: Add myself to write-after-approval.
6892
47a73475
MS
68932002-04-17 Michael Snyder <msnyder@redhat.com>
6894
6895 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6896
953836b2
AC
68972002-04-17 Andrew Cagney <ac131313@redhat.com>
6898
6899 * rs6000-tdep.c (frame_initial_stack_address): Use
6900 frame_register_read to read the alloca_reg.
6901
8b0d4340
AC
69022002-04-17 Andrew Cagney <ac131313@redhat.com>
6903
6904 * frame.c (find_saved_register): Find saved registers in the next
6905 not prev frame.
6906 Fix PR gdb/365.
6907
d8864532
AC
69082002-04-17 Andrew Cagney <ac131313@redhat.com>
6909
6910 * gdbarch.sh (LANG): Set to ``c''.
6911
36cc83a3 69122002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 6913
36cc83a3 6914 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 6915
2f4150cc 69162002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
6917
6918 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6919 Update copyright.
6920
628703c6 6921 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 6922 Also fix PR gdb/391.
361d1df0 6923
56157b4a
AC
69242002-04-14 Andrew Cagney <ac131313@redhat.com>
6925
6926 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6927 * aclocal.m4, configure: Re-generate.
6928 Fix PR gdb/391.
361d1df0 6929
6d1e3329
EZ
69302002-04-14 Elena Zannoni <ezannoni@redhat.com>
6931
6932 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6933 instead of tm_print_insn.
6934
cb06fa07
EZ
69352002-04-14 Elena Zannoni <ezannoni@redhat.com>
6936
6937 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6938
f208ba17
AC
69392002-04-14 Andrew Cagney <ac131313@redhat.com>
6940
6941 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6942 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6943 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6944
20f01a46
DH
69452002-04-12 Don Howard <dhoward@redhat.com>
6946
6947 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6948 max_user_call_depth.
6949 (init_cmd_lists): Initialize the new value;
6950 * cli/cli-script.c (execute_user_command): Limit the call depth of
6951 user defined commands. This avoids a core-dump when user commands
6952 are infinitly recursive.
6953
a88376a3
KB
69542002-04-12 Kevin Buettner <kevinb@redhat.com>
6955
6956 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6957 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6958 from tdep struct instead of DEFAULT_LR_SAVE.
6959 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6960 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6961 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6962
f2172603
MS
69632002-04-12 Michael Snyder <msnyder@redhat.com>
6964
694f61fb 6965 * Remote.c: Spelling fix.
20fe79c8
MS
6966 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6967 If no symbol found for "sbrk", try "_sbrk".
6968 (make_output_phdrs): Use bfd_section_name.
6969 (gcore_copy_callback): Use bfd_section_name.
62995fc4 6970 * eval.c: Indentation fix-ups.
169a7369
MS
6971 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6972 in case it gets applied to an address that is already
6973 in the instruction space.
de74f71f
MS
6974 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6975 * symfile.c: Fix indentation, long lines.
f2172603
MS
6976 * source.c: White space fix-up.
6977
cda5a58a
AC
69782002-04-12 Andrew Cagney <cagney@redhat.com>
6979
6980 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6981 * frame.c (frame_register_read): New function. Return non-zero on
6982 success.
6983 (read_relative_register_raw_bytes_for_frame): Delete.
6984 (read_relative_register_raw_bytes): Delete.
6985 * frame.h (frame_register_read): Declare.
6986 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6987 * sh-tdep.c: Ditto.
6988 * infcmd.c (do_registers_info): Ditto.
6989 * hppa-tdep.c: Ditto.
6990 * rs6000-tdep.c: Ditto.
6991 * h8500-tdep.c: Ditto.
6992 * mips-tdep.c: Ditto.
6993 * h8300-tdep.c: Ditto.
6994 * z8k-tdep.c: Ditto.
6995
2ea5f656
KB
69962002-04-12 Kevin Buettner <kevinb@redhat.com>
6997
6998 From Jimi X <jimix@watson.ibm.com>:
6999 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
7000 64-bit SysV ABI.
7001
27b15785
KB
70022002-04-12 Kevin Buettner <kevinb@redhat.com>
7003
7004 From Jimi X <jimix@watson.ibm.com>:
7005 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
7006 bfd info.
7007
5d57ee30
KB
70082002-04-12 Kevin Buettner <kevinb@redhat.com>
7009
7010 From Jimi X <jimix@watson.ibm.com>:
7011 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
7012 register sets for these processor variants.
7013
bc1e36ca
DJ
70142002-04-11 Daniel Jacobowitz <drow@mvista.com>
7015
bc1e36ca
DJ
7016 * regformats/reg-ppc.dat: Support FPSCR.
7017
e3f36dbd
KB
70182002-04-11 Kevin Buettner <kevinb@redhat.com>
7019
7020 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
7021 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7022 Add fpscr as an invalid/unfetchable register.
7023 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
7024 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
7025 (fill_fpregset): Add support for register fpscr.
7026 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
7027 (fill_gregset): Account for the fact that register ``mq'' might
7028 not exist.
7029 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
7030 (registers_power): Add fpscr to register set at slot 71.
7031 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
7032 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
7033
943c9c25
MS
70342002-04-11 Michael Snyder <msnyder@redhat.com>
7035
7036 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7037 * configure: Regenerate.
7038 * config.in: Regenerate.
7039 * acconfig.h: Add define for _SYSCALL32.
7040 * core-sol2.c: Remove #define _SYSCALL32.
7041 * solib-legacy.c: Remove #define _SYSCALL32.
7042
d8c0a2e7
AC
70432002-04-10 Andrew Cagney <ac131313@redhat.com>
7044
7045 * stack.c (select_frame): Cleanup internal error message, do not
7046 use %p.
7047
7cc19214
AC
70482002-04-10 Andrew Cagney <ac131313@redhat.com>
7049
7050 * stack.c (select_frame): Check that selected_frame and the
7051 specified level are as expected.
7052 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7053 Update copyright.
7054 * frame.h (struct frame_info): Add field `level'. Update
7055 copyright.
7056 Work-in-progress PR gdb/464.
7057
67a2b77e
AC
70582002-04-10 Andrew Cagney <ac131313@redhat.com>
7059
7060 * maint.c (maint_print_section_info): Rename print_section_info.
7061 (print_bfd_section_info, print_objfile_section_info): Update.
7062 * inferior.h (struct gdbarch): Add opaque declaration.
7063 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7064 * gdbarch.h: Regenerate.
7065
8cfda98c
ML
70662002-04-10 Michal Ludvig <mludvig@suse.cz>
7067
7068 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7069 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7070 (kernel_u_size): Added.
7071 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7072 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7073
ca439ad2 70742002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 7075
ca439ad2
JI
7076 * valarith.c (find_size_for_pointer_math): New function, either returns
7077 the size for a pointer's target, returns 1 for void *, or errors for
7078 incomplete types.
7079 (value_add, value_sub): use find_size_for_pointer_math.
7080
2f2893d9
DJ
70812002-04-09 Daniel Jacobowitz <drow@mvista.com>
7082
7083 * linux-low.c (linux_look_up_symbols): New hook.
7084 (linux_target_ops): Add linux_look_up_symbols.
7085 * remote-utils.c (decode_address): New function.
7086 (look_up_one_symbol): New function.
7087 * server.c (handle_query): Call target look_up_symbols hook.
7088 * server.h (look_up_one_symbol): Add prototype.
7089 * target.h (struct target_ops): Add look_up_symbols hook.
7090
96cb11df
AC
70912002-04-09 Andrew Cagney <ac131313@redhat.com>
7092
7093 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7094 override FP_REGNUM with frame->fp. Update copyright.
7095 * parse.c (num_std_regs, std_regs): Delete.
7096 (target_map_name_to_register): Do not search std_regs. Update
7097 function description.
7098 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7099 declarations. Update copyright.
7100 Fix PR gdb/251.
361d1df0 7101
97658e92
DJ
71022002-04-09 Daniel Jacobowitz <drow@mvista.com>
7103
7104 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7105 after the last symbol in a block.
7106
6044e3eb
PM
71072002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7108
7109 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7110 is non zero as a found symbol.
7111
0406ec40
AC
71122002-04-08 Andrew Cagney <ac131313@redhat.com>
7113
7114 * findvar.c: Include "builtin-regs.h".
7115 (value_of_register): Call value_of_builtin_reg when applicable.
7116 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7117 (target_map_name_to_register): Call
7118 builtin_reg_map_name_to_regnum.
7119 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7120 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7121 (builtin_regs_h): Define.
7122 (builtin-regs.o): New target.
7123 (findvar.o): Add $(builtin_regs_h).
7124 * builtin-regs.c, builtin-regs.h: New files.
7125 * std-regs.c: New file.
7126 Partial fix for PR gdb/251.
7127
56a6dfb9
KB
71282002-04-08 Kevin Buettner <kevinb@redhat.com>
7129
7130 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7131 it's no longer required.
7132
3a808432
AC
71332002-04-08 Andrew Cagney <ac131313@redhat.com>
7134
7135 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7136
7c40d541
KB
71372002-04-08 Kevin Buettner <kevinb@redhat.com>
7138
7139 From Jimi X <jimix@watson.ibm.com>:
7140 * rs6000-tdep.c (rs6000_software_single_step): Use
7141 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7142 and size. Use target_insert_breakpoint() and
7143 target_remove_breakpoint() to insert and remove breakpoints
7144 instead of explicit memory reads and writes.
7145
cc9836a8
KB
71462002-04-08 Kevin Buettner <kevinb@redhat.com>
7147
7148 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7149 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7150 ELF_OBJECT_FORMAT ifdef.
7151
7495d1dc
KB
71522002-04-08 Kevin Buettner <kevinb@redhat.com>
7153
7154 From Jimi X <jimix@watson.ibm.com>:
7155 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7156
4288e836
KB
71572002-04-08 Kevin Buettner <kevinb@redhat.com>
7158
7159 From Jimi X <jimix@watson.ibm.com>:
7160 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7161 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7162
a4e4e501
MK
71632002-04-07 Mark Kettenis <kettenis@gnu.org>
7164
7165 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7166 s/asprintf/xasprintf/.
7167 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7168
006defba
AC
71692002-04-07 Andrew Cagney <ac131313@redhat.com>
7170
7171 I believe Jeff Law denies responsability for this one:
7172 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7173 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7174 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7175 Work-around for PR gdb/366.
7176
7aa83cac
EZ
71772002-04-07 Elena Zannoni <ezannoni@redhat.com>
7178
7179 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7180 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7181 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7182
cf1fcca1
EZ
71832002-04-07 Elena Zannoni <ezannoni@redhat.com>
7184
7185 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7186 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7187 information.
7188
3f289e6f
AC
71892002-04-07 Andrew Cagney <ac131313@redhat.com>
7190
7191 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7192 maintainer.
7193
129188f6
AC
71942002-04-07 Andrew Cagney <ac131313@redhat.com>
7195
7196 * README (Reporting Bugs in GDB): Document the bug web page as the
7197 prefered way of submitting bugs.
7198 Fix PR gdb/402.
7199
1200cd6e
AC
72002002-04-06 Andrew Cagney <ac131313@redhat.com>
7201
7202 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7203 -1. Update comment.
7204 * gdbarch.h, gdbarch.c: Re-generate.
7205
2853c33c
AS
72062002-04-07 Andreas Schwab <schwab@suse.de>
7207
7208 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7209 buffer to regcache_collect.
7210
c2169756
AC
72112002-04-06 Andrew Cagney <ac131313@redhat.com>
7212
7213 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7214 * gdbarch.c, gdbarch.h: Re-generate.
7215
25f1b008
AC
72162002-04-06 Andrew Cagney <ac131313@redhat.com>
7217
7218 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7219 declaration. Fix -Werror.
7220
59263426
DJ
72212002-04-05 Daniel Jacobowitz <drow@mvista.com>
7222
7223 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7224 * gdbarch.c: Regenerate.
7225
f5db4da3
MS
72262002-04-05 Michael Snyder <msnyder@redhat.com>
7227
80f8a6eb
MS
7228 * breakpoint.c (clear_command): Rewrite middle section to
7229 combine two loops with identical control conditions.
7230 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
7231 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7232
ad3dcc5c
L
72332002-04-05 H.J. Lu (hjl@gnu.org)
7234
7235 * solib-svr4.c (bkpt_names): Add "__start".
7236
f32e7a74
AC
72372002-04-04 Andrew Cagney <ac131313@redhat.com>
7238
7239 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7240 as test for 64 bit target.
7241
8227c0ff
AC
72422002-04-05 Andrew Cagney <ac131313@redhat.com>
7243
7244 * h8500-tdep.c (h8500_write_fp): Delete function.
7245 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7246 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7247 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7248 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7249 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7250 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7251 (s390_write_fp):
7252 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7253 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7254 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7255 (d10v_write_fp): Delete function.
7256 * inferior.h (write_fp, generic_target_write_fp): Delete
7257 declarations.
7258 * regcache.c (generic_target_write_fp): Delete function.
7259 (write_fp): Delete function.
7260 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7261 * gdbarch.h, gdbarch.c: Regenerate.
7262 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7263 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7264 (sparc64_write_fp): Delete declaration.
7265 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7266 (h8500_write_fp): Delete declaration.
7267
2757dd86
AC
72682002-04-04 Andrew Cagney <ac131313@redhat.com>
7269
7270 * sparc-tdep.c (sparc64_write_fp): Delete.
7271 (sparc_push_dummy_frame): Replace write_fp call with code to store
7272 the FP directly.
7273 (sparc_gdbarch_init): Do not initialize write_fp.
7274
c69255e1
KB
72752002-04-05 Kevin Buettner <kevinb@redhat.com>
7276
7277 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7278 clause.
7279
ae767bfb
JB
72802002-03-29 Jim Blandy <jimb@redhat.com>
7281
7282 * stack.c (get_selected_block): Add new argument `addr_in_block',
7283 used to return the exact code address we used to select the block,
7284 not just the block.
7285 * blockframe.c (get_frame_block, get_current_block): Same.
7286 * frame.h (get_frame_block, get_current_block,
7287 get_selected_block): Update declarations.
7288 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7289 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7290
84d2ac95
MS
72912002-04-05 Michael Snyder <msnyder@redhat.com>
7292
7293 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7294 warning message.
7295
596aa3bf
JB
72962002-04-05 J. Brobecker <brobecker@gnat.com>
7297
7298 * utils.c (xfullpath): New function.
7299 * defs.h (xfullpath): Add declaration.
7300 * source.c (openp): Use xfullpath in place of gdb_realpath to
7301 avoid resolving the basename part of filenames when the
7302 associated file is a symbolic link. This fixes a potential
7303 inconsistency between the filenames known to GDB and the
7304 filenames it prints in the annotations.
7305 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7306 to be able to match a filename with either the real filename, or
7307 the name of any symbolic link to this file.
7308 (lookup_partial_symtab): Ditto.
7309
c02f5703
MS
73102002-04-04 Michael Snyder <msnyder@redhat.com>
7311
7312 * breakpoint.c: Add support for hardware breakpoints in overlays.
7313 (overlay_events_enabled): New state variable.
7314 (insert_breakpoints): Use overlay_events_enabled to decide
7315 whether to attempt to set a breakpoint at the overlay load addr.
7316 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7317 (remove_breakpoint): Use overlay_events_enabled to decide
7318 whether breakpoints need to be removed from overlay load addr.
7319 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7320 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 7321 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
7322 disable_overlay_breakpoints): Update overlay_events_enabled.
7323
5fb290d7
DJ
73242002-04-04 Daniel Jacobowitz <drow@mvista.com>
7325
7326 * dwarf2read.c (struct function_range): New.
7327 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7328 (check_cu_functions): New.
7329 (read_file_scope): Initialize global function lists.
7330 Call dwarf_decode_line after processing children.
7331 (read_func_scope): Add to global function list.
7332 (dwarf_decode_lines): Call check_cu_functions everywhere
7333 record_line is called. Call record_line with a linenumber
7334 of 0 to mark sequence ends.
7335
7b3fabf0
ML
73362002-04-04 Michal Ludvig <mludvig@suse.cz>
7337
361d1df0 7338 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
7339 change sync with glibc.
7340
bce58c09
JB
73412002-04-03 Jim Blandy <jimb@redhat.com>
7342
7343 * configure.in: Call AC_C_INLINE.
7344 * configure: Regenerated.
361d1df0 7345
2fccf04a
DJ
73462002-04-01 Daniel Jacobowitz <drow@mvista.com>
7347
7348 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7349 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7350
2d1bfe2e
MK
73512002-03-31 Mark Kettenis <kettenis@gnu.org>
7352
a5941fbf
MK
7353 * NEWS: Mention gcore support on FreeBSD/i386.
7354
a90cd31d
MK
7355 * fbsd-proc.c: New file.
7356 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7357 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7358
2d1bfe2e
MK
7359 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7360 while statement.
7361
9eb6e5a1
JB
73622002-03-29 Jim Blandy <jimb@redhat.com>
7363
7364 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7365 unescaped newlines in string literals, but newer ones don't. So
7366 escape them.
7367
f02df580
MS
73682002-03-26 Michael Snyder <msnyder@redhat.com>
7369 Andrew Cagney <cagney@redhat.com>
7370
361d1df0 7371 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
7372 restore file to memory.
7373 * cli/cli-dump.h: New file.
7374 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 7375 * NEWS: Mention new commands.
f02df580 7376
109f874e
MS
73772002-03-28 Michael Snyder <msnyder@redhat.com>
7378
7379 * symfile.c (symbol_file_add): Move test for null symbols to later.
7380
520f6ade
AC
73812002-03-27 Andrew Cagney <ac131313@redhat.com>
7382
7383 From veksler at il.ibm.com:
7384 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7385 the xstrduped original path.
7386 Fix PR gdb/417.
7387
d4654627
MS
73882002-03-27 Michael Snyder <msnyder@redhat.com>
7389
7390 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7391 * infcmd.c (_initialize_infcmd): Ditto.
7392 * language.c (_initialize_language): Ditto.
7393 * symfile.c (_initialize_symfile): Ditto.
7394 * top.c (_init_main): Ditto.
7395 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7396
6be8bc0c
EZ
73972002-03-27 Elena Zannoni <ezannoni@redhat.com>
7398
7399 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7400 vector registers handling.
7401 (skip_prologue): Handle new AltiVec instructions. Fill in new
7402 fields of frame data.
7403 (frame_get_saved_regs): Fill in information for AltiVec registers.
7404
12af6855
JB
74052002-03-27 Jim Blandy <jimb@redhat.com>
7406
7407 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7408 a function; leave this macro here to invoke that function.
7409 (symbol_init_mangled_name): Declaration for that function.
7410 * symtab.c (symbol_init_mangled_name): New function.
7411
dc672865
AC
74122002-03-27 Andrew Cagney <ac131313@redhat.com>
7413
7414 * valarith.c: Replace strerror with safe_strerror.
7415 * tracepoint.c: Ditto.
7416 * lin-lwp.c: Ditto.
7417 * go32-nat.c: Ditto.
7418 * inflow.c: Ditto.
7419 * gnu-nat.c: Ditto.
7420
d96429cd
AS
74212002-03-27 Andreas Schwab <schwab@suse.de>
7422
7423 * event-top.c (command_line_handler): Remove useless if.
7424
7e336ba1
AJ
74252002-03-27 Andreas Jaeger <aj@suse.de>
7426
7427 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7428 comment.
7429
de220d0f
ML
74302002-03-27 Michal Ludvig <mludvig@suse.cz>
7431
7432 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7433 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7434 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7435 (x86_64_linux_dr_get_status, supply_gregset),
7436 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7437 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7438 (x86_64_register_info_table): Add.
7439 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7440 (x86_64_register_raw_size, x86_64_register_virtual_type),
7441 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7442 general x86_64_register_info_table.
7443 (i386_gdbarch_init): gdbarch_register_bytes is now set
7444 dynamicaly during initialization.
7445 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7446 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 7447
0e98d0a7
DJ
74482002-03-27 Daniel Jacobowitz <drow@mvista.com>
7449
7450 * gdbserver/server.c (main): Call target_signal_to_host_p
7451 and target_signal_to_host on signals received from the remote.
7452 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7453 target_signal_from_host on signals sent to the remote.
7454 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7455 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7456
3130066b
DJ
74572002-03-27 Daniel Jacobowitz <drow@mvista.com>
7458
7459 * signals/signals.c: Include "server.h" in gdbserver build.
7460 (target_signal_from_name): Don't use STREQ.
7461 (_initialize_signals): Likewise. Don't include function in
7462 gdbserver build.
7463
9aedf4f4
DJ
74642002-03-27 Daniel Jacobowitz <drow@mvista.com>
7465
7466 * signals.c: Moved to...
7467 * signals/signals.c: Here.
7e336ba1 7468 * Makefile (signals.o): Update.
9aedf4f4 7469
3fa41cdb
JL
74702002-03-26 Jeff Law (law@redhat.com)
7471
7472 * somread.c (som_symtab_read): Remove some commented out code and
7473 updated related comments. Do not set the minimal symbol table to
7474 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7475 in a dynamic executable.
7476 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7477 where we are unable to find the minimal symbol for the given
7478 PC value.
7479
ee677e8d
MS
74802002-03-25 Jeff Law (law@redhat.com)
7481
7482 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7483
e76e1718
ML
74842002-03-25 Michal Ludvig <mludvig@suse.cz>
7485
7486 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7487
18a642a1
AC
74882002-03-23 Andrew Cagney <ac131313@redhat.com>
7489
7490 * command.h: Update copyright.
7491 (struct cmd_list_element): Replace definition with opaque
7492 declaration.
7493 (enum cmd_types): Document that it will eventually be moved to
7494 cli/cli-decode.h
7495 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7496 (MALLOCED_REPLACEMENT): Delete macro.
7497 * Makefile.in (cli_decode_h): Add $(command_h).
7498 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 7499 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
7500 * completer.c: Include "cli/cli-decode.h".
7501 * maint.c: Include "cli/cli-decode.h".
7502 * cli/cli-decode.h: Include "command.h".
7503 (enum command_class): Delete.
7504 (enum cmd_types): Comment out.
7505 (enum cmd_auto_boolean): Delete.
7506 (enum var_types): Delete.
7507
b2875cc0
AC
75082002-03-23 Andrew Cagney <ac131313@redhat.com>
7509
7510 * cli/cli-decode.c: Include "gdb_assert.h".
7511 (add_set_or_show_cmd): New static function.
7512 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7513 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7514 all fields, such as func, from the set command.
7515
3b45974e
AC
75162002-03-23 Andrew Cagney <ac131313@redhat.com>
7517
7518 * MAINTAINERS (sh-elf): Change warning flag to -w.
7519
823ca731
AC
75202002-03-23 Andrew Cagney <cagney@redhat.com>
7521
7522 * defs.h (error): Add printf format attribute.
7523 * thread-db.c (thread_from_lwp): Fix error format string.
7524 * stack.c (parse_frame_specification): Ditto.
7525 * cli/cli-decode.c (undef_cmd_error): Ditto.
7526 * scm-lang.c (scm_lookup_name): Ditto.
7527 * tracepoint.c (trace_error): Ditto.
7528 * remote-utils.c (usage): Ditto.
7529 * remote.c (compare_sections_command): Ditto.
7530 Fix PR gdb/328.
7531
0e101458
AC
75322002-03-22 Andrew Cagney <ac131313@redhat.com>
7533
7534 * gdbtypes.c (append_composite_type_field): New function.
7535 (init_composite_type): New function.
7536 * gdbtypes.h (append_composite_type_field): Declare.
7537 (init_composite_type): Ditto.
7538
8e0662df
EZ
75392002-03-22 Elena Zannoni <ezannoni@redhat.com>
7540
7541 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 7542 function.
8e0662df
EZ
7543 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7544 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7545 structure returning convention for SYSV ABI case, but not
7546 for GNU/Linux, FreeBSD, or NetBSD.
7547
3121eff0
DJ
75482002-03-22 Daniel Jacobowitz <drow@mvista.com>
7549
7550 * symtab.h (lookup_block_symbol): Add mangled_name argument
7551 to prototype.
7552
7553 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7554 with new mangled_name argument.
7555 * linespec.c (decode_line_1): Likewise.
7556 * valops (value_of_this): Likewise.
7557 * symtab.c (lookup_transparent_type): Likewise.
7558 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7559 (lookup_symbol): If we are given a mangled name, pass it down
7560 to lookup_symbol_aux.
7561 (lookup_block_symbol): If we are given a mangled name to check
7562 against, only return symbols which match it.
7563
349b409f
CF
75642002-03-22 Christopher Faylor <cgf@redhat.com>
7565
7566 * win32-nat.c (child_create_inferior): Check for proper shell to use
7567 here, in case the user changes it on the fly.
7568 (_initialize_inftarg): Remove shell path considerations.
7569
2a873819
EZ
75702002-03-21 Elena Zannoni <ezannoni@redhat.com>
7571
7572 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7573 for gdbarch_max_register_raw_size and max_register_virtual_size.
7574 Adjust copyright year.
7575
a1b9830c
DJ
75762002-03-21 Daniel Jacobowitz <drow@mvista.com>
7577
7578 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7579 in a function to cover the entire beginning of the function
7580 as well if it does not already.
7581
8b5790f2
TR
75822002-03-21 Tom Rix <trix@redhat.com>
7583
7584 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7585 (rs6000_ptrace64): Renamed from ptrace64.
7586
bdbe5747
MH
75872002-03-20 Martin M. Hunt <hunt@redhat.com>
7588
7589 * gdbserver/remote-utils.c (remote_open): Don't call
7590 getprotobyname, we're all using TCP here so just use
7591 IPPROTO_TCP.
7e336ba1 7592 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
7593
75942002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 7595
bdbe5747
MH
7596 * regcache.c (_initialize_regcache): No need to call
7597 build_regcache() at this time; it gets called whenever
7598 the gdbarch changes.
7599
7781cd62
DB
76002002-03-20 David O'Brien <obrien@FreeBSD.org>
7601
7602 * sparc-nat.c: Include sys/param.h where possible.
7603
f65ca430
DJ
76042002-03-20 Daniel Jacobowitz <drow@mvista.com>
7605
7606 Fix PR gdb/422.
7607 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7608 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7609 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7610 complex types.
7611 * stabsread.c (rs6000_builtin_type): Likewise.
7612 (read_sun_floating_type): Likewise.
7613
0c867556
PS
76142002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7615
7616 * stabsread.c (read_member_functions): Remove skip code for duplicate
7617 constructor/destructor methods. Use standard parsing for these
7618 methods and just do not chain them to the list of methods after
7619 parsing.
7620
12b9c64f
AO
76212002-03-19 Alexandre Oliva <aoliva@redhat.com>
7622
7623 * coffread.c: Remove redundant static declarations. Replace
7624 occurrences of `PTR' with `void *'.
7625 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7626 * top.h (quit_cover): Likewise.
7627 * defs.h (catch_errors): Likewise.
7628
349c5d5f
AC
76292002-03-18 Andrew Cagney <ac131313@redhat.com>
7630
7631 * defs.h (XMALLOC): Define.
7632 * gdb-events.sh (XMALLOC): Delete macro.
7633 * gdb-events.c, gdb-events.h: Regenerate.
7634 * gdbarch.sh (XMALLOC): Delete macro.
7635 * gdbarch.c: Regenerate.
7636 * serial.c (XMALLOC): Delete macro.
7637 * ui-file.c (XMALLOC): Ditto.
7638 * ser-unix.h (XMALLOC): Ditto.
7639 * sh-tdep.c (XMALLOC): Ditto.
7640 * ui-out.c (XMALLOC): Ditto.
7641 * utils.c (XMALLOC): Ditto.
7642 * i386-tdep.c (XMALLOC): Ditto.
7643 * gdb-events.c (XMALLOC): Ditto.
7644 * d10v-tdep.c (XMALLOC): Ditto.
7645 * cli-out.c (XMALLOC): Ditto.
7646
7647 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7648 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7649 * ui-file.c, ui-out.c: Ditto.
7650
7d0766f3
AC
76512002-03-18 Andrew Cagney <ac131313@redhat.com>
7652
7653 * command.h (struct cmd_list_element): Add field context.
7654 (set_cmd_context, get_cmd_context): Declare.
7655 * cli/cli-decode.h: Ditto.
7656 * cli/cli-decode.c (get_cmd_context): New function.
7657 (set_cmd_context): New function.
7658 (add_cmd): Initialize context.
7659 Part of fixing PR gdb/145 and PR gdb/146.
7660
5913bcb0
AC
76612002-03-17 Andrew Cagney <ac131313@redhat.com>
7662
1868c04e
AC
7663 * cli/cli-decode.c (cmd_type): New function.
7664 * command.h (cmd_type): Declare.
7665 * infrun.c (set_schedlock_func): Call function cmd_type.
7666 * kod.c (kod_set_os): Call cmd_type.
7667 * cris-tdep.c (cris_version_update): Use function cmd_type.
7668 (cris_mode_update, cris_abi_update): Ditto.
7669
5913bcb0
AC
7670 * command.h: (execute_cmd_post_hook): Declare.
7671 (execute_cmd_pre_hook): Declare.
7672 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7673 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7674 functions. Execute pre/post hook while ensuring that afterwords
7675 hook_in is cleared.
7676 * top.c (execute_command): Use execute_cmd_post_hook, and
7677 execute_cmd_pre_hook to execute pre/post commands.
7678 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7679 hook_stop_stub.
7680 (hook_stop_stub): Call execute_cmd_pre_hook.
7681
b51450c9
AC
76822002-03-17 Andrew Cagney <ac131313@redhat.com>
7683
7684 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7685 set'' and this leads to a core dump. Move xstrdup of
7686 operating_system to after check that it is not NULL.
7687
f66c9f11
AC
76882002-03-17 Andrew Cagney <ac131313@redhat.com>
7689
8e694ecf
AC
7690 * kod.c (kod_set_os): Remove unnecessary check that
7691 ``command->type'' is set_cmd.
7692
f66c9f11
AC
7693 * valprint.c (set_input_radix): Use input_radix.
7694 (set_output_radix): Use output_radix.
7695 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7696 isn't reverted.
7697
9d01611c
AC
76982002-03-16 Andrew Cagney <ac131313@redhat.com>
7699
7700 * value.h (struct value): Delete field ``substring_addr''. Change
7701 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
7702 force_core_addr_align and force_pointer_aligh.
7703
7704 * value.h (struct value): Fix typo in above change.
9d01611c 7705
4156bb53
PS
77062002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7707
7708 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7709 to fix internal_error from ``maintenance print architecture''.
7710
0e5e3ea6
PS
77112002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7712
7713 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7714 for gcc versions after gcc-2.8.1.
7715
9b013045
PS
77162002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7717
7718 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7719 for method resolution. Restore adjustment of ``this'' pointer after
7720 calling value_struct_elt, which was accidentally removed during the
7721 HP merge.
7722
376c9600
AC
77232002-03-15 Andrew Cagney <ac131313@redhat.com>
7724
7725 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7726 value_of_register.
7727 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7728 get_saved_register.
7729 * value.h (value_of_register): Update.
7730
a4db0f07
RH
77312002-03-14 Richard Henderson <rth@redhat.com>
7732
7733 * configure.in: Detect declaration for canonicalize_file_name.
7734 * utils.c (canonicalize_file_name): Declare, if needed.
7735 (gdb_realpath): Prefer realpath if available and usable.
7736 * config.in, configure: Rebuild.
7737
96383835
RH
77382002-03-14 Richard Henderson <rth@redhat.com>
7739
7740 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7741 a constant array bound.
7742
7743 * MAINTAINERS: Add myself to write-after-approval.
7744
75245b24
MS
77452002-03-14 Michael Snyder <msnyder@redhat.com>
7746
7747 * symfile.c (syms_from_objfile): Return immediately if no syms.
7748 (symbol_file_add): Return immediately if no syms.
7749 (find_sym_fns): Return immediately if no syms.
7750
e641a1ca
ML
77512002-03-13 Michal Ludvig <mludvig@suse.cz>
7752
7753 * gdbserver/remote-util.c (remote_open): Print remote-side's
7754 IP address when remote debugging over the network.
7e336ba1 7755
df08bfec
DB
77562002-03-12 David O'Brien <obrien@FreeBSD.org>
7757
7758 * config/sparc/fbsd.mh: Fix copyright.
7759 * config/sparc/fbsd.mt: Likewise.
7760
9a57864f
RE
77612002-03-11 Richard Earnshaw <rearnsha@arm.com>
7762
7763 * MAINTAINERS: Fix typo in name of gdb warnings option.
7764 (x86-64): Fix formating so that this can be parsed by awk.
7765
dd7bf85e
DJ
77662002-03-10 Daniel Jacobowitz <drow@mvista.com>
7767
7768 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7769 * defs.h: Include "gdb/signals.h".
7770 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7771
33a0a2ac
ML
77722002-03-10 Michal Ludvig <mludvig@suse.cz>
7773
7774 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 7775 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
7776 from x86-64-tdep.h
7777
dd824b04
DJ
77782002-03-10 Daniel Jacobowitz <drow@mvista.com>
7779 Don Howard <dhoward@redhat.com>
7780
7781 * mips-tdep.c (ST0_FR): Define.
7782 (mips2_fp_compat): New function, temporarily disabled.
7783 (mips_read_fp_register_single): New function.
7784 (mips_read_fp_register_double): New function.
7785 (mips_print_register): Use them.
7786 (do_fp_register_row): Likewise.
7787
6a41ff59
AC
77882002-03-09 Andrew Cagney <ac131313@redhat.com>
7789
7790 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7791 approval''.
7792
4ea09c10
PS
77932002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7794
7795 * stabsread.c (read_member_functions): Fix is_stub test for
7796 static member functions, improve comment.
7797
6ccc741d
RE
77982002-03-07 Richard Earnshaw <rearnsha@arm.com>
7799
7800 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7801 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7802 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7803 commands that set boolean values.
7804 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7805 (arm_rdi_resume): Always initialize PC.
7806 (arm_rdi_open): Don't use rslt as a boolean.
7807 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7808 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7809 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7810 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7811
438013df
AO
78122002-03-06 Alexandre Oliva <aoliva@redhat.com>
7813
7814 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7815 * configure: Rebuilt.
7816
70ed8774
SC
78172002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7818
7819 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7820 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7821
5ba2abeb
AC
78222002-03-06 Andrew Cagney <ac131313@redhat.com>
7823
7824 * cli/cli-decode.c (set_cmd_completer): New function.
7825 * command.h (set_cmd_completer): Declare.
7826 * cli/cli-decode.h (set_cmd_completer): Ditto.
7827
7828 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7829 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7830 * win32-nat.c (_initialize_inftarg): Ditto.
7831 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7832 * proc-api.c (_initialize_proc_api): Ditto.
7833 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7834 * source.c (_initialize_source): Ditto.
7835 * exec.c (_initialize_exec): Ditto.
7836 * solib.c (_initialize_solib): Ditto.
7837 * top.c (init_main): Ditto.
7838 * tracepoint.c (_initialize_tracepoint): Ditto.
7839 * symfile.c (_initialize_symfile): Ditto.
7840 * printcmd.c (_initialize_printcmd): Ditto.
7841 * infcmd.c (_initialize_infcmd): Ditto.
7842 * corefile.c (_initialize_core): Ditto.
7843
f779ca99
AC
78442002-03-05 Andrew Cagney <ac131313@redhat.com>
7845
7846 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7847
01a3934b
AC
78482002-03-05 Andrew Cagney <ac131313@redhat.com>
7849
7850 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7851
37057839
AC
78522002-03-05 Andrew Cagney <ac131313@redhat.com>
7853
7854 * NEWS: Update headings, 5.2 has branched.
7855
c6ecbae5
DJ
78562002-03-04 Daniel Jacobowitz <drow@mvista.com>
7857
7858 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7859 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7860 (register_addr, REGISTER_RAW_SIZE): Likewise.
7861 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7862 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7863
e9f30c21
ML
78642002-03-03 Michal Ludvig <mludvig@suse.cz>
7865
7866 * MAINTAINERS (x86-64): Add myself.
7867 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7868 changed value_ptr -> struct value *
7869
54394ac3
DB
78702002-03-01 David O'Brien <obrien@FreeBSD.org>
7871
7872 * configure.host (sparc64-*-freebsd): Add.
7873 * configure.tgt: Likewise.
7874 * config/sparc/fbsd.mh: New file.
7875 * config/sparc/fbsd.mt: Likewise.
7876 * config/sparc/nm-fbsd.h: Likewise.
7877 * config/sparc/tm-fbsd.h: Likewise.
7878
bfe95955
DJ
78792002-03-01 Daniel Jacobowitz <drow@mvista.com>
7880
7881 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7882 regformats/reg-s390x.dat.
7883
f33c6cbf
AC
78842002-03-01 Andrew Cagney <ac131313@redhat.com>
7885
7886 * utils.c: Add FIXME explaining true/false problem.
7887
5ecaa7dd
AC
78882002-02-28 Andrew Cagney <ac131313@redhat.com>
7889
7890 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7891
2a251cc2
MC
78922002-02-28 Michael Chastain <mec@shout.net>
7893
7894 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7895
6a8031a3 78962002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
7897
7898 * gdbserver/linux-s390-low.c: New file.
7899 * regformats/reg-s390.dat: New file.
7900 * regformats/reg-s390x.dat: New file.
7901 * gdbserver/configure.srv: Add S/390.
7902 * gdbserver/Makefile.in: Add S/390.
7903 * configure.tgt: Enable gdbserver for S/390.
7904
ac469903
EZ
79052002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7906
7907 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7908 first line of the doc string for "info dos", except at the end of
7909 the sentence, since the short help stops at the first period.
7910
985cb1a3
JM
79112002-02-28 Jason Merrill <jason@redhat.com>
7912
7913 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7914
c570663e
FF
79152002-02-27 Fred Fish <fnf@redhat.com>
7916
7917 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7918 comment (dumy -> dummy).
7919
43630227
PS
79202002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7921
7922 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7923
b84911e8
RB
79242002-02-27 Rodney Brown <rbrown64@csc.com.au>
7925
7926 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7927
58caa3dc
DJ
79282002-02-27 Daniel Jacobowitz <drow@mvista.com>
7929
7930 * gdbserver/acconfig.h: New file.
7931 * gdbserver/i387-fp.c: New file.
7932 * gdbserver/i387-fp.h: New file.
7933 * gdbserver/linux-x86-64.c: New file.
7934 * regformats/reg-x86-64.dat: New file.
7935 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7936 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7937 * gdbserver/configure.in: Add support for regsets.
7938 * gdbserver/config.in: Regenerate.
7939 * gdbserver/configure: Regenerate.
7940 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7941 * gdbserver/linux-low.h: New file.
7942 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7943 for regsets.
7944 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7945 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7946 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7947 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7948 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7949 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7950 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7951 "i387-fp.h". Add PTRACE_GETREGS and friends.
7952 * gdbserver/regcache.c (supply_register): New function.
7953 (supply_register_by_name): New function.
7954 (collect_register): New function.
7955 (collect_register_by_name): New function.
7956
93652174
DJ
79572002-02-27 Daniel Jacobowitz <drow@mvista.com>
7958
7959 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7960 (config.status): Add configure.srv dependency.
7961 (server_h): Add config.h dependency.
7962
a02e4a61
DJ
79632002-02-27 Daniel Jacobowitz <drow@mvista.com>
7964
7965 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7966 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7967 * gdbserver/configure.srv: Change i386-*-linux* to use
7968 reg-i386-linux.o.
7969
ce0eebec
AC
79702002-02-26 Andrew Cagney <ac131313@redhat.com>
7971
7972 * x86-64-tdep.c: Re-indent. Update copyright date.
7973
82dbc5f7
AC
79742002-02-26 Andrew Cagney <ac131313@redhat.com>
7975
7976 From Michal Ludvig <mludvig@suse.cz>:
7977 * x86-64-tdep.c (value.h): Delete.
7978 (gdb_assert.h): Include.
7979 (x86_64_register_convert_to_virtual,
7980 x86_64_register_convert_to_raw ): Add check which lets only
7981 floating-point values to be converted.
7982 (value_push): Delete.
7983 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7984 (i386_gdbarch_init): Number of register_bytes fixed.
7985
e4621584
AC
79862002-02-26 Andrew Cagney <ac131313@redhat.com>
7987
7988 * MAINTAINERS: Add x86-64 target.
7989
81a9a963
AC
79902002-02-26 Andrew Cagney <ac131313@redhat.com>
7991
7992 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7993 * osfsolib.c (solib_map_sections): Ditto.
7994 * irix5-nat.c (solib_map_sections): Ditto.
7995 * corelow.c (gdb_check_format): Ditto.
7996 * symfile.c (symfile_bfd_open): Ditto.
7997 * solib.c (solib_map_sections): Ditto.
7998 Fix PR gdb/354.
7e336ba1 7999
0f017ab9
AC
80002002-02-26 Andrew Cagney <ac131313@redhat.com>
8001
8002 * remote.c (_initialize_remote): By default, disable ``e'' and
8003 ``E'' step out-of-range packets.
8004
75738c29
AS
80052002-02-26 Andreas Schwab <schwab@suse.de>
8006
8007 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
8008 m68k_linux_frame_saved_pc.
8009 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
8010 in_sigtramp.
8011 (SIGCONTEXT_PC_OFFSET): Remove.
8012 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
8013 m68k_linux_sigtramp_saved_pc): New functions.
8014 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
8015 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
8016 (UCONTEXT_PC_OFFSET): Define.
8017 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
8018 non-RT and RT signal trampolines.
8019
7e8ed687
RE
80202002-02-26 Richard Earnshaw <rearnsha@arm.com>
8021
8022 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
8023 (TARGET_NBPG, STACK_END_ADDR): Delete
8024 (VARIABLES_INSIDE_BLOCK): Delete.
8025
6972bc8b
AC
80262002-02-25 Andrew Cagney <ac131313@redhat.com>
8027
8028 * utils.c (perror_with_name): Make string parameter constant.
8029 (print_sys_errmsg): Ditto.
8030 (query): Ditto.
8031 * defs.h (perror_with_name): Update.
8032 (print_sys_errmsg): Update.
8033 (query): Update.
8034
aa32f823
DJ
80352002-02-25 Daniel Jacobowitz <drow@mvista.com>
8036
8037 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8038 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8039
19caaa45
PS
80402002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8041
8042 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8043 if it already matches the current architecture from the exec file.
8044 Include arch-utils.h for gdbarch_info_init prototype.
8045 * Makefile.in (rs6000-nat.o): Update dependencies.
8046
d951901f
EZ
80472002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8048
8049 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8050 list of exported variables.
8051
7ea81414
DJ
80522002-02-24 Daniel Jacobowitz <drow@mvista.com>
8053
8054 * gdbserver/configure.srv: New file.
8055 * gdbserver/configure.in: Use configure.srv instead
8056 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8057 from it.
8058 * gdbserver/configure: Regenerated.
8059 * gdbserver/terminal.h: New file.
8060 * gdbserver/Makefile.in: Update for configure changes. Remove
8061 more unneeded include paths.
8062
080fe24b
AC
80632002-02-24 Andrew Cagney <ac131313@redhat.com>
8064
8065 From wiz at danbala:
8066 * config/sparc/tm-sp64.h: Fix grammar and typos.
8067 Fix PR gdb/287.
8068
8605d56e
AC
80692002-02-24 Andrew Cagney <ac131313@redhat.com>
8070
8071 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
8072 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8073 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8074 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
8075 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8076 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8077 * s390-tdep.c: Ditto.
92362027
AC
8078 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8079 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8080 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8081 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8082 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8083 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8084 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8085 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8086 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8087 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 8088 Fix PR gdb/378.
7e336ba1 8089
8ed32cc0
AC
80902002-02-23 Andrew Cagney <ac131313@redhat.com>
8091
a3007b6f
AC
8092 * lin-thread.c: Delete file.
8093 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8094 to gdb_proc_service.h.
8095 * configure: Re-generate.
8096
50a9e2f1
AC
8097 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8098 * serial.c (serial_open): Delete check for "ocd".
8099 Fix PR gdb/349.
8100
8b6e7932
AC
8101 * Makefile.in (linux-thread.o): Delete target.
8102 * linux-thread.c: Delete file.
8103
d155c46b
AC
8104 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8105 renamed SH files to be consistent.
8106
8ed32cc0
AC
8107 * symtab.c (sort_search_symbols): Use xfree.
8108
0e18d038
RE
81092002-02-23 Richard Earnshaw <rearnsha@arm.com>
8110
8111 * arm-linux-tdep.c (arm_linux_init_abi): Register
8112 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8113 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8114 definition with undef, since we don't want the sysvr4 definition.
8115 (SKIP_TRAMPOLINE_CODE): Likewise.
8116
27aac7ff
AC
81172002-02-23 Andrew Cagney <ac131313@redhat.com>
8118
8119 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8120
8121 * configure.in: (AC_CHECK_FUNCS) Added test for
8122 canonicalize_file_name Regenerated.
8123 * config.in, configure: Regenerated.
8124 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8125 defined use canonicalize_file_name.
7e336ba1 8126
65a6e0ee
MC
81272002-02-23 Michael Chastain <mec@shout.net>
8128
8129 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8130
47b95330
AC
81312002-02-23 Andrew Cagney <ac131313@redhat.com>
8132
8133 * README: Remove references to cygnus.com.
8134 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8135 dot com'' form. Remove references to cygnus.com and sourceware.
8136
696f451b
AC
81372002-02-23 Andrew Cagney <ac131313@redhat.com>
8138
8139 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8140 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8141 1003.1-2001 no longer allows "head -1".
8142 * gdb/Makefile.in (version.c): Likewise.
8143 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8144 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8145 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8146
bbaca940
AC
81472002-02-23 Andrew Cagney <ac131313@redhat.com>
8148
8149 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8150 * command.h (cmd_cfunc_eq): Declare.
8151 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8152
8153 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8154 ``struct cmd_list_element *''.
8155 * cli/cli-cmds.c (is_complete_command): Update. Use
8156 cmd_cfunc_eq.
8157 * top.c (execute_command): Pass the command to
8158 is_complete_command.
8159 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8160
b8b8b047
AC
81612002-02-23 Andrew Cagney <ac131313@redhat.com>
8162
8163 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8164 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8165 architecture defines.
8166 * s390-tdep.c (s390_gdbarch_init): Likewise.
8167
19d3fc80
RE
81682002-02-23 Richard Earnshaw <rearnsha@arm.com>
8169
8170 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8171 (arm_linux_push_arguments): Likewise.
8172 (arm_linux_init_abi): Register them. Also register linux-specific
8173 call_dummy_words.
8174 (find_minsym_and_objfile): Use strcmp, not STREQ.
8175 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8176 (arm_linux_call_dummy_words): Delete declaration.
8177 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8178 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8179 declarations.
8180 (LOWEST_PC): Delete.
8181
3ab13650
PS
81822002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8183
8184 * maint.c (print_section_info): Do not prepend `0x' to filepos
8185 output, it will be handled by local_hex_string_custom.
8186
19d3fc80 81872002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
8188
8189 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8190 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8191 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8192
d85a5daf
JB
81932002-02-22 Jim Blandy <jimb@redhat.com>
8194
8195 Indicate that the bcache functions don't change the strings
8196 they're passed.
8197 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8198 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8199
eeb25b8a
PM
82002002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8201
8202 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8203
6badb179
CF
82042002-02-21 Christopher Faylor <cgf@redhat.com>
8205
8206 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8207 find the complete path to a loaded DLL.
8208
e8717518
FF
82092002-02-21 Fred Fish <fnf@redhat.com>
8210
8211 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8212 that marks the end of the range of a function, enter a line number
8213 entry that has a line number of zero and a PC offset that matches
8214 the end of the function. This starts a range of PC's for which no
8215 line number information is known.
8216 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8217 PC's for which no line number info is found (line number is zero)
8218 then we didn't find any valid line information.
8219 * symtab.h: Document use of zero line number entry.
8220
9abe5450
EZ
82212002-02-21 Elena Zannoni <ezannoni@redhat.com>
8222
8223 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8224 (have_ptrace_getvrregs): Define for run time checks.
8225 (gdb_vrregset_t): New type for Altivec register handling.
8226 (fetch_register, store_register): Fetch/store altivec register
8227 when needed.
8228 (fetch_altivec_register, store_altivec_register): New functions.
8229 (supply_vrregset, fill_vrregset): New functions.
8230 (fetch_altivec_registers, store_altivec_registers): New functions.
8231 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8232 registers as well.
8233
aaa38bb5
AJ
82342002-02-21 Jiri Smid <smid@suse.cz>
8235
8236 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8237
b34db576
RE
82382002-02-21 Richard Earnshaw <rearnsha@arm.com>
8239
8240 * Makefile.in (armnbsd-nat.o): Update dependencies.
8241 * armnbsd-nat.c (supply_gregset): New function. Common code to
8242 supply the integer register set.
8243 (supply_fparegset): New function. Similar for FPA registers.
8244 (fetch_regs, fetch_fp_regs): Use them.
8245 (fetch_core_registers): Likewise.
8246 (fetch_elfcore_registers): New function.
8247 (arm_netbsd_elfcore_fns): New core-file type specification.
8248 (_initialize_arm_netbsd_nat): Register it.
8249
3e56fc4b
RE
82502002-02-21 Richard Earnshaw <rearnsha@arm.com>
8251
8252 * armnbsd-nat.c: Include gdbcore.h.
8253 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8254 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8255 'void' to declaration, to shut up ARI.
8256 (fetch_core_registers): Make static. Rewrite using supply_register.
8257 (arm_netbsd_core_fns): New core-file type specification.
8258 (_initialize_arm_netbsd_nat): New function.
8259
097f6b0b
CF
82602002-02-21 Christopher Faylor <cgf@redhat.com>
8261
8262 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8263 value.
8264
c914e0cc
CF
82652002-02-20 Christopher Faylor <cgf@redhat.com>
8266
8267 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8268 fails.
8269
385fa495
DJ
82702002-02-20 Daniel Jacobowitz <drow@mvista.com>
8271
8272 * jv-exp.y (parse_number): Change type of implicit longs
8273 to builtin_type_uint64.
8274
e5f1222d
DJ
82752002-02-20 Daniel Jacobowitz <drow@mvista.com>
8276
8277 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8278 to be an integer instead of a `union wait'.
8279
75c9abc6
DJ
82802002-02-20 Daniel Jacobowitz <drow@mvista.com>
8281
8282 * mips-linux-nat.c: Call the operating system GNU/Linux.
8283 * mips-linux-tdep.c: Likewise.
8284 * mips-tdep.c: Likewise.
8285
551792a5
DJ
82862002-02-20 Daniel Jacobowitz <drow@mvista.com>
8287
8288 Fix PR gdb/265.
8289 * jv-exp.y (parse_number): Handle 64-bit integers.
8290
ee6e2b82
DJ
82912002-02-20 Daniel Jacobowitz <drow@mvista.com>
8292
8293 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8294 AC_STDC_HEADERS to AC_HEADER_STDC.
8295 * gdbserver/configure: Regenerated.
8296
a48442a0
RE
82972002-02-20 Richard Earnshaw <rearnsha@arm.com>
8298
8299 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8300 is defined.
8301 * sparc-tdep.c (get_longjmp_target): Likewise.
8302
fe419ffc
RE
83032002-02-20 Richard Earnshaw <rearnsha@arm.com>
8304
8305 * News: Add news about ARM and Multi-arch. Mention the new target
8306 arm*-*-netbsd*.
8307
5832ed7e
JB
83082002-02-19 Jim Blandy <jimb@redhat.com>
8309
8310 * stabsread.c (error_type_complaint): Improve error message.
8311
84563040
DJ
83122002-02-19 Daniel Jacobowitz <drow@mvista.com>
8313
8314 * gdbserver/README: Update documentation.
8315 * gdbserver/configure.in: Update configury to match documentation.
8316 * gdbserver/Makefile.in: Likewise.
8317 * gdbserver/configure: Regenerated.
8318 * gdbserver/aclocal.m4: New file, generated by aclocal.
8319 * gdbserver/config.in: New file, generated by autoheader.
8320
375fd65b
RE
83212002-02-19 Richard Earnshaw <rearnsha@arm.com>
8322
8323 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8324 armnbsd-nat.c.
8325
08216dd7
RE
83262002-02-19 Richard Earnshaw <rearnsha@arm.com>
8327
8328 * arm-tdep.h (enum arm_float_model): New enum.
8329 (struct gdbarch_tdep): Add fp_model.
8330 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8331 up floating-point conversions until we know the floating-point model
8332 in use by the inferior. Don't complain about being unable to
8333 determine the ABI of the inferior when we don't have one.
8334 (arm_extract_return_value): Support different floating-point models.
8335 (arm_store_return_value): Likewise.
aaa38bb5 8336 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
8337 ARM_FLOAT_SOFT.
8338 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8339
65d6d66a
PS
83402002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8341
8342 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8343 of ``current_gdbarch''.
8344
47221191
RE
83452002-02-19 Richard Earnshaw <rearnsha@arm.com>
8346
8347 * armnbsd-nat.c : ANSIfy all function declarations.
8348 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8349 (fetch_inferior_registers): Re-implement in terms of above.
8350 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8351 (store_inferior_registers): Re-implement in terms of above.
8352
fdf39c9a
RE
83532002-02-19 Richard Earnshaw <rearnsha@arm.com>
8354
aaa38bb5 8355 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
8356 kernel.
8357 * arm-linux-tdep.c: Likewise.
8358 * config/arm/tm-linux.h: Likewise.
8359
93247f88
RE
83602002-02-19 Richard Earnshaw <rearnsha@arm.com>
8361
8362 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8363 * config/arm/nbsd.mt (TM_FILE): Delete.
8364 * config/arm/tm-nbsd.h: Delete.
8365
d7b486e7
RE
83662002-02-19 Richard Earnshaw <rearnsha@arm.com>
8367
8368 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8369 Initialize CALL_DUMMY_LENGTH.
8370
41d39a95
RE
83712002-02-19 Richard Earnshaw <rearnsha@arm.com>
8372
8373 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8374 function.
8375 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 8376 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
8377 defines one thing and that is incorrect for this port.
8378 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8379
e1195560
PM
83802002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8381
8382 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8383
c1748f97
PM
83842002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8385
8386 * win32-nat.c (display_selector): New function. Displays information
8387 about the information returned by GetThreadSelectorEntry API function.
8388 (display_selectors): New function. Displays the infomation of
8389 the selector given as argument, or of CS, DS ans FS selectors
8390 if no argument is given.
8391 ( _initialize_inftarg): Add "w32" as info prefix command.
8392 Add "info w32 selector" as command calling display_selectors.
8393
e41e6bbf
PM
83942002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8395
8396 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8397 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8398 if not defined.
8399
0d3a9f48
RE
84002002-02-18 Richard Earnshaw <rearnsha@arm.com>
8401
8402 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8403
3fb4b924
RE
84042002-02-18 Richard Earnshaw <rearnsha@arm.com>
8405
8406 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8407 (arm_fix_call_dummy): Call it.
8408 (arm_call_dummy_breakpoint_offset): Delete.
8409 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8410 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8411
7f55af32
AC
84122002-02-18 Andrew Cagney <ac131313@redhat.com>
8413
8414 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8415 Default to func_frame_chain_valid.
8416 * gdbarch.h, gdbarch.c: Re-generate.
8417 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8418
05f13b9c
EZ
84192002-02-18 Elena Zannoni <ezannoni@redhat.com>
8420
8421 * ppc-linux-nat.c: Update copyright.
8422 (fetch_register, store_register): Add tid parameter, don't compute
8423 tid here.
8424 (fetch_ppc_registers, store_ppc_registers): Add tid
8425 parameter. Pass it along to callees.
8426 (fetch_inferior_registers, store_inferior_registers): Compute tid
8427 here, and pass it to calleed functions.
8428 (fill_gregset, supply_fpregset): Clean up formatting.
8429
d7afb4c9
RE
84302002-02-18 Richard Earnshaw <rearnsha@arm.com>
8431
8432 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8433 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8434
9df628e0
RE
84352002-02-18 Richard Earnshaw <rearnsha@arm.com>
8436
8437 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8438 * gdbarch.c gdbarch.h: Regenerate.
8439 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8440 function.
8441 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8442 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8443 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8444
8445 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8446 * arm-tdep.c (arm_get_longjmp_target): New function.
8447 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8448 this to a positive value register arm_get_longjmp_target as the
8449 longjmp handler.
8450 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8451 (arm_linux_init_abi): Set up longjmp description in tdep.
8452 * armnbsd-nat.c (get_longjmp_target): Delete.
8453 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8454 description in tdep.
8455 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8456 (get_longjmp_target): Delete declaration.
8457 (GET_LONGJMP_TARGET): Delete.
8458 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8459 (GET_LONGJMP_TARGET): Delete.
8460
57bc8964
KB
84612002-02-17 Kevin Buettner <kevinb@redhat.com>
8462
8463 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8464 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8465 of ``current_gdbarch''.
8466
83d31a92
TT
84672002-02-17 Tom Tromey <tromey@redhat.com>
8468
8469 * cli/cli-cmds.c (compare_strings): New function.
8470 (complete_command): Only print each unique item once.
8471 * completer.h (complete_line): Declare.
8472 * completer.c (complete_line): New function.
8473 (line_completion_function): Use it.
8474
17ef5d92
AC
84752002-02-16 Andrew Cagney <ac131313@redhat.com>
8476
8477 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8478 * gdbarch.h, gdbarch.c: Re-generate.
8479
491b8946
DJ
84802002-02-16 Daniel Jacobowitz <drow@mvista.com>
8481
8482 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8483
84842002-02-16 Daniel Jacobowitz <drow@mvista.com>
8485
8486 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8487 * valops.c (value_arg_coerce): Don't take the address of a reference
8488 to convert an argument to a reference.
8489
dfe7f3ac
CF
84902002-02-15 Christopher Faylor <cgf@redhat.com>
8491
8492 * win32-nat.c (get_image_name): New function.
8493 (handle_load_dll): Use get_image_name function.
8494 (get_child_debug_event): Avoid registering debug events until possibly
8495 execed process is started.
8496 (child_create_inferior): Allow invocation via shell so that command
8497 line redirection, etc. works ok.
8498 (_initialize_inftarg): Add new command: "set shell" to control whether
8499 a shell is used to start a process.
8500
1d33e73a
DJ
85012002-02-15 Daniel Jacobowitz <drow@mvista.com>
8502
8503 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8504 instead of find_register_by_number.
8505 (cannot_store_register): Likewise.
8506
48cd0caa
PM
85072002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8508
aaa38bb5 8509 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
8510 fprintf_unfiltered (gdb_stderr, ...).
8511
8656e7d8
DJ
85122002-02-15 Daniel Jacobowitz <drow@mvista.com>
8513
8514 * gdbserver/gdbserver.1: Document --attach.
8515
66e810cd
RE
85162002-02-15 Richard Earnshaw <rearnsha@arm.com>
8517
8518 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8519 descriptions.
8520 * arm-tdep.c (arm_default_arm_le_breakpoint)
8521 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8522 (arm_default_thumb_be_breakpoint): New. Initialize them from
8523 traditional breakpoint defines.
8524 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8525 (arm_gdbarch_init): Initialize new breakpoint variables.
8526 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8527 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8528 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8529 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8530 code out to ...
8531 (arm_netbsd_init_abi_common): ... here; new function.
8532 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8533 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8534 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8535 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8536
97e03143
RE
85372002-02-15 Richard Earnshaw <rearnsha@arm.com>
8538
8539 * arm-tdep.h (enum arm_abi): New enum.
8540 (struct gdbarch_tdep): New structure.
8541 (LOWEST_PC): Provide a default.
8542 (arm_gdbarch_register_os_abi): Declare new function.
8543 * arm-tdep.c (arm_abi_names): New array.
8544 (process_note_abi_tag_sections): New function.
8545 (get_elfosabi): New function.
8546 (arm_gdbarch_register_os_abi): New function.
8547 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8548 support for that ABI has been built in, then call the appropriate
8549 configuration routine. Use gdbarch_num_regs() to get the number
8550 of registers.
8551 (arm_dump_tdep): New function.
8552 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8553 place-holder functions.
8554 (_initialize_arm_tdep): Register them.
8555 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8556
8557 * armnbsd-tdep.c: New file.
8558 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8559 * config/arm/nbsd.mt (TDEPFILES): Add it.
8560 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8561
8562 * armnbsd-nat.c: Include regcache.h.
8563 * Makefile.in (armnbsd-nat.o): Update dependency list.
8564
8565 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8566
ad68be46
DJ
85672002-02-14 Daniel Jacobowitz <drow@mvista.com>
8568
8569 * gdbserver/Makefile.in: Fix typos in target rules.
8570
003d6d1d
DJ
85712002-02-14 Daniel Jacobowitz <drow@mvista.com>
8572
aaa38bb5 8573 Fix part of PR gdb/267.
003d6d1d
DJ
8574 * linespec.c (find_methods): Handle constructors specially for now.
8575
6b230f1b
CV
85762002-02-14 Corinna Vinschen <vinschen@redhat.com>
8577
8578 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8579 handling.
8580 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8581 standard_coerce_float_to_double().
8582
1ea98d12
CF
85832002-02-14 Christopher Faylor <cgf@redhat.com>
8584
8585 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8586 GDBINIT_FILENAME.
8587
dd47e6fd
EZ
85882002-02-14 Elena Zannoni <ezannoni@redhat.com>
8589
8590 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8591 find_variant_by_name, because it confuses the multiarch
8592 framework. Return NULL if there isn't an architecture with the
8593 user supplied name, instead of forcing a different one without
8594 recording the change with the multiarch machinery.
8595 (find_variant_by_name): Delete.
8596
d7e39b9e
PS
85972002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8598
8599 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8600 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8601
76e42a4f
MH
86022002-02-13 Martin M. Hunt <hunt@redhat.com>
8603
aaa38bb5 8604 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
8605 print_frame_info_listing_hook, set current_source_symtab.
8606
0a30fbc4
DJ
86072002-02-14 Daniel Jacobowitz <drow@mvista.com>
8608
8609 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8610 and remove unused $(INCLUDE_DIR).
8611 Add regcache.c to OBS.
8612 Add generated register protocol files to clean target.
8613 Update dependencies for new objects, obsolete old target code.
8614
8615 * gdbserver/linux-low.c: Remove all platform-specific code to
8616 new files. Remove various dead code. Update to use regcache
8617 functionality.
8618 * gdbserver/remote-utils.c (fromhex): Add return statement
8619 to quiet warning.
8620 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8621 constant.
8622 (input_interrupt): Add integer parameter to match prototype
8623 of a signal handler.
8624 (outreg): Use register_data ().
8625 (prepare_resume_reply): Use gdbserver_expedite_regs.
8626 * gdbserver/server.c (main): Dynamically allocate own_buf because
8627 PBUFSIZ is no longer constant. Use registers_to_string () and
8628 registers_from_string ().
8629 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8630 for error (), fatal (), and warning (). Update definition of
8631 PBUFSIZ to use regcache functionality. Add include guard.
8632 * gdbserver/utils.c (fatal): Add missing ``const''.
8633 (warning): New function.
8634
8635 * regformats/regdat.sh: Include "regcache.h" in generated files.
8636 Provide init_registers () function.
8637 * regformats/regdef.h: Add prototype for set_register_cache ().
8638 Add include guard.
8639
8640 * gdbserver/linux-arm-low.c: New file.
8641 * gdbserver/linux-i386-low.c: New file.
8642 * gdbserver/linux-ia64-low.c: New file.
8643 * gdbserver/linux-m68k-low.c: New file.
8644 * gdbserver/linux-mips-low.c: New file.
8645 * gdbserver/linux-ppc-low.c: New file.
8646 * gdbserver/linux-sh-low.c: New file.
8647
8648 * gdbserver/regcache.c: New file.
8649 * gdbserver/regcache.h: New file.
8650
8651 * gdbserver/low-linux.c: Removed obsolete file.
8652
4cc841d0
DJ
86532002-02-14 Daniel Jacobowitz <drow@mvista.com>
8654
8655 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8656 * config/i386/linux.mt: Likewise.
8657 * config/ia64/linux.mt: Likewise.
8658 * config/m68k/linux.mh: Likewise.
8659 * config/powerpc/linux.mh: Likewise.
8660 * config/mips/linux.mt: Likewise.
8661
8662 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8663
8664 * config/i386/i386lynx.mh: Mark gdbserver variables
8665 as (currently) obsolete for this target.
8666 * config/i386/nbsd.mt: Likewise.
8667 * config/i386/nbsdelf.mt: Likewise.
8668 * config/m32r/m32r.mt: Likewise.
8669 * config/m68k/m68klynx.mh: Likewise.
8670 * config/m68k/nbsd.mt: Likewise.
8671 * config/m68k/sun3os4.mh: Likewise.
8672 * config/mips/vr5000.mt: Likewise.
8673 * config/ns32k/nbsd.mt: Likewise.
8674 * config/pa/hppabsd.mh: Likewise.
8675 * config/pa/hppaosf.mh: Likewise.
8676 * config/powerpc/nbsd.mt: Likewise.
8677 * config/rs6000/rs6000lynx.mh: Likewise.
8678 * config/s390/s390.mt: Likewise.
8679 * config/s390/s390x.mt: Likewise.
8680 * config/sparc/sparclynx.mh: Likewise.
8681 * config/sparc/sun4os4.mh: Likewise.
8682 * config/i386/x86-64linux.mt: Likewise.
8683 * config/sparc/linux.mh: Likewise.
8684
a85f51e7
DJ
86852002-02-14 Daniel Jacobowitz <drow@mvista.com>
8686
8687 * configure.tgt: Configure gdbserver only for known working
8688 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8689 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8690 SUBDIRS if it is configured. Update comment for ${nativefile}.
8691 * configure: Regenerated.
8692
65554fef
MS
86932002-02-13 Michael Snyder <msnyder@redhat.com>
8694
670a52db
MS
8695 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8696
6dbdc4a3
MS
8697 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8698 (default_gcore_mach): Just return 0, work around a problem in bfd.
8699 (default_gcore_target): OK to return NULL if exec_bfd is null.
8700 (make_mem_sec): Use a cast, avoid a warning.
8701
8702 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 8703 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
8704 sizeof (host pointer) != sizeof (target pointer)).
8705 (procfs_make_note_section): Avoid overflow in psargs string.
8706
aaa38bb5 8707 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
8708 implementation return an error.
8709
87102002-02-13 Rodney Brown <rbrown64@csc.com.au>
8711
8712 * procfs.c (procfs_make_note_section): Provide a default definition
8713 (for alpha-dec-osf4.0f). Fix typos.
8714
1e4d76e7
EZ
87152002-02-13 Elena Zannoni <ezannoni@redhat.com>
8716
8717 * linux-proc.c: Add include of regcache.h.
8718 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8719
b6d1a1d5
AC
87202002-02-13 Andrew Cagney <ac131313@redhat.com>
8721
8722 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
8723 * memattr.c (create_mem_region): Disallow useless empty region.
8724 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 8725 non-overlapping.
b6d1a1d5 8726
6c6ea35e
MC
87272002-02-13 Michael Chastain <mec@shout.net>
8728
8729 * defs.h: Kill CONST_PTR.
8730 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8731 * c-lang.c (c_builtin_types): Likewise.
8732 * ch-lang.c (ch_builtin_types): Likewise.
8733 * f-lang.c (f_builtin_types): Likewise.
8734 * language.c (unknown_builtin_types): Likewise.
8735 * m2-lang.c (m2_builtin_types): Likewise.
8736 * p-lang.c (pascal_builtin_types): Likewise.
8737 * scm-lang.c (c_builtin_types): Likewise.
8738
3e0b0f48
KS
87392002-02-13 Keith Seitz <keiths@redhat.com>
8740
8741 * arm-tdep.h (arm_get_next_pc): Add declaration.
8742
67255d04
RE
87432002-02-13 Richard Earnshaw <rearnsha@arm.com>
8744
8745 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8746 with other related struct-returning functions.
8747 (arm_extract_struct_value_address): New function.
8748 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8749 initialize float_format, double_format and long_double_format as
8750 appropriate to the endianness of the target.
8751 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8752 (arm_use_struct_convention): Delete declaration.
8753 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8754
079777f6
KS
87552002-02-13 Keith Seitz <keiths@redhat.com>
8756
8757 * defs.h (core_addr_to_string_nz): New function.
8758
34588f23
MK
87592002-02-13 Mark Kettenis <kettenis@gnu.org>
8760
8761 Apply missing bits of 2002-01-15 patch.
8762 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8763 (fill_fpregset): Use i387_fill_fsave.
8764
49b563f9
KS
87652002-02-12 Keith Seitz <keiths@redhat.com>
8766
49b563f9
KS
8767 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8768 (core_addr_to_string_nz): New function.
8769
aeb98c60
RE
87702002-02-11 Richard Earnshaw <rearnsha@arm.com>
8771
8772 * arm-linux-nat.c: Really include arm-tdep.h.
8773 * config/arm/tm-linux.h (struct type, struct value): Declare.
8774
65554fef
MS
87752002-02-11 Michael Snyder <msnyder@redhat.com>
8776
8777 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8778 (gcore section): Ifdef for Solaris and Unixware only.
8779 (procfs_do_thread_registers): Unixware needs one lwpstatus
8780 per thread (not one prstatus or pstatus).
8781 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8782 not over all gdb threads. For unixware, call elfcore_write_pstatus
8783 once before iterating over threads.
8784
34e8f22d
RE
87852002-02-11 Richard Earnshaw <rearnsha@arm.com>
8786
8787 * arm-tdep.h: New file.
8788 * arm-tdep.c: Include arm-tdep.h.
8789 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8790 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8791 (arm_print_float_info, arm_register_type, convert_to_extended)
8792 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8793 (arm_extract_return_value, arm_register_name): Make static.
8794 (arm_software_single_step): Similarly. Fix types in declaration.
8795 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8796 (arm_store_return_value, arm_store_struct_return): New functions.
8797 (arm_gdbarch_init): Register the above functions. Also register
8798 call_dummy_start_offset, sizeof_call_dummy_words,
8799 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8800 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 8801 max_register_virtual_size, register_size. Set up
34e8f22d
RE
8802 prologue_cache.saved_regs here, rather than ...
8803 (_initialize_arm_tdep): ... here.
8804 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8805 declarations.
8806 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8807 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8808 (arm_print_float_info, arm_register_type, convert_to_extended)
8809 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8810 (arm_extract_return_value, arm_register_name): Delete declarations.
8811 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8812 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8813 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8814 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8815 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8816 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8817 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8818 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8819 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8820 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8821 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8822 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8823 interface.
8824 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8825 * remote-rdi.c remote-rdp.c: Likewise.
8826 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8827 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8828 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8829 definition.
8830
8831 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8832 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8833 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8834 from non-ARM_ prefixed definitions.
8835 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8836 all uses of above.
8837 * remote-rdi.c remote-rdp.c: Likewise.
8838 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8839
148754e5
RE
88402002-02-11 Richard Earnshaw <rearnsha@arm.com>
8841
8842 * arm-tdep.c (arm_frameless_function_invocation)
8843 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8844 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8845 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8846 (arm_pop_frame, arm_get_next_pc): Make static.
8847 (arm_gdbarch_init): Register above in gdbarch structure.
8848 (arm_read_fp): Renamed from arm_target_read_fp.
8849 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8850 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8851 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8852 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8853 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8854 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8855 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
8856 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8857 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8858 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8859 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 8860
434d2d4f
DJ
88612002-02-10 Daniel Jacobowitz <drow@mvista.com>
8862
8863 * symtab.c (compare_search_syms): New function.
8864 (sort_search_symbols): New function.
8865 (search_symbols): Sort symbols after searching rather than
8866 before.
8867
55241689
AC
88682002-02-10 Andrew Cagney <ac131313@redhat.com>
8869
8870 * NEWS: Linux -> GNU/Linux.
8871
028c194b
AC
88722002-02-10 Andrew Cagney <ac131313@redhat.com>
8873
8874 * gdbarch.sh: For for level one methods, disallow a definition
8875 when partially multi-arched. Add comments explaining rationale.
8876 * gdbarch.h: Re-generate.
8877
6acf50cd
AC
88782002-02-10 Andrew Cagney <ac131313@redhat.com>
8879
8880 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8881 multi-arch partial.
aaa38bb5 8882
50248794
AC
88832002-02-10 Andrew Cagney <ac131313@redhat.com>
8884
8885 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8886 field. Use diff -u.
8887 * gdbarch.c: Re-generate.
8888
c30e0066
AC
88892002-02-10 Andrew Cagney <ac131313@redhat.com>
8890
9b56c5f3 8891 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
8892 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8893 partial.
8894
6e6d6484
AC
88952002-02-10 Andrew Cagney <ac131313@redhat.com>
8896
8897 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8898 multi-arch partial.
8899 (PUSH_ARGUMENTS): Switch to using predefault.
8900 * gdbarch.c: Regenerate.
8901
c203844d
AC
89022002-02-10 Andrew Cagney <ac131313@redhat.com>
8903
8904 * valops.c (PUSH_ARGUMENTS): Delete definition.
8905 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8906 partial. Default to default_push_arguments.
8907 * gdbarch.h, gdbarch.c: Regenerate.
8908
b5a2688f
AC
89092002-02-09 Andrew Cagney <ac131313@redhat.com>
8910
8911 * defs.h (throw_exception): Rename return_to_top_level. Update
8912 comments.
8913 * utils.c (error_stream, internal_verror, quit): Ditto.
8914 * top.c (throw_exception, catcher): Ditto.
8915 * sparclet-rom.c (sparclet_load): Ditto.
8916 * remote.c (interrupt_query, minitelnet): Ditto.
8917 * remote-sds.c (interrupt_query): Ditto.
8918 * remote-mips.c (mips_error, mips_kill): Ditto.
8919 * ocd.c (interrupt_query): Ditto.
8920 * monitor.c (monitor_interrupt_query): Ditto.
8921 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8922 * target.h: Update comment.
aaa38bb5 8923
b5a2688f 8924 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 8925
2fa5c1e0
AC
89262002-02-09 Andrew Cagney <ac131313@redhat.com>
8927
8928 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8929 default_double_format.
8930 * gdbarch.h, gdbarch.c: Re-generate.
8931 * findvar.c (floatformat_unknown): Delete variable definition.
8932 * doublest.h (floatformat_unknown): Delete variable declaration.
8933
da966255
JB
89342002-02-09 Jim Blandy <jimb@redhat.com>
8935
8936 * stabsread.c (read_type): Add code to parse Sun's syntax for
8937 prototyped function types.
8938
123a4891
AC
89392002-02-09 Andrew Cagney <ac131313@redhat.com>
8940
8941 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8942 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8943
fb39c8f3
PS
89442002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8945
8946 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8947 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8948 now _initialize_xcoffsolib gets called again and overrides the
8949 commands from solib.c in a native configuration.
8950
0b87a11d
MK
89512002-02-09 Mark Kettenis <kettenis@gnu.org>
8952
8953 * doublest.c (store_typed_floating): Don't try to return a value.
8954 Fixes PR gdb/290.
8955
bdc2fc72
JB
89562002-02-08 Jim Blandy <jimb@redhat.com>
8957
8958 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8959 is prototyped and has no arguments, print its argument list as
8960 `(void)'.
8961
da69bbcf
CD
89622002-02-08 Chris Demetriou <cgd@broadcom.com>
8963
8964 * MAINTAINERS (write-after-approval): Add myself.
8965 (paper-trail): I've escaped!
aaa38bb5 8966
b69571f5
CF
89672002-02-08 Christopher Faylor <cgf@redhat.com>
8968
8969 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8970 changes.
8971 (_initialize_check_for_gdb_ini): Ditto.
8972
f6871398
MH
89732002-02-08 Martin M. Hunt <hunt@redhat.com>
8974
8975 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8976 xaprintf -> xasprintf.
8977
4e52d31c
PM
89782002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
8979
8980 * win32-nat.c: Remove use of printf and sprintf functions.
8981
39bbf761
RE
89822002-02-08 Richard Earnshaw <rearnsha@arm.com>
8983
8984 * arm-tdep.c (arm_frame_chain_valid): Make static.
8985 (arm_push_arguments): Likewise.
8986 (arm_gdbarch_init): New function.
8987 (_initialize_arm_tdep): Call it.
8988 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8989 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8990 (FRAME_CHAIN_VALID): Delete.
8991 (arm_frame_chain_valid): Delete declaration.
8992 (PUSH_ARGUMENTS): Delete.
8993 (arm_push_arguments): Delete declaration.
8994 (CALL_DUMMY_P): Delete.
8995
9c9532c9
CV
89962002-02-08 Andrew Cagney <ac131313@redhat.com>
8997 Corinna Vinschen <vinschen@redhat.com>
8998
8999 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
9000 on builtin float types.
9001
4e8f7a8b
DJ
90022002-02-08 Daniel Jacobowitz <drow@mvista.com>
9003
9004 * utils.c: Include <curses.h> before "bfd.h".
9005 * tui/tui-hooks.c: Likewise.
9006 * tui/tui.c: Likewise.
9007 * tui/tuiCommand.c: Likewise.
9008 * tui/tuiData.c: Likewise.
9009 * tui/tuiDataWin.c: Likewise.
9010 * tui/tuiDisassem.c: Likewise.
9011 * tui/tuiGeneralWin.c: Likewise.
9012 * tui/tuiIO.c: Likewise.
9013 * tui/tuiLayout.c: Likewise.
9014 * tui/tuiRegs.c: Likewise.
9015 * tui/tuiSource.c: Likewise.
9016 * tui/tuiSourceWin.c: Likewise.
9017 * tui/tuiStack.c: Likewise.
9018 * tui/tuiWin.c: Likewise.
9019
cd4bffcf
EZ
90202002-02-07 Elena Zannoni <ezannoni@redhat.com>
9021
9022 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
9023 to include space for pseudoregs as well. Update loops accordingly.
9024 (sh_fp_frame_init_saved_regs): Ditto.
9025 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
9026
26806ce2
AC
90272002-02-07 Andrew Cagney <ac131313@redhat.com>
9028
9029 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
9030 Add Richard Earnshaw to Arm maintainers.
9031
97fdab62
AC
90322002-02-07 Andrew Cagney <ac131313@redhat.com>
9033
a6b98203
AC
9034 * defs.h (warning_begin): Delete declaration.
9035
97fdab62
AC
9036 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9037 Delete macro.
9038
78b29b40
MS
90392002-02-07 Michael Snyder <msnyder@redhat.com>
9040
aaa38bb5 9041 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
9042 Logic bug, remove misplaced else.
9043
d8849953
KD
90442002-02-07 Klee Dienes <klee@apple.com>
9045
9046 * fork-inferior.c (fork_inferior): Add '!' to the list of
9047 characters that need to be quoted when building a string for the
9048 shell. Quote '!' specifically with a backslash, since CSH chokes
9049 when trying to evaluate "str!str".
aaa38bb5 9050
095778a0
NC
90512002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9052
9053 * rdi-share/host.h: Only provide a typedef for bool if it is not
9054 defined.
9055
1900040c
MS
90562002-02-04 Michael Snyder <msnyder@redhat.com>
9057
9058 * breakpoint.h (enum bptype): Add new overlay event bp type.
9059 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 9060
1900040c
MS
9061 * breakpoint.c (create_internal_breakpoint): New function.
9062 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9063 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9064 (create_thread_event_breakpoint): Ditto.
9065 (create_solib_event_breakpoint): Ditto.
9066 (create_overlay_event_breakpoint): New function.
9067 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9068 (update_breakpoints_after_exec): Delete and re-initialize
9069 overlay event breakpoints after an exec. Add FIXME comment
9070 about longjmp breakpoint.
9071 (print_it_typical): Ignore overlay event breakpoints.
9072 (print_one_breakpoint): Ditto.
9073 (mention): Ditto.
9074 (bpstat_what): Do not stop for overlay event breakpoints.
9075 (delete_breakpoint): Don't delete overlay event breakpoints.
9076 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9077 (breakpoint_re_set): Re-create overlay event breakpoint.
9078
9079 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9080 (overlay_manual_command): Disable overlay breakpoints.
9081 (overlay_off_command): Disable overlay breakpoints.
9082
082fc60d
RE
90832002-02-06 Richard Earnshaw <rearnsha@arm.com>
9084
9085 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9086 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9087 to here from config/tm-arm.h.
9088 (coff_sym_is_thumb): Make static.
9089 (arm_elf_make_msymbol_special): New function.
9090 (arm_coff_make_msymbol_special): New function.
9091 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9092 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9093 (coff_sym_is_thumb): Delete declaration.
9094 (arm_elf_make_msymbol_special): Declare.
9095 (arm_coff_make_msymbol_special): Declare.
9096 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9097 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9098
039c5766
RE
90992002-02-06 Richard Earnshaw <rearnsha@arm.com>
9100
9101 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9102
91032002-02-06 Richard Earnshaw <rearnsha@arm.com>
9104
9105 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9106 * gdbarch.c gdbarch.h: Regenerate.
9107 * arch-utils.c (default_print_float_info): New function.
9108 * arch-utils.h (default_print_float_info): Prototype it.
9109 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9110 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9111 (PRINT_FLOAT_INFO): Document it.
9112
9113 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9114 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9115 (PRINT_FLOAT_INFO): Define.
9116
58fa08f0
PM
91172002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9118
aaa38bb5 9119 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
9120 Add typecast to sprintf argument to suppress a warning.
9121
7393af7c
PM
91222002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9123
58fa08f0 9124 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
9125 to allow easier handling of pass state.
9126 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9127 that gives exception name and address.
9128 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 9129 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 9130 exceptions added.
aaa38bb5
AJ
9131 (child_continue): Correctly report continue_status.
9132 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 9133 TARGET_SIGNAL_0 (new default value).
aaa38bb5 9134 (child_resume): consider sig argument passed to decide if
7393af7c
PM
9135 the exception should be passed to debuggee or not.
9136
6af4589c
MS
91372002-02-05 Michael Snyder <msnyder@redhat.com>
9138
9139 * regcache.c (fetch_register): Call target_fetch_register
9140 only if we don't call FETCH_PSEUDO_REGISTER.
9141 (store_register): Call target_store_register only if we
9142 don't call STORE_PSEUDO_REGISTER.
9143
a2cf933a
EZ
91442002-02-05 Elena Zannoni <ezannoni@redhat.com>
9145
9146 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9147 ELF_MAKE_MSYMBOL_SPECIAL.
9148 * gdbarch.c, gdbarch.h: Regenerate.
9149 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 9150 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
9151 * elfread.c (elf_symtab_read): Compile use of
9152 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9153 multiarched.
9154 * coffread.c (coff_symtab_read): Ditto, for
9155 COFF_MAKE_MSYMBOL_SPECIAL.
9156
6bb7be43
JB
91572002-02-05 Jim Blandy <jimb@redhat.com>
9158
9159 * solib-svr4.c (svr4_truncate_ptr): New function.
9160 (svr4_relocate_section_addresses): Do the address arithmetic with
9161 the appropriate truncation for target addresses, even when
9162 CORE_ADDR is larger than a target address.
9163
e18651ec
DJ
91642002-02-05 Daniel Jacobowitz <drow@mvista.com>
9165
9166 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9167 to (int *).
9168
6b2725be
DJ
91692002-02-05 Daniel Jacobowitz <drow@mvista.com>
9170
9171 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9172 code.
9173
fca9e603
DJ
91742002-02-05 Daniel Jacobowitz <drow@mvista.com>
9175
9176 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9177
6c537a52
DJ
91782002-02-05 Daniel Jacobowitz <drow@mvista.com>
9179
9180 * gdbserver/linux-low.c: Remove unused include files.
9181
d844cde6
DJ
91822002-02-05 Daniel Jacobowitz <drow@mvista.com>
9183
9184 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9185 (read_inferior_memory): Use it.
9186 (write_inferior_memory): Likewise.
9187
d07c63e7
DJ
91882002-02-05 Daniel Jacobowitz <drow@mvista.com>
9189
9190 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9191 grubbing through sys_errlist.
9192
da6d8c04
DJ
91932002-02-05 Daniel Jacobowitz <drow@mvista.com>
9194
9195 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9196
5b421780
PM
91972002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9198 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9199
9f60d481
AC
92002002-02-04 Andrew Cagney <ac131313@redhat.com>
9201
9202 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9203 (do_sfunc, set_cmd_sfunc): New functions.
9204
9205 * command.h (struct cmd_list_element): Add field func.
9206 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9207 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9208 * cli/cli-decode.h: Ditto.
9209
9210 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9211 (help_all, help_cmd_list): Ditto.
9212 (find_cmd, complete_on_cmdlist): Ditto.
9213 * top.c (execute_command): Ditto.
9214
9215 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9216 function.sfunc.
9217
9218 * infcmd.c (notice_args_read): Fix function signature.
9219
9220 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9221 * cli/cli-decode.c (add_set_cmd): Ditto.
9222 * utils.c (initialize_utils): Ditto.
9223 * maint.c (_initialize_maint_cmds): Ditto.
9224 * infrun.c (_initialize_infrun): Ditto.
9225 * demangle.c (_initialize_demangler): Ditto.
9226 * remote.c (add_packet_config_cmd): Ditto.
9227 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9228 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9229 * proc-api.c (_initialize_proc_api): Ditto.
9230 * kod.c (_initialize_kod): Ditto.
9231 * valprint.c (_initialize_valprint): Ditto.
9232 * top.c (init_main): Ditto.
9233 * infcmd.c (_initialize_infcmd): Ditto.
9234 * corefile.c (_initialize_core): Ditto.
9235 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9236 * arch-utils.c (initialize_current_architecture): Ditto.
9237 (_initialize_gdbarch_utils): Ditto.
9238 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9239
9240 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9241 * wince.c (_initialize_inftarg): Ditto.
9242 * symfile.c (_initialize_symfile): Ditto.
9243 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9244 * language.c (_initialize_language): Ditto.
9245 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9246
f9ba0717
MS
92472002-02-04 Michael Snyder <msnyder@redhat.com>
9248
9249 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9250
0c74b2a7
DJ
92512002-02-04 Daniel Jacobowitz <drow@mvista.com>
9252
9253 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9254 Add rules for building the register data files.
9255
c638789f
DJ
92562002-02-04 Daniel Jacobowitz <drow@mvista.com>
9257
9258 * regformats/regdat.sh: Add braces to the definition of
9259 expedite_regs_${arch}.
9260
db253027
DJ
92612002-02-04 Daniel Jacobowitz <drow@mvista.com>
9262
9263 * regformats/regdef.h (struct reg): Add comment describing the
9264 requirements for offset and size fields.
9265
206be19c
AS
92662002-02-04 Andreas Schwab <schwab@suse.de>
9267
9268 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9269 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9270
181c1381
RE
92712002-02-04 Richard Earnshaw <rearnsha@arm.com>
9272
9273 * gdbarch.sh (copyright): Update years in generated header.
9274 (SMASH_TEXT_ADDRESS): Add rule.
db253027 9275 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
9276 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9277 * dbxread.c: Likewise.
9278 * dwarfread.c: Likewise.
9279 * elfread.c: Likewise.
9280 * somread.c: Likewise.
9281
9282 * arm-tdep.c (arm_smash_text_address): New function.
9283 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9284
fa4ba8da
PM
92852002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9286
9287 Add support for hardware watchpoints on win32 native.
aaa38bb5 9288 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 9289 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 9290 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
9291 of debug registers.
9292 (debug_registers_changed): New variable. Reflects when debug registers
9293 are changed and need to be written to inferior.
aaa38bb5 9294 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
9295 was set, used when new threads are created.
9296 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9297 i386-nat code.
9298 (thread_rec): Set dr array if id is the thread of current_event .
9299 (child_continue, child_resume): Change the debug registers for all
9300 threads if debug_registers_changed.
9301 (child_add_thread): Change the debug registers if debug_registers_used.
9302 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9303 Link nm.h to new nm-cygwin.h file.
9304 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9305 of hardware registers.
9306
a73c86fb
AC
93072002-02-03 Andrew Cagney <ac131313@redhat.com>
9308
9309 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9310 Restore behavour broken by 2002-01-20 Andrew Cagney
9311 <ac131313@redhat.com> IEEE_FLOAT removal.
9312
acf5ed49
DJ
93132002-02-03 Daniel Jacobowitz <drow@mvista.com>
9314
9315 * c-valprint.c (c_val_print): Pass a proper valaddr to
9316 cp_print_class_method.
9317 * valops.c (search_struct_method): If there is only one method
9318 and args is NULL, return that method.
9319
493d28d5
DJ
93202002-02-03 Daniel Jacobowitz <drow@mvista.com>
9321
9322 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9323 accessing tag_name directly.
9324
7495dfdb
DJ
93252002-02-03 Daniel Jacobowitz <drow@mvista.com>
9326
9327 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9328 of accessing tag_name directly.
9329
dd6bda65
DJ
93302002-02-03 Daniel Jacobowitz <drow@mvista.com>
9331
9332 PR gdb/280
9333 * gdbtypes.c (replace_type): New function.
9334 * gdbtypes.h (replace_type): Add prototype.
9335 * stabsread.c (read_type): Use replace_type.
9336
88fe217c
RE
93372002-02-03 Richard Earnshaw <rearnsha@arm.com>
9338
9339 * Makefile.in (memattr.o): Add missing dependencies rule.
9340
e5d66720
PS
93412002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9342
9343 * breakpoint.c (break_at_finish_command): Really export.
9344 (break_at_finish_at_depth_command): Ditto.
9345 (tbreak_at_finish_command): Ditto.
9346 * hppa-tdep.c: Include completer.h.
9347 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9348 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9349
fffee0be
AC
93502002-02-01 Andrew Cagney <ac131313@redhat.com>
9351
9352 * utils.c (do_write): New function.
9353 (error_stream): Rewrite combining the code from error_begin and
9354 verror.
9355 (verror): Rewrite using error_stream.
9356 (error_begin): Delete function.
9357
255e7dbf
AC
93582002-02-01 Andrew Cagney <ac131313@redhat.com>
9359
9360 * utils.c (error_begin): Make static.
9361 * defs.h (error_begin): Delete declaration.
9362
9363 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9364 (decode_line_1): Use cplusplus_error instead of error_begin,
9365 cplusplus_hint and return_to_top_level.
9366 * coffread.c (coff_symfile_read): Use error instead of error_begin
9367 and return_to_top_level.
9368 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9369
ddfe3c15
AC
93702002-02-01 Andrew Cagney <ac131313@redhat.com>
9371
9372 * language.h (type_error, range_error): Make string parameter
9373 constant.
9374 * language.c (warning_pre_print): Delete extern declaration.
9375 * dwarfread.c (warning_pre_print): Ditto.
9376 * language.c (type_error, range_error): Rewrite to use verror and
9377 vwarning instead of warning_begin.
9378
03ac34d5
MS
93792002-02-01 Michael Snyder <msnyder@redhat.com>
9380
261c4ca2
MS
9381 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9382 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 9383
e00d1dc8
AC
93842002-02-01 Andrew Cagney <ac131313@redhat.com>
9385
9386 * command.h (NO_FUNCTION): Delete macro.
9387 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9388 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9389 * tracepoint.c (_initialize_tracepoint): Ditto.
9390 * cli/cli-decode.c (add_set_cmd): Ditto.
9391 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 9392
76b79d6e
DJ
93932002-02-01 Daniel Jacobowitz <drow@mvista.com>
9394
9395 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9396 Update ``this'' pointer when calling virtual functions.
9397
799f9e91
MS
93982002-02-01 Michael Snyder <msnyder@redhat.com>
9399
c7bd442c 9400 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
9401 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9402
3cf384d4
DJ
94032002-02-01 Daniel Jacobowitz <drow@mvista.com>
9404
9405 * regformats/reg-arm.dat: New file.
9406 * regformats/reg-i386.dat: New file.
9407 * regformats/reg-ia64.dat: New file.
9408 * regformats/reg-m68k.dat: New file.
9409 * regformats/reg-mips.dat: New file.
9410 * regformats/reg-ppc.dat: New file.
9411 * regformats/reg-sh.dat: New file.
9412 * regformats/regdef.h: New file.
9413 * regformats/regdat.sh: New file.
9414
0defa245
RE
94152002-02-01 Richard Earnshaw <reanrsha@arm.com>
9416
9417 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9418 (arm_frame_args_address, arm_frame_locals_address): New functions.
9419 (arm_frame_num_args): New function.
9420 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9421 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9422 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9423
405f26e6
MS
94242002-01-31 Michael Snyder <msnyder@redhat.com>
9425
502fd408
MS
9426 * breakpoint.c (break_at_finish_command): Export.
9427 (break_at_finish_at_depth_command): Export.
9428 (tbreak_at_finish_command): Export.
9429 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9430 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9431 "tbreak" commands, which are HPPA specific.
9432
7d35e135
MS
9433 * printcmd.c (disassemble_command): Remove an ancient
9434 artifact of an old merge.
9435
aaa38bb5 9436 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
9437 Define enum constant values for overlay mode.
9438 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
9439 (overlay_is_mapped, overlay_auto_command,
9440 overlay_manual_command): Ditto.
d874f1e2 9441
aaa38bb5
AJ
9442 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9443 breakpoint_here_p, breakpoint_inserted_here_p,
9444 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
9445 describe_other_breakpoints, check_duplicates, clear_command):
9446 Coding standard fixes.
9447
8add0441 9448 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 9449 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
9450 code: check bfd SEC_READONLY flag for section.
9451
e351066e
AC
94522002-01-31 Andrew Cagney <ac131313@redhat.com>
9453
7d35e135 9454 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 9455
8a48e967
DJ
94562002-01-30 Daniel Jacobowitz <drow@mvista.com>
9457
9458 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9459 data symbols, since we search based on textlow and texthigh.
9460 (find_pc_sect_symtab): Likewise.
9461
f5a96129
AC
94622002-01-30 Andrew Cagney <ac131313@redhat.com>
9463
9464 * defs.h (vwarning): Declare.
f5a96129
AC
9465 * utils.c (vwarning): New function.
9466 (warning): Call vwarning.
9467 (warning_begin): Delete function.
9468
9469 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9470 the warning message.
9471 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9472 warning_begin.
9473
cefd4ef5
MS
94742002-01-30 Michael Snyder <msnyder@redhat.com>
9475
1a703748
MS
9476 * NEWS: Mention "set trust-readonly-sections" command.
9477 Mention generate-core-file command.
cefd4ef5 9478
3a11626d
MS
94792002-01-15 Michael Snyder <msnyder@redhat.com>
9480
9481 * target.c: New command, "set trust-readonly-sections on".
9482 (do_xfer_memory): Honor the suggestion to trust readonly sections
9483 by reading them from the object file instead of from the target.
9484 (initialize_targets): Register command "set trust-readonly-sections".
9485
d1c7e53b
AC
94862002-01-29 Andrew Cagney <ac131313@redhat.com>
9487
9488 * parse.c (target_map_name_to_register): Simplify, search regs and
9489 pseudo-regs using a single loop.
9490
e2c9a72c
AC
94912002-01-30 Andrew Cagney <ac131313@redhat.com>
9492
9493 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9494
69824b4e
MK
94952002-01-15 Rodney Brown <rbrown64@csc.com.au>
9496
9497 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9498 * config/i386/i386v42mp.mh: Add i387-nat.o .
9499 * i386v4-nat.c: Include i387-nat.h.
9500 (supply_fpregset): Use i387_supply_fsave.
9501 (fill_fpregset): Use i387_fill_fsave.
9502
6eb69eab
RE
95032002-01-30 Richard Earnshaw <rearnsha@arm.com>
9504
9505 * arm-tdep.c (arm_call_dummy_words): Define.
9506 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9507 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9508 (CALL_DUMMY_WORDS): Define.
9509 (arm_call_dummy_words): Declare.
9510 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9511 (arm_linux_call_dummy_words): Declare.
9512
9852326a
AS
95132002-01-30 Andreas Schwab <schwab@suse.de>
9514
9515 * m68klinux-nat.c: Fix last change to use regcache_collect
9516 instead of referencing registers[] directly.
9517
977a3030
AC
95182002-01-29 Andrew Cagney <ac131313@redhat.com>
9519
9520 * parse.c (target_map_name_to_register): Delete code wrapped in
9521 #ifdef REGISTER_NAME_ALIAS_HOOK.
9522
2076c72b
MS
95232002-01-28 Michael Snyder <msnyder@redhat.com>
9524
9525 * regcache.c (legacy_read_register_gen): Need to be able to
9526 read pseudo-register as well as real register.
9527 (legacy_write_register_gen): Ditto.
9528
8fcc723b
AC
95292002-01-28 Andrew Cagney <ac131313@redhat.com>
9530
9531 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9532 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9533 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9534 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9535 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9536 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9537 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9538 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9539 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9540 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9541 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9542 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9543 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9544 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9545 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9546 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9547 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9548 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9549 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9550 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9551
afe64c1a
AC
95522002-01-28 Andrew Cagney <ac131313@redhat.com>
9553
9554 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9555 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9556 (initialize_current_architecture): Update target_byte_order using
9557 information from BFD.
aaa38bb5 9558 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
9559 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9560
75bc7ddf
AC
95612002-01-28 Andrew Cagney <ac131313@redhat.com>
9562
9563 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9564 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9565
9566 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9567 #ifdef INVALID_FLOAT.
9568 * infcmd.c (do_registers_info): Ditto.
9569 * values.c (unpack_double): Ditto. Add comment.
9570
9571 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9572 already commented out.
9573
0280a90a
AS
95742002-01-26 Andreas Schwab <schwab@suse.de>
9575
9576 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9577 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9578 registers and add support for PTRACE_GETREGS.
9579
7072a954
AC
95802002-01-24 Andrew Cagney <ac131313@redhat.com>
9581
9582 GDB 5.1.1 released from 5.1 branch.
9583 * NEWS: Add 5.1.1 news.
9584 * README: Sync with 5.1 branch.
9585
86f902e0
FF
95862002-01-23 Fred Fish <fnf@redhat.com>
9587
9588 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9589 stabstring on initial malloc. Reallocing will copy it for us,
9590 if necessary.
9591
8af51c36
EZ
95922002-01-23 Elena Zannoni <ezannoni@redhat.com>
9593
aaa38bb5 9594 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
9595 (HFILES_NO_SRCDIR): Remove hpread.h.
9596 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9597 (hpread.o): Update dependencies.
9598 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9599
9600 * hp-psymtab-read.c: Remove file.
9601 * hp-symtab-read.c: Remove file.
9602 * hpread.h: Remove file.
9603
9604 * hpread.c: Merge all contents of hp-psymtab-read.c,
9605 hp-symtab-read.c and hpread.h into this file, as it was prior to
9606 January 1999.
9607
9608 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 9609 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
9610 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9611 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9612
dc5cfeb6
EZ
96132002-01-23 Elena Zannoni <ezannoni@redhat.com>
9614
9615 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9616 fill_gregset): Call gdbarch_tdep() just once, assign result to
9617 variable and use that, instead of calling the function several
9618 times.
9619
ea87b71b
AO
96202002-01-24 Alexandre Oliva <aoliva@redhat.com>
9621
9622 * configure.host: Accept sparcv9 as alias for sparc64.
9623 * configure.tgt: Likewise.
9624
13fc0c2f
KB
96252002-01-22 Kevin Buettner <kevinb@redhat.com>
9626
9627 * solib-aix5.c (build_so_list_from_mapfile)
9628 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9629 arguments is not reversed.
9630 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9631 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 9632
7bd872fe
EZ
96332002-01-22 Elena Zannoni <ezannoni@redhat.com>
9634
9635 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9636 modified version of obsolete sh_fetch_pseudo_register.
9637 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9638 (sh4_register_read): New function.
9639 (sh_pseudo_register_write): New function. Renamed and modified
9640 version of obsolete sh_store_pseudo_register.
9641 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9642 (sh4_register_write): New function.
9643 (sh_gdbarch_init): Remove setting of gdbarch function
9644 fetch_pseudo_register and store_pseudo_register. Remove setting of
9645 register_convert_to_raw, register_convert_to_virtual,
9646 register_convertible.
9647 (sh_sh4_register_convertible): Delete. No longer needed. All is
9648 taken care by architecture specific functions
9649 register_read/register_write.
9650 (sh_sh4_register_convert_to_virtual): Make static.
9651 (sh_sh4_register_convert_to_raw): Ditto.
9652
069e84fd
AC
96532002-01-22 Andrew Cagney <ac131313@redhat.com>
9654
9655 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9656 (floatformat_is_nan, floatformat_mantissa): Ditto.
9657
9658 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9659 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9660 builtin_type_ieee_double_little,
9661 builtin_type_ieee_double_littlebyte_bigword,
9662 builtin_type_m68881_ext, builtin_type_i960_ext,
9663 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9664 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9665 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9666 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9667
211a4f69
CV
96682002-01-22 Corinna Vinschen <vinschen@redhat.com>
9669
9670 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9671 parameter. Set frameless flag if it exists and depended of
9672 whether the scanned function is frameless or not.
9673 (xstormy16_skip_prologue): If function is frameless, return
9674 result of xstormy16_scan_prologue().
9675 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9676 call.
9677
f81353e4
EZ
96782002-01-21 Elena Zannoni <ezannoni@redhat.com>
9679
9680 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9681 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9682 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9683 sh_sh4_register_byte, sh_sh4_register_raw_size,
9684 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9685 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9686 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9687 sh_store_pseudo_register, sh_do_pseudo_register): Call
9688 gdbarch_tdep() just once, assign result to variable and use that,
9689 instead of calling the function several times.
9690
63c73a17
MK
96912002-01-20 Mark Kettenis <kettenis@gnu.org>
9692
9693 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9694 macros instead of LAST_FPU_CTRL_REGNUM.
9695 (store_register): Likewise.
9696
39ad761d
JB
96972002-01-21 Jim Blandy <jimb@redhat.com>
9698
9699 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9700 is up-to-date before running the program, not just when a program
9701 exits.
9702
3d74b771
FF
97032002-01-21 Fred Fish <fnf@redhat.com>
9704
9705 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9706 when we have found all instructions we are looking for.
9707
966fbf70
RE
97082002-01-21 Richard Earnshaw <rearnsha@arm.com>
9709
9710 * arm-tdep.c (arm_register_name): New function.
9711 (arm_registers_names): Make static.
9712 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9713 (arm_register_name): Declare.
9714 (REGISTER_NAME): Use it.
9715
c3b4394c
RE
97162002-01-21 Richard Earnshaw <rearnsha@arm.com>
9717 Kevin Buettner <kevinb@redhat.com>
9718
9719 Convert arm targets to new FRAME interface.
9720 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9721 (arm_frame_find_save_regs): Delete.
9722 (arm_frame_init_saved_regs): New.
9723 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9724 Allocate extra_info as required. Convert all uses of fsr.regs
9725 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9726 to use extra_info.
9727 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9728 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9729 (check_prologue_cache, save_prologue_cache): Likewise.
9730 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9731 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9732 (FRAME_FIND_SAVED_REGS): Delete.
9733 (arm_frame_find_saved_regs): Delete prototype.
9734 (arm_frame_init_saved_regs): New prototype.
9735 (FRAME_INIT_SAVED_REGS): Define.
9736
61d99182
AC
97372002-01-20 Andrew Cagney <ac131313@redhat.com>
9738
9739 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9740
6aaea291
AC
97412002-01-20 Andrew Cagney <ac131313@redhat.com>
9742
9743 From Jeff Law <law@redhat.com>:
9744 * infttrace.c: Include <sys/pstat.h>.
9745 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9746 exec file if the ttrace equivalent fails.
9747
15f698d2
AC
97482002-01-20 Andrew Cagney <ac131313@redhat.com>
9749
9750 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9751 (closeLogFile): Ditto.
9752
f86ddd7c
MC
97532002-01-20 Michael Chastain <mec@shout.net>
9754
9755 * top.c (print_gdb_version): Bump copyright year to 2002.
9756
904507ce
AC
97572002-01-20 Andrew Cagney <ac131313@redhat.com>
9758
9759 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9760 Zannoni and Eli Zaretskii.
9761
d7f0b9ce
DJ
97622002-01-20 Daniel Jacobowitz <drow@mvista.com>
9763
9764 * buildsym.c: Update copyright years.
9765 * c-typeprint.c: Likewise.
9766 * dwarf2read.c: Likewise.
9767 * f-typeprint.c: Likewise.
9768 * gdbtypes.c: Likewise.
9769 * gdbtypes.h: Likewise.
9770 * hp-symtab-read.c: Likewise.
9771 * hpread.c: Likewise.
9772 * mdebugread.c: Likewise.
9773 * p-typeprint.c: Likewise.
9774
3fd3d7d2
AC
97752002-01-20 Andrew Cagney <ac131313@redhat.com>
9776
9777 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9778 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9779 byte-order selectable.
9780 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9781 * arch-utils.c: Ditto.
9782 (set_endian): Ditto.
9783 (set_endian_from_file): Ditto.
9784 * gdbserver/low-sim.c (create_inferior): Ditto.
9785 * gdbarch.sh: Ditto.
9786 * gdbarch.h: Re-generate.
aaa38bb5
AJ
9787 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9788 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9789 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9790 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9791 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9792 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9793 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
9794 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9795 macro definition.
9796 * config/mips/tm-wince.h: Remove #undef of macro
9797 TARGET_BYTE_ORDER_SELECTABLE.
9798 * config/sh/tm-wince.h: Ditto.
9799
b02dede2
DJ
98002002-01-20 Daniel Jacobowitz <drow@mvista.com>
9801
9802 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9803 member function fields. Add accessor macro
9804 TYPE_FN_FIELD_ARTIFICIAL.
9805 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9806 * c-typeprint.c (c_type_print_base): Skip artificial member
9807 functions.
9808
c3643761
DJ
98092002-01-20 Daniel Jacobowitz <drow@mvista.com>
9810
9811 * f-typeprint.c: Delete unused function f_type_print_args.
9812 * p-typeprint.c: Delete unused function pascal_type_print_args.
9813
8176bb6d
DJ
98142002-01-20 Daniel Jacobowitz <drow@mvista.com>
9815
9816 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9817 comment. Add ``artificial'' to ``union field_location''.
9818
9819 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9820
9821 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9822 * mdebugread.c (parse_symbol): Likewise.
9823 * stabsread.c (define_symbol): Likewise.
9824 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9825 initializing TYPE_FIELD_BITPOS to n (obsolete).
9826 (hpread_doc_function_type): Likewise.
9827 * hpread.c (hpread_function_type): Likewise.
9828
7fd60527
AC
98292002-01-20 Andrew Cagney <ac131313@redhat.com>
9830
9831 * configure.in (host_makefile_frag): Only require a host makefile
9832 fragment when a native build.
9833 * configure: Re-generate.
9834
c2f05ac9
AC
98352002-01-20 Andrew Cagney <ac131313@redhat.com>
9836
9837 * doublest.h (floatformat_from_type): Declare.
9838 * doublest.c (floatformat_from_type): New function.
9839 (convert_typed_floating): Use.
9840
9841 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9842 call to function floatformat_from_type.
9843
9844 * gdbarch.sh (IEEE_FLOAT): Delete.
9845 * gdbarch.h, gdbarch.c: Re-generate.
9846 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9847 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9848 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9849 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9850 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9851 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9852 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9853 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9854 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9855 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9856 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
9857 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9858
9859 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9860 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9861 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9862 * sh-tdep.c (sh_gdbarch_init): Ditto.
9863 * mips-tdep.c (mips_gdbarch_init): Ditto.
9864 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9865 * cris-tdep.c (cris_gdbarch_init): Ditto.
9866
abf22e64
AJ
98672002-01-20 Jiri Smid <smid@suse.cz>
9868
9869 * configure.host, configure.tgt: Support x86-64.
9870 * NEWS: Note new target x86-64.
9871
b7c4cbf8
AJ
9872 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9873 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9874 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9875 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9876 x86-64-linux-nat.o): Fix dependencies.
9877
82600034
AC
98782002-01-19 Andrew Cagney <ac131313@redhat.com>
9879
9880 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9881 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9882 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9883 * config/sparc/xm-sun4os4.h: Delete file.
9884 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 9885
bbe5c628
AC
98862002-01-19 Andrew Cagney <ac131313@redhat.com>
9887
9888 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9889 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9890 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9891 * config/i386/i386lynx.mh (XM_FILE): Delete.
9892 * config/rs6000/xm-rs6000ly.h: Delete file.
9893 * config/sparc/xm-sparclynx.h: Delete file.
9894 * config/m68k/xm-m68klynx.h: Delete file.
9895 * config/i386/xm-i386lynx.h: Delete file.
9896 * config/xm-lynx.h: Delete file.
9897 * config/djgpp/fnchange.lst: Update.
9898
f8453e34
JT
98992002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9900
9901 * alpha-tdep.c (alpha_register_byte): New function.
9902 (alpha_register_raw_size): Ditto.
9903 (alpha_register_virtual_size): Ditto.
9904 (alpha_skip_prologue_internal): Renamed from
9905 alpha_skip_prologue.
9906 (alpha_skip_prologue): New version that calls
9907 alpha_skip_prologue_internal.
9908 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9909 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9910 second argument from alpha_skip_prologue.
9911 (REGISTER_BYTE): Use alpha_register_byte.
9912 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9913 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9914 (FRAMELESS_FUNCTION_INVOCATION): Use
9915 generic_frameless_function_invocation_not.
9916 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9917 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9918
52d9e613
AC
99192002-01-19 Andrew Cagney <ac131313@redhat.com>
9920
9921 * config/mips/xm-news-mips.h: Delete file.
9922 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9923
9924 * config/m88k/xm-m88k.h: Delete file.
9925 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9926 * config/m88k/xm-delta88v4.h: Ditto.
9927 * config/m88k/xm-delta88.h: Ditto.
9928
9929 * config/alpha/xm-fbsd.h: Delete file.
9930 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9931
9932 * config/sparc/xm-sparc.h: Delete file.
9933 * Makefile.in (xm-sun4os4.h): Delete dependency.
9934 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9935 * config/sparc/xm-sun4os4.h: Ditto.
9936 * config/sparc/xm-linux.h: Ditto.
9937
9938 * config/i386/xm-windows.h: Delete file.
9939
2d1b2124
AC
99402002-01-19 Andrew Cagney <ac131313@redhat.com>
9941
9942 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9943 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9944
ee1f65f0
JT
99452002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9946
9947 * alpha-tdep.c (alpha_call_dummy_words): New.
9948 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9949 (CALL_DUMMY_P): Define.
9950 (CALL_DUMMY_WORDS): Define.
9951 (SIZEOF_CALL_DUMMY_WORDS): Define.
9952
98081e55
PB
99532002-01-19 Per Bothner <per@bothner.com>
9954
9955 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9956 isn't NULL, which can happen with some gcj-3.x-produced code.
9957
0d056799
JT
99582002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9959
9960 * alpha-tdep.c (alpha_register_virtual_type): New function.
9961 (alpha_init_frame_pc_first): Ditto.
9962 (alpha_fix_call_dummy): Ditto.
9963 (alpha_store_struct_return): Ditto.
9964 (alpha_extract_struct_value_address): Ditto.
9965 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9966 alpha_register_virtual_type.
9967 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9968 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9969 alpha_extract_struct_value_address.
9970 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9971 (INIT_FRAME_PC): Use init_frame_pc_noop.
9972 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9973
4604bcad
MK
99742002-01-19 Mark Kettenis <kettenis@gnu.org>
9975
9976 * i386gnu-nat.c: Include "i386-tdep.h".
9977 (fetch_fpregs): Simplify code dealing with uninitialized floating
9978 point states such that it doesn't require FP7_REGNUM.
9979
140f9984
JT
99802002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9981
abf22e64
AJ
9982 * alpha-tdep.c (frame_extra_info): New.
9983 (alpha_find_saved_regs): Make static. Use
140f9984
JT
9984 frame->extra_info.
9985 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
9986 (alpha_frame_saved_pc): Use frame->extra_info.
9987 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9988 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
9989 (init_extra_frame_info): Rename to...
9990 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 9991 (alpha_print_extra_frame_info): New function.
140f9984
JT
9992 (alpha_frame_locals_address): Ditto.
9993 (alpha_frame_args_address): Ditto.
abf22e64 9994 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
9995 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9996 alpha_frame_args_address.
abf22e64 9997 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 9998 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
9999 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
10000 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
10001 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
10002 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
10003
d734c450
JT
100042002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10005
10006 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
10007 (alpha_cannot_fetch_register): Ditto.
10008 (alpha_cannot_store_register): Ditto.
10009 (alpha_register_convertible): Ditto.
10010 (alpha_use_struct_convention): Ditto.
10011 * config/alpha/tm-alpha.h: Update copyright years.
10012 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
10013 (INNER_THAN): Use core_addr_lessthan.
10014 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
10015 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
10016 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
10017 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
10018 (FRAME_CHAIN): Remove unnecessary cast.
10019
b4ceaee6
AC
100202002-01-18 Andrew Cagney <ac131313@redhat.com>
10021
10022 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
10023 obsolete.
10024
0a65a603
AC
100252002-01-18 Andrew Cagney <ac131313@redhat.com>
10026
10027 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
10028 * monitor.c, remote-array.c, remote-bug.c: Ditto.
10029 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
10030 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
10031 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
10032 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
10033 * x86-64-linux-nat.c: Ditto.
10034
636a6dfc
JT
100352002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10036
abf22e64 10037 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
10038 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10039 (REGISTER_NAME): Define.
10040
acceddb6
JT
100412002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10042
10043 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10044
ec32e4be
JT
100452002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10046
10047 * alpha-tdep.c: Update copyright years.
10048 (alpha_next_pc): New function.
10049 (alpha_software_single_step): Ditto.
10050 * config/alpha/tm-alpha.h: Add prototype for
10051 alpha_software_single_step.
10052
e771a871
JT
100532002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10054
10055 * alphabsd-nat.c: Update copyright years.
10056 (fill_gregset): Use regcache_collect.
10057 (fill_fpregset): Likewise.
10058 (fetch_inferior_registers): Only fetch integer registers
10059 if requested to do so.
10060 (store_inferior_registers): Only store integer registers
10061 if requested to do so.
10062
7708fa01
AC
100632002-01-17 Andrew Cagney <ac131313@redhat.com>
10064
10065 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10066 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10067 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10068 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10069 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10070 * config/arm/linux.mh (XDEPFILES): Delete.
10071 * config/arm/nbsd.mh (XDEPFILES): Delete.
10072 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10073 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10074 * config/i386/i386m3.mh (XDEPFILES): Delete.
10075 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10076 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10077 * config/i386/fbsd.mh (XDEPFILES): Delete.
10078 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10079 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10080 * config/i386/i386v4.mh (XDEPFILES): Delete.
10081 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10082 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10083 * config/i386/i386aix.mh (XDEPFILES): Delete.
10084 * config/i386/go32.mh (XDEPFILES): Delete.
10085 * config/i386/cygwin.mh (XDEPFILES): Delete.
10086 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10087 * config/i386/i386mach.mh (XDEPFILES): Delete.
10088 * config/i386/i386v32.mh (XDEPFILES): Delete.
10089 * config/i386/linux.mh (XDEPFILES): Delete.
10090 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10091 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10092 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10093 * config/i386/i386sco.mh (XDEPFILES): Delete.
10094 * config/i386/i386v.mh (XDEPFILES): Delete.
10095 * config/i386/nbsd.mh (XDEPFILES): Delete.
10096 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10097 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10098 * config/i386/symmetry.mh (XDEPFILES): Delete.
10099 * config/i386/obsd.mh (XDEPFILES): Delete.
10100 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10101 * config/ia64/linux.mh (XDEPFILES): Delete.
10102 * config/ia64/aix.mh (XDEPFILES): Delete.
10103 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10104 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10105 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10106 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10107 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10108 * config/m68k/linux.mh (XDEPFILES): Delete.
10109 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10110 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10111 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10112 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10113 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10114 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10115 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10116 * config/m88k/delta88.mh (XDEPFILES): Delete.
10117 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10118 * config/m88k/m88k.mh (XDEPFILES): Delete.
10119 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10120 * config/mips/linux.mh (XDEPFILES): Delete.
10121 * config/mips/irix6.mh (XDEPFILES): Delete.
10122 * config/mips/irix5.mh (XDEPFILES): Delete.
10123 * config/mips/irix4.mh (XDEPFILES): Delete.
10124 * config/mips/irix3.mh (XDEPFILES): Delete.
10125 * config/mips/decstation.mh (XDEPFILES): Delete.
10126 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10127 (NATDEPFILES): Move core-aout.o to here.
10128 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10129 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10130 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10131 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10132 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10133 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10134 * config/pa/hpux11.mh (XDEPFILES): Delete.
10135 * config/powerpc/aix.mh (XDEPFILES): Delete.
10136 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10137 * config/powerpc/linux.mh (XDEPFILES): Delete.
10138 * config/romp/rtbsd.mh: Rename XDEPFILES.
10139 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10140 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10141 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10142 * config/s390/s390.mh (XDEPFILES): Delete.
10143 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10144 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10145 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10146 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10147 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10148 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10149 * config/sparc/linux.mh (XDEPFILES): Delete.
10150 * config/vax/vaxult.mh (XDEPFILES): Delete.
10151 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10152 * Makefile.in (DEPFILES): Remove XDEPFILES.
10153
375fc983
AC
101542002-01-17 Andrew Cagney <ac131313@redhat.com>
10155
10156 * utils.c (internal_verror): Fix comments, default is yes not no.
10157 Update queries to match. Default to quit and dump core.
10158
8926118c
AC
101592002-01-17 Andrew Cagney <ac131313@redhat.com>
10160
10161 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10162 copyright.
10163 * defs.h, event-top.c, gdbcmd.h: Ditto.
10164 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10165 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10166 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10167 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10168 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10169 * mi/mi-main.c:Ditto.
10170
10171 * stack.c, symfile.c: Update copyright.
10172
45b7b345
DJ
101732002-01-17 Daniel Jacobowitz <drow@mvista.com>
10174
db728ff7
DJ
10175 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10176 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10177 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10178 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 10179
db728ff7
DJ
101802002-01-17 Daniel Jacobowitz <drow@mvista.com>
10181
10182 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10183 * gdbserver/low-lynx.c (myattach): Likewise.
10184 * gdbserver/low-nbsd.c (myattach): Likewise.
10185 * gdbserver/low-sim.c (myattach): Likewise.
10186 * gdbserver/low-sparc.c (myattach): Likewise.
10187 * gdbserver/low-sun3.c (myattach): Likewise.
10188
10189 * gdbserver/low-linux.c (myattach): New function.
45b7b345 10190
db728ff7 10191 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
10192 (main): Handle "--attach".
10193
8de3c354
AC
101942002-01-16 Andrew Cagney <ac131313@redhat.com>
10195
10196 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10197 maintainer.
10198
b0129042
DJ
101992002-01-15 Daniel Jacobowitz <drow@mvista.com>
10200
10201 * c-typeprint.c (is_type_conversion_operator): Add additional
10202 check for non-conversion operators.
10203
ba8679fb 102042002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
10205
10206 * linux-proc.c: Add "info proc" command, a la procfs.c.
10207 (read_mapping): New function, abstract and re-use code.
10208 (linux_find_memory_regions): Use new func read_mapping.
10209 (linux_info_proc_cmd): New function, implement "info proc".
10210 (_initialize_linux_proc): Add new command "info proc".
10211
e4f9b4d5
MS
102122002-01-15 Michael Snyder <msnyder@redhat.com>
10213
10214 * symfile.c (generic_load): Use bfd_map_over_sections method
10215 instead of manipulating bfd structure members directly.
10216 (add_section_size_callback): New function, bfd sections callback
10217 used by generic_load.
10218 (load_sections_callback): New function, bfd sections callback
10219 used by generic_load.
10220
08cf96df
EZ
102212002-01-15 Elena Zannoni <ezannoni@redhat.com>
10222
abf22e64 10223 [Based on work by Jim Blandy]
08cf96df
EZ
10224 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10225 (builtin_type_vec128): Export.
10226 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10227 types.
10228 (builtin_type_vec128): New builtin type for 128 bit vector
10229 registers.
10230 (build_gdbtypes): Initialize builtin_type_v16qi and
10231 builtin_type_v8hi. Create the vec128 register builtin type
10232 structure.
10233 (build_builtin_type_vec128): New function.
abf22e64 10234 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
10235 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10236 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10237 AltiVec register to new builtin type.
10238
d7242108
DJ
102392001-01-15 Daniel Jacobowitz <drow@mvista.com>
10240
10241 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10242 to make_cv_type.
10243
4ee3352d
AC
102442002-01-14 Andrew Cagney <ac131313@redhat.com>
10245
10246 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10247 CLEAN_UP_REGISTER_VALUE.
10248 * regcache.c (supply_register): Update only call.
10249
f015b2e7
AC
102502002-01-14 Andrew Cagney <ac131313@redhat.com>
10251
10252 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10253 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10254 a29k-*-vxworks* targets as obsolete.
10255
356ae49d
MS
102562002-01-14 Michael Snyder <msnyder@redhat.com>
10257
10258 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10259 until we can resolve portability issues.
10260 * gregset.h: Remove references to fpxregs.
10261 * gcore.c (gcore_command): Initialize note_sec to NULL.
10262
ade8f45e
AC
102632002-01-13 Andrew Cagney <ac131313@redhat.com>
10264
10265 * signals.c (target_signal_to_name): Rewrite. Only use
10266 signals[].name when in bounds and non-NULL.
abf22e64 10267
89c49e7a
AC
102682002-01-13 Andrew Cagney <ac131313@redhat.com>
10269
10270 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10271 * signals.c (target_signal_to_name): Verify that SIG is within the
10272 bounds of the signals array.
10273
4daa9f9f
AC
102742002-01-13 Andrew Cagney <ac131313@redhat.com>
10275
10276 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10277
ba4bbdcb
KS
102782002-01-13 Keith Seitz <keiths@redhat.com>
10279
10280 * stack.c (print_frame_info_base): Print the frame's pc
10281 only if when print_frame_info_listing_hook is not defined.
10282
575bbeb6
KS
102832002-01-13 Keith Seitz <keiths@redhat.com>
10284
10285 * varobj.c (varobj_set_value): Make sure that there were no
10286 errors evaluating the object before attempting to set its
10287 value.
10288 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10289 so this offset adjustment is no longer necessary.
10290 (create_child): Don't set the error flag if the child is
10291 a CPLUS_FAKE_CHILD.
10292 (value_of_child): If value_fetch_lazy fails, return NULL
10293 so that callers will be notified that an error occurred.
10294 (c_value_of_variable): Delay check of variable's validity
10295 until later. We actually want all structs and unions to have
10296 the value "{...}".
10297 Do not return "???" for variables which could not be evaluated.
10298 This error condition must be returned to the caller so that it
10299 can get the error condition from gdb.
10300 (cplus_name_of_child): Adjust index for vptr before figuring
10301 out the name of the child.
10302 (cplus_value_of_child): If a child's (real) parent is not valid,
10303 don't even bother trying to give a value for it. Just return
10304 an error. Change all instances in this function.
10305 (cplus_type_of_child): If our parent is one of the "fake"
10306 parents, we need to get at the type of the real parent, and
10307 derive the child's true type using this information.
10308
b76898ab
AC
103092002-01-13 Andrew Cagney <ac131313@redhat.com>
10310
10311 From 2002-01-09 John Marshall <johnm@falch.net>:
10312 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10313 sources.redhat.com, and tweak some related URLs which had
10314 suffered from linkrot.
10315
b6649e88
AC
103162002-01-13 Andrew Cagney <ac131313@redhat.com>
10317
10318 From Jeff law:
10319 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10320 structures passed in registers.
10321
82cc5033
EZ
103222002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10323
10324 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10325 white space which prevented compilation. Reported by DSK
10326 <dsk@student.unsw.edu.au>.
10327
ba5f2f8a
MS
103282002-01-11 Michael Snyder <msnyder@redhat.com>
10329
fbd35540
MS
10330 * symfile.c (build_section_addr_info_from_section_tab):
10331 Use bfd access method instead of manipulating bfd directly.
10332 (syms_from_objfile): Ditto.
10333 (simple_overlay_update_1): Ditto.
10334 (simple_overlay_update): Ditto.
10335 (generic_load): Ditto.
10336 (overlay_unmapped_address): FIXME comment, bfd access methods.
10337 (sections_overlap): FIXME comment, bfd access methods.
10338 (pc_in_mapped_range): FIXME comment, bfd access methods.
10339 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10340 (section_is_mapped): FIXME comment, bfd access methods.
10341 (section_is_overlay): FIXME comment, bfd access methods.
10342
ba5f2f8a
MS
10343 * symfile.c (generic_load): Whitespace and long line cleanups.
10344 Remove duplicate variable, change several local variables to
10345 more appropriate data types.
10346 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10347
17df2af6
AC
103482002-01-12 Andrew Cagney <ac131313@redhat.com>
10349
10350 From Peter Schauer:
10351 * language.c (longest_local_hex_string_custom): Use phex_nz to
10352 convert NUM to a hex string.
10353
ec920329
EZ
103542002-01-12 Elena Zannoni <ezannoni@redhat.com>
10355
10356 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10357 the function.
538a76d6 10358 Update Copyright year.
ec920329 10359
3abd2e01
AC
103602002-01-12 Andrew Cagney <ac131313@redhat.com>
10361
10362 * language.c (longest_raw_hex_string): Delete unused function.
10363
b21b22e0
PS
103642002-01-11 Petr Sorfa <petrs@caldera.com>
10365
10366 * MAINTAINERS (write-after-approval): Add myself.
10367 * dwarf2read.c (read_tag_string_type): Handling of
10368 DW_AT_byte_size.
10369 (read_tag_string_type): FORTRAN fix to prevent propagation of
10370 first string size.
10371 (set_cu_language): Handling of DW_LANG_Fortran95
10372
747fe712
RE
103732002-01-11 Richard Earnshaw <rearnsha@arm.com>
10374
10375 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10376 GETPID(inferior_ptid).
10377 (store_inferior_registers): Likewise.
10378
f1bea926
JM
103792002-01-10 Jason Merrill <jason@redhat.com>
10380
10381 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10382 Fix DW_OP_minus.
10383
ae940673
AC
103842002-01-10 Andrew Cagney <ac131313@redhat.com>
10385
10386 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10387 and bfd/elf32-sh-nbsd.c.
10388
00546b04
MS
103892002-01-10 Michael Snyder <msnyder@redhat.com>
10390
352ed7b4
MS
10391 * NEWS: Mention --pid and corefile/proc-id behavior change.
10392
c18be923
MS
10393 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10394 * gcore.c: Include cli/cli-decode.h instead of command.h.
10395
00546b04
MS
10396 * main.c (captured_main): Add new command line option "--pid".
10397 If the second command line argument (following the symbol-file)
10398 begins with a digit, try to attach to it before trying to open
10399 it as a corefile.
10400 (print_gdb_help): Document the "--pid" argument.
10401
db60ec62
EZ
104022002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10403
10404 * completer.c (command_completer): New function.
10405
10406 * completer.h <command_completer>: Add prototype.
10407
10408 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10409 completer for the "help" command.
10410
39c22d1a
JM
104112002-01-09 Jason Merrill <jason@redhat.com>
10412
10413 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10414
c564377f
MS
104152002-01-09 Michael Snyder <msnyder@redhat.com>
10416
975aec09
MS
10417 * i386-linux-nat.c (fill_fpxregset): Make global.
10418 (store_fpxregset): Ditto.
10419
db4a10fa
MS
10420 * gregset.h (gdb_fpxregset_t): Define.
10421 (supply_fpxregset): Prototype.
10422 (fill_fpxregset): Prototype.
10423
c564377f
MS
10424 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10425
c3d45d70
RE
104262002-01-09 Richard Earnshaw <rearnsha@arm.com>
10427
10428 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10429 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10430 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10431
fcc87af1
AC
104322002-01-09 Andrew Cagney <ac131313@redhat.com>
10433
10434 * MAINTAINERS: Update target maintainer rules so that any
10435 Maintainer can approve a tested patch for a maintenance-only
10436 target.
10437
dd96c05b
RE
104382002-01-09 Richard Earnshaw <rearnsha@arm.com>
10439
d4297db9 10440 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 10441
d4297db9 10442 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
10443 IN_SIGTRAMP.
10444
145fdc6e
MS
104452002-01-08 Michael Snyder <msnyder@redhat.com>
10446
10447 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10448 real name of the executable, rather than the /proc name.
10449
be4d1333
MS
104502002-01-03 Michael Snyder <msnyder@redhat.com>
10451
10452 Implement a "generate-core-file" command in gdb, save target state.
10453 * gcore.c: New file. Implement new command 'generate-core-file'.
10454 Save a corefile image of the current state of the inferior.
10455 * linux-proc.c: Add linux-specific code for saving corefiles.
10456 * target.h (struct target_ops): Add new target vectors for saving
10457 corefiles; to_find_memory_regions and to_make_corefile_notes.
10458 (target_find_memory_regions): New macro.
10459 (target_make_corefile_notes): New macro.
10460 * target.c (update_current_target): Inherit new target methods.
10461 (dummy_find_memory_regions): New place-holder method.
10462 (dummy_make_corefile_notes): New place-holder method.
10463 (init_dummy_target): Initialize new dummy target vectors.
10464 * exec.c (exec_set_find_memory_regions): New function.
10465 Allow the exec_ops vector for memory regions to be taken over.
10466 (exec_make_note_section): New function, target vector method.
10467 * defs.h (exec_set_find_memory_regions): Export prototype.
10468 * procfs.c (proc_find_memory_regions): New function, corefile method.
10469 (procfs_make_note_section): New function, corefile method.
10470 (init_procfs_ops): Set new target vector pointers.
10471 (find_memory_regions_callback): New function.
10472 (procfs_do_thread_registers): New function.
10473 (procfs_corefile_thread_callback): New function.
10474 * sol-thread.c (sol_find_memory_regions): New function.
10475 (sol_make_note_section): New function.
10476 (init_sol_thread_ops): Initialize new target vectors.
10477 * inftarg.c (inftarg_set_find_memory_regions): New function.
10478 Allow to_find_memory_regions vector to be taken over.
10479 (inftarg_set_make_corefile_notes): New function.
10480 Allow to_make_corefile_notes vector to be taken over.
10481 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10482 interface layer if not target_has_execution (may be a corefile).
10483 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10484 * config/sparc/sun4sol2.mh: Ditto.
10485 * config/alpha/alpha-linux.mh: Ditto.
10486 * config/arm/linux.mh: Ditto.
10487 * config/i386/x86-64linux.mh: Ditto.
10488 * config/ia64/linux.mh: Ditto.
10489 * config/m68k/linux.mh: Ditto.
10490 * config/mips/linux.mh: Ditto.
10491 * config/powerpc/linux.mh: Ditto.
10492 * config/sparc/linux.mh: Ditto.
10493
c6b92abd
MS
104942002-01-07 Michael Snyder <msnyder@redhat.com>
10495
10496 * arm-linux-nat.c: Remove references to regcache.c internal data
10497 (registers[] and register_valid[]).
10498
4b09dc8c
MS
104992002-01-07 Michael Snyder <msnyder@redhat.com>
10500
abf22e64
AJ
10501 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10502 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
10503 symbol file and shlibs.
10504 * Makefile.in: Add rule for linux-proc.o.
10505 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10506 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10507 * config/arm/linux.mh: Ditto.
10508 * config/i386/linux.mh: Ditto.
10509 * config/i386/x86-64linux.mh: Ditto.
10510 * config/ia64/linux.mh: Ditto.
10511 * config/m68k/linux.mh: Ditto.
10512 * config/mips/linux.mh: Ditto.
10513 * config/powerpc/linux.mh: Ditto.
10514 * config/sparc/linux.mh: Ditto.
10515
c25b74ac
PM
105162002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10517
10518 * win32-nat.c: Add i386-tdep.h dependency.
10519
94cd915f
MS
105202002-01-07 Michael Snyder <msnyder@redhat.com>
10521
c7cccb76
MS
10522 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10523 instead of bfd_get_arch_size. Don't bail out just because
10524 there's no exec_bfd.
abf22e64 10525
34c0bd93
MS
10526 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10527 * p-valprint.c (pascal_object_print_value): Ditto.
10528 * somread.c (som_symtab_read): Ditto.
10529 * symfile.c (simple_free_overlay_region_table): Ditto.
10530 * valops.c (value_assign): Ditto.
10531
21c1c920
MS
10532 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10533 use tilde_expand and strerror for opening save-tracepoints file.
10534
5bbd998e
MS
10535 * thread-db.c (thread_db_new_objfile): Indendation fix.
10536
94cd915f
MS
10537 * infptrace.c (GDB_MAX_ALLOCA): New define.
10538 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 10539 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
10540 can be overridden with whatever value is appropriate to the host).
10541 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10542 alloca to allocate potentially large buffer.
10543 * rs6000-nat.c (child_xfer_memory): Ditto.
10544 * symm-nat.c (child_xfer_memory): Ditto.
10545 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10546
494e8a93
JSC
105472002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10548
10549 From Nick Clifton <nickc@redhat.com>
10550 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10551
d0e1d48e
MS
105522002-01-07 Michael Snyder <msnyder@redhat.com>
10553
abf22e64 10554 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
10555 Don't use exec_bfd if it's NULL.
10556
290b2c7a
MK
105572002-01-06 Mark Kettenis <kettenis@gnu.org>
10558
abf22e64 10559 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 10560
aef21287
AC
105612002-01-06 Andrew Cagney <ac131313@redhat.com>
10562
10563 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10564 * gnu-nat.c: Ditto.
10565
30efa627
AC
105662002-01-06 Andrew Cagney <ac131313@redhat.com>
10567
10568 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10569 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10570 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10571 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10572 z8k-coff have not been multi-arched. Update z8k-coff build
10573 status.
10574
9b4ff276
AC
105752002-01-06 Andrew Cagney <ac131313@redhat.com>
10576
10577 * MAINTAINERS: Mark a29k target as obsolete.
10578 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10579 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10580 comments.
10581 * NEWS: Note that a29k targets are obsolete.
10582 * a29k-tdep.c: Mark as obsolete.
10583 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10584 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10585 a29k-*-vxworks* targets as obsolete.
10586 * remote-adapt.c: Obsolete.
10587 * remote-eb.c: Obsolete.
10588 * remote-mm.c: Obsolete.
10589 * remote-udi.c: Obsolete.
10590 * config/a29k/a29k-udi.mt: Obsolete.
10591 * config/a29k/a29k.mt: Obsolete.
10592 * config/a29k/tm-a29k.h: Obsolete.
10593 * config/a29k/tm-vx29k.h: Obsolete.
10594 * config/a29k/vx29k.mt: Obsolete.
10595
a9011d31
AC
105962002-01-05 Andrew Cagney <ac131313@redhat.com>
10597
10598 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10599 with BFD_ENDIAN_BIG.
10600
9299404e
AC
106012002-01-05 Andrew Cagney <ac131313@redhat.com>
10602
10603 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10604 * configure, config.in: Re-generate.
10605 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10606 * defs.h: Do not include <endian.h>.
10607
7e89e357
JT
106082002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10609
10610 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10611 * config.in: Regenerate.
10612 * configure.in: Update copyright years.
10613 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10614 * configure: Regenerate.
10615 * i386bsd-nat.c: Update copyright years.
10616 (fill_gregset): Use regcache_collect.
10617 (fetch_inferior_registers): Only fetch integer registers
10618 if requested to do so. Add support for XMM registers
10619 using PT_GETXMMREGS.
10620 (store_inferior_registers): Only store integer registers
10621 if requested to do so. Add support for XMM registers
10622 using PT_SETXMMREGS.
10623 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10624 (store_inferior_registers): Remove.
10625 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10626 (fetch_elfcore_registers): New function.
10627 (i386nbsd_elfcore_fns): New.
10628 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10629 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10630 i386bsd-nat.o.
10631 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10632 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10633 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10634 * config/i386/tm-nbsd.h: Update copyright years.
10635 (HAVE_SSE_REGS): Define.
10636 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10637 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10638 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10639 (SIGCONTEXT_PC_OFFSET): Remove.
10640 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10641
a752853e
AC
106422002-01-05 Andrew Cagney <ac131313@redhat.com>
10643
10644 * configure.tgt: Remove powerpc-*-macos* target.
10645 * config/m68k/xm-mpw.h: Delete file.
10646 * config/xm-mpw.h: Delete file.
10647 * ser-mac.c: Delete file.
10648 * mpw-make.sed: Delete file.
10649 * mpw-config.in: Delete file.
10650 * mac-xdep.c: Delete file.
10651 * mac-gdb.r: Delete file.
10652 * mac-defs.h: Delete file.
10653 * mac-nat.c: Delete file.
10654 * config/powerpc/macos.mh: Delete file.
10655 * config/powerpc/macos.mt: Delete file.
10656 * config/powerpc/nm-macos.h: Delete file.
10657 * config/powerpc/tm-macos.h: Delete file.
10658 * source.c (openp, open_source_file): Remove obsolete code.
10659 * top.c (gdb_readline): Ditto.
10660 * utils.c (query): Ditto.
10661 * event-top.c (display_gdb_prompt): Ditto.
10662 * Makefile.in (ser-mac.o): Delete obsolete target.
10663 * NEWS: Update.
10664
d7449b42
AC
106652002-01-04 Andrew Cagney <ac131313@redhat.com>
10666
10667 * defs.h (BIG_ENDIAN): Delete macro definition.
10668 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10669 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10670 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10671 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10672 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10673 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10674 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10675 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10676 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10677 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10678 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10679 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10680 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10681 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10682 * gdbarch.c: Re-generate.
10683
356374e8
DJ
106842002-01-04 Daniel Jacobowitz <drow@mvista.com>
10685
10686 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10687 for core files.
10688
a2b8f8f8
JT
106892002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10690
10691 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10692
12466af9
AC
106932002-01-04 Andrew Cagney <ac131313@redhat.com>
10694
10695 * value.h (value_ptr): Delete typedef.
10696
3549ab40
JT
106972002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10698
10699 * i386nbsd-nat.c: Update copyright years.
10700 Include i386-tdep.h.
10701
fedbd091
EZ
107022002-01-04 Elena Zannoni <ezannoni@redhat.com>
10703
10704 * stabsread.c: Update copyright years.
10705
10706 From Debashis Mahata <debashis.mahata@wipro.com>:
10707 (read_struct_fields): Deal with Sun C compiler erroneous stab
10708 output for structs and unions.
fec8b34f 10709 Fix PR gdb/269.
fedbd091 10710
eb43544b
DJ
107112002-01-04 Daniel Jacobowitz <drow@mvista.com>
10712
10713 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10714 prototype.
10715
1514d34e
DJ
107162002-01-04 Daniel Jacobowitz <drow@mvista.com>
10717
10718 * cp-abi.c: Fix whitespace.
10719 (baseclass_offset): New wrapper function.
10720 * cp-abi.h (baseclass_offset): Add prototype.
10721 (struct cp_abi_ops): Add baseclass_offset pointer.
10722
10723 * valops.c (vb_match): Move to...
10724 * gnu-v2-abi.c (vb_match): here.
10725 * valops.c (baseclass_offset): Move to...
10726 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10727
10728 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10729
10730 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10731 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10732 * hpacc-abi.c (init_hpacc_ops): Likewise.
10733
7f8c9282
DJ
107342002-01-04 Daniel Jacobowitz <drow@mvista.com>
10735
10736 * valops.c (find_overload_match): Accept obj as a
10737 reference parameter. Update it before returning.
10738 * value.h (find_overload_match): Update prototype.
10739 * eval.c (evaluate_subexp_standard): Pass object to
10740 find_overload_match by reference.
10741
f23631e4
AC
107422002-01-03 Andrew Cagney <ac131313@redhat.com>
10743
10744 * valarith.c: Replace value_ptr with struct value pointer. Remove
10745 register attribute from value declarations.
10746 * valops.c: Ditto.
10747 * value.h: Ditto.
10748 * scm-lang.c (scm_lookup_name): Ditto.
10749
79e10fab 107502002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 10751
79e10fab
AC
10752 Abstract the functionality of iterating over mapped memory
10753 regions into a general purpose iterator function.
abf22e64 10754 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
10755 iterator for memory sections.
10756 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10757 (solib_mappings_callback): New function, callback for above.
10758 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10759 (info_mappings_callback): New function, callback for above.
10760
10761 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10762
c5ad026a
MK
107632002-01-01 Mark Kettenis <kettenis@gnu.org>
10764
d2a7c97a
MK
10765 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10766 * i386-tdep.c: Include "elf-bfd.h".
10767 (process_note_abi_tag_sections): New function.
10768 (i386_gdbarch_init): Add code to recognize various OS/ABI
10769 combinations.
10770
c5ad026a
MK
10771 * maint.c (_initialize_maint_cmds): Add missing \ in
10772 string-literal.
10773
a1a5b71e 10774For older changes see ChangeLog-2001
c906108c
SS
10775\f
10776Local Variables:
10777mode: change-log
10778left-margin: 8
10779fill-column: 74
10780version-control: never
10781End:
This page took 1.125596 seconds and 4 git commands to generate.