219ed9a6e24f8211d48c5983da2e320207911897
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-08-24 Jim Blandy <jimb@redhat.com>
2
3 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
4 the stack until we've decided what sort of result the evaluation
5 has produced. Use separate variables, with more specific names.
6
7 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
8
9 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
10 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
11 (arm_netbsd_init_abi_common): Register them.
12
13 2004-08-22 Mark Kettenis <kettenis@gnu.org>
14
15 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
16
17 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
18 safe_frame_unwind_memory instead of target_read_memory.
19
20 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
21 Reorder includes.
22 (fetch_register, store_register): Remove prototypes.
23 (child_resume): Reorganize code and comments such that it is
24 grouped a bit more logically.
25 (attach): Explicitly compare errno against 0.
26 (detach): Likewise. Use perror_with_name instead of
27 print_sys_errmsg.
28 * Makefile.in (infptrace.o): Update dependencies.
29
30 * ia64-linux-nat.c: Update copyright year.
31 (fetch_debug_register, store_debug_register)
32 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
33 PTRACE_TYPE_ARG3.
34 * config/ia64/nm-linux.h: Update copyright year.
35 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
36
37 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
38 from CORE_ADDR to struct frame_info *. Use
39 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
40 (amd64_linux_sigtramp_p): Adjust for changed signature of
41 and64_linux_sigtramp_start
42
43 * gdb_ptrace.h: GNU/Linux.
44
45 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
46 Remove defines.
47
48 * infptrace.c: Include "gdb_assert.h".
49 (PTRACE_XFER_TYPE): Remove define.
50 (offsetof): Only define if U_REGS_OFFSET isn't defined.
51 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
52 Tweak comment.
53 (fetch_inferior_registers, store_inferior_registers): Remove
54 redundant culry braces. Tweak comment. s/regno/regnum.
55 * Makefile.in (infptrace.o): Update dependencies.
56
57 * configure.in: Change test for return type of ptrace to default
58 to `long' instead of `int'.
59 * configure: Regenerate.
60
61 2004-08-21 Mark Kettenis <kettenis@gnu.org>
62
63 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
64
65 * configure.in: Check for ttrace function.
66 * configure, config.in: Regenerate.
67
68 * gdb_ptrace.h: New file.
69 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
70 <sys/ptrace.h>.
71 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
72 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
73 (attach): Don't define PT_ATTACH.
74 (detach): Don't define PT_DETACH.
75 * Makefile.in (gdb_ptrace_h): New variable.
76 (infptrace.o): Update dependencies.
77
78 2004-08-16 Mark Kettenis <kettenis@gnu.org>
79
80 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
81 instead of `int' if not already defined.
82 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
83 PTRACE_TYPE_ARG3.
84 * infptrace.c (call_ptrace): Revert change that replaced
85 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
86
87 2004-08-15 Mark Kettenis <kettenis@gnu.org>
88
89 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
90 Remove defines.
91
92 * linux-nat.c (kill_inferior): Add missing third and fourth
93 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
94
95 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
96 PTRACE_TYPE_RET.
97
98 * proc-why.c (proc_prettyfprint_why): Fix format string.
99
100 * solib-osf.c (osf_current_sos): Remove unsused label.
101
102 * configure.in: Add <ncurses/ncurses.h> to the list of possible
103 curses headers.
104 * configure, config.in: Regenerate.
105 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
106 <ncurses/ncurses.h>.
107
108 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
109 * config/nm-nbsd.h: Update copyright year.
110 (PTRACE_ARG3_TYPE): Remove define.
111
112 * sparc-nat.c (fetch_inferior_registers)
113 (store_inferior_registers, sparc_xfer_wcookie):
114 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
115
116 * alphabsd-nat.c (fetch_inferior_registers):
117 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
118 PTRACE_TYPE_ARG3.
119 * amd64bsd-nat.c (fetch_inferior_registers)
120 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
121 PTRACE_TYPE_ARG3.
122 * armnbsd-nat.c: Update copyright year.
123 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
124 (store_register, store_regs, store_fp_register, store_fp_regs):
125 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
126 * hppabsd-nat.c (fetch_inferior_registers)
127 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
128 PTRACE_TYPE_ARG3.
129 * i386bsd-nat.c (fetch_inferior_registers)
130 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
131 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
132 * m68kbsd-nat.c (fetch_inferior_registers)
133 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
134 PTRACE_TYPE_ARG3.
135 * m88kbsd-nat.c (fetch_inferior_registers)
136 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
137 PTRACE_TYPE_ARG3.
138 * mipsnbsd-nat.c: Update copyright year.
139 (fetch_inferior_registers, store_inferior_registers):
140 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
141 * ns32knbsd-nat.c: Update copyright year.
142 (fetch_inferior_registers, store_inferior_registers):
143 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
144 * ppcnbsd-nat.c (fetch_inferior_registers):
145 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
146 PTRACE_TYPE_ARG3.
147 * ppcobsd-nat.c (fetch_inferior_registers):
148 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
149 PTRACE_TYPE_ARG3.
150 * shnbsd-nat.c: Update copyright year.
151 (fetch_inferior_registers, store_inferior_registers):
152 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
153 * vaxbsd-nat.c (fetch_inferior_registers)
154 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
155 PTRACE_TYPE_ARG3.
156
157 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
158 PTRACE_TYPE_ARG3.
159 * infptrace.c (call_ptrace, child_resume, attach, detach)
160 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
161 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
162 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
163 PTRACE_TYPE_ARG3.
164
165 2004-08-14 Mark Kettenis <kettenis@gnu.org>
166
167 * defs.h: Remove out-of-date comment.
168 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
169 [!GETENV_PROVIDED] (getenv): Remove prototype.
170
171 * standalone.c: Remove file.
172 * Makefile.in (standalone.o): Remove dependency.
173
174 * i386-linux-nat.c (dummy_sse_values): Remove function and
175 prototype.
176 (i386_linux_dr_get): Fix typo in comment.
177 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
178
179 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
180
181 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
182 from declaration.
183 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
184 from definition.
185
186 2004-08-13 Mark Kettenis <kettenis@gnu.org>
187
188 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
189 parenthesis in definition.
190 * configure: Regenerated.
191
192 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
193
194 * PROBLEMS: Mention build/1411.
195
196 2004-08-09 Robert Millan <robertmh@gnu.org>
197
198 Committed by Nathanael Nerode.
199 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
200 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
201
202 2004-08-12 Andrew Cagney <cagney@gnu.org>
203
204 * NEWS: Mention fixes in GDB 6.2.1.
205 * PROBLEMS: Remove mention of mips-irix.
206
207 2004-08-11 Joel Brobecker <brobecker@gnat.com>
208
209 * config/powerpc/xm-aix.h: Delete.
210 * config/powerpc/aix.mh (MH_FILE): Remove.
211 * config/powerpc/aix432.mh (MH_FILE): Remove.
212
213 2004-08-11 Joel Brobecker <brobecker@gnat.com>
214
215 * config/powerpc/aix.mh: Remove obsolete comment.
216 * config/powerpc/aix432.mh: Likewise.
217
218 2004-08-11 Joel Brobecker <brobecker@gnat.com>
219
220 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
221
222 2004-08-11 Joel Brobecker <brobecker@gnat.com>
223
224 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
225 this file is now empty.
226 * config/xm-aix4.h: Remove, this file is no longer included
227 anywhere.
228
229 2004-08-11 Joel Brobecker <brobecker@gnat.com>
230
231 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
232 that file is now empty.
233 (termdef): Remove prototype, function no longer used.
234
235 2004-08-11 Joel Brobecker <brobecker@gnat.com>
236
237 * doc/gdbint.texinfo (Host Definition): Remove documentation
238 for USE_O_NOCTTY, no longer used.
239 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
240 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
241
242 2004-08-11 Joel Brobecker <brobecker@gnat.com>
243
244 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
245 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
246 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
247
248 2004-08-11 Mark Kettenis <kettenis@gnu.org>
249
250 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
251 instead of FIVE_ARG_PTRACE.
252
253 * inflow.c (O_NOCTTY): Define to zero if not already defined.
254 (new_tty): Use O_NOCTTY unconditionally.
255
256 2004-08-10 Mark Kettenis <kettenis@gnu.org>
257
258 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
259 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
260 fflush on stdout.
261
262 2004-08-10 Joel Brobecker <brobecker@gnat.com>
263
264 * xcoff_symfile_finish: Replace last call to xmfree by call
265 to xfree.
266
267 2004-08-10 Andrew Cagney <cagney@gnu.org>
268
269 * main.c (captured_main): Delete call to init_malloc.
270 * defs.h (init_malloc): Delete declaration.
271 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
272 (init_malloc): Delete functions.
273
274 * defs.h (xmfree): Delete.
275 * utils.c (xmfree): Delete function.
276 (xfree): Inline calls to xmfree and mfree.
277 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
278 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
279 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
280 * somread.c (som_symfile_finish): Ditto.
281 * objfiles.c (allocate_objfile, free_objfile):
282 * nlmread.c (nlm_symfile_finish): Ditto.
283 * hpread.c (hpread_symfile_finish): Ditto.
284 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
285 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
286 * coffread.c (coff_symfile_finish): Ditto.
287
288 * defs.h (xmcalloc): Delete declaration.
289 * utils.c (xmcalloc): Delete.
290 (xcalloc): Inline calls to xmcalloc and mcalloc.
291 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
292 xcalloc and xfree.
293 * symtab.c (create_demangled_names_hash): Ditto.
294
295 * defs.h (xmrealloc): Delete.
296 * utils.c (xmrealloc): Delete.
297 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
298 * symmisc.c (extend_psymbol_list): Use xrealloc.
299 * source.c (find_source_lines): Ditto.
300 * hpread.c (hpread_lookup_type): Ditto.
301 * dbxread.c (add_bincl_to_list): Ditto.
302
303 * utils.c (xmmalloc): Delete.
304 (xmalloc): Inline xmmalloc and mmalloc calls.
305 (msavestring): Use xmalloc.
306 * defs.h (xmmalloc): Delete declaration.
307 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
308 xmmalloc.
309 * symmisc.c (extend_psymbol_list): Ditto.
310 * symfile.c (init_psymbol_list): Ditto.
311 * source.c (find_source_lines): Ditto.
312 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
313 * elfread.c (elf_symtab_read): Ditto.
314 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
315 * coffread.c (coff_symfile_init): Ditto.
316
317 2004-08-10 David Carlton <carlton@bactrian.org>
318
319 * MAINTAINERS: Remove David Carlton from c++ testsuite
320 maintainers.
321
322 2004-08-10 Jerome Guitton <guitton@gnat.com>
323
324 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
325 print a line feed before the prompt.
326
327 2004-08-10 Mark Kettenis <kettenis@gnu.org>
328
329 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
330
331 2004-08-09 Joel Brobecker <brobecker@gnat.com>
332
333 General cleanup of the AIX xm include file:
334 * config/xm-aix4.h (fd_set): Remove undefine.
335 Remove include of <sys/select.h>.
336 (HAVE_TERMIO): Remove define.
337 (USG): Likewise.
338 (NULL): Remove redefine.
339 (alloca): Remove #pragma.
340 (vfork): Remove define.
341 (termdef): Remove.
342 (SIGWINCH_HANDLER): Remove.
343 (SIGWINCH_HANDLER_BODY): Remove.
344
345 2004-08-09 Mark Kettenis <kettenis@gnu.org>
346
347 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
348 GDB_OSABI_OPENBSD_ELF.
349
350 2004-08-07 Robert Millan <robertmh@gnu.org>
351
352 * bsd-kvm.c: Check for nlist.h before including it.
353
354 2004-08-09 Mark Kettenis <kettenis@gnu.org>
355
356 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
357 sigcontext' offset consistency checks for ancient BSD.
358
359 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
360
361 * configure.in: Check for <sys/types.h>. Check return and
362 argument types of ptrace.
363 * configure, config.in: Regenerate.
364
365 2004-08-09 Jim Blandy <jimb@redhat.com>
366
367 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
368 rs6000_register_sim_regno): Doc fixes.
369
370 2004-08-08 Joel Brobecker <brobecker@gnat.com>
371
372 * mips-tdep.c: Include "floatformat.h".
373 (n32n64_floatformat_always_valid): New function.
374 (floatformat_n32n64_long_double_big): New constant.
375 (mips_gdbarch_init): Set size and format of long double
376 for N32 and N64 ABIs.
377 * Makefile.in (mips-tdep.o): Update dependencies.
378
379 2004-08-08 Andrew Cagney <cagney@gnu.org>
380
381 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
382 print. Improve script's error messages.
383 * gdbarch.h: Re-generate.
384
385 * gdbarch.sh (pformat): New function.
386 (float_format, double_format, long_double_format): List with bit
387 members. Use pformat when printing.
388 * gdbarch.c, gdbarch.h: Re-generate.
389
390 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
391
392 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
393 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
394 (ppcnbsd_supply_pcb): New function.
395 (_initialize_ppcnbsd_nat): New prototype and function.
396 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
397 (LOADLIBES): New variable.
398 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
399
400 2004-08-08 Andrew Cagney <cagney@gnu.org>
401
402 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
403 (builtin_type_ieee_double, builtin_type_ia64_quad)
404 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
405 BE/LE floating-point types.
406 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
407 (builtin_type_ieee_double, builtin_type_ia64_quad)
408 (builtin_type_ia64_spill): Declare.
409 * doublest.c (_initialize_doublest, floatformat_ieee_single)
410 (floatformat_ieee_double, floatformat_arm_ext)
411 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
412 of LE/BE floatformats.
413 * doublest.h: (struct floatformat, floatformat_ieee_single)
414 (floatformat_ieee_double, floatformat_arm_ext)
415 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
416
417 2004-08-08 Mark Kettenis <kettenis@gnu.org>
418
419 * i386gnu-nat.c (gnu_store_registers): Fix typo.
420
421 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
422 instead of regcache_raw_supply when storing the registers.
423
424 * i386gnu-nat.c: Update copyright year.
425 (gnu_store_registers): Don't use deprecated_registers and
426 deprecated_registers_valid. Use regcache_valid_p and
427 regcache_raw_supply instead.
428
429 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
430 frame_pc_unwind.
431
432 * procfs.c (procfs_pid_to_str): Remove redundant and unused
433 variables. Incapitalized "process".
434
435 * configure.in: Add cursesX to the list of possible curses libs.
436 Add cursesX.h to the list of possible curses headers.
437 * configure, config.in: Regenerate.
438
439 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
440
441 * configure.in: Test for struct lwp in <sys/lwp.h>.
442 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
443 the offset of l_addr in struct lwp.
444
445 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
446
447 * bsd-kvm.c: Include "gdbcore.h"
448 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
449
450 2004-08-07 Andrew Cagney <cagney@gnu.org>
451
452 * gdbtypes.c (build_flt, build_complex): New functions.
453 (gdbtypes_post_init): Use.
454
455 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
456
457 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
458 through to builtin_type_uint128.
459
460 * c-exp.y: Use builtin_type function to obtain builtin types.
461
462 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
463 builtin_uint128.
464 * gdbtypes.c (gdbtypes_post_init): Update.
465 (build_gdbtypes): Move initialization of builtin_type_int0
466 through to builtin_type_uint128 from here ...
467 (_initialize_gdbtypes): ... to here.
468 * d10v-tdep.c (d10v_register_type): Update.
469
470 * doublest.c: Update copyright.
471 (floatformat_from_length): Call error when floatformat is NULL.
472 (extract_floating_by_length): Remove NULL fmt check.
473 (store_floating_by_length): Ditto.
474
475 2004-08-07 Andrew Cagney <cagney@gnu.org>
476
477 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
478 that the register is valid.
479
480 2004-08-05 Mark Kettenis <kettenis@chello.nl>
481
482 * i386-linux-tdep.c (i386_linux_sigtramp_start)
483 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
484 struct frame_info *. Use safe_frame_unwind_memory instead of
485 deprecated_read_memory_nobpt.
486 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
487 changed signature of i386_linux_sigtramp_start and
488 i386_linux_rt_sigtramp_start.
489
490 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
491 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
492 instead of deprecated_read_memory_nobpt.
493 (i386nbsd_sigtramp_p): Adjust for changed signature of
494 i386nbsd_sigtramp_offset.
495
496 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
497 safe_frame_unwind_memory instead of target_read_memory.
498
499 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
500 !NO_SYS_FILE.
501 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
502 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
503 (_initialize_kernel_u_addr): Remove prototype and function.
504 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
505 !NO_SYS_FILE.
506 * xcoffread.c: Likewise.
507
508 2004-08-06 Mark Kettenis <kettenis@gnu.org>
509
510 * vax-nat.c: New file.
511 * vaxbsd-nat.c: Tweak comment.
512 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
513 vaxnbsd-tdep.c.
514 (vax-nat.o): New dependency.
515 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
516 (vax-*-ultrix2*): Remove.
517 * config/vax/vax.mh: New file.
518 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
519 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
520 (vax_register_u_addr): New prototype.
521 (REGISTER_U_ADDR): Define using vax_register_u_addr.
522 * config/vax/vaxult2.mh: Remove file.
523 * config/vax/vaxult.mh: Remove file.
524 * config/vax/vaxbsd.mh: Remove file.
525 * config/vax/vax.mt (TM_FILE): Remove.
526 * config/vax/tm-vaxbsd.h: Remove file.
527
528 2004-08-06 Joel Brobecker <brobecker@gnat.com>
529
530 * aix-thread.c (get_signaled_thread): New function.
531 (iter_trap): Delete, no longer used.
532 (iter_tid): New function.
533 (pd_update): Find the thread that received the SIGTRAP signal
534 by first locating the kernel thread, and then finding its
535 associated thread.
536
537 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
538
539 * lin-lwp.c (child_wait): Continue inferior after processing
540 PTRACE_EVENT_CLONE event.
541
542 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
543
544 * MAINTAINERS: Add self to Write-After-Approval.
545
546 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
547
548 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
549 libunwind-xxxx.so" where xxxx is UNW_TARGET.
550
551 2004-08-05 Andrew Cagney <cagney@gnu.org>
552
553 * config/xm-sysv4.h: Delete file.
554 * config/mips/xm-irix5.h: Delete file.
555 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
556 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
557 * config/ia64/xm-aix.h: Delete file.
558 * config/ia64/aix.mh (XM_FILE): Delete.
559 * config/pa/xm-hppah.h: Delete file.
560 * config/pa/hpux11w.mh (XM_FILE): Delete.
561 * config/pa/hpux11.mh (XM_FILE): Delete.
562 * config/pa/hpux1020.mh (XM_FILE): Delete.
563 * config/pa/hppahpux.mh (XM_FILE): Delete.
564
565 * config/alpha/xm-alphalinux.h: Delete file.
566 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
567 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
568 * config/alpha/xm-alphaosf.h: Delete file.
569 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
570 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
571 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
572 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
573
574 * config/i386/xm-i386v.h: Delete file.
575 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
576 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
577 * config/i386/xm-i386sco.h: Delete file.
578 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
579 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
580 * config/i386/xm-i386v4.h: Delete file.
581 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
582 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
583 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
584 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
585
586 * config/vax/xm-vax.h: Delete file.
587 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
588 * config/vax/xm-vaxult2.h: Delete file.
589 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
590 * config/vax/vaxult2.mh (XM_FILE): Delete.
591 * config/vax/xm-vaxult.h: Delete file.
592 * config/vax/vaxult.mh (XM_FILE): Delete.
593 * config/vax/xm-vaxbsd.h: Delete file.
594 * config/vax/vaxbsd.mh (XM_FILE): Delete.
595
596 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
597 * gdbarch.h, gdbarch.c: Re-generate.
598 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
599 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
600 * frame.h: Delete deprecated_read_fp from comments.
601 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
602 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
603
604 2004-08-04 Mark Kettenis <kettenis@gnu.org>
605
606 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
607 trampoline in OpenBSD 3.5-current.
608
609 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
610 SSE registers.
611
612 * Makefile.in: Remove embedded page breaks.
613
614 2004-08-04 Jim Blandy <jimb@redhat.com>
615
616 * regcache.c (regcache_raw_read): Assert that, after calling
617 target_fetch_registers, the register we're reading is cached.
618
619 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
620 a call to 'internal_error', with a more helpful error message.
621 * rs6000-tdep.c (e500_pseudo_register_read,
622 e500_pseudo_register_write, rs6000_store_return_value): Same.
623
624 2004-08-04 Andrew Cagney <cagney@gnu.org>
625
626 * Makefile.in: Update dependencies.
627
628 2004-08-04 Jim Blandy <jimb@redhat.com>
629
630 Change the layout of the PowerPC E500 raw register cache to allow
631 the lower 32-bit halves of the GPRS to be their own raw registers,
632 not pseudoregisters.
633 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
634 add ppc_ev0_upper_regnum flag.
635 * rs6000-tdep.c: #include "reggroups.h".
636 (spe_register_p): Recognize the ev upper half registers as SPE
637 registers.
638 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
639 registers.
640 (e500_move_ev_register): New function.
641 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
642 vector registers are the pseudo-registers now, formed by splicing
643 together the gprs and the upper-half registers.
644 (e500_register_reggroup_p): New function.
645 (P): Macro deleted.
646 (P8, A4): New macro.
647 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
648 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
649 macros.
650 (registers_e500): Rearrange register set so that the raw register
651 set contains 32-bit GPRs and upper-half registers, and the SPE
652 vector registers become pseudo-registers.
653 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
654 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
655 register numbers are now the same for the E500 as they are for
656 other PowerPC variants. Register e500_register_reggroup_p as the
657 register group function for the E500.
658 * Makefile.in (rs6000-tdep.o): Update dependencies.
659
660 Adapt PPC E500 native support to the new raw regcache layout.
661 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
662 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
663 (fetch_spe_register, store_spe_register): Handle fetching/storing
664 all the SPE registers at once, if regno == -1. These now take
665 over the job of fetch_spe_registers and store_spe_registers.
666 (fetch_spe_registers, store_spe_registers): Deleted.
667 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
668 unconditionally; they're always raw. Fetch/store SPE upper half
669 registers, if present, instead of ev registers.
670 (fetch_register, store_register): Remove sanity checks: gprs are
671 never pseudo-registers now, so we never need to even mention any
672 registers that are ever pseudoregisters.
673
674 Use a fixed register numbering when communicating with the PowerPC
675 simulator.
676 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
677 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
678 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
679 New functions.
680 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
681 init_sim_regno_table.
682 * Makefile.in (gdb_sim_ppc_h): New variable.
683 (rs6000-tdep.o): Update dependencies.
684
685 2004-08-02 Andrew Cagney <cagney@gnu.org>
686
687 * cris-tdep.c (cris_register_size): Restore function, still used
688 locally.
689
690 * gdbarch.sh (deprecated_target_read_fp)
691 (deprecated_frame_locals_address, deprecated_frame_args_address)
692 (deprecated_frame_chain_valid, deprecated_frame_chain)
693 (deprecated_init_extra_frame_info, deprecated_pop_frame)
694 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
695 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
696 * gdbarch.h, gdbarch.c: Re-generate.
697 * regcache.c (deprecated_read_fp): Do not call
698 DEPRECATED_TARGET_READ_FP_P.
699 * infcmd.c (default_print_registers_info): Do not call
700 DEPRECATED_DO_REGISTERS_INFO.
701 * frame-base.c (default_frame_locals_address): Do not call
702 DEPRECATED_FRAME_LOCALS_ADDRESS.
703 (default_frame_args_address): Do not call
704 DEPRECATED_FRAME_ARGS_ADDRESS.
705
706 * gdbarch.sh (deprecated_register_raw_size)
707 (deprecated_register_virtual_size:int): Delete.
708 * gdbarch.h, gdbarch.c: Re-generate.
709 * cris-tdep.c (cris_register_size): Delete.
710 (cris_gdbarch_init): Update.
711 * alpha-tdep.c (alpha_register_raw_size)
712 (alpha_register_virtual_size): Delete.
713 (alpha_gdbarch_init): Update.
714
715 * gdbarch.sh (deprecated_register_virtual_type)
716 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
717 (deprecated_dummy_write_sp): Delete.
718 * gdbarch.h, gdbarch.c: Re-generate.
719
720 * gdbarch.sh (deprecated_register_bytes): Delete.
721 * gdbarch.h, gdbarch.c: Re-generate.
722 * regcache.c (deprecated_register_bytes): New function.
723 * regcache.h (deprecated_register_bytes): Declare.
724 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
725 * v850-tdep.c (v850_gdbarch_init): Update.
726 * sh64-tdep.c (sh64_gdbarch_init): Update.
727 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
728 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
729 * mcore-tdep.c (mcore_gdbarch_init): Update.
730 * cris-tdep.c (cris_gdbarch_init): Update.
731 * arm-tdep.c (arm_gdbarch_init): Update.
732 * remote.c (init_remote_state): Update.
733 * remote-vx.c (vx_prepare_to_store): Update.
734 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
735 * irix5-nat.c (fetch_core_registers): Update.
736 * cris-tdep.c (cris_register_bytes_ok): Update.
737 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
738
739 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
740 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
741 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
742 (mips_insn16_frame_base_address, mips_insn16_frame_base)
743 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
744 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
745 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
746 (mips_insn32_frame_base_address, mips_insn32_frame_base)
747 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
748 with mips_insn16 and mips_insn32.
749
750 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
751 * rs6000-tdep.c (rs6000_push_dummy_call)
752 (rs6000_extract_return_value): Use register_size.
753 * xstormy16-tdep.c (xstormy16_get_saved_register)
754 (xstormy16_extract_return_value): Ditto.
755 * valops.c (value_assign): Ditto.
756 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
757 * v850-tdep.c (v850_extract_return_value): Ditto.
758 * tracepoint.c (collect_symbol): Ditto.
759 * target.c (debug_print_register): Ditto.
760 * stack.c (frame_info): Ditto.
761 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
762 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
763 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
764 (store_register_using_P): Ditto.
765 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
766 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
767 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
768 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
769 * regcache.c (deprecated_read_register_bytes)
770 (deprecated_write_register_bytes, read_register)
771 (write_register): Ditto.
772 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
773 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
774 * monitor.c (monitor_supply_register, monitor_fetch_register)
775 (monitor_store_register): Ditto.
776 * mn10300-tdep.c (mn10300_pop_frame_regular)
777 (mn10300_print_register): Ditto.
778 * mipsv4-nat.c (fill_fpregset): Ditto.
779 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
780 (mips64_fill_fpregset): Ditto.
781 * mi/mi-main.c (register_changed_p, get_register)
782 (mi_cmd_data_write_register_values): Ditto.
783 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
784 * irix5-nat.c (fill_gregset, fetch_core_registers):
785 * infrun.c (write_inferior_status_register): Ditto.
786 * infptrace.c (fetch_register, store_register): Ditto.
787 * infcmd.c (default_print_registers_info): Ditto.
788 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
789 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
790 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
791 * hpux-thread.c (hpux_thread_fetch_registers)
792 (hpux_thread_store_registers): Ditto.
793 * hppah-nat.c (store_inferior_registers, fetch_register):
794 * findvar.c (value_from_register): Ditto.
795 * dve3900-rom.c (fetch_bitmapped_register):
796 * cris-tdep.c (cris_gdbarch_init): Ditto.
797 * alpha-tdep.h: Ditto.
798 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
799
800 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
801 DEPRECATED_REGISTER_RAW_SIZE from comments.
802 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
803 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
804 DEPRECATED_REGISTER_RAW_SIZE.
805 * findvar.c (value_of_register): Simplify by assuming that the
806 registers raw and virtual sizes are identical.
807 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
808 comment.
809 * arch-utils.c (generic_register_size): Simplify by assuming
810 register_type.
811
812 * regcache.c (legacy_read_register_gen, real_register)
813 (legacy_write_register_gen): Delete, not used.
814
815 * regcache.c (struct regcache_descr): Delete legacy_p.
816 (init_legacy_regcache_descr): Delete function.
817 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
818 Do not use deprecated register functions.
819 (regcache_raw_read, deprecated_write_register_gen):
820 (deprecated_read_register_gen, regcache_raw_write): Delete code
821 predicated on legacy_p.
822 (register_size): Delete check against register raw size.
823
824 * cris-tdep.c (cris_register_type): Replace
825 cris_register_virtual_type.
826 (cris_gdbarch_init): Update, set register_type.
827
828 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
829 * gdbarch.h, gdbarch.c: Re-generate.
830 * arm-tdep.c (arm_frameless_function_invocation): Delete.
831 (arm_gdbarch_init) Do not set frameless function invocation.
832 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
833 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
834 * frv-tdep.c (frv_frameless_function_invocation): Delete.
835 (frv_gdbarch_init): Do not set frameless function invocation.
836 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
837 * sh-tdep.c (sh_gdbarch_init): Ditto.
838 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
839 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
840 * avr-tdep.c (avr_gdbarch_init): Ditto.
841
842 * blockframe.c (legacy_frame_chain_valid): Delete function.
843
844 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
845 and pc. Update comments.
846 (pc_in_dummy_frame): Delete function.
847 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
848 use the "id".
849 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
850 call_hi, top and pc, use the id.
851 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
852
853 * dummy-frame.c: Include "gdb_string.h".
854 (generic_save_call_dummy_addr, generic_push_dummy_frame)
855 (generic_save_dummy_frame_tos): Delete.
856 (dummy_frame_push): New function, replaces above.
857 * dummy-frame.h: Update copyright.
858 (dummy_frame_push): Declare.
859 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
860 (generic_save_call_dummy_addr): Delete declarations.
861 * infcall.c: Include "dummy-frame.h".
862 (call_function_by_hand): Add locals caller_regcache,
863 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
864 with call to frame_save_as_regcache plus cleanup. Delete calls to
865 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
866 Move clear_proceed_status to just before the resume, add call to
867 dummy_frame_push (discard cleanup).
868 * Makefile.in (infcall.o): Add $(dummy_frame_h).
869 (dummy-frame.o): Add $(gdb_string_h).
870
871 2004-08-01 Andrew Cagney <cagney@gnu.org>
872
873 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
874 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
875 * dummy-frame.c (find_dummy_frame): Delete.
876 (struct dummy_frame_cache, dummy_frame_sniffer)
877 (dummy_frame_prev_register, dummy_frame_this_id)
878 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
879 frame unwinder using a dummy_frame_cache.
880
881 2004-08-01 Andrew Cagney <cagney@gnu.org>
882
883 * frame.h (frame_save_as_regcache): Declare.
884 * frame.c (frame_save_as_regcache): New function.
885 (do_frame_read_register): Replace do_frame_unwind_register.
886 (frame_pop): Use frame_save_as_regcache.
887 * dummy-frame.c (generic_push_dummy_frame): Use
888 frame_save_as_regcache.
889
890 2004-08-01 Joel Brobecker <brobecker@gnat.com>
891
892 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
893 file as included until we record the first line in the linetable.
894
895 2004-08-01 Andrew Cagney <cagney@gnu.org>
896
897 * frame.h (deprecated_pop_dummy_frame)
898 (deprecated_read_register_dummy)
899 (deprecated_generic_find_dummy_frame): Delete.
900 * dummy-frame.c (deprecated_generic_find_dummy_frame)
901 (deprecated_read_register_dummy)
902 (deprecated_find_dummy_frame_regcache)
903 (discard_innermost_dummy)
904 (deprecated_pop_dummy_frame): Delete.
905 (dummy_frame_this_id): Simplify.
906 (struct dummy_frame): Delete "fp" and "sp".
907 (find_dummy_frame): Simplify.
908 (generic_push_dummy_frame): Do not set "fp" or "sp".
909 (fprint_dummy_frames): Do not print "fp" and "sp"
910
911 2004-08-01 Mark Kettenis <kettenis@gnu.org>
912
913 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
914 (struct i386_insn): New structure.
915 (i386_match_insn): New function.
916 (i386_frame_setup_skip_insns): New variable.
917 (i386_analyze_frame_setup): Change to use i386_match_insn and the
918 array i386_frame_setup_insns of instructions that should be
919 skipped inside the frame setup sequence.
920
921 2004-08-01 Andrew Cagney <cagney@gnu.org>
922
923 * frame.h (deprecated_frame_xmalloc_with_cleanup)
924 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
925 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
926 * stack.c (frame_info): Delete references to
927 DEPRECATED_FRAME_INIT_SAVED_REGS and
928 deprecated_get_frame_saved_regs.
929 * frame.c (struct frame_info): Delete saved_regs and extra_info.
930 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
931 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
932 (frame_unwind_register_signed)
933 (frame_unwind_register_unsigned)
934 (frame_unwind_unsigned_register): Use register_size.
935 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
936 (deprecated_frame_xmalloc_with_cleanup)
937 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
938 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
939
940 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
941 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
942 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
943 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
944
945 * infcall.c (call_function_by_hand): Do not use
946 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
947 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
948 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
949 DEPRECATED_STACK_ALIGN.
950
951 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
952
953 Committed by Andrew Cagney.
954 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
955
956 2004-08-01 Andrew Cagney <cagney@gnu.org>
957
958 * mips-tdep.c (mips16_frame_cache)
959 (mips16_frame_this_id, mips16_frame_prev_register)
960 (mips16_frame_unwind, mips16_frame_sniffer)
961 (mips16_frame_base_address, mips16_frame_base)
962 (mips16_frame_base_sniffer, mips32_frame_cache)
963 (mips32_frame_this_id, mips32_frame_prev_register)
964 (mips32_frame_unwind, mips32_frame_sniffer)
965 (mips32_frame_base_address, mips32_frame_base)
966 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
967 separate heuristic mips16 and mips32 unwinders.
968 (mips_stub_frame_cache, mips_stub_frame_this_id)
969 (mips_stub_frame_prev_register)
970 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
971 (mips_stub_frame_base_address, mips_stub_frame_base)
972 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
973 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
974 match true mdebug frames.
975 (non_heuristic_proc_desc): Add forward declaration.
976
977 2004-08-01 Andrew Cagney <cagney@gnu.org>
978
979 * config/mips/tm-irix6.h: Delete file.
980 * config/mips/tm-irix5.h: Delete file.
981 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
982 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
983
984 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
985 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
986 * config/nm-gnu.h (NO_CORE_OPS): Delete.
987 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
988 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
989 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
990 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
991 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
992 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
993 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
994 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
995 (TARGET_SIGNAL_RAW_VALUES): Delete.
996 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
997 Delete.
998 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
999 (TARGET_HW_WATCH_LIMIT): Delete.
1000 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1001 * minimon.h: Delete file.
1002
1003 * trad-frame.c (trad_frame_get_this_base)
1004 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1005 functions.
1006 * trad-frame.h (trad_frame_set_this_base)
1007 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1008
1009 2004-07-31 Andrew Cagney <cagney@gnu.org>
1010
1011 * trad-frame.c (trad_frame_get_prev_register): Rename
1012 trad_frame_get_prev_register.
1013 * vax-tdep.c (vax_frame_prev_register): Update.
1014 * trad-frame.h: Update.
1015 * trad-frame.c (trad_frame_get_register): Update.
1016 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1017 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1018 Update.
1019 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1020 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1021 Update.
1022 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1023 Update.
1024 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1025 Update.
1026 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1027 Update.
1028 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1029 Update.
1030 * s390-tdep.c (s390_frame_prev_register)
1031 (s390_stub_frame_prev_register)
1032 (s390_sigtramp_frame_prev_register): Update.
1033 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1034 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1035 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1036 * m88k-tdep.c (m88k_frame_prev_register)
1037 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1038 * m32r-tdep.c (m32r_frame_prev_register): Update.
1039 * hppa-tdep.c (hppa_frame_prev_register_helper)
1040 * frv-tdep.c (frv_frame_prev_register): Update.
1041 * d10v-tdep.c (d10v_frame_prev_register): Update.
1042 * cris-tdep.c (cris_frame_prev_register): Update.
1043 * avr-tdep.c (avr_frame_prev_register): Update.
1044 * arm-tdep.c (arm_prologue_prev_register)
1045 (arm_sigtramp_prev_register): Update.
1046
1047 2004-07-31 Andrew Cagney <cagney@gnu.org>
1048
1049 * frame.h (legacy_saved_regs_unwind)
1050 (legacy_frame_chain_valid, legacy_frame_p)
1051 (enum frame_type): Delete UNKNOWN_FRAME.
1052 * dummy-frame.c (dummy_frame_this_id): Simplify.
1053 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
1054 * frame.c (struct frame_info): Delete the field "type".
1055 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1056 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1057 (legacy_saved_regs_unwind, legacy_frame_p)
1058 (frame_type_from_pc): Delete.
1059 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1060 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1061
1062 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1063
1064 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1065 indentation.
1066
1067 * mips-nat.c: Remove file.
1068 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1069 (mips-nat.o): Remove dependency.
1070
1071 * infptrace.c: Update copyright year.
1072 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1073 explicitly setting the buffer to all zeroes.
1074
1075 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1076 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1077
1078 2004-07-30 Andrew Cagney <cagney@gnu.org>
1079
1080 * GDB 6.2 released from gdb_6_2-branch.
1081
1082 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1083
1084 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1085
1086 * exec.c (exec_file_attach):
1087 * nto-tdep.c (nto_find_and_open_solib):
1088 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1089 * solib.c (solib_open):
1090 * somsolib.c (som_solib_sizeof_symbol_table):
1091 * source.c (is_regular_file, openp, open_source_file):
1092 * symfile.c (symfile_bfd_open):
1093 * wince.c (upload_to_device): Differentiate between the search for
1094 binary and source files.
1095
1096 2004-07-30 Andrew Cagney <cagney@gnu.org>
1097
1098 * complaints.c (_initialize_complaints): Pass NULL to
1099 add_setshow_zinteger_cmd for help_doc.
1100 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1101
1102 2004-07-30 Andrew Cagney <cagney@gnu.org>
1103
1104 Fix PR i18n/761.
1105 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1106 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1107 $(PACKAGE).pot and update-po.
1108 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1109 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1110 (update-po): New rules.
1111 (localedir): Define using autoconf.
1112 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1113 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1114 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1115 * configure.in: Generate CATALOGS and LINGUAS from contents of
1116 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1117 * configure: Re-generate.
1118 * po/gdbtext: New file
1119
1120 2004-07-30 Jerome Guitton <guitton@gnat.com>
1121
1122 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1123 order.
1124
1125 2004-07-30 David Lecomber <dsl@sources.redhat.com>
1126
1127 * dwarf2read.c (read_file_scope): Set producer if attribute
1128 present.
1129 (struct dwarf2_cu): Added new member producer.
1130
1131 2004-07-30 Jerome Guitton <guitton@gnat.com>
1132
1133 * inflow.c (kill_command): release file handles in BFD.
1134 * exec.c (exec_file_attach): Ditto.
1135 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1136
1137 2004-07-29 Andrew Cagney <cagney@gnu.org>
1138
1139 * PROBLEMS (mips-irix): Note that it is broken.
1140
1141 2004-07-29 Andrew Cagney <cagney@gnu.org>
1142
1143 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1144 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1145
1146 * config/xm-nbsd.h: Delete file.
1147 * config/arm/xm-nbsd.h: Delete file.
1148 * config/i386/xm-nbsd.h: Delete file.
1149 * config/ns32k/xm-nbsd.h: Delete file.
1150 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
1151 * config/i386/nbsdelf.mh (XM_FILE): Delete.
1152 * config/i386/nbsdaout.mh (XM_FILE): Delete.
1153 * config/arm/nbsdelf.mh (XM_FILE): Delete.
1154 * config/arm/nbsdaout.mh (XM_FILE): Delete.
1155
1156 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
1157 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
1158 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
1159 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
1160 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
1161 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
1162
1163 * config/powerpc/xm-linux.h: Delete empty file.
1164 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
1165 * config/powerpc/linux.mh (XM_FILE): Delete.
1166 * config/m68k/xm-linux.h: Delete empty file.
1167 * config/m68k/linux.mh (XM_FILE): Delete.
1168 * config/ia64/xm-linux.h: Delete empty file.
1169 * config/ia64/linux.mh (XM_FILE): Delete.
1170 * config/arm/xm-linux.h: Delete empty file.
1171 * config/arm/linux.mh (XM_FILE): Delete.
1172
1173 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1174 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
1175 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1176 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
1177 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1178 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
1179 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1180 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
1181
1182 * config/m68k/xm-m68k.h: Delete file.
1183 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
1184 copyright.
1185 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
1186 * config/pa/xm-linux.h: Delete empty file.
1187 * config/pa/linux.mh (XM_FILE): Delete.
1188 * config/i386/xm-i386.h: Delete empty file.
1189 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
1190 "i386/xm-i386.h".
1191 * config/i386/obsdaout.mh (XM_FILE): Delete.
1192 * config/i386/obsd64.mh (XM_FILE): Delete.
1193 * config/i386/fbsd64.mh (XM_FILE): Delete.
1194 * config/i386/nto.mh (XM_FILE): Delete.
1195 * config/i386/obsd.mh (XM_FILE): Delete.
1196 * config/i386/linux64.mh (XM_FILE): Delete.
1197 * config/i386/linux.mh (XM_FILE): Delete.
1198 * config/i386/i386sol2.mh (XM_FILE): Delete.
1199 * config/i386/i386gnu.mh (XM_FILE): Delete.
1200 * config/i386/fbsd.mh (XM_FILE): Delete.
1201 * config/i386/nbsd64.mh (XM_FILE): Delete.
1202
1203 2004-07-29 Andrew Cagney <cagney@gnu.org>
1204
1205 * config/pa/xm-linux.h: Do not include "floatformat.h".
1206 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1207 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1208 * config/i386/xm-i386.h: Do not include "floatformat.h".
1209 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1210 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1211 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1212 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1213 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1214 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1215 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1216 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1217 * configure, config.in: Regenerate.
1218 * configure.host (gdb_host_float_format, gdb_host_double_format)
1219 (gdb_host_long_double_format): Set according to the host.
1220
1221 2004-07-29 Andrew Cagney <cagney@gnu.org>
1222
1223 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1224
1225 2004-07-28 Andrew Cagney <cagney@gnu.org>
1226
1227 * PROBLEMS: Mention threads/1650.
1228 * NEWS: Mention the NPTL fix.
1229
1230 2004-07-28 Andrew Cagney <cagney@gnu.org>
1231
1232 * cli/cli-decode.c (add_setshow_cmd): Delete function.
1233 (add_setshow_cmd_full): Make static.
1234 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
1235 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
1236 * cli/cli-decode.c (add_setshow_filename_cmd)
1237 (add_setshow_string_cmd): New functions.
1238 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
1239 * mips-tdep.c (_initialize_mips_tdep): Update.
1240 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
1241 * cli/cli-logging.c (_initialize_cli_logging): Update.
1242 * complaints.c (_initialize_complaints): Update.
1243 * remote.c (_initialize_remote): Update.
1244
1245 2004-07-28 Andrew Cagney <cagney@gnu.org>
1246
1247 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1248 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1249 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1250 print parameters. Make string parameters constant.
1251 * command.h: Update. Update copyright.
1252 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1253 * observer.c (_initialize_observer): Ditto.
1254 * frame.c (_initialize_frame): Ditto.
1255 * complaints.c (_initialize_complaints): Ditto.
1256 * maint.c (_initialize_maint_cmds): Ditto.
1257 * target.c (initialize_targets): Ditto.
1258 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1259 * infcall.c (_initialize_infcall): Ditto.
1260 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1261 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1262 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1263 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1264 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1265
1266 2004-07-28 Andrew Cagney <cagney@gnu.org>
1267
1268 * gdbtypes.c (lookup_primitive_typename): Delete function.
1269 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1270 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1271 * gdbtypes.c (lookup_typename): Ditto.
1272 * f-exp.y (yylex): Ditto.
1273 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1274
1275 * scm-lang.c (c_builtin_types): Delete extern declaration.
1276 (scm_language_defn): Replace
1277 string_char_type and primitive_type_vector with
1278 la_language_arch_info.
1279 * jv-lang.c (java_language_defn): Replace
1280 string_char_type and primitive_type_vector with
1281 la_language_arch_info.
1282 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1283 c_builtin_types in comment.
1284 * c-lang.h (struct language_arch_info): Declare opaque.
1285 (c_language_arch_info): Declare.
1286 (c_builtin_types): Delete declaration.
1287 * c-lang.c (c_language_arch_info): Set string_char_type to
1288 builtin_char, not builtin_true_char. Make global.
1289 (c_builtin_types): Delete array.
1290 (asm_language_defn, minimal_language_defn): Replace
1291 string_char_type and primitive_type_vector with
1292 la_language_arch_info.
1293
1294 2004-07-28 Andrew Cagney <cagney@gnu.org>
1295
1296 * gdbtypes.h (struct builtin_type): Rename true_char to
1297 builtin_true_char.
1298 * gdbtypes.c (gdbtypes_post_init): Update.
1299 * c-lang.c (arch_info): New function.
1300 (enum c_primitive_types): New enum.
1301 (c_language_defn): Instead of string_char_type and
1302 primitive_type_vector set la_language_arch_info.
1303
1304 2004-07-28 Andrew Cagney <cagney@gnu.org>
1305
1306 * language.h (struct language_arch_info): Fix typo
1307 s/primative/primitive/.
1308 * gdbtypes.c (lookup_primitive_typename): Ditto.
1309 * language.c (language_lookup_primitive_type_by_name)
1310 (unknown_language_arch_info): Ditto.
1311
1312 2004-07-27 Andrew Cagney <cagney@gnu.org>
1313
1314 * defs.h (enum language): Add nr_languages.
1315 * language.h (struct language_arch_info): Define.
1316 (struct language_defn): Add la_language_arch_info.
1317 (language_lookup_primative_type_by_name): Declare.
1318 (language_string_char_type): Declare.
1319 * language.c (_initialize_language, language_gdbarch_post_init)
1320 (struct language_gdbarch, language_gdbarch_data): Implement
1321 per-architecture language information.
1322 (unknown_language_arch_info, language_string_char_type)
1323 (language_lookup_primative_type_by_name): New functions.
1324 (unknown_language_defn, auto_language_defn)
1325 (local_language_defn): Set la_language_arch_info to
1326 unknown_language_arch_info.
1327 (unknown_builtin_types): Delete.
1328 * gdbtypes.c (lookup_primitive_typename): Use
1329 language_lookup_primative_type_by_name.
1330 (create_string_type): Use language_string_char_type.
1331 * values.c (value_from_string): Use language_string_char_type.
1332 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1333 * p-lang.c (pascal_language_defn): Ditto.
1334 * m2-lang.c (m2_language_defn): Ditto.
1335 * jv-lang.c (java_language_defn): Ditto.
1336 * objc-lang.c (objc_language_defn): Ditto.
1337 * f-lang.c (f_language_defn): Ditto.
1338 * c-lang.c (c_language_defn, cplus_language_defn)
1339 (asm_language_defn, minimal_language_defn): Ditto.
1340
1341 2004-07-27 Andrew Cagney <cagney@gnu.org>
1342
1343 * gdbtypes.h (struct builtin_type): Declare.
1344 (builtin_type): Declare.
1345 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1346 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1347 (gdbtypes_post_init): New function.
1348 (builtin_type): New function.
1349
1350 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
1351
1352 * remote-m32r-sdi.c: Fix breakpoint bug.
1353 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1354 recv_char_data, recv_long_data): New functions to replace communication
1355 sequences.
1356
1357 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
1358
1359 Document PR threads/1650.
1360 * PROBLEMS (Threads): Document problem with many threads
1361
1362 2004-07-26 Andrew Cagney <cagney@gnu.org>
1363
1364 * gdb-mi.el: Move from here ...
1365 * mi/gdb-mi.el: ... to here.
1366
1367 2004-07-26 Andrew Cagney <cagney@gnu.org>
1368
1369 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1370 * main.c (captured_main): When in batch mode always detach.
1371
1372 2004-07-26 Andrew Cagney <cagney@gnu.org>
1373
1374 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1375 and h8300 as broken.
1376 * NEWS: END-OF-LIFE frame compatibility module.
1377 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1378 specific comments.
1379
1380 2004-07-26 Andrew Cagney <cagney@gnu.org>
1381
1382 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1383 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1384 * wince.c (_initialize_wince): Update.
1385 * win32-nat.c (_initialize_win32_nat): Update.
1386 * varobj.c (_initialize_varobj): Update.
1387 * valops.c (_initialize_valops): Update.
1388 * utils.c (initialize_utils, initialize_utils): Update.
1389 * tui/tui-win.c (_initialize_tui_win): Update.
1390 * top.c (init_main): Update.
1391 * symfile.c (_initialize_symfile): Update.
1392 * source.c (_initialize_source): Update.
1393 * somsolib.c (_initialize_som_solib): Update.
1394 * solib.c (_initialize_solib): Update.
1395 * solib-frv.c (_initialize_frv_solib): Update.
1396 * serial.c (_initialize_serial): Update.
1397 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
1398 * remote.c (_initialize_remote, _initialize_remote): Update.
1399 * remote-vx.c (_initialize_vx): Update.
1400 * remote-utils.c (_initialize_sr_support): Update.
1401 * remote-sds.c (_initialize_remote_sds): Update.
1402 * remote-mips.c (_initialize_remote_mips): Update.
1403 * remote-e7000.c (_initialize_remote_e7000): Update.
1404 * proc-api.c (_initialize_proc_api): Update.
1405 * printcmd.c: Update.
1406 * parse.c (_initialize_parse): Update.
1407 * pa64solib.c (_initialize_pa64_solib): Update.
1408 * p-valprint.c (_initialize_pascal_valprint): Update.
1409 * monitor.c (_initialize_remote_monitors): Update.
1410 * mips-tdep.c (_initialize_mips_tdep): Update.
1411 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1412 * maint.c (_initialize_maint_cmds): Update.
1413 * lin-lwp.c (_initialize_lin_lwp): Update.
1414 * language.c (_initialize_language): Update.
1415 * kod.c (_initialize_kod): Update.
1416 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
1417 * i386-tdep.c (_initialize_i386_tdep): Update.
1418 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
1419 * gdbarch.sh: Update.
1420 * gdbarch.c: Re-generate.
1421 * gdb-events.sh: Update.
1422 * gdb-events.c: Re-generate.
1423 * frame.c (_initialize_frame): Update.
1424 * exec.c: Update.
1425 * demangle.c (_initialize_demangler): Update.
1426 * dcache.c (_initialize_dcache): Update.
1427 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
1428 * cp-valprint.c (_initialize_cp_valprint): Update.
1429 * corefile.c (_initialize_core): Update.
1430 * command.h: Update.
1431 * cli/cli-decode.h: Update.
1432 * cli/cli-cmds.c (init_cli_cmds): Update.
1433 * charset.c (_initialize_charset): Update.
1434 * breakpoint.c (_initialize_breakpoint): Update.
1435 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
1436 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1437 * aix-thread.c (_initialize_aix_thread): Update.
1438
1439 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1440
1441 Partial fix for PR backtrace/1718.
1442 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
1443 that GCC migrates into the prolugue. Don't handle any
1444 instructions that clobber %ebx.
1445
1446 2004-07-23 Andrew Cagney <cagney@gnu.org>
1447
1448 Use regcache_raw_collect instead of regcache_collect.
1449 * regcache.h (regcache_collect): Delete declaration.
1450 * regcache.c (regcache_colect): Delete function.
1451 * win32-nat.c (do_child_store_inferior_registers): Update.
1452 * sol-thread.c (sol_thread_store_registers): Update.
1453 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
1454 * rs6000-nat.c (store_register): Update.
1455 * remote.c (store_register_using_P, remote_store_registers): Update.
1456 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
1457 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
1458 (fill_vrregset, store_spe_registers, fill_gregset)
1459 (fill_gregset): Update.
1460 * nto-procfs.c (procfs_store_registers): Update.
1461 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
1462 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
1463 * m68klinux-nat.c (store_register, fill_gregset): Update.
1464 * m68k-tdep.c (fill_gregset): Update.
1465 * infptrace.c (store_register): Update.
1466 * i386-nto-tdep.c (i386nto_regset_fill): Update.
1467 * i386-linux-nat.c (store_register, fill_gregset): Update.
1468 * hppa-linux-nat.c (fill_gregset): Update.
1469 * go32-nat.c (store_register): Update.
1470 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
1471 (store_fp_regs): Update.
1472 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
1473 (store_nwfpe_extended, store_fpregister, store_fpregs)
1474 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
1475 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
1476 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
1477 (store_regs_user_thread, store_regs_kernel_thread): Update.
1478
1479 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1480
1481 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
1482 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
1483 encoding.
1484 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
1485 member of `struct comp_unit'.
1486
1487 2004-07-23 Andrew Cagney <cagney@gnu.org>
1488
1489 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
1490 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
1491
1492 2004-07-23 Martin Hunt <hunt@redhat.com>
1493 Kevin Buettner <kevinb@redhat.com>
1494
1495 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
1496 alignment was being added to the offset instead of multiplied.
1497
1498 2004-07-23 Mark Kettenis <kettenis@gnu.org>
1499
1500 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
1501 changed signal trampoline in OpenBSD 3.5-current.
1502
1503 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
1504 <machine/pcb.h> and "bsd-kvm.h".
1505 (sparc64nbsd_supply_pcb): New function.
1506 (_initialize_sparc64nbsd_nat): Renamed from
1507 _initialize_sparcnbsd_nat. Enable libkvm interface.
1508 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
1509 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
1510 (LOADLIBES): New variable.
1511
1512 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
1513
1514 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
1515
1516 2004-07-21 Andrew Cagney <cagney@gnu.org>
1517
1518 Use regcache_raw_supply instead of supply_register.
1519 * regcache.h (supply_register): Delete declaration.
1520 * regcache.c (supply_register): Delete function.
1521 * wince.c (do_child_fetch_inferior_registers): Update.
1522 * win32-nat.c (do_child_fetch_inferior_registers)
1523 (fetch_elf_core_registers): Update.
1524 * v850ice.c (v850ice_fetch_registers): Update.
1525 * thread-db.c (thread_db_store_registers): Update.
1526 * sol-thread.c (sol_thread_store_registers): Update.
1527 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
1528 * rs6000-nat.c (fetch_register): Update.
1529 * rom68k-rom.c (rom68k_supply_one_register): Update.
1530 * remote.c (remote_wait, remote_async_wait): Update.
1531 * remote-st.c (get_hex_regs): Update.
1532 * remote-sim.c (gdbsim_fetch_register): Update.
1533 * remote-sds.c (sds_fetch_registers): Update.
1534 * remote-rdp.c (remote_rdp_fetch_register): Update.
1535 * remote-rdi.c (arm_rdi_fetch_registers): Update.
1536 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
1537 * remote-m32r-sdi.c (m32r_fetch_register): Update.
1538 * remote-hms.c (init_hms_cmds): Update.
1539 * remote-est.c (init_est_cmds): Update.
1540 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
1541 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
1542 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
1543 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
1544 (fetch_register, supply_vrregset, supply_vrregset)
1545 (fetch_spe_registers): Update.
1546 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
1547 * monitor.c (monitor_supply_register): Update.
1548 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
1549 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
1550 (mipsnbsd_supply_fpreg): Update.
1551 * mips-nat.c (fetch_inferior_registers)
1552 (fetch_core_registers): Update.
1553 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
1554 (supply_fpregset, mips64_supply_gregset)
1555 (mips64_supply_fpregset): Update.
1556 * m68klinux-nat.c (fetch_register, supply_gregset)
1557 (supply_fpregset): Update.
1558 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
1559 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
1560 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
1561 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
1562 * infptrace.c (fetch_register): Update.
1563 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
1564 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
1565 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
1566 (gnu_fetch_registers, gnu_store_registers): Update.
1567 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
1568 * i386-linux-nat.c (fetch_register, supply_gregset)
1569 (dummy_sse_values): Update.
1570 * hpux-thread.c (hpux_thread_fetch_registers): Update.
1571 * hppah-nat.c (fetch_register): Update.
1572 * hppa-linux-nat.c (fetch_register, supply_gregset)
1573 (supply_fpregset): Update.
1574 * go32-nat.c (fetch_register): Update.
1575 * dve3900-rom.c (fetch_bitmapped_register)
1576 (_initialize_r3900_rom): Update.
1577 * cris-tdep.c (supply_gregset): Update.
1578 * abug-rom.c (init_abug_cmds): Update.
1579 * core-aout.c (fetch_core_registers): Update.
1580 * armnbsd-nat.c (supply_gregset, supply_fparegset)
1581 (fetch_register, fetch_fp_register): Update.
1582 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
1583 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
1584 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
1585 * alphanbsd-tdep.c (fetch_core_registers): Update.
1586 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
1587 * alpha-nat.c (fetch_osf_core_registers)
1588 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
1589 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
1590 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
1591
1592 2004-07-21 Andrew Cagney <cagney@gnu.org>
1593
1594 * PROBLEMS: Mention breakpoints/1702.
1595 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
1596 that is known to work.
1597
1598 2004-07-21 Andrew Cagney <cagney@gnu.org>
1599
1600 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
1601 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
1602 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
1603 (handle_inferior_event): Wrap call to deprecated
1604 IGNORE_HELPER_CALL in #ifdef.
1605 * config/mips/tm-nbsd.h: Update.
1606
1607 2004-07-20 Jim Blandy <jimb@redhat.com>
1608
1609 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
1610 bfd_mach_ppc has no segment registers.
1611
1612 Include PowerPC SPR numbers for special-purpose registers.
1613 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
1614 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
1615 new member in initializer.
1616 (S, S4, SN4, S64): New macros for defining special-purpose
1617 registers.
1618 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
1619 registers_403, registers_403GC, registers_505, registers_860,
1620 registers_601, registers_602, registers_603, registers_604,
1621 registers_750, registers_e500): Use them.
1622
1623 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
1624 replace references with expression used to initialize variable.
1625
1626 2004-07-20 Andrew Cagney <cagney@gnu.org>
1627
1628 * breakpoint.c (deprecated_read_memory_nobpt): Rename
1629 read_memory_nobpt.
1630 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
1631 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
1632 (s390_sigtramp_frame_sniffer): Update.
1633 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
1634 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
1635 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1636 (mips32_fetch_instruction): Update.
1637 * mcore-tdep.c (get_insn): Update.
1638 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
1639 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
1640 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
1641 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1642 (i386_linux_rt_sigtramp_start): Update.
1643 * i386-linux-nat.c (child_resume): Update.
1644 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
1645 * hppa-linux-tdep.c (insns_match_pattern): Update.
1646 * gdbcore.h: Update.
1647 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
1648 * frame.c (safe_frame_unwind_memory): Update.
1649 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
1650 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
1651 * alpha-tdep.c (alpha_read_insn): Update.
1652
1653 2004-07-20 Andrew Cagney <cagney@gnu.org>
1654
1655 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
1656 containing both bytes and mask. Add "frame_type".
1657 * tramp-frame.c (tramp_frame_start): Update.
1658 (tramp_frame_prepend_unwinder): Update.
1659 * mips-linux-tdep.c (mips_linux_o32_sigframe)
1660 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
1661 (mips_linux_n64_rt_sigframe): Update. Make "static const".
1662 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
1663
1664 2004-07-19 Eli Zaretskii <eliz@gnu.org>
1665
1666 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
1667 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
1668 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
1669 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
1670
1671 2004-07-17 Andrew Cagney <cagney@gnu.org>
1672
1673 * NEWS, PROBLEMS: Update for 6.2.
1674
1675 * README: Update to 6.2.
1676
1677 * utils.c (xvasprintf): Call xstrvprintf.
1678
1679 * parse.c: Update copyright.
1680 (null_post_parser): Eliminate ARGSUSED.
1681
1682 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
1683 * tui/tui-win.c (tui_get_cmd_list): Ditto.
1684 * symfile-mem.c (_initialize_symfile_mem): Ditto.
1685
1686 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
1687 * ppc-linux-nat.c: Use "Linux kernel".
1688 * hppa-linux-tdep.c: Use GNU/Linux.
1689 * hppa-linux-nat.c: Use GNU/Linux.
1690 * dwarfread.c: Add [sic] to use of Linux.
1691
1692 * hppa-linux-nat.c: Do not include <string.h>.
1693 (supply_fpregset): Remove "register" attribute.
1694
1695 * solib-frv.c (fetch_loadmap): Use xfree, not free.
1696
1697 2004-07-17 Mark Kettenis <kettenis@gnu.org>
1698
1699 * configure.in: Define _MSE_INT_H on Solaris 9 too.
1700 * configure, config.in: Regenerated.
1701
1702 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
1703 "bsd-kvm.h".
1704 (vaxbsd_supply_pcb): New function.
1705 (_initialize_vaxbsd_nat): New prototype and function.
1706 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
1707 solib-sunos.o.
1708 (LOADLIBES): New variable.
1709 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1710 (LOADLIBES): New variable.
1711 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1712 (LOADLIBES): New variable.
1713 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1714
1715 2004-07-16 Andrew Cagney <cagney@gnu.org>
1716
1717 * defs.h (event_loop_p): Replace variable declaration with macro,
1718 always 1.
1719 * main.c (captured_main): Delete options "-async" and "-noasync".
1720 (event_loop_p): Delete variable.
1721 * NEWS: Mention that "-async" and "-noasync" were removed.
1722
1723 2004-07-16 Andrew Cagney <cagney@gnu.org>
1724
1725 * remote-m32r-sdi.c: Re-indent.
1726
1727 2004-07-16 Jim Blandy <jimb@redhat.com>
1728
1729 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
1730 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
1731 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
1732 missing MPC823 SPRs.
1733 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
1734 incorrect. (This was corrected in GDB's register name tables on
1735 2004-07-14.)
1736
1737 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
1738 should be "esasrr" ("ESA Save and Restore Register").
1739
1740 2004-07-16 Andrew Cagney <cagney@gnu.org>
1741
1742 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
1743 calls, no longer applicable. Update comments and rename parameter
1744 "step_frame" to "return_frame".
1745
1746 2004-07-16 Andrew Cagney <cagney@gnu.org>
1747
1748 * frame.c (fprint_field): New function.
1749 (fprint_frame_id): Use fprint_field.
1750
1751 2004-07-15 Joel Brobecker <brobecker@gnat.com>
1752
1753 * ada-lang.c (ada_language_defn): Remove commented out code.
1754
1755 2004-07-15 Jim Blandy <jimb@redhat.com>
1756
1757 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
1758 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
1759
1760 2004-07-14 Jim Blandy <jimb@redhat.com>
1761
1762 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
1763
1764 * ppc-tdep.h (ppc_num_vrs): New enum constant.
1765
1766 * ppc-tdep.h (ppc_num_srs): New enum constant.
1767
1768 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
1769 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
1770 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
1771 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
1772 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
1773 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
1774 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
1775 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
1776 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
1777 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
1778 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
1779 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
1780 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
1781 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
1782 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
1783 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
1784 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
1785 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
1786 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
1787 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
1788 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
1789 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
1790 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
1791 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
1792 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
1793 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
1794 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
1795 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
1796 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
1797 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
1798 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
1799 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
1800 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
1801 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
1802 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
1803 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
1804 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
1805 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
1806 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
1807 special-purpose register numbers.
1808
1809 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
1810 manual mentions 'md_twb', but many mention 'm_twb', and at that
1811 point in the register list.)
1812
1813 2004-07-14 Andrew Cagney <cagney@gnu.org>
1814
1815 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
1816 instead of "internal-error".
1817
1818 2004-07-10 Joel Brobecker <brobecker@gnat.com>
1819
1820 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
1821 that was inserted inside a comment.
1822
1823 2004-07-10 Randolph Chung <tausq@debian.org>
1824
1825 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
1826 function.
1827 (hppa_hpux_push_dummy_code): New function.
1828 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
1829 Set find_global_pointer method.
1830
1831 2004-07-10 Mark Kettenis <kettenis@gnu.org>
1832
1833 * NEWS: Mention BSD libkvm interface.
1834
1835 2004-07-10 Michael Snyder <msnyder@redhat.com>
1836
1837 * symfile.c (generic_load): Comment typo.
1838 * stack.c (get_selected_block): Ditto.
1839 * regcache.c (regcache_cooked_read): Ditto.
1840 * monitor.c (monitor_debug): Ditto.
1841 * mips-tdep.c (mips_read_pc): Ditto.
1842 * i386-linux-nat.c (ps_get_thread_area): Ditto.
1843 * gdb_mbuild.sh: Ditto.
1844 * gdbarch.sh: Ditto.
1845 * gdbarch.h: Ditto.
1846
1847 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
1848
1849 * ada-tasks.c: Remove file.
1850
1851 Remove ARI problems:
1852
1853 * ada-exp.y (write_var_from_sym): Reformat to put operator at
1854 beginning of line.
1855
1856 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
1857 Add comment.
1858 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
1859 (MIN_OF_SIZE): Rename min_of_size. Add comment.
1860 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
1861 (UMIN_OF_SIZE): Remove.
1862 (max_of_type): New function to replace orphan macro in gdbtypes.h
1863 (min_of_type): Ditto.
1864 (discrete_type_high_bound): Use max_of_type.
1865 (discrete_type_low_bound): Use min_of_type.
1866 (possible_user_operator_p): Move operator to beginning of line.
1867 (ada_is_variant_part): Ditto.
1868 (ensure_lval): Rewrite to avoid deprecated operations.
1869 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
1870 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
1871 (ada_enum_name): Remove assignments in 'if' statements.
1872 (build_ada_types): Add gdbarch parameter.
1873 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
1874 with gdbarch_data_register_post_init.
1875 Use add_setshow_uinteger_cmd rather than add_set_cmd and
1876 add_show_from_set.
1877
1878 * ada-valprint.c (inspect_it): Remove declaration.
1879 (repeat_count_threshold): Remove declaration.
1880 (ada_print_floating): Remove assignments in 'if' statements.
1881 (print_str): Move operator to beginning of line.
1882
1883 2004-07-08 Jim Blandy <jimb@redhat.com>
1884
1885 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
1886
1887 2004-07-08 Bob Rossi <bob@brasko.net>
1888
1889 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
1890
1891 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
1892
1893 * language.h (struct_language_defn): Add new function pointer:
1894 la_class_name_from_physname. Also add new prototype for
1895 language_class_name_from_physname.
1896 * language.c (language_class_name_from_physname): New function.
1897 (unk_lang_class_name): Ditto.
1898 (unknown_language_defn, auto_language_defn): Change
1899 to add unk_lang_class_name function pointer for
1900 la_class_name_from_physname.
1901 (local_language_defn): Ditto.
1902 * dwarf2read.c (guess_structure_name): Change to call
1903 language_class_name_from_physname.
1904 (determine_class_name): Ditto.
1905 * cp-support.c (class_name_from_physname): Renamed.
1906 (cp_class_name_from_physname): New name of function.
1907 * cp-support.h: Ditto.
1908 * c-lang.c (c_language_defn): Change to add NULL
1909 for class_name_from_physname function pointer.
1910 (cplus_language_defn): Change to add cp_class_name_from_physname.
1911 * jv-lang.c (java_class_name_physname): New function.
1912 (java_find_last_component): New static routine.
1913 (java_language_defn): Add java_class_name_from_physname pointer.
1914 * ada-lang.c (ada_language_defn): Change to add NULL
1915 for class_name_from_physname function pointer.
1916 * f-lang.c (f_language_defn): Ditto.
1917 * m2-lang.c (m2_language_defn): Ditto.
1918 * objc-lang.c (objc_language_defn): Ditto.
1919 * p-lang.c (pascal_language_defn): Ditto.
1920 * scm-lang.c (scm_language_defn): Ditto.
1921
1922 2004-07-06 Andrew Cagney <cagney@gnu.org>
1923
1924 Patch from Bart Robinson.
1925 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
1926 (O_LARGEFILE): Define to 0, if not defined.
1927
1928 2004-07-03 Mark Kettenis <kettenis@gnu.org>
1929
1930 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
1931 <machine/pcb.h> and "bsd-kvm.h".
1932 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
1933 (m68kbsd_supply_pcb): New function.
1934 (_initialize_m68kbsd_nat): New prototype and function.
1935 * Makefile.in (m68kbsd-nat.o): Update dependencies.
1936 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1937 (LOADLIBES): New variable.
1938 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1939 (LOADLIBES): New variable.
1940
1941 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
1942
1943 2004-07-03 Mark Kettenis <kettenis@gnu.org>
1944
1945 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
1946 <sys/proc.h>.
1947 (bsd_kvm_cmdlist): New variable.
1948 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
1949 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
1950 command and "kvm proc" command.
1951 * Makefile.in (bsd-kvm.o): Update dependencies.
1952
1953 2004-07-02 Mark Kettenis <kettenis@gnu.org>
1954
1955 * osabi.c: Update copyright year.
1956 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
1957 notes if EI_OSABI is set to ELFOSABI_HPUX.
1958
1959 2004-07-01 Michael Snyder <msnyder@redhat.com>
1960
1961 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
1962 that seems to have gotten whacked out of line.
1963
1964 2004-07-01 Mark Kettenis <kettenis@gnu.org>
1965
1966 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
1967 code.
1968
1969 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1970
1971 * ada-lang.c (decode_packed_array): Minor change to comment.
1972 (ada_value_slice_ptr): New function.
1973 (ada_value_slice): New function.
1974 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
1975 test. Don't know why it is there.
1976 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
1977 to avoid dereferencing huge arrays from which one is slicing.
1978 (empty_array): Correct to return an array rather than
1979 a subrange value.
1980 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
1981 on empty arrays (let'em use 'FIRST instead).
1982
1983 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1984
1985 Address complaints from gdb_ari.sh:
1986
1987 * ada-exp.y: Include gdb_string.h rather than string.h.
1988 (convert_char_literal): Reformat declaration.
1989 * ada-lang.h: Include opaque struct declaration for struct frame_info.
1990 * ada-lex.l: Change use of free to xfree (the macro would do so
1991 anyway, but this is harmless).
1992 Include gdb_string.h rather than string.h.
1993 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
1994
1995 * ada-lang.c (parse): Remove K&Rism in parameter list.
1996 (is_name_suffix): Correct Linux => GNU/Linux in comment.
1997
1998 2004-06-30 Mark Kettenis <kettenis@gnu.org>
1999
2000 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2001 dead code.
2002
2003 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2004
2005 * alphabsd-nat.c: Update copyright year.
2006 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2007
2008 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2009
2010 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
2011 (i386_cygwin_in_solib_call_trampoline): New function.
2012 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2013 and skip_trampoline_code gdbarch methods.
2014
2015 2004-06-29 Jim Blandy <jimb@redhat.com>
2016
2017 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2018 name actually used in the dependency lists.
2019
2020 2004-06-29 Randolph Chung <tausq@debian.org>
2021
2022 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2023
2024 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2025
2026 * win32-nat.c (child_pid_to_exec_file): New function.
2027 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
2028 functionality.
2029
2030 2004-06-28 Andrew Cagney <cagney@gnu.org>
2031
2032 * defs.h (xstrvprintf): Declare.
2033 * utils.c (xstrvprintf): New function.
2034 (internal_vproblem, xstrprintf, xasprintf)
2035 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2036 * serial.c (serial_printf): Ditto.
2037 * complaints.c (vcomplaint): Ditto.
2038
2039 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2040
2041 * infcmd.c (attach_command): Move call to target_terminal_inferior
2042 behind loading symbol table.
2043
2044 2004-06-28 Andrew Cagney <cagney@gnu.org>
2045
2046 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2047 change - add back extern deprecated_ui_loop_hook declaration.
2048
2049 2004-06-28 Andrew Cagney <cagney@gnu.org>
2050
2051 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2052 xstrprintf.
2053 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2054 (c_value_of_variable): Ditto.
2055 * utils.c (internal_vproblem): Ditto.
2056 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2057 * remote.c (add_packet_config_cmd): Ditto.
2058 * remote-rdp.c (rdp_set_command_line): Ditto.
2059 * regcache.c (regcache_dump): Ditto.
2060 * frv-tdep.c (new_variant, new_variant): Ditto.
2061 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2062 (fbsd_find_memory_regions): Ditto.
2063 * breakpoint.c (create_thread_event_breakpoint)
2064 (create_breakpoints): Ditto.
2065 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2066 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2067
2068 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2069
2070 * ada-lang.c: Re-indent file, with some massaging to help indent
2071 a bit when the result is otherwise really too ugly.
2072
2073 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2074
2075 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2076 code_addr_p and special_addr_p to 'unsigned int'.
2077
2078 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2079
2080 * i386v4-nat.c: Update copyright year and tweak comment.
2081 (regmap): Remove trailing comma.
2082 (supply_gregset): Rename local variable i to regnum. Call
2083 regcache_raw_supply instead of supply_register.
2084 (fill_gregset): Rename argument regno to regnum. Call
2085 regcache_raw_collect instead of regcache_collect.
2086
2087 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2088
2089 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2090 and special_addr_p.
2091 (frame_id_build, frame_id_build_special): Update comments.
2092 (frame_id_build_wild): New prototype.
2093 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2094 struct frame_id fields.
2095 (frame_id_build_wild): New function.
2096 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2097
2098 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2099
2100 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2101 hppabsd-tdep.c.
2102
2103 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2104
2105 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2106
2107 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2108
2109 * ada-lang.c: Re-indent file.
2110
2111 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2112
2113 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2114 (no_symtab_msg): Likewise.
2115
2116 2004-06-27 Andreas Schwab <schwab@suse.de>
2117
2118 * source.c: Fix whitespace.
2119
2120 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2121
2122 * configure.in: Include <sys/param.h> for td_pcb test.
2123 * configure: Regenerated.
2124
2125 * i386nbsd-nat.c: New file.
2126 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2127 i386obsd-nat.c and i386obsd-tdep.c.
2128 (i386nbsd-nat.o): New dependency.
2129 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2130 bsd-kvm.o.
2131 (LOADLIBES): New variable.
2132 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2133 bsd-kvm.o.
2134 (LOADLIBES): New variable.
2135
2136 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2137 (LOADLIBES): New variable.
2138
2139 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2140 fetching from BSD_KVM_PADDR. Correctly lookup address for
2141 "_thread0".
2142
2143 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2144 "bsd-kvm.h".
2145 (amd64fbsd_supply_pcb): New funcion.
2146 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2147
2148 2004-06-27 <david@streamline-computing.com>
2149
2150 Partial fix for PR cli/1056.
2151 * valarith.c: Check for zero in division and remainder
2152 evaluation.
2153
2154 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2155
2156 * i387-tdep.c: Remove excessive whitespace.
2157
2158 2004-06-26 Andrew Cagney <cagney@gnu.org>
2159
2160 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
2161 * gdb-events.h, gdb-events.c: Re-generate.
2162 * tui/tui-hooks.c (tui_install_hooks): Update.
2163 (tui_remove_hooks): Update.
2164 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
2165
2166 2004-06-26 Mark Kettenis <kettenis@gnu.org>
2167
2168 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
2169 (gregset_t, fpregset_t): Remove typedefs.
2170 (REG_OFFSET): Rename argument.
2171 (amd64bsd_r_reg_offset): Rename from reg_offset.
2172 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2173 Remove functions.
2174 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
2175 of reg_offset.
2176 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
2177
2178 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
2179
2180 * vax-tdep.c: Tweak comment.
2181
2182 Add OpenBSD/hppa support.
2183 * NEWS (New native configurations): Mention OpenBSD/hppa.
2184 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
2185 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
2186 files.
2187 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2188 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
2189 * configure.host: Add hppa*-*-openbsd*.
2190 * configure.tgt: Add hppa*-*-openbsd*.
2191
2192 2004-06-25 Andrew Cagney <cagney@gnu.org>
2193
2194 * defs.h (deprecated_ui_loop_hook): Deprecated.
2195 * wince.c (child_wait): Update.
2196 * win32-nat.c (child_wait): Update.
2197 * v850ice.c (v850ice_wait): Update.
2198 * top.c (deprecated_ui_loop_hook): Update.
2199 * serial.h: Update.
2200 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2201 (do_unix_readchar): Update.
2202 * ser-tcp.c (net_open): Update.
2203 * remote-sim.c (gdb_os_poll_quit): Update.
2204 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2205
2206 2004-06-24 Andrew Cagney <cagney@gnu.org>
2207
2208 * defs.h (deprecated_pre_add_symbol_hook)
2209 (deprecated_post_add_symbol_hook): Deprecated.
2210 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2211 (symbol_file_add_with_addrs_or_offsets): Update references.
2212
2213 2004-06-24 Andrew Cagney <cagney@gnu.org>
2214
2215 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2216 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2217 * wince.c (ui_loop_hook): Delete extern declaration.
2218 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2219 * v850ice.c (ui_loop_hook): Delete extern declaration..
2220 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2221 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2222 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2223 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2224 ui_loop_hook declaration.
2225
2226 2004-06-24 Andrew Cagney <cagney@gnu.org>
2227
2228 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
2229 entry_func_highpc fields.
2230 * objfiles.c (init_entry_point_info): Do not clear
2231 entry_func_lowpc and entry_func_highpc.
2232 (objfile_relocate): Do not relocate entry_func_lowpc and
2233 entry_func_highpc.
2234 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
2235 entry_func_highpc.
2236 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
2237 entry_func_highpc.
2238 * blockframe.c (legacy_frame_chain_valid): Replace tests against
2239 entry_func_lowpc and entry_func_highpc with call to
2240 inside_entry_func.
2241
2242 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2243
2244 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
2245 quad-precision floating point arguments in registers.
2246
2247 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2248
2249 From Michael Mueller <m.mueller99@kay-mueller.de>:
2250 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2251 account.
2252
2253 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
2254
2255 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2256 to -1.
2257 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2258 untriggered watchpoints to a separate if clause. Update function
2259 comment regarding STOPPED_BY_WATCHPOINT argument.
2260
2261 2004-06-22 Jim Blandy <jimb@redhat.com>
2262
2263 * gdbarch.sh: Doc fix.
2264
2265 2004-06-21 Martin Hunt <hunt@redhat.com>
2266 Kevin Buettner <kevinb@redhat.com>
2267
2268 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2269 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2270 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2271 to set_gdbarch_sp_regnum(). Use cooked register number.
2272 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2273
2274 2004-06-21 Andrew Cagney <cagney@gnu.org>
2275
2276 * gdbarch.sh: When the macro field is empty, do not generate a
2277 macro definition. When the macro field is "=", generate the macro
2278 name from the upper-case function name.
2279 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2280 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2281 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2282 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2283 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2284 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2285 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2286 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2287 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2288 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2289 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2290 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2291 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2292 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2293 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2294 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2295 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2296 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2297 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2298 (DEPRECATED_USE_STRUCT_CONVENTION)
2299 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2300 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2301 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2302 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2303 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2304 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2305 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2306 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2307 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2308 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2309 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2310 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2311 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2312 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2313 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2314 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2315 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2316 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2317
2318 2004-06-21 Andrew Cagney <cagney@gnu.org>
2319
2320 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2321 macro name, and the function rather than macro value. Only wrap
2322 macro print statements in #ifdef. Move format logic to where it
2323 is needed.
2324 * gdbarch.c: Re-generate.
2325
2326 * gdbarch.sh (read): Delete "print_p" and "description", add
2327 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2328 Delete references to print_p.
2329 (TARGET_ARCHITECTURE): Delete print predicate.
2330 * gdbarch.c: Re-generate.
2331
2332 * gdbarch.sh: Check that multi-arch methods do not provide a
2333 macro.
2334 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2335 (print_registers_info, print_float_info, print_vector_info)
2336 (adjust_breakpoint_address, remote_translate_xfer_address)
2337 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2338 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2339 name from the multi-arch definition.
2340
2341 2004-06-20 Andrew Cagney <cagney@gnu.org>
2342
2343 * gdbarch.sh: Sort by the function, instead of macro name.
2344 * gdbarch.c: Re-generate.
2345
2346 2004-06-20 Andrew Cagney <cagney@gnu.org>
2347
2348 * gdbarch.sh: Use the function, instead of macro name in
2349 errors and the log file.
2350 (return_value): Remove stray ":" in spec.
2351
2352 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2353 * gdbarch.h, gdbarch.c: Re-generate.
2354 * Makefile.in (arch-utils.o): Update dependencies.
2355 * values.c (using_struct_return): Move code calling
2356 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2357 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2358 to legacy_return_value, simplify.
2359 * infcmd.c (print_return_value): Move code calling
2360 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2361 to legacy_return_value, simplify.
2362 * infcall.c (call_function_by_hand): Move code calling
2363 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2364 * arch-utils.c: Update copyright. Include "gdbcore.h".
2365 (legacy_return_value): New function.
2366 * arch-utils.h: Update copyright.
2367 (legacy_return_value): Declare.
2368
2369 2004-06-20 Andrew Cagney <cagney@gnu.org>
2370
2371 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2372 * gdbarch.h, gdbarch.c: Re-generate.
2373 * values.c (using_struct_return): Update call.
2374 * mcore-tdep.c: Update comment.
2375 * infcall.c (call_function_by_hand): Update comment.
2376 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2377 * arch-utils.h (always_use_struct_convention): Update.
2378 * v850-tdep.c (v850_gdbarch_init): Update.
2379 * sh64-tdep.c (sh64_gdbarch_init): Update.
2380 * sh-tdep.c (sh_gdbarch_init): Update.
2381 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2382 * mips-tdep.c (mips_gdbarch_init): Update.
2383 * mcore-tdep.c (mcore_gdbarch_init): Update.
2384 * m32r-tdep.c (m32r_gdbarch_init): Update.
2385 * ia64-tdep.c (ia64_gdbarch_init): Update.
2386 * h8300-tdep.c (h8300_gdbarch_init): Update.
2387 * frv-tdep.c (frv_gdbarch_init): Update.
2388 * cris-tdep.c (cris_gdbarch_init): Update.
2389 * arm-tdep.c (arm_gdbarch_init): Update.
2390 * alpha-tdep.c (alpha_gdbarch_init): Update.
2391
2392 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
2393
2394 * PROBLEMS: Add more specific information, and a work-around,
2395 for PR gdb/1458.
2396
2397 2004-06-18 Andrew Cagney <cagney@gnu.org>
2398
2399 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
2400 * gdbarch.h, gdbarch.c: Re-generate.
2401 * ada-lang.c (ada_finish_decode_line_1): Update.
2402 * infrun.c (handle_inferior_event): Update.
2403 * infcall.c (find_function_addr): Update.
2404 * linespec.c (minsym_found): Update.
2405 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
2406 Update.
2407 * blockframe.c (legacy_frameless_look_for_prologue): Update.
2408 * cli/cli-cmds.c (disassemble_command): Update.
2409 * vax-tdep.c (vax_gdbarch_init): Update.
2410
2411 2004-06-18 Mark Kettenis <kettenis@gnu.org>
2412
2413 * i386-tdep.c (i386_collect_fpregset): Fix comment.
2414
2415 2004-06-17 Andrew Cagney <cagney@gnu.org>
2416
2417 GDB 6.1.1 released from the GDB 6.1 branch.
2418 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
2419 * PROBLEMS: Ditto.
2420
2421 2004-06-16 Daniel Jacobowitz <dan@debian.org>
2422
2423 PR gdb/1658
2424 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
2425 operation as a uleb128. Found by Michael Coulter.
2426
2427 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
2428
2429 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
2430 make it non-static.
2431 * ada-lang.h (task_control_block): declaration moved from ada-task.c
2432 to ada-lang.h; this is needed to be able to implement the kill command
2433 in multi-task mode.
2434 (task_ptid): Ditto.
2435 (task_entry): Ditto.
2436 (task_list): Ditto.
2437 (ada_build_task_list): Ditto.
2438
2439 * ada-lang.c: Conditionalize routines and data structures related
2440 to breakpoints, exceptions, completion, and symbol caching on
2441 GNAT_GDB, since these are not yet used in the submitted public sources.
2442 (ada_main_name): Editorial: Move definition out of exception-related
2443 code.
2444
2445 2004-06-15 Andrew Cagney <cagney@gnu.org>
2446
2447 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
2448 deprecated_pc_in_call_dummy.
2449
2450 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2451
2452 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
2453 bfd_get_section_size_before_reloc or _raw_size.
2454 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2455 * dwarf2read.c (dwarf2_locate_sections): Likewise.
2456 (dwarf2_read_section): Likewise.
2457 * elfread.c (elf_locate_sections): Likewise.
2458 * gcore.c (derive_heap_segment): Likewise.
2459 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2460 * remote-e7000.c (e7000_load): Likewise.
2461 * remote-m32r-sdi.c (m32r_load): Likewise.
2462 * remote-mips.c (mips_load_srec): Likewise.
2463 (pmon_load_fast): Likewise.
2464 * remote.c (compare_sections_command): Likewise.
2465 * symfile.c (add_section_size_callback): Likewise.
2466 (load_section_callback): Likewise.
2467 (pc_in_unmapped_range): Likewise.
2468 (pc_in_mapped_range): Likewise.
2469 (sections_overlap): Likewise.
2470 (list_overlays_command): Likewise.
2471 (simple_overlay_update_1): Likewise.
2472 (simple_overlay_update): Likewise.
2473 * tracepoint.c (remote_set_transparent_ranges): Likewise.
2474 * win32-nat.c (core_section_load_dll_symbols): Likewise.
2475
2476 2004-06-14 Randolph Chung <tausq@debian.org>
2477
2478 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
2479 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
2480 static.
2481 (hppa_hpux_inferior_created): New function.
2482 (hppa_hpux_init_abi): Register observer.
2483 * symfile.c (hp_cxx_exception_support_initialized)
2484 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
2485 (symbol_file_add_main_1, symbol_file_clear): Likewise.
2486
2487 2004-06-14 Randolph Chung <tausq@debian.org>
2488
2489 * MAINTAINERS (Write After Approval): Alphabetize my entry
2490 correctly.
2491
2492 2004-06-14 Andrew Cagney <cagney@gnu.org>
2493
2494 * MAINTAINERS (testsuite): List Michael Chastain as the lead
2495 testsuite maintainer.
2496
2497 2004-06-13 Andrew Cagney <cagney@gnu.org>
2498
2499 * infcmd.c (print_return_value): Fix logic, allow
2500 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
2501
2502 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
2503 defining any macros.
2504 * gdbarch.h: Re-generate.
2505
2506 * gdbarch.sh: Delete "level" attribute. Only check for a macro
2507 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
2508 * gdbarch.h: Re-generate.
2509
2510 * values.c (generic_use_struct_convention): Don't check gcc_p.
2511
2512 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2513 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
2514 * gdbarch.h, gdbarch.c: Regenerate.
2515 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
2516 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
2517 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2518 deprecated_max_register_raw_size and
2519 deprecated_max_register_virtual_size.
2520 * v850-tdep.c (v850_gdbarch_init): Ditto.
2521 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2522 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2523 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2524 * cris-tdep.c (cris_gdbarch_init): Ditto.
2525
2526 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
2527 * gdbarch.h, gdbarch.c: Re-generate.
2528 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
2529 (m68hc11_use_struct_convention): Delete function.
2530 (m68hc11_extract_struct_value_address): Delete function.
2531 (m68hc11_return_value): New function.
2532 (m68hc11_gdbarch_init): Instead of store_return_value,
2533 extract_return_value, return_value_on_stack,
2534 deprecated_extract_struct_value_address and use_struct_convention,
2535 set return_value.
2536 * values.c (using_struct_return): Do not call
2537 RETURN_VALUE_ON_STACK.
2538 * arch-utils.h (generic_return_value_on_stack_not): Delete
2539 declaration.
2540 * arch-utils.c (generic_return_value_on_stack_not): Delete
2541 function.
2542
2543 2004-06-12 Andrew Cagney <cagney@gnu.org>
2544
2545 * values.c (register_value_being_returned): Delete function.
2546 * infcmd.c (legacy_return_value): Delete function.
2547 * infcall.c (call_function_by_hand): Inline
2548 "register_value_being_returned", simplify.
2549 * values.c (using_struct_return): Update comment, refer to
2550 print_return_value instead of register_value_being_returned.
2551 * infcmd.c (print_return_value): Inline calls to
2552 register_value_being_returned and legacy_return_value. Simplify.
2553
2554 2004-06-11 Randolph Chung <tausq@debian.org>
2555
2556 * somread.c (som_symtab_read): Exclude gcc local symbols.
2557
2558 2004-06-11 Randolph Chung <tausq@debian.org>
2559
2560 * infrun.c (handle_inferior_event): Handle the case when a
2561 trampoline ends up in the runtime resolver, and if the trampoline
2562 has no name. Rearrange the code so that all the trampoline
2563 processing happens before other step-out-of-range handling.
2564
2565 2004-06-11 Martin Hunt <hunt@redhat.com>
2566
2567 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
2568 has no fpu.
2569
2570 2004-06-10 Andrew Cagney <cagney@gnu.org>
2571
2572 * blockframe.c (legacy_inside_entry_func): Delete.
2573 (legacy_frame_chain_valid): Inline call to
2574 legacy_inside_entry_func, simplify.
2575
2576 2004-06-10 Bob Rossi <bob@brasko.net>
2577
2578 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
2579 * dwarf2read.c (partial_die_info): Add dirname field.
2580 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
2581 (read_partial_die): Save away DW_AT_comp_dir.
2582 * defs.h (symtab_to_filename): Removed.
2583 * source.c (find_and_open_source): Added.
2584 (open_source_file): Just calls find_and_open_source.
2585 (symtab_to_filename): Removed.
2586 (symtab_to_fullname, psymtab_to_fullname): Added.
2587 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
2588 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
2589 symtab_to_filename.
2590 * symtab.h (partial_symtab): Add dirname field.
2591 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
2592 (mi_cmd_file_list_exec_source_file): Call new function
2593 symtab_to_fullname to find fullname.
2594 (mi_cmd_file_list_exec_source_files): Added.
2595 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
2596 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
2597
2598 2004-06-10 Andrew Cagney <cagney@gnu.org>
2599
2600 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
2601 to generic_use_struct_convention, the default value.
2602
2603 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
2604 of abort.
2605
2606 * ns32k-tdep.c (ns32k_push_arguments): New function.
2607 (ns32k_gdbarch_init): Set deprecated_push_arguments.
2608 * infcall.c (call_function_by_hand): Call error instead of
2609 legacy_push_arguments.
2610 * value.h (legacy_push_arguments): Delete declaration.
2611 * valops.c (legacy_push_arguments): Delete function.
2612 (value_push): Delete function.
2613
2614 2004-06-10 Brian Ford <ford@vss.fsi.com>
2615
2616 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
2617 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
2618 info.
2619 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
2620
2621 2004-06-10 Andrew Cagney <cagney@gnu.org>
2622
2623 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
2624 * gdbarch.h, gdbarch.c: Re-generate.
2625 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
2626 parameters.
2627 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
2628 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
2629 deprecated_pc_in_call_dummy instead of
2630 DEPRECATED_PC_IN_CALL_DUMMY.
2631 (arm_skip_prologue): Ditto.
2632 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
2633 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
2634 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
2635 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
2636 Ditto.
2637 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
2638 (sh64_init_extra_frame_info, sh64_get_saved_register)
2639 (sh64_pop_frame): Ditto.
2640 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
2641 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
2642 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
2643 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
2644 (h8300_pop_frame): Ditto.
2645 * blockframe.c (legacy_inside_entry_func)
2646 (legacy_frame_chain_valid): Ditto.
2647 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
2648 to deprecated_pc_in_call_dummy.
2649
2650 2004-06-09 Andrew Cagney <cagney@gnu.org>
2651
2652 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
2653 provide a default value.
2654 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
2655 * gdbarch.h, gdbarch.c: Re-generate.
2656 * arch-utils.c (generic_convert_register_p): Rename
2657 legacy_convert_register_p
2658 (legacy_register_to_value, legacy_value_to_register): Delete
2659 functions.
2660 * arch-utils.h (generic_convert_register_p): Rename
2661 legacy_convert_register_p.
2662 (legacy_register_to_value, legacy_value_to_register): Delete
2663 declarations.
2664
2665 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
2666 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
2667 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
2668 * gdbarch.h, gdbarch.c: Re-generate.
2669 * infcmd.c (default_print_registers_info): Simplify.
2670 * findvar.c (value_of_register): Simplify.
2671 * mi/mi-main.c (get_register): Simplify.
2672 * arch-utils.c (legacy_convert_register_p): Always return 0.
2673 (legacy_register_to_value, legacy_value_to_register): Always call
2674 internal_error.
2675
2676 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
2677 #ifdef CLEAR_INSN_CACHE code.
2678 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
2679 Delete #ifdef CLEAR_DEFERRED_STORES code.
2680
2681 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
2682
2683 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
2684 copyright.
2685 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
2686
2687 * config/mips/mipsv4.mh: Delete file.
2688
2689 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
2690 unreferenced macro.
2691 (hpread_adjust_stack_address): Delete declaration.
2692
2693 2004-06-08 Andrew Cagney <cagney@gnu.org>
2694
2695 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2696 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
2697 PTRACE_ATTACH / PTRACE_DETACH available call error.
2698 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
2699 * infttrace.c (update_thread_state_after_attach, attach, detach):
2700 Remove #ifdef wrappers.
2701 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
2702 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2703 * config/nm-bsd.h (ATTACH_DETACH): Delete.
2704 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
2705 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
2706 * config/nm-linux.h (ATTACH_DETACH): Delete.
2707 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
2708 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
2709 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
2710 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
2711 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
2712
2713 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
2714
2715 * configure.in: Set $configdir to the right OS specific value.
2716 Use value when setting $tcldir and $tkdir.
2717 * configure: Regenerate.
2718
2719 2004-06-06 Paul Brook <paul@codesourcery.com>
2720
2721 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
2722 records.
2723
2724 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
2725
2726 * ada-lang.c (lookup_symbol_in_language): New function to allow
2727 re-use of another language's symbol lookup code. (Placed here
2728 temporarily while Ada support is being integrated into the public
2729 tree).
2730 (restore_language): New auxiliary function for
2731 lookup_symbol_in_language.
2732 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
2733 temporarily while Ada support is being integrated into the public
2734 tree).
2735
2736 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
2737
2738 * Makefile.in (check//%): New.
2739
2740 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
2741 (mn10300_store_return_value): Rewrite.
2742 (mn10300_type_align): New.
2743 (mn10300_use_struct_convention): Rewrite.
2744 (mn10300_return_value): New, using all of the above.
2745 (mn10300_pop_frame_regular): Add saved_regs_size.
2746 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
2747
2748 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
2749 regs if PC is on movm.
2750
2751 2004-06-07 Jim Blandy <jimb@redhat.com>
2752
2753 Add native Linux support for the PowerPC E500.
2754 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
2755 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
2756 all architectures except the E500.
2757 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
2758 #definitions.
2759 (struct gdb_evrregset_t): New type.
2760 (have_ptrace_getsetevrregs): New variable.
2761 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
2762 fetch_spe_registers): New functions.
2763 (fetch_register): Call fetch_spe_register as appropriate.
2764 Assert that we're only passed raw register numbers.
2765 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
2766 Don't fetch gprs if they're pseudoregisters.
2767 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
2768 store_spe_registers): New functions.
2769 (store_register): Call store_spe_register as appropriate.
2770 Assert that we're only passed raw register numbers.
2771 (store_ppc_registers): Call store_spe_registers as appropriate.
2772 Don't store gprs if they're pseudoregisters.
2773
2774 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
2775
2776 * thread-db.c (thread_get_info_callback): Fill in the thread_info
2777 struct if one exists, even if we are dealing with a zombie thread.
2778
2779 2004-06-07 Andrew Cagney <cagney@gnu.org>
2780
2781 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
2782 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
2783 Rename PC_REQUIRES_RUN_BEFORE_USE.
2784 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
2785 #ifdef.
2786
2787 2004-06-07 Randolph Chung <tausq@debian.org>
2788
2789 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
2790 unwinding after sp has been saved to the stack but before the end
2791 of the prologue, and after the fp has been modified but before it has
2792 been saved to the stack.
2793 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
2794 Remove superfluous definitions.
2795 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
2796
2797 2004-06-07 Guy Martin <gmsoft@gentoo.org>
2798
2799 Committed by Randolph Chung.
2800 * hppa-linux-nat.c: Include the correct version of the header file
2801 depending on the kernel version.
2802
2803 2004-06-06 Randolph Chung <tausq@debian.org>
2804
2805 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
2806 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
2807
2808 2004-06-06 Randolph Chung <tausq@debian.org>
2809
2810 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
2811 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
2812 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
2813 * hppa-tdep.c (hppa_symbol_address): New function definition.
2814 * hppa-tdep.h (hppa_symbol_address): New function declaration.
2815
2816 2004-06-06 Randolph Chung <tausq@debian.org>
2817
2818 * hppa-tdep.h (struct value): Forward declaration.
2819 (gdbarch_tdep): Define tdep find_global_pointer method.
2820 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
2821 associated with the function we are trying to call, and write it
2822 to the gp register.
2823 (hppa32_convert_from_funct_ptr_addr): New function.
2824 (hppa_find_global_pointer): New function.
2825 (hppa_gdbarch_init): Set default find_global_pointer method; set
2826 convert_from_func_ptr_addr method.
2827 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
2828 (hppa_linux_init_abi): Set find_global_pointer method.
2829 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
2830
2831 2004-06-06 Randolph Chung <tausq@debian.org>
2832
2833 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
2834 to struct value *function.
2835 * gdbarch.c: Regenerate.
2836 * gdbarch.h: Likewise.
2837 * infcall.c (call_function_by_hand): Pass entire function value
2838 to push_dummy_call.
2839
2840 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
2841 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
2842 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
2843 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
2844 * arm-tdep.c (arm_push_dummy_call): Likewise.
2845 * avr-tdep.c (avr_push_dummy_call): Likewise.
2846 * cris-tdep.c (cris_push_dummy_call): Likewise.
2847 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
2848 * frv-tdep.c (frv_push_dummy_call): Likewise.
2849 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2850 * hppa-tdep.c (hppa32_push_dummy_call)
2851 (hppa64_push_dummy_call): Likewise.
2852 * i386-tdep.c (i386_push_dummy_call): Likewise.
2853 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
2854 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
2855 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2856 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
2857 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
2858 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
2859 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
2860 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
2861 (ppc64_sysv_abi_push_dummy_call): Likewise.
2862 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
2863 (ppc64_sysv_abi_push_dummy_call): Likewise.
2864 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
2865 * s390-tdep.c (s390_push_dummy_call): Likewise.
2866 * sh-tdep.c (sh_push_dummy_call_fpu)
2867 (sh_push_dummy_call_nofpu): Likewise.
2868 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
2869 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
2870 * vax-tdep.c (vax_push_dummy_call): Likewise.
2871
2872 2004-06-04 Jim Blandy <jimb@redhat.com>
2873
2874 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
2875 gdbarch argument to register_size.
2876
2877 * rs6000-tdep.c (rs6000_store_return_value): Use
2878 regcache_cooked_write_part instead of
2879 deprecated_write_register_bytes.
2880 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
2881 not gdbarch_deprecated_store_return_value.
2882
2883 * ppc-linux-nat.c (store_register, fetch_register): Remove
2884 incorrect assertions. Simplify and generalize handling of
2885 transfers whose sizes are not multiples of, or less than, sizeof
2886 (PTRACE_XFER_TYPE).
2887
2888 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
2889
2890 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
2891 as a new thread event.
2892 * thread-db.c (thread_get_info_callback): If the thread is a
2893 zombie, return TD_THR_ZOMBIE.
2894 (thread_from_lwp): If thread_get_info_callback returns
2895 TD_THR_ZOMBIE, check if the thread is still on the thread list
2896 and return a -1 ptid if not found.
2897 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
2898 change the status to TARGET_WAITKIND_SPURIOUS.
2899
2900 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
2901
2902 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
2903 double values in little endian mode.
2904
2905 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
2906
2907 Committed by Andrew Cagney.
2908 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
2909 after last enum constant to avoid error from IBM C
2910 compiler.
2911
2912 2004-06-02 Jim Blandy <jimb@redhat.com>
2913
2914 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
2915 to 'message', and make it local to the lone block that uses it.
2916
2917 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
2918
2919 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
2920
2921 * ada-exp.y: Update copyright notice.
2922 Include block.h.
2923
2924 Replace REGNAME, LAST, INTERNAL_VARIABLE with
2925 SPECIAL_VARIABLE and unify the treatment of these cases.
2926
2927 (write_attribute_call0): Remove.
2928 (write_attribute_call1): Remove.
2929 (write_attribute_calln): Remove.
2930 (save_qualifier): Add missing semicolon.
2931
2932 (simple_exp,exp): Decomment (i.e., reactivate) code that was
2933 temporarily disabled to allow compilation with FSF head version.
2934
2935 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
2936 use individual operators (OP_*) for all attributes.
2937 (exp syntax): Use write_int.
2938 Handle STRING literals with OP_STRING.
2939 (variable syntax): Add limit parameter to calls to
2940 write_object_renaming.
2941
2942 (temp_parse_space): New definition to hold entities that need
2943 only live until the next call to ada_parse.
2944 (string_to_operator): Rename fields of ada_opname_table entries.
2945
2946 (write_var_from_sym): Record block.
2947 (write_var_from_name): Minor reformatting.
2948 Make sure saved name is properly encoded in the case of multiple
2949 matches, and set its language to Ada.
2950 Update comment.
2951 Modify to indicate unresolved name as symbol in the UNRESOLVED
2952 namespace, allocated in temp_parse_space.
2953 (write_int): New function.
2954
2955 (write_object_renaming): Add max_depth parameter to limit
2956 chains of object renamings.
2957 Handle case where root of renaming expression is itself a renaming.
2958 Use temp_parse_space for temporary name buffer.
2959 Handle renamings to dereferenced pointers (___XEXA suffices).
2960
2961 (ada_parse, yyerror, string_to_operator,
2962 write_var_from_sym, write_var_from_name, write_attribute_call0,
2963 write_attribute_call1, write_attribute_calln,
2964 write_object_renaming): Protoize.
2965
2966 (_initialize_ada_exp): New function.
2967
2968 * ada-lang.c: Update copyright notice.
2969 General terminology change to conform to GNAT compiler usage:
2970 mangle => encode, demangle => decode
2971 Include gdb_obstack.h.
2972 Include gdb_regex.h
2973 Include frame.h
2974 Include hashtab.h
2975 Include completer.h
2976 Include gdb_stat.h
2977 Include block.h
2978 Include infcall.h
2979
2980 (ADA_RETAIN_DOTS): Make sure this is defined.
2981 (TRUNCATION_TOWARDS_ZERO): Define.
2982 (struct string_vector): Define.
2983 (unresolved_names): Remove definition.
2984 (xnew_string_vector): New function.
2985 (string_vector_append): New function.
2986 (extract_string): Make static.
2987 (ada_unqualified_name): New function.
2988 (add_angle_brackets): New function.
2989 (function_name_from_pc): New function.
2990 (place_on_stack): Rename to ensure_lval.
2991
2992 (ensure_lval): Renamed from place_on_stack.
2993 Make identity on lvals.
2994 Update comment.
2995 (is_nonfunction): New interface.
2996 Only symbols in LOC_CONST class can be enumerals.
2997 (fill_in_ada_prototype): Remove; now independent of language.
2998 (add_defn_to_vec): Add obstack and symtab arguments.
2999 Use obstack to hold collected definitions.
3000 (num_defns_collected): New function.
3001 (defns_collected): New function.
3002 (ada_resolve_subexp): Rename to resolve_subexp.
3003 (resolve_subexp): Renamed from ada_resolve_subexp.
3004 (ada_op_name): Return non-const result.
3005 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3006 other purposes.
3007
3008 (to_fixed_array_type): Add declaration.
3009 (coerce_unspec_val_to_type): Remove offset parameter.
3010 (find_sal_from_funcs_and_line): New interface.
3011 (find_line_in_linetable): Ditto.
3012
3013 (all_sals_for_line): Rename to ada_sals_for_line and make
3014 global.
3015 Add new parameter. When set, do not ask the user to choose the
3016 instance, but use the first one found instead.
3017 Use given line number in returned sals.
3018 Fix comment.
3019 Skip the prologue if funfirstline is set.
3020 Correct for memory leak when 0 lines found.
3021
3022 (value_pos_atr): Use pos_atr.
3023 (pos_atr): New function.
3024 (standard_lookup): Add block parameter.
3025
3026 (makeTimeStart): Remove declaration and uses.
3027 (makeTimeStop): Remove declaration and uses.
3028
3029 (ada_completer_word_break_characters): Allow for VMS.
3030 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3031 (raise_sym_name): New constant.
3032 (raise_unhandled_sym_name): New constant.
3033 (raise_assert_sym_name): New constant.
3034 (process_raise_exception_name): New constant.
3035 (longest_exception_template): New constant.
3036 (warning_limit): New variable to limit warnings during expression
3037 evaluation.
3038 (warnings_issued): New variable to keep track of warnings issued.
3039 (known_runtime_file_name_patterns): New constant.
3040 (known_auxiliary_function_name_patterns): New constant.
3041 (symbol_list_obstack): New variable.
3042
3043 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3044 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3045 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3046 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3047 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3048 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3049 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3050 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3051 and strcmp.
3052
3053 (ada_get_field_index): New function.
3054 (lim_warning): New function.
3055 (ada_translate_error_message): New function.
3056 (MAX_OF_SIZE): New function.
3057 (MIN_OF_SIZE): New function.
3058 (UMAX_OF_SIZE): New function.
3059 (UMIN_OF_SIZE): New function.
3060 (discrete_type_high_bound): New function.
3061 (discrete_type_low_bound): New function.
3062 (base_type): New function.
3063 (do_command): Remove.
3064
3065 (ada_update_initial_language): Use language_ada, not language_unknown.
3066 (ada_encode): Renamed from ada_mangle.
3067 Obey ADA_RETAIN_DOTS.
3068 (ada_decode): Renamed from ada_demangle.
3069 Update coding conventions.
3070 (decoded_names_store): New hash table.
3071 (ada_decode_symbol): New function.
3072 (ada_la_decode): New function.
3073
3074 (modify_general_field): Correct computations of offset and bit
3075 position.
3076 (desc_base_type): Handle ref types, too.
3077 (ada_is_direct_array_type): New function.
3078
3079 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3080 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3081 (ada_is_bogus_array_descriptor,ada_type_of_array,
3082 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3083 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3084 ada_is_array_descriptor_type.
3085
3086 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3087 (ada_is_packed_array_type): Handle pointers or
3088 references to packed arrays as well.
3089 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3090 (decode_packed_array_type): Search for the packed array type
3091 symbol in the currently selected block and associated
3092 superblocks too.
3093 Use lookup_symbol again.
3094
3095 (decode_packed_array): Handle pointers and references.
3096 Update call to coerce_unspec_val_to_type.
3097 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3098 (ada_value_primitive_packed_val): Improve comment.
3099
3100 (ada_index_type): Substitute int type for "undefined".
3101 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3102 ada_array_langth, ada_is_string_type): Use renamed
3103 ada_is_simple_array_type.
3104 (empty_array): New function.
3105
3106 (ada_resolve): Rename to resolve.
3107 (resolve): Make static.
3108 Call renamed resolve_subexp.
3109 Update comment.
3110 (ada_resolve_subexp): Rename to resolve_subexp.
3111 (resolve_subexp): Update comment.
3112 Decomment disabled code.
3113 Add LOC_COMPUTED* cases.
3114 Modify to use temporary struct symbols (marked as being in
3115 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3116 OP_UNRESOLVED_VALUE.
3117 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3118 Add OP_STRING case.
3119 Remove OP_ARRAY.
3120 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3121 Use new ada_lookup_symbol_list interface.
3122 Use new ada_resolve_function interface.
3123 Remove OP_TYPE case.
3124
3125 (ada_args_match): Idiot proof against null actuals.
3126 Use intermediate variables to clarify.
3127 (ada_resolve_function): Update comment and interface.
3128 (mangled_ordered_before): Rename to encoded_ordered_before and
3129 update comment.
3130 (sort_choices): Update comment and interface.
3131 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3132 (user_select_syms): New interface.
3133 Use new sort_choices interface.
3134 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3135 (possible_user_operator_p): Idiot-proof against null values.
3136 (ada_simple_renamed_entity): Don't make cleanup; rely on
3137 caller to free result string.
3138 Remove const from return type.
3139 (make_array_descriptor): Rename uses of place_on_stack to
3140 ensure_lval.
3141 Make sure that arrays are on stack.
3142
3143 (HASH_SIZE): Define.
3144 (struct cache_entry): Define.
3145 (cache_space): Define.
3146 (cache): Define.
3147 (clear_ada_sym_cache): New function.
3148 (find_entry): New function.
3149 (lookup_cached_symbol): New function.
3150 (defn_vector_size): Define.
3151 (cache_symbol): New function.
3152 (defn_symbols): Remove.
3153
3154 (standard_lookup): Use lookup_symbol_in_language to get effect of
3155 C lookup.
3156 Cache results.
3157
3158 (symbol_completion_match): New function.
3159 (symbol_completion_add): New function.
3160 (ada_make_symbol_completion_list): New function.
3161
3162 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
3163 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
3164 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3165 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
3166
3167 (ada_lookup_simple_minsym): New function.
3168 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
3169
3170 (add_symbols_from_enclosing_procs): New interface.
3171 Conditionalize more helpfully.
3172 Don't bother if program isn't running.
3173 Use new interface to get_frame_block.
3174 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
3175
3176 (remove_extra_symbols): New interface.
3177 (xget_renaming_scope): New function.
3178 (is_package_name): New function.
3179 (renaming_is_visible): New function.
3180 (remove_out_of_scope_renamings): New function.
3181
3182 (ada_lookup_symbol_list): New interface.
3183 Properly reinitialize the symbol list obstack.
3184 Don't call add_symbols_from_enclosing_procs if we start from a
3185 static or global block.
3186 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
3187 add_symbols_from_enclosing_procs.
3188 Add symtab data to cached entries.
3189 Handle symbols prefixed with
3190 "standard__" specially; strip prefix and don't look in local symbols.
3191 Do not include out of scope renaming symbols in list of
3192 symbols returned.
3193 Add const to block parameter.
3194 Move check for non-local, non-global symbols earlier.
3195 Remove timing stuff.
3196 (ada_lookup_symbol): New interface.
3197 Find symtab as well.
3198 (ada_lookup_symbol_nonlocal): New function.
3199
3200 (is_name_suffix): Enhance suffix detection to recognize
3201 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3202 (is_dot_digits_suffix): New function.
3203 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3204
3205 (ada_add_block_symbols): New interface. Use obstack to return results
3206 in a vector of struct ada_symbol_infos. Add symtab argument.
3207 Use new interface to add_defn_to_vec.
3208 Remove calls to fill_in_ada_prototype.
3209 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3210
3211 (ada_finish_decode_line_1): Add const qualification to local to fix
3212 warning.
3213 Start looking in static block for functions to avoid attempts
3214 to search frame chain for up-level variables.
3215 Adapt to new ada_sals_for_line interface.
3216 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3217 Handle quoting of the function name inside the spec string.
3218 Skip prologue when funfirstline is set and update the
3219 function documentation to that effect.
3220
3221 (debug_print_lines, debug_print_block, debug_print_blocks,
3222 debug_print_symtab): Remove.
3223
3224 (ada_main_name): New function.
3225 (ada_exception_breakpoint_type): New function.
3226 (is_known_support_routine): New function.
3227 (ada_find_printable_frame): Renamed from find_printable_frame and made
3228 global.
3229 Remove level parameter.
3230 Use new interface to select_frame.
3231
3232 (begin_command): Remove.
3233 (ada_adjust_exception_stop): New function.
3234 (ada_print_exception_stop): New function.
3235 (exception_name_from_cond): New function.
3236 (ada_report_exception_break): Replace disabled code with
3237 conditionalization on GNAT_GDB.
3238 Get the exception name from the condition string.
3239 Remove and move functionality into new functions
3240 ada_print_exception_breakpoint_task and
3241 ada_print_exception_breakpoint_nontask.
3242 (error_breakpoint_runtime_sym_not_found): New function.
3243 (is_runtime_sym_defined): New function.
3244 (ada_breakpoint_rewrite): Uncomment suppressed code.
3245 Use symbolic error-message and runtime-symbol names.
3246 Surround runtime symbol names in quotes.
3247 Allow non-specific breakpoints on exceptions and assertions before
3248 program starts.
3249
3250 (ada_is_tagged_type): Add parameter.
3251 (ada_is_tag_type): New function.
3252 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3253 (ada_variant_discrim_type): Ditto.
3254 (value_tag_from_contents_and_address): New function.
3255 (type_from_tag): New function.
3256 (struct tag_args): New structure used to communicate with
3257 ada_tag_name_1.
3258 (ada_tag_name_1): New function.
3259 (ada_tag_name): New function.
3260
3261 (ada_scan_number): Update comment.
3262 (find_struct_field): New function.
3263 (ada_search_struct_field): Make static.
3264 (ada_value_struct_elt): New version that returns references when
3265 given pointers or references to structs.
3266 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3267 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3268 interface.
3269 (ada_value_ind): Use new ada_to_fixed_value interface.
3270 (ada_coerce_ref): Ditto.
3271 (field_offset): Remove.
3272
3273 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3274 (ada_find_renaming_symbol): New function.
3275 (ada_prefer_type): Prefer named types over unnamed ones.
3276 (variant_field_index): New function.
3277 (contains_variant_part): Removed: subsumed by variant_field_index.
3278 (ada_template_to_fixed_record_type): New function, mostly from
3279 template_to_fixed_record_type.
3280 (template_to_fixed_record_type):
3281 Do not scan the type fields beyond the last one; prevents a
3282 potential SEGV.
3283 Handle case where variant field is listed BEFORE discriminant it
3284 depends on.
3285 Fix calculation of record length when bit length is
3286 not evenly divisible by char length.
3287 Move code to ada_template_to_fixed_record_type and call it.
3288
3289 (template_to_static_fixed_type): Revise comment.
3290 Modify to work on ordinary record types as well as templates,
3291 so as to handle fields that use ___XVE or ___XVU encodings.
3292 (to_record_with_fixed_variant_part): Fill out comment.
3293 Initialize C++ stuff in right type.
3294 Allow case where DVAL is null.
3295 Handle case where variant field is not last.
3296 Fix typo concerning record length.
3297 (to_fixed_record_type): Decomment disabled code.
3298 (to_fixed_record_type): Use variant_field_index instead of
3299 contains_variant_part.
3300 (to_fixed_variant_branch_type): Ditto.
3301 (to_fixed_array_type): Decomment disabled code.
3302 (ada_to_fixed_type): Convert tagged types to the specific type.
3303 Deactivate the size-check for array types in order to avoid
3304 some false size alarms.
3305 (to_static_fixed_type): Decomment disabled code.
3306 Modify to call template_to_static_fixed_type
3307 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3308 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3309 Remove valaddr argument, as it is never really used.
3310 (ada_to_fixed_value): Change interface to act on single struct value*
3311 operand.
3312 (adjust_pc_past_prologue): New function.
3313 (ada_attribute_name): Modify to take enum exp_opcode argument.
3314
3315 (ada_enum_name): Recognize new homonym-distinguishing convention.
3316 Adjust local variable's type to remove compiler warning.
3317 Fix a small problem in the part that unqualifies the enumeration name.
3318 (ada_value_binop): New function.
3319 (ada_value_equal): New function.
3320
3321 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3322 Don't give error message when not doing normal evaluation
3323 and a tagged type doesn't seem to contain a structure member.
3324 Give error message for packed arrays.
3325 For indexing arrays, handle pointers to packed arrays correctly.
3326 Handle case of 'first and 'last attributes of bare integral type
3327 without encoded subtype info.
3328 Remove some unnecessary casts.
3329 Fix uninitialized value of type in computing 'first, 'last, or 'length
3330 of array object.
3331 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3332 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3333 calls.
3334 Attributes are now exp_opcode values.
3335 Correct treatment of 'modulus.
3336 Better error message for taking 'length of wrong kind of type;
3337 improve comment.
3338 Change EVAL_NORMAL to noside for consistency.
3339 Use ada_value_binop for DIV, MOD, REM.
3340 Make special case out of array of length 0, since an argument
3341 of 0 upsets some platforms' malloc.
3342 Use OP_STRING instead of OP_ARRAY.
3343 For slice, add check that we have an array type before extracting
3344 a slice out of it. Avoids a SEGV.
3345 When evaluating an array slice, if the array type is a reference to
3346 an aligner type, then replace the aligner type by the actual type.
3347 Decomment disabled code.
3348 Remove some dead code.
3349 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3350 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3351 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3352 and UNOP_MBR to UNOP_IN_RANGE.
3353 If an array type has a parallel ___XVE type, then use it.
3354 Turn arrays into pointers for lvalue arrays.
3355 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3356 bounds error and handle 0-length slices.
3357 Use lim_warning.
3358 When selecting fields, apply ada_to_fixed_value (because the fields
3359 might have ___XVU or ___XVE encodings even if not dynamic.)
3360 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3361 (ada_is_system_address_type): New function.
3362
3363 (get_var_value): Use new interface to ada_lookup_symbol_list.
3364 (get_int_var_value): New interface.
3365 (to_fixed_range_type): Allow unknown bound, with warning.
3366 (ada_is_modular_type): Decomment disabled code.
3367 (ADA_OPERATORS): New definition.
3368 (ada_operator_length): New function.
3369 (ada_expr_op_name): New function.
3370 (ada_forward_operator_length): New function.
3371 (ada_dump_subexp_body): New function.
3372 (ada_print_subexp): New function.
3373 (ada_exp_descriptor): New constant.
3374 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3375 (ada_language_defn): Add ada_exp_descriptor entry.
3376 Change ada_parse => parse.
3377 Add post-parser entry.
3378 Use ada-specific non-local symbol lookup.
3379 Don't use C-style arrays.
3380 String lower-bound is 1.
3381 Decomment disabled code.
3382 (parse): New function.
3383 New fields ada_translate_error_message, ada_lookup_symbol,
3384 ada_lookup_minimal_symbol.
3385
3386 * ada-lang.h: Update copyright dates.
3387 Replace the mangle/demangle terminology throughout by the
3388 more appropriate encode/decode one.
3389 Include breakpoint.h.
3390 Forward declare struct partial_symbol, struct block.
3391 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
3392 (EXTRACT_ADDRESS): Remove.
3393 (EXTRACT_INT): Remove.
3394 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
3395 (MAX_ENCLOSING_FRAME_LEVELS): Define.
3396 (MAX_RENAMING_CHAIN_LENGTH): Define.
3397 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
3398
3399 (enum task_states): Remove.
3400 ada_task_states: Remove.
3401 (fat_string): Remove.
3402 (struct entry_call): Remove.
3403 (struct task_fields): Remove.
3404 (struct task_entry): Remove.
3405
3406 (struct ada_symbol_info): Define.
3407 (enum ada_attribute): Remove.
3408 (enum ada_operator): Define.
3409
3410 (ada_get_field_index): Declare.
3411 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
3412 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3413 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3414 (ada_lookup_symbol_list): New interface.
3415 (ada_decode_symbol): Declare.
3416 (ada_decode): Declare.
3417 (ada_lookup_symbol): New interface.
3418 (ada_update_initial_language): Declare.
3419 (ada_lookup_simple_minsym): Declare.
3420 (user_select_syms): New interface.
3421 (ada_sals_for_line): Declare.
3422 (ada_is_tagged_type): New interface.
3423 (ada_tag_name): Declare.
3424 (ada_lookup_struct_elt_type): Remove declaration.
3425 (ada_search_struct_field): Remove declaration.
3426 (ada_attribute_name): New interface.
3427 (ada_is_system_address_type): Declare.
3428 (ada_to_fixed_value): Remove declaration.
3429 (ada_template_to_fixed_record_type_1): Declare.
3430 (get_int_var_value): New interface.
3431 (ada_find_any_symbol): Declare.
3432 (ada_find_renaming_symbol): Declare.
3433 (ada_mangle): Rename to ada_encode.
3434 (ada_simple_renamed_entity): Remove const.
3435 (ada_main_name): Declare.
3436 (get_current_task): Rename to ada_get_current_task.
3437 (get_entry_number): Remove declaration.
3438 (ada_report_exception_break): Remove declaration.
3439 (ada_print_exception_breakpoint_nontask): Declare.
3440 (ada_print_exception_breakpoint_task): Declare.
3441 (ada_find_printable_frame): Declare.
3442
3443 * ada-lex.l: Update copyright notices.
3444 Use xmalloc and xfree instead of malloc and free.
3445 Use new interface to name_lookup.
3446 Use new interface to
3447 ada_mangle=>ada_encode.
3448 Redo handling of '$...' variable to parallel current treatment
3449 in c-exp.y.
3450 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
3451 digit_to_int, strtoulst, processInt, processReal, processId,
3452 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
3453 yywrap): Protoize.
3454
3455 (processInt): Use cast to remove harmless warning.
3456 (processReal): Modify to get rid of compiler warning on scan formats.
3457
3458 (processId): Replace xmalloc with obstack_alloc for name and remove
3459 call to ada_name_string_cleanup.
3460 Remove obsolete disabled code.
3461 (name_lookup): Ditto.
3462 New interface.
3463 Use obsavestring on temp_parse_space instead of savestring
3464 on name, and remove call to ada_name_string_cleanup.
3465 Free string returned from ada_simple_renamed_entity.
3466 Use new interface to ada_lookup_symbol_list.
3467 Decomment disabled code.
3468 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
3469 not types.
3470 When a type name lookup succeeds as a result of
3471 lookup_primitive_typename, check for regular type entry that has not
3472 yet been read in.
3473 Limit length of chain of renamed symbols we are willing to follow.
3474 Do not break names beginning with "standard__" into segments.
3475 (block_lookup): Use new interface to ada_lookup_symbol_list.
3476
3477 * ada-typeprint.c: Update copyright notice.
3478 (demangled_type_name): Rename to decoded_type_name.
3479 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
3480 (print_range_bound): Correct handling of negative
3481 bounds that make the index type looked unsigned under STABS.
3482 (print_dynamic_range_bound): Use new interface to get_int_var_value.
3483 (print_range_type_named): Use the builtin int type if no type
3484 corresponding to the given type name could be found.
3485 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
3486 Add some bullet-proofing.
3487 (print_variant_clauses): Allow for variant branches with ___XVU
3488 encodings that are not dynamic fields.
3489 Use new interface to ada_is_tagged_type.
3490 (print_record_type): Allow for fields with ___XVE encodings that
3491 are not dynamic fields.
3492 Use new interface to ada_is_tagged_type.
3493 (ada_print_type): ada_is_array_descriptor =>
3494 ada_is_array_descriptor_type.
3495
3496 * ada-valprint.c: Update copyright notice.
3497 Include gdb_string.h
3498 Include infcall.h
3499 (ui_memcpy): New function.
3500 (ada_print_floating): New function.
3501 (ada_print_str): Order arguments correctly.
3502 Correct handling of empty arrays and arrays of 0-length items.
3503 ada_is_array_descriptor => ada_is_array_descriptor_type
3504 Print values of type System.Address in hexadecimal format.
3505 Use ada_print_floating to print floating-point numbers in Ada format.
3506 Print class tag values with type names.
3507 No longer print the address of reference values. Avoids
3508 a potential confusion.
3509 (ada_value_print): Stop printing the object type for reference
3510 values, but preserve that behavior for access types. Avoids
3511 a potential confusion.
3512 Simplify one conditional expression, as the first part is now
3513 necessarily true.
3514 ada_is_array_descriptor => ada_is_array_descriptor_type
3515 Add check for arrays for null records, and print them by hand.
3516
3517 2004-06-01 Jim Blandy <jimb@redhat.com>
3518
3519 * ppc-tdep.h: Delete unused 'regoff' member.
3520 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
3521
3522 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
3523
3524 Fix PR symtab/1661.
3525 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
3526 (hpread_read_struct_type): Likewise.
3527
3528 2004-06-01 Andrew Cagney <cagney@gnu.org>
3529
3530 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
3531 instead of xasprintf.
3532 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
3533 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
3534 (mi_cmd_data_list_register_names)
3535 (mi_cmd_data_list_changed_registers)
3536 (mi_cmd_data_list_register_values)
3537 (get_register, mi_cmd_data_write_register_values)
3538 (mi_cmd_data_write_register_values)
3539 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
3540 (mi_cmd_target_download, mi_cmd_target_select)
3541 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
3542 (mi_execute_cli_command, mi_execute_async_cli_command)
3543 (mi_execute_async_cli_command): Ditto.
3544 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
3545 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
3546
3547 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
3548 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
3549 error_last_message instead of mi_error_last_message.
3550 * mi/mi-main.c (mi_error_last_message): Delete function.
3551
3552 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
3553 "invalid number of columns" error. Delete redundant "out of
3554 memory" check.
3555
3556 2004-05-31 Mark Kettenis <kettenis@gnu.org>
3557
3558 * i386bsd-nat.c: Don't include <sys/procfs.h>.
3559 (gregset_t, fpregset_t): Remove typedefs.
3560 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
3561 (REG_OFFSET): Rename argument.
3562 (i386bsd_r_reg_offset): Rename from reg_offset.
3563 (REG_ADDR): Remove macro.
3564 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
3565 functions.
3566 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
3567 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
3568 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
3569 instead of supply_gregset.
3570 (store_inferior_registers): Use `struct reg' and `struct fpreg'
3571 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
3572 instead of fill_gregset.
3573 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
3574
3575 * i386bsd-nat.c: Don't include "gregset.h".
3576 (supply_gregset, fill_gregset): Make static.
3577 (supply_fpregset, fill_fpregset): Remove.
3578 * Makefile.in (i386bsd-nat.o): Update dependencies.
3579
3580 2004-05-30 Mark Kettenis <kettenis@gnu.org>
3581
3582 * fbsd-proc.c: Include "regcache.h", "regset.h" and
3583 "gdb_assert.h". Con't include "gregset.h".
3584 (fbsd_make_corefile_notes): Use regset-based core file support
3585 instead off fill_gregset and fill_fpregset.
3586 * Makefile.in (fbsd-proc.o): Update dependencies.
3587
3588 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
3589 instructions.
3590 (m88k_frame_prev_register): Simplify code a bit.
3591
3592 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
3593 (amd64_collect_fpregset): New function.
3594 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
3595
3596 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
3597
3598 * i386-tdep.c (i386_supply_gregset): Adjust comment.
3599 (i386_collect_gregset): New function.
3600 (i386_supply_fpregset): Adjust comment.
3601 (i386_collect_fpregset): New function.
3602 (i386_regset_from_core_section): Use i386_collect_gregset and
3603 i386_collect_fpregset.
3604
3605 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
3606 handle VALUEP being null.
3607
3608 * regset.h (collect_regset_ftype): Unconstify fourth argument.
3609
3610 2004-05-29 Mark Kettenis <kettenis@gnu.org>
3611
3612 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
3613
3614 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
3615 assembler in OpenBSD 3.5-current.
3616 (amd64obsd_sigcontext_addr): Likewise.
3617
3618 2004-05-28 Jim Blandy <jimb@redhat.com>
3619
3620 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
3621 register set, so our regcache isn't declared "legacy" and our E500
3622 pseudoregister read and write functions aren't ignored.
3623 (rs6000_register_byte, rs6000_register_raw_size,
3624 rs6000_register_virtual_type, rs6000_register_convertible,
3625 rs6000_register_convert_to_virtual,
3626 rs6000_register_convert_to_raw): Deleted.
3627 (rs6000_register_type, rs6000_convert_register_p,
3628 rs6000_register_to_value, rs6000_value_to_register): New
3629 functions.
3630 (rs6000_gdbarch_init): Don't register
3631 gdbarch_deprecated_register_size,
3632 gdbarch_deprecated_register_bytes,
3633 gdbarch_deprecated_register_byte,
3634 gdbarch_deprecated_register_raw_size,
3635 gdbarch_deprecated_register_virtual_type,
3636 gdbarch_deprecated_register_convertible,
3637 gdbarch_deprecated_register_convert_to_virtual, or
3638 gdbarch_deprecated_register_convert_to_raw methods. Instead,
3639 register gdbarch_register_type, gdbarch_convert_register_p,
3640 gdbarch_register_to_value, and gdbarch_value_to_register methods.
3641
3642 2004-05-26 Jim Blandy <jimb@redhat.com>
3643
3644 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
3645 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
3646 functions, updated to match the register numberings used in GCC.
3647 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
3648 rs6000_dwarf2_reg_to_regnum as register number conversions
3649 functions for STABS and Dwarf2.
3650
3651 2004-05-26 Randolph Chung <tausq@debian.org>
3652
3653 * infttrace.h (target_waitkind): Forward declare type instead of pulling
3654 in header file.
3655
3656 2004-05-25 Joel Brobecker <brobecker@gnat.com>
3657
3658 * NEWS: Document new "start" command.
3659
3660 2004-05-25 Randolph Chung <tausq@debian.org>
3661
3662 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
3663 hppa-linux.
3664
3665 2004-05-25 Randolph Chung <tausq@debian.org>
3666
3667 * hppa-hpux-tdep.c (offsetof): Define.
3668 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
3669 (hppa32_hpux_frame_base_before_sigtramp)
3670 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
3671 (hppa64_hpux_frame_saved_pc_in_sigtramp)
3672 (hppa64_hpux_frame_base_before_sigtramp)
3673 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
3674 functions.
3675 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
3676 (hppa_hpux_sigtramp_frame_unwind_cache)
3677 (hppa_hpux_sigtramp_frame_this_id)
3678 (hppa_hpux_sigtramp_frame_prev_register)
3679 (hppa_hpux_sigtramp_frame_unwind)
3680 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
3681 (hppa_hpux_init_abi): Register sigtramp unwinder.
3682 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
3683
3684 2004-05-25 Randolph Chung <tausq@debian.org>
3685
3686 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
3687 and multiple stack unwinds.
3688 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
3689
3690 2004-05-25 Andrew Cagney <cagney@gnu.org>
3691
3692 * symfile.h (symbol_file_add_from_memory): Delete declaration.
3693 * symfile-mem.h: Delete file.
3694 * symfile-mem.c: Do not include "symfile-mem.h".
3695 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
3696 "struct bfd_section". When an error do not bother returning NULL.
3697 (add_symbol_file_from_memory_command): Use "struct bfd" and
3698 "struct bfd_section".
3699 * Makefile.in (symfile_mem_h): Delete.
3700 (symfile-mem.o): Update dependencies.
3701
3702 2004-05-25 Nick Roberts <nickrob@gnu.org>
3703
3704 * gdb-mi.el: New file.
3705
3706 2004-05-25 Andrew Cagney <cagney@gnu.org>
3707
3708 * inftarg.c: Include "observer.h".
3709 (child_attach, child_create_inferior): Notify inferior_created.
3710 * corelow.c: Include "observer.h".
3711 (core_open): Notify inferior_created.
3712 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
3713
3714 2004-05-25 Andrew Cagney <cagney@gnu.org>
3715
3716 * target.h (struct target_ops): Add from_tty to
3717 to_create_inferior.
3718 (target_create_inferior, find_default_create_inferior): Update.
3719 * infcmd.c (run_command): Update.
3720 * wince.c (child_create_inferior): Update.
3721 * win32-nat.c (child_create_inferior): Update.
3722 * uw-thread.c (uw_thread_create_inferior): Update.
3723 * thread-db.c (thread_db_create_inferior): Update.
3724 * target.c (debug_to_create_inferior)
3725 (find_default_create_inferior): Update.
3726 (maybe_kill_then_create_inferior): Update.
3727 * sol-thread.c (sol_thread_create_inferior): Update.
3728 * remote.c (extended_remote_async_create_inferior)
3729 (extended_remote_create_inferior): Update.
3730 * remote-vx.c (vx_create_inferior): Update.
3731 * remote-st.c (st2000_create_inferior): Update.
3732 * remote-sim.c (gdbsim_create_inferior): Update.
3733 * remote-sds.c (sds_create_inferior): Update.
3734 * remote-rdp.c (remote_rdp_create_inferior): Update.
3735 * remote-rdi.c (arm_rdi_create_inferior): Update.
3736 * remote-m32r-sdi.c (m32r_create_inferior): Update.
3737 * remote-e7000.c (e7000_create_inferior): Update.
3738 * procfs.c (procfs_create_inferior): Update.
3739 * ocd.c (ocd_create_inferior): Update.
3740 * ocd.h (ocd_create_inferior): Update.
3741 * nto-procfs.c (procfs_create_inferior): Update.
3742 * monitor.c (monitor_create_inferior): Update.
3743 * lin-lwp.c (lin_lwp_create_inferior): Update.
3744 * inftarg.c (child_create_inferior): Update.
3745 * hpux-thread.c (hpux_thread_create_inferior): Update.
3746 * gnu-nat.c (gnu_create_inferior): Update.
3747
3748 2004-05-25 Andrew Cagney <cagney@gnu.com>
3749
3750 * MAINTAINERS: Update e-mail address.
3751
3752 2004-05-24 Randolph Chung <tausq@debian.org>
3753
3754 * thread.c (info_threads_command, thread_apply_all_command)
3755 (thread_apply_command, thread_command, do_captured_thread_select):
3756 Remove HPUXHPPA-specific code.
3757
3758 2004-05-24 Randolph Chung <tausq@debian.org>
3759
3760 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
3761 unused symbols.
3762 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
3763 references.
3764
3765 2004-05-24 Joel Brobecker <brobecker@gnat.com>
3766
3767 * infcmd.c (kill_if_already_running): New function, extracted
3768 from run_command().
3769 (run_command): Replace extracted code by call to
3770 kill_if_already_running().
3771 (start_command): New function.
3772 (_initialize_infcmd): Add "start" command.
3773
3774 2004-05-24 Mark Kettenis <kettenis@gnu.org>
3775
3776 Add OpenBSD/m88k support.
3777 * NEWS (New native configurations): Mention OpenBSD/m88k.
3778 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
3779 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
3780 * Makefile.in (m88k_tdep_h): New variable.
3781 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
3782 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
3783 * configure.host: Add m88*-*-openbsd*.
3784 * configure.tgt: Add m88*-*-openbsd*.
3785
3786 2004-05-24 Jim Blandy <jimb@redhat.com>
3787
3788 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
3789 to approve changes.
3790
3791 2004-05-24 Kevin Buettner <kevinb@redhat.com>
3792
3793 * symtab.c (fixup_section): Search section table when lookup by
3794 name fails.
3795
3796 2004-05-24 Randolph Chung <tausq@debian.org>
3797
3798 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
3799 be "small_struct".
3800
3801 2004-05-24 Mark Kettenis <kettenis@gnu.org>
3802
3803 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
3804 register number in regcache_raw_collect call.
3805 (m68kbsd_collect_fpregset): Likewise.
3806 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
3807
3808 * regset.h (struct regset): Add back `regset' member.
3809
3810 2004-05-23 Mark Kettenis <kettenis@gnu.org>
3811
3812 * configure.in: Check for td_pcb in `struct thread'.
3813 * configure, config.in: Regenerated.
3814
3815 * dpx2-nat.c: Remove file.
3816 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
3817 (dpx2-nat.o): Remove dependencies.
3818
3819 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
3820 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
3821 (amd64obsd_supply_pcb): New function.
3822 (_initialize_amd64obsd_nat): Enable libkvm interface.
3823 * Makefile.in (amd64obsd-nat.o): Update dependencies.
3824 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
3825 (LOADLIBES): New variable.
3826
3827 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
3828 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
3829 (sparc32nbsd_supply_pcb): New function.
3830 (_initialize_sparcnbsd_nat): Enable libkvm interface.
3831 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
3832 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3833 (LOADLIBES): New variable.
3834
3835 2004-05-22 Mark Kettenis <kettenis@gnu.org>
3836
3837 * bsd-kvm.c, bsd-kvm.h: New files.
3838 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3839 "bsd-kvm.h".
3840 (i386fbsd_supply_pcb): New function.
3841 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
3842 (i386fbsd-nat.o): Update dependencies.
3843 (bsd_kvm_h): New variable.
3844 (bsd-kvm.o): New dependency.
3845 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3846 (LOADLIBES): New variable.
3847
3848 * regset.c: Tweak comment.
3849 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
3850 macro.
3851 * regset.h: Update copyright year.
3852 (struct regset): Remove `descr' member, add `gdbarch' member.
3853 (regset_alloc): Adjust prototype and comment.
3854 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
3855 (i386_supply_fpregset): Likewise.
3856 (i386_regset_from_core_section): Update call to regset_alloc.
3857 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
3858 REGSET->arch.
3859 (i386obsd_aout_regset_from_core_section): Update call to
3860 regset_alloc.
3861 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
3862 REGSET->arch.
3863 (i386nbsd_aout_regset_from_core_section): Update call to
3864 regset_alloc.
3865 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
3866 REGSET->arch.
3867 (amd64_regset_from_core_section): Update call to regset_alloc.
3868 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
3869 REGSET->arch.
3870 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
3871 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
3872 &sparc32nbsd_gregset in sparc32_supply_gregset call.
3873 (sparc32nbsd_init_abi): Update call to regset_alloc.
3874 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
3875 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
3876 (sparc64obsd_init_abi): Update call to regset_alloc.
3877 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
3878 &sparc64nbsd_gregset in sparc64_supply_gregset call.
3879 (sparc64nbsd_init_abi): Update call to regset_alloc.
3880 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
3881 &sparc64fbsd_gregset in sparc64_supply_gregset call.
3882 (sparc64fbsd_init_abi): Update call to regset_alloc.
3883
3884 2004-05-22 Jim Blandy <jimb@redhat.com>
3885
3886 * ppc-tdep.h (spe_register_p): New declaration.
3887 (struct gdbarch_tdep): New members: ppc_acc_regnum and
3888 ppc_spefscr_regnum.
3889 * rs6000-tdep.c (spe_register_p): New function.
3890 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
3891 spefscr.
3892 (rs6000_gdbarch_init): Initialize the new members of the tdep
3893 structure.
3894
3895 2004-05-21 Jim Blandy <jimb@redhat.com>
3896
3897 * ppc-linux-nat.c (fetch_register): Move code back to be next
3898 to the comment that describes it. (Moved code, instead of
3899 comment, for symmetry with store_register.)
3900
3901 Allocate regset structures in the gdbarch's obstack, not using
3902 xmalloc.
3903 * regset.c (regset_alloc): Renamed from regset_xmalloc.
3904 Add 'arch' argument. Allocate the regset on arch's obstack, not
3905 using xmalloc.
3906 * regset.h (regset_alloc): Update declaration.
3907 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
3908 gdbarch argument.
3909 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3910 * i386-tdep.c (i386_regset_from_core_section): Same.
3911 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3912 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3913 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3914 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3915 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3916 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3917
3918 2004-05-21 Joel Brobecker <brobecker@gnat.com>
3919
3920 * config/djgpp/fnchange.lst: Undo previous change, was useless.
3921
3922 2004-05-21 Jim Blandy <jimb@redhat.com>
3923
3924 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
3925 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
3926
3927 2004-05-20 Jim Blandy <jimb@redhat.com>
3928
3929 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
3930
3931 2004-05-20 Mark Kettenis <kettenis@gnu.org>
3932
3933 * regset.h: Make prototype const-correct.
3934 * regset.c (regset_xmalloc): Make const-correct.
3935
3936 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
3937
3938 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
3939 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
3940 (symbol_search_name): Declare.
3941
3942 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
3943 (iter_name_next_hashed): Ditto.
3944 (iter_name_next_linear): Ditto.
3945 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
3946
3947 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
3948 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
3949 (symbol_search_name): New function.
3950
3951 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
3952
3953 * minsyms.c (build_minimal_symbol_hash_tables): Change
3954 test for adding to demangled hash table to check for difference
3955 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
3956
3957 2004-05-19 Jim Blandy <jimb@redhat.com>
3958
3959 Use a constructor function to create regset structures.
3960 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
3961 (struct regset): Use supply_regset_ftype. Add new
3962 'collect_regset' member.
3963 (regset_xmalloc): New declaration.
3964 * regset.c: New file.
3965 * am64-tdep.c (amd64_regset_from_core_section): Use
3966 regset_xmalloc to construct regset structures.
3967 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3968 * i386-tdep.c (i386_regset_from_core_section): Same.
3969 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3970 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3971 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3972 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3973 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3974 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3975 * Makefile.in (COMMON_OBS): Add regset.o.
3976 (regset.o): New rule.
3977
3978 2004-05-19 Joel Brobecker <brobecker@gnat.com>
3979
3980 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
3981 and pthread_cond_wait.c.
3982
3983 2004-05-18 Jim Blandy <jimb@redhat.com>
3984
3985 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
3986 before the mach-specific switch, and then let the individual cases
3987 override the defaults, rather than leaving them uninitialized
3988 until the switch and then setting them in each case.
3989
3990 2004-05-18 Randolph Chung <tausq@debian.org>
3991
3992 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
3993 millicode functions.
3994
3995 2004-05-18 Randolph Chung <tausq@debian.org>
3996
3997 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
3998 references to dld_flags_buffer consistent.
3999
4000 2004-05-18 Randolph Chung <tausq@debian.org>
4001
4002 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4003 it for unwinding the stack.
4004
4005 2004-05-18 Randolph Chung <tausq@debian.org>
4006
4007 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4008 Undefine these so we can overide them using gdbarch.
4009
4010 2004-05-18 Randolph Chung <tausq@debian.org>
4011
4012 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4013 handling for 64-bit HPUX (elf).
4014
4015 2004-05-18 Daniel Jacobowitz <dan@debian.org>
4016
4017 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4018 constants.
4019 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4020 * ia64-tdep.c (examine_prologue): Likewise.
4021 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4022 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4023
4024 2004-05-18 Mark Kettenis <kettenis@gnu.org>
4025
4026 * vax-tdep.c (vax_return_value): Implement
4027 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4028
4029 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4030
4031 * vax-tdep.c (vax_return_value): Fix typo.
4032
4033 2004-05-17 Andrew Cagney <cagney@redhat.com>
4034
4035 * MAINTAINERS: Mark Salter was also responsible for
4036 testsuite/config/
4037
4038 * NEWS: Mention signal fixes.
4039
4040 2004-05-17 Randolph Chung <tausq@debian.org>
4041
4042 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4043 check to see if we are unwinding an export stub. Export stubs clobber
4044 the %rp in the call path and stores the original rp in a stack slot.
4045
4046 2004-05-17 Jim Blandy <jimb@redhat.com>
4047
4048 * MAINTAINERS: Update address for J.T. Conklin.
4049
4050 2004-05-17 Randolph Chung <tausq@debian.org>
4051
4052 * hppa-tdep.c: Remove superfluous #include's.
4053 * Makefile.in (hppa-tdep.o): Update dependencies.
4054
4055 2004-05-17 Randolph Chung <tausq@debian.org>
4056
4057 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4058 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4059 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4060 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4061 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4062 Remove static function declarations.
4063
4064 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4065
4066 * alphabsd-nat.c: Update copyright year.
4067 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4068
4069 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4070 and M68K_A2_REGNUM.
4071
4072 * m68k-tdep.c (m68k_svr4_return_value): Implement
4073 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4074
4075 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4076
4077 * sol-thread.c Update copyright year. Fix various coding
4078 standards violations. Tweak a few comments.
4079 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4080 Delete prototypes.
4081
4082 2004-05-15 Randolph Chung <tausq@debian.org>
4083
4084 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4085 as pointer instead of array reference since HPUX compiler does
4086 not accept unsized array arguments.
4087 * somsolib.c (dld_flags_buffer): Use constant array size.
4088
4089 2004-05-15 Mark Kettenis <kettenis@gnu.org>
4090
4091 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4092 offset with decimal offset.
4093 (amd64obsd_sigcontext_addr): Return correct address for entire
4094 signal trampoline.
4095
4096 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4097 instead of get_frame_base.
4098
4099 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4100 (fill_gregset): Use regcache_raw_collect.
4101
4102 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4103 ppcobsd-tdep.c.
4104
4105 * config/sparc/tm-nbsd64.h: Remove file.
4106 * config/tm-sunos.h: Remove file.
4107
4108 2004-05-15 Joel Brobecker <brobecker@gnat.com>
4109
4110 * rs6000-tdep.c (store_param_on_stack_p): New function,
4111 an improved version of some code extracted from skip_prologue().
4112 (skip_prologue): Use store_param_on_stack_p() to detect
4113 instructions saving a parameter on the stack. Detect when r0
4114 is used to save a parameter.
4115 Do not mark "li rx, SIMM" instructions as part of the prologue,
4116 unless the following instruction is also part of the prologue.
4117
4118 2004-05-14 Andrew Cagney <cagney@redhat.com>
4119
4120 * infrun.c (handle_inferior_event): Simplify
4121 STEP_OVER_UNDEBUGGABLE.
4122
4123 * infrun.c (handle_step_into_function): Delete function.
4124 (handle_inferior_event): Inline calls to
4125 handle_step_into_function.
4126
4127 2004-05-14 Jerome Guitton <guitton@gnat.com>
4128
4129 * rs6000-nat.c: Fix a comment.
4130
4131 2004-05-12 David Anderson <davea@sgi.com>
4132
4133 Committed by Jim Blandy <jimb@redhat.com>:
4134 * regcache.c (struct regcache_descr): fix comment spelling.
4135
4136 2004-05-13 J. Brobecker <brobecker@gnat.com>
4137
4138 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4139 Fixes a link link failure.
4140
4141 2004-05-13 J. Brobecker <brobecker@gnat.com>
4142
4143 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4144 error that was causing the build to fail.
4145
4146 2004-05-13 J. Brobecker <brobecker@gnat.com>
4147
4148 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
4149 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
4150
4151 2004-05-13 Andrew Cagney <cagney@redhat.com>
4152
4153 * infrun.c (handle_inferior_event): Check for
4154 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
4155 calls. Update comments.
4156
4157 2004-05-13 Jim Blandy <jimb@redhat.com>
4158
4159 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
4160 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4161 (store_regs_user_thread, store_regs_kernel_thread): Use
4162 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
4163 * ppc-linux-nat.c (fill_gregset): Same.
4164 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
4165 (ppc_linux_sigtramp_cache): Same.
4166 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
4167 (ppcnbsd_sigtramp_cache_init): Same.
4168 * rs6000-nat.c (fetch_core_registers): Same.
4169 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4170 (rs6000_frame_cache): Same.
4171
4172 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
4173 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
4174 of assuming that the gprs are numbered starting with zero.
4175 * ppc-linux-nat.c (fill_gregset): Same.
4176 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
4177 * ppcnbsd-nat.c (getregs_supplies): Same.
4178 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
4179 * rs6000-nat.c (fetch_core_registers): Same.
4180 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
4181
4182 2004-05-07 Michael Snyder <msnyder@redhat.com>
4183
4184 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
4185 LOC_COMPUTED_ARG, and LOC_INDIRECT.
4186
4187 2004-05-13 Andrew Cagney <cagney@redhat.com>
4188
4189 * infrun.c (handle_inferior_event): Use frame_unwind_id.
4190
4191 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4192
4193 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
4194 base_address for shared libraries.
4195
4196 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4197
4198 * MAINTAINERS (write after approval): Add myself.
4199
4200 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4201
4202 * breakpoint.c (bpstat_stop_status): Add new argument
4203 STOPPED_BY_WATCHPOINT. Use it instead of testing
4204 target_stopped_data_address agaist 0 to check whether
4205 or not we stopped due to a hardware watchpoint.
4206 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4207 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4208 with new argument.
4209
4210 2004-05-12 Jim Blandy <jimb@redhat.com>
4211
4212 * configure.in: When checking whether we should use the -bbigtoc
4213 option, don't forget to restore the original value of LDFLAGS.
4214 * configure: Regenerated.
4215
4216 2004-05-12 Andrew Cagney <cagney@redhat.com>
4217
4218 * thread.c (load_infrun_state): Delete step_sp.
4219 * infrun.c (context_switch): Ditto.
4220 * inferior.h (step_sp): Ditto.
4221 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4222 * gdbthread.h (struct thread_info, save_infrun_state)
4223 (restore_infrun_state): Ditto.
4224
4225 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4226
4227 * MAINTAINERS (write after approval): Add myself.
4228
4229 2004-05-12 Andrew Cagney <cagney@redhat.com>
4230
4231 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
4232 eliminate reference to step_sp.
4233 (struct execution_control_state, init_execution_control_state)
4234 (handle_inferior_event, keep_going): Delete update_step_sp and
4235 step_sp.
4236 * infcmd.c (step_sp): Note that variable is unused.
4237
4238 2004-05-11 Andrew Cagney <cagney@redhat.com>
4239
4240 * infrun.c (step_over_function): Delete function.
4241 (handle_step_into_function): Use insert_step_resume_breakpoint.
4242 (insert_step_resume_breakpoint): Fix assertion.
4243
4244 2004-05-11 Nick Roberts <nickrob@gnu.org>
4245
4246 * utils.c (defaulted_query): Just use the normal query input type
4247 when printing the annotations.
4248
4249 2004-05-11 Andrew Cagney <cagney@redhat.com>
4250
4251 * infrun.c (handle_inferior_event): Simplify code handling
4252 step-into or return-from a signal trampoline.
4253
4254 2004-05-11 Andrew Cagney <cagney@redhat.com>
4255
4256 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4257 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4258
4259 2004-05-10 Jim Blandy <jimb@redhat.com>
4260
4261 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4262 with a call to internal_error.
4263
4264 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4265 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4266 processor variant lacks those registers.
4267 (ppc_floating_point_unit_p): Change description to make it clear
4268 that this returns info about the ISA, not the ABI.
4269 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4270 return true or false by checking tdep->ppc_fp0_regnum and
4271 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4272 arch/mach switching done in rs6000_gdbarch_init; it's better to
4273 keep that logic there, and just check the results here.
4274 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4275 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4276 floating-point registers.
4277 (ppc_supply_fpregset, ppc_collect_fpregset)
4278 (rs6000_push_dummy_call, rs6000_extract_return_value)
4279 (rs6000_store_return_value): Assert that we have floating-point
4280 registers.
4281 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4282 (rs6000_frame_cache): Don't note the locations at which
4283 floating-point registers were saved if we have no fprs.
4284 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4285 registers.
4286 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4287 (store_regs_user_thread, store_regs_kernel_thread): Only call
4288 supply_fprs / fill_fprs if we actually have floating-point
4289 registers.
4290 (special_register_p): Check ppc_fpscr_regnum before matching
4291 against it.
4292 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4293 supply / collect fpscr if we don't have it.
4294 * ppc-bdm.c: #include "gdb_assert.h".
4295 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4296 have floating-point registers, since I can't test this code on
4297 FP-free systems to adapt it.
4298 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4299 fpscr and floating point register numbers if they don't exist.
4300 (fetch_register): Assert that we have floating-point registers
4301 before we reach the code that handles them.
4302 (store_register): Same. And use tdep instead of calling
4303 gdbarch_tdep again.
4304 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4305 don't have them.
4306 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4307 fprs and fpscr if we don't have them.
4308 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4309 don't have them.
4310 * ppcnbsd-nat.c: #include "gdb_assert.h".
4311 (getfpregs_supplies): Assert that we have floating-point registers.
4312 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4313 * ppcobsd-tdep.c: #include "gdb_assert.h".
4314 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4315 have floating-point registers.
4316 * rs6000-nat.c (regmap): Don't match against the fpscr and
4317 floating point register numbers if they don't exist.
4318 (fetch_inferior_registers, store_inferior_registers,
4319 fetch_core_registers): Only fetch / store / supply the
4320 floating-point registers and the fpscr if we have them.
4321 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4322 (ppcobsd-tdep.o): Update dependencies.
4323
4324 2004-05-10 Andrew Cagney <cagney@redhat.com>
4325
4326 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4327 (context_switch): Do not switch through_sigtramp_breakpoint.
4328 * gdbthread.h (save_infrun_state, load_infrun_state)
4329 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4330 and structure member.
4331 * thread.c (load_infrun_state, save_infrun_state): Update.
4332
4333 2004-05-10 Mark Kettenis <kettenis@gnu.org>
4334
4335 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4336
4337 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4338
4339 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4340 throughout.
4341 * aclocal.m4: Regenerate.
4342
4343 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
4344
4345 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4346
4347 2004-05-10 Andrew Cagney <cagney@redhat.com>
4348
4349 * infrun.c (check_sigtramp2): Delete function.
4350 (handle_inferior_event): When single stepping, and taking a
4351 signal, set a breakpoint at the signal return address. Delete
4352 redundant calls to check_sigtramp2.
4353 (insert_step_resume_breakpoint): New function.
4354 (through_sigtramp_breakpoint, handle_inferior_event)
4355 (follow_exec, wait_for_inferior, fetch_inferior_event)
4356 (currently_stepping, keep_going): Delete most uses of
4357 through_sigtramp_breakpoint, not that it should be deleted.
4358 (delete_breakpoint_current_contents): Delete function.
4359
4360 2004-05-10 Randolph Chung <tausq@debian.org>
4361
4362 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4363 target.
4364 * config/pa/tm-linux.h: New file.
4365
4366 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
4367
4368 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4369 of prefixes. Don't print the prefix twice in the CLI.
4370
4371 2004-05-10 Jim Blandy <jimb@redhat.com>
4372
4373 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4374 collect all the gprs.
4375
4376 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4377 loop collecting gprs.
4378
4379 2004-05-09 Andrew Cagney <cagney@redhat.com>
4380
4381 * remote-vx.c (net_step): Delete step-range code.
4382 * remote.c (remote_resume, init_all_packet_configs)
4383 (set_remote_protocol_E_packet_cmd)
4384 (show_remote_protocol_E_packet_cmd)
4385 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4386 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4387 (show_remote_protocol_e_packet_cmd): Ditto.
4388
4389 2004-05-09 Mark Kettenis <kettenis@gnu.org>
4390
4391 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
4392
4393 * hppa-tdep.h: Update copyright year.
4394 (struct trad_frame_saved_reg): Add opaque declaration.
4395
4396 * amd64-tdep.c (amd64_return_value): Implement
4397 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4398
4399 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
4400 (m68k_value_to_register): New functions.
4401 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
4402 value_to_register.
4403
4404 * defs.h (enum return_value_convention): Add
4405 RETURN_VALUE_ABI_RETURNS_ADDRESS and
4406 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
4407 * infcmd.c (legacy_return_value): New function.
4408 (print_return_value): Rwerite to implement
4409 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4410 * values.c (using_struct_return): Check for inequality to
4411 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
4412 RETURN_VALUE_STRUCT_CONVENTION.
4413 * i386-tdep.c (i386_return_value): Implement
4414 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4415
4416 * vax-tdep.c: Tweak comments. Reorder include files. Don't
4417 include "symtab.h", "opcode/vax.h" and "inferior.h".
4418 (vax_skip_prologue): Replace calls to read_memory_integer by calls
4419 to read_memory_unsigned_integer.
4420 (vax_gdbarch_init): Reorder.
4421 (_initialize_vax_tdep): Spell out prototype.
4422 * Makefile.in (vax-tdep.o): Update dependencies.
4423
4424 2004-05-08 Andrew Cagney <cagney@redhat.com>
4425
4426 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
4427 * target.c (target_detach, target_disconnect): Ditto.
4428
4429 * infcall.c (call_function_by_hand): When no
4430 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
4431 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
4432 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
4433 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4434 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4435
4436 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
4437 * gdbarch.h, gdbarch.c: Re-generate.
4438 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4439 deprecated_fix_call_dummy.
4440 * v850-tdep.c (v850_gdbarch_init): Ditto.
4441 * infcall.c (call_function_by_hand): Do not call
4442 DEPRECATED_FIX_CALL_DUMMY.
4443
4444 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
4445 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
4446 * gdbarch.h, gdbarch.c: Re-generate.
4447 * arm-linux-tdep.c (arm_linux_call_dummy_words)
4448 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
4449 deprecated_sizeof_call_dummy_words.
4450 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
4451 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4452 * v850-tdep.c (v850_gdbarch_init): Ditto.
4453 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4454 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
4455 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4456 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4457 * arch-utils.h (legacy_call_dummy_words)
4458 (legacy_sizeof_call_dummy_words): Delete declarations.
4459 * arch-utils.c (legacy_call_dummy_words)
4460 (legacy_sizeof_call_dummy_words): Delete variables.
4461
4462 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
4463 * gdbarch.h, gdbarch.c: Re-generate.
4464 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
4465 * infcall.c (call_function_by_hand): Eliminate call to
4466 DEPRECATED_PUSH_DUMMY_FRAME.
4467 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4468 push_dummy_frame.
4469 (ns32k_push_dummy_frame): Delete function.
4470
4471 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4472 deprecated_call_dummy_breakpoint_offset or
4473 deprecated_call_dummy_start_offset.
4474 * dummy-frame.c, arm-tdep.c: Update comments.
4475 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
4476 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
4477 * gdbarch.h, gdbarch.c: Re-generate.
4478
4479 * infcall.c (legacy_push_dummy_code): Delete function.
4480 (push_dummy_code): Delete call.
4481
4482 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
4483 * gdbarch.h, gdbarch.c: Re-generate.
4484 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
4485 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
4486 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
4487 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
4488
4489 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
4490 (struct frame_info): Delete opaque declaration.
4491 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
4492 * frame.c (get_frame_type): Delete call.
4493
4494 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4495 pc_in_call_dummy.
4496 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
4497 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
4498
4499 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4500
4501 * alphanbsd-tdep.c: Include "gdb_string.h".
4502 * armnbsd-tdep.c: Update copyright year.
4503 Include "gdb_string.h".
4504 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
4505 dependencies.
4506
4507 * delta68-nat.c: Remove file.
4508 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
4509 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
4510 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
4511 (delta68-nat.o): Remove dependency.
4512
4513 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
4514 function.
4515 (m68k_gdbarch_init): Don't set
4516 deprecated_frameless_function_invocation.
4517
4518 2004-05-07 Randolph Chung <tausq@debian.org>
4519
4520 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
4521 read_memory_nobpt for code reading when doing frame unwinding.
4522 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
4523
4524 2004-05-07 Randolph Chung <tausq@debian.org>
4525
4526 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
4527 instead of sp, handle sigaltstack case.
4528 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
4529 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
4530 signal handler and not that of the caller.
4531 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
4532 hppa_linux_sigtramp_find_sigcontext.
4533
4534 2004-05-07 Randolph Chung <tausq@debian.org>
4535
4536 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
4537 hppa-linux-nat.c.
4538 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
4539 * hppa-linux-nat.c (fetch_register, store_register): Define.
4540 (fetch_inferior_registers, store_inferior_registers): Define.
4541 (supply_gregset): Add comment and clean up some unneeded code.
4542 (fill_gregset): Add comment and fix so that it saves registers in
4543 the right place in the gregset.
4544 (fill_fpregset): Fix buffer overrun problem.
4545 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4546
4547 2004-05-07 Randolph Chung <tausq@debian.org>
4548
4549 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
4550 do common handling of the pcoqt register.
4551 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
4552 to use helper function.
4553 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
4554 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
4555 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
4556 generic fallback unwinder when all else fails.
4557 (hppa_gdbarch_init): Add fallback sniffer.
4558 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
4559 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
4560 to use helper function.
4561
4562 2004-05-08 Joel Brobecker <brobecker@gnat.com>
4563
4564 * config/djgpp/fnchange.lst: Add translation rules for
4565 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
4566
4567 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4568
4569 * frame.c (get_prev_frame_1): Work around GCC bug.
4570 * frame.h: Add comment about GCC bug.
4571
4572 2004-05-07 Andrew Cagney <cagney@redhat.com>
4573
4574 * observer.c: Include "commands.h" and "gdbcmd.h".
4575 (observer_debug, _initialize_observer): Add the
4576 command "set/show debug observer".
4577 * observer.sh: When observer debugging, log notify calls.
4578 * Makefile.in (observer.o): Update dependencies.
4579
4580 2004-05-07 Jason Molenda (jmolenda@apple.com)
4581
4582 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
4583
4584 2004-05-07 Jim Blandy <jimb@redhat.com>
4585
4586 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
4587 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
4588 to recognize gpr regnums, instead of assuming that
4589 tdep->ppc_fp0_regnum marks the end of the general-purpose
4590 registers.
4591
4592 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
4593 the given architecture has floating-point registers.
4594
4595 2004-05-07 Andrew Cagney <cagney@redhat.com>
4596
4597 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
4598 macro defined to 1.
4599 * gdbarch.h, gdbarch.c: Re-generate.
4600 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4601 deprecated_use_generic_dummy_frames.
4602
4603 2004-05-07 Brian Ford <ford@vss.fsi.com>
4604
4605 * NEWS: Mention Cygwin DWARF 2 support.
4606
4607 2004-05-07 Andrew Cagney <cagney@redhat.com>
4608
4609 * objfiles.h (struct entry_info): Delete unused fields
4610 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
4611 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
4612 * mipsread.c (mipscoff_symfile_read): Update.
4613 * mdebugread.c (parse_partial_symbols): Update.
4614 * dwarfread.c (read_file_scope): Update.
4615 * dwarf2read.c (read_file_scope): Update.
4616 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
4617 * coffread.c (complete_symtab): Update.
4618
4619 2004-05-07 Mark Kettenis <kettenis@gnu.org>
4620
4621 * infcall.c (_initialize_infcall): Fix typo.
4622
4623 2004-05-07 Andrew Cagney <cagney@redhat.com>
4624
4625 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
4626 * command.h (add_setshow_zinteger_cmd): Declare.
4627
4628 2004-05-06 Randolph Chung <tausq@debian.org>
4629
4630 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
4631 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
4632 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
4633 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
4634 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
4635 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
4636 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
4637 definitions ...
4638 * hppa-tdep.h: ... to here, with HPPA_ prefix.
4639 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
4640 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
4641 (hppa64_hpux_frame_find_saved_regs_in_sig)
4642 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
4643 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
4644 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
4645 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
4646 (hppa_linux_sigtramp_frame_prev_register): Likewise.
4647 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
4648 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
4649 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
4650 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
4651 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
4652 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
4653 (hppa32_register_type, hppa_cannot_store_register)
4654 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
4655 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
4656 * hpread.c (hpread_process_one_debug_symbol): Likewise.
4657 * pa64solib.c (pa64_solib_have_load_event)
4658 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
4659 (pa64_solib_unloaded_library_pathname): Likewise.
4660 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
4661 (som_solib_library_pathname): Likewise.
4662
4663 2004-05-05 Jim Ingham <jingham@apple.com>
4664
4665 * breakpoint.c (create_breakpoints): Copy the ignore count and
4666 thread id over from the pended breakpoint to the actual
4667 breakpoint.
4668
4669 2004-05-05 Andrew Cagney <cagney@redhat.com>
4670
4671 * gdbarch.sh (PARM_BOUNDARY): Delete.
4672 gdbarch.h, gdbarch.c: Re-generate.
4673 * valops.c (PARM_BOUNDARY): Delete macro.
4674 (value_push): Delete PARM_BOUNDARY code.
4675 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
4676
4677 2004-05-04 Jim Blandy <jimb@redhat.com>
4678
4679 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
4680 Don't assume that the gprs, fprs, and UISA sprs are
4681 contiguous, start at register number zero, and end with fpscr.
4682 Instead, use the numbers from the tdep structure.
4683
4684 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
4685 should no longer be used in code specific to the RS6000 and its
4686 derivatives.
4687 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
4688 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
4689 tdep->ppc_fp0_regnum.
4690 (ppc_supply_fpregset, ppc_collect_fpregset)
4691 (rs6000_push_dummy_call, rs6000_extract_return_value)
4692 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
4693 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
4694 FP0_REGNUM.
4695 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
4696 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
4697 Same.
4698 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
4699 bdm_ppc_store_registers): Same.
4700 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
4701 (store_register, fill_fpregset): Same.
4702 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
4703 (ppc_linux_supply_fpregset): Same.
4704 * ppcnbsd-nat.c (getfpregs_supplies): Same.
4705 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
4706 Same.
4707 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
4708 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
4709 ppc64_sysv_abi_return_value): Same.
4710 * rs6000-nat.c (regmap, fetch_inferior_registers)
4711 (store_inferior_registers, fetch_core_registers): Same.
4712
4713 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4714
4715 * m68knbsd-nat.c: Remove file.
4716 * m68knbsd-tdep.c: Remove file.
4717 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
4718 dependencies.
4719 * configure.host: Add m68k-*-netbsdelf*.
4720 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
4721 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
4722 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
4723 (XM_FILE): Remove.
4724 * config/m68k/nbsdelf.mh: New file.
4725 * config/m68k/nbsd.mt: New file.
4726 * config/m68k/nbsdaout.mt: Remove file.
4727 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
4728 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
4729 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
4730 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
4731 (use_struct_convention): Remove prototype.
4732 (USE_STRUCT_CONVENTION): Remove define.
4733 * config/m68k/xm-nbsd.h: Remove file.
4734
4735 2004-05-04 Michael Snyder <msnyder@redhat.com>
4736
4737 * m68k-tdep.c (m68k_gdbarch_init): Default to using
4738 reg_struct_return method (as gcc usually does for cross targets).
4739
4740 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4741
4742 Committed by Andrew Cagney.
4743 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
4744 alignment padding when accessing ucontext struct members.
4745
4746 2004-05-04 Jim Blandy <jimb@redhat.com>
4747
4748 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
4749 'ppc_gplast_regnum' member.
4750 (ppc_num_gprs): New enum constant.
4751 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
4752 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
4753 * rs6000-nat.c (regmap, fetch_inferior_registers,
4754 store_inferior_registers): Same.
4755 * rs6000-tdep.c (e500_pseudo_register_read)
4756 (e500_pseudo_register_write): Same.
4757 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
4758
4759 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
4760 * ppc-tdep.h (ppc_num_fprs): New enum constant.
4761 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
4762 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
4763 FPLAST_REGNUM.
4764 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
4765 Same.
4766 * ppc-linux-nat.c (ppc_register_u_addr): Same.
4767 * rs6000-nat.c (regmap, fetch_inferior_registers)
4768 (store_inferior_registers): Same.
4769
4770 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
4771 with FPLAST_REGNUM.
4772
4773 2004-05-03 Joel Brobecker <brobecker@gnat.com>
4774
4775 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
4776 failure detected by recent versions of GCC.
4777 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
4778 to be consistent with the usage in dwarf2_create_include_psymtab.
4779
4780 2004-05-03 Michael Snyder <msnyder@redhat.com>
4781
4782 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
4783 (heuristic_proc_start): Whitespace cleanup.
4784
4785 2004-05-04 Mark Kettenis <kettenis@gnu.org>
4786
4787 * sun3-nat.c: Remove file.
4788 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
4789 dependencies.
4790 (ALLDEPFILES): Remove sun3-nat.c.
4791 (sun3-nat.o): Remove dependencies.
4792
4793 * i386-interix-nat.c, i386-interix-tdep.c,
4794 config/i386/nm-interix.h, config/i386/interix.mh,
4795 config/i386/interix.mt: Remove files.
4796 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
4797 dependencies.
4798
4799 2004-05-03 Mark Kettenis <kettenis@gnu.org>
4800
4801 * m68k-tdep.h (struct gdbarch_tdep): Add member
4802 struct_value_regnum.
4803 (m68k_svr4_init_abi): New prototype.
4804 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
4805 different calling conventions.
4806 (m68k_extract_return_value): Remove code dealing with single-field
4807 structs.
4808 (m68k_store_return_value): Remove code dealing with single-field
4809 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
4810 (m68k_extract_struct_value_address): Remove function.
4811 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
4812 (m68k_reg_struct_return_p, m68k_return_value)
4813 (m68k_svr4_return_value): New functions.
4814 (m68k_use_struct_convention): Remove function.
4815 (m68k_push_dummy_call): Use new struct_value_regnum member of
4816 `struct gdbarch_tdep' instead of hardcoded register number to
4817 store STRUCT_ADDR.
4818 (m68k_svr4_init_abi): New function.
4819 (m68k_gdbarch_init): Don't set extract_return_value,
4820 store_return_values, deprecated_extract_struct_value_address and
4821 use_struct_convention. Set return_value instead. Initialize new
4822 struct_value_regnum member of `struct gdbarch_tdep'.
4823 * m68klinux-tdep.c: Update copyright year.
4824 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
4825 (m68k_linux_extract_struct_value_address): Remove function.
4826 (m68k_linux_init_abi): Don't set extract_return_value,
4827 store_return_values, deprecated_extract_struct_value_address and
4828 use_struct_convention. Call m68k_svr4_init_abi but override the
4829 new struct_value_regnum member of `struct gdbarch_tdep'.
4830 * Makefile.in (m68k-tdep.o): Update dependencies.
4831
4832 2004-05-03 J. Brobecker <brobecker@gnat.com>
4833
4834 * dwarf2read.c (line_header): Add new included_p field in
4835 field file_names.
4836 (partial_die_info): New field has_stmt_list. New field line_offset.
4837 (dwarf2_create_include_psymtab): New function.
4838 (dwarf2_build_include_psymtabs): New function.
4839 (add_file_name): Add forward declaration. Initialize new field.
4840 (dwarf_decode_lines): Add new parameter. Enhance this procedure
4841 to be able to determine the list of files included by the
4842 given unit, and build their associated psymtabs.
4843 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
4844 files as well.
4845 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
4846 (read_file_scope): Update call to dwarf_decode_lines.
4847 (read_partial_die): Handle DW_AT_stmt_list attributes.
4848
4849 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
4850
4851 Unfix PR gdb/1626.
4852 * configure.in: Revert special case for osf5.*.
4853 * configure: Regenerate.
4854
4855 2004-05-02 Jim Blandy <jimb@redhat.com>
4856
4857 Move the symbol-file-from-memory functions into their own file.
4858 * symfile-mem.c, symfile-mem.h: New files.
4859 * symfile.c (symbol_file_add_from_bfd): New function.
4860 (symbol_file_add): Call symbol_file_add_from_bfd.
4861 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
4862 Moved to symfile-mem.c.
4863 (_initialize_symfile): Move definition of
4864 add-symbol-file-from-memory command to symfile-mem.c.
4865 * symfile.h (symbol_file_add_from_bfd): New declaration.
4866 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
4867 * config/powerpc/linux.mt (TDEPFILES): Same.
4868 * Makefile.in (SFILES): Add symfile-mem.c.
4869 (symfile_mem_h): New variable.
4870 (HFILES_NO_SRCDIR): Add symfile-mem.h.
4871 (symfile-mem.o): New rule.
4872
4873 2004-05-01 Andrew Cagney <cagney@redhat.com>
4874
4875 * breakpoint.c (insert_bp_location): Use get_frame_id, and
4876 frame_find_by_id instead of frame_relative_level.
4877 (do_enable_breakpoint): Ditto.
4878 * thread.c: Update copyright.
4879 (info_threads_command): Ditto, simplify.
4880
4881 * frame.c (deprecated_generic_get_saved_register): Delete
4882 function, moved to "xstormy16-tdep.c".
4883 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
4884 deprecated_generic_get_saved_register from "frame.c".
4885 (xstormy16_frame_saved_register): Call
4886 xstormy16_get_saved_register.
4887 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
4888 static.
4889 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
4890 * frame.h (deprecated_generic_get_saved_register): Delete.
4891
4892 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
4893
4894 * dwarfread.c: Update documentation on the state of dwarf-1.
4895
4896 2004-05-01 Andrew Cagney <cagney@redhat.com>
4897
4898 * stack.c (select_frame_command): Delete call to
4899 frame_relative_level.
4900 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
4901 Delete #if0 code.
4902 (frame_info): Do not print FRAMELESS.
4903 (print_block_frame_labels): Replace DEPRECATED_STREQ.
4904 (catch_info): Delete #if0 code.
4905
4906 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
4907 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
4908 of frame_relative_level.
4909 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
4910 to SENTINEL_FRAME.
4911 * frame.h (enum frame_type): Add SENTINEL_FRAME.
4912 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
4913 frame_relative_level.
4914
4915 * frame.h (deprecated_set_frame_type): Delete declaration.
4916 * frame.c (deprecated_set_frame_type): Delete function, update
4917 comments.
4918
4919 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
4920 * gdbarch.h, gdbarch.c: Re-generate.
4921 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
4922 (shnbsd_pc_in_sigtramp): Delete.
4923 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
4924 pc_in_sigtramp.
4925 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
4926 pc_in_sigtramp.
4927 * frame.h: Update comments.
4928 * ppc-linux-tdep.c: Update comments.
4929 * breakpoint.c (bpstat_what): Update comments.
4930
4931 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
4932 m68klinux-tdep.o's dependencies, were previously added to
4933 m68klinux-nat.o.
4934
4935 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
4936 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
4937 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
4938 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
4939 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
4940
4941 * Makefile.in (m68klinux-nat.o): Update dependencies.
4942 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4943 (m68k_linux_sigtramp_frame_cache)
4944 (m68k_linux_sigtramp_frame_this_id)
4945 (m68k_linux_sigtramp_frame_prev_register)
4946 (m68k_linux_sigtramp_frame_unwind)
4947 (m68k_linux_sigtramp_frame_sniffer)
4948 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
4949 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
4950 names, use trad-frame.h.
4951 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
4952 (struct m68k_sigtramp_info): Delete.
4953 * m68k-tdep.c (m68k_sigtramp_frame_cache)
4954 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
4955 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
4956 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
4957 "m68klinux-tdep.c".
4958
4959 * infrun.c (check_sigtramp2): Delete check for
4960 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
4961
4962 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4963
4964 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
4965
4966 2004-05-01 Andrew Cagney <cagney@redhat.com>
4967
4968 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4969 (frv_linux_sigtramp_frame_cache)
4970 (frv_linux_sigtramp_frame_this_id)
4971 (frv_linux_sigtramp_frame_prev_register)
4972 (frv_linux_sigtramp_frame_unwind)
4973 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
4974 include "linux" in function and variable names, directly call
4975 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
4976 the latest trad-frame code.
4977 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
4978 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
4979 * Makefile.in (frv-linux-tdep.o): Update dependencies.
4980 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
4981 * frv-tdep.c (frv_sigtramp_frame_cache)
4982 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
4983 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
4984 frv-linux-tdep.c.
4985 (frv_gdbarch_init): Do not append a sigtramp sniffer.
4986 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
4987 (frv_set_sigcontext_reg_addr): Delete function.
4988
4989 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
4990 (DEPRECATED_SIGTRAMP_END): Delete.
4991 * gdbarch.h, gdbarch.c: Re-generate.
4992 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
4993 * config/vax/tm-vaxbsd.h: Update copyright.
4994 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4995 (DEPRECATED_IN_SIGTRAMP): Define.
4996 * config/m68k/tm-nbsd.h: Update copyright.
4997 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4998 (DEPRECATED_IN_SIGTRAMP): Define.
4999
5000 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5001
5002 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5003 encondings. Fixes PR gdb/1628.
5004
5005 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5006 DW_CFA_restore state without a matching DW_CFA_remember_state
5007 instead of aborting. Fixes PR backtrace/1589.
5008
5009 2004-04-30 Joel Brobecker <brobecker@gnat.com>
5010
5011 * MAINTAINERS: Add self as AIX maintainer.
5012 Update my e-mail address in write-after-approval section.
5013
5014 2004-04-30 Andrew Cagney <cagney@redhat.com>
5015
5016 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5017 (legacy_get_prev_frame): Ditto.
5018
5019 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5020 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5021 * mipsread.c (sigtramp_address): Delete extern variable.
5022 (mipscoff_new_init): Delete reference.
5023 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5024 (fixup_sigtramp): Delete function.
5025 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5026 (fixup_sigtramp): Delete declarations.
5027
5028 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5029 deprecated_pc_in_sigtramp.
5030 (ppcnbsd_pc_in_sigtramp): Delete function.
5031
5032 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5033
5034 * config/m68k/nm-nbsd.h: Tweak comments.
5035 * config/m68k/nm-nbsdaout.h: Likewise.
5036
5037 2004-04-30 Andrew Cagney <cagney@redhat.com>
5038
5039 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5040 legacy_pc_in_sigtramp.
5041 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5042
5043 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5044
5045 Add OpenBSD/m68k support.
5046 * NEWS (New native configurations): Mention OpenBSD/m68k.
5047 * m68kbsd-tdep.c: New file.
5048 * m68kbsd-nat.c: New file.
5049 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5050 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5051 * configure.host: Add m68k-*-openbsd.
5052 * configure.tgt: Add m68k-*-openbsd.
5053 * config/m68k/tm-obsd.h: New file.
5054 * config/m68k/obsd.mt: New file.
5055 * config/m68k/obsd.mh: New file.
5056 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5057 m68kbsd-tdep.c.
5058
5059 2004-04-30 Andrew Cagney <cagney@redhat.com>
5060
5061 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5062 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5063
5064 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5065
5066 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5067 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5068
5069 2004-04-30 Brian Ford <ford@vss.fsi.com>
5070
5071 Revert 2004-04-16 change.
5072 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5073 (i386_coff_init_abi): Remove.
5074 * i386-tdep.h (i386_coff_init_abi): Remove.
5075 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5076
5077 2004-04-30 Andrew Cagney <cagney@redhat.com>
5078
5079 * blockframe.c (find_pc_partial_function): Delete use of
5080 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5081 DEPRECATED_SIGTRAMP_END.
5082
5083 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5084 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5085 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5086 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5087 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5088
5089 * defs.h (deprecated_inside_entry_file): Delete declaration.
5090 * blockframe.c (deprecated_inside_entry_file): Delete function.
5091 (legacy_frame_chain_valid): Delete call.
5092 * sh64-tdep.c (sh64_frame_chain): Delete call.
5093 * objfiles.h: Update comments.
5094 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5095 call.
5096 * frame.c (get_prev_frame): Delete call, update comments.
5097
5098 2004-04-30 Brian Ford <ford@vss.fsi.com>
5099
5100 * MAINTAINERS (Write After Approval): Add myself.
5101
5102 2004-04-30 Andrew Cagney <cagney@redhat.com>
5103
5104 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5105 * gdbarch.h, gdbarch.c: Re-generate.
5106 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5107 code.
5108
5109 2004-04-30 Andrew Cagney <cagney@redhat.com>
5110
5111 * gdb-events.sh (selected_thread_changed)
5112 (selected_frame_level_changed, target_changed): Delete.
5113 * gdb-events.h, gdb-events.c: Re-generate.
5114 * valops.c (value_assign): Update.
5115 * stack.c (select_frame_command, up_silently_base)
5116 (down_silently_base): Update.
5117
5118 2004-04-29 Andrew Cagney <cagney@redhat.com>
5119
5120 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5121 registers correctly.
5122 (print_gp_register_row, mips32_heuristic_proc_desc)
5123 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5124 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5125 references to mips_isa_regsize.
5126
5127 2004-04-29 Andrew Cagney <cagney@redhat.com>
5128
5129 * mips-tdep.c (struct gdbarch_tdep): Delete
5130 mips_fp_register_double.
5131 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5132 mips_abi_regsize.
5133 (mips_gdbarch_init): Do not set mips_fp_register_double.
5134 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5135
5136 2004-04-29 Joel Brobecker <brobecker@gnat.com>
5137
5138 Committed by Andrew Cagney.
5139 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5140 function calls.
5141
5142 2004-04-29 Andrew Cagney <cagney@redhat.com>
5143
5144 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5145 gdbarch, use mips_abi, update callers.
5146 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5147 mips_abi_regsize, update callers.
5148 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
5149 mips_default_abi_regsize.
5150 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
5151 mips_default_abi_regsize.
5152
5153 2004-04-29 Andrew Cagney <cagney@redhat.com>
5154
5155 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
5156 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
5157 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
5158 mips_default_abi_regsize.
5159 (mips_isa_regsize): Rename mips_regisze.
5160 * mipsnbsd-tdep.c: Update.
5161 * mips-linux-tdep.c: Update.
5162 * irix5-nat.c: Update.
5163 * mips-tdep.h (mips_isa_regsize): Update.
5164
5165 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
5166 Delete all disabled code.
5167 * gdb-events.h, gdb-events.c: Re-generate.
5168
5169 2004-04-19 Jerome Guitton <guitton@gnat.com>
5170 Mark Kettenis <kettenis@gnu.org>
5171
5172 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
5173 the function begins with a branch instruction.
5174
5175 2004-04-29 Mark Kettenis <kettenis@gnu.org>
5176
5177 * i386-tdep.c: Fix spelling mistakes.
5178
5179 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5180 Andrew Cagney <cagney@redhat.com>
5181
5182 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
5183 <sys/proc.h>.
5184 * acconfig.h: Provide default _KMEMUSER value.
5185 * config.in, configure: Re-generate.
5186 * NEWS: Mention fix.
5187
5188 2004-04-24 Randolph Chung <tausq@debian.org>
5189
5190 * configure.host (hppa*-*-linux*): New target.
5191 * configure.tgt (hppa*-*-linux*): Likewise.
5192 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
5193 gdbarch_init_osabi() call earlier so that osabi-specific frame
5194 unwinders can be registered first.
5195 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5196 hppa-linux-nat.c.
5197 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5198 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5199 * config/pa/linux.mh: New file.
5200 * config/pa/linux.mt: New file.
5201 * config/pa/nm-linux.h: New file.
5202 * config/pa/xm-linux.h: New file.
5203 * hppa-linux-nat.c: New file.
5204 * hppa-linux-tdep.c: New file.
5205
5206 2004-04-28 Randolph Chung <tausq@debian.org>
5207
5208 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5209 return values.
5210 (hppa32_push_dummy_call): Fix small struct and floating point argument
5211 passing, and make sure the stack frame is properly aligned.
5212
5213 2004-04-28 Andrew Cagney <cagney@redhat.com>
5214
5215 * stack.c (print_stack_frame): Fix description.
5216
5217 * NEWS: Mention gdb/gdbserver/configure execute permission
5218 changed. PR server/519.
5219
5220 2004-04-28 Andrew Cagney <cagney@redhat.com>
5221
5222 * stack.c (print_stack_frame_stub): Delete declaration.
5223 (struct print_stack_frame_args, print_stack_frame)
5224 (print_frame_info, print_frame): Replace "source" with print what.
5225 Replace "print" with "print_level". Replace "args" with
5226 "print_args".
5227 * frame.h (show_and_print_stack_frame, print_stack_frame)
5228 (print_frame_info): Update declarations.
5229 * stack.c (select_and_print_frame, frame_command)
5230 (current_frame_command, up_command, down_command): Update calls -
5231 use get_selected_frame, pass "enum print_what" for source, do not
5232 call frame_relative_level.
5233 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
5234 * remote-rdp.c (remote_rdp_open): Ditto.
5235 * remote-mips.c (common_open): Ditto.
5236 * remote-e7000.c (e7000_start_remote): Ditto.
5237 * ocd.c (ocd_start_remote): Ditto.
5238 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
5239 * infrun.c (normal_stop): Ditto.
5240 * inflow.c (kill_command): Ditto.
5241 * infcmd.c (finish_command): Ditto.
5242 * corelow.c (core_open): Ditto.
5243 * tracepoint.c (finish_tfind_command): Ditto.
5244 * thread.c (info_threads_command, info_threads_command)
5245 (restore_current_thread, do_captured_thread_select): Ditto.
5246 * ada-tasks.c (task_command): Ditto.
5247
5248 2004-04-26 Orjan Friberg <orjanf@axis.com>
5249
5250 * frame.c: Include "observer.h".
5251 (frame_observer_target_changed): New function.
5252 (_initialize_frame): Attach target_changed observer.
5253 * regcache.c: Include "observer.h".
5254 (regcache_observer_target_changed): New function.
5255 (_initialize_regcache): Attach target_changed observer.
5256 * valops.c: Include "observer.h".
5257 (value_assign): Notify target_changed event when modifying register.
5258 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5259
5260 2004-04-26 Orjan Friberg <orjanf@axis.com>
5261
5262 From Paul Koning <pkoning@equallogic.com>:
5263 * breakpoint.c (free_valchain): New function.
5264 (insert_bp_location, delete_breakpoint): Use free_valchain.
5265 (remove_breakpoint): Do not remove the valchain.
5266 (bpstat_stop_status): If not stopped by watchpoint, skip
5267 watchpoints when generating stop status list.
5268 * infrun.c (handle_inferior_event): Make
5269 stepped_after_stopped_by_watchpoint a global variable.
5270 * remote.c (remote_stopped_data_address): Return watch data
5271 address rather than zero if stepped_after_stopped_by_watchpoint is
5272 set.
5273
5274 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
5275
5276 Fix PR gdb/1626.
5277 * configure.in: Check for curses after termcap.
5278 On osf5.*, do not check for ncurses.
5279 * configure: Regenerate.
5280
5281 2004-04-25 Mark Kettenis <kettenis@gnu.org>
5282
5283 * ppcobsd-nat.c: Include "ppc-tdep.h".
5284 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5285
5286 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5287 Fixes PR tdep/1623 and PR tdep/1624.
5288
5289 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
5290
5291 * xmodem.h, xmodem.c: Remove files.
5292 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5293
5294 2004-04-23 Randolph Chung <tausq@debian.org>
5295
5296 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5297 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5298 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5299 for handling stackless frames.
5300 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5301
5302 2004-04-23 Randolph Chung <tausq@debian.org>
5303
5304 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5305 starts at a pc before the frame is created.
5306
5307 2004-04-23 Joel Brobecker <brobecker@gnat.com>
5308
5309 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5310
5311 2004-04-23 Jerome Guitton <guitton@gnat.com>
5312
5313 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5314 use convert_typed_floating to get the appropriate format.
5315
5316 2004-04-22 Randolph Chung <tausq@debian.org>
5317
5318 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5319 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5320 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5321 (hppa_sign_extend): Add prototype.
5322 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5323 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5324 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5325 hppa targets will also use these functions.
5326 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5327 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5328 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5329 (hppa_gdbarch_init): Remove gdbarch setting of
5330 skip_trampoline_code, in_solib_call_trampoline and
5331 in_solib_return_trampoline.
5332 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5333 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5334 hppa_in_solib_call_trampoline.
5335 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5336 Moved from hppa-tdep.c.
5337 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5338 in_solib_call_trampoline and in_solib_return_trampoline.
5339
5340 2004-04-22 Randolph Chung <tausq@debian.org>
5341
5342 * hppa-tdep.c (hppa_debug): New variable.
5343 (find_unwind_entry, hppa_frame_cache): Add debug output.
5344 (_initialize_hppa_tdep): Add command to set debug flag.
5345
5346 2004-04-22 Andrew Cagney <cagney@redhat.com>
5347
5348 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5349 "trad-frame.h".
5350 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5351 signal trampoline unwinder.
5352 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5353
5354 2004-04-22 Mark Kettenis <kettenis@gnu.org>
5355
5356 Add OpenBSD/powerpc support.
5357 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5358 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5359 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5360 (ppc_collect_fpregset): New prototypes.
5361 * ppcobsd-nat.c: New file.
5362 * ppcobsd-tdep.c: New file.
5363 * ppcobsd-tdep.h: New file.
5364 * rs6000-tdep.c: Include "regset.h".
5365 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5366 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5367 New functions.
5368 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5369 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5370 (rs6000-tdep.o): Update dependencies.
5371 * configure.host: Add powerpc-*-openbsd.
5372 * configure.tgt: Add powerpc-*-openbsd.
5373 * config/powerpc/obsd.mh: New file.
5374 * config/powerpc/nm-obsd.h: New file.
5375 * config/powerpc/obsd.mt: New file.
5376
5377 2004-04-22 Andrew Cagney <cagney@redhat.com>
5378
5379 * frame.h (show_frame_info): Delete declaration.
5380
5381 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5382 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5383 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5384 * frv-tdep.c (frv_frame_this_id): Ditto.
5385 * avr-tdep.c (avr_frame_this_id): Ditto.
5386
5387 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
5388
5389 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5390
5391 2004-04-22 Jim Blandy <jimb@redhat.com>
5392
5393 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
5394 register number zero.
5395
5396 2004-04-21 Michael Snyder <msnyder@redhat.com>
5397
5398 * mips-tdep.c (heuristic_proc_start):
5399 Warning() already prefixes "Warning: ".
5400
5401 2004-04-21 Andrew Cagney <cagney@redhat.com>
5402
5403 * annotate.h (deprecated_annotate_starting_hook)
5404 (deprecated_annotate_stopped_hook)
5405 (deprecated_annotate_exited_hook)
5406 (deprecated_annotate_signal_hook)
5407 (deprecated_annotate_signalled_hook): Deprecate.
5408 * tracepoint.h (deprecated_create_tracepoint_hook)
5409 (deprecated_delete_tracepoint_hook)
5410 (deprecated_modify_tracepoint_hook)
5411 (deprecated_trace_find_hook)
5412 (deprecated_trace_start_stop_hook): Deprecate.
5413 * target.h (deprecated_target_new_objfile_hook): Deprecate.
5414 * remote.h (deprecated_target_resume_hook)
5415 (deprecated_target_wait_loop_hook): Deprecate.
5416 * gdbcore.h (deprecated_exec_file_display_hook)
5417 (deprecated_file_changed_hook): Deprecate.
5418 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
5419 * defs.h (deprecated_modify_breakpoint_hook)
5420 (deprecated_command_loop_hook, deprecated_show_load_progress)
5421 (deprecated_print_frame_info_listing_hook)
5422 (deprecated_query_hook, deprecated_warning_hook)
5423 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
5424 (deprecated_delete_breakpoint_hook)
5425 (deprecated_interactive_hook, deprecated_registers_changed_hook)
5426 (deprecated_readline_begin_hook, deprecated_readline_hook)
5427 (deprecated_readline_end_hook, deprecated_register_changed_hook)
5428 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
5429 (deprecated_context_hook, deprecated_target_wait_hook)
5430 (deprecated_attach_hook, deprecated_detach_hook)
5431 (deprecated_call_command_hook, deprecated_set_hook)
5432 (deprecated_error_hook, deprecated_error_begin_hook)
5433 (deprecated_ui_load_progress_hook): Deprecate.
5434 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
5435 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
5436 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
5437 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
5438 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
5439 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
5440 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
5441 * annotate.c, aix-thread.c: Update.
5442
5443 2004-04-21 Andrew Cagney <cagney@redhat.com>
5444
5445 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
5446 * vaxnbsd-tdep.c: Include "gdb_string.h".
5447
5448 * symfile.c (symbol_file_add_from_memory): #if 0 function.
5449 (add_symbol_file_from_memory_command): #if 0 function body, call
5450 error instead.
5451
5452 2004-04-21 Andrew Cagney <cagney@redhat.com>
5453
5454 * gdbcore.h: Update copyright.
5455 (deprecated_add_core_fns): Rename add_core_fns.
5456 * win32-nat.c (_initialize_core_win32): Update.
5457 * sun3-nat.c (_initialize_core_sun3): Update.
5458 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
5459 * rs6000-nat.c (_initialize_core_rs6000): Update.
5460 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
5461 * nto-tdep.c (_initialize_nto_tdep): Update.
5462 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
5463 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
5464 * mips-nat.c (_initialize_core_mips): Update.
5465 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5466 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
5467 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
5468 * lynx-nat.c (_initialize_core_lynx): Update.
5469 * irix5-nat.c (_initialize_core_irix5): Update.
5470 * i386-interix-nat.c (_initialize_core_interix): Update.
5471 * cris-tdep.c (_initialize_cris_tdep): Update.
5472 * corelow.c (deprecated_add_core_fns): Update.
5473 * core-regset.c (_initialize_core_regset): Update.
5474 * core-aout.c (_initialize_core_aout): Update.
5475 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
5476 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
5477 * alpha-nat.c (_initialize_core_alpha): Update.
5478
5479 2004-04-21 Jim Blandy <jimb@redhat.com>
5480
5481 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
5482
5483 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
5484
5485 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
5486 Delete.
5487 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
5488 (read_attribute_value): Update calls to dwarf_alloc_block.
5489 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
5490 dwarf2_tmp_obstack.
5491 (psymtab_to_symtab_1): Likewise. Clean up using
5492 free_stack_comp_unit.
5493 (add_to_cu_func_list): Use the comp_unit_obstack.
5494
5495 2004-04-19 Joel Brobecker <brobecker@gnat.com>
5496
5497 * dwarf2read.c (dwarf2_flag_true_p): New function.
5498 (die_is_declaration): Use the function above. Add some comments.
5499
5500 2004-04-19 Mark Kettenis <kettenis@gnu.org>
5501
5502 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
5503 architecture when registering sparcnbsd_core_osabi_sniffer.
5504 Adjust comment.
5505
5506 2004-04-18 Mark Kettenis <kettenis@gnu.org>
5507
5508 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
5509 return value.
5510
5511 Based on a patch from Brian Ford <ford@vss.fsi.com>:
5512 * i386-tdep.c: Correct register numbering scheme comments
5513 throughout.
5514 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
5515 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
5516 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
5517 (i386_gdb_arch_init): Likewise.
5518
5519 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
5520 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
5521 ppcnbsd-tdep.o.
5522
5523 * m68k-tdep.h: Tweak comments.
5524 * m68k-tdep.c: Tweak comment.
5525
5526 2004-04-17 Randolph Chung <tausq@debian.org>
5527
5528 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
5529 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
5530 (hppa_hpux_som_init_abi): Set is_elf to 0.
5531 (hppa_hpux_elf_init_abi): Set is_elf to 1.
5532 * hppa-tdep.c (low_text_segment_address): Remove global.
5533 (record_text_segment_lowaddr): Pass in low address as parameter. Use
5534 section offset to calculate segment address.
5535 (internalize_unwinds): Define low_text_segment_address as local and
5536 pass to record_text_segment_lowaddr for ELF targets.
5537 (hppa_gdbarch_init): Zero fill tdep structure.
5538 (hppa_dump_tdep): Print tdep structure.
5539 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
5540
5541 2004-04-17 Randolph Chung <tausq@debian.org>
5542
5543 * hppa-tdep.c (hppa_pseudo_register_read): Define.
5544 (hppa_gdbarch_init): Set pseudo_register_read.
5545 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
5546 * regcache.c (supply_register): Remove check for
5547 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
5548
5549 2004-04-17 Randolph Chung <tausq@debian.org>
5550
5551 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
5552 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
5553 (hpread_adjust_stack_address): Move to hpread.c.
5554 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5555 obj_private_struct): Move from tm-hppa.h.
5556 * hpread.c (hppa-tdep.h): Include.
5557 (hpread_adjust_stack_address): Move from hppa-tdep.c.
5558 (hpread_read_function_type, hpread_read_doc_function_type)
5559 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
5560 directly.
5561 * pa64solib.c (hppa-tdep.h): Include.
5562 * somsolib.c (hppa-tdep.h): Include.
5563 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
5564 inferior_status): Remove unused forward declarations.
5565 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
5566 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5567 obj_private_struct): Move to hppa-tdep.h.
5568 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
5569
5570 2004-04-17 Randolph Chung <tausq@debian.org>
5571
5572 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
5573 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
5574 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
5575 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
5576 Remove forward declaration and make static.
5577 (hppa_reg_struct_has_addr): Remove.
5578
5579 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5580
5581 * observer.sh: Move comments in sed command to first column.
5582
5583 2004-04-16 Jason Molenda (jmolenda@apple.com)
5584
5585 * frame.c: Minor typeo corrections in comments.
5586
5587 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5588
5589 * observer.c (observer_test_first_notification_function): Update
5590 function profile.
5591 (observer_test_second_notification_function): Likewise.
5592 (observer_test_third_notification_function): Likewise.
5593
5594 2004-04-16 Mark Kettenis <kettenis@gnu.org>
5595
5596 From Brian Ford <ford@vss.fsi.com>:
5597 * i386-tdep.c (i386_coff_init_abi): New function.
5598 * i386-tdep.h (i386_coff_init_abi): New prototype.
5599 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
5600 register number translation functions for DWARF and DWARF 2.
5601
5602 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5603
5604 * dwarf2read.c: Back out my previous change, it was incorrect.
5605
5606 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
5607
5608 * dwarf2read.c: Include "hashtab.h".
5609 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
5610 has_namespace_info.
5611 (struct partial_die_info): Add comments. Use bitfields to reduce
5612 memory footprint. Add scope, scope_set, has_specification,
5613 spec_offset, die_parent, die_child, and die_sibling.
5614 (peek_die_abbrev): Add prototype.
5615 (partial_read_comp_unit_head): New function, broken out from
5616 dwarf2_build_psymtabs_hard.
5617 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
5618 Use partial_read_comp_unit_head. Initialize the CU and
5619 comp_unit_obstack. Update calls to read_partial_die and
5620 scan_partial_symbols. Use free_stack_comp_unit and
5621 load_partial_dies.
5622 (scan_partial_symbols): Change PDI to a pointer. Use the child and
5623 sibling pointers to walk partial DIEs. Call fixup_partial_die.
5624 Update calls to helper functions. Remove NAMESPACE argument.
5625 Update comments.
5626 (partial_die_parent_scope, partial_die_full_name): New functions.
5627 (add_partial_symbol): Remove namespace argument. Update call to
5628 pdi_needs_namespace. Use partial_die_full_name. Handle
5629 DW_TAG_namespace. Check has_namespace_info flag.
5630 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
5631 tag. Handle namespaces.
5632 (add_partial_namespace, add_partial_enumeration): Simplify.
5633 (guess_structure_name): New function, derived from
5634 add_partial_structure.
5635 (add_partial_structure): Remove.
5636 (determine_class_name): Update comment.
5637 (dwarf2_read_abbrevs): Set has_namespace_info flag.
5638 (is_type_tag_for_partial, load_partial_dies): New functions.
5639 (read_partial_die): Pass abbrev and abbrev_len as arguments.
5640 Record specifications instead of following them immediately.
5641 (find_partial_die_in_comp_unit, find_partial_die)
5642 (fixup_partial_die, free_stack_comp_unit)
5643 (hashtab_obstack_allocate, dummy_obstack_deallocate)
5644 (partial_die_hash, partial_die_eq): New functions.
5645 * Makefile.in (hashtab_h): Define.
5646 (dwarf2read.o): Update dependencies.
5647 (observer_inc, observer_h): Move to the correct section.
5648
5649 2004-04-15 Joel Brobecker <brobecker@gnat.com>
5650
5651 * dwarf2read.c (dwarf2_attribute_true_p): New function.
5652 (die_is_declaration): Use the function above. Add comment.
5653
5654 2004-04-15 Joel Brobecker <brobecker@gnat.com>
5655
5656 * dwarf2read.c (read_structure_scope): Identify stub types
5657 using die_is_declaration() only.
5658
5659 2004-04-15 Roland McGrath <roland@redhat.com>
5660
5661 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
5662 argument instead of NAME.
5663 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
5664 in call to symbol_file_add_with_addrs_or_offsets.
5665 (build_addr_info): New function, helper for ...
5666 (symbol_file_add_from_memory): New function.
5667 (add_symbol_file_from_memory_command): New function using that.
5668 (_initialize_symfile): Register it for add-symbol-file-from-memory.
5669 (pre_add_symbol_hook): Add const to argument type.
5670 * symfile.h (symbol_file_add_from_memory): Declare it.
5671
5672 2004-04-15 Mark Kettenis <kettenis@gnu.org>
5673
5674 * NEWS (New native configurations): Mention OpenBSD/vax.
5675 * configure.host: Add vax-*-openbsd*.
5676 * config/vax/obsd.mh: New file.
5677 * config/vax/nm-obsd.h: New file.
5678
5679 * vax-tdep.c: Include "regset.h".
5680 (vax_supply_gregset): New function.
5681 (vax_gregset): New variable.
5682 (vax_regset_from_core_section): New function.
5683 (vax_gdbarch_init): Set regset_from_core_section.
5684 * Makefile.in (vax-tdep.o): Update dependencies.
5685
5686 2004-04-15 Andrew Cagney <cagney@redhat.com>
5687
5688 * observer.c (normal_stop_subject, observer_notify_normal_stop)
5689 (observer_normal_stop_notification_stub)
5690 (observer_attach_normal_stop, observer_detach_normal_stop):
5691 Delete, replaced by #include "observer.inc".
5692 * infrun.c (normal_stop): Pass "stop_bpstat" to
5693 observer_notify_normal_stop.
5694 * Makefile.in (observer_inc): Define.
5695 (observer.o): Update dependencies.
5696 (observer.h, observer.inc): New rules.
5697 * observer.h: Delete file.
5698 * observer.sh: New file.
5699
5700 2004-04-15 Mark Kettenis <kettenis@gnu.org>
5701
5702 * vax-tdep.c (vax_frame_cache): Fix typo.
5703
5704 2004-04-14 Mark Kettenis <kettenis@gnu.org>
5705
5706 * NEWS (New native configurations): Mention NetBSD/vax.
5707 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
5708 * config/vax/nbsdelf.mh: New file.
5709 * config/vax/nbsdaout.mh: New file.
5710 * config/vax/nm-nbsd.h: New file.
5711 * config/vax/nm-nbsdaout.h: New file.
5712
5713 * vaxnbsd-tdep.c: New file.
5714 * Makefile.in (vaxnbsd-tdep.o): New dependency.
5715 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
5716 * config/vax/nbsd.mt: New file.
5717 * config/vax/tm-nbsd.h: New file.
5718
5719 * Makefile.in (vaxbsd-nat.o): New dependency.
5720
5721 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
5722 * vax-tdep.c (vax_store_arguments): Remove struct_return and
5723 struct_addr arguments. Don't push return value address.
5724 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
5725 arguments to vax_store_arguments. Store return value address in
5726 R1.
5727 (vax_store_struct_return, vax_extract_return_value)
5728 (vax_store_return_value): Remove functions.
5729 (vax_return_value): New function.
5730 (vax_gdbarch_init): Set return value. Don't set
5731 deprecated_store_struct_return, deprecated_extract_struct_return
5732 and deprecated_store_return_value.
5733
5734 2004-04-14 Andreas Schwab <schwab@suse.de>
5735
5736 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
5737 value buffer.
5738 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
5739
5740 2004-04-14 Mark Kettenis <kettenis@gnu.org>
5741
5742 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
5743 (vax_unwind_dummy_id): New functions.
5744 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
5745 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
5746 variables.
5747 (vax_fix_call_dummy): Remove function.
5748 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
5749 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
5750 call_dummy_location, deprecated_call_dummy_words,
5751 deprecated_sizeof_call_dummy_words,
5752 deprecated_call_dummy_breakpoint_offset,
5753 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
5754 and deprecated_dummy_write_sp.
5755
5756 2004-04-13 David Carlton <carlton@kealia.com>
5757
5758 * MAINTAINERS: Move myself to "paper trail" section.
5759
5760 2004-04-12 Mark Kettenis <kettenis@gnu.org>
5761
5762 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
5763 "trad-frame.h".
5764 (vax_frame_init_saved_regs): Remove function.
5765 (vax_sigtramp_saved_pc): Remove function.
5766 (vax_frame_saved_pc): Remove function.
5767 (vax_frame_args_address): Remove function.
5768 (vax_frame_num_args): Rewrite.
5769 (vax_frame_chain): Remove function.
5770 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
5771 VAX_FP_REGNUM.
5772 (vax_pop_frame): Likewise.
5773 (vax_saved_pc_after_call): Remove function.
5774 (struct vax_frame_cache): New structure.
5775 (vax_frame_cache): New function.
5776 (vax_frame_this_id): New function.
5777 (vax_frame_prev_register): New function.
5778 (vax_frame_unwind): New variable.
5779 (vax_frame_sniffer): New function.
5780 (vax_frame_base_address): New function.
5781 (vax_frame_args_address): New function.
5782 (vax_frame_base): New variable.
5783 (vax_unwind_pc): New function.
5784 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
5785 deprecated_fp_regnum, deprecated_saved_pc_after_call,
5786 deprecated_frame_chain, deprecated_frame_saved_pc,
5787 deprecated_frame_args_address and
5788 deprecated_frame_init_saved_regs.
5789 * Makefile.in (vax-tdep.o): Update dependencies.
5790
5791 * vaxbsd-nat.c: New file.
5792
5793 * vax-tdep.h: Update copyright year. Adjust comments.
5794 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
5795 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
5796 (vax_regnum): New enum. Replacing...
5797 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
5798 (VAX_PS_REGNUM): ... these removed macros.
5799 * vax-tdep.c (vax_register_name): Remove prototype.
5800 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
5801 (vax_register_byte, vax_register_raw_size,
5802 vax_register_virtual_size, vax_register_virtual_type): Remove
5803 functions.
5804 (vax_register_type): New function.
5805 (vax_breakpoint_from_pc): Reorganize.
5806 (vax_gdbarch_init): Set register_type. Don't set
5807 deprecated_register_size, deprecated_register_bytes,
5808 deprecated_register_byte, deprecated_register_raw_size,
5809 deprecated_max_register_raw_size,
5810 deprecated_register_virtual_size,
5811 deprecated_max_register_virtual_size and
5812 deprecated_register_virtual_type. Add comment on stack direction.
5813
5814 2004-04-11 Mark Kettenis <kettenis@gnu.org>
5815
5816 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
5817 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
5818 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
5819
5820 2004-04-10 Randolph Chung <tausq@debian.org>
5821
5822 * MAINTAINERS (write after approval): Add myself.
5823
5824 2004-04-07 Randolph Chung <tausq@debian.org>
5825
5826 * hppa-tdep.c (hppa_inner_than): Remove.
5827 (is_pa_2): Remove unused static variable.
5828 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
5829
5830 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
5831
5832 * language.h (language_defn): Add new la_post_parser field.
5833 * parser-defs.h (null_post_parser): New declaration (default for
5834 la_post_parser).
5835
5836 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
5837 insert call to that function.
5838 (parse_exp_in_context): New function, including code formerly in
5839 parse_exp_1. Calls language-dependent post-parser after
5840 prefixification.
5841 (parse_expression_in_context): New exported function.
5842 (null_post_parser): New definition.
5843 * expression.h (parse_expression_in_context): Add declaration.
5844
5845 * p-lang.c (pascal_language_defn): Add trivial post-parser.
5846 * c-lang.c (c_language_defn): Ditto.
5847 (cplus_language_defn): Ditto.
5848 (asm_language_defn): Ditto.
5849 (minimal_language_defn): Ditto.
5850 * f-lang.c (f_language_defn): Ditto.
5851 * jv-lang.c (java_language_defn): Ditto.
5852 * language.c (unknown_language_defn): Ditto.
5853 (auto_language_defn): Ditto.
5854 (local_language_defn): Ditto.
5855 * m2-lang.c (m2_language_defn): Ditto.
5856 * scm-lang.c (scm_language_defn): Ditto.
5857 * obj-lang.c (objc_language_defn): Ditto.
5858
5859 2004-04-10 Mark Kettenis <kettenis@gnu.org>
5860
5861 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
5862 (amd64nbsd_mcontext_addr): New function.
5863 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
5864 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
5865 with amd64nbsd_r_reg_offset, instead of building it on the fly.
5866
5867 * corelow.c (core_xfer_partial): Fix coding standards violation.
5868 Add support for TARGET_OBJECT_WCOOKIE.
5869
5870 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
5871 deprecated_pc_in_sigtramp.
5872 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
5873 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
5874 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
5875 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
5876 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
5877 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
5878 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
5879
5880 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
5881 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
5882 Fix typo.
5883
5884 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
5885 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
5886 (amd64_collect_fxsave): Likewise.
5887
5888 * i386-sol2-tdep.c: Include "gdb_string.h".
5889 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
5890 name.
5891 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5892
5893 2004-04-10 Mark Kettenis <kettenis@gnu.org>
5894
5895 * i386-sol2-tdep.c: Include "solib-svr4.h".
5896 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5897 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5898 * config/i386/tm-i386sol2.h: Include :solib.h".
5899 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
5900 solib-svr4.o and solib-legacy.o.
5901 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
5902 solib-svr4.o.
5903
5904 2004-04-09 Mark Kettenis <kettenis@gnu.org>
5905
5906 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
5907 whether a register is supplied by PTRACE_GETFPREGS.
5908 (store_inferior_registers): Likewise.
5909 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
5910 whether a register is supplied by PT_GETFPREGS.
5911 (store_inferior_registers): Likewise.
5912
5913 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
5914 * config/i386/linux64.mt (TDEPFILES): Likewise.
5915
5916 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
5917
5918 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
5919 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5920 the program counter is in the range specified by `struct
5921 gdbarch_tdep'.
5922 * amd64-linux-tdep.c: Include "symtab.h".
5923 (amd64_linux_pc_in_sigtramp): Remove function.
5924 (amd64_linux_sigtramp_p): New function.
5925 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5926 deprecated_pc_in_sigtramp.
5927 * amd64nbsd-tdep.c: Include "symtab.h".
5928 (amd64nbsd_sigtramp_p): New function.
5929 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5930 deprecated_pc_in_sigtramp.
5931 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
5932 few comments.
5933 (amd64obsd_pc_in_sigtramp): Remove function.
5934 (amd64obsd_sigtramp_p): New function.
5935 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5936 deprecated_pc_in_sigtramp.
5937 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
5938 (i386bsd_pc_ins_sigtramp): Remove prototype.
5939 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
5940 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
5941 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5942 the program counter is in the range specified by `struct
5943 gdbarch_tdep'.
5944 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
5945 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
5946 (i386_go32_pc_in_sigtramp): Remove function.
5947 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
5948 Initialize TDEP->sigtramp_p.
5949 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
5950 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
5951 deprecated_pc_in_sigtramp.
5952 * i386-linux-tdep.c: Adjust comments.
5953 (i386_linux_pc_in_sigtramp): Remove function.
5954 (i386_linux_sigtramp_p): New function.
5955 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5956 deprecated_pc_in_sigtramp.
5957 * i386-nto-tdep.c: Update copyright year.
5958 (i386nto_pc_in_sigtramp): Remove function.
5959 (i386nto_sigtramp_p): New function.
5960 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
5961 SP_REGNUM.
5962 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
5963 deprecated_pc_in_sigtramp.
5964 * i386-sol2-tdep.c: Update copyright year.
5965 (i386_sol2_pc_in_sigtramp): Remove function.
5966 (i386_sol2_sigtramp_p): New function.
5967 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
5968 deprecated_pc_in_sigtramp.
5969 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
5970 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
5971 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5972 deprecated_sigtramp_start and deprecated_sigtramp_end.
5973 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
5974 (i386nbsd_pc_in_sigtramp): Remove function.
5975 (i386nbsd_sigtramp_p): New function.
5976 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5977 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5978 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
5979 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
5980 (i386obsd_pc_in_sigtramp): Remove function.
5981 (i386obsd_sigtramp_p): New function.
5982 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
5983 functions.
5984 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5985 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5986 TDEP->sigtramp_p.
5987 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
5988 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
5989 dependencies.
5990
5991 * config/i386/i386aout.mt: Remove file.
5992
5993 * configure.tgt: Remove i[34567]86-*-go32*,
5994 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
5995 and i[34567]86-*-isc*. Set gdb_target to i386 for
5996 i[34567]86-*-netware* and i[34567]86-*-*.
5997 * config/i386/i386.mt: New file.
5998 * config/i386/embed.mt: Remove file.
5999 * config/i386/go32.mt: Remove file.
6000 * config/i386/i386nw.mt: Remove file.
6001 * config/i386/i386v.mt: Remove file.
6002 * config/i386/tm-go32.h: Remove file.
6003
6004 * tui/tui-hooks.c: Include "readline/readline.h" after
6005 "gdb_curses.h" instead of before.
6006 * tui/tui-io.c: Likewise.
6007
6008 * tui/tui.c: Fix typo in comment.
6009
6010 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6011
6012 2004-04-08 Andrew Cagney <cagney@redhat.com>
6013
6014 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6015 (deprecated_exception_support_initialized): Declare.
6016 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
6017 (initialize_hp_cxx_exception_support)
6018 (child_enable_exception_callback): Update.
6019 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6020 (deprecated_exception_support_initialized): Rename
6021 deprecated_exception_catchpoints_are_fragile and
6022 deprecated_exception_support_initialized.
6023 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6024
6025 * symtab.c (deprecated_hp_som_som_object_present): Rename
6026 hp_som_som_object_present.
6027 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6028 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6029 Update. Delete extern declaration.
6030 * valops.c (hp_som_som_object_present): Ditto.
6031 * parse.c (deprecated_hp_som_som_object_present)
6032 (parse_nested_classes_for_hpacc): Ditto.
6033 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
6034 * hppa-hpux-tdep.c (hp_som_som_object_present)
6035 (initialize_hp_cxx_exception_support): Ditto.
6036 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
6037 * cp-valprint.c (hp_som_som_object_present)
6038 (cp_print_class_method): Ditto.
6039 * c-typeprint.c (hp_som_som_object_present):
6040 (c_type_print_base): Ditto.
6041 * c-exp.y (hp_som_som_object_present): Ditto.
6042
6043 2004-04-08 Andrew Cagney <cagney@redhat.com>
6044
6045 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6046 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6047 (frame_unwind_find_by_frame): Re-implement the unwind code so
6048 that it can both prepend and append sniffers. Replace
6049 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6050 * tramp-frame.c (tramp_frame_append): Use
6051 frame_unwind_prepend_unwinder.
6052 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6053 frame_unwind_register_unwinder.
6054 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6055 tramp_frame_append.
6056 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
6057 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
6058 (mips_linux_init_abi): Update.
6059
6060 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6061
6062 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6063 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6064 file support.
6065
6066 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6067
6068 * ia64-tdep.c (elf.h): Don't include.
6069 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6070
6071 2004-04-07 Jason Molenda (jmolenda@apple.com)
6072
6073 * frame.h: Typeo corrections in comments.
6074
6075 2004-04-07 Jim Blandy <jimb@redhat.com>
6076
6077 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6078 %esp and %ebp
6079
6080 2004-04-07 Mark Kettenis <kettenis@gnu.org>
6081
6082 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6083 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6084 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6085 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6086 and solib-legacy.o.
6087 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6088 solib-svr4.o.
6089 * config/sparc/tm-sol2.h: Update copyright year. Include
6090 "solib.h".
6091
6092 * sparc-sol2-tdep.c: Update copyright year. Include
6093 "solib-svr4.h".
6094 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6095 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6096 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6097 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
6098 dependencies.
6099
6100 2004-04-06 Andrew Cagney <cagney@redhat.com>
6101
6102 * infttrace.c: Include "infttrace.h".
6103 * infttrace.h: Include "target.h".
6104 * Makefile.in (infttrace_h): Update.
6105 (infttrace.o): Update.
6106
6107 2004-04-06 Andrew Cagney <cagney@redhat.com>
6108
6109 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6110 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6111 move extern declarations from here ...
6112 * infttrace.h: ... to here.
6113 * Makefile.in (hppah-nat.o): Update dependencies.
6114
6115 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6116 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
6117 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
6118 (hppa_breakpoint_from_pc): Delete.
6119
6120 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6121
6122 2004-04-05 Andrew Cagney <cagney@redhat.com>
6123
6124 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6125 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6126 <sys/file.h>.
6127
6128 2004-04-06 Randolph Chung <tausq@debian.org>
6129
6130 Committed by Andrew Cagney (mechanical change).
6131 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6132 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6133 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6134 child_enable_exception_callback, current_ex_event,
6135 null_symtab_and_line, child_get_current_exception_event,
6136 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6137 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6138 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6139 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6140 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6141 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6142 Move hpux-specific definitions ...
6143 * hppa-hpux-tdep.c: ... to here.
6144
6145 2004-04-05 Andrew Cagney <cagney@redhat.com>
6146
6147 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
6148 skip_prologue_using_sal.
6149
6150 2004-04-05 Andrew Cagney <cagney@redhat.com>
6151
6152 * config/i386/tm-i386.h: Delete file.
6153 * config/i386/tm-vxworks.h: Update copyright, do not include
6154 "tm-i386.h".
6155 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
6156 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
6157 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
6158 * config/i386/ncr3000.mt (TM_FILE): Delete.
6159 * config/i386/interix.mt (TM_FILE): Delete.
6160 * config/i386/i386v.mt (TM_FILE): Delete.
6161 * config/i386/i386nw.mt (TM_FILE): Delete.
6162 * config/i386/i386gnu.mt (TM_FILE): Delete.
6163 * config/i386/i386aout.mt (TM_FILE): Delete.
6164 * config/i386/embed.mt (TM_FILE): Delete.
6165
6166 2004-04-05 Kevin Buettner <kevinb@redhat.com>
6167
6168 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
6169 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
6170 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
6171 (accg7_regnum): New constants.
6172 (last_spr_regnum, last_pseudo_regnum): Update.
6173 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
6174 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
6175 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
6176 for accg registers.
6177 (frv_register_sim_regno): Update spr_map[].
6178
6179 2004-04-04 Andrew Cagney <cagney@redhat.com>
6180
6181 * config/mips/xm-riscos.h: Delete.
6182 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
6183 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
6184 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
6185 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
6186 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
6187 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
6188 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
6189 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
6190 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
6191 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
6192 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
6193 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
6194 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6195 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6196 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6197 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6198 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6199 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6200 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6201 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6202 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6203 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6204 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6205 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6206 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6207 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
6208
6209 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6210 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6211 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6212 * configure.host: Remove m680[01]0-sun-sunos3*,
6213 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6214 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6215 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6216 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6217 mips-*-riscos*.
6218 * NEWS: Mention removed systems.
6219
6220 2004-04-04 Andrew Cagney <cagney@redhat.com>
6221
6222 GDB 6.1 release created from 6.1 branch.
6223
6224 2004-04-04 Andrew Cagney <cagney@redhat.com>
6225
6226 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6227 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6228 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
6229
6230 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
6231 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
6232 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
6233
6234 2004-04-03 Jim Blandy <jimb@redhat.com>
6235
6236 * MAINTAINERS: Chris Faylor has changed employers; add him to
6237 "paper trail" section, and update his E-mail address.
6238
6239 2004-04-03 Andrew Cagney <cagney@redhat.com>
6240
6241 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
6242 generic dummy frames.
6243 * dummy-frame.c: Update copyright.
6244 (dummy_frame_sniffer): Delete check for generic dummy frames.
6245
6246 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
6247 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
6248 (REG_PARM_STACK_SPACE): Delete.
6249 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6250 Inline reference to REG_PARM_STACK_SPACE.
6251
6252 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6253 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6254 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6255 (FRAME_BASE_BEFORE_SIGTRAMP)
6256 (hppa32_hpux_frame_base_before_sigtramp)
6257 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6258 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6259 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6260 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6261 (FRAME_BASE_BEFORE_SIGTRAMP)
6262 (hppa64_hpux_frame_base_before_sigtramp)
6263 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6264
6265 2004-04-03 Andrew Cagney <cagney@redhat.com>
6266
6267 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6268
6269 2004-04-02 Andrew Cagney <cagney@redhat.com>
6270
6271 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6272 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6273 * dummy-frame.h: Delete out-of-date comments.
6274 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6275 * gdbarch.h, gdbarch.c: Re-generate.
6276
6277 2004-04-02 Joel Brobecker <brobecker@gnat.com>
6278
6279 Committed by Andrew Cagney <cagney@redhat.com>.
6280 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6281 into account an instruction saving a register if we have already
6282 seen an earlier instruction saving that same register.
6283
6284 2004-04-02 Andrew Cagney <cagney@redhat.com>
6285
6286 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6287 * gdbarch.h, gdbarch.c: Re-generate.
6288 * frame.c (legacy_get_prev_frame): Delete references to
6289 DEPRECATED_INIT_FRAME_PC_FIRST.
6290
6291 * infrun.c (pc_in_sigtramp): Delete function.
6292 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6293 get_frame_type.
6294
6295 2004-04-02 Andrew Cagney <cagney@redhat.com>
6296
6297 * infrun.c (handle_step_into_function): Delete code conditional on
6298 legacy_frame_p.
6299 (handle_inferior_event, step_over_function): Ditto.
6300
6301 2004-04-02 Andrew Cagney <cagney@redhat.com>
6302
6303 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6304 "previous frame inner to this frame" test.
6305
6306 2004-04-02 Andrew Cagney <cagney@redhat.com>
6307
6308 * frame.c (safe_frame_unwind_memory): New function.
6309 * frame.h (safe_frame_unwind_memory): Declare. Update description
6310 of /safe_/ methods.
6311 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6312 "next_frame". Use safe_frame_unwind_memory.
6313 (tramp_frame_sniffer): Update call to tramp_frame_start.
6314
6315 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
6316
6317 * dwarf2read.c (dwarf2_objfile_data_key): New.
6318 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6319 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6320 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6321 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6322 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6323 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6324 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6325 Remove variables.
6326 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6327 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6328 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6329 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6330 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6331 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6332 Remove macros.
6333 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6334 data.
6335 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6336 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6337 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6338 (read_partial_die, read_full_die, read_indirect_string)
6339 (dwarf_decode_line_header, dwarf_decode_macros)
6340 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6341 Update uses of removed variables.
6342 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6343 of removed macros.
6344 (_initialize_dwarf2_read): New function.
6345 * symfile.h (dwarf2_has_info): Update prototype.
6346 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6347 * elfread.c (elf_symfile_read): Likewise.
6348
6349 2004-04-01 Jim Blandy <jimb@redhat.com>
6350
6351 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6352 function for register numbers on all the rs6000-derived targets.
6353 (rs6000_gdbarch_init): Don't register a separate
6354 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6355 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6356 variants.
6357
6358 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6359 numbering.
6360
6361 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
6362
6363 * valarith.c: Update copyright notice.
6364 (value_add): Handle range types.
6365 (value_sub): Ditto.
6366 (value_equal): Ditto.
6367 (value_less): Ditto.
6368 (value_neg): Ditto.
6369 (value_complement): Ditto.
6370 (value_binop): Simplify slightly by using is_integral_type and
6371 eliminiating unnecessary COERCE_ENUMs.
6372
6373 2004-03-31 Andrew Cagney <cagney@redhat.com>
6374
6375 * frame.h (frame_unwind_id): Declare.
6376 * frame.c (frame_unwind_id): New function.
6377 (get_prev_frame_1): New function.
6378 (frame_debug_got_null_frame): New function.
6379 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6380 code proper to prev_frame, update description.
6381 * infrun.c (step_over_function): Use frame_unwind_id.
6382
6383 2004-04-31 J. Brobecker <brobecker@gnat.com>
6384
6385 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6386 (hppa64_push_dummy_call): Likewise.
6387
6388 2004-03-30 Jim Blandy <jimb@redhat.com>
6389
6390 From Ulrich Weigand:
6391 * utils.c (query): Do not use a va_list variable multiple times.
6392
6393 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6394
6395 * Makefile.in (linux_nat_h): Update dependencies.
6396 * configure.in: Check for <gnu/libc-version.h>.
6397 * configure: Regenerate.
6398 * config.in: Regenerate.
6399 * linux-nat.h: Include "target.h". Add waitstatus field to
6400 struct lwp_info.
6401 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
6402 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
6403 to.
6404 (lin_lwp_handle_extended): New function. Handle clone events.
6405 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
6406 thread exit events.
6407 (child_wait): Handle clone events.
6408 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
6409 * linux-nat.c (linux_enable_event_reporting): Turn on
6410 PTRACE_O_TRACECLONE.
6411 (linux_handle_extended_wait): Handle clone events.
6412 * thread-db.c: Include <gnu/libc-version.h>.
6413 (struct private_thread_info): Add dying flag.
6414 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
6415 higher.
6416 (attach_thread): Update comments. Handle dying threads.
6417 (detach_thread): Set the dying flag.
6418 (check_event): Always call attach_thread.
6419
6420 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6421
6422 * mips-tdep.c (mips_pdr_data): New.
6423 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
6424 (_initialize_mips_tdep): Initialize mips_pdr_data.
6425
6426 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
6427
6428 * minsyms.c (install_minimal_symbols): Move dropping leading
6429 char from linkage name from here...
6430 (prim_record_minimal_symbol_and_info): ...to here. Simplify
6431 test for "__gnu_compiled*" symbols.
6432
6433 2004-03-28 Jim Blandy <jimb@redhat.com>
6434
6435 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
6436 registers to temp register r0 and byte stores as prologue
6437 instructions.
6438
6439 2004-03-28 Andrew Cagney <cagney@redhat.com>
6440
6441 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
6442 arm*-*-*.
6443
6444 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6445
6446 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
6447 and switch the layout to force a display of register window.
6448
6449 2004-02-26 J. Brobecker <brobecker@gnat.com>
6450
6451 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
6452 of the INTEGER class.
6453
6454 2004-03-26 Jim Blandy <jimb@redhat.com>
6455
6456 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
6457 bytes long on PPC GNU/Linux.
6458
6459 2004-03-26 David Carlton <carlton@kealia.com>
6460
6461 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
6462
6463 2004-03-25 Andrew Cagney <cagney@redhat.com>
6464
6465 * PROBLEMS: Add general section titles, remove references to
6466 specific releases.
6467
6468 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
6469
6470 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
6471 INT_REGISTER_SIZE.
6472 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
6473 FP_REGISTER_VIRTUAL_SIZE.
6474 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
6475 of DEPRECATED_REGISTER_RAW_SIZE.
6476 (arm_register_type): Add gdbarch argument.
6477 (arm_register_raw_size, arm_register_virtual_size): Delete.
6478 (arm_register_byte, arm_extract_return_value)
6479 (arm_store_return_value, arm_get_longjmp_target): Update references
6480 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
6481 (arm_gdbarch_init): Likewise. Don't set
6482 deprecated_register_raw_size, deprecated_register_virtual_size,
6483 deprecated_max_register_raw_size,
6484 deprecated_max_register_virtual_size, or
6485 deprecated_max_register_virtual_type. Do set register_type.
6486 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
6487 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
6488 (FP_REGISTER_VIRTUAL_SIZE): Delete.
6489 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
6490 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
6491 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
6492 INT_REGISTER_SIZE.
6493 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
6494 (remote_rdp_store_register): Likewise.
6495
6496 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
6497
6498 * Makefile.in (mips-linux-tdep.o): Update dependencies.
6499 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
6500 to after osabi initialization.
6501 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
6502 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
6503 functions.
6504 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
6505 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
6506 variables.
6507 (mips_linux_init_abi): Append signal trampoline unwinders.
6508
6509 2004-03-24 Andrew Cagney <cagney@redhat.com>
6510
6511 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
6512 * tramp-frame.c: Include "gdb_assert.h".
6513 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
6514 correct sizeof.
6515 (tramp_frame_append): Validate the tramp frame's instructions.
6516 * Makefile.in (tramp-frame.o): Update dependencies.
6517
6518 2004-03-23 Andrew Cagney <cagney@redhat.com>
6519
6520 * trad-frame.h (trad_frame_set_reg_addr): Declare.
6521
6522 2004-03-23 Andrew Cagney <cagney@redhat.com>
6523
6524 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
6525 Nasser as past testsuite/lib/ (and other) maintainers.
6526
6527 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6528
6529 * infcmd.c (attach_command): Reread symbols if we already have
6530 an exec file.
6531
6532 2004-03-23 Andrew Cagney <cagney@redhat.com>
6533
6534 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
6535
6536 2004-03-23 Andrew Cagney <cagney@redhat.com>
6537
6538 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
6539 * gdbarch.h, gdbarch.c: Re-generate.
6540 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6541 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6542 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6543 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
6544 (DEPRECATED_SIGTRAMP_START): Update.
6545 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
6546 (DEPRECATED_SIGTRAMP_START): Update.
6547 * blockframe.c (find_pc_sect_partial_function): Update.
6548 * arch-utils.c (legacy_pc_in_sigtramp): Update.
6549
6550 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6551
6552 * remote.c (remote_open_1): Reopen the exec file and reread symbols
6553 if necessary.
6554
6555 2004-03-23 Andrew Cagney <cagney@redhat.com>
6556
6557 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
6558 predicate, deprecate.
6559 * gdbarch.h, gdbarch.c: Re-generate.
6560 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6561 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6562 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
6563 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6564 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
6565 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
6566 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
6567 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
6568 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
6569 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
6570 * blockframe.c (find_pc_partial_function): Update.
6571 * breakpoint.c (bpstat_what): Update.
6572 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
6573 * frv-linux-tdep.c (frv_linux_init_abi): Update.
6574 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
6575 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
6576 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6577 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6578 * i386-nto-tdep.c (i386nto_init_abi): Update.
6579 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
6580 * i386-tdep.c (i386_sigtramp_frame_sniffer)
6581 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
6582 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6583 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6584 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6585 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
6586 * infrun.c (pc_in_sigtramp): Update.
6587 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
6588 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
6589 * mips-tdep.c (mips_gdbarch_init): Update.
6590 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
6591 * ppc-linux-tdep.c: Update comment.
6592 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
6593 * shnbsd-tdep.c (shnbsd_init_abi): Update.
6594 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
6595 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
6596 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
6597 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
6598 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
6599 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
6600 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
6601 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
6602
6603 2004-03-23 Andrew Cagney <cagney@redhat.com>
6604
6605 * tramp-frame.h, tramp-frame.h: New files.
6606 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
6607 Update rules to include "tramp-frame.h" and "tramp-frame.c".
6608
6609 * Makefile.in: Update all dependencies.
6610
6611 2004-03-23 Andrew Cagney <cagney@redhat.com>
6612
6613 * Makefile.in (trad_frame_h): Add $(frame_h).
6614 * trad-frame.h: Update copyright. Include "frame.h".
6615 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
6616 (trad_frame_set_id, trad_frame_get_id): Declare.
6617 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
6618 * trad-frame.c: Update copyright.
6619 (struct trad_frame_cache): Define.
6620 (trad_frame_cache_zalloc): New function.
6621 (trad_frame_set_id, trad_frame_get_id): New functions.
6622 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
6623
6624 2004-03-22 Andrew Cagney <cagney@redhat.com>
6625
6626 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
6627 s390_pltstub_unwind_cache.
6628 (s390_stub_frame_unwind_cache): Rename
6629 s390_pltstub_frame_unwind_cache.
6630 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
6631 (s390_stub_frame_prev_register): Rename
6632 s390_pltstub_frame_prev_register.
6633 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
6634 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
6635
6636 From Ulrich Weigand:
6637 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
6638 pointer calls like PLT calls.
6639
6640 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
6641
6642 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
6643 PC rather than the partial function start address. Use the start
6644 address to sanity check the found PDR.
6645
6646 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
6647
6648 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
6649 linux_handle_extended_wait.
6650
6651 2004-03-22 Andrew Cagney <cagney@redhat.com>
6652
6653 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
6654 function.
6655
6656 * frame.h (generic_pop_current_frame): Delete declaration.
6657 (deprecate_pop_dummy_frame): Deprecate
6658 generic_pop_dummy_frame.
6659 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
6660 (generic_pop_current_frame): Delete function.
6661 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
6662 generic_pop_current_frame.
6663 * v850-tdep.c (v850_pop_frame): Update.
6664 * mcore-tdep.c (mcore_pop_frame): Update.
6665 * sh64-tdep.c (sh64_pop_frame): Update.
6666 * h8300-tdep.c (h8300_pop_frame): Update.
6667
6668 2004-03-22 Andrew Cagney <cagney@redhat.com>
6669
6670 * frame.h (deprecated_pc_in_call_dummy): Rename
6671 generic_pc_in_call_dummy.
6672 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
6673 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
6674 generic_pc_in_call_dummy.
6675 (pc_in_dummy_frame): Make static.
6676 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
6677 * gdbarch.h, gdbarch.c: Re-generate.
6678 * dummy-frame.c (dummy_frame_sniffer): Simplify.
6679 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
6680 (legacy_get_prev_frame): Ditto.
6681 * inferior.h: Delete reference to generic_pc_in_call_dummy in
6682 comment.
6683
6684 2004-03-21 Andrew Cagney <cagney@redhat.com>
6685
6686 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
6687 declaration and out-of-date comment.
6688 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
6689 Delete function.
6690 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
6691 deprecated_pc_in_call_dummy.
6692
6693 * infrun.c (handle_inferior_event): For non legacy frames, use the
6694 frame ID and frame type to identify a signal trampoline. Update
6695 comments.
6696
6697 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
6698
6699 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
6700 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
6701
6702 2004-03-21 Andrew Cagney <cagney@redhat.com>
6703
6704 * frame-unwind.h: Update copyright.
6705 (struct frame_data): Add opaque declaration.
6706 (frame_sniffer_ftype): Declare.
6707 (struct frame_unwind): Add "unwind_data" and "sniffer".
6708 (frame_unwind_register_unwinder): Declare.
6709 (frame_unwind_find_by_frame): Add parameter "this_cache".
6710 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
6711 (legacy_get_prev_frame, legacy_get_prev_frame)
6712 (get_frame_type): Pass the prologue_cache to
6713 frame_unwind_find_by_frame.
6714 * frame-unwind.c (struct frame_unwind_table_entry): Add field
6715 "unwinder".
6716 (frame_unwind_register_unwinder): New function.
6717 (frame_unwind_find_by_frame): Handle an unwind sniffer.
6718
6719 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
6720
6721 * bcache.c (print_percentage): Use floating point to avoid
6722 incorrect results when portion*100 overflows.
6723
6724 2004-03-19 Kevin Buettner <kevinb@redhat.com>
6725
6726 * ppc_tdep.h (ppc_linux_frame_saved_pc)
6727 (ppc_linux_init_extra_frame_info)
6728 (ppc_linux_frameless_function_invocation)
6729 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
6730 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
6731 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
6732 (rs6000_frame_chain): Delete declarations.
6733 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
6734 (ppc_linux_init_extra_frame_info)
6735 (ppc_linux_frameless_function_invocation)
6736 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
6737 (ppc_linux_init_abi): Remove registration of above deleted functions.
6738 * rs6000-tdep.c (rs6000_init_extra_frame_info)
6739 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
6740 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
6741 (rs6000_pop_frame, rs6000_frameless_function_invocation)
6742 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
6743 (rs6000_gdbarch_init): Remove registration of above deleted functions.
6744 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
6745 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
6746 frame management for all OSABIs.
6747
6748 2004-03-19 Andrew Cagney <cagney@redhat.com>
6749
6750 Committed by Kevin Buettner <kevinb@redhat.com>.
6751
6752 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
6753 Update copyright.
6754 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
6755 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
6756 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
6757 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
6758 unwinders. #ifdef legacy frame code.
6759 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
6760 "frame-base.h".
6761 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
6762 (struct rs6000_frame_cache, rs6000_frame_cache)
6763 (rs6000_frame_this_id, rs6000_frame_prev_register)
6764 (rs6000_frame_sniffer, rs6000_frame_unwind)
6765 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
6766 (rs6000_frame_base): Implement a traditional frame unwinder.
6767 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
6768 frame unwinder.
6769
6770 2004-03-19 Kevin Buettner <kevinb@redhat.com>
6771
6772 * breakpoint.c (adjust_breakpoint_address): Don't adjust
6773 breakpoint address for watchpoints or the catch eventpoints.
6774 Add new paramter ``bptype''. Adjust all callers.
6775
6776 2004-03-19 Andrew Cagney <cagney@redhat.com>
6777
6778 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
6779
6780 * PROBLEMS: Delete note that ARM does not use frame code, problem
6781 fixed.
6782
6783 2004-03-18 Andrew Cagney <cagney@redhat.com>
6784
6785 * stack.c (return_command): Delete code wrapped in #ifdef
6786 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
6787
6788 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
6789
6790 2004-03-18 Andrew Cagney <cagney@redhat.com>
6791
6792 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
6793 DEPRECATED_IN_SIGTRAMP.
6794 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6795 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
6796 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6797 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6798 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6799 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6800 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6801 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6802 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
6803 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
6804
6805 2004-03-18 Andrew Cagney <cagney@redhat.com>
6806
6807 * frame-base.c: Update copyright. Include "gdb_obstack.h".
6808 (struct frame_base_table_entry): Define.
6809 (struct frame_base_table): Re-implement as a linked list.
6810 (frame_base_init): Re-implement.
6811 (frame_base_table): Delete function.
6812 (append_predicate): Delete function.
6813 (frame_base_append_sniffer): Update.
6814 (frame_base_set_default): Update.
6815 (frame_base_find_by_frame): Update.
6816 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
6817 * Makefile.in (frame-base.o): Update dependencies.
6818
6819 2004-03-17 Andrew Cagney <cagney@redhat.com>
6820
6821 * frame.c (legacy_get_prev_frame): Pass correct frame to
6822 frame_unwind_find_by_frame.
6823
6824 2004-03-17 David Carlton <carlton@kealia.com>
6825
6826 * NEWS: Mention C++ nested types and namespaces
6827
6828 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
6829
6830 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
6831 and "Regressions since gdb 5.3.". Add known regressions since
6832 gdb 6.0.
6833
6834 2004-03-16 David Carlton <carlton@kealia.com>
6835
6836 * dwarf2read.c (process_structure_scope): Process children even
6837 when we're a declaration.
6838
6839 2004-03-16 Andrew Cagney <cagney@redhat.com>
6840
6841 * symtab.h (find_pc_sect_partial_function): Delete declaration.
6842 * blockframe.c (find_pc_partial_function)
6843 (find_pc_sect_partial_function): Merge into a single
6844 find_pc_partial_function.
6845
6846 2004-03-16 Mark Kettenis <kettenis@gnu.org>
6847
6848 * i386bsd-nat.c: s/regno/regnum/g.
6849 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
6850 FP0_REGNUM.
6851 (store_inferior_registers): Likewise.
6852
6853 2004-03-16 Mark Kettenis <kettenis@gnu.org>
6854
6855 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
6856 of i387_fill_fsave.
6857 (store_inferior_registers): Call i387_collect_fsave and
6858 i387_collect_fxsave instead of i387_fill_fsave and
6859 i387_fill_fxsave.
6860
6861 2004-03-15 Andrew Cagney <cagney@redhat.com>
6862
6863 * Makefile.in (frame-unwind.o): Update dependencies.
6864 * frame-unwind.c: Include "gdb_obstack.h".
6865 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
6866 parameter.
6867 (append_predicate): Delete function.
6868 (struct frame_unwind_table_entry): New structure.
6869 (struct frame_unwind_table): Replace "sniffer" with "head" and
6870 "tail".
6871 (frame_unwind_append_sniffer): Update.
6872 (frame_unwind_find_by_frame): Update.
6873 (_initialize_frame_unwind): Registe frame_unwind_init using
6874 gdbarch_data_register_pre_init.
6875
6876 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6877
6878 * i386bsd-nat.c: Update copyright year.
6879 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
6880 define unconditionally.
6881
6882 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6883
6884 * i387-tdep.h (i387_collect_fsave): New prototype.
6885 * i387-tdep.c (i387_collect_fsave): New function containing most
6886 of the code from i387_fill_fsave.
6887 (i387_fill_fsave): Call i387_collect_fsave.
6888
6889 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6890
6891 * i386-linux-tdep.c: Update copyright year.
6892 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
6893 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
6894 svr4_ilp32_link_map_offsets instead of
6895 i386_linux_svr4_fetch_link_map_offsets.
6896
6897 2004-03-15 David Carlton <carlton@kealia.com>
6898
6899 Fix for PR c++/1553:
6900 * dwarf2read.c (read_structure_type): Determine type name by
6901 calling determine_class_name.
6902 (determine_class_name): New.
6903 (determine_prefix): Look at TYPE_TAG_NAME and call
6904 determine_class_name when appropriate.
6905 (determine_prefix_aux, class_name): Delete.
6906 (read_namespace): Set die->type.
6907
6908 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6909
6910 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
6911 unused macro definition. The definition in target.h (or perhaps
6912 elsewhere) takes precedence.
6913
6914 2004-03-15 Andrew Cagney <cagney@redhat.com>
6915
6916 * ppc-tdep.h: Update copyright.
6917 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
6918 function signatures to match "regsets.h".
6919 * ppc-linux-tdep.c: Include "regset.h".
6920 (ELF_GREGSET_SIZE): Delete.
6921 (right_supply_register): New function.
6922 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
6923 using right_supply_register.
6924 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
6925 functions.
6926 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
6927 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
6928 (_initialize_ppc_linux_tdep): Do not register
6929 ppc_linux_regset_core_fns.
6930 (ppc_linux_regset_from_core_section): Replace
6931 fetch_core_registers.
6932 (ppc_linux_regset_core_fns): Delete.
6933 * ppc-linux-nat.c: (right_fill_reg): New function.
6934 (supply_gregset): Update call to ppc_linux_supply_gregset.
6935 (fill_gregset): Clear the register set, use right_fill_reg.
6936 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
6937 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
6938
6939 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
6940 unsigned.
6941
6942 2004-03-15 Andrew Cagney <cagney@redhat.com>
6943
6944 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
6945 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
6946 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
6947 and register_gdbarch_data.
6948 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
6949 (struct gdbarch_data): Replace "init" by "pre_init" and
6950 "post_init".
6951 * gdbarch.h, gdbarch.c: Re-generate.
6952 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
6953 with"obstack", use OBSTACK_ZALLOC.
6954 (dwarf2_frame_ops): Delete.
6955 (dwarf2_frame_set_init_reg): Use gdbarch_data.
6956 (dwarf2_frame_init_reg): Use gdbarch_data.
6957 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
6958 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
6959 (_initialize_svr4_solib): Update.
6960 * user-regs.c (_initialize_user_regs): Update.
6961 * reggroups.c (_initialize_reggroup): Update.
6962 * regcache.c (_initialize_regcache): Update.
6963 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6964 * libunwind-frame.c (_initialize_libunwind_frame): Update.
6965 * gnu-v3-abi.c (init_gnuv3_ops): Update.
6966 * frame-unwind.c (_initialize_frame_unwind): Update.
6967 * frame-base.c (_initialize_frame_base): Update.
6968 * user-regs.c (user_reg_add): Update.
6969 * reggroups.c (reggroup_add): Update.
6970 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
6971 * libunwind-frame.c (libunwind_frame_set_descr): Update.
6972 * frame-unwind.c (frame_unwind_append_sniffer): Update.
6973 * frame-base.c (frame_base_table): Update.
6974 * remote.c (_initialize_remote): Update.
6975 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
6976
6977 2004-03-15 Andrew Cagney <cagney@redhat.com>
6978
6979 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
6980
6981 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6982
6983 * Makefile.in (frv-linux-tdep.o): Add dependencies.
6984 * frv-linux-tdep.c: New file.
6985 * frv-tdep.c (struct gdbarch_tdep): Add new field
6986 ``sigcontext_reg_addr''.
6987 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
6988 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6989 (frv_sigramp_frame_sniffer): New functions.
6990 (frv_sigtramp_frame_unwind): New static global.
6991 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
6992 sniffers.
6993 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
6994 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
6995
6996 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6997
6998 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
6999 but not via a call to error(), when unable to read memory.
7000
7001 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7002
7003 * frv-tdep.c (frv_call_dummy_words): Delete.
7004 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7005
7006 2004-03-15 Andrew Cagney <cagney@redhat.com>
7007
7008 * infrun.c (handle_step_into_function, step_over_function): Only
7009 update and use STEP_FRAME_ID when the system is using legacy
7010 frames. Update comments.
7011
7012 2004-03-14 Mark Kettenis <kettenis@gnu.org>
7013
7014 * amd64-linux-tdep.h: Remove file.
7015 * amd64-linux-tdep.c: Don't include "inferior.h" and
7016 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7017 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7018 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7019 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7020 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7021 macros.
7022 (user_to_gdb_regmap): Remove variable.
7023 (amd64_linux_gregset_reg_offset): New variable.
7024 (amd64_core_fns): Remove variable.
7025 (fetch_core_registers): Remove function.
7026 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7027 functions.
7028 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7029 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7030 * Makefile.in (amd64_linux_tdep_h): Remove.
7031 (amd64-linux-nat.o): Update dependencies.
7032 (amd64-linux-tdep.o): Update dependencies.
7033
7034 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7035 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7036 functions.
7037 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7038
7039 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7040 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7041
7042 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
7043
7044 * dwarf2read.c (read_structure_type): Rename from
7045 read_structure_scope. Don't create a symbol or call process_die.
7046 Return immediately if die->type is set. Call read_type_die before
7047 dwarf2_add_member_fn.
7048 (process_structure_scope): New function.
7049 (read_enumeration_type, process_enumeration_scope): New functions,
7050 broken out from read_enumeration. Don't create the enumeration
7051 type if it has already been created.
7052 (read_enumeration): Removed.
7053 (process_die): Call read_structure_type, process_structure_scope,
7054 read_enumeration_type, and process_enumeration_scope. Just call
7055 new_symbol for base and subrange types. Add a comment about other
7056 type dies.
7057 (read_type_die): Call read_enumeration_type.
7058 (add_partial_structure, new_symbol): Update comments.
7059
7060 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7061
7062 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7063
7064 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7065
7066 * tui/tui-win.h (tui_get_cmd_list): Declare.
7067 * tui/tui-win.c (tui_command): New function.
7068 (tui_get_cmd_list): New function.
7069 (_initialize_tui_win): Moved initialization of tui command in
7070 tui_get_cmd_list.
7071
7072 * tui/tui-data.c (init_content_element): Setup new data members.
7073 (init_win_info): Likewise.
7074 (free_content_elements): Free it.
7075 * tui/tui-data.h (struct tui_data_element): Store the register
7076 content to print.
7077 (struct tui_data_info): Keep the current register group.
7078
7079 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7080
7081 * tui/tui-regs.h (tui_show_registers): Update prototype.
7082 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7083 (tui_resize_all): No need to calculate anything for register window.
7084 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7085 (tui_set_register_element, tui_set_general_regs_content): Remove.
7086 (tui_set_special_regs_content): Remove.
7087 (tui_set_general_and_special_regs_content): Remove.
7088 (tui_set_float_regs_content): Remove.
7089 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7090 (tui_set_regs_content): Remove.
7091 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7092 (tui_v_show_registers_command_support): Remove.
7093 (tui_show_registers): Use a reggroup to specify the registers to show.
7094 (tui_show_register_group): New function.
7095 (tui_display_registers_from): Compute the layout of register window
7096 and refresh with new API; be sure to delete old register windows.
7097 (tui_check_register_values): Update to use tui_get_register and
7098 tui_display_data.
7099 (tui_display_register): Just refresh the register window part.
7100 (tui_register_format): Format registers and save in tui_data_element.
7101 (tui_get_register): New to combine tui_reg_value_has_changed and
7102 tui_get_register_raw_value; fix to use the new gdb API.
7103 (tui_show_float_command): Renamed tui_reg_float_command.
7104 (tui_show_general_command): Renamed tui_reg_general_command.
7105 (tui_show_special_command): Renamed tui_reg_system_command.
7106 (_initialize_tui_regs): Remove unused commands.
7107
7108 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7109
7110 * NEWS (New native configurations): Mention OpenBSD/amd64.
7111
7112 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7113 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7114 Remove defines.
7115 * config/i386/nm-fbsd64.h: Likewise.
7116 * config/i386/nm-obsd.h: Likewise.
7117 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7118 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7119
7120 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7121
7122 * frv-tdep.c (set_variant_scratch_registers): New function.
7123 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7124 New constants.
7125
7126 From Richard Sandiford <rsandifo@redhat.com>:
7127 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7128
7129 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7130
7131 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7132 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7133 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7134 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7135 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7136 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7137 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7138 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7139 definitions from frv-tdep.c to frv-tdep.h.
7140
7141 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7142
7143 Add shared library support for FR-V FDPIC ABI:
7144 * Makefile.in (solib-frv.o): Add dependencies.
7145 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7146 New functions.
7147 (frv_push_dummy_call): Add support for FDPIC ABI.
7148 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
7149 for FDPIC ABI.
7150 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
7151 (frv_fdpic_find_canonical_descriptor): Declare.
7152 * solib-frv.c: New file.
7153 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
7154 * config/frv/tm-frv.h (solib.h): Include.
7155
7156 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7157
7158 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
7159 (frv-tdep.o): Update dependencies.
7160 * frv-tdep.h: New file.
7161 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
7162 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
7163 constants.
7164 (struct gdbarch_tdep): Add new member ``frv_abi''.
7165 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
7166 functions.
7167 (new_variant): Set ``frv_abi'' field.
7168 (gdb_arch_init): Detect FDPIC executables.
7169
7170 2004-03-12 Mark Kettenis <kettenis@gnu.org>
7171
7172 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
7173 wrapper.
7174
7175 2004-03-11 Andrew Cagney <cagney@redhat.com>
7176
7177 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
7178
7179 2004-03-11 Kevin Buettner <kevinb@redhat.com>
7180
7181 * solist.h (master_so_list): New function.
7182 * solib.c (master_so_list): Likewise.
7183 * solib-svr4.c (enable_break): Iterate over so_list entries
7184 obtained from master list instead of entries obtained directly
7185 via svr4_current_sos().
7186
7187 2004-03-10 Ben Elliston <bje@gnu.org>
7188
7189 * MAINTAINERS: Update my mail address.
7190
7191 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7192
7193 * remote-m32r-sdi.c: Support hardware watchpoint.
7194
7195 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7196
7197 * user-regs.c: Update copyright years.
7198 (struct user_regs): Rename to gdb_user_regs.
7199 (append_user_reg, builtin_user_regs, user_regs_init)
7200 (user_reg_add, user_reg_map_name_to_regnum)
7201 (usernum_to_user_reg): Update.
7202
7203 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7204
7205 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7206 (skip_children): New functions.
7207 (locate_pdi_sibling): Call skip_children.
7208
7209 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7210
7211 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7212 * gdbtypes.c (check_typedef): Update comments.
7213
7214 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7215
7216 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7217 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7218 pointer. Update comment about comp_unit_head.
7219 (struct abbrev_info): Shorten two int flags.
7220 (dwarf_alloc_abbrev): Take a CU argument.
7221 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7222 each time through the loop. Update cleanup argument.
7223 (psymtab_to_symtab_1): Update cleanup call.
7224 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7225 abbrev_obstack.
7226 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7227 Just call obstack_free and clear the pointer.
7228
7229 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7230
7231 * infrun.c (handle_inferior_event): Remove short-circuit code for
7232 events in a different thread.
7233
7234 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7235
7236 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
7237 print the whole transfer.
7238 (initialize_targets): Update description of "set debug target".
7239
7240 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7241
7242 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
7243
7244 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
7245
7246 * MAINTAINERS (write after approval): Add myself.
7247
7248 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7249
7250 * sh-tdep.c (sh_print_registers_info): Use for loop.
7251 Don't skip multiple registers when a float register is encountered.
7252
7253 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7254
7255 Fix PR tdep/1291.
7256 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7257 to official SH documentation.
7258
7259 2004-03-07 Andrew Cagney <cagney@redhat.com>
7260
7261 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7262 unused function.
7263
7264 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
7265
7266 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7267 (arm_get_next_pc): Handle BX and BLX.
7268
7269 2004-03-07 Andrew Cagney <cagney@redhat.com>
7270
7271 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7272 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7273 HPPA_SP_REGNUM.
7274 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7275 (hppa_target_read_fp): Delete.
7276 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7277 register_virtual_size, max_register_raw_size,
7278 max_register_virtual_size, register_byte, register_size,
7279 target_read_fp, fp_regnum, and register_bytes. Set register_type
7280 instead of register_virtual_type.
7281 (hppa32_register_type, hppa64_register_type): Replace
7282 hppa32_register_virtual_type and hppa64_register_virtual_type.
7283 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7284 (HPPA_FP_REGNUM): Define.
7285
7286 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7287
7288 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7289 (pa_do_registers_info): Delete.
7290 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
7291 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
7292 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
7293
7294 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7295 GDB_TARGET_IS_HPPA code.
7296 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
7297 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
7298 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7299 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
7300 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7301 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7302 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
7303 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
7304 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7305 (hppa_frameless_function_invocation, hppa64_store_return_value)
7306 (hppa_store_struct_return, hppa64_extract_return_value)
7307 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
7308 (hppa32_call_dummy_length, hppa64_call_dummy_length)
7309 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
7310 (find_proc_framesize, deposit_21, restore_pc_queue)
7311 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
7312 (rp_saved, pc_in_linker_stub): Delete.
7313
7314 Unconditionally enable 64-bit frame and ABI code.
7315 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7316 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7317 push_dummy_frame, fix_call_dummy, push_arguments,
7318 call_dummy_location, extract_return_value, use_struct_convention,
7319 store_return_value, store_struct_return, saved_pc_after_call,
7320 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7321 frame_chain, frame_chain_valid, frameless_function_invocation,
7322 frame_saved_pc, and pop_frame.
7323
7324 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7325 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7326 (hppa_gdbarch_init): Do not set PC_REGNUM.
7327
7328 2004-03-06 Mark Kettenis <kettenis@gnu.org>
7329
7330 * config/alpha/tm-fbsd.h: Remove file.
7331 * config/alpha/fbsd.mt: Tweak comment.
7332 (TM_FILE): Set to tm-alpha.h.
7333
7334 2004-03-05 Andrew Cagney <cagney@redhat.com>
7335
7336 * infrun.c (step_over_function): When non-legacy code, and no
7337 step_frame_id, use the unwinder to get the caller's frame ID.
7338
7339 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7340
7341 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7342 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7343 bfd_arch_unknown. Adjust comment.
7344
7345 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7346 * i386obsd-tdep.c: Correct spelling in comment.
7347 * i386nbsd-tdep.c: Correct spelling in comment.
7348 * sparc-tdep.c: Correct spelling in comments.
7349
7350 2004-03-05 David Carlton <carlton@kealia.com>
7351
7352 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7353 bug.
7354
7355 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7356
7357 * sparc-tdep.c: Fix typo in comment.
7358
7359 2004-03-04 J. Brobecker <brobecker@gnat.com>
7360
7361 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7362
7363 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
7364
7365 * dwarf2read.c: Add comment describing memory lifetimes.
7366 (struct dwarf2_pinfo): Update comment.
7367 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7368 (read_enumeration, new_symbol): Don't use obsavestring.
7369
7370 2004-03-04 Mark Kettenis <kettenis@gnu.org>
7371
7372 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7373 instead of amd64_fill_fxsave.
7374 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7375 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7376
7377 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7378 Reorganize code a bit.
7379
7380 2004-03-04 Orjan Friberg <orjanf@axis.com>
7381
7382 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
7383 when the frame pointer is pushed. Don't set the frame pointer's
7384 address on the stack unless it's actually located there.
7385 Set the SRP's address on the stack correctly when the PC is still in
7386 the prologue.
7387 (cris_return_value): New function.
7388 (cris_gdbarch_init): Clear deprecated store_return_value,
7389 extract_return_value.
7390
7391 2004-03-02 Jim Blandy <jimb@redhat.com>
7392
7393 * stabsread.c (reg_value_complaint): The maximum register number
7394 is one less than the number of registers.
7395
7396 2004-03-02 Andrew Cagney <cagney@redhat.com>
7397
7398 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
7399 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
7400 trailing comma and redundant assignment of I386_ST0_REGNUM.
7401 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
7402 32-bit segment registers.
7403
7404 2004-03-01 Andrew Cagney <cagney@redhat.com>
7405
7406 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
7407 use frame_relative_level and get_next_frame.
7408
7409 2004-02-29 Andrew Cagney <cagney@redhat.com>
7410
7411 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
7412 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
7413 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
7414 Delete macro.
7415
7416 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7417
7418 * inflow.c (terminal_inferior): Don't give up the terminal if we
7419 previously couldn't get the inferior's terminal state.
7420
7421 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7422
7423 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
7424 PC_REGNUM.
7425
7426 2004-02-28 Andrew Cagney <cagney@redhat.com>
7427
7428 * NEWS: Refer to GDB 6.1.
7429 * README: Refer to GDB 6.1.
7430 * PROBLEMS: Refer to GDB 6.1.
7431
7432 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
7433
7434 * thread-db.c (disable_thread_signals): Remove unused function.
7435
7436 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7437
7438 * amd64-nat.c: Include "gdb_string.h".
7439 (amd64_collect_native_gregset): Zero-extend the 32-bit
7440 general-purpose registers and %eip.
7441
7442 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
7443 * amd64-tdep.c (amd64_collect_fxsave): New function.
7444 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
7445
7446 * i387-tdep.h: Update copyright year.
7447 (i387_collect_fxsave): New prototype.
7448 * i387-tdep.c: Update copyright year.
7449 (i387_collect_fxsave): New function containing most of the code
7450 from i387_fill_fxsave.
7451 (i387_fill_fxsave): Call i387_collect_fxsave.
7452
7453 2004-02-28 Andrew Cagney <cagney@redhat.com>
7454
7455 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
7456 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
7457
7458 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7459
7460 * amd64-tdep.c (amd64_frame_cache): Fix comment.
7461
7462 2004-02-28 Andrew Cagney <cagney@redhat.com>
7463
7464 * utils.c: Use "", instead of <>, to include readline.
7465 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
7466 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
7467 * source.c, solib.c, exec.c, event-top.c: Ditto.
7468 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
7469 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
7470 * Makefile.in: Update all dependencies.
7471 (readline_tilde_h, readline_history_h): Define.
7472 (readline_headers): Delete.
7473
7474 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7475
7476 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
7477 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
7478 "config/i386/tm-lx64.h".
7479
7480 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
7481 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
7482 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
7483
7484 2004-02-28 Andrew Cagney <cagney@redhat.com>
7485
7486 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
7487
7488 * breakpoint.c (_initialize_breakpoint): Use
7489 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
7490 Add help to show command.
7491
7492 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7493
7494 * i386-nat.c: Reformat to be closer to coding standards.
7495 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
7496 `retval'. Make variables `align' and `size' local to while-loop.
7497 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
7498 (_initialize_i386_nat): New prototype.
7499
7500 * tui/tui.c: Include <readline/readline.h> instead of
7501 "readline/readline.h". Include it after <term.h> and
7502 "gdb_curses.h".
7503
7504 2004-02-27 Andrew Cagney <cagney@redhat.com>
7505
7506 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
7507 the new frame unwind code.
7508 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
7509 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
7510 PCOQ_HEAD_REGNUM.
7511
7512 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
7513 "return_value" and "push_dummy_call".
7514 (hppa32_use_struct_convention): Delete unused function.
7515 (hppa32_store_return_value): Delete unused function.
7516 (hppa32_extract_return_value): Delete unused function.
7517 (hppa32_stack_align): Delete function.
7518
7519 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
7520
7521 * coffread.c (enter_linenos): Don't let rawptr reference memory
7522 outside linetab[]'s limits.
7523
7524 2004-02-27 Andrew Cagney <cagney@redhat.com>
7525
7526 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
7527 inferior stack space - the stack needs to grow upwards.
7528 (hppa32_frame_align): New function.
7529 (hppa64_frame_align): Replace hppa_frame_align.
7530 (hppa_gdbarch_init): Update.
7531
7532 2004-02-26 Orjan Friberg <orjanf@axis.com>
7533
7534 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
7535 (dwarf2-frame.h): Include.
7536 (enum cris_regnums): New enum CRIS_FP_REGNUM.
7537 Remove static variables related to ABI setting.
7538 (struct gdbarch_tdep): Remove cris_abi member.
7539 (struct frame_extra_info): Remove.
7540 (cris_unwind_cache, stack_item): New structs.
7541 (cris_frame_unwind, cris_frame_base): New variables.
7542 (push_stack_item, pop_stack_item)
7543 (cris_frame_unwind_cache, cris_frame_this_id)
7544 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
7545 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
7546 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
7547 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
7548 (cris_reg_struct_has_addr): New functions.
7549 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
7550 (cris_frame_saved_pc, cris_saved_pc_after_call,
7551 (cris_store_struct_return, cris_frameless_function_invocation)
7552 (cris_pop_frame, cris_skip_prologue_main)
7553 (cris_abi_original_store_return_value)
7554 (cris_abi_v2_store_return_value)
7555 (cris_abi_original_extract_return_value)
7556 (cris_abi_v2_extract_return_value)
7557 (cris_abi_original_reg_struct_has_addr)
7558 (cris_abi_v2_reg_struct_has_addr)
7559 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
7560 (cris_push_return_address, cris_abi_update): Remove.
7561 (_initialize_cris_tdep): Remove ABI command.
7562 (cris_dump_tdep): Ditto.
7563 (cris_gdbarch_init): Remove ABI command.
7564 Set store_return_value, extract_return_value, push_dummy_code,
7565 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
7566 frame_unwind_append_sniffer, frame_base_set_default.
7567 Clear deprecated init_frame_pc, push_arguments, store_return_value,
7568 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
7569 sizeof_call_dummy_words, get_saved_register, push_return_address,
7570 pop_frame, store_struct_return, frame_init_saved_regs,
7571 init_extra_frame_info, frameless_function_invocation, frame_chain,
7572 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
7573 dummy_write_sp.
7574
7575 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7576
7577 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
7578 * valprint.c (print_hex_chars): Change from static to external.
7579 (print_char_chars): New function.
7580 * printcmd.c (print_scalar_formatted): For integer and enum types
7581 that are longer than LONGEST, perform processing via appropriate
7582 print_*_chars routines.
7583
7584 2004-02-26 Andrew Cagney <cagney@redhat.com>
7585
7586 * Makefile.in: Update dependencies.
7587 Changes from Ulrich Weigand,
7588 * s390-tdep.c: Include "dwarf2-frame.h".
7589 (s390_dwarf2_frame_init_reg): New function.
7590 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
7591 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
7592
7593 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7594
7595 * breakpoint.c (pending_break_support): New setting variable.
7596 (break_command_1): Account for pending_break_support setting
7597 when creating pending breakpoints.
7598 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
7599 (_initialize_breakpoint): Add "set breakpoint pending" and
7600 "show breakpoint pending" commands.
7601
7602 2004-02-26 Andrew Cagney <cagney@redhat.com>
7603
7604 Fix PR i18n/1570.
7605 * charset.c (backslashable, backslashed, represented): Remove 'e'
7606 from list of escaped characters, not part of ISO-C.
7607
7608 2004-02-25 J. Brobecker <brobecker@gnat.com>
7609
7610 From Peter Schauer <schauer@pdf.de>:
7611 * tui/tui.c: Move system header includes after local includes.
7612 Fixes a build failure on solaris systems.
7613
7614 2004-02-25 J. Brobecker <brobecker@gnat.com>
7615
7616 * configure.in: Refine the previous change.
7617 * configure: Regenerate.
7618
7619 2004-02-25 Mark Kettenis <kettenis@gnu.org>
7620
7621 * amd64-tdep.h: Renamed from x86-64-tdep.h.
7622 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
7623 "amd64-tdep.h" instead of "x86-64-tdep.h".
7624 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7625 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
7626 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
7627 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7628 and "x86-64-tdep.c".
7629 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
7630 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7631 and "x86-64-tdep.c".
7632 * amd64bsd-nat.c: Update copyright year.
7633 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7634 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
7635 "x86-64-tdep.h".
7636 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
7637 "x86-64-tdep.h".
7638 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
7639 "x86-64-tdep.h".
7640 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
7641 "x86-64-tdep.h".
7642 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
7643 "x86-64-tdep.h".
7644 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
7645 "x86-64-tdep.h".
7646 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
7647 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
7648 * Makefile.in (amd64_linux_tdep_h): Renamed from
7649 x86_64_linux_tdep_h.
7650 (amd64_tdep_h): Renamed from x86_64_tdep_h.
7651 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
7652 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
7653 (amd64obsd-tdep.o): Update dependencies.
7654 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
7655 dependencies.
7656 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
7657 dependencies.
7658 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
7659 amd64-linux-nat.c amd64-linux-tdep.c.
7660 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
7661 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
7662 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
7663 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
7664 amd64-tdep.o and amd64-linux-tdep.o.
7665 (TM_FILE): Set to tm-linux64.h.
7666 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
7667 (NAT_FILE): Set to nm-linux64.h.
7668 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
7669 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7670 amd64-tdep.o.
7671 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7672 amd64-tdep.o.
7673 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7674 amd64-tdep.o.
7675
7676 2004-02-25 Roland McGrath <roland@redhat.com>
7677
7678 * remote.c (remote_protocol_qPart_auxv): New variable.
7679 (init_all_packet_configs): Initialize it.
7680 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
7681 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
7682 (show_remote_cmd): Call it.
7683 (_initialize_remote): Initialize commands.
7684 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
7685 service TARGET_OBJECT_AUXV requests.
7686
7687 2004-02-25 J. Brobecker <brobecker@gnat.com>
7688
7689 * configure.in: Make sure that the wborder function is available.
7690 Otherwise, search for it in the cur_colr library.
7691 * configure: Regenerate.
7692
7693 2004-02-25 Andrew Cagney <cagney@redhat.com>
7694
7695 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
7696
7697 2004-02-25 Mark Kettenis <kettenis@gnu.org>
7698
7699 * config/i386/tm-x86-64linux.h: Tweak comments.
7700
7701 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
7702
7703 * MAINTAINERS: Add self to write-after-approval list.
7704
7705 2004-02-25 Andrew Cagney <cagney@redhat.com>
7706
7707 PR cli/1566. Problem found, and fix suggested by David Allan.
7708 * cli/cli-script.c (execute_control_command): Unconditionally
7709 install a cleanup. Default "ret" to "invalid_control". Use
7710 "break" instead of "return" to escape from the switch.
7711
7712 2004-02-24 J. Brobecker <brobecker@gnat.com>
7713
7714 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
7715 with the lines macro defined in term.h on AiX.
7716 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
7717 a collision with the label_width macro defined in term.h on AiX.
7718
7719 2004-02-23 David Mosberger <davidm@hpl.hp.com>
7720
7721 Committed by Kevin Buettner <kevinb@redhat.com>.
7722
7723 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
7724 * ia64-tdep.c (ia64_write_pc): Make it a global function.
7725 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
7726 instead of ia64_write_pc().
7727 * ia64-linux-tdep.c (regcache.h): Include.
7728 (ia64_linux_write_pc): New function.
7729
7730 2004-02-23 Roland McGrath <roland@redhat.com>
7731
7732 * auxv.c (info_auxv_command): Fix typos in error messages.
7733
7734 2004-02-23 Mark Kettenis <kettenis@gnu.org>
7735
7736 * x86-64-tdep.h: Tweak comment.
7737 (enum amd64_regnum): New.
7738 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
7739 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
7740 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
7741 (X86_64_XMM1_REGNUM): Removed.
7742 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
7743 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
7744 prototypes for renamed functions.
7745 * x86-64-tdep.c: Fix typo.
7746 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
7747 register numbers.
7748 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
7749 Use constants from `enum amd64_regnum' for register numbers.
7750 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
7751 (amd64_analyze_prologue, amd64_frame_cache,
7752 amd64_sigtramp_frame_cache): Use constants from `enum
7753 amd64_regnum' for register numbers.
7754 (amd64_supply_fpregset): Adjust for renamed functions.
7755 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
7756 `enum amd64_regnum' for register numbers.
7757 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
7758 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
7759 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
7760 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
7761 (amd64_linux_fill_gregset): Adjust for renamed macros.
7762 (fetch_core_registers): Adjust for renamed functions.
7763 (amd64_linux_init_abi): Adjust for renamed functions.
7764 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
7765 renamed functions.
7766 * amd64-nat.c: Adjust for renamed macros.
7767 * amd64bsd-nat.c (fetch_inferior_registers)
7768 (store_inferior_registers): Use constants from `enum amd64_regnum'
7769 for register numbers. Adjust for renamed variables.
7770 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
7771 renamed variables.
7772 (_initialize_amd64fbsd_nat): Use constants from `enum
7773 amd64_regnum' for register numbers.
7774 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
7775 `enum amd64_regnum' for register numbers.
7776 (amd64fbsd_init_abi): Adjust for renamed functions.
7777 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
7778 `enum amd64_regnum' for register numbers.
7779 (amd64nbsd_init_abi): Adjust for renamed functions.
7780 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
7781 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
7782 `enum amd64_regnum' for register numbers.
7783 (amd64obsd_init_abi): Adjust for renamed functions.
7784 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
7785
7786 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7787
7788 * breakpoint.c (print_one_breakpoint): Do not output spaces
7789 after printing <PENDING> for a pending breakpoint.
7790
7791 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7792
7793 * printcmd.c (print_scalar_formatted): Initialize val_long
7794 to remove compiler warning message.
7795
7796 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7797
7798 * defs.h (nquery, yquery): New prototypes.
7799 * breakpoint.c (break_command_1): Use new nquery interface.
7800 * utils.c (defaulted_query, nquery, yquery): New functions.
7801
7802 2004-02-23 Andrew Cagney <cagney@redhat.com>
7803
7804 * hppa-tdep.c (hppa_frame_align): New function.
7805 (hppa32_push_dummy_call): New function.
7806 (hppa64_push_dummy_call): New function.
7807 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
7808 disabled.
7809
7810 * infcall.c (legacy_push_dummy_code): Don't call deprecated
7811 FIX_CALL_DUMMY when push_dummy_call is available.
7812 (call_function_by_hand, push_dummy_code): Ditto.
7813
7814 2004-02-22 Andrew Cagney <cagney@redhat.com>
7815
7816 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
7817 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
7818 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
7819 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
7820 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
7821 call_dummy_location to ON_STACK.
7822
7823 2004-02-22 Mark Kettenis <kettenis@gnu.org>
7824
7825 * x86-64-linux-tdep.c: Tweak comment.
7826 (amd64_linux_supply_gregset): Renamed from
7827 x86_64_linux_supply_gresget.
7828 (amd64_linux_fill_gregset): Renamed from
7829 x86_64_linux_fill_gregset.
7830 (fetch_core_registers): Adjust for renamed functions.
7831 (amd64_core_fns): Renamed from x86_64_core_fns.
7832 (amd64_linux_sigtramp_start): Renamed from
7833 x86_64_linux_sigtramp_start.
7834 (amd64_linux_pc_in_sigtramp): Renamed from
7835 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
7836 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
7837 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
7838 (amd64_linux_sigcontext_addr): Renamed from
7839 x86_64_linux_sigcontext_addr.
7840 (amd64_linux_sc_reg_offset): Renamed from
7841 x86_64_linux_sc_reg_offset.
7842 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
7843 Adjust for renamed functions and variables.
7844 (_initialize_amd64_linux_tdep): Renamed from
7845 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
7846 variables.
7847 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
7848 Adjust for renamed functions.
7849
7850 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
7851 from x86_64_linux_gregset64_reg_offset.
7852 (amd64_linux_gregset32_reg_offset): Rename from
7853 x86_64_linux_gregset64_reg_offset.
7854 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
7855 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
7856 (amd64_linux_dr_set_control): Renamed from
7857 x86_64_linux_dr_set_control. Adjust for renamed functions.
7858 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
7859 Adjust for renamed functions.
7860 (amd64_linux_dr_reset_addr): Renamed from
7861 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
7862 (amd64_linux_dr_get_status): Renamed from
7863 x86_64_linux_dr_get_status. Adjust for renamed functions.
7864 (_initialize_amd64_linux_nat): Renamed from
7865 _initialize_x86_64_linux_nat. Adjust for renamed variables and
7866 functions.
7867 * config/i386/nm-x86-64linux.h: Update copyright year.
7868 Adjust for renamed functions.
7869
7870 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
7871 amd64fbsd_sigtramp_start.
7872 (amd64fbsd_sigtramp_end_addr): Renamed from
7873 amd64fbsd_sigtramp_end.
7874 (amd64fbsd_init_abi): Adjust for renamed variables.
7875 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
7876 variables.
7877 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
7878 amd64fbsd_sigtramp_start.
7879 (amd64fbsd_sigtramp_end_addr): Renamed from
7880 amd64fbsd_sigtramp_end.
7881
7882 2004-02-22 Andrew Cagney <cagney@redhat.com>
7883
7884 * hppa-tdep.c (hppa32_return_value): New function.
7885 (hppa64_return_value): New function.
7886 (hppa_gdbarch_init): Set return_value; keep disabled.
7887
7888 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
7889 struct-return and inferior function call methods.
7890
7891 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7892 "frame-base.h".
7893 (struct hppa_frame_cache): Define.
7894 (hppa_frame_cache, hppa_frame_this_id): New functions.
7895 (hppa_frame_prev_register): New function.
7896 (hppa_frame_unwind, hppa_frame_base): New variables.
7897 (hppa_frame_unwind_sniffer): New function.
7898 (hppa_frame_base_address, hppa_unwind_pc): New function.
7899 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
7900 sniffer, and frame base sniffer; keep disabled.
7901 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
7902 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
7903
7904 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
7905 to predicates for "seriously old code".
7906
7907 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
7908 runtime if(0).
7909
7910 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
7911 unsigned.
7912 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
7913
7914 * config/pa/tm-hppa.h: Update copyright.
7915 (DEPRECATED_INIT_FRAME_PC): Delete macro.
7916 (deprecated_init_frame_pc_default): Delete declaration.
7917 (hppa_frame_init_saved_regs): Delete declaration.
7918 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
7919 * hppa-tdep.c: Include "arch-utils.h".
7920 (hppa_gdbarch_init): Set deprecated init_frame_pc
7921 and deprecated frame_init_saved_regs.
7922 (hppa_frame_init_saved_regs): Make static.
7923
7924 2004-02-22 Mark Kettenis <kettenis@gnu.org>
7925
7926 Remove old 386BSD support.
7927 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
7928 * configure.host: Remove i[34567]86-*-bsd*.
7929 * configure.tgt: Remove i[34567]86-*-bsd*.
7930 * i386b-nat.c: Removed.
7931 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
7932 (i386b-nat.o): Remove dependencies.
7933
7934 * config/i386/i386bsd.mh: Removed.
7935 * config/i386/i386bsd.mt: Removed.
7936 * config/i386/nm-i386bsd.h: Removed.
7937 * config/i386/tm-i386bsd.h: Removed.
7938 * config/i386/xm-i386bsd.h: Removed.
7939
7940 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
7941
7942 * amd64fbsd-tdep.c: Include "solib-svr4.h".
7943 (amd64fbsd_init_abi): Set link map offsets.
7944 * amd64nbsd-tdep.c: Include "slib-svr4.h".
7945 (amd64nbsd_init_abi): Set link map offsets.
7946 * amd64obsd-tdep.c: Include "solib-svr4.h".
7947 (amd64obsd_init_abi): Set link map offsets.
7948 * i386fbsd-tdep.c: Include "solib-svr4.h".
7949 (i386fbsd_init_abi): Set link map offsets.
7950 * i386nbsd-tdep.c: Include "solib-svr4.h".
7951 (i386nbsdelf_init_abi): Set link map offsets.
7952 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
7953 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
7954 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
7955 solib-legacy.o and core-aout.o. Reformat.
7956 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
7957 solib-svr4.o, solib-legacy.o. Reformat.
7958 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
7959 * config/i386/nbsdelf.mh: Reformat.
7960 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
7961 solib-svr4.o, solib-legacy.o and corelow.o.
7962 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
7963 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
7964 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
7965 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7966 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7967 (TM_FILE): Set to tm-fbsd.h.
7968 * config/i386/nbsd.mt (TDEPFILES): Reformat.
7969 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
7970 solib-svr4.o.
7971 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
7972 solib-svr4.o.
7973 (TM_FILE): Set to nm-nbsd.h.
7974 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
7975 Simplify shared library support. Don't include "elf/common.h".
7976 (SVR4_SHARED_LIBS): Don't define.
7977 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
7978 "solib.h".
7979 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
7980 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
7981 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
7982 Don't include "i386/tm-i386.h". Include "solib.h".
7983 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
7984 Don't include "i386/tm-i386.h".
7985 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
7986 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
7987 Include "i386/xm-i386.h".
7988 (HOST_LONG_DOUBLE_FORMAT): Remove.
7989
7990 Fix OpenBSD/i386 sigtramp recognition.
7991 * i386-tdep.h: Update copyright year.
7992 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
7993 (i386bsd_sigtramp_end): New prototypes.
7994 (i386fbsd_sigtramp_start_addr): Renamed from
7995 i386fbsd_sigtramp_start.
7996 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7997 (i386obsd_sigtramp_start_addr): Renamed from
7998 i386obsd_sigtramp_start.
7999 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8000 * i386bsd-tdep.c: Update copyright year.
8001 (i386bsd_pc_in_sigtramp): Make public.
8002 * i386fbsd-nat.c: Update copyright year.
8003 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8004 * i386fbsd-tdep.c: Update copyright year.
8005 (i386fbsd_sigtramp_start_addr): Renamed from
8006 i386fbsd_sigtramp_start.
8007 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8008 (i386fbsdaout_init_abi): Adjust for renamed variables.
8009 * i386obsd-nat.c: Update copyright year.
8010 (_initialize_i386obsd_nat): Adjust for renamed variables.
8011 * i386obsd-tdep.c: Include "target.h".
8012 (i386obsd_page_size): New variable.
8013 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8014 (i386obsd_sigtramp_end): New functions.
8015 (i386obsd_sigtramp_start_addr): Renamed from
8016 i386obsd_sigtramp_start.
8017 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8018 (i386obsd_init_abi): Adjust for renamed variables. Set
8019 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8020 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8021
8022 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8023 trampoline change in OpenBSD kernel.
8024
8025 * amd64-nat.c: Update copyright year.
8026 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8027 architecture from REGCACHE.
8028
8029 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8030 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8031
8032 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8033
8034 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8035 i[34567]86-*-openbsd3.[0-3].
8036 * config/i386/obsdaout.mh: New file.
8037
8038 * config/i386/obsd.mh (MH_FLAGS): Remove.
8039
8040 Fix PR build/1549.
8041 * i386obsd-tdep.c: Update copyright years. Include
8042 "solib-svr4.h".
8043 (i386obsd_init_abi): Don't set regset_from_core_section here.
8044 (i386obsd_aout_init_abi): New function. Set
8045 regset_from_core_section here.
8046 (i386obsd_elf_init_abi): New function.
8047 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8048 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8049 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8050 (TM_FILE): Set to tm-nbsd.h.
8051
8052 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8053 solib-sunos.o.
8054
8055 * solib-svr4.h: Update copyright year.
8056 (svr4_ilp32_fetch_link_map_offsets)
8057 (svr4_lp64_fetch_link_map_offsets): New prototype.
8058 * solib-svr4.c: Update copyright year.
8059 (svr4_ilp32_fetch_link_map_offsets)
8060 (svr4_lp64_fetch_link_map_offsets): New function.
8061
8062 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8063
8064 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8065 to the partial symbol table.
8066
8067 2004-02-20 J. brobecker <brobecker@gnat.com>
8068
8069 * PROBLEMS: Add description of problem documented under gdb/1560.
8070
8071 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8072
8073 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8074 comments.
8075 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8076 functions.
8077 (amd64obsd_init_abi): Reorder initializations. Use
8078 amd64obsd_r_reg_offset to initialize the general-purpose register
8079 set details. Set regset_from_core_section.
8080 (_initialize_amd64obsd_tdep): Rename from
8081 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8082 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8083 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8084
8085 * NEWS (New native configurations): Mention OpenBSD/alpha.
8086 * configure.tgt: Add alpha*-*-openbsd*.
8087 * configure.host: Add alpha*-*-openbsd*.
8088 * alphanbsd-tdep.c: Update copyright year.
8089 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8090
8091 2004-02-20 Andrew Cagney <cagney@redhat.com>
8092
8093 Fix PR tdep/1372.
8094 * configure.tgt: Delete target "none-*-*".
8095 * configure.host: Delete host "none-*-*".
8096 * config/none/none.mh: Delete file.
8097 * config/none/none.mt: Delete file.
8098 * config/none/xm-none.h: Delete file.
8099 * config/none/tm-none.h: Delete file.
8100 * config/none/nm-none.h: Delete file.
8101
8102 2004-02-19 Fred Fish <fnf@redhat.com>
8103
8104 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8105 cache->uses_fp prior to setting it.
8106
8107 2004-02-19 Fred Fish <fnf@redhat.com>
8108
8109 Fix for PR breakpoint/1558.
8110 * sh-tdep.c (IS_JSR): New macro.
8111 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8112
8113 2004-02-19 Jim Blandy <jimb@redhat.com>
8114
8115 * findvar.c (value_from_register): Doc fix.
8116
8117 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8118
8119 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8120 type being greater than sizeof of host's LONGEST. Always use
8121 unpack_long() unless format 'f' chosen.
8122
8123 2004-02-19 Joel Brobecker <brobecker@gnat.com>
8124
8125 Committed by Elena Zannoni <ezannoni@redhat.com>
8126
8127 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8128 contains a symbol wich is the best, non-exact match for the given
8129 pc. Update comments.
8130
8131 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8132
8133 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8134 macro, which was part of the now removed Mach 3 port.
8135 * utils.c (request_quit): Ditto.
8136
8137 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8138
8139 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8140 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8141
8142 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8143
8144 Committed by Mark Kettenis <kettenis@gnu.org>.
8145
8146 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8147 Define.
8148
8149 2004-02-18 Andrew Cagney <cagney@redhat.com>
8150
8151 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
8152 CONFIG_INSTALL and CONFIG_UNINSTALL.
8153 * configure: Re-generate.
8154 * interps.h (INTERP_TUI): Define.
8155 * Makefile.in: Update dependencies.
8156 (TUI): New macro.
8157 (tui-main.o): Specify dependencies.
8158 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
8159 * tui/tui-main.c: New file.
8160
8161 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8162
8163 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
8164 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
8165 dependencies.
8166 * configure.host: Add x86_64-*-openbsd*.
8167 * configure.tgt: Add x86_64-*-openbsd*.
8168 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
8169
8170 * tui/tui.c: Don't include <malloc.h>.
8171
8172 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
8173 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
8174 amd64nbsd-tdep.c.
8175
8176 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8177 static. Remove extraneous whitespace.
8178 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
8179 static.
8180
8181 2004-02-17 Jim Blandy <jimb@redhat.com>
8182
8183 * findvar.c (value_from_register): Doc fix.
8184
8185 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8186
8187 Committed by Jim Blandy <jimb@redhat.com>.
8188
8189 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
8190 CORE_ADDR as type for selectors. Correct types for GNU run time
8191 message lookup function to use double indirection.
8192 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
8193 * objc-lang.h (lookup_child_selector): Adapt prototype.
8194
8195 * s390-nat.c (SUBOFF): New macro.
8196 (supply_gregset, fill_gregset): Use it to handle debugging
8197 of 32-bit exectuables running under a 64-bit kernel.
8198 * s390-tdep.c: Include "solib-svr4.h".
8199 (s390_svr4_fetch_link_map_offset): New function.
8200 (s390x_svr_fetch_link_map_offset): Likewise.
8201 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8202 * Makefile.in (s390-tdep.o): Update dependencies.
8203
8204 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8205 "frame-unwind.h".
8206 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8207 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8208 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8209 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8210 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8211 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8212 S390_SIGNAL_FRAMESIZE,
8213 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8214 (struct frame_extra_info): Remove.
8215 (s390_memset_extra_info): Remove.
8216 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8217 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8218 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
8219 (is_rse): Renamed to ...
8220 (is_rsy): ... this. Support long displacements.
8221 (is_rxe): Renamed to ...
8222 (is_rxy): ... this. Support long displacements.
8223 (compute_x_addr): Support long displacements.
8224 (struct s390_prologue_data): New data type.
8225 (s390_on_stack): Change API to use struct s390_prologue_data.
8226 (s390_store): Reimplement.
8227 (s390_load): New function.
8228 (s390_get_signal_frame_info): Remove.
8229 (s390_get_frame_info): Remove, replace by ...
8230 (s390_analyze_prolog): ... this new function.
8231 (s390_check_function_end): Remove.
8232 (s390_function_start): Remove.
8233 (s390_frameless_function_invokation): Remove.
8234 (s390_is_sigreturn): Remove.
8235 (s390_init_frame_pc_first): Remove.
8236 (s390_init_frame_extra_info): Remove.
8237 (s390_frame_init_saved_regs): Remove.
8238 (s390_frame_saved_pc_nofix): Remove.
8239 (s390_frame_saved_pc): Remove.
8240 (s390_frame_chain): Remove.
8241 (s390_fp_regnum, s390_read_fp): Remove.
8242 (s390_pop_frame_regular, s390_pop_frame): Remove.
8243 (s390_saved_pc_after_call): Remove.
8244 (s390_skip_prologue): Reimplement.
8245 (s390_in_function_epilogue_p): Support long displacements.
8246 (struct s390_unwind_cache): New data structure.
8247 (s390_frame_unwind_cache): New function.
8248 (s390_prologue_frame_unwind_cache): Likewise.
8249 (s390_backchain_frame_unwind_cache): Likewise.
8250 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8251 (s390_frame_unwind): Define.
8252 (s390_frame_sniffer): New function.
8253 (struct s390_pltstub_unwind_cache): New data structure.
8254 (s390_pltstub_frame_unwind_cache): New function.
8255 (s390_pltstub_frame_this_id): Likewise.
8256 (s390_pltstub_frame_prev_register): Likewise.
8257 (s390_pltstub_frame_unwind): Define.
8258 (s390_pltstub_frame_sniffer): New function.
8259 (struct s390_sigtramp_unwind_cache): New data structure.
8260 (s390_sigtramp_frame_unwind_cache): New function.
8261 (s390_sigtramp_frame_this_id): Likewise.
8262 (s390_sigtramp_frame_prev_register): Likewise.
8263 (s390_sigtramp_frame_unwind): Define.
8264 (s390_sigtramp_frame_sniffer): New function.
8265 (s390_frame_base_address, s390_local_base_address): New functions.
8266 (s390_frame_base): Define.
8267 (s390_unwind_pc, s390_unwind_sp): New function.
8268 (s390_push_dummy_call): Use new frame base location.
8269 (s390_unwind_dummy_id): Likewise.
8270 (s390_gdbarch_init): Remove calls to:
8271 set_gdbarch_frameless_function_invocation,
8272 set_gdbarch_deprecated_init_frame_pc,
8273 set_gdbarch_deprecated_frame_chain,
8274 set_gdbarch_deprecated_frame_init_saved_regs,
8275 set_gdbarch_deprecated_pop_frame,
8276 set_gdbarch_deprecated_init_extra_frame_info,
8277 set_gdbarch_deprecated_init_frame_pc_first,
8278 set_gdbarch_deprecated_target_read_fp,
8279 set_gdbarch_deprecated_frame_saved_pc,
8280 set_gdbarch_deprecated_saved_pc_after_call,
8281 set_gdbarch_deprecated_fp_regnum.
8282 Add calls to:
8283 set_gdbarch_in_solib_call_trampoline,
8284 frame_unwind_append_sniffer,
8285 frame_base_set_default,
8286 set_gdbarch_unwind_pc,
8287 set_gdbarch_unwind_sp.
8288 * Makefile.in (s390-tdep.o): Update dependencies.
8289
8290 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8291 (S390_STACK_FRAME_OVERHEAD): Remove.
8292 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8293 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8294 (s390_promote_integer_argument): Remove.
8295 (s390_cannot_extract_struct_value_address): Remove.
8296 (s390_use_struct_convention, s390_store_struct_return): Remove.
8297 (s390_extract_return_value, s390_store_return_value): Remove.
8298 (s390_return_value_convention, s390_return_value): New functions.
8299 (is_float_singleton): Handle typedefs.
8300 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
8301 Remove, replace by ...
8302 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8303 s390_function_arg_integer): ... these new functions.
8304 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8305 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8306 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8307 Fill in tdep->abi.
8308 Remove calls to:
8309 set_gdbarch_deprecated_store_struct_return,
8310 set_gdbarch_deprecated_extract_return_value,
8311 set_gdbarch_deprecated_store_return_value,
8312 set_gdbarch_use_struct_convention,
8313 set_gdbarch_extract_struct_value_address,
8314 set_gdbarch_deprecated_pc_in_call_dummy,
8315 set_gdbarch_deprecated_push_arguments,
8316 set_gdbarch_deprecated_save_dummy_frame_tos,
8317 set_gdbarch_deprecated_push_return_address,
8318 set_gdbarch_deprecated_sizeof_call_dummy_words,
8319 set_gdbarch_deprecated_call_dummy_words,
8320 set_gdbarch_deprecated_dummy_write_sp.
8321 Add calls to:
8322 set_gdbarch_push_dummy_call,
8323 set_gdbarch_unwind_dummy_id,
8324 set_gdbarch_return_value.
8325
8326 * config/s390/nm-linux.h: Update comments.
8327 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8328 (STOPPED_BY_WATCHPOINT): Redefine.
8329 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8330 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8331 (s390_stopped_by_watchpoint): Likewise.
8332 (watch_area_cnt): Remove.
8333 * s390-nat.c: Update comments.
8334 (watch_area): Remove typedef.
8335 Global replace watch_area by struct watch_area.
8336 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8337 (s390_stopped_by_watchpoint): Remove pid argument,
8338 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8339 (s390_fix_watch_points): Remove pid argument,
8340 use s390_inferior_tid. Recompute area spanned by watchpoints.
8341 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8342 argument. Reimplement.
8343
8344 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8345 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8346 (FETCH_INFERIOR_REGISTERS): Define.
8347 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
8348 core-regset.o.
8349 * config/s390/s390x.mt: Remove.
8350 * config/s390/tm-s390.h: Remove.
8351 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8352 (TARGET_ELF64): Remove.
8353 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8354 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8355 s390*-*-* case; always set gdb_target to s390.
8356 * regformats/reg-s390.dat: Remove control registers.
8357 * regformats/reg-s390x.dat: Likewise.
8358 * s390-tdep.h: New file.
8359 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
8360 Include "inferior.h" and "s390-tdep.h".
8361 Remove private definition of offsetof.
8362 (s390_register_u_addr): Remove.
8363 (regmap_gregset, regmap_fpregset): Define.
8364 (supply_gregset, fill_gregset): Reimplement.
8365 (supply_fpregset, fill_fpregset): Likewise.
8366 (s390_inferior_tid): New function.
8367 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8368 (fetch_inferior_registers, store_inferior_registers): Likewise.
8369 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8370 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8371 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8372 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8373 (struct gdbarch_tdep): Define.
8374 (struct s390_register_info): Define.
8375 (s390_register_info): New variable.
8376 (s390_register_name): Reimplement.
8377 (s390_register_type): New function.
8378 (s390_register_raw_size, s390x_register_raw_size): Remove.
8379 (s390_cannot_fetch_register): Remove.
8380 (s390_register_byte): Remove.
8381 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8382 (s390_dwarf_regmap): New variable.
8383 (s390_dwarf_reg_to_regnum): New function.
8384 (s390_stab_reg_to_regnum): Remove.
8385 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8386 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8387 (s390_convert_register_p): Likewise.
8388 (s390_register_to_value, s390_value_to_register): Likewise.
8389 (s390_register_reggroup_p): Likewise.
8390 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
8391 s390_gregset, s390x_gregset, s390_fpregset): New variables.
8392 (s390_supply_regset, s390_regset_from_core_section): New functions.
8393 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
8394 (S390_FPR_SIZE): Likewise.
8395 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
8396 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
8397 (S390_NUM_GPRS): Move here from tm-s390.h.
8398 (S390_NUM_FPRS): Likewise.
8399 (s390_in_function_epilogue_p): New function.
8400 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
8401 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
8402 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
8403 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
8404 Replace S390_FP_REGNUM by S390_SP_REGNUM.
8405 Remove calls to:
8406 set_gdbarch_deprecated_max_register_raw_size,
8407 set_gdbarch_deprecated_max_register_virtual_size,
8408 set_gdbarch_deprecated_register_byte,
8409 set_gdbarch_cannot_fetch_register,
8410 set_gdbarch_cannot_store_register,
8411 set_gdbarch_deprecated_register_size,
8412 set_gdbarch_deprecated_register_raw_size,
8413 set_gdbarch_deprecated_register_virtual_size,
8414 set_gdbarch_deprecated_register_virtual_type,
8415 set_gdbarch_deprecated_register_bytes.
8416 Add calls to:
8417 set_gdbarch_num_pseudo_regs,
8418 set_gdbarch_register_type,
8419 set_gdbarch_convert_register_p,
8420 set_gdbarch_register_to_value,
8421 set_gdbarch_value_to_register,
8422 set_gdbarch_register_reggroup_p,
8423 set_gdbarch_regset_from_core_section,
8424 set_gdbarch_pseudo_register_read,
8425 set_gdbarch_pseudo_register_write,
8426 set_gdbarch_in_function_epilogue_p.
8427 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
8428 (s390_tdep_h): New variable.
8429
8430 2004-02-17 Jim Blandy <jimb@redhat.com>
8431
8432 * findvar.c (value_from_register): If the type has no length, just
8433 return an acceptable value --- don't report an internal error.
8434
8435 * stabsread.c (read_type): If we find any type numbers that are
8436 forward references, complain if the references aren't resolved by
8437 the time we're finished reading.
8438 (cleanup_undefined_types): Make error message more appropriate for
8439 a complaint.
8440
8441 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8442
8443 * Makefile.in (defs_h): Remove dependency on progress_h.
8444 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
8445 progress.h.
8446 * main.c (captured_main): Delete use of START_PROGRESS and
8447 END_PROGRESS.
8448
8449 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8450
8451 * objfiles.c (terminate_minimal_symbol_table): Add back
8452 initialization of MSYMBOL_TYPE.
8453
8454 2004-02-17 David Mosberger <davidm@hpl.hp.com>
8455
8456 Committed by Andrew Cagney.
8457 * Makefile.in (ia64_tdep_h): New macro.
8458 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
8459 (ia64-tdep.o): Likewise.
8460 * ia64-tdep.h: New file.
8461 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
8462 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
8463 (ia64_aix_sigcontext_register_address): Likewise.
8464 (ia64_linux_getunwind_table): Delete declaration.
8465 * ia64-linux-tdep.c: Likewise.
8466
8467 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
8468
8469 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
8470 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
8471 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
8472
8473 2004-02-17 Andrew Cagney <cagney@redhat.com>
8474
8475 * symtab.c (skip_prologue_using_sal): New function.
8476 * symtab.h (skip_prologue_using_sal): Declare.
8477 * frv-tdep.c: Include "symtab.h".
8478 (skip_prologue_using_sal): Delete function.
8479 * mips-tdep.c (skip_prologue_using_sal): Delete function.
8480 * rs6000-tdep.c (refine_prologue_limit): Mention
8481 skip_prologue_using_sal.
8482 * ia64-tdep.c (refine_prologue_limit): Ditto.
8483 * Makefile.in: Update dependencies.
8484
8485 2004-02-16 Andrew Cagney <cagney@redhat.com>
8486
8487 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
8488 START_INFERIOR_TRAPS_EXPECTED.
8489 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
8490 START_INFERIOR_TRAPS_EXPECTED.
8491 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
8492 Delete macro.
8493 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
8494 macro, moved to "nm-osf.h". Update copyright.
8495 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
8496 update copyright.
8497
8498 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
8499 and function replacing FRAMELESS_FUNCTION_INVOCATION.
8500 * blockframe.c (legacy_frameless_look_for_prologue): Rename
8501 frameless_look_for_prologue.
8502 * frame.h (legacy_frameless_look_for_prologue): Rename
8503 frameless_look_for_prologue.
8504 * gdbarch.h, gdbarch.c: Re-generate.
8505 * sh64-tdep.c (sh64_gdbarch_init): Update.
8506 * sh-tdep.c (sh_gdbarch_init): Update.
8507 * s390-tdep.c (s390_gdbarch_init): Update.
8508 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8509 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8510 * m68k-tdep.c (m68k_gdbarch_init): Update.
8511 (delta68_frame_args_address): Update.
8512 * m32r-tdep.c (m32r_gdbarch_init): Update.
8513 * hppa-tdep.c (hppa_gdbarch_init): Update.
8514 * h8300-tdep.c (h8300_gdbarch_init): Update.
8515 * frv-tdep.c (frv_gdbarch_init): Update.
8516 (frv_frameless_function_invocation): Update.
8517 * cris-tdep.c (cris_gdbarch_init): Update.
8518 (cris_frameless_function_invocation): Update.
8519 * avr-tdep.c (avr_gdbarch_init): Update.
8520 * arm-tdep.c (arm_gdbarch_init): Update.
8521 * stack.c (frame_info): Update, call predicate.
8522 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
8523 * frame.c (legacy_get_prev_frame): Update, call predicate..
8524 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
8525 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
8526 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
8527 invocation.
8528 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8529 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8530 * vax-tdep.c (vax_gdbarch_init): Ditto.
8531
8532 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
8533 function.
8534
8535 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8536
8537 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
8538 initializations.
8539
8540 2004-02-16 Andrew Cagney <cagney@redhat.com>
8541
8542 * tui/tui-windata.c: Include "gdb_string.h".
8543 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
8544 * tui/tui-layout.c, tui/tui-command.c: Ditto.
8545 * Makefile.in: Update dependencies.
8546
8547 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8548
8549 * Makefile.in (infrun.o): Add $(gdb_assert_h).
8550 * infrun.c: Include "gdb_assert.h".
8551 (singlestep_ptid, saved_singlestep_ptid)
8552 (stepping_past_singlestep_breakpoint): New variables.
8553 (resume): Set singlestep_ptid. Check for singlestep thread
8554 hop.
8555 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
8556 (handle_inferior_event): Handle singlestep thread hop.
8557
8558 2004-02-16 Andrew Cagney <cagney@redhat.com>
8559
8560 * dwarf2-frame.c (dwarf2_frame_ops): New function.
8561 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
8562 (dwarf2_frame_init_reg): Ditto.
8563
8564 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
8565 suggested by Joshua Neuheisel
8566
8567 * configure.in: Always check for curses, including pdcurses.
8568 Warn, instead of error, when no curses are found. Enable TUI when
8569 curses is available.
8570 * configure: Re-generate.
8571
8572 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
8573
8574 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
8575 sh_sh4_register_convert_to_virtual.
8576 (sh_register_convert_to_raw): Rename from
8577 sh_sh4_register_convert_to_raw.
8578 (sh_pseudo_register_read): Accomodate above name change.
8579 (sh_pseudo_register_write): Ditto.
8580
8581 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
8582
8583 * sh-tdep.c (sh_generic_register_name): Remove.
8584 (sh_gdbarch_init): Use sh_sh_register_name in default case.
8585
8586 2004-02-15 Andrew Cagney <cagney@redhat.com>
8587
8588 * configure.in (build_warnings): Add -Wunused-function.
8589 * configure: Re-generate.
8590
8591 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
8592 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
8593
8594 * procfs.c (procfs_init_inferior): Assume that
8595 START_INFERIOR_TRAPS_EXPECTED is defined.
8596 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
8597 * config/ns32k/tm-nbsd.h: Delete file,
8598 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
8599
8600 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
8601 * config/vax/tm-vax.h: Delete file.
8602
8603 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8604 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8605 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8606 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8607 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
8608 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8609 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
8610
8611 2004-02-15 Mark Kettenis <kettenis@gnu.org>
8612
8613 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
8614 * dwarf2-frame.c (dwarf2_frame_data): New variable.
8615 (struct dwarf2_frame_ops): New.
8616 (dwarf2_frame_default_init_reg): New function, based on
8617 dwarf2_frame_init_reg.
8618 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
8619 (dwarf2_frame_init_reg): Call architecture-specific function.
8620 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
8621 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
8622 instead of dwarf2_frame_data.
8623 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
8624 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
8625
8626 2004-02-15 Andrew Cagney <cagney@redhat.com>
8627
8628 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
8629 register_gdbarch_swap.
8630 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
8631 * f-lang.c (_initialize_f_language): Update, use
8632 DEPRECATED_REGISTER_GDBARCH_SWAP.
8633 * remote.c (_initialize_remote): Ditto.
8634 * regcache.c (_initialize_regcache): Ditto.
8635 * parse.c (_initialize_parse): Ditto.
8636 * infrun.c (_initialize_infrun): Ditto.
8637 * mi/mi-main.c (_initialize_mi_main): Ditto.
8638 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8639
8640 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
8641 poking .cacheable directly.
8642 * symfile.c (symfile_bfd_open): Ditto.
8643
8644 * Makefile.in: Update all dependencies.
8645
8646 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
8647 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
8648 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
8649 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
8650 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
8651
8652 2004-02-14 Andrew Cagney <cagney@redhat.com>
8653
8654 * arch-utils.c (legacy_convert_register_p): Check
8655 DEPRECATED_REGISTER_CONVERTIBLE_P.
8656 * findvar.c (value_of_register): Ditto.
8657
8658 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
8659 * gdbarch.h, gdbarch.c: Re-generate.
8660 * arch-utils.c (deprecated_register_convertible_not): Delete.
8661 * arch-utils.h (deprecated_register_convertible_not): Delete.
8662 * mi/mi-main.c (get_register): Update. Update copyright.
8663 * infcmd.c (default_print_registers_info): Update.
8664
8665 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
8666 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
8667 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8668 * gdbarch.h, gdbarch.c: Re-generate.
8669 * frame.c (deprecated_get_next_frame_hack): Delete function.
8670 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
8671 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8672 Update.
8673 * infcall.c (call_function_by_hand): Update.
8674
8675 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
8676
8677 * symfile.c (init_entry_point_info, entry_point_address): Move
8678 from here...
8679 * objfiles.c (init_entry_point_info, entry_point_address):..to
8680 here.
8681 * symfile.h (init_entry_point_info, entry_point_address): Remove
8682 prototypes.
8683 * objfiles.h (init_entry_point_info, entry_point_address):Add
8684 prototypes.
8685 * cris-tdep.c: Remove include of symfile.h. Add include of
8686 objfiles.h.
8687 * infcall.c: Ditto.
8688 * mcore-tdep.c: Ditto.
8689 * mn10300-tdep.c: Ditto.
8690 * sh64-tdep.c: Ditto.
8691 * v850-tdep.c: Ditto.
8692 * arm-tdep.c: Remove include of symfile.h.
8693 * blockframe.c: Ditto.
8694 * coffread.c: Ditto.
8695 * dbxread.c: Ditto.
8696 * dwarf2read.c: Ditto.
8697 * dwarfread.c: Ditto.
8698 * frv-tdep.c: Ditto.
8699 * ia64-tdep.c: Ditto.
8700 * mdebugread.c: Ditto.
8701 * mipsread.c: Ditto.
8702 * rs6000-tdep.c: Ditto.
8703 * s390-tdep.c: Ditto.
8704 * sh-tdep.c: Ditto.
8705 * xstormy16-tdep.c: Ditto.
8706 * gdbarch.sh: Remove include of symfile.h.
8707 * gdbarch.c: Regenerate.
8708 * solib-irix.c (enable_break): Use entry_point_address().
8709 Add comment about include file.
8710 * xcoffread.c: Add comment about include file.
8711 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
8712 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
8713 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
8714 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
8715 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
8716
8717 2004-02-13 Andrew Cagney <cagney@redhat.com>
8718
8719 * corelow.c (core_xfer_partial): Use "struct bfd_section".
8720 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
8721 copyright.
8722 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
8723
8724 2004-02-12 Fred Fish <fnf@redhat.com>
8725
8726 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
8727 set_gdbarch_store_return_value.
8728
8729 2004-02-12 Andrew Cagney <cagney@redhat.com>
8730
8731 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
8732 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
8733 (interrupt_query): Ditto.
8734 (ofunc): Delete unused variable.
8735 * cris-tdep.c (cris_abi): Delete unused function.
8736 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
8737 (cris_get_wide_opcode, cris_get_short_size): Ditto.
8738 (cris_get_asr_quick_shift_steps): Ditto.
8739 (cris_skip_prologue_frameless_p): Ditto.
8740 * arm-tdep.c (arm_push_return_address): Delete unused function.
8741 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
8742 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
8743 * s390-tdep.c (s390_function_start): Delete unused function.
8744
8745 2004-02-12 Andrew Cagney <cagney@redhat.com>
8746
8747 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
8748 gdbarch.h, gdbarch.c: Re-generate.
8749 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
8750 to generic_prologue_frameless_p.
8751 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
8752 * arch-utils.c (generic_prologue_frameless_p): Delete function.
8753
8754 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
8755
8756 * mips-linux-tdep.c: Include "frame.h".
8757 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
8758 (mips_linux_skip_resolver): New functions.
8759 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
8760 and set_gdbarch_in_solib_call_trampoline.
8761 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
8762 to after set_gdbarch_in_solib_return_trampoline. Only set the
8763 solib hooks to mips16 functions if the OS ABI is unknown.
8764 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
8765 including "config/tm-linux.h".
8766 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
8767 * Makefile.in (mips-linux-tdep.o): Update.
8768
8769 2004-02-11 David Carlton <carlton@kealia.com>
8770
8771 * linespec.c (decode_compound): Only look for a class symbol when
8772 considering all but the rightmost component.
8773
8774 2004-02-11 Andrew Cagney <cagney@redhat.com>
8775
8776 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
8777 abi code are are separatly grouped.
8778
8779 2004-02-11 Andrew Cagney <cagney@redhat.com>
8780
8781 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
8782 * gdbarch.h, gdbarch.c: Re-generate.
8783 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8784 * v850-tdep.c (v850_gdbarch_init): Update.
8785 * sh64-tdep.c (sh64_gdbarch_init): Update.
8786 * sh-tdep.c (sh_gdbarch_init): Update.
8787 * s390-tdep.c (s390_gdbarch_init): Update.
8788 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8789 * mips-tdep.c (mips_gdbarch_init): Update.
8790 * mcore-tdep.c (mcore_gdbarch_init): Update.
8791 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8792 * m32r-tdep.c (m32r_gdbarch_init): Update.
8793 * ia64-tdep.c (ia64_gdbarch_init): Update.
8794 * hppa-tdep.c (hppa_gdbarch_init): Update.
8795 * h8300-tdep.c (h8300_gdbarch_init): Update.
8796 * frv-tdep.c (frv_gdbarch_init): Update.
8797 * d10v-tdep.c (d10v_gdbarch_init): Update.
8798 * cris-tdep.c (cris_gdbarch_init): Update.
8799 * avr-tdep.c (avr_gdbarch_init): Update.
8800 * arm-tdep.c (arm_gdbarch_init): Update.
8801 * alpha-tdep.c (alpha_gdbarch_init): Update.
8802
8803 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
8804
8805 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
8806 comma.
8807 (sh_sh4al_dsp_register_name): Ditto.
8808
8809 2004-02-10 Andrew Cagney <cagney@redhat.com>
8810
8811 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
8812 (mips_init_frame_pc_first): Delete function.
8813 (mips_frame_saved_pc): Delete function.
8814 (mips_frame_chain): Delete function.
8815 (mips_init_extra_frame_info): Delete function.
8816 (mips_xfer_register): Delete unused variable "reg".
8817 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
8818 (mips_n32n64_return_value): Delete unused variable "reg".
8819 (mips_n32n64_return_value): Delete unused variable "pos".
8820 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
8821 (mips_o32_return_value): Delete unused variable "pos".
8822 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
8823 (mips_print_fp_register): Delete unused variable "namelen"
8824 (mips_print_fp_register): Delete unused variable "flt2"
8825 (get_frame_pointer): Delete function.
8826 (cached_proc_desc): Delete static variable.
8827 (mips_pop_frame): Delete function.
8828 (mips_find_saved_regs): Delete function.
8829 (mips_get_saved_register): Delete function.
8830 (mips_saved_pc_after_call): Delete function.
8831 (SIGFRAME_BASE): Delete macro.
8832 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
8833 (SIGFRAME_PC_OFF): Delete macro.
8834 (SIGFRAME_REGSAVE_OFF): Delete macro.
8835 (mips_dump_tdep): Do not print deleted macro definitions.
8836
8837 2004-02-10 Andrew Cagney <cagney@redhat.com>
8838
8839 * Makefile.in (SFILES): Remove explictly listed tui files.
8840 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
8841
8842 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8843
8844 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
8845 to use paddr functions to format ia64 addresses and long values.
8846 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
8847 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
8848 (get_kernel_table, ia64_find_proc_info_x): Ditto.
8849 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
8850 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
8851
8852 2004-02-10 Andrew Cagney <cagney@redhat.com>
8853
8854 * defs.h: Do not include "tui.h".
8855 * gdb_curses.h: New file.
8856 * tui/tui-hooks.h: New file.
8857 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
8858 (tui_install_hooks, tui_remove_hooks): Delete declarations.
8859 (tui_initialize_io): Delete declaration.
8860 (tui_initialize_readline: Delete redundant declaration.
8861 (struct tui_point): Delete definition.
8862 * tui/tui-data.h (struct tui_point): Define.
8863 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
8864 * utils.c: Include "tui/tui.h".
8865 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
8866 * printcmd.c [TUI]: Include "tui/tui.h".
8867 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
8868 * tui/tui-command.c: Include "gdb_curses.h".
8869 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
8870 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
8871 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
8872 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
8873 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
8874 * Makefile.in: Update all dependencies.
8875 (tui_hooks_h, gdb_curses_h): Define.
8876 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
8877
8878 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
8879
8880 * objfiles.h (struct objfile): Remove unused fields auxf1 and
8881 auxf2. Add comments about some other rarely used fields.
8882
8883 2004-02-10 Andrew Cagney <cagney@redhat.com>
8884
8885 * Makefile.in (init.c): Fix script removing duplicates. Problem
8886 reported by Peter Schauer.
8887
8888 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
8889
8890 * bcache.c (bcache_xmalloc): Use obstack_init instead of
8891 obstack_specify_allocation.
8892 * objfiles.c (allocate_objfile): Ditto.
8893 * solib-sunos.c (solib_add_common_symbols)
8894 (allocate_rt_common_objfile): Ditto.
8895 * symfile.c (reread_symbols): Ditto.
8896 * gdb_obstack.h: Add comment.
8897
8898 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
8899
8900 * linespec.c (decode_line_1, locate_first_half)
8901 (decode_compound, lookup_prefix_sym): Update comments. Delete old
8902 commented out code.
8903
8904 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
8905
8906 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
8907 obstack_free.
8908
8909 2004-02-09 Andrew Cagney <cagney@redhat.com>
8910
8911 * blockframe.c (find_pc_partial_function): If find_pc_overlay
8912 fails, try find_pc_section. Fix PR c++/1267.
8913 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
8914 instead of find_pc_mapped_section.
8915 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
8916 not default to the section containing PC. Fix PR symtab/1519.
8917
8918 2004-02-09 Andrew Cagney <cagney@redhat.com>
8919
8920 * Makefile.in (mips-tdep.o): Update dependencies.
8921 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
8922 "trad-frame.h".
8923 (mips_unwind_pc): Return the pseudo PC register.
8924 (mips_unwind_dummy_id): New function.
8925 (mips16_fetch_instruction): New function.
8926 (mips32_fetch_instruction): New function.
8927 (struct mips_frame_cache): Define.
8928 (mips_mdebug_frame_cache): New function.
8929 (mips_mdebug_frame_this_id): New function.
8930 (mips_mdebug_frame_prev_register): New function.
8931 (mips_mdebug_frame_unwind): Define.
8932 (mips_mdebug_frame_sniffer): New function.
8933 (mips_mdebug_frame_base_address): New function.
8934 (mips_mdebug_frame_base): Define.
8935 (mips_mdebug_frame_base_sniffer): New function.
8936 (mips_gdbarch_init): Append unwind and base sniffers. Set
8937 unwind_dummy_id.
8938
8939 2004-02-08 Andrew Cagney <cagney@redhat.com>
8940
8941 * frame.c: Print both the register number and name.
8942
8943 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
8944 and a sed into a single sed. Make .c and .o patterns more robust.
8945 (OBS): Delete.
8946 (INIT_FILES): Replace OBS with COMMON_OBS.
8947 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
8948
8949 2004-02-08 Mark Kettenis <kettenis@gnu.org>
8950
8951 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
8952 the PT_WCOOKIE request.
8953
8954 2004-02-08 Andrew Cagney <cagney@redhat.com>
8955
8956 * mips-tdep.c (mips_unwind_pc): New function.
8957 (mips_gdbarch_init): Set mips_unwind_pc.
8958
8959 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
8960 (get_frame_id): Allow the UNKNOWN_FRAME.
8961 (frame_register_unwind, get_frame_type): Ditto.
8962
8963 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
8964 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
8965 unwind_dummy_id indicates a legacy frame.
8966
8967 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
8968 * configure: Re-generate.
8969
8970 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
8971 methods.
8972
8973 2004-02-08 Andrew Cagney <cagney@redhat.com>
8974
8975 * configure.in (CONFIG_ALL): Set to Makefile target, and not
8976 makefile macro.
8977 * configure: Re-generate.
8978 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
8979 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
8980 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
8981 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
8982 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
8983 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
8984 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
8985 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
8986 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
8987 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
8988
8989 2004-02-07 Andrew Cagney <cagney@redhat.com>
8990
8991 * Makefile.in: Update all dependencies.
8992
8993 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
8994 * configure: Re-generate.
8995 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
8996 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
8997 (COMMON_OBS): Add "main.o" and "annotate.o".
8998 (ANNOTATE_OBS): Delete.
8999 (OBS): Remove ANNOTATE_OBS.
9000 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9001 CONFIG_INITS.
9002 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9003 against CONFIG_OBS and "main.o".
9004 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9005 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9006
9007 * tui/tui-command.c: Include "gdb_string.h", delete register
9008 attribute, use ISO-C function signatures.
9009 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9010 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9011 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9012 * tui/tui.c: Ditto.
9013
9014 * tui/tui-command.c: Change variable and function names to lower
9015 case.
9016 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9017 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9018 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9019 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9020 * tui/tui-winsource.c, tui/tui.c: Ditto.
9021
9022 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9023
9024 * buildsym.c (free_pending_blocks, finish_block)
9025 (record_pending_block, make_blockvector, end_symtab): Replace
9026 symbol_obstack with objfile_obstack.
9027 * coffread.c (process_coff_symbol, coff_read_struct_type)
9028 (coff_read_enum_type): Ditto.
9029 * cp-namespace.c (initialize_namespace_symtab)
9030 (check_one_possible_namespace_symbol): Ditto.
9031 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
9032 (dwarf2_symbol_mark_computed): Ditto.
9033 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9034 * elfread.c (elf_symtab_read): Ditto.
9035 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9036 (hpread_read_enum_type, hpread_read_function_type)
9037 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9038 Ditto.
9039 * jv-lang.c (get_java_class_symtab, add_class_symbol)
9040 (java_link_class_type): Ditto.
9041 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
9042 (new_symbol): Ditto.
9043 * minsyms.c (install_minimal_symbols): Ditto.
9044 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9045 (terminate_minimal_symbol_table): Replace symbol_obstack with
9046 objfile_obstack.
9047 (free_objfile): Remove freeing of symbol_obstack.
9048 * objfiles.h: Remove symbol_obstack field.
9049 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9050 objfile_obstack.
9051 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9052 symbol_obstack.
9053 (solib_add_common_symbols): Replace symbol_obstack with
9054 objfile_obstack.
9055 * somsolib.c (som_solib_add): Ditto.
9056 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9057 (common_block_start, common_block_end): Ditto.
9058 * symfile.c (reread_symbols): Remove freeing and init of
9059 symbol_obstack.
9060 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9061 * symfile.h: Update comment.
9062 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9063 stats printing.
9064 * symtab.c (symbol_set_names): Replace symbol_obstack with
9065 objfile_obstack.
9066 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9067 Update comments.
9068 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9069 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9070 objfile_obstack.
9071
9072 2004-02-07 Andrew Cagney <cagney@redhat.com>
9073
9074 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9075 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9076 fields and variables.
9077 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9078 (m_beInvisible): Delete macro.
9079 * tui/tui-data.h: Fix case case fields and variables.
9080 (m_genWinPtrIsNull): Delete macro.
9081 (tui_win_list): Rename winList.
9082 (TUI_SRC_WIN): Rename srcWin.
9083 (TUI_DISASM_WIN): Rename disassemWin.
9084 (TUI_DATA_WIN): Rename dataWin.
9085 (TUI_CMD_WIN): Rename cmdWin.
9086 (m_genWinPtrNotNull): Delete macro.
9087 (m_winPtrIsNull): Delete macro.
9088 (m_winPtrNotNull): Delete macro.
9089 (tui_win_is_source_type): Replace m_winIsSourceType
9090 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9091 (tui_win_has_locator): Replace m_hasLocator.
9092 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9093 m_setWinHighlightOff.
9094 * tui/tui-data.c: Update references.
9095 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9096 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9097 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9098 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9099 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9100 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9101 * tui/tui-winsource.c, tui/tui.c: Ditto.
9102
9103 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9104
9105 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9106 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9107 StackGhost.
9108
9109 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9110 variable `i6' to `i7'.
9111 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9112
9113 2004-02-07 Andrew Cagney <cagney@redhat.com>
9114
9115 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9116 (TuiPoint, TuiPointPtr): Ditto.
9117 (TuiStatus, TuiStatusPtr): Ditto.
9118 (TuiWinType, TuiWinTypePtr): Ditto.
9119 (struct tui_point): Rename _TuiPoint.
9120 (tui_get_low_disassembly_address): Rename
9121 tuiGetLowDisassemblyAddress.
9122 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9123 (tuiFree): Delete declaration.
9124 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9125 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9126 * tui/tui.c (tuiFree): Delete function.
9127 * cli/cli-cmds.c (disassemble_command): Update references.
9128 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9129 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9130 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9131 * tui/tui-winsource.c: Ditto.
9132
9133 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9134
9135 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9136 coffstab_build_psymtabs, elfstab_build_psymtabs)
9137 (stabsect_build_psymtabs): Replace psymbol_obstack with
9138 objfile_obstack.
9139 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9140 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9141 Ditto.
9142 * dwarfread.c (scan_compilation_units): Ditto.
9143 * elfread.c (elfstab_offset_sections): Ditto.
9144 * hppa-tdep.c (read_unwind_info): Ditto.
9145 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9146 (hpread_end_psymtab): Ditto.
9147 * mdebugread.c (mdebug_build_psymtabs, add_pending)
9148 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
9149 Ditto.
9150 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
9151 * objfiles.c (add_to_objfile_sections)
9152 (build_objfile_section_table): Ditto.
9153 (allocate_objfile): Remove init of psymbol_obstack.
9154 (free_objfile): Remove freeing of psymbol_obstack.
9155 * objfiles.h (struct objfile): Remove field
9156 psymbol_obstack. Update comments.
9157 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
9158 psymbol_obstack with objfile_obstack.
9159 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9160 psymbol_obstack.
9161 * somread.c (som_symfile_offsets, init_import_symbols)
9162 (init_export_symbols): Replace psymbol_obstack with
9163 objfile_obstack.
9164 * somsolib.c (som_solib_add_solib_objfile): Ditto.
9165 * symfile.c (default_symfile_offsets, syms_from_objfile)
9166 (reread_symbols): Remove freeing and init of psymbol_obstack.
9167 (cashier_psymtab): Update comment.
9168 * symmisc.c (print_objfile_statistics): Don't report stats for
9169 psymbol obstack.
9170 * symtab.h (struct general_symbol_info, struct partial_symtab):
9171 Update comments.
9172 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
9173 (xcoff_symfile_offsets): Replace psymbol_obstack with
9174 objfile_obstack.
9175
9176 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9177
9178 * objfiles.h (struct objfile): Add objfile_obstack field.
9179 Remove type_obstack field.
9180
9181 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
9182 read_structure_scope read_enumeration, new_symbol): Replace
9183 type_obstack with objfile_obstack.
9184 * dwarfread.c (struct_type, enum_type): Ditto.
9185 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
9186 (lookup_fundamental_type): Ditto.
9187 * gdbtypes.h (TYPE_ALLOC): Ditto.
9188 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
9189 (hpread_read_doc_function_type, hpread_read_struct_type)
9190 (fix_static_member_physnames, hpread_read_array_type)
9191 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
9192 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
9193 (java_link_class_type): Ditto.
9194 * mdebugread.c (parse_type): Ditto.
9195 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9196 * solib-sunos.c (solib_add_common_symbols): Ditto.
9197 * stabsread.c (define_symbol, read_type, read_member_functions,
9198 read_cpp_abbrev, read_one_struct_field): Ditto.
9199 * symfile.c (reread_symbols): Ditto.
9200 * symmisc.c (print_objfile_statistics): Ditto.
9201
9202 2004-02-07 Andrew Cagney <cagney@redhat.com>
9203
9204 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9205 (tui_exec_info_content): Rename TuiExecInfoContent.
9206 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9207 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9208 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9209 (TuiList, TuiListPtr): Ditto.
9210 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9211 (TuiDataType, TuiDataTypePtr): Ditto.
9212 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9213 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9214 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9215 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9216 (TuiDataElement, TuiDataElementPtr): Ditto.
9217 (TuiWinElement, TuiWinElementPtr): Ditto.
9218 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9219 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9220 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9221 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9222 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9223 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9224 * tui/tui-command.c, tui/tui-data.c: Update references.
9225 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9226 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9227 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9228 * tui/tui-winsource.c, tui/tui.c: Ditto.
9229
9230 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9231
9232 * dwarf2-frame.h: Update copyright.
9233 (enum dwarf2_frame_reg_rule): New.
9234 (struct dwarf2_frame_state_reg): New.
9235 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
9236 * dwarf2-frame.c: Update copyright.
9237 (enum dwarf2_reg_rule): Remove.
9238 (struct dwarf2_frame_state): Remove defenition of `struct
9239 dwarf2_frame_state_reg'.
9240 (read_reg): Call get_frame_arch to get the architecture instead of
9241 using CURRENT_GDBARCH.
9242 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
9243 DWARF2_FRAME_.
9244 (dwarf2_frame_init_reg): New function.
9245 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
9246 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9247 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9248 tags with DWARF2_FRAME_.
9249 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9250 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9251 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9252
9253 2004-02-06 Andrew Cagney <cagney@redhat.com>
9254
9255 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9256 (enum tui_data_type): Rename _TuiDataType.
9257 (struct tui_layout_def): Rename _TuiLayoutDef.
9258 (struct tui_source_element): Rename _TuiSourceElement.
9259 (struct tui_data_element): Rename _TuiDataElement.
9260 (struct tui_command_element): Rename _TuiCommandElement.
9261 (struct tui_locator_element): Rename _TuiLocatorElement.
9262 (union tui_which_element): Define.
9263 (struct tui_win_element): Rename _TuiWinElement.
9264 (struct tui_data_info): Rename _TuiDataInfo.
9265 (struct tui_source_info): Rename _TuiSourceInfo.
9266 (struct tui_command_info): Rename _TuiCommandInfo.
9267 (tui_initialize_static_data): Rename initializeStaticData.
9268 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9269 (tui_alloc_win_info): Rename allocWinInfo.
9270 (tui_init_generic_part): Rename initGenericPart.
9271 (tui_init_win_info): Rename initWinInfo.
9272 (tui_alloc_content): Rename allocContent.
9273 (tui_add_content_elements): Rename addContentElements.
9274 (tui_init_content_element): Rename initContentElement.
9275 (tui_free_window): Rename freeWindow.
9276 (tui_free_win_content): Rename freeWinContent.
9277 (tui_free_data_content): Rename freeDataContent.
9278 (tui_free_all_source_wins_content): Rename
9279 freeAllSourceWinsContent.
9280 (tui_del_window): Rename tuiDelWindow.
9281 (tui_del_data_windows): Rename tuiDelDataWindows.
9282 (tui_partial_win_by_name): Rename partialWinByName.
9283 (tui_win_name): Rename winName.
9284 (tui_current_layout): Rename currentLayout.
9285 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9286 (tui_term_height): Rename termHeight.
9287 (tui_set_term_height_to): Rename setTermHeightTo.
9288 (tui_term_width): Rename termWidth.
9289 (tui_set_term_width_to): Rename setTermWidthTo.
9290 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9291 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9292 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9293 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9294 (tui_source_windows): Rename sourceWindows.
9295 (tui_clear_source_windows): Rename clearSourceWindows.
9296 (tui_clear_source_windows_detail): Rename
9297 clearSourceWindowsDetail.
9298 (tui_clear_win_detail): Rename clearWinDetail.
9299 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9300 (tui_default_tab_len): Rename tuiDefaultTabLen.
9301 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9302 (tui_win_with_focus): Rename tuiWinWithFocus.
9303 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9304 (tui_layout_def): Rename tuiLayoutDef.
9305 (tui_win_resized): Rename tuiWinResized.
9306 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9307 (tui_next_win): Rename tuiNextWin.
9308 (tui_prev_win): Rename tuiPrevWin.
9309 (tui_add_to_source_windows): Rename addToSourceWindows.
9310 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9311 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9312 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9313 * tui/tui.c, tui/tui-data.c: Ditto.
9314 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9315 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9316
9317 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9318 (struct symtab): Declare.
9319 (tui_set_source_content): Rename tuiSetSourceContent.
9320 (tui_show_symtab_source): Rename tuiShowSource.
9321 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9322 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9323 * tui/tui-source.c: Update copyright. Update references.
9324 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9325 * tui/tui-stack.c: Update references.
9326
9327 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9328 (struct tui_win_info): Declare.
9329 (tui_scroll_forward): Rename tuiScrollForward.
9330 (tui_scroll_backward): Rename tuiScrollBackward.
9331 (tui_scroll_left): Rename tuiScrollLeft.
9332 (tui_scroll_right): Rename tuiScrollRight.
9333 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9334 (tui_resize_all): Rename tuiResizeAll.
9335 (tui_refresh_all_win): Rename tuiRefreshAll.
9336 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9337 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9338 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9339 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9340
9341 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9342 (tui_erase_data_content): Rename tuiEraseDataContent.
9343 (tui_display_all_data): Rename tuiDisplayAllData.
9344 (tui_check_data_values): Rename tuiCheckDataValues.
9345 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9346 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9347 (tui_first_data_element_no_in_line): Rename
9348 tuiFirstDataElementNoInLine.
9349 (tui_delete_data_content_windows): Rename
9350 tuiDeleteDataContentWindows.
9351 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9352 (tui_display_data_from): Rename tuiDisplayDataFrom.
9353 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9354 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9355 * tui/tui-win.c, tui/tui-regs.c: Update references.
9356 * tui/tui-layout.c, tui/tui.c: Update references.
9357
9358 * tui/tui-wingeneral.h: Update copyright.
9359 (m_allBeVisible): Delete macro.
9360 (m_allBeInvisible): Delete macro.
9361 (struct tui_gen_win_info): Declare.
9362 (struct tui_win_info): Declare.
9363 (tui_unhighlight_win): Rename unhighlightWin.
9364 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9365 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9366 (tui_make_window): Rename makeWindow.
9367 (tui_copy_win): Rename copyWin.
9368 (tui_box_win): Rename boxWin.
9369 (tui_highlight_win): Rename highlightWin.
9370 (tui_check_and_display_highlight_if_needed): Rename
9371 checkAndDisplayHighlightIfNeeded.
9372 (tui_refresh_all): Rename refreshAll.
9373 (tui_delete_win): Rename tuiDelwin.
9374 (tui_refresh_win): Rename tuiRefreshWin.
9375 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9376 (tui_make_visible, tui_make_invisible): New functions.
9377 (tui_make_all_visible, tui_make_all_invisible): New functions.
9378 (make_all_visible): Rename makeAllVisible.
9379 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9380 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9381 * tui/tui-windata.c, tui/tui-win.c: Update references.
9382 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9383 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9384
9385 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9386
9387 * proc-api.c (write_with_trace): Initialize local variable to
9388 silence compiler warning.
9389
9390 2004-02-06 Andrew Cagney <cagney@redhat.com>
9391
9392 * tui/tui-source.h: Do not include "defs.h".
9393 (struct tui_win_info): Declare.
9394 (tui_set_source_content_nil): Declare.
9395 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
9396 (union tui_line_or_address): Rename _TuiLineOrAddress.
9397 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
9398 (tui_update_source_window): Rename tuiUpdateSourceWindow.
9399 (tui_update_source_window_as_is): Rename
9400 tuiUpdateSourceWindowAsIs.
9401 (tui_update_source_windows_with_addr): Rename
9402 tuiUpdateSourceWindowsWithAddr.
9403 (tui_update_source_windows_with_line): Rename
9404 tuiUpdateSourceWindowsWithLine.
9405 (tui_clear_source_content): Rename tuiClearSourceContent.
9406 (tui_erase_source_content): Rename tuiEraseSourceContent.
9407 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
9408 (tui_show_source_content): Rename tuiShowSourceContent.
9409 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
9410 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
9411 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
9412 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
9413 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
9414 (tui_update_exec_info): Rename tuiUpdateExecInfo.
9415 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
9416 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
9417 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
9418 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
9419 (struct tui_win_info): Declare.
9420 * tui/tui-stack.c: Update references.
9421 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
9422 * tui/tui-win.c, tui/tui-source.c: Ditto.
9423 * tui/tui.c, tui/tui-disasm.c: Ditto.
9424
9425 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9426
9427 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
9428 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
9429
9430 2004-02-05 Mark Kettenis <kettenis@gnu.org>
9431
9432 * infrun.c (handle_inferior_event): Allow for breakpoint
9433 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
9434 and SIGEMT. Update comments.
9435 * NEWS (Revised SPARC target): Mention support for non-executable
9436 stack.
9437
9438 2004-02-04 Mark Kettenis <kettenis@gnu.org>
9439
9440 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
9441 * inftarg.c: Update copyright year.
9442 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
9443 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
9444 (sparc_xfer_wcookie): New function.
9445 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9446 * Makefile.in (sparc-nat.o): Update dependencies.
9447 * config/sparc/nm-nbsd.h: Include "target.h".
9448 (NATIVE_XFER_WCOOKIE): New define.
9449 (sparc_xfer_wcookie): New prototype.
9450
9451 2004-02-04 Andrew Cagney <cagney@redhat.com>
9452
9453 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
9454 SYSCALL_TRAP function.
9455 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
9456
9457 2004-02-04 Andrew Cagney <cagney@redhat.com>
9458 Daniel Jacobowitz <drow@mvista.com>
9459
9460 * objfiles.h: Delete comments refering to inside_entry_func and
9461 DEPRECATED_FRAME_CHAIN_VALID.
9462 * defs.h (inside_entry_func): Update prototype..
9463 * blockframe.c (inside_entry_func): Rename to
9464 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
9465 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
9466
9467 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
9468
9469 * breakpoint.c (struct captured_parse_breakpoint_args): Move
9470 outside of #ifdef SOLIB_ADD region.
9471 (do_restore_lang_radix_cleanup): Ditto.
9472 (resolve_pending_breakpoint): Ditto.
9473
9474 2004-02-03 Andrew Cagney <cagney@redhat.com>
9475
9476 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
9477 (process_note_abi_tag_sections): Delete unused function.
9478 (ia64_read_fp): Delete unused function.
9479 (gdbarch_extract_struct_value_address): Delete declaration.
9480
9481 2004-02-02 Andrew Cagney <cagney@redhat.com>
9482
9483 * vax-tdep.c (vax_frame_chain): Delete call to
9484 deprecated_inside_entry_file.
9485 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
9486
9487 2004-02-02 Mark Kettenis <kettenis@gnu.org>
9488
9489 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
9490 column that's "empty" or "same value" when eliminating REG_RA
9491 rules.
9492
9493 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9494
9495 * NEWS: Add information about new pending breakpoint support.
9496
9497 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9498
9499 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
9500 and pending fields for pending breakpoint support.
9501 * breakpoint.c (breakpoint_enabled): Add check for not pending.
9502 (condition_command): Only parse condition if not a pending
9503 breakpoint.
9504 (print_one_breakpoint): Add support for pending breakpoints.
9505 (describe_other_breakpoints): Add checks to verify we are not
9506 dealing with pending breakpoints.
9507 (check_duplicates): Don't check pending breakpoints.
9508 (set_raw_breakpoint): Initialize pending flag.
9509 (do_restore_lang_radix_cleanup): New cleanup routine.
9510 (resolve_pending_breakpoint): New function.
9511 (re_enable_breakpoints_in_shlibs): Try and resolve any
9512 pending breakpoints via resolve_pending_breakpoint.
9513 (mention): Add pending breakpoint support.
9514 (parse_breakpoint_sals): Add new parameter to pass to
9515 decode_line_1 to indicate silent errors when files or functions
9516 are not found. Change all callers.
9517 (do_captured_parse_breakpoint): New function.
9518 (break_command_1): Change prototype to return an rc value and to
9519 take an optional pending breakpoint pointer. Support creating
9520 a pending breakpoint if a "not found" form of error occurs when
9521 parsing the breakpoint. Also support resolving an existing pending
9522 breakpoint and be silent if the resolution fails.
9523 (create_breakpoints): Change prototype to take pending breakpoint
9524 pointer. When resolving a pending breakpoint, use the new pointer
9525 to provide a conditional or commands added by the end-user.
9526 (delete_breakpoint): Add appropriate check for pending.
9527 (breakpoint_re_set_one): Ditto.
9528 (do_enable_breakpoint): Ditto.
9529
9530 2004-02-02 David Carlton <carlton@kealia.com>
9531
9532 * valops.c (enum oload_classification): New.
9533 (find_overload_match): Break implementation into separate
9534 functions; delete #if 0'd code; look for symbols within
9535 namespaces.
9536 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
9537 (find_oload_champ,oload_method_static,classify_oload_match): New.
9538 * cp-support.h: Add declaration for cp_func_name; update
9539 declaration for make_symbol_overload_list.
9540 * cp-support.c (cp_func_name): New.
9541 (overload_list_add_symbol): Fix comment, use
9542 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
9543 (make_symbol_overload_list): Take a function name and a namespace
9544 instead of a symbol; change implementation.
9545 (make_symbol_overload_list_using): New.
9546 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
9547
9548 2004-02-02 Fred Fish <fnf@redhat.com>
9549
9550 * main.c (gdb_stdtarg): Move definition to group with other
9551 gdb_stdtarg definitions and update copyright years.
9552 * remote-sim.c (gdb_os_write_stderr): Write output to
9553 gdb_stdtargerr stream instead of gdb_stdtarg stream.
9554 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
9555 gdb_stderr stream and update copyright years.
9556
9557 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9558
9559 * Makefile.in (mips-linux-nat.o): Update dependencies.
9560 * mips-linux-nat.c: Include mips-tdep.h.
9561
9562 2004-02-01 Roland McGrath <roland@redhat.com>
9563
9564 * sol-thread.c (sol_thread_xfer_partial): New function.
9565 (init_sol_thread_ops): Use that for to_xfer_partial hook.
9566 (init_sol_core_ops): Likewise.
9567
9568 * procfs.c (procfs_xfer_partial): New function.
9569 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
9570 * Makefile.in (procfs.o): Add $(auxv_h) dep.
9571
9572 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
9573 procfs_xfer_auxv function.
9574
9575 * procfs.c (procfs_make_note_section): If we can read
9576 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
9577 * linux-proc.c (linux_make_note_section): Likewise.
9578
9579 * auxv.h: New file.
9580 * auxv.c: New file.
9581 * Makefile.in (auxv_h): New variable.
9582 (COMMON_OBS): Add auxv.o here.
9583 (auxv.o): New target.
9584
9585 * corelow.c (core_xfer_partial): New function.
9586 (init_core_ops): Use it for core_ops.to_xfer_partial.
9587
9588 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
9589 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
9590 macro if that is defined.
9591
9592 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9593
9594 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
9595 and check the specified thread for each breakpoint.
9596 * breakpoint.h (bpstat_stop_status): Update prototype.
9597 * infrun.c (handle_inferior_event): Update calls to
9598 bpstat_stop_status.
9599
9600 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9601
9602 * Makefile.in (cli-cmds.o): Add $(readline_h).
9603
9604 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9605
9606 * cli/cli-cmds.c: Include readline.h.
9607 (complete_command): Pass the start of the last word to
9608 complete_line.
9609
9610 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9611
9612 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
9613 argument, and change first argument to a CORE_ADDR.
9614 * breakpoint.h (bpstat_stop_status): Update prototype.
9615 * infrun.c (adjust_pc_after_break): Add a new comment.
9616 (handle_inferior_event): Update calls to bpstat_stop_status.
9617
9618 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9619
9620 * breakpoint.h: Update copyright years.
9621
9622 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9623
9624 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
9625 (bpstat_stop_status): Don't decrement PC.
9626 * breakpoint.h (software_breakpoint_inserted_here_p): Add
9627 prototype.
9628 * infrun.c (adjust_pc_after_break): New function.
9629 (handle_inferior_event): Call it, early. Remove later references
9630 to DECR_PC_AFTER_BREAK.
9631 (normal_stop): Add commentary.
9632
9633 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9634
9635 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
9636 2004-01-27 double-free fix.
9637
9638 2004-01-31 Mark Kettenis <kettenis@gnu.org>
9639
9640 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9641 (sparc32_frame_prev_register): Handle StackGhost.
9642 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9643
9644 2004-01-29 Roland McGrath <roland@redhat.com>
9645
9646 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
9647 * configure: Regenerated.
9648
9649 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
9650 * Makefile.in (procfs.o): Add dep.
9651
9652 2004-01-28 Andrew Cagney <cagney@redhat.com>
9653
9654 * tui/tui-stack.h: Update copyright.
9655 (struct frame_info): Add opaque declaration.
9656 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
9657 (tui_show_locator_content): Rename tuiShowLocatorContent.
9658 (tui_show_frame_info): Rename tuiShowFrameInfo.
9659 * tui/tui-stack.c: Update copyright. Update references.
9660 * tui/tui-winsource.c: Update references.
9661 * tui/tui-win.c: Update references.
9662 * tui/tui-layout.c: Update references.
9663 * tui/tui-hooks.c: Update copyright, update references.
9664 * tui/tui.c: Update copyright, update references.
9665 * tui/tui-disasm.c: Update references.
9666
9667 2004-01-28 David Carlton <carlton@kealia.com>
9668
9669 * dwarf2read.c (add_partial_structure): Use demangled name if
9670 namespace equals "".
9671
9672 2004-01-27 Jim Blandy <jimb@redhat.com>
9673
9674 Clean up misapplied patch:
9675 * dwarf2read.c (determine_prefix): Change one of the two forward
9676 declarations for 'determine_prefix_aux' to a declaration for this.
9677 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
9678 argument to 'die_specification'.
9679
9680 * dwarf2read.c (read_func_scope): Re-indent comment.
9681
9682 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
9683
9684 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
9685 b->exp to NULL after freeing so that error during re-parsing or
9686 evaluation of expressions associated with breakpoint don't
9687 eventually lead to re-freeing of storage.
9688 Committed by Andrew Cagney.
9689
9690 2004-01-27 Andrew Cagney <cagney@redhat.com>
9691
9692 * source.c (ambiguous_line_spec): Delete undefined declaration.
9693 * m32r-rom.c (m32r_set_board_address): Delete unused function.
9694 (m32r_set_server_address, m32r_set_download_path): Ditto.
9695 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
9696
9697 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
9698
9699 * dwarf2read.c: Update calls to changed and renamed functions, and
9700 references to moved variables.
9701
9702 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
9703 language, language_defn, list_in_scope, and ftypes members.
9704 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
9705 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
9706 (baseaddr): Remove globals.
9707
9708 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
9709 (set_cu_language, die_is_declaration, die_specification)
9710 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
9711 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
9712 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
9713 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
9714
9715 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
9716 cu.list_in_scope. Don't initialize cu_header_offset.
9717 (add_partial_symbol): Add local baseaddr.
9718 (psymtab_to_symtab_1): Add local baseaddr. Use
9719 objfile->section_offsets for consistency. Don't initialize
9720 cu_header_offset; do initialize cu.header.offset and
9721 cu.list_in_scope.
9722 (read_file_scope, read_func_scope, read_lexical_block_scope)
9723 (dwarf_decode_lines, new_symbol): Add local baseaddr.
9724
9725 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
9726
9727 * PROBLEMS: Add gdb/1516.
9728
9729 2003-12-29 Robert Millan <robertmh@gnu.org>
9730
9731 Patch committed by Andrw Cagney.
9732 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
9733 * configure.tgt: Match knetbsd*-gnu.
9734
9735 2004-01-26 Andrew Cagney <cagney@redhat.com>
9736
9737 * breakpoint.c (catch_command_1): Delete #ifdef code.
9738 (catch_fork_command_1): Delete #ifdef wrapper.
9739 (catch_exec_command_1): Ditto.
9740 (catch_load_command_1): Ditto.
9741 (catch_unload_command_1): Ditto.
9742
9743 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
9744 (catch_breakpoint): Delete #if0ed function.
9745 (disable_catch_breakpoint): Ditto.
9746 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
9747 (disable_catch, enable_catch, delete_catch): Ditto.
9748
9749 2004-01-26 Andrew Cagney <cagney@redhat.com>
9750
9751 * remote.c (echo_check, quit_flag): Delete variables.
9752 (cisco_kernel_mode): Delete variable.
9753 (minitelnet_return, tty_input, escape_count): Delete variables.
9754 (remote_cisco_mode): Delete variable.
9755 (remote_cisco_open, remote_cisco_close): Delete function.
9756 (remote_cisco_mourn, remote_cisco_wait): Delete function.
9757 (init_remote_cisco_ops): Delete function.
9758 (_initialize_remote): Do not install "remote cisco" code.
9759 (read_frame): Delete cisco specific code.
9760 (remote_info_process): Delete function.
9761 (remote_wait): Delete cisco specific code.
9762 (remote_cisco_section_offsets): Delete function.
9763 (remote_cisco_objfile_relocate): Delete function.
9764 (remote_async_wait): Delete cisco specific code.
9765 (minitelnet, readtty, readsocket): Delete function.
9766
9767 2004-01-26 Andrew Cagney <cagney@redhat.com>
9768
9769 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
9770 comments mentioning extract_returned_value_address.
9771 * infcmd.c (print_return_value): Update. Add comments on
9772 extract_returned_value_address.
9773 * stack.c (return_command): Add comments on
9774 extract_returned_value_address.
9775 * values.c: Update comment.
9776 * m32r-tdep.c: Update comment.
9777 * sparc-tdep.c: Update comment.
9778 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
9779 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9780 * sh64-tdep.c (sh64_gdbarch_init): Update.
9781 * sh-tdep.c (sh_gdbarch_init): Update.
9782 * s390-tdep.c (s390_gdbarch_init): Update.
9783 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9784 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9785 * m68k-tdep.c (m68k_gdbarch_init): Update.
9786 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9787 * m32r-tdep.c (m32r_gdbarch_init): Update.
9788 * ia64-tdep.c (ia64_gdbarch_init): Update.
9789 * h8300-tdep.c (h8300_gdbarch_init): Update.
9790 * frv-tdep.c (frv_gdbarch_init): Update.
9791 * arm-tdep.c (arm_gdbarch_init): Update.
9792 * alpha-tdep.c (alpha_gdbarch_init): Update.
9793
9794 2004-01-26 Andrew Cagney <cagney@redhat.com>
9795
9796 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
9797 SYMBOL_LOCATION_FUNCS
9798 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
9799 "struct symbol_ops".
9800 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
9801 type to "struct symbol_ops".
9802 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
9803 (struct symbol): Replace ".aux_value.loc.funcs" and
9804 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
9805 (SYMBOL_OBJFILE): Delete macro.
9806 (SYMBOL_LOCATION_FUNCS): Delete macro.
9807 (SYMBOL_LOCATION_BATON): Update.
9808 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
9809 intead of SYMBOL_LOCATION_FUNCS.
9810 * ax-gdb.c (gen_var_ref): Ditto.
9811 * printcmd.c (address_info): Ditto.
9812 * findvar.c (read_var_value): Ditto.
9813 (symbol_read_needs_frame): Ditto.
9814
9815 2004-01-26 Andrew Cagney <cagney@redhat.com>
9816
9817 * dwarf2read.c (read_func_scope): Document frame-base hack.
9818
9819 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9820
9821 * infcmd.c (print_return_value): Plug memory leak; delete
9822 ui_stream object. Rename argument `structure_return' to
9823 `struct_return'.
9824
9825 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9826
9827 * infcmd.c (print_return_value): Wrap long lines.
9828 (finish_command_continuation, finish_command): Remove unused
9829 variable `funcaddr'. Fix some coding-standards problems.
9830
9831 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
9832 SECT_SIZE is large enough, not whether it's exactly the right size.
9833 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
9834 TDEP->fpregset to zero.
9835
9836 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
9837 floating-point registers for traditional NetBSD core files.
9838 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
9839 TDEP->sizeof_fpregset here.
9840
9841 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9842
9843 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
9844 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
9845 function with code split out from
9846 sparc32nbsd_sigcontext_frame_cache.
9847 (sparc32nbsd_sigcontext_frame_cache): Use
9848 sparc32nbsd_sigcontext_saved_regs.
9849 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
9850 OpenBSD.
9851 * sparcobsd-tdep.c: New file.
9852 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
9853 (sparcobsd-tdep.o): New dependency.
9854 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
9855 * config/sparc/obsd.mt: New file.
9856
9857 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
9858 TDEP->fpregset to be initialized to enable core file register
9859 sets.
9860
9861 2004-01-24 Mark Kettenis <kettenis@gnu.org>
9862
9863 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
9864 Add opaque declarations.
9865 (sparc64nbsd_sigcontext_saved_regs): New prototype.
9866 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
9867 function with code split out from
9868 sparc64nbsd_sigcontext_frame_cache.
9869 (sparc64nbsd_sigcontext_frame_cache): Use
9870 sparc64nbsd_sigcontext_saved_regs.
9871 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
9872 OpenBSD.
9873 * sparc64obsd-tdep.c: New file.
9874 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
9875 (sparc64obsd-tdep.o): New dependency.
9876 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
9877 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
9878 * config/sparc/obsd64.mt: New file.
9879
9880 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
9881 read the instruction at PC.
9882
9883 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
9884 value of GDB_OSABI_DEFAULT.
9885 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
9886 instead of GDB_OSABI_NETBSD_AOUT.
9887
9888 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
9889
9890 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
9891 copyright.
9892
9893 2004-01-23 Andrew Cagney <cagney@redhat.com>
9894
9895 * printcmd.c (display_command): Replace tui_set_display call with
9896 tui_set_layout_for_display_command.
9897 * tui/tui.h (enum tui_win_type): Define.
9898 (tui_set_layout): Delete declaration.
9899 (tui_set_layout_for_display_command): Rename set_tui_layout.
9900 * tui/tui-data.h (enum tui_layout_type): Define.
9901 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
9902 "tui.h".
9903 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
9904 (tui_default_win_height): Rename tuiDefaultWinHeight.
9905 (tui_default_win_viewport_height): Rename
9906 tuiDefaultWinViewportHeight.
9907 (tui_set_layout): RenametuiSetLayout.
9908 * tui/tui-layout.c: Update references.
9909 * tui/tui.c: Update references.
9910 * tui/tui-disasm.c: Update references.
9911
9912 2004-01-23 David Carlton <carlton@kealia.com>
9913
9914 Partial workaround for PR c++/1511:
9915 * cp-namespace.c: Include frame.h.
9916 (cp_lookup_transparent_type): New
9917 (cp_lookup_transparent_type_loop): New.
9918 * cp-support.h: Declare cp_lookup_transparent_type.
9919 * symtab.c (basic_lookup_transparent_type): Renamed from
9920 lookup_transparent_type.
9921 (lookup_transparent_type): Replace old body by a call to
9922 current_language->la_lookup_transparent_type.
9923 * symtab.h: Update copyright. Declare
9924 basic_lookup_transparent_type.
9925 * language.h: Update copyright.
9926 (struct language_defn): Add la_lookup_transparent_type.
9927 * language.c: Update copyright.
9928 (unknown_language_defn): Add basic_lookup_transparent_type.
9929 (auto_language_defn): Add basic_lookup_transparent_type.
9930 (local_language_defn): Add basic_lookup_transparent_type.
9931 * ada-lang.c: Update copyright.
9932 (ada_language_defn): Add basic_lookup_transparent_type.
9933 * c-lang.c: Update copyright.
9934 (c_language_defn): Add basic_lookup_transparent_type.
9935 (cplus_language_defn): Add basic_lookup_transparent_type.
9936 (asm_language_defn): Add basic_lookup_transparent_type.
9937 (minimal_language_defn): Add basic_lookup_transparent_type.
9938 * f-lang.c: Update copyright.
9939 (f_language_defn): Add basic_lookup_transparent_type.
9940 * jv-lang.c: Update copyright.
9941 (java_language_defn): Add basic_lookup_transparent_type.
9942 * m2-lang.c: Update copyright.
9943 (m2_language_defn): Add basic_lookup_transparent_type.
9944 * objc-lang.c: Update copyright.
9945 (objc_language_defn): Add basic_lookup_transparent_type.
9946 * p-lang.c: Update copyright.
9947 (p_language_defn): Add basic_lookup_transparent_type.
9948 * scm-lang.c: Update copyright.
9949 (scm_language_defn): Add basic_lookup_transparent_type.
9950 * Makefile.in (cp-namespace.o): Depend on frame.h.
9951
9952 2004-01-23 David Carlton <carlton@kealia.com>
9953
9954 Patch for PR c++/1520:
9955 * dwarf2read.c (read_func_scope): Set processing_current_prefix
9956 properly if we have a specification die.
9957 (determine_prefix_aux): Rename from determine_prefix.
9958 (determine_prefix): Like the old determine_prefix, but never
9959 returns NULL.
9960
9961 2004-01-23 Theodore A. Roth <troth@openavr.org>
9962
9963 * avr-tdep.c: Update copyright.
9964 (avr_iaddr_p): Delete unused function.
9965 (avr_saddr_p): Delete unused function.
9966
9967 2004-01-23 David Carlton <carlton@kealia.com>
9968
9969 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
9970 Fix for PR symtab/1534.
9971
9972 2004-01-23 Mark Kettenis <kettenis@gnu.org>
9973
9974 * NEWS (New native configurations): Mention OpenBSD/sparc and
9975 OpenBSD/sparc64.
9976 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
9977 * configure.host: Likewise.
9978 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
9979 handler for OpenBSD.
9980 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
9981
9982 2004-01-22 Mark Kettenis <kettenis@gnu.org>
9983
9984 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
9985 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
9986
9987 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
9988 * cli/cli-cmds.c (shell_escape): Likewise.
9989
9990 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
9991 OpenBSD .note.openbsd.ident sections.
9992
9993 2004-01-22 David Carlton <carlton@kealia.com>
9994
9995 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
9996 get_scope_pc_bounds.
9997 (read_file_scope): Ditto.
9998 (get_scope_pc_bounds): New function, produced by extracting code
9999 from the above two functions, consolidating it, and adding support
10000 for DW_TAG_namespace.
10001
10002 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10003
10004 * osabi.c (MAX_NOTESZ): New define.
10005 (check_note): New function.
10006 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10007 check_note.
10008
10009 2004-01-21 Roland McGrath <roland@redhat.com>
10010
10011 * MAINTAINERS (write after approval): Add myself.
10012
10013 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10014
10015 * utils.c (init_page_info): Move declarations of `rows' and
10016 `cols' before the __GO32__-specific code. Move the closing brace
10017 outside the #ifdef __GO32__..#endif block.
10018 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10019
10020 2004-01-21 Paul Brook <paul@codesourcery.com>
10021
10022 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10023 BPSTAT_WHAT_CHECK_SHLIBS.
10024
10025 2004-01-21 Paul Brook <paul@codesourcery.com>
10026
10027 * MAINTAINERS: Add myself to write-after-approval.
10028
10029 2004-01-20 Andrew Cagney <cagney@redhat.com>
10030
10031 * ax-gdb.c (print_axs_value): Delete unused function.
10032 * jv-lang.c (java_lookup_type): Delete unused function.
10033 * cli/cli-dump.c (dump_filetype): Delete unused function.
10034 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10035 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10036 (mips_getstring): Delete unused function.
10037 (pmon_insert_breakpoint): Delete #if0ed function.
10038 (PMON_MAX_BP): Delete #if0ed MACRO.
10039 (mips_pmon_bp_info): Delete #if0ed variable.
10040 (pmon_remove_breakpoint): Delete #if0ed function.
10041 * monitor.c (monitor_write_even_block): Delete unused function.
10042 (monitor_write_memory_block): Delete #if0ed code.
10043 * dink32-rom.c (dink32_load): Delete unused function.
10044 (_initialize_dink32_rom): Delete #if0ed code.
10045 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10046
10047 * tui/tui-command.c: Update references.
10048 * tui/tui-io.c: Update references.
10049 * tui/tui-command.h: Update copyright.
10050 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10051
10052 * source.c (ambiguous_line_spec): Delete never-defined function.
10053 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10054 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10055 * cli/cli-cmds.c (validate_comname): Ditto.
10056
10057 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10058 "tui-data.h".
10059 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10060 (tui_show_disassem): Rename tuiShowDisassem.
10061 (tui_show_disassem_and_update_source): Rename
10062 tuiVerticalDisassemScroll.
10063 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10064 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10065 * tui/tui.h: Update copyright.
10066 (enum tui_status): Define.
10067 * tui/tui-data.h (enum tui_scroll_direction): Define.
10068 * tui/tui-disasm.c: Update copyright. Update references.
10069 * tui/tui-winsource.c: Update copyright. Update references.
10070 * tui/tui-win.c: Update references.
10071 * tui/tui-layout.c: Update references.
10072
10073 2004-01-20 Andrew Cagney <cagney@redhat.com>
10074
10075 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10076 sym2 to start of block.
10077
10078 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10079
10080 * MAINTAINERS: Delete mmalloc.
10081 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10082 * NEWS: Mention removal of --with-malloc.
10083 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10084 * config.in: Regenerate.
10085 * configure: Regenerate.
10086 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10087 USE_MMALLOC, MMCHECK_FORCE.
10088 * gdbinit.in: Remove mmalloc.
10089 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10090 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10091 * config/i386/go32.mh: Likewise.
10092 * config/i386/interix.mh: Likewise.
10093 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10094
10095 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10096
10097 * linespec.c (decode_variable, symtab_from_filename): Call
10098 error_silent with error message instead of throwing an exception
10099 directly.
10100 * defs.h (error_silent, error_output_message): Add prototypes.
10101 (catch_exceptions_with_msg): Ditto.
10102 * utils.c (error_silent, error_output_message): New functions.
10103 * top.c (catch_exceptions_with_msg): New function.
10104
10105 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10106
10107 * mi/mi-cmds.h (enum print_values): Add definition.
10108
10109 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10110 type and value for simple data types and just the name and type
10111 for complex ones, if required.
10112
10113 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10114 children, if required.
10115
10116 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10117
10118 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10119 unused declarations.
10120
10121 2004-01-19 Andrew Cagney <cagney@redhat.com>
10122
10123 * top.h (mapped_symbol_files): Delete declaration.
10124 * main.c (captured_main): Delete option "m" and "mapped".
10125 * objfiles.c (mapped_symbol_files): Delete variable.
10126 * symfile.c (symbol_file_command): Delete mmap code.
10127 (symbol_file_add_with_addrs_or_offsets): Ditto.
10128 (add_symbol_file_command, reread_separate_symbols): Ditto.
10129 * objfiles.h (OBJF_MAPPED): Delete.
10130 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10131 (free_objfile) [USE_MMALLOC]: Ditto.
10132 (open_existing_mapped_file): Delete function.
10133 (open_mapped_file): Delete function.
10134 (map_to_file): Delete function.
10135
10136 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10137
10138 * infrun.c (step_into_function): Account for possible breakpoint
10139 adjustment when computing ``stop_func_start''.
10140
10141 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10142
10143 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10144 the region size against the size of a pointer, not the size of
10145 a register as given by DEPRECATED_REGISTER_SIZE.
10146
10147 2004-01-19 Andrew Cagney <cagney@redhat.com>
10148
10149 * tui/tui-regs.h: Include "tui-data.h".
10150 (tuiFirstRegElementNoInLine): Delete declaration.
10151 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
10152 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
10153 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
10154 (tui_calculate_regs_column_count): Rename
10155 tuiCalculateRegsColumnCount.
10156 (tui_check_register_values): Rename tuiCheckRegisterValues.
10157 (tui_show_registers): Rename tuiShowRegisters.
10158 (tui_display_registers_from_line): Rename
10159 tuiDisplayRegistersFromLine.
10160 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
10161 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
10162 (tui_first_reg_element_no_inline): Rename
10163 tuiFirstRegElementNoInLine.
10164 * tui/tui-data.h: Update copyright.
10165 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
10166 * tui/tui-windata.c: Update copyright, update references.
10167 * tui/tui-regs.c: Update copyright, update references.
10168 * tui/tui-win.c: Update copyright, update references.
10169 * tui/tui-layout.c: Update copyright, update references.
10170
10171 2004-01-18 Andrew Cagney <cagney@redhat.com>
10172
10173 * tui/tui-io.c: Update copyright.
10174 (key_is_end_sequence, key_is_backspace): New functions.
10175 (key_is_command_char, key_is_start_sequence): New function.
10176 (tui_getc): Update references.
10177 * tui/tui-io.h: Update copyright.
10178 (m_tuiStartNewLine): Delete macro.
10179 (m_isBackspace, m_isDeleteChar): Delete macros.
10180 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
10181 (m_isNextPage, m_isPrevPage): Delete macros.
10182 (m_isLeftArrow, m_isRightArrow): Delete macros.
10183 (m_isXdbStyleCommandChar): Delete macro.
10184 (key_is_start_sequence): Declare, replace m_isStartSequence.
10185 (key_is_end_sequence): Declare, replace m_isEndSequence.
10186 (key_is_backspace): Declare ,replace m_isBackspace.
10187 (key_is_command_char): Declare, replace m_isCommandChar.
10188 * tui/tui-command.c: Update copyright.
10189 (tuiDispatchCtrlChar): Update references.
10190
10191 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
10192 tuiSourceWin.h.
10193
10194 * tui/tui-command.c: Rename tui/tuiCommand.c.
10195 * tui/tui-command.h: Rename tui/tuiCommand.h.
10196 * tui/tui-data.c: Rename tui/tuiData.c.
10197 * tui/tui-data.h: Rename tui/tuiData.h.
10198 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10199 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10200 * tui/tui-io.c: Rename tui/tuiIO.c.
10201 * tui/tui-io.h: Rename tui/tuiIO.h.
10202 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10203 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10204 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10205 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10206 * tui/tui-source.c: Rename tui/tuiSource.c.
10207 * tui/tui-source.h: Rename tui/tuiSource.h.
10208 * tui/tui-stack.c: Rename tui/tuiStack.c.
10209 * tui/tui-stack.h: Rename tui/tuiStack.h.
10210 * tui/tui-win.c: Rename tui/tuiWin.c.
10211 * tui/tui-win.h: Rename tui/tuiWin.h.
10212 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10213 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10214 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10215 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10216 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10217 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10218 * tui/tui-file.c: Update includes.
10219 * tui/tui-hooks.c: Update includes.
10220 * tui/tui-interp.c: Update includes.
10221 * tui/tui.c: Update includes.
10222 * Makefile.in: Update all tui/ dependencies.
10223 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10224
10225 * Makefile.in: Update copyright. Update dependencies.
10226
10227 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10228 problem.
10229
10230 2004-01-18 Andrew Cagney <cagney@redhat.com>
10231
10232 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
10233 instead of register_gdbarch_init.
10234
10235 * remote-sds.c (tohex): Delete unused function. Update copyright.
10236 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
10237 * v850-tdep.c (v850_register_virtual_size): Ditto.
10238 * target.c (normal_target_post_startup_inferior): Ditto.
10239 * source.c (ambiguous_line_spec): Ditto.
10240 * remote.c (adapt_remote_get_threadinfo): Ditto.
10241 * mi/mi-out.c (out_field_fmt): Ditto.
10242 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
10243 (output_control_change_notification): Ditto.
10244 * m68k-tdep.c (m68k_register_byte): Ditto.
10245 (m68k_remote_breakpoint_from_pc): Ditto.
10246 * ui-out.c (init_ui_out_state): Delete unused declaration.
10247 * stabsread.c (search_value): Ditto.
10248 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10249 * maint.c (print_section_table): Ditto.
10250 * infrun.c (set_follow_fork_mode_command): Ditto.
10251
10252 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10253
10254 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10255 DW_CFA_def_cfa_exporession. Add support for
10256 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10257 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10258
10259 2004-01-18 Andrew Cagney <cagney@redhat.com>
10260
10261 * ocd.c: Update copyright.
10262 (bdm_read_register_command): Delete unused function.
10263 (_initialize_remote_ocd): Delete commented out reference.
10264 (get_quoted_char, reset_packet): Delete #if0ed function.
10265 (output_packet, put_quoted_char): Delete #if0ed function.
10266 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10267 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10268 (BDM_BREAKPOINT): Delete #if0ed macro.
10269 (remote_timeout): Delete #if0ed variable.
10270
10271 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10272
10273 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10274 (core-sol2.o): Remove dependency.
10275 * core-sol2.c: Remove file.
10276
10277 2004-01-17 Andrew Cagney <cagney@redhat.com>
10278
10279 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10280 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10281 enums.
10282
10283 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10284
10285 * remote.c: Update copyright years.
10286
10287 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10288
10289 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10290
10291 2004-01-17 Andrew Cagney <cagney@redhat.com>
10292
10293 * mdebugread.c: Update copyright.
10294 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10295 (parse_type, parse_procedure): Ditto.
10296 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10297
10298 * cris-tdep.c (cris_store_struct_return): Put back accidently
10299 deleted function.
10300
10301 * gdbarch.sh: Update copyright year.
10302 * gdbarch.h, gdbarch.c: Re-generate.
10303
10304 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10305
10306 Suggested by George Anzinger.
10307 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10308 correct stack offset. Include unknown opcode numbers in the error
10309 message.
10310
10311 2004-01-17 Andrew Cagney <cagney@redhat.com>
10312
10313 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10314 extract_struct_value_address, i386 does not set it.
10315 * sparc64-tdep.c (sparc64_init_abi): Do not set
10316 extract_struct_value_address, never called.
10317 (sparc64_extract_struct_value_address): Delete function.
10318 * m68hc11-tdep.c: Update copyright.
10319 (m68hc11_gdbarch_init): Delete redundant assignment of
10320 extract_struct_value_address.
10321 * i386-tdep.c: Update copyright.
10322 (i386_gdbarch_init): Do not set extract_struct_value_address,
10323 never called.
10324 (i386_extract_struct_value_address): Delete function.
10325 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10326 extract_struct_value_address, never called.
10327 (sparc32_extract_struct_value_address): #if 0 function. Add
10328 comments explaining its future.
10329
10330 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10331
10332 * arm-tdep.c (arm_write_pc): New function.
10333 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10334
10335 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10336
10337 * breakpoint.c (must_shift_inst_regs): Delete.
10338 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10339 and SHIFT_INST_REGS.
10340 * infcmd.c (step_1, step_1_continuation): Delete references to
10341 SHIFT_INST_REGS.
10342 * infrun.c (keep_going): Likewise.
10343 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10344 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10345
10346 2004-01-17 Andrew Cagney <cagney@redhat.com>
10347
10348 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10349 * gdbarch.h, gdbarch.c: Re-generate.
10350 * infcmd.c (print_return_value): Delete reference to
10351 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10352
10353 * cris-tdep.c (cris_gdbarch_init): Do not set
10354 deprecated_extract_struct_value_address.
10355
10356 * xstormy16-tdep.c: Update copyright.
10357 (xstormy16_extract_struct_value_address): Update to current
10358 extract struct value address interface.
10359 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10360 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10361 current extract struct value address interface.
10362 (sh64_gdbarch_init): Set extract_struct_value_address.
10363
10364 * cris-tdep.c: Update copyright.
10365 (cris_extract_struct_value_address): Delete function.
10366 (struct_return_address): Delete variable.
10367 (cris_store_struct_return): Do not set struct_return_address.
10368
10369 * mcore-tdep.c: Update copyright.
10370 (mcore_extract_struct_value_address): Delete function. Update
10371 comments.
10372 (mcore_gdbarch_init): Update.
10373 * mn10300-tdep.c: Update copyright.
10374 (mn10300_extract_struct_value_address): Delete function.
10375 (mn10300_gdbarch_init): Update.
10376 * v850-tdep.c: Update copyright.
10377 (v850_extract_struct_value_address): Delete.
10378 (v850_gdbarch_init): Update.
10379 * ns32k-tdep.c: Update copyright.
10380 (ns32k_extract_struct_value_address): Delete.
10381 (ns32k_gdbarch_init): Update.
10382 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10383 (hppa_gdbarch_init): Update.
10384 * vax-tdep.c: Update copyright.
10385 (vax_extract_struct_value_address): Delete.
10386 (vax_gdbarch_init): Update.
10387
10388 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10389 * gdbarch.h, gdbarch.c: Re-generate.
10390 * procfs.c (procfs_fetch_registers): Delete reference to
10391 DEPRECATED_NPC_REGNUM.
10392 (procfs_store_registers): Ditto.
10393 * regcache.c (generic_target_write_pc): Simplify.
10394 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
10395
10396 * core-sol2.c (fetch_core_registers): Replace
10397 DEPRECATED_NPC_REGNUM with equivalent tdep value.
10398
10399 * hppa-tdep.c: Update copyright year.
10400 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
10401 NPC_REGNUM.
10402 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
10403
10404 * mips-tdep.c (mips_write_pc): New function.
10405 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
10406 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
10407 (mips_find_saved_regs, mips_software_single_step: Ditto.
10408 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
10409 mips_init_extra_frame_info, mips_pop_frame): Ditto.
10410
10411 2004-01-17 Andrew Cagney <cagney@redhat.com>
10412
10413 * mips-tdep.c: Re-indent. Group functions by ABI.
10414
10415 2004-01-17 Andrew Cagney <cagney@redhat.com>
10416
10417 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
10418 * gdbarch.c: Re-generate.
10419 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10420 DECR_PC_AFTER_BREAK to zero.
10421 * vax-tdep.c (vax_gdbarch_init): Ditto.
10422 * v850-tdep.c (v850_gdbarch_init): Ditto.
10423 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10424 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10425 * sh-tdep.c (sh_gdbarch_init): Ditto.
10426 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10427 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10428 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10429 * mips-tdep.c (mips_gdbarch_init): Ditto.
10430 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10431 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10432 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10433 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10434 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10435 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10436 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10437 * frv-tdep.c (frv_gdbarch_init): Ditto.
10438 * cris-tdep.c (cris_gdbarch_init): Ditto.
10439 * avr-tdep.c (avr_gdbarch_init): Ditto.
10440 * arm-tdep.c (arm_gdbarch_init): Ditto.
10441 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
10442
10443 2004-01-17 J. Brobecker <brobecker@gnat.com>
10444
10445 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
10446 Delete, no longer used.
10447 (read_subrange_type): New function, mostly extracted from
10448 read_array_type().
10449 (read_array_type): Replace extracted code by call to
10450 read_subrange_type().
10451 (dwarf2_get_attr_constant_value): New function.
10452 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
10453 (add_partial_symbol): Likewise.
10454 (process_die): Likewise.
10455 (new_symbol): Likewise.
10456 (read_type_die): Likewise.
10457
10458 2004-01-16 Andrew Cagney <cagney@redhat.com>
10459
10460 * symfile.c: Update copyright year.
10461 (compare_symbols): Delete unused function.
10462 * stabsread.c: Update copyright year.
10463 (lrs_general_complaint): Delete unused function.
10464 (ref_search_value): Ditto.
10465 (get_substring): Delete declaration.
10466 * sh64-tdep.c: Update copyright year.
10467 (sh64_get_gdb_regnum): Delete unused function.
10468 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
10469 Delete unused function.
10470
10471 2004-01-17 Mark Kettenis <kettenis@gnu.org>
10472
10473 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
10474 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
10475
10476 2004-01-16 Andrew Cagney <cagney@redhat.com>
10477
10478 Changes from Peter Schauer.
10479 * rs6000-tdep.c: Update copyright year.
10480 (rs6000_push_dummy_call): Update the stack pointer before
10481 accessing the corresponding stack region.
10482 * rs6000-nat.c: Update copyright year.
10483 (set_host_arch): Set "info.abfd" to "exec_bfd".
10484
10485 2004-01-15 Mark Kettenis <kettenis@gnu.org>
10486
10487 * blockframe.c: Update copyright year.
10488 (inside_entry_func): Don't treat a zero PC specially.
10489
10490 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
10491
10492 * gcore.c (gcore_copy_callback): Use paddr_d to print size
10493 variable.
10494 (gcore_create_callback): Ditto. Skip any memory segment that has
10495 no permissions set.
10496
10497 2004-01-14 David Carlton <carlton@kealia.com>
10498
10499 Change symbols for C++ nested types to contain the fully qualified
10500 name, if possible. (At least in the DWARF-2 case.) Partial fix
10501 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
10502 c++/895.
10503 * c-exp.y (qualified_type): Handle types nested within classes.
10504 * cp-namespace.c: Update comments.
10505 (cp_set_block_scope): Delete #if 0.
10506 (cp_lookup_nested_type): Handle types nested within classes.
10507 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
10508 when appropriate.
10509 (add_partial_symbol): Add the name of the enclosing namespace to
10510 types.
10511 (pdi_needs_namespace): New.
10512 (add_partial_namespace): Tweak comment.
10513 (add_partial_structure): New.
10514 (psymtab_to_symtab_1): Initialize processing_current_prefix
10515 here...
10516 (process_die): instead of here.
10517 (read_structure_scope): Try to figure out the name of the class or
10518 namespace that the structure might be defined within.
10519 (read_enumeration): Generate fully-qualified names, if possible.
10520 (read_namespace): Don't set name to NULL.
10521 (die_specification): New.
10522 (new_symbol): Generate fully-qualified names for types.
10523 (read_type_die): Determine appropriate prefix.
10524 (determine_prefix): New.
10525 (typename_concat): New.
10526 (class_name): New.
10527 * valops.c (value_aggregate_elt): Pass NOSIDE to
10528 value_struct_elt_for_reference.
10529 (value_struct_elt_for_reference): Make static, add NOSIDE
10530 parameter, call value_maybe_namespace_elt as a last resort.
10531 (value_namespace_elt): Break out code into
10532 value_maybe_namespace_elt.
10533 (value_maybe_namespace_elt): New.
10534
10535 2004-01-12 Andrew Cagney <cagney@redhat.com>
10536
10537 * mips-tdep.c (mips_convert_register_p): Handle both raw and
10538 cooked floating-point registers.
10539 (mips_gdbarch_init): Set convert_register_p, register_to_value,
10540 and value_to_register.
10541
10542 2004-01-13 Andrew Cagney <cagney@redhat.com>
10543
10544 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
10545 * gdbarch.c: Re-generate.
10546 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10547 FUNCTION_START_OFFSET.
10548 * v850-tdep.c (v850_gdbarch_init): Ditto.
10549 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10550 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10551 * sh-tdep.c (sh_gdbarch_init): Ditto.
10552 * s390-tdep.c (s390_gdbarch_init): Ditto.
10553 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10554 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10555 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10556 * mips-tdep.c (mips_gdbarch_init): Ditto.
10557 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10558 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10559 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10560 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10561 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10562 * i386-tdep.c (i386_gdbarch_init): Ditto.
10563 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10564 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10565 * frv-tdep.c (frv_gdbarch_init): Ditto.
10566 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10567 * cris-tdep.c (cris_gdbarch_init): Ditto.
10568 * avr-tdep.c (avr_gdbarch_init): Ditto.
10569 * arm-tdep.c (arm_gdbarch_init): Ditto.
10570 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10571
10572 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
10573
10574 * infrun.c (follow_fork_mode_ask): Remove.
10575 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
10576 (follow_fork): Simplify and remove internal error for
10577 follow_fork_mode_ask.
10578 (_initialize_infrun): Update "set follow-fork-mode" help text.
10579
10580 2004-01-13 Andrew Cagney <cagney@redhat.com>
10581
10582 * configure.in: Update copyright year.
10583 (build_warnings): Add -Wunused-label.
10584 * configure: Re-generate.
10585
10586 2004-01-12 Andrew Cagney <cagney@redhat.com>
10587
10588 * exec.h (exec_ops): Make "extern".
10589
10590 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
10591 the function is void.
10592 (mips_pseudo_register_write): Ditto.
10593
10594 2004-01-12 Andrew Cagney <cagney@redhat.com>
10595
10596 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
10597 call. Never defined.
10598 * sparc-tdep.h (struct frame_info): Add opaque declaration.
10599 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
10600 (struct sparc_gregset, struct regcache): Ditto.
10601 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
10602
10603 2004-01-12 Andrew Cagney <cagney@redhat.com>
10604
10605 * mi/ChangeLog: Delete file. Renamed to ...
10606 * mi/ChangeLog-1999-2003: New file.
10607 * tui/ChangeLog: Delete file. Renamed to ...
10608 * tui/ChangeLog-1998-2003: New file.
10609
10610 2004-01-11 Mark Kettenis <kettenis@gnu.org>
10611
10612 * sparc64nbsd-tdep.c: Include "regset.h".
10613 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
10614 Remove variables.
10615 (fetch_core_registers): Remove function.
10616 (sparc64nbsd_core_fns): Remove variable.
10617 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
10618 functions.
10619 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
10620 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10621 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
10622
10623 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
10624 sparc_extract_struct_value_address.
10625 (sparc32_gdbarch_init): Set extract_struct_value_address.
10626 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
10627 function.
10628 (sparc64_init_abi): Set extract_struct_value_address. Don't set
10629 return_value_on_stack.
10630
10631 * NEWS: Mention that %cs and %ss have been added to the AMD64
10632 configurations
10633
10634 * frame.c: Update copyright year.
10635 (get_prev_frame): Improve comment.
10636
10637 * sparc64fbsd-tdep.c: Include "regset.h".
10638 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10639 Remove variables.
10640 (fetch_core_registers): Remove function.
10641 (sparc64fbsd_core_fns): Remove variable.
10642 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
10643 functions.
10644 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
10645 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10646 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
10647
10648 * sparcnbsd-tdep.c: Include "regset.h".
10649 (fetch_core_registers): Remove function.
10650 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
10651 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
10652 functions.
10653 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
10654 TDEP->fpregset.
10655 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
10656
10657 * sparc-tdep.h (struct regset): Provide opaque declaration.
10658 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
10659 fpregset and sizeof_fpregset members.
10660 * sparc-tdep.c (struct regset): Provide opaque declaration.
10661 (sparc_regset_from_core_section): New function.
10662 (sparc32_gdbarch_init): Initialize TDEP->gregset,
10663 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
10664 Set regset_from_core_section when appropriate.
10665
10666 2004-01-10 Mark Kettenis <kettenis@gnu.org>
10667
10668 * x86-64-tdep.c (amd64_non_pod_p): New function.
10669 (amd64_classify_aggregate): Return class memory for non-POD
10670 C++ structure types.
10671
10672 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
10673 argument. Use it to reserve a register if necessary.
10674 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
10675 amd64_push_arguments.
10676
10677 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
10678
10679 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
10680 register numbers in comments.
10681 * x86-64-tdep.h: Update copyright year.
10682 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
10683 Adjust for addition of %cs and %ss.
10684 * amd64fbsd-nat.c: Update copyright year.
10685 (reg_offset): Add register offsets for %cs and %ss.
10686 * amd64fbsd-tdep.c: Update copyright year.
10687 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
10688 (amd64fbsd_sc_reg_offset): Likewise.
10689 * x86-64-linux-nat.c: Update copyright year.
10690 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
10691 and %ss.
10692 * amd64nbsd-nat.c: Update copyright year.
10693 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
10694 * amd64nbsd-tdep.c: Update copyright year.
10695 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
10696 * x86-64-linux-tdep.c: Update copyright year.
10697 (user_to_gdb_regmap): Add mapping for %cs and %ss.
10698 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
10699 * regformats/reg-x86-64.dat: Add %cs and %ss.
10700
10701 * blockframe.c (inside_entry_func): Reformat. Introduce new local
10702 variables to prevent long lines. Update comments to reflect
10703 reality.
10704
10705 2004-01-09 David Carlton <carlton@kealia.com>
10706
10707 Checked in by Elena Zannoni <ezannoni@redhat.com>.
10708 * dwarf2read.c (read_namespace): Pull out name-generating code
10709 into namespace_name. Rename previous_namespace to previous_prefix
10710 and processing_current_namespace to processing_current_prefix..
10711 (namespace_name): New function.
10712 (add_partial_symbol): Substitute uses of pdi->name with
10713 actual_name.
10714 * cp-support.h: Rename processing_current_namespace to
10715 processing_current_prefix.
10716 Update copyright year.
10717 * cp-namespace.c: Rename processing_current_namespace to
10718 processing_current_prefix.
10719 Update copyright year.
10720
10721 2004-01-09 Andrew Cagney <cagney@redhat.com>
10722
10723 * jv-valprint.c, ser-unix.c: Add missing copyright years.
10724
10725 2004-01-09 Mark Kettenis <kettenis@gnu.org>
10726
10727 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
10728 complaining.
10729 (process_one_symbol): Deal with N_PATCH stabs.
10730
10731 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
10732
10733 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
10734 ifdeffed code.
10735 Update copyright year.
10736
10737 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10738
10739 * config/pa/tm-hppa.h: Update extern declarations for
10740 hppa32_hpux_frame_saved_pc_in_sigtramp,
10741 hppa32_hpux_frame_base_before_sigtramp, and
10742 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
10743
10744 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10745
10746 * config/pa/tm-hppah.h: Update copyright years.
10747
10748 2004-01-08 Andrew Cagney <cagney@redhat.com>
10749
10750 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
10751 (mips_o32_reg_struct_has_addr): Delete function.
10752 (mips_gdbarch_init): Update.
10753 (mips_extract_struct_value_address): Delete function.
10754
10755 2004-01-08 David Mosberger <davidm@hpl.hp.com>
10756
10757 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
10758 reality.
10759
10760 2004-01-07 Andrew Cagney <cagney@redhat.com>
10761
10762 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
10763 architecture's elf flags (when available).
10764
10765 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
10766 FPU to the start, check the MIPS FPU when looking for an old
10767 architecture.
10768 (set_mipsfpu_single_command): Update the architecture.
10769 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
10770
10771 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
10772 (mips_mask_address_p): Add "tdep" parameter.
10773 (show_mask_address, mips_addr_bits_remove): Update.
10774 (mips_dump_tdep): Update.
10775 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
10776 (MIPS_STACK_ARGSIZE): Delete macro.
10777 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
10778 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
10779 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
10780 (mips_dump_tdep): Update.
10781 (MIPS_SAVED_REGSIZE): Delete macro.
10782 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
10783 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
10784 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
10785 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
10786 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
10787 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
10788 (mips_pop_frame, return_value_location): Update.
10789 (mips_n32n64_return_value, mips_dump_tdep): Update.
10790
10791 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
10792 MIPS ABI.
10793
10794 * mips-tdep.c: Update copyright.
10795 (mips_gdbarch_init): Merge two code blocks handling the register
10796 name and number layout.
10797
10798 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
10799
10800 * tracepoint.c (validate_actionline): Fix segv at EOF
10801
10802 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10803
10804 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
10805 properly for static fields.
10806
10807 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
10808 Jason Molenda <jmolenda@apple.com>
10809
10810 * disasm.c: Update copyright to include 2004.
10811 (do_mixed_source_and_assembly): For uiout asm list
10812 and tuple cleanups, initialize to null_cleanup instead of
10813 NULL and do so prior to loop. Only reset when we close off
10814 the tuple/list. Move check for whether to close off the
10815 asm tuple/list to after dump_insns call where it will be run
10816 on each loop iteration.
10817
10818 2004-01-05 Andrew Cagney <cagney@redhat.com>
10819
10820 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
10821 should be a switch case and not a label.
10822 * mips-tdep.c (mips32_next_pc): Delete unused labels
10823 "greater_equal_branch" and "less_zero_branch".
10824 * jv-valprint.c (java_print_value_fields): Delete unused label
10825 "flush_it".
10826
10827 * target.c (unpush_target): Only close a target that is in the
10828 target stack.
10829
10830 2004-01-05 Mark Kettenis <kettenis@gnu.org>
10831
10832 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
10833 address from [sp + 64] instead of %o2.
10834
10835 * frame.c (get_prev_frame): Don't try to unwind the PC. This
10836 fixes PR backtrace/1476.
10837
10838 2004-01-05 Andrew Cagney <cagney@redhat.com>
10839
10840 * libunwind-frame.h (struct frame_id): Add opaque declaration,
10841 move to start of file.
10842 * i386-tdep.h (struct regcache): Add opaque declaration.
10843 * config/ia64/nm-linux.h (struct target_ops): Add opaque
10844 declaration.
10845 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
10846 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
10847 * win32-nat.c (fake_create_process): Use ISO C style definition.
10848 * stabsread.c (define_symbol): Delete #ifndef
10849 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
10850 stabs_argument_has_addr call, macro never defined.
10851
10852 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
10853
10854 * op50-rom.c: Delete.
10855 * w89k-rom.c: Delete.
10856 * Makefile.in: Remove references.
10857
10858 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10859
10860 * x86-64-tdep.c: Update copyright year.
10861 (struct amd64_register_info): Rename from x86_64_register_info.
10862 (amd64_register_info): Rename from x86_64_register_info.
10863 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
10864 (amd64_register_name): Rename from x86_64_register_name.
10865 (amd64_register_type): Rename from x86_64_register_type.
10866 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
10867 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
10868 (amd64_dwarf_reg_to_regnum): Rename from
10869 x86_64_dwarf_reg_to_regnum.
10870 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
10871 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
10872 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
10873 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
10874 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
10875 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
10876 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
10877 (amd64_frame_cache): Rename from x86_64_frame_cache.
10878 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
10879 (amd64_frame_prev_register): Rename from
10880 x86_64_frame_prev_register.
10881 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
10882 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
10883 (amd64_sigtramp_frame_cache): Rename from
10884 x86_64_sigtramp_frame_cache.
10885 (amd64_sigtramp_frame_prev_register): Rename from
10886 x86_64_sigtramp_frame_prev_register.
10887 (amd64_sigtramp_frame_unwind): Rename from
10888 x86_64_sigtramp_frame_unwind.
10889 (amd64_sigtramp_frame_sniffer): Rename from
10890 x86_64_sigtramp_frame_sniffer.
10891 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
10892 (amd64_frame_base): Rename from x86_64_frame_base.
10893 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
10894 (amd64_frame_align): Rename from x86_64_frame_align.
10895 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
10896 (amd64_regset_from_core_section): Rename from
10897 x86_64_regset_from_core_section.
10898 (x86_64_init_abi): Update comments.
10899
10900 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
10901
10902 * MAINTAINERS (write after approval): Add myself.
10903
10904 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10905
10906 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
10907 `float' arguments.
10908
10909 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10910
10911 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
10912 such that it mentions a specific version of GCC that exhibits this
10913 bug.
10914
10915 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10916
10917 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
10918 structure that has a single `float' member, store it in %f1 in
10919 addition to %f0.
10920
10921 * sparc-sol2-nat.c: Add missing '\'.
10922
10923 * sparc-tdep.c (sparc32_return_value): New function.
10924 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
10925 Remove functions.
10926 (sparc32_gdbarch_init): Set return_value, don't set
10927 extract_return_value, store_return_value, use_struct_convention
10928 and return_value_on_stack.
10929
10930 * sparc-sol2-nat.c: Add missing ')'.
10931
10932 2004-01-03 J. Brobecker <brobecker@gnat.com>
10933
10934 * infrun.c (handle_step_into_function): New function.
10935 (handle_inferior_event): Extract out some code into the new
10936 function above.
10937
10938 2004-01-03 J. Brobecker <brobecker@gnat.com>
10939
10940 * infrun.c (handle_inferior_event): Move the declaration of
10941 real_stop_pc inside the if blocks where it is used.
10942
10943 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10944
10945 * sparc64-tdep.c (sparc64_16_byte_align_p)
10946 (sparc64_store_floating_fields, sparc64_store_floating_fields):
10947 Use check_typedef to get subtypes of structures and unions.
10948 (sparc64_store_return_value): Fix calculation of the appropriate
10949 offset into VALBUF when storing a structure or union.
10950 (sparc64_return_value): New function.
10951 (sparc64_use_struct_convention): Remove function.
10952 (sparc64_init_abi): Set return_value, don't set
10953 extract_return_value, store_return_value and
10954 use_struct_convention.
10955
10956 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
10957
10958 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
10959 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
10960 gdb/config/alpha/xm-alphaosf.h,
10961 gdb/config/powerpc/tm-ppcle-eabi.h,
10962 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
10963 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
10964 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
10965 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
10966 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
10967 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
10968 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
10969 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
10970 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
10971 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
10972 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
10973 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
10974 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
10975 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
10976 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
10977 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
10978 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
10979 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
10980 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
10981 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
10982 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
10983 Remove lines for .cvsignore files.
10984
10985 2004-01-03 J. Brobecker <brobecker@gnat.com>
10986
10987 * infrun.c: Back out the previous change.
10988
10989 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10990
10991 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
10992 sparc-*-sunos4* to the list of REMOVED configurations.
10993
10994 * configure.tgt: Add back sparc-*-vxworks*.
10995 * remote-vxsparc.c: Remove all includes except for "defs.h",
10996 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
10997 Include "sparc-tdep.h".
10998 (SPARC_R_G1): New define.
10999 (vxsparc_gregset): New variable.
11000 (ext_format_sparc): Remove extern declaration.
11001 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11002 sparc32_supply_fpregset.
11003 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11004 sparc_collect_rwindow and sparc32_collect_fpregset.
11005 * config/sparc/tm-vxworks.h: New file, based on recently removed
11006 tm-vxsparc.h.
11007 * config/sparc/vxworks.mt: New file, based on recently removed
11008 vxworks.mt.
11009
11010 2004-01-03 J. Brobecker <brobecker@gnat.com>
11011
11012 * infrun.c (handle_step_into_function): New function.
11013 (handle_inferior_event): Extract out some code into the new
11014 function above.
11015
11016 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11017
11018 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11019 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11020 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11021 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11022 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11023 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11024 (sparc_nat_h): New variable.
11025 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11026 (tm-sun4os4.h): Remove dependency.
11027 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11028 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11029 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11030 sparc-tdep.o): Update dependencies.
11031 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11032 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11033 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11034 dependencies.
11035 * configure.host: Remove existing sparc-*-lynxos*,
11036 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11037 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11038 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11039 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11040 triplets.
11041 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11042 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11043 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11044 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11045 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11046 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11047 sparc64-*-solaris2* and sparc64-*-* triplets.
11048 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11049 "symtab.h" and "objfiles.h".
11050 (BIAS): Remove define.
11051 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11052 (X_DISP19): Remove macros.
11053 (sparc_fetch_instruction): Remove function.
11054 (struct gdbarch_tdep): Remove definition.
11055 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11056 (sparc_breakpoint_from_pc): Remove function.
11057 (struct sparc64_frame_cache): Remove definition.
11058 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11059 sparc64_unwind_pc): Remove functions.
11060 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11061 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11062 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11063 (sparc64_frame_cache): Change return type to `struct
11064 sparc_frame_cache *'. Simply call sparc_frame_cache.
11065 (sparc64_frame_this_id, sparc64_frame_prev_register,
11066 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11067 instead of `struct sparc64_frame_cache.
11068 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11069 sparc_analyze_control_transfer, sparc_software_single_step,
11070 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11071 _initialize_sparc64_tdep): Remove functions.
11072 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11073 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11074 macros.
11075 (sparc64_supply_gregset, sparc64_collect_gregset,
11076 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11077 (sparc64_init_abi): New function.
11078 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11079 inclusion guard. Include "sparc-tdep.h".
11080 (BIAS): Define.
11081 (r_tstate_offset, r_fprs_offset): New defines.
11082 (enum sparc_regnum): Remove defenition.
11083 (enum sparc64_regnum): Reformat.
11084 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11085 (sparc64_init_abi, sparc64_supply_gregset,
11086 sparc64_collect_gregset, sparc64_supply_fpregset,
11087 sparc64_collect_fpregset): New prototypes.
11088 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11089 Add extern declarations.
11090 (sparc64_sol2_init_abi): New prototype.
11091 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11092 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11093 prototypes.
11094 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11095 "sparnbsd-nat.h".
11096 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11097 functions.
11098 (_initialize_sparc64fbsd_nat): Remove initialization of
11099 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11100 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
11101 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
11102 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11103 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11104 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11105 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11106 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11107 (sparc64fbsd_r_y_offset): Remove variables.
11108 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11109 Make static and const.
11110 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11111 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11112 functions.
11113 (sparc64fbsd_gregset): New variable.
11114 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11115 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11116 and sparc64_supply_fpregset.
11117 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11118 (sparc64fbsd_sigtramp_frame_this_id)
11119 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11120 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11121 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11122 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11123 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11124 * sparcnbsd-tdep.c: Update copyright year. Include
11125 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11126 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11127 "value.h" and "sparcnbsd-tdep.h".
11128 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11129 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11130 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11131 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11132 defines.
11133 (sparcnbsd_gregset): New variable.
11134 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11135 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11136 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11137 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11138 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11139 variables.
11140 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11141 (sparc32nbsd_sigcontext_frame_this_id)
11142 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11143 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11144 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11145 (sparcnbsd_get_longjmp_target_32,
11146 sparcnbsd_get_longjmp_target_64): Remove functions.
11147 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
11148 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
11149 sparcnbsd_init_elf): Remove.
11150 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
11151 (sparcnbsd_elf_init_abi): New functions.
11152 (_initialize_sparcnbsd_tdep): New prototype.
11153 (_initialize_sparnbsd_tdep): Update.
11154 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
11155 corelow.o. Add sparc64-nat.o and sparc-nat.o.
11156 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
11157 * config/sparc/linux.mh: Update comment.
11158 (XM_FILE, HOST_IPC): Remove variables.
11159 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
11160 sparc-linux-nat.o.
11161 * config/sparc/linux.mt: Update comment.
11162 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
11163 * config/sparc/nbsd.mt: Reformat.
11164 * config/sparc/nbsd64.mh: Update comment.
11165 (NATDEPFILES): Add sparc-nat.o.
11166 * config/sparc/nbsd64.mt: Update comment.
11167 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
11168 (TM_FILE): Set to tm-nbsd.h.
11169 * config/sparc/nbsdelf.mh: Update comment.
11170 (NATDEPFILES): Add sparc-nat.o.
11171 (XM_FILE): Delete.
11172 * config/sparc/nbsdaout.mh: Update comment.
11173 (NATDEPFILES): Add sparc-nat.o
11174 (XM_FILE): Delete.
11175 * config/sparc/nm-linux.h: Update copyright year. Don't include
11176 "config/nm-svr4.h" and "solib.h". Add protection against multiple
11177 inclusion.
11178 (KERNEL_U_SIZE): Remove define.
11179 (kernel_u_size): Remove prototype.
11180 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
11181 * config/sparc/nm-nbsd.h: Update copyright. Don't include
11182 "regcache.h".
11183 (CHILD_PREPARE_TO_STORE): Remove define.
11184 * config/sparc/nm-nbsdaout.h: Tweak some comments.
11185 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
11186 sparcnbsd-nat.c: Rewrite files.
11187 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
11188 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
11189 sparcnbsd-tdep.h: Remove files.
11190 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
11191 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
11192 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
11193 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
11194 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11195 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11196 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11197 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11198 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11199 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11200 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11201 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11202 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11203 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11204 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11205 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11206 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11207 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11208 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11209
11210 2004-01-02 Andrew Cagney <cagney@redhat.com>
11211
11212 From 2003-12-18 Kazuhiro Inaoka:
11213 * configure.host: Add m32r-linux target.
11214
11215 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11216
11217 * top.c (print_gdb_version): Update year to 2004.
11218
11219 2004-01-02 Mark Mitchell <mark@codesourcery.com>
11220
11221 * MAINTAINERS: Add myself to the write-after-approval category.
11222
11223 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
11224
11225 From Bernardo Innocenti <bernie@develer.com>:
11226 * configure.tgt: Add uClinux target.
11227
11228 2004-01-02 Andrew Cagney <cagney@redhat.com>
11229
11230 * utils.c (do_my_cleanups): Make static, add forward declaration.
11231 * defs.h (do_my_cleanups): Delete declaration.
11232
11233 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
11234
11235 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
11236 bfd/ChangeLog-0203.
11237
11238 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11239
11240 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
11241 in <machine/reg.h>.
11242 * configure, config.in: Regenerate.
11243
11244 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
11245 tui/ChangeLog-1998-2003.
11246 \f
11247 Local Variables:
11248 mode: change-log
11249 left-margin: 8
11250 fill-column: 74
11251 version-control: never
11252 End:
This page took 0.24527 seconds and 3 git commands to generate.