e213ab1d3c5d488fd5419b7fa00aac1977defd8c
[external/binutils.git] / gdb / ChangeLog
1 2004-10-01  Andrew Cagney  <cagney@gnu.org>
2
3         * Makefile.in (COMMON_OBS): Add inf-child.o.
4         * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
5         * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
6         * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
7         * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
8         * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
9         * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
10         * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
11         * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
12         * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
13         * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
14         * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
15         * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
16         * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
17
18         * target.c (xfer_using_stratum): Change return type to LONGEST.
19         On each iteration offset, readbuf and writebuf.
20         * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
21         partial_length, and read/modify/write predicate, update comments.
22         Pass buffer.word to ptrace write.
23
24 2004-10-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
25
26         * symfile.c (init_filename_language_table): Add extensions for
27         Ada.
28         * defs.h (enum language): Add language_ada.
29         * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
30         * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
31         (add_symbols_from_enclosing_procs): Make a no-op for now.
32         (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
33         (extended_canonical_line_spec, find_sal_from_funcs_and_line)
34         (find_line_in_linetable, find_next_line_in_linetable)
35         (read_all_symtabs, is_plausible_func_for_line)
36         (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
37         (is_runtime_sym_defined, check_size): Remove declaration.
38         (function_name_from_pc, ada_translate_error_message)
39         (ada_lookup_minimal_symbol): Remove definition.
40         (ada_add_block_symbols): Remove useless label.
41         * ada-lang.h (ada_maybe_exception_partial_symbol): Remove 
42         useless declaration.
43         (ada_is_exception_sym): Likewise.
44
45 2004-09-30    Kei Sakamoto  <sakamoto.kei@renesas.com>
46
47         Add m32r-linux support.
48         * configure.tgt: Add m32r*-*-linux*.
49         * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
50         and m32r-linux-tdep.c.
51         (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
52         * m32r-tdep.c: Move some definitions to m32r-tdep.h.
53         * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
54         m32r-linux-tdep.c.
55         * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
56         config/m32r/linux.mh, config/m32r/linux.mt,
57         config/m32r/nm-linux.h: New files.
58
59 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
60
61         * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
62         (mips32_fetch_instruction): Remove, unused.
63
64 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
65
66         * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
67         conditions that will always be true.
68
69 2004-09-30  Mark Kettenis  <kettenis@gnu.org>
70
71         * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
72         (vaxbsd_fetch_inferior_registers): Rename from
73         fetch_inferior_registers.  Make static.
74         (vaxbsd_store_inferior_registers): Rename from
75         store_inferior_registers.  Make static.
76         (_initialize_vaxbsd_nat): Construct and add target vector.
77         * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
78         inftarg.o.  Add inf-child.o and inf-ptrace.o.
79         * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
80         inftarg.o.  Add inf-child.o and inf-ptrace.o.
81         (NAT_FILE): Remove.
82         * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
83         inftarg.o.  Add inf-child.o and inf-ptrace.o.
84         (NAT_FILE): Remove.
85         * Makefile.in (vaxbsd-nat.o): Update dependencies.
86
87         * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
88         (m88kbsd_fetch_inferior_registers): Rename from
89         fetch_inferior_registers.  Make static.
90         (m88kbsd_store_inferior_registers): Rename from
91         store_inferior_registers.  Make static.
92         (_initialize_m88kbsd_nat): New prototype and function.
93         * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
94         inftarg.o.  Add inf-child.o and inf-ptrace.o.
95         (NAT_FILE): Remove.
96         * Makefile.in (m88kbsd-nat.o): Update dependencies.
97
98 2004-09-30  Andrew Cagney  <cagney@gnu.org>
99
100         * target.c (target_xfer_partial): New function.
101         (target_read_memory_partial, target_write_memory_partial) 
102         (default_xfer_partial, target_read_partial, target_write_partial) 
103         (xfer_using_stratum): Use.
104         (debug_to_xfer_partial): Delete function.
105         (setup_target_debug): Do not override to_xfer_partial.
106
107 2004-09-30  Mark Kettenis  <kettenis@chello.nl>
108
109         * fork-child.c: Update copyright year.  Fix coding style.
110
111 2004-09-29  Mark Kettenis  <kettenis@gnu.org>
112
113         * defs.h (msavestring, mstrsave): Remove prototypes.
114         * utils.c (msavestring, mstrsave): Remove functions.
115         * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
116         * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
117         of mstrsave.
118         * source.c (find_and_open_source): Use xstrdup instead of
119         mstrsave.
120
121 2004-09-30  Andrew Cagney  <cagney@gnu.org>
122
123         * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
124         (inf_ptrace_xfer_memory): Delete.
125         * target.c (target_xfer_partial_p, xfer_using_stratum): New.
126         (target_read_memory, target_write_memory): Use xfer_using_stratum
127         when target_xfer_partial_p.
128         (debug_target): Move to start of file.
129         (target_read_memory_partial, target_write_memory_partial): Use
130         to_xfer_partial when target_xfer_partial_p.
131
132         * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
133         inf_ptrace_xfer_memory with equivalent code.
134         * inftarg.c (child_xfer_partial): When performing a write, pass
135         writebuf to child_xfer_memory.
136
137         * target.c (target_read_string): Use target_read_memory instead of
138         target_xfer_memory.
139
140 2004-09-29  Andrew Cagney  <cagney@gnu.org>
141
142         * infptrace.c (kill_inferior): Fix typo, in previous inline.  Pass
143         the address of status.
144
145         * infptrace.c (ptrace_wait): Mention problem with HPUX.
146         (kill_inferior): Inline ptrace_wait call.
147         * linux-nat.c (kill_inferior): Inline ptrace_wait call.
148         * inftarg.c (child_wait): Inline ptrace_wait call.
149
150         * target.h (struct target_ops): Delete field to_post_wait.
151         (target_post_wait): Delete macro.
152         (child_post_wait): Delete declaration.
153         * target.c (update_current_target, update_current_target)
154         (debug_to_post_wait, setup_target_debug): Delete functions and
155         references.
156         * infttrace.c (ptrace_wait): Delete call to target_post_wait.
157         * inftarg.c (child_post_wait): Delete.
158         (init_child_ops): Do not set to_post_wait.
159         * infptrace.c (ptrace_wait): Delete call to target_post_wait.
160         * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
161         * inf-child.c (inf_child_post_wait): Delete.
162         (inf_child_target): Do not set to_post_wait.
163         * inf-ptrace.c (inf_ptrace_post_wait): Delete.
164         (inf_ptrace_target): Do not set to_post_wait.
165
166         * wince.c (child_ops): Delete.
167         * win32-nat.c (child_ops): Delete.
168
169         * inftarg.c (inftarg_set_find_memory_regions) 
170         (inftarg_set_make_corefile_notes): Delete functions.
171         (_initialize_linux_nat): Inline calls.
172
173         * target.h (child_ops): Declare.
174         * inftarg.c (child_ops): Move from here ...
175         * target.c (child_ops): ... to here.
176         * wince.c (child_ops): Delete extern declaration.
177         * win32-nat.c (child_ops): Delete extern declaration.
178         * linux-nat.c (child_ops): Delete extern declaration.
179         * hpux-thread.c (child_ops): Delete extern declaration.
180
181 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
182
183         * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
184
185 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
186
187         * configure.in: Only set host_makefile_frag when building a native
188         debugger.
189         * configure: Regenerate.
190
191         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
192         for OpenBSD ELF.
193
194 2004-09-28  Andrew Cagney  <cagney@gnu.org>
195
196         Problem identified by Paul Hilfinger.
197         * Makefile.in (ada_lex_c): Define.
198         (ada-lex.o): Delete rule.
199
200         * linux-proc.c: Delete file.
201         * Makefile.in: Update.
202         * config/sparc/linux64.mh (NATDEPFILES): 
203         * config/sparc/linux.mh (NATDEPFILES): Update.
204         * config/s390/s390.mh (NATDEPFILES): Update.
205         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
206         * config/powerpc/linux.mh (NATDEPFILES): Update.
207         * config/pa/linux.mh (NATDEPFILES): Update.
208         * config/mips/linux.mh (NATDEPFILES): Update.
209         * config/m68k/linux.mh (NATDEPFILES): Update.
210         * config/ia64/linux.mh (NATDEPFILES): Update.
211         * config/i386/linux64.mh (NATDEPFILES): Update.
212         * config/i386/linux.mh (NATDEPFILES): Update.
213         * config/arm/linux.mh (NATDEPFILES): Update.
214         * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
215         * linux-nat.c: Update copyright.  Include <sys/param.h>,
216         <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
217         "gdbthread.h", "gdb_stat.h", <fcntl.h>.
218         (O_LARGEFILE): Possibly define.
219         (_initialize_linux_nat, linux_proc_pending_signals)
220         (add_line_to_sigset, linux_proc_xfer_memory)
221         (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
222         (linux_nat_do_registers, linux_nat_corefile_thread_callback)
223         (struct linux_corefile_thread_data)
224         (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
225         (child_pid_to_exec_file): Insert code previously in linux-proc.c.
226
227 2004-09-16  Andrew Cagney  <cagney@gnu.org>
228
229         * lin-lwp.c: Delete file.
230         * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
231         <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
232         (status_to_str, init_lwp_list, add_lwp, delete_lwp)
233         (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
234         (linux_nat_attach, detach_callback, linux_nat_detach)
235         (resume_callback, resume_clear_callback, linux_nat_resume)
236         (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
237         (stop_wait_callback, linux_nat_has_pending, flush_callback)
238         (status_callback, running_callback, count_events_callback)
239         (select_singlestep_lwp_callback, select_event_lwp_callback)
240         (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
241         (child_wait, stop_and_resume_callback, linux_nat_wait)
242         (kill_callback, kill_wait_callback, linux_nat_kill)
243         (linux_nat_create_inferior, linux_nat_mourn_inferior)
244         (linux_nat_xfer_memory, linux_nat_thread_alive)
245         (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
246         (_initialize_linux_nat): New functions.
247         * Makefile.in: Update all dependencies.
248         * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
249         * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
250         * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
251         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
252         * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
253         * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
254         * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
255         * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
256         * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
257         * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
258         * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
259         * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
260         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
261
262 2004-09-27  Mark Kettenis  <kettenis@gnu.org>
263
264         * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
265         config/i386/obsd64.mh (NAT_FILE): Remove variable.
266
267         * configure.in: Don't comment out NATDEPFILES in the generated
268         Makefile if NAT_FILE is unset.
269         * configure: Regenerate.
270
271 2004-09-27  Andrew Cagney  <cagney@gnu.org>
272
273         * infrun.c (check_for_old_step_resume_breakpoint): Delete.
274         (insert_step_resume_breakpoint): Delete.
275         (insert_step_resume_breakpoint_at_frame): New function.
276         (insert_step_resume_breakpoint_at_sal): New function.
277         (handle_inferior_event, step_into_function)
278         (insert_step_resume_breakpoint): Simplify by using same.
279
280         * gdb_indent.sh (types): Add caddr_t to list of predefined types.
281
282 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
283
284         * fbsd-proc.c: Remove file.
285         * Makefile.in (fbsd-proc.o): Remove dependency.
286
287         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
288         code together.
289
290         * config/i386/nm-fbsd64.h: Remove file.
291         * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
292
293 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
294
295         * amd64-nat.h: Update copyright year.
296         (amd64bsd_target): New prototype.
297         * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
298         (amd64bsd_target): New function.
299         (amd64bsd_fetch_inferior_registers): Rename from
300         fetch_inferior_registers.  Make static.
301         (amd64bsd_store_inferior_registers): Rename from
302         store_inferior_registers.  Make static.
303         * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
304         (_initialize_amd64fbsd_nat): Construct and add target vector.
305         * amd64nbsd-nat.o: Include "target.h".
306         (_initialize_amd64nbsd_nat): Construct and add target vector.
307         * amd64obsd-nat.c: Include "target.h".
308         (_initialize_amd64obsd_nat): Construct and add target vector.
309         * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
310         * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
311         inftarg.o and fbsd-proc.o.  Add inf-child.o, inf-ptrace.o and
312         fbsd-nat.o.
313         * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
314         Remove infptrace.o and inftarg.o.  Add inf-child.o and
315         inf-ptrace.o.
316         * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
317         (amd64obsd-nat.o): Update dependencies.
318
319 2004-09-25  Mark Kettenis  <kettenis@gnu.org>
320
321         * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
322         * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
323         * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
324         * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
325         * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
326
327         * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
328         Inline attach call.
329         (inf_ptrace_detach): Inline detach call.
330
331         * configure.in: Check for waddstr instead of mvwaddstr when
332         searching for curses library.  Check for wborder.
333         * configure, config.in: Regenerate.
334         * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
335         available.
336
337         * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
338
339 2004-09-24  Robert Picco <Robert.Picco@hp.com>
340
341         Committed by Andrew Cagney.
342         * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
343         (show_remote_protocol_p_packet_cmd): New.  Implement 'p' packet.
344         configuration.
345         (fetch_register_using_p): Implement 'p' packet.  Based on code by
346         Fernando Nasser.
347         (remote_fetch_registers): Call fetch_register_using_p.
348         (init_all_packet_configs, show_remote_cmd)
349         (_initialize_remote): Add p-packet.
350
351 2004-09-24  Mark Kettenis  <kettenis@gnu.org>
352
353         * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
354         instead of call_ptrace.  Call wait directly instead of
355         ptrace_wait.
356         (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
357         (inf_ptrace_wait): Inline ptrace_wait call.
358
359 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
360
361         * Makefile.in (.y.c): Revert previous change.  ../ylwrap was 
362         rolled back instead.
363
364 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
365
366         * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
367         the new argument order.
368
369 2004-09-23  Corinna Vinschen  <vinschen@redhat.com>
370
371         * MAINTAINERS: Remove "broken" from XStormy16 entry.
372         * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
373         (struct gdbarch_tdep): Remove.
374         (struct xstormy16_frame_cache): New frame cache structure.
375         (xstormy16_register_byte, xstormy16_register_raw_size)
376         (xstormy16_reg_virtual_type, xstormy16_register_type)
377         (xstormy16_push_arguments, xstormy16_push_return_address)
378         (xstormy16_pop_frame, xstormy16_store_struct_return)
379         (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
380         (xstormy16_frame_saved_register, xstormy16_get_saved_register)
381         (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
382         (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
383         (xstormy16_frame_chain, xstormy16_frame_chain_valid,
384         (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
385         (xstormy16_use_struct_convention): Drop gcc_p parameter.
386         (xstormy16_extract_return_value, xstormy16_store_return_value):
387         Regcachify.  Drop useless struct convention handling.
388         (xstormy16_register_type, xstormy16_return_value)
389         (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
390         (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
391         (xstormy16_frame_prev_register, xstormy16_frame_this_id)
392         (xstormy16_frame_base_address, xstormy16_frame_sniffer)
393         (xstormy16_unwind_sp, xstormy16_unwind_pc)
394         (xstormy16_unwind_dummy_id) : New functions.
395         (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
396         of xstormy16_scan_prologue.
397         (xstormy16_frame_unwind): New frame_unwind structure.
398         (xstormy16_frame_base): New frame_base structure.
399         (xstormy16_gdbarch_init): Accomodate all of the above changes.
400         Reshuffle for better readability.  Also add dwarf2_frame_sniffer.
401
402 2004-09-22  Mark Kettenis  <kettenis@gnu.org>
403
404         * language.c (language_gdbarch_post_init): Fix off-by one error.
405
406 2004-09-21  Daniel Jacobowitz  <dan@debian.org>
407
408         * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
409         (struct dwarf2_offset_and_type): New.
410         (set_die_type, reset_die_and_siblings_types, get_die_type)
411         (offset_and_type_hash, offset_and_type_eq): New functions.
412         (read_structure_type, read_enumeration_type, read_array_type)
413         (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
414         (read_tag_reference_type, read_tag_const_type)
415         (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
416         (read_typedef, read_base_type, read_subrange_type): Use
417         set_die_type.
418
419 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
420
421         * Makefile.in (dwarf2read.o): Update dependencies.
422         * dwarf2read.c: Include "command.h" and "gdbcmd.h".
423         (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
424         and read_in_chain.
425         (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
426         mark, and has_form_ref_addr.
427         (struct dwarf2_per_cu_data): New.
428         (dwarf2_max_cache_age): New.
429         (dwarf2_build_psymtabs_hard): Free cached compilation units
430         after loading.  Create and manage the list of compilation units.
431         Remove unnecessary NULL initialization.  Fix indentation.
432         (psymtab_to_symtab_1): Initialize all of CU.
433         (dwarf2_read_abbrevs): Set has_form_ref_addr.
434         (find_partial_die): Use dwarf2_find_containing_comp_unit
435         and load_comp_unit.
436         (free_stack_comp_unit): Update comments.  Clear the per-cu
437         pointer.  Handle aging.
438         (dwarf2_find_containing_comp_unit, free_cached_comp_units)
439         (age_cached_comp_units, free_one_cached_comp_unit)
440         (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
441         (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
442         (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
443         (show_dwarf2_cmd): New.
444         (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
445         and "maint show dwarf2 max-cache-age".
446         * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
447         externs.
448         * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
449         global.
450
451 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
452
453         * dwarf2read.c (typename_concat): Change prototype to accept obstack
454         and dwarf2_cu struct pointer as arguments.  Change function to use
455         obstack if provided and use dwarf2_cu to determine language-specific
456         separator.
457         (partial_die_parent_scope): Change comment to include java.  Use
458         new version of typename_concat instead of obconcat.
459         (partial_die_full_name): Use typename_concat.
460         (read_namespace): Ditto.
461         (read_enumeration_type): Use typename_concat instead of obconcat.
462         (new_symbol): Ditto.
463         (add_partial_symbol): Enhance tests for C++ to also test for Java.
464         (guess_structure_name): Ditto.
465         (read_subroutine_type): Ditto.
466         (read_structure_type): Ditto.
467         (is_vtable_name): Add Java support.
468         (determine_class_name): Switch to new typename_concat call.
469         (determine_prefix): Switch to new typename_concat call.
470         * jv-exp.y (FuncStart): New pattern.
471         (MethodInvocation): Add support for simple function calls.  Change
472         warning message for other forms of inferior call currently not
473         supported.
474         * valarith.c (value_subscript): Treat an array with upper-bound
475         of -1 as unknown size.
476
477 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
478
479         * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
480         (lookup_partial_symtab): Use symtab_to_fullname.
481
482 2004-09-19  Jim Blandy  <jimb@redhat.com>
483
484         * minsyms.c (lookup_minimal_symbol): Doc fix.
485
486 2004-09-20  Andrew Cagney  <cagney@gnu.org>
487
488         * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
489         CHILD_RESUME.
490         * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
491         * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
492         KILL_INFERIOR.
493         * infptrace.c: Update.
494
495 2004-09-19  Daniel Jacobowitz  <dan@debian.org>
496
497         * symtab.c (output_source_filename): Mark first argument as const.
498         (sources_info): Use symtab_to_fullname and psymtab_to_fullname
499         for "info sources" output.
500
501 2004-09-20  Mark Kettenis  <kettenis@gnu.org>
502
503         * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
504         <machine/vmparam.h>.
505         (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
506         (register_u_addr): Remove prototype.
507
508 2004-09-19  Mark Kettenis  <kettenis@gnu.org>
509
510         * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
511         (i386bsd_fetch_inferior_registers): Rename from
512         fetch_inferior_registers.  Make static.
513         (i386bsd_store_inferior_registers): Rename from
514         store_inferior_registers.  Make static.
515         (i386bsd_target): New function.
516         * i386bsd-nat.h: New file.
517         * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
518         "i386bsd-nat.h".
519         (i386fbsd_resume): Rename from child_resume.  Make static.
520         (_initialize_i386fbsd_nat): Construct and add target vector.
521         * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
522         (_initialize_i386nbsd_nat): Construct and add target vector.
523         * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
524         Remove defines.
525         * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
526         and fbsd-nat.o.  Remove inftarg.o and fbsd-proc.o.
527         * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
528         inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
529         (LOADLIBES): New variable.
530         * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
531         inf-ptrace.o.  Remove inftarg.o.
532         * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
533         inf-ptrace.o. Remove inftarg.o.
534         * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
535         inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
536         (LOADLIBES): New variable.
537         * Makefile.in (i386bsd_nat_h): New variable.
538         (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
539         dependencies.
540
541         * sparc64nbsd-tdep.c: Include "objfiles.h".
542         (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
543         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
544         svr4_lp64_fetch_link_map_offsets.
545         * sparc64obsd-tdep.c: Include "objfiles.h".  Don't include
546         "nbsd-tdep.h".
547         (sparc64obsd_init_abi): Set in_solib_call_trampoline and
548         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
549         svr4_lp64_fetch_link_map_offsets.
550         * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
551         dependencies.
552
553         * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
554         * fbsd-nat.h: New file.
555         * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
556         (fbsd_nat_h): New variable.
557         (fbsd-nat.o): New dependency.
558
559         * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
560         config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
561
562         * inf-child.c (inf_child_post_wait): Remove stray whitespace in
563         comment.
564
565 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
566         
567         * ada-exp.y (type_int): New function to add layer of abstraction
568         around references to expression types.
569         (type_long): Ditto.
570         (type_long_long): Ditto.
571         (type_float): Ditto.
572         (type_double): Ditto.
573         (type_long_double): Ditto.
574         (type_char): Ditto.
575         (type_system_address): Ditto.
576         (simple_exp): Use type_* functions in place of builtin_* 
577         variables.
578         (exp): Ditto.
579         (write_var_from_name): Ditto.
580         (write_object_renaming): Ditto.
581         * ada-lang.c (ada_create_fundamental_type): Remove redundant
582         declaration.
583         (build_ada_types): Remove, replacing with...
584         (ada_language_arch_info): New function to initialize primitive
585         type vector in language_arch_info.
586         (ada_array_length): Remove use of builtin_type_ada_int.
587         (value_pos_atr): Ditto.
588         (ada_evaluate_subexp): Ditto.
589         (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
590         builtin_type_ada_long_long, builtin_type_ada_char, 
591         builtin_type_ada_float, builtin_type_ada_double, 
592         builtin_type_ada_long_double, builtin_type_ada_natural,
593         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
594         (ada_builtin_types): Remove.
595         (ada_language_defn): Remove entries for la_builtin_type_vector and
596         string_char_type and use ada_language_arch_info.
597         (_initialize_ada_language): Do type-vector initialization along
598         the lines of c-lang.c.
599         (ada_create_fundamental_type): Break up line.
600         (ada_dump_symtab): Remove unused function.
601         (enum ada_primitive_types): Define.
602         * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short, 
603         builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char, 
604         builtin_type_ada_float, builtin_type_ada_double, 
605         builtin_type_ada_long_double, builtin_type_ada_natural,
606         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
607         * ada-lex.l: Use type_* functions in place of builtin_* variables.
608         (processInt): Ditto.
609         (processReal): Ditto.
610         (name_lookup): Ditto.
611         * ada-typeprint.c (print_range): Use builtin_type_int, not
612         builtin_type_ada_int.
613         
614 2004-09-18  Mark Kettenis  <kettenis@gnu.org>
615
616         * i386-tdep.c (i386_register_name): Rename regno to regnum.
617
618         * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
619         * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
620         * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
621         * configure.in: Improve checks for curses library by checking for
622         mvwaddstr instead of initscr.  Drop HP curses in favour of
623         standard curses on HP-UX.
624         * configure: Regenerated.
625
626 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
627
628         * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
629         ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1): 
630         Minor formatting changes.
631         (empty_array): Slight rewrite for formatting.
632         (emit_char,parse,ada_language_defn,build_ada_types,
633         ada_is_exception_sym, _initialize_ada_language): Move 
634         definitions around.
635         (ada_dump_symtab): Remove unused definition.
636         (ada_maybe_exception_partial_symbol): Remove unused definition.
637
638 2004-09-16  Andrew Cagney  <cagney@gnu.org>
639
640         * inf-child.c: Include "gdb_string.h".
641         (inf_child_core_file_to_sym_file): Delete.
642         (inf_child_target): Set to_fetch_registers and to_store_registers.
643         * inf-ptrace.c: Include "gdb_string.h".
644         * Makefile.in: Update all dependencies.
645
646         * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
647         problem.
648
649 2004-09-14  Joel Brobecker  <brobecker@gnat.com>
650
651         * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
652         call to heuristic_proc_desc. Remove code that became redundant
653         as a consequence.
654         (read_next_frame_reg): Remove special case for SP_REGNUM.
655         (set_reg_offset): Fix small typo.
656         (reset_saved_regs): New procedure.
657         (mips32_heuristic_proc_desc): No longer compute a fake
658         procedure descriptor. Compute the full frame cache instead.
659         Some minor comment reformatting.
660
661 2004-09-14  Andrew Cagney  <cagney@gnu.org>
662
663         * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
664         maintainer.
665
666         * thread-db.c (thread_db_new_objfile): Assume that there is a
667         child process.
668
669 2004-09-13  Jim Blandy  <jimb@redhat.com>
670
671         * valops.c (value_assign): Move 'buffer' to the enclosing block,
672         so that its storage isn't referenced after its lifetime ends.
673
674         * valops.c (value_assign): 'use_buffer' is initialized to zero,
675         and never assigned to.   Delete it, and the 'if (use_buffer)'
676         clauses.  Delete 'raw_buffer', since it is now unused.
677
678 2004-09-13  Andrew Cagney  <cagney@gnu.org>
679
680         * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
681         * configure: Re-generate.
682         * nlm/Makefile.in (TAGS): Update.
683         * Makefile.in (TAGS): Update.
684         * config/vax/nbsd.mt (TM_FILE): Update.
685         * config/sparc/vxworks.mt (TM_FILE): Update.
686         * config/sparc/sol2.mt (TM_FILE): Update.
687         * config/sparc/sol2-64.mt (TM_FILE): Update.
688         * config/sparc/obsd64.mt (TM_FILE): Update.
689         * config/sparc/obsd.mt (TM_FILE): Update.
690         * config/sparc/nbsd64.mt (TM_FILE): Update.
691         * config/sparc/nbsd.mt (TM_FILE): Update.
692         * config/sparc/linux64.mt (TM_FILE): Update.
693         * config/sparc/linux.mt (TM_FILE): Update.
694         * config/sparc/fbsd.mt (TM_FILE): Update.
695         * config/sh/wince.mt (TM_FILE): Update.
696         * config/sh/nbsd.mt (TM_FILE): Update.
697         * config/sh/linux.mt (TM_FILE): Update.
698         * config/sh/embed.mt (TM_FILE): Update.
699         * config/s390/s390.mt (TM_FILE): Update.
700         * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
701         * config/rs6000/rs6000.mt (TM_FILE): Update.
702         * config/rs6000/aix4.mt (TM_FILE): Update.
703         * config/powerpc/vxworks.mt (TM_FILE): Update.
704         * config/powerpc/ppc-sim.mt (TM_FILE): Update.
705         * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
706         * config/powerpc/obsd.mt (TM_FILE): Update.
707         * config/powerpc/nbsd.mt (TM_FILE): Update.
708         * config/powerpc/linux.mt (TM_FILE): Update.
709         * config/powerpc/aix.mt (TM_FILE): Update.
710         * config/pa/obsd.mt (TM_FILE): Update.
711         * config/pa/linux.mt (TM_FILE): Update.
712         * config/pa/hppahpux.mt (TM_FILE): Update.
713         * config/pa/hppa64.mt (TM_FILE): Update.
714         * config/pa/hppa.mt (TM_FILE): Update.
715         * config/ns32k/nbsdaout.mt (TM_FILE): Update.
716         * config/mips/wince.mt (TM_FILE): Update.
717         * config/mips/vxmips.mt (TM_FILE): Update.
718         * config/mips/nbsd.mt (TM_FILE): Update.
719         * config/mips/linux.mt (TM_FILE): Update.
720         * config/mips/irix6.mt (TM_FILE): Update.
721         * config/mips/irix5.mt (TM_FILE): Update.
722         * config/mips/embed.mt (TM_FILE): Update.
723         * config/m68k/vxworks68.mt (TM_FILE): Update.
724         * config/m68k/st2000.mt (TM_FILE): Update.
725         * config/m68k/os68k.mt (TM_FILE): Update.
726         * config/m68k/obsd.mt (TM_FILE): Update.
727         * config/m68k/nbsd.mt (TM_FILE): Update.
728         * config/m68k/monitor.mt (TM_FILE): Update.
729         * config/m68k/linux.mt (TM_FILE): Update.
730         * config/m68k/cisco.mt (TM_FILE): Update.
731         * config/ia64/linux.mt (TM_FILE): Update.
732         * config/ia64/aix.mt (TM_FILE): Update.
733         * config/ia64/ia64.mt (TM_FILE): Update.
734         * config/i386/vxworks.mt (TM_FILE): Update.
735         * config/i386/obsd64.mt (TM_FILE): Update.
736         * config/i386/obsd.mt (TM_FILE): Update.
737         * config/i386/nto.mt (TM_FILE): Update.
738         * config/i386/nbsd64.mt (TM_FILE): Update.
739         * config/i386/nbsd.mt (TM_FILE): Update.
740         * config/i386/linux64.mt (TM_FILE): Update.
741         * config/i386/linux.mt (TM_FILE): Update.
742         * config/i386/i386sol2.mt (TM_FILE): Update.
743         * config/i386/i386lynx.mt (TM_FILE): Update.
744         * config/i386/fbsd64.mt (TM_FILE): Update.
745         * config/i386/fbsd.mt (TM_FILE): Update.
746         * config/i386/cygwin.mt (TM_FILE): Update.
747         * config/h8300/h8300.mt (TM_FILE): Update.
748         * config/frv/frv.mt (TM_FILE): Update.
749         * config/cris/cris.mt (TM_FILE): Update.
750         * config/arm/wince.mt (TM_FILE): Update.
751         * config/arm/nbsd.mt (TM_FILE): Update.
752         * config/arm/linux.mt (TM_FILE): Update.
753         * config/arm/embed.mt (TM_FILE): Update.
754         * config/alpha/nbsd.mt (TM_FILE): Update.
755         * config/alpha/fbsd.mt (TM_FILE): Update.
756         * config/alpha/alpha.mt (TM_FILE): Update.
757         * config/alpha/alpha-osf1.mt (TM_FILE): Update.
758         * config/alpha/alpha-linux.mt (TM_FILE): Update.
759
760         Eliminate event_loop_p, always has the value 1.
761         * defs.h (event_loop_p): Delete macro.
762         * breakpoint.c (until_break_command): Simplify.
763         * utils.c (prompt_for_continue): Simplify.
764         * tracepoint.c (read_actions): Simplify.
765         * top.c (throw_exception, execute_command, gdb_readline_wrapper) 
766         (gdb_rl_operate_and_get_next, command_line_input, get_prompt) 
767         (set_prompt, init_main): Simplify.
768         (init_signals, disconnect): Delete, unused.
769         * remote.c (remote_async_resume) 
770         (extended_remote_async_create_inferior): Simplify.
771         * mi/mi-interp.c (mi_input): Delete, unused.
772         (mi_interpreter_resume, mi_command_loop): Simplify.
773         * interps.c (current_interp_command_loop): Simplify.
774         * infrun.c (proceed): Simplify.
775         * infcmd.c (run_command, continue_command, step_1, jump_command)
776         (until_command, advance_command, finish_command)
777         (interrupt_target_command): Simplify.
778         * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
779
780         * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
781         * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
782         * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
783         * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
784         * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
785         * mips-tdep.c (mips_dump_tdep): Do not print same.
786
787 2004-09-12  Andrew Cagney  <cagney@gnu.org>
788
789         * valprint.c (print_longest): Use fputs_filtered.  Make "val"
790         const.
791         * Makefile.in (valprint.o): Delete explict rule.
792
793         * config/m68k/nbsdelf.mh: Add missing trailing newline.  Problem
794         reported by Dave Anderson.
795
796         * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
797
798         * inferior.h (STORE_STRUCT_RETURN): Delete macro.
799
800 2004-09-12  Salvador E. Tropea  <set@users.sf.net>
801             Andrew Cagney  <cagney@gnu.org>
802
803         * mi/mi-main.c (mi_cmd_data_list_changed_registers)
804         (mi_cmd_data_list_register_values)
805         (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
806         the register number computation.
807
808 2004-09-12  Andrew Cagney  <cagney@gnu.org>
809
810         * ppcnbsd-nat.c: Include "inf-ptrace.h".
811         (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
812         (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
813         (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
814         target.
815         * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
816         inf-ptrace.o and inf-child.o.
817         * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
818         * Makefile.in: Update dependencies.
819         
820 2004-09-11  Andrew Cagney  <cagney@gnu.org>
821
822         * language.c (hex_string, hex_string_custom): Move from here ...
823         * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
824         (CELLSIZE): Increase to 50.
825         * language.h (hex_string, hex_string_custom): Move from here ...
826         * defs.h: ... to here.
827         * Makefile.in: Update all dependencies.
828         
829 2004-09-11  Paul N. Hilfinger  <hilfinger@gnat.com>
830
831         * language.c (local_hex_format_custom): Remove.
832         (local_hex_string): Rename to hex_string, use C format, and move to
833         utils.c
834         (local_hex_string_custom): Rename to hex_string_custom and change
835         interface.  Now uses C format.  Move to utils.c
836         (local_octal_format_custom): Remove.
837         (local_decimal_format_custom): Remove.
838         (unknown_language_defn): Remove language-specific number 
839         formatting entries.
840         (auto_language_defn): Ditto.
841         (local_language_defn): Ditto.
842         * language.h (struct language_format_info): Delete declaration.
843         (struct language_defn): Remove language_format_info fields
844         la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
845         (local_binary_format): Remove macro.
846         (local_binary_format_prefix): Remove macro.
847         (local_binary_format_specifier): Remove macro.
848         (local_binary_format_suffix): Remove macro.
849         (local_octal_format): Remove macro.
850         (local_octal_format_prefix): Remove macro.
851         (local_octal_format_specifier): Remove macro.
852         (local_octal_format_suffix): Remove macro.
853         (local_decimal_format): Remove macro.
854         (local_decimal_format_prefix): Remove macro.
855         (local_decimal_format_specifier): Remove macro.
856         (local_decimal_format_suffix): Remove macro.
857         (local_hex_format): Remove macro.
858         (local_hex_format_prefix): Remove macro.
859         (local_hex_format_specifier): Remove macro.
860         (local_hex_format_suffix): Remove macro.
861         (local_decimal_format_custom): Remove.
862         (local_octal_format_custom): Remove.
863         (local_hex_format_custom): Remove.
864         (local_hex_string): Rename to hex_string and move to defs.h.
865         (local_hex_string_custom): Rename to hex_string_custom, change
866         interface, and move to defs.h.
867         * utils.c: (int_string): New function.
868         (hex_string): New function (from language.c).
869         (hex_string_custom): New function (from language.c).
870         (octal2str): New function.
871         (decimal2str): Add width parameter.
872         (paddr_u): Use new decimal2str interface.
873         (paddr_d): Ditto.
874         * defs.h (hex_string): Declare.
875         (hex_string_custom): Declare.
876         (int_string): Declare.
877         * printcmd.c (print_scalar_formatted): Remove localized binary
878         formatting.
879         * valprint.c (print_longest): Use int_string.
880         (print_floating): Use C hex format.
881         (print_hex_chars): Ditto.
882         (print_binary_chars): Remove language-specific formatting.
883         (print_octal_chars): Use C octal format.
884         (print_decimal_chars): Delocalize format.
885         (print_decimal): Remove.
886         * ada-lang.c (ada_language_defn): Remove language-specific number 
887         formatting entries.
888         * p-lang.c (pascal_language_defn): Ditto.
889         * c-lang.c (c_language_defn): Ditto.
890         (cplus_language_defn): Ditto.
891         (asm_language_defn): Ditto.
892         (minimal_language_defn): Ditto.
893         * f-lang.c (f_language_defn): Ditto.
894         * jv-lang.c (java_language_defn): Ditto.
895         * m2-lang.c (m2_language_defn): Ditto.
896         * scm-lang.c (scm_language_defn): Ditto.
897         * objc-lang.c (objc_language_defn): Ditto.
898         * memattr.c (mem_info_command): Use renamed hex_string_custom with
899         new interface.
900         * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
901         * ui-out.c (ui_out_field_core_addr): Ditto.
902         * breakpoint.c (breakpoint_adjustment_warning): Ditto.
903         * exec.c (print_section_info): Ditto.
904         * i387-tdep.c (print_i387_status_word): Ditto.
905         (print_i387_control_word): Ditto.
906         (i387_print_float_info): Ditto.
907         * maint.c (maint_print_section_info): Ditto.
908         * solib.c (info_sharedlibrary_command): Ditto.
909         * somsolib.c (som_sharedlibrary_info_command): Ditto.
910         * symtab.c (print_msymbol_info): Ditto.
911         * tracepoint.c (tracepoints_info): Ditto.
912         * solib-frv.c (lm_base): Ditto.
913         (frv_current_sos): Ditto.
914         (enable_break2): Ditto.
915         (enable_break): Ditto.
916         * dbxread.c (read_dbx_symtab): Use renamed hex_string.
917         (process_one_symbol): Ditto.
918         * infcmd.c (program_info): Ditto.
919         * mdebugread.c (parse_partial_symbols): Ditto.
920         * symfile.c (add_symbol_file_command): Ditto.
921         * cli/cli-cmds.c (edit_command): Ditto.
922         (list_command): Ditto.
923         * infcall.c (call_function_by_hand): Ditto.
924         * remote-vx.c (vx_run_files_info): Ditto.
925         (vx_wait): Ditto.
926         (vx_attach): Ditto.
927         (vx_detach): Ditto.
928         (vx_kill): Ditto.
929         * aix-thread.c (pdc_symbol_addrs): Ditto.
930         (pdc_read_regs): Ditto.
931         (pdc_write_regs): Ditto.
932         (pdc_read_data): Ditto.
933         (pdc_write_data): Ditto.
934         * d10v-tdep.c (display_trace): Ditto.
935         * rs6000-nat.c (find_toc_address): Ditto.
936         * aix-thread.c: Don't include language.h.
937         * buildsym.c: Ditto.
938         * dbxread.c: Ditto.
939         * mdebugread.c: Ditto.
940         * rs6000-nat.c: Ditto.
941         * buildsym.c (make_blockvector): Use renamed hex_string.
942         
943 2004-09-10  Jason Molenda  (jmolenda@apple.com)
944
945         * cli/cli-script.c (read_next_line): Accept zero or more whitespace
946         chars after 'if' or 'while' commands in user-defined commands.
947
948 2004-09-08  Jim Blandy  <jimb@redhat.com>
949
950         Fix bug reported and analyzed by Olivier Crete:
951         * symfile.c (copy_section_addr_info): New function.
952         (symbol_file_add_with_addrs_or_offsets): Use it to save the
953         original set of address arguments, instead of handwritten code
954         that uses one length to allocate and a different length to
955         initialize.  Use make_cleanup_free_section_addr_info.
956         * symfile.h (copy_section_addr_info): New declaration.
957         * utils.c: #include "symfile.h".
958         (do_free_section_addr_info, make_cleanup_free_section_addr_info):
959         New functions.
960         * defs.h (make_cleanup_free_section_addr_info): New declaration.
961         * Makefile.in (utils.o): Update dependencies.
962
963 2004-09-08  Andrew Cagney  <cagney@gnu.org>
964
965         * thread-db.c (keep_thread_db): Delete.
966         (thread_db_new_objfile, thread_db_create_inferior)
967         (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
968
969 2004-09-08  Mark Kettenis  <kettenis@gnu.org>
970
971         * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
972         (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
973         (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
974         (i386_frameless_signal_p): Remove prototype.
975         * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
976         (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
977         I386_SSE_NUM_REGS.
978         * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
979         instead of FP0_REGNUM.
980         (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
981         of FP0_REGNUM and FPC_REGNUM.
982
983         * solib-sunos.c (sunos_relocate_main_executable): Remove function.
984         (sunos_solib_create_inferior_hook): Don't call
985         sunos_relocate_main_executable.
986
987         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
988         solib_svr4_fetch_link_map_offsets to
989         svr4_ilp32_fetch_link_map_offsets.
990         * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
991         (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
992         svr4_ilp32_fetch_link_map_offsets.
993         * Makefile.in (sparcobsd-tdep.o): Update dependencies.
994
995 2004-09-07  Jim Blandy  <jimb@redhat.com>
996
997         * frame.h (frame_register): Doc fix.
998
999 2004-09-07  Andrew Cagney  <cagney@gnu.org>
1000
1001         * vx-share/wait.h: Delete #ifdef USG.
1002         * utils.c (request_quit): Ditto.
1003         * tui/tui.c (tui_reset): Ditto.
1004         * remote.c: Ditto.
1005         * remote-sds.c: Ditto.
1006         * remote-rdi.c: Ditto.
1007         * mdebugread.c: Ditto.
1008         * m68klinux-nat.c: Ditto.
1009         * infttrace.c: Ditto.
1010         * infptrace.c: Ditto.
1011         * i386v-nat.c: Ditto.
1012         * exec.c: Ditto.
1013         * dbxread.c: Ditto.
1014         * core-aout.c: Ditto.
1015
1016 2004-09-05  Joel Brobecker  <brobecker@gnat.com>
1017
1018         * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1019         heuristic_proc_desc.
1020         (mips_insn32_frame_cache): Likewise.
1021
1022 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
1023
1024         * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1025         left behind by error.
1026
1027 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
1028
1029         * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1030         * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1031
1032 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
1033
1034         * config/rs6000/xm-aix4.h: Remove this file.
1035         * config/rs6000/aix4.mh (XM_FILE): Delete.
1036
1037 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
1038
1039         * config/rs6000/xm-rs6000.h: Remove this file.
1040         * config/rs6000/rs6000.mh (XM_FILE): Remove.
1041
1042 2004-09-03  Andrew Cagney  <cagney@gnu.org>
1043
1044         * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1045         (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1046         only use.
1047
1048         * mips-tdep.c (temp_saved_regs): Delete.
1049         (set_reg_offset): Replace saved_regs parameter with this_cache.
1050         (heuristic_proc_desc, mips16_heuristic_proc_desc)
1051         (mips32_heuristic_proc_desc): Add this_cache parameter.
1052         (mips_insn32_frame_cache, mips_insn16_frame_cache)
1053         (after_prologue): Pass a NULL this_cache.
1054
1055         * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1056         non-kernel trap prologues.
1057
1058         * mips-tdep.c (find_proc_desc): Delete function.
1059         (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1060         simplify.
1061         (mips_insn16_frame_cache): Replace find_proc_desc with code from
1062         mips_insn32_frame_cache.
1063
1064         * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1065         Simplify as NEXT_FRAME is NULL.
1066         (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1067
1068         * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1069         local variable.
1070         (mips_skip_prologue): Update.
1071
1072         * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1073         "cur_frame" parameter.
1074         (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1075         (mips_insn32_frame_cache, find_proc_desc): Update
1076
1077         * config/vax/nm-obsd.h: Delete file.
1078         * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1079         * config/vax/nm-nbsd.h: Delete file.
1080         * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1081         * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1082         * config/sh/nm-nbsd.h: Delete file.
1083         * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1084         * config/rs6000/nm-rs6000ly.h: Delete file.
1085         * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1086         * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1087         * config/powerpc/nm-obsd.h: Delete file.
1088         * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1089         * config/powerpc/nm-nbsd.h: Delete file.
1090         * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1091         * config/pa/nm-obsd.h: Delete file.
1092         * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1093         * config/mips/nm-nbsd.h: Delete file.
1094         * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1095         * config/m88k/nm-obsd.h: Delete file.
1096         * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1097         * config/m68k/nm-nbsd.h: Delete file.
1098         * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1099         * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1100         * config/i386/nm-nbsd.h: Delete file.
1101         * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1102         * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1103         * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1104         * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1105         * config/i386/nm-i386lynx.h: Delete file.
1106         * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1107         * config/arm/nm-nbsd.h: Delete file.
1108         * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1109         * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1110
1111         * config/i386/tm-fbsd.h: Delete file.
1112         * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1113         * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1114
1115         * config/rs6000/tm-rs6000-aix4.h: Delete file.
1116         * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1117         * config/rs6000/aix4.mt (TM_FILE): Set to
1118         config/rs6000/tm-rs6000.h.
1119         * config/powerpc/tm-ppc-aix.h: Delete file.
1120         * config/powerpc/aix.mt (TM_FILE): Set to
1121         config/rs6000/tm-rs6000.h.
1122         * config/m68k/tm-linux.h: Delete file.
1123         * config/m68k/linux.mt (TM_FILE): Set to solib.h
1124         * config/i386/tm-linux64.h: Delete file.
1125         * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1126         * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1127         
1128         * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1129         * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1130         * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1131         * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1132         * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1133         * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1134         * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1135         * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. 
1136         * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1137
1138         * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1139         gdb_host_cpu.
1140
1141 2004-09-02  Joel Brobecker  <brobecker@gnat.com>
1142
1143         * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1144         Minor reformatting. Some code factoring.
1145
1146 2004-09-02  Andrew Cagney  <cagney@gnu.org>
1147
1148         * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1149         * config/vax/tm-nbsd.h: Delete file.
1150         * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1151         * config/sparc/tm-vxworks.h: Delete file.
1152         * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1153         * config/sparc/tm-nbsd.h: Delete file.
1154         * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1155         * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1156         * config/sparc/tm-linux.h: Delete file.
1157         * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1158         * config/s390/tm-linux.h: Delete file.
1159         * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1160         * config/pa/tm-bsd.h: Delete file.
1161         * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1162         * config/m68k/tm-obsd.h: Delete file.
1163         * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1164         * config/m68k/tm-nbsd.h: Delete file.
1165         * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1166         * config/i386/tm-vxworks.h: Delete file.
1167         * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1168         * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1169         * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1170         * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1171         * config/i386/tm-nbsd.h: Delete file.
1172         * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1173         * config/i386/tm-i386lynx.h: Delete file.
1174         * config/cris/cris.mt (TM_FILE): Set to solib.h.
1175         * config/cris/tm-cris.h: Delete file.
1176
1177         * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1178         * configure: Re-generate.
1179         * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1180         * config/arm/tm-nbsd.h: Delete file.
1181         
1182         * config/powerpc/tm-ppcle-sim.h: Delete.
1183         * config/powerpc/tm-ppcle-eabi.h: Delete.
1184         * config/powerpc/tm-nbsd.h: Delete.
1185         * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1186         * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1187         tm-ppcle-eabi.h.
1188
1189         * config/i386/nto.mh (NAT_FILE): Delete.
1190         * config/i386/nm-nto.h: Delete.
1191
1192         * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1193         * config/m68k/tm-os68k.h: Ditto.
1194         * config/m68k/tm-monitor.h: Ditto.
1195         * config/m68k/tm-cisco.h: Ditto.
1196         * config/m68k/st2000.mt (TM_FILE): Delete.
1197         * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1198         * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1199         * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1200         * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1201
1202         * config/m68k/tm-st2000.h: Delete.
1203         * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1204         * config/sparc/fbsd.mt (TM_FILE): Delete.
1205         * config/sparc/tm-fbsd.h: Delete.
1206
1207         * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1208         * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM) 
1209         (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1210
1211         * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1212         GDB_TM_FILE and GDB_XM_FILE.
1213         * gdbarch.c: Re-generate.       
1214         * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1215         quotes in macro definition.
1216         * configure.in: Re-generate.
1217
1218         * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1219         validating architecture methods.
1220         * gdbarch.c: Re-generate.
1221         
1222         * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1223         and GDB_TM_FILE.  Check for GDB_TM_FILE instead of
1224         GDB_MULTI_ARCH_PARTIAL.
1225         * gdbarch.h: Re-generate.
1226         
1227         * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1228         * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1229         * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1230         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1231         * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1232         * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1233         * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1234         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1235         * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1236         * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1237         * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1238         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1239
1240 2004-09-01  Andrew Cagney  <cagney@gnu.org>
1241
1242         * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1243         and main_func_highpc.
1244         (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1245         * objfiles.c (init_entry_point_info, objfile_relocate): Update
1246         * nlmread.c (nlm_symfile_read): Update.
1247
1248 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
1249
1250         * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1251         (mips_insn32_frame_cache): Inline call to find_proc_desc.
1252         (find_proc_desc): Remove dead code.
1253
1254 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
1255
1256         * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1257
1258 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
1259
1260         * observer.sh: Add struct so_list declaration.
1261         * Makefile.in: Add dependencies on observer.h for solib.c and
1262         breakpoint.c.
1263         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1264         function.
1265         (_initialize_breakpoint): Register 
1266         disable_breakpoints_in_unloaded_shlib as an observer of the 
1267         "solib unloaded" observation event.
1268         (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1269         call decode_line_1 so unfound breakpoint errors are silent.
1270         * solib.c (update_solib_list): When a solib is discovered to have
1271         been unloaded by the program, notify all observers of the
1272         "solib unloaded" observation event.
1273
1274 2004-09-01  Andrew Cagney  <cagney@gnu.org>
1275
1276         * frame.c: Include "objfiles.h".
1277         (inside_main_func): New function.
1278         (get_prev_frame): Use new inside_main_func.
1279         * Makefile.in (frame.o): Update dependencies.
1280         * defs.h (inside_main_func): Delete declaration.
1281         * blockframe.c (inside_main_func): Delete function.
1282
1283 2004-08-31  Jim Blandy  <jimb@redhat.com>
1284
1285         * dwarf2read.c (is_vtable_name): New function, based on logic from
1286         read_structure_type, but passing the correct length to strncmp,
1287         and using 'sizeof' instead of 'strlen'.
1288         (read_structure_type): Call it.
1289
1290 2004-08-31  Joel Brobecker  <brobecker@gnat.com>
1291
1292         * config/powerpc/aix.mh: Add comment.
1293
1294 2004-08-31  Paul GIlliam  <pgilliam@us.ibm.com>
1295
1296         * MAINTAINERS: Add self to Write-After-Approval.
1297
1298 2004-08-30  Manoj Iyer  <manjo@austin.ibm.com>
1299
1300         * MAINTAINERS: Add self to Write-After-Approval.
1301
1302 2004-08-30  Andrew Cagney  <cagney@gnu.org>
1303
1304         Fix PR breakpoints/1757.
1305         * infrun.c (struct execution_control_state): Replace
1306         remove_breakpoints_on_following_step with
1307         step_after_step_resume_breakpoint.
1308         (init_execution_control_state): Update.
1309         (handle_inferior_event): For signals, when stepping off a
1310         breakpoint, set step_after_step_resume_breakpoint.  When
1311         BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1312         (keep_going): Delete code handling
1313         remove_breakpoints_on_following_step.
1314
1315 2004-08-29  David Lecomber  <david@streamline-computing.com>
1316         
1317         Fix PR gdb/648
1318         * language.h (enum array_ordering): New enum.
1319         * language.h (struct language_defn): New la_array_ordering 
1320         attribute.
1321         * language.c (unknown_language_defn, auto_language_defn)
1322         (local_language_defn): Ditto.
1323         * ada-lang.c (ada_language_defn): Ditto.
1324         * c-lang.c (c_language_defn, cplus_language_defn)
1325         (asm_language_defn, minimal_language_defn): Ditto.
1326         * f-lang.c (f_language_defn): Ditto.
1327         * jv-lang.c (java_language_defn): Ditto.
1328         * m2-lang.c (f_language_defn): Ditto.
1329         * objc-lang.c (objc_language_defn): Ditto.
1330         * p-lang.c (pascal_language_defn): Ditto.
1331         * scm-lang.c (scm_language_defn): Ditto.
1332         * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1333         oriented large to small in type structure.
1334         * dwarf2read.c (read_array_order): New function.
1335         (read_array_type): Use read_array_order to check row/column
1336         major ordering.
1337
1338 2004-08-27  Nathan J. Williams  <nathanw@wasabisystems.com>
1339
1340         * target.c (target_resize_to_sections): Check
1341         current_target.to_sections for an old value when updating.
1342
1343 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
1344
1345         * procfs.c (dbx_link_bpt_addr): New static global variable.
1346         (dbx_link_shadow_contents): New static global variable.
1347         (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1348         (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1349         if we just hit it.
1350         (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1351         Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1352         from run to run.
1353         (procfs_create_inferior): Remove syssgi syscall-exit notifications
1354         after the inferior has been forked.
1355         (remove_dbx_link_breakpoint): New function.
1356         (dbx_link_addr): New function.
1357         (insert_dbx_link_bpt_in_file): New function.
1358         (insert_dbx_link_bpt_in_region): New function.
1359         (insert_dbx_link_breakpoint): New function.
1360         (proc_trace_syscalls_1): New function, extracted from
1361         proc_trace_syscalls.
1362         (proc_trace_syscalls): Replace extract code by call to
1363         proc_trace_syscalls_1.
1364         * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1365         is no longer valid.
1366
1367 2004-08-25  Jim Blandy  <jimb@redhat.com>
1368
1369         * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1370
1371 2004-08-25  Andrew Cagney  <cagney@gnu.org>
1372
1373         * infrun.c (struct execution_control_state): Delete field
1374         "stepping_through_sigtramp".
1375         (init_execution_control_state): Do not set same.
1376         (context_switch): Do not pass same to save_infrun_state and
1377         load_infrun_state.
1378         * gdbthread.h (struct thread_info): Delete field
1379         stepping_through_sigtramp.
1380         (save_infrun_state, load_infrun_state): Delete parameter
1381         stepping_through_sigtramp.
1382         * thread.c (load_infrun_state, save_infrun_state): Update.
1383
1384         * infrun.c: Re-indent.  Move expression operators to the beginning
1385         of the line.  Remove long disabled #if 0 code.
1386
1387 2004-08-24  Andrew Cagney  <cagney@gnu.org>
1388
1389         * doublest.h (floatformat_ieee_quad): Rename
1390         floatformat_ia64_quad.
1391         * doublest.c (floatformat_ieee_quad): Rename
1392         floatformat_ia64_quad.
1393         (_initialize_doublest): Update.
1394
1395 2004-08-24  Jim Blandy  <jimb@redhat.com>
1396
1397         * dwarf2expr.h (struct dwarf_expr_context): New members
1398         'num_pieces' and 'pieces', for returning the result of an
1399         expression that uses DW_OP_piece.
1400         (struct dwarf_expr_piece): New struct type.
1401         * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1402         pieces.
1403         (free_dwarf_expr_context): Free pieces, if any.
1404         (add_piece): New function.
1405         (execute_stack_op): Implement DW_OP_piece.
1406         * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1407         expression is a list of pieces, print an error message.
1408         (dwarf2_loc_desc_needs_frame): If the expression yields
1409         pieces, and any piece is in a register, then we need a frame.
1410
1411         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1412         the stack until we've decided what sort of result the evaluation
1413         has produced.  Use separate variables, with more specific names.
1414
1415 2004-08-23  Richard Earnshaw  <rearnsha@arm.com>
1416
1417         * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1418         (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1419         (arm_netbsd_init_abi_common): Register them.
1420
1421 2004-08-22  Mark Kettenis  <kettenis@gnu.org>
1422
1423         * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1424
1425         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1426         safe_frame_unwind_memory instead of target_read_memory.
1427
1428         * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1429         Reorder includes.
1430         (fetch_register, store_register): Remove prototypes.
1431         (child_resume): Reorganize code and comments such that it is
1432         grouped a bit more logically.
1433         (attach): Explicitly compare errno against 0.
1434         (detach): Likewise.  Use perror_with_name instead of
1435         print_sys_errmsg.
1436         * Makefile.in (infptrace.o): Update dependencies.
1437
1438         * ia64-linux-nat.c: Update copyright year.
1439         (fetch_debug_register, store_debug_register)
1440         (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1441         PTRACE_TYPE_ARG3.
1442         * config/ia64/nm-linux.h: Update copyright year.
1443          (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1444
1445         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1446         from CORE_ADDR to struct frame_info *.  Use
1447         safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1448         (amd64_linux_sigtramp_p): Adjust for changed signature of
1449         and64_linux_sigtramp_start
1450
1451         * gdb_ptrace.h: GNU/Linux.
1452
1453         * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1454         Remove defines.
1455
1456         * infptrace.c: Include "gdb_assert.h".
1457         (PTRACE_XFER_TYPE): Remove define.
1458         (offsetof): Only define if U_REGS_OFFSET isn't defined.
1459         (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1460         Tweak comment.
1461         (fetch_inferior_registers, store_inferior_registers): Remove
1462         redundant culry braces.  Tweak comment.  s/regno/regnum.
1463         * Makefile.in (infptrace.o): Update dependencies.
1464
1465         * configure.in: Change test for return type of ptrace to default
1466         to `long' instead of `int'.
1467         * configure: Regenerate.        
1468
1469 2004-08-21  Mark Kettenis  <kettenis@gnu.org>
1470
1471         * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1472
1473         * configure.in: Check for ttrace function.
1474         * configure, config.in: Regenerate.     
1475
1476         * gdb_ptrace.h: New file.
1477         * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1478         <sys/ptrace.h>.
1479         (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1480         (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1481         (attach): Don't define PT_ATTACH.
1482         (detach): Don't define PT_DETACH.
1483         * Makefile.in (gdb_ptrace_h): New variable.
1484         (infptrace.o): Update dependencies.
1485
1486 2004-08-16  Mark Kettenis  <kettenis@gnu.org>
1487
1488         * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1489         instead of `int' if not already defined.
1490         (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1491         PTRACE_TYPE_ARG3.
1492         * infptrace.c (call_ptrace): Revert change that replaced
1493         PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1494
1495 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
1496
1497         * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1498         Remove defines.
1499
1500         * linux-nat.c (kill_inferior): Add missing third and fourth
1501         arguments to ptrace call.  Don't use PTRACE_ARG3_TYPE.
1502
1503         * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1504         PTRACE_TYPE_RET.
1505
1506         * proc-why.c (proc_prettyfprint_why): Fix format string.
1507
1508         * solib-osf.c (osf_current_sos): Remove unsused label.
1509
1510         * configure.in: Add <ncurses/ncurses.h> to the list of possible
1511         curses headers.
1512         * configure, config.in: Regenerate.     
1513         * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1514         <ncurses/ncurses.h>.
1515
1516         * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1517         * config/nm-nbsd.h: Update copyright year.
1518         (PTRACE_ARG3_TYPE): Remove define.
1519
1520         * sparc-nat.c (fetch_inferior_registers)
1521         (store_inferior_registers, sparc_xfer_wcookie): 
1522         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1523
1524         * alphabsd-nat.c (fetch_inferior_registers):
1525         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1526         PTRACE_TYPE_ARG3.
1527         * amd64bsd-nat.c (fetch_inferior_registers)
1528         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1529         PTRACE_TYPE_ARG3.
1530         * armnbsd-nat.c: Update copyright year.
1531         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1532         (store_register, store_regs, store_fp_register, store_fp_regs):
1533         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1534         * hppabsd-nat.c (fetch_inferior_registers)
1535         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1536         PTRACE_TYPE_ARG3.
1537         * i386bsd-nat.c (fetch_inferior_registers)
1538         (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1539         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1540         * m68kbsd-nat.c (fetch_inferior_registers)
1541         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1542         PTRACE_TYPE_ARG3.
1543         * m88kbsd-nat.c (fetch_inferior_registers)
1544         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1545         PTRACE_TYPE_ARG3.
1546         * mipsnbsd-nat.c: Update copyright year.
1547         (fetch_inferior_registers, store_inferior_registers):
1548         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1549         * ns32knbsd-nat.c: Update copyright year.
1550         (fetch_inferior_registers, store_inferior_registers):
1551         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1552         * ppcnbsd-nat.c (fetch_inferior_registers):
1553         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1554         PTRACE_TYPE_ARG3.
1555         * ppcobsd-nat.c (fetch_inferior_registers):
1556         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1557         PTRACE_TYPE_ARG3.
1558         * shnbsd-nat.c: Update copyright year.
1559         (fetch_inferior_registers, store_inferior_registers):
1560         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1561         * vaxbsd-nat.c (fetch_inferior_registers)
1562         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1563         PTRACE_TYPE_ARG3.
1564         
1565         * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1566         PTRACE_TYPE_ARG3.
1567         * infptrace.c (call_ptrace, child_resume, attach, detach)
1568         (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1569         (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1570         * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1571         PTRACE_TYPE_ARG3.
1572
1573 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
1574
1575         * defs.h: Remove out-of-date comment.
1576         [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1577         [!GETENV_PROVIDED] (getenv): Remove prototype.
1578
1579         * standalone.c: Remove file.
1580         * Makefile.in (standalone.o): Remove dependency.
1581
1582         * i386-linux-nat.c (dummy_sse_values): Remove function and
1583         prototype.
1584         (i386_linux_dr_get): Fix typo in comment.
1585         (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1586
1587         * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1588
1589         * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1590         from declaration.
1591         * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1592         from definition.
1593
1594 2004-08-13  Mark Kettenis  <kettenis@gnu.org>
1595
1596         * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1597         parenthesis in definition.
1598         * configure: Regenerated.
1599
1600 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
1601
1602         * PROBLEMS: Mention build/1411.
1603
1604 2004-08-09  Robert Millan  <robertmh@gnu.org>
1605
1606         Committed by Nathanael Nerode.
1607         * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1608         * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1609
1610 2004-08-12  Andrew Cagney  <cagney@gnu.org>
1611
1612         * NEWS: Mention fixes in GDB 6.2.1.
1613         * PROBLEMS: Remove mention of mips-irix.
1614
1615 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1616
1617         * config/powerpc/xm-aix.h: Delete.
1618         * config/powerpc/aix.mh (MH_FILE): Remove.
1619         * config/powerpc/aix432.mh (MH_FILE): Remove.
1620
1621 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1622
1623         * config/powerpc/aix.mh: Remove obsolete comment.
1624         * config/powerpc/aix432.mh: Likewise.
1625
1626 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1627
1628         * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1629
1630 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1631
1632         * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1633         this file is now empty.
1634         * config/xm-aix4.h: Remove, this file is no longer included
1635         anywhere.
1636
1637 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1638
1639         * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1640         that file is now empty.
1641         (termdef): Remove prototype, function no longer used.
1642
1643 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1644
1645         * doc/gdbint.texinfo (Host Definition): Remove documentation
1646         for USE_O_NOCTTY, no longer used.
1647         * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1648         * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1649
1650 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1651
1652         * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1653         * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1654         * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1655
1656 2004-08-11  Mark Kettenis  <kettenis@gnu.org>
1657
1658         * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1659         instead of FIVE_ARG_PTRACE.
1660
1661         * inflow.c (O_NOCTTY): Define to zero if not already defined.
1662         (new_tty): Use O_NOCTTY unconditionally.
1663
1664 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
1665
1666         * procfs.c (procfs_detach): Cleanup.  Print process ID, not LWP
1667         ID.  Use comma in output.  Use gdb_flush on gdb_stdout instead of
1668         fflush on stdout.
1669
1670 2004-08-10  Joel Brobecker  <brobecker@gnat.com>
1671
1672         * xcoff_symfile_finish: Replace last call to xmfree by call
1673         to xfree.
1674
1675 2004-08-10  Andrew Cagney  <cagney@gnu.org>
1676
1677         * main.c (captured_main): Delete call to init_malloc.
1678         * defs.h (init_malloc): Delete declaration.
1679         * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1680         (init_malloc): Delete functions.
1681
1682         * defs.h (xmfree): Delete.
1683         * utils.c (xmfree): Delete function.
1684         (xfree): Inline calls to xmfree and mfree.
1685         * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1686         * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1687         * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1688         * somread.c (som_symfile_finish): Ditto.
1689         * objfiles.c (allocate_objfile, free_objfile): 
1690         * nlmread.c (nlm_symfile_finish): Ditto.
1691         * hpread.c (hpread_symfile_finish): Ditto.
1692         * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1693         * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1694         * coffread.c (coff_symfile_finish): Ditto.
1695
1696         * defs.h (xmcalloc): Delete declaration.
1697         * utils.c (xmcalloc): Delete.
1698         (xcalloc): Inline calls to xmcalloc and mcalloc.
1699         * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1700         xcalloc and xfree.
1701         * symtab.c (create_demangled_names_hash): Ditto.
1702
1703         * defs.h (xmrealloc): Delete.
1704         * utils.c (xmrealloc): Delete.
1705         (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1706         * symmisc.c (extend_psymbol_list): Use xrealloc.
1707         * source.c (find_source_lines): Ditto.
1708         * hpread.c (hpread_lookup_type): Ditto.
1709         * dbxread.c (add_bincl_to_list): Ditto.
1710
1711         * utils.c (xmmalloc): Delete.
1712         (xmalloc): Inline xmmalloc and mmalloc calls.
1713         (msavestring): Use xmalloc.
1714         * defs.h (xmmalloc): Delete declaration.
1715         * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1716         xmmalloc.
1717         * symmisc.c (extend_psymbol_list): Ditto.
1718         * symfile.c (init_psymbol_list): Ditto.
1719         * source.c (find_source_lines): Ditto.
1720         * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1721         * elfread.c (elf_symtab_read): Ditto.
1722         * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1723         * coffread.c (coff_symfile_init): Ditto.
1724
1725 2004-08-10  David Carlton  <carlton@bactrian.org>
1726
1727         * MAINTAINERS: Remove David Carlton from c++ testsuite
1728         maintainers.
1729
1730 2004-08-10  Jerome Guitton  <guitton@gnat.com>
1731
1732         * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1733         print a line feed before the prompt.
1734
1735 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
1736
1737         * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1738
1739 2004-08-09  Joel Brobecker  <brobecker@gnat.com>
1740
1741         General cleanup of the AIX xm include file:
1742         * config/xm-aix4.h (fd_set): Remove undefine.
1743         Remove include of <sys/select.h>.
1744         (HAVE_TERMIO): Remove define.
1745         (USG): Likewise.
1746         (NULL): Remove redefine.
1747         (alloca): Remove #pragma.
1748         (vfork): Remove define.
1749         (termdef): Remove.
1750         (SIGWINCH_HANDLER): Remove.
1751         (SIGWINCH_HANDLER_BODY): Remove.
1752
1753 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
1754
1755         * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1756         GDB_OSABI_OPENBSD_ELF.
1757
1758 2004-08-07  Robert Millan  <robertmh@gnu.org>
1759
1760         * bsd-kvm.c: Check for nlist.h before including it.
1761
1762 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
1763
1764         * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1765         sigcontext' offset consistency checks for ancient BSD.
1766
1767         * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1768
1769         * configure.in: Check for <sys/types.h>.  Check return and
1770         argument types of ptrace.
1771         * configure, config.in: Regenerate.     
1772
1773 2004-08-09  Jim Blandy  <jimb@redhat.com>
1774
1775         * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1776         rs6000_register_sim_regno): Doc fixes.
1777
1778 2004-08-08  Joel Brobecker  <brobecker@gnat.com>
1779
1780         * mips-tdep.c: Include "floatformat.h".
1781         (n32n64_floatformat_always_valid): New function.
1782         (floatformat_n32n64_long_double_big): New constant.
1783         (mips_gdbarch_init): Set size and format of long double
1784         for N32 and N64 ABIs.
1785         * Makefile.in (mips-tdep.o): Update dependencies.
1786
1787 2004-08-08  Andrew Cagney  <cagney@gnu.org>
1788
1789         * gdbarch.sh: Delete "fmt" and "attrib" fields.  Always use %s to
1790         print.  Improve script's error messages.
1791         * gdbarch.h: Re-generate.
1792
1793         * gdbarch.sh (pformat): New function.
1794         (float_format, double_format, long_double_format): List with bit
1795         members.  Use pformat when printing.
1796         * gdbarch.c, gdbarch.h: Re-generate.
1797         
1798 2004-08-08  Nathan J. Williams  <nathanw@wasabisystems.com>
1799
1800         * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1801         "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1802         (ppcnbsd_supply_pcb): New function.
1803         (_initialize_ppcnbsd_nat): New prototype and function.
1804         * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1805         (LOADLIBES): New variable.
1806         * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1807
1808 2004-08-08  Andrew Cagney  <cagney@gnu.org>
1809
1810         * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1811         (builtin_type_ieee_double, builtin_type_ia64_quad)
1812         (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1813         BE/LE floating-point types.
1814         * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1815         (builtin_type_ieee_double, builtin_type_ia64_quad)
1816         (builtin_type_ia64_spill): Declare.
1817         * doublest.c (_initialize_doublest, floatformat_ieee_single)
1818         (floatformat_ieee_double, floatformat_arm_ext)
1819         (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1820         of LE/BE floatformats.  
1821         * doublest.h: (struct floatformat, floatformat_ieee_single)
1822         (floatformat_ieee_double, floatformat_arm_ext)
1823         (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1824
1825 2004-08-08  Mark Kettenis  <kettenis@gnu.org>
1826
1827         * i386gnu-nat.c (gnu_store_registers): Fix typo.
1828
1829         * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1830         instead of regcache_raw_supply when storing the registers.
1831
1832         * i386gnu-nat.c: Update copyright year.
1833         (gnu_store_registers): Don't use deprecated_registers and
1834         deprecated_registers_valid.  Use regcache_valid_p and
1835         regcache_raw_supply instead.
1836
1837         * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1838         frame_pc_unwind.
1839
1840         * procfs.c (procfs_pid_to_str): Remove redundant and unused
1841         variables.  Incapitalized "process".
1842
1843         * configure.in: Add cursesX to the list of possible curses libs.
1844         Add cursesX.h to the list of possible curses headers. 
1845         * configure, config.in: Regenerate.     
1846
1847 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
1848
1849         * configure.in: Test for struct lwp in <sys/lwp.h>.
1850         * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1851         the offset of l_addr in struct lwp.
1852
1853 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
1854
1855         * bsd-kvm.c: Include "gdbcore.h"
1856         (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1857
1858 2004-08-07  Andrew Cagney  <cagney@gnu.org>
1859
1860         * gdbtypes.c (build_flt, build_complex): New functions.
1861         (gdbtypes_post_init): Use.
1862
1863         * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1864
1865         * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1866         through to builtin_type_uint128.
1867
1868         * c-exp.y: Use builtin_type function to obtain builtin types.
1869
1870         * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1871         builtin_uint128.
1872         * gdbtypes.c (gdbtypes_post_init): Update.
1873         (build_gdbtypes): Move initialization of builtin_type_int0
1874         through to builtin_type_uint128 from here ...
1875         (_initialize_gdbtypes): ... to here.
1876         * d10v-tdep.c (d10v_register_type): Update.
1877
1878         * doublest.c: Update copyright.
1879         (floatformat_from_length): Call error when floatformat is NULL.
1880         (extract_floating_by_length): Remove NULL fmt check.
1881         (store_floating_by_length): Ditto.
1882
1883 2004-08-07  Andrew Cagney  <cagney@gnu.org>
1884
1885         * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1886         that the register is valid.
1887
1888 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
1889
1890         * i386-linux-tdep.c (i386_linux_sigtramp_start)
1891         (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1892         struct frame_info *.  Use safe_frame_unwind_memory instead of
1893         deprecated_read_memory_nobpt.
1894         (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1895         changed signature of i386_linux_sigtramp_start and
1896         i386_linux_rt_sigtramp_start.
1897
1898         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1899         CORE_ADDR to struct frame_info *.  Use safe_frame_unwind_memory
1900         instead of deprecated_read_memory_nobpt.
1901         (i386nbsd_sigtramp_p): Adjust for changed signature of
1902         i386nbsd_sigtramp_offset.
1903
1904         * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1905         safe_frame_unwind_memory instead of target_read_memory.
1906
1907         * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1908         !NO_SYS_FILE.
1909         [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1910         [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1911         (_initialize_kernel_u_addr): Remove prototype and function.
1912         * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1913         !NO_SYS_FILE.
1914         * xcoffread.c: Likewise.
1915
1916 2004-08-06  Mark Kettenis  <kettenis@gnu.org>
1917
1918         * vax-nat.c: New file.
1919         * vaxbsd-nat.c: Tweak comment.
1920         * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1921         vaxnbsd-tdep.c.
1922         (vax-nat.o): New dependency.
1923         * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1924         (vax-*-ultrix2*): Remove.
1925         * config/vax/vax.mh: New file.
1926         * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1927         (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1928         (vax_register_u_addr): New prototype.
1929         (REGISTER_U_ADDR): Define using vax_register_u_addr.
1930         * config/vax/vaxult2.mh: Remove file.
1931         * config/vax/vaxult.mh: Remove file.
1932         * config/vax/vaxbsd.mh: Remove file.
1933         * config/vax/vax.mt (TM_FILE): Remove.
1934         * config/vax/tm-vaxbsd.h: Remove file.
1935
1936 2004-08-06  Joel Brobecker  <brobecker@gnat.com>
1937
1938         * aix-thread.c (get_signaled_thread): New function.
1939         (iter_trap): Delete, no longer used.
1940         (iter_tid): New function.
1941         (pd_update): Find the thread that received the SIGTRAP signal
1942         by first locating the kernel thread, and then finding its
1943         associated thread.
1944
1945 2004-08-06  Ulrich Weigand  <uweigand@de.ibm.com>
1946
1947         * lin-lwp.c (child_wait): Continue inferior after processing
1948         PTRACE_EVENT_CLONE event.
1949
1950 2004-08-05  Nathanael Nerode  <neroden@gcc.gnu.org>
1951
1952         * MAINTAINERS: Add self to Write-After-Approval.
1953
1954 2004-08-05  Jeff Johnston  <jjohnstn@redhat.com>
1955
1956         * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1957         libunwind-xxxx.so" where xxxx is UNW_TARGET.
1958
1959 2004-08-05  Andrew Cagney  <cagney@gnu.org>
1960
1961         * config/xm-sysv4.h: Delete file.
1962         * config/mips/xm-irix5.h: Delete file.
1963         * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1964         * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1965         * config/ia64/xm-aix.h: Delete file.
1966         * config/ia64/aix.mh (XM_FILE): Delete.
1967         * config/pa/xm-hppah.h: Delete file.
1968         * config/pa/hpux11w.mh (XM_FILE): Delete.
1969         * config/pa/hpux11.mh (XM_FILE): Delete.
1970         * config/pa/hpux1020.mh (XM_FILE): Delete.
1971         * config/pa/hppahpux.mh (XM_FILE): Delete.
1972
1973         * config/alpha/xm-alphalinux.h: Delete file.
1974         * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1975         * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1976         * config/alpha/xm-alphaosf.h: Delete file.
1977         * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1978         * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1979         * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1980         * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1981
1982         * config/i386/xm-i386v.h: Delete file.
1983         * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1984         * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1985         * config/i386/xm-i386sco.h: Delete file.
1986         * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1987         * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1988         * config/i386/xm-i386v4.h: Delete file.
1989         * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1990         * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1991         * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1992         * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1993
1994         * config/vax/xm-vax.h: Delete file.
1995         * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1996         * config/vax/xm-vaxult2.h: Delete file.
1997         * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1998         * config/vax/vaxult2.mh (XM_FILE): Delete.
1999         * config/vax/xm-vaxult.h: Delete file.
2000         * config/vax/vaxult.mh (XM_FILE): Delete.
2001         * config/vax/xm-vaxbsd.h: Delete file.
2002         * config/vax/vaxbsd.mh (XM_FILE): Delete.
2003
2004         * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2005         * gdbarch.h, gdbarch.c: Re-generate.
2006         * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2007         * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2008         * frame.h: Delete deprecated_read_fp from comments.
2009         * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2010         * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2011
2012 2004-08-04  Mark Kettenis  <kettenis@gnu.org>
2013
2014         * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2015         trampoline in OpenBSD 3.5-current.
2016
2017         * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2018         SSE registers.
2019
2020         * Makefile.in: Remove embedded page breaks.
2021
2022 2004-08-04  Jim Blandy  <jimb@redhat.com>
2023
2024         * regcache.c (regcache_raw_read): Assert that, after calling
2025         target_fetch_registers, the register we're reading is cached.
2026
2027         * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2028         a call to 'internal_error', with a more helpful error message.
2029         * rs6000-tdep.c (e500_pseudo_register_read,
2030         e500_pseudo_register_write, rs6000_store_return_value): Same.
2031
2032 2004-08-04  Andrew Cagney  <cagney@gnu.org>
2033
2034         * Makefile.in: Update dependencies.
2035
2036 2004-08-04  Jim Blandy  <jimb@redhat.com>
2037
2038         Change the layout of the PowerPC E500 raw register cache to allow
2039         the lower 32-bit halves of the GPRS to be their own raw registers,
2040         not pseudoregisters.
2041         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2042         add ppc_ev0_upper_regnum flag.
2043         * rs6000-tdep.c: #include "reggroups.h".
2044         (spe_register_p): Recognize the ev upper half registers as SPE
2045         registers.
2046         (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2047         registers.
2048         (e500_move_ev_register): New function.
2049         (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2050         vector registers are the pseudo-registers now, formed by splicing
2051         together the gprs and the upper-half registers.
2052         (e500_register_reggroup_p): New function.
2053         (P): Macro deleted.
2054         (P8, A4): New macro.
2055         (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2056         (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2057         macros.
2058         (registers_e500): Rearrange register set so that the raw register
2059         set contains 32-bit GPRs and upper-half registers, and the SPE
2060         vector registers become pseudo-registers.
2061         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2062         it has been deleted.  Initialize ppc_ev0_upper_regnum.  Many other
2063         register numbers are now the same for the E500 as they are for
2064         other PowerPC variants.  Register e500_register_reggroup_p as the
2065         register group function for the E500.
2066         * Makefile.in (rs6000-tdep.o): Update dependencies.
2067
2068         Adapt PPC E500 native support to the new raw regcache layout.
2069         * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2070         (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2071         (fetch_spe_register, store_spe_register): Handle fetching/storing
2072         all the SPE registers at once, if regno == -1.  These now take
2073         over the job of fetch_spe_registers and store_spe_registers.
2074         (fetch_spe_registers, store_spe_registers): Deleted.
2075         (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2076         unconditionally; they're always raw.  Fetch/store SPE upper half
2077         registers, if present, instead of ev registers.
2078         (fetch_register, store_register): Remove sanity checks: gprs are
2079         never pseudo-registers now, so we never need to even mention any
2080         registers that are ever pseudoregisters.
2081
2082         Use a fixed register numbering when communicating with the PowerPC
2083         simulator.
2084         * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2085         * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2086         (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno): 
2087         New functions.
2088         (rs6000_gdbarch_init): Register rs6000_register_sim_regno.  Call
2089         init_sim_regno_table.
2090         * Makefile.in (gdb_sim_ppc_h): New variable.
2091         (rs6000-tdep.o): Update dependencies.
2092
2093 2004-08-02  Andrew Cagney  <cagney@gnu.org>
2094
2095         * cris-tdep.c (cris_register_size): Restore function, still used
2096         locally.
2097
2098         * gdbarch.sh (deprecated_target_read_fp)
2099         (deprecated_frame_locals_address, deprecated_frame_args_address)
2100         (deprecated_frame_chain_valid, deprecated_frame_chain)
2101         (deprecated_init_extra_frame_info, deprecated_pop_frame)
2102         (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2103         (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2104         * gdbarch.h, gdbarch.c: Re-generate.
2105         * regcache.c (deprecated_read_fp): Do not call
2106         DEPRECATED_TARGET_READ_FP_P.
2107         * infcmd.c (default_print_registers_info): Do not call
2108         DEPRECATED_DO_REGISTERS_INFO.
2109         * frame-base.c (default_frame_locals_address): Do not call
2110         DEPRECATED_FRAME_LOCALS_ADDRESS.
2111         (default_frame_args_address): Do not call
2112         DEPRECATED_FRAME_ARGS_ADDRESS.
2113
2114         * gdbarch.sh (deprecated_register_raw_size)
2115         (deprecated_register_virtual_size:int): Delete.
2116         * gdbarch.h, gdbarch.c: Re-generate.
2117         * cris-tdep.c (cris_register_size): Delete.
2118         (cris_gdbarch_init): Update.
2119         * alpha-tdep.c (alpha_register_raw_size)
2120         (alpha_register_virtual_size): Delete.
2121         (alpha_gdbarch_init): Update.
2122
2123         * gdbarch.sh (deprecated_register_virtual_type)
2124         (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2125         (deprecated_dummy_write_sp): Delete.
2126         * gdbarch.h, gdbarch.c: Re-generate.
2127
2128         * gdbarch.sh (deprecated_register_bytes): Delete.
2129         * gdbarch.h, gdbarch.c: Re-generate.
2130         * regcache.c (deprecated_register_bytes): New function.
2131         * regcache.h (deprecated_register_bytes): Declare.
2132         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2133         * v850-tdep.c (v850_gdbarch_init): Update.
2134         * sh64-tdep.c (sh64_gdbarch_init): Update.
2135         * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2136         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2137         * mcore-tdep.c (mcore_gdbarch_init): Update.
2138         * cris-tdep.c (cris_gdbarch_init): Update.
2139         * arm-tdep.c (arm_gdbarch_init): Update.
2140         * remote.c (init_remote_state): Update.
2141         * remote-vx.c (vx_prepare_to_store): Update.
2142         * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2143         * irix5-nat.c (fetch_core_registers): Update.
2144         * cris-tdep.c (cris_register_bytes_ok): Update.
2145         * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2146
2147         * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2148         (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2149         (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2150         (mips_insn16_frame_base_address, mips_insn16_frame_base)
2151         (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2152         (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2153         (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2154         (mips_insn32_frame_base_address, mips_insn32_frame_base)
2155         (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2156         with mips_insn16 and mips_insn32.
2157
2158         Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2159         * rs6000-tdep.c (rs6000_push_dummy_call)
2160         (rs6000_extract_return_value): Use register_size.
2161         * xstormy16-tdep.c (xstormy16_get_saved_register) 
2162         (xstormy16_extract_return_value): Ditto.
2163         * valops.c (value_assign): Ditto.
2164         * v850ice.c (v850ice_fetch_registers, v850ice_store_registers): 
2165         * v850-tdep.c (v850_extract_return_value): Ditto.
2166         * tracepoint.c (collect_symbol): Ditto.
2167         * target.c (debug_print_register): Ditto.
2168         * stack.c (frame_info): Ditto.
2169         * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2170         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2171         * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2172         (store_register_using_P): Ditto.
2173         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2174         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2175         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2176         * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2177         * regcache.c (deprecated_read_register_bytes) 
2178         (deprecated_write_register_bytes, read_register) 
2179         (write_register): Ditto.
2180         * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2181         (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2182         * monitor.c (monitor_supply_register, monitor_fetch_register) 
2183         (monitor_store_register): Ditto.
2184         * mn10300-tdep.c (mn10300_pop_frame_regular) 
2185         (mn10300_print_register): Ditto.
2186         * mipsv4-nat.c (fill_fpregset): Ditto.
2187         * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset) 
2188         (mips64_fill_fpregset): Ditto.
2189         * mi/mi-main.c (register_changed_p, get_register)
2190         (mi_cmd_data_write_register_values): Ditto.
2191         * lynx-nat.c (fetch_inferior_registers, store_inferior_registers): 
2192         * irix5-nat.c (fill_gregset, fetch_core_registers): 
2193         * infrun.c (write_inferior_status_register): Ditto.
2194         * infptrace.c (fetch_register, store_register): Ditto.
2195         * infcmd.c (default_print_registers_info): Ditto.
2196         * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2197         * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2198         * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2199         * hpux-thread.c (hpux_thread_fetch_registers)
2200         (hpux_thread_store_registers): Ditto.
2201         * hppah-nat.c (store_inferior_registers, fetch_register): 
2202         * findvar.c (value_from_register): Ditto.
2203         * dve3900-rom.c (fetch_bitmapped_register): 
2204         * cris-tdep.c (cris_gdbarch_init): Ditto.
2205         * alpha-tdep.h: Ditto.
2206         * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2207
2208         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2209         DEPRECATED_REGISTER_RAW_SIZE from comments.
2210         * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2211         use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2212         DEPRECATED_REGISTER_RAW_SIZE.
2213         * findvar.c (value_of_register): Simplify by assuming that the
2214         registers raw and virtual sizes are identical.
2215         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2216         comment.
2217         * arch-utils.c (generic_register_size): Simplify by assuming
2218         register_type.
2219
2220         * regcache.c (legacy_read_register_gen, real_register) 
2221         (legacy_write_register_gen): Delete, not used.
2222
2223         * regcache.c (struct regcache_descr): Delete legacy_p.
2224         (init_legacy_regcache_descr): Delete function.
2225         (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2226         Do not use deprecated register functions.
2227         (regcache_raw_read, deprecated_write_register_gen):
2228         (deprecated_read_register_gen, regcache_raw_write): Delete code
2229         predicated on legacy_p.
2230         (register_size): Delete check against register raw size.
2231
2232         * cris-tdep.c (cris_register_type): Replace
2233         cris_register_virtual_type.
2234         (cris_gdbarch_init): Update, set register_type.
2235
2236         * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2237         * gdbarch.h, gdbarch.c: Re-generate.
2238         * arm-tdep.c    (arm_frameless_function_invocation): Delete.
2239         (arm_gdbarch_init) Do not set frameless function invocation.
2240         * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2241         * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2242         * frv-tdep.c (frv_frameless_function_invocation): Delete.
2243         (frv_gdbarch_init): Do not set frameless function invocation.
2244         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2245         * sh-tdep.c (sh_gdbarch_init): Ditto.
2246         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2247         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2248         * avr-tdep.c (avr_gdbarch_init): Ditto.
2249
2250         * blockframe.c (legacy_frame_chain_valid): Delete function.
2251
2252         * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2253         and pc.  Update comments.
2254         (pc_in_dummy_frame): Delete function.
2255         (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2256         use the "id".
2257         (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2258         call_hi, top and pc, use the id.
2259         (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2260
2261         * dummy-frame.c: Include "gdb_string.h".
2262         (generic_save_call_dummy_addr, generic_push_dummy_frame)
2263         (generic_save_dummy_frame_tos): Delete.
2264         (dummy_frame_push): New function, replaces above.
2265         * dummy-frame.h: Update copyright.
2266         (dummy_frame_push): Declare.
2267         * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2268         (generic_save_call_dummy_addr): Delete declarations.
2269         * infcall.c: Include "dummy-frame.h".
2270         (call_function_by_hand): Add locals caller_regcache,
2271         caller_regcache_cleanup and dummy_id.  Replace push_dummy_frame
2272         with call to frame_save_as_regcache plus cleanup.  Delete calls to
2273         generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2274         Move clear_proceed_status to just before the resume, add call to
2275         dummy_frame_push (discard cleanup).
2276         * Makefile.in (infcall.o): Add $(dummy_frame_h).
2277         (dummy-frame.o): Add $(gdb_string_h).
2278
2279 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2280
2281         * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2282         * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2283         * dummy-frame.c (find_dummy_frame): Delete.
2284         (struct dummy_frame_cache, dummy_frame_sniffer)
2285         (dummy_frame_prev_register, dummy_frame_this_id)
2286         (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2287         frame unwinder using a dummy_frame_cache.
2288
2289 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2290
2291         * frame.h (frame_save_as_regcache): Declare.
2292         * frame.c (frame_save_as_regcache): New function.
2293         (do_frame_read_register): Replace do_frame_unwind_register.
2294         (frame_pop): Use frame_save_as_regcache.
2295         * dummy-frame.c (generic_push_dummy_frame): Use
2296         frame_save_as_regcache.
2297
2298 2004-08-01  Joel Brobecker  <brobecker@gnat.com>
2299
2300         * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2301         file as included until we record the first line in the linetable.
2302
2303 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2304
2305         * frame.h (deprecated_pop_dummy_frame)
2306         (deprecated_read_register_dummy)
2307         (deprecated_generic_find_dummy_frame): Delete.
2308         * dummy-frame.c (deprecated_generic_find_dummy_frame)
2309         (deprecated_read_register_dummy)
2310         (deprecated_find_dummy_frame_regcache)
2311         (discard_innermost_dummy)
2312         (deprecated_pop_dummy_frame): Delete.
2313         (dummy_frame_this_id): Simplify.
2314         (struct dummy_frame): Delete "fp" and "sp".
2315         (find_dummy_frame): Simplify.
2316         (generic_push_dummy_frame): Do not set "fp" or "sp".
2317         (fprint_dummy_frames): Do not print "fp" and "sp"
2318
2319 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
2320
2321         * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2322         (struct i386_insn): New structure.
2323         (i386_match_insn): New function.
2324         (i386_frame_setup_skip_insns): New variable.
2325         (i386_analyze_frame_setup): Change to use i386_match_insn and the
2326         array i386_frame_setup_insns of instructions that should be
2327         skipped inside the frame setup sequence.
2328
2329 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2330
2331         * frame.h (deprecated_frame_xmalloc_with_cleanup)
2332         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2333         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2334         * stack.c (frame_info): Delete references to
2335         DEPRECATED_FRAME_INIT_SAVED_REGS and
2336         deprecated_get_frame_saved_regs.
2337         * frame.c (struct frame_info): Delete saved_regs and extra_info.
2338         (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2339         (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2340         (frame_unwind_register_signed)
2341         (frame_unwind_register_unsigned)
2342         (frame_unwind_unsigned_register): Use register_size.
2343         (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2344         (deprecated_frame_xmalloc_with_cleanup)
2345         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2346         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2347
2348         * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2349         * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2350         * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2351         * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2352
2353         * infcall.c (call_function_by_hand): Do not use
2354         DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2355         DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2356         DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2357         DEPRECATED_STACK_ALIGN.
2358
2359 2004-07-30  Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2360
2361         Committed by Andrew Cagney.
2362         * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2363
2364 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2365
2366         * mips-tdep.c (mips16_frame_cache)
2367         (mips16_frame_this_id, mips16_frame_prev_register)
2368         (mips16_frame_unwind, mips16_frame_sniffer)
2369         (mips16_frame_base_address, mips16_frame_base)
2370         (mips16_frame_base_sniffer, mips32_frame_cache)
2371         (mips32_frame_this_id, mips32_frame_prev_register)
2372         (mips32_frame_unwind, mips32_frame_sniffer)
2373         (mips32_frame_base_address, mips32_frame_base)
2374         (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2375         separate heuristic mips16 and mips32 unwinders.
2376         (mips_stub_frame_cache, mips_stub_frame_this_id)
2377         (mips_stub_frame_prev_register)
2378         (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2379         (mips_stub_frame_base_address, mips_stub_frame_base)
2380         (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2381         (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2382         match true mdebug frames.
2383         (non_heuristic_proc_desc): Add forward declaration.
2384
2385 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2386
2387         * config/mips/tm-irix6.h: Delete file.
2388         * config/mips/tm-irix5.h: Delete file.
2389         * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2390         * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2391
2392         * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2393         * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2394         * config/nm-gnu.h (NO_CORE_OPS): Delete.
2395         * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2396         * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2397         * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2398         * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2399         * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2400         * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2401         * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2402         * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2403         (TARGET_SIGNAL_RAW_VALUES): Delete.
2404         * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2405         Delete.
2406         * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT) 
2407         (TARGET_HW_WATCH_LIMIT): Delete.
2408         * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2409         * minimon.h: Delete file.
2410
2411         * trad-frame.c (trad_frame_get_this_base)
2412         (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2413         functions.
2414         * trad-frame.h (trad_frame_set_this_base)
2415         (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2416
2417 2004-07-31  Andrew Cagney  <cagney@gnu.org>
2418
2419         * trad-frame.c (trad_frame_get_prev_register): Rename
2420         trad_frame_get_prev_register.
2421         * vax-tdep.c (vax_frame_prev_register): Update.
2422         * trad-frame.h: Update.
2423         * trad-frame.c (trad_frame_get_register): Update.
2424         * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2425         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2426         Update.
2427         * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2428         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2429         Update.
2430         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2431         Update.
2432         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2433         Update.
2434         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2435         Update.
2436         * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2437         Update.
2438         * s390-tdep.c (s390_frame_prev_register) 
2439         (s390_stub_frame_prev_register) 
2440         (s390_sigtramp_frame_prev_register): Update.
2441         * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2442         * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2443         * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2444         * m88k-tdep.c (m88k_frame_prev_register) 
2445         * m68hc11-tdep.c (m68hc11_frame_prev_register) 
2446         * m32r-tdep.c (m32r_frame_prev_register): Update.
2447         * hppa-tdep.c (hppa_frame_prev_register_helper) 
2448         * frv-tdep.c (frv_frame_prev_register): Update.
2449         * d10v-tdep.c (d10v_frame_prev_register): Update.
2450         * cris-tdep.c (cris_frame_prev_register): Update.
2451         * avr-tdep.c (avr_frame_prev_register): Update.
2452         * arm-tdep.c (arm_prologue_prev_register) 
2453         (arm_sigtramp_prev_register): Update.
2454
2455 2004-07-31  Andrew Cagney  <cagney@gnu.org>
2456
2457         * frame.h (legacy_saved_regs_unwind)
2458         (legacy_frame_chain_valid, legacy_frame_p)
2459         (enum frame_type): Delete UNKNOWN_FRAME.
2460         * dummy-frame.c (dummy_frame_this_id): Simplify.
2461         * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2462         * frame.c (struct frame_info): Delete the field "type".
2463         (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2464         (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2465         (legacy_saved_regs_unwind, legacy_frame_p)
2466         (frame_type_from_pc): Delete.
2467         (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2468         (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2469
2470 2004-07-31  Mark Kettenis  <kettenis@gnu.org>
2471
2472         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2473         indentation.
2474
2475         * mips-nat.c: Remove file.
2476         * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2477         (mips-nat.o): Remove dependency.
2478
2479         * infptrace.c: Update copyright year.
2480         (fetch_register): Pass NULL in regcache_raw_supply call instead of
2481         explicitly setting the buffer to all zeroes.
2482
2483         * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2484         (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2485
2486 2004-07-30  Andrew Cagney  <cagney@gnu.org>
2487
2488         * GDB 6.2 released from gdb_6_2-branch.
2489
2490 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
2491
2492         * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2493
2494         * exec.c (exec_file_attach):
2495         * nto-tdep.c (nto_find_and_open_solib):
2496         * pa64solib.c (pa64_solib_sizeof_symbol_table):
2497         * solib.c (solib_open):
2498         * somsolib.c (som_solib_sizeof_symbol_table):
2499         * source.c (is_regular_file, openp, open_source_file):
2500         * symfile.c (symfile_bfd_open):
2501         * wince.c (upload_to_device): Differentiate between the search for
2502         binary and source files.
2503
2504 2004-07-30  Andrew Cagney  <cagney@gnu.org>
2505
2506         * complaints.c (_initialize_complaints): Pass NULL to
2507         add_setshow_zinteger_cmd for help_doc.
2508         * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2509
2510 2004-07-30  Andrew Cagney  <cagney@gnu.org>
2511
2512         Fix PR i18n/761.
2513         * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2514         (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2515         $(PACKAGE).pot and update-po.
2516         (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2517         (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2518         (update-po): New rules.
2519         (localedir): Define using autoconf.
2520         (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2521         (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2522         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2523         * configure.in: Generate CATALOGS and LINGUAS from contents of
2524         src/gdb/po/ directory.  Set @localedir@ in Makefile.in.
2525         * configure: Re-generate.
2526         * po/gdbtext: New file
2527         
2528 2004-07-30  Jerome Guitton  <guitton@gnat.com>
2529
2530         * MAINTAINERS: Reorder Write After Approval list in alphabetical
2531         order.
2532
2533 2004-07-30  David Lecomber  <dsl@sources.redhat.com>
2534
2535         * dwarf2read.c (read_file_scope): Set producer if attribute 
2536         present.
2537         (struct dwarf2_cu): Added new member producer.
2538
2539 2004-07-30  Jerome Guitton  <guitton@gnat.com>
2540
2541         * inflow.c (kill_command): release file handles in BFD.
2542         * exec.c (exec_file_attach): Ditto.
2543         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2544
2545 2004-07-29  Andrew Cagney  <cagney@gnu.org>
2546
2547         * PROBLEMS (mips-irix): Note that it is broken.
2548
2549 2004-07-29  Andrew Cagney  <cagney@gnu.org>
2550
2551         * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2552         * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2553
2554         * config/xm-nbsd.h: Delete file.
2555         * config/arm/xm-nbsd.h: Delete file.
2556         * config/i386/xm-nbsd.h: Delete file.
2557         * config/ns32k/xm-nbsd.h: Delete file.
2558         * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2559         * config/i386/nbsdelf.mh (XM_FILE): Delete.
2560         * config/i386/nbsdaout.mh (XM_FILE): Delete.
2561         * config/arm/nbsdelf.mh (XM_FILE): Delete.
2562         * config/arm/nbsdaout.mh (XM_FILE): Delete.
2563
2564         * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2565         * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2566         * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2567         * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2568         * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2569         * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2570
2571         * config/powerpc/xm-linux.h: Delete empty file.
2572         * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2573         * config/powerpc/linux.mh (XM_FILE): Delete.
2574         * config/m68k/xm-linux.h: Delete empty file.
2575         * config/m68k/linux.mh (XM_FILE): Delete.
2576         * config/ia64/xm-linux.h: Delete empty file.
2577         * config/ia64/linux.mh (XM_FILE): Delete.
2578         * config/arm/xm-linux.h: Delete empty file.
2579         * config/arm/linux.mh (XM_FILE): Delete.
2580         
2581         * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2582         * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2583         * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2584         * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2585         * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2586         * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2587         * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2588         * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2589
2590         * config/m68k/xm-m68k.h: Delete file.
2591         * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h".  Update
2592         copyright.
2593         (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2594         * config/pa/xm-linux.h: Delete empty file.
2595         * config/pa/linux.mh (XM_FILE): Delete.
2596         * config/i386/xm-i386.h: Delete empty file.
2597         * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2598         "i386/xm-i386.h".
2599         * config/i386/obsdaout.mh (XM_FILE): Delete.
2600         * config/i386/obsd64.mh (XM_FILE): Delete.
2601         * config/i386/fbsd64.mh (XM_FILE): Delete.
2602         * config/i386/nto.mh (XM_FILE): Delete.
2603         * config/i386/obsd.mh (XM_FILE): Delete.
2604         * config/i386/linux64.mh (XM_FILE): Delete.
2605         * config/i386/linux.mh (XM_FILE): Delete.
2606         * config/i386/i386sol2.mh (XM_FILE): Delete.
2607         * config/i386/i386gnu.mh (XM_FILE): Delete.
2608         * config/i386/fbsd.mh (XM_FILE): Delete.
2609         * config/i386/nbsd64.mh (XM_FILE): Delete.
2610
2611 2004-07-29  Andrew Cagney  <cagney@gnu.org>
2612
2613         * config/pa/xm-linux.h: Do not include "floatformat.h".
2614         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2615         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2616         * config/i386/xm-i386.h: Do not include "floatformat.h".
2617         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) 
2618         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2619         * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2620         (HOST_LONG_DOUBLE_FORMAT): Delete macros.  Use
2621         GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2622         GDB_HOST_LONG_DOUBLE_FORMAT instead.
2623         * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2624         (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2625         * configure, config.in: Regenerate.     
2626         * configure.host (gdb_host_float_format, gdb_host_double_format)
2627         (gdb_host_long_double_format): Set according to the host.
2628         
2629 2004-07-29  Andrew Cagney  <cagney@gnu.org>
2630
2631         * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2632
2633 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2634
2635         * PROBLEMS: Mention threads/1650.
2636         * NEWS: Mention the NPTL fix.
2637
2638 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2639
2640         * cli/cli-decode.c (add_setshow_cmd): Delete function.
2641         (add_setshow_cmd_full): Make static.
2642         * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2643         (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2644         * cli/cli-decode.c (add_setshow_filename_cmd) 
2645         (add_setshow_string_cmd): New functions.
2646         * nto-tdep.c (_initialize_nto_tdep): Update.  Fix parameters.
2647         * mips-tdep.c (_initialize_mips_tdep): Update.
2648         * m32r-rom.c (_initialize_m32r_rom): Update.  Update copyright.
2649         * cli/cli-logging.c (_initialize_cli_logging): Update.
2650         * complaints.c (_initialize_complaints): Update.
2651         * remote.c (_initialize_remote): Update.
2652         
2653 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2654
2655         * cli/cli-decode.c (add_setshow_zinteger_cmd)
2656         (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2657         (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2658         print parameters.  Make string parameters constant.
2659         * command.h: Update.  Update copyright.
2660         * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2661         * observer.c (_initialize_observer): Ditto.
2662         * frame.c (_initialize_frame): Ditto.
2663         * complaints.c (_initialize_complaints): Ditto.
2664         * maint.c (_initialize_maint_cmds): Ditto.
2665         * target.c (initialize_targets): Ditto.
2666         * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2667         * infcall.c (_initialize_infcall): Ditto.
2668         * arm-tdep.c (_initialize_arm_tdep): Ditto.
2669         * m32r-rom.c (_initialize_m32r_rom): Ditto.
2670         * remote-rdi.c (_initialize_remote_rdi): Ditto.
2671         * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2672         * mips-tdep.c (_initialize_mips_tdep): Ditto.
2673
2674 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2675
2676         * gdbtypes.c (lookup_primitive_typename): Delete function.
2677         * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2678         * ada-lex.l: Use language_lookup_primitive_type_by_name.
2679         * gdbtypes.c (lookup_typename): Ditto.
2680         * f-exp.y (yylex): Ditto.
2681         * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2682
2683         * scm-lang.c (c_builtin_types): Delete extern declaration.
2684         (scm_language_defn): Replace
2685         string_char_type and primitive_type_vector with
2686         la_language_arch_info.
2687         * jv-lang.c (java_language_defn): Replace
2688         string_char_type and primitive_type_vector with
2689         la_language_arch_info.
2690         * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2691         c_builtin_types in comment.
2692         * c-lang.h (struct language_arch_info): Declare opaque.
2693         (c_language_arch_info): Declare.
2694         (c_builtin_types): Delete declaration.
2695         * c-lang.c (c_language_arch_info): Set string_char_type to
2696         builtin_char, not builtin_true_char.  Make global.
2697         (c_builtin_types): Delete array.
2698         (asm_language_defn, minimal_language_defn): Replace
2699         string_char_type and primitive_type_vector with
2700         la_language_arch_info.
2701
2702 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2703
2704         * gdbtypes.h (struct builtin_type): Rename true_char to
2705         builtin_true_char.
2706         * gdbtypes.c (gdbtypes_post_init): Update.
2707         * c-lang.c (arch_info): New function.
2708         (enum c_primitive_types): New enum.
2709         (c_language_defn): Instead of string_char_type and
2710         primitive_type_vector set la_language_arch_info.
2711
2712 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2713
2714         * language.h (struct language_arch_info): Fix typo
2715         s/primative/primitive/.
2716         * gdbtypes.c (lookup_primitive_typename): Ditto.
2717         * language.c (language_lookup_primitive_type_by_name)
2718         (unknown_language_arch_info): Ditto.
2719
2720 2004-07-27  Andrew Cagney  <cagney@gnu.org>
2721
2722         * defs.h (enum language): Add nr_languages.
2723         * language.h (struct language_arch_info): Define.
2724         (struct language_defn): Add la_language_arch_info.
2725         (language_lookup_primative_type_by_name): Declare.
2726         (language_string_char_type): Declare.
2727         * language.c (_initialize_language, language_gdbarch_post_init)
2728         (struct language_gdbarch, language_gdbarch_data): Implement
2729         per-architecture language information.
2730         (unknown_language_arch_info, language_string_char_type)
2731         (language_lookup_primative_type_by_name): New functions.
2732         (unknown_language_defn, auto_language_defn)
2733         (local_language_defn): Set la_language_arch_info to
2734         unknown_language_arch_info.
2735         (unknown_builtin_types): Delete.
2736         * gdbtypes.c (lookup_primitive_typename): Use
2737         language_lookup_primative_type_by_name.
2738         (create_string_type): Use language_string_char_type.
2739         * values.c (value_from_string): Use language_string_char_type.
2740         * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2741         * p-lang.c (pascal_language_defn): Ditto.
2742         * m2-lang.c (m2_language_defn): Ditto.
2743         * jv-lang.c (java_language_defn): Ditto.
2744         * objc-lang.c (objc_language_defn): Ditto.
2745         * f-lang.c (f_language_defn): Ditto.
2746         * c-lang.c (c_language_defn, cplus_language_defn) 
2747         (asm_language_defn, minimal_language_defn): Ditto.
2748         
2749 2004-07-27  Andrew Cagney  <cagney@gnu.org>
2750
2751         * gdbtypes.h (struct builtin_type): Declare.
2752         (builtin_type): Declare.
2753         * d10v-tdep.c (d10v_register_type): Use builtin_type.
2754         * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2755         (gdbtypes_post_init): New function.
2756         (builtin_type): New function.
2757
2758 2004-07-27  Kei Sakamoto  <sakamoto.kei@renesas.com>
2759
2760         * remote-m32r-sdi.c: Fix breakpoint bug.
2761         (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2762         recv_char_data, recv_long_data): New functions to replace communication
2763         sequences.
2764
2765 2004-07-26  Michael Chastain  <mec.gnu@mindspring.com>
2766
2767         Document PR threads/1650.
2768         * PROBLEMS (Threads): Document problem with many threads
2769
2770 2004-07-26  Andrew Cagney  <cagney@gnu.org>
2771
2772         * gdb-mi.el: Move from here ...
2773         * mi/gdb-mi.el: ... to here.
2774
2775 2004-07-26  Andrew Cagney  <cagney@gnu.org>
2776
2777         Problem reported by Ashley Pittman <ashley@quadrics.com>.
2778         * main.c (captured_main): When in batch mode always detach.
2779
2780 2004-07-26  Andrew Cagney  <cagney@gnu.org>
2781
2782         * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2783         and h8300 as broken.
2784         * NEWS: END-OF-LIFE frame compatibility module.
2785         * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2786         specific comments.
2787
2788 2004-07-26  Andrew Cagney  <cagney@gnu.org>
2789
2790         * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2791         * xcoffsolib.c (_initialize_xcoffsolib): Update.
2792         * wince.c (_initialize_wince): Update.
2793         * win32-nat.c (_initialize_win32_nat): Update.
2794         * varobj.c (_initialize_varobj): Update.
2795         * valops.c (_initialize_valops): Update.
2796         * utils.c (initialize_utils, initialize_utils): Update.
2797         * tui/tui-win.c (_initialize_tui_win): Update.
2798         * top.c (init_main): Update.
2799         * symfile.c (_initialize_symfile): Update.
2800         * source.c (_initialize_source): Update.
2801         * somsolib.c (_initialize_som_solib): Update.
2802         * solib.c (_initialize_solib): Update.
2803         * solib-frv.c (_initialize_frv_solib): Update.
2804         * serial.c (_initialize_serial): Update.
2805         * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2806         * remote.c (_initialize_remote, _initialize_remote): Update.
2807         * remote-vx.c (_initialize_vx): Update.
2808         * remote-utils.c (_initialize_sr_support): Update.
2809         * remote-sds.c (_initialize_remote_sds): Update.
2810         * remote-mips.c (_initialize_remote_mips): Update.
2811         * remote-e7000.c (_initialize_remote_e7000): Update.
2812         * proc-api.c (_initialize_proc_api): Update.
2813         * printcmd.c: Update.
2814         * parse.c (_initialize_parse): Update.
2815         * pa64solib.c (_initialize_pa64_solib): Update.
2816         * p-valprint.c (_initialize_pascal_valprint): Update.
2817         * monitor.c (_initialize_remote_monitors): Update.
2818         * mips-tdep.c (_initialize_mips_tdep): Update.
2819         * mcore-tdep.c (_initialize_mcore_tdep): Update.
2820         * maint.c (_initialize_maint_cmds): Update.
2821         * lin-lwp.c (_initialize_lin_lwp): Update.
2822         * language.c (_initialize_language): Update.
2823         * kod.c (_initialize_kod): Update.
2824         * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2825         * i386-tdep.c (_initialize_i386_tdep): Update.
2826         * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2827         * gdbarch.sh: Update.
2828         * gdbarch.c: Re-generate.
2829         * gdb-events.sh: Update.
2830         * gdb-events.c: Re-generate.
2831         * frame.c (_initialize_frame): Update.
2832         * exec.c: Update.
2833         * demangle.c (_initialize_demangler): Update.
2834         * dcache.c (_initialize_dcache): Update.
2835         * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2836         * cp-valprint.c (_initialize_cp_valprint): Update.
2837         * corefile.c (_initialize_core): Update.
2838         * command.h: Update.
2839         * cli/cli-decode.h: Update.
2840         * cli/cli-cmds.c (init_cli_cmds): Update.
2841         * charset.c (_initialize_charset): Update.
2842         * breakpoint.c (_initialize_breakpoint): Update.
2843         * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2844         * alpha-tdep.c (_initialize_alpha_tdep): Update.
2845         * aix-thread.c (_initialize_aix_thread): Update.
2846
2847 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
2848
2849         Partial fix for PR backtrace/1718.
2850         * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2851         that GCC migrates into the prolugue.  Don't handle any
2852         instructions that clobber %ebx.
2853
2854 2004-07-23  Andrew Cagney  <cagney@gnu.org>
2855
2856         Use regcache_raw_collect instead of regcache_collect.
2857         * regcache.h (regcache_collect): Delete declaration.
2858         * regcache.c (regcache_colect): Delete function.
2859         * win32-nat.c (do_child_store_inferior_registers): Update.
2860         * sol-thread.c (sol_thread_store_registers): Update.
2861         * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2862         * rs6000-nat.c (store_register): Update.
2863         * remote.c (store_register_using_P, remote_store_registers): Update.
2864         * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2865         * ppc-linux-nat.c (store_altivec_register, store_spe_register) 
2866         (fill_vrregset, store_spe_registers, fill_gregset)
2867         (fill_gregset): Update.
2868         * nto-procfs.c (procfs_store_registers): Update.
2869         * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2870         * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2871         * m68klinux-nat.c (store_register, fill_gregset): Update.
2872         * m68k-tdep.c (fill_gregset): Update.
2873         * infptrace.c (store_register): Update.
2874         * i386-nto-tdep.c (i386nto_regset_fill): Update.
2875         * i386-linux-nat.c (store_register, fill_gregset): Update.
2876         * hppa-linux-nat.c (fill_gregset): Update.
2877         * go32-nat.c (store_register): Update.
2878         * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2879         (store_fp_regs): Update.
2880         * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double) 
2881         (store_nwfpe_extended, store_fpregister, store_fpregs) 
2882         (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2883         * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2884         * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2885         (store_regs_user_thread, store_regs_kernel_thread): Update.
2886
2887 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
2888
2889         * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2890         (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2891         encoding.
2892         (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2893         member of `struct comp_unit'.
2894
2895 2004-07-23  Andrew Cagney  <cagney@gnu.org>
2896
2897         * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2898         DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2899
2900 2004-07-23  Martin Hunt  <hunt@redhat.com>
2901         Kevin Buettner <kevinb@redhat.com>
2902
2903         * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2904         alignment was being added to the offset instead of multiplied.
2905
2906 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
2907
2908         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2909         changed signal trampoline in OpenBSD 3.5-current.
2910
2911         * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2912         <machine/pcb.h> and "bsd-kvm.h".
2913         (sparc64nbsd_supply_pcb): New function.
2914         (_initialize_sparc64nbsd_nat): Renamed from
2915         _initialize_sparcnbsd_nat.  Enable libkvm interface.
2916         * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2917         * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2918         (LOADLIBES): New variable.
2919
2920         * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2921
2922         * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2923
2924 2004-07-21  Andrew Cagney  <cagney@gnu.org>
2925
2926         Use regcache_raw_supply instead of supply_register.
2927         * regcache.h (supply_register): Delete declaration.
2928         * regcache.c (supply_register): Delete function.
2929         * wince.c (do_child_fetch_inferior_registers): Update.
2930         * win32-nat.c (do_child_fetch_inferior_registers) 
2931         (fetch_elf_core_registers): Update.
2932         * v850ice.c (v850ice_fetch_registers): Update.
2933         * thread-db.c (thread_db_store_registers): Update.
2934         * sol-thread.c (sol_thread_store_registers): Update.
2935         * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2936         * rs6000-nat.c (fetch_register): Update.
2937         * rom68k-rom.c (rom68k_supply_one_register): Update.
2938         * remote.c (remote_wait, remote_async_wait): Update.
2939         * remote-st.c (get_hex_regs): Update.
2940         * remote-sim.c (gdbsim_fetch_register): Update.
2941         * remote-sds.c (sds_fetch_registers): Update.
2942         * remote-rdp.c (remote_rdp_fetch_register): Update.
2943         * remote-rdi.c (arm_rdi_fetch_registers): Update.
2944         * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2945         * remote-m32r-sdi.c (m32r_fetch_register): Update.
2946         * remote-hms.c (init_hms_cmds): Update.
2947         * remote-est.c (init_est_cmds): Update.
2948         * remote-e7000.c (get_hex_regs, fetch_regs_from_dump) 
2949         (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2950         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2951         * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register) 
2952         (fetch_register, supply_vrregset, supply_vrregset)
2953         (fetch_spe_registers): Update.
2954         * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2955         * monitor.c (monitor_supply_register): Update.
2956         * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2957         * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2958         (mipsnbsd_supply_fpreg): Update.
2959         * mips-nat.c (fetch_inferior_registers)
2960         (fetch_core_registers): Update.
2961         * mips-linux-tdep.c (supply_32bit_reg, supply_gregset) 
2962         (supply_fpregset, mips64_supply_gregset)
2963         (mips64_supply_fpregset): Update.
2964         * m68klinux-nat.c (fetch_register, supply_gregset)
2965         (supply_fpregset): Update.
2966         * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2967         * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2968         * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2969         * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2970         * infptrace.c (fetch_register): Update.
2971         * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2972         * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2973         * i386gnu-nat.c (fetch_fpregs, supply_gregset) 
2974         (gnu_fetch_registers, gnu_store_registers): Update.
2975         * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2976         * i386-linux-nat.c (fetch_register, supply_gregset)
2977         (dummy_sse_values): Update.
2978         * hpux-thread.c (hpux_thread_fetch_registers): Update.
2979         * hppah-nat.c (fetch_register): Update.
2980         * hppa-linux-nat.c (fetch_register, supply_gregset) 
2981         (supply_fpregset): Update.
2982         * go32-nat.c (fetch_register): Update.
2983         * dve3900-rom.c (fetch_bitmapped_register)
2984         (_initialize_r3900_rom): Update.
2985         * cris-tdep.c (supply_gregset): Update.
2986         * abug-rom.c (init_abug_cmds): Update.
2987         * core-aout.c (fetch_core_registers): Update.
2988         * armnbsd-nat.c (supply_gregset, supply_fparegset)
2989         (fetch_register, fetch_fp_register): Update.
2990         * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2991         (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2992         (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2993         * alphanbsd-tdep.c (fetch_core_registers): Update.
2994         * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2995         * alpha-nat.c (fetch_osf_core_registers) 
2996         (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2997         * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs) 
2998         (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2999
3000 2004-07-21  Andrew Cagney  <cagney@gnu.org>
3001
3002         * PROBLEMS: Mention breakpoints/1702.
3003         * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3004         that is known to work.
3005
3006 2004-07-21  Andrew Cagney  <cagney@gnu.org>
3007
3008         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3009         * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3010         * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3011         (handle_inferior_event): Wrap call to deprecated
3012         IGNORE_HELPER_CALL in #ifdef.
3013         * config/mips/tm-nbsd.h: Update.
3014
3015 2004-07-20  Jim Blandy  <jimb@redhat.com>
3016
3017         * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3018         bfd_mach_ppc has no segment registers.
3019
3020         Include PowerPC SPR numbers for special-purpose registers.
3021         * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3022         (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3023         new member in initializer.
3024         (S, S4, SN4, S64): New macros for defining special-purpose
3025         registers.
3026         (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3027         registers_403, registers_403GC, registers_505, registers_860,
3028         registers_601, registers_602, registers_603, registers_604,
3029         registers_750, registers_e500): Use them.
3030
3031         * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3032         replace references with expression used to initialize variable.
3033
3034 2004-07-20  Andrew Cagney  <cagney@gnu.org>
3035
3036         * breakpoint.c (deprecated_read_memory_nobpt): Rename
3037         read_memory_nobpt.
3038         * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3039         * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3040         (s390_sigtramp_frame_sniffer): Update.
3041         * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3042         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3043         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) 
3044         (mips32_fetch_instruction): Update.
3045         * mcore-tdep.c (get_insn): Update.
3046         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3047         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3048         * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3049         * i386-linux-tdep.c (i386_linux_sigtramp_start) 
3050         (i386_linux_rt_sigtramp_start): Update.
3051         * i386-linux-nat.c (child_resume): Update.
3052         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3053         * hppa-linux-tdep.c (insns_match_pattern): Update.
3054         * gdbcore.h: Update.
3055         * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3056         * frame.c (safe_frame_unwind_memory): Update.
3057         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3058         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3059         * alpha-tdep.c (alpha_read_insn): Update.
3060
3061 2004-07-20  Andrew Cagney  <cagney@gnu.org>
3062
3063         * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3064         containing both bytes and mask.  Add "frame_type".
3065         * tramp-frame.c (tramp_frame_start): Update.
3066         (tramp_frame_prepend_unwinder): Update.
3067         * mips-linux-tdep.c (mips_linux_o32_sigframe)
3068         (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3069         (mips_linux_n64_rt_sigframe): Update.  Make "static const".
3070         * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3071
3072 2004-07-19  Eli Zaretskii  <eliz@gnu.org>
3073
3074         * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3075         bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3076         sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3077         sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3078
3079 2004-07-17  Andrew Cagney  <cagney@gnu.org>
3080
3081         * NEWS, PROBLEMS: Update for 6.2.
3082
3083         * README: Update to 6.2.
3084
3085         * utils.c (xvasprintf): Call xstrvprintf.
3086
3087         * parse.c: Update copyright.
3088         (null_post_parser): Eliminate ARGSUSED.
3089
3090         * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3091         * tui/tui-win.c (tui_get_cmd_list): Ditto.
3092         * symfile-mem.c (_initialize_symfile_mem): Ditto.
3093         
3094         * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3095         * ppc-linux-nat.c: Use "Linux kernel".
3096         * hppa-linux-tdep.c: Use GNU/Linux.
3097         * hppa-linux-nat.c: Use GNU/Linux.
3098         * dwarfread.c: Add [sic] to use of Linux.
3099
3100         * hppa-linux-nat.c: Do not include <string.h>.
3101         (supply_fpregset): Remove "register" attribute.
3102
3103         * solib-frv.c (fetch_loadmap): Use xfree, not free.
3104
3105 2004-07-17  Mark Kettenis  <kettenis@gnu.org>
3106
3107         * configure.in: Define _MSE_INT_H on Solaris 9 too.
3108         * configure, config.in: Regenerated.
3109
3110         * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3111         "bsd-kvm.h".
3112         (vaxbsd_supply_pcb): New function.
3113         (_initialize_vaxbsd_nat): New prototype and function.
3114         * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3115         solib-sunos.o.
3116         (LOADLIBES): New variable.
3117         * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3118         (LOADLIBES): New variable.
3119         * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3120         (LOADLIBES): New variable.
3121         * Makefile.in (vaxbsd-nat.o): Update dependencies.
3122
3123 2004-07-16  Andrew Cagney  <cagney@gnu.org>
3124
3125         * defs.h (event_loop_p): Replace variable declaration with macro,
3126         always 1.
3127         * main.c (captured_main): Delete options "-async" and "-noasync".
3128         (event_loop_p): Delete variable.
3129         * NEWS: Mention that "-async" and "-noasync" were removed.
3130
3131 2004-07-16  Andrew Cagney  <cagney@gnu.org>
3132
3133         * remote-m32r-sdi.c: Re-indent.
3134
3135 2004-07-16  Jim Blandy  <jimb@redhat.com>
3136
3137         * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3138         (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3139         (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3140         missing MPC823 SPRs.
3141         (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3142         incorrect.  (This was corrected in GDB's register name tables on
3143         2004-07-14.)
3144
3145         * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3146         should be "esasrr" ("ESA Save and Restore Register").
3147
3148 2004-07-16  Andrew Cagney  <cagney@gnu.org>
3149
3150         * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3151         calls, no longer applicable.  Update comments and rename parameter
3152         "step_frame" to "return_frame".
3153
3154 2004-07-16  Andrew Cagney  <cagney@gnu.org>
3155
3156         * frame.c (fprint_field): New function.
3157         (fprint_frame_id): Use fprint_field.
3158
3159 2004-07-15  Joel Brobecker  <brobecker@gnat.com>
3160
3161         * ada-lang.c (ada_language_defn): Remove commented out code.
3162
3163 2004-07-15  Jim Blandy  <jimb@redhat.com>
3164
3165         * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3166         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3167
3168 2004-07-14  Jim Blandy  <jimb@redhat.com>
3169
3170         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3171
3172         * ppc-tdep.h (ppc_num_vrs): New enum constant.
3173
3174         * ppc-tdep.h (ppc_num_srs): New enum constant.
3175
3176         * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3177         (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3178         (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3179         (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3180         (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3181         (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3182         (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3183         (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3184         (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3185         (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3186         (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3187         (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3188         (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3189         (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3190         (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3191         (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3192         (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3193         (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3194         (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3195         (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3196         (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3197         (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3198         (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3199         (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3200         (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3201         (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3202         (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3203         (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3204         (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3205         (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3206         (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3207         (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3208         (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3209         (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3210         (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3211         (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3212         (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3213         (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3214         (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3215         special-purpose register numbers.
3216
3217         * rs6000-tdep.c (registers_860): Correct register name.  (No PPC
3218         manual mentions 'md_twb', but many mention 'm_twb', and at that
3219         point in the register list.)
3220
3221 2004-07-14  Andrew Cagney  <cagney@gnu.org>
3222
3223         * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3224         instead of "internal-error".
3225
3226 2004-07-10  Joel Brobecker  <brobecker@gnat.com>
3227
3228         * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3229         that was inserted inside a comment.
3230
3231 2004-07-10  Randolph Chung  <tausq@debian.org>
3232
3233         * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New 
3234         function.
3235         (hppa_hpux_push_dummy_code): New function.
3236         (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3237         Set find_global_pointer method.
3238
3239 2004-07-10  Mark Kettenis  <kettenis@gnu.org>
3240
3241         * NEWS: Mention BSD libkvm interface.
3242
3243 2004-07-10  Michael Snyder  <msnyder@redhat.com>
3244
3245         * symfile.c (generic_load): Comment typo.
3246         * stack.c (get_selected_block): Ditto.
3247         * regcache.c (regcache_cooked_read): Ditto.
3248         * monitor.c (monitor_debug): Ditto.
3249         * mips-tdep.c (mips_read_pc): Ditto.
3250         * i386-linux-nat.c (ps_get_thread_area): Ditto.
3251         * gdb_mbuild.sh: Ditto.
3252         * gdbarch.sh: Ditto.
3253         * gdbarch.h: Ditto.
3254
3255 2004-07-09  Paul N. Hilfinger  <Hilfinger@gnat.com>
3256
3257         * ada-tasks.c: Remove file.
3258         
3259         Remove ARI problems:
3260         
3261         * ada-exp.y (write_var_from_sym): Reformat to put operator at
3262         beginning of line.
3263
3264         * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3265         Add comment.
3266         Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3267         (MIN_OF_SIZE): Rename min_of_size.  Add comment.
3268         (UMAX_OF_SIZE): Renmae umax_of_size.  Add comment.
3269         (UMIN_OF_SIZE): Remove.
3270         (max_of_type): New function to replace orphan macro in gdbtypes.h
3271         (min_of_type): Ditto.
3272         (discrete_type_high_bound): Use max_of_type.
3273         (discrete_type_low_bound): Use min_of_type.
3274         (possible_user_operator_p): Move operator to beginning of line.
3275         (ada_is_variant_part): Ditto.
3276         (ensure_lval): Rewrite to avoid deprecated operations.
3277         (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3278         rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3279         (ada_enum_name): Remove assignments in 'if' statements.
3280         (build_ada_types): Add gdbarch parameter.
3281         (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3282         with gdbarch_data_register_post_init.
3283         Use add_setshow_uinteger_cmd rather than add_set_cmd and 
3284         add_show_from_set.
3285
3286         * ada-valprint.c (inspect_it): Remove declaration.
3287         (repeat_count_threshold): Remove declaration.
3288         (ada_print_floating): Remove assignments in 'if' statements.
3289         (print_str): Move operator to beginning of line.
3290         
3291 2004-07-08  Jim Blandy  <jimb@redhat.com>
3292
3293         * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3294
3295 2004-07-08  Bob Rossi  <bob@brasko.net>
3296
3297         * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3298
3299 2004-07-06  Jeff Johnston <jjohnstn@redhat.com>
3300
3301         * language.h (struct_language_defn): Add new function pointer:
3302         la_class_name_from_physname.  Also add new prototype for
3303         language_class_name_from_physname.
3304         * language.c (language_class_name_from_physname): New function.
3305         (unk_lang_class_name): Ditto.
3306         (unknown_language_defn, auto_language_defn): Change
3307         to add unk_lang_class_name function pointer for
3308         la_class_name_from_physname.
3309         (local_language_defn): Ditto.
3310         * dwarf2read.c (guess_structure_name): Change to call
3311         language_class_name_from_physname.
3312         (determine_class_name): Ditto.
3313         * cp-support.c (class_name_from_physname): Renamed.
3314         (cp_class_name_from_physname): New name of function.
3315         * cp-support.h: Ditto.
3316         * c-lang.c (c_language_defn): Change to add NULL
3317         for class_name_from_physname function pointer.
3318         (cplus_language_defn): Change to add cp_class_name_from_physname.
3319         * jv-lang.c (java_class_name_physname): New function.
3320         (java_find_last_component): New static routine.
3321         (java_language_defn): Add java_class_name_from_physname pointer.
3322         * ada-lang.c (ada_language_defn): Change to add NULL
3323         for class_name_from_physname function pointer.
3324         * f-lang.c (f_language_defn): Ditto.
3325         * m2-lang.c (m2_language_defn): Ditto.
3326         * objc-lang.c (objc_language_defn): Ditto.
3327         * p-lang.c (pascal_language_defn): Ditto.
3328         * scm-lang.c (scm_language_defn): Ditto. 
3329
3330 2004-07-06  Andrew Cagney  <cagney@gnu.org>
3331
3332         Patch from Bart Robinson.
3333         * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3334         (O_LARGEFILE): Define to 0, if not defined.
3335
3336 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
3337
3338         * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3339         <machine/pcb.h> and "bsd-kvm.h".
3340         (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3341         (m68kbsd_supply_pcb): New function.
3342         (_initialize_m68kbsd_nat): New prototype and function.
3343         * Makefile.in (m68kbsd-nat.o): Update dependencies.
3344         * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3345         (LOADLIBES): New variable.
3346         * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3347         (LOADLIBES): New variable.
3348
3349         * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3350
3351 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
3352
3353         * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3354         <sys/proc.h>.
3355         (bsd_kvm_cmdlist): New variable.
3356         (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3357         (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3358         command and "kvm proc" command.
3359         * Makefile.in (bsd-kvm.o): Update dependencies.
3360
3361 2004-07-02  Mark Kettenis  <kettenis@gnu.org>
3362
3363         * osabi.c: Update copyright year.
3364         (generic_elf_osabi_sniffer): Tweak comment.  Look for OS-specific
3365         notes if EI_OSABI is set to ELFOSABI_HPUX.
3366
3367 2004-07-01  Michael Snyder  <msnyder@redhat.com>
3368
3369         * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3370         that seems to have gotten whacked out of line.
3371
3372 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
3373
3374         * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3375         code.
3376
3377 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
3378
3379         * ada-lang.c (decode_packed_array): Minor change to comment.
3380         (ada_value_slice_ptr): New function. 
3381         (ada_value_slice): New function. 
3382         (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3383         test.  Don't know why it is there.
3384         Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3385         to avoid dereferencing huge arrays from which one is slicing.  
3386         (empty_array): Correct to return an array rather than
3387         a subrange value.
3388         * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3389         on empty arrays (let'em use 'FIRST instead).
3390
3391 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
3392
3393         Address complaints from gdb_ari.sh:
3394         
3395         * ada-exp.y: Include gdb_string.h rather than string.h.
3396         (convert_char_literal): Reformat declaration.
3397         * ada-lang.h: Include opaque struct declaration for struct frame_info.
3398         * ada-lex.l: Change use of free to xfree (the macro would do so
3399         anyway, but this is harmless).
3400         Include gdb_string.h rather than string.h.
3401         * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3402         
3403         * ada-lang.c (parse): Remove K&Rism in parameter list.
3404         (is_name_suffix): Correct Linux => GNU/Linux in comment.
3405         
3406 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
3407
3408         * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3409         dead code.
3410
3411 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
3412
3413         * alphabsd-nat.c: Update copyright year.
3414         (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3415
3416 2004-06-29  Joel Brobecker  <brobecker@gnat.com>
3417
3418         * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3419         (i386_cygwin_in_solib_call_trampoline): New function.
3420         (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3421         and skip_trampoline_code gdbarch methods.
3422
3423 2004-06-29  Jim Blandy  <jimb@redhat.com>
3424
3425         * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3426         name actually used in the dependency lists.
3427
3428 2004-06-29  Randolph Chung  <tausq@debian.org>
3429
3430         * NEWS (New native configurations): Mention GNU/Linux/hppa.
3431
3432 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
3433
3434         * win32-nat.c (child_pid_to_exec_file): New function.
3435         (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3436         functionality.
3437
3438 2004-06-28  Andrew Cagney  <cagney@gnu.org>
3439
3440         * defs.h (xstrvprintf): Declare.
3441         * utils.c (xstrvprintf): New function.
3442         (internal_vproblem, xstrprintf, xasprintf) 
3443         (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3444         * serial.c (serial_printf): Ditto.
3445         * complaints.c (vcomplaint): Ditto.
3446
3447 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
3448
3449         * infcmd.c (attach_command): Move call to target_terminal_inferior
3450         behind loading symbol table.
3451
3452 2004-06-28  Andrew Cagney  <cagney@gnu.org>
3453
3454         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3455         change - add back extern deprecated_ui_loop_hook declaration.
3456
3457 2004-06-28  Andrew Cagney  <cagney@gnu.org>
3458
3459         * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3460         xstrprintf.
3461         * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3462         (c_value_of_variable): Ditto.
3463         * utils.c (internal_vproblem): Ditto.
3464         * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3465         * remote.c (add_packet_config_cmd): Ditto.
3466         * remote-rdp.c (rdp_set_command_line): Ditto.
3467         * regcache.c (regcache_dump): Ditto.
3468         * frv-tdep.c (new_variant, new_variant): Ditto.
3469         * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3470         (fbsd_find_memory_regions): Ditto.
3471         * breakpoint.c (create_thread_event_breakpoint) 
3472         (create_breakpoints): Ditto.
3473         * aix-thread.c (aix_thread_pid_to_str): Ditto.
3474         * ada-lang.c (is_package_name): Ditto.  Also delete xmalloc call.
3475
3476 2004-06-28  Joel Brobecker  <brobecker@gnat.com>
3477
3478         * ada-lang.c: Re-indent file, with some massaging to help indent
3479         a bit when the result is otherwise really too ugly.
3480
3481 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
3482
3483         * frame.h (struct frame_id): Change bit field type of stack_addr_p, 
3484         code_addr_p and special_addr_p to 'unsigned int'.
3485
3486 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
3487
3488         * i386v4-nat.c: Update copyright year and tweak comment.
3489         (regmap): Remove trailing comma.
3490         (supply_gregset): Rename local variable i to regnum.  Call
3491         regcache_raw_supply instead of supply_register.
3492         (fill_gregset): Rename argument regno to regnum.  Call
3493         regcache_raw_collect instead of regcache_collect.
3494
3495 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
3496
3497         * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3498         and special_addr_p.
3499         (frame_id_build, frame_id_build_special): Update comments.
3500         (frame_id_build_wild): New prototype.
3501         * frame.c (frame_id_build, frame_id_build_special): Fill in new
3502         struct frame_id fields.
3503         (frame_id_build_wild): New function.
3504         (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3505
3506 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
3507
3508         * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3509         hppabsd-tdep.c.
3510
3511 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
3512
3513         * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3514
3515 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
3516
3517         * ada-lang.c: Re-indent file.
3518
3519 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
3520
3521         * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3522         (no_symtab_msg): Likewise.
3523
3524 2004-06-27  Andreas Schwab  <schwab@suse.de>
3525
3526         * source.c: Fix whitespace.
3527
3528 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
3529
3530         * configure.in: Include <sys/param.h> for td_pcb test.
3531         * configure: Regenerated.
3532
3533         * i386nbsd-nat.c: New file.
3534         * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3535         i386obsd-nat.c and i386obsd-tdep.c.
3536         (i386nbsd-nat.o): New dependency.
3537         * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3538         bsd-kvm.o.
3539         (LOADLIBES): New variable.
3540         * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3541         bsd-kvm.o.
3542         (LOADLIBES): New variable.
3543
3544         * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3545         (LOADLIBES): New variable.
3546
3547         * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3548         fetching from BSD_KVM_PADDR.  Correctly lookup address for
3549         "_thread0".
3550
3551         * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3552         "bsd-kvm.h".
3553         (amd64fbsd_supply_pcb): New funcion.
3554         (_initialize_amd64fbsd_nat): Enable libkvm interface.
3555
3556 2004-06-27    <david@streamline-computing.com>
3557
3558         Partial fix for PR cli/1056.
3559         * valarith.c: Check for zero in division and remainder 
3560         evaluation.
3561
3562 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
3563
3564         * i387-tdep.c: Remove excessive whitespace.
3565
3566 2004-06-26  Andrew Cagney  <cagney@gnu.org>
3567
3568         * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3569         * gdb-events.h, gdb-events.c: Re-generate.
3570         * tui/tui-hooks.c (tui_install_hooks): Update.
3571         (tui_remove_hooks): Update.
3572         * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3573
3574 2004-06-26  Mark Kettenis  <kettenis@gnu.org>
3575
3576         * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3577         (gregset_t, fpregset_t): Remove typedefs.
3578         (REG_OFFSET): Rename argument.
3579         (amd64bsd_r_reg_offset): Rename from reg_offset.
3580         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3581         Remove functions.
3582         (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3583         of reg_offset.
3584         * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3585
3586         * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3587
3588         * vax-tdep.c: Tweak comment.
3589
3590         Add OpenBSD/hppa support.
3591         * NEWS (New native configurations): Mention OpenBSD/hppa.
3592         * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3593         config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3594         files.
3595         * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3596         (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3597         * configure.host: Add hppa*-*-openbsd*.
3598         * configure.tgt: Add hppa*-*-openbsd*.
3599
3600 2004-06-25  Andrew Cagney  <cagney@gnu.org>
3601
3602         * defs.h (deprecated_ui_loop_hook): Deprecated.
3603         * wince.c (child_wait): Update.
3604         * win32-nat.c (child_wait): Update.
3605         * v850ice.c (v850ice_wait): Update.
3606         * top.c (deprecated_ui_loop_hook): Update.
3607         * serial.h: Update.
3608         * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) 
3609         (do_unix_readchar): Update.
3610         * ser-tcp.c (net_open): Update.
3611         * remote-sim.c (gdb_os_poll_quit): Update.
3612         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3613
3614 2004-06-24  Andrew Cagney  <cagney@gnu.org>
3615
3616         * defs.h (deprecated_pre_add_symbol_hook)
3617         (deprecated_post_add_symbol_hook): Deprecated.
3618         * symfile.c (symbol_file_add_with_addrs_or_offsets) 
3619         (symbol_file_add_with_addrs_or_offsets): Update references.
3620
3621 2004-06-24  Andrew Cagney  <cagney@gnu.org>
3622
3623         * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3624         (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3625         * wince.c (ui_loop_hook): Delete extern declaration.
3626         * win32-nat.c (ui_loop_hook): Delete extern declaration..
3627         * v850ice.c (ui_loop_hook): Delete extern declaration..
3628         * ser-unix.c (ui_loop_hook): Delete extern declaration..
3629         * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3630         * remote-sim.c (ui_loop_hook): Delete extern declaration..
3631         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3632         ui_loop_hook declaration.
3633
3634 2004-06-24  Andrew Cagney  <cagney@gnu.org>
3635
3636         * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3637         entry_func_highpc fields.
3638         * objfiles.c (init_entry_point_info): Do not clear
3639         entry_func_lowpc and entry_func_highpc.
3640         (objfile_relocate): Do not relocate entry_func_lowpc and
3641         entry_func_highpc.
3642         * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3643         entry_func_highpc.
3644         * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3645         entry_func_highpc.
3646         * blockframe.c (legacy_frame_chain_valid): Replace tests against
3647         entry_func_lowpc and entry_func_highpc with call to
3648         inside_entry_func.
3649
3650 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
3651
3652         * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3653         quad-precision floating point arguments in registers.
3654
3655 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
3656
3657         From Michael Mueller <m.mueller99@kay-mueller.de>:
3658         * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3659         account.
3660
3661 2004-06-22  Jeff Johnston  <jjohnstn@redhat.com>
3662
3663         * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3664         to -1.
3665         * breakpoint.c (bpstat_stop_status): Move check for ignoring
3666         untriggered watchpoints to a separate if clause.  Update function
3667         comment regarding STOPPED_BY_WATCHPOINT argument.
3668
3669 2004-06-22  Jim Blandy  <jimb@redhat.com>
3670
3671         * gdbarch.sh: Doc fix.
3672
3673 2004-06-21  Martin Hunt  <hunt@redhat.com>
3674         Kevin Buettner <kevinb@redhat.com>
3675
3676         * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3677         * mips-tdep.h (MIPS_SP_REGNUM): Define.
3678         * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3679         to set_gdbarch_sp_regnum().  Use cooked register number.
3680         (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3681
3682 2004-06-21  Andrew Cagney  <cagney@gnu.org>
3683
3684         * gdbarch.sh: When the macro field is empty, do not generate a
3685         macro definition.  When the macro field is "=", generate the macro
3686         name from the upper-case function name.
3687         (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3688         (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3689         (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3690         (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3691         (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3692         (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3693         (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3694         (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3695         (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3696         (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3697         (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3698         (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3699         (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3700         (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3701         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3702         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3703         (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3704         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3705         (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3706         (DEPRECATED_USE_STRUCT_CONVENTION)
3707         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3708         (DEPRECATED_FRAME_INIT_SAVED_REGS)
3709         (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3710         (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3711         (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3712         (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3713         (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3714         (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3715         (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3716         (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3717         (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3718         (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3719         (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3720         (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3721         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3722         (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3723         (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3724         (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3725
3726 2004-06-21  Andrew Cagney  <cagney@gnu.org>
3727
3728         * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3729         macro name, and the function rather than macro value.  Only wrap
3730         macro print statements in #ifdef.  Move format logic to where it
3731         is needed.
3732         * gdbarch.c: Re-generate.
3733         
3734         * gdbarch.sh (read): Delete "print_p" and "description", add
3735         "garbage_at_eol".  Check for non-empty garbage at end-of-line.
3736         Delete references to print_p.
3737         (TARGET_ARCHITECTURE): Delete print predicate.
3738         * gdbarch.c: Re-generate.
3739         
3740         * gdbarch.sh: Check that multi-arch methods do not provide a
3741         macro.
3742         (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3743         (print_registers_info, print_float_info, print_vector_info)
3744         (adjust_breakpoint_address, remote_translate_xfer_address)
3745         (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3746         (address_class_type_flags_to_name, unwind_sp): Remove the macro
3747         name from the multi-arch definition.
3748         
3749 2004-06-20  Andrew Cagney  <cagney@gnu.org>
3750
3751         * gdbarch.sh: Sort by the function, instead of macro name.
3752         * gdbarch.c: Re-generate.
3753         
3754 2004-06-20  Andrew Cagney  <cagney@gnu.org>
3755
3756         * gdbarch.sh: Use the function, instead of macro name in
3757         errors and the log file.
3758         (return_value): Remove stray ":" in spec.
3759
3760         * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3761         * gdbarch.h, gdbarch.c: Re-generate.
3762         * Makefile.in (arch-utils.o): Update dependencies.
3763         * values.c (using_struct_return): Move code calling
3764         USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3765         * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3766         to legacy_return_value, simplify.
3767         * infcmd.c (print_return_value): Move code calling
3768         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3769         to legacy_return_value, simplify.
3770         * infcall.c (call_function_by_hand): Move code calling
3771         EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3772         * arch-utils.c: Update copyright.  Include "gdbcore.h".
3773         (legacy_return_value): New function.
3774         * arch-utils.h: Update copyright.
3775         (legacy_return_value): Declare.
3776         
3777 2004-06-20  Andrew Cagney  <cagney@gnu.org>
3778
3779         * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3780         * gdbarch.h, gdbarch.c: Re-generate.
3781         * values.c (using_struct_return): Update call.
3782         * mcore-tdep.c: Update comment.
3783         * infcall.c (call_function_by_hand): Update comment.
3784         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3785         * arch-utils.h (always_use_struct_convention): Update.
3786         * v850-tdep.c (v850_gdbarch_init): Update.
3787         * sh64-tdep.c (sh64_gdbarch_init): Update.
3788         * sh-tdep.c (sh_gdbarch_init): Update.
3789         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3790         * mips-tdep.c (mips_gdbarch_init): Update.
3791         * mcore-tdep.c (mcore_gdbarch_init): Update.
3792         * m32r-tdep.c (m32r_gdbarch_init): Update.
3793         * ia64-tdep.c (ia64_gdbarch_init): Update.
3794         * h8300-tdep.c (h8300_gdbarch_init): Update.
3795         * frv-tdep.c (frv_gdbarch_init): Update.
3796         * cris-tdep.c (cris_gdbarch_init): Update.
3797         * arm-tdep.c (arm_gdbarch_init): Update.
3798         * alpha-tdep.c (alpha_gdbarch_init): Update.
3799
3800 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
3801
3802         * PROBLEMS: Add more specific information, and a work-around,
3803         for PR gdb/1458.
3804
3805 2004-06-18  Andrew Cagney  <cagney@gnu.org>
3806
3807         * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3808         * gdbarch.h, gdbarch.c: Re-generate.
3809         * ada-lang.c (ada_finish_decode_line_1): Update.
3810         * infrun.c (handle_inferior_event): Update.
3811         * infcall.c (find_function_addr): Update.
3812         * linespec.c (minsym_found): Update.
3813         * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3814         Update.
3815         * blockframe.c (legacy_frameless_look_for_prologue): Update.
3816         * cli/cli-cmds.c (disassemble_command): Update.
3817         * vax-tdep.c (vax_gdbarch_init): Update.
3818
3819 2004-06-18  Mark Kettenis  <kettenis@gnu.org>
3820
3821         * i386-tdep.c (i386_collect_fpregset): Fix comment.
3822
3823 2004-06-17  Andrew Cagney  <cagney@gnu.org>
3824
3825         GDB 6.1.1 released from the GDB 6.1 branch.
3826         * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3827         * PROBLEMS: Ditto.
3828
3829 2004-06-16  Daniel Jacobowitz  <dan@debian.org>
3830
3831         PR gdb/1658
3832         * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3833         operation as a uleb128.  Found by Michael Coulter.
3834
3835 2004-06-16  Paul N. Hilfinger  <Hilfinger@gnat.com>
3836         
3837         * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3838         make it non-static.
3839         * ada-lang.h (task_control_block): declaration moved from ada-task.c
3840         to ada-lang.h; this is needed to be able to implement the kill command
3841         in multi-task mode.
3842         (task_ptid): Ditto.
3843         (task_entry): Ditto.
3844         (task_list): Ditto.
3845         (ada_build_task_list): Ditto.
3846         
3847         * ada-lang.c: Conditionalize routines and data structures related 
3848         to breakpoints, exceptions, completion, and symbol caching on 
3849         GNAT_GDB, since these are not yet used in the submitted public sources.
3850         (ada_main_name): Editorial: Move definition out of exception-related 
3851         code.
3852
3853 2004-06-15  Andrew Cagney  <cagney@gnu.org>
3854
3855         * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3856         deprecated_pc_in_call_dummy.
3857
3858 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
3859
3860         * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3861         bfd_get_section_size_before_reloc or _raw_size.
3862         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3863         * dwarf2read.c (dwarf2_locate_sections): Likewise.
3864         (dwarf2_read_section): Likewise.
3865         * elfread.c (elf_locate_sections): Likewise.
3866         * gcore.c (derive_heap_segment): Likewise.
3867         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3868         * remote-e7000.c (e7000_load): Likewise.
3869         * remote-m32r-sdi.c (m32r_load): Likewise.
3870         * remote-mips.c (mips_load_srec): Likewise.
3871         (pmon_load_fast): Likewise.
3872         * remote.c (compare_sections_command): Likewise.
3873         * symfile.c (add_section_size_callback): Likewise.
3874         (load_section_callback): Likewise.
3875         (pc_in_unmapped_range): Likewise.
3876         (pc_in_mapped_range): Likewise.
3877         (sections_overlap): Likewise.
3878         (list_overlays_command): Likewise.
3879         (simple_overlay_update_1): Likewise.
3880         (simple_overlay_update): Likewise.
3881         * tracepoint.c (remote_set_transparent_ranges): Likewise.
3882         * win32-nat.c (core_section_load_dll_symbols): Likewise.
3883
3884 2004-06-14  Randolph Chung  <tausq@debian.org>
3885
3886         * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3887         * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make 
3888         static.
3889         (hppa_hpux_inferior_created): New function.
3890         (hppa_hpux_init_abi): Register observer.
3891         * symfile.c (hp_cxx_exception_support_initialized)
3892         (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3893         (symbol_file_add_main_1, symbol_file_clear): Likewise.
3894
3895 2004-06-14  Randolph Chung  <tausq@debian.org>
3896
3897         * MAINTAINERS (Write After Approval): Alphabetize my entry
3898         correctly.
3899
3900 2004-06-14  Andrew Cagney  <cagney@gnu.org>
3901
3902         * MAINTAINERS (testsuite): List Michael Chastain as the lead
3903         testsuite maintainer.
3904
3905 2004-06-13  Andrew Cagney  <cagney@gnu.org>
3906
3907         * infcmd.c (print_return_value): Fix logic, allow
3908         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3909
3910         * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3911         defining any macros.
3912         * gdbarch.h: Re-generate.
3913
3914         * gdbarch.sh: Delete "level" attribute.  Only check for a macro
3915         redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3916         * gdbarch.h: Re-generate.
3917
3918         * values.c (generic_use_struct_convention): Don't check gcc_p.
3919
3920         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3921         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3922         * gdbarch.h, gdbarch.c: Regenerate.
3923         * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) 
3924         (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3925         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3926         deprecated_max_register_raw_size and
3927         deprecated_max_register_virtual_size.
3928         * v850-tdep.c (v850_gdbarch_init): Ditto.
3929         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3930         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3931         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3932         * cris-tdep.c (cris_gdbarch_init): Ditto.
3933
3934         * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3935         * gdbarch.h, gdbarch.c: Re-generate.
3936         * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3937         (m68hc11_use_struct_convention): Delete function.
3938         (m68hc11_extract_struct_value_address): Delete function.
3939         (m68hc11_return_value): New function.
3940         (m68hc11_gdbarch_init): Instead of store_return_value,
3941         extract_return_value, return_value_on_stack,
3942         deprecated_extract_struct_value_address and use_struct_convention,
3943         set return_value.
3944         * values.c (using_struct_return): Do not call
3945         RETURN_VALUE_ON_STACK.
3946         * arch-utils.h (generic_return_value_on_stack_not): Delete
3947         declaration.
3948         * arch-utils.c (generic_return_value_on_stack_not): Delete
3949         function.
3950         
3951 2004-06-12  Andrew Cagney  <cagney@gnu.org>
3952
3953         * values.c (register_value_being_returned): Delete function.
3954         * infcmd.c (legacy_return_value): Delete function.
3955         * infcall.c (call_function_by_hand): Inline
3956         "register_value_being_returned", simplify.
3957         * values.c (using_struct_return): Update comment, refer to
3958         print_return_value instead of register_value_being_returned.
3959         * infcmd.c (print_return_value): Inline calls to
3960         register_value_being_returned and legacy_return_value.  Simplify.
3961
3962 2004-06-11  Randolph Chung  <tausq@debian.org>
3963
3964         * somread.c (som_symtab_read): Exclude gcc local symbols.
3965
3966 2004-06-11  Randolph Chung  <tausq@debian.org>
3967
3968         * infrun.c (handle_inferior_event): Handle the case when a
3969         trampoline ends up in the runtime resolver, and if the trampoline
3970         has no name.  Rearrange the code so that all the trampoline
3971         processing happens before other step-out-of-range handling.
3972
3973 2004-06-11  Martin Hunt  <hunt@redhat.com>
3974
3975         * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3976         has no fpu.
3977
3978 2004-06-10  Andrew Cagney  <cagney@gnu.org>
3979
3980         * blockframe.c (legacy_inside_entry_func): Delete.
3981         (legacy_frame_chain_valid): Inline call to
3982         legacy_inside_entry_func, simplify.
3983
3984 2004-06-10  Bob Rossi  <bob@brasko.net>
3985
3986         * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3987         * dwarf2read.c (partial_die_info): Add dirname field.
3988         (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3989         (read_partial_die): Save away DW_AT_comp_dir.
3990         * defs.h (symtab_to_filename): Removed.
3991         * source.c (find_and_open_source): Added.
3992         (open_source_file): Just calls find_and_open_source.
3993         (symtab_to_filename): Removed.
3994         (symtab_to_fullname, psymtab_to_fullname): Added.
3995         * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3996         * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3997         symtab_to_filename.
3998         * symtab.h (partial_symtab): Add dirname field.
3999         * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4000         (mi_cmd_file_list_exec_source_file): Call new function
4001         symtab_to_fullname to find fullname.
4002         (mi_cmd_file_list_exec_source_files): Added.
4003         * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4004         * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4005
4006 2004-06-10  Andrew Cagney  <cagney@gnu.org>
4007
4008         * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4009         to generic_use_struct_convention, the default value.
4010
4011         * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4012         of abort.
4013
4014         * ns32k-tdep.c (ns32k_push_arguments): New function.
4015         (ns32k_gdbarch_init): Set deprecated_push_arguments.
4016         * infcall.c (call_function_by_hand): Call error instead of
4017         legacy_push_arguments.
4018         * value.h (legacy_push_arguments): Delete declaration.
4019         * valops.c (legacy_push_arguments): Delete function.
4020         (value_push): Delete function.
4021
4022 2004-06-10  Brian Ford  <ford@vss.fsi.com>
4023
4024         * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4025         from corrupting/reinitializing the psymtab.  Support DWARF 2 frame
4026         info.
4027         * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4028
4029 2004-06-10  Andrew Cagney  <cagney@gnu.org>
4030
4031         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4032         * gdbarch.h, gdbarch.c: Re-generate.
4033         * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4034         parameters.
4035         * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4036         * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4037         deprecated_pc_in_call_dummy instead of
4038         DEPRECATED_PC_IN_CALL_DUMMY.
4039         (arm_skip_prologue): Ditto.
4040         * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4041         (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4042         * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4043         (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4044         Ditto.
4045         * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr) 
4046         (sh64_init_extra_frame_info, sh64_get_saved_register) 
4047         (sh64_pop_frame): Ditto.
4048         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4049         * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc) 
4050         (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4051         * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc) 
4052         (h8300_pop_frame): Ditto.
4053         * blockframe.c (legacy_inside_entry_func) 
4054         (legacy_frame_chain_valid): Ditto.
4055         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4056         to deprecated_pc_in_call_dummy.
4057         
4058 2004-06-09  Andrew Cagney  <cagney@gnu.org>
4059
4060         * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4061         provide a default value.
4062         (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4063         * gdbarch.h, gdbarch.c: Re-generate.
4064         * arch-utils.c (generic_convert_register_p): Rename
4065         legacy_convert_register_p
4066         (legacy_register_to_value, legacy_value_to_register): Delete
4067         functions.
4068         * arch-utils.h (generic_convert_register_p): Rename
4069         legacy_convert_register_p.
4070         (legacy_register_to_value, legacy_value_to_register): Delete
4071         declarations.
4072
4073         * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4074         (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4075         (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4076         * gdbarch.h, gdbarch.c: Re-generate.
4077         * infcmd.c (default_print_registers_info): Simplify.
4078         * findvar.c (value_of_register): Simplify.
4079         * mi/mi-main.c (get_register): Simplify.
4080         * arch-utils.c (legacy_convert_register_p): Always return 0.
4081         (legacy_register_to_value, legacy_value_to_register): Always call
4082         internal_error.
4083
4084         * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4085         #ifdef CLEAR_INSN_CACHE code.
4086         * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4087         Delete #ifdef CLEAR_DEFERRED_STORES code.
4088
4089         * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4090
4091         * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4092         copyright.
4093         * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4094
4095         * config/mips/mipsv4.mh: Delete file.
4096
4097         * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4098         unreferenced macro.
4099         (hpread_adjust_stack_address): Delete declaration.
4100
4101 2004-06-08  Andrew Cagney  <cagney@gnu.org>
4102
4103         * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4104         (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4105         PTRACE_ATTACH / PTRACE_DETACH available call error.
4106         (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4107         * infttrace.c (update_thread_state_after_attach, attach, detach):
4108         Remove #ifdef wrappers.
4109         * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4110         * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4111         * config/nm-bsd.h (ATTACH_DETACH): Delete.
4112         * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4113         * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4114         * config/nm-linux.h (ATTACH_DETACH): Delete.
4115         * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4116         * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4117         * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4118         * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4119         * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4120
4121 2004-06-08  Corinna Vinschen  <vinschen@redhat.com>
4122
4123         * configure.in: Set $configdir to the right OS specific value.
4124         Use value when setting $tcldir and $tkdir.
4125         * configure: Regenerate.
4126
4127 2004-06-06  Paul Brook  <paul@codesourcery.com>
4128
4129         * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4130         records.
4131
4132 2004-06-08  Paul N. Hilfinger  <Hilfinger@gnat.com>
4133
4134         * ada-lang.c (lookup_symbol_in_language): New function to allow
4135         re-use of another language's symbol lookup code.  (Placed here
4136         temporarily while Ada support is being integrated into the public
4137         tree).  
4138         (restore_language): New auxiliary function for 
4139         lookup_symbol_in_language.
4140         * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4141         temporarily while Ada support is being integrated into the public
4142         tree).
4143         
4144 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
4145
4146         * Makefile.in (check//%): New.
4147
4148         * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4149         (mn10300_store_return_value): Rewrite.
4150         (mn10300_type_align): New.
4151         (mn10300_use_struct_convention): Rewrite.
4152         (mn10300_return_value): New, using all of the above.
4153         (mn10300_pop_frame_regular): Add saved_regs_size.
4154         (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4155
4156         * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4157         regs if PC is on movm.
4158
4159 2004-06-07  Jim Blandy  <jimb@redhat.com>
4160
4161         Add native Linux support for the PowerPC E500.
4162         * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4163         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4164         all architectures except the E500.
4165         * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4166         #definitions.
4167         (struct gdb_evrregset_t): New type.
4168         (have_ptrace_getsetevrregs): New variable.
4169         (get_spe_registers, read_spliced_spe_reg, fetch_spe_register, 
4170         fetch_spe_registers): New functions.
4171         (fetch_register): Call fetch_spe_register as appropriate.
4172         Assert that we're only passed raw register numbers.
4173         (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4174         Don't fetch gprs if they're pseudoregisters.
4175         (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4176         store_spe_registers): New functions.
4177         (store_register): Call store_spe_register as appropriate.
4178         Assert that we're only passed raw register numbers.
4179         (store_ppc_registers): Call store_spe_registers as appropriate.
4180         Don't store gprs if they're pseudoregisters.
4181         
4182 2004-06-07  Jeff Johnston  <jjohnstn@redhat.com>
4183
4184         * thread-db.c (thread_get_info_callback): Fill in the thread_info
4185         struct if one exists, even if we are dealing with a zombie thread.
4186
4187 2004-06-07  Andrew Cagney  <cagney@gnu.org>
4188
4189         * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4190         * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4191         Rename PC_REQUIRES_RUN_BEFORE_USE.
4192         * breakpoint.c (breakpoint_sals_to_pc): Update.  Wrap reference in
4193         #ifdef.
4194
4195 2004-06-07  Randolph Chung  <tausq@debian.org>
4196
4197         * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4198         unwinding after sp has been saved to the stack but before the end
4199         of the prologue, and after the fp has been modified but before it has
4200         been saved to the stack.
4201         (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer): 
4202         Remove superfluous definitions.
4203         (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4204
4205 2004-06-07  Guy Martin  <gmsoft@gentoo.org>
4206
4207         Committed by Randolph Chung.
4208         * hppa-linux-nat.c: Include the correct version of the header file
4209         depending on the kernel version.
4210
4211 2004-06-06  Randolph Chung  <tausq@debian.org>
4212
4213         * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4214         (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4215
4216 2004-06-06  Randolph Chung  <tausq@debian.org>
4217
4218         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) 
4219         (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4220         * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4221         * hppa-tdep.c (hppa_symbol_address): New function definition.
4222         * hppa-tdep.h (hppa_symbol_address): New function declaration.
4223
4224 2004-06-06  Randolph Chung  <tausq@debian.org>
4225
4226         * hppa-tdep.h (struct value): Forward declaration.
4227         (gdbarch_tdep): Define tdep find_global_pointer method.
4228         * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4229         associated with the function we are trying to call, and write it
4230         to the gp register.
4231         (hppa32_convert_from_funct_ptr_addr): New function.
4232         (hppa_find_global_pointer): New function.
4233         (hppa_gdbarch_init): Set default find_global_pointer method; set
4234         convert_from_func_ptr_addr method.
4235         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4236         (hppa_linux_init_abi): Set find_global_pointer method.
4237         * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4238
4239 2004-06-06  Randolph Chung  <tausq@debian.org>
4240
4241         * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4242         to struct value *function.
4243         * gdbarch.c: Regenerate.
4244         * gdbarch.h: Likewise.
4245         * infcall.c (call_function_by_hand): Pass entire function value
4246         to push_dummy_call.
4247
4248         * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4249         (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4250         * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4251         * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4252         * arm-tdep.c (arm_push_dummy_call): Likewise.
4253         * avr-tdep.c (avr_push_dummy_call): Likewise.
4254         * cris-tdep.c (cris_push_dummy_call): Likewise.
4255         * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4256         * frv-tdep.c (frv_push_dummy_call): Likewise.
4257         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4258         * hppa-tdep.c (hppa32_push_dummy_call)
4259         (hppa64_push_dummy_call): Likewise.
4260         * i386-tdep.c (i386_push_dummy_call): Likewise.
4261         * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4262         * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4263         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4264         * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4265         * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4266         * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4267         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4268         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4269         (ppc64_sysv_abi_push_dummy_call): Likewise.
4270         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4271         (ppc64_sysv_abi_push_dummy_call): Likewise.
4272         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4273         * s390-tdep.c (s390_push_dummy_call): Likewise.
4274         * sh-tdep.c (sh_push_dummy_call_fpu)
4275         (sh_push_dummy_call_nofpu): Likewise.
4276         * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4277         * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4278         * vax-tdep.c (vax_push_dummy_call): Likewise.
4279
4280 2004-06-04  Jim Blandy  <jimb@redhat.com>
4281
4282         * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4283         gdbarch argument to register_size.
4284
4285         * rs6000-tdep.c (rs6000_store_return_value): Use
4286         regcache_cooked_write_part instead of
4287         deprecated_write_register_bytes.
4288         (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4289         not gdbarch_deprecated_store_return_value.
4290
4291         * ppc-linux-nat.c (store_register, fetch_register): Remove
4292         incorrect assertions.  Simplify and generalize handling of
4293         transfers whose sizes are not multiples of, or less than, sizeof
4294         (PTRACE_XFER_TYPE).
4295
4296 2004-06-04  Jeff Johnston  <jjohnstn@redhat.com>
4297
4298         * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4299         as a new thread event.
4300         * thread-db.c (thread_get_info_callback): If the thread is a
4301         zombie, return TD_THR_ZOMBIE.
4302         (thread_from_lwp): If thread_get_info_callback returns
4303         TD_THR_ZOMBIE, check if the thread is still on the thread list
4304         and return a -1 ptid if not found.
4305         (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4306         change the status to TARGET_WAITKIND_SPURIOUS.
4307
4308 2004-06-03  Corinna Vinschen  <vinschen@redhat.com>
4309
4310         * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4311         double values in little endian mode.
4312
4313 2004-06-02  Albert Chin-A-Young  <china@thewrittenword.com>
4314
4315         Committed by Andrew Cagney.
4316         * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4317         after last enum constant to avoid error from IBM C
4318         compiler.
4319
4320 2004-06-02  Jim Blandy  <jimb@redhat.com>
4321
4322         * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4323         to 'message', and make it local to the lone block that uses it.
4324
4325         * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4326
4327 2004-06-02  Paul N. Hilfinger  <hilfinger@gnat.com>
4328
4329         * ada-exp.y: Update copyright notice.
4330         Include block.h.
4331         
4332         Replace REGNAME, LAST, INTERNAL_VARIABLE with
4333         SPECIAL_VARIABLE and unify the treatment of these cases.
4334
4335         (write_attribute_call0): Remove.
4336         (write_attribute_call1): Remove.
4337         (write_attribute_calln): Remove.
4338         (save_qualifier): Add missing semicolon.
4339
4340         (simple_exp,exp): Decomment (i.e., reactivate) code that was 
4341         temporarily disabled to allow compilation with FSF head version.
4342
4343         (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and 
4344         use individual operators (OP_*) for all attributes.
4345         (exp syntax): Use write_int.
4346         Handle STRING literals with OP_STRING.
4347         (variable syntax): Add limit parameter to calls to 
4348         write_object_renaming.  
4349
4350         (temp_parse_space): New definition to hold entities that need
4351         only live until the next call to ada_parse.
4352         (string_to_operator): Rename fields of ada_opname_table entries.
4353
4354         (write_var_from_sym): Record block.
4355         (write_var_from_name): Minor reformatting.
4356         Make sure saved name is properly encoded in the case of multiple 
4357         matches, and set its language to Ada.
4358         Update comment.
4359         Modify to indicate unresolved name as symbol in the UNRESOLVED 
4360         namespace, allocated in temp_parse_space.
4361         (write_int): New function.
4362
4363         (write_object_renaming): Add max_depth parameter to limit
4364         chains of object renamings.
4365         Handle case where root of renaming expression is itself a renaming.
4366         Use temp_parse_space for temporary name buffer.
4367         Handle renamings to dereferenced pointers (___XEXA suffices).
4368         
4369         (ada_parse, yyerror, string_to_operator, 
4370         write_var_from_sym, write_var_from_name, write_attribute_call0, 
4371         write_attribute_call1, write_attribute_calln, 
4372         write_object_renaming): Protoize.
4373
4374         (_initialize_ada_exp): New function.
4375         
4376         * ada-lang.c: Update copyright notice.
4377         General terminology change to conform to GNAT compiler usage:
4378         mangle => encode, demangle => decode
4379         Include gdb_obstack.h.
4380         Include gdb_regex.h
4381         Include frame.h
4382         Include hashtab.h
4383         Include completer.h
4384         Include gdb_stat.h
4385         Include block.h
4386         Include infcall.h
4387         
4388         (ADA_RETAIN_DOTS): Make sure this is defined.
4389         (TRUNCATION_TOWARDS_ZERO): Define.
4390         (struct string_vector): Define.
4391         (unresolved_names): Remove definition.
4392         (xnew_string_vector): New function.
4393         (string_vector_append): New function.
4394         (extract_string): Make static.
4395         (ada_unqualified_name): New function.
4396         (add_angle_brackets): New function.
4397         (function_name_from_pc): New function.
4398         (place_on_stack): Rename to ensure_lval.
4399
4400         (ensure_lval): Renamed from place_on_stack.
4401         Make identity on lvals.
4402         Update comment.
4403         (is_nonfunction): New interface.
4404         Only symbols in LOC_CONST class can be enumerals.
4405         (fill_in_ada_prototype): Remove; now independent of language.
4406         (add_defn_to_vec): Add obstack and symtab arguments.
4407         Use obstack to hold collected definitions.
4408         (num_defns_collected): New function.
4409         (defns_collected): New function.
4410         (ada_resolve_subexp): Rename to resolve_subexp.
4411         (resolve_subexp): Renamed from ada_resolve_subexp.
4412         (ada_op_name): Return non-const result.
4413         (ada_decoded_op_name): Renamed from ada_op_name, now used for
4414         other purposes.
4415
4416         (to_fixed_array_type): Add declaration.
4417         (coerce_unspec_val_to_type): Remove offset parameter.
4418         (find_sal_from_funcs_and_line): New interface.
4419         (find_line_in_linetable): Ditto.
4420
4421         (all_sals_for_line): Rename to ada_sals_for_line and make
4422         global.
4423         Add new parameter. When set, do not ask the user to choose the 
4424         instance, but use the first one found instead.
4425         Use given line number in returned sals.
4426         Fix comment. 
4427         Skip the prologue if funfirstline is set.
4428         Correct for memory leak when 0 lines found.
4429
4430         (value_pos_atr): Use pos_atr.
4431         (pos_atr): New function.
4432         (standard_lookup): Add block parameter.
4433
4434         (makeTimeStart): Remove declaration and uses.
4435         (makeTimeStop): Remove declaration and uses.
4436
4437         (ada_completer_word_break_characters): Allow for VMS.
4438         (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4439         (raise_sym_name): New constant.
4440         (raise_unhandled_sym_name): New constant.
4441         (raise_assert_sym_name): New constant.
4442         (process_raise_exception_name): New constant.
4443         (longest_exception_template): New constant.
4444         (warning_limit): New variable to limit warnings during expression
4445         evaluation.
4446         (warnings_issued): New variable to keep track of warnings issued.
4447         (known_runtime_file_name_patterns): New constant.
4448         (known_auxiliary_function_name_patterns): New constant.
4449         (symbol_list_obstack): New variable.
4450         
4451         (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4452         ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4453         lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4454         find_sal_from_funcs_and_line, ada_breakpoint_rewrite, 
4455         ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field, 
4456         ada_variant_discrim_name, field_alignment, dynamic_template_type,
4457         ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type): 
4458         Replace use of deprecated STREQ and STREQN macros by calls to strncmp 
4459         and strcmp. 
4460
4461         (ada_get_field_index): New function.
4462         (lim_warning): New function.
4463         (ada_translate_error_message): New function.
4464         (MAX_OF_SIZE): New function.
4465         (MIN_OF_SIZE): New function.
4466         (UMAX_OF_SIZE): New function.
4467         (UMIN_OF_SIZE): New function.
4468         (discrete_type_high_bound): New function.
4469         (discrete_type_low_bound): New function.
4470         (base_type): New function.
4471         (do_command): Remove.
4472         
4473         (ada_update_initial_language): Use language_ada, not language_unknown.
4474         (ada_encode): Renamed from ada_mangle.
4475         Obey ADA_RETAIN_DOTS.
4476         (ada_decode): Renamed from ada_demangle.
4477         Update coding conventions.
4478         (decoded_names_store): New hash table.
4479         (ada_decode_symbol): New function.
4480         (ada_la_decode): New function.
4481         
4482         (modify_general_field): Correct computations of offset and bit 
4483         position.
4484         (desc_base_type): Handle ref types, too.
4485         (ada_is_direct_array_type): New function.
4486
4487         (ada_is_simple_array): Rename to ada_is_simple_array_type.
4488         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4489         (ada_is_bogus_array_descriptor,ada_type_of_array,
4490         ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4491         ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed 
4492         ada_is_array_descriptor_type.
4493         
4494         (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4495         (ada_is_packed_array_type): Handle pointers or 
4496         references to packed arrays as well.
4497         (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4498         (decode_packed_array_type): Search for the packed array type 
4499         symbol in the currently selected block and associated 
4500         superblocks too.
4501         Use lookup_symbol again.
4502
4503         (decode_packed_array): Handle pointers and references.
4504         Update call to coerce_unspec_val_to_type.
4505         (decode_packed_array_type,value_subscript_packed): Limit warnings.
4506         (ada_value_primitive_packed_val): Improve comment.
4507         
4508         (ada_index_type): Substitute int type for "undefined".
4509         (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4510         ada_array_langth, ada_is_string_type): Use renamed 
4511         ada_is_simple_array_type.
4512         (empty_array): New function.
4513
4514         (ada_resolve):  Rename to resolve.
4515         (resolve): Make static.
4516         Call renamed resolve_subexp.
4517         Update comment.
4518         (ada_resolve_subexp): Rename to resolve_subexp.
4519         (resolve_subexp): Update comment.
4520         Decomment disabled code.
4521         Add LOC_COMPUTED* cases.
4522         Modify to use temporary struct symbols (marked as being in 
4523         UNDEF_NAMESPACE) to indicate unresolved names, instead of 
4524         OP_UNRESOLVED_VALUE.
4525         Remove OP_ATTRIBUTE; use individual opcodes for attributes.     
4526         Add OP_STRING case.
4527         Remove OP_ARRAY.
4528         Use SYMBOL_PRINT_NAME instead of ada_demangle.
4529         Use new ada_lookup_symbol_list interface.
4530         Use new ada_resolve_function interface.
4531         Remove OP_TYPE case.
4532
4533         (ada_args_match): Idiot proof against null actuals.
4534         Use intermediate variables to clarify.
4535         (ada_resolve_function): Update comment and interface.
4536         (mangled_ordered_before): Rename to encoded_ordered_before and
4537         update comment.
4538         (sort_choices): Update comment and interface.
4539         Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4540         (user_select_syms): New interface.
4541         Use new sort_choices interface.
4542         Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4543         (possible_user_operator_p): Idiot-proof against null values.
4544         (ada_simple_renamed_entity): Don't make cleanup; rely on 
4545         caller to free result string.
4546         Remove const from return type.
4547         (make_array_descriptor): Rename uses of place_on_stack to 
4548         ensure_lval.
4549         Make sure that arrays are on stack.
4550         
4551         (HASH_SIZE): Define.
4552         (struct cache_entry): Define.
4553         (cache_space): Define.
4554         (cache): Define.
4555         (clear_ada_sym_cache): New function.
4556         (find_entry): New function.
4557         (lookup_cached_symbol): New function.
4558         (defn_vector_size): Define.
4559         (cache_symbol): New function.
4560         (defn_symbols): Remove.
4561         
4562         (standard_lookup): Use lookup_symbol_in_language to get effect of
4563         C lookup.
4564         Cache results.
4565         
4566         (symbol_completion_match): New function.
4567         (symbol_completion_add): New function.
4568         (ada_make_symbol_completion_list): New function.
4569
4570         (ada_lookup_partial_symbol,ada_lookup_simple_minsym, 
4571         add_symbols_from_enclosing_procs,remove_extra_symbols): Replace 
4572         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME. 
4573         (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4574         
4575         (ada_lookup_simple_minsym): New function.
4576         (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4577
4578         (add_symbols_from_enclosing_procs): New interface.
4579         Conditionalize more helpfully.
4580         Don't bother if program isn't running.
4581         Use new interface to get_frame_block.
4582         Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4583         
4584         (remove_extra_symbols): New interface.
4585         (xget_renaming_scope): New function.
4586         (is_package_name): New function.
4587         (renaming_is_visible): New function.
4588         (remove_out_of_scope_renamings): New function.
4589
4590         (ada_lookup_symbol_list): New interface.
4591         Properly reinitialize the symbol list obstack.
4592         Don't call add_symbols_from_enclosing_procs if we start from a
4593         static or global block.
4594         Use new interfaces to ada_add_block_symbols, add_defn_to_vec, 
4595         add_symbols_from_enclosing_procs.
4596         Add symtab data to cached entries.
4597         Handle symbols prefixed with
4598         "standard__" specially; strip prefix and don't look in local symbols.
4599         Do not include out of scope renaming symbols in list of 
4600         symbols returned.
4601         Add const to block parameter.
4602         Move check for non-local, non-global symbols earlier.  
4603         Remove timing stuff.
4604         (ada_lookup_symbol): New interface.
4605         Find symtab as well.
4606         (ada_lookup_symbol_nonlocal): New function.
4607
4608         (is_name_suffix): Enhance suffix detection to recognize
4609         an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4610         (is_dot_digits_suffix): New function.
4611         (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4612         
4613         (ada_add_block_symbols): New interface.  Use obstack to return results
4614         in a vector of struct ada_symbol_infos.  Add symtab argument.
4615         Use new interface to add_defn_to_vec.
4616         Remove calls to fill_in_ada_prototype.
4617         Use BLOCK_BUCKETS, BLOCK_BUCKET.
4618         
4619         (ada_finish_decode_line_1): Add const qualification to local to fix
4620         warning.
4621         Start looking in static block for functions to avoid attempts 
4622         to search frame chain for up-level variables.
4623         Adapt to new ada_sals_for_line interface.
4624         Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4625         Handle quoting of the function name inside the spec string.
4626         Skip prologue when funfirstline is set and update the 
4627         function documentation to that effect.
4628
4629         (debug_print_lines, debug_print_block, debug_print_blocks, 
4630         debug_print_symtab): Remove.
4631
4632         (ada_main_name): New function.  
4633         (ada_exception_breakpoint_type): New function.
4634         (is_known_support_routine): New function.
4635         (ada_find_printable_frame): Renamed from find_printable_frame and made
4636         global.
4637         Remove level parameter.
4638         Use new interface to select_frame.
4639
4640         (begin_command): Remove.
4641         (ada_adjust_exception_stop): New function.
4642         (ada_print_exception_stop): New function.
4643         (exception_name_from_cond): New function.
4644         (ada_report_exception_break): Replace disabled code with 
4645         conditionalization on GNAT_GDB.
4646         Get the exception name from the condition string.
4647         Remove and move functionality into new functions 
4648         ada_print_exception_breakpoint_task and 
4649         ada_print_exception_breakpoint_nontask.
4650         (error_breakpoint_runtime_sym_not_found): New function.
4651         (is_runtime_sym_defined): New function.
4652         (ada_breakpoint_rewrite): Uncomment suppressed code.
4653         Use symbolic error-message and runtime-symbol names.
4654         Surround runtime symbol names in quotes.
4655         Allow non-specific breakpoints on exceptions and assertions before
4656         program starts.
4657         
4658         (ada_is_tagged_type): Add parameter.
4659         (ada_is_tag_type): New function.
4660         (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4661         (ada_variant_discrim_type): Ditto.
4662         (value_tag_from_contents_and_address): New function.
4663         (type_from_tag): New function.
4664         (struct tag_args): New structure used to communicate with
4665         ada_tag_name_1.
4666         (ada_tag_name_1): New function.
4667         (ada_tag_name): New function.
4668
4669         (ada_scan_number): Update comment.
4670         (find_struct_field): New function.
4671         (ada_search_struct_field): Make static.
4672         (ada_value_struct_elt): New version that returns references when
4673         given pointers or references to structs.
4674         (ada_lookup_struct_elt_type): Add 'refok' parameter.
4675         (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4676         interface.
4677         (ada_value_ind): Use new ada_to_fixed_value interface.
4678         (ada_coerce_ref): Ditto.
4679         (field_offset): Remove.
4680
4681         (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4682         (ada_find_renaming_symbol): New function.
4683         (ada_prefer_type): Prefer named types over unnamed ones.
4684         (variant_field_index): New function.
4685         (contains_variant_part): Removed: subsumed by variant_field_index.
4686         (ada_template_to_fixed_record_type): New function, mostly from
4687         template_to_fixed_record_type.
4688         (template_to_fixed_record_type): 
4689         Do not scan the type fields beyond the last one; prevents a 
4690         potential SEGV.
4691         Handle case where variant field is listed BEFORE discriminant it 
4692         depends on.
4693         Fix calculation of record length when bit length is 
4694         not evenly divisible by char length.
4695         Move code to ada_template_to_fixed_record_type and call it.
4696
4697         (template_to_static_fixed_type): Revise comment.  
4698         Modify to work on ordinary record types as well as templates, 
4699         so as to handle fields that use ___XVE or ___XVU encodings. 
4700         (to_record_with_fixed_variant_part): Fill out comment.
4701         Initialize C++ stuff in right type.
4702         Allow case where DVAL is null.
4703         Handle case where variant field is not last.
4704         Fix typo concerning record length.
4705         (to_fixed_record_type): Decomment disabled code.
4706         (to_fixed_record_type): Use variant_field_index instead of 
4707         contains_variant_part.
4708         (to_fixed_variant_branch_type): Ditto.
4709         (to_fixed_array_type): Decomment disabled code.
4710         (ada_to_fixed_type): Convert tagged types to the specific type.
4711         Deactivate the size-check for array types in order to avoid 
4712         some false size alarms.
4713         (to_static_fixed_type): Decomment disabled code.
4714         Modify to call template_to_static_fixed_type
4715         on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4716         (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4717         Remove valaddr argument, as it is never really used.
4718         (ada_to_fixed_value): Change interface to act on single struct value*
4719         operand.
4720         (adjust_pc_past_prologue): New function.
4721         (ada_attribute_name): Modify to take enum exp_opcode argument.
4722                 
4723         (ada_enum_name): Recognize new homonym-distinguishing convention.
4724         Adjust local variable's type to remove compiler warning.
4725         Fix a small problem in the part that unqualifies the enumeration name.
4726         (ada_value_binop): New function.
4727         (ada_value_equal): New function.
4728
4729         (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4730         Don't give error message when not doing normal evaluation 
4731         and a tagged type doesn't seem to contain a structure member.
4732         Give error message for packed arrays.
4733         For indexing arrays, handle pointers to packed arrays correctly.
4734         Handle case of 'first and 'last attributes of bare integral type 
4735         without encoded subtype info.  
4736         Remove some unnecessary casts.
4737         Fix uninitialized value of type in computing 'first, 'last, or 'length
4738         of array object.  
4739         Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4740         Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4741         calls.
4742         Attributes are now exp_opcode values.
4743         Correct treatment of 'modulus.
4744         Better error message for taking 'length of wrong kind of type; 
4745         improve comment.
4746         Change EVAL_NORMAL to noside for consistency.
4747         Use ada_value_binop for DIV, MOD, REM.
4748         Make special case out of array of length 0, since an argument 
4749         of 0 upsets some platforms' malloc.
4750         Use OP_STRING instead of OP_ARRAY.
4751         For slice, add check that we have an array type before extracting 
4752         a slice out of it.  Avoids a SEGV.
4753         When evaluating an array slice, if the array type is a reference to 
4754         an aligner type, then replace the aligner type by the actual type.
4755         Decomment disabled code.
4756         Remove some dead code.
4757         Use temporary struct symbols (marked as being in UNDEF_NAMESPACE) 
4758         to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4759         Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE, 
4760         and UNOP_MBR to UNOP_IN_RANGE.
4761         If an array type has a parallel ___XVE type, then use it.
4762         Turn arrays into pointers for lvalue arrays.
4763         Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4764         bounds error and handle 0-length slices.
4765         Use lim_warning.
4766         When selecting fields, apply ada_to_fixed_value (because the fields 
4767         might have ___XVU or ___XVE encodings even if not dynamic.)
4768         Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4769         (ada_is_system_address_type): New function.
4770
4771         (get_var_value): Use new interface to ada_lookup_symbol_list.
4772         (get_int_var_value): New interface.
4773         (to_fixed_range_type): Allow unknown bound, with warning.
4774         (ada_is_modular_type): Decomment disabled code.
4775         (ADA_OPERATORS): New definition.
4776         (ada_operator_length): New function.
4777         (ada_expr_op_name): New function.
4778         (ada_forward_operator_length): New function.
4779         (ada_dump_subexp_body): New function.
4780         (ada_print_subexp): New function.
4781         (ada_exp_descriptor): New constant.
4782         (ada_op_print_tab): Add 'size.  Remove FIXMEs.
4783         (ada_language_defn): Add ada_exp_descriptor entry.
4784         Change ada_parse => parse.
4785         Add post-parser entry.
4786         Use ada-specific non-local symbol lookup.
4787         Don't use C-style arrays. 
4788         String lower-bound is 1.
4789         Decomment disabled code.        
4790         (parse): New function.
4791         New fields ada_translate_error_message, ada_lookup_symbol, 
4792         ada_lookup_minimal_symbol.
4793         
4794         * ada-lang.h: Update copyright dates.
4795         Replace the mangle/demangle terminology throughout by the
4796         more appropriate encode/decode one. 
4797         Include breakpoint.h.
4798         Forward declare struct partial_symbol, struct block.
4799         (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4800         (EXTRACT_ADDRESS): Remove.
4801         (EXTRACT_INT): Remove.
4802         (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4803         (MAX_ENCLOSING_FRAME_LEVELS): Define.
4804         (MAX_RENAMING_CHAIN_LENGTH): Define.
4805         (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4806
4807         (enum task_states): Remove.
4808         ada_task_states: Remove.
4809         (fat_string): Remove.
4810         (struct entry_call): Remove.
4811         (struct task_fields): Remove.
4812         (struct task_entry): Remove.
4813
4814         (struct ada_symbol_info): Define.
4815         (enum ada_attribute): Remove.
4816         (enum ada_operator): Define.
4817         
4818         (ada_get_field_index): Declare.
4819         (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4820         (ada_is_simple_array): Rename to ada_is_simple_array_type.
4821         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4822         (ada_lookup_symbol_list): New interface.
4823         (ada_decode_symbol): Declare.
4824         (ada_decode): Declare.
4825         (ada_lookup_symbol): New interface.
4826         (ada_update_initial_language): Declare.
4827         (ada_lookup_simple_minsym): Declare.
4828         (user_select_syms): New interface.
4829         (ada_sals_for_line): Declare.
4830         (ada_is_tagged_type): New interface.
4831         (ada_tag_name): Declare.
4832         (ada_lookup_struct_elt_type): Remove declaration.
4833         (ada_search_struct_field): Remove declaration.
4834         (ada_attribute_name): New interface.
4835         (ada_is_system_address_type): Declare.
4836         (ada_to_fixed_value): Remove declaration.
4837         (ada_template_to_fixed_record_type_1): Declare.
4838         (get_int_var_value): New interface.
4839         (ada_find_any_symbol): Declare.
4840         (ada_find_renaming_symbol): Declare.
4841         (ada_mangle): Rename to ada_encode.
4842         (ada_simple_renamed_entity): Remove const.
4843         (ada_main_name): Declare.
4844         (get_current_task): Rename to ada_get_current_task.
4845         (get_entry_number): Remove declaration.
4846         (ada_report_exception_break): Remove declaration.
4847         (ada_print_exception_breakpoint_nontask): Declare.
4848         (ada_print_exception_breakpoint_task): Declare.
4849         (ada_find_printable_frame): Declare.
4850
4851         * ada-lex.l: Update copyright notices.
4852         Use xmalloc and xfree instead of malloc and free.
4853         Use new interface to name_lookup.
4854         Use new interface to 
4855         ada_mangle=>ada_encode.
4856         Redo handling of '$...' variable to parallel current treatment 
4857         in c-exp.y.  
4858         (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4859         digit_to_int, strtoulst, processInt, processReal, processId, 
4860         block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4861         yywrap): Protoize.
4862         
4863         (processInt): Use cast to remove harmless warning.
4864         (processReal): Modify to get rid of compiler warning on scan formats.
4865
4866         (processId): Replace xmalloc with obstack_alloc for name and remove
4867         call to ada_name_string_cleanup.
4868         Remove obsolete disabled code.
4869         (name_lookup): Ditto. 
4870         New interface.
4871         Use obsavestring on temp_parse_space instead of savestring 
4872         on name, and remove call to ada_name_string_cleanup.  
4873         Free string returned from ada_simple_renamed_entity.
4874         Use new interface to ada_lookup_symbol_list.
4875         Decomment disabled code.
4876         Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables, 
4877         not types.
4878         When a type name lookup succeeds as a result of 
4879         lookup_primitive_typename, check for regular type entry that has not 
4880         yet been read in.
4881         Limit length of chain of renamed symbols we are willing to follow.  
4882         Do not break names beginning with "standard__" into segments.  
4883         (block_lookup): Use new interface to ada_lookup_symbol_list.
4884         
4885         * ada-typeprint.c: Update copyright notice.
4886         (demangled_type_name): Rename to decoded_type_name.
4887         (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4888         (print_range_bound):  Correct handling of negative
4889         bounds that make the index type looked unsigned under STABS.  
4890         (print_dynamic_range_bound): Use new interface to get_int_var_value.
4891         (print_range_type_named):  Use the builtin int type if no type 
4892         corresponding to the given type name could be found.
4893         (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4894         Add some bullet-proofing.
4895         (print_variant_clauses): Allow for variant branches with ___XVU 
4896         encodings that are not dynamic fields.  
4897         Use new interface to ada_is_tagged_type.
4898         (print_record_type): Allow for fields with ___XVE encodings that 
4899         are not dynamic fields. 
4900         Use new interface to ada_is_tagged_type.
4901         (ada_print_type): ada_is_array_descriptor => 
4902         ada_is_array_descriptor_type.
4903
4904         * ada-valprint.c: Update copyright notice.
4905         Include gdb_string.h
4906         Include infcall.h
4907         (ui_memcpy): New function.
4908         (ada_print_floating): New function.
4909         (ada_print_str): Order arguments correctly.
4910         Correct handling of empty arrays and arrays of 0-length items. 
4911         ada_is_array_descriptor => ada_is_array_descriptor_type 
4912         Print values of type System.Address in hexadecimal format.
4913         Use ada_print_floating to print floating-point numbers in Ada format.
4914         Print class tag values with type names.  
4915         No longer print the address of reference values. Avoids 
4916         a potential confusion.  
4917         (ada_value_print): Stop printing the object type for reference
4918         values, but preserve that behavior for access types. Avoids
4919         a potential confusion.
4920         Simplify one conditional expression, as the first part is now
4921         necessarily true.
4922         ada_is_array_descriptor => ada_is_array_descriptor_type 
4923         Add check for arrays for null records, and print them by hand.
4924         
4925 2004-06-01  Jim Blandy  <jimb@redhat.com>
4926
4927         * ppc-tdep.h: Delete unused 'regoff' member.
4928         * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4929
4930 2004-06-01  Michael Chastain  <mec.gnu@mindspring.com>
4931
4932         Fix PR symtab/1661.
4933         * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4934         (hpread_read_struct_type): Likewise.
4935
4936 2004-06-01  Andrew Cagney  <cagney@gnu.org>
4937
4938         * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4939         instead of xasprintf.
4940         * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt) 
4941         (mi_cmd_thread_select, mi_cmd_thread_list_ids) 
4942         (mi_cmd_data_list_register_names) 
4943         (mi_cmd_data_list_changed_registers) 
4944         (mi_cmd_data_list_register_values) 
4945         (get_register, mi_cmd_data_write_register_values) 
4946         (mi_cmd_data_write_register_values) 
4947         (mi_cmd_data_assign, mi_cmd_data_evaluate_expression) 
4948         (mi_cmd_target_download, mi_cmd_target_select) 
4949         (mi_cmd_data_read_memory, mi_cmd_data_write_memory) 
4950         (mi_execute_cli_command, mi_execute_async_cli_command) 
4951         (mi_execute_async_cli_command): Ditto.
4952         * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4953         * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4954
4955         * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4956         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4957         error_last_message instead of mi_error_last_message.
4958         * mi/mi-main.c (mi_error_last_message): Delete function.
4959
4960         * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4961         "invalid number of columns" error.  Delete redundant "out of
4962         memory" check.
4963
4964 2004-05-31  Mark Kettenis  <kettenis@gnu.org>
4965
4966         * i386bsd-nat.c: Don't include <sys/procfs.h>.
4967         (gregset_t, fpregset_t): Remove typedefs.
4968         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4969         (REG_OFFSET): Rename argument.
4970         (i386bsd_r_reg_offset): Rename from reg_offset.
4971         (REG_ADDR): Remove macro.
4972         (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4973         functions.
4974         (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4975         (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4976         instead of gregset_t and fpregset_t.  Use i386bsd_supply_gregset
4977         instead of supply_gregset.
4978         (store_inferior_registers): Use `struct reg' and `struct fpreg'
4979         instead of gregset_t and fpregset_t.  Use i386bsd_collect_gregset
4980         instead of fill_gregset.
4981         (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4982
4983         * i386bsd-nat.c: Don't include "gregset.h".
4984         (supply_gregset, fill_gregset): Make static.
4985         (supply_fpregset, fill_fpregset): Remove.
4986         * Makefile.in (i386bsd-nat.o): Update dependencies.
4987
4988 2004-05-30  Mark Kettenis  <kettenis@gnu.org>
4989
4990         * fbsd-proc.c: Include "regcache.h", "regset.h" and
4991         "gdb_assert.h".  Con't include "gregset.h".
4992         (fbsd_make_corefile_notes): Use regset-based core file support
4993         instead off fill_gregset and fill_fpregset.
4994         * Makefile.in (fbsd-proc.o): Update dependencies.
4995
4996         * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4997         instructions.
4998         (m88k_frame_prev_register): Simplify code a bit.
4999
5000         * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5001         (amd64_collect_fpregset): New function.
5002         (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5003
5004         * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5005
5006         * i386-tdep.c (i386_supply_gregset): Adjust comment.
5007         (i386_collect_gregset): New function.
5008         (i386_supply_fpregset): Adjust comment.
5009         (i386_collect_fpregset): New function.
5010         (i386_regset_from_core_section): Use i386_collect_gregset and
5011         i386_collect_fpregset.
5012
5013         * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5014         handle VALUEP being null.
5015
5016         * regset.h (collect_regset_ftype): Unconstify fourth argument.
5017
5018 2004-05-29  Mark Kettenis  <kettenis@gnu.org>
5019
5020         * MAINTAINERS: Undelete m88k.  Add myself as maintainer.
5021
5022         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5023         assembler in OpenBSD 3.5-current.
5024         (amd64obsd_sigcontext_addr): Likewise.
5025
5026 2004-05-28  Jim Blandy  <jimb@redhat.com>
5027
5028         * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5029         register set, so our regcache isn't declared "legacy" and our E500
5030         pseudoregister read and write functions aren't ignored.
5031         (rs6000_register_byte, rs6000_register_raw_size,
5032         rs6000_register_virtual_type, rs6000_register_convertible,
5033         rs6000_register_convert_to_virtual,
5034         rs6000_register_convert_to_raw): Deleted.
5035         (rs6000_register_type, rs6000_convert_register_p,
5036         rs6000_register_to_value, rs6000_value_to_register): New
5037         functions.
5038         (rs6000_gdbarch_init): Don't register
5039         gdbarch_deprecated_register_size,
5040         gdbarch_deprecated_register_bytes,
5041         gdbarch_deprecated_register_byte,
5042         gdbarch_deprecated_register_raw_size,
5043         gdbarch_deprecated_register_virtual_type,
5044         gdbarch_deprecated_register_convertible,
5045         gdbarch_deprecated_register_convert_to_virtual, or
5046         gdbarch_deprecated_register_convert_to_raw methods.  Instead,
5047         register gdbarch_register_type, gdbarch_convert_register_p,
5048         gdbarch_register_to_value, and gdbarch_value_to_register methods.
5049
5050 2004-05-26  Jim Blandy  <jimb@redhat.com>
5051
5052         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5053         (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5054         functions, updated to match the register numberings used in GCC.
5055         (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5056         rs6000_dwarf2_reg_to_regnum as register number conversions
5057         functions for STABS and Dwarf2.
5058
5059 2004-05-26  Randolph Chung  <tausq@debian.org>
5060
5061         * infttrace.h (target_waitkind): Forward declare type instead of pulling
5062         in header file.
5063
5064 2004-05-25  Joel Brobecker  <brobecker@gnat.com>
5065
5066         * NEWS: Document new "start" command.
5067
5068 2004-05-25  Randolph Chung  <tausq@debian.org>
5069
5070         * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5071         hppa-linux.
5072
5073 2004-05-25  Randolph Chung  <tausq@debian.org>
5074
5075         * hppa-hpux-tdep.c (offsetof): Define.
5076         (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5077         (hppa32_hpux_frame_base_before_sigtramp)
5078         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5079         (hppa64_hpux_frame_saved_pc_in_sigtramp)
5080         (hppa64_hpux_frame_base_before_sigtramp)
5081         (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused 
5082         functions.
5083         (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5084         (hppa_hpux_sigtramp_frame_unwind_cache)
5085         (hppa_hpux_sigtramp_frame_this_id)
5086         (hppa_hpux_sigtramp_frame_prev_register)
5087         (hppa_hpux_sigtramp_frame_unwind)
5088         (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5089         (hppa_hpux_init_abi): Register sigtramp unwinder.
5090         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5091
5092 2004-05-25  Randolph Chung  <tausq@debian.org>
5093
5094         * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5095         and multiple stack unwinds.
5096         (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5097
5098 2004-05-25  Andrew Cagney  <cagney@gnu.org>
5099
5100         * symfile.h (symbol_file_add_from_memory): Delete declaration.
5101         * symfile-mem.h: Delete file.
5102         * symfile-mem.c: Do not include "symfile-mem.h".
5103         (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5104         "struct bfd_section".  When an error do not bother returning NULL.
5105         (add_symbol_file_from_memory_command): Use "struct bfd" and
5106         "struct bfd_section".
5107         * Makefile.in (symfile_mem_h): Delete.
5108         (symfile-mem.o): Update dependencies.
5109
5110 2004-05-25  Nick Roberts  <nickrob@gnu.org>
5111
5112         * gdb-mi.el: New file.
5113
5114 2004-05-25  Andrew Cagney  <cagney@gnu.org>
5115
5116         * inftarg.c: Include "observer.h".
5117         (child_attach, child_create_inferior): Notify inferior_created.
5118         * corelow.c: Include "observer.h".
5119         (core_open): Notify inferior_created.
5120         * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5121
5122 2004-05-25  Andrew Cagney  <cagney@gnu.org>
5123
5124         * target.h (struct target_ops): Add from_tty to
5125         to_create_inferior.
5126         (target_create_inferior, find_default_create_inferior): Update.
5127         * infcmd.c (run_command): Update.
5128         * wince.c (child_create_inferior): Update.
5129         * win32-nat.c (child_create_inferior): Update.
5130         * uw-thread.c (uw_thread_create_inferior): Update.
5131         * thread-db.c (thread_db_create_inferior): Update.
5132         * target.c (debug_to_create_inferior) 
5133         (find_default_create_inferior): Update.
5134         (maybe_kill_then_create_inferior): Update.
5135         * sol-thread.c (sol_thread_create_inferior): Update.
5136         * remote.c (extended_remote_async_create_inferior) 
5137         (extended_remote_create_inferior): Update.
5138         * remote-vx.c (vx_create_inferior): Update.
5139         * remote-st.c (st2000_create_inferior): Update.
5140         * remote-sim.c (gdbsim_create_inferior): Update.
5141         * remote-sds.c (sds_create_inferior): Update.
5142         * remote-rdp.c (remote_rdp_create_inferior): Update.
5143         * remote-rdi.c (arm_rdi_create_inferior): Update.
5144         * remote-m32r-sdi.c (m32r_create_inferior): Update.
5145         * remote-e7000.c (e7000_create_inferior): Update.
5146         * procfs.c (procfs_create_inferior): Update.
5147         * ocd.c (ocd_create_inferior): Update.
5148         * ocd.h (ocd_create_inferior): Update.
5149         * nto-procfs.c (procfs_create_inferior): Update.
5150         * monitor.c (monitor_create_inferior): Update.
5151         * lin-lwp.c (lin_lwp_create_inferior): Update.
5152         * inftarg.c (child_create_inferior): Update.
5153         * hpux-thread.c (hpux_thread_create_inferior): Update.
5154         * gnu-nat.c (gnu_create_inferior): Update.
5155
5156 2004-05-25  Andrew Cagney  <cagney@gnu.com>
5157
5158         * MAINTAINERS: Update e-mail address.
5159
5160 2004-05-24  Randolph Chung  <tausq@debian.org>
5161
5162         * thread.c (info_threads_command, thread_apply_all_command)
5163         (thread_apply_command, thread_command, do_captured_thread_select):
5164         Remove HPUXHPPA-specific code.
5165
5166 2004-05-24  Randolph Chung  <tausq@debian.org>
5167
5168         * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5169         unused symbols.
5170         * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5171         references.
5172
5173 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
5174
5175         * infcmd.c (kill_if_already_running): New function, extracted
5176         from run_command().
5177         (run_command): Replace extracted code by call to
5178         kill_if_already_running().
5179         (start_command): New function.
5180         (_initialize_infcmd): Add "start" command.
5181
5182 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
5183
5184         Add OpenBSD/m88k support.
5185         * NEWS (New native configurations): Mention OpenBSD/m88k.
5186         * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5187         config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5188         * Makefile.in (m88k_tdep_h): New variable.
5189         (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5190         (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5191         * configure.host: Add m88*-*-openbsd*.
5192         * configure.tgt: Add m88*-*-openbsd*.
5193
5194 2004-05-24  Jim Blandy  <jimb@redhat.com>
5195
5196         * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5197         to approve changes.
5198
5199 2004-05-24  Kevin Buettner  <kevinb@redhat.com>
5200
5201         * symtab.c (fixup_section): Search section table when lookup by
5202         name fails.
5203
5204 2004-05-24  Randolph Chung  <tausq@debian.org>
5205
5206         * hppa-tdep.c: Fix handling of 8-byte structures; they should not 
5207         be "small_struct".
5208
5209 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
5210
5211         * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5212         register number in regcache_raw_collect call.
5213         (m68kbsd_collect_fpregset): Likewise.
5214         * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5215
5216         * regset.h (struct regset): Add back `regset' member.
5217
5218 2004-05-23  Mark Kettenis  <kettenis@gnu.org>
5219
5220         * configure.in: Check for td_pcb in `struct thread'.
5221         * configure, config.in: Regenerated.
5222
5223         * dpx2-nat.c: Remove file.
5224         * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5225         (dpx2-nat.o): Remove dependencies.
5226
5227         * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5228         <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5229         (amd64obsd_supply_pcb): New function.
5230         (_initialize_amd64obsd_nat): Enable libkvm interface.
5231         * Makefile.in (amd64obsd-nat.o): Update dependencies.
5232         * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5233         (LOADLIBES): New variable.
5234
5235         * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5236         <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5237         (sparc32nbsd_supply_pcb): New function.
5238         (_initialize_sparcnbsd_nat): Enable libkvm interface.
5239         * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5240         * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5241         (LOADLIBES): New variable.
5242
5243 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
5244
5245         * bsd-kvm.c, bsd-kvm.h: New files.
5246         * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5247         "bsd-kvm.h".
5248         (i386fbsd_supply_pcb): New function.
5249         * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5250         (i386fbsd-nat.o): Update dependencies.
5251         (bsd_kvm_h): New variable.
5252         (bsd-kvm.o): New dependency.
5253         * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5254         (LOADLIBES): New variable.
5255
5256         * regset.c: Tweak comment.
5257         (regset_alloc): Remove descr argument.  Use GDBARCH_OBSTACK_ZALLOC
5258         macro.
5259         * regset.h: Update copyright year.
5260         (struct regset): Remove `descr' member, add `gdbarch' member.
5261         (regset_alloc): Adjust prototype and comment.
5262         * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5263         (i386_supply_fpregset): Likewise.
5264         (i386_regset_from_core_section): Update call to regset_alloc.
5265         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5266         REGSET->arch.
5267         (i386obsd_aout_regset_from_core_section): Update call to
5268         regset_alloc.
5269         * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5270         REGSET->arch.
5271         (i386nbsd_aout_regset_from_core_section): Update call to
5272         regset_alloc.
5273         * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5274         REGSET->arch.
5275         (amd64_regset_from_core_section): Update call to regset_alloc.
5276         * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5277         REGSET->arch.
5278         (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5279         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5280         &sparc32nbsd_gregset in sparc32_supply_gregset call.
5281         (sparc32nbsd_init_abi): Update call to regset_alloc.
5282         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5283         &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5284         (sparc64obsd_init_abi): Update call to regset_alloc.
5285         * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5286         &sparc64nbsd_gregset in sparc64_supply_gregset call.
5287         (sparc64nbsd_init_abi): Update call to regset_alloc.
5288         * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5289         &sparc64fbsd_gregset in sparc64_supply_gregset call.
5290         (sparc64fbsd_init_abi): Update call to regset_alloc.
5291
5292 2004-05-22  Jim Blandy  <jimb@redhat.com>
5293
5294         * ppc-tdep.h (spe_register_p): New declaration.
5295         (struct gdbarch_tdep): New members: ppc_acc_regnum and
5296         ppc_spefscr_regnum.
5297         * rs6000-tdep.c (spe_register_p): New function.
5298         (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5299         spefscr.
5300         (rs6000_gdbarch_init): Initialize the new members of the tdep
5301         structure.
5302
5303 2004-05-21  Jim Blandy  <jimb@redhat.com>
5304
5305         * ppc-linux-nat.c (fetch_register): Move code back to be next
5306         to the comment that describes it.  (Moved code, instead of
5307         comment, for symmetry with store_register.)
5308
5309         Allocate regset structures in the gdbarch's obstack, not using
5310         xmalloc.
5311         * regset.c (regset_alloc): Renamed from regset_xmalloc.
5312         Add 'arch' argument.  Allocate the regset on arch's obstack, not
5313         using xmalloc.
5314         * regset.h (regset_alloc): Update declaration.
5315         * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5316         gdbarch argument.
5317         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5318         * i386-tdep.c (i386_regset_from_core_section): Same.
5319         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5320         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5321         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5322         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5323         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5324         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5325
5326 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
5327
5328         * config/djgpp/fnchange.lst: Undo previous change, was useless.
5329
5330 2004-05-21  Jim Blandy  <jimb@redhat.com>
5331
5332         * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5333         cases for DW_OP_div and DW_OP_shr.  (Thanks to Reva Cuthbertson.)
5334
5335 2004-05-20  Jim Blandy  <jimb@redhat.com>
5336
5337         * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5338
5339 2004-05-20  Mark Kettenis  <kettenis@gnu.org>
5340
5341         * regset.h: Make prototype const-correct.
5342         * regset.c (regset_xmalloc): Make const-correct.
5343
5344 2004-05-20  Paul N. Hilfinger  <hilfinger@gnat.com>
5345
5346         * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5347         (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5348         (symbol_search_name): Declare.
5349         
5350         * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5351         (iter_name_next_hashed): Ditto.
5352         (iter_name_next_linear): Ditto.
5353         (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5354
5355         * symtab.c (lookup_partial_symbol): Assume symbols ordered by 
5356         search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5357         (symbol_search_name): New function.
5358         
5359         * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5360         
5361         * minsyms.c (build_minimal_symbol_hash_tables): Change
5362         test for adding to demangled hash table to check for difference
5363         between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5364         
5365 2004-05-19  Jim Blandy  <jimb@redhat.com>
5366
5367         Use a constructor function to create regset structures.
5368         * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5369         (struct regset): Use supply_regset_ftype.  Add new
5370         'collect_regset' member.
5371         (regset_xmalloc): New declaration.
5372         * regset.c: New file.
5373         * am64-tdep.c (amd64_regset_from_core_section): Use
5374         regset_xmalloc to construct regset structures.
5375         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5376         * i386-tdep.c (i386_regset_from_core_section): Same.
5377         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5378         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5379         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5380         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5381         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5382         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5383         * Makefile.in (COMMON_OBS): Add regset.o.
5384         (regset.o): New rule.
5385
5386 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
5387
5388         * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5389         and pthread_cond_wait.c.
5390
5391 2004-05-18  Jim Blandy  <jimb@redhat.com>
5392
5393         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5394         before the mach-specific switch, and then let the individual cases
5395         override the defaults, rather than leaving them uninitialized
5396         until the switch and then setting them in each case.
5397
5398 2004-05-18  Randolph Chung  <tausq@debian.org>
5399
5400         * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5401         millicode functions.
5402
5403 2004-05-18  Randolph Chung  <tausq@debian.org>
5404
5405         * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5406         references to dld_flags_buffer consistent.
5407
5408 2004-05-18  Randolph Chung  <tausq@debian.org>
5409
5410         * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5411         it for unwinding the stack.
5412
5413 2004-05-18  Randolph Chung  <tausq@debian.org>
5414
5415         * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5416         Undefine these so we can overide them using gdbarch.
5417
5418 2004-05-18  Randolph Chung <tausq@debian.org>
5419
5420         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5421         handling for 64-bit HPUX (elf).
5422
5423 2004-05-18  Daniel Jacobowitz  <dan@debian.org>
5424
5425         * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5426         constants.
5427         * amd64-tdep.c (amd64_skip_prologue): Likewise.
5428         * ia64-tdep.c (examine_prologue): Likewise.
5429         * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5430         * v850-tdep.c (v850_fix_call_dummy): Likewise.
5431
5432 2004-05-18  Mark Kettenis  <kettenis@gnu.org>
5433
5434         * vax-tdep.c (vax_return_value): Implement
5435         RETURN_VALUE_ABI_RETURNS_ADDRESS.
5436
5437 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
5438
5439         * vax-tdep.c (vax_return_value): Fix typo.
5440
5441 2004-05-17  Andrew Cagney  <cagney@redhat.com>
5442
5443         * MAINTAINERS: Mark Salter was also responsible for
5444         testsuite/config/
5445
5446         * NEWS: Mention signal fixes.
5447
5448 2004-05-17  Randolph Chung  <tausq@debian.org>
5449
5450         * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5451         check to see if we are unwinding an export stub.  Export stubs clobber
5452         the %rp in the call path and stores the original rp in a stack slot.
5453
5454 2004-05-17  Jim Blandy  <jimb@redhat.com>
5455
5456         * MAINTAINERS: Update address for J.T. Conklin.
5457
5458 2004-05-17  Randolph Chung  <tausq@debian.org>
5459
5460         * hppa-tdep.c: Remove superfluous #include's.
5461         * Makefile.in (hppa-tdep.o): Update dependencies.
5462
5463 2004-05-17  Randolph Chung  <tausq@debian.org>
5464
5465         * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5466         (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5467         (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5468         (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5469         (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5470         Remove static function declarations.
5471
5472 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
5473
5474         * alphabsd-nat.c: Update copyright year.
5475         (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5476
5477         * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5478         and M68K_A2_REGNUM.
5479
5480         * m68k-tdep.c (m68k_svr4_return_value): Implement
5481         RETURN_VALUE_ABI_RETURNS_ADDRESS.
5482
5483 2004-05-16  Mark Kettenis  <kettenis@gnu.org>
5484
5485         * sol-thread.c Update copyright year.  Fix various coding
5486         standards violations.  Tweak a few comments.
5487         (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5488         Delete prototypes.
5489
5490 2004-05-15  Randolph Chung  <tausq@debian.org>
5491
5492         * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5493         as pointer instead of array reference since HPUX compiler does
5494         not accept unsized array arguments.
5495         * somsolib.c (dld_flags_buffer): Use constant array size.
5496
5497 2004-05-15  Mark Kettenis  <kettenis@gnu.org>
5498
5499         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5500         offset with decimal offset.
5501         (amd64obsd_sigcontext_addr): Return correct address for entire
5502         signal trampoline.
5503
5504         * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5505         instead of get_frame_base.
5506
5507         * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5508         (fill_gregset): Use regcache_raw_collect.
5509
5510         * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5511         ppcobsd-tdep.c.
5512
5513         * config/sparc/tm-nbsd64.h: Remove file.
5514         * config/tm-sunos.h: Remove file.
5515
5516 2004-05-15  Joel Brobecker  <brobecker@gnat.com>
5517
5518         * rs6000-tdep.c (store_param_on_stack_p): New function,
5519         an improved version of some code extracted from skip_prologue().
5520         (skip_prologue): Use store_param_on_stack_p() to detect
5521         instructions saving a parameter on the stack. Detect when r0
5522         is used to save a parameter.
5523         Do not mark "li rx, SIMM" instructions as part of the prologue,
5524         unless the following instruction is also part of the prologue.
5525
5526 2004-05-14  Andrew Cagney  <cagney@redhat.com>
5527
5528         * infrun.c (handle_inferior_event): Simplify
5529         STEP_OVER_UNDEBUGGABLE.
5530
5531         * infrun.c (handle_step_into_function): Delete function.
5532         (handle_inferior_event): Inline calls to
5533         handle_step_into_function.
5534
5535 2004-05-14  Jerome Guitton  <guitton@gnat.com>
5536
5537         * rs6000-nat.c: Fix a comment.
5538
5539 2004-05-12  David Anderson <davea@sgi.com>
5540
5541         Committed by Jim Blandy <jimb@redhat.com>:
5542         * regcache.c (struct regcache_descr): fix comment spelling.
5543
5544 2004-05-13  J. Brobecker  <brobecker@gnat.com>
5545
5546         * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5547         Fixes a link link failure.
5548
5549 2004-05-13  J. Brobecker  <brobecker@gnat.com>
5550
5551         * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5552         error that was causing the build to fail.
5553
5554 2004-05-13  J. Brobecker  <brobecker@gnat.com>
5555
5556         * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5557         * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5558
5559 2004-05-13  Andrew Cagney  <cagney@redhat.com>
5560
5561         * infrun.c (handle_inferior_event): Check for
5562         STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5563         calls.  Update comments.
5564
5565 2004-05-13  Jim Blandy  <jimb@redhat.com>
5566
5567         * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5568         (fetch_regs_user_thread, fetch_regs_kernel_thread)
5569         (store_regs_user_thread, store_regs_kernel_thread): Use
5570         ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5571         * ppc-linux-nat.c (fill_gregset): Same.
5572         * ppc-linux-tdep.c (ppc_linux_supply_gregset) 
5573         (ppc_linux_sigtramp_cache): Same.
5574         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg) 
5575         (ppcnbsd_sigtramp_cache_init): Same.
5576         * rs6000-nat.c (fetch_core_registers): Same.
5577         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset) 
5578         (rs6000_frame_cache): Same.
5579
5580         * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5581         (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5582         of assuming that the gprs are numbered starting with zero.
5583         * ppc-linux-nat.c (fill_gregset): Same.
5584         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5585         * ppcnbsd-nat.c (getregs_supplies): Same.
5586         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5587         * rs6000-nat.c (fetch_core_registers): Same.
5588         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5589
5590 2004-05-07  Michael Snyder  <msnyder@redhat.com>
5591
5592         * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5593         LOC_COMPUTED_ARG, and LOC_INDIRECT.
5594
5595 2004-05-13  Andrew Cagney  <cagney@redhat.com>
5596
5597         * infrun.c (handle_inferior_event): Use frame_unwind_id.
5598
5599 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
5600
5601         * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5602         base_address for shared libraries.
5603
5604 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
5605
5606         * MAINTAINERS (write after approval): Add myself.       
5607
5608 2004-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
5609
5610         * breakpoint.c (bpstat_stop_status): Add new argument
5611         STOPPED_BY_WATCHPOINT.  Use it instead of testing
5612         target_stopped_data_address agaist 0 to check whether
5613         or not we stopped due to a hardware watchpoint.
5614         * breakpoint.h (bpstat_stop_status): Adapt prototype.
5615         * infrun.c (handle_inferior_event): Call bpstat_stop_status
5616         with new argument.
5617
5618 2004-05-12  Jim Blandy  <jimb@redhat.com>
5619
5620         * configure.in: When checking whether we should use the -bbigtoc
5621         option, don't forget to restore the original value of LDFLAGS.
5622         * configure: Regenerated.
5623
5624 2004-05-12  Andrew Cagney  <cagney@redhat.com>
5625
5626         * thread.c (load_infrun_state): Delete step_sp.
5627         * infrun.c (context_switch): Ditto.
5628         * inferior.h (step_sp): Ditto.
5629         * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5630         * gdbthread.h (struct thread_info, save_infrun_state)
5631         (restore_infrun_state): Ditto.
5632
5633 2004-05-12  Ulrich Weigand  <uweigand@de.ibm.com>
5634
5635         * MAINTAINERS (write after approval): Add myself.
5636
5637 2004-05-12  Andrew Cagney  <cagney@redhat.com>
5638
5639         * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5640         eliminate reference to step_sp.
5641         (struct execution_control_state, init_execution_control_state)
5642         (handle_inferior_event, keep_going): Delete update_step_sp and
5643         step_sp.
5644         * infcmd.c (step_sp): Note that variable is unused.
5645
5646 2004-05-11  Andrew Cagney  <cagney@redhat.com>
5647
5648         * infrun.c (step_over_function): Delete function.
5649         (handle_step_into_function): Use insert_step_resume_breakpoint.
5650         (insert_step_resume_breakpoint): Fix assertion.
5651
5652 2004-05-11  Nick Roberts  <nickrob@gnu.org>
5653
5654         * utils.c (defaulted_query): Just use the normal query input type
5655         when printing the annotations.
5656
5657 2004-05-11  Andrew Cagney  <cagney@redhat.com>
5658
5659         * infrun.c (handle_inferior_event): Simplify code handling
5660         step-into or return-from a signal trampoline.
5661
5662 2004-05-11  Andrew Cagney  <cagney@redhat.com>
5663
5664         * ppcnbsd-tdep.c: Include "gdb_assert.h".
5665         * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5666
5667 2004-05-10  Jim Blandy  <jimb@redhat.com>
5668
5669         * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5670         with a call to internal_error.
5671
5672         * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5673         ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5674         processor variant lacks those registers.
5675         (ppc_floating_point_unit_p): Change description to make it clear
5676         that this returns info about the ISA, not the ABI.
5677         * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5678         return true or false by checking tdep->ppc_fp0_regnum and
5679         tdep->ppc_fpscr_regnum.  The original code replicated the BFD
5680         arch/mach switching done in rs6000_gdbarch_init; it's better to
5681         keep that logic there, and just check the results here.
5682         (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5683         tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5684         floating-point registers.
5685         (ppc_supply_fpregset, ppc_collect_fpregset)
5686         (rs6000_push_dummy_call, rs6000_extract_return_value)
5687         (rs6000_store_return_value): Assert that we have floating-point
5688         registers.
5689         (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5690         (rs6000_frame_cache): Don't note the locations at which
5691         floating-point registers were saved if we have no fprs.
5692         * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5693         registers.
5694         (fetch_regs_user_thread, fetch_regs_kernel_thread)
5695         (store_regs_user_thread, store_regs_kernel_thread): Only call
5696         supply_fprs / fill_fprs if we actually have floating-point
5697         registers.
5698         (special_register_p): Check ppc_fpscr_regnum before matching
5699         against it.
5700         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5701         supply / collect fpscr if we don't have it.
5702         * ppc-bdm.c: #include "gdb_assert.h".
5703         (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5704         have floating-point registers, since I can't test this code on
5705         FP-free systems to adapt it.
5706         * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5707         fpscr and floating point register numbers if they don't exist.
5708         (fetch_register): Assert that we have floating-point registers
5709         before we reach the code that handles them.
5710         (store_register): Same.  And use tdep instead of calling
5711         gdbarch_tdep again.
5712         (fill_fpregset): Don't try to collect FP registers and fpscr if we
5713         don't have them.
5714         (ppc_linux_sigtramp_cache): Don't record the saved locations of
5715         fprs and fpscr if we don't have them.
5716         (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5717         don't have them.
5718         * ppcnbsd-nat.c: #include "gdb_assert.h".
5719         (getfpregs_supplies): Assert that we have floating-point registers.
5720         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5721         * ppcobsd-tdep.c: #include "gdb_assert.h".
5722         (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5723         have floating-point registers.
5724         * rs6000-nat.c (regmap): Don't match against the fpscr and
5725         floating point register numbers if they don't exist.
5726         (fetch_inferior_registers, store_inferior_registers,
5727         fetch_core_registers): Only fetch / store / supply the
5728         floating-point registers and the fpscr if we have them.
5729         * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5730         (ppcobsd-tdep.o): Update dependencies.
5731         
5732 2004-05-10  Andrew Cagney  <cagney@redhat.com>
5733
5734         * infrun.c (through_sigtramp_breakpoint): Delete variable.
5735         (context_switch): Do not switch through_sigtramp_breakpoint.
5736         * gdbthread.h (save_infrun_state, load_infrun_state)
5737         (struct thread_info): Delete through_sigtramp_breakpoint parameter
5738         and structure member.
5739         * thread.c (load_infrun_state, save_infrun_state): Update.
5740
5741 2004-05-10  Mark Kettenis  <kettenis@gnu.org>
5742
5743         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5744
5745 2004-05-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5746
5747         * acinclude.m4: Quote macro names being defined by AC_DEFUN 
5748         throughout.
5749         * aclocal.m4: Regenerate.
5750
5751 2004-05-10  Nathan J. Williams  <nathanw@wasabisystems.com>
5752
5753         * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5754
5755 2004-05-10  Andrew Cagney  <cagney@redhat.com>
5756
5757         * infrun.c (check_sigtramp2): Delete function.
5758         (handle_inferior_event): When single stepping, and taking a
5759         signal, set a breakpoint at the signal return address.  Delete
5760         redundant calls to check_sigtramp2.
5761         (insert_step_resume_breakpoint): New function.
5762         (through_sigtramp_breakpoint, handle_inferior_event)
5763         (follow_exec, wait_for_inferior, fetch_inferior_event)
5764         (currently_stepping, keep_going): Delete most uses of
5765         through_sigtramp_breakpoint, not that it should be deleted.
5766         (delete_breakpoint_current_contents): Delete function.
5767
5768 2004-05-10  Randolph Chung  <tausq@debian.org>
5769
5770         * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5771         target.
5772         * config/pa/tm-linux.h: New file.
5773
5774 2004-05-10  Daniel Jacobowitz  <drow@mvista.com>
5775
5776         * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5777         of prefixes.  Don't print the prefix twice in the CLI.
5778
5779 2004-05-10  Jim Blandy  <jimb@redhat.com>
5780
5781         * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5782         collect all the gprs.
5783
5784         * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5785         loop collecting gprs.
5786
5787 2004-05-09  Andrew Cagney  <cagney@redhat.com>
5788
5789         * remote-vx.c (net_step): Delete step-range code.
5790         * remote.c (remote_resume, init_all_packet_configs)
5791         (set_remote_protocol_E_packet_cmd)
5792         (show_remote_protocol_E_packet_cmd)
5793         (remote_protocol_E, show_remote_cmd, _initialize_remote)
5794         (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5795         (show_remote_protocol_e_packet_cmd): Ditto.
5796
5797 2004-05-09  Mark Kettenis  <kettenis@gnu.org>
5798
5799         * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5800
5801         * hppa-tdep.h: Update copyright year.
5802         (struct trad_frame_saved_reg): Add opaque declaration.
5803
5804         * amd64-tdep.c (amd64_return_value): Implement
5805         RETURN_VALUE_ABI_RETURNS_ADDRESS.
5806
5807         * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5808         (m68k_value_to_register): New functions.
5809         (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5810         value_to_register.
5811
5812         * defs.h (enum return_value_convention): Add
5813         RETURN_VALUE_ABI_RETURNS_ADDRESS and
5814         RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5815         * infcmd.c (legacy_return_value): New function.
5816         (print_return_value): Rwerite to implement
5817         RETURN_VALUE_ABI_RETURNS_ADDRESS.
5818         * values.c (using_struct_return): Check for inequality to
5819         RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5820         RETURN_VALUE_STRUCT_CONVENTION.
5821         * i386-tdep.c (i386_return_value): Implement
5822         RETURN_VALUE_ABI_RETURNS_ADDRESS.
5823
5824         * vax-tdep.c: Tweak comments.  Reorder include files.  Don't
5825         include "symtab.h", "opcode/vax.h" and "inferior.h".
5826         (vax_skip_prologue): Replace calls to read_memory_integer by calls
5827         to read_memory_unsigned_integer.
5828         (vax_gdbarch_init): Reorder.
5829         (_initialize_vax_tdep): Spell out prototype.
5830         * Makefile.in (vax-tdep.o): Update dependencies.
5831
5832 2004-05-08  Andrew Cagney  <cagney@redhat.com>
5833
5834         * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5835         * target.c (target_detach, target_disconnect): Ditto.
5836
5837         * infcall.c (call_function_by_hand): When no
5838         DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5839         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5840         DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5841         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5842         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5843         
5844         * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5845         * gdbarch.h, gdbarch.c: Re-generate.
5846         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5847         deprecated_fix_call_dummy.
5848         * v850-tdep.c (v850_gdbarch_init): Ditto.
5849         * infcall.c (call_function_by_hand): Do not call
5850         DEPRECATED_FIX_CALL_DUMMY.
5851
5852         * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5853         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5854         * gdbarch.h, gdbarch.c: Re-generate.
5855         * arm-linux-tdep.c (arm_linux_call_dummy_words)
5856         (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5857         deprecated_sizeof_call_dummy_words.
5858         * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5859         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5860         * v850-tdep.c (v850_gdbarch_init): Ditto.
5861         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5862         * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5863         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5864         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5865         * arch-utils.h (legacy_call_dummy_words)
5866         (legacy_sizeof_call_dummy_words): Delete declarations.
5867         * arch-utils.c (legacy_call_dummy_words)
5868         (legacy_sizeof_call_dummy_words): Delete variables.
5869
5870         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5871         * gdbarch.h, gdbarch.c: Re-generate.
5872         * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5873         * infcall.c (call_function_by_hand): Eliminate call to
5874         DEPRECATED_PUSH_DUMMY_FRAME.
5875         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5876         push_dummy_frame.
5877         (ns32k_push_dummy_frame): Delete function.
5878
5879         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5880         deprecated_call_dummy_breakpoint_offset or
5881         deprecated_call_dummy_start_offset.
5882         * dummy-frame.c, arm-tdep.c: Update comments.
5883         * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5884         (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5885         * gdbarch.h, gdbarch.c: Re-generate.
5886         
5887         * infcall.c (legacy_push_dummy_code): Delete function.
5888         (push_dummy_code): Delete call.
5889
5890         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5891         * gdbarch.h, gdbarch.c: Re-generate.
5892         * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5893         DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5894         * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5895         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5896
5897         * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5898         (struct frame_info): Delete opaque declaration.
5899         * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5900         * frame.c (get_frame_type): Delete call.
5901
5902         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5903         pc_in_call_dummy.
5904         * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5905         * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5906
5907 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
5908
5909         * alphanbsd-tdep.c: Include "gdb_string.h".
5910         * armnbsd-tdep.c: Update copyright year.
5911         Include "gdb_string.h".
5912         * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5913         dependencies.
5914
5915         * delta68-nat.c: Remove file.
5916         * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5917         (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5918         * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5919         (delta68-nat.o): Remove dependency.
5920
5921         * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5922         function.
5923         (m68k_gdbarch_init): Don't set
5924         deprecated_frameless_function_invocation.
5925
5926 2004-05-07  Randolph Chung  <tausq@debian.org>
5927
5928         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use 
5929         read_memory_nobpt for code reading when doing frame unwinding.
5930         * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5931
5932 2004-05-07  Randolph Chung  <tausq@debian.org>
5933
5934         * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5935         instead of sp, handle sigaltstack case.
5936         (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to 
5937         hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5938         signal handler and not that of the caller.
5939         (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5940         hppa_linux_sigtramp_find_sigcontext.
5941
5942 2004-05-07  Randolph Chung  <tausq@debian.org>
5943
5944         * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5945         hppa-linux-nat.c.
5946         (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5947         * hppa-linux-nat.c (fetch_register, store_register): Define.
5948         (fetch_inferior_registers, store_inferior_registers): Define.
5949         (supply_gregset): Add comment and clean up some unneeded code.
5950         (fill_gregset): Add comment and fix so that it saves registers in
5951         the right place in the gregset.
5952         (fill_fpregset): Fix buffer overrun problem.
5953         * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5954
5955 2004-05-07  Randolph Chung  <tausq@debian.org>
5956
5957         * hppa-tdep.c (hppa_frame_prev_register_helper): New function to 
5958         do common handling of the pcoqt register.
5959         (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5960         to use helper function.
5961         (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5962         (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5963         (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5964         generic fallback unwinder when all else fails.
5965         (hppa_gdbarch_init): Add fallback sniffer.
5966         * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5967         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5968         to use helper function.
5969
5970 2004-05-08  Joel Brobecker  <brobecker@gnat.com>
5971
5972         * config/djgpp/fnchange.lst: Add translation rules for
5973         gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5974
5975 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
5976
5977         * frame.c (get_prev_frame_1): Work around GCC bug.
5978         * frame.h: Add comment about GCC bug.
5979
5980 2004-05-07  Andrew Cagney  <cagney@redhat.com>
5981
5982         * observer.c: Include "commands.h" and "gdbcmd.h".
5983         (observer_debug, _initialize_observer): Add the
5984         command "set/show debug observer".
5985         * observer.sh: When observer debugging, log notify calls.
5986         * Makefile.in (observer.o): Update dependencies.
5987
5988 2004-05-07  Jason Molenda  (jmolenda@apple.com)
5989
5990         * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5991
5992 2004-05-07  Jim Blandy  <jimb@redhat.com>
5993
5994         * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5995         fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5996         to recognize gpr regnums, instead of assuming that
5997         tdep->ppc_fp0_regnum marks the end of the general-purpose
5998         registers.
5999
6000         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6001         the given architecture has floating-point registers. 
6002
6003 2004-05-07  Andrew Cagney  <cagney@redhat.com>
6004
6005         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6006         macro defined to 1.
6007         * gdbarch.h, gdbarch.c: Re-generate.
6008         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6009         deprecated_use_generic_dummy_frames.
6010
6011 2004-05-07  Brian Ford  <ford@vss.fsi.com>
6012
6013         * NEWS: Mention Cygwin DWARF 2 support.
6014
6015 2004-05-07  Andrew Cagney  <cagney@redhat.com>
6016
6017         * objfiles.h (struct entry_info): Delete unused fields
6018         deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6019         * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6020         * mipsread.c (mipscoff_symfile_read): Update.
6021         * mdebugread.c (parse_partial_symbols): Update.
6022         * dwarfread.c (read_file_scope): Update.
6023         * dwarf2read.c (read_file_scope): Update.
6024         * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6025         * coffread.c (complete_symtab): Update.
6026
6027 2004-05-07  Mark Kettenis  <kettenis@gnu.org>
6028
6029         * infcall.c (_initialize_infcall): Fix typo.
6030
6031 2004-05-07  Andrew Cagney  <cagney@redhat.com>
6032
6033         * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6034         * command.h (add_setshow_zinteger_cmd): Declare.
6035
6036 2004-05-06  Randolph Chung  <tausq@debian.org>
6037
6038         * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6039         (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6040         (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6041         (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6042         (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6043         (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6044         (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM 
6045         definitions ...
6046         * hppa-tdep.h: ... to here, with HPPA_ prefix.
6047         * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6048         * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6049         (hppa64_hpux_frame_find_saved_regs_in_sig)
6050         (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6051         * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6052         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6053         (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6054         (hppa_linux_sigtramp_frame_prev_register): Likewise.
6055         * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6056         (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6057         (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6058         (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6059         (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6060         (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6061         (hppa32_register_type, hppa_cannot_store_register)
6062         (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6063         * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6064         * hpread.c (hpread_process_one_debug_symbol): Likewise.
6065         * pa64solib.c (pa64_solib_have_load_event)
6066         (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6067         (pa64_solib_unloaded_library_pathname): Likewise.
6068         * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6069         (som_solib_library_pathname): Likewise.
6070
6071 2004-05-05  Jim Ingham  <jingham@apple.com>
6072         
6073         * breakpoint.c (create_breakpoints): Copy the ignore count and
6074         thread id over from the pended breakpoint to the actual
6075         breakpoint.
6076         
6077 2004-05-05  Andrew Cagney  <cagney@redhat.com>
6078
6079         * gdbarch.sh (PARM_BOUNDARY): Delete.
6080         gdbarch.h, gdbarch.c: Re-generate.
6081         * valops.c (PARM_BOUNDARY): Delete macro.
6082         (value_push): Delete PARM_BOUNDARY code.
6083         * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6084
6085 2004-05-04  Jim Blandy  <jimb@redhat.com>
6086
6087         * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6088         Don't assume that the gprs, fprs, and UISA sprs are
6089         contiguous, start at register number zero, and end with fpscr.
6090         Instead, use the numbers from the tdep structure.
6091
6092         * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6093         should no longer be used in code specific to the RS6000 and its
6094         derivatives.
6095         * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6096         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6097         tdep->ppc_fp0_regnum.
6098         (ppc_supply_fpregset, ppc_collect_fpregset)
6099         (rs6000_push_dummy_call, rs6000_extract_return_value)
6100         (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6101         (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6102         FP0_REGNUM. 
6103         * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6104         (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6105         Same.
6106         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6107         bdm_ppc_store_registers): Same.
6108         * ppc-linux-nat.c (ppc_register_u_addr, fetch_register) 
6109         (store_register, fill_fpregset): Same.
6110         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache) 
6111         (ppc_linux_supply_fpregset): Same.
6112         * ppcnbsd-nat.c (getfpregs_supplies): Same.
6113         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6114         Same.
6115         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6116         do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6117         ppc64_sysv_abi_return_value): Same.
6118         * rs6000-nat.c (regmap, fetch_inferior_registers) 
6119         (store_inferior_registers, fetch_core_registers): Same.
6120
6121 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
6122
6123         * m68knbsd-nat.c: Remove file.
6124         * m68knbsd-tdep.c: Remove file.
6125         * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6126         dependencies.
6127         * configure.host: Add m68k-*-netbsdelf*.
6128         * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6129         * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6130         solib.o and solib-sunos.o.  Remove m68knbsd-nat.o, corelow.o.
6131         (XM_FILE): Remove.
6132         * config/m68k/nbsdelf.mh: New file.
6133         * config/m68k/nbsd.mt: New file.
6134         * config/m68k/nbsdaout.mt: Remove file.
6135         * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6136         <machine/vmparam.h> and "m68k/tm-m68k.h".  Include "solib.h".
6137         (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6138         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6139         (use_struct_convention): Remove prototype.
6140         (USE_STRUCT_CONVENTION): Remove define.
6141         * config/m68k/xm-nbsd.h: Remove file.
6142
6143 2004-05-04  Michael Snyder  <msnyder@redhat.com>
6144
6145         * m68k-tdep.c (m68k_gdbarch_init): Default to using 
6146         reg_struct_return method (as gcc usually does for cross targets).
6147
6148 2004-05-04  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6149
6150         Committed by Andrew Cagney.
6151         * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6152         alignment padding when accessing ucontext struct members.
6153
6154 2004-05-04  Jim Blandy  <jimb@redhat.com>
6155
6156         * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6157         'ppc_gplast_regnum' member.
6158         (ppc_num_gprs): New enum constant.
6159         * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6160         and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6161         * rs6000-nat.c (regmap, fetch_inferior_registers,
6162         store_inferior_registers): Same.
6163         * rs6000-tdep.c (e500_pseudo_register_read)
6164         (e500_pseudo_register_write): Same.
6165         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6166
6167         * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6168         * ppc-tdep.h (ppc_num_fprs): New enum constant.
6169         * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6170         store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6171         FPLAST_REGNUM.
6172         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6173         Same.
6174         * ppc-linux-nat.c (ppc_register_u_addr): Same.
6175         * rs6000-nat.c (regmap, fetch_inferior_registers) 
6176         (store_inferior_registers): Same.
6177
6178         * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6179         with FPLAST_REGNUM.
6180
6181 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
6182
6183         * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6184         failure detected by recent versions of GCC.
6185         (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6186         to be consistent with the usage in dwarf2_create_include_psymtab.
6187
6188 2004-05-03  Michael Snyder  <msnyder@redhat.com>
6189
6190         * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6191         (heuristic_proc_start): Whitespace cleanup.
6192
6193 2004-05-04  Mark Kettenis  <kettenis@gnu.org>
6194
6195         * sun3-nat.c: Remove file.
6196         * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6197         dependencies.
6198         (ALLDEPFILES): Remove sun3-nat.c.
6199         (sun3-nat.o): Remove dependencies.
6200
6201         * i386-interix-nat.c, i386-interix-tdep.c,
6202         config/i386/nm-interix.h, config/i386/interix.mh,
6203         config/i386/interix.mt: Remove files.
6204         * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6205         dependencies.
6206
6207 2004-05-03  Mark Kettenis  <kettenis@gnu.org>
6208
6209         * m68k-tdep.h (struct gdbarch_tdep): Add member
6210         struct_value_regnum.
6211         (m68k_svr4_init_abi): New prototype.
6212         * m68k-tdep.c: Include "floatformat.h".  Add comment about all the
6213         different calling conventions.
6214         (m68k_extract_return_value): Remove code dealing with single-field
6215         structs.
6216         (m68k_store_return_value): Remove code dealing with single-field
6217         structs.  Correctly store return values of 5, 6, 7 or 8 bytes.
6218         (m68k_extract_struct_value_address): Remove function.
6219         (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6220         (m68k_reg_struct_return_p, m68k_return_value)
6221         (m68k_svr4_return_value): New functions.
6222         (m68k_use_struct_convention): Remove function.
6223         (m68k_push_dummy_call): Use new struct_value_regnum member of
6224         `struct gdbarch_tdep' instead of hardcoded register number to
6225         store STRUCT_ADDR.
6226         (m68k_svr4_init_abi): New function.
6227         (m68k_gdbarch_init): Don't set extract_return_value,
6228         store_return_values, deprecated_extract_struct_value_address and
6229         use_struct_convention.  Set return_value instead.  Initialize new
6230         struct_value_regnum member of `struct gdbarch_tdep'.
6231         * m68klinux-tdep.c: Update copyright year.
6232         (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6233         (m68k_linux_extract_struct_value_address): Remove function.
6234         (m68k_linux_init_abi): Don't set extract_return_value,
6235         store_return_values, deprecated_extract_struct_value_address and
6236         use_struct_convention.  Call m68k_svr4_init_abi but override the
6237         new struct_value_regnum member of `struct gdbarch_tdep'.
6238         * Makefile.in (m68k-tdep.o): Update dependencies.
6239
6240 2004-05-03  J. Brobecker  <brobecker@gnat.com>
6241
6242         * dwarf2read.c (line_header): Add new included_p field in
6243         field file_names.
6244         (partial_die_info): New field has_stmt_list. New field line_offset.
6245         (dwarf2_create_include_psymtab): New function.
6246         (dwarf2_build_include_psymtabs): New function.
6247         (add_file_name): Add forward declaration. Initialize new field.
6248         (dwarf_decode_lines): Add new parameter. Enhance this procedure
6249         to be able to determine the list of files included by the
6250         given unit, and build their associated psymtabs.
6251         (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6252         files as well.
6253         (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6254         (read_file_scope): Update call to dwarf_decode_lines.
6255         (read_partial_die): Handle DW_AT_stmt_list attributes.
6256
6257 2004-05-02  Michael Chastain  <mec.gnu@mindspring.com>
6258
6259         Unfix PR gdb/1626.
6260         * configure.in: Revert special case for osf5.*.
6261         * configure: Regenerate.
6262
6263 2004-05-02  Jim Blandy  <jimb@redhat.com>
6264
6265         Move the symbol-file-from-memory functions into their own file.
6266         * symfile-mem.c, symfile-mem.h: New files.
6267         * symfile.c (symbol_file_add_from_bfd): New function.
6268         (symbol_file_add): Call symbol_file_add_from_bfd.
6269         (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6270         Moved to symfile-mem.c.
6271         (_initialize_symfile): Move definition of
6272         add-symbol-file-from-memory command to symfile-mem.c.
6273         * symfile.h (symbol_file_add_from_bfd): New declaration.
6274         * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6275         * config/powerpc/linux.mt (TDEPFILES): Same.
6276         * Makefile.in (SFILES): Add symfile-mem.c.
6277         (symfile_mem_h): New variable.
6278         (HFILES_NO_SRCDIR): Add symfile-mem.h.
6279         (symfile-mem.o): New rule.
6280
6281 2004-05-01  Andrew Cagney  <cagney@redhat.com>
6282
6283         * breakpoint.c (insert_bp_location): Use get_frame_id, and
6284         frame_find_by_id instead of frame_relative_level.
6285         (do_enable_breakpoint): Ditto.
6286         * thread.c: Update copyright.
6287         (info_threads_command): Ditto, simplify.
6288
6289         * frame.c (deprecated_generic_get_saved_register): Delete
6290         function, moved to "xstormy16-tdep.c".
6291         * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6292         deprecated_generic_get_saved_register from "frame.c".
6293         (xstormy16_frame_saved_register): Call
6294         xstormy16_get_saved_register.
6295         * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6296         static.
6297         * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6298         * frame.h (deprecated_generic_get_saved_register): Delete.
6299
6300 2004-05-01  Michael Chastain  <mec.gnu@mindspring.com>
6301
6302         * dwarfread.c: Update documentation on the state of dwarf-1.
6303
6304 2004-05-01  Andrew Cagney  <cagney@redhat.com>
6305
6306         * stack.c (select_frame_command): Delete call to
6307         frame_relative_level.
6308         (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6309         Delete #if0 code.
6310         (frame_info): Do not print FRAMELESS.
6311         (print_block_frame_labels): Replace DEPRECATED_STREQ.
6312         (catch_info): Delete #if0 code.
6313
6314         * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6315         * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6316         of frame_relative_level.
6317         * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6318         to SENTINEL_FRAME.
6319         * frame.h (enum frame_type): Add SENTINEL_FRAME.
6320         * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6321         frame_relative_level.
6322
6323         * frame.h (deprecated_set_frame_type): Delete declaration.
6324         * frame.c (deprecated_set_frame_type): Delete function, update
6325         comments.
6326
6327         * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6328         * gdbarch.h, gdbarch.c: Re-generate.
6329         * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6330         (shnbsd_pc_in_sigtramp): Delete.
6331         * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6332         pc_in_sigtramp.
6333         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6334         pc_in_sigtramp.
6335         * frame.h: Update comments.
6336         * ppc-linux-tdep.c: Update comments.
6337         * breakpoint.c (bpstat_what): Update comments.
6338
6339         * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6340         m68klinux-tdep.o's dependencies, were previously added to
6341         m68klinux-nat.o.
6342
6343         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6344         * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6345         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6346         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6347         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6348
6349         * Makefile.in (m68klinux-nat.o): Update dependencies.
6350         * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6351         (m68k_linux_sigtramp_frame_cache)
6352         (m68k_linux_sigtramp_frame_this_id)
6353         (m68k_linux_sigtramp_frame_prev_register)
6354         (m68k_linux_sigtramp_frame_unwind)
6355         (m68k_linux_sigtramp_frame_sniffer)
6356         (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6357         m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6358         names, use trad-frame.h.
6359         * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6360         (struct m68k_sigtramp_info): Delete.
6361         * m68k-tdep.c (m68k_sigtramp_frame_cache)
6362         (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6363         (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6364         (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6365         "m68klinux-tdep.c".
6366
6367         * infrun.c (check_sigtramp2): Delete check for
6368         DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6369
6370 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
6371
6372         * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6373
6374 2004-05-01  Andrew Cagney  <cagney@redhat.com>
6375
6376         * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6377         (frv_linux_sigtramp_frame_cache)
6378         (frv_linux_sigtramp_frame_this_id)
6379         (frv_linux_sigtramp_frame_prev_register)
6380         (frv_linux_sigtramp_frame_unwind)
6381         (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6382         include "linux" in function and variable names, directly call
6383         frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6384         the latest trad-frame code.
6385         (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6386         not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6387         * Makefile.in (frv-linux-tdep.o): Update dependencies.
6388         * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6389         * frv-tdep.c (frv_sigtramp_frame_cache)
6390         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6391         (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6392         frv-linux-tdep.c.
6393         (frv_gdbarch_init): Do not append a sigtramp sniffer.
6394         (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6395         (frv_set_sigcontext_reg_addr): Delete function.
6396
6397         * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6398         (DEPRECATED_SIGTRAMP_END): Delete.
6399         * gdbarch.h, gdbarch.c: Re-generate.
6400         * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6401         * config/vax/tm-vaxbsd.h: Update copyright.
6402         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6403         (DEPRECATED_IN_SIGTRAMP): Define.
6404         * config/m68k/tm-nbsd.h: Update copyright.
6405         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6406         (DEPRECATED_IN_SIGTRAMP): Define.
6407
6408 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
6409
6410         * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6411         encondings.  Fixes PR gdb/1628.
6412
6413         * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6414         DW_CFA_restore state without a matching DW_CFA_remember_state
6415         instead of aborting.  Fixes PR backtrace/1589.
6416
6417 2004-04-30  Joel Brobecker  <brobecker@gnat.com>
6418
6419         * MAINTAINERS: Add self as AIX maintainer.
6420         Update my e-mail address in write-after-approval section.
6421
6422 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6423
6424         * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6425         (legacy_get_prev_frame): Ditto.
6426
6427         * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6428         (mips_gdbarch_init): Do not set pc_in_sigtramp.
6429         * mipsread.c (sigtramp_address): Delete extern variable.
6430         (mipscoff_new_init): Delete reference.
6431         * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6432         (fixup_sigtramp): Delete function.
6433         * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6434         (fixup_sigtramp): Delete declarations.
6435
6436         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6437         deprecated_pc_in_sigtramp.
6438         (ppcnbsd_pc_in_sigtramp): Delete function.
6439
6440 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
6441
6442         * config/m68k/nm-nbsd.h: Tweak comments.
6443         * config/m68k/nm-nbsdaout.h: Likewise.
6444
6445 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6446
6447         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6448         legacy_pc_in_sigtramp.
6449         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6450
6451 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
6452
6453         Add OpenBSD/m68k support.
6454         * NEWS (New native configurations): Mention OpenBSD/m68k.
6455         * m68kbsd-tdep.c: New file.
6456         * m68kbsd-nat.c: New file.
6457         * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6458         (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6459         * configure.host: Add m68k-*-openbsd.
6460         * configure.tgt: Add m68k-*-openbsd.
6461         * config/m68k/tm-obsd.h: New file.
6462         * config/m68k/obsd.mt: New file.
6463         * config/m68k/obsd.mh: New file.
6464         * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6465         m68kbsd-tdep.c.
6466
6467 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6468
6469         * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6470         (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6471
6472 2004-04-30  Mark Kettenis  <kettenis@gnu.org>
6473
6474         * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6475         * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6476
6477 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6478
6479         Revert 2004-04-16 change.
6480         * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6481         (i386_coff_init_abi): Remove.
6482         * i386-tdep.h (i386_coff_init_abi): Remove.
6483         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6484
6485 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6486
6487         * blockframe.c (find_pc_partial_function): Delete use of
6488         DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6489         DEPRECATED_SIGTRAMP_END.
6490
6491         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6492         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6493         * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6494         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6495         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6496
6497         * defs.h (deprecated_inside_entry_file): Delete declaration.
6498         * blockframe.c (deprecated_inside_entry_file): Delete function.
6499         (legacy_frame_chain_valid): Delete call.
6500         * sh64-tdep.c (sh64_frame_chain): Delete call.
6501         * objfiles.h: Update comments.
6502         * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6503         call.
6504         * frame.c (get_prev_frame): Delete call, update comments.
6505
6506 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6507
6508         * MAINTAINERS (Write After Approval): Add myself.
6509
6510 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6511
6512         * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6513         * gdbarch.h, gdbarch.c: Re-generate.
6514         * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6515         code.
6516
6517 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6518
6519         * gdb-events.sh (selected_thread_changed)
6520         (selected_frame_level_changed, target_changed): Delete.
6521         * gdb-events.h, gdb-events.c: Re-generate.
6522         * valops.c (value_assign): Update.
6523         * stack.c (select_frame_command, up_silently_base)
6524         (down_silently_base): Update.
6525
6526 2004-04-29  Andrew Cagney  <cagney@redhat.com>
6527
6528         * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6529         registers correctly.
6530         (print_gp_register_row, mips32_heuristic_proc_desc)
6531         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6532         (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6533         references to mips_isa_regsize.
6534
6535 2004-04-29  Andrew Cagney  <cagney@redhat.com>
6536
6537         * mips-tdep.c (struct gdbarch_tdep): Delete
6538         mips_fp_register_double.
6539         (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6540         mips_abi_regsize.
6541         (mips_gdbarch_init): Do not set mips_fp_register_double.
6542         (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6543
6544 2004-04-29  Joel Brobecker  <brobecker@gnat.com>
6545
6546         Committed by Andrew Cagney.
6547         * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6548         function calls.
6549
6550 2004-04-29  Andrew Cagney  <cagney@redhat.com>
6551
6552         * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6553         gdbarch, use mips_abi, update callers.
6554         (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6555         mips_abi_regsize, update callers.
6556         (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6557         mips_default_abi_regsize.
6558         (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6559         mips_default_abi_regsize.
6560
6561 2004-04-29  Andrew Cagney  <cagney@redhat.com>
6562
6563         * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6564         (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6565         (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6566         mips_default_abi_regsize.
6567         (mips_isa_regsize): Rename mips_regisze.
6568         * mipsnbsd-tdep.c: Update.
6569         * mips-linux-tdep.c: Update.
6570         * irix5-nat.c: Update.
6571         * mips-tdep.h (mips_isa_regsize): Update.
6572
6573         * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6574         Delete all disabled code.
6575         * gdb-events.h, gdb-events.c: Re-generate.
6576         
6577 2004-04-19  Jerome Guitton  <guitton@gnat.com>
6578             Mark Kettenis  <kettenis@gnu.org>
6579
6580         * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6581         the function begins with a branch instruction.
6582
6583 2004-04-29  Mark Kettenis  <kettenis@gnu.org>
6584
6585         * i386-tdep.c: Fix spelling mistakes.
6586
6587 2004-04-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6588             Andrew Cagney  <cagney@redhat.com>
6589
6590         * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6591         <sys/proc.h>.
6592         * acconfig.h: Provide default _KMEMUSER value.
6593         * config.in, configure: Re-generate.
6594         * NEWS: Mention fix.
6595
6596 2004-04-24  Randolph Chung  <tausq@debian.org>
6597
6598         * configure.host (hppa*-*-linux*): New target.
6599         * configure.tgt (hppa*-*-linux*): Likewise.
6600         * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6601         gdbarch_init_osabi() call earlier so that osabi-specific frame
6602         unwinders can be registered first.
6603         * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6604         hppa-linux-nat.c.
6605         * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6606         (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6607         * config/pa/linux.mh: New file.
6608         * config/pa/linux.mt: New file.
6609         * config/pa/nm-linux.h: New file.
6610         * config/pa/xm-linux.h: New file.
6611         * hppa-linux-nat.c: New file.
6612         * hppa-linux-tdep.c: New file.
6613
6614 2004-04-28  Randolph Chung  <tausq@debian.org>
6615
6616         * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6617         return values.
6618         (hppa32_push_dummy_call): Fix small struct and floating point argument 
6619         passing, and make sure the stack frame is properly aligned.
6620
6621 2004-04-28  Andrew Cagney  <cagney@redhat.com>
6622
6623         * stack.c (print_stack_frame): Fix description.
6624
6625         * NEWS: Mention gdb/gdbserver/configure execute permission
6626         changed.  PR server/519.
6627
6628 2004-04-28  Andrew Cagney  <cagney@redhat.com>
6629
6630         * stack.c (print_stack_frame_stub): Delete declaration.
6631         (struct print_stack_frame_args, print_stack_frame)
6632         (print_frame_info, print_frame): Replace "source" with print what.
6633         Replace "print" with "print_level".  Replace "args" with
6634         "print_args".
6635         * frame.h (show_and_print_stack_frame, print_stack_frame)
6636         (print_frame_info): Update declarations.
6637         * stack.c (select_and_print_frame, frame_command)
6638         (current_frame_command, up_command, down_command): Update calls -
6639         use get_selected_frame, pass "enum print_what" for source, do not
6640         call frame_relative_level.
6641         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6642         * remote-rdp.c (remote_rdp_open): Ditto.
6643         * remote-mips.c (common_open): Ditto.
6644         * remote-e7000.c (e7000_start_remote): Ditto.
6645         * ocd.c (ocd_start_remote): Ditto.
6646         * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6647         * infrun.c (normal_stop): Ditto.
6648         * inflow.c (kill_command): Ditto.
6649         * infcmd.c (finish_command): Ditto.
6650         * corelow.c (core_open): Ditto.
6651         * tracepoint.c (finish_tfind_command): Ditto.
6652         * thread.c (info_threads_command, info_threads_command) 
6653         (restore_current_thread, do_captured_thread_select): Ditto.
6654         * ada-tasks.c (task_command): Ditto.
6655
6656 2004-04-26  Orjan Friberg <orjanf@axis.com>
6657
6658         * frame.c: Include "observer.h".
6659         (frame_observer_target_changed): New function.
6660         (_initialize_frame): Attach target_changed observer.
6661         * regcache.c: Include "observer.h".
6662         (regcache_observer_target_changed): New function.
6663         (_initialize_regcache): Attach target_changed observer.
6664         * valops.c: Include "observer.h".
6665         (value_assign): Notify target_changed event when modifying register.
6666         * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6667
6668 2004-04-26  Orjan Friberg <orjanf@axis.com>
6669
6670         From Paul Koning <pkoning@equallogic.com>:
6671         * breakpoint.c (free_valchain): New function.
6672         (insert_bp_location, delete_breakpoint): Use free_valchain.
6673         (remove_breakpoint): Do not remove the valchain.
6674         (bpstat_stop_status): If not stopped by watchpoint, skip
6675         watchpoints when generating stop status list.
6676         * infrun.c (handle_inferior_event): Make
6677         stepped_after_stopped_by_watchpoint a global variable.
6678         * remote.c (remote_stopped_data_address): Return watch data
6679         address rather than zero if stepped_after_stopped_by_watchpoint is
6680         set.
6681
6682 2004-04-25  Michael Chastain  <mec.gnu@mindspring.com>
6683
6684         Fix PR gdb/1626.
6685         * configure.in: Check for curses after termcap.
6686         On osf5.*, do not check for ncurses.
6687         * configure: Regenerate.
6688
6689 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
6690
6691         * ppcobsd-nat.c: Include "ppc-tdep.h".
6692         * Makefile.in (ppcobsd-nat.o): Update dependencies.
6693
6694         * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6695         Fixes PR tdep/1623 and PR tdep/1624.
6696
6697 2004-04-24  Michael Chastain  <mec.gnu@mindspring.com>
6698
6699         * xmodem.h, xmodem.c: Remove files.
6700         * Makefile.in: Remove references to xmodem.h, xmodem.c.
6701
6702 2004-04-23  Randolph Chung  <tausq@debian.org>
6703
6704         * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6705         (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6706         (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6707         for handling stackless frames.
6708         (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer. 
6709
6710 2004-04-23  Randolph Chung  <tausq@debian.org>
6711
6712         * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6713         starts at a pc before the frame is created.
6714
6715 2004-04-23  Joel Brobecker  <brobecker@gnat.com>
6716
6717         * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6718
6719 2004-04-23  Jerome Guitton  <guitton@gnat.com>
6720
6721         * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6722         use convert_typed_floating to get the appropriate format.
6723
6724 2004-04-22  Randolph Chung  <tausq@debian.org>
6725
6726         * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6727         (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6728         (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6729         (hppa_sign_extend): Add prototype.
6730         * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6731         (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6732         (sign_extend): Rename with hppa_ prefix and make non-static.  Other
6733         hppa targets will also use these functions.
6734         (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6735         (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6736         (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6737         (hppa_gdbarch_init): Remove gdbarch setting of 
6738         skip_trampoline_code, in_solib_call_trampoline and
6739         in_solib_return_trampoline.
6740         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6741         (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6742         hppa_in_solib_call_trampoline.
6743         (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6744         Moved from hppa-tdep.c.
6745         (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code, 
6746         in_solib_call_trampoline and in_solib_return_trampoline.
6747
6748 2004-04-22  Randolph Chung  <tausq@debian.org>
6749
6750         * hppa-tdep.c (hppa_debug): New variable.
6751         (find_unwind_entry, hppa_frame_cache): Add debug output.
6752         (_initialize_hppa_tdep): Add command to set debug flag.
6753
6754 2004-04-22  Andrew Cagney  <cagney@redhat.com>
6755
6756         * ppcnbsd-tdep.c: Update copyright.  Include "tramp-frame.h" and
6757         "trad-frame.h".
6758         (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6759         signal trampoline unwinder.
6760         (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6761
6762 2004-04-22  Mark Kettenis  <kettenis@gnu.org>
6763
6764         Add OpenBSD/powerpc support.
6765         * NEWS (New native configurations): Mention OpenBSD/powerpc.
6766         * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6767         (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6768         (ppc_collect_fpregset): New prototypes.
6769         * ppcobsd-nat.c: New file.
6770         * ppcobsd-tdep.c: New file.
6771         * ppcobsd-tdep.h: New file.
6772         * rs6000-tdep.c: Include "regset.h".
6773         (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6774         (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6775         New functions.
6776         * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6777         (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6778         (rs6000-tdep.o): Update dependencies.
6779         * configure.host: Add powerpc-*-openbsd.
6780         * configure.tgt: Add powerpc-*-openbsd.
6781         * config/powerpc/obsd.mh: New file.
6782         * config/powerpc/nm-obsd.h: New file.
6783         * config/powerpc/obsd.mt: New file.
6784
6785 2004-04-22  Andrew Cagney  <cagney@redhat.com>
6786
6787         * frame.h (show_frame_info): Delete declaration.
6788
6789         * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6790         * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6791         * m32r-tdep.c (m32r_frame_this_id): Ditto.
6792         * frv-tdep.c (frv_frame_this_id): Ditto.
6793         * avr-tdep.c (avr_frame_this_id): Ditto.
6794
6795 2004-04-22  Elena Zannoni  <ezannoni@redhat.com>
6796
6797         * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6798
6799 2004-04-22  Jim Blandy  <jimb@redhat.com>
6800
6801         * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6802         register number zero.
6803
6804 2004-04-21  Michael Snyder  <msnyder@redhat.com>
6805
6806         * mips-tdep.c (heuristic_proc_start): 
6807         Warning() already prefixes "Warning: ".
6808
6809 2004-04-21  Andrew Cagney  <cagney@redhat.com>
6810
6811         * annotate.h (deprecated_annotate_starting_hook)
6812         (deprecated_annotate_stopped_hook)
6813         (deprecated_annotate_exited_hook)
6814         (deprecated_annotate_signal_hook)
6815         (deprecated_annotate_signalled_hook): Deprecate.
6816         * tracepoint.h (deprecated_create_tracepoint_hook)
6817         (deprecated_delete_tracepoint_hook)
6818         (deprecated_modify_tracepoint_hook)
6819         (deprecated_trace_find_hook)
6820         (deprecated_trace_start_stop_hook): Deprecate.
6821         * target.h (deprecated_target_new_objfile_hook): Deprecate.
6822         * remote.h (deprecated_target_resume_hook)
6823         (deprecated_target_wait_loop_hook): Deprecate.
6824         * gdbcore.h (deprecated_exec_file_display_hook)
6825         (deprecated_file_changed_hook): Deprecate.
6826         * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6827         * defs.h (deprecated_modify_breakpoint_hook)
6828         (deprecated_command_loop_hook, deprecated_show_load_progress)
6829         (deprecated_print_frame_info_listing_hook)
6830         (deprecated_query_hook, deprecated_warning_hook)
6831         (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6832         (deprecated_delete_breakpoint_hook)
6833         (deprecated_interactive_hook, deprecated_registers_changed_hook)
6834         (deprecated_readline_begin_hook, deprecated_readline_hook)
6835         (deprecated_readline_end_hook, deprecated_register_changed_hook)
6836         (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6837         (deprecated_context_hook, deprecated_target_wait_hook)
6838         (deprecated_attach_hook, deprecated_detach_hook)
6839         (deprecated_call_command_hook, deprecated_set_hook)
6840         (deprecated_error_hook, deprecated_error_begin_hook)
6841         (deprecated_ui_load_progress_hook): Deprecate.
6842         * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6843         * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6844         * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6845         * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6846         * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6847         * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6848         * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6849         * annotate.c, aix-thread.c: Update.
6850
6851 2004-04-21  Andrew Cagney  <cagney@redhat.com>
6852
6853         * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6854         * vaxnbsd-tdep.c: Include "gdb_string.h".
6855
6856         * symfile.c (symbol_file_add_from_memory): #if 0 function.
6857         (add_symbol_file_from_memory_command): #if 0 function body, call
6858         error instead.
6859
6860 2004-04-21  Andrew Cagney  <cagney@redhat.com>
6861
6862         * gdbcore.h: Update copyright.
6863         (deprecated_add_core_fns): Rename add_core_fns.
6864         * win32-nat.c (_initialize_core_win32): Update.
6865         * sun3-nat.c (_initialize_core_sun3): Update.
6866         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6867         * rs6000-nat.c (_initialize_core_rs6000): Update.
6868         * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6869         * nto-tdep.c (_initialize_nto_tdep): Update.
6870         * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6871         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6872         * mips-nat.c (_initialize_core_mips): Update.
6873         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6874         * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6875         * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6876         * lynx-nat.c (_initialize_core_lynx): Update.
6877         * irix5-nat.c (_initialize_core_irix5): Update.
6878         * i386-interix-nat.c (_initialize_core_interix): Update.
6879         * cris-tdep.c (_initialize_cris_tdep): Update.
6880         * corelow.c (deprecated_add_core_fns): Update.
6881         * core-regset.c (_initialize_core_regset): Update.
6882         * core-aout.c (_initialize_core_aout): Update.
6883         * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6884         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6885         * alpha-nat.c (_initialize_core_alpha): Update.
6886
6887 2004-04-21  Jim Blandy  <jimb@redhat.com>
6888
6889         * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6890
6891 2004-04-19  Daniel Jacobowitz  <drow@mvista.com>
6892
6893         * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6894         Delete.
6895         (dwarf_alloc_block): Take a CU argument.  Use the comp_unit_obstack.
6896         (read_attribute_value): Update calls to dwarf_alloc_block.
6897         (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6898         dwarf2_tmp_obstack.
6899         (psymtab_to_symtab_1): Likewise.  Clean up using
6900         free_stack_comp_unit.
6901         (add_to_cu_func_list): Use the comp_unit_obstack.
6902
6903 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
6904
6905         * dwarf2read.c (dwarf2_flag_true_p): New function.
6906         (die_is_declaration): Use the function above. Add some comments.
6907
6908 2004-04-19  Mark Kettenis  <kettenis@gnu.org>
6909
6910         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6911         architecture when registering sparcnbsd_core_osabi_sniffer.
6912         Adjust comment.
6913
6914 2004-04-18  Mark Kettenis  <kettenis@gnu.org>
6915
6916         * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6917         return value.
6918
6919         Based on a patch from Brian Ford <ford@vss.fsi.com>:
6920         * i386-tdep.c: Correct register numbering scheme comments
6921         throughout.
6922         (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6923         (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6924         (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6925         (i386_gdb_arch_init): Likewise.
6926
6927         * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6928         and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6929         ppcnbsd-tdep.o.
6930
6931         * m68k-tdep.h: Tweak comments.
6932         * m68k-tdep.c: Tweak comment.
6933
6934 2004-04-17  Randolph Chung  <tausq@debian.org>
6935
6936         * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6937         * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6938         (hppa_hpux_som_init_abi): Set is_elf to 0.
6939         (hppa_hpux_elf_init_abi): Set is_elf to 1.
6940         * hppa-tdep.c (low_text_segment_address): Remove global.
6941         (record_text_segment_lowaddr): Pass in low address as parameter. Use
6942         section offset to calculate segment address.
6943         (internalize_unwinds): Define low_text_segment_address as local and
6944         pass to record_text_segment_lowaddr for ELF targets.
6945         (hppa_gdbarch_init): Zero fill tdep structure.
6946         (hppa_dump_tdep): Print tdep structure.
6947         * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6948
6949 2004-04-17  Randolph Chung  <tausq@debian.org>
6950
6951         * hppa-tdep.c (hppa_pseudo_register_read): Define.
6952         (hppa_gdbarch_init): Set pseudo_register_read.
6953         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6954         * regcache.c (supply_register): Remove check for
6955         DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6956
6957 2004-04-17  Randolph Chung  <tausq@debian.org>
6958
6959         * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6960         * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6961         (hpread_adjust_stack_address): Move to hpread.c.
6962         * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6963         obj_private_struct): Move from tm-hppa.h.
6964         * hpread.c (hppa-tdep.h): Include.
6965         (hpread_adjust_stack_address): Move from hppa-tdep.c.
6966         (hpread_read_function_type, hpread_read_doc_function_type)
6967         (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address 
6968         directly.
6969         * pa64solib.c (hppa-tdep.h): Include.
6970         * somsolib.c (hppa-tdep.h): Include.
6971         * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6972         inferior_status): Remove unused forward declarations.
6973         (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6974         (unwind_table_entry, unwind_stub_types, obj_unwind_info, 
6975         obj_private_struct): Move to hppa-tdep.h.
6976         (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6977
6978 2004-04-17  Randolph Chung  <tausq@debian.org>
6979
6980         * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6981         (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6982         (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6983         (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6984         Remove forward declaration and make static.
6985         (hppa_reg_struct_has_addr): Remove.
6986
6987 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
6988
6989         * observer.sh: Move comments in sed command to first column.
6990
6991 2004-04-16  Jason Molenda  (jmolenda@apple.com)
6992
6993         * frame.c: Minor typeo corrections in comments.
6994
6995 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
6996
6997         * observer.c (observer_test_first_notification_function): Update
6998         function profile.
6999         (observer_test_second_notification_function): Likewise.
7000         (observer_test_third_notification_function): Likewise.
7001
7002 2004-04-16  Mark Kettenis  <kettenis@gnu.org>
7003
7004         From Brian Ford <ford@vss.fsi.com>:
7005         * i386-tdep.c (i386_coff_init_abi): New function.
7006         * i386-tdep.h (i386_coff_init_abi): New prototype.      
7007         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it.  Use correct
7008         register number translation functions for DWARF and DWARF 2.
7009
7010 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
7011
7012         * dwarf2read.c: Back out my previous change, it was incorrect.
7013
7014 2004-04-16  Daniel Jacobowitz  <drow@mvista.com>
7015
7016         * dwarf2read.c: Include "hashtab.h".
7017         (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7018         has_namespace_info.
7019         (struct partial_die_info): Add comments.  Use bitfields to reduce
7020         memory footprint.  Add scope, scope_set, has_specification,
7021         spec_offset, die_parent, die_child, and die_sibling.
7022         (peek_die_abbrev): Add prototype.
7023         (partial_read_comp_unit_head): New function, broken out from
7024         dwarf2_build_psymtabs_hard.
7025         (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7026         Use partial_read_comp_unit_head.  Initialize the CU and
7027         comp_unit_obstack.  Update calls to read_partial_die and
7028         scan_partial_symbols.  Use free_stack_comp_unit and
7029         load_partial_dies.
7030         (scan_partial_symbols): Change PDI to a pointer.  Use the child and
7031         sibling pointers to walk partial DIEs.  Call fixup_partial_die.
7032         Update calls to helper functions.  Remove NAMESPACE argument.
7033         Update comments.
7034         (partial_die_parent_scope, partial_die_full_name): New functions.
7035         (add_partial_symbol): Remove namespace argument.  Update call to
7036         pdi_needs_namespace.  Use partial_die_full_name.  Handle
7037         DW_TAG_namespace.  Check has_namespace_info flag.
7038         (pdi_needs_namespace): Remove NAMESPACE argument.  Just check the
7039         tag.  Handle namespaces.
7040         (add_partial_namespace, add_partial_enumeration): Simplify.
7041         (guess_structure_name): New function, derived from
7042         add_partial_structure.
7043         (add_partial_structure): Remove.
7044         (determine_class_name): Update comment.
7045         (dwarf2_read_abbrevs): Set has_namespace_info flag.
7046         (is_type_tag_for_partial, load_partial_dies): New functions.
7047         (read_partial_die): Pass abbrev and abbrev_len as arguments.
7048         Record specifications instead of following them immediately.
7049         (find_partial_die_in_comp_unit, find_partial_die)
7050         (fixup_partial_die, free_stack_comp_unit)
7051         (hashtab_obstack_allocate, dummy_obstack_deallocate)
7052         (partial_die_hash, partial_die_eq): New functions.
7053         * Makefile.in (hashtab_h): Define.
7054         (dwarf2read.o): Update dependencies.
7055         (observer_inc, observer_h): Move to the correct section.
7056
7057 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
7058
7059         * dwarf2read.c (dwarf2_attribute_true_p): New function.
7060         (die_is_declaration): Use the function above. Add comment.
7061
7062 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
7063
7064         * dwarf2read.c (read_structure_scope): Identify stub types
7065         using die_is_declaration() only.
7066
7067 2004-04-15  Roland McGrath  <roland@redhat.com>
7068
7069         * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7070         argument instead of NAME.
7071         (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7072         in call to symbol_file_add_with_addrs_or_offsets.
7073         (build_addr_info): New function, helper for ...
7074         (symbol_file_add_from_memory): New function.
7075         (add_symbol_file_from_memory_command): New function using that.
7076         (_initialize_symfile): Register it for add-symbol-file-from-memory.
7077         (pre_add_symbol_hook): Add const to argument type.
7078         * symfile.h (symbol_file_add_from_memory): Declare it.
7079
7080 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
7081
7082         * NEWS (New native configurations): Mention OpenBSD/vax.
7083         * configure.host: Add vax-*-openbsd*.
7084         * config/vax/obsd.mh: New file.
7085         * config/vax/nm-obsd.h: New file.
7086
7087         * vax-tdep.c: Include "regset.h".
7088         (vax_supply_gregset): New function.
7089         (vax_gregset): New variable.
7090         (vax_regset_from_core_section): New function.
7091         (vax_gdbarch_init): Set regset_from_core_section.
7092         * Makefile.in (vax-tdep.o): Update dependencies.
7093
7094 2004-04-15  Andrew Cagney  <cagney@redhat.com>
7095
7096         * observer.c (normal_stop_subject, observer_notify_normal_stop)
7097         (observer_normal_stop_notification_stub)
7098         (observer_attach_normal_stop, observer_detach_normal_stop):
7099         Delete, replaced by #include "observer.inc".
7100         * infrun.c (normal_stop): Pass "stop_bpstat" to
7101         observer_notify_normal_stop.
7102         * Makefile.in (observer_inc): Define.
7103         (observer.o): Update dependencies.
7104         (observer.h, observer.inc): New rules.
7105         * observer.h: Delete file.
7106         * observer.sh: New file.
7107
7108 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
7109
7110         * vax-tdep.c (vax_frame_cache): Fix typo.
7111
7112 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
7113
7114         * NEWS (New native configurations): Mention NetBSD/vax.
7115         * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7116         * config/vax/nbsdelf.mh: New file.
7117         * config/vax/nbsdaout.mh: New file.
7118         * config/vax/nm-nbsd.h: New file.
7119         * config/vax/nm-nbsdaout.h: New file.
7120
7121         * vaxnbsd-tdep.c: New file.
7122         * Makefile.in (vaxnbsd-tdep.o): New dependency.
7123         * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7124         * config/vax/nbsd.mt: New file.
7125         * config/vax/tm-nbsd.h: New file.
7126
7127         * Makefile.in (vaxbsd-nat.o): New dependency.
7128
7129         * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7130         * vax-tdep.c (vax_store_arguments): Remove struct_return and
7131         struct_addr arguments.  Don't push return value address.
7132         (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7133         arguments to vax_store_arguments.  Store return value address in
7134         R1.
7135         (vax_store_struct_return, vax_extract_return_value)
7136         (vax_store_return_value): Remove functions.
7137         (vax_return_value): New function.
7138         (vax_gdbarch_init): Set return value.  Don't set
7139         deprecated_store_struct_return, deprecated_extract_struct_return
7140         and deprecated_store_return_value.
7141
7142 2004-04-14  Andreas Schwab  <schwab@suse.de>
7143
7144         * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7145         value buffer.
7146         * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7147
7148 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
7149
7150         * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7151         (vax_unwind_dummy_id): New functions.
7152         (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7153         (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7154         variables.
7155         (vax_fix_call_dummy): Remove function.
7156         (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7157         Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7158         call_dummy_location, deprecated_call_dummy_words,
7159         deprecated_sizeof_call_dummy_words,
7160         deprecated_call_dummy_breakpoint_offset,
7161         deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7162         and deprecated_dummy_write_sp.
7163
7164 2004-04-13  David Carlton  <carlton@kealia.com>
7165
7166         * MAINTAINERS: Move myself to "paper trail" section.
7167
7168 2004-04-12  Mark Kettenis  <kettenis@gnu.org>
7169
7170         * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7171         "trad-frame.h".
7172         (vax_frame_init_saved_regs): Remove function.
7173         (vax_sigtramp_saved_pc): Remove function.
7174         (vax_frame_saved_pc): Remove function.
7175         (vax_frame_args_address): Remove function.
7176         (vax_frame_num_args): Rewrite.
7177         (vax_frame_chain): Remove function.
7178         (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7179         VAX_FP_REGNUM.
7180         (vax_pop_frame): Likewise.
7181         (vax_saved_pc_after_call): Remove function.
7182         (struct vax_frame_cache): New structure.
7183         (vax_frame_cache): New function.
7184         (vax_frame_this_id): New function.
7185         (vax_frame_prev_register): New function.
7186         (vax_frame_unwind): New variable.
7187         (vax_frame_sniffer): New function.
7188         (vax_frame_base_address): New function.
7189         (vax_frame_args_address): New function.
7190         (vax_frame_base): New variable.
7191         (vax_unwind_pc): New function.
7192         (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7193         deprecated_fp_regnum, deprecated_saved_pc_after_call,
7194         deprecated_frame_chain, deprecated_frame_saved_pc,
7195         deprecated_frame_args_address and
7196         deprecated_frame_init_saved_regs.
7197         * Makefile.in (vax-tdep.o): Update dependencies.
7198
7199         * vaxbsd-nat.c: New file.
7200
7201         * vax-tdep.h: Update copyright year.  Adjust comments.
7202         (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7203         VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7204         (vax_regnum): New enum.  Replacing...
7205         (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7206         (VAX_PS_REGNUM): ... these removed macros.
7207         * vax-tdep.c (vax_register_name): Remove prototype.
7208         (vax_register_name): Reorganize somewhat.  Use ARRAY_SIZE.
7209         (vax_register_byte, vax_register_raw_size,
7210         vax_register_virtual_size, vax_register_virtual_type): Remove
7211         functions.
7212         (vax_register_type): New function.
7213         (vax_breakpoint_from_pc): Reorganize.
7214         (vax_gdbarch_init): Set register_type.  Don't set
7215         deprecated_register_size, deprecated_register_bytes,
7216         deprecated_register_byte, deprecated_register_raw_size,
7217         deprecated_max_register_raw_size,
7218         deprecated_register_virtual_size,
7219         deprecated_max_register_virtual_size and
7220         deprecated_register_virtual_type.  Add comment on stack direction.
7221
7222 2004-04-11  Mark Kettenis  <kettenis@gnu.org>
7223
7224         * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7225         AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7226         AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7227
7228 2004-04-10  Randolph Chung  <tausq@debian.org>
7229
7230         * MAINTAINERS (write after approval): Add myself.
7231
7232 2004-04-07  Randolph Chung  <tausq@debian.org>
7233
7234         * hppa-tdep.c (hppa_inner_than): Remove.
7235         (is_pa_2): Remove unused static variable.
7236         (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7237
7238 2004-03-10  Paul N. Hilfinger  <Hilfinger@gnat.com>
7239
7240         * language.h (language_defn): Add new la_post_parser field.
7241         * parser-defs.h (null_post_parser): New declaration (default for
7242         la_post_parser).
7243
7244         * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7245         insert call to that function.
7246         (parse_exp_in_context): New function, including code formerly in
7247         parse_exp_1.  Calls language-dependent post-parser after
7248         prefixification.
7249         (parse_expression_in_context): New exported function.
7250         (null_post_parser): New definition.
7251         * expression.h (parse_expression_in_context): Add declaration.
7252
7253         * p-lang.c (pascal_language_defn): Add trivial post-parser.
7254         * c-lang.c (c_language_defn): Ditto.
7255         (cplus_language_defn): Ditto.
7256         (asm_language_defn): Ditto.
7257         (minimal_language_defn): Ditto.
7258         * f-lang.c (f_language_defn): Ditto.
7259         * jv-lang.c (java_language_defn): Ditto.
7260         * language.c (unknown_language_defn): Ditto.
7261         (auto_language_defn): Ditto.
7262         (local_language_defn): Ditto.
7263         * m2-lang.c (m2_language_defn): Ditto.
7264         * scm-lang.c (scm_language_defn): Ditto.
7265         * obj-lang.c (objc_language_defn): Ditto.
7266
7267 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
7268
7269         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7270         (amd64nbsd_mcontext_addr): New function.
7271         (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7272         amd64nbsd_mcontext_addr.  Directly initialize TDEP->sc_reg_offset
7273         with amd64nbsd_r_reg_offset, instead of building it on the fly.
7274
7275         * corelow.c (core_xfer_partial): Fix coding standards violation.
7276         Add support for TARGET_OBJECT_WCOOKIE.
7277
7278         * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7279         deprecated_pc_in_sigtramp.
7280         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7281         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7282         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7283         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7284         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7285         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7286         * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7287
7288         * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7289         i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7290         Fix typo.
7291
7292         * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7293         I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7294         (amd64_collect_fxsave): Likewise.
7295
7296         * i386-sol2-tdep.c: Include "gdb_string.h".
7297         (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7298         name.
7299         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7300
7301 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
7302
7303         * i386-sol2-tdep.c: Include "solib-svr4.h".
7304         (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7305         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7306         * config/i386/tm-i386sol2.h: Include :solib.h".
7307         * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7308         solib-svr4.o and solib-legacy.o.
7309         * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7310         solib-svr4.o.
7311
7312 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
7313
7314         * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7315         whether a register is supplied by PTRACE_GETFPREGS.
7316         (store_inferior_registers): Likewise.
7317         * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7318         whether a register is supplied by PT_GETFPREGS.
7319         (store_inferior_registers): Likewise.
7320
7321         * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7322         * config/i386/linux64.mt (TDEPFILES): Likewise.
7323
7324         * i386-linux-nat.c: Update copyrigth year.  Tweak comment.
7325
7326         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7327         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
7328         the program counter is in the range specified by `struct
7329         gdbarch_tdep'.
7330         * amd64-linux-tdep.c: Include "symtab.h".
7331         (amd64_linux_pc_in_sigtramp): Remove function.
7332         (amd64_linux_sigtramp_p): New function.
7333         (amd64_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7334         deprecated_pc_in_sigtramp.
7335         * amd64nbsd-tdep.c: Include "symtab.h".
7336         (amd64nbsd_sigtramp_p): New function.
7337         (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7338         deprecated_pc_in_sigtramp.
7339         * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h".  Add a
7340         few comments.
7341         (amd64obsd_pc_in_sigtramp): Remove function.
7342         (amd64obsd_sigtramp_p): New function.
7343         (amd64obsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7344         deprecated_pc_in_sigtramp.
7345         * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7346         (i386bsd_pc_ins_sigtramp): Remove prototype.
7347         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7348         * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7349         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
7350         the program counter is in the range specified by `struct
7351         gdbarch_tdep'.
7352         (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7353         (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7354         (i386_go32_pc_in_sigtramp): Remove function.
7355         (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7356         Initialize TDEP->sigtramp_p.
7357         (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7358         (i386_gdbarch_init): Initialize TDEP->sigtramp_p.  Don't set
7359         deprecated_pc_in_sigtramp.
7360         * i386-linux-tdep.c: Adjust comments.
7361         (i386_linux_pc_in_sigtramp): Remove function.
7362         (i386_linux_sigtramp_p): New function.
7363         (i386_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7364         deprecated_pc_in_sigtramp.
7365         * i386-nto-tdep.c: Update copyright year.
7366         (i386nto_pc_in_sigtramp): Remove function.
7367         (i386nto_sigtramp_p): New function.
7368         (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7369         SP_REGNUM.
7370         (i386nto_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7371         deprecated_pc_in_sigtramp.
7372         * i386-sol2-tdep.c: Update copyright year.
7373         (i386_sol2_pc_in_sigtramp): Remove function.
7374         (i386_sol2_sigtramp_p): New function.
7375         (i386_sol2_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7376         deprecated_pc_in_sigtramp.
7377         * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7378         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7379         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7380         deprecated_sigtramp_start and deprecated_sigtramp_end.
7381         * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7382         (i386nbsd_pc_in_sigtramp): Remove function.
7383         (i386nbsd_sigtramp_p): New function.
7384         (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7385         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
7386         TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7387         * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7388         (i386obsd_pc_in_sigtramp): Remove function.
7389         (i386obsd_sigtramp_p): New function.
7390         (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7391         functions.
7392         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7393         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
7394         TDEP->sigtramp_p.
7395         * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7396         amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7397         dependencies.
7398
7399         * config/i386/i386aout.mt: Remove file.
7400
7401         * configure.tgt: Remove i[34567]86-*-go32*,
7402         i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7403         and i[34567]86-*-isc*.  Set gdb_target to i386 for
7404         i[34567]86-*-netware* and i[34567]86-*-*.
7405         * config/i386/i386.mt: New file.
7406         * config/i386/embed.mt: Remove file.
7407         * config/i386/go32.mt: Remove file.
7408         * config/i386/i386nw.mt: Remove file.
7409         * config/i386/i386v.mt: Remove file.
7410         * config/i386/tm-go32.h: Remove file.
7411
7412         * tui/tui-hooks.c: Include "readline/readline.h" after
7413         "gdb_curses.h" instead of before.
7414         * tui/tui-io.c: Likewise.
7415
7416         * tui/tui.c: Fix typo in comment.
7417
7418         * sparc64-tdep.c (sparc_address_from_register): Remove function.
7419
7420 2004-04-08  Andrew Cagney  <cagney@redhat.com>
7421
7422         * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7423         (deprecated_exception_support_initialized): Declare.
7424         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7425         (initialize_hp_cxx_exception_support)
7426         (child_enable_exception_callback): Update.
7427         * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7428         (deprecated_exception_support_initialized): Rename
7429         deprecated_exception_catchpoints_are_fragile and
7430         deprecated_exception_support_initialized.
7431         (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7432
7433         * symtab.c (deprecated_hp_som_som_object_present): Rename
7434         hp_som_som_object_present.
7435         * symtab.h (deprecated_hp_som_som_object_present): Declare.
7436         * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7437         Update.  Delete extern declaration.
7438         * valops.c (hp_som_som_object_present): Ditto.
7439         * parse.c (deprecated_hp_som_som_object_present)
7440         (parse_nested_classes_for_hpacc): Ditto.
7441         * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7442         * hppa-hpux-tdep.c (hp_som_som_object_present)
7443         (initialize_hp_cxx_exception_support): Ditto.
7444         * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7445         * cp-valprint.c (hp_som_som_object_present)
7446         (cp_print_class_method): Ditto.
7447         * c-typeprint.c (hp_som_som_object_present):
7448         (c_type_print_base): Ditto.
7449         * c-exp.y (hp_som_som_object_present): Ditto.
7450
7451 2004-04-08  Andrew Cagney  <cagney@redhat.com>
7452
7453         * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7454         (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7455         (frame_unwind_find_by_frame): Re-implement the unwind code so
7456         that it can both prepend and append sniffers.  Replace
7457         frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7458         * tramp-frame.c (tramp_frame_append): Use
7459         frame_unwind_prepend_unwinder.
7460         * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7461         frame_unwind_register_unwinder.
7462         * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7463         tramp_frame_append.
7464         * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7465         * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7466         (mips_linux_init_abi): Update.
7467
7468 2004-04-08  Kevin Buettner  <kevinb@redhat.com>
7469
7470         * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7471         (ELF_FPREGSET_SIZE):  Delete constants formerly used in core
7472         file support.
7473
7474 2004-04-07  Kevin Buettner  <kevinb@redhat.com>
7475
7476         * ia64-tdep.c (elf.h): Don't include.
7477         (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7478
7479 2004-04-07  Jason Molenda  (jmolenda@apple.com)
7480
7481         * frame.h: Typeo corrections in comments.
7482
7483 2004-04-07  Jim Blandy  <jimb@redhat.com>
7484
7485         * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7486         %esp and %ebp
7487
7488 2004-04-07  Mark Kettenis  <kettenis@gnu.org>
7489
7490         * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7491         * config/sparc/linux64.mt (TDEPFILES): Likewise.
7492         * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7493         * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7494         and solib-legacy.o.
7495         * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7496         solib-svr4.o.
7497         * config/sparc/tm-sol2.h: Update copyright year.  Include
7498         "solib.h".
7499
7500         * sparc-sol2-tdep.c: Update copyright year.  Include
7501         "solib-svr4.h".
7502         (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7503         * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7504         (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7505         * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7506         dependencies.
7507
7508 2004-04-06  Andrew Cagney  <cagney@redhat.com>
7509
7510         * infttrace.c: Include "infttrace.h".
7511         * infttrace.h: Include "target.h".
7512         * Makefile.in (infttrace_h): Update.
7513         (infttrace.o): Update.
7514
7515 2004-04-06  Andrew Cagney  <cagney@redhat.com>
7516
7517         * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7518         (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7519         move extern declarations from here ...
7520         * infttrace.h: ... to here.
7521         * Makefile.in (hppah-nat.o): Update dependencies.
7522
7523         * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7524         (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7525         * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7526         (hppa_breakpoint_from_pc): Delete.
7527
7528         * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7529
7530 2004-04-05  Andrew Cagney  <cagney@redhat.com>
7531
7532         * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7533         <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7534         <sys/file.h>.
7535
7536 2004-04-06  Randolph Chung  <tausq@debian.org>
7537
7538         Committed by Andrew Cagney (mechanical change).
7539         * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7540         exception_catchpoints_are_fragile, find_stub_with_shl_get,
7541         cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7542         child_enable_exception_callback, current_ex_event,
7543         null_symtab_and_line, child_get_current_exception_event,
7544         HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7545         HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7546         HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7547         hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7548         eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7549         eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7550         Move hpux-specific definitions ...
7551         * hppa-hpux-tdep.c: ... to here.
7552
7553 2004-04-05  Andrew Cagney  <cagney@redhat.com>
7554
7555         * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7556         skip_prologue_using_sal.
7557
7558 2004-04-05  Andrew Cagney  <cagney@redhat.com>
7559
7560         * config/i386/tm-i386.h: Delete file.
7561         * config/i386/tm-vxworks.h: Update copyright, do not include
7562         "tm-i386.h".
7563         * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7564         * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7565         * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7566         * config/i386/ncr3000.mt (TM_FILE): Delete.
7567         * config/i386/interix.mt (TM_FILE): Delete.
7568         * config/i386/i386v.mt (TM_FILE): Delete.
7569         * config/i386/i386nw.mt (TM_FILE): Delete.
7570         * config/i386/i386gnu.mt (TM_FILE): Delete.
7571         * config/i386/i386aout.mt (TM_FILE): Delete.
7572         * config/i386/embed.mt (TM_FILE): Delete.
7573
7574 2004-04-05  Kevin Buettner  <kevinb@redhat.com>
7575
7576         * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7577         (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7578         (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7579         (accg7_regnum): New constants.
7580         (last_spr_regnum, last_pseudo_regnum): Update.
7581         * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7582         accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7583         (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7584         for accg registers.
7585         (frv_register_sim_regno): Update spr_map[].
7586
7587 2004-04-04  Andrew Cagney  <cagney@redhat.com>
7588
7589         * config/mips/xm-riscos.h: Delete.
7590         * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7591         * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7592         * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7593         * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7594         * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7595         * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7596         * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7597         * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7598         * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7599         * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7600         * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7601         * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7602         * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7603         * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7604         * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7605         * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7606         * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7607         * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7608         * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7609         * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7610         * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7611         * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7612         * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7613         * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7614         * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7615         * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7616
7617         * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7618         m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7619         m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7620         * configure.host: Remove m680[01]0-sun-sunos3*,
7621         m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7622         m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7623         m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7624         mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7625         mips-*-riscos*.
7626         * NEWS: Mention removed systems.
7627
7628 2004-04-04  Andrew Cagney  <cagney@redhat.com>
7629
7630         GDB 6.1 release created from 6.1 branch.
7631
7632 2004-04-04  Andrew Cagney  <cagney@redhat.com>
7633
7634         * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7635         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7636         * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7637
7638         * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7639         * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7640         * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7641
7642 2004-04-03  Jim Blandy  <jimb@redhat.com>
7643
7644         * MAINTAINERS: Chris Faylor has changed employers; add him to
7645         "paper trail" section, and update his E-mail address.
7646
7647 2004-04-03  Andrew Cagney  <cagney@redhat.com>
7648
7649         * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7650         generic dummy frames.
7651         * dummy-frame.c: Update copyright.
7652         (dummy_frame_sniffer): Delete check for generic dummy frames.
7653
7654         * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7655         * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7656         (REG_PARM_STACK_SPACE): Delete.
7657         * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7658         Inline reference to REG_PARM_STACK_SPACE.
7659
7660         * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7661         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7662         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7663         (FRAME_BASE_BEFORE_SIGTRAMP)
7664         (hppa32_hpux_frame_base_before_sigtramp)
7665         (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7666         * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7667         (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7668         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7669         (FRAME_BASE_BEFORE_SIGTRAMP)
7670         (hppa64_hpux_frame_base_before_sigtramp)
7671         (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7672
7673 2004-04-03  Andrew Cagney  <cagney@redhat.com>
7674
7675         * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7676
7677 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7678
7679         * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7680         DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7681         * dummy-frame.h: Delete out-of-date comments.
7682         * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7683         * gdbarch.h, gdbarch.c: Re-generate.
7684
7685 2004-04-02  Joel Brobecker  <brobecker@gnat.com>
7686
7687         Committed by Andrew Cagney <cagney@redhat.com>.
7688         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7689         into account an instruction saving a register if we have already
7690         seen an earlier instruction saving that same register.
7691
7692 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7693
7694         * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7695         * gdbarch.h, gdbarch.c: Re-generate.
7696         * frame.c (legacy_get_prev_frame): Delete references to
7697         DEPRECATED_INIT_FRAME_PC_FIRST.
7698
7699         * infrun.c (pc_in_sigtramp): Delete function.
7700         (check_sigtramp2): Inline call to pc_in_sigtramp, use
7701         get_frame_type.
7702
7703 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7704
7705         * infrun.c (handle_step_into_function): Delete code conditional on
7706         legacy_frame_p.
7707         (handle_inferior_event, step_over_function): Ditto.
7708
7709 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7710
7711         * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7712         "previous frame inner to this frame" test.
7713
7714 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7715
7716         * frame.c (safe_frame_unwind_memory): New function.
7717         * frame.h (safe_frame_unwind_memory): Declare.  Update description
7718         of /safe_/ methods.
7719         * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7720         "next_frame".  Use safe_frame_unwind_memory.
7721         (tramp_frame_sniffer): Update call to tramp_frame_start.
7722
7723 2004-04-01  Daniel Jacobowitz  <drow@mvista.com>
7724
7725         * dwarf2read.c (dwarf2_objfile_data_key): New.
7726         (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7727         (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7728         (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7729         (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7730         (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7731         (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7732         (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7733         Remove variables.
7734         (struct dwarf2_pinfo): Remove per-objfile members.  Update comments.
7735         (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7736         (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7737         (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7738         (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7739         (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7740         Remove macros.
7741         (dwarf2_has_info): Take an objfile argument.  Allocate per-objfile
7742         data.
7743         (dwarf2_locate_sections, dwarf2_build_psymtabs)
7744         (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7745         (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7746         (read_partial_die, read_full_die, read_indirect_string)
7747         (dwarf_decode_line_header, dwarf_decode_macros)
7748         (dwarf2_symbol_mark_computed): Remove use of removed macros.
7749         Update uses of removed variables.
7750         (psymtab_to_symtab_1): Restore per-objfile data pointer.  Remove use
7751         of removed macros.
7752         (_initialize_dwarf2_read): New function.
7753         * symfile.h (dwarf2_has_info): Update prototype.
7754         * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7755         * elfread.c (elf_symfile_read): Likewise.
7756
7757 2004-04-01  Jim Blandy  <jimb@redhat.com>
7758
7759         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7760         function for register numbers on all the rs6000-derived targets.
7761         (rs6000_gdbarch_init): Don't register a separate
7762         gdbarch_dwarf2_reg_to_regnum function for the E500.  Use
7763         rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7764         variants.
7765
7766         * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7767         numbering.
7768
7769 2004-04-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
7770
7771         * valarith.c: Update copyright notice.
7772         (value_add): Handle range types.
7773         (value_sub): Ditto.
7774         (value_equal): Ditto.
7775         (value_less): Ditto.
7776         (value_neg): Ditto.
7777         (value_complement): Ditto.
7778         (value_binop): Simplify slightly by using is_integral_type and
7779         eliminiating unnecessary COERCE_ENUMs.
7780
7781 2004-03-31  Andrew Cagney  <cagney@redhat.com>
7782
7783         * frame.h (frame_unwind_id): Declare.
7784         * frame.c (frame_unwind_id): New function.
7785         (get_prev_frame_1): New function.
7786         (frame_debug_got_null_frame): New function.
7787         (get_prev_frame): Use frame_debug_got_null_frame.  Move unwind
7788         code proper to prev_frame, update description.
7789         * infrun.c (step_over_function): Use frame_unwind_id.
7790
7791 2004-04-31  J. Brobecker  <brobecker@gnat.com>
7792
7793         * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7794         (hppa64_push_dummy_call): Likewise.
7795
7796 2004-03-30  Jim Blandy  <jimb@redhat.com>
7797
7798         From Ulrich Weigand:
7799         * utils.c (query): Do not use a va_list variable multiple times.
7800
7801 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
7802
7803         * Makefile.in (linux_nat_h): Update dependencies.
7804         * configure.in: Check for <gnu/libc-version.h>.
7805         * configure: Regenerate.
7806         * config.in: Regenerate.
7807         * linux-nat.h: Include "target.h".  Add waitstatus field to
7808         struct lwp_info.
7809         * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7810         (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7811         to.
7812         (lin_lwp_handle_extended): New function.  Handle clone events.
7813         (wait_lwp): Use lin_lwp_handle_extended.  Update comment about
7814         thread exit events.
7815         (child_wait): Handle clone events.
7816         (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7817         * linux-nat.c (linux_enable_event_reporting): Turn on
7818         PTRACE_O_TRACECLONE.
7819         (linux_handle_extended_wait): Handle clone events.
7820         * thread-db.c: Include <gnu/libc-version.h>.
7821         (struct private_thread_info): Add dying flag.
7822         (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7823         higher.
7824         (attach_thread): Update comments.  Handle dying threads.
7825         (detach_thread): Set the dying flag.
7826         (check_event): Always call attach_thread.
7827
7828 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
7829
7830         * mips-tdep.c (mips_pdr_data): New.
7831         (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7832         (_initialize_mips_tdep): Initialize mips_pdr_data.
7833
7834 2004-03-29  Corinna Vinschen  <vinschen@redhat.com>
7835
7836         * minsyms.c (install_minimal_symbols): Move dropping leading
7837         char from linkage name from here...
7838         (prim_record_minimal_symbol_and_info): ...to here.  Simplify
7839         test for "__gnu_compiled*" symbols.
7840
7841 2004-03-28  Jim Blandy  <jimb@redhat.com>
7842
7843         * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7844         registers to temp register r0 and byte stores as prologue
7845         instructions.
7846
7847 2004-03-28  Andrew Cagney  <cagney@redhat.com>
7848
7849         * PROBLEMS (Stack backtraces): Rewrite.  Remove reference to
7850         arm*-*-*.
7851
7852 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
7853
7854         * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7855         and switch the layout to force a display of register window.
7856
7857 2004-02-26  J. Brobecker  <brobecker@gnat.com>
7858
7859         * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7860         of the INTEGER class.
7861
7862 2004-03-26  Jim Blandy  <jimb@redhat.com>
7863
7864         * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7865         bytes long on PPC GNU/Linux.
7866
7867 2004-03-26  David Carlton  <carlton@kealia.com>
7868
7869         * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7870
7871 2004-03-25  Andrew Cagney  <cagney@redhat.com>
7872
7873         * PROBLEMS: Add general section titles, remove references to
7874         specific releases.
7875
7876 2004-03-25  Daniel Jacobowitz  <drow@mvista.com>
7877
7878         * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7879         INT_REGISTER_SIZE.
7880         (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7881         FP_REGISTER_VIRTUAL_SIZE.
7882         * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7883         of DEPRECATED_REGISTER_RAW_SIZE.
7884         (arm_register_type): Add gdbarch argument.
7885         (arm_register_raw_size, arm_register_virtual_size): Delete.
7886         (arm_register_byte, arm_extract_return_value)
7887         (arm_store_return_value, arm_get_longjmp_target): Update references
7888         to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7889         (arm_gdbarch_init): Likewise.  Don't set
7890         deprecated_register_raw_size, deprecated_register_virtual_size,
7891         deprecated_max_register_raw_size,
7892         deprecated_max_register_virtual_size, or
7893         deprecated_max_register_virtual_type.  Do set register_type.
7894         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7895         (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7896         (FP_REGISTER_VIRTUAL_SIZE): Delete.
7897         (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7898         (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7899         * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7900         INT_REGISTER_SIZE.
7901         * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7902         (remote_rdp_store_register): Likewise.
7903
7904 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
7905
7906         * Makefile.in (mips-linux-tdep.o): Update dependencies.
7907         * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7908         to after osabi initialization.
7909         * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7910         (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7911         functions.
7912         (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7913         (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7914         variables.
7915         (mips_linux_init_abi): Append signal trampoline unwinders.
7916
7917 2004-03-24  Andrew Cagney  <cagney@redhat.com>
7918
7919         * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7920         * tramp-frame.c: Include "gdb_assert.h".
7921         (tramp_frame_start): Use TRAMP_SENTINEL_INSN.  Use ULONGEST and
7922         correct sizeof.
7923         (tramp_frame_append): Validate the tramp frame's instructions.
7924         * Makefile.in (tramp-frame.o): Update dependencies.
7925
7926 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7927
7928         * trad-frame.h (trad_frame_set_reg_addr): Declare.
7929
7930 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7931
7932         * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7933         Nasser as past testsuite/lib/ (and other) maintainers.
7934
7935 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
7936
7937         * infcmd.c (attach_command): Reread symbols if we already have
7938         an exec file.
7939
7940 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7941
7942         * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7943
7944 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7945
7946         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7947         * gdbarch.h, gdbarch.c: Re-generate.
7948         * i386obsd-tdep.c (i386obsd_init_abi): Update.
7949         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7950         * i386bsd-tdep.c (i386bsd_init_abi): Update.
7951         * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7952         (DEPRECATED_SIGTRAMP_START): Update.
7953         * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7954         (DEPRECATED_SIGTRAMP_START): Update.
7955         * blockframe.c (find_pc_sect_partial_function): Update.
7956         * arch-utils.c (legacy_pc_in_sigtramp): Update.
7957
7958 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
7959
7960         * remote.c (remote_open_1): Reopen the exec file and reread symbols
7961         if necessary.
7962
7963 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7964
7965         * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7966         predicate, deprecate.
7967         * gdbarch.h, gdbarch.c: Re-generate.
7968         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7969         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7970         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7971         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7972         * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7973         * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7974         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7975         * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7976         * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7977         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7978         * blockframe.c (find_pc_partial_function): Update.
7979         * breakpoint.c (bpstat_what): Update.
7980         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7981         * frv-linux-tdep.c (frv_linux_init_abi): Update.
7982         * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7983         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7984         * i386-interix-tdep.c (i386_interix_init_abi): Update.
7985         * i386-linux-tdep.c (i386_linux_init_abi): Update.
7986         * i386-nto-tdep.c (i386nto_init_abi): Update.
7987         * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7988         * i386-tdep.c (i386_sigtramp_frame_sniffer)
7989         (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7990         * i386bsd-tdep.c (i386bsd_init_abi): Update.
7991         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7992         * i386obsd-tdep.c (i386obsd_init_abi): Update.
7993         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7994         * infrun.c (pc_in_sigtramp): Update.
7995         * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7996         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7997         * mips-tdep.c (mips_gdbarch_init): Update.
7998         * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7999         * ppc-linux-tdep.c: Update comment.
8000         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8001         * shnbsd-tdep.c (shnbsd_init_abi): Update.
8002         * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8003         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8004         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8005         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8006         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8007         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8008         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8009         * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8010
8011 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8012
8013         * tramp-frame.h, tramp-frame.h: New files.
8014         * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8015         Update rules to include "tramp-frame.h" and "tramp-frame.c".
8016
8017         * Makefile.in: Update all dependencies.
8018
8019 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8020
8021         * Makefile.in (trad_frame_h): Add $(frame_h).
8022         * trad-frame.h: Update copyright.  Include "frame.h".
8023         (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8024         (trad_frame_set_id, trad_frame_get_id): Declare.
8025         (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8026         * trad-frame.c: Update copyright.
8027         (struct trad_frame_cache): Define.
8028         (trad_frame_cache_zalloc): New function.
8029         (trad_frame_set_id, trad_frame_get_id): New functions.
8030         (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8031
8032 2004-03-22  Andrew Cagney  <cagney@redhat.com>
8033
8034         * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8035         s390_pltstub_unwind_cache.
8036         (s390_stub_frame_unwind_cache): Rename
8037         s390_pltstub_frame_unwind_cache.
8038         (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8039         (s390_stub_frame_prev_register): Rename
8040         s390_pltstub_frame_prev_register.
8041         (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8042         (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8043
8044         From Ulrich Weigand:
8045         * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8046         pointer calls like PLT calls.
8047
8048 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
8049
8050         * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8051         PC rather than the partial function start address.  Use the start
8052         address to sanity check the found PDR.
8053
8054 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
8055
8056         * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8057         linux_handle_extended_wait.
8058
8059 2004-03-22  Andrew Cagney  <cagney@redhat.com>
8060
8061         * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8062         function.
8063
8064         * frame.h (generic_pop_current_frame): Delete declaration.
8065         (deprecate_pop_dummy_frame): Deprecate
8066         generic_pop_dummy_frame.
8067         * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8068         (generic_pop_current_frame): Delete function.
8069         * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8070         generic_pop_current_frame.
8071         * v850-tdep.c (v850_pop_frame): Update.
8072         * mcore-tdep.c (mcore_pop_frame): Update.
8073         * sh64-tdep.c (sh64_pop_frame): Update.
8074         * h8300-tdep.c (h8300_pop_frame): Update.
8075
8076 2004-03-22  Andrew Cagney  <cagney@redhat.com>
8077
8078         * frame.h (deprecated_pc_in_call_dummy): Rename
8079         generic_pc_in_call_dummy.
8080         * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8081         * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8082         generic_pc_in_call_dummy.
8083         (pc_in_dummy_frame): Make static.
8084         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8085         * gdbarch.h, gdbarch.c: Re-generate.
8086         * dummy-frame.c (dummy_frame_sniffer): Simplify.
8087         * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8088         (legacy_get_prev_frame): Ditto.
8089         * inferior.h: Delete reference to generic_pc_in_call_dummy in
8090         comment.
8091
8092 2004-03-21  Andrew Cagney  <cagney@redhat.com>
8093
8094         * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8095         declaration and out-of-date comment.
8096         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8097         Delete function.
8098         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8099         deprecated_pc_in_call_dummy.
8100
8101         * infrun.c (handle_inferior_event): For non legacy frames, use the
8102         frame ID and frame type to identify a signal trampoline.  Update
8103         comments.
8104
8105 2004-03-21  Nathan J. Williams  <nathanw@wasabisystems.com>
8106
8107         * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8108         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8109
8110 2004-03-21  Andrew Cagney  <cagney@redhat.com>
8111
8112         * frame-unwind.h: Update copyright.
8113         (struct frame_data): Add opaque declaration.
8114         (frame_sniffer_ftype): Declare.
8115         (struct frame_unwind): Add "unwind_data" and "sniffer".
8116         (frame_unwind_register_unwinder): Declare.
8117         (frame_unwind_find_by_frame): Add parameter "this_cache".
8118         * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8119         (legacy_get_prev_frame, legacy_get_prev_frame)
8120         (get_frame_type): Pass the prologue_cache to
8121         frame_unwind_find_by_frame.
8122         * frame-unwind.c (struct frame_unwind_table_entry): Add field
8123         "unwinder".
8124         (frame_unwind_register_unwinder): New function.
8125         (frame_unwind_find_by_frame): Handle an unwind sniffer.
8126
8127 2004-03-20  Paul Hilfinger  <hilfingr@nile.gnat.com>
8128
8129         * bcache.c (print_percentage): Use floating point to avoid
8130         incorrect results when portion*100 overflows.
8131
8132 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
8133
8134         * ppc_tdep.h (ppc_linux_frame_saved_pc)
8135         (ppc_linux_init_extra_frame_info)
8136         (ppc_linux_frameless_function_invocation)
8137         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8138         (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8139         (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8140         (rs6000_frame_chain): Delete declarations.
8141         * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8142         (ppc_linux_init_extra_frame_info)
8143         (ppc_linux_frameless_function_invocation)
8144         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8145         (ppc_linux_init_abi): Remove registration of above deleted functions.
8146         * rs6000-tdep.c (rs6000_init_extra_frame_info)
8147         (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8148         (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8149         (rs6000_pop_frame, rs6000_frameless_function_invocation)
8150         (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8151         (rs6000_gdbarch_init): Remove registration of above deleted functions.
8152         Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8153         rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8154         frame management for all OSABIs.
8155
8156 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8157
8158         Committed by Kevin Buettner <kevinb@redhat.com>.
8159
8160         * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8161         Update copyright.
8162         (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8163         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8164         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8165         (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8166         unwinders.  #ifdef legacy frame code.
8167         * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8168         "frame-base.h".
8169         (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8170         (struct rs6000_frame_cache, rs6000_frame_cache)
8171         (rs6000_frame_this_id, rs6000_frame_prev_register)
8172         (rs6000_frame_sniffer, rs6000_frame_unwind)
8173         (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8174         (rs6000_frame_base): Implement a traditional frame unwinder.
8175         (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8176         frame unwinder.
8177
8178 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
8179
8180         * breakpoint.c (adjust_breakpoint_address): Don't adjust
8181         breakpoint address for watchpoints or the catch eventpoints.
8182         Add new paramter ``bptype''.  Adjust all callers.
8183
8184 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8185
8186         * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8187
8188         * PROBLEMS: Delete note that ARM does not use frame code, problem
8189         fixed.
8190
8191 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8192
8193         * stack.c (return_command): Delete code wrapped in #ifdef
8194         DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8195
8196         * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8197
8198 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8199
8200         * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8201         DEPRECATED_IN_SIGTRAMP.
8202         * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8203         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8204         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8205         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8206         * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8207         * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8208         * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8209         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8210         * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8211         * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8212
8213 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8214
8215         * frame-base.c: Update copyright.  Include "gdb_obstack.h".
8216         (struct frame_base_table_entry): Define.
8217         (struct frame_base_table): Re-implement as a linked list.
8218         (frame_base_init): Re-implement.
8219         (frame_base_table): Delete function.
8220         (append_predicate): Delete function.
8221         (frame_base_append_sniffer): Update.
8222         (frame_base_set_default): Update.
8223         (frame_base_find_by_frame): Update.
8224         (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8225         * Makefile.in (frame-base.o): Update dependencies.
8226
8227 2004-03-17  Andrew Cagney  <cagney@redhat.com>
8228
8229         * frame.c (legacy_get_prev_frame): Pass correct frame to
8230         frame_unwind_find_by_frame.
8231
8232 2004-03-17  David Carlton  <carlton@kealia.com>
8233
8234         * NEWS: Mention C++ nested types and namespaces
8235
8236 2004-03-16  Michael Chastain  <mec.gnu@mindspring.com>
8237
8238         * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8239         and "Regressions since gdb 5.3.".  Add known regressions since
8240         gdb 6.0.
8241
8242 2004-03-16  David Carlton  <carlton@kealia.com>
8243
8244         * dwarf2read.c (process_structure_scope): Process children even
8245         when we're a declaration.
8246
8247 2004-03-16  Andrew Cagney  <cagney@redhat.com>
8248
8249         * symtab.h (find_pc_sect_partial_function): Delete declaration.
8250         * blockframe.c (find_pc_partial_function)
8251         (find_pc_sect_partial_function): Merge into a single
8252         find_pc_partial_function.
8253
8254 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
8255
8256         * i386bsd-nat.c: s/regno/regnum/g.
8257         (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8258         FP0_REGNUM.
8259         (store_inferior_registers): Likewise.
8260
8261 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
8262
8263         * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8264         of i387_fill_fsave.
8265         (store_inferior_registers): Call i387_collect_fsave and
8266         i387_collect_fxsave instead of i387_fill_fsave and
8267         i387_fill_fxsave.
8268
8269 2004-03-15  Andrew Cagney  <cagney@redhat.com>
8270
8271         * Makefile.in (frame-unwind.o): Update dependencies.
8272         * frame-unwind.c: Include "gdb_obstack.h".
8273         (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8274         parameter.
8275         (append_predicate): Delete function.
8276         (struct frame_unwind_table_entry): New structure.
8277         (struct frame_unwind_table): Replace "sniffer" with "head" and
8278         "tail".
8279         (frame_unwind_append_sniffer): Update.
8280         (frame_unwind_find_by_frame): Update.
8281         (_initialize_frame_unwind): Registe frame_unwind_init using
8282         gdbarch_data_register_pre_init.
8283
8284 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
8285
8286         * i386bsd-nat.c: Update copyright year.
8287         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8288         define unconditionally.
8289
8290 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
8291
8292         * i387-tdep.h (i387_collect_fsave): New prototype.
8293         * i387-tdep.c (i387_collect_fsave): New function containing most
8294         of the code from i387_fill_fsave.
8295         (i387_fill_fsave): Call i387_collect_fsave.
8296
8297 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
8298
8299         * i386-linux-tdep.c: Update copyright year.
8300         (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8301         (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8302         svr4_ilp32_link_map_offsets instead of
8303         i386_linux_svr4_fetch_link_map_offsets.
8304
8305 2004-03-15  David Carlton  <carlton@kealia.com>
8306
8307         Fix for PR c++/1553:
8308         * dwarf2read.c (read_structure_type): Determine type name by
8309         calling determine_class_name.
8310         (determine_class_name): New.
8311         (determine_prefix): Look at TYPE_TAG_NAME and call
8312         determine_class_name when appropriate.
8313         (determine_prefix_aux, class_name): Delete.
8314         (read_namespace): Set die->type.
8315
8316 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
8317
8318         * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8319         unused macro definition.  The definition in target.h (or perhaps
8320         elsewhere) takes precedence.
8321
8322 2004-03-15  Andrew Cagney  <cagney@redhat.com>
8323
8324         * ppc-tdep.h: Update copyright.
8325         (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8326         function signatures to match "regsets.h".
8327         * ppc-linux-tdep.c: Include "regset.h".
8328         (ELF_GREGSET_SIZE): Delete.
8329         (right_supply_register): New function.
8330         (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8331         using right_supply_register.
8332         (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8333         functions.
8334         (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8335         (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8336         (_initialize_ppc_linux_tdep): Do not register
8337         ppc_linux_regset_core_fns.
8338         (ppc_linux_regset_from_core_section): Replace
8339         fetch_core_registers.
8340         (ppc_linux_regset_core_fns): Delete.
8341         * ppc-linux-nat.c: (right_fill_reg): New function.
8342         (supply_gregset): Update call to ppc_linux_supply_gregset.
8343         (fill_gregset): Clear the register set, use right_fill_reg.
8344         (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8345         (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8346
8347         * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8348         unsigned.
8349
8350 2004-03-15  Andrew Cagney  <cagney@redhat.com>
8351
8352         * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8353         (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8354         (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8355         and register_gdbarch_data.
8356         (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8357         (struct gdbarch_data): Replace "init" by "pre_init" and
8358         "post_init".
8359         * gdbarch.h, gdbarch.c: Re-generate.
8360         * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8361         with"obstack", use OBSTACK_ZALLOC.
8362         (dwarf2_frame_ops): Delete.
8363         (dwarf2_frame_set_init_reg): Use gdbarch_data.
8364         (dwarf2_frame_init_reg): Use gdbarch_data.
8365         (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8366         * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8367         (_initialize_svr4_solib): Update.
8368         * user-regs.c (_initialize_user_regs): Update.
8369         * reggroups.c (_initialize_reggroup): Update.
8370         * regcache.c (_initialize_regcache): Update.
8371         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8372         * libunwind-frame.c (_initialize_libunwind_frame): Update.
8373         * gnu-v3-abi.c (init_gnuv3_ops): Update.
8374         * frame-unwind.c (_initialize_frame_unwind): Update.
8375         * frame-base.c (_initialize_frame_base): Update.
8376         * user-regs.c (user_reg_add): Update.
8377         * reggroups.c (reggroup_add): Update.
8378         * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8379         * libunwind-frame.c (libunwind_frame_set_descr): Update.
8380         * frame-unwind.c (frame_unwind_append_sniffer): Update.
8381         * frame-base.c (frame_base_table): Update.
8382         * remote.c (_initialize_remote): Update.
8383         * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8384
8385 2004-03-15  Andrew Cagney  <cagney@redhat.com>
8386
8387         * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8388
8389 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
8390
8391         * Makefile.in (frv-linux-tdep.o): Add dependencies.
8392         * frv-linux-tdep.c: New file.
8393         * frv-tdep.c (struct gdbarch_tdep): Add new field
8394         ``sigcontext_reg_addr''.
8395         (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8396         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8397         (frv_sigramp_frame_sniffer): New functions.
8398         (frv_sigtramp_frame_unwind): New static global.
8399         (frv_gdbarch_init): Hook in ABI-specific overrides.  Hook up frame
8400         sniffers.
8401         * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8402         * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8403
8404 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
8405
8406         * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8407         but not via a call to error(), when unable to read memory.
8408
8409 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
8410
8411         * frv-tdep.c (frv_call_dummy_words): Delete.
8412         (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8413
8414 2004-03-15  Andrew Cagney  <cagney@redhat.com>
8415
8416         * infrun.c (handle_step_into_function, step_over_function): Only
8417         update and use STEP_FRAME_ID when the system is using legacy
8418         frames.  Update comments.
8419
8420 2004-03-14  Mark Kettenis  <kettenis@gnu.org>
8421
8422         * amd64-linux-tdep.h: Remove file.
8423         * amd64-linux-tdep.c: Don't include "inferior.h" and
8424         "amd64-linux-tdep.h".  Include "frame.h" and "solib-svr4.h".
8425         (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8426         (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8427         (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8428         (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8429         macros.
8430         (user_to_gdb_regmap): Remove variable.
8431         (amd64_linux_gregset_reg_offset): New variable.
8432         (amd64_core_fns): Remove variable.
8433         (fetch_core_registers): Remove function.
8434         (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8435         functions.
8436         (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8437         * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8438         * Makefile.in (amd64_linux_tdep_h): Remove.
8439         (amd64-linux-nat.o): Update dependencies.
8440         (amd64-linux-tdep.o): Update dependencies.
8441
8442         * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8443         (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8444         functions.
8445         (fetch_inferior_registers, store_inferior_registers): Rewrite.
8446
8447         * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8448         * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8449
8450 2004-03-14  Daniel Jacobowitz  <drow@mvista.com>
8451
8452         * dwarf2read.c (read_structure_type): Rename from
8453         read_structure_scope.  Don't create a symbol or call process_die.
8454         Return immediately if die->type is set.  Call read_type_die before
8455         dwarf2_add_member_fn.
8456         (process_structure_scope): New function.
8457         (read_enumeration_type, process_enumeration_scope): New functions,
8458         broken out from read_enumeration.  Don't create the enumeration
8459         type if it has already been created.
8460         (read_enumeration): Removed.
8461         (process_die): Call read_structure_type, process_structure_scope,
8462         read_enumeration_type, and process_enumeration_scope.  Just call
8463         new_symbol for base and subrange types.  Add a comment about other
8464         type dies.
8465         (read_type_die): Call read_enumeration_type.
8466         (add_partial_structure, new_symbol): Update comments.
8467
8468 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
8469
8470         * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8471
8472 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
8473
8474         * tui/tui-win.h (tui_get_cmd_list): Declare.
8475         * tui/tui-win.c (tui_command): New function.
8476         (tui_get_cmd_list): New function.
8477         (_initialize_tui_win): Moved initialization of tui command in
8478         tui_get_cmd_list.
8479
8480         * tui/tui-data.c (init_content_element): Setup new data members.
8481         (init_win_info): Likewise.
8482         (free_content_elements): Free it.
8483         * tui/tui-data.h (struct tui_data_element): Store the register
8484         content to print.
8485         (struct tui_data_info): Keep the current register group.
8486
8487         * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8488
8489         * tui/tui-regs.h (tui_show_registers): Update prototype.
8490         (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8491         (tui_resize_all): No need to calculate anything for register window.
8492         * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8493         (tui_set_register_element, tui_set_general_regs_content): Remove.
8494         (tui_set_special_regs_content): Remove.
8495         (tui_set_general_and_special_regs_content): Remove.
8496         (tui_set_float_regs_content): Remove.
8497         (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8498         (tui_set_regs_content): Remove.
8499         (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8500         (tui_v_show_registers_command_support): Remove.
8501         (tui_show_registers): Use a reggroup to specify the registers to show.
8502         (tui_show_register_group): New function.
8503         (tui_display_registers_from): Compute the layout of register window
8504         and refresh with new API; be sure to delete old register windows.
8505         (tui_check_register_values): Update to use tui_get_register and
8506         tui_display_data.
8507         (tui_display_register): Just refresh the register window part.
8508         (tui_register_format): Format registers and save in tui_data_element.
8509         (tui_get_register): New to combine tui_reg_value_has_changed and
8510         tui_get_register_raw_value; fix to use the new gdb API.
8511         (tui_show_float_command): Renamed tui_reg_float_command.
8512         (tui_show_general_command): Renamed tui_reg_general_command.
8513         (tui_show_special_command): Renamed tui_reg_system_command.
8514         (_initialize_tui_regs): Remove unused commands.
8515
8516 2004-03-13  Mark Kettenis  <kettenis@gnu.org>
8517
8518         * NEWS (New native configurations): Mention OpenBSD/amd64.
8519
8520         * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8521         (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8522         Remove defines.
8523         * config/i386/nm-fbsd64.h: Likewise.
8524         * config/i386/nm-obsd.h: Likewise.
8525         * config/sparc/nm-fbsd.h: Likewise.  Update copyright year.
8526         * config/alpha/nm-fbsd.h: Likewise.  Update copyright year.
8527
8528 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
8529
8530         * frv-tdep.c (set_variant_scratch_registers): New function.
8531         * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8532         New constants.
8533
8534         From Richard Sandiford  <rsandifo@redhat.com>:
8535         * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8536
8537 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
8538
8539         * frv-tdep.c, frv-tdep.h  (first_gpr_regnum, sp_regnum, fp_regnum)
8540         (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8541         (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8542         (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8543         (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8544         (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8545         (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8546         (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8547         definitions from frv-tdep.c to frv-tdep.h.
8548
8549 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
8550
8551         Add shared library support for FR-V FDPIC ABI:
8552         * Makefile.in (solib-frv.o): Add dependencies.
8553         * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8554         New functions.
8555         (frv_push_dummy_call): Add support for FDPIC ABI.
8556         (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8557         for FDPIC ABI.
8558         * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8559         (frv_fdpic_find_canonical_descriptor): Declare.
8560         * solib-frv.c: New file.
8561         * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8562         * config/frv/tm-frv.h (solib.h): Include.
8563
8564 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
8565
8566         * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8567         (frv-tdep.o): Update dependencies.
8568         * frv-tdep.h: New file.
8569         * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8570         (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8571         constants.
8572         (struct gdbarch_tdep): Add new member ``frv_abi''.
8573         (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8574         functions.
8575         (new_variant): Set ``frv_abi'' field.
8576         (gdb_arch_init): Detect FDPIC executables.
8577
8578 2004-03-12  Mark Kettenis  <kettenis@gnu.org>
8579
8580         * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8581         wrapper.
8582
8583 2004-03-11  Andrew Cagney  <cagney@redhat.com>
8584
8585         * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8586
8587 2004-03-11  Kevin Buettner  <kevinb@redhat.com>
8588
8589         * solist.h (master_so_list): New function.
8590         * solib.c (master_so_list): Likewise.
8591         * solib-svr4.c (enable_break): Iterate over so_list entries
8592         obtained from master list instead of entries obtained directly
8593         via svr4_current_sos().
8594
8595 2004-03-10  Ben Elliston  <bje@gnu.org>
8596
8597         * MAINTAINERS: Update my mail address.
8598
8599 2004-03-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8600
8601         * remote-m32r-sdi.c: Support hardware watchpoint.
8602
8603 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8604
8605         * user-regs.c: Update copyright years.
8606         (struct user_regs): Rename to gdb_user_regs.
8607         (append_user_reg, builtin_user_regs, user_regs_init)
8608         (user_reg_add, user_reg_map_name_to_regnum)
8609         (usernum_to_user_reg): Update.
8610
8611 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8612
8613         * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8614         (skip_children): New functions.
8615         (locate_pdi_sibling): Call skip_children.
8616
8617 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8618
8619         * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8620         * gdbtypes.c (check_typedef): Update comments.
8621
8622 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8623
8624         * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8625         (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8626         pointer.  Update comment about comp_unit_head.
8627         (struct abbrev_info): Shorten two int flags.
8628         (dwarf_alloc_abbrev): Take a CU argument.
8629         (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8630         each time through the loop.  Update cleanup argument.
8631         (psymtab_to_symtab_1): Update cleanup call.
8632         (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8633         abbrev_obstack.
8634         (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8635         Just call obstack_free and clear the pointer.
8636
8637 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8638
8639         * infrun.c (handle_inferior_event): Remove short-circuit code for
8640         events in a different thread.
8641
8642 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8643
8644         * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8645         print the whole transfer.
8646         (initialize_targets): Update description of "set debug target".
8647
8648 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8649
8650         * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8651
8652 2004-03-08  Nathan J. Williams  <nathanw@wasabisystems.com>
8653
8654         * MAINTAINERS (write after approval): Add myself.
8655
8656 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
8657
8658         * sh-tdep.c (sh_print_registers_info): Use for loop.
8659         Don't skip multiple registers when a float register is encountered.
8660
8661 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
8662
8663         Fix PR tdep/1291.
8664         * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8665         to official SH documentation.
8666
8667 2004-03-07  Andrew Cagney  <cagney@redhat.com>
8668
8669         * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8670         unused function.
8671
8672 2004-03-07  Daniel Jacobowitz  <drow@mvista.com>
8673
8674         * arm-tdep.c (thumb_get_next_pc): Handle BX.
8675         (arm_get_next_pc): Handle BX and BLX.
8676
8677 2004-03-07  Andrew Cagney  <cagney@redhat.com>
8678
8679         * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8680         FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8681         HPPA_SP_REGNUM.
8682         (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8683         (hppa_target_read_fp): Delete.
8684         (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8685         register_virtual_size, max_register_raw_size,
8686         max_register_virtual_size, register_byte, register_size,
8687         target_read_fp, fp_regnum, and register_bytes.  Set register_type
8688         instead of register_virtual_type.
8689         (hppa32_register_type, hppa64_register_type): Replace
8690         hppa32_register_virtual_type and hppa64_register_virtual_type.
8691         * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8692         (HPPA_FP_REGNUM): Define.
8693
8694         * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8695
8696         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8697         (pa_do_registers_info): Delete.
8698         * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8699         (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8700         (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8701
8702         * infcall.c (legacy_push_dummy_code): Delete #ifdef
8703         GDB_TARGET_IS_HPPA code.
8704         * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8705         (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8706         (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8707         * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8708         * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8709         (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8710         (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8711         (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8712         (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8713         (hppa_frameless_function_invocation, hppa64_store_return_value)
8714         (hppa_store_struct_return, hppa64_extract_return_value)
8715         (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8716         (hppa32_call_dummy_length, hppa64_call_dummy_length)
8717         (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718         (find_proc_framesize, deposit_21, restore_pc_queue)
8719         (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8720         (rp_saved, pc_in_linker_stub): Delete.
8721
8722         Unconditionally enable 64-bit frame and ABI code.
8723         * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8724         call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8725         push_dummy_frame, fix_call_dummy, push_arguments,
8726         call_dummy_location, extract_return_value, use_struct_convention,
8727         store_return_value, store_struct_return, saved_pc_after_call,
8728         init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8729         frame_chain, frame_chain_valid, frameless_function_invocation,
8730         frame_saved_pc, and pop_frame.
8731
8732         * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8733         (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8734         (hppa_gdbarch_init): Do not set PC_REGNUM.
8735
8736 2004-03-06  Mark Kettenis  <kettenis@gnu.org>
8737
8738         * config/alpha/tm-fbsd.h: Remove file.
8739         * config/alpha/fbsd.mt: Tweak comment.
8740         (TM_FILE): Set to tm-alpha.h.
8741
8742 2004-03-05  Andrew Cagney  <cagney@redhat.com>
8743
8744         * infrun.c (step_over_function): When non-legacy code, and no
8745         step_frame_id, use the unwinder to get the caller's frame ID.
8746
8747 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
8748
8749         * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8750         i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8751         bfd_arch_unknown.  Adjust comment.
8752
8753         * i386-nat.c: Fix typo in comment.  Re-introduce paranoiac.
8754         * i386obsd-tdep.c: Correct spelling in comment.
8755         * i386nbsd-tdep.c: Correct spelling in comment.
8756         * sparc-tdep.c: Correct spelling in comments.
8757
8758 2004-03-05  David Carlton  <carlton@kealia.com>
8759
8760         * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8761         bug.
8762
8763 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
8764
8765         * sparc-tdep.c: Fix typo in comment.
8766
8767 2004-03-04  J. Brobecker  <brobecker@gnat.com>
8768
8769         * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8770
8771 2004-03-04  Daniel Jacobowitz  <drow@mvista.com>
8772
8773         * dwarf2read.c: Add comment describing memory lifetimes.
8774         (struct dwarf2_pinfo): Update comment.
8775         (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8776         (read_enumeration, new_symbol): Don't use obsavestring.
8777
8778 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
8779
8780         * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8781         instead of amd64_fill_fxsave.
8782         * amd64bsd-nat.c (store_inferior_registers): Likewise.
8783         * amd64fbsd-nat.c (fill_fpregset): Likewise.
8784
8785         * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8786         Reorganize code a bit.
8787
8788 2004-03-04  Orjan Friberg  <orjanf@axis.com>
8789
8790         * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8791         when the frame pointer is pushed.  Don't set the frame pointer's
8792         address on the stack unless it's actually located there.
8793         Set the SRP's address on the stack correctly when the PC is still in
8794         the prologue.
8795         (cris_return_value): New function.
8796         (cris_gdbarch_init): Clear deprecated store_return_value,
8797         extract_return_value.
8798
8799 2004-03-02  Jim Blandy  <jimb@redhat.com>
8800
8801         * stabsread.c (reg_value_complaint): The maximum register number
8802         is one less than the number of registers.
8803
8804 2004-03-02  Andrew Cagney  <cagney@redhat.com>
8805
8806         * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8807         I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM.  Remove
8808         trailing comma and redundant assignment of I386_ST0_REGNUM.
8809         * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8810         32-bit segment registers.
8811
8812 2004-03-01  Andrew Cagney  <cagney@redhat.com>
8813
8814         * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8815         use frame_relative_level and get_next_frame.
8816
8817 2004-02-29  Andrew Cagney  <cagney@redhat.com>
8818
8819         * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8820         (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8821         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8822         Delete macro.
8823
8824 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
8825
8826         * inflow.c (terminal_inferior): Don't give up the terminal if we
8827         previously couldn't get the inferior's terminal state.
8828
8829 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
8830
8831         * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8832         PC_REGNUM.
8833
8834 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8835
8836         * NEWS: Refer to GDB 6.1.
8837         * README: Refer to GDB 6.1.
8838         * PROBLEMS: Refer to GDB 6.1.
8839
8840 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
8841
8842         * thread-db.c (disable_thread_signals): Remove unused function.
8843
8844 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
8845
8846         * amd64-nat.c: Include "gdb_string.h".
8847         (amd64_collect_native_gregset): Zero-extend the 32-bit
8848         general-purpose registers and %eip.
8849
8850         * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8851         * amd64-tdep.c (amd64_collect_fxsave): New function.
8852         (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8853
8854         * i387-tdep.h: Update copyright year.
8855         (i387_collect_fxsave): New prototype.
8856         * i387-tdep.c: Update copyright year.
8857         (i387_collect_fxsave): New function containing most of the code
8858         from i387_fill_fxsave.
8859         (i387_fill_fxsave): Call i387_collect_fxsave.
8860
8861 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8862
8863         * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8864         i386 use PTRACE_GET_THREAD_AREA.  Suggested by Roland McGrath.
8865
8866 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
8867
8868         * amd64-tdep.c (amd64_frame_cache): Fix comment.
8869
8870 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8871
8872         * utils.c: Use "", instead of <>, to include readline.
8873         tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8874         * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8875         * source.c, solib.c, exec.c, event-top.c: Ditto.
8876         * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8877         * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8878         * Makefile.in: Update all dependencies.
8879         (readline_tilde_h, readline_history_h): Define.
8880         (readline_headers): Delete.
8881
8882 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
8883
8884         * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8885         "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8886         "config/i386/tm-lx64.h".
8887
8888         * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8889         "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c".  Remove
8890         rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8891
8892 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8893
8894         * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8895
8896         * breakpoint.c (_initialize_breakpoint): Use
8897         "add_setshow_auto_boolean_cmd.  Better word-wrap help messages.
8898         Add help to show command.
8899
8900 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
8901
8902         * i386-nat.c: Reformat to be closer to coding standards.
8903         (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8904         `retval'.  Make variables `align' and `size' local to while-loop.
8905         (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8906         (_initialize_i386_nat): New prototype.
8907
8908         * tui/tui.c: Include <readline/readline.h> instead of
8909         "readline/readline.h".  Include it after <term.h> and
8910         "gdb_curses.h".
8911
8912 2004-02-27  Andrew Cagney  <cagney@redhat.com>
8913
8914         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8915         the new frame unwind code.
8916         (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8917         (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8918         PCOQ_HEAD_REGNUM.
8919
8920         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8921         "return_value" and "push_dummy_call".
8922         (hppa32_use_struct_convention): Delete unused function.
8923         (hppa32_store_return_value): Delete unused function.
8924         (hppa32_extract_return_value): Delete unused function.
8925         (hppa32_stack_align): Delete function.
8926
8927 2004-02-27  Eli Zaretskii  <eliz@elta.co.il>
8928
8929         * coffread.c (enter_linenos): Don't let rawptr reference memory
8930         outside linetab[]'s limits.
8931
8932 2004-02-27  Andrew Cagney  <cagney@redhat.com>
8933
8934         * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8935         inferior stack space - the stack needs to grow upwards.
8936         (hppa32_frame_align): New function.
8937         (hppa64_frame_align): Replace hppa_frame_align.
8938         (hppa_gdbarch_init): Update.
8939
8940 2004-02-26  Orjan Friberg  <orjanf@axis.com>
8941
8942         * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8943         (dwarf2-frame.h): Include.
8944         (enum cris_regnums): New enum CRIS_FP_REGNUM.
8945         Remove static variables related to ABI setting.
8946         (struct gdbarch_tdep): Remove cris_abi member.
8947         (struct frame_extra_info): Remove.
8948         (cris_unwind_cache, stack_item): New structs.
8949         (cris_frame_unwind, cris_frame_base): New variables.
8950         (push_stack_item, pop_stack_item)
8951         (cris_frame_unwind_cache, cris_frame_this_id)
8952         (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8953         (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8954         (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8955         (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8956         (cris_reg_struct_has_addr): New functions.
8957         (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8958         (cris_frame_saved_pc, cris_saved_pc_after_call,
8959         (cris_store_struct_return, cris_frameless_function_invocation)
8960         (cris_pop_frame, cris_skip_prologue_main)
8961         (cris_abi_original_store_return_value)
8962         (cris_abi_v2_store_return_value)
8963         (cris_abi_original_extract_return_value)
8964         (cris_abi_v2_extract_return_value)
8965         (cris_abi_original_reg_struct_has_addr)
8966         (cris_abi_v2_reg_struct_has_addr)
8967         (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8968         (cris_push_return_address, cris_abi_update): Remove.
8969         (_initialize_cris_tdep): Remove ABI command.
8970         (cris_dump_tdep): Ditto.
8971         (cris_gdbarch_init): Remove ABI command.
8972         Set store_return_value, extract_return_value, push_dummy_code,
8973         push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8974         frame_unwind_append_sniffer, frame_base_set_default.
8975         Clear deprecated init_frame_pc, push_arguments, store_return_value,
8976         extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8977         sizeof_call_dummy_words, get_saved_register, push_return_address,
8978         pop_frame, store_struct_return, frame_init_saved_regs,
8979         init_extra_frame_info, frameless_function_invocation, frame_chain,
8980         frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8981         dummy_write_sp.
8982
8983 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8984
8985         * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8986         * valprint.c (print_hex_chars): Change from static to external.
8987         (print_char_chars): New function.
8988         * printcmd.c (print_scalar_formatted): For integer and enum types
8989         that are longer than LONGEST, perform processing via appropriate
8990         print_*_chars routines.
8991
8992 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8993
8994         * Makefile.in: Update dependencies.
8995         Changes from Ulrich Weigand,
8996         * s390-tdep.c: Include "dwarf2-frame.h".
8997         (s390_dwarf2_frame_init_reg): New function.
8998         (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8999         dwarf2_frame_base_sniffer.  Call dwarf2_frame_set_init_reg.
9000
9001 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
9002
9003         * breakpoint.c (pending_break_support): New setting variable.
9004         (break_command_1): Account for pending_break_support setting
9005         when creating pending breakpoints.
9006         (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9007         (_initialize_breakpoint): Add "set breakpoint pending" and
9008         "show breakpoint pending" commands.
9009
9010 2004-02-26  Andrew Cagney  <cagney@redhat.com>
9011
9012         Fix PR i18n/1570.
9013         * charset.c (backslashable, backslashed, represented): Remove 'e'
9014         from list of escaped characters, not part of ISO-C.
9015
9016 2004-02-25  J. Brobecker  <brobecker@gnat.com>
9017
9018         From Peter Schauer <schauer@pdf.de>:
9019         * tui/tui.c: Move system header includes after local includes.
9020         Fixes a build failure on solaris systems.
9021
9022 2004-02-25  J. Brobecker  <brobecker@gnat.com>
9023
9024         * configure.in: Refine the previous change.
9025         * configure: Regenerate.
9026
9027 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
9028
9029         * amd64-tdep.h: Renamed from x86-64-tdep.h.
9030         * amd64-tdep.c: Renamed from x86-64-tdep.c.  Include
9031         "amd64-tdep.h" instead of "x86-64-tdep.h".
9032         * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9033         * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9034         * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c.  Include
9035         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9036         and "x86-64-tdep.c".
9037         * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c.  Include
9038         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9039         and "x86-64-tdep.c".
9040         * amd64bsd-nat.c: Update copyright year.
9041         Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9042         * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9043         "x86-64-tdep.h".
9044         * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9045         "x86-64-tdep.h".
9046         * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9047         "x86-64-tdep.h".
9048         * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9049         "x86-64-tdep.h".
9050         * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9051         "x86-64-tdep.h".
9052         * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9053         "x86-64-tdep.h".
9054         * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9055         * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9056         * Makefile.in (amd64_linux_tdep_h): Renamed from
9057         x86_64_linux_tdep_h.
9058         (amd64_tdep_h): Renamed from x86_64_tdep_h.
9059         (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9060         (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9061         (amd64obsd-tdep.o): Update dependencies.
9062         (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9063         dependencies.
9064         (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9065         dependencies.
9066         (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9067         amd64-linux-nat.c amd64-linux-tdep.c.
9068         * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9069         * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9070         * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9071         (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9072         amd64-tdep.o and amd64-linux-tdep.o.
9073         (TM_FILE): Set to tm-linux64.h.
9074         * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9075         (NAT_FILE): Set to nm-linux64.h.
9076         (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9077         * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9078         amd64-tdep.o.
9079         * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9080         amd64-tdep.o.
9081         * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9082         amd64-tdep.o.
9083
9084 2004-02-25  Roland McGrath  <roland@redhat.com>
9085
9086         * remote.c (remote_protocol_qPart_auxv): New variable.
9087         (init_all_packet_configs): Initialize it.
9088         (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9089         (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9090         (show_remote_cmd): Call it.
9091         (_initialize_remote): Initialize commands.
9092         (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9093         service TARGET_OBJECT_AUXV requests.
9094
9095 2004-02-25  J. Brobecker  <brobecker@gnat.com>
9096
9097         * configure.in: Make sure that the wborder function is available.
9098         Otherwise, search for it in the cur_colr library.
9099         * configure: Regenerate.
9100
9101 2004-02-25  Andrew Cagney  <cagney@redhat.com>
9102
9103         * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9104
9105 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
9106
9107         * config/i386/tm-x86-64linux.h: Tweak comments.
9108
9109 2004-02-25  Richard Sandiford  <rsandifo@redhat.com>
9110
9111         * MAINTAINERS: Add self to write-after-approval list.
9112
9113 2004-02-25  Andrew Cagney  <cagney@redhat.com>
9114
9115         PR cli/1566.  Problem found, and fix suggested by David Allan.
9116         * cli/cli-script.c (execute_control_command): Unconditionally
9117         install a cleanup.  Default "ret" to "invalid_control".  Use
9118         "break" instead of "return" to escape from the switch.
9119
9120 2004-02-24  J. Brobecker  <brobecker@gnat.com>
9121
9122         * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9123         with the lines macro defined in term.h on AiX.
9124         * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9125         a collision with the label_width macro defined in term.h on AiX.
9126
9127 2004-02-23  David Mosberger  <davidm@hpl.hp.com>
9128
9129         Committed by Kevin Buettner <kevinb@redhat.com>.
9130
9131         * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9132         * ia64-tdep.c (ia64_write_pc): Make it a global function.
9133         (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9134         instead of ia64_write_pc().
9135         * ia64-linux-tdep.c (regcache.h): Include.
9136         (ia64_linux_write_pc): New function.
9137
9138 2004-02-23  Roland McGrath  <roland@redhat.com>
9139
9140         * auxv.c (info_auxv_command): Fix typos in error messages.
9141
9142 2004-02-23  Mark Kettenis  <kettenis@gnu.org>
9143
9144         * x86-64-tdep.h: Tweak comment.
9145         (enum amd64_regnum): New.
9146         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9147         (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9148         (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9149         (X86_64_XMM1_REGNUM): Removed.
9150         (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9151         (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9152         prototypes for renamed functions.
9153         * x86-64-tdep.c: Fix typo.
9154         (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9155         register numbers.
9156         (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9157         Use constants from `enum amd64_regnum' for register numbers.
9158         (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9159         (amd64_analyze_prologue, amd64_frame_cache,
9160         amd64_sigtramp_frame_cache): Use constants from `enum
9161         amd64_regnum' for register numbers.
9162         (amd64_supply_fpregset): Adjust for renamed functions.
9163         (amd64_init_abi): Rename from x86_64_init_abi.  Use constants from
9164         `enum amd64_regnum' for register numbers.
9165         (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9166         (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9167         (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9168         * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9169         (amd64_linux_fill_gregset): Adjust for renamed macros.
9170         (fetch_core_registers): Adjust for renamed functions.
9171         (amd64_linux_init_abi): Adjust for renamed functions.
9172         * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9173         renamed functions.
9174         * amd64-nat.c: Adjust for renamed macros.
9175         * amd64bsd-nat.c (fetch_inferior_registers)
9176         (store_inferior_registers): Use constants from `enum amd64_regnum'
9177         for register numbers.  Adjust for renamed variables.
9178         * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9179         renamed variables.
9180         (_initialize_amd64fbsd_nat): Use constants from `enum
9181         amd64_regnum' for register numbers.
9182         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9183         `enum amd64_regnum' for register numbers.
9184         (amd64fbsd_init_abi): Adjust for renamed functions.
9185         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9186         `enum amd64_regnum' for register numbers.
9187         (amd64nbsd_init_abi): Adjust for renamed functions.
9188         (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9189         * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9190         `enum amd64_regnum' for register numbers.
9191         (amd64obsd_init_abi): Adjust for renamed functions.
9192         (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9193
9194 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
9195
9196         * breakpoint.c (print_one_breakpoint): Do not output spaces
9197         after printing <PENDING> for a pending breakpoint.
9198
9199 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
9200
9201         * printcmd.c (print_scalar_formatted): Initialize val_long
9202         to remove compiler warning message.
9203
9204 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
9205
9206         * defs.h (nquery, yquery): New prototypes.
9207         * breakpoint.c (break_command_1): Use new nquery interface.
9208         * utils.c (defaulted_query, nquery, yquery): New functions.
9209
9210 2004-02-23  Andrew Cagney  <cagney@redhat.com>
9211
9212         * hppa-tdep.c (hppa_frame_align): New function.
9213         (hppa32_push_dummy_call): New function.
9214         (hppa64_push_dummy_call): New function.
9215         (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9216         disabled.
9217
9218         * infcall.c (legacy_push_dummy_code): Don't call deprecated
9219         FIX_CALL_DUMMY when push_dummy_call is available.
9220         (call_function_by_hand, push_dummy_code): Ditto.
9221
9222 2004-02-22  Andrew Cagney  <cagney@redhat.com>
9223
9224         * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9225         (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9226         (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9227         * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9228         use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9229         call_dummy_location to ON_STACK.
9230
9231 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
9232
9233         * x86-64-linux-tdep.c: Tweak comment.
9234         (amd64_linux_supply_gregset): Renamed from
9235         x86_64_linux_supply_gresget.
9236         (amd64_linux_fill_gregset): Renamed from
9237         x86_64_linux_fill_gregset.
9238         (fetch_core_registers): Adjust for renamed functions.
9239         (amd64_core_fns): Renamed from x86_64_core_fns.
9240         (amd64_linux_sigtramp_start): Renamed from
9241         x86_64_linux_sigtramp_start.
9242         (amd64_linux_pc_in_sigtramp): Renamed from
9243         x86_64_linux_pc_in_sigtramp.  Adjust for renamed functions.
9244         (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9245         X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9246         (amd64_linux_sigcontext_addr): Renamed from
9247         x86_64_linux_sigcontext_addr.
9248         (amd64_linux_sc_reg_offset): Renamed from
9249         x86_64_linux_sc_reg_offset.
9250         (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9251         Adjust for renamed functions and variables.
9252         (_initialize_amd64_linux_tdep): Renamed from
9253         _initialize_x86_64_linux_tdep.  Adjust for renamed functions and
9254         variables.
9255         * x86-64-linux-tdep.h: Update copyright year.  Tweak comment.
9256         Adjust for renamed functions.
9257
9258         * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9259         from x86_64_linux_gregset64_reg_offset.
9260         (amd64_linux_gregset32_reg_offset): Rename from
9261         x86_64_linux_gregset64_reg_offset.
9262         (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9263         (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9264         (amd64_linux_dr_set_control): Renamed from
9265         x86_64_linux_dr_set_control.  Adjust for renamed functions.
9266         (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9267         Adjust for renamed functions.
9268         (amd64_linux_dr_reset_addr): Renamed from
9269         x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9270         (amd64_linux_dr_get_status): Renamed from
9271         x86_64_linux_dr_get_status.  Adjust for renamed functions.
9272         (_initialize_amd64_linux_nat): Renamed from
9273         _initialize_x86_64_linux_nat.  Adjust for renamed variables and
9274         functions.
9275         * config/i386/nm-x86-64linux.h: Update copyright year.
9276         Adjust for renamed functions.
9277
9278         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9279         amd64fbsd_sigtramp_start.
9280         (amd64fbsd_sigtramp_end_addr): Renamed from
9281         amd64fbsd_sigtramp_end.
9282         (amd64fbsd_init_abi): Adjust for renamed variables.
9283         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9284         variables.
9285         * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9286         amd64fbsd_sigtramp_start.
9287         (amd64fbsd_sigtramp_end_addr): Renamed from
9288         amd64fbsd_sigtramp_end.
9289
9290 2004-02-22  Andrew Cagney  <cagney@redhat.com>
9291
9292         * hppa-tdep.c (hppa32_return_value): New function.
9293         (hppa64_return_value): New function.
9294         (hppa_gdbarch_init): Set return_value; keep disabled.
9295
9296         * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9297         struct-return and inferior function call methods.
9298
9299         * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9300         "frame-base.h".
9301         (struct hppa_frame_cache): Define.
9302         (hppa_frame_cache, hppa_frame_this_id): New functions.
9303         (hppa_frame_prev_register): New function.
9304         (hppa_frame_unwind, hppa_frame_base): New variables.
9305         (hppa_frame_unwind_sniffer): New function.
9306         (hppa_frame_base_address, hppa_unwind_pc): New function.
9307         (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9308         sniffer, and frame base sniffer; keep disabled.
9309         (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9310         * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9311
9312         * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9313         to predicates for "seriously old code".
9314
9315         * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9316         runtime if(0).
9317
9318         * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9319         unsigned.
9320         (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9321
9322         * config/pa/tm-hppa.h: Update copyright.
9323         (DEPRECATED_INIT_FRAME_PC): Delete macro.
9324         (deprecated_init_frame_pc_default): Delete declaration.
9325         (hppa_frame_init_saved_regs): Delete declaration.
9326         (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9327         * hppa-tdep.c: Include "arch-utils.h".
9328         (hppa_gdbarch_init): Set deprecated init_frame_pc
9329         and deprecated frame_init_saved_regs.
9330         (hppa_frame_init_saved_regs): Make static.
9331
9332 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
9333
9334         Remove old 386BSD support.
9335         * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9336         * configure.host: Remove i[34567]86-*-bsd*.
9337         * configure.tgt: Remove i[34567]86-*-bsd*.
9338         * i386b-nat.c: Removed.
9339         * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9340         (i386b-nat.o): Remove dependencies.
9341
9342         * config/i386/i386bsd.mh: Removed.
9343         * config/i386/i386bsd.mt: Removed.
9344         * config/i386/nm-i386bsd.h: Removed.
9345         * config/i386/tm-i386bsd.h: Removed.
9346         * config/i386/xm-i386bsd.h: Removed.
9347
9348         * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9349
9350         * amd64fbsd-tdep.c: Include "solib-svr4.h".
9351         (amd64fbsd_init_abi): Set link map offsets.
9352         * amd64nbsd-tdep.c: Include "slib-svr4.h".
9353         (amd64nbsd_init_abi): Set link map offsets.
9354         * amd64obsd-tdep.c: Include "solib-svr4.h".
9355         (amd64obsd_init_abi): Set link map offsets.
9356         * i386fbsd-tdep.c: Include "solib-svr4.h".
9357         (i386fbsd_init_abi): Set link map offsets.
9358         * i386nbsd-tdep.c: Include "solib-svr4.h".
9359         (i386nbsdelf_init_abi): Set link map offsets.
9360         * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9361         (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9362         * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9363         solib-legacy.o and core-aout.o. Reformat.
9364         * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9365         solib-svr4.o, solib-legacy.o.  Reformat.
9366         * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o.  Reformat.
9367         * config/i386/nbsdelf.mh: Reformat.
9368         * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9369         solib-svr4.o, solib-legacy.o and corelow.o.
9370         * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9371         * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9372         solib-svr4.o, solib-legacy.o and corelow.o.  Reformat.
9373         * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9374         * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9375         (TM_FILE): Set to tm-fbsd.h.
9376         * config/i386/nbsd.mt (TDEPFILES): Reformat.
9377         * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9378         solib-svr4.o.
9379         * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9380         solib-svr4.o.
9381         (TM_FILE): Set to nm-nbsd.h.
9382         * config/i386/nm-fbsd.h: Update copyright year.  Tweak comments.
9383         Simplify shared library support.  Don't include "elf/common.h".
9384         (SVR4_SHARED_LIBS): Don't define.
9385         * config/i386/nm-fbsd64.h: Update copyright year.  Don't include
9386         "solib.h".
9387         * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9388         config/i386/nm-obsd.h: Update copyright year.  Tweak comments.
9389         * config/i386/tm-fbsd.h: Update copyright tear.  Tweak comments.
9390         Don't include "i386/tm-i386.h".  Include "solib.h".
9391         * config/i386/tm-nbsd.h: Update copyright year.  Tweak comments.
9392         Don't include "i386/tm-i386.h".
9393         * config/i386/xm-i386.h: Update copyright year.  Tweak comments.
9394         * config/i386/xm-nbsd.h: Update copyright year.  Tweak comments.
9395         Include "i386/xm-i386.h".
9396         (HOST_LONG_DOUBLE_FORMAT): Remove.
9397
9398         Fix OpenBSD/i386 sigtramp recognition.
9399         * i386-tdep.h: Update copyright year.
9400         (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9401         (i386bsd_sigtramp_end): New prototypes.
9402         (i386fbsd_sigtramp_start_addr): Renamed from
9403         i386fbsd_sigtramp_start.
9404         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9405         (i386obsd_sigtramp_start_addr): Renamed from
9406         i386obsd_sigtramp_start.
9407         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9408         * i386bsd-tdep.c: Update copyright year.
9409         (i386bsd_pc_in_sigtramp): Make public.
9410         * i386fbsd-nat.c: Update copyright year.
9411         (_initialize_i386fbsd_nat): Adjust for renamed variables.
9412         * i386fbsd-tdep.c: Update copyright year.
9413         (i386fbsd_sigtramp_start_addr): Renamed from
9414         i386fbsd_sigtramp_start.
9415         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9416         (i386fbsdaout_init_abi): Adjust for renamed variables.
9417         * i386obsd-nat.c: Update copyright year.
9418         (_initialize_i386obsd_nat): Adjust for renamed variables.
9419         * i386obsd-tdep.c: Include "target.h".
9420         (i386obsd_page_size): New variable.
9421         (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9422         (i386obsd_sigtramp_end): New functions.
9423         (i386obsd_sigtramp_start_addr): Renamed from
9424         i386obsd_sigtramp_start.
9425         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9426         (i386obsd_init_abi): Adjust for renamed variables.  Set
9427         pc_in_sigtramp, sigtramp_start and sigtramp_end.
9428         * Makefile.in (i386obsd-tdep.o): Update dependencies.
9429
9430         * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9431         trampoline change in OpenBSD kernel.
9432
9433         * amd64-nat.c: Update copyright year.
9434         (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9435         architecture from REGCACHE.
9436
9437         * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9438         symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9439
9440 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
9441
9442         * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9443         i[34567]86-*-openbsd3.[0-3].
9444         * config/i386/obsdaout.mh: New file.
9445
9446         * config/i386/obsd.mh (MH_FLAGS): Remove.
9447
9448         Fix PR build/1549.
9449         * i386obsd-tdep.c: Update copyright years.  Include
9450         "solib-svr4.h".
9451         (i386obsd_init_abi): Don't set regset_from_core_section here.
9452         (i386obsd_aout_init_abi): New function.  Set
9453         regset_from_core_section here.
9454         (i386obsd_elf_init_abi): New function.
9455         (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9456         * Makefile.in (i386obsd-tdep.o): Update dependecies.
9457         * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9458         (TM_FILE): Set to tm-nbsd.h.
9459
9460         * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9461         solib-sunos.o.
9462
9463         * solib-svr4.h: Update copyright year.
9464         (svr4_ilp32_fetch_link_map_offsets)
9465         (svr4_lp64_fetch_link_map_offsets): New prototype.
9466         * solib-svr4.c: Update copyright year.
9467         (svr4_ilp32_fetch_link_map_offsets)
9468         (svr4_lp64_fetch_link_map_offsets): New function.
9469
9470 2004-02-20  Daniel Jacobowitz  <drow@mvista.com>
9471
9472         * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9473         to the partial symbol table.
9474
9475 2004-02-20  J. brobecker  <brobecker@gnat.com>
9476
9477         * PROBLEMS: Add description of problem documented under gdb/1560.
9478
9479 2004-02-20  Mark Kettenis  <kettenis@gnu.org>
9480
9481         * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h".  Fix
9482         comments.
9483         (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9484         functions.
9485         (amd64obsd_init_abi): Reorder initializations.  Use
9486         amd64obsd_r_reg_offset to initialize the general-purpose register
9487         set details.  Set regset_from_core_section.
9488         (_initialize_amd64obsd_tdep): Rename from
9489         _initialize_amd64obsd_ndep.  Add OS ABI handler for core dumps.
9490         * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9491         * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9492
9493         * NEWS (New native configurations): Mention OpenBSD/alpha.
9494         * configure.tgt: Add alpha*-*-openbsd*.
9495         * configure.host: Add alpha*-*-openbsd*.
9496         * alphanbsd-tdep.c: Update copyright year.
9497         (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9498
9499 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9500
9501         Fix PR tdep/1372.
9502         * configure.tgt: Delete target "none-*-*".
9503         * configure.host: Delete host "none-*-*".
9504         * config/none/none.mh: Delete file.
9505         * config/none/none.mt: Delete file.
9506         * config/none/xm-none.h: Delete file.
9507         * config/none/tm-none.h: Delete file.
9508         * config/none/nm-none.h: Delete file.
9509
9510 2004-02-19  Fred Fish  <fnf@redhat.com>
9511
9512         * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9513         cache->uses_fp prior to setting it.
9514
9515 2004-02-19  Fred Fish  <fnf@redhat.com>
9516
9517         Fix for PR breakpoint/1558.
9518         * sh-tdep.c (IS_JSR): New macro.
9519         (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9520
9521 2004-02-19  Jim Blandy  <jimb@redhat.com>
9522
9523         * findvar.c (value_from_register): Doc fix.
9524
9525 2004-02-19  Jeff Johnston  <jjohnstn@redhat.com>
9526
9527         * printcmd.c (print_scalar_formatted): Do not check for sizeof
9528         type being greater than sizeof of host's LONGEST.  Always use
9529         unpack_long() unless format 'f' chosen.
9530
9531 2004-02-19  Joel Brobecker  <brobecker@gnat.com>
9532
9533         Committed by Elena Zannoni  <ezannoni@redhat.com>
9534
9535         * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9536         contains a symbol wich is the best, non-exact match for the given
9537         pc.  Update comments.
9538
9539 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
9540
9541         * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9542         macro, which was part of the now removed Mach 3 port.
9543         * utils.c (request_quit): Ditto.
9544
9545 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
9546
9547         * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9548         "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9549
9550 2004-02-18  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9551
9552         Committed by Mark Kettenis  <kettenis@gnu.org>.
9553
9554         * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9555         Define.
9556
9557 2004-02-18  Andrew Cagney  <cagney@redhat.com>
9558
9559         * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9560         CONFIG_INSTALL and CONFIG_UNINSTALL.
9561         * configure: Re-generate.
9562         * interps.h (INTERP_TUI): Define.
9563         * Makefile.in: Update dependencies.
9564         (TUI): New macro.
9565         (tui-main.o): Specify dependencies.
9566         (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9567         * tui/tui-main.c: New file.
9568
9569 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
9570
9571         * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9572         * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9573         dependencies.
9574         * configure.host: Add x86_64-*-openbsd*.
9575         * configure.tgt: Add x86_64-*-openbsd*.
9576         * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9577
9578         * tui/tui.c: Don't include <malloc.h>.
9579
9580         * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9581         amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9582         amd64nbsd-tdep.c.
9583
9584         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9585         static.  Remove extraneous whitespace.
9586         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9587         static.
9588
9589 2004-02-17  Jim Blandy  <jimb@redhat.com>
9590
9591         * findvar.c (value_from_register): Doc fix.
9592
9593 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9594
9595         Committed by Jim Blandy  <jimb@redhat.com>.
9596
9597         * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9598         CORE_ADDR as type for selectors.  Correct types for GNU run time
9599         message lookup function to use double indirection.
9600         * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9601         * objc-lang.h (lookup_child_selector): Adapt prototype.
9602
9603         * s390-nat.c (SUBOFF): New macro.
9604         (supply_gregset, fill_gregset): Use it to handle debugging
9605         of 32-bit exectuables running under a 64-bit kernel.
9606         * s390-tdep.c: Include "solib-svr4.h".
9607         (s390_svr4_fetch_link_map_offset): New function.
9608         (s390x_svr_fetch_link_map_offset): Likewise.
9609         (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9610         * Makefile.in (s390-tdep.o): Update dependencies.
9611
9612         * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9613         "frame-unwind.h".
9614         (s390_readinstruction): Reformat.  Use read_memory_nobpt.
9615         (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9616         (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9617         (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9618         S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9619         S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9620         S390_SIGNAL_FRAMESIZE,
9621         s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9622         (struct frame_extra_info): Remove.
9623         (s390_memset_extra_info): Remove.
9624         (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9625         (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9626         (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9627         (is_rse): Renamed to ...
9628         (is_rsy): ... this.  Support long displacements.
9629         (is_rxe): Renamed to ...
9630         (is_rxy): ... this.  Support long displacements.
9631         (compute_x_addr): Support long displacements.
9632         (struct s390_prologue_data): New data type.
9633         (s390_on_stack): Change API to use struct s390_prologue_data.
9634         (s390_store): Reimplement.
9635         (s390_load): New function.
9636         (s390_get_signal_frame_info): Remove.
9637         (s390_get_frame_info): Remove, replace by ...
9638         (s390_analyze_prolog): ... this new function.
9639         (s390_check_function_end): Remove.
9640         (s390_function_start): Remove.
9641         (s390_frameless_function_invokation): Remove.
9642         (s390_is_sigreturn): Remove.
9643         (s390_init_frame_pc_first): Remove.
9644         (s390_init_frame_extra_info): Remove.
9645         (s390_frame_init_saved_regs): Remove.
9646         (s390_frame_saved_pc_nofix): Remove.
9647         (s390_frame_saved_pc): Remove.
9648         (s390_frame_chain): Remove.
9649         (s390_fp_regnum, s390_read_fp): Remove.
9650         (s390_pop_frame_regular, s390_pop_frame): Remove.
9651         (s390_saved_pc_after_call): Remove.
9652         (s390_skip_prologue): Reimplement.
9653         (s390_in_function_epilogue_p): Support long displacements.
9654         (struct s390_unwind_cache): New data structure.
9655         (s390_frame_unwind_cache): New function.
9656         (s390_prologue_frame_unwind_cache): Likewise.
9657         (s390_backchain_frame_unwind_cache): Likewise.
9658         (s390_frame_this_id, s390_frame_prev_register): Likewise.
9659         (s390_frame_unwind): Define.
9660         (s390_frame_sniffer): New function.
9661         (struct s390_pltstub_unwind_cache): New data structure.
9662         (s390_pltstub_frame_unwind_cache): New function.
9663         (s390_pltstub_frame_this_id): Likewise.
9664         (s390_pltstub_frame_prev_register): Likewise.
9665         (s390_pltstub_frame_unwind): Define.
9666         (s390_pltstub_frame_sniffer): New function.
9667         (struct s390_sigtramp_unwind_cache): New data structure.
9668         (s390_sigtramp_frame_unwind_cache): New function.
9669         (s390_sigtramp_frame_this_id): Likewise.
9670         (s390_sigtramp_frame_prev_register): Likewise.
9671         (s390_sigtramp_frame_unwind): Define.
9672         (s390_sigtramp_frame_sniffer): New function.
9673         (s390_frame_base_address, s390_local_base_address): New functions.
9674         (s390_frame_base): Define.
9675         (s390_unwind_pc, s390_unwind_sp): New function.
9676         (s390_push_dummy_call): Use new frame base location.
9677         (s390_unwind_dummy_id): Likewise.
9678         (s390_gdbarch_init): Remove calls to:
9679         set_gdbarch_frameless_function_invocation,
9680         set_gdbarch_deprecated_init_frame_pc,
9681         set_gdbarch_deprecated_frame_chain,
9682         set_gdbarch_deprecated_frame_init_saved_regs,
9683         set_gdbarch_deprecated_pop_frame,
9684         set_gdbarch_deprecated_init_extra_frame_info,
9685         set_gdbarch_deprecated_init_frame_pc_first,
9686         set_gdbarch_deprecated_target_read_fp,
9687         set_gdbarch_deprecated_frame_saved_pc,
9688         set_gdbarch_deprecated_saved_pc_after_call,
9689         set_gdbarch_deprecated_fp_regnum.
9690         Add calls to:
9691         set_gdbarch_in_solib_call_trampoline,
9692         frame_unwind_append_sniffer,
9693         frame_base_set_default,
9694         set_gdbarch_unwind_pc,
9695         set_gdbarch_unwind_sp.
9696         * Makefile.in (s390-tdep.o): Update dependencies.
9697
9698         * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9699         (S390_STACK_FRAME_OVERHEAD): Remove.
9700         (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9701         (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9702         (s390_promote_integer_argument): Remove.
9703         (s390_cannot_extract_struct_value_address): Remove.
9704         (s390_use_struct_convention, s390_store_struct_return): Remove.
9705         (s390_extract_return_value, s390_store_return_value): Remove.
9706         (s390_return_value_convention, s390_return_value): New functions.
9707         (is_float_singleton): Handle typedefs.
9708         (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9709         Remove, replace by ...
9710         (s390_function_arg_pass_by_reference, s390_function_arg_float,
9711         s390_function_arg_integer): ... these new functions.
9712         (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9713         (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9714         (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9715         Fill in tdep->abi.
9716         Remove calls to:
9717         set_gdbarch_deprecated_store_struct_return,
9718         set_gdbarch_deprecated_extract_return_value,
9719         set_gdbarch_deprecated_store_return_value,
9720         set_gdbarch_use_struct_convention,
9721         set_gdbarch_extract_struct_value_address,
9722         set_gdbarch_deprecated_pc_in_call_dummy,
9723         set_gdbarch_deprecated_push_arguments,
9724         set_gdbarch_deprecated_save_dummy_frame_tos,
9725         set_gdbarch_deprecated_push_return_address,
9726         set_gdbarch_deprecated_sizeof_call_dummy_words,
9727         set_gdbarch_deprecated_call_dummy_words,
9728         set_gdbarch_deprecated_dummy_write_sp.
9729         Add calls to:
9730         set_gdbarch_push_dummy_call,
9731         set_gdbarch_unwind_dummy_id,
9732         set_gdbarch_return_value.
9733
9734         * config/s390/nm-linux.h: Update comments.
9735         (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9736         (STOPPED_BY_WATCHPOINT): Redefine.
9737         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9738         (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9739         (s390_stopped_by_watchpoint): Likewise.
9740         (watch_area_cnt): Remove.
9741         * s390-nat.c: Update comments.
9742         (watch_area): Remove typedef.
9743         Global replace watch_area by struct watch_area.
9744         (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9745         (s390_stopped_by_watchpoint): Remove pid argument,
9746         use s390_inferior_tid.  Add short-cut for the no watchpoint case.
9747         (s390_fix_watch_points): Remove pid argument,
9748         use s390_inferior_tid.  Recompute area spanned by watchpoints.
9749         (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9750         argument.  Reimplement.
9751
9752         * config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
9753         (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9754         (FETCH_INFERIOR_REGISTERS): Define.
9755         * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9756         core-regset.o.
9757         * config/s390/s390x.mt: Remove.
9758         * config/s390/tm-s390.h: Remove.
9759         * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9760         (TARGET_ELF64): Remove.
9761         (SKIP_TRAMPOLINE_CODE): Do not undefine.
9762         * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9763         s390*-*-* case; always set gdb_target to s390.
9764         * regformats/reg-s390.dat: Remove control registers.
9765         * regformats/reg-s390x.dat: Likewise.
9766         * s390-tdep.h: New file.
9767         * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9768         Include "inferior.h" and "s390-tdep.h".
9769         Remove private definition of offsetof.
9770         (s390_register_u_addr): Remove.
9771         (regmap_gregset, regmap_fpregset): Define.
9772         (supply_gregset, fill_gregset): Reimplement.
9773         (supply_fpregset, fill_fpregset): Likewise.
9774         (s390_inferior_tid): New function.
9775         (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9776         (fetch_inferior_registers, store_inferior_registers): Likewise.
9777         * s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
9778         of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
9779         Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9780         Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9781         (struct gdbarch_tdep): Define.
9782         (struct s390_register_info): Define.
9783         (s390_register_info): New variable.
9784         (s390_register_name): Reimplement.
9785         (s390_register_type): New function.
9786         (s390_register_raw_size, s390x_register_raw_size): Remove.
9787         (s390_cannot_fetch_register): Remove.
9788         (s390_register_byte): Remove.
9789         (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9790         (s390_dwarf_regmap): New variable.
9791         (s390_dwarf_reg_to_regnum): New function.
9792         (s390_stab_reg_to_regnum): Remove.
9793         (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9794         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9795         (s390_convert_register_p): Likewise.
9796         (s390_register_to_value, s390_value_to_register): Likewise.
9797         (s390_register_reggroup_p): Likewise.
9798         (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9799         s390_gregset, s390x_gregset, s390_fpregset): New variables.
9800         (s390_supply_regset, s390_regset_from_core_section): New functions.
9801         (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9802         (S390_FPR_SIZE): Likewise.
9803         (S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
9804         Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9805         (S390_NUM_GPRS): Move here from tm-s390.h.
9806         (S390_NUM_FPRS): Likewise.
9807         (s390_in_function_epilogue_p): New function.
9808         (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9809         Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9810         (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9811         Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9812         Replace S390_FP_REGNUM by S390_SP_REGNUM.
9813         Remove calls to:
9814         set_gdbarch_deprecated_max_register_raw_size,
9815         set_gdbarch_deprecated_max_register_virtual_size,
9816         set_gdbarch_deprecated_register_byte,
9817         set_gdbarch_cannot_fetch_register,
9818         set_gdbarch_cannot_store_register,
9819         set_gdbarch_deprecated_register_size,
9820         set_gdbarch_deprecated_register_raw_size,
9821         set_gdbarch_deprecated_register_virtual_size,
9822         set_gdbarch_deprecated_register_virtual_type,
9823         set_gdbarch_deprecated_register_bytes.
9824         Add calls to:
9825         set_gdbarch_num_pseudo_regs,
9826         set_gdbarch_register_type,
9827         set_gdbarch_convert_register_p,
9828         set_gdbarch_register_to_value,
9829         set_gdbarch_value_to_register,
9830         set_gdbarch_register_reggroup_p,
9831         set_gdbarch_regset_from_core_section,
9832         set_gdbarch_pseudo_register_read,
9833         set_gdbarch_pseudo_register_write,
9834         set_gdbarch_in_function_epilogue_p.
9835         * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9836         (s390_tdep_h): New variable.
9837
9838 2004-02-17  Jim Blandy  <jimb@redhat.com>
9839
9840         * findvar.c (value_from_register): If the type has no length, just
9841         return an acceptable value --- don't report an internal error.
9842
9843         * stabsread.c (read_type): If we find any type numbers that are
9844         forward references, complain if the references aren't resolved by
9845         the time we're finished reading.
9846         (cleanup_undefined_types): Make error message more appropriate for
9847         a complaint.
9848
9849 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
9850
9851         * Makefile.in (defs_h): Remove dependency on progress_h.
9852         * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9853         progress.h.
9854         * main.c (captured_main): Delete use of START_PROGRESS and
9855         END_PROGRESS.
9856
9857 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
9858
9859         * objfiles.c (terminate_minimal_symbol_table): Add back
9860         initialization of MSYMBOL_TYPE.
9861
9862 2004-02-17  David Mosberger  <davidm@hpl.hp.com>
9863
9864         Committed by Andrew Cagney.
9865         * Makefile.in (ia64_tdep_h): New macro.
9866         (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9867         (ia64-tdep.o): Likewise.
9868         * ia64-tdep.h: New file.
9869         * ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
9870         (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9871         (ia64_aix_sigcontext_register_address): Likewise.
9872         (ia64_linux_getunwind_table): Delete declaration.
9873         * ia64-linux-tdep.c: Likewise.
9874
9875 2004-02-17  Corinna Vinschen  <vinschen@redhat.com>
9876
9877         * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9878         * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9879         DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9880
9881 2004-02-17  Andrew Cagney  <cagney@redhat.com>
9882
9883         * symtab.c (skip_prologue_using_sal): New function.
9884         * symtab.h (skip_prologue_using_sal): Declare.
9885         * frv-tdep.c: Include "symtab.h".
9886         (skip_prologue_using_sal): Delete function.
9887         * mips-tdep.c (skip_prologue_using_sal): Delete function.
9888         * rs6000-tdep.c (refine_prologue_limit): Mention
9889         skip_prologue_using_sal.
9890         * ia64-tdep.c (refine_prologue_limit): Ditto.
9891         * Makefile.in: Update dependencies.
9892
9893 2004-02-16  Andrew Cagney  <cagney@redhat.com>
9894
9895         * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9896         START_INFERIOR_TRAPS_EXPECTED.
9897         * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9898         START_INFERIOR_TRAPS_EXPECTED.
9899         * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9900         Delete macro.
9901         * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9902         macro, moved to "nm-osf.h".  Update copyright.
9903         * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9904         update copyright.
9905
9906         * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9907         and function replacing FRAMELESS_FUNCTION_INVOCATION.
9908         * blockframe.c (legacy_frameless_look_for_prologue): Rename
9909         frameless_look_for_prologue.
9910         * frame.h (legacy_frameless_look_for_prologue): Rename
9911         frameless_look_for_prologue.
9912         * gdbarch.h, gdbarch.c: Re-generate.
9913         * sh64-tdep.c (sh64_gdbarch_init): Update.
9914         * sh-tdep.c (sh_gdbarch_init): Update.
9915         * s390-tdep.c (s390_gdbarch_init): Update.
9916         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9917         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9918         * m68k-tdep.c (m68k_gdbarch_init): Update.
9919         (delta68_frame_args_address): Update.
9920         * m32r-tdep.c (m32r_gdbarch_init): Update.
9921         * hppa-tdep.c (hppa_gdbarch_init): Update.
9922         * h8300-tdep.c (h8300_gdbarch_init): Update.
9923         * frv-tdep.c (frv_gdbarch_init): Update.
9924         (frv_frameless_function_invocation): Update.
9925         * cris-tdep.c (cris_gdbarch_init): Update.
9926         (cris_frameless_function_invocation): Update.
9927         * avr-tdep.c (avr_gdbarch_init): Update.
9928         * arm-tdep.c (arm_gdbarch_init): Update.
9929         * stack.c (frame_info): Update, call predicate.
9930         * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9931         * frame.c (legacy_get_prev_frame): Update, call predicate..
9932         * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9933         * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9934         * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9935         invocation.
9936         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9937         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9938         * vax-tdep.c (vax_gdbarch_init): Ditto.
9939
9940         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9941         function.
9942
9943 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
9944
9945         * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9946         initializations.
9947
9948 2004-02-16  Andrew Cagney  <cagney@redhat.com>
9949
9950         * tui/tui-windata.c: Include "gdb_string.h".
9951         * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9952         * tui/tui-layout.c, tui/tui-command.c: Ditto.
9953         * Makefile.in: Update dependencies.
9954
9955 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
9956
9957         * Makefile.in (infrun.o): Add $(gdb_assert_h).
9958         * infrun.c: Include "gdb_assert.h".
9959         (singlestep_ptid, saved_singlestep_ptid)
9960         (stepping_past_singlestep_breakpoint): New variables.
9961         (resume): Set singlestep_ptid.  Check for singlestep thread
9962         hop.
9963         (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9964         (handle_inferior_event): Handle singlestep thread hop.
9965
9966 2004-02-16  Andrew Cagney  <cagney@redhat.com>
9967
9968         * dwarf2-frame.c (dwarf2_frame_ops): New function.
9969         (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9970         (dwarf2_frame_init_reg): Ditto.
9971
9972         * printcmd.c (display_command): Check that EXP isn't NULL.  Fix
9973         suggested by Joshua Neuheisel
9974
9975         * configure.in: Always check for curses, including pdcurses.
9976         Warn, instead of error, when no curses are found.  Enable TUI when
9977         curses is available.
9978         * configure: Re-generate.
9979
9980 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
9981
9982         * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9983         sh_sh4_register_convert_to_virtual.
9984         (sh_register_convert_to_raw): Rename from
9985         sh_sh4_register_convert_to_raw.
9986         (sh_pseudo_register_read): Accomodate above name change.
9987         (sh_pseudo_register_write): Ditto.
9988
9989 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
9990
9991         * sh-tdep.c (sh_generic_register_name): Remove.
9992         (sh_gdbarch_init): Use sh_sh_register_name in default case.
9993
9994 2004-02-15  Andrew Cagney  <cagney@redhat.com>
9995
9996         * configure.in (build_warnings): Add -Wunused-function.
9997         * configure: Re-generate.
9998
9999         * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10000         * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10001
10002         * procfs.c (procfs_init_inferior): Assume that
10003         START_INFERIOR_TRAPS_EXPECTED is defined.
10004         * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10005         * config/ns32k/tm-nbsd.h: Delete file,
10006         START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10007
10008         * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10009         * config/vax/tm-vax.h: Delete file.
10010
10011         * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10012         * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10013         * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10014         * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10015         * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10016         * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10017         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10018
10019 2004-02-15  Mark Kettenis  <kettenis@gnu.org>
10020
10021         * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10022         * dwarf2-frame.c (dwarf2_frame_data): New variable.
10023         (struct dwarf2_frame_ops): New.
10024         (dwarf2_frame_default_init_reg): New function, based on
10025         dwarf2_frame_init_reg.
10026         (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10027         (dwarf2_frame_init_reg): Call architecture-specific function.
10028         (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10029         (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10030         instead of dwarf2_frame_data.
10031         (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10032         Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10033
10034 2004-02-15  Andrew Cagney  <cagney@redhat.com>
10035
10036         * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10037         register_gdbarch_swap.
10038         (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10039         * f-lang.c (_initialize_f_language): Update, use
10040         DEPRECATED_REGISTER_GDBARCH_SWAP.
10041         * remote.c (_initialize_remote): Ditto.
10042         * regcache.c (_initialize_regcache): Ditto.
10043         * parse.c (_initialize_parse): Ditto.
10044         * infrun.c (_initialize_infrun): Ditto.
10045         * mi/mi-main.c (_initialize_mi_main): Ditto.
10046         * gdbtypes.c (_initialize_gdbtypes): Ditto.
10047
10048         * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10049         poking .cacheable directly.
10050         * symfile.c (symfile_bfd_open): Ditto.
10051
10052         * Makefile.in: Update all dependencies.
10053
10054         * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10055         (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
10056         .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
10057         (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10058         (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10059
10060 2004-02-14  Andrew Cagney  <cagney@redhat.com>
10061
10062         * arch-utils.c (legacy_convert_register_p): Check
10063         DEPRECATED_REGISTER_CONVERTIBLE_P.
10064         * findvar.c (value_of_register): Ditto.
10065
10066         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10067         * gdbarch.h, gdbarch.c: Re-generate.
10068         * arch-utils.c (deprecated_register_convertible_not): Delete.
10069         * arch-utils.h (deprecated_register_convertible_not): Delete.
10070         * mi/mi-main.c (get_register): Update.  Update copyright.
10071         * infcmd.c (default_print_registers_info): Update.
10072
10073         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10074         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10075         (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10076         * gdbarch.h, gdbarch.c: Re-generate.
10077         * frame.c (deprecated_get_next_frame_hack): Delete function.
10078         * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10079         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10080         Update.
10081         * infcall.c (call_function_by_hand): Update.
10082
10083 2004-02-14  Elena Zannoni  <ezannoni@redhat.com>
10084
10085         * symfile.c (init_entry_point_info, entry_point_address): Move
10086         from here...
10087         * objfiles.c (init_entry_point_info, entry_point_address):..to
10088         here.
10089         * symfile.h (init_entry_point_info, entry_point_address): Remove
10090         prototypes.
10091         * objfiles.h (init_entry_point_info, entry_point_address):Add
10092         prototypes.
10093         * cris-tdep.c: Remove include of symfile.h. Add include of
10094         objfiles.h.
10095         * infcall.c: Ditto.
10096         * mcore-tdep.c: Ditto.
10097         * mn10300-tdep.c: Ditto.
10098         * sh64-tdep.c: Ditto.
10099         * v850-tdep.c: Ditto.
10100         * arm-tdep.c: Remove include of symfile.h.
10101         * blockframe.c: Ditto.
10102         * coffread.c: Ditto.
10103         * dbxread.c: Ditto.
10104         * dwarf2read.c: Ditto.
10105         * dwarfread.c: Ditto.
10106         * frv-tdep.c: Ditto.
10107         * ia64-tdep.c: Ditto.
10108         * mdebugread.c: Ditto.
10109         * mipsread.c: Ditto.
10110         * rs6000-tdep.c: Ditto.
10111         * s390-tdep.c: Ditto.
10112         * sh-tdep.c: Ditto.
10113         * xstormy16-tdep.c: Ditto.
10114         * gdbarch.sh: Remove include of symfile.h.
10115         * gdbarch.c: Regenerate.
10116         * solib-irix.c (enable_break): Use entry_point_address().
10117         Add comment about include file.
10118         * xcoffread.c: Add comment about include file.
10119         * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10120         (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10121         (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10122         (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10123         (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10124
10125 2004-02-13  Andrew Cagney  <cagney@redhat.com>
10126
10127         * corelow.c (core_xfer_partial): Use "struct bfd_section".
10128         * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10129         copyright.
10130         * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10131
10132 2004-02-12  Fred Fish  <fnf@redhat.com>
10133
10134         * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10135          set_gdbarch_store_return_value.
10136
10137 2004-02-12  Andrew Cagney  <cagney@redhat.com>
10138
10139         * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10140         (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10141         (interrupt_query): Ditto.
10142         (ofunc): Delete unused variable.
10143         * cris-tdep.c (cris_abi): Delete unused function.
10144         (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10145         (cris_get_wide_opcode, cris_get_short_size): Ditto.
10146         (cris_get_asr_quick_shift_steps): Ditto.
10147         (cris_skip_prologue_frameless_p): Ditto.
10148         * arm-tdep.c (arm_push_return_address): Delete unused function.
10149         (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10150         * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10151         * s390-tdep.c (s390_function_start): Delete unused function.
10152
10153 2004-02-12  Andrew Cagney  <cagney@redhat.com>
10154
10155         * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10156         gdbarch.h, gdbarch.c: Re-generate.
10157         * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10158         to generic_prologue_frameless_p.
10159         * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10160         * arch-utils.c (generic_prologue_frameless_p): Delete function.
10161
10162 2004-02-11  Daniel Jacobowitz  <drow@mvista.com>
10163
10164         * mips-linux-tdep.c: Include "frame.h".
10165         (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10166         (mips_linux_skip_resolver): New functions.
10167         (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10168         and set_gdbarch_in_solib_call_trampoline.
10169         * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10170         to after set_gdbarch_in_solib_return_trampoline.  Only set the
10171         solib hooks to mips16 functions if the OS ABI is unknown.
10172         * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10173         including "config/tm-linux.h".
10174         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10175         * Makefile.in (mips-linux-tdep.o): Update.
10176
10177 2004-02-11  David Carlton  <carlton@kealia.com>
10178
10179         * linespec.c (decode_compound): Only look for a class symbol when
10180         considering all but the rightmost component.
10181
10182 2004-02-11  Andrew Cagney  <cagney@redhat.com>
10183
10184         * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10185         abi code are are separatly grouped.
10186
10187 2004-02-11  Andrew Cagney  <cagney@redhat.com>
10188
10189         * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10190         * gdbarch.h, gdbarch.c: Re-generate.
10191         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10192         * v850-tdep.c (v850_gdbarch_init): Update.
10193         * sh64-tdep.c (sh64_gdbarch_init): Update.
10194         * sh-tdep.c (sh_gdbarch_init): Update.
10195         * s390-tdep.c (s390_gdbarch_init): Update.
10196         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10197         * mips-tdep.c (mips_gdbarch_init): Update.
10198         * mcore-tdep.c (mcore_gdbarch_init): Update.
10199         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10200         * m32r-tdep.c (m32r_gdbarch_init): Update.
10201         * ia64-tdep.c (ia64_gdbarch_init): Update.
10202         * hppa-tdep.c (hppa_gdbarch_init): Update.
10203         * h8300-tdep.c (h8300_gdbarch_init): Update.
10204         * frv-tdep.c (frv_gdbarch_init): Update.
10205         * d10v-tdep.c (d10v_gdbarch_init): Update.
10206         * cris-tdep.c (cris_gdbarch_init): Update.
10207         * avr-tdep.c (avr_gdbarch_init): Update.
10208         * arm-tdep.c (arm_gdbarch_init): Update.
10209         * alpha-tdep.c (alpha_gdbarch_init): Update.
10210
10211 2004-02-11  Corinna Vinschen  <vinschen@redhat.com>
10212
10213         * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10214         comma.
10215         (sh_sh4al_dsp_register_name): Ditto.
10216
10217 2004-02-10  Andrew Cagney  <cagney@redhat.com>
10218
10219         * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10220         (mips_init_frame_pc_first): Delete function.
10221         (mips_frame_saved_pc): Delete function.
10222         (mips_frame_chain): Delete function.
10223         (mips_init_extra_frame_info): Delete function.
10224         (mips_xfer_register): Delete unused variable "reg".
10225         (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10226         (mips_n32n64_return_value): Delete unused variable "reg".
10227         (mips_n32n64_return_value): Delete unused variable "pos".
10228         (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10229         (mips_o32_return_value): Delete unused variable "pos".
10230         (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10231         (mips_print_fp_register): Delete unused variable "namelen"
10232         (mips_print_fp_register): Delete unused variable "flt2"
10233         (get_frame_pointer): Delete function.
10234         (cached_proc_desc): Delete static variable.
10235         (mips_pop_frame): Delete function.
10236         (mips_find_saved_regs): Delete function.
10237         (mips_get_saved_register): Delete function.
10238         (mips_saved_pc_after_call): Delete function.
10239         (SIGFRAME_BASE): Delete macro.
10240         (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10241         (SIGFRAME_PC_OFF): Delete macro.
10242         (SIGFRAME_REGSAVE_OFF): Delete macro.
10243         (mips_dump_tdep): Do not print deleted macro definitions.
10244
10245 2004-02-10  Andrew Cagney  <cagney@redhat.com>
10246
10247         * Makefile.in (SFILES): Remove explictly listed tui files.
10248         (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10249
10250 2004-02-10  Jeff Johnston  <jjohnstn@redhat.com>
10251
10252         * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10253         to use paddr functions to format ia64 addresses and long values.
10254         (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10255         (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10256         (get_kernel_table, ia64_find_proc_info_x): Ditto.
10257         (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10258         (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10259
10260 2004-02-10  Andrew Cagney  <cagney@redhat.com>
10261
10262         * defs.h: Do not include "tui.h".
10263         * gdb_curses.h: New file.
10264         * tui/tui-hooks.h: New file.
10265         * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10266         (tui_install_hooks, tui_remove_hooks): Delete declarations.
10267         (tui_initialize_io): Delete declaration.
10268         (tui_initialize_readline: Delete redundant declaration.
10269         (struct tui_point): Delete definition.
10270         * tui/tui-data.h (struct tui_point): Define.
10271         * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10272         * utils.c: Include "tui/tui.h".
10273         * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10274         * printcmd.c [TUI]: Include "tui/tui.h".
10275         * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10276         * tui/tui-command.c: Include "gdb_curses.h".
10277         * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10278         * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10279         * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10280         * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10281         * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10282         * Makefile.in: Update all dependencies.
10283         (tui_hooks_h, gdb_curses_h): Define.
10284         (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10285
10286 2004-02-10  Elena Zannoni  <ezannoni@redhat.com>
10287
10288         * objfiles.h (struct objfile): Remove unused fields auxf1 and
10289         auxf2. Add comments about some other rarely used fields.
10290
10291 2004-02-10  Andrew Cagney  <cagney@redhat.com>
10292
10293         * Makefile.in (init.c): Fix script removing duplicates. Problem
10294         reported by Peter Schauer.
10295
10296 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
10297
10298         * bcache.c (bcache_xmalloc): Use obstack_init instead of
10299         obstack_specify_allocation.
10300         * objfiles.c (allocate_objfile): Ditto.
10301         * solib-sunos.c (solib_add_common_symbols)
10302         (allocate_rt_common_objfile): Ditto.
10303         * symfile.c (reread_symbols): Ditto.
10304         * gdb_obstack.h: Add comment.
10305
10306 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
10307
10308         * linespec.c (decode_line_1, locate_first_half)
10309         (decode_compound, lookup_prefix_sym): Update comments. Delete old
10310         commented out code.
10311
10312 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
10313
10314         * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10315         obstack_free.
10316
10317 2004-02-09  Andrew Cagney  <cagney@redhat.com>
10318
10319         * blockframe.c (find_pc_partial_function): If find_pc_overlay
10320         fails, try find_pc_section.  Fix PR c++/1267.
10321         * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10322         instead of find_pc_mapped_section.
10323         (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10324         not default to the section containing PC.  Fix PR symtab/1519.
10325
10326 2004-02-09  Andrew Cagney  <cagney@redhat.com>
10327
10328         * Makefile.in (mips-tdep.o): Update dependencies.
10329         * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10330         "trad-frame.h".
10331         (mips_unwind_pc): Return the pseudo PC register.
10332         (mips_unwind_dummy_id): New function.
10333         (mips16_fetch_instruction): New function.
10334         (mips32_fetch_instruction): New function.
10335         (struct mips_frame_cache): Define.
10336         (mips_mdebug_frame_cache): New function.
10337         (mips_mdebug_frame_this_id): New function.
10338         (mips_mdebug_frame_prev_register): New function.
10339         (mips_mdebug_frame_unwind): Define.
10340         (mips_mdebug_frame_sniffer): New function.
10341         (mips_mdebug_frame_base_address): New function.
10342         (mips_mdebug_frame_base): Define.
10343         (mips_mdebug_frame_base_sniffer): New function.
10344         (mips_gdbarch_init): Append unwind and base sniffers.  Set
10345         unwind_dummy_id.
10346
10347 2004-02-08  Andrew Cagney  <cagney@redhat.com>
10348
10349         * frame.c: Print both the register number and name.
10350
10351         * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
10352         and a sed into a single sed.  Make .c and .o patterns more robust.
10353         (OBS): Delete.
10354         (INIT_FILES): Replace OBS with COMMON_OBS.
10355         (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10356
10357 2004-02-08  Mark Kettenis  <kettenis@gnu.org>
10358
10359         * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10360         the PT_WCOOKIE request.
10361
10362 2004-02-08  Andrew Cagney  <cagney@redhat.com>
10363
10364         * mips-tdep.c (mips_unwind_pc): New function.
10365         (mips_gdbarch_init): Set mips_unwind_pc.
10366
10367         * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10368         (get_frame_id): Allow the UNKNOWN_FRAME.
10369         (frame_register_unwind, get_frame_type): Ditto.
10370
10371         * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10372         and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
10373         unwind_dummy_id indicates a legacy frame.
10374
10375         * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10376         * configure: Re-generate.
10377
10378         * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10379         methods.
10380
10381 2004-02-08  Andrew Cagney  <cagney@redhat.com>
10382
10383         * configure.in (CONFIG_ALL): Set to Makefile target, and not
10384         makefile macro.
10385         * configure: Re-generate.
10386         (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10387         * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10388         (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10389         (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10390         (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10391         (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10392         (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10393         (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10394         (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10395         (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10396
10397 2004-02-07  Andrew Cagney  <cagney@redhat.com>
10398
10399         * Makefile.in: Update all dependencies.
10400
10401         * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10402         * configure: Re-generate.
10403         * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10404         (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10405         (COMMON_OBS): Add "main.o" and "annotate.o".
10406         (ANNOTATE_OBS): Delete.
10407         (OBS): Remove ANNOTATE_OBS.
10408         (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10409         CONFIG_INITS.
10410         (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10411         against CONFIG_OBS and "main.o".
10412         (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10413         (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10414
10415         * tui/tui-command.c: Include "gdb_string.h", delete register
10416         attribute, use ISO-C function signatures.
10417         * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10418         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10419         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10420         * tui/tui.c: Ditto.
10421
10422         * tui/tui-command.c: Change variable and function names to lower
10423         case.
10424         * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10425         * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10426         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10427         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10428         * tui/tui-winsource.c, tui/tui.c: Ditto.
10429
10430 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
10431
10432         * buildsym.c (free_pending_blocks, finish_block)
10433         (record_pending_block, make_blockvector, end_symtab): Replace
10434         symbol_obstack with objfile_obstack.
10435         * coffread.c (process_coff_symbol, coff_read_struct_type)
10436         (coff_read_enum_type): Ditto.
10437         * cp-namespace.c (initialize_namespace_symtab)
10438         (check_one_possible_namespace_symbol): Ditto.
10439         * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10440         (dwarf2_symbol_mark_computed): Ditto.
10441         * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10442         * elfread.c (elf_symtab_read): Ditto.
10443         * hpread.c (hpread_symfile_init, hpread_symfile_init)
10444         (hpread_read_enum_type, hpread_read_function_type)
10445         (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10446         Ditto.
10447         * jv-lang.c (get_java_class_symtab, add_class_symbol)
10448         (java_link_class_type): Ditto.
10449         * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10450         (new_symbol): Ditto.
10451         * minsyms.c (install_minimal_symbols): Ditto.
10452         * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10453         (terminate_minimal_symbol_table): Replace symbol_obstack with
10454         objfile_obstack.
10455         (free_objfile): Remove freeing of symbol_obstack.
10456         * objfiles.h: Remove symbol_obstack field.
10457         * pa64solib.c (add_to_solist): Replace symbol_obstack with
10458         objfile_obstack.
10459         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10460         symbol_obstack.
10461         (solib_add_common_symbols): Replace symbol_obstack with
10462         objfile_obstack.
10463         * somsolib.c (som_solib_add): Ditto.
10464         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10465         (common_block_start, common_block_end): Ditto.
10466         * symfile.c (reread_symbols): Remove freeing and init of
10467         symbol_obstack.
10468         (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10469         * symfile.h: Update comment.
10470         * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10471         stats printing.
10472         * symtab.c (symbol_set_names): Replace symbol_obstack with
10473         objfile_obstack.
10474         * symtab.h (struct general_symbol_info, struct minimal_symbol):
10475         Update comments.
10476         * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10477         (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10478         objfile_obstack.
10479
10480 2004-02-07  Andrew Cagney  <cagney@redhat.com>
10481
10482         * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10483         "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
10484         fields and variables.
10485         * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10486         (m_beInvisible): Delete macro.
10487         * tui/tui-data.h: Fix case case fields and variables.
10488         (m_genWinPtrIsNull): Delete macro.
10489         (tui_win_list): Rename winList.
10490         (TUI_SRC_WIN): Rename srcWin.
10491         (TUI_DISASM_WIN): Rename disassemWin.
10492         (TUI_DATA_WIN): Rename dataWin.
10493         (TUI_CMD_WIN): Rename cmdWin.
10494         (m_genWinPtrNotNull): Delete macro.
10495         (m_winPtrIsNull): Delete macro.
10496         (m_winPtrNotNull): Delete macro.
10497         (tui_win_is_source_type): Replace m_winIsSourceType
10498         (tui_win_is_auxillary): Replace m_winIsAuzillary.
10499         (tui_win_has_locator): Replace m_hasLocator.
10500         (tui_set_win_highlight): Replace m_setWinHighlightOn and
10501         m_setWinHighlightOff.
10502         * tui/tui-data.c: Update references.
10503         (tui_win_is_source_type, tui_set_win_highlight): New functions.
10504         (tui_win_has_locator, tui_win_is_auxillary): New functions.
10505         * tui/tui-command.c, tui/tui-disasm.c: Update references.
10506         * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10507         * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10508         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10509         * tui/tui-winsource.c, tui/tui.c: Ditto.
10510
10511 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
10512
10513         * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10514         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10515         StackGhost.
10516
10517         * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10518         variable `i6' to `i7'.
10519         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10520
10521 2004-02-07  Andrew Cagney  <cagney@redhat.com>
10522
10523         * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10524         (TuiPoint, TuiPointPtr): Ditto.
10525         (TuiStatus, TuiStatusPtr): Ditto.
10526         (TuiWinType, TuiWinTypePtr): Ditto.
10527         (struct tui_point): Rename _TuiPoint.
10528         (tui_get_low_disassembly_address): Rename
10529         tuiGetLowDisassemblyAddress.
10530         (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10531         (tuiFree): Delete declaration.
10532         (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10533         (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10534         * tui/tui.c (tuiFree): Delete function.
10535         * cli/cli-cmds.c (disassemble_command): Update references.
10536         * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10537         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10538         * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10539         * tui/tui-winsource.c: Ditto.
10540
10541 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
10542
10543         * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10544         coffstab_build_psymtabs, elfstab_build_psymtabs)
10545         (stabsect_build_psymtabs): Replace psymbol_obstack with
10546         objfile_obstack.
10547         * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10548         * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10549         Ditto.
10550         * dwarfread.c (scan_compilation_units): Ditto.
10551         * elfread.c (elfstab_offset_sections): Ditto.
10552         * hppa-tdep.c (read_unwind_info): Ditto.
10553         * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10554         (hpread_end_psymtab): Ditto.
10555         * mdebugread.c (mdebug_build_psymtabs, add_pending)
10556         (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10557         Ditto.
10558         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10559         * objfiles.c (add_to_objfile_sections)
10560         (build_objfile_section_table): Ditto.
10561         (allocate_objfile): Remove init of psymbol_obstack.
10562         (free_objfile): Remove freeing of psymbol_obstack.
10563         * objfiles.h (struct objfile): Remove field
10564         psymbol_obstack. Update comments.
10565         * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10566         psymbol_obstack with objfile_obstack.
10567         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10568         psymbol_obstack.
10569         * somread.c (som_symfile_offsets, init_import_symbols)
10570         (init_export_symbols): Replace psymbol_obstack with
10571         objfile_obstack.
10572         * somsolib.c (som_solib_add_solib_objfile): Ditto.
10573         * symfile.c (default_symfile_offsets, syms_from_objfile)
10574         (reread_symbols): Remove freeing and init of psymbol_obstack.
10575         (cashier_psymtab): Update comment.
10576         * symmisc.c (print_objfile_statistics): Don't report stats for
10577         psymbol obstack.
10578         * symtab.h (struct general_symbol_info, struct partial_symtab):
10579         Update comments.
10580         * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10581         (xcoff_symfile_offsets): Replace psymbol_obstack with
10582         objfile_obstack.
10583
10584 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
10585
10586         * objfiles.h (struct objfile): Add objfile_obstack field.
10587         Remove type_obstack field.
10588
10589         * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10590         read_structure_scope read_enumeration, new_symbol): Replace
10591         type_obstack with objfile_obstack.
10592         * dwarfread.c (struct_type, enum_type): Ditto.
10593         * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10594         (lookup_fundamental_type): Ditto.
10595         * gdbtypes.h (TYPE_ALLOC): Ditto.
10596         * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10597         (hpread_read_doc_function_type, hpread_read_struct_type)
10598         (fix_static_member_physnames, hpread_read_array_type)
10599         (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10600         * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10601         (java_link_class_type): Ditto.
10602         * mdebugread.c (parse_type): Ditto.
10603         * objfiles.c (allocate_objfile, free_objfile): Ditto.
10604         * solib-sunos.c (solib_add_common_symbols): Ditto.
10605         * stabsread.c (define_symbol, read_type, read_member_functions,
10606         read_cpp_abbrev, read_one_struct_field): Ditto.
10607         * symfile.c (reread_symbols): Ditto.
10608         * symmisc.c (print_objfile_statistics): Ditto.
10609
10610 2004-02-07  Andrew Cagney  <cagney@redhat.com>
10611
10612         * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10613         (tui_exec_info_content): Rename TuiExecInfoContent.
10614         (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10615         (TuiWinInfo, TuiWinInfoPtr): Ditto.
10616         (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10617         (TuiList, TuiListPtr): Ditto.
10618         (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10619         (TuiDataType, TuiDataTypePtr): Ditto.
10620         (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10621         (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10622         (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10623         (TuiSourceElement, TuiSourceElementPtr): Ditto.
10624         (TuiDataElement, TuiDataElementPtr): Ditto.
10625         (TuiWinElement, TuiWinElementPtr): Ditto.
10626         (TuiDataInfo, TuiDataInfoPtr): Ditto.
10627         (TuiCommandElement, TuiCommandElementPtr): Ditto.
10628         (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10629         (TuiWhichElement, TuiWhichElementPtr): Ditto.
10630         (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10631         (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10632         * tui/tui-command.c, tui/tui-data.c: Update references.
10633         * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10634         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10635         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10636         * tui/tui-winsource.c, tui/tui.c: Ditto.
10637
10638 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
10639
10640         * dwarf2-frame.h: Update copyright.
10641         (enum dwarf2_frame_reg_rule): New.
10642         (struct dwarf2_frame_state_reg): New.
10643         (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10644         * dwarf2-frame.c: Update copyright.
10645         (enum dwarf2_reg_rule): Remove.
10646         (struct dwarf2_frame_state): Remove defenition of `struct
10647         dwarf2_frame_state_reg'.
10648         (read_reg): Call get_frame_arch to get the architecture instead of
10649         using CURRENT_GDBARCH.
10650         (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10651         DWARF2_FRAME_.
10652         (dwarf2_frame_init_reg): New function.
10653         (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10654         instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
10655         initialize the register state.  Prefix old `enum dwarf2_reg_rule'
10656         tags with DWARF2_FRAME_.
10657         (dwarf2_frame_prev_register): Call get_frame_arch to get the
10658         architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
10659         dwarf2_reg_rule' tags with DWARF2_FRAME_.
10660
10661 2004-02-06  Andrew Cagney  <cagney@redhat.com>
10662
10663         * tui/tui-data.h (struct tui_list): Rename _TuiList.
10664         (enum tui_data_type): Rename _TuiDataType.
10665         (struct tui_layout_def): Rename _TuiLayoutDef.
10666         (struct tui_source_element): Rename _TuiSourceElement.
10667         (struct tui_data_element): Rename _TuiDataElement.
10668         (struct tui_command_element): Rename _TuiCommandElement.
10669         (struct tui_locator_element): Rename _TuiLocatorElement.
10670         (union tui_which_element): Define.
10671         (struct tui_win_element): Rename _TuiWinElement.
10672         (struct tui_data_info): Rename _TuiDataInfo.
10673         (struct tui_source_info): Rename _TuiSourceInfo.
10674         (struct tui_command_info): Rename _TuiCommandInfo.
10675         (tui_initialize_static_data): Rename initializeStaticData.
10676         (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10677         (tui_alloc_win_info): Rename allocWinInfo.
10678         (tui_init_generic_part): Rename initGenericPart.
10679         (tui_init_win_info): Rename initWinInfo.
10680         (tui_alloc_content): Rename allocContent.
10681         (tui_add_content_elements): Rename addContentElements.
10682         (tui_init_content_element): Rename initContentElement.
10683         (tui_free_window): Rename freeWindow.
10684         (tui_free_win_content): Rename freeWinContent.
10685         (tui_free_data_content): Rename freeDataContent.
10686         (tui_free_all_source_wins_content): Rename
10687         freeAllSourceWinsContent.
10688         (tui_del_window): Rename tuiDelWindow.
10689         (tui_del_data_windows): Rename tuiDelDataWindows.
10690         (tui_partial_win_by_name): Rename partialWinByName.
10691         (tui_win_name): Rename winName.
10692         (tui_current_layout): Rename currentLayout.
10693         (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10694         (tui_term_height): Rename termHeight.
10695         (tui_set_term_height_to): Rename setTermHeightTo.
10696         (tui_term_width): Rename termWidth.
10697         (tui_set_term_width_to): Rename setTermWidthTo.
10698         (tui_set_gen_win_origin): Rename setGenWinOrigin.
10699         (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10700         (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10701         (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10702         (tui_source_windows): Rename sourceWindows.
10703         (tui_clear_source_windows): Rename clearSourceWindows.
10704         (tui_clear_source_windows_detail): Rename
10705         clearSourceWindowsDetail.
10706         (tui_clear_win_detail): Rename clearWinDetail.
10707         (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10708         (tui_default_tab_len): Rename tuiDefaultTabLen.
10709         (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10710         (tui_win_with_focus): Rename tuiWinWithFocus.
10711         (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10712         (tui_layout_def): Rename tuiLayoutDef.
10713         (tui_win_resized): Rename tuiWinResized.
10714         (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10715         (tui_next_win): Rename tuiNextWin.
10716         (tui_prev_win): Rename tuiPrevWin.
10717         (tui_add_to_source_windows): Rename addToSourceWindows.
10718         * tui/tui-winsource.c, tui/tui-win.c: Update references.
10719         * tui/tui-layout.c, tui/tui-source.c: Ditto.
10720         * tui/tui-stack.c, tui/tui-io.c: Ditto.
10721         * tui/tui.c, tui/tui-data.c: Ditto.
10722         * tui/tui-interp.c, tui/tui-data.c: Ditto.
10723         * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10724
10725         * tui/tui-source.h: Update copyright.  Include "tui-data.h".
10726         (struct symtab): Declare.
10727         (tui_set_source_content): Rename tuiSetSourceContent.
10728         (tui_show_symtab_source): Rename tuiShowSource.
10729         (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10730         (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10731         * tui/tui-source.c: Update copyright.  Update references.
10732         * tui/tui-win.c, tui/tui-winsource.c: Update references.
10733         * tui/tui-stack.c: Update references.
10734
10735         * tui/tui-win.h: Update copyright.  Include "tui-data.h".
10736         (struct tui_win_info): Declare.
10737         (tui_scroll_forward): Rename tuiScrollForward.
10738         (tui_scroll_backward): Rename tuiScrollBackward.
10739         (tui_scroll_left): Rename tuiScrollLeft.
10740         (tui_scroll_right): Rename tuiScrollRight.
10741         (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10742         (tui_resize_all): Rename tuiResizeAll.
10743         (tui_refresh_all_win): Rename tuiRefreshAll.
10744         (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10745         * tui/tui-layout.c, * tui/tui-io.c: Update references.
10746         * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10747         * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10748
10749         * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
10750         (tui_erase_data_content): Rename tuiEraseDataContent.
10751         (tui_display_all_data): Rename tuiDisplayAllData.
10752         (tui_check_data_values): Rename tuiCheckDataValues.
10753         (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10754         (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10755         (tui_first_data_element_no_in_line): Rename
10756         tuiFirstDataElementNoInLine.
10757         (tui_delete_data_content_windows): Rename
10758         tuiDeleteDataContentWindows.
10759         (tui_refresh_data_win): Rename tuiRefreshDataWin.
10760         (tui_display_data_from): Rename tuiDisplayDataFrom.
10761         (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10762         * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10763         * tui/tui-win.c, tui/tui-regs.c: Update references.
10764         * tui/tui-layout.c, tui/tui.c: Update references.
10765
10766         * tui/tui-wingeneral.h: Update copyright.
10767         (m_allBeVisible): Delete macro.
10768         (m_allBeInvisible): Delete macro.
10769         (struct tui_gen_win_info): Declare.
10770         (struct tui_win_info): Declare.
10771         (tui_unhighlight_win): Rename unhighlightWin.
10772         (tui_make_visible, tui_make_invisible): Replace makeVisible.
10773         (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10774         (tui_make_window): Rename makeWindow.
10775         (tui_copy_win): Rename copyWin.
10776         (tui_box_win): Rename boxWin.
10777         (tui_highlight_win): Rename highlightWin.
10778         (tui_check_and_display_highlight_if_needed): Rename
10779         checkAndDisplayHighlightIfNeeded.
10780         (tui_refresh_all): Rename refreshAll.
10781         (tui_delete_win): Rename tuiDelwin.
10782         (tui_refresh_win): Rename tuiRefreshWin.
10783         * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10784         (tui_make_visible, tui_make_invisible): New functions.
10785         (tui_make_all_visible, tui_make_all_invisible): New functions.
10786         (make_all_visible): Rename makeAllVisible.
10787         * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10788         * tui/tui-data.c, tui/tui-winsource.c: Update references.
10789         * tui/tui-windata.c, tui/tui-win.c: Update references.
10790         * tui/tui-regs.c, tui/tui-layout.c: Update references.
10791         * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10792
10793 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
10794
10795         * proc-api.c (write_with_trace): Initialize local variable to
10796         silence compiler warning.
10797
10798 2004-02-06  Andrew Cagney  <cagney@redhat.com>
10799
10800         * tui/tui-source.h: Do not include "defs.h".
10801         (struct tui_win_info): Declare.
10802         (tui_set_source_content_nil): Declare.
10803         * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10804         (union tui_line_or_address): Rename _TuiLineOrAddress.
10805         * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
10806         (tui_update_source_window): Rename tuiUpdateSourceWindow.
10807         (tui_update_source_window_as_is): Rename
10808         tuiUpdateSourceWindowAsIs.
10809         (tui_update_source_windows_with_addr): Rename
10810         tuiUpdateSourceWindowsWithAddr.
10811         (tui_update_source_windows_with_line): Rename
10812         tuiUpdateSourceWindowsWithLine.
10813         (tui_clear_source_content): Rename tuiClearSourceContent.
10814         (tui_erase_source_content): Rename tuiEraseSourceContent.
10815         (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10816         (tui_show_source_content): Rename tuiShowSourceContent.
10817         (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10818         (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10819         (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10820         (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10821         (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10822         (tui_update_exec_info): Rename tuiUpdateExecInfo.
10823         (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10824         (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10825         (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10826         (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10827         (struct tui_win_info): Declare.
10828         * tui/tui-stack.c: Update references.
10829         * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10830         * tui/tui-win.c, tui/tui-source.c: Ditto.
10831         * tui/tui.c, tui/tui-disasm.c: Ditto.
10832
10833 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
10834
10835         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10836         of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
10837
10838 2004-02-05  Mark Kettenis  <kettenis@gnu.org>
10839
10840         * infrun.c (handle_inferior_event): Allow for breakpoint
10841         instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10842         and SIGEMT.  Update comments.
10843         * NEWS (Revised SPARC target): Mention support for non-executable
10844         stack.
10845
10846 2004-02-04  Mark Kettenis  <kettenis@gnu.org>
10847
10848         * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10849         * inftarg.c: Update copyright year.
10850         (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10851         * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10852         (sparc_xfer_wcookie): New function.
10853         * sparc-tdep.c (sparc_fetch_wcookie): New function.
10854         * Makefile.in (sparc-nat.o): Update dependencies.
10855         * config/sparc/nm-nbsd.h: Include "target.h".
10856         (NATIVE_XFER_WCOOKIE): New define.
10857         (sparc_xfer_wcookie): New prototype.
10858
10859 2004-02-04  Andrew Cagney  <cagney@redhat.com>
10860
10861         * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10862         SYSCALL_TRAP function.
10863         (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10864
10865 2004-02-04  Andrew Cagney  <cagney@redhat.com>
10866             Daniel Jacobowitz  <drow@mvista.com>
10867
10868         * objfiles.h: Delete comments refering to inside_entry_func and
10869         DEPRECATED_FRAME_CHAIN_VALID.
10870         * defs.h (inside_entry_func): Update prototype..
10871         * blockframe.c (inside_entry_func): Rename to
10872         legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
10873         * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10874
10875 2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
10876
10877         * breakpoint.c (struct captured_parse_breakpoint_args):  Move
10878         outside of #ifdef SOLIB_ADD region.
10879         (do_restore_lang_radix_cleanup): Ditto.
10880         (resolve_pending_breakpoint): Ditto.
10881
10882 2004-02-03  Andrew Cagney  <cagney@redhat.com>
10883
10884         * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10885         (process_note_abi_tag_sections): Delete unused function.
10886         (ia64_read_fp): Delete unused function.
10887         (gdbarch_extract_struct_value_address): Delete declaration.
10888
10889 2004-02-02  Andrew Cagney  <cagney@redhat.com>
10890
10891         * vax-tdep.c (vax_frame_chain): Delete call to
10892         deprecated_inside_entry_file.
10893         * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10894
10895 2004-02-02  Mark Kettenis  <kettenis@gnu.org>
10896
10897         * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10898         column that's "empty" or "same value" when eliminating REG_RA
10899         rules.
10900
10901 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
10902
10903         * NEWS: Add information about new pending breakpoint support.
10904
10905 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
10906
10907         * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10908         and pending fields for pending breakpoint support.
10909         * breakpoint.c (breakpoint_enabled): Add check for not pending.
10910         (condition_command): Only parse condition if not a pending
10911         breakpoint.
10912         (print_one_breakpoint): Add support for pending breakpoints.
10913         (describe_other_breakpoints): Add checks to verify we are not
10914         dealing with pending breakpoints.
10915         (check_duplicates): Don't check pending breakpoints.
10916         (set_raw_breakpoint): Initialize pending flag.
10917         (do_restore_lang_radix_cleanup): New cleanup routine.
10918         (resolve_pending_breakpoint): New function.
10919         (re_enable_breakpoints_in_shlibs): Try and resolve any
10920         pending breakpoints via resolve_pending_breakpoint.
10921         (mention): Add pending breakpoint support.
10922         (parse_breakpoint_sals): Add new parameter to pass to
10923         decode_line_1 to indicate silent errors when files or functions
10924         are not found.  Change all callers.
10925         (do_captured_parse_breakpoint): New function.
10926         (break_command_1): Change prototype to return an rc value and to
10927         take an optional pending breakpoint pointer.  Support creating
10928         a pending breakpoint if a "not found" form of error occurs when
10929         parsing the breakpoint.  Also support resolving an existing pending
10930         breakpoint and be silent if the resolution fails.
10931         (create_breakpoints): Change prototype to take pending breakpoint
10932         pointer.  When resolving a pending breakpoint, use the new pointer
10933         to provide a conditional or commands added by the end-user.
10934         (delete_breakpoint): Add appropriate check for pending.
10935         (breakpoint_re_set_one): Ditto.
10936         (do_enable_breakpoint): Ditto.
10937
10938 2004-02-02  David Carlton  <carlton@kealia.com>
10939
10940         * valops.c (enum oload_classification): New.
10941         (find_overload_match): Break implementation into separate
10942         functions; delete #if 0'd code; look for symbols within
10943         namespaces.
10944         (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10945         (find_oload_champ,oload_method_static,classify_oload_match): New.
10946         * cp-support.h: Add declaration for cp_func_name; update
10947         declaration for make_symbol_overload_list.
10948         * cp-support.c (cp_func_name): New.
10949         (overload_list_add_symbol): Fix comment, use
10950         SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10951         (make_symbol_overload_list): Take a function name and a namespace
10952         instead of a symbol; change implementation.
10953         (make_symbol_overload_list_using): New.
10954         (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10955
10956 2004-02-02  Fred Fish  <fnf@redhat.com>
10957
10958         * main.c (gdb_stdtarg): Move definition to group with other
10959         gdb_stdtarg definitions and update copyright years.
10960         * remote-sim.c (gdb_os_write_stderr): Write output to
10961         gdb_stdtargerr stream instead of gdb_stdtarg stream.
10962         (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10963         gdb_stderr stream and update copyright years.
10964
10965 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
10966
10967         * Makefile.in (mips-linux-nat.o): Update dependencies.
10968         * mips-linux-nat.c: Include mips-tdep.h.
10969
10970 2004-02-01  Roland McGrath  <roland@redhat.com>
10971
10972         * sol-thread.c (sol_thread_xfer_partial): New function.
10973         (init_sol_thread_ops): Use that for to_xfer_partial hook.
10974         (init_sol_core_ops): Likewise.
10975
10976         * procfs.c (procfs_xfer_partial): New function.
10977         (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10978         * Makefile.in (procfs.o): Add $(auxv_h) dep.
10979
10980         * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10981         procfs_xfer_auxv function.
10982
10983         * procfs.c (procfs_make_note_section): If we can read
10984         TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10985         * linux-proc.c (linux_make_note_section): Likewise.
10986
10987         * auxv.h: New file.
10988         * auxv.c: New file.
10989         * Makefile.in (auxv_h): New variable.
10990         (COMMON_OBS): Add auxv.o here.
10991         (auxv.o): New target.
10992
10993         * corelow.c (core_xfer_partial): New function.
10994         (init_core_ops): Use it for core_ops.to_xfer_partial.
10995
10996         * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10997         * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10998         macro if that is defined.
10999
11000 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
11001
11002         * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11003         and check the specified thread for each breakpoint.
11004         * breakpoint.h (bpstat_stop_status): Update prototype.
11005         * infrun.c (handle_inferior_event): Update calls to
11006         bpstat_stop_status.
11007
11008 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
11009
11010         * Makefile.in (cli-cmds.o): Add $(readline_h).
11011
11012 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
11013
11014         * cli/cli-cmds.c: Include readline.h.
11015         (complete_command): Pass the start of the last word to
11016         complete_line.
11017
11018 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
11019
11020         * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11021         argument, and change first argument to a CORE_ADDR.
11022         * breakpoint.h (bpstat_stop_status): Update prototype.
11023         * infrun.c (adjust_pc_after_break): Add a new comment.
11024         (handle_inferior_event): Update calls to bpstat_stop_status.
11025
11026 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
11027
11028         * breakpoint.h: Update copyright years.
11029
11030 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
11031
11032         * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11033         (bpstat_stop_status): Don't decrement PC.
11034         * breakpoint.h (software_breakpoint_inserted_here_p): Add
11035         prototype.
11036         * infrun.c (adjust_pc_after_break): New function.
11037         (handle_inferior_event): Call it, early.  Remove later references
11038         to DECR_PC_AFTER_BREAK.
11039         (normal_stop): Add commentary.
11040
11041 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
11042
11043         * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11044         2004-01-27 double-free fix.
11045
11046 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
11047
11048         * sparc-tdep.c (sparc_fetch_wcookie): New function.
11049         (sparc32_frame_prev_register): Handle StackGhost.
11050         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11051
11052 2004-01-29  Roland McGrath  <roland@redhat.com>
11053
11054         * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11055         * configure: Regenerated.
11056
11057         * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11058         * Makefile.in (procfs.o): Add dep.
11059
11060 2004-01-28  Andrew Cagney  <cagney@redhat.com>
11061
11062         * tui/tui-stack.h: Update copyright.
11063         (struct frame_info): Add opaque declaration.
11064         (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11065         (tui_show_locator_content): Rename tuiShowLocatorContent.
11066         (tui_show_frame_info): Rename tuiShowFrameInfo.
11067         * tui/tui-stack.c: Update copyright.  Update references.
11068         * tui/tui-winsource.c: Update references.
11069         * tui/tui-win.c: Update references.
11070         * tui/tui-layout.c: Update references.
11071         * tui/tui-hooks.c: Update copyright, update references.
11072         * tui/tui.c: Update copyright, update references.
11073         * tui/tui-disasm.c: Update references.
11074
11075 2004-01-28  David Carlton  <carlton@kealia.com>
11076
11077         * dwarf2read.c (add_partial_structure): Use demangled name if
11078         namespace equals "".
11079
11080 2004-01-27  Jim Blandy  <jimb@redhat.com>
11081
11082         Clean up misapplied patch:
11083         * dwarf2read.c (determine_prefix): Change one of the two forward
11084         declarations for 'determine_prefix_aux' to a declaration for this.
11085         (read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
11086         argument to 'die_specification'.
11087
11088         * dwarf2read.c (read_func_scope): Re-indent comment.
11089
11090 2004-01-27  Paul N. Hilfinger  <hilfinger@gnat.com>
11091
11092         * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11093         b->exp to NULL after freeing so that error during re-parsing or
11094         evaluation of expressions associated with breakpoint don't
11095         eventually lead to re-freeing of storage.
11096         Committed by Andrew Cagney.
11097
11098 2004-01-27  Andrew Cagney  <cagney@redhat.com>
11099
11100         * source.c (ambiguous_line_spec): Delete undefined declaration.
11101         * m32r-rom.c (m32r_set_board_address): Delete unused function.
11102         (m32r_set_server_address, m32r_set_download_path): Ditto.
11103         * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11104
11105 2004-01-27  Daniel Jacobowitz  <drow@mvista.com>
11106
11107         * dwarf2read.c: Update calls to changed and renamed functions, and
11108         references to moved variables.
11109
11110         (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11111         language, language_defn, list_in_scope, and ftypes members.
11112         (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11113         (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11114         (baseaddr): Remove globals.
11115
11116         (dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
11117         (set_cu_language, die_is_declaration, die_specification)
11118         (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11119         (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11120         (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11121         (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11122
11123         (dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
11124         cu.list_in_scope.  Don't initialize cu_header_offset.
11125         (add_partial_symbol): Add local baseaddr.
11126         (psymtab_to_symtab_1): Add local baseaddr.  Use
11127         objfile->section_offsets for consistency.  Don't initialize
11128         cu_header_offset; do initialize cu.header.offset and
11129         cu.list_in_scope.
11130         (read_file_scope, read_func_scope, read_lexical_block_scope)
11131         (dwarf_decode_lines, new_symbol): Add local baseaddr.
11132
11133 2004-01-27  Michael Chastain  <mec.gnu@mindspring.com>
11134
11135         * PROBLEMS: Add gdb/1516.
11136
11137 2003-12-29  Robert Millan  <robertmh@gnu.org>
11138
11139         Patch committed by Andrw Cagney.
11140         * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11141         * configure.tgt: Match knetbsd*-gnu.
11142
11143 2004-01-26  Andrew Cagney  <cagney@redhat.com>
11144
11145         * breakpoint.c (catch_command_1): Delete #ifdef code.
11146         (catch_fork_command_1): Delete #ifdef wrapper.
11147         (catch_exec_command_1): Ditto.
11148         (catch_load_command_1): Ditto.
11149         (catch_unload_command_1): Ditto.
11150
11151         * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11152         (catch_breakpoint): Delete #if0ed function.
11153         (disable_catch_breakpoint): Ditto.
11154         (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11155         (disable_catch, enable_catch, delete_catch): Ditto.
11156
11157 2004-01-26  Andrew Cagney  <cagney@redhat.com>
11158
11159         * remote.c (echo_check, quit_flag): Delete variables.
11160         (cisco_kernel_mode): Delete variable.
11161         (minitelnet_return, tty_input, escape_count): Delete variables.
11162         (remote_cisco_mode): Delete variable.
11163         (remote_cisco_open, remote_cisco_close): Delete function.
11164         (remote_cisco_mourn, remote_cisco_wait): Delete function.
11165         (init_remote_cisco_ops): Delete function.
11166         (_initialize_remote): Do not install "remote cisco" code.
11167         (read_frame): Delete cisco specific code.
11168         (remote_info_process): Delete function.
11169         (remote_wait): Delete cisco specific code.
11170         (remote_cisco_section_offsets): Delete function.
11171         (remote_cisco_objfile_relocate): Delete function.
11172         (remote_async_wait): Delete cisco specific code.
11173         (minitelnet, readtty, readsocket): Delete function.
11174
11175 2004-01-26  Andrew Cagney  <cagney@redhat.com>
11176
11177         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
11178         comments mentioning extract_returned_value_address.
11179         * infcmd.c (print_return_value): Update.  Add comments on
11180         extract_returned_value_address.
11181         * stack.c (return_command): Add comments on
11182         extract_returned_value_address.
11183         * values.c: Update comment.
11184         * m32r-tdep.c: Update comment.
11185         * sparc-tdep.c: Update comment.
11186         * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11187         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11188         * sh64-tdep.c (sh64_gdbarch_init): Update.
11189         * sh-tdep.c (sh_gdbarch_init): Update.
11190         * s390-tdep.c (s390_gdbarch_init): Update.
11191         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11192         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11193         * m68k-tdep.c (m68k_gdbarch_init): Update.
11194         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11195         * m32r-tdep.c (m32r_gdbarch_init): Update.
11196         * ia64-tdep.c (ia64_gdbarch_init): Update.
11197         * h8300-tdep.c (h8300_gdbarch_init): Update.
11198         * frv-tdep.c (frv_gdbarch_init): Update.
11199         * arm-tdep.c (arm_gdbarch_init): Update.
11200         * alpha-tdep.c (alpha_gdbarch_init): Update.
11201
11202 2004-01-26  Andrew Cagney  <cagney@redhat.com>
11203
11204         * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11205         SYMBOL_LOCATION_FUNCS
11206         (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11207         "struct symbol_ops".
11208         * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11209         type to "struct symbol_ops".
11210         * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11211         (struct symbol): Replace ".aux_value.loc.funcs" and
11212         ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11213         (SYMBOL_OBJFILE): Delete macro.
11214         (SYMBOL_LOCATION_FUNCS): Delete macro.
11215         (SYMBOL_LOCATION_BATON): Update.
11216         * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11217         intead of SYMBOL_LOCATION_FUNCS.
11218         * ax-gdb.c (gen_var_ref): Ditto.
11219         * printcmd.c (address_info): Ditto.
11220         * findvar.c (read_var_value): Ditto.
11221         (symbol_read_needs_frame): Ditto.
11222
11223 2004-01-26  Andrew Cagney  <cagney@redhat.com>
11224
11225         * dwarf2read.c (read_func_scope): Document frame-base hack.
11226
11227 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
11228
11229         * infcmd.c (print_return_value): Plug memory leak; delete
11230         ui_stream object.  Rename argument `structure_return' to
11231         `struct_return'.
11232
11233 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
11234
11235         * infcmd.c (print_return_value): Wrap long lines.
11236         (finish_command_continuation, finish_command): Remove unused
11237         variable `funcaddr'.  Fix some coding-standards problems.
11238
11239         * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11240         SECT_SIZE is large enough, not whether it's exactly the right size.
11241         (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11242         TDEP->fpregset to zero.
11243
11244         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11245         floating-point registers for traditional NetBSD core files.
11246         (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11247         TDEP->sizeof_fpregset here.
11248
11249 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
11250
11251         * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11252         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11253         function with code split out from
11254         sparc32nbsd_sigcontext_frame_cache.
11255         (sparc32nbsd_sigcontext_frame_cache): Use
11256         sparc32nbsd_sigcontext_saved_regs.
11257         (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11258         OpenBSD.
11259         * sparcobsd-tdep.c: New file.
11260         * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11261         (sparcobsd-tdep.o): New dependency.
11262         * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11263         * config/sparc/obsd.mt: New file.
11264
11265         * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11266         TDEP->fpregset to be initialized to enable core file register
11267         sets.
11268
11269 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
11270
11271         * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11272         Add opaque declarations.
11273         (sparc64nbsd_sigcontext_saved_regs): New prototype.
11274         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11275         function with code split out from
11276         sparc64nbsd_sigcontext_frame_cache.
11277         (sparc64nbsd_sigcontext_frame_cache): Use
11278         sparc64nbsd_sigcontext_saved_regs.
11279         (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11280         OpenBSD.
11281         * sparc64obsd-tdep.c: New file.
11282         * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11283         (sparc64obsd-tdep.o): New dependency.
11284         * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11285         gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11286         * config/sparc/obsd64.mt: New file.
11287
11288         * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11289         read the instruction at PC.
11290
11291         * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11292         value of GDB_OSABI_DEFAULT.
11293         (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11294         instead of GDB_OSABI_NETBSD_AOUT.
11295
11296 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
11297
11298         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11299         copyright.
11300
11301 2004-01-23  Andrew Cagney  <cagney@redhat.com>
11302
11303         * printcmd.c (display_command): Replace tui_set_display call with
11304         tui_set_layout_for_display_command.
11305         * tui/tui.h (enum tui_win_type): Define.
11306         (tui_set_layout): Delete declaration.
11307         (tui_set_layout_for_display_command): Rename set_tui_layout.
11308         * tui/tui-data.h (enum tui_layout_type): Define.
11309         * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
11310         "tui.h".
11311         (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11312         (tui_default_win_height): Rename tuiDefaultWinHeight.
11313         (tui_default_win_viewport_height): Rename
11314         tuiDefaultWinViewportHeight.
11315         (tui_set_layout): RenametuiSetLayout.
11316         * tui/tui-layout.c: Update references.
11317         * tui/tui.c: Update references.
11318         * tui/tui-disasm.c: Update references.
11319
11320 2004-01-23  David Carlton  <carlton@kealia.com>
11321
11322         Partial workaround for PR c++/1511:
11323         * cp-namespace.c: Include frame.h.
11324         (cp_lookup_transparent_type): New
11325         (cp_lookup_transparent_type_loop): New.
11326         * cp-support.h: Declare cp_lookup_transparent_type.
11327         * symtab.c (basic_lookup_transparent_type): Renamed from
11328         lookup_transparent_type.
11329         (lookup_transparent_type): Replace old body by a call to
11330         current_language->la_lookup_transparent_type.
11331         * symtab.h: Update copyright.  Declare
11332         basic_lookup_transparent_type.
11333         * language.h: Update copyright.
11334         (struct language_defn): Add la_lookup_transparent_type.
11335         * language.c: Update copyright.
11336         (unknown_language_defn): Add basic_lookup_transparent_type.
11337         (auto_language_defn): Add basic_lookup_transparent_type.
11338         (local_language_defn): Add basic_lookup_transparent_type.
11339         * ada-lang.c: Update copyright.
11340         (ada_language_defn): Add basic_lookup_transparent_type.
11341         * c-lang.c: Update copyright.
11342         (c_language_defn): Add basic_lookup_transparent_type.
11343         (cplus_language_defn): Add basic_lookup_transparent_type.
11344         (asm_language_defn): Add basic_lookup_transparent_type.
11345         (minimal_language_defn): Add basic_lookup_transparent_type.
11346         * f-lang.c: Update copyright.
11347         (f_language_defn): Add basic_lookup_transparent_type.
11348         * jv-lang.c: Update copyright.
11349         (java_language_defn): Add basic_lookup_transparent_type.
11350         * m2-lang.c: Update copyright.
11351         (m2_language_defn): Add basic_lookup_transparent_type.
11352         * objc-lang.c: Update copyright.
11353         (objc_language_defn): Add basic_lookup_transparent_type.
11354         * p-lang.c: Update copyright.
11355         (p_language_defn): Add basic_lookup_transparent_type.
11356         * scm-lang.c: Update copyright.
11357         (scm_language_defn): Add basic_lookup_transparent_type.
11358         * Makefile.in (cp-namespace.o): Depend on frame.h.
11359
11360 2004-01-23  David Carlton  <carlton@kealia.com>
11361
11362         Patch for PR c++/1520:
11363         * dwarf2read.c (read_func_scope): Set processing_current_prefix
11364         properly if we have a specification die.
11365         (determine_prefix_aux): Rename from determine_prefix.
11366         (determine_prefix): Like the old determine_prefix, but never
11367         returns NULL.
11368
11369 2004-01-23  Theodore A. Roth  <troth@openavr.org>
11370
11371         * avr-tdep.c: Update copyright.
11372         (avr_iaddr_p): Delete unused function.
11373         (avr_saddr_p): Delete unused function.
11374
11375 2004-01-23  David Carlton  <carlton@kealia.com>
11376
11377         * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11378         Fix for PR symtab/1534.
11379
11380 2004-01-23  Mark Kettenis  <kettenis@gnu.org>
11381
11382         * NEWS (New native configurations): Mention OpenBSD/sparc and
11383         OpenBSD/sparc64.
11384         * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11385         * configure.host: Likewise.
11386         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11387         handler for OpenBSD.
11388         * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11389
11390 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
11391
11392         * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11393         (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11394
11395         * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11396         * cli/cli-cmds.c (shell_escape): Likewise.
11397
11398         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11399         OpenBSD .note.openbsd.ident sections.
11400
11401 2004-01-22  David Carlton  <carlton@kealia.com>
11402
11403         * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11404         get_scope_pc_bounds.
11405         (read_file_scope): Ditto.
11406         (get_scope_pc_bounds): New function, produced by extracting code
11407         from the above two functions, consolidating it, and adding support
11408         for DW_TAG_namespace.
11409
11410 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
11411
11412         * osabi.c (MAX_NOTESZ): New define.
11413         (check_note): New function.
11414         (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11415         check_note.
11416
11417 2004-01-21  Roland McGrath  <roland@redhat.com>
11418
11419         * MAINTAINERS (write after approval): Add myself.
11420
11421 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
11422
11423         * utils.c (init_page_info): Move declarations of `rows' and
11424         `cols' before the __GO32__-specific code.  Move the closing brace
11425         outside the #ifdef __GO32__..#endif block.
11426         [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11427
11428 2004-01-21  Paul Brook  <paul@codesourcery.com>
11429
11430         * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11431         BPSTAT_WHAT_CHECK_SHLIBS.
11432
11433 2004-01-21  Paul Brook  <paul@codesourcery.com>
11434
11435         * MAINTAINERS: Add myself to write-after-approval.
11436
11437 2004-01-20  Andrew Cagney  <cagney@redhat.com>
11438
11439         * ax-gdb.c (print_axs_value): Delete unused function.
11440         * jv-lang.c (java_lookup_type): Delete unused function.
11441         * cli/cli-dump.c (dump_filetype): Delete unused function.
11442         * remote-mips.c (remote_mips_insert_hw_breakpoint)
11443         (remote_mips_remove_hw_breakpoint): Delete unused functions.
11444         (mips_getstring): Delete unused function.
11445         (pmon_insert_breakpoint): Delete #if0ed function.
11446         (PMON_MAX_BP): Delete #if0ed MACRO.
11447         (mips_pmon_bp_info): Delete #if0ed variable.
11448         (pmon_remove_breakpoint): Delete #if0ed function.
11449         * monitor.c (monitor_write_even_block): Delete unused function.
11450         (monitor_write_memory_block): Delete #if0ed code.
11451         * dink32-rom.c (dink32_load): Delete unused function.
11452         (_initialize_dink32_rom): Delete #if0ed code.
11453         * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11454
11455         * tui/tui-command.c: Update references.
11456         * tui/tui-io.c: Update references.
11457         * tui/tui-command.h: Update copyright.
11458         (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11459
11460         * source.c (ambiguous_line_spec): Delete never-defined function.
11461         * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11462         * gdbtypes.c (add_name, add_mangled_type): Ditto.
11463         * cli/cli-cmds.c (validate_comname): Ditto.
11464
11465         * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
11466         "tui-data.h".
11467         (tui_set_disassem_content): Rename tuiSetDisassemContent.
11468         (tui_show_disassem): Rename tuiShowDisassem.
11469         (tui_show_disassem_and_update_source): Rename
11470         tuiVerticalDisassemScroll.
11471         (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11472         (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11473         * tui/tui.h: Update copyright.
11474         (enum tui_status): Define.
11475         * tui/tui-data.h (enum tui_scroll_direction): Define.
11476         * tui/tui-disasm.c: Update copyright.  Update references.
11477         * tui/tui-winsource.c:  Update copyright.  Update references.
11478         * tui/tui-win.c: Update references.
11479         * tui/tui-layout.c: Update references.
11480
11481 2004-01-20  Andrew Cagney  <cagney@redhat.com>
11482
11483         * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11484         sym2 to start of block.
11485
11486 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
11487
11488         * MAINTAINERS: Delete mmalloc.
11489         * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11490         * NEWS: Mention removal of --with-malloc.
11491         * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11492         * config.in: Regenerate.
11493         * configure: Regenerate.
11494         * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11495         USE_MMALLOC, MMCHECK_FORCE.
11496         * gdbinit.in: Remove mmalloc.
11497         * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11498         * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11499         * config/i386/go32.mh: Likewise.
11500         * config/i386/interix.mh: Likewise.
11501         * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11502
11503 2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>
11504
11505         * linespec.c (decode_variable, symtab_from_filename):  Call
11506         error_silent with error message instead of throwing an exception
11507         directly.
11508         * defs.h (error_silent, error_output_message): Add prototypes.
11509         (catch_exceptions_with_msg): Ditto.
11510         * utils.c (error_silent, error_output_message): New functions.
11511         * top.c (catch_exceptions_with_msg): New function.
11512
11513 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
11514
11515         * mi/mi-cmds.h (enum print_values): Add definition.
11516
11517         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11518         type and value for simple data types and just the name and type
11519         for complex ones, if required.
11520
11521         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11522         children, if required.
11523
11524 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
11525
11526         * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11527         unused declarations.
11528
11529 2004-01-19  Andrew Cagney  <cagney@redhat.com>
11530
11531         * top.h (mapped_symbol_files): Delete declaration.
11532         * main.c (captured_main): Delete option "m" and "mapped".
11533         * objfiles.c (mapped_symbol_files): Delete variable.
11534         * symfile.c (symbol_file_command): Delete mmap code.
11535         (symbol_file_add_with_addrs_or_offsets): Ditto.
11536         (add_symbol_file_command, reread_separate_symbols): Ditto.
11537         * objfiles.h (OBJF_MAPPED): Delete.
11538         * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11539         (free_objfile) [USE_MMALLOC]: Ditto.
11540         (open_existing_mapped_file): Delete function.
11541         (open_mapped_file): Delete function.
11542         (map_to_file): Delete function.
11543
11544 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
11545
11546         * infrun.c (step_into_function): Account for possible breakpoint
11547         adjustment when computing ``stop_func_start''.
11548
11549 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
11550
11551         * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11552         the region size against the size of a pointer, not the size of
11553         a register as given by DEPRECATED_REGISTER_SIZE.
11554
11555 2004-01-19  Andrew Cagney  <cagney@redhat.com>
11556
11557         * tui/tui-regs.h: Include "tui-data.h".
11558         (tuiFirstRegElementNoInLine): Delete declaration.
11559         (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11560         (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11561         (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11562         (tui_calculate_regs_column_count): Rename
11563         tuiCalculateRegsColumnCount.
11564         (tui_check_register_values): Rename tuiCheckRegisterValues.
11565         (tui_show_registers): Rename tuiShowRegisters.
11566         (tui_display_registers_from_line): Rename
11567         tuiDisplayRegistersFromLine.
11568         (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11569         (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11570         (tui_first_reg_element_no_inline): Rename
11571         tuiFirstRegElementNoInLine.
11572         * tui/tui-data.h: Update copyright.
11573         (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11574         * tui/tui-windata.c: Update copyright, update references.
11575         * tui/tui-regs.c: Update copyright, update references.
11576         * tui/tui-win.c: Update copyright, update references.
11577         * tui/tui-layout.c: Update copyright, update references.
11578
11579 2004-01-18  Andrew Cagney  <cagney@redhat.com>
11580
11581         * tui/tui-io.c: Update copyright.
11582         (key_is_end_sequence, key_is_backspace): New functions.
11583         (key_is_command_char, key_is_start_sequence): New function.
11584         (tui_getc): Update references.
11585         * tui/tui-io.h: Update copyright.
11586         (m_tuiStartNewLine): Delete macro.
11587         (m_isBackspace, m_isDeleteChar): Delete macros.
11588         (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11589         (m_isNextPage, m_isPrevPage): Delete macros.
11590         (m_isLeftArrow, m_isRightArrow): Delete macros.
11591         (m_isXdbStyleCommandChar): Delete macro.
11592         (key_is_start_sequence): Declare, replace m_isStartSequence.
11593         (key_is_end_sequence): Declare, replace m_isEndSequence.
11594         (key_is_backspace): Declare ,replace m_isBackspace.
11595         (key_is_command_char): Declare, replace m_isCommandChar.
11596         * tui/tui-command.c: Update copyright.
11597         (tuiDispatchCtrlChar): Update references.
11598
11599         * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11600         tuiSourceWin.h.
11601
11602         * tui/tui-command.c: Rename tui/tuiCommand.c.
11603         * tui/tui-command.h: Rename tui/tuiCommand.h.
11604         * tui/tui-data.c: Rename tui/tuiData.c.
11605         * tui/tui-data.h: Rename tui/tuiData.h.
11606         * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11607         * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11608         * tui/tui-io.c: Rename tui/tuiIO.c.
11609         * tui/tui-io.h: Rename tui/tuiIO.h.
11610         * tui/tui-layout.c: Rename tui/tuiLayout.c.
11611         * tui/tui-layout.h: Rename tui/tuiLayout.h.
11612         * tui/tui-regs.c: Rename tui/tuiRegs.c.
11613         * tui/tui-regs.h: Rename tui/tuiRegs.h.
11614         * tui/tui-source.c: Rename tui/tuiSource.c.
11615         * tui/tui-source.h: Rename tui/tuiSource.h.
11616         * tui/tui-stack.c: Rename tui/tuiStack.c.
11617         * tui/tui-stack.h: Rename tui/tuiStack.h.
11618         * tui/tui-win.c: Rename tui/tuiWin.c.
11619         * tui/tui-win.h: Rename tui/tuiWin.h.
11620         * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11621         * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11622         * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11623         * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11624         * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11625         * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11626         * tui/tui-file.c: Update includes.
11627         * tui/tui-hooks.c: Update includes.
11628         * tui/tui-interp.c: Update includes.
11629         * tui/tui.c: Update includes.
11630         * Makefile.in: Update all tui/ dependencies.
11631         (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11632
11633         * Makefile.in: Update copyright.  Update dependencies.
11634
11635         * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11636         problem.
11637
11638 2004-01-18  Andrew Cagney  <cagney@redhat.com>
11639
11640         * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11641         instead of register_gdbarch_init.
11642
11643         * remote-sds.c (tohex): Delete unused function.  Update copyright.
11644         * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11645         * v850-tdep.c (v850_register_virtual_size): Ditto.
11646         * target.c (normal_target_post_startup_inferior): Ditto.
11647         * source.c (ambiguous_line_spec): Ditto.
11648         * remote.c (adapt_remote_get_threadinfo): Ditto.
11649         * mi/mi-out.c (out_field_fmt): Ditto.
11650         * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11651         (output_control_change_notification): Ditto.
11652         * m68k-tdep.c (m68k_register_byte): Ditto.
11653         (m68k_remote_breakpoint_from_pc): Ditto.
11654         * ui-out.c (init_ui_out_state): Delete unused declaration.
11655         * stabsread.c (search_value): Ditto.
11656         * mi/mi-cmd-env.c (env_cli_command): Ditto.
11657         * maint.c (print_section_table): Ditto.
11658         * infrun.c (set_follow_fork_mode_command): Ditto.
11659
11660 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
11661
11662         * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11663         DW_CFA_def_cfa_exporession.  Add support for
11664         DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11665         DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
11666
11667 2004-01-18  Andrew Cagney  <cagney@redhat.com>
11668
11669         * ocd.c: Update copyright.
11670         (bdm_read_register_command): Delete unused function.
11671         (_initialize_remote_ocd): Delete commented out reference.
11672         (get_quoted_char, reset_packet): Delete #if0ed function.
11673         (output_packet, put_quoted_char): Delete #if0ed function.
11674         (stu_put_packet, stu_get_packet): Delete #if0ed function.
11675         (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11676         (BDM_BREAKPOINT): Delete #if0ed macro.
11677         (remote_timeout): Delete #if0ed variable.
11678
11679 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
11680
11681         * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11682         (core-sol2.o): Remove dependency.
11683         * core-sol2.c: Remove file.
11684
11685 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11686
11687         * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11688         * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11689         enums.
11690
11691 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
11692
11693         * remote.c: Update copyright years.
11694
11695 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
11696
11697         * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11698
11699 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11700
11701         * mdebugread.c: Update copyright.
11702         (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11703         (parse_type, parse_procedure): Ditto.
11704         (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11705
11706         * cris-tdep.c (cris_store_struct_return): Put back accidently
11707         deleted function.
11708
11709         * gdbarch.sh: Update copyright year.
11710         * gdbarch.h, gdbarch.c: Re-generate.
11711
11712 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
11713
11714         Suggested by George Anzinger.
11715         * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11716         correct stack offset.  Include unknown opcode numbers in the error
11717         message.
11718
11719 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11720
11721         * x86-64-tdep.c (x86_64_init_abi): No need to clear
11722         extract_struct_value_address, i386 does not set it.
11723         * sparc64-tdep.c (sparc64_init_abi): Do not set
11724         extract_struct_value_address, never called.
11725         (sparc64_extract_struct_value_address): Delete function.
11726         * m68hc11-tdep.c: Update copyright.
11727         (m68hc11_gdbarch_init): Delete redundant assignment of
11728         extract_struct_value_address.
11729         * i386-tdep.c: Update copyright.
11730         (i386_gdbarch_init): Do not set extract_struct_value_address,
11731         never called.
11732         (i386_extract_struct_value_address): Delete function.
11733         * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11734         extract_struct_value_address, never called.
11735         (sparc32_extract_struct_value_address): #if 0 function.  Add
11736         comments explaining its future.
11737
11738 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
11739
11740         * arm-tdep.c (arm_write_pc): New function.
11741         (arm_gdbarch_init): Call set_gdbarch_write_pc.
11742
11743 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
11744
11745         * breakpoint.c (must_shift_inst_regs): Delete.
11746         (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11747         and SHIFT_INST_REGS.
11748         * infcmd.c (step_1, step_1_continuation): Delete references to
11749         SHIFT_INST_REGS.
11750         * infrun.c (keep_going): Likewise.
11751         * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11752         * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11753
11754 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11755
11756         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11757         * gdbarch.h, gdbarch.c: Re-generate.
11758         * infcmd.c (print_return_value): Delete reference to
11759         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11760
11761         * cris-tdep.c (cris_gdbarch_init): Do not set
11762         deprecated_extract_struct_value_address.
11763
11764         * xstormy16-tdep.c: Update copyright.
11765         (xstormy16_extract_struct_value_address): Update to current
11766         extract struct value address interface.
11767         (xstormy16_gdbarch_init): Set extract_struct_value_address.
11768         * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11769         current extract struct value address interface.
11770         (sh64_gdbarch_init): Set extract_struct_value_address.
11771
11772         * cris-tdep.c: Update copyright.
11773         (cris_extract_struct_value_address): Delete function.
11774         (struct_return_address): Delete variable.
11775         (cris_store_struct_return): Do not set struct_return_address.
11776
11777         * mcore-tdep.c: Update copyright.
11778         (mcore_extract_struct_value_address): Delete function.  Update
11779         comments.
11780         (mcore_gdbarch_init): Update.
11781         * mn10300-tdep.c: Update copyright.
11782         (mn10300_extract_struct_value_address): Delete function.
11783         (mn10300_gdbarch_init): Update.
11784         * v850-tdep.c: Update copyright.
11785         (v850_extract_struct_value_address): Delete.
11786         (v850_gdbarch_init): Update.
11787         * ns32k-tdep.c: Update copyright.
11788         (ns32k_extract_struct_value_address): Delete.
11789         (ns32k_gdbarch_init): Update.
11790         * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11791         (hppa_gdbarch_init): Update.
11792         * vax-tdep.c: Update copyright.
11793         (vax_extract_struct_value_address): Delete.
11794         (vax_gdbarch_init): Update.
11795
11796         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11797         * gdbarch.h, gdbarch.c: Re-generate.
11798         * procfs.c (procfs_fetch_registers): Delete reference to
11799         DEPRECATED_NPC_REGNUM.
11800         (procfs_store_registers): Ditto.
11801         * regcache.c (generic_target_write_pc): Simplify.
11802         * lynx-nat.c: Delete #ifdef SPARC code.  Not used.
11803
11804         * core-sol2.c (fetch_core_registers): Replace
11805         DEPRECATED_NPC_REGNUM with equivalent tdep value.
11806
11807         * hppa-tdep.c: Update copyright year.
11808         (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11809         NPC_REGNUM.
11810         (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11811
11812         * mips-tdep.c (mips_write_pc): New function.
11813         (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11814         (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11815         (mips_find_saved_regs, mips_software_single_step: Ditto.
11816         (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11817         mips_init_extra_frame_info, mips_pop_frame): Ditto.
11818
11819 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11820
11821         * mips-tdep.c: Re-indent.  Group functions by ABI.
11822
11823 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11824
11825         * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11826         * gdbarch.c: Re-generate.
11827         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11828         DECR_PC_AFTER_BREAK to zero.
11829         * vax-tdep.c (vax_gdbarch_init): Ditto.
11830         * v850-tdep.c (v850_gdbarch_init): Ditto.
11831         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11832         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11833         * sh-tdep.c (sh_gdbarch_init): Ditto.
11834         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11835         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11836         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11837         * mips-tdep.c (mips_gdbarch_init): Ditto.
11838         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11839         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11840         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11841         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11842         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11843         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11844         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11845         * frv-tdep.c (frv_gdbarch_init): Ditto.
11846         * cris-tdep.c (cris_gdbarch_init): Ditto.
11847         * avr-tdep.c (avr_gdbarch_init): Ditto.
11848         * arm-tdep.c (arm_gdbarch_init): Ditto.
11849         * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11850
11851 2004-01-17  J. Brobecker  <brobecker@gnat.com>
11852
11853         * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11854         Delete, no longer used.
11855         (read_subrange_type): New function, mostly extracted from
11856         read_array_type().
11857         (read_array_type): Replace extracted code by call to
11858         read_subrange_type().
11859         (dwarf2_get_attr_constant_value): New function.
11860         (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11861         (add_partial_symbol): Likewise.
11862         (process_die): Likewise.
11863         (new_symbol): Likewise.
11864         (read_type_die): Likewise.
11865
11866 2004-01-16  Andrew Cagney  <cagney@redhat.com>
11867
11868         * symfile.c: Update copyright year.
11869         (compare_symbols): Delete unused function.
11870         * stabsread.c: Update copyright year.
11871         (lrs_general_complaint): Delete unused function.
11872         (ref_search_value): Ditto.
11873         (get_substring): Delete declaration.
11874         * sh64-tdep.c: Update copyright year.
11875         (sh64_get_gdb_regnum): Delete unused function.
11876         * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11877         Delete unused function.
11878
11879 2004-01-17  Mark Kettenis  <kettenis@gnu.org>
11880
11881         * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11882         * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11883
11884 2004-01-16  Andrew Cagney  <cagney@redhat.com>
11885
11886         Changes from Peter Schauer.
11887         * rs6000-tdep.c: Update copyright year.
11888         (rs6000_push_dummy_call): Update the stack pointer before
11889         accessing the corresponding stack region.
11890         * rs6000-nat.c: Update copyright year.
11891         (set_host_arch): Set "info.abfd" to "exec_bfd".
11892
11893 2004-01-15  Mark Kettenis  <kettenis@gnu.org>
11894
11895         * blockframe.c: Update copyright year.
11896         (inside_entry_func): Don't treat a zero PC specially.
11897
11898 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
11899
11900         * gcore.c (gcore_copy_callback): Use paddr_d to print size
11901         variable.
11902         (gcore_create_callback): Ditto.  Skip any memory segment that has
11903         no permissions set.
11904
11905 2004-01-14  David Carlton  <carlton@kealia.com>
11906
11907         Change symbols for C++ nested types to contain the fully qualified
11908         name, if possible.  (At least in the DWARF-2 case.)  Partial fix
11909         for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11910         c++/895.
11911         * c-exp.y (qualified_type): Handle types nested within classes.
11912         * cp-namespace.c: Update comments.
11913         (cp_set_block_scope): Delete #if 0.
11914         (cp_lookup_nested_type): Handle types nested within classes.
11915         * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11916         when appropriate.
11917         (add_partial_symbol): Add the name of the enclosing namespace to
11918         types.
11919         (pdi_needs_namespace): New.
11920         (add_partial_namespace): Tweak comment.
11921         (add_partial_structure): New.
11922         (psymtab_to_symtab_1): Initialize processing_current_prefix
11923         here...
11924         (process_die): instead of here.
11925         (read_structure_scope): Try to figure out the name of the class or
11926         namespace that the structure might be defined within.
11927         (read_enumeration): Generate fully-qualified names, if possible.
11928         (read_namespace): Don't set name to NULL.
11929         (die_specification): New.
11930         (new_symbol): Generate fully-qualified names for types.
11931         (read_type_die): Determine appropriate prefix.
11932         (determine_prefix): New.
11933         (typename_concat): New.
11934         (class_name): New.
11935         * valops.c (value_aggregate_elt): Pass NOSIDE to
11936         value_struct_elt_for_reference.
11937         (value_struct_elt_for_reference): Make static, add NOSIDE
11938         parameter, call value_maybe_namespace_elt as a last resort.
11939         (value_namespace_elt): Break out code into
11940         value_maybe_namespace_elt.
11941         (value_maybe_namespace_elt): New.
11942
11943 2004-01-12  Andrew Cagney  <cagney@redhat.com>
11944
11945         * mips-tdep.c (mips_convert_register_p): Handle both raw and
11946         cooked floating-point registers.
11947         (mips_gdbarch_init): Set convert_register_p, register_to_value,
11948         and value_to_register.
11949
11950 2004-01-13  Andrew Cagney  <cagney@redhat.com>
11951
11952         * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11953         * gdbarch.c: Re-generate.
11954         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11955         FUNCTION_START_OFFSET.
11956         * v850-tdep.c (v850_gdbarch_init): Ditto.
11957         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11958         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11959         * sh-tdep.c (sh_gdbarch_init): Ditto.
11960         * s390-tdep.c (s390_gdbarch_init): Ditto.
11961         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11962         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11963         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11964         * mips-tdep.c (mips_gdbarch_init): Ditto.
11965         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11966         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11967         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11968         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11969         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11970         * i386-tdep.c (i386_gdbarch_init): Ditto.
11971         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11972         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11973         * frv-tdep.c (frv_gdbarch_init): Ditto.
11974         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11975         * cris-tdep.c (cris_gdbarch_init): Ditto.
11976         * avr-tdep.c (avr_gdbarch_init): Ditto.
11977         * arm-tdep.c (arm_gdbarch_init): Ditto.
11978         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11979
11980 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
11981
11982         * infrun.c (follow_fork_mode_ask): Remove.
11983         (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11984         (follow_fork): Simplify and remove internal error for
11985         follow_fork_mode_ask.
11986         (_initialize_infrun): Update "set follow-fork-mode" help text.
11987
11988 2004-01-13  Andrew Cagney  <cagney@redhat.com>
11989
11990         * configure.in: Update copyright year.
11991         (build_warnings): Add -Wunused-label.
11992         * configure: Re-generate.
11993
11994 2004-01-12  Andrew Cagney  <cagney@redhat.com>
11995
11996         * exec.h (exec_ops): Make "extern".
11997
11998         * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11999         the function is void.
12000         (mips_pseudo_register_write): Ditto.
12001
12002 2004-01-12  Andrew Cagney  <cagney@redhat.com>
12003
12004         * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12005         call.  Never defined.
12006         * sparc-tdep.h (struct frame_info): Add opaque declaration.
12007         * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12008         (struct sparc_gregset, struct regcache): Ditto.
12009         * sparc-nat.c: Update copyright.  Specify "GNU/Linux".
12010
12011 2004-01-12  Andrew Cagney  <cagney@redhat.com>
12012
12013         * mi/ChangeLog: Delete file.  Renamed to ...
12014         * mi/ChangeLog-1999-2003: New file.
12015         * tui/ChangeLog: Delete file.  Renamed to ...
12016         * tui/ChangeLog-1998-2003: New file.
12017
12018 2004-01-11  Mark Kettenis  <kettenis@gnu.org>
12019
12020         * sparc64nbsd-tdep.c: Include "regset.h".
12021         (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12022         Remove variables.
12023         (fetch_core_registers): Remove function.
12024         (sparc64nbsd_core_fns): Remove variable.
12025         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12026         functions.
12027         (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12028         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12029         (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12030
12031         * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12032         sparc_extract_struct_value_address.
12033         (sparc32_gdbarch_init): Set extract_struct_value_address.
12034         * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12035         function.
12036         (sparc64_init_abi): Set extract_struct_value_address.  Don't set
12037         return_value_on_stack.
12038
12039         * NEWS: Mention that %cs and %ss have been added to the AMD64
12040         configurations
12041
12042         * frame.c: Update copyright year.
12043         (get_prev_frame): Improve comment.
12044
12045         * sparc64fbsd-tdep.c: Include "regset.h".
12046         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12047         Remove variables.
12048         (fetch_core_registers): Remove function.
12049         (sparc64fbsd_core_fns): Remove variable.
12050         (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12051         functions.
12052         (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12053         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12054         (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12055
12056         * sparcnbsd-tdep.c: Include "regset.h".
12057         (fetch_core_registers): Remove function.
12058         (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12059         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12060         functions.
12061         (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12062         TDEP->fpregset.
12063         (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12064
12065         * sparc-tdep.h (struct regset): Provide opaque declaration.
12066         (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12067         fpregset and sizeof_fpregset members.
12068         * sparc-tdep.c (struct regset): Provide opaque declaration.
12069         (sparc_regset_from_core_section): New function.
12070         (sparc32_gdbarch_init): Initialize TDEP->gregset,
12071         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12072         Set regset_from_core_section when appropriate.
12073
12074 2004-01-10  Mark Kettenis  <kettenis@gnu.org>
12075
12076         * x86-64-tdep.c (amd64_non_pod_p): New function.
12077         (amd64_classify_aggregate): Return class memory for non-POD
12078         C++ structure types.
12079
12080         * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12081         argument.  Use it to reserve a register if necessary.
12082         (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12083         amd64_push_arguments.
12084
12085         * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12086
12087         * x86-64-tdep.c (amd64_register_info): Add %cs and %ss.  Adjust
12088         register numbers in comments.
12089         * x86-64-tdep.h: Update copyright year.
12090         (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12091         Adjust for addition of %cs and %ss.
12092         * amd64fbsd-nat.c: Update copyright year.
12093         (reg_offset): Add register offsets for %cs and %ss.
12094         * amd64fbsd-tdep.c: Update copyright year.
12095         (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12096         (amd64fbsd_sc_reg_offset): Likewise.
12097         * x86-64-linux-nat.c: Update copyright year.
12098         (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12099         and %ss.
12100         * amd64nbsd-nat.c: Update copyright year.
12101         (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12102         * amd64nbsd-tdep.c: Update copyright year.
12103         (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12104         * x86-64-linux-tdep.c: Update copyright year.
12105         (user_to_gdb_regmap): Add mapping for %cs and %ss.
12106         (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12107         * regformats/reg-x86-64.dat: Add %cs and %ss.
12108
12109         * blockframe.c (inside_entry_func): Reformat.  Introduce new local
12110         variables to prevent long lines.  Update comments to reflect
12111         reality.
12112
12113 2004-01-09  David Carlton  <carlton@kealia.com>
12114
12115         Checked in by Elena Zannoni  <ezannoni@redhat.com>.
12116         * dwarf2read.c (read_namespace): Pull out name-generating code
12117         into namespace_name. Rename previous_namespace to previous_prefix
12118         and processing_current_namespace to processing_current_prefix..
12119         (namespace_name): New function.
12120         (add_partial_symbol): Substitute uses of pdi->name with
12121         actual_name.
12122         * cp-support.h: Rename processing_current_namespace to
12123         processing_current_prefix.
12124         Update copyright year.
12125         * cp-namespace.c: Rename processing_current_namespace to
12126         processing_current_prefix.
12127         Update copyright year.
12128
12129 2004-01-09  Andrew Cagney  <cagney@redhat.com>
12130
12131         * jv-valprint.c, ser-unix.c: Add missing copyright years.
12132
12133 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
12134
12135         * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12136         complaining.
12137         (process_one_symbol): Deal with N_PATCH stabs.
12138
12139 2004-01-09  Elena Zannoni  <ezannoni@redhat.com>
12140
12141         * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12142         ifdeffed code.
12143         Update copyright year.
12144
12145 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
12146
12147         * config/pa/tm-hppa.h: Update extern declarations for
12148         hppa32_hpux_frame_saved_pc_in_sigtramp,
12149         hppa32_hpux_frame_base_before_sigtramp, and
12150         hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12151
12152 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
12153
12154         * config/pa/tm-hppah.h: Update copyright years.
12155
12156 2004-01-08  Andrew Cagney  <cagney@redhat.com>
12157
12158         * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12159         (mips_o32_reg_struct_has_addr): Delete function.
12160         (mips_gdbarch_init): Update.
12161         (mips_extract_struct_value_address): Delete function.
12162
12163 2004-01-08  David Mosberger  <davidm@hpl.hp.com>
12164
12165         * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12166         reality.
12167
12168 2004-01-07  Andrew Cagney  <cagney@redhat.com>
12169
12170         * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12171         architecture's elf flags (when available).
12172
12173         * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12174         FPU to the start, check the MIPS FPU when looking for an old
12175         architecture.
12176         (set_mipsfpu_single_command): Update the architecture.
12177         (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12178
12179         * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12180         (mips_mask_address_p): Add "tdep" parameter.
12181         (show_mask_address, mips_addr_bits_remove): Update.
12182         (mips_dump_tdep): Update.
12183         (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12184         (MIPS_STACK_ARGSIZE): Delete macro.
12185         (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12186         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12187         (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12188         (mips_dump_tdep): Update.
12189         (MIPS_SAVED_REGSIZE): Delete macro.
12190         (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12191         (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12192         (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12193         (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12194         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12195         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12196         (mips_pop_frame, return_value_location): Update.
12197         (mips_n32n64_return_value, mips_dump_tdep): Update.
12198
12199         * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12200         MIPS ABI.
12201
12202         * mips-tdep.c: Update copyright.
12203         (mips_gdbarch_init): Merge two code blocks handling the register
12204         name and number layout.
12205
12206 2004-01-02  Pawel Ostrowski  <pasza@zodiac.mimuw.edu.pl>
12207
12208         * tracepoint.c (validate_actionline): Fix segv at EOF
12209
12210 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
12211
12212         * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12213         properly for static fields.
12214
12215 2004-01-06  Jeff Johnston  <jjohnstn@redhat.com>
12216             Jason Molenda  <jmolenda@apple.com>
12217
12218         * disasm.c: Update copyright to include 2004.
12219         (do_mixed_source_and_assembly): For uiout asm list
12220         and tuple cleanups, initialize to null_cleanup instead of
12221         NULL and do so prior to loop.  Only reset when we close off
12222         the tuple/list.  Move check for whether to close off the
12223         asm tuple/list to after dump_insns call where it will be run
12224         on each loop iteration.
12225
12226 2004-01-05  Andrew Cagney  <cagney@redhat.com>
12227
12228         * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12229         should be a switch case and not a label.
12230         * mips-tdep.c (mips32_next_pc): Delete unused labels
12231         "greater_equal_branch" and "less_zero_branch".
12232         * jv-valprint.c (java_print_value_fields): Delete unused label
12233         "flush_it".
12234
12235         * target.c (unpush_target): Only close a target that is in the
12236         target stack.
12237
12238 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
12239
12240         * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12241         address from [sp + 64] instead of %o2.
12242
12243         * frame.c (get_prev_frame): Don't try to unwind the PC.  This
12244         fixes PR backtrace/1476.
12245
12246 2004-01-05  Andrew Cagney  <cagney@redhat.com>
12247
12248         * libunwind-frame.h (struct frame_id): Add opaque declaration,
12249         move to start of file.
12250         * i386-tdep.h (struct regcache): Add opaque declaration.
12251         * config/ia64/nm-linux.h (struct target_ops): Add opaque
12252         declaration.
12253         * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12254         (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12255         * win32-nat.c (fake_create_process): Use ISO C style definition.
12256         * stabsread.c (define_symbol): Delete #ifndef
12257         DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12258         stabs_argument_has_addr call, macro never defined.
12259
12260 2004-01-04  Michael Chastain  <mec.gnu@mindspring.com>
12261
12262         * op50-rom.c: Delete.
12263         * w89k-rom.c: Delete.
12264         * Makefile.in: Remove references.
12265
12266 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
12267
12268         * x86-64-tdep.c: Update copyright year.
12269         (struct amd64_register_info): Rename from x86_64_register_info.
12270         (amd64_register_info): Rename from x86_64_register_info.
12271         (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12272         (amd64_register_name): Rename from x86_64_register_name.
12273         (amd64_register_type): Rename from x86_64_register_type.
12274         (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12275         (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12276         (amd64_dwarf_reg_to_regnum): Rename from
12277         x86_64_dwarf_reg_to_regnum.
12278         (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12279         (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12280         (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12281         (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12282         (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12283         (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12284         (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12285         (amd64_frame_cache): Rename from x86_64_frame_cache.
12286         (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12287         (amd64_frame_prev_register): Rename from
12288         x86_64_frame_prev_register.
12289         (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12290         (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12291         (amd64_sigtramp_frame_cache): Rename from
12292         x86_64_sigtramp_frame_cache.
12293         (amd64_sigtramp_frame_prev_register): Rename from
12294         x86_64_sigtramp_frame_prev_register.
12295         (amd64_sigtramp_frame_unwind): Rename from
12296         x86_64_sigtramp_frame_unwind.
12297         (amd64_sigtramp_frame_sniffer): Rename from
12298         x86_64_sigtramp_frame_sniffer.
12299         (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12300         (amd64_frame_base): Rename from x86_64_frame_base.
12301         (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12302         (amd64_frame_align): Rename from x86_64_frame_align.
12303         (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12304         (amd64_regset_from_core_section): Rename from
12305         x86_64_regset_from_core_section.
12306         (x86_64_init_abi): Update comments.
12307
12308 2004-01-04  Nick Roberts  <nick@nick.uklinux.net>
12309
12310         * MAINTAINERS (write after approval): Add myself.
12311
12312 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
12313
12314         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12315         `float' arguments.
12316
12317 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
12318
12319         * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12320         such that it mentions a specific version of GCC that exhibits this
12321         bug.
12322
12323 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
12324
12325         * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12326         structure that has a single `float' member, store it in %f1 in
12327         addition to %f0.
12328
12329         * sparc-sol2-nat.c: Add missing '\'.
12330
12331         * sparc-tdep.c (sparc32_return_value): New function.
12332          (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12333         Remove functions.
12334         (sparc32_gdbarch_init): Set return_value, don't set
12335         extract_return_value, store_return_value, use_struct_convention
12336         and return_value_on_stack.
12337
12338         * sparc-sol2-nat.c: Add missing ')'.
12339
12340 2004-01-03  J. Brobecker  <brobecker@gnat.com>
12341
12342         * infrun.c (handle_step_into_function): New function.
12343         (handle_inferior_event): Extract out some code into the new
12344         function above.
12345
12346 2004-01-03  J. Brobecker  <brobecker@gnat.com>
12347
12348         * infrun.c (handle_inferior_event): Move the declaration of
12349         real_stop_pc inside the if blocks where it is used.
12350
12351 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
12352
12353         * sparc64-tdep.c (sparc64_16_byte_align_p)
12354         (sparc64_store_floating_fields, sparc64_store_floating_fields):
12355         Use check_typedef to get subtypes of structures and unions.
12356         (sparc64_store_return_value): Fix calculation of the appropriate
12357         offset into VALBUF when storing a structure or union.
12358         (sparc64_return_value): New function.
12359         (sparc64_use_struct_convention): Remove function.
12360         (sparc64_init_abi): Set return_value, don't set
12361         extract_return_value, store_return_value and
12362         use_struct_convention.
12363
12364 2004-01-03  Eli Zaretskii  <eliz@elta.co.il>
12365
12366         * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12367         bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12368         gdb/config/alpha/xm-alphaosf.h,
12369         gdb/config/powerpc/tm-ppcle-eabi.h,
12370         gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12371         gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12372         gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12373         gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12374         gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12375         gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12376         gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12377         gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12378         gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12379         gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12380         gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12381         nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12382         include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12383         opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12384         opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12385         sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12386         sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12387         sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12388         sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12389         sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12390         sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12391         Remove lines for .cvsignore files.
12392
12393 2004-01-03  J. Brobecker  <brobecker@gnat.com>
12394
12395         * infrun.c: Back out the previous change.
12396
12397 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
12398
12399         * NEWS: Mention revised SPARC target.  Add sparc-*-lynxos* and
12400         sparc-*-sunos4* to the list of REMOVED configurations.
12401
12402         * configure.tgt: Add back sparc-*-vxworks*.
12403         * remote-vxsparc.c: Remove all includes except for "defs.h",
12404         "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12405         Include "sparc-tdep.h".
12406         (SPARC_R_G1): New define.
12407         (vxsparc_gregset): New variable.
12408         (ext_format_sparc): Remove extern declaration.
12409         (vx_read_register): Rewrite to use sparc32_supply_gregset and
12410         sparc32_supply_fpregset.
12411         (vx_write_register): Rewrite to use sparc32_collect_gregset,
12412         sparc_collect_rwindow and sparc32_collect_fpregset.
12413         * config/sparc/tm-vxworks.h: New file, based on recently removed
12414         tm-vxsparc.h.
12415         * config/sparc/vxworks.mt: New file, based on recently removed
12416         vxworks.mt.
12417
12418 2004-01-03  J. Brobecker  <brobecker@gnat.com>
12419
12420         * infrun.c (handle_step_into_function): New function.
12421         (handle_inferior_event): Extract out some code into the new
12422         function above.
12423
12424 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
12425
12426         * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12427         sparcl-tdep.c.  Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12428         sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12429         sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12430         sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12431         sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12432         (sparc_nat_h): New variable.
12433         (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12434         (tm-sun4os4.h): Remove dependency.
12435         (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12436         (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12437         sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12438         sparc-tdep.o): Update dependencies.
12439         (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12440         sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12441         sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12442         dependencies.
12443         * configure.host: Remove existing sparc-*-lynxos*,
12444         sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12445         ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12446         sparcv9-*-* and sparc64-*-* triplets.  Add new sparc64-*-linux*,
12447         sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12448         triplets.
12449         * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12450         sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12451         sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12452         sparcv9-*-* and commented out sparc64-*-solars2* triplets.  Add
12453         new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12454         sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12455         sparc64-*-solaris2* and sparc64-*-* triplets.
12456         * sparc64-tdep.c: Update copyright year.  Include "inferior.h",
12457         "symtab.h" and "objfiles.h".
12458         (BIAS): Remove define.
12459         (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12460         (X_DISP19): Remove macros.
12461         (sparc_fetch_instruction): Remove function.
12462         (struct gdbarch_tdep): Remove definition.
12463         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12464         (sparc_breakpoint_from_pc): Remove function.
12465         (struct sparc64_frame_cache): Remove definition.
12466         (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12467         sparc64_unwind_pc): Remove functions.
12468         (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12469         `struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
12470         of sparc64_analyze_prologue.  Mark constant as ULL instead of UL.
12471         (sparc64_frame_cache): Change return type to `struct
12472         sparc_frame_cache *'.  Simply call sparc_frame_cache.
12473         (sparc64_frame_this_id, sparc64_frame_prev_register,
12474         sparc64_frame_base_address): Use `struct sparc_frame_cache'
12475         instead of `struct sparc64_frame_cache.
12476         (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12477         sparc_analyze_control_transfer, sparc_software_single_step,
12478         sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12479         _initialize_sparc64_tdep): Remove functions.
12480         (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12481         (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12482         macros.
12483         (sparc64_supply_gregset, sparc64_collect_gregset,
12484         sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12485         (sparc64_init_abi): New function.
12486         * sparc64-tdep.h: Update copyright year.  Fix typo in multiple
12487         inclusion guard.  Include "sparc-tdep.h".
12488         (BIAS): Define.
12489         (r_tstate_offset, r_fprs_offset): New defines.
12490         (enum sparc_regnum): Remove defenition.
12491         (enum sparc64_regnum): Reformat.
12492         (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12493         (sparc64_init_abi, sparc64_supply_gregset,
12494         sparc64_collect_gregset, sparc64_supply_fpregset,
12495         sparc64_collect_fpregset): New prototypes.
12496         (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12497         Add extern declarations.
12498         (sparc64_sol2_init_abi): New prototype.
12499         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12500         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12501         prototypes.
12502         * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12503         "sparnbsd-nat.h".
12504         (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12505         functions.
12506         (_initialize_sparc64fbsd_nat): Remove initialization of
12507         sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12508         sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12509         sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
12510         * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
12511         "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12512         (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12513         (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12514         (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12515         (sparc64fbsd_r_y_offset): Remove variables.
12516         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12517         Make static and const.
12518         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12519         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12520         functions.
12521         (sparc64fbsd_gregset): New variable.
12522         (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12523         and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12524         and sparc64_supply_fpregset.
12525         (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12526         (sparc64fbsd_sigtramp_frame_this_id)
12527         (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12528         (sparc64fbsd_sigtramp_frame_unwind): New variable.
12529         (sparc64fbsd_sigtramp_frame_sniffer): New function.
12530         (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12531         sparc64fbsd_sigtramp_frame_sniffer.  Call sparc64_init_abi.
12532         * sparcnbsd-tdep.c: Update copyright year.  Include
12533         "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12534         "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12535         "value.h" and "sparcnbsd-tdep.h".
12536         (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12537         (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12538         (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12539         (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12540         defines.
12541         (sparcnbsd_gregset): New variable.
12542         (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12543         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12544         (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12545         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12546         (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12547         variables.
12548         (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12549         (sparc32nbsd_sigcontext_frame_this_id)
12550         (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12551         (sparc32nbsd_sigcontext_frame_unwind): New variable.
12552         (sparc32nbsd_sigtramp_frame_sniffer): New function.
12553         (sparcnbsd_get_longjmp_target_32,
12554         sparcnbsd_get_longjmp_target_64): Remove functions.
12555         (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12556         (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12557         sparcnbsd_init_elf): Remove.
12558         (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12559         (sparcnbsd_elf_init_abi): New functions.
12560         (_initialize_sparcnbsd_tdep): New prototype.
12561         (_initialize_sparnbsd_tdep): Update.
12562         * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12563         corelow.o.  Add sparc64-nat.o and sparc-nat.o.
12564         * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12565         * config/sparc/linux.mh: Update comment.
12566         (XM_FILE, HOST_IPC): Remove variables.
12567         (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o.  Remove
12568         sparc-linux-nat.o.
12569         * config/sparc/linux.mt: Update comment.
12570         (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12571         * config/sparc/nbsd.mt: Reformat.
12572         * config/sparc/nbsd64.mh: Update comment.
12573         (NATDEPFILES): Add sparc-nat.o.
12574         * config/sparc/nbsd64.mt: Update comment.
12575         (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12576         (TM_FILE): Set to tm-nbsd.h.
12577         * config/sparc/nbsdelf.mh: Update comment.
12578         (NATDEPFILES): Add sparc-nat.o.
12579         (XM_FILE): Delete.
12580         * config/sparc/nbsdaout.mh: Update comment.
12581         (NATDEPFILES): Add sparc-nat.o
12582         (XM_FILE): Delete.
12583         * config/sparc/nm-linux.h: Update copyright year.  Don't include
12584         "config/nm-svr4.h" and "solib.h".  Add protection against multiple
12585         inclusion.
12586         (KERNEL_U_SIZE): Remove define.
12587         (kernel_u_size): Remove prototype.
12588         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12589         * config/sparc/nm-nbsd.h: Update copyright.  Don't include
12590         "regcache.h".
12591         (CHILD_PREPARE_TO_STORE): Remove define.
12592         * config/sparc/nm-nbsdaout.h: Tweak some comments.
12593         * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12594         sparcnbsd-nat.c: Rewrite files.
12595         * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12596         * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12597         sparcnbsd-tdep.h: Remove files.
12598         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12599         config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12600         config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12601         config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12602         config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12603         config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12604         config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12605         config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12606         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12607         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12608         config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12609         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12610         * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12611         sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12612         sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12613         * config/sparc/linux64.mh, config/sparc/linux64.mt,
12614         config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12615         config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12616         config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12617
12618 2004-01-02  Andrew Cagney  <cagney@redhat.com>
12619
12620         From 2003-12-18 Kazuhiro Inaoka:
12621         * configure.host: Add m32r-linux target.
12622
12623 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
12624
12625         * top.c (print_gdb_version): Update year to 2004.
12626
12627 2004-01-02  Mark Mitchell  <mark@codesourcery.com>
12628
12629         * MAINTAINERS: Add myself to the write-after-approval category.
12630
12631 2004-01-02  Daniel Jacobowitz  <drow@mvista.com>
12632
12633         From Bernardo Innocenti <bernie@develer.com>:
12634         * configure.tgt: Add uClinux target.
12635
12636 2004-01-02  Andrew Cagney  <cagney@redhat.com>
12637
12638         * utils.c (do_my_cleanups): Make static, add forward declaration.
12639         * defs.h (do_my_cleanups): Delete declaration.
12640
12641 2004-01-02  Eli Zaretskii  <eliz@elta.co.il>
12642
12643         * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12644         bfd/ChangeLog-0203.
12645
12646 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
12647
12648         * configure.in: Check for <machine/reg.h>.  Check for `struct reg'
12649         in <machine/reg.h>.
12650         * configure, config.in: Regenerate.
12651
12652 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12653 tui/ChangeLog-1998-2003.
12654 \f
12655 Local Variables:
12656 mode: change-log
12657 left-margin: 8
12658 fill-column: 74
12659 version-control: never
12660 End: