* Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2
3 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
4 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
5 * i386-tdep.h (i386bsd_init_abi): New prototype.
6 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
7 function declaration.
8 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
9 for NetBSD-a.out or NetBSD-ELF.
10 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
11 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
12 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
13 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
14 and nbsd-tdep.h.
15 (i386nbsd_pc_in_sigtramp): New function.
16 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
17 i386nbsd_pc_in_sigtramp.
18 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
19 and i386nbsdelf_init_abi OS ABI handlers.
20 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
21 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
22
23 2002-09-02 Mark Kettenis <kettenis@gnu.org>
24
25 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
26 registers if the target really has them.
27
28 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
29
30 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
31 than nbsd-tdep.h.
32
33 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
34
35 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
36 list.
37 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
38 (alphanbsd_skip_sigtramp_frame): New functions.
39 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
40 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
41 to alphanbsd_sigcontext_addr.
42
43 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
44
45 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
46 list.
47 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
48 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
49 nbsd_pc_in_sigtramp.
50 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
51 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
52 * nbsd-tdep.c: Include gdb_string.h.
53 (nbsd_pc_in_sigtramp): New function.
54 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
55 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
56 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
57 ppcnbsd_pc_in_sigtramp.
58 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
59 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
60 shnbsd_pc_in_sigtramp.
61 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
62 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
63 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
64
65 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
66
67 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
68 watchpoints to NULL.
69 (insert_breakpoints): set val field of watchpoints if NULL.
70
71
72 2002-08-29 Jim Blandy <jimb@redhat.com>
73
74 * symtab.c (lookup_symbol_aux): In the cases where we find a
75 minimal symbol of an appropriate name and use its address to
76 select a symtab to read and search, use `name' (as passed to us)
77 as the demangled name when searching the symtab's global and
78 static blocks, not the minsym's name.
79
80 2002-08-29 Keith Seitz <keiths@redhat.com>
81
82 * stack.c (print_frame_info_base): Always set current_source_symtab
83 and current_source_line.
84
85 2002-08-29 Donn Terry <donnte@microsoft.com>
86
87 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
88
89 2002-08-28 Keith Seitz <keiths@redhat.com>
90
91 * stack.c (select_frame): Add FIXME concerning selected-frame
92 events.
93 (select_frame_command): Send selected-frame-level-changed
94 event notification, but only if the level actually changed.
95 (up_silently_base): Add selected-frame-level-changed event
96 notification.
97 (down_silently_base): Likewise.
98
99 2002-08-28 Andrew Cagney <ac131313@redhat.com>
100
101 * Makefile.in: Update dependencies for all gdb/*.c files.
102
103 2002-08-27 Tom Tromey <tromey@redhat.com>
104
105 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
106 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
107 Update dependencies.
108 * i387-tdep.c: Include gdb_string.h.
109 * osabi.c: Likewise.
110 * i386-linux-nat.c: Likewise.
111 * lin-lwp.c: Likewise.
112 * ax-gdb.c: Likewise.
113 * signals/signals.c: Likewise.
114 * jv-valprint.c: Likewise.
115 * p-lang.c: Likewise.
116 * c-valprint.c: Likewise.
117 * cp-abi.c: Likewise.
118
119 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
120
121 * cli/cli-script.h (copy_command_lines): Export.
122 * breakpoint.c: Include cli/cli-script.h.
123 * Makefile.in (breakpoint.o): Update dependencies.
124
125 2002-08-26 Joel Brobecker <brobecker@gnat.com>
126
127 * cli/cli-script.c (copy_command_lines): New function.
128 * defs.h (copy_command_lines): Export.
129 * testsuite/gdb.base/commands.exp: New tests for commands
130 attached to a temporary breakpoint, and for commands that
131 delete the breakpoint they are attached to.
132
133 2002-08-26 Michael Snyder <msnyder@redhat.com>
134
135 * breakpoint.c (bpstat_stop_status): Instead of copying the
136 pointer to the breakpoint commands struct, make a new copy
137 of the struct and point to that.
138 (bpstat_clear): Free the commands struct.
139 (bpstat_clear_actions): Free the commands struct.
140 (bpstat_do_actions): Free the command actions. Also execute
141 the local cleanups, instead of deleting them.
142 (delete_breakpoint): Leave the commands field of the bpstat
143 chain alone -- it will be freed later.
144
145 2002-08-26 Kevin Buettner <kevinb@redhat.com>
146
147 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
148 deleted in 2002-08-20 commit. This function is still used by
149 ppc-linux-nat.c.
150
151 2002-08-26 Keith Seitz <keiths@redhat.com>
152
153 * gdb-events.sh: Add selected-frame-level-changed event.
154 * gdb-events.c: Regenerated.
155 * gdb-events.h: Regenerated.
156
157 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
158
159 Fix PR gdb/393:
160 * inflow.c (terminal_save_ours): New function to save terminal
161 settings.
162 * inferior.h (terminal_save_ours): Declare.
163 * target.c (debug_to_terminal_save_ours): New function.
164 (cleanup_target): Defaults to_terminal_save_ours.
165 (update_current_target): Inherit to_terminal_save_ours.
166 (setup_target_debug): Set to_terminal_save_ours.
167 * target.h (target_terminal_save_ours): New to save terminal settings.
168 (target_ops): New member to_terminal_save_ours.
169 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
170 * hpux-thread.c (init_hpux_thread_ops): Likewise.
171 * inftarg.c (init_child_ops): Likewise.
172 * m3-nat.c (init_m3_ops): Likewise.
173 * procfs.c (init_procfs_ops): Likewise.
174 * wince.c (init_child_ops): Likewise.
175 * win32-nat.c (init_child_ops): Likewise.
176 * sol-thread.c (init_sol_thread_ops): Likewise.
177
178 2002-08-26 Mark Kettenis <kettenis@gnu.org>
179
180 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
181 use regcache_* functions.
182 (i386_gdbarch_init): Set store_return_value instead of
183 deprecated_store_return_value.
184
185 * regcache.c (regcache_raw_write_signed,
186 regcache_raw_write_unsigned): New functions.
187 * regcache.h (regcache_raw_write_signed,
188 regcache_raw_write_unsigned): New prototypes.
189
190 2002-08-25 Andrew Cagney <ac131313@redhat.com>
191
192 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
193 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
194 source file dependencies. Cleanup corresponding generator rules.
195
196 2002-08-25 Andrew Cagney <ac131313@redhat.com>
197
198 * regcache.h (register_offset_hack): Declare.
199 (regcache_cooked_read_using_offset_hack): Declare.
200 (regcache_cooked_write_using_offset_hack): Declare.
201
202 * regcache.c (register_offset_hack): New function.
203 (regcache_cooked_read_using_offset_hack): New function.
204 (regcache_cooked_write_using_offset_hack): New function.
205 (regcache_dump): Check that the registers, according to their
206 offset, are packed hard against each other.
207 (cooked_xfer_using_offset_hack): New function.
208
209 2002-08-25 Andrew Cagney <ac131313@redhat.com>
210
211 * regcache.c (struct regcache_descr): Add field register_type.
212 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
213 in as a parameter
214 (init_regcache_descr): Initialize register_type. Pass the descr
215 to init_legacy_regcache_descr. Use register_type instead of
216 REGISTER_VIRTUAL_TYPE.
217 (register_type): New function.
218 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
219 * regcache.h (register_type): Declare.
220
221 2002-08-25 Andrew Cagney <ac131313@redhat.com>
222
223 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
224 instead of deprecated_store_return_value. Fix fallout from
225 2002-08-23 Andrew Cagney <cagney@redhat.com>.
226
227 2002-08-25 Andrew Cagney <ac131313@redhat.com>
228
229 * regcache.c (max_register_size): New function.
230 (init_legacy_regcache_descr): Ensure that max_register_size is
231 large enough for REGISTER_VIRTUAL_SIZE.
232 * regcache.h (max_register_size): Declare.
233
234 2002-08-24 Andrew Cagney <ac131313@redhat.com>
235
236 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
237 store_return_value.
238 (e500_extract_return_value): Change type of valbuf pointer to
239 void.
240
241 2002-08-24 Mark Kettenis <kettenis@gnu.org>
242
243 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
244 workaround.
245
246 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
247 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
248 long long) to prevent compiler warning on 64-bit systems.
249
250 2002-08-23 Andrew Cagney <cagney@redhat.com>
251
252 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
253 (DEPRECATED_STORE_RETURN_VALUE): New method.
254 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
255 * gdbarch.h, gdbarch.c: Re-generate.
256
257 * values.c (set_return_value): Pass current_regcache to
258 STORE_RETURN_VALUE.
259 * arch-utils.h (legacy_store_return_value): Declare.
260 * arch-utils.c (legacy_store_return_value): New function.
261 (legacy_extract_return_value): Update parameters.
262
263 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
264 STORE_RETURN_VALUE.
265 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
266 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
267 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
268 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
269 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
270 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
271 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
272 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
273 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
274 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
275
276 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
277 * i386-tdep.c (i386_extract_return_value): Update.
278 * arch-utils.c (legacy_extract_return_value): Update.
279 * frv-tdep.c (frv_gdbarch_init): Update.
280 * cris-tdep.c (cris_gdbarch_init): Update.
281 * d10v-tdep.c (d10v_gdbarch_init): Update.
282 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
283 * m68k-tdep.c (m68k_gdbarch_init): Update.
284 * mcore-tdep.c (mcore_gdbarch_init): Update.
285 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
286 * s390-tdep.c (s390_gdbarch_init): Update.
287 * sparc-tdep.c (sparc_gdbarch_init): Update.
288 * sh-tdep.c (sh_gdbarch_init): Update.
289 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
290 * v850-tdep.c (v850_gdbarch_init): Update.
291 * avr-tdep.c (avr_gdbarch_init): Update.
292 * ia64-tdep.c (ia64_gdbarch_init): Update.
293 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
294 * vax-tdep.c (vax_gdbarch_init): Update.
295 * alpha-tdep.c (alpha_gdbarch_init): Update.
296 * arm-tdep.c (arm_gdbarch_init): Update.
297 * mips-tdep.c (mips_gdbarch_init): Update.
298 * i386-tdep.c (i386_gdbarch_init): Update.
299
300 2002-08-23 Andrew Cagney <ac131313@redhat.com>
301
302 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
303 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
304
305 2002-08-24 Mark Kettenis <kettenis@gnu.org>
306
307 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
308 problems.
309
310 2002-08-23 Joel Brobecker <brobecker@gnat.com>
311
312 * infrun.c (handle_inferior_event): Move a comment outside of a
313 function call, in order to avoid indent reformatting this part
314 of the code in an unreadable way.
315
316 2002-08-23 Grace Sainsbury <graces@redhat.com>
317
318 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
319 when breakpoints fail. Move general breakpoint error messages to
320 insert_breakpoints.
321 * breakpoint.c (insert_breakpoints): Change warnings when
322 breakpoints are nto inserted to specify the type. Remove call to
323 memory_error when hardware breakpoints can't be inserted. Remove
324 multiple calls to warning so all messages are sent to the user at
325 once.
326 (delete_breakpoints): Make insert error messsages more explicit.
327
328 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
329
330 * ChangeLog: Move gdbserver entries after GDB 5.2 to
331 gdbserver/ChangeLog.
332
333 2002-08-23 Mark Kettenis <kettenis@gnu.org>
334
335 * i386-tdep.c: Include "objfiles.h".
336 (i386_svr4_init_abi): Set in_solib_call_trampoline and
337 skip_trampoline_code.
338 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
339 (CPLUS_MARKER): Define to '.'.
340
341 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
342 member.
343 (linux_corefile_thread_callback): Increase args->num_notes.
344 (linux_make_note_section): Initialize thread_args.num_notes, and
345 use it to determine whether notes for any threads were created.
346
347 2002-08-23 Donn Terry <donnte@microsoft.com>
348
349 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
350 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
351 and PCUNKILL.
352 (write_with_trace): Conditionalize out the switch branch handling
353 PCSHOLD if the corresponding macro is not defined. Likewise for
354 PRSABORT and PRSTOP.
355 This change will be needed by the Interix port.
356
357 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
358
359 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
360 write_register wherever possible instead of manipulating the
361 register bytes directly.
362 Assign VALUE_CONTENTS to a variable and use that.
363 The GPR numbers are now dependent on the architecture.
364
365 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
366
367 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
368 ev_offset fields.
369 (skip_prologue): Add support for BookE/e500 instructions.
370 (e500_extract_return_value): New function.
371 (frame_get_saved_regs): Add support for saving ev registers and
372 pseudo gpr's.
373 (e500_store_return_value): New function.
374 (rs6000_gdbarch_init): Move up default intializations of
375 deprecated_extract_return_value and store_return_value. Overwrite
376 init of store_return_value with e500 specific version.
377 Set extract_return_value for e500.
378
379 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
380
381 * blockframe.c (generic_call_dummy_register_unwind): Use
382 regcache_cooked_read to catch cases in which the variable is
383 stored in a pseudo register.
384
385 2002-08-22 Andrew Cagney <cagney@redhat.com>
386
387 * NEWS: Mention that the i960 has been made obsolete.
388 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
389 i960-tdep.c
390 (remote-nrom.o): Obsolete target.
391 (remote-nindy.o, i960-tdep.o): Ditto.
392 * remote-nrom.c: Make file obsolete.
393 * remote-nindy.c, remote-vx960.c: Ditto.
394 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
395 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
396 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
397 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
398 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
399 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
400 i960-*-vxworks* obsolete.
401 * MAINTAINERS: Note that the i960 is obsolete.
402
403 2002-08-21 Corinna Vinschen <vinschen@redhat.com
404
405 * aix-thread.c (aix_thread_detach): Disable thread debugging on
406 detach to allow reinitialization.
407
408 2002-08-22 Andrew Cagney <ac131313@redhat.com>
409
410 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
411 attempt).
412
413 2002-08-22 Jim Blandy <jimb@redhat.com>
414
415 * coffread.c (coff_symfile_read): Don't try to read the line
416 number table from disk if the image file doesn't have a symbol
417 table; we'll never actually look at the info anyway, and Windows
418 ships DLL's with bogus file offsets for the line number data.
419
420 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
421
422 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
423 an e500 executable.
424
425 2002-08-21 Michael Snyder <msnyder@redhat.com>
426
427 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
428 (MSYMBOL_SIZE): Replace macro with function.
429 (DEFAULT_MIPS_TYPE): Delete unused macro.
430 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
431 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
432
433 2002-08-21 Jim Blandy <jimb@redhat.com>
434
435 * valops.c (value_cast): Simplify and correct logic for doing a
436 static cast from a pointer to a base class to a pointer to a
437 derived class.
438
439 2002-08-21 Andrew Cagney <ac131313@redhat.com>
440
441 * infcmd.c (default_print_registers_info): Replace
442 do_registers_info.
443 (registers_info): Use gdbarch_print_registers_info instead of
444 DO_REGISTERS_INFO.
445 * inferior.h (default_print_registers_info): Replace
446 do_registers_info.
447 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
448 (DO_REGISTERS_INFO): Change to a predicate function.
449 * gdbarch.h, gdbarch.c: Regenerate.
450
451 2002-08-21 Keith Seitz <keiths@redhat.com>
452
453 * gdb-events.sh: Add target-changed event.
454 * gdb-events.c: Regenerated.
455 * gdb-events.c: Regenerated.
456 * valops.c (value_assign): Add target-changed event notification
457 to inlval_register, lval_memory, and lval_reg_frame_relative.
458
459 2002-08-21 Joel Brobecker <brobecker@gnat.com>
460
461 * NEWS: Add an entry regarding the improvement of the next/step
462 operation on Alpha Tru64 multi-processor machines.
463
464 2002-08-21 Andrew Cagney <ac131313@redhat.com>
465
466 * Makefile.in: Update dependencies for mi/ cli/ and tui/
467 directores.
468 * Makefile.in: Update all _h macro definitions.
469 * Makefile.in (install-gdbtk): Move to install section.
470 (rdi-share/libangsd.a): Move to end of file.
471
472 2002-08-19 Andrew Cagney <ac131313@redhat.com>
473
474 * frame.c (frame_register_unwind): When a register, set addrp to
475 the register's byte.
476
477 2002-08-20 Michael Snyder <msnyder@redhat.com>
478
479 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
480 used locally, so move them from the target machine header to here.
481 (mips_set_processor_type, mips_register_name, mips32_next_pc,
482 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
483 Make static.
484 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
485
486 2002-08-20 Andrew Cagney <cagney@redhat.com>
487
488 * NEWS: Mention that the Apollo line was made obsolete.
489 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
490 m68*-hp-hpux* obsolete.
491 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
492 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
493 * buildsym.c (make_blockvector): Make static.
494 * buildsym.h (make_blockvector): Make extern declaration obsolete.
495 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
496 (ALLDEPFILES): Remove dstread.c.
497 (dstread.o): Obsolete make rule.
498 * dstread.c: Makefile obsolete.
499 * dst.h: Ditto.
500 * config/m68k/hp300hpux.mt: Ditto.
501 * config/m68k/hp300hpux.mh: Ditto.
502 * config/m68k/hp300bsd.mt: Ditto.
503 * config/m68k/hp300bsd.mh: Ditto.
504 * config/m68k/apollo68b.mt: Ditto.
505 * config/m68k/apollo68v.mh: Ditto.
506 * config/m68k/apollo68b.mh: Ditto.
507
508 2002-08-20 Michael Snyder <msnyder@redhat.com>
509
510 * mips-tdep.c (mips_in_return_stub): Make static.
511 (mips_gdbarch_init): Set in_solib_return_trampoline.
512 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
513
514 2002-08-20 Michael Snyder <msnyder@redhat.com>
515
516 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
517 * gdbarch.c, gdbarch.h: Regenerate.
518 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
519 Add.
520 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
521
522 2002-08-20 Michael Snyder <msnyder@redhat.com>
523
524 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
525 (mips_gdbarch_init): Set skip_trampoline_code,
526 in_solib_call_trampoline.
527 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
528 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
529
530 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
531
532 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
533
534 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
535 vector type for ev registers.
536 (e500_pseudo_register_read): New function.
537 (e500_pseudo_register_write): New function.
538 (e500_dwarf2_reg_to_regnum): New function.
539 (PPC_UISA_NOFP_SPRS): New macro.
540 (PPC_EV_REGS): New macro.
541 (PPC_GPRS_PSEUDO_REGS): New macro.
542 (registers_e500): New register set for e500.
543 (variants): Add e500 variant.
544 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
545 before setting architectural dependent variations. Initialize ev
546 registers numbers. Add case for e500 architecture. Set the
547 number of pseudo registers.
548
549 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
550
551 * rs6000-tdep.c: Clean up comments.
552
553 2002-08-20 Andrew Cagney <cagney@redhat.com>
554
555 * h8300-tdep.c: Re-indent file.
556
557 2002-08-20 Jim Blandy <jimb@redhat.com>
558
559 * Makefile.in (LDFLAGS): Allow the configure script to establish a
560 default for this.
561
562 2002-08-20 Keith Seitz <keiths@redhat.com>
563
564 * breakpoints.c (watch_command_1): Use internal breakpoint
565 when setting a watchpoint_scope breakpoint.
566
567 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
568
569 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
570 (build_builtin_type_vec64i): Ditto.
571 (build_builtin_type_vec128): Ditto.
572 (build_builtin_type_vec128i): Ditto.
573
574 2002-08-19 Michael Snyder <msnyder@redhat.com>
575
576 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
577 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
578 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
579 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
580 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
581 CALL_DUMMY_ADDRESS): Delete.
582 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
583 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
584 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
585 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
586 push_return_address.
587 (mips_register_raw_size, mips_eabi_use_struct_convention,
588 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
589 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
590 mips_init_extra_frame_info, mips_eabi_push_arguments,
591 mips_n32n64_push_arguments, mips_push_return_address,
592 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
593 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
594
595 2002-08-19 Michael Snyder <msnyder@redhat.com>
596
597 * mips-tdep.c (mips_frame_num_args): New function.
598 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
599 frame_saved_pc, frame_args_address, frame_locals_address,
600 frame_num_args, and frame_args_skip.
601 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
602 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
603 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
604 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
605
606 2002-08-20 Michael Snyder <msnyder@redhat.com>
607
608 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
609 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
610 * mips-tdep.c (mips_store_struct_return): New function.
611 (mips_extract_struct_value_address): New function.
612 (mips_gdbarch_init): Set store_struct_return and
613 extract_struct_value_address.
614
615 2002-08-20 David Carlton <carlton@math.stanford.edu>
616
617 * dwarf2read.c (dwarf2_build_psymtabs): Check that
618 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
619 (read_file_scope): Check that line_header is nonzero before
620 decoding macro information.
621
622 2002-08-20 Mark Kettenis <kettenis@gnu.org>
623
624 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
625 flag the general-purpose registers as floating-point on targets
626 that don't support the floating-point registers.
627
628 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
629
630 * rs6000-tdep.c (altivec_register_p): Delete.
631 (rs6000_do_altivec_registers): Delete.
632 (rs6000_altivec_registers_info): Delete.
633 (rs6000_do_registers_info): Delete.
634 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
635 (rs6000_gdbarch_init): Remove setting of do_registers_info.
636
637 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
638
639 * infcmd.c (do_registers_info): Print vector registers in hex
640 format only.
641 (print_vector_info): Check that printing registers
642 makes sense.
643 (print_float_info): Ditto.
644
645 2002-08-20 Andrew Cagney <ac131313@redhat.com>
646
647 * mips-tdep.c (mips_gdbarch_init): Update.
648 (mips_o32_extract_return_value): Rewrite.
649 (mips_o32_store_return_value): Rewrite.
650 (mips_o32_xfer_return_value): New function.
651 (mips_xfer_register): Tweak debug print message. Allow for
652 buf_offset when dumping the value transfered.
653
654 2002-08-20 Andrew Cagney <ac131313@redhat.com>
655
656 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
657 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
658 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
659 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
660 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
661
662 2002-08-14 Michael Snyder <msnyder@redhat.com>
663
664 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
665
666 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
667
668 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
669 register.
670 (P): New macro to define a register as a pseudo register.
671 (R, R4, R8, R16, FR32, R64, R0): Updated.
672 (struct variant): Add new fields for number of pseudo registers
673 and number of total registers.
674 (tot_num_registers): New macro replacing....
675 (num_registers): ...deleted macro.
676 (num_registers): New function.
677 (num_pseudo_registers): New function.
678 (variants): Update all variants to intialize new fields correctly.
679 Postpone initialization of number of pseudo regs and real regs.
680 (init_variants): New function.
681 (rs6000_gdbarch_init): Initialize variants. Update calculation of
682 registers offsets.
683
684 2002-08-19 David Carlton <carlton@math.stanford.edu>
685
686 * valops.c (search_struct_field): Change error message to treat
687 return value of 0 from value_static_field as meaning that field is
688 optimized out.
689 (value_struct_elt_for_reference): Ditto.
690 * values.c (value_static_field): Treat an unresolved location the
691 same as a nonexistent symbol. Fix PR gdb/635.
692 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
693 enclosed. Fix PR gdb/574.
694 * MAINTAINERS: Add self to Write After Approval list.
695
696 2002-08-19 Andrew Cagney <ac131313@redhat.com>
697
698 * mips-tdep.c (mips_xfer_register): New function.
699 (mips_n32n64_extract_return_value): Rewrite.
700 (mips_gdbarch_init): For N32 and N64, set extract_return_value
701 instead of deprecated_extract_return_value.
702
703 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
704
705 * rs6000-tdep.c (TDEP): Delete macro.
706 (branch_dest): Replace use of TDEP macro with its body.
707 (rs6000_pop_frame): Ditto.
708 (rs6000_push_arguments): Ditto.
709 (rs6000_skip_trampoline_code): Ditto.
710 (rs6000_frame_saved_pc): Ditto.
711 (rs6000_frame_chain): Ditto.
712 (rs6000_register_name): Ditto.
713 (rs6000_register_byte): Ditto.
714 (rs6000_register_raw_size): Ditto.
715 (rs6000_register_virtual_type): Ditto.
716 (rs6000_register_convertible): Ditto.
717 (rs6000_convert_from_func_ptr_addr): Ditto.
718
719 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
720
721 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
722 conditionally.
723 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
724 MIPS_LINUX_JB_ELEMENT_SIZE.
725 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
726 for MAX_REGISTER_RAW_SIZE arrays.
727 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
728 MIPS_LINUX_JB_ELEMENT_SIZE.
729
730 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
731
732 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
733
734 2002-08-19 Aidan Skinner <aidan@velvet.net>
735
736 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
737 ada-valprint.c ada-tasks.c.
738 (YYFILES): Add ada-exp.y.
739 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
740 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
741 (ada-exp.tab.o): New target.
742
743 2002-08-18 Andrew Cagney <ac131313@redhat.com>
744
745 * regcache.c (regcache_xfer_part): New function.
746 (regcache_raw_read_part): New function.
747 (regcache_raw_write_part): New function.
748 (regcache_cooked_read_part): New function.
749 (regcache_cooked_write_part): New function.
750 * regcache.h (regcache_raw_read_part): Declare.
751 (regcache_raw_write_part): Declare.
752 (regcache_cooked_read_part): Declare.
753 (regcache_cooked_write_part): Declare.
754
755 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
756
757 * remote.c (remote_open_1): Add async_p.
758 (remote_async_open_1): Delete.
759 (open_remote_target): Delete.
760 (remote_open, extended_remote_open): Update calls to remote_open_1.
761 (remote_async_open, extended_remote_async_open): Call
762 remote_open_1 instead of remote_async_open_1.
763
764 2002-08-19 Mark Kettenis <kettenis@gnu.org>
765
766 * blockframe.c: Fix a few coding standard violations.
767
768 2002-08-19 Mark Kettenis <kettenis@gnu.org>
769
770 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
771 here from ...
772 * config/i386/tm-i386sco5.h: ... here. File removed.
773 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
774
775 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
776 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
777 (TM_FILE): Set to tm-i386.h.
778 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
779 * config/i386/tm-i386v.h: Remove file.
780 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
781 instead of "i386/tm-i386v.h".
782 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
783 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
784 "i386/tm-i386v.h".
785 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
786 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
787 "i386/tm-i386.h".
788
789 2002-08-18 Mark Kettenis <kettenis@gnu.org>
790
791 * config/i386/nm-i386v.h: Add protection against
792 multiple-inclusion.
793 (i386_register_u_addr): Remove prototype.
794 (register_u_addr): New prototype.
795 (REGISTER_U_ADDR): Redefine accordingly.
796 * i386v-nat.c: Improve several comments.
797 (i386_register_u_addr): Change signature and rename to
798 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
799 ubase variable.
800
801 2002-08-18 Andrew Cagney <ac131313@redhat.com>
802
803 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
804 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
805 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
806 deprecated_extract_return_value.
807 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
808 rename mips_o32o64_push_arguments.
809 (mips_gdbarch_init): Update.
810 (mips_extract_return_value): Delete.
811 (mips_o32_extract_return_value): Clone mips_extract_return_value.
812 (mips_o64_extract_return_value): Clone mips_extract_return_value.
813 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
814 (mips_n32n64_extract_return_value): Clone
815 mips_extract_return_value.
816 (mips_store_return_value): Delete.
817 (mips_o32_store_return_value): Clone mips_store_return_value.
818 (mips_o64_store_return_value): Clone mips_store_return_value.
819 (mips_eabi_store_return_value): Clone mips_store_return_value.
820 (mips_n32n64_store_return_value): Clone mips_store_return_value.
821
822 2002-08-18 Aidan Skinner <aidan@velvet.net>
823
824 * ada-lang.c: Use gdb_string.h instead of <string.h>.
825 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
826
827 2002-08-18 Aidan Skinner <aidan@velvet.net>
828
829 * ada-lang.c: Run through gdb_indent.sh.
830 * ada-lang.h: Run through gdb_indent.sh.
831 * ada-tasks.c: Run through gdb_indent.sh.
832 * ada-typeprint.c: Run through gdb_indent.sh.
833 * ada-valprint.c: Run through gdb_indent.sh.
834
835 2002-08-18 Andrew Cagney <ac131313@redhat.com>
836
837 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
838 ABI.
839
840 2002-08-18 Mark Kettenis <kettenis@gnu.org>
841
842 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
843
844 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
845 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
846
847 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
848 write_register_gen instead of write_register_bytes.
849
850 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
851 i[3456]-*-osf1mk* configurations have been made obsolete.
852 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
853 i[3456]86-*-osf1mk* hosts obsolete.
854 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
855 targets obsolete.
856 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
857 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
858 config/i386/i386m3.mt, config/i386/nm-m3.h,
859 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
860 config/i386/i386mk.mh, config/i386/i386mk.mt,
861 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
862 obsolete.
863 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
864 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
865 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
866
867 2002-08-18 Andrew Cagney <ac131313@redhat.com>
868
869 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
870 (hppa_value_returned_from_stack): Declare.
871 (hppa_extract_return_value): Declare.
872 * config/pa/hppa.mt: New file.
873 * configure.tgt: Recognize hppa*-*-*.
874 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
875
876 2002-08-18 Mark Kettenis <kettenis@gnu.org>
877
878 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
879 comment.
880
881 2002-08-17 Mark Kettenis <kettenis@gnu.org>
882
883 * top.c (gdb_rl_operate_and_get_next): Make sure
884 operate-and-get-next functions correctly even when the history
885 list is completely filled.
886
887 2002-08-18 Andrew Cagney <ac131313@redhat.com>
888
889 * MAINTAINERS (Target Instruction Set Architectures): Rename
890 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
891 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
892 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
893 already listed under Host/Native.
894
895 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
896 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
897 mips*-*-*.
898
899 2002-08-17 Andrew Cagney <ac131313@redhat.com>
900
901 * config/ia64/ia64.mt: New file.
902 * config/alpha/alpha.mt: New file.
903 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
904 ia64-linux-gnu. Mention that ia64-elf is broken.
905 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
906
907 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
908
909 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
910 generic_func_frame_valid instead of func_frame_valid.
911
912 2002-08-16 Joel Brobecker <brobecker@gnat.com>
913
914 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
915 procfs appears to be broken when debugging on multi-processor
916 machines. So enable software single stepping in order to avoid
917 using the procfs interface to do next/step operations, using
918 internal breakpoints instead.
919
920 * infrun.c (handle_inferior_event): Readjust the stop_pc by
921 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
922 make this pc address equal to the value it would have if the
923 system stepping capability was used. Also set a new flag used
924 to ensure that we don't readjust the PC one more time later.
925
926 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
927 address by DECR_PC_AFTER_BREAK when software single step is
928 in use for this architecture, as this has already been taken
929 care of in handle_inferior_event().
930
931 2002-08-16 Joel Brobecker <brobecker@gnat.com>
932
933 * infrun.c (handle_inferior_event): Minor reformatting, to make
934 a rather long condition expression easier to read.
935
936 2002-08-16 Andrew Cagney <ac131313@redhat.com>
937
938 * Makefile.in (gdbtk.o): Move to end of file.
939 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
940 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
941 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
942 (gdbtk-wrapper.o, gdbres.o): Ditto.
943
944 2002-08-16 Andrew Cagney <ac131313@redhat.com>
945
946 * Makefile.in (copying.o): Separate out compile rule.
947 (hpux-thread.o, procfs.o, signals.o): Ditto.
948 (v850ice.o, z8k-tdep.o): Ditto.
949 (tui-file.o): Move to TUI section.
950 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
951 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
952
953 2002-08-16 Joel Brobecker <brobecker@gnat.com>
954
955 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
956 skip_trampoline_code, for better namespace-proofing.
957
958 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
959
960 2002-08-16 Joel Brobecker <brobecker@gnat.com>
961
962 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
963
964 2002-08-16 Joel Brobecker <brobecker@gnat.com>
965
966 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
967 signal, check whether we hit a breakpoint before checking for a
968 single step breakpoint. Otherwise, GDB fails to notice that a
969 breakpoint has been hit when stepping onto a breakpoint.
970
971 2002-08-16 Keith Seitz <keiths@redhat.com>
972
973 * gdb-events.sh (clear_gdb_event_hooks): New function.
974 * gdb-events.c: Regenerate.
975 * gdb-events.h: Regenerate.
976
977 2002-08-16 Andrew Cagney <ac131313@redhat.com>
978
979 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
980 not_a_sw_breakpoint.
981 * breakpoint.h (bpstat_stop_status): Add parameter names.
982
983 2002-08-16 Grace Sainsbury <graces@redhat.com>
984
985 * remote.c (remote_insert_hw_breakpoint)
986 (remote_remove_hw_breakpoint): Fix calculation of length field
987 for Z-packet.
988
989 2002-08-15 Michael Snyder <msnyder@redhat.com>
990
991 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
992 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
993 (supply_fpregset): Ditto.
994
995 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
996 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
997 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
998 (TARGET_READ_SP): Delete.
999 (DO_REGISTERS_INFO): Delete.
1000 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
1001 Delete.
1002 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
1003 from macros to functions.
1004
1005 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
1006 (mips_register_convertible, mips_register_convert_to_virtual,
1007 mips_register_convert_to_raw): Make static.
1008 (mips_read_sp): New function.
1009 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
1010 (mips_do_registers_info): Make static.
1011 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
1012 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
1013 (mips_register_convert_from_type, mips_register_convert_to_type):
1014 New functions.
1015 (mips_gdbarch_init): Set up function_start_offset,
1016 register_virtual_size, pc_in_sigtramp.
1017
1018 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1019
1020 * infcmd.c (vector_info): New function.
1021 (_initialize_infcmd): Add command "info vector".
1022 (print_vector_info): New function.
1023
1024 * gdbarch.sh (PRINT_VECTOR_INFO): New method
1025 * gdbarch.h, gdbarch.c: Regenerate.
1026
1027 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1028
1029 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
1030 ``print_all''. Only print vector registers when ``print_all''.
1031
1032 2002-08-15 Andrew Cagney <ac131313@redhat.com>
1033
1034 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
1035 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
1036
1037 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
1038 Add `args' parameter.
1039 * gdbarch.h, gdbarch.c: Regenerate.
1040
1041 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
1042
1043 * infcmd.c (float_info): Call print_float_info.
1044 (print_float_info): New function. By default, print the
1045 floating-point registers.
1046
1047 * arch-utils.h (default_print_float_info): Delete declaration.
1048 * arch-utils.c (default_print_float_info): Delete function.
1049
1050 2002-08-16 Mark Kettenis <kettenis@gnu.org>
1051
1052 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
1053 out define.
1054
1055 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
1056 FRAME.
1057
1058 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
1059 * configure.host: Make i[3456]86-*-aix host obsolete.
1060 * configure.tgt: Make i[3456]86-*-aix target obsolete.
1061 * config/i386/i386aix.mh, config/i386/i386aix.mt,
1062 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
1063 config/i386/xm-i386aix.h: Make files obsolete.
1064 * i386aix-nat.c: Make file obsolete.
1065 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
1066 (i386aix-nat.o): Make target obsolete.
1067
1068 * config/i386/nm-gnu.h: Removed.
1069 * config/i386/nm-i386gnu.h: New file.
1070 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
1071 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
1072 Moved here from ...
1073 * config/i386/tm-i386gnu.h: ... here. Removed.
1074 * config/i386/xm-i386gnu.h: Removed.
1075 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
1076 (NAT_FILE): Set to nm-i386gnu.h.
1077 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
1078 * i386-tdep.c: New file.
1079 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
1080 (i386gnu-tdep.o): Specify dependencies.
1081
1082 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1083
1084 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
1085 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
1086 Adjust a few comments to reflect reality a bit closer.
1087 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
1088 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
1089 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
1090 target_insert_watchpoint, target_remove_watchpoint):
1091 Move defines to ...
1092 * config/i386/nm-i386sco5.h: ... here.
1093 (kernel_u_size): Add prototype. Improve a few comments and add
1094 protection against multiple inclusion.
1095
1096 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
1097 out define.
1098
1099 * uw-thread.c (SP_ARG0): Define if not already defined.
1100 * config/i386/tm-i386.h (SO_ARG0): Remove define.
1101
1102 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
1103
1104 * config/i386/tm-i386.h: Don't include "regcache.h".
1105
1106 * i387-tdep.h (i387_print_float_info): New prototype.
1107 * i387-tdep.c (print_i387_value, print_i387_ext,
1108 print_i387_status_word, print_i387_control_word): Add `struct
1109 ui_file *' argument and use it for output.
1110 (i387_print_float_info): Renamed from i387_float_info. Add
1111 `struct gdbarch *' and `struct ui_file *' arguments and use the
1112 latter for output.
1113 * i386-tdep.c: Include "i387-tdep.h".
1114 (i386_gdbarch_init): Set print_float_info.
1115 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
1116 (FLOAT_INFO): Remove define.
1117
1118 2002-08-13 Michael Snyder <msnyder@redhat.com>
1119
1120 * mips-tdep.c (mips_push_arguments): Rename to
1121 mips_eabi_push_arguments, and tune for EABI.
1122 (MIPS_REGS_HAVE_HOME_P): Delete.
1123 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
1124 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
1125 Delete references to mips_regs_have_home_p.
1126
1127 2002-08-14 Keith Seitz <keiths@redhat.com>
1128
1129 * Makefile.in (install-gdbtk): Create insight plugin directory.
1130 Install plugins.tcl file.
1131
1132 2002-08-14 Keith Seitz <keiths@redhat.com>
1133
1134 * configure.in: Move SUBDIRS to near top of the file so that
1135 --enable options may add things to it.
1136 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
1137 * configure: Regenerate.
1138
1139 2002-08-13 Michael Snyder <msnyder@redhat.com>
1140
1141 * mips-tdep.c (mips_o32o64_push_arguments): New function,
1142 cloned from mips_push_arguments, tuned for o32/o64 ABI.
1143 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
1144
1145 2002-08-13 Andrew Cagney <ac131313@redhat.com>
1146
1147 * vax-tdep.c (vax_get_saved_register): Delete function.
1148 (vax_gdbarch_init): Update.
1149 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
1150 (ns32k_gdbarch_init): Update.
1151 * alpha-tdep.c (alpha_get_saved_register): Delete function.
1152 (alpha_gdbarch_init): Update.
1153
1154 2002-08-13 Andrew Cagney <cagney@redhat.com>
1155
1156 * regcache.c (init_regcache_descr): Overallocate the
1157 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
1158 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
1159 nr_raw_registers.
1160 (set_register_cached): Add range checking assertions. Use
1161 current_regcache.
1162
1163 2002-08-13 Mark Kettenis <kettenis@gnu.org>
1164
1165 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
1166 numbers for MMX registers.
1167
1168 2002-08-13 Andrew Cagney <cagney@redhat.com>
1169
1170 * i386-tdep.c (i386_gdbarch_init): Use
1171 generic_unwind_get_saved_register.
1172
1173 2002-08-13 Kevin Buettner <kevinb@redhat.com>
1174
1175 * procfs.c (procfs_can_use_hw_breakpoint): New function.
1176 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
1177 target vector.
1178 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
1179 Delete. Add comment regarding this now-deleted target method.
1180
1181 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1182
1183 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
1184 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
1185 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
1186 real PC and the page number (if it's within the memory bank window).
1187 (m68hc11_pseudo_register_write): Likewise when saving.
1188 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
1189 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
1190 (m68hc11_register_raw_size): And use 32-bit for it.
1191 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
1192 16K memory bank is used by the prog; also use the virtual pc.
1193
1194 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1195
1196 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
1197 (m68hc11_gdbarch_init): Install it in gdbarch.
1198 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
1199 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
1200 (MSYMBOL_SIZE): New for documentation.
1201 (insn_return_kind): Enum to specify how a function returns.
1202 (frame_extra_info): Cleanup and record the return mode.
1203 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
1204 register in address computation.
1205 (m68hc11_get_return_insn): New to obtain the return instruction used
1206 by the function.
1207 (m68hc11_frame_init_saved_regs): Take into account the return
1208 instruction used by the function for far and interrupt functions.
1209 (m68hc11_init_extra_frame_info): Take into account page register.
1210 (m68hc11_frame_args_address): Adjust according to the return mode.
1211 (show_regs): Print page register only when it's used.
1212
1213 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1214
1215 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
1216 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
1217 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
1218 registers.
1219 (m68hc11_register_raw_size): Likewise.
1220
1221 2002-08-13 Andrew Cagney <cagney@redhat.com>
1222
1223 * i386-tdep.c (i386_register_name): Handle mmx registers.
1224 (mmx_regnum_p): New function.
1225 (i386_mmx_names): New array.
1226 (mmx_num_regs): New variable.
1227 (i386_pseudo_register_read): New function.
1228 (i386_pseudo_register_write): New function.
1229 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
1230
1231 * regcache.c (regcache_raw_read_unsigned): New function.
1232 (regcache_raw_read_signed): New function.
1233 * regcache.h (regcache_raw_read_unsigned): Declare.
1234 (regcache_raw_read_signed): Declare.
1235
1236 2002-08-13 Andrew Cagney <cagney@redhat.com>
1237
1238 * regcache.c (regcache_raw_read_as_address): Delete function.
1239 (regcache_cooked_read_signed): New function.
1240 (regcache_cooked_read_unsigned): New function.
1241 * regcache.h (regcache_cooked_read_signed): Declare.
1242 (regcache_cooked_read_unsigned): Declare.
1243 (regcache_raw_read_as_address): Delete declaration.
1244
1245 * blockframe.c (generic_read_register_dummy): Use
1246 regcache_cooked_read_unsigned.
1247 * i386-tdep.c (i386_extract_struct_value_address): Use
1248 regcache_cooked_read_unsigned.
1249
1250 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1251
1252 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
1253 double sizes according to ELF ABI flags.
1254 (gdbarch_tdep): Record elf_flags.
1255
1256 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1257
1258 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
1259 (m6812_prolog): They can appear in 68HC12 function prologue.
1260 (m68hc11_frame_chain): Cleanup.
1261
1262 2002-08-12 Andrew Cagney <cagney@redhat.com>
1263
1264 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
1265 declarations.
1266 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
1267 (i386_linux_register_raw_size): Delete function.
1268 (i386_linux_init_abi): Update.
1269 * i386-tdep.c (i386_register_raw_size): Delete function.
1270 (i386_register_byte): Delete function.
1271 (i386_gdbarch_init): Update.
1272 (i386_register_size): Delete array.
1273 (i386_register_offset): Delete array.
1274
1275 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
1276 (REGISTER_RAW_SIZE): Delete macro.
1277 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
1278 (REGISTER_BYTE): Delete macro.
1279
1280 2002-08-11 Aidan Skinner <aidan@velvet.net>
1281
1282 * ada-lang.c (ada_lookup_partial_symbol)
1283 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
1284 prototype names so that grep ^func works properly.
1285
1286 * ada-lang.c (ada_array_element_type)
1287 (ada_lookup_partial_symbol): Fix typos in parameter list.
1288
1289 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
1290 Fix prototype names so that grep ^func works properly.
1291
1292 2002-08-10 Andrew Cagney <cagney@redhat.com>
1293 Elena Zannoni <ezannoni@redhat.com>
1294 Martin M. Hunt <hunt@redhat.com>
1295
1296 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
1297 (build_builtin_type_vec128i): Set the vector bit.
1298 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
1299 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
1300 (build_builtin_type_vec64): New function.
1301 (build_builtin_type_vec64i): New function.
1302 (build_gdbtypes): Initialize builtin_type_vec64 and
1303 builtin_type_vec64i.
1304
1305 2002-08-09 Andrew Cagney <cagney@redhat.com>
1306
1307 * regcache.c (regcache_dump): Compare the register offset
1308 with REGISTER_BYTE.
1309 * arch-utils.c (generic_register_byte): New function.
1310 * arch-utils.h (generic_register_byte): Declare.
1311 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
1312 * gdbarch.h, gdbarch.c: Regenerate.
1313
1314 2002-08-09 Andrew Cagney <cagney@redhat.com>
1315
1316 * regcache.c: Include "gdbcmd.h"
1317 (_initialize_regcache): Add commands "maintenance print
1318 registers", "maintenance print raw-registers" and "maintenance
1319 print cooked-registers".
1320 (enum regcache_dump_what): Define.
1321 (dump_endian_bytes): New function.
1322 (regcache_dump): New function.
1323 (regcache_print): New function.
1324 (maintenance_print_registers): New function.
1325 (maintenance_print_raw_registers): New function.
1326 (maintenance_print_cooked_registers): New function.
1327 * Makefile.in (regcache.o): Update dependencies.
1328
1329 2002-08-09 Michael Snyder <msnyder@redhat.com>
1330
1331 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
1332 (mips_push_arguments): Correct some comments. Use paddr_nz
1333 for printing addresses in debug output. Replace static
1334 allocation using MAX_REGISTER_RAW_SIZE with alloca.
1335 (mips_n32n64_push_arguments): New function, cloned from
1336 mips_push_arguments and tuned for the n32/n64 ABI.
1337 (mips_push_register): Buffer needs dynamic allocation.
1338 (mips_print_register): Ditto.
1339 (do_gp_register_row): Ditto.
1340 (mips_store_return_value): Ditto.
1341 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
1342
1343 2002-08-09 Don Howard <dhoward@redhat.com>
1344
1345 * memattr.c (mem_info_command): Print special case of upper bound
1346 as max CORE_ADDR + 1.
1347
1348 2002-08-08 Michael Snyder <msnyder@redhat.com>
1349
1350 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
1351 returns structs by ref if they're too big to fit in two registers.
1352
1353 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1354
1355 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
1356 saved regs value.
1357 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
1358 mips_find_saved_regs().
1359 (mips_pop_frame): Likewise.
1360
1361 2002-08-09 Kevin Buettner <kevinb@redhat.com>
1362
1363 * blockframe.c (frame_saved_regs_register_unwind): Revise
1364 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
1365 frames are in use.
1366
1367 2002-08-09 Grace Sainsbury <graces@redhat.com>
1368
1369 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
1370 T-packets; the 'a' is not taken as a register number.
1371 (remote_check_watch_resources, remote_stopped_by_watchpoint)
1372 (remote_stopped_data_address): New functions; add to target
1373 vector.
1374 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
1375 prototypes to match other implementations of this
1376 function. replace integer argument with pointer -- the length
1377 field in the Z-packet is the length of what is pointed to or 1 if
1378 pointer is null. Add to target vector.
1379 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
1380 target vector.
1381
1382 From Mark Salter:
1383 * remote.c (remote_wait): Add support to extract optional
1384 watchpoint information from T-packet. Ignore unrecognized
1385 optional info in T-packet.
1386 (remote_async_wait): Ditto.
1387
1388 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
1389
1390 * cli/cli-dump.c: Change fopen modes to use binary open modes
1391 as defined in include/fopen-bin.h throughout.
1392
1393 2002-08-08 Michael Snyder <msnyder@redhat.com>
1394
1395 * mips-tdep.c: Minor whitespace and indentation clean-ups.
1396
1397 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1398
1399 * doublest.c (store_floating): Avoid floatformat_from_doublest()
1400 assertion failure by returning early after a warning.
1401
1402 2002-08-08 Kevin Buettner <kevinb@redhat.com>
1403
1404 * mips-tdep.c (mips_find_saved_regs): Make static.
1405 (mips_frame_init_saved_regs): New function.
1406 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
1407 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
1408 (mips_find_saved_regs): Delete declaration.
1409
1410 2002-08-08 Grace Sainsbury <graces@redhat.com>
1411
1412 * remote.c (remote_wait, remote_async_wait): Change
1413 thread_num from int to ULONGEST.
1414 (unpack_varlen_hex): Change result parameter from
1415 int * to ULONGEST *.
1416
1417 2002-08-08 Andrew Cagney <ac131313@redhat.com>
1418
1419 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
1420 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
1421 powerpc*-*-*.
1422 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
1423
1424 2002-08-08 Andrew Cagney <cagney@redhat.com>
1425
1426 * gcore.c (override_derive_stack_segment): Delete variable.
1427 (preempt_derive_stack_segment): Delete function.
1428 (derive_stack_segment): Delete function.
1429 (default_derive_stack_segment): Renamed to derive_stack_segment.
1430 (override_derive_heap_segment): Delete variable.
1431 (preempt_derive_heap_segment): Delete function.
1432 (derive_heap_segment): Delete function.
1433 (default_derive_heap_segment): Rename to derive_heap_segment.
1434
1435 2002-08-06 Michael Snyder <msnyder@redhat.com>
1436
1437 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
1438 * mips-tdep.c (mips_EABI_use_struct_convention,
1439 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
1440 New functions. (mips_use_struct_convention): Delete.
1441 (mips_gdbarch_init): set use_gdbarch_convention.
1442
1443 2002-08-06 Michael Snyder <msnyder@redhat.com>
1444
1445 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
1446 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
1447 mips_o32_reg_struct_has_addr): New functions.
1448 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
1449
1450 2002-08-07 Andrew Cagney <ac131313@redhat.com>
1451
1452 * regcache.c (pseudo_register): Delete function.
1453 (fetch_register): Delete function.
1454 (store_register): Delete function.
1455 (regcache_raw_read, legacy_read_register_gen): Use
1456 target_fetch_registers instead of fetch_register.
1457 (legacy_write_register_gen, regcache_raw_write): Use
1458 target_store_register instead of store_register.
1459 (write_register_bytes): Ditto.
1460
1461 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
1462 (STORE_PSEUDO_REGISTER): Delete.
1463 * gdbarch.h, gdbarch.c: Regenerate.
1464
1465 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
1466
1467 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
1468 write dump file binary.
1469
1470 2002-08-05 Michael Snyder <msnyder@redhat.com>
1471
1472 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
1473 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
1474 (mips_gdbarch_init): Set N32 target to be mips64.
1475
1476 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1477
1478 * frame.c (find_saved_register): Break out of loop once saved
1479 register address is found. Don't mention sparc in loop comment
1480 anymore.
1481
1482 2002-08-06 Kevin Buettner <kevinb@redhat.com>
1483
1484 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
1485 mips_default_saved_regsize to 8.
1486
1487 2002-08-06 Andrew Cagney <ac131313@redhat.com>
1488
1489 * gcore.c: Do not include <sys/procfs.h>.
1490 * Makefile.in (gcore.o): Update dependencies.
1491
1492 2002-08-06 Andrew Cagney <cagney@redhat.com>
1493
1494 * configure.tgt: Make arc-*-* obsolete.
1495 * NEWS: Mention that arc-*-* has been identifed as obsolete.
1496 * MAINTAINERS: Make arc-elf obsolete.
1497 * arc-tdep.c: Make file obsolete.
1498 * config/arc/arc.mt: Ditto.
1499 * config/arc/tm-arc.h: Ditto.
1500
1501 2002-08-05 Theodore A. Roth <troth@verinet.com>
1502
1503 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
1504
1505 2002-08-05 Andrew Cagney <ac131313@redhat.com>
1506
1507 * mcore-tdep.c (mcore_gdbarch_init): Use
1508 generic_unwind_get_saved_register instead of
1509 generic_get_saved_register.
1510 * v850-tdep.c (v850_gdbarch_init): Ditto.
1511 * frv-tdep.c (frv_gdbarch_init): Ditto.
1512 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1513 * s390-tdep.c (s390_gdbarch_init): Ditto.
1514 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1515 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
1516 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
1517
1518 2002-08-05 Joel Brobecker <brobecker@gnat.com>
1519
1520 * objfiles.h: Add missing #include "symfile.h"
1521
1522 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
1523
1524 2002-08-04 Andrew Cagney <ac131313@redhat.com>
1525
1526 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
1527 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
1528 of FIELD_BITSIZE.
1529
1530 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
1531
1532 * NEWS: Cleanup and nitpick.
1533
1534 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1535
1536 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
1537
1538 2002-08-03 Andrew Cagney <ac131313@redhat.com>
1539
1540 * Makefile.in (gdbtk-bp.o): Update dependencies.
1541 (gdbtk-register.o): Ditto.
1542 (gdbtk-varobj.o): Ditto.
1543
1544 2002-08-03 Andrew Cagney <cagney@redhat.com>
1545
1546 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
1547 m68hc11_fetch_pseudo_register.
1548 (m68hc11_pseudo_register_write): Replace
1549 m68hc11_store_pseudo_register.
1550 (m68hc11_gdbarch_init): Update.
1551
1552 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
1553
1554 * gdbarch.sh: Include "gdb_string.h".
1555 * gdbarch.c: Regenerate.
1556
1557 * regcache.c: Include "gdb_string.h".
1558 * ax-general.c: Ditto.
1559 * varobj.c: Ditto.
1560 * std-regs.c: Ditto.
1561 * fbsd-proc.c: Ditto.
1562 * thread.c: Ditto.
1563
1564 * Makefile.in (regcache.o): Update dependencies.
1565 (thread.o, gdbarch.o): Ditto.
1566 (ax-general.o, gdbarch.o): Ditto.
1567 (varobj.o, std-regs.o): Ditto.
1568 (fbsd-proc.o): Specify dependencies.
1569
1570 2002-08-02 Andrew Cagney <cagney@redhat.com>
1571
1572 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
1573 regnum.
1574 (regcache_cooked_write): Ditto.
1575
1576 2002-08-02 Andrew Cagney <ac131313@redhat.com>
1577
1578 * regcache.c (regcache_cooked_read): New function.
1579 (regcache_cooked_write): New function.
1580 (read_register_gen): Rewrite using regcache_cooked_read.
1581 (write_register_gen): Rewrite using regcache_cooked_write.
1582
1583 * regcache.h (regcache_cooked_read, regcache_cooked_write):
1584 Declare.
1585
1586 2002-08-02 Andrew Cagney <cagney@redhat.com>
1587
1588 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
1589 Replace the architecture methods register_read and register_write.
1590 * gdbarch.h, gdbarch.c: Regenerate.
1591 * regcache.c (init_regcache_descr): Update.
1592 (read_register_gen): Update.
1593 (write_register_gen): Update.
1594 (supply_register): Update comment.
1595
1596 * sh-tdep.c (sh_gdbarch_init): Update.
1597 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
1598 `regcache' and `gdbarch' parameters. Make `buffer' a void
1599 pointer. Update code.
1600 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
1601 `regcache' and `gdbarch' parameters. Make `buffer' a constant
1602 void pointer. Update code.
1603 (sh64_register_write): Delete.
1604 (sh4_register_read): Delete.
1605 (sh64_register_read): Delete.
1606 (sh4_register_write): Delete.
1607 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
1608 void pointer, `to' parameter a void pointer.
1609 (sh_sh64_register_convert_to_raw): Ditto.
1610
1611 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1612
1613 * mips-tdep.c (mips_register_virtual_type): Use architecture
1614 invariant return values.
1615
1616 2002-08-01 Andrew Cagney <cagney@redhat.com>
1617
1618 * linux-proc.c: Include "gdb_string.h".
1619 * Makefile.in (linux-proc.o): Update dependency list.
1620
1621 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1622
1623 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
1624 comment.
1625
1626 2002-08-01 Grace Sainsbury <graces@redhat.com>
1627
1628 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1629 to_insert_watchpoint, to_remove_watchpoint,
1630 to_stopped_by_watchpoint, to_stopped_data_address,
1631 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
1632 target vecctor. Define their corresponding macros so they call
1633 them.
1634
1635 * target.c: Add default and debug versions of for
1636 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
1637 to_insert_watchpoint, to_remove_watchpoint,
1638 to_stopped_by_watchpoint, to_stopped_data_address,
1639 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
1640
1641 2002-08-01 Kevin Buettner <kevinb@redhat.com>
1642
1643 * mips-tdep.c (mips_register_virtual_type): New function.
1644 (mips_gdbarch_init): Register mips_register_virtual_type()
1645 with gdbarch machinery.
1646 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
1647 this file instead of tm-bigmips.h.
1648 (MIPS_REGSIZE): Delete this macro.
1649 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
1650 multiarch version in mips-tdep.c will be found.
1651
1652 2002-08-01 Andrew Cagney <cagney@redhat.com>
1653
1654 * NEWS: Menion that CHILL has been made obsolete.
1655
1656 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
1657 * stabsread.c (read_range_type): Ditto.
1658 * gdbtypes.h: Ditto.
1659 * language.c (binop_type_check): Ditto.
1660 (binop_result_type): Ditto.
1661 (integral_type): Ditto.
1662 (character_type): Ditto.
1663 (string_type): Ditto.
1664 (boolean_type): Ditto.
1665 (structured_type): Ditto.
1666 (lang_bool_type): Ditto.
1667 (binop_type_check): Ditto.
1668 * language.h (_LANG_chill): Ditto.
1669 * dwarfread.c (set_cu_language): Ditto.
1670 * dwarfread.c (CHILL_PRODUCER): Ditto.
1671 * dwarfread.c (handle_producer): Ditto.
1672 * expression.h (enum exp_opcode): Ditto.
1673 * eval.c: Ditto for comments.
1674 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
1675 * expprint.c (print_subexp): Ditto.
1676 (print_subexp): Ditto.
1677 * valops.c (value_cast): Ditto.
1678 (search_struct_field): Ditto.
1679 * value.h (COERCE_VARYING_ARRAY): Ditto.
1680 * symfile.c (init_filename_language_table): Ditto.
1681 (add_psymbol_with_dem_name_to_list): Ditto.
1682 * valarith.c (value_binop): Ditto.
1683 (value_neg): Ditto.
1684 * valops.c (value_slice): Ditto.
1685 * symtab.h (union language_specific): Ditto.
1686 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
1687 (SYMBOL_DEMANGLED_NAME): Ditto.
1688 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1689 * defs.h (enum language): Ditto.
1690 * symtab.c (got_symtab): Ditto.
1691 * utils.c (fprintf_symbol_filtered): Ditto.
1692
1693 * ch-typeprint.c: Make file obsolete.
1694 * ch-valprint.c: Make file obsolete.
1695 * ch-lang.h: Make file obsolete.
1696 * ch-exp.c: Make file obsolete.
1697 * ch-lang.c: Make file obsolete.
1698
1699 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
1700 CHILL_LIB.
1701 (TARGET_FLAGS_TO_PASS): Ditto.
1702 (CHILLFLAGS): Obsolete.
1703 (CHILL): Obsolete.
1704 (CHILL_FOR_TARGET): Obsolete.
1705 (CHILL_LIB): Obsolete.
1706 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
1707 ch-valprint.c.
1708 (HFILES_NO_SRCDIR): Remove ch-lang.h.
1709 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
1710 ch-lang.o.
1711 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
1712 targets.
1713
1714 2002-07-31 Joel Brobecker <brobecker@gnat.com>
1715
1716 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
1717 This does not change anything at the moment, but will be helpful
1718 later when full Ada support is integrated.
1719
1720 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1721
1722 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
1723 help message.
1724
1725 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1726
1727 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
1728 and save it in a local variable. Use variable in later test.
1729
1730 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1731
1732 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
1733 test. (Thanks to Daniel Jacobowitz.)
1734
1735 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1736
1737 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
1738 (mips_abi_strings): Add "n64".
1739 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
1740
1741 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1742
1743 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
1744 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
1745
1746 2002-07-31 Kevin Buettner <kevinb@redhat.com>
1747
1748 * utils.c (host_pointer_to_address, address_to_host_pointer):
1749 Use gdb_assert() instead of explicit call to internal_error().
1750
1751 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1752
1753 * Makefile.in (rs6000-nat.o): Update dependencies.
1754
1755 From Nicholas Duffek:
1756 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
1757 (aix-thread.o): New rule.
1758 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
1759 * config/powerpc/aix432.mh: New file.
1760
1761 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1762
1763 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
1764 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
1765 (fetch_core_registers, ppc_linux_supply_gregset)
1766 (ppc_linux_supply_fpregset): New functions.
1767 (ppc_linux_regset_core_fns): New.
1768 (_initialize_ppc_linux_tdep): Call add_core_fns.
1769 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
1770 and ppc_linux_supply_gregset.
1771 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
1772 (supply_fpregset): Call ppc_linux_supply_fpregset.
1773 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
1774 corelow.o.
1775 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
1776
1777 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
1778
1779 * symtab.c (lookup_symbol): Demangle before lowercasing.
1780
1781 2002-07-30 Andrew Cagney <ac131313@redhat.com>
1782
1783 * symtab.h: Replace #include "gdb_obstack.h" with opaque
1784 declaration.
1785 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
1786 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
1787 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
1788 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
1789 "gdb_string.h".
1790 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
1791 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
1792 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
1793 (avr-tdep.o, mon960-rom.o): Ditto.
1794 (aout_stabs_gnu_h): Define.
1795 (symtab_h): Remove $(gdb_obstack_h).
1796
1797 2002-07-30 Jim Blandy <jimb@redhat.com>
1798
1799 Patch from David Carlton <carlton@math.stanford.edu>:
1800 * gdbinit.in: Move the `dir' commands that add GDB's own source
1801 directory to the search path to the end, so that the `gdb' source
1802 directory will be searched first.
1803
1804 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1805
1806 * gdb_obstack.h: New file.
1807 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
1808 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
1809 * objfiles.h: Include "gdb_obstack.h".
1810 * Makefile.in (gdb_obstack_h): Define.
1811 (symtab_h): Add $(gdb_obstack_h).
1812 (objfiles_h): Add $(gdb_obstack_h).
1813
1814 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
1815 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
1816 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
1817 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
1818 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
1819 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
1820 * symfile.c, coffread.c, c-typeprint.c: Ditto.
1821 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
1822
1823 * Makefile.in (bcache.o): Update dependencies.
1824 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
1825 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
1826 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
1827 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
1828 (stabsread.o, symfile.o, symmisc.o): Ditto.
1829 (symtab.o, typeprint.o, macroexp.o): Ditto.
1830 (macrotab.o, mdebugread.o): Ditto.
1831 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
1832 (coff_ecoff_h, aout_aout64_h): Define.
1833 (aout_stabs_gnu_h, libaout_h): Define.
1834
1835 2002-07-29 Andrew Cagney <cagney@redhat.com>
1836
1837 * regcache.c (struct regcache_descr): Rename nr_registers to
1838 nr_cooked_registers. Revise comments describing the structure
1839 member fields.
1840 (init_regcache_descr): Update.
1841 (init_legacy_regcache_descr): Update.
1842 (read_register_gen, write_register_gen): When a cooked register in
1843 the raw register range, directly access the value from the raw
1844 register cache.
1845
1846 2002-07-29 Andrew Cagney <ac131313@redhat.com>
1847
1848 * z8k-tdep.c: Do not include "obstack.h".
1849 * h8300-tdep.c, h8500-tdep.c: Ditto.
1850 * m68hc11-tdep.c, sh-tdep.c: Ditto.
1851 * valprint.c, v850-tdep.c: Ditto.
1852 * d10v-tdep.c, mn10300-tdep.c: Ditto.
1853 * mn10200-tdep.c: Ditto.
1854
1855 * Makefile.in (z8k-tdep.o): Update dependencies.
1856 (m68hc11-tdep.o, valprint.o): Ditto.
1857 (v850-tdep.o, d10v-tdep.o): Ditto.
1858 (mn10300-tdep.o, sparc-tdep.o): Ditto.
1859 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
1860 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
1861 (sh_opc_h, gdb_sim_sh_h): Define.
1862 (elf_sh_h, elf_bfd_h): Define.
1863 (opcode_m68hc11_h): Define.
1864 (OPCODES_SRC, OPCODES_DIR): define.
1865 (OPCODES): Use $(OPCODES_DIR).
1866 (gdb_sim_d10v_h): Rename sim_d10v_h.
1867 (gdb_sim_arm_h): Rename sim_arm_h.
1868
1869 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1870
1871 * utils.c (host_pointer_to_address, address_to_host_pointer):
1872 Change internal_error() message to indicate function responsible
1873 for the error.
1874
1875 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1876
1877 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
1878 calls to local_hex_string_custom().
1879
1880 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1881
1882 * irix5-nat.c: Move IRIX shared library support from here...
1883 * solib-irix.c: ...to here. Revised substantially to work with
1884 generic solib framework.
1885
1886 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
1887 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
1888 * mips-irix-tdep.c: New file.
1889
1890 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
1891 (mips-irix-tdep.o, solib-irix.o): New rules.
1892 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
1893 solib-irix.o.
1894 * config/mips/irix6.mt (TDEPFILES): Likewise.
1895 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
1896
1897 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1898
1899 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
1900 disabled (via ``#if 0'') includes.
1901
1902 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1903
1904 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
1905 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
1906 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
1907 Add support for the fpscr register.
1908 * rs6000-nat.c (regmap, fetch_inferior_registers)
1909 (store_inferior_registers, fetch_core_registers): Likewise.
1910
1911 2002-07-26 Kevin Buettner <kevinb@redhat.com>
1912
1913 * rs6000-nat.c (language.h): Include.
1914 (special_regs): Delete this array.
1915 (regmap): New function.
1916 (fetch_register, store_register): Use regmap() to map gdb
1917 register numbers to ptrace register numbers. Also, use
1918 outputs from regmap() to make decisions regarding type of
1919 ptrace() call to make. In particular, don't compare against
1920 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1921 (fetch_inferior_registers, store_inferior_registers): Where
1922 possible, obtain register numbers from tdep struct. Don't
1923 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
1924 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
1925 (LAST_UISA_SP_REGNUM): Delete.
1926
1927 2002-07-25 Kevin Buettner <kevinb@redhat.com>
1928
1929 * rs6000-nat.c (ppc-tdep.h): Include.
1930 (fetch_registers, store_register, fetch_core_registers): Don't
1931 access registers[] directly. Instead, use supply_register() or
1932 regcache_collect() as appropriate.
1933 (find_toc_address): Format hex address with local_hex_string().
1934
1935 2002-07-25 Andrew Cagney <ac131313@redhat.com>
1936
1937 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
1938 bfd/elf32-frv.c.
1939
1940 2002-07-24 Tom Tromey <tromey@redhat.com>
1941
1942 * jv-exp.y: Marked all strings with _().
1943 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
1944 internal_error.
1945 (MethodInvocation, CastExpression, parse_number, yyerror,
1946 java_type_from_name, push_expression_name, yylex): Typo fixes.
1947
1948 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
1949
1950 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
1951 (tee_file_flush, tee_file_write, tee_file_fputs)
1952 (tee_file_isatty): New.
1953 * ui-file.h (tee_file_new): Add prototype.
1954
1955 2002-07-24 Aidan Skinner <aidan@velvet.net>
1956
1957 * ada-lang.c: Change k&r style function definitions to prototyped
1958 form.
1959 * ada-typeprint.c: Change k&r style function definitions to prototyped
1960 form.
1961 * ada-valprint.c: Change k&r style function definitions to prototyped
1962 form.
1963
1964 2002-07-24 Andrew Cagney <cagney@redhat.com>
1965
1966 * README: Remove reference to remote-bug.
1967 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
1968 remote-bug.c.
1969 (m88k-nat.o): Delete rule.
1970 (m88k-tdep.o): Delete rule.
1971 (remote-bug.o): Delete rule.
1972 * MAINTAINERS: Mark as obsolete.
1973 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
1974 * m88k-tdep.c: Make file obsolete.
1975 * config/m88k/m88k.mh: Ditto.
1976 * config/m88k/delta88v4.mh: Ditto.
1977 * config/m88k/delta88v4.mt: Ditto.
1978 * config/m88k/delta88.mt: Ditto.
1979 * config/m88k/delta88.mh: Ditto.
1980 * remote-bug.c: Ditto.
1981 * config/m88k/tm-delta88.h: Ditto.
1982 * config/m88k/nm-delta88v4.h: Ditto.
1983 * config/m88k/xm-delta88.h: Ditto.
1984 * config/m88k/xm-dgux.h: Ditto.
1985 * config/m88k/tm-m88k.h: Ditto.
1986 * config/m88k/nm-m88k.h: Ditto.
1987 * config/m88k/tm-delta88v4.h: Ditto.
1988 * m88k-nat.c: Ditto.
1989 * cxux-nat.c: Ditto.
1990 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
1991 and m88*-*-* obsolete.
1992 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
1993 m88*-*-* obsolete.
1994
1995 2002-07-24 Andrew Cagney <cagney@redhat.com>
1996
1997 * findvar.c (extract_unsigned_integer): Make `addr' parameter
1998 constant. Same for local pointer variables.
1999 (extract_signed_integer): Ditto.
2000 * defs.h (extract_unsigned_integer): Update.
2001 (extract_signed_integer): Update.
2002
2003 2002-07-24 Andrew Cagney <cagney@redhat.com>
2004
2005 * regcache.c (regcache_raw_write): Change buf parameter to a
2006 constant void pointer.
2007 (regcache_raw_read): Change buf parameter to a void pointer.
2008 (legacy_write_register_gen): Change myaddr parameter a constant
2009 void pointer.
2010 (supply_register): Change val parameter to a const void pointer.
2011 * regcache.h (regcache_raw_write): Update declaration.
2012 (regcache_raw_read): Update declaration.
2013 (supply_register): Update declaration.
2014
2015 2002-07-24 Tom Tromey <tromey@redhat.com>
2016
2017 * defs.h (gdb_readline_wrapper): Declare.
2018 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
2019 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
2020 * top.c (gdb_readline_wrapper): New function.
2021 (command_line_input): Use it.
2022
2023 2002-07-24 Andrew Cagney <cagney@redhat.com>
2024
2025 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
2026 regcache_read and regcache_write.
2027 (regcache_raw_read_as_address): Replace regcache_read_as_address.
2028 * regcache.c: Update.
2029 * sh-tdep.c (sh64_push_arguments): Update comment.
2030 (sh_pseudo_register_read): Update.
2031 (sh_pseudo_register_write): Update.
2032 (sh4_register_read): Update.
2033 (sh4_register_write): Update.
2034 (sh64_pseudo_register_read): Update.
2035 (sh64_pseudo_register_write): Update.
2036 (sh64_register_read): Update.
2037 (sh64_register_write): Update.
2038 * i386-tdep.c (i386_extract_return_value): Update.
2039 (i386_extract_struct_value_address): Update.
2040 (i386_extract_return_value): Update.
2041 * blockframe.c (generic_read_register_dummy): Update.
2042 (generic_call_dummy_register_unwind): Update
2043 * infrun.c (write_inferior_status_register): Update.
2044
2045 2002-07-23 Jim Blandy <jimb@redhat.com>
2046
2047 * parser-defs.h (expression_context_pc): Make this extern.
2048 (Thanks to Michael Snyder.)
2049
2050 2002-07-23 Andrew Cagney <ac131313@redhat.com>
2051
2052 GDB 5.2.1 released from 5.2 branch.
2053 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
2054 * README: Update to mention 5.2.1.
2055
2056 2002-07-23 Mark Salter <msalter@redhat.com>
2057
2058 * remote.c (remote_read_bytes): Fix check for error.
2059
2060 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2061
2062 * aix-thread.c (language.h): Include.
2063 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2064 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
2065 Print newlines at end of debug messages.
2066 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
2067 (pdc_write_data): Use local_hex_string() instead of %llx formats.
2068
2069 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2070
2071 * aix-thread.c (ppc-tdep.h): Include.
2072 (special_register_p): New function.
2073 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
2074 (store_regs_user_thread): Use register number information from
2075 gdbarch_tdep struct instead of hardcoded offsets relative to
2076 FIRST_UISA_SP_REGNUM.
2077 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
2078 special_register_p() instead of using FPLAST_REGNUM and
2079 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
2080 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
2081 will be MQ's register number.
2082
2083 2002-07-22 Michael Snyder <msnyder@redhat.com>
2084
2085 * aix-thread.c (ops): Rename to aix_thread_ops.
2086 (base_ops): Rename to base_target.
2087 (ops_attach): Rename to aix_thread_attach.
2088 (ops_detach): Rename to aix_thread_detach.
2089 (ops_resume): Rename to aix_thread_detach.
2090 (ops_wait): Rename to aix_thread_wait.
2091 (ops_kill): Rename to aix_thread_kill.
2092 (init_ops): Rename to init_aix_thread_ops.
2093 (ops_fetch_register): Rename to aix_thread_fetch_register.
2094 (ops_store_register): Rename to aix_thread_store_register.
2095 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
2096 (ops_thread_alive): Rename to aix_thread_thread_alive.
2097 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
2098 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
2099 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
2100 (fetch_regs_lib): Rename to fetch_regs_user_thread.
2101 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
2102 (store_regs_lib): Rename to store_regs_user_thread.
2103 (store_regs_kern): Rename to store_regs_kernel_thread.
2104
2105 2002-07-22 Michael Snyder <msnyder@redhat.com>
2106
2107 * aix-thread.c (ops_prepare_to_store): Eliminate.
2108 (init_ops): Don't initialize ops.prepare_to_store.
2109 (store_regs_kern): Pre-fetch register buffers from child,
2110 because some registers may not be in the cache. Copy
2111 regs from register cache only if they are cached.
2112 (store_regs_lib): Copy regs from register cache only
2113 if they are cached.
2114 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
2115 fill_gprs64): Ditto.
2116
2117 2002-07-22 Kevin Buettner <kevinb@redhat.com>
2118
2119 * aix-thread.c (gdb_assert.h): Include.
2120 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
2121 register sizes (from register cache) match size of buffer holding
2122 register data.
2123 (fill_sprs32): Change parameter types to match those in the ptrace()
2124 buffer.
2125 (store_regs_lib): Likewise, but for 32-bit temporary variables.
2126 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
2127
2128 2002-07-22 Michael Snyder <msnyder@redhat.com>
2129
2130 * aix-thread.c (supply_sprs64): Cosmetic change.
2131 (supply_sprs32): Cosmetic change.
2132 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
2133 (fill_sprs64): Use regcache_collect instead of read_register.
2134 (store_regs_lib): Use regcache_collect instead of
2135 read_register. Use fill_sprs32 instead of fill_sprs64,
2136 if debugging a 32-bit architecture.
2137 (store_regs_kern): Use fill_gprs64 etc. to pull the values
2138 out of the register cache, instead of passing a pointer into
2139 the register cache directly to ptrace. Use regcache_collect
2140 insteaad of read_register.
2141 (ops_prepare_to_store): Use target_read_registers instead
2142 of read_register_bytes.
2143
2144 2002-07-20 Aidan Skinner <aidan@velvet.net>
2145
2146 * MAINTAINERS: Add self under write after approval.
2147
2148 2002-07-20 Aidan Skinner <aidan@velvet.net>
2149
2150 * ada-tasks.c: Change k&r style function definitions to prototyped
2151 form.
2152
2153 2002-07-19 Andrew Cagney <ac131313@redhat.com>
2154
2155 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
2156 * x86-64-tdep.c: Include "objfiles.h".
2157 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
2158 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
2159
2160 2002-07-17 Michal Ludvig <michal@suse.cz>
2161
2162 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
2163 (update_context): Initialise cfa variable.
2164
2165 2002-07-17 Michael Snyder <msnyder@redhat.com>
2166
2167 * aix-thread.c: Shorten some long lines.
2168 Bring comments into line with code spec.
2169
2170 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2171
2172 * infrun.c: Re-indent using gdb_indent.sh.
2173
2174 2002-07-18 Joel Brobecker <brobecker@gnat.com>
2175
2176 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
2177 Leave the indentation temporarily untouched, to minimize the diffs.
2178
2179 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
2180
2181 * stabsread.c: Make os9k sections of the code obsolete,
2182 for real this time.
2183 * stabsread.h: Make os9k sections of the code obsolete.
2184
2185 2002-07-18 Michal Ludvig <mludvig@suse.cz>
2186
2187 * linux-low.c (regsets_store_inferior_registers): Add free()
2188 at the end of a loop to prevent memory leak.
2189 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
2190 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
2191 * config/sparc/tm-sp64linux.h: Make the rest of #endif
2192 line a comment.
2193 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2194
2195 2002-07-17 Jim Blandy <jimb@redhat.com>
2196
2197 * macrocmd.c (info_macro_command): Remove newline from error
2198 message.
2199
2200 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2201
2202 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
2203 (sh_gdbarch_init): Use it for sh-dsp.
2204
2205 2002-07-16 Kevin Buettner <kevinb@redhat.com>
2206
2207 * dwarf2read.c (read_initial_length): Handle older, non-standard,
2208 64-bit DWARF2 format.
2209
2210 2002-07-16 Joel Brobecker <brobecker@gnat.com>
2211
2212 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
2213 <sys/proc.h> when not available.
2214
2215 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2216
2217 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
2218 * stabsread.c: Make os9k sections of the code obsolete.
2219 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
2220 * config/i386/i386os9k.mt: Make file obsolete.
2221 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
2222 (COMMON_OBS): Remove os9kread.o
2223 (SFILES): Remove os9kread.c.
2224 (os9kread.o, remote-os9k.o): Make target obsolete.
2225 * remote-os9k.c: Make file obsolete.
2226 * os9kread.c: Make file obsolete.
2227 * Makefile.in
2228
2229 2002-07-16 Andrew Cagney <ac131313@redhat.com>
2230
2231 * NEWS: Mention that the FR30 has been made obsolete.
2232 * fr30-tdep.c: Make file obsolete.
2233 * config/fr30/tm-fr30.h: Ditto.
2234 * config/fr30/fr30.mt: Ditto.
2235 * configure.tgt: Make fr30-*-elf obsolete.
2236 * MAINTAINERS: Make fr30-elf obsolete.
2237
2238 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
2239
2240 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
2241 found is not inside a section.
2242
2243 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2244
2245 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
2246 strerror().
2247 (pdc_realloc): Use xrealloc() instead of realloc().
2248
2249 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2250
2251 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
2252 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
2253 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
2254 macros.
2255
2256 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2257
2258 * aix-thread.c (ptrace_check): Eliminate goto.
2259 (sync_threadlists): Eliminate gotos. Also, fix array overrun
2260 problem.
2261
2262 2002-07-15 Kevin Buettner <kevinb@redhat.com>
2263
2264 * aix-thread.c (gdbcmd.h): Include.
2265 (DEBUG, DBG, DBG2, dbg): Eliminate.
2266 (debug_aix_thread): New static global.
2267 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
2268 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
2269 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
2270 invocations to DBG and DBG2 macros to test against
2271 ``debug_aix_thread'' and call fprintf_unfiltered().
2272 (_initialize_aix_thread): Add new command "set debug aix-thread".
2273
2274 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2275
2276 From Gerhard Tonn <TON@de.ibm.com>:
2277 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
2278 instead of supply_register.
2279
2280 2002-07-15 Andrew Cagney <ac131313@redhat.com>
2281
2282 * dwarf2cfi.c: Include "gdb_assert.h".
2283 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
2284 non-NULL.
2285 (update_context): Do not use __func__. Add missing ``break''.
2286 (update_context): Do not use __func__.
2287
2288 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
2289
2290 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
2291 and its setting. Set gdbarch instruction printing functions
2292 directly. For non-rs6000 case use new function
2293 gdb_print_insn_powerpc.
2294 (gdb_print_insn_powerpc): New function.
2295
2296 2002-07-13 Andrew Cagney <ac131313@redhat.com>
2297
2298 * NEWS: Mention that the d30v has been marked obsolete.
2299 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
2300 * configure.tgt: Mark d30v-*-* as obsolete.
2301 * d30v-tdep.c: Mark file as obsolete.
2302 * config/d30v/d30v.mt: Ditto.
2303 * config/d30v/tm-d30v.h: Ditto.
2304
2305 2002-07-13 Aidan Skinner <aidan@velvet.net>
2306
2307 * ada-tasks.c (add_task_entry): replace calls to
2308 malloc() with xmalloc
2309 * ada-tasks.c (init_task_list): replace calls to free with xfree()
2310
2311 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
2312 ada_finish_decode_line_1, all_sals_for_line
2313 ada_breakpoint_rewrite): replace calls to free() with xfree()
2314
2315 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2316
2317 From Nicholas Duffek (with minor changes by Martin Hunt,
2318 Louis Hamilton, and Kevin Buettner):
2319 * aix-thread.c: New file.
2320
2321 2002-07-12 Petr Sorfa <petrs@caldera.com>
2322
2323 * dwarf2read.c (dwarf2_invalid_attrib_class): New
2324 complaint for invalid attribute class or form.
2325 (read_func_scope): DW_AT_frame_base
2326 better handling of DW_AT_block*.
2327 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
2328 better handling of DW_AT_block*.
2329 (read_common_block): DW_AT_location
2330 better handling of DW_AT_block*.
2331 (read_partial_die): DW_AT_location better handling
2332 of DW_AT_block*.
2333 (new_symbol): DW_AT_external better handling of
2334 DW_AT_block*. Proper initialization of variable
2335 "addr".
2336 (attr_form_is_block): New function that returns true
2337 if the attribute's form is of DW_FORM_block*.
2338
2339 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2340
2341 * valops.c (find_method_list): Remove comment about
2342 removed STATIC_MEMFUNCP argument.
2343 (value_find_oload_method_list): Likewise.
2344
2345 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2346
2347 From Nicholas Duffek:
2348 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
2349 target_new_objfile_hook.
2350
2351 2002-07-12 Kevin Buettner <kevinb@redhat.com>
2352
2353 From Nicholas Duffek:
2354 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
2355 csect.
2356
2357 2002-07-12 Andrew Cagney <cagney@redhat.com>
2358
2359 * MAINTAINERS: Mention --enable-sim-build-warnings.
2360 (m68hc11-elf): Disable sim build warnings.
2361 (m32r-elf): Mark as broken obsolete candidate.
2362 (x86_64-linux-gnu): Mark as buildable with -Werror.
2363 (arm-elf): Change -w to ``,'' which enables warnings but not
2364 -Werror.
2365
2366 2002-07-12 Andrew Cagney <ac131313@redhat.com>
2367
2368 * bcache.h: Update copyright.
2369 (struct bstring, struct bcache): Move definition to "bcache.c".
2370 Replaced by opaque declaration.
2371 (bcache_xfree): Replace free_bcache.
2372 (bcache_xmalloc, bcache_memory_used): Declare.
2373
2374 * bcache.c: Update copyright.
2375 (struct bstring, struct bcache): Moved to here from "bcache.h".
2376 Update comments.
2377 (bcache_xmalloc, bcache_memory_used): New functions.
2378 (bcache_xfree): Replace function free_bcache.
2379
2380 * Makefile.in (objfiles.o): Add $(bcache_h).
2381 (objfiles_h): Remove $(bcache_h).
2382 (symfile.o): Add $(bcache_h).
2383
2384 * symmisc.c: Update copyright.
2385 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
2386 (print_objfile_statistics): Use bcache_memory_used.
2387
2388 * symfile.c: Include "bcache.h".
2389 (reread_symbols): Use bcache_xfree.
2390 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
2391 (add_psymbol_to_list): Pass psymbol_cache by value.
2392 (add_psymbol_with_dem_name_to_list): Ditto.
2393
2394 * objfiles.h: Update copyright.
2395 (struct bcache): Declare opaque. Do not include "bcache.h".
2396 (struct objfile): Change psymbol_cache and macro_cache to ``struct
2397 bcache'' pointers.
2398 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
2399
2400 * objfiles.c: Include "bcache.h". Update copyright.
2401 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
2402 macro_cache.
2403 (free_objfile): Use bcache_xfree.
2404
2405 2002-07-11 Grace Sainsbury <graces@redhat.com>
2406
2407 * monitor.c (monitor_fetch_register): Make name a constant.
2408 (monitor_store_register): Same.
2409
2410 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
2411
2412 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
2413 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
2414 (finish_block) For non-function blocks, hash the symbol table. For
2415 function blocks, mark the symbol table as unhashed.
2416 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
2417 (msymbol_hash_iw): Likewise.
2418 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
2419 value.
2420 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
2421 (lookup_minimal_symbol): Likewise for both.
2422 * symtab.h (struct block): Add `hashtable' flag. Comment the
2423 hashtable.
2424 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
2425 (ALL_BLOCK_SYMBOLS): Update.
2426 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
2427 (struct symbol): Add `hash_next' pointer.
2428 * symtab.c (lookup_block_symbol): Search using the hash table when
2429 possible.
2430 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
2431 (search_symbols, find_addr_symbol): Likewise.
2432
2433 * dstread.c (process_dst_block): Clear hashtable bit for new block.
2434 (read_dst_symtab): Likewise.
2435 * jv-lang.c (get_java_class_symtab): Likewise.
2436 * mdebugread.c: Include "gdb_assert.h".
2437 (shrink_block): Assert that the block being modified is not hashed.
2438 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
2439 * symmisc.c (free_symtab_block): Walk the hash table when freeing
2440 symbols.
2441 (dump_symtab): Recognize hashed blocks.
2442 * printcmd.c (print_frame_args): Assert that function blocks do not
2443 have hashed symbol tables.
2444 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
2445 (fill_in_ada_prototype, debug_print_block): Likewise.
2446 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
2447
2448 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
2449
2450 * stack.c (print_frame): Use result of frame_address_in_block()
2451 instead of fi->pc when evaluating symbols.
2452 (backtrace_command_1): Ditto.
2453
2454 2002-07-11 Andrew Cagney <cagney@redhat.com>
2455
2456 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
2457 Make static.
2458
2459 * arm-tdep.c (arm_register_name): Make return type constant.
2460
2461 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2462
2463 * win32-nat.c (has_detach_ability): Convert to strict ISO C
2464 prototype.
2465 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
2466 * s390-tdep.c (s390_fp_regnum): Ditto.
2467 (s390_read_fp): Ditto.
2468 (s390_pop_frame): Ditto.
2469 (_initialize_s390_tdep): Ditto.
2470 * remote.c (get_remote_state): Ditto.
2471 * procfs.c (mappingflags): Ditto.
2472 * memattr.c (_initialize_mem): Ditto.
2473 * mcore-tdep.c (mcore_pop_frame): Ditto.
2474 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
2475 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
2476 * language.c (set_case_str): Ditto.
2477 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
2478 * frv-tdep.c (new_variant): Ditto.
2479 (frv_stopped_data_address): Ditto.
2480 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
2481 (context_alloc): Ditto.
2482 (frame_state_alloc): Ditto.
2483 (unwind_tmp_obstack_init): Ditto.
2484 (unwind_tmp_obstack_free): Ditto.
2485 (cfi_read_fp): Ditto.
2486 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
2487 (cris_pop_frame): Ditto.
2488 * c-lang.c (scanning_macro_expansion): Ditto.
2489 (finished_macro_expansion): Ditto.
2490 (c_preprocess_and_parse): Ditto.
2491 * gdbarch.sh: Ditto.
2492 * gdbarch.h, gdbarch.c: Regenerate.
2493 * config/mn10200/tm-mn10200.h: Adjust indentation.
2494 * target.c: Adjust indentation.
2495 * symtab.h: Adjust indentation.
2496 * stabsread.h: Adjust indentation.
2497 * remote-es.c: Adjust indentation.
2498 * os9kread.c: Adjust indentation.
2499
2500 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2501
2502 * wince.c (_initialize_wince): Rename _initialize_inftarg.
2503 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
2504
2505 2002-07-10 Grace Sainsbury <graces@redhat.com>
2506
2507 * NEWS: Mention m68k, mcore multi-arching.
2508 * MAINTAINERS: Change status of m68k, mcore to reflect
2509 multi-arching.
2510
2511 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
2512
2513 * valops.c (find_overload_match): Free oload_syms.
2514
2515 2002-07-09 Joel Brobecker <brobecker@gnat.com>
2516
2517 Define HAVE_SYS_PROC_H if sys/proc.h exists
2518 * configure.in: Add check for sys/proc.h
2519 * config.in: Regenerate.
2520 * configure: Regenerate.
2521
2522 2002-07-09 Grace Sainsbury <graces@redhat.com>
2523
2524 * config/m68k/tm-m68k.h: Remove macros wrapped in
2525 #if !GDB_MULTI_ARCH.
2526
2527 2002-07-08 Andrew Cagney <ac131313@redhat.com>
2528
2529 * config.in, configure: Regenerate.
2530
2531 2002-07-08 Mark Kettenis <kettenis@gnu.org>
2532
2533 * dwarf2cfi.c: Include "gcore.h".
2534 (execute_stack_op): Fix implementation of the
2535 DW_OP_deref and DW_OP_deref_size operators by letting do their
2536 lookup in the target.
2537
2538 2002-07-07 Mark Kettenis <kettenis@gnu.org>
2539
2540 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
2541 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
2542 tdep->sc_sp_offset.
2543
2544 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
2545
2546 Fix PR gdb/595, gdb/602
2547 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
2548 Don't call value_cast, just read the vtable pointer; update comments
2549 to match.
2550
2551 2002-07-05 Grace Sainsbury <graces@redhat.com>
2552
2553 * config/mcore/tm-mcore.h: Remove file.
2554 * config/mcore/mcore.mt: Remove definition of TM_FILE
2555 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
2556
2557 2002-07-05 Mark Kettenis <kettenis@gnu.org>
2558
2559 * i386bsd-tdep.c: Include "gdb_string.h".
2560
2561 2002-07-04 Grace Sainsbury <graces@redhat.com>
2562
2563 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
2564 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
2565 mcore-tdep.
2566 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
2567 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
2568 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
2569 (RETVAL_REGNUM): Move macros from tm-mcore.h
2570 (mcore_reg_struct_has_addr): New function.
2571 (mcore_gdbarch_init): Added initializations for the macros removed
2572 from tm-mcore.h.
2573
2574 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2575
2576 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
2577 traditonal string branding within the ELF header.
2578
2579 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
2580
2581 * symtab.c (remove_params): New function.
2582 (make_symbol_overload_list): Use it instead of cplus_demangle.
2583 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
2584
2585 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2586
2587 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
2588
2589 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
2590 New variables.
2591 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
2592 and tdep->sigtramp_end.
2593 * i386obsd-nat.c: New file.
2594 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
2595
2596 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
2597 Don't call get_current_frame().
2598
2599 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
2600
2601 * i386-nat.c (child_post_startup_inferior): New function
2602 calling i386_cleanup_dregs if
2603 I386_USE_GENERIC_WATCHPOINTS is defined.
2604 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
2605 conditional to acknowledge that i386-nat.c has its
2606 own child_post_startup_inferior function.
2607
2608 2002-07-04 Mark Kettenis <kettenis@gnu.org>
2609
2610 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
2611 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
2612 instead of MAX_REGISTER_RAW_SIZE.
2613 (i386_extract_return_value, i386_extract_struct_value_address):
2614 Convert to use regcache.
2615 (i386_gdbarch_init): Set max_register_raw_size and
2616 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
2617 Set extract_return_value and extract_struct_value_address instead
2618 of their deprecated variants.
2619
2620 Convert i386 target to generic dummy frames.
2621 * i386-tdep.c: Include "symfile.h".
2622 (i386_frameless_signal_p): Consider a function to be frameless if
2623 the pc points at the first instruction of the function.
2624 (i386_frame_chain): Handle (generic) call dummies.
2625 (i386_frame_saved_pc): Likewise.
2626 (i386_frame_init_saved_regs): Remove code dealing with call
2627 dummies on the stack.
2628 (i386_push_dummy_frame): Removed.
2629 (i386_call_dummy_words): Removed.
2630 (i386_fix_call_dummy): Removed.
2631 (i386_push_return_address): New function.
2632 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
2633 parameter, and don't call get_current_frame.
2634 (i386_pop_frame): New function.
2635 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
2636 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
2637 entry_point_address, set call_dummy_breakpoint_offset to 0, set
2638 call_dummy_length to 0, set call_dummy_words to NULL, set
2639 sizeof_call_dummy_words to 0, set fix_call_dummy to
2640 generic_fix_call_dummy, set pc_in_call_dummy to
2641 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
2642 generic_push_dummy_frame, set push_return_address to
2643 i386_push_return_address and set frame_chain_valid to
2644 generic_file_frame_chain_valid.
2645
2646 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2647
2648 * gdbarch.sh (struct regcache): Add opaque declaration.
2649 (EXTRACT_RETURN_VALUE): New architecture method.
2650 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
2651 * gdbarch.h, gdbarch.c: Regenerate.
2652 * arch-utils.c (legacy_extract_return_value): New function.
2653 * arch-utils.h (legacy_extract_return_value): Declare.
2654 * values.c (value_being_returned): Re-enable code handling
2655 EXTRACT_STRUCT_VALUE_ADDRESS. Move
2656 deprecated_grub_regcache_for_registers call to block handling
2657 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2658 (EXTRACT_RETURN_VALUE): Do not define.
2659
2660 2002-07-03 Grace Sainsbury <graces@redhat.com>
2661
2662 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
2663 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
2664 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
2665 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
2666 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
2667 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
2668 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2669 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
2670 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
2671 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
2672 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
2673 argument so the function fits the prototype in the architecture
2674 vector.
2675 (mcore_pop_frame): Remove argument so the function fits the
2676 prototype. Use get_current_frame instead of the argument.
2677 (mcore_push_arguments): Change type of struct_return so the
2678 function can be used in the architecture vector.
2679 (mcore_store_struct_return): Add.
2680 (mcore_frame_init_saved_regs): Add.
2681 (mcore_gdbarch_init): Add function calls to replace the macros
2682 removed from tm-mcore.h
2683
2684 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2685
2686 * infcmd.c (print_return_value): Remove compatibility code calling
2687 deprecated_grub_regcache_for_registers.
2688
2689 * values.c: Include "regcache.h".
2690 (value_being_returned): Update. Use
2691 deprecated_grub_regcache_for_registers to extract the register
2692 buffer address.
2693 * value.h (value_being_returned): Change ``retbuf'' parameter to a
2694 ``struct regcache''.
2695 * Makefile.in (values.o): Add dependency on $(regcache_h).
2696
2697 * inferior.h (run_stack_dummy): Change type of second parameter to
2698 a ``struct regcache''.
2699 * valops.c (hand_function_call): Change type of retbuf to ``struct
2700 regcache''. Allocate using regcache_xmalloc, clean using
2701 make_cleanup_regcache_xfree.
2702 * infcmd.c (run_stack_dummy): Update. Use
2703 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
2704
2705 * regcache.c (do_regcache_xfree): New function.
2706 (make_cleanup_regcache_xfree): New function.
2707 * regcache.h (make_cleanup_regcache_xfree): Declare.
2708
2709 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2710
2711 * event-top.c (command_line_handler): Don't read past
2712 beginning of buffer.
2713
2714 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2715
2716 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
2717 struct frame_id.
2718 (varobj_create): Store frame_id for root.
2719 (varobj_gen_name): Use xasprintf.
2720 (varobj_update): Save and restore frame using get_frame_id() and
2721 frame_find_by_id().
2722 (create_child): Use xasprintf.
2723 (new_root_variable): Initialize frame_id.
2724 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
2725 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
2726 to prevent memory leak.
2727
2728 2002-07-03 Andrew Cagney <ac131313@redhat.com>
2729
2730 * valops.c (hand_function_call): Move declaration of retbuf to
2731 start of function, allocate using malloc, add a cleanup but before
2732 the inf_status cleanup, cleanup the buffer. Rename local variable
2733 old_chain to inf_status_cleanup.
2734
2735 2002-07-03 Martin M. Hunt <hunt@redhat.com>
2736
2737 * top.c (execute_command): Use cmd_func() and cmd_func_p().
2738
2739 * cli/cli-decode.c (cmd_func_p): New function.
2740 (cmd_func): New function.
2741
2742 * command.h: Add cmd_func() and cmd_func_p().
2743
2744 2002-07-03 Grace Sainsbury <graces@redhat.com>
2745
2746 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
2747 (REGISTER_SIZE): Remove.
2748 (MAX_REGISTER_RAW_SIZE): Remove.
2749 (REGISTER_VIRTUAL_TYPE): Remove.
2750 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
2751 (REGISTER_NAME): Remove.
2752 (USE_GENERIC_DUMMY_FRAMES): Remove.
2753 (CALL_DUMMY): Remove.
2754 (CALL_DUMMY_START_OFFSET): Remove.
2755 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
2756 (CALL_DUMMY_LOCATION): Remove.
2757 (FIX_CALL_DUMMY): Remove.
2758 (CALL_DUMMY_ADDRESS): Remove.
2759 (SIZEOF_CALL_DUMMY_WORDS): Remove.
2760 (SAVE_DUMMY_FRAME_TOS): Remove.
2761 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
2762 (mcore_register_virtual_type): New function.
2763 (mcore_register_byte): New function.
2764 (mcore_register_size): New function.
2765 (mcore_register_name): New function.
2766 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
2767 macros removed from tm-mcore.h.
2768 (mcore_dump_tdep): Add.
2769 (_initialize_mcore_tdep): Add gdbarch_register call.
2770
2771 2002-07-03 Mark Kettenis <kettenis@gnu.org>
2772
2773 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
2774 frameless_look_for_prologue, such that we actually call this
2775 function.
2776
2777 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2778
2779 * frame.h (frame_address_in_block): New function.
2780
2781 * blockframe.c (frame_address_in_block): New function extracted
2782 from get_frame_block().
2783 (get_frame_block): Use frame_address_in_block().
2784 (block_innermost_frame): Use frame_address_in_block() to match
2785 the frame pc address against the block boundaries rather than
2786 the frame pc directly. This prevents a failure when a frame pc
2787 is actually a return-address pointing immediately after the end
2788 of the given block.
2789
2790 2002-07-02 Grace Sainsbury <graces@redhat.com>
2791
2792 * MAINTAINERS: Add self under write after approval.
2793
2794 2002-07-02 Grace Sainsbury <graces@redhat.com>
2795
2796 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
2797 used in architecture vector. The default is
2798 m68k_local_breakpoint_from_pc.
2799 (m68k_local_breakpoint_from_pc): Add.
2800 (enum): Add register numbers from tm-m68k.h.
2801 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
2802 vector.
2803 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
2804 GDB_MULTI_ARCH_PARTIAL.
2805 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
2806 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
2807 m68k-tdep.c.
2808 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
2809 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
2810 to enum in m68k-tdep.c
2811
2812 2002-07-02 Joel Brobecker <brobecker@gnat.com>
2813
2814 * solib-osf.c (open_map): Compute the list of shared libraries
2815 loaded by the inferior, rather than the list of libraries loaded
2816 by GDB itself. Otherwise, GDB ends up reading the symbols from
2817 the wrong shared libraries...
2818
2819 2002-07-02 Mark Kettenis <kettenis@gnu.org>
2820
2821 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
2822 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
2823 macros.
2824 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
2825 Remove functions.
2826 (FRAMELESS_SIGNAL): Remove function.
2827 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
2828 i386_linux_saved_pc_after_call): Removed.
2829 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
2830 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
2831 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
2832
2833 * i386-tdep.c (i386_frameless_signal_p): New function.
2834 (i386_frame_chain): Deal with frameless signals.
2835 (i386_sigtramp_saved_sp): New function.
2836 (i386_frame_saved_pc): Deal with frameless signals.
2837 (i386_saved_pc_after_call): Make sure the correct value is
2838 returned just after entry into a sigtramp.
2839 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
2840 i386fbsd4_sc_sp_offset): New variables.
2841 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
2842 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
2843 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
2844 similiar to what we already did for sc_pc_offset.
2845 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
2846 tdep->sc_sp_offset.
2847
2848 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
2849
2850 2002-07-02 Michal Ludvig <mludvig@suse.cz>
2851
2852 * config/i386/tm-x86-64linux.h: New.
2853 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
2854 definitions.
2855 * config/i386/nm-x86-64.h: Rename to ...
2856 * config/i386/nm-x86-64linux.h: ... this one.
2857 * config/i386/x86-64linux.mh: Reflect the above change.
2858
2859 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2860
2861 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
2862 with sigcontext_addr. Add sc_sp_offset.
2863 (i386bsd_sigtramp_saved_pc): Remove prototype.
2864 (i386bsd_sicontext_addr): Add prototype.
2865 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
2866 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
2867 (i386_svr4_sigtramp_saved_pc): Removed.
2868 (i386_svr4_sigcontext_addr): New function.
2869 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2870 Initialize tdep->sigcontext_addr instead. Initialize
2871 tdep->sc_pc_offset and tdep->sc_sp_offset.
2872 (i386_gdbarch_init): Likewise.
2873 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
2874 any more.
2875 (i386bsd_sigtramp_saved_pc): Remove function.
2876 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
2877 Initialize tdep->sigcontext_addr instead. Initialize
2878 tdep->sc_pc_offset.
2879 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
2880 of tdep->sigtramp_saved_pc.
2881 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
2882 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
2883 instead.
2884
2885 * i386-tdep.c (i386_frameless_function_invocation,
2886 i386_frame_num_args, i386_frame_init_saved_regs,
2887 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
2888 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
2889 i386_extract_return_value, i386_store_return_value,
2890 i386_extract_struct_value_address, i386_register_virtual_type,
2891 i386_register_convertible, i386_register_convert_to_virtual,
2892 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
2893 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
2894 static.
2895
2896 2002-07-01 Mark Kettenis <kettenis@gnu.org>
2897
2898 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
2899
2900 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
2901 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
2902 this macro. Include "value.h".
2903
2904 2002-06-30 Aidan Skinner <aidan@velvet.net>
2905
2906 * ada-exp.tab.c: remove as it's a generated file
2907 * ada-lex.c: remove as it's a generated file
2908
2909 2002-06-30 Mark Kettenis <kettenis@gnu.org>
2910
2911 * config/i386/tm-i386.h (struct frame_info, struct
2912 frame_saved_regs, struct value, struct type): Remove forward
2913 declarations.
2914
2915 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
2916 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
2917 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
2918 (FILL_FPXREGSET): Define.
2919
2920 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
2921
2922 * configure.tgt (i[3456]86-*-openbsd*): Fold into
2923 i[3456]86-*-netbsd* case.
2924 * config/i386/tm-obsd.h: Removed.
2925 * config/i386/obsd.mt: Removed.
2926 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
2927 core-aout.o.
2928 (MH_CFLAGS): Add -DYYDEBUG=0.
2929
2930 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
2931 i386nbsd_sc_pc_offset on OpenBSD too.
2932
2933 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
2934 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
2935 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
2936 define.
2937 * i386bsd-tdep.c: Include "arch-utils.h".
2938 (i386bsd_aout_in_solib_call_trampoline): New function.
2939 (i386bsd_init_abi): Set in_solib_call_trampoline to
2940 i386bsd_aout_in_solib_call_trampoline.
2941 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
2942 in_solib_call_trampoline to generic_in_solib_call_trampoline.
2943
2944 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2945
2946 * macrotab.h: Do not include "obstack.h" or "bcache.h".
2947 (struct obstack, struct bcache): Add opaque declarations.
2948 * Makefile.in (macrotab_h): Update
2949
2950 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2951
2952 * blockframe.c (generic_find_dummy_frame): Change return type to
2953 ``struct regcache''.
2954 (struct dummy_frame): Replace field ``registers'' with regcache, a
2955 struct regcache object.
2956 (generic_find_dummy_frame): Update.
2957 (generic_push_dummy_frame): Update. Use regcache_xfree,
2958 regcache_xmalloc and regcache_cpy.
2959 (generic_pop_dummy_frame): Update. Use regcache_cpy and
2960 regcache_xfree.
2961 (deprecated_generic_find_dummy_frame): Update.
2962 (generic_read_register_dummy): Update. Use
2963 regcache_read_as_address.
2964 (generic_call_dummy_register_unwind): Update. Use regcache_read.
2965 (generic_get_saved_register): Update. Use regcache_read.
2966
2967 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2968
2969 * Makefile.in (objfiles_h): Add $(bcache_h).
2970 * objfiles.h: Include "bcache.h".
2971
2972 * Makefile.in (symtab_h): Remove $(bcache_h).
2973 * symtab.h: Do not include "bcache.h".
2974
2975 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2976
2977 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
2978 generic_func_frame_chain_valid.
2979
2980 2002-06-28 David O'Brien <obrien@FreeBSD.org>
2981
2982 * config/i386/nm-fbsd.h: Include <sys/param.h>.
2983 * config/i386/tm-fbsd.h: Likewise.
2984
2985 2002-06-28 Andrew Cagney <ac131313@redhat.com>
2986
2987 * rs6000-tdep.c (rs6000_gdbarch_init): Use
2988 generic_unwind_get_saved_register.
2989
2990 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2991
2992 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
2993 * regcache.c (supply_register): Add missing argument to
2994 register_buffer call.
2995
2996 2002-06-27 Andrew Cagney <ac131313@redhat.com>
2997
2998 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
2999 Solaris /bin/grep does not not like it. From Peter Schauer.
3000
3001 2002-06-26 Tom Tromey <tromey@redhat.com>
3002
3003 * command.h (add_setshow_cmd): Declare.
3004 (add_setshow_cmd_full): Declare.
3005 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
3006 returns void. Use add_setshow_cmd_full.
3007 (add_setshow_cmd_full): New function.
3008 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
3009 (add_setshow_boolean_cmd): Likewise.
3010
3011 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3012
3013 * config/vax/tm-vax.h: Protect from multiple inclusion.
3014 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
3015 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
3016 * config/vax/tm-vaxbsd.h: ...here. New file.
3017 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
3018
3019 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3020
3021 * config/vax/tm-vax.h (BREAKPOINT): Remove.
3022 (BELIEVE_PCC_PROMOTION): Remove.
3023 (AP_REGNUM): Move to...
3024 * config/vax/nm-vax.h: ...here.
3025 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
3026 (vax_breakpoint_from_pc): New function.
3027 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
3028 and gdbarch_believe_pcc_promotion.
3029
3030 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
3031
3032 * Makefile.in (vax_tdep_h): Define.
3033 (vax-tdep.o): Use $(vax_tdep_h).
3034 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
3035 (vax_dump_tdep): New function.
3036 (_initialize_vax_tdep): Register vax_dump_tdep.
3037 * vax-tdep.h: Include osabi.h.
3038 (struct gdbarch_tdep): New.
3039
3040 2002-06-26 Andrew Cagney <cagney@redhat.com>
3041
3042 * frame.h (deprecated_generic_find_dummy_frame): Rename
3043 generic_find_dummy_frame.
3044 * blockframe.c (generic_find_dummy_frame): Make static.
3045 (deprecated_generic_find_dummy_frame): New function.
3046 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
3047 generic_find_dummy_frame with deprecated_find_dummy_frame.
3048 (sh64_nofp_frame_init_saved_regs): Ditto.
3049 (sh_fp_frame_init_saved_regs): Ditto.
3050 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
3051 (s390_frame_chain): Ditto.
3052 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
3053
3054 2002-06-26 Grace Sainsbury <graces@redhat.com>
3055
3056 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
3057 gdbarch vector are at the top.
3058 (NUM_REGS): Remove.
3059 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
3060 (FRAME_ARGS_ADDRESS): Remove.
3061 (FRAME_LOCALS_ADDRESS): Remove.
3062 (FRAME_NUM_ARGS): Remove.
3063 (FRAME_ARGS_SKIP): Remove.
3064 * m68k-tdep.c (enum): Add eumeration of special register numbers.
3065 (m68k_gdbarch_init): Add gdbarch initializations for macros
3066 undefined in tm-m68k.h
3067
3068 2002-06-26 Grace Sainsbury <graces@redhat.com>
3069
3070 * monitor.h: Add the function regname to monitor_ops
3071 structure. This way NUM_REGS does not have to be a constant.
3072 * monitor.c (monitor_fetch_register): Added support for regname
3073 function. The function is called if the array regnames is NULL.
3074 (monitor_store_register): Same.
3075 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
3076 regnames array.
3077 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
3078 cpu32bug_cmds.regname to point to new function.
3079 * abug-rom.c (abug_regname): Same as above.
3080 (init_abug_cmds): Same.
3081 * dbug-rom.c (dbug_regname): Same as above.
3082 (init_dbug_cmds): Same.
3083 * remote-est.c (est_regname): Same.
3084 (init_est_cmds): Same.
3085 * rom68k-rom.c (rom68k_regname): Same.
3086 (init_rom68k_cmds): Same.
3087
3088 2002-06-25 Tom Tromey <tromey@redhat.com>
3089
3090 * breakpoint.c (delete_command): Don't repeat `delete' commands.
3091
3092 2002-06-25 Andrew Cagney <cagney@redhat.com>
3093
3094 * infrun.c (stop_registers): Change variable's type to ``struct
3095 regcache'''.
3096 (xmalloc_inferior_status): Delete function.
3097 (free_inferior_status): Delete function.
3098 (normal_stop): Use regcache_cpy.
3099 (struct inferior_status): Change type of fields ``stop_registers''
3100 and ``registers'' to ``struct regcache''.
3101 (write_inferior_status_register): Use regcache_write.
3102 (save_inferior_status): Instead of calling
3103 xmalloc_inferior_status, allocate the inf_status buffer directly.
3104 Use regcache_dup_no_passthrough and regcache_dup to save the
3105 buffers.
3106 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
3107 Replace the stop_registers regcache instead of overriding it. Use
3108 regcache_xfree. Instead of calling free_inferior_status, xfree
3109 the buffer directly.
3110 (discard_inferior_status): Use regcache_xfree. Instead of calling
3111 free_inferior_status, xfree the buffer directly.
3112 (build_infrun): Use regcache_xmalloc.
3113 (_initialize_infrun): Delete redundant call to build_infrun.
3114
3115 * Makefile.in (infcmd.o): Add $(regcache_h).
3116
3117 * infcmd.c: Include "regcache.h".
3118 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
3119 obtain the address of `stop_registers' register buffer.
3120 (print_return_value): Ditto.
3121
3122 * inferior.h (struct regcache): Add opaque declaration.
3123 (stop_registers): Change variable's declared type to ``struct
3124 regcache''.
3125
3126 2002-06-24 Tom Tromey <tromey@redhat.com>
3127
3128 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
3129 * target.c (initialize_targets): Fixed typo in
3130 trust-readonly-sections `show' documentation.
3131
3132 * main.c: Marked all strings with _().
3133
3134 2002-06-24 Don Howard <dhoward@redhat.com>
3135
3136 * memattr.c (create_mem_region): Treat hi == 0 as a special case
3137 that means max CORE_ADDR+1.
3138 (lookup_mem_region): Ditto.
3139 (mem_info_command): Ditto.
3140
3141 2002-06-24 Grace Sainsbury <graces@redhat.com>
3142
3143 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
3144 (REGISTER_BYTES_OK): Remove.
3145 (REGISTER_BYTES): Remove.
3146 (STORE_STRUCT_RETURN): Remove.
3147 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
3148 (STORE_RETURN_VALUE): Remove.
3149 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
3150 (FRAME_CHAIN): Remove.
3151 (FRAMELESS_FUNCTION_INVOCATION): Remove.
3152 (FRAME_SAVED_PC): Remove.
3153 * m68k-tdep.c (m68k_register_bytes_ok):Add.
3154 (m68k_store_struct_return): Add.
3155 (m68k_deprecated_extract_return_value): Add.
3156 (m68k_deprecated_extract_struct_value_address): Add.
3157 (m68k_store_return_value): Add.
3158 (m68k_frame_chain): Add.
3159 (m68k_frameless_function_invocation): Add.
3160 (m68k_frame_saved_pc): Add.
3161 (m68k_gdbarch_init): added set_gdbarch calls for new
3162 functions and deleted macros.
3163
3164 2002-06-23 Tom Tromey <tromey@redhat.com>
3165
3166 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
3167 (ALLDEPFILES): Likewise.
3168 (udiheaders): Removed.
3169 (udip2soc.o): Likewise.
3170 (udi2go32.o): Likewise.
3171 (udr.o): Likewise.
3172 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
3173
3174 2002-06-22 Andrew Cagney <ac131313@redhat.com>
3175
3176 * infrun.c (_initialize_infrun): Delete unnecessary call to
3177 build_infrun.
3178
3179 * regcache.h: Update comments describing the regcache_cpy family
3180 of functions.
3181 (regcache_save, regcache_restore): Delete declaration.
3182 (regcache_save_no_passthrough): Delete declaration.
3183 (regcache_restore_no_passthrough): Delete declaration.
3184 * regcache.c (regcache_save): Delete function.
3185 (regcache_save_no_passthrough): Delete function.
3186 (regcache_restore): Delete function.
3187 (regcache_restore_no_passthrough): Delete function.
3188
3189 2002-06-21 Andrew Cagney <ac131313@redhat.com>
3190
3191 * config/m68k/tm-m68k.h: Fix typo.
3192 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
3193 (m68k_frame_init_saved_regs): Declare.
3194
3195 2002-06-21 Jim Blandy <jimb@redhat.com>
3196
3197 Remove some vestiges of Harris 88k support.
3198 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
3199 register numbering quirk.
3200 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
3201 odd symbols occurring in Harris 88k ELF targets.
3202
3203 2002-06-21 Tom Tromey <tromey@redhat.com>
3204
3205 * gdb_locale.h: New file.
3206 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
3207 (defs_h): Added gdb_locale.h.
3208 * configure, config.in: Rebuilt.
3209 * configure.in (PACKAGE): Define.
3210 * defs.h: Include gdb_locale.h.
3211 * main.c (captured_main): Call setlocale, bindtextdomain,
3212 textdomain.
3213
3214 2002-06-21 Dave Brolley <brolley@redhat.com>
3215
3216 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
3217 * config/frv/frv.mt: New file.
3218 * config/frv/tm-frv.h: New file.
3219 * configure.tgt: Support frv-*-*.
3220 * Makefile.in (frv-tdep.o): New target.
3221 * frv-tdep.c: New file.
3222 * NEWS: Mention frv.
3223
3224 2002-06-21 Dave Brolley <brolley@redhat.com>
3225
3226 * MAINTAINERS: Add self to "Write After Approval" list.
3227
3228 2002-06-21 Grace Sainsbury <graces@redhat.com>
3229
3230 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
3231 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
3232 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
3233 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
3234 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
3235
3236 * m68k-tdep.c: Include arch-utils.h
3237 (m68k_register_raw_size): Add.
3238 (m68k_register_virtual_size): Add.
3239 (m68k_register_virtual_type): Add.
3240 (m68k_register_name): Add.
3241 (m68k_stack_align): Add.
3242 (m68k_register_byte): Add.
3243 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
3244 tm-m68k.h.
3245
3246 2002-06-21 Grace Sainsbury <graces@redhat.com>
3247
3248 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
3249 m68k_find_saved_regs.
3250 (m68k_pop_frame): Removed saved_regs structure, and replaced
3251 references to it with frame->saved_regs.
3252 (m68k_gdbarch_init): Added function calls to initialize the
3253 gdbarch structure.
3254 (m68k_fix_call_dummy): Add.
3255 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
3256 (CALL_DUMMY): Remove.
3257 (CALL_DUMMY_LENGTH): Remove.
3258 (CALL_DUMMY_START_OFFSET): Remove.
3259 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
3260 (FIX_CALL_DUMMY): Remove.
3261 (PUSH_DUMMY_FRAME): Remove.
3262 (POP_FRAME): Remove.
3263
3264 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
3265
3266 * parse.c (parse_fprintf): New function used to avoid calls to
3267 fprintf in bison parser generated debug code.
3268 * parser-defs.h: Declaration of new parse_fprintf function.
3269 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
3270 Set YYDEBUG to 1 by default.
3271 Set YYFPRINTF as parse_fprintf.
3272
3273 2002-06-21 Michal Ludvig <mludvig@suse.cz>
3274
3275 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
3276 encoding anymore.
3277 (pointer_encoding, enum ptr_encoding): New.
3278 (execute_cfa_program): Take care about pointer encoding.
3279 (dwarf2_build_frame_info): Only call parse_frame_info for
3280 .debug_frame and .eh_frame.
3281 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
3282 fixed augmentation handling, added relative addressing,
3283 ignore duplicate FDEs. Added comments.
3284 * dwarf2cfi.c: Reindented.
3285
3286 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
3287
3288 * event-top.c (command_handler): Don't use space_at_cmd_start
3289 unless there is sbrk() on the host. Assign time and space data
3290 to union fields of the appropriate length.
3291
3292 2002-06-20 Michal Ludvig <mludvig@suse.cz>
3293
3294 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
3295 x86_64_register_name. Return type changed to 'const char *'.
3296 (x86_64_register_name2nr): Rename to x86_64_register_number.
3297 (x86_64_gdbarch_init): Update to reflect the change.
3298 * x86-64-tdep.h: Ditto.
3299 * x86-64-linux-nat.c (x86_64_fxsave_offset)
3300 (supply_fpregset): Ditto.
3301
3302 2002-06-19 Andrew Cagney <cagney@redhat.com>
3303
3304 * regcache.h: Update copyright.
3305 (struct regcache, struct gdbarch): Add opaque declarations.
3306 (current_regcache): Declare global variable.
3307 (regcache_read, regcache_write): Add gdbarch parameter.
3308 (regcache_save, regcache_save_no_passthrough)
3309 (regcache_restore, regcache_restore_no_passthrough)
3310 (regcache_dup, regcache_dup_no_passthrough)
3311 (regcache_cpy, regcache_cpy_no_passthrough)
3312 (deprecated_grub_regcache_for_registers)
3313 (deprecated_grub_regcache_for_register_valid)
3314 (regcache_valid_p): Add function declarations.
3315
3316 * regcache.c: Update copyright.
3317 (regcache_descr_handle): New global variable.
3318 (struct regcache_descr): Define.
3319 (init_legacy_regcache_descr, init_regcache_descr): New functions.
3320 (regcache_descr, xfree_regcache_descr): New functions.
3321 (struct regcache): Define.
3322 (regcache_xmalloc, regcache_xfree): New functions.
3323 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
3324 (regcache_dup, regcache_dup_no_passthrough): New functions.
3325 (regcache_valid_p, regcache_read_as_address): New functions.
3326 (deprecated_grub_regcache_for_registers): New function.
3327 (deprecated_grub_regcache_for_register_valid): New function.
3328 (current_regcache): New global variable.
3329 (register_buffer): Add regcache parameter. Update calls.
3330 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
3331 (read_register_gen, write_register_gen): Update register_buffer
3332 call. Test for legacy_p instead of gdbarch_register_read_p or
3333 gdbarch_register_write_p.
3334 (regcache_collect): Update register_buffer call.
3335 (build_regcache): Rewrite. Use deprecated grub functions.
3336 (regcache_save, regcache_save_no_passthrough): New functions.
3337 (regcache_restore, regcache_restore_no_passthrough): New
3338 functions.
3339 (_initialize_regcache): Create the regcache_data_handle. Swap
3340 current_regcache global variable.
3341
3342 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
3343 parameter to regcache_read and regcache_write calls.
3344 (sh4_register_read): Ditto.
3345 (sh64_pseudo_register_read): Ditto.
3346 (sh64_register_read): Ditto.
3347 (sh_pseudo_register_write): Ditto.
3348 (sh4_register_write): Ditto.
3349 (sh64_pseudo_register_write): Ditto.
3350 (sh64_register_write): Ditto.
3351
3352 * defs.h (XCALLOC): Define.
3353
3354 2002-06-19 Grace Sainsbury <graces@redhat.com>
3355
3356 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
3357 * m68k-tdep.c (m68k_gdbarch_init): Added.
3358 (m68k_dump_tdep): Added.
3359
3360 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3361
3362 * ada-lang.c (fill_in_ada_prototype): Update comment.
3363
3364 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
3365
3366 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
3367 MIPS_ABI_LAST.
3368 (mips_abi_string, mips_abi_strings): New.
3369 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
3370 (mips_gdbarch_init): Set tdep->found_abi. Don't set
3371 tdep->mips_abi_string. Honor mips_abi_string. Default to
3372 O32 if no ABI is found.
3373 (mips_dump_tdep): Use mips_abi_strings.
3374 (mips_abi_update): New function.
3375 (_initialize_mips_tdep): Initialize mips_abi_string. Add
3376 ``set mips abi'' and ``show mips abi''. Check the size of
3377 mips_abi_strings.
3378
3379 2002-06-19 Andrew Cagney <cagney@redhat.com>
3380
3381 * i386-linux-tdep.c (i386_linux_register_name): Make return type
3382 constant.
3383
3384 2002-06-18 Joel Brobecker <brobecker@gnat.com>
3385
3386 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
3387 current frame using only the first stack size adjustment. All
3388 subsequent size adjustments are not considered to be part of
3389 the "static" part of the current frame.
3390 Compute the address of the saved registers relative to the
3391 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
3392 in use in this frame.
3393
3394 2002-06-18 Don Howard <dhoward@redhat.com>
3395
3396 * valops.c (value_ind): Use value_at_lazy() when dereferencing
3397 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
3398 suggesting this solution.
3399
3400 2002-06-18 Andrew Cagney <ac131313@redhat.com>
3401
3402 * config/romp/xm-rtbsd.h: Delete file.
3403 * config/romp/rtbsd.mh: Delete file.
3404
3405 2002-06-18 Keith Seitz <keiths@redhat.com>
3406
3407 * breakpoint.c (condition_command): Post breakpoint_modify
3408 when a condition is added to an existing breakpoint.
3409 (commands_command): Likewise for commands.
3410 (set_ignore_count): Likewise for ignore counts.
3411 If no tty, do not simply return, still need to send event
3412 notification.
3413 (ignore_command): Only print a newline if the command came
3414 from a tty.
3415 Don't call breakpoints_changed, since this is now properly
3416 handled by set_ignore_count.
3417
3418 2002-06-18 Andrew Cagney <cagney@redhat.com>
3419
3420 * MAINTAINERS: Note that cris-elf target can be compiled with
3421 -Werror.
3422 * cris-tdep.c (cris_register_name): Make return type constant.
3423 (cris_breakpoint_from_pc): Ditto.
3424
3425 2002-06-18 Michal Ludvig <mludvig@suse.cz>
3426
3427 * frame.h (struct frame_info): Change type of context to
3428 'struct context'.
3429
3430 2002-06-17 Andrew Cagney <cagney@redhat.com>
3431
3432 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
3433 pointer.
3434 * gdbarch.h, gdbarch.c: Regenerate.
3435 * config/mips/tm-mips.h (mips_register_name): Update.
3436 * i386-tdep.h (i386_register_name): Update.
3437 * mips-tdep.c (mips_register_name): Update
3438 * alpha-tdep.c (alpha_register_name): Update.
3439 * arch-utils.c (legacy_register_name): Update.
3440 * arch-utils.h (legacy_register_name): Update.
3441 * avr-tdep.c (avr_register_name): Update.
3442 * ia64-tdep.c (ia64_register_name): Update.
3443 * i386-tdep.c (i386_register_name): Update.
3444 * sparc-tdep.c (sparc32_register_name): Update.
3445 (sparc64_register_name): Update.
3446 (sparclite_register_name): Update.
3447 (sparclet_register_name): Update.
3448 * sh-tdep.c (sh_generic_register_name): Update.
3449 (sh_sh_register_name): Update.
3450 (sh_sh3_register_name): Update.
3451 (sh_sh3e_register_name): Update.
3452 (sh_sh_dsp_register_name): Update.
3453 (sh_sh3_dsp_register_name): Update.
3454 (sh_sh4_register_name): Update.
3455 (sh_sh64_register_name): Update.
3456 * s390-tdep.c (s390_register_name): Update.
3457 * rs6000-tdep.c (rs6000_register_name): Update.
3458 * ns32k-tdep.c (ns32k_register_name_32082): Update.
3459 (ns32k_register_name_32382): Update.
3460 * d10v-tdep.c (d10v_ts2_register_name): Update.
3461 (d10v_ts3_register_name): Update.
3462 * xstormy16-tdep.c (xstormy16_register_name): Update.
3463 * vax-tdep.c (vax_register_name): Update.
3464 * v850-tdep.c (v850_register_name): Update.
3465 * m68hc11-tdep.c (m68hc11_register_name): Update.
3466 * mn10300-tdep.c (mn10300_generic_register_name): Update.
3467 (am33_register_name): Update.
3468
3469 2002-06-17 Grace Sainsbury <graces@redhat.com>
3470
3471 * m68k-tdep.c: Reindented.
3472
3473 2002-06-17 Andrew Cagney <ac131313@redhat.com>
3474
3475 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
3476 list of predefined types.
3477
3478 2002-06-16 Mark Kettenis <kettenis@gnu.org>
3479
3480 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
3481 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
3482 REGISTER_CONVERT_TO_RAW): Remove defines.
3483 (i386_register_virtual_type, i386_register_convertible,
3484 i386_register_convert_to_virtual, i386_register_convert_to_raw):
3485 Remove prototypes.
3486 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3487 macros mentioned above.
3488
3489 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
3490 (i386lynx_saved_pc_after_call): Remove prototype.
3491 * i386ly-tdep.c: Include "i386-tdep.h".
3492 (i386lynx_saved_pc_after_call): Make static. Use
3493 read_memory_nobpt instead of read_memory. Use
3494 read_memory_unsigned_integer instead of read_memory_integer.
3495 (i386lynx_init_abi): New function.
3496 (i386lynx_coff_osabi_sniffer): New function.
3497 (_initialize_i386bsd_tdep): New function.
3498
3499 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
3500 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
3501 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
3502 (i386_fix_call_dummy): Remove prototype.
3503 * i386-tdep.c (i386_call_dummy_words): New variable.
3504 (i386_gdbarch_init): Adjust for removal of the
3505 macros mentioned above.
3506
3507 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3508
3509 * command.h (add_setshow_auto_boolean_cmd): Replace
3510 add_set_auto_boolean_cmd.
3511 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
3512 add_set_auto_boolean_cmd.
3513 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
3514 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
3515 mask-address'' command.
3516 (show_mask_address): Add cmd parameter.
3517 * remote.c (add_packet_config_cmd): Update. Change type of
3518 set_func and show_func to cmd_sfunc_ftype.
3519 (_initialize_remote): Update `set remote Z-packet'
3520 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
3521 (show_remote_protocol_e_packet_cmd): Ditto.
3522 (show_remote_protocol_E_packet_cmd): Ditto.
3523 (show_remote_protocol_P_packet_cmd): Ditto.
3524 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
3525 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
3526 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
3527 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
3528 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
3529 (show_remote_protocol_Z_packet_cmd): Ditto.
3530 (show_remote_protocol_binary_download_cmd): Ditto.
3531 (show_remote_cmd): Pass NULL to all of above.
3532
3533 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3534
3535 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
3536 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
3537 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
3538 POP_FRAME): Remove defines.
3539 (i386_push_arguments, i386_store_struct_return,
3540 i386_extract_return_value, i386_store_return_value,
3541 i386_extract_struct_value_address, i386_push_dummy_frame,
3542 i386_pop_frame): Renove prototypes.
3543 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3544 macros mentioned above.
3545
3546 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3547
3548 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
3549 add_set_boolean_cmd.
3550 (add_setshow_cmd): New function.
3551 * command.h (add_setshow_boolean_cmd): Replace
3552 add_set_boolean_cmd.
3553 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
3554 and ``set rdiromatzero''.
3555 * maint.c (_initialize_maint_cmds): Update commented out code.
3556 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
3557 * target.c (initialize_targets): Update `set
3558 trust-readonly-sections'.
3559 * remote.c (_initialize_remote): Update `set remotebreak'.
3560
3561 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3562
3563 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
3564 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
3565 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
3566 fit into multi-arch framework.
3567 (i386_breakpoint_from_pc): New function.
3568 (i386_gdbarch_init): Adjust for removal of the macros mentioned
3569 above.
3570
3571 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
3572 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
3573 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
3574 (i386_frameless_function_invocation, i386_frame_num_args,
3575 i386_frame_init_saved_regs): Remove prototypes.
3576 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
3577 macros mentioned above.
3578
3579 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3580
3581 * cli/cli-decode.c (set_cmd_cfunc): Update.
3582 (set_cmd_sfunc): Update.
3583 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
3584 (set_cmd_sfunc, set_cmd_cfunc): Update.
3585 * cli/cli-decode.h: Update.
3586
3587 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3588
3589 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
3590 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
3591
3592 2002-06-15 Andrew Cagney <ac131313@redhat.com>
3593
3594 * defs.h (auto_boolean): Declare enum.
3595 * command.h (cmd_auto_boolean): Delete enum.
3596 * mips-tdep.c (mask_address_var): Update.
3597 (mips_mask_address_p): Update.
3598 (show_mask_address): Update.
3599 * remote.c (struct packet_config): Update.
3600 (update_packet_config): Update.
3601 (show_packet_config_cmd): Update.
3602 (packet_ok): Update.
3603 (add_packet_config_cmd): Update.
3604 (_initialize_remote):
3605 * command.h: Update.
3606 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
3607 (do_setshow_command): Update.
3608 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
3609 * cli/cli-decode.h: Update.
3610
3611 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3612
3613 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
3614 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
3615 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
3616 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
3617 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
3618 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
3619
3620 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
3621 list of DJGPP COFF targets.
3622
3623 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
3624 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
3625 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
3626 (FP0_REGNUM): Remove define.
3627 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
3628 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
3629 (i386_register_virtual_size): Remove protoype.
3630 * i386-tdep.c (i386_register_virtual_size): Removed.
3631 (i386_extract_return_value, i386_store_return_value): Use
3632 FP0_REGNUM instead of NUM_FREGS to determine whether the
3633 floating-point registers are available.
3634 (i386_gdbarch_init): Tweak FIXME about FPU registers.
3635 Adjust for removal of macros mentioned above.
3636
3637 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3638
3639 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
3640 comments.
3641 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
3642 Remove prototypes.
3643 (supply_gregset, fill_gregset): Remove use of register keyword and
3644 remove declaration for regmap. Use I386_NUM_GREGS instead of
3645 NUM_REGS and NUM_FREGS.
3646 (FPREGSET_FSAVE_OFFSET): Remove.
3647 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
3648 NUM_FREGS to determine whether the floating-point registers are
3649 available.
3650
3651 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
3652 gnu_store_registers): Replace usage of NUM_GREGS with
3653 I386_NUM_GREGS.
3654
3655 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
3656 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
3657 usage of NUM_GREGS with I386_NUM_GREGS.
3658
3659 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
3660
3661 * i386bsd-nat.c: Include "i386-tdep.h".
3662 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
3663 I386_NUM_GREGS.
3664
3665 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
3666 and associated comment. They no longer make any sense, since we
3667 don't use this file anymore on Linux.
3668
3669 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
3670 * i386-tdep.c (i386_register_offset, i386_register_size): Use
3671 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
3672 elements in these arrays.
3673 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
3674 MAX_NUM_REGS.
3675
3676 2002-06-15 Mark Kettenis <kettenis@gnu.org>
3677
3678 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
3679 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
3680
3681 2002-06-14 Andrew Cagney <cagney@redhat.com>
3682
3683 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
3684 EXTRACT_RETURN_VALUE.
3685 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
3686 EXTRACT_STRUCT_VALUE_ADDRESS.
3687 * gdbarch.h, gdbarch.c: Regenerate.
3688
3689 * values.c (value_being_returned): Handle
3690 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3691 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
3692
3693 * arm-linux-tdep.c (arm_linux_init_abi): Update.
3694 * arm-tdep.c (arm_gdbarch_init): Update.
3695 * avr-tdep.c (avr_gdbarch_init): Update.
3696 * cris-tdep.c (cris_gdbarch_init): Update.
3697 * d10v-tdep.c (d10v_gdbarch_init): Update.
3698 * ia64-tdep.c (ia64_gdbarch_init): Update.
3699 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3700 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3701 * s390-tdep.c (s390_gdbarch_init): Update.
3702 * sh-tdep.c (sh_gdbarch_init): Update.
3703 * s390-tdep.c (s390_gdbarch_init): Update.
3704 * sparc-tdep.c (sparc_gdbarch_init): Update.
3705 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
3706 * v850-tdep.c (v850_gdbarch_init): Update.
3707 * vax-tdep.c (vax_gdbarch_init): Update.
3708 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
3709 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3710
3711 * config/arc/tm-arc.h: Update.
3712 * config/d30v/tm-d30v.h: Update.
3713 * config/fr30/tm-fr30.h: Update.
3714 * config/h8300/tm-h8300.h: Update.
3715 * config/h8500/tm-h8500.h: Update.
3716 * config/i386/tm-i386.h: Update.
3717 * config/i386/tm-ptx.h: Update.
3718 * config/i386/tm-symmetry.h: Update.
3719 * config/i960/tm-i960.h: Update.
3720 * config/m32r/tm-m32r.h: Update.
3721 * config/m68k/tm-delta68.h: Update.
3722 * config/m68k/tm-linux.h: Update.
3723 * config/m68k/tm-m68k.h: Update.
3724 * config/m88k/tm-m88k.h: Update.
3725 * config/mcore/tm-mcore.h: Update.
3726 * config/mips/tm-mips.h: Update.
3727 * config/mn10200/tm-mn10200.h: Update.
3728 * config/pa/tm-hppa.h: Update.
3729 * config/pa/tm-hppa64.h: Update.
3730 * config/sparc/tm-sp64.h: Update.
3731 * config/sparc/tm-sparc.h: Update.
3732 * config/sparc/tm-sparclet.h: Update.
3733 * config/z8k/tm-z8k.h: Update.
3734
3735 2002-06-14 Andrew Cagney <cagney@redhat.com>
3736
3737 * Makefile.in (i386_linux_tdep_h): Define.
3738 (i386_tdep_h, i387_tdep_h): Define.
3739 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
3740 $(i386_tdep_h) and $(i387_tdep_h).
3741 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3742
3743 2002-06-14 Mark Kettenis <kettenis@gnu.org>
3744
3745 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
3746 Already covered by the default.
3747
3748 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
3749 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
3750 (i386_gdbarch_init): Initialize long_double_format and long_double
3751 bit.
3752
3753 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
3754 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
3755 Move these to ...
3756 * config/i386/i386sol2.mh: ... here.
3757 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
3758 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
3759 (SIGCONTEXT_PC_OFFSET): Remove define.
3760 (IN_SIGTRAMP): Remove define.
3761 * i386-sol2-tdep.c: New file.
3762
3763 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
3764 * config/i386/tm-i386nw.h: Removed.
3765
3766 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
3767 USE_STRUCT_CONVENTION): Remove defines.
3768 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3769 (get_longjmp_target): Remove prototype.
3770 (IN_SIGTRAMP): Remove define.
3771 (i386bsd_in_sigtramp): Remove prototype.
3772 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3773 function. Update comment accordingly
3774 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3775 (FRAME_SAVED_PC): Remove define.
3776 (i386bsd_frame_saved_pc): Remove prototype.
3777 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
3778 GET_LONGJMP_TARGET): Remove defines.
3779 (get_longjmp_target): Remove prototype.
3780 (IN_SIGTRAMP): Remove define.
3781 (i386bsd_in_sigtramp): Remove prototype.
3782 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
3783 function. Update comment accordingly
3784 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
3785 (FRAME_SAVED_PC): Remove define.
3786 (i386bsd_frame_saved_pc): Remove prototype.
3787 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
3788 Remove prototype.
3789 (USE_STRUCT_CONVENTION): Remove prototype.
3790 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
3791 declaration.
3792 (_initialize_i386bsd_nat): Revise logic to determine some
3793 constants at compile time when compiling a native GDB. Warn if
3794 things don't match up with what we expect.
3795 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
3796 Remove variables.
3797 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
3798 to use date stored in `struct gdbarch_tdep'.
3799 (i386bsd_sigcontext_offset): Remove varaible.
3800 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
3801 stored in `struct gdbarch_tdep'.
3802 (i386bsd_frame_saved_pc): Make static.
3803 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
3804 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
3805 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
3806 i386fbsd4_sc_pc_offset): New variables.
3807 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
3808 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
3809 functions.
3810 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
3811 functions.
3812 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
3813 Modify the value of i386fbsd_sigtramp_start and
3814 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
3815 i386fbsd_sigtramp_end.
3816 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
3817 function.
3818
3819 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
3820 define to i386-linux-tdep.h.
3821 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
3822 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
3823 defines.
3824 (i386_linux_register_name, i386_linux_register_byte,
3825 i386_linux_register_raw_size): Remove prototypes.
3826 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
3827 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
3828 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
3829 TARGET_WRITE_PC): Remove defines.
3830 (i386_linux_in_sigtramp, i386_linux_frame_chain,
3831 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
3832 i386_linux_write_pc): Remove prototypes.
3833 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3834 (get_longjmp_target): Remove prototype.
3835 * i386-linux-tdep.h: New file.
3836 * i386-linux-nat.c: Include "i386-linux-tdep.h".
3837 * i386-linux-tdep.c: Include "i386-tdep.h" and
3838 "i386-linux-tdep.h".
3839 (i386_linux_register_name, i386_linux_register_byte,
3840 i386_linux_register_raw_size, i386_linux_in_sigtramp,
3841 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
3842 Make static.
3843 (i386_linux_init_abi): New function.
3844 (_initialize_i386_linux_tdep): New function.
3845
3846 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
3847 (i386_saved_pc_after_call): Remove prototype.
3848 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
3849 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
3850 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
3851 (i386_register_name, i386_stab_reg_to_regnum,
3852 i386_dwarf_reg_to_regnum): Remove prototypes.
3853 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
3854 SIZEOF_SSE_REGS): Remove defines.
3855 (REGISTER_BYTES): Remove define.
3856 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
3857 (i386_register_byte, i386_register_raw_size): Remove prototypes.
3858 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
3859 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
3860 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
3861 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
3862 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
3863 (get_longjmp_target): Remove prototype.
3864 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
3865 (sigtramp_saved_pc): Remove define.
3866 (i386v4_sigtramp_saved_pc): Remove prototype.
3867 * config/i386/tm-go32.h (FRAME_CHAIN,
3868 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
3869 (i386go32_frame_saved_pc): Remove prototype.
3870 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
3871 (get_longjmp_target): Remove prototype.
3872 * i386-tdep.h: Include "osabi.h".
3873 (enum i386_abi): Removed.
3874 (enum struct_return): New enum.
3875 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
3876 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
3877 sc_pc_offset members.
3878 (i386_gdbarch_register_os_abi): Remove prototype.
3879 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
3880 I386_SSE_NUM_REGS): New defines.
3881 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
3882 I386_SSE_SIZEOF_REGS): New defines.
3883 (i386_register_name, i386_register_byte, i386_register_raw_size):
3884 New prototypes.
3885 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
3886 (i386bsd_sigtramp_saved_pc): New prototype.
3887 * i386-tdep.c: Don't include "elf-bfd.h".
3888 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
3889 i386_frame_chain, i386_saved_pc_after_call): Make static.
3890 (i386_frame_saved_pc): Rewrite to call architecture dependent
3891 function to deal with signal handlers. Make static.
3892 (i386go32_frame_saved_pc): Removed.
3893 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
3894 Removed.
3895 (i386_get_longjmp_target): New function.
3896 (default_struct_convention, pcc_struct_convention,
3897 reg_struct_convention, valid_conventions, struct_convention): New
3898 variables.
3899 (i386_use_struct_convention): New function.
3900 (i386v4_sigtramp_saved_pc): Renamed to
3901 i386_svr4_sigtramp_saved_pc. Made static. Moved.
3902 (i386_pc_in_sigtramp): New function.
3903 (i386_abi_names): Removed.
3904 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
3905 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
3906 Removed.
3907 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
3908 i386_gdbarch_register_os_abi): Removed.
3909 (struct i386_abi_handler): Removed.
3910 (i386_abi_handler_list): Removed.
3911 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
3912 functions.
3913 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
3914 i386_nw_init_abi): New functions.
3915 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
3916 Use set_gdbarch_xxx() calls instead of relying on macros for a
3917 number of calls.
3918 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
3919 (_initialize_i386_tdep): Add new 'struct-convcention' command.
3920 Register the various architecture variants defined in this file.
3921
3922 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
3923
3924 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
3925 (struct main_type): Remove arg_types member. Update comments for
3926 struct field.
3927 (TYPE_ARG_TYPES): Remove.
3928 (TYPE_FN_FIELD_ARGS): Update.
3929 (smash_to_method_type): Update prototype.
3930
3931 * c-typeprint.c (cp_type_print_method_args): Take method type
3932 instead of argument list. Use new argument layout. Simplify.
3933 (c_type_print_args): Use new argument layout. Simplify.
3934 (c_type_print_base): Update call to cp_type_print_method_args.
3935 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
3936 argument; use die->type instead. Update call to
3937 smash_to_method_type.
3938 (read_structure_scope): Update call to dwarf2_add_member_fn.
3939 * gdbtypes.c (allocate_stub_method): Update comment.
3940 (smash_to_method_type): Take new NARGS and VARARGS arguments.
3941 Use new argument layout.
3942 (check_stub_method): Use new argument layout. Don't count
3943 void as an argument.
3944 (print_arg_types): Update comments. Use new argument layout.
3945 (recursive_dump_type): Don't print arg_types member.
3946 * hpread.c (hpread_read_struct_type): Use new argument layout.
3947 (fixup_class_method_type): Likewise.
3948 (hpread_type_lookup): Likewise.
3949 * stabsread.c (read_type): Update calls to read_args and
3950 smash_to_method_type.
3951 (read_args): Use new argument layout. Simplify.
3952 * valops.c (typecmp): Use new argument layout. Update parameters
3953 and comments. Simplify.
3954 (hand_function_call): Use new argument layout.
3955 (search_struct_method): Update call to typecmp.
3956 (find_overload_match): Use new argument layout.
3957
3958 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3959
3960 * NEWS: Mention multithreaded debug support for gdbserver.
3961
3962 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3963
3964 * MAINTAINERS: Mention NEWS.
3965
3966 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
3967
3968 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
3969 (struct mips_objfile_private, compare_pdr_entries): New.
3970 (non_heuristic_proc_desc): Read the ".pdr" section if it
3971 is present.
3972
3973 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3974
3975 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
3976 (arm_debug): New static variable.
3977 (_initialize_arm_tdep): Add ``set debug arm'' command.
3978
3979 2002-06-12 Andrew Cagney <ac131313@redhat.com>
3980
3981 * Makefile.in (sim_arm_h): Define.
3982 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
3983 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
3984 (arm_register_sim_regno): New function, map an internal REGNUM
3985 onto a simulator register number.
3986 (arm_gdbarch_init): Set register_sim_regno.
3987
3988 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
3989
3990 * MAINTAINERS: Add self.
3991
3992 2002-06-11 Jim Blandy <jimb@redhat.com>
3993
3994 * source.c (source_info): Mention whether the symtab has
3995 information about preprocessor macros.
3996
3997 Call the command `info macro', not `show macro'.
3998 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
3999 Fix error message.
4000 (_initialize_macrocmd): Register `info_macro_command' in
4001 `infolist', not `showlist'.
4002
4003 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
4004
4005 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
4006 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
4007 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
4008 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
4009 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
4010 unconditionally.
4011 (set_mipsfpu_single_command, set_mipsfpu_double_command)
4012 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
4013 (_initialize_mips_tdep): Remove dead code.
4014 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
4015 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4016 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
4017 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
4018 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
4019 MIPS_LAST_FP_ARG_REGNUM): Remove.
4020
4021 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4022
4023 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
4024 (unwind_tmp_obstack_free, parse_frame_info)
4025 (update_context, cfi_read_fp, cfi_write_fp)
4026 (cfi_frame_chain, cfi_init_extra_frame_info)
4027 (cfi_virtual_frame_pointer): Use the above function.
4028 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
4029
4030 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
4031
4032 * v850-tdep.c (v850_type_is_scalar): New function.
4033 (v850_use_struct_convention): Match current gcc implementation
4034 as close as possible.
4035 (v850_push_arguments): Fix stack_offset handling. Don't write
4036 struct_addr into register. This is done by v850_store_struct_return.
4037 (v850_extract_return_value): Care for structs.
4038 (v850_store_return_value): Ditto.
4039 (v850_store_struct_return): Actually write address.
4040
4041 2002-06-11 Michal Ludvig <mludvig@suse.cz>
4042
4043 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
4044 without debug information too.
4045
4046 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4047
4048 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
4049 Make multi-arch pure.
4050 * gdbarch.h, gdbarch.c: Re-generate.
4051 * arm-tdep.c (arm_print_float_info): Update.
4052 * arch-utils.h (default_print_float_info): Update.
4053 * arch-utils.c (default_print_float_info): Update.
4054 * infcmd.c (float_info): Update call.
4055
4056 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4057
4058 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
4059 the front of the initialize list.
4060
4061 2002-06-10 Andrew Cagney <ac131313@redhat.com>
4062
4063 * infrun.c (struct inferior_status): Replace fields
4064 selected_frame_address and selected_level with field
4065 selected_frame_id.
4066 (save_inferior_status): Update. Use get_frame_id.
4067 (struct restore_selected_frame_args): Delete.
4068 (restore_selected_frame): Update. Use frame_find_by_id.
4069 (restore_inferior_status): Update.
4070
4071 * breakpoint.h (struct breakpoint): Change type of
4072 watchpoint_frame to frame_id.
4073 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
4074 call to get_current_frame.
4075 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
4076 get_current_frame.
4077 (watchpoint_check): Use frame_find_by_id.
4078
4079 * frame.h (record_selected_frame): Delete declaration.
4080 * stack.c (record_selected_frame): Delete function.
4081
4082 * frame.h (struct frame_id): Define.
4083 (get_frame_id): Declare.
4084 (frame_find_by_id): Declare.
4085 * frame.c (frame_find_by_id): New function.
4086 (get_frame_id): New function.
4087
4088 2002-06-10 Andrey Volkov <avolkov@transas.com>
4089
4090 * ser-e7kpc.c: Fix duplicated define and call of
4091 _initialize_ser_e7000pc
4092
4093 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4094
4095 * signals/signals.c (target_signal_from_host): Fix #ifdef
4096 SIGRTMIN case.
4097 (do_target_signal_to_host): Likewise.
4098
4099 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
4100
4101 * mips-tdep.c (mips_find_abi_section): New function.
4102 (mips_gdbarch_init): Call it.
4103
4104 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4105
4106 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
4107 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
4108 after Andrew's 2002-06-08 gdbarch change.
4109
4110 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4111
4112 * i386-linux-nat.c (suppy_gregset): Don't supply
4113 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
4114 register cache.
4115 (fill_gregset): Don't fetch it under the same circumstances.
4116
4117 2002-06-09 Andrew Cagney <cagney@redhat.com>
4118
4119 * Makefile.in (callback_h): Define.
4120 (remote_sim_h): Update path to remote-sim.h.
4121 (remote-rdp.o): Add $(callback_h).
4122 (remote-sim.o): Use $(callback_h).
4123 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
4124 * remote-rdp.c: Include "gdb/callback.h".
4125
4126 2002-06-09 Mark Kettenis <kettenis@gnu.org>
4127
4128 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
4129 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
4130
4131 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4132
4133 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
4134 * rdi-share/serpardr.c: Ditto.
4135 * rdi-share/unixcomm.c: Ditto.
4136 * rdi-share/serdrv.c: Ditto.
4137 * rdi-share/hostchan.h: Ditto.
4138 * rdi-share/hostchan.c: Ditto.
4139 * rdi-share/host.h: Ditto.
4140 * rdi-share/devsw.c: Ditto.
4141
4142 * objfiles.h: Change type of obj_private to void pointer.
4143 * pa64solib.c: Update copyright. Don't include "assert.h", use
4144 strcmp instead of STREQ, use LONGEST, do not use PTR
4145 * somsolib.c: Ditto.
4146
4147 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
4148 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
4149 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
4150
4151 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4152
4153 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
4154 (default_get_saved_register): Delete function.
4155 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
4156 generic_unwind_get_saved_register.
4157 * gdbarch.h, gdbarch.c: Re-generate.
4158
4159 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4160
4161 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
4162 generic_func_frame_chain_valid.
4163 * gdbarch.h, gdbarch.c: Re-generate.
4164 * blockframe.c (generic_func_frame_chain_valid): Only check
4165 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
4166 passing FP to PC_IN_CALL_DUMMY.
4167 Fix PR gdb/360.
4168
4169 2002-06-08 Andrew Cagney <ac131313@redhat.com>
4170
4171 * gdbarch.sh (struct gdbarch_data): Add field init_p.
4172 (register_gdbarch_data): Initialize init_p.
4173 (gdbarch_data): Initialize data pointer using the init function.
4174 (init_gdbarch_data): Delete function.
4175 (gdbarch_update_p): Update.
4176 (initialize_non_multiarch): Update.
4177 (struct gdbarch): Add field initialized_p.
4178 * gdbarch.h, gdbarch.c: Re-generate.
4179
4180 2002-06-07 Michal Ludvig <mludvig@suse.cz>
4181
4182 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
4183 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
4184 better do the things actually here.
4185 * x86-64-tdep.c (x86_64_register_name2nr): New.
4186 (x86_64_register_name): Renamed to x86_64_register_nr2name.
4187 (x86_64_gdbarch_init): Respect the above change.
4188 * x86-64-tdep.h (x86_64_register_name2nr)
4189 (x86_64_register_nr2name): Add prototypes.
4190 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
4191
4192 2002-06-06 Michael Snyder <msnyder@redhat.com>
4193
4194 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
4195 Delete extra braces and re-indent.
4196 (d10v_store_return_value): Char return values
4197 must be shifted over by one byte in R0.
4198 (d10v_extract_return_value): Delete extra braces, re-indent.
4199
4200 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4201
4202 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
4203 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
4204 (d10v_integer_to_address): Rewrite.
4205 (d10v_frame_init_saved_regs): When reading fp and sp registers use
4206 the d10v specific functions which take care of converting to the
4207 correct space.
4208
4209 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
4210
4211 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
4212 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
4213
4214 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4215
4216 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
4217 includes.
4218 * config/tm-linux.h: Ditto.
4219 * config/alpha/tm-alphalinux.h: Ditto.
4220 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
4221 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
4222 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
4223 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
4224 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
4225 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
4226 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
4227 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
4228 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
4229 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
4230 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
4231 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
4232 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
4233 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
4234 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
4235 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
4236 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
4237 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
4238 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
4239 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
4240 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
4241 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
4242 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
4243 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
4244 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
4245 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
4246 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
4247 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
4248 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
4249 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
4250 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
4251 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
4252 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
4253 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
4254 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
4255 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
4256 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
4257
4258 2002-05-04 Aidan Skinner <aidan@velvet.net>
4259
4260 * ada-exp.tab.c: New file
4261 * ada-exp.y: New file
4262 * ada-lang.c: New file
4263 * ada-lang.h: New file
4264 * ada-lex.c: New file
4265 * ada-lex.l: New file
4266 * ada-tasks.c: New file
4267 * ada-typeprint.c: New file
4268 * ada-valprint.c: New file
4269
4270 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4271
4272 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
4273 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
4274
4275 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
4276
4277 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
4278 insetead of ppc-linux-tdep.o.
4279 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
4280 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
4281
4282 2002-06-02 Andrew Cagney <ac131313@redhat.com>
4283
4284 2002-05-07 Christian Groessler <chris@groessler.org>
4285 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
4286 bit register contents for little endian hosts.
4287
4288 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4289
4290 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
4291 any maintainer.
4292
4293 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4294
4295 * gdbarch.h: Regenerate.
4296
4297 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4298
4299 * MAINTAINERS: Add everyone to write-after-approval list.
4300
4301 2002-06-01 Andrew Cagney <ac131313@redhat.com>
4302
4303 * stack.c (frame_info): Use frame_register_unwind instead of
4304 saved_regs. Mention when the SP is on the stack or in a register.
4305
4306 * frame.h (frame_register_unwind_ftype): Define. Document.
4307 (struct frame_info): Add field register_unwind and
4308 register_unwind_cache.
4309 (frame_register_unwind): Declare.
4310 (generic_unwind_get_saved_register): Declare.
4311
4312 * frame.c (frame_register_unwind): New function.
4313 (generic_unwind_get_saved_register): New function.
4314
4315 * blockframe.c (generic_call_dummy_register_unwind): New function.
4316 (frame_saved_regs_register_unwind): New function.
4317 (set_unwind_by_pc): New function.
4318 (create_new_frame): New function.
4319 (get_prev_frame): New function.
4320
4321 2002-05-30 Andrew Cagney <ac131313@redhat.com>
4322
4323 * a29k-share/: Delete directory.
4324 * remote-vx29k.c: Delete file.
4325
4326 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4327
4328 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
4329 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4330
4331 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4332
4333 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
4334 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
4335 (sparc64nbsd-nat.o)
4336 (sparcnbsd-nat.o)
4337 (sparcnbsd-tdep.o): New dependency lists.
4338 * NEWS: Note new UltraSPARC NetBSD native configuration.
4339 * configure.host (sparc64-*-netbsd*): New host.
4340 * configure.tgt (sparc-*-netbsdelf*)
4341 (sparc-*-netbsd*): Set gdb_target to nbsd.
4342 (sparc64-*-netbsd*): New target.
4343 * sparc64nbsd-nat.c: New file.
4344 * sparcnbsd-nat.c: New file.
4345 * sparcnbsd-tdep.c: New file.
4346 * sparcnbsd-tdep.h: New file.
4347 * config/sparc/nbsd.mt: New file.
4348 * config/sparc/nbsd64.mh: New file.
4349 * config/sparc/nbsd64.mt: New file.
4350 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
4351 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4352 (HOST_IPC): Remove.
4353 * config/sparc/nbsdaout.mt: Remove.
4354 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
4355 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
4356 (HOST_IPC): Remove.
4357 * config/sparc/nbsdelf.mt: Remove.
4358 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
4359 sparc-nat.c compatiblity defines.
4360 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
4361 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
4362 * config/sparc/tm-nbsd64.h: New file.
4363 * config/sparc/tm-nbsdaout.h: Remove.
4364 * config/sparc/xm-nbsd.h: Remove.
4365
4366 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4367
4368 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
4369 * sparc-tdep.c: Include osabi.h.
4370 (gdbarch_tdep): Add osabi member.
4371 (_initialize_sparc_tdep): Use gdbarch_register.
4372 (sparc_gdbarch_init): Use generic OS ABI framework.
4373 (sparc_dump_tdep): New function.
4374
4375 2002-05-30 Kevin Buettner <kevinb@redhat.com>
4376
4377 * corefile.c (do_captured_read_memory_integer): Return non-zero
4378 result.
4379 (safe_read_memory_integer): Copy result of memory read when
4380 status is non-zero. Also, add comments.
4381
4382 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
4383
4384 * Makefile.in (ppc_tdep_h): Define.
4385 (ppc-linux-nat.o)
4386 (ppc-linux-tdep.o)
4387 (rs6000-tdep.o): Use $(ppc_tdep_h).
4388 (ppc-sysv-tdep.o)
4389 (ppcnbsd-nat.o)
4390 (ppcnbsd-tdep.o): New dependency lists.
4391 * ppc-tdep.h: Use generic OS ABI framework.
4392 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
4393 (ppc_linux_init_abi): New functions.
4394 (ppc_sysv_abi_broken_use_struct_convention)
4395 (ppc_sysv_abi_use_struct_convention)
4396 (ppc_sysv_abi_push_arguments): Move to...
4397 * ppc-sysv-tdep.c: ...here.
4398 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
4399 * rs6000-tdep.c (process_note_abi_tag_sections)
4400 (get_elfosabi): Remove.
4401 (rs6000_gdbarch_init): Use generic OS ABI framework.
4402 (rs6000_dump_tdep): New function.
4403 (_initialize_rs6000_tdep): Use gdbarch_register.
4404 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
4405 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
4406 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
4407 of ppc-linux-tdep.o.
4408 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
4409 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
4410 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
4411 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
4412 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
4413 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
4414
4415 2002-05-29 Jim Blandy <jimb@redhat.com>
4416
4417 * macroscope.c (default_macro_scope): Put `void' in empty argument
4418 list.
4419
4420 2002-05-29 Andrew Cagney <ac131313@redhat.com>
4421
4422 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
4423 * arch-utils.c: Include "sim-regno.h".
4424 * gdbarch.sh: Don't include "sim-regno.h".
4425 * gdbarch.h, gdbarch.c: Regenerate.
4426 * sim-regno.h (legacy_register_sim_regno): Move declaration from
4427 here.
4428 * arch-utils.h (legacy_register_sim_regno): To here.
4429 * remote-sim.c (legacy_register_sim_regno): Move function from
4430 here.
4431 * arch-utils.c (legacy_register_sim_regno): To here.
4432
4433 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4434
4435 * sim-regno.h: New file.
4436 * Makefile.in (sim_regno_h): Define.
4437 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
4438 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
4439 (legacy_register_sim_regno): New function.
4440 (one2one_register_sim_regno): New function.
4441 (gdbsim_fetch_register): Rewrite.
4442 (gdbsim_store_register): Only store a register when
4443 REGISTER_SIM_REGNO is valid.
4444 * d10v-tdep.c: Include "sim-regno.h".
4445 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
4446 (d10v_ts3_register_sim_regno): Ditto.
4447 * gdbarch.sh: Include "sim-regno.h".
4448 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
4449 * gdbarch.h, gdbarch.c: Regenerate.
4450 * arch-utils.h (default_register_sim_regno): Delete declaration.
4451 * arch-utils.c (default_register_sim_regno): Delete function.
4452
4453 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4454
4455 * ppcnbsd-nat.c: Rewrite.
4456 * ppcnbsd-tdep.c: New file.
4457 * ppcnbsd-tdep.h: New file.
4458 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
4459 solib.o, and solib-svr4.o.
4460 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
4461 nbsd-tdep.o, and corelow.o.
4462
4463 2002-05-28 Andrew Cagney <ac131313@redhat.com>
4464
4465 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
4466 `tr' and `sed'. Mention that `broken' targets are not expected to
4467 build.
4468
4469 2002-05-27 Michal Ludvig <mludvig@suse.cz>
4470
4471 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
4472 Let PC point right after the prologue before looking up symbols.
4473
4474 2002-05-27 Martin M. Hunt <hunt@redhat.com>
4475
4476 * i386-tdep.c (i386_register_virtual_type): Return
4477 builtin_type_vec128i for SSE registers.
4478
4479 * gdbtypes.h (builtin_type_vec128i): Declare.
4480
4481 * gdbtypes.c (build_builtin_type_vec128i): New function.
4482 (builtin_type_v2_double, builtin_type_v4_int64): New types.
4483 (builtin_type_vec128i): New type for SSE2 128-bit registers.
4484 (build_gdbtypes): Initialize new builtin vector types.
4485 (_initialize_gdbtypes): Register new vector types with gdbarch.
4486
4487 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4488
4489 * MAINTAINERS: ns32k is not longer an obsolete candidate,
4490 since it has been multi-arch'd.
4491 * NEWS: Note that ns32k-*-* is now partial multi-arch.
4492 Move Alpha and VAX multi-arch news entries to same section
4493 as other multi-arch news.
4494
4495 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4496
4497 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
4498 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
4499 static. Rename some register numbers to put them in ns32k-tdep
4500 private namespace.
4501 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
4502 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
4503 functions.
4504 (_initialize_ns32k_tdep): Use gdbarch_register.
4505 * ns32k-tdep.h: New file.
4506 * ns32knbsd-tdep.c: New file.
4507 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
4508 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
4509 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
4510 REGISTER_BYTES, REGISTER_BYTE): Remove.
4511 * config/ns32k/tm-ns32k.h: New file.
4512 * config/ns32k/tm-umax.h: Remove.
4513
4514 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4515
4516 * ns32k-tdep.c (ns32k_saved_pc_after_call,
4517 ns32k_store_struct_return, ns32k_extract_return_value,
4518 ns32k_store_return_value, ns32k_extract_struct_value_address): New
4519 functions.
4520 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
4521 ns32k_saved_pc_after_call.
4522 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
4523 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
4524 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
4525 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
4526 ns32k_extract_struct_value_address.
4527
4528 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4529
4530 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
4531 ns32k_fix_call_dummy): New.
4532 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
4533 ns32k_call_dummy_words.
4534 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
4535 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
4536 CALL_DUMMY_NARGS): Remove.
4537 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
4538
4539 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4540
4541 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
4542 ns32k_frame_saved_pc, ns32k_frame_args_address,
4543 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
4544 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
4545 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
4546 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
4547 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
4548 (BREAKPOINT): Remove..
4549 (FRAME_CHAIN): Define as ns32k_frame_chain.
4550 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
4551 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
4552 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
4553 (FRAME_FIND_SAVED_REGS): Remove.
4554 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
4555 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
4556 (POP_FRAME): Define as ns32k_pop_frame.
4557
4558 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4559
4560 * ns32k-tdep.c (ns32k_register_byte_32082,
4561 ns32k_register_byte_32382, ns32k_register_raw_size,
4562 ns32k_register_virtual_size, ns32k_register_virtual_type): New
4563 functions.
4564 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
4565 ns32k_register_byte_32382.
4566 * config/ns32k/tm-umax.h: Update copyright years.
4567 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
4568 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
4569 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
4570 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
4571 (ns32k_get_enter_addr): Fix prototype.
4572
4573 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
4574
4575 * ns32k-tdep.c: Update copyright years.
4576 (ns32k_register_name_32082): New function.
4577 (ns32k_register_name_32382): Ditto.
4578 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
4579 (REGISTER_NAME): Define as ns32k_register_name_32382.
4580 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
4581 (REGISTER_NAME): Define as ns32k_register_name_32082.
4582
4583 2002-05-24 Jim Blandy <jimb@redhat.com>
4584
4585 * dwarf2read.c (free_line_header): Use xfree, not free.
4586
4587 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
4588
4589 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
4590 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
4591
4592 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4593
4594 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
4595
4596 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4597
4598 From Ross Alexander at NEC Europe:
4599 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
4600
4601 2002-05-23 Michael Snyder <msnyder@redhat.com>
4602
4603 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
4604 for input, rather than parse_and_eval_address.
4605
4606 2002-05-23 Andrew Cagney <ac131313@redhat.com>
4607
4608 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
4609 * Makefile.in (sim_d10v_h): Update definition.
4610
4611 2002-05-24 Andrew Cagney <cagney@redhat.com>
4612
4613 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
4614 change `2002-05-22 Michael Snyder' below.
4615 (d10v_push_arguments): Ditto.
4616 (d10v_extract_return_value): Ditto.
4617
4618 2002-05-23 Jim Blandy <jimb@redhat.com>
4619
4620 * macrotab.c (check_for_redefinition): Don't complain if the new
4621 definition is the same as the previous one. Take more arguments
4622 to allow the comparison.
4623 (macro_define_object, macro_define_function): Pass more arguments
4624 to check_for_redefinition.
4625
4626 2002-05-22 Michael Snyder <msnyder@redhat.com>
4627
4628 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
4629 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
4630 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
4631 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
4632 Don't bail if return_pc is PC_IN_CALL_DUMMY.
4633 Add a temp variable to save a call (and a memory read).
4634 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
4635 if possible (so that PC_IN_CALL_DUMMY will work).
4636
4637 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
4638
4639 * MAINTAINERS: Remove status `OBSOLETE' from v850.
4640
4641 2002-05-22 Michal Ludvig <mludvig@suse.cz>
4642
4643 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
4644 fde->cie_ptr.
4645 (dwarf2_build_frame_info): Corrected handling of eh_frame.
4646 (dwarf2_build_frame_info): Add offset to fde->initial_location
4647 so that frames of shared libraries are mapped correctly.
4648 (execute_stack_op): Change type of 'result' from ULONGEST to
4649 CORE_ADDR.
4650
4651 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4652
4653 * config/alpha/tm-nbsd.h: Include solib.h.
4654
4655 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4656
4657 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
4658 assumptions about the host's byte order.
4659
4660 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4661
4662 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
4663 to dependency list.
4664 * alphanbsd-tdep.c: Include solib-svr4.h.
4665 * shnbsd-tdep.c: Ditto.
4666
4667 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4668
4669 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
4670 nbsd-tdep.h to dependency list.
4671 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
4672 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
4673 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
4674 nbsdaout.mh and nbsdelf.mh consistently.
4675 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
4676 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
4677 nbsdaout.mt and nbsdelf.mh consistently.
4678 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
4679 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
4680 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
4681 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
4682 a.out shared library stuff from here...
4683 * config/nm-nbsdaout.h: ...to here.
4684 * config/tm-nbsd.h: Remove.
4685 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
4686 * config/arm/nbsd.mh: Remove.
4687 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
4688 nbsd-tdep.o.
4689 * config/arm/nbsdaout.mh: New file.
4690 * config/arm/nbsdelf.mh: New file.
4691 * config/arm/nm-nbsdaout.h: New file.
4692 * config/i386/nbsd.mh: Remove.
4693 * config/i386/nbsd.mt: Remove.
4694 * config/i386/nbsdaout.mh: New file.
4695 * config/i386/nbsdaout.mt: New file.
4696 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4697 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
4698 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
4699 i386_register_u_addr): Remove.
4700 * config/i386/nm-nbsdaout.h: New file.
4701 * config/i386/nm-nbsdelf.h: Remove.
4702 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
4703 (USE_STRUCT_CONVENTION): Remove.
4704 * config/i386/tm-nbsdaout.h: New file.
4705 * config/i386/tm-nbsdelf.h: Remove.
4706 * config/m68k/nbsd.mh: Remove.
4707 * config/m68k/nbsd.mt: Remove.
4708 * config/m68k/nbsdaout.mh: New file.
4709 * config/m68k/nbsdaout.mt: New file.
4710 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
4711 * config/m68k/nm-nbsdaout.h: New file.
4712 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4713 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4714 * config/ns32k/nbsd.mh: Remove.
4715 * config/ns32k/nbsd.mt: Remove.
4716 * config/ns32k/nbsdaout.mh: New file.
4717 * config/ns32k/nbsdaout.mt: New file.
4718 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
4719 * config/ns32k/nm-nbsdaout.h: New file.
4720 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
4721 (IN_SOLIB_CALL_TRAMPOLINE): Define.
4722 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
4723 (SVR4_SHARED_LIBS): Remove.
4724 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
4725 * config/sparc/nbsd.mh: Remove.
4726 * config/sparc/nbsd.mt: Remove.
4727 * config/sparc/nbsdaout.mh: New file.
4728 * config/sparc/nbsdaout.mt: New file.
4729 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
4730 * config/sparc/nbsdelf.mt: New file.
4731 * config/sparc/nm-nbsdaout.h: New file.
4732 * config/sparc/nm-nbsdelf.h: Remove.
4733 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
4734 * config/sparc/tm-nbsdaout.h: New file.
4735
4736 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4737
4738 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
4739 mipsnbsd-tdep.c
4740 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
4741
4742 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4743
4744 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
4745 shnbsd-nat.c.
4746 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
4747
4748 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4749
4750 * NEWS: Note new MIPS NetBSD native configuration.
4751 * configure.host (mips*-*-netbsd*): New host.
4752 * configure.tgt (mips*-*-netbsd*): New target.
4753 * mipsnbsd-nat.c: New file.
4754 * mipsnbsd-tdep.c: New file.
4755 * mipsnbsd-tdep.h: New file.
4756 * config/mips/nbsd.mh: New file.
4757 * config/mips/nbsd.mt: New file.
4758 * config/mips/nm-nbsd.h: New file.
4759 * config/mips/tm-nbsd.h: New file.
4760
4761 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
4762
4763 * Makefile.in (SFILES): Add osabi.c.
4764 (COMMON_OBS): Add osabi.o.
4765 (osabi.o): New dependency list.
4766 * osabi.c: New file.
4767 * osabi.h: New file.
4768 * doc/gdbint.texinfo: Document new generic OS ABI framework.
4769
4770 * Makefile.in (alpha_tdep_h): Define and use instead of
4771 alpha-tdep.h.
4772 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
4773 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
4774 Remove.
4775 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
4776 * alpha-tdep.h: Include osabi.h.
4777 (alpha_abi): Remove.
4778 (gdbarch_tdep): Use generic OS ABI framework.
4779 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
4780 gdbarch_register_osabi.
4781 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
4782 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
4783 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
4784
4785 * Makefile.in (sh_tdep_h): Add osabi.h.
4786 * sh-tdep.h (sh_osabi): Remove.
4787 (gdbarch_tdep): Use generic OS ABI framework.
4788 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
4789 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
4790 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
4791 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
4792
4793 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
4794 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
4795 gdbarch_register_osabi.
4796 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
4797 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
4798 (get_elfosabi): Rename to...
4799 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
4800 ABI framework support routines.
4801 (arm_gdbarch_init): Use generic OS ABI framework.
4802 (arm_dump_tdep): Likewise.
4803 (_initialize_arm_tdep): Likewise.
4804 * arm-tdep.h: Include osabi.h.
4805 (arm_abi): Remove.
4806 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
4807 osabi member.
4808 (arm_gdbarch_register_os_abi): Remove prototype.
4809 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
4810 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
4811
4812 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
4813 * mips-tdep.c: Include osabi.h.
4814 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
4815 OS ABI framework.
4816
4817 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
4818
4819 * h8300-tdep.c: Fix formatting.
4820
4821 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
4822
4823 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
4824 printing vector registers.
4825
4826 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4827
4828 From Fernando Nasser:
4829 * remote.c (remote_async_open_1): Re-throw the exception when the
4830 connection fails.
4831 (remote_cisco_open): Ditto.
4832 (remote_open_1): Ditto.
4833
4834 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4835
4836 * remote.c (remote_start_remote_dummy): Add uiout parameter.
4837 (remote_start_remote): Add uiout parameter. Pass through to
4838 remote_start_remote_dummy.
4839 (remote_open_1): Use catch_exception instead of catch_errors.
4840 (remote_async_open_1): Ditto.
4841 (remote_cisco_open): Ditto.
4842
4843 2002-05-19 Andrew Cagney <ac131313@redhat.com>
4844
4845 * remote.c (remote_start_remote): Replace PTR with void pointer.
4846 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
4847 static.
4848
4849 2002-05-18 Andrew Cagney <ac131313@redhat.com>
4850
4851 * gdb_indent.sh: Allow the script to be run in the sim directory.
4852
4853 2002-05-18 Mark Kettenis <kettenis@gnu.org>
4854
4855 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
4856 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
4857
4858 * corelow.c (core_open): Only call set_gdbarch_from_file if
4859 exec_bfd is NULL.
4860
4861 2002-05-17 Andrey Volkov <avolkov@transas.com>
4862
4863 * h8300-tdep.c: Add support of EXR register
4864 * config/h8300/tm-h8300.h: Ditto.
4865
4866 2002-05-17 Andrey Volkov <avolkov@transas.com>
4867
4868 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
4869
4870 2002-05-17 Andrey Volkov <avolkov@transas.com>
4871
4872 * h8300-tdep.c: Change literal regnums to REGNO.
4873
4874 2002-05-17 Jim Blandy <jimb@redhat.com>
4875
4876 * NEWS: Note addition of macro support.
4877
4878 Expand preprocessor macros in C expressions.
4879 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
4880 (scan_macro_expansion, scanning_macro_expansion,
4881 finished_macro_expansion): New function declarations.
4882 (expression_macro_lookup_func, expression_macro_lookup_baton): New
4883 variable declarations.
4884 * parser-defs.h (expression_context_pc): New declaration.
4885 * parse.c (expression_context_pc): New variable.
4886 (parse_exp_1): Set expression_context_pc, as well as
4887 expression_context_block.
4888 * c-exp.y (yylex): If we're not already reading the result of a
4889 macro expansion, try to macro-expand the next token. When we're
4890 done scanning a macro expansion, switch back to the mainline text.
4891 Commas and `if's in a macro's expansion don't terminate the input.
4892 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
4893 (macro_original_text, macro_expanded_text,
4894 expression_macro_lookup_func, expression_macro_lookup_baton): New
4895 variables.
4896 (scan_macro_expansion, scanning_macro_expansion,
4897 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
4898 c_preprocess_and_parse): New functions.
4899 (c_language_defn, cplus_language_defn, asm_language_defn): Call
4900 c_preprocess_and_parse, instead of c_parse.
4901 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
4902 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
4903
4904 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
4905
4906 * sh-tdep.c (gdb_print_insn_sh64): Delete.
4907 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
4908 (sh_gdbarch_init): Always use gdb_print_insn_sh.
4909
4910 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
4911
4912 * NEWS: Add section for multi-arched targets. Add v850 to that section.
4913
4914 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
4915
4916 * Makefile.in (sh_tdep_h): Define and use.
4917 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
4918 register enum): Move to...
4919 * * sh-tdep.h: ...here.
4920 * sh-tdep.c: Include sh-tdep.h.
4921 * sh3-rom.c: Likewise.
4922 * shnbsd-tdep.c: Likewise.
4923
4924 2002-05-16 Michael Snyder <msnyder@redhat.com>
4925
4926 * arm-tdep.c: Spelling fix in comment.
4927
4928 2002-05-16 Jim Blandy <jimb@redhat.com>
4929
4930 Add commands for manually expanding macros and showing their
4931 definitions.
4932 * macrocmd.c, macroscope.c, macroscope.h: New files.
4933 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
4934 (macroscope_h): New variable.
4935 (HFILES_NO_SRCDIR): Add macroscope.h.
4936 (COMMON_OBS): Add macrocmd.o, macroscope.o.
4937 (macroscope.o, macrocmd.o): New rules.
4938
4939 Teach the Dwarf 2 reader to read macro information.
4940 * dwarf2read.c: #include "macrotab.h".
4941 (dwarf_macinfo_buffer): New variable.
4942 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
4943 dwarf_macinfo_size.
4944 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
4945 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
4946 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
4947 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
4948 dwarf2_macro_spaces_in_definition): New complaints.
4949 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
4950 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
4951 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
4952 the partial symbol table.
4953 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
4954 from what's recorded in the partial symbol table.
4955 (read_file_scope): If the compilation unit has a
4956 `DW_AT_macro_info' attribute, read its macro information.
4957 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
4958
4959 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
4960
4961 Fix PR gdb/546
4962 * ser-tcp.c: Don't include <netinet/udp.h>.
4963
4964 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4965
4966 * MAINTAINERS: Update my email address.
4967
4968 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
4969
4970 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
4971 include file of the same name.
4972
4973 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4974
4975 * configure.tgt: Mark v850 as multi-arched.
4976 * config/v850/tm-v850.h: Remove file.
4977 * config/v850/v850.mt: Eliminate TM_FILE.
4978
4979 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
4980
4981 * v850-tdep.c: Full multi-arch.
4982 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
4983 Define GDB_MULTI_ARCH to 2.
4984
4985 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
4986
4987 * p-exp.y (current_type): New static variable.
4988 Carries the type of the expression at the position that is parsed.
4989 (push_current_type, pop_current_type): Two new functions. Used
4990 to store/restore current_type in expression on specific tokens.
4991 (search_field): New static variable. Set to one after parsing a point
4992 as at that point only a FIELDNAME token should be searched.
4993 (FIELDNAME): New token. After a point only a token belonging to
4994 current_type type definition is allowed.
4995 (all over token rules): reset and change current_type according
4996 to rules.
4997 (exp '[' rule): insert implicit array index field if
4998 exp is a pascal string type.
4999
5000 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5001
5002 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
5003 frame info. Use frame_info's saved_regs instead of matching member
5004 in extra_frame_info throughout.
5005 (v850_frame_init_saved_regs): New function.
5006 (v850_init_extra_frame_info): Move most functionality into
5007 v850_frame_init_saved_regs().
5008 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
5009 (v850_frame_find_saved_regs): Remove declaration.
5010 (FRAME_FIND_SAVED_REGS): Remove definition.
5011 (v850_frame_init_saved_regs): Add declaration.
5012 (FRAME_INIT_SAVED_REGS): Add definition.
5013
5014 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
5015
5016 * v850-tdep.c: Begin multi-arch'ing v850.
5017 (v850_target_architecture_hook): Remove function.
5018 (v850_gdbarch_init): New function. Add code previously in
5019 v850_target_architecture_hook().
5020 (_initialize_v850_tdep): Don't set target_architecture_hook.
5021 Call register_gdbarch_init() instead.
5022
5023 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
5024
5025 * gdbtypes.h (struct cplus_struct_type): Remove args field.
5026 * hpread.c (hpread_read_struct_type): Remove assignments to args.
5027 (fixup_class_method_type): Likewise.
5028
5029 2002-05-15 Jim Blandy <jimb@redhat.com>
5030
5031 Add macro structures to GDB's symbol tables. Nobody puts anything
5032 in them yet.
5033 * symtab.h (struct symtab): New member: `macro_table'.
5034 * buildsym.h (pending_macros): New global variable.
5035 * buildsym.c: #include "macrotab.h".
5036 (buildsym_init): Initialize `pending_macros'.
5037 (end_symtab): If we found macro information while reading a CU's
5038 debugging info, do build a symtab structure for it. Make the
5039 symtab point to the macro information, and clear the
5040 `pending_macros' pointer which held it while we were reading the
5041 debug info.
5042 (really_free_pendings): Free any pending macro table.
5043 * objfiles.h (struct objfile): New member: `macro_cache'.
5044 * objfiles.c (allocate_objfile): Set allocate and free functions
5045 for the macro cache's objstack.
5046 (free_objfile): Empty the macro cache's obstack.
5047 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
5048 set new allocate and free functions for it.
5049 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
5050 free functions for the macro cache's objstack. (Why is this
5051 function building its own objfile?)
5052 * symmisc.c (print_objfile_statistics): Print statistics on the
5053 macro bcache.
5054 * Makefile.in: Note that buildsym.o depends on macrotab.h.
5055
5056 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5057
5058 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
5059 (REGISTER_U_ADDR): Delete definition.
5060 (arm_register_u_addr): Delete declaration.
5061
5062 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
5063
5064 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
5065 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
5066
5067 2002-05-14 Andrew Cagney <ac131313@redhat.com>
5068
5069 * regcache.c (register_valid): Revise comments refering to "Not
5070 available" and "unavailable".
5071 * frame.c (frame_register_read): Ditto.
5072 * findvar.c (value_of_register): Ditto.
5073
5074 2002-05-15 Andrew Cagney <cagney@redhat.com>
5075
5076 * Makefile.in (remote_sim_h): Replace remote-sim_h.
5077 (remote-sim.o): Update dependencies.
5078 (d10v-tdep.o): Specify dependencies.
5079 (sim_d10v_h): Define.
5080
5081 2002-05-14 Jim Blandy <jimb@redhat.com>
5082
5083 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
5084 * macrotab.c (macro_lookup_inclusion, find_definition,
5085 new_macro_table): Same.
5086
5087 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
5088 not `! strcmp ()'. This is a dubious improvement.
5089 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
5090
5091 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
5092 although it's not necessary, to avoid a warning.
5093
5094 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5095
5096 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
5097 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
5098 TYPE_INSTANCE_FLAGS.
5099 (struct main_type): New.
5100 (struct type): Move most members to struct main_type. Change
5101 cv_type and as_type to new type_chain member. Add instance_flags.
5102 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
5103 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
5104 (finish_cv_type): Remove prototype.
5105 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
5106 Set TYPE_CHAIN.
5107 (alloc_type_instance): New function.
5108 (smash_type): New function.
5109 (make_pointer_type, make_reference_type, make_function_type)
5110 (smash_to_member_type, smash_to_method_type): Call smash_type.
5111 (make_qualified_type): New function.
5112 (make_type_with_address_space): Call make_qualified_type.
5113 (make_cv_type): Likewise.
5114 (finish_cv_type): Remove unnecessary function.
5115 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
5116 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
5117 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
5118 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
5119 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
5120 * hpread.c (hpread_read_struct_type): Likewise.
5121 * stabsread.c (read_struct_type): Likewise.
5122
5123 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
5124
5125 * configure.tgt: Add a catch all sh* target, for cases like
5126 sh[2,3,4]-elf and sh-hms.
5127
5128 2002-05-14 Keith Seitz <keiths@redhat.com>
5129
5130 * event-loop.c (create_file_handler): Don't do anything but
5131 update data when we are given a fd which we are already
5132 monitoring.
5133
5134 2002-05-14 Michal Ludvig <mludvig@suse.cz>
5135
5136 * dwarf2cfi.c (context_cpy): Copy registers correctly.
5137 (update_context): Use __func__ in warnings.
5138
5139 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
5140
5141 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
5142 and tcp_close to net_open and net_close.
5143 (net_open): Accept "udp:" and "tcp:" specifications. Connect
5144 using UDP if requested. Don't try to disable Nagle on UDP
5145 sockets.
5146 * remote.c (remote_serial_open): New function. Warn about UDP.
5147 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
5148
5149 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5150
5151 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
5152
5153 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
5154
5155 * configure.tgt: Remove sh-hms target.
5156 * MAINTAINERS: Don't list sh-hms as a separate target.
5157
5158 2002-05-13 Jim Blandy <jimb@redhat.com>
5159
5160 Add first preprocessor macro-expansion files.
5161 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5162 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5163 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5164 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5165 (COMMON_OBS): Add macrotab.o, macroexp.o.
5166 (macroexp.o, macrotab.o): New rules.
5167
5168 2002-05-13 Andrew Cagney <ac131313@redhat.com>
5169
5170 * config/m88k/tm-m88k.h: Update copyright.
5171 (m88k_target_write_pc): Declare
5172 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
5173 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
5174 (SHIFT_INST_REGS): Update definition.
5175 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
5176 using old definition of TARGET_WRITE_PC.
5177 * regcache.c (generic_target_write_pc): Delete code handling
5178 NNPC_REGNUM.
5179 * gdbarch.sh (NNPC_REGNUM): Delete.
5180 * gdbarch.h, gdbarch.c: Regenerate.
5181
5182 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
5183
5184 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
5185 builtin reg number.
5186
5187 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
5188
5189 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
5190 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
5191 (gen_address_of, gen_struct_ref, gen_repeat): Use type
5192 access macros.
5193 * c-typeprint.c (cp_type_print_method_args): Likewise.
5194 (c_type_print_args): Likewise.
5195 * d10v-tdep.c (d10v_push_arguments): Likewise.
5196 (d10v_extract_return_value): Likewise.
5197 * expprint.c (print_subexp): Likewise.
5198 * gdbtypes.c (lookup_primitive_typename): Likewise.
5199 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
5200 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
5201 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
5202 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
5203 (TYPE_VECTOR): Likewise.
5204 * hpread.c (hpread_read_struct_type)
5205 (fix_static_member_physnames, fixup_class_method_type)
5206 (hpread_type_lookup): Likewise.
5207 * mdebugread.c (parse_symbol, parse_type): Likewise.
5208 * p-lang.c (is_pascal_string_type): Likewise.
5209 * valops.c (hand_function_call): Likewise.
5210 * x86-64-tdep.c (classify_argument): Likewise.
5211
5212 * hpread.c (hpread_read_function_type)
5213 (hpread_read_doc_function_type): Call replace_type.
5214 * dstread.c (create_new_type): Delete.
5215 (decode_dst_structure, process_dst_function): Call alloc_type.
5216 Use type access macros.
5217
5218 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5219
5220 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
5221 the're not supported by the current architecture.
5222 (i387_fill_fxsave): Likewise.
5223
5224 2002-05-12 Fred Fish <fnf@redhat.com>
5225
5226 * symfile.c (default_symfile_offsets): Arrange for uninitialized
5227 sect_index_xxx members to index the first slot in section_offsets
5228 if all of the section_offsets are zero.
5229
5230 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5231
5232 * configure.tgt (sparc-*openbsd): Remove entry accidentially
5233 checked in with last change.
5234
5235 2002-05-12 Mark Kettenis <kettenis@gnu.org>
5236
5237 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
5238 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
5239 config.sub.
5240
5241 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
5242
5243 * Makefile.in: Update dependencies.
5244
5245 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5246
5247 * language.c (local_hex_string_custom): Simplify. Do not depend
5248 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
5249
5250 * memattr.c (mem_info_command): Replace calls to
5251 longest_local_hex_string and longest_local_hex_string_custom.
5252 * buildsym.c (make_blockvector): Ditto.
5253 * solib.c (info_sharedlibrary_command): Ditto.
5254 * tracepoint.c (tracepoints_info): Ditto.
5255 * symtab.c (print_msymbol_info): Ditto.
5256
5257 * language.c (local_hex_string): Delete.
5258 (local_hex_string_custom): Delete.
5259 (longest_local_hex_string): Rename to local_hex_string.
5260 (longest_local_hex_string_custom): Rename to
5261 local_hex_string_custom.
5262 * language.h (local_hex_string): Change parameter type to LONGEST.
5263 (local_hex_string_custom): Ditto.
5264 (longest_local_hex_string): Delete declaration.
5265 (longest_local_hex_string_custom): Ditto.
5266
5267 * solib.c: Update copyright.
5268 * memattr.c: Update copyright.
5269
5270 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5271
5272 * arch-utils.h (legacy_register_to_value): Declare.
5273 (legacy_value_to_register): Declare.
5274 (legacy_convert_register_p): Declare.
5275 * arch-utils.c (legacy_register_to_value): New function.
5276 (legacy_value_to_register): New function.
5277 (legacy_convert_register_p): New function.
5278
5279 * gdbarch.sh (REGISTER_TO_VALUE): Define.
5280 (VALUE_TO_REGISTER): Define.
5281 (CONVERT_REGISTER_P): Define.
5282 * gdbarch.h, gdbarch.c: Regenerate.
5283
5284 * valops.c (value_assign): Use CONVERT_REGISTER_P and
5285 VALUE_TO_REGISTER.
5286 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
5287 CONVERT_REGISTER_P.
5288
5289 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
5290 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5291
5292 * Makefile.in: Update dependencies for valops.c.
5293 * valops.c: Include "gdb_assert.h".
5294 (typecmp): Skip THIS parameter to methods.
5295 (find_method_list): Remove static_memfuncp argument,
5296 update callers. Check for stub methods.
5297 (find_value_oload_method_list): Don't set *static_memfuncp.
5298 (find_overload_match): Don't check for stub methods. Assert
5299 that methods are not stubbed. Handle static methods.
5300 (value_find_oload_method_list): Remove static_memfuncp argument.
5301 * gdbtypes.c (check_stub_method): Do not add THIS pointer
5302 to the argument list for static stub methods.
5303 * value.h (value_find_oload_method_list): Update prototype.
5304
5305 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5306
5307 * arch-utils.h (generic_register_size): Declare.
5308 (generic_register_raw_size, generic_register_virtual_size): Delete
5309 declarations.
5310 * arch-utils.c (generic_register_raw_size): Delete.
5311 (generic_register_size): New function.
5312 (generic_register_virtual_size): Delete.
5313
5314 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
5315 default generic_register_size.
5316 * gdbarch.h, gdbarch.c: Re-generate.
5317
5318 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
5319 register_virtual_size.
5320 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
5321 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
5322
5323 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5324
5325 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
5326 * gdbarch.h, gdbarch.c: Regenerate.
5327 * gnu-v3-abi.c: Update copyright.
5328 (vtable_address_point_offset): Update.
5329 (gnuv3_rtti_type): Update.
5330 (gnuv3_baseclass_offset): Update.
5331 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
5332 (init_fetch_link_map_offsets): Update.
5333 * remote.c (get_remote_state): Update.
5334
5335 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5336
5337 * TODO: Remove value_headof/value_from_vtable_info comment.
5338 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
5339 * values.c (value_headof, value_from_vtable_info): Delete.
5340 * value.h (value_from_vtable_info): Delete prototype.
5341
5342 2002-05-11 Andrew Cagney <ac131313@redhat.com>
5343
5344 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
5345 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
5346 $(gdb_regex_h).
5347 (gdb_assert_h): Define.
5348 (gdb_wait_h): Define.
5349 (gdb_regex_h): Define.
5350
5351 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
5352
5353 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5354 * linespec.c (find_methods): Handle GCC 3.x template constructors.
5355
5356 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5357
5358 * nbsd-tdep.c: Fix comment.
5359
5360 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5361
5362 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
5363 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
5364 (nbsd-tdep.o): New dependency list.
5365 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
5366 nbsd-tdep.h.
5367 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
5368 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
5369 * nbsd-tdep.c: New file.
5370 * nbsd-tdep.h: New file.
5371 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
5372 nbsd-tdep.h.
5373 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
5374 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
5375 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
5376 * config/sh/nbsd.mt (TDEPFILES): Ditto.
5377
5378 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5379
5380 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
5381 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
5382 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
5383 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
5384 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
5385 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
5386
5387 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5388
5389 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
5390 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5391 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
5392 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
5393 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
5394 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
5395 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
5396
5397 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5398
5399 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
5400 fetch_elfcore_registers to...
5401 * i386nbsd-tdep.c: ...here.
5402 (i386nbsd_use_struct_convention): Rename to...
5403 (i386nbsd_aout_use_struct_convention): ...this.
5404 (i386nbsd_supply_reg): New function.
5405 (i386nbsd_fill_reg): New function.
5406 (fetch_core_registers): Use i386nbsd_supply_reg.
5407 (fetch_elfcore_registers): Likewise.
5408 (_initialize_i386nbsd_tdep): New function.
5409 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
5410 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5411 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
5412 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
5413 (i386nbsd_aout_use_struct_convention): ...this.
5414
5415 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5416
5417 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
5418 (store_inferior_registers): Use shnbsd_fill_reg.
5419 * shnbsd-tdep.c (sh_nbsd_supply_registers,
5420 sh_nbsd_supply_register): Collapse into...
5421 (shnbsd_supply_reg): ...this.
5422 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
5423 (shnbsd_fill_reg): ...this.
5424 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
5425 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
5426 (fetch_core_registers): Use shnbsd_supply_reg.
5427 (fetch_elfcore_registers): Use shnbsd_supply_reg.
5428 (sh_nbsd_core_fns): Rename to...
5429 (shnbsd_core_fns): ...this.
5430 (sh_nbsd_elfcore_fns): Rename to...
5431 (shnbsd_elfcore_fns): ...this.
5432 (sh_nbsd_init_abi): Rename to...
5433 (shnbsd_init_abi): ...this.
5434 (_initialize_sh_nbsd_tdep): Rename to...
5435 (_initialize_shnbsd_tdep): ...this.
5436 * shnbsd-tdep.h (sh_nbsd_supply_registers,
5437 sh_nbsd_supply_register, sh_nbsd_fill_registers,
5438 sh_nbsd_fill_register): Remove prototypes.
5439 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
5440
5441 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5442
5443 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
5444 (i387-nat.o): Delete dependency list.
5445 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
5446 (x86-64-linux-nat.o): Likewise.
5447 * i387-nat.c: Delete file, moving contents to...
5448 * i387-tdep.c: ...here.
5449 * i387-nat.h: Rename...
5450 * i387-tdep.h: ...to this.
5451 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
5452 * i386-linux-nat.c: Likewise.
5453 * i386bsd-nat.c: Likewise.
5454 * i386gnu-nat.c: Likewise.
5455 * i386nbsd-nat.c: Likewise.
5456 * i386v4-nat.c: Likewise.
5457 * x86-64-linux-nat.c: Likewise.
5458 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
5459 * config/i386/go32.mh (NATDEPFILES): Likewise.
5460 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
5461 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
5462 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
5463 * config/i386/linux.mh (NATDEPFILES): Likewise.
5464 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
5465 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
5466 * config/i386/obsd.mh (NATDEPFILES): Likewise.
5467 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
5468
5469 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5470
5471 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
5472 (alphanbsd-nat.o): Remove dependency list.
5473 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
5474 * alphanbsd-nat.c: Delete. Contents moved to...
5475 * alphanbsd-tdep.c: ...here.
5476 (_initialize_alphanbsd_tdep): Register core functions.
5477 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
5478
5479 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
5480
5481 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
5482 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
5483 (alphanbsd-nat.o): Likewise.
5484 (alphabsd-tdep.o): New dependency list.
5485 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
5486 (fill_gregset): Use alphabsd_fill_reg.
5487 (supply_fpregset): Use alphabsd_supply_fpreg.
5488 (fill_fpregset): Use alphabsd_fill_fpreg.
5489 (fetch_inferior_registers): Use struct reg and struct fpreg
5490 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
5491 and alphabsd_supply_fpreg.
5492 (store_inferior_registers): Use struct reg and struct fpreg
5493 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
5494 and alphabsd_fill_fpreg.
5495 * alphabsd-tdep.c: New file.
5496 * alphabsd-tdep.h: New file.
5497 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
5498 (fetch_elfcore_registers): Use alphabsd_supply_reg and
5499 alphabsd_supply_fpreg.
5500 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
5501 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
5502
5503 2002-05-11 Eric Christopher <echristo@redhat.com>
5504
5505 * mips-tdep.c (mips_double_register_type): Fix thinko.
5506 (mips_single_register_type): Ditto.
5507 * MAINTAINERS: Add self.
5508
5509 2002-05-11 Mark Kettenis <kettenis@gnu.org>
5510
5511 * i387-nat.c (i387_supply_register, i387_fill_fsave,
5512 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
5513 right thing on architectures with different endianness and/or
5514 integer sizes.
5515
5516 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
5517
5518 From Christian Limpach <chris@Pin.LU>
5519 * configure.in: Change sed expression which comments out
5520 NATDEPFILES to also comment out continuation lines.
5521 * configure: Regenerate.
5522
5523 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5524
5525 * sh-tdep.c: Clean up code erroneously reintroduced by previous
5526 big patch.
5527
5528 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5529
5530 * sh-tdep.c: Include correct file.
5531
5532 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5533
5534 New support for sh64-elf (sh5) target.
5535
5536 * configure.tgt: For sh64-elf target, default to sh-elf.
5537
5538 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
5539 (struct gdbarch_tdep): Add new fields for new registers and ABI
5540 info.
5541
5542 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
5543 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
5544 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
5545 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
5546 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
5547 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
5548 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
5549 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
5550 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
5551 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
5552 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
5553 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
5554 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
5555 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
5556 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
5557 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
5558 sh64_get_gdb_regnum, sh64_media_reg_base_num,
5559 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
5560 sign_extend, sh64_nofp_frame_init_saved_regs,
5561 sh64_init_extra_frame_info, sh64_get_saved_register,
5562 sh64_extract_struct_value_address, sh64_pop_frame,
5563 sh64_push_arguments, sh64_extract_return_value,
5564 sh64_store_return_value, sh64_show_media_regs,
5565 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
5566 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
5567 sh_sh64_register_virtual_type,
5568 sh_sh64_register_convert_to_virtual,
5569 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
5570 sh64_register_read, sh64_pseudo_register_write,
5571 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
5572 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
5573 sh64_do_pseudo_register, sh_compact_do_registers_info,
5574 sh64_do_registers_info, sh_gdbarch_init): New functions.
5575
5576 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
5577
5578 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
5579
5580 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
5581
5582 * linespec.c (decode_line_1): Check for a double quote after
5583 a filename correctly.
5584
5585 2002-05-10 Jim Blandy <jimb@redhat.com>
5586
5587 Properly track the size of the current objfile's .debug_line section.
5588 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
5589 (DWARF_LINE_SIZE): New macro.
5590 (dwarf2_build_psymtabs_hard): Record the line section's size in
5591 the partial symbol table.
5592 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
5593 symbol table.
5594
5595 2002-05-10 Petr Sorfa <petrs@caldera.com>
5596
5597 * ia64-tdep.c: Handle breakpoints on L instruction type
5598 in MLX instruction bundle by moving the breakpoint to
5599 the third slot (X instruction type) as L holds only data.
5600
5601 2002-05-10 Kevin Buettner <kevinb@redhat.com>
5602
5603 * dbxread.c (discarding_local_symbols_complaint): New complaint.
5604 (process_one_symbol): Complain about discarding local symbols
5605 due to a misplaced N_LBRAC entry.
5606
5607 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
5608
5609 From Daniel Berlin <dan@cgsoftware.com>
5610 * linespec.c (find_toplevel_char): '<' and '>' also increase and
5611 decrease the depth we are at, in the case of templates.
5612
5613 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5614
5615 * mips-tdep.c (mips_float_register_type): New function.
5616 (mips_double_register_type): New function.
5617 (mips_print_register): Use them.
5618 (do_fp_register_row): Likewise.
5619
5620 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
5621
5622 * signals/signals.c (signals): Remove conditional compilation around
5623 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
5624 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
5625
5626 2002-05-09 Michael Snyder <msnyder@redhat.com>
5627
5628 * remote-rdp.c (remote_rdp_can_run): Remove.
5629
5630 2002-05-09 Tom Tromey <tromey@redhat.com>
5631
5632 * jv-valprint.c (java_val_print): Handle `char' as a special case
5633 of TYPE_CODE_INT.
5634
5635 2002-05-09 Michael Snyder <msnyder@redhat.com>
5636
5637 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
5638 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
5639 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
5640 str r(0123),[sp,#nn].
5641 (arm_skip_prologue): Ditto. Also make disassembly
5642 order-independent by placing it in a loop.
5643
5644 2002-05-06 Michael Snyder <msnyder@redhat.com>
5645
5646 * stabsread.c (read_type): Add recognition for new attribute:
5647 "@V;" means that an array type is actually a vector.
5648 This is analogous to the vector flag that's been added to dwarf2.
5649
5650 2002-05-09 Mark Kettenis <kettenis@gnu.org>
5651
5652 * i386-tdep.h (i386_abi): New enum.
5653 (struct gdbarch_tdep): Replace os_ident member with abi.
5654 (i386_gdbarch_register_os_abi): New prototype.
5655 * i386-tdep.c (i386_abi_names): New array.
5656 (process_note_abi_tag_sections): Removed.
5657 (process_note_sections): New function.
5658 (i386_elf_abi_from_note, i386_elf_abi): New functions.
5659 (struct i386_abi_handler): New struct.
5660 (i386_abi_handler_list): New variable.
5661 (i386_gdbarch_register_os_abi): New function.
5662 (i386_gdbarch_init): Adapt for the changes given above.
5663
5664 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
5665
5666 * gregset.h: Say "GNU/Linux".
5667
5668 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
5669
5670 * gdbtypes.c : Add new builtin type for 64 bit vectors.
5671 (build_gdbtypes): Build builtin_type_v2_float.
5672 (_initialize_gdbtypes): Register new builtin type.
5673
5674 2002-05-08 Andrew Cagney <ac131313@redhat.com>
5675
5676 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
5677 (clear_gdbarch_swap): New function.
5678 (initialize_non_multiarch): Call.
5679 (gdbarch_update_p): Before calling init(), swap out and clear the
5680 existing architecture.
5681 * gdbarch.c: Regenerate.
5682
5683 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5684
5685 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
5686 alphanbsd-tdep.c.
5687
5688 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5689
5690 * sh-nbsd-nat.c: Rename to...
5691 * shnbsd-nat.c: ...this.
5692 * sh-nbsd-tdep.c: Rename to...
5693 * shnbsd-tdep.c: ...this.
5694 * sh-nbsd-tdep.h: Rename to...
5695 * shnbsd-tdep.h: ...this.
5696 * config/sh/nbsd.mh: Use shnbsd-nat.o.
5697 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
5698
5699 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
5700
5701 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
5702 concatenation for command help messages.
5703
5704 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5705
5706 * NEWS: Note new sh*-*-netbsdelf* configuration.
5707 * configure.host: Set gdb_host_cpu to sh for all sh*.
5708 (sh*-*-netbsdelf*): New host.
5709 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
5710 (sh*-*-netbsdelf*): New target.
5711 * sh-nbsd-nat.c: New file.
5712 * sh-nbsd-tdep.c: New file.
5713 * sh-nbsd-tdep.h: New file.
5714 * config/sh/nbsd.mh: New file.
5715 * config/sh/nbsd.mt: New file.
5716 * config/sh/nm-nbsd.h: New file.
5717 * config/sh/tm-nbsd.h: New file.
5718
5719 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
5720
5721 * sh-tdep.c (sh_osabi_names): Declare.
5722 (process_note_abi_tag_sections): New function.
5723 (get_elfosabi): Ditto.
5724 (sh_gdbarch_register_os_abi): Ditto.
5725 (sh_dump_tdep): Ditto.
5726 _initialize_sh_tdep): Use gdbarch_register to register
5727 sh_gdbarch_init and sh_dump_tdep.
5728 * config/sh/tm-sh.h (sh_osabi): Declare.
5729 (gdbarch_tdep): Add sh_osabi and osabi_name members.
5730
5731 2002-05-07 Andrew Cagney <ac131313@redhat.com>
5732
5733 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
5734 (thumb_scan_prologue): Ditto.
5735 (arm_find_callers_reg): Ditto.
5736 (arm_frame_chain): Ditto.
5737 (arm_init_extra_frame_info): Ditto.
5738 (arm_frame_saved_pc): Ditto.
5739 (arm_pop_frame): Ditto.
5740 (arm_push_return_address): New function.
5741 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
5742 call_dummy_location, call_dummy_breakpoint_offset_p,
5743 call_dummy_breakpoint_offset, call_dummy_p,
5744 call_dummy_stack_adjust_p, call_dummy_words,
5745 sizeof_call_dummy_words, call_dummy_start_offset,
5746 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
5747 call_dummy_address, push_return_address and push_dummy_frame for
5748 generic dummy frames.
5749
5750 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5751
5752 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
5753 size computation for alloca.
5754 (sh_fp_frame_init_saved_regs): Likewise.
5755
5756 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
5757
5758 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
5759 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
5760 * arm-tdep.c (arm_store_return_value): Use them.
5761 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
5762 * remote-rdp.c (remote_rdp_fetch_register): Use
5763 ARM_MAX_REGISTER_RAW_SIZE.
5764 (remote_rdp_store_register): Likewise.
5765
5766 2002-05-07 Michal Ludvig <mludvig@suse.cz>
5767
5768 * dwarf2cfi.c: Code cleanup, removed unused variables,
5769 added default labels to switch {} statements.
5770 * x86-64-tdep.c: Ditto.
5771 * x86-64-linux-nat.c: Ditto.
5772
5773 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
5774
5775 * solib.h: Protect against multiple inclusion.
5776
5777 2002-05-06 Jim Blandy <jimb@redhat.com>
5778
5779 Add first preprocessor macro-expansion files.
5780 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
5781 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
5782 (splay_tree_h, macroexp_h, macrotab_h): New variable.
5783 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
5784 (COMMON_OBS): Add macrotab.o, macroexp.o.
5785 (macroexp.o, macrotab.o): New rules.
5786
5787 Separate the job of reading the line number info statement program
5788 header (...expialidocious) out into its own function.
5789 * dwarf2read.c (struct line_head, struct filenames, struct
5790 directories): Replace with...
5791 (struct line_header): New structure, containing the full
5792 contents of the statement program header, including the
5793 include directory and file name tables.
5794 (read_file_scope): If we have line number info, instead of just
5795 calling dwarf_decode_lines to do all the work, call
5796 dwarf_decode_line_header first to get a `struct line_header'
5797 containing the data in the statement program header, and then
5798 pass that to dwarf_decode_lines, which will pick up where that
5799 left off. Be sure to clean up the `struct line_header' object.
5800 (dwarf_decode_line_header, free_line_header, add_include_dir,
5801 add_file_name): New functions.
5802 (dwarf_decode_lines): Move all the code to read the statement
5803 program header into dwarf_decode_line_header. Take the line
5804 header it built as the first argument, instead of the offset to
5805 the compilation unit's line number info. Use the new `struct
5806 line_header' type instead of the old structures. No need to do
5807 cleanups here now, since we don't allocate anything.
5808 (dwarf2_statement_list_fits_in_line_number_section,
5809 dwarf2_line_header_too_long): New complaints.
5810
5811 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
5812
5813 * gdbtypes.c (init_vector_type): New function.
5814 (build_builtin_type_vec128): Simplify the representation of SIMD
5815 registers.
5816 (build_gdbtypes): Initialize new builtin vector types.
5817 (_initialize_gdbtypes): Register new vector types with gdbarch.
5818 (builtin_type_v4_float, builtin_type_v4_int32,
5819 builtin_type_v8_int16, builtin_type_v16_int8,
5820 builtin_type_v2_int32, builtin_type_v4_int16,
5821 builtin_type_v8_int8): New (renamed) SIMD types.
5822
5823 2002-05-06 Mark Kettenis <kettenis@gnu.org>
5824
5825 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
5826 (i387_fill_fxsave): Likewise.
5827
5828 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
5829
5830 * alpha-tdep.c (alpha_extract_return_value): Don't use
5831 non-constant array size in prototype.
5832
5833 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5834
5835 From Brian Taylor <briant at model dot com>:
5836 * ui-out.c (ui_out_field_core_addr): Use the function
5837 longest_local_hex_string_custom'to format addresses > 32 bits
5838 wide.
5839
5840 * ui-out.c (ui_out_field_core_addr): Update comment.
5841
5842 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5843
5844 * stack.c (select_and_print_frame): Make static. Delete the
5845 parameter `level'.
5846 (func_command): Update call.
5847 (select_frame_command): Delete code computing the frame level.
5848 * frame.h (select_and_print_frame): Delete declaration.
5849
5850 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5851
5852 * sparc-tdep.c (sparc_get_saved_register): Comment why
5853 get_prev_frame call is safe.
5854
5855 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5856
5857 * frame.h (select_frame): Delete level parameter.
5858 * stack.c (select_frame): Update. Use frame_relative_level to
5859 obtain the frame's level.
5860 (select_and_print_frame): Update call.
5861 (select_frame_command): Ditto.
5862 (up_silently_base): Ditto.
5863 (down_silently_base): Ditto.
5864 * ocd.c (ocd_start_remote): Ditto.
5865 * remote-rdp.c (remote_rdp_open): Ditto.
5866 * remote-mips.c (mips_initialize): Ditto.
5867 (common_open): Ditto.
5868 * remote-e7000.c (e7000_start_remote): Ditto.
5869 * m3-nat.c (select_thread): Ditto.
5870 * hppa-tdep.c (child_get_current_exception_event): Ditto.
5871 (child_get_current_exception_event): Ditto.
5872 * varobj.c (varobj_create): Ditto.
5873 (varobj_update): Ditto.
5874 (c_value_of_root): Ditto.
5875 * tracepoint.c (finish_tfind_command): Ditto.
5876 * corelow.c (core_open): Ditto.
5877 * arch-utils.c (generic_prepare_to_proceed): Ditto.
5878 * thread.c (info_threads_command): Ditto.
5879 (switch_to_thread): Ditto.
5880 * infrun.c (normal_stop): Ditto.
5881 (restore_selected_frame): Ditto.
5882 (restore_inferior_status): Ditto.
5883 * breakpoint.c (insert_breakpoints): Ditto.
5884 (watchpoint_check): Ditto.
5885 (bpstat_stop_status): Ditto.
5886 (do_enable_breakpoint): Ditto.
5887 * blockframe.c (flush_cached_frames): Ditto.
5888 (reinit_frame_cache): Ditto.
5889
5890 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5891
5892 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
5893 maintainer.
5894
5895 2002-05-04 Jim Blandy <jimb@redhat.com>
5896
5897 * gdbtypes.c (replace_type): Doc fix.
5898
5899 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5900
5901 * valprint.c (strcat_longest): Delete commented out function.
5902 Update copyright.
5903
5904 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5905
5906 * MAINTAINERS: Mark a29k as deleted.
5907 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
5908 Move new configurations to the top.
5909 * configure.tgt: Remove a29k.
5910 * config/a29k/tm-vx29k.h: Delete.
5911 * config/a29k/vx29k.mt: Delete.
5912 * config/a29k/tm-a29k.h: Delete.
5913 * config/a29k/a29k-udi.mt: Delete.
5914 * config/a29k/a29k.mt: Delete.
5915 * a29k-tdep.c: Delete.
5916 * remote-udi.c: Delete.
5917 * remote-mm.c: Delete.
5918 * remote-eb.c: Delete.
5919 * remote-adapt.c: Delete.
5920 * Makefile.in: Remove obsolete code.
5921 * config/s390/s390x.mt: Ditto.
5922 * config/s390/s390.mt: Ditto.
5923 * config/sparc/sparclynx.mh: Ditto.
5924 * config/sparc/linux.mh: Ditto.
5925 * config/pa/hppaosf.mh: Ditto.
5926 * config/pa/hppabsd.mh: Ditto.
5927 * config/ns32k/nbsd.mt: Ditto.
5928 * config/mips/vr5000.mt: Ditto.
5929 * config/m68k/sun3os4.mh: Ditto.
5930 * config/m68k/nbsd.mt: Ditto.
5931 * config/m68k/m68klynx.mh: Ditto.
5932 * config/m32r/m32r.mt: Ditto.
5933 * config/i386/x86-64linux.mt: Ditto.
5934 * config/i386/nbsdelf.mt: Ditto.
5935 * config/i386/nbsd.mt: Ditto.
5936 * config/i386/i386lynx.mh: Ditto.
5937
5938 2002-05-04 Andrew Cagney <ac131313@redhat.com>
5939
5940 * target.c (debug_print_register): New function. Handle oversize
5941 registers.
5942 (debug_to_fetch_registers): Call.
5943 (debug_to_store_registers): Call.
5944
5945 2002-05-03 Jim Blandy <jimb@redhat.com>
5946
5947 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
5948 (read_type): Doc fix.
5949 * gdbtypes.c (replace_type): Doc fix.
5950
5951 * stabsread.c (multiply_defined_struct): New complaint.
5952 (read_struct_type): If the type we were passed isn't empty, or
5953 incomplete, don't read the new struct type into it; complain,
5954 and return the original type unchanged. Take a new `type_code'
5955 argument, which is the type code for the new type.
5956 (read_type): Rather than storing the type's type code here, pass
5957 it as an argument to read_struct_type, and let that take care of
5958 storing it. That way, we don't overwrite the original type code,
5959 so read_struct_type can use it to decide whether we're overwriting
5960 something we shouldn't.
5961 (complain_about_struct_wipeout): New function.
5962
5963 2002-05-03 Andrew Cagney <ac131313@redhat.com>
5964
5965 * gdbarch.sh: Assert that gdbarch is non-NULL.
5966 * gdbarch.c: Regenerate.
5967
5968 2002-05-03 Jason Merrill <jason@redhat.com>
5969
5970 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
5971 and return NULL.
5972
5973 2002-05-03 Michal Ludvig <mludvig@suse.cz>
5974
5975 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
5976 (x86_64_dwarf2gdb_regno_map_length),
5977 (x86_64_dwarf2_reg_to_regnum): Added.
5978 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
5979 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
5980 (_initialize_x86_64_tdep): Synced with the change above.
5981 (x86_64_skip_prologue): Reformulated message.
5982
5983 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
5984
5985 * f-exp.y: Also use new prev_lexptr variable
5986 to improve error reporting. Based on Michael Snyder
5987 2002-04-24 dated patch to c-exp.y.
5988 * jv-exp.y: Likewise.
5989 * m2-exp.y: Likewise.
5990
5991 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
5992
5993 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
5994 we are dealing with vectors.
5995
5996 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
5997
5998 * config/m68k/tm-nbsd.h: Obvious fix,
5999 correct machine name.
6000
6001 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6002
6003 * p-typeprint.c (pascal_type_print_base): Add support
6004 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
6005
6006 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6007
6008 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
6009 for fondamental pascal 'char' type.
6010
6011 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
6012
6013 * p-lang.h (is_pascal_string_type): Declaration changed,
6014 new sixth argument of type char ** added.
6015 * p-lang.c (is_pascal_string_type): Implementation
6016 changed. Args length_pos, length_size, string_pos, char_size
6017 can now be NULL. New argument arrayname set to the field
6018 name of the char array. Return value set to char array
6019 field index plus one.
6020 * p-valprint.c (pascal_val_print): Adapt to new declaration of
6021 is_pascal_string_type function.
6022
6023 2002-05-02 Andrew Cagney <cagney@redhat.com>
6024
6025 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
6026 <cagney@redhat.com> change.
6027 * gdbarch.c: Regenerate.
6028
6029 2002-05-02 Andrew Cagney <cagney@redhat.com>
6030
6031 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
6032 before probing for a new one. Detect errorenous gdbarch_init
6033 functions.
6034 * gdbarch.c: Regenerate.
6035
6036 2002-05-01 Andrew Cagney <cagney@redhat.com>
6037
6038 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
6039 * config/mcore/tm-mcore.h: Ditto. Update copyright.
6040 * config/v850/tm-v850.h: Ditto. Update copyright.
6041
6042 2002-04-30 Andrew Cagney <ac131313@redhat.com>
6043
6044 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
6045 current_gdbarch.
6046
6047 2002-04-30 Michael Snyder <msnyder@redhat.com>
6048
6049 * arm-tdep.c: Whitespace clean-ups.
6050 (arm_skip_prologue): Fix thinko; two lines
6051 should have been removed as part of 4/24 change.
6052
6053 2002-04-30 Kevin Buettner <kevinb@redhat.com>
6054
6055 * rs6000-tdep.c: Added comment describing how fpscr register
6056 numbers were chosen.
6057
6058 2002-04-30 Michael Snyder <msnyder@redhat.com>
6059
6060 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
6061
6062 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6063
6064 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
6065 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
6066 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
6067
6068 2002-04-29 Kevin Buettner <kevinb@redhat.com>
6069
6070 From Louis Hamilton <hamilton@redhat.com>:
6071 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
6072 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
6073 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
6074 not bfd-private xcoff data, to determine wordsize.
6075 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
6076
6077 2002-04-29 Andrew Cagney <ac131313@redhat.com>
6078
6079 GDB 5.2 released from 5.2 branch.
6080
6081 2002-04-29 Michal Ludvig <mludvig@suse.cz>
6082
6083 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
6084 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6085 (x86_64_register_info_table): Added comments with register numbers.
6086
6087 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
6088
6089 * rs6000-tdep.c (rs6000_extract_return_value,
6090 rs6000_store_return_value): Handle returning vectors.
6091 (rs6000_gdbarch_init): Use
6092 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
6093 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
6094 New function.
6095 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
6096 vectors.
6097 (ppc_sysv_abi_push_arguments): Handle vector parameters.
6098 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
6099
6100 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6101
6102 * hpread.c (hpread_psymtab_to_symtab_1,
6103 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
6104 with fprintf_unfiltered (gdb_stderr,...).
6105
6106 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6107
6108 * remote-array.c (printf_monitor, write_monitor,
6109 array_insert_breakpoint, array_remove_breakpoint ):
6110 Replace fprintf (stderr,...
6111 with fprintf_unfiltered (gdb_stderr,....
6112 * remote-es.c: Likewise.
6113 * remote-os9k.c: Likewise.
6114 * remote-st.c: Likewise.
6115
6116 2002-04-28 Andreas Schwab <schwab@suse.de>
6117
6118 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
6119 linux-proc.o and gcore.o.
6120
6121 2002-04-26 Michal Ludvig <mludvig@suse.cz>
6122
6123 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
6124 code without frame pointers.
6125
6126 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6127
6128 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
6129 ON_STACK is needed.
6130
6131 2002-04-26 Ben Elliston <bje@redhat.com>
6132
6133 * target.c (do_xfer_memory): Correct reference to the new option
6134 "trust-readonly-sections".
6135
6136 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
6137
6138 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
6139 * gdbtypes.c (recursive_dump_type): Output the vector flag.
6140 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
6141 vectors.
6142 (read_array_type): Record the fact that this array type is really a
6143 vector (i.e. are passed in by value).
6144
6145 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
6146
6147 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
6148 * alpha-tdep.c (alpha_sigcontext_addr): New function.
6149 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
6150 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
6151 * alpha-linux-tdep.c: Include frame.h.
6152 (alpha_linux_sigcontext_addr): New function.
6153 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
6154 alpha_linux_sigcontext_addr.
6155 * alpha-osf1-tdep.c: Include gdbcore.h.
6156 (alpha_osf1_sigcontext_addr): New function.
6157 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
6158 alpha_osf1_sigcontext_addr.
6159 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
6160 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
6161
6162 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6163
6164 * stack.c (selected_frame_level):
6165 (select_frame): Do not set selected_frame_level.
6166 * frame.h (selected_frame_level): Delete declaration.
6167
6168 2002-04-26 Andrew Cagney <ac131313@redhat.com>
6169
6170 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
6171 convert_from_func_ptr-addr when AIX / PowerOpen.
6172
6173 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6174
6175 * valops.c (hand_function_call): Call
6176 generic_save_call_dummy_addr.
6177 * frame.h (generic_save_call_dummy_addr): Declare.
6178 * blockframe.c (struct dummy_frame): Add fields call_lo and
6179 call_hi.
6180 (generic_find_dummy_frame): Check for PC in range call_lo to
6181 call_hi instead of entry_point_address.
6182 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
6183 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
6184 (generic_save_call_dummy_addr): New function.
6185
6186 2002-04-24 David S. Miller <davem@redhat.com>
6187
6188 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
6189 sparc_skip_prologue.
6190 (sparc_skip_prologue): Kill frameless_p arg, and use line number
6191 information to find prologue when possible.
6192 (sparc_prologue_frameless_p): Call examine_prologue directly.
6193 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
6194 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
6195 second argument.
6196 (SKIP_PROLOGUE): Likewise.
6197
6198 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6199
6200 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
6201 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
6202 indicate that the condition it was testing is always true.
6203 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
6204 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6205 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
6206
6207 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6208
6209 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
6210 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
6211 tdep->jb_pc and tdep->jb_elt_size.
6212 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
6213 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
6214 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
6215 * alpha-nat.c (get_longjmp_target): Remove.
6216 (JB_ELEMENT_SIZE): Ditto.
6217 (JB_PC): Ditto.
6218 * alpha-tdep.c (alpha_get_longjmp_target): New function.
6219 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
6220 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
6221 to alpha_get_longjmp_target.
6222 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
6223 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
6224 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
6225
6226 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6227
6228 * README: Update to GDB 5.2.
6229
6230 2002-04-25 Andrew Cagney <ac131313@redhat.com>
6231
6232 * gdbarch.sh (LC_ALL): Set to `c'.
6233
6234 2002-04-25 Theodore A. Roth <troth@verinet.com>
6235
6236 * avr-tdep.c: Ran through gdb_indent.sh.
6237
6238 2002-04-25 Theodore A. Roth <troth@verinet.com>
6239
6240 * MAINTAINERS: Add myself as AVR maintainer.
6241 * NEWS: Note new target avr.
6242
6243 2002-04-25 Theodore A. Roth <troth@verinet.com>
6244
6245 * Makefile.in: Add support for AVR target.
6246 * configure.tgt: Add support for AVR target.
6247 * avr-tdep.c: New file
6248 * config/avr/avr.mt: New file.
6249
6250 2002-04-25 Theodore A. Roth <troth@verinet.com>
6251
6252 * MAINTAINERS: Add myself to write-after-approval.
6253
6254 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
6255
6256 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
6257 with fprintf_unfiltered (gdb_stderr,....
6258
6259 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6260
6261 Fix PR gdb/508.
6262 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
6263
6264 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
6265
6266 * p-exp.y: Also use new prev_lexptr variable
6267 to improve error reporting. Based on Michael Snyder
6268 2002-04-24 dated patch to c-exp.y.
6269
6270 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6271
6272 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
6273 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
6274 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
6275 to 0.
6276 * config/alpha/tm-alpha.h: Remove forward decls of struct type
6277 and struct value.
6278 (FUNCTION_START_OFFSET): Remove.
6279 (BREAKPOINT): Ditto.
6280
6281 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
6282
6283 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
6284 * NEWS: Ditto.
6285
6286 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6287
6288 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
6289 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
6290 alpha_linux_pc_in_sigtramp.
6291 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
6292 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
6293 alpha_osf1_pc_in_sigtramp.
6294 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
6295 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
6296 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6297 alphafbsd_pc_in_sigtramp.
6298 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
6299 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
6300 alphanbsd_pc_in_sigtramp.
6301 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
6302 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
6303
6304 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6305
6306 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6307
6308 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6309
6310 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
6311 alphanbsd-tdep.c.
6312 (alphanbsd-nat.o): New dependency list.
6313 (alphanbsd-tdep.o): Ditto.
6314 * NEWS: Note new native NetBSD/alpha configuration.
6315 * alphanbsd-nat.c: New file.
6316 * alphanbsd-tdep.c: Ditto.
6317 * configure.host (alpha*-*-netbsd*): New host.
6318 * configure.tgt (alpha*-*-netbsd*): New target.
6319 * config/alpha/nbsd.mh: New file.
6320 * config/alpha/nbsd.mt: Ditto.
6321 * config/alpha/nm-nbsd.h: Ditto.
6322 * config/alpha/tm-nbsd.h: Ditto.
6323
6324 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6325
6326 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
6327 (alpha-osf1-tdep.o): New dependency list.
6328 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
6329 and skip_sigtramp_frame members.
6330 * alpha-linux-tdep.c: Include gdbcore.h.
6331 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
6332 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
6333 * alpha-osf1-tdep.c: New file.
6334 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
6335 alpha-osf1-dep.c.
6336 (alpha_frame_past_sigtramp_frame): New function.
6337 (alpha_dynamic_sigtramp_offset): Ditto.
6338 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
6339 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
6340 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
6341 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
6342 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
6343 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
6344 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
6345 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
6346 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
6347 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
6348 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
6349 to find_solib_trampoline_target.
6350 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
6351 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
6352 (SKIP_TRAMPOLINE_CODE): Remove.
6353 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6354 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6355 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6356 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6357 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
6358 (PROC_SIGTRAMP_MAGIC): Ditto.
6359 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6360 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6361 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
6362 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
6363 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
6364
6365 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
6366
6367 * NEWS: Note that Alpha targets are now multi-arch.
6368
6369 2002-04-24 Michael Snyder <msnyder@redhat.com>
6370
6371 * parser-defs.h (prev_lexptr): New external variable.
6372 * parse.c (parse_exp_1): Set prev_lexptr to null before
6373 calling the language-specific parser.
6374 * c-exp.y (yylex): Set prev_lexptr to start of current token.
6375 (yyerror): Use prev_lexptr in error reporting.
6376
6377 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
6378
6379 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
6380 * gregset.h: If FILL_FPXREGSET is defined, provide
6381 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
6382 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
6383 is defined, call fill_fpxregset.
6384
6385 2002-04-24 Roland McGrath <roland@frob.com>
6386
6387 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
6388 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
6389 (supply_gregset, supply_fpregset): New functions.
6390
6391 * gnu-nat.c (gnu_find_memory_regions): New function.
6392 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
6393 (gnu_xfer_memory): Add a cast.
6394
6395 2002-04-24 Michael Snyder <msnyder@redhat.com>
6396
6397 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
6398 loop. Add handling for "str lr, [sp, #-4]!" and for saves
6399 of argument regs ("str r(0123), [r11, #-nn"]).
6400 (arm_skip_prologue): Better handling for frameless functions.
6401 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
6402 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
6403
6404 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
6405
6406 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
6407 NUM_PSEUDO_REGS can be used.
6408
6409 2002-04-24 Andrew Cagney <ac131313@redhat.com>
6410
6411 * arch-utils.h: Update copyright.
6412
6413 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
6414 * gdbarch.h, gdbarch.c: Re-generate.
6415
6416 * inferior.h (IN_SIGTRAMP): Delete definition.
6417 * arch-utils.c (legacy_pc_in_sigtramp): New function.
6418 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
6419
6420 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
6421 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
6422 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
6423 (find_proc_framesize): Ditto.
6424 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
6425 (alpha_init_extra_frame_info): Ditto.
6426 * infrun.c (handle_inferior_event): Ditto.
6427 (handle_inferior_event): Ditto.
6428 (check_sigtramp2): Ditto.
6429 * blockframe.c (create_new_frame): Ditto.
6430 (get_prev_frame): Ditto.
6431 * ppc-linux-tdep.c: Update comments.
6432 * i386-linux-tdep.c: Update comments.
6433 * breakpoint.c (bpstat_what): Update comment.
6434
6435 2002-04-24 David S. Miller <davem@redhat.com>
6436
6437 * i960-tdep.c (register_in_window_p): New function.
6438 (i960_find_saved_register): Use it instead of
6439 REGISTER_IN_WINDOW_P.
6440 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
6441
6442 * symtab.h (find_stab_function_addr): Kill extern.
6443 * minsyms.c (find_stab_function_addr): Remove from here...
6444 * dbxread.c: ... to here, and mark it static.
6445
6446 2002-04-20 David S. Miller <davem@redhat.com>
6447
6448 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
6449 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
6450
6451 2002-04-21 David S. Miller <davem@redhat.com>
6452
6453 * remote-vxsparc.c (vx_read_register): Fix typo, we want
6454 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
6455 (vx_write_register): Likewise.
6456
6457 2002-04-23 J. Brobecker <brobecker@gnat.com>
6458
6459 * source.c (is_regular_file): New function.
6460 (openp): Check wether file to open is a regular file
6461 to avoid opening directories.
6462
6463 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6464
6465 * findvar.c (extract_signed_integer): Cast printf argument
6466 to suppress format warning.
6467 (extract_unsigned_integer): Likewise.
6468 * infcmd.c (registers_info): Likewise.
6469 * top.c (get_prompt_1): Likewise.
6470 * valops.c (value_assign): Likewise.
6471 * valprint.c (print_decimal): Likewise.
6472
6473 2002-04-22 H.J. Lu (hjl@gnu.org)
6474
6475 * c-exp.y (typebase): Support
6476
6477 [long|long long|short] [signed|unsigned] [int|]
6478
6479 and
6480
6481 signed [long|long long|short] int
6482
6483 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6484
6485 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
6486 and vax-tdep.h.
6487 * vax-tdep.h: New file.
6488 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
6489 Make several routines static.
6490 (vax_get_saved_register): New function.
6491 (vax_gdbarch_init): New function.
6492 (_initialize_vax_tdep): Register vax_gdbarch_init.
6493 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
6494 Remove macros now under the control of gdbarch.
6495
6496 2002-04-22 Michael Snyder <msnyder@redhat.com>
6497
6498 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
6499 Some whitespace and coding standards tweaks.
6500
6501 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6502
6503 * vax-tdep.c: Include regcache.h.
6504 (vax_call_dummy_words): New.
6505 (sizeof_vax_call_dummy_words): New.
6506 (vax_fix_call_dummy): New function.
6507 (vax_saved_pc_after_call): Ditto.
6508 * config/vax/tm-vax.h: Don't include regcache.h.
6509 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
6510 (CALL_DUMMY): Remove.
6511 (CALL_DUMMY_WORDS): Define.
6512 (SIZEOF_CALL_DUMMY_WORDS): Define.
6513 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
6514
6515 2002-04-18 Michael Snyder <msnyder@redhat.com>
6516
6517 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
6518
6519 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6520
6521 * vax-tdep.c (vax_frame_chain): New function.
6522 (vax_push_dummy_frame): Ditto.
6523 (vax_pop_frame): Ditto.
6524 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
6525 (FRAMELESS_FUNCTION_INVOCATION): Use
6526 generic_frameless_function_invocation_not.
6527 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
6528 (POP_FRAME): Use vax_pop_frame.
6529
6530 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6531
6532 * vax-tdep.c (vax_store_struct_return): New function.
6533 (vax_extract_return_value): Ditto.
6534 (vax_store_return_value): Ditto.
6535 (vax_extract_struct_value_address): Ditto.
6536 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
6537 vax_store_struct_return.
6538 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
6539 (STORE_RETURN_VALUE): Use vax_store_return_value.
6540 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
6541
6542 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6543
6544 * vax-tdep.c (vax_frame_saved_pc): New function.
6545 (vax_frame_args_address_correct): Ditto.
6546 (vax_frame_args_address): Ditto.
6547 (vax_frame_locals_address): Ditto.
6548 (vax_frame_num_args): Move code to be in proximity to
6549 other frame-related functions.
6550 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
6551 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
6552 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
6553 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
6554 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
6555
6556 2002-04-22 H.J. Lu (hjl@gnu.org)
6557
6558 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
6559 includedir.
6560
6561 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6562
6563 * vax-tdep.c (vax_frame_init_saved_regs): New function.
6564 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
6565 (FRAME_INIT_SAVED_REGS): New macro.
6566
6567 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6568
6569 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
6570
6571 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6572
6573 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
6574 where needed.
6575 (fetch_osf_core_registers): Likewise.
6576 (supply_gregset): Likewise.
6577
6578 2002-04-22 J. Brobecker <brobecker@gnat.com>
6579
6580 * symfile.h (get_section_index): Define.
6581 * symfile.c (get_section_index): New function.
6582 * mdebugread.c (SC_IS_SBSS): New macro.
6583 (SC_IS_BSS): Return true for the scBss storage class only, as
6584 the scSBss storage class refers to the .sbss section.
6585 (parse_partial_symbols): Discard the symbols which associated
6586 section does not exist.
6587 Make sure to use the .sbss section index for symbols which
6588 storage class is scBss, rather than using the .bss section index.
6589
6590 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
6591
6592 * vax-tdep.c: Update copyright years.
6593 (vax_register_name): New function.
6594 (vax_register_byte): Ditto.
6595 (vax_register_raw_size): Ditto.
6596 (vax_register_virtual_size): Ditto.
6597 (vax_register_virtual_type): Ditto.
6598 * config/vax/tm-vax.h: Update copyright years.
6599 (REGISTER_NAMES): Remove.
6600 (REGISTER_NAME): Define.
6601 (REGISTER_BYTE): Use vax_register_byte.
6602 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
6603 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
6604 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
6605
6606 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6607
6608 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
6609 declaration
6610 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
6611
6612 2002-04-21 David S. Miller <davem@redhat.com>
6613
6614 * arch-utils.c (generic_prologue_frameless_p): Kill
6615 SKIP_PROLOGUE_FRAMELESS_P code.
6616 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6617 references.
6618 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
6619 * arc-tdep.c (arc_prologue_frameless_p): Implement.
6620 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
6621 references.
6622 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
6623 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
6624 (sparc_gdbarch_init): Pass it to
6625 set_gdbarch_prologue_frameless_p.
6626
6627 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6628
6629 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
6630 (alphabsd-nat.o): New dependency list.
6631
6632 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6633
6634 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
6635 alphafbsd-tdep.c.
6636 (alpha-linux-tdep.o): New dependency list.
6637 (alphafbsd-tdep.o): Likewise.
6638
6639 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6640
6641 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
6642 to here...
6643 * alpha-tdep.c: ...from here.
6644 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
6645
6646 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6647
6648 * config/alpha/tm-alpha.h: Move alpha_software_single_step
6649 prototype from here...
6650 * alpha-tdep.h: ...to here.
6651
6652 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6653
6654 * frame.h (selected_frame_level): Document as deprecated.
6655 (frame_relative_level): Declare.
6656 * stack.c (frame_relative_level): New function.
6657 (selected_frame_level): Document as deprecated.
6658 (select_frame): Do not set the selected_frame_level.
6659
6660 * stack.c (frame_info, record_selected_frame): Update.
6661 (frame_command, current_frame_command): Update.
6662 (up_silently_base, up_command, down_silently_base): Update.
6663 (down_command): Update.
6664 * inflow.c (kill_command): Update.
6665 * tracepoint.c (finish_tfind_command): Update.
6666 * corelow.c (core_open): Update.
6667 * thread.c (info_threads_command): Update.
6668 (do_captured_thread_select): Update.
6669 * infcmd.c (finish_command): Update.
6670 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
6671
6672 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6673
6674 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
6675
6676 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6677
6678 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
6679 type const.
6680
6681 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6682
6683 * alphafbsd-tdep.c: Update copyright years. Include
6684 alpha-tdep.h.
6685 (alphafbsd_use_struct_convention): Make static.
6686 (alphafbsd_init_abi): New function.
6687 (_initialize_alphafbsd_tdep): New function.
6688 * config/alpha/tm-fbsd.h: Update copyright years.
6689 (USE_STRUCT_CONVENTION): Remove.
6690
6691 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6692
6693 * alpha-tdep.c (alpha_abi_handler): New structure to describe
6694 an Alpha ABI variant.
6695 (alpha_abi_handler_list): Declare.
6696 (alpha_gdbarch_register_os_abi): New function.
6697 (alpha_gdbarch_init): Give registered ABI variant handlers a
6698 chance to tweak the gdbarch once we have set up defaults.
6699 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
6700
6701 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6702
6703 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
6704 to standard_coerce_float_to_double.
6705 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
6706
6707 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6708
6709 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
6710 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
6711 from gdbarch_tdep rather than a constant.
6712 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
6713 the default text address for all Alpha Unix ABIs.
6714 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
6715 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
6716
6717 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
6718
6719 * alpha-tdep.h: New file. Includes several Alpha target constants
6720 taken from...
6721 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
6722 let gdbarch deal with.
6723 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
6724 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
6725 to dependency list.
6726 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
6727 Alpha target register names.
6728 * alphabsd-nat.c: Likewise.
6729 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
6730 Alpha target register names. Make serveral routines static.
6731 (alpha_get_saved_register): New function.
6732 (alpha_abi_names): New.
6733 (process_note_abi_tag_sections): New function.
6734 (get_elfosabi): New function.
6735 (alpha_gdbarch_init): New function.
6736 (alpha_dump_tdep): New function.
6737 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
6738
6739 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6740
6741 * frame.c (find_saved_register): Delete #ifdef
6742 HAVE_REGISTER_WINDOWS code.
6743 * config/sparc/tm-sparc.h: Update comments.
6744 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
6745
6746 2002-04-21 Andrew Cagney <ac131313@redhat.com>
6747
6748 * i960-tdep.c (i960_find_saved_register): New function.
6749 (i960_get_saved_register): New function.
6750 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
6751 (i960_get_saved_register): Declare.
6752 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
6753
6754 2002-04-20 David S. Miller <davem@redhat.com>
6755
6756 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
6757
6758 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6759
6760 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
6761 instead of NUM_PSEUDO_REGS.
6762
6763 2002-04-20 David S. Miller <davem@redhat.com>
6764
6765 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
6766 GDB_MULTI_ARCH_PARTIAL
6767 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
6768 define, let tm-sp64.h do it.
6769
6770 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
6771
6772 * frame.c (find_saved_register): Avoid a NULL pointer
6773 dereference and actually walk the frame list.
6774
6775 2002-04-20 Andrew Cagney <ac131313@redhat.com>
6776
6777 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
6778 sorted in most most-recent-used order. Document.
6779 * gdbarch.h, gdbarch.c: Regenerate.
6780
6781 2002-04-19 Andrew Cagney <ac131313@redhat.com>
6782
6783 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
6784 instead of ->prev.
6785 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
6786 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
6787 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
6788 instead of ->prev.
6789
6790 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
6791
6792 Fix PR gdb/471.
6793 * gdbtypes.c (init_simd_type): Rewrite using new functions.
6794 (build_builtin_type_vec128): Ditto.
6795 (append_composite_type_field): Fix calculation of type length in
6796 union case.
6797
6798 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
6799
6800 * config/djgpp/README: Update.
6801
6802 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
6803 compiler warnings.
6804
6805 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
6806
6807 * alpha-tdep.c (setup_arbitrary_frame): Rename...
6808 (alpha_setup_arbitrary_frame): ...to this.
6809 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
6810 for alpha_setup_arbitrary_frame.
6811
6812 2002-04-18 Andrew Cagney <cagney@redhat.com>
6813
6814 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
6815 * gdbarch.h, gdbarch.c: Regenerate.
6816
6817 * defs.h (breakpoint_from_pc_fn): Delete type definition.
6818 * target.h (memory_breakpoint_from_pc): Update declaration.
6819 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
6820
6821 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
6822 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
6823 * mem-break.c (memory_breakpoint_from_pc): Ditto.
6824 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
6825 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
6826 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
6827 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
6828 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
6829 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
6830 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
6831 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
6832 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
6833
6834 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
6835 const pointer.
6836 * monitor.c (monitor_insert_breakpoint): Ditto.
6837 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
6838
6839 * config/mcore/tm-mcore.h: Update copyright.
6840 * mem-break.c: Ditto.
6841 * xstormy16-tdep.c: Ditto.
6842
6843 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
6844
6845 * p-exp.y: Add precedence rule for '^' token.
6846 This removes the shift/reduce conflicts.
6847 Remove the comment concerning these shift/reduce conflicts.
6848
6849 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
6850
6851 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
6852 (registers_powerpc_nofp): New register set for processors
6853 without floating point unit.
6854
6855 2002-04-18 David S. Miller <davem@redhat.com>
6856
6857 * MAINTAINERS: Add myself to write-after-approval.
6858
6859 2002-04-17 Michael Snyder <msnyder@redhat.com>
6860
6861 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
6862
6863 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6864
6865 * rs6000-tdep.c (frame_initial_stack_address): Use
6866 frame_register_read to read the alloca_reg.
6867
6868 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6869
6870 * frame.c (find_saved_register): Find saved registers in the next
6871 not prev frame.
6872 Fix PR gdb/365.
6873
6874 2002-04-17 Andrew Cagney <ac131313@redhat.com>
6875
6876 * gdbarch.sh (LANG): Set to ``c''.
6877
6878 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6879
6880 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
6881
6882 2002-04-15 Andrew Cagney <ac131313@redhat.com>
6883
6884 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
6885 Update copyright.
6886
6887 * hpread.c (hpread_get_lntt): Add declaration.
6888 Also fix PR gdb/391.
6889
6890 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6891
6892 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
6893 * aclocal.m4, configure: Re-generate.
6894 Fix PR gdb/391.
6895
6896 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6897
6898 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
6899 instead of tm_print_insn.
6900
6901 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
6902
6903 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
6904
6905 2002-04-14 Andrew Cagney <ac131313@redhat.com>
6906
6907 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
6908 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
6909 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
6910
6911 2002-04-12 Don Howard <dhoward@redhat.com>
6912
6913 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
6914 max_user_call_depth.
6915 (init_cmd_lists): Initialize the new value;
6916 * cli/cli-script.c (execute_user_command): Limit the call depth of
6917 user defined commands. This avoids a core-dump when user commands
6918 are infinitly recursive.
6919
6920 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6921
6922 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
6923 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
6924 from tdep struct instead of DEFAULT_LR_SAVE.
6925 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
6926 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
6927 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
6928
6929 2002-04-12 Michael Snyder <msnyder@redhat.com>
6930
6931 * Remote.c: Spelling fix.
6932 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
6933 If no symbol found for "sbrk", try "_sbrk".
6934 (make_output_phdrs): Use bfd_section_name.
6935 (gcore_copy_callback): Use bfd_section_name.
6936 * eval.c: Indentation fix-ups.
6937 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
6938 in case it gets applied to an address that is already
6939 in the instruction space.
6940 * cli/cli-decode.c (help_list): Allow long lines to wrap.
6941 * symfile.c: Fix indentation, long lines.
6942 * source.c: White space fix-up.
6943
6944 2002-04-12 Andrew Cagney <cagney@redhat.com>
6945
6946 * defs.h (read_relative_register_raw_bytes): Delete declaration.
6947 * frame.c (frame_register_read): New function. Return non-zero on
6948 success.
6949 (read_relative_register_raw_bytes_for_frame): Delete.
6950 (read_relative_register_raw_bytes): Delete.
6951 * frame.h (frame_register_read): Declare.
6952 * d30v-tdep.c: Update Copyright. Use frame_register_read.
6953 * sh-tdep.c: Ditto.
6954 * infcmd.c (do_registers_info): Ditto.
6955 * hppa-tdep.c: Ditto.
6956 * rs6000-tdep.c: Ditto.
6957 * h8500-tdep.c: Ditto.
6958 * mips-tdep.c: Ditto.
6959 * h8300-tdep.c: Ditto.
6960 * z8k-tdep.c: Ditto.
6961
6962 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6963
6964 From Jimi X <jimix@watson.ibm.com>:
6965 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
6966 64-bit SysV ABI.
6967
6968 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6969
6970 From Jimi X <jimix@watson.ibm.com>:
6971 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
6972 bfd info.
6973
6974 2002-04-12 Kevin Buettner <kevinb@redhat.com>
6975
6976 From Jimi X <jimix@watson.ibm.com>:
6977 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
6978 register sets for these processor variants.
6979
6980 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
6981
6982 * regformats/reg-ppc.dat: Support FPSCR.
6983
6984 2002-04-11 Kevin Buettner <kevinb@redhat.com>
6985
6986 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
6987 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6988 Add fpscr as an invalid/unfetchable register.
6989 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
6990 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
6991 (fill_fpregset): Add support for register fpscr.
6992 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
6993 (fill_gregset): Account for the fact that register ``mq'' might
6994 not exist.
6995 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
6996 (registers_power): Add fpscr to register set at slot 71.
6997 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
6998 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
6999
7000 2002-04-11 Michael Snyder <msnyder@redhat.com>
7001
7002 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
7003 * configure: Regenerate.
7004 * config.in: Regenerate.
7005 * acconfig.h: Add define for _SYSCALL32.
7006 * core-sol2.c: Remove #define _SYSCALL32.
7007 * solib-legacy.c: Remove #define _SYSCALL32.
7008
7009 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7010
7011 * stack.c (select_frame): Cleanup internal error message, do not
7012 use %p.
7013
7014 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7015
7016 * stack.c (select_frame): Check that selected_frame and the
7017 specified level are as expected.
7018 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
7019 Update copyright.
7020 * frame.h (struct frame_info): Add field `level'. Update
7021 copyright.
7022 Work-in-progress PR gdb/464.
7023
7024 2002-04-10 Andrew Cagney <ac131313@redhat.com>
7025
7026 * maint.c (maint_print_section_info): Rename print_section_info.
7027 (print_bfd_section_info, print_objfile_section_info): Update.
7028 * inferior.h (struct gdbarch): Add opaque declaration.
7029 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
7030 * gdbarch.h: Regenerate.
7031
7032 2002-04-10 Michal Ludvig <mludvig@suse.cz>
7033
7034 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
7035 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
7036 (kernel_u_size): Added.
7037 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
7038 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
7039
7040 2002-04-04 Jim Ingham <jingham@apple.com>
7041
7042 * valarith.c (find_size_for_pointer_math): New function, either returns
7043 the size for a pointer's target, returns 1 for void *, or errors for
7044 incomplete types.
7045 (value_add, value_sub): use find_size_for_pointer_math.
7046
7047 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7048
7049 * linux-low.c (linux_look_up_symbols): New hook.
7050 (linux_target_ops): Add linux_look_up_symbols.
7051 * remote-utils.c (decode_address): New function.
7052 (look_up_one_symbol): New function.
7053 * server.c (handle_query): Call target look_up_symbols hook.
7054 * server.h (look_up_one_symbol): Add prototype.
7055 * target.h (struct target_ops): Add look_up_symbols hook.
7056
7057 2002-04-09 Andrew Cagney <ac131313@redhat.com>
7058
7059 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
7060 override FP_REGNUM with frame->fp. Update copyright.
7061 * parse.c (num_std_regs, std_regs): Delete.
7062 (target_map_name_to_register): Do not search std_regs. Update
7063 function description.
7064 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
7065 declarations. Update copyright.
7066 Fix PR gdb/251.
7067
7068 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
7069
7070 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
7071 after the last symbol in a block.
7072
7073 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
7074
7075 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
7076 is non zero as a found symbol.
7077
7078 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7079
7080 * findvar.c: Include "builtin-regs.h".
7081 (value_of_register): Call value_of_builtin_reg when applicable.
7082 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
7083 (target_map_name_to_register): Call
7084 builtin_reg_map_name_to_regnum.
7085 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
7086 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
7087 (builtin_regs_h): Define.
7088 (builtin-regs.o): New target.
7089 (findvar.o): Add $(builtin_regs_h).
7090 * builtin-regs.c, builtin-regs.h: New files.
7091 * std-regs.c: New file.
7092 Partial fix for PR gdb/251.
7093
7094 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7095
7096 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
7097 it's no longer required.
7098
7099 2002-04-08 Andrew Cagney <ac131313@redhat.com>
7100
7101 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
7102
7103 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7104
7105 From Jimi X <jimix@watson.ibm.com>:
7106 * rs6000-tdep.c (rs6000_software_single_step): Use
7107 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
7108 and size. Use target_insert_breakpoint() and
7109 target_remove_breakpoint() to insert and remove breakpoints
7110 instead of explicit memory reads and writes.
7111
7112 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7113
7114 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
7115 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
7116 ELF_OBJECT_FORMAT ifdef.
7117
7118 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7119
7120 From Jimi X <jimix@watson.ibm.com>:
7121 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
7122
7123 2002-04-08 Kevin Buettner <kevinb@redhat.com>
7124
7125 From Jimi X <jimix@watson.ibm.com>:
7126 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
7127 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
7128
7129 2002-04-07 Mark Kettenis <kettenis@gnu.org>
7130
7131 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
7132 s/asprintf/xasprintf/.
7133 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
7134
7135 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7136
7137 I believe Jeff Law denies responsability for this one:
7138 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
7139 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
7140 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
7141 Work-around for PR gdb/366.
7142
7143 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7144
7145 * remote-e7000.c (write_small, e7000_read_inferior_memory,
7146 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
7147 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
7148
7149 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
7150
7151 * sh-tdep.c (sh_fp_frame_init_saved_regs,
7152 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
7153 information.
7154
7155 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7156
7157 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
7158 maintainer.
7159
7160 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7161
7162 * README (Reporting Bugs in GDB): Document the bug web page as the
7163 prefered way of submitting bugs.
7164 Fix PR gdb/402.
7165
7166 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7167
7168 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
7169 -1. Update comment.
7170 * gdbarch.h, gdbarch.c: Re-generate.
7171
7172 2002-04-07 Andreas Schwab <schwab@suse.de>
7173
7174 * m68klinux-nat.c (fill_fpregset): Properly pass address of
7175 buffer to regcache_collect.
7176
7177 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7178
7179 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
7180 * gdbarch.c, gdbarch.h: Re-generate.
7181
7182 2002-04-06 Andrew Cagney <ac131313@redhat.com>
7183
7184 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
7185 declaration. Fix -Werror.
7186
7187 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
7188
7189 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
7190 * gdbarch.c: Regenerate.
7191
7192 2002-04-05 Michael Snyder <msnyder@redhat.com>
7193
7194 * breakpoint.c (clear_command): Rewrite middle section to
7195 combine two loops with identical control conditions.
7196 Add a cleanup to eliminate a memory leak.
7197 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
7198
7199 2002-04-05 H.J. Lu (hjl@gnu.org)
7200
7201 * solib-svr4.c (bkpt_names): Add "__start".
7202
7203 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7204
7205 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
7206 as test for 64 bit target.
7207
7208 2002-04-05 Andrew Cagney <ac131313@redhat.com>
7209
7210 * h8500-tdep.c (h8500_write_fp): Delete function.
7211 * dwarf2cfi.c (cfi_write_fp): Document as not used.
7212 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
7213 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
7214 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
7215 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
7216 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
7217 (s390_write_fp):
7218 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
7219 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
7220 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
7221 (d10v_write_fp): Delete function.
7222 * inferior.h (write_fp, generic_target_write_fp): Delete
7223 declarations.
7224 * regcache.c (generic_target_write_fp): Delete function.
7225 (write_fp): Delete function.
7226 * gdbarch.sh (TARGET_WRITE_FP): Delete.
7227 * gdbarch.h, gdbarch.c: Regenerate.
7228 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
7229 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
7230 (sparc64_write_fp): Delete declaration.
7231 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
7232 (h8500_write_fp): Delete declaration.
7233
7234 2002-04-04 Andrew Cagney <ac131313@redhat.com>
7235
7236 * sparc-tdep.c (sparc64_write_fp): Delete.
7237 (sparc_push_dummy_frame): Replace write_fp call with code to store
7238 the FP directly.
7239 (sparc_gdbarch_init): Do not initialize write_fp.
7240
7241 2002-04-05 Kevin Buettner <kevinb@redhat.com>
7242
7243 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
7244 clause.
7245
7246 2002-03-29 Jim Blandy <jimb@redhat.com>
7247
7248 * stack.c (get_selected_block): Add new argument `addr_in_block',
7249 used to return the exact code address we used to select the block,
7250 not just the block.
7251 * blockframe.c (get_frame_block, get_current_block): Same.
7252 * frame.h (get_frame_block, get_current_block,
7253 get_selected_block): Update declarations.
7254 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
7255 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
7256
7257 2002-04-05 Michael Snyder <msnyder@redhat.com>
7258
7259 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
7260 warning message.
7261
7262 2002-04-05 J. Brobecker <brobecker@gnat.com>
7263
7264 * utils.c (xfullpath): New function.
7265 * defs.h (xfullpath): Add declaration.
7266 * source.c (openp): Use xfullpath in place of gdb_realpath to
7267 avoid resolving the basename part of filenames when the
7268 associated file is a symbolic link. This fixes a potential
7269 inconsistency between the filenames known to GDB and the
7270 filenames it prints in the annotations.
7271 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
7272 to be able to match a filename with either the real filename, or
7273 the name of any symbolic link to this file.
7274 (lookup_partial_symtab): Ditto.
7275
7276 2002-04-04 Michael Snyder <msnyder@redhat.com>
7277
7278 * breakpoint.c: Add support for hardware breakpoints in overlays.
7279 (overlay_events_enabled): New state variable.
7280 (insert_breakpoints): Use overlay_events_enabled to decide
7281 whether to attempt to set a breakpoint at the overlay load addr.
7282 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7283 (remove_breakpoint): Use overlay_events_enabled to decide
7284 whether breakpoints need to be removed from overlay load addr.
7285 Handle bp_hardware_breakpoint as well as bp_breakpoint.
7286 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
7287 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
7288 disable_overlay_breakpoints): Update overlay_events_enabled.
7289
7290 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
7291
7292 * dwarf2read.c (struct function_range): New.
7293 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
7294 (check_cu_functions): New.
7295 (read_file_scope): Initialize global function lists.
7296 Call dwarf_decode_line after processing children.
7297 (read_func_scope): Add to global function list.
7298 (dwarf_decode_lines): Call check_cu_functions everywhere
7299 record_line is called. Call record_line with a linenumber
7300 of 0 to mark sequence ends.
7301
7302 2002-04-04 Michal Ludvig <mludvig@suse.cz>
7303
7304 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7305 change sync with glibc.
7306
7307 2002-04-03 Jim Blandy <jimb@redhat.com>
7308
7309 * configure.in: Call AC_C_INLINE.
7310 * configure: Regenerated.
7311
7312 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
7313
7314 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
7315 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
7316
7317 2002-03-31 Mark Kettenis <kettenis@gnu.org>
7318
7319 * NEWS: Mention gcore support on FreeBSD/i386.
7320
7321 * fbsd-proc.c: New file.
7322 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
7323 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
7324
7325 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
7326 while statement.
7327
7328 2002-03-29 Jim Blandy <jimb@redhat.com>
7329
7330 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
7331 unescaped newlines in string literals, but newer ones don't. So
7332 escape them.
7333
7334 2002-03-26 Michael Snyder <msnyder@redhat.com>
7335 Andrew Cagney <cagney@redhat.com>
7336
7337 * cli/cli-dump.c: New file. Dump memory to file,
7338 restore file to memory.
7339 * cli/cli-dump.h: New file.
7340 * Makefile.in: Add rules, dependencies for cli-dump.o.
7341 * NEWS: Mention new commands.
7342
7343 2002-03-28 Michael Snyder <msnyder@redhat.com>
7344
7345 * symfile.c (symbol_file_add): Move test for null symbols to later.
7346
7347 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7348
7349 From veksler at il.ibm.com:
7350 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
7351 the xstrduped original path.
7352 Fix PR gdb/417.
7353
7354 2002-03-27 Michael Snyder <msnyder@redhat.com>
7355
7356 * breakpoint.c (_initialize_breakpoint): Clean up help string.
7357 * infcmd.c (_initialize_infcmd): Ditto.
7358 * language.c (_initialize_language): Ditto.
7359 * symfile.c (_initialize_symfile): Ditto.
7360 * top.c (_init_main): Ditto.
7361 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7362
7363 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
7364
7365 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
7366 vector registers handling.
7367 (skip_prologue): Handle new AltiVec instructions. Fill in new
7368 fields of frame data.
7369 (frame_get_saved_regs): Fill in information for AltiVec registers.
7370
7371 2002-03-27 Jim Blandy <jimb@redhat.com>
7372
7373 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
7374 a function; leave this macro here to invoke that function.
7375 (symbol_init_mangled_name): Declaration for that function.
7376 * symtab.c (symbol_init_mangled_name): New function.
7377
7378 2002-03-27 Andrew Cagney <ac131313@redhat.com>
7379
7380 * valarith.c: Replace strerror with safe_strerror.
7381 * tracepoint.c: Ditto.
7382 * lin-lwp.c: Ditto.
7383 * go32-nat.c: Ditto.
7384 * inflow.c: Ditto.
7385 * gnu-nat.c: Ditto.
7386
7387 2002-03-27 Andreas Schwab <schwab@suse.de>
7388
7389 * event-top.c (command_line_handler): Remove useless if.
7390
7391 2002-03-27 Andreas Jaeger <aj@suse.de>
7392
7393 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
7394 comment.
7395
7396 2002-03-27 Michal Ludvig <mludvig@suse.cz>
7397
7398 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
7399 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
7400 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
7401 (x86_64_linux_dr_get_status, supply_gregset),
7402 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
7403 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
7404 (x86_64_register_info_table): Add.
7405 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
7406 (x86_64_register_raw_size, x86_64_register_virtual_type),
7407 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
7408 general x86_64_register_info_table.
7409 (i386_gdbarch_init): gdbarch_register_bytes is now set
7410 dynamicaly during initialization.
7411 * regformats/reg-x86-64.dat: Synced with changes to registers above.
7412 * gdbserver/linux-x86-64-low.c: Ditto.
7413
7414 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7415
7416 * gdbserver/server.c (main): Call target_signal_to_host_p
7417 and target_signal_to_host on signals received from the remote.
7418 * gdbserver/remote-utils.c (prepare_resume_reply): Call
7419 target_signal_from_host on signals sent to the remote.
7420 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
7421 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
7422
7423 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7424
7425 * signals/signals.c: Include "server.h" in gdbserver build.
7426 (target_signal_from_name): Don't use STREQ.
7427 (_initialize_signals): Likewise. Don't include function in
7428 gdbserver build.
7429
7430 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
7431
7432 * signals.c: Moved to...
7433 * signals/signals.c: Here.
7434 * Makefile (signals.o): Update.
7435
7436 2002-03-26 Jeff Law (law@redhat.com)
7437
7438 * somread.c (som_symtab_read): Remove some commented out code and
7439 updated related comments. Do not set the minimal symbol table to
7440 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
7441 in a dynamic executable.
7442 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
7443 where we are unable to find the minimal symbol for the given
7444 PC value.
7445
7446 2002-03-25 Jeff Law (law@redhat.com)
7447
7448 * linux-proc.c (read_mapping): Scan up to end of line for filename.
7449
7450 2002-03-25 Michal Ludvig <mludvig@suse.cz>
7451
7452 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
7453
7454 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7455
7456 * command.h: Update copyright.
7457 (struct cmd_list_element): Replace definition with opaque
7458 declaration.
7459 (enum cmd_types): Document that it will eventually be moved to
7460 cli/cli-decode.h
7461 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
7462 (MALLOCED_REPLACEMENT): Delete macro.
7463 * Makefile.in (cli_decode_h): Add $(command_h).
7464 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7465 * top.c: Include "cli/cli-decode.h".
7466 * completer.c: Include "cli/cli-decode.h".
7467 * maint.c: Include "cli/cli-decode.h".
7468 * cli/cli-decode.h: Include "command.h".
7469 (enum command_class): Delete.
7470 (enum cmd_types): Comment out.
7471 (enum cmd_auto_boolean): Delete.
7472 (enum var_types): Delete.
7473
7474 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7475
7476 * cli/cli-decode.c: Include "gdb_assert.h".
7477 (add_set_or_show_cmd): New static function.
7478 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
7479 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
7480 all fields, such as func, from the set command.
7481
7482 2002-03-23 Andrew Cagney <ac131313@redhat.com>
7483
7484 * MAINTAINERS (sh-elf): Change warning flag to -w.
7485
7486 2002-03-23 Andrew Cagney <cagney@redhat.com>
7487
7488 * defs.h (error): Add printf format attribute.
7489 * thread-db.c (thread_from_lwp): Fix error format string.
7490 * stack.c (parse_frame_specification): Ditto.
7491 * cli/cli-decode.c (undef_cmd_error): Ditto.
7492 * scm-lang.c (scm_lookup_name): Ditto.
7493 * tracepoint.c (trace_error): Ditto.
7494 * remote-utils.c (usage): Ditto.
7495 * remote.c (compare_sections_command): Ditto.
7496 Fix PR gdb/328.
7497
7498 2002-03-22 Andrew Cagney <ac131313@redhat.com>
7499
7500 * gdbtypes.c (append_composite_type_field): New function.
7501 (init_composite_type): New function.
7502 * gdbtypes.h (append_composite_type_field): Declare.
7503 (init_composite_type): Ditto.
7504
7505 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
7506
7507 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7508 function.
7509 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
7510 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
7511 structure returning convention for SYSV ABI case, but not
7512 for GNU/Linux, FreeBSD, or NetBSD.
7513
7514 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
7515
7516 * symtab.h (lookup_block_symbol): Add mangled_name argument
7517 to prototype.
7518
7519 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
7520 with new mangled_name argument.
7521 * linespec.c (decode_line_1): Likewise.
7522 * valops (value_of_this): Likewise.
7523 * symtab.c (lookup_transparent_type): Likewise.
7524 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
7525 (lookup_symbol): If we are given a mangled name, pass it down
7526 to lookup_symbol_aux.
7527 (lookup_block_symbol): If we are given a mangled name to check
7528 against, only return symbols which match it.
7529
7530 2002-03-22 Christopher Faylor <cgf@redhat.com>
7531
7532 * win32-nat.c (child_create_inferior): Check for proper shell to use
7533 here, in case the user changes it on the fly.
7534 (_initialize_inftarg): Remove shell path considerations.
7535
7536 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
7537
7538 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
7539 for gdbarch_max_register_raw_size and max_register_virtual_size.
7540 Adjust copyright year.
7541
7542 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
7543
7544 * dbxread.c (process_one_symbol): Extend the first N_SLINE
7545 in a function to cover the entire beginning of the function
7546 as well if it does not already.
7547
7548 2002-03-21 Tom Rix <trix@redhat.com>
7549
7550 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
7551 (rs6000_ptrace64): Renamed from ptrace64.
7552
7553 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7554
7555 * gdbserver/remote-utils.c (remote_open): Don't call
7556 getprotobyname, we're all using TCP here so just use
7557 IPPROTO_TCP.
7558 * gdbserver/gdbreplay.c (remote_open): Ditto.
7559
7560 2002-03-20 Martin M. Hunt <hunt@redhat.com>
7561
7562 * regcache.c (_initialize_regcache): No need to call
7563 build_regcache() at this time; it gets called whenever
7564 the gdbarch changes.
7565
7566 2002-03-20 David O'Brien <obrien@FreeBSD.org>
7567
7568 * sparc-nat.c: Include sys/param.h where possible.
7569
7570 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
7571
7572 Fix PR gdb/422.
7573 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
7574 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
7575 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
7576 complex types.
7577 * stabsread.c (rs6000_builtin_type): Likewise.
7578 (read_sun_floating_type): Likewise.
7579
7580 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7581
7582 * stabsread.c (read_member_functions): Remove skip code for duplicate
7583 constructor/destructor methods. Use standard parsing for these
7584 methods and just do not chain them to the list of methods after
7585 parsing.
7586
7587 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
7588
7589 * coffread.c: Remove redundant static declarations. Replace
7590 occurrences of `PTR' with `void *'.
7591 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
7592 * top.h (quit_cover): Likewise.
7593 * defs.h (catch_errors): Likewise.
7594
7595 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7596
7597 * defs.h (XMALLOC): Define.
7598 * gdb-events.sh (XMALLOC): Delete macro.
7599 * gdb-events.c, gdb-events.h: Regenerate.
7600 * gdbarch.sh (XMALLOC): Delete macro.
7601 * gdbarch.c: Regenerate.
7602 * serial.c (XMALLOC): Delete macro.
7603 * ui-file.c (XMALLOC): Ditto.
7604 * ser-unix.h (XMALLOC): Ditto.
7605 * sh-tdep.c (XMALLOC): Ditto.
7606 * ui-out.c (XMALLOC): Ditto.
7607 * utils.c (XMALLOC): Ditto.
7608 * i386-tdep.c (XMALLOC): Ditto.
7609 * gdb-events.c (XMALLOC): Ditto.
7610 * d10v-tdep.c (XMALLOC): Ditto.
7611 * cli-out.c (XMALLOC): Ditto.
7612
7613 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
7614 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
7615 * ui-file.c, ui-out.c: Ditto.
7616
7617 2002-03-18 Andrew Cagney <ac131313@redhat.com>
7618
7619 * command.h (struct cmd_list_element): Add field context.
7620 (set_cmd_context, get_cmd_context): Declare.
7621 * cli/cli-decode.h: Ditto.
7622 * cli/cli-decode.c (get_cmd_context): New function.
7623 (set_cmd_context): New function.
7624 (add_cmd): Initialize context.
7625 Part of fixing PR gdb/145 and PR gdb/146.
7626
7627 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7628
7629 * cli/cli-decode.c (cmd_type): New function.
7630 * command.h (cmd_type): Declare.
7631 * infrun.c (set_schedlock_func): Call function cmd_type.
7632 * kod.c (kod_set_os): Call cmd_type.
7633 * cris-tdep.c (cris_version_update): Use function cmd_type.
7634 (cris_mode_update, cris_abi_update): Ditto.
7635
7636 * command.h: (execute_cmd_post_hook): Declare.
7637 (execute_cmd_pre_hook): Declare.
7638 * cli/cli-script.c (clear_hook_in_cleanup): New function.
7639 (execute_cmd_post_hook, execute_cmd_pre_hook): New
7640 functions. Execute pre/post hook while ensuring that afterwords
7641 hook_in is cleared.
7642 * top.c (execute_command): Use execute_cmd_post_hook, and
7643 execute_cmd_pre_hook to execute pre/post commands.
7644 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
7645 hook_stop_stub.
7646 (hook_stop_stub): Call execute_cmd_pre_hook.
7647
7648 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7649
7650 * kod.c (kod_set_os): Revert previous change. Is called by ``info
7651 set'' and this leads to a core dump. Move xstrdup of
7652 operating_system to after check that it is not NULL.
7653
7654 2002-03-17 Andrew Cagney <ac131313@redhat.com>
7655
7656 * kod.c (kod_set_os): Remove unnecessary check that
7657 ``command->type'' is set_cmd.
7658
7659 * valprint.c (set_input_radix): Use input_radix.
7660 (set_output_radix): Use output_radix.
7661 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
7662 isn't reverted.
7663
7664 2002-03-16 Andrew Cagney <ac131313@redhat.com>
7665
7666 * value.h (struct value): Delete field ``substring_addr''. Change
7667 aligner fields to force_doublest_align, force_longest_align,
7668 force_core_addr_align and force_pointer_aligh.
7669
7670 * value.h (struct value): Fix typo in above change.
7671
7672 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7673
7674 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
7675 to fix internal_error from ``maintenance print architecture''.
7676
7677 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7678
7679 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
7680 for gcc versions after gcc-2.8.1.
7681
7682 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7683
7684 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
7685 for method resolution. Restore adjustment of ``this'' pointer after
7686 calling value_struct_elt, which was accidentally removed during the
7687 HP merge.
7688
7689 2002-03-15 Andrew Cagney <ac131313@redhat.com>
7690
7691 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
7692 value_of_register.
7693 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
7694 get_saved_register.
7695 * value.h (value_of_register): Update.
7696
7697 2002-03-14 Richard Henderson <rth@redhat.com>
7698
7699 * configure.in: Detect declaration for canonicalize_file_name.
7700 * utils.c (canonicalize_file_name): Declare, if needed.
7701 (gdb_realpath): Prefer realpath if available and usable.
7702 * config.in, configure: Rebuild.
7703
7704 2002-03-14 Richard Henderson <rth@redhat.com>
7705
7706 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
7707 a constant array bound.
7708
7709 * MAINTAINERS: Add myself to write-after-approval.
7710
7711 2002-03-14 Michael Snyder <msnyder@redhat.com>
7712
7713 * symfile.c (syms_from_objfile): Return immediately if no syms.
7714 (symbol_file_add): Return immediately if no syms.
7715 (find_sym_fns): Return immediately if no syms.
7716
7717 2002-03-13 Michal Ludvig <mludvig@suse.cz>
7718
7719 * gdbserver/remote-util.c (remote_open): Print remote-side's
7720 IP address when remote debugging over the network.
7721
7722 2002-03-12 David O'Brien <obrien@FreeBSD.org>
7723
7724 * config/sparc/fbsd.mh: Fix copyright.
7725 * config/sparc/fbsd.mt: Likewise.
7726
7727 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
7728
7729 * MAINTAINERS: Fix typo in name of gdb warnings option.
7730 (x86-64): Fix formating so that this can be parsed by awk.
7731
7732 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7733
7734 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
7735 * defs.h: Include "gdb/signals.h".
7736 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
7737
7738 2002-03-10 Michal Ludvig <mludvig@suse.cz>
7739
7740 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7741 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
7742 from x86-64-tdep.h
7743
7744 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
7745 Don Howard <dhoward@redhat.com>
7746
7747 * mips-tdep.c (ST0_FR): Define.
7748 (mips2_fp_compat): New function, temporarily disabled.
7749 (mips_read_fp_register_single): New function.
7750 (mips_read_fp_register_double): New function.
7751 (mips_print_register): Use them.
7752 (do_fp_register_row): Likewise.
7753
7754 2002-03-09 Andrew Cagney <ac131313@redhat.com>
7755
7756 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
7757 approval''.
7758
7759 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7760
7761 * stabsread.c (read_member_functions): Fix is_stub test for
7762 static member functions, improve comment.
7763
7764 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
7765
7766 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
7767 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
7768 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
7769 commands that set boolean values.
7770 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
7771 (arm_rdi_resume): Always initialize PC.
7772 (arm_rdi_open): Don't use rslt as a boolean.
7773 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
7774 (arm_rdi_fetch_registers, arm_rdi_store_registers)
7775 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
7776 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
7777
7778 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
7779
7780 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
7781 * configure: Rebuilt.
7782
7783 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7784
7785 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
7786 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
7787
7788 2002-03-06 Andrew Cagney <ac131313@redhat.com>
7789
7790 * cli/cli-decode.c (set_cmd_completer): New function.
7791 * command.h (set_cmd_completer): Declare.
7792 * cli/cli-decode.h (set_cmd_completer): Ditto.
7793
7794 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
7795 * cli/cli-cmds.c (init_cli_cmds): Ditto.
7796 * win32-nat.c (_initialize_inftarg): Ditto.
7797 * remote-rdi.c (_initialize_remote_rdi): Ditto.
7798 * proc-api.c (_initialize_proc_api): Ditto.
7799 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
7800 * source.c (_initialize_source): Ditto.
7801 * exec.c (_initialize_exec): Ditto.
7802 * solib.c (_initialize_solib): Ditto.
7803 * top.c (init_main): Ditto.
7804 * tracepoint.c (_initialize_tracepoint): Ditto.
7805 * symfile.c (_initialize_symfile): Ditto.
7806 * printcmd.c (_initialize_printcmd): Ditto.
7807 * infcmd.c (_initialize_infcmd): Ditto.
7808 * corefile.c (_initialize_core): Ditto.
7809
7810 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7811
7812 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
7813
7814 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7815
7816 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
7817
7818 2002-03-05 Andrew Cagney <ac131313@redhat.com>
7819
7820 * NEWS: Update headings, 5.2 has branched.
7821
7822 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
7823
7824 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
7825 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
7826 (register_addr, REGISTER_RAW_SIZE): Likewise.
7827 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
7828 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
7829
7830 2002-03-03 Michal Ludvig <mludvig@suse.cz>
7831
7832 * MAINTAINERS (x86-64): Add myself.
7833 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
7834 changed value_ptr -> struct value *
7835
7836 2002-03-01 David O'Brien <obrien@FreeBSD.org>
7837
7838 * configure.host (sparc64-*-freebsd): Add.
7839 * configure.tgt: Likewise.
7840 * config/sparc/fbsd.mh: New file.
7841 * config/sparc/fbsd.mt: Likewise.
7842 * config/sparc/nm-fbsd.h: Likewise.
7843 * config/sparc/tm-fbsd.h: Likewise.
7844
7845 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
7846
7847 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
7848 regformats/reg-s390x.dat.
7849
7850 2002-03-01 Andrew Cagney <ac131313@redhat.com>
7851
7852 * utils.c: Add FIXME explaining true/false problem.
7853
7854 2002-02-28 Andrew Cagney <ac131313@redhat.com>
7855
7856 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
7857
7858 2002-02-28 Michael Chastain <mec@shout.net>
7859
7860 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
7861
7862 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
7863
7864 * gdbserver/linux-s390-low.c: New file.
7865 * regformats/reg-s390.dat: New file.
7866 * regformats/reg-s390x.dat: New file.
7867 * gdbserver/configure.srv: Add S/390.
7868 * gdbserver/Makefile.in: Add S/390.
7869 * configure.tgt: Enable gdbserver for S/390.
7870
7871 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
7872
7873 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
7874 first line of the doc string for "info dos", except at the end of
7875 the sentence, since the short help stops at the first period.
7876
7877 2002-02-28 Jason Merrill <jason@redhat.com>
7878
7879 * dwarf2read.c (dwarf_cfi_name): Add new codes.
7880
7881 2002-02-27 Fred Fish <fnf@redhat.com>
7882
7883 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
7884 comment (dumy -> dummy).
7885
7886 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7887
7888 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
7889
7890 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
7891
7892 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
7893
7894 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7895
7896 * gdbserver/acconfig.h: New file.
7897 * gdbserver/i387-fp.c: New file.
7898 * gdbserver/i387-fp.h: New file.
7899 * gdbserver/linux-x86-64.c: New file.
7900 * regformats/reg-x86-64.dat: New file.
7901 * configure.tgt: Add x86_64-*-linux* gdbserver support.
7902 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
7903 * gdbserver/configure.in: Add support for regsets.
7904 * gdbserver/config.in: Regenerate.
7905 * gdbserver/configure: Regenerate.
7906 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
7907 * gdbserver/linux-low.h: New file.
7908 * gdbserver/linux-low.c: Include "linux-low.h". Add support
7909 for regsets.
7910 * gdbserver/linux-arm-low.c: Include "linux-low.h".
7911 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
7912 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
7913 * gdbserver/linux-mips-low.c: Include "linux-low.h".
7914 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
7915 * gdbserver/linux-sh-low.c: Include "linux-low.h".
7916 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
7917 "i387-fp.h". Add PTRACE_GETREGS and friends.
7918 * gdbserver/regcache.c (supply_register): New function.
7919 (supply_register_by_name): New function.
7920 (collect_register): New function.
7921 (collect_register_by_name): New function.
7922
7923 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7924
7925 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
7926 (config.status): Add configure.srv dependency.
7927 (server_h): Add config.h dependency.
7928
7929 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
7930
7931 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
7932 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
7933 * gdbserver/configure.srv: Change i386-*-linux* to use
7934 reg-i386-linux.o.
7935
7936 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7937
7938 * x86-64-tdep.c: Re-indent. Update copyright date.
7939
7940 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7941
7942 From Michal Ludvig <mludvig@suse.cz>:
7943 * x86-64-tdep.c (value.h): Delete.
7944 (gdb_assert.h): Include.
7945 (x86_64_register_convert_to_virtual,
7946 x86_64_register_convert_to_raw ): Add check which lets only
7947 floating-point values to be converted.
7948 (value_push): Delete.
7949 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
7950 (i386_gdbarch_init): Number of register_bytes fixed.
7951
7952 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7953
7954 * MAINTAINERS: Add x86-64 target.
7955
7956 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7957
7958 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
7959 * osfsolib.c (solib_map_sections): Ditto.
7960 * irix5-nat.c (solib_map_sections): Ditto.
7961 * corelow.c (gdb_check_format): Ditto.
7962 * symfile.c (symfile_bfd_open): Ditto.
7963 * solib.c (solib_map_sections): Ditto.
7964 Fix PR gdb/354.
7965
7966 2002-02-26 Andrew Cagney <ac131313@redhat.com>
7967
7968 * remote.c (_initialize_remote): By default, disable ``e'' and
7969 ``E'' step out-of-range packets.
7970
7971 2002-02-26 Andreas Schwab <schwab@suse.de>
7972
7973 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
7974 m68k_linux_frame_saved_pc.
7975 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
7976 in_sigtramp.
7977 (SIGCONTEXT_PC_OFFSET): Remove.
7978 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
7979 m68k_linux_sigtramp_saved_pc): New functions.
7980 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
7981 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
7982 (UCONTEXT_PC_OFFSET): Define.
7983 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
7984 non-RT and RT signal trampolines.
7985
7986 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
7987
7988 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
7989 (TARGET_NBPG, STACK_END_ADDR): Delete
7990 (VARIABLES_INSIDE_BLOCK): Delete.
7991
7992 2002-02-25 Andrew Cagney <ac131313@redhat.com>
7993
7994 * utils.c (perror_with_name): Make string parameter constant.
7995 (print_sys_errmsg): Ditto.
7996 (query): Ditto.
7997 * defs.h (perror_with_name): Update.
7998 (print_sys_errmsg): Update.
7999 (query): Update.
8000
8001 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
8002
8003 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
8004 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
8005
8006 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8007
8008 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
8009 if it already matches the current architecture from the exec file.
8010 Include arch-utils.h for gdbarch_info_init prototype.
8011 * Makefile.in (rs6000-nat.o): Update dependencies.
8012
8013 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
8014
8015 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
8016 list of exported variables.
8017
8018 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
8019
8020 * gdbserver/configure.srv: New file.
8021 * gdbserver/configure.in: Use configure.srv instead
8022 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
8023 from it.
8024 * gdbserver/configure: Regenerated.
8025 * gdbserver/terminal.h: New file.
8026 * gdbserver/Makefile.in: Update for configure changes. Remove
8027 more unneeded include paths.
8028
8029 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8030
8031 From wiz at danbala:
8032 * config/sparc/tm-sp64.h: Fix grammar and typos.
8033 Fix PR gdb/287.
8034
8035 2002-02-24 Andrew Cagney <ac131313@redhat.com>
8036
8037 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
8038 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
8039 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
8040 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
8041 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
8042 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
8043 * s390-tdep.c: Ditto.
8044 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
8045 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
8046 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
8047 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
8048 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
8049 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
8050 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
8051 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
8052 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
8053 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8054 Fix PR gdb/378.
8055
8056 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8057
8058 * lin-thread.c: Delete file.
8059 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
8060 to gdb_proc_service.h.
8061 * configure: Re-generate.
8062
8063 * ocd.c (ocd_open): Do not try to open the "ocd" device.
8064 * serial.c (serial_open): Delete check for "ocd".
8065 Fix PR gdb/349.
8066
8067 * Makefile.in (linux-thread.o): Delete target.
8068 * linux-thread.c: Delete file.
8069
8070 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
8071 renamed SH files to be consistent.
8072
8073 * symtab.c (sort_search_symbols): Use xfree.
8074
8075 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8076
8077 * arm-linux-tdep.c (arm_linux_init_abi): Register
8078 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
8079 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
8080 definition with undef, since we don't want the sysvr4 definition.
8081 (SKIP_TRAMPOLINE_CODE): Likewise.
8082
8083 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8084
8085 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
8086
8087 * configure.in: (AC_CHECK_FUNCS) Added test for
8088 canonicalize_file_name Regenerated.
8089 * config.in, configure: Regenerated.
8090 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
8091 defined use canonicalize_file_name.
8092
8093 2002-02-23 Michael Chastain <mec@shout.net>
8094
8095 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
8096
8097 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8098
8099 * README: Remove references to cygnus.com.
8100 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
8101 dot com'' form. Remove references to cygnus.com and sourceware.
8102
8103 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8104
8105 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
8106 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
8107 1003.1-2001 no longer allows "head -1".
8108 * gdb/Makefile.in (version.c): Likewise.
8109 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
8110 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
8111 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
8112
8113 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8114
8115 * cli/cli-decode.c (cmd_cfunc_eq): New function.
8116 * command.h (cmd_cfunc_eq): Declare.
8117 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
8118
8119 * cli/cli-cmds.h (is_complete_command): Change parameter to a
8120 ``struct cmd_list_element *''.
8121 * cli/cli-cmds.c (is_complete_command): Update. Use
8122 cmd_cfunc_eq.
8123 * top.c (execute_command): Pass the command to
8124 is_complete_command.
8125 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
8126
8127 2002-02-23 Andrew Cagney <ac131313@redhat.com>
8128
8129 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
8130 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
8131 architecture defines.
8132 * s390-tdep.c (s390_gdbarch_init): Likewise.
8133
8134 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8135
8136 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
8137 (arm_linux_push_arguments): Likewise.
8138 (arm_linux_init_abi): Register them. Also register linux-specific
8139 call_dummy_words.
8140 (find_minsym_and_objfile): Use strcmp, not STREQ.
8141 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
8142 (arm_linux_call_dummy_words): Delete declaration.
8143 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
8144 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
8145 declarations.
8146 (LOWEST_PC): Delete.
8147
8148 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8149
8150 * maint.c (print_section_info): Do not prepend `0x' to filepos
8151 output, it will be handled by local_hex_string_custom.
8152
8153 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
8154
8155 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
8156 (store_newfpe_double, store_newfpe_extended, store_fpregister)
8157 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
8158
8159 2002-02-22 Jim Blandy <jimb@redhat.com>
8160
8161 Indicate that the bcache functions don't change the strings
8162 they're passed.
8163 * bcache.h (bcache, hash): Add `const' keywords to declarations.
8164 * bcache.c (bcache, hash): Add `const' keywords to definitions.
8165
8166 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
8167
8168 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
8169
8170 2002-02-21 Christopher Faylor <cgf@redhat.com>
8171
8172 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
8173 find the complete path to a loaded DLL.
8174
8175 2002-02-21 Fred Fish <fnf@redhat.com>
8176
8177 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
8178 that marks the end of the range of a function, enter a line number
8179 entry that has a line number of zero and a PC offset that matches
8180 the end of the function. This starts a range of PC's for which no
8181 line number information is known.
8182 * symtab.c (find_pc_sect_line): If our best fit is in a range of
8183 PC's for which no line number info is found (line number is zero)
8184 then we didn't find any valid line information.
8185 * symtab.h: Document use of zero line number entry.
8186
8187 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
8188
8189 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
8190 (have_ptrace_getvrregs): Define for run time checks.
8191 (gdb_vrregset_t): New type for Altivec register handling.
8192 (fetch_register, store_register): Fetch/store altivec register
8193 when needed.
8194 (fetch_altivec_register, store_altivec_register): New functions.
8195 (supply_vrregset, fill_vrregset): New functions.
8196 (fetch_altivec_registers, store_altivec_registers): New functions.
8197 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
8198 registers as well.
8199
8200 2002-02-21 Jiri Smid <smid@suse.cz>
8201
8202 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
8203
8204 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8205
8206 * Makefile.in (armnbsd-nat.o): Update dependencies.
8207 * armnbsd-nat.c (supply_gregset): New function. Common code to
8208 supply the integer register set.
8209 (supply_fparegset): New function. Similar for FPA registers.
8210 (fetch_regs, fetch_fp_regs): Use them.
8211 (fetch_core_registers): Likewise.
8212 (fetch_elfcore_registers): New function.
8213 (arm_netbsd_elfcore_fns): New core-file type specification.
8214 (_initialize_arm_netbsd_nat): Register it.
8215
8216 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
8217
8218 * armnbsd-nat.c: Include gdbcore.h.
8219 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
8220 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
8221 'void' to declaration, to shut up ARI.
8222 (fetch_core_registers): Make static. Rewrite using supply_register.
8223 (arm_netbsd_core_fns): New core-file type specification.
8224 (_initialize_arm_netbsd_nat): New function.
8225
8226 2002-02-21 Christopher Faylor <cgf@redhat.com>
8227
8228 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
8229 value.
8230
8231 2002-02-20 Christopher Faylor <cgf@redhat.com>
8232
8233 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
8234 fails.
8235
8236 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8237
8238 * jv-exp.y (parse_number): Change type of implicit longs
8239 to builtin_type_uint64.
8240
8241 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8242
8243 * gdbserver/linux-low.c (mywait): Change argument to waitpid
8244 to be an integer instead of a `union wait'.
8245
8246 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8247
8248 * mips-linux-nat.c: Call the operating system GNU/Linux.
8249 * mips-linux-tdep.c: Likewise.
8250 * mips-tdep.c: Likewise.
8251
8252 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8253
8254 Fix PR gdb/265.
8255 * jv-exp.y (parse_number): Handle 64-bit integers.
8256
8257 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
8258
8259 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
8260 AC_STDC_HEADERS to AC_HEADER_STDC.
8261 * gdbserver/configure: Regenerated.
8262
8263 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8264
8265 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
8266 is defined.
8267 * sparc-tdep.c (get_longjmp_target): Likewise.
8268
8269 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
8270
8271 * News: Add news about ARM and Multi-arch. Mention the new target
8272 arm*-*-netbsd*.
8273
8274 2002-02-19 Jim Blandy <jimb@redhat.com>
8275
8276 * stabsread.c (error_type_complaint): Improve error message.
8277
8278 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
8279
8280 * gdbserver/README: Update documentation.
8281 * gdbserver/configure.in: Update configury to match documentation.
8282 * gdbserver/Makefile.in: Likewise.
8283 * gdbserver/configure: Regenerated.
8284 * gdbserver/aclocal.m4: New file, generated by aclocal.
8285 * gdbserver/config.in: New file, generated by autoheader.
8286
8287 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8288
8289 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
8290 armnbsd-nat.c.
8291
8292 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8293
8294 * arm-tdep.h (enum arm_float_model): New enum.
8295 (struct gdbarch_tdep): Add fp_model.
8296 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
8297 up floating-point conversions until we know the floating-point model
8298 in use by the inferior. Don't complain about being unable to
8299 determine the ABI of the inferior when we don't have one.
8300 (arm_extract_return_value): Support different floating-point models.
8301 (arm_store_return_value): Likewise.
8302 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
8303 ARM_FLOAT_SOFT.
8304 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
8305
8306 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8307
8308 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
8309 of ``current_gdbarch''.
8310
8311 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8312
8313 * armnbsd-nat.c : ANSIfy all function declarations.
8314 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
8315 (fetch_inferior_registers): Re-implement in terms of above.
8316 (store_register, store_regs, store_fp_register, store_fp_regs): New.
8317 (store_inferior_registers): Re-implement in terms of above.
8318
8319 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8320
8321 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
8322 kernel.
8323 * arm-linux-tdep.c: Likewise.
8324 * config/arm/tm-linux.h: Likewise.
8325
8326 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8327
8328 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
8329 * config/arm/nbsd.mt (TM_FILE): Delete.
8330 * config/arm/tm-nbsd.h: Delete.
8331
8332 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8333
8334 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
8335 Initialize CALL_DUMMY_LENGTH.
8336
8337 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
8338
8339 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
8340 function.
8341 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
8342 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
8343 defines one thing and that is incorrect for this port.
8344 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
8345
8346 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8347
8348 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
8349
8350 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8351
8352 * win32-nat.c (display_selector): New function. Displays information
8353 about the information returned by GetThreadSelectorEntry API function.
8354 (display_selectors): New function. Displays the infomation of
8355 the selector given as argument, or of CS, DS ans FS selectors
8356 if no argument is given.
8357 ( _initialize_inftarg): Add "w32" as info prefix command.
8358 Add "info w32 selector" as command calling display_selectors.
8359
8360 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
8361
8362 * i386-tdep.c (get_longjmp_target): Fix compilation failure
8363 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
8364 if not defined.
8365
8366 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8367
8368 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
8369
8370 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8371
8372 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
8373 (arm_fix_call_dummy): Call it.
8374 (arm_call_dummy_breakpoint_offset): Delete.
8375 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
8376 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
8377
8378 2002-02-18 Andrew Cagney <ac131313@redhat.com>
8379
8380 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
8381 Default to func_frame_chain_valid.
8382 * gdbarch.h, gdbarch.c: Re-generate.
8383 * frame.h (FRAME_CHAIN_VALID): Delete definition.
8384
8385 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
8386
8387 * ppc-linux-nat.c: Update copyright.
8388 (fetch_register, store_register): Add tid parameter, don't compute
8389 tid here.
8390 (fetch_ppc_registers, store_ppc_registers): Add tid
8391 parameter. Pass it along to callees.
8392 (fetch_inferior_registers, store_inferior_registers): Compute tid
8393 here, and pass it to calleed functions.
8394 (fill_gregset, supply_fpregset): Clean up formatting.
8395
8396 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8397
8398 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
8399 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
8400
8401 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
8402
8403 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
8404 * gdbarch.c gdbarch.h: Regenerate.
8405 * breakpoint.c (create_longjmp_breakpoint): Always compile this
8406 function.
8407 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
8408 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
8409 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
8410
8411 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
8412 * arm-tdep.c (arm_get_longjmp_target): New function.
8413 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
8414 this to a positive value register arm_get_longjmp_target as the
8415 longjmp handler.
8416 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
8417 (arm_linux_init_abi): Set up longjmp description in tdep.
8418 * armnbsd-nat.c (get_longjmp_target): Delete.
8419 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
8420 description in tdep.
8421 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
8422 (get_longjmp_target): Delete declaration.
8423 (GET_LONGJMP_TARGET): Delete.
8424 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
8425 (GET_LONGJMP_TARGET): Delete.
8426
8427 2002-02-17 Kevin Buettner <kevinb@redhat.com>
8428
8429 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
8430 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
8431 of ``current_gdbarch''.
8432
8433 2002-02-17 Tom Tromey <tromey@redhat.com>
8434
8435 * cli/cli-cmds.c (compare_strings): New function.
8436 (complete_command): Only print each unique item once.
8437 * completer.h (complete_line): Declare.
8438 * completer.c (complete_line): New function.
8439 (line_completion_function): Use it.
8440
8441 2002-02-16 Andrew Cagney <ac131313@redhat.com>
8442
8443 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
8444 * gdbarch.h, gdbarch.c: Re-generate.
8445
8446 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8447
8448 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
8449
8450 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
8451
8452 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
8453 * valops.c (value_arg_coerce): Don't take the address of a reference
8454 to convert an argument to a reference.
8455
8456 2002-02-15 Christopher Faylor <cgf@redhat.com>
8457
8458 * win32-nat.c (get_image_name): New function.
8459 (handle_load_dll): Use get_image_name function.
8460 (get_child_debug_event): Avoid registering debug events until possibly
8461 execed process is started.
8462 (child_create_inferior): Allow invocation via shell so that command
8463 line redirection, etc. works ok.
8464 (_initialize_inftarg): Add new command: "set shell" to control whether
8465 a shell is used to start a process.
8466
8467 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8468
8469 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
8470 instead of find_register_by_number.
8471 (cannot_store_register): Likewise.
8472
8473 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8474
8475 * dwarf2read.c: Replace fprintf (stderr, ...) by
8476 fprintf_unfiltered (gdb_stderr, ...).
8477
8478 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
8479
8480 * gdbserver/gdbserver.1: Document --attach.
8481
8482 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8483
8484 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
8485 descriptions.
8486 * arm-tdep.c (arm_default_arm_le_breakpoint)
8487 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
8488 (arm_default_thumb_be_breakpoint): New. Initialize them from
8489 traditional breakpoint defines.
8490 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
8491 (arm_gdbarch_init): Initialize new breakpoint variables.
8492 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
8493 (arm_linux_init_abi): Initialize linux-specific breakpoint.
8494 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
8495 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
8496 code out to ...
8497 (arm_netbsd_init_abi_common): ... here; new function.
8498 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
8499 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
8500 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
8501 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
8502
8503 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
8504
8505 * arm-tdep.h (enum arm_abi): New enum.
8506 (struct gdbarch_tdep): New structure.
8507 (LOWEST_PC): Provide a default.
8508 (arm_gdbarch_register_os_abi): Declare new function.
8509 * arm-tdep.c (arm_abi_names): New array.
8510 (process_note_abi_tag_sections): New function.
8511 (get_elfosabi): New function.
8512 (arm_gdbarch_register_os_abi): New function.
8513 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
8514 support for that ABI has been built in, then call the appropriate
8515 configuration routine. Use gdbarch_num_regs() to get the number
8516 of registers.
8517 (arm_dump_tdep): New function.
8518 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
8519 place-holder functions.
8520 (_initialize_arm_tdep): Register them.
8521 * config/arm/tm-arm.h (LOWEST_PC): Delete.
8522
8523 * armnbsd-tdep.c: New file.
8524 * Makefile.in (armnbsd-tdep.o): Add dependencies.
8525 * config/arm/nbsd.mt (TDEPFILES): Add it.
8526 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
8527
8528 * armnbsd-nat.c: Include regcache.h.
8529 * Makefile.in (armnbsd-nat.o): Update dependency list.
8530
8531 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
8532
8533 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8534
8535 * gdbserver/Makefile.in: Fix typos in target rules.
8536
8537 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8538
8539 Fix part of PR gdb/267.
8540 * linespec.c (find_methods): Handle constructors specially for now.
8541
8542 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
8543
8544 * arm-tdep.c (arm_push_arguments): Eliminate special float type
8545 handling.
8546 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
8547 standard_coerce_float_to_double().
8548
8549 2002-02-14 Christopher Faylor <cgf@redhat.com>
8550
8551 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
8552 GDBINIT_FILENAME.
8553
8554 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
8555
8556 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
8557 find_variant_by_name, because it confuses the multiarch
8558 framework. Return NULL if there isn't an architecture with the
8559 user supplied name, instead of forcing a different one without
8560 recording the change with the multiarch machinery.
8561 (find_variant_by_name): Delete.
8562
8563 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8564
8565 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
8566 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
8567
8568 2002-02-13 Martin M. Hunt <hunt@redhat.com>
8569
8570 * stack.c (print_frame_info_base): When calling
8571 print_frame_info_listing_hook, set current_source_symtab.
8572
8573 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8574
8575 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
8576 and remove unused $(INCLUDE_DIR).
8577 Add regcache.c to OBS.
8578 Add generated register protocol files to clean target.
8579 Update dependencies for new objects, obsolete old target code.
8580
8581 * gdbserver/linux-low.c: Remove all platform-specific code to
8582 new files. Remove various dead code. Update to use regcache
8583 functionality.
8584 * gdbserver/remote-utils.c (fromhex): Add return statement
8585 to quiet warning.
8586 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
8587 constant.
8588 (input_interrupt): Add integer parameter to match prototype
8589 of a signal handler.
8590 (outreg): Use register_data ().
8591 (prepare_resume_reply): Use gdbserver_expedite_regs.
8592 * gdbserver/server.c (main): Dynamically allocate own_buf because
8593 PBUFSIZ is no longer constant. Use registers_to_string () and
8594 registers_from_string ().
8595 * gdbserver/server.h: No longer include "defs.h". Add prototypes
8596 for error (), fatal (), and warning (). Update definition of
8597 PBUFSIZ to use regcache functionality. Add include guard.
8598 * gdbserver/utils.c (fatal): Add missing ``const''.
8599 (warning): New function.
8600
8601 * regformats/regdat.sh: Include "regcache.h" in generated files.
8602 Provide init_registers () function.
8603 * regformats/regdef.h: Add prototype for set_register_cache ().
8604 Add include guard.
8605
8606 * gdbserver/linux-arm-low.c: New file.
8607 * gdbserver/linux-i386-low.c: New file.
8608 * gdbserver/linux-ia64-low.c: New file.
8609 * gdbserver/linux-m68k-low.c: New file.
8610 * gdbserver/linux-mips-low.c: New file.
8611 * gdbserver/linux-ppc-low.c: New file.
8612 * gdbserver/linux-sh-low.c: New file.
8613
8614 * gdbserver/regcache.c: New file.
8615 * gdbserver/regcache.h: New file.
8616
8617 * gdbserver/low-linux.c: Removed obsolete file.
8618
8619 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8620
8621 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
8622 * config/i386/linux.mt: Likewise.
8623 * config/ia64/linux.mt: Likewise.
8624 * config/m68k/linux.mh: Likewise.
8625 * config/powerpc/linux.mh: Likewise.
8626 * config/mips/linux.mt: Likewise.
8627
8628 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
8629
8630 * config/i386/i386lynx.mh: Mark gdbserver variables
8631 as (currently) obsolete for this target.
8632 * config/i386/nbsd.mt: Likewise.
8633 * config/i386/nbsdelf.mt: Likewise.
8634 * config/m32r/m32r.mt: Likewise.
8635 * config/m68k/m68klynx.mh: Likewise.
8636 * config/m68k/nbsd.mt: Likewise.
8637 * config/m68k/sun3os4.mh: Likewise.
8638 * config/mips/vr5000.mt: Likewise.
8639 * config/ns32k/nbsd.mt: Likewise.
8640 * config/pa/hppabsd.mh: Likewise.
8641 * config/pa/hppaosf.mh: Likewise.
8642 * config/powerpc/nbsd.mt: Likewise.
8643 * config/rs6000/rs6000lynx.mh: Likewise.
8644 * config/s390/s390.mt: Likewise.
8645 * config/s390/s390x.mt: Likewise.
8646 * config/sparc/sparclynx.mh: Likewise.
8647 * config/sparc/sun4os4.mh: Likewise.
8648 * config/i386/x86-64linux.mt: Likewise.
8649 * config/sparc/linux.mh: Likewise.
8650
8651 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
8652
8653 * configure.tgt: Configure gdbserver only for known working
8654 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
8655 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
8656 SUBDIRS if it is configured. Update comment for ${nativefile}.
8657 * configure: Regenerated.
8658
8659 2002-02-13 Michael Snyder <msnyder@redhat.com>
8660
8661 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
8662
8663 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
8664 (default_gcore_mach): Just return 0, work around a problem in bfd.
8665 (default_gcore_target): OK to return NULL if exec_bfd is null.
8666 (make_mem_sec): Use a cast, avoid a warning.
8667
8668 * procfs.c (find_memory_regions_callback): Use a cast instead of
8669 calling host_pointer_to_address (which complains if
8670 sizeof (host pointer) != sizeof (target pointer)).
8671 (procfs_make_note_section): Avoid overflow in psargs string.
8672
8673 * procfs.c (procfs_make_note_section): Make the default
8674 implementation return an error.
8675
8676 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
8677
8678 * procfs.c (procfs_make_note_section): Provide a default definition
8679 (for alpha-dec-osf4.0f). Fix typos.
8680
8681 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
8682
8683 * linux-proc.c: Add include of regcache.h.
8684 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
8685
8686 2002-02-13 Andrew Cagney <ac131313@redhat.com>
8687
8688 From 2002-01-18 Greg McGary <greg@mcgary.org>:
8689 * memattr.c (create_mem_region): Disallow useless empty region.
8690 Regions are half-open intervals, so allow [A..B) [B..C) as
8691 non-overlapping.
8692
8693 2002-02-13 Michael Chastain <mec@shout.net>
8694
8695 * defs.h: Kill CONST_PTR.
8696 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
8697 * c-lang.c (c_builtin_types): Likewise.
8698 * ch-lang.c (ch_builtin_types): Likewise.
8699 * f-lang.c (f_builtin_types): Likewise.
8700 * language.c (unknown_builtin_types): Likewise.
8701 * m2-lang.c (m2_builtin_types): Likewise.
8702 * p-lang.c (pascal_builtin_types): Likewise.
8703 * scm-lang.c (c_builtin_types): Likewise.
8704
8705 2002-02-13 Keith Seitz <keiths@redhat.com>
8706
8707 * arm-tdep.h (arm_get_next_pc): Add declaration.
8708
8709 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
8710
8711 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
8712 with other related struct-returning functions.
8713 (arm_extract_struct_value_address): New function.
8714 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
8715 initialize float_format, double_format and long_double_format as
8716 appropriate to the endianness of the target.
8717 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
8718 (arm_use_struct_convention): Delete declaration.
8719 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8720
8721 2002-02-13 Keith Seitz <keiths@redhat.com>
8722
8723 * defs.h (core_addr_to_string_nz): New function.
8724
8725 2002-02-13 Mark Kettenis <kettenis@gnu.org>
8726
8727 Apply missing bits of 2002-01-15 patch.
8728 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
8729 (fill_fpregset): Use i387_fill_fsave.
8730
8731 2002-02-12 Keith Seitz <keiths@redhat.com>
8732
8733 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
8734 (core_addr_to_string_nz): New function.
8735
8736 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8737
8738 * arm-linux-nat.c: Really include arm-tdep.h.
8739 * config/arm/tm-linux.h (struct type, struct value): Declare.
8740
8741 2002-02-11 Michael Snyder <msnyder@redhat.com>
8742
8743 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
8744 (gcore section): Ifdef for Solaris and Unixware only.
8745 (procfs_do_thread_registers): Unixware needs one lwpstatus
8746 per thread (not one prstatus or pstatus).
8747 (procfs_make_note_section): Iterate only over kernel threads (lwps),
8748 not over all gdb threads. For unixware, call elfcore_write_pstatus
8749 once before iterating over threads.
8750
8751 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8752
8753 * arm-tdep.h: New file.
8754 * arm-tdep.c: Include arm-tdep.h.
8755 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8756 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8757 (arm_print_float_info, arm_register_type, convert_to_extended)
8758 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8759 (arm_extract_return_value, arm_register_name): Make static.
8760 (arm_software_single_step): Similarly. Fix types in declaration.
8761 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
8762 (arm_store_return_value, arm_store_struct_return): New functions.
8763 (arm_gdbarch_init): Register the above functions. Also register
8764 call_dummy_start_offset, sizeof_call_dummy_words,
8765 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
8766 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
8767 max_register_virtual_size, register_size. Set up
8768 prologue_cache.saved_regs here, rather than ...
8769 (_initialize_arm_tdep): ... here.
8770 * config/arm/tm-arm.h (struct type, struct value): Delete forward
8771 declarations.
8772 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
8773 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
8774 (arm_print_float_info, arm_register_type, convert_to_extended)
8775 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
8776 (arm_extract_return_value, arm_register_name): Delete declarations.
8777 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
8778 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
8779 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
8780 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
8781 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
8782 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
8783 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
8784 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
8785 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
8786 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
8787 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
8788 (arm_get_next_pc): No-longer static -- these are needed by the RDI
8789 interface.
8790 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
8791 * remote-rdi.c remote-rdp.c: Likewise.
8792 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
8793 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
8794 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
8795 definition.
8796
8797 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
8798 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
8799 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
8800 from non-ARM_ prefixed definitions.
8801 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
8802 all uses of above.
8803 * remote-rdi.c remote-rdp.c: Likewise.
8804 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
8805
8806 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
8807
8808 * arm-tdep.c (arm_frameless_function_invocation)
8809 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8810 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8811 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8812 (arm_pop_frame, arm_get_next_pc): Make static.
8813 (arm_gdbarch_init): Register above in gdbarch structure.
8814 (arm_read_fp): Renamed from arm_target_read_fp.
8815 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
8816 * config/arm/tm-arm.h (arm_frameless_function_invocation)
8817 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
8818 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
8819 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
8820 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
8821 (arm_pc_is_thumb_dummy): Delete declarations.
8822 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
8823 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
8824 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
8825 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
8826
8827 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8828
8829 * symtab.c (compare_search_syms): New function.
8830 (sort_search_symbols): New function.
8831 (search_symbols): Sort symbols after searching rather than
8832 before.
8833
8834 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8835
8836 * NEWS: Linux -> GNU/Linux.
8837
8838 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8839
8840 * gdbarch.sh: For for level one methods, disallow a definition
8841 when partially multi-arched. Add comments explaining rationale.
8842 * gdbarch.h: Re-generate.
8843
8844 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8845
8846 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
8847 multi-arch partial.
8848
8849 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8850
8851 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
8852 field. Use diff -u.
8853 * gdbarch.c: Re-generate.
8854
8855 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8856
8857 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
8858 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
8859 partial.
8860
8861 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8862
8863 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
8864 multi-arch partial.
8865 (PUSH_ARGUMENTS): Switch to using predefault.
8866 * gdbarch.c: Regenerate.
8867
8868 2002-02-10 Andrew Cagney <ac131313@redhat.com>
8869
8870 * valops.c (PUSH_ARGUMENTS): Delete definition.
8871 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
8872 partial. Default to default_push_arguments.
8873 * gdbarch.h, gdbarch.c: Regenerate.
8874
8875 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8876
8877 * defs.h (throw_exception): Rename return_to_top_level. Update
8878 comments.
8879 * utils.c (error_stream, internal_verror, quit): Ditto.
8880 * top.c (throw_exception, catcher): Ditto.
8881 * sparclet-rom.c (sparclet_load): Ditto.
8882 * remote.c (interrupt_query, minitelnet): Ditto.
8883 * remote-sds.c (interrupt_query): Ditto.
8884 * remote-mips.c (mips_error, mips_kill): Ditto.
8885 * ocd.c (interrupt_query): Ditto.
8886 * monitor.c (monitor_interrupt_query): Ditto.
8887 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
8888 * target.h: Update comment.
8889
8890 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
8891
8892 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8893
8894 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
8895 default_double_format.
8896 * gdbarch.h, gdbarch.c: Re-generate.
8897 * findvar.c (floatformat_unknown): Delete variable definition.
8898 * doublest.h (floatformat_unknown): Delete variable declaration.
8899
8900 2002-02-09 Jim Blandy <jimb@redhat.com>
8901
8902 * stabsread.c (read_type): Add code to parse Sun's syntax for
8903 prototyped function types.
8904
8905 2002-02-09 Andrew Cagney <ac131313@redhat.com>
8906
8907 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
8908 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
8909
8910 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8911
8912 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
8913 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
8914 now _initialize_xcoffsolib gets called again and overrides the
8915 commands from solib.c in a native configuration.
8916
8917 2002-02-09 Mark Kettenis <kettenis@gnu.org>
8918
8919 * doublest.c (store_typed_floating): Don't try to return a value.
8920 Fixes PR gdb/290.
8921
8922 2002-02-08 Jim Blandy <jimb@redhat.com>
8923
8924 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
8925 is prototyped and has no arguments, print its argument list as
8926 `(void)'.
8927
8928 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8929
8930 * MAINTAINERS (write-after-approval): Add myself.
8931 (paper-trail): I've escaped!
8932
8933 2002-02-08 Christopher Faylor <cgf@redhat.com>
8934
8935 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
8936 changes.
8937 (_initialize_check_for_gdb_ini): Ditto.
8938
8939 2002-02-08 Martin M. Hunt <hunt@redhat.com>
8940
8941 * win32-nat.c (cygwin_pid_to_str): Fix typo.
8942 xaprintf -> xasprintf.
8943
8944 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
8945
8946 * win32-nat.c: Remove use of printf and sprintf functions.
8947
8948 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
8949
8950 * arm-tdep.c (arm_frame_chain_valid): Make static.
8951 (arm_push_arguments): Likewise.
8952 (arm_gdbarch_init): New function.
8953 (_initialize_arm_tdep): Call it.
8954 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
8955 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
8956 (FRAME_CHAIN_VALID): Delete.
8957 (arm_frame_chain_valid): Delete declaration.
8958 (PUSH_ARGUMENTS): Delete.
8959 (arm_push_arguments): Delete declaration.
8960 (CALL_DUMMY_P): Delete.
8961
8962 2002-02-08 Andrew Cagney <ac131313@redhat.com>
8963 Corinna Vinschen <vinschen@redhat.com>
8964
8965 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
8966 on builtin float types.
8967
8968 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
8969
8970 * utils.c: Include <curses.h> before "bfd.h".
8971 * tui/tui-hooks.c: Likewise.
8972 * tui/tui.c: Likewise.
8973 * tui/tuiCommand.c: Likewise.
8974 * tui/tuiData.c: Likewise.
8975 * tui/tuiDataWin.c: Likewise.
8976 * tui/tuiDisassem.c: Likewise.
8977 * tui/tuiGeneralWin.c: Likewise.
8978 * tui/tuiIO.c: Likewise.
8979 * tui/tuiLayout.c: Likewise.
8980 * tui/tuiRegs.c: Likewise.
8981 * tui/tuiSource.c: Likewise.
8982 * tui/tuiSourceWin.c: Likewise.
8983 * tui/tuiStack.c: Likewise.
8984 * tui/tuiWin.c: Likewise.
8985
8986 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
8987
8988 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
8989 to include space for pseudoregs as well. Update loops accordingly.
8990 (sh_fp_frame_init_saved_regs): Ditto.
8991 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
8992
8993 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8994
8995 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
8996 Add Richard Earnshaw to Arm maintainers.
8997
8998 2002-02-07 Andrew Cagney <ac131313@redhat.com>
8999
9000 * defs.h (warning_begin): Delete declaration.
9001
9002 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
9003 Delete macro.
9004
9005 2002-02-07 Michael Snyder <msnyder@redhat.com>
9006
9007 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
9008 Logic bug, remove misplaced else.
9009
9010 2002-02-07 Klee Dienes <klee@apple.com>
9011
9012 * fork-inferior.c (fork_inferior): Add '!' to the list of
9013 characters that need to be quoted when building a string for the
9014 shell. Quote '!' specifically with a backslash, since CSH chokes
9015 when trying to evaluate "str!str".
9016
9017 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9018
9019 * rdi-share/host.h: Only provide a typedef for bool if it is not
9020 defined.
9021
9022 2002-02-04 Michael Snyder <msnyder@redhat.com>
9023
9024 * breakpoint.h (enum bptype): Add new overlay event bp type.
9025 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
9026
9027 * breakpoint.c (create_internal_breakpoint): New function.
9028 (internal_breakpoint_number): Moved into create_internal_breakpoint.
9029 (create_longjmp_breakpoint): Use create_internal_breakpoint.
9030 (create_thread_event_breakpoint): Ditto.
9031 (create_solib_event_breakpoint): Ditto.
9032 (create_overlay_event_breakpoint): New function.
9033 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
9034 (update_breakpoints_after_exec): Delete and re-initialize
9035 overlay event breakpoints after an exec. Add FIXME comment
9036 about longjmp breakpoint.
9037 (print_it_typical): Ignore overlay event breakpoints.
9038 (print_one_breakpoint): Ditto.
9039 (mention): Ditto.
9040 (bpstat_what): Do not stop for overlay event breakpoints.
9041 (delete_breakpoint): Don't delete overlay event breakpoints.
9042 (breakpoint_re_set_one): Delete the overlay event breakpoint.
9043 (breakpoint_re_set): Re-create overlay event breakpoint.
9044
9045 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
9046 (overlay_manual_command): Disable overlay breakpoints.
9047 (overlay_off_command): Disable overlay breakpoints.
9048
9049 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9050
9051 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
9052 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
9053 to here from config/tm-arm.h.
9054 (coff_sym_is_thumb): Make static.
9055 (arm_elf_make_msymbol_special): New function.
9056 (arm_coff_make_msymbol_special): New function.
9057 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
9058 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
9059 (coff_sym_is_thumb): Delete declaration.
9060 (arm_elf_make_msymbol_special): Declare.
9061 (arm_coff_make_msymbol_special): Declare.
9062 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
9063 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
9064
9065 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9066
9067 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
9068
9069 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
9070
9071 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
9072 * gdbarch.c gdbarch.h: Regenerate.
9073 * arch-utils.c (default_print_float_info): New function.
9074 * arch-utils.h (default_print_float_info): Prototype it.
9075 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
9076 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
9077 (PRINT_FLOAT_INFO): Document it.
9078
9079 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
9080 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
9081 (PRINT_FLOAT_INFO): Define.
9082
9083 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9084
9085 * win32-nat.c (_initialize_check_for_gdb_ini):
9086 Add typecast to sprintf argument to suppress a warning.
9087
9088 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
9089
9090 * win32-nat.c (last_sig): Changed type of variable to target_signal,
9091 to allow easier handling of pass state.
9092 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
9093 that gives exception name and address.
9094 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
9095 and set last_sig value to ourstatus->value.sig. Some missing
9096 exceptions added.
9097 (child_continue): Correctly report continue_status.
9098 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
9099 TARGET_SIGNAL_0 (new default value).
9100 (child_resume): consider sig argument passed to decide if
9101 the exception should be passed to debuggee or not.
9102
9103 2002-02-05 Michael Snyder <msnyder@redhat.com>
9104
9105 * regcache.c (fetch_register): Call target_fetch_register
9106 only if we don't call FETCH_PSEUDO_REGISTER.
9107 (store_register): Call target_store_register only if we
9108 don't call STORE_PSEUDO_REGISTER.
9109
9110 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
9111
9112 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
9113 ELF_MAKE_MSYMBOL_SPECIAL.
9114 * gdbarch.c, gdbarch.h: Regenerate.
9115 * arch-utils.c (default_make_msymbol_special): New function.
9116 * arch-utils.h (default_make_msymbol_special): Export.
9117 * elfread.c (elf_symtab_read): Compile use of
9118 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
9119 multiarched.
9120 * coffread.c (coff_symtab_read): Ditto, for
9121 COFF_MAKE_MSYMBOL_SPECIAL.
9122
9123 2002-02-05 Jim Blandy <jimb@redhat.com>
9124
9125 * solib-svr4.c (svr4_truncate_ptr): New function.
9126 (svr4_relocate_section_addresses): Do the address arithmetic with
9127 the appropriate truncation for target addresses, even when
9128 CORE_ADDR is larger than a target address.
9129
9130 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9131
9132 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
9133 to (int *).
9134
9135 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9136
9137 * gdbserver/linux-low.c (kill_inferior): Remove commented out
9138 code.
9139
9140 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9141
9142 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
9143
9144 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9145
9146 * gdbserver/linux-low.c: Remove unused include files.
9147
9148 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9149
9150 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
9151 (read_inferior_memory): Use it.
9152 (write_inferior_memory): Likewise.
9153
9154 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9155
9156 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
9157 grubbing through sys_errlist.
9158
9159 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
9160
9161 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
9162
9163 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9164 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
9165
9166 2002-02-04 Andrew Cagney <ac131313@redhat.com>
9167
9168 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
9169 (do_sfunc, set_cmd_sfunc): New functions.
9170
9171 * command.h (struct cmd_list_element): Add field func.
9172 * cli/cli-decode.h (struct cmd_list_element): Ditto.
9173 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
9174 * cli/cli-decode.h: Ditto.
9175
9176 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
9177 (help_all, help_cmd_list): Ditto.
9178 (find_cmd, complete_on_cmdlist): Ditto.
9179 * top.c (execute_command): Ditto.
9180
9181 * cli/cli-setshow.c (do_setshow_command): Call func instead of
9182 function.sfunc.
9183
9184 * infcmd.c (notice_args_read): Fix function signature.
9185
9186 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
9187 * cli/cli-decode.c (add_set_cmd): Ditto.
9188 * utils.c (initialize_utils): Ditto.
9189 * maint.c (_initialize_maint_cmds): Ditto.
9190 * infrun.c (_initialize_infrun): Ditto.
9191 * demangle.c (_initialize_demangler): Ditto.
9192 * remote.c (add_packet_config_cmd): Ditto.
9193 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9194 * cris-tdep.c (_initialize_cris_tdep): Ditto.
9195 * proc-api.c (_initialize_proc_api): Ditto.
9196 * kod.c (_initialize_kod): Ditto.
9197 * valprint.c (_initialize_valprint): Ditto.
9198 * top.c (init_main): Ditto.
9199 * infcmd.c (_initialize_infcmd): Ditto.
9200 * corefile.c (_initialize_core): Ditto.
9201 * arm-tdep.c (_initialize_arm_tdep): Ditto.
9202 * arch-utils.c (initialize_current_architecture): Ditto.
9203 (_initialize_gdbarch_utils): Ditto.
9204 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
9205
9206 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
9207 * wince.c (_initialize_inftarg): Ditto.
9208 * symfile.c (_initialize_symfile): Ditto.
9209 * mips-tdep.c (_initialize_mips_tdep): Ditto.
9210 * language.c (_initialize_language): Ditto.
9211 * arc-tdep.c (_initialize_arc_tdep): Ditto.
9212
9213 2002-02-04 Michael Snyder <msnyder@redhat.com>
9214
9215 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
9216
9217 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9218
9219 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
9220 Add rules for building the register data files.
9221
9222 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9223
9224 * regformats/regdat.sh: Add braces to the definition of
9225 expedite_regs_${arch}.
9226
9227 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
9228
9229 * regformats/regdef.h (struct reg): Add comment describing the
9230 requirements for offset and size fields.
9231
9232 2002-02-04 Andreas Schwab <schwab@suse.de>
9233
9234 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
9235 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
9236
9237 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
9238
9239 * gdbarch.sh (copyright): Update years in generated header.
9240 (SMASH_TEXT_ADDRESS): Add rule.
9241 * gdbarch.h, gdbarch.c: Re-generate.
9242 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
9243 * dbxread.c: Likewise.
9244 * dwarfread.c: Likewise.
9245 * elfread.c: Likewise.
9246 * somread.c: Likewise.
9247
9248 * arm-tdep.c (arm_smash_text_address): New function.
9249 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
9250
9251 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
9252
9253 Add support for hardware watchpoints on win32 native.
9254 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
9255 CONTEXT_DEBUG_REGISTERS.
9256 (dr variable): New variable. Static array containing a local copy
9257 of debug registers.
9258 (debug_registers_changed): New variable. Reflects when debug registers
9259 are changed and need to be written to inferior.
9260 (debug_registers_used): New variable. Reflects when any debug register
9261 was set, used when new threads are created.
9262 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
9263 i386-nat code.
9264 (thread_rec): Set dr array if id is the thread of current_event .
9265 (child_continue, child_resume): Change the debug registers for all
9266 threads if debug_registers_changed.
9267 (child_add_thread): Change the debug registers if debug_registers_used.
9268 * config/i386/cygwin.mh: Add use of i386-nat.o file.
9269 Link nm.h to new nm-cygwin.h file.
9270 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
9271 of hardware registers.
9272
9273 2002-02-03 Andrew Cagney <ac131313@redhat.com>
9274
9275 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
9276 Restore behavour broken by 2002-01-20 Andrew Cagney
9277 <ac131313@redhat.com> IEEE_FLOAT removal.
9278
9279 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9280
9281 * c-valprint.c (c_val_print): Pass a proper valaddr to
9282 cp_print_class_method.
9283 * valops.c (search_struct_method): If there is only one method
9284 and args is NULL, return that method.
9285
9286 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9287
9288 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
9289 accessing tag_name directly.
9290
9291 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9292
9293 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
9294 of accessing tag_name directly.
9295
9296 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
9297
9298 PR gdb/280
9299 * gdbtypes.c (replace_type): New function.
9300 * gdbtypes.h (replace_type): Add prototype.
9301 * stabsread.c (read_type): Use replace_type.
9302
9303 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
9304
9305 * Makefile.in (memattr.o): Add missing dependencies rule.
9306
9307 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9308
9309 * breakpoint.c (break_at_finish_command): Really export.
9310 (break_at_finish_at_depth_command): Ditto.
9311 (tbreak_at_finish_command): Ditto.
9312 * hppa-tdep.c: Include completer.h.
9313 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
9314 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
9315
9316 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9317
9318 * utils.c (do_write): New function.
9319 (error_stream): Rewrite combining the code from error_begin and
9320 verror.
9321 (verror): Rewrite using error_stream.
9322 (error_begin): Delete function.
9323
9324 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9325
9326 * utils.c (error_begin): Make static.
9327 * defs.h (error_begin): Delete declaration.
9328
9329 * linespec.c (cplusplus_error): Replace cplusplus_hint.
9330 (decode_line_1): Use cplusplus_error instead of error_begin,
9331 cplusplus_hint and return_to_top_level.
9332 * coffread.c (coff_symfile_read): Use error instead of error_begin
9333 and return_to_top_level.
9334 * infrun.c (default_skip_permanent_breakpoint): Ditto.
9335
9336 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9337
9338 * language.h (type_error, range_error): Make string parameter
9339 constant.
9340 * language.c (warning_pre_print): Delete extern declaration.
9341 * dwarfread.c (warning_pre_print): Ditto.
9342 * language.c (type_error, range_error): Rewrite to use verror and
9343 vwarning instead of warning_begin.
9344
9345 2002-02-01 Michael Snyder <msnyder@redhat.com>
9346
9347 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
9348 (set_ignore_count): Move misplaced comment back where it belongs.
9349
9350 2002-02-01 Andrew Cagney <ac131313@redhat.com>
9351
9352 * command.h (NO_FUNCTION): Delete macro.
9353 * cli/cli-decode.h (NO_FUNCTION): Ditto.
9354 * top.c (execute_command): Replace NO_FUNCTION with NULL.
9355 * tracepoint.c (_initialize_tracepoint): Ditto.
9356 * cli/cli-decode.c (add_set_cmd): Ditto.
9357 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9358
9359 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9360
9361 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
9362 Update ``this'' pointer when calling virtual functions.
9363
9364 2002-02-01 Michael Snyder <msnyder@redhat.com>
9365
9366 * breakpoint.c (create_temp_exception_breakpoint): Delete.
9367 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
9368
9369 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
9370
9371 * regformats/reg-arm.dat: New file.
9372 * regformats/reg-i386.dat: New file.
9373 * regformats/reg-ia64.dat: New file.
9374 * regformats/reg-m68k.dat: New file.
9375 * regformats/reg-mips.dat: New file.
9376 * regformats/reg-ppc.dat: New file.
9377 * regformats/reg-sh.dat: New file.
9378 * regformats/regdef.h: New file.
9379 * regformats/regdat.sh: New file.
9380
9381 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
9382
9383 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
9384 (arm_frame_args_address, arm_frame_locals_address): New functions.
9385 (arm_frame_num_args): New function.
9386 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
9387 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
9388 (FRMA_NUM_ARGS): Call arm_frame_num_args.
9389
9390 2002-01-31 Michael Snyder <msnyder@redhat.com>
9391
9392 * breakpoint.c (break_at_finish_command): Export.
9393 (break_at_finish_at_depth_command): Export.
9394 (tbreak_at_finish_command): Export.
9395 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
9396 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
9397 "tbreak" commands, which are HPPA specific.
9398
9399 * printcmd.c (disassemble_command): Remove an ancient
9400 artifact of an old merge.
9401
9402 * symfile.h (enum overlay_debugging_state):
9403 Define enum constant values for overlay mode.
9404 * symfile.c (overlay_debugging): Use enums instead of literals.
9405 (overlay_is_mapped, overlay_auto_command,
9406 overlay_manual_command): Ditto.
9407
9408 * breakpoint.c (insert_breakpoints, remove_breakpoint,
9409 breakpoint_here_p, breakpoint_inserted_here_p,
9410 breakpoint_thread_match, bpstat_stop_status,
9411 describe_other_breakpoints, check_duplicates, clear_command):
9412 Coding standard fixes.
9413
9414 * target.c (target_xfer_memory): Add spaces, coding standard.
9415 (do_xfer_memory): Add missing line to trust-readonly
9416 code: check bfd SEC_READONLY flag for section.
9417
9418 2002-01-31 Andrew Cagney <ac131313@redhat.com>
9419
9420 * PROBLEMS: Fix typo, 5.1->5.1.1.
9421
9422 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9423
9424 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
9425 data symbols, since we search based on textlow and texthigh.
9426 (find_pc_sect_symtab): Likewise.
9427
9428 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9429
9430 * defs.h (vwarning): Declare.
9431 * utils.c (vwarning): New function.
9432 (warning): Call vwarning.
9433 (warning_begin): Delete function.
9434
9435 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
9436 the warning message.
9437 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
9438 warning_begin.
9439
9440 2002-01-30 Michael Snyder <msnyder@redhat.com>
9441
9442 * NEWS: Mention "set trust-readonly-sections" command.
9443 Mention generate-core-file command.
9444
9445 2002-01-15 Michael Snyder <msnyder@redhat.com>
9446
9447 * target.c: New command, "set trust-readonly-sections on".
9448 (do_xfer_memory): Honor the suggestion to trust readonly sections
9449 by reading them from the object file instead of from the target.
9450 (initialize_targets): Register command "set trust-readonly-sections".
9451
9452 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9453
9454 * parse.c (target_map_name_to_register): Simplify, search regs and
9455 pseudo-regs using a single loop.
9456
9457 2002-01-30 Andrew Cagney <ac131313@redhat.com>
9458
9459 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
9460
9461 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
9462
9463 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
9464 * config/i386/i386v42mp.mh: Add i387-nat.o .
9465 * i386v4-nat.c: Include i387-nat.h.
9466 (supply_fpregset): Use i387_supply_fsave.
9467 (fill_fpregset): Use i387_fill_fsave.
9468
9469 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
9470
9471 * arm-tdep.c (arm_call_dummy_words): Define.
9472 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
9473 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
9474 (CALL_DUMMY_WORDS): Define.
9475 (arm_call_dummy_words): Declare.
9476 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
9477 (arm_linux_call_dummy_words): Declare.
9478
9479 2002-01-30 Andreas Schwab <schwab@suse.de>
9480
9481 * m68klinux-nat.c: Fix last change to use regcache_collect
9482 instead of referencing registers[] directly.
9483
9484 2002-01-29 Andrew Cagney <ac131313@redhat.com>
9485
9486 * parse.c (target_map_name_to_register): Delete code wrapped in
9487 #ifdef REGISTER_NAME_ALIAS_HOOK.
9488
9489 2002-01-28 Michael Snyder <msnyder@redhat.com>
9490
9491 * regcache.c (legacy_read_register_gen): Need to be able to
9492 read pseudo-register as well as real register.
9493 (legacy_write_register_gen): Ditto.
9494
9495 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9496
9497 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9498 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
9499 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
9500 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
9501 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
9502 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
9503 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
9504 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
9505 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
9506 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
9507 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
9508 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
9509 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
9510 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
9511 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
9512 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
9513 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
9514 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
9515 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
9516 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
9517
9518 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9519
9520 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
9521 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
9522 (initialize_current_architecture): Update target_byte_order using
9523 information from BFD.
9524 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
9525 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
9526
9527 2002-01-28 Andrew Cagney <ac131313@redhat.com>
9528
9529 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
9530 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
9531
9532 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
9533 #ifdef INVALID_FLOAT.
9534 * infcmd.c (do_registers_info): Ditto.
9535 * values.c (unpack_double): Ditto. Add comment.
9536
9537 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
9538 already commented out.
9539
9540 2002-01-26 Andreas Schwab <schwab@suse.de>
9541
9542 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
9543 * m68klinux-nat.c: Update ptrace interface for fetching/storing
9544 registers and add support for PTRACE_GETREGS.
9545
9546 2002-01-24 Andrew Cagney <ac131313@redhat.com>
9547
9548 GDB 5.1.1 released from 5.1 branch.
9549 * NEWS: Add 5.1.1 news.
9550 * README: Sync with 5.1 branch.
9551
9552 2002-01-23 Fred Fish <fnf@redhat.com>
9553
9554 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
9555 stabstring on initial malloc. Reallocing will copy it for us,
9556 if necessary.
9557
9558 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9559
9560 * Makefile.in (hpread_h): Delete.
9561 (HFILES_NO_SRCDIR): Remove hpread.h.
9562 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
9563 (hpread.o): Update dependencies.
9564 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
9565
9566 * hp-psymtab-read.c: Remove file.
9567 * hp-symtab-read.c: Remove file.
9568 * hpread.h: Remove file.
9569
9570 * hpread.c: Merge all contents of hp-psymtab-read.c,
9571 hp-symtab-read.c and hpread.h into this file, as it was prior to
9572 January 1999.
9573
9574 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
9575 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
9576 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
9577 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
9578
9579 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
9580
9581 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
9582 fill_gregset): Call gdbarch_tdep() just once, assign result to
9583 variable and use that, instead of calling the function several
9584 times.
9585
9586 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
9587
9588 * configure.host: Accept sparcv9 as alias for sparc64.
9589 * configure.tgt: Likewise.
9590
9591 2002-01-22 Kevin Buettner <kevinb@redhat.com>
9592
9593 * solib-aix5.c (build_so_list_from_mapfile)
9594 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
9595 arguments is not reversed.
9596 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
9597 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
9598
9599 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
9600
9601 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
9602 modified version of obsolete sh_fetch_pseudo_register.
9603 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
9604 (sh4_register_read): New function.
9605 (sh_pseudo_register_write): New function. Renamed and modified
9606 version of obsolete sh_store_pseudo_register.
9607 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
9608 (sh4_register_write): New function.
9609 (sh_gdbarch_init): Remove setting of gdbarch function
9610 fetch_pseudo_register and store_pseudo_register. Remove setting of
9611 register_convert_to_raw, register_convert_to_virtual,
9612 register_convertible.
9613 (sh_sh4_register_convertible): Delete. No longer needed. All is
9614 taken care by architecture specific functions
9615 register_read/register_write.
9616 (sh_sh4_register_convert_to_virtual): Make static.
9617 (sh_sh4_register_convert_to_raw): Ditto.
9618
9619 2002-01-22 Andrew Cagney <ac131313@redhat.com>
9620
9621 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
9622 (floatformat_is_nan, floatformat_mantissa): Ditto.
9623
9624 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
9625 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
9626 builtin_type_ieee_double_little,
9627 builtin_type_ieee_double_littlebyte_bigword,
9628 builtin_type_m68881_ext, builtin_type_i960_ext,
9629 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
9630 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
9631 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
9632 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
9633
9634 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
9635
9636 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
9637 parameter. Set frameless flag if it exists and depended of
9638 whether the scanned function is frameless or not.
9639 (xstormy16_skip_prologue): If function is frameless, return
9640 result of xstormy16_scan_prologue().
9641 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
9642 call.
9643
9644 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
9645
9646 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
9647 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
9648 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
9649 sh_sh4_register_byte, sh_sh4_register_raw_size,
9650 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
9651 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
9652 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
9653 sh_store_pseudo_register, sh_do_pseudo_register): Call
9654 gdbarch_tdep() just once, assign result to variable and use that,
9655 instead of calling the function several times.
9656
9657 2002-01-20 Mark Kettenis <kettenis@gnu.org>
9658
9659 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
9660 macros instead of LAST_FPU_CTRL_REGNUM.
9661 (store_register): Likewise.
9662
9663 2002-01-21 Jim Blandy <jimb@redhat.com>
9664
9665 * infcmd.c (run_command): Check that the `exec' target layer's BFD
9666 is up-to-date before running the program, not just when a program
9667 exits.
9668
9669 2002-01-21 Fred Fish <fnf@redhat.com>
9670
9671 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
9672 when we have found all instructions we are looking for.
9673
9674 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9675
9676 * arm-tdep.c (arm_register_name): New function.
9677 (arm_registers_names): Make static.
9678 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
9679 (arm_register_name): Declare.
9680 (REGISTER_NAME): Use it.
9681
9682 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
9683 Kevin Buettner <kevinb@redhat.com>
9684
9685 Convert arm targets to new FRAME interface.
9686 * arm-tdep.c (struct frame_extra_info): Remove fsr.
9687 (arm_frame_find_save_regs): Delete.
9688 (arm_frame_init_saved_regs): New.
9689 (arm_init_extra_frame_info): Alloacte saved_regs as required.
9690 Allocate extra_info as required. Convert all uses of fsr.regs
9691 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
9692 to use extra_info.
9693 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
9694 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
9695 (check_prologue_cache, save_prologue_cache): Likewise.
9696 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
9697 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
9698 (FRAME_FIND_SAVED_REGS): Delete.
9699 (arm_frame_find_saved_regs): Delete prototype.
9700 (arm_frame_init_saved_regs): New prototype.
9701 (FRAME_INIT_SAVED_REGS): Define.
9702
9703 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9704
9705 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
9706
9707 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9708
9709 From Jeff Law <law@redhat.com>:
9710 * infttrace.c: Include <sys/pstat.h>.
9711 (child_pid_to_exec_file): Revamp. Use pstat call to get the
9712 exec file if the ttrace equivalent fails.
9713
9714 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9715
9716 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
9717 (closeLogFile): Ditto.
9718
9719 2002-01-20 Michael Chastain <mec@shout.net>
9720
9721 * top.c (print_gdb_version): Bump copyright year to 2002.
9722
9723 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9724
9725 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
9726 Zannoni and Eli Zaretskii.
9727
9728 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9729
9730 * buildsym.c: Update copyright years.
9731 * c-typeprint.c: Likewise.
9732 * dwarf2read.c: Likewise.
9733 * f-typeprint.c: Likewise.
9734 * gdbtypes.c: Likewise.
9735 * gdbtypes.h: Likewise.
9736 * hp-symtab-read.c: Likewise.
9737 * hpread.c: Likewise.
9738 * mdebugread.c: Likewise.
9739 * p-typeprint.c: Likewise.
9740
9741 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9742
9743 * remote-sim.c (gdbsim_open): Simplify code testing the macro
9744 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
9745 byte-order selectable.
9746 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
9747 * arch-utils.c: Ditto.
9748 (set_endian): Ditto.
9749 (set_endian_from_file): Ditto.
9750 * gdbserver/low-sim.c (create_inferior): Ditto.
9751 * gdbarch.sh: Ditto.
9752 * gdbarch.h: Re-generate.
9753 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9754 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
9755 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
9756 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9757 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9758 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
9759 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
9760 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
9761 macro definition.
9762 * config/mips/tm-wince.h: Remove #undef of macro
9763 TARGET_BYTE_ORDER_SELECTABLE.
9764 * config/sh/tm-wince.h: Ditto.
9765
9766 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9767
9768 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
9769 member function fields. Add accessor macro
9770 TYPE_FN_FIELD_ARTIFICIAL.
9771 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
9772 * c-typeprint.c (c_type_print_base): Skip artificial member
9773 functions.
9774
9775 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9776
9777 * f-typeprint.c: Delete unused function f_type_print_args.
9778 * p-typeprint.c: Delete unused function pascal_type_print_args.
9779
9780 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
9781
9782 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
9783 comment. Add ``artificial'' to ``union field_location''.
9784
9785 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
9786
9787 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9788 * mdebugread.c (parse_symbol): Likewise.
9789 * stabsread.c (define_symbol): Likewise.
9790 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
9791 initializing TYPE_FIELD_BITPOS to n (obsolete).
9792 (hpread_doc_function_type): Likewise.
9793 * hpread.c (hpread_function_type): Likewise.
9794
9795 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9796
9797 * configure.in (host_makefile_frag): Only require a host makefile
9798 fragment when a native build.
9799 * configure: Re-generate.
9800
9801 2002-01-20 Andrew Cagney <ac131313@redhat.com>
9802
9803 * doublest.h (floatformat_from_type): Declare.
9804 * doublest.c (floatformat_from_type): New function.
9805 (convert_typed_floating): Use.
9806
9807 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
9808 call to function floatformat_from_type.
9809
9810 * gdbarch.sh (IEEE_FLOAT): Delete.
9811 * gdbarch.h, gdbarch.c: Re-generate.
9812 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
9813 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
9814 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
9815 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
9816 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
9817 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
9818 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
9819 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
9820 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
9821 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
9822 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
9823 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
9824
9825 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
9826 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
9827 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
9828 * sh-tdep.c (sh_gdbarch_init): Ditto.
9829 * mips-tdep.c (mips_gdbarch_init): Ditto.
9830 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
9831 * cris-tdep.c (cris_gdbarch_init): Ditto.
9832
9833 2002-01-20 Jiri Smid <smid@suse.cz>
9834
9835 * configure.host, configure.tgt: Support x86-64.
9836 * NEWS: Note new target x86-64.
9837
9838 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
9839 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
9840 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
9841 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
9842 x86-64-linux-nat.o): Fix dependencies.
9843
9844 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9845
9846 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
9847 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
9848 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
9849 * config/sparc/xm-sun4os4.h: Delete file.
9850 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
9851
9852 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9853
9854 * config/sparc/sparclynx.mh (XM_FILE): Delete.
9855 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
9856 * config/m68k/m68klynx.mh (XM_FILE): Delete.
9857 * config/i386/i386lynx.mh (XM_FILE): Delete.
9858 * config/rs6000/xm-rs6000ly.h: Delete file.
9859 * config/sparc/xm-sparclynx.h: Delete file.
9860 * config/m68k/xm-m68klynx.h: Delete file.
9861 * config/i386/xm-i386lynx.h: Delete file.
9862 * config/xm-lynx.h: Delete file.
9863 * config/djgpp/fnchange.lst: Update.
9864
9865 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9866
9867 * alpha-tdep.c (alpha_register_byte): New function.
9868 (alpha_register_raw_size): Ditto.
9869 (alpha_register_virtual_size): Ditto.
9870 (alpha_skip_prologue_internal): Renamed from
9871 alpha_skip_prologue.
9872 (alpha_skip_prologue): New version that calls
9873 alpha_skip_prologue_internal.
9874 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
9875 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
9876 second argument from alpha_skip_prologue.
9877 (REGISTER_BYTE): Use alpha_register_byte.
9878 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
9879 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
9880 (FRAMELESS_FUNCTION_INVOCATION): Use
9881 generic_frameless_function_invocation_not.
9882 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
9883 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
9884
9885 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9886
9887 * config/mips/xm-news-mips.h: Delete file.
9888 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
9889
9890 * config/m88k/xm-m88k.h: Delete file.
9891 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
9892 * config/m88k/xm-delta88v4.h: Ditto.
9893 * config/m88k/xm-delta88.h: Ditto.
9894
9895 * config/alpha/xm-fbsd.h: Delete file.
9896 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
9897
9898 * config/sparc/xm-sparc.h: Delete file.
9899 * Makefile.in (xm-sun4os4.h): Delete dependency.
9900 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
9901 * config/sparc/xm-sun4os4.h: Ditto.
9902 * config/sparc/xm-linux.h: Ditto.
9903
9904 * config/i386/xm-windows.h: Delete file.
9905
9906 2002-01-19 Andrew Cagney <ac131313@redhat.com>
9907
9908 * utils.c: Include <sys/param.h> for MAXPATHLEN.
9909 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
9910
9911 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9912
9913 * alpha-tdep.c (alpha_call_dummy_words): New.
9914 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
9915 (CALL_DUMMY_P): Define.
9916 (CALL_DUMMY_WORDS): Define.
9917 (SIZEOF_CALL_DUMMY_WORDS): Define.
9918
9919 2002-01-19 Per Bothner <per@bothner.com>
9920
9921 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
9922 isn't NULL, which can happen with some gcj-3.x-produced code.
9923
9924 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
9925
9926 * alpha-tdep.c (alpha_register_virtual_type): New function.
9927 (alpha_init_frame_pc_first): Ditto.
9928 (alpha_fix_call_dummy): Ditto.
9929 (alpha_store_struct_return): Ditto.
9930 (alpha_extract_struct_value_address): Ditto.
9931 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
9932 alpha_register_virtual_type.
9933 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
9934 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
9935 alpha_extract_struct_value_address.
9936 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
9937 (INIT_FRAME_PC): Use init_frame_pc_noop.
9938 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
9939
9940 2002-01-19 Mark Kettenis <kettenis@gnu.org>
9941
9942 * i386gnu-nat.c: Include "i386-tdep.h".
9943 (fetch_fpregs): Simplify code dealing with uninitialized floating
9944 point states such that it doesn't require FP7_REGNUM.
9945
9946 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9947
9948 * alpha-tdep.c (frame_extra_info): New.
9949 (alpha_find_saved_regs): Make static. Use
9950 frame->extra_info.
9951 (alpha_frame_init_saved_regs): New function.
9952 (alpha_frame_saved_pc): Use frame->extra_info.
9953 (temp_saved_regs): Don't declare as struct frame_saved_regs.
9954 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
9955 (init_extra_frame_info): Rename to...
9956 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
9957 (alpha_print_extra_frame_info): New function.
9958 (alpha_frame_locals_address): Ditto.
9959 (alpha_frame_args_address): Ditto.
9960 (alpha_pop_frame): Use frame->extra_info.
9961 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
9962 alpha_frame_args_address.
9963 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
9964 (alpha_find_saved_regs): Remove prototype.
9965 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
9966 (EXTRA_FRAME_INFO): Remove.
9967 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
9968 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
9969
9970 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
9971
9972 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
9973 (alpha_cannot_fetch_register): Ditto.
9974 (alpha_cannot_store_register): Ditto.
9975 (alpha_register_convertible): Ditto.
9976 (alpha_use_struct_convention): Ditto.
9977 * config/alpha/tm-alpha.h: Update copyright years.
9978 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
9979 (INNER_THAN): Use core_addr_lessthan.
9980 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
9981 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
9982 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
9983 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
9984 (FRAME_CHAIN): Remove unnecessary cast.
9985
9986 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9987
9988 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
9989 obsolete.
9990
9991 2002-01-18 Andrew Cagney <ac131313@redhat.com>
9992
9993 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
9994 * monitor.c, remote-array.c, remote-bug.c: Ditto.
9995 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
9996 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
9997 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
9998 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
9999 * x86-64-linux-nat.c: Ditto.
10000
10001 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10002
10003 * alpha-tdep.c (alpha_register_name): New function.
10004 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
10005 (REGISTER_NAME): Define.
10006
10007 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10008
10009 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
10010
10011 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10012
10013 * alpha-tdep.c: Update copyright years.
10014 (alpha_next_pc): New function.
10015 (alpha_software_single_step): Ditto.
10016 * config/alpha/tm-alpha.h: Add prototype for
10017 alpha_software_single_step.
10018
10019 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
10020
10021 * alphabsd-nat.c: Update copyright years.
10022 (fill_gregset): Use regcache_collect.
10023 (fill_fpregset): Likewise.
10024 (fetch_inferior_registers): Only fetch integer registers
10025 if requested to do so.
10026 (store_inferior_registers): Only store integer registers
10027 if requested to do so.
10028
10029 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10030
10031 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
10032 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
10033 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
10034 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
10035 * config/alpha/fbsd.mh (XDEPFILES): Delete.
10036 * config/arm/linux.mh (XDEPFILES): Delete.
10037 * config/arm/nbsd.mh (XDEPFILES): Delete.
10038 * config/i386/i386dgux.mh (XDEPFILES): Delete.
10039 * config/i386/i386sol2.mh (XDEPFILES): Delete.
10040 * config/i386/i386m3.mh (XDEPFILES): Delete.
10041 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
10042 * config/i386/i386gnu.mh (XDEPFILES): Delete.
10043 * config/i386/fbsd.mh (XDEPFILES): Delete.
10044 * config/i386/i386bsd.mh (XDEPFILES): Delete.
10045 * config/i386/i386sco5.mh (XDEPFILES): Delete.
10046 * config/i386/i386v4.mh (XDEPFILES): Delete.
10047 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
10048 * config/i386/i386sco4.mh (XDEPFILES): Delete.
10049 * config/i386/i386aix.mh (XDEPFILES): Delete.
10050 * config/i386/go32.mh (XDEPFILES): Delete.
10051 * config/i386/cygwin.mh (XDEPFILES): Delete.
10052 * config/i386/i386lynx.mh (XDEPFILES): Delete.
10053 * config/i386/i386mach.mh (XDEPFILES): Delete.
10054 * config/i386/i386v32.mh (XDEPFILES): Delete.
10055 * config/i386/linux.mh (XDEPFILES): Delete.
10056 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
10057 * config/i386/ncr3000.mh (XDEPFILES): Delete.
10058 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
10059 * config/i386/i386sco.mh (XDEPFILES): Delete.
10060 * config/i386/i386v.mh (XDEPFILES): Delete.
10061 * config/i386/nbsd.mh (XDEPFILES): Delete.
10062 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
10063 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
10064 * config/i386/symmetry.mh (XDEPFILES): Delete.
10065 * config/i386/obsd.mh (XDEPFILES): Delete.
10066 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
10067 * config/ia64/linux.mh (XDEPFILES): Delete.
10068 * config/ia64/aix.mh (XDEPFILES): Delete.
10069 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
10070 * config/m68k/dpx2.mh (XDEPFILES): Delete.
10071 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
10072 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
10073 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
10074 * config/m68k/linux.mh (XDEPFILES): Delete.
10075 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
10076 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
10077 * config/m68k/nbsd.mh (XDEPFILES): Delete.
10078 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
10079 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
10080 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
10081 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
10082 * config/m88k/delta88.mh (XDEPFILES): Delete.
10083 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
10084 * config/m88k/m88k.mh (XDEPFILES): Delete.
10085 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
10086 * config/mips/linux.mh (XDEPFILES): Delete.
10087 * config/mips/irix6.mh (XDEPFILES): Delete.
10088 * config/mips/irix5.mh (XDEPFILES): Delete.
10089 * config/mips/irix4.mh (XDEPFILES): Delete.
10090 * config/mips/irix3.mh (XDEPFILES): Delete.
10091 * config/mips/decstation.mh (XDEPFILES): Delete.
10092 * config/mips/mipsm3.mh (XDEPFILES): Delete.
10093 (NATDEPFILES): Move core-aout.o to here.
10094 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
10095 * config/pa/hpux1020.mh (XDEPFILES): Delete.
10096 * config/pa/hppabsd.mh (XDEPFILES): Delete.
10097 * config/pa/hppahpux.mh (XDEPFILES): Delete.
10098 * config/pa/hpux11w.mh (XDEPFILES): Delete.
10099 * config/pa/hppaosf.mh (XDEPFILES): Delete.
10100 * config/pa/hpux11.mh (XDEPFILES): Delete.
10101 * config/powerpc/aix.mh (XDEPFILES): Delete.
10102 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
10103 * config/powerpc/linux.mh (XDEPFILES): Delete.
10104 * config/romp/rtbsd.mh: Rename XDEPFILES.
10105 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
10106 * config/rs6000/aix4.mh (XDEPFILES): Delete.
10107 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
10108 * config/s390/s390.mh (XDEPFILES): Delete.
10109 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
10110 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
10111 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
10112 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
10113 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
10114 * config/sparc/nbsd.mh (XDEPFILES): Delete.
10115 * config/sparc/linux.mh (XDEPFILES): Delete.
10116 * config/vax/vaxult.mh (XDEPFILES): Delete.
10117 * config/vax/vaxult2.mh (XDEPFILES): Delete.
10118 * Makefile.in (DEPFILES): Remove XDEPFILES.
10119
10120 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10121
10122 * utils.c (internal_verror): Fix comments, default is yes not no.
10123 Update queries to match. Default to quit and dump core.
10124
10125 2002-01-17 Andrew Cagney <ac131313@redhat.com>
10126
10127 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
10128 copyright.
10129 * defs.h, event-top.c, gdbcmd.h: Ditto.
10130 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
10131 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
10132 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
10133 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
10134 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
10135 * mi/mi-main.c:Ditto.
10136
10137 * stack.c, symfile.c: Update copyright.
10138
10139 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10140
10141 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
10142 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
10143 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
10144 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
10145
10146 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
10147
10148 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
10149 * gdbserver/low-lynx.c (myattach): Likewise.
10150 * gdbserver/low-nbsd.c (myattach): Likewise.
10151 * gdbserver/low-sim.c (myattach): Likewise.
10152 * gdbserver/low-sparc.c (myattach): Likewise.
10153 * gdbserver/low-sun3.c (myattach): Likewise.
10154
10155 * gdbserver/low-linux.c (myattach): New function.
10156
10157 * gdbserver/server.c (attach_inferior): New function.
10158 (main): Handle "--attach".
10159
10160 2002-01-16 Andrew Cagney <ac131313@redhat.com>
10161
10162 * MAINTAINERS (language support): Daniel Jacobwitz is C++
10163 maintainer.
10164
10165 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
10166
10167 * c-typeprint.c (is_type_conversion_operator): Add additional
10168 check for non-conversion operators.
10169
10170 2002-01-15 Michael Snyder <msnyder@redhat.com>
10171
10172 * linux-proc.c: Add "info proc" command, a la procfs.c.
10173 (read_mapping): New function, abstract and re-use code.
10174 (linux_find_memory_regions): Use new func read_mapping.
10175 (linux_info_proc_cmd): New function, implement "info proc".
10176 (_initialize_linux_proc): Add new command "info proc".
10177
10178 2002-01-15 Michael Snyder <msnyder@redhat.com>
10179
10180 * symfile.c (generic_load): Use bfd_map_over_sections method
10181 instead of manipulating bfd structure members directly.
10182 (add_section_size_callback): New function, bfd sections callback
10183 used by generic_load.
10184 (load_sections_callback): New function, bfd sections callback
10185 used by generic_load.
10186
10187 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
10188
10189 [Based on work by Jim Blandy]
10190 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
10191 (builtin_type_vec128): Export.
10192 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
10193 types.
10194 (builtin_type_vec128): New builtin type for 128 bit vector
10195 registers.
10196 (build_gdbtypes): Initialize builtin_type_v16qi and
10197 builtin_type_v8hi. Create the vec128 register builtin type
10198 structure.
10199 (build_builtin_type_vec128): New function.
10200 (_initialize_gdbtypes): Register builtin_type_v16qi and
10201 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
10202 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
10203 AltiVec register to new builtin type.
10204
10205 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
10206
10207 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
10208 to make_cv_type.
10209
10210 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10211
10212 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
10213 CLEAN_UP_REGISTER_VALUE.
10214 * regcache.c (supply_register): Update only call.
10215
10216 2002-01-14 Andrew Cagney <ac131313@redhat.com>
10217
10218 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10219 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10220 a29k-*-vxworks* targets as obsolete.
10221
10222 2002-01-14 Michael Snyder <msnyder@redhat.com>
10223
10224 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
10225 until we can resolve portability issues.
10226 * gregset.h: Remove references to fpxregs.
10227 * gcore.c (gcore_command): Initialize note_sec to NULL.
10228
10229 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10230
10231 * signals.c (target_signal_to_name): Rewrite. Only use
10232 signals[].name when in bounds and non-NULL.
10233
10234 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10235
10236 From Petr Ledvina <ledvinap@kae.zcu.cz>:
10237 * signals.c (target_signal_to_name): Verify that SIG is within the
10238 bounds of the signals array.
10239
10240 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10241
10242 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
10243
10244 2002-01-13 Keith Seitz <keiths@redhat.com>
10245
10246 * stack.c (print_frame_info_base): Print the frame's pc
10247 only if when print_frame_info_listing_hook is not defined.
10248
10249 2002-01-13 Keith Seitz <keiths@redhat.com>
10250
10251 * varobj.c (varobj_set_value): Make sure that there were no
10252 errors evaluating the object before attempting to set its
10253 value.
10254 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
10255 so this offset adjustment is no longer necessary.
10256 (create_child): Don't set the error flag if the child is
10257 a CPLUS_FAKE_CHILD.
10258 (value_of_child): If value_fetch_lazy fails, return NULL
10259 so that callers will be notified that an error occurred.
10260 (c_value_of_variable): Delay check of variable's validity
10261 until later. We actually want all structs and unions to have
10262 the value "{...}".
10263 Do not return "???" for variables which could not be evaluated.
10264 This error condition must be returned to the caller so that it
10265 can get the error condition from gdb.
10266 (cplus_name_of_child): Adjust index for vptr before figuring
10267 out the name of the child.
10268 (cplus_value_of_child): If a child's (real) parent is not valid,
10269 don't even bother trying to give a value for it. Just return
10270 an error. Change all instances in this function.
10271 (cplus_type_of_child): If our parent is one of the "fake"
10272 parents, we need to get at the type of the real parent, and
10273 derive the child's true type using this information.
10274
10275 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10276
10277 From 2002-01-09 John Marshall <johnm@falch.net>:
10278 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
10279 sources.redhat.com, and tweak some related URLs which had
10280 suffered from linkrot.
10281
10282 2002-01-13 Andrew Cagney <ac131313@redhat.com>
10283
10284 From Jeff law:
10285 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
10286 structures passed in registers.
10287
10288 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
10289
10290 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
10291 white space which prevented compilation. Reported by DSK
10292 <dsk@student.unsw.edu.au>.
10293
10294 2002-01-11 Michael Snyder <msnyder@redhat.com>
10295
10296 * symfile.c (build_section_addr_info_from_section_tab):
10297 Use bfd access method instead of manipulating bfd directly.
10298 (syms_from_objfile): Ditto.
10299 (simple_overlay_update_1): Ditto.
10300 (simple_overlay_update): Ditto.
10301 (generic_load): Ditto.
10302 (overlay_unmapped_address): FIXME comment, bfd access methods.
10303 (sections_overlap): FIXME comment, bfd access methods.
10304 (pc_in_mapped_range): FIXME comment, bfd access methods.
10305 (pc_in_unmapped_range): FIXME comment, bfd access methods.
10306 (section_is_mapped): FIXME comment, bfd access methods.
10307 (section_is_overlay): FIXME comment, bfd access methods.
10308
10309 * symfile.c (generic_load): Whitespace and long line cleanups.
10310 Remove duplicate variable, change several local variables to
10311 more appropriate data types.
10312 (print_transfer_performance): Use %lu instead of %ld for ulongs.
10313
10314 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10315
10316 From Peter Schauer:
10317 * language.c (longest_local_hex_string_custom): Use phex_nz to
10318 convert NUM to a hex string.
10319
10320 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
10321
10322 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
10323 the function.
10324 Update Copyright year.
10325
10326 2002-01-12 Andrew Cagney <ac131313@redhat.com>
10327
10328 * language.c (longest_raw_hex_string): Delete unused function.
10329
10330 2002-01-11 Petr Sorfa <petrs@caldera.com>
10331
10332 * MAINTAINERS (write-after-approval): Add myself.
10333 * dwarf2read.c (read_tag_string_type): Handling of
10334 DW_AT_byte_size.
10335 (read_tag_string_type): FORTRAN fix to prevent propagation of
10336 first string size.
10337 (set_cu_language): Handling of DW_LANG_Fortran95
10338
10339 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
10340
10341 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
10342 GETPID(inferior_ptid).
10343 (store_inferior_registers): Likewise.
10344
10345 2002-01-10 Jason Merrill <jason@redhat.com>
10346
10347 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
10348 Fix DW_OP_minus.
10349
10350 2002-01-10 Andrew Cagney <ac131313@redhat.com>
10351
10352 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
10353 and bfd/elf32-sh-nbsd.c.
10354
10355 2002-01-10 Michael Snyder <msnyder@redhat.com>
10356
10357 * NEWS: Mention --pid and corefile/proc-id behavior change.
10358
10359 * Makefile.in: Add rules for gcore.o and linux-proc.o.
10360 * gcore.c: Include cli/cli-decode.h instead of command.h.
10361
10362 * main.c (captured_main): Add new command line option "--pid".
10363 If the second command line argument (following the symbol-file)
10364 begins with a digit, try to attach to it before trying to open
10365 it as a corefile.
10366 (print_gdb_help): Document the "--pid" argument.
10367
10368 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
10369
10370 * completer.c (command_completer): New function.
10371
10372 * completer.h <command_completer>: Add prototype.
10373
10374 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
10375 completer for the "help" command.
10376
10377 2002-01-09 Jason Merrill <jason@redhat.com>
10378
10379 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
10380
10381 2002-01-09 Michael Snyder <msnyder@redhat.com>
10382
10383 * i386-linux-nat.c (fill_fpxregset): Make global.
10384 (store_fpxregset): Ditto.
10385
10386 * gregset.h (gdb_fpxregset_t): Define.
10387 (supply_fpxregset): Prototype.
10388 (fill_fpxregset): Prototype.
10389
10390 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
10391
10392 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10393
10394 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
10395 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
10396 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
10397
10398 2002-01-09 Andrew Cagney <ac131313@redhat.com>
10399
10400 * MAINTAINERS: Update target maintainer rules so that any
10401 Maintainer can approve a tested patch for a maintenance-only
10402 target.
10403
10404 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
10405
10406 * MAINTAINERS (write-after-approval): Add myself.
10407
10408 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
10409 IN_SIGTRAMP.
10410
10411 2002-01-08 Michael Snyder <msnyder@redhat.com>
10412
10413 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
10414 real name of the executable, rather than the /proc name.
10415
10416 2002-01-03 Michael Snyder <msnyder@redhat.com>
10417
10418 Implement a "generate-core-file" command in gdb, save target state.
10419 * gcore.c: New file. Implement new command 'generate-core-file'.
10420 Save a corefile image of the current state of the inferior.
10421 * linux-proc.c: Add linux-specific code for saving corefiles.
10422 * target.h (struct target_ops): Add new target vectors for saving
10423 corefiles; to_find_memory_regions and to_make_corefile_notes.
10424 (target_find_memory_regions): New macro.
10425 (target_make_corefile_notes): New macro.
10426 * target.c (update_current_target): Inherit new target methods.
10427 (dummy_find_memory_regions): New place-holder method.
10428 (dummy_make_corefile_notes): New place-holder method.
10429 (init_dummy_target): Initialize new dummy target vectors.
10430 * exec.c (exec_set_find_memory_regions): New function.
10431 Allow the exec_ops vector for memory regions to be taken over.
10432 (exec_make_note_section): New function, target vector method.
10433 * defs.h (exec_set_find_memory_regions): Export prototype.
10434 * procfs.c (proc_find_memory_regions): New function, corefile method.
10435 (procfs_make_note_section): New function, corefile method.
10436 (init_procfs_ops): Set new target vector pointers.
10437 (find_memory_regions_callback): New function.
10438 (procfs_do_thread_registers): New function.
10439 (procfs_corefile_thread_callback): New function.
10440 * sol-thread.c (sol_find_memory_regions): New function.
10441 (sol_make_note_section): New function.
10442 (init_sol_thread_ops): Initialize new target vectors.
10443 * inftarg.c (inftarg_set_find_memory_regions): New function.
10444 Allow to_find_memory_regions vector to be taken over.
10445 (inftarg_set_make_corefile_notes): New function.
10446 Allow to_make_corefile_notes vector to be taken over.
10447 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
10448 interface layer if not target_has_execution (may be a corefile).
10449 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
10450 * config/sparc/sun4sol2.mh: Ditto.
10451 * config/alpha/alpha-linux.mh: Ditto.
10452 * config/arm/linux.mh: Ditto.
10453 * config/i386/x86-64linux.mh: Ditto.
10454 * config/ia64/linux.mh: Ditto.
10455 * config/m68k/linux.mh: Ditto.
10456 * config/mips/linux.mh: Ditto.
10457 * config/powerpc/linux.mh: Ditto.
10458 * config/sparc/linux.mh: Ditto.
10459
10460 2002-01-07 Michael Snyder <msnyder@redhat.com>
10461
10462 * arm-linux-nat.c: Remove references to regcache.c internal data
10463 (registers[] and register_valid[]).
10464
10465 2002-01-07 Michael Snyder <msnyder@redhat.com>
10466
10467 * linux-proc.c: New file. Implement child_pid_to_exec_file,
10468 so that attaching to a pid will automatically read the process's
10469 symbol file and shlibs.
10470 * Makefile.in: Add rule for linux-proc.o.
10471 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
10472 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
10473 * config/arm/linux.mh: Ditto.
10474 * config/i386/linux.mh: Ditto.
10475 * config/i386/x86-64linux.mh: Ditto.
10476 * config/ia64/linux.mh: Ditto.
10477 * config/m68k/linux.mh: Ditto.
10478 * config/mips/linux.mh: Ditto.
10479 * config/powerpc/linux.mh: Ditto.
10480 * config/sparc/linux.mh: Ditto.
10481
10482 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
10483
10484 * win32-nat.c: Add i386-tdep.h dependency.
10485
10486 2002-01-07 Michael Snyder <msnyder@redhat.com>
10487
10488 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
10489 instead of bfd_get_arch_size. Don't bail out just because
10490 there's no exec_bfd.
10491
10492 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
10493 * p-valprint.c (pascal_object_print_value): Ditto.
10494 * somread.c (som_symtab_read): Ditto.
10495 * symfile.c (simple_free_overlay_region_table): Ditto.
10496 * valops.c (value_assign): Ditto.
10497
10498 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
10499 use tilde_expand and strerror for opening save-tracepoints file.
10500
10501 * thread-db.c (thread_db_new_objfile): Indendation fix.
10502
10503 * infptrace.c (GDB_MAX_ALLOCA): New define.
10504 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
10505 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
10506 can be overridden with whatever value is appropriate to the host).
10507 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
10508 alloca to allocate potentially large buffer.
10509 * rs6000-nat.c (child_xfer_memory): Ditto.
10510 * symm-nat.c (child_xfer_memory): Ditto.
10511 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
10512
10513 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
10514
10515 From Nick Clifton <nickc@redhat.com>
10516 * d10v-tdep.c: Set STACK_START to 0x200bffe.
10517
10518 2002-01-07 Michael Snyder <msnyder@redhat.com>
10519
10520 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10521 Don't use exec_bfd if it's NULL.
10522
10523 2002-01-06 Mark Kettenis <kettenis@gnu.org>
10524
10525 * valops.c (value_arg_coerce): Fix formatting.
10526
10527 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10528
10529 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
10530 * gnu-nat.c: Ditto.
10531
10532 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10533
10534 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
10535 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
10536 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
10537 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
10538 z8k-coff have not been multi-arched. Update z8k-coff build
10539 status.
10540
10541 2002-01-06 Andrew Cagney <ac131313@redhat.com>
10542
10543 * MAINTAINERS: Mark a29k target as obsolete.
10544 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
10545 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
10546 comments.
10547 * NEWS: Note that a29k targets are obsolete.
10548 * a29k-tdep.c: Mark as obsolete.
10549 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
10550 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
10551 a29k-*-vxworks* targets as obsolete.
10552 * remote-adapt.c: Obsolete.
10553 * remote-eb.c: Obsolete.
10554 * remote-mm.c: Obsolete.
10555 * remote-udi.c: Obsolete.
10556 * config/a29k/a29k-udi.mt: Obsolete.
10557 * config/a29k/a29k.mt: Obsolete.
10558 * config/a29k/tm-a29k.h: Obsolete.
10559 * config/a29k/tm-vx29k.h: Obsolete.
10560 * config/a29k/vx29k.mt: Obsolete.
10561
10562 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10563
10564 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
10565 with BFD_ENDIAN_BIG.
10566
10567 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10568
10569 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
10570 * configure, config.in: Re-generate.
10571 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
10572 * defs.h: Do not include <endian.h>.
10573
10574 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
10575
10576 * acconfig.h (HAVE_PT_GETXMMREGS): New.
10577 * config.in: Regenerate.
10578 * configure.in: Update copyright years.
10579 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
10580 * configure: Regenerate.
10581 * i386bsd-nat.c: Update copyright years.
10582 (fill_gregset): Use regcache_collect.
10583 (fetch_inferior_registers): Only fetch integer registers
10584 if requested to do so. Add support for XMM registers
10585 using PT_GETXMMREGS.
10586 (store_inferior_registers): Only store integer registers
10587 if requested to do so. Add support for XMM registers
10588 using PT_SETXMMREGS.
10589 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
10590 (store_inferior_registers): Remove.
10591 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
10592 (fetch_elfcore_registers): New function.
10593 (i386nbsd_elfcore_fns): New.
10594 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
10595 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
10596 i386bsd-nat.o.
10597 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
10598 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
10599 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
10600 * config/i386/tm-nbsd.h: Update copyright years.
10601 (HAVE_SSE_REGS): Define.
10602 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
10603 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
10604 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
10605 (SIGCONTEXT_PC_OFFSET): Remove.
10606 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
10607
10608 2002-01-05 Andrew Cagney <ac131313@redhat.com>
10609
10610 * configure.tgt: Remove powerpc-*-macos* target.
10611 * config/m68k/xm-mpw.h: Delete file.
10612 * config/xm-mpw.h: Delete file.
10613 * ser-mac.c: Delete file.
10614 * mpw-make.sed: Delete file.
10615 * mpw-config.in: Delete file.
10616 * mac-xdep.c: Delete file.
10617 * mac-gdb.r: Delete file.
10618 * mac-defs.h: Delete file.
10619 * mac-nat.c: Delete file.
10620 * config/powerpc/macos.mh: Delete file.
10621 * config/powerpc/macos.mt: Delete file.
10622 * config/powerpc/nm-macos.h: Delete file.
10623 * config/powerpc/tm-macos.h: Delete file.
10624 * source.c (openp, open_source_file): Remove obsolete code.
10625 * top.c (gdb_readline): Ditto.
10626 * utils.c (query): Ditto.
10627 * event-top.c (display_gdb_prompt): Ditto.
10628 * Makefile.in (ser-mac.o): Delete obsolete target.
10629 * NEWS: Update.
10630
10631 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10632
10633 * defs.h (BIG_ENDIAN): Delete macro definition.
10634 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
10635 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
10636 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
10637 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
10638 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
10639 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
10640 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
10641 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
10642 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
10643 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
10644 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
10645 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
10646 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10647 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
10648 * gdbarch.c: Re-generate.
10649
10650 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10651
10652 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
10653 for core files.
10654
10655 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10656
10657 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
10658
10659 2002-01-04 Andrew Cagney <ac131313@redhat.com>
10660
10661 * value.h (value_ptr): Delete typedef.
10662
10663 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10664
10665 * i386nbsd-nat.c: Update copyright years.
10666 Include i386-tdep.h.
10667
10668 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
10669
10670 * stabsread.c: Update copyright years.
10671
10672 From Debashis Mahata <debashis.mahata@wipro.com>:
10673 (read_struct_fields): Deal with Sun C compiler erroneous stab
10674 output for structs and unions.
10675 Fix PR gdb/269.
10676
10677 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10678
10679 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
10680 prototype.
10681
10682 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10683
10684 * cp-abi.c: Fix whitespace.
10685 (baseclass_offset): New wrapper function.
10686 * cp-abi.h (baseclass_offset): Add prototype.
10687 (struct cp_abi_ops): Add baseclass_offset pointer.
10688
10689 * valops.c (vb_match): Move to...
10690 * gnu-v2-abi.c (vb_match): here.
10691 * valops.c (baseclass_offset): Move to...
10692 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
10693
10694 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
10695
10696 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
10697 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
10698 * hpacc-abi.c (init_hpacc_ops): Likewise.
10699
10700 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
10701
10702 * valops.c (find_overload_match): Accept obj as a
10703 reference parameter. Update it before returning.
10704 * value.h (find_overload_match): Update prototype.
10705 * eval.c (evaluate_subexp_standard): Pass object to
10706 find_overload_match by reference.
10707
10708 2002-01-03 Andrew Cagney <ac131313@redhat.com>
10709
10710 * valarith.c: Replace value_ptr with struct value pointer. Remove
10711 register attribute from value declarations.
10712 * valops.c: Ditto.
10713 * value.h: Ditto.
10714 * scm-lang.c (scm_lookup_name): Ditto.
10715
10716 2002-01-03 Michael Snyder <msnyder@redhat.com>
10717
10718 Abstract the functionality of iterating over mapped memory
10719 regions into a general purpose iterator function.
10720 * procfs.c (iterate_over_mappings): New function, general purpose
10721 iterator for memory sections.
10722 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
10723 (solib_mappings_callback): New function, callback for above.
10724 (info_proc_mappings): Reimpliment using iterate_over_mappings.
10725 (info_mappings_callback): New function, callback for above.
10726
10727 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
10728
10729 2002-01-01 Mark Kettenis <kettenis@gnu.org>
10730
10731 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
10732 * i386-tdep.c: Include "elf-bfd.h".
10733 (process_note_abi_tag_sections): New function.
10734 (i386_gdbarch_init): Add code to recognize various OS/ABI
10735 combinations.
10736
10737 * maint.c (_initialize_maint_cmds): Add missing \ in
10738 string-literal.
10739
10740 For older changes see ChangeLog-2001
10741 \f
10742 Local Variables:
10743 mode: change-log
10744 left-margin: 8
10745 fill-column: 74
10746 version-control: never
10747 End:
This page took 0.246287 seconds and 5 git commands to generate.