* mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2
3 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
4
5 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
6
7 * observer.sh: Add struct so_list declaration.
8 * Makefile.in: Add dependencies on observer.h for solib.c and
9 breakpoint.c.
10 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
11 function.
12 (_initialize_breakpoint): Register
13 disable_breakpoints_in_unloaded_shlib as an observer of the
14 "solib unloaded" observation event.
15 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
16 call decode_line_1 so unfound breakpoint errors are silent.
17 * solib.c (update_solib_list): When a solib is discovered to have
18 been unloaded by the program, notify all observers of the
19 "solib unloaded" observation event.
20
21 2004-09-01 Andrew Cagney <cagney@gnu.org>
22
23 * frame.c: Include "objfiles.h".
24 (inside_main_func): New function.
25 (get_prev_frame): Use new inside_main_func.
26 * Makefile.in (frame.o): Update dependencies.
27 * defs.h (inside_main_func): Delete declaration.
28 * blockframe.c (inside_main_func): Delete function.
29
30 2004-08-31 Jim Blandy <jimb@redhat.com>
31
32 * dwarf2read.c (is_vtable_name): New function, based on logic from
33 read_structure_type, but passing the correct length to strncmp,
34 and using 'sizeof' instead of 'strlen'.
35 (read_structure_type): Call it.
36
37 2004-08-31 Joel Brobecker <brobecker@gnat.com>
38
39 * config/powerpc/aix.mh: Add comment.
40
41 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
42
43 * MAINTAINERS: Add self to Write-After-Approval.
44
45 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
46
47 * MAINTAINERS: Add self to Write-After-Approval.
48
49 2004-08-30 Andrew Cagney <cagney@gnu.org>
50
51 Fix PR breakpoints/1757.
52 * infrun.c (struct execution_control_state): Replace
53 remove_breakpoints_on_following_step with
54 step_after_step_resume_breakpoint.
55 (init_execution_control_state): Update.
56 (handle_inferior_event): For signals, when stepping off a
57 breakpoint, set step_after_step_resume_breakpoint. When
58 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
59 (keep_going): Delete code handling
60 remove_breakpoints_on_following_step.
61
62 2004-08-29 David Lecomber <david@streamline-computing.com>
63
64 Fix PR gdb/648
65 * language.h (enum array_ordering): New enum.
66 * language.h (struct language_defn): New la_array_ordering
67 attribute.
68 * language.c (unknown_language_defn, auto_language_defn)
69 (local_language_defn): Ditto.
70 * ada-lang.c (ada_language_defn): Ditto.
71 * c-lang.c (c_language_defn, cplus_language_defn)
72 (asm_language_defn, minimal_language_defn): Ditto.
73 * f-lang.c (f_language_defn): Ditto.
74 * jv-lang.c (java_language_defn): Ditto.
75 * m2-lang.c (f_language_defn): Ditto.
76 * objc-lang.c (objc_language_defn): Ditto.
77 * p-lang.c (pascal_language_defn): Ditto.
78 * scm-lang.c (scm_language_defn): Ditto.
79 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
80 oriented large to small in type structure.
81 * dwarf2read.c (read_array_order): New function.
82 (read_array_type): Use read_array_order to check row/column
83 major ordering.
84
85 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
86
87 * target.c (target_resize_to_sections): Check
88 current_target.to_sections for an old value when updating.
89
90 2004-08-27 Joel Brobecker <brobecker@gnat.com>
91
92 * procfs.c (dbx_link_bpt_addr): New static global variable.
93 (dbx_link_shadow_contents): New static global variable.
94 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
95 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
96 if we just hit it.
97 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
98 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
99 from run to run.
100 (procfs_create_inferior): Remove syssgi syscall-exit notifications
101 after the inferior has been forked.
102 (remove_dbx_link_breakpoint): New function.
103 (dbx_link_addr): New function.
104 (insert_dbx_link_bpt_in_file): New function.
105 (insert_dbx_link_bpt_in_region): New function.
106 (insert_dbx_link_breakpoint): New function.
107 (proc_trace_syscalls_1): New function, extracted from
108 proc_trace_syscalls.
109 (proc_trace_syscalls): Replace extract code by call to
110 proc_trace_syscalls_1.
111 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
112 is no longer valid.
113
114 2004-08-25 Jim Blandy <jimb@redhat.com>
115
116 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
117
118 2004-08-25 Andrew Cagney <cagney@gnu.org>
119
120 * infrun.c (struct execution_control_state): Delete field
121 "stepping_through_sigtramp".
122 (init_execution_control_state): Do not set same.
123 (context_switch): Do not pass same to save_infrun_state and
124 load_infrun_state.
125 * gdbthread.h (struct thread_info): Delete field
126 stepping_through_sigtramp.
127 (save_infrun_state, load_infrun_state): Delete parameter
128 stepping_through_sigtramp.
129 * thread.c (load_infrun_state, save_infrun_state): Update.
130
131 * infrun.c: Re-indent. Move expression operators to the beginning
132 of the line. Remove long disabled #if 0 code.
133
134 2004-08-24 Andrew Cagney <cagney@gnu.org>
135
136 * doublest.h (floatformat_ieee_quad): Rename
137 floatformat_ia64_quad.
138 * doublest.c (floatformat_ieee_quad): Rename
139 floatformat_ia64_quad.
140 (_initialize_doublest): Update.
141
142 2004-08-24 Jim Blandy <jimb@redhat.com>
143
144 * dwarf2expr.h (struct dwarf_expr_context): New members
145 'num_pieces' and 'pieces', for returning the result of an
146 expression that uses DW_OP_piece.
147 (struct dwarf_expr_piece): New struct type.
148 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
149 pieces.
150 (free_dwarf_expr_context): Free pieces, if any.
151 (add_piece): New function.
152 (execute_stack_op): Implement DW_OP_piece.
153 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
154 expression is a list of pieces, print an error message.
155 (dwarf2_loc_desc_needs_frame): If the expression yields
156 pieces, and any piece is in a register, then we need a frame.
157
158 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
159 the stack until we've decided what sort of result the evaluation
160 has produced. Use separate variables, with more specific names.
161
162 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
163
164 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
165 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
166 (arm_netbsd_init_abi_common): Register them.
167
168 2004-08-22 Mark Kettenis <kettenis@gnu.org>
169
170 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
171
172 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
173 safe_frame_unwind_memory instead of target_read_memory.
174
175 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
176 Reorder includes.
177 (fetch_register, store_register): Remove prototypes.
178 (child_resume): Reorganize code and comments such that it is
179 grouped a bit more logically.
180 (attach): Explicitly compare errno against 0.
181 (detach): Likewise. Use perror_with_name instead of
182 print_sys_errmsg.
183 * Makefile.in (infptrace.o): Update dependencies.
184
185 * ia64-linux-nat.c: Update copyright year.
186 (fetch_debug_register, store_debug_register)
187 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
188 PTRACE_TYPE_ARG3.
189 * config/ia64/nm-linux.h: Update copyright year.
190 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
191
192 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
193 from CORE_ADDR to struct frame_info *. Use
194 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
195 (amd64_linux_sigtramp_p): Adjust for changed signature of
196 and64_linux_sigtramp_start
197
198 * gdb_ptrace.h: GNU/Linux.
199
200 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
201 Remove defines.
202
203 * infptrace.c: Include "gdb_assert.h".
204 (PTRACE_XFER_TYPE): Remove define.
205 (offsetof): Only define if U_REGS_OFFSET isn't defined.
206 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
207 Tweak comment.
208 (fetch_inferior_registers, store_inferior_registers): Remove
209 redundant culry braces. Tweak comment. s/regno/regnum.
210 * Makefile.in (infptrace.o): Update dependencies.
211
212 * configure.in: Change test for return type of ptrace to default
213 to `long' instead of `int'.
214 * configure: Regenerate.
215
216 2004-08-21 Mark Kettenis <kettenis@gnu.org>
217
218 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
219
220 * configure.in: Check for ttrace function.
221 * configure, config.in: Regenerate.
222
223 * gdb_ptrace.h: New file.
224 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
225 <sys/ptrace.h>.
226 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
227 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
228 (attach): Don't define PT_ATTACH.
229 (detach): Don't define PT_DETACH.
230 * Makefile.in (gdb_ptrace_h): New variable.
231 (infptrace.o): Update dependencies.
232
233 2004-08-16 Mark Kettenis <kettenis@gnu.org>
234
235 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
236 instead of `int' if not already defined.
237 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
238 PTRACE_TYPE_ARG3.
239 * infptrace.c (call_ptrace): Revert change that replaced
240 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
241
242 2004-08-15 Mark Kettenis <kettenis@gnu.org>
243
244 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
245 Remove defines.
246
247 * linux-nat.c (kill_inferior): Add missing third and fourth
248 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
249
250 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
251 PTRACE_TYPE_RET.
252
253 * proc-why.c (proc_prettyfprint_why): Fix format string.
254
255 * solib-osf.c (osf_current_sos): Remove unsused label.
256
257 * configure.in: Add <ncurses/ncurses.h> to the list of possible
258 curses headers.
259 * configure, config.in: Regenerate.
260 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
261 <ncurses/ncurses.h>.
262
263 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
264 * config/nm-nbsd.h: Update copyright year.
265 (PTRACE_ARG3_TYPE): Remove define.
266
267 * sparc-nat.c (fetch_inferior_registers)
268 (store_inferior_registers, sparc_xfer_wcookie):
269 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
270
271 * alphabsd-nat.c (fetch_inferior_registers):
272 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
273 PTRACE_TYPE_ARG3.
274 * amd64bsd-nat.c (fetch_inferior_registers)
275 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
276 PTRACE_TYPE_ARG3.
277 * armnbsd-nat.c: Update copyright year.
278 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
279 (store_register, store_regs, store_fp_register, store_fp_regs):
280 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
281 * hppabsd-nat.c (fetch_inferior_registers)
282 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
283 PTRACE_TYPE_ARG3.
284 * i386bsd-nat.c (fetch_inferior_registers)
285 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
286 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
287 * m68kbsd-nat.c (fetch_inferior_registers)
288 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
289 PTRACE_TYPE_ARG3.
290 * m88kbsd-nat.c (fetch_inferior_registers)
291 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
292 PTRACE_TYPE_ARG3.
293 * mipsnbsd-nat.c: Update copyright year.
294 (fetch_inferior_registers, store_inferior_registers):
295 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
296 * ns32knbsd-nat.c: Update copyright year.
297 (fetch_inferior_registers, store_inferior_registers):
298 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
299 * ppcnbsd-nat.c (fetch_inferior_registers):
300 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
301 PTRACE_TYPE_ARG3.
302 * ppcobsd-nat.c (fetch_inferior_registers):
303 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
304 PTRACE_TYPE_ARG3.
305 * shnbsd-nat.c: Update copyright year.
306 (fetch_inferior_registers, store_inferior_registers):
307 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
308 * vaxbsd-nat.c (fetch_inferior_registers)
309 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
310 PTRACE_TYPE_ARG3.
311
312 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
313 PTRACE_TYPE_ARG3.
314 * infptrace.c (call_ptrace, child_resume, attach, detach)
315 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
316 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
317 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
318 PTRACE_TYPE_ARG3.
319
320 2004-08-14 Mark Kettenis <kettenis@gnu.org>
321
322 * defs.h: Remove out-of-date comment.
323 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
324 [!GETENV_PROVIDED] (getenv): Remove prototype.
325
326 * standalone.c: Remove file.
327 * Makefile.in (standalone.o): Remove dependency.
328
329 * i386-linux-nat.c (dummy_sse_values): Remove function and
330 prototype.
331 (i386_linux_dr_get): Fix typo in comment.
332 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
333
334 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
335
336 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
337 from declaration.
338 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
339 from definition.
340
341 2004-08-13 Mark Kettenis <kettenis@gnu.org>
342
343 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
344 parenthesis in definition.
345 * configure: Regenerated.
346
347 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
348
349 * PROBLEMS: Mention build/1411.
350
351 2004-08-09 Robert Millan <robertmh@gnu.org>
352
353 Committed by Nathanael Nerode.
354 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
355 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
356
357 2004-08-12 Andrew Cagney <cagney@gnu.org>
358
359 * NEWS: Mention fixes in GDB 6.2.1.
360 * PROBLEMS: Remove mention of mips-irix.
361
362 2004-08-11 Joel Brobecker <brobecker@gnat.com>
363
364 * config/powerpc/xm-aix.h: Delete.
365 * config/powerpc/aix.mh (MH_FILE): Remove.
366 * config/powerpc/aix432.mh (MH_FILE): Remove.
367
368 2004-08-11 Joel Brobecker <brobecker@gnat.com>
369
370 * config/powerpc/aix.mh: Remove obsolete comment.
371 * config/powerpc/aix432.mh: Likewise.
372
373 2004-08-11 Joel Brobecker <brobecker@gnat.com>
374
375 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
376
377 2004-08-11 Joel Brobecker <brobecker@gnat.com>
378
379 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
380 this file is now empty.
381 * config/xm-aix4.h: Remove, this file is no longer included
382 anywhere.
383
384 2004-08-11 Joel Brobecker <brobecker@gnat.com>
385
386 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
387 that file is now empty.
388 (termdef): Remove prototype, function no longer used.
389
390 2004-08-11 Joel Brobecker <brobecker@gnat.com>
391
392 * doc/gdbint.texinfo (Host Definition): Remove documentation
393 for USE_O_NOCTTY, no longer used.
394 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
395 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
396
397 2004-08-11 Joel Brobecker <brobecker@gnat.com>
398
399 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
400 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
401 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
402
403 2004-08-11 Mark Kettenis <kettenis@gnu.org>
404
405 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
406 instead of FIVE_ARG_PTRACE.
407
408 * inflow.c (O_NOCTTY): Define to zero if not already defined.
409 (new_tty): Use O_NOCTTY unconditionally.
410
411 2004-08-10 Mark Kettenis <kettenis@gnu.org>
412
413 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
414 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
415 fflush on stdout.
416
417 2004-08-10 Joel Brobecker <brobecker@gnat.com>
418
419 * xcoff_symfile_finish: Replace last call to xmfree by call
420 to xfree.
421
422 2004-08-10 Andrew Cagney <cagney@gnu.org>
423
424 * main.c (captured_main): Delete call to init_malloc.
425 * defs.h (init_malloc): Delete declaration.
426 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
427 (init_malloc): Delete functions.
428
429 * defs.h (xmfree): Delete.
430 * utils.c (xmfree): Delete function.
431 (xfree): Inline calls to xmfree and mfree.
432 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
433 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
434 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
435 * somread.c (som_symfile_finish): Ditto.
436 * objfiles.c (allocate_objfile, free_objfile):
437 * nlmread.c (nlm_symfile_finish): Ditto.
438 * hpread.c (hpread_symfile_finish): Ditto.
439 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
440 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
441 * coffread.c (coff_symfile_finish): Ditto.
442
443 * defs.h (xmcalloc): Delete declaration.
444 * utils.c (xmcalloc): Delete.
445 (xcalloc): Inline calls to xmcalloc and mcalloc.
446 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
447 xcalloc and xfree.
448 * symtab.c (create_demangled_names_hash): Ditto.
449
450 * defs.h (xmrealloc): Delete.
451 * utils.c (xmrealloc): Delete.
452 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
453 * symmisc.c (extend_psymbol_list): Use xrealloc.
454 * source.c (find_source_lines): Ditto.
455 * hpread.c (hpread_lookup_type): Ditto.
456 * dbxread.c (add_bincl_to_list): Ditto.
457
458 * utils.c (xmmalloc): Delete.
459 (xmalloc): Inline xmmalloc and mmalloc calls.
460 (msavestring): Use xmalloc.
461 * defs.h (xmmalloc): Delete declaration.
462 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
463 xmmalloc.
464 * symmisc.c (extend_psymbol_list): Ditto.
465 * symfile.c (init_psymbol_list): Ditto.
466 * source.c (find_source_lines): Ditto.
467 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
468 * elfread.c (elf_symtab_read): Ditto.
469 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
470 * coffread.c (coff_symfile_init): Ditto.
471
472 2004-08-10 David Carlton <carlton@bactrian.org>
473
474 * MAINTAINERS: Remove David Carlton from c++ testsuite
475 maintainers.
476
477 2004-08-10 Jerome Guitton <guitton@gnat.com>
478
479 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
480 print a line feed before the prompt.
481
482 2004-08-10 Mark Kettenis <kettenis@gnu.org>
483
484 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
485
486 2004-08-09 Joel Brobecker <brobecker@gnat.com>
487
488 General cleanup of the AIX xm include file:
489 * config/xm-aix4.h (fd_set): Remove undefine.
490 Remove include of <sys/select.h>.
491 (HAVE_TERMIO): Remove define.
492 (USG): Likewise.
493 (NULL): Remove redefine.
494 (alloca): Remove #pragma.
495 (vfork): Remove define.
496 (termdef): Remove.
497 (SIGWINCH_HANDLER): Remove.
498 (SIGWINCH_HANDLER_BODY): Remove.
499
500 2004-08-09 Mark Kettenis <kettenis@gnu.org>
501
502 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
503 GDB_OSABI_OPENBSD_ELF.
504
505 2004-08-07 Robert Millan <robertmh@gnu.org>
506
507 * bsd-kvm.c: Check for nlist.h before including it.
508
509 2004-08-09 Mark Kettenis <kettenis@gnu.org>
510
511 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
512 sigcontext' offset consistency checks for ancient BSD.
513
514 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
515
516 * configure.in: Check for <sys/types.h>. Check return and
517 argument types of ptrace.
518 * configure, config.in: Regenerate.
519
520 2004-08-09 Jim Blandy <jimb@redhat.com>
521
522 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
523 rs6000_register_sim_regno): Doc fixes.
524
525 2004-08-08 Joel Brobecker <brobecker@gnat.com>
526
527 * mips-tdep.c: Include "floatformat.h".
528 (n32n64_floatformat_always_valid): New function.
529 (floatformat_n32n64_long_double_big): New constant.
530 (mips_gdbarch_init): Set size and format of long double
531 for N32 and N64 ABIs.
532 * Makefile.in (mips-tdep.o): Update dependencies.
533
534 2004-08-08 Andrew Cagney <cagney@gnu.org>
535
536 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
537 print. Improve script's error messages.
538 * gdbarch.h: Re-generate.
539
540 * gdbarch.sh (pformat): New function.
541 (float_format, double_format, long_double_format): List with bit
542 members. Use pformat when printing.
543 * gdbarch.c, gdbarch.h: Re-generate.
544
545 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
546
547 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
548 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
549 (ppcnbsd_supply_pcb): New function.
550 (_initialize_ppcnbsd_nat): New prototype and function.
551 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
552 (LOADLIBES): New variable.
553 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
554
555 2004-08-08 Andrew Cagney <cagney@gnu.org>
556
557 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
558 (builtin_type_ieee_double, builtin_type_ia64_quad)
559 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
560 BE/LE floating-point types.
561 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
562 (builtin_type_ieee_double, builtin_type_ia64_quad)
563 (builtin_type_ia64_spill): Declare.
564 * doublest.c (_initialize_doublest, floatformat_ieee_single)
565 (floatformat_ieee_double, floatformat_arm_ext)
566 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
567 of LE/BE floatformats.
568 * doublest.h: (struct floatformat, floatformat_ieee_single)
569 (floatformat_ieee_double, floatformat_arm_ext)
570 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
571
572 2004-08-08 Mark Kettenis <kettenis@gnu.org>
573
574 * i386gnu-nat.c (gnu_store_registers): Fix typo.
575
576 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
577 instead of regcache_raw_supply when storing the registers.
578
579 * i386gnu-nat.c: Update copyright year.
580 (gnu_store_registers): Don't use deprecated_registers and
581 deprecated_registers_valid. Use regcache_valid_p and
582 regcache_raw_supply instead.
583
584 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
585 frame_pc_unwind.
586
587 * procfs.c (procfs_pid_to_str): Remove redundant and unused
588 variables. Incapitalized "process".
589
590 * configure.in: Add cursesX to the list of possible curses libs.
591 Add cursesX.h to the list of possible curses headers.
592 * configure, config.in: Regenerate.
593
594 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
595
596 * configure.in: Test for struct lwp in <sys/lwp.h>.
597 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
598 the offset of l_addr in struct lwp.
599
600 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
601
602 * bsd-kvm.c: Include "gdbcore.h"
603 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
604
605 2004-08-07 Andrew Cagney <cagney@gnu.org>
606
607 * gdbtypes.c (build_flt, build_complex): New functions.
608 (gdbtypes_post_init): Use.
609
610 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
611
612 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
613 through to builtin_type_uint128.
614
615 * c-exp.y: Use builtin_type function to obtain builtin types.
616
617 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
618 builtin_uint128.
619 * gdbtypes.c (gdbtypes_post_init): Update.
620 (build_gdbtypes): Move initialization of builtin_type_int0
621 through to builtin_type_uint128 from here ...
622 (_initialize_gdbtypes): ... to here.
623 * d10v-tdep.c (d10v_register_type): Update.
624
625 * doublest.c: Update copyright.
626 (floatformat_from_length): Call error when floatformat is NULL.
627 (extract_floating_by_length): Remove NULL fmt check.
628 (store_floating_by_length): Ditto.
629
630 2004-08-07 Andrew Cagney <cagney@gnu.org>
631
632 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
633 that the register is valid.
634
635 2004-08-05 Mark Kettenis <kettenis@chello.nl>
636
637 * i386-linux-tdep.c (i386_linux_sigtramp_start)
638 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
639 struct frame_info *. Use safe_frame_unwind_memory instead of
640 deprecated_read_memory_nobpt.
641 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
642 changed signature of i386_linux_sigtramp_start and
643 i386_linux_rt_sigtramp_start.
644
645 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
646 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
647 instead of deprecated_read_memory_nobpt.
648 (i386nbsd_sigtramp_p): Adjust for changed signature of
649 i386nbsd_sigtramp_offset.
650
651 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
652 safe_frame_unwind_memory instead of target_read_memory.
653
654 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
655 !NO_SYS_FILE.
656 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
657 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
658 (_initialize_kernel_u_addr): Remove prototype and function.
659 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
660 !NO_SYS_FILE.
661 * xcoffread.c: Likewise.
662
663 2004-08-06 Mark Kettenis <kettenis@gnu.org>
664
665 * vax-nat.c: New file.
666 * vaxbsd-nat.c: Tweak comment.
667 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
668 vaxnbsd-tdep.c.
669 (vax-nat.o): New dependency.
670 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
671 (vax-*-ultrix2*): Remove.
672 * config/vax/vax.mh: New file.
673 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
674 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
675 (vax_register_u_addr): New prototype.
676 (REGISTER_U_ADDR): Define using vax_register_u_addr.
677 * config/vax/vaxult2.mh: Remove file.
678 * config/vax/vaxult.mh: Remove file.
679 * config/vax/vaxbsd.mh: Remove file.
680 * config/vax/vax.mt (TM_FILE): Remove.
681 * config/vax/tm-vaxbsd.h: Remove file.
682
683 2004-08-06 Joel Brobecker <brobecker@gnat.com>
684
685 * aix-thread.c (get_signaled_thread): New function.
686 (iter_trap): Delete, no longer used.
687 (iter_tid): New function.
688 (pd_update): Find the thread that received the SIGTRAP signal
689 by first locating the kernel thread, and then finding its
690 associated thread.
691
692 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
693
694 * lin-lwp.c (child_wait): Continue inferior after processing
695 PTRACE_EVENT_CLONE event.
696
697 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
698
699 * MAINTAINERS: Add self to Write-After-Approval.
700
701 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
702
703 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
704 libunwind-xxxx.so" where xxxx is UNW_TARGET.
705
706 2004-08-05 Andrew Cagney <cagney@gnu.org>
707
708 * config/xm-sysv4.h: Delete file.
709 * config/mips/xm-irix5.h: Delete file.
710 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
711 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
712 * config/ia64/xm-aix.h: Delete file.
713 * config/ia64/aix.mh (XM_FILE): Delete.
714 * config/pa/xm-hppah.h: Delete file.
715 * config/pa/hpux11w.mh (XM_FILE): Delete.
716 * config/pa/hpux11.mh (XM_FILE): Delete.
717 * config/pa/hpux1020.mh (XM_FILE): Delete.
718 * config/pa/hppahpux.mh (XM_FILE): Delete.
719
720 * config/alpha/xm-alphalinux.h: Delete file.
721 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
722 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
723 * config/alpha/xm-alphaosf.h: Delete file.
724 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
725 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
726 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
727 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
728
729 * config/i386/xm-i386v.h: Delete file.
730 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
731 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
732 * config/i386/xm-i386sco.h: Delete file.
733 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
734 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
735 * config/i386/xm-i386v4.h: Delete file.
736 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
737 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
738 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
739 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
740
741 * config/vax/xm-vax.h: Delete file.
742 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
743 * config/vax/xm-vaxult2.h: Delete file.
744 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
745 * config/vax/vaxult2.mh (XM_FILE): Delete.
746 * config/vax/xm-vaxult.h: Delete file.
747 * config/vax/vaxult.mh (XM_FILE): Delete.
748 * config/vax/xm-vaxbsd.h: Delete file.
749 * config/vax/vaxbsd.mh (XM_FILE): Delete.
750
751 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
752 * gdbarch.h, gdbarch.c: Re-generate.
753 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
754 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
755 * frame.h: Delete deprecated_read_fp from comments.
756 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
757 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
758
759 2004-08-04 Mark Kettenis <kettenis@gnu.org>
760
761 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
762 trampoline in OpenBSD 3.5-current.
763
764 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
765 SSE registers.
766
767 * Makefile.in: Remove embedded page breaks.
768
769 2004-08-04 Jim Blandy <jimb@redhat.com>
770
771 * regcache.c (regcache_raw_read): Assert that, after calling
772 target_fetch_registers, the register we're reading is cached.
773
774 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
775 a call to 'internal_error', with a more helpful error message.
776 * rs6000-tdep.c (e500_pseudo_register_read,
777 e500_pseudo_register_write, rs6000_store_return_value): Same.
778
779 2004-08-04 Andrew Cagney <cagney@gnu.org>
780
781 * Makefile.in: Update dependencies.
782
783 2004-08-04 Jim Blandy <jimb@redhat.com>
784
785 Change the layout of the PowerPC E500 raw register cache to allow
786 the lower 32-bit halves of the GPRS to be their own raw registers,
787 not pseudoregisters.
788 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
789 add ppc_ev0_upper_regnum flag.
790 * rs6000-tdep.c: #include "reggroups.h".
791 (spe_register_p): Recognize the ev upper half registers as SPE
792 registers.
793 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
794 registers.
795 (e500_move_ev_register): New function.
796 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
797 vector registers are the pseudo-registers now, formed by splicing
798 together the gprs and the upper-half registers.
799 (e500_register_reggroup_p): New function.
800 (P): Macro deleted.
801 (P8, A4): New macro.
802 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
803 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
804 macros.
805 (registers_e500): Rearrange register set so that the raw register
806 set contains 32-bit GPRs and upper-half registers, and the SPE
807 vector registers become pseudo-registers.
808 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
809 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
810 register numbers are now the same for the E500 as they are for
811 other PowerPC variants. Register e500_register_reggroup_p as the
812 register group function for the E500.
813 * Makefile.in (rs6000-tdep.o): Update dependencies.
814
815 Adapt PPC E500 native support to the new raw regcache layout.
816 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
817 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
818 (fetch_spe_register, store_spe_register): Handle fetching/storing
819 all the SPE registers at once, if regno == -1. These now take
820 over the job of fetch_spe_registers and store_spe_registers.
821 (fetch_spe_registers, store_spe_registers): Deleted.
822 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
823 unconditionally; they're always raw. Fetch/store SPE upper half
824 registers, if present, instead of ev registers.
825 (fetch_register, store_register): Remove sanity checks: gprs are
826 never pseudo-registers now, so we never need to even mention any
827 registers that are ever pseudoregisters.
828
829 Use a fixed register numbering when communicating with the PowerPC
830 simulator.
831 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
832 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
833 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
834 New functions.
835 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
836 init_sim_regno_table.
837 * Makefile.in (gdb_sim_ppc_h): New variable.
838 (rs6000-tdep.o): Update dependencies.
839
840 2004-08-02 Andrew Cagney <cagney@gnu.org>
841
842 * cris-tdep.c (cris_register_size): Restore function, still used
843 locally.
844
845 * gdbarch.sh (deprecated_target_read_fp)
846 (deprecated_frame_locals_address, deprecated_frame_args_address)
847 (deprecated_frame_chain_valid, deprecated_frame_chain)
848 (deprecated_init_extra_frame_info, deprecated_pop_frame)
849 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
850 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
851 * gdbarch.h, gdbarch.c: Re-generate.
852 * regcache.c (deprecated_read_fp): Do not call
853 DEPRECATED_TARGET_READ_FP_P.
854 * infcmd.c (default_print_registers_info): Do not call
855 DEPRECATED_DO_REGISTERS_INFO.
856 * frame-base.c (default_frame_locals_address): Do not call
857 DEPRECATED_FRAME_LOCALS_ADDRESS.
858 (default_frame_args_address): Do not call
859 DEPRECATED_FRAME_ARGS_ADDRESS.
860
861 * gdbarch.sh (deprecated_register_raw_size)
862 (deprecated_register_virtual_size:int): Delete.
863 * gdbarch.h, gdbarch.c: Re-generate.
864 * cris-tdep.c (cris_register_size): Delete.
865 (cris_gdbarch_init): Update.
866 * alpha-tdep.c (alpha_register_raw_size)
867 (alpha_register_virtual_size): Delete.
868 (alpha_gdbarch_init): Update.
869
870 * gdbarch.sh (deprecated_register_virtual_type)
871 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
872 (deprecated_dummy_write_sp): Delete.
873 * gdbarch.h, gdbarch.c: Re-generate.
874
875 * gdbarch.sh (deprecated_register_bytes): Delete.
876 * gdbarch.h, gdbarch.c: Re-generate.
877 * regcache.c (deprecated_register_bytes): New function.
878 * regcache.h (deprecated_register_bytes): Declare.
879 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
880 * v850-tdep.c (v850_gdbarch_init): Update.
881 * sh64-tdep.c (sh64_gdbarch_init): Update.
882 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
883 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
884 * mcore-tdep.c (mcore_gdbarch_init): Update.
885 * cris-tdep.c (cris_gdbarch_init): Update.
886 * arm-tdep.c (arm_gdbarch_init): Update.
887 * remote.c (init_remote_state): Update.
888 * remote-vx.c (vx_prepare_to_store): Update.
889 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
890 * irix5-nat.c (fetch_core_registers): Update.
891 * cris-tdep.c (cris_register_bytes_ok): Update.
892 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
893
894 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
895 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
896 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
897 (mips_insn16_frame_base_address, mips_insn16_frame_base)
898 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
899 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
900 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
901 (mips_insn32_frame_base_address, mips_insn32_frame_base)
902 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
903 with mips_insn16 and mips_insn32.
904
905 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
906 * rs6000-tdep.c (rs6000_push_dummy_call)
907 (rs6000_extract_return_value): Use register_size.
908 * xstormy16-tdep.c (xstormy16_get_saved_register)
909 (xstormy16_extract_return_value): Ditto.
910 * valops.c (value_assign): Ditto.
911 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
912 * v850-tdep.c (v850_extract_return_value): Ditto.
913 * tracepoint.c (collect_symbol): Ditto.
914 * target.c (debug_print_register): Ditto.
915 * stack.c (frame_info): Ditto.
916 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
917 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
918 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
919 (store_register_using_P): Ditto.
920 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
921 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
922 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
923 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
924 * regcache.c (deprecated_read_register_bytes)
925 (deprecated_write_register_bytes, read_register)
926 (write_register): Ditto.
927 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
928 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
929 * monitor.c (monitor_supply_register, monitor_fetch_register)
930 (monitor_store_register): Ditto.
931 * mn10300-tdep.c (mn10300_pop_frame_regular)
932 (mn10300_print_register): Ditto.
933 * mipsv4-nat.c (fill_fpregset): Ditto.
934 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
935 (mips64_fill_fpregset): Ditto.
936 * mi/mi-main.c (register_changed_p, get_register)
937 (mi_cmd_data_write_register_values): Ditto.
938 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
939 * irix5-nat.c (fill_gregset, fetch_core_registers):
940 * infrun.c (write_inferior_status_register): Ditto.
941 * infptrace.c (fetch_register, store_register): Ditto.
942 * infcmd.c (default_print_registers_info): Ditto.
943 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
944 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
945 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
946 * hpux-thread.c (hpux_thread_fetch_registers)
947 (hpux_thread_store_registers): Ditto.
948 * hppah-nat.c (store_inferior_registers, fetch_register):
949 * findvar.c (value_from_register): Ditto.
950 * dve3900-rom.c (fetch_bitmapped_register):
951 * cris-tdep.c (cris_gdbarch_init): Ditto.
952 * alpha-tdep.h: Ditto.
953 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
954
955 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
956 DEPRECATED_REGISTER_RAW_SIZE from comments.
957 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
958 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
959 DEPRECATED_REGISTER_RAW_SIZE.
960 * findvar.c (value_of_register): Simplify by assuming that the
961 registers raw and virtual sizes are identical.
962 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
963 comment.
964 * arch-utils.c (generic_register_size): Simplify by assuming
965 register_type.
966
967 * regcache.c (legacy_read_register_gen, real_register)
968 (legacy_write_register_gen): Delete, not used.
969
970 * regcache.c (struct regcache_descr): Delete legacy_p.
971 (init_legacy_regcache_descr): Delete function.
972 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
973 Do not use deprecated register functions.
974 (regcache_raw_read, deprecated_write_register_gen):
975 (deprecated_read_register_gen, regcache_raw_write): Delete code
976 predicated on legacy_p.
977 (register_size): Delete check against register raw size.
978
979 * cris-tdep.c (cris_register_type): Replace
980 cris_register_virtual_type.
981 (cris_gdbarch_init): Update, set register_type.
982
983 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
984 * gdbarch.h, gdbarch.c: Re-generate.
985 * arm-tdep.c (arm_frameless_function_invocation): Delete.
986 (arm_gdbarch_init) Do not set frameless function invocation.
987 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
988 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
989 * frv-tdep.c (frv_frameless_function_invocation): Delete.
990 (frv_gdbarch_init): Do not set frameless function invocation.
991 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
992 * sh-tdep.c (sh_gdbarch_init): Ditto.
993 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
994 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
995 * avr-tdep.c (avr_gdbarch_init): Ditto.
996
997 * blockframe.c (legacy_frame_chain_valid): Delete function.
998
999 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1000 and pc. Update comments.
1001 (pc_in_dummy_frame): Delete function.
1002 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1003 use the "id".
1004 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1005 call_hi, top and pc, use the id.
1006 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1007
1008 * dummy-frame.c: Include "gdb_string.h".
1009 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1010 (generic_save_dummy_frame_tos): Delete.
1011 (dummy_frame_push): New function, replaces above.
1012 * dummy-frame.h: Update copyright.
1013 (dummy_frame_push): Declare.
1014 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1015 (generic_save_call_dummy_addr): Delete declarations.
1016 * infcall.c: Include "dummy-frame.h".
1017 (call_function_by_hand): Add locals caller_regcache,
1018 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1019 with call to frame_save_as_regcache plus cleanup. Delete calls to
1020 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1021 Move clear_proceed_status to just before the resume, add call to
1022 dummy_frame_push (discard cleanup).
1023 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1024 (dummy-frame.o): Add $(gdb_string_h).
1025
1026 2004-08-01 Andrew Cagney <cagney@gnu.org>
1027
1028 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1029 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1030 * dummy-frame.c (find_dummy_frame): Delete.
1031 (struct dummy_frame_cache, dummy_frame_sniffer)
1032 (dummy_frame_prev_register, dummy_frame_this_id)
1033 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1034 frame unwinder using a dummy_frame_cache.
1035
1036 2004-08-01 Andrew Cagney <cagney@gnu.org>
1037
1038 * frame.h (frame_save_as_regcache): Declare.
1039 * frame.c (frame_save_as_regcache): New function.
1040 (do_frame_read_register): Replace do_frame_unwind_register.
1041 (frame_pop): Use frame_save_as_regcache.
1042 * dummy-frame.c (generic_push_dummy_frame): Use
1043 frame_save_as_regcache.
1044
1045 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1046
1047 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1048 file as included until we record the first line in the linetable.
1049
1050 2004-08-01 Andrew Cagney <cagney@gnu.org>
1051
1052 * frame.h (deprecated_pop_dummy_frame)
1053 (deprecated_read_register_dummy)
1054 (deprecated_generic_find_dummy_frame): Delete.
1055 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1056 (deprecated_read_register_dummy)
1057 (deprecated_find_dummy_frame_regcache)
1058 (discard_innermost_dummy)
1059 (deprecated_pop_dummy_frame): Delete.
1060 (dummy_frame_this_id): Simplify.
1061 (struct dummy_frame): Delete "fp" and "sp".
1062 (find_dummy_frame): Simplify.
1063 (generic_push_dummy_frame): Do not set "fp" or "sp".
1064 (fprint_dummy_frames): Do not print "fp" and "sp"
1065
1066 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1067
1068 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1069 (struct i386_insn): New structure.
1070 (i386_match_insn): New function.
1071 (i386_frame_setup_skip_insns): New variable.
1072 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1073 array i386_frame_setup_insns of instructions that should be
1074 skipped inside the frame setup sequence.
1075
1076 2004-08-01 Andrew Cagney <cagney@gnu.org>
1077
1078 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1079 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1080 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1081 * stack.c (frame_info): Delete references to
1082 DEPRECATED_FRAME_INIT_SAVED_REGS and
1083 deprecated_get_frame_saved_regs.
1084 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1085 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1086 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1087 (frame_unwind_register_signed)
1088 (frame_unwind_register_unsigned)
1089 (frame_unwind_unsigned_register): Use register_size.
1090 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1091 (deprecated_frame_xmalloc_with_cleanup)
1092 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1093 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1094
1095 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1096 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1097 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1098 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1099
1100 * infcall.c (call_function_by_hand): Do not use
1101 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1102 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1103 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1104 DEPRECATED_STACK_ALIGN.
1105
1106 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1107
1108 Committed by Andrew Cagney.
1109 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1110
1111 2004-08-01 Andrew Cagney <cagney@gnu.org>
1112
1113 * mips-tdep.c (mips16_frame_cache)
1114 (mips16_frame_this_id, mips16_frame_prev_register)
1115 (mips16_frame_unwind, mips16_frame_sniffer)
1116 (mips16_frame_base_address, mips16_frame_base)
1117 (mips16_frame_base_sniffer, mips32_frame_cache)
1118 (mips32_frame_this_id, mips32_frame_prev_register)
1119 (mips32_frame_unwind, mips32_frame_sniffer)
1120 (mips32_frame_base_address, mips32_frame_base)
1121 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1122 separate heuristic mips16 and mips32 unwinders.
1123 (mips_stub_frame_cache, mips_stub_frame_this_id)
1124 (mips_stub_frame_prev_register)
1125 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1126 (mips_stub_frame_base_address, mips_stub_frame_base)
1127 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1128 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1129 match true mdebug frames.
1130 (non_heuristic_proc_desc): Add forward declaration.
1131
1132 2004-08-01 Andrew Cagney <cagney@gnu.org>
1133
1134 * config/mips/tm-irix6.h: Delete file.
1135 * config/mips/tm-irix5.h: Delete file.
1136 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1137 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1138
1139 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1140 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1141 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1142 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1143 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1144 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1145 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1146 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1147 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1148 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1149 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1150 (TARGET_SIGNAL_RAW_VALUES): Delete.
1151 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1152 Delete.
1153 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1154 (TARGET_HW_WATCH_LIMIT): Delete.
1155 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1156 * minimon.h: Delete file.
1157
1158 * trad-frame.c (trad_frame_get_this_base)
1159 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1160 functions.
1161 * trad-frame.h (trad_frame_set_this_base)
1162 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1163
1164 2004-07-31 Andrew Cagney <cagney@gnu.org>
1165
1166 * trad-frame.c (trad_frame_get_prev_register): Rename
1167 trad_frame_get_prev_register.
1168 * vax-tdep.c (vax_frame_prev_register): Update.
1169 * trad-frame.h: Update.
1170 * trad-frame.c (trad_frame_get_register): Update.
1171 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1172 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1173 Update.
1174 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1175 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1176 Update.
1177 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1178 Update.
1179 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1180 Update.
1181 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1182 Update.
1183 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1184 Update.
1185 * s390-tdep.c (s390_frame_prev_register)
1186 (s390_stub_frame_prev_register)
1187 (s390_sigtramp_frame_prev_register): Update.
1188 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1189 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1190 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1191 * m88k-tdep.c (m88k_frame_prev_register)
1192 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1193 * m32r-tdep.c (m32r_frame_prev_register): Update.
1194 * hppa-tdep.c (hppa_frame_prev_register_helper)
1195 * frv-tdep.c (frv_frame_prev_register): Update.
1196 * d10v-tdep.c (d10v_frame_prev_register): Update.
1197 * cris-tdep.c (cris_frame_prev_register): Update.
1198 * avr-tdep.c (avr_frame_prev_register): Update.
1199 * arm-tdep.c (arm_prologue_prev_register)
1200 (arm_sigtramp_prev_register): Update.
1201
1202 2004-07-31 Andrew Cagney <cagney@gnu.org>
1203
1204 * frame.h (legacy_saved_regs_unwind)
1205 (legacy_frame_chain_valid, legacy_frame_p)
1206 (enum frame_type): Delete UNKNOWN_FRAME.
1207 * dummy-frame.c (dummy_frame_this_id): Simplify.
1208 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
1209 * frame.c (struct frame_info): Delete the field "type".
1210 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1211 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1212 (legacy_saved_regs_unwind, legacy_frame_p)
1213 (frame_type_from_pc): Delete.
1214 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1215 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1216
1217 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1218
1219 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1220 indentation.
1221
1222 * mips-nat.c: Remove file.
1223 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1224 (mips-nat.o): Remove dependency.
1225
1226 * infptrace.c: Update copyright year.
1227 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1228 explicitly setting the buffer to all zeroes.
1229
1230 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1231 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1232
1233 2004-07-30 Andrew Cagney <cagney@gnu.org>
1234
1235 * GDB 6.2 released from gdb_6_2-branch.
1236
1237 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1238
1239 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1240
1241 * exec.c (exec_file_attach):
1242 * nto-tdep.c (nto_find_and_open_solib):
1243 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1244 * solib.c (solib_open):
1245 * somsolib.c (som_solib_sizeof_symbol_table):
1246 * source.c (is_regular_file, openp, open_source_file):
1247 * symfile.c (symfile_bfd_open):
1248 * wince.c (upload_to_device): Differentiate between the search for
1249 binary and source files.
1250
1251 2004-07-30 Andrew Cagney <cagney@gnu.org>
1252
1253 * complaints.c (_initialize_complaints): Pass NULL to
1254 add_setshow_zinteger_cmd for help_doc.
1255 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1256
1257 2004-07-30 Andrew Cagney <cagney@gnu.org>
1258
1259 Fix PR i18n/761.
1260 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1261 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1262 $(PACKAGE).pot and update-po.
1263 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1264 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1265 (update-po): New rules.
1266 (localedir): Define using autoconf.
1267 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1268 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1269 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1270 * configure.in: Generate CATALOGS and LINGUAS from contents of
1271 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1272 * configure: Re-generate.
1273 * po/gdbtext: New file
1274
1275 2004-07-30 Jerome Guitton <guitton@gnat.com>
1276
1277 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1278 order.
1279
1280 2004-07-30 David Lecomber <dsl@sources.redhat.com>
1281
1282 * dwarf2read.c (read_file_scope): Set producer if attribute
1283 present.
1284 (struct dwarf2_cu): Added new member producer.
1285
1286 2004-07-30 Jerome Guitton <guitton@gnat.com>
1287
1288 * inflow.c (kill_command): release file handles in BFD.
1289 * exec.c (exec_file_attach): Ditto.
1290 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1291
1292 2004-07-29 Andrew Cagney <cagney@gnu.org>
1293
1294 * PROBLEMS (mips-irix): Note that it is broken.
1295
1296 2004-07-29 Andrew Cagney <cagney@gnu.org>
1297
1298 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1299 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1300
1301 * config/xm-nbsd.h: Delete file.
1302 * config/arm/xm-nbsd.h: Delete file.
1303 * config/i386/xm-nbsd.h: Delete file.
1304 * config/ns32k/xm-nbsd.h: Delete file.
1305 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
1306 * config/i386/nbsdelf.mh (XM_FILE): Delete.
1307 * config/i386/nbsdaout.mh (XM_FILE): Delete.
1308 * config/arm/nbsdelf.mh (XM_FILE): Delete.
1309 * config/arm/nbsdaout.mh (XM_FILE): Delete.
1310
1311 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
1312 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
1313 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
1314 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
1315 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
1316 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
1317
1318 * config/powerpc/xm-linux.h: Delete empty file.
1319 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
1320 * config/powerpc/linux.mh (XM_FILE): Delete.
1321 * config/m68k/xm-linux.h: Delete empty file.
1322 * config/m68k/linux.mh (XM_FILE): Delete.
1323 * config/ia64/xm-linux.h: Delete empty file.
1324 * config/ia64/linux.mh (XM_FILE): Delete.
1325 * config/arm/xm-linux.h: Delete empty file.
1326 * config/arm/linux.mh (XM_FILE): Delete.
1327
1328 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1329 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
1330 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1331 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
1332 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1333 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
1334 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1335 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
1336
1337 * config/m68k/xm-m68k.h: Delete file.
1338 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
1339 copyright.
1340 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
1341 * config/pa/xm-linux.h: Delete empty file.
1342 * config/pa/linux.mh (XM_FILE): Delete.
1343 * config/i386/xm-i386.h: Delete empty file.
1344 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
1345 "i386/xm-i386.h".
1346 * config/i386/obsdaout.mh (XM_FILE): Delete.
1347 * config/i386/obsd64.mh (XM_FILE): Delete.
1348 * config/i386/fbsd64.mh (XM_FILE): Delete.
1349 * config/i386/nto.mh (XM_FILE): Delete.
1350 * config/i386/obsd.mh (XM_FILE): Delete.
1351 * config/i386/linux64.mh (XM_FILE): Delete.
1352 * config/i386/linux.mh (XM_FILE): Delete.
1353 * config/i386/i386sol2.mh (XM_FILE): Delete.
1354 * config/i386/i386gnu.mh (XM_FILE): Delete.
1355 * config/i386/fbsd.mh (XM_FILE): Delete.
1356 * config/i386/nbsd64.mh (XM_FILE): Delete.
1357
1358 2004-07-29 Andrew Cagney <cagney@gnu.org>
1359
1360 * config/pa/xm-linux.h: Do not include "floatformat.h".
1361 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1362 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1363 * config/i386/xm-i386.h: Do not include "floatformat.h".
1364 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1365 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1366 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1367 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1368 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1369 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1370 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1371 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1372 * configure, config.in: Regenerate.
1373 * configure.host (gdb_host_float_format, gdb_host_double_format)
1374 (gdb_host_long_double_format): Set according to the host.
1375
1376 2004-07-29 Andrew Cagney <cagney@gnu.org>
1377
1378 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1379
1380 2004-07-28 Andrew Cagney <cagney@gnu.org>
1381
1382 * PROBLEMS: Mention threads/1650.
1383 * NEWS: Mention the NPTL fix.
1384
1385 2004-07-28 Andrew Cagney <cagney@gnu.org>
1386
1387 * cli/cli-decode.c (add_setshow_cmd): Delete function.
1388 (add_setshow_cmd_full): Make static.
1389 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
1390 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
1391 * cli/cli-decode.c (add_setshow_filename_cmd)
1392 (add_setshow_string_cmd): New functions.
1393 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
1394 * mips-tdep.c (_initialize_mips_tdep): Update.
1395 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
1396 * cli/cli-logging.c (_initialize_cli_logging): Update.
1397 * complaints.c (_initialize_complaints): Update.
1398 * remote.c (_initialize_remote): Update.
1399
1400 2004-07-28 Andrew Cagney <cagney@gnu.org>
1401
1402 * cli/cli-decode.c (add_setshow_zinteger_cmd)
1403 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
1404 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
1405 print parameters. Make string parameters constant.
1406 * command.h: Update. Update copyright.
1407 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1408 * observer.c (_initialize_observer): Ditto.
1409 * frame.c (_initialize_frame): Ditto.
1410 * complaints.c (_initialize_complaints): Ditto.
1411 * maint.c (_initialize_maint_cmds): Ditto.
1412 * target.c (initialize_targets): Ditto.
1413 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1414 * infcall.c (_initialize_infcall): Ditto.
1415 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1416 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1417 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1418 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
1419 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1420
1421 2004-07-28 Andrew Cagney <cagney@gnu.org>
1422
1423 * gdbtypes.c (lookup_primitive_typename): Delete function.
1424 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
1425 * ada-lex.l: Use language_lookup_primitive_type_by_name.
1426 * gdbtypes.c (lookup_typename): Ditto.
1427 * f-exp.y (yylex): Ditto.
1428 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
1429
1430 * scm-lang.c (c_builtin_types): Delete extern declaration.
1431 (scm_language_defn): Replace
1432 string_char_type and primitive_type_vector with
1433 la_language_arch_info.
1434 * jv-lang.c (java_language_defn): Replace
1435 string_char_type and primitive_type_vector with
1436 la_language_arch_info.
1437 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
1438 c_builtin_types in comment.
1439 * c-lang.h (struct language_arch_info): Declare opaque.
1440 (c_language_arch_info): Declare.
1441 (c_builtin_types): Delete declaration.
1442 * c-lang.c (c_language_arch_info): Set string_char_type to
1443 builtin_char, not builtin_true_char. Make global.
1444 (c_builtin_types): Delete array.
1445 (asm_language_defn, minimal_language_defn): Replace
1446 string_char_type and primitive_type_vector with
1447 la_language_arch_info.
1448
1449 2004-07-28 Andrew Cagney <cagney@gnu.org>
1450
1451 * gdbtypes.h (struct builtin_type): Rename true_char to
1452 builtin_true_char.
1453 * gdbtypes.c (gdbtypes_post_init): Update.
1454 * c-lang.c (arch_info): New function.
1455 (enum c_primitive_types): New enum.
1456 (c_language_defn): Instead of string_char_type and
1457 primitive_type_vector set la_language_arch_info.
1458
1459 2004-07-28 Andrew Cagney <cagney@gnu.org>
1460
1461 * language.h (struct language_arch_info): Fix typo
1462 s/primative/primitive/.
1463 * gdbtypes.c (lookup_primitive_typename): Ditto.
1464 * language.c (language_lookup_primitive_type_by_name)
1465 (unknown_language_arch_info): Ditto.
1466
1467 2004-07-27 Andrew Cagney <cagney@gnu.org>
1468
1469 * defs.h (enum language): Add nr_languages.
1470 * language.h (struct language_arch_info): Define.
1471 (struct language_defn): Add la_language_arch_info.
1472 (language_lookup_primative_type_by_name): Declare.
1473 (language_string_char_type): Declare.
1474 * language.c (_initialize_language, language_gdbarch_post_init)
1475 (struct language_gdbarch, language_gdbarch_data): Implement
1476 per-architecture language information.
1477 (unknown_language_arch_info, language_string_char_type)
1478 (language_lookup_primative_type_by_name): New functions.
1479 (unknown_language_defn, auto_language_defn)
1480 (local_language_defn): Set la_language_arch_info to
1481 unknown_language_arch_info.
1482 (unknown_builtin_types): Delete.
1483 * gdbtypes.c (lookup_primitive_typename): Use
1484 language_lookup_primative_type_by_name.
1485 (create_string_type): Use language_string_char_type.
1486 * values.c (value_from_string): Use language_string_char_type.
1487 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
1488 * p-lang.c (pascal_language_defn): Ditto.
1489 * m2-lang.c (m2_language_defn): Ditto.
1490 * jv-lang.c (java_language_defn): Ditto.
1491 * objc-lang.c (objc_language_defn): Ditto.
1492 * f-lang.c (f_language_defn): Ditto.
1493 * c-lang.c (c_language_defn, cplus_language_defn)
1494 (asm_language_defn, minimal_language_defn): Ditto.
1495
1496 2004-07-27 Andrew Cagney <cagney@gnu.org>
1497
1498 * gdbtypes.h (struct builtin_type): Declare.
1499 (builtin_type): Declare.
1500 * d10v-tdep.c (d10v_register_type): Use builtin_type.
1501 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
1502 (gdbtypes_post_init): New function.
1503 (builtin_type): New function.
1504
1505 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
1506
1507 * remote-m32r-sdi.c: Fix breakpoint bug.
1508 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
1509 recv_char_data, recv_long_data): New functions to replace communication
1510 sequences.
1511
1512 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
1513
1514 Document PR threads/1650.
1515 * PROBLEMS (Threads): Document problem with many threads
1516
1517 2004-07-26 Andrew Cagney <cagney@gnu.org>
1518
1519 * gdb-mi.el: Move from here ...
1520 * mi/gdb-mi.el: ... to here.
1521
1522 2004-07-26 Andrew Cagney <cagney@gnu.org>
1523
1524 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1525 * main.c (captured_main): When in batch mode always detach.
1526
1527 2004-07-26 Andrew Cagney <cagney@gnu.org>
1528
1529 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1530 and h8300 as broken.
1531 * NEWS: END-OF-LIFE frame compatibility module.
1532 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1533 specific comments.
1534
1535 2004-07-26 Andrew Cagney <cagney@gnu.org>
1536
1537 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1538 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1539 * wince.c (_initialize_wince): Update.
1540 * win32-nat.c (_initialize_win32_nat): Update.
1541 * varobj.c (_initialize_varobj): Update.
1542 * valops.c (_initialize_valops): Update.
1543 * utils.c (initialize_utils, initialize_utils): Update.
1544 * tui/tui-win.c (_initialize_tui_win): Update.
1545 * top.c (init_main): Update.
1546 * symfile.c (_initialize_symfile): Update.
1547 * source.c (_initialize_source): Update.
1548 * somsolib.c (_initialize_som_solib): Update.
1549 * solib.c (_initialize_solib): Update.
1550 * solib-frv.c (_initialize_frv_solib): Update.
1551 * serial.c (_initialize_serial): Update.
1552 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
1553 * remote.c (_initialize_remote, _initialize_remote): Update.
1554 * remote-vx.c (_initialize_vx): Update.
1555 * remote-utils.c (_initialize_sr_support): Update.
1556 * remote-sds.c (_initialize_remote_sds): Update.
1557 * remote-mips.c (_initialize_remote_mips): Update.
1558 * remote-e7000.c (_initialize_remote_e7000): Update.
1559 * proc-api.c (_initialize_proc_api): Update.
1560 * printcmd.c: Update.
1561 * parse.c (_initialize_parse): Update.
1562 * pa64solib.c (_initialize_pa64_solib): Update.
1563 * p-valprint.c (_initialize_pascal_valprint): Update.
1564 * monitor.c (_initialize_remote_monitors): Update.
1565 * mips-tdep.c (_initialize_mips_tdep): Update.
1566 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1567 * maint.c (_initialize_maint_cmds): Update.
1568 * lin-lwp.c (_initialize_lin_lwp): Update.
1569 * language.c (_initialize_language): Update.
1570 * kod.c (_initialize_kod): Update.
1571 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
1572 * i386-tdep.c (_initialize_i386_tdep): Update.
1573 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
1574 * gdbarch.sh: Update.
1575 * gdbarch.c: Re-generate.
1576 * gdb-events.sh: Update.
1577 * gdb-events.c: Re-generate.
1578 * frame.c (_initialize_frame): Update.
1579 * exec.c: Update.
1580 * demangle.c (_initialize_demangler): Update.
1581 * dcache.c (_initialize_dcache): Update.
1582 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
1583 * cp-valprint.c (_initialize_cp_valprint): Update.
1584 * corefile.c (_initialize_core): Update.
1585 * command.h: Update.
1586 * cli/cli-decode.h: Update.
1587 * cli/cli-cmds.c (init_cli_cmds): Update.
1588 * charset.c (_initialize_charset): Update.
1589 * breakpoint.c (_initialize_breakpoint): Update.
1590 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
1591 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1592 * aix-thread.c (_initialize_aix_thread): Update.
1593
1594 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1595
1596 Partial fix for PR backtrace/1718.
1597 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
1598 that GCC migrates into the prolugue. Don't handle any
1599 instructions that clobber %ebx.
1600
1601 2004-07-23 Andrew Cagney <cagney@gnu.org>
1602
1603 Use regcache_raw_collect instead of regcache_collect.
1604 * regcache.h (regcache_collect): Delete declaration.
1605 * regcache.c (regcache_colect): Delete function.
1606 * win32-nat.c (do_child_store_inferior_registers): Update.
1607 * sol-thread.c (sol_thread_store_registers): Update.
1608 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
1609 * rs6000-nat.c (store_register): Update.
1610 * remote.c (store_register_using_P, remote_store_registers): Update.
1611 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
1612 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
1613 (fill_vrregset, store_spe_registers, fill_gregset)
1614 (fill_gregset): Update.
1615 * nto-procfs.c (procfs_store_registers): Update.
1616 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
1617 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
1618 * m68klinux-nat.c (store_register, fill_gregset): Update.
1619 * m68k-tdep.c (fill_gregset): Update.
1620 * infptrace.c (store_register): Update.
1621 * i386-nto-tdep.c (i386nto_regset_fill): Update.
1622 * i386-linux-nat.c (store_register, fill_gregset): Update.
1623 * hppa-linux-nat.c (fill_gregset): Update.
1624 * go32-nat.c (store_register): Update.
1625 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
1626 (store_fp_regs): Update.
1627 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
1628 (store_nwfpe_extended, store_fpregister, store_fpregs)
1629 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
1630 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
1631 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
1632 (store_regs_user_thread, store_regs_kernel_thread): Update.
1633
1634 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1635
1636 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
1637 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
1638 encoding.
1639 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
1640 member of `struct comp_unit'.
1641
1642 2004-07-23 Andrew Cagney <cagney@gnu.org>
1643
1644 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
1645 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
1646
1647 2004-07-23 Martin Hunt <hunt@redhat.com>
1648 Kevin Buettner <kevinb@redhat.com>
1649
1650 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
1651 alignment was being added to the offset instead of multiplied.
1652
1653 2004-07-23 Mark Kettenis <kettenis@gnu.org>
1654
1655 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
1656 changed signal trampoline in OpenBSD 3.5-current.
1657
1658 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
1659 <machine/pcb.h> and "bsd-kvm.h".
1660 (sparc64nbsd_supply_pcb): New function.
1661 (_initialize_sparc64nbsd_nat): Renamed from
1662 _initialize_sparcnbsd_nat. Enable libkvm interface.
1663 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
1664 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
1665 (LOADLIBES): New variable.
1666
1667 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
1668
1669 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
1670
1671 2004-07-21 Andrew Cagney <cagney@gnu.org>
1672
1673 Use regcache_raw_supply instead of supply_register.
1674 * regcache.h (supply_register): Delete declaration.
1675 * regcache.c (supply_register): Delete function.
1676 * wince.c (do_child_fetch_inferior_registers): Update.
1677 * win32-nat.c (do_child_fetch_inferior_registers)
1678 (fetch_elf_core_registers): Update.
1679 * v850ice.c (v850ice_fetch_registers): Update.
1680 * thread-db.c (thread_db_store_registers): Update.
1681 * sol-thread.c (sol_thread_store_registers): Update.
1682 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
1683 * rs6000-nat.c (fetch_register): Update.
1684 * rom68k-rom.c (rom68k_supply_one_register): Update.
1685 * remote.c (remote_wait, remote_async_wait): Update.
1686 * remote-st.c (get_hex_regs): Update.
1687 * remote-sim.c (gdbsim_fetch_register): Update.
1688 * remote-sds.c (sds_fetch_registers): Update.
1689 * remote-rdp.c (remote_rdp_fetch_register): Update.
1690 * remote-rdi.c (arm_rdi_fetch_registers): Update.
1691 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
1692 * remote-m32r-sdi.c (m32r_fetch_register): Update.
1693 * remote-hms.c (init_hms_cmds): Update.
1694 * remote-est.c (init_est_cmds): Update.
1695 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
1696 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
1697 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
1698 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
1699 (fetch_register, supply_vrregset, supply_vrregset)
1700 (fetch_spe_registers): Update.
1701 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
1702 * monitor.c (monitor_supply_register): Update.
1703 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
1704 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
1705 (mipsnbsd_supply_fpreg): Update.
1706 * mips-nat.c (fetch_inferior_registers)
1707 (fetch_core_registers): Update.
1708 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
1709 (supply_fpregset, mips64_supply_gregset)
1710 (mips64_supply_fpregset): Update.
1711 * m68klinux-nat.c (fetch_register, supply_gregset)
1712 (supply_fpregset): Update.
1713 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
1714 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
1715 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
1716 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
1717 * infptrace.c (fetch_register): Update.
1718 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
1719 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
1720 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
1721 (gnu_fetch_registers, gnu_store_registers): Update.
1722 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
1723 * i386-linux-nat.c (fetch_register, supply_gregset)
1724 (dummy_sse_values): Update.
1725 * hpux-thread.c (hpux_thread_fetch_registers): Update.
1726 * hppah-nat.c (fetch_register): Update.
1727 * hppa-linux-nat.c (fetch_register, supply_gregset)
1728 (supply_fpregset): Update.
1729 * go32-nat.c (fetch_register): Update.
1730 * dve3900-rom.c (fetch_bitmapped_register)
1731 (_initialize_r3900_rom): Update.
1732 * cris-tdep.c (supply_gregset): Update.
1733 * abug-rom.c (init_abug_cmds): Update.
1734 * core-aout.c (fetch_core_registers): Update.
1735 * armnbsd-nat.c (supply_gregset, supply_fparegset)
1736 (fetch_register, fetch_fp_register): Update.
1737 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
1738 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
1739 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
1740 * alphanbsd-tdep.c (fetch_core_registers): Update.
1741 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
1742 * alpha-nat.c (fetch_osf_core_registers)
1743 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
1744 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
1745 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
1746
1747 2004-07-21 Andrew Cagney <cagney@gnu.org>
1748
1749 * PROBLEMS: Mention breakpoints/1702.
1750 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
1751 that is known to work.
1752
1753 2004-07-21 Andrew Cagney <cagney@gnu.org>
1754
1755 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
1756 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
1757 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
1758 (handle_inferior_event): Wrap call to deprecated
1759 IGNORE_HELPER_CALL in #ifdef.
1760 * config/mips/tm-nbsd.h: Update.
1761
1762 2004-07-20 Jim Blandy <jimb@redhat.com>
1763
1764 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
1765 bfd_mach_ppc has no segment registers.
1766
1767 Include PowerPC SPR numbers for special-purpose registers.
1768 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
1769 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
1770 new member in initializer.
1771 (S, S4, SN4, S64): New macros for defining special-purpose
1772 registers.
1773 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
1774 registers_403, registers_403GC, registers_505, registers_860,
1775 registers_601, registers_602, registers_603, registers_604,
1776 registers_750, registers_e500): Use them.
1777
1778 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
1779 replace references with expression used to initialize variable.
1780
1781 2004-07-20 Andrew Cagney <cagney@gnu.org>
1782
1783 * breakpoint.c (deprecated_read_memory_nobpt): Rename
1784 read_memory_nobpt.
1785 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
1786 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
1787 (s390_sigtramp_frame_sniffer): Update.
1788 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
1789 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
1790 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1791 (mips32_fetch_instruction): Update.
1792 * mcore-tdep.c (get_insn): Update.
1793 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
1794 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
1795 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
1796 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1797 (i386_linux_rt_sigtramp_start): Update.
1798 * i386-linux-nat.c (child_resume): Update.
1799 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
1800 * hppa-linux-tdep.c (insns_match_pattern): Update.
1801 * gdbcore.h: Update.
1802 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
1803 * frame.c (safe_frame_unwind_memory): Update.
1804 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
1805 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
1806 * alpha-tdep.c (alpha_read_insn): Update.
1807
1808 2004-07-20 Andrew Cagney <cagney@gnu.org>
1809
1810 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
1811 containing both bytes and mask. Add "frame_type".
1812 * tramp-frame.c (tramp_frame_start): Update.
1813 (tramp_frame_prepend_unwinder): Update.
1814 * mips-linux-tdep.c (mips_linux_o32_sigframe)
1815 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
1816 (mips_linux_n64_rt_sigframe): Update. Make "static const".
1817 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
1818
1819 2004-07-19 Eli Zaretskii <eliz@gnu.org>
1820
1821 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
1822 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
1823 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
1824 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
1825
1826 2004-07-17 Andrew Cagney <cagney@gnu.org>
1827
1828 * NEWS, PROBLEMS: Update for 6.2.
1829
1830 * README: Update to 6.2.
1831
1832 * utils.c (xvasprintf): Call xstrvprintf.
1833
1834 * parse.c: Update copyright.
1835 (null_post_parser): Eliminate ARGSUSED.
1836
1837 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
1838 * tui/tui-win.c (tui_get_cmd_list): Ditto.
1839 * symfile-mem.c (_initialize_symfile_mem): Ditto.
1840
1841 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
1842 * ppc-linux-nat.c: Use "Linux kernel".
1843 * hppa-linux-tdep.c: Use GNU/Linux.
1844 * hppa-linux-nat.c: Use GNU/Linux.
1845 * dwarfread.c: Add [sic] to use of Linux.
1846
1847 * hppa-linux-nat.c: Do not include <string.h>.
1848 (supply_fpregset): Remove "register" attribute.
1849
1850 * solib-frv.c (fetch_loadmap): Use xfree, not free.
1851
1852 2004-07-17 Mark Kettenis <kettenis@gnu.org>
1853
1854 * configure.in: Define _MSE_INT_H on Solaris 9 too.
1855 * configure, config.in: Regenerated.
1856
1857 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
1858 "bsd-kvm.h".
1859 (vaxbsd_supply_pcb): New function.
1860 (_initialize_vaxbsd_nat): New prototype and function.
1861 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
1862 solib-sunos.o.
1863 (LOADLIBES): New variable.
1864 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1865 (LOADLIBES): New variable.
1866 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1867 (LOADLIBES): New variable.
1868 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1869
1870 2004-07-16 Andrew Cagney <cagney@gnu.org>
1871
1872 * defs.h (event_loop_p): Replace variable declaration with macro,
1873 always 1.
1874 * main.c (captured_main): Delete options "-async" and "-noasync".
1875 (event_loop_p): Delete variable.
1876 * NEWS: Mention that "-async" and "-noasync" were removed.
1877
1878 2004-07-16 Andrew Cagney <cagney@gnu.org>
1879
1880 * remote-m32r-sdi.c: Re-indent.
1881
1882 2004-07-16 Jim Blandy <jimb@redhat.com>
1883
1884 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
1885 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
1886 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
1887 missing MPC823 SPRs.
1888 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
1889 incorrect. (This was corrected in GDB's register name tables on
1890 2004-07-14.)
1891
1892 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
1893 should be "esasrr" ("ESA Save and Restore Register").
1894
1895 2004-07-16 Andrew Cagney <cagney@gnu.org>
1896
1897 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
1898 calls, no longer applicable. Update comments and rename parameter
1899 "step_frame" to "return_frame".
1900
1901 2004-07-16 Andrew Cagney <cagney@gnu.org>
1902
1903 * frame.c (fprint_field): New function.
1904 (fprint_frame_id): Use fprint_field.
1905
1906 2004-07-15 Joel Brobecker <brobecker@gnat.com>
1907
1908 * ada-lang.c (ada_language_defn): Remove commented out code.
1909
1910 2004-07-15 Jim Blandy <jimb@redhat.com>
1911
1912 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
1913 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
1914
1915 2004-07-14 Jim Blandy <jimb@redhat.com>
1916
1917 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
1918
1919 * ppc-tdep.h (ppc_num_vrs): New enum constant.
1920
1921 * ppc-tdep.h (ppc_num_srs): New enum constant.
1922
1923 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
1924 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
1925 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
1926 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
1927 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
1928 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
1929 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
1930 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
1931 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
1932 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
1933 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
1934 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
1935 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
1936 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
1937 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
1938 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
1939 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
1940 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
1941 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
1942 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
1943 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
1944 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
1945 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
1946 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
1947 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
1948 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
1949 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
1950 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
1951 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
1952 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
1953 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
1954 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
1955 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
1956 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
1957 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
1958 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
1959 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
1960 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
1961 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
1962 special-purpose register numbers.
1963
1964 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
1965 manual mentions 'md_twb', but many mention 'm_twb', and at that
1966 point in the register list.)
1967
1968 2004-07-14 Andrew Cagney <cagney@gnu.org>
1969
1970 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
1971 instead of "internal-error".
1972
1973 2004-07-10 Joel Brobecker <brobecker@gnat.com>
1974
1975 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
1976 that was inserted inside a comment.
1977
1978 2004-07-10 Randolph Chung <tausq@debian.org>
1979
1980 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
1981 function.
1982 (hppa_hpux_push_dummy_code): New function.
1983 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
1984 Set find_global_pointer method.
1985
1986 2004-07-10 Mark Kettenis <kettenis@gnu.org>
1987
1988 * NEWS: Mention BSD libkvm interface.
1989
1990 2004-07-10 Michael Snyder <msnyder@redhat.com>
1991
1992 * symfile.c (generic_load): Comment typo.
1993 * stack.c (get_selected_block): Ditto.
1994 * regcache.c (regcache_cooked_read): Ditto.
1995 * monitor.c (monitor_debug): Ditto.
1996 * mips-tdep.c (mips_read_pc): Ditto.
1997 * i386-linux-nat.c (ps_get_thread_area): Ditto.
1998 * gdb_mbuild.sh: Ditto.
1999 * gdbarch.sh: Ditto.
2000 * gdbarch.h: Ditto.
2001
2002 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2003
2004 * ada-tasks.c: Remove file.
2005
2006 Remove ARI problems:
2007
2008 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2009 beginning of line.
2010
2011 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2012 Add comment.
2013 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2014 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2015 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2016 (UMIN_OF_SIZE): Remove.
2017 (max_of_type): New function to replace orphan macro in gdbtypes.h
2018 (min_of_type): Ditto.
2019 (discrete_type_high_bound): Use max_of_type.
2020 (discrete_type_low_bound): Use min_of_type.
2021 (possible_user_operator_p): Move operator to beginning of line.
2022 (ada_is_variant_part): Ditto.
2023 (ensure_lval): Rewrite to avoid deprecated operations.
2024 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2025 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2026 (ada_enum_name): Remove assignments in 'if' statements.
2027 (build_ada_types): Add gdbarch parameter.
2028 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2029 with gdbarch_data_register_post_init.
2030 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2031 add_show_from_set.
2032
2033 * ada-valprint.c (inspect_it): Remove declaration.
2034 (repeat_count_threshold): Remove declaration.
2035 (ada_print_floating): Remove assignments in 'if' statements.
2036 (print_str): Move operator to beginning of line.
2037
2038 2004-07-08 Jim Blandy <jimb@redhat.com>
2039
2040 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2041
2042 2004-07-08 Bob Rossi <bob@brasko.net>
2043
2044 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2045
2046 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2047
2048 * language.h (struct_language_defn): Add new function pointer:
2049 la_class_name_from_physname. Also add new prototype for
2050 language_class_name_from_physname.
2051 * language.c (language_class_name_from_physname): New function.
2052 (unk_lang_class_name): Ditto.
2053 (unknown_language_defn, auto_language_defn): Change
2054 to add unk_lang_class_name function pointer for
2055 la_class_name_from_physname.
2056 (local_language_defn): Ditto.
2057 * dwarf2read.c (guess_structure_name): Change to call
2058 language_class_name_from_physname.
2059 (determine_class_name): Ditto.
2060 * cp-support.c (class_name_from_physname): Renamed.
2061 (cp_class_name_from_physname): New name of function.
2062 * cp-support.h: Ditto.
2063 * c-lang.c (c_language_defn): Change to add NULL
2064 for class_name_from_physname function pointer.
2065 (cplus_language_defn): Change to add cp_class_name_from_physname.
2066 * jv-lang.c (java_class_name_physname): New function.
2067 (java_find_last_component): New static routine.
2068 (java_language_defn): Add java_class_name_from_physname pointer.
2069 * ada-lang.c (ada_language_defn): Change to add NULL
2070 for class_name_from_physname function pointer.
2071 * f-lang.c (f_language_defn): Ditto.
2072 * m2-lang.c (m2_language_defn): Ditto.
2073 * objc-lang.c (objc_language_defn): Ditto.
2074 * p-lang.c (pascal_language_defn): Ditto.
2075 * scm-lang.c (scm_language_defn): Ditto.
2076
2077 2004-07-06 Andrew Cagney <cagney@gnu.org>
2078
2079 Patch from Bart Robinson.
2080 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2081 (O_LARGEFILE): Define to 0, if not defined.
2082
2083 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2084
2085 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2086 <machine/pcb.h> and "bsd-kvm.h".
2087 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2088 (m68kbsd_supply_pcb): New function.
2089 (_initialize_m68kbsd_nat): New prototype and function.
2090 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2091 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2092 (LOADLIBES): New variable.
2093 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2094 (LOADLIBES): New variable.
2095
2096 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2097
2098 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2099
2100 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2101 <sys/proc.h>.
2102 (bsd_kvm_cmdlist): New variable.
2103 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2104 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2105 command and "kvm proc" command.
2106 * Makefile.in (bsd-kvm.o): Update dependencies.
2107
2108 2004-07-02 Mark Kettenis <kettenis@gnu.org>
2109
2110 * osabi.c: Update copyright year.
2111 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2112 notes if EI_OSABI is set to ELFOSABI_HPUX.
2113
2114 2004-07-01 Michael Snyder <msnyder@redhat.com>
2115
2116 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2117 that seems to have gotten whacked out of line.
2118
2119 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2120
2121 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2122 code.
2123
2124 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2125
2126 * ada-lang.c (decode_packed_array): Minor change to comment.
2127 (ada_value_slice_ptr): New function.
2128 (ada_value_slice): New function.
2129 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2130 test. Don't know why it is there.
2131 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2132 to avoid dereferencing huge arrays from which one is slicing.
2133 (empty_array): Correct to return an array rather than
2134 a subrange value.
2135 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2136 on empty arrays (let'em use 'FIRST instead).
2137
2138 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2139
2140 Address complaints from gdb_ari.sh:
2141
2142 * ada-exp.y: Include gdb_string.h rather than string.h.
2143 (convert_char_literal): Reformat declaration.
2144 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2145 * ada-lex.l: Change use of free to xfree (the macro would do so
2146 anyway, but this is harmless).
2147 Include gdb_string.h rather than string.h.
2148 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2149
2150 * ada-lang.c (parse): Remove K&Rism in parameter list.
2151 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2152
2153 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2154
2155 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2156 dead code.
2157
2158 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2159
2160 * alphabsd-nat.c: Update copyright year.
2161 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2162
2163 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2164
2165 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
2166 (i386_cygwin_in_solib_call_trampoline): New function.
2167 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2168 and skip_trampoline_code gdbarch methods.
2169
2170 2004-06-29 Jim Blandy <jimb@redhat.com>
2171
2172 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2173 name actually used in the dependency lists.
2174
2175 2004-06-29 Randolph Chung <tausq@debian.org>
2176
2177 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2178
2179 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2180
2181 * win32-nat.c (child_pid_to_exec_file): New function.
2182 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
2183 functionality.
2184
2185 2004-06-28 Andrew Cagney <cagney@gnu.org>
2186
2187 * defs.h (xstrvprintf): Declare.
2188 * utils.c (xstrvprintf): New function.
2189 (internal_vproblem, xstrprintf, xasprintf)
2190 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2191 * serial.c (serial_printf): Ditto.
2192 * complaints.c (vcomplaint): Ditto.
2193
2194 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2195
2196 * infcmd.c (attach_command): Move call to target_terminal_inferior
2197 behind loading symbol table.
2198
2199 2004-06-28 Andrew Cagney <cagney@gnu.org>
2200
2201 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2202 change - add back extern deprecated_ui_loop_hook declaration.
2203
2204 2004-06-28 Andrew Cagney <cagney@gnu.org>
2205
2206 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2207 xstrprintf.
2208 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2209 (c_value_of_variable): Ditto.
2210 * utils.c (internal_vproblem): Ditto.
2211 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2212 * remote.c (add_packet_config_cmd): Ditto.
2213 * remote-rdp.c (rdp_set_command_line): Ditto.
2214 * regcache.c (regcache_dump): Ditto.
2215 * frv-tdep.c (new_variant, new_variant): Ditto.
2216 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2217 (fbsd_find_memory_regions): Ditto.
2218 * breakpoint.c (create_thread_event_breakpoint)
2219 (create_breakpoints): Ditto.
2220 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2221 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2222
2223 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2224
2225 * ada-lang.c: Re-indent file, with some massaging to help indent
2226 a bit when the result is otherwise really too ugly.
2227
2228 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2229
2230 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2231 code_addr_p and special_addr_p to 'unsigned int'.
2232
2233 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2234
2235 * i386v4-nat.c: Update copyright year and tweak comment.
2236 (regmap): Remove trailing comma.
2237 (supply_gregset): Rename local variable i to regnum. Call
2238 regcache_raw_supply instead of supply_register.
2239 (fill_gregset): Rename argument regno to regnum. Call
2240 regcache_raw_collect instead of regcache_collect.
2241
2242 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2243
2244 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2245 and special_addr_p.
2246 (frame_id_build, frame_id_build_special): Update comments.
2247 (frame_id_build_wild): New prototype.
2248 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2249 struct frame_id fields.
2250 (frame_id_build_wild): New function.
2251 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2252
2253 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2254
2255 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2256 hppabsd-tdep.c.
2257
2258 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2259
2260 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2261
2262 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2263
2264 * ada-lang.c: Re-indent file.
2265
2266 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2267
2268 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2269 (no_symtab_msg): Likewise.
2270
2271 2004-06-27 Andreas Schwab <schwab@suse.de>
2272
2273 * source.c: Fix whitespace.
2274
2275 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2276
2277 * configure.in: Include <sys/param.h> for td_pcb test.
2278 * configure: Regenerated.
2279
2280 * i386nbsd-nat.c: New file.
2281 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2282 i386obsd-nat.c and i386obsd-tdep.c.
2283 (i386nbsd-nat.o): New dependency.
2284 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2285 bsd-kvm.o.
2286 (LOADLIBES): New variable.
2287 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2288 bsd-kvm.o.
2289 (LOADLIBES): New variable.
2290
2291 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2292 (LOADLIBES): New variable.
2293
2294 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2295 fetching from BSD_KVM_PADDR. Correctly lookup address for
2296 "_thread0".
2297
2298 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2299 "bsd-kvm.h".
2300 (amd64fbsd_supply_pcb): New funcion.
2301 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2302
2303 2004-06-27 <david@streamline-computing.com>
2304
2305 Partial fix for PR cli/1056.
2306 * valarith.c: Check for zero in division and remainder
2307 evaluation.
2308
2309 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2310
2311 * i387-tdep.c: Remove excessive whitespace.
2312
2313 2004-06-26 Andrew Cagney <cagney@gnu.org>
2314
2315 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
2316 * gdb-events.h, gdb-events.c: Re-generate.
2317 * tui/tui-hooks.c (tui_install_hooks): Update.
2318 (tui_remove_hooks): Update.
2319 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
2320
2321 2004-06-26 Mark Kettenis <kettenis@gnu.org>
2322
2323 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
2324 (gregset_t, fpregset_t): Remove typedefs.
2325 (REG_OFFSET): Rename argument.
2326 (amd64bsd_r_reg_offset): Rename from reg_offset.
2327 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2328 Remove functions.
2329 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
2330 of reg_offset.
2331 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
2332
2333 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
2334
2335 * vax-tdep.c: Tweak comment.
2336
2337 Add OpenBSD/hppa support.
2338 * NEWS (New native configurations): Mention OpenBSD/hppa.
2339 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
2340 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
2341 files.
2342 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2343 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
2344 * configure.host: Add hppa*-*-openbsd*.
2345 * configure.tgt: Add hppa*-*-openbsd*.
2346
2347 2004-06-25 Andrew Cagney <cagney@gnu.org>
2348
2349 * defs.h (deprecated_ui_loop_hook): Deprecated.
2350 * wince.c (child_wait): Update.
2351 * win32-nat.c (child_wait): Update.
2352 * v850ice.c (v850ice_wait): Update.
2353 * top.c (deprecated_ui_loop_hook): Update.
2354 * serial.h: Update.
2355 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2356 (do_unix_readchar): Update.
2357 * ser-tcp.c (net_open): Update.
2358 * remote-sim.c (gdb_os_poll_quit): Update.
2359 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2360
2361 2004-06-24 Andrew Cagney <cagney@gnu.org>
2362
2363 * defs.h (deprecated_pre_add_symbol_hook)
2364 (deprecated_post_add_symbol_hook): Deprecated.
2365 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2366 (symbol_file_add_with_addrs_or_offsets): Update references.
2367
2368 2004-06-24 Andrew Cagney <cagney@gnu.org>
2369
2370 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2371 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2372 * wince.c (ui_loop_hook): Delete extern declaration.
2373 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2374 * v850ice.c (ui_loop_hook): Delete extern declaration..
2375 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2376 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2377 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2378 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2379 ui_loop_hook declaration.
2380
2381 2004-06-24 Andrew Cagney <cagney@gnu.org>
2382
2383 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
2384 entry_func_highpc fields.
2385 * objfiles.c (init_entry_point_info): Do not clear
2386 entry_func_lowpc and entry_func_highpc.
2387 (objfile_relocate): Do not relocate entry_func_lowpc and
2388 entry_func_highpc.
2389 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
2390 entry_func_highpc.
2391 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
2392 entry_func_highpc.
2393 * blockframe.c (legacy_frame_chain_valid): Replace tests against
2394 entry_func_lowpc and entry_func_highpc with call to
2395 inside_entry_func.
2396
2397 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2398
2399 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
2400 quad-precision floating point arguments in registers.
2401
2402 2004-06-24 Mark Kettenis <kettenis@gnu.org>
2403
2404 From Michael Mueller <m.mueller99@kay-mueller.de>:
2405 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
2406 account.
2407
2408 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
2409
2410 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
2411 to -1.
2412 * breakpoint.c (bpstat_stop_status): Move check for ignoring
2413 untriggered watchpoints to a separate if clause. Update function
2414 comment regarding STOPPED_BY_WATCHPOINT argument.
2415
2416 2004-06-22 Jim Blandy <jimb@redhat.com>
2417
2418 * gdbarch.sh: Doc fix.
2419
2420 2004-06-21 Martin Hunt <hunt@redhat.com>
2421 Kevin Buettner <kevinb@redhat.com>
2422
2423 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
2424 * mips-tdep.h (MIPS_SP_REGNUM): Define.
2425 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
2426 to set_gdbarch_sp_regnum(). Use cooked register number.
2427 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
2428
2429 2004-06-21 Andrew Cagney <cagney@gnu.org>
2430
2431 * gdbarch.sh: When the macro field is empty, do not generate a
2432 macro definition. When the macro field is "=", generate the macro
2433 name from the upper-case function name.
2434 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
2435 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
2436 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
2437 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
2438 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
2439 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
2440 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
2441 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
2442 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
2443 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
2444 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
2445 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
2446 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
2447 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
2448 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
2449 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
2450 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
2451 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
2452 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
2453 (DEPRECATED_USE_STRUCT_CONVENTION)
2454 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
2455 (DEPRECATED_FRAME_INIT_SAVED_REGS)
2456 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
2457 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
2458 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
2459 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
2460 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
2461 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
2462 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
2463 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
2464 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
2465 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
2466 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
2467 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
2468 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
2469 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
2470 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
2471 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
2472
2473 2004-06-21 Andrew Cagney <cagney@gnu.org>
2474
2475 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
2476 macro name, and the function rather than macro value. Only wrap
2477 macro print statements in #ifdef. Move format logic to where it
2478 is needed.
2479 * gdbarch.c: Re-generate.
2480
2481 * gdbarch.sh (read): Delete "print_p" and "description", add
2482 "garbage_at_eol". Check for non-empty garbage at end-of-line.
2483 Delete references to print_p.
2484 (TARGET_ARCHITECTURE): Delete print predicate.
2485 * gdbarch.c: Re-generate.
2486
2487 * gdbarch.sh: Check that multi-arch methods do not provide a
2488 macro.
2489 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
2490 (print_registers_info, print_float_info, print_vector_info)
2491 (adjust_breakpoint_address, remote_translate_xfer_address)
2492 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
2493 (address_class_type_flags_to_name, unwind_sp): Remove the macro
2494 name from the multi-arch definition.
2495
2496 2004-06-20 Andrew Cagney <cagney@gnu.org>
2497
2498 * gdbarch.sh: Sort by the function, instead of macro name.
2499 * gdbarch.c: Re-generate.
2500
2501 2004-06-20 Andrew Cagney <cagney@gnu.org>
2502
2503 * gdbarch.sh: Use the function, instead of macro name in
2504 errors and the log file.
2505 (return_value): Remove stray ":" in spec.
2506
2507 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
2508 * gdbarch.h, gdbarch.c: Re-generate.
2509 * Makefile.in (arch-utils.o): Update dependencies.
2510 * values.c (using_struct_return): Move code calling
2511 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
2512 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
2513 to legacy_return_value, simplify.
2514 * infcmd.c (print_return_value): Move code calling
2515 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
2516 to legacy_return_value, simplify.
2517 * infcall.c (call_function_by_hand): Move code calling
2518 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
2519 * arch-utils.c: Update copyright. Include "gdbcore.h".
2520 (legacy_return_value): New function.
2521 * arch-utils.h: Update copyright.
2522 (legacy_return_value): Declare.
2523
2524 2004-06-20 Andrew Cagney <cagney@gnu.org>
2525
2526 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2527 * gdbarch.h, gdbarch.c: Re-generate.
2528 * values.c (using_struct_return): Update call.
2529 * mcore-tdep.c: Update comment.
2530 * infcall.c (call_function_by_hand): Update comment.
2531 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2532 * arch-utils.h (always_use_struct_convention): Update.
2533 * v850-tdep.c (v850_gdbarch_init): Update.
2534 * sh64-tdep.c (sh64_gdbarch_init): Update.
2535 * sh-tdep.c (sh_gdbarch_init): Update.
2536 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2537 * mips-tdep.c (mips_gdbarch_init): Update.
2538 * mcore-tdep.c (mcore_gdbarch_init): Update.
2539 * m32r-tdep.c (m32r_gdbarch_init): Update.
2540 * ia64-tdep.c (ia64_gdbarch_init): Update.
2541 * h8300-tdep.c (h8300_gdbarch_init): Update.
2542 * frv-tdep.c (frv_gdbarch_init): Update.
2543 * cris-tdep.c (cris_gdbarch_init): Update.
2544 * arm-tdep.c (arm_gdbarch_init): Update.
2545 * alpha-tdep.c (alpha_gdbarch_init): Update.
2546
2547 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
2548
2549 * PROBLEMS: Add more specific information, and a work-around,
2550 for PR gdb/1458.
2551
2552 2004-06-18 Andrew Cagney <cagney@gnu.org>
2553
2554 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
2555 * gdbarch.h, gdbarch.c: Re-generate.
2556 * ada-lang.c (ada_finish_decode_line_1): Update.
2557 * infrun.c (handle_inferior_event): Update.
2558 * infcall.c (find_function_addr): Update.
2559 * linespec.c (minsym_found): Update.
2560 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
2561 Update.
2562 * blockframe.c (legacy_frameless_look_for_prologue): Update.
2563 * cli/cli-cmds.c (disassemble_command): Update.
2564 * vax-tdep.c (vax_gdbarch_init): Update.
2565
2566 2004-06-18 Mark Kettenis <kettenis@gnu.org>
2567
2568 * i386-tdep.c (i386_collect_fpregset): Fix comment.
2569
2570 2004-06-17 Andrew Cagney <cagney@gnu.org>
2571
2572 GDB 6.1.1 released from the GDB 6.1 branch.
2573 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
2574 * PROBLEMS: Ditto.
2575
2576 2004-06-16 Daniel Jacobowitz <dan@debian.org>
2577
2578 PR gdb/1658
2579 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
2580 operation as a uleb128. Found by Michael Coulter.
2581
2582 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
2583
2584 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
2585 make it non-static.
2586 * ada-lang.h (task_control_block): declaration moved from ada-task.c
2587 to ada-lang.h; this is needed to be able to implement the kill command
2588 in multi-task mode.
2589 (task_ptid): Ditto.
2590 (task_entry): Ditto.
2591 (task_list): Ditto.
2592 (ada_build_task_list): Ditto.
2593
2594 * ada-lang.c: Conditionalize routines and data structures related
2595 to breakpoints, exceptions, completion, and symbol caching on
2596 GNAT_GDB, since these are not yet used in the submitted public sources.
2597 (ada_main_name): Editorial: Move definition out of exception-related
2598 code.
2599
2600 2004-06-15 Andrew Cagney <cagney@gnu.org>
2601
2602 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
2603 deprecated_pc_in_call_dummy.
2604
2605 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2606
2607 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
2608 bfd_get_section_size_before_reloc or _raw_size.
2609 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2610 * dwarf2read.c (dwarf2_locate_sections): Likewise.
2611 (dwarf2_read_section): Likewise.
2612 * elfread.c (elf_locate_sections): Likewise.
2613 * gcore.c (derive_heap_segment): Likewise.
2614 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2615 * remote-e7000.c (e7000_load): Likewise.
2616 * remote-m32r-sdi.c (m32r_load): Likewise.
2617 * remote-mips.c (mips_load_srec): Likewise.
2618 (pmon_load_fast): Likewise.
2619 * remote.c (compare_sections_command): Likewise.
2620 * symfile.c (add_section_size_callback): Likewise.
2621 (load_section_callback): Likewise.
2622 (pc_in_unmapped_range): Likewise.
2623 (pc_in_mapped_range): Likewise.
2624 (sections_overlap): Likewise.
2625 (list_overlays_command): Likewise.
2626 (simple_overlay_update_1): Likewise.
2627 (simple_overlay_update): Likewise.
2628 * tracepoint.c (remote_set_transparent_ranges): Likewise.
2629 * win32-nat.c (core_section_load_dll_symbols): Likewise.
2630
2631 2004-06-14 Randolph Chung <tausq@debian.org>
2632
2633 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
2634 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
2635 static.
2636 (hppa_hpux_inferior_created): New function.
2637 (hppa_hpux_init_abi): Register observer.
2638 * symfile.c (hp_cxx_exception_support_initialized)
2639 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
2640 (symbol_file_add_main_1, symbol_file_clear): Likewise.
2641
2642 2004-06-14 Randolph Chung <tausq@debian.org>
2643
2644 * MAINTAINERS (Write After Approval): Alphabetize my entry
2645 correctly.
2646
2647 2004-06-14 Andrew Cagney <cagney@gnu.org>
2648
2649 * MAINTAINERS (testsuite): List Michael Chastain as the lead
2650 testsuite maintainer.
2651
2652 2004-06-13 Andrew Cagney <cagney@gnu.org>
2653
2654 * infcmd.c (print_return_value): Fix logic, allow
2655 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
2656
2657 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
2658 defining any macros.
2659 * gdbarch.h: Re-generate.
2660
2661 * gdbarch.sh: Delete "level" attribute. Only check for a macro
2662 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
2663 * gdbarch.h: Re-generate.
2664
2665 * values.c (generic_use_struct_convention): Don't check gcc_p.
2666
2667 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2668 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
2669 * gdbarch.h, gdbarch.c: Regenerate.
2670 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
2671 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
2672 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2673 deprecated_max_register_raw_size and
2674 deprecated_max_register_virtual_size.
2675 * v850-tdep.c (v850_gdbarch_init): Ditto.
2676 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2677 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2678 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2679 * cris-tdep.c (cris_gdbarch_init): Ditto.
2680
2681 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
2682 * gdbarch.h, gdbarch.c: Re-generate.
2683 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
2684 (m68hc11_use_struct_convention): Delete function.
2685 (m68hc11_extract_struct_value_address): Delete function.
2686 (m68hc11_return_value): New function.
2687 (m68hc11_gdbarch_init): Instead of store_return_value,
2688 extract_return_value, return_value_on_stack,
2689 deprecated_extract_struct_value_address and use_struct_convention,
2690 set return_value.
2691 * values.c (using_struct_return): Do not call
2692 RETURN_VALUE_ON_STACK.
2693 * arch-utils.h (generic_return_value_on_stack_not): Delete
2694 declaration.
2695 * arch-utils.c (generic_return_value_on_stack_not): Delete
2696 function.
2697
2698 2004-06-12 Andrew Cagney <cagney@gnu.org>
2699
2700 * values.c (register_value_being_returned): Delete function.
2701 * infcmd.c (legacy_return_value): Delete function.
2702 * infcall.c (call_function_by_hand): Inline
2703 "register_value_being_returned", simplify.
2704 * values.c (using_struct_return): Update comment, refer to
2705 print_return_value instead of register_value_being_returned.
2706 * infcmd.c (print_return_value): Inline calls to
2707 register_value_being_returned and legacy_return_value. Simplify.
2708
2709 2004-06-11 Randolph Chung <tausq@debian.org>
2710
2711 * somread.c (som_symtab_read): Exclude gcc local symbols.
2712
2713 2004-06-11 Randolph Chung <tausq@debian.org>
2714
2715 * infrun.c (handle_inferior_event): Handle the case when a
2716 trampoline ends up in the runtime resolver, and if the trampoline
2717 has no name. Rearrange the code so that all the trampoline
2718 processing happens before other step-out-of-range handling.
2719
2720 2004-06-11 Martin Hunt <hunt@redhat.com>
2721
2722 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
2723 has no fpu.
2724
2725 2004-06-10 Andrew Cagney <cagney@gnu.org>
2726
2727 * blockframe.c (legacy_inside_entry_func): Delete.
2728 (legacy_frame_chain_valid): Inline call to
2729 legacy_inside_entry_func, simplify.
2730
2731 2004-06-10 Bob Rossi <bob@brasko.net>
2732
2733 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
2734 * dwarf2read.c (partial_die_info): Add dirname field.
2735 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
2736 (read_partial_die): Save away DW_AT_comp_dir.
2737 * defs.h (symtab_to_filename): Removed.
2738 * source.c (find_and_open_source): Added.
2739 (open_source_file): Just calls find_and_open_source.
2740 (symtab_to_filename): Removed.
2741 (symtab_to_fullname, psymtab_to_fullname): Added.
2742 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
2743 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
2744 symtab_to_filename.
2745 * symtab.h (partial_symtab): Add dirname field.
2746 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
2747 (mi_cmd_file_list_exec_source_file): Call new function
2748 symtab_to_fullname to find fullname.
2749 (mi_cmd_file_list_exec_source_files): Added.
2750 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
2751 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
2752
2753 2004-06-10 Andrew Cagney <cagney@gnu.org>
2754
2755 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
2756 to generic_use_struct_convention, the default value.
2757
2758 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
2759 of abort.
2760
2761 * ns32k-tdep.c (ns32k_push_arguments): New function.
2762 (ns32k_gdbarch_init): Set deprecated_push_arguments.
2763 * infcall.c (call_function_by_hand): Call error instead of
2764 legacy_push_arguments.
2765 * value.h (legacy_push_arguments): Delete declaration.
2766 * valops.c (legacy_push_arguments): Delete function.
2767 (value_push): Delete function.
2768
2769 2004-06-10 Brian Ford <ford@vss.fsi.com>
2770
2771 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
2772 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
2773 info.
2774 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
2775
2776 2004-06-10 Andrew Cagney <cagney@gnu.org>
2777
2778 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
2779 * gdbarch.h, gdbarch.c: Re-generate.
2780 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
2781 parameters.
2782 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
2783 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
2784 deprecated_pc_in_call_dummy instead of
2785 DEPRECATED_PC_IN_CALL_DUMMY.
2786 (arm_skip_prologue): Ditto.
2787 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
2788 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
2789 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
2790 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
2791 Ditto.
2792 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
2793 (sh64_init_extra_frame_info, sh64_get_saved_register)
2794 (sh64_pop_frame): Ditto.
2795 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
2796 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
2797 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
2798 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
2799 (h8300_pop_frame): Ditto.
2800 * blockframe.c (legacy_inside_entry_func)
2801 (legacy_frame_chain_valid): Ditto.
2802 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
2803 to deprecated_pc_in_call_dummy.
2804
2805 2004-06-09 Andrew Cagney <cagney@gnu.org>
2806
2807 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
2808 provide a default value.
2809 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
2810 * gdbarch.h, gdbarch.c: Re-generate.
2811 * arch-utils.c (generic_convert_register_p): Rename
2812 legacy_convert_register_p
2813 (legacy_register_to_value, legacy_value_to_register): Delete
2814 functions.
2815 * arch-utils.h (generic_convert_register_p): Rename
2816 legacy_convert_register_p.
2817 (legacy_register_to_value, legacy_value_to_register): Delete
2818 declarations.
2819
2820 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
2821 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
2822 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
2823 * gdbarch.h, gdbarch.c: Re-generate.
2824 * infcmd.c (default_print_registers_info): Simplify.
2825 * findvar.c (value_of_register): Simplify.
2826 * mi/mi-main.c (get_register): Simplify.
2827 * arch-utils.c (legacy_convert_register_p): Always return 0.
2828 (legacy_register_to_value, legacy_value_to_register): Always call
2829 internal_error.
2830
2831 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
2832 #ifdef CLEAR_INSN_CACHE code.
2833 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
2834 Delete #ifdef CLEAR_DEFERRED_STORES code.
2835
2836 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
2837
2838 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
2839 copyright.
2840 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
2841
2842 * config/mips/mipsv4.mh: Delete file.
2843
2844 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
2845 unreferenced macro.
2846 (hpread_adjust_stack_address): Delete declaration.
2847
2848 2004-06-08 Andrew Cagney <cagney@gnu.org>
2849
2850 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2851 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
2852 PTRACE_ATTACH / PTRACE_DETACH available call error.
2853 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
2854 * infttrace.c (update_thread_state_after_attach, attach, detach):
2855 Remove #ifdef wrappers.
2856 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
2857 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2858 * config/nm-bsd.h (ATTACH_DETACH): Delete.
2859 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
2860 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
2861 * config/nm-linux.h (ATTACH_DETACH): Delete.
2862 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
2863 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
2864 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
2865 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
2866 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
2867
2868 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
2869
2870 * configure.in: Set $configdir to the right OS specific value.
2871 Use value when setting $tcldir and $tkdir.
2872 * configure: Regenerate.
2873
2874 2004-06-06 Paul Brook <paul@codesourcery.com>
2875
2876 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
2877 records.
2878
2879 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
2880
2881 * ada-lang.c (lookup_symbol_in_language): New function to allow
2882 re-use of another language's symbol lookup code. (Placed here
2883 temporarily while Ada support is being integrated into the public
2884 tree).
2885 (restore_language): New auxiliary function for
2886 lookup_symbol_in_language.
2887 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
2888 temporarily while Ada support is being integrated into the public
2889 tree).
2890
2891 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
2892
2893 * Makefile.in (check//%): New.
2894
2895 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
2896 (mn10300_store_return_value): Rewrite.
2897 (mn10300_type_align): New.
2898 (mn10300_use_struct_convention): Rewrite.
2899 (mn10300_return_value): New, using all of the above.
2900 (mn10300_pop_frame_regular): Add saved_regs_size.
2901 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
2902
2903 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
2904 regs if PC is on movm.
2905
2906 2004-06-07 Jim Blandy <jimb@redhat.com>
2907
2908 Add native Linux support for the PowerPC E500.
2909 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
2910 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
2911 all architectures except the E500.
2912 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
2913 #definitions.
2914 (struct gdb_evrregset_t): New type.
2915 (have_ptrace_getsetevrregs): New variable.
2916 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
2917 fetch_spe_registers): New functions.
2918 (fetch_register): Call fetch_spe_register as appropriate.
2919 Assert that we're only passed raw register numbers.
2920 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
2921 Don't fetch gprs if they're pseudoregisters.
2922 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
2923 store_spe_registers): New functions.
2924 (store_register): Call store_spe_register as appropriate.
2925 Assert that we're only passed raw register numbers.
2926 (store_ppc_registers): Call store_spe_registers as appropriate.
2927 Don't store gprs if they're pseudoregisters.
2928
2929 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
2930
2931 * thread-db.c (thread_get_info_callback): Fill in the thread_info
2932 struct if one exists, even if we are dealing with a zombie thread.
2933
2934 2004-06-07 Andrew Cagney <cagney@gnu.org>
2935
2936 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
2937 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
2938 Rename PC_REQUIRES_RUN_BEFORE_USE.
2939 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
2940 #ifdef.
2941
2942 2004-06-07 Randolph Chung <tausq@debian.org>
2943
2944 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
2945 unwinding after sp has been saved to the stack but before the end
2946 of the prologue, and after the fp has been modified but before it has
2947 been saved to the stack.
2948 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
2949 Remove superfluous definitions.
2950 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
2951
2952 2004-06-07 Guy Martin <gmsoft@gentoo.org>
2953
2954 Committed by Randolph Chung.
2955 * hppa-linux-nat.c: Include the correct version of the header file
2956 depending on the kernel version.
2957
2958 2004-06-06 Randolph Chung <tausq@debian.org>
2959
2960 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
2961 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
2962
2963 2004-06-06 Randolph Chung <tausq@debian.org>
2964
2965 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
2966 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
2967 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
2968 * hppa-tdep.c (hppa_symbol_address): New function definition.
2969 * hppa-tdep.h (hppa_symbol_address): New function declaration.
2970
2971 2004-06-06 Randolph Chung <tausq@debian.org>
2972
2973 * hppa-tdep.h (struct value): Forward declaration.
2974 (gdbarch_tdep): Define tdep find_global_pointer method.
2975 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
2976 associated with the function we are trying to call, and write it
2977 to the gp register.
2978 (hppa32_convert_from_funct_ptr_addr): New function.
2979 (hppa_find_global_pointer): New function.
2980 (hppa_gdbarch_init): Set default find_global_pointer method; set
2981 convert_from_func_ptr_addr method.
2982 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
2983 (hppa_linux_init_abi): Set find_global_pointer method.
2984 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
2985
2986 2004-06-06 Randolph Chung <tausq@debian.org>
2987
2988 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
2989 to struct value *function.
2990 * gdbarch.c: Regenerate.
2991 * gdbarch.h: Likewise.
2992 * infcall.c (call_function_by_hand): Pass entire function value
2993 to push_dummy_call.
2994
2995 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
2996 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
2997 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
2998 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
2999 * arm-tdep.c (arm_push_dummy_call): Likewise.
3000 * avr-tdep.c (avr_push_dummy_call): Likewise.
3001 * cris-tdep.c (cris_push_dummy_call): Likewise.
3002 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3003 * frv-tdep.c (frv_push_dummy_call): Likewise.
3004 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3005 * hppa-tdep.c (hppa32_push_dummy_call)
3006 (hppa64_push_dummy_call): Likewise.
3007 * i386-tdep.c (i386_push_dummy_call): Likewise.
3008 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3009 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3010 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3011 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3012 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3013 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3014 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3015 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3016 (ppc64_sysv_abi_push_dummy_call): Likewise.
3017 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3018 (ppc64_sysv_abi_push_dummy_call): Likewise.
3019 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3020 * s390-tdep.c (s390_push_dummy_call): Likewise.
3021 * sh-tdep.c (sh_push_dummy_call_fpu)
3022 (sh_push_dummy_call_nofpu): Likewise.
3023 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3024 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3025 * vax-tdep.c (vax_push_dummy_call): Likewise.
3026
3027 2004-06-04 Jim Blandy <jimb@redhat.com>
3028
3029 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3030 gdbarch argument to register_size.
3031
3032 * rs6000-tdep.c (rs6000_store_return_value): Use
3033 regcache_cooked_write_part instead of
3034 deprecated_write_register_bytes.
3035 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3036 not gdbarch_deprecated_store_return_value.
3037
3038 * ppc-linux-nat.c (store_register, fetch_register): Remove
3039 incorrect assertions. Simplify and generalize handling of
3040 transfers whose sizes are not multiples of, or less than, sizeof
3041 (PTRACE_XFER_TYPE).
3042
3043 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3044
3045 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3046 as a new thread event.
3047 * thread-db.c (thread_get_info_callback): If the thread is a
3048 zombie, return TD_THR_ZOMBIE.
3049 (thread_from_lwp): If thread_get_info_callback returns
3050 TD_THR_ZOMBIE, check if the thread is still on the thread list
3051 and return a -1 ptid if not found.
3052 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3053 change the status to TARGET_WAITKIND_SPURIOUS.
3054
3055 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3056
3057 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3058 double values in little endian mode.
3059
3060 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3061
3062 Committed by Andrew Cagney.
3063 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3064 after last enum constant to avoid error from IBM C
3065 compiler.
3066
3067 2004-06-02 Jim Blandy <jimb@redhat.com>
3068
3069 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3070 to 'message', and make it local to the lone block that uses it.
3071
3072 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3073
3074 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3075
3076 * ada-exp.y: Update copyright notice.
3077 Include block.h.
3078
3079 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3080 SPECIAL_VARIABLE and unify the treatment of these cases.
3081
3082 (write_attribute_call0): Remove.
3083 (write_attribute_call1): Remove.
3084 (write_attribute_calln): Remove.
3085 (save_qualifier): Add missing semicolon.
3086
3087 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3088 temporarily disabled to allow compilation with FSF head version.
3089
3090 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3091 use individual operators (OP_*) for all attributes.
3092 (exp syntax): Use write_int.
3093 Handle STRING literals with OP_STRING.
3094 (variable syntax): Add limit parameter to calls to
3095 write_object_renaming.
3096
3097 (temp_parse_space): New definition to hold entities that need
3098 only live until the next call to ada_parse.
3099 (string_to_operator): Rename fields of ada_opname_table entries.
3100
3101 (write_var_from_sym): Record block.
3102 (write_var_from_name): Minor reformatting.
3103 Make sure saved name is properly encoded in the case of multiple
3104 matches, and set its language to Ada.
3105 Update comment.
3106 Modify to indicate unresolved name as symbol in the UNRESOLVED
3107 namespace, allocated in temp_parse_space.
3108 (write_int): New function.
3109
3110 (write_object_renaming): Add max_depth parameter to limit
3111 chains of object renamings.
3112 Handle case where root of renaming expression is itself a renaming.
3113 Use temp_parse_space for temporary name buffer.
3114 Handle renamings to dereferenced pointers (___XEXA suffices).
3115
3116 (ada_parse, yyerror, string_to_operator,
3117 write_var_from_sym, write_var_from_name, write_attribute_call0,
3118 write_attribute_call1, write_attribute_calln,
3119 write_object_renaming): Protoize.
3120
3121 (_initialize_ada_exp): New function.
3122
3123 * ada-lang.c: Update copyright notice.
3124 General terminology change to conform to GNAT compiler usage:
3125 mangle => encode, demangle => decode
3126 Include gdb_obstack.h.
3127 Include gdb_regex.h
3128 Include frame.h
3129 Include hashtab.h
3130 Include completer.h
3131 Include gdb_stat.h
3132 Include block.h
3133 Include infcall.h
3134
3135 (ADA_RETAIN_DOTS): Make sure this is defined.
3136 (TRUNCATION_TOWARDS_ZERO): Define.
3137 (struct string_vector): Define.
3138 (unresolved_names): Remove definition.
3139 (xnew_string_vector): New function.
3140 (string_vector_append): New function.
3141 (extract_string): Make static.
3142 (ada_unqualified_name): New function.
3143 (add_angle_brackets): New function.
3144 (function_name_from_pc): New function.
3145 (place_on_stack): Rename to ensure_lval.
3146
3147 (ensure_lval): Renamed from place_on_stack.
3148 Make identity on lvals.
3149 Update comment.
3150 (is_nonfunction): New interface.
3151 Only symbols in LOC_CONST class can be enumerals.
3152 (fill_in_ada_prototype): Remove; now independent of language.
3153 (add_defn_to_vec): Add obstack and symtab arguments.
3154 Use obstack to hold collected definitions.
3155 (num_defns_collected): New function.
3156 (defns_collected): New function.
3157 (ada_resolve_subexp): Rename to resolve_subexp.
3158 (resolve_subexp): Renamed from ada_resolve_subexp.
3159 (ada_op_name): Return non-const result.
3160 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3161 other purposes.
3162
3163 (to_fixed_array_type): Add declaration.
3164 (coerce_unspec_val_to_type): Remove offset parameter.
3165 (find_sal_from_funcs_and_line): New interface.
3166 (find_line_in_linetable): Ditto.
3167
3168 (all_sals_for_line): Rename to ada_sals_for_line and make
3169 global.
3170 Add new parameter. When set, do not ask the user to choose the
3171 instance, but use the first one found instead.
3172 Use given line number in returned sals.
3173 Fix comment.
3174 Skip the prologue if funfirstline is set.
3175 Correct for memory leak when 0 lines found.
3176
3177 (value_pos_atr): Use pos_atr.
3178 (pos_atr): New function.
3179 (standard_lookup): Add block parameter.
3180
3181 (makeTimeStart): Remove declaration and uses.
3182 (makeTimeStop): Remove declaration and uses.
3183
3184 (ada_completer_word_break_characters): Allow for VMS.
3185 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3186 (raise_sym_name): New constant.
3187 (raise_unhandled_sym_name): New constant.
3188 (raise_assert_sym_name): New constant.
3189 (process_raise_exception_name): New constant.
3190 (longest_exception_template): New constant.
3191 (warning_limit): New variable to limit warnings during expression
3192 evaluation.
3193 (warnings_issued): New variable to keep track of warnings issued.
3194 (known_runtime_file_name_patterns): New constant.
3195 (known_auxiliary_function_name_patterns): New constant.
3196 (symbol_list_obstack): New variable.
3197
3198 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3199 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3200 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3201 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3202 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3203 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3204 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3205 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3206 and strcmp.
3207
3208 (ada_get_field_index): New function.
3209 (lim_warning): New function.
3210 (ada_translate_error_message): New function.
3211 (MAX_OF_SIZE): New function.
3212 (MIN_OF_SIZE): New function.
3213 (UMAX_OF_SIZE): New function.
3214 (UMIN_OF_SIZE): New function.
3215 (discrete_type_high_bound): New function.
3216 (discrete_type_low_bound): New function.
3217 (base_type): New function.
3218 (do_command): Remove.
3219
3220 (ada_update_initial_language): Use language_ada, not language_unknown.
3221 (ada_encode): Renamed from ada_mangle.
3222 Obey ADA_RETAIN_DOTS.
3223 (ada_decode): Renamed from ada_demangle.
3224 Update coding conventions.
3225 (decoded_names_store): New hash table.
3226 (ada_decode_symbol): New function.
3227 (ada_la_decode): New function.
3228
3229 (modify_general_field): Correct computations of offset and bit
3230 position.
3231 (desc_base_type): Handle ref types, too.
3232 (ada_is_direct_array_type): New function.
3233
3234 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3235 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3236 (ada_is_bogus_array_descriptor,ada_type_of_array,
3237 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3238 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3239 ada_is_array_descriptor_type.
3240
3241 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3242 (ada_is_packed_array_type): Handle pointers or
3243 references to packed arrays as well.
3244 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3245 (decode_packed_array_type): Search for the packed array type
3246 symbol in the currently selected block and associated
3247 superblocks too.
3248 Use lookup_symbol again.
3249
3250 (decode_packed_array): Handle pointers and references.
3251 Update call to coerce_unspec_val_to_type.
3252 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3253 (ada_value_primitive_packed_val): Improve comment.
3254
3255 (ada_index_type): Substitute int type for "undefined".
3256 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3257 ada_array_langth, ada_is_string_type): Use renamed
3258 ada_is_simple_array_type.
3259 (empty_array): New function.
3260
3261 (ada_resolve): Rename to resolve.
3262 (resolve): Make static.
3263 Call renamed resolve_subexp.
3264 Update comment.
3265 (ada_resolve_subexp): Rename to resolve_subexp.
3266 (resolve_subexp): Update comment.
3267 Decomment disabled code.
3268 Add LOC_COMPUTED* cases.
3269 Modify to use temporary struct symbols (marked as being in
3270 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3271 OP_UNRESOLVED_VALUE.
3272 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3273 Add OP_STRING case.
3274 Remove OP_ARRAY.
3275 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3276 Use new ada_lookup_symbol_list interface.
3277 Use new ada_resolve_function interface.
3278 Remove OP_TYPE case.
3279
3280 (ada_args_match): Idiot proof against null actuals.
3281 Use intermediate variables to clarify.
3282 (ada_resolve_function): Update comment and interface.
3283 (mangled_ordered_before): Rename to encoded_ordered_before and
3284 update comment.
3285 (sort_choices): Update comment and interface.
3286 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3287 (user_select_syms): New interface.
3288 Use new sort_choices interface.
3289 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3290 (possible_user_operator_p): Idiot-proof against null values.
3291 (ada_simple_renamed_entity): Don't make cleanup; rely on
3292 caller to free result string.
3293 Remove const from return type.
3294 (make_array_descriptor): Rename uses of place_on_stack to
3295 ensure_lval.
3296 Make sure that arrays are on stack.
3297
3298 (HASH_SIZE): Define.
3299 (struct cache_entry): Define.
3300 (cache_space): Define.
3301 (cache): Define.
3302 (clear_ada_sym_cache): New function.
3303 (find_entry): New function.
3304 (lookup_cached_symbol): New function.
3305 (defn_vector_size): Define.
3306 (cache_symbol): New function.
3307 (defn_symbols): Remove.
3308
3309 (standard_lookup): Use lookup_symbol_in_language to get effect of
3310 C lookup.
3311 Cache results.
3312
3313 (symbol_completion_match): New function.
3314 (symbol_completion_add): New function.
3315 (ada_make_symbol_completion_list): New function.
3316
3317 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
3318 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
3319 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3320 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
3321
3322 (ada_lookup_simple_minsym): New function.
3323 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
3324
3325 (add_symbols_from_enclosing_procs): New interface.
3326 Conditionalize more helpfully.
3327 Don't bother if program isn't running.
3328 Use new interface to get_frame_block.
3329 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
3330
3331 (remove_extra_symbols): New interface.
3332 (xget_renaming_scope): New function.
3333 (is_package_name): New function.
3334 (renaming_is_visible): New function.
3335 (remove_out_of_scope_renamings): New function.
3336
3337 (ada_lookup_symbol_list): New interface.
3338 Properly reinitialize the symbol list obstack.
3339 Don't call add_symbols_from_enclosing_procs if we start from a
3340 static or global block.
3341 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
3342 add_symbols_from_enclosing_procs.
3343 Add symtab data to cached entries.
3344 Handle symbols prefixed with
3345 "standard__" specially; strip prefix and don't look in local symbols.
3346 Do not include out of scope renaming symbols in list of
3347 symbols returned.
3348 Add const to block parameter.
3349 Move check for non-local, non-global symbols earlier.
3350 Remove timing stuff.
3351 (ada_lookup_symbol): New interface.
3352 Find symtab as well.
3353 (ada_lookup_symbol_nonlocal): New function.
3354
3355 (is_name_suffix): Enhance suffix detection to recognize
3356 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3357 (is_dot_digits_suffix): New function.
3358 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3359
3360 (ada_add_block_symbols): New interface. Use obstack to return results
3361 in a vector of struct ada_symbol_infos. Add symtab argument.
3362 Use new interface to add_defn_to_vec.
3363 Remove calls to fill_in_ada_prototype.
3364 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3365
3366 (ada_finish_decode_line_1): Add const qualification to local to fix
3367 warning.
3368 Start looking in static block for functions to avoid attempts
3369 to search frame chain for up-level variables.
3370 Adapt to new ada_sals_for_line interface.
3371 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3372 Handle quoting of the function name inside the spec string.
3373 Skip prologue when funfirstline is set and update the
3374 function documentation to that effect.
3375
3376 (debug_print_lines, debug_print_block, debug_print_blocks,
3377 debug_print_symtab): Remove.
3378
3379 (ada_main_name): New function.
3380 (ada_exception_breakpoint_type): New function.
3381 (is_known_support_routine): New function.
3382 (ada_find_printable_frame): Renamed from find_printable_frame and made
3383 global.
3384 Remove level parameter.
3385 Use new interface to select_frame.
3386
3387 (begin_command): Remove.
3388 (ada_adjust_exception_stop): New function.
3389 (ada_print_exception_stop): New function.
3390 (exception_name_from_cond): New function.
3391 (ada_report_exception_break): Replace disabled code with
3392 conditionalization on GNAT_GDB.
3393 Get the exception name from the condition string.
3394 Remove and move functionality into new functions
3395 ada_print_exception_breakpoint_task and
3396 ada_print_exception_breakpoint_nontask.
3397 (error_breakpoint_runtime_sym_not_found): New function.
3398 (is_runtime_sym_defined): New function.
3399 (ada_breakpoint_rewrite): Uncomment suppressed code.
3400 Use symbolic error-message and runtime-symbol names.
3401 Surround runtime symbol names in quotes.
3402 Allow non-specific breakpoints on exceptions and assertions before
3403 program starts.
3404
3405 (ada_is_tagged_type): Add parameter.
3406 (ada_is_tag_type): New function.
3407 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
3408 (ada_variant_discrim_type): Ditto.
3409 (value_tag_from_contents_and_address): New function.
3410 (type_from_tag): New function.
3411 (struct tag_args): New structure used to communicate with
3412 ada_tag_name_1.
3413 (ada_tag_name_1): New function.
3414 (ada_tag_name): New function.
3415
3416 (ada_scan_number): Update comment.
3417 (find_struct_field): New function.
3418 (ada_search_struct_field): Make static.
3419 (ada_value_struct_elt): New version that returns references when
3420 given pointers or references to structs.
3421 (ada_lookup_struct_elt_type): Add 'refok' parameter.
3422 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
3423 interface.
3424 (ada_value_ind): Use new ada_to_fixed_value interface.
3425 (ada_coerce_ref): Ditto.
3426 (field_offset): Remove.
3427
3428 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
3429 (ada_find_renaming_symbol): New function.
3430 (ada_prefer_type): Prefer named types over unnamed ones.
3431 (variant_field_index): New function.
3432 (contains_variant_part): Removed: subsumed by variant_field_index.
3433 (ada_template_to_fixed_record_type): New function, mostly from
3434 template_to_fixed_record_type.
3435 (template_to_fixed_record_type):
3436 Do not scan the type fields beyond the last one; prevents a
3437 potential SEGV.
3438 Handle case where variant field is listed BEFORE discriminant it
3439 depends on.
3440 Fix calculation of record length when bit length is
3441 not evenly divisible by char length.
3442 Move code to ada_template_to_fixed_record_type and call it.
3443
3444 (template_to_static_fixed_type): Revise comment.
3445 Modify to work on ordinary record types as well as templates,
3446 so as to handle fields that use ___XVE or ___XVU encodings.
3447 (to_record_with_fixed_variant_part): Fill out comment.
3448 Initialize C++ stuff in right type.
3449 Allow case where DVAL is null.
3450 Handle case where variant field is not last.
3451 Fix typo concerning record length.
3452 (to_fixed_record_type): Decomment disabled code.
3453 (to_fixed_record_type): Use variant_field_index instead of
3454 contains_variant_part.
3455 (to_fixed_variant_branch_type): Ditto.
3456 (to_fixed_array_type): Decomment disabled code.
3457 (ada_to_fixed_type): Convert tagged types to the specific type.
3458 Deactivate the size-check for array types in order to avoid
3459 some false size alarms.
3460 (to_static_fixed_type): Decomment disabled code.
3461 Modify to call template_to_static_fixed_type
3462 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
3463 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
3464 Remove valaddr argument, as it is never really used.
3465 (ada_to_fixed_value): Change interface to act on single struct value*
3466 operand.
3467 (adjust_pc_past_prologue): New function.
3468 (ada_attribute_name): Modify to take enum exp_opcode argument.
3469
3470 (ada_enum_name): Recognize new homonym-distinguishing convention.
3471 Adjust local variable's type to remove compiler warning.
3472 Fix a small problem in the part that unqualifies the enumeration name.
3473 (ada_value_binop): New function.
3474 (ada_value_equal): New function.
3475
3476 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
3477 Don't give error message when not doing normal evaluation
3478 and a tagged type doesn't seem to contain a structure member.
3479 Give error message for packed arrays.
3480 For indexing arrays, handle pointers to packed arrays correctly.
3481 Handle case of 'first and 'last attributes of bare integral type
3482 without encoded subtype info.
3483 Remove some unnecessary casts.
3484 Fix uninitialized value of type in computing 'first, 'last, or 'length
3485 of array object.
3486 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
3487 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
3488 calls.
3489 Attributes are now exp_opcode values.
3490 Correct treatment of 'modulus.
3491 Better error message for taking 'length of wrong kind of type;
3492 improve comment.
3493 Change EVAL_NORMAL to noside for consistency.
3494 Use ada_value_binop for DIV, MOD, REM.
3495 Make special case out of array of length 0, since an argument
3496 of 0 upsets some platforms' malloc.
3497 Use OP_STRING instead of OP_ARRAY.
3498 For slice, add check that we have an array type before extracting
3499 a slice out of it. Avoids a SEGV.
3500 When evaluating an array slice, if the array type is a reference to
3501 an aligner type, then replace the aligner type by the actual type.
3502 Decomment disabled code.
3503 Remove some dead code.
3504 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
3505 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
3506 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
3507 and UNOP_MBR to UNOP_IN_RANGE.
3508 If an array type has a parallel ___XVE type, then use it.
3509 Turn arrays into pointers for lvalue arrays.
3510 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
3511 bounds error and handle 0-length slices.
3512 Use lim_warning.
3513 When selecting fields, apply ada_to_fixed_value (because the fields
3514 might have ___XVU or ___XVE encodings even if not dynamic.)
3515 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
3516 (ada_is_system_address_type): New function.
3517
3518 (get_var_value): Use new interface to ada_lookup_symbol_list.
3519 (get_int_var_value): New interface.
3520 (to_fixed_range_type): Allow unknown bound, with warning.
3521 (ada_is_modular_type): Decomment disabled code.
3522 (ADA_OPERATORS): New definition.
3523 (ada_operator_length): New function.
3524 (ada_expr_op_name): New function.
3525 (ada_forward_operator_length): New function.
3526 (ada_dump_subexp_body): New function.
3527 (ada_print_subexp): New function.
3528 (ada_exp_descriptor): New constant.
3529 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3530 (ada_language_defn): Add ada_exp_descriptor entry.
3531 Change ada_parse => parse.
3532 Add post-parser entry.
3533 Use ada-specific non-local symbol lookup.
3534 Don't use C-style arrays.
3535 String lower-bound is 1.
3536 Decomment disabled code.
3537 (parse): New function.
3538 New fields ada_translate_error_message, ada_lookup_symbol,
3539 ada_lookup_minimal_symbol.
3540
3541 * ada-lang.h: Update copyright dates.
3542 Replace the mangle/demangle terminology throughout by the
3543 more appropriate encode/decode one.
3544 Include breakpoint.h.
3545 Forward declare struct partial_symbol, struct block.
3546 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
3547 (EXTRACT_ADDRESS): Remove.
3548 (EXTRACT_INT): Remove.
3549 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
3550 (MAX_ENCLOSING_FRAME_LEVELS): Define.
3551 (MAX_RENAMING_CHAIN_LENGTH): Define.
3552 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
3553
3554 (enum task_states): Remove.
3555 ada_task_states: Remove.
3556 (fat_string): Remove.
3557 (struct entry_call): Remove.
3558 (struct task_fields): Remove.
3559 (struct task_entry): Remove.
3560
3561 (struct ada_symbol_info): Define.
3562 (enum ada_attribute): Remove.
3563 (enum ada_operator): Define.
3564
3565 (ada_get_field_index): Declare.
3566 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
3567 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3568 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3569 (ada_lookup_symbol_list): New interface.
3570 (ada_decode_symbol): Declare.
3571 (ada_decode): Declare.
3572 (ada_lookup_symbol): New interface.
3573 (ada_update_initial_language): Declare.
3574 (ada_lookup_simple_minsym): Declare.
3575 (user_select_syms): New interface.
3576 (ada_sals_for_line): Declare.
3577 (ada_is_tagged_type): New interface.
3578 (ada_tag_name): Declare.
3579 (ada_lookup_struct_elt_type): Remove declaration.
3580 (ada_search_struct_field): Remove declaration.
3581 (ada_attribute_name): New interface.
3582 (ada_is_system_address_type): Declare.
3583 (ada_to_fixed_value): Remove declaration.
3584 (ada_template_to_fixed_record_type_1): Declare.
3585 (get_int_var_value): New interface.
3586 (ada_find_any_symbol): Declare.
3587 (ada_find_renaming_symbol): Declare.
3588 (ada_mangle): Rename to ada_encode.
3589 (ada_simple_renamed_entity): Remove const.
3590 (ada_main_name): Declare.
3591 (get_current_task): Rename to ada_get_current_task.
3592 (get_entry_number): Remove declaration.
3593 (ada_report_exception_break): Remove declaration.
3594 (ada_print_exception_breakpoint_nontask): Declare.
3595 (ada_print_exception_breakpoint_task): Declare.
3596 (ada_find_printable_frame): Declare.
3597
3598 * ada-lex.l: Update copyright notices.
3599 Use xmalloc and xfree instead of malloc and free.
3600 Use new interface to name_lookup.
3601 Use new interface to
3602 ada_mangle=>ada_encode.
3603 Redo handling of '$...' variable to parallel current treatment
3604 in c-exp.y.
3605 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
3606 digit_to_int, strtoulst, processInt, processReal, processId,
3607 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
3608 yywrap): Protoize.
3609
3610 (processInt): Use cast to remove harmless warning.
3611 (processReal): Modify to get rid of compiler warning on scan formats.
3612
3613 (processId): Replace xmalloc with obstack_alloc for name and remove
3614 call to ada_name_string_cleanup.
3615 Remove obsolete disabled code.
3616 (name_lookup): Ditto.
3617 New interface.
3618 Use obsavestring on temp_parse_space instead of savestring
3619 on name, and remove call to ada_name_string_cleanup.
3620 Free string returned from ada_simple_renamed_entity.
3621 Use new interface to ada_lookup_symbol_list.
3622 Decomment disabled code.
3623 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
3624 not types.
3625 When a type name lookup succeeds as a result of
3626 lookup_primitive_typename, check for regular type entry that has not
3627 yet been read in.
3628 Limit length of chain of renamed symbols we are willing to follow.
3629 Do not break names beginning with "standard__" into segments.
3630 (block_lookup): Use new interface to ada_lookup_symbol_list.
3631
3632 * ada-typeprint.c: Update copyright notice.
3633 (demangled_type_name): Rename to decoded_type_name.
3634 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
3635 (print_range_bound): Correct handling of negative
3636 bounds that make the index type looked unsigned under STABS.
3637 (print_dynamic_range_bound): Use new interface to get_int_var_value.
3638 (print_range_type_named): Use the builtin int type if no type
3639 corresponding to the given type name could be found.
3640 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
3641 Add some bullet-proofing.
3642 (print_variant_clauses): Allow for variant branches with ___XVU
3643 encodings that are not dynamic fields.
3644 Use new interface to ada_is_tagged_type.
3645 (print_record_type): Allow for fields with ___XVE encodings that
3646 are not dynamic fields.
3647 Use new interface to ada_is_tagged_type.
3648 (ada_print_type): ada_is_array_descriptor =>
3649 ada_is_array_descriptor_type.
3650
3651 * ada-valprint.c: Update copyright notice.
3652 Include gdb_string.h
3653 Include infcall.h
3654 (ui_memcpy): New function.
3655 (ada_print_floating): New function.
3656 (ada_print_str): Order arguments correctly.
3657 Correct handling of empty arrays and arrays of 0-length items.
3658 ada_is_array_descriptor => ada_is_array_descriptor_type
3659 Print values of type System.Address in hexadecimal format.
3660 Use ada_print_floating to print floating-point numbers in Ada format.
3661 Print class tag values with type names.
3662 No longer print the address of reference values. Avoids
3663 a potential confusion.
3664 (ada_value_print): Stop printing the object type for reference
3665 values, but preserve that behavior for access types. Avoids
3666 a potential confusion.
3667 Simplify one conditional expression, as the first part is now
3668 necessarily true.
3669 ada_is_array_descriptor => ada_is_array_descriptor_type
3670 Add check for arrays for null records, and print them by hand.
3671
3672 2004-06-01 Jim Blandy <jimb@redhat.com>
3673
3674 * ppc-tdep.h: Delete unused 'regoff' member.
3675 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
3676
3677 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
3678
3679 Fix PR symtab/1661.
3680 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
3681 (hpread_read_struct_type): Likewise.
3682
3683 2004-06-01 Andrew Cagney <cagney@gnu.org>
3684
3685 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
3686 instead of xasprintf.
3687 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
3688 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
3689 (mi_cmd_data_list_register_names)
3690 (mi_cmd_data_list_changed_registers)
3691 (mi_cmd_data_list_register_values)
3692 (get_register, mi_cmd_data_write_register_values)
3693 (mi_cmd_data_write_register_values)
3694 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
3695 (mi_cmd_target_download, mi_cmd_target_select)
3696 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
3697 (mi_execute_cli_command, mi_execute_async_cli_command)
3698 (mi_execute_async_cli_command): Ditto.
3699 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
3700 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
3701
3702 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
3703 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
3704 error_last_message instead of mi_error_last_message.
3705 * mi/mi-main.c (mi_error_last_message): Delete function.
3706
3707 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
3708 "invalid number of columns" error. Delete redundant "out of
3709 memory" check.
3710
3711 2004-05-31 Mark Kettenis <kettenis@gnu.org>
3712
3713 * i386bsd-nat.c: Don't include <sys/procfs.h>.
3714 (gregset_t, fpregset_t): Remove typedefs.
3715 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
3716 (REG_OFFSET): Rename argument.
3717 (i386bsd_r_reg_offset): Rename from reg_offset.
3718 (REG_ADDR): Remove macro.
3719 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
3720 functions.
3721 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
3722 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
3723 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
3724 instead of supply_gregset.
3725 (store_inferior_registers): Use `struct reg' and `struct fpreg'
3726 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
3727 instead of fill_gregset.
3728 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
3729
3730 * i386bsd-nat.c: Don't include "gregset.h".
3731 (supply_gregset, fill_gregset): Make static.
3732 (supply_fpregset, fill_fpregset): Remove.
3733 * Makefile.in (i386bsd-nat.o): Update dependencies.
3734
3735 2004-05-30 Mark Kettenis <kettenis@gnu.org>
3736
3737 * fbsd-proc.c: Include "regcache.h", "regset.h" and
3738 "gdb_assert.h". Con't include "gregset.h".
3739 (fbsd_make_corefile_notes): Use regset-based core file support
3740 instead off fill_gregset and fill_fpregset.
3741 * Makefile.in (fbsd-proc.o): Update dependencies.
3742
3743 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
3744 instructions.
3745 (m88k_frame_prev_register): Simplify code a bit.
3746
3747 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
3748 (amd64_collect_fpregset): New function.
3749 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
3750
3751 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
3752
3753 * i386-tdep.c (i386_supply_gregset): Adjust comment.
3754 (i386_collect_gregset): New function.
3755 (i386_supply_fpregset): Adjust comment.
3756 (i386_collect_fpregset): New function.
3757 (i386_regset_from_core_section): Use i386_collect_gregset and
3758 i386_collect_fpregset.
3759
3760 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
3761 handle VALUEP being null.
3762
3763 * regset.h (collect_regset_ftype): Unconstify fourth argument.
3764
3765 2004-05-29 Mark Kettenis <kettenis@gnu.org>
3766
3767 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
3768
3769 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
3770 assembler in OpenBSD 3.5-current.
3771 (amd64obsd_sigcontext_addr): Likewise.
3772
3773 2004-05-28 Jim Blandy <jimb@redhat.com>
3774
3775 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
3776 register set, so our regcache isn't declared "legacy" and our E500
3777 pseudoregister read and write functions aren't ignored.
3778 (rs6000_register_byte, rs6000_register_raw_size,
3779 rs6000_register_virtual_type, rs6000_register_convertible,
3780 rs6000_register_convert_to_virtual,
3781 rs6000_register_convert_to_raw): Deleted.
3782 (rs6000_register_type, rs6000_convert_register_p,
3783 rs6000_register_to_value, rs6000_value_to_register): New
3784 functions.
3785 (rs6000_gdbarch_init): Don't register
3786 gdbarch_deprecated_register_size,
3787 gdbarch_deprecated_register_bytes,
3788 gdbarch_deprecated_register_byte,
3789 gdbarch_deprecated_register_raw_size,
3790 gdbarch_deprecated_register_virtual_type,
3791 gdbarch_deprecated_register_convertible,
3792 gdbarch_deprecated_register_convert_to_virtual, or
3793 gdbarch_deprecated_register_convert_to_raw methods. Instead,
3794 register gdbarch_register_type, gdbarch_convert_register_p,
3795 gdbarch_register_to_value, and gdbarch_value_to_register methods.
3796
3797 2004-05-26 Jim Blandy <jimb@redhat.com>
3798
3799 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
3800 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
3801 functions, updated to match the register numberings used in GCC.
3802 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
3803 rs6000_dwarf2_reg_to_regnum as register number conversions
3804 functions for STABS and Dwarf2.
3805
3806 2004-05-26 Randolph Chung <tausq@debian.org>
3807
3808 * infttrace.h (target_waitkind): Forward declare type instead of pulling
3809 in header file.
3810
3811 2004-05-25 Joel Brobecker <brobecker@gnat.com>
3812
3813 * NEWS: Document new "start" command.
3814
3815 2004-05-25 Randolph Chung <tausq@debian.org>
3816
3817 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
3818 hppa-linux.
3819
3820 2004-05-25 Randolph Chung <tausq@debian.org>
3821
3822 * hppa-hpux-tdep.c (offsetof): Define.
3823 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
3824 (hppa32_hpux_frame_base_before_sigtramp)
3825 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
3826 (hppa64_hpux_frame_saved_pc_in_sigtramp)
3827 (hppa64_hpux_frame_base_before_sigtramp)
3828 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
3829 functions.
3830 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
3831 (hppa_hpux_sigtramp_frame_unwind_cache)
3832 (hppa_hpux_sigtramp_frame_this_id)
3833 (hppa_hpux_sigtramp_frame_prev_register)
3834 (hppa_hpux_sigtramp_frame_unwind)
3835 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
3836 (hppa_hpux_init_abi): Register sigtramp unwinder.
3837 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
3838
3839 2004-05-25 Randolph Chung <tausq@debian.org>
3840
3841 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
3842 and multiple stack unwinds.
3843 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
3844
3845 2004-05-25 Andrew Cagney <cagney@gnu.org>
3846
3847 * symfile.h (symbol_file_add_from_memory): Delete declaration.
3848 * symfile-mem.h: Delete file.
3849 * symfile-mem.c: Do not include "symfile-mem.h".
3850 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
3851 "struct bfd_section". When an error do not bother returning NULL.
3852 (add_symbol_file_from_memory_command): Use "struct bfd" and
3853 "struct bfd_section".
3854 * Makefile.in (symfile_mem_h): Delete.
3855 (symfile-mem.o): Update dependencies.
3856
3857 2004-05-25 Nick Roberts <nickrob@gnu.org>
3858
3859 * gdb-mi.el: New file.
3860
3861 2004-05-25 Andrew Cagney <cagney@gnu.org>
3862
3863 * inftarg.c: Include "observer.h".
3864 (child_attach, child_create_inferior): Notify inferior_created.
3865 * corelow.c: Include "observer.h".
3866 (core_open): Notify inferior_created.
3867 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
3868
3869 2004-05-25 Andrew Cagney <cagney@gnu.org>
3870
3871 * target.h (struct target_ops): Add from_tty to
3872 to_create_inferior.
3873 (target_create_inferior, find_default_create_inferior): Update.
3874 * infcmd.c (run_command): Update.
3875 * wince.c (child_create_inferior): Update.
3876 * win32-nat.c (child_create_inferior): Update.
3877 * uw-thread.c (uw_thread_create_inferior): Update.
3878 * thread-db.c (thread_db_create_inferior): Update.
3879 * target.c (debug_to_create_inferior)
3880 (find_default_create_inferior): Update.
3881 (maybe_kill_then_create_inferior): Update.
3882 * sol-thread.c (sol_thread_create_inferior): Update.
3883 * remote.c (extended_remote_async_create_inferior)
3884 (extended_remote_create_inferior): Update.
3885 * remote-vx.c (vx_create_inferior): Update.
3886 * remote-st.c (st2000_create_inferior): Update.
3887 * remote-sim.c (gdbsim_create_inferior): Update.
3888 * remote-sds.c (sds_create_inferior): Update.
3889 * remote-rdp.c (remote_rdp_create_inferior): Update.
3890 * remote-rdi.c (arm_rdi_create_inferior): Update.
3891 * remote-m32r-sdi.c (m32r_create_inferior): Update.
3892 * remote-e7000.c (e7000_create_inferior): Update.
3893 * procfs.c (procfs_create_inferior): Update.
3894 * ocd.c (ocd_create_inferior): Update.
3895 * ocd.h (ocd_create_inferior): Update.
3896 * nto-procfs.c (procfs_create_inferior): Update.
3897 * monitor.c (monitor_create_inferior): Update.
3898 * lin-lwp.c (lin_lwp_create_inferior): Update.
3899 * inftarg.c (child_create_inferior): Update.
3900 * hpux-thread.c (hpux_thread_create_inferior): Update.
3901 * gnu-nat.c (gnu_create_inferior): Update.
3902
3903 2004-05-25 Andrew Cagney <cagney@gnu.com>
3904
3905 * MAINTAINERS: Update e-mail address.
3906
3907 2004-05-24 Randolph Chung <tausq@debian.org>
3908
3909 * thread.c (info_threads_command, thread_apply_all_command)
3910 (thread_apply_command, thread_command, do_captured_thread_select):
3911 Remove HPUXHPPA-specific code.
3912
3913 2004-05-24 Randolph Chung <tausq@debian.org>
3914
3915 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
3916 unused symbols.
3917 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
3918 references.
3919
3920 2004-05-24 Joel Brobecker <brobecker@gnat.com>
3921
3922 * infcmd.c (kill_if_already_running): New function, extracted
3923 from run_command().
3924 (run_command): Replace extracted code by call to
3925 kill_if_already_running().
3926 (start_command): New function.
3927 (_initialize_infcmd): Add "start" command.
3928
3929 2004-05-24 Mark Kettenis <kettenis@gnu.org>
3930
3931 Add OpenBSD/m88k support.
3932 * NEWS (New native configurations): Mention OpenBSD/m88k.
3933 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
3934 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
3935 * Makefile.in (m88k_tdep_h): New variable.
3936 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
3937 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
3938 * configure.host: Add m88*-*-openbsd*.
3939 * configure.tgt: Add m88*-*-openbsd*.
3940
3941 2004-05-24 Jim Blandy <jimb@redhat.com>
3942
3943 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
3944 to approve changes.
3945
3946 2004-05-24 Kevin Buettner <kevinb@redhat.com>
3947
3948 * symtab.c (fixup_section): Search section table when lookup by
3949 name fails.
3950
3951 2004-05-24 Randolph Chung <tausq@debian.org>
3952
3953 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
3954 be "small_struct".
3955
3956 2004-05-24 Mark Kettenis <kettenis@gnu.org>
3957
3958 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
3959 register number in regcache_raw_collect call.
3960 (m68kbsd_collect_fpregset): Likewise.
3961 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
3962
3963 * regset.h (struct regset): Add back `regset' member.
3964
3965 2004-05-23 Mark Kettenis <kettenis@gnu.org>
3966
3967 * configure.in: Check for td_pcb in `struct thread'.
3968 * configure, config.in: Regenerated.
3969
3970 * dpx2-nat.c: Remove file.
3971 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
3972 (dpx2-nat.o): Remove dependencies.
3973
3974 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
3975 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
3976 (amd64obsd_supply_pcb): New function.
3977 (_initialize_amd64obsd_nat): Enable libkvm interface.
3978 * Makefile.in (amd64obsd-nat.o): Update dependencies.
3979 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
3980 (LOADLIBES): New variable.
3981
3982 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
3983 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
3984 (sparc32nbsd_supply_pcb): New function.
3985 (_initialize_sparcnbsd_nat): Enable libkvm interface.
3986 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
3987 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3988 (LOADLIBES): New variable.
3989
3990 2004-05-22 Mark Kettenis <kettenis@gnu.org>
3991
3992 * bsd-kvm.c, bsd-kvm.h: New files.
3993 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3994 "bsd-kvm.h".
3995 (i386fbsd_supply_pcb): New function.
3996 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
3997 (i386fbsd-nat.o): Update dependencies.
3998 (bsd_kvm_h): New variable.
3999 (bsd-kvm.o): New dependency.
4000 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4001 (LOADLIBES): New variable.
4002
4003 * regset.c: Tweak comment.
4004 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4005 macro.
4006 * regset.h: Update copyright year.
4007 (struct regset): Remove `descr' member, add `gdbarch' member.
4008 (regset_alloc): Adjust prototype and comment.
4009 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4010 (i386_supply_fpregset): Likewise.
4011 (i386_regset_from_core_section): Update call to regset_alloc.
4012 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4013 REGSET->arch.
4014 (i386obsd_aout_regset_from_core_section): Update call to
4015 regset_alloc.
4016 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4017 REGSET->arch.
4018 (i386nbsd_aout_regset_from_core_section): Update call to
4019 regset_alloc.
4020 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4021 REGSET->arch.
4022 (amd64_regset_from_core_section): Update call to regset_alloc.
4023 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4024 REGSET->arch.
4025 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4026 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4027 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4028 (sparc32nbsd_init_abi): Update call to regset_alloc.
4029 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4030 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4031 (sparc64obsd_init_abi): Update call to regset_alloc.
4032 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4033 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4034 (sparc64nbsd_init_abi): Update call to regset_alloc.
4035 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4036 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4037 (sparc64fbsd_init_abi): Update call to regset_alloc.
4038
4039 2004-05-22 Jim Blandy <jimb@redhat.com>
4040
4041 * ppc-tdep.h (spe_register_p): New declaration.
4042 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4043 ppc_spefscr_regnum.
4044 * rs6000-tdep.c (spe_register_p): New function.
4045 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4046 spefscr.
4047 (rs6000_gdbarch_init): Initialize the new members of the tdep
4048 structure.
4049
4050 2004-05-21 Jim Blandy <jimb@redhat.com>
4051
4052 * ppc-linux-nat.c (fetch_register): Move code back to be next
4053 to the comment that describes it. (Moved code, instead of
4054 comment, for symmetry with store_register.)
4055
4056 Allocate regset structures in the gdbarch's obstack, not using
4057 xmalloc.
4058 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4059 Add 'arch' argument. Allocate the regset on arch's obstack, not
4060 using xmalloc.
4061 * regset.h (regset_alloc): Update declaration.
4062 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4063 gdbarch argument.
4064 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4065 * i386-tdep.c (i386_regset_from_core_section): Same.
4066 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4067 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4068 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4069 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4070 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4071 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4072
4073 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4074
4075 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4076
4077 2004-05-21 Jim Blandy <jimb@redhat.com>
4078
4079 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4080 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4081
4082 2004-05-20 Jim Blandy <jimb@redhat.com>
4083
4084 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4085
4086 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4087
4088 * regset.h: Make prototype const-correct.
4089 * regset.c (regset_xmalloc): Make const-correct.
4090
4091 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4092
4093 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4094 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4095 (symbol_search_name): Declare.
4096
4097 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4098 (iter_name_next_hashed): Ditto.
4099 (iter_name_next_linear): Ditto.
4100 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4101
4102 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4103 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4104 (symbol_search_name): New function.
4105
4106 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4107
4108 * minsyms.c (build_minimal_symbol_hash_tables): Change
4109 test for adding to demangled hash table to check for difference
4110 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4111
4112 2004-05-19 Jim Blandy <jimb@redhat.com>
4113
4114 Use a constructor function to create regset structures.
4115 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4116 (struct regset): Use supply_regset_ftype. Add new
4117 'collect_regset' member.
4118 (regset_xmalloc): New declaration.
4119 * regset.c: New file.
4120 * am64-tdep.c (amd64_regset_from_core_section): Use
4121 regset_xmalloc to construct regset structures.
4122 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4123 * i386-tdep.c (i386_regset_from_core_section): Same.
4124 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4125 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4126 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4127 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4128 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4129 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4130 * Makefile.in (COMMON_OBS): Add regset.o.
4131 (regset.o): New rule.
4132
4133 2004-05-19 Joel Brobecker <brobecker@gnat.com>
4134
4135 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4136 and pthread_cond_wait.c.
4137
4138 2004-05-18 Jim Blandy <jimb@redhat.com>
4139
4140 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4141 before the mach-specific switch, and then let the individual cases
4142 override the defaults, rather than leaving them uninitialized
4143 until the switch and then setting them in each case.
4144
4145 2004-05-18 Randolph Chung <tausq@debian.org>
4146
4147 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4148 millicode functions.
4149
4150 2004-05-18 Randolph Chung <tausq@debian.org>
4151
4152 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4153 references to dld_flags_buffer consistent.
4154
4155 2004-05-18 Randolph Chung <tausq@debian.org>
4156
4157 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4158 it for unwinding the stack.
4159
4160 2004-05-18 Randolph Chung <tausq@debian.org>
4161
4162 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4163 Undefine these so we can overide them using gdbarch.
4164
4165 2004-05-18 Randolph Chung <tausq@debian.org>
4166
4167 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4168 handling for 64-bit HPUX (elf).
4169
4170 2004-05-18 Daniel Jacobowitz <dan@debian.org>
4171
4172 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4173 constants.
4174 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4175 * ia64-tdep.c (examine_prologue): Likewise.
4176 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4177 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4178
4179 2004-05-18 Mark Kettenis <kettenis@gnu.org>
4180
4181 * vax-tdep.c (vax_return_value): Implement
4182 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4183
4184 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4185
4186 * vax-tdep.c (vax_return_value): Fix typo.
4187
4188 2004-05-17 Andrew Cagney <cagney@redhat.com>
4189
4190 * MAINTAINERS: Mark Salter was also responsible for
4191 testsuite/config/
4192
4193 * NEWS: Mention signal fixes.
4194
4195 2004-05-17 Randolph Chung <tausq@debian.org>
4196
4197 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4198 check to see if we are unwinding an export stub. Export stubs clobber
4199 the %rp in the call path and stores the original rp in a stack slot.
4200
4201 2004-05-17 Jim Blandy <jimb@redhat.com>
4202
4203 * MAINTAINERS: Update address for J.T. Conklin.
4204
4205 2004-05-17 Randolph Chung <tausq@debian.org>
4206
4207 * hppa-tdep.c: Remove superfluous #include's.
4208 * Makefile.in (hppa-tdep.o): Update dependencies.
4209
4210 2004-05-17 Randolph Chung <tausq@debian.org>
4211
4212 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4213 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4214 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4215 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4216 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4217 Remove static function declarations.
4218
4219 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4220
4221 * alphabsd-nat.c: Update copyright year.
4222 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4223
4224 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4225 and M68K_A2_REGNUM.
4226
4227 * m68k-tdep.c (m68k_svr4_return_value): Implement
4228 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4229
4230 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4231
4232 * sol-thread.c Update copyright year. Fix various coding
4233 standards violations. Tweak a few comments.
4234 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4235 Delete prototypes.
4236
4237 2004-05-15 Randolph Chung <tausq@debian.org>
4238
4239 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4240 as pointer instead of array reference since HPUX compiler does
4241 not accept unsized array arguments.
4242 * somsolib.c (dld_flags_buffer): Use constant array size.
4243
4244 2004-05-15 Mark Kettenis <kettenis@gnu.org>
4245
4246 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4247 offset with decimal offset.
4248 (amd64obsd_sigcontext_addr): Return correct address for entire
4249 signal trampoline.
4250
4251 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4252 instead of get_frame_base.
4253
4254 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4255 (fill_gregset): Use regcache_raw_collect.
4256
4257 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4258 ppcobsd-tdep.c.
4259
4260 * config/sparc/tm-nbsd64.h: Remove file.
4261 * config/tm-sunos.h: Remove file.
4262
4263 2004-05-15 Joel Brobecker <brobecker@gnat.com>
4264
4265 * rs6000-tdep.c (store_param_on_stack_p): New function,
4266 an improved version of some code extracted from skip_prologue().
4267 (skip_prologue): Use store_param_on_stack_p() to detect
4268 instructions saving a parameter on the stack. Detect when r0
4269 is used to save a parameter.
4270 Do not mark "li rx, SIMM" instructions as part of the prologue,
4271 unless the following instruction is also part of the prologue.
4272
4273 2004-05-14 Andrew Cagney <cagney@redhat.com>
4274
4275 * infrun.c (handle_inferior_event): Simplify
4276 STEP_OVER_UNDEBUGGABLE.
4277
4278 * infrun.c (handle_step_into_function): Delete function.
4279 (handle_inferior_event): Inline calls to
4280 handle_step_into_function.
4281
4282 2004-05-14 Jerome Guitton <guitton@gnat.com>
4283
4284 * rs6000-nat.c: Fix a comment.
4285
4286 2004-05-12 David Anderson <davea@sgi.com>
4287
4288 Committed by Jim Blandy <jimb@redhat.com>:
4289 * regcache.c (struct regcache_descr): fix comment spelling.
4290
4291 2004-05-13 J. Brobecker <brobecker@gnat.com>
4292
4293 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4294 Fixes a link link failure.
4295
4296 2004-05-13 J. Brobecker <brobecker@gnat.com>
4297
4298 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4299 error that was causing the build to fail.
4300
4301 2004-05-13 J. Brobecker <brobecker@gnat.com>
4302
4303 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
4304 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
4305
4306 2004-05-13 Andrew Cagney <cagney@redhat.com>
4307
4308 * infrun.c (handle_inferior_event): Check for
4309 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
4310 calls. Update comments.
4311
4312 2004-05-13 Jim Blandy <jimb@redhat.com>
4313
4314 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
4315 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4316 (store_regs_user_thread, store_regs_kernel_thread): Use
4317 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
4318 * ppc-linux-nat.c (fill_gregset): Same.
4319 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
4320 (ppc_linux_sigtramp_cache): Same.
4321 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
4322 (ppcnbsd_sigtramp_cache_init): Same.
4323 * rs6000-nat.c (fetch_core_registers): Same.
4324 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4325 (rs6000_frame_cache): Same.
4326
4327 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
4328 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
4329 of assuming that the gprs are numbered starting with zero.
4330 * ppc-linux-nat.c (fill_gregset): Same.
4331 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
4332 * ppcnbsd-nat.c (getregs_supplies): Same.
4333 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
4334 * rs6000-nat.c (fetch_core_registers): Same.
4335 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
4336
4337 2004-05-07 Michael Snyder <msnyder@redhat.com>
4338
4339 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
4340 LOC_COMPUTED_ARG, and LOC_INDIRECT.
4341
4342 2004-05-13 Andrew Cagney <cagney@redhat.com>
4343
4344 * infrun.c (handle_inferior_event): Use frame_unwind_id.
4345
4346 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4347
4348 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
4349 base_address for shared libraries.
4350
4351 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4352
4353 * MAINTAINERS (write after approval): Add myself.
4354
4355 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4356
4357 * breakpoint.c (bpstat_stop_status): Add new argument
4358 STOPPED_BY_WATCHPOINT. Use it instead of testing
4359 target_stopped_data_address agaist 0 to check whether
4360 or not we stopped due to a hardware watchpoint.
4361 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4362 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4363 with new argument.
4364
4365 2004-05-12 Jim Blandy <jimb@redhat.com>
4366
4367 * configure.in: When checking whether we should use the -bbigtoc
4368 option, don't forget to restore the original value of LDFLAGS.
4369 * configure: Regenerated.
4370
4371 2004-05-12 Andrew Cagney <cagney@redhat.com>
4372
4373 * thread.c (load_infrun_state): Delete step_sp.
4374 * infrun.c (context_switch): Ditto.
4375 * inferior.h (step_sp): Ditto.
4376 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4377 * gdbthread.h (struct thread_info, save_infrun_state)
4378 (restore_infrun_state): Ditto.
4379
4380 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4381
4382 * MAINTAINERS (write after approval): Add myself.
4383
4384 2004-05-12 Andrew Cagney <cagney@redhat.com>
4385
4386 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
4387 eliminate reference to step_sp.
4388 (struct execution_control_state, init_execution_control_state)
4389 (handle_inferior_event, keep_going): Delete update_step_sp and
4390 step_sp.
4391 * infcmd.c (step_sp): Note that variable is unused.
4392
4393 2004-05-11 Andrew Cagney <cagney@redhat.com>
4394
4395 * infrun.c (step_over_function): Delete function.
4396 (handle_step_into_function): Use insert_step_resume_breakpoint.
4397 (insert_step_resume_breakpoint): Fix assertion.
4398
4399 2004-05-11 Nick Roberts <nickrob@gnu.org>
4400
4401 * utils.c (defaulted_query): Just use the normal query input type
4402 when printing the annotations.
4403
4404 2004-05-11 Andrew Cagney <cagney@redhat.com>
4405
4406 * infrun.c (handle_inferior_event): Simplify code handling
4407 step-into or return-from a signal trampoline.
4408
4409 2004-05-11 Andrew Cagney <cagney@redhat.com>
4410
4411 * ppcnbsd-tdep.c: Include "gdb_assert.h".
4412 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
4413
4414 2004-05-10 Jim Blandy <jimb@redhat.com>
4415
4416 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
4417 with a call to internal_error.
4418
4419 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
4420 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
4421 processor variant lacks those registers.
4422 (ppc_floating_point_unit_p): Change description to make it clear
4423 that this returns info about the ISA, not the ABI.
4424 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
4425 return true or false by checking tdep->ppc_fp0_regnum and
4426 tdep->ppc_fpscr_regnum. The original code replicated the BFD
4427 arch/mach switching done in rs6000_gdbarch_init; it's better to
4428 keep that logic there, and just check the results here.
4429 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
4430 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
4431 floating-point registers.
4432 (ppc_supply_fpregset, ppc_collect_fpregset)
4433 (rs6000_push_dummy_call, rs6000_extract_return_value)
4434 (rs6000_store_return_value): Assert that we have floating-point
4435 registers.
4436 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
4437 (rs6000_frame_cache): Don't note the locations at which
4438 floating-point registers were saved if we have no fprs.
4439 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
4440 registers.
4441 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4442 (store_regs_user_thread, store_regs_kernel_thread): Only call
4443 supply_fprs / fill_fprs if we actually have floating-point
4444 registers.
4445 (special_register_p): Check ppc_fpscr_regnum before matching
4446 against it.
4447 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
4448 supply / collect fpscr if we don't have it.
4449 * ppc-bdm.c: #include "gdb_assert.h".
4450 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
4451 have floating-point registers, since I can't test this code on
4452 FP-free systems to adapt it.
4453 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
4454 fpscr and floating point register numbers if they don't exist.
4455 (fetch_register): Assert that we have floating-point registers
4456 before we reach the code that handles them.
4457 (store_register): Same. And use tdep instead of calling
4458 gdbarch_tdep again.
4459 (fill_fpregset): Don't try to collect FP registers and fpscr if we
4460 don't have them.
4461 (ppc_linux_sigtramp_cache): Don't record the saved locations of
4462 fprs and fpscr if we don't have them.
4463 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
4464 don't have them.
4465 * ppcnbsd-nat.c: #include "gdb_assert.h".
4466 (getfpregs_supplies): Assert that we have floating-point registers.
4467 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
4468 * ppcobsd-tdep.c: #include "gdb_assert.h".
4469 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
4470 have floating-point registers.
4471 * rs6000-nat.c (regmap): Don't match against the fpscr and
4472 floating point register numbers if they don't exist.
4473 (fetch_inferior_registers, store_inferior_registers,
4474 fetch_core_registers): Only fetch / store / supply the
4475 floating-point registers and the fpscr if we have them.
4476 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
4477 (ppcobsd-tdep.o): Update dependencies.
4478
4479 2004-05-10 Andrew Cagney <cagney@redhat.com>
4480
4481 * infrun.c (through_sigtramp_breakpoint): Delete variable.
4482 (context_switch): Do not switch through_sigtramp_breakpoint.
4483 * gdbthread.h (save_infrun_state, load_infrun_state)
4484 (struct thread_info): Delete through_sigtramp_breakpoint parameter
4485 and structure member.
4486 * thread.c (load_infrun_state, save_infrun_state): Update.
4487
4488 2004-05-10 Mark Kettenis <kettenis@gnu.org>
4489
4490 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
4491
4492 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4493
4494 * acinclude.m4: Quote macro names being defined by AC_DEFUN
4495 throughout.
4496 * aclocal.m4: Regenerate.
4497
4498 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
4499
4500 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
4501
4502 2004-05-10 Andrew Cagney <cagney@redhat.com>
4503
4504 * infrun.c (check_sigtramp2): Delete function.
4505 (handle_inferior_event): When single stepping, and taking a
4506 signal, set a breakpoint at the signal return address. Delete
4507 redundant calls to check_sigtramp2.
4508 (insert_step_resume_breakpoint): New function.
4509 (through_sigtramp_breakpoint, handle_inferior_event)
4510 (follow_exec, wait_for_inferior, fetch_inferior_event)
4511 (currently_stepping, keep_going): Delete most uses of
4512 through_sigtramp_breakpoint, not that it should be deleted.
4513 (delete_breakpoint_current_contents): Delete function.
4514
4515 2004-05-10 Randolph Chung <tausq@debian.org>
4516
4517 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
4518 target.
4519 * config/pa/tm-linux.h: New file.
4520
4521 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
4522
4523 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4524 of prefixes. Don't print the prefix twice in the CLI.
4525
4526 2004-05-10 Jim Blandy <jimb@redhat.com>
4527
4528 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4529 collect all the gprs.
4530
4531 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4532 loop collecting gprs.
4533
4534 2004-05-09 Andrew Cagney <cagney@redhat.com>
4535
4536 * remote-vx.c (net_step): Delete step-range code.
4537 * remote.c (remote_resume, init_all_packet_configs)
4538 (set_remote_protocol_E_packet_cmd)
4539 (show_remote_protocol_E_packet_cmd)
4540 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4541 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4542 (show_remote_protocol_e_packet_cmd): Ditto.
4543
4544 2004-05-09 Mark Kettenis <kettenis@gnu.org>
4545
4546 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
4547
4548 * hppa-tdep.h: Update copyright year.
4549 (struct trad_frame_saved_reg): Add opaque declaration.
4550
4551 * amd64-tdep.c (amd64_return_value): Implement
4552 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4553
4554 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
4555 (m68k_value_to_register): New functions.
4556 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
4557 value_to_register.
4558
4559 * defs.h (enum return_value_convention): Add
4560 RETURN_VALUE_ABI_RETURNS_ADDRESS and
4561 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
4562 * infcmd.c (legacy_return_value): New function.
4563 (print_return_value): Rwerite to implement
4564 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4565 * values.c (using_struct_return): Check for inequality to
4566 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
4567 RETURN_VALUE_STRUCT_CONVENTION.
4568 * i386-tdep.c (i386_return_value): Implement
4569 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4570
4571 * vax-tdep.c: Tweak comments. Reorder include files. Don't
4572 include "symtab.h", "opcode/vax.h" and "inferior.h".
4573 (vax_skip_prologue): Replace calls to read_memory_integer by calls
4574 to read_memory_unsigned_integer.
4575 (vax_gdbarch_init): Reorder.
4576 (_initialize_vax_tdep): Spell out prototype.
4577 * Makefile.in (vax-tdep.o): Update dependencies.
4578
4579 2004-05-08 Andrew Cagney <cagney@redhat.com>
4580
4581 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
4582 * target.c (target_detach, target_disconnect): Ditto.
4583
4584 * infcall.c (call_function_by_hand): When no
4585 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
4586 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
4587 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
4588 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4589 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4590
4591 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
4592 * gdbarch.h, gdbarch.c: Re-generate.
4593 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4594 deprecated_fix_call_dummy.
4595 * v850-tdep.c (v850_gdbarch_init): Ditto.
4596 * infcall.c (call_function_by_hand): Do not call
4597 DEPRECATED_FIX_CALL_DUMMY.
4598
4599 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
4600 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
4601 * gdbarch.h, gdbarch.c: Re-generate.
4602 * arm-linux-tdep.c (arm_linux_call_dummy_words)
4603 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
4604 deprecated_sizeof_call_dummy_words.
4605 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
4606 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4607 * v850-tdep.c (v850_gdbarch_init): Ditto.
4608 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4609 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
4610 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4611 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4612 * arch-utils.h (legacy_call_dummy_words)
4613 (legacy_sizeof_call_dummy_words): Delete declarations.
4614 * arch-utils.c (legacy_call_dummy_words)
4615 (legacy_sizeof_call_dummy_words): Delete variables.
4616
4617 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
4618 * gdbarch.h, gdbarch.c: Re-generate.
4619 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
4620 * infcall.c (call_function_by_hand): Eliminate call to
4621 DEPRECATED_PUSH_DUMMY_FRAME.
4622 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4623 push_dummy_frame.
4624 (ns32k_push_dummy_frame): Delete function.
4625
4626 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4627 deprecated_call_dummy_breakpoint_offset or
4628 deprecated_call_dummy_start_offset.
4629 * dummy-frame.c, arm-tdep.c: Update comments.
4630 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
4631 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
4632 * gdbarch.h, gdbarch.c: Re-generate.
4633
4634 * infcall.c (legacy_push_dummy_code): Delete function.
4635 (push_dummy_code): Delete call.
4636
4637 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
4638 * gdbarch.h, gdbarch.c: Re-generate.
4639 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
4640 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
4641 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
4642 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
4643
4644 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
4645 (struct frame_info): Delete opaque declaration.
4646 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
4647 * frame.c (get_frame_type): Delete call.
4648
4649 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4650 pc_in_call_dummy.
4651 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
4652 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
4653
4654 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4655
4656 * alphanbsd-tdep.c: Include "gdb_string.h".
4657 * armnbsd-tdep.c: Update copyright year.
4658 Include "gdb_string.h".
4659 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
4660 dependencies.
4661
4662 * delta68-nat.c: Remove file.
4663 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
4664 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
4665 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
4666 (delta68-nat.o): Remove dependency.
4667
4668 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
4669 function.
4670 (m68k_gdbarch_init): Don't set
4671 deprecated_frameless_function_invocation.
4672
4673 2004-05-07 Randolph Chung <tausq@debian.org>
4674
4675 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
4676 read_memory_nobpt for code reading when doing frame unwinding.
4677 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
4678
4679 2004-05-07 Randolph Chung <tausq@debian.org>
4680
4681 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
4682 instead of sp, handle sigaltstack case.
4683 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
4684 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
4685 signal handler and not that of the caller.
4686 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
4687 hppa_linux_sigtramp_find_sigcontext.
4688
4689 2004-05-07 Randolph Chung <tausq@debian.org>
4690
4691 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
4692 hppa-linux-nat.c.
4693 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
4694 * hppa-linux-nat.c (fetch_register, store_register): Define.
4695 (fetch_inferior_registers, store_inferior_registers): Define.
4696 (supply_gregset): Add comment and clean up some unneeded code.
4697 (fill_gregset): Add comment and fix so that it saves registers in
4698 the right place in the gregset.
4699 (fill_fpregset): Fix buffer overrun problem.
4700 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4701
4702 2004-05-07 Randolph Chung <tausq@debian.org>
4703
4704 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
4705 do common handling of the pcoqt register.
4706 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
4707 to use helper function.
4708 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
4709 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
4710 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
4711 generic fallback unwinder when all else fails.
4712 (hppa_gdbarch_init): Add fallback sniffer.
4713 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
4714 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
4715 to use helper function.
4716
4717 2004-05-08 Joel Brobecker <brobecker@gnat.com>
4718
4719 * config/djgpp/fnchange.lst: Add translation rules for
4720 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
4721
4722 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4723
4724 * frame.c (get_prev_frame_1): Work around GCC bug.
4725 * frame.h: Add comment about GCC bug.
4726
4727 2004-05-07 Andrew Cagney <cagney@redhat.com>
4728
4729 * observer.c: Include "commands.h" and "gdbcmd.h".
4730 (observer_debug, _initialize_observer): Add the
4731 command "set/show debug observer".
4732 * observer.sh: When observer debugging, log notify calls.
4733 * Makefile.in (observer.o): Update dependencies.
4734
4735 2004-05-07 Jason Molenda (jmolenda@apple.com)
4736
4737 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
4738
4739 2004-05-07 Jim Blandy <jimb@redhat.com>
4740
4741 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
4742 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
4743 to recognize gpr regnums, instead of assuming that
4744 tdep->ppc_fp0_regnum marks the end of the general-purpose
4745 registers.
4746
4747 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
4748 the given architecture has floating-point registers.
4749
4750 2004-05-07 Andrew Cagney <cagney@redhat.com>
4751
4752 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
4753 macro defined to 1.
4754 * gdbarch.h, gdbarch.c: Re-generate.
4755 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4756 deprecated_use_generic_dummy_frames.
4757
4758 2004-05-07 Brian Ford <ford@vss.fsi.com>
4759
4760 * NEWS: Mention Cygwin DWARF 2 support.
4761
4762 2004-05-07 Andrew Cagney <cagney@redhat.com>
4763
4764 * objfiles.h (struct entry_info): Delete unused fields
4765 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
4766 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
4767 * mipsread.c (mipscoff_symfile_read): Update.
4768 * mdebugread.c (parse_partial_symbols): Update.
4769 * dwarfread.c (read_file_scope): Update.
4770 * dwarf2read.c (read_file_scope): Update.
4771 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
4772 * coffread.c (complete_symtab): Update.
4773
4774 2004-05-07 Mark Kettenis <kettenis@gnu.org>
4775
4776 * infcall.c (_initialize_infcall): Fix typo.
4777
4778 2004-05-07 Andrew Cagney <cagney@redhat.com>
4779
4780 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
4781 * command.h (add_setshow_zinteger_cmd): Declare.
4782
4783 2004-05-06 Randolph Chung <tausq@debian.org>
4784
4785 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
4786 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
4787 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
4788 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
4789 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
4790 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
4791 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
4792 definitions ...
4793 * hppa-tdep.h: ... to here, with HPPA_ prefix.
4794 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
4795 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
4796 (hppa64_hpux_frame_find_saved_regs_in_sig)
4797 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
4798 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
4799 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
4800 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
4801 (hppa_linux_sigtramp_frame_prev_register): Likewise.
4802 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
4803 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
4804 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
4805 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
4806 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
4807 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
4808 (hppa32_register_type, hppa_cannot_store_register)
4809 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
4810 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
4811 * hpread.c (hpread_process_one_debug_symbol): Likewise.
4812 * pa64solib.c (pa64_solib_have_load_event)
4813 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
4814 (pa64_solib_unloaded_library_pathname): Likewise.
4815 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
4816 (som_solib_library_pathname): Likewise.
4817
4818 2004-05-05 Jim Ingham <jingham@apple.com>
4819
4820 * breakpoint.c (create_breakpoints): Copy the ignore count and
4821 thread id over from the pended breakpoint to the actual
4822 breakpoint.
4823
4824 2004-05-05 Andrew Cagney <cagney@redhat.com>
4825
4826 * gdbarch.sh (PARM_BOUNDARY): Delete.
4827 gdbarch.h, gdbarch.c: Re-generate.
4828 * valops.c (PARM_BOUNDARY): Delete macro.
4829 (value_push): Delete PARM_BOUNDARY code.
4830 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
4831
4832 2004-05-04 Jim Blandy <jimb@redhat.com>
4833
4834 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
4835 Don't assume that the gprs, fprs, and UISA sprs are
4836 contiguous, start at register number zero, and end with fpscr.
4837 Instead, use the numbers from the tdep structure.
4838
4839 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
4840 should no longer be used in code specific to the RS6000 and its
4841 derivatives.
4842 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
4843 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
4844 tdep->ppc_fp0_regnum.
4845 (ppc_supply_fpregset, ppc_collect_fpregset)
4846 (rs6000_push_dummy_call, rs6000_extract_return_value)
4847 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
4848 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
4849 FP0_REGNUM.
4850 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
4851 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
4852 Same.
4853 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
4854 bdm_ppc_store_registers): Same.
4855 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
4856 (store_register, fill_fpregset): Same.
4857 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
4858 (ppc_linux_supply_fpregset): Same.
4859 * ppcnbsd-nat.c (getfpregs_supplies): Same.
4860 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
4861 Same.
4862 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
4863 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
4864 ppc64_sysv_abi_return_value): Same.
4865 * rs6000-nat.c (regmap, fetch_inferior_registers)
4866 (store_inferior_registers, fetch_core_registers): Same.
4867
4868 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4869
4870 * m68knbsd-nat.c: Remove file.
4871 * m68knbsd-tdep.c: Remove file.
4872 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
4873 dependencies.
4874 * configure.host: Add m68k-*-netbsdelf*.
4875 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
4876 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
4877 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
4878 (XM_FILE): Remove.
4879 * config/m68k/nbsdelf.mh: New file.
4880 * config/m68k/nbsd.mt: New file.
4881 * config/m68k/nbsdaout.mt: Remove file.
4882 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
4883 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
4884 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
4885 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
4886 (use_struct_convention): Remove prototype.
4887 (USE_STRUCT_CONVENTION): Remove define.
4888 * config/m68k/xm-nbsd.h: Remove file.
4889
4890 2004-05-04 Michael Snyder <msnyder@redhat.com>
4891
4892 * m68k-tdep.c (m68k_gdbarch_init): Default to using
4893 reg_struct_return method (as gcc usually does for cross targets).
4894
4895 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4896
4897 Committed by Andrew Cagney.
4898 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
4899 alignment padding when accessing ucontext struct members.
4900
4901 2004-05-04 Jim Blandy <jimb@redhat.com>
4902
4903 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
4904 'ppc_gplast_regnum' member.
4905 (ppc_num_gprs): New enum constant.
4906 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
4907 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
4908 * rs6000-nat.c (regmap, fetch_inferior_registers,
4909 store_inferior_registers): Same.
4910 * rs6000-tdep.c (e500_pseudo_register_read)
4911 (e500_pseudo_register_write): Same.
4912 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
4913
4914 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
4915 * ppc-tdep.h (ppc_num_fprs): New enum constant.
4916 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
4917 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
4918 FPLAST_REGNUM.
4919 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
4920 Same.
4921 * ppc-linux-nat.c (ppc_register_u_addr): Same.
4922 * rs6000-nat.c (regmap, fetch_inferior_registers)
4923 (store_inferior_registers): Same.
4924
4925 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
4926 with FPLAST_REGNUM.
4927
4928 2004-05-03 Joel Brobecker <brobecker@gnat.com>
4929
4930 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
4931 failure detected by recent versions of GCC.
4932 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
4933 to be consistent with the usage in dwarf2_create_include_psymtab.
4934
4935 2004-05-03 Michael Snyder <msnyder@redhat.com>
4936
4937 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
4938 (heuristic_proc_start): Whitespace cleanup.
4939
4940 2004-05-04 Mark Kettenis <kettenis@gnu.org>
4941
4942 * sun3-nat.c: Remove file.
4943 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
4944 dependencies.
4945 (ALLDEPFILES): Remove sun3-nat.c.
4946 (sun3-nat.o): Remove dependencies.
4947
4948 * i386-interix-nat.c, i386-interix-tdep.c,
4949 config/i386/nm-interix.h, config/i386/interix.mh,
4950 config/i386/interix.mt: Remove files.
4951 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
4952 dependencies.
4953
4954 2004-05-03 Mark Kettenis <kettenis@gnu.org>
4955
4956 * m68k-tdep.h (struct gdbarch_tdep): Add member
4957 struct_value_regnum.
4958 (m68k_svr4_init_abi): New prototype.
4959 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
4960 different calling conventions.
4961 (m68k_extract_return_value): Remove code dealing with single-field
4962 structs.
4963 (m68k_store_return_value): Remove code dealing with single-field
4964 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
4965 (m68k_extract_struct_value_address): Remove function.
4966 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
4967 (m68k_reg_struct_return_p, m68k_return_value)
4968 (m68k_svr4_return_value): New functions.
4969 (m68k_use_struct_convention): Remove function.
4970 (m68k_push_dummy_call): Use new struct_value_regnum member of
4971 `struct gdbarch_tdep' instead of hardcoded register number to
4972 store STRUCT_ADDR.
4973 (m68k_svr4_init_abi): New function.
4974 (m68k_gdbarch_init): Don't set extract_return_value,
4975 store_return_values, deprecated_extract_struct_value_address and
4976 use_struct_convention. Set return_value instead. Initialize new
4977 struct_value_regnum member of `struct gdbarch_tdep'.
4978 * m68klinux-tdep.c: Update copyright year.
4979 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
4980 (m68k_linux_extract_struct_value_address): Remove function.
4981 (m68k_linux_init_abi): Don't set extract_return_value,
4982 store_return_values, deprecated_extract_struct_value_address and
4983 use_struct_convention. Call m68k_svr4_init_abi but override the
4984 new struct_value_regnum member of `struct gdbarch_tdep'.
4985 * Makefile.in (m68k-tdep.o): Update dependencies.
4986
4987 2004-05-03 J. Brobecker <brobecker@gnat.com>
4988
4989 * dwarf2read.c (line_header): Add new included_p field in
4990 field file_names.
4991 (partial_die_info): New field has_stmt_list. New field line_offset.
4992 (dwarf2_create_include_psymtab): New function.
4993 (dwarf2_build_include_psymtabs): New function.
4994 (add_file_name): Add forward declaration. Initialize new field.
4995 (dwarf_decode_lines): Add new parameter. Enhance this procedure
4996 to be able to determine the list of files included by the
4997 given unit, and build their associated psymtabs.
4998 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
4999 files as well.
5000 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5001 (read_file_scope): Update call to dwarf_decode_lines.
5002 (read_partial_die): Handle DW_AT_stmt_list attributes.
5003
5004 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5005
5006 Unfix PR gdb/1626.
5007 * configure.in: Revert special case for osf5.*.
5008 * configure: Regenerate.
5009
5010 2004-05-02 Jim Blandy <jimb@redhat.com>
5011
5012 Move the symbol-file-from-memory functions into their own file.
5013 * symfile-mem.c, symfile-mem.h: New files.
5014 * symfile.c (symbol_file_add_from_bfd): New function.
5015 (symbol_file_add): Call symbol_file_add_from_bfd.
5016 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5017 Moved to symfile-mem.c.
5018 (_initialize_symfile): Move definition of
5019 add-symbol-file-from-memory command to symfile-mem.c.
5020 * symfile.h (symbol_file_add_from_bfd): New declaration.
5021 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5022 * config/powerpc/linux.mt (TDEPFILES): Same.
5023 * Makefile.in (SFILES): Add symfile-mem.c.
5024 (symfile_mem_h): New variable.
5025 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5026 (symfile-mem.o): New rule.
5027
5028 2004-05-01 Andrew Cagney <cagney@redhat.com>
5029
5030 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5031 frame_find_by_id instead of frame_relative_level.
5032 (do_enable_breakpoint): Ditto.
5033 * thread.c: Update copyright.
5034 (info_threads_command): Ditto, simplify.
5035
5036 * frame.c (deprecated_generic_get_saved_register): Delete
5037 function, moved to "xstormy16-tdep.c".
5038 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5039 deprecated_generic_get_saved_register from "frame.c".
5040 (xstormy16_frame_saved_register): Call
5041 xstormy16_get_saved_register.
5042 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5043 static.
5044 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5045 * frame.h (deprecated_generic_get_saved_register): Delete.
5046
5047 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5048
5049 * dwarfread.c: Update documentation on the state of dwarf-1.
5050
5051 2004-05-01 Andrew Cagney <cagney@redhat.com>
5052
5053 * stack.c (select_frame_command): Delete call to
5054 frame_relative_level.
5055 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5056 Delete #if0 code.
5057 (frame_info): Do not print FRAMELESS.
5058 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5059 (catch_info): Delete #if0 code.
5060
5061 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5062 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5063 of frame_relative_level.
5064 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5065 to SENTINEL_FRAME.
5066 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5067 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5068 frame_relative_level.
5069
5070 * frame.h (deprecated_set_frame_type): Delete declaration.
5071 * frame.c (deprecated_set_frame_type): Delete function, update
5072 comments.
5073
5074 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5075 * gdbarch.h, gdbarch.c: Re-generate.
5076 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5077 (shnbsd_pc_in_sigtramp): Delete.
5078 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5079 pc_in_sigtramp.
5080 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5081 pc_in_sigtramp.
5082 * frame.h: Update comments.
5083 * ppc-linux-tdep.c: Update comments.
5084 * breakpoint.c (bpstat_what): Update comments.
5085
5086 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5087 m68klinux-tdep.o's dependencies, were previously added to
5088 m68klinux-nat.o.
5089
5090 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5091 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5092 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5093 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5094 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5095
5096 * Makefile.in (m68klinux-nat.o): Update dependencies.
5097 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5098 (m68k_linux_sigtramp_frame_cache)
5099 (m68k_linux_sigtramp_frame_this_id)
5100 (m68k_linux_sigtramp_frame_prev_register)
5101 (m68k_linux_sigtramp_frame_unwind)
5102 (m68k_linux_sigtramp_frame_sniffer)
5103 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5104 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5105 names, use trad-frame.h.
5106 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5107 (struct m68k_sigtramp_info): Delete.
5108 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5109 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5110 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5111 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5112 "m68klinux-tdep.c".
5113
5114 * infrun.c (check_sigtramp2): Delete check for
5115 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5116
5117 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5118
5119 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5120
5121 2004-05-01 Andrew Cagney <cagney@redhat.com>
5122
5123 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5124 (frv_linux_sigtramp_frame_cache)
5125 (frv_linux_sigtramp_frame_this_id)
5126 (frv_linux_sigtramp_frame_prev_register)
5127 (frv_linux_sigtramp_frame_unwind)
5128 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5129 include "linux" in function and variable names, directly call
5130 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5131 the latest trad-frame code.
5132 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5133 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5134 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5135 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5136 * frv-tdep.c (frv_sigtramp_frame_cache)
5137 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5138 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5139 frv-linux-tdep.c.
5140 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5141 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5142 (frv_set_sigcontext_reg_addr): Delete function.
5143
5144 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5145 (DEPRECATED_SIGTRAMP_END): Delete.
5146 * gdbarch.h, gdbarch.c: Re-generate.
5147 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5148 * config/vax/tm-vaxbsd.h: Update copyright.
5149 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5150 (DEPRECATED_IN_SIGTRAMP): Define.
5151 * config/m68k/tm-nbsd.h: Update copyright.
5152 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5153 (DEPRECATED_IN_SIGTRAMP): Define.
5154
5155 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5156
5157 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5158 encondings. Fixes PR gdb/1628.
5159
5160 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5161 DW_CFA_restore state without a matching DW_CFA_remember_state
5162 instead of aborting. Fixes PR backtrace/1589.
5163
5164 2004-04-30 Joel Brobecker <brobecker@gnat.com>
5165
5166 * MAINTAINERS: Add self as AIX maintainer.
5167 Update my e-mail address in write-after-approval section.
5168
5169 2004-04-30 Andrew Cagney <cagney@redhat.com>
5170
5171 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5172 (legacy_get_prev_frame): Ditto.
5173
5174 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5175 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5176 * mipsread.c (sigtramp_address): Delete extern variable.
5177 (mipscoff_new_init): Delete reference.
5178 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5179 (fixup_sigtramp): Delete function.
5180 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5181 (fixup_sigtramp): Delete declarations.
5182
5183 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5184 deprecated_pc_in_sigtramp.
5185 (ppcnbsd_pc_in_sigtramp): Delete function.
5186
5187 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5188
5189 * config/m68k/nm-nbsd.h: Tweak comments.
5190 * config/m68k/nm-nbsdaout.h: Likewise.
5191
5192 2004-04-30 Andrew Cagney <cagney@redhat.com>
5193
5194 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5195 legacy_pc_in_sigtramp.
5196 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5197
5198 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5199
5200 Add OpenBSD/m68k support.
5201 * NEWS (New native configurations): Mention OpenBSD/m68k.
5202 * m68kbsd-tdep.c: New file.
5203 * m68kbsd-nat.c: New file.
5204 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5205 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5206 * configure.host: Add m68k-*-openbsd.
5207 * configure.tgt: Add m68k-*-openbsd.
5208 * config/m68k/tm-obsd.h: New file.
5209 * config/m68k/obsd.mt: New file.
5210 * config/m68k/obsd.mh: New file.
5211 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5212 m68kbsd-tdep.c.
5213
5214 2004-04-30 Andrew Cagney <cagney@redhat.com>
5215
5216 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5217 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5218
5219 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5220
5221 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5222 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5223
5224 2004-04-30 Brian Ford <ford@vss.fsi.com>
5225
5226 Revert 2004-04-16 change.
5227 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5228 (i386_coff_init_abi): Remove.
5229 * i386-tdep.h (i386_coff_init_abi): Remove.
5230 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5231
5232 2004-04-30 Andrew Cagney <cagney@redhat.com>
5233
5234 * blockframe.c (find_pc_partial_function): Delete use of
5235 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5236 DEPRECATED_SIGTRAMP_END.
5237
5238 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5239 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5240 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5241 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5242 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5243
5244 * defs.h (deprecated_inside_entry_file): Delete declaration.
5245 * blockframe.c (deprecated_inside_entry_file): Delete function.
5246 (legacy_frame_chain_valid): Delete call.
5247 * sh64-tdep.c (sh64_frame_chain): Delete call.
5248 * objfiles.h: Update comments.
5249 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5250 call.
5251 * frame.c (get_prev_frame): Delete call, update comments.
5252
5253 2004-04-30 Brian Ford <ford@vss.fsi.com>
5254
5255 * MAINTAINERS (Write After Approval): Add myself.
5256
5257 2004-04-30 Andrew Cagney <cagney@redhat.com>
5258
5259 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5260 * gdbarch.h, gdbarch.c: Re-generate.
5261 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5262 code.
5263
5264 2004-04-30 Andrew Cagney <cagney@redhat.com>
5265
5266 * gdb-events.sh (selected_thread_changed)
5267 (selected_frame_level_changed, target_changed): Delete.
5268 * gdb-events.h, gdb-events.c: Re-generate.
5269 * valops.c (value_assign): Update.
5270 * stack.c (select_frame_command, up_silently_base)
5271 (down_silently_base): Update.
5272
5273 2004-04-29 Andrew Cagney <cagney@redhat.com>
5274
5275 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5276 registers correctly.
5277 (print_gp_register_row, mips32_heuristic_proc_desc)
5278 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5279 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5280 references to mips_isa_regsize.
5281
5282 2004-04-29 Andrew Cagney <cagney@redhat.com>
5283
5284 * mips-tdep.c (struct gdbarch_tdep): Delete
5285 mips_fp_register_double.
5286 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5287 mips_abi_regsize.
5288 (mips_gdbarch_init): Do not set mips_fp_register_double.
5289 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5290
5291 2004-04-29 Joel Brobecker <brobecker@gnat.com>
5292
5293 Committed by Andrew Cagney.
5294 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5295 function calls.
5296
5297 2004-04-29 Andrew Cagney <cagney@redhat.com>
5298
5299 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5300 gdbarch, use mips_abi, update callers.
5301 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5302 mips_abi_regsize, update callers.
5303 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
5304 mips_default_abi_regsize.
5305 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
5306 mips_default_abi_regsize.
5307
5308 2004-04-29 Andrew Cagney <cagney@redhat.com>
5309
5310 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
5311 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
5312 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
5313 mips_default_abi_regsize.
5314 (mips_isa_regsize): Rename mips_regisze.
5315 * mipsnbsd-tdep.c: Update.
5316 * mips-linux-tdep.c: Update.
5317 * irix5-nat.c: Update.
5318 * mips-tdep.h (mips_isa_regsize): Update.
5319
5320 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
5321 Delete all disabled code.
5322 * gdb-events.h, gdb-events.c: Re-generate.
5323
5324 2004-04-19 Jerome Guitton <guitton@gnat.com>
5325 Mark Kettenis <kettenis@gnu.org>
5326
5327 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
5328 the function begins with a branch instruction.
5329
5330 2004-04-29 Mark Kettenis <kettenis@gnu.org>
5331
5332 * i386-tdep.c: Fix spelling mistakes.
5333
5334 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5335 Andrew Cagney <cagney@redhat.com>
5336
5337 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
5338 <sys/proc.h>.
5339 * acconfig.h: Provide default _KMEMUSER value.
5340 * config.in, configure: Re-generate.
5341 * NEWS: Mention fix.
5342
5343 2004-04-24 Randolph Chung <tausq@debian.org>
5344
5345 * configure.host (hppa*-*-linux*): New target.
5346 * configure.tgt (hppa*-*-linux*): Likewise.
5347 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
5348 gdbarch_init_osabi() call earlier so that osabi-specific frame
5349 unwinders can be registered first.
5350 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5351 hppa-linux-nat.c.
5352 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5353 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5354 * config/pa/linux.mh: New file.
5355 * config/pa/linux.mt: New file.
5356 * config/pa/nm-linux.h: New file.
5357 * config/pa/xm-linux.h: New file.
5358 * hppa-linux-nat.c: New file.
5359 * hppa-linux-tdep.c: New file.
5360
5361 2004-04-28 Randolph Chung <tausq@debian.org>
5362
5363 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5364 return values.
5365 (hppa32_push_dummy_call): Fix small struct and floating point argument
5366 passing, and make sure the stack frame is properly aligned.
5367
5368 2004-04-28 Andrew Cagney <cagney@redhat.com>
5369
5370 * stack.c (print_stack_frame): Fix description.
5371
5372 * NEWS: Mention gdb/gdbserver/configure execute permission
5373 changed. PR server/519.
5374
5375 2004-04-28 Andrew Cagney <cagney@redhat.com>
5376
5377 * stack.c (print_stack_frame_stub): Delete declaration.
5378 (struct print_stack_frame_args, print_stack_frame)
5379 (print_frame_info, print_frame): Replace "source" with print what.
5380 Replace "print" with "print_level". Replace "args" with
5381 "print_args".
5382 * frame.h (show_and_print_stack_frame, print_stack_frame)
5383 (print_frame_info): Update declarations.
5384 * stack.c (select_and_print_frame, frame_command)
5385 (current_frame_command, up_command, down_command): Update calls -
5386 use get_selected_frame, pass "enum print_what" for source, do not
5387 call frame_relative_level.
5388 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
5389 * remote-rdp.c (remote_rdp_open): Ditto.
5390 * remote-mips.c (common_open): Ditto.
5391 * remote-e7000.c (e7000_start_remote): Ditto.
5392 * ocd.c (ocd_start_remote): Ditto.
5393 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
5394 * infrun.c (normal_stop): Ditto.
5395 * inflow.c (kill_command): Ditto.
5396 * infcmd.c (finish_command): Ditto.
5397 * corelow.c (core_open): Ditto.
5398 * tracepoint.c (finish_tfind_command): Ditto.
5399 * thread.c (info_threads_command, info_threads_command)
5400 (restore_current_thread, do_captured_thread_select): Ditto.
5401 * ada-tasks.c (task_command): Ditto.
5402
5403 2004-04-26 Orjan Friberg <orjanf@axis.com>
5404
5405 * frame.c: Include "observer.h".
5406 (frame_observer_target_changed): New function.
5407 (_initialize_frame): Attach target_changed observer.
5408 * regcache.c: Include "observer.h".
5409 (regcache_observer_target_changed): New function.
5410 (_initialize_regcache): Attach target_changed observer.
5411 * valops.c: Include "observer.h".
5412 (value_assign): Notify target_changed event when modifying register.
5413 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
5414
5415 2004-04-26 Orjan Friberg <orjanf@axis.com>
5416
5417 From Paul Koning <pkoning@equallogic.com>:
5418 * breakpoint.c (free_valchain): New function.
5419 (insert_bp_location, delete_breakpoint): Use free_valchain.
5420 (remove_breakpoint): Do not remove the valchain.
5421 (bpstat_stop_status): If not stopped by watchpoint, skip
5422 watchpoints when generating stop status list.
5423 * infrun.c (handle_inferior_event): Make
5424 stepped_after_stopped_by_watchpoint a global variable.
5425 * remote.c (remote_stopped_data_address): Return watch data
5426 address rather than zero if stepped_after_stopped_by_watchpoint is
5427 set.
5428
5429 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
5430
5431 Fix PR gdb/1626.
5432 * configure.in: Check for curses after termcap.
5433 On osf5.*, do not check for ncurses.
5434 * configure: Regenerate.
5435
5436 2004-04-25 Mark Kettenis <kettenis@gnu.org>
5437
5438 * ppcobsd-nat.c: Include "ppc-tdep.h".
5439 * Makefile.in (ppcobsd-nat.o): Update dependencies.
5440
5441 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
5442 Fixes PR tdep/1623 and PR tdep/1624.
5443
5444 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
5445
5446 * xmodem.h, xmodem.c: Remove files.
5447 * Makefile.in: Remove references to xmodem.h, xmodem.c.
5448
5449 2004-04-23 Randolph Chung <tausq@debian.org>
5450
5451 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
5452 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
5453 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
5454 for handling stackless frames.
5455 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
5456
5457 2004-04-23 Randolph Chung <tausq@debian.org>
5458
5459 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
5460 starts at a pc before the frame is created.
5461
5462 2004-04-23 Joel Brobecker <brobecker@gnat.com>
5463
5464 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
5465
5466 2004-04-23 Jerome Guitton <guitton@gnat.com>
5467
5468 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
5469 use convert_typed_floating to get the appropriate format.
5470
5471 2004-04-22 Randolph Chung <tausq@debian.org>
5472
5473 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
5474 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
5475 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
5476 (hppa_sign_extend): Add prototype.
5477 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
5478 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
5479 (sign_extend): Rename with hppa_ prefix and make non-static. Other
5480 hppa targets will also use these functions.
5481 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
5482 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
5483 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
5484 (hppa_gdbarch_init): Remove gdbarch setting of
5485 skip_trampoline_code, in_solib_call_trampoline and
5486 in_solib_return_trampoline.
5487 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5488 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
5489 hppa_in_solib_call_trampoline.
5490 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
5491 Moved from hppa-tdep.c.
5492 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
5493 in_solib_call_trampoline and in_solib_return_trampoline.
5494
5495 2004-04-22 Randolph Chung <tausq@debian.org>
5496
5497 * hppa-tdep.c (hppa_debug): New variable.
5498 (find_unwind_entry, hppa_frame_cache): Add debug output.
5499 (_initialize_hppa_tdep): Add command to set debug flag.
5500
5501 2004-04-22 Andrew Cagney <cagney@redhat.com>
5502
5503 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
5504 "trad-frame.h".
5505 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
5506 signal trampoline unwinder.
5507 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
5508
5509 2004-04-22 Mark Kettenis <kettenis@gnu.org>
5510
5511 Add OpenBSD/powerpc support.
5512 * NEWS (New native configurations): Mention OpenBSD/powerpc.
5513 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
5514 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
5515 (ppc_collect_fpregset): New prototypes.
5516 * ppcobsd-nat.c: New file.
5517 * ppcobsd-tdep.c: New file.
5518 * ppcobsd-tdep.h: New file.
5519 * rs6000-tdep.c: Include "regset.h".
5520 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
5521 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
5522 New functions.
5523 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5524 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5525 (rs6000-tdep.o): Update dependencies.
5526 * configure.host: Add powerpc-*-openbsd.
5527 * configure.tgt: Add powerpc-*-openbsd.
5528 * config/powerpc/obsd.mh: New file.
5529 * config/powerpc/nm-obsd.h: New file.
5530 * config/powerpc/obsd.mt: New file.
5531
5532 2004-04-22 Andrew Cagney <cagney@redhat.com>
5533
5534 * frame.h (show_frame_info): Delete declaration.
5535
5536 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5537 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5538 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5539 * frv-tdep.c (frv_frame_this_id): Ditto.
5540 * avr-tdep.c (avr_frame_this_id): Ditto.
5541
5542 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
5543
5544 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5545
5546 2004-04-22 Jim Blandy <jimb@redhat.com>
5547
5548 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
5549 register number zero.
5550
5551 2004-04-21 Michael Snyder <msnyder@redhat.com>
5552
5553 * mips-tdep.c (heuristic_proc_start):
5554 Warning() already prefixes "Warning: ".
5555
5556 2004-04-21 Andrew Cagney <cagney@redhat.com>
5557
5558 * annotate.h (deprecated_annotate_starting_hook)
5559 (deprecated_annotate_stopped_hook)
5560 (deprecated_annotate_exited_hook)
5561 (deprecated_annotate_signal_hook)
5562 (deprecated_annotate_signalled_hook): Deprecate.
5563 * tracepoint.h (deprecated_create_tracepoint_hook)
5564 (deprecated_delete_tracepoint_hook)
5565 (deprecated_modify_tracepoint_hook)
5566 (deprecated_trace_find_hook)
5567 (deprecated_trace_start_stop_hook): Deprecate.
5568 * target.h (deprecated_target_new_objfile_hook): Deprecate.
5569 * remote.h (deprecated_target_resume_hook)
5570 (deprecated_target_wait_loop_hook): Deprecate.
5571 * gdbcore.h (deprecated_exec_file_display_hook)
5572 (deprecated_file_changed_hook): Deprecate.
5573 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
5574 * defs.h (deprecated_modify_breakpoint_hook)
5575 (deprecated_command_loop_hook, deprecated_show_load_progress)
5576 (deprecated_print_frame_info_listing_hook)
5577 (deprecated_query_hook, deprecated_warning_hook)
5578 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
5579 (deprecated_delete_breakpoint_hook)
5580 (deprecated_interactive_hook, deprecated_registers_changed_hook)
5581 (deprecated_readline_begin_hook, deprecated_readline_hook)
5582 (deprecated_readline_end_hook, deprecated_register_changed_hook)
5583 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
5584 (deprecated_context_hook, deprecated_target_wait_hook)
5585 (deprecated_attach_hook, deprecated_detach_hook)
5586 (deprecated_call_command_hook, deprecated_set_hook)
5587 (deprecated_error_hook, deprecated_error_begin_hook)
5588 (deprecated_ui_load_progress_hook): Deprecate.
5589 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
5590 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
5591 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
5592 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
5593 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
5594 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
5595 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
5596 * annotate.c, aix-thread.c: Update.
5597
5598 2004-04-21 Andrew Cagney <cagney@redhat.com>
5599
5600 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
5601 * vaxnbsd-tdep.c: Include "gdb_string.h".
5602
5603 * symfile.c (symbol_file_add_from_memory): #if 0 function.
5604 (add_symbol_file_from_memory_command): #if 0 function body, call
5605 error instead.
5606
5607 2004-04-21 Andrew Cagney <cagney@redhat.com>
5608
5609 * gdbcore.h: Update copyright.
5610 (deprecated_add_core_fns): Rename add_core_fns.
5611 * win32-nat.c (_initialize_core_win32): Update.
5612 * sun3-nat.c (_initialize_core_sun3): Update.
5613 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
5614 * rs6000-nat.c (_initialize_core_rs6000): Update.
5615 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
5616 * nto-tdep.c (_initialize_nto_tdep): Update.
5617 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
5618 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
5619 * mips-nat.c (_initialize_core_mips): Update.
5620 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5621 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
5622 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
5623 * lynx-nat.c (_initialize_core_lynx): Update.
5624 * irix5-nat.c (_initialize_core_irix5): Update.
5625 * i386-interix-nat.c (_initialize_core_interix): Update.
5626 * cris-tdep.c (_initialize_cris_tdep): Update.
5627 * corelow.c (deprecated_add_core_fns): Update.
5628 * core-regset.c (_initialize_core_regset): Update.
5629 * core-aout.c (_initialize_core_aout): Update.
5630 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
5631 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
5632 * alpha-nat.c (_initialize_core_alpha): Update.
5633
5634 2004-04-21 Jim Blandy <jimb@redhat.com>
5635
5636 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
5637
5638 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
5639
5640 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
5641 Delete.
5642 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
5643 (read_attribute_value): Update calls to dwarf_alloc_block.
5644 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
5645 dwarf2_tmp_obstack.
5646 (psymtab_to_symtab_1): Likewise. Clean up using
5647 free_stack_comp_unit.
5648 (add_to_cu_func_list): Use the comp_unit_obstack.
5649
5650 2004-04-19 Joel Brobecker <brobecker@gnat.com>
5651
5652 * dwarf2read.c (dwarf2_flag_true_p): New function.
5653 (die_is_declaration): Use the function above. Add some comments.
5654
5655 2004-04-19 Mark Kettenis <kettenis@gnu.org>
5656
5657 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
5658 architecture when registering sparcnbsd_core_osabi_sniffer.
5659 Adjust comment.
5660
5661 2004-04-18 Mark Kettenis <kettenis@gnu.org>
5662
5663 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
5664 return value.
5665
5666 Based on a patch from Brian Ford <ford@vss.fsi.com>:
5667 * i386-tdep.c: Correct register numbering scheme comments
5668 throughout.
5669 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
5670 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
5671 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
5672 (i386_gdb_arch_init): Likewise.
5673
5674 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
5675 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
5676 ppcnbsd-tdep.o.
5677
5678 * m68k-tdep.h: Tweak comments.
5679 * m68k-tdep.c: Tweak comment.
5680
5681 2004-04-17 Randolph Chung <tausq@debian.org>
5682
5683 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
5684 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
5685 (hppa_hpux_som_init_abi): Set is_elf to 0.
5686 (hppa_hpux_elf_init_abi): Set is_elf to 1.
5687 * hppa-tdep.c (low_text_segment_address): Remove global.
5688 (record_text_segment_lowaddr): Pass in low address as parameter. Use
5689 section offset to calculate segment address.
5690 (internalize_unwinds): Define low_text_segment_address as local and
5691 pass to record_text_segment_lowaddr for ELF targets.
5692 (hppa_gdbarch_init): Zero fill tdep structure.
5693 (hppa_dump_tdep): Print tdep structure.
5694 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
5695
5696 2004-04-17 Randolph Chung <tausq@debian.org>
5697
5698 * hppa-tdep.c (hppa_pseudo_register_read): Define.
5699 (hppa_gdbarch_init): Set pseudo_register_read.
5700 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
5701 * regcache.c (supply_register): Remove check for
5702 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
5703
5704 2004-04-17 Randolph Chung <tausq@debian.org>
5705
5706 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
5707 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
5708 (hpread_adjust_stack_address): Move to hpread.c.
5709 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5710 obj_private_struct): Move from tm-hppa.h.
5711 * hpread.c (hppa-tdep.h): Include.
5712 (hpread_adjust_stack_address): Move from hppa-tdep.c.
5713 (hpread_read_function_type, hpread_read_doc_function_type)
5714 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
5715 directly.
5716 * pa64solib.c (hppa-tdep.h): Include.
5717 * somsolib.c (hppa-tdep.h): Include.
5718 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
5719 inferior_status): Remove unused forward declarations.
5720 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
5721 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5722 obj_private_struct): Move to hppa-tdep.h.
5723 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
5724
5725 2004-04-17 Randolph Chung <tausq@debian.org>
5726
5727 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
5728 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
5729 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
5730 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
5731 Remove forward declaration and make static.
5732 (hppa_reg_struct_has_addr): Remove.
5733
5734 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5735
5736 * observer.sh: Move comments in sed command to first column.
5737
5738 2004-04-16 Jason Molenda (jmolenda@apple.com)
5739
5740 * frame.c: Minor typeo corrections in comments.
5741
5742 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5743
5744 * observer.c (observer_test_first_notification_function): Update
5745 function profile.
5746 (observer_test_second_notification_function): Likewise.
5747 (observer_test_third_notification_function): Likewise.
5748
5749 2004-04-16 Mark Kettenis <kettenis@gnu.org>
5750
5751 From Brian Ford <ford@vss.fsi.com>:
5752 * i386-tdep.c (i386_coff_init_abi): New function.
5753 * i386-tdep.h (i386_coff_init_abi): New prototype.
5754 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
5755 register number translation functions for DWARF and DWARF 2.
5756
5757 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5758
5759 * dwarf2read.c: Back out my previous change, it was incorrect.
5760
5761 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
5762
5763 * dwarf2read.c: Include "hashtab.h".
5764 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
5765 has_namespace_info.
5766 (struct partial_die_info): Add comments. Use bitfields to reduce
5767 memory footprint. Add scope, scope_set, has_specification,
5768 spec_offset, die_parent, die_child, and die_sibling.
5769 (peek_die_abbrev): Add prototype.
5770 (partial_read_comp_unit_head): New function, broken out from
5771 dwarf2_build_psymtabs_hard.
5772 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
5773 Use partial_read_comp_unit_head. Initialize the CU and
5774 comp_unit_obstack. Update calls to read_partial_die and
5775 scan_partial_symbols. Use free_stack_comp_unit and
5776 load_partial_dies.
5777 (scan_partial_symbols): Change PDI to a pointer. Use the child and
5778 sibling pointers to walk partial DIEs. Call fixup_partial_die.
5779 Update calls to helper functions. Remove NAMESPACE argument.
5780 Update comments.
5781 (partial_die_parent_scope, partial_die_full_name): New functions.
5782 (add_partial_symbol): Remove namespace argument. Update call to
5783 pdi_needs_namespace. Use partial_die_full_name. Handle
5784 DW_TAG_namespace. Check has_namespace_info flag.
5785 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
5786 tag. Handle namespaces.
5787 (add_partial_namespace, add_partial_enumeration): Simplify.
5788 (guess_structure_name): New function, derived from
5789 add_partial_structure.
5790 (add_partial_structure): Remove.
5791 (determine_class_name): Update comment.
5792 (dwarf2_read_abbrevs): Set has_namespace_info flag.
5793 (is_type_tag_for_partial, load_partial_dies): New functions.
5794 (read_partial_die): Pass abbrev and abbrev_len as arguments.
5795 Record specifications instead of following them immediately.
5796 (find_partial_die_in_comp_unit, find_partial_die)
5797 (fixup_partial_die, free_stack_comp_unit)
5798 (hashtab_obstack_allocate, dummy_obstack_deallocate)
5799 (partial_die_hash, partial_die_eq): New functions.
5800 * Makefile.in (hashtab_h): Define.
5801 (dwarf2read.o): Update dependencies.
5802 (observer_inc, observer_h): Move to the correct section.
5803
5804 2004-04-15 Joel Brobecker <brobecker@gnat.com>
5805
5806 * dwarf2read.c (dwarf2_attribute_true_p): New function.
5807 (die_is_declaration): Use the function above. Add comment.
5808
5809 2004-04-15 Joel Brobecker <brobecker@gnat.com>
5810
5811 * dwarf2read.c (read_structure_scope): Identify stub types
5812 using die_is_declaration() only.
5813
5814 2004-04-15 Roland McGrath <roland@redhat.com>
5815
5816 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
5817 argument instead of NAME.
5818 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
5819 in call to symbol_file_add_with_addrs_or_offsets.
5820 (build_addr_info): New function, helper for ...
5821 (symbol_file_add_from_memory): New function.
5822 (add_symbol_file_from_memory_command): New function using that.
5823 (_initialize_symfile): Register it for add-symbol-file-from-memory.
5824 (pre_add_symbol_hook): Add const to argument type.
5825 * symfile.h (symbol_file_add_from_memory): Declare it.
5826
5827 2004-04-15 Mark Kettenis <kettenis@gnu.org>
5828
5829 * NEWS (New native configurations): Mention OpenBSD/vax.
5830 * configure.host: Add vax-*-openbsd*.
5831 * config/vax/obsd.mh: New file.
5832 * config/vax/nm-obsd.h: New file.
5833
5834 * vax-tdep.c: Include "regset.h".
5835 (vax_supply_gregset): New function.
5836 (vax_gregset): New variable.
5837 (vax_regset_from_core_section): New function.
5838 (vax_gdbarch_init): Set regset_from_core_section.
5839 * Makefile.in (vax-tdep.o): Update dependencies.
5840
5841 2004-04-15 Andrew Cagney <cagney@redhat.com>
5842
5843 * observer.c (normal_stop_subject, observer_notify_normal_stop)
5844 (observer_normal_stop_notification_stub)
5845 (observer_attach_normal_stop, observer_detach_normal_stop):
5846 Delete, replaced by #include "observer.inc".
5847 * infrun.c (normal_stop): Pass "stop_bpstat" to
5848 observer_notify_normal_stop.
5849 * Makefile.in (observer_inc): Define.
5850 (observer.o): Update dependencies.
5851 (observer.h, observer.inc): New rules.
5852 * observer.h: Delete file.
5853 * observer.sh: New file.
5854
5855 2004-04-15 Mark Kettenis <kettenis@gnu.org>
5856
5857 * vax-tdep.c (vax_frame_cache): Fix typo.
5858
5859 2004-04-14 Mark Kettenis <kettenis@gnu.org>
5860
5861 * NEWS (New native configurations): Mention NetBSD/vax.
5862 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
5863 * config/vax/nbsdelf.mh: New file.
5864 * config/vax/nbsdaout.mh: New file.
5865 * config/vax/nm-nbsd.h: New file.
5866 * config/vax/nm-nbsdaout.h: New file.
5867
5868 * vaxnbsd-tdep.c: New file.
5869 * Makefile.in (vaxnbsd-tdep.o): New dependency.
5870 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
5871 * config/vax/nbsd.mt: New file.
5872 * config/vax/tm-nbsd.h: New file.
5873
5874 * Makefile.in (vaxbsd-nat.o): New dependency.
5875
5876 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
5877 * vax-tdep.c (vax_store_arguments): Remove struct_return and
5878 struct_addr arguments. Don't push return value address.
5879 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
5880 arguments to vax_store_arguments. Store return value address in
5881 R1.
5882 (vax_store_struct_return, vax_extract_return_value)
5883 (vax_store_return_value): Remove functions.
5884 (vax_return_value): New function.
5885 (vax_gdbarch_init): Set return value. Don't set
5886 deprecated_store_struct_return, deprecated_extract_struct_return
5887 and deprecated_store_return_value.
5888
5889 2004-04-14 Andreas Schwab <schwab@suse.de>
5890
5891 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
5892 value buffer.
5893 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
5894
5895 2004-04-14 Mark Kettenis <kettenis@gnu.org>
5896
5897 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
5898 (vax_unwind_dummy_id): New functions.
5899 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
5900 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
5901 variables.
5902 (vax_fix_call_dummy): Remove function.
5903 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
5904 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
5905 call_dummy_location, deprecated_call_dummy_words,
5906 deprecated_sizeof_call_dummy_words,
5907 deprecated_call_dummy_breakpoint_offset,
5908 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
5909 and deprecated_dummy_write_sp.
5910
5911 2004-04-13 David Carlton <carlton@kealia.com>
5912
5913 * MAINTAINERS: Move myself to "paper trail" section.
5914
5915 2004-04-12 Mark Kettenis <kettenis@gnu.org>
5916
5917 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
5918 "trad-frame.h".
5919 (vax_frame_init_saved_regs): Remove function.
5920 (vax_sigtramp_saved_pc): Remove function.
5921 (vax_frame_saved_pc): Remove function.
5922 (vax_frame_args_address): Remove function.
5923 (vax_frame_num_args): Rewrite.
5924 (vax_frame_chain): Remove function.
5925 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
5926 VAX_FP_REGNUM.
5927 (vax_pop_frame): Likewise.
5928 (vax_saved_pc_after_call): Remove function.
5929 (struct vax_frame_cache): New structure.
5930 (vax_frame_cache): New function.
5931 (vax_frame_this_id): New function.
5932 (vax_frame_prev_register): New function.
5933 (vax_frame_unwind): New variable.
5934 (vax_frame_sniffer): New function.
5935 (vax_frame_base_address): New function.
5936 (vax_frame_args_address): New function.
5937 (vax_frame_base): New variable.
5938 (vax_unwind_pc): New function.
5939 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
5940 deprecated_fp_regnum, deprecated_saved_pc_after_call,
5941 deprecated_frame_chain, deprecated_frame_saved_pc,
5942 deprecated_frame_args_address and
5943 deprecated_frame_init_saved_regs.
5944 * Makefile.in (vax-tdep.o): Update dependencies.
5945
5946 * vaxbsd-nat.c: New file.
5947
5948 * vax-tdep.h: Update copyright year. Adjust comments.
5949 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
5950 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
5951 (vax_regnum): New enum. Replacing...
5952 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
5953 (VAX_PS_REGNUM): ... these removed macros.
5954 * vax-tdep.c (vax_register_name): Remove prototype.
5955 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
5956 (vax_register_byte, vax_register_raw_size,
5957 vax_register_virtual_size, vax_register_virtual_type): Remove
5958 functions.
5959 (vax_register_type): New function.
5960 (vax_breakpoint_from_pc): Reorganize.
5961 (vax_gdbarch_init): Set register_type. Don't set
5962 deprecated_register_size, deprecated_register_bytes,
5963 deprecated_register_byte, deprecated_register_raw_size,
5964 deprecated_max_register_raw_size,
5965 deprecated_register_virtual_size,
5966 deprecated_max_register_virtual_size and
5967 deprecated_register_virtual_type. Add comment on stack direction.
5968
5969 2004-04-11 Mark Kettenis <kettenis@gnu.org>
5970
5971 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
5972 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
5973 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
5974
5975 2004-04-10 Randolph Chung <tausq@debian.org>
5976
5977 * MAINTAINERS (write after approval): Add myself.
5978
5979 2004-04-07 Randolph Chung <tausq@debian.org>
5980
5981 * hppa-tdep.c (hppa_inner_than): Remove.
5982 (is_pa_2): Remove unused static variable.
5983 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
5984
5985 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
5986
5987 * language.h (language_defn): Add new la_post_parser field.
5988 * parser-defs.h (null_post_parser): New declaration (default for
5989 la_post_parser).
5990
5991 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
5992 insert call to that function.
5993 (parse_exp_in_context): New function, including code formerly in
5994 parse_exp_1. Calls language-dependent post-parser after
5995 prefixification.
5996 (parse_expression_in_context): New exported function.
5997 (null_post_parser): New definition.
5998 * expression.h (parse_expression_in_context): Add declaration.
5999
6000 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6001 * c-lang.c (c_language_defn): Ditto.
6002 (cplus_language_defn): Ditto.
6003 (asm_language_defn): Ditto.
6004 (minimal_language_defn): Ditto.
6005 * f-lang.c (f_language_defn): Ditto.
6006 * jv-lang.c (java_language_defn): Ditto.
6007 * language.c (unknown_language_defn): Ditto.
6008 (auto_language_defn): Ditto.
6009 (local_language_defn): Ditto.
6010 * m2-lang.c (m2_language_defn): Ditto.
6011 * scm-lang.c (scm_language_defn): Ditto.
6012 * obj-lang.c (objc_language_defn): Ditto.
6013
6014 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6015
6016 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6017 (amd64nbsd_mcontext_addr): New function.
6018 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6019 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6020 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6021
6022 * corelow.c (core_xfer_partial): Fix coding standards violation.
6023 Add support for TARGET_OBJECT_WCOOKIE.
6024
6025 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6026 deprecated_pc_in_sigtramp.
6027 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6028 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6029 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6030 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6031 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6032 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6033 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6034
6035 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6036 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6037 Fix typo.
6038
6039 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6040 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6041 (amd64_collect_fxsave): Likewise.
6042
6043 * i386-sol2-tdep.c: Include "gdb_string.h".
6044 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6045 name.
6046 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6047
6048 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6049
6050 * i386-sol2-tdep.c: Include "solib-svr4.h".
6051 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6052 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6053 * config/i386/tm-i386sol2.h: Include :solib.h".
6054 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6055 solib-svr4.o and solib-legacy.o.
6056 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6057 solib-svr4.o.
6058
6059 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6060
6061 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6062 whether a register is supplied by PTRACE_GETFPREGS.
6063 (store_inferior_registers): Likewise.
6064 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6065 whether a register is supplied by PT_GETFPREGS.
6066 (store_inferior_registers): Likewise.
6067
6068 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6069 * config/i386/linux64.mt (TDEPFILES): Likewise.
6070
6071 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6072
6073 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6074 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6075 the program counter is in the range specified by `struct
6076 gdbarch_tdep'.
6077 * amd64-linux-tdep.c: Include "symtab.h".
6078 (amd64_linux_pc_in_sigtramp): Remove function.
6079 (amd64_linux_sigtramp_p): New function.
6080 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6081 deprecated_pc_in_sigtramp.
6082 * amd64nbsd-tdep.c: Include "symtab.h".
6083 (amd64nbsd_sigtramp_p): New function.
6084 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6085 deprecated_pc_in_sigtramp.
6086 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6087 few comments.
6088 (amd64obsd_pc_in_sigtramp): Remove function.
6089 (amd64obsd_sigtramp_p): New function.
6090 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6091 deprecated_pc_in_sigtramp.
6092 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6093 (i386bsd_pc_ins_sigtramp): Remove prototype.
6094 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6095 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6096 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6097 the program counter is in the range specified by `struct
6098 gdbarch_tdep'.
6099 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6100 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6101 (i386_go32_pc_in_sigtramp): Remove function.
6102 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6103 Initialize TDEP->sigtramp_p.
6104 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6105 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6106 deprecated_pc_in_sigtramp.
6107 * i386-linux-tdep.c: Adjust comments.
6108 (i386_linux_pc_in_sigtramp): Remove function.
6109 (i386_linux_sigtramp_p): New function.
6110 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6111 deprecated_pc_in_sigtramp.
6112 * i386-nto-tdep.c: Update copyright year.
6113 (i386nto_pc_in_sigtramp): Remove function.
6114 (i386nto_sigtramp_p): New function.
6115 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6116 SP_REGNUM.
6117 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6118 deprecated_pc_in_sigtramp.
6119 * i386-sol2-tdep.c: Update copyright year.
6120 (i386_sol2_pc_in_sigtramp): Remove function.
6121 (i386_sol2_sigtramp_p): New function.
6122 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6123 deprecated_pc_in_sigtramp.
6124 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6125 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6126 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6127 deprecated_sigtramp_start and deprecated_sigtramp_end.
6128 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6129 (i386nbsd_pc_in_sigtramp): Remove function.
6130 (i386nbsd_sigtramp_p): New function.
6131 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6132 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6133 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6134 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6135 (i386obsd_pc_in_sigtramp): Remove function.
6136 (i386obsd_sigtramp_p): New function.
6137 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6138 functions.
6139 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6140 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6141 TDEP->sigtramp_p.
6142 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6143 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6144 dependencies.
6145
6146 * config/i386/i386aout.mt: Remove file.
6147
6148 * configure.tgt: Remove i[34567]86-*-go32*,
6149 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6150 and i[34567]86-*-isc*. Set gdb_target to i386 for
6151 i[34567]86-*-netware* and i[34567]86-*-*.
6152 * config/i386/i386.mt: New file.
6153 * config/i386/embed.mt: Remove file.
6154 * config/i386/go32.mt: Remove file.
6155 * config/i386/i386nw.mt: Remove file.
6156 * config/i386/i386v.mt: Remove file.
6157 * config/i386/tm-go32.h: Remove file.
6158
6159 * tui/tui-hooks.c: Include "readline/readline.h" after
6160 "gdb_curses.h" instead of before.
6161 * tui/tui-io.c: Likewise.
6162
6163 * tui/tui.c: Fix typo in comment.
6164
6165 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6166
6167 2004-04-08 Andrew Cagney <cagney@redhat.com>
6168
6169 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6170 (deprecated_exception_support_initialized): Declare.
6171 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
6172 (initialize_hp_cxx_exception_support)
6173 (child_enable_exception_callback): Update.
6174 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6175 (deprecated_exception_support_initialized): Rename
6176 deprecated_exception_catchpoints_are_fragile and
6177 deprecated_exception_support_initialized.
6178 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6179
6180 * symtab.c (deprecated_hp_som_som_object_present): Rename
6181 hp_som_som_object_present.
6182 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6183 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6184 Update. Delete extern declaration.
6185 * valops.c (hp_som_som_object_present): Ditto.
6186 * parse.c (deprecated_hp_som_som_object_present)
6187 (parse_nested_classes_for_hpacc): Ditto.
6188 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
6189 * hppa-hpux-tdep.c (hp_som_som_object_present)
6190 (initialize_hp_cxx_exception_support): Ditto.
6191 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
6192 * cp-valprint.c (hp_som_som_object_present)
6193 (cp_print_class_method): Ditto.
6194 * c-typeprint.c (hp_som_som_object_present):
6195 (c_type_print_base): Ditto.
6196 * c-exp.y (hp_som_som_object_present): Ditto.
6197
6198 2004-04-08 Andrew Cagney <cagney@redhat.com>
6199
6200 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6201 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6202 (frame_unwind_find_by_frame): Re-implement the unwind code so
6203 that it can both prepend and append sniffers. Replace
6204 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6205 * tramp-frame.c (tramp_frame_append): Use
6206 frame_unwind_prepend_unwinder.
6207 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6208 frame_unwind_register_unwinder.
6209 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6210 tramp_frame_append.
6211 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
6212 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
6213 (mips_linux_init_abi): Update.
6214
6215 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6216
6217 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6218 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6219 file support.
6220
6221 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6222
6223 * ia64-tdep.c (elf.h): Don't include.
6224 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6225
6226 2004-04-07 Jason Molenda (jmolenda@apple.com)
6227
6228 * frame.h: Typeo corrections in comments.
6229
6230 2004-04-07 Jim Blandy <jimb@redhat.com>
6231
6232 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6233 %esp and %ebp
6234
6235 2004-04-07 Mark Kettenis <kettenis@gnu.org>
6236
6237 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6238 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6239 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6240 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6241 and solib-legacy.o.
6242 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6243 solib-svr4.o.
6244 * config/sparc/tm-sol2.h: Update copyright year. Include
6245 "solib.h".
6246
6247 * sparc-sol2-tdep.c: Update copyright year. Include
6248 "solib-svr4.h".
6249 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6250 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6251 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6252 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
6253 dependencies.
6254
6255 2004-04-06 Andrew Cagney <cagney@redhat.com>
6256
6257 * infttrace.c: Include "infttrace.h".
6258 * infttrace.h: Include "target.h".
6259 * Makefile.in (infttrace_h): Update.
6260 (infttrace.o): Update.
6261
6262 2004-04-06 Andrew Cagney <cagney@redhat.com>
6263
6264 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6265 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6266 move extern declarations from here ...
6267 * infttrace.h: ... to here.
6268 * Makefile.in (hppah-nat.o): Update dependencies.
6269
6270 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6271 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
6272 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
6273 (hppa_breakpoint_from_pc): Delete.
6274
6275 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6276
6277 2004-04-05 Andrew Cagney <cagney@redhat.com>
6278
6279 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6280 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6281 <sys/file.h>.
6282
6283 2004-04-06 Randolph Chung <tausq@debian.org>
6284
6285 Committed by Andrew Cagney (mechanical change).
6286 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6287 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6288 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6289 child_enable_exception_callback, current_ex_event,
6290 null_symtab_and_line, child_get_current_exception_event,
6291 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6292 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6293 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6294 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6295 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6296 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6297 Move hpux-specific definitions ...
6298 * hppa-hpux-tdep.c: ... to here.
6299
6300 2004-04-05 Andrew Cagney <cagney@redhat.com>
6301
6302 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
6303 skip_prologue_using_sal.
6304
6305 2004-04-05 Andrew Cagney <cagney@redhat.com>
6306
6307 * config/i386/tm-i386.h: Delete file.
6308 * config/i386/tm-vxworks.h: Update copyright, do not include
6309 "tm-i386.h".
6310 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
6311 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
6312 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
6313 * config/i386/ncr3000.mt (TM_FILE): Delete.
6314 * config/i386/interix.mt (TM_FILE): Delete.
6315 * config/i386/i386v.mt (TM_FILE): Delete.
6316 * config/i386/i386nw.mt (TM_FILE): Delete.
6317 * config/i386/i386gnu.mt (TM_FILE): Delete.
6318 * config/i386/i386aout.mt (TM_FILE): Delete.
6319 * config/i386/embed.mt (TM_FILE): Delete.
6320
6321 2004-04-05 Kevin Buettner <kevinb@redhat.com>
6322
6323 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
6324 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
6325 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
6326 (accg7_regnum): New constants.
6327 (last_spr_regnum, last_pseudo_regnum): Update.
6328 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
6329 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
6330 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
6331 for accg registers.
6332 (frv_register_sim_regno): Update spr_map[].
6333
6334 2004-04-04 Andrew Cagney <cagney@redhat.com>
6335
6336 * config/mips/xm-riscos.h: Delete.
6337 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
6338 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
6339 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
6340 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
6341 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
6342 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
6343 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
6344 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
6345 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
6346 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
6347 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
6348 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
6349 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6350 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6351 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6352 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6353 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6354 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6355 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6356 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6357 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6358 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6359 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6360 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6361 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6362 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
6363
6364 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6365 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6366 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6367 * configure.host: Remove m680[01]0-sun-sunos3*,
6368 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6369 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6370 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6371 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6372 mips-*-riscos*.
6373 * NEWS: Mention removed systems.
6374
6375 2004-04-04 Andrew Cagney <cagney@redhat.com>
6376
6377 GDB 6.1 release created from 6.1 branch.
6378
6379 2004-04-04 Andrew Cagney <cagney@redhat.com>
6380
6381 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6382 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6383 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
6384
6385 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
6386 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
6387 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
6388
6389 2004-04-03 Jim Blandy <jimb@redhat.com>
6390
6391 * MAINTAINERS: Chris Faylor has changed employers; add him to
6392 "paper trail" section, and update his E-mail address.
6393
6394 2004-04-03 Andrew Cagney <cagney@redhat.com>
6395
6396 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
6397 generic dummy frames.
6398 * dummy-frame.c: Update copyright.
6399 (dummy_frame_sniffer): Delete check for generic dummy frames.
6400
6401 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
6402 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
6403 (REG_PARM_STACK_SPACE): Delete.
6404 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
6405 Inline reference to REG_PARM_STACK_SPACE.
6406
6407 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
6408 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6409 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6410 (FRAME_BASE_BEFORE_SIGTRAMP)
6411 (hppa32_hpux_frame_base_before_sigtramp)
6412 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
6413 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
6414 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
6415 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
6416 (FRAME_BASE_BEFORE_SIGTRAMP)
6417 (hppa64_hpux_frame_base_before_sigtramp)
6418 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
6419
6420 2004-04-03 Andrew Cagney <cagney@redhat.com>
6421
6422 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
6423
6424 2004-04-02 Andrew Cagney <cagney@redhat.com>
6425
6426 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
6427 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
6428 * dummy-frame.h: Delete out-of-date comments.
6429 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
6430 * gdbarch.h, gdbarch.c: Re-generate.
6431
6432 2004-04-02 Joel Brobecker <brobecker@gnat.com>
6433
6434 Committed by Andrew Cagney <cagney@redhat.com>.
6435 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
6436 into account an instruction saving a register if we have already
6437 seen an earlier instruction saving that same register.
6438
6439 2004-04-02 Andrew Cagney <cagney@redhat.com>
6440
6441 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
6442 * gdbarch.h, gdbarch.c: Re-generate.
6443 * frame.c (legacy_get_prev_frame): Delete references to
6444 DEPRECATED_INIT_FRAME_PC_FIRST.
6445
6446 * infrun.c (pc_in_sigtramp): Delete function.
6447 (check_sigtramp2): Inline call to pc_in_sigtramp, use
6448 get_frame_type.
6449
6450 2004-04-02 Andrew Cagney <cagney@redhat.com>
6451
6452 * infrun.c (handle_step_into_function): Delete code conditional on
6453 legacy_frame_p.
6454 (handle_inferior_event, step_over_function): Ditto.
6455
6456 2004-04-02 Andrew Cagney <cagney@redhat.com>
6457
6458 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
6459 "previous frame inner to this frame" test.
6460
6461 2004-04-02 Andrew Cagney <cagney@redhat.com>
6462
6463 * frame.c (safe_frame_unwind_memory): New function.
6464 * frame.h (safe_frame_unwind_memory): Declare. Update description
6465 of /safe_/ methods.
6466 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
6467 "next_frame". Use safe_frame_unwind_memory.
6468 (tramp_frame_sniffer): Update call to tramp_frame_start.
6469
6470 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
6471
6472 * dwarf2read.c (dwarf2_objfile_data_key): New.
6473 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
6474 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
6475 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
6476 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
6477 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
6478 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
6479 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
6480 Remove variables.
6481 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
6482 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
6483 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
6484 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
6485 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
6486 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
6487 Remove macros.
6488 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
6489 data.
6490 (dwarf2_locate_sections, dwarf2_build_psymtabs)
6491 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
6492 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
6493 (read_partial_die, read_full_die, read_indirect_string)
6494 (dwarf_decode_line_header, dwarf_decode_macros)
6495 (dwarf2_symbol_mark_computed): Remove use of removed macros.
6496 Update uses of removed variables.
6497 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
6498 of removed macros.
6499 (_initialize_dwarf2_read): New function.
6500 * symfile.h (dwarf2_has_info): Update prototype.
6501 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
6502 * elfread.c (elf_symfile_read): Likewise.
6503
6504 2004-04-01 Jim Blandy <jimb@redhat.com>
6505
6506 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
6507 function for register numbers on all the rs6000-derived targets.
6508 (rs6000_gdbarch_init): Don't register a separate
6509 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
6510 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
6511 variants.
6512
6513 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
6514 numbering.
6515
6516 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
6517
6518 * valarith.c: Update copyright notice.
6519 (value_add): Handle range types.
6520 (value_sub): Ditto.
6521 (value_equal): Ditto.
6522 (value_less): Ditto.
6523 (value_neg): Ditto.
6524 (value_complement): Ditto.
6525 (value_binop): Simplify slightly by using is_integral_type and
6526 eliminiating unnecessary COERCE_ENUMs.
6527
6528 2004-03-31 Andrew Cagney <cagney@redhat.com>
6529
6530 * frame.h (frame_unwind_id): Declare.
6531 * frame.c (frame_unwind_id): New function.
6532 (get_prev_frame_1): New function.
6533 (frame_debug_got_null_frame): New function.
6534 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6535 code proper to prev_frame, update description.
6536 * infrun.c (step_over_function): Use frame_unwind_id.
6537
6538 2004-04-31 J. Brobecker <brobecker@gnat.com>
6539
6540 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6541 (hppa64_push_dummy_call): Likewise.
6542
6543 2004-03-30 Jim Blandy <jimb@redhat.com>
6544
6545 From Ulrich Weigand:
6546 * utils.c (query): Do not use a va_list variable multiple times.
6547
6548 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6549
6550 * Makefile.in (linux_nat_h): Update dependencies.
6551 * configure.in: Check for <gnu/libc-version.h>.
6552 * configure: Regenerate.
6553 * config.in: Regenerate.
6554 * linux-nat.h: Include "target.h". Add waitstatus field to
6555 struct lwp_info.
6556 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
6557 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
6558 to.
6559 (lin_lwp_handle_extended): New function. Handle clone events.
6560 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
6561 thread exit events.
6562 (child_wait): Handle clone events.
6563 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
6564 * linux-nat.c (linux_enable_event_reporting): Turn on
6565 PTRACE_O_TRACECLONE.
6566 (linux_handle_extended_wait): Handle clone events.
6567 * thread-db.c: Include <gnu/libc-version.h>.
6568 (struct private_thread_info): Add dying flag.
6569 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
6570 higher.
6571 (attach_thread): Update comments. Handle dying threads.
6572 (detach_thread): Set the dying flag.
6573 (check_event): Always call attach_thread.
6574
6575 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6576
6577 * mips-tdep.c (mips_pdr_data): New.
6578 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
6579 (_initialize_mips_tdep): Initialize mips_pdr_data.
6580
6581 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
6582
6583 * minsyms.c (install_minimal_symbols): Move dropping leading
6584 char from linkage name from here...
6585 (prim_record_minimal_symbol_and_info): ...to here. Simplify
6586 test for "__gnu_compiled*" symbols.
6587
6588 2004-03-28 Jim Blandy <jimb@redhat.com>
6589
6590 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
6591 registers to temp register r0 and byte stores as prologue
6592 instructions.
6593
6594 2004-03-28 Andrew Cagney <cagney@redhat.com>
6595
6596 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
6597 arm*-*-*.
6598
6599 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6600
6601 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
6602 and switch the layout to force a display of register window.
6603
6604 2004-02-26 J. Brobecker <brobecker@gnat.com>
6605
6606 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
6607 of the INTEGER class.
6608
6609 2004-03-26 Jim Blandy <jimb@redhat.com>
6610
6611 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
6612 bytes long on PPC GNU/Linux.
6613
6614 2004-03-26 David Carlton <carlton@kealia.com>
6615
6616 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
6617
6618 2004-03-25 Andrew Cagney <cagney@redhat.com>
6619
6620 * PROBLEMS: Add general section titles, remove references to
6621 specific releases.
6622
6623 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
6624
6625 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
6626 INT_REGISTER_SIZE.
6627 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
6628 FP_REGISTER_VIRTUAL_SIZE.
6629 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
6630 of DEPRECATED_REGISTER_RAW_SIZE.
6631 (arm_register_type): Add gdbarch argument.
6632 (arm_register_raw_size, arm_register_virtual_size): Delete.
6633 (arm_register_byte, arm_extract_return_value)
6634 (arm_store_return_value, arm_get_longjmp_target): Update references
6635 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
6636 (arm_gdbarch_init): Likewise. Don't set
6637 deprecated_register_raw_size, deprecated_register_virtual_size,
6638 deprecated_max_register_raw_size,
6639 deprecated_max_register_virtual_size, or
6640 deprecated_max_register_virtual_type. Do set register_type.
6641 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
6642 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
6643 (FP_REGISTER_VIRTUAL_SIZE): Delete.
6644 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
6645 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
6646 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
6647 INT_REGISTER_SIZE.
6648 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
6649 (remote_rdp_store_register): Likewise.
6650
6651 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
6652
6653 * Makefile.in (mips-linux-tdep.o): Update dependencies.
6654 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
6655 to after osabi initialization.
6656 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
6657 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
6658 functions.
6659 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
6660 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
6661 variables.
6662 (mips_linux_init_abi): Append signal trampoline unwinders.
6663
6664 2004-03-24 Andrew Cagney <cagney@redhat.com>
6665
6666 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
6667 * tramp-frame.c: Include "gdb_assert.h".
6668 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
6669 correct sizeof.
6670 (tramp_frame_append): Validate the tramp frame's instructions.
6671 * Makefile.in (tramp-frame.o): Update dependencies.
6672
6673 2004-03-23 Andrew Cagney <cagney@redhat.com>
6674
6675 * trad-frame.h (trad_frame_set_reg_addr): Declare.
6676
6677 2004-03-23 Andrew Cagney <cagney@redhat.com>
6678
6679 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
6680 Nasser as past testsuite/lib/ (and other) maintainers.
6681
6682 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6683
6684 * infcmd.c (attach_command): Reread symbols if we already have
6685 an exec file.
6686
6687 2004-03-23 Andrew Cagney <cagney@redhat.com>
6688
6689 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
6690
6691 2004-03-23 Andrew Cagney <cagney@redhat.com>
6692
6693 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
6694 * gdbarch.h, gdbarch.c: Re-generate.
6695 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6696 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6697 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6698 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
6699 (DEPRECATED_SIGTRAMP_START): Update.
6700 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
6701 (DEPRECATED_SIGTRAMP_START): Update.
6702 * blockframe.c (find_pc_sect_partial_function): Update.
6703 * arch-utils.c (legacy_pc_in_sigtramp): Update.
6704
6705 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6706
6707 * remote.c (remote_open_1): Reopen the exec file and reread symbols
6708 if necessary.
6709
6710 2004-03-23 Andrew Cagney <cagney@redhat.com>
6711
6712 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
6713 predicate, deprecate.
6714 * gdbarch.h, gdbarch.c: Re-generate.
6715 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6716 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6717 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
6718 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6719 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
6720 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
6721 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
6722 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
6723 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
6724 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
6725 * blockframe.c (find_pc_partial_function): Update.
6726 * breakpoint.c (bpstat_what): Update.
6727 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
6728 * frv-linux-tdep.c (frv_linux_init_abi): Update.
6729 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
6730 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
6731 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6732 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6733 * i386-nto-tdep.c (i386nto_init_abi): Update.
6734 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
6735 * i386-tdep.c (i386_sigtramp_frame_sniffer)
6736 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
6737 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6738 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6739 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6740 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
6741 * infrun.c (pc_in_sigtramp): Update.
6742 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
6743 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
6744 * mips-tdep.c (mips_gdbarch_init): Update.
6745 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
6746 * ppc-linux-tdep.c: Update comment.
6747 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
6748 * shnbsd-tdep.c (shnbsd_init_abi): Update.
6749 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
6750 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
6751 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
6752 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
6753 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
6754 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
6755 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
6756 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
6757
6758 2004-03-23 Andrew Cagney <cagney@redhat.com>
6759
6760 * tramp-frame.h, tramp-frame.h: New files.
6761 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
6762 Update rules to include "tramp-frame.h" and "tramp-frame.c".
6763
6764 * Makefile.in: Update all dependencies.
6765
6766 2004-03-23 Andrew Cagney <cagney@redhat.com>
6767
6768 * Makefile.in (trad_frame_h): Add $(frame_h).
6769 * trad-frame.h: Update copyright. Include "frame.h".
6770 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
6771 (trad_frame_set_id, trad_frame_get_id): Declare.
6772 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
6773 * trad-frame.c: Update copyright.
6774 (struct trad_frame_cache): Define.
6775 (trad_frame_cache_zalloc): New function.
6776 (trad_frame_set_id, trad_frame_get_id): New functions.
6777 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
6778
6779 2004-03-22 Andrew Cagney <cagney@redhat.com>
6780
6781 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
6782 s390_pltstub_unwind_cache.
6783 (s390_stub_frame_unwind_cache): Rename
6784 s390_pltstub_frame_unwind_cache.
6785 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
6786 (s390_stub_frame_prev_register): Rename
6787 s390_pltstub_frame_prev_register.
6788 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
6789 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
6790
6791 From Ulrich Weigand:
6792 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
6793 pointer calls like PLT calls.
6794
6795 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
6796
6797 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
6798 PC rather than the partial function start address. Use the start
6799 address to sanity check the found PDR.
6800
6801 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
6802
6803 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
6804 linux_handle_extended_wait.
6805
6806 2004-03-22 Andrew Cagney <cagney@redhat.com>
6807
6808 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
6809 function.
6810
6811 * frame.h (generic_pop_current_frame): Delete declaration.
6812 (deprecate_pop_dummy_frame): Deprecate
6813 generic_pop_dummy_frame.
6814 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
6815 (generic_pop_current_frame): Delete function.
6816 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
6817 generic_pop_current_frame.
6818 * v850-tdep.c (v850_pop_frame): Update.
6819 * mcore-tdep.c (mcore_pop_frame): Update.
6820 * sh64-tdep.c (sh64_pop_frame): Update.
6821 * h8300-tdep.c (h8300_pop_frame): Update.
6822
6823 2004-03-22 Andrew Cagney <cagney@redhat.com>
6824
6825 * frame.h (deprecated_pc_in_call_dummy): Rename
6826 generic_pc_in_call_dummy.
6827 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
6828 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
6829 generic_pc_in_call_dummy.
6830 (pc_in_dummy_frame): Make static.
6831 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
6832 * gdbarch.h, gdbarch.c: Re-generate.
6833 * dummy-frame.c (dummy_frame_sniffer): Simplify.
6834 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
6835 (legacy_get_prev_frame): Ditto.
6836 * inferior.h: Delete reference to generic_pc_in_call_dummy in
6837 comment.
6838
6839 2004-03-21 Andrew Cagney <cagney@redhat.com>
6840
6841 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
6842 declaration and out-of-date comment.
6843 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
6844 Delete function.
6845 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
6846 deprecated_pc_in_call_dummy.
6847
6848 * infrun.c (handle_inferior_event): For non legacy frames, use the
6849 frame ID and frame type to identify a signal trampoline. Update
6850 comments.
6851
6852 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
6853
6854 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
6855 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
6856
6857 2004-03-21 Andrew Cagney <cagney@redhat.com>
6858
6859 * frame-unwind.h: Update copyright.
6860 (struct frame_data): Add opaque declaration.
6861 (frame_sniffer_ftype): Declare.
6862 (struct frame_unwind): Add "unwind_data" and "sniffer".
6863 (frame_unwind_register_unwinder): Declare.
6864 (frame_unwind_find_by_frame): Add parameter "this_cache".
6865 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
6866 (legacy_get_prev_frame, legacy_get_prev_frame)
6867 (get_frame_type): Pass the prologue_cache to
6868 frame_unwind_find_by_frame.
6869 * frame-unwind.c (struct frame_unwind_table_entry): Add field
6870 "unwinder".
6871 (frame_unwind_register_unwinder): New function.
6872 (frame_unwind_find_by_frame): Handle an unwind sniffer.
6873
6874 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
6875
6876 * bcache.c (print_percentage): Use floating point to avoid
6877 incorrect results when portion*100 overflows.
6878
6879 2004-03-19 Kevin Buettner <kevinb@redhat.com>
6880
6881 * ppc_tdep.h (ppc_linux_frame_saved_pc)
6882 (ppc_linux_init_extra_frame_info)
6883 (ppc_linux_frameless_function_invocation)
6884 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
6885 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
6886 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
6887 (rs6000_frame_chain): Delete declarations.
6888 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
6889 (ppc_linux_init_extra_frame_info)
6890 (ppc_linux_frameless_function_invocation)
6891 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
6892 (ppc_linux_init_abi): Remove registration of above deleted functions.
6893 * rs6000-tdep.c (rs6000_init_extra_frame_info)
6894 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
6895 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
6896 (rs6000_pop_frame, rs6000_frameless_function_invocation)
6897 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
6898 (rs6000_gdbarch_init): Remove registration of above deleted functions.
6899 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
6900 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
6901 frame management for all OSABIs.
6902
6903 2004-03-19 Andrew Cagney <cagney@redhat.com>
6904
6905 Committed by Kevin Buettner <kevinb@redhat.com>.
6906
6907 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
6908 Update copyright.
6909 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
6910 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
6911 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
6912 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
6913 unwinders. #ifdef legacy frame code.
6914 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
6915 "frame-base.h".
6916 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
6917 (struct rs6000_frame_cache, rs6000_frame_cache)
6918 (rs6000_frame_this_id, rs6000_frame_prev_register)
6919 (rs6000_frame_sniffer, rs6000_frame_unwind)
6920 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
6921 (rs6000_frame_base): Implement a traditional frame unwinder.
6922 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
6923 frame unwinder.
6924
6925 2004-03-19 Kevin Buettner <kevinb@redhat.com>
6926
6927 * breakpoint.c (adjust_breakpoint_address): Don't adjust
6928 breakpoint address for watchpoints or the catch eventpoints.
6929 Add new paramter ``bptype''. Adjust all callers.
6930
6931 2004-03-19 Andrew Cagney <cagney@redhat.com>
6932
6933 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
6934
6935 * PROBLEMS: Delete note that ARM does not use frame code, problem
6936 fixed.
6937
6938 2004-03-18 Andrew Cagney <cagney@redhat.com>
6939
6940 * stack.c (return_command): Delete code wrapped in #ifdef
6941 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
6942
6943 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
6944
6945 2004-03-18 Andrew Cagney <cagney@redhat.com>
6946
6947 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
6948 DEPRECATED_IN_SIGTRAMP.
6949 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6950 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
6951 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6952 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6953 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6954 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6955 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6956 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6957 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
6958 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
6959
6960 2004-03-18 Andrew Cagney <cagney@redhat.com>
6961
6962 * frame-base.c: Update copyright. Include "gdb_obstack.h".
6963 (struct frame_base_table_entry): Define.
6964 (struct frame_base_table): Re-implement as a linked list.
6965 (frame_base_init): Re-implement.
6966 (frame_base_table): Delete function.
6967 (append_predicate): Delete function.
6968 (frame_base_append_sniffer): Update.
6969 (frame_base_set_default): Update.
6970 (frame_base_find_by_frame): Update.
6971 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
6972 * Makefile.in (frame-base.o): Update dependencies.
6973
6974 2004-03-17 Andrew Cagney <cagney@redhat.com>
6975
6976 * frame.c (legacy_get_prev_frame): Pass correct frame to
6977 frame_unwind_find_by_frame.
6978
6979 2004-03-17 David Carlton <carlton@kealia.com>
6980
6981 * NEWS: Mention C++ nested types and namespaces
6982
6983 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
6984
6985 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
6986 and "Regressions since gdb 5.3.". Add known regressions since
6987 gdb 6.0.
6988
6989 2004-03-16 David Carlton <carlton@kealia.com>
6990
6991 * dwarf2read.c (process_structure_scope): Process children even
6992 when we're a declaration.
6993
6994 2004-03-16 Andrew Cagney <cagney@redhat.com>
6995
6996 * symtab.h (find_pc_sect_partial_function): Delete declaration.
6997 * blockframe.c (find_pc_partial_function)
6998 (find_pc_sect_partial_function): Merge into a single
6999 find_pc_partial_function.
7000
7001 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7002
7003 * i386bsd-nat.c: s/regno/regnum/g.
7004 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7005 FP0_REGNUM.
7006 (store_inferior_registers): Likewise.
7007
7008 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7009
7010 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7011 of i387_fill_fsave.
7012 (store_inferior_registers): Call i387_collect_fsave and
7013 i387_collect_fxsave instead of i387_fill_fsave and
7014 i387_fill_fxsave.
7015
7016 2004-03-15 Andrew Cagney <cagney@redhat.com>
7017
7018 * Makefile.in (frame-unwind.o): Update dependencies.
7019 * frame-unwind.c: Include "gdb_obstack.h".
7020 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7021 parameter.
7022 (append_predicate): Delete function.
7023 (struct frame_unwind_table_entry): New structure.
7024 (struct frame_unwind_table): Replace "sniffer" with "head" and
7025 "tail".
7026 (frame_unwind_append_sniffer): Update.
7027 (frame_unwind_find_by_frame): Update.
7028 (_initialize_frame_unwind): Registe frame_unwind_init using
7029 gdbarch_data_register_pre_init.
7030
7031 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7032
7033 * i386bsd-nat.c: Update copyright year.
7034 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7035 define unconditionally.
7036
7037 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7038
7039 * i387-tdep.h (i387_collect_fsave): New prototype.
7040 * i387-tdep.c (i387_collect_fsave): New function containing most
7041 of the code from i387_fill_fsave.
7042 (i387_fill_fsave): Call i387_collect_fsave.
7043
7044 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7045
7046 * i386-linux-tdep.c: Update copyright year.
7047 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7048 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7049 svr4_ilp32_link_map_offsets instead of
7050 i386_linux_svr4_fetch_link_map_offsets.
7051
7052 2004-03-15 David Carlton <carlton@kealia.com>
7053
7054 Fix for PR c++/1553:
7055 * dwarf2read.c (read_structure_type): Determine type name by
7056 calling determine_class_name.
7057 (determine_class_name): New.
7058 (determine_prefix): Look at TYPE_TAG_NAME and call
7059 determine_class_name when appropriate.
7060 (determine_prefix_aux, class_name): Delete.
7061 (read_namespace): Set die->type.
7062
7063 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7064
7065 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7066 unused macro definition. The definition in target.h (or perhaps
7067 elsewhere) takes precedence.
7068
7069 2004-03-15 Andrew Cagney <cagney@redhat.com>
7070
7071 * ppc-tdep.h: Update copyright.
7072 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7073 function signatures to match "regsets.h".
7074 * ppc-linux-tdep.c: Include "regset.h".
7075 (ELF_GREGSET_SIZE): Delete.
7076 (right_supply_register): New function.
7077 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7078 using right_supply_register.
7079 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7080 functions.
7081 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7082 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7083 (_initialize_ppc_linux_tdep): Do not register
7084 ppc_linux_regset_core_fns.
7085 (ppc_linux_regset_from_core_section): Replace
7086 fetch_core_registers.
7087 (ppc_linux_regset_core_fns): Delete.
7088 * ppc-linux-nat.c: (right_fill_reg): New function.
7089 (supply_gregset): Update call to ppc_linux_supply_gregset.
7090 (fill_gregset): Clear the register set, use right_fill_reg.
7091 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7092 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7093
7094 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7095 unsigned.
7096
7097 2004-03-15 Andrew Cagney <cagney@redhat.com>
7098
7099 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7100 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7101 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7102 and register_gdbarch_data.
7103 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7104 (struct gdbarch_data): Replace "init" by "pre_init" and
7105 "post_init".
7106 * gdbarch.h, gdbarch.c: Re-generate.
7107 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7108 with"obstack", use OBSTACK_ZALLOC.
7109 (dwarf2_frame_ops): Delete.
7110 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7111 (dwarf2_frame_init_reg): Use gdbarch_data.
7112 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
7113 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
7114 (_initialize_svr4_solib): Update.
7115 * user-regs.c (_initialize_user_regs): Update.
7116 * reggroups.c (_initialize_reggroup): Update.
7117 * regcache.c (_initialize_regcache): Update.
7118 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7119 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7120 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7121 * frame-unwind.c (_initialize_frame_unwind): Update.
7122 * frame-base.c (_initialize_frame_base): Update.
7123 * user-regs.c (user_reg_add): Update.
7124 * reggroups.c (reggroup_add): Update.
7125 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7126 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7127 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7128 * frame-base.c (frame_base_table): Update.
7129 * remote.c (_initialize_remote): Update.
7130 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
7131
7132 2004-03-15 Andrew Cagney <cagney@redhat.com>
7133
7134 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7135
7136 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7137
7138 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7139 * frv-linux-tdep.c: New file.
7140 * frv-tdep.c (struct gdbarch_tdep): Add new field
7141 ``sigcontext_reg_addr''.
7142 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7143 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7144 (frv_sigramp_frame_sniffer): New functions.
7145 (frv_sigtramp_frame_unwind): New static global.
7146 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7147 sniffers.
7148 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7149 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7150
7151 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7152
7153 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7154 but not via a call to error(), when unable to read memory.
7155
7156 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7157
7158 * frv-tdep.c (frv_call_dummy_words): Delete.
7159 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7160
7161 2004-03-15 Andrew Cagney <cagney@redhat.com>
7162
7163 * infrun.c (handle_step_into_function, step_over_function): Only
7164 update and use STEP_FRAME_ID when the system is using legacy
7165 frames. Update comments.
7166
7167 2004-03-14 Mark Kettenis <kettenis@gnu.org>
7168
7169 * amd64-linux-tdep.h: Remove file.
7170 * amd64-linux-tdep.c: Don't include "inferior.h" and
7171 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7172 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7173 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7174 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7175 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7176 macros.
7177 (user_to_gdb_regmap): Remove variable.
7178 (amd64_linux_gregset_reg_offset): New variable.
7179 (amd64_core_fns): Remove variable.
7180 (fetch_core_registers): Remove function.
7181 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7182 functions.
7183 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7184 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7185 * Makefile.in (amd64_linux_tdep_h): Remove.
7186 (amd64-linux-nat.o): Update dependencies.
7187 (amd64-linux-tdep.o): Update dependencies.
7188
7189 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7190 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7191 functions.
7192 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7193
7194 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7195 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7196
7197 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
7198
7199 * dwarf2read.c (read_structure_type): Rename from
7200 read_structure_scope. Don't create a symbol or call process_die.
7201 Return immediately if die->type is set. Call read_type_die before
7202 dwarf2_add_member_fn.
7203 (process_structure_scope): New function.
7204 (read_enumeration_type, process_enumeration_scope): New functions,
7205 broken out from read_enumeration. Don't create the enumeration
7206 type if it has already been created.
7207 (read_enumeration): Removed.
7208 (process_die): Call read_structure_type, process_structure_scope,
7209 read_enumeration_type, and process_enumeration_scope. Just call
7210 new_symbol for base and subrange types. Add a comment about other
7211 type dies.
7212 (read_type_die): Call read_enumeration_type.
7213 (add_partial_structure, new_symbol): Update comments.
7214
7215 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7216
7217 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7218
7219 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7220
7221 * tui/tui-win.h (tui_get_cmd_list): Declare.
7222 * tui/tui-win.c (tui_command): New function.
7223 (tui_get_cmd_list): New function.
7224 (_initialize_tui_win): Moved initialization of tui command in
7225 tui_get_cmd_list.
7226
7227 * tui/tui-data.c (init_content_element): Setup new data members.
7228 (init_win_info): Likewise.
7229 (free_content_elements): Free it.
7230 * tui/tui-data.h (struct tui_data_element): Store the register
7231 content to print.
7232 (struct tui_data_info): Keep the current register group.
7233
7234 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7235
7236 * tui/tui-regs.h (tui_show_registers): Update prototype.
7237 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7238 (tui_resize_all): No need to calculate anything for register window.
7239 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7240 (tui_set_register_element, tui_set_general_regs_content): Remove.
7241 (tui_set_special_regs_content): Remove.
7242 (tui_set_general_and_special_regs_content): Remove.
7243 (tui_set_float_regs_content): Remove.
7244 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7245 (tui_set_regs_content): Remove.
7246 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7247 (tui_v_show_registers_command_support): Remove.
7248 (tui_show_registers): Use a reggroup to specify the registers to show.
7249 (tui_show_register_group): New function.
7250 (tui_display_registers_from): Compute the layout of register window
7251 and refresh with new API; be sure to delete old register windows.
7252 (tui_check_register_values): Update to use tui_get_register and
7253 tui_display_data.
7254 (tui_display_register): Just refresh the register window part.
7255 (tui_register_format): Format registers and save in tui_data_element.
7256 (tui_get_register): New to combine tui_reg_value_has_changed and
7257 tui_get_register_raw_value; fix to use the new gdb API.
7258 (tui_show_float_command): Renamed tui_reg_float_command.
7259 (tui_show_general_command): Renamed tui_reg_general_command.
7260 (tui_show_special_command): Renamed tui_reg_system_command.
7261 (_initialize_tui_regs): Remove unused commands.
7262
7263 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7264
7265 * NEWS (New native configurations): Mention OpenBSD/amd64.
7266
7267 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7268 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7269 Remove defines.
7270 * config/i386/nm-fbsd64.h: Likewise.
7271 * config/i386/nm-obsd.h: Likewise.
7272 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7273 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7274
7275 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7276
7277 * frv-tdep.c (set_variant_scratch_registers): New function.
7278 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7279 New constants.
7280
7281 From Richard Sandiford <rsandifo@redhat.com>:
7282 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7283
7284 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7285
7286 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7287 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7288 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7289 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7290 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7291 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7292 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7293 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7294 definitions from frv-tdep.c to frv-tdep.h.
7295
7296 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7297
7298 Add shared library support for FR-V FDPIC ABI:
7299 * Makefile.in (solib-frv.o): Add dependencies.
7300 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7301 New functions.
7302 (frv_push_dummy_call): Add support for FDPIC ABI.
7303 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
7304 for FDPIC ABI.
7305 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
7306 (frv_fdpic_find_canonical_descriptor): Declare.
7307 * solib-frv.c: New file.
7308 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
7309 * config/frv/tm-frv.h (solib.h): Include.
7310
7311 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7312
7313 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
7314 (frv-tdep.o): Update dependencies.
7315 * frv-tdep.h: New file.
7316 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
7317 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
7318 constants.
7319 (struct gdbarch_tdep): Add new member ``frv_abi''.
7320 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
7321 functions.
7322 (new_variant): Set ``frv_abi'' field.
7323 (gdb_arch_init): Detect FDPIC executables.
7324
7325 2004-03-12 Mark Kettenis <kettenis@gnu.org>
7326
7327 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
7328 wrapper.
7329
7330 2004-03-11 Andrew Cagney <cagney@redhat.com>
7331
7332 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
7333
7334 2004-03-11 Kevin Buettner <kevinb@redhat.com>
7335
7336 * solist.h (master_so_list): New function.
7337 * solib.c (master_so_list): Likewise.
7338 * solib-svr4.c (enable_break): Iterate over so_list entries
7339 obtained from master list instead of entries obtained directly
7340 via svr4_current_sos().
7341
7342 2004-03-10 Ben Elliston <bje@gnu.org>
7343
7344 * MAINTAINERS: Update my mail address.
7345
7346 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7347
7348 * remote-m32r-sdi.c: Support hardware watchpoint.
7349
7350 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7351
7352 * user-regs.c: Update copyright years.
7353 (struct user_regs): Rename to gdb_user_regs.
7354 (append_user_reg, builtin_user_regs, user_regs_init)
7355 (user_reg_add, user_reg_map_name_to_regnum)
7356 (usernum_to_user_reg): Update.
7357
7358 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7359
7360 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7361 (skip_children): New functions.
7362 (locate_pdi_sibling): Call skip_children.
7363
7364 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7365
7366 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7367 * gdbtypes.c (check_typedef): Update comments.
7368
7369 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7370
7371 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7372 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7373 pointer. Update comment about comp_unit_head.
7374 (struct abbrev_info): Shorten two int flags.
7375 (dwarf_alloc_abbrev): Take a CU argument.
7376 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7377 each time through the loop. Update cleanup argument.
7378 (psymtab_to_symtab_1): Update cleanup call.
7379 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7380 abbrev_obstack.
7381 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7382 Just call obstack_free and clear the pointer.
7383
7384 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7385
7386 * infrun.c (handle_inferior_event): Remove short-circuit code for
7387 events in a different thread.
7388
7389 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7390
7391 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
7392 print the whole transfer.
7393 (initialize_targets): Update description of "set debug target".
7394
7395 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7396
7397 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
7398
7399 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
7400
7401 * MAINTAINERS (write after approval): Add myself.
7402
7403 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7404
7405 * sh-tdep.c (sh_print_registers_info): Use for loop.
7406 Don't skip multiple registers when a float register is encountered.
7407
7408 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
7409
7410 Fix PR tdep/1291.
7411 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
7412 to official SH documentation.
7413
7414 2004-03-07 Andrew Cagney <cagney@redhat.com>
7415
7416 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
7417 unused function.
7418
7419 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
7420
7421 * arm-tdep.c (thumb_get_next_pc): Handle BX.
7422 (arm_get_next_pc): Handle BX and BLX.
7423
7424 2004-03-07 Andrew Cagney <cagney@redhat.com>
7425
7426 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
7427 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
7428 HPPA_SP_REGNUM.
7429 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
7430 (hppa_target_read_fp): Delete.
7431 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
7432 register_virtual_size, max_register_raw_size,
7433 max_register_virtual_size, register_byte, register_size,
7434 target_read_fp, fp_regnum, and register_bytes. Set register_type
7435 instead of register_virtual_type.
7436 (hppa32_register_type, hppa64_register_type): Replace
7437 hppa32_register_virtual_type and hppa64_register_virtual_type.
7438 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
7439 (HPPA_FP_REGNUM): Define.
7440
7441 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
7442
7443 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
7444 (pa_do_registers_info): Delete.
7445 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
7446 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
7447 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
7448
7449 * infcall.c (legacy_push_dummy_code): Delete #ifdef
7450 GDB_TARGET_IS_HPPA code.
7451 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
7452 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
7453 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
7454 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
7455 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
7456 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
7457 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
7458 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
7459 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
7460 (hppa_frameless_function_invocation, hppa64_store_return_value)
7461 (hppa_store_struct_return, hppa64_extract_return_value)
7462 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
7463 (hppa32_call_dummy_length, hppa64_call_dummy_length)
7464 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
7465 (find_proc_framesize, deposit_21, restore_pc_queue)
7466 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
7467 (rp_saved, pc_in_linker_stub): Delete.
7468
7469 Unconditionally enable 64-bit frame and ABI code.
7470 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
7471 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
7472 push_dummy_frame, fix_call_dummy, push_arguments,
7473 call_dummy_location, extract_return_value, use_struct_convention,
7474 store_return_value, store_struct_return, saved_pc_after_call,
7475 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
7476 frame_chain, frame_chain_valid, frameless_function_invocation,
7477 frame_saved_pc, and pop_frame.
7478
7479 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
7480 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
7481 (hppa_gdbarch_init): Do not set PC_REGNUM.
7482
7483 2004-03-06 Mark Kettenis <kettenis@gnu.org>
7484
7485 * config/alpha/tm-fbsd.h: Remove file.
7486 * config/alpha/fbsd.mt: Tweak comment.
7487 (TM_FILE): Set to tm-alpha.h.
7488
7489 2004-03-05 Andrew Cagney <cagney@redhat.com>
7490
7491 * infrun.c (step_over_function): When non-legacy code, and no
7492 step_frame_id, use the unwinder to get the caller's frame ID.
7493
7494 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7495
7496 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
7497 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
7498 bfd_arch_unknown. Adjust comment.
7499
7500 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
7501 * i386obsd-tdep.c: Correct spelling in comment.
7502 * i386nbsd-tdep.c: Correct spelling in comment.
7503 * sparc-tdep.c: Correct spelling in comments.
7504
7505 2004-03-05 David Carlton <carlton@kealia.com>
7506
7507 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
7508 bug.
7509
7510 2004-03-05 Mark Kettenis <kettenis@gnu.org>
7511
7512 * sparc-tdep.c: Fix typo in comment.
7513
7514 2004-03-04 J. Brobecker <brobecker@gnat.com>
7515
7516 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
7517
7518 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
7519
7520 * dwarf2read.c: Add comment describing memory lifetimes.
7521 (struct dwarf2_pinfo): Update comment.
7522 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
7523 (read_enumeration, new_symbol): Don't use obsavestring.
7524
7525 2004-03-04 Mark Kettenis <kettenis@gnu.org>
7526
7527 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7528 instead of amd64_fill_fxsave.
7529 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7530 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7531
7532 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7533 Reorganize code a bit.
7534
7535 2004-03-04 Orjan Friberg <orjanf@axis.com>
7536
7537 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
7538 when the frame pointer is pushed. Don't set the frame pointer's
7539 address on the stack unless it's actually located there.
7540 Set the SRP's address on the stack correctly when the PC is still in
7541 the prologue.
7542 (cris_return_value): New function.
7543 (cris_gdbarch_init): Clear deprecated store_return_value,
7544 extract_return_value.
7545
7546 2004-03-02 Jim Blandy <jimb@redhat.com>
7547
7548 * stabsread.c (reg_value_complaint): The maximum register number
7549 is one less than the number of registers.
7550
7551 2004-03-02 Andrew Cagney <cagney@redhat.com>
7552
7553 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
7554 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
7555 trailing comma and redundant assignment of I386_ST0_REGNUM.
7556 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
7557 32-bit segment registers.
7558
7559 2004-03-01 Andrew Cagney <cagney@redhat.com>
7560
7561 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
7562 use frame_relative_level and get_next_frame.
7563
7564 2004-02-29 Andrew Cagney <cagney@redhat.com>
7565
7566 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
7567 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
7568 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
7569 Delete macro.
7570
7571 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7572
7573 * inflow.c (terminal_inferior): Don't give up the terminal if we
7574 previously couldn't get the inferior's terminal state.
7575
7576 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7577
7578 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
7579 PC_REGNUM.
7580
7581 2004-02-28 Andrew Cagney <cagney@redhat.com>
7582
7583 * NEWS: Refer to GDB 6.1.
7584 * README: Refer to GDB 6.1.
7585 * PROBLEMS: Refer to GDB 6.1.
7586
7587 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
7588
7589 * thread-db.c (disable_thread_signals): Remove unused function.
7590
7591 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7592
7593 * amd64-nat.c: Include "gdb_string.h".
7594 (amd64_collect_native_gregset): Zero-extend the 32-bit
7595 general-purpose registers and %eip.
7596
7597 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
7598 * amd64-tdep.c (amd64_collect_fxsave): New function.
7599 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
7600
7601 * i387-tdep.h: Update copyright year.
7602 (i387_collect_fxsave): New prototype.
7603 * i387-tdep.c: Update copyright year.
7604 (i387_collect_fxsave): New function containing most of the code
7605 from i387_fill_fxsave.
7606 (i387_fill_fxsave): Call i387_collect_fxsave.
7607
7608 2004-02-28 Andrew Cagney <cagney@redhat.com>
7609
7610 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
7611 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
7612
7613 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7614
7615 * amd64-tdep.c (amd64_frame_cache): Fix comment.
7616
7617 2004-02-28 Andrew Cagney <cagney@redhat.com>
7618
7619 * utils.c: Use "", instead of <>, to include readline.
7620 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
7621 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
7622 * source.c, solib.c, exec.c, event-top.c: Ditto.
7623 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
7624 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
7625 * Makefile.in: Update all dependencies.
7626 (readline_tilde_h, readline_history_h): Define.
7627 (readline_headers): Delete.
7628
7629 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7630
7631 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
7632 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
7633 "config/i386/tm-lx64.h".
7634
7635 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
7636 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
7637 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
7638
7639 2004-02-28 Andrew Cagney <cagney@redhat.com>
7640
7641 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
7642
7643 * breakpoint.c (_initialize_breakpoint): Use
7644 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
7645 Add help to show command.
7646
7647 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7648
7649 * i386-nat.c: Reformat to be closer to coding standards.
7650 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
7651 `retval'. Make variables `align' and `size' local to while-loop.
7652 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
7653 (_initialize_i386_nat): New prototype.
7654
7655 * tui/tui.c: Include <readline/readline.h> instead of
7656 "readline/readline.h". Include it after <term.h> and
7657 "gdb_curses.h".
7658
7659 2004-02-27 Andrew Cagney <cagney@redhat.com>
7660
7661 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
7662 the new frame unwind code.
7663 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
7664 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
7665 PCOQ_HEAD_REGNUM.
7666
7667 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
7668 "return_value" and "push_dummy_call".
7669 (hppa32_use_struct_convention): Delete unused function.
7670 (hppa32_store_return_value): Delete unused function.
7671 (hppa32_extract_return_value): Delete unused function.
7672 (hppa32_stack_align): Delete function.
7673
7674 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
7675
7676 * coffread.c (enter_linenos): Don't let rawptr reference memory
7677 outside linetab[]'s limits.
7678
7679 2004-02-27 Andrew Cagney <cagney@redhat.com>
7680
7681 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
7682 inferior stack space - the stack needs to grow upwards.
7683 (hppa32_frame_align): New function.
7684 (hppa64_frame_align): Replace hppa_frame_align.
7685 (hppa_gdbarch_init): Update.
7686
7687 2004-02-26 Orjan Friberg <orjanf@axis.com>
7688
7689 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
7690 (dwarf2-frame.h): Include.
7691 (enum cris_regnums): New enum CRIS_FP_REGNUM.
7692 Remove static variables related to ABI setting.
7693 (struct gdbarch_tdep): Remove cris_abi member.
7694 (struct frame_extra_info): Remove.
7695 (cris_unwind_cache, stack_item): New structs.
7696 (cris_frame_unwind, cris_frame_base): New variables.
7697 (push_stack_item, pop_stack_item)
7698 (cris_frame_unwind_cache, cris_frame_this_id)
7699 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
7700 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
7701 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
7702 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
7703 (cris_reg_struct_has_addr): New functions.
7704 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
7705 (cris_frame_saved_pc, cris_saved_pc_after_call,
7706 (cris_store_struct_return, cris_frameless_function_invocation)
7707 (cris_pop_frame, cris_skip_prologue_main)
7708 (cris_abi_original_store_return_value)
7709 (cris_abi_v2_store_return_value)
7710 (cris_abi_original_extract_return_value)
7711 (cris_abi_v2_extract_return_value)
7712 (cris_abi_original_reg_struct_has_addr)
7713 (cris_abi_v2_reg_struct_has_addr)
7714 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
7715 (cris_push_return_address, cris_abi_update): Remove.
7716 (_initialize_cris_tdep): Remove ABI command.
7717 (cris_dump_tdep): Ditto.
7718 (cris_gdbarch_init): Remove ABI command.
7719 Set store_return_value, extract_return_value, push_dummy_code,
7720 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
7721 frame_unwind_append_sniffer, frame_base_set_default.
7722 Clear deprecated init_frame_pc, push_arguments, store_return_value,
7723 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
7724 sizeof_call_dummy_words, get_saved_register, push_return_address,
7725 pop_frame, store_struct_return, frame_init_saved_regs,
7726 init_extra_frame_info, frameless_function_invocation, frame_chain,
7727 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
7728 dummy_write_sp.
7729
7730 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7731
7732 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
7733 * valprint.c (print_hex_chars): Change from static to external.
7734 (print_char_chars): New function.
7735 * printcmd.c (print_scalar_formatted): For integer and enum types
7736 that are longer than LONGEST, perform processing via appropriate
7737 print_*_chars routines.
7738
7739 2004-02-26 Andrew Cagney <cagney@redhat.com>
7740
7741 * Makefile.in: Update dependencies.
7742 Changes from Ulrich Weigand,
7743 * s390-tdep.c: Include "dwarf2-frame.h".
7744 (s390_dwarf2_frame_init_reg): New function.
7745 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
7746 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
7747
7748 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7749
7750 * breakpoint.c (pending_break_support): New setting variable.
7751 (break_command_1): Account for pending_break_support setting
7752 when creating pending breakpoints.
7753 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
7754 (_initialize_breakpoint): Add "set breakpoint pending" and
7755 "show breakpoint pending" commands.
7756
7757 2004-02-26 Andrew Cagney <cagney@redhat.com>
7758
7759 Fix PR i18n/1570.
7760 * charset.c (backslashable, backslashed, represented): Remove 'e'
7761 from list of escaped characters, not part of ISO-C.
7762
7763 2004-02-25 J. Brobecker <brobecker@gnat.com>
7764
7765 From Peter Schauer <schauer@pdf.de>:
7766 * tui/tui.c: Move system header includes after local includes.
7767 Fixes a build failure on solaris systems.
7768
7769 2004-02-25 J. Brobecker <brobecker@gnat.com>
7770
7771 * configure.in: Refine the previous change.
7772 * configure: Regenerate.
7773
7774 2004-02-25 Mark Kettenis <kettenis@gnu.org>
7775
7776 * amd64-tdep.h: Renamed from x86-64-tdep.h.
7777 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
7778 "amd64-tdep.h" instead of "x86-64-tdep.h".
7779 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7780 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
7781 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
7782 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7783 and "x86-64-tdep.c".
7784 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
7785 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7786 and "x86-64-tdep.c".
7787 * amd64bsd-nat.c: Update copyright year.
7788 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7789 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
7790 "x86-64-tdep.h".
7791 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
7792 "x86-64-tdep.h".
7793 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
7794 "x86-64-tdep.h".
7795 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
7796 "x86-64-tdep.h".
7797 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
7798 "x86-64-tdep.h".
7799 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
7800 "x86-64-tdep.h".
7801 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
7802 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
7803 * Makefile.in (amd64_linux_tdep_h): Renamed from
7804 x86_64_linux_tdep_h.
7805 (amd64_tdep_h): Renamed from x86_64_tdep_h.
7806 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
7807 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
7808 (amd64obsd-tdep.o): Update dependencies.
7809 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
7810 dependencies.
7811 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
7812 dependencies.
7813 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
7814 amd64-linux-nat.c amd64-linux-tdep.c.
7815 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
7816 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
7817 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
7818 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
7819 amd64-tdep.o and amd64-linux-tdep.o.
7820 (TM_FILE): Set to tm-linux64.h.
7821 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
7822 (NAT_FILE): Set to nm-linux64.h.
7823 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
7824 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7825 amd64-tdep.o.
7826 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7827 amd64-tdep.o.
7828 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7829 amd64-tdep.o.
7830
7831 2004-02-25 Roland McGrath <roland@redhat.com>
7832
7833 * remote.c (remote_protocol_qPart_auxv): New variable.
7834 (init_all_packet_configs): Initialize it.
7835 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
7836 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
7837 (show_remote_cmd): Call it.
7838 (_initialize_remote): Initialize commands.
7839 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
7840 service TARGET_OBJECT_AUXV requests.
7841
7842 2004-02-25 J. Brobecker <brobecker@gnat.com>
7843
7844 * configure.in: Make sure that the wborder function is available.
7845 Otherwise, search for it in the cur_colr library.
7846 * configure: Regenerate.
7847
7848 2004-02-25 Andrew Cagney <cagney@redhat.com>
7849
7850 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
7851
7852 2004-02-25 Mark Kettenis <kettenis@gnu.org>
7853
7854 * config/i386/tm-x86-64linux.h: Tweak comments.
7855
7856 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
7857
7858 * MAINTAINERS: Add self to write-after-approval list.
7859
7860 2004-02-25 Andrew Cagney <cagney@redhat.com>
7861
7862 PR cli/1566. Problem found, and fix suggested by David Allan.
7863 * cli/cli-script.c (execute_control_command): Unconditionally
7864 install a cleanup. Default "ret" to "invalid_control". Use
7865 "break" instead of "return" to escape from the switch.
7866
7867 2004-02-24 J. Brobecker <brobecker@gnat.com>
7868
7869 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
7870 with the lines macro defined in term.h on AiX.
7871 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
7872 a collision with the label_width macro defined in term.h on AiX.
7873
7874 2004-02-23 David Mosberger <davidm@hpl.hp.com>
7875
7876 Committed by Kevin Buettner <kevinb@redhat.com>.
7877
7878 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
7879 * ia64-tdep.c (ia64_write_pc): Make it a global function.
7880 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
7881 instead of ia64_write_pc().
7882 * ia64-linux-tdep.c (regcache.h): Include.
7883 (ia64_linux_write_pc): New function.
7884
7885 2004-02-23 Roland McGrath <roland@redhat.com>
7886
7887 * auxv.c (info_auxv_command): Fix typos in error messages.
7888
7889 2004-02-23 Mark Kettenis <kettenis@gnu.org>
7890
7891 * x86-64-tdep.h: Tweak comment.
7892 (enum amd64_regnum): New.
7893 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
7894 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
7895 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
7896 (X86_64_XMM1_REGNUM): Removed.
7897 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
7898 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
7899 prototypes for renamed functions.
7900 * x86-64-tdep.c: Fix typo.
7901 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
7902 register numbers.
7903 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
7904 Use constants from `enum amd64_regnum' for register numbers.
7905 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
7906 (amd64_analyze_prologue, amd64_frame_cache,
7907 amd64_sigtramp_frame_cache): Use constants from `enum
7908 amd64_regnum' for register numbers.
7909 (amd64_supply_fpregset): Adjust for renamed functions.
7910 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
7911 `enum amd64_regnum' for register numbers.
7912 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
7913 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
7914 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
7915 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
7916 (amd64_linux_fill_gregset): Adjust for renamed macros.
7917 (fetch_core_registers): Adjust for renamed functions.
7918 (amd64_linux_init_abi): Adjust for renamed functions.
7919 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
7920 renamed functions.
7921 * amd64-nat.c: Adjust for renamed macros.
7922 * amd64bsd-nat.c (fetch_inferior_registers)
7923 (store_inferior_registers): Use constants from `enum amd64_regnum'
7924 for register numbers. Adjust for renamed variables.
7925 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
7926 renamed variables.
7927 (_initialize_amd64fbsd_nat): Use constants from `enum
7928 amd64_regnum' for register numbers.
7929 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
7930 `enum amd64_regnum' for register numbers.
7931 (amd64fbsd_init_abi): Adjust for renamed functions.
7932 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
7933 `enum amd64_regnum' for register numbers.
7934 (amd64nbsd_init_abi): Adjust for renamed functions.
7935 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
7936 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
7937 `enum amd64_regnum' for register numbers.
7938 (amd64obsd_init_abi): Adjust for renamed functions.
7939 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
7940
7941 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7942
7943 * breakpoint.c (print_one_breakpoint): Do not output spaces
7944 after printing <PENDING> for a pending breakpoint.
7945
7946 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7947
7948 * printcmd.c (print_scalar_formatted): Initialize val_long
7949 to remove compiler warning message.
7950
7951 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7952
7953 * defs.h (nquery, yquery): New prototypes.
7954 * breakpoint.c (break_command_1): Use new nquery interface.
7955 * utils.c (defaulted_query, nquery, yquery): New functions.
7956
7957 2004-02-23 Andrew Cagney <cagney@redhat.com>
7958
7959 * hppa-tdep.c (hppa_frame_align): New function.
7960 (hppa32_push_dummy_call): New function.
7961 (hppa64_push_dummy_call): New function.
7962 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
7963 disabled.
7964
7965 * infcall.c (legacy_push_dummy_code): Don't call deprecated
7966 FIX_CALL_DUMMY when push_dummy_call is available.
7967 (call_function_by_hand, push_dummy_code): Ditto.
7968
7969 2004-02-22 Andrew Cagney <cagney@redhat.com>
7970
7971 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
7972 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
7973 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
7974 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
7975 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
7976 call_dummy_location to ON_STACK.
7977
7978 2004-02-22 Mark Kettenis <kettenis@gnu.org>
7979
7980 * x86-64-linux-tdep.c: Tweak comment.
7981 (amd64_linux_supply_gregset): Renamed from
7982 x86_64_linux_supply_gresget.
7983 (amd64_linux_fill_gregset): Renamed from
7984 x86_64_linux_fill_gregset.
7985 (fetch_core_registers): Adjust for renamed functions.
7986 (amd64_core_fns): Renamed from x86_64_core_fns.
7987 (amd64_linux_sigtramp_start): Renamed from
7988 x86_64_linux_sigtramp_start.
7989 (amd64_linux_pc_in_sigtramp): Renamed from
7990 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
7991 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
7992 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
7993 (amd64_linux_sigcontext_addr): Renamed from
7994 x86_64_linux_sigcontext_addr.
7995 (amd64_linux_sc_reg_offset): Renamed from
7996 x86_64_linux_sc_reg_offset.
7997 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
7998 Adjust for renamed functions and variables.
7999 (_initialize_amd64_linux_tdep): Renamed from
8000 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8001 variables.
8002 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8003 Adjust for renamed functions.
8004
8005 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8006 from x86_64_linux_gregset64_reg_offset.
8007 (amd64_linux_gregset32_reg_offset): Rename from
8008 x86_64_linux_gregset64_reg_offset.
8009 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8010 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8011 (amd64_linux_dr_set_control): Renamed from
8012 x86_64_linux_dr_set_control. Adjust for renamed functions.
8013 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8014 Adjust for renamed functions.
8015 (amd64_linux_dr_reset_addr): Renamed from
8016 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8017 (amd64_linux_dr_get_status): Renamed from
8018 x86_64_linux_dr_get_status. Adjust for renamed functions.
8019 (_initialize_amd64_linux_nat): Renamed from
8020 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8021 functions.
8022 * config/i386/nm-x86-64linux.h: Update copyright year.
8023 Adjust for renamed functions.
8024
8025 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8026 amd64fbsd_sigtramp_start.
8027 (amd64fbsd_sigtramp_end_addr): Renamed from
8028 amd64fbsd_sigtramp_end.
8029 (amd64fbsd_init_abi): Adjust for renamed variables.
8030 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8031 variables.
8032 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8033 amd64fbsd_sigtramp_start.
8034 (amd64fbsd_sigtramp_end_addr): Renamed from
8035 amd64fbsd_sigtramp_end.
8036
8037 2004-02-22 Andrew Cagney <cagney@redhat.com>
8038
8039 * hppa-tdep.c (hppa32_return_value): New function.
8040 (hppa64_return_value): New function.
8041 (hppa_gdbarch_init): Set return_value; keep disabled.
8042
8043 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8044 struct-return and inferior function call methods.
8045
8046 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8047 "frame-base.h".
8048 (struct hppa_frame_cache): Define.
8049 (hppa_frame_cache, hppa_frame_this_id): New functions.
8050 (hppa_frame_prev_register): New function.
8051 (hppa_frame_unwind, hppa_frame_base): New variables.
8052 (hppa_frame_unwind_sniffer): New function.
8053 (hppa_frame_base_address, hppa_unwind_pc): New function.
8054 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8055 sniffer, and frame base sniffer; keep disabled.
8056 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8057 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8058
8059 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8060 to predicates for "seriously old code".
8061
8062 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8063 runtime if(0).
8064
8065 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8066 unsigned.
8067 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8068
8069 * config/pa/tm-hppa.h: Update copyright.
8070 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8071 (deprecated_init_frame_pc_default): Delete declaration.
8072 (hppa_frame_init_saved_regs): Delete declaration.
8073 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8074 * hppa-tdep.c: Include "arch-utils.h".
8075 (hppa_gdbarch_init): Set deprecated init_frame_pc
8076 and deprecated frame_init_saved_regs.
8077 (hppa_frame_init_saved_regs): Make static.
8078
8079 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8080
8081 Remove old 386BSD support.
8082 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8083 * configure.host: Remove i[34567]86-*-bsd*.
8084 * configure.tgt: Remove i[34567]86-*-bsd*.
8085 * i386b-nat.c: Removed.
8086 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8087 (i386b-nat.o): Remove dependencies.
8088
8089 * config/i386/i386bsd.mh: Removed.
8090 * config/i386/i386bsd.mt: Removed.
8091 * config/i386/nm-i386bsd.h: Removed.
8092 * config/i386/tm-i386bsd.h: Removed.
8093 * config/i386/xm-i386bsd.h: Removed.
8094
8095 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8096
8097 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8098 (amd64fbsd_init_abi): Set link map offsets.
8099 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8100 (amd64nbsd_init_abi): Set link map offsets.
8101 * amd64obsd-tdep.c: Include "solib-svr4.h".
8102 (amd64obsd_init_abi): Set link map offsets.
8103 * i386fbsd-tdep.c: Include "solib-svr4.h".
8104 (i386fbsd_init_abi): Set link map offsets.
8105 * i386nbsd-tdep.c: Include "solib-svr4.h".
8106 (i386nbsdelf_init_abi): Set link map offsets.
8107 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8108 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8109 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8110 solib-legacy.o and core-aout.o. Reformat.
8111 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8112 solib-svr4.o, solib-legacy.o. Reformat.
8113 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8114 * config/i386/nbsdelf.mh: Reformat.
8115 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8116 solib-svr4.o, solib-legacy.o and corelow.o.
8117 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8118 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8119 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8120 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8121 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8122 (TM_FILE): Set to tm-fbsd.h.
8123 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8124 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8125 solib-svr4.o.
8126 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8127 solib-svr4.o.
8128 (TM_FILE): Set to nm-nbsd.h.
8129 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8130 Simplify shared library support. Don't include "elf/common.h".
8131 (SVR4_SHARED_LIBS): Don't define.
8132 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8133 "solib.h".
8134 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8135 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8136 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8137 Don't include "i386/tm-i386.h". Include "solib.h".
8138 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8139 Don't include "i386/tm-i386.h".
8140 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8141 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8142 Include "i386/xm-i386.h".
8143 (HOST_LONG_DOUBLE_FORMAT): Remove.
8144
8145 Fix OpenBSD/i386 sigtramp recognition.
8146 * i386-tdep.h: Update copyright year.
8147 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8148 (i386bsd_sigtramp_end): New prototypes.
8149 (i386fbsd_sigtramp_start_addr): Renamed from
8150 i386fbsd_sigtramp_start.
8151 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8152 (i386obsd_sigtramp_start_addr): Renamed from
8153 i386obsd_sigtramp_start.
8154 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8155 * i386bsd-tdep.c: Update copyright year.
8156 (i386bsd_pc_in_sigtramp): Make public.
8157 * i386fbsd-nat.c: Update copyright year.
8158 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8159 * i386fbsd-tdep.c: Update copyright year.
8160 (i386fbsd_sigtramp_start_addr): Renamed from
8161 i386fbsd_sigtramp_start.
8162 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8163 (i386fbsdaout_init_abi): Adjust for renamed variables.
8164 * i386obsd-nat.c: Update copyright year.
8165 (_initialize_i386obsd_nat): Adjust for renamed variables.
8166 * i386obsd-tdep.c: Include "target.h".
8167 (i386obsd_page_size): New variable.
8168 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8169 (i386obsd_sigtramp_end): New functions.
8170 (i386obsd_sigtramp_start_addr): Renamed from
8171 i386obsd_sigtramp_start.
8172 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8173 (i386obsd_init_abi): Adjust for renamed variables. Set
8174 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8175 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8176
8177 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8178 trampoline change in OpenBSD kernel.
8179
8180 * amd64-nat.c: Update copyright year.
8181 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8182 architecture from REGCACHE.
8183
8184 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8185 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8186
8187 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8188
8189 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8190 i[34567]86-*-openbsd3.[0-3].
8191 * config/i386/obsdaout.mh: New file.
8192
8193 * config/i386/obsd.mh (MH_FLAGS): Remove.
8194
8195 Fix PR build/1549.
8196 * i386obsd-tdep.c: Update copyright years. Include
8197 "solib-svr4.h".
8198 (i386obsd_init_abi): Don't set regset_from_core_section here.
8199 (i386obsd_aout_init_abi): New function. Set
8200 regset_from_core_section here.
8201 (i386obsd_elf_init_abi): New function.
8202 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8203 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8204 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8205 (TM_FILE): Set to tm-nbsd.h.
8206
8207 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8208 solib-sunos.o.
8209
8210 * solib-svr4.h: Update copyright year.
8211 (svr4_ilp32_fetch_link_map_offsets)
8212 (svr4_lp64_fetch_link_map_offsets): New prototype.
8213 * solib-svr4.c: Update copyright year.
8214 (svr4_ilp32_fetch_link_map_offsets)
8215 (svr4_lp64_fetch_link_map_offsets): New function.
8216
8217 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8218
8219 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8220 to the partial symbol table.
8221
8222 2004-02-20 J. brobecker <brobecker@gnat.com>
8223
8224 * PROBLEMS: Add description of problem documented under gdb/1560.
8225
8226 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8227
8228 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8229 comments.
8230 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8231 functions.
8232 (amd64obsd_init_abi): Reorder initializations. Use
8233 amd64obsd_r_reg_offset to initialize the general-purpose register
8234 set details. Set regset_from_core_section.
8235 (_initialize_amd64obsd_tdep): Rename from
8236 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8237 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8238 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8239
8240 * NEWS (New native configurations): Mention OpenBSD/alpha.
8241 * configure.tgt: Add alpha*-*-openbsd*.
8242 * configure.host: Add alpha*-*-openbsd*.
8243 * alphanbsd-tdep.c: Update copyright year.
8244 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8245
8246 2004-02-20 Andrew Cagney <cagney@redhat.com>
8247
8248 Fix PR tdep/1372.
8249 * configure.tgt: Delete target "none-*-*".
8250 * configure.host: Delete host "none-*-*".
8251 * config/none/none.mh: Delete file.
8252 * config/none/none.mt: Delete file.
8253 * config/none/xm-none.h: Delete file.
8254 * config/none/tm-none.h: Delete file.
8255 * config/none/nm-none.h: Delete file.
8256
8257 2004-02-19 Fred Fish <fnf@redhat.com>
8258
8259 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8260 cache->uses_fp prior to setting it.
8261
8262 2004-02-19 Fred Fish <fnf@redhat.com>
8263
8264 Fix for PR breakpoint/1558.
8265 * sh-tdep.c (IS_JSR): New macro.
8266 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8267
8268 2004-02-19 Jim Blandy <jimb@redhat.com>
8269
8270 * findvar.c (value_from_register): Doc fix.
8271
8272 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8273
8274 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8275 type being greater than sizeof of host's LONGEST. Always use
8276 unpack_long() unless format 'f' chosen.
8277
8278 2004-02-19 Joel Brobecker <brobecker@gnat.com>
8279
8280 Committed by Elena Zannoni <ezannoni@redhat.com>
8281
8282 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8283 contains a symbol wich is the best, non-exact match for the given
8284 pc. Update comments.
8285
8286 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8287
8288 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8289 macro, which was part of the now removed Mach 3 port.
8290 * utils.c (request_quit): Ditto.
8291
8292 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8293
8294 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8295 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8296
8297 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8298
8299 Committed by Mark Kettenis <kettenis@gnu.org>.
8300
8301 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8302 Define.
8303
8304 2004-02-18 Andrew Cagney <cagney@redhat.com>
8305
8306 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
8307 CONFIG_INSTALL and CONFIG_UNINSTALL.
8308 * configure: Re-generate.
8309 * interps.h (INTERP_TUI): Define.
8310 * Makefile.in: Update dependencies.
8311 (TUI): New macro.
8312 (tui-main.o): Specify dependencies.
8313 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
8314 * tui/tui-main.c: New file.
8315
8316 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8317
8318 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
8319 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
8320 dependencies.
8321 * configure.host: Add x86_64-*-openbsd*.
8322 * configure.tgt: Add x86_64-*-openbsd*.
8323 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
8324
8325 * tui/tui.c: Don't include <malloc.h>.
8326
8327 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
8328 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
8329 amd64nbsd-tdep.c.
8330
8331 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8332 static. Remove extraneous whitespace.
8333 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
8334 static.
8335
8336 2004-02-17 Jim Blandy <jimb@redhat.com>
8337
8338 * findvar.c (value_from_register): Doc fix.
8339
8340 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8341
8342 Committed by Jim Blandy <jimb@redhat.com>.
8343
8344 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
8345 CORE_ADDR as type for selectors. Correct types for GNU run time
8346 message lookup function to use double indirection.
8347 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
8348 * objc-lang.h (lookup_child_selector): Adapt prototype.
8349
8350 * s390-nat.c (SUBOFF): New macro.
8351 (supply_gregset, fill_gregset): Use it to handle debugging
8352 of 32-bit exectuables running under a 64-bit kernel.
8353 * s390-tdep.c: Include "solib-svr4.h".
8354 (s390_svr4_fetch_link_map_offset): New function.
8355 (s390x_svr_fetch_link_map_offset): Likewise.
8356 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8357 * Makefile.in (s390-tdep.o): Update dependencies.
8358
8359 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8360 "frame-unwind.h".
8361 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8362 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8363 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8364 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8365 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8366 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8367 S390_SIGNAL_FRAMESIZE,
8368 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8369 (struct frame_extra_info): Remove.
8370 (s390_memset_extra_info): Remove.
8371 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8372 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8373 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
8374 (is_rse): Renamed to ...
8375 (is_rsy): ... this. Support long displacements.
8376 (is_rxe): Renamed to ...
8377 (is_rxy): ... this. Support long displacements.
8378 (compute_x_addr): Support long displacements.
8379 (struct s390_prologue_data): New data type.
8380 (s390_on_stack): Change API to use struct s390_prologue_data.
8381 (s390_store): Reimplement.
8382 (s390_load): New function.
8383 (s390_get_signal_frame_info): Remove.
8384 (s390_get_frame_info): Remove, replace by ...
8385 (s390_analyze_prolog): ... this new function.
8386 (s390_check_function_end): Remove.
8387 (s390_function_start): Remove.
8388 (s390_frameless_function_invokation): Remove.
8389 (s390_is_sigreturn): Remove.
8390 (s390_init_frame_pc_first): Remove.
8391 (s390_init_frame_extra_info): Remove.
8392 (s390_frame_init_saved_regs): Remove.
8393 (s390_frame_saved_pc_nofix): Remove.
8394 (s390_frame_saved_pc): Remove.
8395 (s390_frame_chain): Remove.
8396 (s390_fp_regnum, s390_read_fp): Remove.
8397 (s390_pop_frame_regular, s390_pop_frame): Remove.
8398 (s390_saved_pc_after_call): Remove.
8399 (s390_skip_prologue): Reimplement.
8400 (s390_in_function_epilogue_p): Support long displacements.
8401 (struct s390_unwind_cache): New data structure.
8402 (s390_frame_unwind_cache): New function.
8403 (s390_prologue_frame_unwind_cache): Likewise.
8404 (s390_backchain_frame_unwind_cache): Likewise.
8405 (s390_frame_this_id, s390_frame_prev_register): Likewise.
8406 (s390_frame_unwind): Define.
8407 (s390_frame_sniffer): New function.
8408 (struct s390_pltstub_unwind_cache): New data structure.
8409 (s390_pltstub_frame_unwind_cache): New function.
8410 (s390_pltstub_frame_this_id): Likewise.
8411 (s390_pltstub_frame_prev_register): Likewise.
8412 (s390_pltstub_frame_unwind): Define.
8413 (s390_pltstub_frame_sniffer): New function.
8414 (struct s390_sigtramp_unwind_cache): New data structure.
8415 (s390_sigtramp_frame_unwind_cache): New function.
8416 (s390_sigtramp_frame_this_id): Likewise.
8417 (s390_sigtramp_frame_prev_register): Likewise.
8418 (s390_sigtramp_frame_unwind): Define.
8419 (s390_sigtramp_frame_sniffer): New function.
8420 (s390_frame_base_address, s390_local_base_address): New functions.
8421 (s390_frame_base): Define.
8422 (s390_unwind_pc, s390_unwind_sp): New function.
8423 (s390_push_dummy_call): Use new frame base location.
8424 (s390_unwind_dummy_id): Likewise.
8425 (s390_gdbarch_init): Remove calls to:
8426 set_gdbarch_frameless_function_invocation,
8427 set_gdbarch_deprecated_init_frame_pc,
8428 set_gdbarch_deprecated_frame_chain,
8429 set_gdbarch_deprecated_frame_init_saved_regs,
8430 set_gdbarch_deprecated_pop_frame,
8431 set_gdbarch_deprecated_init_extra_frame_info,
8432 set_gdbarch_deprecated_init_frame_pc_first,
8433 set_gdbarch_deprecated_target_read_fp,
8434 set_gdbarch_deprecated_frame_saved_pc,
8435 set_gdbarch_deprecated_saved_pc_after_call,
8436 set_gdbarch_deprecated_fp_regnum.
8437 Add calls to:
8438 set_gdbarch_in_solib_call_trampoline,
8439 frame_unwind_append_sniffer,
8440 frame_base_set_default,
8441 set_gdbarch_unwind_pc,
8442 set_gdbarch_unwind_sp.
8443 * Makefile.in (s390-tdep.o): Update dependencies.
8444
8445 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
8446 (S390_STACK_FRAME_OVERHEAD): Remove.
8447 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
8448 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
8449 (s390_promote_integer_argument): Remove.
8450 (s390_cannot_extract_struct_value_address): Remove.
8451 (s390_use_struct_convention, s390_store_struct_return): Remove.
8452 (s390_extract_return_value, s390_store_return_value): Remove.
8453 (s390_return_value_convention, s390_return_value): New functions.
8454 (is_float_singleton): Handle typedefs.
8455 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
8456 Remove, replace by ...
8457 (s390_function_arg_pass_by_reference, s390_function_arg_float,
8458 s390_function_arg_integer): ... these new functions.
8459 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
8460 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
8461 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
8462 Fill in tdep->abi.
8463 Remove calls to:
8464 set_gdbarch_deprecated_store_struct_return,
8465 set_gdbarch_deprecated_extract_return_value,
8466 set_gdbarch_deprecated_store_return_value,
8467 set_gdbarch_use_struct_convention,
8468 set_gdbarch_extract_struct_value_address,
8469 set_gdbarch_deprecated_pc_in_call_dummy,
8470 set_gdbarch_deprecated_push_arguments,
8471 set_gdbarch_deprecated_save_dummy_frame_tos,
8472 set_gdbarch_deprecated_push_return_address,
8473 set_gdbarch_deprecated_sizeof_call_dummy_words,
8474 set_gdbarch_deprecated_call_dummy_words,
8475 set_gdbarch_deprecated_dummy_write_sp.
8476 Add calls to:
8477 set_gdbarch_push_dummy_call,
8478 set_gdbarch_unwind_dummy_id,
8479 set_gdbarch_return_value.
8480
8481 * config/s390/nm-linux.h: Update comments.
8482 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
8483 (STOPPED_BY_WATCHPOINT): Redefine.
8484 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
8485 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
8486 (s390_stopped_by_watchpoint): Likewise.
8487 (watch_area_cnt): Remove.
8488 * s390-nat.c: Update comments.
8489 (watch_area): Remove typedef.
8490 Global replace watch_area by struct watch_area.
8491 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8492 (s390_stopped_by_watchpoint): Remove pid argument,
8493 use s390_inferior_tid. Add short-cut for the no watchpoint case.
8494 (s390_fix_watch_points): Remove pid argument,
8495 use s390_inferior_tid. Recompute area spanned by watchpoints.
8496 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
8497 argument. Reimplement.
8498
8499 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
8500 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
8501 (FETCH_INFERIOR_REGISTERS): Define.
8502 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
8503 core-regset.o.
8504 * config/s390/s390x.mt: Remove.
8505 * config/s390/tm-s390.h: Remove.
8506 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
8507 (TARGET_ELF64): Remove.
8508 (SKIP_TRAMPOLINE_CODE): Do not undefine.
8509 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
8510 s390*-*-* case; always set gdb_target to s390.
8511 * regformats/reg-s390.dat: Remove control registers.
8512 * regformats/reg-s390x.dat: Likewise.
8513 * s390-tdep.h: New file.
8514 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
8515 Include "inferior.h" and "s390-tdep.h".
8516 Remove private definition of offsetof.
8517 (s390_register_u_addr): Remove.
8518 (regmap_gregset, regmap_fpregset): Define.
8519 (supply_gregset, fill_gregset): Reimplement.
8520 (supply_fpregset, fill_fpregset): Likewise.
8521 (s390_inferior_tid): New function.
8522 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
8523 (fetch_inferior_registers, store_inferior_registers): Likewise.
8524 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8525 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8526 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8527 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8528 (struct gdbarch_tdep): Define.
8529 (struct s390_register_info): Define.
8530 (s390_register_info): New variable.
8531 (s390_register_name): Reimplement.
8532 (s390_register_type): New function.
8533 (s390_register_raw_size, s390x_register_raw_size): Remove.
8534 (s390_cannot_fetch_register): Remove.
8535 (s390_register_byte): Remove.
8536 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8537 (s390_dwarf_regmap): New variable.
8538 (s390_dwarf_reg_to_regnum): New function.
8539 (s390_stab_reg_to_regnum): Remove.
8540 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8541 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8542 (s390_convert_register_p): Likewise.
8543 (s390_register_to_value, s390_value_to_register): Likewise.
8544 (s390_register_reggroup_p): Likewise.
8545 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
8546 s390_gregset, s390x_gregset, s390_fpregset): New variables.
8547 (s390_supply_regset, s390_regset_from_core_section): New functions.
8548 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
8549 (S390_FPR_SIZE): Likewise.
8550 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
8551 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
8552 (S390_NUM_GPRS): Move here from tm-s390.h.
8553 (S390_NUM_FPRS): Likewise.
8554 (s390_in_function_epilogue_p): New function.
8555 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
8556 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
8557 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
8558 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
8559 Replace S390_FP_REGNUM by S390_SP_REGNUM.
8560 Remove calls to:
8561 set_gdbarch_deprecated_max_register_raw_size,
8562 set_gdbarch_deprecated_max_register_virtual_size,
8563 set_gdbarch_deprecated_register_byte,
8564 set_gdbarch_cannot_fetch_register,
8565 set_gdbarch_cannot_store_register,
8566 set_gdbarch_deprecated_register_size,
8567 set_gdbarch_deprecated_register_raw_size,
8568 set_gdbarch_deprecated_register_virtual_size,
8569 set_gdbarch_deprecated_register_virtual_type,
8570 set_gdbarch_deprecated_register_bytes.
8571 Add calls to:
8572 set_gdbarch_num_pseudo_regs,
8573 set_gdbarch_register_type,
8574 set_gdbarch_convert_register_p,
8575 set_gdbarch_register_to_value,
8576 set_gdbarch_value_to_register,
8577 set_gdbarch_register_reggroup_p,
8578 set_gdbarch_regset_from_core_section,
8579 set_gdbarch_pseudo_register_read,
8580 set_gdbarch_pseudo_register_write,
8581 set_gdbarch_in_function_epilogue_p.
8582 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
8583 (s390_tdep_h): New variable.
8584
8585 2004-02-17 Jim Blandy <jimb@redhat.com>
8586
8587 * findvar.c (value_from_register): If the type has no length, just
8588 return an acceptable value --- don't report an internal error.
8589
8590 * stabsread.c (read_type): If we find any type numbers that are
8591 forward references, complain if the references aren't resolved by
8592 the time we're finished reading.
8593 (cleanup_undefined_types): Make error message more appropriate for
8594 a complaint.
8595
8596 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8597
8598 * Makefile.in (defs_h): Remove dependency on progress_h.
8599 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
8600 progress.h.
8601 * main.c (captured_main): Delete use of START_PROGRESS and
8602 END_PROGRESS.
8603
8604 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8605
8606 * objfiles.c (terminate_minimal_symbol_table): Add back
8607 initialization of MSYMBOL_TYPE.
8608
8609 2004-02-17 David Mosberger <davidm@hpl.hp.com>
8610
8611 Committed by Andrew Cagney.
8612 * Makefile.in (ia64_tdep_h): New macro.
8613 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
8614 (ia64-tdep.o): Likewise.
8615 * ia64-tdep.h: New file.
8616 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
8617 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
8618 (ia64_aix_sigcontext_register_address): Likewise.
8619 (ia64_linux_getunwind_table): Delete declaration.
8620 * ia64-linux-tdep.c: Likewise.
8621
8622 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
8623
8624 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
8625 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
8626 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
8627
8628 2004-02-17 Andrew Cagney <cagney@redhat.com>
8629
8630 * symtab.c (skip_prologue_using_sal): New function.
8631 * symtab.h (skip_prologue_using_sal): Declare.
8632 * frv-tdep.c: Include "symtab.h".
8633 (skip_prologue_using_sal): Delete function.
8634 * mips-tdep.c (skip_prologue_using_sal): Delete function.
8635 * rs6000-tdep.c (refine_prologue_limit): Mention
8636 skip_prologue_using_sal.
8637 * ia64-tdep.c (refine_prologue_limit): Ditto.
8638 * Makefile.in: Update dependencies.
8639
8640 2004-02-16 Andrew Cagney <cagney@redhat.com>
8641
8642 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
8643 START_INFERIOR_TRAPS_EXPECTED.
8644 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
8645 START_INFERIOR_TRAPS_EXPECTED.
8646 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
8647 Delete macro.
8648 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
8649 macro, moved to "nm-osf.h". Update copyright.
8650 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
8651 update copyright.
8652
8653 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
8654 and function replacing FRAMELESS_FUNCTION_INVOCATION.
8655 * blockframe.c (legacy_frameless_look_for_prologue): Rename
8656 frameless_look_for_prologue.
8657 * frame.h (legacy_frameless_look_for_prologue): Rename
8658 frameless_look_for_prologue.
8659 * gdbarch.h, gdbarch.c: Re-generate.
8660 * sh64-tdep.c (sh64_gdbarch_init): Update.
8661 * sh-tdep.c (sh_gdbarch_init): Update.
8662 * s390-tdep.c (s390_gdbarch_init): Update.
8663 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8664 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8665 * m68k-tdep.c (m68k_gdbarch_init): Update.
8666 (delta68_frame_args_address): Update.
8667 * m32r-tdep.c (m32r_gdbarch_init): Update.
8668 * hppa-tdep.c (hppa_gdbarch_init): Update.
8669 * h8300-tdep.c (h8300_gdbarch_init): Update.
8670 * frv-tdep.c (frv_gdbarch_init): Update.
8671 (frv_frameless_function_invocation): Update.
8672 * cris-tdep.c (cris_gdbarch_init): Update.
8673 (cris_frameless_function_invocation): Update.
8674 * avr-tdep.c (avr_gdbarch_init): Update.
8675 * arm-tdep.c (arm_gdbarch_init): Update.
8676 * stack.c (frame_info): Update, call predicate.
8677 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
8678 * frame.c (legacy_get_prev_frame): Update, call predicate..
8679 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
8680 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
8681 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
8682 invocation.
8683 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8684 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8685 * vax-tdep.c (vax_gdbarch_init): Ditto.
8686
8687 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
8688 function.
8689
8690 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8691
8692 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
8693 initializations.
8694
8695 2004-02-16 Andrew Cagney <cagney@redhat.com>
8696
8697 * tui/tui-windata.c: Include "gdb_string.h".
8698 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
8699 * tui/tui-layout.c, tui/tui-command.c: Ditto.
8700 * Makefile.in: Update dependencies.
8701
8702 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8703
8704 * Makefile.in (infrun.o): Add $(gdb_assert_h).
8705 * infrun.c: Include "gdb_assert.h".
8706 (singlestep_ptid, saved_singlestep_ptid)
8707 (stepping_past_singlestep_breakpoint): New variables.
8708 (resume): Set singlestep_ptid. Check for singlestep thread
8709 hop.
8710 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
8711 (handle_inferior_event): Handle singlestep thread hop.
8712
8713 2004-02-16 Andrew Cagney <cagney@redhat.com>
8714
8715 * dwarf2-frame.c (dwarf2_frame_ops): New function.
8716 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
8717 (dwarf2_frame_init_reg): Ditto.
8718
8719 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
8720 suggested by Joshua Neuheisel
8721
8722 * configure.in: Always check for curses, including pdcurses.
8723 Warn, instead of error, when no curses are found. Enable TUI when
8724 curses is available.
8725 * configure: Re-generate.
8726
8727 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
8728
8729 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
8730 sh_sh4_register_convert_to_virtual.
8731 (sh_register_convert_to_raw): Rename from
8732 sh_sh4_register_convert_to_raw.
8733 (sh_pseudo_register_read): Accomodate above name change.
8734 (sh_pseudo_register_write): Ditto.
8735
8736 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
8737
8738 * sh-tdep.c (sh_generic_register_name): Remove.
8739 (sh_gdbarch_init): Use sh_sh_register_name in default case.
8740
8741 2004-02-15 Andrew Cagney <cagney@redhat.com>
8742
8743 * configure.in (build_warnings): Add -Wunused-function.
8744 * configure: Re-generate.
8745
8746 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
8747 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
8748
8749 * procfs.c (procfs_init_inferior): Assume that
8750 START_INFERIOR_TRAPS_EXPECTED is defined.
8751 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
8752 * config/ns32k/tm-nbsd.h: Delete file,
8753 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
8754
8755 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
8756 * config/vax/tm-vax.h: Delete file.
8757
8758 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8759 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8760 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8761 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8762 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
8763 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8764 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
8765
8766 2004-02-15 Mark Kettenis <kettenis@gnu.org>
8767
8768 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
8769 * dwarf2-frame.c (dwarf2_frame_data): New variable.
8770 (struct dwarf2_frame_ops): New.
8771 (dwarf2_frame_default_init_reg): New function, based on
8772 dwarf2_frame_init_reg.
8773 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
8774 (dwarf2_frame_init_reg): Call architecture-specific function.
8775 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
8776 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
8777 instead of dwarf2_frame_data.
8778 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
8779 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
8780
8781 2004-02-15 Andrew Cagney <cagney@redhat.com>
8782
8783 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
8784 register_gdbarch_swap.
8785 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
8786 * f-lang.c (_initialize_f_language): Update, use
8787 DEPRECATED_REGISTER_GDBARCH_SWAP.
8788 * remote.c (_initialize_remote): Ditto.
8789 * regcache.c (_initialize_regcache): Ditto.
8790 * parse.c (_initialize_parse): Ditto.
8791 * infrun.c (_initialize_infrun): Ditto.
8792 * mi/mi-main.c (_initialize_mi_main): Ditto.
8793 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8794
8795 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
8796 poking .cacheable directly.
8797 * symfile.c (symfile_bfd_open): Ditto.
8798
8799 * Makefile.in: Update all dependencies.
8800
8801 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
8802 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
8803 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
8804 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
8805 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
8806
8807 2004-02-14 Andrew Cagney <cagney@redhat.com>
8808
8809 * arch-utils.c (legacy_convert_register_p): Check
8810 DEPRECATED_REGISTER_CONVERTIBLE_P.
8811 * findvar.c (value_of_register): Ditto.
8812
8813 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
8814 * gdbarch.h, gdbarch.c: Re-generate.
8815 * arch-utils.c (deprecated_register_convertible_not): Delete.
8816 * arch-utils.h (deprecated_register_convertible_not): Delete.
8817 * mi/mi-main.c (get_register): Update. Update copyright.
8818 * infcmd.c (default_print_registers_info): Update.
8819
8820 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
8821 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
8822 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8823 * gdbarch.h, gdbarch.c: Re-generate.
8824 * frame.c (deprecated_get_next_frame_hack): Delete function.
8825 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
8826 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8827 Update.
8828 * infcall.c (call_function_by_hand): Update.
8829
8830 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
8831
8832 * symfile.c (init_entry_point_info, entry_point_address): Move
8833 from here...
8834 * objfiles.c (init_entry_point_info, entry_point_address):..to
8835 here.
8836 * symfile.h (init_entry_point_info, entry_point_address): Remove
8837 prototypes.
8838 * objfiles.h (init_entry_point_info, entry_point_address):Add
8839 prototypes.
8840 * cris-tdep.c: Remove include of symfile.h. Add include of
8841 objfiles.h.
8842 * infcall.c: Ditto.
8843 * mcore-tdep.c: Ditto.
8844 * mn10300-tdep.c: Ditto.
8845 * sh64-tdep.c: Ditto.
8846 * v850-tdep.c: Ditto.
8847 * arm-tdep.c: Remove include of symfile.h.
8848 * blockframe.c: Ditto.
8849 * coffread.c: Ditto.
8850 * dbxread.c: Ditto.
8851 * dwarf2read.c: Ditto.
8852 * dwarfread.c: Ditto.
8853 * frv-tdep.c: Ditto.
8854 * ia64-tdep.c: Ditto.
8855 * mdebugread.c: Ditto.
8856 * mipsread.c: Ditto.
8857 * rs6000-tdep.c: Ditto.
8858 * s390-tdep.c: Ditto.
8859 * sh-tdep.c: Ditto.
8860 * xstormy16-tdep.c: Ditto.
8861 * gdbarch.sh: Remove include of symfile.h.
8862 * gdbarch.c: Regenerate.
8863 * solib-irix.c (enable_break): Use entry_point_address().
8864 Add comment about include file.
8865 * xcoffread.c: Add comment about include file.
8866 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
8867 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
8868 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
8869 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
8870 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
8871
8872 2004-02-13 Andrew Cagney <cagney@redhat.com>
8873
8874 * corelow.c (core_xfer_partial): Use "struct bfd_section".
8875 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
8876 copyright.
8877 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
8878
8879 2004-02-12 Fred Fish <fnf@redhat.com>
8880
8881 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
8882 set_gdbarch_store_return_value.
8883
8884 2004-02-12 Andrew Cagney <cagney@redhat.com>
8885
8886 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
8887 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
8888 (interrupt_query): Ditto.
8889 (ofunc): Delete unused variable.
8890 * cris-tdep.c (cris_abi): Delete unused function.
8891 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
8892 (cris_get_wide_opcode, cris_get_short_size): Ditto.
8893 (cris_get_asr_quick_shift_steps): Ditto.
8894 (cris_skip_prologue_frameless_p): Ditto.
8895 * arm-tdep.c (arm_push_return_address): Delete unused function.
8896 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
8897 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
8898 * s390-tdep.c (s390_function_start): Delete unused function.
8899
8900 2004-02-12 Andrew Cagney <cagney@redhat.com>
8901
8902 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
8903 gdbarch.h, gdbarch.c: Re-generate.
8904 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
8905 to generic_prologue_frameless_p.
8906 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
8907 * arch-utils.c (generic_prologue_frameless_p): Delete function.
8908
8909 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
8910
8911 * mips-linux-tdep.c: Include "frame.h".
8912 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
8913 (mips_linux_skip_resolver): New functions.
8914 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
8915 and set_gdbarch_in_solib_call_trampoline.
8916 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
8917 to after set_gdbarch_in_solib_return_trampoline. Only set the
8918 solib hooks to mips16 functions if the OS ABI is unknown.
8919 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
8920 including "config/tm-linux.h".
8921 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
8922 * Makefile.in (mips-linux-tdep.o): Update.
8923
8924 2004-02-11 David Carlton <carlton@kealia.com>
8925
8926 * linespec.c (decode_compound): Only look for a class symbol when
8927 considering all but the rightmost component.
8928
8929 2004-02-11 Andrew Cagney <cagney@redhat.com>
8930
8931 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
8932 abi code are are separatly grouped.
8933
8934 2004-02-11 Andrew Cagney <cagney@redhat.com>
8935
8936 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
8937 * gdbarch.h, gdbarch.c: Re-generate.
8938 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8939 * v850-tdep.c (v850_gdbarch_init): Update.
8940 * sh64-tdep.c (sh64_gdbarch_init): Update.
8941 * sh-tdep.c (sh_gdbarch_init): Update.
8942 * s390-tdep.c (s390_gdbarch_init): Update.
8943 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8944 * mips-tdep.c (mips_gdbarch_init): Update.
8945 * mcore-tdep.c (mcore_gdbarch_init): Update.
8946 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8947 * m32r-tdep.c (m32r_gdbarch_init): Update.
8948 * ia64-tdep.c (ia64_gdbarch_init): Update.
8949 * hppa-tdep.c (hppa_gdbarch_init): Update.
8950 * h8300-tdep.c (h8300_gdbarch_init): Update.
8951 * frv-tdep.c (frv_gdbarch_init): Update.
8952 * d10v-tdep.c (d10v_gdbarch_init): Update.
8953 * cris-tdep.c (cris_gdbarch_init): Update.
8954 * avr-tdep.c (avr_gdbarch_init): Update.
8955 * arm-tdep.c (arm_gdbarch_init): Update.
8956 * alpha-tdep.c (alpha_gdbarch_init): Update.
8957
8958 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
8959
8960 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
8961 comma.
8962 (sh_sh4al_dsp_register_name): Ditto.
8963
8964 2004-02-10 Andrew Cagney <cagney@redhat.com>
8965
8966 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
8967 (mips_init_frame_pc_first): Delete function.
8968 (mips_frame_saved_pc): Delete function.
8969 (mips_frame_chain): Delete function.
8970 (mips_init_extra_frame_info): Delete function.
8971 (mips_xfer_register): Delete unused variable "reg".
8972 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
8973 (mips_n32n64_return_value): Delete unused variable "reg".
8974 (mips_n32n64_return_value): Delete unused variable "pos".
8975 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
8976 (mips_o32_return_value): Delete unused variable "pos".
8977 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
8978 (mips_print_fp_register): Delete unused variable "namelen"
8979 (mips_print_fp_register): Delete unused variable "flt2"
8980 (get_frame_pointer): Delete function.
8981 (cached_proc_desc): Delete static variable.
8982 (mips_pop_frame): Delete function.
8983 (mips_find_saved_regs): Delete function.
8984 (mips_get_saved_register): Delete function.
8985 (mips_saved_pc_after_call): Delete function.
8986 (SIGFRAME_BASE): Delete macro.
8987 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
8988 (SIGFRAME_PC_OFF): Delete macro.
8989 (SIGFRAME_REGSAVE_OFF): Delete macro.
8990 (mips_dump_tdep): Do not print deleted macro definitions.
8991
8992 2004-02-10 Andrew Cagney <cagney@redhat.com>
8993
8994 * Makefile.in (SFILES): Remove explictly listed tui files.
8995 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
8996
8997 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8998
8999 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9000 to use paddr functions to format ia64 addresses and long values.
9001 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9002 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9003 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9004 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9005 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9006
9007 2004-02-10 Andrew Cagney <cagney@redhat.com>
9008
9009 * defs.h: Do not include "tui.h".
9010 * gdb_curses.h: New file.
9011 * tui/tui-hooks.h: New file.
9012 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9013 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9014 (tui_initialize_io): Delete declaration.
9015 (tui_initialize_readline: Delete redundant declaration.
9016 (struct tui_point): Delete definition.
9017 * tui/tui-data.h (struct tui_point): Define.
9018 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9019 * utils.c: Include "tui/tui.h".
9020 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9021 * printcmd.c [TUI]: Include "tui/tui.h".
9022 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9023 * tui/tui-command.c: Include "gdb_curses.h".
9024 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9025 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9026 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9027 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9028 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9029 * Makefile.in: Update all dependencies.
9030 (tui_hooks_h, gdb_curses_h): Define.
9031 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9032
9033 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9034
9035 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9036 auxf2. Add comments about some other rarely used fields.
9037
9038 2004-02-10 Andrew Cagney <cagney@redhat.com>
9039
9040 * Makefile.in (init.c): Fix script removing duplicates. Problem
9041 reported by Peter Schauer.
9042
9043 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9044
9045 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9046 obstack_specify_allocation.
9047 * objfiles.c (allocate_objfile): Ditto.
9048 * solib-sunos.c (solib_add_common_symbols)
9049 (allocate_rt_common_objfile): Ditto.
9050 * symfile.c (reread_symbols): Ditto.
9051 * gdb_obstack.h: Add comment.
9052
9053 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9054
9055 * linespec.c (decode_line_1, locate_first_half)
9056 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9057 commented out code.
9058
9059 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9060
9061 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9062 obstack_free.
9063
9064 2004-02-09 Andrew Cagney <cagney@redhat.com>
9065
9066 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9067 fails, try find_pc_section. Fix PR c++/1267.
9068 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9069 instead of find_pc_mapped_section.
9070 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9071 not default to the section containing PC. Fix PR symtab/1519.
9072
9073 2004-02-09 Andrew Cagney <cagney@redhat.com>
9074
9075 * Makefile.in (mips-tdep.o): Update dependencies.
9076 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9077 "trad-frame.h".
9078 (mips_unwind_pc): Return the pseudo PC register.
9079 (mips_unwind_dummy_id): New function.
9080 (mips16_fetch_instruction): New function.
9081 (mips32_fetch_instruction): New function.
9082 (struct mips_frame_cache): Define.
9083 (mips_mdebug_frame_cache): New function.
9084 (mips_mdebug_frame_this_id): New function.
9085 (mips_mdebug_frame_prev_register): New function.
9086 (mips_mdebug_frame_unwind): Define.
9087 (mips_mdebug_frame_sniffer): New function.
9088 (mips_mdebug_frame_base_address): New function.
9089 (mips_mdebug_frame_base): Define.
9090 (mips_mdebug_frame_base_sniffer): New function.
9091 (mips_gdbarch_init): Append unwind and base sniffers. Set
9092 unwind_dummy_id.
9093
9094 2004-02-08 Andrew Cagney <cagney@redhat.com>
9095
9096 * frame.c: Print both the register number and name.
9097
9098 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9099 and a sed into a single sed. Make .c and .o patterns more robust.
9100 (OBS): Delete.
9101 (INIT_FILES): Replace OBS with COMMON_OBS.
9102 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9103
9104 2004-02-08 Mark Kettenis <kettenis@gnu.org>
9105
9106 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9107 the PT_WCOOKIE request.
9108
9109 2004-02-08 Andrew Cagney <cagney@redhat.com>
9110
9111 * mips-tdep.c (mips_unwind_pc): New function.
9112 (mips_gdbarch_init): Set mips_unwind_pc.
9113
9114 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9115 (get_frame_id): Allow the UNKNOWN_FRAME.
9116 (frame_register_unwind, get_frame_type): Ditto.
9117
9118 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9119 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9120 unwind_dummy_id indicates a legacy frame.
9121
9122 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9123 * configure: Re-generate.
9124
9125 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9126 methods.
9127
9128 2004-02-08 Andrew Cagney <cagney@redhat.com>
9129
9130 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9131 makefile macro.
9132 * configure: Re-generate.
9133 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9134 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9135 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9136 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9137 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9138 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9139 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9140 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9141 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9142 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9143
9144 2004-02-07 Andrew Cagney <cagney@redhat.com>
9145
9146 * Makefile.in: Update all dependencies.
9147
9148 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9149 * configure: Re-generate.
9150 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9151 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9152 (COMMON_OBS): Add "main.o" and "annotate.o".
9153 (ANNOTATE_OBS): Delete.
9154 (OBS): Remove ANNOTATE_OBS.
9155 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9156 CONFIG_INITS.
9157 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9158 against CONFIG_OBS and "main.o".
9159 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9160 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9161
9162 * tui/tui-command.c: Include "gdb_string.h", delete register
9163 attribute, use ISO-C function signatures.
9164 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9165 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9166 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9167 * tui/tui.c: Ditto.
9168
9169 * tui/tui-command.c: Change variable and function names to lower
9170 case.
9171 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9172 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9173 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9174 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9175 * tui/tui-winsource.c, tui/tui.c: Ditto.
9176
9177 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9178
9179 * buildsym.c (free_pending_blocks, finish_block)
9180 (record_pending_block, make_blockvector, end_symtab): Replace
9181 symbol_obstack with objfile_obstack.
9182 * coffread.c (process_coff_symbol, coff_read_struct_type)
9183 (coff_read_enum_type): Ditto.
9184 * cp-namespace.c (initialize_namespace_symtab)
9185 (check_one_possible_namespace_symbol): Ditto.
9186 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
9187 (dwarf2_symbol_mark_computed): Ditto.
9188 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9189 * elfread.c (elf_symtab_read): Ditto.
9190 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9191 (hpread_read_enum_type, hpread_read_function_type)
9192 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9193 Ditto.
9194 * jv-lang.c (get_java_class_symtab, add_class_symbol)
9195 (java_link_class_type): Ditto.
9196 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
9197 (new_symbol): Ditto.
9198 * minsyms.c (install_minimal_symbols): Ditto.
9199 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9200 (terminate_minimal_symbol_table): Replace symbol_obstack with
9201 objfile_obstack.
9202 (free_objfile): Remove freeing of symbol_obstack.
9203 * objfiles.h: Remove symbol_obstack field.
9204 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9205 objfile_obstack.
9206 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9207 symbol_obstack.
9208 (solib_add_common_symbols): Replace symbol_obstack with
9209 objfile_obstack.
9210 * somsolib.c (som_solib_add): Ditto.
9211 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9212 (common_block_start, common_block_end): Ditto.
9213 * symfile.c (reread_symbols): Remove freeing and init of
9214 symbol_obstack.
9215 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9216 * symfile.h: Update comment.
9217 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9218 stats printing.
9219 * symtab.c (symbol_set_names): Replace symbol_obstack with
9220 objfile_obstack.
9221 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9222 Update comments.
9223 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9224 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9225 objfile_obstack.
9226
9227 2004-02-07 Andrew Cagney <cagney@redhat.com>
9228
9229 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9230 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9231 fields and variables.
9232 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9233 (m_beInvisible): Delete macro.
9234 * tui/tui-data.h: Fix case case fields and variables.
9235 (m_genWinPtrIsNull): Delete macro.
9236 (tui_win_list): Rename winList.
9237 (TUI_SRC_WIN): Rename srcWin.
9238 (TUI_DISASM_WIN): Rename disassemWin.
9239 (TUI_DATA_WIN): Rename dataWin.
9240 (TUI_CMD_WIN): Rename cmdWin.
9241 (m_genWinPtrNotNull): Delete macro.
9242 (m_winPtrIsNull): Delete macro.
9243 (m_winPtrNotNull): Delete macro.
9244 (tui_win_is_source_type): Replace m_winIsSourceType
9245 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9246 (tui_win_has_locator): Replace m_hasLocator.
9247 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9248 m_setWinHighlightOff.
9249 * tui/tui-data.c: Update references.
9250 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9251 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9252 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9253 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9254 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9255 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9256 * tui/tui-winsource.c, tui/tui.c: Ditto.
9257
9258 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9259
9260 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9261 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9262 StackGhost.
9263
9264 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9265 variable `i6' to `i7'.
9266 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9267
9268 2004-02-07 Andrew Cagney <cagney@redhat.com>
9269
9270 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9271 (TuiPoint, TuiPointPtr): Ditto.
9272 (TuiStatus, TuiStatusPtr): Ditto.
9273 (TuiWinType, TuiWinTypePtr): Ditto.
9274 (struct tui_point): Rename _TuiPoint.
9275 (tui_get_low_disassembly_address): Rename
9276 tuiGetLowDisassemblyAddress.
9277 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9278 (tuiFree): Delete declaration.
9279 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9280 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9281 * tui/tui.c (tuiFree): Delete function.
9282 * cli/cli-cmds.c (disassemble_command): Update references.
9283 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9284 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9285 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9286 * tui/tui-winsource.c: Ditto.
9287
9288 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9289
9290 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9291 coffstab_build_psymtabs, elfstab_build_psymtabs)
9292 (stabsect_build_psymtabs): Replace psymbol_obstack with
9293 objfile_obstack.
9294 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9295 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9296 Ditto.
9297 * dwarfread.c (scan_compilation_units): Ditto.
9298 * elfread.c (elfstab_offset_sections): Ditto.
9299 * hppa-tdep.c (read_unwind_info): Ditto.
9300 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9301 (hpread_end_psymtab): Ditto.
9302 * mdebugread.c (mdebug_build_psymtabs, add_pending)
9303 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
9304 Ditto.
9305 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
9306 * objfiles.c (add_to_objfile_sections)
9307 (build_objfile_section_table): Ditto.
9308 (allocate_objfile): Remove init of psymbol_obstack.
9309 (free_objfile): Remove freeing of psymbol_obstack.
9310 * objfiles.h (struct objfile): Remove field
9311 psymbol_obstack. Update comments.
9312 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
9313 psymbol_obstack with objfile_obstack.
9314 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9315 psymbol_obstack.
9316 * somread.c (som_symfile_offsets, init_import_symbols)
9317 (init_export_symbols): Replace psymbol_obstack with
9318 objfile_obstack.
9319 * somsolib.c (som_solib_add_solib_objfile): Ditto.
9320 * symfile.c (default_symfile_offsets, syms_from_objfile)
9321 (reread_symbols): Remove freeing and init of psymbol_obstack.
9322 (cashier_psymtab): Update comment.
9323 * symmisc.c (print_objfile_statistics): Don't report stats for
9324 psymbol obstack.
9325 * symtab.h (struct general_symbol_info, struct partial_symtab):
9326 Update comments.
9327 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
9328 (xcoff_symfile_offsets): Replace psymbol_obstack with
9329 objfile_obstack.
9330
9331 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9332
9333 * objfiles.h (struct objfile): Add objfile_obstack field.
9334 Remove type_obstack field.
9335
9336 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
9337 read_structure_scope read_enumeration, new_symbol): Replace
9338 type_obstack with objfile_obstack.
9339 * dwarfread.c (struct_type, enum_type): Ditto.
9340 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
9341 (lookup_fundamental_type): Ditto.
9342 * gdbtypes.h (TYPE_ALLOC): Ditto.
9343 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
9344 (hpread_read_doc_function_type, hpread_read_struct_type)
9345 (fix_static_member_physnames, hpread_read_array_type)
9346 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
9347 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
9348 (java_link_class_type): Ditto.
9349 * mdebugread.c (parse_type): Ditto.
9350 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9351 * solib-sunos.c (solib_add_common_symbols): Ditto.
9352 * stabsread.c (define_symbol, read_type, read_member_functions,
9353 read_cpp_abbrev, read_one_struct_field): Ditto.
9354 * symfile.c (reread_symbols): Ditto.
9355 * symmisc.c (print_objfile_statistics): Ditto.
9356
9357 2004-02-07 Andrew Cagney <cagney@redhat.com>
9358
9359 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9360 (tui_exec_info_content): Rename TuiExecInfoContent.
9361 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9362 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9363 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9364 (TuiList, TuiListPtr): Ditto.
9365 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9366 (TuiDataType, TuiDataTypePtr): Ditto.
9367 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9368 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9369 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9370 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9371 (TuiDataElement, TuiDataElementPtr): Ditto.
9372 (TuiWinElement, TuiWinElementPtr): Ditto.
9373 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9374 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9375 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9376 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9377 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9378 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9379 * tui/tui-command.c, tui/tui-data.c: Update references.
9380 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9381 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9382 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9383 * tui/tui-winsource.c, tui/tui.c: Ditto.
9384
9385 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9386
9387 * dwarf2-frame.h: Update copyright.
9388 (enum dwarf2_frame_reg_rule): New.
9389 (struct dwarf2_frame_state_reg): New.
9390 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
9391 * dwarf2-frame.c: Update copyright.
9392 (enum dwarf2_reg_rule): Remove.
9393 (struct dwarf2_frame_state): Remove defenition of `struct
9394 dwarf2_frame_state_reg'.
9395 (read_reg): Call get_frame_arch to get the architecture instead of
9396 using CURRENT_GDBARCH.
9397 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
9398 DWARF2_FRAME_.
9399 (dwarf2_frame_init_reg): New function.
9400 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
9401 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
9402 initialize the register state. Prefix old `enum dwarf2_reg_rule'
9403 tags with DWARF2_FRAME_.
9404 (dwarf2_frame_prev_register): Call get_frame_arch to get the
9405 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
9406 dwarf2_reg_rule' tags with DWARF2_FRAME_.
9407
9408 2004-02-06 Andrew Cagney <cagney@redhat.com>
9409
9410 * tui/tui-data.h (struct tui_list): Rename _TuiList.
9411 (enum tui_data_type): Rename _TuiDataType.
9412 (struct tui_layout_def): Rename _TuiLayoutDef.
9413 (struct tui_source_element): Rename _TuiSourceElement.
9414 (struct tui_data_element): Rename _TuiDataElement.
9415 (struct tui_command_element): Rename _TuiCommandElement.
9416 (struct tui_locator_element): Rename _TuiLocatorElement.
9417 (union tui_which_element): Define.
9418 (struct tui_win_element): Rename _TuiWinElement.
9419 (struct tui_data_info): Rename _TuiDataInfo.
9420 (struct tui_source_info): Rename _TuiSourceInfo.
9421 (struct tui_command_info): Rename _TuiCommandInfo.
9422 (tui_initialize_static_data): Rename initializeStaticData.
9423 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
9424 (tui_alloc_win_info): Rename allocWinInfo.
9425 (tui_init_generic_part): Rename initGenericPart.
9426 (tui_init_win_info): Rename initWinInfo.
9427 (tui_alloc_content): Rename allocContent.
9428 (tui_add_content_elements): Rename addContentElements.
9429 (tui_init_content_element): Rename initContentElement.
9430 (tui_free_window): Rename freeWindow.
9431 (tui_free_win_content): Rename freeWinContent.
9432 (tui_free_data_content): Rename freeDataContent.
9433 (tui_free_all_source_wins_content): Rename
9434 freeAllSourceWinsContent.
9435 (tui_del_window): Rename tuiDelWindow.
9436 (tui_del_data_windows): Rename tuiDelDataWindows.
9437 (tui_partial_win_by_name): Rename partialWinByName.
9438 (tui_win_name): Rename winName.
9439 (tui_current_layout): Rename currentLayout.
9440 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
9441 (tui_term_height): Rename termHeight.
9442 (tui_set_term_height_to): Rename setTermHeightTo.
9443 (tui_term_width): Rename termWidth.
9444 (tui_set_term_width_to): Rename setTermWidthTo.
9445 (tui_set_gen_win_origin): Rename setGenWinOrigin.
9446 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
9447 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
9448 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
9449 (tui_source_windows): Rename sourceWindows.
9450 (tui_clear_source_windows): Rename clearSourceWindows.
9451 (tui_clear_source_windows_detail): Rename
9452 clearSourceWindowsDetail.
9453 (tui_clear_win_detail): Rename clearWinDetail.
9454 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
9455 (tui_default_tab_len): Rename tuiDefaultTabLen.
9456 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
9457 (tui_win_with_focus): Rename tuiWinWithFocus.
9458 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
9459 (tui_layout_def): Rename tuiLayoutDef.
9460 (tui_win_resized): Rename tuiWinResized.
9461 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
9462 (tui_next_win): Rename tuiNextWin.
9463 (tui_prev_win): Rename tuiPrevWin.
9464 (tui_add_to_source_windows): Rename addToSourceWindows.
9465 * tui/tui-winsource.c, tui/tui-win.c: Update references.
9466 * tui/tui-layout.c, tui/tui-source.c: Ditto.
9467 * tui/tui-stack.c, tui/tui-io.c: Ditto.
9468 * tui/tui.c, tui/tui-data.c: Ditto.
9469 * tui/tui-interp.c, tui/tui-data.c: Ditto.
9470 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
9471
9472 * tui/tui-source.h: Update copyright. Include "tui-data.h".
9473 (struct symtab): Declare.
9474 (tui_set_source_content): Rename tuiSetSourceContent.
9475 (tui_show_symtab_source): Rename tuiShowSource.
9476 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
9477 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
9478 * tui/tui-source.c: Update copyright. Update references.
9479 * tui/tui-win.c, tui/tui-winsource.c: Update references.
9480 * tui/tui-stack.c: Update references.
9481
9482 * tui/tui-win.h: Update copyright. Include "tui-data.h".
9483 (struct tui_win_info): Declare.
9484 (tui_scroll_forward): Rename tuiScrollForward.
9485 (tui_scroll_backward): Rename tuiScrollBackward.
9486 (tui_scroll_left): Rename tuiScrollLeft.
9487 (tui_scroll_right): Rename tuiScrollRight.
9488 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
9489 (tui_resize_all): Rename tuiResizeAll.
9490 (tui_refresh_all_win): Rename tuiRefreshAll.
9491 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
9492 * tui/tui-layout.c, * tui/tui-io.c: Update references.
9493 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
9494 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
9495
9496 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
9497 (tui_erase_data_content): Rename tuiEraseDataContent.
9498 (tui_display_all_data): Rename tuiDisplayAllData.
9499 (tui_check_data_values): Rename tuiCheckDataValues.
9500 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
9501 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
9502 (tui_first_data_element_no_in_line): Rename
9503 tuiFirstDataElementNoInLine.
9504 (tui_delete_data_content_windows): Rename
9505 tuiDeleteDataContentWindows.
9506 (tui_refresh_data_win): Rename tuiRefreshDataWin.
9507 (tui_display_data_from): Rename tuiDisplayDataFrom.
9508 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
9509 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
9510 * tui/tui-win.c, tui/tui-regs.c: Update references.
9511 * tui/tui-layout.c, tui/tui.c: Update references.
9512
9513 * tui/tui-wingeneral.h: Update copyright.
9514 (m_allBeVisible): Delete macro.
9515 (m_allBeInvisible): Delete macro.
9516 (struct tui_gen_win_info): Declare.
9517 (struct tui_win_info): Declare.
9518 (tui_unhighlight_win): Rename unhighlightWin.
9519 (tui_make_visible, tui_make_invisible): Replace makeVisible.
9520 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
9521 (tui_make_window): Rename makeWindow.
9522 (tui_copy_win): Rename copyWin.
9523 (tui_box_win): Rename boxWin.
9524 (tui_highlight_win): Rename highlightWin.
9525 (tui_check_and_display_highlight_if_needed): Rename
9526 checkAndDisplayHighlightIfNeeded.
9527 (tui_refresh_all): Rename refreshAll.
9528 (tui_delete_win): Rename tuiDelwin.
9529 (tui_refresh_win): Rename tuiRefreshWin.
9530 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9531 (tui_make_visible, tui_make_invisible): New functions.
9532 (tui_make_all_visible, tui_make_all_invisible): New functions.
9533 (make_all_visible): Rename makeAllVisible.
9534 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9535 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9536 * tui/tui-windata.c, tui/tui-win.c: Update references.
9537 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9538 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9539
9540 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9541
9542 * proc-api.c (write_with_trace): Initialize local variable to
9543 silence compiler warning.
9544
9545 2004-02-06 Andrew Cagney <cagney@redhat.com>
9546
9547 * tui/tui-source.h: Do not include "defs.h".
9548 (struct tui_win_info): Declare.
9549 (tui_set_source_content_nil): Declare.
9550 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
9551 (union tui_line_or_address): Rename _TuiLineOrAddress.
9552 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
9553 (tui_update_source_window): Rename tuiUpdateSourceWindow.
9554 (tui_update_source_window_as_is): Rename
9555 tuiUpdateSourceWindowAsIs.
9556 (tui_update_source_windows_with_addr): Rename
9557 tuiUpdateSourceWindowsWithAddr.
9558 (tui_update_source_windows_with_line): Rename
9559 tuiUpdateSourceWindowsWithLine.
9560 (tui_clear_source_content): Rename tuiClearSourceContent.
9561 (tui_erase_source_content): Rename tuiEraseSourceContent.
9562 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
9563 (tui_show_source_content): Rename tuiShowSourceContent.
9564 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
9565 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
9566 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
9567 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
9568 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
9569 (tui_update_exec_info): Rename tuiUpdateExecInfo.
9570 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
9571 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
9572 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
9573 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
9574 (struct tui_win_info): Declare.
9575 * tui/tui-stack.c: Update references.
9576 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
9577 * tui/tui-win.c, tui/tui-source.c: Ditto.
9578 * tui/tui.c, tui/tui-disasm.c: Ditto.
9579
9580 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9581
9582 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
9583 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
9584
9585 2004-02-05 Mark Kettenis <kettenis@gnu.org>
9586
9587 * infrun.c (handle_inferior_event): Allow for breakpoint
9588 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
9589 and SIGEMT. Update comments.
9590 * NEWS (Revised SPARC target): Mention support for non-executable
9591 stack.
9592
9593 2004-02-04 Mark Kettenis <kettenis@gnu.org>
9594
9595 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
9596 * inftarg.c: Update copyright year.
9597 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
9598 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
9599 (sparc_xfer_wcookie): New function.
9600 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9601 * Makefile.in (sparc-nat.o): Update dependencies.
9602 * config/sparc/nm-nbsd.h: Include "target.h".
9603 (NATIVE_XFER_WCOOKIE): New define.
9604 (sparc_xfer_wcookie): New prototype.
9605
9606 2004-02-04 Andrew Cagney <cagney@redhat.com>
9607
9608 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
9609 SYSCALL_TRAP function.
9610 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
9611
9612 2004-02-04 Andrew Cagney <cagney@redhat.com>
9613 Daniel Jacobowitz <drow@mvista.com>
9614
9615 * objfiles.h: Delete comments refering to inside_entry_func and
9616 DEPRECATED_FRAME_CHAIN_VALID.
9617 * defs.h (inside_entry_func): Update prototype..
9618 * blockframe.c (inside_entry_func): Rename to
9619 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
9620 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
9621
9622 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
9623
9624 * breakpoint.c (struct captured_parse_breakpoint_args): Move
9625 outside of #ifdef SOLIB_ADD region.
9626 (do_restore_lang_radix_cleanup): Ditto.
9627 (resolve_pending_breakpoint): Ditto.
9628
9629 2004-02-03 Andrew Cagney <cagney@redhat.com>
9630
9631 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
9632 (process_note_abi_tag_sections): Delete unused function.
9633 (ia64_read_fp): Delete unused function.
9634 (gdbarch_extract_struct_value_address): Delete declaration.
9635
9636 2004-02-02 Andrew Cagney <cagney@redhat.com>
9637
9638 * vax-tdep.c (vax_frame_chain): Delete call to
9639 deprecated_inside_entry_file.
9640 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
9641
9642 2004-02-02 Mark Kettenis <kettenis@gnu.org>
9643
9644 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
9645 column that's "empty" or "same value" when eliminating REG_RA
9646 rules.
9647
9648 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9649
9650 * NEWS: Add information about new pending breakpoint support.
9651
9652 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9653
9654 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
9655 and pending fields for pending breakpoint support.
9656 * breakpoint.c (breakpoint_enabled): Add check for not pending.
9657 (condition_command): Only parse condition if not a pending
9658 breakpoint.
9659 (print_one_breakpoint): Add support for pending breakpoints.
9660 (describe_other_breakpoints): Add checks to verify we are not
9661 dealing with pending breakpoints.
9662 (check_duplicates): Don't check pending breakpoints.
9663 (set_raw_breakpoint): Initialize pending flag.
9664 (do_restore_lang_radix_cleanup): New cleanup routine.
9665 (resolve_pending_breakpoint): New function.
9666 (re_enable_breakpoints_in_shlibs): Try and resolve any
9667 pending breakpoints via resolve_pending_breakpoint.
9668 (mention): Add pending breakpoint support.
9669 (parse_breakpoint_sals): Add new parameter to pass to
9670 decode_line_1 to indicate silent errors when files or functions
9671 are not found. Change all callers.
9672 (do_captured_parse_breakpoint): New function.
9673 (break_command_1): Change prototype to return an rc value and to
9674 take an optional pending breakpoint pointer. Support creating
9675 a pending breakpoint if a "not found" form of error occurs when
9676 parsing the breakpoint. Also support resolving an existing pending
9677 breakpoint and be silent if the resolution fails.
9678 (create_breakpoints): Change prototype to take pending breakpoint
9679 pointer. When resolving a pending breakpoint, use the new pointer
9680 to provide a conditional or commands added by the end-user.
9681 (delete_breakpoint): Add appropriate check for pending.
9682 (breakpoint_re_set_one): Ditto.
9683 (do_enable_breakpoint): Ditto.
9684
9685 2004-02-02 David Carlton <carlton@kealia.com>
9686
9687 * valops.c (enum oload_classification): New.
9688 (find_overload_match): Break implementation into separate
9689 functions; delete #if 0'd code; look for symbols within
9690 namespaces.
9691 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
9692 (find_oload_champ,oload_method_static,classify_oload_match): New.
9693 * cp-support.h: Add declaration for cp_func_name; update
9694 declaration for make_symbol_overload_list.
9695 * cp-support.c (cp_func_name): New.
9696 (overload_list_add_symbol): Fix comment, use
9697 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
9698 (make_symbol_overload_list): Take a function name and a namespace
9699 instead of a symbol; change implementation.
9700 (make_symbol_overload_list_using): New.
9701 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
9702
9703 2004-02-02 Fred Fish <fnf@redhat.com>
9704
9705 * main.c (gdb_stdtarg): Move definition to group with other
9706 gdb_stdtarg definitions and update copyright years.
9707 * remote-sim.c (gdb_os_write_stderr): Write output to
9708 gdb_stdtargerr stream instead of gdb_stdtarg stream.
9709 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
9710 gdb_stderr stream and update copyright years.
9711
9712 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9713
9714 * Makefile.in (mips-linux-nat.o): Update dependencies.
9715 * mips-linux-nat.c: Include mips-tdep.h.
9716
9717 2004-02-01 Roland McGrath <roland@redhat.com>
9718
9719 * sol-thread.c (sol_thread_xfer_partial): New function.
9720 (init_sol_thread_ops): Use that for to_xfer_partial hook.
9721 (init_sol_core_ops): Likewise.
9722
9723 * procfs.c (procfs_xfer_partial): New function.
9724 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
9725 * Makefile.in (procfs.o): Add $(auxv_h) dep.
9726
9727 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
9728 procfs_xfer_auxv function.
9729
9730 * procfs.c (procfs_make_note_section): If we can read
9731 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
9732 * linux-proc.c (linux_make_note_section): Likewise.
9733
9734 * auxv.h: New file.
9735 * auxv.c: New file.
9736 * Makefile.in (auxv_h): New variable.
9737 (COMMON_OBS): Add auxv.o here.
9738 (auxv.o): New target.
9739
9740 * corelow.c (core_xfer_partial): New function.
9741 (init_core_ops): Use it for core_ops.to_xfer_partial.
9742
9743 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
9744 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
9745 macro if that is defined.
9746
9747 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9748
9749 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
9750 and check the specified thread for each breakpoint.
9751 * breakpoint.h (bpstat_stop_status): Update prototype.
9752 * infrun.c (handle_inferior_event): Update calls to
9753 bpstat_stop_status.
9754
9755 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9756
9757 * Makefile.in (cli-cmds.o): Add $(readline_h).
9758
9759 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9760
9761 * cli/cli-cmds.c: Include readline.h.
9762 (complete_command): Pass the start of the last word to
9763 complete_line.
9764
9765 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9766
9767 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
9768 argument, and change first argument to a CORE_ADDR.
9769 * breakpoint.h (bpstat_stop_status): Update prototype.
9770 * infrun.c (adjust_pc_after_break): Add a new comment.
9771 (handle_inferior_event): Update calls to bpstat_stop_status.
9772
9773 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9774
9775 * breakpoint.h: Update copyright years.
9776
9777 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9778
9779 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
9780 (bpstat_stop_status): Don't decrement PC.
9781 * breakpoint.h (software_breakpoint_inserted_here_p): Add
9782 prototype.
9783 * infrun.c (adjust_pc_after_break): New function.
9784 (handle_inferior_event): Call it, early. Remove later references
9785 to DECR_PC_AFTER_BREAK.
9786 (normal_stop): Add commentary.
9787
9788 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9789
9790 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
9791 2004-01-27 double-free fix.
9792
9793 2004-01-31 Mark Kettenis <kettenis@gnu.org>
9794
9795 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9796 (sparc32_frame_prev_register): Handle StackGhost.
9797 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9798
9799 2004-01-29 Roland McGrath <roland@redhat.com>
9800
9801 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
9802 * configure: Regenerated.
9803
9804 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
9805 * Makefile.in (procfs.o): Add dep.
9806
9807 2004-01-28 Andrew Cagney <cagney@redhat.com>
9808
9809 * tui/tui-stack.h: Update copyright.
9810 (struct frame_info): Add opaque declaration.
9811 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
9812 (tui_show_locator_content): Rename tuiShowLocatorContent.
9813 (tui_show_frame_info): Rename tuiShowFrameInfo.
9814 * tui/tui-stack.c: Update copyright. Update references.
9815 * tui/tui-winsource.c: Update references.
9816 * tui/tui-win.c: Update references.
9817 * tui/tui-layout.c: Update references.
9818 * tui/tui-hooks.c: Update copyright, update references.
9819 * tui/tui.c: Update copyright, update references.
9820 * tui/tui-disasm.c: Update references.
9821
9822 2004-01-28 David Carlton <carlton@kealia.com>
9823
9824 * dwarf2read.c (add_partial_structure): Use demangled name if
9825 namespace equals "".
9826
9827 2004-01-27 Jim Blandy <jimb@redhat.com>
9828
9829 Clean up misapplied patch:
9830 * dwarf2read.c (determine_prefix): Change one of the two forward
9831 declarations for 'determine_prefix_aux' to a declaration for this.
9832 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
9833 argument to 'die_specification'.
9834
9835 * dwarf2read.c (read_func_scope): Re-indent comment.
9836
9837 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
9838
9839 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
9840 b->exp to NULL after freeing so that error during re-parsing or
9841 evaluation of expressions associated with breakpoint don't
9842 eventually lead to re-freeing of storage.
9843 Committed by Andrew Cagney.
9844
9845 2004-01-27 Andrew Cagney <cagney@redhat.com>
9846
9847 * source.c (ambiguous_line_spec): Delete undefined declaration.
9848 * m32r-rom.c (m32r_set_board_address): Delete unused function.
9849 (m32r_set_server_address, m32r_set_download_path): Ditto.
9850 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
9851
9852 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
9853
9854 * dwarf2read.c: Update calls to changed and renamed functions, and
9855 references to moved variables.
9856
9857 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
9858 language, language_defn, list_in_scope, and ftypes members.
9859 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
9860 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
9861 (baseaddr): Remove globals.
9862
9863 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
9864 (set_cu_language, die_is_declaration, die_specification)
9865 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
9866 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
9867 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
9868 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
9869
9870 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
9871 cu.list_in_scope. Don't initialize cu_header_offset.
9872 (add_partial_symbol): Add local baseaddr.
9873 (psymtab_to_symtab_1): Add local baseaddr. Use
9874 objfile->section_offsets for consistency. Don't initialize
9875 cu_header_offset; do initialize cu.header.offset and
9876 cu.list_in_scope.
9877 (read_file_scope, read_func_scope, read_lexical_block_scope)
9878 (dwarf_decode_lines, new_symbol): Add local baseaddr.
9879
9880 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
9881
9882 * PROBLEMS: Add gdb/1516.
9883
9884 2003-12-29 Robert Millan <robertmh@gnu.org>
9885
9886 Patch committed by Andrw Cagney.
9887 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
9888 * configure.tgt: Match knetbsd*-gnu.
9889
9890 2004-01-26 Andrew Cagney <cagney@redhat.com>
9891
9892 * breakpoint.c (catch_command_1): Delete #ifdef code.
9893 (catch_fork_command_1): Delete #ifdef wrapper.
9894 (catch_exec_command_1): Ditto.
9895 (catch_load_command_1): Ditto.
9896 (catch_unload_command_1): Ditto.
9897
9898 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
9899 (catch_breakpoint): Delete #if0ed function.
9900 (disable_catch_breakpoint): Ditto.
9901 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
9902 (disable_catch, enable_catch, delete_catch): Ditto.
9903
9904 2004-01-26 Andrew Cagney <cagney@redhat.com>
9905
9906 * remote.c (echo_check, quit_flag): Delete variables.
9907 (cisco_kernel_mode): Delete variable.
9908 (minitelnet_return, tty_input, escape_count): Delete variables.
9909 (remote_cisco_mode): Delete variable.
9910 (remote_cisco_open, remote_cisco_close): Delete function.
9911 (remote_cisco_mourn, remote_cisco_wait): Delete function.
9912 (init_remote_cisco_ops): Delete function.
9913 (_initialize_remote): Do not install "remote cisco" code.
9914 (read_frame): Delete cisco specific code.
9915 (remote_info_process): Delete function.
9916 (remote_wait): Delete cisco specific code.
9917 (remote_cisco_section_offsets): Delete function.
9918 (remote_cisco_objfile_relocate): Delete function.
9919 (remote_async_wait): Delete cisco specific code.
9920 (minitelnet, readtty, readsocket): Delete function.
9921
9922 2004-01-26 Andrew Cagney <cagney@redhat.com>
9923
9924 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
9925 comments mentioning extract_returned_value_address.
9926 * infcmd.c (print_return_value): Update. Add comments on
9927 extract_returned_value_address.
9928 * stack.c (return_command): Add comments on
9929 extract_returned_value_address.
9930 * values.c: Update comment.
9931 * m32r-tdep.c: Update comment.
9932 * sparc-tdep.c: Update comment.
9933 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
9934 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9935 * sh64-tdep.c (sh64_gdbarch_init): Update.
9936 * sh-tdep.c (sh_gdbarch_init): Update.
9937 * s390-tdep.c (s390_gdbarch_init): Update.
9938 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9939 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9940 * m68k-tdep.c (m68k_gdbarch_init): Update.
9941 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9942 * m32r-tdep.c (m32r_gdbarch_init): Update.
9943 * ia64-tdep.c (ia64_gdbarch_init): Update.
9944 * h8300-tdep.c (h8300_gdbarch_init): Update.
9945 * frv-tdep.c (frv_gdbarch_init): Update.
9946 * arm-tdep.c (arm_gdbarch_init): Update.
9947 * alpha-tdep.c (alpha_gdbarch_init): Update.
9948
9949 2004-01-26 Andrew Cagney <cagney@redhat.com>
9950
9951 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
9952 SYMBOL_LOCATION_FUNCS
9953 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
9954 "struct symbol_ops".
9955 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
9956 type to "struct symbol_ops".
9957 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
9958 (struct symbol): Replace ".aux_value.loc.funcs" and
9959 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
9960 (SYMBOL_OBJFILE): Delete macro.
9961 (SYMBOL_LOCATION_FUNCS): Delete macro.
9962 (SYMBOL_LOCATION_BATON): Update.
9963 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
9964 intead of SYMBOL_LOCATION_FUNCS.
9965 * ax-gdb.c (gen_var_ref): Ditto.
9966 * printcmd.c (address_info): Ditto.
9967 * findvar.c (read_var_value): Ditto.
9968 (symbol_read_needs_frame): Ditto.
9969
9970 2004-01-26 Andrew Cagney <cagney@redhat.com>
9971
9972 * dwarf2read.c (read_func_scope): Document frame-base hack.
9973
9974 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9975
9976 * infcmd.c (print_return_value): Plug memory leak; delete
9977 ui_stream object. Rename argument `structure_return' to
9978 `struct_return'.
9979
9980 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9981
9982 * infcmd.c (print_return_value): Wrap long lines.
9983 (finish_command_continuation, finish_command): Remove unused
9984 variable `funcaddr'. Fix some coding-standards problems.
9985
9986 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
9987 SECT_SIZE is large enough, not whether it's exactly the right size.
9988 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
9989 TDEP->fpregset to zero.
9990
9991 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
9992 floating-point registers for traditional NetBSD core files.
9993 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
9994 TDEP->sizeof_fpregset here.
9995
9996 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9997
9998 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
9999 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10000 function with code split out from
10001 sparc32nbsd_sigcontext_frame_cache.
10002 (sparc32nbsd_sigcontext_frame_cache): Use
10003 sparc32nbsd_sigcontext_saved_regs.
10004 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10005 OpenBSD.
10006 * sparcobsd-tdep.c: New file.
10007 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10008 (sparcobsd-tdep.o): New dependency.
10009 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10010 * config/sparc/obsd.mt: New file.
10011
10012 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10013 TDEP->fpregset to be initialized to enable core file register
10014 sets.
10015
10016 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10017
10018 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10019 Add opaque declarations.
10020 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10021 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10022 function with code split out from
10023 sparc64nbsd_sigcontext_frame_cache.
10024 (sparc64nbsd_sigcontext_frame_cache): Use
10025 sparc64nbsd_sigcontext_saved_regs.
10026 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10027 OpenBSD.
10028 * sparc64obsd-tdep.c: New file.
10029 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10030 (sparc64obsd-tdep.o): New dependency.
10031 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10032 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10033 * config/sparc/obsd64.mt: New file.
10034
10035 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10036 read the instruction at PC.
10037
10038 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10039 value of GDB_OSABI_DEFAULT.
10040 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10041 instead of GDB_OSABI_NETBSD_AOUT.
10042
10043 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10044
10045 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10046 copyright.
10047
10048 2004-01-23 Andrew Cagney <cagney@redhat.com>
10049
10050 * printcmd.c (display_command): Replace tui_set_display call with
10051 tui_set_layout_for_display_command.
10052 * tui/tui.h (enum tui_win_type): Define.
10053 (tui_set_layout): Delete declaration.
10054 (tui_set_layout_for_display_command): Rename set_tui_layout.
10055 * tui/tui-data.h (enum tui_layout_type): Define.
10056 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10057 "tui.h".
10058 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10059 (tui_default_win_height): Rename tuiDefaultWinHeight.
10060 (tui_default_win_viewport_height): Rename
10061 tuiDefaultWinViewportHeight.
10062 (tui_set_layout): RenametuiSetLayout.
10063 * tui/tui-layout.c: Update references.
10064 * tui/tui.c: Update references.
10065 * tui/tui-disasm.c: Update references.
10066
10067 2004-01-23 David Carlton <carlton@kealia.com>
10068
10069 Partial workaround for PR c++/1511:
10070 * cp-namespace.c: Include frame.h.
10071 (cp_lookup_transparent_type): New
10072 (cp_lookup_transparent_type_loop): New.
10073 * cp-support.h: Declare cp_lookup_transparent_type.
10074 * symtab.c (basic_lookup_transparent_type): Renamed from
10075 lookup_transparent_type.
10076 (lookup_transparent_type): Replace old body by a call to
10077 current_language->la_lookup_transparent_type.
10078 * symtab.h: Update copyright. Declare
10079 basic_lookup_transparent_type.
10080 * language.h: Update copyright.
10081 (struct language_defn): Add la_lookup_transparent_type.
10082 * language.c: Update copyright.
10083 (unknown_language_defn): Add basic_lookup_transparent_type.
10084 (auto_language_defn): Add basic_lookup_transparent_type.
10085 (local_language_defn): Add basic_lookup_transparent_type.
10086 * ada-lang.c: Update copyright.
10087 (ada_language_defn): Add basic_lookup_transparent_type.
10088 * c-lang.c: Update copyright.
10089 (c_language_defn): Add basic_lookup_transparent_type.
10090 (cplus_language_defn): Add basic_lookup_transparent_type.
10091 (asm_language_defn): Add basic_lookup_transparent_type.
10092 (minimal_language_defn): Add basic_lookup_transparent_type.
10093 * f-lang.c: Update copyright.
10094 (f_language_defn): Add basic_lookup_transparent_type.
10095 * jv-lang.c: Update copyright.
10096 (java_language_defn): Add basic_lookup_transparent_type.
10097 * m2-lang.c: Update copyright.
10098 (m2_language_defn): Add basic_lookup_transparent_type.
10099 * objc-lang.c: Update copyright.
10100 (objc_language_defn): Add basic_lookup_transparent_type.
10101 * p-lang.c: Update copyright.
10102 (p_language_defn): Add basic_lookup_transparent_type.
10103 * scm-lang.c: Update copyright.
10104 (scm_language_defn): Add basic_lookup_transparent_type.
10105 * Makefile.in (cp-namespace.o): Depend on frame.h.
10106
10107 2004-01-23 David Carlton <carlton@kealia.com>
10108
10109 Patch for PR c++/1520:
10110 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10111 properly if we have a specification die.
10112 (determine_prefix_aux): Rename from determine_prefix.
10113 (determine_prefix): Like the old determine_prefix, but never
10114 returns NULL.
10115
10116 2004-01-23 Theodore A. Roth <troth@openavr.org>
10117
10118 * avr-tdep.c: Update copyright.
10119 (avr_iaddr_p): Delete unused function.
10120 (avr_saddr_p): Delete unused function.
10121
10122 2004-01-23 David Carlton <carlton@kealia.com>
10123
10124 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10125 Fix for PR symtab/1534.
10126
10127 2004-01-23 Mark Kettenis <kettenis@gnu.org>
10128
10129 * NEWS (New native configurations): Mention OpenBSD/sparc and
10130 OpenBSD/sparc64.
10131 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10132 * configure.host: Likewise.
10133 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10134 handler for OpenBSD.
10135 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10136
10137 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10138
10139 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10140 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10141
10142 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10143 * cli/cli-cmds.c (shell_escape): Likewise.
10144
10145 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10146 OpenBSD .note.openbsd.ident sections.
10147
10148 2004-01-22 David Carlton <carlton@kealia.com>
10149
10150 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10151 get_scope_pc_bounds.
10152 (read_file_scope): Ditto.
10153 (get_scope_pc_bounds): New function, produced by extracting code
10154 from the above two functions, consolidating it, and adding support
10155 for DW_TAG_namespace.
10156
10157 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10158
10159 * osabi.c (MAX_NOTESZ): New define.
10160 (check_note): New function.
10161 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10162 check_note.
10163
10164 2004-01-21 Roland McGrath <roland@redhat.com>
10165
10166 * MAINTAINERS (write after approval): Add myself.
10167
10168 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10169
10170 * utils.c (init_page_info): Move declarations of `rows' and
10171 `cols' before the __GO32__-specific code. Move the closing brace
10172 outside the #ifdef __GO32__..#endif block.
10173 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10174
10175 2004-01-21 Paul Brook <paul@codesourcery.com>
10176
10177 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10178 BPSTAT_WHAT_CHECK_SHLIBS.
10179
10180 2004-01-21 Paul Brook <paul@codesourcery.com>
10181
10182 * MAINTAINERS: Add myself to write-after-approval.
10183
10184 2004-01-20 Andrew Cagney <cagney@redhat.com>
10185
10186 * ax-gdb.c (print_axs_value): Delete unused function.
10187 * jv-lang.c (java_lookup_type): Delete unused function.
10188 * cli/cli-dump.c (dump_filetype): Delete unused function.
10189 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10190 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10191 (mips_getstring): Delete unused function.
10192 (pmon_insert_breakpoint): Delete #if0ed function.
10193 (PMON_MAX_BP): Delete #if0ed MACRO.
10194 (mips_pmon_bp_info): Delete #if0ed variable.
10195 (pmon_remove_breakpoint): Delete #if0ed function.
10196 * monitor.c (monitor_write_even_block): Delete unused function.
10197 (monitor_write_memory_block): Delete #if0ed code.
10198 * dink32-rom.c (dink32_load): Delete unused function.
10199 (_initialize_dink32_rom): Delete #if0ed code.
10200 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10201
10202 * tui/tui-command.c: Update references.
10203 * tui/tui-io.c: Update references.
10204 * tui/tui-command.h: Update copyright.
10205 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10206
10207 * source.c (ambiguous_line_spec): Delete never-defined function.
10208 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10209 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10210 * cli/cli-cmds.c (validate_comname): Ditto.
10211
10212 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10213 "tui-data.h".
10214 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10215 (tui_show_disassem): Rename tuiShowDisassem.
10216 (tui_show_disassem_and_update_source): Rename
10217 tuiVerticalDisassemScroll.
10218 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10219 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10220 * tui/tui.h: Update copyright.
10221 (enum tui_status): Define.
10222 * tui/tui-data.h (enum tui_scroll_direction): Define.
10223 * tui/tui-disasm.c: Update copyright. Update references.
10224 * tui/tui-winsource.c: Update copyright. Update references.
10225 * tui/tui-win.c: Update references.
10226 * tui/tui-layout.c: Update references.
10227
10228 2004-01-20 Andrew Cagney <cagney@redhat.com>
10229
10230 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10231 sym2 to start of block.
10232
10233 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10234
10235 * MAINTAINERS: Delete mmalloc.
10236 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10237 * NEWS: Mention removal of --with-malloc.
10238 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10239 * config.in: Regenerate.
10240 * configure: Regenerate.
10241 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10242 USE_MMALLOC, MMCHECK_FORCE.
10243 * gdbinit.in: Remove mmalloc.
10244 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10245 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10246 * config/i386/go32.mh: Likewise.
10247 * config/i386/interix.mh: Likewise.
10248 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10249
10250 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10251
10252 * linespec.c (decode_variable, symtab_from_filename): Call
10253 error_silent with error message instead of throwing an exception
10254 directly.
10255 * defs.h (error_silent, error_output_message): Add prototypes.
10256 (catch_exceptions_with_msg): Ditto.
10257 * utils.c (error_silent, error_output_message): New functions.
10258 * top.c (catch_exceptions_with_msg): New function.
10259
10260 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10261
10262 * mi/mi-cmds.h (enum print_values): Add definition.
10263
10264 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10265 type and value for simple data types and just the name and type
10266 for complex ones, if required.
10267
10268 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10269 children, if required.
10270
10271 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10272
10273 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10274 unused declarations.
10275
10276 2004-01-19 Andrew Cagney <cagney@redhat.com>
10277
10278 * top.h (mapped_symbol_files): Delete declaration.
10279 * main.c (captured_main): Delete option "m" and "mapped".
10280 * objfiles.c (mapped_symbol_files): Delete variable.
10281 * symfile.c (symbol_file_command): Delete mmap code.
10282 (symbol_file_add_with_addrs_or_offsets): Ditto.
10283 (add_symbol_file_command, reread_separate_symbols): Ditto.
10284 * objfiles.h (OBJF_MAPPED): Delete.
10285 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10286 (free_objfile) [USE_MMALLOC]: Ditto.
10287 (open_existing_mapped_file): Delete function.
10288 (open_mapped_file): Delete function.
10289 (map_to_file): Delete function.
10290
10291 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10292
10293 * infrun.c (step_into_function): Account for possible breakpoint
10294 adjustment when computing ``stop_func_start''.
10295
10296 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10297
10298 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10299 the region size against the size of a pointer, not the size of
10300 a register as given by DEPRECATED_REGISTER_SIZE.
10301
10302 2004-01-19 Andrew Cagney <cagney@redhat.com>
10303
10304 * tui/tui-regs.h: Include "tui-data.h".
10305 (tuiFirstRegElementNoInLine): Delete declaration.
10306 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
10307 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
10308 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
10309 (tui_calculate_regs_column_count): Rename
10310 tuiCalculateRegsColumnCount.
10311 (tui_check_register_values): Rename tuiCheckRegisterValues.
10312 (tui_show_registers): Rename tuiShowRegisters.
10313 (tui_display_registers_from_line): Rename
10314 tuiDisplayRegistersFromLine.
10315 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
10316 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
10317 (tui_first_reg_element_no_inline): Rename
10318 tuiFirstRegElementNoInLine.
10319 * tui/tui-data.h: Update copyright.
10320 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
10321 * tui/tui-windata.c: Update copyright, update references.
10322 * tui/tui-regs.c: Update copyright, update references.
10323 * tui/tui-win.c: Update copyright, update references.
10324 * tui/tui-layout.c: Update copyright, update references.
10325
10326 2004-01-18 Andrew Cagney <cagney@redhat.com>
10327
10328 * tui/tui-io.c: Update copyright.
10329 (key_is_end_sequence, key_is_backspace): New functions.
10330 (key_is_command_char, key_is_start_sequence): New function.
10331 (tui_getc): Update references.
10332 * tui/tui-io.h: Update copyright.
10333 (m_tuiStartNewLine): Delete macro.
10334 (m_isBackspace, m_isDeleteChar): Delete macros.
10335 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
10336 (m_isNextPage, m_isPrevPage): Delete macros.
10337 (m_isLeftArrow, m_isRightArrow): Delete macros.
10338 (m_isXdbStyleCommandChar): Delete macro.
10339 (key_is_start_sequence): Declare, replace m_isStartSequence.
10340 (key_is_end_sequence): Declare, replace m_isEndSequence.
10341 (key_is_backspace): Declare ,replace m_isBackspace.
10342 (key_is_command_char): Declare, replace m_isCommandChar.
10343 * tui/tui-command.c: Update copyright.
10344 (tuiDispatchCtrlChar): Update references.
10345
10346 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
10347 tuiSourceWin.h.
10348
10349 * tui/tui-command.c: Rename tui/tuiCommand.c.
10350 * tui/tui-command.h: Rename tui/tuiCommand.h.
10351 * tui/tui-data.c: Rename tui/tuiData.c.
10352 * tui/tui-data.h: Rename tui/tuiData.h.
10353 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10354 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10355 * tui/tui-io.c: Rename tui/tuiIO.c.
10356 * tui/tui-io.h: Rename tui/tuiIO.h.
10357 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10358 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10359 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10360 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10361 * tui/tui-source.c: Rename tui/tuiSource.c.
10362 * tui/tui-source.h: Rename tui/tuiSource.h.
10363 * tui/tui-stack.c: Rename tui/tuiStack.c.
10364 * tui/tui-stack.h: Rename tui/tuiStack.h.
10365 * tui/tui-win.c: Rename tui/tuiWin.c.
10366 * tui/tui-win.h: Rename tui/tuiWin.h.
10367 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10368 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10369 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10370 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10371 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10372 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10373 * tui/tui-file.c: Update includes.
10374 * tui/tui-hooks.c: Update includes.
10375 * tui/tui-interp.c: Update includes.
10376 * tui/tui.c: Update includes.
10377 * Makefile.in: Update all tui/ dependencies.
10378 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10379
10380 * Makefile.in: Update copyright. Update dependencies.
10381
10382 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10383 problem.
10384
10385 2004-01-18 Andrew Cagney <cagney@redhat.com>
10386
10387 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
10388 instead of register_gdbarch_init.
10389
10390 * remote-sds.c (tohex): Delete unused function. Update copyright.
10391 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
10392 * v850-tdep.c (v850_register_virtual_size): Ditto.
10393 * target.c (normal_target_post_startup_inferior): Ditto.
10394 * source.c (ambiguous_line_spec): Ditto.
10395 * remote.c (adapt_remote_get_threadinfo): Ditto.
10396 * mi/mi-out.c (out_field_fmt): Ditto.
10397 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
10398 (output_control_change_notification): Ditto.
10399 * m68k-tdep.c (m68k_register_byte): Ditto.
10400 (m68k_remote_breakpoint_from_pc): Ditto.
10401 * ui-out.c (init_ui_out_state): Delete unused declaration.
10402 * stabsread.c (search_value): Ditto.
10403 * mi/mi-cmd-env.c (env_cli_command): Ditto.
10404 * maint.c (print_section_table): Ditto.
10405 * infrun.c (set_follow_fork_mode_command): Ditto.
10406
10407 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10408
10409 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
10410 DW_CFA_def_cfa_exporession. Add support for
10411 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
10412 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
10413
10414 2004-01-18 Andrew Cagney <cagney@redhat.com>
10415
10416 * ocd.c: Update copyright.
10417 (bdm_read_register_command): Delete unused function.
10418 (_initialize_remote_ocd): Delete commented out reference.
10419 (get_quoted_char, reset_packet): Delete #if0ed function.
10420 (output_packet, put_quoted_char): Delete #if0ed function.
10421 (stu_put_packet, stu_get_packet): Delete #if0ed function.
10422 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
10423 (BDM_BREAKPOINT): Delete #if0ed macro.
10424 (remote_timeout): Delete #if0ed variable.
10425
10426 2004-01-18 Mark Kettenis <kettenis@gnu.org>
10427
10428 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
10429 (core-sol2.o): Remove dependency.
10430 * core-sol2.c: Remove file.
10431
10432 2004-01-17 Andrew Cagney <cagney@redhat.com>
10433
10434 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
10435 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
10436 enums.
10437
10438 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10439
10440 * remote.c: Update copyright years.
10441
10442 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10443
10444 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
10445
10446 2004-01-17 Andrew Cagney <cagney@redhat.com>
10447
10448 * mdebugread.c: Update copyright.
10449 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
10450 (parse_type, parse_procedure): Ditto.
10451 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
10452
10453 * cris-tdep.c (cris_store_struct_return): Put back accidently
10454 deleted function.
10455
10456 * gdbarch.sh: Update copyright year.
10457 * gdbarch.h, gdbarch.c: Re-generate.
10458
10459 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10460
10461 Suggested by George Anzinger.
10462 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
10463 correct stack offset. Include unknown opcode numbers in the error
10464 message.
10465
10466 2004-01-17 Andrew Cagney <cagney@redhat.com>
10467
10468 * x86-64-tdep.c (x86_64_init_abi): No need to clear
10469 extract_struct_value_address, i386 does not set it.
10470 * sparc64-tdep.c (sparc64_init_abi): Do not set
10471 extract_struct_value_address, never called.
10472 (sparc64_extract_struct_value_address): Delete function.
10473 * m68hc11-tdep.c: Update copyright.
10474 (m68hc11_gdbarch_init): Delete redundant assignment of
10475 extract_struct_value_address.
10476 * i386-tdep.c: Update copyright.
10477 (i386_gdbarch_init): Do not set extract_struct_value_address,
10478 never called.
10479 (i386_extract_struct_value_address): Delete function.
10480 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
10481 extract_struct_value_address, never called.
10482 (sparc32_extract_struct_value_address): #if 0 function. Add
10483 comments explaining its future.
10484
10485 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10486
10487 * arm-tdep.c (arm_write_pc): New function.
10488 (arm_gdbarch_init): Call set_gdbarch_write_pc.
10489
10490 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
10491
10492 * breakpoint.c (must_shift_inst_regs): Delete.
10493 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
10494 and SHIFT_INST_REGS.
10495 * infcmd.c (step_1, step_1_continuation): Delete references to
10496 SHIFT_INST_REGS.
10497 * infrun.c (keep_going): Likewise.
10498 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
10499 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
10500
10501 2004-01-17 Andrew Cagney <cagney@redhat.com>
10502
10503 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10504 * gdbarch.h, gdbarch.c: Re-generate.
10505 * infcmd.c (print_return_value): Delete reference to
10506 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
10507
10508 * cris-tdep.c (cris_gdbarch_init): Do not set
10509 deprecated_extract_struct_value_address.
10510
10511 * xstormy16-tdep.c: Update copyright.
10512 (xstormy16_extract_struct_value_address): Update to current
10513 extract struct value address interface.
10514 (xstormy16_gdbarch_init): Set extract_struct_value_address.
10515 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
10516 current extract struct value address interface.
10517 (sh64_gdbarch_init): Set extract_struct_value_address.
10518
10519 * cris-tdep.c: Update copyright.
10520 (cris_extract_struct_value_address): Delete function.
10521 (struct_return_address): Delete variable.
10522 (cris_store_struct_return): Do not set struct_return_address.
10523
10524 * mcore-tdep.c: Update copyright.
10525 (mcore_extract_struct_value_address): Delete function. Update
10526 comments.
10527 (mcore_gdbarch_init): Update.
10528 * mn10300-tdep.c: Update copyright.
10529 (mn10300_extract_struct_value_address): Delete function.
10530 (mn10300_gdbarch_init): Update.
10531 * v850-tdep.c: Update copyright.
10532 (v850_extract_struct_value_address): Delete.
10533 (v850_gdbarch_init): Update.
10534 * ns32k-tdep.c: Update copyright.
10535 (ns32k_extract_struct_value_address): Delete.
10536 (ns32k_gdbarch_init): Update.
10537 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10538 (hppa_gdbarch_init): Update.
10539 * vax-tdep.c: Update copyright.
10540 (vax_extract_struct_value_address): Delete.
10541 (vax_gdbarch_init): Update.
10542
10543 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10544 * gdbarch.h, gdbarch.c: Re-generate.
10545 * procfs.c (procfs_fetch_registers): Delete reference to
10546 DEPRECATED_NPC_REGNUM.
10547 (procfs_store_registers): Ditto.
10548 * regcache.c (generic_target_write_pc): Simplify.
10549 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
10550
10551 * core-sol2.c (fetch_core_registers): Replace
10552 DEPRECATED_NPC_REGNUM with equivalent tdep value.
10553
10554 * hppa-tdep.c: Update copyright year.
10555 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
10556 NPC_REGNUM.
10557 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
10558
10559 * mips-tdep.c (mips_write_pc): New function.
10560 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
10561 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
10562 (mips_find_saved_regs, mips_software_single_step: Ditto.
10563 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
10564 mips_init_extra_frame_info, mips_pop_frame): Ditto.
10565
10566 2004-01-17 Andrew Cagney <cagney@redhat.com>
10567
10568 * mips-tdep.c: Re-indent. Group functions by ABI.
10569
10570 2004-01-17 Andrew Cagney <cagney@redhat.com>
10571
10572 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
10573 * gdbarch.c: Re-generate.
10574 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10575 DECR_PC_AFTER_BREAK to zero.
10576 * vax-tdep.c (vax_gdbarch_init): Ditto.
10577 * v850-tdep.c (v850_gdbarch_init): Ditto.
10578 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10579 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10580 * sh-tdep.c (sh_gdbarch_init): Ditto.
10581 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10582 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10583 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10584 * mips-tdep.c (mips_gdbarch_init): Ditto.
10585 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10586 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10587 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10588 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10589 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10590 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10591 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10592 * frv-tdep.c (frv_gdbarch_init): Ditto.
10593 * cris-tdep.c (cris_gdbarch_init): Ditto.
10594 * avr-tdep.c (avr_gdbarch_init): Ditto.
10595 * arm-tdep.c (arm_gdbarch_init): Ditto.
10596 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
10597
10598 2004-01-17 J. Brobecker <brobecker@gnat.com>
10599
10600 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
10601 Delete, no longer used.
10602 (read_subrange_type): New function, mostly extracted from
10603 read_array_type().
10604 (read_array_type): Replace extracted code by call to
10605 read_subrange_type().
10606 (dwarf2_get_attr_constant_value): New function.
10607 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
10608 (add_partial_symbol): Likewise.
10609 (process_die): Likewise.
10610 (new_symbol): Likewise.
10611 (read_type_die): Likewise.
10612
10613 2004-01-16 Andrew Cagney <cagney@redhat.com>
10614
10615 * symfile.c: Update copyright year.
10616 (compare_symbols): Delete unused function.
10617 * stabsread.c: Update copyright year.
10618 (lrs_general_complaint): Delete unused function.
10619 (ref_search_value): Ditto.
10620 (get_substring): Delete declaration.
10621 * sh64-tdep.c: Update copyright year.
10622 (sh64_get_gdb_regnum): Delete unused function.
10623 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
10624 Delete unused function.
10625
10626 2004-01-17 Mark Kettenis <kettenis@gnu.org>
10627
10628 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
10629 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
10630
10631 2004-01-16 Andrew Cagney <cagney@redhat.com>
10632
10633 Changes from Peter Schauer.
10634 * rs6000-tdep.c: Update copyright year.
10635 (rs6000_push_dummy_call): Update the stack pointer before
10636 accessing the corresponding stack region.
10637 * rs6000-nat.c: Update copyright year.
10638 (set_host_arch): Set "info.abfd" to "exec_bfd".
10639
10640 2004-01-15 Mark Kettenis <kettenis@gnu.org>
10641
10642 * blockframe.c: Update copyright year.
10643 (inside_entry_func): Don't treat a zero PC specially.
10644
10645 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
10646
10647 * gcore.c (gcore_copy_callback): Use paddr_d to print size
10648 variable.
10649 (gcore_create_callback): Ditto. Skip any memory segment that has
10650 no permissions set.
10651
10652 2004-01-14 David Carlton <carlton@kealia.com>
10653
10654 Change symbols for C++ nested types to contain the fully qualified
10655 name, if possible. (At least in the DWARF-2 case.) Partial fix
10656 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
10657 c++/895.
10658 * c-exp.y (qualified_type): Handle types nested within classes.
10659 * cp-namespace.c: Update comments.
10660 (cp_set_block_scope): Delete #if 0.
10661 (cp_lookup_nested_type): Handle types nested within classes.
10662 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
10663 when appropriate.
10664 (add_partial_symbol): Add the name of the enclosing namespace to
10665 types.
10666 (pdi_needs_namespace): New.
10667 (add_partial_namespace): Tweak comment.
10668 (add_partial_structure): New.
10669 (psymtab_to_symtab_1): Initialize processing_current_prefix
10670 here...
10671 (process_die): instead of here.
10672 (read_structure_scope): Try to figure out the name of the class or
10673 namespace that the structure might be defined within.
10674 (read_enumeration): Generate fully-qualified names, if possible.
10675 (read_namespace): Don't set name to NULL.
10676 (die_specification): New.
10677 (new_symbol): Generate fully-qualified names for types.
10678 (read_type_die): Determine appropriate prefix.
10679 (determine_prefix): New.
10680 (typename_concat): New.
10681 (class_name): New.
10682 * valops.c (value_aggregate_elt): Pass NOSIDE to
10683 value_struct_elt_for_reference.
10684 (value_struct_elt_for_reference): Make static, add NOSIDE
10685 parameter, call value_maybe_namespace_elt as a last resort.
10686 (value_namespace_elt): Break out code into
10687 value_maybe_namespace_elt.
10688 (value_maybe_namespace_elt): New.
10689
10690 2004-01-12 Andrew Cagney <cagney@redhat.com>
10691
10692 * mips-tdep.c (mips_convert_register_p): Handle both raw and
10693 cooked floating-point registers.
10694 (mips_gdbarch_init): Set convert_register_p, register_to_value,
10695 and value_to_register.
10696
10697 2004-01-13 Andrew Cagney <cagney@redhat.com>
10698
10699 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
10700 * gdbarch.c: Re-generate.
10701 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10702 FUNCTION_START_OFFSET.
10703 * v850-tdep.c (v850_gdbarch_init): Ditto.
10704 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10705 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10706 * sh-tdep.c (sh_gdbarch_init): Ditto.
10707 * s390-tdep.c (s390_gdbarch_init): Ditto.
10708 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10709 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10710 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10711 * mips-tdep.c (mips_gdbarch_init): Ditto.
10712 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10713 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10714 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10715 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10716 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10717 * i386-tdep.c (i386_gdbarch_init): Ditto.
10718 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10719 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10720 * frv-tdep.c (frv_gdbarch_init): Ditto.
10721 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10722 * cris-tdep.c (cris_gdbarch_init): Ditto.
10723 * avr-tdep.c (avr_gdbarch_init): Ditto.
10724 * arm-tdep.c (arm_gdbarch_init): Ditto.
10725 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10726
10727 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
10728
10729 * infrun.c (follow_fork_mode_ask): Remove.
10730 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
10731 (follow_fork): Simplify and remove internal error for
10732 follow_fork_mode_ask.
10733 (_initialize_infrun): Update "set follow-fork-mode" help text.
10734
10735 2004-01-13 Andrew Cagney <cagney@redhat.com>
10736
10737 * configure.in: Update copyright year.
10738 (build_warnings): Add -Wunused-label.
10739 * configure: Re-generate.
10740
10741 2004-01-12 Andrew Cagney <cagney@redhat.com>
10742
10743 * exec.h (exec_ops): Make "extern".
10744
10745 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
10746 the function is void.
10747 (mips_pseudo_register_write): Ditto.
10748
10749 2004-01-12 Andrew Cagney <cagney@redhat.com>
10750
10751 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
10752 call. Never defined.
10753 * sparc-tdep.h (struct frame_info): Add opaque declaration.
10754 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
10755 (struct sparc_gregset, struct regcache): Ditto.
10756 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
10757
10758 2004-01-12 Andrew Cagney <cagney@redhat.com>
10759
10760 * mi/ChangeLog: Delete file. Renamed to ...
10761 * mi/ChangeLog-1999-2003: New file.
10762 * tui/ChangeLog: Delete file. Renamed to ...
10763 * tui/ChangeLog-1998-2003: New file.
10764
10765 2004-01-11 Mark Kettenis <kettenis@gnu.org>
10766
10767 * sparc64nbsd-tdep.c: Include "regset.h".
10768 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
10769 Remove variables.
10770 (fetch_core_registers): Remove function.
10771 (sparc64nbsd_core_fns): Remove variable.
10772 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
10773 functions.
10774 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
10775 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10776 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
10777
10778 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
10779 sparc_extract_struct_value_address.
10780 (sparc32_gdbarch_init): Set extract_struct_value_address.
10781 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
10782 function.
10783 (sparc64_init_abi): Set extract_struct_value_address. Don't set
10784 return_value_on_stack.
10785
10786 * NEWS: Mention that %cs and %ss have been added to the AMD64
10787 configurations
10788
10789 * frame.c: Update copyright year.
10790 (get_prev_frame): Improve comment.
10791
10792 * sparc64fbsd-tdep.c: Include "regset.h".
10793 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10794 Remove variables.
10795 (fetch_core_registers): Remove function.
10796 (sparc64fbsd_core_fns): Remove variable.
10797 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
10798 functions.
10799 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
10800 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10801 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
10802
10803 * sparcnbsd-tdep.c: Include "regset.h".
10804 (fetch_core_registers): Remove function.
10805 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
10806 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
10807 functions.
10808 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
10809 TDEP->fpregset.
10810 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
10811
10812 * sparc-tdep.h (struct regset): Provide opaque declaration.
10813 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
10814 fpregset and sizeof_fpregset members.
10815 * sparc-tdep.c (struct regset): Provide opaque declaration.
10816 (sparc_regset_from_core_section): New function.
10817 (sparc32_gdbarch_init): Initialize TDEP->gregset,
10818 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
10819 Set regset_from_core_section when appropriate.
10820
10821 2004-01-10 Mark Kettenis <kettenis@gnu.org>
10822
10823 * x86-64-tdep.c (amd64_non_pod_p): New function.
10824 (amd64_classify_aggregate): Return class memory for non-POD
10825 C++ structure types.
10826
10827 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
10828 argument. Use it to reserve a register if necessary.
10829 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
10830 amd64_push_arguments.
10831
10832 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
10833
10834 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
10835 register numbers in comments.
10836 * x86-64-tdep.h: Update copyright year.
10837 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
10838 Adjust for addition of %cs and %ss.
10839 * amd64fbsd-nat.c: Update copyright year.
10840 (reg_offset): Add register offsets for %cs and %ss.
10841 * amd64fbsd-tdep.c: Update copyright year.
10842 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
10843 (amd64fbsd_sc_reg_offset): Likewise.
10844 * x86-64-linux-nat.c: Update copyright year.
10845 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
10846 and %ss.
10847 * amd64nbsd-nat.c: Update copyright year.
10848 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
10849 * amd64nbsd-tdep.c: Update copyright year.
10850 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
10851 * x86-64-linux-tdep.c: Update copyright year.
10852 (user_to_gdb_regmap): Add mapping for %cs and %ss.
10853 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
10854 * regformats/reg-x86-64.dat: Add %cs and %ss.
10855
10856 * blockframe.c (inside_entry_func): Reformat. Introduce new local
10857 variables to prevent long lines. Update comments to reflect
10858 reality.
10859
10860 2004-01-09 David Carlton <carlton@kealia.com>
10861
10862 Checked in by Elena Zannoni <ezannoni@redhat.com>.
10863 * dwarf2read.c (read_namespace): Pull out name-generating code
10864 into namespace_name. Rename previous_namespace to previous_prefix
10865 and processing_current_namespace to processing_current_prefix..
10866 (namespace_name): New function.
10867 (add_partial_symbol): Substitute uses of pdi->name with
10868 actual_name.
10869 * cp-support.h: Rename processing_current_namespace to
10870 processing_current_prefix.
10871 Update copyright year.
10872 * cp-namespace.c: Rename processing_current_namespace to
10873 processing_current_prefix.
10874 Update copyright year.
10875
10876 2004-01-09 Andrew Cagney <cagney@redhat.com>
10877
10878 * jv-valprint.c, ser-unix.c: Add missing copyright years.
10879
10880 2004-01-09 Mark Kettenis <kettenis@gnu.org>
10881
10882 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
10883 complaining.
10884 (process_one_symbol): Deal with N_PATCH stabs.
10885
10886 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
10887
10888 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
10889 ifdeffed code.
10890 Update copyright year.
10891
10892 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10893
10894 * config/pa/tm-hppa.h: Update extern declarations for
10895 hppa32_hpux_frame_saved_pc_in_sigtramp,
10896 hppa32_hpux_frame_base_before_sigtramp, and
10897 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
10898
10899 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10900
10901 * config/pa/tm-hppah.h: Update copyright years.
10902
10903 2004-01-08 Andrew Cagney <cagney@redhat.com>
10904
10905 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
10906 (mips_o32_reg_struct_has_addr): Delete function.
10907 (mips_gdbarch_init): Update.
10908 (mips_extract_struct_value_address): Delete function.
10909
10910 2004-01-08 David Mosberger <davidm@hpl.hp.com>
10911
10912 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
10913 reality.
10914
10915 2004-01-07 Andrew Cagney <cagney@redhat.com>
10916
10917 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
10918 architecture's elf flags (when available).
10919
10920 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
10921 FPU to the start, check the MIPS FPU when looking for an old
10922 architecture.
10923 (set_mipsfpu_single_command): Update the architecture.
10924 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
10925
10926 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
10927 (mips_mask_address_p): Add "tdep" parameter.
10928 (show_mask_address, mips_addr_bits_remove): Update.
10929 (mips_dump_tdep): Update.
10930 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
10931 (MIPS_STACK_ARGSIZE): Delete macro.
10932 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
10933 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
10934 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
10935 (mips_dump_tdep): Update.
10936 (MIPS_SAVED_REGSIZE): Delete macro.
10937 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
10938 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
10939 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
10940 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
10941 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
10942 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
10943 (mips_pop_frame, return_value_location): Update.
10944 (mips_n32n64_return_value, mips_dump_tdep): Update.
10945
10946 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
10947 MIPS ABI.
10948
10949 * mips-tdep.c: Update copyright.
10950 (mips_gdbarch_init): Merge two code blocks handling the register
10951 name and number layout.
10952
10953 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
10954
10955 * tracepoint.c (validate_actionline): Fix segv at EOF
10956
10957 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10958
10959 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
10960 properly for static fields.
10961
10962 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
10963 Jason Molenda <jmolenda@apple.com>
10964
10965 * disasm.c: Update copyright to include 2004.
10966 (do_mixed_source_and_assembly): For uiout asm list
10967 and tuple cleanups, initialize to null_cleanup instead of
10968 NULL and do so prior to loop. Only reset when we close off
10969 the tuple/list. Move check for whether to close off the
10970 asm tuple/list to after dump_insns call where it will be run
10971 on each loop iteration.
10972
10973 2004-01-05 Andrew Cagney <cagney@redhat.com>
10974
10975 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
10976 should be a switch case and not a label.
10977 * mips-tdep.c (mips32_next_pc): Delete unused labels
10978 "greater_equal_branch" and "less_zero_branch".
10979 * jv-valprint.c (java_print_value_fields): Delete unused label
10980 "flush_it".
10981
10982 * target.c (unpush_target): Only close a target that is in the
10983 target stack.
10984
10985 2004-01-05 Mark Kettenis <kettenis@gnu.org>
10986
10987 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
10988 address from [sp + 64] instead of %o2.
10989
10990 * frame.c (get_prev_frame): Don't try to unwind the PC. This
10991 fixes PR backtrace/1476.
10992
10993 2004-01-05 Andrew Cagney <cagney@redhat.com>
10994
10995 * libunwind-frame.h (struct frame_id): Add opaque declaration,
10996 move to start of file.
10997 * i386-tdep.h (struct regcache): Add opaque declaration.
10998 * config/ia64/nm-linux.h (struct target_ops): Add opaque
10999 declaration.
11000 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11001 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11002 * win32-nat.c (fake_create_process): Use ISO C style definition.
11003 * stabsread.c (define_symbol): Delete #ifndef
11004 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11005 stabs_argument_has_addr call, macro never defined.
11006
11007 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11008
11009 * op50-rom.c: Delete.
11010 * w89k-rom.c: Delete.
11011 * Makefile.in: Remove references.
11012
11013 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11014
11015 * x86-64-tdep.c: Update copyright year.
11016 (struct amd64_register_info): Rename from x86_64_register_info.
11017 (amd64_register_info): Rename from x86_64_register_info.
11018 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11019 (amd64_register_name): Rename from x86_64_register_name.
11020 (amd64_register_type): Rename from x86_64_register_type.
11021 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11022 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11023 (amd64_dwarf_reg_to_regnum): Rename from
11024 x86_64_dwarf_reg_to_regnum.
11025 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11026 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11027 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11028 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11029 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11030 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11031 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11032 (amd64_frame_cache): Rename from x86_64_frame_cache.
11033 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11034 (amd64_frame_prev_register): Rename from
11035 x86_64_frame_prev_register.
11036 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11037 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11038 (amd64_sigtramp_frame_cache): Rename from
11039 x86_64_sigtramp_frame_cache.
11040 (amd64_sigtramp_frame_prev_register): Rename from
11041 x86_64_sigtramp_frame_prev_register.
11042 (amd64_sigtramp_frame_unwind): Rename from
11043 x86_64_sigtramp_frame_unwind.
11044 (amd64_sigtramp_frame_sniffer): Rename from
11045 x86_64_sigtramp_frame_sniffer.
11046 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11047 (amd64_frame_base): Rename from x86_64_frame_base.
11048 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11049 (amd64_frame_align): Rename from x86_64_frame_align.
11050 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11051 (amd64_regset_from_core_section): Rename from
11052 x86_64_regset_from_core_section.
11053 (x86_64_init_abi): Update comments.
11054
11055 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11056
11057 * MAINTAINERS (write after approval): Add myself.
11058
11059 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11060
11061 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11062 `float' arguments.
11063
11064 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11065
11066 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11067 such that it mentions a specific version of GCC that exhibits this
11068 bug.
11069
11070 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11071
11072 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11073 structure that has a single `float' member, store it in %f1 in
11074 addition to %f0.
11075
11076 * sparc-sol2-nat.c: Add missing '\'.
11077
11078 * sparc-tdep.c (sparc32_return_value): New function.
11079 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11080 Remove functions.
11081 (sparc32_gdbarch_init): Set return_value, don't set
11082 extract_return_value, store_return_value, use_struct_convention
11083 and return_value_on_stack.
11084
11085 * sparc-sol2-nat.c: Add missing ')'.
11086
11087 2004-01-03 J. Brobecker <brobecker@gnat.com>
11088
11089 * infrun.c (handle_step_into_function): New function.
11090 (handle_inferior_event): Extract out some code into the new
11091 function above.
11092
11093 2004-01-03 J. Brobecker <brobecker@gnat.com>
11094
11095 * infrun.c (handle_inferior_event): Move the declaration of
11096 real_stop_pc inside the if blocks where it is used.
11097
11098 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11099
11100 * sparc64-tdep.c (sparc64_16_byte_align_p)
11101 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11102 Use check_typedef to get subtypes of structures and unions.
11103 (sparc64_store_return_value): Fix calculation of the appropriate
11104 offset into VALBUF when storing a structure or union.
11105 (sparc64_return_value): New function.
11106 (sparc64_use_struct_convention): Remove function.
11107 (sparc64_init_abi): Set return_value, don't set
11108 extract_return_value, store_return_value and
11109 use_struct_convention.
11110
11111 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
11112
11113 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11114 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11115 gdb/config/alpha/xm-alphaosf.h,
11116 gdb/config/powerpc/tm-ppcle-eabi.h,
11117 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11118 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11119 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11120 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11121 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11122 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11123 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11124 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11125 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11126 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11127 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11128 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11129 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11130 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11131 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11132 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11133 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11134 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11135 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11136 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11137 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11138 Remove lines for .cvsignore files.
11139
11140 2004-01-03 J. Brobecker <brobecker@gnat.com>
11141
11142 * infrun.c: Back out the previous change.
11143
11144 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11145
11146 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11147 sparc-*-sunos4* to the list of REMOVED configurations.
11148
11149 * configure.tgt: Add back sparc-*-vxworks*.
11150 * remote-vxsparc.c: Remove all includes except for "defs.h",
11151 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11152 Include "sparc-tdep.h".
11153 (SPARC_R_G1): New define.
11154 (vxsparc_gregset): New variable.
11155 (ext_format_sparc): Remove extern declaration.
11156 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11157 sparc32_supply_fpregset.
11158 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11159 sparc_collect_rwindow and sparc32_collect_fpregset.
11160 * config/sparc/tm-vxworks.h: New file, based on recently removed
11161 tm-vxsparc.h.
11162 * config/sparc/vxworks.mt: New file, based on recently removed
11163 vxworks.mt.
11164
11165 2004-01-03 J. Brobecker <brobecker@gnat.com>
11166
11167 * infrun.c (handle_step_into_function): New function.
11168 (handle_inferior_event): Extract out some code into the new
11169 function above.
11170
11171 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11172
11173 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11174 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11175 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11176 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11177 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11178 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11179 (sparc_nat_h): New variable.
11180 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11181 (tm-sun4os4.h): Remove dependency.
11182 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11183 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11184 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11185 sparc-tdep.o): Update dependencies.
11186 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11187 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11188 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11189 dependencies.
11190 * configure.host: Remove existing sparc-*-lynxos*,
11191 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11192 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11193 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11194 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11195 triplets.
11196 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11197 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11198 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11199 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11200 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11201 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11202 sparc64-*-solaris2* and sparc64-*-* triplets.
11203 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11204 "symtab.h" and "objfiles.h".
11205 (BIAS): Remove define.
11206 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11207 (X_DISP19): Remove macros.
11208 (sparc_fetch_instruction): Remove function.
11209 (struct gdbarch_tdep): Remove definition.
11210 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11211 (sparc_breakpoint_from_pc): Remove function.
11212 (struct sparc64_frame_cache): Remove definition.
11213 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11214 sparc64_unwind_pc): Remove functions.
11215 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11216 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11217 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11218 (sparc64_frame_cache): Change return type to `struct
11219 sparc_frame_cache *'. Simply call sparc_frame_cache.
11220 (sparc64_frame_this_id, sparc64_frame_prev_register,
11221 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11222 instead of `struct sparc64_frame_cache.
11223 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11224 sparc_analyze_control_transfer, sparc_software_single_step,
11225 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11226 _initialize_sparc64_tdep): Remove functions.
11227 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11228 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11229 macros.
11230 (sparc64_supply_gregset, sparc64_collect_gregset,
11231 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11232 (sparc64_init_abi): New function.
11233 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11234 inclusion guard. Include "sparc-tdep.h".
11235 (BIAS): Define.
11236 (r_tstate_offset, r_fprs_offset): New defines.
11237 (enum sparc_regnum): Remove defenition.
11238 (enum sparc64_regnum): Reformat.
11239 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11240 (sparc64_init_abi, sparc64_supply_gregset,
11241 sparc64_collect_gregset, sparc64_supply_fpregset,
11242 sparc64_collect_fpregset): New prototypes.
11243 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11244 Add extern declarations.
11245 (sparc64_sol2_init_abi): New prototype.
11246 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11247 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11248 prototypes.
11249 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11250 "sparnbsd-nat.h".
11251 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11252 functions.
11253 (_initialize_sparc64fbsd_nat): Remove initialization of
11254 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11255 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
11256 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
11257 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11258 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11259 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11260 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11261 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11262 (sparc64fbsd_r_y_offset): Remove variables.
11263 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11264 Make static and const.
11265 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11266 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11267 functions.
11268 (sparc64fbsd_gregset): New variable.
11269 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11270 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11271 and sparc64_supply_fpregset.
11272 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11273 (sparc64fbsd_sigtramp_frame_this_id)
11274 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11275 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11276 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11277 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11278 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11279 * sparcnbsd-tdep.c: Update copyright year. Include
11280 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11281 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11282 "value.h" and "sparcnbsd-tdep.h".
11283 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11284 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11285 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11286 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11287 defines.
11288 (sparcnbsd_gregset): New variable.
11289 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11290 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11291 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11292 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11293 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11294 variables.
11295 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11296 (sparc32nbsd_sigcontext_frame_this_id)
11297 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11298 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11299 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11300 (sparcnbsd_get_longjmp_target_32,
11301 sparcnbsd_get_longjmp_target_64): Remove functions.
11302 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
11303 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
11304 sparcnbsd_init_elf): Remove.
11305 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
11306 (sparcnbsd_elf_init_abi): New functions.
11307 (_initialize_sparcnbsd_tdep): New prototype.
11308 (_initialize_sparnbsd_tdep): Update.
11309 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
11310 corelow.o. Add sparc64-nat.o and sparc-nat.o.
11311 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
11312 * config/sparc/linux.mh: Update comment.
11313 (XM_FILE, HOST_IPC): Remove variables.
11314 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
11315 sparc-linux-nat.o.
11316 * config/sparc/linux.mt: Update comment.
11317 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
11318 * config/sparc/nbsd.mt: Reformat.
11319 * config/sparc/nbsd64.mh: Update comment.
11320 (NATDEPFILES): Add sparc-nat.o.
11321 * config/sparc/nbsd64.mt: Update comment.
11322 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
11323 (TM_FILE): Set to tm-nbsd.h.
11324 * config/sparc/nbsdelf.mh: Update comment.
11325 (NATDEPFILES): Add sparc-nat.o.
11326 (XM_FILE): Delete.
11327 * config/sparc/nbsdaout.mh: Update comment.
11328 (NATDEPFILES): Add sparc-nat.o
11329 (XM_FILE): Delete.
11330 * config/sparc/nm-linux.h: Update copyright year. Don't include
11331 "config/nm-svr4.h" and "solib.h". Add protection against multiple
11332 inclusion.
11333 (KERNEL_U_SIZE): Remove define.
11334 (kernel_u_size): Remove prototype.
11335 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
11336 * config/sparc/nm-nbsd.h: Update copyright. Don't include
11337 "regcache.h".
11338 (CHILD_PREPARE_TO_STORE): Remove define.
11339 * config/sparc/nm-nbsdaout.h: Tweak some comments.
11340 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
11341 sparcnbsd-nat.c: Rewrite files.
11342 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
11343 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
11344 sparcnbsd-tdep.h: Remove files.
11345 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
11346 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
11347 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
11348 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
11349 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11350 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11351 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11352 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11353 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11354 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11355 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11356 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11357 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11358 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11359 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11360 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11361 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11362 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11363 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11364
11365 2004-01-02 Andrew Cagney <cagney@redhat.com>
11366
11367 From 2003-12-18 Kazuhiro Inaoka:
11368 * configure.host: Add m32r-linux target.
11369
11370 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11371
11372 * top.c (print_gdb_version): Update year to 2004.
11373
11374 2004-01-02 Mark Mitchell <mark@codesourcery.com>
11375
11376 * MAINTAINERS: Add myself to the write-after-approval category.
11377
11378 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
11379
11380 From Bernardo Innocenti <bernie@develer.com>:
11381 * configure.tgt: Add uClinux target.
11382
11383 2004-01-02 Andrew Cagney <cagney@redhat.com>
11384
11385 * utils.c (do_my_cleanups): Make static, add forward declaration.
11386 * defs.h (do_my_cleanups): Delete declaration.
11387
11388 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
11389
11390 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
11391 bfd/ChangeLog-0203.
11392
11393 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11394
11395 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
11396 in <machine/reg.h>.
11397 * configure, config.in: Regenerate.
11398
11399 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
11400 tui/ChangeLog-1998-2003.
11401 \f
11402 Local Variables:
11403 mode: change-log
11404 left-margin: 8
11405 fill-column: 74
11406 version-control: never
11407 End:
This page took 0.330975 seconds and 5 git commands to generate.