OSDN Git Service

Turn on initial Ada support (mainly expression evaluation).
[pf3gnuchains/pf3gnuchains3x.git] / gdb / ChangeLog
1 2004-10-02  Paul N. Hilfinger  <Hilfinger@gnat.com>
2
3         Turn on initial Ada support (mainly expression evaluation).
4         
5         * Makefile.in (SFILES): Remove ada-tasks.c.
6         (HFILES_NO_SRCDIR): Add ada-lang.h.
7         (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
8         (YYOBJ): Add ada-exp.o.
9         (rule .l.c): Generalize to not mention ada.
10         * symtab.c: Include ada-lang.h.
11         (symbol_natural_name, symbol_demangled_name)
12         (symbol_search_name): Add Ada case.
13
14 2004-10-01  Andrew Cagney  <cagney@gnu.org>
15
16         * Makefile.in (COMMON_OBS): Add inf-child.o.
17         * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
18         * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
19         * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
20         * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
21         * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
22         * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
23         * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
24         * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
25         * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
26         * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
27         * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
28         * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
29         * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
30
31         * target.c (xfer_using_stratum): Change return type to LONGEST.
32         On each iteration offset, readbuf and writebuf.
33         * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
34         partial_length, and read/modify/write predicate, update comments.
35         Pass buffer.word to ptrace write.
36
37 2004-10-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
38
39         * symfile.c (init_filename_language_table): Add extensions for
40         Ada.
41         * defs.h (enum language): Add language_ada.
42         * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
43         * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
44         (add_symbols_from_enclosing_procs): Make a no-op for now.
45         (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
46         (extended_canonical_line_spec, find_sal_from_funcs_and_line)
47         (find_line_in_linetable, find_next_line_in_linetable)
48         (read_all_symtabs, is_plausible_func_for_line)
49         (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
50         (is_runtime_sym_defined, check_size): Remove declaration.
51         (function_name_from_pc, ada_translate_error_message)
52         (ada_lookup_minimal_symbol): Remove definition.
53         (ada_add_block_symbols): Remove useless label.
54         * ada-lang.h (ada_maybe_exception_partial_symbol): Remove 
55         useless declaration.
56         (ada_is_exception_sym): Likewise.
57
58 2004-09-30    Kei Sakamoto  <sakamoto.kei@renesas.com>
59
60         Add m32r-linux support.
61         * configure.tgt: Add m32r*-*-linux*.
62         * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
63         and m32r-linux-tdep.c.
64         (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
65         * m32r-tdep.c: Move some definitions to m32r-tdep.h.
66         * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
67         m32r-linux-tdep.c.
68         * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
69         config/m32r/linux.mh, config/m32r/linux.mt,
70         config/m32r/nm-linux.h: New files.
71
72 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
73
74         * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
75         (mips32_fetch_instruction): Remove, unused.
76
77 2004-09-30  Joel Brobecker  <brobecker@gnat.com>
78
79         * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
80         conditions that will always be true.
81
82 2004-09-30  Mark Kettenis  <kettenis@gnu.org>
83
84         * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
85         (vaxbsd_fetch_inferior_registers): Rename from
86         fetch_inferior_registers.  Make static.
87         (vaxbsd_store_inferior_registers): Rename from
88         store_inferior_registers.  Make static.
89         (_initialize_vaxbsd_nat): Construct and add target vector.
90         * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
91         inftarg.o.  Add inf-child.o and inf-ptrace.o.
92         * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
93         inftarg.o.  Add inf-child.o and inf-ptrace.o.
94         (NAT_FILE): Remove.
95         * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
96         inftarg.o.  Add inf-child.o and inf-ptrace.o.
97         (NAT_FILE): Remove.
98         * Makefile.in (vaxbsd-nat.o): Update dependencies.
99
100         * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
101         (m88kbsd_fetch_inferior_registers): Rename from
102         fetch_inferior_registers.  Make static.
103         (m88kbsd_store_inferior_registers): Rename from
104         store_inferior_registers.  Make static.
105         (_initialize_m88kbsd_nat): New prototype and function.
106         * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
107         inftarg.o.  Add inf-child.o and inf-ptrace.o.
108         (NAT_FILE): Remove.
109         * Makefile.in (m88kbsd-nat.o): Update dependencies.
110
111 2004-09-30  Andrew Cagney  <cagney@gnu.org>
112
113         * target.c (target_xfer_partial): New function.
114         (target_read_memory_partial, target_write_memory_partial) 
115         (default_xfer_partial, target_read_partial, target_write_partial) 
116         (xfer_using_stratum): Use.
117         (debug_to_xfer_partial): Delete function.
118         (setup_target_debug): Do not override to_xfer_partial.
119
120 2004-09-30  Mark Kettenis  <kettenis@chello.nl>
121
122         * fork-child.c: Update copyright year.  Fix coding style.
123
124 2004-09-29  Mark Kettenis  <kettenis@gnu.org>
125
126         * defs.h (msavestring, mstrsave): Remove prototypes.
127         * utils.c (msavestring, mstrsave): Remove functions.
128         * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
129         * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
130         of mstrsave.
131         * source.c (find_and_open_source): Use xstrdup instead of
132         mstrsave.
133
134 2004-09-30  Andrew Cagney  <cagney@gnu.org>
135
136         * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
137         (inf_ptrace_xfer_memory): Delete.
138         * target.c (target_xfer_partial_p, xfer_using_stratum): New.
139         (target_read_memory, target_write_memory): Use xfer_using_stratum
140         when target_xfer_partial_p.
141         (debug_target): Move to start of file.
142         (target_read_memory_partial, target_write_memory_partial): Use
143         to_xfer_partial when target_xfer_partial_p.
144
145         * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
146         inf_ptrace_xfer_memory with equivalent code.
147         * inftarg.c (child_xfer_partial): When performing a write, pass
148         writebuf to child_xfer_memory.
149
150         * target.c (target_read_string): Use target_read_memory instead of
151         target_xfer_memory.
152
153 2004-09-29  Andrew Cagney  <cagney@gnu.org>
154
155         * infptrace.c (kill_inferior): Fix typo, in previous inline.  Pass
156         the address of status.
157
158         * infptrace.c (ptrace_wait): Mention problem with HPUX.
159         (kill_inferior): Inline ptrace_wait call.
160         * linux-nat.c (kill_inferior): Inline ptrace_wait call.
161         * inftarg.c (child_wait): Inline ptrace_wait call.
162
163         * target.h (struct target_ops): Delete field to_post_wait.
164         (target_post_wait): Delete macro.
165         (child_post_wait): Delete declaration.
166         * target.c (update_current_target, update_current_target)
167         (debug_to_post_wait, setup_target_debug): Delete functions and
168         references.
169         * infttrace.c (ptrace_wait): Delete call to target_post_wait.
170         * inftarg.c (child_post_wait): Delete.
171         (init_child_ops): Do not set to_post_wait.
172         * infptrace.c (ptrace_wait): Delete call to target_post_wait.
173         * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
174         * inf-child.c (inf_child_post_wait): Delete.
175         (inf_child_target): Do not set to_post_wait.
176         * inf-ptrace.c (inf_ptrace_post_wait): Delete.
177         (inf_ptrace_target): Do not set to_post_wait.
178
179         * wince.c (child_ops): Delete.
180         * win32-nat.c (child_ops): Delete.
181
182         * inftarg.c (inftarg_set_find_memory_regions) 
183         (inftarg_set_make_corefile_notes): Delete functions.
184         (_initialize_linux_nat): Inline calls.
185
186         * target.h (child_ops): Declare.
187         * inftarg.c (child_ops): Move from here ...
188         * target.c (child_ops): ... to here.
189         * wince.c (child_ops): Delete extern declaration.
190         * win32-nat.c (child_ops): Delete extern declaration.
191         * linux-nat.c (child_ops): Delete extern declaration.
192         * hpux-thread.c (child_ops): Delete extern declaration.
193
194 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
195
196         * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
197
198 2004-09-28  Mark Kettenis  <kettenis@gnu.org>
199
200         * configure.in: Only set host_makefile_frag when building a native
201         debugger.
202         * configure: Regenerate.
203
204         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
205         for OpenBSD ELF.
206
207 2004-09-28  Andrew Cagney  <cagney@gnu.org>
208
209         Problem identified by Paul Hilfinger.
210         * Makefile.in (ada_lex_c): Define.
211         (ada-lex.o): Delete rule.
212
213         * linux-proc.c: Delete file.
214         * Makefile.in: Update.
215         * config/sparc/linux64.mh (NATDEPFILES): 
216         * config/sparc/linux.mh (NATDEPFILES): Update.
217         * config/s390/s390.mh (NATDEPFILES): Update.
218         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
219         * config/powerpc/linux.mh (NATDEPFILES): Update.
220         * config/pa/linux.mh (NATDEPFILES): Update.
221         * config/mips/linux.mh (NATDEPFILES): Update.
222         * config/m68k/linux.mh (NATDEPFILES): Update.
223         * config/ia64/linux.mh (NATDEPFILES): Update.
224         * config/i386/linux64.mh (NATDEPFILES): Update.
225         * config/i386/linux.mh (NATDEPFILES): Update.
226         * config/arm/linux.mh (NATDEPFILES): Update.
227         * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
228         * linux-nat.c: Update copyright.  Include <sys/param.h>,
229         <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
230         "gdbthread.h", "gdb_stat.h", <fcntl.h>.
231         (O_LARGEFILE): Possibly define.
232         (_initialize_linux_nat, linux_proc_pending_signals)
233         (add_line_to_sigset, linux_proc_xfer_memory)
234         (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
235         (linux_nat_do_registers, linux_nat_corefile_thread_callback)
236         (struct linux_corefile_thread_data)
237         (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
238         (child_pid_to_exec_file): Insert code previously in linux-proc.c.
239
240 2004-09-16  Andrew Cagney  <cagney@gnu.org>
241
242         * lin-lwp.c: Delete file.
243         * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
244         <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
245         (status_to_str, init_lwp_list, add_lwp, delete_lwp)
246         (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
247         (linux_nat_attach, detach_callback, linux_nat_detach)
248         (resume_callback, resume_clear_callback, linux_nat_resume)
249         (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
250         (stop_wait_callback, linux_nat_has_pending, flush_callback)
251         (status_callback, running_callback, count_events_callback)
252         (select_singlestep_lwp_callback, select_event_lwp_callback)
253         (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
254         (child_wait, stop_and_resume_callback, linux_nat_wait)
255         (kill_callback, kill_wait_callback, linux_nat_kill)
256         (linux_nat_create_inferior, linux_nat_mourn_inferior)
257         (linux_nat_xfer_memory, linux_nat_thread_alive)
258         (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
259         (_initialize_linux_nat): New functions.
260         * Makefile.in: Update all dependencies.
261         * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
262         * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
263         * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
264         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
265         * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
266         * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
267         * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
268         * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
269         * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
270         * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
271         * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
272         * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
273         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
274
275 2004-09-27  Mark Kettenis  <kettenis@gnu.org>
276
277         * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
278         config/i386/obsd64.mh (NAT_FILE): Remove variable.
279
280         * configure.in: Don't comment out NATDEPFILES in the generated
281         Makefile if NAT_FILE is unset.
282         * configure: Regenerate.
283
284 2004-09-27  Andrew Cagney  <cagney@gnu.org>
285
286         * infrun.c (check_for_old_step_resume_breakpoint): Delete.
287         (insert_step_resume_breakpoint): Delete.
288         (insert_step_resume_breakpoint_at_frame): New function.
289         (insert_step_resume_breakpoint_at_sal): New function.
290         (handle_inferior_event, step_into_function)
291         (insert_step_resume_breakpoint): Simplify by using same.
292
293         * gdb_indent.sh (types): Add caddr_t to list of predefined types.
294
295 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
296
297         * fbsd-proc.c: Remove file.
298         * Makefile.in (fbsd-proc.o): Remove dependency.
299
300         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
301         code together.
302
303         * config/i386/nm-fbsd64.h: Remove file.
304         * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
305
306 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
307
308         * amd64-nat.h: Update copyright year.
309         (amd64bsd_target): New prototype.
310         * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
311         (amd64bsd_target): New function.
312         (amd64bsd_fetch_inferior_registers): Rename from
313         fetch_inferior_registers.  Make static.
314         (amd64bsd_store_inferior_registers): Rename from
315         store_inferior_registers.  Make static.
316         * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
317         (_initialize_amd64fbsd_nat): Construct and add target vector.
318         * amd64nbsd-nat.o: Include "target.h".
319         (_initialize_amd64nbsd_nat): Construct and add target vector.
320         * amd64obsd-nat.c: Include "target.h".
321         (_initialize_amd64obsd_nat): Construct and add target vector.
322         * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
323         * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
324         inftarg.o and fbsd-proc.o.  Add inf-child.o, inf-ptrace.o and
325         fbsd-nat.o.
326         * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
327         Remove infptrace.o and inftarg.o.  Add inf-child.o and
328         inf-ptrace.o.
329         * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
330         (amd64obsd-nat.o): Update dependencies.
331
332 2004-09-25  Mark Kettenis  <kettenis@gnu.org>
333
334         * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
335         * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
336         * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
337         * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
338         * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
339
340         * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
341         Inline attach call.
342         (inf_ptrace_detach): Inline detach call.
343
344         * configure.in: Check for waddstr instead of mvwaddstr when
345         searching for curses library.  Check for wborder.
346         * configure, config.in: Regenerate.
347         * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
348         available.
349
350         * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
351
352 2004-09-24  Robert Picco <Robert.Picco@hp.com>
353
354         Committed by Andrew Cagney.
355         * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
356         (show_remote_protocol_p_packet_cmd): New.  Implement 'p' packet.
357         configuration.
358         (fetch_register_using_p): Implement 'p' packet.  Based on code by
359         Fernando Nasser.
360         (remote_fetch_registers): Call fetch_register_using_p.
361         (init_all_packet_configs, show_remote_cmd)
362         (_initialize_remote): Add p-packet.
363
364 2004-09-24  Mark Kettenis  <kettenis@gnu.org>
365
366         * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
367         instead of call_ptrace.  Call wait directly instead of
368         ptrace_wait.
369         (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
370         (inf_ptrace_wait): Inline ptrace_wait call.
371
372 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
373
374         * Makefile.in (.y.c): Revert previous change.  ../ylwrap was 
375         rolled back instead.
376
377 2004-09-24  Paul Hilfinger  <hilfingr@nile.gnat.com>
378
379         * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
380         the new argument order.
381
382 2004-09-23  Corinna Vinschen  <vinschen@redhat.com>
383
384         * MAINTAINERS: Remove "broken" from XStormy16 entry.
385         * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
386         (struct gdbarch_tdep): Remove.
387         (struct xstormy16_frame_cache): New frame cache structure.
388         (xstormy16_register_byte, xstormy16_register_raw_size)
389         (xstormy16_reg_virtual_type, xstormy16_register_type)
390         (xstormy16_push_arguments, xstormy16_push_return_address)
391         (xstormy16_pop_frame, xstormy16_store_struct_return)
392         (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
393         (xstormy16_frame_saved_register, xstormy16_get_saved_register)
394         (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
395         (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
396         (xstormy16_frame_chain, xstormy16_frame_chain_valid,
397         (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
398         (xstormy16_use_struct_convention): Drop gcc_p parameter.
399         (xstormy16_extract_return_value, xstormy16_store_return_value):
400         Regcachify.  Drop useless struct convention handling.
401         (xstormy16_register_type, xstormy16_return_value)
402         (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
403         (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
404         (xstormy16_frame_prev_register, xstormy16_frame_this_id)
405         (xstormy16_frame_base_address, xstormy16_frame_sniffer)
406         (xstormy16_unwind_sp, xstormy16_unwind_pc)
407         (xstormy16_unwind_dummy_id) : New functions.
408         (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
409         of xstormy16_scan_prologue.
410         (xstormy16_frame_unwind): New frame_unwind structure.
411         (xstormy16_frame_base): New frame_base structure.
412         (xstormy16_gdbarch_init): Accomodate all of the above changes.
413         Reshuffle for better readability.  Also add dwarf2_frame_sniffer.
414
415 2004-09-22  Mark Kettenis  <kettenis@gnu.org>
416
417         * language.c (language_gdbarch_post_init): Fix off-by one error.
418
419 2004-09-21  Daniel Jacobowitz  <dan@debian.org>
420
421         * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
422         (struct dwarf2_offset_and_type): New.
423         (set_die_type, reset_die_and_siblings_types, get_die_type)
424         (offset_and_type_hash, offset_and_type_eq): New functions.
425         (read_structure_type, read_enumeration_type, read_array_type)
426         (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
427         (read_tag_reference_type, read_tag_const_type)
428         (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
429         (read_typedef, read_base_type, read_subrange_type): Use
430         set_die_type.
431
432 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
433
434         * Makefile.in (dwarf2read.o): Update dependencies.
435         * dwarf2read.c: Include "command.h" and "gdbcmd.h".
436         (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
437         and read_in_chain.
438         (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
439         mark, and has_form_ref_addr.
440         (struct dwarf2_per_cu_data): New.
441         (dwarf2_max_cache_age): New.
442         (dwarf2_build_psymtabs_hard): Free cached compilation units
443         after loading.  Create and manage the list of compilation units.
444         Remove unnecessary NULL initialization.  Fix indentation.
445         (psymtab_to_symtab_1): Initialize all of CU.
446         (dwarf2_read_abbrevs): Set has_form_ref_addr.
447         (find_partial_die): Use dwarf2_find_containing_comp_unit
448         and load_comp_unit.
449         (free_stack_comp_unit): Update comments.  Clear the per-cu
450         pointer.  Handle aging.
451         (dwarf2_find_containing_comp_unit, free_cached_comp_units)
452         (age_cached_comp_units, free_one_cached_comp_unit)
453         (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
454         (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
455         (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
456         (show_dwarf2_cmd): New.
457         (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
458         and "maint show dwarf2 max-cache-age".
459         * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
460         externs.
461         * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
462         global.
463
464 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
465
466         * dwarf2read.c (typename_concat): Change prototype to accept obstack
467         and dwarf2_cu struct pointer as arguments.  Change function to use
468         obstack if provided and use dwarf2_cu to determine language-specific
469         separator.
470         (partial_die_parent_scope): Change comment to include java.  Use
471         new version of typename_concat instead of obconcat.
472         (partial_die_full_name): Use typename_concat.
473         (read_namespace): Ditto.
474         (read_enumeration_type): Use typename_concat instead of obconcat.
475         (new_symbol): Ditto.
476         (add_partial_symbol): Enhance tests for C++ to also test for Java.
477         (guess_structure_name): Ditto.
478         (read_subroutine_type): Ditto.
479         (read_structure_type): Ditto.
480         (is_vtable_name): Add Java support.
481         (determine_class_name): Switch to new typename_concat call.
482         (determine_prefix): Switch to new typename_concat call.
483         * jv-exp.y (FuncStart): New pattern.
484         (MethodInvocation): Add support for simple function calls.  Change
485         warning message for other forms of inferior call currently not
486         supported.
487         * valarith.c (value_subscript): Treat an array with upper-bound
488         of -1 as unknown size.
489
490 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
491
492         * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
493         (lookup_partial_symtab): Use symtab_to_fullname.
494
495 2004-09-19  Jim Blandy  <jimb@redhat.com>
496
497         * minsyms.c (lookup_minimal_symbol): Doc fix.
498
499 2004-09-20  Andrew Cagney  <cagney@gnu.org>
500
501         * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
502         CHILD_RESUME.
503         * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
504         * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
505         KILL_INFERIOR.
506         * infptrace.c: Update.
507
508 2004-09-19  Daniel Jacobowitz  <dan@debian.org>
509
510         * symtab.c (output_source_filename): Mark first argument as const.
511         (sources_info): Use symtab_to_fullname and psymtab_to_fullname
512         for "info sources" output.
513
514 2004-09-20  Mark Kettenis  <kettenis@gnu.org>
515
516         * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
517         <machine/vmparam.h>.
518         (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
519         (register_u_addr): Remove prototype.
520
521 2004-09-19  Mark Kettenis  <kettenis@gnu.org>
522
523         * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
524         (i386bsd_fetch_inferior_registers): Rename from
525         fetch_inferior_registers.  Make static.
526         (i386bsd_store_inferior_registers): Rename from
527         store_inferior_registers.  Make static.
528         (i386bsd_target): New function.
529         * i386bsd-nat.h: New file.
530         * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
531         "i386bsd-nat.h".
532         (i386fbsd_resume): Rename from child_resume.  Make static.
533         (_initialize_i386fbsd_nat): Construct and add target vector.
534         * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
535         (_initialize_i386nbsd_nat): Construct and add target vector.
536         * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
537         Remove defines.
538         * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
539         and fbsd-nat.o.  Remove inftarg.o and fbsd-proc.o.
540         * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
541         inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
542         (LOADLIBES): New variable.
543         * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
544         inf-ptrace.o.  Remove inftarg.o.
545         * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
546         inf-ptrace.o. Remove inftarg.o.
547         * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
548         inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o.  Remove inftarg.o.
549         (LOADLIBES): New variable.
550         * Makefile.in (i386bsd_nat_h): New variable.
551         (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
552         dependencies.
553
554         * sparc64nbsd-tdep.c: Include "objfiles.h".
555         (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
556         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
557         svr4_lp64_fetch_link_map_offsets.
558         * sparc64obsd-tdep.c: Include "objfiles.h".  Don't include
559         "nbsd-tdep.h".
560         (sparc64obsd_init_abi): Set in_solib_call_trampoline and
561         skip_trampoline_code.  Set solib_svr4_fetch_link_map_offsets to
562         svr4_lp64_fetch_link_map_offsets.
563         * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
564         dependencies.
565
566         * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
567         * fbsd-nat.h: New file.
568         * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
569         (fbsd_nat_h): New variable.
570         (fbsd-nat.o): New dependency.
571
572         * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
573         config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
574
575         * inf-child.c (inf_child_post_wait): Remove stray whitespace in
576         comment.
577
578 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
579         
580         * ada-exp.y (type_int): New function to add layer of abstraction
581         around references to expression types.
582         (type_long): Ditto.
583         (type_long_long): Ditto.
584         (type_float): Ditto.
585         (type_double): Ditto.
586         (type_long_double): Ditto.
587         (type_char): Ditto.
588         (type_system_address): Ditto.
589         (simple_exp): Use type_* functions in place of builtin_* 
590         variables.
591         (exp): Ditto.
592         (write_var_from_name): Ditto.
593         (write_object_renaming): Ditto.
594         * ada-lang.c (ada_create_fundamental_type): Remove redundant
595         declaration.
596         (build_ada_types): Remove, replacing with...
597         (ada_language_arch_info): New function to initialize primitive
598         type vector in language_arch_info.
599         (ada_array_length): Remove use of builtin_type_ada_int.
600         (value_pos_atr): Ditto.
601         (ada_evaluate_subexp): Ditto.
602         (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
603         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_builtin_types): Remove.
608         (ada_language_defn): Remove entries for la_builtin_type_vector and
609         string_char_type and use ada_language_arch_info.
610         (_initialize_ada_language): Do type-vector initialization along
611         the lines of c-lang.c.
612         (ada_create_fundamental_type): Break up line.
613         (ada_dump_symtab): Remove unused function.
614         (enum ada_primitive_types): Define.
615         * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short, 
616         builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char, 
617         builtin_type_ada_float, builtin_type_ada_double, 
618         builtin_type_ada_long_double, builtin_type_ada_natural,
619         builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
620         * ada-lex.l: Use type_* functions in place of builtin_* variables.
621         (processInt): Ditto.
622         (processReal): Ditto.
623         (name_lookup): Ditto.
624         * ada-typeprint.c (print_range): Use builtin_type_int, not
625         builtin_type_ada_int.
626         
627 2004-09-18  Mark Kettenis  <kettenis@gnu.org>
628
629         * i386-tdep.c (i386_register_name): Rename regno to regnum.
630
631         * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
632         * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
633         * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
634         * configure.in: Improve checks for curses library by checking for
635         mvwaddstr instead of initscr.  Drop HP curses in favour of
636         standard curses on HP-UX.
637         * configure: Regenerated.
638
639 2004-09-18  Paul N. Hilfinger  <hilfinger@gnat.com>
640
641         * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
642         ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1): 
643         Minor formatting changes.
644         (empty_array): Slight rewrite for formatting.
645         (emit_char,parse,ada_language_defn,build_ada_types,
646         ada_is_exception_sym, _initialize_ada_language): Move 
647         definitions around.
648         (ada_dump_symtab): Remove unused definition.
649         (ada_maybe_exception_partial_symbol): Remove unused definition.
650
651 2004-09-16  Andrew Cagney  <cagney@gnu.org>
652
653         * inf-child.c: Include "gdb_string.h".
654         (inf_child_core_file_to_sym_file): Delete.
655         (inf_child_target): Set to_fetch_registers and to_store_registers.
656         * inf-ptrace.c: Include "gdb_string.h".
657         * Makefile.in: Update all dependencies.
658
659         * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
660         problem.
661
662 2004-09-14  Joel Brobecker  <brobecker@gnat.com>
663
664         * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
665         call to heuristic_proc_desc. Remove code that became redundant
666         as a consequence.
667         (read_next_frame_reg): Remove special case for SP_REGNUM.
668         (set_reg_offset): Fix small typo.
669         (reset_saved_regs): New procedure.
670         (mips32_heuristic_proc_desc): No longer compute a fake
671         procedure descriptor. Compute the full frame cache instead.
672         Some minor comment reformatting.
673
674 2004-09-14  Andrew Cagney  <cagney@gnu.org>
675
676         * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
677         maintainer.
678
679         * thread-db.c (thread_db_new_objfile): Assume that there is a
680         child process.
681
682 2004-09-13  Jim Blandy  <jimb@redhat.com>
683
684         * valops.c (value_assign): Move 'buffer' to the enclosing block,
685         so that its storage isn't referenced after its lifetime ends.
686
687         * valops.c (value_assign): 'use_buffer' is initialized to zero,
688         and never assigned to.   Delete it, and the 'if (use_buffer)'
689         clauses.  Delete 'raw_buffer', since it is now unused.
690
691 2004-09-13  Andrew Cagney  <cagney@gnu.org>
692
693         * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
694         * configure: Re-generate.
695         * nlm/Makefile.in (TAGS): Update.
696         * Makefile.in (TAGS): Update.
697         * config/vax/nbsd.mt (TM_FILE): Update.
698         * config/sparc/vxworks.mt (TM_FILE): Update.
699         * config/sparc/sol2.mt (TM_FILE): Update.
700         * config/sparc/sol2-64.mt (TM_FILE): Update.
701         * config/sparc/obsd64.mt (TM_FILE): Update.
702         * config/sparc/obsd.mt (TM_FILE): Update.
703         * config/sparc/nbsd64.mt (TM_FILE): Update.
704         * config/sparc/nbsd.mt (TM_FILE): Update.
705         * config/sparc/linux64.mt (TM_FILE): Update.
706         * config/sparc/linux.mt (TM_FILE): Update.
707         * config/sparc/fbsd.mt (TM_FILE): Update.
708         * config/sh/wince.mt (TM_FILE): Update.
709         * config/sh/nbsd.mt (TM_FILE): Update.
710         * config/sh/linux.mt (TM_FILE): Update.
711         * config/sh/embed.mt (TM_FILE): Update.
712         * config/s390/s390.mt (TM_FILE): Update.
713         * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
714         * config/rs6000/rs6000.mt (TM_FILE): Update.
715         * config/rs6000/aix4.mt (TM_FILE): Update.
716         * config/powerpc/vxworks.mt (TM_FILE): Update.
717         * config/powerpc/ppc-sim.mt (TM_FILE): Update.
718         * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
719         * config/powerpc/obsd.mt (TM_FILE): Update.
720         * config/powerpc/nbsd.mt (TM_FILE): Update.
721         * config/powerpc/linux.mt (TM_FILE): Update.
722         * config/powerpc/aix.mt (TM_FILE): Update.
723         * config/pa/obsd.mt (TM_FILE): Update.
724         * config/pa/linux.mt (TM_FILE): Update.
725         * config/pa/hppahpux.mt (TM_FILE): Update.
726         * config/pa/hppa64.mt (TM_FILE): Update.
727         * config/pa/hppa.mt (TM_FILE): Update.
728         * config/ns32k/nbsdaout.mt (TM_FILE): Update.
729         * config/mips/wince.mt (TM_FILE): Update.
730         * config/mips/vxmips.mt (TM_FILE): Update.
731         * config/mips/nbsd.mt (TM_FILE): Update.
732         * config/mips/linux.mt (TM_FILE): Update.
733         * config/mips/irix6.mt (TM_FILE): Update.
734         * config/mips/irix5.mt (TM_FILE): Update.
735         * config/mips/embed.mt (TM_FILE): Update.
736         * config/m68k/vxworks68.mt (TM_FILE): Update.
737         * config/m68k/st2000.mt (TM_FILE): Update.
738         * config/m68k/os68k.mt (TM_FILE): Update.
739         * config/m68k/obsd.mt (TM_FILE): Update.
740         * config/m68k/nbsd.mt (TM_FILE): Update.
741         * config/m68k/monitor.mt (TM_FILE): Update.
742         * config/m68k/linux.mt (TM_FILE): Update.
743         * config/m68k/cisco.mt (TM_FILE): Update.
744         * config/ia64/linux.mt (TM_FILE): Update.
745         * config/ia64/aix.mt (TM_FILE): Update.
746         * config/ia64/ia64.mt (TM_FILE): Update.
747         * config/i386/vxworks.mt (TM_FILE): Update.
748         * config/i386/obsd64.mt (TM_FILE): Update.
749         * config/i386/obsd.mt (TM_FILE): Update.
750         * config/i386/nto.mt (TM_FILE): Update.
751         * config/i386/nbsd64.mt (TM_FILE): Update.
752         * config/i386/nbsd.mt (TM_FILE): Update.
753         * config/i386/linux64.mt (TM_FILE): Update.
754         * config/i386/linux.mt (TM_FILE): Update.
755         * config/i386/i386sol2.mt (TM_FILE): Update.
756         * config/i386/i386lynx.mt (TM_FILE): Update.
757         * config/i386/fbsd64.mt (TM_FILE): Update.
758         * config/i386/fbsd.mt (TM_FILE): Update.
759         * config/i386/cygwin.mt (TM_FILE): Update.
760         * config/h8300/h8300.mt (TM_FILE): Update.
761         * config/frv/frv.mt (TM_FILE): Update.
762         * config/cris/cris.mt (TM_FILE): Update.
763         * config/arm/wince.mt (TM_FILE): Update.
764         * config/arm/nbsd.mt (TM_FILE): Update.
765         * config/arm/linux.mt (TM_FILE): Update.
766         * config/arm/embed.mt (TM_FILE): Update.
767         * config/alpha/nbsd.mt (TM_FILE): Update.
768         * config/alpha/fbsd.mt (TM_FILE): Update.
769         * config/alpha/alpha.mt (TM_FILE): Update.
770         * config/alpha/alpha-osf1.mt (TM_FILE): Update.
771         * config/alpha/alpha-linux.mt (TM_FILE): Update.
772
773         Eliminate event_loop_p, always has the value 1.
774         * defs.h (event_loop_p): Delete macro.
775         * breakpoint.c (until_break_command): Simplify.
776         * utils.c (prompt_for_continue): Simplify.
777         * tracepoint.c (read_actions): Simplify.
778         * top.c (throw_exception, execute_command, gdb_readline_wrapper) 
779         (gdb_rl_operate_and_get_next, command_line_input, get_prompt) 
780         (set_prompt, init_main): Simplify.
781         (init_signals, disconnect): Delete, unused.
782         * remote.c (remote_async_resume) 
783         (extended_remote_async_create_inferior): Simplify.
784         * mi/mi-interp.c (mi_input): Delete, unused.
785         (mi_interpreter_resume, mi_command_loop): Simplify.
786         * interps.c (current_interp_command_loop): Simplify.
787         * infrun.c (proceed): Simplify.
788         * infcmd.c (run_command, continue_command, step_1, jump_command)
789         (until_command, advance_command, finish_command)
790         (interrupt_target_command): Simplify.
791         * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
792
793         * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
794         * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
795         * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
796         * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
797         * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
798         * mips-tdep.c (mips_dump_tdep): Do not print same.
799
800 2004-09-12  Andrew Cagney  <cagney@gnu.org>
801
802         * valprint.c (print_longest): Use fputs_filtered.  Make "val"
803         const.
804         * Makefile.in (valprint.o): Delete explict rule.
805
806         * config/m68k/nbsdelf.mh: Add missing trailing newline.  Problem
807         reported by Dave Anderson.
808
809         * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
810
811         * inferior.h (STORE_STRUCT_RETURN): Delete macro.
812
813 2004-09-12  Salvador E. Tropea  <set@users.sf.net>
814             Andrew Cagney  <cagney@gnu.org>
815
816         * mi/mi-main.c (mi_cmd_data_list_changed_registers)
817         (mi_cmd_data_list_register_values)
818         (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
819         the register number computation.
820
821 2004-09-12  Andrew Cagney  <cagney@gnu.org>
822
823         * ppcnbsd-nat.c: Include "inf-ptrace.h".
824         (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
825         (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
826         (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
827         target.
828         * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
829         inf-ptrace.o and inf-child.o.
830         * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
831         * Makefile.in: Update dependencies.
832         
833 2004-09-11  Andrew Cagney  <cagney@gnu.org>
834
835         * language.c (hex_string, hex_string_custom): Move from here ...
836         * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
837         (CELLSIZE): Increase to 50.
838         * language.h (hex_string, hex_string_custom): Move from here ...
839         * defs.h: ... to here.
840         * Makefile.in: Update all dependencies.
841         
842 2004-09-11  Paul N. Hilfinger  <hilfinger@gnat.com>
843
844         * language.c (local_hex_format_custom): Remove.
845         (local_hex_string): Rename to hex_string, use C format, and move to
846         utils.c
847         (local_hex_string_custom): Rename to hex_string_custom and change
848         interface.  Now uses C format.  Move to utils.c
849         (local_octal_format_custom): Remove.
850         (local_decimal_format_custom): Remove.
851         (unknown_language_defn): Remove language-specific number 
852         formatting entries.
853         (auto_language_defn): Ditto.
854         (local_language_defn): Ditto.
855         * language.h (struct language_format_info): Delete declaration.
856         (struct language_defn): Remove language_format_info fields
857         la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
858         (local_binary_format): Remove macro.
859         (local_binary_format_prefix): Remove macro.
860         (local_binary_format_specifier): Remove macro.
861         (local_binary_format_suffix): Remove macro.
862         (local_octal_format): Remove macro.
863         (local_octal_format_prefix): Remove macro.
864         (local_octal_format_specifier): Remove macro.
865         (local_octal_format_suffix): Remove macro.
866         (local_decimal_format): Remove macro.
867         (local_decimal_format_prefix): Remove macro.
868         (local_decimal_format_specifier): Remove macro.
869         (local_decimal_format_suffix): Remove macro.
870         (local_hex_format): Remove macro.
871         (local_hex_format_prefix): Remove macro.
872         (local_hex_format_specifier): Remove macro.
873         (local_hex_format_suffix): Remove macro.
874         (local_decimal_format_custom): Remove.
875         (local_octal_format_custom): Remove.
876         (local_hex_format_custom): Remove.
877         (local_hex_string): Rename to hex_string and move to defs.h.
878         (local_hex_string_custom): Rename to hex_string_custom, change
879         interface, and move to defs.h.
880         * utils.c: (int_string): New function.
881         (hex_string): New function (from language.c).
882         (hex_string_custom): New function (from language.c).
883         (octal2str): New function.
884         (decimal2str): Add width parameter.
885         (paddr_u): Use new decimal2str interface.
886         (paddr_d): Ditto.
887         * defs.h (hex_string): Declare.
888         (hex_string_custom): Declare.
889         (int_string): Declare.
890         * printcmd.c (print_scalar_formatted): Remove localized binary
891         formatting.
892         * valprint.c (print_longest): Use int_string.
893         (print_floating): Use C hex format.
894         (print_hex_chars): Ditto.
895         (print_binary_chars): Remove language-specific formatting.
896         (print_octal_chars): Use C octal format.
897         (print_decimal_chars): Delocalize format.
898         (print_decimal): Remove.
899         * ada-lang.c (ada_language_defn): Remove language-specific number 
900         formatting entries.
901         * p-lang.c (pascal_language_defn): Ditto.
902         * c-lang.c (c_language_defn): Ditto.
903         (cplus_language_defn): Ditto.
904         (asm_language_defn): Ditto.
905         (minimal_language_defn): Ditto.
906         * f-lang.c (f_language_defn): Ditto.
907         * jv-lang.c (java_language_defn): Ditto.
908         * m2-lang.c (m2_language_defn): Ditto.
909         * scm-lang.c (scm_language_defn): Ditto.
910         * objc-lang.c (objc_language_defn): Ditto.
911         * memattr.c (mem_info_command): Use renamed hex_string_custom with
912         new interface.
913         * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
914         * ui-out.c (ui_out_field_core_addr): Ditto.
915         * breakpoint.c (breakpoint_adjustment_warning): Ditto.
916         * exec.c (print_section_info): Ditto.
917         * i387-tdep.c (print_i387_status_word): Ditto.
918         (print_i387_control_word): Ditto.
919         (i387_print_float_info): Ditto.
920         * maint.c (maint_print_section_info): Ditto.
921         * solib.c (info_sharedlibrary_command): Ditto.
922         * somsolib.c (som_sharedlibrary_info_command): Ditto.
923         * symtab.c (print_msymbol_info): Ditto.
924         * tracepoint.c (tracepoints_info): Ditto.
925         * solib-frv.c (lm_base): Ditto.
926         (frv_current_sos): Ditto.
927         (enable_break2): Ditto.
928         (enable_break): Ditto.
929         * dbxread.c (read_dbx_symtab): Use renamed hex_string.
930         (process_one_symbol): Ditto.
931         * infcmd.c (program_info): Ditto.
932         * mdebugread.c (parse_partial_symbols): Ditto.
933         * symfile.c (add_symbol_file_command): Ditto.
934         * cli/cli-cmds.c (edit_command): Ditto.
935         (list_command): Ditto.
936         * infcall.c (call_function_by_hand): Ditto.
937         * remote-vx.c (vx_run_files_info): Ditto.
938         (vx_wait): Ditto.
939         (vx_attach): Ditto.
940         (vx_detach): Ditto.
941         (vx_kill): Ditto.
942         * aix-thread.c (pdc_symbol_addrs): Ditto.
943         (pdc_read_regs): Ditto.
944         (pdc_write_regs): Ditto.
945         (pdc_read_data): Ditto.
946         (pdc_write_data): Ditto.
947         * d10v-tdep.c (display_trace): Ditto.
948         * rs6000-nat.c (find_toc_address): Ditto.
949         * aix-thread.c: Don't include language.h.
950         * buildsym.c: Ditto.
951         * dbxread.c: Ditto.
952         * mdebugread.c: Ditto.
953         * rs6000-nat.c: Ditto.
954         * buildsym.c (make_blockvector): Use renamed hex_string.
955         
956 2004-09-10  Jason Molenda  (jmolenda@apple.com)
957
958         * cli/cli-script.c (read_next_line): Accept zero or more whitespace
959         chars after 'if' or 'while' commands in user-defined commands.
960
961 2004-09-08  Jim Blandy  <jimb@redhat.com>
962
963         Fix bug reported and analyzed by Olivier Crete:
964         * symfile.c (copy_section_addr_info): New function.
965         (symbol_file_add_with_addrs_or_offsets): Use it to save the
966         original set of address arguments, instead of handwritten code
967         that uses one length to allocate and a different length to
968         initialize.  Use make_cleanup_free_section_addr_info.
969         * symfile.h (copy_section_addr_info): New declaration.
970         * utils.c: #include "symfile.h".
971         (do_free_section_addr_info, make_cleanup_free_section_addr_info):
972         New functions.
973         * defs.h (make_cleanup_free_section_addr_info): New declaration.
974         * Makefile.in (utils.o): Update dependencies.
975
976 2004-09-08  Andrew Cagney  <cagney@gnu.org>
977
978         * thread-db.c (keep_thread_db): Delete.
979         (thread_db_new_objfile, thread_db_create_inferior)
980         (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
981
982 2004-09-08  Mark Kettenis  <kettenis@gnu.org>
983
984         * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
985         (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
986         (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
987         (i386_frameless_signal_p): Remove prototype.
988         * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
989         (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
990         I386_SSE_NUM_REGS.
991         * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
992         instead of FP0_REGNUM.
993         (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
994         of FP0_REGNUM and FPC_REGNUM.
995
996         * solib-sunos.c (sunos_relocate_main_executable): Remove function.
997         (sunos_solib_create_inferior_hook): Don't call
998         sunos_relocate_main_executable.
999
1000         * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1001         solib_svr4_fetch_link_map_offsets to
1002         svr4_ilp32_fetch_link_map_offsets.
1003         * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1004         (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1005         svr4_ilp32_fetch_link_map_offsets.
1006         * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1007
1008 2004-09-07  Jim Blandy  <jimb@redhat.com>
1009
1010         * frame.h (frame_register): Doc fix.
1011
1012 2004-09-07  Andrew Cagney  <cagney@gnu.org>
1013
1014         * vx-share/wait.h: Delete #ifdef USG.
1015         * utils.c (request_quit): Ditto.
1016         * tui/tui.c (tui_reset): Ditto.
1017         * remote.c: Ditto.
1018         * remote-sds.c: Ditto.
1019         * remote-rdi.c: Ditto.
1020         * mdebugread.c: Ditto.
1021         * m68klinux-nat.c: Ditto.
1022         * infttrace.c: Ditto.
1023         * infptrace.c: Ditto.
1024         * i386v-nat.c: Ditto.
1025         * exec.c: Ditto.
1026         * dbxread.c: Ditto.
1027         * core-aout.c: Ditto.
1028
1029 2004-09-05  Joel Brobecker  <brobecker@gnat.com>
1030
1031         * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1032         heuristic_proc_desc.
1033         (mips_insn32_frame_cache): Likewise.
1034
1035 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
1036
1037         * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1038         left behind by error.
1039
1040 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
1041
1042         * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1043         * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1044
1045 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
1046
1047         * config/rs6000/xm-aix4.h: Remove this file.
1048         * config/rs6000/aix4.mh (XM_FILE): Delete.
1049
1050 2004-09-04  Joel Brobecker  <brobecker@gnat.com>
1051
1052         * config/rs6000/xm-rs6000.h: Remove this file.
1053         * config/rs6000/rs6000.mh (XM_FILE): Remove.
1054
1055 2004-09-03  Andrew Cagney  <cagney@gnu.org>
1056
1057         * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1058         (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1059         only use.
1060
1061         * mips-tdep.c (temp_saved_regs): Delete.
1062         (set_reg_offset): Replace saved_regs parameter with this_cache.
1063         (heuristic_proc_desc, mips16_heuristic_proc_desc)
1064         (mips32_heuristic_proc_desc): Add this_cache parameter.
1065         (mips_insn32_frame_cache, mips_insn16_frame_cache)
1066         (after_prologue): Pass a NULL this_cache.
1067
1068         * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1069         non-kernel trap prologues.
1070
1071         * mips-tdep.c (find_proc_desc): Delete function.
1072         (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1073         simplify.
1074         (mips_insn16_frame_cache): Replace find_proc_desc with code from
1075         mips_insn32_frame_cache.
1076
1077         * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1078         Simplify as NEXT_FRAME is NULL.
1079         (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1080
1081         * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1082         local variable.
1083         (mips_skip_prologue): Update.
1084
1085         * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1086         "cur_frame" parameter.
1087         (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1088         (mips_insn32_frame_cache, find_proc_desc): Update
1089
1090         * config/vax/nm-obsd.h: Delete file.
1091         * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1092         * config/vax/nm-nbsd.h: Delete file.
1093         * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1094         * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1095         * config/sh/nm-nbsd.h: Delete file.
1096         * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1097         * config/rs6000/nm-rs6000ly.h: Delete file.
1098         * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1099         * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1100         * config/powerpc/nm-obsd.h: Delete file.
1101         * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1102         * config/powerpc/nm-nbsd.h: Delete file.
1103         * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1104         * config/pa/nm-obsd.h: Delete file.
1105         * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1106         * config/mips/nm-nbsd.h: Delete file.
1107         * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1108         * config/m88k/nm-obsd.h: Delete file.
1109         * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1110         * config/m68k/nm-nbsd.h: Delete file.
1111         * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1112         * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1113         * config/i386/nm-nbsd.h: Delete file.
1114         * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1115         * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1116         * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1117         * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1118         * config/i386/nm-i386lynx.h: Delete file.
1119         * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1120         * config/arm/nm-nbsd.h: Delete file.
1121         * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1122         * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1123
1124         * config/i386/tm-fbsd.h: Delete file.
1125         * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1126         * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1127
1128         * config/rs6000/tm-rs6000-aix4.h: Delete file.
1129         * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1130         * config/rs6000/aix4.mt (TM_FILE): Set to
1131         config/rs6000/tm-rs6000.h.
1132         * config/powerpc/tm-ppc-aix.h: Delete file.
1133         * config/powerpc/aix.mt (TM_FILE): Set to
1134         config/rs6000/tm-rs6000.h.
1135         * config/m68k/tm-linux.h: Delete file.
1136         * config/m68k/linux.mt (TM_FILE): Set to solib.h
1137         * config/i386/tm-linux64.h: Delete file.
1138         * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1139         * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1140         
1141         * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1142         * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1143         * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1144         * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1145         * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1146         * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1147         * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1148         * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. 
1149         * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1150
1151         * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1152         gdb_host_cpu.
1153
1154 2004-09-02  Joel Brobecker  <brobecker@gnat.com>
1155
1156         * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1157         Minor reformatting. Some code factoring.
1158
1159 2004-09-02  Andrew Cagney  <cagney@gnu.org>
1160
1161         * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1162         * config/vax/tm-nbsd.h: Delete file.
1163         * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1164         * config/sparc/tm-vxworks.h: Delete file.
1165         * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1166         * config/sparc/tm-nbsd.h: Delete file.
1167         * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1168         * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1169         * config/sparc/tm-linux.h: Delete file.
1170         * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1171         * config/s390/tm-linux.h: Delete file.
1172         * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1173         * config/pa/tm-bsd.h: Delete file.
1174         * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1175         * config/m68k/tm-obsd.h: Delete file.
1176         * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1177         * config/m68k/tm-nbsd.h: Delete file.
1178         * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1179         * config/i386/tm-vxworks.h: Delete file.
1180         * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1181         * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1182         * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1183         * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1184         * config/i386/tm-nbsd.h: Delete file.
1185         * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1186         * config/i386/tm-i386lynx.h: Delete file.
1187         * config/cris/cris.mt (TM_FILE): Set to solib.h.
1188         * config/cris/tm-cris.h: Delete file.
1189
1190         * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1191         * configure: Re-generate.
1192         * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1193         * config/arm/tm-nbsd.h: Delete file.
1194         
1195         * config/powerpc/tm-ppcle-sim.h: Delete.
1196         * config/powerpc/tm-ppcle-eabi.h: Delete.
1197         * config/powerpc/tm-nbsd.h: Delete.
1198         * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1199         * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1200         tm-ppcle-eabi.h.
1201
1202         * config/i386/nto.mh (NAT_FILE): Delete.
1203         * config/i386/nm-nto.h: Delete.
1204
1205         * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1206         * config/m68k/tm-os68k.h: Ditto.
1207         * config/m68k/tm-monitor.h: Ditto.
1208         * config/m68k/tm-cisco.h: Ditto.
1209         * config/m68k/st2000.mt (TM_FILE): Delete.
1210         * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1211         * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1212         * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1213         * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1214
1215         * config/m68k/tm-st2000.h: Delete.
1216         * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1217         * config/sparc/fbsd.mt (TM_FILE): Delete.
1218         * config/sparc/tm-fbsd.h: Delete.
1219
1220         * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1221         * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM) 
1222         (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1223
1224         * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1225         GDB_TM_FILE and GDB_XM_FILE.
1226         * gdbarch.c: Re-generate.       
1227         * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1228         quotes in macro definition.
1229         * configure.in: Re-generate.
1230
1231         * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1232         validating architecture methods.
1233         * gdbarch.c: Re-generate.
1234         
1235         * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1236         and GDB_TM_FILE.  Check for GDB_TM_FILE instead of
1237         GDB_MULTI_ARCH_PARTIAL.
1238         * gdbarch.h: Re-generate.
1239         
1240         * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1241         * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1242         * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1243         * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1244         * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1245         * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1246         * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1247         * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1248         * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1249         * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1250         * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1251         * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1252
1253 2004-09-01  Andrew Cagney  <cagney@gnu.org>
1254
1255         * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1256         and main_func_highpc.
1257         (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1258         * objfiles.c (init_entry_point_info, objfile_relocate): Update
1259         * nlmread.c (nlm_symfile_read): Update.
1260
1261 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
1262
1263         * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1264         (mips_insn32_frame_cache): Inline call to find_proc_desc.
1265         (find_proc_desc): Remove dead code.
1266
1267 2004-09-01  Joel Brobecker  <brobecker@gnat.com>
1268
1269         * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1270
1271 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
1272
1273         * observer.sh: Add struct so_list declaration.
1274         * Makefile.in: Add dependencies on observer.h for solib.c and
1275         breakpoint.c.
1276         * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1277         function.
1278         (_initialize_breakpoint): Register 
1279         disable_breakpoints_in_unloaded_shlib as an observer of the 
1280         "solib unloaded" observation event.
1281         (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1282         call decode_line_1 so unfound breakpoint errors are silent.
1283         * solib.c (update_solib_list): When a solib is discovered to have
1284         been unloaded by the program, notify all observers of the
1285         "solib unloaded" observation event.
1286
1287 2004-09-01  Andrew Cagney  <cagney@gnu.org>
1288
1289         * frame.c: Include "objfiles.h".
1290         (inside_main_func): New function.
1291         (get_prev_frame): Use new inside_main_func.
1292         * Makefile.in (frame.o): Update dependencies.
1293         * defs.h (inside_main_func): Delete declaration.
1294         * blockframe.c (inside_main_func): Delete function.
1295
1296 2004-08-31  Jim Blandy  <jimb@redhat.com>
1297
1298         * dwarf2read.c (is_vtable_name): New function, based on logic from
1299         read_structure_type, but passing the correct length to strncmp,
1300         and using 'sizeof' instead of 'strlen'.
1301         (read_structure_type): Call it.
1302
1303 2004-08-31  Joel Brobecker  <brobecker@gnat.com>
1304
1305         * config/powerpc/aix.mh: Add comment.
1306
1307 2004-08-31  Paul GIlliam  <pgilliam@us.ibm.com>
1308
1309         * MAINTAINERS: Add self to Write-After-Approval.
1310
1311 2004-08-30  Manoj Iyer  <manjo@austin.ibm.com>
1312
1313         * MAINTAINERS: Add self to Write-After-Approval.
1314
1315 2004-08-30  Andrew Cagney  <cagney@gnu.org>
1316
1317         Fix PR breakpoints/1757.
1318         * infrun.c (struct execution_control_state): Replace
1319         remove_breakpoints_on_following_step with
1320         step_after_step_resume_breakpoint.
1321         (init_execution_control_state): Update.
1322         (handle_inferior_event): For signals, when stepping off a
1323         breakpoint, set step_after_step_resume_breakpoint.  When
1324         BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1325         (keep_going): Delete code handling
1326         remove_breakpoints_on_following_step.
1327
1328 2004-08-29  David Lecomber  <david@streamline-computing.com>
1329         
1330         Fix PR gdb/648
1331         * language.h (enum array_ordering): New enum.
1332         * language.h (struct language_defn): New la_array_ordering 
1333         attribute.
1334         * language.c (unknown_language_defn, auto_language_defn)
1335         (local_language_defn): Ditto.
1336         * ada-lang.c (ada_language_defn): Ditto.
1337         * c-lang.c (c_language_defn, cplus_language_defn)
1338         (asm_language_defn, minimal_language_defn): Ditto.
1339         * f-lang.c (f_language_defn): Ditto.
1340         * jv-lang.c (java_language_defn): Ditto.
1341         * m2-lang.c (f_language_defn): Ditto.
1342         * objc-lang.c (objc_language_defn): Ditto.
1343         * p-lang.c (pascal_language_defn): Ditto.
1344         * scm-lang.c (scm_language_defn): Ditto.
1345         * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1346         oriented large to small in type structure.
1347         * dwarf2read.c (read_array_order): New function.
1348         (read_array_type): Use read_array_order to check row/column
1349         major ordering.
1350
1351 2004-08-27  Nathan J. Williams  <nathanw@wasabisystems.com>
1352
1353         * target.c (target_resize_to_sections): Check
1354         current_target.to_sections for an old value when updating.
1355
1356 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
1357
1358         * procfs.c (dbx_link_bpt_addr): New static global variable.
1359         (dbx_link_shadow_contents): New static global variable.
1360         (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1361         (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1362         if we just hit it.
1363         (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1364         Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1365         from run to run.
1366         (procfs_create_inferior): Remove syssgi syscall-exit notifications
1367         after the inferior has been forked.
1368         (remove_dbx_link_breakpoint): New function.
1369         (dbx_link_addr): New function.
1370         (insert_dbx_link_bpt_in_file): New function.
1371         (insert_dbx_link_bpt_in_region): New function.
1372         (insert_dbx_link_breakpoint): New function.
1373         (proc_trace_syscalls_1): New function, extracted from
1374         proc_trace_syscalls.
1375         (proc_trace_syscalls): Replace extract code by call to
1376         proc_trace_syscalls_1.
1377         * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1378         is no longer valid.
1379
1380 2004-08-25  Jim Blandy  <jimb@redhat.com>
1381
1382         * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1383
1384 2004-08-25  Andrew Cagney  <cagney@gnu.org>
1385
1386         * infrun.c (struct execution_control_state): Delete field
1387         "stepping_through_sigtramp".
1388         (init_execution_control_state): Do not set same.
1389         (context_switch): Do not pass same to save_infrun_state and
1390         load_infrun_state.
1391         * gdbthread.h (struct thread_info): Delete field
1392         stepping_through_sigtramp.
1393         (save_infrun_state, load_infrun_state): Delete parameter
1394         stepping_through_sigtramp.
1395         * thread.c (load_infrun_state, save_infrun_state): Update.
1396
1397         * infrun.c: Re-indent.  Move expression operators to the beginning
1398         of the line.  Remove long disabled #if 0 code.
1399
1400 2004-08-24  Andrew Cagney  <cagney@gnu.org>
1401
1402         * doublest.h (floatformat_ieee_quad): Rename
1403         floatformat_ia64_quad.
1404         * doublest.c (floatformat_ieee_quad): Rename
1405         floatformat_ia64_quad.
1406         (_initialize_doublest): Update.
1407
1408 2004-08-24  Jim Blandy  <jimb@redhat.com>
1409
1410         * dwarf2expr.h (struct dwarf_expr_context): New members
1411         'num_pieces' and 'pieces', for returning the result of an
1412         expression that uses DW_OP_piece.
1413         (struct dwarf_expr_piece): New struct type.
1414         * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1415         pieces.
1416         (free_dwarf_expr_context): Free pieces, if any.
1417         (add_piece): New function.
1418         (execute_stack_op): Implement DW_OP_piece.
1419         * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1420         expression is a list of pieces, print an error message.
1421         (dwarf2_loc_desc_needs_frame): If the expression yields
1422         pieces, and any piece is in a register, then we need a frame.
1423
1424         * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1425         the stack until we've decided what sort of result the evaluation
1426         has produced.  Use separate variables, with more specific names.
1427
1428 2004-08-23  Richard Earnshaw  <rearnsha@arm.com>
1429
1430         * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1431         (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1432         (arm_netbsd_init_abi_common): Register them.
1433
1434 2004-08-22  Mark Kettenis  <kettenis@gnu.org>
1435
1436         * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1437
1438         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1439         safe_frame_unwind_memory instead of target_read_memory.
1440
1441         * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1442         Reorder includes.
1443         (fetch_register, store_register): Remove prototypes.
1444         (child_resume): Reorganize code and comments such that it is
1445         grouped a bit more logically.
1446         (attach): Explicitly compare errno against 0.
1447         (detach): Likewise.  Use perror_with_name instead of
1448         print_sys_errmsg.
1449         * Makefile.in (infptrace.o): Update dependencies.
1450
1451         * ia64-linux-nat.c: Update copyright year.
1452         (fetch_debug_register, store_debug_register)
1453         (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1454         PTRACE_TYPE_ARG3.
1455         * config/ia64/nm-linux.h: Update copyright year.
1456          (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1457
1458         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1459         from CORE_ADDR to struct frame_info *.  Use
1460         safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1461         (amd64_linux_sigtramp_p): Adjust for changed signature of
1462         and64_linux_sigtramp_start
1463
1464         * gdb_ptrace.h: GNU/Linux.
1465
1466         * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1467         Remove defines.
1468
1469         * infptrace.c: Include "gdb_assert.h".
1470         (PTRACE_XFER_TYPE): Remove define.
1471         (offsetof): Only define if U_REGS_OFFSET isn't defined.
1472         (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1473         Tweak comment.
1474         (fetch_inferior_registers, store_inferior_registers): Remove
1475         redundant culry braces.  Tweak comment.  s/regno/regnum.
1476         * Makefile.in (infptrace.o): Update dependencies.
1477
1478         * configure.in: Change test for return type of ptrace to default
1479         to `long' instead of `int'.
1480         * configure: Regenerate.        
1481
1482 2004-08-21  Mark Kettenis  <kettenis@gnu.org>
1483
1484         * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1485
1486         * configure.in: Check for ttrace function.
1487         * configure, config.in: Regenerate.     
1488
1489         * gdb_ptrace.h: New file.
1490         * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1491         <sys/ptrace.h>.
1492         (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1493         (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1494         (attach): Don't define PT_ATTACH.
1495         (detach): Don't define PT_DETACH.
1496         * Makefile.in (gdb_ptrace_h): New variable.
1497         (infptrace.o): Update dependencies.
1498
1499 2004-08-16  Mark Kettenis  <kettenis@gnu.org>
1500
1501         * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1502         instead of `int' if not already defined.
1503         (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1504         PTRACE_TYPE_ARG3.
1505         * infptrace.c (call_ptrace): Revert change that replaced
1506         PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1507
1508 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
1509
1510         * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1511         Remove defines.
1512
1513         * linux-nat.c (kill_inferior): Add missing third and fourth
1514         arguments to ptrace call.  Don't use PTRACE_ARG3_TYPE.
1515
1516         * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1517         PTRACE_TYPE_RET.
1518
1519         * proc-why.c (proc_prettyfprint_why): Fix format string.
1520
1521         * solib-osf.c (osf_current_sos): Remove unsused label.
1522
1523         * configure.in: Add <ncurses/ncurses.h> to the list of possible
1524         curses headers.
1525         * configure, config.in: Regenerate.     
1526         * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1527         <ncurses/ncurses.h>.
1528
1529         * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1530         * config/nm-nbsd.h: Update copyright year.
1531         (PTRACE_ARG3_TYPE): Remove define.
1532
1533         * sparc-nat.c (fetch_inferior_registers)
1534         (store_inferior_registers, sparc_xfer_wcookie): 
1535         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1536
1537         * alphabsd-nat.c (fetch_inferior_registers):
1538         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1539         PTRACE_TYPE_ARG3.
1540         * amd64bsd-nat.c (fetch_inferior_registers)
1541         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1542         PTRACE_TYPE_ARG3.
1543         * armnbsd-nat.c: Update copyright year.
1544         (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1545         (store_register, store_regs, store_fp_register, store_fp_regs):
1546         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1547         * hppabsd-nat.c (fetch_inferior_registers)
1548         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1549         PTRACE_TYPE_ARG3.
1550         * i386bsd-nat.c (fetch_inferior_registers)
1551         (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1552         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1553         * m68kbsd-nat.c (fetch_inferior_registers)
1554         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1555         PTRACE_TYPE_ARG3.
1556         * m88kbsd-nat.c (fetch_inferior_registers)
1557         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1558         PTRACE_TYPE_ARG3.
1559         * mipsnbsd-nat.c: Update copyright year.
1560         (fetch_inferior_registers, store_inferior_registers):
1561         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1562         * ns32knbsd-nat.c: Update copyright year.
1563         (fetch_inferior_registers, store_inferior_registers):
1564         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1565         * ppcnbsd-nat.c (fetch_inferior_registers):
1566         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1567         PTRACE_TYPE_ARG3.
1568         * ppcobsd-nat.c (fetch_inferior_registers):
1569         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1570         PTRACE_TYPE_ARG3.
1571         * shnbsd-nat.c: Update copyright year.
1572         (fetch_inferior_registers, store_inferior_registers):
1573         Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1574         * vaxbsd-nat.c (fetch_inferior_registers)
1575         (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1576         PTRACE_TYPE_ARG3.
1577         
1578         * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1579         PTRACE_TYPE_ARG3.
1580         * infptrace.c (call_ptrace, child_resume, attach, detach)
1581         (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1582         (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1583         * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1584         PTRACE_TYPE_ARG3.
1585
1586 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
1587
1588         * defs.h: Remove out-of-date comment.
1589         [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1590         [!GETENV_PROVIDED] (getenv): Remove prototype.
1591
1592         * standalone.c: Remove file.
1593         * Makefile.in (standalone.o): Remove dependency.
1594
1595         * i386-linux-nat.c (dummy_sse_values): Remove function and
1596         prototype.
1597         (i386_linux_dr_get): Fix typo in comment.
1598         (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1599
1600         * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1601
1602         * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1603         from declaration.
1604         * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1605         from definition.
1606
1607 2004-08-13  Mark Kettenis  <kettenis@gnu.org>
1608
1609         * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1610         parenthesis in definition.
1611         * configure: Regenerated.
1612
1613 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
1614
1615         * PROBLEMS: Mention build/1411.
1616
1617 2004-08-09  Robert Millan  <robertmh@gnu.org>
1618
1619         Committed by Nathanael Nerode.
1620         * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1621         * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1622
1623 2004-08-12  Andrew Cagney  <cagney@gnu.org>
1624
1625         * NEWS: Mention fixes in GDB 6.2.1.
1626         * PROBLEMS: Remove mention of mips-irix.
1627
1628 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1629
1630         * config/powerpc/xm-aix.h: Delete.
1631         * config/powerpc/aix.mh (MH_FILE): Remove.
1632         * config/powerpc/aix432.mh (MH_FILE): Remove.
1633
1634 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1635
1636         * config/powerpc/aix.mh: Remove obsolete comment.
1637         * config/powerpc/aix432.mh: Likewise.
1638
1639 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1640
1641         * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1642
1643 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1644
1645         * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1646         this file is now empty.
1647         * config/xm-aix4.h: Remove, this file is no longer included
1648         anywhere.
1649
1650 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1651
1652         * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1653         that file is now empty.
1654         (termdef): Remove prototype, function no longer used.
1655
1656 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1657
1658         * doc/gdbint.texinfo (Host Definition): Remove documentation
1659         for USE_O_NOCTTY, no longer used.
1660         * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1661         * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1662
1663 2004-08-11  Joel Brobecker  <brobecker@gnat.com>
1664
1665         * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1666         * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1667         * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1668
1669 2004-08-11  Mark Kettenis  <kettenis@gnu.org>
1670
1671         * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1672         instead of FIVE_ARG_PTRACE.
1673
1674         * inflow.c (O_NOCTTY): Define to zero if not already defined.
1675         (new_tty): Use O_NOCTTY unconditionally.
1676
1677 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
1678
1679         * procfs.c (procfs_detach): Cleanup.  Print process ID, not LWP
1680         ID.  Use comma in output.  Use gdb_flush on gdb_stdout instead of
1681         fflush on stdout.
1682
1683 2004-08-10  Joel Brobecker  <brobecker@gnat.com>
1684
1685         * xcoff_symfile_finish: Replace last call to xmfree by call
1686         to xfree.
1687
1688 2004-08-10  Andrew Cagney  <cagney@gnu.org>
1689
1690         * main.c (captured_main): Delete call to init_malloc.
1691         * defs.h (init_malloc): Delete declaration.
1692         * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1693         (init_malloc): Delete functions.
1694
1695         * defs.h (xmfree): Delete.
1696         * utils.c (xmfree): Delete function.
1697         (xfree): Inline calls to xmfree and mfree.
1698         * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1699         * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1700         * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1701         * somread.c (som_symfile_finish): Ditto.
1702         * objfiles.c (allocate_objfile, free_objfile): 
1703         * nlmread.c (nlm_symfile_finish): Ditto.
1704         * hpread.c (hpread_symfile_finish): Ditto.
1705         * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1706         * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1707         * coffread.c (coff_symfile_finish): Ditto.
1708
1709         * defs.h (xmcalloc): Delete declaration.
1710         * utils.c (xmcalloc): Delete.
1711         (xcalloc): Inline calls to xmcalloc and mcalloc.
1712         * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1713         xcalloc and xfree.
1714         * symtab.c (create_demangled_names_hash): Ditto.
1715
1716         * defs.h (xmrealloc): Delete.
1717         * utils.c (xmrealloc): Delete.
1718         (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1719         * symmisc.c (extend_psymbol_list): Use xrealloc.
1720         * source.c (find_source_lines): Ditto.
1721         * hpread.c (hpread_lookup_type): Ditto.
1722         * dbxread.c (add_bincl_to_list): Ditto.
1723
1724         * utils.c (xmmalloc): Delete.
1725         (xmalloc): Inline xmmalloc and mmalloc calls.
1726         (msavestring): Use xmalloc.
1727         * defs.h (xmmalloc): Delete declaration.
1728         * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1729         xmmalloc.
1730         * symmisc.c (extend_psymbol_list): Ditto.
1731         * symfile.c (init_psymbol_list): Ditto.
1732         * source.c (find_source_lines): Ditto.
1733         * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1734         * elfread.c (elf_symtab_read): Ditto.
1735         * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1736         * coffread.c (coff_symfile_init): Ditto.
1737
1738 2004-08-10  David Carlton  <carlton@bactrian.org>
1739
1740         * MAINTAINERS: Remove David Carlton from c++ testsuite
1741         maintainers.
1742
1743 2004-08-10  Jerome Guitton  <guitton@gnat.com>
1744
1745         * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1746         print a line feed before the prompt.
1747
1748 2004-08-10  Mark Kettenis  <kettenis@gnu.org>
1749
1750         * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1751
1752 2004-08-09  Joel Brobecker  <brobecker@gnat.com>
1753
1754         General cleanup of the AIX xm include file:
1755         * config/xm-aix4.h (fd_set): Remove undefine.
1756         Remove include of <sys/select.h>.
1757         (HAVE_TERMIO): Remove define.
1758         (USG): Likewise.
1759         (NULL): Remove redefine.
1760         (alloca): Remove #pragma.
1761         (vfork): Remove define.
1762         (termdef): Remove.
1763         (SIGWINCH_HANDLER): Remove.
1764         (SIGWINCH_HANDLER_BODY): Remove.
1765
1766 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
1767
1768         * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1769         GDB_OSABI_OPENBSD_ELF.
1770
1771 2004-08-07  Robert Millan  <robertmh@gnu.org>
1772
1773         * bsd-kvm.c: Check for nlist.h before including it.
1774
1775 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
1776
1777         * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1778         sigcontext' offset consistency checks for ancient BSD.
1779
1780         * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1781
1782         * configure.in: Check for <sys/types.h>.  Check return and
1783         argument types of ptrace.
1784         * configure, config.in: Regenerate.     
1785
1786 2004-08-09  Jim Blandy  <jimb@redhat.com>
1787
1788         * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1789         rs6000_register_sim_regno): Doc fixes.
1790
1791 2004-08-08  Joel Brobecker  <brobecker@gnat.com>
1792
1793         * mips-tdep.c: Include "floatformat.h".
1794         (n32n64_floatformat_always_valid): New function.
1795         (floatformat_n32n64_long_double_big): New constant.
1796         (mips_gdbarch_init): Set size and format of long double
1797         for N32 and N64 ABIs.
1798         * Makefile.in (mips-tdep.o): Update dependencies.
1799
1800 2004-08-08  Andrew Cagney  <cagney@gnu.org>
1801
1802         * gdbarch.sh: Delete "fmt" and "attrib" fields.  Always use %s to
1803         print.  Improve script's error messages.
1804         * gdbarch.h: Re-generate.
1805
1806         * gdbarch.sh (pformat): New function.
1807         (float_format, double_format, long_double_format): List with bit
1808         members.  Use pformat when printing.
1809         * gdbarch.c, gdbarch.h: Re-generate.
1810         
1811 2004-08-08  Nathan J. Williams  <nathanw@wasabisystems.com>
1812
1813         * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1814         "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1815         (ppcnbsd_supply_pcb): New function.
1816         (_initialize_ppcnbsd_nat): New prototype and function.
1817         * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1818         (LOADLIBES): New variable.
1819         * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1820
1821 2004-08-08  Andrew Cagney  <cagney@gnu.org>
1822
1823         * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1824         (builtin_type_ieee_double, builtin_type_ia64_quad)
1825         (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1826         BE/LE floating-point types.
1827         * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1828         (builtin_type_ieee_double, builtin_type_ia64_quad)
1829         (builtin_type_ia64_spill): Declare.
1830         * doublest.c (_initialize_doublest, floatformat_ieee_single)
1831         (floatformat_ieee_double, floatformat_arm_ext)
1832         (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1833         of LE/BE floatformats.  
1834         * doublest.h: (struct floatformat, floatformat_ieee_single)
1835         (floatformat_ieee_double, floatformat_arm_ext)
1836         (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1837
1838 2004-08-08  Mark Kettenis  <kettenis@gnu.org>
1839
1840         * i386gnu-nat.c (gnu_store_registers): Fix typo.
1841
1842         * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1843         instead of regcache_raw_supply when storing the registers.
1844
1845         * i386gnu-nat.c: Update copyright year.
1846         (gnu_store_registers): Don't use deprecated_registers and
1847         deprecated_registers_valid.  Use regcache_valid_p and
1848         regcache_raw_supply instead.
1849
1850         * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1851         frame_pc_unwind.
1852
1853         * procfs.c (procfs_pid_to_str): Remove redundant and unused
1854         variables.  Incapitalized "process".
1855
1856         * configure.in: Add cursesX to the list of possible curses libs.
1857         Add cursesX.h to the list of possible curses headers. 
1858         * configure, config.in: Regenerate.     
1859
1860 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
1861
1862         * configure.in: Test for struct lwp in <sys/lwp.h>.
1863         * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1864         the offset of l_addr in struct lwp.
1865
1866 2004-08-07  Nathan J. Williams  <nathanw@wasabisystems.com>
1867
1868         * bsd-kvm.c: Include "gdbcore.h"
1869         (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1870
1871 2004-08-07  Andrew Cagney  <cagney@gnu.org>
1872
1873         * gdbtypes.c (build_flt, build_complex): New functions.
1874         (gdbtypes_post_init): Use.
1875
1876         * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1877
1878         * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1879         through to builtin_type_uint128.
1880
1881         * c-exp.y: Use builtin_type function to obtain builtin types.
1882
1883         * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1884         builtin_uint128.
1885         * gdbtypes.c (gdbtypes_post_init): Update.
1886         (build_gdbtypes): Move initialization of builtin_type_int0
1887         through to builtin_type_uint128 from here ...
1888         (_initialize_gdbtypes): ... to here.
1889         * d10v-tdep.c (d10v_register_type): Update.
1890
1891         * doublest.c: Update copyright.
1892         (floatformat_from_length): Call error when floatformat is NULL.
1893         (extract_floating_by_length): Remove NULL fmt check.
1894         (store_floating_by_length): Ditto.
1895
1896 2004-08-07  Andrew Cagney  <cagney@gnu.org>
1897
1898         * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1899         that the register is valid.
1900
1901 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
1902
1903         * i386-linux-tdep.c (i386_linux_sigtramp_start)
1904         (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1905         struct frame_info *.  Use safe_frame_unwind_memory instead of
1906         deprecated_read_memory_nobpt.
1907         (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1908         changed signature of i386_linux_sigtramp_start and
1909         i386_linux_rt_sigtramp_start.
1910
1911         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1912         CORE_ADDR to struct frame_info *.  Use safe_frame_unwind_memory
1913         instead of deprecated_read_memory_nobpt.
1914         (i386nbsd_sigtramp_p): Adjust for changed signature of
1915         i386nbsd_sigtramp_offset.
1916
1917         * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1918         safe_frame_unwind_memory instead of target_read_memory.
1919
1920         * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1921         !NO_SYS_FILE.
1922         [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1923         [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1924         (_initialize_kernel_u_addr): Remove prototype and function.
1925         * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1926         !NO_SYS_FILE.
1927         * xcoffread.c: Likewise.
1928
1929 2004-08-06  Mark Kettenis  <kettenis@gnu.org>
1930
1931         * vax-nat.c: New file.
1932         * vaxbsd-nat.c: Tweak comment.
1933         * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1934         vaxnbsd-tdep.c.
1935         (vax-nat.o): New dependency.
1936         * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1937         (vax-*-ultrix2*): Remove.
1938         * config/vax/vax.mh: New file.
1939         * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1940         (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1941         (vax_register_u_addr): New prototype.
1942         (REGISTER_U_ADDR): Define using vax_register_u_addr.
1943         * config/vax/vaxult2.mh: Remove file.
1944         * config/vax/vaxult.mh: Remove file.
1945         * config/vax/vaxbsd.mh: Remove file.
1946         * config/vax/vax.mt (TM_FILE): Remove.
1947         * config/vax/tm-vaxbsd.h: Remove file.
1948
1949 2004-08-06  Joel Brobecker  <brobecker@gnat.com>
1950
1951         * aix-thread.c (get_signaled_thread): New function.
1952         (iter_trap): Delete, no longer used.
1953         (iter_tid): New function.
1954         (pd_update): Find the thread that received the SIGTRAP signal
1955         by first locating the kernel thread, and then finding its
1956         associated thread.
1957
1958 2004-08-06  Ulrich Weigand  <uweigand@de.ibm.com>
1959
1960         * lin-lwp.c (child_wait): Continue inferior after processing
1961         PTRACE_EVENT_CLONE event.
1962
1963 2004-08-05  Nathanael Nerode  <neroden@gcc.gnu.org>
1964
1965         * MAINTAINERS: Add self to Write-After-Approval.
1966
1967 2004-08-05  Jeff Johnston  <jjohnstn@redhat.com>
1968
1969         * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1970         libunwind-xxxx.so" where xxxx is UNW_TARGET.
1971
1972 2004-08-05  Andrew Cagney  <cagney@gnu.org>
1973
1974         * config/xm-sysv4.h: Delete file.
1975         * config/mips/xm-irix5.h: Delete file.
1976         * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1977         * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1978         * config/ia64/xm-aix.h: Delete file.
1979         * config/ia64/aix.mh (XM_FILE): Delete.
1980         * config/pa/xm-hppah.h: Delete file.
1981         * config/pa/hpux11w.mh (XM_FILE): Delete.
1982         * config/pa/hpux11.mh (XM_FILE): Delete.
1983         * config/pa/hpux1020.mh (XM_FILE): Delete.
1984         * config/pa/hppahpux.mh (XM_FILE): Delete.
1985
1986         * config/alpha/xm-alphalinux.h: Delete file.
1987         * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1988         * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1989         * config/alpha/xm-alphaosf.h: Delete file.
1990         * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1991         * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1992         * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1993         * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1994
1995         * config/i386/xm-i386v.h: Delete file.
1996         * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1997         * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1998         * config/i386/xm-i386sco.h: Delete file.
1999         * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2000         * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2001         * config/i386/xm-i386v4.h: Delete file.
2002         * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2003         * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2004         * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2005         * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2006
2007         * config/vax/xm-vax.h: Delete file.
2008         * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2009         * config/vax/xm-vaxult2.h: Delete file.
2010         * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2011         * config/vax/vaxult2.mh (XM_FILE): Delete.
2012         * config/vax/xm-vaxult.h: Delete file.
2013         * config/vax/vaxult.mh (XM_FILE): Delete.
2014         * config/vax/xm-vaxbsd.h: Delete file.
2015         * config/vax/vaxbsd.mh (XM_FILE): Delete.
2016
2017         * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2018         * gdbarch.h, gdbarch.c: Re-generate.
2019         * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2020         * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2021         * frame.h: Delete deprecated_read_fp from comments.
2022         * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2023         * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2024
2025 2004-08-04  Mark Kettenis  <kettenis@gnu.org>
2026
2027         * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2028         trampoline in OpenBSD 3.5-current.
2029
2030         * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2031         SSE registers.
2032
2033         * Makefile.in: Remove embedded page breaks.
2034
2035 2004-08-04  Jim Blandy  <jimb@redhat.com>
2036
2037         * regcache.c (regcache_raw_read): Assert that, after calling
2038         target_fetch_registers, the register we're reading is cached.
2039
2040         * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2041         a call to 'internal_error', with a more helpful error message.
2042         * rs6000-tdep.c (e500_pseudo_register_read,
2043         e500_pseudo_register_write, rs6000_store_return_value): Same.
2044
2045 2004-08-04  Andrew Cagney  <cagney@gnu.org>
2046
2047         * Makefile.in: Update dependencies.
2048
2049 2004-08-04  Jim Blandy  <jimb@redhat.com>
2050
2051         Change the layout of the PowerPC E500 raw register cache to allow
2052         the lower 32-bit halves of the GPRS to be their own raw registers,
2053         not pseudoregisters.
2054         * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2055         add ppc_ev0_upper_regnum flag.
2056         * rs6000-tdep.c: #include "reggroups.h".
2057         (spe_register_p): Recognize the ev upper half registers as SPE
2058         registers.
2059         (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2060         registers.
2061         (e500_move_ev_register): New function.
2062         (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2063         vector registers are the pseudo-registers now, formed by splicing
2064         together the gprs and the upper-half registers.
2065         (e500_register_reggroup_p): New function.
2066         (P): Macro deleted.
2067         (P8, A4): New macro.
2068         (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2069         (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2070         macros.
2071         (registers_e500): Rearrange register set so that the raw register
2072         set contains 32-bit GPRs and upper-half registers, and the SPE
2073         vector registers become pseudo-registers.
2074         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2075         it has been deleted.  Initialize ppc_ev0_upper_regnum.  Many other
2076         register numbers are now the same for the E500 as they are for
2077         other PowerPC variants.  Register e500_register_reggroup_p as the
2078         register group function for the E500.
2079         * Makefile.in (rs6000-tdep.o): Update dependencies.
2080
2081         Adapt PPC E500 native support to the new raw regcache layout.
2082         * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2083         (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2084         (fetch_spe_register, store_spe_register): Handle fetching/storing
2085         all the SPE registers at once, if regno == -1.  These now take
2086         over the job of fetch_spe_registers and store_spe_registers.
2087         (fetch_spe_registers, store_spe_registers): Deleted.
2088         (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2089         unconditionally; they're always raw.  Fetch/store SPE upper half
2090         registers, if present, instead of ev registers.
2091         (fetch_register, store_register): Remove sanity checks: gprs are
2092         never pseudo-registers now, so we never need to even mention any
2093         registers that are ever pseudoregisters.
2094
2095         Use a fixed register numbering when communicating with the PowerPC
2096         simulator.
2097         * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2098         * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2099         (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno): 
2100         New functions.
2101         (rs6000_gdbarch_init): Register rs6000_register_sim_regno.  Call
2102         init_sim_regno_table.
2103         * Makefile.in (gdb_sim_ppc_h): New variable.
2104         (rs6000-tdep.o): Update dependencies.
2105
2106 2004-08-02  Andrew Cagney  <cagney@gnu.org>
2107
2108         * cris-tdep.c (cris_register_size): Restore function, still used
2109         locally.
2110
2111         * gdbarch.sh (deprecated_target_read_fp)
2112         (deprecated_frame_locals_address, deprecated_frame_args_address)
2113         (deprecated_frame_chain_valid, deprecated_frame_chain)
2114         (deprecated_init_extra_frame_info, deprecated_pop_frame)
2115         (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2116         (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2117         * gdbarch.h, gdbarch.c: Re-generate.
2118         * regcache.c (deprecated_read_fp): Do not call
2119         DEPRECATED_TARGET_READ_FP_P.
2120         * infcmd.c (default_print_registers_info): Do not call
2121         DEPRECATED_DO_REGISTERS_INFO.
2122         * frame-base.c (default_frame_locals_address): Do not call
2123         DEPRECATED_FRAME_LOCALS_ADDRESS.
2124         (default_frame_args_address): Do not call
2125         DEPRECATED_FRAME_ARGS_ADDRESS.
2126
2127         * gdbarch.sh (deprecated_register_raw_size)
2128         (deprecated_register_virtual_size:int): Delete.
2129         * gdbarch.h, gdbarch.c: Re-generate.
2130         * cris-tdep.c (cris_register_size): Delete.
2131         (cris_gdbarch_init): Update.
2132         * alpha-tdep.c (alpha_register_raw_size)
2133         (alpha_register_virtual_size): Delete.
2134         (alpha_gdbarch_init): Update.
2135
2136         * gdbarch.sh (deprecated_register_virtual_type)
2137         (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2138         (deprecated_dummy_write_sp): Delete.
2139         * gdbarch.h, gdbarch.c: Re-generate.
2140
2141         * gdbarch.sh (deprecated_register_bytes): Delete.
2142         * gdbarch.h, gdbarch.c: Re-generate.
2143         * regcache.c (deprecated_register_bytes): New function.
2144         * regcache.h (deprecated_register_bytes): Declare.
2145         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2146         * v850-tdep.c (v850_gdbarch_init): Update.
2147         * sh64-tdep.c (sh64_gdbarch_init): Update.
2148         * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2149         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2150         * mcore-tdep.c (mcore_gdbarch_init): Update.
2151         * cris-tdep.c (cris_gdbarch_init): Update.
2152         * arm-tdep.c (arm_gdbarch_init): Update.
2153         * remote.c (init_remote_state): Update.
2154         * remote-vx.c (vx_prepare_to_store): Update.
2155         * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2156         * irix5-nat.c (fetch_core_registers): Update.
2157         * cris-tdep.c (cris_register_bytes_ok): Update.
2158         * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2159
2160         * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2161         (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2162         (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2163         (mips_insn16_frame_base_address, mips_insn16_frame_base)
2164         (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2165         (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2166         (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2167         (mips_insn32_frame_base_address, mips_insn32_frame_base)
2168         (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2169         with mips_insn16 and mips_insn32.
2170
2171         Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2172         * rs6000-tdep.c (rs6000_push_dummy_call)
2173         (rs6000_extract_return_value): Use register_size.
2174         * xstormy16-tdep.c (xstormy16_get_saved_register) 
2175         (xstormy16_extract_return_value): Ditto.
2176         * valops.c (value_assign): Ditto.
2177         * v850ice.c (v850ice_fetch_registers, v850ice_store_registers): 
2178         * v850-tdep.c (v850_extract_return_value): Ditto.
2179         * tracepoint.c (collect_symbol): Ditto.
2180         * target.c (debug_print_register): Ditto.
2181         * stack.c (frame_info): Ditto.
2182         * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2183         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2184         * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2185         (store_register_using_P): Ditto.
2186         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2187         * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2188         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2189         * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2190         * regcache.c (deprecated_read_register_bytes) 
2191         (deprecated_write_register_bytes, read_register) 
2192         (write_register): Ditto.
2193         * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2194         (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2195         * monitor.c (monitor_supply_register, monitor_fetch_register) 
2196         (monitor_store_register): Ditto.
2197         * mn10300-tdep.c (mn10300_pop_frame_regular) 
2198         (mn10300_print_register): Ditto.
2199         * mipsv4-nat.c (fill_fpregset): Ditto.
2200         * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset) 
2201         (mips64_fill_fpregset): Ditto.
2202         * mi/mi-main.c (register_changed_p, get_register)
2203         (mi_cmd_data_write_register_values): Ditto.
2204         * lynx-nat.c (fetch_inferior_registers, store_inferior_registers): 
2205         * irix5-nat.c (fill_gregset, fetch_core_registers): 
2206         * infrun.c (write_inferior_status_register): Ditto.
2207         * infptrace.c (fetch_register, store_register): Ditto.
2208         * infcmd.c (default_print_registers_info): Ditto.
2209         * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2210         * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2211         * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2212         * hpux-thread.c (hpux_thread_fetch_registers)
2213         (hpux_thread_store_registers): Ditto.
2214         * hppah-nat.c (store_inferior_registers, fetch_register): 
2215         * findvar.c (value_from_register): Ditto.
2216         * dve3900-rom.c (fetch_bitmapped_register): 
2217         * cris-tdep.c (cris_gdbarch_init): Ditto.
2218         * alpha-tdep.h: Ditto.
2219         * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2220
2221         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2222         DEPRECATED_REGISTER_RAW_SIZE from comments.
2223         * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2224         use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2225         DEPRECATED_REGISTER_RAW_SIZE.
2226         * findvar.c (value_of_register): Simplify by assuming that the
2227         registers raw and virtual sizes are identical.
2228         * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2229         comment.
2230         * arch-utils.c (generic_register_size): Simplify by assuming
2231         register_type.
2232
2233         * regcache.c (legacy_read_register_gen, real_register) 
2234         (legacy_write_register_gen): Delete, not used.
2235
2236         * regcache.c (struct regcache_descr): Delete legacy_p.
2237         (init_legacy_regcache_descr): Delete function.
2238         (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2239         Do not use deprecated register functions.
2240         (regcache_raw_read, deprecated_write_register_gen):
2241         (deprecated_read_register_gen, regcache_raw_write): Delete code
2242         predicated on legacy_p.
2243         (register_size): Delete check against register raw size.
2244
2245         * cris-tdep.c (cris_register_type): Replace
2246         cris_register_virtual_type.
2247         (cris_gdbarch_init): Update, set register_type.
2248
2249         * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2250         * gdbarch.h, gdbarch.c: Re-generate.
2251         * arm-tdep.c    (arm_frameless_function_invocation): Delete.
2252         (arm_gdbarch_init) Do not set frameless function invocation.
2253         * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2254         * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2255         * frv-tdep.c (frv_frameless_function_invocation): Delete.
2256         (frv_gdbarch_init): Do not set frameless function invocation.
2257         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2258         * sh-tdep.c (sh_gdbarch_init): Ditto.
2259         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2260         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2261         * avr-tdep.c (avr_gdbarch_init): Ditto.
2262
2263         * blockframe.c (legacy_frame_chain_valid): Delete function.
2264
2265         * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2266         and pc.  Update comments.
2267         (pc_in_dummy_frame): Delete function.
2268         (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2269         use the "id".
2270         (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2271         call_hi, top and pc, use the id.
2272         (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2273
2274         * dummy-frame.c: Include "gdb_string.h".
2275         (generic_save_call_dummy_addr, generic_push_dummy_frame)
2276         (generic_save_dummy_frame_tos): Delete.
2277         (dummy_frame_push): New function, replaces above.
2278         * dummy-frame.h: Update copyright.
2279         (dummy_frame_push): Declare.
2280         * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2281         (generic_save_call_dummy_addr): Delete declarations.
2282         * infcall.c: Include "dummy-frame.h".
2283         (call_function_by_hand): Add locals caller_regcache,
2284         caller_regcache_cleanup and dummy_id.  Replace push_dummy_frame
2285         with call to frame_save_as_regcache plus cleanup.  Delete calls to
2286         generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2287         Move clear_proceed_status to just before the resume, add call to
2288         dummy_frame_push (discard cleanup).
2289         * Makefile.in (infcall.o): Add $(dummy_frame_h).
2290         (dummy-frame.o): Add $(gdb_string_h).
2291
2292 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2293
2294         * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2295         * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2296         * dummy-frame.c (find_dummy_frame): Delete.
2297         (struct dummy_frame_cache, dummy_frame_sniffer)
2298         (dummy_frame_prev_register, dummy_frame_this_id)
2299         (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2300         frame unwinder using a dummy_frame_cache.
2301
2302 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2303
2304         * frame.h (frame_save_as_regcache): Declare.
2305         * frame.c (frame_save_as_regcache): New function.
2306         (do_frame_read_register): Replace do_frame_unwind_register.
2307         (frame_pop): Use frame_save_as_regcache.
2308         * dummy-frame.c (generic_push_dummy_frame): Use
2309         frame_save_as_regcache.
2310
2311 2004-08-01  Joel Brobecker  <brobecker@gnat.com>
2312
2313         * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2314         file as included until we record the first line in the linetable.
2315
2316 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2317
2318         * frame.h (deprecated_pop_dummy_frame)
2319         (deprecated_read_register_dummy)
2320         (deprecated_generic_find_dummy_frame): Delete.
2321         * dummy-frame.c (deprecated_generic_find_dummy_frame)
2322         (deprecated_read_register_dummy)
2323         (deprecated_find_dummy_frame_regcache)
2324         (discard_innermost_dummy)
2325         (deprecated_pop_dummy_frame): Delete.
2326         (dummy_frame_this_id): Simplify.
2327         (struct dummy_frame): Delete "fp" and "sp".
2328         (find_dummy_frame): Simplify.
2329         (generic_push_dummy_frame): Do not set "fp" or "sp".
2330         (fprint_dummy_frames): Do not print "fp" and "sp"
2331
2332 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
2333
2334         * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2335         (struct i386_insn): New structure.
2336         (i386_match_insn): New function.
2337         (i386_frame_setup_skip_insns): New variable.
2338         (i386_analyze_frame_setup): Change to use i386_match_insn and the
2339         array i386_frame_setup_insns of instructions that should be
2340         skipped inside the frame setup sequence.
2341
2342 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2343
2344         * frame.h (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         * stack.c (frame_info): Delete references to
2348         DEPRECATED_FRAME_INIT_SAVED_REGS and
2349         deprecated_get_frame_saved_regs.
2350         * frame.c (struct frame_info): Delete saved_regs and extra_info.
2351         (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2352         (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2353         (frame_unwind_register_signed)
2354         (frame_unwind_register_unsigned)
2355         (frame_unwind_unsigned_register): Use register_size.
2356         (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2357         (deprecated_frame_xmalloc_with_cleanup)
2358         (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2359         (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2360
2361         * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2362         * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2363         * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2364         * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2365
2366         * infcall.c (call_function_by_hand): Do not use
2367         DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2368         DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2369         DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2370         DEPRECATED_STACK_ALIGN.
2371
2372 2004-07-30  Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2373
2374         Committed by Andrew Cagney.
2375         * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2376
2377 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2378
2379         * mips-tdep.c (mips16_frame_cache)
2380         (mips16_frame_this_id, mips16_frame_prev_register)
2381         (mips16_frame_unwind, mips16_frame_sniffer)
2382         (mips16_frame_base_address, mips16_frame_base)
2383         (mips16_frame_base_sniffer, mips32_frame_cache)
2384         (mips32_frame_this_id, mips32_frame_prev_register)
2385         (mips32_frame_unwind, mips32_frame_sniffer)
2386         (mips32_frame_base_address, mips32_frame_base)
2387         (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2388         separate heuristic mips16 and mips32 unwinders.
2389         (mips_stub_frame_cache, mips_stub_frame_this_id)
2390         (mips_stub_frame_prev_register)
2391         (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2392         (mips_stub_frame_base_address, mips_stub_frame_base)
2393         (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2394         (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2395         match true mdebug frames.
2396         (non_heuristic_proc_desc): Add forward declaration.
2397
2398 2004-08-01  Andrew Cagney  <cagney@gnu.org>
2399
2400         * config/mips/tm-irix6.h: Delete file.
2401         * config/mips/tm-irix5.h: Delete file.
2402         * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2403         * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2404
2405         * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2406         * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2407         * config/nm-gnu.h (NO_CORE_OPS): Delete.
2408         * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2409         * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2410         * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2411         * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2412         * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2413         * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2414         * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2415         * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2416         (TARGET_SIGNAL_RAW_VALUES): Delete.
2417         * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2418         Delete.
2419         * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT) 
2420         (TARGET_HW_WATCH_LIMIT): Delete.
2421         * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2422         * minimon.h: Delete file.
2423
2424         * trad-frame.c (trad_frame_get_this_base)
2425         (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2426         functions.
2427         * trad-frame.h (trad_frame_set_this_base)
2428         (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2429
2430 2004-07-31  Andrew Cagney  <cagney@gnu.org>
2431
2432         * trad-frame.c (trad_frame_get_prev_register): Rename
2433         trad_frame_get_prev_register.
2434         * vax-tdep.c (vax_frame_prev_register): Update.
2435         * trad-frame.h: Update.
2436         * trad-frame.c (trad_frame_get_register): Update.
2437         * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2438         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2439         Update.
2440         * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2441         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2442         Update.
2443         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2444         Update.
2445         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2446         Update.
2447         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2448         Update.
2449         * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2450         Update.
2451         * s390-tdep.c (s390_frame_prev_register) 
2452         (s390_stub_frame_prev_register) 
2453         (s390_sigtramp_frame_prev_register): Update.
2454         * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2455         * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2456         * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2457         * m88k-tdep.c (m88k_frame_prev_register) 
2458         * m68hc11-tdep.c (m68hc11_frame_prev_register) 
2459         * m32r-tdep.c (m32r_frame_prev_register): Update.
2460         * hppa-tdep.c (hppa_frame_prev_register_helper) 
2461         * frv-tdep.c (frv_frame_prev_register): Update.
2462         * d10v-tdep.c (d10v_frame_prev_register): Update.
2463         * cris-tdep.c (cris_frame_prev_register): Update.
2464         * avr-tdep.c (avr_frame_prev_register): Update.
2465         * arm-tdep.c (arm_prologue_prev_register) 
2466         (arm_sigtramp_prev_register): Update.
2467
2468 2004-07-31  Andrew Cagney  <cagney@gnu.org>
2469
2470         * frame.h (legacy_saved_regs_unwind)
2471         (legacy_frame_chain_valid, legacy_frame_p)
2472         (enum frame_type): Delete UNKNOWN_FRAME.
2473         * dummy-frame.c (dummy_frame_this_id): Simplify.
2474         * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2475         * frame.c (struct frame_info): Delete the field "type".
2476         (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2477         (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2478         (legacy_saved_regs_unwind, legacy_frame_p)
2479         (frame_type_from_pc): Delete.
2480         (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2481         (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2482
2483 2004-07-31  Mark Kettenis  <kettenis@gnu.org>
2484
2485         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2486         indentation.
2487
2488         * mips-nat.c: Remove file.
2489         * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2490         (mips-nat.o): Remove dependency.
2491
2492         * infptrace.c: Update copyright year.
2493         (fetch_register): Pass NULL in regcache_raw_supply call instead of
2494         explicitly setting the buffer to all zeroes.
2495
2496         * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2497         (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2498
2499 2004-07-30  Andrew Cagney  <cagney@gnu.org>
2500
2501         * GDB 6.2 released from gdb_6_2-branch.
2502
2503 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
2504
2505         * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2506
2507         * exec.c (exec_file_attach):
2508         * nto-tdep.c (nto_find_and_open_solib):
2509         * pa64solib.c (pa64_solib_sizeof_symbol_table):
2510         * solib.c (solib_open):
2511         * somsolib.c (som_solib_sizeof_symbol_table):
2512         * source.c (is_regular_file, openp, open_source_file):
2513         * symfile.c (symfile_bfd_open):
2514         * wince.c (upload_to_device): Differentiate between the search for
2515         binary and source files.
2516
2517 2004-07-30  Andrew Cagney  <cagney@gnu.org>
2518
2519         * complaints.c (_initialize_complaints): Pass NULL to
2520         add_setshow_zinteger_cmd for help_doc.
2521         * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2522
2523 2004-07-30  Andrew Cagney  <cagney@gnu.org>
2524
2525         Fix PR i18n/761.
2526         * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2527         (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2528         $(PACKAGE).pot and update-po.
2529         (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2530         (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2531         (update-po): New rules.
2532         (localedir): Define using autoconf.
2533         (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2534         (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2535         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2536         * configure.in: Generate CATALOGS and LINGUAS from contents of
2537         src/gdb/po/ directory.  Set @localedir@ in Makefile.in.
2538         * configure: Re-generate.
2539         * po/gdbtext: New file
2540         
2541 2004-07-30  Jerome Guitton  <guitton@gnat.com>
2542
2543         * MAINTAINERS: Reorder Write After Approval list in alphabetical
2544         order.
2545
2546 2004-07-30  David Lecomber  <dsl@sources.redhat.com>
2547
2548         * dwarf2read.c (read_file_scope): Set producer if attribute 
2549         present.
2550         (struct dwarf2_cu): Added new member producer.
2551
2552 2004-07-30  Jerome Guitton  <guitton@gnat.com>
2553
2554         * inflow.c (kill_command): release file handles in BFD.
2555         * exec.c (exec_file_attach): Ditto.
2556         * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2557
2558 2004-07-29  Andrew Cagney  <cagney@gnu.org>
2559
2560         * PROBLEMS (mips-irix): Note that it is broken.
2561
2562 2004-07-29  Andrew Cagney  <cagney@gnu.org>
2563
2564         * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2565         * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2566
2567         * config/xm-nbsd.h: Delete file.
2568         * config/arm/xm-nbsd.h: Delete file.
2569         * config/i386/xm-nbsd.h: Delete file.
2570         * config/ns32k/xm-nbsd.h: Delete file.
2571         * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2572         * config/i386/nbsdelf.mh (XM_FILE): Delete.
2573         * config/i386/nbsdaout.mh (XM_FILE): Delete.
2574         * config/arm/nbsdelf.mh (XM_FILE): Delete.
2575         * config/arm/nbsdaout.mh (XM_FILE): Delete.
2576
2577         * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2578         * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2579         * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2580         * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2581         * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2582         * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2583
2584         * config/powerpc/xm-linux.h: Delete empty file.
2585         * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2586         * config/powerpc/linux.mh (XM_FILE): Delete.
2587         * config/m68k/xm-linux.h: Delete empty file.
2588         * config/m68k/linux.mh (XM_FILE): Delete.
2589         * config/ia64/xm-linux.h: Delete empty file.
2590         * config/ia64/linux.mh (XM_FILE): Delete.
2591         * config/arm/xm-linux.h: Delete empty file.
2592         * config/arm/linux.mh (XM_FILE): Delete.
2593         
2594         * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2595         * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2596         * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2597         * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2598         * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2599         * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2600         * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2601         * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2602
2603         * config/m68k/xm-m68k.h: Delete file.
2604         * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h".  Update
2605         copyright.
2606         (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2607         * config/pa/xm-linux.h: Delete empty file.
2608         * config/pa/linux.mh (XM_FILE): Delete.
2609         * config/i386/xm-i386.h: Delete empty file.
2610         * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2611         "i386/xm-i386.h".
2612         * config/i386/obsdaout.mh (XM_FILE): Delete.
2613         * config/i386/obsd64.mh (XM_FILE): Delete.
2614         * config/i386/fbsd64.mh (XM_FILE): Delete.
2615         * config/i386/nto.mh (XM_FILE): Delete.
2616         * config/i386/obsd.mh (XM_FILE): Delete.
2617         * config/i386/linux64.mh (XM_FILE): Delete.
2618         * config/i386/linux.mh (XM_FILE): Delete.
2619         * config/i386/i386sol2.mh (XM_FILE): Delete.
2620         * config/i386/i386gnu.mh (XM_FILE): Delete.
2621         * config/i386/fbsd.mh (XM_FILE): Delete.
2622         * config/i386/nbsd64.mh (XM_FILE): Delete.
2623
2624 2004-07-29  Andrew Cagney  <cagney@gnu.org>
2625
2626         * config/pa/xm-linux.h: Do not include "floatformat.h".
2627         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2628         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2629         * config/i386/xm-i386.h: Do not include "floatformat.h".
2630         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) 
2631         (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2632         * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2633         (HOST_LONG_DOUBLE_FORMAT): Delete macros.  Use
2634         GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2635         GDB_HOST_LONG_DOUBLE_FORMAT instead.
2636         * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2637         (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2638         * configure, config.in: Regenerate.     
2639         * configure.host (gdb_host_float_format, gdb_host_double_format)
2640         (gdb_host_long_double_format): Set according to the host.
2641         
2642 2004-07-29  Andrew Cagney  <cagney@gnu.org>
2643
2644         * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2645
2646 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2647
2648         * PROBLEMS: Mention threads/1650.
2649         * NEWS: Mention the NPTL fix.
2650
2651 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2652
2653         * cli/cli-decode.c (add_setshow_cmd): Delete function.
2654         (add_setshow_cmd_full): Make static.
2655         * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2656         (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2657         * cli/cli-decode.c (add_setshow_filename_cmd) 
2658         (add_setshow_string_cmd): New functions.
2659         * nto-tdep.c (_initialize_nto_tdep): Update.  Fix parameters.
2660         * mips-tdep.c (_initialize_mips_tdep): Update.
2661         * m32r-rom.c (_initialize_m32r_rom): Update.  Update copyright.
2662         * cli/cli-logging.c (_initialize_cli_logging): Update.
2663         * complaints.c (_initialize_complaints): Update.
2664         * remote.c (_initialize_remote): Update.
2665         
2666 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2667
2668         * cli/cli-decode.c (add_setshow_zinteger_cmd)
2669         (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2670         (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2671         print parameters.  Make string parameters constant.
2672         * command.h: Update.  Update copyright.
2673         * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2674         * observer.c (_initialize_observer): Ditto.
2675         * frame.c (_initialize_frame): Ditto.
2676         * complaints.c (_initialize_complaints): Ditto.
2677         * maint.c (_initialize_maint_cmds): Ditto.
2678         * target.c (initialize_targets): Ditto.
2679         * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2680         * infcall.c (_initialize_infcall): Ditto.
2681         * arm-tdep.c (_initialize_arm_tdep): Ditto.
2682         * m32r-rom.c (_initialize_m32r_rom): Ditto.
2683         * remote-rdi.c (_initialize_remote_rdi): Ditto.
2684         * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2685         * mips-tdep.c (_initialize_mips_tdep): Ditto.
2686
2687 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2688
2689         * gdbtypes.c (lookup_primitive_typename): Delete function.
2690         * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2691         * ada-lex.l: Use language_lookup_primitive_type_by_name.
2692         * gdbtypes.c (lookup_typename): Ditto.
2693         * f-exp.y (yylex): Ditto.
2694         * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2695
2696         * scm-lang.c (c_builtin_types): Delete extern declaration.
2697         (scm_language_defn): Replace
2698         string_char_type and primitive_type_vector with
2699         la_language_arch_info.
2700         * jv-lang.c (java_language_defn): Replace
2701         string_char_type and primitive_type_vector with
2702         la_language_arch_info.
2703         * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2704         c_builtin_types in comment.
2705         * c-lang.h (struct language_arch_info): Declare opaque.
2706         (c_language_arch_info): Declare.
2707         (c_builtin_types): Delete declaration.
2708         * c-lang.c (c_language_arch_info): Set string_char_type to
2709         builtin_char, not builtin_true_char.  Make global.
2710         (c_builtin_types): Delete array.
2711         (asm_language_defn, minimal_language_defn): Replace
2712         string_char_type and primitive_type_vector with
2713         la_language_arch_info.
2714
2715 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2716
2717         * gdbtypes.h (struct builtin_type): Rename true_char to
2718         builtin_true_char.
2719         * gdbtypes.c (gdbtypes_post_init): Update.
2720         * c-lang.c (arch_info): New function.
2721         (enum c_primitive_types): New enum.
2722         (c_language_defn): Instead of string_char_type and
2723         primitive_type_vector set la_language_arch_info.
2724
2725 2004-07-28  Andrew Cagney  <cagney@gnu.org>
2726
2727         * language.h (struct language_arch_info): Fix typo
2728         s/primative/primitive/.
2729         * gdbtypes.c (lookup_primitive_typename): Ditto.
2730         * language.c (language_lookup_primitive_type_by_name)
2731         (unknown_language_arch_info): Ditto.
2732
2733 2004-07-27  Andrew Cagney  <cagney@gnu.org>
2734
2735         * defs.h (enum language): Add nr_languages.
2736         * language.h (struct language_arch_info): Define.
2737         (struct language_defn): Add la_language_arch_info.
2738         (language_lookup_primative_type_by_name): Declare.
2739         (language_string_char_type): Declare.
2740         * language.c (_initialize_language, language_gdbarch_post_init)
2741         (struct language_gdbarch, language_gdbarch_data): Implement
2742         per-architecture language information.
2743         (unknown_language_arch_info, language_string_char_type)
2744         (language_lookup_primative_type_by_name): New functions.
2745         (unknown_language_defn, auto_language_defn)
2746         (local_language_defn): Set la_language_arch_info to
2747         unknown_language_arch_info.
2748         (unknown_builtin_types): Delete.
2749         * gdbtypes.c (lookup_primitive_typename): Use
2750         language_lookup_primative_type_by_name.
2751         (create_string_type): Use language_string_char_type.
2752         * values.c (value_from_string): Use language_string_char_type.
2753         * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2754         * p-lang.c (pascal_language_defn): Ditto.
2755         * m2-lang.c (m2_language_defn): Ditto.
2756         * jv-lang.c (java_language_defn): Ditto.
2757         * objc-lang.c (objc_language_defn): Ditto.
2758         * f-lang.c (f_language_defn): Ditto.
2759         * c-lang.c (c_language_defn, cplus_language_defn) 
2760         (asm_language_defn, minimal_language_defn): Ditto.
2761         
2762 2004-07-27  Andrew Cagney  <cagney@gnu.org>
2763
2764         * gdbtypes.h (struct builtin_type): Declare.
2765         (builtin_type): Declare.
2766         * d10v-tdep.c (d10v_register_type): Use builtin_type.
2767         * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2768         (gdbtypes_post_init): New function.
2769         (builtin_type): New function.
2770
2771 2004-07-27  Kei Sakamoto  <sakamoto.kei@renesas.com>
2772
2773         * remote-m32r-sdi.c: Fix breakpoint bug.
2774         (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2775         recv_char_data, recv_long_data): New functions to replace communication
2776         sequences.
2777
2778 2004-07-26  Michael Chastain  <mec.gnu@mindspring.com>
2779
2780         Document PR threads/1650.
2781         * PROBLEMS (Threads): Document problem with many threads
2782
2783 2004-07-26  Andrew Cagney  <cagney@gnu.org>
2784
2785         * gdb-mi.el: Move from here ...
2786         * mi/gdb-mi.el: ... to here.
2787
2788 2004-07-26  Andrew Cagney  <cagney@gnu.org>
2789
2790         Problem reported by Ashley Pittman <ashley@quadrics.com>.
2791         * main.c (captured_main): When in batch mode always detach.
2792
2793 2004-07-26  Andrew Cagney  <cagney@gnu.org>
2794
2795         * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2796         and h8300 as broken.
2797         * NEWS: END-OF-LIFE frame compatibility module.
2798         * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2799         specific comments.
2800
2801 2004-07-26  Andrew Cagney  <cagney@gnu.org>
2802
2803         * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2804         * xcoffsolib.c (_initialize_xcoffsolib): Update.
2805         * wince.c (_initialize_wince): Update.
2806         * win32-nat.c (_initialize_win32_nat): Update.
2807         * varobj.c (_initialize_varobj): Update.
2808         * valops.c (_initialize_valops): Update.
2809         * utils.c (initialize_utils, initialize_utils): Update.
2810         * tui/tui-win.c (_initialize_tui_win): Update.
2811         * top.c (init_main): Update.
2812         * symfile.c (_initialize_symfile): Update.
2813         * source.c (_initialize_source): Update.
2814         * somsolib.c (_initialize_som_solib): Update.
2815         * solib.c (_initialize_solib): Update.
2816         * solib-frv.c (_initialize_frv_solib): Update.
2817         * serial.c (_initialize_serial): Update.
2818         * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2819         * remote.c (_initialize_remote, _initialize_remote): Update.
2820         * remote-vx.c (_initialize_vx): Update.
2821         * remote-utils.c (_initialize_sr_support): Update.
2822         * remote-sds.c (_initialize_remote_sds): Update.
2823         * remote-mips.c (_initialize_remote_mips): Update.
2824         * remote-e7000.c (_initialize_remote_e7000): Update.
2825         * proc-api.c (_initialize_proc_api): Update.
2826         * printcmd.c: Update.
2827         * parse.c (_initialize_parse): Update.
2828         * pa64solib.c (_initialize_pa64_solib): Update.
2829         * p-valprint.c (_initialize_pascal_valprint): Update.
2830         * monitor.c (_initialize_remote_monitors): Update.
2831         * mips-tdep.c (_initialize_mips_tdep): Update.
2832         * mcore-tdep.c (_initialize_mcore_tdep): Update.
2833         * maint.c (_initialize_maint_cmds): Update.
2834         * lin-lwp.c (_initialize_lin_lwp): Update.
2835         * language.c (_initialize_language): Update.
2836         * kod.c (_initialize_kod): Update.
2837         * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2838         * i386-tdep.c (_initialize_i386_tdep): Update.
2839         * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2840         * gdbarch.sh: Update.
2841         * gdbarch.c: Re-generate.
2842         * gdb-events.sh: Update.
2843         * gdb-events.c: Re-generate.
2844         * frame.c (_initialize_frame): Update.
2845         * exec.c: Update.
2846         * demangle.c (_initialize_demangler): Update.
2847         * dcache.c (_initialize_dcache): Update.
2848         * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2849         * cp-valprint.c (_initialize_cp_valprint): Update.
2850         * corefile.c (_initialize_core): Update.
2851         * command.h: Update.
2852         * cli/cli-decode.h: Update.
2853         * cli/cli-cmds.c (init_cli_cmds): Update.
2854         * charset.c (_initialize_charset): Update.
2855         * breakpoint.c (_initialize_breakpoint): Update.
2856         * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2857         * alpha-tdep.c (_initialize_alpha_tdep): Update.
2858         * aix-thread.c (_initialize_aix_thread): Update.
2859
2860 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
2861
2862         Partial fix for PR backtrace/1718.
2863         * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2864         that GCC migrates into the prolugue.  Don't handle any
2865         instructions that clobber %ebx.
2866
2867 2004-07-23  Andrew Cagney  <cagney@gnu.org>
2868
2869         Use regcache_raw_collect instead of regcache_collect.
2870         * regcache.h (regcache_collect): Delete declaration.
2871         * regcache.c (regcache_colect): Delete function.
2872         * win32-nat.c (do_child_store_inferior_registers): Update.
2873         * sol-thread.c (sol_thread_store_registers): Update.
2874         * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2875         * rs6000-nat.c (store_register): Update.
2876         * remote.c (store_register_using_P, remote_store_registers): Update.
2877         * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2878         * ppc-linux-nat.c (store_altivec_register, store_spe_register) 
2879         (fill_vrregset, store_spe_registers, fill_gregset)
2880         (fill_gregset): Update.
2881         * nto-procfs.c (procfs_store_registers): Update.
2882         * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2883         * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2884         * m68klinux-nat.c (store_register, fill_gregset): Update.
2885         * m68k-tdep.c (fill_gregset): Update.
2886         * infptrace.c (store_register): Update.
2887         * i386-nto-tdep.c (i386nto_regset_fill): Update.
2888         * i386-linux-nat.c (store_register, fill_gregset): Update.
2889         * hppa-linux-nat.c (fill_gregset): Update.
2890         * go32-nat.c (store_register): Update.
2891         * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2892         (store_fp_regs): Update.
2893         * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double) 
2894         (store_nwfpe_extended, store_fpregister, store_fpregs) 
2895         (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2896         * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2897         * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2898         (store_regs_user_thread, store_regs_kernel_thread): Update.
2899
2900 2004-07-24  Mark Kettenis  <kettenis@gnu.org>
2901
2902         * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2903         (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2904         encoding.
2905         (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2906         member of `struct comp_unit'.
2907
2908 2004-07-23  Andrew Cagney  <cagney@gnu.org>
2909
2910         * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2911         DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2912
2913 2004-07-23  Martin Hunt  <hunt@redhat.com>
2914         Kevin Buettner <kevinb@redhat.com>
2915
2916         * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2917         alignment was being added to the offset instead of multiplied.
2918
2919 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
2920
2921         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2922         changed signal trampoline in OpenBSD 3.5-current.
2923
2924         * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2925         <machine/pcb.h> and "bsd-kvm.h".
2926         (sparc64nbsd_supply_pcb): New function.
2927         (_initialize_sparc64nbsd_nat): Renamed from
2928         _initialize_sparcnbsd_nat.  Enable libkvm interface.
2929         * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2930         * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2931         (LOADLIBES): New variable.
2932
2933         * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2934
2935         * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2936
2937 2004-07-21  Andrew Cagney  <cagney@gnu.org>
2938
2939         Use regcache_raw_supply instead of supply_register.
2940         * regcache.h (supply_register): Delete declaration.
2941         * regcache.c (supply_register): Delete function.
2942         * wince.c (do_child_fetch_inferior_registers): Update.
2943         * win32-nat.c (do_child_fetch_inferior_registers) 
2944         (fetch_elf_core_registers): Update.
2945         * v850ice.c (v850ice_fetch_registers): Update.
2946         * thread-db.c (thread_db_store_registers): Update.
2947         * sol-thread.c (sol_thread_store_registers): Update.
2948         * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2949         * rs6000-nat.c (fetch_register): Update.
2950         * rom68k-rom.c (rom68k_supply_one_register): Update.
2951         * remote.c (remote_wait, remote_async_wait): Update.
2952         * remote-st.c (get_hex_regs): Update.
2953         * remote-sim.c (gdbsim_fetch_register): Update.
2954         * remote-sds.c (sds_fetch_registers): Update.
2955         * remote-rdp.c (remote_rdp_fetch_register): Update.
2956         * remote-rdi.c (arm_rdi_fetch_registers): Update.
2957         * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2958         * remote-m32r-sdi.c (m32r_fetch_register): Update.
2959         * remote-hms.c (init_hms_cmds): Update.
2960         * remote-est.c (init_est_cmds): Update.
2961         * remote-e7000.c (get_hex_regs, fetch_regs_from_dump) 
2962         (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2963         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2964         * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register) 
2965         (fetch_register, supply_vrregset, supply_vrregset)
2966         (fetch_spe_registers): Update.
2967         * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2968         * monitor.c (monitor_supply_register): Update.
2969         * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2970         * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2971         (mipsnbsd_supply_fpreg): Update.
2972         * mips-nat.c (fetch_inferior_registers)
2973         (fetch_core_registers): Update.
2974         * mips-linux-tdep.c (supply_32bit_reg, supply_gregset) 
2975         (supply_fpregset, mips64_supply_gregset)
2976         (mips64_supply_fpregset): Update.
2977         * m68klinux-nat.c (fetch_register, supply_gregset)
2978         (supply_fpregset): Update.
2979         * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2980         * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2981         * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2982         * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2983         * infptrace.c (fetch_register): Update.
2984         * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2985         * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2986         * i386gnu-nat.c (fetch_fpregs, supply_gregset) 
2987         (gnu_fetch_registers, gnu_store_registers): Update.
2988         * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2989         * i386-linux-nat.c (fetch_register, supply_gregset)
2990         (dummy_sse_values): Update.
2991         * hpux-thread.c (hpux_thread_fetch_registers): Update.
2992         * hppah-nat.c (fetch_register): Update.
2993         * hppa-linux-nat.c (fetch_register, supply_gregset) 
2994         (supply_fpregset): Update.
2995         * go32-nat.c (fetch_register): Update.
2996         * dve3900-rom.c (fetch_bitmapped_register)
2997         (_initialize_r3900_rom): Update.
2998         * cris-tdep.c (supply_gregset): Update.
2999         * abug-rom.c (init_abug_cmds): Update.
3000         * core-aout.c (fetch_core_registers): Update.
3001         * armnbsd-nat.c (supply_gregset, supply_fparegset)
3002         (fetch_register, fetch_fp_register): Update.
3003         * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3004         (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3005         (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3006         * alphanbsd-tdep.c (fetch_core_registers): Update.
3007         * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3008         * alpha-nat.c (fetch_osf_core_registers) 
3009         (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3010         * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs) 
3011         (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3012
3013 2004-07-21  Andrew Cagney  <cagney@gnu.org>
3014
3015         * PROBLEMS: Mention breakpoints/1702.
3016         * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3017         that is known to work.
3018
3019 2004-07-21  Andrew Cagney  <cagney@gnu.org>
3020
3021         * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3022         * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3023         * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3024         (handle_inferior_event): Wrap call to deprecated
3025         IGNORE_HELPER_CALL in #ifdef.
3026         * config/mips/tm-nbsd.h: Update.
3027
3028 2004-07-20  Jim Blandy  <jimb@redhat.com>
3029
3030         * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3031         bfd_mach_ppc has no segment registers.
3032
3033         Include PowerPC SPR numbers for special-purpose registers.
3034         * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3035         (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3036         new member in initializer.
3037         (S, S4, SN4, S64): New macros for defining special-purpose
3038         registers.
3039         (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3040         registers_403, registers_403GC, registers_505, registers_860,
3041         registers_601, registers_602, registers_603, registers_604,
3042         registers_750, registers_e500): Use them.
3043
3044         * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3045         replace references with expression used to initialize variable.
3046
3047 2004-07-20  Andrew Cagney  <cagney@gnu.org>
3048
3049         * breakpoint.c (deprecated_read_memory_nobpt): Rename
3050         read_memory_nobpt.
3051         * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3052         * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3053         (s390_sigtramp_frame_sniffer): Update.
3054         * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3055         * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3056         * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) 
3057         (mips32_fetch_instruction): Update.
3058         * mcore-tdep.c (get_insn): Update.
3059         * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3060         * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3061         * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3062         * i386-linux-tdep.c (i386_linux_sigtramp_start) 
3063         (i386_linux_rt_sigtramp_start): Update.
3064         * i386-linux-nat.c (child_resume): Update.
3065         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3066         * hppa-linux-tdep.c (insns_match_pattern): Update.
3067         * gdbcore.h: Update.
3068         * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3069         * frame.c (safe_frame_unwind_memory): Update.
3070         * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3071         * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3072         * alpha-tdep.c (alpha_read_insn): Update.
3073
3074 2004-07-20  Andrew Cagney  <cagney@gnu.org>
3075
3076         * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3077         containing both bytes and mask.  Add "frame_type".
3078         * tramp-frame.c (tramp_frame_start): Update.
3079         (tramp_frame_prepend_unwinder): Update.
3080         * mips-linux-tdep.c (mips_linux_o32_sigframe)
3081         (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3082         (mips_linux_n64_rt_sigframe): Update.  Make "static const".
3083         * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3084
3085 2004-07-19  Eli Zaretskii  <eliz@gnu.org>
3086
3087         * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3088         bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3089         sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3090         sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3091
3092 2004-07-17  Andrew Cagney  <cagney@gnu.org>
3093
3094         * NEWS, PROBLEMS: Update for 6.2.
3095
3096         * README: Update to 6.2.
3097
3098         * utils.c (xvasprintf): Call xstrvprintf.
3099
3100         * parse.c: Update copyright.
3101         (null_post_parser): Eliminate ARGSUSED.
3102
3103         * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3104         * tui/tui-win.c (tui_get_cmd_list): Ditto.
3105         * symfile-mem.c (_initialize_symfile_mem): Ditto.
3106         
3107         * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3108         * ppc-linux-nat.c: Use "Linux kernel".
3109         * hppa-linux-tdep.c: Use GNU/Linux.
3110         * hppa-linux-nat.c: Use GNU/Linux.
3111         * dwarfread.c: Add [sic] to use of Linux.
3112
3113         * hppa-linux-nat.c: Do not include <string.h>.
3114         (supply_fpregset): Remove "register" attribute.
3115
3116         * solib-frv.c (fetch_loadmap): Use xfree, not free.
3117
3118 2004-07-17  Mark Kettenis  <kettenis@gnu.org>
3119
3120         * configure.in: Define _MSE_INT_H on Solaris 9 too.
3121         * configure, config.in: Regenerated.
3122
3123         * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3124         "bsd-kvm.h".
3125         (vaxbsd_supply_pcb): New function.
3126         (_initialize_vaxbsd_nat): New prototype and function.
3127         * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3128         solib-sunos.o.
3129         (LOADLIBES): New variable.
3130         * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3131         (LOADLIBES): New variable.
3132         * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3133         (LOADLIBES): New variable.
3134         * Makefile.in (vaxbsd-nat.o): Update dependencies.
3135
3136 2004-07-16  Andrew Cagney  <cagney@gnu.org>
3137
3138         * defs.h (event_loop_p): Replace variable declaration with macro,
3139         always 1.
3140         * main.c (captured_main): Delete options "-async" and "-noasync".
3141         (event_loop_p): Delete variable.
3142         * NEWS: Mention that "-async" and "-noasync" were removed.
3143
3144 2004-07-16  Andrew Cagney  <cagney@gnu.org>
3145
3146         * remote-m32r-sdi.c: Re-indent.
3147
3148 2004-07-16  Jim Blandy  <jimb@redhat.com>
3149
3150         * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3151         (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3152         (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3153         missing MPC823 SPRs.
3154         (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3155         incorrect.  (This was corrected in GDB's register name tables on
3156         2004-07-14.)
3157
3158         * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3159         should be "esasrr" ("ESA Save and Restore Register").
3160
3161 2004-07-16  Andrew Cagney  <cagney@gnu.org>
3162
3163         * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3164         calls, no longer applicable.  Update comments and rename parameter
3165         "step_frame" to "return_frame".
3166
3167 2004-07-16  Andrew Cagney  <cagney@gnu.org>
3168
3169         * frame.c (fprint_field): New function.
3170         (fprint_frame_id): Use fprint_field.
3171
3172 2004-07-15  Joel Brobecker  <brobecker@gnat.com>
3173
3174         * ada-lang.c (ada_language_defn): Remove commented out code.
3175
3176 2004-07-15  Jim Blandy  <jimb@redhat.com>
3177
3178         * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3179         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3180
3181 2004-07-14  Jim Blandy  <jimb@redhat.com>
3182
3183         * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3184
3185         * ppc-tdep.h (ppc_num_vrs): New enum constant.
3186
3187         * ppc-tdep.h (ppc_num_srs): New enum constant.
3188
3189         * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3190         (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3191         (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3192         (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3193         (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3194         (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3195         (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3196         (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3197         (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3198         (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3199         (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3200         (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3201         (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3202         (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3203         (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3204         (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3205         (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3206         (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3207         (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3208         (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3209         (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3210         (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3211         (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3212         (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3213         (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3214         (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3215         (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3216         (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3217         (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3218         (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3219         (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3220         (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3221         (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3222         (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3223         (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3224         (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3225         (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3226         (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3227         (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3228         special-purpose register numbers.
3229
3230         * rs6000-tdep.c (registers_860): Correct register name.  (No PPC
3231         manual mentions 'md_twb', but many mention 'm_twb', and at that
3232         point in the register list.)
3233
3234 2004-07-14  Andrew Cagney  <cagney@gnu.org>
3235
3236         * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3237         instead of "internal-error".
3238
3239 2004-07-10  Joel Brobecker  <brobecker@gnat.com>
3240
3241         * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3242         that was inserted inside a comment.
3243
3244 2004-07-10  Randolph Chung  <tausq@debian.org>
3245
3246         * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New 
3247         function.
3248         (hppa_hpux_push_dummy_code): New function.
3249         (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3250         Set find_global_pointer method.
3251
3252 2004-07-10  Mark Kettenis  <kettenis@gnu.org>
3253
3254         * NEWS: Mention BSD libkvm interface.
3255
3256 2004-07-10  Michael Snyder  <msnyder@redhat.com>
3257
3258         * symfile.c (generic_load): Comment typo.
3259         * stack.c (get_selected_block): Ditto.
3260         * regcache.c (regcache_cooked_read): Ditto.
3261         * monitor.c (monitor_debug): Ditto.
3262         * mips-tdep.c (mips_read_pc): Ditto.
3263         * i386-linux-nat.c (ps_get_thread_area): Ditto.
3264         * gdb_mbuild.sh: Ditto.
3265         * gdbarch.sh: Ditto.
3266         * gdbarch.h: Ditto.
3267
3268 2004-07-09  Paul N. Hilfinger  <Hilfinger@gnat.com>
3269
3270         * ada-tasks.c: Remove file.
3271         
3272         Remove ARI problems:
3273         
3274         * ada-exp.y (write_var_from_sym): Reformat to put operator at
3275         beginning of line.
3276
3277         * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3278         Add comment.
3279         Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3280         (MIN_OF_SIZE): Rename min_of_size.  Add comment.
3281         (UMAX_OF_SIZE): Renmae umax_of_size.  Add comment.
3282         (UMIN_OF_SIZE): Remove.
3283         (max_of_type): New function to replace orphan macro in gdbtypes.h
3284         (min_of_type): Ditto.
3285         (discrete_type_high_bound): Use max_of_type.
3286         (discrete_type_low_bound): Use min_of_type.
3287         (possible_user_operator_p): Move operator to beginning of line.
3288         (ada_is_variant_part): Ditto.
3289         (ensure_lval): Rewrite to avoid deprecated operations.
3290         (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3291         rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3292         (ada_enum_name): Remove assignments in 'if' statements.
3293         (build_ada_types): Add gdbarch parameter.
3294         (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3295         with gdbarch_data_register_post_init.
3296         Use add_setshow_uinteger_cmd rather than add_set_cmd and 
3297         add_show_from_set.
3298
3299         * ada-valprint.c (inspect_it): Remove declaration.
3300         (repeat_count_threshold): Remove declaration.
3301         (ada_print_floating): Remove assignments in 'if' statements.
3302         (print_str): Move operator to beginning of line.
3303         
3304 2004-07-08  Jim Blandy  <jimb@redhat.com>
3305
3306         * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3307
3308 2004-07-08  Bob Rossi  <bob@brasko.net>
3309
3310         * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3311
3312 2004-07-06  Jeff Johnston <jjohnstn@redhat.com>
3313
3314         * language.h (struct_language_defn): Add new function pointer:
3315         la_class_name_from_physname.  Also add new prototype for
3316         language_class_name_from_physname.
3317         * language.c (language_class_name_from_physname): New function.
3318         (unk_lang_class_name): Ditto.
3319         (unknown_language_defn, auto_language_defn): Change
3320         to add unk_lang_class_name function pointer for
3321         la_class_name_from_physname.
3322         (local_language_defn): Ditto.
3323         * dwarf2read.c (guess_structure_name): Change to call
3324         language_class_name_from_physname.
3325         (determine_class_name): Ditto.
3326         * cp-support.c (class_name_from_physname): Renamed.
3327         (cp_class_name_from_physname): New name of function.
3328         * cp-support.h: Ditto.
3329         * c-lang.c (c_language_defn): Change to add NULL
3330         for class_name_from_physname function pointer.
3331         (cplus_language_defn): Change to add cp_class_name_from_physname.
3332         * jv-lang.c (java_class_name_physname): New function.
3333         (java_find_last_component): New static routine.
3334         (java_language_defn): Add java_class_name_from_physname pointer.
3335         * ada-lang.c (ada_language_defn): Change to add NULL
3336         for class_name_from_physname function pointer.
3337         * f-lang.c (f_language_defn): Ditto.
3338         * m2-lang.c (m2_language_defn): Ditto.
3339         * objc-lang.c (objc_language_defn): Ditto.
3340         * p-lang.c (pascal_language_defn): Ditto.
3341         * scm-lang.c (scm_language_defn): Ditto. 
3342
3343 2004-07-06  Andrew Cagney  <cagney@gnu.org>
3344
3345         Patch from Bart Robinson.
3346         * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3347         (O_LARGEFILE): Define to 0, if not defined.
3348
3349 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
3350
3351         * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3352         <machine/pcb.h> and "bsd-kvm.h".
3353         (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3354         (m68kbsd_supply_pcb): New function.
3355         (_initialize_m68kbsd_nat): New prototype and function.
3356         * Makefile.in (m68kbsd-nat.o): Update dependencies.
3357         * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3358         (LOADLIBES): New variable.
3359         * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3360         (LOADLIBES): New variable.
3361
3362         * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3363
3364 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
3365
3366         * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3367         <sys/proc.h>.
3368         (bsd_kvm_cmdlist): New variable.
3369         (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3370         (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3371         command and "kvm proc" command.
3372         * Makefile.in (bsd-kvm.o): Update dependencies.
3373
3374 2004-07-02  Mark Kettenis  <kettenis@gnu.org>
3375
3376         * osabi.c: Update copyright year.
3377         (generic_elf_osabi_sniffer): Tweak comment.  Look for OS-specific
3378         notes if EI_OSABI is set to ELFOSABI_HPUX.
3379
3380 2004-07-01  Michael Snyder  <msnyder@redhat.com>
3381
3382         * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3383         that seems to have gotten whacked out of line.
3384
3385 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
3386
3387         * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3388         code.
3389
3390 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
3391
3392         * ada-lang.c (decode_packed_array): Minor change to comment.
3393         (ada_value_slice_ptr): New function. 
3394         (ada_value_slice): New function. 
3395         (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3396         test.  Don't know why it is there.
3397         Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3398         to avoid dereferencing huge arrays from which one is slicing.  
3399         (empty_array): Correct to return an array rather than
3400         a subrange value.
3401         * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3402         on empty arrays (let'em use 'FIRST instead).
3403
3404 2004-07-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
3405
3406         Address complaints from gdb_ari.sh:
3407         
3408         * ada-exp.y: Include gdb_string.h rather than string.h.
3409         (convert_char_literal): Reformat declaration.
3410         * ada-lang.h: Include opaque struct declaration for struct frame_info.
3411         * ada-lex.l: Change use of free to xfree (the macro would do so
3412         anyway, but this is harmless).
3413         Include gdb_string.h rather than string.h.
3414         * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3415         
3416         * ada-lang.c (parse): Remove K&Rism in parameter list.
3417         (is_name_suffix): Correct Linux => GNU/Linux in comment.
3418         
3419 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
3420
3421         * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3422         dead code.
3423
3424 2004-06-30  Mark Kettenis  <kettenis@gnu.org>
3425
3426         * alphabsd-nat.c: Update copyright year.
3427         (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3428
3429 2004-06-29  Joel Brobecker  <brobecker@gnat.com>
3430
3431         * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3432         (i386_cygwin_in_solib_call_trampoline): New function.
3433         (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3434         and skip_trampoline_code gdbarch methods.
3435
3436 2004-06-29  Jim Blandy  <jimb@redhat.com>
3437
3438         * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3439         name actually used in the dependency lists.
3440
3441 2004-06-29  Randolph Chung  <tausq@debian.org>
3442
3443         * NEWS (New native configurations): Mention GNU/Linux/hppa.
3444
3445 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
3446
3447         * win32-nat.c (child_pid_to_exec_file): New function.
3448         (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3449         functionality.
3450
3451 2004-06-28  Andrew Cagney  <cagney@gnu.org>
3452
3453         * defs.h (xstrvprintf): Declare.
3454         * utils.c (xstrvprintf): New function.
3455         (internal_vproblem, xstrprintf, xasprintf) 
3456         (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3457         * serial.c (serial_printf): Ditto.
3458         * complaints.c (vcomplaint): Ditto.
3459
3460 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
3461
3462         * infcmd.c (attach_command): Move call to target_terminal_inferior
3463         behind loading symbol table.
3464
3465 2004-06-28  Andrew Cagney  <cagney@gnu.org>
3466
3467         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3468         change - add back extern deprecated_ui_loop_hook declaration.
3469
3470 2004-06-28  Andrew Cagney  <cagney@gnu.org>
3471
3472         * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3473         xstrprintf.
3474         * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3475         (c_value_of_variable): Ditto.
3476         * utils.c (internal_vproblem): Ditto.
3477         * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3478         * remote.c (add_packet_config_cmd): Ditto.
3479         * remote-rdp.c (rdp_set_command_line): Ditto.
3480         * regcache.c (regcache_dump): Ditto.
3481         * frv-tdep.c (new_variant, new_variant): Ditto.
3482         * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3483         (fbsd_find_memory_regions): Ditto.
3484         * breakpoint.c (create_thread_event_breakpoint) 
3485         (create_breakpoints): Ditto.
3486         * aix-thread.c (aix_thread_pid_to_str): Ditto.
3487         * ada-lang.c (is_package_name): Ditto.  Also delete xmalloc call.
3488
3489 2004-06-28  Joel Brobecker  <brobecker@gnat.com>
3490
3491         * ada-lang.c: Re-indent file, with some massaging to help indent
3492         a bit when the result is otherwise really too ugly.
3493
3494 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
3495
3496         * frame.h (struct frame_id): Change bit field type of stack_addr_p, 
3497         code_addr_p and special_addr_p to 'unsigned int'.
3498
3499 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
3500
3501         * i386v4-nat.c: Update copyright year and tweak comment.
3502         (regmap): Remove trailing comma.
3503         (supply_gregset): Rename local variable i to regnum.  Call
3504         regcache_raw_supply instead of supply_register.
3505         (fill_gregset): Rename argument regno to regnum.  Call
3506         regcache_raw_collect instead of regcache_collect.
3507
3508 2004-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
3509
3510         * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3511         and special_addr_p.
3512         (frame_id_build, frame_id_build_special): Update comments.
3513         (frame_id_build_wild): New prototype.
3514         * frame.c (frame_id_build, frame_id_build_special): Fill in new
3515         struct frame_id fields.
3516         (frame_id_build_wild): New function.
3517         (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3518
3519 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
3520
3521         * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3522         hppabsd-tdep.c.
3523
3524 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
3525
3526         * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3527
3528 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
3529
3530         * ada-lang.c: Re-indent file.
3531
3532 2004-06-27  Joel Brobecker  <brobecker@gnat.com>
3533
3534         * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3535         (no_symtab_msg): Likewise.
3536
3537 2004-06-27  Andreas Schwab  <schwab@suse.de>
3538
3539         * source.c: Fix whitespace.
3540
3541 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
3542
3543         * configure.in: Include <sys/param.h> for td_pcb test.
3544         * configure: Regenerated.
3545
3546         * i386nbsd-nat.c: New file.
3547         * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3548         i386obsd-nat.c and i386obsd-tdep.c.
3549         (i386nbsd-nat.o): New dependency.
3550         * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3551         bsd-kvm.o.
3552         (LOADLIBES): New variable.
3553         * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3554         bsd-kvm.o.
3555         (LOADLIBES): New variable.
3556
3557         * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3558         (LOADLIBES): New variable.
3559
3560         * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3561         fetching from BSD_KVM_PADDR.  Correctly lookup address for
3562         "_thread0".
3563
3564         * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3565         "bsd-kvm.h".
3566         (amd64fbsd_supply_pcb): New funcion.
3567         (_initialize_amd64fbsd_nat): Enable libkvm interface.
3568
3569 2004-06-27    <david@streamline-computing.com>
3570
3571         Partial fix for PR cli/1056.
3572         * valarith.c: Check for zero in division and remainder 
3573         evaluation.
3574
3575 2004-06-27  Mark Kettenis  <kettenis@gnu.org>
3576
3577         * i387-tdep.c: Remove excessive whitespace.
3578
3579 2004-06-26  Andrew Cagney  <cagney@gnu.org>
3580
3581         * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3582         * gdb-events.h, gdb-events.c: Re-generate.
3583         * tui/tui-hooks.c (tui_install_hooks): Update.
3584         (tui_remove_hooks): Update.
3585         * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3586
3587 2004-06-26  Mark Kettenis  <kettenis@gnu.org>
3588
3589         * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3590         (gregset_t, fpregset_t): Remove typedefs.
3591         (REG_OFFSET): Rename argument.
3592         (amd64bsd_r_reg_offset): Rename from reg_offset.
3593         (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3594         Remove functions.
3595         (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3596         of reg_offset.
3597         * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3598
3599         * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3600
3601         * vax-tdep.c: Tweak comment.
3602
3603         Add OpenBSD/hppa support.
3604         * NEWS (New native configurations): Mention OpenBSD/hppa.
3605         * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3606         config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3607         files.
3608         * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3609         (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3610         * configure.host: Add hppa*-*-openbsd*.
3611         * configure.tgt: Add hppa*-*-openbsd*.
3612
3613 2004-06-25  Andrew Cagney  <cagney@gnu.org>
3614
3615         * defs.h (deprecated_ui_loop_hook): Deprecated.
3616         * wince.c (child_wait): Update.
3617         * win32-nat.c (child_wait): Update.
3618         * v850ice.c (v850ice_wait): Update.
3619         * top.c (deprecated_ui_loop_hook): Update.
3620         * serial.h: Update.
3621         * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) 
3622         (do_unix_readchar): Update.
3623         * ser-tcp.c (net_open): Update.
3624         * remote-sim.c (gdb_os_poll_quit): Update.
3625         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3626
3627 2004-06-24  Andrew Cagney  <cagney@gnu.org>
3628
3629         * defs.h (deprecated_pre_add_symbol_hook)
3630         (deprecated_post_add_symbol_hook): Deprecated.
3631         * symfile.c (symbol_file_add_with_addrs_or_offsets) 
3632         (symbol_file_add_with_addrs_or_offsets): Update references.
3633
3634 2004-06-24  Andrew Cagney  <cagney@gnu.org>
3635
3636         * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3637         (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3638         * wince.c (ui_loop_hook): Delete extern declaration.
3639         * win32-nat.c (ui_loop_hook): Delete extern declaration..
3640         * v850ice.c (ui_loop_hook): Delete extern declaration..
3641         * ser-unix.c (ui_loop_hook): Delete extern declaration..
3642         * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3643         * remote-sim.c (ui_loop_hook): Delete extern declaration..
3644         * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3645         ui_loop_hook declaration.
3646
3647 2004-06-24  Andrew Cagney  <cagney@gnu.org>
3648
3649         * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3650         entry_func_highpc fields.
3651         * objfiles.c (init_entry_point_info): Do not clear
3652         entry_func_lowpc and entry_func_highpc.
3653         (objfile_relocate): Do not relocate entry_func_lowpc and
3654         entry_func_highpc.
3655         * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3656         entry_func_highpc.
3657         * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3658         entry_func_highpc.
3659         * blockframe.c (legacy_frame_chain_valid): Replace tests against
3660         entry_func_lowpc and entry_func_highpc with call to
3661         inside_entry_func.
3662
3663 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
3664
3665         * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3666         quad-precision floating point arguments in registers.
3667
3668 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
3669
3670         From Michael Mueller <m.mueller99@kay-mueller.de>:
3671         * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3672         account.
3673
3674 2004-06-22  Jeff Johnston  <jjohnstn@redhat.com>
3675
3676         * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3677         to -1.
3678         * breakpoint.c (bpstat_stop_status): Move check for ignoring
3679         untriggered watchpoints to a separate if clause.  Update function
3680         comment regarding STOPPED_BY_WATCHPOINT argument.
3681
3682 2004-06-22  Jim Blandy  <jimb@redhat.com>
3683
3684         * gdbarch.sh: Doc fix.
3685
3686 2004-06-21  Martin Hunt  <hunt@redhat.com>
3687         Kevin Buettner <kevinb@redhat.com>
3688
3689         * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3690         * mips-tdep.h (MIPS_SP_REGNUM): Define.
3691         * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3692         to set_gdbarch_sp_regnum().  Use cooked register number.
3693         (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3694
3695 2004-06-21  Andrew Cagney  <cagney@gnu.org>
3696
3697         * gdbarch.sh: When the macro field is empty, do not generate a
3698         macro definition.  When the macro field is "=", generate the macro
3699         name from the upper-case function name.
3700         (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3701         (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3702         (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3703         (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3704         (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3705         (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3706         (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3707         (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3708         (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3709         (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3710         (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3711         (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3712         (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3713         (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3714         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3715         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3716         (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3717         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3718         (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3719         (DEPRECATED_USE_STRUCT_CONVENTION)
3720         (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3721         (DEPRECATED_FRAME_INIT_SAVED_REGS)
3722         (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3723         (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3724         (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3725         (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3726         (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3727         (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3728         (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3729         (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3730         (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3731         (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3732         (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3733         (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3734         (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3735         (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3736         (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3737         (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3738
3739 2004-06-21  Andrew Cagney  <cagney@gnu.org>
3740
3741         * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3742         macro name, and the function rather than macro value.  Only wrap
3743         macro print statements in #ifdef.  Move format logic to where it
3744         is needed.
3745         * gdbarch.c: Re-generate.
3746         
3747         * gdbarch.sh (read): Delete "print_p" and "description", add
3748         "garbage_at_eol".  Check for non-empty garbage at end-of-line.
3749         Delete references to print_p.
3750         (TARGET_ARCHITECTURE): Delete print predicate.
3751         * gdbarch.c: Re-generate.
3752         
3753         * gdbarch.sh: Check that multi-arch methods do not provide a
3754         macro.
3755         (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3756         (print_registers_info, print_float_info, print_vector_info)
3757         (adjust_breakpoint_address, remote_translate_xfer_address)
3758         (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3759         (address_class_type_flags_to_name, unwind_sp): Remove the macro
3760         name from the multi-arch definition.
3761         
3762 2004-06-20  Andrew Cagney  <cagney@gnu.org>
3763
3764         * gdbarch.sh: Sort by the function, instead of macro name.
3765         * gdbarch.c: Re-generate.
3766         
3767 2004-06-20  Andrew Cagney  <cagney@gnu.org>
3768
3769         * gdbarch.sh: Use the function, instead of macro name in
3770         errors and the log file.
3771         (return_value): Remove stray ":" in spec.
3772
3773         * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3774         * gdbarch.h, gdbarch.c: Re-generate.
3775         * Makefile.in (arch-utils.o): Update dependencies.
3776         * values.c (using_struct_return): Move code calling
3777         USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3778         * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3779         to legacy_return_value, simplify.
3780         * infcmd.c (print_return_value): Move code calling
3781         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3782         to legacy_return_value, simplify.
3783         * infcall.c (call_function_by_hand): Move code calling
3784         EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3785         * arch-utils.c: Update copyright.  Include "gdbcore.h".
3786         (legacy_return_value): New function.
3787         * arch-utils.h: Update copyright.
3788         (legacy_return_value): Declare.
3789         
3790 2004-06-20  Andrew Cagney  <cagney@gnu.org>
3791
3792         * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3793         * gdbarch.h, gdbarch.c: Re-generate.
3794         * values.c (using_struct_return): Update call.
3795         * mcore-tdep.c: Update comment.
3796         * infcall.c (call_function_by_hand): Update comment.
3797         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3798         * arch-utils.h (always_use_struct_convention): Update.
3799         * v850-tdep.c (v850_gdbarch_init): Update.
3800         * sh64-tdep.c (sh64_gdbarch_init): Update.
3801         * sh-tdep.c (sh_gdbarch_init): Update.
3802         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3803         * mips-tdep.c (mips_gdbarch_init): Update.
3804         * mcore-tdep.c (mcore_gdbarch_init): Update.
3805         * m32r-tdep.c (m32r_gdbarch_init): Update.
3806         * ia64-tdep.c (ia64_gdbarch_init): Update.
3807         * h8300-tdep.c (h8300_gdbarch_init): Update.
3808         * frv-tdep.c (frv_gdbarch_init): Update.
3809         * cris-tdep.c (cris_gdbarch_init): Update.
3810         * arm-tdep.c (arm_gdbarch_init): Update.
3811         * alpha-tdep.c (alpha_gdbarch_init): Update.
3812
3813 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
3814
3815         * PROBLEMS: Add more specific information, and a work-around,
3816         for PR gdb/1458.
3817
3818 2004-06-18  Andrew Cagney  <cagney@gnu.org>
3819
3820         * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3821         * gdbarch.h, gdbarch.c: Re-generate.
3822         * ada-lang.c (ada_finish_decode_line_1): Update.
3823         * infrun.c (handle_inferior_event): Update.
3824         * infcall.c (find_function_addr): Update.
3825         * linespec.c (minsym_found): Update.
3826         * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3827         Update.
3828         * blockframe.c (legacy_frameless_look_for_prologue): Update.
3829         * cli/cli-cmds.c (disassemble_command): Update.
3830         * vax-tdep.c (vax_gdbarch_init): Update.
3831
3832 2004-06-18  Mark Kettenis  <kettenis@gnu.org>
3833
3834         * i386-tdep.c (i386_collect_fpregset): Fix comment.
3835
3836 2004-06-17  Andrew Cagney  <cagney@gnu.org>
3837
3838         GDB 6.1.1 released from the GDB 6.1 branch.
3839         * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3840         * PROBLEMS: Ditto.
3841
3842 2004-06-16  Daniel Jacobowitz  <dan@debian.org>
3843
3844         PR gdb/1658
3845         * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3846         operation as a uleb128.  Found by Michael Coulter.
3847
3848 2004-06-16  Paul N. Hilfinger  <Hilfinger@gnat.com>
3849         
3850         * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3851         make it non-static.
3852         * ada-lang.h (task_control_block): declaration moved from ada-task.c
3853         to ada-lang.h; this is needed to be able to implement the kill command
3854         in multi-task mode.
3855         (task_ptid): Ditto.
3856         (task_entry): Ditto.
3857         (task_list): Ditto.
3858         (ada_build_task_list): Ditto.
3859         
3860         * ada-lang.c: Conditionalize routines and data structures related 
3861         to breakpoints, exceptions, completion, and symbol caching on 
3862         GNAT_GDB, since these are not yet used in the submitted public sources.
3863         (ada_main_name): Editorial: Move definition out of exception-related 
3864         code.
3865
3866 2004-06-15  Andrew Cagney  <cagney@gnu.org>
3867
3868         * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3869         deprecated_pc_in_call_dummy.
3870
3871 2004-06-15  Alan Modra  <amodra@bigpond.net.au>
3872
3873         * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3874         bfd_get_section_size_before_reloc or _raw_size.
3875         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3876         * dwarf2read.c (dwarf2_locate_sections): Likewise.
3877         (dwarf2_read_section): Likewise.
3878         * elfread.c (elf_locate_sections): Likewise.
3879         * gcore.c (derive_heap_segment): Likewise.
3880         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3881         * remote-e7000.c (e7000_load): Likewise.
3882         * remote-m32r-sdi.c (m32r_load): Likewise.
3883         * remote-mips.c (mips_load_srec): Likewise.
3884         (pmon_load_fast): Likewise.
3885         * remote.c (compare_sections_command): Likewise.
3886         * symfile.c (add_section_size_callback): Likewise.
3887         (load_section_callback): Likewise.
3888         (pc_in_unmapped_range): Likewise.
3889         (pc_in_mapped_range): Likewise.
3890         (sections_overlap): Likewise.
3891         (list_overlays_command): Likewise.
3892         (simple_overlay_update_1): Likewise.
3893         (simple_overlay_update): Likewise.
3894         * tracepoint.c (remote_set_transparent_ranges): Likewise.
3895         * win32-nat.c (core_section_load_dll_symbols): Likewise.
3896
3897 2004-06-14  Randolph Chung  <tausq@debian.org>
3898
3899         * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3900         * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make 
3901         static.
3902         (hppa_hpux_inferior_created): New function.
3903         (hppa_hpux_init_abi): Register observer.
3904         * symfile.c (hp_cxx_exception_support_initialized)
3905         (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3906         (symbol_file_add_main_1, symbol_file_clear): Likewise.
3907
3908 2004-06-14  Randolph Chung  <tausq@debian.org>
3909
3910         * MAINTAINERS (Write After Approval): Alphabetize my entry
3911         correctly.
3912
3913 2004-06-14  Andrew Cagney  <cagney@gnu.org>
3914
3915         * MAINTAINERS (testsuite): List Michael Chastain as the lead
3916         testsuite maintainer.
3917
3918 2004-06-13  Andrew Cagney  <cagney@gnu.org>
3919
3920         * infcmd.c (print_return_value): Fix logic, allow
3921         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3922
3923         * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3924         defining any macros.
3925         * gdbarch.h: Re-generate.
3926
3927         * gdbarch.sh: Delete "level" attribute.  Only check for a macro
3928         redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3929         * gdbarch.h: Re-generate.
3930
3931         * values.c (generic_use_struct_convention): Don't check gcc_p.
3932
3933         * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3934         (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3935         * gdbarch.h, gdbarch.c: Regenerate.
3936         * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) 
3937         (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3938         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3939         deprecated_max_register_raw_size and
3940         deprecated_max_register_virtual_size.
3941         * v850-tdep.c (v850_gdbarch_init): Ditto.
3942         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3943         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3944         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3945         * cris-tdep.c (cris_gdbarch_init): Ditto.
3946
3947         * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3948         * gdbarch.h, gdbarch.c: Re-generate.
3949         * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3950         (m68hc11_use_struct_convention): Delete function.
3951         (m68hc11_extract_struct_value_address): Delete function.
3952         (m68hc11_return_value): New function.
3953         (m68hc11_gdbarch_init): Instead of store_return_value,
3954         extract_return_value, return_value_on_stack,
3955         deprecated_extract_struct_value_address and use_struct_convention,
3956         set return_value.
3957         * values.c (using_struct_return): Do not call
3958         RETURN_VALUE_ON_STACK.
3959         * arch-utils.h (generic_return_value_on_stack_not): Delete
3960         declaration.
3961         * arch-utils.c (generic_return_value_on_stack_not): Delete
3962         function.
3963         
3964 2004-06-12  Andrew Cagney  <cagney@gnu.org>
3965
3966         * values.c (register_value_being_returned): Delete function.
3967         * infcmd.c (legacy_return_value): Delete function.
3968         * infcall.c (call_function_by_hand): Inline
3969         "register_value_being_returned", simplify.
3970         * values.c (using_struct_return): Update comment, refer to
3971         print_return_value instead of register_value_being_returned.
3972         * infcmd.c (print_return_value): Inline calls to
3973         register_value_being_returned and legacy_return_value.  Simplify.
3974
3975 2004-06-11  Randolph Chung  <tausq@debian.org>
3976
3977         * somread.c (som_symtab_read): Exclude gcc local symbols.
3978
3979 2004-06-11  Randolph Chung  <tausq@debian.org>
3980
3981         * infrun.c (handle_inferior_event): Handle the case when a
3982         trampoline ends up in the runtime resolver, and if the trampoline
3983         has no name.  Rearrange the code so that all the trampoline
3984         processing happens before other step-out-of-range handling.
3985
3986 2004-06-11  Martin Hunt  <hunt@redhat.com>
3987
3988         * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3989         has no fpu.
3990
3991 2004-06-10  Andrew Cagney  <cagney@gnu.org>
3992
3993         * blockframe.c (legacy_inside_entry_func): Delete.
3994         (legacy_frame_chain_valid): Inline call to
3995         legacy_inside_entry_func, simplify.
3996
3997 2004-06-10  Bob Rossi  <bob@brasko.net>
3998
3999         * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4000         * dwarf2read.c (partial_die_info): Add dirname field.
4001         (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4002         (read_partial_die): Save away DW_AT_comp_dir.
4003         * defs.h (symtab_to_filename): Removed.
4004         * source.c (find_and_open_source): Added.
4005         (open_source_file): Just calls find_and_open_source.
4006         (symtab_to_filename): Removed.
4007         (symtab_to_fullname, psymtab_to_fullname): Added.
4008         * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4009         * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4010         symtab_to_filename.
4011         * symtab.h (partial_symtab): Add dirname field.
4012         * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4013         (mi_cmd_file_list_exec_source_file): Call new function
4014         symtab_to_fullname to find fullname.
4015         (mi_cmd_file_list_exec_source_files): Added.
4016         * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4017         * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4018
4019 2004-06-10  Andrew Cagney  <cagney@gnu.org>
4020
4021         * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4022         to generic_use_struct_convention, the default value.
4023
4024         * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4025         of abort.
4026
4027         * ns32k-tdep.c (ns32k_push_arguments): New function.
4028         (ns32k_gdbarch_init): Set deprecated_push_arguments.
4029         * infcall.c (call_function_by_hand): Call error instead of
4030         legacy_push_arguments.
4031         * value.h (legacy_push_arguments): Delete declaration.
4032         * valops.c (legacy_push_arguments): Delete function.
4033         (value_push): Delete function.
4034
4035 2004-06-10  Brian Ford  <ford@vss.fsi.com>
4036
4037         * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4038         from corrupting/reinitializing the psymtab.  Support DWARF 2 frame
4039         info.
4040         * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4041
4042 2004-06-10  Andrew Cagney  <cagney@gnu.org>
4043
4044         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4045         * gdbarch.h, gdbarch.c: Re-generate.
4046         * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4047         parameters.
4048         * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4049         * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4050         deprecated_pc_in_call_dummy instead of
4051         DEPRECATED_PC_IN_CALL_DUMMY.
4052         (arm_skip_prologue): Ditto.
4053         * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4054         (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4055         * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4056         (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4057         Ditto.
4058         * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr) 
4059         (sh64_init_extra_frame_info, sh64_get_saved_register) 
4060         (sh64_pop_frame): Ditto.
4061         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4062         * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc) 
4063         (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4064         * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc) 
4065         (h8300_pop_frame): Ditto.
4066         * blockframe.c (legacy_inside_entry_func) 
4067         (legacy_frame_chain_valid): Ditto.
4068         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4069         to deprecated_pc_in_call_dummy.
4070         
4071 2004-06-09  Andrew Cagney  <cagney@gnu.org>
4072
4073         * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4074         provide a default value.
4075         (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4076         * gdbarch.h, gdbarch.c: Re-generate.
4077         * arch-utils.c (generic_convert_register_p): Rename
4078         legacy_convert_register_p
4079         (legacy_register_to_value, legacy_value_to_register): Delete
4080         functions.
4081         * arch-utils.h (generic_convert_register_p): Rename
4082         legacy_convert_register_p.
4083         (legacy_register_to_value, legacy_value_to_register): Delete
4084         declarations.
4085
4086         * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4087         (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4088         (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4089         * gdbarch.h, gdbarch.c: Re-generate.
4090         * infcmd.c (default_print_registers_info): Simplify.
4091         * findvar.c (value_of_register): Simplify.
4092         * mi/mi-main.c (get_register): Simplify.
4093         * arch-utils.c (legacy_convert_register_p): Always return 0.
4094         (legacy_register_to_value, legacy_value_to_register): Always call
4095         internal_error.
4096
4097         * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4098         #ifdef CLEAR_INSN_CACHE code.
4099         * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4100         Delete #ifdef CLEAR_DEFERRED_STORES code.
4101
4102         * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4103
4104         * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4105         copyright.
4106         * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4107
4108         * config/mips/mipsv4.mh: Delete file.
4109
4110         * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4111         unreferenced macro.
4112         (hpread_adjust_stack_address): Delete declaration.
4113
4114 2004-06-08  Andrew Cagney  <cagney@gnu.org>
4115
4116         * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4117         (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4118         PTRACE_ATTACH / PTRACE_DETACH available call error.
4119         (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4120         * infttrace.c (update_thread_state_after_attach, attach, detach):
4121         Remove #ifdef wrappers.
4122         * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4123         * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4124         * config/nm-bsd.h (ATTACH_DETACH): Delete.
4125         * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4126         * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4127         * config/nm-linux.h (ATTACH_DETACH): Delete.
4128         * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4129         * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4130         * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4131         * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4132         * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4133
4134 2004-06-08  Corinna Vinschen  <vinschen@redhat.com>
4135
4136         * configure.in: Set $configdir to the right OS specific value.
4137         Use value when setting $tcldir and $tkdir.
4138         * configure: Regenerate.
4139
4140 2004-06-06  Paul Brook  <paul@codesourcery.com>
4141
4142         * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4143         records.
4144
4145 2004-06-08  Paul N. Hilfinger  <Hilfinger@gnat.com>
4146
4147         * ada-lang.c (lookup_symbol_in_language): New function to allow
4148         re-use of another language's symbol lookup code.  (Placed here
4149         temporarily while Ada support is being integrated into the public
4150         tree).  
4151         (restore_language): New auxiliary function for 
4152         lookup_symbol_in_language.
4153         * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4154         temporarily while Ada support is being integrated into the public
4155         tree).
4156         
4157 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
4158
4159         * Makefile.in (check//%): New.
4160
4161         * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4162         (mn10300_store_return_value): Rewrite.
4163         (mn10300_type_align): New.
4164         (mn10300_use_struct_convention): Rewrite.
4165         (mn10300_return_value): New, using all of the above.
4166         (mn10300_pop_frame_regular): Add saved_regs_size.
4167         (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4168
4169         * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4170         regs if PC is on movm.
4171
4172 2004-06-07  Jim Blandy  <jimb@redhat.com>
4173
4174         Add native Linux support for the PowerPC E500.
4175         * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4176         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4177         all architectures except the E500.
4178         * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4179         #definitions.
4180         (struct gdb_evrregset_t): New type.
4181         (have_ptrace_getsetevrregs): New variable.
4182         (get_spe_registers, read_spliced_spe_reg, fetch_spe_register, 
4183         fetch_spe_registers): New functions.
4184         (fetch_register): Call fetch_spe_register as appropriate.
4185         Assert that we're only passed raw register numbers.
4186         (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4187         Don't fetch gprs if they're pseudoregisters.
4188         (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4189         store_spe_registers): New functions.
4190         (store_register): Call store_spe_register as appropriate.
4191         Assert that we're only passed raw register numbers.
4192         (store_ppc_registers): Call store_spe_registers as appropriate.
4193         Don't store gprs if they're pseudoregisters.
4194         
4195 2004-06-07  Jeff Johnston  <jjohnstn@redhat.com>
4196
4197         * thread-db.c (thread_get_info_callback): Fill in the thread_info
4198         struct if one exists, even if we are dealing with a zombie thread.
4199
4200 2004-06-07  Andrew Cagney  <cagney@gnu.org>
4201
4202         * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4203         * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4204         Rename PC_REQUIRES_RUN_BEFORE_USE.
4205         * breakpoint.c (breakpoint_sals_to_pc): Update.  Wrap reference in
4206         #ifdef.
4207
4208 2004-06-07  Randolph Chung  <tausq@debian.org>
4209
4210         * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4211         unwinding after sp has been saved to the stack but before the end
4212         of the prologue, and after the fp has been modified but before it has
4213         been saved to the stack.
4214         (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer): 
4215         Remove superfluous definitions.
4216         (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4217
4218 2004-06-07  Guy Martin  <gmsoft@gentoo.org>
4219
4220         Committed by Randolph Chung.
4221         * hppa-linux-nat.c: Include the correct version of the header file
4222         depending on the kernel version.
4223
4224 2004-06-06  Randolph Chung  <tausq@debian.org>
4225
4226         * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4227         (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4228
4229 2004-06-06  Randolph Chung  <tausq@debian.org>
4230
4231         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline) 
4232         (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4233         * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4234         * hppa-tdep.c (hppa_symbol_address): New function definition.
4235         * hppa-tdep.h (hppa_symbol_address): New function declaration.
4236
4237 2004-06-06  Randolph Chung  <tausq@debian.org>
4238
4239         * hppa-tdep.h (struct value): Forward declaration.
4240         (gdbarch_tdep): Define tdep find_global_pointer method.
4241         * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4242         associated with the function we are trying to call, and write it
4243         to the gp register.
4244         (hppa32_convert_from_funct_ptr_addr): New function.
4245         (hppa_find_global_pointer): New function.
4246         (hppa_gdbarch_init): Set default find_global_pointer method; set
4247         convert_from_func_ptr_addr method.
4248         * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4249         (hppa_linux_init_abi): Set find_global_pointer method.
4250         * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4251
4252 2004-06-06  Randolph Chung  <tausq@debian.org>
4253
4254         * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4255         to struct value *function.
4256         * gdbarch.c: Regenerate.
4257         * gdbarch.h: Likewise.
4258         * infcall.c (call_function_by_hand): Pass entire function value
4259         to push_dummy_call.
4260
4261         * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4262         (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4263         * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4264         * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4265         * arm-tdep.c (arm_push_dummy_call): Likewise.
4266         * avr-tdep.c (avr_push_dummy_call): Likewise.
4267         * cris-tdep.c (cris_push_dummy_call): Likewise.
4268         * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4269         * frv-tdep.c (frv_push_dummy_call): Likewise.
4270         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4271         * hppa-tdep.c (hppa32_push_dummy_call)
4272         (hppa64_push_dummy_call): Likewise.
4273         * i386-tdep.c (i386_push_dummy_call): Likewise.
4274         * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4275         * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4276         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4277         * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4278         * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4279         * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4280         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4281         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4282         (ppc64_sysv_abi_push_dummy_call): Likewise.
4283         * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4284         (ppc64_sysv_abi_push_dummy_call): Likewise.
4285         * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4286         * s390-tdep.c (s390_push_dummy_call): Likewise.
4287         * sh-tdep.c (sh_push_dummy_call_fpu)
4288         (sh_push_dummy_call_nofpu): Likewise.
4289         * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4290         * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4291         * vax-tdep.c (vax_push_dummy_call): Likewise.
4292
4293 2004-06-04  Jim Blandy  <jimb@redhat.com>
4294
4295         * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4296         gdbarch argument to register_size.
4297
4298         * rs6000-tdep.c (rs6000_store_return_value): Use
4299         regcache_cooked_write_part instead of
4300         deprecated_write_register_bytes.
4301         (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4302         not gdbarch_deprecated_store_return_value.
4303
4304         * ppc-linux-nat.c (store_register, fetch_register): Remove
4305         incorrect assertions.  Simplify and generalize handling of
4306         transfers whose sizes are not multiples of, or less than, sizeof
4307         (PTRACE_XFER_TYPE).
4308
4309 2004-06-04  Jeff Johnston  <jjohnstn@redhat.com>
4310
4311         * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4312         as a new thread event.
4313         * thread-db.c (thread_get_info_callback): If the thread is a
4314         zombie, return TD_THR_ZOMBIE.
4315         (thread_from_lwp): If thread_get_info_callback returns
4316         TD_THR_ZOMBIE, check if the thread is still on the thread list
4317         and return a -1 ptid if not found.
4318         (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4319         change the status to TARGET_WAITKIND_SPURIOUS.
4320
4321 2004-06-03  Corinna Vinschen  <vinschen@redhat.com>
4322
4323         * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4324         double values in little endian mode.
4325
4326 2004-06-02  Albert Chin-A-Young  <china@thewrittenword.com>
4327
4328         Committed by Andrew Cagney.
4329         * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4330         after last enum constant to avoid error from IBM C
4331         compiler.
4332
4333 2004-06-02  Jim Blandy  <jimb@redhat.com>
4334
4335         * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4336         to 'message', and make it local to the lone block that uses it.
4337
4338         * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4339
4340 2004-06-02  Paul N. Hilfinger  <hilfinger@gnat.com>
4341
4342         * ada-exp.y: Update copyright notice.
4343         Include block.h.
4344         
4345         Replace REGNAME, LAST, INTERNAL_VARIABLE with
4346         SPECIAL_VARIABLE and unify the treatment of these cases.
4347
4348         (write_attribute_call0): Remove.
4349         (write_attribute_call1): Remove.
4350         (write_attribute_calln): Remove.
4351         (save_qualifier): Add missing semicolon.
4352
4353         (simple_exp,exp): Decomment (i.e., reactivate) code that was 
4354         temporarily disabled to allow compilation with FSF head version.
4355
4356         (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and 
4357         use individual operators (OP_*) for all attributes.
4358         (exp syntax): Use write_int.
4359         Handle STRING literals with OP_STRING.
4360         (variable syntax): Add limit parameter to calls to 
4361         write_object_renaming.  
4362
4363         (temp_parse_space): New definition to hold entities that need
4364         only live until the next call to ada_parse.
4365         (string_to_operator): Rename fields of ada_opname_table entries.
4366
4367         (write_var_from_sym): Record block.
4368         (write_var_from_name): Minor reformatting.
4369         Make sure saved name is properly encoded in the case of multiple 
4370         matches, and set its language to Ada.
4371         Update comment.
4372         Modify to indicate unresolved name as symbol in the UNRESOLVED 
4373         namespace, allocated in temp_parse_space.
4374         (write_int): New function.
4375
4376         (write_object_renaming): Add max_depth parameter to limit
4377         chains of object renamings.
4378         Handle case where root of renaming expression is itself a renaming.
4379         Use temp_parse_space for temporary name buffer.
4380         Handle renamings to dereferenced pointers (___XEXA suffices).
4381         
4382         (ada_parse, yyerror, string_to_operator, 
4383         write_var_from_sym, write_var_from_name, write_attribute_call0, 
4384         write_attribute_call1, write_attribute_calln, 
4385         write_object_renaming): Protoize.
4386
4387         (_initialize_ada_exp): New function.
4388         
4389         * ada-lang.c: Update copyright notice.
4390         General terminology change to conform to GNAT compiler usage:
4391         mangle => encode, demangle => decode
4392         Include gdb_obstack.h.
4393         Include gdb_regex.h
4394         Include frame.h
4395         Include hashtab.h
4396         Include completer.h
4397         Include gdb_stat.h
4398         Include block.h
4399         Include infcall.h
4400         
4401         (ADA_RETAIN_DOTS): Make sure this is defined.
4402         (TRUNCATION_TOWARDS_ZERO): Define.
4403         (struct string_vector): Define.
4404         (unresolved_names): Remove definition.
4405         (xnew_string_vector): New function.
4406         (string_vector_append): New function.
4407         (extract_string): Make static.
4408         (ada_unqualified_name): New function.
4409         (add_angle_brackets): New function.
4410         (function_name_from_pc): New function.
4411         (place_on_stack): Rename to ensure_lval.
4412
4413         (ensure_lval): Renamed from place_on_stack.
4414         Make identity on lvals.
4415         Update comment.
4416         (is_nonfunction): New interface.
4417         Only symbols in LOC_CONST class can be enumerals.
4418         (fill_in_ada_prototype): Remove; now independent of language.
4419         (add_defn_to_vec): Add obstack and symtab arguments.
4420         Use obstack to hold collected definitions.
4421         (num_defns_collected): New function.
4422         (defns_collected): New function.
4423         (ada_resolve_subexp): Rename to resolve_subexp.
4424         (resolve_subexp): Renamed from ada_resolve_subexp.
4425         (ada_op_name): Return non-const result.
4426         (ada_decoded_op_name): Renamed from ada_op_name, now used for
4427         other purposes.
4428
4429         (to_fixed_array_type): Add declaration.
4430         (coerce_unspec_val_to_type): Remove offset parameter.
4431         (find_sal_from_funcs_and_line): New interface.
4432         (find_line_in_linetable): Ditto.
4433
4434         (all_sals_for_line): Rename to ada_sals_for_line and make
4435         global.
4436         Add new parameter. When set, do not ask the user to choose the 
4437         instance, but use the first one found instead.
4438         Use given line number in returned sals.
4439         Fix comment. 
4440         Skip the prologue if funfirstline is set.
4441         Correct for memory leak when 0 lines found.
4442
4443         (value_pos_atr): Use pos_atr.
4444         (pos_atr): New function.
4445         (standard_lookup): Add block parameter.
4446
4447         (makeTimeStart): Remove declaration and uses.
4448         (makeTimeStop): Remove declaration and uses.
4449
4450         (ada_completer_word_break_characters): Allow for VMS.
4451         (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4452         (raise_sym_name): New constant.
4453         (raise_unhandled_sym_name): New constant.
4454         (raise_assert_sym_name): New constant.
4455         (process_raise_exception_name): New constant.
4456         (longest_exception_template): New constant.
4457         (warning_limit): New variable to limit warnings during expression
4458         evaluation.
4459         (warnings_issued): New variable to keep track of warnings issued.
4460         (known_runtime_file_name_patterns): New constant.
4461         (known_auxiliary_function_name_patterns): New constant.
4462         (symbol_list_obstack): New variable.
4463         
4464         (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4465         ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4466         lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4467         find_sal_from_funcs_and_line, ada_breakpoint_rewrite, 
4468         ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field, 
4469         ada_variant_discrim_name, field_alignment, dynamic_template_type,
4470         ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type): 
4471         Replace use of deprecated STREQ and STREQN macros by calls to strncmp 
4472         and strcmp. 
4473
4474         (ada_get_field_index): New function.
4475         (lim_warning): New function.
4476         (ada_translate_error_message): New function.
4477         (MAX_OF_SIZE): New function.
4478         (MIN_OF_SIZE): New function.
4479         (UMAX_OF_SIZE): New function.
4480         (UMIN_OF_SIZE): New function.
4481         (discrete_type_high_bound): New function.
4482         (discrete_type_low_bound): New function.
4483         (base_type): New function.
4484         (do_command): Remove.
4485         
4486         (ada_update_initial_language): Use language_ada, not language_unknown.
4487         (ada_encode): Renamed from ada_mangle.
4488         Obey ADA_RETAIN_DOTS.
4489         (ada_decode): Renamed from ada_demangle.
4490         Update coding conventions.
4491         (decoded_names_store): New hash table.
4492         (ada_decode_symbol): New function.
4493         (ada_la_decode): New function.
4494         
4495         (modify_general_field): Correct computations of offset and bit 
4496         position.
4497         (desc_base_type): Handle ref types, too.
4498         (ada_is_direct_array_type): New function.
4499
4500         (ada_is_simple_array): Rename to ada_is_simple_array_type.
4501         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4502         (ada_is_bogus_array_descriptor,ada_type_of_array,
4503         ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4504         ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed 
4505         ada_is_array_descriptor_type.
4506         
4507         (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4508         (ada_is_packed_array_type): Handle pointers or 
4509         references to packed arrays as well.
4510         (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4511         (decode_packed_array_type): Search for the packed array type 
4512         symbol in the currently selected block and associated 
4513         superblocks too.
4514         Use lookup_symbol again.
4515
4516         (decode_packed_array): Handle pointers and references.
4517         Update call to coerce_unspec_val_to_type.
4518         (decode_packed_array_type,value_subscript_packed): Limit warnings.
4519         (ada_value_primitive_packed_val): Improve comment.
4520         
4521         (ada_index_type): Substitute int type for "undefined".
4522         (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4523         ada_array_langth, ada_is_string_type): Use renamed 
4524         ada_is_simple_array_type.
4525         (empty_array): New function.
4526
4527         (ada_resolve):  Rename to resolve.
4528         (resolve): Make static.
4529         Call renamed resolve_subexp.
4530         Update comment.
4531         (ada_resolve_subexp): Rename to resolve_subexp.
4532         (resolve_subexp): Update comment.
4533         Decomment disabled code.
4534         Add LOC_COMPUTED* cases.
4535         Modify to use temporary struct symbols (marked as being in 
4536         UNDEF_NAMESPACE) to indicate unresolved names, instead of 
4537         OP_UNRESOLVED_VALUE.
4538         Remove OP_ATTRIBUTE; use individual opcodes for attributes.     
4539         Add OP_STRING case.
4540         Remove OP_ARRAY.
4541         Use SYMBOL_PRINT_NAME instead of ada_demangle.
4542         Use new ada_lookup_symbol_list interface.
4543         Use new ada_resolve_function interface.
4544         Remove OP_TYPE case.
4545
4546         (ada_args_match): Idiot proof against null actuals.
4547         Use intermediate variables to clarify.
4548         (ada_resolve_function): Update comment and interface.
4549         (mangled_ordered_before): Rename to encoded_ordered_before and
4550         update comment.
4551         (sort_choices): Update comment and interface.
4552         Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4553         (user_select_syms): New interface.
4554         Use new sort_choices interface.
4555         Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4556         (possible_user_operator_p): Idiot-proof against null values.
4557         (ada_simple_renamed_entity): Don't make cleanup; rely on 
4558         caller to free result string.
4559         Remove const from return type.
4560         (make_array_descriptor): Rename uses of place_on_stack to 
4561         ensure_lval.
4562         Make sure that arrays are on stack.
4563         
4564         (HASH_SIZE): Define.
4565         (struct cache_entry): Define.
4566         (cache_space): Define.
4567         (cache): Define.
4568         (clear_ada_sym_cache): New function.
4569         (find_entry): New function.
4570         (lookup_cached_symbol): New function.
4571         (defn_vector_size): Define.
4572         (cache_symbol): New function.
4573         (defn_symbols): Remove.
4574         
4575         (standard_lookup): Use lookup_symbol_in_language to get effect of
4576         C lookup.
4577         Cache results.
4578         
4579         (symbol_completion_match): New function.
4580         (symbol_completion_add): New function.
4581         (ada_make_symbol_completion_list): New function.
4582
4583         (ada_lookup_partial_symbol,ada_lookup_simple_minsym, 
4584         add_symbols_from_enclosing_procs,remove_extra_symbols): Replace 
4585         DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME. 
4586         (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4587         
4588         (ada_lookup_simple_minsym): New function.
4589         (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4590
4591         (add_symbols_from_enclosing_procs): New interface.
4592         Conditionalize more helpfully.
4593         Don't bother if program isn't running.
4594         Use new interface to get_frame_block.
4595         Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4596         
4597         (remove_extra_symbols): New interface.
4598         (xget_renaming_scope): New function.
4599         (is_package_name): New function.
4600         (renaming_is_visible): New function.
4601         (remove_out_of_scope_renamings): New function.
4602
4603         (ada_lookup_symbol_list): New interface.
4604         Properly reinitialize the symbol list obstack.
4605         Don't call add_symbols_from_enclosing_procs if we start from a
4606         static or global block.
4607         Use new interfaces to ada_add_block_symbols, add_defn_to_vec, 
4608         add_symbols_from_enclosing_procs.
4609         Add symtab data to cached entries.
4610         Handle symbols prefixed with
4611         "standard__" specially; strip prefix and don't look in local symbols.
4612         Do not include out of scope renaming symbols in list of 
4613         symbols returned.
4614         Add const to block parameter.
4615         Move check for non-local, non-global symbols earlier.  
4616         Remove timing stuff.
4617         (ada_lookup_symbol): New interface.
4618         Find symtab as well.
4619         (ada_lookup_symbol_nonlocal): New function.
4620
4621         (is_name_suffix): Enhance suffix detection to recognize
4622         an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4623         (is_dot_digits_suffix): New function.
4624         (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4625         
4626         (ada_add_block_symbols): New interface.  Use obstack to return results
4627         in a vector of struct ada_symbol_infos.  Add symtab argument.
4628         Use new interface to add_defn_to_vec.
4629         Remove calls to fill_in_ada_prototype.
4630         Use BLOCK_BUCKETS, BLOCK_BUCKET.
4631         
4632         (ada_finish_decode_line_1): Add const qualification to local to fix
4633         warning.
4634         Start looking in static block for functions to avoid attempts 
4635         to search frame chain for up-level variables.
4636         Adapt to new ada_sals_for_line interface.
4637         Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4638         Handle quoting of the function name inside the spec string.
4639         Skip prologue when funfirstline is set and update the 
4640         function documentation to that effect.
4641
4642         (debug_print_lines, debug_print_block, debug_print_blocks, 
4643         debug_print_symtab): Remove.
4644
4645         (ada_main_name): New function.  
4646         (ada_exception_breakpoint_type): New function.
4647         (is_known_support_routine): New function.
4648         (ada_find_printable_frame): Renamed from find_printable_frame and made
4649         global.
4650         Remove level parameter.
4651         Use new interface to select_frame.
4652
4653         (begin_command): Remove.
4654         (ada_adjust_exception_stop): New function.
4655         (ada_print_exception_stop): New function.
4656         (exception_name_from_cond): New function.
4657         (ada_report_exception_break): Replace disabled code with 
4658         conditionalization on GNAT_GDB.
4659         Get the exception name from the condition string.
4660         Remove and move functionality into new functions 
4661         ada_print_exception_breakpoint_task and 
4662         ada_print_exception_breakpoint_nontask.
4663         (error_breakpoint_runtime_sym_not_found): New function.
4664         (is_runtime_sym_defined): New function.
4665         (ada_breakpoint_rewrite): Uncomment suppressed code.
4666         Use symbolic error-message and runtime-symbol names.
4667         Surround runtime symbol names in quotes.
4668         Allow non-specific breakpoints on exceptions and assertions before
4669         program starts.
4670         
4671         (ada_is_tagged_type): Add parameter.
4672         (ada_is_tag_type): New function.
4673         (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4674         (ada_variant_discrim_type): Ditto.
4675         (value_tag_from_contents_and_address): New function.
4676         (type_from_tag): New function.
4677         (struct tag_args): New structure used to communicate with
4678         ada_tag_name_1.
4679         (ada_tag_name_1): New function.
4680         (ada_tag_name): New function.
4681
4682         (ada_scan_number): Update comment.
4683         (find_struct_field): New function.
4684         (ada_search_struct_field): Make static.
4685         (ada_value_struct_elt): New version that returns references when
4686         given pointers or references to structs.
4687         (ada_lookup_struct_elt_type): Add 'refok' parameter.
4688         (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4689         interface.
4690         (ada_value_ind): Use new ada_to_fixed_value interface.
4691         (ada_coerce_ref): Ditto.
4692         (field_offset): Remove.
4693
4694         (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4695         (ada_find_renaming_symbol): New function.
4696         (ada_prefer_type): Prefer named types over unnamed ones.
4697         (variant_field_index): New function.
4698         (contains_variant_part): Removed: subsumed by variant_field_index.
4699         (ada_template_to_fixed_record_type): New function, mostly from
4700         template_to_fixed_record_type.
4701         (template_to_fixed_record_type): 
4702         Do not scan the type fields beyond the last one; prevents a 
4703         potential SEGV.
4704         Handle case where variant field is listed BEFORE discriminant it 
4705         depends on.
4706         Fix calculation of record length when bit length is 
4707         not evenly divisible by char length.
4708         Move code to ada_template_to_fixed_record_type and call it.
4709
4710         (template_to_static_fixed_type): Revise comment.  
4711         Modify to work on ordinary record types as well as templates, 
4712         so as to handle fields that use ___XVE or ___XVU encodings. 
4713         (to_record_with_fixed_variant_part): Fill out comment.
4714         Initialize C++ stuff in right type.
4715         Allow case where DVAL is null.
4716         Handle case where variant field is not last.
4717         Fix typo concerning record length.
4718         (to_fixed_record_type): Decomment disabled code.
4719         (to_fixed_record_type): Use variant_field_index instead of 
4720         contains_variant_part.
4721         (to_fixed_variant_branch_type): Ditto.
4722         (to_fixed_array_type): Decomment disabled code.
4723         (ada_to_fixed_type): Convert tagged types to the specific type.
4724         Deactivate the size-check for array types in order to avoid 
4725         some false size alarms.
4726         (to_static_fixed_type): Decomment disabled code.
4727         Modify to call template_to_static_fixed_type
4728         on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4729         (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4730         Remove valaddr argument, as it is never really used.
4731         (ada_to_fixed_value): Change interface to act on single struct value*
4732         operand.
4733         (adjust_pc_past_prologue): New function.
4734         (ada_attribute_name): Modify to take enum exp_opcode argument.
4735                 
4736         (ada_enum_name): Recognize new homonym-distinguishing convention.
4737         Adjust local variable's type to remove compiler warning.
4738         Fix a small problem in the part that unqualifies the enumeration name.
4739         (ada_value_binop): New function.
4740         (ada_value_equal): New function.
4741
4742         (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4743         Don't give error message when not doing normal evaluation 
4744         and a tagged type doesn't seem to contain a structure member.
4745         Give error message for packed arrays.
4746         For indexing arrays, handle pointers to packed arrays correctly.
4747         Handle case of 'first and 'last attributes of bare integral type 
4748         without encoded subtype info.  
4749         Remove some unnecessary casts.
4750         Fix uninitialized value of type in computing 'first, 'last, or 'length
4751         of array object.  
4752         Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4753         Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4754         calls.
4755         Attributes are now exp_opcode values.
4756         Correct treatment of 'modulus.
4757         Better error message for taking 'length of wrong kind of type; 
4758         improve comment.
4759         Change EVAL_NORMAL to noside for consistency.
4760         Use ada_value_binop for DIV, MOD, REM.
4761         Make special case out of array of length 0, since an argument 
4762         of 0 upsets some platforms' malloc.
4763         Use OP_STRING instead of OP_ARRAY.
4764         For slice, add check that we have an array type before extracting 
4765         a slice out of it.  Avoids a SEGV.
4766         When evaluating an array slice, if the array type is a reference to 
4767         an aligner type, then replace the aligner type by the actual type.
4768         Decomment disabled code.
4769         Remove some dead code.
4770         Use temporary struct symbols (marked as being in UNDEF_NAMESPACE) 
4771         to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4772         Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE, 
4773         and UNOP_MBR to UNOP_IN_RANGE.
4774         If an array type has a parallel ___XVE type, then use it.
4775         Turn arrays into pointers for lvalue arrays.
4776         Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4777         bounds error and handle 0-length slices.
4778         Use lim_warning.
4779         When selecting fields, apply ada_to_fixed_value (because the fields 
4780         might have ___XVU or ___XVE encodings even if not dynamic.)
4781         Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4782         (ada_is_system_address_type): New function.
4783
4784         (get_var_value): Use new interface to ada_lookup_symbol_list.
4785         (get_int_var_value): New interface.
4786         (to_fixed_range_type): Allow unknown bound, with warning.
4787         (ada_is_modular_type): Decomment disabled code.
4788         (ADA_OPERATORS): New definition.
4789         (ada_operator_length): New function.
4790         (ada_expr_op_name): New function.
4791         (ada_forward_operator_length): New function.
4792         (ada_dump_subexp_body): New function.
4793         (ada_print_subexp): New function.
4794         (ada_exp_descriptor): New constant.
4795         (ada_op_print_tab): Add 'size.  Remove FIXMEs.
4796         (ada_language_defn): Add ada_exp_descriptor entry.
4797         Change ada_parse => parse.
4798         Add post-parser entry.
4799         Use ada-specific non-local symbol lookup.
4800         Don't use C-style arrays. 
4801         String lower-bound is 1.
4802         Decomment disabled code.        
4803         (parse): New function.
4804         New fields ada_translate_error_message, ada_lookup_symbol, 
4805         ada_lookup_minimal_symbol.
4806         
4807         * ada-lang.h: Update copyright dates.
4808         Replace the mangle/demangle terminology throughout by the
4809         more appropriate encode/decode one. 
4810         Include breakpoint.h.
4811         Forward declare struct partial_symbol, struct block.
4812         (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4813         (EXTRACT_ADDRESS): Remove.
4814         (EXTRACT_INT): Remove.
4815         (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4816         (MAX_ENCLOSING_FRAME_LEVELS): Define.
4817         (MAX_RENAMING_CHAIN_LENGTH): Define.
4818         (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4819
4820         (enum task_states): Remove.
4821         ada_task_states: Remove.
4822         (fat_string): Remove.
4823         (struct entry_call): Remove.
4824         (struct task_fields): Remove.
4825         (struct task_entry): Remove.
4826
4827         (struct ada_symbol_info): Define.
4828         (enum ada_attribute): Remove.
4829         (enum ada_operator): Define.
4830         
4831         (ada_get_field_index): Declare.
4832         (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4833         (ada_is_simple_array): Rename to ada_is_simple_array_type.
4834         (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4835         (ada_lookup_symbol_list): New interface.
4836         (ada_decode_symbol): Declare.
4837         (ada_decode): Declare.
4838         (ada_lookup_symbol): New interface.
4839         (ada_update_initial_language): Declare.
4840         (ada_lookup_simple_minsym): Declare.
4841         (user_select_syms): New interface.
4842         (ada_sals_for_line): Declare.
4843         (ada_is_tagged_type): New interface.
4844         (ada_tag_name): Declare.
4845         (ada_lookup_struct_elt_type): Remove declaration.
4846         (ada_search_struct_field): Remove declaration.
4847         (ada_attribute_name): New interface.
4848         (ada_is_system_address_type): Declare.
4849         (ada_to_fixed_value): Remove declaration.
4850         (ada_template_to_fixed_record_type_1): Declare.
4851         (get_int_var_value): New interface.
4852         (ada_find_any_symbol): Declare.
4853         (ada_find_renaming_symbol): Declare.
4854         (ada_mangle): Rename to ada_encode.
4855         (ada_simple_renamed_entity): Remove const.
4856         (ada_main_name): Declare.
4857         (get_current_task): Rename to ada_get_current_task.
4858         (get_entry_number): Remove declaration.
4859         (ada_report_exception_break): Remove declaration.
4860         (ada_print_exception_breakpoint_nontask): Declare.
4861         (ada_print_exception_breakpoint_task): Declare.
4862         (ada_find_printable_frame): Declare.
4863
4864         * ada-lex.l: Update copyright notices.
4865         Use xmalloc and xfree instead of malloc and free.
4866         Use new interface to name_lookup.
4867         Use new interface to 
4868         ada_mangle=>ada_encode.
4869         Redo handling of '$...' variable to parallel current treatment 
4870         in c-exp.y.  
4871         (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4872         digit_to_int, strtoulst, processInt, processReal, processId, 
4873         block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4874         yywrap): Protoize.
4875         
4876         (processInt): Use cast to remove harmless warning.
4877         (processReal): Modify to get rid of compiler warning on scan formats.
4878
4879         (processId): Replace xmalloc with obstack_alloc for name and remove
4880         call to ada_name_string_cleanup.
4881         Remove obsolete disabled code.
4882         (name_lookup): Ditto. 
4883         New interface.
4884         Use obsavestring on temp_parse_space instead of savestring 
4885         on name, and remove call to ada_name_string_cleanup.  
4886         Free string returned from ada_simple_renamed_entity.
4887         Use new interface to ada_lookup_symbol_list.
4888         Decomment disabled code.
4889         Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables, 
4890         not types.
4891         When a type name lookup succeeds as a result of 
4892         lookup_primitive_typename, check for regular type entry that has not 
4893         yet been read in.
4894         Limit length of chain of renamed symbols we are willing to follow.  
4895         Do not break names beginning with "standard__" into segments.  
4896         (block_lookup): Use new interface to ada_lookup_symbol_list.
4897         
4898         * ada-typeprint.c: Update copyright notice.
4899         (demangled_type_name): Rename to decoded_type_name.
4900         (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4901         (print_range_bound):  Correct handling of negative
4902         bounds that make the index type looked unsigned under STABS.  
4903         (print_dynamic_range_bound): Use new interface to get_int_var_value.
4904         (print_range_type_named):  Use the builtin int type if no type 
4905         corresponding to the given type name could be found.
4906         (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4907         Add some bullet-proofing.
4908         (print_variant_clauses): Allow for variant branches with ___XVU 
4909         encodings that are not dynamic fields.  
4910         Use new interface to ada_is_tagged_type.
4911         (print_record_type): Allow for fields with ___XVE encodings that 
4912         are not dynamic fields. 
4913         Use new interface to ada_is_tagged_type.
4914         (ada_print_type): ada_is_array_descriptor => 
4915         ada_is_array_descriptor_type.
4916
4917         * ada-valprint.c: Update copyright notice.
4918         Include gdb_string.h
4919         Include infcall.h
4920         (ui_memcpy): New function.
4921         (ada_print_floating): New function.
4922         (ada_print_str): Order arguments correctly.
4923         Correct handling of empty arrays and arrays of 0-length items. 
4924         ada_is_array_descriptor => ada_is_array_descriptor_type 
4925         Print values of type System.Address in hexadecimal format.
4926         Use ada_print_floating to print floating-point numbers in Ada format.
4927         Print class tag values with type names.  
4928         No longer print the address of reference values. Avoids 
4929         a potential confusion.  
4930         (ada_value_print): Stop printing the object type for reference
4931         values, but preserve that behavior for access types. Avoids
4932         a potential confusion.
4933         Simplify one conditional expression, as the first part is now
4934         necessarily true.
4935         ada_is_array_descriptor => ada_is_array_descriptor_type 
4936         Add check for arrays for null records, and print them by hand.
4937         
4938 2004-06-01  Jim Blandy  <jimb@redhat.com>
4939
4940         * ppc-tdep.h: Delete unused 'regoff' member.
4941         * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4942
4943 2004-06-01  Michael Chastain  <mec.gnu@mindspring.com>
4944
4945         Fix PR symtab/1661.
4946         * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4947         (hpread_read_struct_type): Likewise.
4948
4949 2004-06-01  Andrew Cagney  <cagney@gnu.org>
4950
4951         * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4952         instead of xasprintf.
4953         * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt) 
4954         (mi_cmd_thread_select, mi_cmd_thread_list_ids) 
4955         (mi_cmd_data_list_register_names) 
4956         (mi_cmd_data_list_changed_registers) 
4957         (mi_cmd_data_list_register_values) 
4958         (get_register, mi_cmd_data_write_register_values) 
4959         (mi_cmd_data_write_register_values) 
4960         (mi_cmd_data_assign, mi_cmd_data_evaluate_expression) 
4961         (mi_cmd_target_download, mi_cmd_target_select) 
4962         (mi_cmd_data_read_memory, mi_cmd_data_write_memory) 
4963         (mi_execute_cli_command, mi_execute_async_cli_command) 
4964         (mi_execute_async_cli_command): Ditto.
4965         * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4966         * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4967
4968         * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4969         * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4970         error_last_message instead of mi_error_last_message.
4971         * mi/mi-main.c (mi_error_last_message): Delete function.
4972
4973         * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4974         "invalid number of columns" error.  Delete redundant "out of
4975         memory" check.
4976
4977 2004-05-31  Mark Kettenis  <kettenis@gnu.org>
4978
4979         * i386bsd-nat.c: Don't include <sys/procfs.h>.
4980         (gregset_t, fpregset_t): Remove typedefs.
4981         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4982         (REG_OFFSET): Rename argument.
4983         (i386bsd_r_reg_offset): Rename from reg_offset.
4984         (REG_ADDR): Remove macro.
4985         (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4986         functions.
4987         (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4988         (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4989         instead of gregset_t and fpregset_t.  Use i386bsd_supply_gregset
4990         instead of supply_gregset.
4991         (store_inferior_registers): Use `struct reg' and `struct fpreg'
4992         instead of gregset_t and fpregset_t.  Use i386bsd_collect_gregset
4993         instead of fill_gregset.
4994         (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4995
4996         * i386bsd-nat.c: Don't include "gregset.h".
4997         (supply_gregset, fill_gregset): Make static.
4998         (supply_fpregset, fill_fpregset): Remove.
4999         * Makefile.in (i386bsd-nat.o): Update dependencies.
5000
5001 2004-05-30  Mark Kettenis  <kettenis@gnu.org>
5002
5003         * fbsd-proc.c: Include "regcache.h", "regset.h" and
5004         "gdb_assert.h".  Con't include "gregset.h".
5005         (fbsd_make_corefile_notes): Use regset-based core file support
5006         instead off fill_gregset and fill_fpregset.
5007         * Makefile.in (fbsd-proc.o): Update dependencies.
5008
5009         * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5010         instructions.
5011         (m88k_frame_prev_register): Simplify code a bit.
5012
5013         * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5014         (amd64_collect_fpregset): New function.
5015         (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5016
5017         * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5018
5019         * i386-tdep.c (i386_supply_gregset): Adjust comment.
5020         (i386_collect_gregset): New function.
5021         (i386_supply_fpregset): Adjust comment.
5022         (i386_collect_fpregset): New function.
5023         (i386_regset_from_core_section): Use i386_collect_gregset and
5024         i386_collect_fpregset.
5025
5026         * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5027         handle VALUEP being null.
5028
5029         * regset.h (collect_regset_ftype): Unconstify fourth argument.
5030
5031 2004-05-29  Mark Kettenis  <kettenis@gnu.org>
5032
5033         * MAINTAINERS: Undelete m88k.  Add myself as maintainer.
5034
5035         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5036         assembler in OpenBSD 3.5-current.
5037         (amd64obsd_sigcontext_addr): Likewise.
5038
5039 2004-05-28  Jim Blandy  <jimb@redhat.com>
5040
5041         * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5042         register set, so our regcache isn't declared "legacy" and our E500
5043         pseudoregister read and write functions aren't ignored.
5044         (rs6000_register_byte, rs6000_register_raw_size,
5045         rs6000_register_virtual_type, rs6000_register_convertible,
5046         rs6000_register_convert_to_virtual,
5047         rs6000_register_convert_to_raw): Deleted.
5048         (rs6000_register_type, rs6000_convert_register_p,
5049         rs6000_register_to_value, rs6000_value_to_register): New
5050         functions.
5051         (rs6000_gdbarch_init): Don't register
5052         gdbarch_deprecated_register_size,
5053         gdbarch_deprecated_register_bytes,
5054         gdbarch_deprecated_register_byte,
5055         gdbarch_deprecated_register_raw_size,
5056         gdbarch_deprecated_register_virtual_type,
5057         gdbarch_deprecated_register_convertible,
5058         gdbarch_deprecated_register_convert_to_virtual, or
5059         gdbarch_deprecated_register_convert_to_raw methods.  Instead,
5060         register gdbarch_register_type, gdbarch_convert_register_p,
5061         gdbarch_register_to_value, and gdbarch_value_to_register methods.
5062
5063 2004-05-26  Jim Blandy  <jimb@redhat.com>
5064
5065         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5066         (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5067         functions, updated to match the register numberings used in GCC.
5068         (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5069         rs6000_dwarf2_reg_to_regnum as register number conversions
5070         functions for STABS and Dwarf2.
5071
5072 2004-05-26  Randolph Chung  <tausq@debian.org>
5073
5074         * infttrace.h (target_waitkind): Forward declare type instead of pulling
5075         in header file.
5076
5077 2004-05-25  Joel Brobecker  <brobecker@gnat.com>
5078
5079         * NEWS: Document new "start" command.
5080
5081 2004-05-25  Randolph Chung  <tausq@debian.org>
5082
5083         * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5084         hppa-linux.
5085
5086 2004-05-25  Randolph Chung  <tausq@debian.org>
5087
5088         * hppa-hpux-tdep.c (offsetof): Define.
5089         (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5090         (hppa32_hpux_frame_base_before_sigtramp)
5091         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5092         (hppa64_hpux_frame_saved_pc_in_sigtramp)
5093         (hppa64_hpux_frame_base_before_sigtramp)
5094         (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused 
5095         functions.
5096         (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5097         (hppa_hpux_sigtramp_frame_unwind_cache)
5098         (hppa_hpux_sigtramp_frame_this_id)
5099         (hppa_hpux_sigtramp_frame_prev_register)
5100         (hppa_hpux_sigtramp_frame_unwind)
5101         (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5102         (hppa_hpux_init_abi): Register sigtramp unwinder.
5103         * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5104
5105 2004-05-25  Randolph Chung  <tausq@debian.org>
5106
5107         * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5108         and multiple stack unwinds.
5109         (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5110
5111 2004-05-25  Andrew Cagney  <cagney@gnu.org>
5112
5113         * symfile.h (symbol_file_add_from_memory): Delete declaration.
5114         * symfile-mem.h: Delete file.
5115         * symfile-mem.c: Do not include "symfile-mem.h".
5116         (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5117         "struct bfd_section".  When an error do not bother returning NULL.
5118         (add_symbol_file_from_memory_command): Use "struct bfd" and
5119         "struct bfd_section".
5120         * Makefile.in (symfile_mem_h): Delete.
5121         (symfile-mem.o): Update dependencies.
5122
5123 2004-05-25  Nick Roberts  <nickrob@gnu.org>
5124
5125         * gdb-mi.el: New file.
5126
5127 2004-05-25  Andrew Cagney  <cagney@gnu.org>
5128
5129         * inftarg.c: Include "observer.h".
5130         (child_attach, child_create_inferior): Notify inferior_created.
5131         * corelow.c: Include "observer.h".
5132         (core_open): Notify inferior_created.
5133         * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5134
5135 2004-05-25  Andrew Cagney  <cagney@gnu.org>
5136
5137         * target.h (struct target_ops): Add from_tty to
5138         to_create_inferior.
5139         (target_create_inferior, find_default_create_inferior): Update.
5140         * infcmd.c (run_command): Update.
5141         * wince.c (child_create_inferior): Update.
5142         * win32-nat.c (child_create_inferior): Update.
5143         * uw-thread.c (uw_thread_create_inferior): Update.
5144         * thread-db.c (thread_db_create_inferior): Update.
5145         * target.c (debug_to_create_inferior) 
5146         (find_default_create_inferior): Update.
5147         (maybe_kill_then_create_inferior): Update.
5148         * sol-thread.c (sol_thread_create_inferior): Update.
5149         * remote.c (extended_remote_async_create_inferior) 
5150         (extended_remote_create_inferior): Update.
5151         * remote-vx.c (vx_create_inferior): Update.
5152         * remote-st.c (st2000_create_inferior): Update.
5153         * remote-sim.c (gdbsim_create_inferior): Update.
5154         * remote-sds.c (sds_create_inferior): Update.
5155         * remote-rdp.c (remote_rdp_create_inferior): Update.
5156         * remote-rdi.c (arm_rdi_create_inferior): Update.
5157         * remote-m32r-sdi.c (m32r_create_inferior): Update.
5158         * remote-e7000.c (e7000_create_inferior): Update.
5159         * procfs.c (procfs_create_inferior): Update.
5160         * ocd.c (ocd_create_inferior): Update.
5161         * ocd.h (ocd_create_inferior): Update.
5162         * nto-procfs.c (procfs_create_inferior): Update.
5163         * monitor.c (monitor_create_inferior): Update.
5164         * lin-lwp.c (lin_lwp_create_inferior): Update.
5165         * inftarg.c (child_create_inferior): Update.
5166         * hpux-thread.c (hpux_thread_create_inferior): Update.
5167         * gnu-nat.c (gnu_create_inferior): Update.
5168
5169 2004-05-25  Andrew Cagney  <cagney@gnu.com>
5170
5171         * MAINTAINERS: Update e-mail address.
5172
5173 2004-05-24  Randolph Chung  <tausq@debian.org>
5174
5175         * thread.c (info_threads_command, thread_apply_all_command)
5176         (thread_apply_command, thread_command, do_captured_thread_select):
5177         Remove HPUXHPPA-specific code.
5178
5179 2004-05-24  Randolph Chung  <tausq@debian.org>
5180
5181         * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5182         unused symbols.
5183         * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5184         references.
5185
5186 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
5187
5188         * infcmd.c (kill_if_already_running): New function, extracted
5189         from run_command().
5190         (run_command): Replace extracted code by call to
5191         kill_if_already_running().
5192         (start_command): New function.
5193         (_initialize_infcmd): Add "start" command.
5194
5195 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
5196
5197         Add OpenBSD/m88k support.
5198         * NEWS (New native configurations): Mention OpenBSD/m88k.
5199         * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5200         config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5201         * Makefile.in (m88k_tdep_h): New variable.
5202         (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5203         (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5204         * configure.host: Add m88*-*-openbsd*.
5205         * configure.tgt: Add m88*-*-openbsd*.
5206
5207 2004-05-24  Jim Blandy  <jimb@redhat.com>
5208
5209         * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5210         to approve changes.
5211
5212 2004-05-24  Kevin Buettner  <kevinb@redhat.com>
5213
5214         * symtab.c (fixup_section): Search section table when lookup by
5215         name fails.
5216
5217 2004-05-24  Randolph Chung  <tausq@debian.org>
5218
5219         * hppa-tdep.c: Fix handling of 8-byte structures; they should not 
5220         be "small_struct".
5221
5222 2004-05-24  Mark Kettenis  <kettenis@gnu.org>
5223
5224         * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5225         register number in regcache_raw_collect call.
5226         (m68kbsd_collect_fpregset): Likewise.
5227         * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5228
5229         * regset.h (struct regset): Add back `regset' member.
5230
5231 2004-05-23  Mark Kettenis  <kettenis@gnu.org>
5232
5233         * configure.in: Check for td_pcb in `struct thread'.
5234         * configure, config.in: Regenerated.
5235
5236         * dpx2-nat.c: Remove file.
5237         * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5238         (dpx2-nat.o): Remove dependencies.
5239
5240         * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5241         <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5242         (amd64obsd_supply_pcb): New function.
5243         (_initialize_amd64obsd_nat): Enable libkvm interface.
5244         * Makefile.in (amd64obsd-nat.o): Update dependencies.
5245         * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5246         (LOADLIBES): New variable.
5247
5248         * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5249         <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5250         (sparc32nbsd_supply_pcb): New function.
5251         (_initialize_sparcnbsd_nat): Enable libkvm interface.
5252         * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5253         * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5254         (LOADLIBES): New variable.
5255
5256 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
5257
5258         * bsd-kvm.c, bsd-kvm.h: New files.
5259         * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5260         "bsd-kvm.h".
5261         (i386fbsd_supply_pcb): New function.
5262         * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5263         (i386fbsd-nat.o): Update dependencies.
5264         (bsd_kvm_h): New variable.
5265         (bsd-kvm.o): New dependency.
5266         * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5267         (LOADLIBES): New variable.
5268
5269         * regset.c: Tweak comment.
5270         (regset_alloc): Remove descr argument.  Use GDBARCH_OBSTACK_ZALLOC
5271         macro.
5272         * regset.h: Update copyright year.
5273         (struct regset): Remove `descr' member, add `gdbarch' member.
5274         (regset_alloc): Adjust prototype and comment.
5275         * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5276         (i386_supply_fpregset): Likewise.
5277         (i386_regset_from_core_section): Update call to regset_alloc.
5278         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5279         REGSET->arch.
5280         (i386obsd_aout_regset_from_core_section): Update call to
5281         regset_alloc.
5282         * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5283         REGSET->arch.
5284         (i386nbsd_aout_regset_from_core_section): Update call to
5285         regset_alloc.
5286         * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5287         REGSET->arch.
5288         (amd64_regset_from_core_section): Update call to regset_alloc.
5289         * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5290         REGSET->arch.
5291         (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5292         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5293         &sparc32nbsd_gregset in sparc32_supply_gregset call.
5294         (sparc32nbsd_init_abi): Update call to regset_alloc.
5295         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5296         &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5297         (sparc64obsd_init_abi): Update call to regset_alloc.
5298         * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5299         &sparc64nbsd_gregset in sparc64_supply_gregset call.
5300         (sparc64nbsd_init_abi): Update call to regset_alloc.
5301         * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5302         &sparc64fbsd_gregset in sparc64_supply_gregset call.
5303         (sparc64fbsd_init_abi): Update call to regset_alloc.
5304
5305 2004-05-22  Jim Blandy  <jimb@redhat.com>
5306
5307         * ppc-tdep.h (spe_register_p): New declaration.
5308         (struct gdbarch_tdep): New members: ppc_acc_regnum and
5309         ppc_spefscr_regnum.
5310         * rs6000-tdep.c (spe_register_p): New function.
5311         (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5312         spefscr.
5313         (rs6000_gdbarch_init): Initialize the new members of the tdep
5314         structure.
5315
5316 2004-05-21  Jim Blandy  <jimb@redhat.com>
5317
5318         * ppc-linux-nat.c (fetch_register): Move code back to be next
5319         to the comment that describes it.  (Moved code, instead of
5320         comment, for symmetry with store_register.)
5321
5322         Allocate regset structures in the gdbarch's obstack, not using
5323         xmalloc.
5324         * regset.c (regset_alloc): Renamed from regset_xmalloc.
5325         Add 'arch' argument.  Allocate the regset on arch's obstack, not
5326         using xmalloc.
5327         * regset.h (regset_alloc): Update declaration.
5328         * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5329         gdbarch argument.
5330         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5331         * i386-tdep.c (i386_regset_from_core_section): Same.
5332         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5333         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5334         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5335         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5336         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5337         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5338
5339 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
5340
5341         * config/djgpp/fnchange.lst: Undo previous change, was useless.
5342
5343 2004-05-21  Jim Blandy  <jimb@redhat.com>
5344
5345         * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5346         cases for DW_OP_div and DW_OP_shr.  (Thanks to Reva Cuthbertson.)
5347
5348 2004-05-20  Jim Blandy  <jimb@redhat.com>
5349
5350         * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5351
5352 2004-05-20  Mark Kettenis  <kettenis@gnu.org>
5353
5354         * regset.h: Make prototype const-correct.
5355         * regset.c (regset_xmalloc): Make const-correct.
5356
5357 2004-05-20  Paul N. Hilfinger  <hilfinger@gnat.com>
5358
5359         * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5360         (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5361         (symbol_search_name): Declare.
5362         
5363         * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5364         (iter_name_next_hashed): Ditto.
5365         (iter_name_next_linear): Ditto.
5366         (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5367
5368         * symtab.c (lookup_partial_symbol): Assume symbols ordered by 
5369         search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5370         (symbol_search_name): New function.
5371         
5372         * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5373         
5374         * minsyms.c (build_minimal_symbol_hash_tables): Change
5375         test for adding to demangled hash table to check for difference
5376         between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5377         
5378 2004-05-19  Jim Blandy  <jimb@redhat.com>
5379
5380         Use a constructor function to create regset structures.
5381         * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5382         (struct regset): Use supply_regset_ftype.  Add new
5383         'collect_regset' member.
5384         (regset_xmalloc): New declaration.
5385         * regset.c: New file.
5386         * am64-tdep.c (amd64_regset_from_core_section): Use
5387         regset_xmalloc to construct regset structures.
5388         * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5389         * i386-tdep.c (i386_regset_from_core_section): Same.
5390         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5391         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5392         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5393         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5394         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5395         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5396         * Makefile.in (COMMON_OBS): Add regset.o.
5397         (regset.o): New rule.
5398
5399 2004-05-19  Joel Brobecker  <brobecker@gnat.com>
5400
5401         * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5402         and pthread_cond_wait.c.
5403
5404 2004-05-18  Jim Blandy  <jimb@redhat.com>
5405
5406         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5407         before the mach-specific switch, and then let the individual cases
5408         override the defaults, rather than leaving them uninitialized
5409         until the switch and then setting them in each case.
5410
5411 2004-05-18  Randolph Chung  <tausq@debian.org>
5412
5413         * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5414         millicode functions.
5415
5416 2004-05-18  Randolph Chung  <tausq@debian.org>
5417
5418         * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5419         references to dld_flags_buffer consistent.
5420
5421 2004-05-18  Randolph Chung  <tausq@debian.org>
5422
5423         * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5424         it for unwinding the stack.
5425
5426 2004-05-18  Randolph Chung  <tausq@debian.org>
5427
5428         * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5429         Undefine these so we can overide them using gdbarch.
5430
5431 2004-05-18  Randolph Chung <tausq@debian.org>
5432
5433         * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5434         handling for 64-bit HPUX (elf).
5435
5436 2004-05-18  Daniel Jacobowitz  <dan@debian.org>
5437
5438         * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5439         constants.
5440         * amd64-tdep.c (amd64_skip_prologue): Likewise.
5441         * ia64-tdep.c (examine_prologue): Likewise.
5442         * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5443         * v850-tdep.c (v850_fix_call_dummy): Likewise.
5444
5445 2004-05-18  Mark Kettenis  <kettenis@gnu.org>
5446
5447         * vax-tdep.c (vax_return_value): Implement
5448         RETURN_VALUE_ABI_RETURNS_ADDRESS.
5449
5450 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
5451
5452         * vax-tdep.c (vax_return_value): Fix typo.
5453
5454 2004-05-17  Andrew Cagney  <cagney@redhat.com>
5455
5456         * MAINTAINERS: Mark Salter was also responsible for
5457         testsuite/config/
5458
5459         * NEWS: Mention signal fixes.
5460
5461 2004-05-17  Randolph Chung  <tausq@debian.org>
5462
5463         * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5464         check to see if we are unwinding an export stub.  Export stubs clobber
5465         the %rp in the call path and stores the original rp in a stack slot.
5466
5467 2004-05-17  Jim Blandy  <jimb@redhat.com>
5468
5469         * MAINTAINERS: Update address for J.T. Conklin.
5470
5471 2004-05-17  Randolph Chung  <tausq@debian.org>
5472
5473         * hppa-tdep.c: Remove superfluous #include's.
5474         * Makefile.in (hppa-tdep.o): Update dependencies.
5475
5476 2004-05-17  Randolph Chung  <tausq@debian.org>
5477
5478         * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5479         (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5480         (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5481         (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5482         (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5483         Remove static function declarations.
5484
5485 2004-05-17  Mark Kettenis  <kettenis@gnu.org>
5486
5487         * alphabsd-nat.c: Update copyright year.
5488         (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5489
5490         * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5491         and M68K_A2_REGNUM.
5492
5493         * m68k-tdep.c (m68k_svr4_return_value): Implement
5494         RETURN_VALUE_ABI_RETURNS_ADDRESS.
5495
5496 2004-05-16  Mark Kettenis  <kettenis@gnu.org>
5497
5498         * sol-thread.c Update copyright year.  Fix various coding
5499         standards violations.  Tweak a few comments.
5500         (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5501         Delete prototypes.
5502
5503 2004-05-15  Randolph Chung  <tausq@debian.org>
5504
5505         * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5506         as pointer instead of array reference since HPUX compiler does
5507         not accept unsized array arguments.
5508         * somsolib.c (dld_flags_buffer): Use constant array size.
5509
5510 2004-05-15  Mark Kettenis  <kettenis@gnu.org>
5511
5512         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5513         offset with decimal offset.
5514         (amd64obsd_sigcontext_addr): Return correct address for entire
5515         signal trampoline.
5516
5517         * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5518         instead of get_frame_base.
5519
5520         * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5521         (fill_gregset): Use regcache_raw_collect.
5522
5523         * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5524         ppcobsd-tdep.c.
5525
5526         * config/sparc/tm-nbsd64.h: Remove file.
5527         * config/tm-sunos.h: Remove file.
5528
5529 2004-05-15  Joel Brobecker  <brobecker@gnat.com>
5530
5531         * rs6000-tdep.c (store_param_on_stack_p): New function,
5532         an improved version of some code extracted from skip_prologue().
5533         (skip_prologue): Use store_param_on_stack_p() to detect
5534         instructions saving a parameter on the stack. Detect when r0
5535         is used to save a parameter.
5536         Do not mark "li rx, SIMM" instructions as part of the prologue,
5537         unless the following instruction is also part of the prologue.
5538
5539 2004-05-14  Andrew Cagney  <cagney@redhat.com>
5540
5541         * infrun.c (handle_inferior_event): Simplify
5542         STEP_OVER_UNDEBUGGABLE.
5543
5544         * infrun.c (handle_step_into_function): Delete function.
5545         (handle_inferior_event): Inline calls to
5546         handle_step_into_function.
5547
5548 2004-05-14  Jerome Guitton  <guitton@gnat.com>
5549
5550         * rs6000-nat.c: Fix a comment.
5551
5552 2004-05-12  David Anderson <davea@sgi.com>
5553
5554         Committed by Jim Blandy <jimb@redhat.com>:
5555         * regcache.c (struct regcache_descr): fix comment spelling.
5556
5557 2004-05-13  J. Brobecker  <brobecker@gnat.com>
5558
5559         * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5560         Fixes a link link failure.
5561
5562 2004-05-13  J. Brobecker  <brobecker@gnat.com>
5563
5564         * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5565         error that was causing the build to fail.
5566
5567 2004-05-13  J. Brobecker  <brobecker@gnat.com>
5568
5569         * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5570         * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5571
5572 2004-05-13  Andrew Cagney  <cagney@redhat.com>
5573
5574         * infrun.c (handle_inferior_event): Check for
5575         STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5576         calls.  Update comments.
5577
5578 2004-05-13  Jim Blandy  <jimb@redhat.com>
5579
5580         * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5581         (fetch_regs_user_thread, fetch_regs_kernel_thread)
5582         (store_regs_user_thread, store_regs_kernel_thread): Use
5583         ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5584         * ppc-linux-nat.c (fill_gregset): Same.
5585         * ppc-linux-tdep.c (ppc_linux_supply_gregset) 
5586         (ppc_linux_sigtramp_cache): Same.
5587         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg) 
5588         (ppcnbsd_sigtramp_cache_init): Same.
5589         * rs6000-nat.c (fetch_core_registers): Same.
5590         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset) 
5591         (rs6000_frame_cache): Same.
5592
5593         * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5594         (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5595         of assuming that the gprs are numbered starting with zero.
5596         * ppc-linux-nat.c (fill_gregset): Same.
5597         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5598         * ppcnbsd-nat.c (getregs_supplies): Same.
5599         * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5600         * rs6000-nat.c (fetch_core_registers): Same.
5601         * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5602
5603 2004-05-07  Michael Snyder  <msnyder@redhat.com>
5604
5605         * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5606         LOC_COMPUTED_ARG, and LOC_INDIRECT.
5607
5608 2004-05-13  Andrew Cagney  <cagney@redhat.com>
5609
5610         * infrun.c (handle_inferior_event): Use frame_unwind_id.
5611
5612 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
5613
5614         * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5615         base_address for shared libraries.
5616
5617 2004-05-13  Bryce McKinlay  <mckinlay@redhat.com>
5618
5619         * MAINTAINERS (write after approval): Add myself.       
5620
5621 2004-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
5622
5623         * breakpoint.c (bpstat_stop_status): Add new argument
5624         STOPPED_BY_WATCHPOINT.  Use it instead of testing
5625         target_stopped_data_address agaist 0 to check whether
5626         or not we stopped due to a hardware watchpoint.
5627         * breakpoint.h (bpstat_stop_status): Adapt prototype.
5628         * infrun.c (handle_inferior_event): Call bpstat_stop_status
5629         with new argument.
5630
5631 2004-05-12  Jim Blandy  <jimb@redhat.com>
5632
5633         * configure.in: When checking whether we should use the -bbigtoc
5634         option, don't forget to restore the original value of LDFLAGS.
5635         * configure: Regenerated.
5636
5637 2004-05-12  Andrew Cagney  <cagney@redhat.com>
5638
5639         * thread.c (load_infrun_state): Delete step_sp.
5640         * infrun.c (context_switch): Ditto.
5641         * inferior.h (step_sp): Ditto.
5642         * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5643         * gdbthread.h (struct thread_info, save_infrun_state)
5644         (restore_infrun_state): Ditto.
5645
5646 2004-05-12  Ulrich Weigand  <uweigand@de.ibm.com>
5647
5648         * MAINTAINERS (write after approval): Add myself.
5649
5650 2004-05-12  Andrew Cagney  <cagney@redhat.com>
5651
5652         * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5653         eliminate reference to step_sp.
5654         (struct execution_control_state, init_execution_control_state)
5655         (handle_inferior_event, keep_going): Delete update_step_sp and
5656         step_sp.
5657         * infcmd.c (step_sp): Note that variable is unused.
5658
5659 2004-05-11  Andrew Cagney  <cagney@redhat.com>
5660
5661         * infrun.c (step_over_function): Delete function.
5662         (handle_step_into_function): Use insert_step_resume_breakpoint.
5663         (insert_step_resume_breakpoint): Fix assertion.
5664
5665 2004-05-11  Nick Roberts  <nickrob@gnu.org>
5666
5667         * utils.c (defaulted_query): Just use the normal query input type
5668         when printing the annotations.
5669
5670 2004-05-11  Andrew Cagney  <cagney@redhat.com>
5671
5672         * infrun.c (handle_inferior_event): Simplify code handling
5673         step-into or return-from a signal trampoline.
5674
5675 2004-05-11  Andrew Cagney  <cagney@redhat.com>
5676
5677         * ppcnbsd-tdep.c: Include "gdb_assert.h".
5678         * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5679
5680 2004-05-10  Jim Blandy  <jimb@redhat.com>
5681
5682         * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5683         with a call to internal_error.
5684
5685         * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5686         ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5687         processor variant lacks those registers.
5688         (ppc_floating_point_unit_p): Change description to make it clear
5689         that this returns info about the ISA, not the ABI.
5690         * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5691         return true or false by checking tdep->ppc_fp0_regnum and
5692         tdep->ppc_fpscr_regnum.  The original code replicated the BFD
5693         arch/mach switching done in rs6000_gdbarch_init; it's better to
5694         keep that logic there, and just check the results here.
5695         (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5696         tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5697         floating-point registers.
5698         (ppc_supply_fpregset, ppc_collect_fpregset)
5699         (rs6000_push_dummy_call, rs6000_extract_return_value)
5700         (rs6000_store_return_value): Assert that we have floating-point
5701         registers.
5702         (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5703         (rs6000_frame_cache): Don't note the locations at which
5704         floating-point registers were saved if we have no fprs.
5705         * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5706         registers.
5707         (fetch_regs_user_thread, fetch_regs_kernel_thread)
5708         (store_regs_user_thread, store_regs_kernel_thread): Only call
5709         supply_fprs / fill_fprs if we actually have floating-point
5710         registers.
5711         (special_register_p): Check ppc_fpscr_regnum before matching
5712         against it.
5713         (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5714         supply / collect fpscr if we don't have it.
5715         * ppc-bdm.c: #include "gdb_assert.h".
5716         (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5717         have floating-point registers, since I can't test this code on
5718         FP-free systems to adapt it.
5719         * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5720         fpscr and floating point register numbers if they don't exist.
5721         (fetch_register): Assert that we have floating-point registers
5722         before we reach the code that handles them.
5723         (store_register): Same.  And use tdep instead of calling
5724         gdbarch_tdep again.
5725         (fill_fpregset): Don't try to collect FP registers and fpscr if we
5726         don't have them.
5727         (ppc_linux_sigtramp_cache): Don't record the saved locations of
5728         fprs and fpscr if we don't have them.
5729         (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5730         don't have them.
5731         * ppcnbsd-nat.c: #include "gdb_assert.h".
5732         (getfpregs_supplies): Assert that we have floating-point registers.
5733         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5734         * ppcobsd-tdep.c: #include "gdb_assert.h".
5735         (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5736         have floating-point registers.
5737         * rs6000-nat.c (regmap): Don't match against the fpscr and
5738         floating point register numbers if they don't exist.
5739         (fetch_inferior_registers, store_inferior_registers,
5740         fetch_core_registers): Only fetch / store / supply the
5741         floating-point registers and the fpscr if we have them.
5742         * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5743         (ppcobsd-tdep.o): Update dependencies.
5744         
5745 2004-05-10  Andrew Cagney  <cagney@redhat.com>
5746
5747         * infrun.c (through_sigtramp_breakpoint): Delete variable.
5748         (context_switch): Do not switch through_sigtramp_breakpoint.
5749         * gdbthread.h (save_infrun_state, load_infrun_state)
5750         (struct thread_info): Delete through_sigtramp_breakpoint parameter
5751         and structure member.
5752         * thread.c (load_infrun_state, save_infrun_state): Update.
5753
5754 2004-05-10  Mark Kettenis  <kettenis@gnu.org>
5755
5756         * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5757
5758 2004-05-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5759
5760         * acinclude.m4: Quote macro names being defined by AC_DEFUN 
5761         throughout.
5762         * aclocal.m4: Regenerate.
5763
5764 2004-05-10  Nathan J. Williams  <nathanw@wasabisystems.com>
5765
5766         * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5767
5768 2004-05-10  Andrew Cagney  <cagney@redhat.com>
5769
5770         * infrun.c (check_sigtramp2): Delete function.
5771         (handle_inferior_event): When single stepping, and taking a
5772         signal, set a breakpoint at the signal return address.  Delete
5773         redundant calls to check_sigtramp2.
5774         (insert_step_resume_breakpoint): New function.
5775         (through_sigtramp_breakpoint, handle_inferior_event)
5776         (follow_exec, wait_for_inferior, fetch_inferior_event)
5777         (currently_stepping, keep_going): Delete most uses of
5778         through_sigtramp_breakpoint, not that it should be deleted.
5779         (delete_breakpoint_current_contents): Delete function.
5780
5781 2004-05-10  Randolph Chung  <tausq@debian.org>
5782
5783         * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5784         target.
5785         * config/pa/tm-linux.h: New file.
5786
5787 2004-05-10  Daniel Jacobowitz  <drow@mvista.com>
5788
5789         * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5790         of prefixes.  Don't print the prefix twice in the CLI.
5791
5792 2004-05-10  Jim Blandy  <jimb@redhat.com>
5793
5794         * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5795         collect all the gprs.
5796
5797         * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5798         loop collecting gprs.
5799
5800 2004-05-09  Andrew Cagney  <cagney@redhat.com>
5801
5802         * remote-vx.c (net_step): Delete step-range code.
5803         * remote.c (remote_resume, init_all_packet_configs)
5804         (set_remote_protocol_E_packet_cmd)
5805         (show_remote_protocol_E_packet_cmd)
5806         (remote_protocol_E, show_remote_cmd, _initialize_remote)
5807         (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5808         (show_remote_protocol_e_packet_cmd): Ditto.
5809
5810 2004-05-09  Mark Kettenis  <kettenis@gnu.org>
5811
5812         * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5813
5814         * hppa-tdep.h: Update copyright year.
5815         (struct trad_frame_saved_reg): Add opaque declaration.
5816
5817         * amd64-tdep.c (amd64_return_value): Implement
5818         RETURN_VALUE_ABI_RETURNS_ADDRESS.
5819
5820         * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5821         (m68k_value_to_register): New functions.
5822         (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5823         value_to_register.
5824
5825         * defs.h (enum return_value_convention): Add
5826         RETURN_VALUE_ABI_RETURNS_ADDRESS and
5827         RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5828         * infcmd.c (legacy_return_value): New function.
5829         (print_return_value): Rwerite to implement
5830         RETURN_VALUE_ABI_RETURNS_ADDRESS.
5831         * values.c (using_struct_return): Check for inequality to
5832         RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5833         RETURN_VALUE_STRUCT_CONVENTION.
5834         * i386-tdep.c (i386_return_value): Implement
5835         RETURN_VALUE_ABI_RETURNS_ADDRESS.
5836
5837         * vax-tdep.c: Tweak comments.  Reorder include files.  Don't
5838         include "symtab.h", "opcode/vax.h" and "inferior.h".
5839         (vax_skip_prologue): Replace calls to read_memory_integer by calls
5840         to read_memory_unsigned_integer.
5841         (vax_gdbarch_init): Reorder.
5842         (_initialize_vax_tdep): Spell out prototype.
5843         * Makefile.in (vax-tdep.o): Update dependencies.
5844
5845 2004-05-08  Andrew Cagney  <cagney@redhat.com>
5846
5847         * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5848         * target.c (target_detach, target_disconnect): Ditto.
5849
5850         * infcall.c (call_function_by_hand): When no
5851         DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5852         * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5853         DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5854         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5855         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5856         
5857         * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5858         * gdbarch.h, gdbarch.c: Re-generate.
5859         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5860         deprecated_fix_call_dummy.
5861         * v850-tdep.c (v850_gdbarch_init): Ditto.
5862         * infcall.c (call_function_by_hand): Do not call
5863         DEPRECATED_FIX_CALL_DUMMY.
5864
5865         * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5866         (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5867         * gdbarch.h, gdbarch.c: Re-generate.
5868         * arm-linux-tdep.c (arm_linux_call_dummy_words)
5869         (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5870         deprecated_sizeof_call_dummy_words.
5871         * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5872         * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5873         * v850-tdep.c (v850_gdbarch_init): Ditto.
5874         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5875         * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5876         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5877         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5878         * arch-utils.h (legacy_call_dummy_words)
5879         (legacy_sizeof_call_dummy_words): Delete declarations.
5880         * arch-utils.c (legacy_call_dummy_words)
5881         (legacy_sizeof_call_dummy_words): Delete variables.
5882
5883         * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5884         * gdbarch.h, gdbarch.c: Re-generate.
5885         * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5886         * infcall.c (call_function_by_hand): Eliminate call to
5887         DEPRECATED_PUSH_DUMMY_FRAME.
5888         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5889         push_dummy_frame.
5890         (ns32k_push_dummy_frame): Delete function.
5891
5892         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5893         deprecated_call_dummy_breakpoint_offset or
5894         deprecated_call_dummy_start_offset.
5895         * dummy-frame.c, arm-tdep.c: Update comments.
5896         * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5897         (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5898         * gdbarch.h, gdbarch.c: Re-generate.
5899         
5900         * infcall.c (legacy_push_dummy_code): Delete function.
5901         (push_dummy_code): Delete call.
5902
5903         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5904         * gdbarch.h, gdbarch.c: Re-generate.
5905         * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5906         DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5907         * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5908         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5909
5910         * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5911         (struct frame_info): Delete opaque declaration.
5912         * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5913         * frame.c (get_frame_type): Delete call.
5914
5915         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5916         pc_in_call_dummy.
5917         * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5918         * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5919
5920 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
5921
5922         * alphanbsd-tdep.c: Include "gdb_string.h".
5923         * armnbsd-tdep.c: Update copyright year.
5924         Include "gdb_string.h".
5925         * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5926         dependencies.
5927
5928         * delta68-nat.c: Remove file.
5929         * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5930         (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5931         * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5932         (delta68-nat.o): Remove dependency.
5933
5934         * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5935         function.
5936         (m68k_gdbarch_init): Don't set
5937         deprecated_frameless_function_invocation.
5938
5939 2004-05-07  Randolph Chung  <tausq@debian.org>
5940
5941         * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use 
5942         read_memory_nobpt for code reading when doing frame unwinding.
5943         * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5944
5945 2004-05-07  Randolph Chung  <tausq@debian.org>
5946
5947         * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5948         instead of sp, handle sigaltstack case.
5949         (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to 
5950         hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5951         signal handler and not that of the caller.
5952         (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5953         hppa_linux_sigtramp_find_sigcontext.
5954
5955 2004-05-07  Randolph Chung  <tausq@debian.org>
5956
5957         * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5958         hppa-linux-nat.c.
5959         (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5960         * hppa-linux-nat.c (fetch_register, store_register): Define.
5961         (fetch_inferior_registers, store_inferior_registers): Define.
5962         (supply_gregset): Add comment and clean up some unneeded code.
5963         (fill_gregset): Add comment and fix so that it saves registers in
5964         the right place in the gregset.
5965         (fill_fpregset): Fix buffer overrun problem.
5966         * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5967
5968 2004-05-07  Randolph Chung  <tausq@debian.org>
5969
5970         * hppa-tdep.c (hppa_frame_prev_register_helper): New function to 
5971         do common handling of the pcoqt register.
5972         (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5973         to use helper function.
5974         (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5975         (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5976         (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5977         generic fallback unwinder when all else fails.
5978         (hppa_gdbarch_init): Add fallback sniffer.
5979         * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5980         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5981         to use helper function.
5982
5983 2004-05-08  Joel Brobecker  <brobecker@gnat.com>
5984
5985         * config/djgpp/fnchange.lst: Add translation rules for
5986         gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5987
5988 2004-05-08  Mark Kettenis  <kettenis@gnu.org>
5989
5990         * frame.c (get_prev_frame_1): Work around GCC bug.
5991         * frame.h: Add comment about GCC bug.
5992
5993 2004-05-07  Andrew Cagney  <cagney@redhat.com>
5994
5995         * observer.c: Include "commands.h" and "gdbcmd.h".
5996         (observer_debug, _initialize_observer): Add the
5997         command "set/show debug observer".
5998         * observer.sh: When observer debugging, log notify calls.
5999         * Makefile.in (observer.o): Update dependencies.
6000
6001 2004-05-07  Jason Molenda  (jmolenda@apple.com)
6002
6003         * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6004
6005 2004-05-07  Jim Blandy  <jimb@redhat.com>
6006
6007         * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6008         fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6009         to recognize gpr regnums, instead of assuming that
6010         tdep->ppc_fp0_regnum marks the end of the general-purpose
6011         registers.
6012
6013         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6014         the given architecture has floating-point registers. 
6015
6016 2004-05-07  Andrew Cagney  <cagney@redhat.com>
6017
6018         * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6019         macro defined to 1.
6020         * gdbarch.h, gdbarch.c: Re-generate.
6021         * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6022         deprecated_use_generic_dummy_frames.
6023
6024 2004-05-07  Brian Ford  <ford@vss.fsi.com>
6025
6026         * NEWS: Mention Cygwin DWARF 2 support.
6027
6028 2004-05-07  Andrew Cagney  <cagney@redhat.com>
6029
6030         * objfiles.h (struct entry_info): Delete unused fields
6031         deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6032         * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6033         * mipsread.c (mipscoff_symfile_read): Update.
6034         * mdebugread.c (parse_partial_symbols): Update.
6035         * dwarfread.c (read_file_scope): Update.
6036         * dwarf2read.c (read_file_scope): Update.
6037         * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6038         * coffread.c (complete_symtab): Update.
6039
6040 2004-05-07  Mark Kettenis  <kettenis@gnu.org>
6041
6042         * infcall.c (_initialize_infcall): Fix typo.
6043
6044 2004-05-07  Andrew Cagney  <cagney@redhat.com>
6045
6046         * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6047         * command.h (add_setshow_zinteger_cmd): Declare.
6048
6049 2004-05-06  Randolph Chung  <tausq@debian.org>
6050
6051         * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6052         (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6053         (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6054         (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6055         (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6056         (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6057         (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM 
6058         definitions ...
6059         * hppa-tdep.h: ... to here, with HPPA_ prefix.
6060         * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6061         * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6062         (hppa64_hpux_frame_find_saved_regs_in_sig)
6063         (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6064         * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6065         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6066         (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6067         (hppa_linux_sigtramp_frame_prev_register): Likewise.
6068         * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6069         (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6070         (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6071         (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6072         (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6073         (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6074         (hppa32_register_type, hppa_cannot_store_register)
6075         (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6076         * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6077         * hpread.c (hpread_process_one_debug_symbol): Likewise.
6078         * pa64solib.c (pa64_solib_have_load_event)
6079         (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6080         (pa64_solib_unloaded_library_pathname): Likewise.
6081         * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6082         (som_solib_library_pathname): Likewise.
6083
6084 2004-05-05  Jim Ingham  <jingham@apple.com>
6085         
6086         * breakpoint.c (create_breakpoints): Copy the ignore count and
6087         thread id over from the pended breakpoint to the actual
6088         breakpoint.
6089         
6090 2004-05-05  Andrew Cagney  <cagney@redhat.com>
6091
6092         * gdbarch.sh (PARM_BOUNDARY): Delete.
6093         gdbarch.h, gdbarch.c: Re-generate.
6094         * valops.c (PARM_BOUNDARY): Delete macro.
6095         (value_push): Delete PARM_BOUNDARY code.
6096         * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6097
6098 2004-05-04  Jim Blandy  <jimb@redhat.com>
6099
6100         * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6101         Don't assume that the gprs, fprs, and UISA sprs are
6102         contiguous, start at register number zero, and end with fpscr.
6103         Instead, use the numbers from the tdep structure.
6104
6105         * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6106         should no longer be used in code specific to the RS6000 and its
6107         derivatives.
6108         * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6109         * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6110         tdep->ppc_fp0_regnum.
6111         (ppc_supply_fpregset, ppc_collect_fpregset)
6112         (rs6000_push_dummy_call, rs6000_extract_return_value)
6113         (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6114         (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6115         FP0_REGNUM. 
6116         * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6117         (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6118         Same.
6119         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6120         bdm_ppc_store_registers): Same.
6121         * ppc-linux-nat.c (ppc_register_u_addr, fetch_register) 
6122         (store_register, fill_fpregset): Same.
6123         * ppc-linux-tdep.c (ppc_linux_sigtramp_cache) 
6124         (ppc_linux_supply_fpregset): Same.
6125         * ppcnbsd-nat.c (getfpregs_supplies): Same.
6126         * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6127         Same.
6128         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6129         do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6130         ppc64_sysv_abi_return_value): Same.
6131         * rs6000-nat.c (regmap, fetch_inferior_registers) 
6132         (store_inferior_registers, fetch_core_registers): Same.
6133
6134 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
6135
6136         * m68knbsd-nat.c: Remove file.
6137         * m68knbsd-tdep.c: Remove file.
6138         * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6139         dependencies.
6140         * configure.host: Add m68k-*-netbsdelf*.
6141         * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6142         * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6143         solib.o and solib-sunos.o.  Remove m68knbsd-nat.o, corelow.o.
6144         (XM_FILE): Remove.
6145         * config/m68k/nbsdelf.mh: New file.
6146         * config/m68k/nbsd.mt: New file.
6147         * config/m68k/nbsdaout.mt: Remove file.
6148         * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6149         <machine/vmparam.h> and "m68k/tm-m68k.h".  Include "solib.h".
6150         (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6151         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6152         (use_struct_convention): Remove prototype.
6153         (USE_STRUCT_CONVENTION): Remove define.
6154         * config/m68k/xm-nbsd.h: Remove file.
6155
6156 2004-05-04  Michael Snyder  <msnyder@redhat.com>
6157
6158         * m68k-tdep.c (m68k_gdbarch_init): Default to using 
6159         reg_struct_return method (as gcc usually does for cross targets).
6160
6161 2004-05-04  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6162
6163         Committed by Andrew Cagney.
6164         * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6165         alignment padding when accessing ucontext struct members.
6166
6167 2004-05-04  Jim Blandy  <jimb@redhat.com>
6168
6169         * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6170         'ppc_gplast_regnum' member.
6171         (ppc_num_gprs): New enum constant.
6172         * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6173         and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6174         * rs6000-nat.c (regmap, fetch_inferior_registers,
6175         store_inferior_registers): Same.
6176         * rs6000-tdep.c (e500_pseudo_register_read)
6177         (e500_pseudo_register_write): Same.
6178         (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6179
6180         * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6181         * ppc-tdep.h (ppc_num_fprs): New enum constant.
6182         * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6183         store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6184         FPLAST_REGNUM.
6185         * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6186         Same.
6187         * ppc-linux-nat.c (ppc_register_u_addr): Same.
6188         * rs6000-nat.c (regmap, fetch_inferior_registers) 
6189         (store_inferior_registers): Same.
6190
6191         * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6192         with FPLAST_REGNUM.
6193
6194 2004-05-03  Joel Brobecker  <brobecker@gnat.com>
6195
6196         * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6197         failure detected by recent versions of GCC.
6198         (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6199         to be consistent with the usage in dwarf2_create_include_psymtab.
6200
6201 2004-05-03  Michael Snyder  <msnyder@redhat.com>
6202
6203         * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6204         (heuristic_proc_start): Whitespace cleanup.
6205
6206 2004-05-04  Mark Kettenis  <kettenis@gnu.org>
6207
6208         * sun3-nat.c: Remove file.
6209         * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6210         dependencies.
6211         (ALLDEPFILES): Remove sun3-nat.c.
6212         (sun3-nat.o): Remove dependencies.
6213
6214         * i386-interix-nat.c, i386-interix-tdep.c,
6215         config/i386/nm-interix.h, config/i386/interix.mh,
6216         config/i386/interix.mt: Remove files.
6217         * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6218         dependencies.
6219
6220 2004-05-03  Mark Kettenis  <kettenis@gnu.org>
6221
6222         * m68k-tdep.h (struct gdbarch_tdep): Add member
6223         struct_value_regnum.
6224         (m68k_svr4_init_abi): New prototype.
6225         * m68k-tdep.c: Include "floatformat.h".  Add comment about all the
6226         different calling conventions.
6227         (m68k_extract_return_value): Remove code dealing with single-field
6228         structs.
6229         (m68k_store_return_value): Remove code dealing with single-field
6230         structs.  Correctly store return values of 5, 6, 7 or 8 bytes.
6231         (m68k_extract_struct_value_address): Remove function.
6232         (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6233         (m68k_reg_struct_return_p, m68k_return_value)
6234         (m68k_svr4_return_value): New functions.
6235         (m68k_use_struct_convention): Remove function.
6236         (m68k_push_dummy_call): Use new struct_value_regnum member of
6237         `struct gdbarch_tdep' instead of hardcoded register number to
6238         store STRUCT_ADDR.
6239         (m68k_svr4_init_abi): New function.
6240         (m68k_gdbarch_init): Don't set extract_return_value,
6241         store_return_values, deprecated_extract_struct_value_address and
6242         use_struct_convention.  Set return_value instead.  Initialize new
6243         struct_value_regnum member of `struct gdbarch_tdep'.
6244         * m68klinux-tdep.c: Update copyright year.
6245         (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6246         (m68k_linux_extract_struct_value_address): Remove function.
6247         (m68k_linux_init_abi): Don't set extract_return_value,
6248         store_return_values, deprecated_extract_struct_value_address and
6249         use_struct_convention.  Call m68k_svr4_init_abi but override the
6250         new struct_value_regnum member of `struct gdbarch_tdep'.
6251         * Makefile.in (m68k-tdep.o): Update dependencies.
6252
6253 2004-05-03  J. Brobecker  <brobecker@gnat.com>
6254
6255         * dwarf2read.c (line_header): Add new included_p field in
6256         field file_names.
6257         (partial_die_info): New field has_stmt_list. New field line_offset.
6258         (dwarf2_create_include_psymtab): New function.
6259         (dwarf2_build_include_psymtabs): New function.
6260         (add_file_name): Add forward declaration. Initialize new field.
6261         (dwarf_decode_lines): Add new parameter. Enhance this procedure
6262         to be able to determine the list of files included by the
6263         given unit, and build their associated psymtabs.
6264         (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6265         files as well.
6266         (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6267         (read_file_scope): Update call to dwarf_decode_lines.
6268         (read_partial_die): Handle DW_AT_stmt_list attributes.
6269
6270 2004-05-02  Michael Chastain  <mec.gnu@mindspring.com>
6271
6272         Unfix PR gdb/1626.
6273         * configure.in: Revert special case for osf5.*.
6274         * configure: Regenerate.
6275
6276 2004-05-02  Jim Blandy  <jimb@redhat.com>
6277
6278         Move the symbol-file-from-memory functions into their own file.
6279         * symfile-mem.c, symfile-mem.h: New files.
6280         * symfile.c (symbol_file_add_from_bfd): New function.
6281         (symbol_file_add): Call symbol_file_add_from_bfd.
6282         (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6283         Moved to symfile-mem.c.
6284         (_initialize_symfile): Move definition of
6285         add-symbol-file-from-memory command to symfile-mem.c.
6286         * symfile.h (symbol_file_add_from_bfd): New declaration.
6287         * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6288         * config/powerpc/linux.mt (TDEPFILES): Same.
6289         * Makefile.in (SFILES): Add symfile-mem.c.
6290         (symfile_mem_h): New variable.
6291         (HFILES_NO_SRCDIR): Add symfile-mem.h.
6292         (symfile-mem.o): New rule.
6293
6294 2004-05-01  Andrew Cagney  <cagney@redhat.com>
6295
6296         * breakpoint.c (insert_bp_location): Use get_frame_id, and
6297         frame_find_by_id instead of frame_relative_level.
6298         (do_enable_breakpoint): Ditto.
6299         * thread.c: Update copyright.
6300         (info_threads_command): Ditto, simplify.
6301
6302         * frame.c (deprecated_generic_get_saved_register): Delete
6303         function, moved to "xstormy16-tdep.c".
6304         * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6305         deprecated_generic_get_saved_register from "frame.c".
6306         (xstormy16_frame_saved_register): Call
6307         xstormy16_get_saved_register.
6308         * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6309         static.
6310         * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6311         * frame.h (deprecated_generic_get_saved_register): Delete.
6312
6313 2004-05-01  Michael Chastain  <mec.gnu@mindspring.com>
6314
6315         * dwarfread.c: Update documentation on the state of dwarf-1.
6316
6317 2004-05-01  Andrew Cagney  <cagney@redhat.com>
6318
6319         * stack.c (select_frame_command): Delete call to
6320         frame_relative_level.
6321         (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6322         Delete #if0 code.
6323         (frame_info): Do not print FRAMELESS.
6324         (print_block_frame_labels): Replace DEPRECATED_STREQ.
6325         (catch_info): Delete #if0 code.
6326
6327         * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6328         * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6329         of frame_relative_level.
6330         * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6331         to SENTINEL_FRAME.
6332         * frame.h (enum frame_type): Add SENTINEL_FRAME.
6333         * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6334         frame_relative_level.
6335
6336         * frame.h (deprecated_set_frame_type): Delete declaration.
6337         * frame.c (deprecated_set_frame_type): Delete function, update
6338         comments.
6339
6340         * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6341         * gdbarch.h, gdbarch.c: Re-generate.
6342         * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6343         (shnbsd_pc_in_sigtramp): Delete.
6344         * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6345         pc_in_sigtramp.
6346         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6347         pc_in_sigtramp.
6348         * frame.h: Update comments.
6349         * ppc-linux-tdep.c: Update comments.
6350         * breakpoint.c (bpstat_what): Update comments.
6351
6352         * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6353         m68klinux-tdep.o's dependencies, were previously added to
6354         m68klinux-nat.o.
6355
6356         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6357         * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6358         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6359         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6360         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6361
6362         * Makefile.in (m68klinux-nat.o): Update dependencies.
6363         * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6364         (m68k_linux_sigtramp_frame_cache)
6365         (m68k_linux_sigtramp_frame_this_id)
6366         (m68k_linux_sigtramp_frame_prev_register)
6367         (m68k_linux_sigtramp_frame_unwind)
6368         (m68k_linux_sigtramp_frame_sniffer)
6369         (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6370         m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6371         names, use trad-frame.h.
6372         * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6373         (struct m68k_sigtramp_info): Delete.
6374         * m68k-tdep.c (m68k_sigtramp_frame_cache)
6375         (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6376         (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6377         (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6378         "m68klinux-tdep.c".
6379
6380         * infrun.c (check_sigtramp2): Delete check for
6381         DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6382
6383 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
6384
6385         * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6386
6387 2004-05-01  Andrew Cagney  <cagney@redhat.com>
6388
6389         * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6390         (frv_linux_sigtramp_frame_cache)
6391         (frv_linux_sigtramp_frame_this_id)
6392         (frv_linux_sigtramp_frame_prev_register)
6393         (frv_linux_sigtramp_frame_unwind)
6394         (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6395         include "linux" in function and variable names, directly call
6396         frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6397         the latest trad-frame code.
6398         (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6399         not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6400         * Makefile.in (frv-linux-tdep.o): Update dependencies.
6401         * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6402         * frv-tdep.c (frv_sigtramp_frame_cache)
6403         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6404         (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6405         frv-linux-tdep.c.
6406         (frv_gdbarch_init): Do not append a sigtramp sniffer.
6407         (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6408         (frv_set_sigcontext_reg_addr): Delete function.
6409
6410         * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6411         (DEPRECATED_SIGTRAMP_END): Delete.
6412         * gdbarch.h, gdbarch.c: Re-generate.
6413         * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6414         * config/vax/tm-vaxbsd.h: Update copyright.
6415         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6416         (DEPRECATED_IN_SIGTRAMP): Define.
6417         * config/m68k/tm-nbsd.h: Update copyright.
6418         (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6419         (DEPRECATED_IN_SIGTRAMP): Define.
6420
6421 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
6422
6423         * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6424         encondings.  Fixes PR gdb/1628.
6425
6426         * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6427         DW_CFA_restore state without a matching DW_CFA_remember_state
6428         instead of aborting.  Fixes PR backtrace/1589.
6429
6430 2004-04-30  Joel Brobecker  <brobecker@gnat.com>
6431
6432         * MAINTAINERS: Add self as AIX maintainer.
6433         Update my e-mail address in write-after-approval section.
6434
6435 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6436
6437         * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6438         (legacy_get_prev_frame): Ditto.
6439
6440         * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6441         (mips_gdbarch_init): Do not set pc_in_sigtramp.
6442         * mipsread.c (sigtramp_address): Delete extern variable.
6443         (mipscoff_new_init): Delete reference.
6444         * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6445         (fixup_sigtramp): Delete function.
6446         * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6447         (fixup_sigtramp): Delete declarations.
6448
6449         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6450         deprecated_pc_in_sigtramp.
6451         (ppcnbsd_pc_in_sigtramp): Delete function.
6452
6453 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
6454
6455         * config/m68k/nm-nbsd.h: Tweak comments.
6456         * config/m68k/nm-nbsdaout.h: Likewise.
6457
6458 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6459
6460         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6461         legacy_pc_in_sigtramp.
6462         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6463
6464 2004-05-01  Mark Kettenis  <kettenis@gnu.org>
6465
6466         Add OpenBSD/m68k support.
6467         * NEWS (New native configurations): Mention OpenBSD/m68k.
6468         * m68kbsd-tdep.c: New file.
6469         * m68kbsd-nat.c: New file.
6470         * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6471         (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6472         * configure.host: Add m68k-*-openbsd.
6473         * configure.tgt: Add m68k-*-openbsd.
6474         * config/m68k/tm-obsd.h: New file.
6475         * config/m68k/obsd.mt: New file.
6476         * config/m68k/obsd.mh: New file.
6477         * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6478         m68kbsd-tdep.c.
6479
6480 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6481
6482         * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6483         (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6484
6485 2004-04-30  Mark Kettenis  <kettenis@gnu.org>
6486
6487         * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6488         * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6489
6490 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6491
6492         Revert 2004-04-16 change.
6493         * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6494         (i386_coff_init_abi): Remove.
6495         * i386-tdep.h (i386_coff_init_abi): Remove.
6496         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6497
6498 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6499
6500         * blockframe.c (find_pc_partial_function): Delete use of
6501         DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6502         DEPRECATED_SIGTRAMP_END.
6503
6504         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6505         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6506         * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6507         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6508         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6509
6510         * defs.h (deprecated_inside_entry_file): Delete declaration.
6511         * blockframe.c (deprecated_inside_entry_file): Delete function.
6512         (legacy_frame_chain_valid): Delete call.
6513         * sh64-tdep.c (sh64_frame_chain): Delete call.
6514         * objfiles.h: Update comments.
6515         * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6516         call.
6517         * frame.c (get_prev_frame): Delete call, update comments.
6518
6519 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6520
6521         * MAINTAINERS (Write After Approval): Add myself.
6522
6523 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6524
6525         * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6526         * gdbarch.h, gdbarch.c: Re-generate.
6527         * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6528         code.
6529
6530 2004-04-30  Andrew Cagney  <cagney@redhat.com>
6531
6532         * gdb-events.sh (selected_thread_changed)
6533         (selected_frame_level_changed, target_changed): Delete.
6534         * gdb-events.h, gdb-events.c: Re-generate.
6535         * valops.c (value_assign): Update.
6536         * stack.c (select_frame_command, up_silently_base)
6537         (down_silently_base): Update.
6538
6539 2004-04-29  Andrew Cagney  <cagney@redhat.com>
6540
6541         * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6542         registers correctly.
6543         (print_gp_register_row, mips32_heuristic_proc_desc)
6544         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6545         (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6546         references to mips_isa_regsize.
6547
6548 2004-04-29  Andrew Cagney  <cagney@redhat.com>
6549
6550         * mips-tdep.c (struct gdbarch_tdep): Delete
6551         mips_fp_register_double.
6552         (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6553         mips_abi_regsize.
6554         (mips_gdbarch_init): Do not set mips_fp_register_double.
6555         (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6556
6557 2004-04-29  Joel Brobecker  <brobecker@gnat.com>
6558
6559         Committed by Andrew Cagney.
6560         * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6561         function calls.
6562
6563 2004-04-29  Andrew Cagney  <cagney@redhat.com>
6564
6565         * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6566         gdbarch, use mips_abi, update callers.
6567         (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6568         mips_abi_regsize, update callers.
6569         (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6570         mips_default_abi_regsize.
6571         (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6572         mips_default_abi_regsize.
6573
6574 2004-04-29  Andrew Cagney  <cagney@redhat.com>
6575
6576         * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6577         (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6578         (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6579         mips_default_abi_regsize.
6580         (mips_isa_regsize): Rename mips_regisze.
6581         * mipsnbsd-tdep.c: Update.
6582         * mips-linux-tdep.c: Update.
6583         * irix5-nat.c: Update.
6584         * mips-tdep.h (mips_isa_regsize): Update.
6585
6586         * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6587         Delete all disabled code.
6588         * gdb-events.h, gdb-events.c: Re-generate.
6589         
6590 2004-04-19  Jerome Guitton  <guitton@gnat.com>
6591             Mark Kettenis  <kettenis@gnu.org>
6592
6593         * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6594         the function begins with a branch instruction.
6595
6596 2004-04-29  Mark Kettenis  <kettenis@gnu.org>
6597
6598         * i386-tdep.c: Fix spelling mistakes.
6599
6600 2004-04-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6601             Andrew Cagney  <cagney@redhat.com>
6602
6603         * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6604         <sys/proc.h>.
6605         * acconfig.h: Provide default _KMEMUSER value.
6606         * config.in, configure: Re-generate.
6607         * NEWS: Mention fix.
6608
6609 2004-04-24  Randolph Chung  <tausq@debian.org>
6610
6611         * configure.host (hppa*-*-linux*): New target.
6612         * configure.tgt (hppa*-*-linux*): Likewise.
6613         * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6614         gdbarch_init_osabi() call earlier so that osabi-specific frame
6615         unwinders can be registered first.
6616         * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6617         hppa-linux-nat.c.
6618         * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6619         (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6620         * config/pa/linux.mh: New file.
6621         * config/pa/linux.mt: New file.
6622         * config/pa/nm-linux.h: New file.
6623         * config/pa/xm-linux.h: New file.
6624         * hppa-linux-nat.c: New file.
6625         * hppa-linux-tdep.c: New file.
6626
6627 2004-04-28  Randolph Chung  <tausq@debian.org>
6628
6629         * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6630         return values.
6631         (hppa32_push_dummy_call): Fix small struct and floating point argument 
6632         passing, and make sure the stack frame is properly aligned.
6633
6634 2004-04-28  Andrew Cagney  <cagney@redhat.com>
6635
6636         * stack.c (print_stack_frame): Fix description.
6637
6638         * NEWS: Mention gdb/gdbserver/configure execute permission
6639         changed.  PR server/519.
6640
6641 2004-04-28  Andrew Cagney  <cagney@redhat.com>
6642
6643         * stack.c (print_stack_frame_stub): Delete declaration.
6644         (struct print_stack_frame_args, print_stack_frame)
6645         (print_frame_info, print_frame): Replace "source" with print what.
6646         Replace "print" with "print_level".  Replace "args" with
6647         "print_args".
6648         * frame.h (show_and_print_stack_frame, print_stack_frame)
6649         (print_frame_info): Update declarations.
6650         * stack.c (select_and_print_frame, frame_command)
6651         (current_frame_command, up_command, down_command): Update calls -
6652         use get_selected_frame, pass "enum print_what" for source, do not
6653         call frame_relative_level.
6654         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6655         * remote-rdp.c (remote_rdp_open): Ditto.
6656         * remote-mips.c (common_open): Ditto.
6657         * remote-e7000.c (e7000_start_remote): Ditto.
6658         * ocd.c (ocd_start_remote): Ditto.
6659         * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6660         * infrun.c (normal_stop): Ditto.
6661         * inflow.c (kill_command): Ditto.
6662         * infcmd.c (finish_command): Ditto.
6663         * corelow.c (core_open): Ditto.
6664         * tracepoint.c (finish_tfind_command): Ditto.
6665         * thread.c (info_threads_command, info_threads_command) 
6666         (restore_current_thread, do_captured_thread_select): Ditto.
6667         * ada-tasks.c (task_command): Ditto.
6668
6669 2004-04-26  Orjan Friberg <orjanf@axis.com>
6670
6671         * frame.c: Include "observer.h".
6672         (frame_observer_target_changed): New function.
6673         (_initialize_frame): Attach target_changed observer.
6674         * regcache.c: Include "observer.h".
6675         (regcache_observer_target_changed): New function.
6676         (_initialize_regcache): Attach target_changed observer.
6677         * valops.c: Include "observer.h".
6678         (value_assign): Notify target_changed event when modifying register.
6679         * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6680
6681 2004-04-26  Orjan Friberg <orjanf@axis.com>
6682
6683         From Paul Koning <pkoning@equallogic.com>:
6684         * breakpoint.c (free_valchain): New function.
6685         (insert_bp_location, delete_breakpoint): Use free_valchain.
6686         (remove_breakpoint): Do not remove the valchain.
6687         (bpstat_stop_status): If not stopped by watchpoint, skip
6688         watchpoints when generating stop status list.
6689         * infrun.c (handle_inferior_event): Make
6690         stepped_after_stopped_by_watchpoint a global variable.
6691         * remote.c (remote_stopped_data_address): Return watch data
6692         address rather than zero if stepped_after_stopped_by_watchpoint is
6693         set.
6694
6695 2004-04-25  Michael Chastain  <mec.gnu@mindspring.com>
6696
6697         Fix PR gdb/1626.
6698         * configure.in: Check for curses after termcap.
6699         On osf5.*, do not check for ncurses.
6700         * configure: Regenerate.
6701
6702 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
6703
6704         * ppcobsd-nat.c: Include "ppc-tdep.h".
6705         * Makefile.in (ppcobsd-nat.o): Update dependencies.
6706
6707         * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6708         Fixes PR tdep/1623 and PR tdep/1624.
6709
6710 2004-04-24  Michael Chastain  <mec.gnu@mindspring.com>
6711
6712         * xmodem.h, xmodem.c: Remove files.
6713         * Makefile.in: Remove references to xmodem.h, xmodem.c.
6714
6715 2004-04-23  Randolph Chung  <tausq@debian.org>
6716
6717         * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6718         (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6719         (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6720         for handling stackless frames.
6721         (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer. 
6722
6723 2004-04-23  Randolph Chung  <tausq@debian.org>
6724
6725         * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6726         starts at a pc before the frame is created.
6727
6728 2004-04-23  Joel Brobecker  <brobecker@gnat.com>
6729
6730         * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6731
6732 2004-04-23  Jerome Guitton  <guitton@gnat.com>
6733
6734         * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6735         use convert_typed_floating to get the appropriate format.
6736
6737 2004-04-22  Randolph Chung  <tausq@debian.org>
6738
6739         * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6740         (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6741         (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6742         (hppa_sign_extend): Add prototype.
6743         * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6744         (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6745         (sign_extend): Rename with hppa_ prefix and make non-static.  Other
6746         hppa targets will also use these functions.
6747         (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6748         (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6749         (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6750         (hppa_gdbarch_init): Remove gdbarch setting of 
6751         skip_trampoline_code, in_solib_call_trampoline and
6752         in_solib_return_trampoline.
6753         * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6754         (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6755         hppa_in_solib_call_trampoline.
6756         (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6757         Moved from hppa-tdep.c.
6758         (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code, 
6759         in_solib_call_trampoline and in_solib_return_trampoline.
6760
6761 2004-04-22  Randolph Chung  <tausq@debian.org>
6762
6763         * hppa-tdep.c (hppa_debug): New variable.
6764         (find_unwind_entry, hppa_frame_cache): Add debug output.
6765         (_initialize_hppa_tdep): Add command to set debug flag.
6766
6767 2004-04-22  Andrew Cagney  <cagney@redhat.com>
6768
6769         * ppcnbsd-tdep.c: Update copyright.  Include "tramp-frame.h" and
6770         "trad-frame.h".
6771         (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6772         signal trampoline unwinder.
6773         (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6774
6775 2004-04-22  Mark Kettenis  <kettenis@gnu.org>
6776
6777         Add OpenBSD/powerpc support.
6778         * NEWS (New native configurations): Mention OpenBSD/powerpc.
6779         * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6780         (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6781         (ppc_collect_fpregset): New prototypes.
6782         * ppcobsd-nat.c: New file.
6783         * ppcobsd-tdep.c: New file.
6784         * ppcobsd-tdep.h: New file.
6785         * rs6000-tdep.c: Include "regset.h".
6786         (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6787         (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6788         New functions.
6789         * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6790         (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6791         (rs6000-tdep.o): Update dependencies.
6792         * configure.host: Add powerpc-*-openbsd.
6793         * configure.tgt: Add powerpc-*-openbsd.
6794         * config/powerpc/obsd.mh: New file.
6795         * config/powerpc/nm-obsd.h: New file.
6796         * config/powerpc/obsd.mt: New file.
6797
6798 2004-04-22  Andrew Cagney  <cagney@redhat.com>
6799
6800         * frame.h (show_frame_info): Delete declaration.
6801
6802         * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6803         * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6804         * m32r-tdep.c (m32r_frame_this_id): Ditto.
6805         * frv-tdep.c (frv_frame_this_id): Ditto.
6806         * avr-tdep.c (avr_frame_this_id): Ditto.
6807
6808 2004-04-22  Elena Zannoni  <ezannoni@redhat.com>
6809
6810         * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6811
6812 2004-04-22  Jim Blandy  <jimb@redhat.com>
6813
6814         * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6815         register number zero.
6816
6817 2004-04-21  Michael Snyder  <msnyder@redhat.com>
6818
6819         * mips-tdep.c (heuristic_proc_start): 
6820         Warning() already prefixes "Warning: ".
6821
6822 2004-04-21  Andrew Cagney  <cagney@redhat.com>
6823
6824         * annotate.h (deprecated_annotate_starting_hook)
6825         (deprecated_annotate_stopped_hook)
6826         (deprecated_annotate_exited_hook)
6827         (deprecated_annotate_signal_hook)
6828         (deprecated_annotate_signalled_hook): Deprecate.
6829         * tracepoint.h (deprecated_create_tracepoint_hook)
6830         (deprecated_delete_tracepoint_hook)
6831         (deprecated_modify_tracepoint_hook)
6832         (deprecated_trace_find_hook)
6833         (deprecated_trace_start_stop_hook): Deprecate.
6834         * target.h (deprecated_target_new_objfile_hook): Deprecate.
6835         * remote.h (deprecated_target_resume_hook)
6836         (deprecated_target_wait_loop_hook): Deprecate.
6837         * gdbcore.h (deprecated_exec_file_display_hook)
6838         (deprecated_file_changed_hook): Deprecate.
6839         * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6840         * defs.h (deprecated_modify_breakpoint_hook)
6841         (deprecated_command_loop_hook, deprecated_show_load_progress)
6842         (deprecated_print_frame_info_listing_hook)
6843         (deprecated_query_hook, deprecated_warning_hook)
6844         (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6845         (deprecated_delete_breakpoint_hook)
6846         (deprecated_interactive_hook, deprecated_registers_changed_hook)
6847         (deprecated_readline_begin_hook, deprecated_readline_hook)
6848         (deprecated_readline_end_hook, deprecated_register_changed_hook)
6849         (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6850         (deprecated_context_hook, deprecated_target_wait_hook)
6851         (deprecated_attach_hook, deprecated_detach_hook)
6852         (deprecated_call_command_hook, deprecated_set_hook)
6853         (deprecated_error_hook, deprecated_error_begin_hook)
6854         (deprecated_ui_load_progress_hook): Deprecate.
6855         * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6856         * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6857         * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6858         * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6859         * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6860         * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6861         * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6862         * annotate.c, aix-thread.c: Update.
6863
6864 2004-04-21  Andrew Cagney  <cagney@redhat.com>
6865
6866         * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6867         * vaxnbsd-tdep.c: Include "gdb_string.h".
6868
6869         * symfile.c (symbol_file_add_from_memory): #if 0 function.
6870         (add_symbol_file_from_memory_command): #if 0 function body, call
6871         error instead.
6872
6873 2004-04-21  Andrew Cagney  <cagney@redhat.com>
6874
6875         * gdbcore.h: Update copyright.
6876         (deprecated_add_core_fns): Rename add_core_fns.
6877         * win32-nat.c (_initialize_core_win32): Update.
6878         * sun3-nat.c (_initialize_core_sun3): Update.
6879         * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6880         * rs6000-nat.c (_initialize_core_rs6000): Update.
6881         * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6882         * nto-tdep.c (_initialize_nto_tdep): Update.
6883         * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6884         * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6885         * mips-nat.c (_initialize_core_mips): Update.
6886         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6887         * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6888         * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6889         * lynx-nat.c (_initialize_core_lynx): Update.
6890         * irix5-nat.c (_initialize_core_irix5): Update.
6891         * i386-interix-nat.c (_initialize_core_interix): Update.
6892         * cris-tdep.c (_initialize_cris_tdep): Update.
6893         * corelow.c (deprecated_add_core_fns): Update.
6894         * core-regset.c (_initialize_core_regset): Update.
6895         * core-aout.c (_initialize_core_aout): Update.
6896         * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6897         * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6898         * alpha-nat.c (_initialize_core_alpha): Update.
6899
6900 2004-04-21  Jim Blandy  <jimb@redhat.com>
6901
6902         * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6903
6904 2004-04-19  Daniel Jacobowitz  <drow@mvista.com>
6905
6906         * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6907         Delete.
6908         (dwarf_alloc_block): Take a CU argument.  Use the comp_unit_obstack.
6909         (read_attribute_value): Update calls to dwarf_alloc_block.
6910         (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6911         dwarf2_tmp_obstack.
6912         (psymtab_to_symtab_1): Likewise.  Clean up using
6913         free_stack_comp_unit.
6914         (add_to_cu_func_list): Use the comp_unit_obstack.
6915
6916 2004-04-19  Joel Brobecker  <brobecker@gnat.com>
6917
6918         * dwarf2read.c (dwarf2_flag_true_p): New function.
6919         (die_is_declaration): Use the function above. Add some comments.
6920
6921 2004-04-19  Mark Kettenis  <kettenis@gnu.org>
6922
6923         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6924         architecture when registering sparcnbsd_core_osabi_sniffer.
6925         Adjust comment.
6926
6927 2004-04-18  Mark Kettenis  <kettenis@gnu.org>
6928
6929         * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6930         return value.
6931
6932         Based on a patch from Brian Ford <ford@vss.fsi.com>:
6933         * i386-tdep.c: Correct register numbering scheme comments
6934         throughout.
6935         (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6936         (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6937         (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6938         (i386_gdb_arch_init): Likewise.
6939
6940         * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6941         and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6942         ppcnbsd-tdep.o.
6943
6944         * m68k-tdep.h: Tweak comments.
6945         * m68k-tdep.c: Tweak comment.
6946
6947 2004-04-17  Randolph Chung  <tausq@debian.org>
6948
6949         * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6950         * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6951         (hppa_hpux_som_init_abi): Set is_elf to 0.
6952         (hppa_hpux_elf_init_abi): Set is_elf to 1.
6953         * hppa-tdep.c (low_text_segment_address): Remove global.
6954         (record_text_segment_lowaddr): Pass in low address as parameter. Use
6955         section offset to calculate segment address.
6956         (internalize_unwinds): Define low_text_segment_address as local and
6957         pass to record_text_segment_lowaddr for ELF targets.
6958         (hppa_gdbarch_init): Zero fill tdep structure.
6959         (hppa_dump_tdep): Print tdep structure.
6960         * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6961
6962 2004-04-17  Randolph Chung  <tausq@debian.org>
6963
6964         * hppa-tdep.c (hppa_pseudo_register_read): Define.
6965         (hppa_gdbarch_init): Set pseudo_register_read.
6966         * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6967         * regcache.c (supply_register): Remove check for
6968         DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6969
6970 2004-04-17  Randolph Chung  <tausq@debian.org>
6971
6972         * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6973         * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6974         (hpread_adjust_stack_address): Move to hpread.c.
6975         * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6976         obj_private_struct): Move from tm-hppa.h.
6977         * hpread.c (hppa-tdep.h): Include.
6978         (hpread_adjust_stack_address): Move from hppa-tdep.c.
6979         (hpread_read_function_type, hpread_read_doc_function_type)
6980         (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address 
6981         directly.
6982         * pa64solib.c (hppa-tdep.h): Include.
6983         * somsolib.c (hppa-tdep.h): Include.
6984         * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6985         inferior_status): Remove unused forward declarations.
6986         (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6987         (unwind_table_entry, unwind_stub_types, obj_unwind_info, 
6988         obj_private_struct): Move to hppa-tdep.h.
6989         (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6990
6991 2004-04-17  Randolph Chung  <tausq@debian.org>
6992
6993         * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6994         (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6995         (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6996         (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6997         Remove forward declaration and make static.
6998         (hppa_reg_struct_has_addr): Remove.
6999
7000 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
7001
7002         * observer.sh: Move comments in sed command to first column.
7003
7004 2004-04-16  Jason Molenda  (jmolenda@apple.com)
7005
7006         * frame.c: Minor typeo corrections in comments.
7007
7008 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
7009
7010         * observer.c (observer_test_first_notification_function): Update
7011         function profile.
7012         (observer_test_second_notification_function): Likewise.
7013         (observer_test_third_notification_function): Likewise.
7014
7015 2004-04-16  Mark Kettenis  <kettenis@gnu.org>
7016
7017         From Brian Ford <ford@vss.fsi.com>:
7018         * i386-tdep.c (i386_coff_init_abi): New function.
7019         * i386-tdep.h (i386_coff_init_abi): New prototype.      
7020         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it.  Use correct
7021         register number translation functions for DWARF and DWARF 2.
7022
7023 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
7024
7025         * dwarf2read.c: Back out my previous change, it was incorrect.
7026
7027 2004-04-16  Daniel Jacobowitz  <drow@mvista.com>
7028
7029         * dwarf2read.c: Include "hashtab.h".
7030         (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7031         has_namespace_info.
7032         (struct partial_die_info): Add comments.  Use bitfields to reduce
7033         memory footprint.  Add scope, scope_set, has_specification,
7034         spec_offset, die_parent, die_child, and die_sibling.
7035         (peek_die_abbrev): Add prototype.
7036         (partial_read_comp_unit_head): New function, broken out from
7037         dwarf2_build_psymtabs_hard.
7038         (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7039         Use partial_read_comp_unit_head.  Initialize the CU and
7040         comp_unit_obstack.  Update calls to read_partial_die and
7041         scan_partial_symbols.  Use free_stack_comp_unit and
7042         load_partial_dies.
7043         (scan_partial_symbols): Change PDI to a pointer.  Use the child and
7044         sibling pointers to walk partial DIEs.  Call fixup_partial_die.
7045         Update calls to helper functions.  Remove NAMESPACE argument.
7046         Update comments.
7047         (partial_die_parent_scope, partial_die_full_name): New functions.
7048         (add_partial_symbol): Remove namespace argument.  Update call to
7049         pdi_needs_namespace.  Use partial_die_full_name.  Handle
7050         DW_TAG_namespace.  Check has_namespace_info flag.
7051         (pdi_needs_namespace): Remove NAMESPACE argument.  Just check the
7052         tag.  Handle namespaces.
7053         (add_partial_namespace, add_partial_enumeration): Simplify.
7054         (guess_structure_name): New function, derived from
7055         add_partial_structure.
7056         (add_partial_structure): Remove.
7057         (determine_class_name): Update comment.
7058         (dwarf2_read_abbrevs): Set has_namespace_info flag.
7059         (is_type_tag_for_partial, load_partial_dies): New functions.
7060         (read_partial_die): Pass abbrev and abbrev_len as arguments.
7061         Record specifications instead of following them immediately.
7062         (find_partial_die_in_comp_unit, find_partial_die)
7063         (fixup_partial_die, free_stack_comp_unit)
7064         (hashtab_obstack_allocate, dummy_obstack_deallocate)
7065         (partial_die_hash, partial_die_eq): New functions.
7066         * Makefile.in (hashtab_h): Define.
7067         (dwarf2read.o): Update dependencies.
7068         (observer_inc, observer_h): Move to the correct section.
7069
7070 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
7071
7072         * dwarf2read.c (dwarf2_attribute_true_p): New function.
7073         (die_is_declaration): Use the function above. Add comment.
7074
7075 2004-04-15  Joel Brobecker  <brobecker@gnat.com>
7076
7077         * dwarf2read.c (read_structure_scope): Identify stub types
7078         using die_is_declaration() only.
7079
7080 2004-04-15  Roland McGrath  <roland@redhat.com>
7081
7082         * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7083         argument instead of NAME.
7084         (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7085         in call to symbol_file_add_with_addrs_or_offsets.
7086         (build_addr_info): New function, helper for ...
7087         (symbol_file_add_from_memory): New function.
7088         (add_symbol_file_from_memory_command): New function using that.
7089         (_initialize_symfile): Register it for add-symbol-file-from-memory.
7090         (pre_add_symbol_hook): Add const to argument type.
7091         * symfile.h (symbol_file_add_from_memory): Declare it.
7092
7093 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
7094
7095         * NEWS (New native configurations): Mention OpenBSD/vax.
7096         * configure.host: Add vax-*-openbsd*.
7097         * config/vax/obsd.mh: New file.
7098         * config/vax/nm-obsd.h: New file.
7099
7100         * vax-tdep.c: Include "regset.h".
7101         (vax_supply_gregset): New function.
7102         (vax_gregset): New variable.
7103         (vax_regset_from_core_section): New function.
7104         (vax_gdbarch_init): Set regset_from_core_section.
7105         * Makefile.in (vax-tdep.o): Update dependencies.
7106
7107 2004-04-15  Andrew Cagney  <cagney@redhat.com>
7108
7109         * observer.c (normal_stop_subject, observer_notify_normal_stop)
7110         (observer_normal_stop_notification_stub)
7111         (observer_attach_normal_stop, observer_detach_normal_stop):
7112         Delete, replaced by #include "observer.inc".
7113         * infrun.c (normal_stop): Pass "stop_bpstat" to
7114         observer_notify_normal_stop.
7115         * Makefile.in (observer_inc): Define.
7116         (observer.o): Update dependencies.
7117         (observer.h, observer.inc): New rules.
7118         * observer.h: Delete file.
7119         * observer.sh: New file.
7120
7121 2004-04-15  Mark Kettenis  <kettenis@gnu.org>
7122
7123         * vax-tdep.c (vax_frame_cache): Fix typo.
7124
7125 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
7126
7127         * NEWS (New native configurations): Mention NetBSD/vax.
7128         * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7129         * config/vax/nbsdelf.mh: New file.
7130         * config/vax/nbsdaout.mh: New file.
7131         * config/vax/nm-nbsd.h: New file.
7132         * config/vax/nm-nbsdaout.h: New file.
7133
7134         * vaxnbsd-tdep.c: New file.
7135         * Makefile.in (vaxnbsd-tdep.o): New dependency.
7136         * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7137         * config/vax/nbsd.mt: New file.
7138         * config/vax/tm-nbsd.h: New file.
7139
7140         * Makefile.in (vaxbsd-nat.o): New dependency.
7141
7142         * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7143         * vax-tdep.c (vax_store_arguments): Remove struct_return and
7144         struct_addr arguments.  Don't push return value address.
7145         (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7146         arguments to vax_store_arguments.  Store return value address in
7147         R1.
7148         (vax_store_struct_return, vax_extract_return_value)
7149         (vax_store_return_value): Remove functions.
7150         (vax_return_value): New function.
7151         (vax_gdbarch_init): Set return value.  Don't set
7152         deprecated_store_struct_return, deprecated_extract_struct_return
7153         and deprecated_store_return_value.
7154
7155 2004-04-14  Andreas Schwab  <schwab@suse.de>
7156
7157         * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7158         value buffer.
7159         * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7160
7161 2004-04-14  Mark Kettenis  <kettenis@gnu.org>
7162
7163         * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7164         (vax_unwind_dummy_id): New functions.
7165         (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7166         (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7167         variables.
7168         (vax_fix_call_dummy): Remove function.
7169         (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7170         Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7171         call_dummy_location, deprecated_call_dummy_words,
7172         deprecated_sizeof_call_dummy_words,
7173         deprecated_call_dummy_breakpoint_offset,
7174         deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7175         and deprecated_dummy_write_sp.
7176
7177 2004-04-13  David Carlton  <carlton@kealia.com>
7178
7179         * MAINTAINERS: Move myself to "paper trail" section.
7180
7181 2004-04-12  Mark Kettenis  <kettenis@gnu.org>
7182
7183         * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7184         "trad-frame.h".
7185         (vax_frame_init_saved_regs): Remove function.
7186         (vax_sigtramp_saved_pc): Remove function.
7187         (vax_frame_saved_pc): Remove function.
7188         (vax_frame_args_address): Remove function.
7189         (vax_frame_num_args): Rewrite.
7190         (vax_frame_chain): Remove function.
7191         (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7192         VAX_FP_REGNUM.
7193         (vax_pop_frame): Likewise.
7194         (vax_saved_pc_after_call): Remove function.
7195         (struct vax_frame_cache): New structure.
7196         (vax_frame_cache): New function.
7197         (vax_frame_this_id): New function.
7198         (vax_frame_prev_register): New function.
7199         (vax_frame_unwind): New variable.
7200         (vax_frame_sniffer): New function.
7201         (vax_frame_base_address): New function.
7202         (vax_frame_args_address): New function.
7203         (vax_frame_base): New variable.
7204         (vax_unwind_pc): New function.
7205         (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7206         deprecated_fp_regnum, deprecated_saved_pc_after_call,
7207         deprecated_frame_chain, deprecated_frame_saved_pc,
7208         deprecated_frame_args_address and
7209         deprecated_frame_init_saved_regs.
7210         * Makefile.in (vax-tdep.o): Update dependencies.
7211
7212         * vaxbsd-nat.c: New file.
7213
7214         * vax-tdep.h: Update copyright year.  Adjust comments.
7215         (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7216         VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7217         (vax_regnum): New enum.  Replacing...
7218         (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7219         (VAX_PS_REGNUM): ... these removed macros.
7220         * vax-tdep.c (vax_register_name): Remove prototype.
7221         (vax_register_name): Reorganize somewhat.  Use ARRAY_SIZE.
7222         (vax_register_byte, vax_register_raw_size,
7223         vax_register_virtual_size, vax_register_virtual_type): Remove
7224         functions.
7225         (vax_register_type): New function.
7226         (vax_breakpoint_from_pc): Reorganize.
7227         (vax_gdbarch_init): Set register_type.  Don't set
7228         deprecated_register_size, deprecated_register_bytes,
7229         deprecated_register_byte, deprecated_register_raw_size,
7230         deprecated_max_register_raw_size,
7231         deprecated_register_virtual_size,
7232         deprecated_max_register_virtual_size and
7233         deprecated_register_virtual_type.  Add comment on stack direction.
7234
7235 2004-04-11  Mark Kettenis  <kettenis@gnu.org>
7236
7237         * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7238         AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7239         AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7240
7241 2004-04-10  Randolph Chung  <tausq@debian.org>
7242
7243         * MAINTAINERS (write after approval): Add myself.
7244
7245 2004-04-07  Randolph Chung  <tausq@debian.org>
7246
7247         * hppa-tdep.c (hppa_inner_than): Remove.
7248         (is_pa_2): Remove unused static variable.
7249         (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7250
7251 2004-03-10  Paul N. Hilfinger  <Hilfinger@gnat.com>
7252
7253         * language.h (language_defn): Add new la_post_parser field.
7254         * parser-defs.h (null_post_parser): New declaration (default for
7255         la_post_parser).
7256
7257         * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7258         insert call to that function.
7259         (parse_exp_in_context): New function, including code formerly in
7260         parse_exp_1.  Calls language-dependent post-parser after
7261         prefixification.
7262         (parse_expression_in_context): New exported function.
7263         (null_post_parser): New definition.
7264         * expression.h (parse_expression_in_context): Add declaration.
7265
7266         * p-lang.c (pascal_language_defn): Add trivial post-parser.
7267         * c-lang.c (c_language_defn): Ditto.
7268         (cplus_language_defn): Ditto.
7269         (asm_language_defn): Ditto.
7270         (minimal_language_defn): Ditto.
7271         * f-lang.c (f_language_defn): Ditto.
7272         * jv-lang.c (java_language_defn): Ditto.
7273         * language.c (unknown_language_defn): Ditto.
7274         (auto_language_defn): Ditto.
7275         (local_language_defn): Ditto.
7276         * m2-lang.c (m2_language_defn): Ditto.
7277         * scm-lang.c (scm_language_defn): Ditto.
7278         * obj-lang.c (objc_language_defn): Ditto.
7279
7280 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
7281
7282         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7283         (amd64nbsd_mcontext_addr): New function.
7284         (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7285         amd64nbsd_mcontext_addr.  Directly initialize TDEP->sc_reg_offset
7286         with amd64nbsd_r_reg_offset, instead of building it on the fly.
7287
7288         * corelow.c (core_xfer_partial): Fix coding standards violation.
7289         Add support for TARGET_OBJECT_WCOOKIE.
7290
7291         * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7292         deprecated_pc_in_sigtramp.
7293         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7294         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7295         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7296         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7297         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7298         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7299         * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7300
7301         * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7302         i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7303         Fix typo.
7304
7305         * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7306         I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7307         (amd64_collect_fxsave): Likewise.
7308
7309         * i386-sol2-tdep.c: Include "gdb_string.h".
7310         (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7311         name.
7312         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7313
7314 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
7315
7316         * i386-sol2-tdep.c: Include "solib-svr4.h".
7317         (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7318         * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7319         * config/i386/tm-i386sol2.h: Include :solib.h".
7320         * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7321         solib-svr4.o and solib-legacy.o.
7322         * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7323         solib-svr4.o.
7324
7325 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
7326
7327         * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7328         whether a register is supplied by PTRACE_GETFPREGS.
7329         (store_inferior_registers): Likewise.
7330         * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7331         whether a register is supplied by PT_GETFPREGS.
7332         (store_inferior_registers): Likewise.
7333
7334         * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7335         * config/i386/linux64.mt (TDEPFILES): Likewise.
7336
7337         * i386-linux-nat.c: Update copyrigth year.  Tweak comment.
7338
7339         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7340         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
7341         the program counter is in the range specified by `struct
7342         gdbarch_tdep'.
7343         * amd64-linux-tdep.c: Include "symtab.h".
7344         (amd64_linux_pc_in_sigtramp): Remove function.
7345         (amd64_linux_sigtramp_p): New function.
7346         (amd64_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7347         deprecated_pc_in_sigtramp.
7348         * amd64nbsd-tdep.c: Include "symtab.h".
7349         (amd64nbsd_sigtramp_p): New function.
7350         (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7351         deprecated_pc_in_sigtramp.
7352         * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h".  Add a
7353         few comments.
7354         (amd64obsd_pc_in_sigtramp): Remove function.
7355         (amd64obsd_sigtramp_p): New function.
7356         (amd64obsd_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7357         deprecated_pc_in_sigtramp.
7358         * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7359         (i386bsd_pc_ins_sigtramp): Remove prototype.
7360         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7361         * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7362         sigtramp_p member of `struct gdbarch_tdep'.  Also check whether
7363         the program counter is in the range specified by `struct
7364         gdbarch_tdep'.
7365         (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7366         (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7367         (i386_go32_pc_in_sigtramp): Remove function.
7368         (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7369         Initialize TDEP->sigtramp_p.
7370         (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7371         (i386_gdbarch_init): Initialize TDEP->sigtramp_p.  Don't set
7372         deprecated_pc_in_sigtramp.
7373         * i386-linux-tdep.c: Adjust comments.
7374         (i386_linux_pc_in_sigtramp): Remove function.
7375         (i386_linux_sigtramp_p): New function.
7376         (i386_linux_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7377         deprecated_pc_in_sigtramp.
7378         * i386-nto-tdep.c: Update copyright year.
7379         (i386nto_pc_in_sigtramp): Remove function.
7380         (i386nto_sigtramp_p): New function.
7381         (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7382         SP_REGNUM.
7383         (i386nto_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7384         deprecated_pc_in_sigtramp.
7385         * i386-sol2-tdep.c: Update copyright year.
7386         (i386_sol2_pc_in_sigtramp): Remove function.
7387         (i386_sol2_sigtramp_p): New function.
7388         (i386_sol2_init_abi): Initialize TDEP->sigtramp_p.  Don't set
7389         deprecated_pc_in_sigtramp.
7390         * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7391         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7392         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7393         deprecated_sigtramp_start and deprecated_sigtramp_end.
7394         * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7395         (i386nbsd_pc_in_sigtramp): Remove function.
7396         (i386nbsd_sigtramp_p): New function.
7397         (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7398         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
7399         TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7400         * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7401         (i386obsd_pc_in_sigtramp): Remove function.
7402         (i386obsd_sigtramp_p): New function.
7403         (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7404         functions.
7405         (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7406         deprecated_sigtramp_start, deprecated_sigtramp_end.  Initialize
7407         TDEP->sigtramp_p.
7408         * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7409         amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7410         dependencies.
7411
7412         * config/i386/i386aout.mt: Remove file.
7413
7414         * configure.tgt: Remove i[34567]86-*-go32*,
7415         i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7416         and i[34567]86-*-isc*.  Set gdb_target to i386 for
7417         i[34567]86-*-netware* and i[34567]86-*-*.
7418         * config/i386/i386.mt: New file.
7419         * config/i386/embed.mt: Remove file.
7420         * config/i386/go32.mt: Remove file.
7421         * config/i386/i386nw.mt: Remove file.
7422         * config/i386/i386v.mt: Remove file.
7423         * config/i386/tm-go32.h: Remove file.
7424
7425         * tui/tui-hooks.c: Include "readline/readline.h" after
7426         "gdb_curses.h" instead of before.
7427         * tui/tui-io.c: Likewise.
7428
7429         * tui/tui.c: Fix typo in comment.
7430
7431         * sparc64-tdep.c (sparc_address_from_register): Remove function.
7432
7433 2004-04-08  Andrew Cagney  <cagney@redhat.com>
7434
7435         * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7436         (deprecated_exception_support_initialized): Declare.
7437         * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7438         (initialize_hp_cxx_exception_support)
7439         (child_enable_exception_callback): Update.
7440         * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7441         (deprecated_exception_support_initialized): Rename
7442         deprecated_exception_catchpoints_are_fragile and
7443         deprecated_exception_support_initialized.
7444         (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7445
7446         * symtab.c (deprecated_hp_som_som_object_present): Rename
7447         hp_som_som_object_present.
7448         * symtab.h (deprecated_hp_som_som_object_present): Declare.
7449         * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7450         Update.  Delete extern declaration.
7451         * valops.c (hp_som_som_object_present): Ditto.
7452         * parse.c (deprecated_hp_som_som_object_present)
7453         (parse_nested_classes_for_hpacc): Ditto.
7454         * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7455         * hppa-hpux-tdep.c (hp_som_som_object_present)
7456         (initialize_hp_cxx_exception_support): Ditto.
7457         * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7458         * cp-valprint.c (hp_som_som_object_present)
7459         (cp_print_class_method): Ditto.
7460         * c-typeprint.c (hp_som_som_object_present):
7461         (c_type_print_base): Ditto.
7462         * c-exp.y (hp_som_som_object_present): Ditto.
7463
7464 2004-04-08  Andrew Cagney  <cagney@redhat.com>
7465
7466         * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7467         (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7468         (frame_unwind_find_by_frame): Re-implement the unwind code so
7469         that it can both prepend and append sniffers.  Replace
7470         frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7471         * tramp-frame.c (tramp_frame_append): Use
7472         frame_unwind_prepend_unwinder.
7473         * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7474         frame_unwind_register_unwinder.
7475         * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7476         tramp_frame_append.
7477         * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7478         * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7479         (mips_linux_init_abi): Update.
7480
7481 2004-04-08  Kevin Buettner  <kevinb@redhat.com>
7482
7483         * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7484         (ELF_FPREGSET_SIZE):  Delete constants formerly used in core
7485         file support.
7486
7487 2004-04-07  Kevin Buettner  <kevinb@redhat.com>
7488
7489         * ia64-tdep.c (elf.h): Don't include.
7490         (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7491
7492 2004-04-07  Jason Molenda  (jmolenda@apple.com)
7493
7494         * frame.h: Typeo corrections in comments.
7495
7496 2004-04-07  Jim Blandy  <jimb@redhat.com>
7497
7498         * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7499         %esp and %ebp
7500
7501 2004-04-07  Mark Kettenis  <kettenis@gnu.org>
7502
7503         * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7504         * config/sparc/linux64.mt (TDEPFILES): Likewise.
7505         * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7506         * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7507         and solib-legacy.o.
7508         * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7509         solib-svr4.o.
7510         * config/sparc/tm-sol2.h: Update copyright year.  Include
7511         "solib.h".
7512
7513         * sparc-sol2-tdep.c: Update copyright year.  Include
7514         "solib-svr4.h".
7515         (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7516         * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7517         (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7518         * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7519         dependencies.
7520
7521 2004-04-06  Andrew Cagney  <cagney@redhat.com>
7522
7523         * infttrace.c: Include "infttrace.h".
7524         * infttrace.h: Include "target.h".
7525         * Makefile.in (infttrace_h): Update.
7526         (infttrace.o): Update.
7527
7528 2004-04-06  Andrew Cagney  <cagney@redhat.com>
7529
7530         * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7531         (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7532         move extern declarations from here ...
7533         * infttrace.h: ... to here.
7534         * Makefile.in (hppah-nat.o): Update dependencies.
7535
7536         * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7537         (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7538         * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7539         (hppa_breakpoint_from_pc): Delete.
7540
7541         * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7542
7543 2004-04-05  Andrew Cagney  <cagney@redhat.com>
7544
7545         * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7546         <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7547         <sys/file.h>.
7548
7549 2004-04-06  Randolph Chung  <tausq@debian.org>
7550
7551         Committed by Andrew Cagney (mechanical change).
7552         * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7553         exception_catchpoints_are_fragile, find_stub_with_shl_get,
7554         cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7555         child_enable_exception_callback, current_ex_event,
7556         null_symtab_and_line, child_get_current_exception_event,
7557         HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7558         HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7559         HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7560         hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7561         eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7562         eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7563         Move hpux-specific definitions ...
7564         * hppa-hpux-tdep.c: ... to here.
7565
7566 2004-04-05  Andrew Cagney  <cagney@redhat.com>
7567
7568         * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7569         skip_prologue_using_sal.
7570
7571 2004-04-05  Andrew Cagney  <cagney@redhat.com>
7572
7573         * config/i386/tm-i386.h: Delete file.
7574         * config/i386/tm-vxworks.h: Update copyright, do not include
7575         "tm-i386.h".
7576         * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7577         * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7578         * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7579         * config/i386/ncr3000.mt (TM_FILE): Delete.
7580         * config/i386/interix.mt (TM_FILE): Delete.
7581         * config/i386/i386v.mt (TM_FILE): Delete.
7582         * config/i386/i386nw.mt (TM_FILE): Delete.
7583         * config/i386/i386gnu.mt (TM_FILE): Delete.
7584         * config/i386/i386aout.mt (TM_FILE): Delete.
7585         * config/i386/embed.mt (TM_FILE): Delete.
7586
7587 2004-04-05  Kevin Buettner  <kevinb@redhat.com>
7588
7589         * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7590         (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7591         (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7592         (accg7_regnum): New constants.
7593         (last_spr_regnum, last_pseudo_regnum): Update.
7594         * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7595         accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7596         (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7597         for accg registers.
7598         (frv_register_sim_regno): Update spr_map[].
7599
7600 2004-04-04  Andrew Cagney  <cagney@redhat.com>
7601
7602         * config/mips/xm-riscos.h: Delete.
7603         * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7604         * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7605         * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7606         * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7607         * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7608         * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7609         * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7610         * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7611         * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7612         * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7613         * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7614         * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7615         * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7616         * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7617         * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7618         * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7619         * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7620         * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7621         * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7622         * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7623         * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7624         * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7625         * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7626         * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7627         * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7628         * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7629
7630         * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7631         m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7632         m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7633         * configure.host: Remove m680[01]0-sun-sunos3*,
7634         m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7635         m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7636         m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7637         mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7638         mips-*-riscos*.
7639         * NEWS: Mention removed systems.
7640
7641 2004-04-04  Andrew Cagney  <cagney@redhat.com>
7642
7643         GDB 6.1 release created from 6.1 branch.
7644
7645 2004-04-04  Andrew Cagney  <cagney@redhat.com>
7646
7647         * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7648         * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7649         * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7650
7651         * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7652         * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7653         * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7654
7655 2004-04-03  Jim Blandy  <jimb@redhat.com>
7656
7657         * MAINTAINERS: Chris Faylor has changed employers; add him to
7658         "paper trail" section, and update his E-mail address.
7659
7660 2004-04-03  Andrew Cagney  <cagney@redhat.com>
7661
7662         * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7663         generic dummy frames.
7664         * dummy-frame.c: Update copyright.
7665         (dummy_frame_sniffer): Delete check for generic dummy frames.
7666
7667         * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7668         * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7669         (REG_PARM_STACK_SPACE): Delete.
7670         * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7671         Inline reference to REG_PARM_STACK_SPACE.
7672
7673         * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7674         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7675         (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7676         (FRAME_BASE_BEFORE_SIGTRAMP)
7677         (hppa32_hpux_frame_base_before_sigtramp)
7678         (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7679         * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7680         (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7681         (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7682         (FRAME_BASE_BEFORE_SIGTRAMP)
7683         (hppa64_hpux_frame_base_before_sigtramp)
7684         (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7685
7686 2004-04-03  Andrew Cagney  <cagney@redhat.com>
7687
7688         * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7689
7690 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7691
7692         * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7693         DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7694         * dummy-frame.h: Delete out-of-date comments.
7695         * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7696         * gdbarch.h, gdbarch.c: Re-generate.
7697
7698 2004-04-02  Joel Brobecker  <brobecker@gnat.com>
7699
7700         Committed by Andrew Cagney <cagney@redhat.com>.
7701         * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7702         into account an instruction saving a register if we have already
7703         seen an earlier instruction saving that same register.
7704
7705 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7706
7707         * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7708         * gdbarch.h, gdbarch.c: Re-generate.
7709         * frame.c (legacy_get_prev_frame): Delete references to
7710         DEPRECATED_INIT_FRAME_PC_FIRST.
7711
7712         * infrun.c (pc_in_sigtramp): Delete function.
7713         (check_sigtramp2): Inline call to pc_in_sigtramp, use
7714         get_frame_type.
7715
7716 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7717
7718         * infrun.c (handle_step_into_function): Delete code conditional on
7719         legacy_frame_p.
7720         (handle_inferior_event, step_over_function): Ditto.
7721
7722 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7723
7724         * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7725         "previous frame inner to this frame" test.
7726
7727 2004-04-02  Andrew Cagney  <cagney@redhat.com>
7728
7729         * frame.c (safe_frame_unwind_memory): New function.
7730         * frame.h (safe_frame_unwind_memory): Declare.  Update description
7731         of /safe_/ methods.
7732         * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7733         "next_frame".  Use safe_frame_unwind_memory.
7734         (tramp_frame_sniffer): Update call to tramp_frame_start.
7735
7736 2004-04-01  Daniel Jacobowitz  <drow@mvista.com>
7737
7738         * dwarf2read.c (dwarf2_objfile_data_key): New.
7739         (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7740         (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7741         (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7742         (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7743         (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7744         (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7745         (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7746         Remove variables.
7747         (struct dwarf2_pinfo): Remove per-objfile members.  Update comments.
7748         (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7749         (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7750         (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7751         (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7752         (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7753         Remove macros.
7754         (dwarf2_has_info): Take an objfile argument.  Allocate per-objfile
7755         data.
7756         (dwarf2_locate_sections, dwarf2_build_psymtabs)
7757         (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7758         (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7759         (read_partial_die, read_full_die, read_indirect_string)
7760         (dwarf_decode_line_header, dwarf_decode_macros)
7761         (dwarf2_symbol_mark_computed): Remove use of removed macros.
7762         Update uses of removed variables.
7763         (psymtab_to_symtab_1): Restore per-objfile data pointer.  Remove use
7764         of removed macros.
7765         (_initialize_dwarf2_read): New function.
7766         * symfile.h (dwarf2_has_info): Update prototype.
7767         * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7768         * elfread.c (elf_symfile_read): Likewise.
7769
7770 2004-04-01  Jim Blandy  <jimb@redhat.com>
7771
7772         * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7773         function for register numbers on all the rs6000-derived targets.
7774         (rs6000_gdbarch_init): Don't register a separate
7775         gdbarch_dwarf2_reg_to_regnum function for the E500.  Use
7776         rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7777         variants.
7778
7779         * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7780         numbering.
7781
7782 2004-04-01  Paul N. Hilfinger  <Hilfinger@gnat.com>
7783
7784         * valarith.c: Update copyright notice.
7785         (value_add): Handle range types.
7786         (value_sub): Ditto.
7787         (value_equal): Ditto.
7788         (value_less): Ditto.
7789         (value_neg): Ditto.
7790         (value_complement): Ditto.
7791         (value_binop): Simplify slightly by using is_integral_type and
7792         eliminiating unnecessary COERCE_ENUMs.
7793
7794 2004-03-31  Andrew Cagney  <cagney@redhat.com>
7795
7796         * frame.h (frame_unwind_id): Declare.
7797         * frame.c (frame_unwind_id): New function.
7798         (get_prev_frame_1): New function.
7799         (frame_debug_got_null_frame): New function.
7800         (get_prev_frame): Use frame_debug_got_null_frame.  Move unwind
7801         code proper to prev_frame, update description.
7802         * infrun.c (step_over_function): Use frame_unwind_id.
7803
7804 2004-04-31  J. Brobecker  <brobecker@gnat.com>
7805
7806         * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7807         (hppa64_push_dummy_call): Likewise.
7808
7809 2004-03-30  Jim Blandy  <jimb@redhat.com>
7810
7811         From Ulrich Weigand:
7812         * utils.c (query): Do not use a va_list variable multiple times.
7813
7814 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
7815
7816         * Makefile.in (linux_nat_h): Update dependencies.
7817         * configure.in: Check for <gnu/libc-version.h>.
7818         * configure: Regenerate.
7819         * config.in: Regenerate.
7820         * linux-nat.h: Include "target.h".  Add waitstatus field to
7821         struct lwp_info.
7822         * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7823         (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7824         to.
7825         (lin_lwp_handle_extended): New function.  Handle clone events.
7826         (wait_lwp): Use lin_lwp_handle_extended.  Update comment about
7827         thread exit events.
7828         (child_wait): Handle clone events.
7829         (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7830         * linux-nat.c (linux_enable_event_reporting): Turn on
7831         PTRACE_O_TRACECLONE.
7832         (linux_handle_extended_wait): Handle clone events.
7833         * thread-db.c: Include <gnu/libc-version.h>.
7834         (struct private_thread_info): Add dying flag.
7835         (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7836         higher.
7837         (attach_thread): Update comments.  Handle dying threads.
7838         (detach_thread): Set the dying flag.
7839         (check_event): Always call attach_thread.
7840
7841 2004-03-29  Daniel Jacobowitz  <drow@mvista.com>
7842
7843         * mips-tdep.c (mips_pdr_data): New.
7844         (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7845         (_initialize_mips_tdep): Initialize mips_pdr_data.
7846
7847 2004-03-29  Corinna Vinschen  <vinschen@redhat.com>
7848
7849         * minsyms.c (install_minimal_symbols): Move dropping leading
7850         char from linkage name from here...
7851         (prim_record_minimal_symbol_and_info): ...to here.  Simplify
7852         test for "__gnu_compiled*" symbols.
7853
7854 2004-03-28  Jim Blandy  <jimb@redhat.com>
7855
7856         * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7857         registers to temp register r0 and byte stores as prologue
7858         instructions.
7859
7860 2004-03-28  Andrew Cagney  <cagney@redhat.com>
7861
7862         * PROBLEMS (Stack backtraces): Rewrite.  Remove reference to
7863         arm*-*-*.
7864
7865 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
7866
7867         * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7868         and switch the layout to force a display of register window.
7869
7870 2004-02-26  J. Brobecker  <brobecker@gnat.com>
7871
7872         * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7873         of the INTEGER class.
7874
7875 2004-03-26  Jim Blandy  <jimb@redhat.com>
7876
7877         * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7878         bytes long on PPC GNU/Linux.
7879
7880 2004-03-26  David Carlton  <carlton@kealia.com>
7881
7882         * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7883
7884 2004-03-25  Andrew Cagney  <cagney@redhat.com>
7885
7886         * PROBLEMS: Add general section titles, remove references to
7887         specific releases.
7888
7889 2004-03-25  Daniel Jacobowitz  <drow@mvista.com>
7890
7891         * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7892         INT_REGISTER_SIZE.
7893         (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7894         FP_REGISTER_VIRTUAL_SIZE.
7895         * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7896         of DEPRECATED_REGISTER_RAW_SIZE.
7897         (arm_register_type): Add gdbarch argument.
7898         (arm_register_raw_size, arm_register_virtual_size): Delete.
7899         (arm_register_byte, arm_extract_return_value)
7900         (arm_store_return_value, arm_get_longjmp_target): Update references
7901         to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7902         (arm_gdbarch_init): Likewise.  Don't set
7903         deprecated_register_raw_size, deprecated_register_virtual_size,
7904         deprecated_max_register_raw_size,
7905         deprecated_max_register_virtual_size, or
7906         deprecated_max_register_virtual_type.  Do set register_type.
7907         * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7908         (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7909         (FP_REGISTER_VIRTUAL_SIZE): Delete.
7910         (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7911         (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7912         * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7913         INT_REGISTER_SIZE.
7914         * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7915         (remote_rdp_store_register): Likewise.
7916
7917 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
7918
7919         * Makefile.in (mips-linux-tdep.o): Update dependencies.
7920         * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7921         to after osabi initialization.
7922         * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7923         (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7924         functions.
7925         (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7926         (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7927         variables.
7928         (mips_linux_init_abi): Append signal trampoline unwinders.
7929
7930 2004-03-24  Andrew Cagney  <cagney@redhat.com>
7931
7932         * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7933         * tramp-frame.c: Include "gdb_assert.h".
7934         (tramp_frame_start): Use TRAMP_SENTINEL_INSN.  Use ULONGEST and
7935         correct sizeof.
7936         (tramp_frame_append): Validate the tramp frame's instructions.
7937         * Makefile.in (tramp-frame.o): Update dependencies.
7938
7939 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7940
7941         * trad-frame.h (trad_frame_set_reg_addr): Declare.
7942
7943 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7944
7945         * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7946         Nasser as past testsuite/lib/ (and other) maintainers.
7947
7948 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
7949
7950         * infcmd.c (attach_command): Reread symbols if we already have
7951         an exec file.
7952
7953 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7954
7955         * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7956
7957 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7958
7959         * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7960         * gdbarch.h, gdbarch.c: Re-generate.
7961         * i386obsd-tdep.c (i386obsd_init_abi): Update.
7962         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7963         * i386bsd-tdep.c (i386bsd_init_abi): Update.
7964         * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7965         (DEPRECATED_SIGTRAMP_START): Update.
7966         * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7967         (DEPRECATED_SIGTRAMP_START): Update.
7968         * blockframe.c (find_pc_sect_partial_function): Update.
7969         * arch-utils.c (legacy_pc_in_sigtramp): Update.
7970
7971 2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
7972
7973         * remote.c (remote_open_1): Reopen the exec file and reread symbols
7974         if necessary.
7975
7976 2004-03-23  Andrew Cagney  <cagney@redhat.com>
7977
7978         * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7979         predicate, deprecate.
7980         * gdbarch.h, gdbarch.c: Re-generate.
7981         * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7982         * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7983         * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7984         * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7985         * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7986         * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7987         * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7988         * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7989         * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7990         * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7991         * blockframe.c (find_pc_partial_function): Update.
7992         * breakpoint.c (bpstat_what): Update.
7993         * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7994         * frv-linux-tdep.c (frv_linux_init_abi): Update.
7995         * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7996         * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7997         * i386-interix-tdep.c (i386_interix_init_abi): Update.
7998         * i386-linux-tdep.c (i386_linux_init_abi): Update.
7999         * i386-nto-tdep.c (i386nto_init_abi): Update.
8000         * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8001         * i386-tdep.c (i386_sigtramp_frame_sniffer)
8002         (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8003         * i386bsd-tdep.c (i386bsd_init_abi): Update.
8004         * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8005         * i386obsd-tdep.c (i386obsd_init_abi): Update.
8006         * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8007         * infrun.c (pc_in_sigtramp): Update.
8008         * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8009         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8010         * mips-tdep.c (mips_gdbarch_init): Update.
8011         * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8012         * ppc-linux-tdep.c: Update comment.
8013         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8014         * shnbsd-tdep.c (shnbsd_init_abi): Update.
8015         * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8016         * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8017         * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8018         * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8019         * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8020         * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8021         * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8022         * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8023
8024 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8025
8026         * tramp-frame.h, tramp-frame.h: New files.
8027         * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8028         Update rules to include "tramp-frame.h" and "tramp-frame.c".
8029
8030         * Makefile.in: Update all dependencies.
8031
8032 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8033
8034         * Makefile.in (trad_frame_h): Add $(frame_h).
8035         * trad-frame.h: Update copyright.  Include "frame.h".
8036         (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8037         (trad_frame_set_id, trad_frame_get_id): Declare.
8038         (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8039         * trad-frame.c: Update copyright.
8040         (struct trad_frame_cache): Define.
8041         (trad_frame_cache_zalloc): New function.
8042         (trad_frame_set_id, trad_frame_get_id): New functions.
8043         (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8044
8045 2004-03-22  Andrew Cagney  <cagney@redhat.com>
8046
8047         * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8048         s390_pltstub_unwind_cache.
8049         (s390_stub_frame_unwind_cache): Rename
8050         s390_pltstub_frame_unwind_cache.
8051         (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8052         (s390_stub_frame_prev_register): Rename
8053         s390_pltstub_frame_prev_register.
8054         (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8055         (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8056
8057         From Ulrich Weigand:
8058         * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8059         pointer calls like PLT calls.
8060
8061 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
8062
8063         * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8064         PC rather than the partial function start address.  Use the start
8065         address to sanity check the found PDR.
8066
8067 2004-03-22  Daniel Jacobowitz  <drow@mvista.com>
8068
8069         * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8070         linux_handle_extended_wait.
8071
8072 2004-03-22  Andrew Cagney  <cagney@redhat.com>
8073
8074         * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8075         function.
8076
8077         * frame.h (generic_pop_current_frame): Delete declaration.
8078         (deprecate_pop_dummy_frame): Deprecate
8079         generic_pop_dummy_frame.
8080         * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8081         (generic_pop_current_frame): Delete function.
8082         * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8083         generic_pop_current_frame.
8084         * v850-tdep.c (v850_pop_frame): Update.
8085         * mcore-tdep.c (mcore_pop_frame): Update.
8086         * sh64-tdep.c (sh64_pop_frame): Update.
8087         * h8300-tdep.c (h8300_pop_frame): Update.
8088
8089 2004-03-22  Andrew Cagney  <cagney@redhat.com>
8090
8091         * frame.h (deprecated_pc_in_call_dummy): Rename
8092         generic_pc_in_call_dummy.
8093         * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8094         * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8095         generic_pc_in_call_dummy.
8096         (pc_in_dummy_frame): Make static.
8097         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8098         * gdbarch.h, gdbarch.c: Re-generate.
8099         * dummy-frame.c (dummy_frame_sniffer): Simplify.
8100         * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8101         (legacy_get_prev_frame): Ditto.
8102         * inferior.h: Delete reference to generic_pc_in_call_dummy in
8103         comment.
8104
8105 2004-03-21  Andrew Cagney  <cagney@redhat.com>
8106
8107         * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8108         declaration and out-of-date comment.
8109         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8110         Delete function.
8111         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8112         deprecated_pc_in_call_dummy.
8113
8114         * infrun.c (handle_inferior_event): For non legacy frames, use the
8115         frame ID and frame type to identify a signal trampoline.  Update
8116         comments.
8117
8118 2004-03-21  Nathan J. Williams  <nathanw@wasabisystems.com>
8119
8120         * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8121         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8122
8123 2004-03-21  Andrew Cagney  <cagney@redhat.com>
8124
8125         * frame-unwind.h: Update copyright.
8126         (struct frame_data): Add opaque declaration.
8127         (frame_sniffer_ftype): Declare.
8128         (struct frame_unwind): Add "unwind_data" and "sniffer".
8129         (frame_unwind_register_unwinder): Declare.
8130         (frame_unwind_find_by_frame): Add parameter "this_cache".
8131         * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8132         (legacy_get_prev_frame, legacy_get_prev_frame)
8133         (get_frame_type): Pass the prologue_cache to
8134         frame_unwind_find_by_frame.
8135         * frame-unwind.c (struct frame_unwind_table_entry): Add field
8136         "unwinder".
8137         (frame_unwind_register_unwinder): New function.
8138         (frame_unwind_find_by_frame): Handle an unwind sniffer.
8139
8140 2004-03-20  Paul Hilfinger  <hilfingr@nile.gnat.com>
8141
8142         * bcache.c (print_percentage): Use floating point to avoid
8143         incorrect results when portion*100 overflows.
8144
8145 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
8146
8147         * ppc_tdep.h (ppc_linux_frame_saved_pc)
8148         (ppc_linux_init_extra_frame_info)
8149         (ppc_linux_frameless_function_invocation)
8150         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8151         (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8152         (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8153         (rs6000_frame_chain): Delete declarations.
8154         * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8155         (ppc_linux_init_extra_frame_info)
8156         (ppc_linux_frameless_function_invocation)
8157         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8158         (ppc_linux_init_abi): Remove registration of above deleted functions.
8159         * rs6000-tdep.c (rs6000_init_extra_frame_info)
8160         (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8161         (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8162         (rs6000_pop_frame, rs6000_frameless_function_invocation)
8163         (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8164         (rs6000_gdbarch_init): Remove registration of above deleted functions.
8165         Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8166         rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8167         frame management for all OSABIs.
8168
8169 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8170
8171         Committed by Kevin Buettner <kevinb@redhat.com>.
8172
8173         * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8174         Update copyright.
8175         (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8176         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8177         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8178         (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8179         unwinders.  #ifdef legacy frame code.
8180         * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8181         "frame-base.h".
8182         (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8183         (struct rs6000_frame_cache, rs6000_frame_cache)
8184         (rs6000_frame_this_id, rs6000_frame_prev_register)
8185         (rs6000_frame_sniffer, rs6000_frame_unwind)
8186         (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8187         (rs6000_frame_base): Implement a traditional frame unwinder.
8188         (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8189         frame unwinder.
8190
8191 2004-03-19  Kevin Buettner  <kevinb@redhat.com>
8192
8193         * breakpoint.c (adjust_breakpoint_address): Don't adjust
8194         breakpoint address for watchpoints or the catch eventpoints.
8195         Add new paramter ``bptype''.  Adjust all callers.
8196
8197 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8198
8199         * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8200
8201         * PROBLEMS: Delete note that ARM does not use frame code, problem
8202         fixed.
8203
8204 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8205
8206         * stack.c (return_command): Delete code wrapped in #ifdef
8207         DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8208
8209         * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8210
8211 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8212
8213         * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8214         DEPRECATED_IN_SIGTRAMP.
8215         * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8216         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8217         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8218         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8219         * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8220         * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8221         * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8222         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8223         * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8224         * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8225
8226 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8227
8228         * frame-base.c: Update copyright.  Include "gdb_obstack.h".
8229         (struct frame_base_table_entry): Define.
8230         (struct frame_base_table): Re-implement as a linked list.
8231         (frame_base_init): Re-implement.
8232         (frame_base_table): Delete function.
8233         (append_predicate): Delete function.
8234         (frame_base_append_sniffer): Update.
8235         (frame_base_set_default): Update.
8236         (frame_base_find_by_frame): Update.
8237         (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8238         * Makefile.in (frame-base.o): Update dependencies.
8239
8240 2004-03-17  Andrew Cagney  <cagney@redhat.com>
8241
8242         * frame.c (legacy_get_prev_frame): Pass correct frame to
8243         frame_unwind_find_by_frame.
8244
8245 2004-03-17  David Carlton  <carlton@kealia.com>
8246
8247         * NEWS: Mention C++ nested types and namespaces
8248
8249 2004-03-16  Michael Chastain  <mec.gnu@mindspring.com>
8250
8251         * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8252         and "Regressions since gdb 5.3.".  Add known regressions since
8253         gdb 6.0.
8254
8255 2004-03-16  David Carlton  <carlton@kealia.com>
8256
8257         * dwarf2read.c (process_structure_scope): Process children even
8258         when we're a declaration.
8259
8260 2004-03-16  Andrew Cagney  <cagney@redhat.com>
8261
8262         * symtab.h (find_pc_sect_partial_function): Delete declaration.
8263         * blockframe.c (find_pc_partial_function)
8264         (find_pc_sect_partial_function): Merge into a single
8265         find_pc_partial_function.
8266
8267 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
8268
8269         * i386bsd-nat.c: s/regno/regnum/g.
8270         (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8271         FP0_REGNUM.
8272         (store_inferior_registers): Likewise.
8273
8274 2004-03-16  Mark Kettenis  <kettenis@gnu.org>
8275
8276         * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8277         of i387_fill_fsave.
8278         (store_inferior_registers): Call i387_collect_fsave and
8279         i387_collect_fxsave instead of i387_fill_fsave and
8280         i387_fill_fxsave.
8281
8282 2004-03-15  Andrew Cagney  <cagney@redhat.com>
8283
8284         * Makefile.in (frame-unwind.o): Update dependencies.
8285         * frame-unwind.c: Include "gdb_obstack.h".
8286         (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8287         parameter.
8288         (append_predicate): Delete function.
8289         (struct frame_unwind_table_entry): New structure.
8290         (struct frame_unwind_table): Replace "sniffer" with "head" and
8291         "tail".
8292         (frame_unwind_append_sniffer): Update.
8293         (frame_unwind_find_by_frame): Update.
8294         (_initialize_frame_unwind): Registe frame_unwind_init using
8295         gdbarch_data_register_pre_init.
8296
8297 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
8298
8299         * i386bsd-nat.c: Update copyright year.
8300         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8301         define unconditionally.
8302
8303 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
8304
8305         * i387-tdep.h (i387_collect_fsave): New prototype.
8306         * i387-tdep.c (i387_collect_fsave): New function containing most
8307         of the code from i387_fill_fsave.
8308         (i387_fill_fsave): Call i387_collect_fsave.
8309
8310 2004-03-15  Mark Kettenis  <kettenis@gnu.org>
8311
8312         * i386-linux-tdep.c: Update copyright year.
8313         (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8314         (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8315         svr4_ilp32_link_map_offsets instead of
8316         i386_linux_svr4_fetch_link_map_offsets.
8317
8318 2004-03-15  David Carlton  <carlton@kealia.com>
8319
8320         Fix for PR c++/1553:
8321         * dwarf2read.c (read_structure_type): Determine type name by
8322         calling determine_class_name.
8323         (determine_class_name): New.
8324         (determine_prefix): Look at TYPE_TAG_NAME and call
8325         determine_class_name when appropriate.
8326         (determine_prefix_aux, class_name): Delete.
8327         (read_namespace): Set die->type.
8328
8329 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
8330
8331         * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8332         unused macro definition.  The definition in target.h (or perhaps
8333         elsewhere) takes precedence.
8334
8335 2004-03-15  Andrew Cagney  <cagney@redhat.com>
8336
8337         * ppc-tdep.h: Update copyright.
8338         (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8339         function signatures to match "regsets.h".
8340         * ppc-linux-tdep.c: Include "regset.h".
8341         (ELF_GREGSET_SIZE): Delete.
8342         (right_supply_register): New function.
8343         (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8344         using right_supply_register.
8345         (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8346         functions.
8347         (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8348         (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8349         (_initialize_ppc_linux_tdep): Do not register
8350         ppc_linux_regset_core_fns.
8351         (ppc_linux_regset_from_core_section): Replace
8352         fetch_core_registers.
8353         (ppc_linux_regset_core_fns): Delete.
8354         * ppc-linux-nat.c: (right_fill_reg): New function.
8355         (supply_gregset): Update call to ppc_linux_supply_gregset.
8356         (fill_gregset): Clear the register set, use right_fill_reg.
8357         (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8358         (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8359
8360         * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8361         unsigned.
8362
8363 2004-03-15  Andrew Cagney  <cagney@redhat.com>
8364
8365         * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8366         (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8367         (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8368         and register_gdbarch_data.
8369         (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8370         (struct gdbarch_data): Replace "init" by "pre_init" and
8371         "post_init".
8372         * gdbarch.h, gdbarch.c: Re-generate.
8373         * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8374         with"obstack", use OBSTACK_ZALLOC.
8375         (dwarf2_frame_ops): Delete.
8376         (dwarf2_frame_set_init_reg): Use gdbarch_data.
8377         (dwarf2_frame_init_reg): Use gdbarch_data.
8378         (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8379         * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8380         (_initialize_svr4_solib): Update.
8381         * user-regs.c (_initialize_user_regs): Update.
8382         * reggroups.c (_initialize_reggroup): Update.
8383         * regcache.c (_initialize_regcache): Update.
8384         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8385         * libunwind-frame.c (_initialize_libunwind_frame): Update.
8386         * gnu-v3-abi.c (init_gnuv3_ops): Update.
8387         * frame-unwind.c (_initialize_frame_unwind): Update.
8388         * frame-base.c (_initialize_frame_base): Update.
8389         * user-regs.c (user_reg_add): Update.
8390         * reggroups.c (reggroup_add): Update.
8391         * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8392         * libunwind-frame.c (libunwind_frame_set_descr): Update.
8393         * frame-unwind.c (frame_unwind_append_sniffer): Update.
8394         * frame-base.c (frame_base_table): Update.
8395         * remote.c (_initialize_remote): Update.
8396         * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8397
8398 2004-03-15  Andrew Cagney  <cagney@redhat.com>
8399
8400         * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8401
8402 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
8403
8404         * Makefile.in (frv-linux-tdep.o): Add dependencies.
8405         * frv-linux-tdep.c: New file.
8406         * frv-tdep.c (struct gdbarch_tdep): Add new field
8407         ``sigcontext_reg_addr''.
8408         (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8409         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8410         (frv_sigramp_frame_sniffer): New functions.
8411         (frv_sigtramp_frame_unwind): New static global.
8412         (frv_gdbarch_init): Hook in ABI-specific overrides.  Hook up frame
8413         sniffers.
8414         * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8415         * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8416
8417 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
8418
8419         * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8420         but not via a call to error(), when unable to read memory.
8421
8422 2004-03-15  Kevin Buettner  <kevinb@redhat.com>
8423
8424         * frv-tdep.c (frv_call_dummy_words): Delete.
8425         (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8426
8427 2004-03-15  Andrew Cagney  <cagney@redhat.com>
8428
8429         * infrun.c (handle_step_into_function, step_over_function): Only
8430         update and use STEP_FRAME_ID when the system is using legacy
8431         frames.  Update comments.
8432
8433 2004-03-14  Mark Kettenis  <kettenis@gnu.org>
8434
8435         * amd64-linux-tdep.h: Remove file.
8436         * amd64-linux-tdep.c: Don't include "inferior.h" and
8437         "amd64-linux-tdep.h".  Include "frame.h" and "solib-svr4.h".
8438         (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8439         (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8440         (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8441         (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8442         macros.
8443         (user_to_gdb_regmap): Remove variable.
8444         (amd64_linux_gregset_reg_offset): New variable.
8445         (amd64_core_fns): Remove variable.
8446         (fetch_core_registers): Remove function.
8447         (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8448         functions.
8449         (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8450         * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8451         * Makefile.in (amd64_linux_tdep_h): Remove.
8452         (amd64-linux-nat.o): Update dependencies.
8453         (amd64-linux-tdep.o): Update dependencies.
8454
8455         * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8456         (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8457         functions.
8458         (fetch_inferior_registers, store_inferior_registers): Rewrite.
8459
8460         * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8461         * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8462
8463 2004-03-14  Daniel Jacobowitz  <drow@mvista.com>
8464
8465         * dwarf2read.c (read_structure_type): Rename from
8466         read_structure_scope.  Don't create a symbol or call process_die.
8467         Return immediately if die->type is set.  Call read_type_die before
8468         dwarf2_add_member_fn.
8469         (process_structure_scope): New function.
8470         (read_enumeration_type, process_enumeration_scope): New functions,
8471         broken out from read_enumeration.  Don't create the enumeration
8472         type if it has already been created.
8473         (read_enumeration): Removed.
8474         (process_die): Call read_structure_type, process_structure_scope,
8475         read_enumeration_type, and process_enumeration_scope.  Just call
8476         new_symbol for base and subrange types.  Add a comment about other
8477         type dies.
8478         (read_type_die): Call read_enumeration_type.
8479         (add_partial_structure, new_symbol): Update comments.
8480
8481 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
8482
8483         * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8484
8485 2004-03-13  Stephane Carrez  <stcarrez@nerim.fr>
8486
8487         * tui/tui-win.h (tui_get_cmd_list): Declare.
8488         * tui/tui-win.c (tui_command): New function.
8489         (tui_get_cmd_list): New function.
8490         (_initialize_tui_win): Moved initialization of tui command in
8491         tui_get_cmd_list.
8492
8493         * tui/tui-data.c (init_content_element): Setup new data members.
8494         (init_win_info): Likewise.
8495         (free_content_elements): Free it.
8496         * tui/tui-data.h (struct tui_data_element): Store the register
8497         content to print.
8498         (struct tui_data_info): Keep the current register group.
8499
8500         * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8501
8502         * tui/tui-regs.h (tui_show_registers): Update prototype.
8503         (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8504         (tui_resize_all): No need to calculate anything for register window.
8505         * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8506         (tui_set_register_element, tui_set_general_regs_content): Remove.
8507         (tui_set_special_regs_content): Remove.
8508         (tui_set_general_and_special_regs_content): Remove.
8509         (tui_set_float_regs_content): Remove.
8510         (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8511         (tui_set_regs_content): Remove.
8512         (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8513         (tui_v_show_registers_command_support): Remove.
8514         (tui_show_registers): Use a reggroup to specify the registers to show.
8515         (tui_show_register_group): New function.
8516         (tui_display_registers_from): Compute the layout of register window
8517         and refresh with new API; be sure to delete old register windows.
8518         (tui_check_register_values): Update to use tui_get_register and
8519         tui_display_data.
8520         (tui_display_register): Just refresh the register window part.
8521         (tui_register_format): Format registers and save in tui_data_element.
8522         (tui_get_register): New to combine tui_reg_value_has_changed and
8523         tui_get_register_raw_value; fix to use the new gdb API.
8524         (tui_show_float_command): Renamed tui_reg_float_command.
8525         (tui_show_general_command): Renamed tui_reg_general_command.
8526         (tui_show_special_command): Renamed tui_reg_system_command.
8527         (_initialize_tui_regs): Remove unused commands.
8528
8529 2004-03-13  Mark Kettenis  <kettenis@gnu.org>
8530
8531         * NEWS (New native configurations): Mention OpenBSD/amd64.
8532
8533         * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8534         (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8535         Remove defines.
8536         * config/i386/nm-fbsd64.h: Likewise.
8537         * config/i386/nm-obsd.h: Likewise.
8538         * config/sparc/nm-fbsd.h: Likewise.  Update copyright year.
8539         * config/alpha/nm-fbsd.h: Likewise.  Update copyright year.
8540
8541 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
8542
8543         * frv-tdep.c (set_variant_scratch_registers): New function.
8544         * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8545         New constants.
8546
8547         From Richard Sandiford  <rsandifo@redhat.com>:
8548         * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8549
8550 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
8551
8552         * frv-tdep.c, frv-tdep.h  (first_gpr_regnum, sp_regnum, fp_regnum)
8553         (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8554         (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8555         (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8556         (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8557         (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8558         (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8559         (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8560         definitions from frv-tdep.c to frv-tdep.h.
8561
8562 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
8563
8564         Add shared library support for FR-V FDPIC ABI:
8565         * Makefile.in (solib-frv.o): Add dependencies.
8566         * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8567         New functions.
8568         (frv_push_dummy_call): Add support for FDPIC ABI.
8569         (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8570         for FDPIC ABI.
8571         * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8572         (frv_fdpic_find_canonical_descriptor): Declare.
8573         * solib-frv.c: New file.
8574         * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8575         * config/frv/tm-frv.h (solib.h): Include.
8576
8577 2004-03-12  Kevin Buettner  <kevinb@redhat.com>
8578
8579         * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8580         (frv-tdep.o): Update dependencies.
8581         * frv-tdep.h: New file.
8582         * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8583         (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8584         constants.
8585         (struct gdbarch_tdep): Add new member ``frv_abi''.
8586         (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8587         functions.
8588         (new_variant): Set ``frv_abi'' field.
8589         (gdb_arch_init): Detect FDPIC executables.
8590
8591 2004-03-12  Mark Kettenis  <kettenis@gnu.org>
8592
8593         * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8594         wrapper.
8595
8596 2004-03-11  Andrew Cagney  <cagney@redhat.com>
8597
8598         * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8599
8600 2004-03-11  Kevin Buettner  <kevinb@redhat.com>
8601
8602         * solist.h (master_so_list): New function.
8603         * solib.c (master_so_list): Likewise.
8604         * solib-svr4.c (enable_break): Iterate over so_list entries
8605         obtained from master list instead of entries obtained directly
8606         via svr4_current_sos().
8607
8608 2004-03-10  Ben Elliston  <bje@gnu.org>
8609
8610         * MAINTAINERS: Update my mail address.
8611
8612 2004-03-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8613
8614         * remote-m32r-sdi.c: Support hardware watchpoint.
8615
8616 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8617
8618         * user-regs.c: Update copyright years.
8619         (struct user_regs): Rename to gdb_user_regs.
8620         (append_user_reg, builtin_user_regs, user_regs_init)
8621         (user_reg_add, user_reg_map_name_to_regnum)
8622         (usernum_to_user_reg): Update.
8623
8624 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8625
8626         * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8627         (skip_children): New functions.
8628         (locate_pdi_sibling): Call skip_children.
8629
8630 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8631
8632         * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8633         * gdbtypes.c (check_typedef): Update comments.
8634
8635 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8636
8637         * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8638         (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8639         pointer.  Update comment about comp_unit_head.
8640         (struct abbrev_info): Shorten two int flags.
8641         (dwarf_alloc_abbrev): Take a CU argument.
8642         (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8643         each time through the loop.  Update cleanup argument.
8644         (psymtab_to_symtab_1): Update cleanup call.
8645         (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8646         abbrev_obstack.
8647         (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8648         Just call obstack_free and clear the pointer.
8649
8650 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8651
8652         * infrun.c (handle_inferior_event): Remove short-circuit code for
8653         events in a different thread.
8654
8655 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8656
8657         * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8658         print the whole transfer.
8659         (initialize_targets): Update description of "set debug target".
8660
8661 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8662
8663         * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8664
8665 2004-03-08  Nathan J. Williams  <nathanw@wasabisystems.com>
8666
8667         * MAINTAINERS (write after approval): Add myself.
8668
8669 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
8670
8671         * sh-tdep.c (sh_print_registers_info): Use for loop.
8672         Don't skip multiple registers when a float register is encountered.
8673
8674 2004-03-08  Corinna Vinschen  <vinschen@redhat.com>
8675
8676         Fix PR tdep/1291.
8677         * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8678         to official SH documentation.
8679
8680 2004-03-07  Andrew Cagney  <cagney@redhat.com>
8681
8682         * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8683         unused function.
8684
8685 2004-03-07  Daniel Jacobowitz  <drow@mvista.com>
8686
8687         * arm-tdep.c (thumb_get_next_pc): Handle BX.
8688         (arm_get_next_pc): Handle BX and BLX.
8689
8690 2004-03-07  Andrew Cagney  <cagney@redhat.com>
8691
8692         * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8693         FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8694         HPPA_SP_REGNUM.
8695         (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8696         (hppa_target_read_fp): Delete.
8697         (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8698         register_virtual_size, max_register_raw_size,
8699         max_register_virtual_size, register_byte, register_size,
8700         target_read_fp, fp_regnum, and register_bytes.  Set register_type
8701         instead of register_virtual_type.
8702         (hppa32_register_type, hppa64_register_type): Replace
8703         hppa32_register_virtual_type and hppa64_register_virtual_type.
8704         * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8705         (HPPA_FP_REGNUM): Define.
8706
8707         * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8708
8709         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8710         (pa_do_registers_info): Delete.
8711         * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8712         (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8713         (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8714
8715         * infcall.c (legacy_push_dummy_code): Delete #ifdef
8716         GDB_TARGET_IS_HPPA code.
8717         * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718         (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8719         (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8720         * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8721         * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8722         (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8723         (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8724         (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8725         (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8726         (hppa_frameless_function_invocation, hppa64_store_return_value)
8727         (hppa_store_struct_return, hppa64_extract_return_value)
8728         (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8729         (hppa32_call_dummy_length, hppa64_call_dummy_length)
8730         (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8731         (find_proc_framesize, deposit_21, restore_pc_queue)
8732         (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8733         (rp_saved, pc_in_linker_stub): Delete.
8734
8735         Unconditionally enable 64-bit frame and ABI code.
8736         * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8737         call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8738         push_dummy_frame, fix_call_dummy, push_arguments,
8739         call_dummy_location, extract_return_value, use_struct_convention,
8740         store_return_value, store_struct_return, saved_pc_after_call,
8741         init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8742         frame_chain, frame_chain_valid, frameless_function_invocation,
8743         frame_saved_pc, and pop_frame.
8744
8745         * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8746         (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8747         (hppa_gdbarch_init): Do not set PC_REGNUM.
8748
8749 2004-03-06  Mark Kettenis  <kettenis@gnu.org>
8750
8751         * config/alpha/tm-fbsd.h: Remove file.
8752         * config/alpha/fbsd.mt: Tweak comment.
8753         (TM_FILE): Set to tm-alpha.h.
8754
8755 2004-03-05  Andrew Cagney  <cagney@redhat.com>
8756
8757         * infrun.c (step_over_function): When non-legacy code, and no
8758         step_frame_id, use the unwinder to get the caller's frame ID.
8759
8760 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
8761
8762         * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8763         i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8764         bfd_arch_unknown.  Adjust comment.
8765
8766         * i386-nat.c: Fix typo in comment.  Re-introduce paranoiac.
8767         * i386obsd-tdep.c: Correct spelling in comment.
8768         * i386nbsd-tdep.c: Correct spelling in comment.
8769         * sparc-tdep.c: Correct spelling in comments.
8770
8771 2004-03-05  David Carlton  <carlton@kealia.com>
8772
8773         * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8774         bug.
8775
8776 2004-03-05  Mark Kettenis  <kettenis@gnu.org>
8777
8778         * sparc-tdep.c: Fix typo in comment.
8779
8780 2004-03-04  J. Brobecker  <brobecker@gnat.com>
8781
8782         * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8783
8784 2004-03-04  Daniel Jacobowitz  <drow@mvista.com>
8785
8786         * dwarf2read.c: Add comment describing memory lifetimes.
8787         (struct dwarf2_pinfo): Update comment.
8788         (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8789         (read_enumeration, new_symbol): Don't use obsavestring.
8790
8791 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
8792
8793         * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8794         instead of amd64_fill_fxsave.
8795         * amd64bsd-nat.c (store_inferior_registers): Likewise.
8796         * amd64fbsd-nat.c (fill_fpregset): Likewise.
8797
8798         * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8799         Reorganize code a bit.
8800
8801 2004-03-04  Orjan Friberg  <orjanf@axis.com>
8802
8803         * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8804         when the frame pointer is pushed.  Don't set the frame pointer's
8805         address on the stack unless it's actually located there.
8806         Set the SRP's address on the stack correctly when the PC is still in
8807         the prologue.
8808         (cris_return_value): New function.
8809         (cris_gdbarch_init): Clear deprecated store_return_value,
8810         extract_return_value.
8811
8812 2004-03-02  Jim Blandy  <jimb@redhat.com>
8813
8814         * stabsread.c (reg_value_complaint): The maximum register number
8815         is one less than the number of registers.
8816
8817 2004-03-02  Andrew Cagney  <cagney@redhat.com>
8818
8819         * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8820         I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM.  Remove
8821         trailing comma and redundant assignment of I386_ST0_REGNUM.
8822         * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8823         32-bit segment registers.
8824
8825 2004-03-01  Andrew Cagney  <cagney@redhat.com>
8826
8827         * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8828         use frame_relative_level and get_next_frame.
8829
8830 2004-02-29  Andrew Cagney  <cagney@redhat.com>
8831
8832         * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8833         (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8834         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8835         Delete macro.
8836
8837 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
8838
8839         * inflow.c (terminal_inferior): Don't give up the terminal if we
8840         previously couldn't get the inferior's terminal state.
8841
8842 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
8843
8844         * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8845         PC_REGNUM.
8846
8847 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8848
8849         * NEWS: Refer to GDB 6.1.
8850         * README: Refer to GDB 6.1.
8851         * PROBLEMS: Refer to GDB 6.1.
8852
8853 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
8854
8855         * thread-db.c (disable_thread_signals): Remove unused function.
8856
8857 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
8858
8859         * amd64-nat.c: Include "gdb_string.h".
8860         (amd64_collect_native_gregset): Zero-extend the 32-bit
8861         general-purpose registers and %eip.
8862
8863         * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8864         * amd64-tdep.c (amd64_collect_fxsave): New function.
8865         (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8866
8867         * i387-tdep.h: Update copyright year.
8868         (i387_collect_fxsave): New prototype.
8869         * i387-tdep.c: Update copyright year.
8870         (i387_collect_fxsave): New function containing most of the code
8871         from i387_fill_fxsave.
8872         (i387_fill_fxsave): Call i387_collect_fxsave.
8873
8874 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8875
8876         * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8877         i386 use PTRACE_GET_THREAD_AREA.  Suggested by Roland McGrath.
8878
8879 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
8880
8881         * amd64-tdep.c (amd64_frame_cache): Fix comment.
8882
8883 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8884
8885         * utils.c: Use "", instead of <>, to include readline.
8886         tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8887         * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8888         * source.c, solib.c, exec.c, event-top.c: Ditto.
8889         * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8890         * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8891         * Makefile.in: Update all dependencies.
8892         (readline_tilde_h, readline_history_h): Define.
8893         (readline_headers): Delete.
8894
8895 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
8896
8897         * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8898         "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8899         "config/i386/tm-lx64.h".
8900
8901         * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8902         "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c".  Remove
8903         rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8904
8905 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8906
8907         * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8908
8909         * breakpoint.c (_initialize_breakpoint): Use
8910         "add_setshow_auto_boolean_cmd.  Better word-wrap help messages.
8911         Add help to show command.
8912
8913 2004-02-28  Mark Kettenis  <kettenis@gnu.org>
8914
8915         * i386-nat.c: Reformat to be closer to coding standards.
8916         (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8917         `retval'.  Make variables `align' and `size' local to while-loop.
8918         (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8919         (_initialize_i386_nat): New prototype.
8920
8921         * tui/tui.c: Include <readline/readline.h> instead of
8922         "readline/readline.h".  Include it after <term.h> and
8923         "gdb_curses.h".
8924
8925 2004-02-27  Andrew Cagney  <cagney@redhat.com>
8926
8927         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8928         the new frame unwind code.
8929         (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8930         (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8931         PCOQ_HEAD_REGNUM.
8932
8933         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8934         "return_value" and "push_dummy_call".
8935         (hppa32_use_struct_convention): Delete unused function.
8936         (hppa32_store_return_value): Delete unused function.
8937         (hppa32_extract_return_value): Delete unused function.
8938         (hppa32_stack_align): Delete function.
8939
8940 2004-02-27  Eli Zaretskii  <eliz@elta.co.il>
8941
8942         * coffread.c (enter_linenos): Don't let rawptr reference memory
8943         outside linetab[]'s limits.
8944
8945 2004-02-27  Andrew Cagney  <cagney@redhat.com>
8946
8947         * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8948         inferior stack space - the stack needs to grow upwards.
8949         (hppa32_frame_align): New function.
8950         (hppa64_frame_align): Replace hppa_frame_align.
8951         (hppa_gdbarch_init): Update.
8952
8953 2004-02-26  Orjan Friberg  <orjanf@axis.com>
8954
8955         * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8956         (dwarf2-frame.h): Include.
8957         (enum cris_regnums): New enum CRIS_FP_REGNUM.
8958         Remove static variables related to ABI setting.
8959         (struct gdbarch_tdep): Remove cris_abi member.
8960         (struct frame_extra_info): Remove.
8961         (cris_unwind_cache, stack_item): New structs.
8962         (cris_frame_unwind, cris_frame_base): New variables.
8963         (push_stack_item, pop_stack_item)
8964         (cris_frame_unwind_cache, cris_frame_this_id)
8965         (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8966         (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8967         (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8968         (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8969         (cris_reg_struct_has_addr): New functions.
8970         (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8971         (cris_frame_saved_pc, cris_saved_pc_after_call,
8972         (cris_store_struct_return, cris_frameless_function_invocation)
8973         (cris_pop_frame, cris_skip_prologue_main)
8974         (cris_abi_original_store_return_value)
8975         (cris_abi_v2_store_return_value)
8976         (cris_abi_original_extract_return_value)
8977         (cris_abi_v2_extract_return_value)
8978         (cris_abi_original_reg_struct_has_addr)
8979         (cris_abi_v2_reg_struct_has_addr)
8980         (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8981         (cris_push_return_address, cris_abi_update): Remove.
8982         (_initialize_cris_tdep): Remove ABI command.
8983         (cris_dump_tdep): Ditto.
8984         (cris_gdbarch_init): Remove ABI command.
8985         Set store_return_value, extract_return_value, push_dummy_code,
8986         push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8987         frame_unwind_append_sniffer, frame_base_set_default.
8988         Clear deprecated init_frame_pc, push_arguments, store_return_value,
8989         extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8990         sizeof_call_dummy_words, get_saved_register, push_return_address,
8991         pop_frame, store_struct_return, frame_init_saved_regs,
8992         init_extra_frame_info, frameless_function_invocation, frame_chain,
8993         frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8994         dummy_write_sp.
8995
8996 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8997
8998         * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8999         * valprint.c (print_hex_chars): Change from static to external.
9000         (print_char_chars): New function.
9001         * printcmd.c (print_scalar_formatted): For integer and enum types
9002         that are longer than LONGEST, perform processing via appropriate
9003         print_*_chars routines.
9004
9005 2004-02-26  Andrew Cagney  <cagney@redhat.com>
9006
9007         * Makefile.in: Update dependencies.
9008         Changes from Ulrich Weigand,
9009         * s390-tdep.c: Include "dwarf2-frame.h".
9010         (s390_dwarf2_frame_init_reg): New function.
9011         (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9012         dwarf2_frame_base_sniffer.  Call dwarf2_frame_set_init_reg.
9013
9014 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
9015
9016         * breakpoint.c (pending_break_support): New setting variable.
9017         (break_command_1): Account for pending_break_support setting
9018         when creating pending breakpoints.
9019         (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9020         (_initialize_breakpoint): Add "set breakpoint pending" and
9021         "show breakpoint pending" commands.
9022
9023 2004-02-26  Andrew Cagney  <cagney@redhat.com>
9024
9025         Fix PR i18n/1570.
9026         * charset.c (backslashable, backslashed, represented): Remove 'e'
9027         from list of escaped characters, not part of ISO-C.
9028
9029 2004-02-25  J. Brobecker  <brobecker@gnat.com>
9030
9031         From Peter Schauer <schauer@pdf.de>:
9032         * tui/tui.c: Move system header includes after local includes.
9033         Fixes a build failure on solaris systems.
9034
9035 2004-02-25  J. Brobecker  <brobecker@gnat.com>
9036
9037         * configure.in: Refine the previous change.
9038         * configure: Regenerate.
9039
9040 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
9041
9042         * amd64-tdep.h: Renamed from x86-64-tdep.h.
9043         * amd64-tdep.c: Renamed from x86-64-tdep.c.  Include
9044         "amd64-tdep.h" instead of "x86-64-tdep.h".
9045         * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9046         * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9047         * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c.  Include
9048         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9049         and "x86-64-tdep.c".
9050         * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c.  Include
9051         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9052         and "x86-64-tdep.c".
9053         * amd64bsd-nat.c: Update copyright year.
9054         Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9055         * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9056         "x86-64-tdep.h".
9057         * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9058         "x86-64-tdep.h".
9059         * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9060         "x86-64-tdep.h".
9061         * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9062         "x86-64-tdep.h".
9063         * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9064         "x86-64-tdep.h".
9065         * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9066         "x86-64-tdep.h".
9067         * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9068         * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9069         * Makefile.in (amd64_linux_tdep_h): Renamed from
9070         x86_64_linux_tdep_h.
9071         (amd64_tdep_h): Renamed from x86_64_tdep_h.
9072         (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9073         (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9074         (amd64obsd-tdep.o): Update dependencies.
9075         (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9076         dependencies.
9077         (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9078         dependencies.
9079         (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9080         amd64-linux-nat.c amd64-linux-tdep.c.
9081         * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9082         * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9083         * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9084         (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9085         amd64-tdep.o and amd64-linux-tdep.o.
9086         (TM_FILE): Set to tm-linux64.h.
9087         * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9088         (NAT_FILE): Set to nm-linux64.h.
9089         (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9090         * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9091         amd64-tdep.o.
9092         * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9093         amd64-tdep.o.
9094         * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9095         amd64-tdep.o.
9096
9097 2004-02-25  Roland McGrath  <roland@redhat.com>
9098
9099         * remote.c (remote_protocol_qPart_auxv): New variable.
9100         (init_all_packet_configs): Initialize it.
9101         (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9102         (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9103         (show_remote_cmd): Call it.
9104         (_initialize_remote): Initialize commands.
9105         (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9106         service TARGET_OBJECT_AUXV requests.
9107
9108 2004-02-25  J. Brobecker  <brobecker@gnat.com>
9109
9110         * configure.in: Make sure that the wborder function is available.
9111         Otherwise, search for it in the cur_colr library.
9112         * configure: Regenerate.
9113
9114 2004-02-25  Andrew Cagney  <cagney@redhat.com>
9115
9116         * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9117
9118 2004-02-25  Mark Kettenis  <kettenis@gnu.org>
9119
9120         * config/i386/tm-x86-64linux.h: Tweak comments.
9121
9122 2004-02-25  Richard Sandiford  <rsandifo@redhat.com>
9123
9124         * MAINTAINERS: Add self to write-after-approval list.
9125
9126 2004-02-25  Andrew Cagney  <cagney@redhat.com>
9127
9128         PR cli/1566.  Problem found, and fix suggested by David Allan.
9129         * cli/cli-script.c (execute_control_command): Unconditionally
9130         install a cleanup.  Default "ret" to "invalid_control".  Use
9131         "break" instead of "return" to escape from the switch.
9132
9133 2004-02-24  J. Brobecker  <brobecker@gnat.com>
9134
9135         * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9136         with the lines macro defined in term.h on AiX.
9137         * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9138         a collision with the label_width macro defined in term.h on AiX.
9139
9140 2004-02-23  David Mosberger  <davidm@hpl.hp.com>
9141
9142         Committed by Kevin Buettner <kevinb@redhat.com>.
9143
9144         * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9145         * ia64-tdep.c (ia64_write_pc): Make it a global function.
9146         (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9147         instead of ia64_write_pc().
9148         * ia64-linux-tdep.c (regcache.h): Include.
9149         (ia64_linux_write_pc): New function.
9150
9151 2004-02-23  Roland McGrath  <roland@redhat.com>
9152
9153         * auxv.c (info_auxv_command): Fix typos in error messages.
9154
9155 2004-02-23  Mark Kettenis  <kettenis@gnu.org>
9156
9157         * x86-64-tdep.h: Tweak comment.
9158         (enum amd64_regnum): New.
9159         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9160         (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9161         (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9162         (X86_64_XMM1_REGNUM): Removed.
9163         (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9164         (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9165         prototypes for renamed functions.
9166         * x86-64-tdep.c: Fix typo.
9167         (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9168         register numbers.
9169         (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9170         Use constants from `enum amd64_regnum' for register numbers.
9171         (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9172         (amd64_analyze_prologue, amd64_frame_cache,
9173         amd64_sigtramp_frame_cache): Use constants from `enum
9174         amd64_regnum' for register numbers.
9175         (amd64_supply_fpregset): Adjust for renamed functions.
9176         (amd64_init_abi): Rename from x86_64_init_abi.  Use constants from
9177         `enum amd64_regnum' for register numbers.
9178         (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9179         (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9180         (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9181         * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9182         (amd64_linux_fill_gregset): Adjust for renamed macros.
9183         (fetch_core_registers): Adjust for renamed functions.
9184         (amd64_linux_init_abi): Adjust for renamed functions.
9185         * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9186         renamed functions.
9187         * amd64-nat.c: Adjust for renamed macros.
9188         * amd64bsd-nat.c (fetch_inferior_registers)
9189         (store_inferior_registers): Use constants from `enum amd64_regnum'
9190         for register numbers.  Adjust for renamed variables.
9191         * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9192         renamed variables.
9193         (_initialize_amd64fbsd_nat): Use constants from `enum
9194         amd64_regnum' for register numbers.
9195         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9196         `enum amd64_regnum' for register numbers.
9197         (amd64fbsd_init_abi): Adjust for renamed functions.
9198         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9199         `enum amd64_regnum' for register numbers.
9200         (amd64nbsd_init_abi): Adjust for renamed functions.
9201         (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9202         * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9203         `enum amd64_regnum' for register numbers.
9204         (amd64obsd_init_abi): Adjust for renamed functions.
9205         (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9206
9207 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
9208
9209         * breakpoint.c (print_one_breakpoint): Do not output spaces
9210         after printing <PENDING> for a pending breakpoint.
9211
9212 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
9213
9214         * printcmd.c (print_scalar_formatted): Initialize val_long
9215         to remove compiler warning message.
9216
9217 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
9218
9219         * defs.h (nquery, yquery): New prototypes.
9220         * breakpoint.c (break_command_1): Use new nquery interface.
9221         * utils.c (defaulted_query, nquery, yquery): New functions.
9222
9223 2004-02-23  Andrew Cagney  <cagney@redhat.com>
9224
9225         * hppa-tdep.c (hppa_frame_align): New function.
9226         (hppa32_push_dummy_call): New function.
9227         (hppa64_push_dummy_call): New function.
9228         (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9229         disabled.
9230
9231         * infcall.c (legacy_push_dummy_code): Don't call deprecated
9232         FIX_CALL_DUMMY when push_dummy_call is available.
9233         (call_function_by_hand, push_dummy_code): Ditto.
9234
9235 2004-02-22  Andrew Cagney  <cagney@redhat.com>
9236
9237         * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9238         (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9239         (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9240         * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9241         use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9242         call_dummy_location to ON_STACK.
9243
9244 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
9245
9246         * x86-64-linux-tdep.c: Tweak comment.
9247         (amd64_linux_supply_gregset): Renamed from
9248         x86_64_linux_supply_gresget.
9249         (amd64_linux_fill_gregset): Renamed from
9250         x86_64_linux_fill_gregset.
9251         (fetch_core_registers): Adjust for renamed functions.
9252         (amd64_core_fns): Renamed from x86_64_core_fns.
9253         (amd64_linux_sigtramp_start): Renamed from
9254         x86_64_linux_sigtramp_start.
9255         (amd64_linux_pc_in_sigtramp): Renamed from
9256         x86_64_linux_pc_in_sigtramp.  Adjust for renamed functions.
9257         (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9258         X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9259         (amd64_linux_sigcontext_addr): Renamed from
9260         x86_64_linux_sigcontext_addr.
9261         (amd64_linux_sc_reg_offset): Renamed from
9262         x86_64_linux_sc_reg_offset.
9263         (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9264         Adjust for renamed functions and variables.
9265         (_initialize_amd64_linux_tdep): Renamed from
9266         _initialize_x86_64_linux_tdep.  Adjust for renamed functions and
9267         variables.
9268         * x86-64-linux-tdep.h: Update copyright year.  Tweak comment.
9269         Adjust for renamed functions.
9270
9271         * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9272         from x86_64_linux_gregset64_reg_offset.
9273         (amd64_linux_gregset32_reg_offset): Rename from
9274         x86_64_linux_gregset64_reg_offset.
9275         (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9276         (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9277         (amd64_linux_dr_set_control): Renamed from
9278         x86_64_linux_dr_set_control.  Adjust for renamed functions.
9279         (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9280         Adjust for renamed functions.
9281         (amd64_linux_dr_reset_addr): Renamed from
9282         x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9283         (amd64_linux_dr_get_status): Renamed from
9284         x86_64_linux_dr_get_status.  Adjust for renamed functions.
9285         (_initialize_amd64_linux_nat): Renamed from
9286         _initialize_x86_64_linux_nat.  Adjust for renamed variables and
9287         functions.
9288         * config/i386/nm-x86-64linux.h: Update copyright year.
9289         Adjust for renamed functions.
9290
9291         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9292         amd64fbsd_sigtramp_start.
9293         (amd64fbsd_sigtramp_end_addr): Renamed from
9294         amd64fbsd_sigtramp_end.
9295         (amd64fbsd_init_abi): Adjust for renamed variables.
9296         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9297         variables.
9298         * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9299         amd64fbsd_sigtramp_start.
9300         (amd64fbsd_sigtramp_end_addr): Renamed from
9301         amd64fbsd_sigtramp_end.
9302
9303 2004-02-22  Andrew Cagney  <cagney@redhat.com>
9304
9305         * hppa-tdep.c (hppa32_return_value): New function.
9306         (hppa64_return_value): New function.
9307         (hppa_gdbarch_init): Set return_value; keep disabled.
9308
9309         * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9310         struct-return and inferior function call methods.
9311
9312         * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9313         "frame-base.h".
9314         (struct hppa_frame_cache): Define.
9315         (hppa_frame_cache, hppa_frame_this_id): New functions.
9316         (hppa_frame_prev_register): New function.
9317         (hppa_frame_unwind, hppa_frame_base): New variables.
9318         (hppa_frame_unwind_sniffer): New function.
9319         (hppa_frame_base_address, hppa_unwind_pc): New function.
9320         (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9321         sniffer, and frame base sniffer; keep disabled.
9322         (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9323         * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9324
9325         * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9326         to predicates for "seriously old code".
9327
9328         * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9329         runtime if(0).
9330
9331         * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9332         unsigned.
9333         (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9334
9335         * config/pa/tm-hppa.h: Update copyright.
9336         (DEPRECATED_INIT_FRAME_PC): Delete macro.
9337         (deprecated_init_frame_pc_default): Delete declaration.
9338         (hppa_frame_init_saved_regs): Delete declaration.
9339         (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9340         * hppa-tdep.c: Include "arch-utils.h".
9341         (hppa_gdbarch_init): Set deprecated init_frame_pc
9342         and deprecated frame_init_saved_regs.
9343         (hppa_frame_init_saved_regs): Make static.
9344
9345 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
9346
9347         Remove old 386BSD support.
9348         * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9349         * configure.host: Remove i[34567]86-*-bsd*.
9350         * configure.tgt: Remove i[34567]86-*-bsd*.
9351         * i386b-nat.c: Removed.
9352         * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9353         (i386b-nat.o): Remove dependencies.
9354
9355         * config/i386/i386bsd.mh: Removed.
9356         * config/i386/i386bsd.mt: Removed.
9357         * config/i386/nm-i386bsd.h: Removed.
9358         * config/i386/tm-i386bsd.h: Removed.
9359         * config/i386/xm-i386bsd.h: Removed.
9360
9361         * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9362
9363         * amd64fbsd-tdep.c: Include "solib-svr4.h".
9364         (amd64fbsd_init_abi): Set link map offsets.
9365         * amd64nbsd-tdep.c: Include "slib-svr4.h".
9366         (amd64nbsd_init_abi): Set link map offsets.
9367         * amd64obsd-tdep.c: Include "solib-svr4.h".
9368         (amd64obsd_init_abi): Set link map offsets.
9369         * i386fbsd-tdep.c: Include "solib-svr4.h".
9370         (i386fbsd_init_abi): Set link map offsets.
9371         * i386nbsd-tdep.c: Include "solib-svr4.h".
9372         (i386nbsdelf_init_abi): Set link map offsets.
9373         * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9374         (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9375         * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9376         solib-legacy.o and core-aout.o. Reformat.
9377         * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9378         solib-svr4.o, solib-legacy.o.  Reformat.
9379         * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o.  Reformat.
9380         * config/i386/nbsdelf.mh: Reformat.
9381         * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9382         solib-svr4.o, solib-legacy.o and corelow.o.
9383         * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9384         * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9385         solib-svr4.o, solib-legacy.o and corelow.o.  Reformat.
9386         * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9387         * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9388         (TM_FILE): Set to tm-fbsd.h.
9389         * config/i386/nbsd.mt (TDEPFILES): Reformat.
9390         * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9391         solib-svr4.o.
9392         * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9393         solib-svr4.o.
9394         (TM_FILE): Set to nm-nbsd.h.
9395         * config/i386/nm-fbsd.h: Update copyright year.  Tweak comments.
9396         Simplify shared library support.  Don't include "elf/common.h".
9397         (SVR4_SHARED_LIBS): Don't define.
9398         * config/i386/nm-fbsd64.h: Update copyright year.  Don't include
9399         "solib.h".
9400         * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9401         config/i386/nm-obsd.h: Update copyright year.  Tweak comments.
9402         * config/i386/tm-fbsd.h: Update copyright tear.  Tweak comments.
9403         Don't include "i386/tm-i386.h".  Include "solib.h".
9404         * config/i386/tm-nbsd.h: Update copyright year.  Tweak comments.
9405         Don't include "i386/tm-i386.h".
9406         * config/i386/xm-i386.h: Update copyright year.  Tweak comments.
9407         * config/i386/xm-nbsd.h: Update copyright year.  Tweak comments.
9408         Include "i386/xm-i386.h".
9409         (HOST_LONG_DOUBLE_FORMAT): Remove.
9410
9411         Fix OpenBSD/i386 sigtramp recognition.
9412         * i386-tdep.h: Update copyright year.
9413         (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9414         (i386bsd_sigtramp_end): New prototypes.
9415         (i386fbsd_sigtramp_start_addr): Renamed from
9416         i386fbsd_sigtramp_start.
9417         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9418         (i386obsd_sigtramp_start_addr): Renamed from
9419         i386obsd_sigtramp_start.
9420         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9421         * i386bsd-tdep.c: Update copyright year.
9422         (i386bsd_pc_in_sigtramp): Make public.
9423         * i386fbsd-nat.c: Update copyright year.
9424         (_initialize_i386fbsd_nat): Adjust for renamed variables.
9425         * i386fbsd-tdep.c: Update copyright year.
9426         (i386fbsd_sigtramp_start_addr): Renamed from
9427         i386fbsd_sigtramp_start.
9428         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9429         (i386fbsdaout_init_abi): Adjust for renamed variables.
9430         * i386obsd-nat.c: Update copyright year.
9431         (_initialize_i386obsd_nat): Adjust for renamed variables.
9432         * i386obsd-tdep.c: Include "target.h".
9433         (i386obsd_page_size): New variable.
9434         (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9435         (i386obsd_sigtramp_end): New functions.
9436         (i386obsd_sigtramp_start_addr): Renamed from
9437         i386obsd_sigtramp_start.
9438         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9439         (i386obsd_init_abi): Adjust for renamed variables.  Set
9440         pc_in_sigtramp, sigtramp_start and sigtramp_end.
9441         * Makefile.in (i386obsd-tdep.o): Update dependencies.
9442
9443         * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9444         trampoline change in OpenBSD kernel.
9445
9446         * amd64-nat.c: Update copyright year.
9447         (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9448         architecture from REGCACHE.
9449
9450         * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9451         symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9452
9453 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
9454
9455         * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9456         i[34567]86-*-openbsd3.[0-3].
9457         * config/i386/obsdaout.mh: New file.
9458
9459         * config/i386/obsd.mh (MH_FLAGS): Remove.
9460
9461         Fix PR build/1549.
9462         * i386obsd-tdep.c: Update copyright years.  Include
9463         "solib-svr4.h".
9464         (i386obsd_init_abi): Don't set regset_from_core_section here.
9465         (i386obsd_aout_init_abi): New function.  Set
9466         regset_from_core_section here.
9467         (i386obsd_elf_init_abi): New function.
9468         (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9469         * Makefile.in (i386obsd-tdep.o): Update dependecies.
9470         * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9471         (TM_FILE): Set to tm-nbsd.h.
9472
9473         * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9474         solib-sunos.o.
9475
9476         * solib-svr4.h: Update copyright year.
9477         (svr4_ilp32_fetch_link_map_offsets)
9478         (svr4_lp64_fetch_link_map_offsets): New prototype.
9479         * solib-svr4.c: Update copyright year.
9480         (svr4_ilp32_fetch_link_map_offsets)
9481         (svr4_lp64_fetch_link_map_offsets): New function.
9482
9483 2004-02-20  Daniel Jacobowitz  <drow@mvista.com>
9484
9485         * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9486         to the partial symbol table.
9487
9488 2004-02-20  J. brobecker  <brobecker@gnat.com>
9489
9490         * PROBLEMS: Add description of problem documented under gdb/1560.
9491
9492 2004-02-20  Mark Kettenis  <kettenis@gnu.org>
9493
9494         * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h".  Fix
9495         comments.
9496         (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9497         functions.
9498         (amd64obsd_init_abi): Reorder initializations.  Use
9499         amd64obsd_r_reg_offset to initialize the general-purpose register
9500         set details.  Set regset_from_core_section.
9501         (_initialize_amd64obsd_tdep): Rename from
9502         _initialize_amd64obsd_ndep.  Add OS ABI handler for core dumps.
9503         * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9504         * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9505
9506         * NEWS (New native configurations): Mention OpenBSD/alpha.
9507         * configure.tgt: Add alpha*-*-openbsd*.
9508         * configure.host: Add alpha*-*-openbsd*.
9509         * alphanbsd-tdep.c: Update copyright year.
9510         (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9511
9512 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9513
9514         Fix PR tdep/1372.
9515         * configure.tgt: Delete target "none-*-*".
9516         * configure.host: Delete host "none-*-*".
9517         * config/none/none.mh: Delete file.
9518         * config/none/none.mt: Delete file.
9519         * config/none/xm-none.h: Delete file.
9520         * config/none/tm-none.h: Delete file.
9521         * config/none/nm-none.h: Delete file.
9522
9523 2004-02-19  Fred Fish  <fnf@redhat.com>
9524
9525         * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9526         cache->uses_fp prior to setting it.
9527
9528 2004-02-19  Fred Fish  <fnf@redhat.com>
9529
9530         Fix for PR breakpoint/1558.
9531         * sh-tdep.c (IS_JSR): New macro.
9532         (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9533
9534 2004-02-19  Jim Blandy  <jimb@redhat.com>
9535
9536         * findvar.c (value_from_register): Doc fix.
9537
9538 2004-02-19  Jeff Johnston  <jjohnstn@redhat.com>
9539
9540         * printcmd.c (print_scalar_formatted): Do not check for sizeof
9541         type being greater than sizeof of host's LONGEST.  Always use
9542         unpack_long() unless format 'f' chosen.
9543
9544 2004-02-19  Joel Brobecker  <brobecker@gnat.com>
9545
9546         Committed by Elena Zannoni  <ezannoni@redhat.com>
9547
9548         * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9549         contains a symbol wich is the best, non-exact match for the given
9550         pc.  Update comments.
9551
9552 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
9553
9554         * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9555         macro, which was part of the now removed Mach 3 port.
9556         * utils.c (request_quit): Ditto.
9557
9558 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
9559
9560         * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9561         "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9562
9563 2004-02-18  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9564
9565         Committed by Mark Kettenis  <kettenis@gnu.org>.
9566
9567         * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9568         Define.
9569
9570 2004-02-18  Andrew Cagney  <cagney@redhat.com>
9571
9572         * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9573         CONFIG_INSTALL and CONFIG_UNINSTALL.
9574         * configure: Re-generate.
9575         * interps.h (INTERP_TUI): Define.
9576         * Makefile.in: Update dependencies.
9577         (TUI): New macro.
9578         (tui-main.o): Specify dependencies.
9579         (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9580         * tui/tui-main.c: New file.
9581
9582 2004-02-18  Mark Kettenis  <kettenis@gnu.org>
9583
9584         * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9585         * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9586         dependencies.
9587         * configure.host: Add x86_64-*-openbsd*.
9588         * configure.tgt: Add x86_64-*-openbsd*.
9589         * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9590
9591         * tui/tui.c: Don't include <malloc.h>.
9592
9593         * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9594         amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9595         amd64nbsd-tdep.c.
9596
9597         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9598         static.  Remove extraneous whitespace.
9599         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9600         static.
9601
9602 2004-02-17  Jim Blandy  <jimb@redhat.com>
9603
9604         * findvar.c (value_from_register): Doc fix.
9605
9606 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9607
9608         Committed by Jim Blandy  <jimb@redhat.com>.
9609
9610         * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9611         CORE_ADDR as type for selectors.  Correct types for GNU run time
9612         message lookup function to use double indirection.
9613         * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9614         * objc-lang.h (lookup_child_selector): Adapt prototype.
9615
9616         * s390-nat.c (SUBOFF): New macro.
9617         (supply_gregset, fill_gregset): Use it to handle debugging
9618         of 32-bit exectuables running under a 64-bit kernel.
9619         * s390-tdep.c: Include "solib-svr4.h".
9620         (s390_svr4_fetch_link_map_offset): New function.
9621         (s390x_svr_fetch_link_map_offset): Likewise.
9622         (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9623         * Makefile.in (s390-tdep.o): Update dependencies.
9624
9625         * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9626         "frame-unwind.h".
9627         (s390_readinstruction): Reformat.  Use read_memory_nobpt.
9628         (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9629         (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9630         (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9631         S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9632         S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9633         S390_SIGNAL_FRAMESIZE,
9634         s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9635         (struct frame_extra_info): Remove.
9636         (s390_memset_extra_info): Remove.
9637         (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9638         (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9639         (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9640         (is_rse): Renamed to ...
9641         (is_rsy): ... this.  Support long displacements.
9642         (is_rxe): Renamed to ...
9643         (is_rxy): ... this.  Support long displacements.
9644         (compute_x_addr): Support long displacements.
9645         (struct s390_prologue_data): New data type.
9646         (s390_on_stack): Change API to use struct s390_prologue_data.
9647         (s390_store): Reimplement.
9648         (s390_load): New function.
9649         (s390_get_signal_frame_info): Remove.
9650         (s390_get_frame_info): Remove, replace by ...
9651         (s390_analyze_prolog): ... this new function.
9652         (s390_check_function_end): Remove.
9653         (s390_function_start): Remove.
9654         (s390_frameless_function_invokation): Remove.
9655         (s390_is_sigreturn): Remove.
9656         (s390_init_frame_pc_first): Remove.
9657         (s390_init_frame_extra_info): Remove.
9658         (s390_frame_init_saved_regs): Remove.
9659         (s390_frame_saved_pc_nofix): Remove.
9660         (s390_frame_saved_pc): Remove.
9661         (s390_frame_chain): Remove.
9662         (s390_fp_regnum, s390_read_fp): Remove.
9663         (s390_pop_frame_regular, s390_pop_frame): Remove.
9664         (s390_saved_pc_after_call): Remove.
9665         (s390_skip_prologue): Reimplement.
9666         (s390_in_function_epilogue_p): Support long displacements.
9667         (struct s390_unwind_cache): New data structure.
9668         (s390_frame_unwind_cache): New function.
9669         (s390_prologue_frame_unwind_cache): Likewise.
9670         (s390_backchain_frame_unwind_cache): Likewise.
9671         (s390_frame_this_id, s390_frame_prev_register): Likewise.
9672         (s390_frame_unwind): Define.
9673         (s390_frame_sniffer): New function.
9674         (struct s390_pltstub_unwind_cache): New data structure.
9675         (s390_pltstub_frame_unwind_cache): New function.
9676         (s390_pltstub_frame_this_id): Likewise.
9677         (s390_pltstub_frame_prev_register): Likewise.
9678         (s390_pltstub_frame_unwind): Define.
9679         (s390_pltstub_frame_sniffer): New function.
9680         (struct s390_sigtramp_unwind_cache): New data structure.
9681         (s390_sigtramp_frame_unwind_cache): New function.
9682         (s390_sigtramp_frame_this_id): Likewise.
9683         (s390_sigtramp_frame_prev_register): Likewise.
9684         (s390_sigtramp_frame_unwind): Define.
9685         (s390_sigtramp_frame_sniffer): New function.
9686         (s390_frame_base_address, s390_local_base_address): New functions.
9687         (s390_frame_base): Define.
9688         (s390_unwind_pc, s390_unwind_sp): New function.
9689         (s390_push_dummy_call): Use new frame base location.
9690         (s390_unwind_dummy_id): Likewise.
9691         (s390_gdbarch_init): Remove calls to:
9692         set_gdbarch_frameless_function_invocation,
9693         set_gdbarch_deprecated_init_frame_pc,
9694         set_gdbarch_deprecated_frame_chain,
9695         set_gdbarch_deprecated_frame_init_saved_regs,
9696         set_gdbarch_deprecated_pop_frame,
9697         set_gdbarch_deprecated_init_extra_frame_info,
9698         set_gdbarch_deprecated_init_frame_pc_first,
9699         set_gdbarch_deprecated_target_read_fp,
9700         set_gdbarch_deprecated_frame_saved_pc,
9701         set_gdbarch_deprecated_saved_pc_after_call,
9702         set_gdbarch_deprecated_fp_regnum.
9703         Add calls to:
9704         set_gdbarch_in_solib_call_trampoline,
9705         frame_unwind_append_sniffer,
9706         frame_base_set_default,
9707         set_gdbarch_unwind_pc,
9708         set_gdbarch_unwind_sp.
9709         * Makefile.in (s390-tdep.o): Update dependencies.
9710
9711         * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9712         (S390_STACK_FRAME_OVERHEAD): Remove.
9713         (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9714         (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9715         (s390_promote_integer_argument): Remove.
9716         (s390_cannot_extract_struct_value_address): Remove.
9717         (s390_use_struct_convention, s390_store_struct_return): Remove.
9718         (s390_extract_return_value, s390_store_return_value): Remove.
9719         (s390_return_value_convention, s390_return_value): New functions.
9720         (is_float_singleton): Handle typedefs.
9721         (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9722         Remove, replace by ...
9723         (s390_function_arg_pass_by_reference, s390_function_arg_float,
9724         s390_function_arg_integer): ... these new functions.
9725         (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9726         (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9727         (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9728         Fill in tdep->abi.
9729         Remove calls to:
9730         set_gdbarch_deprecated_store_struct_return,
9731         set_gdbarch_deprecated_extract_return_value,
9732         set_gdbarch_deprecated_store_return_value,
9733         set_gdbarch_use_struct_convention,
9734         set_gdbarch_extract_struct_value_address,
9735         set_gdbarch_deprecated_pc_in_call_dummy,
9736         set_gdbarch_deprecated_push_arguments,
9737         set_gdbarch_deprecated_save_dummy_frame_tos,
9738         set_gdbarch_deprecated_push_return_address,
9739         set_gdbarch_deprecated_sizeof_call_dummy_words,
9740         set_gdbarch_deprecated_call_dummy_words,
9741         set_gdbarch_deprecated_dummy_write_sp.
9742         Add calls to:
9743         set_gdbarch_push_dummy_call,
9744         set_gdbarch_unwind_dummy_id,
9745         set_gdbarch_return_value.
9746
9747         * config/s390/nm-linux.h: Update comments.
9748         (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9749         (STOPPED_BY_WATCHPOINT): Redefine.
9750         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9751         (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9752         (s390_stopped_by_watchpoint): Likewise.
9753         (watch_area_cnt): Remove.
9754         * s390-nat.c: Update comments.
9755         (watch_area): Remove typedef.
9756         Global replace watch_area by struct watch_area.
9757         (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9758         (s390_stopped_by_watchpoint): Remove pid argument,
9759         use s390_inferior_tid.  Add short-cut for the no watchpoint case.
9760         (s390_fix_watch_points): Remove pid argument,
9761         use s390_inferior_tid.  Recompute area spanned by watchpoints.
9762         (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9763         argument.  Reimplement.
9764
9765         * config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
9766         (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9767         (FETCH_INFERIOR_REGISTERS): Define.
9768         * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9769         core-regset.o.
9770         * config/s390/s390x.mt: Remove.
9771         * config/s390/tm-s390.h: Remove.
9772         * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9773         (TARGET_ELF64): Remove.
9774         (SKIP_TRAMPOLINE_CODE): Do not undefine.
9775         * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9776         s390*-*-* case; always set gdb_target to s390.
9777         * regformats/reg-s390.dat: Remove control registers.
9778         * regformats/reg-s390x.dat: Likewise.
9779         * s390-tdep.h: New file.
9780         * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9781         Include "inferior.h" and "s390-tdep.h".
9782         Remove private definition of offsetof.
9783         (s390_register_u_addr): Remove.
9784         (regmap_gregset, regmap_fpregset): Define.
9785         (supply_gregset, fill_gregset): Reimplement.
9786         (supply_fpregset, fill_fpregset): Likewise.
9787         (s390_inferior_tid): New function.
9788         (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9789         (fetch_inferior_registers, store_inferior_registers): Likewise.
9790         * s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
9791         of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
9792         Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9793         Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9794         (struct gdbarch_tdep): Define.
9795         (struct s390_register_info): Define.
9796         (s390_register_info): New variable.
9797         (s390_register_name): Reimplement.
9798         (s390_register_type): New function.
9799         (s390_register_raw_size, s390x_register_raw_size): Remove.
9800         (s390_cannot_fetch_register): Remove.
9801         (s390_register_byte): Remove.
9802         (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9803         (s390_dwarf_regmap): New variable.
9804         (s390_dwarf_reg_to_regnum): New function.
9805         (s390_stab_reg_to_regnum): Remove.
9806         (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9807         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9808         (s390_convert_register_p): Likewise.
9809         (s390_register_to_value, s390_value_to_register): Likewise.
9810         (s390_register_reggroup_p): Likewise.
9811         (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9812         s390_gregset, s390x_gregset, s390_fpregset): New variables.
9813         (s390_supply_regset, s390_regset_from_core_section): New functions.
9814         (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9815         (S390_FPR_SIZE): Likewise.
9816         (S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
9817         Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9818         (S390_NUM_GPRS): Move here from tm-s390.h.
9819         (S390_NUM_FPRS): Likewise.
9820         (s390_in_function_epilogue_p): New function.
9821         (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9822         Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9823         (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9824         Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9825         Replace S390_FP_REGNUM by S390_SP_REGNUM.
9826         Remove calls to:
9827         set_gdbarch_deprecated_max_register_raw_size,
9828         set_gdbarch_deprecated_max_register_virtual_size,
9829         set_gdbarch_deprecated_register_byte,
9830         set_gdbarch_cannot_fetch_register,
9831         set_gdbarch_cannot_store_register,
9832         set_gdbarch_deprecated_register_size,
9833         set_gdbarch_deprecated_register_raw_size,
9834         set_gdbarch_deprecated_register_virtual_size,
9835         set_gdbarch_deprecated_register_virtual_type,
9836         set_gdbarch_deprecated_register_bytes.
9837         Add calls to:
9838         set_gdbarch_num_pseudo_regs,
9839         set_gdbarch_register_type,
9840         set_gdbarch_convert_register_p,
9841         set_gdbarch_register_to_value,
9842         set_gdbarch_value_to_register,
9843         set_gdbarch_register_reggroup_p,
9844         set_gdbarch_regset_from_core_section,
9845         set_gdbarch_pseudo_register_read,
9846         set_gdbarch_pseudo_register_write,
9847         set_gdbarch_in_function_epilogue_p.
9848         * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9849         (s390_tdep_h): New variable.
9850
9851 2004-02-17  Jim Blandy  <jimb@redhat.com>
9852
9853         * findvar.c (value_from_register): If the type has no length, just
9854         return an acceptable value --- don't report an internal error.
9855
9856         * stabsread.c (read_type): If we find any type numbers that are
9857         forward references, complain if the references aren't resolved by
9858         the time we're finished reading.
9859         (cleanup_undefined_types): Make error message more appropriate for
9860         a complaint.
9861
9862 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
9863
9864         * Makefile.in (defs_h): Remove dependency on progress_h.
9865         * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9866         progress.h.
9867         * main.c (captured_main): Delete use of START_PROGRESS and
9868         END_PROGRESS.
9869
9870 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
9871
9872         * objfiles.c (terminate_minimal_symbol_table): Add back
9873         initialization of MSYMBOL_TYPE.
9874
9875 2004-02-17  David Mosberger  <davidm@hpl.hp.com>
9876
9877         Committed by Andrew Cagney.
9878         * Makefile.in (ia64_tdep_h): New macro.
9879         (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9880         (ia64-tdep.o): Likewise.
9881         * ia64-tdep.h: New file.
9882         * ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
9883         (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9884         (ia64_aix_sigcontext_register_address): Likewise.
9885         (ia64_linux_getunwind_table): Delete declaration.
9886         * ia64-linux-tdep.c: Likewise.
9887
9888 2004-02-17  Corinna Vinschen  <vinschen@redhat.com>
9889
9890         * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9891         * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9892         DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9893
9894 2004-02-17  Andrew Cagney  <cagney@redhat.com>
9895
9896         * symtab.c (skip_prologue_using_sal): New function.
9897         * symtab.h (skip_prologue_using_sal): Declare.
9898         * frv-tdep.c: Include "symtab.h".
9899         (skip_prologue_using_sal): Delete function.
9900         * mips-tdep.c (skip_prologue_using_sal): Delete function.
9901         * rs6000-tdep.c (refine_prologue_limit): Mention
9902         skip_prologue_using_sal.
9903         * ia64-tdep.c (refine_prologue_limit): Ditto.
9904         * Makefile.in: Update dependencies.
9905
9906 2004-02-16  Andrew Cagney  <cagney@redhat.com>
9907
9908         * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9909         START_INFERIOR_TRAPS_EXPECTED.
9910         * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9911         START_INFERIOR_TRAPS_EXPECTED.
9912         * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9913         Delete macro.
9914         * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9915         macro, moved to "nm-osf.h".  Update copyright.
9916         * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9917         update copyright.
9918
9919         * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9920         and function replacing FRAMELESS_FUNCTION_INVOCATION.
9921         * blockframe.c (legacy_frameless_look_for_prologue): Rename
9922         frameless_look_for_prologue.
9923         * frame.h (legacy_frameless_look_for_prologue): Rename
9924         frameless_look_for_prologue.
9925         * gdbarch.h, gdbarch.c: Re-generate.
9926         * sh64-tdep.c (sh64_gdbarch_init): Update.
9927         * sh-tdep.c (sh_gdbarch_init): Update.
9928         * s390-tdep.c (s390_gdbarch_init): Update.
9929         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9930         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9931         * m68k-tdep.c (m68k_gdbarch_init): Update.
9932         (delta68_frame_args_address): Update.
9933         * m32r-tdep.c (m32r_gdbarch_init): Update.
9934         * hppa-tdep.c (hppa_gdbarch_init): Update.
9935         * h8300-tdep.c (h8300_gdbarch_init): Update.
9936         * frv-tdep.c (frv_gdbarch_init): Update.
9937         (frv_frameless_function_invocation): Update.
9938         * cris-tdep.c (cris_gdbarch_init): Update.
9939         (cris_frameless_function_invocation): Update.
9940         * avr-tdep.c (avr_gdbarch_init): Update.
9941         * arm-tdep.c (arm_gdbarch_init): Update.
9942         * stack.c (frame_info): Update, call predicate.
9943         * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9944         * frame.c (legacy_get_prev_frame): Update, call predicate..
9945         * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9946         * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9947         * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9948         invocation.
9949         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9950         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9951         * vax-tdep.c (vax_gdbarch_init): Ditto.
9952
9953         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9954         function.
9955
9956 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
9957
9958         * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9959         initializations.
9960
9961 2004-02-16  Andrew Cagney  <cagney@redhat.com>
9962
9963         * tui/tui-windata.c: Include "gdb_string.h".
9964         * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9965         * tui/tui-layout.c, tui/tui-command.c: Ditto.
9966         * Makefile.in: Update dependencies.
9967
9968 2004-02-16  Daniel Jacobowitz  <drow@mvista.com>
9969
9970         * Makefile.in (infrun.o): Add $(gdb_assert_h).
9971         * infrun.c: Include "gdb_assert.h".
9972         (singlestep_ptid, saved_singlestep_ptid)
9973         (stepping_past_singlestep_breakpoint): New variables.
9974         (resume): Set singlestep_ptid.  Check for singlestep thread
9975         hop.
9976         (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9977         (handle_inferior_event): Handle singlestep thread hop.
9978
9979 2004-02-16  Andrew Cagney  <cagney@redhat.com>
9980
9981         * dwarf2-frame.c (dwarf2_frame_ops): New function.
9982         (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9983         (dwarf2_frame_init_reg): Ditto.
9984
9985         * printcmd.c (display_command): Check that EXP isn't NULL.  Fix
9986         suggested by Joshua Neuheisel
9987
9988         * configure.in: Always check for curses, including pdcurses.
9989         Warn, instead of error, when no curses are found.  Enable TUI when
9990         curses is available.
9991         * configure: Re-generate.
9992
9993 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
9994
9995         * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9996         sh_sh4_register_convert_to_virtual.
9997         (sh_register_convert_to_raw): Rename from
9998         sh_sh4_register_convert_to_raw.
9999         (sh_pseudo_register_read): Accomodate above name change.
10000         (sh_pseudo_register_write): Ditto.
10001
10002 2004-02-16  Corinna Vinschen  <vinschen@redhat.com>
10003
10004         * sh-tdep.c (sh_generic_register_name): Remove.
10005         (sh_gdbarch_init): Use sh_sh_register_name in default case.
10006
10007 2004-02-15  Andrew Cagney  <cagney@redhat.com>
10008
10009         * configure.in (build_warnings): Add -Wunused-function.
10010         * configure: Re-generate.
10011
10012         * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10013         * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10014
10015         * procfs.c (procfs_init_inferior): Assume that
10016         START_INFERIOR_TRAPS_EXPECTED is defined.
10017         * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10018         * config/ns32k/tm-nbsd.h: Delete file,
10019         START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10020
10021         * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10022         * config/vax/tm-vax.h: Delete file.
10023
10024         * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10025         * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10026         * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10027         * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10028         * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10029         * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10030         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10031
10032 2004-02-15  Mark Kettenis  <kettenis@gnu.org>
10033
10034         * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10035         * dwarf2-frame.c (dwarf2_frame_data): New variable.
10036         (struct dwarf2_frame_ops): New.
10037         (dwarf2_frame_default_init_reg): New function, based on
10038         dwarf2_frame_init_reg.
10039         (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10040         (dwarf2_frame_init_reg): Call architecture-specific function.
10041         (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10042         (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10043         instead of dwarf2_frame_data.
10044         (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10045         Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10046
10047 2004-02-15  Andrew Cagney  <cagney@redhat.com>
10048
10049         * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10050         register_gdbarch_swap.
10051         (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10052         * f-lang.c (_initialize_f_language): Update, use
10053         DEPRECATED_REGISTER_GDBARCH_SWAP.
10054         * remote.c (_initialize_remote): Ditto.
10055         * regcache.c (_initialize_regcache): Ditto.
10056         * parse.c (_initialize_parse): Ditto.
10057         * infrun.c (_initialize_infrun): Ditto.
10058         * mi/mi-main.c (_initialize_mi_main): Ditto.
10059         * gdbtypes.c (_initialize_gdbtypes): Ditto.
10060
10061         * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10062         poking .cacheable directly.
10063         * symfile.c (symfile_bfd_open): Ditto.
10064
10065         * Makefile.in: Update all dependencies.
10066
10067         * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10068         (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
10069         .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
10070         (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10071         (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10072
10073 2004-02-14  Andrew Cagney  <cagney@redhat.com>
10074
10075         * arch-utils.c (legacy_convert_register_p): Check
10076         DEPRECATED_REGISTER_CONVERTIBLE_P.
10077         * findvar.c (value_of_register): Ditto.
10078
10079         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10080         * gdbarch.h, gdbarch.c: Re-generate.
10081         * arch-utils.c (deprecated_register_convertible_not): Delete.
10082         * arch-utils.h (deprecated_register_convertible_not): Delete.
10083         * mi/mi-main.c (get_register): Update.  Update copyright.
10084         * infcmd.c (default_print_registers_info): Update.
10085
10086         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10087         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10088         (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10089         * gdbarch.h, gdbarch.c: Re-generate.
10090         * frame.c (deprecated_get_next_frame_hack): Delete function.
10091         * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10092         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10093         Update.
10094         * infcall.c (call_function_by_hand): Update.
10095
10096 2004-02-14  Elena Zannoni  <ezannoni@redhat.com>
10097
10098         * symfile.c (init_entry_point_info, entry_point_address): Move
10099         from here...
10100         * objfiles.c (init_entry_point_info, entry_point_address):..to
10101         here.
10102         * symfile.h (init_entry_point_info, entry_point_address): Remove
10103         prototypes.
10104         * objfiles.h (init_entry_point_info, entry_point_address):Add
10105         prototypes.
10106         * cris-tdep.c: Remove include of symfile.h. Add include of
10107         objfiles.h.
10108         * infcall.c: Ditto.
10109         * mcore-tdep.c: Ditto.
10110         * mn10300-tdep.c: Ditto.
10111         * sh64-tdep.c: Ditto.
10112         * v850-tdep.c: Ditto.
10113         * arm-tdep.c: Remove include of symfile.h.
10114         * blockframe.c: Ditto.
10115         * coffread.c: Ditto.
10116         * dbxread.c: Ditto.
10117         * dwarf2read.c: Ditto.
10118         * dwarfread.c: Ditto.
10119         * frv-tdep.c: Ditto.
10120         * ia64-tdep.c: Ditto.
10121         * mdebugread.c: Ditto.
10122         * mipsread.c: Ditto.
10123         * rs6000-tdep.c: Ditto.
10124         * s390-tdep.c: Ditto.
10125         * sh-tdep.c: Ditto.
10126         * xstormy16-tdep.c: Ditto.
10127         * gdbarch.sh: Remove include of symfile.h.
10128         * gdbarch.c: Regenerate.
10129         * solib-irix.c (enable_break): Use entry_point_address().
10130         Add comment about include file.
10131         * xcoffread.c: Add comment about include file.
10132         * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10133         (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10134         (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10135         (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10136         (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10137
10138 2004-02-13  Andrew Cagney  <cagney@redhat.com>
10139
10140         * corelow.c (core_xfer_partial): Use "struct bfd_section".
10141         * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10142         copyright.
10143         * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10144
10145 2004-02-12  Fred Fish  <fnf@redhat.com>
10146
10147         * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10148          set_gdbarch_store_return_value.
10149
10150 2004-02-12  Andrew Cagney  <cagney@redhat.com>
10151
10152         * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10153         (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10154         (interrupt_query): Ditto.
10155         (ofunc): Delete unused variable.
10156         * cris-tdep.c (cris_abi): Delete unused function.
10157         (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10158         (cris_get_wide_opcode, cris_get_short_size): Ditto.
10159         (cris_get_asr_quick_shift_steps): Ditto.
10160         (cris_skip_prologue_frameless_p): Ditto.
10161         * arm-tdep.c (arm_push_return_address): Delete unused function.
10162         (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10163         * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10164         * s390-tdep.c (s390_function_start): Delete unused function.
10165
10166 2004-02-12  Andrew Cagney  <cagney@redhat.com>
10167
10168         * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10169         gdbarch.h, gdbarch.c: Re-generate.
10170         * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10171         to generic_prologue_frameless_p.
10172         * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10173         * arch-utils.c (generic_prologue_frameless_p): Delete function.
10174
10175 2004-02-11  Daniel Jacobowitz  <drow@mvista.com>
10176
10177         * mips-linux-tdep.c: Include "frame.h".
10178         (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10179         (mips_linux_skip_resolver): New functions.
10180         (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10181         and set_gdbarch_in_solib_call_trampoline.
10182         * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10183         to after set_gdbarch_in_solib_return_trampoline.  Only set the
10184         solib hooks to mips16 functions if the OS ABI is unknown.
10185         * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10186         including "config/tm-linux.h".
10187         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10188         * Makefile.in (mips-linux-tdep.o): Update.
10189
10190 2004-02-11  David Carlton  <carlton@kealia.com>
10191
10192         * linespec.c (decode_compound): Only look for a class symbol when
10193         considering all but the rightmost component.
10194
10195 2004-02-11  Andrew Cagney  <cagney@redhat.com>
10196
10197         * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10198         abi code are are separatly grouped.
10199
10200 2004-02-11  Andrew Cagney  <cagney@redhat.com>
10201
10202         * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10203         * gdbarch.h, gdbarch.c: Re-generate.
10204         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10205         * v850-tdep.c (v850_gdbarch_init): Update.
10206         * sh64-tdep.c (sh64_gdbarch_init): Update.
10207         * sh-tdep.c (sh_gdbarch_init): Update.
10208         * s390-tdep.c (s390_gdbarch_init): Update.
10209         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10210         * mips-tdep.c (mips_gdbarch_init): Update.
10211         * mcore-tdep.c (mcore_gdbarch_init): Update.
10212         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10213         * m32r-tdep.c (m32r_gdbarch_init): Update.
10214         * ia64-tdep.c (ia64_gdbarch_init): Update.
10215         * hppa-tdep.c (hppa_gdbarch_init): Update.
10216         * h8300-tdep.c (h8300_gdbarch_init): Update.
10217         * frv-tdep.c (frv_gdbarch_init): Update.
10218         * d10v-tdep.c (d10v_gdbarch_init): Update.
10219         * cris-tdep.c (cris_gdbarch_init): Update.
10220         * avr-tdep.c (avr_gdbarch_init): Update.
10221         * arm-tdep.c (arm_gdbarch_init): Update.
10222         * alpha-tdep.c (alpha_gdbarch_init): Update.
10223
10224 2004-02-11  Corinna Vinschen  <vinschen@redhat.com>
10225
10226         * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10227         comma.
10228         (sh_sh4al_dsp_register_name): Ditto.
10229
10230 2004-02-10  Andrew Cagney  <cagney@redhat.com>
10231
10232         * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10233         (mips_init_frame_pc_first): Delete function.
10234         (mips_frame_saved_pc): Delete function.
10235         (mips_frame_chain): Delete function.
10236         (mips_init_extra_frame_info): Delete function.
10237         (mips_xfer_register): Delete unused variable "reg".
10238         (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10239         (mips_n32n64_return_value): Delete unused variable "reg".
10240         (mips_n32n64_return_value): Delete unused variable "pos".
10241         (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10242         (mips_o32_return_value): Delete unused variable "pos".
10243         (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10244         (mips_print_fp_register): Delete unused variable "namelen"
10245         (mips_print_fp_register): Delete unused variable "flt2"
10246         (get_frame_pointer): Delete function.
10247         (cached_proc_desc): Delete static variable.
10248         (mips_pop_frame): Delete function.
10249         (mips_find_saved_regs): Delete function.
10250         (mips_get_saved_register): Delete function.
10251         (mips_saved_pc_after_call): Delete function.
10252         (SIGFRAME_BASE): Delete macro.
10253         (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10254         (SIGFRAME_PC_OFF): Delete macro.
10255         (SIGFRAME_REGSAVE_OFF): Delete macro.
10256         (mips_dump_tdep): Do not print deleted macro definitions.
10257
10258 2004-02-10  Andrew Cagney  <cagney@redhat.com>
10259
10260         * Makefile.in (SFILES): Remove explictly listed tui files.
10261         (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10262
10263 2004-02-10  Jeff Johnston  <jjohnstn@redhat.com>
10264
10265         * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10266         to use paddr functions to format ia64 addresses and long values.
10267         (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10268         (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10269         (get_kernel_table, ia64_find_proc_info_x): Ditto.
10270         (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10271         (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10272
10273 2004-02-10  Andrew Cagney  <cagney@redhat.com>
10274
10275         * defs.h: Do not include "tui.h".
10276         * gdb_curses.h: New file.
10277         * tui/tui-hooks.h: New file.
10278         * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10279         (tui_install_hooks, tui_remove_hooks): Delete declarations.
10280         (tui_initialize_io): Delete declaration.
10281         (tui_initialize_readline: Delete redundant declaration.
10282         (struct tui_point): Delete definition.
10283         * tui/tui-data.h (struct tui_point): Define.
10284         * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10285         * utils.c: Include "tui/tui.h".
10286         * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10287         * printcmd.c [TUI]: Include "tui/tui.h".
10288         * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10289         * tui/tui-command.c: Include "gdb_curses.h".
10290         * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10291         * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10292         * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10293         * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10294         * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10295         * Makefile.in: Update all dependencies.
10296         (tui_hooks_h, gdb_curses_h): Define.
10297         (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10298
10299 2004-02-10  Elena Zannoni  <ezannoni@redhat.com>
10300
10301         * objfiles.h (struct objfile): Remove unused fields auxf1 and
10302         auxf2. Add comments about some other rarely used fields.
10303
10304 2004-02-10  Andrew Cagney  <cagney@redhat.com>
10305
10306         * Makefile.in (init.c): Fix script removing duplicates. Problem
10307         reported by Peter Schauer.
10308
10309 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
10310
10311         * bcache.c (bcache_xmalloc): Use obstack_init instead of
10312         obstack_specify_allocation.
10313         * objfiles.c (allocate_objfile): Ditto.
10314         * solib-sunos.c (solib_add_common_symbols)
10315         (allocate_rt_common_objfile): Ditto.
10316         * symfile.c (reread_symbols): Ditto.
10317         * gdb_obstack.h: Add comment.
10318
10319 2004-02-09  Elena Zannoni  <ezannoni@redhat.com>
10320
10321         * linespec.c (decode_line_1, locate_first_half)
10322         (decode_compound, lookup_prefix_sym): Update comments. Delete old
10323         commented out code.
10324
10325 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
10326
10327         * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10328         obstack_free.
10329
10330 2004-02-09  Andrew Cagney  <cagney@redhat.com>
10331
10332         * blockframe.c (find_pc_partial_function): If find_pc_overlay
10333         fails, try find_pc_section.  Fix PR c++/1267.
10334         * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10335         instead of find_pc_mapped_section.
10336         (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10337         not default to the section containing PC.  Fix PR symtab/1519.
10338
10339 2004-02-09  Andrew Cagney  <cagney@redhat.com>
10340
10341         * Makefile.in (mips-tdep.o): Update dependencies.
10342         * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10343         "trad-frame.h".
10344         (mips_unwind_pc): Return the pseudo PC register.
10345         (mips_unwind_dummy_id): New function.
10346         (mips16_fetch_instruction): New function.
10347         (mips32_fetch_instruction): New function.
10348         (struct mips_frame_cache): Define.
10349         (mips_mdebug_frame_cache): New function.
10350         (mips_mdebug_frame_this_id): New function.
10351         (mips_mdebug_frame_prev_register): New function.
10352         (mips_mdebug_frame_unwind): Define.
10353         (mips_mdebug_frame_sniffer): New function.
10354         (mips_mdebug_frame_base_address): New function.
10355         (mips_mdebug_frame_base): Define.
10356         (mips_mdebug_frame_base_sniffer): New function.
10357         (mips_gdbarch_init): Append unwind and base sniffers.  Set
10358         unwind_dummy_id.
10359
10360 2004-02-08  Andrew Cagney  <cagney@redhat.com>
10361
10362         * frame.c: Print both the register number and name.
10363
10364         * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
10365         and a sed into a single sed.  Make .c and .o patterns more robust.
10366         (OBS): Delete.
10367         (INIT_FILES): Replace OBS with COMMON_OBS.
10368         (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10369
10370 2004-02-08  Mark Kettenis  <kettenis@gnu.org>
10371
10372         * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10373         the PT_WCOOKIE request.
10374
10375 2004-02-08  Andrew Cagney  <cagney@redhat.com>
10376
10377         * mips-tdep.c (mips_unwind_pc): New function.
10378         (mips_gdbarch_init): Set mips_unwind_pc.
10379
10380         * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10381         (get_frame_id): Allow the UNKNOWN_FRAME.
10382         (frame_register_unwind, get_frame_type): Ditto.
10383
10384         * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10385         and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
10386         unwind_dummy_id indicates a legacy frame.
10387
10388         * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10389         * configure: Re-generate.
10390
10391         * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10392         methods.
10393
10394 2004-02-08  Andrew Cagney  <cagney@redhat.com>
10395
10396         * configure.in (CONFIG_ALL): Set to Makefile target, and not
10397         makefile macro.
10398         * configure: Re-generate.
10399         (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10400         * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10401         (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10402         (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10403         (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10404         (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10405         (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10406         (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10407         (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10408         (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10409
10410 2004-02-07  Andrew Cagney  <cagney@redhat.com>
10411
10412         * Makefile.in: Update all dependencies.
10413
10414         * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10415         * configure: Re-generate.
10416         * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10417         (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10418         (COMMON_OBS): Add "main.o" and "annotate.o".
10419         (ANNOTATE_OBS): Delete.
10420         (OBS): Remove ANNOTATE_OBS.
10421         (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10422         CONFIG_INITS.
10423         (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10424         against CONFIG_OBS and "main.o".
10425         (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10426         (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10427
10428         * tui/tui-command.c: Include "gdb_string.h", delete register
10429         attribute, use ISO-C function signatures.
10430         * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10431         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10432         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10433         * tui/tui.c: Ditto.
10434
10435         * tui/tui-command.c: Change variable and function names to lower
10436         case.
10437         * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10438         * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10439         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10440         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10441         * tui/tui-winsource.c, tui/tui.c: Ditto.
10442
10443 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
10444
10445         * buildsym.c (free_pending_blocks, finish_block)
10446         (record_pending_block, make_blockvector, end_symtab): Replace
10447         symbol_obstack with objfile_obstack.
10448         * coffread.c (process_coff_symbol, coff_read_struct_type)
10449         (coff_read_enum_type): Ditto.
10450         * cp-namespace.c (initialize_namespace_symtab)
10451         (check_one_possible_namespace_symbol): Ditto.
10452         * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10453         (dwarf2_symbol_mark_computed): Ditto.
10454         * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10455         * elfread.c (elf_symtab_read): Ditto.
10456         * hpread.c (hpread_symfile_init, hpread_symfile_init)
10457         (hpread_read_enum_type, hpread_read_function_type)
10458         (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10459         Ditto.
10460         * jv-lang.c (get_java_class_symtab, add_class_symbol)
10461         (java_link_class_type): Ditto.
10462         * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10463         (new_symbol): Ditto.
10464         * minsyms.c (install_minimal_symbols): Ditto.
10465         * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10466         (terminate_minimal_symbol_table): Replace symbol_obstack with
10467         objfile_obstack.
10468         (free_objfile): Remove freeing of symbol_obstack.
10469         * objfiles.h: Remove symbol_obstack field.
10470         * pa64solib.c (add_to_solist): Replace symbol_obstack with
10471         objfile_obstack.
10472         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10473         symbol_obstack.
10474         (solib_add_common_symbols): Replace symbol_obstack with
10475         objfile_obstack.
10476         * somsolib.c (som_solib_add): Ditto.
10477         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10478         (common_block_start, common_block_end): Ditto.
10479         * symfile.c (reread_symbols): Remove freeing and init of
10480         symbol_obstack.
10481         (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10482         * symfile.h: Update comment.
10483         * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10484         stats printing.
10485         * symtab.c (symbol_set_names): Replace symbol_obstack with
10486         objfile_obstack.
10487         * symtab.h (struct general_symbol_info, struct minimal_symbol):
10488         Update comments.
10489         * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10490         (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10491         objfile_obstack.
10492
10493 2004-02-07  Andrew Cagney  <cagney@redhat.com>
10494
10495         * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10496         "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
10497         fields and variables.
10498         * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10499         (m_beInvisible): Delete macro.
10500         * tui/tui-data.h: Fix case case fields and variables.
10501         (m_genWinPtrIsNull): Delete macro.
10502         (tui_win_list): Rename winList.
10503         (TUI_SRC_WIN): Rename srcWin.
10504         (TUI_DISASM_WIN): Rename disassemWin.
10505         (TUI_DATA_WIN): Rename dataWin.
10506         (TUI_CMD_WIN): Rename cmdWin.
10507         (m_genWinPtrNotNull): Delete macro.
10508         (m_winPtrIsNull): Delete macro.
10509         (m_winPtrNotNull): Delete macro.
10510         (tui_win_is_source_type): Replace m_winIsSourceType
10511         (tui_win_is_auxillary): Replace m_winIsAuzillary.
10512         (tui_win_has_locator): Replace m_hasLocator.
10513         (tui_set_win_highlight): Replace m_setWinHighlightOn and
10514         m_setWinHighlightOff.
10515         * tui/tui-data.c: Update references.
10516         (tui_win_is_source_type, tui_set_win_highlight): New functions.
10517         (tui_win_has_locator, tui_win_is_auxillary): New functions.
10518         * tui/tui-command.c, tui/tui-disasm.c: Update references.
10519         * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10520         * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10521         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10522         * tui/tui-winsource.c, tui/tui.c: Ditto.
10523
10524 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
10525
10526         * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10527         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10528         StackGhost.
10529
10530         * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10531         variable `i6' to `i7'.
10532         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10533
10534 2004-02-07  Andrew Cagney  <cagney@redhat.com>
10535
10536         * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10537         (TuiPoint, TuiPointPtr): Ditto.
10538         (TuiStatus, TuiStatusPtr): Ditto.
10539         (TuiWinType, TuiWinTypePtr): Ditto.
10540         (struct tui_point): Rename _TuiPoint.
10541         (tui_get_low_disassembly_address): Rename
10542         tuiGetLowDisassemblyAddress.
10543         (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10544         (tuiFree): Delete declaration.
10545         (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10546         (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10547         * tui/tui.c (tuiFree): Delete function.
10548         * cli/cli-cmds.c (disassemble_command): Update references.
10549         * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10550         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10551         * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10552         * tui/tui-winsource.c: Ditto.
10553
10554 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
10555
10556         * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10557         coffstab_build_psymtabs, elfstab_build_psymtabs)
10558         (stabsect_build_psymtabs): Replace psymbol_obstack with
10559         objfile_obstack.
10560         * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10561         * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10562         Ditto.
10563         * dwarfread.c (scan_compilation_units): Ditto.
10564         * elfread.c (elfstab_offset_sections): Ditto.
10565         * hppa-tdep.c (read_unwind_info): Ditto.
10566         * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10567         (hpread_end_psymtab): Ditto.
10568         * mdebugread.c (mdebug_build_psymtabs, add_pending)
10569         (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10570         Ditto.
10571         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10572         * objfiles.c (add_to_objfile_sections)
10573         (build_objfile_section_table): Ditto.
10574         (allocate_objfile): Remove init of psymbol_obstack.
10575         (free_objfile): Remove freeing of psymbol_obstack.
10576         * objfiles.h (struct objfile): Remove field
10577         psymbol_obstack. Update comments.
10578         * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10579         psymbol_obstack with objfile_obstack.
10580         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10581         psymbol_obstack.
10582         * somread.c (som_symfile_offsets, init_import_symbols)
10583         (init_export_symbols): Replace psymbol_obstack with
10584         objfile_obstack.
10585         * somsolib.c (som_solib_add_solib_objfile): Ditto.
10586         * symfile.c (default_symfile_offsets, syms_from_objfile)
10587         (reread_symbols): Remove freeing and init of psymbol_obstack.
10588         (cashier_psymtab): Update comment.
10589         * symmisc.c (print_objfile_statistics): Don't report stats for
10590         psymbol obstack.
10591         * symtab.h (struct general_symbol_info, struct partial_symtab):
10592         Update comments.
10593         * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10594         (xcoff_symfile_offsets): Replace psymbol_obstack with
10595         objfile_obstack.
10596
10597 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
10598
10599         * objfiles.h (struct objfile): Add objfile_obstack field.
10600         Remove type_obstack field.
10601
10602         * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10603         read_structure_scope read_enumeration, new_symbol): Replace
10604         type_obstack with objfile_obstack.
10605         * dwarfread.c (struct_type, enum_type): Ditto.
10606         * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10607         (lookup_fundamental_type): Ditto.
10608         * gdbtypes.h (TYPE_ALLOC): Ditto.
10609         * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10610         (hpread_read_doc_function_type, hpread_read_struct_type)
10611         (fix_static_member_physnames, hpread_read_array_type)
10612         (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10613         * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10614         (java_link_class_type): Ditto.
10615         * mdebugread.c (parse_type): Ditto.
10616         * objfiles.c (allocate_objfile, free_objfile): Ditto.
10617         * solib-sunos.c (solib_add_common_symbols): Ditto.
10618         * stabsread.c (define_symbol, read_type, read_member_functions,
10619         read_cpp_abbrev, read_one_struct_field): Ditto.
10620         * symfile.c (reread_symbols): Ditto.
10621         * symmisc.c (print_objfile_statistics): Ditto.
10622
10623 2004-02-07  Andrew Cagney  <cagney@redhat.com>
10624
10625         * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10626         (tui_exec_info_content): Rename TuiExecInfoContent.
10627         (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10628         (TuiWinInfo, TuiWinInfoPtr): Ditto.
10629         (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10630         (TuiList, TuiListPtr): Ditto.
10631         (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10632         (TuiDataType, TuiDataTypePtr): Ditto.
10633         (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10634         (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10635         (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10636         (TuiSourceElement, TuiSourceElementPtr): Ditto.
10637         (TuiDataElement, TuiDataElementPtr): Ditto.
10638         (TuiWinElement, TuiWinElementPtr): Ditto.
10639         (TuiDataInfo, TuiDataInfoPtr): Ditto.
10640         (TuiCommandElement, TuiCommandElementPtr): Ditto.
10641         (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10642         (TuiWhichElement, TuiWhichElementPtr): Ditto.
10643         (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10644         (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10645         * tui/tui-command.c, tui/tui-data.c: Update references.
10646         * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10647         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10648         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10649         * tui/tui-winsource.c, tui/tui.c: Ditto.
10650
10651 2004-02-07  Mark Kettenis  <kettenis@gnu.org>
10652
10653         * dwarf2-frame.h: Update copyright.
10654         (enum dwarf2_frame_reg_rule): New.
10655         (struct dwarf2_frame_state_reg): New.
10656         (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10657         * dwarf2-frame.c: Update copyright.
10658         (enum dwarf2_reg_rule): Remove.
10659         (struct dwarf2_frame_state): Remove defenition of `struct
10660         dwarf2_frame_state_reg'.
10661         (read_reg): Call get_frame_arch to get the architecture instead of
10662         using CURRENT_GDBARCH.
10663         (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10664         DWARF2_FRAME_.
10665         (dwarf2_frame_init_reg): New function.
10666         (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10667         instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
10668         initialize the register state.  Prefix old `enum dwarf2_reg_rule'
10669         tags with DWARF2_FRAME_.
10670         (dwarf2_frame_prev_register): Call get_frame_arch to get the
10671         architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
10672         dwarf2_reg_rule' tags with DWARF2_FRAME_.
10673
10674 2004-02-06  Andrew Cagney  <cagney@redhat.com>
10675
10676         * tui/tui-data.h (struct tui_list): Rename _TuiList.
10677         (enum tui_data_type): Rename _TuiDataType.
10678         (struct tui_layout_def): Rename _TuiLayoutDef.
10679         (struct tui_source_element): Rename _TuiSourceElement.
10680         (struct tui_data_element): Rename _TuiDataElement.
10681         (struct tui_command_element): Rename _TuiCommandElement.
10682         (struct tui_locator_element): Rename _TuiLocatorElement.
10683         (union tui_which_element): Define.
10684         (struct tui_win_element): Rename _TuiWinElement.
10685         (struct tui_data_info): Rename _TuiDataInfo.
10686         (struct tui_source_info): Rename _TuiSourceInfo.
10687         (struct tui_command_info): Rename _TuiCommandInfo.
10688         (tui_initialize_static_data): Rename initializeStaticData.
10689         (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10690         (tui_alloc_win_info): Rename allocWinInfo.
10691         (tui_init_generic_part): Rename initGenericPart.
10692         (tui_init_win_info): Rename initWinInfo.
10693         (tui_alloc_content): Rename allocContent.
10694         (tui_add_content_elements): Rename addContentElements.
10695         (tui_init_content_element): Rename initContentElement.
10696         (tui_free_window): Rename freeWindow.
10697         (tui_free_win_content): Rename freeWinContent.
10698         (tui_free_data_content): Rename freeDataContent.
10699         (tui_free_all_source_wins_content): Rename
10700         freeAllSourceWinsContent.
10701         (tui_del_window): Rename tuiDelWindow.
10702         (tui_del_data_windows): Rename tuiDelDataWindows.
10703         (tui_partial_win_by_name): Rename partialWinByName.
10704         (tui_win_name): Rename winName.
10705         (tui_current_layout): Rename currentLayout.
10706         (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10707         (tui_term_height): Rename termHeight.
10708         (tui_set_term_height_to): Rename setTermHeightTo.
10709         (tui_term_width): Rename termWidth.
10710         (tui_set_term_width_to): Rename setTermWidthTo.
10711         (tui_set_gen_win_origin): Rename setGenWinOrigin.
10712         (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10713         (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10714         (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10715         (tui_source_windows): Rename sourceWindows.
10716         (tui_clear_source_windows): Rename clearSourceWindows.
10717         (tui_clear_source_windows_detail): Rename
10718         clearSourceWindowsDetail.
10719         (tui_clear_win_detail): Rename clearWinDetail.
10720         (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10721         (tui_default_tab_len): Rename tuiDefaultTabLen.
10722         (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10723         (tui_win_with_focus): Rename tuiWinWithFocus.
10724         (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10725         (tui_layout_def): Rename tuiLayoutDef.
10726         (tui_win_resized): Rename tuiWinResized.
10727         (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10728         (tui_next_win): Rename tuiNextWin.
10729         (tui_prev_win): Rename tuiPrevWin.
10730         (tui_add_to_source_windows): Rename addToSourceWindows.
10731         * tui/tui-winsource.c, tui/tui-win.c: Update references.
10732         * tui/tui-layout.c, tui/tui-source.c: Ditto.
10733         * tui/tui-stack.c, tui/tui-io.c: Ditto.
10734         * tui/tui.c, tui/tui-data.c: Ditto.
10735         * tui/tui-interp.c, tui/tui-data.c: Ditto.
10736         * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10737
10738         * tui/tui-source.h: Update copyright.  Include "tui-data.h".
10739         (struct symtab): Declare.
10740         (tui_set_source_content): Rename tuiSetSourceContent.
10741         (tui_show_symtab_source): Rename tuiShowSource.
10742         (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10743         (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10744         * tui/tui-source.c: Update copyright.  Update references.
10745         * tui/tui-win.c, tui/tui-winsource.c: Update references.
10746         * tui/tui-stack.c: Update references.
10747
10748         * tui/tui-win.h: Update copyright.  Include "tui-data.h".
10749         (struct tui_win_info): Declare.
10750         (tui_scroll_forward): Rename tuiScrollForward.
10751         (tui_scroll_backward): Rename tuiScrollBackward.
10752         (tui_scroll_left): Rename tuiScrollLeft.
10753         (tui_scroll_right): Rename tuiScrollRight.
10754         (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10755         (tui_resize_all): Rename tuiResizeAll.
10756         (tui_refresh_all_win): Rename tuiRefreshAll.
10757         (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10758         * tui/tui-layout.c, * tui/tui-io.c: Update references.
10759         * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10760         * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10761
10762         * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
10763         (tui_erase_data_content): Rename tuiEraseDataContent.
10764         (tui_display_all_data): Rename tuiDisplayAllData.
10765         (tui_check_data_values): Rename tuiCheckDataValues.
10766         (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10767         (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10768         (tui_first_data_element_no_in_line): Rename
10769         tuiFirstDataElementNoInLine.
10770         (tui_delete_data_content_windows): Rename
10771         tuiDeleteDataContentWindows.
10772         (tui_refresh_data_win): Rename tuiRefreshDataWin.
10773         (tui_display_data_from): Rename tuiDisplayDataFrom.
10774         (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10775         * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10776         * tui/tui-win.c, tui/tui-regs.c: Update references.
10777         * tui/tui-layout.c, tui/tui.c: Update references.
10778
10779         * tui/tui-wingeneral.h: Update copyright.
10780         (m_allBeVisible): Delete macro.
10781         (m_allBeInvisible): Delete macro.
10782         (struct tui_gen_win_info): Declare.
10783         (struct tui_win_info): Declare.
10784         (tui_unhighlight_win): Rename unhighlightWin.
10785         (tui_make_visible, tui_make_invisible): Replace makeVisible.
10786         (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10787         (tui_make_window): Rename makeWindow.
10788         (tui_copy_win): Rename copyWin.
10789         (tui_box_win): Rename boxWin.
10790         (tui_highlight_win): Rename highlightWin.
10791         (tui_check_and_display_highlight_if_needed): Rename
10792         checkAndDisplayHighlightIfNeeded.
10793         (tui_refresh_all): Rename refreshAll.
10794         (tui_delete_win): Rename tuiDelwin.
10795         (tui_refresh_win): Rename tuiRefreshWin.
10796         * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10797         (tui_make_visible, tui_make_invisible): New functions.
10798         (tui_make_all_visible, tui_make_all_invisible): New functions.
10799         (make_all_visible): Rename makeAllVisible.
10800         * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10801         * tui/tui-data.c, tui/tui-winsource.c: Update references.
10802         * tui/tui-windata.c, tui/tui-win.c: Update references.
10803         * tui/tui-regs.c, tui/tui-layout.c: Update references.
10804         * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10805
10806 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
10807
10808         * proc-api.c (write_with_trace): Initialize local variable to
10809         silence compiler warning.
10810
10811 2004-02-06  Andrew Cagney  <cagney@redhat.com>
10812
10813         * tui/tui-source.h: Do not include "defs.h".
10814         (struct tui_win_info): Declare.
10815         (tui_set_source_content_nil): Declare.
10816         * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10817         (union tui_line_or_address): Rename _TuiLineOrAddress.
10818         * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
10819         (tui_update_source_window): Rename tuiUpdateSourceWindow.
10820         (tui_update_source_window_as_is): Rename
10821         tuiUpdateSourceWindowAsIs.
10822         (tui_update_source_windows_with_addr): Rename
10823         tuiUpdateSourceWindowsWithAddr.
10824         (tui_update_source_windows_with_line): Rename
10825         tuiUpdateSourceWindowsWithLine.
10826         (tui_clear_source_content): Rename tuiClearSourceContent.
10827         (tui_erase_source_content): Rename tuiEraseSourceContent.
10828         (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10829         (tui_show_source_content): Rename tuiShowSourceContent.
10830         (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10831         (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10832         (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10833         (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10834         (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10835         (tui_update_exec_info): Rename tuiUpdateExecInfo.
10836         (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10837         (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10838         (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10839         (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10840         (struct tui_win_info): Declare.
10841         * tui/tui-stack.c: Update references.
10842         * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10843         * tui/tui-win.c, tui/tui-source.c: Ditto.
10844         * tui/tui.c, tui/tui-disasm.c: Ditto.
10845
10846 2004-02-06  Mark Kettenis  <kettenis@gnu.org>
10847
10848         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10849         of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
10850
10851 2004-02-05  Mark Kettenis  <kettenis@gnu.org>
10852
10853         * infrun.c (handle_inferior_event): Allow for breakpoint
10854         instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10855         and SIGEMT.  Update comments.
10856         * NEWS (Revised SPARC target): Mention support for non-executable
10857         stack.
10858
10859 2004-02-04  Mark Kettenis  <kettenis@gnu.org>
10860
10861         * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10862         * inftarg.c: Update copyright year.
10863         (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10864         * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10865         (sparc_xfer_wcookie): New function.
10866         * sparc-tdep.c (sparc_fetch_wcookie): New function.
10867         * Makefile.in (sparc-nat.o): Update dependencies.
10868         * config/sparc/nm-nbsd.h: Include "target.h".
10869         (NATIVE_XFER_WCOOKIE): New define.
10870         (sparc_xfer_wcookie): New prototype.
10871
10872 2004-02-04  Andrew Cagney  <cagney@redhat.com>
10873
10874         * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10875         SYSCALL_TRAP function.
10876         (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10877
10878 2004-02-04  Andrew Cagney  <cagney@redhat.com>
10879             Daniel Jacobowitz  <drow@mvista.com>
10880
10881         * objfiles.h: Delete comments refering to inside_entry_func and
10882         DEPRECATED_FRAME_CHAIN_VALID.
10883         * defs.h (inside_entry_func): Update prototype..
10884         * blockframe.c (inside_entry_func): Rename to
10885         legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
10886         * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10887
10888 2004-02-03  Jeff Johnston  <jjohnstn@redhat.com>
10889
10890         * breakpoint.c (struct captured_parse_breakpoint_args):  Move
10891         outside of #ifdef SOLIB_ADD region.
10892         (do_restore_lang_radix_cleanup): Ditto.
10893         (resolve_pending_breakpoint): Ditto.
10894
10895 2004-02-03  Andrew Cagney  <cagney@redhat.com>
10896
10897         * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10898         (process_note_abi_tag_sections): Delete unused function.
10899         (ia64_read_fp): Delete unused function.
10900         (gdbarch_extract_struct_value_address): Delete declaration.
10901
10902 2004-02-02  Andrew Cagney  <cagney@redhat.com>
10903
10904         * vax-tdep.c (vax_frame_chain): Delete call to
10905         deprecated_inside_entry_file.
10906         * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10907
10908 2004-02-02  Mark Kettenis  <kettenis@gnu.org>
10909
10910         * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10911         column that's "empty" or "same value" when eliminating REG_RA
10912         rules.
10913
10914 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
10915
10916         * NEWS: Add information about new pending breakpoint support.
10917
10918 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
10919
10920         * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10921         and pending fields for pending breakpoint support.
10922         * breakpoint.c (breakpoint_enabled): Add check for not pending.
10923         (condition_command): Only parse condition if not a pending
10924         breakpoint.
10925         (print_one_breakpoint): Add support for pending breakpoints.
10926         (describe_other_breakpoints): Add checks to verify we are not
10927         dealing with pending breakpoints.
10928         (check_duplicates): Don't check pending breakpoints.
10929         (set_raw_breakpoint): Initialize pending flag.
10930         (do_restore_lang_radix_cleanup): New cleanup routine.
10931         (resolve_pending_breakpoint): New function.
10932         (re_enable_breakpoints_in_shlibs): Try and resolve any
10933         pending breakpoints via resolve_pending_breakpoint.
10934         (mention): Add pending breakpoint support.
10935         (parse_breakpoint_sals): Add new parameter to pass to
10936         decode_line_1 to indicate silent errors when files or functions
10937         are not found.  Change all callers.
10938         (do_captured_parse_breakpoint): New function.
10939         (break_command_1): Change prototype to return an rc value and to
10940         take an optional pending breakpoint pointer.  Support creating
10941         a pending breakpoint if a "not found" form of error occurs when
10942         parsing the breakpoint.  Also support resolving an existing pending
10943         breakpoint and be silent if the resolution fails.
10944         (create_breakpoints): Change prototype to take pending breakpoint
10945         pointer.  When resolving a pending breakpoint, use the new pointer
10946         to provide a conditional or commands added by the end-user.
10947         (delete_breakpoint): Add appropriate check for pending.
10948         (breakpoint_re_set_one): Ditto.
10949         (do_enable_breakpoint): Ditto.
10950
10951 2004-02-02  David Carlton  <carlton@kealia.com>
10952
10953         * valops.c (enum oload_classification): New.
10954         (find_overload_match): Break implementation into separate
10955         functions; delete #if 0'd code; look for symbols within
10956         namespaces.
10957         (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10958         (find_oload_champ,oload_method_static,classify_oload_match): New.
10959         * cp-support.h: Add declaration for cp_func_name; update
10960         declaration for make_symbol_overload_list.
10961         * cp-support.c (cp_func_name): New.
10962         (overload_list_add_symbol): Fix comment, use
10963         SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10964         (make_symbol_overload_list): Take a function name and a namespace
10965         instead of a symbol; change implementation.
10966         (make_symbol_overload_list_using): New.
10967         (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10968
10969 2004-02-02  Fred Fish  <fnf@redhat.com>
10970
10971         * main.c (gdb_stdtarg): Move definition to group with other
10972         gdb_stdtarg definitions and update copyright years.
10973         * remote-sim.c (gdb_os_write_stderr): Write output to
10974         gdb_stdtargerr stream instead of gdb_stdtarg stream.
10975         (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10976         gdb_stderr stream and update copyright years.
10977
10978 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
10979
10980         * Makefile.in (mips-linux-nat.o): Update dependencies.
10981         * mips-linux-nat.c: Include mips-tdep.h.
10982
10983 2004-02-01  Roland McGrath  <roland@redhat.com>
10984
10985         * sol-thread.c (sol_thread_xfer_partial): New function.
10986         (init_sol_thread_ops): Use that for to_xfer_partial hook.
10987         (init_sol_core_ops): Likewise.
10988
10989         * procfs.c (procfs_xfer_partial): New function.
10990         (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10991         * Makefile.in (procfs.o): Add $(auxv_h) dep.
10992
10993         * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10994         procfs_xfer_auxv function.
10995
10996         * procfs.c (procfs_make_note_section): If we can read
10997         TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10998         * linux-proc.c (linux_make_note_section): Likewise.
10999
11000         * auxv.h: New file.
11001         * auxv.c: New file.
11002         * Makefile.in (auxv_h): New variable.
11003         (COMMON_OBS): Add auxv.o here.
11004         (auxv.o): New target.
11005
11006         * corelow.c (core_xfer_partial): New function.
11007         (init_core_ops): Use it for core_ops.to_xfer_partial.
11008
11009         * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11010         * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11011         macro if that is defined.
11012
11013 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
11014
11015         * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11016         and check the specified thread for each breakpoint.
11017         * breakpoint.h (bpstat_stop_status): Update prototype.
11018         * infrun.c (handle_inferior_event): Update calls to
11019         bpstat_stop_status.
11020
11021 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
11022
11023         * Makefile.in (cli-cmds.o): Add $(readline_h).
11024
11025 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
11026
11027         * cli/cli-cmds.c: Include readline.h.
11028         (complete_command): Pass the start of the last word to
11029         complete_line.
11030
11031 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
11032
11033         * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11034         argument, and change first argument to a CORE_ADDR.
11035         * breakpoint.h (bpstat_stop_status): Update prototype.
11036         * infrun.c (adjust_pc_after_break): Add a new comment.
11037         (handle_inferior_event): Update calls to bpstat_stop_status.
11038
11039 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
11040
11041         * breakpoint.h: Update copyright years.
11042
11043 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
11044
11045         * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11046         (bpstat_stop_status): Don't decrement PC.
11047         * breakpoint.h (software_breakpoint_inserted_here_p): Add
11048         prototype.
11049         * infrun.c (adjust_pc_after_break): New function.
11050         (handle_inferior_event): Call it, early.  Remove later references
11051         to DECR_PC_AFTER_BREAK.
11052         (normal_stop): Add commentary.
11053
11054 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
11055
11056         * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11057         2004-01-27 double-free fix.
11058
11059 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
11060
11061         * sparc-tdep.c (sparc_fetch_wcookie): New function.
11062         (sparc32_frame_prev_register): Handle StackGhost.
11063         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11064
11065 2004-01-29  Roland McGrath  <roland@redhat.com>
11066
11067         * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11068         * configure: Regenerated.
11069
11070         * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11071         * Makefile.in (procfs.o): Add dep.
11072
11073 2004-01-28  Andrew Cagney  <cagney@redhat.com>
11074
11075         * tui/tui-stack.h: Update copyright.
11076         (struct frame_info): Add opaque declaration.
11077         (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11078         (tui_show_locator_content): Rename tuiShowLocatorContent.
11079         (tui_show_frame_info): Rename tuiShowFrameInfo.
11080         * tui/tui-stack.c: Update copyright.  Update references.
11081         * tui/tui-winsource.c: Update references.
11082         * tui/tui-win.c: Update references.
11083         * tui/tui-layout.c: Update references.
11084         * tui/tui-hooks.c: Update copyright, update references.
11085         * tui/tui.c: Update copyright, update references.
11086         * tui/tui-disasm.c: Update references.
11087
11088 2004-01-28  David Carlton  <carlton@kealia.com>
11089
11090         * dwarf2read.c (add_partial_structure): Use demangled name if
11091         namespace equals "".
11092
11093 2004-01-27  Jim Blandy  <jimb@redhat.com>
11094
11095         Clean up misapplied patch:
11096         * dwarf2read.c (determine_prefix): Change one of the two forward
11097         declarations for 'determine_prefix_aux' to a declaration for this.
11098         (read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
11099         argument to 'die_specification'.
11100
11101         * dwarf2read.c (read_func_scope): Re-indent comment.
11102
11103 2004-01-27  Paul N. Hilfinger  <hilfinger@gnat.com>
11104
11105         * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11106         b->exp to NULL after freeing so that error during re-parsing or
11107         evaluation of expressions associated with breakpoint don't
11108         eventually lead to re-freeing of storage.
11109         Committed by Andrew Cagney.
11110
11111 2004-01-27  Andrew Cagney  <cagney@redhat.com>
11112
11113         * source.c (ambiguous_line_spec): Delete undefined declaration.
11114         * m32r-rom.c (m32r_set_board_address): Delete unused function.
11115         (m32r_set_server_address, m32r_set_download_path): Ditto.
11116         * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11117
11118 2004-01-27  Daniel Jacobowitz  <drow@mvista.com>
11119
11120         * dwarf2read.c: Update calls to changed and renamed functions, and
11121         references to moved variables.
11122
11123         (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11124         language, language_defn, list_in_scope, and ftypes members.
11125         (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11126         (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11127         (baseaddr): Remove globals.
11128
11129         (dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
11130         (set_cu_language, die_is_declaration, die_specification)
11131         (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11132         (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11133         (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11134         (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11135
11136         (dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
11137         cu.list_in_scope.  Don't initialize cu_header_offset.
11138         (add_partial_symbol): Add local baseaddr.
11139         (psymtab_to_symtab_1): Add local baseaddr.  Use
11140         objfile->section_offsets for consistency.  Don't initialize
11141         cu_header_offset; do initialize cu.header.offset and
11142         cu.list_in_scope.
11143         (read_file_scope, read_func_scope, read_lexical_block_scope)
11144         (dwarf_decode_lines, new_symbol): Add local baseaddr.
11145
11146 2004-01-27  Michael Chastain  <mec.gnu@mindspring.com>
11147
11148         * PROBLEMS: Add gdb/1516.
11149
11150 2003-12-29  Robert Millan  <robertmh@gnu.org>
11151
11152         Patch committed by Andrw Cagney.
11153         * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11154         * configure.tgt: Match knetbsd*-gnu.
11155
11156 2004-01-26  Andrew Cagney  <cagney@redhat.com>
11157
11158         * breakpoint.c (catch_command_1): Delete #ifdef code.
11159         (catch_fork_command_1): Delete #ifdef wrapper.
11160         (catch_exec_command_1): Ditto.
11161         (catch_load_command_1): Ditto.
11162         (catch_unload_command_1): Ditto.
11163
11164         * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11165         (catch_breakpoint): Delete #if0ed function.
11166         (disable_catch_breakpoint): Ditto.
11167         (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11168         (disable_catch, enable_catch, delete_catch): Ditto.
11169
11170 2004-01-26  Andrew Cagney  <cagney@redhat.com>
11171
11172         * remote.c (echo_check, quit_flag): Delete variables.
11173         (cisco_kernel_mode): Delete variable.
11174         (minitelnet_return, tty_input, escape_count): Delete variables.
11175         (remote_cisco_mode): Delete variable.
11176         (remote_cisco_open, remote_cisco_close): Delete function.
11177         (remote_cisco_mourn, remote_cisco_wait): Delete function.
11178         (init_remote_cisco_ops): Delete function.
11179         (_initialize_remote): Do not install "remote cisco" code.
11180         (read_frame): Delete cisco specific code.
11181         (remote_info_process): Delete function.
11182         (remote_wait): Delete cisco specific code.
11183         (remote_cisco_section_offsets): Delete function.
11184         (remote_cisco_objfile_relocate): Delete function.
11185         (remote_async_wait): Delete cisco specific code.
11186         (minitelnet, readtty, readsocket): Delete function.
11187
11188 2004-01-26  Andrew Cagney  <cagney@redhat.com>
11189
11190         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
11191         comments mentioning extract_returned_value_address.
11192         * infcmd.c (print_return_value): Update.  Add comments on
11193         extract_returned_value_address.
11194         * stack.c (return_command): Add comments on
11195         extract_returned_value_address.
11196         * values.c: Update comment.
11197         * m32r-tdep.c: Update comment.
11198         * sparc-tdep.c: Update comment.
11199         * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11200         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11201         * sh64-tdep.c (sh64_gdbarch_init): Update.
11202         * sh-tdep.c (sh_gdbarch_init): Update.
11203         * s390-tdep.c (s390_gdbarch_init): Update.
11204         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11205         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11206         * m68k-tdep.c (m68k_gdbarch_init): Update.
11207         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11208         * m32r-tdep.c (m32r_gdbarch_init): Update.
11209         * ia64-tdep.c (ia64_gdbarch_init): Update.
11210         * h8300-tdep.c (h8300_gdbarch_init): Update.
11211         * frv-tdep.c (frv_gdbarch_init): Update.
11212         * arm-tdep.c (arm_gdbarch_init): Update.
11213         * alpha-tdep.c (alpha_gdbarch_init): Update.
11214
11215 2004-01-26  Andrew Cagney  <cagney@redhat.com>
11216
11217         * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11218         SYMBOL_LOCATION_FUNCS
11219         (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11220         "struct symbol_ops".
11221         * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11222         type to "struct symbol_ops".
11223         * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11224         (struct symbol): Replace ".aux_value.loc.funcs" and
11225         ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11226         (SYMBOL_OBJFILE): Delete macro.
11227         (SYMBOL_LOCATION_FUNCS): Delete macro.
11228         (SYMBOL_LOCATION_BATON): Update.
11229         * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11230         intead of SYMBOL_LOCATION_FUNCS.
11231         * ax-gdb.c (gen_var_ref): Ditto.
11232         * printcmd.c (address_info): Ditto.
11233         * findvar.c (read_var_value): Ditto.
11234         (symbol_read_needs_frame): Ditto.
11235
11236 2004-01-26  Andrew Cagney  <cagney@redhat.com>
11237
11238         * dwarf2read.c (read_func_scope): Document frame-base hack.
11239
11240 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
11241
11242         * infcmd.c (print_return_value): Plug memory leak; delete
11243         ui_stream object.  Rename argument `structure_return' to
11244         `struct_return'.
11245
11246 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
11247
11248         * infcmd.c (print_return_value): Wrap long lines.
11249         (finish_command_continuation, finish_command): Remove unused
11250         variable `funcaddr'.  Fix some coding-standards problems.
11251
11252         * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11253         SECT_SIZE is large enough, not whether it's exactly the right size.
11254         (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11255         TDEP->fpregset to zero.
11256
11257         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11258         floating-point registers for traditional NetBSD core files.
11259         (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11260         TDEP->sizeof_fpregset here.
11261
11262 2004-01-25  Mark Kettenis  <kettenis@gnu.org>
11263
11264         * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11265         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11266         function with code split out from
11267         sparc32nbsd_sigcontext_frame_cache.
11268         (sparc32nbsd_sigcontext_frame_cache): Use
11269         sparc32nbsd_sigcontext_saved_regs.
11270         (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11271         OpenBSD.
11272         * sparcobsd-tdep.c: New file.
11273         * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11274         (sparcobsd-tdep.o): New dependency.
11275         * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11276         * config/sparc/obsd.mt: New file.
11277
11278         * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11279         TDEP->fpregset to be initialized to enable core file register
11280         sets.
11281
11282 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
11283
11284         * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11285         Add opaque declarations.
11286         (sparc64nbsd_sigcontext_saved_regs): New prototype.
11287         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11288         function with code split out from
11289         sparc64nbsd_sigcontext_frame_cache.
11290         (sparc64nbsd_sigcontext_frame_cache): Use
11291         sparc64nbsd_sigcontext_saved_regs.
11292         (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11293         OpenBSD.
11294         * sparc64obsd-tdep.c: New file.
11295         * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11296         (sparc64obsd-tdep.o): New dependency.
11297         * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11298         gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11299         * config/sparc/obsd64.mt: New file.
11300
11301         * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11302         read the instruction at PC.
11303
11304         * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11305         value of GDB_OSABI_DEFAULT.
11306         (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11307         instead of GDB_OSABI_NETBSD_AOUT.
11308
11309 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
11310
11311         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11312         copyright.
11313
11314 2004-01-23  Andrew Cagney  <cagney@redhat.com>
11315
11316         * printcmd.c (display_command): Replace tui_set_display call with
11317         tui_set_layout_for_display_command.
11318         * tui/tui.h (enum tui_win_type): Define.
11319         (tui_set_layout): Delete declaration.
11320         (tui_set_layout_for_display_command): Rename set_tui_layout.
11321         * tui/tui-data.h (enum tui_layout_type): Define.
11322         * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
11323         "tui.h".
11324         (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11325         (tui_default_win_height): Rename tuiDefaultWinHeight.
11326         (tui_default_win_viewport_height): Rename
11327         tuiDefaultWinViewportHeight.
11328         (tui_set_layout): RenametuiSetLayout.
11329         * tui/tui-layout.c: Update references.
11330         * tui/tui.c: Update references.
11331         * tui/tui-disasm.c: Update references.
11332
11333 2004-01-23  David Carlton  <carlton@kealia.com>
11334
11335         Partial workaround for PR c++/1511:
11336         * cp-namespace.c: Include frame.h.
11337         (cp_lookup_transparent_type): New
11338         (cp_lookup_transparent_type_loop): New.
11339         * cp-support.h: Declare cp_lookup_transparent_type.
11340         * symtab.c (basic_lookup_transparent_type): Renamed from
11341         lookup_transparent_type.
11342         (lookup_transparent_type): Replace old body by a call to
11343         current_language->la_lookup_transparent_type.
11344         * symtab.h: Update copyright.  Declare
11345         basic_lookup_transparent_type.
11346         * language.h: Update copyright.
11347         (struct language_defn): Add la_lookup_transparent_type.
11348         * language.c: Update copyright.
11349         (unknown_language_defn): Add basic_lookup_transparent_type.
11350         (auto_language_defn): Add basic_lookup_transparent_type.
11351         (local_language_defn): Add basic_lookup_transparent_type.
11352         * ada-lang.c: Update copyright.
11353         (ada_language_defn): Add basic_lookup_transparent_type.
11354         * c-lang.c: Update copyright.
11355         (c_language_defn): Add basic_lookup_transparent_type.
11356         (cplus_language_defn): Add basic_lookup_transparent_type.
11357         (asm_language_defn): Add basic_lookup_transparent_type.
11358         (minimal_language_defn): Add basic_lookup_transparent_type.
11359         * f-lang.c: Update copyright.
11360         (f_language_defn): Add basic_lookup_transparent_type.
11361         * jv-lang.c: Update copyright.
11362         (java_language_defn): Add basic_lookup_transparent_type.
11363         * m2-lang.c: Update copyright.
11364         (m2_language_defn): Add basic_lookup_transparent_type.
11365         * objc-lang.c: Update copyright.
11366         (objc_language_defn): Add basic_lookup_transparent_type.
11367         * p-lang.c: Update copyright.
11368         (p_language_defn): Add basic_lookup_transparent_type.
11369         * scm-lang.c: Update copyright.
11370         (scm_language_defn): Add basic_lookup_transparent_type.
11371         * Makefile.in (cp-namespace.o): Depend on frame.h.
11372
11373 2004-01-23  David Carlton  <carlton@kealia.com>
11374
11375         Patch for PR c++/1520:
11376         * dwarf2read.c (read_func_scope): Set processing_current_prefix
11377         properly if we have a specification die.
11378         (determine_prefix_aux): Rename from determine_prefix.
11379         (determine_prefix): Like the old determine_prefix, but never
11380         returns NULL.
11381
11382 2004-01-23  Theodore A. Roth  <troth@openavr.org>
11383
11384         * avr-tdep.c: Update copyright.
11385         (avr_iaddr_p): Delete unused function.
11386         (avr_saddr_p): Delete unused function.
11387
11388 2004-01-23  David Carlton  <carlton@kealia.com>
11389
11390         * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11391         Fix for PR symtab/1534.
11392
11393 2004-01-23  Mark Kettenis  <kettenis@gnu.org>
11394
11395         * NEWS (New native configurations): Mention OpenBSD/sparc and
11396         OpenBSD/sparc64.
11397         * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11398         * configure.host: Likewise.
11399         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11400         handler for OpenBSD.
11401         * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11402
11403 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
11404
11405         * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11406         (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11407
11408         * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11409         * cli/cli-cmds.c (shell_escape): Likewise.
11410
11411         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11412         OpenBSD .note.openbsd.ident sections.
11413
11414 2004-01-22  David Carlton  <carlton@kealia.com>
11415
11416         * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11417         get_scope_pc_bounds.
11418         (read_file_scope): Ditto.
11419         (get_scope_pc_bounds): New function, produced by extracting code
11420         from the above two functions, consolidating it, and adding support
11421         for DW_TAG_namespace.
11422
11423 2004-01-22  Mark Kettenis  <kettenis@gnu.org>
11424
11425         * osabi.c (MAX_NOTESZ): New define.
11426         (check_note): New function.
11427         (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11428         check_note.
11429
11430 2004-01-21  Roland McGrath  <roland@redhat.com>
11431
11432         * MAINTAINERS (write after approval): Add myself.
11433
11434 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
11435
11436         * utils.c (init_page_info): Move declarations of `rows' and
11437         `cols' before the __GO32__-specific code.  Move the closing brace
11438         outside the #ifdef __GO32__..#endif block.
11439         [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11440
11441 2004-01-21  Paul Brook  <paul@codesourcery.com>
11442
11443         * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11444         BPSTAT_WHAT_CHECK_SHLIBS.
11445
11446 2004-01-21  Paul Brook  <paul@codesourcery.com>
11447
11448         * MAINTAINERS: Add myself to write-after-approval.
11449
11450 2004-01-20  Andrew Cagney  <cagney@redhat.com>
11451
11452         * ax-gdb.c (print_axs_value): Delete unused function.
11453         * jv-lang.c (java_lookup_type): Delete unused function.
11454         * cli/cli-dump.c (dump_filetype): Delete unused function.
11455         * remote-mips.c (remote_mips_insert_hw_breakpoint)
11456         (remote_mips_remove_hw_breakpoint): Delete unused functions.
11457         (mips_getstring): Delete unused function.
11458         (pmon_insert_breakpoint): Delete #if0ed function.
11459         (PMON_MAX_BP): Delete #if0ed MACRO.
11460         (mips_pmon_bp_info): Delete #if0ed variable.
11461         (pmon_remove_breakpoint): Delete #if0ed function.
11462         * monitor.c (monitor_write_even_block): Delete unused function.
11463         (monitor_write_memory_block): Delete #if0ed code.
11464         * dink32-rom.c (dink32_load): Delete unused function.
11465         (_initialize_dink32_rom): Delete #if0ed code.
11466         * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11467
11468         * tui/tui-command.c: Update references.
11469         * tui/tui-io.c: Update references.
11470         * tui/tui-command.h: Update copyright.
11471         (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11472
11473         * source.c (ambiguous_line_spec): Delete never-defined function.
11474         * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11475         * gdbtypes.c (add_name, add_mangled_type): Ditto.
11476         * cli/cli-cmds.c (validate_comname): Ditto.
11477
11478         * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
11479         "tui-data.h".
11480         (tui_set_disassem_content): Rename tuiSetDisassemContent.
11481         (tui_show_disassem): Rename tuiShowDisassem.
11482         (tui_show_disassem_and_update_source): Rename
11483         tuiVerticalDisassemScroll.
11484         (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11485         (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11486         * tui/tui.h: Update copyright.
11487         (enum tui_status): Define.
11488         * tui/tui-data.h (enum tui_scroll_direction): Define.
11489         * tui/tui-disasm.c: Update copyright.  Update references.
11490         * tui/tui-winsource.c:  Update copyright.  Update references.
11491         * tui/tui-win.c: Update references.
11492         * tui/tui-layout.c: Update references.
11493
11494 2004-01-20  Andrew Cagney  <cagney@redhat.com>
11495
11496         * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11497         sym2 to start of block.
11498
11499 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
11500
11501         * MAINTAINERS: Delete mmalloc.
11502         * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11503         * NEWS: Mention removal of --with-malloc.
11504         * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11505         * config.in: Regenerate.
11506         * configure: Regenerate.
11507         * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11508         USE_MMALLOC, MMCHECK_FORCE.
11509         * gdbinit.in: Remove mmalloc.
11510         * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11511         * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11512         * config/i386/go32.mh: Likewise.
11513         * config/i386/interix.mh: Likewise.
11514         * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11515
11516 2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>
11517
11518         * linespec.c (decode_variable, symtab_from_filename):  Call
11519         error_silent with error message instead of throwing an exception
11520         directly.
11521         * defs.h (error_silent, error_output_message): Add prototypes.
11522         (catch_exceptions_with_msg): Ditto.
11523         * utils.c (error_silent, error_output_message): New functions.
11524         * top.c (catch_exceptions_with_msg): New function.
11525
11526 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
11527
11528         * mi/mi-cmds.h (enum print_values): Add definition.
11529
11530         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11531         type and value for simple data types and just the name and type
11532         for complex ones, if required.
11533
11534         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11535         children, if required.
11536
11537 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
11538
11539         * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11540         unused declarations.
11541
11542 2004-01-19  Andrew Cagney  <cagney@redhat.com>
11543
11544         * top.h (mapped_symbol_files): Delete declaration.
11545         * main.c (captured_main): Delete option "m" and "mapped".
11546         * objfiles.c (mapped_symbol_files): Delete variable.
11547         * symfile.c (symbol_file_command): Delete mmap code.
11548         (symbol_file_add_with_addrs_or_offsets): Ditto.
11549         (add_symbol_file_command, reread_separate_symbols): Ditto.
11550         * objfiles.h (OBJF_MAPPED): Delete.
11551         * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11552         (free_objfile) [USE_MMALLOC]: Ditto.
11553         (open_existing_mapped_file): Delete function.
11554         (open_mapped_file): Delete function.
11555         (map_to_file): Delete function.
11556
11557 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
11558
11559         * infrun.c (step_into_function): Account for possible breakpoint
11560         adjustment when computing ``stop_func_start''.
11561
11562 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
11563
11564         * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11565         the region size against the size of a pointer, not the size of
11566         a register as given by DEPRECATED_REGISTER_SIZE.
11567
11568 2004-01-19  Andrew Cagney  <cagney@redhat.com>
11569
11570         * tui/tui-regs.h: Include "tui-data.h".
11571         (tuiFirstRegElementNoInLine): Delete declaration.
11572         (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11573         (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11574         (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11575         (tui_calculate_regs_column_count): Rename
11576         tuiCalculateRegsColumnCount.
11577         (tui_check_register_values): Rename tuiCheckRegisterValues.
11578         (tui_show_registers): Rename tuiShowRegisters.
11579         (tui_display_registers_from_line): Rename
11580         tuiDisplayRegistersFromLine.
11581         (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11582         (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11583         (tui_first_reg_element_no_inline): Rename
11584         tuiFirstRegElementNoInLine.
11585         * tui/tui-data.h: Update copyright.
11586         (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11587         * tui/tui-windata.c: Update copyright, update references.
11588         * tui/tui-regs.c: Update copyright, update references.
11589         * tui/tui-win.c: Update copyright, update references.
11590         * tui/tui-layout.c: Update copyright, update references.
11591
11592 2004-01-18  Andrew Cagney  <cagney@redhat.com>
11593
11594         * tui/tui-io.c: Update copyright.
11595         (key_is_end_sequence, key_is_backspace): New functions.
11596         (key_is_command_char, key_is_start_sequence): New function.
11597         (tui_getc): Update references.
11598         * tui/tui-io.h: Update copyright.
11599         (m_tuiStartNewLine): Delete macro.
11600         (m_isBackspace, m_isDeleteChar): Delete macros.
11601         (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11602         (m_isNextPage, m_isPrevPage): Delete macros.
11603         (m_isLeftArrow, m_isRightArrow): Delete macros.
11604         (m_isXdbStyleCommandChar): Delete macro.
11605         (key_is_start_sequence): Declare, replace m_isStartSequence.
11606         (key_is_end_sequence): Declare, replace m_isEndSequence.
11607         (key_is_backspace): Declare ,replace m_isBackspace.
11608         (key_is_command_char): Declare, replace m_isCommandChar.
11609         * tui/tui-command.c: Update copyright.
11610         (tuiDispatchCtrlChar): Update references.
11611
11612         * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11613         tuiSourceWin.h.
11614
11615         * tui/tui-command.c: Rename tui/tuiCommand.c.
11616         * tui/tui-command.h: Rename tui/tuiCommand.h.
11617         * tui/tui-data.c: Rename tui/tuiData.c.
11618         * tui/tui-data.h: Rename tui/tuiData.h.
11619         * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11620         * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11621         * tui/tui-io.c: Rename tui/tuiIO.c.
11622         * tui/tui-io.h: Rename tui/tuiIO.h.
11623         * tui/tui-layout.c: Rename tui/tuiLayout.c.
11624         * tui/tui-layout.h: Rename tui/tuiLayout.h.
11625         * tui/tui-regs.c: Rename tui/tuiRegs.c.
11626         * tui/tui-regs.h: Rename tui/tuiRegs.h.
11627         * tui/tui-source.c: Rename tui/tuiSource.c.
11628         * tui/tui-source.h: Rename tui/tuiSource.h.
11629         * tui/tui-stack.c: Rename tui/tuiStack.c.
11630         * tui/tui-stack.h: Rename tui/tuiStack.h.
11631         * tui/tui-win.c: Rename tui/tuiWin.c.
11632         * tui/tui-win.h: Rename tui/tuiWin.h.
11633         * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11634         * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11635         * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11636         * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11637         * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11638         * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11639         * tui/tui-file.c: Update includes.
11640         * tui/tui-hooks.c: Update includes.
11641         * tui/tui-interp.c: Update includes.
11642         * tui/tui.c: Update includes.
11643         * Makefile.in: Update all tui/ dependencies.
11644         (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11645
11646         * Makefile.in: Update copyright.  Update dependencies.
11647
11648         * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11649         problem.
11650
11651 2004-01-18  Andrew Cagney  <cagney@redhat.com>
11652
11653         * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11654         instead of register_gdbarch_init.
11655
11656         * remote-sds.c (tohex): Delete unused function.  Update copyright.
11657         * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11658         * v850-tdep.c (v850_register_virtual_size): Ditto.
11659         * target.c (normal_target_post_startup_inferior): Ditto.
11660         * source.c (ambiguous_line_spec): Ditto.
11661         * remote.c (adapt_remote_get_threadinfo): Ditto.
11662         * mi/mi-out.c (out_field_fmt): Ditto.
11663         * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11664         (output_control_change_notification): Ditto.
11665         * m68k-tdep.c (m68k_register_byte): Ditto.
11666         (m68k_remote_breakpoint_from_pc): Ditto.
11667         * ui-out.c (init_ui_out_state): Delete unused declaration.
11668         * stabsread.c (search_value): Ditto.
11669         * mi/mi-cmd-env.c (env_cli_command): Ditto.
11670         * maint.c (print_section_table): Ditto.
11671         * infrun.c (set_follow_fork_mode_command): Ditto.
11672
11673 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
11674
11675         * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11676         DW_CFA_def_cfa_exporession.  Add support for
11677         DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11678         DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
11679
11680 2004-01-18  Andrew Cagney  <cagney@redhat.com>
11681
11682         * ocd.c: Update copyright.
11683         (bdm_read_register_command): Delete unused function.
11684         (_initialize_remote_ocd): Delete commented out reference.
11685         (get_quoted_char, reset_packet): Delete #if0ed function.
11686         (output_packet, put_quoted_char): Delete #if0ed function.
11687         (stu_put_packet, stu_get_packet): Delete #if0ed function.
11688         (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11689         (BDM_BREAKPOINT): Delete #if0ed macro.
11690         (remote_timeout): Delete #if0ed variable.
11691
11692 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
11693
11694         * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11695         (core-sol2.o): Remove dependency.
11696         * core-sol2.c: Remove file.
11697
11698 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11699
11700         * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11701         * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11702         enums.
11703
11704 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
11705
11706         * remote.c: Update copyright years.
11707
11708 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
11709
11710         * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11711
11712 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11713
11714         * mdebugread.c: Update copyright.
11715         (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11716         (parse_type, parse_procedure): Ditto.
11717         (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11718
11719         * cris-tdep.c (cris_store_struct_return): Put back accidently
11720         deleted function.
11721
11722         * gdbarch.sh: Update copyright year.
11723         * gdbarch.h, gdbarch.c: Re-generate.
11724
11725 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
11726
11727         Suggested by George Anzinger.
11728         * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11729         correct stack offset.  Include unknown opcode numbers in the error
11730         message.
11731
11732 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11733
11734         * x86-64-tdep.c (x86_64_init_abi): No need to clear
11735         extract_struct_value_address, i386 does not set it.
11736         * sparc64-tdep.c (sparc64_init_abi): Do not set
11737         extract_struct_value_address, never called.
11738         (sparc64_extract_struct_value_address): Delete function.
11739         * m68hc11-tdep.c: Update copyright.
11740         (m68hc11_gdbarch_init): Delete redundant assignment of
11741         extract_struct_value_address.
11742         * i386-tdep.c: Update copyright.
11743         (i386_gdbarch_init): Do not set extract_struct_value_address,
11744         never called.
11745         (i386_extract_struct_value_address): Delete function.
11746         * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11747         extract_struct_value_address, never called.
11748         (sparc32_extract_struct_value_address): #if 0 function.  Add
11749         comments explaining its future.
11750
11751 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
11752
11753         * arm-tdep.c (arm_write_pc): New function.
11754         (arm_gdbarch_init): Call set_gdbarch_write_pc.
11755
11756 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
11757
11758         * breakpoint.c (must_shift_inst_regs): Delete.
11759         (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11760         and SHIFT_INST_REGS.
11761         * infcmd.c (step_1, step_1_continuation): Delete references to
11762         SHIFT_INST_REGS.
11763         * infrun.c (keep_going): Likewise.
11764         * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11765         * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11766
11767 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11768
11769         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11770         * gdbarch.h, gdbarch.c: Re-generate.
11771         * infcmd.c (print_return_value): Delete reference to
11772         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11773
11774         * cris-tdep.c (cris_gdbarch_init): Do not set
11775         deprecated_extract_struct_value_address.
11776
11777         * xstormy16-tdep.c: Update copyright.
11778         (xstormy16_extract_struct_value_address): Update to current
11779         extract struct value address interface.
11780         (xstormy16_gdbarch_init): Set extract_struct_value_address.
11781         * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11782         current extract struct value address interface.
11783         (sh64_gdbarch_init): Set extract_struct_value_address.
11784
11785         * cris-tdep.c: Update copyright.
11786         (cris_extract_struct_value_address): Delete function.
11787         (struct_return_address): Delete variable.
11788         (cris_store_struct_return): Do not set struct_return_address.
11789
11790         * mcore-tdep.c: Update copyright.
11791         (mcore_extract_struct_value_address): Delete function.  Update
11792         comments.
11793         (mcore_gdbarch_init): Update.
11794         * mn10300-tdep.c: Update copyright.
11795         (mn10300_extract_struct_value_address): Delete function.
11796         (mn10300_gdbarch_init): Update.
11797         * v850-tdep.c: Update copyright.
11798         (v850_extract_struct_value_address): Delete.
11799         (v850_gdbarch_init): Update.
11800         * ns32k-tdep.c: Update copyright.
11801         (ns32k_extract_struct_value_address): Delete.
11802         (ns32k_gdbarch_init): Update.
11803         * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11804         (hppa_gdbarch_init): Update.
11805         * vax-tdep.c: Update copyright.
11806         (vax_extract_struct_value_address): Delete.
11807         (vax_gdbarch_init): Update.
11808
11809         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11810         * gdbarch.h, gdbarch.c: Re-generate.
11811         * procfs.c (procfs_fetch_registers): Delete reference to
11812         DEPRECATED_NPC_REGNUM.
11813         (procfs_store_registers): Ditto.
11814         * regcache.c (generic_target_write_pc): Simplify.
11815         * lynx-nat.c: Delete #ifdef SPARC code.  Not used.
11816
11817         * core-sol2.c (fetch_core_registers): Replace
11818         DEPRECATED_NPC_REGNUM with equivalent tdep value.
11819
11820         * hppa-tdep.c: Update copyright year.
11821         (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11822         NPC_REGNUM.
11823         (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11824
11825         * mips-tdep.c (mips_write_pc): New function.
11826         (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11827         (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11828         (mips_find_saved_regs, mips_software_single_step: Ditto.
11829         (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11830         mips_init_extra_frame_info, mips_pop_frame): Ditto.
11831
11832 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11833
11834         * mips-tdep.c: Re-indent.  Group functions by ABI.
11835
11836 2004-01-17  Andrew Cagney  <cagney@redhat.com>
11837
11838         * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11839         * gdbarch.c: Re-generate.
11840         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11841         DECR_PC_AFTER_BREAK to zero.
11842         * vax-tdep.c (vax_gdbarch_init): Ditto.
11843         * v850-tdep.c (v850_gdbarch_init): Ditto.
11844         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11845         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11846         * sh-tdep.c (sh_gdbarch_init): Ditto.
11847         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11848         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11849         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11850         * mips-tdep.c (mips_gdbarch_init): Ditto.
11851         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11852         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11853         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11854         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11855         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11856         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11857         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11858         * frv-tdep.c (frv_gdbarch_init): Ditto.
11859         * cris-tdep.c (cris_gdbarch_init): Ditto.
11860         * avr-tdep.c (avr_gdbarch_init): Ditto.
11861         * arm-tdep.c (arm_gdbarch_init): Ditto.
11862         * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11863
11864 2004-01-17  J. Brobecker  <brobecker@gnat.com>
11865
11866         * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11867         Delete, no longer used.
11868         (read_subrange_type): New function, mostly extracted from
11869         read_array_type().
11870         (read_array_type): Replace extracted code by call to
11871         read_subrange_type().
11872         (dwarf2_get_attr_constant_value): New function.
11873         (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11874         (add_partial_symbol): Likewise.
11875         (process_die): Likewise.
11876         (new_symbol): Likewise.
11877         (read_type_die): Likewise.
11878
11879 2004-01-16  Andrew Cagney  <cagney@redhat.com>
11880
11881         * symfile.c: Update copyright year.
11882         (compare_symbols): Delete unused function.
11883         * stabsread.c: Update copyright year.
11884         (lrs_general_complaint): Delete unused function.
11885         (ref_search_value): Ditto.
11886         (get_substring): Delete declaration.
11887         * sh64-tdep.c: Update copyright year.
11888         (sh64_get_gdb_regnum): Delete unused function.
11889         * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11890         Delete unused function.
11891
11892 2004-01-17  Mark Kettenis  <kettenis@gnu.org>
11893
11894         * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11895         * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11896
11897 2004-01-16  Andrew Cagney  <cagney@redhat.com>
11898
11899         Changes from Peter Schauer.
11900         * rs6000-tdep.c: Update copyright year.
11901         (rs6000_push_dummy_call): Update the stack pointer before
11902         accessing the corresponding stack region.
11903         * rs6000-nat.c: Update copyright year.
11904         (set_host_arch): Set "info.abfd" to "exec_bfd".
11905
11906 2004-01-15  Mark Kettenis  <kettenis@gnu.org>
11907
11908         * blockframe.c: Update copyright year.
11909         (inside_entry_func): Don't treat a zero PC specially.
11910
11911 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
11912
11913         * gcore.c (gcore_copy_callback): Use paddr_d to print size
11914         variable.
11915         (gcore_create_callback): Ditto.  Skip any memory segment that has
11916         no permissions set.
11917
11918 2004-01-14  David Carlton  <carlton@kealia.com>
11919
11920         Change symbols for C++ nested types to contain the fully qualified
11921         name, if possible.  (At least in the DWARF-2 case.)  Partial fix
11922         for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11923         c++/895.
11924         * c-exp.y (qualified_type): Handle types nested within classes.
11925         * cp-namespace.c: Update comments.
11926         (cp_set_block_scope): Delete #if 0.
11927         (cp_lookup_nested_type): Handle types nested within classes.
11928         * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11929         when appropriate.
11930         (add_partial_symbol): Add the name of the enclosing namespace to
11931         types.
11932         (pdi_needs_namespace): New.
11933         (add_partial_namespace): Tweak comment.
11934         (add_partial_structure): New.
11935         (psymtab_to_symtab_1): Initialize processing_current_prefix
11936         here...
11937         (process_die): instead of here.
11938         (read_structure_scope): Try to figure out the name of the class or
11939         namespace that the structure might be defined within.
11940         (read_enumeration): Generate fully-qualified names, if possible.
11941         (read_namespace): Don't set name to NULL.
11942         (die_specification): New.
11943         (new_symbol): Generate fully-qualified names for types.
11944         (read_type_die): Determine appropriate prefix.
11945         (determine_prefix): New.
11946         (typename_concat): New.
11947         (class_name): New.
11948         * valops.c (value_aggregate_elt): Pass NOSIDE to
11949         value_struct_elt_for_reference.
11950         (value_struct_elt_for_reference): Make static, add NOSIDE
11951         parameter, call value_maybe_namespace_elt as a last resort.
11952         (value_namespace_elt): Break out code into
11953         value_maybe_namespace_elt.
11954         (value_maybe_namespace_elt): New.
11955
11956 2004-01-12  Andrew Cagney  <cagney@redhat.com>
11957
11958         * mips-tdep.c (mips_convert_register_p): Handle both raw and
11959         cooked floating-point registers.
11960         (mips_gdbarch_init): Set convert_register_p, register_to_value,
11961         and value_to_register.
11962
11963 2004-01-13  Andrew Cagney  <cagney@redhat.com>
11964
11965         * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11966         * gdbarch.c: Re-generate.
11967         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11968         FUNCTION_START_OFFSET.
11969         * v850-tdep.c (v850_gdbarch_init): Ditto.
11970         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11971         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11972         * sh-tdep.c (sh_gdbarch_init): Ditto.
11973         * s390-tdep.c (s390_gdbarch_init): Ditto.
11974         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11975         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11976         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11977         * mips-tdep.c (mips_gdbarch_init): Ditto.
11978         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11979         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11980         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11981         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11982         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11983         * i386-tdep.c (i386_gdbarch_init): Ditto.
11984         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11985         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11986         * frv-tdep.c (frv_gdbarch_init): Ditto.
11987         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11988         * cris-tdep.c (cris_gdbarch_init): Ditto.
11989         * avr-tdep.c (avr_gdbarch_init): Ditto.
11990         * arm-tdep.c (arm_gdbarch_init): Ditto.
11991         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11992
11993 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
11994
11995         * infrun.c (follow_fork_mode_ask): Remove.
11996         (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11997         (follow_fork): Simplify and remove internal error for
11998         follow_fork_mode_ask.
11999         (_initialize_infrun): Update "set follow-fork-mode" help text.
12000
12001 2004-01-13  Andrew Cagney  <cagney@redhat.com>
12002
12003         * configure.in: Update copyright year.
12004         (build_warnings): Add -Wunused-label.
12005         * configure: Re-generate.
12006
12007 2004-01-12  Andrew Cagney  <cagney@redhat.com>
12008
12009         * exec.h (exec_ops): Make "extern".
12010
12011         * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12012         the function is void.
12013         (mips_pseudo_register_write): Ditto.
12014
12015 2004-01-12  Andrew Cagney  <cagney@redhat.com>
12016
12017         * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12018         call.  Never defined.
12019         * sparc-tdep.h (struct frame_info): Add opaque declaration.
12020         * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12021         (struct sparc_gregset, struct regcache): Ditto.
12022         * sparc-nat.c: Update copyright.  Specify "GNU/Linux".
12023
12024 2004-01-12  Andrew Cagney  <cagney@redhat.com>
12025
12026         * mi/ChangeLog: Delete file.  Renamed to ...
12027         * mi/ChangeLog-1999-2003: New file.
12028         * tui/ChangeLog: Delete file.  Renamed to ...
12029         * tui/ChangeLog-1998-2003: New file.
12030
12031 2004-01-11  Mark Kettenis  <kettenis@gnu.org>
12032
12033         * sparc64nbsd-tdep.c: Include "regset.h".
12034         (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12035         Remove variables.
12036         (fetch_core_registers): Remove function.
12037         (sparc64nbsd_core_fns): Remove variable.
12038         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12039         functions.
12040         (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12041         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12042         (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12043
12044         * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12045         sparc_extract_struct_value_address.
12046         (sparc32_gdbarch_init): Set extract_struct_value_address.
12047         * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12048         function.
12049         (sparc64_init_abi): Set extract_struct_value_address.  Don't set
12050         return_value_on_stack.
12051
12052         * NEWS: Mention that %cs and %ss have been added to the AMD64
12053         configurations
12054
12055         * frame.c: Update copyright year.
12056         (get_prev_frame): Improve comment.
12057
12058         * sparc64fbsd-tdep.c: Include "regset.h".
12059         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12060         Remove variables.
12061         (fetch_core_registers): Remove function.
12062         (sparc64fbsd_core_fns): Remove variable.
12063         (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12064         functions.
12065         (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12066         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12067         (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12068
12069         * sparcnbsd-tdep.c: Include "regset.h".
12070         (fetch_core_registers): Remove function.
12071         (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12072         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12073         functions.
12074         (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12075         TDEP->fpregset.
12076         (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12077
12078         * sparc-tdep.h (struct regset): Provide opaque declaration.
12079         (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12080         fpregset and sizeof_fpregset members.
12081         * sparc-tdep.c (struct regset): Provide opaque declaration.
12082         (sparc_regset_from_core_section): New function.
12083         (sparc32_gdbarch_init): Initialize TDEP->gregset,
12084         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12085         Set regset_from_core_section when appropriate.
12086
12087 2004-01-10  Mark Kettenis  <kettenis@gnu.org>
12088
12089         * x86-64-tdep.c (amd64_non_pod_p): New function.
12090         (amd64_classify_aggregate): Return class memory for non-POD
12091         C++ structure types.
12092
12093         * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12094         argument.  Use it to reserve a register if necessary.
12095         (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12096         amd64_push_arguments.
12097
12098         * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12099
12100         * x86-64-tdep.c (amd64_register_info): Add %cs and %ss.  Adjust
12101         register numbers in comments.
12102         * x86-64-tdep.h: Update copyright year.
12103         (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12104         Adjust for addition of %cs and %ss.
12105         * amd64fbsd-nat.c: Update copyright year.
12106         (reg_offset): Add register offsets for %cs and %ss.
12107         * amd64fbsd-tdep.c: Update copyright year.
12108         (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12109         (amd64fbsd_sc_reg_offset): Likewise.
12110         * x86-64-linux-nat.c: Update copyright year.
12111         (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12112         and %ss.
12113         * amd64nbsd-nat.c: Update copyright year.
12114         (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12115         * amd64nbsd-tdep.c: Update copyright year.
12116         (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12117         * x86-64-linux-tdep.c: Update copyright year.
12118         (user_to_gdb_regmap): Add mapping for %cs and %ss.
12119         (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12120         * regformats/reg-x86-64.dat: Add %cs and %ss.
12121
12122         * blockframe.c (inside_entry_func): Reformat.  Introduce new local
12123         variables to prevent long lines.  Update comments to reflect
12124         reality.
12125
12126 2004-01-09  David Carlton  <carlton@kealia.com>
12127
12128         Checked in by Elena Zannoni  <ezannoni@redhat.com>.
12129         * dwarf2read.c (read_namespace): Pull out name-generating code
12130         into namespace_name. Rename previous_namespace to previous_prefix
12131         and processing_current_namespace to processing_current_prefix..
12132         (namespace_name): New function.
12133         (add_partial_symbol): Substitute uses of pdi->name with
12134         actual_name.
12135         * cp-support.h: Rename processing_current_namespace to
12136         processing_current_prefix.
12137         Update copyright year.
12138         * cp-namespace.c: Rename processing_current_namespace to
12139         processing_current_prefix.
12140         Update copyright year.
12141
12142 2004-01-09  Andrew Cagney  <cagney@redhat.com>
12143
12144         * jv-valprint.c, ser-unix.c: Add missing copyright years.
12145
12146 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
12147
12148         * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12149         complaining.
12150         (process_one_symbol): Deal with N_PATCH stabs.
12151
12152 2004-01-09  Elena Zannoni  <ezannoni@redhat.com>
12153
12154         * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12155         ifdeffed code.
12156         Update copyright year.
12157
12158 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
12159
12160         * config/pa/tm-hppa.h: Update extern declarations for
12161         hppa32_hpux_frame_saved_pc_in_sigtramp,
12162         hppa32_hpux_frame_base_before_sigtramp, and
12163         hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12164
12165 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
12166
12167         * config/pa/tm-hppah.h: Update copyright years.
12168
12169 2004-01-08  Andrew Cagney  <cagney@redhat.com>
12170
12171         * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12172         (mips_o32_reg_struct_has_addr): Delete function.
12173         (mips_gdbarch_init): Update.
12174         (mips_extract_struct_value_address): Delete function.
12175
12176 2004-01-08  David Mosberger  <davidm@hpl.hp.com>
12177
12178         * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12179         reality.
12180
12181 2004-01-07  Andrew Cagney  <cagney@redhat.com>
12182
12183         * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12184         architecture's elf flags (when available).
12185
12186         * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12187         FPU to the start, check the MIPS FPU when looking for an old
12188         architecture.
12189         (set_mipsfpu_single_command): Update the architecture.
12190         (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12191
12192         * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12193         (mips_mask_address_p): Add "tdep" parameter.
12194         (show_mask_address, mips_addr_bits_remove): Update.
12195         (mips_dump_tdep): Update.
12196         (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12197         (MIPS_STACK_ARGSIZE): Delete macro.
12198         (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12199         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12200         (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12201         (mips_dump_tdep): Update.
12202         (MIPS_SAVED_REGSIZE): Delete macro.
12203         (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12204         (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12205         (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12206         (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12207         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12208         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12209         (mips_pop_frame, return_value_location): Update.
12210         (mips_n32n64_return_value, mips_dump_tdep): Update.
12211
12212         * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12213         MIPS ABI.
12214
12215         * mips-tdep.c: Update copyright.
12216         (mips_gdbarch_init): Merge two code blocks handling the register
12217         name and number layout.
12218
12219 2004-01-02  Pawel Ostrowski  <pasza@zodiac.mimuw.edu.pl>
12220
12221         * tracepoint.c (validate_actionline): Fix segv at EOF
12222
12223 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
12224
12225         * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12226         properly for static fields.
12227
12228 2004-01-06  Jeff Johnston  <jjohnstn@redhat.com>
12229             Jason Molenda  <jmolenda@apple.com>
12230
12231         * disasm.c: Update copyright to include 2004.
12232         (do_mixed_source_and_assembly): For uiout asm list
12233         and tuple cleanups, initialize to null_cleanup instead of
12234         NULL and do so prior to loop.  Only reset when we close off
12235         the tuple/list.  Move check for whether to close off the
12236         asm tuple/list to after dump_insns call where it will be run
12237         on each loop iteration.
12238
12239 2004-01-05  Andrew Cagney  <cagney@redhat.com>
12240
12241         * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12242         should be a switch case and not a label.
12243         * mips-tdep.c (mips32_next_pc): Delete unused labels
12244         "greater_equal_branch" and "less_zero_branch".
12245         * jv-valprint.c (java_print_value_fields): Delete unused label
12246         "flush_it".
12247
12248         * target.c (unpush_target): Only close a target that is in the
12249         target stack.
12250
12251 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
12252
12253         * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12254         address from [sp + 64] instead of %o2.
12255
12256         * frame.c (get_prev_frame): Don't try to unwind the PC.  This
12257         fixes PR backtrace/1476.
12258
12259 2004-01-05  Andrew Cagney  <cagney@redhat.com>
12260
12261         * libunwind-frame.h (struct frame_id): Add opaque declaration,
12262         move to start of file.
12263         * i386-tdep.h (struct regcache): Add opaque declaration.
12264         * config/ia64/nm-linux.h (struct target_ops): Add opaque
12265         declaration.
12266         * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12267         (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12268         * win32-nat.c (fake_create_process): Use ISO C style definition.
12269         * stabsread.c (define_symbol): Delete #ifndef
12270         DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12271         stabs_argument_has_addr call, macro never defined.
12272
12273 2004-01-04  Michael Chastain  <mec.gnu@mindspring.com>
12274
12275         * op50-rom.c: Delete.
12276         * w89k-rom.c: Delete.
12277         * Makefile.in: Remove references.
12278
12279 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
12280
12281         * x86-64-tdep.c: Update copyright year.
12282         (struct amd64_register_info): Rename from x86_64_register_info.
12283         (amd64_register_info): Rename from x86_64_register_info.
12284         (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12285         (amd64_register_name): Rename from x86_64_register_name.
12286         (amd64_register_type): Rename from x86_64_register_type.
12287         (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12288         (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12289         (amd64_dwarf_reg_to_regnum): Rename from
12290         x86_64_dwarf_reg_to_regnum.
12291         (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12292         (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12293         (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12294         (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12295         (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12296         (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12297         (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12298         (amd64_frame_cache): Rename from x86_64_frame_cache.
12299         (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12300         (amd64_frame_prev_register): Rename from
12301         x86_64_frame_prev_register.
12302         (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12303         (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12304         (amd64_sigtramp_frame_cache): Rename from
12305         x86_64_sigtramp_frame_cache.
12306         (amd64_sigtramp_frame_prev_register): Rename from
12307         x86_64_sigtramp_frame_prev_register.
12308         (amd64_sigtramp_frame_unwind): Rename from
12309         x86_64_sigtramp_frame_unwind.
12310         (amd64_sigtramp_frame_sniffer): Rename from
12311         x86_64_sigtramp_frame_sniffer.
12312         (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12313         (amd64_frame_base): Rename from x86_64_frame_base.
12314         (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12315         (amd64_frame_align): Rename from x86_64_frame_align.
12316         (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12317         (amd64_regset_from_core_section): Rename from
12318         x86_64_regset_from_core_section.
12319         (x86_64_init_abi): Update comments.
12320
12321 2004-01-04  Nick Roberts  <nick@nick.uklinux.net>
12322
12323         * MAINTAINERS (write after approval): Add myself.
12324
12325 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
12326
12327         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12328         `float' arguments.
12329
12330 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
12331
12332         * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12333         such that it mentions a specific version of GCC that exhibits this
12334         bug.
12335
12336 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
12337
12338         * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12339         structure that has a single `float' member, store it in %f1 in
12340         addition to %f0.
12341
12342         * sparc-sol2-nat.c: Add missing '\'.
12343
12344         * sparc-tdep.c (sparc32_return_value): New function.
12345          (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12346         Remove functions.
12347         (sparc32_gdbarch_init): Set return_value, don't set
12348         extract_return_value, store_return_value, use_struct_convention
12349         and return_value_on_stack.
12350
12351         * sparc-sol2-nat.c: Add missing ')'.
12352
12353 2004-01-03  J. Brobecker  <brobecker@gnat.com>
12354
12355         * infrun.c (handle_step_into_function): New function.
12356         (handle_inferior_event): Extract out some code into the new
12357         function above.
12358
12359 2004-01-03  J. Brobecker  <brobecker@gnat.com>
12360
12361         * infrun.c (handle_inferior_event): Move the declaration of
12362         real_stop_pc inside the if blocks where it is used.
12363
12364 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
12365
12366         * sparc64-tdep.c (sparc64_16_byte_align_p)
12367         (sparc64_store_floating_fields, sparc64_store_floating_fields):
12368         Use check_typedef to get subtypes of structures and unions.
12369         (sparc64_store_return_value): Fix calculation of the appropriate
12370         offset into VALBUF when storing a structure or union.
12371         (sparc64_return_value): New function.
12372         (sparc64_use_struct_convention): Remove function.
12373         (sparc64_init_abi): Set return_value, don't set
12374         extract_return_value, store_return_value and
12375         use_struct_convention.
12376
12377 2004-01-03  Eli Zaretskii  <eliz@elta.co.il>
12378
12379         * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12380         bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12381         gdb/config/alpha/xm-alphaosf.h,
12382         gdb/config/powerpc/tm-ppcle-eabi.h,
12383         gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12384         gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12385         gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12386         gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12387         gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12388         gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12389         gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12390         gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12391         gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12392         gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12393         gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12394         nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12395         include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12396         opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12397         opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12398         sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12399         sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12400         sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12401         sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12402         sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12403         sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12404         Remove lines for .cvsignore files.
12405
12406 2004-01-03  J. Brobecker  <brobecker@gnat.com>
12407
12408         * infrun.c: Back out the previous change.
12409
12410 2004-01-03  Mark Kettenis  <kettenis@gnu.org>
12411
12412         * NEWS: Mention revised SPARC target.  Add sparc-*-lynxos* and
12413         sparc-*-sunos4* to the list of REMOVED configurations.
12414
12415         * configure.tgt: Add back sparc-*-vxworks*.
12416         * remote-vxsparc.c: Remove all includes except for "defs.h",
12417         "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12418         Include "sparc-tdep.h".
12419         (SPARC_R_G1): New define.
12420         (vxsparc_gregset): New variable.
12421         (ext_format_sparc): Remove extern declaration.
12422         (vx_read_register): Rewrite to use sparc32_supply_gregset and
12423         sparc32_supply_fpregset.
12424         (vx_write_register): Rewrite to use sparc32_collect_gregset,
12425         sparc_collect_rwindow and sparc32_collect_fpregset.
12426         * config/sparc/tm-vxworks.h: New file, based on recently removed
12427         tm-vxsparc.h.
12428         * config/sparc/vxworks.mt: New file, based on recently removed
12429         vxworks.mt.
12430
12431 2004-01-03  J. Brobecker  <brobecker@gnat.com>
12432
12433         * infrun.c (handle_step_into_function): New function.
12434         (handle_inferior_event): Extract out some code into the new
12435         function above.
12436
12437 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
12438
12439         * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12440         sparcl-tdep.c.  Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12441         sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12442         sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12443         sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12444         sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12445         (sparc_nat_h): New variable.
12446         (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12447         (tm-sun4os4.h): Remove dependency.
12448         (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12449         (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12450         sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12451         sparc-tdep.o): Update dependencies.
12452         (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12453         sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12454         sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12455         dependencies.
12456         * configure.host: Remove existing sparc-*-lynxos*,
12457         sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12458         ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12459         sparcv9-*-* and sparc64-*-* triplets.  Add new sparc64-*-linux*,
12460         sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12461         triplets.
12462         * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12463         sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12464         sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12465         sparcv9-*-* and commented out sparc64-*-solars2* triplets.  Add
12466         new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12467         sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12468         sparc64-*-solaris2* and sparc64-*-* triplets.
12469         * sparc64-tdep.c: Update copyright year.  Include "inferior.h",
12470         "symtab.h" and "objfiles.h".
12471         (BIAS): Remove define.
12472         (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12473         (X_DISP19): Remove macros.
12474         (sparc_fetch_instruction): Remove function.
12475         (struct gdbarch_tdep): Remove definition.
12476         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12477         (sparc_breakpoint_from_pc): Remove function.
12478         (struct sparc64_frame_cache): Remove definition.
12479         (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12480         sparc64_unwind_pc): Remove functions.
12481         (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12482         `struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
12483         of sparc64_analyze_prologue.  Mark constant as ULL instead of UL.
12484         (sparc64_frame_cache): Change return type to `struct
12485         sparc_frame_cache *'.  Simply call sparc_frame_cache.
12486         (sparc64_frame_this_id, sparc64_frame_prev_register,
12487         sparc64_frame_base_address): Use `struct sparc_frame_cache'
12488         instead of `struct sparc64_frame_cache.
12489         (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12490         sparc_analyze_control_transfer, sparc_software_single_step,
12491         sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12492         _initialize_sparc64_tdep): Remove functions.
12493         (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12494         (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12495         macros.
12496         (sparc64_supply_gregset, sparc64_collect_gregset,
12497         sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12498         (sparc64_init_abi): New function.
12499         * sparc64-tdep.h: Update copyright year.  Fix typo in multiple
12500         inclusion guard.  Include "sparc-tdep.h".
12501         (BIAS): Define.
12502         (r_tstate_offset, r_fprs_offset): New defines.
12503         (enum sparc_regnum): Remove defenition.
12504         (enum sparc64_regnum): Reformat.
12505         (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12506         (sparc64_init_abi, sparc64_supply_gregset,
12507         sparc64_collect_gregset, sparc64_supply_fpregset,
12508         sparc64_collect_fpregset): New prototypes.
12509         (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12510         Add extern declarations.
12511         (sparc64_sol2_init_abi): New prototype.
12512         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12513         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12514         prototypes.
12515         * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12516         "sparnbsd-nat.h".
12517         (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12518         functions.
12519         (_initialize_sparc64fbsd_nat): Remove initialization of
12520         sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12521         sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12522         sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
12523         * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
12524         "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12525         (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12526         (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12527         (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12528         (sparc64fbsd_r_y_offset): Remove variables.
12529         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12530         Make static and const.
12531         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12532         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12533         functions.
12534         (sparc64fbsd_gregset): New variable.
12535         (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12536         and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12537         and sparc64_supply_fpregset.
12538         (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12539         (sparc64fbsd_sigtramp_frame_this_id)
12540         (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12541         (sparc64fbsd_sigtramp_frame_unwind): New variable.
12542         (sparc64fbsd_sigtramp_frame_sniffer): New function.
12543         (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12544         sparc64fbsd_sigtramp_frame_sniffer.  Call sparc64_init_abi.
12545         * sparcnbsd-tdep.c: Update copyright year.  Include
12546         "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12547         "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12548         "value.h" and "sparcnbsd-tdep.h".
12549         (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12550         (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12551         (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12552         (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12553         defines.
12554         (sparcnbsd_gregset): New variable.
12555         (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12556         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12557         (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12558         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12559         (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12560         variables.
12561         (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12562         (sparc32nbsd_sigcontext_frame_this_id)
12563         (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12564         (sparc32nbsd_sigcontext_frame_unwind): New variable.
12565         (sparc32nbsd_sigtramp_frame_sniffer): New function.
12566         (sparcnbsd_get_longjmp_target_32,
12567         sparcnbsd_get_longjmp_target_64): Remove functions.
12568         (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12569         (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12570         sparcnbsd_init_elf): Remove.
12571         (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12572         (sparcnbsd_elf_init_abi): New functions.
12573         (_initialize_sparcnbsd_tdep): New prototype.
12574         (_initialize_sparnbsd_tdep): Update.
12575         * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12576         corelow.o.  Add sparc64-nat.o and sparc-nat.o.
12577         * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12578         * config/sparc/linux.mh: Update comment.
12579         (XM_FILE, HOST_IPC): Remove variables.
12580         (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o.  Remove
12581         sparc-linux-nat.o.
12582         * config/sparc/linux.mt: Update comment.
12583         (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12584         * config/sparc/nbsd.mt: Reformat.
12585         * config/sparc/nbsd64.mh: Update comment.
12586         (NATDEPFILES): Add sparc-nat.o.
12587         * config/sparc/nbsd64.mt: Update comment.
12588         (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12589         (TM_FILE): Set to tm-nbsd.h.
12590         * config/sparc/nbsdelf.mh: Update comment.
12591         (NATDEPFILES): Add sparc-nat.o.
12592         (XM_FILE): Delete.
12593         * config/sparc/nbsdaout.mh: Update comment.
12594         (NATDEPFILES): Add sparc-nat.o
12595         (XM_FILE): Delete.
12596         * config/sparc/nm-linux.h: Update copyright year.  Don't include
12597         "config/nm-svr4.h" and "solib.h".  Add protection against multiple
12598         inclusion.
12599         (KERNEL_U_SIZE): Remove define.
12600         (kernel_u_size): Remove prototype.
12601         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12602         * config/sparc/nm-nbsd.h: Update copyright.  Don't include
12603         "regcache.h".
12604         (CHILD_PREPARE_TO_STORE): Remove define.
12605         * config/sparc/nm-nbsdaout.h: Tweak some comments.
12606         * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12607         sparcnbsd-nat.c: Rewrite files.
12608         * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12609         * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12610         sparcnbsd-tdep.h: Remove files.
12611         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12612         config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12613         config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12614         config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12615         config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12616         config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12617         config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12618         config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12619         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12620         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12621         config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12622         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12623         * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12624         sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12625         sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12626         * config/sparc/linux64.mh, config/sparc/linux64.mt,
12627         config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12628         config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12629         config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12630
12631 2004-01-02  Andrew Cagney  <cagney@redhat.com>
12632
12633         From 2003-12-18 Kazuhiro Inaoka:
12634         * configure.host: Add m32r-linux target.
12635
12636 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
12637
12638         * top.c (print_gdb_version): Update year to 2004.
12639
12640 2004-01-02  Mark Mitchell  <mark@codesourcery.com>
12641
12642         * MAINTAINERS: Add myself to the write-after-approval category.
12643
12644 2004-01-02  Daniel Jacobowitz  <drow@mvista.com>
12645
12646         From Bernardo Innocenti <bernie@develer.com>:
12647         * configure.tgt: Add uClinux target.
12648
12649 2004-01-02  Andrew Cagney  <cagney@redhat.com>
12650
12651         * utils.c (do_my_cleanups): Make static, add forward declaration.
12652         * defs.h (do_my_cleanups): Delete declaration.
12653
12654 2004-01-02  Eli Zaretskii  <eliz@elta.co.il>
12655
12656         * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12657         bfd/ChangeLog-0203.
12658
12659 2004-01-02  Mark Kettenis  <kettenis@gnu.org>
12660
12661         * configure.in: Check for <machine/reg.h>.  Check for `struct reg'
12662         in <machine/reg.h>.
12663         * configure, config.in: Regenerate.
12664
12665 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12666 tui/ChangeLog-1998-2003.
12667 \f
12668 Local Variables:
12669 mode: change-log
12670 left-margin: 8
12671 fill-column: 74
12672 version-control: never
12673 End: