831dc47783bee0c786e3214d193b7c632580eca3
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-08-21 Mark Kettenis <kettenis@gnu.org>
2
3 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
4
5 * configure.in: Check for ttrace function.
6 * configure, config.in: Regenerate.
7
8 * gdb_ptrace.h: New file.
9 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
10 <sys/ptrace.h>.
11 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
12 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
13 (attach): Don't define PT_ATTACH.
14 (detach): Don't define PT_DETACH.
15 * Makefile.in (gdb_ptrace_h): New variable.
16 (infptrace.o): Update dependencies.
17
18 2004-08-16 Mark Kettenis <kettenis@gnu.org>
19
20 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
21 instead of `int' if not already defined.
22 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
23 PTRACE_TYPE_ARG3.
24 * infptrace.c (call_ptrace): Revert change that replaced
25 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
26
27 2004-08-15 Mark Kettenis <kettenis@gnu.org>
28
29 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
30 Remove defines.
31
32 * linux-nat.c (kill_inferior): Add missing third and fourth
33 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
34
35 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
36 PTRACE_TYPE_RET.
37
38 * proc-why.c (proc_prettyfprint_why): Fix format string.
39
40 * solib-osf.c (osf_current_sos): Remove unsused label.
41
42 * configure.in: Add <ncurses/ncurses.h> to the list of possible
43 curses headers.
44 * configure, config.in: Regenerate.
45 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
46 <ncurses/ncurses.h>.
47
48 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
49 * config/nm-nbsd.h: Update copyright year.
50 (PTRACE_ARG3_TYPE): Remove define.
51
52 * sparc-nat.c (fetch_inferior_registers)
53 (store_inferior_registers, sparc_xfer_wcookie):
54 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
55
56 * alphabsd-nat.c (fetch_inferior_registers):
57 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
58 PTRACE_TYPE_ARG3.
59 * amd64bsd-nat.c (fetch_inferior_registers)
60 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
61 PTRACE_TYPE_ARG3.
62 * armnbsd-nat.c: Update copyright year.
63 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
64 (store_register, store_regs, store_fp_register, store_fp_regs):
65 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
66 * hppabsd-nat.c (fetch_inferior_registers)
67 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
68 PTRACE_TYPE_ARG3.
69 * i386bsd-nat.c (fetch_inferior_registers)
70 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
71 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
72 * m68kbsd-nat.c (fetch_inferior_registers)
73 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
74 PTRACE_TYPE_ARG3.
75 * m88kbsd-nat.c (fetch_inferior_registers)
76 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
77 PTRACE_TYPE_ARG3.
78 * mipsnbsd-nat.c: Update copyright year.
79 (fetch_inferior_registers, store_inferior_registers):
80 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
81 * ns32knbsd-nat.c: Update copyright year.
82 (fetch_inferior_registers, store_inferior_registers):
83 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
84 * ppcnbsd-nat.c (fetch_inferior_registers):
85 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
86 PTRACE_TYPE_ARG3.
87 * ppcobsd-nat.c (fetch_inferior_registers):
88 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
89 PTRACE_TYPE_ARG3.
90 * shnbsd-nat.c: Update copyright year.
91 (fetch_inferior_registers, store_inferior_registers):
92 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
93 * vaxbsd-nat.c (fetch_inferior_registers)
94 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
95 PTRACE_TYPE_ARG3.
96
97 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
98 PTRACE_TYPE_ARG3.
99 * infptrace.c (call_ptrace, child_resume, attach, detach)
100 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
101 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
102 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
103 PTRACE_TYPE_ARG3.
104
105 2004-08-14 Mark Kettenis <kettenis@gnu.org>
106
107 * defs.h: Remove out-of-date comment.
108 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
109 [!GETENV_PROVIDED] (getenv): Remove prototype.
110
111 * standalone.c: Remove file.
112 * Makefile.in (standalone.o): Remove dependency.
113
114 * i386-linux-nat.c (dummy_sse_values): Remove function and
115 prototype.
116 (i386_linux_dr_get): Fix typo in comment.
117 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
118
119 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
120
121 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
122 from declaration.
123 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
124 from definition.
125
126 2004-08-13 Mark Kettenis <kettenis@gnu.org>
127
128 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
129 parenthesis in definition.
130 * configure: Regenerated.
131
132 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
133
134 * PROBLEMS: Mention build/1411.
135
136 2004-08-09 Robert Millan <robertmh@gnu.org>
137
138 Committed by Nathanael Nerode.
139 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
140 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
141
142 2004-08-12 Andrew Cagney <cagney@gnu.org>
143
144 * NEWS: Mention fixes in GDB 6.2.1.
145 * PROBLEMS: Remove mention of mips-irix.
146
147 2004-08-11 Joel Brobecker <brobecker@gnat.com>
148
149 * config/powerpc/xm-aix.h: Delete.
150 * config/powerpc/aix.mh (MH_FILE): Remove.
151 * config/powerpc/aix432.mh (MH_FILE): Remove.
152
153 2004-08-11 Joel Brobecker <brobecker@gnat.com>
154
155 * config/powerpc/aix.mh: Remove obsolete comment.
156 * config/powerpc/aix432.mh: Likewise.
157
158 2004-08-11 Joel Brobecker <brobecker@gnat.com>
159
160 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
161
162 2004-08-11 Joel Brobecker <brobecker@gnat.com>
163
164 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
165 this file is now empty.
166 * config/xm-aix4.h: Remove, this file is no longer included
167 anywhere.
168
169 2004-08-11 Joel Brobecker <brobecker@gnat.com>
170
171 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
172 that file is now empty.
173 (termdef): Remove prototype, function no longer used.
174
175 2004-08-11 Joel Brobecker <brobecker@gnat.com>
176
177 * doc/gdbint.texinfo (Host Definition): Remove documentation
178 for USE_O_NOCTTY, no longer used.
179 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
180 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
181
182 2004-08-11 Joel Brobecker <brobecker@gnat.com>
183
184 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
185 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
186 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
187
188 2004-08-11 Mark Kettenis <kettenis@gnu.org>
189
190 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
191 instead of FIVE_ARG_PTRACE.
192
193 * inflow.c (O_NOCTTY): Define to zero if not already defined.
194 (new_tty): Use O_NOCTTY unconditionally.
195
196 2004-08-10 Mark Kettenis <kettenis@gnu.org>
197
198 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
199 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
200 fflush on stdout.
201
202 2004-08-10 Joel Brobecker <brobecker@gnat.com>
203
204 * xcoff_symfile_finish: Replace last call to xmfree by call
205 to xfree.
206
207 2004-08-10 Andrew Cagney <cagney@gnu.org>
208
209 * main.c (captured_main): Delete call to init_malloc.
210 * defs.h (init_malloc): Delete declaration.
211 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
212 (init_malloc): Delete functions.
213
214 * defs.h (xmfree): Delete.
215 * utils.c (xmfree): Delete function.
216 (xfree): Inline calls to xmfree and mfree.
217 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
218 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
219 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
220 * somread.c (som_symfile_finish): Ditto.
221 * objfiles.c (allocate_objfile, free_objfile):
222 * nlmread.c (nlm_symfile_finish): Ditto.
223 * hpread.c (hpread_symfile_finish): Ditto.
224 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
225 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
226 * coffread.c (coff_symfile_finish): Ditto.
227
228 * defs.h (xmcalloc): Delete declaration.
229 * utils.c (xmcalloc): Delete.
230 (xcalloc): Inline calls to xmcalloc and mcalloc.
231 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
232 xcalloc and xfree.
233 * symtab.c (create_demangled_names_hash): Ditto.
234
235 * defs.h (xmrealloc): Delete.
236 * utils.c (xmrealloc): Delete.
237 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
238 * symmisc.c (extend_psymbol_list): Use xrealloc.
239 * source.c (find_source_lines): Ditto.
240 * hpread.c (hpread_lookup_type): Ditto.
241 * dbxread.c (add_bincl_to_list): Ditto.
242
243 * utils.c (xmmalloc): Delete.
244 (xmalloc): Inline xmmalloc and mmalloc calls.
245 (msavestring): Use xmalloc.
246 * defs.h (xmmalloc): Delete declaration.
247 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
248 xmmalloc.
249 * symmisc.c (extend_psymbol_list): Ditto.
250 * symfile.c (init_psymbol_list): Ditto.
251 * source.c (find_source_lines): Ditto.
252 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
253 * elfread.c (elf_symtab_read): Ditto.
254 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
255 * coffread.c (coff_symfile_init): Ditto.
256
257 2004-08-10 David Carlton <carlton@bactrian.org>
258
259 * MAINTAINERS: Remove David Carlton from c++ testsuite
260 maintainers.
261
262 2004-08-10 Jerome Guitton <guitton@gnat.com>
263
264 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
265 print a line feed before the prompt.
266
267 2004-08-10 Mark Kettenis <kettenis@gnu.org>
268
269 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
270
271 2004-08-09 Joel Brobecker <brobecker@gnat.com>
272
273 General cleanup of the AIX xm include file:
274 * config/xm-aix4.h (fd_set): Remove undefine.
275 Remove include of <sys/select.h>.
276 (HAVE_TERMIO): Remove define.
277 (USG): Likewise.
278 (NULL): Remove redefine.
279 (alloca): Remove #pragma.
280 (vfork): Remove define.
281 (termdef): Remove.
282 (SIGWINCH_HANDLER): Remove.
283 (SIGWINCH_HANDLER_BODY): Remove.
284
285 2004-08-09 Mark Kettenis <kettenis@gnu.org>
286
287 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
288 GDB_OSABI_OPENBSD_ELF.
289
290 2004-08-07 Robert Millan <robertmh@gnu.org>
291
292 * bsd-kvm.c: Check for nlist.h before including it.
293
294 2004-08-09 Mark Kettenis <kettenis@gnu.org>
295
296 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
297 sigcontext' offset consistency checks for ancient BSD.
298
299 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
300
301 * configure.in: Check for <sys/types.h>. Check return and
302 argument types of ptrace.
303 * configure, config.in: Regenerate.
304
305 2004-08-09 Jim Blandy <jimb@redhat.com>
306
307 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
308 rs6000_register_sim_regno): Doc fixes.
309
310 2004-08-08 Joel Brobecker <brobecker@gnat.com>
311
312 * mips-tdep.c: Include "floatformat.h".
313 (n32n64_floatformat_always_valid): New function.
314 (floatformat_n32n64_long_double_big): New constant.
315 (mips_gdbarch_init): Set size and format of long double
316 for N32 and N64 ABIs.
317 * Makefile.in (mips-tdep.o): Update dependencies.
318
319 2004-08-08 Andrew Cagney <cagney@gnu.org>
320
321 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
322 print. Improve script's error messages.
323 * gdbarch.h: Re-generate.
324
325 * gdbarch.sh (pformat): New function.
326 (float_format, double_format, long_double_format): List with bit
327 members. Use pformat when printing.
328 * gdbarch.c, gdbarch.h: Re-generate.
329
330 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
331
332 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
333 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
334 (ppcnbsd_supply_pcb): New function.
335 (_initialize_ppcnbsd_nat): New prototype and function.
336 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
337 (LOADLIBES): New variable.
338 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
339
340 2004-08-08 Andrew Cagney <cagney@gnu.org>
341
342 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
343 (builtin_type_ieee_double, builtin_type_ia64_quad)
344 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
345 BE/LE floating-point types.
346 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
347 (builtin_type_ieee_double, builtin_type_ia64_quad)
348 (builtin_type_ia64_spill): Declare.
349 * doublest.c (_initialize_doublest, floatformat_ieee_single)
350 (floatformat_ieee_double, floatformat_arm_ext)
351 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
352 of LE/BE floatformats.
353 * doublest.h: (struct floatformat, floatformat_ieee_single)
354 (floatformat_ieee_double, floatformat_arm_ext)
355 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
356
357 2004-08-08 Mark Kettenis <kettenis@gnu.org>
358
359 * i386gnu-nat.c (gnu_store_registers): Fix typo.
360
361 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
362 instead of regcache_raw_supply when storing the registers.
363
364 * i386gnu-nat.c: Update copyright year.
365 (gnu_store_registers): Don't use deprecated_registers and
366 deprecated_registers_valid. Use regcache_valid_p and
367 regcache_raw_supply instead.
368
369 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
370 frame_pc_unwind.
371
372 * procfs.c (procfs_pid_to_str): Remove redundant and unused
373 variables. Incapitalized "process".
374
375 * configure.in: Add cursesX to the list of possible curses libs.
376 Add cursesX.h to the list of possible curses headers.
377 * configure, config.in: Regenerate.
378
379 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
380
381 * configure.in: Test for struct lwp in <sys/lwp.h>.
382 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
383 the offset of l_addr in struct lwp.
384
385 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
386
387 * bsd-kvm.c: Include "gdbcore.h"
388 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
389
390 2004-08-07 Andrew Cagney <cagney@gnu.org>
391
392 * gdbtypes.c (build_flt, build_complex): New functions.
393 (gdbtypes_post_init): Use.
394
395 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
396
397 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
398 through to builtin_type_uint128.
399
400 * c-exp.y: Use builtin_type function to obtain builtin types.
401
402 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
403 builtin_uint128.
404 * gdbtypes.c (gdbtypes_post_init): Update.
405 (build_gdbtypes): Move initialization of builtin_type_int0
406 through to builtin_type_uint128 from here ...
407 (_initialize_gdbtypes): ... to here.
408 * d10v-tdep.c (d10v_register_type): Update.
409
410 * doublest.c: Update copyright.
411 (floatformat_from_length): Call error when floatformat is NULL.
412 (extract_floating_by_length): Remove NULL fmt check.
413 (store_floating_by_length): Ditto.
414
415 2004-08-07 Andrew Cagney <cagney@gnu.org>
416
417 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
418 that the register is valid.
419
420 2004-08-05 Mark Kettenis <kettenis@chello.nl>
421
422 * i386-linux-tdep.c (i386_linux_sigtramp_start)
423 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
424 struct frame_info *. Use safe_frame_unwind_memory instead of
425 deprecated_read_memory_nobpt.
426 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
427 changed signature of i386_linux_sigtramp_start and
428 i386_linux_rt_sigtramp_start.
429
430 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
431 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
432 instead of deprecated_read_memory_nobpt.
433 (i386nbsd_sigtramp_p): Adjust for changed signature of
434 i386nbsd_sigtramp_offset.
435
436 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
437 safe_frame_unwind_memory instead of target_read_memory.
438
439 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
440 !NO_SYS_FILE.
441 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
442 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
443 (_initialize_kernel_u_addr): Remove prototype and function.
444 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
445 !NO_SYS_FILE.
446 * xcoffread.c: Likewise.
447
448 2004-08-06 Mark Kettenis <kettenis@gnu.org>
449
450 * vax-nat.c: New file.
451 * vaxbsd-nat.c: Tweak comment.
452 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
453 vaxnbsd-tdep.c.
454 (vax-nat.o): New dependency.
455 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
456 (vax-*-ultrix2*): Remove.
457 * config/vax/vax.mh: New file.
458 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
459 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
460 (vax_register_u_addr): New prototype.
461 (REGISTER_U_ADDR): Define using vax_register_u_addr.
462 * config/vax/vaxult2.mh: Remove file.
463 * config/vax/vaxult.mh: Remove file.
464 * config/vax/vaxbsd.mh: Remove file.
465 * config/vax/vax.mt (TM_FILE): Remove.
466 * config/vax/tm-vaxbsd.h: Remove file.
467
468 2004-08-06 Joel Brobecker <brobecker@gnat.com>
469
470 * aix-thread.c (get_signaled_thread): New function.
471 (iter_trap): Delete, no longer used.
472 (iter_tid): New function.
473 (pd_update): Find the thread that received the SIGTRAP signal
474 by first locating the kernel thread, and then finding its
475 associated thread.
476
477 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
478
479 * lin-lwp.c (child_wait): Continue inferior after processing
480 PTRACE_EVENT_CLONE event.
481
482 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
483
484 * MAINTAINERS: Add self to Write-After-Approval.
485
486 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
487
488 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
489 libunwind-xxxx.so" where xxxx is UNW_TARGET.
490
491 2004-08-05 Andrew Cagney <cagney@gnu.org>
492
493 * config/xm-sysv4.h: Delete file.
494 * config/mips/xm-irix5.h: Delete file.
495 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
496 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
497 * config/ia64/xm-aix.h: Delete file.
498 * config/ia64/aix.mh (XM_FILE): Delete.
499 * config/pa/xm-hppah.h: Delete file.
500 * config/pa/hpux11w.mh (XM_FILE): Delete.
501 * config/pa/hpux11.mh (XM_FILE): Delete.
502 * config/pa/hpux1020.mh (XM_FILE): Delete.
503 * config/pa/hppahpux.mh (XM_FILE): Delete.
504
505 * config/alpha/xm-alphalinux.h: Delete file.
506 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
507 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
508 * config/alpha/xm-alphaosf.h: Delete file.
509 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
510 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
511 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
512 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
513
514 * config/i386/xm-i386v.h: Delete file.
515 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
516 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
517 * config/i386/xm-i386sco.h: Delete file.
518 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
519 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
520 * config/i386/xm-i386v4.h: Delete file.
521 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
522 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
523 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
524 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
525
526 * config/vax/xm-vax.h: Delete file.
527 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
528 * config/vax/xm-vaxult2.h: Delete file.
529 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
530 * config/vax/vaxult2.mh (XM_FILE): Delete.
531 * config/vax/xm-vaxult.h: Delete file.
532 * config/vax/vaxult.mh (XM_FILE): Delete.
533 * config/vax/xm-vaxbsd.h: Delete file.
534 * config/vax/vaxbsd.mh (XM_FILE): Delete.
535
536 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
537 * gdbarch.h, gdbarch.c: Re-generate.
538 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
539 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
540 * frame.h: Delete deprecated_read_fp from comments.
541 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
542 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
543
544 2004-08-04 Mark Kettenis <kettenis@gnu.org>
545
546 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
547 trampoline in OpenBSD 3.5-current.
548
549 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
550 SSE registers.
551
552 * Makefile.in: Remove embedded page breaks.
553
554 2004-08-04 Jim Blandy <jimb@redhat.com>
555
556 * regcache.c (regcache_raw_read): Assert that, after calling
557 target_fetch_registers, the register we're reading is cached.
558
559 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
560 a call to 'internal_error', with a more helpful error message.
561 * rs6000-tdep.c (e500_pseudo_register_read,
562 e500_pseudo_register_write, rs6000_store_return_value): Same.
563
564 2004-08-04 Andrew Cagney <cagney@gnu.org>
565
566 * Makefile.in: Update dependencies.
567
568 2004-08-04 Jim Blandy <jimb@redhat.com>
569
570 Change the layout of the PowerPC E500 raw register cache to allow
571 the lower 32-bit halves of the GPRS to be their own raw registers,
572 not pseudoregisters.
573 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
574 add ppc_ev0_upper_regnum flag.
575 * rs6000-tdep.c: #include "reggroups.h".
576 (spe_register_p): Recognize the ev upper half registers as SPE
577 registers.
578 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
579 registers.
580 (e500_move_ev_register): New function.
581 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
582 vector registers are the pseudo-registers now, formed by splicing
583 together the gprs and the upper-half registers.
584 (e500_register_reggroup_p): New function.
585 (P): Macro deleted.
586 (P8, A4): New macro.
587 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
588 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
589 macros.
590 (registers_e500): Rearrange register set so that the raw register
591 set contains 32-bit GPRs and upper-half registers, and the SPE
592 vector registers become pseudo-registers.
593 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
594 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
595 register numbers are now the same for the E500 as they are for
596 other PowerPC variants. Register e500_register_reggroup_p as the
597 register group function for the E500.
598 * Makefile.in (rs6000-tdep.o): Update dependencies.
599
600 Adapt PPC E500 native support to the new raw regcache layout.
601 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
602 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
603 (fetch_spe_register, store_spe_register): Handle fetching/storing
604 all the SPE registers at once, if regno == -1. These now take
605 over the job of fetch_spe_registers and store_spe_registers.
606 (fetch_spe_registers, store_spe_registers): Deleted.
607 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
608 unconditionally; they're always raw. Fetch/store SPE upper half
609 registers, if present, instead of ev registers.
610 (fetch_register, store_register): Remove sanity checks: gprs are
611 never pseudo-registers now, so we never need to even mention any
612 registers that are ever pseudoregisters.
613
614 Use a fixed register numbering when communicating with the PowerPC
615 simulator.
616 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
617 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
618 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
619 New functions.
620 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
621 init_sim_regno_table.
622 * Makefile.in (gdb_sim_ppc_h): New variable.
623 (rs6000-tdep.o): Update dependencies.
624
625 2004-08-02 Andrew Cagney <cagney@gnu.org>
626
627 * cris-tdep.c (cris_register_size): Restore function, still used
628 locally.
629
630 * gdbarch.sh (deprecated_target_read_fp)
631 (deprecated_frame_locals_address, deprecated_frame_args_address)
632 (deprecated_frame_chain_valid, deprecated_frame_chain)
633 (deprecated_init_extra_frame_info, deprecated_pop_frame)
634 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
635 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
636 * gdbarch.h, gdbarch.c: Re-generate.
637 * regcache.c (deprecated_read_fp): Do not call
638 DEPRECATED_TARGET_READ_FP_P.
639 * infcmd.c (default_print_registers_info): Do not call
640 DEPRECATED_DO_REGISTERS_INFO.
641 * frame-base.c (default_frame_locals_address): Do not call
642 DEPRECATED_FRAME_LOCALS_ADDRESS.
643 (default_frame_args_address): Do not call
644 DEPRECATED_FRAME_ARGS_ADDRESS.
645
646 * gdbarch.sh (deprecated_register_raw_size)
647 (deprecated_register_virtual_size:int): Delete.
648 * gdbarch.h, gdbarch.c: Re-generate.
649 * cris-tdep.c (cris_register_size): Delete.
650 (cris_gdbarch_init): Update.
651 * alpha-tdep.c (alpha_register_raw_size)
652 (alpha_register_virtual_size): Delete.
653 (alpha_gdbarch_init): Update.
654
655 * gdbarch.sh (deprecated_register_virtual_type)
656 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
657 (deprecated_dummy_write_sp): Delete.
658 * gdbarch.h, gdbarch.c: Re-generate.
659
660 * gdbarch.sh (deprecated_register_bytes): Delete.
661 * gdbarch.h, gdbarch.c: Re-generate.
662 * regcache.c (deprecated_register_bytes): New function.
663 * regcache.h (deprecated_register_bytes): Declare.
664 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
665 * v850-tdep.c (v850_gdbarch_init): Update.
666 * sh64-tdep.c (sh64_gdbarch_init): Update.
667 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
668 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
669 * mcore-tdep.c (mcore_gdbarch_init): Update.
670 * cris-tdep.c (cris_gdbarch_init): Update.
671 * arm-tdep.c (arm_gdbarch_init): Update.
672 * remote.c (init_remote_state): Update.
673 * remote-vx.c (vx_prepare_to_store): Update.
674 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
675 * irix5-nat.c (fetch_core_registers): Update.
676 * cris-tdep.c (cris_register_bytes_ok): Update.
677 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
678
679 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
680 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
681 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
682 (mips_insn16_frame_base_address, mips_insn16_frame_base)
683 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
684 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
685 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
686 (mips_insn32_frame_base_address, mips_insn32_frame_base)
687 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
688 with mips_insn16 and mips_insn32.
689
690 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
691 * rs6000-tdep.c (rs6000_push_dummy_call)
692 (rs6000_extract_return_value): Use register_size.
693 * xstormy16-tdep.c (xstormy16_get_saved_register)
694 (xstormy16_extract_return_value): Ditto.
695 * valops.c (value_assign): Ditto.
696 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
697 * v850-tdep.c (v850_extract_return_value): Ditto.
698 * tracepoint.c (collect_symbol): Ditto.
699 * target.c (debug_print_register): Ditto.
700 * stack.c (frame_info): Ditto.
701 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
702 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
703 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
704 (store_register_using_P): Ditto.
705 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
706 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
707 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
708 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
709 * regcache.c (deprecated_read_register_bytes)
710 (deprecated_write_register_bytes, read_register)
711 (write_register): Ditto.
712 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
713 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
714 * monitor.c (monitor_supply_register, monitor_fetch_register)
715 (monitor_store_register): Ditto.
716 * mn10300-tdep.c (mn10300_pop_frame_regular)
717 (mn10300_print_register): Ditto.
718 * mipsv4-nat.c (fill_fpregset): Ditto.
719 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
720 (mips64_fill_fpregset): Ditto.
721 * mi/mi-main.c (register_changed_p, get_register)
722 (mi_cmd_data_write_register_values): Ditto.
723 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
724 * irix5-nat.c (fill_gregset, fetch_core_registers):
725 * infrun.c (write_inferior_status_register): Ditto.
726 * infptrace.c (fetch_register, store_register): Ditto.
727 * infcmd.c (default_print_registers_info): Ditto.
728 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
729 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
730 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
731 * hpux-thread.c (hpux_thread_fetch_registers)
732 (hpux_thread_store_registers): Ditto.
733 * hppah-nat.c (store_inferior_registers, fetch_register):
734 * findvar.c (value_from_register): Ditto.
735 * dve3900-rom.c (fetch_bitmapped_register):
736 * cris-tdep.c (cris_gdbarch_init): Ditto.
737 * alpha-tdep.h: Ditto.
738 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
739
740 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
741 DEPRECATED_REGISTER_RAW_SIZE from comments.
742 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
743 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
744 DEPRECATED_REGISTER_RAW_SIZE.
745 * findvar.c (value_of_register): Simplify by assuming that the
746 registers raw and virtual sizes are identical.
747 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
748 comment.
749 * arch-utils.c (generic_register_size): Simplify by assuming
750 register_type.
751
752 * regcache.c (legacy_read_register_gen, real_register)
753 (legacy_write_register_gen): Delete, not used.
754
755 * regcache.c (struct regcache_descr): Delete legacy_p.
756 (init_legacy_regcache_descr): Delete function.
757 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
758 Do not use deprecated register functions.
759 (regcache_raw_read, deprecated_write_register_gen):
760 (deprecated_read_register_gen, regcache_raw_write): Delete code
761 predicated on legacy_p.
762 (register_size): Delete check against register raw size.
763
764 * cris-tdep.c (cris_register_type): Replace
765 cris_register_virtual_type.
766 (cris_gdbarch_init): Update, set register_type.
767
768 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
769 * gdbarch.h, gdbarch.c: Re-generate.
770 * arm-tdep.c (arm_frameless_function_invocation): Delete.
771 (arm_gdbarch_init) Do not set frameless function invocation.
772 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
773 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
774 * frv-tdep.c (frv_frameless_function_invocation): Delete.
775 (frv_gdbarch_init): Do not set frameless function invocation.
776 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
777 * sh-tdep.c (sh_gdbarch_init): Ditto.
778 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
779 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
780 * avr-tdep.c (avr_gdbarch_init): Ditto.
781
782 * blockframe.c (legacy_frame_chain_valid): Delete function.
783
784 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
785 and pc. Update comments.
786 (pc_in_dummy_frame): Delete function.
787 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
788 use the "id".
789 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
790 call_hi, top and pc, use the id.
791 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
792
793 * dummy-frame.c: Include "gdb_string.h".
794 (generic_save_call_dummy_addr, generic_push_dummy_frame)
795 (generic_save_dummy_frame_tos): Delete.
796 (dummy_frame_push): New function, replaces above.
797 * dummy-frame.h: Update copyright.
798 (dummy_frame_push): Declare.
799 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
800 (generic_save_call_dummy_addr): Delete declarations.
801 * infcall.c: Include "dummy-frame.h".
802 (call_function_by_hand): Add locals caller_regcache,
803 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
804 with call to frame_save_as_regcache plus cleanup. Delete calls to
805 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
806 Move clear_proceed_status to just before the resume, add call to
807 dummy_frame_push (discard cleanup).
808 * Makefile.in (infcall.o): Add $(dummy_frame_h).
809 (dummy-frame.o): Add $(gdb_string_h).
810
811 2004-08-01 Andrew Cagney <cagney@gnu.org>
812
813 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
814 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
815 * dummy-frame.c (find_dummy_frame): Delete.
816 (struct dummy_frame_cache, dummy_frame_sniffer)
817 (dummy_frame_prev_register, dummy_frame_this_id)
818 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
819 frame unwinder using a dummy_frame_cache.
820
821 2004-08-01 Andrew Cagney <cagney@gnu.org>
822
823 * frame.h (frame_save_as_regcache): Declare.
824 * frame.c (frame_save_as_regcache): New function.
825 (do_frame_read_register): Replace do_frame_unwind_register.
826 (frame_pop): Use frame_save_as_regcache.
827 * dummy-frame.c (generic_push_dummy_frame): Use
828 frame_save_as_regcache.
829
830 2004-08-01 Joel Brobecker <brobecker@gnat.com>
831
832 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
833 file as included until we record the first line in the linetable.
834
835 2004-08-01 Andrew Cagney <cagney@gnu.org>
836
837 * frame.h (deprecated_pop_dummy_frame)
838 (deprecated_read_register_dummy)
839 (deprecated_generic_find_dummy_frame): Delete.
840 * dummy-frame.c (deprecated_generic_find_dummy_frame)
841 (deprecated_read_register_dummy)
842 (deprecated_find_dummy_frame_regcache)
843 (discard_innermost_dummy)
844 (deprecated_pop_dummy_frame): Delete.
845 (dummy_frame_this_id): Simplify.
846 (struct dummy_frame): Delete "fp" and "sp".
847 (find_dummy_frame): Simplify.
848 (generic_push_dummy_frame): Do not set "fp" or "sp".
849 (fprint_dummy_frames): Do not print "fp" and "sp"
850
851 2004-08-01 Mark Kettenis <kettenis@gnu.org>
852
853 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
854 (struct i386_insn): New structure.
855 (i386_match_insn): New function.
856 (i386_frame_setup_skip_insns): New variable.
857 (i386_analyze_frame_setup): Change to use i386_match_insn and the
858 array i386_frame_setup_insns of instructions that should be
859 skipped inside the frame setup sequence.
860
861 2004-08-01 Andrew Cagney <cagney@gnu.org>
862
863 * frame.h (deprecated_frame_xmalloc_with_cleanup)
864 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
865 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
866 * stack.c (frame_info): Delete references to
867 DEPRECATED_FRAME_INIT_SAVED_REGS and
868 deprecated_get_frame_saved_regs.
869 * frame.c (struct frame_info): Delete saved_regs and extra_info.
870 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
871 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
872 (frame_unwind_register_signed)
873 (frame_unwind_register_unsigned)
874 (frame_unwind_unsigned_register): Use register_size.
875 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
876 (deprecated_frame_xmalloc_with_cleanup)
877 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
878 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
879
880 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
881 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
882 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
883 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
884
885 * infcall.c (call_function_by_hand): Do not use
886 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
887 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
888 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
889 DEPRECATED_STACK_ALIGN.
890
891 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
892
893 Committed by Andrew Cagney.
894 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
895
896 2004-08-01 Andrew Cagney <cagney@gnu.org>
897
898 * mips-tdep.c (mips16_frame_cache)
899 (mips16_frame_this_id, mips16_frame_prev_register)
900 (mips16_frame_unwind, mips16_frame_sniffer)
901 (mips16_frame_base_address, mips16_frame_base)
902 (mips16_frame_base_sniffer, mips32_frame_cache)
903 (mips32_frame_this_id, mips32_frame_prev_register)
904 (mips32_frame_unwind, mips32_frame_sniffer)
905 (mips32_frame_base_address, mips32_frame_base)
906 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
907 separate heuristic mips16 and mips32 unwinders.
908 (mips_stub_frame_cache, mips_stub_frame_this_id)
909 (mips_stub_frame_prev_register)
910 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
911 (mips_stub_frame_base_address, mips_stub_frame_base)
912 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
913 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
914 match true mdebug frames.
915 (non_heuristic_proc_desc): Add forward declaration.
916
917 2004-08-01 Andrew Cagney <cagney@gnu.org>
918
919 * config/mips/tm-irix6.h: Delete file.
920 * config/mips/tm-irix5.h: Delete file.
921 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
922 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
923
924 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
925 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
926 * config/nm-gnu.h (NO_CORE_OPS): Delete.
927 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
928 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
929 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
930 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
931 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
932 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
933 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
934 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
935 (TARGET_SIGNAL_RAW_VALUES): Delete.
936 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
937 Delete.
938 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
939 (TARGET_HW_WATCH_LIMIT): Delete.
940 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
941 * minimon.h: Delete file.
942
943 * trad-frame.c (trad_frame_get_this_base)
944 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
945 functions.
946 * trad-frame.h (trad_frame_set_this_base)
947 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
948
949 2004-07-31 Andrew Cagney <cagney@gnu.org>
950
951 * trad-frame.c (trad_frame_get_prev_register): Rename
952 trad_frame_get_prev_register.
953 * vax-tdep.c (vax_frame_prev_register): Update.
954 * trad-frame.h: Update.
955 * trad-frame.c (trad_frame_get_register): Update.
956 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
957 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
958 Update.
959 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
960 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
961 Update.
962 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
963 Update.
964 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
965 Update.
966 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
967 Update.
968 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
969 Update.
970 * s390-tdep.c (s390_frame_prev_register)
971 (s390_stub_frame_prev_register)
972 (s390_sigtramp_frame_prev_register): Update.
973 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
974 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
975 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
976 * m88k-tdep.c (m88k_frame_prev_register)
977 * m68hc11-tdep.c (m68hc11_frame_prev_register)
978 * m32r-tdep.c (m32r_frame_prev_register): Update.
979 * hppa-tdep.c (hppa_frame_prev_register_helper)
980 * frv-tdep.c (frv_frame_prev_register): Update.
981 * d10v-tdep.c (d10v_frame_prev_register): Update.
982 * cris-tdep.c (cris_frame_prev_register): Update.
983 * avr-tdep.c (avr_frame_prev_register): Update.
984 * arm-tdep.c (arm_prologue_prev_register)
985 (arm_sigtramp_prev_register): Update.
986
987 2004-07-31 Andrew Cagney <cagney@gnu.org>
988
989 * frame.h (legacy_saved_regs_unwind)
990 (legacy_frame_chain_valid, legacy_frame_p)
991 (enum frame_type): Delete UNKNOWN_FRAME.
992 * dummy-frame.c (dummy_frame_this_id): Simplify.
993 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
994 * frame.c (struct frame_info): Delete the field "type".
995 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
996 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
997 (legacy_saved_regs_unwind, legacy_frame_p)
998 (frame_type_from_pc): Delete.
999 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1000 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1001
1002 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1003
1004 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1005 indentation.
1006
1007 * mips-nat.c: Remove file.
1008 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1009 (mips-nat.o): Remove dependency.
1010
1011 * infptrace.c: Update copyright year.
1012 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1013 explicitly setting the buffer to all zeroes.
1014
1015 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1016 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1017
1018 2004-07-30 Andrew Cagney <cagney@gnu.org>
1019
1020 * GDB 6.2 released from gdb_6_2-branch.
1021
1022 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1023
1024 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1025
1026 * exec.c (exec_file_attach):
1027 * nto-tdep.c (nto_find_and_open_solib):
1028 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1029 * solib.c (solib_open):
1030 * somsolib.c (som_solib_sizeof_symbol_table):
1031 * source.c (is_regular_file, openp, open_source_file):
1032 * symfile.c (symfile_bfd_open):
1033 * wince.c (upload_to_device): Differentiate between the search for
1034 binary and source files.
1035
1036 2004-07-30 Andrew Cagney <cagney@gnu.org>
1037
1038 * complaints.c (_initialize_complaints): Pass NULL to
1039 add_setshow_zinteger_cmd for help_doc.
1040 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1041
1042 2004-07-30 Andrew Cagney <cagney@gnu.org>
1043
1044 Fix PR i18n/761.
1045 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1046 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1047 $(PACKAGE).pot and update-po.
1048 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1049 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1050 (update-po): New rules.
1051 (localedir): Define using autoconf.
1052 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1053 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1054 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1055 * configure.in: Generate CATALOGS and LINGUAS from contents of
1056 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1057 * configure: Re-generate.
1058 * po/gdbtext: New file
1059
1060 2004-07-30 Jerome Guitton <guitton@gnat.com>
1061
1062 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1063 order.
1064
1065 2004-07-30 David Lecomber <dsl@sources.redhat.com>
1066
1067 * dwarf2read.c (read_file_scope): Set producer if attribute
1068 present.
1069 (struct dwarf2_cu): Added new member producer.
1070
1071 2004-07-30 Jerome Guitton <guitton@gnat.com>
1072
1073 * inflow.c (kill_command): release file handles in BFD.
1074 * exec.c (exec_file_attach): Ditto.
1075 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1076
1077 2004-07-29 Andrew Cagney <cagney@gnu.org>
1078
1079 * PROBLEMS (mips-irix): Note that it is broken.
1080
1081 2004-07-29 Andrew Cagney <cagney@gnu.org>
1082
1083 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1084 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1085
1086 * config/xm-nbsd.h: Delete file.
1087 * config/arm/xm-nbsd.h: Delete file.
1088 * config/i386/xm-nbsd.h: Delete file.
1089 * config/ns32k/xm-nbsd.h: Delete file.
1090 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
1091 * config/i386/nbsdelf.mh (XM_FILE): Delete.
1092 * config/i386/nbsdaout.mh (XM_FILE): Delete.
1093 * config/arm/nbsdelf.mh (XM_FILE): Delete.
1094 * config/arm/nbsdaout.mh (XM_FILE): Delete.
1095
1096 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
1097 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
1098 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
1099 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
1100 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
1101 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
1102
1103 * config/powerpc/xm-linux.h: Delete empty file.
1104 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
1105 * config/powerpc/linux.mh (XM_FILE): Delete.
1106 * config/m68k/xm-linux.h: Delete empty file.
1107 * config/m68k/linux.mh (XM_FILE): Delete.
1108 * config/ia64/xm-linux.h: Delete empty file.
1109 * config/ia64/linux.mh (XM_FILE): Delete.
1110 * config/arm/xm-linux.h: Delete empty file.
1111 * config/arm/linux.mh (XM_FILE): Delete.
1112
1113 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1114 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
1115 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1116 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
1117 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1118 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
1119 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1120 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
1121
1122 * config/m68k/xm-m68k.h: Delete file.
1123 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
1124 copyright.
1125 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
1126 * config/pa/xm-linux.h: Delete empty file.
1127 * config/pa/linux.mh (XM_FILE): Delete.
1128 * config/i386/xm-i386.h: Delete empty file.
1129 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
1130 "i386/xm-i386.h".
1131 * config/i386/obsdaout.mh (XM_FILE): Delete.
1132 * config/i386/obsd64.mh (XM_FILE): Delete.
1133 * config/i386/fbsd64.mh (XM_FILE): Delete.
1134 * config/i386/nto.mh (XM_FILE): Delete.
1135 * config/i386/obsd.mh (XM_FILE): Delete.
1136 * config/i386/linux64.mh (XM_FILE): Delete.
1137 * config/i386/linux.mh (XM_FILE): Delete.
1138 * config/i386/i386sol2.mh (XM_FILE): Delete.
1139 * config/i386/i386gnu.mh (XM_FILE): Delete.
1140 * config/i386/fbsd.mh (XM_FILE): Delete.
1141 * config/i386/nbsd64.mh (XM_FILE): Delete.
1142
1143 2004-07-29 Andrew Cagney <cagney@gnu.org>
1144
1145 * config/pa/xm-linux.h: Do not include "floatformat.h".
1146 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1147 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1148 * config/i386/xm-i386.h: Do not include "floatformat.h".
1149 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1150 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1151 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1152 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1153 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1154 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1155 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1156 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1157 * configure, config.in: Regenerate.
1158 * configure.host (gdb_host_float_format, gdb_host_double_format)
1159 (gdb_host_long_double_format): Set according to the host.
1160
1161 2004-07-29 Andrew Cagney <cagney@gnu.org>
1162
1163 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1164
1165 2004-07-28 Andrew Cagney <cagney@gnu.org>
1166
1167 * PROBLEMS: Mention threads/1650.
1168 * NEWS: Mention the NPTL fix.
1169
1170 2004-07-28 Andrew Cagney <cagney@gnu.org>
1171
1172 * cli/cli-decode.c (add_setshow_cmd): Delete function.
1173 (add_setshow_cmd_full): Make static.
1174 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
1175 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
1176 * cli/cli-decode.c (add_setshow_filename_cmd)
1177 (add_setshow_string_cmd): New functions.
1178 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
1179 * mips-tdep.c (_initialize_mips_tdep): Update.
1180 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
1181 * cli/cli-logging.c (_initialize_cli_logging): Update.
1182 * complaints.c (_initialize_complaints): Update.
1183 * remote.c (_initialize_remote): Update.
1184
1185 2004-07-28 Andrew Cagney <cagney@gnu.org>
1186
1187 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1188 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1189 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1190 print parameters. Make string parameters constant.
1191 * command.h: Update. Update copyright.
1192 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1193 * observer.c (_initialize_observer): Ditto.
1194 * frame.c (_initialize_frame): Ditto.
1195 * complaints.c (_initialize_complaints): Ditto.
1196 * maint.c (_initialize_maint_cmds): Ditto.
1197 * target.c (initialize_targets): Ditto.
1198 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1199 * infcall.c (_initialize_infcall): Ditto.
1200 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1201 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1202 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1203 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1204 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1205
1206 2004-07-28 Andrew Cagney <cagney@gnu.org>
1207
1208 * gdbtypes.c (lookup_primitive_typename): Delete function.
1209 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1210 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1211 * gdbtypes.c (lookup_typename): Ditto.
1212 * f-exp.y (yylex): Ditto.
1213 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1214
1215 * scm-lang.c (c_builtin_types): Delete extern declaration.
1216 (scm_language_defn): Replace
1217 string_char_type and primitive_type_vector with
1218 la_language_arch_info.
1219 * jv-lang.c (java_language_defn): Replace
1220 string_char_type and primitive_type_vector with
1221 la_language_arch_info.
1222 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1223 c_builtin_types in comment.
1224 * c-lang.h (struct language_arch_info): Declare opaque.
1225 (c_language_arch_info): Declare.
1226 (c_builtin_types): Delete declaration.
1227 * c-lang.c (c_language_arch_info): Set string_char_type to
1228 builtin_char, not builtin_true_char. Make global.
1229 (c_builtin_types): Delete array.
1230 (asm_language_defn, minimal_language_defn): Replace
1231 string_char_type and primitive_type_vector with
1232 la_language_arch_info.
1233
1234 2004-07-28 Andrew Cagney <cagney@gnu.org>
1235
1236 * gdbtypes.h (struct builtin_type): Rename true_char to
1237 builtin_true_char.
1238 * gdbtypes.c (gdbtypes_post_init): Update.
1239 * c-lang.c (arch_info): New function.
1240 (enum c_primitive_types): New enum.
1241 (c_language_defn): Instead of string_char_type and
1242 primitive_type_vector set la_language_arch_info.
1243
1244 2004-07-28 Andrew Cagney <cagney@gnu.org>
1245
1246 * language.h (struct language_arch_info): Fix typo
1247 s/primative/primitive/.
1248 * gdbtypes.c (lookup_primitive_typename): Ditto.
1249 * language.c (language_lookup_primitive_type_by_name)
1250 (unknown_language_arch_info): Ditto.
1251
1252 2004-07-27 Andrew Cagney <cagney@gnu.org>
1253
1254 * defs.h (enum language): Add nr_languages.
1255 * language.h (struct language_arch_info): Define.
1256 (struct language_defn): Add la_language_arch_info.
1257 (language_lookup_primative_type_by_name): Declare.
1258 (language_string_char_type): Declare.
1259 * language.c (_initialize_language, language_gdbarch_post_init)
1260 (struct language_gdbarch, language_gdbarch_data): Implement
1261 per-architecture language information.
1262 (unknown_language_arch_info, language_string_char_type)
1263 (language_lookup_primative_type_by_name): New functions.
1264 (unknown_language_defn, auto_language_defn)
1265 (local_language_defn): Set la_language_arch_info to
1266 unknown_language_arch_info.
1267 (unknown_builtin_types): Delete.
1268 * gdbtypes.c (lookup_primitive_typename): Use
1269 language_lookup_primative_type_by_name.
1270 (create_string_type): Use language_string_char_type.
1271 * values.c (value_from_string): Use language_string_char_type.
1272 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1273 * p-lang.c (pascal_language_defn): Ditto.
1274 * m2-lang.c (m2_language_defn): Ditto.
1275 * jv-lang.c (java_language_defn): Ditto.
1276 * objc-lang.c (objc_language_defn): Ditto.
1277 * f-lang.c (f_language_defn): Ditto.
1278 * c-lang.c (c_language_defn, cplus_language_defn)
1279 (asm_language_defn, minimal_language_defn): Ditto.
1280
1281 2004-07-27 Andrew Cagney <cagney@gnu.org>
1282
1283 * gdbtypes.h (struct builtin_type): Declare.
1284 (builtin_type): Declare.
1285 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1286 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1287 (gdbtypes_post_init): New function.
1288 (builtin_type): New function.
1289
1290 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
1291
1292 * remote-m32r-sdi.c: Fix breakpoint bug.
1293 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1294 recv_char_data, recv_long_data): New functions to replace communication
1295 sequences.
1296
1297 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
1298
1299 Document PR threads/1650.
1300 * PROBLEMS (Threads): Document problem with many threads
1301
1302 2004-07-26 Andrew Cagney <cagney@gnu.org>
1303
1304 * gdb-mi.el: Move from here ...
1305 * mi/gdb-mi.el: ... to here.
1306
1307 2004-07-26 Andrew Cagney <cagney@gnu.org>
1308
1309 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1310 * main.c (captured_main): When in batch mode always detach.
1311
1312 2004-07-26 Andrew Cagney <cagney@gnu.org>
1313
1314 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1315 and h8300 as broken.
1316 * NEWS: END-OF-LIFE frame compatibility module.
1317 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1318 specific comments.
1319
1320 2004-07-26 Andrew Cagney <cagney@gnu.org>
1321
1322 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1323 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1324 * wince.c (_initialize_wince): Update.
1325 * win32-nat.c (_initialize_win32_nat): Update.
1326 * varobj.c (_initialize_varobj): Update.
1327 * valops.c (_initialize_valops): Update.
1328 * utils.c (initialize_utils, initialize_utils): Update.
1329 * tui/tui-win.c (_initialize_tui_win): Update.
1330 * top.c (init_main): Update.
1331 * symfile.c (_initialize_symfile): Update.
1332 * source.c (_initialize_source): Update.
1333 * somsolib.c (_initialize_som_solib): Update.
1334 * solib.c (_initialize_solib): Update.
1335 * solib-frv.c (_initialize_frv_solib): Update.
1336 * serial.c (_initialize_serial): Update.
1337 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
1338 * remote.c (_initialize_remote, _initialize_remote): Update.
1339 * remote-vx.c (_initialize_vx): Update.
1340 * remote-utils.c (_initialize_sr_support): Update.
1341 * remote-sds.c (_initialize_remote_sds): Update.
1342 * remote-mips.c (_initialize_remote_mips): Update.
1343 * remote-e7000.c (_initialize_remote_e7000): Update.
1344 * proc-api.c (_initialize_proc_api): Update.
1345 * printcmd.c: Update.
1346 * parse.c (_initialize_parse): Update.
1347 * pa64solib.c (_initialize_pa64_solib): Update.
1348 * p-valprint.c (_initialize_pascal_valprint): Update.
1349 * monitor.c (_initialize_remote_monitors): Update.
1350 * mips-tdep.c (_initialize_mips_tdep): Update.
1351 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1352 * maint.c (_initialize_maint_cmds): Update.
1353 * lin-lwp.c (_initialize_lin_lwp): Update.
1354 * language.c (_initialize_language): Update.
1355 * kod.c (_initialize_kod): Update.
1356 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
1357 * i386-tdep.c (_initialize_i386_tdep): Update.
1358 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
1359 * gdbarch.sh: Update.
1360 * gdbarch.c: Re-generate.
1361 * gdb-events.sh: Update.
1362 * gdb-events.c: Re-generate.
1363 * frame.c (_initialize_frame): Update.
1364 * exec.c: Update.
1365 * demangle.c (_initialize_demangler): Update.
1366 * dcache.c (_initialize_dcache): Update.
1367 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
1368 * cp-valprint.c (_initialize_cp_valprint): Update.
1369 * corefile.c (_initialize_core): Update.
1370 * command.h: Update.
1371 * cli/cli-decode.h: Update.
1372 * cli/cli-cmds.c (init_cli_cmds): Update.
1373 * charset.c (_initialize_charset): Update.
1374 * breakpoint.c (_initialize_breakpoint): Update.
1375 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
1376 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1377 * aix-thread.c (_initialize_aix_thread): Update.
1378
1379 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1380
1381 Partial fix for PR backtrace/1718.
1382 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
1383 that GCC migrates into the prolugue. Don't handle any
1384 instructions that clobber %ebx.
1385
1386 2004-07-23 Andrew Cagney <cagney@gnu.org>
1387
1388 Use regcache_raw_collect instead of regcache_collect.
1389 * regcache.h (regcache_collect): Delete declaration.
1390 * regcache.c (regcache_colect): Delete function.
1391 * win32-nat.c (do_child_store_inferior_registers): Update.
1392 * sol-thread.c (sol_thread_store_registers): Update.
1393 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
1394 * rs6000-nat.c (store_register): Update.
1395 * remote.c (store_register_using_P, remote_store_registers): Update.
1396 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
1397 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
1398 (fill_vrregset, store_spe_registers, fill_gregset)
1399 (fill_gregset): Update.
1400 * nto-procfs.c (procfs_store_registers): Update.
1401 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
1402 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
1403 * m68klinux-nat.c (store_register, fill_gregset): Update.
1404 * m68k-tdep.c (fill_gregset): Update.
1405 * infptrace.c (store_register): Update.
1406 * i386-nto-tdep.c (i386nto_regset_fill): Update.
1407 * i386-linux-nat.c (store_register, fill_gregset): Update.
1408 * hppa-linux-nat.c (fill_gregset): Update.
1409 * go32-nat.c (store_register): Update.
1410 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
1411 (store_fp_regs): Update.
1412 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
1413 (store_nwfpe_extended, store_fpregister, store_fpregs)
1414 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
1415 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
1416 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
1417 (store_regs_user_thread, store_regs_kernel_thread): Update.
1418
1419 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1420
1421 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
1422 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
1423 encoding.
1424 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
1425 member of `struct comp_unit'.
1426
1427 2004-07-23 Andrew Cagney <cagney@gnu.org>
1428
1429 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
1430 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
1431
1432 2004-07-23 Martin Hunt <hunt@redhat.com>
1433 Kevin Buettner <kevinb@redhat.com>
1434
1435 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
1436 alignment was being added to the offset instead of multiplied.
1437
1438 2004-07-23 Mark Kettenis <kettenis@gnu.org>
1439
1440 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
1441 changed signal trampoline in OpenBSD 3.5-current.
1442
1443 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
1444 <machine/pcb.h> and "bsd-kvm.h".
1445 (sparc64nbsd_supply_pcb): New function.
1446 (_initialize_sparc64nbsd_nat): Renamed from
1447 _initialize_sparcnbsd_nat. Enable libkvm interface.
1448 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
1449 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
1450 (LOADLIBES): New variable.
1451
1452 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
1453
1454 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
1455
1456 2004-07-21 Andrew Cagney <cagney@gnu.org>
1457
1458 Use regcache_raw_supply instead of supply_register.
1459 * regcache.h (supply_register): Delete declaration.
1460 * regcache.c (supply_register): Delete function.
1461 * wince.c (do_child_fetch_inferior_registers): Update.
1462 * win32-nat.c (do_child_fetch_inferior_registers)
1463 (fetch_elf_core_registers): Update.
1464 * v850ice.c (v850ice_fetch_registers): Update.
1465 * thread-db.c (thread_db_store_registers): Update.
1466 * sol-thread.c (sol_thread_store_registers): Update.
1467 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
1468 * rs6000-nat.c (fetch_register): Update.
1469 * rom68k-rom.c (rom68k_supply_one_register): Update.
1470 * remote.c (remote_wait, remote_async_wait): Update.
1471 * remote-st.c (get_hex_regs): Update.
1472 * remote-sim.c (gdbsim_fetch_register): Update.
1473 * remote-sds.c (sds_fetch_registers): Update.
1474 * remote-rdp.c (remote_rdp_fetch_register): Update.
1475 * remote-rdi.c (arm_rdi_fetch_registers): Update.
1476 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
1477 * remote-m32r-sdi.c (m32r_fetch_register): Update.
1478 * remote-hms.c (init_hms_cmds): Update.
1479 * remote-est.c (init_est_cmds): Update.
1480 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
1481 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
1482 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
1483 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
1484 (fetch_register, supply_vrregset, supply_vrregset)
1485 (fetch_spe_registers): Update.
1486 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
1487 * monitor.c (monitor_supply_register): Update.
1488 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
1489 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
1490 (mipsnbsd_supply_fpreg): Update.
1491 * mips-nat.c (fetch_inferior_registers)
1492 (fetch_core_registers): Update.
1493 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
1494 (supply_fpregset, mips64_supply_gregset)
1495 (mips64_supply_fpregset): Update.
1496 * m68klinux-nat.c (fetch_register, supply_gregset)
1497 (supply_fpregset): Update.
1498 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
1499 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
1500 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
1501 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
1502 * infptrace.c (fetch_register): Update.
1503 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
1504 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
1505 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
1506 (gnu_fetch_registers, gnu_store_registers): Update.
1507 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
1508 * i386-linux-nat.c (fetch_register, supply_gregset)
1509 (dummy_sse_values): Update.
1510 * hpux-thread.c (hpux_thread_fetch_registers): Update.
1511 * hppah-nat.c (fetch_register): Update.
1512 * hppa-linux-nat.c (fetch_register, supply_gregset)
1513 (supply_fpregset): Update.
1514 * go32-nat.c (fetch_register): Update.
1515 * dve3900-rom.c (fetch_bitmapped_register)
1516 (_initialize_r3900_rom): Update.
1517 * cris-tdep.c (supply_gregset): Update.
1518 * abug-rom.c (init_abug_cmds): Update.
1519 * core-aout.c (fetch_core_registers): Update.
1520 * armnbsd-nat.c (supply_gregset, supply_fparegset)
1521 (fetch_register, fetch_fp_register): Update.
1522 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
1523 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
1524 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
1525 * alphanbsd-tdep.c (fetch_core_registers): Update.
1526 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
1527 * alpha-nat.c (fetch_osf_core_registers)
1528 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
1529 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
1530 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
1531
1532 2004-07-21 Andrew Cagney <cagney@gnu.org>
1533
1534 * PROBLEMS: Mention breakpoints/1702.
1535 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
1536 that is known to work.
1537
1538 2004-07-21 Andrew Cagney <cagney@gnu.org>
1539
1540 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
1541 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
1542 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
1543 (handle_inferior_event): Wrap call to deprecated
1544 IGNORE_HELPER_CALL in #ifdef.
1545 * config/mips/tm-nbsd.h: Update.
1546
1547 2004-07-20 Jim Blandy <jimb@redhat.com>
1548
1549 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
1550 bfd_mach_ppc has no segment registers.
1551
1552 Include PowerPC SPR numbers for special-purpose registers.
1553 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
1554 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
1555 new member in initializer.
1556 (S, S4, SN4, S64): New macros for defining special-purpose
1557 registers.
1558 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
1559 registers_403, registers_403GC, registers_505, registers_860,
1560 registers_601, registers_602, registers_603, registers_604,
1561 registers_750, registers_e500): Use them.
1562
1563 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
1564 replace references with expression used to initialize variable.
1565
1566 2004-07-20 Andrew Cagney <cagney@gnu.org>
1567
1568 * breakpoint.c (deprecated_read_memory_nobpt): Rename
1569 read_memory_nobpt.
1570 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
1571 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
1572 (s390_sigtramp_frame_sniffer): Update.
1573 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
1574 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
1575 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1576 (mips32_fetch_instruction): Update.
1577 * mcore-tdep.c (get_insn): Update.
1578 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
1579 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
1580 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
1581 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1582 (i386_linux_rt_sigtramp_start): Update.
1583 * i386-linux-nat.c (child_resume): Update.
1584 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
1585 * hppa-linux-tdep.c (insns_match_pattern): Update.
1586 * gdbcore.h: Update.
1587 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
1588 * frame.c (safe_frame_unwind_memory): Update.
1589 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
1590 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
1591 * alpha-tdep.c (alpha_read_insn): Update.
1592
1593 2004-07-20 Andrew Cagney <cagney@gnu.org>
1594
1595 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
1596 containing both bytes and mask. Add "frame_type".
1597 * tramp-frame.c (tramp_frame_start): Update.
1598 (tramp_frame_prepend_unwinder): Update.
1599 * mips-linux-tdep.c (mips_linux_o32_sigframe)
1600 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
1601 (mips_linux_n64_rt_sigframe): Update. Make "static const".
1602 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
1603
1604 2004-07-19 Eli Zaretskii <eliz@gnu.org>
1605
1606 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
1607 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
1608 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
1609 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
1610
1611 2004-07-17 Andrew Cagney <cagney@gnu.org>
1612
1613 * NEWS, PROBLEMS: Update for 6.2.
1614
1615 * README: Update to 6.2.
1616
1617 * utils.c (xvasprintf): Call xstrvprintf.
1618
1619 * parse.c: Update copyright.
1620 (null_post_parser): Eliminate ARGSUSED.
1621
1622 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
1623 * tui/tui-win.c (tui_get_cmd_list): Ditto.
1624 * symfile-mem.c (_initialize_symfile_mem): Ditto.
1625
1626 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
1627 * ppc-linux-nat.c: Use "Linux kernel".
1628 * hppa-linux-tdep.c: Use GNU/Linux.
1629 * hppa-linux-nat.c: Use GNU/Linux.
1630 * dwarfread.c: Add [sic] to use of Linux.
1631
1632 * hppa-linux-nat.c: Do not include <string.h>.
1633 (supply_fpregset): Remove "register" attribute.
1634
1635 * solib-frv.c (fetch_loadmap): Use xfree, not free.
1636
1637 2004-07-17 Mark Kettenis <kettenis@gnu.org>
1638
1639 * configure.in: Define _MSE_INT_H on Solaris 9 too.
1640 * configure, config.in: Regenerated.
1641
1642 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
1643 "bsd-kvm.h".
1644 (vaxbsd_supply_pcb): New function.
1645 (_initialize_vaxbsd_nat): New prototype and function.
1646 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
1647 solib-sunos.o.
1648 (LOADLIBES): New variable.
1649 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1650 (LOADLIBES): New variable.
1651 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1652 (LOADLIBES): New variable.
1653 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1654
1655 2004-07-16 Andrew Cagney <cagney@gnu.org>
1656
1657 * defs.h (event_loop_p): Replace variable declaration with macro,
1658 always 1.
1659 * main.c (captured_main): Delete options "-async" and "-noasync".
1660 (event_loop_p): Delete variable.
1661 * NEWS: Mention that "-async" and "-noasync" were removed.
1662
1663 2004-07-16 Andrew Cagney <cagney@gnu.org>
1664
1665 * remote-m32r-sdi.c: Re-indent.
1666
1667 2004-07-16 Jim Blandy <jimb@redhat.com>
1668
1669 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
1670 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
1671 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
1672 missing MPC823 SPRs.
1673 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
1674 incorrect. (This was corrected in GDB's register name tables on
1675 2004-07-14.)
1676
1677 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
1678 should be "esasrr" ("ESA Save and Restore Register").
1679
1680 2004-07-16 Andrew Cagney <cagney@gnu.org>
1681
1682 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
1683 calls, no longer applicable. Update comments and rename parameter
1684 "step_frame" to "return_frame".
1685
1686 2004-07-16 Andrew Cagney <cagney@gnu.org>
1687
1688 * frame.c (fprint_field): New function.
1689 (fprint_frame_id): Use fprint_field.
1690
1691 2004-07-15 Joel Brobecker <brobecker@gnat.com>
1692
1693 * ada-lang.c (ada_language_defn): Remove commented out code.
1694
1695 2004-07-15 Jim Blandy <jimb@redhat.com>
1696
1697 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
1698 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
1699
1700 2004-07-14 Jim Blandy <jimb@redhat.com>
1701
1702 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
1703
1704 * ppc-tdep.h (ppc_num_vrs): New enum constant.
1705
1706 * ppc-tdep.h (ppc_num_srs): New enum constant.
1707
1708 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
1709 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
1710 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
1711 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
1712 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
1713 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
1714 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
1715 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
1716 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
1717 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
1718 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
1719 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
1720 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
1721 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
1722 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
1723 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
1724 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
1725 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
1726 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
1727 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
1728 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
1729 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
1730 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
1731 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
1732 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
1733 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
1734 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
1735 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
1736 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
1737 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
1738 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
1739 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
1740 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
1741 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
1742 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
1743 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
1744 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
1745 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
1746 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
1747 special-purpose register numbers.
1748
1749 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
1750 manual mentions 'md_twb', but many mention 'm_twb', and at that
1751 point in the register list.)
1752
1753 2004-07-14 Andrew Cagney <cagney@gnu.org>
1754
1755 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
1756 instead of "internal-error".
1757
1758 2004-07-10 Joel Brobecker <brobecker@gnat.com>
1759
1760 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
1761 that was inserted inside a comment.
1762
1763 2004-07-10 Randolph Chung <tausq@debian.org>
1764
1765 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
1766 function.
1767 (hppa_hpux_push_dummy_code): New function.
1768 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
1769 Set find_global_pointer method.
1770
1771 2004-07-10 Mark Kettenis <kettenis@gnu.org>
1772
1773 * NEWS: Mention BSD libkvm interface.
1774
1775 2004-07-10 Michael Snyder <msnyder@redhat.com>
1776
1777 * symfile.c (generic_load): Comment typo.
1778 * stack.c (get_selected_block): Ditto.
1779 * regcache.c (regcache_cooked_read): Ditto.
1780 * monitor.c (monitor_debug): Ditto.
1781 * mips-tdep.c (mips_read_pc): Ditto.
1782 * i386-linux-nat.c (ps_get_thread_area): Ditto.
1783 * gdb_mbuild.sh: Ditto.
1784 * gdbarch.sh: Ditto.
1785 * gdbarch.h: Ditto.
1786
1787 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
1788
1789 * ada-tasks.c: Remove file.
1790
1791 Remove ARI problems:
1792
1793 * ada-exp.y (write_var_from_sym): Reformat to put operator at
1794 beginning of line.
1795
1796 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
1797 Add comment.
1798 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
1799 (MIN_OF_SIZE): Rename min_of_size. Add comment.
1800 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
1801 (UMIN_OF_SIZE): Remove.
1802 (max_of_type): New function to replace orphan macro in gdbtypes.h
1803 (min_of_type): Ditto.
1804 (discrete_type_high_bound): Use max_of_type.
1805 (discrete_type_low_bound): Use min_of_type.
1806 (possible_user_operator_p): Move operator to beginning of line.
1807 (ada_is_variant_part): Ditto.
1808 (ensure_lval): Rewrite to avoid deprecated operations.
1809 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
1810 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
1811 (ada_enum_name): Remove assignments in 'if' statements.
1812 (build_ada_types): Add gdbarch parameter.
1813 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
1814 with gdbarch_data_register_post_init.
1815 Use add_setshow_uinteger_cmd rather than add_set_cmd and
1816 add_show_from_set.
1817
1818 * ada-valprint.c (inspect_it): Remove declaration.
1819 (repeat_count_threshold): Remove declaration.
1820 (ada_print_floating): Remove assignments in 'if' statements.
1821 (print_str): Move operator to beginning of line.
1822
1823 2004-07-08 Jim Blandy <jimb@redhat.com>
1824
1825 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
1826
1827 2004-07-08 Bob Rossi <bob@brasko.net>
1828
1829 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
1830
1831 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
1832
1833 * language.h (struct_language_defn): Add new function pointer:
1834 la_class_name_from_physname. Also add new prototype for
1835 language_class_name_from_physname.
1836 * language.c (language_class_name_from_physname): New function.
1837 (unk_lang_class_name): Ditto.
1838 (unknown_language_defn, auto_language_defn): Change
1839 to add unk_lang_class_name function pointer for
1840 la_class_name_from_physname.
1841 (local_language_defn): Ditto.
1842 * dwarf2read.c (guess_structure_name): Change to call
1843 language_class_name_from_physname.
1844 (determine_class_name): Ditto.
1845 * cp-support.c (class_name_from_physname): Renamed.
1846 (cp_class_name_from_physname): New name of function.
1847 * cp-support.h: Ditto.
1848 * c-lang.c (c_language_defn): Change to add NULL
1849 for class_name_from_physname function pointer.
1850 (cplus_language_defn): Change to add cp_class_name_from_physname.
1851 * jv-lang.c (java_class_name_physname): New function.
1852 (java_find_last_component): New static routine.
1853 (java_language_defn): Add java_class_name_from_physname pointer.
1854 * ada-lang.c (ada_language_defn): Change to add NULL
1855 for class_name_from_physname function pointer.
1856 * f-lang.c (f_language_defn): Ditto.
1857 * m2-lang.c (m2_language_defn): Ditto.
1858 * objc-lang.c (objc_language_defn): Ditto.
1859 * p-lang.c (pascal_language_defn): Ditto.
1860 * scm-lang.c (scm_language_defn): Ditto.
1861
1862 2004-07-06 Andrew Cagney <cagney@gnu.org>
1863
1864 Patch from Bart Robinson.
1865 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
1866 (O_LARGEFILE): Define to 0, if not defined.
1867
1868 2004-07-03 Mark Kettenis <kettenis@gnu.org>
1869
1870 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
1871 <machine/pcb.h> and "bsd-kvm.h".
1872 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
1873 (m68kbsd_supply_pcb): New function.
1874 (_initialize_m68kbsd_nat): New prototype and function.
1875 * Makefile.in (m68kbsd-nat.o): Update dependencies.
1876 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1877 (LOADLIBES): New variable.
1878 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1879 (LOADLIBES): New variable.
1880
1881 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
1882
1883 2004-07-03 Mark Kettenis <kettenis@gnu.org>
1884
1885 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
1886 <sys/proc.h>.
1887 (bsd_kvm_cmdlist): New variable.
1888 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
1889 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
1890 command and "kvm proc" command.
1891 * Makefile.in (bsd-kvm.o): Update dependencies.
1892
1893 2004-07-02 Mark Kettenis <kettenis@gnu.org>
1894
1895 * osabi.c: Update copyright year.
1896 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
1897 notes if EI_OSABI is set to ELFOSABI_HPUX.
1898
1899 2004-07-01 Michael Snyder <msnyder@redhat.com>
1900
1901 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
1902 that seems to have gotten whacked out of line.
1903
1904 2004-07-01 Mark Kettenis <kettenis@gnu.org>
1905
1906 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
1907 code.
1908
1909 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1910
1911 * ada-lang.c (decode_packed_array): Minor change to comment.
1912 (ada_value_slice_ptr): New function.
1913 (ada_value_slice): New function.
1914 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
1915 test. Don't know why it is there.
1916 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
1917 to avoid dereferencing huge arrays from which one is slicing.
1918 (empty_array): Correct to return an array rather than
1919 a subrange value.
1920 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
1921 on empty arrays (let'em use 'FIRST instead).
1922
1923 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1924
1925 Address complaints from gdb_ari.sh:
1926
1927 * ada-exp.y: Include gdb_string.h rather than string.h.
1928 (convert_char_literal): Reformat declaration.
1929 * ada-lang.h: Include opaque struct declaration for struct frame_info.
1930 * ada-lex.l: Change use of free to xfree (the macro would do so
1931 anyway, but this is harmless).
1932 Include gdb_string.h rather than string.h.
1933 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
1934
1935 * ada-lang.c (parse): Remove K&Rism in parameter list.
1936 (is_name_suffix): Correct Linux => GNU/Linux in comment.
1937
1938 2004-06-30 Mark Kettenis <kettenis@gnu.org>
1939
1940 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
1941 dead code.
1942
1943 2004-06-30 Mark Kettenis <kettenis@gnu.org>
1944
1945 * alphabsd-nat.c: Update copyright year.
1946 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
1947
1948 2004-06-29 Joel Brobecker <brobecker@gnat.com>
1949
1950 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
1951 (i386_cygwin_in_solib_call_trampoline): New function.
1952 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
1953 and skip_trampoline_code gdbarch methods.
1954
1955 2004-06-29 Jim Blandy <jimb@redhat.com>
1956
1957 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
1958 name actually used in the dependency lists.
1959
1960 2004-06-29 Randolph Chung <tausq@debian.org>
1961
1962 * NEWS (New native configurations): Mention GNU/Linux/hppa.
1963
1964 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1965
1966 * win32-nat.c (child_pid_to_exec_file): New function.
1967 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
1968 functionality.
1969
1970 2004-06-28 Andrew Cagney <cagney@gnu.org>
1971
1972 * defs.h (xstrvprintf): Declare.
1973 * utils.c (xstrvprintf): New function.
1974 (internal_vproblem, xstrprintf, xasprintf)
1975 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
1976 * serial.c (serial_printf): Ditto.
1977 * complaints.c (vcomplaint): Ditto.
1978
1979 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1980
1981 * infcmd.c (attach_command): Move call to target_terminal_inferior
1982 behind loading symbol table.
1983
1984 2004-06-28 Andrew Cagney <cagney@gnu.org>
1985
1986 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
1987 change - add back extern deprecated_ui_loop_hook declaration.
1988
1989 2004-06-28 Andrew Cagney <cagney@gnu.org>
1990
1991 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
1992 xstrprintf.
1993 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
1994 (c_value_of_variable): Ditto.
1995 * utils.c (internal_vproblem): Ditto.
1996 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
1997 * remote.c (add_packet_config_cmd): Ditto.
1998 * remote-rdp.c (rdp_set_command_line): Ditto.
1999 * regcache.c (regcache_dump): Ditto.
2000 * frv-tdep.c (new_variant, new_variant): Ditto.
2001 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2002 (fbsd_find_memory_regions): Ditto.
2003 * breakpoint.c (create_thread_event_breakpoint)
2004 (create_breakpoints): Ditto.
2005 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2006 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2007
2008 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2009
2010 * ada-lang.c: Re-indent file, with some massaging to help indent
2011 a bit when the result is otherwise really too ugly.
2012
2013 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2014
2015 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2016 code_addr_p and special_addr_p to 'unsigned int'.
2017
2018 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2019
2020 * i386v4-nat.c: Update copyright year and tweak comment.
2021 (regmap): Remove trailing comma.
2022 (supply_gregset): Rename local variable i to regnum. Call
2023 regcache_raw_supply instead of supply_register.
2024 (fill_gregset): Rename argument regno to regnum. Call
2025 regcache_raw_collect instead of regcache_collect.
2026
2027 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2028
2029 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2030 and special_addr_p.
2031 (frame_id_build, frame_id_build_special): Update comments.
2032 (frame_id_build_wild): New prototype.
2033 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2034 struct frame_id fields.
2035 (frame_id_build_wild): New function.
2036 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2037
2038 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2039
2040 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2041 hppabsd-tdep.c.
2042
2043 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2044
2045 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2046
2047 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2048
2049 * ada-lang.c: Re-indent file.
2050
2051 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2052
2053 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2054 (no_symtab_msg): Likewise.
2055
2056 2004-06-27 Andreas Schwab <schwab@suse.de>
2057
2058 * source.c: Fix whitespace.
2059
2060 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2061
2062 * configure.in: Include <sys/param.h> for td_pcb test.
2063 * configure: Regenerated.
2064
2065 * i386nbsd-nat.c: New file.
2066 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2067 i386obsd-nat.c and i386obsd-tdep.c.
2068 (i386nbsd-nat.o): New dependency.
2069 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2070 bsd-kvm.o.
2071 (LOADLIBES): New variable.
2072 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2073 bsd-kvm.o.
2074 (LOADLIBES): New variable.
2075
2076 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2077 (LOADLIBES): New variable.
2078
2079 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2080 fetching from BSD_KVM_PADDR. Correctly lookup address for
2081 "_thread0".
2082
2083 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2084 "bsd-kvm.h".
2085 (amd64fbsd_supply_pcb): New funcion.
2086 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2087
2088 2004-06-27 <david@streamline-computing.com>
2089
2090 Partial fix for PR cli/1056.
2091 * valarith.c: Check for zero in division and remainder
2092 evaluation.
2093
2094 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2095
2096 * i387-tdep.c: Remove excessive whitespace.
2097
2098 2004-06-26 Andrew Cagney <cagney@gnu.org>
2099
2100 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
2101 * gdb-events.h, gdb-events.c: Re-generate.
2102 * tui/tui-hooks.c (tui_install_hooks): Update.
2103 (tui_remove_hooks): Update.
2104 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
2105
2106 2004-06-26 Mark Kettenis <kettenis@gnu.org>
2107
2108 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
2109 (gregset_t, fpregset_t): Remove typedefs.
2110 (REG_OFFSET): Rename argument.
2111 (amd64bsd_r_reg_offset): Rename from reg_offset.
2112 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2113 Remove functions.
2114 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
2115 of reg_offset.
2116 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
2117
2118 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
2119
2120 * vax-tdep.c: Tweak comment.
2121
2122 Add OpenBSD/hppa support.
2123 * NEWS (New native configurations): Mention OpenBSD/hppa.
2124 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
2125 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
2126 files.
2127 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2128 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
2129 * configure.host: Add hppa*-*-openbsd*.
2130 * configure.tgt: Add hppa*-*-openbsd*.
2131
2132 2004-06-25 Andrew Cagney <cagney@gnu.org>
2133
2134 * defs.h (deprecated_ui_loop_hook): Deprecated.
2135 * wince.c (child_wait): Update.
2136 * win32-nat.c (child_wait): Update.
2137 * v850ice.c (v850ice_wait): Update.
2138 * top.c (deprecated_ui_loop_hook): Update.
2139 * serial.h: Update.
2140 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2141 (do_unix_readchar): Update.
2142 * ser-tcp.c (net_open): Update.
2143 * remote-sim.c (gdb_os_poll_quit): Update.
2144 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2145
2146 2004-06-24 Andrew Cagney <cagney@gnu.org>
2147
2148 * defs.h (deprecated_pre_add_symbol_hook)
2149 (deprecated_post_add_symbol_hook): Deprecated.
2150 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2151 (symbol_file_add_with_addrs_or_offsets): Update references.
2152
2153 2004-06-24 Andrew Cagney <cagney@gnu.org>
2154
2155 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2156 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2157 * wince.c (ui_loop_hook): Delete extern declaration.
2158 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2159 * v850ice.c (ui_loop_hook): Delete extern declaration..
2160 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2161 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2162 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2163 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2164 ui_loop_hook declaration.
2165
2166 2004-06-24 Andrew Cagney <cagney@gnu.org>
2167
2168 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
2169 entry_func_highpc fields.
2170 * objfiles.c (init_entry_point_info): Do not clear
2171 entry_func_lowpc and entry_func_highpc.
2172 (objfile_relocate): Do not relocate entry_func_lowpc and
2173 entry_func_highpc.
2174 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
2175 entry_func_highpc.
2176 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
2177 entry_func_highpc.
2178 * blockframe.c (legacy_frame_chain_valid): Replace tests against
2179 entry_func_lowpc and entry_func_highpc with call to
2180 inside_entry_func.
2181
2182 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2183
2184 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
2185 quad-precision floating point arguments in registers.
2186
2187 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2188
2189 From Michael Mueller <m.mueller99@kay-mueller.de>:
2190 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2191 account.
2192
2193 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
2194
2195 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2196 to -1.
2197 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2198 untriggered watchpoints to a separate if clause. Update function
2199 comment regarding STOPPED_BY_WATCHPOINT argument.
2200
2201 2004-06-22 Jim Blandy <jimb@redhat.com>
2202
2203 * gdbarch.sh: Doc fix.
2204
2205 2004-06-21 Martin Hunt <hunt@redhat.com>
2206 Kevin Buettner <kevinb@redhat.com>
2207
2208 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2209 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2210 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2211 to set_gdbarch_sp_regnum(). Use cooked register number.
2212 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2213
2214 2004-06-21 Andrew Cagney <cagney@gnu.org>
2215
2216 * gdbarch.sh: When the macro field is empty, do not generate a
2217 macro definition. When the macro field is "=", generate the macro
2218 name from the upper-case function name.
2219 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2220 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2221 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2222 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2223 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2224 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2225 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2226 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2227 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2228 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2229 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2230 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2231 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2232 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2233 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2234 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2235 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2236 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2237 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2238 (DEPRECATED_USE_STRUCT_CONVENTION)
2239 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2240 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2241 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2242 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2243 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2244 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2245 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2246 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2247 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2248 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2249 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2250 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2251 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2252 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2253 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2254 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2255 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2256 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2257
2258 2004-06-21 Andrew Cagney <cagney@gnu.org>
2259
2260 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2261 macro name, and the function rather than macro value. Only wrap
2262 macro print statements in #ifdef. Move format logic to where it
2263 is needed.
2264 * gdbarch.c: Re-generate.
2265
2266 * gdbarch.sh (read): Delete "print_p" and "description", add
2267 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2268 Delete references to print_p.
2269 (TARGET_ARCHITECTURE): Delete print predicate.
2270 * gdbarch.c: Re-generate.
2271
2272 * gdbarch.sh: Check that multi-arch methods do not provide a
2273 macro.
2274 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2275 (print_registers_info, print_float_info, print_vector_info)
2276 (adjust_breakpoint_address, remote_translate_xfer_address)
2277 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2278 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2279 name from the multi-arch definition.
2280
2281 2004-06-20 Andrew Cagney <cagney@gnu.org>
2282
2283 * gdbarch.sh: Sort by the function, instead of macro name.
2284 * gdbarch.c: Re-generate.
2285
2286 2004-06-20 Andrew Cagney <cagney@gnu.org>
2287
2288 * gdbarch.sh: Use the function, instead of macro name in
2289 errors and the log file.
2290 (return_value): Remove stray ":" in spec.
2291
2292 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2293 * gdbarch.h, gdbarch.c: Re-generate.
2294 * Makefile.in (arch-utils.o): Update dependencies.
2295 * values.c (using_struct_return): Move code calling
2296 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2297 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2298 to legacy_return_value, simplify.
2299 * infcmd.c (print_return_value): Move code calling
2300 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2301 to legacy_return_value, simplify.
2302 * infcall.c (call_function_by_hand): Move code calling
2303 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2304 * arch-utils.c: Update copyright. Include "gdbcore.h".
2305 (legacy_return_value): New function.
2306 * arch-utils.h: Update copyright.
2307 (legacy_return_value): Declare.
2308
2309 2004-06-20 Andrew Cagney <cagney@gnu.org>
2310
2311 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2312 * gdbarch.h, gdbarch.c: Re-generate.
2313 * values.c (using_struct_return): Update call.
2314 * mcore-tdep.c: Update comment.
2315 * infcall.c (call_function_by_hand): Update comment.
2316 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2317 * arch-utils.h (always_use_struct_convention): Update.
2318 * v850-tdep.c (v850_gdbarch_init): Update.
2319 * sh64-tdep.c (sh64_gdbarch_init): Update.
2320 * sh-tdep.c (sh_gdbarch_init): Update.
2321 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2322 * mips-tdep.c (mips_gdbarch_init): Update.
2323 * mcore-tdep.c (mcore_gdbarch_init): Update.
2324 * m32r-tdep.c (m32r_gdbarch_init): Update.
2325 * ia64-tdep.c (ia64_gdbarch_init): Update.
2326 * h8300-tdep.c (h8300_gdbarch_init): Update.
2327 * frv-tdep.c (frv_gdbarch_init): Update.
2328 * cris-tdep.c (cris_gdbarch_init): Update.
2329 * arm-tdep.c (arm_gdbarch_init): Update.
2330 * alpha-tdep.c (alpha_gdbarch_init): Update.
2331
2332 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
2333
2334 * PROBLEMS: Add more specific information, and a work-around,
2335 for PR gdb/1458.
2336
2337 2004-06-18 Andrew Cagney <cagney@gnu.org>
2338
2339 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
2340 * gdbarch.h, gdbarch.c: Re-generate.
2341 * ada-lang.c (ada_finish_decode_line_1): Update.
2342 * infrun.c (handle_inferior_event): Update.
2343 * infcall.c (find_function_addr): Update.
2344 * linespec.c (minsym_found): Update.
2345 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
2346 Update.
2347 * blockframe.c (legacy_frameless_look_for_prologue): Update.
2348 * cli/cli-cmds.c (disassemble_command): Update.
2349 * vax-tdep.c (vax_gdbarch_init): Update.
2350
2351 2004-06-18 Mark Kettenis <kettenis@gnu.org>
2352
2353 * i386-tdep.c (i386_collect_fpregset): Fix comment.
2354
2355 2004-06-17 Andrew Cagney <cagney@gnu.org>
2356
2357 GDB 6.1.1 released from the GDB 6.1 branch.
2358 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
2359 * PROBLEMS: Ditto.
2360
2361 2004-06-16 Daniel Jacobowitz <dan@debian.org>
2362
2363 PR gdb/1658
2364 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
2365 operation as a uleb128. Found by Michael Coulter.
2366
2367 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
2368
2369 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
2370 make it non-static.
2371 * ada-lang.h (task_control_block): declaration moved from ada-task.c
2372 to ada-lang.h; this is needed to be able to implement the kill command
2373 in multi-task mode.
2374 (task_ptid): Ditto.
2375 (task_entry): Ditto.
2376 (task_list): Ditto.
2377 (ada_build_task_list): Ditto.
2378
2379 * ada-lang.c: Conditionalize routines and data structures related
2380 to breakpoints, exceptions, completion, and symbol caching on
2381 GNAT_GDB, since these are not yet used in the submitted public sources.
2382 (ada_main_name): Editorial: Move definition out of exception-related
2383 code.
2384
2385 2004-06-15 Andrew Cagney <cagney@gnu.org>
2386
2387 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
2388 deprecated_pc_in_call_dummy.
2389
2390 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2391
2392 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
2393 bfd_get_section_size_before_reloc or _raw_size.
2394 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2395 * dwarf2read.c (dwarf2_locate_sections): Likewise.
2396 (dwarf2_read_section): Likewise.
2397 * elfread.c (elf_locate_sections): Likewise.
2398 * gcore.c (derive_heap_segment): Likewise.
2399 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2400 * remote-e7000.c (e7000_load): Likewise.
2401 * remote-m32r-sdi.c (m32r_load): Likewise.
2402 * remote-mips.c (mips_load_srec): Likewise.
2403 (pmon_load_fast): Likewise.
2404 * remote.c (compare_sections_command): Likewise.
2405 * symfile.c (add_section_size_callback): Likewise.
2406 (load_section_callback): Likewise.
2407 (pc_in_unmapped_range): Likewise.
2408 (pc_in_mapped_range): Likewise.
2409 (sections_overlap): Likewise.
2410 (list_overlays_command): Likewise.
2411 (simple_overlay_update_1): Likewise.
2412 (simple_overlay_update): Likewise.
2413 * tracepoint.c (remote_set_transparent_ranges): Likewise.
2414 * win32-nat.c (core_section_load_dll_symbols): Likewise.
2415
2416 2004-06-14 Randolph Chung <tausq@debian.org>
2417
2418 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
2419 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
2420 static.
2421 (hppa_hpux_inferior_created): New function.
2422 (hppa_hpux_init_abi): Register observer.
2423 * symfile.c (hp_cxx_exception_support_initialized)
2424 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
2425 (symbol_file_add_main_1, symbol_file_clear): Likewise.
2426
2427 2004-06-14 Randolph Chung <tausq@debian.org>
2428
2429 * MAINTAINERS (Write After Approval): Alphabetize my entry
2430 correctly.
2431
2432 2004-06-14 Andrew Cagney <cagney@gnu.org>
2433
2434 * MAINTAINERS (testsuite): List Michael Chastain as the lead
2435 testsuite maintainer.
2436
2437 2004-06-13 Andrew Cagney <cagney@gnu.org>
2438
2439 * infcmd.c (print_return_value): Fix logic, allow
2440 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
2441
2442 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
2443 defining any macros.
2444 * gdbarch.h: Re-generate.
2445
2446 * gdbarch.sh: Delete "level" attribute. Only check for a macro
2447 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
2448 * gdbarch.h: Re-generate.
2449
2450 * values.c (generic_use_struct_convention): Don't check gcc_p.
2451
2452 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2453 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
2454 * gdbarch.h, gdbarch.c: Regenerate.
2455 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
2456 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
2457 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2458 deprecated_max_register_raw_size and
2459 deprecated_max_register_virtual_size.
2460 * v850-tdep.c (v850_gdbarch_init): Ditto.
2461 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2462 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2463 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2464 * cris-tdep.c (cris_gdbarch_init): Ditto.
2465
2466 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
2467 * gdbarch.h, gdbarch.c: Re-generate.
2468 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
2469 (m68hc11_use_struct_convention): Delete function.
2470 (m68hc11_extract_struct_value_address): Delete function.
2471 (m68hc11_return_value): New function.
2472 (m68hc11_gdbarch_init): Instead of store_return_value,
2473 extract_return_value, return_value_on_stack,
2474 deprecated_extract_struct_value_address and use_struct_convention,
2475 set return_value.
2476 * values.c (using_struct_return): Do not call
2477 RETURN_VALUE_ON_STACK.
2478 * arch-utils.h (generic_return_value_on_stack_not): Delete
2479 declaration.
2480 * arch-utils.c (generic_return_value_on_stack_not): Delete
2481 function.
2482
2483 2004-06-12 Andrew Cagney <cagney@gnu.org>
2484
2485 * values.c (register_value_being_returned): Delete function.
2486 * infcmd.c (legacy_return_value): Delete function.
2487 * infcall.c (call_function_by_hand): Inline
2488 "register_value_being_returned", simplify.
2489 * values.c (using_struct_return): Update comment, refer to
2490 print_return_value instead of register_value_being_returned.
2491 * infcmd.c (print_return_value): Inline calls to
2492 register_value_being_returned and legacy_return_value. Simplify.
2493
2494 2004-06-11 Randolph Chung <tausq@debian.org>
2495
2496 * somread.c (som_symtab_read): Exclude gcc local symbols.
2497
2498 2004-06-11 Randolph Chung <tausq@debian.org>
2499
2500 * infrun.c (handle_inferior_event): Handle the case when a
2501 trampoline ends up in the runtime resolver, and if the trampoline
2502 has no name. Rearrange the code so that all the trampoline
2503 processing happens before other step-out-of-range handling.
2504
2505 2004-06-11 Martin Hunt <hunt@redhat.com>
2506
2507 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
2508 has no fpu.
2509
2510 2004-06-10 Andrew Cagney <cagney@gnu.org>
2511
2512 * blockframe.c (legacy_inside_entry_func): Delete.
2513 (legacy_frame_chain_valid): Inline call to
2514 legacy_inside_entry_func, simplify.
2515
2516 2004-06-10 Bob Rossi <bob@brasko.net>
2517
2518 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
2519 * dwarf2read.c (partial_die_info): Add dirname field.
2520 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
2521 (read_partial_die): Save away DW_AT_comp_dir.
2522 * defs.h (symtab_to_filename): Removed.
2523 * source.c (find_and_open_source): Added.
2524 (open_source_file): Just calls find_and_open_source.
2525 (symtab_to_filename): Removed.
2526 (symtab_to_fullname, psymtab_to_fullname): Added.
2527 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
2528 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
2529 symtab_to_filename.
2530 * symtab.h (partial_symtab): Add dirname field.
2531 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
2532 (mi_cmd_file_list_exec_source_file): Call new function
2533 symtab_to_fullname to find fullname.
2534 (mi_cmd_file_list_exec_source_files): Added.
2535 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
2536 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
2537
2538 2004-06-10 Andrew Cagney <cagney@gnu.org>
2539
2540 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
2541 to generic_use_struct_convention, the default value.
2542
2543 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
2544 of abort.
2545
2546 * ns32k-tdep.c (ns32k_push_arguments): New function.
2547 (ns32k_gdbarch_init): Set deprecated_push_arguments.
2548 * infcall.c (call_function_by_hand): Call error instead of
2549 legacy_push_arguments.
2550 * value.h (legacy_push_arguments): Delete declaration.
2551 * valops.c (legacy_push_arguments): Delete function.
2552 (value_push): Delete function.
2553
2554 2004-06-10 Brian Ford <ford@vss.fsi.com>
2555
2556 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
2557 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
2558 info.
2559 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
2560
2561 2004-06-10 Andrew Cagney <cagney@gnu.org>
2562
2563 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
2564 * gdbarch.h, gdbarch.c: Re-generate.
2565 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
2566 parameters.
2567 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
2568 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
2569 deprecated_pc_in_call_dummy instead of
2570 DEPRECATED_PC_IN_CALL_DUMMY.
2571 (arm_skip_prologue): Ditto.
2572 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
2573 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
2574 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
2575 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
2576 Ditto.
2577 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
2578 (sh64_init_extra_frame_info, sh64_get_saved_register)
2579 (sh64_pop_frame): Ditto.
2580 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
2581 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
2582 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
2583 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
2584 (h8300_pop_frame): Ditto.
2585 * blockframe.c (legacy_inside_entry_func)
2586 (legacy_frame_chain_valid): Ditto.
2587 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
2588 to deprecated_pc_in_call_dummy.
2589
2590 2004-06-09 Andrew Cagney <cagney@gnu.org>
2591
2592 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
2593 provide a default value.
2594 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
2595 * gdbarch.h, gdbarch.c: Re-generate.
2596 * arch-utils.c (generic_convert_register_p): Rename
2597 legacy_convert_register_p
2598 (legacy_register_to_value, legacy_value_to_register): Delete
2599 functions.
2600 * arch-utils.h (generic_convert_register_p): Rename
2601 legacy_convert_register_p.
2602 (legacy_register_to_value, legacy_value_to_register): Delete
2603 declarations.
2604
2605 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
2606 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
2607 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
2608 * gdbarch.h, gdbarch.c: Re-generate.
2609 * infcmd.c (default_print_registers_info): Simplify.
2610 * findvar.c (value_of_register): Simplify.
2611 * mi/mi-main.c (get_register): Simplify.
2612 * arch-utils.c (legacy_convert_register_p): Always return 0.
2613 (legacy_register_to_value, legacy_value_to_register): Always call
2614 internal_error.
2615
2616 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
2617 #ifdef CLEAR_INSN_CACHE code.
2618 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
2619 Delete #ifdef CLEAR_DEFERRED_STORES code.
2620
2621 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
2622
2623 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
2624 copyright.
2625 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
2626
2627 * config/mips/mipsv4.mh: Delete file.
2628
2629 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
2630 unreferenced macro.
2631 (hpread_adjust_stack_address): Delete declaration.
2632
2633 2004-06-08 Andrew Cagney <cagney@gnu.org>
2634
2635 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2636 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
2637 PTRACE_ATTACH / PTRACE_DETACH available call error.
2638 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
2639 * infttrace.c (update_thread_state_after_attach, attach, detach):
2640 Remove #ifdef wrappers.
2641 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
2642 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2643 * config/nm-bsd.h (ATTACH_DETACH): Delete.
2644 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
2645 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
2646 * config/nm-linux.h (ATTACH_DETACH): Delete.
2647 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
2648 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
2649 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
2650 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
2651 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
2652
2653 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
2654
2655 * configure.in: Set $configdir to the right OS specific value.
2656 Use value when setting $tcldir and $tkdir.
2657 * configure: Regenerate.
2658
2659 2004-06-06 Paul Brook <paul@codesourcery.com>
2660
2661 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
2662 records.
2663
2664 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
2665
2666 * ada-lang.c (lookup_symbol_in_language): New function to allow
2667 re-use of another language's symbol lookup code. (Placed here
2668 temporarily while Ada support is being integrated into the public
2669 tree).
2670 (restore_language): New auxiliary function for
2671 lookup_symbol_in_language.
2672 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
2673 temporarily while Ada support is being integrated into the public
2674 tree).
2675
2676 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
2677
2678 * Makefile.in (check//%): New.
2679
2680 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
2681 (mn10300_store_return_value): Rewrite.
2682 (mn10300_type_align): New.
2683 (mn10300_use_struct_convention): Rewrite.
2684 (mn10300_return_value): New, using all of the above.
2685 (mn10300_pop_frame_regular): Add saved_regs_size.
2686 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
2687
2688 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
2689 regs if PC is on movm.
2690
2691 2004-06-07 Jim Blandy <jimb@redhat.com>
2692
2693 Add native Linux support for the PowerPC E500.
2694 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
2695 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
2696 all architectures except the E500.
2697 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
2698 #definitions.
2699 (struct gdb_evrregset_t): New type.
2700 (have_ptrace_getsetevrregs): New variable.
2701 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
2702 fetch_spe_registers): New functions.
2703 (fetch_register): Call fetch_spe_register as appropriate.
2704 Assert that we're only passed raw register numbers.
2705 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
2706 Don't fetch gprs if they're pseudoregisters.
2707 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
2708 store_spe_registers): New functions.
2709 (store_register): Call store_spe_register as appropriate.
2710 Assert that we're only passed raw register numbers.
2711 (store_ppc_registers): Call store_spe_registers as appropriate.
2712 Don't store gprs if they're pseudoregisters.
2713
2714 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
2715
2716 * thread-db.c (thread_get_info_callback): Fill in the thread_info
2717 struct if one exists, even if we are dealing with a zombie thread.
2718
2719 2004-06-07 Andrew Cagney <cagney@gnu.org>
2720
2721 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
2722 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
2723 Rename PC_REQUIRES_RUN_BEFORE_USE.
2724 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
2725 #ifdef.
2726
2727 2004-06-07 Randolph Chung <tausq@debian.org>
2728
2729 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
2730 unwinding after sp has been saved to the stack but before the end
2731 of the prologue, and after the fp has been modified but before it has
2732 been saved to the stack.
2733 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
2734 Remove superfluous definitions.
2735 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
2736
2737 2004-06-07 Guy Martin <gmsoft@gentoo.org>
2738
2739 Committed by Randolph Chung.
2740 * hppa-linux-nat.c: Include the correct version of the header file
2741 depending on the kernel version.
2742
2743 2004-06-06 Randolph Chung <tausq@debian.org>
2744
2745 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
2746 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
2747
2748 2004-06-06 Randolph Chung <tausq@debian.org>
2749
2750 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
2751 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
2752 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
2753 * hppa-tdep.c (hppa_symbol_address): New function definition.
2754 * hppa-tdep.h (hppa_symbol_address): New function declaration.
2755
2756 2004-06-06 Randolph Chung <tausq@debian.org>
2757
2758 * hppa-tdep.h (struct value): Forward declaration.
2759 (gdbarch_tdep): Define tdep find_global_pointer method.
2760 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
2761 associated with the function we are trying to call, and write it
2762 to the gp register.
2763 (hppa32_convert_from_funct_ptr_addr): New function.
2764 (hppa_find_global_pointer): New function.
2765 (hppa_gdbarch_init): Set default find_global_pointer method; set
2766 convert_from_func_ptr_addr method.
2767 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
2768 (hppa_linux_init_abi): Set find_global_pointer method.
2769 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
2770
2771 2004-06-06 Randolph Chung <tausq@debian.org>
2772
2773 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
2774 to struct value *function.
2775 * gdbarch.c: Regenerate.
2776 * gdbarch.h: Likewise.
2777 * infcall.c (call_function_by_hand): Pass entire function value
2778 to push_dummy_call.
2779
2780 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
2781 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
2782 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
2783 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
2784 * arm-tdep.c (arm_push_dummy_call): Likewise.
2785 * avr-tdep.c (avr_push_dummy_call): Likewise.
2786 * cris-tdep.c (cris_push_dummy_call): Likewise.
2787 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
2788 * frv-tdep.c (frv_push_dummy_call): Likewise.
2789 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2790 * hppa-tdep.c (hppa32_push_dummy_call)
2791 (hppa64_push_dummy_call): Likewise.
2792 * i386-tdep.c (i386_push_dummy_call): Likewise.
2793 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
2794 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
2795 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2796 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
2797 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
2798 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
2799 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
2800 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
2801 (ppc64_sysv_abi_push_dummy_call): Likewise.
2802 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
2803 (ppc64_sysv_abi_push_dummy_call): Likewise.
2804 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
2805 * s390-tdep.c (s390_push_dummy_call): Likewise.
2806 * sh-tdep.c (sh_push_dummy_call_fpu)
2807 (sh_push_dummy_call_nofpu): Likewise.
2808 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
2809 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
2810 * vax-tdep.c (vax_push_dummy_call): Likewise.
2811
2812 2004-06-04 Jim Blandy <jimb@redhat.com>
2813
2814 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
2815 gdbarch argument to register_size.
2816
2817 * rs6000-tdep.c (rs6000_store_return_value): Use
2818 regcache_cooked_write_part instead of
2819 deprecated_write_register_bytes.
2820 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
2821 not gdbarch_deprecated_store_return_value.
2822
2823 * ppc-linux-nat.c (store_register, fetch_register): Remove
2824 incorrect assertions. Simplify and generalize handling of
2825 transfers whose sizes are not multiples of, or less than, sizeof
2826 (PTRACE_XFER_TYPE).
2827
2828 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
2829
2830 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
2831 as a new thread event.
2832 * thread-db.c (thread_get_info_callback): If the thread is a
2833 zombie, return TD_THR_ZOMBIE.
2834 (thread_from_lwp): If thread_get_info_callback returns
2835 TD_THR_ZOMBIE, check if the thread is still on the thread list
2836 and return a -1 ptid if not found.
2837 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
2838 change the status to TARGET_WAITKIND_SPURIOUS.
2839
2840 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
2841
2842 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
2843 double values in little endian mode.
2844
2845 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
2846
2847 Committed by Andrew Cagney.
2848 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
2849 after last enum constant to avoid error from IBM C
2850 compiler.
2851
2852 2004-06-02 Jim Blandy <jimb@redhat.com>
2853
2854 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
2855 to 'message', and make it local to the lone block that uses it.
2856
2857 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
2858
2859 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
2860
2861 * ada-exp.y: Update copyright notice.
2862 Include block.h.
2863
2864 Replace REGNAME, LAST, INTERNAL_VARIABLE with
2865 SPECIAL_VARIABLE and unify the treatment of these cases.
2866
2867 (write_attribute_call0): Remove.
2868 (write_attribute_call1): Remove.
2869 (write_attribute_calln): Remove.
2870 (save_qualifier): Add missing semicolon.
2871
2872 (simple_exp,exp): Decomment (i.e., reactivate) code that was
2873 temporarily disabled to allow compilation with FSF head version.
2874
2875 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
2876 use individual operators (OP_*) for all attributes.
2877 (exp syntax): Use write_int.
2878 Handle STRING literals with OP_STRING.
2879 (variable syntax): Add limit parameter to calls to
2880 write_object_renaming.
2881
2882 (temp_parse_space): New definition to hold entities that need
2883 only live until the next call to ada_parse.
2884 (string_to_operator): Rename fields of ada_opname_table entries.
2885
2886 (write_var_from_sym): Record block.
2887 (write_var_from_name): Minor reformatting.
2888 Make sure saved name is properly encoded in the case of multiple
2889 matches, and set its language to Ada.
2890 Update comment.
2891 Modify to indicate unresolved name as symbol in the UNRESOLVED
2892 namespace, allocated in temp_parse_space.
2893 (write_int): New function.
2894
2895 (write_object_renaming): Add max_depth parameter to limit
2896 chains of object renamings.
2897 Handle case where root of renaming expression is itself a renaming.
2898 Use temp_parse_space for temporary name buffer.
2899 Handle renamings to dereferenced pointers (___XEXA suffices).
2900
2901 (ada_parse, yyerror, string_to_operator,
2902 write_var_from_sym, write_var_from_name, write_attribute_call0,
2903 write_attribute_call1, write_attribute_calln,
2904 write_object_renaming): Protoize.
2905
2906 (_initialize_ada_exp): New function.
2907
2908 * ada-lang.c: Update copyright notice.
2909 General terminology change to conform to GNAT compiler usage:
2910 mangle => encode, demangle => decode
2911 Include gdb_obstack.h.
2912 Include gdb_regex.h
2913 Include frame.h
2914 Include hashtab.h
2915 Include completer.h
2916 Include gdb_stat.h
2917 Include block.h
2918 Include infcall.h
2919
2920 (ADA_RETAIN_DOTS): Make sure this is defined.
2921 (TRUNCATION_TOWARDS_ZERO): Define.
2922 (struct string_vector): Define.
2923 (unresolved_names): Remove definition.
2924 (xnew_string_vector): New function.
2925 (string_vector_append): New function.
2926 (extract_string): Make static.
2927 (ada_unqualified_name): New function.
2928 (add_angle_brackets): New function.
2929 (function_name_from_pc): New function.
2930 (place_on_stack): Rename to ensure_lval.
2931
2932 (ensure_lval): Renamed from place_on_stack.
2933 Make identity on lvals.
2934 Update comment.
2935 (is_nonfunction): New interface.
2936 Only symbols in LOC_CONST class can be enumerals.
2937 (fill_in_ada_prototype): Remove; now independent of language.
2938 (add_defn_to_vec): Add obstack and symtab arguments.
2939 Use obstack to hold collected definitions.
2940 (num_defns_collected): New function.
2941 (defns_collected): New function.
2942 (ada_resolve_subexp): Rename to resolve_subexp.
2943 (resolve_subexp): Renamed from ada_resolve_subexp.
2944 (ada_op_name): Return non-const result.
2945 (ada_decoded_op_name): Renamed from ada_op_name, now used for
2946 other purposes.
2947
2948 (to_fixed_array_type): Add declaration.
2949 (coerce_unspec_val_to_type): Remove offset parameter.
2950 (find_sal_from_funcs_and_line): New interface.
2951 (find_line_in_linetable): Ditto.
2952
2953 (all_sals_for_line): Rename to ada_sals_for_line and make
2954 global.
2955 Add new parameter. When set, do not ask the user to choose the
2956 instance, but use the first one found instead.
2957 Use given line number in returned sals.
2958 Fix comment.
2959 Skip the prologue if funfirstline is set.
2960 Correct for memory leak when 0 lines found.
2961
2962 (value_pos_atr): Use pos_atr.
2963 (pos_atr): New function.
2964 (standard_lookup): Add block parameter.
2965
2966 (makeTimeStart): Remove declaration and uses.
2967 (makeTimeStop): Remove declaration and uses.
2968
2969 (ada_completer_word_break_characters): Allow for VMS.
2970 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
2971 (raise_sym_name): New constant.
2972 (raise_unhandled_sym_name): New constant.
2973 (raise_assert_sym_name): New constant.
2974 (process_raise_exception_name): New constant.
2975 (longest_exception_template): New constant.
2976 (warning_limit): New variable to limit warnings during expression
2977 evaluation.
2978 (warnings_issued): New variable to keep track of warnings issued.
2979 (known_runtime_file_name_patterns): New constant.
2980 (known_auxiliary_function_name_patterns): New constant.
2981 (symbol_list_obstack): New variable.
2982
2983 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
2984 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
2985 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
2986 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
2987 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
2988 ada_variant_discrim_name, field_alignment, dynamic_template_type,
2989 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
2990 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
2991 and strcmp.
2992
2993 (ada_get_field_index): New function.
2994 (lim_warning): New function.
2995 (ada_translate_error_message): New function.
2996 (MAX_OF_SIZE): New function.
2997 (MIN_OF_SIZE): New function.
2998 (UMAX_OF_SIZE): New function.
2999 (UMIN_OF_SIZE): New function.
3000 (discrete_type_high_bound): New function.
3001 (discrete_type_low_bound): New function.
3002 (base_type): New function.
3003 (do_command): Remove.
3004
3005 (ada_update_initial_language): Use language_ada, not language_unknown.
3006 (ada_encode): Renamed from ada_mangle.
3007 Obey ADA_RETAIN_DOTS.
3008 (ada_decode): Renamed from ada_demangle.
3009 Update coding conventions.
3010 (decoded_names_store): New hash table.
3011 (ada_decode_symbol): New function.
3012 (ada_la_decode): New function.
3013
3014 (modify_general_field): Correct computations of offset and bit
3015 position.
3016 (desc_base_type): Handle ref types, too.
3017 (ada_is_direct_array_type): New function.
3018
3019 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3020 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3021 (ada_is_bogus_array_descriptor,ada_type_of_array,
3022 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3023 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3024 ada_is_array_descriptor_type.
3025
3026 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3027 (ada_is_packed_array_type): Handle pointers or
3028 references to packed arrays as well.
3029 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3030 (decode_packed_array_type): Search for the packed array type
3031 symbol in the currently selected block and associated
3032 superblocks too.
3033 Use lookup_symbol again.
3034
3035 (decode_packed_array): Handle pointers and references.
3036 Update call to coerce_unspec_val_to_type.
3037 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3038 (ada_value_primitive_packed_val): Improve comment.
3039
3040 (ada_index_type): Substitute int type for "undefined".
3041 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3042 ada_array_langth, ada_is_string_type): Use renamed
3043 ada_is_simple_array_type.
3044 (empty_array): New function.
3045
3046 (ada_resolve): Rename to resolve.
3047 (resolve): Make static.
3048 Call renamed resolve_subexp.
3049 Update comment.
3050 (ada_resolve_subexp): Rename to resolve_subexp.
3051 (resolve_subexp): Update comment.
3052 Decomment disabled code.
3053 Add LOC_COMPUTED* cases.
3054 Modify to use temporary struct symbols (marked as being in
3055 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3056 OP_UNRESOLVED_VALUE.
3057 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3058 Add OP_STRING case.
3059 Remove OP_ARRAY.
3060 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3061 Use new ada_lookup_symbol_list interface.
3062 Use new ada_resolve_function interface.
3063 Remove OP_TYPE case.
3064
3065 (ada_args_match): Idiot proof against null actuals.
3066 Use intermediate variables to clarify.
3067 (ada_resolve_function): Update comment and interface.
3068 (mangled_ordered_before): Rename to encoded_ordered_before and
3069 update comment.
3070 (sort_choices): Update comment and interface.
3071 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3072 (user_select_syms): New interface.
3073 Use new sort_choices interface.
3074 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3075 (possible_user_operator_p): Idiot-proof against null values.
3076 (ada_simple_renamed_entity): Don't make cleanup; rely on
3077 caller to free result string.
3078 Remove const from return type.
3079 (make_array_descriptor): Rename uses of place_on_stack to
3080 ensure_lval.
3081 Make sure that arrays are on stack.
3082
3083 (HASH_SIZE): Define.
3084 (struct cache_entry): Define.
3085 (cache_space): Define.
3086 (cache): Define.
3087 (clear_ada_sym_cache): New function.
3088 (find_entry): New function.
3089 (lookup_cached_symbol): New function.
3090 (defn_vector_size): Define.
3091 (cache_symbol): New function.
3092 (defn_symbols): Remove.
3093
3094 (standard_lookup): Use lookup_symbol_in_language to get effect of
3095 C lookup.
3096 Cache results.
3097
3098 (symbol_completion_match): New function.
3099 (symbol_completion_add): New function.
3100 (ada_make_symbol_completion_list): New function.
3101
3102 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
3103 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
3104 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3105 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
3106
3107 (ada_lookup_simple_minsym): New function.
3108 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
3109
3110 (add_symbols_from_enclosing_procs): New interface.
3111 Conditionalize more helpfully.
3112 Don't bother if program isn't running.
3113 Use new interface to get_frame_block.
3114 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
3115
3116 (remove_extra_symbols): New interface.
3117 (xget_renaming_scope): New function.
3118 (is_package_name): New function.
3119 (renaming_is_visible): New function.
3120 (remove_out_of_scope_renamings): New function.
3121
3122 (ada_lookup_symbol_list): New interface.
3123 Properly reinitialize the symbol list obstack.
3124 Don't call add_symbols_from_enclosing_procs if we start from a
3125 static or global block.
3126 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
3127 add_symbols_from_enclosing_procs.
3128 Add symtab data to cached entries.
3129 Handle symbols prefixed with
3130 "standard__" specially; strip prefix and don't look in local symbols.
3131 Do not include out of scope renaming symbols in list of
3132 symbols returned.
3133 Add const to block parameter.
3134 Move check for non-local, non-global symbols earlier.
3135 Remove timing stuff.
3136 (ada_lookup_symbol): New interface.
3137 Find symtab as well.
3138 (ada_lookup_symbol_nonlocal): New function.
3139
3140 (is_name_suffix): Enhance suffix detection to recognize
3141 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3142 (is_dot_digits_suffix): New function.
3143 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3144
3145 (ada_add_block_symbols): New interface. Use obstack to return results
3146 in a vector of struct ada_symbol_infos. Add symtab argument.
3147 Use new interface to add_defn_to_vec.
3148 Remove calls to fill_in_ada_prototype.
3149 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3150
3151 (ada_finish_decode_line_1): Add const qualification to local to fix
3152 warning.
3153 Start looking in static block for functions to avoid attempts
3154 to search frame chain for up-level variables.
3155 Adapt to new ada_sals_for_line interface.
3156 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3157 Handle quoting of the function name inside the spec string.
3158 Skip prologue when funfirstline is set and update the
3159 function documentation to that effect.
3160
3161 (debug_print_lines, debug_print_block, debug_print_blocks,
3162 debug_print_symtab): Remove.
3163
3164 (ada_main_name): New function.
3165 (ada_exception_breakpoint_type): New function.
3166 (is_known_support_routine): New function.
3167 (ada_find_printable_frame): Renamed from find_printable_frame and made
3168 global.
3169 Remove level parameter.
3170 Use new interface to select_frame.
3171
3172 (begin_command): Remove.
3173 (ada_adjust_exception_stop): New function.
3174 (ada_print_exception_stop): New function.
3175 (exception_name_from_cond): New function.
3176 (ada_report_exception_break): Replace disabled code with
3177 conditionalization on GNAT_GDB.
3178 Get the exception name from the condition string.
3179 Remove and move functionality into new functions
3180 ada_print_exception_breakpoint_task and
3181 ada_print_exception_breakpoint_nontask.
3182 (error_breakpoint_runtime_sym_not_found): New function.
3183 (is_runtime_sym_defined): New function.
3184 (ada_breakpoint_rewrite): Uncomment suppressed code.
3185 Use symbolic error-message and runtime-symbol names.
3186 Surround runtime symbol names in quotes.
3187 Allow non-specific breakpoints on exceptions and assertions before
3188 program starts.
3189
3190 (ada_is_tagged_type): Add parameter.
3191 (ada_is_tag_type): New function.
3192 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3193 (ada_variant_discrim_type): Ditto.
3194 (value_tag_from_contents_and_address): New function.
3195 (type_from_tag): New function.
3196 (struct tag_args): New structure used to communicate with
3197 ada_tag_name_1.
3198 (ada_tag_name_1): New function.
3199 (ada_tag_name): New function.
3200
3201 (ada_scan_number): Update comment.
3202 (find_struct_field): New function.
3203 (ada_search_struct_field): Make static.
3204 (ada_value_struct_elt): New version that returns references when
3205 given pointers or references to structs.
3206 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3207 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3208 interface.
3209 (ada_value_ind): Use new ada_to_fixed_value interface.
3210 (ada_coerce_ref): Ditto.
3211 (field_offset): Remove.
3212
3213 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3214 (ada_find_renaming_symbol): New function.
3215 (ada_prefer_type): Prefer named types over unnamed ones.
3216 (variant_field_index): New function.
3217 (contains_variant_part): Removed: subsumed by variant_field_index.
3218 (ada_template_to_fixed_record_type): New function, mostly from
3219 template_to_fixed_record_type.
3220 (template_to_fixed_record_type):
3221 Do not scan the type fields beyond the last one; prevents a
3222 potential SEGV.
3223 Handle case where variant field is listed BEFORE discriminant it
3224 depends on.
3225 Fix calculation of record length when bit length is
3226 not evenly divisible by char length.
3227 Move code to ada_template_to_fixed_record_type and call it.
3228
3229 (template_to_static_fixed_type): Revise comment.
3230 Modify to work on ordinary record types as well as templates,
3231 so as to handle fields that use ___XVE or ___XVU encodings.
3232 (to_record_with_fixed_variant_part): Fill out comment.
3233 Initialize C++ stuff in right type.
3234 Allow case where DVAL is null.
3235 Handle case where variant field is not last.
3236 Fix typo concerning record length.
3237 (to_fixed_record_type): Decomment disabled code.
3238 (to_fixed_record_type): Use variant_field_index instead of
3239 contains_variant_part.
3240 (to_fixed_variant_branch_type): Ditto.
3241 (to_fixed_array_type): Decomment disabled code.
3242 (ada_to_fixed_type): Convert tagged types to the specific type.
3243 Deactivate the size-check for array types in order to avoid
3244 some false size alarms.
3245 (to_static_fixed_type): Decomment disabled code.
3246 Modify to call template_to_static_fixed_type
3247 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3248 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3249 Remove valaddr argument, as it is never really used.
3250 (ada_to_fixed_value): Change interface to act on single struct value*
3251 operand.
3252 (adjust_pc_past_prologue): New function.
3253 (ada_attribute_name): Modify to take enum exp_opcode argument.
3254
3255 (ada_enum_name): Recognize new homonym-distinguishing convention.
3256 Adjust local variable's type to remove compiler warning.
3257 Fix a small problem in the part that unqualifies the enumeration name.
3258 (ada_value_binop): New function.
3259 (ada_value_equal): New function.
3260
3261 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3262 Don't give error message when not doing normal evaluation
3263 and a tagged type doesn't seem to contain a structure member.
3264 Give error message for packed arrays.
3265 For indexing arrays, handle pointers to packed arrays correctly.
3266 Handle case of 'first and 'last attributes of bare integral type
3267 without encoded subtype info.
3268 Remove some unnecessary casts.
3269 Fix uninitialized value of type in computing 'first, 'last, or 'length
3270 of array object.
3271 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3272 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3273 calls.
3274 Attributes are now exp_opcode values.
3275 Correct treatment of 'modulus.
3276 Better error message for taking 'length of wrong kind of type;
3277 improve comment.
3278 Change EVAL_NORMAL to noside for consistency.
3279 Use ada_value_binop for DIV, MOD, REM.
3280 Make special case out of array of length 0, since an argument
3281 of 0 upsets some platforms' malloc.
3282 Use OP_STRING instead of OP_ARRAY.
3283 For slice, add check that we have an array type before extracting
3284 a slice out of it. Avoids a SEGV.
3285 When evaluating an array slice, if the array type is a reference to
3286 an aligner type, then replace the aligner type by the actual type.
3287 Decomment disabled code.
3288 Remove some dead code.
3289 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3290 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3291 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3292 and UNOP_MBR to UNOP_IN_RANGE.
3293 If an array type has a parallel ___XVE type, then use it.
3294 Turn arrays into pointers for lvalue arrays.
3295 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3296 bounds error and handle 0-length slices.
3297 Use lim_warning.
3298 When selecting fields, apply ada_to_fixed_value (because the fields
3299 might have ___XVU or ___XVE encodings even if not dynamic.)
3300 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3301 (ada_is_system_address_type): New function.
3302
3303 (get_var_value): Use new interface to ada_lookup_symbol_list.
3304 (get_int_var_value): New interface.
3305 (to_fixed_range_type): Allow unknown bound, with warning.
3306 (ada_is_modular_type): Decomment disabled code.
3307 (ADA_OPERATORS): New definition.
3308 (ada_operator_length): New function.
3309 (ada_expr_op_name): New function.
3310 (ada_forward_operator_length): New function.
3311 (ada_dump_subexp_body): New function.
3312 (ada_print_subexp): New function.
3313 (ada_exp_descriptor): New constant.
3314 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3315 (ada_language_defn): Add ada_exp_descriptor entry.
3316 Change ada_parse => parse.
3317 Add post-parser entry.
3318 Use ada-specific non-local symbol lookup.
3319 Don't use C-style arrays.
3320 String lower-bound is 1.
3321 Decomment disabled code.
3322 (parse): New function.
3323 New fields ada_translate_error_message, ada_lookup_symbol,
3324 ada_lookup_minimal_symbol.
3325
3326 * ada-lang.h: Update copyright dates.
3327 Replace the mangle/demangle terminology throughout by the
3328 more appropriate encode/decode one.
3329 Include breakpoint.h.
3330 Forward declare struct partial_symbol, struct block.
3331 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
3332 (EXTRACT_ADDRESS): Remove.
3333 (EXTRACT_INT): Remove.
3334 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
3335 (MAX_ENCLOSING_FRAME_LEVELS): Define.
3336 (MAX_RENAMING_CHAIN_LENGTH): Define.
3337 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
3338
3339 (enum task_states): Remove.
3340 ada_task_states: Remove.
3341 (fat_string): Remove.
3342 (struct entry_call): Remove.
3343 (struct task_fields): Remove.
3344 (struct task_entry): Remove.
3345
3346 (struct ada_symbol_info): Define.
3347 (enum ada_attribute): Remove.
3348 (enum ada_operator): Define.
3349
3350 (ada_get_field_index): Declare.
3351 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
3352 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3353 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3354 (ada_lookup_symbol_list): New interface.
3355 (ada_decode_symbol): Declare.
3356 (ada_decode): Declare.
3357 (ada_lookup_symbol): New interface.
3358 (ada_update_initial_language): Declare.
3359 (ada_lookup_simple_minsym): Declare.
3360 (user_select_syms): New interface.
3361 (ada_sals_for_line): Declare.
3362 (ada_is_tagged_type): New interface.
3363 (ada_tag_name): Declare.
3364 (ada_lookup_struct_elt_type): Remove declaration.
3365 (ada_search_struct_field): Remove declaration.
3366 (ada_attribute_name): New interface.
3367 (ada_is_system_address_type): Declare.
3368 (ada_to_fixed_value): Remove declaration.
3369 (ada_template_to_fixed_record_type_1): Declare.
3370 (get_int_var_value): New interface.
3371 (ada_find_any_symbol): Declare.
3372 (ada_find_renaming_symbol): Declare.
3373 (ada_mangle): Rename to ada_encode.
3374 (ada_simple_renamed_entity): Remove const.
3375 (ada_main_name): Declare.
3376 (get_current_task): Rename to ada_get_current_task.
3377 (get_entry_number): Remove declaration.
3378 (ada_report_exception_break): Remove declaration.
3379 (ada_print_exception_breakpoint_nontask): Declare.
3380 (ada_print_exception_breakpoint_task): Declare.
3381 (ada_find_printable_frame): Declare.
3382
3383 * ada-lex.l: Update copyright notices.
3384 Use xmalloc and xfree instead of malloc and free.
3385 Use new interface to name_lookup.
3386 Use new interface to
3387 ada_mangle=>ada_encode.
3388 Redo handling of '$...' variable to parallel current treatment
3389 in c-exp.y.
3390 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
3391 digit_to_int, strtoulst, processInt, processReal, processId,
3392 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
3393 yywrap): Protoize.
3394
3395 (processInt): Use cast to remove harmless warning.
3396 (processReal): Modify to get rid of compiler warning on scan formats.
3397
3398 (processId): Replace xmalloc with obstack_alloc for name and remove
3399 call to ada_name_string_cleanup.
3400 Remove obsolete disabled code.
3401 (name_lookup): Ditto.
3402 New interface.
3403 Use obsavestring on temp_parse_space instead of savestring
3404 on name, and remove call to ada_name_string_cleanup.
3405 Free string returned from ada_simple_renamed_entity.
3406 Use new interface to ada_lookup_symbol_list.
3407 Decomment disabled code.
3408 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
3409 not types.
3410 When a type name lookup succeeds as a result of
3411 lookup_primitive_typename, check for regular type entry that has not
3412 yet been read in.
3413 Limit length of chain of renamed symbols we are willing to follow.
3414 Do not break names beginning with "standard__" into segments.
3415 (block_lookup): Use new interface to ada_lookup_symbol_list.
3416
3417 * ada-typeprint.c: Update copyright notice.
3418 (demangled_type_name): Rename to decoded_type_name.
3419 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
3420 (print_range_bound): Correct handling of negative
3421 bounds that make the index type looked unsigned under STABS.
3422 (print_dynamic_range_bound): Use new interface to get_int_var_value.
3423 (print_range_type_named): Use the builtin int type if no type
3424 corresponding to the given type name could be found.
3425 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
3426 Add some bullet-proofing.
3427 (print_variant_clauses): Allow for variant branches with ___XVU
3428 encodings that are not dynamic fields.
3429 Use new interface to ada_is_tagged_type.
3430 (print_record_type): Allow for fields with ___XVE encodings that
3431 are not dynamic fields.
3432 Use new interface to ada_is_tagged_type.
3433 (ada_print_type): ada_is_array_descriptor =>
3434 ada_is_array_descriptor_type.
3435
3436 * ada-valprint.c: Update copyright notice.
3437 Include gdb_string.h
3438 Include infcall.h
3439 (ui_memcpy): New function.
3440 (ada_print_floating): New function.
3441 (ada_print_str): Order arguments correctly.
3442 Correct handling of empty arrays and arrays of 0-length items.
3443 ada_is_array_descriptor => ada_is_array_descriptor_type
3444 Print values of type System.Address in hexadecimal format.
3445 Use ada_print_floating to print floating-point numbers in Ada format.
3446 Print class tag values with type names.
3447 No longer print the address of reference values. Avoids
3448 a potential confusion.
3449 (ada_value_print): Stop printing the object type for reference
3450 values, but preserve that behavior for access types. Avoids
3451 a potential confusion.
3452 Simplify one conditional expression, as the first part is now
3453 necessarily true.
3454 ada_is_array_descriptor => ada_is_array_descriptor_type
3455 Add check for arrays for null records, and print them by hand.
3456
3457 2004-06-01 Jim Blandy <jimb@redhat.com>
3458
3459 * ppc-tdep.h: Delete unused 'regoff' member.
3460 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
3461
3462 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
3463
3464 Fix PR symtab/1661.
3465 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
3466 (hpread_read_struct_type): Likewise.
3467
3468 2004-06-01 Andrew Cagney <cagney@gnu.org>
3469
3470 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
3471 instead of xasprintf.
3472 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
3473 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
3474 (mi_cmd_data_list_register_names)
3475 (mi_cmd_data_list_changed_registers)
3476 (mi_cmd_data_list_register_values)
3477 (get_register, mi_cmd_data_write_register_values)
3478 (mi_cmd_data_write_register_values)
3479 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
3480 (mi_cmd_target_download, mi_cmd_target_select)
3481 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
3482 (mi_execute_cli_command, mi_execute_async_cli_command)
3483 (mi_execute_async_cli_command): Ditto.
3484 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
3485 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
3486
3487 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
3488 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
3489 error_last_message instead of mi_error_last_message.
3490 * mi/mi-main.c (mi_error_last_message): Delete function.
3491
3492 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
3493 "invalid number of columns" error. Delete redundant "out of
3494 memory" check.
3495
3496 2004-05-31 Mark Kettenis <kettenis@gnu.org>
3497
3498 * i386bsd-nat.c: Don't include <sys/procfs.h>.
3499 (gregset_t, fpregset_t): Remove typedefs.
3500 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
3501 (REG_OFFSET): Rename argument.
3502 (i386bsd_r_reg_offset): Rename from reg_offset.
3503 (REG_ADDR): Remove macro.
3504 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
3505 functions.
3506 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
3507 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
3508 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
3509 instead of supply_gregset.
3510 (store_inferior_registers): Use `struct reg' and `struct fpreg'
3511 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
3512 instead of fill_gregset.
3513 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
3514
3515 * i386bsd-nat.c: Don't include "gregset.h".
3516 (supply_gregset, fill_gregset): Make static.
3517 (supply_fpregset, fill_fpregset): Remove.
3518 * Makefile.in (i386bsd-nat.o): Update dependencies.
3519
3520 2004-05-30 Mark Kettenis <kettenis@gnu.org>
3521
3522 * fbsd-proc.c: Include "regcache.h", "regset.h" and
3523 "gdb_assert.h". Con't include "gregset.h".
3524 (fbsd_make_corefile_notes): Use regset-based core file support
3525 instead off fill_gregset and fill_fpregset.
3526 * Makefile.in (fbsd-proc.o): Update dependencies.
3527
3528 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
3529 instructions.
3530 (m88k_frame_prev_register): Simplify code a bit.
3531
3532 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
3533 (amd64_collect_fpregset): New function.
3534 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
3535
3536 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
3537
3538 * i386-tdep.c (i386_supply_gregset): Adjust comment.
3539 (i386_collect_gregset): New function.
3540 (i386_supply_fpregset): Adjust comment.
3541 (i386_collect_fpregset): New function.
3542 (i386_regset_from_core_section): Use i386_collect_gregset and
3543 i386_collect_fpregset.
3544
3545 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
3546 handle VALUEP being null.
3547
3548 * regset.h (collect_regset_ftype): Unconstify fourth argument.
3549
3550 2004-05-29 Mark Kettenis <kettenis@gnu.org>
3551
3552 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
3553
3554 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
3555 assembler in OpenBSD 3.5-current.
3556 (amd64obsd_sigcontext_addr): Likewise.
3557
3558 2004-05-28 Jim Blandy <jimb@redhat.com>
3559
3560 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
3561 register set, so our regcache isn't declared "legacy" and our E500
3562 pseudoregister read and write functions aren't ignored.
3563 (rs6000_register_byte, rs6000_register_raw_size,
3564 rs6000_register_virtual_type, rs6000_register_convertible,
3565 rs6000_register_convert_to_virtual,
3566 rs6000_register_convert_to_raw): Deleted.
3567 (rs6000_register_type, rs6000_convert_register_p,
3568 rs6000_register_to_value, rs6000_value_to_register): New
3569 functions.
3570 (rs6000_gdbarch_init): Don't register
3571 gdbarch_deprecated_register_size,
3572 gdbarch_deprecated_register_bytes,
3573 gdbarch_deprecated_register_byte,
3574 gdbarch_deprecated_register_raw_size,
3575 gdbarch_deprecated_register_virtual_type,
3576 gdbarch_deprecated_register_convertible,
3577 gdbarch_deprecated_register_convert_to_virtual, or
3578 gdbarch_deprecated_register_convert_to_raw methods. Instead,
3579 register gdbarch_register_type, gdbarch_convert_register_p,
3580 gdbarch_register_to_value, and gdbarch_value_to_register methods.
3581
3582 2004-05-26 Jim Blandy <jimb@redhat.com>
3583
3584 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
3585 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
3586 functions, updated to match the register numberings used in GCC.
3587 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
3588 rs6000_dwarf2_reg_to_regnum as register number conversions
3589 functions for STABS and Dwarf2.
3590
3591 2004-05-26 Randolph Chung <tausq@debian.org>
3592
3593 * infttrace.h (target_waitkind): Forward declare type instead of pulling
3594 in header file.
3595
3596 2004-05-25 Joel Brobecker <brobecker@gnat.com>
3597
3598 * NEWS: Document new "start" command.
3599
3600 2004-05-25 Randolph Chung <tausq@debian.org>
3601
3602 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
3603 hppa-linux.
3604
3605 2004-05-25 Randolph Chung <tausq@debian.org>
3606
3607 * hppa-hpux-tdep.c (offsetof): Define.
3608 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
3609 (hppa32_hpux_frame_base_before_sigtramp)
3610 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
3611 (hppa64_hpux_frame_saved_pc_in_sigtramp)
3612 (hppa64_hpux_frame_base_before_sigtramp)
3613 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
3614 functions.
3615 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
3616 (hppa_hpux_sigtramp_frame_unwind_cache)
3617 (hppa_hpux_sigtramp_frame_this_id)
3618 (hppa_hpux_sigtramp_frame_prev_register)
3619 (hppa_hpux_sigtramp_frame_unwind)
3620 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
3621 (hppa_hpux_init_abi): Register sigtramp unwinder.
3622 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
3623
3624 2004-05-25 Randolph Chung <tausq@debian.org>
3625
3626 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
3627 and multiple stack unwinds.
3628 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
3629
3630 2004-05-25 Andrew Cagney <cagney@gnu.org>
3631
3632 * symfile.h (symbol_file_add_from_memory): Delete declaration.
3633 * symfile-mem.h: Delete file.
3634 * symfile-mem.c: Do not include "symfile-mem.h".
3635 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
3636 "struct bfd_section". When an error do not bother returning NULL.
3637 (add_symbol_file_from_memory_command): Use "struct bfd" and
3638 "struct bfd_section".
3639 * Makefile.in (symfile_mem_h): Delete.
3640 (symfile-mem.o): Update dependencies.
3641
3642 2004-05-25 Nick Roberts <nickrob@gnu.org>
3643
3644 * gdb-mi.el: New file.
3645
3646 2004-05-25 Andrew Cagney <cagney@gnu.org>
3647
3648 * inftarg.c: Include "observer.h".
3649 (child_attach, child_create_inferior): Notify inferior_created.
3650 * corelow.c: Include "observer.h".
3651 (core_open): Notify inferior_created.
3652 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
3653
3654 2004-05-25 Andrew Cagney <cagney@gnu.org>
3655
3656 * target.h (struct target_ops): Add from_tty to
3657 to_create_inferior.
3658 (target_create_inferior, find_default_create_inferior): Update.
3659 * infcmd.c (run_command): Update.
3660 * wince.c (child_create_inferior): Update.
3661 * win32-nat.c (child_create_inferior): Update.
3662 * uw-thread.c (uw_thread_create_inferior): Update.
3663 * thread-db.c (thread_db_create_inferior): Update.
3664 * target.c (debug_to_create_inferior)
3665 (find_default_create_inferior): Update.
3666 (maybe_kill_then_create_inferior): Update.
3667 * sol-thread.c (sol_thread_create_inferior): Update.
3668 * remote.c (extended_remote_async_create_inferior)
3669 (extended_remote_create_inferior): Update.
3670 * remote-vx.c (vx_create_inferior): Update.
3671 * remote-st.c (st2000_create_inferior): Update.
3672 * remote-sim.c (gdbsim_create_inferior): Update.
3673 * remote-sds.c (sds_create_inferior): Update.
3674 * remote-rdp.c (remote_rdp_create_inferior): Update.
3675 * remote-rdi.c (arm_rdi_create_inferior): Update.
3676 * remote-m32r-sdi.c (m32r_create_inferior): Update.
3677 * remote-e7000.c (e7000_create_inferior): Update.
3678 * procfs.c (procfs_create_inferior): Update.
3679 * ocd.c (ocd_create_inferior): Update.
3680 * ocd.h (ocd_create_inferior): Update.
3681 * nto-procfs.c (procfs_create_inferior): Update.
3682 * monitor.c (monitor_create_inferior): Update.
3683 * lin-lwp.c (lin_lwp_create_inferior): Update.
3684 * inftarg.c (child_create_inferior): Update.
3685 * hpux-thread.c (hpux_thread_create_inferior): Update.
3686 * gnu-nat.c (gnu_create_inferior): Update.
3687
3688 2004-05-25 Andrew Cagney <cagney@gnu.com>
3689
3690 * MAINTAINERS: Update e-mail address.
3691
3692 2004-05-24 Randolph Chung <tausq@debian.org>
3693
3694 * thread.c (info_threads_command, thread_apply_all_command)
3695 (thread_apply_command, thread_command, do_captured_thread_select):
3696 Remove HPUXHPPA-specific code.
3697
3698 2004-05-24 Randolph Chung <tausq@debian.org>
3699
3700 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
3701 unused symbols.
3702 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
3703 references.
3704
3705 2004-05-24 Joel Brobecker <brobecker@gnat.com>
3706
3707 * infcmd.c (kill_if_already_running): New function, extracted
3708 from run_command().
3709 (run_command): Replace extracted code by call to
3710 kill_if_already_running().
3711 (start_command): New function.
3712 (_initialize_infcmd): Add "start" command.
3713
3714 2004-05-24 Mark Kettenis <kettenis@gnu.org>
3715
3716 Add OpenBSD/m88k support.
3717 * NEWS (New native configurations): Mention OpenBSD/m88k.
3718 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
3719 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
3720 * Makefile.in (m88k_tdep_h): New variable.
3721 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
3722 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
3723 * configure.host: Add m88*-*-openbsd*.
3724 * configure.tgt: Add m88*-*-openbsd*.
3725
3726 2004-05-24 Jim Blandy <jimb@redhat.com>
3727
3728 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
3729 to approve changes.
3730
3731 2004-05-24 Kevin Buettner <kevinb@redhat.com>
3732
3733 * symtab.c (fixup_section): Search section table when lookup by
3734 name fails.
3735
3736 2004-05-24 Randolph Chung <tausq@debian.org>
3737
3738 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
3739 be "small_struct".
3740
3741 2004-05-24 Mark Kettenis <kettenis@gnu.org>
3742
3743 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
3744 register number in regcache_raw_collect call.
3745 (m68kbsd_collect_fpregset): Likewise.
3746 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
3747
3748 * regset.h (struct regset): Add back `regset' member.
3749
3750 2004-05-23 Mark Kettenis <kettenis@gnu.org>
3751
3752 * configure.in: Check for td_pcb in `struct thread'.
3753 * configure, config.in: Regenerated.
3754
3755 * dpx2-nat.c: Remove file.
3756 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
3757 (dpx2-nat.o): Remove dependencies.
3758
3759 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
3760 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
3761 (amd64obsd_supply_pcb): New function.
3762 (_initialize_amd64obsd_nat): Enable libkvm interface.
3763 * Makefile.in (amd64obsd-nat.o): Update dependencies.
3764 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
3765 (LOADLIBES): New variable.
3766
3767 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
3768 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
3769 (sparc32nbsd_supply_pcb): New function.
3770 (_initialize_sparcnbsd_nat): Enable libkvm interface.
3771 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
3772 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3773 (LOADLIBES): New variable.
3774
3775 2004-05-22 Mark Kettenis <kettenis@gnu.org>
3776
3777 * bsd-kvm.c, bsd-kvm.h: New files.
3778 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3779 "bsd-kvm.h".
3780 (i386fbsd_supply_pcb): New function.
3781 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
3782 (i386fbsd-nat.o): Update dependencies.
3783 (bsd_kvm_h): New variable.
3784 (bsd-kvm.o): New dependency.
3785 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3786 (LOADLIBES): New variable.
3787
3788 * regset.c: Tweak comment.
3789 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
3790 macro.
3791 * regset.h: Update copyright year.
3792 (struct regset): Remove `descr' member, add `gdbarch' member.
3793 (regset_alloc): Adjust prototype and comment.
3794 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
3795 (i386_supply_fpregset): Likewise.
3796 (i386_regset_from_core_section): Update call to regset_alloc.
3797 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
3798 REGSET->arch.
3799 (i386obsd_aout_regset_from_core_section): Update call to
3800 regset_alloc.
3801 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
3802 REGSET->arch.
3803 (i386nbsd_aout_regset_from_core_section): Update call to
3804 regset_alloc.
3805 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
3806 REGSET->arch.
3807 (amd64_regset_from_core_section): Update call to regset_alloc.
3808 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
3809 REGSET->arch.
3810 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
3811 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
3812 &sparc32nbsd_gregset in sparc32_supply_gregset call.
3813 (sparc32nbsd_init_abi): Update call to regset_alloc.
3814 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
3815 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
3816 (sparc64obsd_init_abi): Update call to regset_alloc.
3817 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
3818 &sparc64nbsd_gregset in sparc64_supply_gregset call.
3819 (sparc64nbsd_init_abi): Update call to regset_alloc.
3820 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
3821 &sparc64fbsd_gregset in sparc64_supply_gregset call.
3822 (sparc64fbsd_init_abi): Update call to regset_alloc.
3823
3824 2004-05-22 Jim Blandy <jimb@redhat.com>
3825
3826 * ppc-tdep.h (spe_register_p): New declaration.
3827 (struct gdbarch_tdep): New members: ppc_acc_regnum and
3828 ppc_spefscr_regnum.
3829 * rs6000-tdep.c (spe_register_p): New function.
3830 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
3831 spefscr.
3832 (rs6000_gdbarch_init): Initialize the new members of the tdep
3833 structure.
3834
3835 2004-05-21 Jim Blandy <jimb@redhat.com>
3836
3837 * ppc-linux-nat.c (fetch_register): Move code back to be next
3838 to the comment that describes it. (Moved code, instead of
3839 comment, for symmetry with store_register.)
3840
3841 Allocate regset structures in the gdbarch's obstack, not using
3842 xmalloc.
3843 * regset.c (regset_alloc): Renamed from regset_xmalloc.
3844 Add 'arch' argument. Allocate the regset on arch's obstack, not
3845 using xmalloc.
3846 * regset.h (regset_alloc): Update declaration.
3847 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
3848 gdbarch argument.
3849 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3850 * i386-tdep.c (i386_regset_from_core_section): Same.
3851 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3852 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3853 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3854 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3855 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3856 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3857
3858 2004-05-21 Joel Brobecker <brobecker@gnat.com>
3859
3860 * config/djgpp/fnchange.lst: Undo previous change, was useless.
3861
3862 2004-05-21 Jim Blandy <jimb@redhat.com>
3863
3864 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
3865 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
3866
3867 2004-05-20 Jim Blandy <jimb@redhat.com>
3868
3869 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
3870
3871 2004-05-20 Mark Kettenis <kettenis@gnu.org>
3872
3873 * regset.h: Make prototype const-correct.
3874 * regset.c (regset_xmalloc): Make const-correct.
3875
3876 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
3877
3878 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
3879 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
3880 (symbol_search_name): Declare.
3881
3882 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
3883 (iter_name_next_hashed): Ditto.
3884 (iter_name_next_linear): Ditto.
3885 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
3886
3887 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
3888 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
3889 (symbol_search_name): New function.
3890
3891 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
3892
3893 * minsyms.c (build_minimal_symbol_hash_tables): Change
3894 test for adding to demangled hash table to check for difference
3895 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
3896
3897 2004-05-19 Jim Blandy <jimb@redhat.com>
3898
3899 Use a constructor function to create regset structures.
3900 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
3901 (struct regset): Use supply_regset_ftype. Add new
3902 'collect_regset' member.
3903 (regset_xmalloc): New declaration.
3904 * regset.c: New file.
3905 * am64-tdep.c (amd64_regset_from_core_section): Use
3906 regset_xmalloc to construct regset structures.
3907 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3908 * i386-tdep.c (i386_regset_from_core_section): Same.
3909 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3910 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3911 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3912 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3913 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3914 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3915 * Makefile.in (COMMON_OBS): Add regset.o.
3916 (regset.o): New rule.
3917
3918 2004-05-19 Joel Brobecker <brobecker@gnat.com>
3919
3920 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
3921 and pthread_cond_wait.c.
3922
3923 2004-05-18 Jim Blandy <jimb@redhat.com>
3924
3925 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
3926 before the mach-specific switch, and then let the individual cases
3927 override the defaults, rather than leaving them uninitialized
3928 until the switch and then setting them in each case.
3929
3930 2004-05-18 Randolph Chung <tausq@debian.org>
3931
3932 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
3933 millicode functions.
3934
3935 2004-05-18 Randolph Chung <tausq@debian.org>
3936
3937 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
3938 references to dld_flags_buffer consistent.
3939
3940 2004-05-18 Randolph Chung <tausq@debian.org>
3941
3942 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
3943 it for unwinding the stack.
3944
3945 2004-05-18 Randolph Chung <tausq@debian.org>
3946
3947 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
3948 Undefine these so we can overide them using gdbarch.
3949
3950 2004-05-18 Randolph Chung <tausq@debian.org>
3951
3952 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
3953 handling for 64-bit HPUX (elf).
3954
3955 2004-05-18 Daniel Jacobowitz <dan@debian.org>
3956
3957 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
3958 constants.
3959 * amd64-tdep.c (amd64_skip_prologue): Likewise.
3960 * ia64-tdep.c (examine_prologue): Likewise.
3961 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
3962 * v850-tdep.c (v850_fix_call_dummy): Likewise.
3963
3964 2004-05-18 Mark Kettenis <kettenis@gnu.org>
3965
3966 * vax-tdep.c (vax_return_value): Implement
3967 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3968
3969 2004-05-17 Mark Kettenis <kettenis@gnu.org>
3970
3971 * vax-tdep.c (vax_return_value): Fix typo.
3972
3973 2004-05-17 Andrew Cagney <cagney@redhat.com>
3974
3975 * MAINTAINERS: Mark Salter was also responsible for
3976 testsuite/config/
3977
3978 * NEWS: Mention signal fixes.
3979
3980 2004-05-17 Randolph Chung <tausq@debian.org>
3981
3982 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
3983 check to see if we are unwinding an export stub. Export stubs clobber
3984 the %rp in the call path and stores the original rp in a stack slot.
3985
3986 2004-05-17 Jim Blandy <jimb@redhat.com>
3987
3988 * MAINTAINERS: Update address for J.T. Conklin.
3989
3990 2004-05-17 Randolph Chung <tausq@debian.org>
3991
3992 * hppa-tdep.c: Remove superfluous #include's.
3993 * Makefile.in (hppa-tdep.o): Update dependencies.
3994
3995 2004-05-17 Randolph Chung <tausq@debian.org>
3996
3997 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
3998 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
3999 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4000 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4001 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4002 Remove static function declarations.
4003
4004 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4005
4006 * alphabsd-nat.c: Update copyright year.
4007 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4008
4009 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4010 and M68K_A2_REGNUM.
4011
4012 * m68k-tdep.c (m68k_svr4_return_value): Implement
4013 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4014
4015 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4016
4017 * sol-thread.c Update copyright year. Fix various coding
4018 standards violations. Tweak a few comments.
4019 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4020 Delete prototypes.
4021
4022 2004-05-15 Randolph Chung <tausq@debian.org>
4023
4024 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4025 as pointer instead of array reference since HPUX compiler does
4026 not accept unsized array arguments.
4027 * somsolib.c (dld_flags_buffer): Use constant array size.
4028
4029 2004-05-15 Mark Kettenis <kettenis@gnu.org>
4030
4031 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4032 offset with decimal offset.
4033 (amd64obsd_sigcontext_addr): Return correct address for entire
4034 signal trampoline.
4035
4036 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4037 instead of get_frame_base.
4038
4039 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4040 (fill_gregset): Use regcache_raw_collect.
4041
4042 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4043 ppcobsd-tdep.c.
4044
4045 * config/sparc/tm-nbsd64.h: Remove file.
4046 * config/tm-sunos.h: Remove file.
4047
4048 2004-05-15 Joel Brobecker <brobecker@gnat.com>
4049
4050 * rs6000-tdep.c (store_param_on_stack_p): New function,
4051 an improved version of some code extracted from skip_prologue().
4052 (skip_prologue): Use store_param_on_stack_p() to detect
4053 instructions saving a parameter on the stack. Detect when r0
4054 is used to save a parameter.
4055 Do not mark "li rx, SIMM" instructions as part of the prologue,
4056 unless the following instruction is also part of the prologue.
4057
4058 2004-05-14 Andrew Cagney <cagney@redhat.com>
4059
4060 * infrun.c (handle_inferior_event): Simplify
4061 STEP_OVER_UNDEBUGGABLE.
4062
4063 * infrun.c (handle_step_into_function): Delete function.
4064 (handle_inferior_event): Inline calls to
4065 handle_step_into_function.
4066
4067 2004-05-14 Jerome Guitton <guitton@gnat.com>
4068
4069 * rs6000-nat.c: Fix a comment.
4070
4071 2004-05-12 David Anderson <davea@sgi.com>
4072
4073 Committed by Jim Blandy <jimb@redhat.com>:
4074 * regcache.c (struct regcache_descr): fix comment spelling.
4075
4076 2004-05-13 J. Brobecker <brobecker@gnat.com>
4077
4078 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4079 Fixes a link link failure.
4080
4081 2004-05-13 J. Brobecker <brobecker@gnat.com>
4082
4083 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4084 error that was causing the build to fail.
4085
4086 2004-05-13 J. Brobecker <brobecker@gnat.com>
4087
4088 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
4089 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
4090
4091 2004-05-13 Andrew Cagney <cagney@redhat.com>
4092
4093 * infrun.c (handle_inferior_event): Check for
4094 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
4095 calls. Update comments.
4096
4097 2004-05-13 Jim Blandy <jimb@redhat.com>
4098
4099 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
4100 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4101 (store_regs_user_thread, store_regs_kernel_thread): Use
4102 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
4103 * ppc-linux-nat.c (fill_gregset): Same.
4104 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
4105 (ppc_linux_sigtramp_cache): Same.
4106 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
4107 (ppcnbsd_sigtramp_cache_init): Same.
4108 * rs6000-nat.c (fetch_core_registers): Same.
4109 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4110 (rs6000_frame_cache): Same.
4111
4112 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
4113 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
4114 of assuming that the gprs are numbered starting with zero.
4115 * ppc-linux-nat.c (fill_gregset): Same.
4116 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
4117 * ppcnbsd-nat.c (getregs_supplies): Same.
4118 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
4119 * rs6000-nat.c (fetch_core_registers): Same.
4120 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
4121
4122 2004-05-07 Michael Snyder <msnyder@redhat.com>
4123
4124 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
4125 LOC_COMPUTED_ARG, and LOC_INDIRECT.
4126
4127 2004-05-13 Andrew Cagney <cagney@redhat.com>
4128
4129 * infrun.c (handle_inferior_event): Use frame_unwind_id.
4130
4131 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4132
4133 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
4134 base_address for shared libraries.
4135
4136 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4137
4138 * MAINTAINERS (write after approval): Add myself.
4139
4140 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4141
4142 * breakpoint.c (bpstat_stop_status): Add new argument
4143 STOPPED_BY_WATCHPOINT. Use it instead of testing
4144 target_stopped_data_address agaist 0 to check whether
4145 or not we stopped due to a hardware watchpoint.
4146 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4147 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4148 with new argument.
4149
4150 2004-05-12 Jim Blandy <jimb@redhat.com>
4151
4152 * configure.in: When checking whether we should use the -bbigtoc
4153 option, don't forget to restore the original value of LDFLAGS.
4154 * configure: Regenerated.
4155
4156 2004-05-12 Andrew Cagney <cagney@redhat.com>
4157
4158 * thread.c (load_infrun_state): Delete step_sp.
4159 * infrun.c (context_switch): Ditto.
4160 * inferior.h (step_sp): Ditto.
4161 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4162 * gdbthread.h (struct thread_info, save_infrun_state)
4163 (restore_infrun_state): Ditto.
4164
4165 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4166
4167 * MAINTAINERS (write after approval): Add myself.
4168
4169 2004-05-12 Andrew Cagney <cagney@redhat.com>
4170
4171 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
4172 eliminate reference to step_sp.
4173 (struct execution_control_state, init_execution_control_state)
4174 (handle_inferior_event, keep_going): Delete update_step_sp and
4175 step_sp.
4176 * infcmd.c (step_sp): Note that variable is unused.
4177
4178 2004-05-11 Andrew Cagney <cagney@redhat.com>
4179
4180 * infrun.c (step_over_function): Delete function.
4181 (handle_step_into_function): Use insert_step_resume_breakpoint.
4182 (insert_step_resume_breakpoint): Fix assertion.
4183
4184 2004-05-11 Nick Roberts <nickrob@gnu.org>
4185
4186 * utils.c (defaulted_query): Just use the normal query input type
4187 when printing the annotations.
4188
4189 2004-05-11 Andrew Cagney <cagney@redhat.com>
4190
4191 * infrun.c (handle_inferior_event): Simplify code handling
4192 step-into or return-from a signal trampoline.
4193
4194 2004-05-11 Andrew Cagney <cagney@redhat.com>
4195
4196 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4197 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4198
4199 2004-05-10 Jim Blandy <jimb@redhat.com>
4200
4201 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4202 with a call to internal_error.
4203
4204 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4205 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4206 processor variant lacks those registers.
4207 (ppc_floating_point_unit_p): Change description to make it clear
4208 that this returns info about the ISA, not the ABI.
4209 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4210 return true or false by checking tdep->ppc_fp0_regnum and
4211 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4212 arch/mach switching done in rs6000_gdbarch_init; it's better to
4213 keep that logic there, and just check the results here.
4214 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4215 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4216 floating-point registers.
4217 (ppc_supply_fpregset, ppc_collect_fpregset)
4218 (rs6000_push_dummy_call, rs6000_extract_return_value)
4219 (rs6000_store_return_value): Assert that we have floating-point
4220 registers.
4221 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4222 (rs6000_frame_cache): Don't note the locations at which
4223 floating-point registers were saved if we have no fprs.
4224 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4225 registers.
4226 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4227 (store_regs_user_thread, store_regs_kernel_thread): Only call
4228 supply_fprs / fill_fprs if we actually have floating-point
4229 registers.
4230 (special_register_p): Check ppc_fpscr_regnum before matching
4231 against it.
4232 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4233 supply / collect fpscr if we don't have it.
4234 * ppc-bdm.c: #include "gdb_assert.h".
4235 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4236 have floating-point registers, since I can't test this code on
4237 FP-free systems to adapt it.
4238 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4239 fpscr and floating point register numbers if they don't exist.
4240 (fetch_register): Assert that we have floating-point registers
4241 before we reach the code that handles them.
4242 (store_register): Same. And use tdep instead of calling
4243 gdbarch_tdep again.
4244 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4245 don't have them.
4246 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4247 fprs and fpscr if we don't have them.
4248 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4249 don't have them.
4250 * ppcnbsd-nat.c: #include "gdb_assert.h".
4251 (getfpregs_supplies): Assert that we have floating-point registers.
4252 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4253 * ppcobsd-tdep.c: #include "gdb_assert.h".
4254 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4255 have floating-point registers.
4256 * rs6000-nat.c (regmap): Don't match against the fpscr and
4257 floating point register numbers if they don't exist.
4258 (fetch_inferior_registers, store_inferior_registers,
4259 fetch_core_registers): Only fetch / store / supply the
4260 floating-point registers and the fpscr if we have them.
4261 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4262 (ppcobsd-tdep.o): Update dependencies.
4263
4264 2004-05-10 Andrew Cagney <cagney@redhat.com>
4265
4266 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4267 (context_switch): Do not switch through_sigtramp_breakpoint.
4268 * gdbthread.h (save_infrun_state, load_infrun_state)
4269 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4270 and structure member.
4271 * thread.c (load_infrun_state, save_infrun_state): Update.
4272
4273 2004-05-10 Mark Kettenis <kettenis@gnu.org>
4274
4275 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4276
4277 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4278
4279 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4280 throughout.
4281 * aclocal.m4: Regenerate.
4282
4283 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
4284
4285 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4286
4287 2004-05-10 Andrew Cagney <cagney@redhat.com>
4288
4289 * infrun.c (check_sigtramp2): Delete function.
4290 (handle_inferior_event): When single stepping, and taking a
4291 signal, set a breakpoint at the signal return address. Delete
4292 redundant calls to check_sigtramp2.
4293 (insert_step_resume_breakpoint): New function.
4294 (through_sigtramp_breakpoint, handle_inferior_event)
4295 (follow_exec, wait_for_inferior, fetch_inferior_event)
4296 (currently_stepping, keep_going): Delete most uses of
4297 through_sigtramp_breakpoint, not that it should be deleted.
4298 (delete_breakpoint_current_contents): Delete function.
4299
4300 2004-05-10 Randolph Chung <tausq@debian.org>
4301
4302 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4303 target.
4304 * config/pa/tm-linux.h: New file.
4305
4306 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
4307
4308 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4309 of prefixes. Don't print the prefix twice in the CLI.
4310
4311 2004-05-10 Jim Blandy <jimb@redhat.com>
4312
4313 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4314 collect all the gprs.
4315
4316 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4317 loop collecting gprs.
4318
4319 2004-05-09 Andrew Cagney <cagney@redhat.com>
4320
4321 * remote-vx.c (net_step): Delete step-range code.
4322 * remote.c (remote_resume, init_all_packet_configs)
4323 (set_remote_protocol_E_packet_cmd)
4324 (show_remote_protocol_E_packet_cmd)
4325 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4326 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4327 (show_remote_protocol_e_packet_cmd): Ditto.
4328
4329 2004-05-09 Mark Kettenis <kettenis@gnu.org>
4330
4331 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
4332
4333 * hppa-tdep.h: Update copyright year.
4334 (struct trad_frame_saved_reg): Add opaque declaration.
4335
4336 * amd64-tdep.c (amd64_return_value): Implement
4337 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4338
4339 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
4340 (m68k_value_to_register): New functions.
4341 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
4342 value_to_register.
4343
4344 * defs.h (enum return_value_convention): Add
4345 RETURN_VALUE_ABI_RETURNS_ADDRESS and
4346 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
4347 * infcmd.c (legacy_return_value): New function.
4348 (print_return_value): Rwerite to implement
4349 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4350 * values.c (using_struct_return): Check for inequality to
4351 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
4352 RETURN_VALUE_STRUCT_CONVENTION.
4353 * i386-tdep.c (i386_return_value): Implement
4354 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4355
4356 * vax-tdep.c: Tweak comments. Reorder include files. Don't
4357 include "symtab.h", "opcode/vax.h" and "inferior.h".
4358 (vax_skip_prologue): Replace calls to read_memory_integer by calls
4359 to read_memory_unsigned_integer.
4360 (vax_gdbarch_init): Reorder.
4361 (_initialize_vax_tdep): Spell out prototype.
4362 * Makefile.in (vax-tdep.o): Update dependencies.
4363
4364 2004-05-08 Andrew Cagney <cagney@redhat.com>
4365
4366 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
4367 * target.c (target_detach, target_disconnect): Ditto.
4368
4369 * infcall.c (call_function_by_hand): When no
4370 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
4371 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
4372 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
4373 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4374 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4375
4376 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
4377 * gdbarch.h, gdbarch.c: Re-generate.
4378 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4379 deprecated_fix_call_dummy.
4380 * v850-tdep.c (v850_gdbarch_init): Ditto.
4381 * infcall.c (call_function_by_hand): Do not call
4382 DEPRECATED_FIX_CALL_DUMMY.
4383
4384 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
4385 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
4386 * gdbarch.h, gdbarch.c: Re-generate.
4387 * arm-linux-tdep.c (arm_linux_call_dummy_words)
4388 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
4389 deprecated_sizeof_call_dummy_words.
4390 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
4391 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4392 * v850-tdep.c (v850_gdbarch_init): Ditto.
4393 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4394 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
4395 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4396 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4397 * arch-utils.h (legacy_call_dummy_words)
4398 (legacy_sizeof_call_dummy_words): Delete declarations.
4399 * arch-utils.c (legacy_call_dummy_words)
4400 (legacy_sizeof_call_dummy_words): Delete variables.
4401
4402 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
4403 * gdbarch.h, gdbarch.c: Re-generate.
4404 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
4405 * infcall.c (call_function_by_hand): Eliminate call to
4406 DEPRECATED_PUSH_DUMMY_FRAME.
4407 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4408 push_dummy_frame.
4409 (ns32k_push_dummy_frame): Delete function.
4410
4411 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4412 deprecated_call_dummy_breakpoint_offset or
4413 deprecated_call_dummy_start_offset.
4414 * dummy-frame.c, arm-tdep.c: Update comments.
4415 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
4416 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
4417 * gdbarch.h, gdbarch.c: Re-generate.
4418
4419 * infcall.c (legacy_push_dummy_code): Delete function.
4420 (push_dummy_code): Delete call.
4421
4422 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
4423 * gdbarch.h, gdbarch.c: Re-generate.
4424 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
4425 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
4426 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
4427 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
4428
4429 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
4430 (struct frame_info): Delete opaque declaration.
4431 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
4432 * frame.c (get_frame_type): Delete call.
4433
4434 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4435 pc_in_call_dummy.
4436 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
4437 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
4438
4439 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4440
4441 * alphanbsd-tdep.c: Include "gdb_string.h".
4442 * armnbsd-tdep.c: Update copyright year.
4443 Include "gdb_string.h".
4444 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
4445 dependencies.
4446
4447 * delta68-nat.c: Remove file.
4448 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
4449 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
4450 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
4451 (delta68-nat.o): Remove dependency.
4452
4453 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
4454 function.
4455 (m68k_gdbarch_init): Don't set
4456 deprecated_frameless_function_invocation.
4457
4458 2004-05-07 Randolph Chung <tausq@debian.org>
4459
4460 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
4461 read_memory_nobpt for code reading when doing frame unwinding.
4462 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
4463
4464 2004-05-07 Randolph Chung <tausq@debian.org>
4465
4466 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
4467 instead of sp, handle sigaltstack case.
4468 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
4469 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
4470 signal handler and not that of the caller.
4471 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
4472 hppa_linux_sigtramp_find_sigcontext.
4473
4474 2004-05-07 Randolph Chung <tausq@debian.org>
4475
4476 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
4477 hppa-linux-nat.c.
4478 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
4479 * hppa-linux-nat.c (fetch_register, store_register): Define.
4480 (fetch_inferior_registers, store_inferior_registers): Define.
4481 (supply_gregset): Add comment and clean up some unneeded code.
4482 (fill_gregset): Add comment and fix so that it saves registers in
4483 the right place in the gregset.
4484 (fill_fpregset): Fix buffer overrun problem.
4485 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4486
4487 2004-05-07 Randolph Chung <tausq@debian.org>
4488
4489 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
4490 do common handling of the pcoqt register.
4491 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
4492 to use helper function.
4493 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
4494 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
4495 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
4496 generic fallback unwinder when all else fails.
4497 (hppa_gdbarch_init): Add fallback sniffer.
4498 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
4499 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
4500 to use helper function.
4501
4502 2004-05-08 Joel Brobecker <brobecker@gnat.com>
4503
4504 * config/djgpp/fnchange.lst: Add translation rules for
4505 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
4506
4507 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4508
4509 * frame.c (get_prev_frame_1): Work around GCC bug.
4510 * frame.h: Add comment about GCC bug.
4511
4512 2004-05-07 Andrew Cagney <cagney@redhat.com>
4513
4514 * observer.c: Include "commands.h" and "gdbcmd.h".
4515 (observer_debug, _initialize_observer): Add the
4516 command "set/show debug observer".
4517 * observer.sh: When observer debugging, log notify calls.
4518 * Makefile.in (observer.o): Update dependencies.
4519
4520 2004-05-07 Jason Molenda (jmolenda@apple.com)
4521
4522 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
4523
4524 2004-05-07 Jim Blandy <jimb@redhat.com>
4525
4526 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
4527 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
4528 to recognize gpr regnums, instead of assuming that
4529 tdep->ppc_fp0_regnum marks the end of the general-purpose
4530 registers.
4531
4532 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
4533 the given architecture has floating-point registers.
4534
4535 2004-05-07 Andrew Cagney <cagney@redhat.com>
4536
4537 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
4538 macro defined to 1.
4539 * gdbarch.h, gdbarch.c: Re-generate.
4540 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4541 deprecated_use_generic_dummy_frames.
4542
4543 2004-05-07 Brian Ford <ford@vss.fsi.com>
4544
4545 * NEWS: Mention Cygwin DWARF 2 support.
4546
4547 2004-05-07 Andrew Cagney <cagney@redhat.com>
4548
4549 * objfiles.h (struct entry_info): Delete unused fields
4550 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
4551 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
4552 * mipsread.c (mipscoff_symfile_read): Update.
4553 * mdebugread.c (parse_partial_symbols): Update.
4554 * dwarfread.c (read_file_scope): Update.
4555 * dwarf2read.c (read_file_scope): Update.
4556 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
4557 * coffread.c (complete_symtab): Update.
4558
4559 2004-05-07 Mark Kettenis <kettenis@gnu.org>
4560
4561 * infcall.c (_initialize_infcall): Fix typo.
4562
4563 2004-05-07 Andrew Cagney <cagney@redhat.com>
4564
4565 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
4566 * command.h (add_setshow_zinteger_cmd): Declare.
4567
4568 2004-05-06 Randolph Chung <tausq@debian.org>
4569
4570 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
4571 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
4572 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
4573 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
4574 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
4575 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
4576 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
4577 definitions ...
4578 * hppa-tdep.h: ... to here, with HPPA_ prefix.
4579 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
4580 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
4581 (hppa64_hpux_frame_find_saved_regs_in_sig)
4582 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
4583 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
4584 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
4585 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
4586 (hppa_linux_sigtramp_frame_prev_register): Likewise.
4587 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
4588 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
4589 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
4590 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
4591 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
4592 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
4593 (hppa32_register_type, hppa_cannot_store_register)
4594 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
4595 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
4596 * hpread.c (hpread_process_one_debug_symbol): Likewise.
4597 * pa64solib.c (pa64_solib_have_load_event)
4598 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
4599 (pa64_solib_unloaded_library_pathname): Likewise.
4600 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
4601 (som_solib_library_pathname): Likewise.
4602
4603 2004-05-05 Jim Ingham <jingham@apple.com>
4604
4605 * breakpoint.c (create_breakpoints): Copy the ignore count and
4606 thread id over from the pended breakpoint to the actual
4607 breakpoint.
4608
4609 2004-05-05 Andrew Cagney <cagney@redhat.com>
4610
4611 * gdbarch.sh (PARM_BOUNDARY): Delete.
4612 gdbarch.h, gdbarch.c: Re-generate.
4613 * valops.c (PARM_BOUNDARY): Delete macro.
4614 (value_push): Delete PARM_BOUNDARY code.
4615 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
4616
4617 2004-05-04 Jim Blandy <jimb@redhat.com>
4618
4619 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
4620 Don't assume that the gprs, fprs, and UISA sprs are
4621 contiguous, start at register number zero, and end with fpscr.
4622 Instead, use the numbers from the tdep structure.
4623
4624 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
4625 should no longer be used in code specific to the RS6000 and its
4626 derivatives.
4627 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
4628 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
4629 tdep->ppc_fp0_regnum.
4630 (ppc_supply_fpregset, ppc_collect_fpregset)
4631 (rs6000_push_dummy_call, rs6000_extract_return_value)
4632 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
4633 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
4634 FP0_REGNUM.
4635 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
4636 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
4637 Same.
4638 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
4639 bdm_ppc_store_registers): Same.
4640 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
4641 (store_register, fill_fpregset): Same.
4642 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
4643 (ppc_linux_supply_fpregset): Same.
4644 * ppcnbsd-nat.c (getfpregs_supplies): Same.
4645 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
4646 Same.
4647 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
4648 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
4649 ppc64_sysv_abi_return_value): Same.
4650 * rs6000-nat.c (regmap, fetch_inferior_registers)
4651 (store_inferior_registers, fetch_core_registers): Same.
4652
4653 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4654
4655 * m68knbsd-nat.c: Remove file.
4656 * m68knbsd-tdep.c: Remove file.
4657 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
4658 dependencies.
4659 * configure.host: Add m68k-*-netbsdelf*.
4660 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
4661 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
4662 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
4663 (XM_FILE): Remove.
4664 * config/m68k/nbsdelf.mh: New file.
4665 * config/m68k/nbsd.mt: New file.
4666 * config/m68k/nbsdaout.mt: Remove file.
4667 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
4668 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
4669 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
4670 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
4671 (use_struct_convention): Remove prototype.
4672 (USE_STRUCT_CONVENTION): Remove define.
4673 * config/m68k/xm-nbsd.h: Remove file.
4674
4675 2004-05-04 Michael Snyder <msnyder@redhat.com>
4676
4677 * m68k-tdep.c (m68k_gdbarch_init): Default to using
4678 reg_struct_return method (as gcc usually does for cross targets).
4679
4680 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4681
4682 Committed by Andrew Cagney.
4683 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
4684 alignment padding when accessing ucontext struct members.
4685
4686 2004-05-04 Jim Blandy <jimb@redhat.com>
4687
4688 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
4689 'ppc_gplast_regnum' member.
4690 (ppc_num_gprs): New enum constant.
4691 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
4692 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
4693 * rs6000-nat.c (regmap, fetch_inferior_registers,
4694 store_inferior_registers): Same.
4695 * rs6000-tdep.c (e500_pseudo_register_read)
4696 (e500_pseudo_register_write): Same.
4697 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
4698
4699 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
4700 * ppc-tdep.h (ppc_num_fprs): New enum constant.
4701 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
4702 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
4703 FPLAST_REGNUM.
4704 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
4705 Same.
4706 * ppc-linux-nat.c (ppc_register_u_addr): Same.
4707 * rs6000-nat.c (regmap, fetch_inferior_registers)
4708 (store_inferior_registers): Same.
4709
4710 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
4711 with FPLAST_REGNUM.
4712
4713 2004-05-03 Joel Brobecker <brobecker@gnat.com>
4714
4715 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
4716 failure detected by recent versions of GCC.
4717 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
4718 to be consistent with the usage in dwarf2_create_include_psymtab.
4719
4720 2004-05-03 Michael Snyder <msnyder@redhat.com>
4721
4722 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
4723 (heuristic_proc_start): Whitespace cleanup.
4724
4725 2004-05-04 Mark Kettenis <kettenis@gnu.org>
4726
4727 * sun3-nat.c: Remove file.
4728 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
4729 dependencies.
4730 (ALLDEPFILES): Remove sun3-nat.c.
4731 (sun3-nat.o): Remove dependencies.
4732
4733 * i386-interix-nat.c, i386-interix-tdep.c,
4734 config/i386/nm-interix.h, config/i386/interix.mh,
4735 config/i386/interix.mt: Remove files.
4736 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
4737 dependencies.
4738
4739 2004-05-03 Mark Kettenis <kettenis@gnu.org>
4740
4741 * m68k-tdep.h (struct gdbarch_tdep): Add member
4742 struct_value_regnum.
4743 (m68k_svr4_init_abi): New prototype.
4744 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
4745 different calling conventions.
4746 (m68k_extract_return_value): Remove code dealing with single-field
4747 structs.
4748 (m68k_store_return_value): Remove code dealing with single-field
4749 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
4750 (m68k_extract_struct_value_address): Remove function.
4751 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
4752 (m68k_reg_struct_return_p, m68k_return_value)
4753 (m68k_svr4_return_value): New functions.
4754 (m68k_use_struct_convention): Remove function.
4755 (m68k_push_dummy_call): Use new struct_value_regnum member of
4756 `struct gdbarch_tdep' instead of hardcoded register number to
4757 store STRUCT_ADDR.
4758 (m68k_svr4_init_abi): New function.
4759 (m68k_gdbarch_init): Don't set extract_return_value,
4760 store_return_values, deprecated_extract_struct_value_address and
4761 use_struct_convention. Set return_value instead. Initialize new
4762 struct_value_regnum member of `struct gdbarch_tdep'.
4763 * m68klinux-tdep.c: Update copyright year.
4764 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
4765 (m68k_linux_extract_struct_value_address): Remove function.
4766 (m68k_linux_init_abi): Don't set extract_return_value,
4767 store_return_values, deprecated_extract_struct_value_address and
4768 use_struct_convention. Call m68k_svr4_init_abi but override the
4769 new struct_value_regnum member of `struct gdbarch_tdep'.
4770 * Makefile.in (m68k-tdep.o): Update dependencies.
4771
4772 2004-05-03 J. Brobecker <brobecker@gnat.com>
4773
4774 * dwarf2read.c (line_header): Add new included_p field in
4775 field file_names.
4776 (partial_die_info): New field has_stmt_list. New field line_offset.
4777 (dwarf2_create_include_psymtab): New function.
4778 (dwarf2_build_include_psymtabs): New function.
4779 (add_file_name): Add forward declaration. Initialize new field.
4780 (dwarf_decode_lines): Add new parameter. Enhance this procedure
4781 to be able to determine the list of files included by the
4782 given unit, and build their associated psymtabs.
4783 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
4784 files as well.
4785 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
4786 (read_file_scope): Update call to dwarf_decode_lines.
4787 (read_partial_die): Handle DW_AT_stmt_list attributes.
4788
4789 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
4790
4791 Unfix PR gdb/1626.
4792 * configure.in: Revert special case for osf5.*.
4793 * configure: Regenerate.
4794
4795 2004-05-02 Jim Blandy <jimb@redhat.com>
4796
4797 Move the symbol-file-from-memory functions into their own file.
4798 * symfile-mem.c, symfile-mem.h: New files.
4799 * symfile.c (symbol_file_add_from_bfd): New function.
4800 (symbol_file_add): Call symbol_file_add_from_bfd.
4801 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
4802 Moved to symfile-mem.c.
4803 (_initialize_symfile): Move definition of
4804 add-symbol-file-from-memory command to symfile-mem.c.
4805 * symfile.h (symbol_file_add_from_bfd): New declaration.
4806 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
4807 * config/powerpc/linux.mt (TDEPFILES): Same.
4808 * Makefile.in (SFILES): Add symfile-mem.c.
4809 (symfile_mem_h): New variable.
4810 (HFILES_NO_SRCDIR): Add symfile-mem.h.
4811 (symfile-mem.o): New rule.
4812
4813 2004-05-01 Andrew Cagney <cagney@redhat.com>
4814
4815 * breakpoint.c (insert_bp_location): Use get_frame_id, and
4816 frame_find_by_id instead of frame_relative_level.
4817 (do_enable_breakpoint): Ditto.
4818 * thread.c: Update copyright.
4819 (info_threads_command): Ditto, simplify.
4820
4821 * frame.c (deprecated_generic_get_saved_register): Delete
4822 function, moved to "xstormy16-tdep.c".
4823 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
4824 deprecated_generic_get_saved_register from "frame.c".
4825 (xstormy16_frame_saved_register): Call
4826 xstormy16_get_saved_register.
4827 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
4828 static.
4829 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
4830 * frame.h (deprecated_generic_get_saved_register): Delete.
4831
4832 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
4833
4834 * dwarfread.c: Update documentation on the state of dwarf-1.
4835
4836 2004-05-01 Andrew Cagney <cagney@redhat.com>
4837
4838 * stack.c (select_frame_command): Delete call to
4839 frame_relative_level.
4840 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
4841 Delete #if0 code.
4842 (frame_info): Do not print FRAMELESS.
4843 (print_block_frame_labels): Replace DEPRECATED_STREQ.
4844 (catch_info): Delete #if0 code.
4845
4846 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
4847 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
4848 of frame_relative_level.
4849 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
4850 to SENTINEL_FRAME.
4851 * frame.h (enum frame_type): Add SENTINEL_FRAME.
4852 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
4853 frame_relative_level.
4854
4855 * frame.h (deprecated_set_frame_type): Delete declaration.
4856 * frame.c (deprecated_set_frame_type): Delete function, update
4857 comments.
4858
4859 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
4860 * gdbarch.h, gdbarch.c: Re-generate.
4861 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
4862 (shnbsd_pc_in_sigtramp): Delete.
4863 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
4864 pc_in_sigtramp.
4865 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
4866 pc_in_sigtramp.
4867 * frame.h: Update comments.
4868 * ppc-linux-tdep.c: Update comments.
4869 * breakpoint.c (bpstat_what): Update comments.
4870
4871 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
4872 m68klinux-tdep.o's dependencies, were previously added to
4873 m68klinux-nat.o.
4874
4875 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
4876 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
4877 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
4878 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
4879 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
4880
4881 * Makefile.in (m68klinux-nat.o): Update dependencies.
4882 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4883 (m68k_linux_sigtramp_frame_cache)
4884 (m68k_linux_sigtramp_frame_this_id)
4885 (m68k_linux_sigtramp_frame_prev_register)
4886 (m68k_linux_sigtramp_frame_unwind)
4887 (m68k_linux_sigtramp_frame_sniffer)
4888 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
4889 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
4890 names, use trad-frame.h.
4891 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
4892 (struct m68k_sigtramp_info): Delete.
4893 * m68k-tdep.c (m68k_sigtramp_frame_cache)
4894 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
4895 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
4896 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
4897 "m68klinux-tdep.c".
4898
4899 * infrun.c (check_sigtramp2): Delete check for
4900 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
4901
4902 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4903
4904 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
4905
4906 2004-05-01 Andrew Cagney <cagney@redhat.com>
4907
4908 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4909 (frv_linux_sigtramp_frame_cache)
4910 (frv_linux_sigtramp_frame_this_id)
4911 (frv_linux_sigtramp_frame_prev_register)
4912 (frv_linux_sigtramp_frame_unwind)
4913 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
4914 include "linux" in function and variable names, directly call
4915 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
4916 the latest trad-frame code.
4917 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
4918 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
4919 * Makefile.in (frv-linux-tdep.o): Update dependencies.
4920 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
4921 * frv-tdep.c (frv_sigtramp_frame_cache)
4922 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
4923 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
4924 frv-linux-tdep.c.
4925 (frv_gdbarch_init): Do not append a sigtramp sniffer.
4926 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
4927 (frv_set_sigcontext_reg_addr): Delete function.
4928
4929 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
4930 (DEPRECATED_SIGTRAMP_END): Delete.
4931 * gdbarch.h, gdbarch.c: Re-generate.
4932 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
4933 * config/vax/tm-vaxbsd.h: Update copyright.
4934 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4935 (DEPRECATED_IN_SIGTRAMP): Define.
4936 * config/m68k/tm-nbsd.h: Update copyright.
4937 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4938 (DEPRECATED_IN_SIGTRAMP): Define.
4939
4940 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4941
4942 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
4943 encondings. Fixes PR gdb/1628.
4944
4945 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
4946 DW_CFA_restore state without a matching DW_CFA_remember_state
4947 instead of aborting. Fixes PR backtrace/1589.
4948
4949 2004-04-30 Joel Brobecker <brobecker@gnat.com>
4950
4951 * MAINTAINERS: Add self as AIX maintainer.
4952 Update my e-mail address in write-after-approval section.
4953
4954 2004-04-30 Andrew Cagney <cagney@redhat.com>
4955
4956 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
4957 (legacy_get_prev_frame): Ditto.
4958
4959 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
4960 (mips_gdbarch_init): Do not set pc_in_sigtramp.
4961 * mipsread.c (sigtramp_address): Delete extern variable.
4962 (mipscoff_new_init): Delete reference.
4963 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
4964 (fixup_sigtramp): Delete function.
4965 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
4966 (fixup_sigtramp): Delete declarations.
4967
4968 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
4969 deprecated_pc_in_sigtramp.
4970 (ppcnbsd_pc_in_sigtramp): Delete function.
4971
4972 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4973
4974 * config/m68k/nm-nbsd.h: Tweak comments.
4975 * config/m68k/nm-nbsdaout.h: Likewise.
4976
4977 2004-04-30 Andrew Cagney <cagney@redhat.com>
4978
4979 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
4980 legacy_pc_in_sigtramp.
4981 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
4982
4983 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4984
4985 Add OpenBSD/m68k support.
4986 * NEWS (New native configurations): Mention OpenBSD/m68k.
4987 * m68kbsd-tdep.c: New file.
4988 * m68kbsd-nat.c: New file.
4989 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
4990 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
4991 * configure.host: Add m68k-*-openbsd.
4992 * configure.tgt: Add m68k-*-openbsd.
4993 * config/m68k/tm-obsd.h: New file.
4994 * config/m68k/obsd.mt: New file.
4995 * config/m68k/obsd.mh: New file.
4996 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
4997 m68kbsd-tdep.c.
4998
4999 2004-04-30 Andrew Cagney <cagney@redhat.com>
5000
5001 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5002 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5003
5004 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5005
5006 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5007 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5008
5009 2004-04-30 Brian Ford <ford@vss.fsi.com>
5010
5011 Revert 2004-04-16 change.
5012 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5013 (i386_coff_init_abi): Remove.
5014 * i386-tdep.h (i386_coff_init_abi): Remove.
5015 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5016
5017 2004-04-30 Andrew Cagney <cagney@redhat.com>
5018
5019 * blockframe.c (find_pc_partial_function): Delete use of
5020 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5021 DEPRECATED_SIGTRAMP_END.
5022
5023 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5024 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5025 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5026 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5027 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5028
5029 * defs.h (deprecated_inside_entry_file): Delete declaration.
5030 * blockframe.c (deprecated_inside_entry_file): Delete function.
5031 (legacy_frame_chain_valid): Delete call.
5032 * sh64-tdep.c (sh64_frame_chain): Delete call.
5033 * objfiles.h: Update comments.
5034 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5035 call.
5036 * frame.c (get_prev_frame): Delete call, update comments.
5037
5038 2004-04-30 Brian Ford <ford@vss.fsi.com>
5039
5040 * MAINTAINERS (Write After Approval): Add myself.
5041
5042 2004-04-30 Andrew Cagney <cagney@redhat.com>
5043
5044 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5045 * gdbarch.h, gdbarch.c: Re-generate.
5046 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5047 code.
5048
5049 2004-04-30 Andrew Cagney <cagney@redhat.com>
5050
5051 * gdb-events.sh (selected_thread_changed)
5052 (selected_frame_level_changed, target_changed): Delete.
5053 * gdb-events.h, gdb-events.c: Re-generate.
5054 * valops.c (value_assign): Update.
5055 * stack.c (select_frame_command, up_silently_base)
5056 (down_silently_base): Update.
5057
5058 2004-04-29 Andrew Cagney <cagney@redhat.com>
5059
5060 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5061 registers correctly.
5062 (print_gp_register_row, mips32_heuristic_proc_desc)
5063 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5064 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5065 references to mips_isa_regsize.
5066
5067 2004-04-29 Andrew Cagney <cagney@redhat.com>
5068
5069 * mips-tdep.c (struct gdbarch_tdep): Delete
5070 mips_fp_register_double.
5071 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5072 mips_abi_regsize.
5073 (mips_gdbarch_init): Do not set mips_fp_register_double.
5074 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5075
5076 2004-04-29 Joel Brobecker <brobecker@gnat.com>
5077
5078 Committed by Andrew Cagney.
5079 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5080 function calls.
5081
5082 2004-04-29 Andrew Cagney <cagney@redhat.com>
5083
5084 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5085 gdbarch, use mips_abi, update callers.
5086 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5087 mips_abi_regsize, update callers.
5088 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
5089 mips_default_abi_regsize.
5090 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
5091 mips_default_abi_regsize.
5092
5093 2004-04-29 Andrew Cagney <cagney@redhat.com>
5094
5095 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
5096 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
5097 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
5098 mips_default_abi_regsize.
5099 (mips_isa_regsize): Rename mips_regisze.
5100 * mipsnbsd-tdep.c: Update.
5101 * mips-linux-tdep.c: Update.
5102 * irix5-nat.c: Update.
5103 * mips-tdep.h (mips_isa_regsize): Update.
5104
5105 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
5106 Delete all disabled code.
5107 * gdb-events.h, gdb-events.c: Re-generate.
5108
5109 2004-04-19 Jerome Guitton <guitton@gnat.com>
5110 Mark Kettenis <kettenis@gnu.org>
5111
5112 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
5113 the function begins with a branch instruction.
5114
5115 2004-04-29 Mark Kettenis <kettenis@gnu.org>
5116
5117 * i386-tdep.c: Fix spelling mistakes.
5118
5119 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5120 Andrew Cagney <cagney@redhat.com>
5121
5122 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
5123 <sys/proc.h>.
5124 * acconfig.h: Provide default _KMEMUSER value.
5125 * config.in, configure: Re-generate.
5126 * NEWS: Mention fix.
5127
5128 2004-04-24 Randolph Chung <tausq@debian.org>
5129
5130 * configure.host (hppa*-*-linux*): New target.
5131 * configure.tgt (hppa*-*-linux*): Likewise.
5132 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
5133 gdbarch_init_osabi() call earlier so that osabi-specific frame
5134 unwinders can be registered first.
5135 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5136 hppa-linux-nat.c.
5137 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5138 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5139 * config/pa/linux.mh: New file.
5140 * config/pa/linux.mt: New file.
5141 * config/pa/nm-linux.h: New file.
5142 * config/pa/xm-linux.h: New file.
5143 * hppa-linux-nat.c: New file.
5144 * hppa-linux-tdep.c: New file.
5145
5146 2004-04-28 Randolph Chung <tausq@debian.org>
5147
5148 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5149 return values.
5150 (hppa32_push_dummy_call): Fix small struct and floating point argument
5151 passing, and make sure the stack frame is properly aligned.
5152
5153 2004-04-28 Andrew Cagney <cagney@redhat.com>
5154
5155 * stack.c (print_stack_frame): Fix description.
5156
5157 * NEWS: Mention gdb/gdbserver/configure execute permission
5158 changed. PR server/519.
5159
5160 2004-04-28 Andrew Cagney <cagney@redhat.com>
5161
5162 * stack.c (print_stack_frame_stub): Delete declaration.
5163 (struct print_stack_frame_args, print_stack_frame)
5164 (print_frame_info, print_frame): Replace "source" with print what.
5165 Replace "print" with "print_level". Replace "args" with
5166 "print_args".
5167 * frame.h (show_and_print_stack_frame, print_stack_frame)
5168 (print_frame_info): Update declarations.
5169 * stack.c (select_and_print_frame, frame_command)
5170 (current_frame_command, up_command, down_command): Update calls -
5171 use get_selected_frame, pass "enum print_what" for source, do not
5172 call frame_relative_level.
5173 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
5174 * remote-rdp.c (remote_rdp_open): Ditto.
5175 * remote-mips.c (common_open): Ditto.
5176 * remote-e7000.c (e7000_start_remote): Ditto.
5177 * ocd.c (ocd_start_remote): Ditto.
5178 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
5179 * infrun.c (normal_stop): Ditto.
5180 * inflow.c (kill_command): Ditto.
5181 * infcmd.c (finish_command): Ditto.
5182 * corelow.c (core_open): Ditto.
5183 * tracepoint.c (finish_tfind_command): Ditto.
5184 * thread.c (info_threads_command, info_threads_command)
5185 (restore_current_thread, do_captured_thread_select): Ditto.
5186 * ada-tasks.c (task_command): Ditto.
5187
5188 2004-04-26 Orjan Friberg <orjanf@axis.com>
5189
5190 * frame.c: Include "observer.h".
5191 (frame_observer_target_changed): New function.
5192 (_initialize_frame): Attach target_changed observer.
5193 * regcache.c: Include "observer.h".
5194 (regcache_observer_target_changed): New function.
5195 (_initialize_regcache): Attach target_changed observer.
5196 * valops.c: Include "observer.h".
5197 (value_assign): Notify target_changed event when modifying register.
5198 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5199
5200 2004-04-26 Orjan Friberg <orjanf@axis.com>
5201
5202 From Paul Koning <pkoning@equallogic.com>:
5203 * breakpoint.c (free_valchain): New function.
5204 (insert_bp_location, delete_breakpoint): Use free_valchain.
5205 (remove_breakpoint): Do not remove the valchain.
5206 (bpstat_stop_status): If not stopped by watchpoint, skip
5207 watchpoints when generating stop status list.
5208 * infrun.c (handle_inferior_event): Make
5209 stepped_after_stopped_by_watchpoint a global variable.
5210 * remote.c (remote_stopped_data_address): Return watch data
5211 address rather than zero if stepped_after_stopped_by_watchpoint is
5212 set.
5213
5214 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
5215
5216 Fix PR gdb/1626.
5217 * configure.in: Check for curses after termcap.
5218 On osf5.*, do not check for ncurses.
5219 * configure: Regenerate.
5220
5221 2004-04-25 Mark Kettenis <kettenis@gnu.org>
5222
5223 * ppcobsd-nat.c: Include "ppc-tdep.h".
5224 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5225
5226 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5227 Fixes PR tdep/1623 and PR tdep/1624.
5228
5229 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
5230
5231 * xmodem.h, xmodem.c: Remove files.
5232 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5233
5234 2004-04-23 Randolph Chung <tausq@debian.org>
5235
5236 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5237 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5238 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5239 for handling stackless frames.
5240 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5241
5242 2004-04-23 Randolph Chung <tausq@debian.org>
5243
5244 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5245 starts at a pc before the frame is created.
5246
5247 2004-04-23 Joel Brobecker <brobecker@gnat.com>
5248
5249 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5250
5251 2004-04-23 Jerome Guitton <guitton@gnat.com>
5252
5253 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5254 use convert_typed_floating to get the appropriate format.
5255
5256 2004-04-22 Randolph Chung <tausq@debian.org>
5257
5258 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5259 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5260 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5261 (hppa_sign_extend): Add prototype.
5262 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5263 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5264 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5265 hppa targets will also use these functions.
5266 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5267 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5268 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5269 (hppa_gdbarch_init): Remove gdbarch setting of
5270 skip_trampoline_code, in_solib_call_trampoline and
5271 in_solib_return_trampoline.
5272 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5273 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5274 hppa_in_solib_call_trampoline.
5275 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5276 Moved from hppa-tdep.c.
5277 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5278 in_solib_call_trampoline and in_solib_return_trampoline.
5279
5280 2004-04-22 Randolph Chung <tausq@debian.org>
5281
5282 * hppa-tdep.c (hppa_debug): New variable.
5283 (find_unwind_entry, hppa_frame_cache): Add debug output.
5284 (_initialize_hppa_tdep): Add command to set debug flag.
5285
5286 2004-04-22 Andrew Cagney <cagney@redhat.com>
5287
5288 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5289 "trad-frame.h".
5290 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5291 signal trampoline unwinder.
5292 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5293
5294 2004-04-22 Mark Kettenis <kettenis@gnu.org>
5295
5296 Add OpenBSD/powerpc support.
5297 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5298 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5299 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5300 (ppc_collect_fpregset): New prototypes.
5301 * ppcobsd-nat.c: New file.
5302 * ppcobsd-tdep.c: New file.
5303 * ppcobsd-tdep.h: New file.
5304 * rs6000-tdep.c: Include "regset.h".
5305 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5306 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5307 New functions.
5308 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5309 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5310 (rs6000-tdep.o): Update dependencies.
5311 * configure.host: Add powerpc-*-openbsd.
5312 * configure.tgt: Add powerpc-*-openbsd.
5313 * config/powerpc/obsd.mh: New file.
5314 * config/powerpc/nm-obsd.h: New file.
5315 * config/powerpc/obsd.mt: New file.
5316
5317 2004-04-22 Andrew Cagney <cagney@redhat.com>
5318
5319 * frame.h (show_frame_info): Delete declaration.
5320
5321 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5322 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5323 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5324 * frv-tdep.c (frv_frame_this_id): Ditto.
5325 * avr-tdep.c (avr_frame_this_id): Ditto.
5326
5327 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
5328
5329 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5330
5331 2004-04-22 Jim Blandy <jimb@redhat.com>
5332
5333 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
5334 register number zero.
5335
5336 2004-04-21 Michael Snyder <msnyder@redhat.com>
5337
5338 * mips-tdep.c (heuristic_proc_start):
5339 Warning() already prefixes "Warning: ".
5340
5341 2004-04-21 Andrew Cagney <cagney@redhat.com>
5342
5343 * annotate.h (deprecated_annotate_starting_hook)
5344 (deprecated_annotate_stopped_hook)
5345 (deprecated_annotate_exited_hook)
5346 (deprecated_annotate_signal_hook)
5347 (deprecated_annotate_signalled_hook): Deprecate.
5348 * tracepoint.h (deprecated_create_tracepoint_hook)
5349 (deprecated_delete_tracepoint_hook)
5350 (deprecated_modify_tracepoint_hook)
5351 (deprecated_trace_find_hook)
5352 (deprecated_trace_start_stop_hook): Deprecate.
5353 * target.h (deprecated_target_new_objfile_hook): Deprecate.
5354 * remote.h (deprecated_target_resume_hook)
5355 (deprecated_target_wait_loop_hook): Deprecate.
5356 * gdbcore.h (deprecated_exec_file_display_hook)
5357 (deprecated_file_changed_hook): Deprecate.
5358 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
5359 * defs.h (deprecated_modify_breakpoint_hook)
5360 (deprecated_command_loop_hook, deprecated_show_load_progress)
5361 (deprecated_print_frame_info_listing_hook)
5362 (deprecated_query_hook, deprecated_warning_hook)
5363 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
5364 (deprecated_delete_breakpoint_hook)
5365 (deprecated_interactive_hook, deprecated_registers_changed_hook)
5366 (deprecated_readline_begin_hook, deprecated_readline_hook)
5367 (deprecated_readline_end_hook, deprecated_register_changed_hook)
5368 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
5369 (deprecated_context_hook, deprecated_target_wait_hook)
5370 (deprecated_attach_hook, deprecated_detach_hook)
5371 (deprecated_call_command_hook, deprecated_set_hook)
5372 (deprecated_error_hook, deprecated_error_begin_hook)
5373 (deprecated_ui_load_progress_hook): Deprecate.
5374 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
5375 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
5376 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
5377 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
5378 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
5379 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
5380 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
5381 * annotate.c, aix-thread.c: Update.
5382
5383 2004-04-21 Andrew Cagney <cagney@redhat.com>
5384
5385 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
5386 * vaxnbsd-tdep.c: Include "gdb_string.h".
5387
5388 * symfile.c (symbol_file_add_from_memory): #if 0 function.
5389 (add_symbol_file_from_memory_command): #if 0 function body, call
5390 error instead.
5391
5392 2004-04-21 Andrew Cagney <cagney@redhat.com>
5393
5394 * gdbcore.h: Update copyright.
5395 (deprecated_add_core_fns): Rename add_core_fns.
5396 * win32-nat.c (_initialize_core_win32): Update.
5397 * sun3-nat.c (_initialize_core_sun3): Update.
5398 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
5399 * rs6000-nat.c (_initialize_core_rs6000): Update.
5400 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
5401 * nto-tdep.c (_initialize_nto_tdep): Update.
5402 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
5403 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
5404 * mips-nat.c (_initialize_core_mips): Update.
5405 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5406 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
5407 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
5408 * lynx-nat.c (_initialize_core_lynx): Update.
5409 * irix5-nat.c (_initialize_core_irix5): Update.
5410 * i386-interix-nat.c (_initialize_core_interix): Update.
5411 * cris-tdep.c (_initialize_cris_tdep): Update.
5412 * corelow.c (deprecated_add_core_fns): Update.
5413 * core-regset.c (_initialize_core_regset): Update.
5414 * core-aout.c (_initialize_core_aout): Update.
5415 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
5416 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
5417 * alpha-nat.c (_initialize_core_alpha): Update.
5418
5419 2004-04-21 Jim Blandy <jimb@redhat.com>
5420
5421 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
5422
5423 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
5424
5425 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
5426 Delete.
5427 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
5428 (read_attribute_value): Update calls to dwarf_alloc_block.
5429 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
5430 dwarf2_tmp_obstack.
5431 (psymtab_to_symtab_1): Likewise. Clean up using
5432 free_stack_comp_unit.
5433 (add_to_cu_func_list): Use the comp_unit_obstack.
5434
5435 2004-04-19 Joel Brobecker <brobecker@gnat.com>
5436
5437 * dwarf2read.c (dwarf2_flag_true_p): New function.
5438 (die_is_declaration): Use the function above. Add some comments.
5439
5440 2004-04-19 Mark Kettenis <kettenis@gnu.org>
5441
5442 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
5443 architecture when registering sparcnbsd_core_osabi_sniffer.
5444 Adjust comment.
5445
5446 2004-04-18 Mark Kettenis <kettenis@gnu.org>
5447
5448 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
5449 return value.
5450
5451 Based on a patch from Brian Ford <ford@vss.fsi.com>:
5452 * i386-tdep.c: Correct register numbering scheme comments
5453 throughout.
5454 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
5455 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
5456 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
5457 (i386_gdb_arch_init): Likewise.
5458
5459 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
5460 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
5461 ppcnbsd-tdep.o.
5462
5463 * m68k-tdep.h: Tweak comments.
5464 * m68k-tdep.c: Tweak comment.
5465
5466 2004-04-17 Randolph Chung <tausq@debian.org>
5467
5468 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
5469 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
5470 (hppa_hpux_som_init_abi): Set is_elf to 0.
5471 (hppa_hpux_elf_init_abi): Set is_elf to 1.
5472 * hppa-tdep.c (low_text_segment_address): Remove global.
5473 (record_text_segment_lowaddr): Pass in low address as parameter. Use
5474 section offset to calculate segment address.
5475 (internalize_unwinds): Define low_text_segment_address as local and
5476 pass to record_text_segment_lowaddr for ELF targets.
5477 (hppa_gdbarch_init): Zero fill tdep structure.
5478 (hppa_dump_tdep): Print tdep structure.
5479 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
5480
5481 2004-04-17 Randolph Chung <tausq@debian.org>
5482
5483 * hppa-tdep.c (hppa_pseudo_register_read): Define.
5484 (hppa_gdbarch_init): Set pseudo_register_read.
5485 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
5486 * regcache.c (supply_register): Remove check for
5487 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
5488
5489 2004-04-17 Randolph Chung <tausq@debian.org>
5490
5491 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
5492 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
5493 (hpread_adjust_stack_address): Move to hpread.c.
5494 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5495 obj_private_struct): Move from tm-hppa.h.
5496 * hpread.c (hppa-tdep.h): Include.
5497 (hpread_adjust_stack_address): Move from hppa-tdep.c.
5498 (hpread_read_function_type, hpread_read_doc_function_type)
5499 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
5500 directly.
5501 * pa64solib.c (hppa-tdep.h): Include.
5502 * somsolib.c (hppa-tdep.h): Include.
5503 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
5504 inferior_status): Remove unused forward declarations.
5505 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
5506 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5507 obj_private_struct): Move to hppa-tdep.h.
5508 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
5509
5510 2004-04-17 Randolph Chung <tausq@debian.org>
5511
5512 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
5513 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
5514 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
5515 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
5516 Remove forward declaration and make static.
5517 (hppa_reg_struct_has_addr): Remove.
5518
5519 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5520
5521 * observer.sh: Move comments in sed command to first column.
5522
5523 2004-04-16 Jason Molenda (jmolenda@apple.com)
5524
5525 * frame.c: Minor typeo corrections in comments.
5526
5527 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5528
5529 * observer.c (observer_test_first_notification_function): Update
5530 function profile.
5531 (observer_test_second_notification_function): Likewise.
5532 (observer_test_third_notification_function): Likewise.
5533
5534 2004-04-16 Mark Kettenis <kettenis@gnu.org>
5535
5536 From Brian Ford <ford@vss.fsi.com>:
5537 * i386-tdep.c (i386_coff_init_abi): New function.
5538 * i386-tdep.h (i386_coff_init_abi): New prototype.
5539 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
5540 register number translation functions for DWARF and DWARF 2.
5541
5542 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5543
5544 * dwarf2read.c: Back out my previous change, it was incorrect.
5545
5546 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
5547
5548 * dwarf2read.c: Include "hashtab.h".
5549 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
5550 has_namespace_info.
5551 (struct partial_die_info): Add comments. Use bitfields to reduce
5552 memory footprint. Add scope, scope_set, has_specification,
5553 spec_offset, die_parent, die_child, and die_sibling.
5554 (peek_die_abbrev): Add prototype.
5555 (partial_read_comp_unit_head): New function, broken out from
5556 dwarf2_build_psymtabs_hard.
5557 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
5558 Use partial_read_comp_unit_head. Initialize the CU and
5559 comp_unit_obstack. Update calls to read_partial_die and
5560 scan_partial_symbols. Use free_stack_comp_unit and
5561 load_partial_dies.
5562 (scan_partial_symbols): Change PDI to a pointer. Use the child and
5563 sibling pointers to walk partial DIEs. Call fixup_partial_die.
5564 Update calls to helper functions. Remove NAMESPACE argument.
5565 Update comments.
5566 (partial_die_parent_scope, partial_die_full_name): New functions.
5567 (add_partial_symbol): Remove namespace argument. Update call to
5568 pdi_needs_namespace. Use partial_die_full_name. Handle
5569 DW_TAG_namespace. Check has_namespace_info flag.
5570 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
5571 tag. Handle namespaces.
5572 (add_partial_namespace, add_partial_enumeration): Simplify.
5573 (guess_structure_name): New function, derived from
5574 add_partial_structure.
5575 (add_partial_structure): Remove.
5576 (determine_class_name): Update comment.
5577 (dwarf2_read_abbrevs): Set has_namespace_info flag.
5578 (is_type_tag_for_partial, load_partial_dies): New functions.
5579 (read_partial_die): Pass abbrev and abbrev_len as arguments.
5580 Record specifications instead of following them immediately.
5581 (find_partial_die_in_comp_unit, find_partial_die)
5582 (fixup_partial_die, free_stack_comp_unit)
5583 (hashtab_obstack_allocate, dummy_obstack_deallocate)
5584 (partial_die_hash, partial_die_eq): New functions.
5585 * Makefile.in (hashtab_h): Define.
5586 (dwarf2read.o): Update dependencies.
5587 (observer_inc, observer_h): Move to the correct section.
5588
5589 2004-04-15 Joel Brobecker <brobecker@gnat.com>
5590
5591 * dwarf2read.c (dwarf2_attribute_true_p): New function.
5592 (die_is_declaration): Use the function above. Add comment.
5593
5594 2004-04-15 Joel Brobecker <brobecker@gnat.com>
5595
5596 * dwarf2read.c (read_structure_scope): Identify stub types
5597 using die_is_declaration() only.
5598
5599 2004-04-15 Roland McGrath <roland@redhat.com>
5600
5601 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
5602 argument instead of NAME.
5603 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
5604 in call to symbol_file_add_with_addrs_or_offsets.
5605 (build_addr_info): New function, helper for ...
5606 (symbol_file_add_from_memory): New function.
5607 (add_symbol_file_from_memory_command): New function using that.
5608 (_initialize_symfile): Register it for add-symbol-file-from-memory.
5609 (pre_add_symbol_hook): Add const to argument type.
5610 * symfile.h (symbol_file_add_from_memory): Declare it.
5611
5612 2004-04-15 Mark Kettenis <kettenis@gnu.org>
5613
5614 * NEWS (New native configurations): Mention OpenBSD/vax.
5615 * configure.host: Add vax-*-openbsd*.
5616 * config/vax/obsd.mh: New file.
5617 * config/vax/nm-obsd.h: New file.
5618
5619 * vax-tdep.c: Include "regset.h".
5620 (vax_supply_gregset): New function.
5621 (vax_gregset): New variable.
5622 (vax_regset_from_core_section): New function.
5623 (vax_gdbarch_init): Set regset_from_core_section.
5624 * Makefile.in (vax-tdep.o): Update dependencies.
5625
5626 2004-04-15 Andrew Cagney <cagney@redhat.com>
5627
5628 * observer.c (normal_stop_subject, observer_notify_normal_stop)
5629 (observer_normal_stop_notification_stub)
5630 (observer_attach_normal_stop, observer_detach_normal_stop):
5631 Delete, replaced by #include "observer.inc".
5632 * infrun.c (normal_stop): Pass "stop_bpstat" to
5633 observer_notify_normal_stop.
5634 * Makefile.in (observer_inc): Define.
5635 (observer.o): Update dependencies.
5636 (observer.h, observer.inc): New rules.
5637 * observer.h: Delete file.
5638 * observer.sh: New file.
5639
5640 2004-04-15 Mark Kettenis <kettenis@gnu.org>
5641
5642 * vax-tdep.c (vax_frame_cache): Fix typo.
5643
5644 2004-04-14 Mark Kettenis <kettenis@gnu.org>
5645
5646 * NEWS (New native configurations): Mention NetBSD/vax.
5647 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
5648 * config/vax/nbsdelf.mh: New file.
5649 * config/vax/nbsdaout.mh: New file.
5650 * config/vax/nm-nbsd.h: New file.
5651 * config/vax/nm-nbsdaout.h: New file.
5652
5653 * vaxnbsd-tdep.c: New file.
5654 * Makefile.in (vaxnbsd-tdep.o): New dependency.
5655 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
5656 * config/vax/nbsd.mt: New file.
5657 * config/vax/tm-nbsd.h: New file.
5658
5659 * Makefile.in (vaxbsd-nat.o): New dependency.
5660
5661 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
5662 * vax-tdep.c (vax_store_arguments): Remove struct_return and
5663 struct_addr arguments. Don't push return value address.
5664 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
5665 arguments to vax_store_arguments. Store return value address in
5666 R1.
5667 (vax_store_struct_return, vax_extract_return_value)
5668 (vax_store_return_value): Remove functions.
5669 (vax_return_value): New function.
5670 (vax_gdbarch_init): Set return value. Don't set
5671 deprecated_store_struct_return, deprecated_extract_struct_return
5672 and deprecated_store_return_value.
5673
5674 2004-04-14 Andreas Schwab <schwab@suse.de>
5675
5676 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
5677 value buffer.
5678 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
5679
5680 2004-04-14 Mark Kettenis <kettenis@gnu.org>
5681
5682 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
5683 (vax_unwind_dummy_id): New functions.
5684 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
5685 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
5686 variables.
5687 (vax_fix_call_dummy): Remove function.
5688 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
5689 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
5690 call_dummy_location, deprecated_call_dummy_words,
5691 deprecated_sizeof_call_dummy_words,
5692 deprecated_call_dummy_breakpoint_offset,
5693 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
5694 and deprecated_dummy_write_sp.
5695
5696 2004-04-13 David Carlton <carlton@kealia.com>
5697
5698 * MAINTAINERS: Move myself to "paper trail" section.
5699
5700 2004-04-12 Mark Kettenis <kettenis@gnu.org>
5701
5702 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
5703 "trad-frame.h".
5704 (vax_frame_init_saved_regs): Remove function.
5705 (vax_sigtramp_saved_pc): Remove function.
5706 (vax_frame_saved_pc): Remove function.
5707 (vax_frame_args_address): Remove function.
5708 (vax_frame_num_args): Rewrite.
5709 (vax_frame_chain): Remove function.
5710 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
5711 VAX_FP_REGNUM.
5712 (vax_pop_frame): Likewise.
5713 (vax_saved_pc_after_call): Remove function.
5714 (struct vax_frame_cache): New structure.
5715 (vax_frame_cache): New function.
5716 (vax_frame_this_id): New function.
5717 (vax_frame_prev_register): New function.
5718 (vax_frame_unwind): New variable.
5719 (vax_frame_sniffer): New function.
5720 (vax_frame_base_address): New function.
5721 (vax_frame_args_address): New function.
5722 (vax_frame_base): New variable.
5723 (vax_unwind_pc): New function.
5724 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
5725 deprecated_fp_regnum, deprecated_saved_pc_after_call,
5726 deprecated_frame_chain, deprecated_frame_saved_pc,
5727 deprecated_frame_args_address and
5728 deprecated_frame_init_saved_regs.
5729 * Makefile.in (vax-tdep.o): Update dependencies.
5730
5731 * vaxbsd-nat.c: New file.
5732
5733 * vax-tdep.h: Update copyright year. Adjust comments.
5734 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
5735 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
5736 (vax_regnum): New enum. Replacing...
5737 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
5738 (VAX_PS_REGNUM): ... these removed macros.
5739 * vax-tdep.c (vax_register_name): Remove prototype.
5740 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
5741 (vax_register_byte, vax_register_raw_size,
5742 vax_register_virtual_size, vax_register_virtual_type): Remove
5743 functions.
5744 (vax_register_type): New function.
5745 (vax_breakpoint_from_pc): Reorganize.
5746 (vax_gdbarch_init): Set register_type. Don't set
5747 deprecated_register_size, deprecated_register_bytes,
5748 deprecated_register_byte, deprecated_register_raw_size,
5749 deprecated_max_register_raw_size,
5750 deprecated_register_virtual_size,
5751 deprecated_max_register_virtual_size and
5752 deprecated_register_virtual_type. Add comment on stack direction.
5753
5754 2004-04-11 Mark Kettenis <kettenis@gnu.org>
5755
5756 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
5757 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
5758 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
5759
5760 2004-04-10 Randolph Chung <tausq@debian.org>
5761
5762 * MAINTAINERS (write after approval): Add myself.
5763
5764 2004-04-07 Randolph Chung <tausq@debian.org>
5765
5766 * hppa-tdep.c (hppa_inner_than): Remove.
5767 (is_pa_2): Remove unused static variable.
5768 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
5769
5770 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
5771
5772 * language.h (language_defn): Add new la_post_parser field.
5773 * parser-defs.h (null_post_parser): New declaration (default for
5774 la_post_parser).
5775
5776 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
5777 insert call to that function.
5778 (parse_exp_in_context): New function, including code formerly in
5779 parse_exp_1. Calls language-dependent post-parser after
5780 prefixification.
5781 (parse_expression_in_context): New exported function.
5782 (null_post_parser): New definition.
5783 * expression.h (parse_expression_in_context): Add declaration.
5784
5785 * p-lang.c (pascal_language_defn): Add trivial post-parser.
5786 * c-lang.c (c_language_defn): Ditto.
5787 (cplus_language_defn): Ditto.
5788 (asm_language_defn): Ditto.
5789 (minimal_language_defn): Ditto.
5790 * f-lang.c (f_language_defn): Ditto.
5791 * jv-lang.c (java_language_defn): Ditto.
5792 * language.c (unknown_language_defn): Ditto.
5793 (auto_language_defn): Ditto.
5794 (local_language_defn): Ditto.
5795 * m2-lang.c (m2_language_defn): Ditto.
5796 * scm-lang.c (scm_language_defn): Ditto.
5797 * obj-lang.c (objc_language_defn): Ditto.
5798
5799 2004-04-10 Mark Kettenis <kettenis@gnu.org>
5800
5801 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
5802 (amd64nbsd_mcontext_addr): New function.
5803 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
5804 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
5805 with amd64nbsd_r_reg_offset, instead of building it on the fly.
5806
5807 * corelow.c (core_xfer_partial): Fix coding standards violation.
5808 Add support for TARGET_OBJECT_WCOOKIE.
5809
5810 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
5811 deprecated_pc_in_sigtramp.
5812 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
5813 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
5814 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
5815 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
5816 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
5817 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
5818 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
5819
5820 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
5821 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
5822 Fix typo.
5823
5824 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
5825 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
5826 (amd64_collect_fxsave): Likewise.
5827
5828 * i386-sol2-tdep.c: Include "gdb_string.h".
5829 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
5830 name.
5831 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5832
5833 2004-04-10 Mark Kettenis <kettenis@gnu.org>
5834
5835 * i386-sol2-tdep.c: Include "solib-svr4.h".
5836 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5837 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5838 * config/i386/tm-i386sol2.h: Include :solib.h".
5839 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
5840 solib-svr4.o and solib-legacy.o.
5841 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
5842 solib-svr4.o.
5843
5844 2004-04-09 Mark Kettenis <kettenis@gnu.org>
5845
5846 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
5847 whether a register is supplied by PTRACE_GETFPREGS.
5848 (store_inferior_registers): Likewise.
5849 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
5850 whether a register is supplied by PT_GETFPREGS.
5851 (store_inferior_registers): Likewise.
5852
5853 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
5854 * config/i386/linux64.mt (TDEPFILES): Likewise.
5855
5856 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
5857
5858 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
5859 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5860 the program counter is in the range specified by `struct
5861 gdbarch_tdep'.
5862 * amd64-linux-tdep.c: Include "symtab.h".
5863 (amd64_linux_pc_in_sigtramp): Remove function.
5864 (amd64_linux_sigtramp_p): New function.
5865 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5866 deprecated_pc_in_sigtramp.
5867 * amd64nbsd-tdep.c: Include "symtab.h".
5868 (amd64nbsd_sigtramp_p): New function.
5869 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5870 deprecated_pc_in_sigtramp.
5871 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
5872 few comments.
5873 (amd64obsd_pc_in_sigtramp): Remove function.
5874 (amd64obsd_sigtramp_p): New function.
5875 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5876 deprecated_pc_in_sigtramp.
5877 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
5878 (i386bsd_pc_ins_sigtramp): Remove prototype.
5879 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
5880 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
5881 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5882 the program counter is in the range specified by `struct
5883 gdbarch_tdep'.
5884 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
5885 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
5886 (i386_go32_pc_in_sigtramp): Remove function.
5887 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
5888 Initialize TDEP->sigtramp_p.
5889 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
5890 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
5891 deprecated_pc_in_sigtramp.
5892 * i386-linux-tdep.c: Adjust comments.
5893 (i386_linux_pc_in_sigtramp): Remove function.
5894 (i386_linux_sigtramp_p): New function.
5895 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5896 deprecated_pc_in_sigtramp.
5897 * i386-nto-tdep.c: Update copyright year.
5898 (i386nto_pc_in_sigtramp): Remove function.
5899 (i386nto_sigtramp_p): New function.
5900 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
5901 SP_REGNUM.
5902 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
5903 deprecated_pc_in_sigtramp.
5904 * i386-sol2-tdep.c: Update copyright year.
5905 (i386_sol2_pc_in_sigtramp): Remove function.
5906 (i386_sol2_sigtramp_p): New function.
5907 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
5908 deprecated_pc_in_sigtramp.
5909 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
5910 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
5911 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5912 deprecated_sigtramp_start and deprecated_sigtramp_end.
5913 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
5914 (i386nbsd_pc_in_sigtramp): Remove function.
5915 (i386nbsd_sigtramp_p): New function.
5916 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5917 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5918 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
5919 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
5920 (i386obsd_pc_in_sigtramp): Remove function.
5921 (i386obsd_sigtramp_p): New function.
5922 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
5923 functions.
5924 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5925 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5926 TDEP->sigtramp_p.
5927 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
5928 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
5929 dependencies.
5930
5931 * config/i386/i386aout.mt: Remove file.
5932
5933 * configure.tgt: Remove i[34567]86-*-go32*,
5934 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
5935 and i[34567]86-*-isc*. Set gdb_target to i386 for
5936 i[34567]86-*-netware* and i[34567]86-*-*.
5937 * config/i386/i386.mt: New file.
5938 * config/i386/embed.mt: Remove file.
5939 * config/i386/go32.mt: Remove file.
5940 * config/i386/i386nw.mt: Remove file.
5941 * config/i386/i386v.mt: Remove file.
5942 * config/i386/tm-go32.h: Remove file.
5943
5944 * tui/tui-hooks.c: Include "readline/readline.h" after
5945 "gdb_curses.h" instead of before.
5946 * tui/tui-io.c: Likewise.
5947
5948 * tui/tui.c: Fix typo in comment.
5949
5950 * sparc64-tdep.c (sparc_address_from_register): Remove function.
5951
5952 2004-04-08 Andrew Cagney <cagney@redhat.com>
5953
5954 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
5955 (deprecated_exception_support_initialized): Declare.
5956 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
5957 (initialize_hp_cxx_exception_support)
5958 (child_enable_exception_callback): Update.
5959 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
5960 (deprecated_exception_support_initialized): Rename
5961 deprecated_exception_catchpoints_are_fragile and
5962 deprecated_exception_support_initialized.
5963 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
5964
5965 * symtab.c (deprecated_hp_som_som_object_present): Rename
5966 hp_som_som_object_present.
5967 * symtab.h (deprecated_hp_som_som_object_present): Declare.
5968 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
5969 Update. Delete extern declaration.
5970 * valops.c (hp_som_som_object_present): Ditto.
5971 * parse.c (deprecated_hp_som_som_object_present)
5972 (parse_nested_classes_for_hpacc): Ditto.
5973 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
5974 * hppa-hpux-tdep.c (hp_som_som_object_present)
5975 (initialize_hp_cxx_exception_support): Ditto.
5976 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
5977 * cp-valprint.c (hp_som_som_object_present)
5978 (cp_print_class_method): Ditto.
5979 * c-typeprint.c (hp_som_som_object_present):
5980 (c_type_print_base): Ditto.
5981 * c-exp.y (hp_som_som_object_present): Ditto.
5982
5983 2004-04-08 Andrew Cagney <cagney@redhat.com>
5984
5985 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
5986 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
5987 (frame_unwind_find_by_frame): Re-implement the unwind code so
5988 that it can both prepend and append sniffers. Replace
5989 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
5990 * tramp-frame.c (tramp_frame_append): Use
5991 frame_unwind_prepend_unwinder.
5992 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
5993 frame_unwind_register_unwinder.
5994 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
5995 tramp_frame_append.
5996 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
5997 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
5998 (mips_linux_init_abi): Update.
5999
6000 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6001
6002 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6003 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6004 file support.
6005
6006 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6007
6008 * ia64-tdep.c (elf.h): Don't include.
6009 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6010
6011 2004-04-07 Jason Molenda (jmolenda@apple.com)
6012
6013 * frame.h: Typeo corrections in comments.
6014
6015 2004-04-07 Jim Blandy <jimb@redhat.com>
6016
6017 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6018 %esp and %ebp
6019
6020 2004-04-07 Mark Kettenis <kettenis@gnu.org>
6021
6022 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6023 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6024 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6025 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6026 and solib-legacy.o.
6027 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6028 solib-svr4.o.
6029 * config/sparc/tm-sol2.h: Update copyright year. Include
6030 "solib.h".
6031
6032 * sparc-sol2-tdep.c: Update copyright year. Include
6033 "solib-svr4.h".
6034 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6035 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6036 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6037 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
6038 dependencies.
6039
6040 2004-04-06 Andrew Cagney <cagney@redhat.com>
6041
6042 * infttrace.c: Include "infttrace.h".
6043 * infttrace.h: Include "target.h".
6044 * Makefile.in (infttrace_h): Update.
6045 (infttrace.o): Update.
6046
6047 2004-04-06 Andrew Cagney <cagney@redhat.com>
6048
6049 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6050 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6051 move extern declarations from here ...
6052 * infttrace.h: ... to here.
6053 * Makefile.in (hppah-nat.o): Update dependencies.
6054
6055 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6056 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
6057 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
6058 (hppa_breakpoint_from_pc): Delete.
6059
6060 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6061
6062 2004-04-05 Andrew Cagney <cagney@redhat.com>
6063
6064 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6065 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6066 <sys/file.h>.
6067
6068 2004-04-06 Randolph Chung <tausq@debian.org>
6069
6070 Committed by Andrew Cagney (mechanical change).
6071 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6072 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6073 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6074 child_enable_exception_callback, current_ex_event,
6075 null_symtab_and_line, child_get_current_exception_event,
6076 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6077 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6078 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6079 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6080 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6081 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6082 Move hpux-specific definitions ...
6083 * hppa-hpux-tdep.c: ... to here.
6084
6085 2004-04-05 Andrew Cagney <cagney@redhat.com>
6086
6087 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
6088 skip_prologue_using_sal.
6089
6090 2004-04-05 Andrew Cagney <cagney@redhat.com>
6091
6092 * config/i386/tm-i386.h: Delete file.
6093 * config/i386/tm-vxworks.h: Update copyright, do not include
6094 "tm-i386.h".
6095 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
6096 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
6097 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
6098 * config/i386/ncr3000.mt (TM_FILE): Delete.
6099 * config/i386/interix.mt (TM_FILE): Delete.
6100 * config/i386/i386v.mt (TM_FILE): Delete.
6101 * config/i386/i386nw.mt (TM_FILE): Delete.
6102 * config/i386/i386gnu.mt (TM_FILE): Delete.
6103 * config/i386/i386aout.mt (TM_FILE): Delete.
6104 * config/i386/embed.mt (TM_FILE): Delete.
6105
6106 2004-04-05 Kevin Buettner <kevinb@redhat.com>
6107
6108 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
6109 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
6110 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
6111 (accg7_regnum): New constants.
6112 (last_spr_regnum, last_pseudo_regnum): Update.
6113 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
6114 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
6115 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
6116 for accg registers.
6117 (frv_register_sim_regno): Update spr_map[].
6118
6119 2004-04-04 Andrew Cagney <cagney@redhat.com>
6120
6121 * config/mips/xm-riscos.h: Delete.
6122 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
6123 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
6124 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
6125 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
6126 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
6127 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
6128 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
6129 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
6130 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
6131 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
6132 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
6133 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
6134 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6135 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6136 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6137 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6138 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6139 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6140 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6141 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6142 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6143 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6144 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6145 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6146 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6147 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
6148
6149 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6150 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6151 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6152 * configure.host: Remove m680[01]0-sun-sunos3*,
6153 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6154 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6155 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6156 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6157 mips-*-riscos*.
6158 * NEWS: Mention removed systems.
6159
6160 2004-04-04 Andrew Cagney <cagney@redhat.com>
6161
6162 GDB 6.1 release created from 6.1 branch.
6163
6164 2004-04-04 Andrew Cagney <cagney@redhat.com>
6165
6166 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6167 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6168 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
6169
6170 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
6171 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
6172 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
6173
6174 2004-04-03 Jim Blandy <jimb@redhat.com>
6175
6176 * MAINTAINERS: Chris Faylor has changed employers; add him to
6177 "paper trail" section, and update his E-mail address.
6178
6179 2004-04-03 Andrew Cagney <cagney@redhat.com>
6180
6181 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
6182 generic dummy frames.
6183 * dummy-frame.c: Update copyright.
6184 (dummy_frame_sniffer): Delete check for generic dummy frames.
6185
6186 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
6187 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
6188 (REG_PARM_STACK_SPACE): Delete.
6189 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6190 Inline reference to REG_PARM_STACK_SPACE.
6191
6192 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6193 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6194 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6195 (FRAME_BASE_BEFORE_SIGTRAMP)
6196 (hppa32_hpux_frame_base_before_sigtramp)
6197 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6198 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6199 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6200 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6201 (FRAME_BASE_BEFORE_SIGTRAMP)
6202 (hppa64_hpux_frame_base_before_sigtramp)
6203 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6204
6205 2004-04-03 Andrew Cagney <cagney@redhat.com>
6206
6207 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6208
6209 2004-04-02 Andrew Cagney <cagney@redhat.com>
6210
6211 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6212 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6213 * dummy-frame.h: Delete out-of-date comments.
6214 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6215 * gdbarch.h, gdbarch.c: Re-generate.
6216
6217 2004-04-02 Joel Brobecker <brobecker@gnat.com>
6218
6219 Committed by Andrew Cagney <cagney@redhat.com>.
6220 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6221 into account an instruction saving a register if we have already
6222 seen an earlier instruction saving that same register.
6223
6224 2004-04-02 Andrew Cagney <cagney@redhat.com>
6225
6226 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6227 * gdbarch.h, gdbarch.c: Re-generate.
6228 * frame.c (legacy_get_prev_frame): Delete references to
6229 DEPRECATED_INIT_FRAME_PC_FIRST.
6230
6231 * infrun.c (pc_in_sigtramp): Delete function.
6232 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6233 get_frame_type.
6234
6235 2004-04-02 Andrew Cagney <cagney@redhat.com>
6236
6237 * infrun.c (handle_step_into_function): Delete code conditional on
6238 legacy_frame_p.
6239 (handle_inferior_event, step_over_function): Ditto.
6240
6241 2004-04-02 Andrew Cagney <cagney@redhat.com>
6242
6243 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6244 "previous frame inner to this frame" test.
6245
6246 2004-04-02 Andrew Cagney <cagney@redhat.com>
6247
6248 * frame.c (safe_frame_unwind_memory): New function.
6249 * frame.h (safe_frame_unwind_memory): Declare. Update description
6250 of /safe_/ methods.
6251 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6252 "next_frame". Use safe_frame_unwind_memory.
6253 (tramp_frame_sniffer): Update call to tramp_frame_start.
6254
6255 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
6256
6257 * dwarf2read.c (dwarf2_objfile_data_key): New.
6258 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6259 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6260 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6261 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6262 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6263 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6264 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6265 Remove variables.
6266 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6267 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6268 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6269 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6270 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6271 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6272 Remove macros.
6273 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6274 data.
6275 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6276 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6277 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6278 (read_partial_die, read_full_die, read_indirect_string)
6279 (dwarf_decode_line_header, dwarf_decode_macros)
6280 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6281 Update uses of removed variables.
6282 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6283 of removed macros.
6284 (_initialize_dwarf2_read): New function.
6285 * symfile.h (dwarf2_has_info): Update prototype.
6286 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6287 * elfread.c (elf_symfile_read): Likewise.
6288
6289 2004-04-01 Jim Blandy <jimb@redhat.com>
6290
6291 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6292 function for register numbers on all the rs6000-derived targets.
6293 (rs6000_gdbarch_init): Don't register a separate
6294 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6295 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6296 variants.
6297
6298 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6299 numbering.
6300
6301 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
6302
6303 * valarith.c: Update copyright notice.
6304 (value_add): Handle range types.
6305 (value_sub): Ditto.
6306 (value_equal): Ditto.
6307 (value_less): Ditto.
6308 (value_neg): Ditto.
6309 (value_complement): Ditto.
6310 (value_binop): Simplify slightly by using is_integral_type and
6311 eliminiating unnecessary COERCE_ENUMs.
6312
6313 2004-03-31 Andrew Cagney <cagney@redhat.com>
6314
6315 * frame.h (frame_unwind_id): Declare.
6316 * frame.c (frame_unwind_id): New function.
6317 (get_prev_frame_1): New function.
6318 (frame_debug_got_null_frame): New function.
6319 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6320 code proper to prev_frame, update description.
6321 * infrun.c (step_over_function): Use frame_unwind_id.
6322
6323 2004-04-31 J. Brobecker <brobecker@gnat.com>
6324
6325 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6326 (hppa64_push_dummy_call): Likewise.
6327
6328 2004-03-30 Jim Blandy <jimb@redhat.com>
6329
6330 From Ulrich Weigand:
6331 * utils.c (query): Do not use a va_list variable multiple times.
6332
6333 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6334
6335 * Makefile.in (linux_nat_h): Update dependencies.
6336 * configure.in: Check for <gnu/libc-version.h>.
6337 * configure: Regenerate.
6338 * config.in: Regenerate.
6339 * linux-nat.h: Include "target.h". Add waitstatus field to
6340 struct lwp_info.
6341 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
6342 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
6343 to.
6344 (lin_lwp_handle_extended): New function. Handle clone events.
6345 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
6346 thread exit events.
6347 (child_wait): Handle clone events.
6348 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
6349 * linux-nat.c (linux_enable_event_reporting): Turn on
6350 PTRACE_O_TRACECLONE.
6351 (linux_handle_extended_wait): Handle clone events.
6352 * thread-db.c: Include <gnu/libc-version.h>.
6353 (struct private_thread_info): Add dying flag.
6354 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
6355 higher.
6356 (attach_thread): Update comments. Handle dying threads.
6357 (detach_thread): Set the dying flag.
6358 (check_event): Always call attach_thread.
6359
6360 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6361
6362 * mips-tdep.c (mips_pdr_data): New.
6363 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
6364 (_initialize_mips_tdep): Initialize mips_pdr_data.
6365
6366 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
6367
6368 * minsyms.c (install_minimal_symbols): Move dropping leading
6369 char from linkage name from here...
6370 (prim_record_minimal_symbol_and_info): ...to here. Simplify
6371 test for "__gnu_compiled*" symbols.
6372
6373 2004-03-28 Jim Blandy <jimb@redhat.com>
6374
6375 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
6376 registers to temp register r0 and byte stores as prologue
6377 instructions.
6378
6379 2004-03-28 Andrew Cagney <cagney@redhat.com>
6380
6381 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
6382 arm*-*-*.
6383
6384 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6385
6386 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
6387 and switch the layout to force a display of register window.
6388
6389 2004-02-26 J. Brobecker <brobecker@gnat.com>
6390
6391 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
6392 of the INTEGER class.
6393
6394 2004-03-26 Jim Blandy <jimb@redhat.com>
6395
6396 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
6397 bytes long on PPC GNU/Linux.
6398
6399 2004-03-26 David Carlton <carlton@kealia.com>
6400
6401 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
6402
6403 2004-03-25 Andrew Cagney <cagney@redhat.com>
6404
6405 * PROBLEMS: Add general section titles, remove references to
6406 specific releases.
6407
6408 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
6409
6410 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
6411 INT_REGISTER_SIZE.
6412 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
6413 FP_REGISTER_VIRTUAL_SIZE.
6414 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
6415 of DEPRECATED_REGISTER_RAW_SIZE.
6416 (arm_register_type): Add gdbarch argument.
6417 (arm_register_raw_size, arm_register_virtual_size): Delete.
6418 (arm_register_byte, arm_extract_return_value)
6419 (arm_store_return_value, arm_get_longjmp_target): Update references
6420 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
6421 (arm_gdbarch_init): Likewise. Don't set
6422 deprecated_register_raw_size, deprecated_register_virtual_size,
6423 deprecated_max_register_raw_size,
6424 deprecated_max_register_virtual_size, or
6425 deprecated_max_register_virtual_type. Do set register_type.
6426 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
6427 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
6428 (FP_REGISTER_VIRTUAL_SIZE): Delete.
6429 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
6430 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
6431 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
6432 INT_REGISTER_SIZE.
6433 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
6434 (remote_rdp_store_register): Likewise.
6435
6436 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
6437
6438 * Makefile.in (mips-linux-tdep.o): Update dependencies.
6439 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
6440 to after osabi initialization.
6441 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
6442 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
6443 functions.
6444 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
6445 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
6446 variables.
6447 (mips_linux_init_abi): Append signal trampoline unwinders.
6448
6449 2004-03-24 Andrew Cagney <cagney@redhat.com>
6450
6451 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
6452 * tramp-frame.c: Include "gdb_assert.h".
6453 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
6454 correct sizeof.
6455 (tramp_frame_append): Validate the tramp frame's instructions.
6456 * Makefile.in (tramp-frame.o): Update dependencies.
6457
6458 2004-03-23 Andrew Cagney <cagney@redhat.com>
6459
6460 * trad-frame.h (trad_frame_set_reg_addr): Declare.
6461
6462 2004-03-23 Andrew Cagney <cagney@redhat.com>
6463
6464 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
6465 Nasser as past testsuite/lib/ (and other) maintainers.
6466
6467 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6468
6469 * infcmd.c (attach_command): Reread symbols if we already have
6470 an exec file.
6471
6472 2004-03-23 Andrew Cagney <cagney@redhat.com>
6473
6474 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
6475
6476 2004-03-23 Andrew Cagney <cagney@redhat.com>
6477
6478 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
6479 * gdbarch.h, gdbarch.c: Re-generate.
6480 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6481 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6482 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6483 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
6484 (DEPRECATED_SIGTRAMP_START): Update.
6485 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
6486 (DEPRECATED_SIGTRAMP_START): Update.
6487 * blockframe.c (find_pc_sect_partial_function): Update.
6488 * arch-utils.c (legacy_pc_in_sigtramp): Update.
6489
6490 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6491
6492 * remote.c (remote_open_1): Reopen the exec file and reread symbols
6493 if necessary.
6494
6495 2004-03-23 Andrew Cagney <cagney@redhat.com>
6496
6497 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
6498 predicate, deprecate.
6499 * gdbarch.h, gdbarch.c: Re-generate.
6500 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6501 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6502 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
6503 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6504 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
6505 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
6506 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
6507 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
6508 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
6509 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
6510 * blockframe.c (find_pc_partial_function): Update.
6511 * breakpoint.c (bpstat_what): Update.
6512 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
6513 * frv-linux-tdep.c (frv_linux_init_abi): Update.
6514 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
6515 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
6516 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6517 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6518 * i386-nto-tdep.c (i386nto_init_abi): Update.
6519 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
6520 * i386-tdep.c (i386_sigtramp_frame_sniffer)
6521 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
6522 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6523 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6524 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6525 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
6526 * infrun.c (pc_in_sigtramp): Update.
6527 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
6528 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
6529 * mips-tdep.c (mips_gdbarch_init): Update.
6530 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
6531 * ppc-linux-tdep.c: Update comment.
6532 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
6533 * shnbsd-tdep.c (shnbsd_init_abi): Update.
6534 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
6535 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
6536 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
6537 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
6538 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
6539 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
6540 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
6541 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
6542
6543 2004-03-23 Andrew Cagney <cagney@redhat.com>
6544
6545 * tramp-frame.h, tramp-frame.h: New files.
6546 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
6547 Update rules to include "tramp-frame.h" and "tramp-frame.c".
6548
6549 * Makefile.in: Update all dependencies.
6550
6551 2004-03-23 Andrew Cagney <cagney@redhat.com>
6552
6553 * Makefile.in (trad_frame_h): Add $(frame_h).
6554 * trad-frame.h: Update copyright. Include "frame.h".
6555 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
6556 (trad_frame_set_id, trad_frame_get_id): Declare.
6557 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
6558 * trad-frame.c: Update copyright.
6559 (struct trad_frame_cache): Define.
6560 (trad_frame_cache_zalloc): New function.
6561 (trad_frame_set_id, trad_frame_get_id): New functions.
6562 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
6563
6564 2004-03-22 Andrew Cagney <cagney@redhat.com>
6565
6566 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
6567 s390_pltstub_unwind_cache.
6568 (s390_stub_frame_unwind_cache): Rename
6569 s390_pltstub_frame_unwind_cache.
6570 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
6571 (s390_stub_frame_prev_register): Rename
6572 s390_pltstub_frame_prev_register.
6573 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
6574 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
6575
6576 From Ulrich Weigand:
6577 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
6578 pointer calls like PLT calls.
6579
6580 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
6581
6582 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
6583 PC rather than the partial function start address. Use the start
6584 address to sanity check the found PDR.
6585
6586 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
6587
6588 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
6589 linux_handle_extended_wait.
6590
6591 2004-03-22 Andrew Cagney <cagney@redhat.com>
6592
6593 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
6594 function.
6595
6596 * frame.h (generic_pop_current_frame): Delete declaration.
6597 (deprecate_pop_dummy_frame): Deprecate
6598 generic_pop_dummy_frame.
6599 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
6600 (generic_pop_current_frame): Delete function.
6601 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
6602 generic_pop_current_frame.
6603 * v850-tdep.c (v850_pop_frame): Update.
6604 * mcore-tdep.c (mcore_pop_frame): Update.
6605 * sh64-tdep.c (sh64_pop_frame): Update.
6606 * h8300-tdep.c (h8300_pop_frame): Update.
6607
6608 2004-03-22 Andrew Cagney <cagney@redhat.com>
6609
6610 * frame.h (deprecated_pc_in_call_dummy): Rename
6611 generic_pc_in_call_dummy.
6612 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
6613 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
6614 generic_pc_in_call_dummy.
6615 (pc_in_dummy_frame): Make static.
6616 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
6617 * gdbarch.h, gdbarch.c: Re-generate.
6618 * dummy-frame.c (dummy_frame_sniffer): Simplify.
6619 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
6620 (legacy_get_prev_frame): Ditto.
6621 * inferior.h: Delete reference to generic_pc_in_call_dummy in
6622 comment.
6623
6624 2004-03-21 Andrew Cagney <cagney@redhat.com>
6625
6626 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
6627 declaration and out-of-date comment.
6628 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
6629 Delete function.
6630 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
6631 deprecated_pc_in_call_dummy.
6632
6633 * infrun.c (handle_inferior_event): For non legacy frames, use the
6634 frame ID and frame type to identify a signal trampoline. Update
6635 comments.
6636
6637 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
6638
6639 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
6640 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
6641
6642 2004-03-21 Andrew Cagney <cagney@redhat.com>
6643
6644 * frame-unwind.h: Update copyright.
6645 (struct frame_data): Add opaque declaration.
6646 (frame_sniffer_ftype): Declare.
6647 (struct frame_unwind): Add "unwind_data" and "sniffer".
6648 (frame_unwind_register_unwinder): Declare.
6649 (frame_unwind_find_by_frame): Add parameter "this_cache".
6650 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
6651 (legacy_get_prev_frame, legacy_get_prev_frame)
6652 (get_frame_type): Pass the prologue_cache to
6653 frame_unwind_find_by_frame.
6654 * frame-unwind.c (struct frame_unwind_table_entry): Add field
6655 "unwinder".
6656 (frame_unwind_register_unwinder): New function.
6657 (frame_unwind_find_by_frame): Handle an unwind sniffer.
6658
6659 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
6660
6661 * bcache.c (print_percentage): Use floating point to avoid
6662 incorrect results when portion*100 overflows.
6663
6664 2004-03-19 Kevin Buettner <kevinb@redhat.com>
6665
6666 * ppc_tdep.h (ppc_linux_frame_saved_pc)
6667 (ppc_linux_init_extra_frame_info)
6668 (ppc_linux_frameless_function_invocation)
6669 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
6670 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
6671 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
6672 (rs6000_frame_chain): Delete declarations.
6673 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
6674 (ppc_linux_init_extra_frame_info)
6675 (ppc_linux_frameless_function_invocation)
6676 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
6677 (ppc_linux_init_abi): Remove registration of above deleted functions.
6678 * rs6000-tdep.c (rs6000_init_extra_frame_info)
6679 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
6680 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
6681 (rs6000_pop_frame, rs6000_frameless_function_invocation)
6682 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
6683 (rs6000_gdbarch_init): Remove registration of above deleted functions.
6684 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
6685 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
6686 frame management for all OSABIs.
6687
6688 2004-03-19 Andrew Cagney <cagney@redhat.com>
6689
6690 Committed by Kevin Buettner <kevinb@redhat.com>.
6691
6692 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
6693 Update copyright.
6694 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
6695 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
6696 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
6697 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
6698 unwinders. #ifdef legacy frame code.
6699 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
6700 "frame-base.h".
6701 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
6702 (struct rs6000_frame_cache, rs6000_frame_cache)
6703 (rs6000_frame_this_id, rs6000_frame_prev_register)
6704 (rs6000_frame_sniffer, rs6000_frame_unwind)
6705 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
6706 (rs6000_frame_base): Implement a traditional frame unwinder.
6707 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
6708 frame unwinder.
6709
6710 2004-03-19 Kevin Buettner <kevinb@redhat.com>
6711
6712 * breakpoint.c (adjust_breakpoint_address): Don't adjust
6713 breakpoint address for watchpoints or the catch eventpoints.
6714 Add new paramter ``bptype''. Adjust all callers.
6715
6716 2004-03-19 Andrew Cagney <cagney@redhat.com>
6717
6718 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
6719
6720 * PROBLEMS: Delete note that ARM does not use frame code, problem
6721 fixed.
6722
6723 2004-03-18 Andrew Cagney <cagney@redhat.com>
6724
6725 * stack.c (return_command): Delete code wrapped in #ifdef
6726 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
6727
6728 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
6729
6730 2004-03-18 Andrew Cagney <cagney@redhat.com>
6731
6732 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
6733 DEPRECATED_IN_SIGTRAMP.
6734 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6735 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
6736 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6737 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6738 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6739 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6740 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6741 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6742 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
6743 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
6744
6745 2004-03-18 Andrew Cagney <cagney@redhat.com>
6746
6747 * frame-base.c: Update copyright. Include "gdb_obstack.h".
6748 (struct frame_base_table_entry): Define.
6749 (struct frame_base_table): Re-implement as a linked list.
6750 (frame_base_init): Re-implement.
6751 (frame_base_table): Delete function.
6752 (append_predicate): Delete function.
6753 (frame_base_append_sniffer): Update.
6754 (frame_base_set_default): Update.
6755 (frame_base_find_by_frame): Update.
6756 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
6757 * Makefile.in (frame-base.o): Update dependencies.
6758
6759 2004-03-17 Andrew Cagney <cagney@redhat.com>
6760
6761 * frame.c (legacy_get_prev_frame): Pass correct frame to
6762 frame_unwind_find_by_frame.
6763
6764 2004-03-17 David Carlton <carlton@kealia.com>
6765
6766 * NEWS: Mention C++ nested types and namespaces
6767
6768 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
6769
6770 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
6771 and "Regressions since gdb 5.3.". Add known regressions since
6772 gdb 6.0.
6773
6774 2004-03-16 David Carlton <carlton@kealia.com>
6775
6776 * dwarf2read.c (process_structure_scope): Process children even
6777 when we're a declaration.
6778
6779 2004-03-16 Andrew Cagney <cagney@redhat.com>
6780
6781 * symtab.h (find_pc_sect_partial_function): Delete declaration.
6782 * blockframe.c (find_pc_partial_function)
6783 (find_pc_sect_partial_function): Merge into a single
6784 find_pc_partial_function.
6785
6786 2004-03-16 Mark Kettenis <kettenis@gnu.org>
6787
6788 * i386bsd-nat.c: s/regno/regnum/g.
6789 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
6790 FP0_REGNUM.
6791 (store_inferior_registers): Likewise.
6792
6793 2004-03-16 Mark Kettenis <kettenis@gnu.org>
6794
6795 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
6796 of i387_fill_fsave.
6797 (store_inferior_registers): Call i387_collect_fsave and
6798 i387_collect_fxsave instead of i387_fill_fsave and
6799 i387_fill_fxsave.
6800
6801 2004-03-15 Andrew Cagney <cagney@redhat.com>
6802
6803 * Makefile.in (frame-unwind.o): Update dependencies.
6804 * frame-unwind.c: Include "gdb_obstack.h".
6805 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
6806 parameter.
6807 (append_predicate): Delete function.
6808 (struct frame_unwind_table_entry): New structure.
6809 (struct frame_unwind_table): Replace "sniffer" with "head" and
6810 "tail".
6811 (frame_unwind_append_sniffer): Update.
6812 (frame_unwind_find_by_frame): Update.
6813 (_initialize_frame_unwind): Registe frame_unwind_init using
6814 gdbarch_data_register_pre_init.
6815
6816 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6817
6818 * i386bsd-nat.c: Update copyright year.
6819 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
6820 define unconditionally.
6821
6822 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6823
6824 * i387-tdep.h (i387_collect_fsave): New prototype.
6825 * i387-tdep.c (i387_collect_fsave): New function containing most
6826 of the code from i387_fill_fsave.
6827 (i387_fill_fsave): Call i387_collect_fsave.
6828
6829 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6830
6831 * i386-linux-tdep.c: Update copyright year.
6832 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
6833 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
6834 svr4_ilp32_link_map_offsets instead of
6835 i386_linux_svr4_fetch_link_map_offsets.
6836
6837 2004-03-15 David Carlton <carlton@kealia.com>
6838
6839 Fix for PR c++/1553:
6840 * dwarf2read.c (read_structure_type): Determine type name by
6841 calling determine_class_name.
6842 (determine_class_name): New.
6843 (determine_prefix): Look at TYPE_TAG_NAME and call
6844 determine_class_name when appropriate.
6845 (determine_prefix_aux, class_name): Delete.
6846 (read_namespace): Set die->type.
6847
6848 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6849
6850 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
6851 unused macro definition. The definition in target.h (or perhaps
6852 elsewhere) takes precedence.
6853
6854 2004-03-15 Andrew Cagney <cagney@redhat.com>
6855
6856 * ppc-tdep.h: Update copyright.
6857 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
6858 function signatures to match "regsets.h".
6859 * ppc-linux-tdep.c: Include "regset.h".
6860 (ELF_GREGSET_SIZE): Delete.
6861 (right_supply_register): New function.
6862 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
6863 using right_supply_register.
6864 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
6865 functions.
6866 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
6867 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
6868 (_initialize_ppc_linux_tdep): Do not register
6869 ppc_linux_regset_core_fns.
6870 (ppc_linux_regset_from_core_section): Replace
6871 fetch_core_registers.
6872 (ppc_linux_regset_core_fns): Delete.
6873 * ppc-linux-nat.c: (right_fill_reg): New function.
6874 (supply_gregset): Update call to ppc_linux_supply_gregset.
6875 (fill_gregset): Clear the register set, use right_fill_reg.
6876 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
6877 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
6878
6879 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
6880 unsigned.
6881
6882 2004-03-15 Andrew Cagney <cagney@redhat.com>
6883
6884 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
6885 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
6886 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
6887 and register_gdbarch_data.
6888 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
6889 (struct gdbarch_data): Replace "init" by "pre_init" and
6890 "post_init".
6891 * gdbarch.h, gdbarch.c: Re-generate.
6892 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
6893 with"obstack", use OBSTACK_ZALLOC.
6894 (dwarf2_frame_ops): Delete.
6895 (dwarf2_frame_set_init_reg): Use gdbarch_data.
6896 (dwarf2_frame_init_reg): Use gdbarch_data.
6897 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
6898 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
6899 (_initialize_svr4_solib): Update.
6900 * user-regs.c (_initialize_user_regs): Update.
6901 * reggroups.c (_initialize_reggroup): Update.
6902 * regcache.c (_initialize_regcache): Update.
6903 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6904 * libunwind-frame.c (_initialize_libunwind_frame): Update.
6905 * gnu-v3-abi.c (init_gnuv3_ops): Update.
6906 * frame-unwind.c (_initialize_frame_unwind): Update.
6907 * frame-base.c (_initialize_frame_base): Update.
6908 * user-regs.c (user_reg_add): Update.
6909 * reggroups.c (reggroup_add): Update.
6910 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
6911 * libunwind-frame.c (libunwind_frame_set_descr): Update.
6912 * frame-unwind.c (frame_unwind_append_sniffer): Update.
6913 * frame-base.c (frame_base_table): Update.
6914 * remote.c (_initialize_remote): Update.
6915 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
6916
6917 2004-03-15 Andrew Cagney <cagney@redhat.com>
6918
6919 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
6920
6921 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6922
6923 * Makefile.in (frv-linux-tdep.o): Add dependencies.
6924 * frv-linux-tdep.c: New file.
6925 * frv-tdep.c (struct gdbarch_tdep): Add new field
6926 ``sigcontext_reg_addr''.
6927 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
6928 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6929 (frv_sigramp_frame_sniffer): New functions.
6930 (frv_sigtramp_frame_unwind): New static global.
6931 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
6932 sniffers.
6933 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
6934 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
6935
6936 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6937
6938 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
6939 but not via a call to error(), when unable to read memory.
6940
6941 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6942
6943 * frv-tdep.c (frv_call_dummy_words): Delete.
6944 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
6945
6946 2004-03-15 Andrew Cagney <cagney@redhat.com>
6947
6948 * infrun.c (handle_step_into_function, step_over_function): Only
6949 update and use STEP_FRAME_ID when the system is using legacy
6950 frames. Update comments.
6951
6952 2004-03-14 Mark Kettenis <kettenis@gnu.org>
6953
6954 * amd64-linux-tdep.h: Remove file.
6955 * amd64-linux-tdep.c: Don't include "inferior.h" and
6956 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
6957 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
6958 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
6959 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
6960 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
6961 macros.
6962 (user_to_gdb_regmap): Remove variable.
6963 (amd64_linux_gregset_reg_offset): New variable.
6964 (amd64_core_fns): Remove variable.
6965 (fetch_core_registers): Remove function.
6966 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
6967 functions.
6968 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
6969 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
6970 * Makefile.in (amd64_linux_tdep_h): Remove.
6971 (amd64-linux-nat.o): Update dependencies.
6972 (amd64-linux-tdep.o): Update dependencies.
6973
6974 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
6975 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
6976 functions.
6977 (fetch_inferior_registers, store_inferior_registers): Rewrite.
6978
6979 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
6980 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
6981
6982 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
6983
6984 * dwarf2read.c (read_structure_type): Rename from
6985 read_structure_scope. Don't create a symbol or call process_die.
6986 Return immediately if die->type is set. Call read_type_die before
6987 dwarf2_add_member_fn.
6988 (process_structure_scope): New function.
6989 (read_enumeration_type, process_enumeration_scope): New functions,
6990 broken out from read_enumeration. Don't create the enumeration
6991 type if it has already been created.
6992 (read_enumeration): Removed.
6993 (process_die): Call read_structure_type, process_structure_scope,
6994 read_enumeration_type, and process_enumeration_scope. Just call
6995 new_symbol for base and subrange types. Add a comment about other
6996 type dies.
6997 (read_type_die): Call read_enumeration_type.
6998 (add_partial_structure, new_symbol): Update comments.
6999
7000 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7001
7002 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7003
7004 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7005
7006 * tui/tui-win.h (tui_get_cmd_list): Declare.
7007 * tui/tui-win.c (tui_command): New function.
7008 (tui_get_cmd_list): New function.
7009 (_initialize_tui_win): Moved initialization of tui command in
7010 tui_get_cmd_list.
7011
7012 * tui/tui-data.c (init_content_element): Setup new data members.
7013 (init_win_info): Likewise.
7014 (free_content_elements): Free it.
7015 * tui/tui-data.h (struct tui_data_element): Store the register
7016 content to print.
7017 (struct tui_data_info): Keep the current register group.
7018
7019 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7020
7021 * tui/tui-regs.h (tui_show_registers): Update prototype.
7022 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7023 (tui_resize_all): No need to calculate anything for register window.
7024 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7025 (tui_set_register_element, tui_set_general_regs_content): Remove.
7026 (tui_set_special_regs_content): Remove.
7027 (tui_set_general_and_special_regs_content): Remove.
7028 (tui_set_float_regs_content): Remove.
7029 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7030 (tui_set_regs_content): Remove.
7031 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7032 (tui_v_show_registers_command_support): Remove.
7033 (tui_show_registers): Use a reggroup to specify the registers to show.
7034 (tui_show_register_group): New function.
7035 (tui_display_registers_from): Compute the layout of register window
7036 and refresh with new API; be sure to delete old register windows.
7037 (tui_check_register_values): Update to use tui_get_register and
7038 tui_display_data.
7039 (tui_display_register): Just refresh the register window part.
7040 (tui_register_format): Format registers and save in tui_data_element.
7041 (tui_get_register): New to combine tui_reg_value_has_changed and
7042 tui_get_register_raw_value; fix to use the new gdb API.
7043 (tui_show_float_command): Renamed tui_reg_float_command.
7044 (tui_show_general_command): Renamed tui_reg_general_command.
7045 (tui_show_special_command): Renamed tui_reg_system_command.
7046 (_initialize_tui_regs): Remove unused commands.
7047
7048 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7049
7050 * NEWS (New native configurations): Mention OpenBSD/amd64.
7051
7052 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7053 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7054 Remove defines.
7055 * config/i386/nm-fbsd64.h: Likewise.
7056 * config/i386/nm-obsd.h: Likewise.
7057 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7058 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7059
7060 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7061
7062 * frv-tdep.c (set_variant_scratch_registers): New function.
7063 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7064 New constants.
7065
7066 From Richard Sandiford <rsandifo@redhat.com>:
7067 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7068
7069 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7070
7071 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7072 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7073 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7074 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7075 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7076 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7077 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7078 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7079 definitions from frv-tdep.c to frv-tdep.h.
7080
7081 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7082
7083 Add shared library support for FR-V FDPIC ABI:
7084 * Makefile.in (solib-frv.o): Add dependencies.
7085 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7086 New functions.
7087 (frv_push_dummy_call): Add support for FDPIC ABI.
7088 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
7089 for FDPIC ABI.
7090 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
7091 (frv_fdpic_find_canonical_descriptor): Declare.
7092 * solib-frv.c: New file.
7093 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
7094 * config/frv/tm-frv.h (solib.h): Include.
7095
7096 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7097
7098 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
7099 (frv-tdep.o): Update dependencies.
7100 * frv-tdep.h: New file.
7101 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
7102 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
7103 constants.
7104 (struct gdbarch_tdep): Add new member ``frv_abi''.
7105 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
7106 functions.
7107 (new_variant): Set ``frv_abi'' field.
7108 (gdb_arch_init): Detect FDPIC executables.
7109
7110 2004-03-12 Mark Kettenis <kettenis@gnu.org>
7111
7112 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
7113 wrapper.
7114
7115 2004-03-11 Andrew Cagney <cagney@redhat.com>
7116
7117 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
7118
7119 2004-03-11 Kevin Buettner <kevinb@redhat.com>
7120
7121 * solist.h (master_so_list): New function.
7122 * solib.c (master_so_list): Likewise.
7123 * solib-svr4.c (enable_break): Iterate over so_list entries
7124 obtained from master list instead of entries obtained directly
7125 via svr4_current_sos().
7126
7127 2004-03-10 Ben Elliston <bje@gnu.org>
7128
7129 * MAINTAINERS: Update my mail address.
7130
7131 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7132
7133 * remote-m32r-sdi.c: Support hardware watchpoint.
7134
7135 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7136
7137 * user-regs.c: Update copyright years.
7138 (struct user_regs): Rename to gdb_user_regs.
7139 (append_user_reg, builtin_user_regs, user_regs_init)
7140 (user_reg_add, user_reg_map_name_to_regnum)
7141 (usernum_to_user_reg): Update.
7142
7143 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7144
7145 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7146 (skip_children): New functions.
7147 (locate_pdi_sibling): Call skip_children.
7148
7149 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7150
7151 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7152 * gdbtypes.c (check_typedef): Update comments.
7153
7154 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7155
7156 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7157 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7158 pointer. Update comment about comp_unit_head.
7159 (struct abbrev_info): Shorten two int flags.
7160 (dwarf_alloc_abbrev): Take a CU argument.
7161 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7162 each time through the loop. Update cleanup argument.
7163 (psymtab_to_symtab_1): Update cleanup call.
7164 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7165 abbrev_obstack.
7166 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7167 Just call obstack_free and clear the pointer.
7168
7169 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7170
7171 * infrun.c (handle_inferior_event): Remove short-circuit code for
7172 events in a different thread.
7173
7174 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7175
7176 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
7177 print the whole transfer.
7178 (initialize_targets): Update description of "set debug target".
7179
7180 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7181
7182 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
7183
7184 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
7185
7186 * MAINTAINERS (write after approval): Add myself.
7187
7188 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7189
7190 * sh-tdep.c (sh_print_registers_info): Use for loop.
7191 Don't skip multiple registers when a float register is encountered.
7192
7193 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7194
7195 Fix PR tdep/1291.
7196 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7197 to official SH documentation.
7198
7199 2004-03-07 Andrew Cagney <cagney@redhat.com>
7200
7201 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7202 unused function.
7203
7204 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
7205
7206 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7207 (arm_get_next_pc): Handle BX and BLX.
7208
7209 2004-03-07 Andrew Cagney <cagney@redhat.com>
7210
7211 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7212 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7213 HPPA_SP_REGNUM.
7214 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7215 (hppa_target_read_fp): Delete.
7216 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7217 register_virtual_size, max_register_raw_size,
7218 max_register_virtual_size, register_byte, register_size,
7219 target_read_fp, fp_regnum, and register_bytes. Set register_type
7220 instead of register_virtual_type.
7221 (hppa32_register_type, hppa64_register_type): Replace
7222 hppa32_register_virtual_type and hppa64_register_virtual_type.
7223 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7224 (HPPA_FP_REGNUM): Define.
7225
7226 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7227
7228 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7229 (pa_do_registers_info): Delete.
7230 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
7231 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
7232 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
7233
7234 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7235 GDB_TARGET_IS_HPPA code.
7236 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
7237 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
7238 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7239 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
7240 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7241 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7242 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
7243 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
7244 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7245 (hppa_frameless_function_invocation, hppa64_store_return_value)
7246 (hppa_store_struct_return, hppa64_extract_return_value)
7247 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
7248 (hppa32_call_dummy_length, hppa64_call_dummy_length)
7249 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
7250 (find_proc_framesize, deposit_21, restore_pc_queue)
7251 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
7252 (rp_saved, pc_in_linker_stub): Delete.
7253
7254 Unconditionally enable 64-bit frame and ABI code.
7255 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7256 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7257 push_dummy_frame, fix_call_dummy, push_arguments,
7258 call_dummy_location, extract_return_value, use_struct_convention,
7259 store_return_value, store_struct_return, saved_pc_after_call,
7260 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7261 frame_chain, frame_chain_valid, frameless_function_invocation,
7262 frame_saved_pc, and pop_frame.
7263
7264 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7265 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7266 (hppa_gdbarch_init): Do not set PC_REGNUM.
7267
7268 2004-03-06 Mark Kettenis <kettenis@gnu.org>
7269
7270 * config/alpha/tm-fbsd.h: Remove file.
7271 * config/alpha/fbsd.mt: Tweak comment.
7272 (TM_FILE): Set to tm-alpha.h.
7273
7274 2004-03-05 Andrew Cagney <cagney@redhat.com>
7275
7276 * infrun.c (step_over_function): When non-legacy code, and no
7277 step_frame_id, use the unwinder to get the caller's frame ID.
7278
7279 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7280
7281 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7282 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7283 bfd_arch_unknown. Adjust comment.
7284
7285 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7286 * i386obsd-tdep.c: Correct spelling in comment.
7287 * i386nbsd-tdep.c: Correct spelling in comment.
7288 * sparc-tdep.c: Correct spelling in comments.
7289
7290 2004-03-05 David Carlton <carlton@kealia.com>
7291
7292 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7293 bug.
7294
7295 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7296
7297 * sparc-tdep.c: Fix typo in comment.
7298
7299 2004-03-04 J. Brobecker <brobecker@gnat.com>
7300
7301 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7302
7303 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
7304
7305 * dwarf2read.c: Add comment describing memory lifetimes.
7306 (struct dwarf2_pinfo): Update comment.
7307 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7308 (read_enumeration, new_symbol): Don't use obsavestring.
7309
7310 2004-03-04 Mark Kettenis <kettenis@gnu.org>
7311
7312 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7313 instead of amd64_fill_fxsave.
7314 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7315 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7316
7317 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7318 Reorganize code a bit.
7319
7320 2004-03-04 Orjan Friberg <orjanf@axis.com>
7321
7322 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
7323 when the frame pointer is pushed. Don't set the frame pointer's
7324 address on the stack unless it's actually located there.
7325 Set the SRP's address on the stack correctly when the PC is still in
7326 the prologue.
7327 (cris_return_value): New function.
7328 (cris_gdbarch_init): Clear deprecated store_return_value,
7329 extract_return_value.
7330
7331 2004-03-02 Jim Blandy <jimb@redhat.com>
7332
7333 * stabsread.c (reg_value_complaint): The maximum register number
7334 is one less than the number of registers.
7335
7336 2004-03-02 Andrew Cagney <cagney@redhat.com>
7337
7338 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
7339 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
7340 trailing comma and redundant assignment of I386_ST0_REGNUM.
7341 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
7342 32-bit segment registers.
7343
7344 2004-03-01 Andrew Cagney <cagney@redhat.com>
7345
7346 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
7347 use frame_relative_level and get_next_frame.
7348
7349 2004-02-29 Andrew Cagney <cagney@redhat.com>
7350
7351 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
7352 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
7353 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
7354 Delete macro.
7355
7356 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7357
7358 * inflow.c (terminal_inferior): Don't give up the terminal if we
7359 previously couldn't get the inferior's terminal state.
7360
7361 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7362
7363 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
7364 PC_REGNUM.
7365
7366 2004-02-28 Andrew Cagney <cagney@redhat.com>
7367
7368 * NEWS: Refer to GDB 6.1.
7369 * README: Refer to GDB 6.1.
7370 * PROBLEMS: Refer to GDB 6.1.
7371
7372 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
7373
7374 * thread-db.c (disable_thread_signals): Remove unused function.
7375
7376 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7377
7378 * amd64-nat.c: Include "gdb_string.h".
7379 (amd64_collect_native_gregset): Zero-extend the 32-bit
7380 general-purpose registers and %eip.
7381
7382 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
7383 * amd64-tdep.c (amd64_collect_fxsave): New function.
7384 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
7385
7386 * i387-tdep.h: Update copyright year.
7387 (i387_collect_fxsave): New prototype.
7388 * i387-tdep.c: Update copyright year.
7389 (i387_collect_fxsave): New function containing most of the code
7390 from i387_fill_fxsave.
7391 (i387_fill_fxsave): Call i387_collect_fxsave.
7392
7393 2004-02-28 Andrew Cagney <cagney@redhat.com>
7394
7395 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
7396 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
7397
7398 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7399
7400 * amd64-tdep.c (amd64_frame_cache): Fix comment.
7401
7402 2004-02-28 Andrew Cagney <cagney@redhat.com>
7403
7404 * utils.c: Use "", instead of <>, to include readline.
7405 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
7406 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
7407 * source.c, solib.c, exec.c, event-top.c: Ditto.
7408 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
7409 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
7410 * Makefile.in: Update all dependencies.
7411 (readline_tilde_h, readline_history_h): Define.
7412 (readline_headers): Delete.
7413
7414 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7415
7416 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
7417 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
7418 "config/i386/tm-lx64.h".
7419
7420 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
7421 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
7422 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
7423
7424 2004-02-28 Andrew Cagney <cagney@redhat.com>
7425
7426 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
7427
7428 * breakpoint.c (_initialize_breakpoint): Use
7429 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
7430 Add help to show command.
7431
7432 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7433
7434 * i386-nat.c: Reformat to be closer to coding standards.
7435 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
7436 `retval'. Make variables `align' and `size' local to while-loop.
7437 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
7438 (_initialize_i386_nat): New prototype.
7439
7440 * tui/tui.c: Include <readline/readline.h> instead of
7441 "readline/readline.h". Include it after <term.h> and
7442 "gdb_curses.h".
7443
7444 2004-02-27 Andrew Cagney <cagney@redhat.com>
7445
7446 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
7447 the new frame unwind code.
7448 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
7449 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
7450 PCOQ_HEAD_REGNUM.
7451
7452 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
7453 "return_value" and "push_dummy_call".
7454 (hppa32_use_struct_convention): Delete unused function.
7455 (hppa32_store_return_value): Delete unused function.
7456 (hppa32_extract_return_value): Delete unused function.
7457 (hppa32_stack_align): Delete function.
7458
7459 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
7460
7461 * coffread.c (enter_linenos): Don't let rawptr reference memory
7462 outside linetab[]'s limits.
7463
7464 2004-02-27 Andrew Cagney <cagney@redhat.com>
7465
7466 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
7467 inferior stack space - the stack needs to grow upwards.
7468 (hppa32_frame_align): New function.
7469 (hppa64_frame_align): Replace hppa_frame_align.
7470 (hppa_gdbarch_init): Update.
7471
7472 2004-02-26 Orjan Friberg <orjanf@axis.com>
7473
7474 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
7475 (dwarf2-frame.h): Include.
7476 (enum cris_regnums): New enum CRIS_FP_REGNUM.
7477 Remove static variables related to ABI setting.
7478 (struct gdbarch_tdep): Remove cris_abi member.
7479 (struct frame_extra_info): Remove.
7480 (cris_unwind_cache, stack_item): New structs.
7481 (cris_frame_unwind, cris_frame_base): New variables.
7482 (push_stack_item, pop_stack_item)
7483 (cris_frame_unwind_cache, cris_frame_this_id)
7484 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
7485 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
7486 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
7487 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
7488 (cris_reg_struct_has_addr): New functions.
7489 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
7490 (cris_frame_saved_pc, cris_saved_pc_after_call,
7491 (cris_store_struct_return, cris_frameless_function_invocation)
7492 (cris_pop_frame, cris_skip_prologue_main)
7493 (cris_abi_original_store_return_value)
7494 (cris_abi_v2_store_return_value)
7495 (cris_abi_original_extract_return_value)
7496 (cris_abi_v2_extract_return_value)
7497 (cris_abi_original_reg_struct_has_addr)
7498 (cris_abi_v2_reg_struct_has_addr)
7499 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
7500 (cris_push_return_address, cris_abi_update): Remove.
7501 (_initialize_cris_tdep): Remove ABI command.
7502 (cris_dump_tdep): Ditto.
7503 (cris_gdbarch_init): Remove ABI command.
7504 Set store_return_value, extract_return_value, push_dummy_code,
7505 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
7506 frame_unwind_append_sniffer, frame_base_set_default.
7507 Clear deprecated init_frame_pc, push_arguments, store_return_value,
7508 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
7509 sizeof_call_dummy_words, get_saved_register, push_return_address,
7510 pop_frame, store_struct_return, frame_init_saved_regs,
7511 init_extra_frame_info, frameless_function_invocation, frame_chain,
7512 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
7513 dummy_write_sp.
7514
7515 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7516
7517 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
7518 * valprint.c (print_hex_chars): Change from static to external.
7519 (print_char_chars): New function.
7520 * printcmd.c (print_scalar_formatted): For integer and enum types
7521 that are longer than LONGEST, perform processing via appropriate
7522 print_*_chars routines.
7523
7524 2004-02-26 Andrew Cagney <cagney@redhat.com>
7525
7526 * Makefile.in: Update dependencies.
7527 Changes from Ulrich Weigand,
7528 * s390-tdep.c: Include "dwarf2-frame.h".
7529 (s390_dwarf2_frame_init_reg): New function.
7530 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
7531 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
7532
7533 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7534
7535 * breakpoint.c (pending_break_support): New setting variable.
7536 (break_command_1): Account for pending_break_support setting
7537 when creating pending breakpoints.
7538 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
7539 (_initialize_breakpoint): Add "set breakpoint pending" and
7540 "show breakpoint pending" commands.
7541
7542 2004-02-26 Andrew Cagney <cagney@redhat.com>
7543
7544 Fix PR i18n/1570.
7545 * charset.c (backslashable, backslashed, represented): Remove 'e'
7546 from list of escaped characters, not part of ISO-C.
7547
7548 2004-02-25 J. Brobecker <brobecker@gnat.com>
7549
7550 From Peter Schauer <schauer@pdf.de>:
7551 * tui/tui.c: Move system header includes after local includes.
7552 Fixes a build failure on solaris systems.
7553
7554 2004-02-25 J. Brobecker <brobecker@gnat.com>
7555
7556 * configure.in: Refine the previous change.
7557 * configure: Regenerate.
7558
7559 2004-02-25 Mark Kettenis <kettenis@gnu.org>
7560
7561 * amd64-tdep.h: Renamed from x86-64-tdep.h.
7562 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
7563 "amd64-tdep.h" instead of "x86-64-tdep.h".
7564 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7565 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
7566 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
7567 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7568 and "x86-64-tdep.c".
7569 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
7570 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7571 and "x86-64-tdep.c".
7572 * amd64bsd-nat.c: Update copyright year.
7573 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7574 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
7575 "x86-64-tdep.h".
7576 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
7577 "x86-64-tdep.h".
7578 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
7579 "x86-64-tdep.h".
7580 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
7581 "x86-64-tdep.h".
7582 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
7583 "x86-64-tdep.h".
7584 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
7585 "x86-64-tdep.h".
7586 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
7587 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
7588 * Makefile.in (amd64_linux_tdep_h): Renamed from
7589 x86_64_linux_tdep_h.
7590 (amd64_tdep_h): Renamed from x86_64_tdep_h.
7591 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
7592 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
7593 (amd64obsd-tdep.o): Update dependencies.
7594 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
7595 dependencies.
7596 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
7597 dependencies.
7598 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
7599 amd64-linux-nat.c amd64-linux-tdep.c.
7600 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
7601 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
7602 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
7603 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
7604 amd64-tdep.o and amd64-linux-tdep.o.
7605 (TM_FILE): Set to tm-linux64.h.
7606 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
7607 (NAT_FILE): Set to nm-linux64.h.
7608 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
7609 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7610 amd64-tdep.o.
7611 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7612 amd64-tdep.o.
7613 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7614 amd64-tdep.o.
7615
7616 2004-02-25 Roland McGrath <roland@redhat.com>
7617
7618 * remote.c (remote_protocol_qPart_auxv): New variable.
7619 (init_all_packet_configs): Initialize it.
7620 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
7621 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
7622 (show_remote_cmd): Call it.
7623 (_initialize_remote): Initialize commands.
7624 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
7625 service TARGET_OBJECT_AUXV requests.
7626
7627 2004-02-25 J. Brobecker <brobecker@gnat.com>
7628
7629 * configure.in: Make sure that the wborder function is available.
7630 Otherwise, search for it in the cur_colr library.
7631 * configure: Regenerate.
7632
7633 2004-02-25 Andrew Cagney <cagney@redhat.com>
7634
7635 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
7636
7637 2004-02-25 Mark Kettenis <kettenis@gnu.org>
7638
7639 * config/i386/tm-x86-64linux.h: Tweak comments.
7640
7641 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
7642
7643 * MAINTAINERS: Add self to write-after-approval list.
7644
7645 2004-02-25 Andrew Cagney <cagney@redhat.com>
7646
7647 PR cli/1566. Problem found, and fix suggested by David Allan.
7648 * cli/cli-script.c (execute_control_command): Unconditionally
7649 install a cleanup. Default "ret" to "invalid_control". Use
7650 "break" instead of "return" to escape from the switch.
7651
7652 2004-02-24 J. Brobecker <brobecker@gnat.com>
7653
7654 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
7655 with the lines macro defined in term.h on AiX.
7656 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
7657 a collision with the label_width macro defined in term.h on AiX.
7658
7659 2004-02-23 David Mosberger <davidm@hpl.hp.com>
7660
7661 Committed by Kevin Buettner <kevinb@redhat.com>.
7662
7663 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
7664 * ia64-tdep.c (ia64_write_pc): Make it a global function.
7665 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
7666 instead of ia64_write_pc().
7667 * ia64-linux-tdep.c (regcache.h): Include.
7668 (ia64_linux_write_pc): New function.
7669
7670 2004-02-23 Roland McGrath <roland@redhat.com>
7671
7672 * auxv.c (info_auxv_command): Fix typos in error messages.
7673
7674 2004-02-23 Mark Kettenis <kettenis@gnu.org>
7675
7676 * x86-64-tdep.h: Tweak comment.
7677 (enum amd64_regnum): New.
7678 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
7679 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
7680 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
7681 (X86_64_XMM1_REGNUM): Removed.
7682 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
7683 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
7684 prototypes for renamed functions.
7685 * x86-64-tdep.c: Fix typo.
7686 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
7687 register numbers.
7688 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
7689 Use constants from `enum amd64_regnum' for register numbers.
7690 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
7691 (amd64_analyze_prologue, amd64_frame_cache,
7692 amd64_sigtramp_frame_cache): Use constants from `enum
7693 amd64_regnum' for register numbers.
7694 (amd64_supply_fpregset): Adjust for renamed functions.
7695 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
7696 `enum amd64_regnum' for register numbers.
7697 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
7698 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
7699 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
7700 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
7701 (amd64_linux_fill_gregset): Adjust for renamed macros.
7702 (fetch_core_registers): Adjust for renamed functions.
7703 (amd64_linux_init_abi): Adjust for renamed functions.
7704 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
7705 renamed functions.
7706 * amd64-nat.c: Adjust for renamed macros.
7707 * amd64bsd-nat.c (fetch_inferior_registers)
7708 (store_inferior_registers): Use constants from `enum amd64_regnum'
7709 for register numbers. Adjust for renamed variables.
7710 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
7711 renamed variables.
7712 (_initialize_amd64fbsd_nat): Use constants from `enum
7713 amd64_regnum' for register numbers.
7714 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
7715 `enum amd64_regnum' for register numbers.
7716 (amd64fbsd_init_abi): Adjust for renamed functions.
7717 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
7718 `enum amd64_regnum' for register numbers.
7719 (amd64nbsd_init_abi): Adjust for renamed functions.
7720 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
7721 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
7722 `enum amd64_regnum' for register numbers.
7723 (amd64obsd_init_abi): Adjust for renamed functions.
7724 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
7725
7726 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7727
7728 * breakpoint.c (print_one_breakpoint): Do not output spaces
7729 after printing <PENDING> for a pending breakpoint.
7730
7731 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7732
7733 * printcmd.c (print_scalar_formatted): Initialize val_long
7734 to remove compiler warning message.
7735
7736 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7737
7738 * defs.h (nquery, yquery): New prototypes.
7739 * breakpoint.c (break_command_1): Use new nquery interface.
7740 * utils.c (defaulted_query, nquery, yquery): New functions.
7741
7742 2004-02-23 Andrew Cagney <cagney@redhat.com>
7743
7744 * hppa-tdep.c (hppa_frame_align): New function.
7745 (hppa32_push_dummy_call): New function.
7746 (hppa64_push_dummy_call): New function.
7747 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
7748 disabled.
7749
7750 * infcall.c (legacy_push_dummy_code): Don't call deprecated
7751 FIX_CALL_DUMMY when push_dummy_call is available.
7752 (call_function_by_hand, push_dummy_code): Ditto.
7753
7754 2004-02-22 Andrew Cagney <cagney@redhat.com>
7755
7756 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
7757 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
7758 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
7759 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
7760 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
7761 call_dummy_location to ON_STACK.
7762
7763 2004-02-22 Mark Kettenis <kettenis@gnu.org>
7764
7765 * x86-64-linux-tdep.c: Tweak comment.
7766 (amd64_linux_supply_gregset): Renamed from
7767 x86_64_linux_supply_gresget.
7768 (amd64_linux_fill_gregset): Renamed from
7769 x86_64_linux_fill_gregset.
7770 (fetch_core_registers): Adjust for renamed functions.
7771 (amd64_core_fns): Renamed from x86_64_core_fns.
7772 (amd64_linux_sigtramp_start): Renamed from
7773 x86_64_linux_sigtramp_start.
7774 (amd64_linux_pc_in_sigtramp): Renamed from
7775 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
7776 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
7777 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
7778 (amd64_linux_sigcontext_addr): Renamed from
7779 x86_64_linux_sigcontext_addr.
7780 (amd64_linux_sc_reg_offset): Renamed from
7781 x86_64_linux_sc_reg_offset.
7782 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
7783 Adjust for renamed functions and variables.
7784 (_initialize_amd64_linux_tdep): Renamed from
7785 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
7786 variables.
7787 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
7788 Adjust for renamed functions.
7789
7790 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
7791 from x86_64_linux_gregset64_reg_offset.
7792 (amd64_linux_gregset32_reg_offset): Rename from
7793 x86_64_linux_gregset64_reg_offset.
7794 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
7795 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
7796 (amd64_linux_dr_set_control): Renamed from
7797 x86_64_linux_dr_set_control. Adjust for renamed functions.
7798 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
7799 Adjust for renamed functions.
7800 (amd64_linux_dr_reset_addr): Renamed from
7801 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
7802 (amd64_linux_dr_get_status): Renamed from
7803 x86_64_linux_dr_get_status. Adjust for renamed functions.
7804 (_initialize_amd64_linux_nat): Renamed from
7805 _initialize_x86_64_linux_nat. Adjust for renamed variables and
7806 functions.
7807 * config/i386/nm-x86-64linux.h: Update copyright year.
7808 Adjust for renamed functions.
7809
7810 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
7811 amd64fbsd_sigtramp_start.
7812 (amd64fbsd_sigtramp_end_addr): Renamed from
7813 amd64fbsd_sigtramp_end.
7814 (amd64fbsd_init_abi): Adjust for renamed variables.
7815 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
7816 variables.
7817 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
7818 amd64fbsd_sigtramp_start.
7819 (amd64fbsd_sigtramp_end_addr): Renamed from
7820 amd64fbsd_sigtramp_end.
7821
7822 2004-02-22 Andrew Cagney <cagney@redhat.com>
7823
7824 * hppa-tdep.c (hppa32_return_value): New function.
7825 (hppa64_return_value): New function.
7826 (hppa_gdbarch_init): Set return_value; keep disabled.
7827
7828 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
7829 struct-return and inferior function call methods.
7830
7831 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7832 "frame-base.h".
7833 (struct hppa_frame_cache): Define.
7834 (hppa_frame_cache, hppa_frame_this_id): New functions.
7835 (hppa_frame_prev_register): New function.
7836 (hppa_frame_unwind, hppa_frame_base): New variables.
7837 (hppa_frame_unwind_sniffer): New function.
7838 (hppa_frame_base_address, hppa_unwind_pc): New function.
7839 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
7840 sniffer, and frame base sniffer; keep disabled.
7841 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
7842 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
7843
7844 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
7845 to predicates for "seriously old code".
7846
7847 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
7848 runtime if(0).
7849
7850 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
7851 unsigned.
7852 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
7853
7854 * config/pa/tm-hppa.h: Update copyright.
7855 (DEPRECATED_INIT_FRAME_PC): Delete macro.
7856 (deprecated_init_frame_pc_default): Delete declaration.
7857 (hppa_frame_init_saved_regs): Delete declaration.
7858 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
7859 * hppa-tdep.c: Include "arch-utils.h".
7860 (hppa_gdbarch_init): Set deprecated init_frame_pc
7861 and deprecated frame_init_saved_regs.
7862 (hppa_frame_init_saved_regs): Make static.
7863
7864 2004-02-22 Mark Kettenis <kettenis@gnu.org>
7865
7866 Remove old 386BSD support.
7867 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
7868 * configure.host: Remove i[34567]86-*-bsd*.
7869 * configure.tgt: Remove i[34567]86-*-bsd*.
7870 * i386b-nat.c: Removed.
7871 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
7872 (i386b-nat.o): Remove dependencies.
7873
7874 * config/i386/i386bsd.mh: Removed.
7875 * config/i386/i386bsd.mt: Removed.
7876 * config/i386/nm-i386bsd.h: Removed.
7877 * config/i386/tm-i386bsd.h: Removed.
7878 * config/i386/xm-i386bsd.h: Removed.
7879
7880 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
7881
7882 * amd64fbsd-tdep.c: Include "solib-svr4.h".
7883 (amd64fbsd_init_abi): Set link map offsets.
7884 * amd64nbsd-tdep.c: Include "slib-svr4.h".
7885 (amd64nbsd_init_abi): Set link map offsets.
7886 * amd64obsd-tdep.c: Include "solib-svr4.h".
7887 (amd64obsd_init_abi): Set link map offsets.
7888 * i386fbsd-tdep.c: Include "solib-svr4.h".
7889 (i386fbsd_init_abi): Set link map offsets.
7890 * i386nbsd-tdep.c: Include "solib-svr4.h".
7891 (i386nbsdelf_init_abi): Set link map offsets.
7892 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
7893 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
7894 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
7895 solib-legacy.o and core-aout.o. Reformat.
7896 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
7897 solib-svr4.o, solib-legacy.o. Reformat.
7898 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
7899 * config/i386/nbsdelf.mh: Reformat.
7900 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
7901 solib-svr4.o, solib-legacy.o and corelow.o.
7902 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
7903 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
7904 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
7905 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7906 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7907 (TM_FILE): Set to tm-fbsd.h.
7908 * config/i386/nbsd.mt (TDEPFILES): Reformat.
7909 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
7910 solib-svr4.o.
7911 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
7912 solib-svr4.o.
7913 (TM_FILE): Set to nm-nbsd.h.
7914 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
7915 Simplify shared library support. Don't include "elf/common.h".
7916 (SVR4_SHARED_LIBS): Don't define.
7917 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
7918 "solib.h".
7919 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
7920 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
7921 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
7922 Don't include "i386/tm-i386.h". Include "solib.h".
7923 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
7924 Don't include "i386/tm-i386.h".
7925 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
7926 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
7927 Include "i386/xm-i386.h".
7928 (HOST_LONG_DOUBLE_FORMAT): Remove.
7929
7930 Fix OpenBSD/i386 sigtramp recognition.
7931 * i386-tdep.h: Update copyright year.
7932 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
7933 (i386bsd_sigtramp_end): New prototypes.
7934 (i386fbsd_sigtramp_start_addr): Renamed from
7935 i386fbsd_sigtramp_start.
7936 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7937 (i386obsd_sigtramp_start_addr): Renamed from
7938 i386obsd_sigtramp_start.
7939 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
7940 * i386bsd-tdep.c: Update copyright year.
7941 (i386bsd_pc_in_sigtramp): Make public.
7942 * i386fbsd-nat.c: Update copyright year.
7943 (_initialize_i386fbsd_nat): Adjust for renamed variables.
7944 * i386fbsd-tdep.c: Update copyright year.
7945 (i386fbsd_sigtramp_start_addr): Renamed from
7946 i386fbsd_sigtramp_start.
7947 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7948 (i386fbsdaout_init_abi): Adjust for renamed variables.
7949 * i386obsd-nat.c: Update copyright year.
7950 (_initialize_i386obsd_nat): Adjust for renamed variables.
7951 * i386obsd-tdep.c: Include "target.h".
7952 (i386obsd_page_size): New variable.
7953 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
7954 (i386obsd_sigtramp_end): New functions.
7955 (i386obsd_sigtramp_start_addr): Renamed from
7956 i386obsd_sigtramp_start.
7957 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
7958 (i386obsd_init_abi): Adjust for renamed variables. Set
7959 pc_in_sigtramp, sigtramp_start and sigtramp_end.
7960 * Makefile.in (i386obsd-tdep.o): Update dependencies.
7961
7962 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
7963 trampoline change in OpenBSD kernel.
7964
7965 * amd64-nat.c: Update copyright year.
7966 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
7967 architecture from REGCACHE.
7968
7969 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
7970 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
7971
7972 2004-02-21 Mark Kettenis <kettenis@gnu.org>
7973
7974 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
7975 i[34567]86-*-openbsd3.[0-3].
7976 * config/i386/obsdaout.mh: New file.
7977
7978 * config/i386/obsd.mh (MH_FLAGS): Remove.
7979
7980 Fix PR build/1549.
7981 * i386obsd-tdep.c: Update copyright years. Include
7982 "solib-svr4.h".
7983 (i386obsd_init_abi): Don't set regset_from_core_section here.
7984 (i386obsd_aout_init_abi): New function. Set
7985 regset_from_core_section here.
7986 (i386obsd_elf_init_abi): New function.
7987 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
7988 * Makefile.in (i386obsd-tdep.o): Update dependecies.
7989 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7990 (TM_FILE): Set to tm-nbsd.h.
7991
7992 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
7993 solib-sunos.o.
7994
7995 * solib-svr4.h: Update copyright year.
7996 (svr4_ilp32_fetch_link_map_offsets)
7997 (svr4_lp64_fetch_link_map_offsets): New prototype.
7998 * solib-svr4.c: Update copyright year.
7999 (svr4_ilp32_fetch_link_map_offsets)
8000 (svr4_lp64_fetch_link_map_offsets): New function.
8001
8002 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8003
8004 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8005 to the partial symbol table.
8006
8007 2004-02-20 J. brobecker <brobecker@gnat.com>
8008
8009 * PROBLEMS: Add description of problem documented under gdb/1560.
8010
8011 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8012
8013 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8014 comments.
8015 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8016 functions.
8017 (amd64obsd_init_abi): Reorder initializations. Use
8018 amd64obsd_r_reg_offset to initialize the general-purpose register
8019 set details. Set regset_from_core_section.
8020 (_initialize_amd64obsd_tdep): Rename from
8021 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8022 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8023 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8024
8025 * NEWS (New native configurations): Mention OpenBSD/alpha.
8026 * configure.tgt: Add alpha*-*-openbsd*.
8027 * configure.host: Add alpha*-*-openbsd*.
8028 * alphanbsd-tdep.c: Update copyright year.
8029 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8030
8031 2004-02-20 Andrew Cagney <cagney@redhat.com>
8032
8033 Fix PR tdep/1372.
8034 * configure.tgt: Delete target "none-*-*".
8035 * configure.host: Delete host "none-*-*".
8036 * config/none/none.mh: Delete file.
8037 * config/none/none.mt: Delete file.
8038 * config/none/xm-none.h: Delete file.
8039 * config/none/tm-none.h: Delete file.
8040 * config/none/nm-none.h: Delete file.
8041
8042 2004-02-19 Fred Fish <fnf@redhat.com>
8043
8044 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8045 cache->uses_fp prior to setting it.
8046
8047 2004-02-19 Fred Fish <fnf@redhat.com>
8048
8049 Fix for PR breakpoint/1558.
8050 * sh-tdep.c (IS_JSR): New macro.
8051 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8052
8053 2004-02-19 Jim Blandy <jimb@redhat.com>
8054
8055 * findvar.c (value_from_register): Doc fix.
8056
8057 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8058
8059 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8060 type being greater than sizeof of host's LONGEST. Always use
8061 unpack_long() unless format 'f' chosen.
8062
8063 2004-02-19 Joel Brobecker <brobecker@gnat.com>
8064
8065 Committed by Elena Zannoni <ezannoni@redhat.com>
8066
8067 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8068 contains a symbol wich is the best, non-exact match for the given
8069 pc. Update comments.
8070
8071 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8072
8073 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8074 macro, which was part of the now removed Mach 3 port.
8075 * utils.c (request_quit): Ditto.
8076
8077 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8078
8079 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8080 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8081
8082 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8083
8084 Committed by Mark Kettenis <kettenis@gnu.org>.
8085
8086 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8087 Define.
8088
8089 2004-02-18 Andrew Cagney <cagney@redhat.com>
8090
8091 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
8092 CONFIG_INSTALL and CONFIG_UNINSTALL.
8093 * configure: Re-generate.
8094 * interps.h (INTERP_TUI): Define.
8095 * Makefile.in: Update dependencies.
8096 (TUI): New macro.
8097 (tui-main.o): Specify dependencies.
8098 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
8099 * tui/tui-main.c: New file.
8100
8101 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8102
8103 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
8104 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
8105 dependencies.
8106 * configure.host: Add x86_64-*-openbsd*.
8107 * configure.tgt: Add x86_64-*-openbsd*.
8108 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
8109
8110 * tui/tui.c: Don't include <malloc.h>.
8111
8112 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
8113 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
8114 amd64nbsd-tdep.c.
8115
8116 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8117 static. Remove extraneous whitespace.
8118 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
8119 static.
8120
8121 2004-02-17 Jim Blandy <jimb@redhat.com>
8122
8123 * findvar.c (value_from_register): Doc fix.
8124
8125 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8126
8127 Committed by Jim Blandy <jimb@redhat.com>.
8128
8129 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
8130 CORE_ADDR as type for selectors. Correct types for GNU run time
8131 message lookup function to use double indirection.
8132 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
8133 * objc-lang.h (lookup_child_selector): Adapt prototype.
8134
8135 * s390-nat.c (SUBOFF): New macro.
8136 (supply_gregset, fill_gregset): Use it to handle debugging
8137 of 32-bit exectuables running under a 64-bit kernel.
8138 * s390-tdep.c: Include "solib-svr4.h".
8139 (s390_svr4_fetch_link_map_offset): New function.
8140 (s390x_svr_fetch_link_map_offset): Likewise.
8141 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8142 * Makefile.in (s390-tdep.o): Update dependencies.
8143
8144 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8145 "frame-unwind.h".
8146 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8147 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8148 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8149 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8150 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8151 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8152 S390_SIGNAL_FRAMESIZE,
8153 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8154 (struct frame_extra_info): Remove.
8155 (s390_memset_extra_info): Remove.
8156 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8157 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8158 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
8159 (is_rse): Renamed to ...
8160 (is_rsy): ... this. Support long displacements.
8161 (is_rxe): Renamed to ...
8162 (is_rxy): ... this. Support long displacements.
8163 (compute_x_addr): Support long displacements.
8164 (struct s390_prologue_data): New data type.
8165 (s390_on_stack): Change API to use struct s390_prologue_data.
8166 (s390_store): Reimplement.
8167 (s390_load): New function.
8168 (s390_get_signal_frame_info): Remove.
8169 (s390_get_frame_info): Remove, replace by ...
8170 (s390_analyze_prolog): ... this new function.
8171 (s390_check_function_end): Remove.
8172 (s390_function_start): Remove.
8173 (s390_frameless_function_invokation): Remove.
8174 (s390_is_sigreturn): Remove.
8175 (s390_init_frame_pc_first): Remove.
8176 (s390_init_frame_extra_info): Remove.
8177 (s390_frame_init_saved_regs): Remove.
8178 (s390_frame_saved_pc_nofix): Remove.
8179 (s390_frame_saved_pc): Remove.
8180 (s390_frame_chain): Remove.
8181 (s390_fp_regnum, s390_read_fp): Remove.
8182 (s390_pop_frame_regular, s390_pop_frame): Remove.
8183 (s390_saved_pc_after_call): Remove.
8184 (s390_skip_prologue): Reimplement.
8185 (s390_in_function_epilogue_p): Support long displacements.
8186 (struct s390_unwind_cache): New data structure.
8187 (s390_frame_unwind_cache): New function.
8188 (s390_prologue_frame_unwind_cache): Likewise.
8189 (s390_backchain_frame_unwind_cache): Likewise.
8190 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8191 (s390_frame_unwind): Define.
8192 (s390_frame_sniffer): New function.
8193 (struct s390_pltstub_unwind_cache): New data structure.
8194 (s390_pltstub_frame_unwind_cache): New function.
8195 (s390_pltstub_frame_this_id): Likewise.
8196 (s390_pltstub_frame_prev_register): Likewise.
8197 (s390_pltstub_frame_unwind): Define.
8198 (s390_pltstub_frame_sniffer): New function.
8199 (struct s390_sigtramp_unwind_cache): New data structure.
8200 (s390_sigtramp_frame_unwind_cache): New function.
8201 (s390_sigtramp_frame_this_id): Likewise.
8202 (s390_sigtramp_frame_prev_register): Likewise.
8203 (s390_sigtramp_frame_unwind): Define.
8204 (s390_sigtramp_frame_sniffer): New function.
8205 (s390_frame_base_address, s390_local_base_address): New functions.
8206 (s390_frame_base): Define.
8207 (s390_unwind_pc, s390_unwind_sp): New function.
8208 (s390_push_dummy_call): Use new frame base location.
8209 (s390_unwind_dummy_id): Likewise.
8210 (s390_gdbarch_init): Remove calls to:
8211 set_gdbarch_frameless_function_invocation,
8212 set_gdbarch_deprecated_init_frame_pc,
8213 set_gdbarch_deprecated_frame_chain,
8214 set_gdbarch_deprecated_frame_init_saved_regs,
8215 set_gdbarch_deprecated_pop_frame,
8216 set_gdbarch_deprecated_init_extra_frame_info,
8217 set_gdbarch_deprecated_init_frame_pc_first,
8218 set_gdbarch_deprecated_target_read_fp,
8219 set_gdbarch_deprecated_frame_saved_pc,
8220 set_gdbarch_deprecated_saved_pc_after_call,
8221 set_gdbarch_deprecated_fp_regnum.
8222 Add calls to:
8223 set_gdbarch_in_solib_call_trampoline,
8224 frame_unwind_append_sniffer,
8225 frame_base_set_default,
8226 set_gdbarch_unwind_pc,
8227 set_gdbarch_unwind_sp.
8228 * Makefile.in (s390-tdep.o): Update dependencies.
8229
8230 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8231 (S390_STACK_FRAME_OVERHEAD): Remove.
8232 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8233 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8234 (s390_promote_integer_argument): Remove.
8235 (s390_cannot_extract_struct_value_address): Remove.
8236 (s390_use_struct_convention, s390_store_struct_return): Remove.
8237 (s390_extract_return_value, s390_store_return_value): Remove.
8238 (s390_return_value_convention, s390_return_value): New functions.
8239 (is_float_singleton): Handle typedefs.
8240 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
8241 Remove, replace by ...
8242 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8243 s390_function_arg_integer): ... these new functions.
8244 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8245 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8246 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8247 Fill in tdep->abi.
8248 Remove calls to:
8249 set_gdbarch_deprecated_store_struct_return,
8250 set_gdbarch_deprecated_extract_return_value,
8251 set_gdbarch_deprecated_store_return_value,
8252 set_gdbarch_use_struct_convention,
8253 set_gdbarch_extract_struct_value_address,
8254 set_gdbarch_deprecated_pc_in_call_dummy,
8255 set_gdbarch_deprecated_push_arguments,
8256 set_gdbarch_deprecated_save_dummy_frame_tos,
8257 set_gdbarch_deprecated_push_return_address,
8258 set_gdbarch_deprecated_sizeof_call_dummy_words,
8259 set_gdbarch_deprecated_call_dummy_words,
8260 set_gdbarch_deprecated_dummy_write_sp.
8261 Add calls to:
8262 set_gdbarch_push_dummy_call,
8263 set_gdbarch_unwind_dummy_id,
8264 set_gdbarch_return_value.
8265
8266 * config/s390/nm-linux.h: Update comments.
8267 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8268 (STOPPED_BY_WATCHPOINT): Redefine.
8269 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8270 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8271 (s390_stopped_by_watchpoint): Likewise.
8272 (watch_area_cnt): Remove.
8273 * s390-nat.c: Update comments.
8274 (watch_area): Remove typedef.
8275 Global replace watch_area by struct watch_area.
8276 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8277 (s390_stopped_by_watchpoint): Remove pid argument,
8278 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8279 (s390_fix_watch_points): Remove pid argument,
8280 use s390_inferior_tid. Recompute area spanned by watchpoints.
8281 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8282 argument. Reimplement.
8283
8284 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8285 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8286 (FETCH_INFERIOR_REGISTERS): Define.
8287 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
8288 core-regset.o.
8289 * config/s390/s390x.mt: Remove.
8290 * config/s390/tm-s390.h: Remove.
8291 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8292 (TARGET_ELF64): Remove.
8293 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8294 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8295 s390*-*-* case; always set gdb_target to s390.
8296 * regformats/reg-s390.dat: Remove control registers.
8297 * regformats/reg-s390x.dat: Likewise.
8298 * s390-tdep.h: New file.
8299 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
8300 Include "inferior.h" and "s390-tdep.h".
8301 Remove private definition of offsetof.
8302 (s390_register_u_addr): Remove.
8303 (regmap_gregset, regmap_fpregset): Define.
8304 (supply_gregset, fill_gregset): Reimplement.
8305 (supply_fpregset, fill_fpregset): Likewise.
8306 (s390_inferior_tid): New function.
8307 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8308 (fetch_inferior_registers, store_inferior_registers): Likewise.
8309 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8310 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8311 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8312 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8313 (struct gdbarch_tdep): Define.
8314 (struct s390_register_info): Define.
8315 (s390_register_info): New variable.
8316 (s390_register_name): Reimplement.
8317 (s390_register_type): New function.
8318 (s390_register_raw_size, s390x_register_raw_size): Remove.
8319 (s390_cannot_fetch_register): Remove.
8320 (s390_register_byte): Remove.
8321 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8322 (s390_dwarf_regmap): New variable.
8323 (s390_dwarf_reg_to_regnum): New function.
8324 (s390_stab_reg_to_regnum): Remove.
8325 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8326 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8327 (s390_convert_register_p): Likewise.
8328 (s390_register_to_value, s390_value_to_register): Likewise.
8329 (s390_register_reggroup_p): Likewise.
8330 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
8331 s390_gregset, s390x_gregset, s390_fpregset): New variables.
8332 (s390_supply_regset, s390_regset_from_core_section): New functions.
8333 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
8334 (S390_FPR_SIZE): Likewise.
8335 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
8336 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
8337 (S390_NUM_GPRS): Move here from tm-s390.h.
8338 (S390_NUM_FPRS): Likewise.
8339 (s390_in_function_epilogue_p): New function.
8340 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
8341 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
8342 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
8343 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
8344 Replace S390_FP_REGNUM by S390_SP_REGNUM.
8345 Remove calls to:
8346 set_gdbarch_deprecated_max_register_raw_size,
8347 set_gdbarch_deprecated_max_register_virtual_size,
8348 set_gdbarch_deprecated_register_byte,
8349 set_gdbarch_cannot_fetch_register,
8350 set_gdbarch_cannot_store_register,
8351 set_gdbarch_deprecated_register_size,
8352 set_gdbarch_deprecated_register_raw_size,
8353 set_gdbarch_deprecated_register_virtual_size,
8354 set_gdbarch_deprecated_register_virtual_type,
8355 set_gdbarch_deprecated_register_bytes.
8356 Add calls to:
8357 set_gdbarch_num_pseudo_regs,
8358 set_gdbarch_register_type,
8359 set_gdbarch_convert_register_p,
8360 set_gdbarch_register_to_value,
8361 set_gdbarch_value_to_register,
8362 set_gdbarch_register_reggroup_p,
8363 set_gdbarch_regset_from_core_section,
8364 set_gdbarch_pseudo_register_read,
8365 set_gdbarch_pseudo_register_write,
8366 set_gdbarch_in_function_epilogue_p.
8367 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
8368 (s390_tdep_h): New variable.
8369
8370 2004-02-17 Jim Blandy <jimb@redhat.com>
8371
8372 * findvar.c (value_from_register): If the type has no length, just
8373 return an acceptable value --- don't report an internal error.
8374
8375 * stabsread.c (read_type): If we find any type numbers that are
8376 forward references, complain if the references aren't resolved by
8377 the time we're finished reading.
8378 (cleanup_undefined_types): Make error message more appropriate for
8379 a complaint.
8380
8381 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8382
8383 * Makefile.in (defs_h): Remove dependency on progress_h.
8384 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
8385 progress.h.
8386 * main.c (captured_main): Delete use of START_PROGRESS and
8387 END_PROGRESS.
8388
8389 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8390
8391 * objfiles.c (terminate_minimal_symbol_table): Add back
8392 initialization of MSYMBOL_TYPE.
8393
8394 2004-02-17 David Mosberger <davidm@hpl.hp.com>
8395
8396 Committed by Andrew Cagney.
8397 * Makefile.in (ia64_tdep_h): New macro.
8398 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
8399 (ia64-tdep.o): Likewise.
8400 * ia64-tdep.h: New file.
8401 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
8402 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
8403 (ia64_aix_sigcontext_register_address): Likewise.
8404 (ia64_linux_getunwind_table): Delete declaration.
8405 * ia64-linux-tdep.c: Likewise.
8406
8407 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
8408
8409 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
8410 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
8411 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
8412
8413 2004-02-17 Andrew Cagney <cagney@redhat.com>
8414
8415 * symtab.c (skip_prologue_using_sal): New function.
8416 * symtab.h (skip_prologue_using_sal): Declare.
8417 * frv-tdep.c: Include "symtab.h".
8418 (skip_prologue_using_sal): Delete function.
8419 * mips-tdep.c (skip_prologue_using_sal): Delete function.
8420 * rs6000-tdep.c (refine_prologue_limit): Mention
8421 skip_prologue_using_sal.
8422 * ia64-tdep.c (refine_prologue_limit): Ditto.
8423 * Makefile.in: Update dependencies.
8424
8425 2004-02-16 Andrew Cagney <cagney@redhat.com>
8426
8427 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
8428 START_INFERIOR_TRAPS_EXPECTED.
8429 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
8430 START_INFERIOR_TRAPS_EXPECTED.
8431 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
8432 Delete macro.
8433 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
8434 macro, moved to "nm-osf.h". Update copyright.
8435 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
8436 update copyright.
8437
8438 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
8439 and function replacing FRAMELESS_FUNCTION_INVOCATION.
8440 * blockframe.c (legacy_frameless_look_for_prologue): Rename
8441 frameless_look_for_prologue.
8442 * frame.h (legacy_frameless_look_for_prologue): Rename
8443 frameless_look_for_prologue.
8444 * gdbarch.h, gdbarch.c: Re-generate.
8445 * sh64-tdep.c (sh64_gdbarch_init): Update.
8446 * sh-tdep.c (sh_gdbarch_init): Update.
8447 * s390-tdep.c (s390_gdbarch_init): Update.
8448 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8449 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8450 * m68k-tdep.c (m68k_gdbarch_init): Update.
8451 (delta68_frame_args_address): Update.
8452 * m32r-tdep.c (m32r_gdbarch_init): Update.
8453 * hppa-tdep.c (hppa_gdbarch_init): Update.
8454 * h8300-tdep.c (h8300_gdbarch_init): Update.
8455 * frv-tdep.c (frv_gdbarch_init): Update.
8456 (frv_frameless_function_invocation): Update.
8457 * cris-tdep.c (cris_gdbarch_init): Update.
8458 (cris_frameless_function_invocation): Update.
8459 * avr-tdep.c (avr_gdbarch_init): Update.
8460 * arm-tdep.c (arm_gdbarch_init): Update.
8461 * stack.c (frame_info): Update, call predicate.
8462 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
8463 * frame.c (legacy_get_prev_frame): Update, call predicate..
8464 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
8465 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
8466 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
8467 invocation.
8468 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8469 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8470 * vax-tdep.c (vax_gdbarch_init): Ditto.
8471
8472 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
8473 function.
8474
8475 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8476
8477 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
8478 initializations.
8479
8480 2004-02-16 Andrew Cagney <cagney@redhat.com>
8481
8482 * tui/tui-windata.c: Include "gdb_string.h".
8483 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
8484 * tui/tui-layout.c, tui/tui-command.c: Ditto.
8485 * Makefile.in: Update dependencies.
8486
8487 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8488
8489 * Makefile.in (infrun.o): Add $(gdb_assert_h).
8490 * infrun.c: Include "gdb_assert.h".
8491 (singlestep_ptid, saved_singlestep_ptid)
8492 (stepping_past_singlestep_breakpoint): New variables.
8493 (resume): Set singlestep_ptid. Check for singlestep thread
8494 hop.
8495 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
8496 (handle_inferior_event): Handle singlestep thread hop.
8497
8498 2004-02-16 Andrew Cagney <cagney@redhat.com>
8499
8500 * dwarf2-frame.c (dwarf2_frame_ops): New function.
8501 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
8502 (dwarf2_frame_init_reg): Ditto.
8503
8504 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
8505 suggested by Joshua Neuheisel
8506
8507 * configure.in: Always check for curses, including pdcurses.
8508 Warn, instead of error, when no curses are found. Enable TUI when
8509 curses is available.
8510 * configure: Re-generate.
8511
8512 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
8513
8514 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
8515 sh_sh4_register_convert_to_virtual.
8516 (sh_register_convert_to_raw): Rename from
8517 sh_sh4_register_convert_to_raw.
8518 (sh_pseudo_register_read): Accomodate above name change.
8519 (sh_pseudo_register_write): Ditto.
8520
8521 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
8522
8523 * sh-tdep.c (sh_generic_register_name): Remove.
8524 (sh_gdbarch_init): Use sh_sh_register_name in default case.
8525
8526 2004-02-15 Andrew Cagney <cagney@redhat.com>
8527
8528 * configure.in (build_warnings): Add -Wunused-function.
8529 * configure: Re-generate.
8530
8531 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
8532 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
8533
8534 * procfs.c (procfs_init_inferior): Assume that
8535 START_INFERIOR_TRAPS_EXPECTED is defined.
8536 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
8537 * config/ns32k/tm-nbsd.h: Delete file,
8538 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
8539
8540 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
8541 * config/vax/tm-vax.h: Delete file.
8542
8543 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8544 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8545 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8546 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8547 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
8548 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8549 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
8550
8551 2004-02-15 Mark Kettenis <kettenis@gnu.org>
8552
8553 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
8554 * dwarf2-frame.c (dwarf2_frame_data): New variable.
8555 (struct dwarf2_frame_ops): New.
8556 (dwarf2_frame_default_init_reg): New function, based on
8557 dwarf2_frame_init_reg.
8558 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
8559 (dwarf2_frame_init_reg): Call architecture-specific function.
8560 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
8561 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
8562 instead of dwarf2_frame_data.
8563 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
8564 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
8565
8566 2004-02-15 Andrew Cagney <cagney@redhat.com>
8567
8568 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
8569 register_gdbarch_swap.
8570 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
8571 * f-lang.c (_initialize_f_language): Update, use
8572 DEPRECATED_REGISTER_GDBARCH_SWAP.
8573 * remote.c (_initialize_remote): Ditto.
8574 * regcache.c (_initialize_regcache): Ditto.
8575 * parse.c (_initialize_parse): Ditto.
8576 * infrun.c (_initialize_infrun): Ditto.
8577 * mi/mi-main.c (_initialize_mi_main): Ditto.
8578 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8579
8580 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
8581 poking .cacheable directly.
8582 * symfile.c (symfile_bfd_open): Ditto.
8583
8584 * Makefile.in: Update all dependencies.
8585
8586 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
8587 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
8588 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
8589 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
8590 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
8591
8592 2004-02-14 Andrew Cagney <cagney@redhat.com>
8593
8594 * arch-utils.c (legacy_convert_register_p): Check
8595 DEPRECATED_REGISTER_CONVERTIBLE_P.
8596 * findvar.c (value_of_register): Ditto.
8597
8598 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
8599 * gdbarch.h, gdbarch.c: Re-generate.
8600 * arch-utils.c (deprecated_register_convertible_not): Delete.
8601 * arch-utils.h (deprecated_register_convertible_not): Delete.
8602 * mi/mi-main.c (get_register): Update. Update copyright.
8603 * infcmd.c (default_print_registers_info): Update.
8604
8605 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
8606 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
8607 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8608 * gdbarch.h, gdbarch.c: Re-generate.
8609 * frame.c (deprecated_get_next_frame_hack): Delete function.
8610 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
8611 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8612 Update.
8613 * infcall.c (call_function_by_hand): Update.
8614
8615 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
8616
8617 * symfile.c (init_entry_point_info, entry_point_address): Move
8618 from here...
8619 * objfiles.c (init_entry_point_info, entry_point_address):..to
8620 here.
8621 * symfile.h (init_entry_point_info, entry_point_address): Remove
8622 prototypes.
8623 * objfiles.h (init_entry_point_info, entry_point_address):Add
8624 prototypes.
8625 * cris-tdep.c: Remove include of symfile.h. Add include of
8626 objfiles.h.
8627 * infcall.c: Ditto.
8628 * mcore-tdep.c: Ditto.
8629 * mn10300-tdep.c: Ditto.
8630 * sh64-tdep.c: Ditto.
8631 * v850-tdep.c: Ditto.
8632 * arm-tdep.c: Remove include of symfile.h.
8633 * blockframe.c: Ditto.
8634 * coffread.c: Ditto.
8635 * dbxread.c: Ditto.
8636 * dwarf2read.c: Ditto.
8637 * dwarfread.c: Ditto.
8638 * frv-tdep.c: Ditto.
8639 * ia64-tdep.c: Ditto.
8640 * mdebugread.c: Ditto.
8641 * mipsread.c: Ditto.
8642 * rs6000-tdep.c: Ditto.
8643 * s390-tdep.c: Ditto.
8644 * sh-tdep.c: Ditto.
8645 * xstormy16-tdep.c: Ditto.
8646 * gdbarch.sh: Remove include of symfile.h.
8647 * gdbarch.c: Regenerate.
8648 * solib-irix.c (enable_break): Use entry_point_address().
8649 Add comment about include file.
8650 * xcoffread.c: Add comment about include file.
8651 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
8652 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
8653 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
8654 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
8655 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
8656
8657 2004-02-13 Andrew Cagney <cagney@redhat.com>
8658
8659 * corelow.c (core_xfer_partial): Use "struct bfd_section".
8660 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
8661 copyright.
8662 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
8663
8664 2004-02-12 Fred Fish <fnf@redhat.com>
8665
8666 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
8667 set_gdbarch_store_return_value.
8668
8669 2004-02-12 Andrew Cagney <cagney@redhat.com>
8670
8671 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
8672 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
8673 (interrupt_query): Ditto.
8674 (ofunc): Delete unused variable.
8675 * cris-tdep.c (cris_abi): Delete unused function.
8676 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
8677 (cris_get_wide_opcode, cris_get_short_size): Ditto.
8678 (cris_get_asr_quick_shift_steps): Ditto.
8679 (cris_skip_prologue_frameless_p): Ditto.
8680 * arm-tdep.c (arm_push_return_address): Delete unused function.
8681 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
8682 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
8683 * s390-tdep.c (s390_function_start): Delete unused function.
8684
8685 2004-02-12 Andrew Cagney <cagney@redhat.com>
8686
8687 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
8688 gdbarch.h, gdbarch.c: Re-generate.
8689 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
8690 to generic_prologue_frameless_p.
8691 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
8692 * arch-utils.c (generic_prologue_frameless_p): Delete function.
8693
8694 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
8695
8696 * mips-linux-tdep.c: Include "frame.h".
8697 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
8698 (mips_linux_skip_resolver): New functions.
8699 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
8700 and set_gdbarch_in_solib_call_trampoline.
8701 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
8702 to after set_gdbarch_in_solib_return_trampoline. Only set the
8703 solib hooks to mips16 functions if the OS ABI is unknown.
8704 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
8705 including "config/tm-linux.h".
8706 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
8707 * Makefile.in (mips-linux-tdep.o): Update.
8708
8709 2004-02-11 David Carlton <carlton@kealia.com>
8710
8711 * linespec.c (decode_compound): Only look for a class symbol when
8712 considering all but the rightmost component.
8713
8714 2004-02-11 Andrew Cagney <cagney@redhat.com>
8715
8716 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
8717 abi code are are separatly grouped.
8718
8719 2004-02-11 Andrew Cagney <cagney@redhat.com>
8720
8721 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
8722 * gdbarch.h, gdbarch.c: Re-generate.
8723 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8724 * v850-tdep.c (v850_gdbarch_init): Update.
8725 * sh64-tdep.c (sh64_gdbarch_init): Update.
8726 * sh-tdep.c (sh_gdbarch_init): Update.
8727 * s390-tdep.c (s390_gdbarch_init): Update.
8728 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8729 * mips-tdep.c (mips_gdbarch_init): Update.
8730 * mcore-tdep.c (mcore_gdbarch_init): Update.
8731 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8732 * m32r-tdep.c (m32r_gdbarch_init): Update.
8733 * ia64-tdep.c (ia64_gdbarch_init): Update.
8734 * hppa-tdep.c (hppa_gdbarch_init): Update.
8735 * h8300-tdep.c (h8300_gdbarch_init): Update.
8736 * frv-tdep.c (frv_gdbarch_init): Update.
8737 * d10v-tdep.c (d10v_gdbarch_init): Update.
8738 * cris-tdep.c (cris_gdbarch_init): Update.
8739 * avr-tdep.c (avr_gdbarch_init): Update.
8740 * arm-tdep.c (arm_gdbarch_init): Update.
8741 * alpha-tdep.c (alpha_gdbarch_init): Update.
8742
8743 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
8744
8745 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
8746 comma.
8747 (sh_sh4al_dsp_register_name): Ditto.
8748
8749 2004-02-10 Andrew Cagney <cagney@redhat.com>
8750
8751 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
8752 (mips_init_frame_pc_first): Delete function.
8753 (mips_frame_saved_pc): Delete function.
8754 (mips_frame_chain): Delete function.
8755 (mips_init_extra_frame_info): Delete function.
8756 (mips_xfer_register): Delete unused variable "reg".
8757 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
8758 (mips_n32n64_return_value): Delete unused variable "reg".
8759 (mips_n32n64_return_value): Delete unused variable "pos".
8760 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
8761 (mips_o32_return_value): Delete unused variable "pos".
8762 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
8763 (mips_print_fp_register): Delete unused variable "namelen"
8764 (mips_print_fp_register): Delete unused variable "flt2"
8765 (get_frame_pointer): Delete function.
8766 (cached_proc_desc): Delete static variable.
8767 (mips_pop_frame): Delete function.
8768 (mips_find_saved_regs): Delete function.
8769 (mips_get_saved_register): Delete function.
8770 (mips_saved_pc_after_call): Delete function.
8771 (SIGFRAME_BASE): Delete macro.
8772 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
8773 (SIGFRAME_PC_OFF): Delete macro.
8774 (SIGFRAME_REGSAVE_OFF): Delete macro.
8775 (mips_dump_tdep): Do not print deleted macro definitions.
8776
8777 2004-02-10 Andrew Cagney <cagney@redhat.com>
8778
8779 * Makefile.in (SFILES): Remove explictly listed tui files.
8780 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
8781
8782 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8783
8784 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
8785 to use paddr functions to format ia64 addresses and long values.
8786 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
8787 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
8788 (get_kernel_table, ia64_find_proc_info_x): Ditto.
8789 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
8790 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
8791
8792 2004-02-10 Andrew Cagney <cagney@redhat.com>
8793
8794 * defs.h: Do not include "tui.h".
8795 * gdb_curses.h: New file.
8796 * tui/tui-hooks.h: New file.
8797 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
8798 (tui_install_hooks, tui_remove_hooks): Delete declarations.
8799 (tui_initialize_io): Delete declaration.
8800 (tui_initialize_readline: Delete redundant declaration.
8801 (struct tui_point): Delete definition.
8802 * tui/tui-data.h (struct tui_point): Define.
8803 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
8804 * utils.c: Include "tui/tui.h".
8805 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
8806 * printcmd.c [TUI]: Include "tui/tui.h".
8807 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
8808 * tui/tui-command.c: Include "gdb_curses.h".
8809 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
8810 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
8811 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
8812 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
8813 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
8814 * Makefile.in: Update all dependencies.
8815 (tui_hooks_h, gdb_curses_h): Define.
8816 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
8817
8818 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
8819
8820 * objfiles.h (struct objfile): Remove unused fields auxf1 and
8821 auxf2. Add comments about some other rarely used fields.
8822
8823 2004-02-10 Andrew Cagney <cagney@redhat.com>
8824
8825 * Makefile.in (init.c): Fix script removing duplicates. Problem
8826 reported by Peter Schauer.
8827
8828 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
8829
8830 * bcache.c (bcache_xmalloc): Use obstack_init instead of
8831 obstack_specify_allocation.
8832 * objfiles.c (allocate_objfile): Ditto.
8833 * solib-sunos.c (solib_add_common_symbols)
8834 (allocate_rt_common_objfile): Ditto.
8835 * symfile.c (reread_symbols): Ditto.
8836 * gdb_obstack.h: Add comment.
8837
8838 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
8839
8840 * linespec.c (decode_line_1, locate_first_half)
8841 (decode_compound, lookup_prefix_sym): Update comments. Delete old
8842 commented out code.
8843
8844 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
8845
8846 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
8847 obstack_free.
8848
8849 2004-02-09 Andrew Cagney <cagney@redhat.com>
8850
8851 * blockframe.c (find_pc_partial_function): If find_pc_overlay
8852 fails, try find_pc_section. Fix PR c++/1267.
8853 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
8854 instead of find_pc_mapped_section.
8855 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
8856 not default to the section containing PC. Fix PR symtab/1519.
8857
8858 2004-02-09 Andrew Cagney <cagney@redhat.com>
8859
8860 * Makefile.in (mips-tdep.o): Update dependencies.
8861 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
8862 "trad-frame.h".
8863 (mips_unwind_pc): Return the pseudo PC register.
8864 (mips_unwind_dummy_id): New function.
8865 (mips16_fetch_instruction): New function.
8866 (mips32_fetch_instruction): New function.
8867 (struct mips_frame_cache): Define.
8868 (mips_mdebug_frame_cache): New function.
8869 (mips_mdebug_frame_this_id): New function.
8870 (mips_mdebug_frame_prev_register): New function.
8871 (mips_mdebug_frame_unwind): Define.
8872 (mips_mdebug_frame_sniffer): New function.
8873 (mips_mdebug_frame_base_address): New function.
8874 (mips_mdebug_frame_base): Define.
8875 (mips_mdebug_frame_base_sniffer): New function.
8876 (mips_gdbarch_init): Append unwind and base sniffers. Set
8877 unwind_dummy_id.
8878
8879 2004-02-08 Andrew Cagney <cagney@redhat.com>
8880
8881 * frame.c: Print both the register number and name.
8882
8883 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
8884 and a sed into a single sed. Make .c and .o patterns more robust.
8885 (OBS): Delete.
8886 (INIT_FILES): Replace OBS with COMMON_OBS.
8887 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
8888
8889 2004-02-08 Mark Kettenis <kettenis@gnu.org>
8890
8891 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
8892 the PT_WCOOKIE request.
8893
8894 2004-02-08 Andrew Cagney <cagney@redhat.com>
8895
8896 * mips-tdep.c (mips_unwind_pc): New function.
8897 (mips_gdbarch_init): Set mips_unwind_pc.
8898
8899 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
8900 (get_frame_id): Allow the UNKNOWN_FRAME.
8901 (frame_register_unwind, get_frame_type): Ditto.
8902
8903 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
8904 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
8905 unwind_dummy_id indicates a legacy frame.
8906
8907 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
8908 * configure: Re-generate.
8909
8910 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
8911 methods.
8912
8913 2004-02-08 Andrew Cagney <cagney@redhat.com>
8914
8915 * configure.in (CONFIG_ALL): Set to Makefile target, and not
8916 makefile macro.
8917 * configure: Re-generate.
8918 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
8919 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
8920 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
8921 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
8922 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
8923 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
8924 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
8925 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
8926 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
8927 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
8928
8929 2004-02-07 Andrew Cagney <cagney@redhat.com>
8930
8931 * Makefile.in: Update all dependencies.
8932
8933 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
8934 * configure: Re-generate.
8935 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
8936 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
8937 (COMMON_OBS): Add "main.o" and "annotate.o".
8938 (ANNOTATE_OBS): Delete.
8939 (OBS): Remove ANNOTATE_OBS.
8940 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
8941 CONFIG_INITS.
8942 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
8943 against CONFIG_OBS and "main.o".
8944 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
8945 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
8946
8947 * tui/tui-command.c: Include "gdb_string.h", delete register
8948 attribute, use ISO-C function signatures.
8949 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
8950 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
8951 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
8952 * tui/tui.c: Ditto.
8953
8954 * tui/tui-command.c: Change variable and function names to lower
8955 case.
8956 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
8957 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
8958 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
8959 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8960 * tui/tui-winsource.c, tui/tui.c: Ditto.
8961
8962 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
8963
8964 * buildsym.c (free_pending_blocks, finish_block)
8965 (record_pending_block, make_blockvector, end_symtab): Replace
8966 symbol_obstack with objfile_obstack.
8967 * coffread.c (process_coff_symbol, coff_read_struct_type)
8968 (coff_read_enum_type): Ditto.
8969 * cp-namespace.c (initialize_namespace_symtab)
8970 (check_one_possible_namespace_symbol): Ditto.
8971 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
8972 (dwarf2_symbol_mark_computed): Ditto.
8973 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
8974 * elfread.c (elf_symtab_read): Ditto.
8975 * hpread.c (hpread_symfile_init, hpread_symfile_init)
8976 (hpread_read_enum_type, hpread_read_function_type)
8977 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
8978 Ditto.
8979 * jv-lang.c (get_java_class_symtab, add_class_symbol)
8980 (java_link_class_type): Ditto.
8981 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
8982 (new_symbol): Ditto.
8983 * minsyms.c (install_minimal_symbols): Ditto.
8984 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
8985 (terminate_minimal_symbol_table): Replace symbol_obstack with
8986 objfile_obstack.
8987 (free_objfile): Remove freeing of symbol_obstack.
8988 * objfiles.h: Remove symbol_obstack field.
8989 * pa64solib.c (add_to_solist): Replace symbol_obstack with
8990 objfile_obstack.
8991 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
8992 symbol_obstack.
8993 (solib_add_common_symbols): Replace symbol_obstack with
8994 objfile_obstack.
8995 * somsolib.c (som_solib_add): Ditto.
8996 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8997 (common_block_start, common_block_end): Ditto.
8998 * symfile.c (reread_symbols): Remove freeing and init of
8999 symbol_obstack.
9000 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9001 * symfile.h: Update comment.
9002 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9003 stats printing.
9004 * symtab.c (symbol_set_names): Replace symbol_obstack with
9005 objfile_obstack.
9006 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9007 Update comments.
9008 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9009 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9010 objfile_obstack.
9011
9012 2004-02-07 Andrew Cagney <cagney@redhat.com>
9013
9014 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9015 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9016 fields and variables.
9017 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9018 (m_beInvisible): Delete macro.
9019 * tui/tui-data.h: Fix case case fields and variables.
9020 (m_genWinPtrIsNull): Delete macro.
9021 (tui_win_list): Rename winList.
9022 (TUI_SRC_WIN): Rename srcWin.
9023 (TUI_DISASM_WIN): Rename disassemWin.
9024 (TUI_DATA_WIN): Rename dataWin.
9025 (TUI_CMD_WIN): Rename cmdWin.
9026 (m_genWinPtrNotNull): Delete macro.
9027 (m_winPtrIsNull): Delete macro.
9028 (m_winPtrNotNull): Delete macro.
9029 (tui_win_is_source_type): Replace m_winIsSourceType
9030 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9031 (tui_win_has_locator): Replace m_hasLocator.
9032 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9033 m_setWinHighlightOff.
9034 * tui/tui-data.c: Update references.
9035 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9036 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9037 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9038 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9039 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9040 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9041 * tui/tui-winsource.c, tui/tui.c: Ditto.
9042
9043 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9044
9045 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9046 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9047 StackGhost.
9048
9049 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9050 variable `i6' to `i7'.
9051 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9052
9053 2004-02-07 Andrew Cagney <cagney@redhat.com>
9054
9055 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9056 (TuiPoint, TuiPointPtr): Ditto.
9057 (TuiStatus, TuiStatusPtr): Ditto.
9058 (TuiWinType, TuiWinTypePtr): Ditto.
9059 (struct tui_point): Rename _TuiPoint.
9060 (tui_get_low_disassembly_address): Rename
9061 tuiGetLowDisassemblyAddress.
9062 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9063 (tuiFree): Delete declaration.
9064 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9065 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9066 * tui/tui.c (tuiFree): Delete function.
9067 * cli/cli-cmds.c (disassemble_command): Update references.
9068 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9069 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9070 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9071 * tui/tui-winsource.c: Ditto.
9072
9073 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9074
9075 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9076 coffstab_build_psymtabs, elfstab_build_psymtabs)
9077 (stabsect_build_psymtabs): Replace psymbol_obstack with
9078 objfile_obstack.
9079 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9080 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9081 Ditto.
9082 * dwarfread.c (scan_compilation_units): Ditto.
9083 * elfread.c (elfstab_offset_sections): Ditto.
9084 * hppa-tdep.c (read_unwind_info): Ditto.
9085 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9086 (hpread_end_psymtab): Ditto.
9087 * mdebugread.c (mdebug_build_psymtabs, add_pending)
9088 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
9089 Ditto.
9090 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
9091 * objfiles.c (add_to_objfile_sections)
9092 (build_objfile_section_table): Ditto.
9093 (allocate_objfile): Remove init of psymbol_obstack.
9094 (free_objfile): Remove freeing of psymbol_obstack.
9095 * objfiles.h (struct objfile): Remove field
9096 psymbol_obstack. Update comments.
9097 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
9098 psymbol_obstack with objfile_obstack.
9099 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9100 psymbol_obstack.
9101 * somread.c (som_symfile_offsets, init_import_symbols)
9102 (init_export_symbols): Replace psymbol_obstack with
9103 objfile_obstack.
9104 * somsolib.c (som_solib_add_solib_objfile): Ditto.
9105 * symfile.c (default_symfile_offsets, syms_from_objfile)
9106 (reread_symbols): Remove freeing and init of psymbol_obstack.
9107 (cashier_psymtab): Update comment.
9108 * symmisc.c (print_objfile_statistics): Don't report stats for
9109 psymbol obstack.
9110 * symtab.h (struct general_symbol_info, struct partial_symtab):
9111 Update comments.
9112 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
9113 (xcoff_symfile_offsets): Replace psymbol_obstack with
9114 objfile_obstack.
9115
9116 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9117
9118 * objfiles.h (struct objfile): Add objfile_obstack field.
9119 Remove type_obstack field.
9120
9121 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
9122 read_structure_scope read_enumeration, new_symbol): Replace
9123 type_obstack with objfile_obstack.
9124 * dwarfread.c (struct_type, enum_type): Ditto.
9125 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
9126 (lookup_fundamental_type): Ditto.
9127 * gdbtypes.h (TYPE_ALLOC): Ditto.
9128 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
9129 (hpread_read_doc_function_type, hpread_read_struct_type)
9130 (fix_static_member_physnames, hpread_read_array_type)
9131 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
9132 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
9133 (java_link_class_type): Ditto.
9134 * mdebugread.c (parse_type): Ditto.
9135 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9136 * solib-sunos.c (solib_add_common_symbols): Ditto.
9137 * stabsread.c (define_symbol, read_type, read_member_functions,
9138 read_cpp_abbrev, read_one_struct_field): Ditto.
9139 * symfile.c (reread_symbols): Ditto.
9140 * symmisc.c (print_objfile_statistics): Ditto.
9141
9142 2004-02-07 Andrew Cagney <cagney@redhat.com>
9143
9144 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9145 (tui_exec_info_content): Rename TuiExecInfoContent.
9146 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9147 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9148 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9149 (TuiList, TuiListPtr): Ditto.
9150 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9151 (TuiDataType, TuiDataTypePtr): Ditto.
9152 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9153 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9154 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9155 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9156 (TuiDataElement, TuiDataElementPtr): Ditto.
9157 (TuiWinElement, TuiWinElementPtr): Ditto.
9158 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9159 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9160 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9161 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9162 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9163 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9164 * tui/tui-command.c, tui/tui-data.c: Update references.
9165 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9166 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9167 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9168 * tui/tui-winsource.c, tui/tui.c: Ditto.
9169
9170 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9171
9172 * dwarf2-frame.h: Update copyright.
9173 (enum dwarf2_frame_reg_rule): New.
9174 (struct dwarf2_frame_state_reg): New.
9175 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
9176 * dwarf2-frame.c: Update copyright.
9177 (enum dwarf2_reg_rule): Remove.
9178 (struct dwarf2_frame_state): Remove defenition of `struct
9179 dwarf2_frame_state_reg'.
9180 (read_reg): Call get_frame_arch to get the architecture instead of
9181 using CURRENT_GDBARCH.
9182 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
9183 DWARF2_FRAME_.
9184 (dwarf2_frame_init_reg): New function.
9185 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
9186 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9187 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9188 tags with DWARF2_FRAME_.
9189 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9190 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9191 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9192
9193 2004-02-06 Andrew Cagney <cagney@redhat.com>
9194
9195 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9196 (enum tui_data_type): Rename _TuiDataType.
9197 (struct tui_layout_def): Rename _TuiLayoutDef.
9198 (struct tui_source_element): Rename _TuiSourceElement.
9199 (struct tui_data_element): Rename _TuiDataElement.
9200 (struct tui_command_element): Rename _TuiCommandElement.
9201 (struct tui_locator_element): Rename _TuiLocatorElement.
9202 (union tui_which_element): Define.
9203 (struct tui_win_element): Rename _TuiWinElement.
9204 (struct tui_data_info): Rename _TuiDataInfo.
9205 (struct tui_source_info): Rename _TuiSourceInfo.
9206 (struct tui_command_info): Rename _TuiCommandInfo.
9207 (tui_initialize_static_data): Rename initializeStaticData.
9208 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9209 (tui_alloc_win_info): Rename allocWinInfo.
9210 (tui_init_generic_part): Rename initGenericPart.
9211 (tui_init_win_info): Rename initWinInfo.
9212 (tui_alloc_content): Rename allocContent.
9213 (tui_add_content_elements): Rename addContentElements.
9214 (tui_init_content_element): Rename initContentElement.
9215 (tui_free_window): Rename freeWindow.
9216 (tui_free_win_content): Rename freeWinContent.
9217 (tui_free_data_content): Rename freeDataContent.
9218 (tui_free_all_source_wins_content): Rename
9219 freeAllSourceWinsContent.
9220 (tui_del_window): Rename tuiDelWindow.
9221 (tui_del_data_windows): Rename tuiDelDataWindows.
9222 (tui_partial_win_by_name): Rename partialWinByName.
9223 (tui_win_name): Rename winName.
9224 (tui_current_layout): Rename currentLayout.
9225 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9226 (tui_term_height): Rename termHeight.
9227 (tui_set_term_height_to): Rename setTermHeightTo.
9228 (tui_term_width): Rename termWidth.
9229 (tui_set_term_width_to): Rename setTermWidthTo.
9230 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9231 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9232 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9233 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9234 (tui_source_windows): Rename sourceWindows.
9235 (tui_clear_source_windows): Rename clearSourceWindows.
9236 (tui_clear_source_windows_detail): Rename
9237 clearSourceWindowsDetail.
9238 (tui_clear_win_detail): Rename clearWinDetail.
9239 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9240 (tui_default_tab_len): Rename tuiDefaultTabLen.
9241 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9242 (tui_win_with_focus): Rename tuiWinWithFocus.
9243 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9244 (tui_layout_def): Rename tuiLayoutDef.
9245 (tui_win_resized): Rename tuiWinResized.
9246 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9247 (tui_next_win): Rename tuiNextWin.
9248 (tui_prev_win): Rename tuiPrevWin.
9249 (tui_add_to_source_windows): Rename addToSourceWindows.
9250 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9251 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9252 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9253 * tui/tui.c, tui/tui-data.c: Ditto.
9254 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9255 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9256
9257 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9258 (struct symtab): Declare.
9259 (tui_set_source_content): Rename tuiSetSourceContent.
9260 (tui_show_symtab_source): Rename tuiShowSource.
9261 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9262 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9263 * tui/tui-source.c: Update copyright. Update references.
9264 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9265 * tui/tui-stack.c: Update references.
9266
9267 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9268 (struct tui_win_info): Declare.
9269 (tui_scroll_forward): Rename tuiScrollForward.
9270 (tui_scroll_backward): Rename tuiScrollBackward.
9271 (tui_scroll_left): Rename tuiScrollLeft.
9272 (tui_scroll_right): Rename tuiScrollRight.
9273 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9274 (tui_resize_all): Rename tuiResizeAll.
9275 (tui_refresh_all_win): Rename tuiRefreshAll.
9276 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9277 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9278 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9279 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9280
9281 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9282 (tui_erase_data_content): Rename tuiEraseDataContent.
9283 (tui_display_all_data): Rename tuiDisplayAllData.
9284 (tui_check_data_values): Rename tuiCheckDataValues.
9285 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9286 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9287 (tui_first_data_element_no_in_line): Rename
9288 tuiFirstDataElementNoInLine.
9289 (tui_delete_data_content_windows): Rename
9290 tuiDeleteDataContentWindows.
9291 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9292 (tui_display_data_from): Rename tuiDisplayDataFrom.
9293 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9294 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9295 * tui/tui-win.c, tui/tui-regs.c: Update references.
9296 * tui/tui-layout.c, tui/tui.c: Update references.
9297
9298 * tui/tui-wingeneral.h: Update copyright.
9299 (m_allBeVisible): Delete macro.
9300 (m_allBeInvisible): Delete macro.
9301 (struct tui_gen_win_info): Declare.
9302 (struct tui_win_info): Declare.
9303 (tui_unhighlight_win): Rename unhighlightWin.
9304 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9305 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9306 (tui_make_window): Rename makeWindow.
9307 (tui_copy_win): Rename copyWin.
9308 (tui_box_win): Rename boxWin.
9309 (tui_highlight_win): Rename highlightWin.
9310 (tui_check_and_display_highlight_if_needed): Rename
9311 checkAndDisplayHighlightIfNeeded.
9312 (tui_refresh_all): Rename refreshAll.
9313 (tui_delete_win): Rename tuiDelwin.
9314 (tui_refresh_win): Rename tuiRefreshWin.
9315 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9316 (tui_make_visible, tui_make_invisible): New functions.
9317 (tui_make_all_visible, tui_make_all_invisible): New functions.
9318 (make_all_visible): Rename makeAllVisible.
9319 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9320 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9321 * tui/tui-windata.c, tui/tui-win.c: Update references.
9322 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9323 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9324
9325 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9326
9327 * proc-api.c (write_with_trace): Initialize local variable to
9328 silence compiler warning.
9329
9330 2004-02-06 Andrew Cagney <cagney@redhat.com>
9331
9332 * tui/tui-source.h: Do not include "defs.h".
9333 (struct tui_win_info): Declare.
9334 (tui_set_source_content_nil): Declare.
9335 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
9336 (union tui_line_or_address): Rename _TuiLineOrAddress.
9337 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
9338 (tui_update_source_window): Rename tuiUpdateSourceWindow.
9339 (tui_update_source_window_as_is): Rename
9340 tuiUpdateSourceWindowAsIs.
9341 (tui_update_source_windows_with_addr): Rename
9342 tuiUpdateSourceWindowsWithAddr.
9343 (tui_update_source_windows_with_line): Rename
9344 tuiUpdateSourceWindowsWithLine.
9345 (tui_clear_source_content): Rename tuiClearSourceContent.
9346 (tui_erase_source_content): Rename tuiEraseSourceContent.
9347 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
9348 (tui_show_source_content): Rename tuiShowSourceContent.
9349 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
9350 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
9351 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
9352 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
9353 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
9354 (tui_update_exec_info): Rename tuiUpdateExecInfo.
9355 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
9356 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
9357 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
9358 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
9359 (struct tui_win_info): Declare.
9360 * tui/tui-stack.c: Update references.
9361 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
9362 * tui/tui-win.c, tui/tui-source.c: Ditto.
9363 * tui/tui.c, tui/tui-disasm.c: Ditto.
9364
9365 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9366
9367 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
9368 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
9369
9370 2004-02-05 Mark Kettenis <kettenis@gnu.org>
9371
9372 * infrun.c (handle_inferior_event): Allow for breakpoint
9373 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
9374 and SIGEMT. Update comments.
9375 * NEWS (Revised SPARC target): Mention support for non-executable
9376 stack.
9377
9378 2004-02-04 Mark Kettenis <kettenis@gnu.org>
9379
9380 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
9381 * inftarg.c: Update copyright year.
9382 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
9383 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
9384 (sparc_xfer_wcookie): New function.
9385 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9386 * Makefile.in (sparc-nat.o): Update dependencies.
9387 * config/sparc/nm-nbsd.h: Include "target.h".
9388 (NATIVE_XFER_WCOOKIE): New define.
9389 (sparc_xfer_wcookie): New prototype.
9390
9391 2004-02-04 Andrew Cagney <cagney@redhat.com>
9392
9393 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
9394 SYSCALL_TRAP function.
9395 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
9396
9397 2004-02-04 Andrew Cagney <cagney@redhat.com>
9398 Daniel Jacobowitz <drow@mvista.com>
9399
9400 * objfiles.h: Delete comments refering to inside_entry_func and
9401 DEPRECATED_FRAME_CHAIN_VALID.
9402 * defs.h (inside_entry_func): Update prototype..
9403 * blockframe.c (inside_entry_func): Rename to
9404 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
9405 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
9406
9407 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
9408
9409 * breakpoint.c (struct captured_parse_breakpoint_args): Move
9410 outside of #ifdef SOLIB_ADD region.
9411 (do_restore_lang_radix_cleanup): Ditto.
9412 (resolve_pending_breakpoint): Ditto.
9413
9414 2004-02-03 Andrew Cagney <cagney@redhat.com>
9415
9416 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
9417 (process_note_abi_tag_sections): Delete unused function.
9418 (ia64_read_fp): Delete unused function.
9419 (gdbarch_extract_struct_value_address): Delete declaration.
9420
9421 2004-02-02 Andrew Cagney <cagney@redhat.com>
9422
9423 * vax-tdep.c (vax_frame_chain): Delete call to
9424 deprecated_inside_entry_file.
9425 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
9426
9427 2004-02-02 Mark Kettenis <kettenis@gnu.org>
9428
9429 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
9430 column that's "empty" or "same value" when eliminating REG_RA
9431 rules.
9432
9433 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9434
9435 * NEWS: Add information about new pending breakpoint support.
9436
9437 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9438
9439 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
9440 and pending fields for pending breakpoint support.
9441 * breakpoint.c (breakpoint_enabled): Add check for not pending.
9442 (condition_command): Only parse condition if not a pending
9443 breakpoint.
9444 (print_one_breakpoint): Add support for pending breakpoints.
9445 (describe_other_breakpoints): Add checks to verify we are not
9446 dealing with pending breakpoints.
9447 (check_duplicates): Don't check pending breakpoints.
9448 (set_raw_breakpoint): Initialize pending flag.
9449 (do_restore_lang_radix_cleanup): New cleanup routine.
9450 (resolve_pending_breakpoint): New function.
9451 (re_enable_breakpoints_in_shlibs): Try and resolve any
9452 pending breakpoints via resolve_pending_breakpoint.
9453 (mention): Add pending breakpoint support.
9454 (parse_breakpoint_sals): Add new parameter to pass to
9455 decode_line_1 to indicate silent errors when files or functions
9456 are not found. Change all callers.
9457 (do_captured_parse_breakpoint): New function.
9458 (break_command_1): Change prototype to return an rc value and to
9459 take an optional pending breakpoint pointer. Support creating
9460 a pending breakpoint if a "not found" form of error occurs when
9461 parsing the breakpoint. Also support resolving an existing pending
9462 breakpoint and be silent if the resolution fails.
9463 (create_breakpoints): Change prototype to take pending breakpoint
9464 pointer. When resolving a pending breakpoint, use the new pointer
9465 to provide a conditional or commands added by the end-user.
9466 (delete_breakpoint): Add appropriate check for pending.
9467 (breakpoint_re_set_one): Ditto.
9468 (do_enable_breakpoint): Ditto.
9469
9470 2004-02-02 David Carlton <carlton@kealia.com>
9471
9472 * valops.c (enum oload_classification): New.
9473 (find_overload_match): Break implementation into separate
9474 functions; delete #if 0'd code; look for symbols within
9475 namespaces.
9476 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
9477 (find_oload_champ,oload_method_static,classify_oload_match): New.
9478 * cp-support.h: Add declaration for cp_func_name; update
9479 declaration for make_symbol_overload_list.
9480 * cp-support.c (cp_func_name): New.
9481 (overload_list_add_symbol): Fix comment, use
9482 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
9483 (make_symbol_overload_list): Take a function name and a namespace
9484 instead of a symbol; change implementation.
9485 (make_symbol_overload_list_using): New.
9486 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
9487
9488 2004-02-02 Fred Fish <fnf@redhat.com>
9489
9490 * main.c (gdb_stdtarg): Move definition to group with other
9491 gdb_stdtarg definitions and update copyright years.
9492 * remote-sim.c (gdb_os_write_stderr): Write output to
9493 gdb_stdtargerr stream instead of gdb_stdtarg stream.
9494 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
9495 gdb_stderr stream and update copyright years.
9496
9497 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9498
9499 * Makefile.in (mips-linux-nat.o): Update dependencies.
9500 * mips-linux-nat.c: Include mips-tdep.h.
9501
9502 2004-02-01 Roland McGrath <roland@redhat.com>
9503
9504 * sol-thread.c (sol_thread_xfer_partial): New function.
9505 (init_sol_thread_ops): Use that for to_xfer_partial hook.
9506 (init_sol_core_ops): Likewise.
9507
9508 * procfs.c (procfs_xfer_partial): New function.
9509 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
9510 * Makefile.in (procfs.o): Add $(auxv_h) dep.
9511
9512 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
9513 procfs_xfer_auxv function.
9514
9515 * procfs.c (procfs_make_note_section): If we can read
9516 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
9517 * linux-proc.c (linux_make_note_section): Likewise.
9518
9519 * auxv.h: New file.
9520 * auxv.c: New file.
9521 * Makefile.in (auxv_h): New variable.
9522 (COMMON_OBS): Add auxv.o here.
9523 (auxv.o): New target.
9524
9525 * corelow.c (core_xfer_partial): New function.
9526 (init_core_ops): Use it for core_ops.to_xfer_partial.
9527
9528 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
9529 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
9530 macro if that is defined.
9531
9532 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9533
9534 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
9535 and check the specified thread for each breakpoint.
9536 * breakpoint.h (bpstat_stop_status): Update prototype.
9537 * infrun.c (handle_inferior_event): Update calls to
9538 bpstat_stop_status.
9539
9540 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9541
9542 * Makefile.in (cli-cmds.o): Add $(readline_h).
9543
9544 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9545
9546 * cli/cli-cmds.c: Include readline.h.
9547 (complete_command): Pass the start of the last word to
9548 complete_line.
9549
9550 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9551
9552 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
9553 argument, and change first argument to a CORE_ADDR.
9554 * breakpoint.h (bpstat_stop_status): Update prototype.
9555 * infrun.c (adjust_pc_after_break): Add a new comment.
9556 (handle_inferior_event): Update calls to bpstat_stop_status.
9557
9558 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9559
9560 * breakpoint.h: Update copyright years.
9561
9562 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9563
9564 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
9565 (bpstat_stop_status): Don't decrement PC.
9566 * breakpoint.h (software_breakpoint_inserted_here_p): Add
9567 prototype.
9568 * infrun.c (adjust_pc_after_break): New function.
9569 (handle_inferior_event): Call it, early. Remove later references
9570 to DECR_PC_AFTER_BREAK.
9571 (normal_stop): Add commentary.
9572
9573 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9574
9575 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
9576 2004-01-27 double-free fix.
9577
9578 2004-01-31 Mark Kettenis <kettenis@gnu.org>
9579
9580 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9581 (sparc32_frame_prev_register): Handle StackGhost.
9582 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9583
9584 2004-01-29 Roland McGrath <roland@redhat.com>
9585
9586 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
9587 * configure: Regenerated.
9588
9589 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
9590 * Makefile.in (procfs.o): Add dep.
9591
9592 2004-01-28 Andrew Cagney <cagney@redhat.com>
9593
9594 * tui/tui-stack.h: Update copyright.
9595 (struct frame_info): Add opaque declaration.
9596 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
9597 (tui_show_locator_content): Rename tuiShowLocatorContent.
9598 (tui_show_frame_info): Rename tuiShowFrameInfo.
9599 * tui/tui-stack.c: Update copyright. Update references.
9600 * tui/tui-winsource.c: Update references.
9601 * tui/tui-win.c: Update references.
9602 * tui/tui-layout.c: Update references.
9603 * tui/tui-hooks.c: Update copyright, update references.
9604 * tui/tui.c: Update copyright, update references.
9605 * tui/tui-disasm.c: Update references.
9606
9607 2004-01-28 David Carlton <carlton@kealia.com>
9608
9609 * dwarf2read.c (add_partial_structure): Use demangled name if
9610 namespace equals "".
9611
9612 2004-01-27 Jim Blandy <jimb@redhat.com>
9613
9614 Clean up misapplied patch:
9615 * dwarf2read.c (determine_prefix): Change one of the two forward
9616 declarations for 'determine_prefix_aux' to a declaration for this.
9617 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
9618 argument to 'die_specification'.
9619
9620 * dwarf2read.c (read_func_scope): Re-indent comment.
9621
9622 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
9623
9624 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
9625 b->exp to NULL after freeing so that error during re-parsing or
9626 evaluation of expressions associated with breakpoint don't
9627 eventually lead to re-freeing of storage.
9628 Committed by Andrew Cagney.
9629
9630 2004-01-27 Andrew Cagney <cagney@redhat.com>
9631
9632 * source.c (ambiguous_line_spec): Delete undefined declaration.
9633 * m32r-rom.c (m32r_set_board_address): Delete unused function.
9634 (m32r_set_server_address, m32r_set_download_path): Ditto.
9635 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
9636
9637 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
9638
9639 * dwarf2read.c: Update calls to changed and renamed functions, and
9640 references to moved variables.
9641
9642 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
9643 language, language_defn, list_in_scope, and ftypes members.
9644 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
9645 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
9646 (baseaddr): Remove globals.
9647
9648 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
9649 (set_cu_language, die_is_declaration, die_specification)
9650 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
9651 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
9652 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
9653 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
9654
9655 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
9656 cu.list_in_scope. Don't initialize cu_header_offset.
9657 (add_partial_symbol): Add local baseaddr.
9658 (psymtab_to_symtab_1): Add local baseaddr. Use
9659 objfile->section_offsets for consistency. Don't initialize
9660 cu_header_offset; do initialize cu.header.offset and
9661 cu.list_in_scope.
9662 (read_file_scope, read_func_scope, read_lexical_block_scope)
9663 (dwarf_decode_lines, new_symbol): Add local baseaddr.
9664
9665 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
9666
9667 * PROBLEMS: Add gdb/1516.
9668
9669 2003-12-29 Robert Millan <robertmh@gnu.org>
9670
9671 Patch committed by Andrw Cagney.
9672 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
9673 * configure.tgt: Match knetbsd*-gnu.
9674
9675 2004-01-26 Andrew Cagney <cagney@redhat.com>
9676
9677 * breakpoint.c (catch_command_1): Delete #ifdef code.
9678 (catch_fork_command_1): Delete #ifdef wrapper.
9679 (catch_exec_command_1): Ditto.
9680 (catch_load_command_1): Ditto.
9681 (catch_unload_command_1): Ditto.
9682
9683 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
9684 (catch_breakpoint): Delete #if0ed function.
9685 (disable_catch_breakpoint): Ditto.
9686 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
9687 (disable_catch, enable_catch, delete_catch): Ditto.
9688
9689 2004-01-26 Andrew Cagney <cagney@redhat.com>
9690
9691 * remote.c (echo_check, quit_flag): Delete variables.
9692 (cisco_kernel_mode): Delete variable.
9693 (minitelnet_return, tty_input, escape_count): Delete variables.
9694 (remote_cisco_mode): Delete variable.
9695 (remote_cisco_open, remote_cisco_close): Delete function.
9696 (remote_cisco_mourn, remote_cisco_wait): Delete function.
9697 (init_remote_cisco_ops): Delete function.
9698 (_initialize_remote): Do not install "remote cisco" code.
9699 (read_frame): Delete cisco specific code.
9700 (remote_info_process): Delete function.
9701 (remote_wait): Delete cisco specific code.
9702 (remote_cisco_section_offsets): Delete function.
9703 (remote_cisco_objfile_relocate): Delete function.
9704 (remote_async_wait): Delete cisco specific code.
9705 (minitelnet, readtty, readsocket): Delete function.
9706
9707 2004-01-26 Andrew Cagney <cagney@redhat.com>
9708
9709 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
9710 comments mentioning extract_returned_value_address.
9711 * infcmd.c (print_return_value): Update. Add comments on
9712 extract_returned_value_address.
9713 * stack.c (return_command): Add comments on
9714 extract_returned_value_address.
9715 * values.c: Update comment.
9716 * m32r-tdep.c: Update comment.
9717 * sparc-tdep.c: Update comment.
9718 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
9719 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9720 * sh64-tdep.c (sh64_gdbarch_init): Update.
9721 * sh-tdep.c (sh_gdbarch_init): Update.
9722 * s390-tdep.c (s390_gdbarch_init): Update.
9723 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9724 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9725 * m68k-tdep.c (m68k_gdbarch_init): Update.
9726 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9727 * m32r-tdep.c (m32r_gdbarch_init): Update.
9728 * ia64-tdep.c (ia64_gdbarch_init): Update.
9729 * h8300-tdep.c (h8300_gdbarch_init): Update.
9730 * frv-tdep.c (frv_gdbarch_init): Update.
9731 * arm-tdep.c (arm_gdbarch_init): Update.
9732 * alpha-tdep.c (alpha_gdbarch_init): Update.
9733
9734 2004-01-26 Andrew Cagney <cagney@redhat.com>
9735
9736 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
9737 SYMBOL_LOCATION_FUNCS
9738 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
9739 "struct symbol_ops".
9740 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
9741 type to "struct symbol_ops".
9742 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
9743 (struct symbol): Replace ".aux_value.loc.funcs" and
9744 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
9745 (SYMBOL_OBJFILE): Delete macro.
9746 (SYMBOL_LOCATION_FUNCS): Delete macro.
9747 (SYMBOL_LOCATION_BATON): Update.
9748 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
9749 intead of SYMBOL_LOCATION_FUNCS.
9750 * ax-gdb.c (gen_var_ref): Ditto.
9751 * printcmd.c (address_info): Ditto.
9752 * findvar.c (read_var_value): Ditto.
9753 (symbol_read_needs_frame): Ditto.
9754
9755 2004-01-26 Andrew Cagney <cagney@redhat.com>
9756
9757 * dwarf2read.c (read_func_scope): Document frame-base hack.
9758
9759 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9760
9761 * infcmd.c (print_return_value): Plug memory leak; delete
9762 ui_stream object. Rename argument `structure_return' to
9763 `struct_return'.
9764
9765 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9766
9767 * infcmd.c (print_return_value): Wrap long lines.
9768 (finish_command_continuation, finish_command): Remove unused
9769 variable `funcaddr'. Fix some coding-standards problems.
9770
9771 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
9772 SECT_SIZE is large enough, not whether it's exactly the right size.
9773 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
9774 TDEP->fpregset to zero.
9775
9776 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
9777 floating-point registers for traditional NetBSD core files.
9778 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
9779 TDEP->sizeof_fpregset here.
9780
9781 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9782
9783 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
9784 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
9785 function with code split out from
9786 sparc32nbsd_sigcontext_frame_cache.
9787 (sparc32nbsd_sigcontext_frame_cache): Use
9788 sparc32nbsd_sigcontext_saved_regs.
9789 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
9790 OpenBSD.
9791 * sparcobsd-tdep.c: New file.
9792 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
9793 (sparcobsd-tdep.o): New dependency.
9794 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
9795 * config/sparc/obsd.mt: New file.
9796
9797 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
9798 TDEP->fpregset to be initialized to enable core file register
9799 sets.
9800
9801 2004-01-24 Mark Kettenis <kettenis@gnu.org>
9802
9803 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
9804 Add opaque declarations.
9805 (sparc64nbsd_sigcontext_saved_regs): New prototype.
9806 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
9807 function with code split out from
9808 sparc64nbsd_sigcontext_frame_cache.
9809 (sparc64nbsd_sigcontext_frame_cache): Use
9810 sparc64nbsd_sigcontext_saved_regs.
9811 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
9812 OpenBSD.
9813 * sparc64obsd-tdep.c: New file.
9814 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
9815 (sparc64obsd-tdep.o): New dependency.
9816 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
9817 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
9818 * config/sparc/obsd64.mt: New file.
9819
9820 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
9821 read the instruction at PC.
9822
9823 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
9824 value of GDB_OSABI_DEFAULT.
9825 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
9826 instead of GDB_OSABI_NETBSD_AOUT.
9827
9828 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
9829
9830 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
9831 copyright.
9832
9833 2004-01-23 Andrew Cagney <cagney@redhat.com>
9834
9835 * printcmd.c (display_command): Replace tui_set_display call with
9836 tui_set_layout_for_display_command.
9837 * tui/tui.h (enum tui_win_type): Define.
9838 (tui_set_layout): Delete declaration.
9839 (tui_set_layout_for_display_command): Rename set_tui_layout.
9840 * tui/tui-data.h (enum tui_layout_type): Define.
9841 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
9842 "tui.h".
9843 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
9844 (tui_default_win_height): Rename tuiDefaultWinHeight.
9845 (tui_default_win_viewport_height): Rename
9846 tuiDefaultWinViewportHeight.
9847 (tui_set_layout): RenametuiSetLayout.
9848 * tui/tui-layout.c: Update references.
9849 * tui/tui.c: Update references.
9850 * tui/tui-disasm.c: Update references.
9851
9852 2004-01-23 David Carlton <carlton@kealia.com>
9853
9854 Partial workaround for PR c++/1511:
9855 * cp-namespace.c: Include frame.h.
9856 (cp_lookup_transparent_type): New
9857 (cp_lookup_transparent_type_loop): New.
9858 * cp-support.h: Declare cp_lookup_transparent_type.
9859 * symtab.c (basic_lookup_transparent_type): Renamed from
9860 lookup_transparent_type.
9861 (lookup_transparent_type): Replace old body by a call to
9862 current_language->la_lookup_transparent_type.
9863 * symtab.h: Update copyright. Declare
9864 basic_lookup_transparent_type.
9865 * language.h: Update copyright.
9866 (struct language_defn): Add la_lookup_transparent_type.
9867 * language.c: Update copyright.
9868 (unknown_language_defn): Add basic_lookup_transparent_type.
9869 (auto_language_defn): Add basic_lookup_transparent_type.
9870 (local_language_defn): Add basic_lookup_transparent_type.
9871 * ada-lang.c: Update copyright.
9872 (ada_language_defn): Add basic_lookup_transparent_type.
9873 * c-lang.c: Update copyright.
9874 (c_language_defn): Add basic_lookup_transparent_type.
9875 (cplus_language_defn): Add basic_lookup_transparent_type.
9876 (asm_language_defn): Add basic_lookup_transparent_type.
9877 (minimal_language_defn): Add basic_lookup_transparent_type.
9878 * f-lang.c: Update copyright.
9879 (f_language_defn): Add basic_lookup_transparent_type.
9880 * jv-lang.c: Update copyright.
9881 (java_language_defn): Add basic_lookup_transparent_type.
9882 * m2-lang.c: Update copyright.
9883 (m2_language_defn): Add basic_lookup_transparent_type.
9884 * objc-lang.c: Update copyright.
9885 (objc_language_defn): Add basic_lookup_transparent_type.
9886 * p-lang.c: Update copyright.
9887 (p_language_defn): Add basic_lookup_transparent_type.
9888 * scm-lang.c: Update copyright.
9889 (scm_language_defn): Add basic_lookup_transparent_type.
9890 * Makefile.in (cp-namespace.o): Depend on frame.h.
9891
9892 2004-01-23 David Carlton <carlton@kealia.com>
9893
9894 Patch for PR c++/1520:
9895 * dwarf2read.c (read_func_scope): Set processing_current_prefix
9896 properly if we have a specification die.
9897 (determine_prefix_aux): Rename from determine_prefix.
9898 (determine_prefix): Like the old determine_prefix, but never
9899 returns NULL.
9900
9901 2004-01-23 Theodore A. Roth <troth@openavr.org>
9902
9903 * avr-tdep.c: Update copyright.
9904 (avr_iaddr_p): Delete unused function.
9905 (avr_saddr_p): Delete unused function.
9906
9907 2004-01-23 David Carlton <carlton@kealia.com>
9908
9909 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
9910 Fix for PR symtab/1534.
9911
9912 2004-01-23 Mark Kettenis <kettenis@gnu.org>
9913
9914 * NEWS (New native configurations): Mention OpenBSD/sparc and
9915 OpenBSD/sparc64.
9916 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
9917 * configure.host: Likewise.
9918 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
9919 handler for OpenBSD.
9920 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
9921
9922 2004-01-22 Mark Kettenis <kettenis@gnu.org>
9923
9924 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
9925 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
9926
9927 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
9928 * cli/cli-cmds.c (shell_escape): Likewise.
9929
9930 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
9931 OpenBSD .note.openbsd.ident sections.
9932
9933 2004-01-22 David Carlton <carlton@kealia.com>
9934
9935 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
9936 get_scope_pc_bounds.
9937 (read_file_scope): Ditto.
9938 (get_scope_pc_bounds): New function, produced by extracting code
9939 from the above two functions, consolidating it, and adding support
9940 for DW_TAG_namespace.
9941
9942 2004-01-22 Mark Kettenis <kettenis@gnu.org>
9943
9944 * osabi.c (MAX_NOTESZ): New define.
9945 (check_note): New function.
9946 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
9947 check_note.
9948
9949 2004-01-21 Roland McGrath <roland@redhat.com>
9950
9951 * MAINTAINERS (write after approval): Add myself.
9952
9953 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9954
9955 * utils.c (init_page_info): Move declarations of `rows' and
9956 `cols' before the __GO32__-specific code. Move the closing brace
9957 outside the #ifdef __GO32__..#endif block.
9958 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
9959
9960 2004-01-21 Paul Brook <paul@codesourcery.com>
9961
9962 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
9963 BPSTAT_WHAT_CHECK_SHLIBS.
9964
9965 2004-01-21 Paul Brook <paul@codesourcery.com>
9966
9967 * MAINTAINERS: Add myself to write-after-approval.
9968
9969 2004-01-20 Andrew Cagney <cagney@redhat.com>
9970
9971 * ax-gdb.c (print_axs_value): Delete unused function.
9972 * jv-lang.c (java_lookup_type): Delete unused function.
9973 * cli/cli-dump.c (dump_filetype): Delete unused function.
9974 * remote-mips.c (remote_mips_insert_hw_breakpoint)
9975 (remote_mips_remove_hw_breakpoint): Delete unused functions.
9976 (mips_getstring): Delete unused function.
9977 (pmon_insert_breakpoint): Delete #if0ed function.
9978 (PMON_MAX_BP): Delete #if0ed MACRO.
9979 (mips_pmon_bp_info): Delete #if0ed variable.
9980 (pmon_remove_breakpoint): Delete #if0ed function.
9981 * monitor.c (monitor_write_even_block): Delete unused function.
9982 (monitor_write_memory_block): Delete #if0ed code.
9983 * dink32-rom.c (dink32_load): Delete unused function.
9984 (_initialize_dink32_rom): Delete #if0ed code.
9985 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
9986
9987 * tui/tui-command.c: Update references.
9988 * tui/tui-io.c: Update references.
9989 * tui/tui-command.h: Update copyright.
9990 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
9991
9992 * source.c (ambiguous_line_spec): Delete never-defined function.
9993 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
9994 * gdbtypes.c (add_name, add_mangled_type): Ditto.
9995 * cli/cli-cmds.c (validate_comname): Ditto.
9996
9997 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
9998 "tui-data.h".
9999 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10000 (tui_show_disassem): Rename tuiShowDisassem.
10001 (tui_show_disassem_and_update_source): Rename
10002 tuiVerticalDisassemScroll.
10003 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10004 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10005 * tui/tui.h: Update copyright.
10006 (enum tui_status): Define.
10007 * tui/tui-data.h (enum tui_scroll_direction): Define.
10008 * tui/tui-disasm.c: Update copyright. Update references.
10009 * tui/tui-winsource.c: Update copyright. Update references.
10010 * tui/tui-win.c: Update references.
10011 * tui/tui-layout.c: Update references.
10012
10013 2004-01-20 Andrew Cagney <cagney@redhat.com>
10014
10015 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10016 sym2 to start of block.
10017
10018 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10019
10020 * MAINTAINERS: Delete mmalloc.
10021 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10022 * NEWS: Mention removal of --with-malloc.
10023 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10024 * config.in: Regenerate.
10025 * configure: Regenerate.
10026 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10027 USE_MMALLOC, MMCHECK_FORCE.
10028 * gdbinit.in: Remove mmalloc.
10029 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10030 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10031 * config/i386/go32.mh: Likewise.
10032 * config/i386/interix.mh: Likewise.
10033 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10034
10035 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10036
10037 * linespec.c (decode_variable, symtab_from_filename): Call
10038 error_silent with error message instead of throwing an exception
10039 directly.
10040 * defs.h (error_silent, error_output_message): Add prototypes.
10041 (catch_exceptions_with_msg): Ditto.
10042 * utils.c (error_silent, error_output_message): New functions.
10043 * top.c (catch_exceptions_with_msg): New function.
10044
10045 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10046
10047 * mi/mi-cmds.h (enum print_values): Add definition.
10048
10049 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10050 type and value for simple data types and just the name and type
10051 for complex ones, if required.
10052
10053 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10054 children, if required.
10055
10056 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10057
10058 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10059 unused declarations.
10060
10061 2004-01-19 Andrew Cagney <cagney@redhat.com>
10062
10063 * top.h (mapped_symbol_files): Delete declaration.
10064 * main.c (captured_main): Delete option "m" and "mapped".
10065 * objfiles.c (mapped_symbol_files): Delete variable.
10066 * symfile.c (symbol_file_command): Delete mmap code.
10067 (symbol_file_add_with_addrs_or_offsets): Ditto.
10068 (add_symbol_file_command, reread_separate_symbols): Ditto.
10069 * objfiles.h (OBJF_MAPPED): Delete.
10070 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10071 (free_objfile) [USE_MMALLOC]: Ditto.
10072 (open_existing_mapped_file): Delete function.
10073 (open_mapped_file): Delete function.
10074 (map_to_file): Delete function.
10075
10076 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10077
10078 * infrun.c (step_into_function): Account for possible breakpoint
10079 adjustment when computing ``stop_func_start''.
10080
10081 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10082
10083 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10084 the region size against the size of a pointer, not the size of
10085 a register as given by DEPRECATED_REGISTER_SIZE.
10086
10087 2004-01-19 Andrew Cagney <cagney@redhat.com>
10088
10089 * tui/tui-regs.h: Include "tui-data.h".
10090 (tuiFirstRegElementNoInLine): Delete declaration.
10091 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
10092 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
10093 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
10094 (tui_calculate_regs_column_count): Rename
10095 tuiCalculateRegsColumnCount.
10096 (tui_check_register_values): Rename tuiCheckRegisterValues.
10097 (tui_show_registers): Rename tuiShowRegisters.
10098 (tui_display_registers_from_line): Rename
10099 tuiDisplayRegistersFromLine.
10100 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
10101 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
10102 (tui_first_reg_element_no_inline): Rename
10103 tuiFirstRegElementNoInLine.
10104 * tui/tui-data.h: Update copyright.
10105 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
10106 * tui/tui-windata.c: Update copyright, update references.
10107 * tui/tui-regs.c: Update copyright, update references.
10108 * tui/tui-win.c: Update copyright, update references.
10109 * tui/tui-layout.c: Update copyright, update references.
10110
10111 2004-01-18 Andrew Cagney <cagney@redhat.com>
10112
10113 * tui/tui-io.c: Update copyright.
10114 (key_is_end_sequence, key_is_backspace): New functions.
10115 (key_is_command_char, key_is_start_sequence): New function.
10116 (tui_getc): Update references.
10117 * tui/tui-io.h: Update copyright.
10118 (m_tuiStartNewLine): Delete macro.
10119 (m_isBackspace, m_isDeleteChar): Delete macros.
10120 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
10121 (m_isNextPage, m_isPrevPage): Delete macros.
10122 (m_isLeftArrow, m_isRightArrow): Delete macros.
10123 (m_isXdbStyleCommandChar): Delete macro.
10124 (key_is_start_sequence): Declare, replace m_isStartSequence.
10125 (key_is_end_sequence): Declare, replace m_isEndSequence.
10126 (key_is_backspace): Declare ,replace m_isBackspace.
10127 (key_is_command_char): Declare, replace m_isCommandChar.
10128 * tui/tui-command.c: Update copyright.
10129 (tuiDispatchCtrlChar): Update references.
10130
10131 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
10132 tuiSourceWin.h.
10133
10134 * tui/tui-command.c: Rename tui/tuiCommand.c.
10135 * tui/tui-command.h: Rename tui/tuiCommand.h.
10136 * tui/tui-data.c: Rename tui/tuiData.c.
10137 * tui/tui-data.h: Rename tui/tuiData.h.
10138 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10139 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10140 * tui/tui-io.c: Rename tui/tuiIO.c.
10141 * tui/tui-io.h: Rename tui/tuiIO.h.
10142 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10143 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10144 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10145 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10146 * tui/tui-source.c: Rename tui/tuiSource.c.
10147 * tui/tui-source.h: Rename tui/tuiSource.h.
10148 * tui/tui-stack.c: Rename tui/tuiStack.c.
10149 * tui/tui-stack.h: Rename tui/tuiStack.h.
10150 * tui/tui-win.c: Rename tui/tuiWin.c.
10151 * tui/tui-win.h: Rename tui/tuiWin.h.
10152 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10153 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10154 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10155 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10156 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10157 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10158 * tui/tui-file.c: Update includes.
10159 * tui/tui-hooks.c: Update includes.
10160 * tui/tui-interp.c: Update includes.
10161 * tui/tui.c: Update includes.
10162 * Makefile.in: Update all tui/ dependencies.
10163 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10164
10165 * Makefile.in: Update copyright. Update dependencies.
10166
10167 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10168 problem.
10169
10170 2004-01-18 Andrew Cagney <cagney@redhat.com>
10171
10172 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
10173 instead of register_gdbarch_init.
10174
10175 * remote-sds.c (tohex): Delete unused function. Update copyright.
10176 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
10177 * v850-tdep.c (v850_register_virtual_size): Ditto.
10178 * target.c (normal_target_post_startup_inferior): Ditto.
10179 * source.c (ambiguous_line_spec): Ditto.
10180 * remote.c (adapt_remote_get_threadinfo): Ditto.
10181 * mi/mi-out.c (out_field_fmt): Ditto.
10182 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
10183 (output_control_change_notification): Ditto.
10184 * m68k-tdep.c (m68k_register_byte): Ditto.
10185 (m68k_remote_breakpoint_from_pc): Ditto.
10186 * ui-out.c (init_ui_out_state): Delete unused declaration.
10187 * stabsread.c (search_value): Ditto.
10188 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10189 * maint.c (print_section_table): Ditto.
10190 * infrun.c (set_follow_fork_mode_command): Ditto.
10191
10192 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10193
10194 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10195 DW_CFA_def_cfa_exporession. Add support for
10196 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10197 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10198
10199 2004-01-18 Andrew Cagney <cagney@redhat.com>
10200
10201 * ocd.c: Update copyright.
10202 (bdm_read_register_command): Delete unused function.
10203 (_initialize_remote_ocd): Delete commented out reference.
10204 (get_quoted_char, reset_packet): Delete #if0ed function.
10205 (output_packet, put_quoted_char): Delete #if0ed function.
10206 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10207 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10208 (BDM_BREAKPOINT): Delete #if0ed macro.
10209 (remote_timeout): Delete #if0ed variable.
10210
10211 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10212
10213 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10214 (core-sol2.o): Remove dependency.
10215 * core-sol2.c: Remove file.
10216
10217 2004-01-17 Andrew Cagney <cagney@redhat.com>
10218
10219 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10220 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10221 enums.
10222
10223 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10224
10225 * remote.c: Update copyright years.
10226
10227 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10228
10229 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10230
10231 2004-01-17 Andrew Cagney <cagney@redhat.com>
10232
10233 * mdebugread.c: Update copyright.
10234 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10235 (parse_type, parse_procedure): Ditto.
10236 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10237
10238 * cris-tdep.c (cris_store_struct_return): Put back accidently
10239 deleted function.
10240
10241 * gdbarch.sh: Update copyright year.
10242 * gdbarch.h, gdbarch.c: Re-generate.
10243
10244 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10245
10246 Suggested by George Anzinger.
10247 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10248 correct stack offset. Include unknown opcode numbers in the error
10249 message.
10250
10251 2004-01-17 Andrew Cagney <cagney@redhat.com>
10252
10253 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10254 extract_struct_value_address, i386 does not set it.
10255 * sparc64-tdep.c (sparc64_init_abi): Do not set
10256 extract_struct_value_address, never called.
10257 (sparc64_extract_struct_value_address): Delete function.
10258 * m68hc11-tdep.c: Update copyright.
10259 (m68hc11_gdbarch_init): Delete redundant assignment of
10260 extract_struct_value_address.
10261 * i386-tdep.c: Update copyright.
10262 (i386_gdbarch_init): Do not set extract_struct_value_address,
10263 never called.
10264 (i386_extract_struct_value_address): Delete function.
10265 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10266 extract_struct_value_address, never called.
10267 (sparc32_extract_struct_value_address): #if 0 function. Add
10268 comments explaining its future.
10269
10270 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10271
10272 * arm-tdep.c (arm_write_pc): New function.
10273 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10274
10275 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10276
10277 * breakpoint.c (must_shift_inst_regs): Delete.
10278 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10279 and SHIFT_INST_REGS.
10280 * infcmd.c (step_1, step_1_continuation): Delete references to
10281 SHIFT_INST_REGS.
10282 * infrun.c (keep_going): Likewise.
10283 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10284 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10285
10286 2004-01-17 Andrew Cagney <cagney@redhat.com>
10287
10288 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10289 * gdbarch.h, gdbarch.c: Re-generate.
10290 * infcmd.c (print_return_value): Delete reference to
10291 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10292
10293 * cris-tdep.c (cris_gdbarch_init): Do not set
10294 deprecated_extract_struct_value_address.
10295
10296 * xstormy16-tdep.c: Update copyright.
10297 (xstormy16_extract_struct_value_address): Update to current
10298 extract struct value address interface.
10299 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10300 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10301 current extract struct value address interface.
10302 (sh64_gdbarch_init): Set extract_struct_value_address.
10303
10304 * cris-tdep.c: Update copyright.
10305 (cris_extract_struct_value_address): Delete function.
10306 (struct_return_address): Delete variable.
10307 (cris_store_struct_return): Do not set struct_return_address.
10308
10309 * mcore-tdep.c: Update copyright.
10310 (mcore_extract_struct_value_address): Delete function. Update
10311 comments.
10312 (mcore_gdbarch_init): Update.
10313 * mn10300-tdep.c: Update copyright.
10314 (mn10300_extract_struct_value_address): Delete function.
10315 (mn10300_gdbarch_init): Update.
10316 * v850-tdep.c: Update copyright.
10317 (v850_extract_struct_value_address): Delete.
10318 (v850_gdbarch_init): Update.
10319 * ns32k-tdep.c: Update copyright.
10320 (ns32k_extract_struct_value_address): Delete.
10321 (ns32k_gdbarch_init): Update.
10322 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10323 (hppa_gdbarch_init): Update.
10324 * vax-tdep.c: Update copyright.
10325 (vax_extract_struct_value_address): Delete.
10326 (vax_gdbarch_init): Update.
10327
10328 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10329 * gdbarch.h, gdbarch.c: Re-generate.
10330 * procfs.c (procfs_fetch_registers): Delete reference to
10331 DEPRECATED_NPC_REGNUM.
10332 (procfs_store_registers): Ditto.
10333 * regcache.c (generic_target_write_pc): Simplify.
10334 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
10335
10336 * core-sol2.c (fetch_core_registers): Replace
10337 DEPRECATED_NPC_REGNUM with equivalent tdep value.
10338
10339 * hppa-tdep.c: Update copyright year.
10340 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
10341 NPC_REGNUM.
10342 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
10343
10344 * mips-tdep.c (mips_write_pc): New function.
10345 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
10346 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
10347 (mips_find_saved_regs, mips_software_single_step: Ditto.
10348 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
10349 mips_init_extra_frame_info, mips_pop_frame): Ditto.
10350
10351 2004-01-17 Andrew Cagney <cagney@redhat.com>
10352
10353 * mips-tdep.c: Re-indent. Group functions by ABI.
10354
10355 2004-01-17 Andrew Cagney <cagney@redhat.com>
10356
10357 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
10358 * gdbarch.c: Re-generate.
10359 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10360 DECR_PC_AFTER_BREAK to zero.
10361 * vax-tdep.c (vax_gdbarch_init): Ditto.
10362 * v850-tdep.c (v850_gdbarch_init): Ditto.
10363 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10364 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10365 * sh-tdep.c (sh_gdbarch_init): Ditto.
10366 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10367 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10368 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10369 * mips-tdep.c (mips_gdbarch_init): Ditto.
10370 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10371 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10372 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10373 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10374 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10375 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10376 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10377 * frv-tdep.c (frv_gdbarch_init): Ditto.
10378 * cris-tdep.c (cris_gdbarch_init): Ditto.
10379 * avr-tdep.c (avr_gdbarch_init): Ditto.
10380 * arm-tdep.c (arm_gdbarch_init): Ditto.
10381 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
10382
10383 2004-01-17 J. Brobecker <brobecker@gnat.com>
10384
10385 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
10386 Delete, no longer used.
10387 (read_subrange_type): New function, mostly extracted from
10388 read_array_type().
10389 (read_array_type): Replace extracted code by call to
10390 read_subrange_type().
10391 (dwarf2_get_attr_constant_value): New function.
10392 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
10393 (add_partial_symbol): Likewise.
10394 (process_die): Likewise.
10395 (new_symbol): Likewise.
10396 (read_type_die): Likewise.
10397
10398 2004-01-16 Andrew Cagney <cagney@redhat.com>
10399
10400 * symfile.c: Update copyright year.
10401 (compare_symbols): Delete unused function.
10402 * stabsread.c: Update copyright year.
10403 (lrs_general_complaint): Delete unused function.
10404 (ref_search_value): Ditto.
10405 (get_substring): Delete declaration.
10406 * sh64-tdep.c: Update copyright year.
10407 (sh64_get_gdb_regnum): Delete unused function.
10408 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
10409 Delete unused function.
10410
10411 2004-01-17 Mark Kettenis <kettenis@gnu.org>
10412
10413 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
10414 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
10415
10416 2004-01-16 Andrew Cagney <cagney@redhat.com>
10417
10418 Changes from Peter Schauer.
10419 * rs6000-tdep.c: Update copyright year.
10420 (rs6000_push_dummy_call): Update the stack pointer before
10421 accessing the corresponding stack region.
10422 * rs6000-nat.c: Update copyright year.
10423 (set_host_arch): Set "info.abfd" to "exec_bfd".
10424
10425 2004-01-15 Mark Kettenis <kettenis@gnu.org>
10426
10427 * blockframe.c: Update copyright year.
10428 (inside_entry_func): Don't treat a zero PC specially.
10429
10430 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
10431
10432 * gcore.c (gcore_copy_callback): Use paddr_d to print size
10433 variable.
10434 (gcore_create_callback): Ditto. Skip any memory segment that has
10435 no permissions set.
10436
10437 2004-01-14 David Carlton <carlton@kealia.com>
10438
10439 Change symbols for C++ nested types to contain the fully qualified
10440 name, if possible. (At least in the DWARF-2 case.) Partial fix
10441 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
10442 c++/895.
10443 * c-exp.y (qualified_type): Handle types nested within classes.
10444 * cp-namespace.c: Update comments.
10445 (cp_set_block_scope): Delete #if 0.
10446 (cp_lookup_nested_type): Handle types nested within classes.
10447 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
10448 when appropriate.
10449 (add_partial_symbol): Add the name of the enclosing namespace to
10450 types.
10451 (pdi_needs_namespace): New.
10452 (add_partial_namespace): Tweak comment.
10453 (add_partial_structure): New.
10454 (psymtab_to_symtab_1): Initialize processing_current_prefix
10455 here...
10456 (process_die): instead of here.
10457 (read_structure_scope): Try to figure out the name of the class or
10458 namespace that the structure might be defined within.
10459 (read_enumeration): Generate fully-qualified names, if possible.
10460 (read_namespace): Don't set name to NULL.
10461 (die_specification): New.
10462 (new_symbol): Generate fully-qualified names for types.
10463 (read_type_die): Determine appropriate prefix.
10464 (determine_prefix): New.
10465 (typename_concat): New.
10466 (class_name): New.
10467 * valops.c (value_aggregate_elt): Pass NOSIDE to
10468 value_struct_elt_for_reference.
10469 (value_struct_elt_for_reference): Make static, add NOSIDE
10470 parameter, call value_maybe_namespace_elt as a last resort.
10471 (value_namespace_elt): Break out code into
10472 value_maybe_namespace_elt.
10473 (value_maybe_namespace_elt): New.
10474
10475 2004-01-12 Andrew Cagney <cagney@redhat.com>
10476
10477 * mips-tdep.c (mips_convert_register_p): Handle both raw and
10478 cooked floating-point registers.
10479 (mips_gdbarch_init): Set convert_register_p, register_to_value,
10480 and value_to_register.
10481
10482 2004-01-13 Andrew Cagney <cagney@redhat.com>
10483
10484 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
10485 * gdbarch.c: Re-generate.
10486 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10487 FUNCTION_START_OFFSET.
10488 * v850-tdep.c (v850_gdbarch_init): Ditto.
10489 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10490 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10491 * sh-tdep.c (sh_gdbarch_init): Ditto.
10492 * s390-tdep.c (s390_gdbarch_init): Ditto.
10493 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10494 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10495 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10496 * mips-tdep.c (mips_gdbarch_init): Ditto.
10497 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10498 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10499 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10500 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10501 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10502 * i386-tdep.c (i386_gdbarch_init): Ditto.
10503 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10504 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10505 * frv-tdep.c (frv_gdbarch_init): Ditto.
10506 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10507 * cris-tdep.c (cris_gdbarch_init): Ditto.
10508 * avr-tdep.c (avr_gdbarch_init): Ditto.
10509 * arm-tdep.c (arm_gdbarch_init): Ditto.
10510 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10511
10512 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
10513
10514 * infrun.c (follow_fork_mode_ask): Remove.
10515 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
10516 (follow_fork): Simplify and remove internal error for
10517 follow_fork_mode_ask.
10518 (_initialize_infrun): Update "set follow-fork-mode" help text.
10519
10520 2004-01-13 Andrew Cagney <cagney@redhat.com>
10521
10522 * configure.in: Update copyright year.
10523 (build_warnings): Add -Wunused-label.
10524 * configure: Re-generate.
10525
10526 2004-01-12 Andrew Cagney <cagney@redhat.com>
10527
10528 * exec.h (exec_ops): Make "extern".
10529
10530 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
10531 the function is void.
10532 (mips_pseudo_register_write): Ditto.
10533
10534 2004-01-12 Andrew Cagney <cagney@redhat.com>
10535
10536 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
10537 call. Never defined.
10538 * sparc-tdep.h (struct frame_info): Add opaque declaration.
10539 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
10540 (struct sparc_gregset, struct regcache): Ditto.
10541 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
10542
10543 2004-01-12 Andrew Cagney <cagney@redhat.com>
10544
10545 * mi/ChangeLog: Delete file. Renamed to ...
10546 * mi/ChangeLog-1999-2003: New file.
10547 * tui/ChangeLog: Delete file. Renamed to ...
10548 * tui/ChangeLog-1998-2003: New file.
10549
10550 2004-01-11 Mark Kettenis <kettenis@gnu.org>
10551
10552 * sparc64nbsd-tdep.c: Include "regset.h".
10553 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
10554 Remove variables.
10555 (fetch_core_registers): Remove function.
10556 (sparc64nbsd_core_fns): Remove variable.
10557 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
10558 functions.
10559 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
10560 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10561 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
10562
10563 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
10564 sparc_extract_struct_value_address.
10565 (sparc32_gdbarch_init): Set extract_struct_value_address.
10566 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
10567 function.
10568 (sparc64_init_abi): Set extract_struct_value_address. Don't set
10569 return_value_on_stack.
10570
10571 * NEWS: Mention that %cs and %ss have been added to the AMD64
10572 configurations
10573
10574 * frame.c: Update copyright year.
10575 (get_prev_frame): Improve comment.
10576
10577 * sparc64fbsd-tdep.c: Include "regset.h".
10578 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10579 Remove variables.
10580 (fetch_core_registers): Remove function.
10581 (sparc64fbsd_core_fns): Remove variable.
10582 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
10583 functions.
10584 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
10585 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10586 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
10587
10588 * sparcnbsd-tdep.c: Include "regset.h".
10589 (fetch_core_registers): Remove function.
10590 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
10591 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
10592 functions.
10593 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
10594 TDEP->fpregset.
10595 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
10596
10597 * sparc-tdep.h (struct regset): Provide opaque declaration.
10598 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
10599 fpregset and sizeof_fpregset members.
10600 * sparc-tdep.c (struct regset): Provide opaque declaration.
10601 (sparc_regset_from_core_section): New function.
10602 (sparc32_gdbarch_init): Initialize TDEP->gregset,
10603 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
10604 Set regset_from_core_section when appropriate.
10605
10606 2004-01-10 Mark Kettenis <kettenis@gnu.org>
10607
10608 * x86-64-tdep.c (amd64_non_pod_p): New function.
10609 (amd64_classify_aggregate): Return class memory for non-POD
10610 C++ structure types.
10611
10612 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
10613 argument. Use it to reserve a register if necessary.
10614 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
10615 amd64_push_arguments.
10616
10617 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
10618
10619 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
10620 register numbers in comments.
10621 * x86-64-tdep.h: Update copyright year.
10622 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
10623 Adjust for addition of %cs and %ss.
10624 * amd64fbsd-nat.c: Update copyright year.
10625 (reg_offset): Add register offsets for %cs and %ss.
10626 * amd64fbsd-tdep.c: Update copyright year.
10627 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
10628 (amd64fbsd_sc_reg_offset): Likewise.
10629 * x86-64-linux-nat.c: Update copyright year.
10630 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
10631 and %ss.
10632 * amd64nbsd-nat.c: Update copyright year.
10633 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
10634 * amd64nbsd-tdep.c: Update copyright year.
10635 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
10636 * x86-64-linux-tdep.c: Update copyright year.
10637 (user_to_gdb_regmap): Add mapping for %cs and %ss.
10638 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
10639 * regformats/reg-x86-64.dat: Add %cs and %ss.
10640
10641 * blockframe.c (inside_entry_func): Reformat. Introduce new local
10642 variables to prevent long lines. Update comments to reflect
10643 reality.
10644
10645 2004-01-09 David Carlton <carlton@kealia.com>
10646
10647 Checked in by Elena Zannoni <ezannoni@redhat.com>.
10648 * dwarf2read.c (read_namespace): Pull out name-generating code
10649 into namespace_name. Rename previous_namespace to previous_prefix
10650 and processing_current_namespace to processing_current_prefix..
10651 (namespace_name): New function.
10652 (add_partial_symbol): Substitute uses of pdi->name with
10653 actual_name.
10654 * cp-support.h: Rename processing_current_namespace to
10655 processing_current_prefix.
10656 Update copyright year.
10657 * cp-namespace.c: Rename processing_current_namespace to
10658 processing_current_prefix.
10659 Update copyright year.
10660
10661 2004-01-09 Andrew Cagney <cagney@redhat.com>
10662
10663 * jv-valprint.c, ser-unix.c: Add missing copyright years.
10664
10665 2004-01-09 Mark Kettenis <kettenis@gnu.org>
10666
10667 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
10668 complaining.
10669 (process_one_symbol): Deal with N_PATCH stabs.
10670
10671 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
10672
10673 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
10674 ifdeffed code.
10675 Update copyright year.
10676
10677 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10678
10679 * config/pa/tm-hppa.h: Update extern declarations for
10680 hppa32_hpux_frame_saved_pc_in_sigtramp,
10681 hppa32_hpux_frame_base_before_sigtramp, and
10682 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
10683
10684 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10685
10686 * config/pa/tm-hppah.h: Update copyright years.
10687
10688 2004-01-08 Andrew Cagney <cagney@redhat.com>
10689
10690 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
10691 (mips_o32_reg_struct_has_addr): Delete function.
10692 (mips_gdbarch_init): Update.
10693 (mips_extract_struct_value_address): Delete function.
10694
10695 2004-01-08 David Mosberger <davidm@hpl.hp.com>
10696
10697 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
10698 reality.
10699
10700 2004-01-07 Andrew Cagney <cagney@redhat.com>
10701
10702 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
10703 architecture's elf flags (when available).
10704
10705 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
10706 FPU to the start, check the MIPS FPU when looking for an old
10707 architecture.
10708 (set_mipsfpu_single_command): Update the architecture.
10709 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
10710
10711 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
10712 (mips_mask_address_p): Add "tdep" parameter.
10713 (show_mask_address, mips_addr_bits_remove): Update.
10714 (mips_dump_tdep): Update.
10715 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
10716 (MIPS_STACK_ARGSIZE): Delete macro.
10717 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
10718 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
10719 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
10720 (mips_dump_tdep): Update.
10721 (MIPS_SAVED_REGSIZE): Delete macro.
10722 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
10723 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
10724 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
10725 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
10726 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
10727 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
10728 (mips_pop_frame, return_value_location): Update.
10729 (mips_n32n64_return_value, mips_dump_tdep): Update.
10730
10731 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
10732 MIPS ABI.
10733
10734 * mips-tdep.c: Update copyright.
10735 (mips_gdbarch_init): Merge two code blocks handling the register
10736 name and number layout.
10737
10738 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
10739
10740 * tracepoint.c (validate_actionline): Fix segv at EOF
10741
10742 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10743
10744 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
10745 properly for static fields.
10746
10747 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
10748 Jason Molenda <jmolenda@apple.com>
10749
10750 * disasm.c: Update copyright to include 2004.
10751 (do_mixed_source_and_assembly): For uiout asm list
10752 and tuple cleanups, initialize to null_cleanup instead of
10753 NULL and do so prior to loop. Only reset when we close off
10754 the tuple/list. Move check for whether to close off the
10755 asm tuple/list to after dump_insns call where it will be run
10756 on each loop iteration.
10757
10758 2004-01-05 Andrew Cagney <cagney@redhat.com>
10759
10760 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
10761 should be a switch case and not a label.
10762 * mips-tdep.c (mips32_next_pc): Delete unused labels
10763 "greater_equal_branch" and "less_zero_branch".
10764 * jv-valprint.c (java_print_value_fields): Delete unused label
10765 "flush_it".
10766
10767 * target.c (unpush_target): Only close a target that is in the
10768 target stack.
10769
10770 2004-01-05 Mark Kettenis <kettenis@gnu.org>
10771
10772 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
10773 address from [sp + 64] instead of %o2.
10774
10775 * frame.c (get_prev_frame): Don't try to unwind the PC. This
10776 fixes PR backtrace/1476.
10777
10778 2004-01-05 Andrew Cagney <cagney@redhat.com>
10779
10780 * libunwind-frame.h (struct frame_id): Add opaque declaration,
10781 move to start of file.
10782 * i386-tdep.h (struct regcache): Add opaque declaration.
10783 * config/ia64/nm-linux.h (struct target_ops): Add opaque
10784 declaration.
10785 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
10786 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
10787 * win32-nat.c (fake_create_process): Use ISO C style definition.
10788 * stabsread.c (define_symbol): Delete #ifndef
10789 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
10790 stabs_argument_has_addr call, macro never defined.
10791
10792 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
10793
10794 * op50-rom.c: Delete.
10795 * w89k-rom.c: Delete.
10796 * Makefile.in: Remove references.
10797
10798 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10799
10800 * x86-64-tdep.c: Update copyright year.
10801 (struct amd64_register_info): Rename from x86_64_register_info.
10802 (amd64_register_info): Rename from x86_64_register_info.
10803 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
10804 (amd64_register_name): Rename from x86_64_register_name.
10805 (amd64_register_type): Rename from x86_64_register_type.
10806 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
10807 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
10808 (amd64_dwarf_reg_to_regnum): Rename from
10809 x86_64_dwarf_reg_to_regnum.
10810 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
10811 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
10812 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
10813 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
10814 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
10815 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
10816 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
10817 (amd64_frame_cache): Rename from x86_64_frame_cache.
10818 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
10819 (amd64_frame_prev_register): Rename from
10820 x86_64_frame_prev_register.
10821 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
10822 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
10823 (amd64_sigtramp_frame_cache): Rename from
10824 x86_64_sigtramp_frame_cache.
10825 (amd64_sigtramp_frame_prev_register): Rename from
10826 x86_64_sigtramp_frame_prev_register.
10827 (amd64_sigtramp_frame_unwind): Rename from
10828 x86_64_sigtramp_frame_unwind.
10829 (amd64_sigtramp_frame_sniffer): Rename from
10830 x86_64_sigtramp_frame_sniffer.
10831 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
10832 (amd64_frame_base): Rename from x86_64_frame_base.
10833 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
10834 (amd64_frame_align): Rename from x86_64_frame_align.
10835 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
10836 (amd64_regset_from_core_section): Rename from
10837 x86_64_regset_from_core_section.
10838 (x86_64_init_abi): Update comments.
10839
10840 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
10841
10842 * MAINTAINERS (write after approval): Add myself.
10843
10844 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10845
10846 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
10847 `float' arguments.
10848
10849 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10850
10851 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
10852 such that it mentions a specific version of GCC that exhibits this
10853 bug.
10854
10855 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10856
10857 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
10858 structure that has a single `float' member, store it in %f1 in
10859 addition to %f0.
10860
10861 * sparc-sol2-nat.c: Add missing '\'.
10862
10863 * sparc-tdep.c (sparc32_return_value): New function.
10864 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
10865 Remove functions.
10866 (sparc32_gdbarch_init): Set return_value, don't set
10867 extract_return_value, store_return_value, use_struct_convention
10868 and return_value_on_stack.
10869
10870 * sparc-sol2-nat.c: Add missing ')'.
10871
10872 2004-01-03 J. Brobecker <brobecker@gnat.com>
10873
10874 * infrun.c (handle_step_into_function): New function.
10875 (handle_inferior_event): Extract out some code into the new
10876 function above.
10877
10878 2004-01-03 J. Brobecker <brobecker@gnat.com>
10879
10880 * infrun.c (handle_inferior_event): Move the declaration of
10881 real_stop_pc inside the if blocks where it is used.
10882
10883 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10884
10885 * sparc64-tdep.c (sparc64_16_byte_align_p)
10886 (sparc64_store_floating_fields, sparc64_store_floating_fields):
10887 Use check_typedef to get subtypes of structures and unions.
10888 (sparc64_store_return_value): Fix calculation of the appropriate
10889 offset into VALBUF when storing a structure or union.
10890 (sparc64_return_value): New function.
10891 (sparc64_use_struct_convention): Remove function.
10892 (sparc64_init_abi): Set return_value, don't set
10893 extract_return_value, store_return_value and
10894 use_struct_convention.
10895
10896 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
10897
10898 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
10899 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
10900 gdb/config/alpha/xm-alphaosf.h,
10901 gdb/config/powerpc/tm-ppcle-eabi.h,
10902 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
10903 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
10904 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
10905 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
10906 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
10907 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
10908 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
10909 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
10910 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
10911 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
10912 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
10913 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
10914 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
10915 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
10916 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
10917 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
10918 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
10919 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
10920 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
10921 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
10922 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
10923 Remove lines for .cvsignore files.
10924
10925 2004-01-03 J. Brobecker <brobecker@gnat.com>
10926
10927 * infrun.c: Back out the previous change.
10928
10929 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10930
10931 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
10932 sparc-*-sunos4* to the list of REMOVED configurations.
10933
10934 * configure.tgt: Add back sparc-*-vxworks*.
10935 * remote-vxsparc.c: Remove all includes except for "defs.h",
10936 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
10937 Include "sparc-tdep.h".
10938 (SPARC_R_G1): New define.
10939 (vxsparc_gregset): New variable.
10940 (ext_format_sparc): Remove extern declaration.
10941 (vx_read_register): Rewrite to use sparc32_supply_gregset and
10942 sparc32_supply_fpregset.
10943 (vx_write_register): Rewrite to use sparc32_collect_gregset,
10944 sparc_collect_rwindow and sparc32_collect_fpregset.
10945 * config/sparc/tm-vxworks.h: New file, based on recently removed
10946 tm-vxsparc.h.
10947 * config/sparc/vxworks.mt: New file, based on recently removed
10948 vxworks.mt.
10949
10950 2004-01-03 J. Brobecker <brobecker@gnat.com>
10951
10952 * infrun.c (handle_step_into_function): New function.
10953 (handle_inferior_event): Extract out some code into the new
10954 function above.
10955
10956 2004-01-02 Mark Kettenis <kettenis@gnu.org>
10957
10958 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
10959 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
10960 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
10961 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
10962 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
10963 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
10964 (sparc_nat_h): New variable.
10965 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
10966 (tm-sun4os4.h): Remove dependency.
10967 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
10968 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
10969 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
10970 sparc-tdep.o): Update dependencies.
10971 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
10972 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
10973 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
10974 dependencies.
10975 * configure.host: Remove existing sparc-*-lynxos*,
10976 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
10977 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
10978 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
10979 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
10980 triplets.
10981 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
10982 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
10983 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
10984 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
10985 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
10986 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
10987 sparc64-*-solaris2* and sparc64-*-* triplets.
10988 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
10989 "symtab.h" and "objfiles.h".
10990 (BIAS): Remove define.
10991 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
10992 (X_DISP19): Remove macros.
10993 (sparc_fetch_instruction): Remove function.
10994 (struct gdbarch_tdep): Remove definition.
10995 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
10996 (sparc_breakpoint_from_pc): Remove function.
10997 (struct sparc64_frame_cache): Remove definition.
10998 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
10999 sparc64_unwind_pc): Remove functions.
11000 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11001 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11002 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11003 (sparc64_frame_cache): Change return type to `struct
11004 sparc_frame_cache *'. Simply call sparc_frame_cache.
11005 (sparc64_frame_this_id, sparc64_frame_prev_register,
11006 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11007 instead of `struct sparc64_frame_cache.
11008 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11009 sparc_analyze_control_transfer, sparc_software_single_step,
11010 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11011 _initialize_sparc64_tdep): Remove functions.
11012 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11013 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11014 macros.
11015 (sparc64_supply_gregset, sparc64_collect_gregset,
11016 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11017 (sparc64_init_abi): New function.
11018 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11019 inclusion guard. Include "sparc-tdep.h".
11020 (BIAS): Define.
11021 (r_tstate_offset, r_fprs_offset): New defines.
11022 (enum sparc_regnum): Remove defenition.
11023 (enum sparc64_regnum): Reformat.
11024 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11025 (sparc64_init_abi, sparc64_supply_gregset,
11026 sparc64_collect_gregset, sparc64_supply_fpregset,
11027 sparc64_collect_fpregset): New prototypes.
11028 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11029 Add extern declarations.
11030 (sparc64_sol2_init_abi): New prototype.
11031 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11032 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11033 prototypes.
11034 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11035 "sparnbsd-nat.h".
11036 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11037 functions.
11038 (_initialize_sparc64fbsd_nat): Remove initialization of
11039 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11040 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
11041 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
11042 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11043 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11044 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11045 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11046 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11047 (sparc64fbsd_r_y_offset): Remove variables.
11048 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11049 Make static and const.
11050 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11051 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11052 functions.
11053 (sparc64fbsd_gregset): New variable.
11054 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11055 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11056 and sparc64_supply_fpregset.
11057 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11058 (sparc64fbsd_sigtramp_frame_this_id)
11059 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11060 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11061 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11062 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11063 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11064 * sparcnbsd-tdep.c: Update copyright year. Include
11065 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11066 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11067 "value.h" and "sparcnbsd-tdep.h".
11068 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11069 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11070 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11071 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11072 defines.
11073 (sparcnbsd_gregset): New variable.
11074 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11075 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11076 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11077 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11078 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11079 variables.
11080 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11081 (sparc32nbsd_sigcontext_frame_this_id)
11082 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11083 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11084 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11085 (sparcnbsd_get_longjmp_target_32,
11086 sparcnbsd_get_longjmp_target_64): Remove functions.
11087 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
11088 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
11089 sparcnbsd_init_elf): Remove.
11090 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
11091 (sparcnbsd_elf_init_abi): New functions.
11092 (_initialize_sparcnbsd_tdep): New prototype.
11093 (_initialize_sparnbsd_tdep): Update.
11094 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
11095 corelow.o. Add sparc64-nat.o and sparc-nat.o.
11096 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
11097 * config/sparc/linux.mh: Update comment.
11098 (XM_FILE, HOST_IPC): Remove variables.
11099 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
11100 sparc-linux-nat.o.
11101 * config/sparc/linux.mt: Update comment.
11102 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
11103 * config/sparc/nbsd.mt: Reformat.
11104 * config/sparc/nbsd64.mh: Update comment.
11105 (NATDEPFILES): Add sparc-nat.o.
11106 * config/sparc/nbsd64.mt: Update comment.
11107 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
11108 (TM_FILE): Set to tm-nbsd.h.
11109 * config/sparc/nbsdelf.mh: Update comment.
11110 (NATDEPFILES): Add sparc-nat.o.
11111 (XM_FILE): Delete.
11112 * config/sparc/nbsdaout.mh: Update comment.
11113 (NATDEPFILES): Add sparc-nat.o
11114 (XM_FILE): Delete.
11115 * config/sparc/nm-linux.h: Update copyright year. Don't include
11116 "config/nm-svr4.h" and "solib.h". Add protection against multiple
11117 inclusion.
11118 (KERNEL_U_SIZE): Remove define.
11119 (kernel_u_size): Remove prototype.
11120 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
11121 * config/sparc/nm-nbsd.h: Update copyright. Don't include
11122 "regcache.h".
11123 (CHILD_PREPARE_TO_STORE): Remove define.
11124 * config/sparc/nm-nbsdaout.h: Tweak some comments.
11125 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
11126 sparcnbsd-nat.c: Rewrite files.
11127 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
11128 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
11129 sparcnbsd-tdep.h: Remove files.
11130 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
11131 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
11132 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
11133 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
11134 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11135 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11136 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11137 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11138 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11139 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11140 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11141 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11142 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11143 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11144 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11145 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11146 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11147 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11148 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11149
11150 2004-01-02 Andrew Cagney <cagney@redhat.com>
11151
11152 From 2003-12-18 Kazuhiro Inaoka:
11153 * configure.host: Add m32r-linux target.
11154
11155 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11156
11157 * top.c (print_gdb_version): Update year to 2004.
11158
11159 2004-01-02 Mark Mitchell <mark@codesourcery.com>
11160
11161 * MAINTAINERS: Add myself to the write-after-approval category.
11162
11163 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
11164
11165 From Bernardo Innocenti <bernie@develer.com>:
11166 * configure.tgt: Add uClinux target.
11167
11168 2004-01-02 Andrew Cagney <cagney@redhat.com>
11169
11170 * utils.c (do_my_cleanups): Make static, add forward declaration.
11171 * defs.h (do_my_cleanups): Delete declaration.
11172
11173 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
11174
11175 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
11176 bfd/ChangeLog-0203.
11177
11178 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11179
11180 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
11181 in <machine/reg.h>.
11182 * configure, config.in: Regenerate.
11183
11184 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
11185 tui/ChangeLog-1998-2003.
11186 \f
11187 Local Variables:
11188 mode: change-log
11189 left-margin: 8
11190 fill-column: 74
11191 version-control: never
11192 End:
This page took 0.276356 seconds and 4 git commands to generate.