* inf-ttrace.c: Include "gdbthread.h".
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2004-12-07  Mark Kettenis  <kettenis@gnu.org>
2
3         * inf-ttrace.c: Include "gdbthread.h".
4         (inf_ttrace_num_lwps): New variable.
5         (inf_ttrace_num_lwps_in_syscall): Renamed from
6         inf_ttrace_num_threads_in_syscall.
7         (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
8         TTEVT_LWP_TERMINATE events.
9         (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
10         zero.
11         (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
12         (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
13         Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
14         events.
15         (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
16         default.  Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
17         TTEVT_LWP_TERMINATE events.
18         (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
19         (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
20         * Makefile.in (inf-ttrace.o): Update dependencies.
21
22         * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
23         prototypes.
24         * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
25         Make global.  Remove HP-UX specific code.  Use
26         frame_unwind_register_unsigned instead of
27         frame_unwind_register_signed.
28         (hppa_write_pc): Rename from hppa_target_write_pc.  Make global.
29         Remove HP-UX specific code.
30         (hppa_unwind_pc): Make global.  Remove HP-UX specific code.
31         (hppa_frame_prev_register_helper): Set "flags" register to zero
32         for all unwound frames.
33         (hppa_gdbarch_init): Adjust.
34         * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
35         (hppa_hpux_read_pc, hppa_hpux_write_pc)
36         (hppa_hpux_unwind_pc): New functions.
37         (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
38
39 2004-12-07  Andreas Schwab  <schwab@suse.de>
40
41         * main.c (long_options): Add entry for "-l".
42         (print_gdb_help): Add line for -l option.
43         * NEWS: Mention it.
44
45 2004-12-05  Randolph Chung  <tausq@debian.org>
46
47         * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
48         DEPRECATED_REGISTER_BYTE.
49
50 2004-12-05  Randolph Chung  <tausq@debian.org>
51
52         * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
53         records.
54
55 2004-12-05  Mark Kettenis  <kettenis@gnu.org>
56
57         * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
58         * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
59
60         * hppa-hpux-tdep.c: Update copyright notice and year.
61
62 2004-12-05  Richard Earnshaw  <rearnsha@arm.com>
63
64         * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
65         (get_field, put_field): Assert that the format is one we can handle.
66         Simplify logic accordingly.
67         (floatformat_normalize_byteorder): New function.
68         (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
69         to normalize and select modified byte order. Pass modified byte order
70         to get_field.
71         (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa): 
72         Likewise.
73         (convert_doublest_to_floatformat): Select an appropriate intermediate
74         byte order if necessary.  Always convert to the final format before
75         returning.
76
77 2004-12-04  Daniel Jacobowitz  <dan@debian.org>
78
79         PR tui/1703
80         * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
81         Suggested by Joshua Neuheisel.
82
83 2004-12-03  Randolph Chung  <tausq@debian.org>
84
85         * gdbarch.sh (instruction_nullified): Delete.
86         * gdbarch.c: Regenerate.
87         * gdbarch.h: Regenerate.
88         * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
89         nullified.
90         (hppa_unwind_pc): Likewise. 
91         (hppa_instruction_nullified): Delete.
92         (hppa_gdbarch_init): Don't set instruction_nullified method.
93         * infrun.c (infwait_states): Remove infwait_nullified_state.
94         (handle_inferior_event): Remove handling of infwait_nullified_state.
95         Remove handling of nullified instructions.
96
97 2004-12-03  Mark Kettenis  <kettenis@gnu.org>
98
99         * inf-ttrace.c: Include <sys/mman.h>.
100         (struct inf_ttrace_page): New.
101         (struct inf_ttrace_page_dict): New.
102         (inf_ttrace_num_threads_in_syscall)
103         (inf_ttrace_reenable_page_protections): New variables.
104         (inf_ttrace_enable_syscall_events)
105         (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
106         (inf_ttrace_add_page, inf_ttrace_insert_page)
107         (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
108         (inf_ttrace_enable_page_protections)
109         (inf_ttrace_disable_page_protections)
110         (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
111         (inf_ttrace_can_use_hw_breakpoint)
112         (inf_ttrace_region_size_ok_for_hw_watchpoint)
113         (inf_ttrace_stopped_by_watchpoint): New functions.
114         (inf_ttrace_him): Remove unsused varaible `tts'.
115         (inf_ttrace_create_inferior): Add assertionts.
116         (inf_ttrace_mourn_inferior): Clear page dictionary.
117         (inf_ttrace_attach): Set initial event mask.
118         (inf_ttrace_detach): Reset number of threads in system call.
119         (inf_ttrace_wait): Deal with system call events.
120         (inf_ttrace_target): Initialize "hardware" watchpoint-related
121         parts of the target vector.
122         (_initialize_inf_ttrace): New prototype and function.
123
124         * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
125         type of `gp' variable.
126
127 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
128
129         * README: Remove config.if from directory listing.
130
131 2004-12-01  Joel Brobecker  <brobecker@gnat.com>
132
133         * alpha-tdep.c (alpha_register_name): Add comment.
134         (alpha_cannot_fetch_register): Exclude registers numbers which
135         are no longer used from the list of registers that can be fetched.
136         (alpha_cannot_store_register): Exclude registers numbers which
137         are no longer used from the list of registers that can be stored.
138         * alpha-nat.c (fetch_osf_core_registers): Add missing value in
139         core_reg_mapping array.
140
141 2004-12-01  Joel Brobecker  <brobecker@gnat.com>
142
143         * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
144         the register value from the correct frame.
145
146 2004-11-30  Randolph Chung  <tausq@debian.org>
147
148         * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
149         (hppa_linux_in_dyncall): Check that we are inside the range of 
150         $$dyncall, not necessarily at the first insn.
151         (hppa_linux_in_solib_call_trampoline): Identify a trampoline 
152         even if the pc does not point to the first insn of the trampoline.
153
154 2004-11-30  Randolph Chung  <tausq@debian.org>
155
156         * breakpoint.c (break_at_finish_command): Delete.
157         (break_at_finish_command_1): Delete.
158         (break_at_finish_at_depth_command): Delete.
159         (break_at_finish_at_depth_command_1): Delete.
160         (tbreak_at_finish_command): Delete.
161         * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
162         and bx commands.
163
164 2004-11-30  Andrew Cagney  <cagney@gnu.org>
165
166         * config/nm-gnu.h: Delete file.
167         * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
168
169         * config/nm-sysv4.h: Delete file.
170         * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
171         * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
172         * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
173         * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
174         * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
175
176 2004-11-29  Andrew Cagney  <cagney@gnu.org>
177
178         * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
179         Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
180         as can-commit architecture developers.
181         
182 2004-11-29  Mark Kettenis  <kettenis@gnu.org>
183
184         * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
185         (sparc32_skip_prologue): Skip instructions that store arguments in
186         registers into their corresponding stack slots.
187
188         * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
189         tm-solib.h.
190         * config/m68k/obsd.mh (NAT_FILE): Likewise.
191
192         * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
193         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
194         * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
195         sparc32nbsd_elf_init_abi.  Remove duplicate code.
196
197         * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
198         * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
199         * config/sparc/nm-nbsd.h: Remove file.
200         * config/sparc/nm-nbsdaout.h: Remove file.
201
202         * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
203         (sparc_xfer_partial): New function.
204         (sparc_target): Save value of to_xfer_partial from ptrace vector.
205         Set to_xfer_partial.
206
207         * fork-child.c (fork_inferior): Fork instead of vfork if
208         PRE_TRACE_FUN is non-null.
209
210 2004-11-24  Fred Fish  <fnf@specifixinc.com>
211
212         * rs6000-tdep.c (skip_prologue): Use line table info to skip over
213         compiler generated function calls made as part of a prologue.
214
215 2004-11-23  Mark Kettenis  <kettenis@gnu.org>
216
217         * inf-ttrace.c: New file.
218         * inf-ttrace.h: New file.
219         * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
220         Include "inf-ttrace.h".
221         (ss_mpsfu_high): Define to ss_tlsp if necessary.
222         (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
223         ptid_get_pid instead of PIDGET.  Modify to handle both ttrace and
224         ptrace systems.
225         (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
226         instead of inf_ptrace_target.
227         * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
228         * Makefile.in (inf_ttrace_h): New variable.
229         (hppa-hpux-nat.o): Update dependency.
230         (inf-ttrace.o): New dependency.
231         (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
232
233 2004-11-23  Randolph Chung  <tausq@debian.org>
234
235         * arch-utils.c (generic_instruction_nullified): New.
236         * arch-utils.h (generic_instruction_nullified): New.
237         * gdbarch.sh (instruction_nullified): New method.
238         * gdbarch.c: Regenerate.
239         * gdbarch.h: Regenerate.
240         * infrun.c (INSTRUCTION_NULLIFIED): Delete.
241         (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
242         new gdbarch method.
243         * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
244         * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
245         static.  Rewrite to work directly off the passed regcache.
246         (hppa_gdbarch_init): Set instruction_nullified method.
247
248 2004-11-23  Joel Brobecker  <brobecker@gnat.com>
249
250         * sparc-tdep.c (sparc_is_unimp_insn): New function.
251         (sparc32_frame_cache): For functions where there is no debugging
252         information to help us determine whether it's a struct-return
253         function or not, fallback on checking whether the instruction
254         at the return address is an "unimp" instruction or not.
255
256 2004-11-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
257
258         * MAINTAINERS: Add myself to write after approval section.
259
260         * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
261         hpux-thread.c to suppress children from running.
262         (hppa_hpux_child_can_run): New function.
263         (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
264         * hpux-thread.c: Include string.h and hppa-tdep.h.
265         (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
266         HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
267         (hpux_thread_store_registers): Replace deprecated_registers with
268         calls to regcache_raw_read.
269         * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
270
271 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
272
273         * sparc64fbsd-nat.c: Update copyright year.
274         (_initialize_sparc64fbsd_nat): Construct and add target vector.
275         * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
276         inftarg.o.
277
278 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
279
280         * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
281
282 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
283
284         * linux-nat.c (my_waitpid): New function.
285         (linux_test_for_tracefork): Make more robust and verbose.  Take
286         an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
287         (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
288         argument.  Update calls to linux_test_for_tracefork.
289         (linux_enable_event_reporting, child_follow_fork)
290         (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
291         (child_insert_exec_catchpoint): Update calls to
292         linux_supports_tracefork and linux_supports_tracevforkdone.
293
294 2004-11-21  Daniel Jacobowitz  <dan@debian.org>
295
296         * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
297         (value_subscripted_rvalue): Likewise.
298         * valops.c (search_struct_field, value_slice): Likewise.
299
300 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
301
302         * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
303         Reorder includes a bit.  Fix comment.
304         * Makefile.in (inf-ptrace.o): Update dependencies.
305
306 2004-11-21  Andreas Schwab  <schwab@suse.de>
307
308         * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
309         (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
310         svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
311         to glibc_skip_solib_resolver.
312         * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o.  Remove
313         solib-legacy.o.
314         * Makefile.in (m68klinux-tdep.o): Update dependencies.
315
316 2004-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
317
318         * infttrace.h (ttrace_write_reg_64): Add prototype.
319         * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
320         expression.  
321         (store_inferior_registers): Correct formatting.  Replace uses of
322         deprecated_registers with calls to regcache_raw_read,
323         regcache_raw_write_part and regcache_raw_read_part.
324
325 2004-11-21  Mark Kettenis  <kettenis@gnu.org>
326
327         * config/pa/hppahpux.mh: Remove file.
328         * config/pa/hpux1020.mh: Remove file.
329
330 2004-11-20  Andreas Schwab  <schwab@suse.de>
331
332         * configure.host: Set host floatformat for m68k.
333
334 2004-11-20  Eli Zaretskii  <eliz@gnu.org>
335
336         * config/djgpp/fnchange.lst: Resolve file-name clash between
337         hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
338
339 2004-11-20  Mark Kettenis  <kettenis@gnu.org>
340
341         * hppa-hpux-nat.c: New file.
342         * config/pa/hpux.mh (NATDEPFILES): New file.
343         * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
344         (hppa-hpux-nat.o): New dependency.
345         * configure.host: Remove hppa*-*-hpux10.20.
346         (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
347
348         * inf-ptrace.c: Fix coding style.
349
350         * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
351         * infptrace.c (call_ptrace): Simply call ptrace with four
352         arguments.
353
354         * dbxread.c (process_one_symbol): Fix a few coding standard
355         issues.  Improve code formatting.
356
357         * dbxread.c: Include "gdb_string.h".
358         (record_minimal_symbol, read_ofile_symtab): Replace
359         DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
360         * Makefile.in (dbxread.o): Update dependencies.
361
362         * dwarf2-frame.c (read_encoded_value): Correctly calculate number
363         of bytes read for aligned LEB128 encodings.
364
365 2004-11-19  Mark Kettenis  <kettenis@gnu.org>
366
367         * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
368         parse_and_eval_address to u_long before converting it to a pointer
369         type.
370         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
371         ps_strings from int to u_long.
372         * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
373         u_long instead of CORE_ADDR.
374
375 2004-11-18  Mark Kettenis  <kettenis@gnu.org>
376
377         * dbxread.c (process_one_symbol): Do not adjust address of first
378         N_SLINE stab for a function for code generated by non-GCC
379         compilers.
380
381 2004-11-18  Kevin Buettner  <kevinb@redhat.com>
382
383         * solib-null.c: New file.
384
385 2004-11-17  Andrew Cagney  <cagney@gnu.org>
386
387         * MAINTAINERS: Drop MIPS and remote.
388
389 2004-11-15  Andrew Cagney  <cagney@gnu.org>
390
391         * findvar.c (value_of_register): Set the frame ID.
392         * value.c (value_primitive_field): Copy the frame ID.
393         * valops.c (value_assign): Simplify lval_register case, there's
394         always a frame.
395
396 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
397
398         * Makefile.in (mips-linux-tdep.o): Update dependencies.
399         * mips-linux-tdep.c: Include "regcache.h".
400         (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
401
402 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
403
404         * Makefile.in (linux-thread-db.o): Fix typo in last change.
405
406 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
407
408         * linux-thread-db.c: New file, renamed from thread-db.c.
409         * thread-db.c: Remove.
410         * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
411         * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
412         to linux-thread-db.o.
413         * config/arm/linux.mh (NATDEPFILES): Likewise.
414         * config/i386/linux.mh (NATDEPFILES): Likewise.
415         * config/i386/linux64.mh (NATDEPFILES): Likewise.
416         * config/ia64/linux.mh (NATDEPFILES): Likewise.
417         * config/m32r/linux.mh (NATDEPFILES): Likewise.
418         * config/m68k/linux.mh (NATDEPFILES): Likewise.
419         * config/mips/linux.mh (NATDEPFILES): Likewise.
420         * config/pa/linux.mh (NATDEPFILES): Likewise.
421         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
422         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
423         * config/s390/s390.mh (NATDEPFILES): Likewise.
424         * config/sparc/linux.mh (NATDEPFILES): Likewise.
425         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
426
427 2004-11-13  Andrew Cagney  <cagney@gnu.org>
428
429         * config/i386/i386lynx.mh: Delete file.
430         * config/i386/i386lynx.mt: Delete file.
431         * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
432         * i386ly-tdep.c: Delete.
433
434         * config/tm-lynx.h: Delete, inline contents ...
435         * config/rs6000/tm-rs6000ly.h: ... here.
436
437         * config/tm-sysv4.h: Delete file, inlining contents.
438         * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
439         * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
440         * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
441
442         * regcache.h (deprecated_register_valid): Delete.
443         (deprecated_registers): Delete.
444         * regcache.c (deprecated_register_valid): Delete.
445         (deprecated_registers): Delete.
446         (deprecated_read_register_byte, _initialize_regcache)
447         (deprecated_write_register_bytes, build_regcache): Update.
448         * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
449         remote-sds.o.
450         * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
451         * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
452
453         * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
454         v850-*-* under removed.
455         * configure.host: Delete ns32k-*-netbsd*.
456         * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
457         ns32k-*-netbsd*, and v850*-*-*.
458         * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
459         "Deleted"
460         * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
461         * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
462         * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
463         * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
464         * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
465         * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
466         * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
467         * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
468         * v850-tdep.c: Delete.
469         
470 2004-11-13  Joel Brobecker  <brobecker@gnat.com>
471
472         * irix5-nat.c (fetch_core_registers): Replace use of
473         deprecated_registers by equivalent code.
474
475 2004-11-13  Joel Brobecker  <brobecker@gnat.com>
476
477         * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
478         with equivalent code.
479         (fill_fpregset): Likewise.
480
481 2004-11-13  Andrew Cagney  <cagney@gnu.org>
482
483         * MAINTAINERS: Do not list "Deleted" architectures.
484
485         * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
486         m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
487         sparc-*-vxworks*.
488         * NEWS: Mention that vxworks was deleted.
489         * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
490         * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
491         * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
492         * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
493         * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
494         * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
495         * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
496         * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
497         * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
498         * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
499         * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
500         * remote-vxmips.c, remote-vx.c: Delete.
501         * remote-vx68.c: Delete.
502         * config/m68k/tm-os68k.h: Remove reference to VxWorks.
503         * config/m68k/os68k.mt, ada-lang.h: Ditto.
504         * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
505         (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
506
507 2004-11-13  Eli Zaretskii  <eliz@gnu.org>
508
509         * config/i386/xm-go32.h: Don't include fopen-bin.h.
510         Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
511
512         * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
513         branch that doesn't define CRLF_SOURCE_FILES; always use
514         binary-mode open.
515         (print_source_lines_base, forward_search_command)
516         (reverse_search_command): Enable the code that accepts DOS-style
517         CRLF line endings on all platforms (this removes the need for
518         CRLF_SOURCE_FILES).
519
520         * defs.h: Fix wording of the comment before FOPEN_RB.
521         (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
522
523         * config/djgpp/fnchange.lst: Group renames for opcode directory
524         together.
525
526         * config/djgpp/djconfig.sh: Replace file names that don't exist
527         anymore with existing files, for checking the unpacked
528         distribution.
529
530         * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
531         Export pre-cooked values in configure-* targets that begin with
532         "@test -f stage_last".
533
534 2004-11-12  Andrew Cagney  <cagney@gnu.org>
535
536         * defs.h (enum lval_type): Delete lval_reg_frame_relative.
537         * value.h (struct value): Update comment.
538         * valops.c (value_assign): Fold lval_reg_fame_relative into
539         lval_register.
540         * findvar.c (value_from_register, locate_var_value): Ditto.
541
542 2004-11-12  Randolph Chung  <tausq@debian.org>
543
544         * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
545         * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
546         (write_exp_msymbol): Remove conditional check for symbols starting 
547         with $.  Update comments.
548
549 2004-11-12  Randolph Chung  <tausq@debian.org>
550
551         * pa64solib.c (pa64_solib_thread_start_addr): Rename from 
552         so_lib_thread_start_addr.
553         * pa64solib.h (so_list): Forward declare.
554         (pa64_solib_thread_start_addr): Prototype.
555         * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
556         (no_shared_libraries): Remove.
557         (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
558         * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
559         * hpread.c (hpread_process_one_debug_symbol): Use either the som or
560         the elf solib handler to find the start address.
561
562         * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support 
563         files to the target makefile.
564         * config/pa/hpux1020.mh (NATDEPFILES):  Likewise.
565         * config/pa/hpux11.mh (NATDEPFILES): Likewise.
566         * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
567
568         * config/pa/hppa64.mt (TDEPFILES): Put target-specific support 
569         files for symbol reading and shared library handling here.
570         * config/pa/hppahpux.mt (TDEPFILES): Likewise.  
571         (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target 
572         without bringing in 64-bit support.
573
574 2004-11-12  Andrew Cagney  <cagney@gnu.org>
575
576         * sparc-tdep.c: Replace VALUE_TYPE with value_type.
577         * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
578         * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
579         * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
580         * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
581         * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
582         * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
583
584         Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
585         * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
586         (VALUE_REGNUM): Define.
587         (struct value): Delete location.regnum, rename "regno" to
588         "regnum".
589         * value.c, valops.c, valarith.c, findvar.c: Update.
590
591         * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
592         (VALUE_BITPOS): Delete.
593         (value_type, value_offset, value_bitsize, value_bitpos): Declare.
594         * value.c (value_type, value_offset, value_bitpos)
595         (value_bitsize): New functions.  Update references.
596         * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
597         * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
598         * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
599         * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
600         * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
601         * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
602         * valops.c, eval.c, findvar.c, breakpoint.c: Update.
603         * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
604         * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
605
606 2004-11-12  Andrew Cagney  <cagney@gnu.org>
607
608         * cris-tdep.c (cris_register_offset): Delete, never called.
609         (cris_spec_reg_applicable): Delete cris_ver_sim.
610         * MAINTAINERS: List d10v as OBSOLETE.
611         * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
612         FOPEN_WB et.al., defined by "fopen-bin.h".
613
614 2004-11-12  Randolph Chung  <tausq@debian.org>
615
616         * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
617         * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
618         * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
619         * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
620
621 2004-11-12  Mark Kettenis  <kettenis@jive.nl>
622
623         * tui/tui-io.c: Don't include "terminal.h".
624         * Makefile.in (tui-io.o): Update dependencies.
625
626 2004-11-12  Kei Sakamoto  <sakamoto.kei@renesas.com>
627
628         * Makefile.in (m32r-linux-tdep.o): Update dependencies.
629         * m32r-linux-tdep.c (m32r_linux_init_abi): Call
630         set_gdbarch_regset_from_core_section for core file support.
631         (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
632         New functions.
633
634 2004-11-11  Randolph Chung  <tausq@debian.org>
635
636         * hppa-tdep.c (skip_prologue_hard_way): Make static, add
637         stop_after_branch parameter and use it to determine if we should look
638         at the delay slot of the first branch insn to find prologue insns.
639         (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
640         (hppa_frame_cache): Likewise.
641
642 2004-11-11  Randolph Chung  <tausq@debian.org>
643
644         * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
645         register so that it can be unwound from anywhere in the prologue.
646
647 2004-11-10  msnyder  <msnyder@redhat.com>
648
649         * rs6000-tdep.c (skip_prologue): After saving lr_offset, 
650         must invalidate lr_reg (so we don't try to save it again).  
651         Ditto for cr_offset and cr_reg.
652
653 2004-11-05  Jon Beniston <jon@beniston.com>
654
655         Committed by Andrew Cagney.
656         * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK 
657         when an unexpected packet is received, as the target stubs 
658         continually retransmit the same packet until ACKed.
659         
660 2004-11-10  Randolph Chung  <tausq@debian.org>
661
662         * frame.c (get_prev_frame): Use get_frame_type to retrieve the 
663         frame's type.
664
665 2004-11-10  Randolph Chung  <tausq@debian.org>
666
667         * blockframe.c (inside_entry_func): Move to .....
668         * frame.c (inside_entry_func): ... here, and make static.
669         (backtrace_past_entry): New flag.
670         (get_prev_frame): Stop backtrace at the entry function if enabled
671         by flag.  Update comments.
672         (_initialize_frame): Add command to set backtrace_past_entry flag.
673         * defs.h (inside_entry_func): Remove prototype.
674
675 2004-11-10  Mark Kettenis  <kettenis@gnu.org>
676
677         * dwarf2read.c: Fix formatting.
678
679 2004-11-10  Andrew Cagney  <cagney@gnu.org>
680
681         * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
682         (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
683         macros with function declarations.
684         * value.c (coerce_ref, coerce_array, coerce_number)
685         (coerce_enum): New functions.
686         (value_as_long, value_as_address): Update.
687         * ada-lang.c (ada_coerce_ref, ada_value_binop) 
688         (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
689         * jv-lang.c (evaluate_subexp_java): Update.
690         * valarith.c (value_less, value_neg, value_complement)
691         (value_binop, value_add, value_subscript, value_x_binop) 
692         (value_logical_not, value_sub): Update.
693         * valops.c (check_field, value_struct_elt, value_ind)
694         (value_find_oload_method_list, value_cast, value_assign): Update.
695         * eval.c (evaluate_subexp_standard): Update.
696
697 2004-11-10  Mark Kettenis  <kettenis@gnu.org>
698
699         * mips-tdep.c (mips32_relative_offset): Change return type to
700         LONGEST, change argument type to ULONGEST.  Fix sign-extension.
701
702 2004-11-10  Randolph Chung  <tausq@debian.org>
703
704         * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
705         (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
706         (hppa_fetch_pointer_argument): Likewise.
707         (hppa_frame_cache): Use safe_frame_unwind_memory instead of 
708         deprecated_read_memory_nobpt.
709         (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
710         add_set_cmd sequence with add_setshow_boolean_cmd.
711
712 2004-11-09  Andrew Cagney  <cagney@gnu.org>
713
714         GDB 6.3 released from GDB 6.3 branch.
715
716 2004-11-09  Andrew Cagney  <cagney@gnu.org>
717
718         * values.c: Rename to ...
719         * value.c: ..., new file.
720         * Makefile.in: Update.
721
722 2004-11-09  Daniel Jacobowitz  <dan@debian.org>
723
724         * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
725         size.
726
727 2004-11-09  Andrew Cagney  <cagney@gnu.org>
728
729         * TODO: Delete.
730
731         * value.h (struct value): Delete field bfd_section.
732         (VALUE_BFD_SECTION): Delete macro.
733         (COERCE_REF): Update.
734         (value_at, value_at_lazy): Delete asection parameter.
735         * printcmd.c (print_formatted, x_command): Update.
736         (do_examine): Delete asection parameter.
737         (next_section): Delete variable.
738         * valops.c (value_cast, value_at, value_at_lazy)
739         (value_coerce_function, value_addr, value_ind, value_string) 
740         (find_rt_vbase_offset, value_full_object): Update.
741         * hpacc-abi.c (hpacc_virtual_fn_field)
742         (hpacc_value_rtti_type): Update.
743         * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field) 
744         (gnuv3_baseclass_offset): Update.
745         * f-valprint.c (f_val_print): Update.
746         * c-valprint.c (c_val_print): Update.
747         * p-valprint.c (pascal_val_print): Update.
748         * jv-valprint.c (java_value_print): Update.
749         * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
750         * ada-lang.c (ada_value_primitive_packed_val)
751         (ada_evaluate_subexp): Update.
752         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
753         * expprint.c (print_subexp_standard): Update.
754         * infcall.c (call_function_by_hand): Update.
755         * valarith.c (value_add): Update.
756         * eval.c (evaluate_subexp_standard): Update.
757         * values.c (allocate_value, value_copy, value_static_field): Update.
758         * findvar.c (read_var_value, locate_var_value): Update.
759         
760 2004-11-09  Andrew Cagney  <cagney@gnu.org>
761
762         * i386-linux-tdep.c: Include "dwarf2-frame.h".
763         * Makefile.in: Update all dependencies.
764
765 2004-11-08  Andrew Cagney  <cagney@gnu.org>
766
767         * sentinel-frame.c (sentinel_frame_prev_pc): New function.
768         (sentinel_frame_unwinder): Add the prev_pc method.
769         * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
770         available.  Do not handle the sentinel-frame case.
771         * frame-unwind.h (frame_prev_register_ftype): Define.
772         (struct frame_unwind): Add prev_pc;
773
774 2004-11-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
775
776         * configure.in: Check for ncurses/term.h.
777         * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
778         * utils.c: Include gdb_curses.h instead of curses.h and term.h.
779         * tui/tui.c: Don't include term.h.
780         * configure, config.in: Rebuilt.
781
782 2004-11-08  Mark Kettenis  <kettenis@gnu.org>
783
784         * m68kbsd-nat.c: Include "inf-ptrace.h".
785         (_initialize_m68kbsd_nat): Fix pasto.
786         * Makefile.in (m68kbsd-nat.o): Update dependencies.
787
788 2004-11-08  Randolph Chung  <tausq@debian.org>
789
790         * infrun.c (debug_infrun): New variable.
791         (resume, proceed, wait_for_inferior): Annotate with debug messages.
792         (handle_inferior_event, keep_going): Likewise.
793         (_initialize_infrun): Register "set debug infrun" command.
794
795 2004-11-08  Andreas Schwab  <schwab@suse.de>
796
797         * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
798         PTRACE_EVENT_VFORKDONE.
799         (child_follow_fork): Adjust.
800
801 2004-11-08  Andrew Cagney  <cagney@gnu.org>
802
803         * README: Refer to 6.3, not 6.2, update directory listing droppng
804         references to intl/ and mmalloc/.
805         * PROBLEMS: Refer to 6.3 not 6.2.
806
807         * PROBLEMS: Delete no-longer applicable problems.
808
809 2004-11-07  Andrew Cagney  <cagney@redhat.com>
810             Daniel Jacobowitz  <dan@debian.org>
811             Roland McGrath  <roland@redhat.com>
812
813         * Makefile.in (symfile-mem.o): Update dependencies.
814         * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
815         (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
816         * inf-ptrace.c (inf_ptrace_attach): Call
817         observer_notify_inferior_created.
818         * inftarg.c (child_attach): Likewise.
819         * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
820         (symbol_file_add_from_memory): Take NAME argument.  Use it for
821         the new BFD's filename.
822         (add_symbol_file_from_memory_command): Update call to
823         symbol_file_add_from_memory.
824         (struct symbol_file_add_from_memory_args, add_vsyscall_page)
825         (symbol_file_add_from_memory_wrapper): New.
826         (_initialize_symfile_mem): Register add_vsyscall_page as an
827         inferior_created observer.
828
829 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
830
831         * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
832         fetch_inferior_registers.  Make static.
833         (m68kbsd_store_inferior_registers): Rename from
834         store_inferior_registers.  Make static.
835         (_initialize_m68kbsd_nat): Construct and add target vector.
836         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
837         inftarg.o.  Add inf-ptrace.o.
838         (NAT_FILE): Set to tm-solib.h.
839         (LOADLIBES): New variable.
840         * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
841         inftarg.o.  Add inf-ptrace.o.
842         (NAT_FILE): Delete variable.
843         * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
844         inftarg.o.  Add inf-ptrace.o.
845         (NAT_FILE): Set to tm-solib.h.
846         * config/m68k/nm-nbsdaout.h: Remove file.
847
848 2004-11-07  Daniel Jacobowitz  <dan@debian.org>
849
850         * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
851         (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
852         (dwarf2_signal_frame_unwind): New.
853         (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
854         * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
855
856 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
857
858         * Makefile.in (mips64obsd-tdep.o): Fix typo.
859
860         * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
861         from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets.  Trim sizes
862         to only include the structure members we actually need.
863         (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
864         mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets.  Trim sizes to
865         only include the structure members we actually need.
866         (mipsnbsd_init_abi): Update.
867
868         * mips64obsd-nat.c: Include "mips-tdep.h".
869         (MIPS64OBSD_NUM_REGS): Remove define.
870         (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
871         (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
872         floating-point registers correctly.
873         * Makefile.in (mips64obsd-nat.o): Update dependencies.
874
875         * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
876         "gdb_assert.h".
877         (mips64obsd_sigframe_init): New function.
878         (mips64obsd_sigframe): New variable.
879         (mips64obsd_init_abi): Add comments.  Prepend mips64obsd_sigrame
880         unwinder.
881         * Makefile.in (mips64obsd-tdep.o): Update dependencies.
882
883 2004-11-06  Joel Brobecker  <brobecker@gnat.com>
884
885         * alpha-mdebug-tdep.c: #include mdebugread.h.
886         Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
887         * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
888
889 2004-11-05  Andrew Cagney  <cagney@gnu.org>
890
891         * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
892         CFI and the init_reg method leave the register unspecified.
893         Include the register name in the "Incomplete CFI data" complaint.
894         Supress leading zeros in the address.
895
896 2004-11-05  Mark Kettenis  <kettenis@gnu.org>
897
898         * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
899         skipping a personality routine in a CIE augmentation.
900
901 2004-11-05  Jeff Johnston  <jjohnstn@redhat.com>
902
903         * defs.h (fatal, vfatal): New function prototypes.
904         * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
905         via catch_errors.
906         (backtrace_command): Change to call backtrace_command_stub via
907         catch_errors instead of calling backtrace_command_1 directly.
908         (backtrace_full_command): Ditto.
909         * utils.c (error_stream_1): New static function.
910         (verror): Change to call error_stream_1 instead of error_stream.
911         (error_stream): Call error_stream_1 with RETURN_ERROR argument.
912         (vfatal, fatal): New functions.
913
914 2004-11-05  Andrew Cagney  <cagney@gnu.org>
915
916         * stack.c (parse_frame_specification_1): Clear selected_frame_p
917         when not using selected frame.
918
919 2004-11-05  Mark Kettenis  <kettenis@jive.nl>
920
921         * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
922         personality routine in a CIE augmentation.
923
924 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
925
926         * stack.c (set_current_sal_from_frame): New function.
927         (print_args_stub): Use it.
928         (print_frame_info): Don't set sal here.
929
930 2004-11-04  Mark Kettenis  <kettenis@gnu.org>
931
932         * dwarf2-frame.c (read_encoded_value): Change type of third
933         argument to `unsigned char *'.  Add support for LEB128 encodings.
934
935 2004-11-04  Jim Blandy  <jimb@redhat.com>
936
937         * gdbtypes.c (make_qualified_type): Doc fix.  Add assertion to
938         prevent cross-objfile references.
939         (make_cv_type): Doc fix.  Don't create cross-objfile references,
940         even for stub types.
941         (replace_type): Add assertion to prevent cross-objfile references.
942         (check_typedef): Never resolve a stub type by copying over a type
943         from another file.
944
945 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
946
947         * Makefile.in (m32r-tdep.o): Update dependencies.
948         * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
949         ABI-specific overrides.
950
951 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
952
953         * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
954         unnecessary parallel execution bit.
955         (m32r_memory_remove_breakpoint): Ditto.
956         (m32r_breakpoint_from_pc): Update.
957
958 2004-11-03  Randolph Chung  <tausq@debian.org>
959
960         * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
961         frame_func_unwind to locate the unwind entry.
962         (hppa_frame_this_id): Likewise.
963
964 2004-11-03  Andrew Cagney  <cagney@gnu.org>
965
966         * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
967         packet, obsolete configurations, end-of-life deprecated_registers.
968
969 2004-11-02  Mark Kettenis  <kettenis@gnu.org>
970
971         * dwarf2-frame.c (read_encoded_value): Set proper size for signed
972         encodings as well as unsigned encodings.
973
974 2004-11-02  Andrew Cagney  <cagney@gnu.org>
975
976         * value.h (COERCE_VARYING_ARRAY): Delete.
977         * valops.c (value_cast, value_slice): Delete use.
978         * valarith.c (value_subscript, value_concat): Delete use.
979
980 2004-11-02  Paul Hilfinger  <hilfingr@nile.gnat.com>
981
982         * NEWS: GDB understands GNAT Ada.
983
984 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
985
986         * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
987         (amd64-sol2-tdep.o): Add dependencies.
988         * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
989         config/i386/sol2-64.mt: New files.
990         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
991         amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
992         (supply_gregset): Correct order of arguments to
993         amd64_supply_native_gregset.
994         (fill_gregset): Correct order of arguments to
995         amd64_collect_native_gregset.
996         * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
997         * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
998         * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
999         for definition of NEW_PROC_API.
1000         * configure: Regenerate.
1001
1002 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1003
1004         * MAINTAINERS (Write After Approval): Add myself.
1005
1006 2004-11-01  Andrew Cagney  <cagney@gnu.org>
1007
1008         * configure.tgt: Mark d10v-*-* as obsolete.
1009         * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1010
1011 2004-11-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
1012
1013         * values.c (modify_field): Correct handling of bit-fields that
1014         don't fit in 32 bits.  Use unsigned operations throughout and 
1015         simplify the code a bit.  Document preconditions.
1016
1017 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1018
1019         * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1020         * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1021         (in_plt_section): Delete.
1022
1023         * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1024         (mips_gdbarch_init): Do not set same.
1025
1026         * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1027         * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1028
1029         * gdbarch.sh (in_solib_call_trampoline): Delete.
1030         * gdbarch.h, gdbarch.c: Re-generate.
1031
1032         * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1033         IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1034         * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1035         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1036         * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1037
1038 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1039
1040         * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1041         (mipsnbsd_fetch_inferior_registers): Rename from
1042         fetch_inferior_registers.  Make static.
1043         (mipsnbsd_store_inferior_registers): Rename from
1044         store_inferior_registers.  Make static.
1045         (_initialize_mipsnbsd_nat): New function and prototype.
1046         * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1047         * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1048         (NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
1049         inf-ptrace.o.
1050
1051 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1052
1053         * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1054         (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1055         delete corresponding unused function.
1056         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1057         in_solib_call_trampoline.
1058         * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1059         * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1060         * config/mips/tm-nbsd.h: Ditto.
1061         * config/arm/tm-linux.h: Ditto.
1062         * config/mips/tm-linux.h: Ditto.
1063
1064         * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1065         (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1066         in_solib_call_trampoline, delete corresponding unused function.
1067         * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline) 
1068         (vaxnbsd_aout_init_abi): Ditto.
1069         * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline) 
1070         (sparc32nbsd_aout_init_abi): Ditto.
1071         * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline) 
1072         (ppc_linux_init_abi): Ditto.
1073         * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline) 
1074         (ns32knbsd_init_abi_aout): Ditto.
1075         * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1076         * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1077         * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline) 
1078         (m68kbsd_aout_init_abi): Ditto.
1079         * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline) 
1080         (i386_cygwin_init_abi): Ditto.
1081         * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline) 
1082         (i386bsd_init_abi): Ditto.
1083
1084         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1085         in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1086         isn't used by this architecture.
1087         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1088         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1089         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1090         * s390-tdep.c (s390_gdbarch_init): Ditto.
1091         * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1092         * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1093         * i386-tdep.c (i386_svr4_init_abi): Ditto.
1094         * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1095         * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1096         * amd64-tdep.c (amd64_init_abi): Ditto.
1097
1098         * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1099         in_solib_call_trampoline to its default value of
1100         generic_in_solib_call_trampoline.
1101         * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1102         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1103         * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1104         * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1105         * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1106         * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1107
1108         * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1109
1110         * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1111
1112         * config/mips/tm-mips.h: Delete file.
1113         * remote-mips.c: Delete tm-mips.h from comment.
1114         * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1115         * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1116         * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1117         * config/mips/tm-linux.h: Don't include tm-mips.h.
1118         * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1119         * config/mips/irix5.mt (DEPRECATED_TM_FILE): 
1120         * config/mips/tm-wince.h: Don't include.
1121
1122         * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1123         * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1124         * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1125         * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1126
1127         * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1128         * mdebugread.c (ecoff_relocate_efi): Delete function.
1129         * objfiles.c (objfile_relocate): Delete #ifdef
1130         MDEBUG_EFI_SYMBOL_NAME code.
1131
1132 2004-10-31  Orjan Friberg <organ.friberg@axis.com>
1133             Andrew Cagney  <cagney@gnu.org>
1134
1135         * gdbarch.sh (single_step_through_delay): Add.
1136         * gdbarch.h, gdbarch.c: Re-generate.
1137         * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1138         (mips_step_skips_delay): Delete.
1139         * mips-tdep.c (mips_single_step_through_delay): Replace
1140         mips_step_skips_delay.
1141         (mips_gdbarch_init): Set single_step_through_delay.
1142         (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1143         
1144 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1145
1146         * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1147         from TRAMP_FRAME frame type.
1148
1149 2004-10-31  Andrew Cagney  <cagney@gnu.org>
1150
1151         * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1152
1153         * mips-tdep.c (mips_ignore_helper): Delete.
1154         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1155         * infrun.c (handle_inferior_event): Delete #ifdef
1156         DEPRECATED_IGNORE_HELPER_CALL code.
1157
1158         * config/mips/tm-mips.h (RA_REGNUM): Delete.
1159
1160 2004-10-31  Mark Kettenis  <kettenis@gnu.org>
1161
1162         * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1163         (fill_fpregset): Do not compile for 64-bit systems.
1164         * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1165         * Makefile.in (i386-sol2-nat.o): Update dependencies.
1166         * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1167
1168 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1169
1170         * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1171         (struct mdebug_extra_func_info): Define.
1172         * config/alpha/tm-alpha.h: Delete same.
1173         * config/mips/tm-mips.h: Delete same.
1174         * mdebugread.c: Delete same.
1175         * Makefile.in: Update dependencies.
1176         * mips-mdebug-tdep.c: Include "mdebugread.h".
1177
1178         * objfiles.c: Include "mdebugread.h".
1179         * mdebugread.c: Include "mdebugread.h".
1180         (ecoff_relocate_cfi): Delete.
1181         * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1182         * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1183         * mdebugread.h (ecoff_relocate_efi): New file.
1184         * Makefile.in: Update dependencies.
1185         
1186         * mips-tdep.c (struct frame_extra_info): Delete.
1187         (temp_proc_desc): Delete.
1188
1189         * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1190         MIPS_EFI_SYMBOL_NAME.
1191         (mips_extra_func_info_t, mips_extra_func_info): Delete.
1192         (struct mdebug_extra_func_info): Replace struct
1193         alpha_extra_func_info and alpha_extra_func_info_t.
1194         * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1195         MIPS_EFI_SYMBOL_NAME.
1196         (struct mdebug_extra_func_info): Replace struct
1197         alpha_extra_func_info and alpha_extra_func_info_t.
1198         * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1199         * mdebugread.c, alpha-mdebug-tdep.c: 
1200
1201         Suggested by Mark Kettenis.
1202         * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1203         fields frame_adjust and high_addr.
1204         * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1205         (non_heuristic_proc_desc): Delete references.
1206
1207         * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1208         * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1209         * mips-tdep.c: Update.
1210
1211         * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1212         (MIPS_LAST_EMBED_REGNUM): Add.
1213         * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1214         (LAST_EMBED_REGNUM): Delete.
1215         * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1216
1217         * config/mips/tm-mips.h (PS_REGNUM): Delete.
1218         * mips-tdep.h (MIPS_PS_REGNUM): Add.
1219         * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1220         * mips-linux-nat.c: Update.
1221
1222         * mips-tdep.h: Add comments on registers.
1223         (MIPS_UNUSED_REGNUM): Define.
1224         * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1225         (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1226         * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1227         * mips-linux-nat.c, remote-mips.c: Update.
1228
1229         * config/mips/tm-mips.h (t_insn): Delete.
1230         * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1231         Replace t_insn with ULONGEST.
1232
1233 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1234
1235         * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1236         (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1237         (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1238         (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1239         (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1240         (mipsnbsd_core_osabi_sniffer): New function.
1241         (mipsnbsd_init_abi): Set regset_from_core_section.
1242         (_initialize_mipsnbsd_tdep): Remove calls to
1243         deprecated_add_core_fns.
1244         (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1245         (mipsnbsd_regset_from_core_section): New functions.
1246         (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1247         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1248
1249         * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1250         Remove optimization for DEPRECATED_FP_REGNUM.
1251
1252 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1253
1254         * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1255         * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1256         (alpha_setup_arbitrary_frame): Delete.
1257         * mips-tdep.c (setup_arbitrary_frame): Delete.
1258         * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1259         (setup_arbitrary_frame): Delete.
1260         * stack.c (parse_frame_specification_1): When specified, call
1261         create_new_frame with two parameters.  Delete #ifdef
1262         SETUP_ARBITRARY_FRAME.
1263
1264         * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1265         (MIPS_INSTLEN): Delete.
1266         * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1267         MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1268         * remote-mips.c, mips-tdep.c: Update.
1269
1270         * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1271         * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1272         * mips-tdep.c (mips_mdebug_frame_cache)
1273         (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1274         (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1275         (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1276         (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1277         (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1278         (mips_gdbarch_init): Do not append mdebug sniffers.
1279         (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET) 
1280         (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK) 
1281         (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG) 
1282         (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1283         * Makefile.in: Update dependencies.
1284
1285         * mips-tdep.h (mips_abi_regsize): Declare.
1286         * mips-tdep.c (mips_abi_regsize): Make non-static.
1287
1288         * mips-tdep.c (gdb_print_insn_mips): Simplify.
1289         (make_mips16_addr): Delete.
1290
1291 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1292
1293         * i386-sol2-nat.c: New file.
1294         * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1295         i386-sol2-tdep.c.
1296         (i386-sol2-nat.o): Update dependencies.
1297         * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1298         i386-sol2-nat.o.
1299
1300 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1301
1302         Total breakage identified by Joel Brobecker.
1303         * mips-tdep.c (after_prologue): Delete.
1304         (mips_skip_prologue): Use skip_prologue_using_sal.
1305         (heuristic_proc_desc): Delete, unused.
1306
1307 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1308
1309         * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1310         (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1311         Cleanup coding style.
1312
1313 2004-10-30  Andrew Cagney  <cagney@gnu.org>
1314
1315         * mips-tdep.h (mips_pc_is_mips16): Declare.
1316         * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1317         non-static.  Update calls.
1318
1319         * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1320         * command.h (add_setshow_enum_cmd): Declare.
1321         * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1322
1323         * mips-tdep.c (_initialize_mips_tdep): Use
1324         add_setshow_zinteger_cmd.
1325         
1326         * mips-tdep.c (mips_eabi_extract_return_value)
1327         (mips_o64_extract_return_value, mips_o64_store_return_value)
1328         (return_value_location, mips_eabi_reg_struct_has_addr)
1329         (mips_eabi_use_struct_convention)
1330         (mips_eabi_store_return_value): Delete.
1331         (mips_eabi_store_return_value): New function.
1332         (mips_eabi_return_value): New function.
1333         (mips_gdbarch_init): For O64 and EABI, delete
1334         extract_return_value, store_return_value, use_struct_convention
1335         and reg_struct_has_addr, add return_value.
1336
1337         * mips-tdep.c (read_signed_register): Use
1338         regcache_cooked_read_signed.
1339
1340 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
1341
1342         * mipsread.c: Cleanup coding style.
1343         (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1344         (mipscoff_symfile_finish): Remove prototypes.
1345
1346 2004-10-29  Mark Kettenis  <kettenis@gnu.org>
1347
1348         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1349         (mips_mdebug_frame_cache, mips16_scan_prologue)
1350         (mips32_scan_prologue, mips_stub_frame_cache)
1351         (heuristic_proc_start, heuristic_proc_desc)
1352         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1353         (mips_n32n64_return_value, mips_o32_push_dummy_call)
1354         (mips_o32_return_value, mips_o64_push_dummy_call)
1355         (mips_step_skips_delay, mips_skip_trampoline_code)
1356         (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1357         MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1358         T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1359         instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1360         and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1361         (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1362         T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1363         MIPS16_INSTLEN.  Use MIPS_A0_REGNUM instead of A0_REGNUM.
1364         * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1365         (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1366         ZERO_REGNUM.
1367         * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1368         (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1369         ZERO_REGNUM.
1370         (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1371         A0_REGNUM.
1372         * mipsnbsd-nat.c: Include "mips-tdep.h".
1373         (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1374         * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1375
1376 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1377
1378         * stack.c (parse_frame_specification_1): New function based on
1379         parse_frame_specification.  Add message and selected_frame_p
1380         paramters.  Truely always return non-NULL.
1381         (parse_frame_specification): Call parse_frame_specification_1.
1382         (frame_info): Update.  Eliminate target_has_stack check.
1383         (select_frame_command): Update.
1384
1385 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1386
1387         * frame.h (get_selected_frame): Add message parameter.
1388         * frame.c (get_selected_frame): Add and use message parameter.
1389         * stack.c (current_frame_command, return_command, locals_info)
1390         (catch_info, args_info, up_silently_base, down_silently_base): Use
1391         get_selected_frame with an explicit message.
1392         * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1393         * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1394         * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1395         * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1396         * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1397         * breakpoint.c: Update.
1398
1399 2004-10-29  Andrew Cagney  <cagney@gnu.org>
1400
1401         * trad-frame.c (trad_frame_get_prev_register): Use
1402         frame_unwind_register instead of frame_register_unwind, do not
1403         recurse the register's location.
1404         * xstormy16-tdep.c (xstormy16_frame_prev_register): 
1405         * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1406         * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1407         * sh-tdep.c (sh_frame_prev_register): Ditto.
1408         * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1409         * i386-tdep.c (i386_frame_prev_register): Ditto.
1410         * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1411         * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1412
1413 2004-10-28  Mark Kettenis  <kettenis@jive.nl>
1414
1415         * proc-events.c: Fix several coding-style issues.  Consistently
1416         use #ifdef instead of #if defined().
1417         (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1418         ARRAY_SIZE.
1419         (_initialize_proc_events): New prototype.
1420
1421         * proc-why.c: Fix several coding-style issues.
1422         (proc_prettyfprint_why): Use ARRAY_SIZE.
1423
1424 2004-10-27  Jim Blandy  <jimb@redhat.com>
1425
1426         * remote.c (fetch_register_using_p): Construct 'p' packet in a
1427         manner independent of the host byte order.
1428
1429 2004-10-27  Mark Kettenis  <kettenis@gnu.org>
1430
1431         * mips-tdep.c (id_delayed): Remove prototype.
1432
1433 2004-10-26  Mark Kettenis  <kettenis@gnu.org>
1434
1435         * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1436         MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1437         to enum with register numbers.
1438         (enum mips_insn_size): New enum.
1439
1440 2004-10-26  Andrew Cagney  <cagney@gnu.org>
1441
1442         * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1443         * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1444         (mips_gdbarch_init): Update.
1445         (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1446
1447         * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1448         * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1449         IN_SOLIB_RETURN_TRAMPOLINE.
1450         * mips-tdep.c (mips_dump_tdep): Do not print
1451         IN_SOLIB_RETURN_TRAMPOLINE.
1452         (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1453         (mips_gdbarch_init): Update.
1454
1455         * mips-tdep.h (mips_software_single_step): Move to here ...
1456         * config/mips/tm-mips.h: ... from here.
1457         * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P) 
1458         (SOFTWARE_SINGLE_STEP): Delete.
1459         * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1460
1461 2004-10-25  Andrew Cagney  <cagney@gnu.org>
1462
1463         * NEWS: Add Changes since GDB 6.3 section.
1464
1465 2004-10-23  Andreas Schwab  <schwab@suse.de>
1466
1467         * ada-lang.c (grow_vect): Return the new array instead of
1468         expecting pointer to pointer to avoid violation of aliasing rules.
1469         * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1470
1471 2004-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
1472
1473         * s390-tdep.c (enum pv_boolean): Remove.
1474         (pv_is_array_ref): Remove.
1475         (s390_on_stack): Remove.
1476         (S390_NUM_SPILL_SLOTS): Remove.
1477         (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1478         add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1479         (s390_store): Track all stores of orginal incoming registers to the
1480         stack constant offsets relative to the CFA, instead of only tracking
1481         stores into specific spill slots.
1482         (s390_load): Likewise.
1483         (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1484         (s390_prologue_frame_unwind_cache): Likewise.  Only track registers
1485         defined as call-saved by the ABI.
1486         (s390_push_dummy_call): Use bottom of dummy call argument save area
1487         as return value, not the top.  Do not store to the called function's
1488         register save area.
1489         (s390_unwind_dummy_id): Adapt accordingly.
1490
1491 2004-10-23  Andrew Cagney  <cagney@gnu.org>
1492
1493         * objfiles.h (struct objfile): Rename obj_private to
1494         deprecated_obj_private, sym_private to deprecated_sym_private, and
1495         sym_stab_info to deprecated_sym_stab_info.
1496         * gdb-stabs.h: Update.
1497         * elfread.c: Update.
1498         * dbxread.c: Update.
1499         * coffread.c: Update.
1500         * xcoffread.c: Update.
1501         * symfile.c: Update.
1502         * somread.c: Update.
1503         * nlmread.c: Update.
1504         * mdebugread.c: Update.
1505         * hpread.c: Update.
1506         * coffread.c: Update.
1507
1508 2004-10-23  Mark Kettenis  <kettenis@gnu.org>
1509
1510         * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1511         * configure.host: Add mips64*-*-openbsd*.
1512         * configure.tgt: Add mips64*-*-openbsd*.
1513         * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1514         mips64obsd-tdep.c.
1515         (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1516         * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1517
1518 2004-10-21  Joel Brobecker  <brobecker@gnat.com>
1519
1520         * symtab.c (symbol_search_name): Minor reformatting.
1521
1522 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
1523
1524         * symtab.h: Fix typo in comment.
1525
1526 2004-10-19  Mark Kettenis  <kettenis@gnu.org>
1527
1528         * dwarf2read.c (struct comp_unit_head): Fix coding style.
1529         (dwarf_decode_line_header): Likewise.
1530
1531 2004-10-19  Michael Chastain  <mec.gnu@mindspring.com>
1532
1533         * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1534
1535 2004-10-19  Andrew Cagney  <cagney@gnu.org>
1536
1537         GDB 6.3 branch created.
1538         * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1539
1540 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1541
1542         * dwarf2read.c (set_cu_language): Set language to Ada for
1543         DW_LANG_Ada83 and DW_LANG_Ada95.
1544
1545 2004-10-15  Michael Chastain  <mec.gnu@mindspring.com>
1546
1547         From Andreas Schwab <schwab@suse.de>:
1548         * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1549         for xmalloc and xrealloc.
1550
1551 2004-10-15  Andrew Cagney  <cagney@gnu.org>
1552
1553         * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1554         * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1555         * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1556         Update dependencies.
1557
1558 2004-10-15  Paul Hilfinger  <Hilfinger@gnat.com>
1559
1560         * ada-lang.c (ada_lookup_symbol): Correct comment.
1561         (ada_evaluate_subexp): Change error message for
1562         OP_FUNCALL case so as not to indicate an internal error.
1563         
1564 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1565
1566         Committed by Paul Hilfinger.
1567         * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1568         type sizes in XVE/XVU types, and emit a warning when that happens,
1569         instead of rounding up the size of the resulting type.
1570         Some minor reformatting.
1571         (ada_is_aligner_type): Do not consider a type as an aligner type 
1572         if there is a corresponding XVS type as well.
1573         (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we 
1574         have several levels of pointer indirection to the array.
1575         
1576 2004-10-15  Jerome Guitton  <guitton@gnat.com>
1577
1578         Committed by Paul Hilfinger.
1579         * ada-lang.c (check_size): New function.
1580         (coerce_unspec_val_to_type): call check_size to make sure
1581         that the object size is reasonable.
1582         (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1583         Implements the case when we get a reference when we evaluate
1584         the expression of one of the bounds of the slice.
1585         (ada_value_struct_elt): when a packed array field is
1586         a reference, use ada_coerce_ref to dereference it; use 
1587         ada_value_ind only if it is a pointer.
1588
1589 2004-10-15  Joel Brobecker  <brobecker@gnat.com>
1590
1591         * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1592         a bit to avoid the necessity of an advance declaration. Remove
1593         declaration.
1594         (set_reg_offset): Move implemenation up.
1595         (mips16_get_imm): Likewise.
1596         (mips16_scan_prologue): Likewise.
1597         (reset_saved_regs): Likewise.
1598         (mips32_scan_prologue): Likewise.
1599
1600 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1601
1602         * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1603         Remove sp as a parameter, compute it internally instead. Move
1604         prologue scanning limit from heuristic_proc_desc to here.
1605         (mips16_scan_prologue): Likewise.
1606         (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1607         by call to mips16_scan_prologue.
1608         (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1609         by call to mips32_scan_prologue.
1610         (heuristic_proc_desc): Remove code that's no longer necessary.
1611         Update calls to mips16_scan_prologue and mips32_scan_prologue.
1612         (mips_skip_prologue): Update calls to mips16_scan_prologue
1613         and mips32_scan_prologue.
1614
1615 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1616
1617         * mips-tdep.c (mips16_scan_prologue): Merge code from
1618         mips16_skip_prologue.  Now return the address of the first
1619         instruction past the function prologue.
1620         (mips16_skip_prologue): Remove, no longer necessary.
1621         (mips_skip_prologue): Replace call to mips16_skip_prologue
1622         by call to mips16_scan_prologue.
1623
1624 2004-10-14  Joel Brobecker  <brobecker@gnat.com>
1625
1626         * mips-tdep.c (mips32_scan_prologue): Merge code from
1627         mips32_skip_prologue.  Now return the address of the first
1628         instruction past the function prologue.
1629         (mips32_skip_prologue): Remove.  No longer necessary.
1630         (mips16_skip_prologue): Add parameter end_pc instead of
1631         computing it.
1632         (mips_skip_prologue): Compute the upper limit for the
1633         prologue scanning. Update call to mips16_skip_prologue.
1634         Replace call to mips32_skip_prologue by call to
1635         mips32_scan_prologue.
1636
1637 2004-10-14  Mark Kettenis  <kettenis@gnu.org>
1638
1639         * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1640         NetBSD system call stubs that store %rp in the ERP slot of the
1641         stack frame.
1642
1643         * source.c: Always define O_BINARY to 0 if not defined already.
1644         (openp): Unconditionally use O_BINARY.
1645
1646         * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1647         * event-top.c (gdb_readline2): Likewise.
1648
1649 2004-10-14  Orjan Friberg  <orjanf@axis.com>
1650
1651         * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1652         deprecated_add_core_fns which was removed by mistake.
1653
1654 2004-10-13  Kevin Buettner  <kevinb@redhat.com>
1655
1656         * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1657         references to deprecated_registers[] with equivalent code.
1658
1659 2004-10-13  Kevin Buettner  <kevinb@redhat.com>
1660
1661         * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1662         ``deprecated_registers'' with equivalent code.  Use gdb_assert()
1663         instead of explicit test and print statement.
1664
1665 2004-10-12  Mark Kettenis  <kettenis@gnu.org>
1666
1667         * sparc-nat.c: Include "inf-ptrace.h".
1668         (sparc_target): New function.
1669         * sparc-nat.h: Update copyright year.
1670         (sparc_target): New prototype.
1671         * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1672         (_initialize_sparcnbsd_nat): Construct and add target vector.
1673         * sparc64nbsd-nat.c: Include "target.h".
1674         (_initialize_sparc64nbsd_nat): Construct and add target vector.
1675         * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1676         Update dependencies.
1677         * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1678         inftarg.o, add inf-ptrace.o.
1679         * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1680         inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1681         (NAT_FILE): Set to nm-bsd.h.
1682         (LOADLIBES): New variable.
1683         * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1684         infarg.o, add inf-ptrace.o.
1685         * config/sparc/nm-nbsdaout.h: Remove file.
1686         * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1687         * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1688         * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1689
1690         * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1691         "fopen-same.h".  Update comment.
1692
1693 2004-10-11  Mark Kettenis  <kettenis@gnu.org>
1694
1695         * i386gnu-nat.c: Include "gdb_string.h".
1696         (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1697         registers when the floating-point state isn't initialized.
1698         * Makefile.in (i386gnu-nat.o): Update dependencies.
1699
1700 2004-10-11  David Anderson  <davea@sgi.com>
1701
1702         * regcache.c (regcache_raw_read): Comment was missing "to".
1703         Extraneous ' removed.
1704         * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1705         comment now describes use.
1706
1707 2004-10-11  Orjan Friberg  <orjanf@axis.com>
1708
1709         * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1710         (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1711         (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1712         (cris_sigtramp_frame_sniffer): New functions.
1713         (cris_gdbarch_init): Hook in signal trampoline unwinder.
1714         (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1715         (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1716         (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1717         (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1718         command.
1719         (cris_version_update): Remove, replace with ...
1720         (set_cris_version): New function.
1721         (struct gdbarch_tdep, cris_mode, cris_mode_update)
1722         (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1723         (_initialize_cris_tdep): Remove CRIS mode command.
1724         (cris_fpless_backtrace, _initialize_cris_tdep): Remove 
1725         cris-fpless-backtrace command.
1726         (cris_scan_prologue): Fix prologue scanning limit.
1727         (cris_register_type): Update to reflect actual registers.
1728         (cris_register_bytes_ok) Remove.
1729         (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1730         Remove set_gdbarch_deprecated_register_size,
1731         set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1732         
1733 2004-10-10  Andrew Cagney  <cagney@gnu.org>
1734
1735         * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1736         comment.
1737
1738 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
1739
1740         * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1741
1742 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
1743
1744         * mips-tdep.c (mips16_scan_prologue): Renames
1745         mips16_heuristic_proc_desc. Update comment.
1746         (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1747         (heuristic_proc_desc): Update calls to the 2 functions above.
1748
1749 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
1750
1751         * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1752         Update comments. Also immediately return empty cache when the start
1753         address of our function could not be found.
1754         (mips_insn32_frame_cache): Likewise.
1755
1756 2004-10-10  Joel Brobecker  <brobecker@gnat.com>
1757
1758         * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1759         (mips_insn16_frame_cache): Pass frame cache in call to
1760         heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1761         Remove code that became redundant as a consequence.
1762         (mips32_heuristic_proc_desc): No longer compute a fake
1763         procedure descriptor. Compute the full frame cache instead.
1764         Some minor comment reformatting.
1765
1766 2004-10-10  Jim Blandy  <jimb@redhat.com>
1767
1768         * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1769         reader, tracing bytecode stuff): Remove self.
1770
1771 2004-10-10  Mark Kettenis  <kettenis@gnu.org>
1772
1773         * sparc64-linux-tdep.c: Update copyright year.  Don't include
1774         "solib-svr4.h".
1775         (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1776         (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1777         * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1778
1779         * sparc-linux-tdep.c: Update copyright year.
1780         (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1781         to struct frame_info *.  Use safe_frame_unwind_memory instead of
1782         deprecated_read_memory_nobpt.
1783         (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1784         Change argumen from CORE_ADDR to struct frame_info *.  Adjust for
1785         changed signature of sparc_linux_sigtramp_start.
1786         (sparc32_linux_pc_in_sigtramp): Remove function.
1787         (sparc32_linux_sigtramp_p): New function.
1788         (sparc32_linux_sigtramp_frame_sniffer): Use
1789         sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1790
1791         * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1792         Remove function.
1793         (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1794
1795         * ada-lang.c (lim_warning): Re-implement as a varargs function.
1796         (decode_packed_array_type, value_subscript_packed)
1797         (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1798         argument in call to lim_warning.
1799
1800         * configure.in: Really disable the TUI if an enhanced curses
1801         library isn't found.
1802         * configure: Regenerate.
1803
1804 2004-10-09  Mark Kettenis  <kettenis@gnu.org>
1805
1806         * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1807         * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1808         * config/i386/nm-nbsdaout.h: Remove file.
1809         * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1810         (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1811         (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1812         (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1813         (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1814         (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1815         (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1816         (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1817         (ldd, ld_un, ld_2): Remove defines.
1818         * config/i386/nm-obsd.h: Likewise.
1819
1820 2004-10-09  Paul Hilfinger  <hilfingr@nile.gnat.com>
1821
1822         * ada-lex.l: Remove useless rule whose right-context clause
1823         causes unreferenced static function warning for yyrealloc.
1824         (ada_flex_use): Remove the artificial reference to yyrealloc.
1825
1826 2004-10-08  Andrew Cagney  <cagney@gnu.org>
1827
1828         * target.h (struct target_ops): Rename to_xfer_memory to
1829         deprecated_xfer_memory.
1830         * target.c: Update.
1831         (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1832         * wince.c: Update.
1833         * win32-nat.c: Update.
1834         * v850ice.c: Update.
1835         * uw-thread.c: Update.
1836         * thread-db.c: Update.
1837         * sol-thread.c: Update.
1838         * remote.c: Update.
1839         * remote-vx.c: Update.
1840         * remote-st.c: Update.
1841         * remote-sim.c: Update.
1842         * remote-sds.c: Update.
1843         * remote-rdp.c: Update.
1844         * remote-rdi.c: Update.
1845         * remote-mips.c: Update.
1846         * remote-m32r-sdi.c: Update.
1847         * remote-e7000.c: Update.
1848         * procfs.c: Update.
1849         * ppc-bdm.c: Update.
1850         * nto-procfs.c: Update.
1851         * monitor.c: Update.
1852         * linux-nat.c: Update.
1853         * inftarg.c: Update.
1854         * hpux-thread.c: Update.
1855         * go32-nat.c: Update.
1856         * gnu-nat.c: Update.
1857         * exec.c: Update.
1858         * corelow.c: Update.
1859         * bsd-kvm.c: Update.
1860         * aix-thread.c: Update.
1861
1862 2004-10-08  Andrew Cagney  <cagney@gnu.org>
1863
1864         * target.c (debug_target): Move to near start of file.
1865         (target_stopped_data_address_p): Re-org logic, add casts.
1866
1867 2004-10-02  Mark Kettenis  <kettenis@gnu.org>
1868
1869         * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1870         (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1871         (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1872         (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1873         New defines.
1874
1875 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
1876
1877         * target.h (to_stopped_data_address): Change prototype to
1878         take a CORE_ADDR pointer and return an int.
1879         * target.c (update_current_target): Change to_stopped_data_address
1880         to match new prototype.
1881         (debug_to_stopped_data_address): Change appropriately.
1882         * breakpoint.c (bpstat_stop_status): Change call to
1883         target_stopped_data_address to use new prototype.
1884         * frv-tdep.c (frv_have_stopped_data_address): New function.
1885         (frv_stopped_data_address): Change to new prototype and
1886         functionality.
1887         * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
1888         prototype and functionality.
1889         (ia64_stopped_by_watchpoint): New function.
1890         * i386-nat.c (i386_stopped_data_address): Change to new
1891         prototype and functionality.
1892         (i386_stopped_by_watchpoint): New function.
1893         * remote.c (remote_stopped_data_address): Change to new prototype
1894         and functionality.
1895         * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
1896         * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
1897         (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
1898         * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
1899         new i386_stopped_by_watchpoint function.
1900         (i386_stopped_by_watchpoint): New prototype.
1901         (i386_stoppped_data_address): Change to new prototype.
1902         * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
1903         new ia64_stopped_by_watchpoint function.
1904         (ia64_stopped_by_watchpoint): New prototype.
1905         (ia64_stopped_data_address): Ditto.
1906
1907 2004-10-08  Paul Hilfinger  <Hilfinger@gnat.com>
1908
1909         * ada-typeprint.c (ada_print_type): Use int_string for printing
1910         modulus of modular type.
1911         * ada-lang.h (ada_modulus): Change return type to unsigned.
1912         * ada-lang.c (ada_language_arch_info): Correct type of 
1913         string_char_type.
1914         (ada_modulus): Return unsigned result.
1915         (ada_lookup_symbol): Remove user disambiguation and modify comment 
1916         accordingly.
1917         
1918 2004-10-08 Eric Botcazou  <ebotcazou@act-europe.fr>     
1919
1920         Committed by Paul Hilfinger.
1921         * ada-lang.c (decode_packed_array): On big-endian targets, 
1922         left-justify the value if it comes with a modular type.
1923
1924 2004-10-08  Joel Brobecker  <brobecker@gnat.com>        
1925
1926         Committed by Paul Hilfinger.
1927         * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
1928         (is_name_suffix): Add support for "___JM" suffixes.
1929         (ada_check_typedef): Renames ada_completed_type. 
1930         Update all users of CHECK_TYPEDEF, check_typedef, and 
1931         ada_complete_type to call ada_check_typedef.
1932         * ada-typeprint.c: Likewise.
1933         * ada-valprint.c: Likewise.
1934
1935 2004-10-08  Corinna Vinschen  <vinschen@redhat.com>
1936
1937         * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
1938
1939 2004-10-08  Nick Roberts  <nickrob@snap.net.nz>
1940
1941         * MAINTAINERS: Update e-mail address.
1942
1943 2004-10-07  Daniel Jacobowitz  <dan@debian.org>
1944
1945         From Maciej W. Rozycki  <macro@mips.com>:
1946         * mips-tdep.c (mips32_next_pc): Check the register's contents,
1947         not its number for BLEZ/BLEZL and BGTZ/BGTZL.
1948
1949 2004-10-07  Kei Sakamoto  <sakamoto.kei@renesas.com>
1950
1951         * m32r-tdep.c (decode_prologue): Support functions written
1952         in assembler language. Recognize trap instructions as the
1953         end of prologue.
1954         (m32r_frame_unwind_cache): Ditto.
1955         (m32r_skip_prologue): Extend search limit. Quit analyzing
1956         prologue if pc's location is not readable.
1957
1958 2004-10-06  Paul N. Hilfinger  <Hilfinger@gnat.com>
1959
1960         * Makefile.in (.l.c): Do conversions of names of alloc and free 
1961         functions that are done for .y.c files, plus special one
1962         for yy_flex_realloc.  Also, correct missing-file tests here.
1963         * ada-lex.l (malloc, free): Remove macros.
1964         (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
1965         xrealloc.
1966         (ada_flex_use): Dummy definition to remove warnings about unused
1967         functions.
1968         * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
1969         to suppress warning.
1970         
1971 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
1972
1973         * sh-tdep.c (sh_return_value_nofpu): New function, implementing
1974         RETURN_VALUE.
1975         (sh_return_value_fpu): Ditto for CPUs with FPU.
1976         (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
1977         RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
1978         Install sh_return_value_nofpu resp. sh_return_value_fpu as
1979         RETURN_VALUE functions.
1980
1981 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
1982
1983         * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling. 
1984         (sh_pseudo_register_write): Ditto.
1985
1986 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
1987
1988         * sh-tdep.c (IS_MACL_STS): New define.
1989         (IS_MOVI20): Ditto.
1990         (IS_MACL_LDS): Ditto.
1991         (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
1992         instructions in prologue.
1993         (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
1994         instructions in epilogue.
1995
1996 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
1997
1998         * sh-tdep.c (SH_NUM_REGS): Define as 67.
1999         (sh_sh_register_name): Add eight empty register names.
2000         (sh_sh3_register_name): Ditto.
2001         (sh_sh3e_register_name): Ditto.
2002         (sh_sh2e_register_name): Ditto.
2003         (sh_sh2a_register_name): New function, defining SH2A register set.
2004         (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2005         in nofpu case.
2006         (sh_sh_dsp_register_name): Add eight empty register names.
2007         (sh_sh3_dsp_register_name): Ditto.
2008         (sh_sh4_register_name): Ditto.
2009         (sh_sh4_nofpu_register_name): Ditto.
2010         (sh_sh4al_dsp_register_name): Ditto.
2011         (sh2a_show_regs): New function.
2012         (sh2a_nofpu_show_regs): New function.
2013         (sh_sh2a_register_type): New function.
2014         (do_bank_register_info): New function.
2015         (sh_print_pseudo_register): Call do_bank_register_info.
2016         Call sh_print_pseudo_register for valid "bank" register.
2017         (sh_sh2a_register_sim_regno): New function.
2018         (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2019         Increment pseudo register count by one for all sh variants with
2020         pseudo registers to accomodate pseudo bank register.
2021         * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2022         IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2023         IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM. 
2024         Increment pseudo register numbers.
2025
2026 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
2027
2028         * dwarf2read.c (read_subroutine_type): Call make_function_type
2029         instead of lookup_function_type.
2030
2031 2004-10-05  Jim Blandy  <jimb@redhat.com>
2032
2033         * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2034         (Previous change missed some uses.)
2035
2036 2004-10-05  Andrew Cagney  <cagney@gnu.org>
2037
2038         * target.h (deprecated_child_ops): Rename child_ops.
2039         * wince.c: Update copyright.  Rename child_ops.
2040         * win32-nat.c: Rename child_ops.
2041         * target.c: Rename child_ops.
2042         * rs6000-nat.c: Rename child_ops.
2043         * linux-nat.c: Rename child_ops.
2044         * infttrace.c: Rename child_ops.
2045         * inftarg.c: Rename child_ops.
2046         * infptrace.c: Rename child_ops.
2047         * hppah-nat.c: Update copyright.  Rename child_ops.
2048         * hpux-thread.c: Update copyright.  Rename child_ops.
2049
2050 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
2051
2052         * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2053
2054 2004-10-05  Andrew Cagney  <cagney@gnu.org>
2055
2056         * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2057
2058 2004-10-05  Daniel Jacobowitz  <dan@debian.org>
2059
2060         * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2061         (die_ref_table): Remove.
2062         (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2063         (struct dwarf2_per_cu_data): Add PSYMTAB.  Add a comment describing
2064         the usage of this type.
2065         (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2066         (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2067         (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2068         (dwarf2_create_include_psymtab): Update comment.
2069         (find_partial_die): Remove third argument.  Remove unreachable call
2070         to error ().
2071         (dwarf2_find_containing_comp_unit): Update comments.  Change one
2072         assertion to an error.  Remove an unreachable error.
2073         (dwarf2_find_comp_unit): Update comments.
2074         (type_at_offset): Remove dead code.
2075         (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2076         (store_in_ref_table): Add CU argument.
2077         (follow_die_ref): Take DIE, attribute, and CU arguments.  Handle
2078         inter-compilation-unit references.
2079         (load_full_comp_unit, process_full_comp_unit): New functions, based
2080         on psymtab_to_symtab_1.
2081         (psymtab_to_symtab_1): Use them.
2082         (dwarf2_add_dependence): New function.
2083         (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu.  Always create
2084         a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2085         (partial_die_parent_scope, guess_structure_name): Update for changes
2086         to find_partial_die.
2087         (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2088         (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2089         (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2090         (read_die_and_children): Update call to store_in_ref_table.
2091         (do_free_die_list_cleanup): Remove.
2092         (fixup_partial_die): Update for changes to find_partial_die.
2093         (read_full_die): Handle queueing absolute references.
2094         (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2095         (dwarf2_attr, die_specification, die_type)
2096         (die_containing_type, dwarf2_extension): Update calls to
2097         follow_die_ref.
2098         (dump_die): Update DW_FORM_ref* handling.
2099         (dwarf2_get_ref_die_offset): Likewise.
2100         (free_one_comp_unit): Release the dies list.
2101         (dwarf2_mark_helper): New function.
2102         (dwarf2_mark): Use it.
2103
2104 2004-10-05  Mark Kettenis  <kettenis@jive.nl>
2105
2106         * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2107         when writing to memory.
2108
2109 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
2110
2111         * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2112         (m32r_extract_struct_value_address): Delete function.
2113         (m32r_return_value): New function.
2114         (m32r_gdbarch_init): Instead of store_return_value,
2115         extract_return_value, deprecated_extract_struct_value_address
2116         and deprecated_use_struct_convention, set return_value.
2117
2118 2004-10-03  Daniel Jacobowitz  <dan@debian.org>
2119
2120         * dwarf2read.c (read_subrange_type): Add comment for variable
2121         sized arrays.
2122
2123 2004-10-03  Paul Hilfinger  <hilfingr@nile.gnat.com>
2124
2125         * Makefile.in (.l.c): Modify rule for compatibility with recent
2126         versions of flex, and remove most command-line options.
2127         * ada-lex.l: Add %options line in place of -I -i and -s command-line
2128         options.
2129
2130 2004-10-02  Paul N. Hilfinger  <Hilfinger@gnat.com>
2131
2132         Turn on initial Ada support (mainly expression evaluation).
2133         
2134         * Makefile.in (SFILES): Remove ada-tasks.c.
2135         (HFILES_NO_SRCDIR): Add ada-lang.h.
2136         (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2137         (YYOBJ): Add ada-exp.o.
2138         (rule .l.c): Generalize to not mention ada.
2139         * symtab.c: Include ada-lang.h.
2140         (symbol_natural_name, symbol_demangled_name)
2141         (symbol_search_name): Add Ada case.
2142
2143 2004-10-01  Andrew Cagney  <cagney@gnu.org>
2144
2145         * Makefile.in (COMMON_OBS): Add inf-child.o.
2146         * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2147         * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2148         * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2149         * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2150         * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2151         * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2152         * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2153         * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2154         * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2155         * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2156         * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2157         * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2158         * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2159
2160         * target.c (xfer_using_stratum): Change return type to LONGEST.
2161         On each iteration offset, readbuf and writebuf.
2162         * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2163         partial_length, and read/modify/write predicate, update comments.
2164         Pass buffer.word to ptrace write.
2165
2166 2004-10-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
2167
2168         * symfile.c (init_filename_language_table): Add extensions for
2169         Ada.
2170         * defs.h (enum language): Add language_ada.
2171         * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2172         * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2173         (add_symbols_from_enclosing_procs): Make a no-op for now.
2174         (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2175         (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2176         (find_line_in_linetable, find_next_line_in_linetable)
2177         (read_all_symtabs, is_plausible_func_for_line)
2178         (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2179         (is_runtime_sym_defined, check_size): Remove declaration.
2180         (function_name_from_pc, ada_translate_error_message)
2181         (ada_lookup_minimal_symbol): Remove definition.
2182         (ada_add_block_symbols): Remove useless label.
2183         * ada-lang.h (ada_maybe_exception_partial_symbol): Remove 
2184         useless declaration.
2185         (ada_is_exception_sym): Likewise.
2186
2187 2004-09-30    Kei Sakamoto  <sakamoto.kei@renesas.com>
2188
2189         Add m32r-linux support.
2190         * configure.tgt: Add m32r*-*-linux*.
2191         * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2192         and m32r-linux-tdep.c.
2193         (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2194         * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2195         * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2196         m32r-linux-tdep.c.
2197         * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2198         config/m32r/linux.mh, config/m32r/linux.mt,
2199         config/m32r/nm-linux.h: New files.
2200
2201 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
2202
2203         * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2204         (mips32_fetch_instruction): Remove, unused.
2205
2206 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
2207
2208         * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2209         conditions that will always be true.
2210
2211 2004-09-30  Mark Kettenis  <kettenis@gnu.org>
2212
2213         * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2214         (vaxbsd_fetch_inferior_registers): Rename from
2215         fetch_inferior_registers.  Make static.
2216         (vaxbsd_store_inferior_registers): Rename from
2217         store_inferior_registers.  Make static.
2218         (_initialize_vaxbsd_nat): Construct and add target vector.
2219         * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2220         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2221         * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2222         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2223         (NAT_FILE): Remove.
2224         * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2225         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2226         (NAT_FILE): Remove.
2227         * Makefile.in (vaxbsd-nat.o): Update dependencies.
2228
2229         * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2230         (m88kbsd_fetch_inferior_registers): Rename from
2231         fetch_inferior_registers.  Make static.
2232         (m88kbsd_store_inferior_registers): Rename from
2233         store_inferior_registers.  Make static.
2234         (_initialize_m88kbsd_nat): New prototype and function.
2235         * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2236         inftarg.o.  Add inf-child.o and inf-ptrace.o.
2237         (NAT_FILE): Remove.
2238         * Makefile.in (m88kbsd-nat.o): Update dependencies.
2239
2240 2004-09-30  Andrew Cagney  <cagney@gnu.org>
2241
2242         * target.c (target_xfer_partial): New function.
2243         (target_read_memory_partial, target_write_memory_partial) 
2244         (default_xfer_partial, target_read_partial, target_write_partial) 
2245         (xfer_using_stratum): Use.
2246         (debug_to_xfer_partial): Delete function.
2247         (setup_target_debug): Do not override to_xfer_partial.
2248
2249 2004-09-30  Mark Kettenis  <kettenis@chello.nl>
2250
2251         * fork-child.c: Update copyright year.  Fix coding style.
2252
2253 2004-09-29  Mark Kettenis  <kettenis@gnu.org>
2254
2255         * defs.h (msavestring, mstrsave): Remove prototypes.
2256         * utils.c (msavestring, mstrsave): Remove functions.
2257         * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2258         * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2259         of mstrsave.
2260         * source.c (find_and_open_source): Use xstrdup instead of
2261         mstrsave.
2262
2263 2004-09-30  Andrew Cagney  <cagney@gnu.org>
2264
2265         * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2266         (inf_ptrace_xfer_memory): Delete.
2267         * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2268         (target_read_memory, target_write_memory): Use xfer_using_stratum
2269         when target_xfer_partial_p.
2270         (debug_target): Move to start of file.
2271         (target_read_memory_partial, target_write_memory_partial): Use
2272         to_xfer_partial when target_xfer_partial_p.
2273
2274         * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2275         inf_ptrace_xfer_memory with equivalent code.
2276         * inftarg.c (child_xfer_partial): When performing a write, pass
2277         writebuf to child_xfer_memory.
2278
2279         * target.c (target_read_string): Use target_read_memory instead of
2280         target_xfer_memory.
2281
2282 2004-09-29  Andrew Cagney  <cagney@gnu.org>
2283
2284         * infptrace.c (kill_inferior): Fix typo, in previous inline.  Pass
2285         the address of status.
2286
2287         * infptrace.c (ptrace_wait): Mention problem with HPUX.
2288         (kill_inferior): Inline ptrace_wait call.
2289         * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2290         * inftarg.c (child_wait): Inline ptrace_wait call.
2291
2292         * target.h (struct target_ops): Delete field to_post_wait.
2293         (target_post_wait): Delete macro.
2294         (child_post_wait): Delete declaration.
2295         * target.c (update_current_target, update_current_target)
2296         (debug_to_post_wait, setup_target_debug): Delete functions and
2297         references.
2298         * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2299         * inftarg.c (child_post_wait): Delete.
2300         (init_child_ops): Do not set to_post_wait.
2301         * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2302         * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2303         * inf-child.c (inf_child_post_wait): Delete.
2304         (inf_child_target): Do not set to_post_wait.
2305         * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2306         (inf_ptrace_target): Do not set to_post_wait.
2307
2308         * wince.c (child_ops): Delete.
2309         * win32-nat.c (child_ops): Delete.
2310
2311         * inftarg.c (inftarg_set_find_memory_regions) 
2312         (inftarg_set_make_corefile_notes): Delete functions.
2313         (_initialize_linux_nat): Inline calls.
2314
2315         * target.h (child_ops): Declare.
2316         * inftarg.c (child_ops): Move from here ...
2317         * target.c (child_ops): ... to here.
2318         * wince.c (child_ops): Delete extern declaration.
2319         * win32-nat.c (child_ops): Delete extern declaration.
2320         * linux-nat.c (child_ops): Delete extern declaration.
2321         * hpux-thread.c (child_ops): Delete extern declaration.
2322
2323 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
2324
2325         * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2326
2327 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
2328
2329         * configure.in: Only set host_makefile_frag when building a native
2330         debugger.
2331         * configure: Regenerate.
2332
2333         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2334         for OpenBSD ELF.
2335
2336 2004-09-28  Andrew Cagney  <cagney@gnu.org>
2337
2338         Problem identified by Paul Hilfinger.
2339         * Makefile.in (ada_lex_c): Define.
2340         (ada-lex.o): Delete rule.
2341
2342         * linux-proc.c: Delete file.
2343         * Makefile.in: Update.
2344         * config/sparc/linux64.mh (NATDEPFILES): 
2345         * config/sparc/linux.mh (NATDEPFILES): Update.
2346         * config/s390/s390.mh (NATDEPFILES): Update.
2347         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2348         * config/powerpc/linux.mh (NATDEPFILES): Update.
2349         * config/pa/linux.mh (NATDEPFILES): Update.
2350         * config/mips/linux.mh (NATDEPFILES): Update.
2351         * config/m68k/linux.mh (NATDEPFILES): Update.
2352         * config/ia64/linux.mh (NATDEPFILES): Update.
2353         * config/i386/linux64.mh (NATDEPFILES): Update.
2354         * config/i386/linux.mh (NATDEPFILES): Update.
2355         * config/arm/linux.mh (NATDEPFILES): Update.
2356         * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2357         * linux-nat.c: Update copyright.  Include <sys/param.h>,
2358         <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2359         "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2360         (O_LARGEFILE): Possibly define.
2361         (_initialize_linux_nat, linux_proc_pending_signals)
2362         (add_line_to_sigset, linux_proc_xfer_memory)
2363         (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2364         (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2365         (struct linux_corefile_thread_data)
2366         (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2367         (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2368
2369 2004-09-16  Andrew Cagney  <cagney@gnu.org>
2370
2371         * lin-lwp.c: Delete file.
2372         * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2373         <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2374         (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2375         (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2376         (linux_nat_attach, detach_callback, linux_nat_detach)
2377         (resume_callback, resume_clear_callback, linux_nat_resume)
2378         (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2379         (stop_wait_callback, linux_nat_has_pending, flush_callback)
2380         (status_callback, running_callback, count_events_callback)
2381         (select_singlestep_lwp_callback, select_event_lwp_callback)
2382         (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2383         (child_wait, stop_and_resume_callback, linux_nat_wait)
2384         (kill_callback, kill_wait_callback, linux_nat_kill)
2385         (linux_nat_create_inferior, linux_nat_mourn_inferior)
2386         (linux_nat_xfer_memory, linux_nat_thread_alive)
2387         (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2388         (_initialize_linux_nat): New functions.
2389         * Makefile.in: Update all dependencies.
2390         * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2391         * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2392         * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2393         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2394         * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2395         * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2396         * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2397         * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2398         * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2399         * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2400         * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2401         * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2402         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2403
2404 2004-09-27  Mark Kettenis  <kettenis@gnu.org>
2405
2406         * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2407         config/i386/obsd64.mh (NAT_FILE): Remove variable.
2408
2409         * configure.in: Don't comment out NATDEPFILES in the generated
2410         Makefile if NAT_FILE is unset.
2411         * configure: Regenerate.
2412
2413 2004-09-27  Andrew Cagney  <cagney@gnu.org>
2414
2415         * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2416         (insert_step_resume_breakpoint): Delete.
2417         (insert_step_resume_breakpoint_at_frame): New function.
2418         (insert_step_resume_breakpoint_at_sal): New function.
2419         (handle_inferior_event, step_into_function)
2420         (insert_step_resume_breakpoint): Simplify by using same.
2421
2422         * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2423
2424 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
2425
2426         * fbsd-proc.c: Remove file.
2427         * Makefile.in (fbsd-proc.o): Remove dependency.
2428
2429         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2430         code together.
2431
2432         * config/i386/nm-fbsd64.h: Remove file.
2433         * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2434
2435 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
2436
2437         * amd64-nat.h: Update copyright year.
2438         (amd64bsd_target): New prototype.
2439         * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2440         (amd64bsd_target): New function.
2441         (amd64bsd_fetch_inferior_registers): Rename from
2442         fetch_inferior_registers.  Make static.
2443         (amd64bsd_store_inferior_registers): Rename from
2444         store_inferior_registers.  Make static.
2445         * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2446         (_initialize_amd64fbsd_nat): Construct and add target vector.
2447         * amd64nbsd-nat.o: Include "target.h".
2448         (_initialize_amd64nbsd_nat): Construct and add target vector.
2449         * amd64obsd-nat.c: Include "target.h".
2450         (_initialize_amd64obsd_nat): Construct and add target vector.
2451         * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2452         * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2453         inftarg.o and fbsd-proc.o.  Add inf-child.o, inf-ptrace.o and
2454         fbsd-nat.o.
2455         * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2456         Remove infptrace.o and inftarg.o.  Add inf-child.o and
2457         inf-ptrace.o.
2458         * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2459         (amd64obsd-nat.o): Update dependencies.
2460
2461 2004-09-25  Mark Kettenis  <kettenis@gnu.org>
2462
2463         * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2464         * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2465         * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2466         * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2467         * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2468
2469         * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2470         Inline attach call.
2471         (inf_ptrace_detach): Inline detach call.
2472
2473         * configure.in: Check for waddstr instead of mvwaddstr when
2474         searching for curses library.  Check for wborder.
2475         * configure, config.in: Regenerate.
2476         * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2477         available.
2478
2479         * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2480
2481 2004-09-24  Robert Picco <Robert.Picco@hp.com>
2482
2483         Committed by Andrew Cagney.
2484         * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2485         (show_remote_protocol_p_packet_cmd): New.  Implement 'p' packet.
2486         configuration.
2487         (fetch_register_using_p): Implement 'p' packet.  Based on code by
2488         Fernando Nasser.
2489         (remote_fetch_registers): Call fetch_register_using_p.
2490         (init_all_packet_configs, show_remote_cmd)
2491         (_initialize_remote): Add p-packet.
2492
2493 2004-09-24  Mark Kettenis  <kettenis@gnu.org>
2494
2495         * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2496         instead of call_ptrace.  Call wait directly instead of
2497         ptrace_wait.
2498         (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2499         (inf_ptrace_wait): Inline ptrace_wait call.
2500
2501 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
2502
2503         * Makefile.in (.y.c): Revert previous change.  ../ylwrap was 
2504         rolled back instead.
2505
2506 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
2507
2508         * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2509         the new argument order.
2510
2511 2004-09-23  Corinna Vinschen  <vinschen@redhat.com>
2512
2513         * MAINTAINERS: Remove "broken" from XStormy16 entry.
2514         * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2515         (struct gdbarch_tdep): Remove.
2516         (struct xstormy16_frame_cache): New frame cache structure.
2517         (xstormy16_register_byte, xstormy16_register_raw_size)
2518         (xstormy16_reg_virtual_type, xstormy16_register_type)
2519         (xstormy16_push_arguments, xstormy16_push_return_address)
2520         (xstormy16_pop_frame, xstormy16_store_struct_return)
2521         (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2522         (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2523         (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2524         (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2525         (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2526         (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2527         (xstormy16_use_struct_convention): Drop gcc_p parameter.
2528         (xstormy16_extract_return_value, xstormy16_store_return_value):
2529         Regcachify.  Drop useless struct convention handling.
2530         (xstormy16_register_type, xstormy16_return_value)
2531         (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2532         (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2533         (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2534         (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2535         (xstormy16_unwind_sp, xstormy16_unwind_pc)
2536         (xstormy16_unwind_dummy_id) : New functions.
2537         (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2538         of xstormy16_scan_prologue.
2539         (xstormy16_frame_unwind): New frame_unwind structure.
2540         (xstormy16_frame_base): New frame_base structure.
2541         (xstormy16_gdbarch_init): Accomodate all of the above changes.
2542         Reshuffle for better readability.  Also add dwarf2_frame_sniffer.
2543
2544 2004-09-22  Mark Kettenis  <kettenis@gnu.org>
2545
2546         * language.c (language_gdbarch_post_init): Fix off-by one error.
2547
2548 2004-09-21  Daniel Jacobowitz  <dan@debian.org>
2549
2550         * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2551         (struct dwarf2_offset_and_type): New.
2552         (set_die_type, reset_die_and_siblings_types, get_die_type)
2553         (offset_and_type_hash, offset_and_type_eq): New functions.
2554         (read_structure_type, read_enumeration_type, read_array_type)
2555         (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2556         (read_tag_reference_type, read_tag_const_type)
2557         (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2558         (read_typedef, read_base_type, read_subrange_type): Use
2559         set_die_type.
2560
2561 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
2562
2563         * Makefile.in (dwarf2read.o): Update dependencies.
2564         * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2565         (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2566         and read_in_chain.
2567         (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2568         mark, and has_form_ref_addr.
2569         (struct dwarf2_per_cu_data): New.
2570         (dwarf2_max_cache_age): New.
2571         (dwarf2_build_psymtabs_hard): Free cached compilation units
2572         after loading.  Create and manage the list of compilation units.
2573         Remove unnecessary NULL initialization.  Fix indentation.
2574         (psymtab_to_symtab_1): Initialize all of CU.
2575         (dwarf2_read_abbrevs): Set has_form_ref_addr.
2576         (find_partial_die): Use dwarf2_find_containing_comp_unit
2577         and load_comp_unit.
2578         (free_stack_comp_unit): Update comments.  Clear the per-cu
2579         pointer.  Handle aging.
2580         (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2581         (age_cached_comp_units, free_one_cached_comp_unit)
2582         (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2583         (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2584         (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2585         (show_dwarf2_cmd): New.
2586         (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2587         and "maint show dwarf2 max-cache-age".
2588         * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2589         externs.
2590         * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2591         global.
2592
2593 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
2594
2595         * dwarf2read.c (typename_concat): Change prototype to accept obstack
2596         and dwarf2_cu struct pointer as arguments.  Change function to use
2597         obstack if provided and use dwarf2_cu to determine language-specific
2598         separator.
2599         (partial_die_parent_scope): Change comment to include java.  Use
2600         new version of typename_concat instead of obconcat.
2601         (partial_die_full_name): Use typename_concat.
2602         (read_namespace): Ditto.
2603         (read_enumeration_type): Use typename_concat instead of obconcat.
2604         (new_symbol): Ditto.
2605         (add_partial_symbol): Enhance tests for C++ to also test for Java.
2606         (guess_structure_name): Ditto.
2607         (read_subroutine_type): Ditto.
2608         (read_structure_type): Ditto.
2609         (is_vtable_name): Add Java support.
2610         (determine_class_name): Switch to new typename_concat call.
2611         (determine_prefix): Switch to new typename_concat call.
2612         * jv-exp.y (FuncStart): New pattern.
2613         (MethodInvocation): Add support for simple function calls.  Change
2614         warning message for other forms of inferior call currently not
2615         supported.
2616         * valarith.c (value_subscript): Treat an array with upper-bound
2617         of -1 as unknown size.
2618
2619 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
2620
2621         * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2622         (lookup_partial_symtab): Use symtab_to_fullname.
2623
2624 2004-09-19  Jim Blandy  <jimb@redhat.com>
2625
2626         * minsyms.c (lookup_minimal_symbol): Doc fix.
2627
2628 2004-09-20  Andrew Cagney  <cagney@gnu.org>
2629
2630         * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2631         CHILD_RESUME.
2632         * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2633         * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2634         KILL_INFERIOR.
2635         * infptrace.c: Update.
2636
2637 2004-09-19  Daniel Jacobowitz  <dan@debian.org>
2638
2639         * symtab.c (output_source_filename): Mark first argument as const.
2640         (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2641         for "info sources" output.
2642
2643 2004-09-20  Mark Kettenis  <kettenis@gnu.org>
2644
2645         * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2646         <machine/vmparam.h>.
2647         (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2648         (register_u_addr): Remove prototype.
2649
2650 2004-09-19  Mark Kettenis  <kettenis@gnu.org>
2651
2652         * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2653         (i386bsd_fetch_inferior_registers): Rename from
2654         fetch_inferior_registers.  Make static.
2655         (i386bsd_store_inferior_registers): Rename from
2656         store_inferior_registers.  Make static.
2657         (i386bsd_target): New function.
2658         * i386bsd-nat.h: New file.
2659         * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2660         "i386bsd-nat.h".
2661         (i386fbsd_resume): Rename from child_resume.  Make static.
2662         (_initialize_i386fbsd_nat): Construct and add target vector.
2663         * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2664         (_initialize_i386nbsd_nat): Construct and add target vector.
2665         * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2666         Remove defines.
2667         * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2668         and fbsd-nat.o.  Remove inftarg.o and fbsd-proc.o.
2669         * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2670         inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
2671         (LOADLIBES): New variable.
2672         * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2673         inf-ptrace.o.  Remove inftarg.o.
2674         * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2675         inf-ptrace.o. Remove inftarg.o.
2676         * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2677         inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
2678         (LOADLIBES): New variable.
2679         * Makefile.in (i386bsd_nat_h): New variable.
2680         (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2681         dependencies.
2682
2683         * sparc64nbsd-tdep.c: Include "objfiles.h".
2684         (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2685         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
2686         svr4_lp64_fetch_link_map_offsets.
2687         * sparc64obsd-tdep.c: Include "objfiles.h".  Don't include
2688         "nbsd-tdep.h".
2689         (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2690         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
2691         svr4_lp64_fetch_link_map_offsets.
2692         * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2693         dependencies.
2694
2695         * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2696         * fbsd-nat.h: New file.
2697         * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2698         (fbsd_nat_h): New variable.
2699         (fbsd-nat.o): New dependency.
2700
2701         * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2702         config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2703
2704         * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2705         comment.
2706
2707 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
2708         
2709         * ada-exp.y (type_int): New function to add layer of abstraction
2710         around references to expression types.
2711         (type_long): Ditto.
2712         (type_long_long): Ditto.
2713         (type_float): Ditto.
2714         (type_double): Ditto.
2715         (type_long_double): Ditto.
2716         (type_char): Ditto.
2717         (type_system_address): Ditto.
2718         (simple_exp): Use type_* functions in place of builtin_* 
2719         variables.
2720         (exp): Ditto.
2721         (write_var_from_name): Ditto.
2722         (write_object_renaming): Ditto.
2723         * ada-lang.c (ada_create_fundamental_type): Remove redundant
2724         declaration.
2725         (build_ada_types): Remove, replacing with...
2726         (ada_language_arch_info): New function to initialize primitive
2727         type vector in language_arch_info.
2728         (ada_array_length): Remove use of builtin_type_ada_int.
2729         (value_pos_atr): Ditto.
2730         (ada_evaluate_subexp): Ditto.
2731         (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2732         builtin_type_ada_long_long, builtin_type_ada_char, 
2733         builtin_type_ada_float, builtin_type_ada_double, 
2734         builtin_type_ada_long_double, builtin_type_ada_natural,
2735         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2736         (ada_builtin_types): Remove.
2737         (ada_language_defn): Remove entries for la_builtin_type_vector and
2738         string_char_type and use ada_language_arch_info.
2739         (_initialize_ada_language): Do type-vector initialization along
2740         the lines of c-lang.c.
2741         (ada_create_fundamental_type): Break up line.
2742         (ada_dump_symtab): Remove unused function.
2743         (enum ada_primitive_types): Define.
2744         * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short, 
2745         builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char, 
2746         builtin_type_ada_float, builtin_type_ada_double, 
2747         builtin_type_ada_long_double, builtin_type_ada_natural,
2748         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2749         * ada-lex.l: Use type_* functions in place of builtin_* variables.
2750         (processInt): Ditto.
2751         (processReal): Ditto.
2752         (name_lookup): Ditto.
2753         * ada-typeprint.c (print_range): Use builtin_type_int, not
2754         builtin_type_ada_int.
2755         
2756 2004-09-18  Mark Kettenis  <kettenis@gnu.org>
2757
2758         * i386-tdep.c (i386_register_name): Rename regno to regnum.
2759
2760         * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2761         * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2762         * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2763         * configure.in: Improve checks for curses library by checking for
2764         mvwaddstr instead of initscr.  Drop HP curses in favour of
2765         standard curses on HP-UX.
2766         * configure: Regenerated.
2767
2768 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
2769
2770         * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2771         ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1): 
2772         Minor formatting changes.
2773         (empty_array): Slight rewrite for formatting.
2774         (emit_char,parse,ada_language_defn,build_ada_types,
2775         ada_is_exception_sym, _initialize_ada_language): Move 
2776         definitions around.
2777         (ada_dump_symtab): Remove unused definition.
2778         (ada_maybe_exception_partial_symbol): Remove unused definition.
2779
2780 2004-09-16  Andrew Cagney  <cagney@gnu.org>
2781
2782         * inf-child.c: Include "gdb_string.h".
2783         (inf_child_core_file_to_sym_file): Delete.
2784         (inf_child_target): Set to_fetch_registers and to_store_registers.
2785         * inf-ptrace.c: Include "gdb_string.h".
2786         * Makefile.in: Update all dependencies.
2787
2788         * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2789         problem.
2790
2791 2004-09-14  Joel Brobecker  <brobecker@gnat.com>
2792
2793         * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2794         call to heuristic_proc_desc. Remove code that became redundant
2795         as a consequence.
2796         (read_next_frame_reg): Remove special case for SP_REGNUM.
2797         (set_reg_offset): Fix small typo.
2798         (reset_saved_regs): New procedure.
2799         (mips32_heuristic_proc_desc): No longer compute a fake
2800         procedure descriptor. Compute the full frame cache instead.
2801         Some minor comment reformatting.
2802
2803 2004-09-14  Andrew Cagney  <cagney@gnu.org>
2804
2805         * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2806         maintainer.
2807
2808         * thread-db.c (thread_db_new_objfile): Assume that there is a
2809         child process.
2810
2811 2004-09-13  Jim Blandy  <jimb@redhat.com>
2812
2813         * valops.c (value_assign): Move 'buffer' to the enclosing block,
2814         so that its storage isn't referenced after its lifetime ends.
2815
2816         * valops.c (value_assign): 'use_buffer' is initialized to zero,
2817         and never assigned to.   Delete it, and the 'if (use_buffer)'
2818         clauses.  Delete 'raw_buffer', since it is now unused.
2819
2820 2004-09-13  Andrew Cagney  <cagney@gnu.org>
2821
2822         * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2823         * configure: Re-generate.
2824         * nlm/Makefile.in (TAGS): Update.
2825         * Makefile.in (TAGS): Update.
2826         * config/vax/nbsd.mt (TM_FILE): Update.
2827         * config/sparc/vxworks.mt (TM_FILE): Update.
2828         * config/sparc/sol2.mt (TM_FILE): Update.
2829         * config/sparc/sol2-64.mt (TM_FILE): Update.
2830         * config/sparc/obsd64.mt (TM_FILE): Update.
2831         * config/sparc/obsd.mt (TM_FILE): Update.
2832         * config/sparc/nbsd64.mt (TM_FILE): Update.
2833         * config/sparc/nbsd.mt (TM_FILE): Update.
2834         * config/sparc/linux64.mt (TM_FILE): Update.
2835         * config/sparc/linux.mt (TM_FILE): Update.
2836         * config/sparc/fbsd.mt (TM_FILE): Update.
2837         * config/sh/wince.mt (TM_FILE): Update.
2838         * config/sh/nbsd.mt (TM_FILE): Update.
2839         * config/sh/linux.mt (TM_FILE): Update.
2840         * config/sh/embed.mt (TM_FILE): Update.
2841         * config/s390/s390.mt (TM_FILE): Update.
2842         * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2843         * config/rs6000/rs6000.mt (TM_FILE): Update.
2844         * config/rs6000/aix4.mt (TM_FILE): Update.
2845         * config/powerpc/vxworks.mt (TM_FILE): Update.
2846         * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2847         * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2848         * config/powerpc/obsd.mt (TM_FILE): Update.
2849         * config/powerpc/nbsd.mt (TM_FILE): Update.
2850         * config/powerpc/linux.mt (TM_FILE): Update.
2851         * config/powerpc/aix.mt (TM_FILE): Update.
2852         * config/pa/obsd.mt (TM_FILE): Update.
2853         * config/pa/linux.mt (TM_FILE): Update.
2854         * config/pa/hppahpux.mt (TM_FILE): Update.
2855         * config/pa/hppa64.mt (TM_FILE): Update.
2856         * config/pa/hppa.mt (TM_FILE): Update.
2857         * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2858         * config/mips/wince.mt (TM_FILE): Update.
2859         * config/mips/vxmips.mt (TM_FILE): Update.
2860         * config/mips/nbsd.mt (TM_FILE): Update.
2861         * config/mips/linux.mt (TM_FILE): Update.
2862         * config/mips/irix6.mt (TM_FILE): Update.
2863         * config/mips/irix5.mt (TM_FILE): Update.
2864         * config/mips/embed.mt (TM_FILE): Update.
2865         * config/m68k/vxworks68.mt (TM_FILE): Update.
2866         * config/m68k/st2000.mt (TM_FILE): Update.
2867         * config/m68k/os68k.mt (TM_FILE): Update.
2868         * config/m68k/obsd.mt (TM_FILE): Update.
2869         * config/m68k/nbsd.mt (TM_FILE): Update.
2870         * config/m68k/monitor.mt (TM_FILE): Update.
2871         * config/m68k/linux.mt (TM_FILE): Update.
2872         * config/m68k/cisco.mt (TM_FILE): Update.
2873         * config/ia64/linux.mt (TM_FILE): Update.
2874         * config/ia64/aix.mt (TM_FILE): Update.
2875         * config/ia64/ia64.mt (TM_FILE): Update.
2876         * config/i386/vxworks.mt (TM_FILE): Update.
2877         * config/i386/obsd64.mt (TM_FILE): Update.
2878         * config/i386/obsd.mt (TM_FILE): Update.
2879         * config/i386/nto.mt (TM_FILE): Update.
2880         * config/i386/nbsd64.mt (TM_FILE): Update.
2881         * config/i386/nbsd.mt (TM_FILE): Update.
2882         * config/i386/linux64.mt (TM_FILE): Update.
2883         * config/i386/linux.mt (TM_FILE): Update.
2884         * config/i386/i386sol2.mt (TM_FILE): Update.
2885         * config/i386/i386lynx.mt (TM_FILE): Update.
2886         * config/i386/fbsd64.mt (TM_FILE): Update.
2887         * config/i386/fbsd.mt (TM_FILE): Update.
2888         * config/i386/cygwin.mt (TM_FILE): Update.
2889         * config/h8300/h8300.mt (TM_FILE): Update.
2890         * config/frv/frv.mt (TM_FILE): Update.
2891         * config/cris/cris.mt (TM_FILE): Update.
2892         * config/arm/wince.mt (TM_FILE): Update.
2893         * config/arm/nbsd.mt (TM_FILE): Update.
2894         * config/arm/linux.mt (TM_FILE): Update.
2895         * config/arm/embed.mt (TM_FILE): Update.
2896         * config/alpha/nbsd.mt (TM_FILE): Update.
2897         * config/alpha/fbsd.mt (TM_FILE): Update.
2898         * config/alpha/alpha.mt (TM_FILE): Update.
2899         * config/alpha/alpha-osf1.mt (TM_FILE): Update.
2900         * config/alpha/alpha-linux.mt (TM_FILE): Update.
2901
2902         Eliminate event_loop_p, always has the value 1.
2903         * defs.h (event_loop_p): Delete macro.
2904         * breakpoint.c (until_break_command): Simplify.
2905         * utils.c (prompt_for_continue): Simplify.
2906         * tracepoint.c (read_actions): Simplify.
2907         * top.c (throw_exception, execute_command, gdb_readline_wrapper) 
2908         (gdb_rl_operate_and_get_next, command_line_input, get_prompt) 
2909         (set_prompt, init_main): Simplify.
2910         (init_signals, disconnect): Delete, unused.
2911         * remote.c (remote_async_resume) 
2912         (extended_remote_async_create_inferior): Simplify.
2913         * mi/mi-interp.c (mi_input): Delete, unused.
2914         (mi_interpreter_resume, mi_command_loop): Simplify.
2915         * interps.c (current_interp_command_loop): Simplify.
2916         * infrun.c (proceed): Simplify.
2917         * infcmd.c (run_command, continue_command, step_1, jump_command)
2918         (until_command, advance_command, finish_command)
2919         (interrupt_target_command): Simplify.
2920         * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
2921
2922         * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2923         * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2924         * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2925         * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2926         * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
2927         * mips-tdep.c (mips_dump_tdep): Do not print same.
2928
2929 2004-09-12  Andrew Cagney  <cagney@gnu.org>
2930
2931         * valprint.c (print_longest): Use fputs_filtered.  Make "val"
2932         const.
2933         * Makefile.in (valprint.o): Delete explict rule.
2934
2935         * config/m68k/nbsdelf.mh: Add missing trailing newline.  Problem
2936         reported by Dave Anderson.
2937
2938         * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
2939
2940         * inferior.h (STORE_STRUCT_RETURN): Delete macro.
2941
2942 2004-09-12  Salvador E. Tropea  <set@users.sf.net>
2943             Andrew Cagney  <cagney@gnu.org>
2944
2945         * mi/mi-main.c (mi_cmd_data_list_changed_registers)
2946         (mi_cmd_data_list_register_values)
2947         (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
2948         the register number computation.
2949
2950 2004-09-12  Andrew Cagney  <cagney@gnu.org>
2951
2952         * ppcnbsd-nat.c: Include "inf-ptrace.h".
2953         (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
2954         (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
2955         (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
2956         target.
2957         * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
2958         inf-ptrace.o and inf-child.o.
2959         * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
2960         * Makefile.in: Update dependencies.
2961         
2962 2004-09-11  Andrew Cagney  <cagney@gnu.org>
2963
2964         * language.c (hex_string, hex_string_custom): Move from here ...
2965         * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
2966         (CELLSIZE): Increase to 50.
2967         * language.h (hex_string, hex_string_custom): Move from here ...
2968         * defs.h: ... to here.
2969         * Makefile.in: Update all dependencies.
2970         
2971 2004-09-11  Paul N. Hilfinger  <hilfinger@gnat.com>
2972
2973         * language.c (local_hex_format_custom): Remove.
2974         (local_hex_string): Rename to hex_string, use C format, and move to
2975         utils.c
2976         (local_hex_string_custom): Rename to hex_string_custom and change
2977         interface.  Now uses C format.  Move to utils.c
2978         (local_octal_format_custom): Remove.
2979         (local_decimal_format_custom): Remove.
2980         (unknown_language_defn): Remove language-specific number 
2981         formatting entries.
2982         (auto_language_defn): Ditto.
2983         (local_language_defn): Ditto.
2984         * language.h (struct language_format_info): Delete declaration.
2985         (struct language_defn): Remove language_format_info fields
2986         la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
2987         (local_binary_format): Remove macro.
2988         (local_binary_format_prefix): Remove macro.
2989         (local_binary_format_specifier): Remove macro.
2990         (local_binary_format_suffix): Remove macro.
2991         (local_octal_format): Remove macro.
2992         (local_octal_format_prefix): Remove macro.
2993         (local_octal_format_specifier): Remove macro.
2994         (local_octal_format_suffix): Remove macro.
2995         (local_decimal_format): Remove macro.
2996         (local_decimal_format_prefix): Remove macro.
2997         (local_decimal_format_specifier): Remove macro.
2998         (local_decimal_format_suffix): Remove macro.
2999         (local_hex_format): Remove macro.
3000         (local_hex_format_prefix): Remove macro.
3001         (local_hex_format_specifier): Remove macro.
3002         (local_hex_format_suffix): Remove macro.
3003         (local_decimal_format_custom): Remove.
3004         (local_octal_format_custom): Remove.
3005         (local_hex_format_custom): Remove.
3006         (local_hex_string): Rename to hex_string and move to defs.h.
3007         (local_hex_string_custom): Rename to hex_string_custom, change
3008         interface, and move to defs.h.
3009         * utils.c: (int_string): New function.
3010         (hex_string): New function (from language.c).
3011         (hex_string_custom): New function (from language.c).
3012         (octal2str): New function.
3013         (decimal2str): Add width parameter.
3014         (paddr_u): Use new decimal2str interface.
3015         (paddr_d): Ditto.
3016         * defs.h (hex_string): Declare.
3017         (hex_string_custom): Declare.
3018         (int_string): Declare.
3019         * printcmd.c (print_scalar_formatted): Remove localized binary
3020         formatting.
3021         * valprint.c (print_longest): Use int_string.
3022         (print_floating): Use C hex format.
3023         (print_hex_chars): Ditto.
3024         (print_binary_chars): Remove language-specific formatting.
3025         (print_octal_chars): Use C octal format.
3026         (print_decimal_chars): Delocalize format.
3027         (print_decimal): Remove.
3028         * ada-lang.c (ada_language_defn): Remove language-specific number 
3029         formatting entries.
3030         * p-lang.c (pascal_language_defn): Ditto.
3031         * c-lang.c (c_language_defn): Ditto.
3032         (cplus_language_defn): Ditto.
3033         (asm_language_defn): Ditto.
3034         (minimal_language_defn): Ditto.
3035         * f-lang.c (f_language_defn): Ditto.
3036         * jv-lang.c (java_language_defn): Ditto.
3037         * m2-lang.c (m2_language_defn): Ditto.
3038         * scm-lang.c (scm_language_defn): Ditto.
3039         * objc-lang.c (objc_language_defn): Ditto.
3040         * memattr.c (mem_info_command): Use renamed hex_string_custom with
3041         new interface.
3042         * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3043         * ui-out.c (ui_out_field_core_addr): Ditto.
3044         * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3045         * exec.c (print_section_info): Ditto.
3046         * i387-tdep.c (print_i387_status_word): Ditto.
3047         (print_i387_control_word): Ditto.
3048         (i387_print_float_info): Ditto.
3049         * maint.c (maint_print_section_info): Ditto.
3050         * solib.c (info_sharedlibrary_command): Ditto.
3051         * somsolib.c (som_sharedlibrary_info_command): Ditto.
3052         * symtab.c (print_msymbol_info): Ditto.
3053         * tracepoint.c (tracepoints_info): Ditto.
3054         * solib-frv.c (lm_base): Ditto.
3055         (frv_current_sos): Ditto.
3056         (enable_break2): Ditto.
3057         (enable_break): Ditto.
3058         * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3059         (process_one_symbol): Ditto.
3060         * infcmd.c (program_info): Ditto.
3061         * mdebugread.c (parse_partial_symbols): Ditto.
3062         * symfile.c (add_symbol_file_command): Ditto.
3063         * cli/cli-cmds.c (edit_command): Ditto.
3064         (list_command): Ditto.
3065         * infcall.c (call_function_by_hand): Ditto.
3066         * remote-vx.c (vx_run_files_info): Ditto.
3067         (vx_wait): Ditto.
3068         (vx_attach): Ditto.
3069         (vx_detach): Ditto.
3070         (vx_kill): Ditto.
3071         * aix-thread.c (pdc_symbol_addrs): Ditto.
3072         (pdc_read_regs): Ditto.
3073         (pdc_write_regs): Ditto.
3074         (pdc_read_data): Ditto.
3075         (pdc_write_data): Ditto.
3076         * d10v-tdep.c (display_trace): Ditto.
3077         * rs6000-nat.c (find_toc_address): Ditto.
3078         * aix-thread.c: Don't include language.h.
3079         * buildsym.c: Ditto.
3080         * dbxread.c: Ditto.
3081         * mdebugread.c: Ditto.
3082         * rs6000-nat.c: Ditto.
3083         * buildsym.c (make_blockvector): Use renamed hex_string.
3084         
3085 2004-09-10  Jason Molenda  (jmolenda@apple.com)
3086
3087         * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3088         chars after 'if' or 'while' commands in user-defined commands.
3089
3090 2004-09-08  Jim Blandy  <jimb@redhat.com>
3091
3092         Fix bug reported and analyzed by Olivier Crete:
3093         * symfile.c (copy_section_addr_info): New function.
3094         (symbol_file_add_with_addrs_or_offsets): Use it to save the
3095         original set of address arguments, instead of handwritten code
3096         that uses one length to allocate and a different length to
3097         initialize.  Use make_cleanup_free_section_addr_info.
3098         * symfile.h (copy_section_addr_info): New declaration.
3099         * utils.c: #include "symfile.h".
3100         (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3101         New functions.
3102         * defs.h (make_cleanup_free_section_addr_info): New declaration.
3103         * Makefile.in (utils.o): Update dependencies.
3104
3105 2004-09-08  Andrew Cagney  <cagney@gnu.org>
3106
3107         * thread-db.c (keep_thread_db): Delete.
3108         (thread_db_new_objfile, thread_db_create_inferior)
3109         (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3110
3111 2004-09-08  Mark Kettenis  <kettenis@gnu.org>
3112
3113         * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3114         (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3115         (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3116         (i386_frameless_signal_p): Remove prototype.
3117         * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3118         (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3119         I386_SSE_NUM_REGS.
3120         * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3121         instead of FP0_REGNUM.
3122         (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3123         of FP0_REGNUM and FPC_REGNUM.
3124
3125         * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3126         (sunos_solib_create_inferior_hook): Don't call
3127         sunos_relocate_main_executable.
3128
3129         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3130         solib_svr4_fetch_link_map_offsets to
3131         svr4_ilp32_fetch_link_map_offsets.
3132         * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3133         (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3134         svr4_ilp32_fetch_link_map_offsets.
3135         * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3136
3137 2004-09-07  Jim Blandy  <jimb@redhat.com>
3138
3139         * frame.h (frame_register): Doc fix.
3140
3141 2004-09-07  Andrew Cagney  <cagney@gnu.org>
3142
3143         * vx-share/wait.h: Delete #ifdef USG.
3144         * utils.c (request_quit): Ditto.
3145         * tui/tui.c (tui_reset): Ditto.
3146         * remote.c: Ditto.
3147         * remote-sds.c: Ditto.
3148         * remote-rdi.c: Ditto.
3149         * mdebugread.c: Ditto.
3150         * m68klinux-nat.c: Ditto.
3151         * infttrace.c: Ditto.
3152         * infptrace.c: Ditto.
3153         * i386v-nat.c: Ditto.
3154         * exec.c: Ditto.
3155         * dbxread.c: Ditto.
3156         * core-aout.c: Ditto.
3157
3158 2004-09-05  Joel Brobecker  <brobecker@gnat.com>
3159
3160         * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3161         heuristic_proc_desc.
3162         (mips_insn32_frame_cache): Likewise.
3163
3164 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3165
3166         * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3167         left behind by error.
3168
3169 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3170
3171         * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3172         * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3173
3174 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3175
3176         * config/rs6000/xm-aix4.h: Remove this file.
3177         * config/rs6000/aix4.mh (XM_FILE): Delete.
3178
3179 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
3180
3181         * config/rs6000/xm-rs6000.h: Remove this file.
3182         * config/rs6000/rs6000.mh (XM_FILE): Remove.
3183
3184 2004-09-03  Andrew Cagney  <cagney@gnu.org>
3185
3186         * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3187         (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3188         only use.
3189
3190         * mips-tdep.c (temp_saved_regs): Delete.
3191         (set_reg_offset): Replace saved_regs parameter with this_cache.
3192         (heuristic_proc_desc, mips16_heuristic_proc_desc)
3193         (mips32_heuristic_proc_desc): Add this_cache parameter.
3194         (mips_insn32_frame_cache, mips_insn16_frame_cache)
3195         (after_prologue): Pass a NULL this_cache.
3196
3197         * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3198         non-kernel trap prologues.
3199
3200         * mips-tdep.c (find_proc_desc): Delete function.
3201         (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3202         simplify.
3203         (mips_insn16_frame_cache): Replace find_proc_desc with code from
3204         mips_insn32_frame_cache.
3205
3206         * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3207         Simplify as NEXT_FRAME is NULL.
3208         (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3209
3210         * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3211         local variable.
3212         (mips_skip_prologue): Update.
3213
3214         * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3215         "cur_frame" parameter.
3216         (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3217         (mips_insn32_frame_cache, find_proc_desc): Update
3218
3219         * config/vax/nm-obsd.h: Delete file.
3220         * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3221         * config/vax/nm-nbsd.h: Delete file.
3222         * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3223         * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3224         * config/sh/nm-nbsd.h: Delete file.
3225         * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3226         * config/rs6000/nm-rs6000ly.h: Delete file.
3227         * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3228         * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3229         * config/powerpc/nm-obsd.h: Delete file.
3230         * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3231         * config/powerpc/nm-nbsd.h: Delete file.
3232         * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3233         * config/pa/nm-obsd.h: Delete file.
3234         * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3235         * config/mips/nm-nbsd.h: Delete file.
3236         * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3237         * config/m88k/nm-obsd.h: Delete file.
3238         * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3239         * config/m68k/nm-nbsd.h: Delete file.
3240         * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3241         * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3242         * config/i386/nm-nbsd.h: Delete file.
3243         * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3244         * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3245         * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3246         * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3247         * config/i386/nm-i386lynx.h: Delete file.
3248         * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3249         * config/arm/nm-nbsd.h: Delete file.
3250         * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3251         * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3252
3253         * config/i386/tm-fbsd.h: Delete file.
3254         * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3255         * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3256
3257         * config/rs6000/tm-rs6000-aix4.h: Delete file.
3258         * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3259         * config/rs6000/aix4.mt (TM_FILE): Set to
3260         config/rs6000/tm-rs6000.h.
3261         * config/powerpc/tm-ppc-aix.h: Delete file.
3262         * config/powerpc/aix.mt (TM_FILE): Set to
3263         config/rs6000/tm-rs6000.h.
3264         * config/m68k/tm-linux.h: Delete file.
3265         * config/m68k/linux.mt (TM_FILE): Set to solib.h
3266         * config/i386/tm-linux64.h: Delete file.
3267         * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3268         * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3269         
3270         * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3271         * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3272         * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3273         * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3274         * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3275         * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3276         * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3277         * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. 
3278         * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3279
3280         * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3281         gdb_host_cpu.
3282
3283 2004-09-02  Joel Brobecker  <brobecker@gnat.com>
3284
3285         * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3286         Minor reformatting. Some code factoring.
3287
3288 2004-09-02  Andrew Cagney  <cagney@gnu.org>
3289
3290         * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3291         * config/vax/tm-nbsd.h: Delete file.
3292         * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3293         * config/sparc/tm-vxworks.h: Delete file.
3294         * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3295         * config/sparc/tm-nbsd.h: Delete file.
3296         * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3297         * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3298         * config/sparc/tm-linux.h: Delete file.
3299         * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3300         * config/s390/tm-linux.h: Delete file.
3301         * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3302         * config/pa/tm-bsd.h: Delete file.
3303         * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3304         * config/m68k/tm-obsd.h: Delete file.
3305         * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3306         * config/m68k/tm-nbsd.h: Delete file.
3307         * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3308         * config/i386/tm-vxworks.h: Delete file.
3309         * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3310         * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3311         * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3312         * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3313         * config/i386/tm-nbsd.h: Delete file.
3314         * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3315         * config/i386/tm-i386lynx.h: Delete file.
3316         * config/cris/cris.mt (TM_FILE): Set to solib.h.
3317         * config/cris/tm-cris.h: Delete file.
3318
3319         * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3320         * configure: Re-generate.
3321         * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3322         * config/arm/tm-nbsd.h: Delete file.
3323         
3324         * config/powerpc/tm-ppcle-sim.h: Delete.
3325         * config/powerpc/tm-ppcle-eabi.h: Delete.
3326         * config/powerpc/tm-nbsd.h: Delete.
3327         * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3328         * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3329         tm-ppcle-eabi.h.
3330
3331         * config/i386/nto.mh (NAT_FILE): Delete.
3332         * config/i386/nm-nto.h: Delete.
3333
3334         * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3335         * config/m68k/tm-os68k.h: Ditto.
3336         * config/m68k/tm-monitor.h: Ditto.
3337         * config/m68k/tm-cisco.h: Ditto.
3338         * config/m68k/st2000.mt (TM_FILE): Delete.
3339         * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3340         * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3341         * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3342         * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3343
3344         * config/m68k/tm-st2000.h: Delete.
3345         * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3346         * config/sparc/fbsd.mt (TM_FILE): Delete.
3347         * config/sparc/tm-fbsd.h: Delete.
3348
3349         * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3350         * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM) 
3351         (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3352
3353         * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3354         GDB_TM_FILE and GDB_XM_FILE.
3355         * gdbarch.c: Re-generate.       
3356         * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3357         quotes in macro definition.
3358         * configure.in: Re-generate.
3359
3360         * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3361         validating architecture methods.
3362         * gdbarch.c: Re-generate.
3363         
3364         * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3365         and GDB_TM_FILE.  Check for GDB_TM_FILE instead of
3366         GDB_MULTI_ARCH_PARTIAL.
3367         * gdbarch.h: Re-generate.
3368         
3369         * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3370         * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3371         * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3372         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3373         * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3374         * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3375         * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3376         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3377         * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3378         * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3379         * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3380         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3381
3382 2004-09-01  Andrew Cagney  <cagney@gnu.org>
3383
3384         * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3385         and main_func_highpc.
3386         (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3387         * objfiles.c (init_entry_point_info, objfile_relocate): Update
3388         * nlmread.c (nlm_symfile_read): Update.
3389
3390 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
3391
3392         * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3393         (mips_insn32_frame_cache): Inline call to find_proc_desc.
3394         (find_proc_desc): Remove dead code.
3395
3396 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
3397
3398         * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3399
3400 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
3401
3402         * observer.sh: Add struct so_list declaration.
3403         * Makefile.in: Add dependencies on observer.h for solib.c and
3404         breakpoint.c.
3405         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3406         function.
3407         (_initialize_breakpoint): Register 
3408         disable_breakpoints_in_unloaded_shlib as an observer of the 
3409         "solib unloaded" observation event.
3410         (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3411         call decode_line_1 so unfound breakpoint errors are silent.
3412         * solib.c (update_solib_list): When a solib is discovered to have
3413         been unloaded by the program, notify all observers of the
3414         "solib unloaded" observation event.
3415
3416 2004-09-01  Andrew Cagney  <cagney@gnu.org>
3417
3418         * frame.c: Include "objfiles.h".
3419         (inside_main_func): New function.
3420         (get_prev_frame): Use new inside_main_func.
3421         * Makefile.in (frame.o): Update dependencies.
3422         * defs.h (inside_main_func): Delete declaration.
3423         * blockframe.c (inside_main_func): Delete function.
3424
3425 2004-08-31  Jim Blandy  <jimb@redhat.com>
3426
3427         * dwarf2read.c (is_vtable_name): New function, based on logic from
3428         read_structure_type, but passing the correct length to strncmp,
3429         and using 'sizeof' instead of 'strlen'.
3430         (read_structure_type): Call it.
3431
3432 2004-08-31  Joel Brobecker  <brobecker@gnat.com>
3433
3434         * config/powerpc/aix.mh: Add comment.
3435
3436 2004-08-31  Paul GIlliam  <pgilliam@us.ibm.com>
3437
3438         * MAINTAINERS: Add self to Write-After-Approval.
3439
3440 2004-08-30  Manoj Iyer  <manjo@austin.ibm.com>
3441
3442         * MAINTAINERS: Add self to Write-After-Approval.
3443
3444 2004-08-30  Andrew Cagney  <cagney@gnu.org>
3445
3446         Fix PR breakpoints/1757.
3447         * infrun.c (struct execution_control_state): Replace
3448         remove_breakpoints_on_following_step with
3449         step_after_step_resume_breakpoint.
3450         (init_execution_control_state): Update.
3451         (handle_inferior_event): For signals, when stepping off a
3452         breakpoint, set step_after_step_resume_breakpoint.  When
3453         BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3454         (keep_going): Delete code handling
3455         remove_breakpoints_on_following_step.
3456
3457 2004-08-29  David Lecomber  <david@streamline-computing.com>
3458         
3459         Fix PR gdb/648
3460         * language.h (enum array_ordering): New enum.
3461         * language.h (struct language_defn): New la_array_ordering 
3462         attribute.
3463         * language.c (unknown_language_defn, auto_language_defn)
3464         (local_language_defn): Ditto.
3465         * ada-lang.c (ada_language_defn): Ditto.
3466         * c-lang.c (c_language_defn, cplus_language_defn)
3467         (asm_language_defn, minimal_language_defn): Ditto.
3468         * f-lang.c (f_language_defn): Ditto.
3469         * jv-lang.c (java_language_defn): Ditto.
3470         * m2-lang.c (f_language_defn): Ditto.
3471         * objc-lang.c (objc_language_defn): Ditto.
3472         * p-lang.c (pascal_language_defn): Ditto.
3473         * scm-lang.c (scm_language_defn): Ditto.
3474         * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3475         oriented large to small in type structure.
3476         * dwarf2read.c (read_array_order): New function.
3477         (read_array_type): Use read_array_order to check row/column
3478         major ordering.
3479
3480 2004-08-27  Nathan J. Williams  <nathanw@wasabisystems.com>
3481
3482         * target.c (target_resize_to_sections): Check
3483         current_target.to_sections for an old value when updating.
3484
3485 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
3486
3487         * procfs.c (dbx_link_bpt_addr): New static global variable.
3488         (dbx_link_shadow_contents): New static global variable.
3489         (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3490         (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3491         if we just hit it.
3492         (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3493         Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3494         from run to run.
3495         (procfs_create_inferior): Remove syssgi syscall-exit notifications
3496         after the inferior has been forked.
3497         (remove_dbx_link_breakpoint): New function.
3498         (dbx_link_addr): New function.
3499         (insert_dbx_link_bpt_in_file): New function.
3500         (insert_dbx_link_bpt_in_region): New function.
3501         (insert_dbx_link_breakpoint): New function.
3502         (proc_trace_syscalls_1): New function, extracted from
3503         proc_trace_syscalls.
3504         (proc_trace_syscalls): Replace extract code by call to
3505         proc_trace_syscalls_1.
3506         * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3507         is no longer valid.
3508
3509 2004-08-25  Jim Blandy  <jimb@redhat.com>
3510
3511         * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3512
3513 2004-08-25  Andrew Cagney  <cagney@gnu.org>
3514
3515         * infrun.c (struct execution_control_state): Delete field
3516         "stepping_through_sigtramp".
3517         (init_execution_control_state): Do not set same.
3518         (context_switch): Do not pass same to save_infrun_state and
3519         load_infrun_state.
3520         * gdbthread.h (struct thread_info): Delete field
3521         stepping_through_sigtramp.
3522         (save_infrun_state, load_infrun_state): Delete parameter
3523         stepping_through_sigtramp.
3524         * thread.c (load_infrun_state, save_infrun_state): Update.
3525
3526         * infrun.c: Re-indent.  Move expression operators to the beginning
3527         of the line.  Remove long disabled #if 0 code.
3528
3529 2004-08-24  Andrew Cagney  <cagney@gnu.org>
3530
3531         * doublest.h (floatformat_ieee_quad): Rename
3532         floatformat_ia64_quad.
3533         * doublest.c (floatformat_ieee_quad): Rename
3534         floatformat_ia64_quad.
3535         (_initialize_doublest): Update.
3536
3537 2004-08-24  Jim Blandy  <jimb@redhat.com>
3538
3539         * dwarf2expr.h (struct dwarf_expr_context): New members
3540         'num_pieces' and 'pieces', for returning the result of an
3541         expression that uses DW_OP_piece.
3542         (struct dwarf_expr_piece): New struct type.
3543         * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3544         pieces.
3545         (free_dwarf_expr_context): Free pieces, if any.
3546         (add_piece): New function.
3547         (execute_stack_op): Implement DW_OP_piece.
3548         * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3549         expression is a list of pieces, print an error message.
3550         (dwarf2_loc_desc_needs_frame): If the expression yields
3551         pieces, and any piece is in a register, then we need a frame.
3552
3553         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3554         the stack until we've decided what sort of result the evaluation
3555         has produced.  Use separate variables, with more specific names.
3556
3557 2004-08-23  Richard Earnshaw  <rearnsha@arm.com>
3558
3559         * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3560         (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3561         (arm_netbsd_init_abi_common): Register them.
3562
3563 2004-08-22  Mark Kettenis  <kettenis@gnu.org>
3564
3565         * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3566
3567         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3568         safe_frame_unwind_memory instead of target_read_memory.
3569
3570         * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3571         Reorder includes.
3572         (fetch_register, store_register): Remove prototypes.
3573         (child_resume): Reorganize code and comments such that it is
3574         grouped a bit more logically.
3575         (attach): Explicitly compare errno against 0.
3576         (detach): Likewise.  Use perror_with_name instead of
3577         print_sys_errmsg.
3578         * Makefile.in (infptrace.o): Update dependencies.
3579
3580         * ia64-linux-nat.c: Update copyright year.
3581         (fetch_debug_register, store_debug_register)
3582         (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3583         PTRACE_TYPE_ARG3.
3584         * config/ia64/nm-linux.h: Update copyright year.
3585          (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3586
3587         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3588         from CORE_ADDR to struct frame_info *.  Use
3589         safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3590         (amd64_linux_sigtramp_p): Adjust for changed signature of
3591         and64_linux_sigtramp_start
3592
3593         * gdb_ptrace.h: GNU/Linux.
3594
3595         * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3596         Remove defines.
3597
3598         * infptrace.c: Include "gdb_assert.h".
3599         (PTRACE_XFER_TYPE): Remove define.
3600         (offsetof): Only define if U_REGS_OFFSET isn't defined.
3601         (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3602         Tweak comment.
3603         (fetch_inferior_registers, store_inferior_registers): Remove
3604         redundant culry braces.  Tweak comment.  s/regno/regnum.
3605         * Makefile.in (infptrace.o): Update dependencies.
3606
3607         * configure.in: Change test for return type of ptrace to default
3608         to `long' instead of `int'.
3609         * configure: Regenerate.        
3610
3611 2004-08-21  Mark Kettenis  <kettenis@gnu.org>
3612
3613         * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3614
3615         * configure.in: Check for ttrace function.
3616         * configure, config.in: Regenerate.     
3617
3618         * gdb_ptrace.h: New file.
3619         * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3620         <sys/ptrace.h>.
3621         (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3622         (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3623         (attach): Don't define PT_ATTACH.
3624         (detach): Don't define PT_DETACH.
3625         * Makefile.in (gdb_ptrace_h): New variable.
3626         (infptrace.o): Update dependencies.
3627
3628 2004-08-16  Mark Kettenis  <kettenis@gnu.org>
3629
3630         * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3631         instead of `int' if not already defined.
3632         (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3633         PTRACE_TYPE_ARG3.
3634         * infptrace.c (call_ptrace): Revert change that replaced
3635         PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3636
3637 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
3638
3639         * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3640         Remove defines.
3641
3642         * linux-nat.c (kill_inferior): Add missing third and fourth
3643         arguments to ptrace call.  Don't use PTRACE_ARG3_TYPE.
3644
3645         * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3646         PTRACE_TYPE_RET.
3647
3648         * proc-why.c (proc_prettyfprint_why): Fix format string.
3649
3650         * solib-osf.c (osf_current_sos): Remove unsused label.
3651
3652         * configure.in: Add <ncurses/ncurses.h> to the list of possible
3653         curses headers.
3654         * configure, config.in: Regenerate.     
3655         * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3656         <ncurses/ncurses.h>.
3657
3658         * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3659         * config/nm-nbsd.h: Update copyright year.
3660         (PTRACE_ARG3_TYPE): Remove define.
3661
3662         * sparc-nat.c (fetch_inferior_registers)
3663         (store_inferior_registers, sparc_xfer_wcookie): 
3664         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3665
3666         * alphabsd-nat.c (fetch_inferior_registers):
3667         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3668         PTRACE_TYPE_ARG3.
3669         * amd64bsd-nat.c (fetch_inferior_registers)
3670         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3671         PTRACE_TYPE_ARG3.
3672         * armnbsd-nat.c: Update copyright year.
3673         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3674         (store_register, store_regs, store_fp_register, store_fp_regs):
3675         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3676         * hppabsd-nat.c (fetch_inferior_registers)
3677         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3678         PTRACE_TYPE_ARG3.
3679         * i386bsd-nat.c (fetch_inferior_registers)
3680         (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3681         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3682         * m68kbsd-nat.c (fetch_inferior_registers)
3683         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3684         PTRACE_TYPE_ARG3.
3685         * m88kbsd-nat.c (fetch_inferior_registers)
3686         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3687         PTRACE_TYPE_ARG3.
3688         * mipsnbsd-nat.c: Update copyright year.
3689         (fetch_inferior_registers, store_inferior_registers):
3690         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3691         * ns32knbsd-nat.c: Update copyright year.
3692         (fetch_inferior_registers, store_inferior_registers):
3693         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3694         * ppcnbsd-nat.c (fetch_inferior_registers):
3695         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3696         PTRACE_TYPE_ARG3.
3697         * ppcobsd-nat.c (fetch_inferior_registers):
3698         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3699         PTRACE_TYPE_ARG3.
3700         * shnbsd-nat.c: Update copyright year.
3701         (fetch_inferior_registers, store_inferior_registers):
3702         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3703         * vaxbsd-nat.c (fetch_inferior_registers)
3704         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3705         PTRACE_TYPE_ARG3.
3706         
3707         * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3708         PTRACE_TYPE_ARG3.
3709         * infptrace.c (call_ptrace, child_resume, attach, detach)
3710         (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3711         (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3712         * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3713         PTRACE_TYPE_ARG3.
3714
3715 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
3716
3717         * defs.h: Remove out-of-date comment.
3718         [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3719         [!GETENV_PROVIDED] (getenv): Remove prototype.
3720
3721         * standalone.c: Remove file.
3722         * Makefile.in (standalone.o): Remove dependency.
3723
3724         * i386-linux-nat.c (dummy_sse_values): Remove function and
3725         prototype.
3726         (i386_linux_dr_get): Fix typo in comment.
3727         (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3728
3729         * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3730
3731         * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3732         from declaration.
3733         * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3734         from definition.
3735
3736 2004-08-13  Mark Kettenis  <kettenis@gnu.org>
3737
3738         * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3739         parenthesis in definition.
3740         * configure: Regenerated.
3741
3742 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
3743
3744         * PROBLEMS: Mention build/1411.
3745
3746 2004-08-09  Robert Millan  <robertmh@gnu.org>
3747
3748         Committed by Nathanael Nerode.
3749         * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3750         * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3751
3752 2004-08-12  Andrew Cagney  <cagney@gnu.org>
3753
3754         * NEWS: Mention fixes in GDB 6.2.1.
3755         * PROBLEMS: Remove mention of mips-irix.
3756
3757 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3758
3759         * config/powerpc/xm-aix.h: Delete.
3760         * config/powerpc/aix.mh (MH_FILE): Remove.
3761         * config/powerpc/aix432.mh (MH_FILE): Remove.
3762
3763 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3764
3765         * config/powerpc/aix.mh: Remove obsolete comment.
3766         * config/powerpc/aix432.mh: Likewise.
3767
3768 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3769
3770         * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3771
3772 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3773
3774         * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3775         this file is now empty.
3776         * config/xm-aix4.h: Remove, this file is no longer included
3777         anywhere.
3778
3779 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3780
3781         * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3782         that file is now empty.
3783         (termdef): Remove prototype, function no longer used.
3784
3785 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3786
3787         * doc/gdbint.texinfo (Host Definition): Remove documentation
3788         for USE_O_NOCTTY, no longer used.
3789         * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3790         * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3791
3792 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
3793
3794         * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3795         * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3796         * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3797
3798 2004-08-11  Mark Kettenis  <kettenis@gnu.org>
3799
3800         * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3801         instead of FIVE_ARG_PTRACE.
3802
3803         * inflow.c (O_NOCTTY): Define to zero if not already defined.
3804         (new_tty): Use O_NOCTTY unconditionally.
3805
3806 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
3807
3808         * procfs.c (procfs_detach): Cleanup.  Print process ID, not LWP
3809         ID.  Use comma in output.  Use gdb_flush on gdb_stdout instead of
3810         fflush on stdout.
3811
3812 2004-08-10  Joel Brobecker  <brobecker@gnat.com>
3813
3814         * xcoff_symfile_finish: Replace last call to xmfree by call
3815         to xfree.
3816
3817 2004-08-10  Andrew Cagney  <cagney@gnu.org>
3818
3819         * main.c (captured_main): Delete call to init_malloc.
3820         * defs.h (init_malloc): Delete declaration.
3821         * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3822         (init_malloc): Delete functions.
3823
3824         * defs.h (xmfree): Delete.
3825         * utils.c (xmfree): Delete function.
3826         (xfree): Inline calls to xmfree and mfree.
3827         * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3828         * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3829         * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3830         * somread.c (som_symfile_finish): Ditto.
3831         * objfiles.c (allocate_objfile, free_objfile): 
3832         * nlmread.c (nlm_symfile_finish): Ditto.
3833         * hpread.c (hpread_symfile_finish): Ditto.
3834         * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3835         * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3836         * coffread.c (coff_symfile_finish): Ditto.
3837
3838         * defs.h (xmcalloc): Delete declaration.
3839         * utils.c (xmcalloc): Delete.
3840         (xcalloc): Inline calls to xmcalloc and mcalloc.
3841         * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3842         xcalloc and xfree.
3843         * symtab.c (create_demangled_names_hash): Ditto.
3844
3845         * defs.h (xmrealloc): Delete.
3846         * utils.c (xmrealloc): Delete.
3847         (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3848         * symmisc.c (extend_psymbol_list): Use xrealloc.
3849         * source.c (find_source_lines): Ditto.
3850         * hpread.c (hpread_lookup_type): Ditto.
3851         * dbxread.c (add_bincl_to_list): Ditto.
3852
3853         * utils.c (xmmalloc): Delete.
3854         (xmalloc): Inline xmmalloc and mmalloc calls.
3855         (msavestring): Use xmalloc.
3856         * defs.h (xmmalloc): Delete declaration.
3857         * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3858         xmmalloc.
3859         * symmisc.c (extend_psymbol_list): Ditto.
3860         * symfile.c (init_psymbol_list): Ditto.
3861         * source.c (find_source_lines): Ditto.
3862         * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3863         * elfread.c (elf_symtab_read): Ditto.
3864         * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3865         * coffread.c (coff_symfile_init): Ditto.
3866
3867 2004-08-10  David Carlton  <carlton@bactrian.org>
3868
3869         * MAINTAINERS: Remove David Carlton from c++ testsuite
3870         maintainers.
3871
3872 2004-08-10  Jerome Guitton  <guitton@gnat.com>
3873
3874         * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3875         print a line feed before the prompt.
3876
3877 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
3878
3879         * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
3880
3881 2004-08-09  Joel Brobecker  <brobecker@gnat.com>
3882
3883         General cleanup of the AIX xm include file:
3884         * config/xm-aix4.h (fd_set): Remove undefine.
3885         Remove include of <sys/select.h>.
3886         (HAVE_TERMIO): Remove define.
3887         (USG): Likewise.
3888         (NULL): Remove redefine.
3889         (alloca): Remove #pragma.
3890         (vfork): Remove define.
3891         (termdef): Remove.
3892         (SIGWINCH_HANDLER): Remove.
3893         (SIGWINCH_HANDLER_BODY): Remove.
3894
3895 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
3896
3897         * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
3898         GDB_OSABI_OPENBSD_ELF.
3899
3900 2004-08-07  Robert Millan  <robertmh@gnu.org>
3901
3902         * bsd-kvm.c: Check for nlist.h before including it.
3903
3904 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
3905
3906         * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
3907         sigcontext' offset consistency checks for ancient BSD.
3908
3909         * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
3910
3911         * configure.in: Check for <sys/types.h>.  Check return and
3912         argument types of ptrace.
3913         * configure, config.in: Regenerate.     
3914
3915 2004-08-09  Jim Blandy  <jimb@redhat.com>
3916
3917         * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
3918         rs6000_register_sim_regno): Doc fixes.
3919
3920 2004-08-08  Joel Brobecker  <brobecker@gnat.com>
3921
3922         * mips-tdep.c: Include "floatformat.h".
3923         (n32n64_floatformat_always_valid): New function.
3924         (floatformat_n32n64_long_double_big): New constant.
3925         (mips_gdbarch_init): Set size and format of long double
3926         for N32 and N64 ABIs.
3927         * Makefile.in (mips-tdep.o): Update dependencies.
3928
3929 2004-08-08  Andrew Cagney  <cagney@gnu.org>
3930
3931         * gdbarch.sh: Delete "fmt" and "attrib" fields.  Always use %s to
3932         print.  Improve script's error messages.
3933         * gdbarch.h: Re-generate.
3934
3935         * gdbarch.sh (pformat): New function.
3936         (float_format, double_format, long_double_format): List with bit
3937         members.  Use pformat when printing.
3938         * gdbarch.c, gdbarch.h: Re-generate.
3939         
3940 2004-08-08  Nathan J. Williams  <nathanw@wasabisystems.com>
3941
3942         * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
3943         "gdbcore.h", "regcache.h", and "bsd-kvm.h".
3944         (ppcnbsd_supply_pcb): New function.
3945         (_initialize_ppcnbsd_nat): New prototype and function.
3946         * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3947         (LOADLIBES): New variable.
3948         * Makefile.in (ppcnbsd-nat.o): Update dependencies.
3949
3950 2004-08-08  Andrew Cagney  <cagney@gnu.org>
3951
3952         * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
3953         (builtin_type_ieee_double, builtin_type_ia64_quad)
3954         (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
3955         BE/LE floating-point types.
3956         * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
3957         (builtin_type_ieee_double, builtin_type_ia64_quad)
3958         (builtin_type_ia64_spill): Declare.
3959         * doublest.c (_initialize_doublest, floatformat_ieee_single)
3960         (floatformat_ieee_double, floatformat_arm_ext)
3961         (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
3962         of LE/BE floatformats.  
3963         * doublest.h: (struct floatformat, floatformat_ieee_single)
3964         (floatformat_ieee_double, floatformat_arm_ext)
3965         (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
3966
3967 2004-08-08  Mark Kettenis  <kettenis@gnu.org>
3968
3969         * i386gnu-nat.c (gnu_store_registers): Fix typo.
3970
3971         * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
3972         instead of regcache_raw_supply when storing the registers.
3973
3974         * i386gnu-nat.c: Update copyright year.
3975         (gnu_store_registers): Don't use deprecated_registers and
3976         deprecated_registers_valid.  Use regcache_valid_p and
3977         regcache_raw_supply instead.
3978
3979         * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
3980         frame_pc_unwind.
3981
3982         * procfs.c (procfs_pid_to_str): Remove redundant and unused
3983         variables.  Incapitalized "process".
3984
3985         * configure.in: Add cursesX to the list of possible curses libs.
3986         Add cursesX.h to the list of possible curses headers. 
3987         * configure, config.in: Regenerate.     
3988
3989 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
3990
3991         * configure.in: Test for struct lwp in <sys/lwp.h>.
3992         * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
3993         the offset of l_addr in struct lwp.
3994
3995 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
3996
3997         * bsd-kvm.c: Include "gdbcore.h"
3998         (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
3999
4000 2004-08-07  Andrew Cagney  <cagney@gnu.org>
4001
4002         * gdbtypes.c (build_flt, build_complex): New functions.
4003         (gdbtypes_post_init): Use.
4004
4005         * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4006
4007         * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4008         through to builtin_type_uint128.
4009
4010         * c-exp.y: Use builtin_type function to obtain builtin types.
4011
4012         * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4013         builtin_uint128.
4014         * gdbtypes.c (gdbtypes_post_init): Update.
4015         (build_gdbtypes): Move initialization of builtin_type_int0
4016         through to builtin_type_uint128 from here ...
4017         (_initialize_gdbtypes): ... to here.
4018         * d10v-tdep.c (d10v_register_type): Update.
4019
4020         * doublest.c: Update copyright.
4021         (floatformat_from_length): Call error when floatformat is NULL.
4022         (extract_floating_by_length): Remove NULL fmt check.
4023         (store_floating_by_length): Ditto.
4024
4025 2004-08-07  Andrew Cagney  <cagney@gnu.org>
4026
4027         * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4028         that the register is valid.
4029
4030 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
4031
4032         * i386-linux-tdep.c (i386_linux_sigtramp_start)
4033         (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4034         struct frame_info *.  Use safe_frame_unwind_memory instead of
4035         deprecated_read_memory_nobpt.
4036         (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4037         changed signature of i386_linux_sigtramp_start and
4038         i386_linux_rt_sigtramp_start.
4039
4040         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4041         CORE_ADDR to struct frame_info *.  Use safe_frame_unwind_memory
4042         instead of deprecated_read_memory_nobpt.
4043         (i386nbsd_sigtramp_p): Adjust for changed signature of
4044         i386nbsd_sigtramp_offset.
4045
4046         * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4047         safe_frame_unwind_memory instead of target_read_memory.
4048
4049         * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4050         !NO_SYS_FILE.
4051         [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4052         [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4053         (_initialize_kernel_u_addr): Remove prototype and function.
4054         * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4055         !NO_SYS_FILE.
4056         * xcoffread.c: Likewise.
4057
4058 2004-08-06  Mark Kettenis  <kettenis@gnu.org>
4059
4060         * vax-nat.c: New file.
4061         * vaxbsd-nat.c: Tweak comment.
4062         * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4063         vaxnbsd-tdep.c.
4064         (vax-nat.o): New dependency.
4065         * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4066         (vax-*-ultrix2*): Remove.
4067         * config/vax/vax.mh: New file.
4068         * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4069         (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4070         (vax_register_u_addr): New prototype.
4071         (REGISTER_U_ADDR): Define using vax_register_u_addr.
4072         * config/vax/vaxult2.mh: Remove file.
4073         * config/vax/vaxult.mh: Remove file.
4074         * config/vax/vaxbsd.mh: Remove file.
4075         * config/vax/vax.mt (TM_FILE): Remove.
4076         * config/vax/tm-vaxbsd.h: Remove file.
4077
4078 2004-08-06  Joel Brobecker  <brobecker@gnat.com>
4079
4080         * aix-thread.c (get_signaled_thread): New function.
4081         (iter_trap): Delete, no longer used.
4082         (iter_tid): New function.
4083         (pd_update): Find the thread that received the SIGTRAP signal
4084         by first locating the kernel thread, and then finding its
4085         associated thread.
4086
4087 2004-08-06  Ulrich Weigand  <uweigand@de.ibm.com>
4088
4089         * lin-lwp.c (child_wait): Continue inferior after processing
4090         PTRACE_EVENT_CLONE event.
4091
4092 2004-08-05  Nathanael Nerode  <neroden@gcc.gnu.org>
4093
4094         * MAINTAINERS: Add self to Write-After-Approval.
4095
4096 2004-08-05  Jeff Johnston  <jjohnstn@redhat.com>
4097
4098         * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4099         libunwind-xxxx.so" where xxxx is UNW_TARGET.
4100
4101 2004-08-05  Andrew Cagney  <cagney@gnu.org>
4102
4103         * config/xm-sysv4.h: Delete file.
4104         * config/mips/xm-irix5.h: Delete file.
4105         * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4106         * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4107         * config/ia64/xm-aix.h: Delete file.
4108         * config/ia64/aix.mh (XM_FILE): Delete.
4109         * config/pa/xm-hppah.h: Delete file.
4110         * config/pa/hpux11w.mh (XM_FILE): Delete.
4111         * config/pa/hpux11.mh (XM_FILE): Delete.
4112         * config/pa/hpux1020.mh (XM_FILE): Delete.
4113         * config/pa/hppahpux.mh (XM_FILE): Delete.
4114
4115         * config/alpha/xm-alphalinux.h: Delete file.
4116         * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4117         * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4118         * config/alpha/xm-alphaosf.h: Delete file.
4119         * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4120         * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4121         * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4122         * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4123
4124         * config/i386/xm-i386v.h: Delete file.
4125         * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4126         * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4127         * config/i386/xm-i386sco.h: Delete file.
4128         * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4129         * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4130         * config/i386/xm-i386v4.h: Delete file.
4131         * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4132         * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4133         * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4134         * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4135
4136         * config/vax/xm-vax.h: Delete file.
4137         * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4138         * config/vax/xm-vaxult2.h: Delete file.
4139         * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4140         * config/vax/vaxult2.mh (XM_FILE): Delete.
4141         * config/vax/xm-vaxult.h: Delete file.
4142         * config/vax/vaxult.mh (XM_FILE): Delete.
4143         * config/vax/xm-vaxbsd.h: Delete file.
4144         * config/vax/vaxbsd.mh (XM_FILE): Delete.
4145
4146         * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4147         * gdbarch.h, gdbarch.c: Re-generate.
4148         * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4149         * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4150         * frame.h: Delete deprecated_read_fp from comments.
4151         * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4152         * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4153
4154 2004-08-04  Mark Kettenis  <kettenis@gnu.org>
4155
4156         * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4157         trampoline in OpenBSD 3.5-current.
4158
4159         * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4160         SSE registers.
4161
4162         * Makefile.in: Remove embedded page breaks.
4163
4164 2004-08-04  Jim Blandy  <jimb@redhat.com>
4165
4166         * regcache.c (regcache_raw_read): Assert that, after calling
4167         target_fetch_registers, the register we're reading is cached.
4168
4169         * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4170         a call to 'internal_error', with a more helpful error message.
4171         * rs6000-tdep.c (e500_pseudo_register_read,
4172         e500_pseudo_register_write, rs6000_store_return_value): Same.
4173
4174 2004-08-04  Andrew Cagney  <cagney@gnu.org>
4175
4176         * Makefile.in: Update dependencies.
4177
4178 2004-08-04  Jim Blandy  <jimb@redhat.com>
4179
4180         Change the layout of the PowerPC E500 raw register cache to allow
4181         the lower 32-bit halves of the GPRS to be their own raw registers,
4182         not pseudoregisters.
4183         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4184         add ppc_ev0_upper_regnum flag.
4185         * rs6000-tdep.c: #include "reggroups.h".
4186         (spe_register_p): Recognize the ev upper half registers as SPE
4187         registers.
4188         (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4189         registers.
4190         (e500_move_ev_register): New function.
4191         (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4192         vector registers are the pseudo-registers now, formed by splicing
4193         together the gprs and the upper-half registers.
4194         (e500_register_reggroup_p): New function.
4195         (P): Macro deleted.
4196         (P8, A4): New macro.
4197         (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4198         (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4199         macros.
4200         (registers_e500): Rearrange register set so that the raw register
4201         set contains 32-bit GPRs and upper-half registers, and the SPE
4202         vector registers become pseudo-registers.
4203         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4204         it has been deleted.  Initialize ppc_ev0_upper_regnum.  Many other
4205         register numbers are now the same for the E500 as they are for
4206         other PowerPC variants.  Register e500_register_reggroup_p as the
4207         register group function for the E500.
4208         * Makefile.in (rs6000-tdep.o): Update dependencies.
4209
4210         Adapt PPC E500 native support to the new raw regcache layout.
4211         * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4212         (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4213         (fetch_spe_register, store_spe_register): Handle fetching/storing
4214         all the SPE registers at once, if regno == -1.  These now take
4215         over the job of fetch_spe_registers and store_spe_registers.
4216         (fetch_spe_registers, store_spe_registers): Deleted.
4217         (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4218         unconditionally; they're always raw.  Fetch/store SPE upper half
4219         registers, if present, instead of ev registers.
4220         (fetch_register, store_register): Remove sanity checks: gprs are
4221         never pseudo-registers now, so we never need to even mention any
4222         registers that are ever pseudoregisters.
4223
4224         Use a fixed register numbering when communicating with the PowerPC
4225         simulator.
4226         * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4227         * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4228         (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno): 
4229         New functions.
4230         (rs6000_gdbarch_init): Register rs6000_register_sim_regno.  Call
4231         init_sim_regno_table.
4232         * Makefile.in (gdb_sim_ppc_h): New variable.
4233         (rs6000-tdep.o): Update dependencies.
4234
4235 2004-08-02  Andrew Cagney  <cagney@gnu.org>
4236
4237         * cris-tdep.c (cris_register_size): Restore function, still used
4238         locally.
4239
4240         * gdbarch.sh (deprecated_target_read_fp)
4241         (deprecated_frame_locals_address, deprecated_frame_args_address)
4242         (deprecated_frame_chain_valid, deprecated_frame_chain)
4243         (deprecated_init_extra_frame_info, deprecated_pop_frame)
4244         (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4245         (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4246         * gdbarch.h, gdbarch.c: Re-generate.
4247         * regcache.c (deprecated_read_fp): Do not call
4248         DEPRECATED_TARGET_READ_FP_P.
4249         * infcmd.c (default_print_registers_info): Do not call
4250         DEPRECATED_DO_REGISTERS_INFO.
4251         * frame-base.c (default_frame_locals_address): Do not call
4252         DEPRECATED_FRAME_LOCALS_ADDRESS.
4253         (default_frame_args_address): Do not call
4254         DEPRECATED_FRAME_ARGS_ADDRESS.
4255
4256         * gdbarch.sh (deprecated_register_raw_size)
4257         (deprecated_register_virtual_size:int): Delete.
4258         * gdbarch.h, gdbarch.c: Re-generate.
4259         * cris-tdep.c (cris_register_size): Delete.
4260         (cris_gdbarch_init): Update.
4261         * alpha-tdep.c (alpha_register_raw_size)
4262         (alpha_register_virtual_size): Delete.
4263         (alpha_gdbarch_init): Update.
4264
4265         * gdbarch.sh (deprecated_register_virtual_type)
4266         (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4267         (deprecated_dummy_write_sp): Delete.
4268         * gdbarch.h, gdbarch.c: Re-generate.
4269
4270         * gdbarch.sh (deprecated_register_bytes): Delete.
4271         * gdbarch.h, gdbarch.c: Re-generate.
4272         * regcache.c (deprecated_register_bytes): New function.
4273         * regcache.h (deprecated_register_bytes): Declare.
4274         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4275         * v850-tdep.c (v850_gdbarch_init): Update.
4276         * sh64-tdep.c (sh64_gdbarch_init): Update.
4277         * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4278         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4279         * mcore-tdep.c (mcore_gdbarch_init): Update.
4280         * cris-tdep.c (cris_gdbarch_init): Update.
4281         * arm-tdep.c (arm_gdbarch_init): Update.
4282         * remote.c (init_remote_state): Update.
4283         * remote-vx.c (vx_prepare_to_store): Update.
4284         * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4285         * irix5-nat.c (fetch_core_registers): Update.
4286         * cris-tdep.c (cris_register_bytes_ok): Update.
4287         * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4288
4289         * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4290         (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4291         (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4292         (mips_insn16_frame_base_address, mips_insn16_frame_base)
4293         (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4294         (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4295         (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4296         (mips_insn32_frame_base_address, mips_insn32_frame_base)
4297         (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4298         with mips_insn16 and mips_insn32.
4299
4300         Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4301         * rs6000-tdep.c (rs6000_push_dummy_call)
4302         (rs6000_extract_return_value): Use register_size.
4303         * xstormy16-tdep.c (xstormy16_get_saved_register) 
4304         (xstormy16_extract_return_value): Ditto.
4305         * valops.c (value_assign): Ditto.
4306         * v850ice.c (v850ice_fetch_registers, v850ice_store_registers): 
4307         * v850-tdep.c (v850_extract_return_value): Ditto.
4308         * tracepoint.c (collect_symbol): Ditto.
4309         * target.c (debug_print_register): Ditto.
4310         * stack.c (frame_info): Ditto.
4311         * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4312         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4313         * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4314         (store_register_using_P): Ditto.
4315         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4316         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4317         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4318         * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4319         * regcache.c (deprecated_read_register_bytes) 
4320         (deprecated_write_register_bytes, read_register) 
4321         (write_register): Ditto.
4322         * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4323         (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4324         * monitor.c (monitor_supply_register, monitor_fetch_register) 
4325         (monitor_store_register): Ditto.
4326         * mn10300-tdep.c (mn10300_pop_frame_regular) 
4327         (mn10300_print_register): Ditto.
4328         * mipsv4-nat.c (fill_fpregset): Ditto.
4329         * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset) 
4330         (mips64_fill_fpregset): Ditto.
4331         * mi/mi-main.c (register_changed_p, get_register)
4332         (mi_cmd_data_write_register_values): Ditto.
4333         * lynx-nat.c (fetch_inferior_registers, store_inferior_registers): 
4334         * irix5-nat.c (fill_gregset, fetch_core_registers): 
4335         * infrun.c (write_inferior_status_register): Ditto.
4336         * infptrace.c (fetch_register, store_register): Ditto.
4337         * infcmd.c (default_print_registers_info): Ditto.
4338         * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4339         * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4340         * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4341         * hpux-thread.c (hpux_thread_fetch_registers)
4342         (hpux_thread_store_registers): Ditto.
4343         * hppah-nat.c (store_inferior_registers, fetch_register): 
4344         * findvar.c (value_from_register): Ditto.
4345         * dve3900-rom.c (fetch_bitmapped_register): 
4346         * cris-tdep.c (cris_gdbarch_init): Ditto.
4347         * alpha-tdep.h: Ditto.
4348         * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4349
4350         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4351         DEPRECATED_REGISTER_RAW_SIZE from comments.
4352         * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4353         use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4354         DEPRECATED_REGISTER_RAW_SIZE.
4355         * findvar.c (value_of_register): Simplify by assuming that the
4356         registers raw and virtual sizes are identical.
4357         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4358         comment.
4359         * arch-utils.c (generic_register_size): Simplify by assuming
4360         register_type.
4361
4362         * regcache.c (legacy_read_register_gen, real_register) 
4363         (legacy_write_register_gen): Delete, not used.
4364
4365         * regcache.c (struct regcache_descr): Delete legacy_p.
4366         (init_legacy_regcache_descr): Delete function.
4367         (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4368         Do not use deprecated register functions.
4369         (regcache_raw_read, deprecated_write_register_gen):
4370         (deprecated_read_register_gen, regcache_raw_write): Delete code
4371         predicated on legacy_p.
4372         (register_size): Delete check against register raw size.
4373
4374         * cris-tdep.c (cris_register_type): Replace
4375         cris_register_virtual_type.
4376         (cris_gdbarch_init): Update, set register_type.
4377
4378         * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4379         * gdbarch.h, gdbarch.c: Re-generate.
4380         * arm-tdep.c    (arm_frameless_function_invocation): Delete.
4381         (arm_gdbarch_init) Do not set frameless function invocation.
4382         * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4383         * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4384         * frv-tdep.c (frv_frameless_function_invocation): Delete.
4385         (frv_gdbarch_init): Do not set frameless function invocation.
4386         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4387         * sh-tdep.c (sh_gdbarch_init): Ditto.
4388         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4389         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4390         * avr-tdep.c (avr_gdbarch_init): Ditto.
4391
4392         * blockframe.c (legacy_frame_chain_valid): Delete function.
4393
4394         * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4395         and pc.  Update comments.
4396         (pc_in_dummy_frame): Delete function.
4397         (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4398         use the "id".
4399         (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4400         call_hi, top and pc, use the id.
4401         (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4402
4403         * dummy-frame.c: Include "gdb_string.h".
4404         (generic_save_call_dummy_addr, generic_push_dummy_frame)
4405         (generic_save_dummy_frame_tos): Delete.
4406         (dummy_frame_push): New function, replaces above.
4407         * dummy-frame.h: Update copyright.
4408         (dummy_frame_push): Declare.
4409         * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4410         (generic_save_call_dummy_addr): Delete declarations.
4411         * infcall.c: Include "dummy-frame.h".
4412         (call_function_by_hand): Add locals caller_regcache,
4413         caller_regcache_cleanup and dummy_id.  Replace push_dummy_frame
4414         with call to frame_save_as_regcache plus cleanup.  Delete calls to
4415         generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4416         Move clear_proceed_status to just before the resume, add call to
4417         dummy_frame_push (discard cleanup).
4418         * Makefile.in (infcall.o): Add $(dummy_frame_h).
4419         (dummy-frame.o): Add $(gdb_string_h).
4420
4421 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4422
4423         * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4424         * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4425         * dummy-frame.c (find_dummy_frame): Delete.
4426         (struct dummy_frame_cache, dummy_frame_sniffer)
4427         (dummy_frame_prev_register, dummy_frame_this_id)
4428         (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4429         frame unwinder using a dummy_frame_cache.
4430
4431 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4432
4433         * frame.h (frame_save_as_regcache): Declare.
4434         * frame.c (frame_save_as_regcache): New function.
4435         (do_frame_read_register): Replace do_frame_unwind_register.
4436         (frame_pop): Use frame_save_as_regcache.
4437         * dummy-frame.c (generic_push_dummy_frame): Use
4438         frame_save_as_regcache.
4439
4440 2004-08-01  Joel Brobecker  <brobecker@gnat.com>
4441
4442         * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4443         file as included until we record the first line in the linetable.
4444
4445 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4446
4447         * frame.h (deprecated_pop_dummy_frame)
4448         (deprecated_read_register_dummy)
4449         (deprecated_generic_find_dummy_frame): Delete.
4450         * dummy-frame.c (deprecated_generic_find_dummy_frame)
4451         (deprecated_read_register_dummy)
4452         (deprecated_find_dummy_frame_regcache)
4453         (discard_innermost_dummy)
4454         (deprecated_pop_dummy_frame): Delete.
4455         (dummy_frame_this_id): Simplify.
4456         (struct dummy_frame): Delete "fp" and "sp".
4457         (find_dummy_frame): Simplify.
4458         (generic_push_dummy_frame): Do not set "fp" or "sp".
4459         (fprint_dummy_frames): Do not print "fp" and "sp"
4460
4461 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
4462
4463         * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4464         (struct i386_insn): New structure.
4465         (i386_match_insn): New function.
4466         (i386_frame_setup_skip_insns): New variable.
4467         (i386_analyze_frame_setup): Change to use i386_match_insn and the
4468         array i386_frame_setup_insns of instructions that should be
4469         skipped inside the frame setup sequence.
4470
4471 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4472
4473         * frame.h (deprecated_frame_xmalloc_with_cleanup)
4474         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4475         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4476         * stack.c (frame_info): Delete references to
4477         DEPRECATED_FRAME_INIT_SAVED_REGS and
4478         deprecated_get_frame_saved_regs.
4479         * frame.c (struct frame_info): Delete saved_regs and extra_info.
4480         (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4481         (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4482         (frame_unwind_register_signed)
4483         (frame_unwind_register_unsigned)
4484         (frame_unwind_unsigned_register): Use register_size.
4485         (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4486         (deprecated_frame_xmalloc_with_cleanup)
4487         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4488         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4489
4490         * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4491         * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4492         * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4493         * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4494
4495         * infcall.c (call_function_by_hand): Do not use
4496         DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4497         DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4498         DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4499         DEPRECATED_STACK_ALIGN.
4500
4501 2004-07-30  Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4502
4503         Committed by Andrew Cagney.
4504         * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4505
4506 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4507
4508         * mips-tdep.c (mips16_frame_cache)
4509         (mips16_frame_this_id, mips16_frame_prev_register)
4510         (mips16_frame_unwind, mips16_frame_sniffer)
4511         (mips16_frame_base_address, mips16_frame_base)
4512         (mips16_frame_base_sniffer, mips32_frame_cache)
4513         (mips32_frame_this_id, mips32_frame_prev_register)
4514         (mips32_frame_unwind, mips32_frame_sniffer)
4515         (mips32_frame_base_address, mips32_frame_base)
4516         (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4517         separate heuristic mips16 and mips32 unwinders.
4518         (mips_stub_frame_cache, mips_stub_frame_this_id)
4519         (mips_stub_frame_prev_register)
4520         (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4521         (mips_stub_frame_base_address, mips_stub_frame_base)
4522         (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4523         (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4524         match true mdebug frames.
4525         (non_heuristic_proc_desc): Add forward declaration.
4526
4527 2004-08-01  Andrew Cagney  <cagney@gnu.org>
4528
4529         * config/mips/tm-irix6.h: Delete file.
4530         * config/mips/tm-irix5.h: Delete file.
4531         * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4532         * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4533
4534         * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4535         * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4536         * config/nm-gnu.h (NO_CORE_OPS): Delete.
4537         * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4538         * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4539         * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4540         * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4541         * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4542         * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4543         * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4544         * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4545         (TARGET_SIGNAL_RAW_VALUES): Delete.
4546         * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4547         Delete.
4548         * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT) 
4549         (TARGET_HW_WATCH_LIMIT): Delete.
4550         * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4551         * minimon.h: Delete file.
4552
4553         * trad-frame.c (trad_frame_get_this_base)
4554         (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4555         functions.
4556         * trad-frame.h (trad_frame_set_this_base)
4557         (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4558
4559 2004-07-31  Andrew Cagney  <cagney@gnu.org>
4560
4561         * trad-frame.c (trad_frame_get_prev_register): Rename
4562         trad_frame_get_prev_register.
4563         * vax-tdep.c (vax_frame_prev_register): Update.
4564         * trad-frame.h: Update.
4565         * trad-frame.c (trad_frame_get_register): Update.
4566         * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4567         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4568         Update.
4569         * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4570         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4571         Update.
4572         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4573         Update.
4574         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4575         Update.
4576         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4577         Update.
4578         * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4579         Update.
4580         * s390-tdep.c (s390_frame_prev_register) 
4581         (s390_stub_frame_prev_register) 
4582         (s390_sigtramp_frame_prev_register): Update.
4583         * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4584         * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4585         * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4586         * m88k-tdep.c (m88k_frame_prev_register) 
4587         * m68hc11-tdep.c (m68hc11_frame_prev_register) 
4588         * m32r-tdep.c (m32r_frame_prev_register): Update.
4589         * hppa-tdep.c (hppa_frame_prev_register_helper) 
4590         * frv-tdep.c (frv_frame_prev_register): Update.
4591         * d10v-tdep.c (d10v_frame_prev_register): Update.
4592         * cris-tdep.c (cris_frame_prev_register): Update.
4593         * avr-tdep.c (avr_frame_prev_register): Update.
4594         * arm-tdep.c (arm_prologue_prev_register) 
4595         (arm_sigtramp_prev_register): Update.
4596
4597 2004-07-31  Andrew Cagney  <cagney@gnu.org>
4598
4599         * frame.h (legacy_saved_regs_unwind)
4600         (legacy_frame_chain_valid, legacy_frame_p)
4601         (enum frame_type): Delete UNKNOWN_FRAME.
4602         * dummy-frame.c (dummy_frame_this_id): Simplify.
4603         * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4604         * frame.c (struct frame_info): Delete the field "type".
4605         (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4606         (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4607         (legacy_saved_regs_unwind, legacy_frame_p)
4608         (frame_type_from_pc): Delete.
4609         (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4610         (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4611
4612 2004-07-31  Mark Kettenis  <kettenis@gnu.org>
4613
4614         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4615         indentation.
4616
4617         * mips-nat.c: Remove file.
4618         * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4619         (mips-nat.o): Remove dependency.
4620
4621         * infptrace.c: Update copyright year.
4622         (fetch_register): Pass NULL in regcache_raw_supply call instead of
4623         explicitly setting the buffer to all zeroes.
4624
4625         * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4626         (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4627
4628 2004-07-30  Andrew Cagney  <cagney@gnu.org>
4629
4630         * GDB 6.2 released from gdb_6_2-branch.
4631
4632 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
4633
4634         * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4635
4636         * exec.c (exec_file_attach):
4637         * nto-tdep.c (nto_find_and_open_solib):
4638         * pa64solib.c (pa64_solib_sizeof_symbol_table):
4639         * solib.c (solib_open):
4640         * somsolib.c (som_solib_sizeof_symbol_table):
4641         * source.c (is_regular_file, openp, open_source_file):
4642         * symfile.c (symfile_bfd_open):
4643         * wince.c (upload_to_device): Differentiate between the search for
4644         binary and source files.
4645
4646 2004-07-30  Andrew Cagney  <cagney@gnu.org>
4647
4648         * complaints.c (_initialize_complaints): Pass NULL to
4649         add_setshow_zinteger_cmd for help_doc.
4650         * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4651
4652 2004-07-30  Andrew Cagney  <cagney@gnu.org>
4653
4654         Fix PR i18n/761.
4655         * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4656         (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4657         $(PACKAGE).pot and update-po.
4658         (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4659         (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4660         (update-po): New rules.
4661         (localedir): Define using autoconf.
4662         (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4663         (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4664         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4665         * configure.in: Generate CATALOGS and LINGUAS from contents of
4666         src/gdb/po/ directory.  Set @localedir@ in Makefile.in.
4667         * configure: Re-generate.
4668         * po/gdbtext: New file
4669         
4670 2004-07-30  Jerome Guitton  <guitton@gnat.com>
4671
4672         * MAINTAINERS: Reorder Write After Approval list in alphabetical
4673         order.
4674
4675 2004-07-30  David Lecomber  <dsl@sources.redhat.com>
4676
4677         * dwarf2read.c (read_file_scope): Set producer if attribute 
4678         present.
4679         (struct dwarf2_cu): Added new member producer.
4680
4681 2004-07-30  Jerome Guitton  <guitton@gnat.com>
4682
4683         * inflow.c (kill_command): release file handles in BFD.
4684         * exec.c (exec_file_attach): Ditto.
4685         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4686
4687 2004-07-29  Andrew Cagney  <cagney@gnu.org>
4688
4689         * PROBLEMS (mips-irix): Note that it is broken.
4690
4691 2004-07-29  Andrew Cagney  <cagney@gnu.org>
4692
4693         * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4694         * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4695
4696         * config/xm-nbsd.h: Delete file.
4697         * config/arm/xm-nbsd.h: Delete file.
4698         * config/i386/xm-nbsd.h: Delete file.
4699         * config/ns32k/xm-nbsd.h: Delete file.
4700         * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4701         * config/i386/nbsdelf.mh (XM_FILE): Delete.
4702         * config/i386/nbsdaout.mh (XM_FILE): Delete.
4703         * config/arm/nbsdelf.mh (XM_FILE): Delete.
4704         * config/arm/nbsdaout.mh (XM_FILE): Delete.
4705
4706         * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4707         * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4708         * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4709         * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4710         * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4711         * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4712
4713         * config/powerpc/xm-linux.h: Delete empty file.
4714         * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4715         * config/powerpc/linux.mh (XM_FILE): Delete.
4716         * config/m68k/xm-linux.h: Delete empty file.
4717         * config/m68k/linux.mh (XM_FILE): Delete.
4718         * config/ia64/xm-linux.h: Delete empty file.
4719         * config/ia64/linux.mh (XM_FILE): Delete.
4720         * config/arm/xm-linux.h: Delete empty file.
4721         * config/arm/linux.mh (XM_FILE): Delete.
4722         
4723         * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4724         * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4725         * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4726         * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4727         * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4728         * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4729         * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4730         * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4731
4732         * config/m68k/xm-m68k.h: Delete file.
4733         * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h".  Update
4734         copyright.
4735         (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4736         * config/pa/xm-linux.h: Delete empty file.
4737         * config/pa/linux.mh (XM_FILE): Delete.
4738         * config/i386/xm-i386.h: Delete empty file.
4739         * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4740         "i386/xm-i386.h".
4741         * config/i386/obsdaout.mh (XM_FILE): Delete.
4742         * config/i386/obsd64.mh (XM_FILE): Delete.
4743         * config/i386/fbsd64.mh (XM_FILE): Delete.
4744         * config/i386/nto.mh (XM_FILE): Delete.
4745         * config/i386/obsd.mh (XM_FILE): Delete.
4746         * config/i386/linux64.mh (XM_FILE): Delete.
4747         * config/i386/linux.mh (XM_FILE): Delete.
4748         * config/i386/i386sol2.mh (XM_FILE): Delete.
4749         * config/i386/i386gnu.mh (XM_FILE): Delete.
4750         * config/i386/fbsd.mh (XM_FILE): Delete.
4751         * config/i386/nbsd64.mh (XM_FILE): Delete.
4752
4753 2004-07-29  Andrew Cagney  <cagney@gnu.org>
4754
4755         * config/pa/xm-linux.h: Do not include "floatformat.h".
4756         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4757         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4758         * config/i386/xm-i386.h: Do not include "floatformat.h".
4759         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) 
4760         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4761         * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4762         (HOST_LONG_DOUBLE_FORMAT): Delete macros.  Use
4763         GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4764         GDB_HOST_LONG_DOUBLE_FORMAT instead.
4765         * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4766         (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4767         * configure, config.in: Regenerate.     
4768         * configure.host (gdb_host_float_format, gdb_host_double_format)
4769         (gdb_host_long_double_format): Set according to the host.
4770         
4771 2004-07-29  Andrew Cagney  <cagney@gnu.org>
4772
4773         * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4774
4775 2004-07-28  Andrew Cagney  <cagney@gnu.org>
4776
4777         * PROBLEMS: Mention threads/1650.
4778         * NEWS: Mention the NPTL fix.
4779
4780 2004-07-28  Andrew Cagney  <cagney@gnu.org>
4781
4782         * cli/cli-decode.c (add_setshow_cmd): Delete function.
4783         (add_setshow_cmd_full): Make static.
4784         * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4785         (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4786         * cli/cli-decode.c (add_setshow_filename_cmd) 
4787         (add_setshow_string_cmd): New functions.
4788         * nto-tdep.c (_initialize_nto_tdep): Update.  Fix parameters.
4789         * mips-tdep.c (_initialize_mips_tdep): Update.
4790         * m32r-rom.c (_initialize_m32r_rom): Update.  Update copyright.
4791         * cli/cli-logging.c (_initialize_cli_logging): Update.
4792         * complaints.c (_initialize_complaints): Update.
4793         * remote.c (_initialize_remote): Update.
4794         
4795 2004-07-28  Andrew Cagney  <cagney@gnu.org>
4796
4797         * cli/cli-decode.c (add_setshow_zinteger_cmd)
4798         (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4799         (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4800         print parameters.  Make string parameters constant.
4801         * command.h: Update.  Update copyright.
4802         * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4803         * observer.c (_initialize_observer): Ditto.
4804         * frame.c (_initialize_frame): Ditto.
4805         * complaints.c (_initialize_complaints): Ditto.
4806         * maint.c (_initialize_maint_cmds): Ditto.
4807         * target.c (initialize_targets): Ditto.
4808         * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4809         * infcall.c (_initialize_infcall): Ditto.
4810         * arm-tdep.c (_initialize_arm_tdep): Ditto.
4811         * m32r-rom.c (_initialize_m32r_rom): Ditto.
4812         * remote-rdi.c (_initialize_remote_rdi): Ditto.
4813         * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4814         * mips-tdep.c (_initialize_mips_tdep): Ditto.
4815
4816 2004-07-28  Andrew Cagney  <cagney@gnu.org>
4817
4818         * gdbtypes.c (lookup_primitive_typename): Delete function.
4819         * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4820         * ada-lex.l: Use language_lookup_primitive_type_by_name.
4821         * gdbtypes.c (lookup_typename): Ditto.
4822         * f-exp.y (yylex): Ditto.
4823         * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4824
4825         * scm-lang.c (c_builtin_types): Delete extern declaration.
4826         (scm_language_defn): Replace
4827         string_char_type and primitive_type_vector with
4828         la_language_arch_info.
4829         * jv-lang.c (java_language_defn): Replace
4830         string_char_type and primitive_type_vector with
4831         la_language_arch_info.
4832         * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4833         c_builtin_types in comment.
4834         * c-lang.h (struct language_arch_info): Declare opaque.
4835         (c_language_arch_info): Declare.
4836         (c_builtin_types): Delete declaration.
4837         * c-lang.c (c_language_arch_info): Set string_char_type to
4838         builtin_char, not builtin_true_char.  Make global.
4839         (c_builtin_types): Delete array.
4840         (asm_language_defn, minimal_language_defn): Replace
4841         string_char_type and primitive_type_vector with
4842         la_language_arch_info.
4843
4844 2004-07-28  Andrew Cagney  <cagney@gnu.org>
4845
4846         * gdbtypes.h (struct builtin_type): Rename true_char to
4847         builtin_true_char.
4848         * gdbtypes.c (gdbtypes_post_init): Update.
4849         * c-lang.c (arch_info): New function.
4850         (enum c_primitive_types): New enum.
4851         (c_language_defn): Instead of string_char_type and
4852         primitive_type_vector set la_language_arch_info.
4853
4854 2004-07-28  Andrew Cagney  <cagney@gnu.org>
4855
4856         * language.h (struct language_arch_info): Fix typo
4857         s/primative/primitive/.
4858         * gdbtypes.c (lookup_primitive_typename): Ditto.
4859         * language.c (language_lookup_primitive_type_by_name)
4860         (unknown_language_arch_info): Ditto.
4861
4862 2004-07-27  Andrew Cagney  <cagney@gnu.org>
4863
4864         * defs.h (enum language): Add nr_languages.
4865         * language.h (struct language_arch_info): Define.
4866         (struct language_defn): Add la_language_arch_info.
4867         (language_lookup_primative_type_by_name): Declare.
4868         (language_string_char_type): Declare.
4869         * language.c (_initialize_language, language_gdbarch_post_init)
4870         (struct language_gdbarch, language_gdbarch_data): Implement
4871         per-architecture language information.
4872         (unknown_language_arch_info, language_string_char_type)
4873         (language_lookup_primative_type_by_name): New functions.
4874         (unknown_language_defn, auto_language_defn)
4875         (local_language_defn): Set la_language_arch_info to
4876         unknown_language_arch_info.
4877         (unknown_builtin_types): Delete.
4878         * gdbtypes.c (lookup_primitive_typename): Use
4879         language_lookup_primative_type_by_name.
4880         (create_string_type): Use language_string_char_type.
4881         * values.c (value_from_string): Use language_string_char_type.
4882         * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
4883         * p-lang.c (pascal_language_defn): Ditto.
4884         * m2-lang.c (m2_language_defn): Ditto.
4885         * jv-lang.c (java_language_defn): Ditto.
4886         * objc-lang.c (objc_language_defn): Ditto.
4887         * f-lang.c (f_language_defn): Ditto.
4888         * c-lang.c (c_language_defn, cplus_language_defn) 
4889         (asm_language_defn, minimal_language_defn): Ditto.
4890         
4891 2004-07-27  Andrew Cagney  <cagney@gnu.org>
4892
4893         * gdbtypes.h (struct builtin_type): Declare.
4894         (builtin_type): Declare.
4895         * d10v-tdep.c (d10v_register_type): Use builtin_type.
4896         * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
4897         (gdbtypes_post_init): New function.
4898         (builtin_type): New function.
4899
4900 2004-07-27  Kei Sakamoto  <sakamoto.kei@renesas.com>
4901
4902         * remote-m32r-sdi.c: Fix breakpoint bug.
4903         (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
4904         recv_char_data, recv_long_data): New functions to replace communication
4905         sequences.
4906
4907 2004-07-26  Michael Chastain  <mec.gnu@mindspring.com>
4908
4909         Document PR threads/1650.
4910         * PROBLEMS (Threads): Document problem with many threads
4911
4912 2004-07-26  Andrew Cagney  <cagney@gnu.org>
4913
4914         * gdb-mi.el: Move from here ...
4915         * mi/gdb-mi.el: ... to here.
4916
4917 2004-07-26  Andrew Cagney  <cagney@gnu.org>
4918
4919         Problem reported by Ashley Pittman <ashley@quadrics.com>.
4920         * main.c (captured_main): When in batch mode always detach.
4921
4922 2004-07-26  Andrew Cagney  <cagney@gnu.org>
4923
4924         * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
4925         and h8300 as broken.
4926         * NEWS: END-OF-LIFE frame compatibility module.
4927         * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
4928         specific comments.
4929
4930 2004-07-26  Andrew Cagney  <cagney@gnu.org>
4931
4932         * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
4933         * xcoffsolib.c (_initialize_xcoffsolib): Update.
4934         * wince.c (_initialize_wince): Update.
4935         * win32-nat.c (_initialize_win32_nat): Update.
4936         * varobj.c (_initialize_varobj): Update.
4937         * valops.c (_initialize_valops): Update.
4938         * utils.c (initialize_utils, initialize_utils): Update.
4939         * tui/tui-win.c (_initialize_tui_win): Update.
4940         * top.c (init_main): Update.
4941         * symfile.c (_initialize_symfile): Update.
4942         * source.c (_initialize_source): Update.
4943         * somsolib.c (_initialize_som_solib): Update.
4944         * solib.c (_initialize_solib): Update.
4945         * solib-frv.c (_initialize_frv_solib): Update.
4946         * serial.c (_initialize_serial): Update.
4947         * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
4948         * remote.c (_initialize_remote, _initialize_remote): Update.
4949         * remote-vx.c (_initialize_vx): Update.
4950         * remote-utils.c (_initialize_sr_support): Update.
4951         * remote-sds.c (_initialize_remote_sds): Update.
4952         * remote-mips.c (_initialize_remote_mips): Update.
4953         * remote-e7000.c (_initialize_remote_e7000): Update.
4954         * proc-api.c (_initialize_proc_api): Update.
4955         * printcmd.c: Update.
4956         * parse.c (_initialize_parse): Update.
4957         * pa64solib.c (_initialize_pa64_solib): Update.
4958         * p-valprint.c (_initialize_pascal_valprint): Update.
4959         * monitor.c (_initialize_remote_monitors): Update.
4960         * mips-tdep.c (_initialize_mips_tdep): Update.
4961         * mcore-tdep.c (_initialize_mcore_tdep): Update.
4962         * maint.c (_initialize_maint_cmds): Update.
4963         * lin-lwp.c (_initialize_lin_lwp): Update.
4964         * language.c (_initialize_language): Update.
4965         * kod.c (_initialize_kod): Update.
4966         * infrun.c (set_schedlock_func, _initialize_infrun): Update.
4967         * i386-tdep.c (_initialize_i386_tdep): Update.
4968         * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
4969         * gdbarch.sh: Update.
4970         * gdbarch.c: Re-generate.
4971         * gdb-events.sh: Update.
4972         * gdb-events.c: Re-generate.
4973         * frame.c (_initialize_frame): Update.
4974         * exec.c: Update.
4975         * demangle.c (_initialize_demangler): Update.
4976         * dcache.c (_initialize_dcache): Update.
4977         * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
4978         * cp-valprint.c (_initialize_cp_valprint): Update.
4979         * corefile.c (_initialize_core): Update.
4980         * command.h: Update.
4981         * cli/cli-decode.h: Update.
4982         * cli/cli-cmds.c (init_cli_cmds): Update.
4983         * charset.c (_initialize_charset): Update.
4984         * breakpoint.c (_initialize_breakpoint): Update.
4985         * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
4986         * alpha-tdep.c (_initialize_alpha_tdep): Update.
4987         * aix-thread.c (_initialize_aix_thread): Update.
4988
4989 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
4990
4991         Partial fix for PR backtrace/1718.
4992         * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
4993         that GCC migrates into the prolugue.  Don't handle any
4994         instructions that clobber %ebx.
4995
4996 2004-07-23  Andrew Cagney  <cagney@gnu.org>
4997
4998         Use regcache_raw_collect instead of regcache_collect.
4999         * regcache.h (regcache_collect): Delete declaration.
5000         * regcache.c (regcache_colect): Delete function.
5001         * win32-nat.c (do_child_store_inferior_registers): Update.
5002         * sol-thread.c (sol_thread_store_registers): Update.
5003         * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5004         * rs6000-nat.c (store_register): Update.
5005         * remote.c (store_register_using_P, remote_store_registers): Update.
5006         * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5007         * ppc-linux-nat.c (store_altivec_register, store_spe_register) 
5008         (fill_vrregset, store_spe_registers, fill_gregset)
5009         (fill_gregset): Update.
5010         * nto-procfs.c (procfs_store_registers): Update.
5011         * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5012         * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5013         * m68klinux-nat.c (store_register, fill_gregset): Update.
5014         * m68k-tdep.c (fill_gregset): Update.
5015         * infptrace.c (store_register): Update.
5016         * i386-nto-tdep.c (i386nto_regset_fill): Update.
5017         * i386-linux-nat.c (store_register, fill_gregset): Update.
5018         * hppa-linux-nat.c (fill_gregset): Update.
5019         * go32-nat.c (store_register): Update.
5020         * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5021         (store_fp_regs): Update.
5022         * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double) 
5023         (store_nwfpe_extended, store_fpregister, store_fpregs) 
5024         (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5025         * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5026         * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5027         (store_regs_user_thread, store_regs_kernel_thread): Update.
5028
5029 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
5030
5031         * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5032         (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5033         encoding.
5034         (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5035         member of `struct comp_unit'.
5036
5037 2004-07-23  Andrew Cagney  <cagney@gnu.org>
5038
5039         * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5040         DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5041
5042 2004-07-23  Martin Hunt  <hunt@redhat.com>
5043         Kevin Buettner <kevinb@redhat.com>
5044
5045         * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5046         alignment was being added to the offset instead of multiplied.
5047
5048 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
5049
5050         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5051         changed signal trampoline in OpenBSD 3.5-current.
5052
5053         * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5054         <machine/pcb.h> and "bsd-kvm.h".
5055         (sparc64nbsd_supply_pcb): New function.
5056         (_initialize_sparc64nbsd_nat): Renamed from
5057         _initialize_sparcnbsd_nat.  Enable libkvm interface.
5058         * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5059         * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5060         (LOADLIBES): New variable.
5061
5062         * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5063
5064         * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5065
5066 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5067
5068         Use regcache_raw_supply instead of supply_register.
5069         * regcache.h (supply_register): Delete declaration.
5070         * regcache.c (supply_register): Delete function.
5071         * wince.c (do_child_fetch_inferior_registers): Update.
5072         * win32-nat.c (do_child_fetch_inferior_registers) 
5073         (fetch_elf_core_registers): Update.
5074         * v850ice.c (v850ice_fetch_registers): Update.
5075         * thread-db.c (thread_db_store_registers): Update.
5076         * sol-thread.c (sol_thread_store_registers): Update.
5077         * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5078         * rs6000-nat.c (fetch_register): Update.
5079         * rom68k-rom.c (rom68k_supply_one_register): Update.
5080         * remote.c (remote_wait, remote_async_wait): Update.
5081         * remote-st.c (get_hex_regs): Update.
5082         * remote-sim.c (gdbsim_fetch_register): Update.
5083         * remote-sds.c (sds_fetch_registers): Update.
5084         * remote-rdp.c (remote_rdp_fetch_register): Update.
5085         * remote-rdi.c (arm_rdi_fetch_registers): Update.
5086         * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5087         * remote-m32r-sdi.c (m32r_fetch_register): Update.
5088         * remote-hms.c (init_hms_cmds): Update.
5089         * remote-est.c (init_est_cmds): Update.
5090         * remote-e7000.c (get_hex_regs, fetch_regs_from_dump) 
5091         (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5092         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5093         * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register) 
5094         (fetch_register, supply_vrregset, supply_vrregset)
5095         (fetch_spe_registers): Update.
5096         * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5097         * monitor.c (monitor_supply_register): Update.
5098         * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5099         * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5100         (mipsnbsd_supply_fpreg): Update.
5101         * mips-nat.c (fetch_inferior_registers)
5102         (fetch_core_registers): Update.
5103         * mips-linux-tdep.c (supply_32bit_reg, supply_gregset) 
5104         (supply_fpregset, mips64_supply_gregset)
5105         (mips64_supply_fpregset): Update.
5106         * m68klinux-nat.c (fetch_register, supply_gregset)
5107         (supply_fpregset): Update.
5108         * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5109         * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5110         * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5111         * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5112         * infptrace.c (fetch_register): Update.
5113         * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5114         * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5115         * i386gnu-nat.c (fetch_fpregs, supply_gregset) 
5116         (gnu_fetch_registers, gnu_store_registers): Update.
5117         * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5118         * i386-linux-nat.c (fetch_register, supply_gregset)
5119         (dummy_sse_values): Update.
5120         * hpux-thread.c (hpux_thread_fetch_registers): Update.
5121         * hppah-nat.c (fetch_register): Update.
5122         * hppa-linux-nat.c (fetch_register, supply_gregset) 
5123         (supply_fpregset): Update.
5124         * go32-nat.c (fetch_register): Update.
5125         * dve3900-rom.c (fetch_bitmapped_register)
5126         (_initialize_r3900_rom): Update.
5127         * cris-tdep.c (supply_gregset): Update.
5128         * abug-rom.c (init_abug_cmds): Update.
5129         * core-aout.c (fetch_core_registers): Update.
5130         * armnbsd-nat.c (supply_gregset, supply_fparegset)
5131         (fetch_register, fetch_fp_register): Update.
5132         * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5133         (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5134         (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5135         * alphanbsd-tdep.c (fetch_core_registers): Update.
5136         * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5137         * alpha-nat.c (fetch_osf_core_registers) 
5138         (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5139         * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs) 
5140         (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5141
5142 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5143
5144         * PROBLEMS: Mention breakpoints/1702.
5145         * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5146         that is known to work.
5147
5148 2004-07-21  Andrew Cagney  <cagney@gnu.org>
5149
5150         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5151         * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5152         * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5153         (handle_inferior_event): Wrap call to deprecated
5154         IGNORE_HELPER_CALL in #ifdef.
5155         * config/mips/tm-nbsd.h: Update.
5156
5157 2004-07-20  Jim Blandy  <jimb@redhat.com>
5158
5159         * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5160         bfd_mach_ppc has no segment registers.
5161
5162         Include PowerPC SPR numbers for special-purpose registers.
5163         * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5164         (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5165         new member in initializer.
5166         (S, S4, SN4, S64): New macros for defining special-purpose
5167         registers.
5168         (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5169         registers_403, registers_403GC, registers_505, registers_860,
5170         registers_601, registers_602, registers_603, registers_604,
5171         registers_750, registers_e500): Use them.
5172
5173         * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5174         replace references with expression used to initialize variable.
5175
5176 2004-07-20  Andrew Cagney  <cagney@gnu.org>
5177
5178         * breakpoint.c (deprecated_read_memory_nobpt): Rename
5179         read_memory_nobpt.
5180         * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5181         * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5182         (s390_sigtramp_frame_sniffer): Update.
5183         * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5184         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5185         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) 
5186         (mips32_fetch_instruction): Update.
5187         * mcore-tdep.c (get_insn): Update.
5188         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5189         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5190         * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5191         * i386-linux-tdep.c (i386_linux_sigtramp_start) 
5192         (i386_linux_rt_sigtramp_start): Update.
5193         * i386-linux-nat.c (child_resume): Update.
5194         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5195         * hppa-linux-tdep.c (insns_match_pattern): Update.
5196         * gdbcore.h: Update.
5197         * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5198         * frame.c (safe_frame_unwind_memory): Update.
5199         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5200         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5201         * alpha-tdep.c (alpha_read_insn): Update.
5202
5203 2004-07-20  Andrew Cagney  <cagney@gnu.org>
5204
5205         * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5206         containing both bytes and mask.  Add "frame_type".
5207         * tramp-frame.c (tramp_frame_start): Update.
5208         (tramp_frame_prepend_unwinder): Update.
5209         * mips-linux-tdep.c (mips_linux_o32_sigframe)
5210         (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5211         (mips_linux_n64_rt_sigframe): Update.  Make "static const".
5212         * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5213
5214 2004-07-19  Eli Zaretskii  <eliz@gnu.org>
5215
5216         * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5217         bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5218         sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5219         sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5220
5221 2004-07-17  Andrew Cagney  <cagney@gnu.org>
5222
5223         * NEWS, PROBLEMS: Update for 6.2.
5224
5225         * README: Update to 6.2.
5226
5227         * utils.c (xvasprintf): Call xstrvprintf.
5228
5229         * parse.c: Update copyright.
5230         (null_post_parser): Eliminate ARGSUSED.
5231
5232         * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5233         * tui/tui-win.c (tui_get_cmd_list): Ditto.
5234         * symfile-mem.c (_initialize_symfile_mem): Ditto.
5235         
5236         * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5237         * ppc-linux-nat.c: Use "Linux kernel".
5238         * hppa-linux-tdep.c: Use GNU/Linux.
5239         * hppa-linux-nat.c: Use GNU/Linux.
5240         * dwarfread.c: Add [sic] to use of Linux.
5241
5242         * hppa-linux-nat.c: Do not include <string.h>.
5243         (supply_fpregset): Remove "register" attribute.
5244
5245         * solib-frv.c (fetch_loadmap): Use xfree, not free.
5246
5247 2004-07-17  Mark Kettenis  <kettenis@gnu.org>
5248
5249         * configure.in: Define _MSE_INT_H on Solaris 9 too.
5250         * configure, config.in: Regenerated.
5251
5252         * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5253         "bsd-kvm.h".
5254         (vaxbsd_supply_pcb): New function.
5255         (_initialize_vaxbsd_nat): New prototype and function.
5256         * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5257         solib-sunos.o.
5258         (LOADLIBES): New variable.
5259         * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5260         (LOADLIBES): New variable.
5261         * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5262         (LOADLIBES): New variable.
5263         * Makefile.in (vaxbsd-nat.o): Update dependencies.
5264
5265 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5266
5267         * defs.h (event_loop_p): Replace variable declaration with macro,
5268         always 1.
5269         * main.c (captured_main): Delete options "-async" and "-noasync".
5270         (event_loop_p): Delete variable.
5271         * NEWS: Mention that "-async" and "-noasync" were removed.
5272
5273 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5274
5275         * remote-m32r-sdi.c: Re-indent.
5276
5277 2004-07-16  Jim Blandy  <jimb@redhat.com>
5278
5279         * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5280         (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5281         (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5282         missing MPC823 SPRs.
5283         (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5284         incorrect.  (This was corrected in GDB's register name tables on
5285         2004-07-14.)
5286
5287         * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5288         should be "esasrr" ("ESA Save and Restore Register").
5289
5290 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5291
5292         * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5293         calls, no longer applicable.  Update comments and rename parameter
5294         "step_frame" to "return_frame".
5295
5296 2004-07-16  Andrew Cagney  <cagney@gnu.org>
5297
5298         * frame.c (fprint_field): New function.
5299         (fprint_frame_id): Use fprint_field.
5300
5301 2004-07-15  Joel Brobecker  <brobecker@gnat.com>
5302
5303         * ada-lang.c (ada_language_defn): Remove commented out code.
5304
5305 2004-07-15  Jim Blandy  <jimb@redhat.com>
5306
5307         * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5308         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5309
5310 2004-07-14  Jim Blandy  <jimb@redhat.com>
5311
5312         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5313
5314         * ppc-tdep.h (ppc_num_vrs): New enum constant.
5315
5316         * ppc-tdep.h (ppc_num_srs): New enum constant.
5317
5318         * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5319         (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5320         (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5321         (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5322         (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5323         (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5324         (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5325         (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5326         (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5327         (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5328         (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5329         (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5330         (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5331         (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5332         (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5333         (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5334         (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5335         (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5336         (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5337         (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5338         (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5339         (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5340         (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5341         (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5342         (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5343         (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5344         (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5345         (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5346         (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5347         (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5348         (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5349         (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5350         (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5351         (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5352         (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5353         (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5354         (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5355         (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5356         (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5357         special-purpose register numbers.
5358
5359         * rs6000-tdep.c (registers_860): Correct register name.  (No PPC
5360         manual mentions 'md_twb', but many mention 'm_twb', and at that
5361         point in the register list.)
5362
5363 2004-07-14  Andrew Cagney  <cagney@gnu.org>
5364
5365         * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5366         instead of "internal-error".
5367
5368 2004-07-10  Joel Brobecker  <brobecker@gnat.com>
5369
5370         * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5371         that was inserted inside a comment.
5372
5373 2004-07-10  Randolph Chung  <tausq@debian.org>
5374
5375         * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New 
5376         function.
5377         (hppa_hpux_push_dummy_code): New function.
5378         (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5379         Set find_global_pointer method.
5380
5381 2004-07-10  Mark Kettenis  <kettenis@gnu.org>
5382
5383         * NEWS: Mention BSD libkvm interface.
5384
5385 2004-07-10  Michael Snyder  <msnyder@redhat.com>
5386
5387         * symfile.c (generic_load): Comment typo.
5388         * stack.c (get_selected_block): Ditto.
5389         * regcache.c (regcache_cooked_read): Ditto.
5390         * monitor.c (monitor_debug): Ditto.
5391         * mips-tdep.c (mips_read_pc): Ditto.
5392         * i386-linux-nat.c (ps_get_thread_area): Ditto.
5393         * gdb_mbuild.sh: Ditto.
5394         * gdbarch.sh: Ditto.
5395         * gdbarch.h: Ditto.
5396
5397 2004-07-09  Paul N. Hilfinger  <Hilfinger@gnat.com>
5398
5399         * ada-tasks.c: Remove file.
5400         
5401         Remove ARI problems:
5402         
5403         * ada-exp.y (write_var_from_sym): Reformat to put operator at
5404         beginning of line.
5405
5406         * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5407         Add comment.
5408         Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5409         (MIN_OF_SIZE): Rename min_of_size.  Add comment.
5410         (UMAX_OF_SIZE): Renmae umax_of_size.  Add comment.
5411         (UMIN_OF_SIZE): Remove.
5412         (max_of_type): New function to replace orphan macro in gdbtypes.h
5413         (min_of_type): Ditto.
5414         (discrete_type_high_bound): Use max_of_type.
5415         (discrete_type_low_bound): Use min_of_type.
5416         (possible_user_operator_p): Move operator to beginning of line.
5417         (ada_is_variant_part): Ditto.
5418         (ensure_lval): Rewrite to avoid deprecated operations.
5419         (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5420         rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5421         (ada_enum_name): Remove assignments in 'if' statements.
5422         (build_ada_types): Add gdbarch parameter.
5423         (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5424         with gdbarch_data_register_post_init.
5425         Use add_setshow_uinteger_cmd rather than add_set_cmd and 
5426         add_show_from_set.
5427
5428         * ada-valprint.c (inspect_it): Remove declaration.
5429         (repeat_count_threshold): Remove declaration.
5430         (ada_print_floating): Remove assignments in 'if' statements.
5431         (print_str): Move operator to beginning of line.
5432         
5433 2004-07-08  Jim Blandy  <jimb@redhat.com>
5434
5435         * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5436
5437 2004-07-08  Bob Rossi  <bob@brasko.net>
5438
5439         * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5440
5441 2004-07-06  Jeff Johnston <jjohnstn@redhat.com>
5442
5443         * language.h (struct_language_defn): Add new function pointer:
5444         la_class_name_from_physname.  Also add new prototype for
5445         language_class_name_from_physname.
5446         * language.c (language_class_name_from_physname): New function.
5447         (unk_lang_class_name): Ditto.
5448         (unknown_language_defn, auto_language_defn): Change
5449         to add unk_lang_class_name function pointer for
5450         la_class_name_from_physname.
5451         (local_language_defn): Ditto.
5452         * dwarf2read.c (guess_structure_name): Change to call
5453         language_class_name_from_physname.
5454         (determine_class_name): Ditto.
5455         * cp-support.c (class_name_from_physname): Renamed.
5456         (cp_class_name_from_physname): New name of function.
5457         * cp-support.h: Ditto.
5458         * c-lang.c (c_language_defn): Change to add NULL
5459         for class_name_from_physname function pointer.
5460         (cplus_language_defn): Change to add cp_class_name_from_physname.
5461         * jv-lang.c (java_class_name_physname): New function.
5462         (java_find_last_component): New static routine.
5463         (java_language_defn): Add java_class_name_from_physname pointer.
5464         * ada-lang.c (ada_language_defn): Change to add NULL
5465         for class_name_from_physname function pointer.
5466         * f-lang.c (f_language_defn): Ditto.
5467         * m2-lang.c (m2_language_defn): Ditto.
5468         * objc-lang.c (objc_language_defn): Ditto.
5469         * p-lang.c (pascal_language_defn): Ditto.
5470         * scm-lang.c (scm_language_defn): Ditto. 
5471
5472 2004-07-06  Andrew Cagney  <cagney@gnu.org>
5473
5474         Patch from Bart Robinson.
5475         * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5476         (O_LARGEFILE): Define to 0, if not defined.
5477
5478 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5479
5480         * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5481         <machine/pcb.h> and "bsd-kvm.h".
5482         (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5483         (m68kbsd_supply_pcb): New function.
5484         (_initialize_m68kbsd_nat): New prototype and function.
5485         * Makefile.in (m68kbsd-nat.o): Update dependencies.
5486         * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5487         (LOADLIBES): New variable.
5488         * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5489         (LOADLIBES): New variable.
5490
5491         * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5492
5493 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
5494
5495         * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5496         <sys/proc.h>.
5497         (bsd_kvm_cmdlist): New variable.
5498         (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5499         (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5500         command and "kvm proc" command.
5501         * Makefile.in (bsd-kvm.o): Update dependencies.
5502
5503 2004-07-02  Mark Kettenis  <kettenis@gnu.org>
5504
5505         * osabi.c: Update copyright year.
5506         (generic_elf_osabi_sniffer): Tweak comment.  Look for OS-specific
5507         notes if EI_OSABI is set to ELFOSABI_HPUX.
5508
5509 2004-07-01  Michael Snyder  <msnyder@redhat.com>
5510
5511         * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5512         that seems to have gotten whacked out of line.
5513
5514 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
5515
5516         * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5517         code.
5518
5519 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
5520
5521         * ada-lang.c (decode_packed_array): Minor change to comment.
5522         (ada_value_slice_ptr): New function. 
5523         (ada_value_slice): New function. 
5524         (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5525         test.  Don't know why it is there.
5526         Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5527         to avoid dereferencing huge arrays from which one is slicing.  
5528         (empty_array): Correct to return an array rather than
5529         a subrange value.
5530         * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5531         on empty arrays (let'em use 'FIRST instead).
5532
5533 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
5534
5535         Address complaints from gdb_ari.sh:
5536         
5537         * ada-exp.y: Include gdb_string.h rather than string.h.
5538         (convert_char_literal): Reformat declaration.
5539         * ada-lang.h: Include opaque struct declaration for struct frame_info.
5540         * ada-lex.l: Change use of free to xfree (the macro would do so
5541         anyway, but this is harmless).
5542         Include gdb_string.h rather than string.h.
5543         * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5544         
5545         * ada-lang.c (parse): Remove K&Rism in parameter list.
5546         (is_name_suffix): Correct Linux => GNU/Linux in comment.
5547         
5548 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
5549
5550         * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5551         dead code.
5552
5553 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
5554
5555         * alphabsd-nat.c: Update copyright year.
5556         (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5557
5558 2004-06-29  Joel Brobecker  <brobecker@gnat.com>
5559
5560         * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5561         (i386_cygwin_in_solib_call_trampoline): New function.
5562         (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5563         and skip_trampoline_code gdbarch methods.
5564
5565 2004-06-29  Jim Blandy  <jimb@redhat.com>
5566
5567         * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5568         name actually used in the dependency lists.
5569
5570 2004-06-29  Randolph Chung  <tausq@debian.org>
5571
5572         * NEWS (New native configurations): Mention GNU/Linux/hppa.
5573
5574 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
5575
5576         * win32-nat.c (child_pid_to_exec_file): New function.
5577         (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5578         functionality.
5579
5580 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5581
5582         * defs.h (xstrvprintf): Declare.
5583         * utils.c (xstrvprintf): New function.
5584         (internal_vproblem, xstrprintf, xasprintf) 
5585         (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5586         * serial.c (serial_printf): Ditto.
5587         * complaints.c (vcomplaint): Ditto.
5588
5589 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
5590
5591         * infcmd.c (attach_command): Move call to target_terminal_inferior
5592         behind loading symbol table.
5593
5594 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5595
5596         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5597         change - add back extern deprecated_ui_loop_hook declaration.
5598
5599 2004-06-28  Andrew Cagney  <cagney@gnu.org>
5600
5601         * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5602         xstrprintf.
5603         * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5604         (c_value_of_variable): Ditto.
5605         * utils.c (internal_vproblem): Ditto.
5606         * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5607         * remote.c (add_packet_config_cmd): Ditto.
5608         * remote-rdp.c (rdp_set_command_line): Ditto.
5609         * regcache.c (regcache_dump): Ditto.
5610         * frv-tdep.c (new_variant, new_variant): Ditto.
5611         * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5612         (fbsd_find_memory_regions): Ditto.
5613         * breakpoint.c (create_thread_event_breakpoint) 
5614         (create_breakpoints): Ditto.
5615         * aix-thread.c (aix_thread_pid_to_str): Ditto.
5616         * ada-lang.c (is_package_name): Ditto.  Also delete xmalloc call.
5617
5618 2004-06-28  Joel Brobecker  <brobecker@gnat.com>
5619
5620         * ada-lang.c: Re-indent file, with some massaging to help indent
5621         a bit when the result is otherwise really too ugly.
5622
5623 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
5624
5625         * frame.h (struct frame_id): Change bit field type of stack_addr_p, 
5626         code_addr_p and special_addr_p to 'unsigned int'.
5627
5628 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
5629
5630         * i386v4-nat.c: Update copyright year and tweak comment.
5631         (regmap): Remove trailing comma.
5632         (supply_gregset): Rename local variable i to regnum.  Call
5633         regcache_raw_supply instead of supply_register.
5634         (fill_gregset): Rename argument regno to regnum.  Call
5635         regcache_raw_collect instead of regcache_collect.
5636
5637 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
5638
5639         * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5640         and special_addr_p.
5641         (frame_id_build, frame_id_build_special): Update comments.
5642         (frame_id_build_wild): New prototype.
5643         * frame.c (frame_id_build, frame_id_build_special): Fill in new
5644         struct frame_id fields.
5645         (frame_id_build_wild): New function.
5646         (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5647
5648 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
5649
5650         * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5651         hppabsd-tdep.c.
5652
5653 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
5654
5655         * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5656
5657 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
5658
5659         * ada-lang.c: Re-indent file.
5660
5661 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
5662
5663         * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5664         (no_symtab_msg): Likewise.
5665
5666 2004-06-27  Andreas Schwab  <schwab@suse.de>
5667
5668         * source.c: Fix whitespace.
5669
5670 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
5671
5672         * configure.in: Include <sys/param.h> for td_pcb test.
5673         * configure: Regenerated.
5674
5675         * i386nbsd-nat.c: New file.
5676         * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5677         i386obsd-nat.c and i386obsd-tdep.c.
5678         (i386nbsd-nat.o): New dependency.
5679         * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5680         bsd-kvm.o.
5681         (LOADLIBES): New variable.
5682         * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5683         bsd-kvm.o.
5684         (LOADLIBES): New variable.
5685
5686         * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5687         (LOADLIBES): New variable.
5688
5689         * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5690         fetching from BSD_KVM_PADDR.  Correctly lookup address for
5691         "_thread0".
5692
5693         * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5694         "bsd-kvm.h".
5695         (amd64fbsd_supply_pcb): New funcion.
5696         (_initialize_amd64fbsd_nat): Enable libkvm interface.
5697
5698 2004-06-27    <david@streamline-computing.com>
5699
5700         Partial fix for PR cli/1056.
5701         * valarith.c: Check for zero in division and remainder 
5702         evaluation.
5703
5704 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
5705
5706         * i387-tdep.c: Remove excessive whitespace.
5707
5708 2004-06-26  Andrew Cagney  <cagney@gnu.org>
5709
5710         * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5711         * gdb-events.h, gdb-events.c: Re-generate.
5712         * tui/tui-hooks.c (tui_install_hooks): Update.
5713         (tui_remove_hooks): Update.
5714         * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5715
5716 2004-06-26  Mark Kettenis  <kettenis@gnu.org>
5717
5718         * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5719         (gregset_t, fpregset_t): Remove typedefs.
5720         (REG_OFFSET): Rename argument.
5721         (amd64bsd_r_reg_offset): Rename from reg_offset.
5722         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5723         Remove functions.
5724         (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5725         of reg_offset.
5726         * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5727
5728         * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5729
5730         * vax-tdep.c: Tweak comment.
5731
5732         Add OpenBSD/hppa support.
5733         * NEWS (New native configurations): Mention OpenBSD/hppa.
5734         * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5735         config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5736         files.
5737         * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5738         (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5739         * configure.host: Add hppa*-*-openbsd*.
5740         * configure.tgt: Add hppa*-*-openbsd*.
5741
5742 2004-06-25  Andrew Cagney  <cagney@gnu.org>
5743
5744         * defs.h (deprecated_ui_loop_hook): Deprecated.
5745         * wince.c (child_wait): Update.
5746         * win32-nat.c (child_wait): Update.
5747         * v850ice.c (v850ice_wait): Update.
5748         * top.c (deprecated_ui_loop_hook): Update.
5749         * serial.h: Update.
5750         * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) 
5751         (do_unix_readchar): Update.
5752         * ser-tcp.c (net_open): Update.
5753         * remote-sim.c (gdb_os_poll_quit): Update.
5754         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5755
5756 2004-06-24  Andrew Cagney  <cagney@gnu.org>
5757
5758         * defs.h (deprecated_pre_add_symbol_hook)
5759         (deprecated_post_add_symbol_hook): Deprecated.
5760         * symfile.c (symbol_file_add_with_addrs_or_offsets) 
5761         (symbol_file_add_with_addrs_or_offsets): Update references.
5762
5763 2004-06-24  Andrew Cagney  <cagney@gnu.org>
5764
5765         * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5766         (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5767         * wince.c (ui_loop_hook): Delete extern declaration.
5768         * win32-nat.c (ui_loop_hook): Delete extern declaration..
5769         * v850ice.c (ui_loop_hook): Delete extern declaration..
5770         * ser-unix.c (ui_loop_hook): Delete extern declaration..
5771         * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5772         * remote-sim.c (ui_loop_hook): Delete extern declaration..
5773         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5774         ui_loop_hook declaration.
5775
5776 2004-06-24  Andrew Cagney  <cagney@gnu.org>
5777
5778         * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5779         entry_func_highpc fields.
5780         * objfiles.c (init_entry_point_info): Do not clear
5781         entry_func_lowpc and entry_func_highpc.
5782         (objfile_relocate): Do not relocate entry_func_lowpc and
5783         entry_func_highpc.
5784         * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5785         entry_func_highpc.
5786         * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5787         entry_func_highpc.
5788         * blockframe.c (legacy_frame_chain_valid): Replace tests against
5789         entry_func_lowpc and entry_func_highpc with call to
5790         inside_entry_func.
5791
5792 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
5793
5794         * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5795         quad-precision floating point arguments in registers.
5796
5797 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
5798
5799         From Michael Mueller <m.mueller99@kay-mueller.de>:
5800         * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5801         account.
5802
5803 2004-06-22  Jeff Johnston  <jjohnstn@redhat.com>
5804
5805         * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5806         to -1.
5807         * breakpoint.c (bpstat_stop_status): Move check for ignoring
5808         untriggered watchpoints to a separate if clause.  Update function
5809         comment regarding STOPPED_BY_WATCHPOINT argument.
5810
5811 2004-06-22  Jim Blandy  <jimb@redhat.com>
5812
5813         * gdbarch.sh: Doc fix.
5814
5815 2004-06-21  Martin Hunt  <hunt@redhat.com>
5816         Kevin Buettner <kevinb@redhat.com>
5817
5818         * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5819         * mips-tdep.h (MIPS_SP_REGNUM): Define.
5820         * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5821         to set_gdbarch_sp_regnum().  Use cooked register number.
5822         (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5823
5824 2004-06-21  Andrew Cagney  <cagney@gnu.org>
5825
5826         * gdbarch.sh: When the macro field is empty, do not generate a
5827         macro definition.  When the macro field is "=", generate the macro
5828         name from the upper-case function name.
5829         (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5830         (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5831         (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5832         (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5833         (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5834         (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5835         (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5836         (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5837         (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5838         (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5839         (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5840         (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5841         (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5842         (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5843         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5844         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5845         (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5846         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5847         (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5848         (DEPRECATED_USE_STRUCT_CONVENTION)
5849         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5850         (DEPRECATED_FRAME_INIT_SAVED_REGS)
5851         (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5852         (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5853         (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5854         (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5855         (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5856         (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5857         (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5858         (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5859         (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5860         (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5861         (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5862         (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5863         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5864         (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5865         (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5866         (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5867
5868 2004-06-21  Andrew Cagney  <cagney@gnu.org>
5869
5870         * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5871         macro name, and the function rather than macro value.  Only wrap
5872         macro print statements in #ifdef.  Move format logic to where it
5873         is needed.
5874         * gdbarch.c: Re-generate.
5875         
5876         * gdbarch.sh (read): Delete "print_p" and "description", add
5877         "garbage_at_eol".  Check for non-empty garbage at end-of-line.
5878         Delete references to print_p.
5879         (TARGET_ARCHITECTURE): Delete print predicate.
5880         * gdbarch.c: Re-generate.
5881         
5882         * gdbarch.sh: Check that multi-arch methods do not provide a
5883         macro.
5884         (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
5885         (print_registers_info, print_float_info, print_vector_info)
5886         (adjust_breakpoint_address, remote_translate_xfer_address)
5887         (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
5888         (address_class_type_flags_to_name, unwind_sp): Remove the macro
5889         name from the multi-arch definition.
5890         
5891 2004-06-20  Andrew Cagney  <cagney@gnu.org>
5892
5893         * gdbarch.sh: Sort by the function, instead of macro name.
5894         * gdbarch.c: Re-generate.
5895         
5896 2004-06-20  Andrew Cagney  <cagney@gnu.org>
5897
5898         * gdbarch.sh: Use the function, instead of macro name in
5899         errors and the log file.
5900         (return_value): Remove stray ":" in spec.
5901
5902         * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
5903         * gdbarch.h, gdbarch.c: Re-generate.
5904         * Makefile.in (arch-utils.o): Update dependencies.
5905         * values.c (using_struct_return): Move code calling
5906         USE_STRUCT_CONVENTION to legacy_return_value, simplify.
5907         * stack.c (return_command): Move code calling STORE_RETURN_VALUE
5908         to legacy_return_value, simplify.
5909         * infcmd.c (print_return_value): Move code calling
5910         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
5911         to legacy_return_value, simplify.
5912         * infcall.c (call_function_by_hand): Move code calling
5913         EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
5914         * arch-utils.c: Update copyright.  Include "gdbcore.h".
5915         (legacy_return_value): New function.
5916         * arch-utils.h: Update copyright.
5917         (legacy_return_value): Declare.
5918         
5919 2004-06-20  Andrew Cagney  <cagney@gnu.org>
5920
5921         * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
5922         * gdbarch.h, gdbarch.c: Re-generate.
5923         * values.c (using_struct_return): Update call.
5924         * mcore-tdep.c: Update comment.
5925         * infcall.c (call_function_by_hand): Update comment.
5926         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5927         * arch-utils.h (always_use_struct_convention): Update.
5928         * v850-tdep.c (v850_gdbarch_init): Update.
5929         * sh64-tdep.c (sh64_gdbarch_init): Update.
5930         * sh-tdep.c (sh_gdbarch_init): Update.
5931         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5932         * mips-tdep.c (mips_gdbarch_init): Update.
5933         * mcore-tdep.c (mcore_gdbarch_init): Update.
5934         * m32r-tdep.c (m32r_gdbarch_init): Update.
5935         * ia64-tdep.c (ia64_gdbarch_init): Update.
5936         * h8300-tdep.c (h8300_gdbarch_init): Update.
5937         * frv-tdep.c (frv_gdbarch_init): Update.
5938         * cris-tdep.c (cris_gdbarch_init): Update.
5939         * arm-tdep.c (arm_gdbarch_init): Update.
5940         * alpha-tdep.c (alpha_gdbarch_init): Update.
5941
5942 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
5943
5944         * PROBLEMS: Add more specific information, and a work-around,
5945         for PR gdb/1458.
5946
5947 2004-06-18  Andrew Cagney  <cagney@gnu.org>
5948
5949         * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
5950         * gdbarch.h, gdbarch.c: Re-generate.
5951         * ada-lang.c (ada_finish_decode_line_1): Update.
5952         * infrun.c (handle_inferior_event): Update.
5953         * infcall.c (find_function_addr): Update.
5954         * linespec.c (minsym_found): Update.
5955         * symtab.c (find_function_start_sal, skip_prologue_using_sal):
5956         Update.
5957         * blockframe.c (legacy_frameless_look_for_prologue): Update.
5958         * cli/cli-cmds.c (disassemble_command): Update.
5959         * vax-tdep.c (vax_gdbarch_init): Update.
5960
5961 2004-06-18  Mark Kettenis  <kettenis@gnu.org>
5962
5963         * i386-tdep.c (i386_collect_fpregset): Fix comment.
5964
5965 2004-06-17  Andrew Cagney  <cagney@gnu.org>
5966
5967         GDB 6.1.1 released from the GDB 6.1 branch.
5968         * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
5969         * PROBLEMS: Ditto.
5970
5971 2004-06-16  Daniel Jacobowitz  <dan@debian.org>
5972
5973         PR gdb/1658
5974         * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
5975         operation as a uleb128.  Found by Michael Coulter.
5976
5977 2004-06-16  Paul N. Hilfinger  <Hilfinger@gnat.com>
5978         
5979         * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
5980         make it non-static.
5981         * ada-lang.h (task_control_block): declaration moved from ada-task.c
5982         to ada-lang.h; this is needed to be able to implement the kill command
5983         in multi-task mode.
5984         (task_ptid): Ditto.
5985         (task_entry): Ditto.
5986         (task_list): Ditto.
5987         (ada_build_task_list): Ditto.
5988         
5989         * ada-lang.c: Conditionalize routines and data structures related 
5990         to breakpoints, exceptions, completion, and symbol caching on 
5991         GNAT_GDB, since these are not yet used in the submitted public sources.
5992         (ada_main_name): Editorial: Move definition out of exception-related 
5993         code.
5994
5995 2004-06-15  Andrew Cagney  <cagney@gnu.org>
5996
5997         * mips-tdep.c (non_heuristic_proc_desc): Delete call to
5998         deprecated_pc_in_call_dummy.
5999
6000 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
6001
6002         * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6003         bfd_get_section_size_before_reloc or _raw_size.
6004         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6005         * dwarf2read.c (dwarf2_locate_sections): Likewise.
6006         (dwarf2_read_section): Likewise.
6007         * elfread.c (elf_locate_sections): Likewise.
6008         * gcore.c (derive_heap_segment): Likewise.
6009         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6010         * remote-e7000.c (e7000_load): Likewise.
6011         * remote-m32r-sdi.c (m32r_load): Likewise.
6012         * remote-mips.c (mips_load_srec): Likewise.
6013         (pmon_load_fast): Likewise.
6014         * remote.c (compare_sections_command): Likewise.
6015         * symfile.c (add_section_size_callback): Likewise.
6016         (load_section_callback): Likewise.
6017         (pc_in_unmapped_range): Likewise.
6018         (pc_in_mapped_range): Likewise.
6019         (sections_overlap): Likewise.
6020         (list_overlays_command): Likewise.
6021         (simple_overlay_update_1): Likewise.
6022         (simple_overlay_update): Likewise.
6023         * tracepoint.c (remote_set_transparent_ranges): Likewise.
6024         * win32-nat.c (core_section_load_dll_symbols): Likewise.
6025
6026 2004-06-14  Randolph Chung  <tausq@debian.org>
6027
6028         * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6029         * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make 
6030         static.
6031         (hppa_hpux_inferior_created): New function.
6032         (hppa_hpux_init_abi): Register observer.
6033         * symfile.c (hp_cxx_exception_support_initialized)
6034         (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6035         (symbol_file_add_main_1, symbol_file_clear): Likewise.
6036
6037 2004-06-14  Randolph Chung  <tausq@debian.org>
6038
6039         * MAINTAINERS (Write After Approval): Alphabetize my entry
6040         correctly.
6041
6042 2004-06-14  Andrew Cagney  <cagney@gnu.org>
6043
6044         * MAINTAINERS (testsuite): List Michael Chastain as the lead
6045         testsuite maintainer.
6046
6047 2004-06-13  Andrew Cagney  <cagney@gnu.org>
6048
6049         * infcmd.c (print_return_value): Fix logic, allow
6050         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6051
6052         * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6053         defining any macros.
6054         * gdbarch.h: Re-generate.
6055
6056         * gdbarch.sh: Delete "level" attribute.  Only check for a macro
6057         redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6058         * gdbarch.h: Re-generate.
6059
6060         * values.c (generic_use_struct_convention): Don't check gcc_p.
6061
6062         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6063         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6064         * gdbarch.h, gdbarch.c: Regenerate.
6065         * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) 
6066         (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6067         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6068         deprecated_max_register_raw_size and
6069         deprecated_max_register_virtual_size.
6070         * v850-tdep.c (v850_gdbarch_init): Ditto.
6071         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6072         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6073         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6074         * cris-tdep.c (cris_gdbarch_init): Ditto.
6075
6076         * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6077         * gdbarch.h, gdbarch.c: Re-generate.
6078         * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6079         (m68hc11_use_struct_convention): Delete function.
6080         (m68hc11_extract_struct_value_address): Delete function.
6081         (m68hc11_return_value): New function.
6082         (m68hc11_gdbarch_init): Instead of store_return_value,
6083         extract_return_value, return_value_on_stack,
6084         deprecated_extract_struct_value_address and use_struct_convention,
6085         set return_value.
6086         * values.c (using_struct_return): Do not call
6087         RETURN_VALUE_ON_STACK.
6088         * arch-utils.h (generic_return_value_on_stack_not): Delete
6089         declaration.
6090         * arch-utils.c (generic_return_value_on_stack_not): Delete
6091         function.
6092         
6093 2004-06-12  Andrew Cagney  <cagney@gnu.org>
6094
6095         * values.c (register_value_being_returned): Delete function.
6096         * infcmd.c (legacy_return_value): Delete function.
6097         * infcall.c (call_function_by_hand): Inline
6098         "register_value_being_returned", simplify.
6099         * values.c (using_struct_return): Update comment, refer to
6100         print_return_value instead of register_value_being_returned.
6101         * infcmd.c (print_return_value): Inline calls to
6102         register_value_being_returned and legacy_return_value.  Simplify.
6103
6104 2004-06-11  Randolph Chung  <tausq@debian.org>
6105
6106         * somread.c (som_symtab_read): Exclude gcc local symbols.
6107
6108 2004-06-11  Randolph Chung  <tausq@debian.org>
6109
6110         * infrun.c (handle_inferior_event): Handle the case when a
6111         trampoline ends up in the runtime resolver, and if the trampoline
6112         has no name.  Rearrange the code so that all the trampoline
6113         processing happens before other step-out-of-range handling.
6114
6115 2004-06-11  Martin Hunt  <hunt@redhat.com>
6116
6117         * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6118         has no fpu.
6119
6120 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6121
6122         * blockframe.c (legacy_inside_entry_func): Delete.
6123         (legacy_frame_chain_valid): Inline call to
6124         legacy_inside_entry_func, simplify.
6125
6126 2004-06-10  Bob Rossi  <bob@brasko.net>
6127
6128         * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6129         * dwarf2read.c (partial_die_info): Add dirname field.
6130         (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6131         (read_partial_die): Save away DW_AT_comp_dir.
6132         * defs.h (symtab_to_filename): Removed.
6133         * source.c (find_and_open_source): Added.
6134         (open_source_file): Just calls find_and_open_source.
6135         (symtab_to_filename): Removed.
6136         (symtab_to_fullname, psymtab_to_fullname): Added.
6137         * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6138         * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6139         symtab_to_filename.
6140         * symtab.h (partial_symtab): Add dirname field.
6141         * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6142         (mi_cmd_file_list_exec_source_file): Call new function
6143         symtab_to_fullname to find fullname.
6144         (mi_cmd_file_list_exec_source_files): Added.
6145         * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6146         * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6147
6148 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6149
6150         * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6151         to generic_use_struct_convention, the default value.
6152
6153         * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6154         of abort.
6155
6156         * ns32k-tdep.c (ns32k_push_arguments): New function.
6157         (ns32k_gdbarch_init): Set deprecated_push_arguments.
6158         * infcall.c (call_function_by_hand): Call error instead of
6159         legacy_push_arguments.
6160         * value.h (legacy_push_arguments): Delete declaration.
6161         * valops.c (legacy_push_arguments): Delete function.
6162         (value_push): Delete function.
6163
6164 2004-06-10  Brian Ford  <ford@vss.fsi.com>
6165
6166         * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6167         from corrupting/reinitializing the psymtab.  Support DWARF 2 frame
6168         info.
6169         * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6170
6171 2004-06-10  Andrew Cagney  <cagney@gnu.org>
6172
6173         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6174         * gdbarch.h, gdbarch.c: Re-generate.
6175         * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6176         parameters.
6177         * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6178         * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6179         deprecated_pc_in_call_dummy instead of
6180         DEPRECATED_PC_IN_CALL_DUMMY.
6181         (arm_skip_prologue): Ditto.
6182         * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6183         (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6184         * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6185         (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6186         Ditto.
6187         * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr) 
6188         (sh64_init_extra_frame_info, sh64_get_saved_register) 
6189         (sh64_pop_frame): Ditto.
6190         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6191         * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc) 
6192         (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6193         * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc) 
6194         (h8300_pop_frame): Ditto.
6195         * blockframe.c (legacy_inside_entry_func) 
6196         (legacy_frame_chain_valid): Ditto.
6197         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6198         to deprecated_pc_in_call_dummy.
6199         
6200 2004-06-09  Andrew Cagney  <cagney@gnu.org>
6201
6202         * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6203         provide a default value.
6204         (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6205         * gdbarch.h, gdbarch.c: Re-generate.
6206         * arch-utils.c (generic_convert_register_p): Rename
6207         legacy_convert_register_p
6208         (legacy_register_to_value, legacy_value_to_register): Delete
6209         functions.
6210         * arch-utils.h (generic_convert_register_p): Rename
6211         legacy_convert_register_p.
6212         (legacy_register_to_value, legacy_value_to_register): Delete
6213         declarations.
6214
6215         * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6216         (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6217         (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6218         * gdbarch.h, gdbarch.c: Re-generate.
6219         * infcmd.c (default_print_registers_info): Simplify.
6220         * findvar.c (value_of_register): Simplify.
6221         * mi/mi-main.c (get_register): Simplify.
6222         * arch-utils.c (legacy_convert_register_p): Always return 0.
6223         (legacy_register_to_value, legacy_value_to_register): Always call
6224         internal_error.
6225
6226         * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6227         #ifdef CLEAR_INSN_CACHE code.
6228         * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6229         Delete #ifdef CLEAR_DEFERRED_STORES code.
6230
6231         * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6232
6233         * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6234         copyright.
6235         * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6236
6237         * config/mips/mipsv4.mh: Delete file.
6238
6239         * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6240         unreferenced macro.
6241         (hpread_adjust_stack_address): Delete declaration.
6242
6243 2004-06-08  Andrew Cagney  <cagney@gnu.org>
6244
6245         * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6246         (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6247         PTRACE_ATTACH / PTRACE_DETACH available call error.
6248         (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6249         * infttrace.c (update_thread_state_after_attach, attach, detach):
6250         Remove #ifdef wrappers.
6251         * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6252         * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6253         * config/nm-bsd.h (ATTACH_DETACH): Delete.
6254         * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6255         * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6256         * config/nm-linux.h (ATTACH_DETACH): Delete.
6257         * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6258         * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6259         * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6260         * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6261         * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6262
6263 2004-06-08  Corinna Vinschen  <vinschen@redhat.com>
6264
6265         * configure.in: Set $configdir to the right OS specific value.
6266         Use value when setting $tcldir and $tkdir.
6267         * configure: Regenerate.
6268
6269 2004-06-06  Paul Brook  <paul@codesourcery.com>
6270
6271         * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6272         records.
6273
6274 2004-06-08  Paul N. Hilfinger  <Hilfinger@gnat.com>
6275
6276         * ada-lang.c (lookup_symbol_in_language): New function to allow
6277         re-use of another language's symbol lookup code.  (Placed here
6278         temporarily while Ada support is being integrated into the public
6279         tree).  
6280         (restore_language): New auxiliary function for 
6281         lookup_symbol_in_language.
6282         * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6283         temporarily while Ada support is being integrated into the public
6284         tree).
6285         
6286 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
6287
6288         * Makefile.in (check//%): New.
6289
6290         * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6291         (mn10300_store_return_value): Rewrite.
6292         (mn10300_type_align): New.
6293         (mn10300_use_struct_convention): Rewrite.
6294         (mn10300_return_value): New, using all of the above.
6295         (mn10300_pop_frame_regular): Add saved_regs_size.
6296         (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6297
6298         * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6299         regs if PC is on movm.
6300
6301 2004-06-07  Jim Blandy  <jimb@redhat.com>
6302
6303         Add native Linux support for the PowerPC E500.
6304         * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6305         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6306         all architectures except the E500.
6307         * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6308         #definitions.
6309         (struct gdb_evrregset_t): New type.
6310         (have_ptrace_getsetevrregs): New variable.
6311         (get_spe_registers, read_spliced_spe_reg, fetch_spe_register, 
6312         fetch_spe_registers): New functions.
6313         (fetch_register): Call fetch_spe_register as appropriate.
6314         Assert that we're only passed raw register numbers.
6315         (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6316         Don't fetch gprs if they're pseudoregisters.
6317         (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6318         store_spe_registers): New functions.
6319         (store_register): Call store_spe_register as appropriate.
6320         Assert that we're only passed raw register numbers.
6321         (store_ppc_registers): Call store_spe_registers as appropriate.
6322         Don't store gprs if they're pseudoregisters.
6323         
6324 2004-06-07  Jeff Johnston  <jjohnstn@redhat.com>
6325
6326         * thread-db.c (thread_get_info_callback): Fill in the thread_info
6327         struct if one exists, even if we are dealing with a zombie thread.
6328
6329 2004-06-07  Andrew Cagney  <cagney@gnu.org>
6330
6331         * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6332         * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6333         Rename PC_REQUIRES_RUN_BEFORE_USE.
6334         * breakpoint.c (breakpoint_sals_to_pc): Update.  Wrap reference in
6335         #ifdef.
6336
6337 2004-06-07  Randolph Chung  <tausq@debian.org>
6338
6339         * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6340         unwinding after sp has been saved to the stack but before the end
6341         of the prologue, and after the fp has been modified but before it has
6342         been saved to the stack.
6343         (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer): 
6344         Remove superfluous definitions.
6345         (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6346
6347 2004-06-07  Guy Martin  <gmsoft@gentoo.org>
6348
6349         Committed by Randolph Chung.
6350         * hppa-linux-nat.c: Include the correct version of the header file
6351         depending on the kernel version.
6352
6353 2004-06-06  Randolph Chung  <tausq@debian.org>
6354
6355         * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6356         (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6357
6358 2004-06-06  Randolph Chung  <tausq@debian.org>
6359
6360         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) 
6361         (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6362         * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6363         * hppa-tdep.c (hppa_symbol_address): New function definition.
6364         * hppa-tdep.h (hppa_symbol_address): New function declaration.
6365
6366 2004-06-06  Randolph Chung  <tausq@debian.org>
6367
6368         * hppa-tdep.h (struct value): Forward declaration.
6369         (gdbarch_tdep): Define tdep find_global_pointer method.
6370         * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6371         associated with the function we are trying to call, and write it
6372         to the gp register.
6373         (hppa32_convert_from_funct_ptr_addr): New function.
6374         (hppa_find_global_pointer): New function.
6375         (hppa_gdbarch_init): Set default find_global_pointer method; set
6376         convert_from_func_ptr_addr method.
6377         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6378         (hppa_linux_init_abi): Set find_global_pointer method.
6379         * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6380
6381 2004-06-06  Randolph Chung  <tausq@debian.org>
6382
6383         * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6384         to struct value *function.
6385         * gdbarch.c: Regenerate.
6386         * gdbarch.h: Likewise.
6387         * infcall.c (call_function_by_hand): Pass entire function value
6388         to push_dummy_call.
6389
6390         * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6391         (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6392         * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6393         * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6394         * arm-tdep.c (arm_push_dummy_call): Likewise.
6395         * avr-tdep.c (avr_push_dummy_call): Likewise.
6396         * cris-tdep.c (cris_push_dummy_call): Likewise.
6397         * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6398         * frv-tdep.c (frv_push_dummy_call): Likewise.
6399         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6400         * hppa-tdep.c (hppa32_push_dummy_call)
6401         (hppa64_push_dummy_call): Likewise.
6402         * i386-tdep.c (i386_push_dummy_call): Likewise.
6403         * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6404         * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6405         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6406         * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6407         * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6408         * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6409         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6410         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6411         (ppc64_sysv_abi_push_dummy_call): Likewise.
6412         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6413         (ppc64_sysv_abi_push_dummy_call): Likewise.
6414         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6415         * s390-tdep.c (s390_push_dummy_call): Likewise.
6416         * sh-tdep.c (sh_push_dummy_call_fpu)
6417         (sh_push_dummy_call_nofpu): Likewise.
6418         * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6419         * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6420         * vax-tdep.c (vax_push_dummy_call): Likewise.
6421
6422 2004-06-04  Jim Blandy  <jimb@redhat.com>
6423
6424         * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6425         gdbarch argument to register_size.
6426
6427         * rs6000-tdep.c (rs6000_store_return_value): Use
6428         regcache_cooked_write_part instead of
6429         deprecated_write_register_bytes.
6430         (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6431         not gdbarch_deprecated_store_return_value.
6432
6433         * ppc-linux-nat.c (store_register, fetch_register): Remove
6434         incorrect assertions.  Simplify and generalize handling of
6435         transfers whose sizes are not multiples of, or less than, sizeof
6436         (PTRACE_XFER_TYPE).
6437
6438 2004-06-04  Jeff Johnston  <jjohnstn@redhat.com>
6439
6440         * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6441         as a new thread event.
6442         * thread-db.c (thread_get_info_callback): If the thread is a
6443         zombie, return TD_THR_ZOMBIE.
6444         (thread_from_lwp): If thread_get_info_callback returns
6445         TD_THR_ZOMBIE, check if the thread is still on the thread list
6446         and return a -1 ptid if not found.
6447         (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6448         change the status to TARGET_WAITKIND_SPURIOUS.
6449
6450 2004-06-03  Corinna Vinschen  <vinschen@redhat.com>
6451
6452         * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6453         double values in little endian mode.
6454
6455 2004-06-02  Albert Chin-A-Young  <china@thewrittenword.com>
6456
6457         Committed by Andrew Cagney.
6458         * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6459         after last enum constant to avoid error from IBM C
6460         compiler.
6461
6462 2004-06-02  Jim Blandy  <jimb@redhat.com>
6463
6464         * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6465         to 'message', and make it local to the lone block that uses it.
6466
6467         * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6468
6469 2004-06-02  Paul N. Hilfinger  <hilfinger@gnat.com>
6470
6471         * ada-exp.y: Update copyright notice.
6472         Include block.h.
6473         
6474         Replace REGNAME, LAST, INTERNAL_VARIABLE with
6475         SPECIAL_VARIABLE and unify the treatment of these cases.
6476
6477         (write_attribute_call0): Remove.
6478         (write_attribute_call1): Remove.
6479         (write_attribute_calln): Remove.
6480         (save_qualifier): Add missing semicolon.
6481
6482         (simple_exp,exp): Decomment (i.e., reactivate) code that was 
6483         temporarily disabled to allow compilation with FSF head version.
6484
6485         (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and 
6486         use individual operators (OP_*) for all attributes.
6487         (exp syntax): Use write_int.
6488         Handle STRING literals with OP_STRING.
6489         (variable syntax): Add limit parameter to calls to 
6490         write_object_renaming.  
6491
6492         (temp_parse_space): New definition to hold entities that need
6493         only live until the next call to ada_parse.
6494         (string_to_operator): Rename fields of ada_opname_table entries.
6495
6496         (write_var_from_sym): Record block.
6497         (write_var_from_name): Minor reformatting.
6498         Make sure saved name is properly encoded in the case of multiple 
6499         matches, and set its language to Ada.
6500         Update comment.
6501         Modify to indicate unresolved name as symbol in the UNRESOLVED 
6502         namespace, allocated in temp_parse_space.
6503         (write_int): New function.
6504
6505         (write_object_renaming): Add max_depth parameter to limit
6506         chains of object renamings.
6507         Handle case where root of renaming expression is itself a renaming.
6508         Use temp_parse_space for temporary name buffer.
6509         Handle renamings to dereferenced pointers (___XEXA suffices).
6510         
6511         (ada_parse, yyerror, string_to_operator, 
6512         write_var_from_sym, write_var_from_name, write_attribute_call0, 
6513         write_attribute_call1, write_attribute_calln, 
6514         write_object_renaming): Protoize.
6515
6516         (_initialize_ada_exp): New function.
6517         
6518         * ada-lang.c: Update copyright notice.
6519         General terminology change to conform to GNAT compiler usage:
6520         mangle => encode, demangle => decode
6521         Include gdb_obstack.h.
6522         Include gdb_regex.h
6523         Include frame.h
6524         Include hashtab.h
6525         Include completer.h
6526         Include gdb_stat.h
6527         Include block.h
6528         Include infcall.h
6529         
6530         (ADA_RETAIN_DOTS): Make sure this is defined.
6531         (TRUNCATION_TOWARDS_ZERO): Define.
6532         (struct string_vector): Define.
6533         (unresolved_names): Remove definition.
6534         (xnew_string_vector): New function.
6535         (string_vector_append): New function.
6536         (extract_string): Make static.
6537         (ada_unqualified_name): New function.
6538         (add_angle_brackets): New function.
6539         (function_name_from_pc): New function.
6540         (place_on_stack): Rename to ensure_lval.
6541
6542         (ensure_lval): Renamed from place_on_stack.
6543         Make identity on lvals.
6544         Update comment.
6545         (is_nonfunction): New interface.
6546         Only symbols in LOC_CONST class can be enumerals.
6547         (fill_in_ada_prototype): Remove; now independent of language.
6548         (add_defn_to_vec): Add obstack and symtab arguments.
6549         Use obstack to hold collected definitions.
6550         (num_defns_collected): New function.
6551         (defns_collected): New function.
6552         (ada_resolve_subexp): Rename to resolve_subexp.
6553         (resolve_subexp): Renamed from ada_resolve_subexp.
6554         (ada_op_name): Return non-const result.
6555         (ada_decoded_op_name): Renamed from ada_op_name, now used for
6556         other purposes.
6557
6558         (to_fixed_array_type): Add declaration.
6559         (coerce_unspec_val_to_type): Remove offset parameter.
6560         (find_sal_from_funcs_and_line): New interface.
6561         (find_line_in_linetable): Ditto.
6562
6563         (all_sals_for_line): Rename to ada_sals_for_line and make
6564         global.
6565         Add new parameter. When set, do not ask the user to choose the 
6566         instance, but use the first one found instead.
6567         Use given line number in returned sals.
6568         Fix comment. 
6569         Skip the prologue if funfirstline is set.
6570         Correct for memory leak when 0 lines found.
6571
6572         (value_pos_atr): Use pos_atr.
6573         (pos_atr): New function.
6574         (standard_lookup): Add block parameter.
6575
6576         (makeTimeStart): Remove declaration and uses.
6577         (makeTimeStop): Remove declaration and uses.
6578
6579         (ada_completer_word_break_characters): Allow for VMS.
6580         (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6581         (raise_sym_name): New constant.
6582         (raise_unhandled_sym_name): New constant.
6583         (raise_assert_sym_name): New constant.
6584         (process_raise_exception_name): New constant.
6585         (longest_exception_template): New constant.
6586         (warning_limit): New variable to limit warnings during expression
6587         evaluation.
6588         (warnings_issued): New variable to keep track of warnings issued.
6589         (known_runtime_file_name_patterns): New constant.
6590         (known_auxiliary_function_name_patterns): New constant.
6591         (symbol_list_obstack): New variable.
6592         
6593         (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6594         ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6595         lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6596         find_sal_from_funcs_and_line, ada_breakpoint_rewrite, 
6597         ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field, 
6598         ada_variant_discrim_name, field_alignment, dynamic_template_type,
6599         ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type): 
6600         Replace use of deprecated STREQ and STREQN macros by calls to strncmp 
6601         and strcmp. 
6602
6603         (ada_get_field_index): New function.
6604         (lim_warning): New function.
6605         (ada_translate_error_message): New function.
6606         (MAX_OF_SIZE): New function.
6607         (MIN_OF_SIZE): New function.
6608         (UMAX_OF_SIZE): New function.
6609         (UMIN_OF_SIZE): New function.
6610         (discrete_type_high_bound): New function.
6611         (discrete_type_low_bound): New function.
6612         (base_type): New function.
6613         (do_command): Remove.
6614         
6615         (ada_update_initial_language): Use language_ada, not language_unknown.
6616         (ada_encode): Renamed from ada_mangle.
6617         Obey ADA_RETAIN_DOTS.
6618         (ada_decode): Renamed from ada_demangle.
6619         Update coding conventions.
6620         (decoded_names_store): New hash table.
6621         (ada_decode_symbol): New function.
6622         (ada_la_decode): New function.
6623         
6624         (modify_general_field): Correct computations of offset and bit 
6625         position.
6626         (desc_base_type): Handle ref types, too.
6627         (ada_is_direct_array_type): New function.
6628
6629         (ada_is_simple_array): Rename to ada_is_simple_array_type.
6630         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6631         (ada_is_bogus_array_descriptor,ada_type_of_array,
6632         ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6633         ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed 
6634         ada_is_array_descriptor_type.
6635         
6636         (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6637         (ada_is_packed_array_type): Handle pointers or 
6638         references to packed arrays as well.
6639         (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6640         (decode_packed_array_type): Search for the packed array type 
6641         symbol in the currently selected block and associated 
6642         superblocks too.
6643         Use lookup_symbol again.
6644
6645         (decode_packed_array): Handle pointers and references.
6646         Update call to coerce_unspec_val_to_type.
6647         (decode_packed_array_type,value_subscript_packed): Limit warnings.
6648         (ada_value_primitive_packed_val): Improve comment.
6649         
6650         (ada_index_type): Substitute int type for "undefined".
6651         (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6652         ada_array_langth, ada_is_string_type): Use renamed 
6653         ada_is_simple_array_type.
6654         (empty_array): New function.
6655
6656         (ada_resolve):  Rename to resolve.
6657         (resolve): Make static.
6658         Call renamed resolve_subexp.
6659         Update comment.
6660         (ada_resolve_subexp): Rename to resolve_subexp.
6661         (resolve_subexp): Update comment.
6662         Decomment disabled code.
6663         Add LOC_COMPUTED* cases.
6664         Modify to use temporary struct symbols (marked as being in 
6665         UNDEF_NAMESPACE) to indicate unresolved names, instead of 
6666         OP_UNRESOLVED_VALUE.
6667         Remove OP_ATTRIBUTE; use individual opcodes for attributes.     
6668         Add OP_STRING case.
6669         Remove OP_ARRAY.
6670         Use SYMBOL_PRINT_NAME instead of ada_demangle.
6671         Use new ada_lookup_symbol_list interface.
6672         Use new ada_resolve_function interface.
6673         Remove OP_TYPE case.
6674
6675         (ada_args_match): Idiot proof against null actuals.
6676         Use intermediate variables to clarify.
6677         (ada_resolve_function): Update comment and interface.
6678         (mangled_ordered_before): Rename to encoded_ordered_before and
6679         update comment.
6680         (sort_choices): Update comment and interface.
6681         Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6682         (user_select_syms): New interface.
6683         Use new sort_choices interface.
6684         Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6685         (possible_user_operator_p): Idiot-proof against null values.
6686         (ada_simple_renamed_entity): Don't make cleanup; rely on 
6687         caller to free result string.
6688         Remove const from return type.
6689         (make_array_descriptor): Rename uses of place_on_stack to 
6690         ensure_lval.
6691         Make sure that arrays are on stack.
6692         
6693         (HASH_SIZE): Define.
6694         (struct cache_entry): Define.
6695         (cache_space): Define.
6696         (cache): Define.
6697         (clear_ada_sym_cache): New function.
6698         (find_entry): New function.
6699         (lookup_cached_symbol): New function.
6700         (defn_vector_size): Define.
6701         (cache_symbol): New function.
6702         (defn_symbols): Remove.
6703         
6704         (standard_lookup): Use lookup_symbol_in_language to get effect of
6705         C lookup.
6706         Cache results.
6707         
6708         (symbol_completion_match): New function.
6709         (symbol_completion_add): New function.
6710         (ada_make_symbol_completion_list): New function.
6711
6712         (ada_lookup_partial_symbol,ada_lookup_simple_minsym, 
6713         add_symbols_from_enclosing_procs,remove_extra_symbols): Replace 
6714         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME. 
6715         (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6716         
6717         (ada_lookup_simple_minsym): New function.
6718         (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6719
6720         (add_symbols_from_enclosing_procs): New interface.
6721         Conditionalize more helpfully.
6722         Don't bother if program isn't running.
6723         Use new interface to get_frame_block.
6724         Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6725         
6726         (remove_extra_symbols): New interface.
6727         (xget_renaming_scope): New function.
6728         (is_package_name): New function.
6729         (renaming_is_visible): New function.
6730         (remove_out_of_scope_renamings): New function.
6731
6732         (ada_lookup_symbol_list): New interface.
6733         Properly reinitialize the symbol list obstack.
6734         Don't call add_symbols_from_enclosing_procs if we start from a
6735         static or global block.
6736         Use new interfaces to ada_add_block_symbols, add_defn_to_vec, 
6737         add_symbols_from_enclosing_procs.
6738         Add symtab data to cached entries.
6739         Handle symbols prefixed with
6740         "standard__" specially; strip prefix and don't look in local symbols.
6741         Do not include out of scope renaming symbols in list of 
6742         symbols returned.
6743         Add const to block parameter.
6744         Move check for non-local, non-global symbols earlier.  
6745         Remove timing stuff.
6746         (ada_lookup_symbol): New interface.
6747         Find symtab as well.
6748         (ada_lookup_symbol_nonlocal): New function.
6749
6750         (is_name_suffix): Enhance suffix detection to recognize
6751         an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6752         (is_dot_digits_suffix): New function.
6753         (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6754         
6755         (ada_add_block_symbols): New interface.  Use obstack to return results
6756         in a vector of struct ada_symbol_infos.  Add symtab argument.
6757         Use new interface to add_defn_to_vec.
6758         Remove calls to fill_in_ada_prototype.
6759         Use BLOCK_BUCKETS, BLOCK_BUCKET.
6760         
6761         (ada_finish_decode_line_1): Add const qualification to local to fix
6762         warning.
6763         Start looking in static block for functions to avoid attempts 
6764         to search frame chain for up-level variables.
6765         Adapt to new ada_sals_for_line interface.
6766         Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6767         Handle quoting of the function name inside the spec string.
6768         Skip prologue when funfirstline is set and update the 
6769         function documentation to that effect.
6770
6771         (debug_print_lines, debug_print_block, debug_print_blocks, 
6772         debug_print_symtab): Remove.
6773
6774         (ada_main_name): New function.  
6775         (ada_exception_breakpoint_type): New function.
6776         (is_known_support_routine): New function.
6777         (ada_find_printable_frame): Renamed from find_printable_frame and made
6778         global.
6779         Remove level parameter.
6780         Use new interface to select_frame.
6781
6782         (begin_command): Remove.
6783         (ada_adjust_exception_stop): New function.
6784         (ada_print_exception_stop): New function.
6785         (exception_name_from_cond): New function.
6786         (ada_report_exception_break): Replace disabled code with 
6787         conditionalization on GNAT_GDB.
6788         Get the exception name from the condition string.
6789         Remove and move functionality into new functions 
6790         ada_print_exception_breakpoint_task and 
6791         ada_print_exception_breakpoint_nontask.
6792         (error_breakpoint_runtime_sym_not_found): New function.
6793         (is_runtime_sym_defined): New function.
6794         (ada_breakpoint_rewrite): Uncomment suppressed code.
6795         Use symbolic error-message and runtime-symbol names.
6796         Surround runtime symbol names in quotes.
6797         Allow non-specific breakpoints on exceptions and assertions before
6798         program starts.
6799         
6800         (ada_is_tagged_type): Add parameter.
6801         (ada_is_tag_type): New function.
6802         (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6803         (ada_variant_discrim_type): Ditto.
6804         (value_tag_from_contents_and_address): New function.
6805         (type_from_tag): New function.
6806         (struct tag_args): New structure used to communicate with
6807         ada_tag_name_1.
6808         (ada_tag_name_1): New function.
6809         (ada_tag_name): New function.
6810
6811         (ada_scan_number): Update comment.
6812         (find_struct_field): New function.
6813         (ada_search_struct_field): Make static.
6814         (ada_value_struct_elt): New version that returns references when
6815         given pointers or references to structs.
6816         (ada_lookup_struct_elt_type): Add 'refok' parameter.
6817         (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6818         interface.
6819         (ada_value_ind): Use new ada_to_fixed_value interface.
6820         (ada_coerce_ref): Ditto.
6821         (field_offset): Remove.
6822
6823         (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6824         (ada_find_renaming_symbol): New function.
6825         (ada_prefer_type): Prefer named types over unnamed ones.
6826         (variant_field_index): New function.
6827         (contains_variant_part): Removed: subsumed by variant_field_index.
6828         (ada_template_to_fixed_record_type): New function, mostly from
6829         template_to_fixed_record_type.
6830         (template_to_fixed_record_type): 
6831         Do not scan the type fields beyond the last one; prevents a 
6832         potential SEGV.
6833         Handle case where variant field is listed BEFORE discriminant it 
6834         depends on.
6835         Fix calculation of record length when bit length is 
6836         not evenly divisible by char length.
6837         Move code to ada_template_to_fixed_record_type and call it.
6838
6839         (template_to_static_fixed_type): Revise comment.  
6840         Modify to work on ordinary record types as well as templates, 
6841         so as to handle fields that use ___XVE or ___XVU encodings. 
6842         (to_record_with_fixed_variant_part): Fill out comment.
6843         Initialize C++ stuff in right type.
6844         Allow case where DVAL is null.
6845         Handle case where variant field is not last.
6846         Fix typo concerning record length.
6847         (to_fixed_record_type): Decomment disabled code.
6848         (to_fixed_record_type): Use variant_field_index instead of 
6849         contains_variant_part.
6850         (to_fixed_variant_branch_type): Ditto.
6851         (to_fixed_array_type): Decomment disabled code.
6852         (ada_to_fixed_type): Convert tagged types to the specific type.
6853         Deactivate the size-check for array types in order to avoid 
6854         some false size alarms.
6855         (to_static_fixed_type): Decomment disabled code.
6856         Modify to call template_to_static_fixed_type
6857         on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6858         (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6859         Remove valaddr argument, as it is never really used.
6860         (ada_to_fixed_value): Change interface to act on single struct value*
6861         operand.
6862         (adjust_pc_past_prologue): New function.
6863         (ada_attribute_name): Modify to take enum exp_opcode argument.
6864                 
6865         (ada_enum_name): Recognize new homonym-distinguishing convention.
6866         Adjust local variable's type to remove compiler warning.
6867         Fix a small problem in the part that unqualifies the enumeration name.
6868         (ada_value_binop): New function.
6869         (ada_value_equal): New function.
6870
6871         (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6872         Don't give error message when not doing normal evaluation 
6873         and a tagged type doesn't seem to contain a structure member.
6874         Give error message for packed arrays.
6875         For indexing arrays, handle pointers to packed arrays correctly.
6876         Handle case of 'first and 'last attributes of bare integral type 
6877         without encoded subtype info.  
6878         Remove some unnecessary casts.
6879         Fix uninitialized value of type in computing 'first, 'last, or 'length
6880         of array object.  
6881         Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
6882         Remove binop_user_defined_p tests and value_x_binop and value_x_unop
6883         calls.
6884         Attributes are now exp_opcode values.
6885         Correct treatment of 'modulus.
6886         Better error message for taking 'length of wrong kind of type; 
6887         improve comment.
6888         Change EVAL_NORMAL to noside for consistency.
6889         Use ada_value_binop for DIV, MOD, REM.
6890         Make special case out of array of length 0, since an argument 
6891         of 0 upsets some platforms' malloc.
6892         Use OP_STRING instead of OP_ARRAY.
6893         For slice, add check that we have an array type before extracting 
6894         a slice out of it.  Avoids a SEGV.
6895         When evaluating an array slice, if the array type is a reference to 
6896         an aligner type, then replace the aligner type by the actual type.
6897         Decomment disabled code.
6898         Remove some dead code.
6899         Use temporary struct symbols (marked as being in UNDEF_NAMESPACE) 
6900         to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
6901         Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE, 
6902         and UNOP_MBR to UNOP_IN_RANGE.
6903         If an array type has a parallel ___XVE type, then use it.
6904         Turn arrays into pointers for lvalue arrays.
6905         Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
6906         bounds error and handle 0-length slices.
6907         Use lim_warning.
6908         When selecting fields, apply ada_to_fixed_value (because the fields 
6909         might have ___XVU or ___XVE encodings even if not dynamic.)
6910         Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
6911         (ada_is_system_address_type): New function.
6912
6913         (get_var_value): Use new interface to ada_lookup_symbol_list.
6914         (get_int_var_value): New interface.
6915         (to_fixed_range_type): Allow unknown bound, with warning.
6916         (ada_is_modular_type): Decomment disabled code.
6917         (ADA_OPERATORS): New definition.
6918         (ada_operator_length): New function.
6919         (ada_expr_op_name): New function.
6920         (ada_forward_operator_length): New function.
6921         (ada_dump_subexp_body): New function.
6922         (ada_print_subexp): New function.
6923         (ada_exp_descriptor): New constant.
6924         (ada_op_print_tab): Add 'size.  Remove FIXMEs.
6925         (ada_language_defn): Add ada_exp_descriptor entry.
6926         Change ada_parse => parse.
6927         Add post-parser entry.
6928         Use ada-specific non-local symbol lookup.
6929         Don't use C-style arrays. 
6930         String lower-bound is 1.
6931         Decomment disabled code.        
6932         (parse): New function.
6933         New fields ada_translate_error_message, ada_lookup_symbol, 
6934         ada_lookup_minimal_symbol.
6935         
6936         * ada-lang.h: Update copyright dates.
6937         Replace the mangle/demangle terminology throughout by the
6938         more appropriate encode/decode one. 
6939         Include breakpoint.h.
6940         Forward declare struct partial_symbol, struct block.
6941         (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
6942         (EXTRACT_ADDRESS): Remove.
6943         (EXTRACT_INT): Remove.
6944         (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
6945         (MAX_ENCLOSING_FRAME_LEVELS): Define.
6946         (MAX_RENAMING_CHAIN_LENGTH): Define.
6947         (struct ada_opname_map): mangled => decoded, demangled=>encoded.
6948
6949         (enum task_states): Remove.
6950         ada_task_states: Remove.
6951         (fat_string): Remove.
6952         (struct entry_call): Remove.
6953         (struct task_fields): Remove.
6954         (struct task_entry): Remove.
6955
6956         (struct ada_symbol_info): Define.
6957         (enum ada_attribute): Remove.
6958         (enum ada_operator): Define.
6959         
6960         (ada_get_field_index): Declare.
6961         (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
6962         (ada_is_simple_array): Rename to ada_is_simple_array_type.
6963         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6964         (ada_lookup_symbol_list): New interface.
6965         (ada_decode_symbol): Declare.
6966         (ada_decode): Declare.
6967         (ada_lookup_symbol): New interface.
6968         (ada_update_initial_language): Declare.
6969         (ada_lookup_simple_minsym): Declare.
6970         (user_select_syms): New interface.
6971         (ada_sals_for_line): Declare.
6972         (ada_is_tagged_type): New interface.
6973         (ada_tag_name): Declare.
6974         (ada_lookup_struct_elt_type): Remove declaration.
6975         (ada_search_struct_field): Remove declaration.
6976         (ada_attribute_name): New interface.
6977         (ada_is_system_address_type): Declare.
6978         (ada_to_fixed_value): Remove declaration.
6979         (ada_template_to_fixed_record_type_1): Declare.
6980         (get_int_var_value): New interface.
6981         (ada_find_any_symbol): Declare.
6982         (ada_find_renaming_symbol): Declare.
6983         (ada_mangle): Rename to ada_encode.
6984         (ada_simple_renamed_entity): Remove const.
6985         (ada_main_name): Declare.
6986         (get_current_task): Rename to ada_get_current_task.
6987         (get_entry_number): Remove declaration.
6988         (ada_report_exception_break): Remove declaration.
6989         (ada_print_exception_breakpoint_nontask): Declare.
6990         (ada_print_exception_breakpoint_task): Declare.
6991         (ada_find_printable_frame): Declare.
6992
6993         * ada-lex.l: Update copyright notices.
6994         Use xmalloc and xfree instead of malloc and free.
6995         Use new interface to name_lookup.
6996         Use new interface to 
6997         ada_mangle=>ada_encode.
6998         Redo handling of '$...' variable to parallel current treatment 
6999         in c-exp.y.  
7000         (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7001         digit_to_int, strtoulst, processInt, processReal, processId, 
7002         block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7003         yywrap): Protoize.
7004         
7005         (processInt): Use cast to remove harmless warning.
7006         (processReal): Modify to get rid of compiler warning on scan formats.
7007
7008         (processId): Replace xmalloc with obstack_alloc for name and remove
7009         call to ada_name_string_cleanup.
7010         Remove obsolete disabled code.
7011         (name_lookup): Ditto. 
7012         New interface.
7013         Use obsavestring on temp_parse_space instead of savestring 
7014         on name, and remove call to ada_name_string_cleanup.  
7015         Free string returned from ada_simple_renamed_entity.
7016         Use new interface to ada_lookup_symbol_list.
7017         Decomment disabled code.
7018         Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables, 
7019         not types.
7020         When a type name lookup succeeds as a result of 
7021         lookup_primitive_typename, check for regular type entry that has not 
7022         yet been read in.
7023         Limit length of chain of renamed symbols we are willing to follow.  
7024         Do not break names beginning with "standard__" into segments.  
7025         (block_lookup): Use new interface to ada_lookup_symbol_list.
7026         
7027         * ada-typeprint.c: Update copyright notice.
7028         (demangled_type_name): Rename to decoded_type_name.
7029         (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7030         (print_range_bound):  Correct handling of negative
7031         bounds that make the index type looked unsigned under STABS.  
7032         (print_dynamic_range_bound): Use new interface to get_int_var_value.
7033         (print_range_type_named):  Use the builtin int type if no type 
7034         corresponding to the given type name could be found.
7035         (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7036         Add some bullet-proofing.
7037         (print_variant_clauses): Allow for variant branches with ___XVU 
7038         encodings that are not dynamic fields.  
7039         Use new interface to ada_is_tagged_type.
7040         (print_record_type): Allow for fields with ___XVE encodings that 
7041         are not dynamic fields. 
7042         Use new interface to ada_is_tagged_type.
7043         (ada_print_type): ada_is_array_descriptor => 
7044         ada_is_array_descriptor_type.
7045
7046         * ada-valprint.c: Update copyright notice.
7047         Include gdb_string.h
7048         Include infcall.h
7049         (ui_memcpy): New function.
7050         (ada_print_floating): New function.
7051         (ada_print_str): Order arguments correctly.
7052         Correct handling of empty arrays and arrays of 0-length items. 
7053         ada_is_array_descriptor => ada_is_array_descriptor_type 
7054         Print values of type System.Address in hexadecimal format.
7055         Use ada_print_floating to print floating-point numbers in Ada format.
7056         Print class tag values with type names.  
7057         No longer print the address of reference values. Avoids 
7058         a potential confusion.  
7059         (ada_value_print): Stop printing the object type for reference
7060         values, but preserve that behavior for access types. Avoids
7061         a potential confusion.
7062         Simplify one conditional expression, as the first part is now
7063         necessarily true.
7064         ada_is_array_descriptor => ada_is_array_descriptor_type 
7065         Add check for arrays for null records, and print them by hand.
7066         
7067 2004-06-01  Jim Blandy  <jimb@redhat.com>
7068
7069         * ppc-tdep.h: Delete unused 'regoff' member.
7070         * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7071
7072 2004-06-01  Michael Chastain  <mec.gnu@mindspring.com>
7073
7074         Fix PR symtab/1661.
7075         * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7076         (hpread_read_struct_type): Likewise.
7077
7078 2004-06-01  Andrew Cagney  <cagney@gnu.org>
7079
7080         * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7081         instead of xasprintf.
7082         * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt) 
7083         (mi_cmd_thread_select, mi_cmd_thread_list_ids) 
7084         (mi_cmd_data_list_register_names) 
7085         (mi_cmd_data_list_changed_registers) 
7086         (mi_cmd_data_list_register_values) 
7087         (get_register, mi_cmd_data_write_register_values) 
7088         (mi_cmd_data_write_register_values) 
7089         (mi_cmd_data_assign, mi_cmd_data_evaluate_expression) 
7090         (mi_cmd_target_download, mi_cmd_target_select) 
7091         (mi_cmd_data_read_memory, mi_cmd_data_write_memory) 
7092         (mi_execute_cli_command, mi_execute_async_cli_command) 
7093         (mi_execute_async_cli_command): Ditto.
7094         * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7095         * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7096
7097         * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7098         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7099         error_last_message instead of mi_error_last_message.
7100         * mi/mi-main.c (mi_error_last_message): Delete function.
7101
7102         * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7103         "invalid number of columns" error.  Delete redundant "out of
7104         memory" check.
7105
7106 2004-05-31  Mark Kettenis  <kettenis@gnu.org>
7107
7108         * i386bsd-nat.c: Don't include <sys/procfs.h>.
7109         (gregset_t, fpregset_t): Remove typedefs.
7110         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7111         (REG_OFFSET): Rename argument.
7112         (i386bsd_r_reg_offset): Rename from reg_offset.
7113         (REG_ADDR): Remove macro.
7114         (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7115         functions.
7116         (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7117         (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7118         instead of gregset_t and fpregset_t.  Use i386bsd_supply_gregset
7119         instead of supply_gregset.
7120         (store_inferior_registers): Use `struct reg' and `struct fpreg'
7121         instead of gregset_t and fpregset_t.  Use i386bsd_collect_gregset
7122         instead of fill_gregset.
7123         (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7124
7125         * i386bsd-nat.c: Don't include "gregset.h".
7126         (supply_gregset, fill_gregset): Make static.
7127         (supply_fpregset, fill_fpregset): Remove.
7128         * Makefile.in (i386bsd-nat.o): Update dependencies.
7129
7130 2004-05-30  Mark Kettenis  <kettenis@gnu.org>
7131
7132         * fbsd-proc.c: Include "regcache.h", "regset.h" and
7133         "gdb_assert.h".  Con't include "gregset.h".
7134         (fbsd_make_corefile_notes): Use regset-based core file support
7135         instead off fill_gregset and fill_fpregset.
7136         * Makefile.in (fbsd-proc.o): Update dependencies.
7137
7138         * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7139         instructions.
7140         (m88k_frame_prev_register): Simplify code a bit.
7141
7142         * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7143         (amd64_collect_fpregset): New function.
7144         (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7145
7146         * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7147
7148         * i386-tdep.c (i386_supply_gregset): Adjust comment.
7149         (i386_collect_gregset): New function.
7150         (i386_supply_fpregset): Adjust comment.
7151         (i386_collect_fpregset): New function.
7152         (i386_regset_from_core_section): Use i386_collect_gregset and
7153         i386_collect_fpregset.
7154
7155         * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7156         handle VALUEP being null.
7157
7158         * regset.h (collect_regset_ftype): Unconstify fourth argument.
7159
7160 2004-05-29  Mark Kettenis  <kettenis@gnu.org>
7161
7162         * MAINTAINERS: Undelete m88k.  Add myself as maintainer.
7163
7164         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7165         assembler in OpenBSD 3.5-current.
7166         (amd64obsd_sigcontext_addr): Likewise.
7167
7168 2004-05-28  Jim Blandy  <jimb@redhat.com>
7169
7170         * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7171         register set, so our regcache isn't declared "legacy" and our E500
7172         pseudoregister read and write functions aren't ignored.
7173         (rs6000_register_byte, rs6000_register_raw_size,
7174         rs6000_register_virtual_type, rs6000_register_convertible,
7175         rs6000_register_convert_to_virtual,
7176         rs6000_register_convert_to_raw): Deleted.
7177         (rs6000_register_type, rs6000_convert_register_p,
7178         rs6000_register_to_value, rs6000_value_to_register): New
7179         functions.
7180         (rs6000_gdbarch_init): Don't register
7181         gdbarch_deprecated_register_size,
7182         gdbarch_deprecated_register_bytes,
7183         gdbarch_deprecated_register_byte,
7184         gdbarch_deprecated_register_raw_size,
7185         gdbarch_deprecated_register_virtual_type,
7186         gdbarch_deprecated_register_convertible,
7187         gdbarch_deprecated_register_convert_to_virtual, or
7188         gdbarch_deprecated_register_convert_to_raw methods.  Instead,
7189         register gdbarch_register_type, gdbarch_convert_register_p,
7190         gdbarch_register_to_value, and gdbarch_value_to_register methods.
7191
7192 2004-05-26  Jim Blandy  <jimb@redhat.com>
7193
7194         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7195         (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7196         functions, updated to match the register numberings used in GCC.
7197         (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7198         rs6000_dwarf2_reg_to_regnum as register number conversions
7199         functions for STABS and Dwarf2.
7200
7201 2004-05-26  Randolph Chung  <tausq@debian.org>
7202
7203         * infttrace.h (target_waitkind): Forward declare type instead of pulling
7204         in header file.
7205
7206 2004-05-25  Joel Brobecker  <brobecker@gnat.com>
7207
7208         * NEWS: Document new "start" command.
7209
7210 2004-05-25  Randolph Chung  <tausq@debian.org>
7211
7212         * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7213         hppa-linux.
7214
7215 2004-05-25  Randolph Chung  <tausq@debian.org>
7216
7217         * hppa-hpux-tdep.c (offsetof): Define.
7218         (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7219         (hppa32_hpux_frame_base_before_sigtramp)
7220         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7221         (hppa64_hpux_frame_saved_pc_in_sigtramp)
7222         (hppa64_hpux_frame_base_before_sigtramp)
7223         (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused 
7224         functions.
7225         (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7226         (hppa_hpux_sigtramp_frame_unwind_cache)
7227         (hppa_hpux_sigtramp_frame_this_id)
7228         (hppa_hpux_sigtramp_frame_prev_register)
7229         (hppa_hpux_sigtramp_frame_unwind)
7230         (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7231         (hppa_hpux_init_abi): Register sigtramp unwinder.
7232         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7233
7234 2004-05-25  Randolph Chung  <tausq@debian.org>
7235
7236         * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7237         and multiple stack unwinds.
7238         (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7239
7240 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7241
7242         * symfile.h (symbol_file_add_from_memory): Delete declaration.
7243         * symfile-mem.h: Delete file.
7244         * symfile-mem.c: Do not include "symfile-mem.h".
7245         (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7246         "struct bfd_section".  When an error do not bother returning NULL.
7247         (add_symbol_file_from_memory_command): Use "struct bfd" and
7248         "struct bfd_section".
7249         * Makefile.in (symfile_mem_h): Delete.
7250         (symfile-mem.o): Update dependencies.
7251
7252 2004-05-25  Nick Roberts  <nickrob@gnu.org>
7253
7254         * gdb-mi.el: New file.
7255
7256 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7257
7258         * inftarg.c: Include "observer.h".
7259         (child_attach, child_create_inferior): Notify inferior_created.
7260         * corelow.c: Include "observer.h".
7261         (core_open): Notify inferior_created.
7262         * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7263
7264 2004-05-25  Andrew Cagney  <cagney@gnu.org>
7265
7266         * target.h (struct target_ops): Add from_tty to
7267         to_create_inferior.
7268         (target_create_inferior, find_default_create_inferior): Update.
7269         * infcmd.c (run_command): Update.
7270         * wince.c (child_create_inferior): Update.
7271         * win32-nat.c (child_create_inferior): Update.
7272         * uw-thread.c (uw_thread_create_inferior): Update.
7273         * thread-db.c (thread_db_create_inferior): Update.
7274         * target.c (debug_to_create_inferior) 
7275         (find_default_create_inferior): Update.
7276         (maybe_kill_then_create_inferior): Update.
7277         * sol-thread.c (sol_thread_create_inferior): Update.
7278         * remote.c (extended_remote_async_create_inferior) 
7279         (extended_remote_create_inferior): Update.
7280         * remote-vx.c (vx_create_inferior): Update.
7281         * remote-st.c (st2000_create_inferior): Update.
7282         * remote-sim.c (gdbsim_create_inferior): Update.
7283         * remote-sds.c (sds_create_inferior): Update.
7284         * remote-rdp.c (remote_rdp_create_inferior): Update.
7285         * remote-rdi.c (arm_rdi_create_inferior): Update.
7286         * remote-m32r-sdi.c (m32r_create_inferior): Update.
7287         * remote-e7000.c (e7000_create_inferior): Update.
7288         * procfs.c (procfs_create_inferior): Update.
7289         * ocd.c (ocd_create_inferior): Update.
7290         * ocd.h (ocd_create_inferior): Update.
7291         * nto-procfs.c (procfs_create_inferior): Update.
7292         * monitor.c (monitor_create_inferior): Update.
7293         * lin-lwp.c (lin_lwp_create_inferior): Update.
7294         * inftarg.c (child_create_inferior): Update.
7295         * hpux-thread.c (hpux_thread_create_inferior): Update.
7296         * gnu-nat.c (gnu_create_inferior): Update.
7297
7298 2004-05-25  Andrew Cagney  <cagney@gnu.com>
7299
7300         * MAINTAINERS: Update e-mail address.
7301
7302 2004-05-24  Randolph Chung  <tausq@debian.org>
7303
7304         * thread.c (info_threads_command, thread_apply_all_command)
7305         (thread_apply_command, thread_command, do_captured_thread_select):
7306         Remove HPUXHPPA-specific code.
7307
7308 2004-05-24  Randolph Chung  <tausq@debian.org>
7309
7310         * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7311         unused symbols.
7312         * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7313         references.
7314
7315 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
7316
7317         * infcmd.c (kill_if_already_running): New function, extracted
7318         from run_command().
7319         (run_command): Replace extracted code by call to
7320         kill_if_already_running().
7321         (start_command): New function.
7322         (_initialize_infcmd): Add "start" command.
7323
7324 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
7325
7326         Add OpenBSD/m88k support.
7327         * NEWS (New native configurations): Mention OpenBSD/m88k.
7328         * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7329         config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7330         * Makefile.in (m88k_tdep_h): New variable.
7331         (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7332         (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7333         * configure.host: Add m88*-*-openbsd*.
7334         * configure.tgt: Add m88*-*-openbsd*.
7335
7336 2004-05-24  Jim Blandy  <jimb@redhat.com>
7337
7338         * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7339         to approve changes.
7340
7341 2004-05-24  Kevin Buettner  <kevinb@redhat.com>
7342
7343         * symtab.c (fixup_section): Search section table when lookup by
7344         name fails.
7345
7346 2004-05-24  Randolph Chung  <tausq@debian.org>
7347
7348         * hppa-tdep.c: Fix handling of 8-byte structures; they should not 
7349         be "small_struct".
7350
7351 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
7352
7353         * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7354         register number in regcache_raw_collect call.
7355         (m68kbsd_collect_fpregset): Likewise.
7356         * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7357
7358         * regset.h (struct regset): Add back `regset' member.
7359
7360 2004-05-23  Mark Kettenis  <kettenis@gnu.org>
7361
7362         * configure.in: Check for td_pcb in `struct thread'.
7363         * configure, config.in: Regenerated.
7364
7365         * dpx2-nat.c: Remove file.
7366         * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7367         (dpx2-nat.o): Remove dependencies.
7368
7369         * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7370         <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7371         (amd64obsd_supply_pcb): New function.
7372         (_initialize_amd64obsd_nat): Enable libkvm interface.
7373         * Makefile.in (amd64obsd-nat.o): Update dependencies.
7374         * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7375         (LOADLIBES): New variable.
7376
7377         * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7378         <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7379         (sparc32nbsd_supply_pcb): New function.
7380         (_initialize_sparcnbsd_nat): Enable libkvm interface.
7381         * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7382         * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7383         (LOADLIBES): New variable.
7384
7385 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
7386
7387         * bsd-kvm.c, bsd-kvm.h: New files.
7388         * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7389         "bsd-kvm.h".
7390         (i386fbsd_supply_pcb): New function.
7391         * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7392         (i386fbsd-nat.o): Update dependencies.
7393         (bsd_kvm_h): New variable.
7394         (bsd-kvm.o): New dependency.
7395         * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7396         (LOADLIBES): New variable.
7397
7398         * regset.c: Tweak comment.
7399         (regset_alloc): Remove descr argument.  Use GDBARCH_OBSTACK_ZALLOC
7400         macro.
7401         * regset.h: Update copyright year.
7402         (struct regset): Remove `descr' member, add `gdbarch' member.
7403         (regset_alloc): Adjust prototype and comment.
7404         * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7405         (i386_supply_fpregset): Likewise.
7406         (i386_regset_from_core_section): Update call to regset_alloc.
7407         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7408         REGSET->arch.
7409         (i386obsd_aout_regset_from_core_section): Update call to
7410         regset_alloc.
7411         * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7412         REGSET->arch.
7413         (i386nbsd_aout_regset_from_core_section): Update call to
7414         regset_alloc.
7415         * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7416         REGSET->arch.
7417         (amd64_regset_from_core_section): Update call to regset_alloc.
7418         * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7419         REGSET->arch.
7420         (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7421         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7422         &sparc32nbsd_gregset in sparc32_supply_gregset call.
7423         (sparc32nbsd_init_abi): Update call to regset_alloc.
7424         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7425         &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7426         (sparc64obsd_init_abi): Update call to regset_alloc.
7427         * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7428         &sparc64nbsd_gregset in sparc64_supply_gregset call.
7429         (sparc64nbsd_init_abi): Update call to regset_alloc.
7430         * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7431         &sparc64fbsd_gregset in sparc64_supply_gregset call.
7432         (sparc64fbsd_init_abi): Update call to regset_alloc.
7433
7434 2004-05-22  Jim Blandy  <jimb@redhat.com>
7435
7436         * ppc-tdep.h (spe_register_p): New declaration.
7437         (struct gdbarch_tdep): New members: ppc_acc_regnum and
7438         ppc_spefscr_regnum.
7439         * rs6000-tdep.c (spe_register_p): New function.
7440         (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7441         spefscr.
7442         (rs6000_gdbarch_init): Initialize the new members of the tdep
7443         structure.
7444
7445 2004-05-21  Jim Blandy  <jimb@redhat.com>
7446
7447         * ppc-linux-nat.c (fetch_register): Move code back to be next
7448         to the comment that describes it.  (Moved code, instead of
7449         comment, for symmetry with store_register.)
7450
7451         Allocate regset structures in the gdbarch's obstack, not using
7452         xmalloc.
7453         * regset.c (regset_alloc): Renamed from regset_xmalloc.
7454         Add 'arch' argument.  Allocate the regset on arch's obstack, not
7455         using xmalloc.
7456         * regset.h (regset_alloc): Update declaration.
7457         * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7458         gdbarch argument.
7459         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7460         * i386-tdep.c (i386_regset_from_core_section): Same.
7461         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7462         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7463         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7464         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7465         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7466         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7467
7468 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
7469
7470         * config/djgpp/fnchange.lst: Undo previous change, was useless.
7471
7472 2004-05-21  Jim Blandy  <jimb@redhat.com>
7473
7474         * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7475         cases for DW_OP_div and DW_OP_shr.  (Thanks to Reva Cuthbertson.)
7476
7477 2004-05-20  Jim Blandy  <jimb@redhat.com>
7478
7479         * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7480
7481 2004-05-20  Mark Kettenis  <kettenis@gnu.org>
7482
7483         * regset.h: Make prototype const-correct.
7484         * regset.c (regset_xmalloc): Make const-correct.
7485
7486 2004-05-20  Paul N. Hilfinger  <hilfinger@gnat.com>
7487
7488         * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7489         (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7490         (symbol_search_name): Declare.
7491         
7492         * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7493         (iter_name_next_hashed): Ditto.
7494         (iter_name_next_linear): Ditto.
7495         (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7496
7497         * symtab.c (lookup_partial_symbol): Assume symbols ordered by 
7498         search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7499         (symbol_search_name): New function.
7500         
7501         * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7502         
7503         * minsyms.c (build_minimal_symbol_hash_tables): Change
7504         test for adding to demangled hash table to check for difference
7505         between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7506         
7507 2004-05-19  Jim Blandy  <jimb@redhat.com>
7508
7509         Use a constructor function to create regset structures.
7510         * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7511         (struct regset): Use supply_regset_ftype.  Add new
7512         'collect_regset' member.
7513         (regset_xmalloc): New declaration.
7514         * regset.c: New file.
7515         * am64-tdep.c (amd64_regset_from_core_section): Use
7516         regset_xmalloc to construct regset structures.
7517         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7518         * i386-tdep.c (i386_regset_from_core_section): Same.
7519         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7520         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7521         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7522         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7523         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7524         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7525         * Makefile.in (COMMON_OBS): Add regset.o.
7526         (regset.o): New rule.
7527
7528 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
7529
7530         * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7531         and pthread_cond_wait.c.
7532
7533 2004-05-18  Jim Blandy  <jimb@redhat.com>
7534
7535         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7536         before the mach-specific switch, and then let the individual cases
7537         override the defaults, rather than leaving them uninitialized
7538         until the switch and then setting them in each case.
7539
7540 2004-05-18  Randolph Chung  <tausq@debian.org>
7541
7542         * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7543         millicode functions.
7544
7545 2004-05-18  Randolph Chung  <tausq@debian.org>
7546
7547         * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7548         references to dld_flags_buffer consistent.
7549
7550 2004-05-18  Randolph Chung  <tausq@debian.org>
7551
7552         * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7553         it for unwinding the stack.
7554
7555 2004-05-18  Randolph Chung  <tausq@debian.org>
7556
7557         * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7558         Undefine these so we can overide them using gdbarch.
7559
7560 2004-05-18  Randolph Chung <tausq@debian.org>
7561
7562         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7563         handling for 64-bit HPUX (elf).
7564
7565 2004-05-18  Daniel Jacobowitz  <dan@debian.org>
7566
7567         * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7568         constants.
7569         * amd64-tdep.c (amd64_skip_prologue): Likewise.
7570         * ia64-tdep.c (examine_prologue): Likewise.
7571         * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7572         * v850-tdep.c (v850_fix_call_dummy): Likewise.
7573
7574 2004-05-18  Mark Kettenis  <kettenis@gnu.org>
7575
7576         * vax-tdep.c (vax_return_value): Implement
7577         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7578
7579 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
7580
7581         * vax-tdep.c (vax_return_value): Fix typo.
7582
7583 2004-05-17  Andrew Cagney  <cagney@redhat.com>
7584
7585         * MAINTAINERS: Mark Salter was also responsible for
7586         testsuite/config/
7587
7588         * NEWS: Mention signal fixes.
7589
7590 2004-05-17  Randolph Chung  <tausq@debian.org>
7591
7592         * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7593         check to see if we are unwinding an export stub.  Export stubs clobber
7594         the %rp in the call path and stores the original rp in a stack slot.
7595
7596 2004-05-17  Jim Blandy  <jimb@redhat.com>
7597
7598         * MAINTAINERS: Update address for J.T. Conklin.
7599
7600 2004-05-17  Randolph Chung  <tausq@debian.org>
7601
7602         * hppa-tdep.c: Remove superfluous #include's.
7603         * Makefile.in (hppa-tdep.o): Update dependencies.
7604
7605 2004-05-17  Randolph Chung  <tausq@debian.org>
7606
7607         * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7608         (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7609         (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7610         (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7611         (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7612         Remove static function declarations.
7613
7614 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
7615
7616         * alphabsd-nat.c: Update copyright year.
7617         (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7618
7619         * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7620         and M68K_A2_REGNUM.
7621
7622         * m68k-tdep.c (m68k_svr4_return_value): Implement
7623         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7624
7625 2004-05-16  Mark Kettenis  <kettenis@gnu.org>
7626
7627         * sol-thread.c Update copyright year.  Fix various coding
7628         standards violations.  Tweak a few comments.
7629         (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7630         Delete prototypes.
7631
7632 2004-05-15  Randolph Chung  <tausq@debian.org>
7633
7634         * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7635         as pointer instead of array reference since HPUX compiler does
7636         not accept unsized array arguments.
7637         * somsolib.c (dld_flags_buffer): Use constant array size.
7638
7639 2004-05-15  Mark Kettenis  <kettenis@gnu.org>
7640
7641         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7642         offset with decimal offset.
7643         (amd64obsd_sigcontext_addr): Return correct address for entire
7644         signal trampoline.
7645
7646         * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7647         instead of get_frame_base.
7648
7649         * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7650         (fill_gregset): Use regcache_raw_collect.
7651
7652         * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7653         ppcobsd-tdep.c.
7654
7655         * config/sparc/tm-nbsd64.h: Remove file.
7656         * config/tm-sunos.h: Remove file.
7657
7658 2004-05-15  Joel Brobecker  <brobecker@gnat.com>
7659
7660         * rs6000-tdep.c (store_param_on_stack_p): New function,
7661         an improved version of some code extracted from skip_prologue().
7662         (skip_prologue): Use store_param_on_stack_p() to detect
7663         instructions saving a parameter on the stack. Detect when r0
7664         is used to save a parameter.
7665         Do not mark "li rx, SIMM" instructions as part of the prologue,
7666         unless the following instruction is also part of the prologue.
7667
7668 2004-05-14  Andrew Cagney  <cagney@redhat.com>
7669
7670         * infrun.c (handle_inferior_event): Simplify
7671         STEP_OVER_UNDEBUGGABLE.
7672
7673         * infrun.c (handle_step_into_function): Delete function.
7674         (handle_inferior_event): Inline calls to
7675         handle_step_into_function.
7676
7677 2004-05-14  Jerome Guitton  <guitton@gnat.com>
7678
7679         * rs6000-nat.c: Fix a comment.
7680
7681 2004-05-12  David Anderson <davea@sgi.com>
7682
7683         Committed by Jim Blandy <jimb@redhat.com>:
7684         * regcache.c (struct regcache_descr): fix comment spelling.
7685
7686 2004-05-13  J. Brobecker  <brobecker@gnat.com>
7687
7688         * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7689         Fixes a link link failure.
7690
7691 2004-05-13  J. Brobecker  <brobecker@gnat.com>
7692
7693         * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7694         error that was causing the build to fail.
7695
7696 2004-05-13  J. Brobecker  <brobecker@gnat.com>
7697
7698         * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7699         * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7700
7701 2004-05-13  Andrew Cagney  <cagney@redhat.com>
7702
7703         * infrun.c (handle_inferior_event): Check for
7704         STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7705         calls.  Update comments.
7706
7707 2004-05-13  Jim Blandy  <jimb@redhat.com>
7708
7709         * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7710         (fetch_regs_user_thread, fetch_regs_kernel_thread)
7711         (store_regs_user_thread, store_regs_kernel_thread): Use
7712         ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7713         * ppc-linux-nat.c (fill_gregset): Same.
7714         * ppc-linux-tdep.c (ppc_linux_supply_gregset) 
7715         (ppc_linux_sigtramp_cache): Same.
7716         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg) 
7717         (ppcnbsd_sigtramp_cache_init): Same.
7718         * rs6000-nat.c (fetch_core_registers): Same.
7719         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset) 
7720         (rs6000_frame_cache): Same.
7721
7722         * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7723         (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7724         of assuming that the gprs are numbered starting with zero.
7725         * ppc-linux-nat.c (fill_gregset): Same.
7726         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7727         * ppcnbsd-nat.c (getregs_supplies): Same.
7728         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7729         * rs6000-nat.c (fetch_core_registers): Same.
7730         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7731
7732 2004-05-07  Michael Snyder  <msnyder@redhat.com>
7733
7734         * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7735         LOC_COMPUTED_ARG, and LOC_INDIRECT.
7736
7737 2004-05-13  Andrew Cagney  <cagney@redhat.com>
7738
7739         * infrun.c (handle_inferior_event): Use frame_unwind_id.
7740
7741 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
7742
7743         * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7744         base_address for shared libraries.
7745
7746 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
7747
7748         * MAINTAINERS (write after approval): Add myself.       
7749
7750 2004-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
7751
7752         * breakpoint.c (bpstat_stop_status): Add new argument
7753         STOPPED_BY_WATCHPOINT.  Use it instead of testing
7754         target_stopped_data_address agaist 0 to check whether
7755         or not we stopped due to a hardware watchpoint.
7756         * breakpoint.h (bpstat_stop_status): Adapt prototype.
7757         * infrun.c (handle_inferior_event): Call bpstat_stop_status
7758         with new argument.
7759
7760 2004-05-12  Jim Blandy  <jimb@redhat.com>
7761
7762         * configure.in: When checking whether we should use the -bbigtoc
7763         option, don't forget to restore the original value of LDFLAGS.
7764         * configure: Regenerated.
7765
7766 2004-05-12  Andrew Cagney  <cagney@redhat.com>
7767
7768         * thread.c (load_infrun_state): Delete step_sp.
7769         * infrun.c (context_switch): Ditto.
7770         * inferior.h (step_sp): Ditto.
7771         * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7772         * gdbthread.h (struct thread_info, save_infrun_state)
7773         (restore_infrun_state): Ditto.
7774
7775 2004-05-12  Ulrich Weigand  <uweigand@de.ibm.com>
7776
7777         * MAINTAINERS (write after approval): Add myself.
7778
7779 2004-05-12  Andrew Cagney  <cagney@redhat.com>
7780
7781         * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7782         eliminate reference to step_sp.
7783         (struct execution_control_state, init_execution_control_state)
7784         (handle_inferior_event, keep_going): Delete update_step_sp and
7785         step_sp.
7786         * infcmd.c (step_sp): Note that variable is unused.
7787
7788 2004-05-11  Andrew Cagney  <cagney@redhat.com>
7789
7790         * infrun.c (step_over_function): Delete function.
7791         (handle_step_into_function): Use insert_step_resume_breakpoint.
7792         (insert_step_resume_breakpoint): Fix assertion.
7793
7794 2004-05-11  Nick Roberts  <nickrob@gnu.org>
7795
7796         * utils.c (defaulted_query): Just use the normal query input type
7797         when printing the annotations.
7798
7799 2004-05-11  Andrew Cagney  <cagney@redhat.com>
7800
7801         * infrun.c (handle_inferior_event): Simplify code handling
7802         step-into or return-from a signal trampoline.
7803
7804 2004-05-11  Andrew Cagney  <cagney@redhat.com>
7805
7806         * ppcnbsd-tdep.c: Include "gdb_assert.h".
7807         * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7808
7809 2004-05-10  Jim Blandy  <jimb@redhat.com>
7810
7811         * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7812         with a call to internal_error.
7813
7814         * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7815         ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7816         processor variant lacks those registers.
7817         (ppc_floating_point_unit_p): Change description to make it clear
7818         that this returns info about the ISA, not the ABI.
7819         * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7820         return true or false by checking tdep->ppc_fp0_regnum and
7821         tdep->ppc_fpscr_regnum.  The original code replicated the BFD
7822         arch/mach switching done in rs6000_gdbarch_init; it's better to
7823         keep that logic there, and just check the results here.
7824         (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7825         tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7826         floating-point registers.
7827         (ppc_supply_fpregset, ppc_collect_fpregset)
7828         (rs6000_push_dummy_call, rs6000_extract_return_value)
7829         (rs6000_store_return_value): Assert that we have floating-point
7830         registers.
7831         (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7832         (rs6000_frame_cache): Don't note the locations at which
7833         floating-point registers were saved if we have no fprs.
7834         * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7835         registers.
7836         (fetch_regs_user_thread, fetch_regs_kernel_thread)
7837         (store_regs_user_thread, store_regs_kernel_thread): Only call
7838         supply_fprs / fill_fprs if we actually have floating-point
7839         registers.
7840         (special_register_p): Check ppc_fpscr_regnum before matching
7841         against it.
7842         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7843         supply / collect fpscr if we don't have it.
7844         * ppc-bdm.c: #include "gdb_assert.h".
7845         (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7846         have floating-point registers, since I can't test this code on
7847         FP-free systems to adapt it.
7848         * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7849         fpscr and floating point register numbers if they don't exist.
7850         (fetch_register): Assert that we have floating-point registers
7851         before we reach the code that handles them.
7852         (store_register): Same.  And use tdep instead of calling
7853         gdbarch_tdep again.
7854         (fill_fpregset): Don't try to collect FP registers and fpscr if we
7855         don't have them.
7856         (ppc_linux_sigtramp_cache): Don't record the saved locations of
7857         fprs and fpscr if we don't have them.
7858         (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7859         don't have them.
7860         * ppcnbsd-nat.c: #include "gdb_assert.h".
7861         (getfpregs_supplies): Assert that we have floating-point registers.
7862         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7863         * ppcobsd-tdep.c: #include "gdb_assert.h".
7864         (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7865         have floating-point registers.
7866         * rs6000-nat.c (regmap): Don't match against the fpscr and
7867         floating point register numbers if they don't exist.
7868         (fetch_inferior_registers, store_inferior_registers,
7869         fetch_core_registers): Only fetch / store / supply the
7870         floating-point registers and the fpscr if we have them.
7871         * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7872         (ppcobsd-tdep.o): Update dependencies.
7873         
7874 2004-05-10  Andrew Cagney  <cagney@redhat.com>
7875
7876         * infrun.c (through_sigtramp_breakpoint): Delete variable.
7877         (context_switch): Do not switch through_sigtramp_breakpoint.
7878         * gdbthread.h (save_infrun_state, load_infrun_state)
7879         (struct thread_info): Delete through_sigtramp_breakpoint parameter
7880         and structure member.
7881         * thread.c (load_infrun_state, save_infrun_state): Update.
7882
7883 2004-05-10  Mark Kettenis  <kettenis@gnu.org>
7884
7885         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
7886
7887 2004-05-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7888
7889         * acinclude.m4: Quote macro names being defined by AC_DEFUN 
7890         throughout.
7891         * aclocal.m4: Regenerate.
7892
7893 2004-05-10  Nathan J. Williams  <nathanw@wasabisystems.com>
7894
7895         * alphanbsd-tdep.c: Fix include of "gdb_string.h".
7896
7897 2004-05-10  Andrew Cagney  <cagney@redhat.com>
7898
7899         * infrun.c (check_sigtramp2): Delete function.
7900         (handle_inferior_event): When single stepping, and taking a
7901         signal, set a breakpoint at the signal return address.  Delete
7902         redundant calls to check_sigtramp2.
7903         (insert_step_resume_breakpoint): New function.
7904         (through_sigtramp_breakpoint, handle_inferior_event)
7905         (follow_exec, wait_for_inferior, fetch_inferior_event)
7906         (currently_stepping, keep_going): Delete most uses of
7907         through_sigtramp_breakpoint, not that it should be deleted.
7908         (delete_breakpoint_current_contents): Delete function.
7909
7910 2004-05-10  Randolph Chung  <tausq@debian.org>
7911
7912         * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
7913         target.
7914         * config/pa/tm-linux.h: New file.
7915
7916 2004-05-10  Daniel Jacobowitz  <drow@mvista.com>
7917
7918         * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
7919         of prefixes.  Don't print the prefix twice in the CLI.
7920
7921 2004-05-10  Jim Blandy  <jimb@redhat.com>
7922
7923         * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
7924         collect all the gprs.
7925
7926         * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
7927         loop collecting gprs.
7928
7929 2004-05-09  Andrew Cagney  <cagney@redhat.com>
7930
7931         * remote-vx.c (net_step): Delete step-range code.
7932         * remote.c (remote_resume, init_all_packet_configs)
7933         (set_remote_protocol_E_packet_cmd)
7934         (show_remote_protocol_E_packet_cmd)
7935         (remote_protocol_E, show_remote_cmd, _initialize_remote)
7936         (remote_protocol_e, set_remote_protocol_e_packet_cmd)
7937         (show_remote_protocol_e_packet_cmd): Ditto.
7938
7939 2004-05-09  Mark Kettenis  <kettenis@gnu.org>
7940
7941         * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
7942
7943         * hppa-tdep.h: Update copyright year.
7944         (struct trad_frame_saved_reg): Add opaque declaration.
7945
7946         * amd64-tdep.c (amd64_return_value): Implement
7947         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7948
7949         * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
7950         (m68k_value_to_register): New functions.
7951         (m68k_gdbarch_init): Set convert_register_p, register_to_value and
7952         value_to_register.
7953
7954         * defs.h (enum return_value_convention): Add
7955         RETURN_VALUE_ABI_RETURNS_ADDRESS and
7956         RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7957         * infcmd.c (legacy_return_value): New function.
7958         (print_return_value): Rwerite to implement
7959         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7960         * values.c (using_struct_return): Check for inequality to
7961         RETURN_VALUE_REGISTER_CONVENTION instead of equality to
7962         RETURN_VALUE_STRUCT_CONVENTION.
7963         * i386-tdep.c (i386_return_value): Implement
7964         RETURN_VALUE_ABI_RETURNS_ADDRESS.
7965
7966         * vax-tdep.c: Tweak comments.  Reorder include files.  Don't
7967         include "symtab.h", "opcode/vax.h" and "inferior.h".
7968         (vax_skip_prologue): Replace calls to read_memory_integer by calls
7969         to read_memory_unsigned_integer.
7970         (vax_gdbarch_init): Reorder.
7971         (_initialize_vax_tdep): Spell out prototype.
7972         * Makefile.in (vax-tdep.o): Update dependencies.
7973
7974 2004-05-08  Andrew Cagney  <cagney@redhat.com>
7975
7976         * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
7977         * target.c (target_detach, target_disconnect): Ditto.
7978
7979         * infcall.c (call_function_by_hand): When no
7980         DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
7981         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
7982         DEPRECATED_SAVE_DUMMY_FRAME_TOS.
7983         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7984         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7985         
7986         * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
7987         * gdbarch.h, gdbarch.c: Re-generate.
7988         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
7989         deprecated_fix_call_dummy.
7990         * v850-tdep.c (v850_gdbarch_init): Ditto.
7991         * infcall.c (call_function_by_hand): Do not call
7992         DEPRECATED_FIX_CALL_DUMMY.
7993
7994         * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
7995         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
7996         * gdbarch.h, gdbarch.c: Re-generate.
7997         * arm-linux-tdep.c (arm_linux_call_dummy_words)
7998         (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
7999         deprecated_sizeof_call_dummy_words.
8000         * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8001         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8002         * v850-tdep.c (v850_gdbarch_init): Ditto.
8003         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8004         * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8005         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8006         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8007         * arch-utils.h (legacy_call_dummy_words)
8008         (legacy_sizeof_call_dummy_words): Delete declarations.
8009         * arch-utils.c (legacy_call_dummy_words)
8010         (legacy_sizeof_call_dummy_words): Delete variables.
8011
8012         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8013         * gdbarch.h, gdbarch.c: Re-generate.
8014         * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8015         * infcall.c (call_function_by_hand): Eliminate call to
8016         DEPRECATED_PUSH_DUMMY_FRAME.
8017         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8018         push_dummy_frame.
8019         (ns32k_push_dummy_frame): Delete function.
8020
8021         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8022         deprecated_call_dummy_breakpoint_offset or
8023         deprecated_call_dummy_start_offset.
8024         * dummy-frame.c, arm-tdep.c: Update comments.
8025         * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8026         (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8027         * gdbarch.h, gdbarch.c: Re-generate.
8028         
8029         * infcall.c (legacy_push_dummy_code): Delete function.
8030         (push_dummy_code): Delete call.
8031
8032         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8033         * gdbarch.h, gdbarch.c: Re-generate.
8034         * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8035         DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8036         * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8037         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8038
8039         * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8040         (struct frame_info): Delete opaque declaration.
8041         * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8042         * frame.c (get_frame_type): Delete call.
8043
8044         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8045         pc_in_call_dummy.
8046         * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8047         * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8048
8049 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
8050
8051         * alphanbsd-tdep.c: Include "gdb_string.h".
8052         * armnbsd-tdep.c: Update copyright year.
8053         Include "gdb_string.h".
8054         * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8055         dependencies.
8056
8057         * delta68-nat.c: Remove file.
8058         * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8059         (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8060         * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8061         (delta68-nat.o): Remove dependency.
8062
8063         * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8064         function.
8065         (m68k_gdbarch_init): Don't set
8066         deprecated_frameless_function_invocation.
8067
8068 2004-05-07  Randolph Chung  <tausq@debian.org>
8069
8070         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use 
8071         read_memory_nobpt for code reading when doing frame unwinding.
8072         * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8073
8074 2004-05-07  Randolph Chung  <tausq@debian.org>
8075
8076         * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8077         instead of sp, handle sigaltstack case.
8078         (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to 
8079         hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8080         signal handler and not that of the caller.
8081         (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8082         hppa_linux_sigtramp_find_sigcontext.
8083
8084 2004-05-07  Randolph Chung  <tausq@debian.org>
8085
8086         * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8087         hppa-linux-nat.c.
8088         (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8089         * hppa-linux-nat.c (fetch_register, store_register): Define.
8090         (fetch_inferior_registers, store_inferior_registers): Define.
8091         (supply_gregset): Add comment and clean up some unneeded code.
8092         (fill_gregset): Add comment and fix so that it saves registers in
8093         the right place in the gregset.
8094         (fill_fpregset): Fix buffer overrun problem.
8095         * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8096
8097 2004-05-07  Randolph Chung  <tausq@debian.org>
8098
8099         * hppa-tdep.c (hppa_frame_prev_register_helper): New function to 
8100         do common handling of the pcoqt register.
8101         (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8102         to use helper function.
8103         (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8104         (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8105         (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8106         generic fallback unwinder when all else fails.
8107         (hppa_gdbarch_init): Add fallback sniffer.
8108         * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8109         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8110         to use helper function.
8111
8112 2004-05-08  Joel Brobecker  <brobecker@gnat.com>
8113
8114         * config/djgpp/fnchange.lst: Add translation rules for
8115         gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8116
8117 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
8118
8119         * frame.c (get_prev_frame_1): Work around GCC bug.
8120         * frame.h: Add comment about GCC bug.
8121
8122 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8123
8124         * observer.c: Include "commands.h" and "gdbcmd.h".
8125         (observer_debug, _initialize_observer): Add the
8126         command "set/show debug observer".
8127         * observer.sh: When observer debugging, log notify calls.
8128         * Makefile.in (observer.o): Update dependencies.
8129
8130 2004-05-07  Jason Molenda  (jmolenda@apple.com)
8131
8132         * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8133
8134 2004-05-07  Jim Blandy  <jimb@redhat.com>
8135
8136         * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8137         fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8138         to recognize gpr regnums, instead of assuming that
8139         tdep->ppc_fp0_regnum marks the end of the general-purpose
8140         registers.
8141
8142         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8143         the given architecture has floating-point registers. 
8144
8145 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8146
8147         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8148         macro defined to 1.
8149         * gdbarch.h, gdbarch.c: Re-generate.
8150         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8151         deprecated_use_generic_dummy_frames.
8152
8153 2004-05-07  Brian Ford  <ford@vss.fsi.com>
8154
8155         * NEWS: Mention Cygwin DWARF 2 support.
8156
8157 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8158
8159         * objfiles.h (struct entry_info): Delete unused fields
8160         deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8161         * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8162         * mipsread.c (mipscoff_symfile_read): Update.
8163         * mdebugread.c (parse_partial_symbols): Update.
8164         * dwarfread.c (read_file_scope): Update.
8165         * dwarf2read.c (read_file_scope): Update.
8166         * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8167         * coffread.c (complete_symtab): Update.
8168
8169 2004-05-07  Mark Kettenis  <kettenis@gnu.org>
8170
8171         * infcall.c (_initialize_infcall): Fix typo.
8172
8173 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8174
8175         * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8176         * command.h (add_setshow_zinteger_cmd): Declare.
8177
8178 2004-05-06  Randolph Chung  <tausq@debian.org>
8179
8180         * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8181         (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8182         (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8183         (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8184         (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8185         (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8186         (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM 
8187         definitions ...
8188         * hppa-tdep.h: ... to here, with HPPA_ prefix.
8189         * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8190         * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8191         (hppa64_hpux_frame_find_saved_regs_in_sig)
8192         (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8193         * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8194         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8195         (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8196         (hppa_linux_sigtramp_frame_prev_register): Likewise.
8197         * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8198         (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8199         (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8200         (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8201         (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8202         (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8203         (hppa32_register_type, hppa_cannot_store_register)
8204         (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8205         * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8206         * hpread.c (hpread_process_one_debug_symbol): Likewise.
8207         * pa64solib.c (pa64_solib_have_load_event)
8208         (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8209         (pa64_solib_unloaded_library_pathname): Likewise.
8210         * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8211         (som_solib_library_pathname): Likewise.
8212
8213 2004-05-05  Jim Ingham  <jingham@apple.com>
8214         
8215         * breakpoint.c (create_breakpoints): Copy the ignore count and
8216         thread id over from the pended breakpoint to the actual
8217         breakpoint.
8218         
8219 2004-05-05  Andrew Cagney  <cagney@redhat.com>
8220
8221         * gdbarch.sh (PARM_BOUNDARY): Delete.
8222         gdbarch.h, gdbarch.c: Re-generate.
8223         * valops.c (PARM_BOUNDARY): Delete macro.
8224         (value_push): Delete PARM_BOUNDARY code.
8225         * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8226
8227 2004-05-04  Jim Blandy  <jimb@redhat.com>
8228
8229         * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8230         Don't assume that the gprs, fprs, and UISA sprs are
8231         contiguous, start at register number zero, and end with fpscr.
8232         Instead, use the numbers from the tdep structure.
8233
8234         * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8235         should no longer be used in code specific to the RS6000 and its
8236         derivatives.
8237         * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8238         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8239         tdep->ppc_fp0_regnum.
8240         (ppc_supply_fpregset, ppc_collect_fpregset)
8241         (rs6000_push_dummy_call, rs6000_extract_return_value)
8242         (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8243         (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8244         FP0_REGNUM. 
8245         * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8246         (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8247         Same.
8248         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8249         bdm_ppc_store_registers): Same.
8250         * ppc-linux-nat.c (ppc_register_u_addr, fetch_register) 
8251         (store_register, fill_fpregset): Same.
8252         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache) 
8253         (ppc_linux_supply_fpregset): Same.
8254         * ppcnbsd-nat.c (getfpregs_supplies): Same.
8255         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8256         Same.
8257         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8258         do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8259         ppc64_sysv_abi_return_value): Same.
8260         * rs6000-nat.c (regmap, fetch_inferior_registers) 
8261         (store_inferior_registers, fetch_core_registers): Same.
8262
8263 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8264
8265         * m68knbsd-nat.c: Remove file.
8266         * m68knbsd-tdep.c: Remove file.
8267         * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8268         dependencies.
8269         * configure.host: Add m68k-*-netbsdelf*.
8270         * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8271         * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8272         solib.o and solib-sunos.o.  Remove m68knbsd-nat.o, corelow.o.
8273         (XM_FILE): Remove.
8274         * config/m68k/nbsdelf.mh: New file.
8275         * config/m68k/nbsd.mt: New file.
8276         * config/m68k/nbsdaout.mt: Remove file.
8277         * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8278         <machine/vmparam.h> and "m68k/tm-m68k.h".  Include "solib.h".
8279         (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8280         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8281         (use_struct_convention): Remove prototype.
8282         (USE_STRUCT_CONVENTION): Remove define.
8283         * config/m68k/xm-nbsd.h: Remove file.
8284
8285 2004-05-04  Michael Snyder  <msnyder@redhat.com>
8286
8287         * m68k-tdep.c (m68k_gdbarch_init): Default to using 
8288         reg_struct_return method (as gcc usually does for cross targets).
8289
8290 2004-05-04  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8291
8292         Committed by Andrew Cagney.
8293         * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8294         alignment padding when accessing ucontext struct members.
8295
8296 2004-05-04  Jim Blandy  <jimb@redhat.com>
8297
8298         * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8299         'ppc_gplast_regnum' member.
8300         (ppc_num_gprs): New enum constant.
8301         * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8302         and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8303         * rs6000-nat.c (regmap, fetch_inferior_registers,
8304         store_inferior_registers): Same.
8305         * rs6000-tdep.c (e500_pseudo_register_read)
8306         (e500_pseudo_register_write): Same.
8307         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8308
8309         * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8310         * ppc-tdep.h (ppc_num_fprs): New enum constant.
8311         * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8312         store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8313         FPLAST_REGNUM.
8314         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8315         Same.
8316         * ppc-linux-nat.c (ppc_register_u_addr): Same.
8317         * rs6000-nat.c (regmap, fetch_inferior_registers) 
8318         (store_inferior_registers): Same.
8319
8320         * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8321         with FPLAST_REGNUM.
8322
8323 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
8324
8325         * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8326         failure detected by recent versions of GCC.
8327         (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8328         to be consistent with the usage in dwarf2_create_include_psymtab.
8329
8330 2004-05-03  Michael Snyder  <msnyder@redhat.com>
8331
8332         * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8333         (heuristic_proc_start): Whitespace cleanup.
8334
8335 2004-05-04  Mark Kettenis  <kettenis@gnu.org>
8336
8337         * sun3-nat.c: Remove file.
8338         * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8339         dependencies.
8340         (ALLDEPFILES): Remove sun3-nat.c.
8341         (sun3-nat.o): Remove dependencies.
8342
8343         * i386-interix-nat.c, i386-interix-tdep.c,
8344         config/i386/nm-interix.h, config/i386/interix.mh,
8345         config/i386/interix.mt: Remove files.
8346         * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8347         dependencies.
8348
8349 2004-05-03  Mark Kettenis  <kettenis@gnu.org>
8350
8351         * m68k-tdep.h (struct gdbarch_tdep): Add member
8352         struct_value_regnum.
8353         (m68k_svr4_init_abi): New prototype.
8354         * m68k-tdep.c: Include "floatformat.h".  Add comment about all the
8355         different calling conventions.
8356         (m68k_extract_return_value): Remove code dealing with single-field
8357         structs.
8358         (m68k_store_return_value): Remove code dealing with single-field
8359         structs.  Correctly store return values of 5, 6, 7 or 8 bytes.
8360         (m68k_extract_struct_value_address): Remove function.
8361         (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8362         (m68k_reg_struct_return_p, m68k_return_value)
8363         (m68k_svr4_return_value): New functions.
8364         (m68k_use_struct_convention): Remove function.
8365         (m68k_push_dummy_call): Use new struct_value_regnum member of
8366         `struct gdbarch_tdep' instead of hardcoded register number to
8367         store STRUCT_ADDR.
8368         (m68k_svr4_init_abi): New function.
8369         (m68k_gdbarch_init): Don't set extract_return_value,
8370         store_return_values, deprecated_extract_struct_value_address and
8371         use_struct_convention.  Set return_value instead.  Initialize new
8372         struct_value_regnum member of `struct gdbarch_tdep'.
8373         * m68klinux-tdep.c: Update copyright year.
8374         (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8375         (m68k_linux_extract_struct_value_address): Remove function.
8376         (m68k_linux_init_abi): Don't set extract_return_value,
8377         store_return_values, deprecated_extract_struct_value_address and
8378         use_struct_convention.  Call m68k_svr4_init_abi but override the
8379         new struct_value_regnum member of `struct gdbarch_tdep'.
8380         * Makefile.in (m68k-tdep.o): Update dependencies.
8381
8382 2004-05-03  J. Brobecker  <brobecker@gnat.com>
8383
8384         * dwarf2read.c (line_header): Add new included_p field in
8385         field file_names.
8386         (partial_die_info): New field has_stmt_list. New field line_offset.
8387         (dwarf2_create_include_psymtab): New function.
8388         (dwarf2_build_include_psymtabs): New function.
8389         (add_file_name): Add forward declaration. Initialize new field.
8390         (dwarf_decode_lines): Add new parameter. Enhance this procedure
8391         to be able to determine the list of files included by the
8392         given unit, and build their associated psymtabs.
8393         (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8394         files as well.
8395         (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8396         (read_file_scope): Update call to dwarf_decode_lines.
8397         (read_partial_die): Handle DW_AT_stmt_list attributes.
8398
8399 2004-05-02  Michael Chastain  <mec.gnu@mindspring.com>
8400
8401         Unfix PR gdb/1626.
8402         * configure.in: Revert special case for osf5.*.
8403         * configure: Regenerate.
8404
8405 2004-05-02  Jim Blandy  <jimb@redhat.com>
8406
8407         Move the symbol-file-from-memory functions into their own file.
8408         * symfile-mem.c, symfile-mem.h: New files.
8409         * symfile.c (symbol_file_add_from_bfd): New function.
8410         (symbol_file_add): Call symbol_file_add_from_bfd.
8411         (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8412         Moved to symfile-mem.c.
8413         (_initialize_symfile): Move definition of
8414         add-symbol-file-from-memory command to symfile-mem.c.
8415         * symfile.h (symbol_file_add_from_bfd): New declaration.
8416         * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8417         * config/powerpc/linux.mt (TDEPFILES): Same.
8418         * Makefile.in (SFILES): Add symfile-mem.c.
8419         (symfile_mem_h): New variable.
8420         (HFILES_NO_SRCDIR): Add symfile-mem.h.
8421         (symfile-mem.o): New rule.
8422
8423 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8424
8425         * breakpoint.c (insert_bp_location): Use get_frame_id, and
8426         frame_find_by_id instead of frame_relative_level.
8427         (do_enable_breakpoint): Ditto.
8428         * thread.c: Update copyright.
8429         (info_threads_command): Ditto, simplify.
8430
8431         * frame.c (deprecated_generic_get_saved_register): Delete
8432         function, moved to "xstormy16-tdep.c".
8433         * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8434         deprecated_generic_get_saved_register from "frame.c".
8435         (xstormy16_frame_saved_register): Call
8436         xstormy16_get_saved_register.
8437         * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8438         static.
8439         * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8440         * frame.h (deprecated_generic_get_saved_register): Delete.
8441
8442 2004-05-01  Michael Chastain  <mec.gnu@mindspring.com>
8443
8444         * dwarfread.c: Update documentation on the state of dwarf-1.
8445
8446 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8447
8448         * stack.c (select_frame_command): Delete call to
8449         frame_relative_level.
8450         (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8451         Delete #if0 code.
8452         (frame_info): Do not print FRAMELESS.
8453         (print_block_frame_labels): Replace DEPRECATED_STREQ.
8454         (catch_info): Delete #if0 code.
8455
8456         * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8457         * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8458         of frame_relative_level.
8459         * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8460         to SENTINEL_FRAME.
8461         * frame.h (enum frame_type): Add SENTINEL_FRAME.
8462         * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8463         frame_relative_level.
8464
8465         * frame.h (deprecated_set_frame_type): Delete declaration.
8466         * frame.c (deprecated_set_frame_type): Delete function, update
8467         comments.
8468
8469         * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8470         * gdbarch.h, gdbarch.c: Re-generate.
8471         * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8472         (shnbsd_pc_in_sigtramp): Delete.
8473         * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8474         pc_in_sigtramp.
8475         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8476         pc_in_sigtramp.
8477         * frame.h: Update comments.
8478         * ppc-linux-tdep.c: Update comments.
8479         * breakpoint.c (bpstat_what): Update comments.
8480
8481         * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8482         m68klinux-tdep.o's dependencies, were previously added to
8483         m68klinux-nat.o.
8484
8485         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8486         * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8487         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8488         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8489         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8490
8491         * Makefile.in (m68klinux-nat.o): Update dependencies.
8492         * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8493         (m68k_linux_sigtramp_frame_cache)
8494         (m68k_linux_sigtramp_frame_this_id)
8495         (m68k_linux_sigtramp_frame_prev_register)
8496         (m68k_linux_sigtramp_frame_unwind)
8497         (m68k_linux_sigtramp_frame_sniffer)
8498         (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8499         m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8500         names, use trad-frame.h.
8501         * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8502         (struct m68k_sigtramp_info): Delete.
8503         * m68k-tdep.c (m68k_sigtramp_frame_cache)
8504         (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8505         (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8506         (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8507         "m68klinux-tdep.c".
8508
8509         * infrun.c (check_sigtramp2): Delete check for
8510         DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8511
8512 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8513
8514         * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8515
8516 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8517
8518         * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8519         (frv_linux_sigtramp_frame_cache)
8520         (frv_linux_sigtramp_frame_this_id)
8521         (frv_linux_sigtramp_frame_prev_register)
8522         (frv_linux_sigtramp_frame_unwind)
8523         (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8524         include "linux" in function and variable names, directly call
8525         frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8526         the latest trad-frame code.
8527         (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8528         not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8529         * Makefile.in (frv-linux-tdep.o): Update dependencies.
8530         * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8531         * frv-tdep.c (frv_sigtramp_frame_cache)
8532         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8533         (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8534         frv-linux-tdep.c.
8535         (frv_gdbarch_init): Do not append a sigtramp sniffer.
8536         (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8537         (frv_set_sigcontext_reg_addr): Delete function.
8538
8539         * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8540         (DEPRECATED_SIGTRAMP_END): Delete.
8541         * gdbarch.h, gdbarch.c: Re-generate.
8542         * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8543         * config/vax/tm-vaxbsd.h: Update copyright.
8544         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8545         (DEPRECATED_IN_SIGTRAMP): Define.
8546         * config/m68k/tm-nbsd.h: Update copyright.
8547         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8548         (DEPRECATED_IN_SIGTRAMP): Define.
8549
8550 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8551
8552         * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8553         encondings.  Fixes PR gdb/1628.
8554
8555         * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8556         DW_CFA_restore state without a matching DW_CFA_remember_state
8557         instead of aborting.  Fixes PR backtrace/1589.
8558
8559 2004-04-30  Joel Brobecker  <brobecker@gnat.com>
8560
8561         * MAINTAINERS: Add self as AIX maintainer.
8562         Update my e-mail address in write-after-approval section.
8563
8564 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8565
8566         * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8567         (legacy_get_prev_frame): Ditto.
8568
8569         * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8570         (mips_gdbarch_init): Do not set pc_in_sigtramp.
8571         * mipsread.c (sigtramp_address): Delete extern variable.
8572         (mipscoff_new_init): Delete reference.
8573         * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8574         (fixup_sigtramp): Delete function.
8575         * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8576         (fixup_sigtramp): Delete declarations.
8577
8578         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8579         deprecated_pc_in_sigtramp.
8580         (ppcnbsd_pc_in_sigtramp): Delete function.
8581
8582 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8583
8584         * config/m68k/nm-nbsd.h: Tweak comments.
8585         * config/m68k/nm-nbsdaout.h: Likewise.
8586
8587 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8588
8589         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8590         legacy_pc_in_sigtramp.
8591         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8592
8593 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
8594
8595         Add OpenBSD/m68k support.
8596         * NEWS (New native configurations): Mention OpenBSD/m68k.
8597         * m68kbsd-tdep.c: New file.
8598         * m68kbsd-nat.c: New file.
8599         * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8600         (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8601         * configure.host: Add m68k-*-openbsd.
8602         * configure.tgt: Add m68k-*-openbsd.
8603         * config/m68k/tm-obsd.h: New file.
8604         * config/m68k/obsd.mt: New file.
8605         * config/m68k/obsd.mh: New file.
8606         * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8607         m68kbsd-tdep.c.
8608
8609 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8610
8611         * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8612         (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8613
8614 2004-04-30  Mark Kettenis  <kettenis@gnu.org>
8615
8616         * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8617         * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8618
8619 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8620
8621         Revert 2004-04-16 change.
8622         * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8623         (i386_coff_init_abi): Remove.
8624         * i386-tdep.h (i386_coff_init_abi): Remove.
8625         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8626
8627 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8628
8629         * blockframe.c (find_pc_partial_function): Delete use of
8630         DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8631         DEPRECATED_SIGTRAMP_END.
8632
8633         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8634         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8635         * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8636         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8637         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8638
8639         * defs.h (deprecated_inside_entry_file): Delete declaration.
8640         * blockframe.c (deprecated_inside_entry_file): Delete function.
8641         (legacy_frame_chain_valid): Delete call.
8642         * sh64-tdep.c (sh64_frame_chain): Delete call.
8643         * objfiles.h: Update comments.
8644         * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8645         call.
8646         * frame.c (get_prev_frame): Delete call, update comments.
8647
8648 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8649
8650         * MAINTAINERS (Write After Approval): Add myself.
8651
8652 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8653
8654         * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8655         * gdbarch.h, gdbarch.c: Re-generate.
8656         * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8657         code.
8658
8659 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8660
8661         * gdb-events.sh (selected_thread_changed)
8662         (selected_frame_level_changed, target_changed): Delete.
8663         * gdb-events.h, gdb-events.c: Re-generate.
8664         * valops.c (value_assign): Update.
8665         * stack.c (select_frame_command, up_silently_base)
8666         (down_silently_base): Update.
8667
8668 2004-04-29  Andrew Cagney  <cagney@redhat.com>
8669
8670         * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8671         registers correctly.
8672         (print_gp_register_row, mips32_heuristic_proc_desc)
8673         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8674         (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8675         references to mips_isa_regsize.
8676
8677 2004-04-29  Andrew Cagney  <cagney@redhat.com>
8678
8679         * mips-tdep.c (struct gdbarch_tdep): Delete
8680         mips_fp_register_double.
8681         (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8682         mips_abi_regsize.
8683         (mips_gdbarch_init): Do not set mips_fp_register_double.
8684         (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8685
8686 2004-04-29  Joel Brobecker  <brobecker@gnat.com>
8687
8688         Committed by Andrew Cagney.
8689         * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8690         function calls.
8691
8692 2004-04-29  Andrew Cagney  <cagney@redhat.com>
8693
8694         * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8695         gdbarch, use mips_abi, update callers.
8696         (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8697         mips_abi_regsize, update callers.
8698         (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8699         mips_default_abi_regsize.
8700         (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8701         mips_default_abi_regsize.
8702
8703 2004-04-29  Andrew Cagney  <cagney@redhat.com>
8704
8705         * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8706         (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8707         (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8708         mips_default_abi_regsize.
8709         (mips_isa_regsize): Rename mips_regisze.
8710         * mipsnbsd-tdep.c: Update.
8711         * mips-linux-tdep.c: Update.
8712         * irix5-nat.c: Update.
8713         * mips-tdep.h (mips_isa_regsize): Update.
8714
8715         * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8716         Delete all disabled code.
8717         * gdb-events.h, gdb-events.c: Re-generate.
8718         
8719 2004-04-19  Jerome Guitton  <guitton@gnat.com>
8720             Mark Kettenis  <kettenis@gnu.org>
8721
8722         * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8723         the function begins with a branch instruction.
8724
8725 2004-04-29  Mark Kettenis  <kettenis@gnu.org>
8726
8727         * i386-tdep.c: Fix spelling mistakes.
8728
8729 2004-04-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8730             Andrew Cagney  <cagney@redhat.com>
8731
8732         * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8733         <sys/proc.h>.
8734         * acconfig.h: Provide default _KMEMUSER value.
8735         * config.in, configure: Re-generate.
8736         * NEWS: Mention fix.
8737
8738 2004-04-24  Randolph Chung  <tausq@debian.org>
8739
8740         * configure.host (hppa*-*-linux*): New target.
8741         * configure.tgt (hppa*-*-linux*): Likewise.
8742         * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8743         gdbarch_init_osabi() call earlier so that osabi-specific frame
8744         unwinders can be registered first.
8745         * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8746         hppa-linux-nat.c.
8747         * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8748         (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8749         * config/pa/linux.mh: New file.
8750         * config/pa/linux.mt: New file.
8751         * config/pa/nm-linux.h: New file.
8752         * config/pa/xm-linux.h: New file.
8753         * hppa-linux-nat.c: New file.
8754         * hppa-linux-tdep.c: New file.
8755
8756 2004-04-28  Randolph Chung  <tausq@debian.org>
8757
8758         * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8759         return values.
8760         (hppa32_push_dummy_call): Fix small struct and floating point argument 
8761         passing, and make sure the stack frame is properly aligned.
8762
8763 2004-04-28  Andrew Cagney  <cagney@redhat.com>
8764
8765         * stack.c (print_stack_frame): Fix description.
8766
8767         * NEWS: Mention gdb/gdbserver/configure execute permission
8768         changed.  PR server/519.
8769
8770 2004-04-28  Andrew Cagney  <cagney@redhat.com>
8771
8772         * stack.c (print_stack_frame_stub): Delete declaration.
8773         (struct print_stack_frame_args, print_stack_frame)
8774         (print_frame_info, print_frame): Replace "source" with print what.
8775         Replace "print" with "print_level".  Replace "args" with
8776         "print_args".
8777         * frame.h (show_and_print_stack_frame, print_stack_frame)
8778         (print_frame_info): Update declarations.
8779         * stack.c (select_and_print_frame, frame_command)
8780         (current_frame_command, up_command, down_command): Update calls -
8781         use get_selected_frame, pass "enum print_what" for source, do not
8782         call frame_relative_level.
8783         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8784         * remote-rdp.c (remote_rdp_open): Ditto.
8785         * remote-mips.c (common_open): Ditto.
8786         * remote-e7000.c (e7000_start_remote): Ditto.
8787         * ocd.c (ocd_start_remote): Ditto.
8788         * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8789         * infrun.c (normal_stop): Ditto.
8790         * inflow.c (kill_command): Ditto.
8791         * infcmd.c (finish_command): Ditto.
8792         * corelow.c (core_open): Ditto.
8793         * tracepoint.c (finish_tfind_command): Ditto.
8794         * thread.c (info_threads_command, info_threads_command) 
8795         (restore_current_thread, do_captured_thread_select): Ditto.
8796         * ada-tasks.c (task_command): Ditto.
8797
8798 2004-04-26  Orjan Friberg <orjanf@axis.com>
8799
8800         * frame.c: Include "observer.h".
8801         (frame_observer_target_changed): New function.
8802         (_initialize_frame): Attach target_changed observer.
8803         * regcache.c: Include "observer.h".
8804         (regcache_observer_target_changed): New function.
8805         (_initialize_regcache): Attach target_changed observer.
8806         * valops.c: Include "observer.h".
8807         (value_assign): Notify target_changed event when modifying register.
8808         * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8809
8810 2004-04-26  Orjan Friberg <orjanf@axis.com>
8811
8812         From Paul Koning <pkoning@equallogic.com>:
8813         * breakpoint.c (free_valchain): New function.
8814         (insert_bp_location, delete_breakpoint): Use free_valchain.
8815         (remove_breakpoint): Do not remove the valchain.
8816         (bpstat_stop_status): If not stopped by watchpoint, skip
8817         watchpoints when generating stop status list.
8818         * infrun.c (handle_inferior_event): Make
8819         stepped_after_stopped_by_watchpoint a global variable.
8820         * remote.c (remote_stopped_data_address): Return watch data
8821         address rather than zero if stepped_after_stopped_by_watchpoint is
8822         set.
8823
8824 2004-04-25  Michael Chastain  <mec.gnu@mindspring.com>
8825
8826         Fix PR gdb/1626.
8827         * configure.in: Check for curses after termcap.
8828         On osf5.*, do not check for ncurses.
8829         * configure: Regenerate.
8830
8831 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
8832
8833         * ppcobsd-nat.c: Include "ppc-tdep.h".
8834         * Makefile.in (ppcobsd-nat.o): Update dependencies.
8835
8836         * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8837         Fixes PR tdep/1623 and PR tdep/1624.
8838
8839 2004-04-24  Michael Chastain  <mec.gnu@mindspring.com>
8840
8841         * xmodem.h, xmodem.c: Remove files.
8842         * Makefile.in: Remove references to xmodem.h, xmodem.c.
8843
8844 2004-04-23  Randolph Chung  <tausq@debian.org>
8845
8846         * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8847         (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8848         (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8849         for handling stackless frames.
8850         (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer. 
8851
8852 2004-04-23  Randolph Chung  <tausq@debian.org>
8853
8854         * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8855         starts at a pc before the frame is created.
8856
8857 2004-04-23  Joel Brobecker  <brobecker@gnat.com>
8858
8859         * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8860
8861 2004-04-23  Jerome Guitton  <guitton@gnat.com>
8862
8863         * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8864         use convert_typed_floating to get the appropriate format.
8865
8866 2004-04-22  Randolph Chung  <tausq@debian.org>
8867
8868         * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8869         (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8870         (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8871         (hppa_sign_extend): Add prototype.
8872         * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8873         (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8874         (sign_extend): Rename with hppa_ prefix and make non-static.  Other
8875         hppa targets will also use these functions.
8876         (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
8877         (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
8878         (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
8879         (hppa_gdbarch_init): Remove gdbarch setting of 
8880         skip_trampoline_code, in_solib_call_trampoline and
8881         in_solib_return_trampoline.
8882         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
8883         (hppa64_hpux_in_solib_call_trampoline): New functions, split from
8884         hppa_in_solib_call_trampoline.
8885         (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
8886         Moved from hppa-tdep.c.
8887         (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code, 
8888         in_solib_call_trampoline and in_solib_return_trampoline.
8889
8890 2004-04-22  Randolph Chung  <tausq@debian.org>
8891
8892         * hppa-tdep.c (hppa_debug): New variable.
8893         (find_unwind_entry, hppa_frame_cache): Add debug output.
8894         (_initialize_hppa_tdep): Add command to set debug flag.
8895
8896 2004-04-22  Andrew Cagney  <cagney@redhat.com>
8897
8898         * ppcnbsd-tdep.c: Update copyright.  Include "tramp-frame.h" and
8899         "trad-frame.h".
8900         (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
8901         signal trampoline unwinder.
8902         (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
8903
8904 2004-04-22  Mark Kettenis  <kettenis@gnu.org>
8905
8906         Add OpenBSD/powerpc support.
8907         * NEWS (New native configurations): Mention OpenBSD/powerpc.
8908         * ppc-tdep.h (struct ppc_reg_offsets): New structure.
8909         (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
8910         (ppc_collect_fpregset): New prototypes.
8911         * ppcobsd-nat.c: New file.
8912         * ppcobsd-tdep.c: New file.
8913         * ppcobsd-tdep.h: New file.
8914         * rs6000-tdep.c: Include "regset.h".
8915         (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
8916         (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
8917         New functions.
8918         * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
8919         (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
8920         (rs6000-tdep.o): Update dependencies.
8921         * configure.host: Add powerpc-*-openbsd.
8922         * configure.tgt: Add powerpc-*-openbsd.
8923         * config/powerpc/obsd.mh: New file.
8924         * config/powerpc/nm-obsd.h: New file.
8925         * config/powerpc/obsd.mt: New file.
8926
8927 2004-04-22  Andrew Cagney  <cagney@redhat.com>
8928
8929         * frame.h (show_frame_info): Delete declaration.
8930
8931         * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
8932         * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
8933         * m32r-tdep.c (m32r_frame_this_id): Ditto.
8934         * frv-tdep.c (frv_frame_this_id): Ditto.
8935         * avr-tdep.c (avr_frame_this_id): Ditto.
8936
8937 2004-04-22  Elena Zannoni  <ezannoni@redhat.com>
8938
8939         * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
8940
8941 2004-04-22  Jim Blandy  <jimb@redhat.com>
8942
8943         * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
8944         register number zero.
8945
8946 2004-04-21  Michael Snyder  <msnyder@redhat.com>
8947
8948         * mips-tdep.c (heuristic_proc_start): 
8949         Warning() already prefixes "Warning: ".
8950
8951 2004-04-21  Andrew Cagney  <cagney@redhat.com>
8952
8953         * annotate.h (deprecated_annotate_starting_hook)
8954         (deprecated_annotate_stopped_hook)
8955         (deprecated_annotate_exited_hook)
8956         (deprecated_annotate_signal_hook)
8957         (deprecated_annotate_signalled_hook): Deprecate.
8958         * tracepoint.h (deprecated_create_tracepoint_hook)
8959         (deprecated_delete_tracepoint_hook)
8960         (deprecated_modify_tracepoint_hook)
8961         (deprecated_trace_find_hook)
8962         (deprecated_trace_start_stop_hook): Deprecate.
8963         * target.h (deprecated_target_new_objfile_hook): Deprecate.
8964         * remote.h (deprecated_target_resume_hook)
8965         (deprecated_target_wait_loop_hook): Deprecate.
8966         * gdbcore.h (deprecated_exec_file_display_hook)
8967         (deprecated_file_changed_hook): Deprecate.
8968         * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
8969         * defs.h (deprecated_modify_breakpoint_hook)
8970         (deprecated_command_loop_hook, deprecated_show_load_progress)
8971         (deprecated_print_frame_info_listing_hook)
8972         (deprecated_query_hook, deprecated_warning_hook)
8973         (deprecated_flush_hook, deprecated_create_breakpoint_hook)
8974         (deprecated_delete_breakpoint_hook)
8975         (deprecated_interactive_hook, deprecated_registers_changed_hook)
8976         (deprecated_readline_begin_hook, deprecated_readline_hook)
8977         (deprecated_readline_end_hook, deprecated_register_changed_hook)
8978         (deprecated_memory_changed_hook, deprecated_init_ui_hook)
8979         (deprecated_context_hook, deprecated_target_wait_hook)
8980         (deprecated_attach_hook, deprecated_detach_hook)
8981         (deprecated_call_command_hook, deprecated_set_hook)
8982         (deprecated_error_hook, deprecated_error_begin_hook)
8983         (deprecated_ui_load_progress_hook): Deprecate.
8984         * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
8985         * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
8986         * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
8987         * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
8988         * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
8989         * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
8990         * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
8991         * annotate.c, aix-thread.c: Update.
8992
8993 2004-04-21  Andrew Cagney  <cagney@redhat.com>
8994
8995         * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
8996         * vaxnbsd-tdep.c: Include "gdb_string.h".
8997
8998         * symfile.c (symbol_file_add_from_memory): #if 0 function.
8999         (add_symbol_file_from_memory_command): #if 0 function body, call
9000         error instead.
9001
9002 2004-04-21  Andrew Cagney  <cagney@redhat.com>
9003
9004         * gdbcore.h: Update copyright.
9005         (deprecated_add_core_fns): Rename add_core_fns.
9006         * win32-nat.c (_initialize_core_win32): Update.
9007         * sun3-nat.c (_initialize_core_sun3): Update.
9008         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9009         * rs6000-nat.c (_initialize_core_rs6000): Update.
9010         * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9011         * nto-tdep.c (_initialize_nto_tdep): Update.
9012         * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9013         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9014         * mips-nat.c (_initialize_core_mips): Update.
9015         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9016         * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9017         * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9018         * lynx-nat.c (_initialize_core_lynx): Update.
9019         * irix5-nat.c (_initialize_core_irix5): Update.
9020         * i386-interix-nat.c (_initialize_core_interix): Update.
9021         * cris-tdep.c (_initialize_cris_tdep): Update.
9022         * corelow.c (deprecated_add_core_fns): Update.
9023         * core-regset.c (_initialize_core_regset): Update.
9024         * core-aout.c (_initialize_core_aout): Update.
9025         * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9026         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9027         * alpha-nat.c (_initialize_core_alpha): Update.
9028
9029 2004-04-21  Jim Blandy  <jimb@redhat.com>
9030
9031         * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9032
9033 2004-04-19  Daniel Jacobowitz  <drow@mvista.com>
9034
9035         * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9036         Delete.
9037         (dwarf_alloc_block): Take a CU argument.  Use the comp_unit_obstack.
9038         (read_attribute_value): Update calls to dwarf_alloc_block.
9039         (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9040         dwarf2_tmp_obstack.
9041         (psymtab_to_symtab_1): Likewise.  Clean up using
9042         free_stack_comp_unit.
9043         (add_to_cu_func_list): Use the comp_unit_obstack.
9044
9045 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
9046
9047         * dwarf2read.c (dwarf2_flag_true_p): New function.
9048         (die_is_declaration): Use the function above. Add some comments.
9049
9050 2004-04-19  Mark Kettenis  <kettenis@gnu.org>
9051
9052         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9053         architecture when registering sparcnbsd_core_osabi_sniffer.
9054         Adjust comment.
9055
9056 2004-04-18  Mark Kettenis  <kettenis@gnu.org>
9057
9058         * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9059         return value.
9060
9061         Based on a patch from Brian Ford <ford@vss.fsi.com>:
9062         * i386-tdep.c: Correct register numbering scheme comments
9063         throughout.
9064         (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9065         (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9066         (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9067         (i386_gdb_arch_init): Likewise.
9068
9069         * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9070         and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9071         ppcnbsd-tdep.o.
9072
9073         * m68k-tdep.h: Tweak comments.
9074         * m68k-tdep.c: Tweak comment.
9075
9076 2004-04-17  Randolph Chung  <tausq@debian.org>
9077
9078         * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9079         * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9080         (hppa_hpux_som_init_abi): Set is_elf to 0.
9081         (hppa_hpux_elf_init_abi): Set is_elf to 1.
9082         * hppa-tdep.c (low_text_segment_address): Remove global.
9083         (record_text_segment_lowaddr): Pass in low address as parameter. Use
9084         section offset to calculate segment address.
9085         (internalize_unwinds): Define low_text_segment_address as local and
9086         pass to record_text_segment_lowaddr for ELF targets.
9087         (hppa_gdbarch_init): Zero fill tdep structure.
9088         (hppa_dump_tdep): Print tdep structure.
9089         * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9090
9091 2004-04-17  Randolph Chung  <tausq@debian.org>
9092
9093         * hppa-tdep.c (hppa_pseudo_register_read): Define.
9094         (hppa_gdbarch_init): Set pseudo_register_read.
9095         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9096         * regcache.c (supply_register): Remove check for
9097         DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9098
9099 2004-04-17  Randolph Chung  <tausq@debian.org>
9100
9101         * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9102         * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9103         (hpread_adjust_stack_address): Move to hpread.c.
9104         * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9105         obj_private_struct): Move from tm-hppa.h.
9106         * hpread.c (hppa-tdep.h): Include.
9107         (hpread_adjust_stack_address): Move from hppa-tdep.c.
9108         (hpread_read_function_type, hpread_read_doc_function_type)
9109         (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address 
9110         directly.
9111         * pa64solib.c (hppa-tdep.h): Include.
9112         * somsolib.c (hppa-tdep.h): Include.
9113         * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9114         inferior_status): Remove unused forward declarations.
9115         (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9116         (unwind_table_entry, unwind_stub_types, obj_unwind_info, 
9117         obj_private_struct): Move to hppa-tdep.h.
9118         (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9119
9120 2004-04-17  Randolph Chung  <tausq@debian.org>
9121
9122         * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9123         (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9124         (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9125         (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9126         Remove forward declaration and make static.
9127         (hppa_reg_struct_has_addr): Remove.
9128
9129 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9130
9131         * observer.sh: Move comments in sed command to first column.
9132
9133 2004-04-16  Jason Molenda  (jmolenda@apple.com)
9134
9135         * frame.c: Minor typeo corrections in comments.
9136
9137 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9138
9139         * observer.c (observer_test_first_notification_function): Update
9140         function profile.
9141         (observer_test_second_notification_function): Likewise.
9142         (observer_test_third_notification_function): Likewise.
9143
9144 2004-04-16  Mark Kettenis  <kettenis@gnu.org>
9145
9146         From Brian Ford <ford@vss.fsi.com>:
9147         * i386-tdep.c (i386_coff_init_abi): New function.
9148         * i386-tdep.h (i386_coff_init_abi): New prototype.      
9149         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it.  Use correct
9150         register number translation functions for DWARF and DWARF 2.
9151
9152 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
9153
9154         * dwarf2read.c: Back out my previous change, it was incorrect.
9155
9156 2004-04-16  Daniel Jacobowitz  <drow@mvista.com>
9157
9158         * dwarf2read.c: Include "hashtab.h".
9159         (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9160         has_namespace_info.
9161         (struct partial_die_info): Add comments.  Use bitfields to reduce
9162         memory footprint.  Add scope, scope_set, has_specification,
9163         spec_offset, die_parent, die_child, and die_sibling.
9164         (peek_die_abbrev): Add prototype.
9165         (partial_read_comp_unit_head): New function, broken out from
9166         dwarf2_build_psymtabs_hard.
9167         (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9168         Use partial_read_comp_unit_head.  Initialize the CU and
9169         comp_unit_obstack.  Update calls to read_partial_die and
9170         scan_partial_symbols.  Use free_stack_comp_unit and
9171         load_partial_dies.
9172         (scan_partial_symbols): Change PDI to a pointer.  Use the child and
9173         sibling pointers to walk partial DIEs.  Call fixup_partial_die.
9174         Update calls to helper functions.  Remove NAMESPACE argument.
9175         Update comments.
9176         (partial_die_parent_scope, partial_die_full_name): New functions.
9177         (add_partial_symbol): Remove namespace argument.  Update call to
9178         pdi_needs_namespace.  Use partial_die_full_name.  Handle
9179         DW_TAG_namespace.  Check has_namespace_info flag.
9180         (pdi_needs_namespace): Remove NAMESPACE argument.  Just check the
9181         tag.  Handle namespaces.
9182         (add_partial_namespace, add_partial_enumeration): Simplify.
9183         (guess_structure_name): New function, derived from
9184         add_partial_structure.
9185         (add_partial_structure): Remove.
9186         (determine_class_name): Update comment.
9187         (dwarf2_read_abbrevs): Set has_namespace_info flag.
9188         (is_type_tag_for_partial, load_partial_dies): New functions.
9189         (read_partial_die): Pass abbrev and abbrev_len as arguments.
9190         Record specifications instead of following them immediately.
9191         (find_partial_die_in_comp_unit, find_partial_die)
9192         (fixup_partial_die, free_stack_comp_unit)
9193         (hashtab_obstack_allocate, dummy_obstack_deallocate)
9194         (partial_die_hash, partial_die_eq): New functions.
9195         * Makefile.in (hashtab_h): Define.
9196         (dwarf2read.o): Update dependencies.
9197         (observer_inc, observer_h): Move to the correct section.
9198
9199 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
9200
9201         * dwarf2read.c (dwarf2_attribute_true_p): New function.
9202         (die_is_declaration): Use the function above. Add comment.
9203
9204 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
9205
9206         * dwarf2read.c (read_structure_scope): Identify stub types
9207         using die_is_declaration() only.
9208
9209 2004-04-15  Roland McGrath  <roland@redhat.com>
9210
9211         * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9212         argument instead of NAME.
9213         (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9214         in call to symbol_file_add_with_addrs_or_offsets.
9215         (build_addr_info): New function, helper for ...
9216         (symbol_file_add_from_memory): New function.
9217         (add_symbol_file_from_memory_command): New function using that.
9218         (_initialize_symfile): Register it for add-symbol-file-from-memory.
9219         (pre_add_symbol_hook): Add const to argument type.
9220         * symfile.h (symbol_file_add_from_memory): Declare it.
9221
9222 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
9223
9224         * NEWS (New native configurations): Mention OpenBSD/vax.
9225         * configure.host: Add vax-*-openbsd*.
9226         * config/vax/obsd.mh: New file.
9227         * config/vax/nm-obsd.h: New file.
9228
9229         * vax-tdep.c: Include "regset.h".
9230         (vax_supply_gregset): New function.
9231         (vax_gregset): New variable.
9232         (vax_regset_from_core_section): New function.
9233         (vax_gdbarch_init): Set regset_from_core_section.
9234         * Makefile.in (vax-tdep.o): Update dependencies.
9235
9236 2004-04-15  Andrew Cagney  <cagney@redhat.com>
9237
9238         * observer.c (normal_stop_subject, observer_notify_normal_stop)
9239         (observer_normal_stop_notification_stub)
9240         (observer_attach_normal_stop, observer_detach_normal_stop):
9241         Delete, replaced by #include "observer.inc".
9242         * infrun.c (normal_stop): Pass "stop_bpstat" to
9243         observer_notify_normal_stop.
9244         * Makefile.in (observer_inc): Define.
9245         (observer.o): Update dependencies.
9246         (observer.h, observer.inc): New rules.
9247         * observer.h: Delete file.
9248         * observer.sh: New file.
9249
9250 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
9251
9252         * vax-tdep.c (vax_frame_cache): Fix typo.
9253
9254 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
9255
9256         * NEWS (New native configurations): Mention NetBSD/vax.
9257         * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9258         * config/vax/nbsdelf.mh: New file.
9259         * config/vax/nbsdaout.mh: New file.
9260         * config/vax/nm-nbsd.h: New file.
9261         * config/vax/nm-nbsdaout.h: New file.
9262
9263         * vaxnbsd-tdep.c: New file.
9264         * Makefile.in (vaxnbsd-tdep.o): New dependency.
9265         * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9266         * config/vax/nbsd.mt: New file.
9267         * config/vax/tm-nbsd.h: New file.
9268
9269         * Makefile.in (vaxbsd-nat.o): New dependency.
9270
9271         * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9272         * vax-tdep.c (vax_store_arguments): Remove struct_return and
9273         struct_addr arguments.  Don't push return value address.
9274         (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9275         arguments to vax_store_arguments.  Store return value address in
9276         R1.
9277         (vax_store_struct_return, vax_extract_return_value)
9278         (vax_store_return_value): Remove functions.
9279         (vax_return_value): New function.
9280         (vax_gdbarch_init): Set return value.  Don't set
9281         deprecated_store_struct_return, deprecated_extract_struct_return
9282         and deprecated_store_return_value.
9283
9284 2004-04-14  Andreas Schwab  <schwab@suse.de>
9285
9286         * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9287         value buffer.
9288         * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9289
9290 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
9291
9292         * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9293         (vax_unwind_dummy_id): New functions.
9294         (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9295         (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9296         variables.
9297         (vax_fix_call_dummy): Remove function.
9298         (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9299         Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9300         call_dummy_location, deprecated_call_dummy_words,
9301         deprecated_sizeof_call_dummy_words,
9302         deprecated_call_dummy_breakpoint_offset,
9303         deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9304         and deprecated_dummy_write_sp.
9305
9306 2004-04-13  David Carlton  <carlton@kealia.com>
9307
9308         * MAINTAINERS: Move myself to "paper trail" section.
9309
9310 2004-04-12  Mark Kettenis  <kettenis@gnu.org>
9311
9312         * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9313         "trad-frame.h".
9314         (vax_frame_init_saved_regs): Remove function.
9315         (vax_sigtramp_saved_pc): Remove function.
9316         (vax_frame_saved_pc): Remove function.
9317         (vax_frame_args_address): Remove function.
9318         (vax_frame_num_args): Rewrite.
9319         (vax_frame_chain): Remove function.
9320         (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9321         VAX_FP_REGNUM.
9322         (vax_pop_frame): Likewise.
9323         (vax_saved_pc_after_call): Remove function.
9324         (struct vax_frame_cache): New structure.
9325         (vax_frame_cache): New function.
9326         (vax_frame_this_id): New function.
9327         (vax_frame_prev_register): New function.
9328         (vax_frame_unwind): New variable.
9329         (vax_frame_sniffer): New function.
9330         (vax_frame_base_address): New function.
9331         (vax_frame_args_address): New function.
9332         (vax_frame_base): New variable.
9333         (vax_unwind_pc): New function.
9334         (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9335         deprecated_fp_regnum, deprecated_saved_pc_after_call,
9336         deprecated_frame_chain, deprecated_frame_saved_pc,
9337         deprecated_frame_args_address and
9338         deprecated_frame_init_saved_regs.
9339         * Makefile.in (vax-tdep.o): Update dependencies.
9340
9341         * vaxbsd-nat.c: New file.
9342
9343         * vax-tdep.h: Update copyright year.  Adjust comments.
9344         (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9345         VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9346         (vax_regnum): New enum.  Replacing...
9347         (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9348         (VAX_PS_REGNUM): ... these removed macros.
9349         * vax-tdep.c (vax_register_name): Remove prototype.
9350         (vax_register_name): Reorganize somewhat.  Use ARRAY_SIZE.
9351         (vax_register_byte, vax_register_raw_size,
9352         vax_register_virtual_size, vax_register_virtual_type): Remove
9353         functions.
9354         (vax_register_type): New function.
9355         (vax_breakpoint_from_pc): Reorganize.
9356         (vax_gdbarch_init): Set register_type.  Don't set
9357         deprecated_register_size, deprecated_register_bytes,
9358         deprecated_register_byte, deprecated_register_raw_size,
9359         deprecated_max_register_raw_size,
9360         deprecated_register_virtual_size,
9361         deprecated_max_register_virtual_size and
9362         deprecated_register_virtual_type.  Add comment on stack direction.
9363
9364 2004-04-11  Mark Kettenis  <kettenis@gnu.org>
9365
9366         * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9367         AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9368         AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9369
9370 2004-04-10  Randolph Chung  <tausq@debian.org>
9371
9372         * MAINTAINERS (write after approval): Add myself.
9373
9374 2004-04-07  Randolph Chung  <tausq@debian.org>
9375
9376         * hppa-tdep.c (hppa_inner_than): Remove.
9377         (is_pa_2): Remove unused static variable.
9378         (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9379
9380 2004-03-10  Paul N. Hilfinger  <Hilfinger@gnat.com>
9381
9382         * language.h (language_defn): Add new la_post_parser field.
9383         * parser-defs.h (null_post_parser): New declaration (default for
9384         la_post_parser).
9385
9386         * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9387         insert call to that function.
9388         (parse_exp_in_context): New function, including code formerly in
9389         parse_exp_1.  Calls language-dependent post-parser after
9390         prefixification.
9391         (parse_expression_in_context): New exported function.
9392         (null_post_parser): New definition.
9393         * expression.h (parse_expression_in_context): Add declaration.
9394
9395         * p-lang.c (pascal_language_defn): Add trivial post-parser.
9396         * c-lang.c (c_language_defn): Ditto.
9397         (cplus_language_defn): Ditto.
9398         (asm_language_defn): Ditto.
9399         (minimal_language_defn): Ditto.
9400         * f-lang.c (f_language_defn): Ditto.
9401         * jv-lang.c (java_language_defn): Ditto.
9402         * language.c (unknown_language_defn): Ditto.
9403         (auto_language_defn): Ditto.
9404         (local_language_defn): Ditto.
9405         * m2-lang.c (m2_language_defn): Ditto.
9406         * scm-lang.c (scm_language_defn): Ditto.
9407         * obj-lang.c (objc_language_defn): Ditto.
9408
9409 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
9410
9411         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9412         (amd64nbsd_mcontext_addr): New function.
9413         (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9414         amd64nbsd_mcontext_addr.  Directly initialize TDEP->sc_reg_offset
9415         with amd64nbsd_r_reg_offset, instead of building it on the fly.
9416
9417         * corelow.c (core_xfer_partial): Fix coding standards violation.
9418         Add support for TARGET_OBJECT_WCOOKIE.
9419
9420         * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9421         deprecated_pc_in_sigtramp.
9422         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9423         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9424         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9425         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9426         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9427         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9428         * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9429
9430         * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9431         i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9432         Fix typo.
9433
9434         * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9435         I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9436         (amd64_collect_fxsave): Likewise.
9437
9438         * i386-sol2-tdep.c: Include "gdb_string.h".
9439         (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9440         name.
9441         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9442
9443 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
9444
9445         * i386-sol2-tdep.c: Include "solib-svr4.h".
9446         (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9447         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9448         * config/i386/tm-i386sol2.h: Include :solib.h".
9449         * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9450         solib-svr4.o and solib-legacy.o.
9451         * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9452         solib-svr4.o.
9453
9454 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
9455
9456         * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9457         whether a register is supplied by PTRACE_GETFPREGS.
9458         (store_inferior_registers): Likewise.
9459         * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9460         whether a register is supplied by PT_GETFPREGS.
9461         (store_inferior_registers): Likewise.
9462
9463         * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9464         * config/i386/linux64.mt (TDEPFILES): Likewise.
9465
9466         * i386-linux-nat.c: Update copyrigth year.  Tweak comment.
9467
9468         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9469         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
9470         the program counter is in the range specified by `struct
9471         gdbarch_tdep'.
9472         * amd64-linux-tdep.c: Include "symtab.h".
9473         (amd64_linux_pc_in_sigtramp): Remove function.
9474         (amd64_linux_sigtramp_p): New function.
9475         (amd64_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9476         deprecated_pc_in_sigtramp.
9477         * amd64nbsd-tdep.c: Include "symtab.h".
9478         (amd64nbsd_sigtramp_p): New function.
9479         (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9480         deprecated_pc_in_sigtramp.
9481         * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h".  Add a
9482         few comments.
9483         (amd64obsd_pc_in_sigtramp): Remove function.
9484         (amd64obsd_sigtramp_p): New function.
9485         (amd64obsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9486         deprecated_pc_in_sigtramp.
9487         * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9488         (i386bsd_pc_ins_sigtramp): Remove prototype.
9489         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9490         * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9491         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
9492         the program counter is in the range specified by `struct
9493         gdbarch_tdep'.
9494         (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9495         (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9496         (i386_go32_pc_in_sigtramp): Remove function.
9497         (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9498         Initialize TDEP->sigtramp_p.
9499         (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9500         (i386_gdbarch_init): Initialize TDEP->sigtramp_p.  Don't set
9501         deprecated_pc_in_sigtramp.
9502         * i386-linux-tdep.c: Adjust comments.
9503         (i386_linux_pc_in_sigtramp): Remove function.
9504         (i386_linux_sigtramp_p): New function.
9505         (i386_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9506         deprecated_pc_in_sigtramp.
9507         * i386-nto-tdep.c: Update copyright year.
9508         (i386nto_pc_in_sigtramp): Remove function.
9509         (i386nto_sigtramp_p): New function.
9510         (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9511         SP_REGNUM.
9512         (i386nto_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9513         deprecated_pc_in_sigtramp.
9514         * i386-sol2-tdep.c: Update copyright year.
9515         (i386_sol2_pc_in_sigtramp): Remove function.
9516         (i386_sol2_sigtramp_p): New function.
9517         (i386_sol2_init_abi): Initialize TDEP->sigtramp_p.  Don't set
9518         deprecated_pc_in_sigtramp.
9519         * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9520         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9521         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9522         deprecated_sigtramp_start and deprecated_sigtramp_end.
9523         * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9524         (i386nbsd_pc_in_sigtramp): Remove function.
9525         (i386nbsd_sigtramp_p): New function.
9526         (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9527         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
9528         TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9529         * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9530         (i386obsd_pc_in_sigtramp): Remove function.
9531         (i386obsd_sigtramp_p): New function.
9532         (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9533         functions.
9534         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9535         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
9536         TDEP->sigtramp_p.
9537         * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9538         amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9539         dependencies.
9540
9541         * config/i386/i386aout.mt: Remove file.
9542
9543         * configure.tgt: Remove i[34567]86-*-go32*,
9544         i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9545         and i[34567]86-*-isc*.  Set gdb_target to i386 for
9546         i[34567]86-*-netware* and i[34567]86-*-*.
9547         * config/i386/i386.mt: New file.
9548         * config/i386/embed.mt: Remove file.
9549         * config/i386/go32.mt: Remove file.
9550         * config/i386/i386nw.mt: Remove file.
9551         * config/i386/i386v.mt: Remove file.
9552         * config/i386/tm-go32.h: Remove file.
9553
9554         * tui/tui-hooks.c: Include "readline/readline.h" after
9555         "gdb_curses.h" instead of before.
9556         * tui/tui-io.c: Likewise.
9557
9558         * tui/tui.c: Fix typo in comment.
9559
9560         * sparc64-tdep.c (sparc_address_from_register): Remove function.
9561
9562 2004-04-08  Andrew Cagney  <cagney@redhat.com>
9563
9564         * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9565         (deprecated_exception_support_initialized): Declare.
9566         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9567         (initialize_hp_cxx_exception_support)
9568         (child_enable_exception_callback): Update.
9569         * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9570         (deprecated_exception_support_initialized): Rename
9571         deprecated_exception_catchpoints_are_fragile and
9572         deprecated_exception_support_initialized.
9573         (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9574
9575         * symtab.c (deprecated_hp_som_som_object_present): Rename
9576         hp_som_som_object_present.
9577         * symtab.h (deprecated_hp_som_som_object_present): Declare.
9578         * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9579         Update.  Delete extern declaration.
9580         * valops.c (hp_som_som_object_present): Ditto.
9581         * parse.c (deprecated_hp_som_som_object_present)
9582         (parse_nested_classes_for_hpacc): Ditto.
9583         * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9584         * hppa-hpux-tdep.c (hp_som_som_object_present)
9585         (initialize_hp_cxx_exception_support): Ditto.
9586         * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9587         * cp-valprint.c (hp_som_som_object_present)
9588         (cp_print_class_method): Ditto.
9589         * c-typeprint.c (hp_som_som_object_present):
9590         (c_type_print_base): Ditto.
9591         * c-exp.y (hp_som_som_object_present): Ditto.
9592
9593 2004-04-08  Andrew Cagney  <cagney@redhat.com>
9594
9595         * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9596         (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9597         (frame_unwind_find_by_frame): Re-implement the unwind code so
9598         that it can both prepend and append sniffers.  Replace
9599         frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9600         * tramp-frame.c (tramp_frame_append): Use
9601         frame_unwind_prepend_unwinder.
9602         * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9603         frame_unwind_register_unwinder.
9604         * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9605         tramp_frame_append.
9606         * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9607         * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9608         (mips_linux_init_abi): Update.
9609
9610 2004-04-08  Kevin Buettner  <kevinb@redhat.com>
9611
9612         * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9613         (ELF_FPREGSET_SIZE):  Delete constants formerly used in core
9614         file support.
9615
9616 2004-04-07  Kevin Buettner  <kevinb@redhat.com>
9617
9618         * ia64-tdep.c (elf.h): Don't include.
9619         (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9620
9621 2004-04-07  Jason Molenda  (jmolenda@apple.com)
9622
9623         * frame.h: Typeo corrections in comments.
9624
9625 2004-04-07  Jim Blandy  <jimb@redhat.com>
9626
9627         * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9628         %esp and %ebp
9629
9630 2004-04-07  Mark Kettenis  <kettenis@gnu.org>
9631
9632         * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9633         * config/sparc/linux64.mt (TDEPFILES): Likewise.
9634         * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9635         * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9636         and solib-legacy.o.
9637         * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9638         solib-svr4.o.
9639         * config/sparc/tm-sol2.h: Update copyright year.  Include
9640         "solib.h".
9641
9642         * sparc-sol2-tdep.c: Update copyright year.  Include
9643         "solib-svr4.h".
9644         (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9645         * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9646         (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9647         * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9648         dependencies.
9649
9650 2004-04-06  Andrew Cagney  <cagney@redhat.com>
9651
9652         * infttrace.c: Include "infttrace.h".
9653         * infttrace.h: Include "target.h".
9654         * Makefile.in (infttrace_h): Update.
9655         (infttrace.o): Update.
9656
9657 2004-04-06  Andrew Cagney  <cagney@redhat.com>
9658
9659         * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9660         (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9661         move extern declarations from here ...
9662         * infttrace.h: ... to here.
9663         * Makefile.in (hppah-nat.o): Update dependencies.
9664
9665         * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9666         (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9667         * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9668         (hppa_breakpoint_from_pc): Delete.
9669
9670         * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9671
9672 2004-04-05  Andrew Cagney  <cagney@redhat.com>
9673
9674         * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9675         <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9676         <sys/file.h>.
9677
9678 2004-04-06  Randolph Chung  <tausq@debian.org>
9679
9680         Committed by Andrew Cagney (mechanical change).
9681         * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9682         exception_catchpoints_are_fragile, find_stub_with_shl_get,
9683         cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9684         child_enable_exception_callback, current_ex_event,
9685         null_symtab_and_line, child_get_current_exception_event,
9686         HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9687         HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9688         HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9689         hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9690         eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9691         eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9692         Move hpux-specific definitions ...
9693         * hppa-hpux-tdep.c: ... to here.
9694
9695 2004-04-05  Andrew Cagney  <cagney@redhat.com>
9696
9697         * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9698         skip_prologue_using_sal.
9699
9700 2004-04-05  Andrew Cagney  <cagney@redhat.com>
9701
9702         * config/i386/tm-i386.h: Delete file.
9703         * config/i386/tm-vxworks.h: Update copyright, do not include
9704         "tm-i386.h".
9705         * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9706         * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9707         * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9708         * config/i386/ncr3000.mt (TM_FILE): Delete.
9709         * config/i386/interix.mt (TM_FILE): Delete.
9710         * config/i386/i386v.mt (TM_FILE): Delete.
9711         * config/i386/i386nw.mt (TM_FILE): Delete.
9712         * config/i386/i386gnu.mt (TM_FILE): Delete.
9713         * config/i386/i386aout.mt (TM_FILE): Delete.
9714         * config/i386/embed.mt (TM_FILE): Delete.
9715
9716 2004-04-05  Kevin Buettner  <kevinb@redhat.com>
9717
9718         * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9719         (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9720         (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9721         (accg7_regnum): New constants.
9722         (last_spr_regnum, last_pseudo_regnum): Update.
9723         * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9724         accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9725         (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9726         for accg registers.
9727         (frv_register_sim_regno): Update spr_map[].
9728
9729 2004-04-04  Andrew Cagney  <cagney@redhat.com>
9730
9731         * config/mips/xm-riscos.h: Delete.
9732         * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9733         * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9734         * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9735         * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9736         * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9737         * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9738         * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9739         * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9740         * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9741         * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9742         * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9743         * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9744         * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9745         * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9746         * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9747         * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9748         * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9749         * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9750         * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9751         * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9752         * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9753         * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9754         * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9755         * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9756         * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9757         * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9758
9759         * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9760         m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9761         m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9762         * configure.host: Remove m680[01]0-sun-sunos3*,
9763         m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9764         m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9765         m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9766         mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9767         mips-*-riscos*.
9768         * NEWS: Mention removed systems.
9769
9770 2004-04-04  Andrew Cagney  <cagney@redhat.com>
9771
9772         GDB 6.1 release created from 6.1 branch.
9773
9774 2004-04-04  Andrew Cagney  <cagney@redhat.com>
9775
9776         * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9777         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9778         * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9779
9780         * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9781         * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9782         * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9783
9784 2004-04-03  Jim Blandy  <jimb@redhat.com>
9785
9786         * MAINTAINERS: Chris Faylor has changed employers; add him to
9787         "paper trail" section, and update his E-mail address.
9788
9789 2004-04-03  Andrew Cagney  <cagney@redhat.com>
9790
9791         * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9792         generic dummy frames.
9793         * dummy-frame.c: Update copyright.
9794         (dummy_frame_sniffer): Delete check for generic dummy frames.
9795
9796         * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9797         * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9798         (REG_PARM_STACK_SPACE): Delete.
9799         * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9800         Inline reference to REG_PARM_STACK_SPACE.
9801
9802         * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9803         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9804         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9805         (FRAME_BASE_BEFORE_SIGTRAMP)
9806         (hppa32_hpux_frame_base_before_sigtramp)
9807         (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9808         * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9809         (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9810         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9811         (FRAME_BASE_BEFORE_SIGTRAMP)
9812         (hppa64_hpux_frame_base_before_sigtramp)
9813         (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9814
9815 2004-04-03  Andrew Cagney  <cagney@redhat.com>
9816
9817         * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9818
9819 2004-04-02  Andrew Cagney  <cagney@redhat.com>
9820
9821         * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9822         DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9823         * dummy-frame.h: Delete out-of-date comments.
9824         * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9825         * gdbarch.h, gdbarch.c: Re-generate.
9826
9827 2004-04-02  Joel Brobecker  <brobecker@gnat.com>
9828
9829         Committed by Andrew Cagney <cagney@redhat.com>.
9830         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9831         into account an instruction saving a register if we have already
9832         seen an earlier instruction saving that same register.
9833
9834 2004-04-02  Andrew Cagney  <cagney@redhat.com>
9835
9836         * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9837         * gdbarch.h, gdbarch.c: Re-generate.
9838         * frame.c (legacy_get_prev_frame): Delete references to
9839         DEPRECATED_INIT_FRAME_PC_FIRST.
9840
9841         * infrun.c (pc_in_sigtramp): Delete function.
9842         (check_sigtramp2): Inline call to pc_in_sigtramp, use
9843         get_frame_type.
9844
9845 2004-04-02  Andrew Cagney  <cagney@redhat.com>
9846
9847         * infrun.c (handle_step_into_function): Delete code conditional on
9848         legacy_frame_p.
9849         (handle_inferior_event, step_over_function): Ditto.
9850
9851 2004-04-02  Andrew Cagney  <cagney@redhat.com>
9852
9853         * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9854         "previous frame inner to this frame" test.
9855
9856 2004-04-02  Andrew Cagney  <cagney@redhat.com>
9857
9858         * frame.c (safe_frame_unwind_memory): New function.
9859         * frame.h (safe_frame_unwind_memory): Declare.  Update description
9860         of /safe_/ methods.
9861         * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9862         "next_frame".  Use safe_frame_unwind_memory.
9863         (tramp_frame_sniffer): Update call to tramp_frame_start.
9864
9865 2004-04-01  Daniel Jacobowitz  <drow@mvista.com>
9866
9867         * dwarf2read.c (dwarf2_objfile_data_key): New.
9868         (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9869         (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9870         (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9871         (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9872         (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9873         (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9874         (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9875         Remove variables.
9876         (struct dwarf2_pinfo): Remove per-objfile members.  Update comments.
9877         (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
9878         (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
9879         (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
9880         (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
9881         (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
9882         Remove macros.
9883         (dwarf2_has_info): Take an objfile argument.  Allocate per-objfile
9884         data.
9885         (dwarf2_locate_sections, dwarf2_build_psymtabs)
9886         (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
9887         (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
9888         (read_partial_die, read_full_die, read_indirect_string)
9889         (dwarf_decode_line_header, dwarf_decode_macros)
9890         (dwarf2_symbol_mark_computed): Remove use of removed macros.
9891         Update uses of removed variables.
9892         (psymtab_to_symtab_1): Restore per-objfile data pointer.  Remove use
9893         of removed macros.
9894         (_initialize_dwarf2_read): New function.
9895         * symfile.h (dwarf2_has_info): Update prototype.
9896         * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
9897         * elfread.c (elf_symfile_read): Likewise.
9898
9899 2004-04-01  Jim Blandy  <jimb@redhat.com>
9900
9901         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
9902         function for register numbers on all the rs6000-derived targets.
9903         (rs6000_gdbarch_init): Don't register a separate
9904         gdbarch_dwarf2_reg_to_regnum function for the E500.  Use
9905         rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
9906         variants.
9907
9908         * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
9909         numbering.
9910
9911 2004-04-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
9912
9913         * valarith.c: Update copyright notice.
9914         (value_add): Handle range types.
9915         (value_sub): Ditto.
9916         (value_equal): Ditto.
9917         (value_less): Ditto.
9918         (value_neg): Ditto.
9919         (value_complement): Ditto.
9920         (value_binop): Simplify slightly by using is_integral_type and
9921         eliminiating unnecessary COERCE_ENUMs.
9922
9923 2004-03-31  Andrew Cagney  <cagney@redhat.com>
9924
9925         * frame.h (frame_unwind_id): Declare.
9926         * frame.c (frame_unwind_id): New function.
9927         (get_prev_frame_1): New function.
9928         (frame_debug_got_null_frame): New function.
9929         (get_prev_frame): Use frame_debug_got_null_frame.  Move unwind
9930         code proper to prev_frame, update description.
9931         * infrun.c (step_over_function): Use frame_unwind_id.
9932
9933 2004-04-31  J. Brobecker  <brobecker@gnat.com>
9934
9935         * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
9936         (hppa64_push_dummy_call): Likewise.
9937
9938 2004-03-30  Jim Blandy  <jimb@redhat.com>
9939
9940         From Ulrich Weigand:
9941         * utils.c (query): Do not use a va_list variable multiple times.
9942
9943 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
9944
9945         * Makefile.in (linux_nat_h): Update dependencies.
9946         * configure.in: Check for <gnu/libc-version.h>.
9947         * configure: Regenerate.
9948         * config.in: Regenerate.
9949         * linux-nat.h: Include "target.h".  Add waitstatus field to
9950         struct lwp_info.
9951         * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
9952         (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
9953         to.
9954         (lin_lwp_handle_extended): New function.  Handle clone events.
9955         (wait_lwp): Use lin_lwp_handle_extended.  Update comment about
9956         thread exit events.
9957         (child_wait): Handle clone events.
9958         (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
9959         * linux-nat.c (linux_enable_event_reporting): Turn on
9960         PTRACE_O_TRACECLONE.
9961         (linux_handle_extended_wait): Handle clone events.
9962         * thread-db.c: Include <gnu/libc-version.h>.
9963         (struct private_thread_info): Add dying flag.
9964         (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
9965         higher.
9966         (attach_thread): Update comments.  Handle dying threads.
9967         (detach_thread): Set the dying flag.
9968         (check_event): Always call attach_thread.
9969
9970 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
9971
9972         * mips-tdep.c (mips_pdr_data): New.
9973         (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
9974         (_initialize_mips_tdep): Initialize mips_pdr_data.
9975
9976 2004-03-29  Corinna Vinschen  <vinschen@redhat.com>
9977
9978         * minsyms.c (install_minimal_symbols): Move dropping leading
9979         char from linkage name from here...
9980         (prim_record_minimal_symbol_and_info): ...to here.  Simplify
9981         test for "__gnu_compiled*" symbols.
9982
9983 2004-03-28  Jim Blandy  <jimb@redhat.com>
9984
9985         * rs6000-tdep.c (skip_prologue): Recognize moves from argument
9986         registers to temp register r0 and byte stores as prologue
9987         instructions.
9988
9989 2004-03-28  Andrew Cagney  <cagney@redhat.com>
9990
9991         * PROBLEMS (Stack backtraces): Rewrite.  Remove reference to
9992         arm*-*-*.
9993
9994 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
9995
9996         * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
9997         and switch the layout to force a display of register window.
9998
9999 2004-02-26  J. Brobecker  <brobecker@gnat.com>
10000
10001         * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10002         of the INTEGER class.
10003
10004 2004-03-26  Jim Blandy  <jimb@redhat.com>
10005
10006         * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10007         bytes long on PPC GNU/Linux.
10008
10009 2004-03-26  David Carlton  <carlton@kealia.com>
10010
10011         * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10012
10013 2004-03-25  Andrew Cagney  <cagney@redhat.com>
10014
10015         * PROBLEMS: Add general section titles, remove references to
10016         specific releases.
10017
10018 2004-03-25  Daniel Jacobowitz  <drow@mvista.com>
10019
10020         * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10021         INT_REGISTER_SIZE.
10022         (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10023         FP_REGISTER_VIRTUAL_SIZE.
10024         * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10025         of DEPRECATED_REGISTER_RAW_SIZE.
10026         (arm_register_type): Add gdbarch argument.
10027         (arm_register_raw_size, arm_register_virtual_size): Delete.
10028         (arm_register_byte, arm_extract_return_value)
10029         (arm_store_return_value, arm_get_longjmp_target): Update references
10030         to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10031         (arm_gdbarch_init): Likewise.  Don't set
10032         deprecated_register_raw_size, deprecated_register_virtual_size,
10033         deprecated_max_register_raw_size,
10034         deprecated_max_register_virtual_size, or
10035         deprecated_max_register_virtual_type.  Do set register_type.
10036         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10037         (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10038         (FP_REGISTER_VIRTUAL_SIZE): Delete.
10039         (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10040         (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10041         * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10042         INT_REGISTER_SIZE.
10043         * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10044         (remote_rdp_store_register): Likewise.
10045
10046 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
10047
10048         * Makefile.in (mips-linux-tdep.o): Update dependencies.
10049         * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10050         to after osabi initialization.
10051         * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10052         (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10053         functions.
10054         (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10055         (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10056         variables.
10057         (mips_linux_init_abi): Append signal trampoline unwinders.
10058
10059 2004-03-24  Andrew Cagney  <cagney@redhat.com>
10060
10061         * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10062         * tramp-frame.c: Include "gdb_assert.h".
10063         (tramp_frame_start): Use TRAMP_SENTINEL_INSN.  Use ULONGEST and
10064         correct sizeof.
10065         (tramp_frame_append): Validate the tramp frame's instructions.
10066         * Makefile.in (tramp-frame.o): Update dependencies.
10067
10068 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10069
10070         * trad-frame.h (trad_frame_set_reg_addr): Declare.
10071
10072 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10073
10074         * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10075         Nasser as past testsuite/lib/ (and other) maintainers.
10076
10077 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
10078
10079         * infcmd.c (attach_command): Reread symbols if we already have
10080         an exec file.
10081
10082 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10083
10084         * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10085
10086 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10087
10088         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10089         * gdbarch.h, gdbarch.c: Re-generate.
10090         * i386obsd-tdep.c (i386obsd_init_abi): Update.
10091         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10092         * i386bsd-tdep.c (i386bsd_init_abi): Update.
10093         * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10094         (DEPRECATED_SIGTRAMP_START): Update.
10095         * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10096         (DEPRECATED_SIGTRAMP_START): Update.
10097         * blockframe.c (find_pc_sect_partial_function): Update.
10098         * arch-utils.c (legacy_pc_in_sigtramp): Update.
10099
10100 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
10101
10102         * remote.c (remote_open_1): Reopen the exec file and reread symbols
10103         if necessary.
10104
10105 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10106
10107         * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10108         predicate, deprecate.
10109         * gdbarch.h, gdbarch.c: Re-generate.
10110         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10111         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10112         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10113         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10114         * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10115         * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10116         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10117         * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10118         * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10119         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10120         * blockframe.c (find_pc_partial_function): Update.
10121         * breakpoint.c (bpstat_what): Update.
10122         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10123         * frv-linux-tdep.c (frv_linux_init_abi): Update.
10124         * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10125         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10126         * i386-interix-tdep.c (i386_interix_init_abi): Update.
10127         * i386-linux-tdep.c (i386_linux_init_abi): Update.
10128         * i386-nto-tdep.c (i386nto_init_abi): Update.
10129         * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10130         * i386-tdep.c (i386_sigtramp_frame_sniffer)
10131         (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10132         * i386bsd-tdep.c (i386bsd_init_abi): Update.
10133         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10134         * i386obsd-tdep.c (i386obsd_init_abi): Update.
10135         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10136         * infrun.c (pc_in_sigtramp): Update.
10137         * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10138         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10139         * mips-tdep.c (mips_gdbarch_init): Update.
10140         * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10141         * ppc-linux-tdep.c: Update comment.
10142         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10143         * shnbsd-tdep.c (shnbsd_init_abi): Update.
10144         * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10145         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10146         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10147         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10148         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10149         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10150         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10151         * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10152
10153 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10154
10155         * tramp-frame.h, tramp-frame.h: New files.
10156         * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10157         Update rules to include "tramp-frame.h" and "tramp-frame.c".
10158
10159         * Makefile.in: Update all dependencies.
10160
10161 2004-03-23  Andrew Cagney  <cagney@redhat.com>
10162
10163         * Makefile.in (trad_frame_h): Add $(frame_h).
10164         * trad-frame.h: Update copyright.  Include "frame.h".
10165         (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10166         (trad_frame_set_id, trad_frame_get_id): Declare.
10167         (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10168         * trad-frame.c: Update copyright.
10169         (struct trad_frame_cache): Define.
10170         (trad_frame_cache_zalloc): New function.
10171         (trad_frame_set_id, trad_frame_get_id): New functions.
10172         (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10173
10174 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10175
10176         * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10177         s390_pltstub_unwind_cache.
10178         (s390_stub_frame_unwind_cache): Rename
10179         s390_pltstub_frame_unwind_cache.
10180         (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10181         (s390_stub_frame_prev_register): Rename
10182         s390_pltstub_frame_prev_register.
10183         (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10184         (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10185
10186         From Ulrich Weigand:
10187         * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10188         pointer calls like PLT calls.
10189
10190 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
10191
10192         * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10193         PC rather than the partial function start address.  Use the start
10194         address to sanity check the found PDR.
10195
10196 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
10197
10198         * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10199         linux_handle_extended_wait.
10200
10201 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10202
10203         * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10204         function.
10205
10206         * frame.h (generic_pop_current_frame): Delete declaration.
10207         (deprecate_pop_dummy_frame): Deprecate
10208         generic_pop_dummy_frame.
10209         * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10210         (generic_pop_current_frame): Delete function.
10211         * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10212         generic_pop_current_frame.
10213         * v850-tdep.c (v850_pop_frame): Update.
10214         * mcore-tdep.c (mcore_pop_frame): Update.
10215         * sh64-tdep.c (sh64_pop_frame): Update.
10216         * h8300-tdep.c (h8300_pop_frame): Update.
10217
10218 2004-03-22  Andrew Cagney  <cagney@redhat.com>
10219
10220         * frame.h (deprecated_pc_in_call_dummy): Rename
10221         generic_pc_in_call_dummy.
10222         * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10223         * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10224         generic_pc_in_call_dummy.
10225         (pc_in_dummy_frame): Make static.
10226         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10227         * gdbarch.h, gdbarch.c: Re-generate.
10228         * dummy-frame.c (dummy_frame_sniffer): Simplify.
10229         * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10230         (legacy_get_prev_frame): Ditto.
10231         * inferior.h: Delete reference to generic_pc_in_call_dummy in
10232         comment.
10233
10234 2004-03-21  Andrew Cagney  <cagney@redhat.com>
10235
10236         * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10237         declaration and out-of-date comment.
10238         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10239         Delete function.
10240         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10241         deprecated_pc_in_call_dummy.
10242
10243         * infrun.c (handle_inferior_event): For non legacy frames, use the
10244         frame ID and frame type to identify a signal trampoline.  Update
10245         comments.
10246
10247 2004-03-21  Nathan J. Williams  <nathanw@wasabisystems.com>
10248
10249         * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10250         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10251
10252 2004-03-21  Andrew Cagney  <cagney@redhat.com>
10253
10254         * frame-unwind.h: Update copyright.
10255         (struct frame_data): Add opaque declaration.
10256         (frame_sniffer_ftype): Declare.
10257         (struct frame_unwind): Add "unwind_data" and "sniffer".
10258         (frame_unwind_register_unwinder): Declare.
10259         (frame_unwind_find_by_frame): Add parameter "this_cache".
10260         * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10261         (legacy_get_prev_frame, legacy_get_prev_frame)
10262         (get_frame_type): Pass the prologue_cache to
10263         frame_unwind_find_by_frame.
10264         * frame-unwind.c (struct frame_unwind_table_entry): Add field
10265         "unwinder".
10266         (frame_unwind_register_unwinder): New function.
10267         (frame_unwind_find_by_frame): Handle an unwind sniffer.
10268
10269 2004-03-20  Paul Hilfinger  <hilfingr@nile.gnat.com>
10270
10271         * bcache.c (print_percentage): Use floating point to avoid
10272         incorrect results when portion*100 overflows.
10273
10274 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
10275
10276         * ppc_tdep.h (ppc_linux_frame_saved_pc)
10277         (ppc_linux_init_extra_frame_info)
10278         (ppc_linux_frameless_function_invocation)
10279         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10280         (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10281         (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10282         (rs6000_frame_chain): Delete declarations.
10283         * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10284         (ppc_linux_init_extra_frame_info)
10285         (ppc_linux_frameless_function_invocation)
10286         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10287         (ppc_linux_init_abi): Remove registration of above deleted functions.
10288         * rs6000-tdep.c (rs6000_init_extra_frame_info)
10289         (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10290         (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10291         (rs6000_pop_frame, rs6000_frameless_function_invocation)
10292         (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10293         (rs6000_gdbarch_init): Remove registration of above deleted functions.
10294         Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10295         rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10296         frame management for all OSABIs.
10297
10298 2004-03-19  Andrew Cagney  <cagney@redhat.com>
10299
10300         Committed by Kevin Buettner <kevinb@redhat.com>.
10301
10302         * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10303         Update copyright.
10304         (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10305         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10306         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10307         (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10308         unwinders.  #ifdef legacy frame code.
10309         * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10310         "frame-base.h".
10311         (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10312         (struct rs6000_frame_cache, rs6000_frame_cache)
10313         (rs6000_frame_this_id, rs6000_frame_prev_register)
10314         (rs6000_frame_sniffer, rs6000_frame_unwind)
10315         (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10316         (rs6000_frame_base): Implement a traditional frame unwinder.
10317         (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10318         frame unwinder.
10319
10320 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
10321
10322         * breakpoint.c (adjust_breakpoint_address): Don't adjust
10323         breakpoint address for watchpoints or the catch eventpoints.
10324         Add new paramter ``bptype''.  Adjust all callers.
10325
10326 2004-03-19  Andrew Cagney  <cagney@redhat.com>
10327
10328         * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10329
10330         * PROBLEMS: Delete note that ARM does not use frame code, problem
10331         fixed.
10332
10333 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10334
10335         * stack.c (return_command): Delete code wrapped in #ifdef
10336         DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10337
10338         * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10339
10340 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10341
10342         * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10343         DEPRECATED_IN_SIGTRAMP.
10344         * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10345         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10346         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10347         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10348         * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10349         * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10350         * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10351         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10352         * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10353         * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10354
10355 2004-03-18  Andrew Cagney  <cagney@redhat.com>
10356
10357         * frame-base.c: Update copyright.  Include "gdb_obstack.h".
10358         (struct frame_base_table_entry): Define.
10359         (struct frame_base_table): Re-implement as a linked list.
10360         (frame_base_init): Re-implement.
10361         (frame_base_table): Delete function.
10362         (append_predicate): Delete function.
10363         (frame_base_append_sniffer): Update.
10364         (frame_base_set_default): Update.
10365         (frame_base_find_by_frame): Update.
10366         (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10367         * Makefile.in (frame-base.o): Update dependencies.
10368
10369 2004-03-17  Andrew Cagney  <cagney@redhat.com>
10370
10371         * frame.c (legacy_get_prev_frame): Pass correct frame to
10372         frame_unwind_find_by_frame.
10373
10374 2004-03-17  David Carlton  <carlton@kealia.com>
10375
10376         * NEWS: Mention C++ nested types and namespaces
10377
10378 2004-03-16  Michael Chastain  <mec.gnu@mindspring.com>
10379
10380         * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10381         and "Regressions since gdb 5.3.".  Add known regressions since
10382         gdb 6.0.
10383
10384 2004-03-16  David Carlton  <carlton@kealia.com>
10385
10386         * dwarf2read.c (process_structure_scope): Process children even
10387         when we're a declaration.
10388
10389 2004-03-16  Andrew Cagney  <cagney@redhat.com>
10390
10391         * symtab.h (find_pc_sect_partial_function): Delete declaration.
10392         * blockframe.c (find_pc_partial_function)
10393         (find_pc_sect_partial_function): Merge into a single
10394         find_pc_partial_function.
10395
10396 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
10397
10398         * i386bsd-nat.c: s/regno/regnum/g.
10399         (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10400         FP0_REGNUM.
10401         (store_inferior_registers): Likewise.
10402
10403 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
10404
10405         * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10406         of i387_fill_fsave.
10407         (store_inferior_registers): Call i387_collect_fsave and
10408         i387_collect_fxsave instead of i387_fill_fsave and
10409         i387_fill_fxsave.
10410
10411 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10412
10413         * Makefile.in (frame-unwind.o): Update dependencies.
10414         * frame-unwind.c: Include "gdb_obstack.h".
10415         (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10416         parameter.
10417         (append_predicate): Delete function.
10418         (struct frame_unwind_table_entry): New structure.
10419         (struct frame_unwind_table): Replace "sniffer" with "head" and
10420         "tail".
10421         (frame_unwind_append_sniffer): Update.
10422         (frame_unwind_find_by_frame): Update.
10423         (_initialize_frame_unwind): Registe frame_unwind_init using
10424         gdbarch_data_register_pre_init.
10425
10426 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10427
10428         * i386bsd-nat.c: Update copyright year.
10429         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10430         define unconditionally.
10431
10432 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10433
10434         * i387-tdep.h (i387_collect_fsave): New prototype.
10435         * i387-tdep.c (i387_collect_fsave): New function containing most
10436         of the code from i387_fill_fsave.
10437         (i387_fill_fsave): Call i387_collect_fsave.
10438
10439 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
10440
10441         * i386-linux-tdep.c: Update copyright year.
10442         (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10443         (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10444         svr4_ilp32_link_map_offsets instead of
10445         i386_linux_svr4_fetch_link_map_offsets.
10446
10447 2004-03-15  David Carlton  <carlton@kealia.com>
10448
10449         Fix for PR c++/1553:
10450         * dwarf2read.c (read_structure_type): Determine type name by
10451         calling determine_class_name.
10452         (determine_class_name): New.
10453         (determine_prefix): Look at TYPE_TAG_NAME and call
10454         determine_class_name when appropriate.
10455         (determine_prefix_aux, class_name): Delete.
10456         (read_namespace): Set die->type.
10457
10458 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10459
10460         * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10461         unused macro definition.  The definition in target.h (or perhaps
10462         elsewhere) takes precedence.
10463
10464 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10465
10466         * ppc-tdep.h: Update copyright.
10467         (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10468         function signatures to match "regsets.h".
10469         * ppc-linux-tdep.c: Include "regset.h".
10470         (ELF_GREGSET_SIZE): Delete.
10471         (right_supply_register): New function.
10472         (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10473         using right_supply_register.
10474         (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10475         functions.
10476         (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10477         (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10478         (_initialize_ppc_linux_tdep): Do not register
10479         ppc_linux_regset_core_fns.
10480         (ppc_linux_regset_from_core_section): Replace
10481         fetch_core_registers.
10482         (ppc_linux_regset_core_fns): Delete.
10483         * ppc-linux-nat.c: (right_fill_reg): New function.
10484         (supply_gregset): Update call to ppc_linux_supply_gregset.
10485         (fill_gregset): Clear the register set, use right_fill_reg.
10486         (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10487         (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10488
10489         * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10490         unsigned.
10491
10492 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10493
10494         * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10495         (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10496         (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10497         and register_gdbarch_data.
10498         (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10499         (struct gdbarch_data): Replace "init" by "pre_init" and
10500         "post_init".
10501         * gdbarch.h, gdbarch.c: Re-generate.
10502         * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10503         with"obstack", use OBSTACK_ZALLOC.
10504         (dwarf2_frame_ops): Delete.
10505         (dwarf2_frame_set_init_reg): Use gdbarch_data.
10506         (dwarf2_frame_init_reg): Use gdbarch_data.
10507         (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10508         * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10509         (_initialize_svr4_solib): Update.
10510         * user-regs.c (_initialize_user_regs): Update.
10511         * reggroups.c (_initialize_reggroup): Update.
10512         * regcache.c (_initialize_regcache): Update.
10513         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10514         * libunwind-frame.c (_initialize_libunwind_frame): Update.
10515         * gnu-v3-abi.c (init_gnuv3_ops): Update.
10516         * frame-unwind.c (_initialize_frame_unwind): Update.
10517         * frame-base.c (_initialize_frame_base): Update.
10518         * user-regs.c (user_reg_add): Update.
10519         * reggroups.c (reggroup_add): Update.
10520         * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10521         * libunwind-frame.c (libunwind_frame_set_descr): Update.
10522         * frame-unwind.c (frame_unwind_append_sniffer): Update.
10523         * frame-base.c (frame_base_table): Update.
10524         * remote.c (_initialize_remote): Update.
10525         * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10526
10527 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10528
10529         * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10530
10531 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10532
10533         * Makefile.in (frv-linux-tdep.o): Add dependencies.
10534         * frv-linux-tdep.c: New file.
10535         * frv-tdep.c (struct gdbarch_tdep): Add new field
10536         ``sigcontext_reg_addr''.
10537         (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10538         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10539         (frv_sigramp_frame_sniffer): New functions.
10540         (frv_sigtramp_frame_unwind): New static global.
10541         (frv_gdbarch_init): Hook in ABI-specific overrides.  Hook up frame
10542         sniffers.
10543         * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10544         * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10545
10546 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10547
10548         * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10549         but not via a call to error(), when unable to read memory.
10550
10551 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
10552
10553         * frv-tdep.c (frv_call_dummy_words): Delete.
10554         (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10555
10556 2004-03-15  Andrew Cagney  <cagney@redhat.com>
10557
10558         * infrun.c (handle_step_into_function, step_over_function): Only
10559         update and use STEP_FRAME_ID when the system is using legacy
10560         frames.  Update comments.
10561
10562 2004-03-14  Mark Kettenis  <kettenis@gnu.org>
10563
10564         * amd64-linux-tdep.h: Remove file.
10565         * amd64-linux-tdep.c: Don't include "inferior.h" and
10566         "amd64-linux-tdep.h".  Include "frame.h" and "solib-svr4.h".
10567         (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10568         (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10569         (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10570         (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10571         macros.
10572         (user_to_gdb_regmap): Remove variable.
10573         (amd64_linux_gregset_reg_offset): New variable.
10574         (amd64_core_fns): Remove variable.
10575         (fetch_core_registers): Remove function.
10576         (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10577         functions.
10578         (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10579         * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10580         * Makefile.in (amd64_linux_tdep_h): Remove.
10581         (amd64-linux-nat.o): Update dependencies.
10582         (amd64-linux-tdep.o): Update dependencies.
10583
10584         * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10585         (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10586         functions.
10587         (fetch_inferior_registers, store_inferior_registers): Rewrite.
10588
10589         * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10590         * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10591
10592 2004-03-14  Daniel Jacobowitz  <drow@mvista.com>
10593
10594         * dwarf2read.c (read_structure_type): Rename from
10595         read_structure_scope.  Don't create a symbol or call process_die.
10596         Return immediately if die->type is set.  Call read_type_die before
10597         dwarf2_add_member_fn.
10598         (process_structure_scope): New function.
10599         (read_enumeration_type, process_enumeration_scope): New functions,
10600         broken out from read_enumeration.  Don't create the enumeration
10601         type if it has already been created.
10602         (read_enumeration): Removed.
10603         (process_die): Call read_structure_type, process_structure_scope,
10604         read_enumeration_type, and process_enumeration_scope.  Just call
10605         new_symbol for base and subrange types.  Add a comment about other
10606         type dies.
10607         (read_type_die): Call read_enumeration_type.
10608         (add_partial_structure, new_symbol): Update comments.
10609
10610 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
10611
10612         * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10613
10614 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
10615
10616         * tui/tui-win.h (tui_get_cmd_list): Declare.
10617         * tui/tui-win.c (tui_command): New function.
10618         (tui_get_cmd_list): New function.
10619         (_initialize_tui_win): Moved initialization of tui command in
10620         tui_get_cmd_list.
10621
10622         * tui/tui-data.c (init_content_element): Setup new data members.
10623         (init_win_info): Likewise.
10624         (free_content_elements): Free it.
10625         * tui/tui-data.h (struct tui_data_element): Store the register
10626         content to print.
10627         (struct tui_data_info): Keep the current register group.
10628
10629         * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10630
10631         * tui/tui-regs.h (tui_show_registers): Update prototype.
10632         (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10633         (tui_resize_all): No need to calculate anything for register window.
10634         * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10635         (tui_set_register_element, tui_set_general_regs_content): Remove.
10636         (tui_set_special_regs_content): Remove.
10637         (tui_set_general_and_special_regs_content): Remove.
10638         (tui_set_float_regs_content): Remove.
10639         (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10640         (tui_set_regs_content): Remove.
10641         (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10642         (tui_v_show_registers_command_support): Remove.
10643         (tui_show_registers): Use a reggroup to specify the registers to show.
10644         (tui_show_register_group): New function.
10645         (tui_display_registers_from): Compute the layout of register window
10646         and refresh with new API; be sure to delete old register windows.
10647         (tui_check_register_values): Update to use tui_get_register and
10648         tui_display_data.
10649         (tui_display_register): Just refresh the register window part.
10650         (tui_register_format): Format registers and save in tui_data_element.
10651         (tui_get_register): New to combine tui_reg_value_has_changed and
10652         tui_get_register_raw_value; fix to use the new gdb API.
10653         (tui_show_float_command): Renamed tui_reg_float_command.
10654         (tui_show_general_command): Renamed tui_reg_general_command.
10655         (tui_show_special_command): Renamed tui_reg_system_command.
10656         (_initialize_tui_regs): Remove unused commands.
10657
10658 2004-03-13  Mark Kettenis  <kettenis@gnu.org>
10659
10660         * NEWS (New native configurations): Mention OpenBSD/amd64.
10661
10662         * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10663         (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10664         Remove defines.
10665         * config/i386/nm-fbsd64.h: Likewise.
10666         * config/i386/nm-obsd.h: Likewise.
10667         * config/sparc/nm-fbsd.h: Likewise.  Update copyright year.
10668         * config/alpha/nm-fbsd.h: Likewise.  Update copyright year.
10669
10670 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
10671
10672         * frv-tdep.c (set_variant_scratch_registers): New function.
10673         * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10674         New constants.
10675
10676         From Richard Sandiford  <rsandifo@redhat.com>:
10677         * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10678
10679 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
10680
10681         * frv-tdep.c, frv-tdep.h  (first_gpr_regnum, sp_regnum, fp_regnum)
10682         (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10683         (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10684         (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10685         (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10686         (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10687         (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10688         (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10689         definitions from frv-tdep.c to frv-tdep.h.
10690
10691 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
10692
10693         Add shared library support for FR-V FDPIC ABI:
10694         * Makefile.in (solib-frv.o): Add dependencies.
10695         * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10696         New functions.
10697         (frv_push_dummy_call): Add support for FDPIC ABI.
10698         (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10699         for FDPIC ABI.
10700         * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10701         (frv_fdpic_find_canonical_descriptor): Declare.
10702         * solib-frv.c: New file.
10703         * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10704         * config/frv/tm-frv.h (solib.h): Include.
10705
10706 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
10707
10708         * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10709         (frv-tdep.o): Update dependencies.
10710         * frv-tdep.h: New file.
10711         * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10712         (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10713         constants.
10714         (struct gdbarch_tdep): Add new member ``frv_abi''.
10715         (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10716         functions.
10717         (new_variant): Set ``frv_abi'' field.
10718         (gdb_arch_init): Detect FDPIC executables.
10719
10720 2004-03-12  Mark Kettenis  <kettenis@gnu.org>
10721
10722         * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10723         wrapper.
10724
10725 2004-03-11  Andrew Cagney  <cagney@redhat.com>
10726
10727         * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10728
10729 2004-03-11  Kevin Buettner  <kevinb@redhat.com>
10730
10731         * solist.h (master_so_list): New function.
10732         * solib.c (master_so_list): Likewise.
10733         * solib-svr4.c (enable_break): Iterate over so_list entries
10734         obtained from master list instead of entries obtained directly
10735         via svr4_current_sos().
10736
10737 2004-03-10  Ben Elliston  <bje@gnu.org>
10738
10739         * MAINTAINERS: Update my mail address.
10740
10741 2004-03-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
10742
10743         * remote-m32r-sdi.c: Support hardware watchpoint.
10744
10745 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10746
10747         * user-regs.c: Update copyright years.
10748         (struct user_regs): Rename to gdb_user_regs.
10749         (append_user_reg, builtin_user_regs, user_regs_init)
10750         (user_reg_add, user_reg_map_name_to_regnum)
10751         (usernum_to_user_reg): Update.
10752
10753 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10754
10755         * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10756         (skip_children): New functions.
10757         (locate_pdi_sibling): Call skip_children.
10758
10759 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10760
10761         * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10762         * gdbtypes.c (check_typedef): Update comments.
10763
10764 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10765
10766         * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10767         (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10768         pointer.  Update comment about comp_unit_head.
10769         (struct abbrev_info): Shorten two int flags.
10770         (dwarf_alloc_abbrev): Take a CU argument.
10771         (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10772         each time through the loop.  Update cleanup argument.
10773         (psymtab_to_symtab_1): Update cleanup call.
10774         (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10775         abbrev_obstack.
10776         (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10777         Just call obstack_free and clear the pointer.
10778
10779 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10780
10781         * infrun.c (handle_inferior_event): Remove short-circuit code for
10782         events in a different thread.
10783
10784 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10785
10786         * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10787         print the whole transfer.
10788         (initialize_targets): Update description of "set debug target".
10789
10790 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
10791
10792         * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10793
10794 2004-03-08  Nathan J. Williams  <nathanw@wasabisystems.com>
10795
10796         * MAINTAINERS (write after approval): Add myself.
10797
10798 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
10799
10800         * sh-tdep.c (sh_print_registers_info): Use for loop.
10801         Don't skip multiple registers when a float register is encountered.
10802
10803 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
10804
10805         Fix PR tdep/1291.
10806         * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10807         to official SH documentation.
10808
10809 2004-03-07  Andrew Cagney  <cagney@redhat.com>
10810
10811         * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10812         unused function.
10813
10814 2004-03-07  Daniel Jacobowitz  <drow@mvista.com>
10815
10816         * arm-tdep.c (thumb_get_next_pc): Handle BX.
10817         (arm_get_next_pc): Handle BX and BLX.
10818
10819 2004-03-07  Andrew Cagney  <cagney@redhat.com>
10820
10821         * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10822         FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10823         HPPA_SP_REGNUM.
10824         (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10825         (hppa_target_read_fp): Delete.
10826         (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10827         register_virtual_size, max_register_raw_size,
10828         max_register_virtual_size, register_byte, register_size,
10829         target_read_fp, fp_regnum, and register_bytes.  Set register_type
10830         instead of register_virtual_type.
10831         (hppa32_register_type, hppa64_register_type): Replace
10832         hppa32_register_virtual_type and hppa64_register_virtual_type.
10833         * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10834         (HPPA_FP_REGNUM): Define.
10835
10836         * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10837
10838         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10839         (pa_do_registers_info): Delete.
10840         * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10841         (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10842         (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10843
10844         * infcall.c (legacy_push_dummy_code): Delete #ifdef
10845         GDB_TARGET_IS_HPPA code.
10846         * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10847         (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10848         (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10849         * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10850         * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10851         (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10852         (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10853         (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10854         (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10855         (hppa_frameless_function_invocation, hppa64_store_return_value)
10856         (hppa_store_struct_return, hppa64_extract_return_value)
10857         (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10858         (hppa32_call_dummy_length, hppa64_call_dummy_length)
10859         (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10860         (find_proc_framesize, deposit_21, restore_pc_queue)
10861         (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10862         (rp_saved, pc_in_linker_stub): Delete.
10863
10864         Unconditionally enable 64-bit frame and ABI code.
10865         * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10866         call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10867         push_dummy_frame, fix_call_dummy, push_arguments,
10868         call_dummy_location, extract_return_value, use_struct_convention,
10869         store_return_value, store_struct_return, saved_pc_after_call,
10870         init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10871         frame_chain, frame_chain_valid, frameless_function_invocation,
10872         frame_saved_pc, and pop_frame.
10873
10874         * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10875         (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10876         (hppa_gdbarch_init): Do not set PC_REGNUM.
10877
10878 2004-03-06  Mark Kettenis  <kettenis@gnu.org>
10879
10880         * config/alpha/tm-fbsd.h: Remove file.
10881         * config/alpha/fbsd.mt: Tweak comment.
10882         (TM_FILE): Set to tm-alpha.h.
10883
10884 2004-03-05  Andrew Cagney  <cagney@redhat.com>
10885
10886         * infrun.c (step_over_function): When non-legacy code, and no
10887         step_frame_id, use the unwinder to get the caller's frame ID.
10888
10889 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
10890
10891         * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
10892         i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
10893         bfd_arch_unknown.  Adjust comment.
10894
10895         * i386-nat.c: Fix typo in comment.  Re-introduce paranoiac.
10896         * i386obsd-tdep.c: Correct spelling in comment.
10897         * i386nbsd-tdep.c: Correct spelling in comment.
10898         * sparc-tdep.c: Correct spelling in comments.
10899
10900 2004-03-05  David Carlton  <carlton@kealia.com>
10901
10902         * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
10903         bug.
10904
10905 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
10906
10907         * sparc-tdep.c: Fix typo in comment.
10908
10909 2004-03-04  J. Brobecker  <brobecker@gnat.com>
10910
10911         * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
10912
10913 2004-03-04  Daniel Jacobowitz  <drow@mvista.com>
10914
10915         * dwarf2read.c: Add comment describing memory lifetimes.
10916         (struct dwarf2_pinfo): Update comment.
10917         (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
10918         (read_enumeration, new_symbol): Don't use obsavestring.
10919
10920 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
10921
10922         * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
10923         instead of amd64_fill_fxsave.
10924         * amd64bsd-nat.c (store_inferior_registers): Likewise.
10925         * amd64fbsd-nat.c (fill_fpregset): Likewise.
10926
10927         * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
10928         Reorganize code a bit.
10929
10930 2004-03-04  Orjan Friberg  <orjanf@axis.com>
10931
10932         * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
10933         when the frame pointer is pushed.  Don't set the frame pointer's
10934         address on the stack unless it's actually located there.
10935         Set the SRP's address on the stack correctly when the PC is still in
10936         the prologue.
10937         (cris_return_value): New function.
10938         (cris_gdbarch_init): Clear deprecated store_return_value,
10939         extract_return_value.
10940
10941 2004-03-02  Jim Blandy  <jimb@redhat.com>
10942
10943         * stabsread.c (reg_value_complaint): The maximum register number
10944         is one less than the number of registers.
10945
10946 2004-03-02  Andrew Cagney  <cagney@redhat.com>
10947
10948         * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
10949         I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM.  Remove
10950         trailing comma and redundant assignment of I386_ST0_REGNUM.
10951         * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
10952         32-bit segment registers.
10953
10954 2004-03-01  Andrew Cagney  <cagney@redhat.com>
10955
10956         * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
10957         use frame_relative_level and get_next_frame.
10958
10959 2004-02-29  Andrew Cagney  <cagney@redhat.com>
10960
10961         * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
10962         (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
10963         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
10964         Delete macro.
10965
10966 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
10967
10968         * inflow.c (terminal_inferior): Don't give up the terminal if we
10969         previously couldn't get the inferior's terminal state.
10970
10971 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
10972
10973         * regcache.c (read_pc_pid): Restore inferior_ptid after reading
10974         PC_REGNUM.
10975
10976 2004-02-28  Andrew Cagney  <cagney@redhat.com>
10977
10978         * NEWS: Refer to GDB 6.1.
10979         * README: Refer to GDB 6.1.
10980         * PROBLEMS: Refer to GDB 6.1.
10981
10982 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
10983
10984         * thread-db.c (disable_thread_signals): Remove unused function.
10985
10986 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
10987
10988         * amd64-nat.c: Include "gdb_string.h".
10989         (amd64_collect_native_gregset): Zero-extend the 32-bit
10990         general-purpose registers and %eip.
10991
10992         * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
10993         * amd64-tdep.c (amd64_collect_fxsave): New function.
10994         (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
10995
10996         * i387-tdep.h: Update copyright year.
10997         (i387_collect_fxsave): New prototype.
10998         * i387-tdep.c: Update copyright year.
10999         (i387_collect_fxsave): New function containing most of the code
11000         from i387_fill_fxsave.
11001         (i387_fill_fxsave): Call i387_collect_fxsave.
11002
11003 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11004
11005         * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11006         i386 use PTRACE_GET_THREAD_AREA.  Suggested by Roland McGrath.
11007
11008 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11009
11010         * amd64-tdep.c (amd64_frame_cache): Fix comment.
11011
11012 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11013
11014         * utils.c: Use "", instead of <>, to include readline.
11015         tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11016         * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11017         * source.c, solib.c, exec.c, event-top.c: Ditto.
11018         * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11019         * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11020         * Makefile.in: Update all dependencies.
11021         (readline_tilde_h, readline_history_h): Define.
11022         (readline_headers): Delete.
11023
11024 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11025
11026         * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11027         "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11028         "config/i386/tm-lx64.h".
11029
11030         * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11031         "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c".  Remove
11032         rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11033
11034 2004-02-28  Andrew Cagney  <cagney@redhat.com>
11035
11036         * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11037
11038         * breakpoint.c (_initialize_breakpoint): Use
11039         "add_setshow_auto_boolean_cmd.  Better word-wrap help messages.
11040         Add help to show command.
11041
11042 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
11043
11044         * i386-nat.c: Reformat to be closer to coding standards.
11045         (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11046         `retval'.  Make variables `align' and `size' local to while-loop.
11047         (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11048         (_initialize_i386_nat): New prototype.
11049
11050         * tui/tui.c: Include <readline/readline.h> instead of
11051         "readline/readline.h".  Include it after <term.h> and
11052         "gdb_curses.h".
11053
11054 2004-02-27  Andrew Cagney  <cagney@redhat.com>
11055
11056         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11057         the new frame unwind code.
11058         (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11059         (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11060         PCOQ_HEAD_REGNUM.
11061
11062         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11063         "return_value" and "push_dummy_call".
11064         (hppa32_use_struct_convention): Delete unused function.
11065         (hppa32_store_return_value): Delete unused function.
11066         (hppa32_extract_return_value): Delete unused function.
11067         (hppa32_stack_align): Delete function.
11068
11069 2004-02-27  Eli Zaretskii  <eliz@elta.co.il>
11070
11071         * coffread.c (enter_linenos): Don't let rawptr reference memory
11072         outside linetab[]'s limits.
11073
11074 2004-02-27  Andrew Cagney  <cagney@redhat.com>
11075
11076         * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11077         inferior stack space - the stack needs to grow upwards.
11078         (hppa32_frame_align): New function.
11079         (hppa64_frame_align): Replace hppa_frame_align.
11080         (hppa_gdbarch_init): Update.
11081
11082 2004-02-26  Orjan Friberg  <orjanf@axis.com>
11083
11084         * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11085         (dwarf2-frame.h): Include.
11086         (enum cris_regnums): New enum CRIS_FP_REGNUM.
11087         Remove static variables related to ABI setting.
11088         (struct gdbarch_tdep): Remove cris_abi member.
11089         (struct frame_extra_info): Remove.
11090         (cris_unwind_cache, stack_item): New structs.
11091         (cris_frame_unwind, cris_frame_base): New variables.
11092         (push_stack_item, pop_stack_item)
11093         (cris_frame_unwind_cache, cris_frame_this_id)
11094         (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11095         (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11096         (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11097         (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11098         (cris_reg_struct_has_addr): New functions.
11099         (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11100         (cris_frame_saved_pc, cris_saved_pc_after_call,
11101         (cris_store_struct_return, cris_frameless_function_invocation)
11102         (cris_pop_frame, cris_skip_prologue_main)
11103         (cris_abi_original_store_return_value)
11104         (cris_abi_v2_store_return_value)
11105         (cris_abi_original_extract_return_value)
11106         (cris_abi_v2_extract_return_value)
11107         (cris_abi_original_reg_struct_has_addr)
11108         (cris_abi_v2_reg_struct_has_addr)
11109         (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11110         (cris_push_return_address, cris_abi_update): Remove.
11111         (_initialize_cris_tdep): Remove ABI command.
11112         (cris_dump_tdep): Ditto.
11113         (cris_gdbarch_init): Remove ABI command.
11114         Set store_return_value, extract_return_value, push_dummy_code,
11115         push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11116         frame_unwind_append_sniffer, frame_base_set_default.
11117         Clear deprecated init_frame_pc, push_arguments, store_return_value,
11118         extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11119         sizeof_call_dummy_words, get_saved_register, push_return_address,
11120         pop_frame, store_struct_return, frame_init_saved_regs,
11121         init_extra_frame_info, frameless_function_invocation, frame_chain,
11122         frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11123         dummy_write_sp.
11124
11125 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11126
11127         * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11128         * valprint.c (print_hex_chars): Change from static to external.
11129         (print_char_chars): New function.
11130         * printcmd.c (print_scalar_formatted): For integer and enum types
11131         that are longer than LONGEST, perform processing via appropriate
11132         print_*_chars routines.
11133
11134 2004-02-26  Andrew Cagney  <cagney@redhat.com>
11135
11136         * Makefile.in: Update dependencies.
11137         Changes from Ulrich Weigand,
11138         * s390-tdep.c: Include "dwarf2-frame.h".
11139         (s390_dwarf2_frame_init_reg): New function.
11140         (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11141         dwarf2_frame_base_sniffer.  Call dwarf2_frame_set_init_reg.
11142
11143 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
11144
11145         * breakpoint.c (pending_break_support): New setting variable.
11146         (break_command_1): Account for pending_break_support setting
11147         when creating pending breakpoints.
11148         (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11149         (_initialize_breakpoint): Add "set breakpoint pending" and
11150         "show breakpoint pending" commands.
11151
11152 2004-02-26  Andrew Cagney  <cagney@redhat.com>
11153
11154         Fix PR i18n/1570.
11155         * charset.c (backslashable, backslashed, represented): Remove 'e'
11156         from list of escaped characters, not part of ISO-C.
11157
11158 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11159
11160         From Peter Schauer <schauer@pdf.de>:
11161         * tui/tui.c: Move system header includes after local includes.
11162         Fixes a build failure on solaris systems.
11163
11164 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11165
11166         * configure.in: Refine the previous change.
11167         * configure: Regenerate.
11168
11169 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
11170
11171         * amd64-tdep.h: Renamed from x86-64-tdep.h.
11172         * amd64-tdep.c: Renamed from x86-64-tdep.c.  Include
11173         "amd64-tdep.h" instead of "x86-64-tdep.h".
11174         * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11175         * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11176         * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c.  Include
11177         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11178         and "x86-64-tdep.c".
11179         * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c.  Include
11180         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11181         and "x86-64-tdep.c".
11182         * amd64bsd-nat.c: Update copyright year.
11183         Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11184         * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11185         "x86-64-tdep.h".
11186         * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11187         "x86-64-tdep.h".
11188         * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11189         "x86-64-tdep.h".
11190         * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11191         "x86-64-tdep.h".
11192         * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11193         "x86-64-tdep.h".
11194         * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11195         "x86-64-tdep.h".
11196         * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11197         * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11198         * Makefile.in (amd64_linux_tdep_h): Renamed from
11199         x86_64_linux_tdep_h.
11200         (amd64_tdep_h): Renamed from x86_64_tdep_h.
11201         (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11202         (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11203         (amd64obsd-tdep.o): Update dependencies.
11204         (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11205         dependencies.
11206         (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11207         dependencies.
11208         (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11209         amd64-linux-nat.c amd64-linux-tdep.c.
11210         * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11211         * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11212         * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11213         (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11214         amd64-tdep.o and amd64-linux-tdep.o.
11215         (TM_FILE): Set to tm-linux64.h.
11216         * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11217         (NAT_FILE): Set to nm-linux64.h.
11218         (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11219         * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11220         amd64-tdep.o.
11221         * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11222         amd64-tdep.o.
11223         * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11224         amd64-tdep.o.
11225
11226 2004-02-25  Roland McGrath  <roland@redhat.com>
11227
11228         * remote.c (remote_protocol_qPart_auxv): New variable.
11229         (init_all_packet_configs): Initialize it.
11230         (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11231         (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11232         (show_remote_cmd): Call it.
11233         (_initialize_remote): Initialize commands.
11234         (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11235         service TARGET_OBJECT_AUXV requests.
11236
11237 2004-02-25  J. Brobecker  <brobecker@gnat.com>
11238
11239         * configure.in: Make sure that the wborder function is available.
11240         Otherwise, search for it in the cur_colr library.
11241         * configure: Regenerate.
11242
11243 2004-02-25  Andrew Cagney  <cagney@redhat.com>
11244
11245         * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11246
11247 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
11248
11249         * config/i386/tm-x86-64linux.h: Tweak comments.
11250
11251 2004-02-25  Richard Sandiford  <rsandifo@redhat.com>
11252
11253         * MAINTAINERS: Add self to write-after-approval list.
11254
11255 2004-02-25  Andrew Cagney  <cagney@redhat.com>
11256
11257         PR cli/1566.  Problem found, and fix suggested by David Allan.
11258         * cli/cli-script.c (execute_control_command): Unconditionally
11259         install a cleanup.  Default "ret" to "invalid_control".  Use
11260         "break" instead of "return" to escape from the switch.
11261
11262 2004-02-24  J. Brobecker  <brobecker@gnat.com>
11263
11264         * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11265         with the lines macro defined in term.h on AiX.
11266         * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11267         a collision with the label_width macro defined in term.h on AiX.
11268
11269 2004-02-23  David Mosberger  <davidm@hpl.hp.com>
11270
11271         Committed by Kevin Buettner <kevinb@redhat.com>.
11272
11273         * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11274         * ia64-tdep.c (ia64_write_pc): Make it a global function.
11275         (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11276         instead of ia64_write_pc().
11277         * ia64-linux-tdep.c (regcache.h): Include.
11278         (ia64_linux_write_pc): New function.
11279
11280 2004-02-23  Roland McGrath  <roland@redhat.com>
11281
11282         * auxv.c (info_auxv_command): Fix typos in error messages.
11283
11284 2004-02-23  Mark Kettenis  <kettenis@gnu.org>
11285
11286         * x86-64-tdep.h: Tweak comment.
11287         (enum amd64_regnum): New.
11288         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11289         (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11290         (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11291         (X86_64_XMM1_REGNUM): Removed.
11292         (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11293         (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11294         prototypes for renamed functions.
11295         * x86-64-tdep.c: Fix typo.
11296         (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11297         register numbers.
11298         (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11299         Use constants from `enum amd64_regnum' for register numbers.
11300         (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11301         (amd64_analyze_prologue, amd64_frame_cache,
11302         amd64_sigtramp_frame_cache): Use constants from `enum
11303         amd64_regnum' for register numbers.
11304         (amd64_supply_fpregset): Adjust for renamed functions.
11305         (amd64_init_abi): Rename from x86_64_init_abi.  Use constants from
11306         `enum amd64_regnum' for register numbers.
11307         (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11308         (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11309         (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11310         * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11311         (amd64_linux_fill_gregset): Adjust for renamed macros.
11312         (fetch_core_registers): Adjust for renamed functions.
11313         (amd64_linux_init_abi): Adjust for renamed functions.
11314         * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11315         renamed functions.
11316         * amd64-nat.c: Adjust for renamed macros.
11317         * amd64bsd-nat.c (fetch_inferior_registers)
11318         (store_inferior_registers): Use constants from `enum amd64_regnum'
11319         for register numbers.  Adjust for renamed variables.
11320         * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11321         renamed variables.
11322         (_initialize_amd64fbsd_nat): Use constants from `enum
11323         amd64_regnum' for register numbers.
11324         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11325         `enum amd64_regnum' for register numbers.
11326         (amd64fbsd_init_abi): Adjust for renamed functions.
11327         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11328         `enum amd64_regnum' for register numbers.
11329         (amd64nbsd_init_abi): Adjust for renamed functions.
11330         (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11331         * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11332         `enum amd64_regnum' for register numbers.
11333         (amd64obsd_init_abi): Adjust for renamed functions.
11334         (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11335
11336 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11337
11338         * breakpoint.c (print_one_breakpoint): Do not output spaces
11339         after printing <PENDING> for a pending breakpoint.
11340
11341 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11342
11343         * printcmd.c (print_scalar_formatted): Initialize val_long
11344         to remove compiler warning message.
11345
11346 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
11347
11348         * defs.h (nquery, yquery): New prototypes.
11349         * breakpoint.c (break_command_1): Use new nquery interface.
11350         * utils.c (defaulted_query, nquery, yquery): New functions.
11351
11352 2004-02-23  Andrew Cagney  <cagney@redhat.com>
11353
11354         * hppa-tdep.c (hppa_frame_align): New function.
11355         (hppa32_push_dummy_call): New function.
11356         (hppa64_push_dummy_call): New function.
11357         (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11358         disabled.
11359
11360         * infcall.c (legacy_push_dummy_code): Don't call deprecated
11361         FIX_CALL_DUMMY when push_dummy_call is available.
11362         (call_function_by_hand, push_dummy_code): Ditto.
11363
11364 2004-02-22  Andrew Cagney  <cagney@redhat.com>
11365
11366         * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11367         (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11368         (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11369         * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11370         use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11371         call_dummy_location to ON_STACK.
11372
11373 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
11374
11375         * x86-64-linux-tdep.c: Tweak comment.
11376         (amd64_linux_supply_gregset): Renamed from
11377         x86_64_linux_supply_gresget.
11378         (amd64_linux_fill_gregset): Renamed from
11379         x86_64_linux_fill_gregset.
11380         (fetch_core_registers): Adjust for renamed functions.
11381         (amd64_core_fns): Renamed from x86_64_core_fns.
11382         (amd64_linux_sigtramp_start): Renamed from
11383         x86_64_linux_sigtramp_start.
11384         (amd64_linux_pc_in_sigtramp): Renamed from
11385         x86_64_linux_pc_in_sigtramp.  Adjust for renamed functions.
11386         (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11387         X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11388         (amd64_linux_sigcontext_addr): Renamed from
11389         x86_64_linux_sigcontext_addr.
11390         (amd64_linux_sc_reg_offset): Renamed from
11391         x86_64_linux_sc_reg_offset.
11392         (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11393         Adjust for renamed functions and variables.
11394         (_initialize_amd64_linux_tdep): Renamed from
11395         _initialize_x86_64_linux_tdep.  Adjust for renamed functions and
11396         variables.
11397         * x86-64-linux-tdep.h: Update copyright year.  Tweak comment.
11398         Adjust for renamed functions.
11399
11400         * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11401         from x86_64_linux_gregset64_reg_offset.
11402         (amd64_linux_gregset32_reg_offset): Rename from
11403         x86_64_linux_gregset64_reg_offset.
11404         (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11405         (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11406         (amd64_linux_dr_set_control): Renamed from
11407         x86_64_linux_dr_set_control.  Adjust for renamed functions.
11408         (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11409         Adjust for renamed functions.
11410         (amd64_linux_dr_reset_addr): Renamed from
11411         x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11412         (amd64_linux_dr_get_status): Renamed from
11413         x86_64_linux_dr_get_status.  Adjust for renamed functions.
11414         (_initialize_amd64_linux_nat): Renamed from
11415         _initialize_x86_64_linux_nat.  Adjust for renamed variables and
11416         functions.
11417         * config/i386/nm-x86-64linux.h: Update copyright year.
11418         Adjust for renamed functions.
11419
11420         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11421         amd64fbsd_sigtramp_start.
11422         (amd64fbsd_sigtramp_end_addr): Renamed from
11423         amd64fbsd_sigtramp_end.
11424         (amd64fbsd_init_abi): Adjust for renamed variables.
11425         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11426         variables.
11427         * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11428         amd64fbsd_sigtramp_start.
11429         (amd64fbsd_sigtramp_end_addr): Renamed from
11430         amd64fbsd_sigtramp_end.
11431
11432 2004-02-22  Andrew Cagney  <cagney@redhat.com>
11433
11434         * hppa-tdep.c (hppa32_return_value): New function.
11435         (hppa64_return_value): New function.
11436         (hppa_gdbarch_init): Set return_value; keep disabled.
11437
11438         * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11439         struct-return and inferior function call methods.
11440
11441         * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11442         "frame-base.h".
11443         (struct hppa_frame_cache): Define.
11444         (hppa_frame_cache, hppa_frame_this_id): New functions.
11445         (hppa_frame_prev_register): New function.
11446         (hppa_frame_unwind, hppa_frame_base): New variables.
11447         (hppa_frame_unwind_sniffer): New function.
11448         (hppa_frame_base_address, hppa_unwind_pc): New function.
11449         (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11450         sniffer, and frame base sniffer; keep disabled.
11451         (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11452         * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11453
11454         * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11455         to predicates for "seriously old code".
11456
11457         * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11458         runtime if(0).
11459
11460         * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11461         unsigned.
11462         (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11463
11464         * config/pa/tm-hppa.h: Update copyright.
11465         (DEPRECATED_INIT_FRAME_PC): Delete macro.
11466         (deprecated_init_frame_pc_default): Delete declaration.
11467         (hppa_frame_init_saved_regs): Delete declaration.
11468         (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11469         * hppa-tdep.c: Include "arch-utils.h".
11470         (hppa_gdbarch_init): Set deprecated init_frame_pc
11471         and deprecated frame_init_saved_regs.
11472         (hppa_frame_init_saved_regs): Make static.
11473
11474 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
11475
11476         Remove old 386BSD support.
11477         * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11478         * configure.host: Remove i[34567]86-*-bsd*.
11479         * configure.tgt: Remove i[34567]86-*-bsd*.
11480         * i386b-nat.c: Removed.
11481         * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11482         (i386b-nat.o): Remove dependencies.
11483
11484         * config/i386/i386bsd.mh: Removed.
11485         * config/i386/i386bsd.mt: Removed.
11486         * config/i386/nm-i386bsd.h: Removed.
11487         * config/i386/tm-i386bsd.h: Removed.
11488         * config/i386/xm-i386bsd.h: Removed.
11489
11490         * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11491
11492         * amd64fbsd-tdep.c: Include "solib-svr4.h".
11493         (amd64fbsd_init_abi): Set link map offsets.
11494         * amd64nbsd-tdep.c: Include "slib-svr4.h".
11495         (amd64nbsd_init_abi): Set link map offsets.
11496         * amd64obsd-tdep.c: Include "solib-svr4.h".
11497         (amd64obsd_init_abi): Set link map offsets.
11498         * i386fbsd-tdep.c: Include "solib-svr4.h".
11499         (i386fbsd_init_abi): Set link map offsets.
11500         * i386nbsd-tdep.c: Include "solib-svr4.h".
11501         (i386nbsdelf_init_abi): Set link map offsets.
11502         * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11503         (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11504         * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11505         solib-legacy.o and core-aout.o. Reformat.
11506         * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11507         solib-svr4.o, solib-legacy.o.  Reformat.
11508         * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o.  Reformat.
11509         * config/i386/nbsdelf.mh: Reformat.
11510         * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11511         solib-svr4.o, solib-legacy.o and corelow.o.
11512         * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11513         * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11514         solib-svr4.o, solib-legacy.o and corelow.o.  Reformat.
11515         * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11516         * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11517         (TM_FILE): Set to tm-fbsd.h.
11518         * config/i386/nbsd.mt (TDEPFILES): Reformat.
11519         * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11520         solib-svr4.o.
11521         * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11522         solib-svr4.o.
11523         (TM_FILE): Set to nm-nbsd.h.
11524         * config/i386/nm-fbsd.h: Update copyright year.  Tweak comments.
11525         Simplify shared library support.  Don't include "elf/common.h".
11526         (SVR4_SHARED_LIBS): Don't define.
11527         * config/i386/nm-fbsd64.h: Update copyright year.  Don't include
11528         "solib.h".
11529         * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11530         config/i386/nm-obsd.h: Update copyright year.  Tweak comments.
11531         * config/i386/tm-fbsd.h: Update copyright tear.  Tweak comments.
11532         Don't include "i386/tm-i386.h".  Include "solib.h".
11533         * config/i386/tm-nbsd.h: Update copyright year.  Tweak comments.
11534         Don't include "i386/tm-i386.h".
11535         * config/i386/xm-i386.h: Update copyright year.  Tweak comments.
11536         * config/i386/xm-nbsd.h: Update copyright year.  Tweak comments.
11537         Include "i386/xm-i386.h".
11538         (HOST_LONG_DOUBLE_FORMAT): Remove.
11539
11540         Fix OpenBSD/i386 sigtramp recognition.
11541         * i386-tdep.h: Update copyright year.
11542         (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11543         (i386bsd_sigtramp_end): New prototypes.
11544         (i386fbsd_sigtramp_start_addr): Renamed from
11545         i386fbsd_sigtramp_start.
11546         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11547         (i386obsd_sigtramp_start_addr): Renamed from
11548         i386obsd_sigtramp_start.
11549         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11550         * i386bsd-tdep.c: Update copyright year.
11551         (i386bsd_pc_in_sigtramp): Make public.
11552         * i386fbsd-nat.c: Update copyright year.
11553         (_initialize_i386fbsd_nat): Adjust for renamed variables.
11554         * i386fbsd-tdep.c: Update copyright year.
11555         (i386fbsd_sigtramp_start_addr): Renamed from
11556         i386fbsd_sigtramp_start.
11557         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11558         (i386fbsdaout_init_abi): Adjust for renamed variables.
11559         * i386obsd-nat.c: Update copyright year.
11560         (_initialize_i386obsd_nat): Adjust for renamed variables.
11561         * i386obsd-tdep.c: Include "target.h".
11562         (i386obsd_page_size): New variable.
11563         (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11564         (i386obsd_sigtramp_end): New functions.
11565         (i386obsd_sigtramp_start_addr): Renamed from
11566         i386obsd_sigtramp_start.
11567         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11568         (i386obsd_init_abi): Adjust for renamed variables.  Set
11569         pc_in_sigtramp, sigtramp_start and sigtramp_end.
11570         * Makefile.in (i386obsd-tdep.o): Update dependencies.
11571
11572         * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11573         trampoline change in OpenBSD kernel.
11574
11575         * amd64-nat.c: Update copyright year.
11576         (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11577         architecture from REGCACHE.
11578
11579         * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11580         symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11581
11582 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
11583
11584         * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11585         i[34567]86-*-openbsd3.[0-3].
11586         * config/i386/obsdaout.mh: New file.
11587
11588         * config/i386/obsd.mh (MH_FLAGS): Remove.
11589
11590         Fix PR build/1549.
11591         * i386obsd-tdep.c: Update copyright years.  Include
11592         "solib-svr4.h".
11593         (i386obsd_init_abi): Don't set regset_from_core_section here.
11594         (i386obsd_aout_init_abi): New function.  Set
11595         regset_from_core_section here.
11596         (i386obsd_elf_init_abi): New function.
11597         (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11598         * Makefile.in (i386obsd-tdep.o): Update dependecies.
11599         * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11600         (TM_FILE): Set to tm-nbsd.h.
11601
11602         * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11603         solib-sunos.o.
11604
11605         * solib-svr4.h: Update copyright year.
11606         (svr4_ilp32_fetch_link_map_offsets)
11607         (svr4_lp64_fetch_link_map_offsets): New prototype.
11608         * solib-svr4.c: Update copyright year.
11609         (svr4_ilp32_fetch_link_map_offsets)
11610         (svr4_lp64_fetch_link_map_offsets): New function.
11611
11612 2004-02-20  Daniel Jacobowitz  <drow@mvista.com>
11613
11614         * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11615         to the partial symbol table.
11616
11617 2004-02-20  J. brobecker  <brobecker@gnat.com>
11618
11619         * PROBLEMS: Add description of problem documented under gdb/1560.
11620
11621 2004-02-20  Mark Kettenis  <kettenis@gnu.org>
11622
11623         * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h".  Fix
11624         comments.
11625         (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11626         functions.
11627         (amd64obsd_init_abi): Reorder initializations.  Use
11628         amd64obsd_r_reg_offset to initialize the general-purpose register
11629         set details.  Set regset_from_core_section.
11630         (_initialize_amd64obsd_tdep): Rename from
11631         _initialize_amd64obsd_ndep.  Add OS ABI handler for core dumps.
11632         * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11633         * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11634
11635         * NEWS (New native configurations): Mention OpenBSD/alpha.
11636         * configure.tgt: Add alpha*-*-openbsd*.
11637         * configure.host: Add alpha*-*-openbsd*.
11638         * alphanbsd-tdep.c: Update copyright year.
11639         (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11640
11641 2004-02-20  Andrew Cagney  <cagney@redhat.com>
11642
11643         Fix PR tdep/1372.
11644         * configure.tgt: Delete target "none-*-*".
11645         * configure.host: Delete host "none-*-*".
11646         * config/none/none.mh: Delete file.
11647         * config/none/none.mt: Delete file.
11648         * config/none/xm-none.h: Delete file.
11649         * config/none/tm-none.h: Delete file.
11650         * config/none/nm-none.h: Delete file.
11651
11652 2004-02-19  Fred Fish  <fnf@redhat.com>
11653
11654         * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11655         cache->uses_fp prior to setting it.
11656
11657 2004-02-19  Fred Fish  <fnf@redhat.com>
11658
11659         Fix for PR breakpoint/1558.
11660         * sh-tdep.c (IS_JSR): New macro.
11661         (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11662
11663 2004-02-19  Jim Blandy  <jimb@redhat.com>
11664
11665         * findvar.c (value_from_register): Doc fix.
11666
11667 2004-02-19  Jeff Johnston  <jjohnstn@redhat.com>
11668
11669         * printcmd.c (print_scalar_formatted): Do not check for sizeof
11670         type being greater than sizeof of host's LONGEST.  Always use
11671         unpack_long() unless format 'f' chosen.
11672
11673 2004-02-19  Joel Brobecker  <brobecker@gnat.com>
11674
11675         Committed by Elena Zannoni  <ezannoni@redhat.com>
11676
11677         * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11678         contains a symbol wich is the best, non-exact match for the given
11679         pc.  Update comments.
11680
11681 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
11682
11683         * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11684         macro, which was part of the now removed Mach 3 port.
11685         * utils.c (request_quit): Ditto.
11686
11687 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
11688
11689         * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11690         "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11691
11692 2004-02-18  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11693
11694         Committed by Mark Kettenis  <kettenis@gnu.org>.
11695
11696         * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11697         Define.
11698
11699 2004-02-18  Andrew Cagney  <cagney@redhat.com>
11700
11701         * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11702         CONFIG_INSTALL and CONFIG_UNINSTALL.
11703         * configure: Re-generate.
11704         * interps.h (INTERP_TUI): Define.
11705         * Makefile.in: Update dependencies.
11706         (TUI): New macro.
11707         (tui-main.o): Specify dependencies.
11708         (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11709         * tui/tui-main.c: New file.
11710
11711 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
11712
11713         * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11714         * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11715         dependencies.
11716         * configure.host: Add x86_64-*-openbsd*.
11717         * configure.tgt: Add x86_64-*-openbsd*.
11718         * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11719
11720         * tui/tui.c: Don't include <malloc.h>.
11721
11722         * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11723         amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11724         amd64nbsd-tdep.c.
11725
11726         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11727         static.  Remove extraneous whitespace.
11728         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11729         static.
11730
11731 2004-02-17  Jim Blandy  <jimb@redhat.com>
11732
11733         * findvar.c (value_from_register): Doc fix.
11734
11735 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11736
11737         Committed by Jim Blandy  <jimb@redhat.com>.
11738
11739         * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11740         CORE_ADDR as type for selectors.  Correct types for GNU run time
11741         message lookup function to use double indirection.
11742         * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11743         * objc-lang.h (lookup_child_selector): Adapt prototype.
11744
11745         * s390-nat.c (SUBOFF): New macro.
11746         (supply_gregset, fill_gregset): Use it to handle debugging
11747         of 32-bit exectuables running under a 64-bit kernel.
11748         * s390-tdep.c: Include "solib-svr4.h".
11749         (s390_svr4_fetch_link_map_offset): New function.
11750         (s390x_svr_fetch_link_map_offset): Likewise.
11751         (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11752         * Makefile.in (s390-tdep.o): Update dependencies.
11753
11754         * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11755         "frame-unwind.h".
11756         (s390_readinstruction): Reformat.  Use read_memory_nobpt.
11757         (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11758         (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11759         (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11760         S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11761         S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11762         S390_SIGNAL_FRAMESIZE,
11763         s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11764         (struct frame_extra_info): Remove.
11765         (s390_memset_extra_info): Remove.
11766         (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11767         (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11768         (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11769         (is_rse): Renamed to ...
11770         (is_rsy): ... this.  Support long displacements.
11771         (is_rxe): Renamed to ...
11772         (is_rxy): ... this.  Support long displacements.
11773         (compute_x_addr): Support long displacements.
11774         (struct s390_prologue_data): New data type.
11775         (s390_on_stack): Change API to use struct s390_prologue_data.
11776         (s390_store): Reimplement.
11777         (s390_load): New function.
11778         (s390_get_signal_frame_info): Remove.
11779         (s390_get_frame_info): Remove, replace by ...
11780         (s390_analyze_prolog): ... this new function.
11781         (s390_check_function_end): Remove.
11782         (s390_function_start): Remove.
11783         (s390_frameless_function_invokation): Remove.
11784         (s390_is_sigreturn): Remove.
11785         (s390_init_frame_pc_first): Remove.
11786         (s390_init_frame_extra_info): Remove.
11787         (s390_frame_init_saved_regs): Remove.
11788         (s390_frame_saved_pc_nofix): Remove.
11789         (s390_frame_saved_pc): Remove.
11790         (s390_frame_chain): Remove.
11791         (s390_fp_regnum, s390_read_fp): Remove.
11792         (s390_pop_frame_regular, s390_pop_frame): Remove.
11793         (s390_saved_pc_after_call): Remove.
11794         (s390_skip_prologue): Reimplement.
11795         (s390_in_function_epilogue_p): Support long displacements.
11796         (struct s390_unwind_cache): New data structure.
11797         (s390_frame_unwind_cache): New function.
11798         (s390_prologue_frame_unwind_cache): Likewise.
11799         (s390_backchain_frame_unwind_cache): Likewise.
11800         (s390_frame_this_id, s390_frame_prev_register): Likewise.
11801         (s390_frame_unwind): Define.
11802         (s390_frame_sniffer): New function.
11803         (struct s390_pltstub_unwind_cache): New data structure.
11804         (s390_pltstub_frame_unwind_cache): New function.
11805         (s390_pltstub_frame_this_id): Likewise.
11806         (s390_pltstub_frame_prev_register): Likewise.
11807         (s390_pltstub_frame_unwind): Define.
11808         (s390_pltstub_frame_sniffer): New function.
11809         (struct s390_sigtramp_unwind_cache): New data structure.
11810         (s390_sigtramp_frame_unwind_cache): New function.
11811         (s390_sigtramp_frame_this_id): Likewise.
11812         (s390_sigtramp_frame_prev_register): Likewise.
11813         (s390_sigtramp_frame_unwind): Define.
11814         (s390_sigtramp_frame_sniffer): New function.
11815         (s390_frame_base_address, s390_local_base_address): New functions.
11816         (s390_frame_base): Define.
11817         (s390_unwind_pc, s390_unwind_sp): New function.
11818         (s390_push_dummy_call): Use new frame base location.
11819         (s390_unwind_dummy_id): Likewise.
11820         (s390_gdbarch_init): Remove calls to:
11821         set_gdbarch_frameless_function_invocation,
11822         set_gdbarch_deprecated_init_frame_pc,
11823         set_gdbarch_deprecated_frame_chain,
11824         set_gdbarch_deprecated_frame_init_saved_regs,
11825         set_gdbarch_deprecated_pop_frame,
11826         set_gdbarch_deprecated_init_extra_frame_info,
11827         set_gdbarch_deprecated_init_frame_pc_first,
11828         set_gdbarch_deprecated_target_read_fp,
11829         set_gdbarch_deprecated_frame_saved_pc,
11830         set_gdbarch_deprecated_saved_pc_after_call,
11831         set_gdbarch_deprecated_fp_regnum.
11832         Add calls to:
11833         set_gdbarch_in_solib_call_trampoline,
11834         frame_unwind_append_sniffer,
11835         frame_base_set_default,
11836         set_gdbarch_unwind_pc,
11837         set_gdbarch_unwind_sp.
11838         * Makefile.in (s390-tdep.o): Update dependencies.
11839
11840         * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11841         (S390_STACK_FRAME_OVERHEAD): Remove.
11842         (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11843         (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11844         (s390_promote_integer_argument): Remove.
11845         (s390_cannot_extract_struct_value_address): Remove.
11846         (s390_use_struct_convention, s390_store_struct_return): Remove.
11847         (s390_extract_return_value, s390_store_return_value): Remove.
11848         (s390_return_value_convention, s390_return_value): New functions.
11849         (is_float_singleton): Handle typedefs.
11850         (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11851         Remove, replace by ...
11852         (s390_function_arg_pass_by_reference, s390_function_arg_float,
11853         s390_function_arg_integer): ... these new functions.
11854         (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11855         (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11856         (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11857         Fill in tdep->abi.
11858         Remove calls to:
11859         set_gdbarch_deprecated_store_struct_return,
11860         set_gdbarch_deprecated_extract_return_value,
11861         set_gdbarch_deprecated_store_return_value,
11862         set_gdbarch_use_struct_convention,
11863         set_gdbarch_extract_struct_value_address,
11864         set_gdbarch_deprecated_pc_in_call_dummy,
11865         set_gdbarch_deprecated_push_arguments,
11866         set_gdbarch_deprecated_save_dummy_frame_tos,
11867         set_gdbarch_deprecated_push_return_address,
11868         set_gdbarch_deprecated_sizeof_call_dummy_words,
11869         set_gdbarch_deprecated_call_dummy_words,
11870         set_gdbarch_deprecated_dummy_write_sp.
11871         Add calls to:
11872         set_gdbarch_push_dummy_call,
11873         set_gdbarch_unwind_dummy_id,
11874         set_gdbarch_return_value.
11875
11876         * config/s390/nm-linux.h: Update comments.
11877         (target_insert_watchpoint, target_remove_watchpoint): Redefine.
11878         (STOPPED_BY_WATCHPOINT): Redefine.
11879         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
11880         (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
11881         (s390_stopped_by_watchpoint): Likewise.
11882         (watch_area_cnt): Remove.
11883         * s390-nat.c: Update comments.
11884         (watch_area): Remove typedef.
11885         Global replace watch_area by struct watch_area.
11886         (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
11887         (s390_stopped_by_watchpoint): Remove pid argument,
11888         use s390_inferior_tid.  Add short-cut for the no watchpoint case.
11889         (s390_fix_watch_points): Remove pid argument,
11890         use s390_inferior_tid.  Recompute area spanned by watchpoints.
11891         (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
11892         argument.  Reimplement.
11893
11894         * config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
11895         (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
11896         (FETCH_INFERIOR_REGISTERS): Define.
11897         * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
11898         core-regset.o.
11899         * config/s390/s390x.mt: Remove.
11900         * config/s390/tm-s390.h: Remove.
11901         * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
11902         (TARGET_ELF64): Remove.
11903         (SKIP_TRAMPOLINE_CODE): Do not undefine.
11904         * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
11905         s390*-*-* case; always set gdb_target to s390.
11906         * regformats/reg-s390.dat: Remove control registers.
11907         * regformats/reg-s390x.dat: Likewise.
11908         * s390-tdep.h: New file.
11909         * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
11910         Include "inferior.h" and "s390-tdep.h".
11911         Remove private definition of offsetof.
11912         (s390_register_u_addr): Remove.
11913         (regmap_gregset, regmap_fpregset): Define.
11914         (supply_gregset, fill_gregset): Reimplement.
11915         (supply_fpregset, fill_fpregset): Likewise.
11916         (s390_inferior_tid): New function.
11917         (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
11918         (fetch_inferior_registers, store_inferior_registers): Likewise.
11919         * s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
11920         of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
11921         Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
11922         Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
11923         (struct gdbarch_tdep): Define.
11924         (struct s390_register_info): Define.
11925         (s390_register_info): New variable.
11926         (s390_register_name): Reimplement.
11927         (s390_register_type): New function.
11928         (s390_register_raw_size, s390x_register_raw_size): Remove.
11929         (s390_cannot_fetch_register): Remove.
11930         (s390_register_byte): Remove.
11931         (s390_register_virtual_type, s390x_register_virtual_type): Remove.
11932         (s390_dwarf_regmap): New variable.
11933         (s390_dwarf_reg_to_regnum): New function.
11934         (s390_stab_reg_to_regnum): Remove.
11935         (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
11936         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
11937         (s390_convert_register_p): Likewise.
11938         (s390_register_to_value, s390_value_to_register): Likewise.
11939         (s390_register_reggroup_p): Likewise.
11940         (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
11941         s390_gregset, s390x_gregset, s390_fpregset): New variables.
11942         (s390_supply_regset, s390_regset_from_core_section): New functions.
11943         (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
11944         (S390_FPR_SIZE): Likewise.
11945         (S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
11946         Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
11947         (S390_NUM_GPRS): Move here from tm-s390.h.
11948         (S390_NUM_FPRS): Likewise.
11949         (s390_in_function_epilogue_p): New function.
11950         (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
11951         Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
11952         (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
11953         Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
11954         Replace S390_FP_REGNUM by S390_SP_REGNUM.
11955         Remove calls to:
11956         set_gdbarch_deprecated_max_register_raw_size,
11957         set_gdbarch_deprecated_max_register_virtual_size,
11958         set_gdbarch_deprecated_register_byte,
11959         set_gdbarch_cannot_fetch_register,
11960         set_gdbarch_cannot_store_register,
11961         set_gdbarch_deprecated_register_size,
11962         set_gdbarch_deprecated_register_raw_size,
11963         set_gdbarch_deprecated_register_virtual_size,
11964         set_gdbarch_deprecated_register_virtual_type,
11965         set_gdbarch_deprecated_register_bytes.
11966         Add calls to:
11967         set_gdbarch_num_pseudo_regs,
11968         set_gdbarch_register_type,
11969         set_gdbarch_convert_register_p,
11970         set_gdbarch_register_to_value,
11971         set_gdbarch_value_to_register,
11972         set_gdbarch_register_reggroup_p,
11973         set_gdbarch_regset_from_core_section,
11974         set_gdbarch_pseudo_register_read,
11975         set_gdbarch_pseudo_register_write,
11976         set_gdbarch_in_function_epilogue_p.
11977         * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
11978         (s390_tdep_h): New variable.
11979
11980 2004-02-17  Jim Blandy  <jimb@redhat.com>
11981
11982         * findvar.c (value_from_register): If the type has no length, just
11983         return an acceptable value --- don't report an internal error.
11984
11985         * stabsread.c (read_type): If we find any type numbers that are
11986         forward references, complain if the references aren't resolved by
11987         the time we're finished reading.
11988         (cleanup_undefined_types): Make error message more appropriate for
11989         a complaint.
11990
11991 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
11992
11993         * Makefile.in (defs_h): Remove dependency on progress_h.
11994         * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
11995         progress.h.
11996         * main.c (captured_main): Delete use of START_PROGRESS and
11997         END_PROGRESS.
11998
11999 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
12000
12001         * objfiles.c (terminate_minimal_symbol_table): Add back
12002         initialization of MSYMBOL_TYPE.
12003
12004 2004-02-17  David Mosberger  <davidm@hpl.hp.com>
12005
12006         Committed by Andrew Cagney.
12007         * Makefile.in (ia64_tdep_h): New macro.
12008         (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12009         (ia64-tdep.o): Likewise.
12010         * ia64-tdep.h: New file.
12011         * ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
12012         (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12013         (ia64_aix_sigcontext_register_address): Likewise.
12014         (ia64_linux_getunwind_table): Delete declaration.
12015         * ia64-linux-tdep.c: Likewise.
12016
12017 2004-02-17  Corinna Vinschen  <vinschen@redhat.com>
12018
12019         * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12020         * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12021         DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12022
12023 2004-02-17  Andrew Cagney  <cagney@redhat.com>
12024
12025         * symtab.c (skip_prologue_using_sal): New function.
12026         * symtab.h (skip_prologue_using_sal): Declare.
12027         * frv-tdep.c: Include "symtab.h".
12028         (skip_prologue_using_sal): Delete function.
12029         * mips-tdep.c (skip_prologue_using_sal): Delete function.
12030         * rs6000-tdep.c (refine_prologue_limit): Mention
12031         skip_prologue_using_sal.
12032         * ia64-tdep.c (refine_prologue_limit): Ditto.
12033         * Makefile.in: Update dependencies.
12034
12035 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12036
12037         * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12038         START_INFERIOR_TRAPS_EXPECTED.
12039         * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12040         START_INFERIOR_TRAPS_EXPECTED.
12041         * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12042         Delete macro.
12043         * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12044         macro, moved to "nm-osf.h".  Update copyright.
12045         * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12046         update copyright.
12047
12048         * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12049         and function replacing FRAMELESS_FUNCTION_INVOCATION.
12050         * blockframe.c (legacy_frameless_look_for_prologue): Rename
12051         frameless_look_for_prologue.
12052         * frame.h (legacy_frameless_look_for_prologue): Rename
12053         frameless_look_for_prologue.
12054         * gdbarch.h, gdbarch.c: Re-generate.
12055         * sh64-tdep.c (sh64_gdbarch_init): Update.
12056         * sh-tdep.c (sh_gdbarch_init): Update.
12057         * s390-tdep.c (s390_gdbarch_init): Update.
12058         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12059         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12060         * m68k-tdep.c (m68k_gdbarch_init): Update.
12061         (delta68_frame_args_address): Update.
12062         * m32r-tdep.c (m32r_gdbarch_init): Update.
12063         * hppa-tdep.c (hppa_gdbarch_init): Update.
12064         * h8300-tdep.c (h8300_gdbarch_init): Update.
12065         * frv-tdep.c (frv_gdbarch_init): Update.
12066         (frv_frameless_function_invocation): Update.
12067         * cris-tdep.c (cris_gdbarch_init): Update.
12068         (cris_frameless_function_invocation): Update.
12069         * avr-tdep.c (avr_gdbarch_init): Update.
12070         * arm-tdep.c (arm_gdbarch_init): Update.
12071         * stack.c (frame_info): Update, call predicate.
12072         * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12073         * frame.c (legacy_get_prev_frame): Update, call predicate..
12074         * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12075         * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12076         * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12077         invocation.
12078         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12079         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12080         * vax-tdep.c (vax_gdbarch_init): Ditto.
12081
12082         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12083         function.
12084
12085 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
12086
12087         * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12088         initializations.
12089
12090 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12091
12092         * tui/tui-windata.c: Include "gdb_string.h".
12093         * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12094         * tui/tui-layout.c, tui/tui-command.c: Ditto.
12095         * Makefile.in: Update dependencies.
12096
12097 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
12098
12099         * Makefile.in (infrun.o): Add $(gdb_assert_h).
12100         * infrun.c: Include "gdb_assert.h".
12101         (singlestep_ptid, saved_singlestep_ptid)
12102         (stepping_past_singlestep_breakpoint): New variables.
12103         (resume): Set singlestep_ptid.  Check for singlestep thread
12104         hop.
12105         (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12106         (handle_inferior_event): Handle singlestep thread hop.
12107
12108 2004-02-16  Andrew Cagney  <cagney@redhat.com>
12109
12110         * dwarf2-frame.c (dwarf2_frame_ops): New function.
12111         (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12112         (dwarf2_frame_init_reg): Ditto.
12113
12114         * printcmd.c (display_command): Check that EXP isn't NULL.  Fix
12115         suggested by Joshua Neuheisel
12116
12117         * configure.in: Always check for curses, including pdcurses.
12118         Warn, instead of error, when no curses are found.  Enable TUI when
12119         curses is available.
12120         * configure: Re-generate.
12121
12122 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
12123
12124         * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12125         sh_sh4_register_convert_to_virtual.
12126         (sh_register_convert_to_raw): Rename from
12127         sh_sh4_register_convert_to_raw.
12128         (sh_pseudo_register_read): Accomodate above name change.
12129         (sh_pseudo_register_write): Ditto.
12130
12131 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
12132
12133         * sh-tdep.c (sh_generic_register_name): Remove.
12134         (sh_gdbarch_init): Use sh_sh_register_name in default case.
12135
12136 2004-02-15  Andrew Cagney  <cagney@redhat.com>
12137
12138         * configure.in (build_warnings): Add -Wunused-function.
12139         * configure: Re-generate.
12140
12141         * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12142         * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12143
12144         * procfs.c (procfs_init_inferior): Assume that
12145         START_INFERIOR_TRAPS_EXPECTED is defined.
12146         * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12147         * config/ns32k/tm-nbsd.h: Delete file,
12148         START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12149
12150         * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12151         * config/vax/tm-vax.h: Delete file.
12152
12153         * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12154         * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12155         * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12156         * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12157         * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12158         * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12159         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12160
12161 2004-02-15  Mark Kettenis  <kettenis@gnu.org>
12162
12163         * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12164         * dwarf2-frame.c (dwarf2_frame_data): New variable.
12165         (struct dwarf2_frame_ops): New.
12166         (dwarf2_frame_default_init_reg): New function, based on
12167         dwarf2_frame_init_reg.
12168         (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12169         (dwarf2_frame_init_reg): Call architecture-specific function.
12170         (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12171         (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12172         instead of dwarf2_frame_data.
12173         (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12174         Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12175
12176 2004-02-15  Andrew Cagney  <cagney@redhat.com>
12177
12178         * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12179         register_gdbarch_swap.
12180         (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12181         * f-lang.c (_initialize_f_language): Update, use
12182         DEPRECATED_REGISTER_GDBARCH_SWAP.
12183         * remote.c (_initialize_remote): Ditto.
12184         * regcache.c (_initialize_regcache): Ditto.
12185         * parse.c (_initialize_parse): Ditto.
12186         * infrun.c (_initialize_infrun): Ditto.
12187         * mi/mi-main.c (_initialize_mi_main): Ditto.
12188         * gdbtypes.c (_initialize_gdbtypes): Ditto.
12189
12190         * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12191         poking .cacheable directly.
12192         * symfile.c (symfile_bfd_open): Ditto.
12193
12194         * Makefile.in: Update all dependencies.
12195
12196         * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12197         (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
12198         .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
12199         (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12200         (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12201
12202 2004-02-14  Andrew Cagney  <cagney@redhat.com>
12203
12204         * arch-utils.c (legacy_convert_register_p): Check
12205         DEPRECATED_REGISTER_CONVERTIBLE_P.
12206         * findvar.c (value_of_register): Ditto.
12207
12208         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12209         * gdbarch.h, gdbarch.c: Re-generate.
12210         * arch-utils.c (deprecated_register_convertible_not): Delete.
12211         * arch-utils.h (deprecated_register_convertible_not): Delete.
12212         * mi/mi-main.c (get_register): Update.  Update copyright.
12213         * infcmd.c (default_print_registers_info): Update.
12214
12215         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12216         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12217         (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12218         * gdbarch.h, gdbarch.c: Re-generate.
12219         * frame.c (deprecated_get_next_frame_hack): Delete function.
12220         * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12221         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12222         Update.
12223         * infcall.c (call_function_by_hand): Update.
12224
12225 2004-02-14  Elena Zannoni  <ezannoni@redhat.com>
12226
12227         * symfile.c (init_entry_point_info, entry_point_address): Move
12228         from here...
12229         * objfiles.c (init_entry_point_info, entry_point_address):..to
12230         here.
12231         * symfile.h (init_entry_point_info, entry_point_address): Remove
12232         prototypes.
12233         * objfiles.h (init_entry_point_info, entry_point_address):Add
12234         prototypes.
12235         * cris-tdep.c: Remove include of symfile.h. Add include of
12236         objfiles.h.
12237         * infcall.c: Ditto.
12238         * mcore-tdep.c: Ditto.
12239         * mn10300-tdep.c: Ditto.
12240         * sh64-tdep.c: Ditto.
12241         * v850-tdep.c: Ditto.
12242         * arm-tdep.c: Remove include of symfile.h.
12243         * blockframe.c: Ditto.
12244         * coffread.c: Ditto.
12245         * dbxread.c: Ditto.
12246         * dwarf2read.c: Ditto.
12247         * dwarfread.c: Ditto.
12248         * frv-tdep.c: Ditto.
12249         * ia64-tdep.c: Ditto.
12250         * mdebugread.c: Ditto.
12251         * mipsread.c: Ditto.
12252         * rs6000-tdep.c: Ditto.
12253         * s390-tdep.c: Ditto.
12254         * sh-tdep.c: Ditto.
12255         * xstormy16-tdep.c: Ditto.
12256         * gdbarch.sh: Remove include of symfile.h.
12257         * gdbarch.c: Regenerate.
12258         * solib-irix.c (enable_break): Use entry_point_address().
12259         Add comment about include file.
12260         * xcoffread.c: Add comment about include file.
12261         * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12262         (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12263         (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12264         (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12265         (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12266
12267 2004-02-13  Andrew Cagney  <cagney@redhat.com>
12268
12269         * corelow.c (core_xfer_partial): Use "struct bfd_section".
12270         * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12271         copyright.
12272         * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12273
12274 2004-02-12  Fred Fish  <fnf@redhat.com>
12275
12276         * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12277          set_gdbarch_store_return_value.
12278
12279 2004-02-12  Andrew Cagney  <cagney@redhat.com>
12280
12281         * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12282         (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12283         (interrupt_query): Ditto.
12284         (ofunc): Delete unused variable.
12285         * cris-tdep.c (cris_abi): Delete unused function.
12286         (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12287         (cris_get_wide_opcode, cris_get_short_size): Ditto.
12288         (cris_get_asr_quick_shift_steps): Ditto.
12289         (cris_skip_prologue_frameless_p): Ditto.
12290         * arm-tdep.c (arm_push_return_address): Delete unused function.
12291         (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12292         * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12293         * s390-tdep.c (s390_function_start): Delete unused function.
12294
12295 2004-02-12  Andrew Cagney  <cagney@redhat.com>
12296
12297         * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12298         gdbarch.h, gdbarch.c: Re-generate.
12299         * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12300         to generic_prologue_frameless_p.
12301         * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12302         * arch-utils.c (generic_prologue_frameless_p): Delete function.
12303
12304 2004-02-11  Daniel Jacobowitz  <drow@mvista.com>
12305
12306         * mips-linux-tdep.c: Include "frame.h".
12307         (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12308         (mips_linux_skip_resolver): New functions.
12309         (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12310         and set_gdbarch_in_solib_call_trampoline.
12311         * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12312         to after set_gdbarch_in_solib_return_trampoline.  Only set the
12313         solib hooks to mips16 functions if the OS ABI is unknown.
12314         * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12315         including "config/tm-linux.h".
12316         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12317         * Makefile.in (mips-linux-tdep.o): Update.
12318
12319 2004-02-11  David Carlton  <carlton@kealia.com>
12320
12321         * linespec.c (decode_compound): Only look for a class symbol when
12322         considering all but the rightmost component.
12323
12324 2004-02-11  Andrew Cagney  <cagney@redhat.com>
12325
12326         * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12327         abi code are are separatly grouped.
12328
12329 2004-02-11  Andrew Cagney  <cagney@redhat.com>
12330
12331         * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12332         * gdbarch.h, gdbarch.c: Re-generate.
12333         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12334         * v850-tdep.c (v850_gdbarch_init): Update.
12335         * sh64-tdep.c (sh64_gdbarch_init): Update.
12336         * sh-tdep.c (sh_gdbarch_init): Update.
12337         * s390-tdep.c (s390_gdbarch_init): Update.
12338         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12339         * mips-tdep.c (mips_gdbarch_init): Update.
12340         * mcore-tdep.c (mcore_gdbarch_init): Update.
12341         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12342         * m32r-tdep.c (m32r_gdbarch_init): Update.
12343         * ia64-tdep.c (ia64_gdbarch_init): Update.
12344         * hppa-tdep.c (hppa_gdbarch_init): Update.
12345         * h8300-tdep.c (h8300_gdbarch_init): Update.
12346         * frv-tdep.c (frv_gdbarch_init): Update.
12347         * d10v-tdep.c (d10v_gdbarch_init): Update.
12348         * cris-tdep.c (cris_gdbarch_init): Update.
12349         * avr-tdep.c (avr_gdbarch_init): Update.
12350         * arm-tdep.c (arm_gdbarch_init): Update.
12351         * alpha-tdep.c (alpha_gdbarch_init): Update.
12352
12353 2004-02-11  Corinna Vinschen  <vinschen@redhat.com>
12354
12355         * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12356         comma.
12357         (sh_sh4al_dsp_register_name): Ditto.
12358
12359 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12360
12361         * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12362         (mips_init_frame_pc_first): Delete function.
12363         (mips_frame_saved_pc): Delete function.
12364         (mips_frame_chain): Delete function.
12365         (mips_init_extra_frame_info): Delete function.
12366         (mips_xfer_register): Delete unused variable "reg".
12367         (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12368         (mips_n32n64_return_value): Delete unused variable "reg".
12369         (mips_n32n64_return_value): Delete unused variable "pos".
12370         (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12371         (mips_o32_return_value): Delete unused variable "pos".
12372         (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12373         (mips_print_fp_register): Delete unused variable "namelen"
12374         (mips_print_fp_register): Delete unused variable "flt2"
12375         (get_frame_pointer): Delete function.
12376         (cached_proc_desc): Delete static variable.
12377         (mips_pop_frame): Delete function.
12378         (mips_find_saved_regs): Delete function.
12379         (mips_get_saved_register): Delete function.
12380         (mips_saved_pc_after_call): Delete function.
12381         (SIGFRAME_BASE): Delete macro.
12382         (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12383         (SIGFRAME_PC_OFF): Delete macro.
12384         (SIGFRAME_REGSAVE_OFF): Delete macro.
12385         (mips_dump_tdep): Do not print deleted macro definitions.
12386
12387 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12388
12389         * Makefile.in (SFILES): Remove explictly listed tui files.
12390         (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12391
12392 2004-02-10  Jeff Johnston  <jjohnstn@redhat.com>
12393
12394         * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12395         to use paddr functions to format ia64 addresses and long values.
12396         (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12397         (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12398         (get_kernel_table, ia64_find_proc_info_x): Ditto.
12399         (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12400         (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12401
12402 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12403
12404         * defs.h: Do not include "tui.h".
12405         * gdb_curses.h: New file.
12406         * tui/tui-hooks.h: New file.
12407         * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12408         (tui_install_hooks, tui_remove_hooks): Delete declarations.
12409         (tui_initialize_io): Delete declaration.
12410         (tui_initialize_readline: Delete redundant declaration.
12411         (struct tui_point): Delete definition.
12412         * tui/tui-data.h (struct tui_point): Define.
12413         * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12414         * utils.c: Include "tui/tui.h".
12415         * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12416         * printcmd.c [TUI]: Include "tui/tui.h".
12417         * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12418         * tui/tui-command.c: Include "gdb_curses.h".
12419         * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12420         * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12421         * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12422         * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12423         * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12424         * Makefile.in: Update all dependencies.
12425         (tui_hooks_h, gdb_curses_h): Define.
12426         (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12427
12428 2004-02-10  Elena Zannoni  <ezannoni@redhat.com>
12429
12430         * objfiles.h (struct objfile): Remove unused fields auxf1 and
12431         auxf2. Add comments about some other rarely used fields.
12432
12433 2004-02-10  Andrew Cagney  <cagney@redhat.com>
12434
12435         * Makefile.in (init.c): Fix script removing duplicates. Problem
12436         reported by Peter Schauer.
12437
12438 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
12439
12440         * bcache.c (bcache_xmalloc): Use obstack_init instead of
12441         obstack_specify_allocation.
12442         * objfiles.c (allocate_objfile): Ditto.
12443         * solib-sunos.c (solib_add_common_symbols)
12444         (allocate_rt_common_objfile): Ditto.
12445         * symfile.c (reread_symbols): Ditto.
12446         * gdb_obstack.h: Add comment.
12447
12448 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
12449
12450         * linespec.c (decode_line_1, locate_first_half)
12451         (decode_compound, lookup_prefix_sym): Update comments. Delete old
12452         commented out code.
12453
12454 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
12455
12456         * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12457         obstack_free.
12458
12459 2004-02-09  Andrew Cagney  <cagney@redhat.com>
12460
12461         * blockframe.c (find_pc_partial_function): If find_pc_overlay
12462         fails, try find_pc_section.  Fix PR c++/1267.
12463         * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12464         instead of find_pc_mapped_section.
12465         (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12466         not default to the section containing PC.  Fix PR symtab/1519.
12467
12468 2004-02-09  Andrew Cagney  <cagney@redhat.com>
12469
12470         * Makefile.in (mips-tdep.o): Update dependencies.
12471         * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12472         "trad-frame.h".
12473         (mips_unwind_pc): Return the pseudo PC register.
12474         (mips_unwind_dummy_id): New function.
12475         (mips16_fetch_instruction): New function.
12476         (mips32_fetch_instruction): New function.
12477         (struct mips_frame_cache): Define.
12478         (mips_mdebug_frame_cache): New function.
12479         (mips_mdebug_frame_this_id): New function.
12480         (mips_mdebug_frame_prev_register): New function.
12481         (mips_mdebug_frame_unwind): Define.
12482         (mips_mdebug_frame_sniffer): New function.
12483         (mips_mdebug_frame_base_address): New function.
12484         (mips_mdebug_frame_base): Define.
12485         (mips_mdebug_frame_base_sniffer): New function.
12486         (mips_gdbarch_init): Append unwind and base sniffers.  Set
12487         unwind_dummy_id.
12488
12489 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12490
12491         * frame.c: Print both the register number and name.
12492
12493         * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
12494         and a sed into a single sed.  Make .c and .o patterns more robust.
12495         (OBS): Delete.
12496         (INIT_FILES): Replace OBS with COMMON_OBS.
12497         (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12498
12499 2004-02-08  Mark Kettenis  <kettenis@gnu.org>
12500
12501         * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12502         the PT_WCOOKIE request.
12503
12504 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12505
12506         * mips-tdep.c (mips_unwind_pc): New function.
12507         (mips_gdbarch_init): Set mips_unwind_pc.
12508
12509         * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12510         (get_frame_id): Allow the UNKNOWN_FRAME.
12511         (frame_register_unwind, get_frame_type): Ditto.
12512
12513         * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12514         and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
12515         unwind_dummy_id indicates a legacy frame.
12516
12517         * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12518         * configure: Re-generate.
12519
12520         * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12521         methods.
12522
12523 2004-02-08  Andrew Cagney  <cagney@redhat.com>
12524
12525         * configure.in (CONFIG_ALL): Set to Makefile target, and not
12526         makefile macro.
12527         * configure: Re-generate.
12528         (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12529         * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12530         (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12531         (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12532         (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12533         (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12534         (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12535         (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12536         (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12537         (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12538
12539 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12540
12541         * Makefile.in: Update all dependencies.
12542
12543         * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12544         * configure: Re-generate.
12545         * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12546         (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12547         (COMMON_OBS): Add "main.o" and "annotate.o".
12548         (ANNOTATE_OBS): Delete.
12549         (OBS): Remove ANNOTATE_OBS.
12550         (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12551         CONFIG_INITS.
12552         (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12553         against CONFIG_OBS and "main.o".
12554         (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12555         (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12556
12557         * tui/tui-command.c: Include "gdb_string.h", delete register
12558         attribute, use ISO-C function signatures.
12559         * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12560         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12561         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12562         * tui/tui.c: Ditto.
12563
12564         * tui/tui-command.c: Change variable and function names to lower
12565         case.
12566         * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12567         * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12568         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12569         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12570         * tui/tui-winsource.c, tui/tui.c: Ditto.
12571
12572 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
12573
12574         * buildsym.c (free_pending_blocks, finish_block)
12575         (record_pending_block, make_blockvector, end_symtab): Replace
12576         symbol_obstack with objfile_obstack.
12577         * coffread.c (process_coff_symbol, coff_read_struct_type)
12578         (coff_read_enum_type): Ditto.
12579         * cp-namespace.c (initialize_namespace_symtab)
12580         (check_one_possible_namespace_symbol): Ditto.
12581         * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12582         (dwarf2_symbol_mark_computed): Ditto.
12583         * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12584         * elfread.c (elf_symtab_read): Ditto.
12585         * hpread.c (hpread_symfile_init, hpread_symfile_init)
12586         (hpread_read_enum_type, hpread_read_function_type)
12587         (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12588         Ditto.
12589         * jv-lang.c (get_java_class_symtab, add_class_symbol)
12590         (java_link_class_type): Ditto.
12591         * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12592         (new_symbol): Ditto.
12593         * minsyms.c (install_minimal_symbols): Ditto.
12594         * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12595         (terminate_minimal_symbol_table): Replace symbol_obstack with
12596         objfile_obstack.
12597         (free_objfile): Remove freeing of symbol_obstack.
12598         * objfiles.h: Remove symbol_obstack field.
12599         * pa64solib.c (add_to_solist): Replace symbol_obstack with
12600         objfile_obstack.
12601         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12602         symbol_obstack.
12603         (solib_add_common_symbols): Replace symbol_obstack with
12604         objfile_obstack.
12605         * somsolib.c (som_solib_add): Ditto.
12606         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12607         (common_block_start, common_block_end): Ditto.
12608         * symfile.c (reread_symbols): Remove freeing and init of
12609         symbol_obstack.
12610         (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12611         * symfile.h: Update comment.
12612         * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12613         stats printing.
12614         * symtab.c (symbol_set_names): Replace symbol_obstack with
12615         objfile_obstack.
12616         * symtab.h (struct general_symbol_info, struct minimal_symbol):
12617         Update comments.
12618         * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12619         (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12620         objfile_obstack.
12621
12622 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12623
12624         * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12625         "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
12626         fields and variables.
12627         * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12628         (m_beInvisible): Delete macro.
12629         * tui/tui-data.h: Fix case case fields and variables.
12630         (m_genWinPtrIsNull): Delete macro.
12631         (tui_win_list): Rename winList.
12632         (TUI_SRC_WIN): Rename srcWin.
12633         (TUI_DISASM_WIN): Rename disassemWin.
12634         (TUI_DATA_WIN): Rename dataWin.
12635         (TUI_CMD_WIN): Rename cmdWin.
12636         (m_genWinPtrNotNull): Delete macro.
12637         (m_winPtrIsNull): Delete macro.
12638         (m_winPtrNotNull): Delete macro.
12639         (tui_win_is_source_type): Replace m_winIsSourceType
12640         (tui_win_is_auxillary): Replace m_winIsAuzillary.
12641         (tui_win_has_locator): Replace m_hasLocator.
12642         (tui_set_win_highlight): Replace m_setWinHighlightOn and
12643         m_setWinHighlightOff.
12644         * tui/tui-data.c: Update references.
12645         (tui_win_is_source_type, tui_set_win_highlight): New functions.
12646         (tui_win_has_locator, tui_win_is_auxillary): New functions.
12647         * tui/tui-command.c, tui/tui-disasm.c: Update references.
12648         * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12649         * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12650         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12651         * tui/tui-winsource.c, tui/tui.c: Ditto.
12652
12653 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
12654
12655         * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12656         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12657         StackGhost.
12658
12659         * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12660         variable `i6' to `i7'.
12661         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12662
12663 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12664
12665         * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12666         (TuiPoint, TuiPointPtr): Ditto.
12667         (TuiStatus, TuiStatusPtr): Ditto.
12668         (TuiWinType, TuiWinTypePtr): Ditto.
12669         (struct tui_point): Rename _TuiPoint.
12670         (tui_get_low_disassembly_address): Rename
12671         tuiGetLowDisassemblyAddress.
12672         (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12673         (tuiFree): Delete declaration.
12674         (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12675         (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12676         * tui/tui.c (tuiFree): Delete function.
12677         * cli/cli-cmds.c (disassemble_command): Update references.
12678         * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12679         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12680         * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12681         * tui/tui-winsource.c: Ditto.
12682
12683 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
12684
12685         * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12686         coffstab_build_psymtabs, elfstab_build_psymtabs)
12687         (stabsect_build_psymtabs): Replace psymbol_obstack with
12688         objfile_obstack.
12689         * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12690         * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12691         Ditto.
12692         * dwarfread.c (scan_compilation_units): Ditto.
12693         * elfread.c (elfstab_offset_sections): Ditto.
12694         * hppa-tdep.c (read_unwind_info): Ditto.
12695         * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12696         (hpread_end_psymtab): Ditto.
12697         * mdebugread.c (mdebug_build_psymtabs, add_pending)
12698         (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12699         Ditto.
12700         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12701         * objfiles.c (add_to_objfile_sections)
12702         (build_objfile_section_table): Ditto.
12703         (allocate_objfile): Remove init of psymbol_obstack.
12704         (free_objfile): Remove freeing of psymbol_obstack.
12705         * objfiles.h (struct objfile): Remove field
12706         psymbol_obstack. Update comments.
12707         * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12708         psymbol_obstack with objfile_obstack.
12709         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12710         psymbol_obstack.
12711         * somread.c (som_symfile_offsets, init_import_symbols)
12712         (init_export_symbols): Replace psymbol_obstack with
12713         objfile_obstack.
12714         * somsolib.c (som_solib_add_solib_objfile): Ditto.
12715         * symfile.c (default_symfile_offsets, syms_from_objfile)
12716         (reread_symbols): Remove freeing and init of psymbol_obstack.
12717         (cashier_psymtab): Update comment.
12718         * symmisc.c (print_objfile_statistics): Don't report stats for
12719         psymbol obstack.
12720         * symtab.h (struct general_symbol_info, struct partial_symtab):
12721         Update comments.
12722         * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12723         (xcoff_symfile_offsets): Replace psymbol_obstack with
12724         objfile_obstack.
12725
12726 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
12727
12728         * objfiles.h (struct objfile): Add objfile_obstack field.
12729         Remove type_obstack field.
12730
12731         * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12732         read_structure_scope read_enumeration, new_symbol): Replace
12733         type_obstack with objfile_obstack.
12734         * dwarfread.c (struct_type, enum_type): Ditto.
12735         * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12736         (lookup_fundamental_type): Ditto.
12737         * gdbtypes.h (TYPE_ALLOC): Ditto.
12738         * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12739         (hpread_read_doc_function_type, hpread_read_struct_type)
12740         (fix_static_member_physnames, hpread_read_array_type)
12741         (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12742         * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12743         (java_link_class_type): Ditto.
12744         * mdebugread.c (parse_type): Ditto.
12745         * objfiles.c (allocate_objfile, free_objfile): Ditto.
12746         * solib-sunos.c (solib_add_common_symbols): Ditto.
12747         * stabsread.c (define_symbol, read_type, read_member_functions,
12748         read_cpp_abbrev, read_one_struct_field): Ditto.
12749         * symfile.c (reread_symbols): Ditto.
12750         * symmisc.c (print_objfile_statistics): Ditto.
12751
12752 2004-02-07  Andrew Cagney  <cagney@redhat.com>
12753
12754         * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12755         (tui_exec_info_content): Rename TuiExecInfoContent.
12756         (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12757         (TuiWinInfo, TuiWinInfoPtr): Ditto.
12758         (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12759         (TuiList, TuiListPtr): Ditto.
12760         (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12761         (TuiDataType, TuiDataTypePtr): Ditto.
12762         (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12763         (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12764         (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12765         (TuiSourceElement, TuiSourceElementPtr): Ditto.
12766         (TuiDataElement, TuiDataElementPtr): Ditto.
12767         (TuiWinElement, TuiWinElementPtr): Ditto.
12768         (TuiDataInfo, TuiDataInfoPtr): Ditto.
12769         (TuiCommandElement, TuiCommandElementPtr): Ditto.
12770         (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12771         (TuiWhichElement, TuiWhichElementPtr): Ditto.
12772         (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12773         (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12774         * tui/tui-command.c, tui/tui-data.c: Update references.
12775         * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12776         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12777         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12778         * tui/tui-winsource.c, tui/tui.c: Ditto.
12779
12780 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
12781
12782         * dwarf2-frame.h: Update copyright.
12783         (enum dwarf2_frame_reg_rule): New.
12784         (struct dwarf2_frame_state_reg): New.
12785         (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12786         * dwarf2-frame.c: Update copyright.
12787         (enum dwarf2_reg_rule): Remove.
12788         (struct dwarf2_frame_state): Remove defenition of `struct
12789         dwarf2_frame_state_reg'.
12790         (read_reg): Call get_frame_arch to get the architecture instead of
12791         using CURRENT_GDBARCH.
12792         (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12793         DWARF2_FRAME_.
12794         (dwarf2_frame_init_reg): New function.
12795         (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12796         instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
12797         initialize the register state.  Prefix old `enum dwarf2_reg_rule'
12798         tags with DWARF2_FRAME_.
12799         (dwarf2_frame_prev_register): Call get_frame_arch to get the
12800         architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
12801         dwarf2_reg_rule' tags with DWARF2_FRAME_.
12802
12803 2004-02-06  Andrew Cagney  <cagney@redhat.com>
12804
12805         * tui/tui-data.h (struct tui_list): Rename _TuiList.
12806         (enum tui_data_type): Rename _TuiDataType.
12807         (struct tui_layout_def): Rename _TuiLayoutDef.
12808         (struct tui_source_element): Rename _TuiSourceElement.
12809         (struct tui_data_element): Rename _TuiDataElement.
12810         (struct tui_command_element): Rename _TuiCommandElement.
12811         (struct tui_locator_element): Rename _TuiLocatorElement.
12812         (union tui_which_element): Define.
12813         (struct tui_win_element): Rename _TuiWinElement.
12814         (struct tui_data_info): Rename _TuiDataInfo.
12815         (struct tui_source_info): Rename _TuiSourceInfo.
12816         (struct tui_command_info): Rename _TuiCommandInfo.
12817         (tui_initialize_static_data): Rename initializeStaticData.
12818         (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12819         (tui_alloc_win_info): Rename allocWinInfo.
12820         (tui_init_generic_part): Rename initGenericPart.
12821         (tui_init_win_info): Rename initWinInfo.
12822         (tui_alloc_content): Rename allocContent.
12823         (tui_add_content_elements): Rename addContentElements.
12824         (tui_init_content_element): Rename initContentElement.
12825         (tui_free_window): Rename freeWindow.
12826         (tui_free_win_content): Rename freeWinContent.
12827         (tui_free_data_content): Rename freeDataContent.
12828         (tui_free_all_source_wins_content): Rename
12829         freeAllSourceWinsContent.
12830         (tui_del_window): Rename tuiDelWindow.
12831         (tui_del_data_windows): Rename tuiDelDataWindows.
12832         (tui_partial_win_by_name): Rename partialWinByName.
12833         (tui_win_name): Rename winName.
12834         (tui_current_layout): Rename currentLayout.
12835         (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12836         (tui_term_height): Rename termHeight.
12837         (tui_set_term_height_to): Rename setTermHeightTo.
12838         (tui_term_width): Rename termWidth.
12839         (tui_set_term_width_to): Rename setTermWidthTo.
12840         (tui_set_gen_win_origin): Rename setGenWinOrigin.
12841         (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12842         (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12843         (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12844         (tui_source_windows): Rename sourceWindows.
12845         (tui_clear_source_windows): Rename clearSourceWindows.
12846         (tui_clear_source_windows_detail): Rename
12847         clearSourceWindowsDetail.
12848         (tui_clear_win_detail): Rename clearWinDetail.
12849         (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12850         (tui_default_tab_len): Rename tuiDefaultTabLen.
12851         (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12852         (tui_win_with_focus): Rename tuiWinWithFocus.
12853         (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12854         (tui_layout_def): Rename tuiLayoutDef.
12855         (tui_win_resized): Rename tuiWinResized.
12856         (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12857         (tui_next_win): Rename tuiNextWin.
12858         (tui_prev_win): Rename tuiPrevWin.
12859         (tui_add_to_source_windows): Rename addToSourceWindows.
12860         * tui/tui-winsource.c, tui/tui-win.c: Update references.
12861         * tui/tui-layout.c, tui/tui-source.c: Ditto.
12862         * tui/tui-stack.c, tui/tui-io.c: Ditto.
12863         * tui/tui.c, tui/tui-data.c: Ditto.
12864         * tui/tui-interp.c, tui/tui-data.c: Ditto.
12865         * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12866
12867         * tui/tui-source.h: Update copyright.  Include "tui-data.h".
12868         (struct symtab): Declare.
12869         (tui_set_source_content): Rename tuiSetSourceContent.
12870         (tui_show_symtab_source): Rename tuiShowSource.
12871         (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12872         (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12873         * tui/tui-source.c: Update copyright.  Update references.
12874         * tui/tui-win.c, tui/tui-winsource.c: Update references.
12875         * tui/tui-stack.c: Update references.
12876
12877         * tui/tui-win.h: Update copyright.  Include "tui-data.h".
12878         (struct tui_win_info): Declare.
12879         (tui_scroll_forward): Rename tuiScrollForward.
12880         (tui_scroll_backward): Rename tuiScrollBackward.
12881         (tui_scroll_left): Rename tuiScrollLeft.
12882         (tui_scroll_right): Rename tuiScrollRight.
12883         (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
12884         (tui_resize_all): Rename tuiResizeAll.
12885         (tui_refresh_all_win): Rename tuiRefreshAll.
12886         (tui_sigwinch_handler): Rename tuiSigwinchHandler.
12887         * tui/tui-layout.c, * tui/tui-io.c: Update references.
12888         * tui/tui-wingeneral.h, * tui/tui.c: Update references.
12889         * tui/tui-disasm.c, * tui/tui-command.c: Update references.
12890
12891         * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
12892         (tui_erase_data_content): Rename tuiEraseDataContent.
12893         (tui_display_all_data): Rename tuiDisplayAllData.
12894         (tui_check_data_values): Rename tuiCheckDataValues.
12895         (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
12896         (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
12897         (tui_first_data_element_no_in_line): Rename
12898         tuiFirstDataElementNoInLine.
12899         (tui_delete_data_content_windows): Rename
12900         tuiDeleteDataContentWindows.
12901         (tui_refresh_data_win): Rename tuiRefreshDataWin.
12902         (tui_display_data_from): Rename tuiDisplayDataFrom.
12903         (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
12904         * tui/tui-windata.c, tui/tui-hooks.c: Update references.
12905         * tui/tui-win.c, tui/tui-regs.c: Update references.
12906         * tui/tui-layout.c, tui/tui.c: Update references.
12907
12908         * tui/tui-wingeneral.h: Update copyright.
12909         (m_allBeVisible): Delete macro.
12910         (m_allBeInvisible): Delete macro.
12911         (struct tui_gen_win_info): Declare.
12912         (struct tui_win_info): Declare.
12913         (tui_unhighlight_win): Rename unhighlightWin.
12914         (tui_make_visible, tui_make_invisible): Replace makeVisible.
12915         (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
12916         (tui_make_window): Rename makeWindow.
12917         (tui_copy_win): Rename copyWin.
12918         (tui_box_win): Rename boxWin.
12919         (tui_highlight_win): Rename highlightWin.
12920         (tui_check_and_display_highlight_if_needed): Rename
12921         checkAndDisplayHighlightIfNeeded.
12922         (tui_refresh_all): Rename refreshAll.
12923         (tui_delete_win): Rename tuiDelwin.
12924         (tui_refresh_win): Rename tuiRefreshWin.
12925         * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
12926         (tui_make_visible, tui_make_invisible): New functions.
12927         (tui_make_all_visible, tui_make_all_invisible): New functions.
12928         (make_all_visible): Rename makeAllVisible.
12929         * tui/tui-winsource.c, tui/tui-windata.c: Update references.
12930         * tui/tui-data.c, tui/tui-winsource.c: Update references.
12931         * tui/tui-windata.c, tui/tui-win.c: Update references.
12932         * tui/tui-regs.c, tui/tui-layout.c: Update references.
12933         * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
12934
12935 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
12936
12937         * proc-api.c (write_with_trace): Initialize local variable to
12938         silence compiler warning.
12939
12940 2004-02-06  Andrew Cagney  <cagney@redhat.com>
12941
12942         * tui/tui-source.h: Do not include "defs.h".
12943         (struct tui_win_info): Declare.
12944         (tui_set_source_content_nil): Declare.
12945         * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
12946         (union tui_line_or_address): Rename _TuiLineOrAddress.
12947         * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
12948         (tui_update_source_window): Rename tuiUpdateSourceWindow.
12949         (tui_update_source_window_as_is): Rename
12950         tuiUpdateSourceWindowAsIs.
12951         (tui_update_source_windows_with_addr): Rename
12952         tuiUpdateSourceWindowsWithAddr.
12953         (tui_update_source_windows_with_line): Rename
12954         tuiUpdateSourceWindowsWithLine.
12955         (tui_clear_source_content): Rename tuiClearSourceContent.
12956         (tui_erase_source_content): Rename tuiEraseSourceContent.
12957         (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
12958         (tui_show_source_content): Rename tuiShowSourceContent.
12959         (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
12960         (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
12961         (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
12962         (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
12963         (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
12964         (tui_update_exec_info): Rename tuiUpdateExecInfo.
12965         (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
12966         (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
12967         (tui_line_is_displayed): Rename tuiLineIsDisplayed.
12968         (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
12969         (struct tui_win_info): Declare.
12970         * tui/tui-stack.c: Update references.
12971         * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
12972         * tui/tui-win.c, tui/tui-source.c: Ditto.
12973         * tui/tui.c, tui/tui-disasm.c: Ditto.
12974
12975 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
12976
12977         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
12978         of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
12979
12980 2004-02-05  Mark Kettenis  <kettenis@gnu.org>
12981
12982         * infrun.c (handle_inferior_event): Allow for breakpoint
12983         instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
12984         and SIGEMT.  Update comments.
12985         * NEWS (Revised SPARC target): Mention support for non-executable
12986         stack.
12987
12988 2004-02-04  Mark Kettenis  <kettenis@gnu.org>
12989
12990         * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
12991         * inftarg.c: Update copyright year.
12992         (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
12993         * sparc-nat.c: Include "target.h" and "gdb_assert.h".
12994         (sparc_xfer_wcookie): New function.
12995         * sparc-tdep.c (sparc_fetch_wcookie): New function.
12996         * Makefile.in (sparc-nat.o): Update dependencies.
12997         * config/sparc/nm-nbsd.h: Include "target.h".
12998         (NATIVE_XFER_WCOOKIE): New define.
12999         (sparc_xfer_wcookie): New prototype.
13000
13001 2004-02-04  Andrew Cagney  <cagney@redhat.com>
13002
13003         * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13004         SYSCALL_TRAP function.
13005         (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13006
13007 2004-02-04  Andrew Cagney  <cagney@redhat.com>
13008             Daniel Jacobowitz  <drow@mvista.com>
13009
13010         * objfiles.h: Delete comments refering to inside_entry_func and
13011         DEPRECATED_FRAME_CHAIN_VALID.
13012         * defs.h (inside_entry_func): Update prototype..
13013         * blockframe.c (inside_entry_func): Rename to
13014         legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
13015         * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13016
13017 2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
13018
13019         * breakpoint.c (struct captured_parse_breakpoint_args):  Move
13020         outside of #ifdef SOLIB_ADD region.
13021         (do_restore_lang_radix_cleanup): Ditto.
13022         (resolve_pending_breakpoint): Ditto.
13023
13024 2004-02-03  Andrew Cagney  <cagney@redhat.com>
13025
13026         * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13027         (process_note_abi_tag_sections): Delete unused function.
13028         (ia64_read_fp): Delete unused function.
13029         (gdbarch_extract_struct_value_address): Delete declaration.
13030
13031 2004-02-02  Andrew Cagney  <cagney@redhat.com>
13032
13033         * vax-tdep.c (vax_frame_chain): Delete call to
13034         deprecated_inside_entry_file.
13035         * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13036
13037 2004-02-02  Mark Kettenis  <kettenis@gnu.org>
13038
13039         * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13040         column that's "empty" or "same value" when eliminating REG_RA
13041         rules.
13042
13043 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
13044
13045         * NEWS: Add information about new pending breakpoint support.
13046
13047 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
13048
13049         * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13050         and pending fields for pending breakpoint support.
13051         * breakpoint.c (breakpoint_enabled): Add check for not pending.
13052         (condition_command): Only parse condition if not a pending
13053         breakpoint.
13054         (print_one_breakpoint): Add support for pending breakpoints.
13055         (describe_other_breakpoints): Add checks to verify we are not
13056         dealing with pending breakpoints.
13057         (check_duplicates): Don't check pending breakpoints.
13058         (set_raw_breakpoint): Initialize pending flag.
13059         (do_restore_lang_radix_cleanup): New cleanup routine.
13060         (resolve_pending_breakpoint): New function.
13061         (re_enable_breakpoints_in_shlibs): Try and resolve any
13062         pending breakpoints via resolve_pending_breakpoint.
13063         (mention): Add pending breakpoint support.
13064         (parse_breakpoint_sals): Add new parameter to pass to
13065         decode_line_1 to indicate silent errors when files or functions
13066         are not found.  Change all callers.
13067         (do_captured_parse_breakpoint): New function.
13068         (break_command_1): Change prototype to return an rc value and to
13069         take an optional pending breakpoint pointer.  Support creating
13070         a pending breakpoint if a "not found" form of error occurs when
13071         parsing the breakpoint.  Also support resolving an existing pending
13072         breakpoint and be silent if the resolution fails.
13073         (create_breakpoints): Change prototype to take pending breakpoint
13074         pointer.  When resolving a pending breakpoint, use the new pointer
13075         to provide a conditional or commands added by the end-user.
13076         (delete_breakpoint): Add appropriate check for pending.
13077         (breakpoint_re_set_one): Ditto.
13078         (do_enable_breakpoint): Ditto.
13079
13080 2004-02-02  David Carlton  <carlton@kealia.com>
13081
13082         * valops.c (enum oload_classification): New.
13083         (find_overload_match): Break implementation into separate
13084         functions; delete #if 0'd code; look for symbols within
13085         namespaces.
13086         (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13087         (find_oload_champ,oload_method_static,classify_oload_match): New.
13088         * cp-support.h: Add declaration for cp_func_name; update
13089         declaration for make_symbol_overload_list.
13090         * cp-support.c (cp_func_name): New.
13091         (overload_list_add_symbol): Fix comment, use
13092         SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13093         (make_symbol_overload_list): Take a function name and a namespace
13094         instead of a symbol; change implementation.
13095         (make_symbol_overload_list_using): New.
13096         (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13097
13098 2004-02-02  Fred Fish  <fnf@redhat.com>
13099
13100         * main.c (gdb_stdtarg): Move definition to group with other
13101         gdb_stdtarg definitions and update copyright years.
13102         * remote-sim.c (gdb_os_write_stderr): Write output to
13103         gdb_stdtargerr stream instead of gdb_stdtarg stream.
13104         (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13105         gdb_stderr stream and update copyright years.
13106
13107 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13108
13109         * Makefile.in (mips-linux-nat.o): Update dependencies.
13110         * mips-linux-nat.c: Include mips-tdep.h.
13111
13112 2004-02-01  Roland McGrath  <roland@redhat.com>
13113
13114         * sol-thread.c (sol_thread_xfer_partial): New function.
13115         (init_sol_thread_ops): Use that for to_xfer_partial hook.
13116         (init_sol_core_ops): Likewise.
13117
13118         * procfs.c (procfs_xfer_partial): New function.
13119         (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13120         * Makefile.in (procfs.o): Add $(auxv_h) dep.
13121
13122         * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13123         procfs_xfer_auxv function.
13124
13125         * procfs.c (procfs_make_note_section): If we can read
13126         TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13127         * linux-proc.c (linux_make_note_section): Likewise.
13128
13129         * auxv.h: New file.
13130         * auxv.c: New file.
13131         * Makefile.in (auxv_h): New variable.
13132         (COMMON_OBS): Add auxv.o here.
13133         (auxv.o): New target.
13134
13135         * corelow.c (core_xfer_partial): New function.
13136         (init_core_ops): Use it for core_ops.to_xfer_partial.
13137
13138         * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13139         * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13140         macro if that is defined.
13141
13142 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13143
13144         * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13145         and check the specified thread for each breakpoint.
13146         * breakpoint.h (bpstat_stop_status): Update prototype.
13147         * infrun.c (handle_inferior_event): Update calls to
13148         bpstat_stop_status.
13149
13150 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13151
13152         * Makefile.in (cli-cmds.o): Add $(readline_h).
13153
13154 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
13155
13156         * cli/cli-cmds.c: Include readline.h.
13157         (complete_command): Pass the start of the last word to
13158         complete_line.
13159
13160 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13161
13162         * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13163         argument, and change first argument to a CORE_ADDR.
13164         * breakpoint.h (bpstat_stop_status): Update prototype.
13165         * infrun.c (adjust_pc_after_break): Add a new comment.
13166         (handle_inferior_event): Update calls to bpstat_stop_status.
13167
13168 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13169
13170         * breakpoint.h: Update copyright years.
13171
13172 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13173
13174         * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13175         (bpstat_stop_status): Don't decrement PC.
13176         * breakpoint.h (software_breakpoint_inserted_here_p): Add
13177         prototype.
13178         * infrun.c (adjust_pc_after_break): New function.
13179         (handle_inferior_event): Call it, early.  Remove later references
13180         to DECR_PC_AFTER_BREAK.
13181         (normal_stop): Add commentary.
13182
13183 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
13184
13185         * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13186         2004-01-27 double-free fix.
13187
13188 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
13189
13190         * sparc-tdep.c (sparc_fetch_wcookie): New function.
13191         (sparc32_frame_prev_register): Handle StackGhost.
13192         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13193
13194 2004-01-29  Roland McGrath  <roland@redhat.com>
13195
13196         * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13197         * configure: Regenerated.
13198
13199         * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13200         * Makefile.in (procfs.o): Add dep.
13201
13202 2004-01-28  Andrew Cagney  <cagney@redhat.com>
13203
13204         * tui/tui-stack.h: Update copyright.
13205         (struct frame_info): Add opaque declaration.
13206         (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13207         (tui_show_locator_content): Rename tuiShowLocatorContent.
13208         (tui_show_frame_info): Rename tuiShowFrameInfo.
13209         * tui/tui-stack.c: Update copyright.  Update references.
13210         * tui/tui-winsource.c: Update references.
13211         * tui/tui-win.c: Update references.
13212         * tui/tui-layout.c: Update references.
13213         * tui/tui-hooks.c: Update copyright, update references.
13214         * tui/tui.c: Update copyright, update references.
13215         * tui/tui-disasm.c: Update references.
13216
13217 2004-01-28  David Carlton  <carlton@kealia.com>
13218
13219         * dwarf2read.c (add_partial_structure): Use demangled name if
13220         namespace equals "".
13221
13222 2004-01-27  Jim Blandy  <jimb@redhat.com>
13223
13224         Clean up misapplied patch:
13225         * dwarf2read.c (determine_prefix): Change one of the two forward
13226         declarations for 'determine_prefix_aux' to a declaration for this.
13227         (read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
13228         argument to 'die_specification'.
13229
13230         * dwarf2read.c (read_func_scope): Re-indent comment.
13231
13232 2004-01-27  Paul N. Hilfinger  <hilfinger@gnat.com>
13233
13234         * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13235         b->exp to NULL after freeing so that error during re-parsing or
13236         evaluation of expressions associated with breakpoint don't
13237         eventually lead to re-freeing of storage.
13238         Committed by Andrew Cagney.
13239
13240 2004-01-27  Andrew Cagney  <cagney@redhat.com>
13241
13242         * source.c (ambiguous_line_spec): Delete undefined declaration.
13243         * m32r-rom.c (m32r_set_board_address): Delete unused function.
13244         (m32r_set_server_address, m32r_set_download_path): Ditto.
13245         * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13246
13247 2004-01-27  Daniel Jacobowitz  <drow@mvista.com>
13248
13249         * dwarf2read.c: Update calls to changed and renamed functions, and
13250         references to moved variables.
13251
13252         (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13253         language, language_defn, list_in_scope, and ftypes members.
13254         (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13255         (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13256         (baseaddr): Remove globals.
13257
13258         (dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
13259         (set_cu_language, die_is_declaration, die_specification)
13260         (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13261         (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13262         (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13263         (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13264
13265         (dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
13266         cu.list_in_scope.  Don't initialize cu_header_offset.
13267         (add_partial_symbol): Add local baseaddr.
13268         (psymtab_to_symtab_1): Add local baseaddr.  Use
13269         objfile->section_offsets for consistency.  Don't initialize
13270         cu_header_offset; do initialize cu.header.offset and
13271         cu.list_in_scope.
13272         (read_file_scope, read_func_scope, read_lexical_block_scope)
13273         (dwarf_decode_lines, new_symbol): Add local baseaddr.
13274
13275 2004-01-27  Michael Chastain  <mec.gnu@mindspring.com>
13276
13277         * PROBLEMS: Add gdb/1516.
13278
13279 2003-12-29  Robert Millan  <robertmh@gnu.org>
13280
13281         Patch committed by Andrw Cagney.
13282         * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13283         * configure.tgt: Match knetbsd*-gnu.
13284
13285 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13286
13287         * breakpoint.c (catch_command_1): Delete #ifdef code.
13288         (catch_fork_command_1): Delete #ifdef wrapper.
13289         (catch_exec_command_1): Ditto.
13290         (catch_load_command_1): Ditto.
13291         (catch_unload_command_1): Ditto.
13292
13293         * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13294         (catch_breakpoint): Delete #if0ed function.
13295         (disable_catch_breakpoint): Ditto.
13296         (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13297         (disable_catch, enable_catch, delete_catch): Ditto.
13298
13299 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13300
13301         * remote.c (echo_check, quit_flag): Delete variables.
13302         (cisco_kernel_mode): Delete variable.
13303         (minitelnet_return, tty_input, escape_count): Delete variables.
13304         (remote_cisco_mode): Delete variable.
13305         (remote_cisco_open, remote_cisco_close): Delete function.
13306         (remote_cisco_mourn, remote_cisco_wait): Delete function.
13307         (init_remote_cisco_ops): Delete function.
13308         (_initialize_remote): Do not install "remote cisco" code.
13309         (read_frame): Delete cisco specific code.
13310         (remote_info_process): Delete function.
13311         (remote_wait): Delete cisco specific code.
13312         (remote_cisco_section_offsets): Delete function.
13313         (remote_cisco_objfile_relocate): Delete function.
13314         (remote_async_wait): Delete cisco specific code.
13315         (minitelnet, readtty, readsocket): Delete function.
13316
13317 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13318
13319         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
13320         comments mentioning extract_returned_value_address.
13321         * infcmd.c (print_return_value): Update.  Add comments on
13322         extract_returned_value_address.
13323         * stack.c (return_command): Add comments on
13324         extract_returned_value_address.
13325         * values.c: Update comment.
13326         * m32r-tdep.c: Update comment.
13327         * sparc-tdep.c: Update comment.
13328         * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13329         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13330         * sh64-tdep.c (sh64_gdbarch_init): Update.
13331         * sh-tdep.c (sh_gdbarch_init): Update.
13332         * s390-tdep.c (s390_gdbarch_init): Update.
13333         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13334         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13335         * m68k-tdep.c (m68k_gdbarch_init): Update.
13336         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13337         * m32r-tdep.c (m32r_gdbarch_init): Update.
13338         * ia64-tdep.c (ia64_gdbarch_init): Update.
13339         * h8300-tdep.c (h8300_gdbarch_init): Update.
13340         * frv-tdep.c (frv_gdbarch_init): Update.
13341         * arm-tdep.c (arm_gdbarch_init): Update.
13342         * alpha-tdep.c (alpha_gdbarch_init): Update.
13343
13344 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13345
13346         * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13347         SYMBOL_LOCATION_FUNCS
13348         (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13349         "struct symbol_ops".
13350         * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13351         type to "struct symbol_ops".
13352         * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13353         (struct symbol): Replace ".aux_value.loc.funcs" and
13354         ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13355         (SYMBOL_OBJFILE): Delete macro.
13356         (SYMBOL_LOCATION_FUNCS): Delete macro.
13357         (SYMBOL_LOCATION_BATON): Update.
13358         * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13359         intead of SYMBOL_LOCATION_FUNCS.
13360         * ax-gdb.c (gen_var_ref): Ditto.
13361         * printcmd.c (address_info): Ditto.
13362         * findvar.c (read_var_value): Ditto.
13363         (symbol_read_needs_frame): Ditto.
13364
13365 2004-01-26  Andrew Cagney  <cagney@redhat.com>
13366
13367         * dwarf2read.c (read_func_scope): Document frame-base hack.
13368
13369 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13370
13371         * infcmd.c (print_return_value): Plug memory leak; delete
13372         ui_stream object.  Rename argument `structure_return' to
13373         `struct_return'.
13374
13375 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13376
13377         * infcmd.c (print_return_value): Wrap long lines.
13378         (finish_command_continuation, finish_command): Remove unused
13379         variable `funcaddr'.  Fix some coding-standards problems.
13380
13381         * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13382         SECT_SIZE is large enough, not whether it's exactly the right size.
13383         (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13384         TDEP->fpregset to zero.
13385
13386         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13387         floating-point registers for traditional NetBSD core files.
13388         (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13389         TDEP->sizeof_fpregset here.
13390
13391 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
13392
13393         * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13394         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13395         function with code split out from
13396         sparc32nbsd_sigcontext_frame_cache.
13397         (sparc32nbsd_sigcontext_frame_cache): Use
13398         sparc32nbsd_sigcontext_saved_regs.
13399         (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13400         OpenBSD.
13401         * sparcobsd-tdep.c: New file.
13402         * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13403         (sparcobsd-tdep.o): New dependency.
13404         * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13405         * config/sparc/obsd.mt: New file.
13406
13407         * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13408         TDEP->fpregset to be initialized to enable core file register
13409         sets.
13410
13411 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
13412
13413         * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13414         Add opaque declarations.
13415         (sparc64nbsd_sigcontext_saved_regs): New prototype.
13416         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13417         function with code split out from
13418         sparc64nbsd_sigcontext_frame_cache.
13419         (sparc64nbsd_sigcontext_frame_cache): Use
13420         sparc64nbsd_sigcontext_saved_regs.
13421         (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13422         OpenBSD.
13423         * sparc64obsd-tdep.c: New file.
13424         * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13425         (sparc64obsd-tdep.o): New dependency.
13426         * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13427         gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13428         * config/sparc/obsd64.mt: New file.
13429
13430         * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13431         read the instruction at PC.
13432
13433         * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13434         value of GDB_OSABI_DEFAULT.
13435         (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13436         instead of GDB_OSABI_NETBSD_AOUT.
13437
13438 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
13439
13440         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13441         copyright.
13442
13443 2004-01-23  Andrew Cagney  <cagney@redhat.com>
13444
13445         * printcmd.c (display_command): Replace tui_set_display call with
13446         tui_set_layout_for_display_command.
13447         * tui/tui.h (enum tui_win_type): Define.
13448         (tui_set_layout): Delete declaration.
13449         (tui_set_layout_for_display_command): Rename set_tui_layout.
13450         * tui/tui-data.h (enum tui_layout_type): Define.
13451         * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
13452         "tui.h".
13453         (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13454         (tui_default_win_height): Rename tuiDefaultWinHeight.
13455         (tui_default_win_viewport_height): Rename
13456         tuiDefaultWinViewportHeight.
13457         (tui_set_layout): RenametuiSetLayout.
13458         * tui/tui-layout.c: Update references.
13459         * tui/tui.c: Update references.
13460         * tui/tui-disasm.c: Update references.
13461
13462 2004-01-23  David Carlton  <carlton@kealia.com>
13463
13464         Partial workaround for PR c++/1511:
13465         * cp-namespace.c: Include frame.h.
13466         (cp_lookup_transparent_type): New
13467         (cp_lookup_transparent_type_loop): New.
13468         * cp-support.h: Declare cp_lookup_transparent_type.
13469         * symtab.c (basic_lookup_transparent_type): Renamed from
13470         lookup_transparent_type.
13471         (lookup_transparent_type): Replace old body by a call to
13472         current_language->la_lookup_transparent_type.
13473         * symtab.h: Update copyright.  Declare
13474         basic_lookup_transparent_type.
13475         * language.h: Update copyright.
13476         (struct language_defn): Add la_lookup_transparent_type.
13477         * language.c: Update copyright.
13478         (unknown_language_defn): Add basic_lookup_transparent_type.
13479         (auto_language_defn): Add basic_lookup_transparent_type.
13480         (local_language_defn): Add basic_lookup_transparent_type.
13481         * ada-lang.c: Update copyright.
13482         (ada_language_defn): Add basic_lookup_transparent_type.
13483         * c-lang.c: Update copyright.
13484         (c_language_defn): Add basic_lookup_transparent_type.
13485         (cplus_language_defn): Add basic_lookup_transparent_type.
13486         (asm_language_defn): Add basic_lookup_transparent_type.
13487         (minimal_language_defn): Add basic_lookup_transparent_type.
13488         * f-lang.c: Update copyright.
13489         (f_language_defn): Add basic_lookup_transparent_type.
13490         * jv-lang.c: Update copyright.
13491         (java_language_defn): Add basic_lookup_transparent_type.
13492         * m2-lang.c: Update copyright.
13493         (m2_language_defn): Add basic_lookup_transparent_type.
13494         * objc-lang.c: Update copyright.
13495         (objc_language_defn): Add basic_lookup_transparent_type.
13496         * p-lang.c: Update copyright.
13497         (p_language_defn): Add basic_lookup_transparent_type.
13498         * scm-lang.c: Update copyright.
13499         (scm_language_defn): Add basic_lookup_transparent_type.
13500         * Makefile.in (cp-namespace.o): Depend on frame.h.
13501
13502 2004-01-23  David Carlton  <carlton@kealia.com>
13503
13504         Patch for PR c++/1520:
13505         * dwarf2read.c (read_func_scope): Set processing_current_prefix
13506         properly if we have a specification die.
13507         (determine_prefix_aux): Rename from determine_prefix.
13508         (determine_prefix): Like the old determine_prefix, but never
13509         returns NULL.
13510
13511 2004-01-23  Theodore A. Roth  <troth@openavr.org>
13512
13513         * avr-tdep.c: Update copyright.
13514         (avr_iaddr_p): Delete unused function.
13515         (avr_saddr_p): Delete unused function.
13516
13517 2004-01-23  David Carlton  <carlton@kealia.com>
13518
13519         * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13520         Fix for PR symtab/1534.
13521
13522 2004-01-23  Mark Kettenis  <kettenis@gnu.org>
13523
13524         * NEWS (New native configurations): Mention OpenBSD/sparc and
13525         OpenBSD/sparc64.
13526         * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13527         * configure.host: Likewise.
13528         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13529         handler for OpenBSD.
13530         * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13531
13532 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
13533
13534         * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13535         (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13536
13537         * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13538         * cli/cli-cmds.c (shell_escape): Likewise.
13539
13540         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13541         OpenBSD .note.openbsd.ident sections.
13542
13543 2004-01-22  David Carlton  <carlton@kealia.com>
13544
13545         * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13546         get_scope_pc_bounds.
13547         (read_file_scope): Ditto.
13548         (get_scope_pc_bounds): New function, produced by extracting code
13549         from the above two functions, consolidating it, and adding support
13550         for DW_TAG_namespace.
13551
13552 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
13553
13554         * osabi.c (MAX_NOTESZ): New define.
13555         (check_note): New function.
13556         (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13557         check_note.
13558
13559 2004-01-21  Roland McGrath  <roland@redhat.com>
13560
13561         * MAINTAINERS (write after approval): Add myself.
13562
13563 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
13564
13565         * utils.c (init_page_info): Move declarations of `rows' and
13566         `cols' before the __GO32__-specific code.  Move the closing brace
13567         outside the #ifdef __GO32__..#endif block.
13568         [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13569
13570 2004-01-21  Paul Brook  <paul@codesourcery.com>
13571
13572         * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13573         BPSTAT_WHAT_CHECK_SHLIBS.
13574
13575 2004-01-21  Paul Brook  <paul@codesourcery.com>
13576
13577         * MAINTAINERS: Add myself to write-after-approval.
13578
13579 2004-01-20  Andrew Cagney  <cagney@redhat.com>
13580
13581         * ax-gdb.c (print_axs_value): Delete unused function.
13582         * jv-lang.c (java_lookup_type): Delete unused function.
13583         * cli/cli-dump.c (dump_filetype): Delete unused function.
13584         * remote-mips.c (remote_mips_insert_hw_breakpoint)
13585         (remote_mips_remove_hw_breakpoint): Delete unused functions.
13586         (mips_getstring): Delete unused function.
13587         (pmon_insert_breakpoint): Delete #if0ed function.
13588         (PMON_MAX_BP): Delete #if0ed MACRO.
13589         (mips_pmon_bp_info): Delete #if0ed variable.
13590         (pmon_remove_breakpoint): Delete #if0ed function.
13591         * monitor.c (monitor_write_even_block): Delete unused function.
13592         (monitor_write_memory_block): Delete #if0ed code.
13593         * dink32-rom.c (dink32_load): Delete unused function.
13594         (_initialize_dink32_rom): Delete #if0ed code.
13595         * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13596
13597         * tui/tui-command.c: Update references.
13598         * tui/tui-io.c: Update references.
13599         * tui/tui-command.h: Update copyright.
13600         (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13601
13602         * source.c (ambiguous_line_spec): Delete never-defined function.
13603         * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13604         * gdbtypes.c (add_name, add_mangled_type): Ditto.
13605         * cli/cli-cmds.c (validate_comname): Ditto.
13606
13607         * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
13608         "tui-data.h".
13609         (tui_set_disassem_content): Rename tuiSetDisassemContent.
13610         (tui_show_disassem): Rename tuiShowDisassem.
13611         (tui_show_disassem_and_update_source): Rename
13612         tuiVerticalDisassemScroll.
13613         (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13614         (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13615         * tui/tui.h: Update copyright.
13616         (enum tui_status): Define.
13617         * tui/tui-data.h (enum tui_scroll_direction): Define.
13618         * tui/tui-disasm.c: Update copyright.  Update references.
13619         * tui/tui-winsource.c:  Update copyright.  Update references.
13620         * tui/tui-win.c: Update references.
13621         * tui/tui-layout.c: Update references.
13622
13623 2004-01-20  Andrew Cagney  <cagney@redhat.com>
13624
13625         * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13626         sym2 to start of block.
13627
13628 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
13629
13630         * MAINTAINERS: Delete mmalloc.
13631         * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13632         * NEWS: Mention removal of --with-malloc.
13633         * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13634         * config.in: Regenerate.
13635         * configure: Regenerate.
13636         * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13637         USE_MMALLOC, MMCHECK_FORCE.
13638         * gdbinit.in: Remove mmalloc.
13639         * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13640         * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13641         * config/i386/go32.mh: Likewise.
13642         * config/i386/interix.mh: Likewise.
13643         * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13644
13645 2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>
13646
13647         * linespec.c (decode_variable, symtab_from_filename):  Call
13648         error_silent with error message instead of throwing an exception
13649         directly.
13650         * defs.h (error_silent, error_output_message): Add prototypes.
13651         (catch_exceptions_with_msg): Ditto.
13652         * utils.c (error_silent, error_output_message): New functions.
13653         * top.c (catch_exceptions_with_msg): New function.
13654
13655 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
13656
13657         * mi/mi-cmds.h (enum print_values): Add definition.
13658
13659         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13660         type and value for simple data types and just the name and type
13661         for complex ones, if required.
13662
13663         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13664         children, if required.
13665
13666 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
13667
13668         * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13669         unused declarations.
13670
13671 2004-01-19  Andrew Cagney  <cagney@redhat.com>
13672
13673         * top.h (mapped_symbol_files): Delete declaration.
13674         * main.c (captured_main): Delete option "m" and "mapped".
13675         * objfiles.c (mapped_symbol_files): Delete variable.
13676         * symfile.c (symbol_file_command): Delete mmap code.
13677         (symbol_file_add_with_addrs_or_offsets): Ditto.
13678         (add_symbol_file_command, reread_separate_symbols): Ditto.
13679         * objfiles.h (OBJF_MAPPED): Delete.
13680         * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13681         (free_objfile) [USE_MMALLOC]: Ditto.
13682         (open_existing_mapped_file): Delete function.
13683         (open_mapped_file): Delete function.
13684         (map_to_file): Delete function.
13685
13686 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
13687
13688         * infrun.c (step_into_function): Account for possible breakpoint
13689         adjustment when computing ``stop_func_start''.
13690
13691 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
13692
13693         * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13694         the region size against the size of a pointer, not the size of
13695         a register as given by DEPRECATED_REGISTER_SIZE.
13696
13697 2004-01-19  Andrew Cagney  <cagney@redhat.com>
13698
13699         * tui/tui-regs.h: Include "tui-data.h".
13700         (tuiFirstRegElementNoInLine): Delete declaration.
13701         (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13702         (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13703         (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13704         (tui_calculate_regs_column_count): Rename
13705         tuiCalculateRegsColumnCount.
13706         (tui_check_register_values): Rename tuiCheckRegisterValues.
13707         (tui_show_registers): Rename tuiShowRegisters.
13708         (tui_display_registers_from_line): Rename
13709         tuiDisplayRegistersFromLine.
13710         (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13711         (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13712         (tui_first_reg_element_no_inline): Rename
13713         tuiFirstRegElementNoInLine.
13714         * tui/tui-data.h: Update copyright.
13715         (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13716         * tui/tui-windata.c: Update copyright, update references.
13717         * tui/tui-regs.c: Update copyright, update references.
13718         * tui/tui-win.c: Update copyright, update references.
13719         * tui/tui-layout.c: Update copyright, update references.
13720
13721 2004-01-18  Andrew Cagney  <cagney@redhat.com>
13722
13723         * tui/tui-io.c: Update copyright.
13724         (key_is_end_sequence, key_is_backspace): New functions.
13725         (key_is_command_char, key_is_start_sequence): New function.
13726         (tui_getc): Update references.
13727         * tui/tui-io.h: Update copyright.
13728         (m_tuiStartNewLine): Delete macro.
13729         (m_isBackspace, m_isDeleteChar): Delete macros.
13730         (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13731         (m_isNextPage, m_isPrevPage): Delete macros.
13732         (m_isLeftArrow, m_isRightArrow): Delete macros.
13733         (m_isXdbStyleCommandChar): Delete macro.
13734         (key_is_start_sequence): Declare, replace m_isStartSequence.
13735         (key_is_end_sequence): Declare, replace m_isEndSequence.
13736         (key_is_backspace): Declare ,replace m_isBackspace.
13737         (key_is_command_char): Declare, replace m_isCommandChar.
13738         * tui/tui-command.c: Update copyright.
13739         (tuiDispatchCtrlChar): Update references.
13740
13741         * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13742         tuiSourceWin.h.
13743
13744         * tui/tui-command.c: Rename tui/tuiCommand.c.
13745         * tui/tui-command.h: Rename tui/tuiCommand.h.
13746         * tui/tui-data.c: Rename tui/tuiData.c.
13747         * tui/tui-data.h: Rename tui/tuiData.h.
13748         * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13749         * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13750         * tui/tui-io.c: Rename tui/tuiIO.c.
13751         * tui/tui-io.h: Rename tui/tuiIO.h.
13752         * tui/tui-layout.c: Rename tui/tuiLayout.c.
13753         * tui/tui-layout.h: Rename tui/tuiLayout.h.
13754         * tui/tui-regs.c: Rename tui/tuiRegs.c.
13755         * tui/tui-regs.h: Rename tui/tuiRegs.h.
13756         * tui/tui-source.c: Rename tui/tuiSource.c.
13757         * tui/tui-source.h: Rename tui/tuiSource.h.
13758         * tui/tui-stack.c: Rename tui/tuiStack.c.
13759         * tui/tui-stack.h: Rename tui/tuiStack.h.
13760         * tui/tui-win.c: Rename tui/tuiWin.c.
13761         * tui/tui-win.h: Rename tui/tuiWin.h.
13762         * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13763         * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13764         * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13765         * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13766         * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13767         * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13768         * tui/tui-file.c: Update includes.
13769         * tui/tui-hooks.c: Update includes.
13770         * tui/tui-interp.c: Update includes.
13771         * tui/tui.c: Update includes.
13772         * Makefile.in: Update all tui/ dependencies.
13773         (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13774
13775         * Makefile.in: Update copyright.  Update dependencies.
13776
13777         * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13778         problem.
13779
13780 2004-01-18  Andrew Cagney  <cagney@redhat.com>
13781
13782         * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13783         instead of register_gdbarch_init.
13784
13785         * remote-sds.c (tohex): Delete unused function.  Update copyright.
13786         * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13787         * v850-tdep.c (v850_register_virtual_size): Ditto.
13788         * target.c (normal_target_post_startup_inferior): Ditto.
13789         * source.c (ambiguous_line_spec): Ditto.
13790         * remote.c (adapt_remote_get_threadinfo): Ditto.
13791         * mi/mi-out.c (out_field_fmt): Ditto.
13792         * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13793         (output_control_change_notification): Ditto.
13794         * m68k-tdep.c (m68k_register_byte): Ditto.
13795         (m68k_remote_breakpoint_from_pc): Ditto.
13796         * ui-out.c (init_ui_out_state): Delete unused declaration.
13797         * stabsread.c (search_value): Ditto.
13798         * mi/mi-cmd-env.c (env_cli_command): Ditto.
13799         * maint.c (print_section_table): Ditto.
13800         * infrun.c (set_follow_fork_mode_command): Ditto.
13801
13802 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
13803
13804         * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13805         DW_CFA_def_cfa_exporession.  Add support for
13806         DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13807         DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
13808
13809 2004-01-18  Andrew Cagney  <cagney@redhat.com>
13810
13811         * ocd.c: Update copyright.
13812         (bdm_read_register_command): Delete unused function.
13813         (_initialize_remote_ocd): Delete commented out reference.
13814         (get_quoted_char, reset_packet): Delete #if0ed function.
13815         (output_packet, put_quoted_char): Delete #if0ed function.
13816         (stu_put_packet, stu_get_packet): Delete #if0ed function.
13817         (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13818         (BDM_BREAKPOINT): Delete #if0ed macro.
13819         (remote_timeout): Delete #if0ed variable.
13820
13821 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
13822
13823         * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13824         (core-sol2.o): Remove dependency.
13825         * core-sol2.c: Remove file.
13826
13827 2004-01-17  Andrew Cagney  <cagney@redhat.com>
13828
13829         * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13830         * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13831         enums.
13832
13833 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
13834
13835         * remote.c: Update copyright years.
13836
13837 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
13838
13839         * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13840
13841 2004-01-17  Andrew Cagney  <cagney@redhat.com>
13842
13843         * mdebugread.c: Update copyright.
13844         (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13845         (parse_type, parse_procedure): Ditto.
13846         (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13847
13848         * cris-tdep.c (cris_store_struct_return): Put back accidently
13849         deleted function.
13850
13851         * gdbarch.sh: Update copyright year.
13852         * gdbarch.h, gdbarch.c: Re-generate.
13853
13854 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
13855
13856         Suggested by George Anzinger.
13857         * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13858         correct stack offset.  Include unknown opcode numbers in the error
13859         message.
13860
13861 2004-01-17  Andrew Cagney  <cagney@redhat.com>
13862
13863         * x86-64-tdep.c (x86_64_init_abi): No need to clear
13864         extract_struct_value_address, i386 does not set it.
13865         * sparc64-tdep.c (sparc64_init_abi): Do not set
13866         extract_struct_value_address, never called.
13867         (sparc64_extract_struct_value_address): Delete function.
13868         * m68hc11-tdep.c: Update copyright.
13869         (m68hc11_gdbarch_init): Delete redundant assignment of
13870         extract_struct_value_address.
13871         * i386-tdep.c: Update copyright.
13872         (i386_gdbarch_init): Do not set extract_struct_value_address,
13873         never called.
13874         (i386_extract_struct_value_address): Delete function.
13875         * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13876         extract_struct_value_address, never called.
13877         (sparc32_extract_struct_value_address): #if 0 function.  Add
13878         comments explaining its future.
13879
13880 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
13881
13882         * arm-tdep.c (arm_write_pc): New function.
13883         (arm_gdbarch_init): Call set_gdbarch_write_pc.
13884
13885 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
13886
13887         * breakpoint.c (must_shift_inst_regs): Delete.
13888         (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
13889         and SHIFT_INST_REGS.
13890         * infcmd.c (step_1, step_1_continuation): Delete references to
13891         SHIFT_INST_REGS.
13892         * infrun.c (keep_going): Likewise.
13893         * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
13894         * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
13895
13896 2004-01-17  Andrew Cagney  <cagney@redhat.com>
13897
13898         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
13899         * gdbarch.h, gdbarch.c: Re-generate.
13900         * infcmd.c (print_return_value): Delete reference to
13901         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
13902
13903         * cris-tdep.c (cris_gdbarch_init): Do not set
13904         deprecated_extract_struct_value_address.
13905
13906         * xstormy16-tdep.c: Update copyright.
13907         (xstormy16_extract_struct_value_address): Update to current
13908         extract struct value address interface.
13909         (xstormy16_gdbarch_init): Set extract_struct_value_address.
13910         * sh64-tdep.c (sh64_extract_struct_value_address): Update to
13911         current extract struct value address interface.
13912         (sh64_gdbarch_init): Set extract_struct_value_address.
13913
13914         * cris-tdep.c: Update copyright.
13915         (cris_extract_struct_value_address): Delete function.
13916         (struct_return_address): Delete variable.
13917         (cris_store_struct_return): Do not set struct_return_address.
13918
13919         * mcore-tdep.c: Update copyright.
13920         (mcore_extract_struct_value_address): Delete function.  Update
13921         comments.
13922         (mcore_gdbarch_init): Update.
13923         * mn10300-tdep.c: Update copyright.
13924         (mn10300_extract_struct_value_address): Delete function.
13925         (mn10300_gdbarch_init): Update.
13926         * v850-tdep.c: Update copyright.
13927         (v850_extract_struct_value_address): Delete.
13928         (v850_gdbarch_init): Update.
13929         * ns32k-tdep.c: Update copyright.
13930         (ns32k_extract_struct_value_address): Delete.
13931         (ns32k_gdbarch_init): Update.
13932         * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
13933         (hppa_gdbarch_init): Update.
13934         * vax-tdep.c: Update copyright.
13935         (vax_extract_struct_value_address): Delete.
13936         (vax_gdbarch_init): Update.
13937
13938         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
13939         * gdbarch.h, gdbarch.c: Re-generate.
13940         * procfs.c (procfs_fetch_registers): Delete reference to
13941         DEPRECATED_NPC_REGNUM.
13942         (procfs_store_registers): Ditto.
13943         * regcache.c (generic_target_write_pc): Simplify.
13944         * lynx-nat.c: Delete #ifdef SPARC code.  Not used.
13945
13946         * core-sol2.c (fetch_core_registers): Replace
13947         DEPRECATED_NPC_REGNUM with equivalent tdep value.
13948
13949         * hppa-tdep.c: Update copyright year.
13950         (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
13951         NPC_REGNUM.
13952         (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
13953
13954         * mips-tdep.c (mips_write_pc): New function.
13955         (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
13956         (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
13957         (mips_find_saved_regs, mips_software_single_step: Ditto.
13958         (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
13959         mips_init_extra_frame_info, mips_pop_frame): Ditto.
13960
13961 2004-01-17  Andrew Cagney  <cagney@redhat.com>
13962
13963         * mips-tdep.c: Re-indent.  Group functions by ABI.
13964
13965 2004-01-17  Andrew Cagney  <cagney@redhat.com>
13966
13967         * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
13968         * gdbarch.c: Re-generate.
13969         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
13970         DECR_PC_AFTER_BREAK to zero.
13971         * vax-tdep.c (vax_gdbarch_init): Ditto.
13972         * v850-tdep.c (v850_gdbarch_init): Ditto.
13973         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
13974         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
13975         * sh-tdep.c (sh_gdbarch_init): Ditto.
13976         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
13977         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
13978         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
13979         * mips-tdep.c (mips_gdbarch_init): Ditto.
13980         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
13981         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
13982         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
13983         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
13984         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
13985         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
13986         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
13987         * frv-tdep.c (frv_gdbarch_init): Ditto.
13988         * cris-tdep.c (cris_gdbarch_init): Ditto.
13989         * avr-tdep.c (avr_gdbarch_init): Ditto.
13990         * arm-tdep.c (arm_gdbarch_init): Ditto.
13991         * i386-nto-tdep.c (i386nto_init_abi): Add comment.
13992
13993 2004-01-17  J. Brobecker  <brobecker@gnat.com>
13994
13995         * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
13996         Delete, no longer used.
13997         (read_subrange_type): New function, mostly extracted from
13998         read_array_type().
13999         (read_array_type): Replace extracted code by call to
14000         read_subrange_type().
14001         (dwarf2_get_attr_constant_value): New function.
14002         (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14003         (add_partial_symbol): Likewise.
14004         (process_die): Likewise.
14005         (new_symbol): Likewise.
14006         (read_type_die): Likewise.
14007
14008 2004-01-16  Andrew Cagney  <cagney@redhat.com>
14009
14010         * symfile.c: Update copyright year.
14011         (compare_symbols): Delete unused function.
14012         * stabsread.c: Update copyright year.
14013         (lrs_general_complaint): Delete unused function.
14014         (ref_search_value): Ditto.
14015         (get_substring): Delete declaration.
14016         * sh64-tdep.c: Update copyright year.
14017         (sh64_get_gdb_regnum): Delete unused function.
14018         * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14019         Delete unused function.
14020
14021 2004-01-17  Mark Kettenis  <kettenis@gnu.org>
14022
14023         * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14024         * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14025
14026 2004-01-16  Andrew Cagney  <cagney@redhat.com>
14027
14028         Changes from Peter Schauer.
14029         * rs6000-tdep.c: Update copyright year.
14030         (rs6000_push_dummy_call): Update the stack pointer before
14031         accessing the corresponding stack region.
14032         * rs6000-nat.c: Update copyright year.
14033         (set_host_arch): Set "info.abfd" to "exec_bfd".
14034
14035 2004-01-15  Mark Kettenis  <kettenis@gnu.org>
14036
14037         * blockframe.c: Update copyright year.
14038         (inside_entry_func): Don't treat a zero PC specially.
14039
14040 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
14041
14042         * gcore.c (gcore_copy_callback): Use paddr_d to print size
14043         variable.
14044         (gcore_create_callback): Ditto.  Skip any memory segment that has
14045         no permissions set.
14046
14047 2004-01-14  David Carlton  <carlton@kealia.com>
14048
14049         Change symbols for C++ nested types to contain the fully qualified
14050         name, if possible.  (At least in the DWARF-2 case.)  Partial fix
14051         for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14052         c++/895.
14053         * c-exp.y (qualified_type): Handle types nested within classes.
14054         * cp-namespace.c: Update comments.
14055         (cp_set_block_scope): Delete #if 0.
14056         (cp_lookup_nested_type): Handle types nested within classes.
14057         * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14058         when appropriate.
14059         (add_partial_symbol): Add the name of the enclosing namespace to
14060         types.
14061         (pdi_needs_namespace): New.
14062         (add_partial_namespace): Tweak comment.
14063         (add_partial_structure): New.
14064         (psymtab_to_symtab_1): Initialize processing_current_prefix
14065         here...
14066         (process_die): instead of here.
14067         (read_structure_scope): Try to figure out the name of the class or
14068         namespace that the structure might be defined within.
14069         (read_enumeration): Generate fully-qualified names, if possible.
14070         (read_namespace): Don't set name to NULL.
14071         (die_specification): New.
14072         (new_symbol): Generate fully-qualified names for types.
14073         (read_type_die): Determine appropriate prefix.
14074         (determine_prefix): New.
14075         (typename_concat): New.
14076         (class_name): New.
14077         * valops.c (value_aggregate_elt): Pass NOSIDE to
14078         value_struct_elt_for_reference.
14079         (value_struct_elt_for_reference): Make static, add NOSIDE
14080         parameter, call value_maybe_namespace_elt as a last resort.
14081         (value_namespace_elt): Break out code into
14082         value_maybe_namespace_elt.
14083         (value_maybe_namespace_elt): New.
14084
14085 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14086
14087         * mips-tdep.c (mips_convert_register_p): Handle both raw and
14088         cooked floating-point registers.
14089         (mips_gdbarch_init): Set convert_register_p, register_to_value,
14090         and value_to_register.
14091
14092 2004-01-13  Andrew Cagney  <cagney@redhat.com>
14093
14094         * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14095         * gdbarch.c: Re-generate.
14096         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14097         FUNCTION_START_OFFSET.
14098         * v850-tdep.c (v850_gdbarch_init): Ditto.
14099         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14100         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14101         * sh-tdep.c (sh_gdbarch_init): Ditto.
14102         * s390-tdep.c (s390_gdbarch_init): Ditto.
14103         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14104         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14105         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14106         * mips-tdep.c (mips_gdbarch_init): Ditto.
14107         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14108         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14109         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14110         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14111         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14112         * i386-tdep.c (i386_gdbarch_init): Ditto.
14113         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14114         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14115         * frv-tdep.c (frv_gdbarch_init): Ditto.
14116         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14117         * cris-tdep.c (cris_gdbarch_init): Ditto.
14118         * avr-tdep.c (avr_gdbarch_init): Ditto.
14119         * arm-tdep.c (arm_gdbarch_init): Ditto.
14120         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14121
14122 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
14123
14124         * infrun.c (follow_fork_mode_ask): Remove.
14125         (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14126         (follow_fork): Simplify and remove internal error for
14127         follow_fork_mode_ask.
14128         (_initialize_infrun): Update "set follow-fork-mode" help text.
14129
14130 2004-01-13  Andrew Cagney  <cagney@redhat.com>
14131
14132         * configure.in: Update copyright year.
14133         (build_warnings): Add -Wunused-label.
14134         * configure: Re-generate.
14135
14136 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14137
14138         * exec.h (exec_ops): Make "extern".
14139
14140         * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14141         the function is void.
14142         (mips_pseudo_register_write): Ditto.
14143
14144 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14145
14146         * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14147         call.  Never defined.
14148         * sparc-tdep.h (struct frame_info): Add opaque declaration.
14149         * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14150         (struct sparc_gregset, struct regcache): Ditto.
14151         * sparc-nat.c: Update copyright.  Specify "GNU/Linux".
14152
14153 2004-01-12  Andrew Cagney  <cagney@redhat.com>
14154
14155         * mi/ChangeLog: Delete file.  Renamed to ...
14156         * mi/ChangeLog-1999-2003: New file.
14157         * tui/ChangeLog: Delete file.  Renamed to ...
14158         * tui/ChangeLog-1998-2003: New file.
14159
14160 2004-01-11  Mark Kettenis  <kettenis@gnu.org>
14161
14162         * sparc64nbsd-tdep.c: Include "regset.h".
14163         (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14164         Remove variables.
14165         (fetch_core_registers): Remove function.
14166         (sparc64nbsd_core_fns): Remove variable.
14167         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14168         functions.
14169         (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14170         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14171         (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14172
14173         * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14174         sparc_extract_struct_value_address.
14175         (sparc32_gdbarch_init): Set extract_struct_value_address.
14176         * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14177         function.
14178         (sparc64_init_abi): Set extract_struct_value_address.  Don't set
14179         return_value_on_stack.
14180
14181         * NEWS: Mention that %cs and %ss have been added to the AMD64
14182         configurations
14183
14184         * frame.c: Update copyright year.
14185         (get_prev_frame): Improve comment.
14186
14187         * sparc64fbsd-tdep.c: Include "regset.h".
14188         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14189         Remove variables.
14190         (fetch_core_registers): Remove function.
14191         (sparc64fbsd_core_fns): Remove variable.
14192         (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14193         functions.
14194         (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14195         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14196         (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14197
14198         * sparcnbsd-tdep.c: Include "regset.h".
14199         (fetch_core_registers): Remove function.
14200         (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14201         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14202         functions.
14203         (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14204         TDEP->fpregset.
14205         (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14206
14207         * sparc-tdep.h (struct regset): Provide opaque declaration.
14208         (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14209         fpregset and sizeof_fpregset members.
14210         * sparc-tdep.c (struct regset): Provide opaque declaration.
14211         (sparc_regset_from_core_section): New function.
14212         (sparc32_gdbarch_init): Initialize TDEP->gregset,
14213         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14214         Set regset_from_core_section when appropriate.
14215
14216 2004-01-10  Mark Kettenis  <kettenis@gnu.org>
14217
14218         * x86-64-tdep.c (amd64_non_pod_p): New function.
14219         (amd64_classify_aggregate): Return class memory for non-POD
14220         C++ structure types.
14221
14222         * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14223         argument.  Use it to reserve a register if necessary.
14224         (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14225         amd64_push_arguments.
14226
14227         * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14228
14229         * x86-64-tdep.c (amd64_register_info): Add %cs and %ss.  Adjust
14230         register numbers in comments.
14231         * x86-64-tdep.h: Update copyright year.
14232         (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14233         Adjust for addition of %cs and %ss.
14234         * amd64fbsd-nat.c: Update copyright year.
14235         (reg_offset): Add register offsets for %cs and %ss.
14236         * amd64fbsd-tdep.c: Update copyright year.
14237         (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14238         (amd64fbsd_sc_reg_offset): Likewise.
14239         * x86-64-linux-nat.c: Update copyright year.
14240         (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14241         and %ss.
14242         * amd64nbsd-nat.c: Update copyright year.
14243         (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14244         * amd64nbsd-tdep.c: Update copyright year.
14245         (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14246         * x86-64-linux-tdep.c: Update copyright year.
14247         (user_to_gdb_regmap): Add mapping for %cs and %ss.
14248         (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14249         * regformats/reg-x86-64.dat: Add %cs and %ss.
14250
14251         * blockframe.c (inside_entry_func): Reformat.  Introduce new local
14252         variables to prevent long lines.  Update comments to reflect
14253         reality.
14254
14255 2004-01-09  David Carlton  <carlton@kealia.com>
14256
14257         Checked in by Elena Zannoni  <ezannoni@redhat.com>.
14258         * dwarf2read.c (read_namespace): Pull out name-generating code
14259         into namespace_name. Rename previous_namespace to previous_prefix
14260         and processing_current_namespace to processing_current_prefix..
14261         (namespace_name): New function.
14262         (add_partial_symbol): Substitute uses of pdi->name with
14263         actual_name.
14264         * cp-support.h: Rename processing_current_namespace to
14265         processing_current_prefix.
14266         Update copyright year.
14267         * cp-namespace.c: Rename processing_current_namespace to
14268         processing_current_prefix.
14269         Update copyright year.
14270
14271 2004-01-09  Andrew Cagney  <cagney@redhat.com>
14272
14273         * jv-valprint.c, ser-unix.c: Add missing copyright years.
14274
14275 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
14276
14277         * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14278         complaining.
14279         (process_one_symbol): Deal with N_PATCH stabs.
14280
14281 2004-01-09  Elena Zannoni  <ezannoni@redhat.com>
14282
14283         * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14284         ifdeffed code.
14285         Update copyright year.
14286
14287 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14288
14289         * config/pa/tm-hppa.h: Update extern declarations for
14290         hppa32_hpux_frame_saved_pc_in_sigtramp,
14291         hppa32_hpux_frame_base_before_sigtramp, and
14292         hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14293
14294 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
14295
14296         * config/pa/tm-hppah.h: Update copyright years.
14297
14298 2004-01-08  Andrew Cagney  <cagney@redhat.com>
14299
14300         * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14301         (mips_o32_reg_struct_has_addr): Delete function.
14302         (mips_gdbarch_init): Update.
14303         (mips_extract_struct_value_address): Delete function.
14304
14305 2004-01-08  David Mosberger  <davidm@hpl.hp.com>
14306
14307         * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14308         reality.
14309
14310 2004-01-07  Andrew Cagney  <cagney@redhat.com>
14311
14312         * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14313         architecture's elf flags (when available).
14314
14315         * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14316         FPU to the start, check the MIPS FPU when looking for an old
14317         architecture.
14318         (set_mipsfpu_single_command): Update the architecture.
14319         (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14320
14321         * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14322         (mips_mask_address_p): Add "tdep" parameter.
14323         (show_mask_address, mips_addr_bits_remove): Update.
14324         (mips_dump_tdep): Update.
14325         (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14326         (MIPS_STACK_ARGSIZE): Delete macro.
14327         (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14328         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14329         (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14330         (mips_dump_tdep): Update.
14331         (MIPS_SAVED_REGSIZE): Delete macro.
14332         (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14333         (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14334         (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14335         (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14336         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14337         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14338         (mips_pop_frame, return_value_location): Update.
14339         (mips_n32n64_return_value, mips_dump_tdep): Update.
14340
14341         * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14342         MIPS ABI.
14343
14344         * mips-tdep.c: Update copyright.
14345         (mips_gdbarch_init): Merge two code blocks handling the register
14346         name and number layout.
14347
14348 2004-01-02  Pawel Ostrowski  <pasza@zodiac.mimuw.edu.pl>
14349
14350         * tracepoint.c (validate_actionline): Fix segv at EOF
14351
14352 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
14353
14354         * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14355         properly for static fields.
14356
14357 2004-01-06  Jeff Johnston  <jjohnstn@redhat.com>
14358             Jason Molenda  <jmolenda@apple.com>
14359
14360         * disasm.c: Update copyright to include 2004.
14361         (do_mixed_source_and_assembly): For uiout asm list
14362         and tuple cleanups, initialize to null_cleanup instead of
14363         NULL and do so prior to loop.  Only reset when we close off
14364         the tuple/list.  Move check for whether to close off the
14365         asm tuple/list to after dump_insns call where it will be run
14366         on each loop iteration.
14367
14368 2004-01-05  Andrew Cagney  <cagney@redhat.com>
14369
14370         * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14371         should be a switch case and not a label.
14372         * mips-tdep.c (mips32_next_pc): Delete unused labels
14373         "greater_equal_branch" and "less_zero_branch".
14374         * jv-valprint.c (java_print_value_fields): Delete unused label
14375         "flush_it".
14376
14377         * target.c (unpush_target): Only close a target that is in the
14378         target stack.
14379
14380 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
14381
14382         * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14383         address from [sp + 64] instead of %o2.
14384
14385         * frame.c (get_prev_frame): Don't try to unwind the PC.  This
14386         fixes PR backtrace/1476.
14387
14388 2004-01-05  Andrew Cagney  <cagney@redhat.com>
14389
14390         * libunwind-frame.h (struct frame_id): Add opaque declaration,
14391         move to start of file.
14392         * i386-tdep.h (struct regcache): Add opaque declaration.
14393         * config/ia64/nm-linux.h (struct target_ops): Add opaque
14394         declaration.
14395         * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14396         (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14397         * win32-nat.c (fake_create_process): Use ISO C style definition.
14398         * stabsread.c (define_symbol): Delete #ifndef
14399         DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14400         stabs_argument_has_addr call, macro never defined.
14401
14402 2004-01-04  Michael Chastain  <mec.gnu@mindspring.com>
14403
14404         * op50-rom.c: Delete.
14405         * w89k-rom.c: Delete.
14406         * Makefile.in: Remove references.
14407
14408 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14409
14410         * x86-64-tdep.c: Update copyright year.
14411         (struct amd64_register_info): Rename from x86_64_register_info.
14412         (amd64_register_info): Rename from x86_64_register_info.
14413         (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14414         (amd64_register_name): Rename from x86_64_register_name.
14415         (amd64_register_type): Rename from x86_64_register_type.
14416         (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14417         (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14418         (amd64_dwarf_reg_to_regnum): Rename from
14419         x86_64_dwarf_reg_to_regnum.
14420         (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14421         (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14422         (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14423         (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14424         (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14425         (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14426         (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14427         (amd64_frame_cache): Rename from x86_64_frame_cache.
14428         (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14429         (amd64_frame_prev_register): Rename from
14430         x86_64_frame_prev_register.
14431         (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14432         (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14433         (amd64_sigtramp_frame_cache): Rename from
14434         x86_64_sigtramp_frame_cache.
14435         (amd64_sigtramp_frame_prev_register): Rename from
14436         x86_64_sigtramp_frame_prev_register.
14437         (amd64_sigtramp_frame_unwind): Rename from
14438         x86_64_sigtramp_frame_unwind.
14439         (amd64_sigtramp_frame_sniffer): Rename from
14440         x86_64_sigtramp_frame_sniffer.
14441         (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14442         (amd64_frame_base): Rename from x86_64_frame_base.
14443         (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14444         (amd64_frame_align): Rename from x86_64_frame_align.
14445         (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14446         (amd64_regset_from_core_section): Rename from
14447         x86_64_regset_from_core_section.
14448         (x86_64_init_abi): Update comments.
14449
14450 2004-01-04  Nick Roberts  <nick@nick.uklinux.net>
14451
14452         * MAINTAINERS (write after approval): Add myself.
14453
14454 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14455
14456         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14457         `float' arguments.
14458
14459 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
14460
14461         * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14462         such that it mentions a specific version of GCC that exhibits this
14463         bug.
14464
14465 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14466
14467         * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14468         structure that has a single `float' member, store it in %f1 in
14469         addition to %f0.
14470
14471         * sparc-sol2-nat.c: Add missing '\'.
14472
14473         * sparc-tdep.c (sparc32_return_value): New function.
14474          (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14475         Remove functions.
14476         (sparc32_gdbarch_init): Set return_value, don't set
14477         extract_return_value, store_return_value, use_struct_convention
14478         and return_value_on_stack.
14479
14480         * sparc-sol2-nat.c: Add missing ')'.
14481
14482 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14483
14484         * infrun.c (handle_step_into_function): New function.
14485         (handle_inferior_event): Extract out some code into the new
14486         function above.
14487
14488 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14489
14490         * infrun.c (handle_inferior_event): Move the declaration of
14491         real_stop_pc inside the if blocks where it is used.
14492
14493 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14494
14495         * sparc64-tdep.c (sparc64_16_byte_align_p)
14496         (sparc64_store_floating_fields, sparc64_store_floating_fields):
14497         Use check_typedef to get subtypes of structures and unions.
14498         (sparc64_store_return_value): Fix calculation of the appropriate
14499         offset into VALBUF when storing a structure or union.
14500         (sparc64_return_value): New function.
14501         (sparc64_use_struct_convention): Remove function.
14502         (sparc64_init_abi): Set return_value, don't set
14503         extract_return_value, store_return_value and
14504         use_struct_convention.
14505
14506 2004-01-03  Eli Zaretskii  <eliz@elta.co.il>
14507
14508         * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14509         bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14510         gdb/config/alpha/xm-alphaosf.h,
14511         gdb/config/powerpc/tm-ppcle-eabi.h,
14512         gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14513         gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14514         gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14515         gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14516         gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14517         gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14518         gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14519         gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14520         gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14521         gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14522         gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14523         nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14524         include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14525         opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14526         opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14527         sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14528         sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14529         sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14530         sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14531         sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14532         sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14533         Remove lines for .cvsignore files.
14534
14535 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14536
14537         * infrun.c: Back out the previous change.
14538
14539 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
14540
14541         * NEWS: Mention revised SPARC target.  Add sparc-*-lynxos* and
14542         sparc-*-sunos4* to the list of REMOVED configurations.
14543
14544         * configure.tgt: Add back sparc-*-vxworks*.
14545         * remote-vxsparc.c: Remove all includes except for "defs.h",
14546         "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14547         Include "sparc-tdep.h".
14548         (SPARC_R_G1): New define.
14549         (vxsparc_gregset): New variable.
14550         (ext_format_sparc): Remove extern declaration.
14551         (vx_read_register): Rewrite to use sparc32_supply_gregset and
14552         sparc32_supply_fpregset.
14553         (vx_write_register): Rewrite to use sparc32_collect_gregset,
14554         sparc_collect_rwindow and sparc32_collect_fpregset.
14555         * config/sparc/tm-vxworks.h: New file, based on recently removed
14556         tm-vxsparc.h.
14557         * config/sparc/vxworks.mt: New file, based on recently removed
14558         vxworks.mt.
14559
14560 2004-01-03  J. Brobecker  <brobecker@gnat.com>
14561
14562         * infrun.c (handle_step_into_function): New function.
14563         (handle_inferior_event): Extract out some code into the new
14564         function above.
14565
14566 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
14567
14568         * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14569         sparcl-tdep.c.  Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14570         sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14571         sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14572         sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14573         sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14574         (sparc_nat_h): New variable.
14575         (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14576         (tm-sun4os4.h): Remove dependency.
14577         (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14578         (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14579         sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14580         sparc-tdep.o): Update dependencies.
14581         (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14582         sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14583         sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14584         dependencies.
14585         * configure.host: Remove existing sparc-*-lynxos*,
14586         sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14587         ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14588         sparcv9-*-* and sparc64-*-* triplets.  Add new sparc64-*-linux*,
14589         sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14590         triplets.
14591         * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14592         sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14593         sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14594         sparcv9-*-* and commented out sparc64-*-solars2* triplets.  Add
14595         new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14596         sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14597         sparc64-*-solaris2* and sparc64-*-* triplets.
14598         * sparc64-tdep.c: Update copyright year.  Include "inferior.h",
14599         "symtab.h" and "objfiles.h".
14600         (BIAS): Remove define.
14601         (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14602         (X_DISP19): Remove macros.
14603         (sparc_fetch_instruction): Remove function.
14604         (struct gdbarch_tdep): Remove definition.
14605         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14606         (sparc_breakpoint_from_pc): Remove function.
14607         (struct sparc64_frame_cache): Remove definition.
14608         (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14609         sparc64_unwind_pc): Remove functions.
14610         (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14611         `struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
14612         of sparc64_analyze_prologue.  Mark constant as ULL instead of UL.
14613         (sparc64_frame_cache): Change return type to `struct
14614         sparc_frame_cache *'.  Simply call sparc_frame_cache.
14615         (sparc64_frame_this_id, sparc64_frame_prev_register,
14616         sparc64_frame_base_address): Use `struct sparc_frame_cache'
14617         instead of `struct sparc64_frame_cache.
14618         (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14619         sparc_analyze_control_transfer, sparc_software_single_step,
14620         sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14621         _initialize_sparc64_tdep): Remove functions.
14622         (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14623         (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14624         macros.
14625         (sparc64_supply_gregset, sparc64_collect_gregset,
14626         sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14627         (sparc64_init_abi): New function.
14628         * sparc64-tdep.h: Update copyright year.  Fix typo in multiple
14629         inclusion guard.  Include "sparc-tdep.h".
14630         (BIAS): Define.
14631         (r_tstate_offset, r_fprs_offset): New defines.
14632         (enum sparc_regnum): Remove defenition.
14633         (enum sparc64_regnum): Reformat.
14634         (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14635         (sparc64_init_abi, sparc64_supply_gregset,
14636         sparc64_collect_gregset, sparc64_supply_fpregset,
14637         sparc64_collect_fpregset): New prototypes.
14638         (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14639         Add extern declarations.
14640         (sparc64_sol2_init_abi): New prototype.
14641         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14642         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14643         prototypes.
14644         * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14645         "sparnbsd-nat.h".
14646         (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14647         functions.
14648         (_initialize_sparc64fbsd_nat): Remove initialization of
14649         sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14650         sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14651         sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
14652         * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
14653         "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14654         (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14655         (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14656         (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14657         (sparc64fbsd_r_y_offset): Remove variables.
14658         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14659         Make static and const.
14660         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14661         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14662         functions.
14663         (sparc64fbsd_gregset): New variable.
14664         (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14665         and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14666         and sparc64_supply_fpregset.
14667         (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14668         (sparc64fbsd_sigtramp_frame_this_id)
14669         (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14670         (sparc64fbsd_sigtramp_frame_unwind): New variable.
14671         (sparc64fbsd_sigtramp_frame_sniffer): New function.
14672         (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14673         sparc64fbsd_sigtramp_frame_sniffer.  Call sparc64_init_abi.
14674         * sparcnbsd-tdep.c: Update copyright year.  Include
14675         "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14676         "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14677         "value.h" and "sparcnbsd-tdep.h".
14678         (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14679         (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14680         (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14681         (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14682         defines.
14683         (sparcnbsd_gregset): New variable.
14684         (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14685         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14686         (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14687         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14688         (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14689         variables.
14690         (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14691         (sparc32nbsd_sigcontext_frame_this_id)
14692         (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14693         (sparc32nbsd_sigcontext_frame_unwind): New variable.
14694         (sparc32nbsd_sigtramp_frame_sniffer): New function.
14695         (sparcnbsd_get_longjmp_target_32,
14696         sparcnbsd_get_longjmp_target_64): Remove functions.
14697         (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14698         (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14699         sparcnbsd_init_elf): Remove.
14700         (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14701         (sparcnbsd_elf_init_abi): New functions.
14702         (_initialize_sparcnbsd_tdep): New prototype.
14703         (_initialize_sparnbsd_tdep): Update.
14704         * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14705         corelow.o.  Add sparc64-nat.o and sparc-nat.o.
14706         * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14707         * config/sparc/linux.mh: Update comment.
14708         (XM_FILE, HOST_IPC): Remove variables.
14709         (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o.  Remove
14710         sparc-linux-nat.o.
14711         * config/sparc/linux.mt: Update comment.
14712         (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14713         * config/sparc/nbsd.mt: Reformat.
14714         * config/sparc/nbsd64.mh: Update comment.
14715         (NATDEPFILES): Add sparc-nat.o.
14716         * config/sparc/nbsd64.mt: Update comment.
14717         (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14718         (TM_FILE): Set to tm-nbsd.h.
14719         * config/sparc/nbsdelf.mh: Update comment.
14720         (NATDEPFILES): Add sparc-nat.o.
14721         (XM_FILE): Delete.
14722         * config/sparc/nbsdaout.mh: Update comment.
14723         (NATDEPFILES): Add sparc-nat.o
14724         (XM_FILE): Delete.
14725         * config/sparc/nm-linux.h: Update copyright year.  Don't include
14726         "config/nm-svr4.h" and "solib.h".  Add protection against multiple
14727         inclusion.
14728         (KERNEL_U_SIZE): Remove define.
14729         (kernel_u_size): Remove prototype.
14730         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14731         * config/sparc/nm-nbsd.h: Update copyright.  Don't include
14732         "regcache.h".
14733         (CHILD_PREPARE_TO_STORE): Remove define.
14734         * config/sparc/nm-nbsdaout.h: Tweak some comments.
14735         * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14736         sparcnbsd-nat.c: Rewrite files.
14737         * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14738         * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14739         sparcnbsd-tdep.h: Remove files.
14740         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14741         config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14742         config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14743         config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14744         config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14745         config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14746         config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14747         config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14748         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14749         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14750         config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14751         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14752         * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14753         sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14754         sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14755         * config/sparc/linux64.mh, config/sparc/linux64.mt,
14756         config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14757         config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14758         config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14759
14760 2004-01-02  Andrew Cagney  <cagney@redhat.com>
14761
14762         From 2003-12-18 Kazuhiro Inaoka:
14763         * configure.host: Add m32r-linux target.
14764
14765 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
14766
14767         * top.c (print_gdb_version): Update year to 2004.
14768
14769 2004-01-02  Mark Mitchell  <mark@codesourcery.com>
14770
14771         * MAINTAINERS: Add myself to the write-after-approval category.
14772
14773 2004-01-02  Daniel Jacobowitz  <drow@mvista.com>
14774
14775         From Bernardo Innocenti <bernie@develer.com>:
14776         * configure.tgt: Add uClinux target.
14777
14778 2004-01-02  Andrew Cagney  <cagney@redhat.com>
14779
14780         * utils.c (do_my_cleanups): Make static, add forward declaration.
14781         * defs.h (do_my_cleanups): Delete declaration.
14782
14783 2004-01-02  Eli Zaretskii  <eliz@elta.co.il>
14784
14785         * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14786         bfd/ChangeLog-0203.
14787
14788 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
14789
14790         * configure.in: Check for <machine/reg.h>.  Check for `struct reg'
14791         in <machine/reg.h>.
14792         * configure, config.in: Regenerate.
14793
14794 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14795 tui/ChangeLog-1998-2003.
14796 \f
14797 Local Variables:
14798 mode: change-log
14799 left-margin: 8
14800 fill-column: 74
14801 version-control: never
14802 End: