18148ea2730340236e99c16847369970722163ed
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2
3 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
4 (sh_pseudo_register_write): Ditto.
5
6 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
7
8 * sh-tdep.c (IS_MACL_STS): New define.
9 (IS_MOVI20): Ditto.
10 (IS_MACL_LDS): Ditto.
11 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
12 instructions in prologue.
13 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
14 instructions in epilogue.
15
16 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
17
18 * sh-tdep.c (SH_NUM_REGS): Define as 67.
19 (sh_sh_register_name): Add eight empty register names.
20 (sh_sh3_register_name): Ditto.
21 (sh_sh3e_register_name): Ditto.
22 (sh_sh2e_register_name): Ditto.
23 (sh_sh2a_register_name): New function, defining SH2A register set.
24 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
25 in nofpu case.
26 (sh_sh_dsp_register_name): Add eight empty register names.
27 (sh_sh3_dsp_register_name): Ditto.
28 (sh_sh4_register_name): Ditto.
29 (sh_sh4_nofpu_register_name): Ditto.
30 (sh_sh4al_dsp_register_name): Ditto.
31 (sh2a_show_regs): New function.
32 (sh2a_nofpu_show_regs): New function.
33 (sh_sh2a_register_type): New function.
34 (do_bank_register_info): New function.
35 (sh_print_pseudo_register): Call do_bank_register_info.
36 Call sh_print_pseudo_register for valid "bank" register.
37 (sh_sh2a_register_sim_regno): New function.
38 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
39 Increment pseudo register count by one for all sh variants with
40 pseudo registers to accomodate pseudo bank register.
41 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
42 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
43 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
44 Increment pseudo register numbers.
45
46 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
47
48 * dwarf2read.c (read_subroutine_type): Call make_function_type
49 instead of lookup_function_type.
50
51 2004-10-05 Jim Blandy <jimb@redhat.com>
52
53 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
54 (Previous change missed some uses.)
55
56 2004-10-05 Andrew Cagney <cagney@gnu.org>
57
58 * target.h (deprecated_child_ops): Rename child_ops.
59 * wince.c: Update copyright. Rename child_ops.
60 * win32-nat.c: Rename child_ops.
61 * target.c: Rename child_ops.
62 * rs6000-nat.c: Rename child_ops.
63 * linux-nat.c: Rename child_ops.
64 * infttrace.c: Rename child_ops.
65 * inftarg.c: Rename child_ops.
66 * infptrace.c: Rename child_ops.
67 * hppah-nat.c: Update copyright. Rename child_ops.
68 * hpux-thread.c: Update copyright. Rename child_ops.
69
70 2004-10-05 Daniel Jacobowitz <dan@debian.org>
71
72 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
73
74 2004-10-05 Andrew Cagney <cagney@gnu.org>
75
76 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
77
78 2004-10-05 Daniel Jacobowitz <dan@debian.org>
79
80 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
81 (die_ref_table): Remove.
82 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
83 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
84 the usage of this type.
85 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
86 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
87 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
88 (dwarf2_create_include_psymtab): Update comment.
89 (find_partial_die): Remove third argument. Remove unreachable call
90 to error ().
91 (dwarf2_find_containing_comp_unit): Update comments. Change one
92 assertion to an error. Remove an unreachable error.
93 (dwarf2_find_comp_unit): Update comments.
94 (type_at_offset): Remove dead code.
95 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
96 (store_in_ref_table): Add CU argument.
97 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
98 inter-compilation-unit references.
99 (load_full_comp_unit, process_full_comp_unit): New functions, based
100 on psymtab_to_symtab_1.
101 (psymtab_to_symtab_1): Use them.
102 (dwarf2_add_dependence): New function.
103 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
104 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
105 (partial_die_parent_scope, guess_structure_name): Update for changes
106 to find_partial_die.
107 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
108 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
109 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
110 (read_die_and_children): Update call to store_in_ref_table.
111 (do_free_die_list_cleanup): Remove.
112 (fixup_partial_die): Update for changes to find_partial_die.
113 (read_full_die): Handle queueing absolute references.
114 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
115 (dwarf2_attr, die_specification, die_type)
116 (die_containing_type, dwarf2_extension): Update calls to
117 follow_die_ref.
118 (dump_die): Update DW_FORM_ref* handling.
119 (dwarf2_get_ref_die_offset): Likewise.
120 (free_one_comp_unit): Release the dies list.
121 (dwarf2_mark_helper): New function.
122 (dwarf2_mark): Use it.
123
124 2004-10-05 Mark Kettenis <kettenis@jive.nl>
125
126 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
127 when writing to memory.
128
129 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
130
131 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
132 (m32r_extract_struct_value_address): Delete function.
133 (m32r_return_value): New function.
134 (m32r_gdbarch_init): Instead of store_return_value,
135 extract_return_value, deprecated_extract_struct_value_address
136 and deprecated_use_struct_convention, set return_value.
137
138 2004-10-03 Daniel Jacobowitz <dan@debian.org>
139
140 * dwarf2read.c (read_subrange_type): Add comment for variable
141 sized arrays.
142
143 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
144
145 * Makefile.in (.l.c): Modify rule for compatibility with recent
146 versions of flex, and remove most command-line options.
147 * ada-lex.l: Add %options line in place of -I -i and -s command-line
148 options.
149
150 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
151
152 Turn on initial Ada support (mainly expression evaluation).
153
154 * Makefile.in (SFILES): Remove ada-tasks.c.
155 (HFILES_NO_SRCDIR): Add ada-lang.h.
156 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
157 (YYOBJ): Add ada-exp.o.
158 (rule .l.c): Generalize to not mention ada.
159 * symtab.c: Include ada-lang.h.
160 (symbol_natural_name, symbol_demangled_name)
161 (symbol_search_name): Add Ada case.
162
163 2004-10-01 Andrew Cagney <cagney@gnu.org>
164
165 * Makefile.in (COMMON_OBS): Add inf-child.o.
166 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
167 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
168 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
169 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
170 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
171 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
172 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
173 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
174 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
175 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
176 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
177 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
178 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
179
180 * target.c (xfer_using_stratum): Change return type to LONGEST.
181 On each iteration offset, readbuf and writebuf.
182 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
183 partial_length, and read/modify/write predicate, update comments.
184 Pass buffer.word to ptrace write.
185
186 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
187
188 * symfile.c (init_filename_language_table): Add extensions for
189 Ada.
190 * defs.h (enum language): Add language_ada.
191 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
192 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
193 (add_symbols_from_enclosing_procs): Make a no-op for now.
194 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
195 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
196 (find_line_in_linetable, find_next_line_in_linetable)
197 (read_all_symtabs, is_plausible_func_for_line)
198 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
199 (is_runtime_sym_defined, check_size): Remove declaration.
200 (function_name_from_pc, ada_translate_error_message)
201 (ada_lookup_minimal_symbol): Remove definition.
202 (ada_add_block_symbols): Remove useless label.
203 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
204 useless declaration.
205 (ada_is_exception_sym): Likewise.
206
207 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
208
209 Add m32r-linux support.
210 * configure.tgt: Add m32r*-*-linux*.
211 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
212 and m32r-linux-tdep.c.
213 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
214 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
215 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
216 m32r-linux-tdep.c.
217 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
218 config/m32r/linux.mh, config/m32r/linux.mt,
219 config/m32r/nm-linux.h: New files.
220
221 2004-09-30 Joel Brobecker <brobecker@gnat.com>
222
223 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
224 (mips32_fetch_instruction): Remove, unused.
225
226 2004-09-30 Joel Brobecker <brobecker@gnat.com>
227
228 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
229 conditions that will always be true.
230
231 2004-09-30 Mark Kettenis <kettenis@gnu.org>
232
233 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
234 (vaxbsd_fetch_inferior_registers): Rename from
235 fetch_inferior_registers. Make static.
236 (vaxbsd_store_inferior_registers): Rename from
237 store_inferior_registers. Make static.
238 (_initialize_vaxbsd_nat): Construct and add target vector.
239 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
240 inftarg.o. Add inf-child.o and inf-ptrace.o.
241 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
242 inftarg.o. Add inf-child.o and inf-ptrace.o.
243 (NAT_FILE): Remove.
244 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
245 inftarg.o. Add inf-child.o and inf-ptrace.o.
246 (NAT_FILE): Remove.
247 * Makefile.in (vaxbsd-nat.o): Update dependencies.
248
249 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
250 (m88kbsd_fetch_inferior_registers): Rename from
251 fetch_inferior_registers. Make static.
252 (m88kbsd_store_inferior_registers): Rename from
253 store_inferior_registers. Make static.
254 (_initialize_m88kbsd_nat): New prototype and function.
255 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
256 inftarg.o. Add inf-child.o and inf-ptrace.o.
257 (NAT_FILE): Remove.
258 * Makefile.in (m88kbsd-nat.o): Update dependencies.
259
260 2004-09-30 Andrew Cagney <cagney@gnu.org>
261
262 * target.c (target_xfer_partial): New function.
263 (target_read_memory_partial, target_write_memory_partial)
264 (default_xfer_partial, target_read_partial, target_write_partial)
265 (xfer_using_stratum): Use.
266 (debug_to_xfer_partial): Delete function.
267 (setup_target_debug): Do not override to_xfer_partial.
268
269 2004-09-30 Mark Kettenis <kettenis@chello.nl>
270
271 * fork-child.c: Update copyright year. Fix coding style.
272
273 2004-09-29 Mark Kettenis <kettenis@gnu.org>
274
275 * defs.h (msavestring, mstrsave): Remove prototypes.
276 * utils.c (msavestring, mstrsave): Remove functions.
277 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
278 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
279 of mstrsave.
280 * source.c (find_and_open_source): Use xstrdup instead of
281 mstrsave.
282
283 2004-09-30 Andrew Cagney <cagney@gnu.org>
284
285 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
286 (inf_ptrace_xfer_memory): Delete.
287 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
288 (target_read_memory, target_write_memory): Use xfer_using_stratum
289 when target_xfer_partial_p.
290 (debug_target): Move to start of file.
291 (target_read_memory_partial, target_write_memory_partial): Use
292 to_xfer_partial when target_xfer_partial_p.
293
294 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
295 inf_ptrace_xfer_memory with equivalent code.
296 * inftarg.c (child_xfer_partial): When performing a write, pass
297 writebuf to child_xfer_memory.
298
299 * target.c (target_read_string): Use target_read_memory instead of
300 target_xfer_memory.
301
302 2004-09-29 Andrew Cagney <cagney@gnu.org>
303
304 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
305 the address of status.
306
307 * infptrace.c (ptrace_wait): Mention problem with HPUX.
308 (kill_inferior): Inline ptrace_wait call.
309 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
310 * inftarg.c (child_wait): Inline ptrace_wait call.
311
312 * target.h (struct target_ops): Delete field to_post_wait.
313 (target_post_wait): Delete macro.
314 (child_post_wait): Delete declaration.
315 * target.c (update_current_target, update_current_target)
316 (debug_to_post_wait, setup_target_debug): Delete functions and
317 references.
318 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
319 * inftarg.c (child_post_wait): Delete.
320 (init_child_ops): Do not set to_post_wait.
321 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
322 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
323 * inf-child.c (inf_child_post_wait): Delete.
324 (inf_child_target): Do not set to_post_wait.
325 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
326 (inf_ptrace_target): Do not set to_post_wait.
327
328 * wince.c (child_ops): Delete.
329 * win32-nat.c (child_ops): Delete.
330
331 * inftarg.c (inftarg_set_find_memory_regions)
332 (inftarg_set_make_corefile_notes): Delete functions.
333 (_initialize_linux_nat): Inline calls.
334
335 * target.h (child_ops): Declare.
336 * inftarg.c (child_ops): Move from here ...
337 * target.c (child_ops): ... to here.
338 * wince.c (child_ops): Delete extern declaration.
339 * win32-nat.c (child_ops): Delete extern declaration.
340 * linux-nat.c (child_ops): Delete extern declaration.
341 * hpux-thread.c (child_ops): Delete extern declaration.
342
343 2004-09-28 Mark Kettenis <kettenis@gnu.org>
344
345 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
346
347 2004-09-28 Mark Kettenis <kettenis@gnu.org>
348
349 * configure.in: Only set host_makefile_frag when building a native
350 debugger.
351 * configure: Regenerate.
352
353 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
354 for OpenBSD ELF.
355
356 2004-09-28 Andrew Cagney <cagney@gnu.org>
357
358 Problem identified by Paul Hilfinger.
359 * Makefile.in (ada_lex_c): Define.
360 (ada-lex.o): Delete rule.
361
362 * linux-proc.c: Delete file.
363 * Makefile.in: Update.
364 * config/sparc/linux64.mh (NATDEPFILES):
365 * config/sparc/linux.mh (NATDEPFILES): Update.
366 * config/s390/s390.mh (NATDEPFILES): Update.
367 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
368 * config/powerpc/linux.mh (NATDEPFILES): Update.
369 * config/pa/linux.mh (NATDEPFILES): Update.
370 * config/mips/linux.mh (NATDEPFILES): Update.
371 * config/m68k/linux.mh (NATDEPFILES): Update.
372 * config/ia64/linux.mh (NATDEPFILES): Update.
373 * config/i386/linux64.mh (NATDEPFILES): Update.
374 * config/i386/linux.mh (NATDEPFILES): Update.
375 * config/arm/linux.mh (NATDEPFILES): Update.
376 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
377 * linux-nat.c: Update copyright. Include <sys/param.h>,
378 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
379 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
380 (O_LARGEFILE): Possibly define.
381 (_initialize_linux_nat, linux_proc_pending_signals)
382 (add_line_to_sigset, linux_proc_xfer_memory)
383 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
384 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
385 (struct linux_corefile_thread_data)
386 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
387 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
388
389 2004-09-16 Andrew Cagney <cagney@gnu.org>
390
391 * lin-lwp.c: Delete file.
392 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
393 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
394 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
395 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
396 (linux_nat_attach, detach_callback, linux_nat_detach)
397 (resume_callback, resume_clear_callback, linux_nat_resume)
398 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
399 (stop_wait_callback, linux_nat_has_pending, flush_callback)
400 (status_callback, running_callback, count_events_callback)
401 (select_singlestep_lwp_callback, select_event_lwp_callback)
402 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
403 (child_wait, stop_and_resume_callback, linux_nat_wait)
404 (kill_callback, kill_wait_callback, linux_nat_kill)
405 (linux_nat_create_inferior, linux_nat_mourn_inferior)
406 (linux_nat_xfer_memory, linux_nat_thread_alive)
407 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
408 (_initialize_linux_nat): New functions.
409 * Makefile.in: Update all dependencies.
410 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
411 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
412 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
413 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
414 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
415 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
416 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
417 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
418 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
419 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
420 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
421 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
422 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
423
424 2004-09-27 Mark Kettenis <kettenis@gnu.org>
425
426 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
427 config/i386/obsd64.mh (NAT_FILE): Remove variable.
428
429 * configure.in: Don't comment out NATDEPFILES in the generated
430 Makefile if NAT_FILE is unset.
431 * configure: Regenerate.
432
433 2004-09-27 Andrew Cagney <cagney@gnu.org>
434
435 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
436 (insert_step_resume_breakpoint): Delete.
437 (insert_step_resume_breakpoint_at_frame): New function.
438 (insert_step_resume_breakpoint_at_sal): New function.
439 (handle_inferior_event, step_into_function)
440 (insert_step_resume_breakpoint): Simplify by using same.
441
442 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
443
444 2004-09-26 Mark Kettenis <kettenis@gnu.org>
445
446 * fbsd-proc.c: Remove file.
447 * Makefile.in (fbsd-proc.o): Remove dependency.
448
449 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
450 code together.
451
452 * config/i386/nm-fbsd64.h: Remove file.
453 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
454
455 2004-09-26 Mark Kettenis <kettenis@gnu.org>
456
457 * amd64-nat.h: Update copyright year.
458 (amd64bsd_target): New prototype.
459 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
460 (amd64bsd_target): New function.
461 (amd64bsd_fetch_inferior_registers): Rename from
462 fetch_inferior_registers. Make static.
463 (amd64bsd_store_inferior_registers): Rename from
464 store_inferior_registers. Make static.
465 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
466 (_initialize_amd64fbsd_nat): Construct and add target vector.
467 * amd64nbsd-nat.o: Include "target.h".
468 (_initialize_amd64nbsd_nat): Construct and add target vector.
469 * amd64obsd-nat.c: Include "target.h".
470 (_initialize_amd64obsd_nat): Construct and add target vector.
471 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
472 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
473 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
474 fbsd-nat.o.
475 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
476 Remove infptrace.o and inftarg.o. Add inf-child.o and
477 inf-ptrace.o.
478 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
479 (amd64obsd-nat.o): Update dependencies.
480
481 2004-09-25 Mark Kettenis <kettenis@gnu.org>
482
483 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
484 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
485 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
486 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
487 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
488
489 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
490 Inline attach call.
491 (inf_ptrace_detach): Inline detach call.
492
493 * configure.in: Check for waddstr instead of mvwaddstr when
494 searching for curses library. Check for wborder.
495 * configure, config.in: Regenerate.
496 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
497 available.
498
499 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
500
501 2004-09-24 Robert Picco <Robert.Picco@hp.com>
502
503 Committed by Andrew Cagney.
504 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
505 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
506 configuration.
507 (fetch_register_using_p): Implement 'p' packet. Based on code by
508 Fernando Nasser.
509 (remote_fetch_registers): Call fetch_register_using_p.
510 (init_all_packet_configs, show_remote_cmd)
511 (_initialize_remote): Add p-packet.
512
513 2004-09-24 Mark Kettenis <kettenis@gnu.org>
514
515 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
516 instead of call_ptrace. Call wait directly instead of
517 ptrace_wait.
518 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
519 (inf_ptrace_wait): Inline ptrace_wait call.
520
521 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
522
523 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
524 rolled back instead.
525
526 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
527
528 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
529 the new argument order.
530
531 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
532
533 * MAINTAINERS: Remove "broken" from XStormy16 entry.
534 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
535 (struct gdbarch_tdep): Remove.
536 (struct xstormy16_frame_cache): New frame cache structure.
537 (xstormy16_register_byte, xstormy16_register_raw_size)
538 (xstormy16_reg_virtual_type, xstormy16_register_type)
539 (xstormy16_push_arguments, xstormy16_push_return_address)
540 (xstormy16_pop_frame, xstormy16_store_struct_return)
541 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
542 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
543 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
544 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
545 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
546 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
547 (xstormy16_use_struct_convention): Drop gcc_p parameter.
548 (xstormy16_extract_return_value, xstormy16_store_return_value):
549 Regcachify. Drop useless struct convention handling.
550 (xstormy16_register_type, xstormy16_return_value)
551 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
552 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
553 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
554 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
555 (xstormy16_unwind_sp, xstormy16_unwind_pc)
556 (xstormy16_unwind_dummy_id) : New functions.
557 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
558 of xstormy16_scan_prologue.
559 (xstormy16_frame_unwind): New frame_unwind structure.
560 (xstormy16_frame_base): New frame_base structure.
561 (xstormy16_gdbarch_init): Accomodate all of the above changes.
562 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
563
564 2004-09-22 Mark Kettenis <kettenis@gnu.org>
565
566 * language.c (language_gdbarch_post_init): Fix off-by one error.
567
568 2004-09-21 Daniel Jacobowitz <dan@debian.org>
569
570 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
571 (struct dwarf2_offset_and_type): New.
572 (set_die_type, reset_die_and_siblings_types, get_die_type)
573 (offset_and_type_hash, offset_and_type_eq): New functions.
574 (read_structure_type, read_enumeration_type, read_array_type)
575 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
576 (read_tag_reference_type, read_tag_const_type)
577 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
578 (read_typedef, read_base_type, read_subrange_type): Use
579 set_die_type.
580
581 2004-09-20 Daniel Jacobowitz <dan@debian.org>
582
583 * Makefile.in (dwarf2read.o): Update dependencies.
584 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
585 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
586 and read_in_chain.
587 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
588 mark, and has_form_ref_addr.
589 (struct dwarf2_per_cu_data): New.
590 (dwarf2_max_cache_age): New.
591 (dwarf2_build_psymtabs_hard): Free cached compilation units
592 after loading. Create and manage the list of compilation units.
593 Remove unnecessary NULL initialization. Fix indentation.
594 (psymtab_to_symtab_1): Initialize all of CU.
595 (dwarf2_read_abbrevs): Set has_form_ref_addr.
596 (find_partial_die): Use dwarf2_find_containing_comp_unit
597 and load_comp_unit.
598 (free_stack_comp_unit): Update comments. Clear the per-cu
599 pointer. Handle aging.
600 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
601 (age_cached_comp_units, free_one_cached_comp_unit)
602 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
603 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
604 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
605 (show_dwarf2_cmd): New.
606 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
607 and "maint show dwarf2 max-cache-age".
608 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
609 externs.
610 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
611 global.
612
613 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
614
615 * dwarf2read.c (typename_concat): Change prototype to accept obstack
616 and dwarf2_cu struct pointer as arguments. Change function to use
617 obstack if provided and use dwarf2_cu to determine language-specific
618 separator.
619 (partial_die_parent_scope): Change comment to include java. Use
620 new version of typename_concat instead of obconcat.
621 (partial_die_full_name): Use typename_concat.
622 (read_namespace): Ditto.
623 (read_enumeration_type): Use typename_concat instead of obconcat.
624 (new_symbol): Ditto.
625 (add_partial_symbol): Enhance tests for C++ to also test for Java.
626 (guess_structure_name): Ditto.
627 (read_subroutine_type): Ditto.
628 (read_structure_type): Ditto.
629 (is_vtable_name): Add Java support.
630 (determine_class_name): Switch to new typename_concat call.
631 (determine_prefix): Switch to new typename_concat call.
632 * jv-exp.y (FuncStart): New pattern.
633 (MethodInvocation): Add support for simple function calls. Change
634 warning message for other forms of inferior call currently not
635 supported.
636 * valarith.c (value_subscript): Treat an array with upper-bound
637 of -1 as unknown size.
638
639 2004-09-20 Daniel Jacobowitz <dan@debian.org>
640
641 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
642 (lookup_partial_symtab): Use symtab_to_fullname.
643
644 2004-09-19 Jim Blandy <jimb@redhat.com>
645
646 * minsyms.c (lookup_minimal_symbol): Doc fix.
647
648 2004-09-20 Andrew Cagney <cagney@gnu.org>
649
650 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
651 CHILD_RESUME.
652 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
653 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
654 KILL_INFERIOR.
655 * infptrace.c: Update.
656
657 2004-09-19 Daniel Jacobowitz <dan@debian.org>
658
659 * symtab.c (output_source_filename): Mark first argument as const.
660 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
661 for "info sources" output.
662
663 2004-09-20 Mark Kettenis <kettenis@gnu.org>
664
665 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
666 <machine/vmparam.h>.
667 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
668 (register_u_addr): Remove prototype.
669
670 2004-09-19 Mark Kettenis <kettenis@gnu.org>
671
672 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
673 (i386bsd_fetch_inferior_registers): Rename from
674 fetch_inferior_registers. Make static.
675 (i386bsd_store_inferior_registers): Rename from
676 store_inferior_registers. Make static.
677 (i386bsd_target): New function.
678 * i386bsd-nat.h: New file.
679 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
680 "i386bsd-nat.h".
681 (i386fbsd_resume): Rename from child_resume. Make static.
682 (_initialize_i386fbsd_nat): Construct and add target vector.
683 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
684 (_initialize_i386nbsd_nat): Construct and add target vector.
685 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
686 Remove defines.
687 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
688 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
689 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
690 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
691 (LOADLIBES): New variable.
692 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
693 inf-ptrace.o. Remove inftarg.o.
694 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
695 inf-ptrace.o. Remove inftarg.o.
696 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
697 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
698 (LOADLIBES): New variable.
699 * Makefile.in (i386bsd_nat_h): New variable.
700 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
701 dependencies.
702
703 * sparc64nbsd-tdep.c: Include "objfiles.h".
704 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
705 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
706 svr4_lp64_fetch_link_map_offsets.
707 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
708 "nbsd-tdep.h".
709 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
710 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
711 svr4_lp64_fetch_link_map_offsets.
712 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
713 dependencies.
714
715 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
716 * fbsd-nat.h: New file.
717 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
718 (fbsd_nat_h): New variable.
719 (fbsd-nat.o): New dependency.
720
721 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
722 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
723
724 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
725 comment.
726
727 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
728
729 * ada-exp.y (type_int): New function to add layer of abstraction
730 around references to expression types.
731 (type_long): Ditto.
732 (type_long_long): Ditto.
733 (type_float): Ditto.
734 (type_double): Ditto.
735 (type_long_double): Ditto.
736 (type_char): Ditto.
737 (type_system_address): Ditto.
738 (simple_exp): Use type_* functions in place of builtin_*
739 variables.
740 (exp): Ditto.
741 (write_var_from_name): Ditto.
742 (write_object_renaming): Ditto.
743 * ada-lang.c (ada_create_fundamental_type): Remove redundant
744 declaration.
745 (build_ada_types): Remove, replacing with...
746 (ada_language_arch_info): New function to initialize primitive
747 type vector in language_arch_info.
748 (ada_array_length): Remove use of builtin_type_ada_int.
749 (value_pos_atr): Ditto.
750 (ada_evaluate_subexp): Ditto.
751 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
752 builtin_type_ada_long_long, builtin_type_ada_char,
753 builtin_type_ada_float, builtin_type_ada_double,
754 builtin_type_ada_long_double, builtin_type_ada_natural,
755 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
756 (ada_builtin_types): Remove.
757 (ada_language_defn): Remove entries for la_builtin_type_vector and
758 string_char_type and use ada_language_arch_info.
759 (_initialize_ada_language): Do type-vector initialization along
760 the lines of c-lang.c.
761 (ada_create_fundamental_type): Break up line.
762 (ada_dump_symtab): Remove unused function.
763 (enum ada_primitive_types): Define.
764 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
765 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
766 builtin_type_ada_float, builtin_type_ada_double,
767 builtin_type_ada_long_double, builtin_type_ada_natural,
768 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
769 * ada-lex.l: Use type_* functions in place of builtin_* variables.
770 (processInt): Ditto.
771 (processReal): Ditto.
772 (name_lookup): Ditto.
773 * ada-typeprint.c (print_range): Use builtin_type_int, not
774 builtin_type_ada_int.
775
776 2004-09-18 Mark Kettenis <kettenis@gnu.org>
777
778 * i386-tdep.c (i386_register_name): Rename regno to regnum.
779
780 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
781 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
782 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
783 * configure.in: Improve checks for curses library by checking for
784 mvwaddstr instead of initscr. Drop HP curses in favour of
785 standard curses on HP-UX.
786 * configure: Regenerated.
787
788 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
789
790 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
791 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
792 Minor formatting changes.
793 (empty_array): Slight rewrite for formatting.
794 (emit_char,parse,ada_language_defn,build_ada_types,
795 ada_is_exception_sym, _initialize_ada_language): Move
796 definitions around.
797 (ada_dump_symtab): Remove unused definition.
798 (ada_maybe_exception_partial_symbol): Remove unused definition.
799
800 2004-09-16 Andrew Cagney <cagney@gnu.org>
801
802 * inf-child.c: Include "gdb_string.h".
803 (inf_child_core_file_to_sym_file): Delete.
804 (inf_child_target): Set to_fetch_registers and to_store_registers.
805 * inf-ptrace.c: Include "gdb_string.h".
806 * Makefile.in: Update all dependencies.
807
808 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
809 problem.
810
811 2004-09-14 Joel Brobecker <brobecker@gnat.com>
812
813 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
814 call to heuristic_proc_desc. Remove code that became redundant
815 as a consequence.
816 (read_next_frame_reg): Remove special case for SP_REGNUM.
817 (set_reg_offset): Fix small typo.
818 (reset_saved_regs): New procedure.
819 (mips32_heuristic_proc_desc): No longer compute a fake
820 procedure descriptor. Compute the full frame cache instead.
821 Some minor comment reformatting.
822
823 2004-09-14 Andrew Cagney <cagney@gnu.org>
824
825 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
826 maintainer.
827
828 * thread-db.c (thread_db_new_objfile): Assume that there is a
829 child process.
830
831 2004-09-13 Jim Blandy <jimb@redhat.com>
832
833 * valops.c (value_assign): Move 'buffer' to the enclosing block,
834 so that its storage isn't referenced after its lifetime ends.
835
836 * valops.c (value_assign): 'use_buffer' is initialized to zero,
837 and never assigned to. Delete it, and the 'if (use_buffer)'
838 clauses. Delete 'raw_buffer', since it is now unused.
839
840 2004-09-13 Andrew Cagney <cagney@gnu.org>
841
842 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
843 * configure: Re-generate.
844 * nlm/Makefile.in (TAGS): Update.
845 * Makefile.in (TAGS): Update.
846 * config/vax/nbsd.mt (TM_FILE): Update.
847 * config/sparc/vxworks.mt (TM_FILE): Update.
848 * config/sparc/sol2.mt (TM_FILE): Update.
849 * config/sparc/sol2-64.mt (TM_FILE): Update.
850 * config/sparc/obsd64.mt (TM_FILE): Update.
851 * config/sparc/obsd.mt (TM_FILE): Update.
852 * config/sparc/nbsd64.mt (TM_FILE): Update.
853 * config/sparc/nbsd.mt (TM_FILE): Update.
854 * config/sparc/linux64.mt (TM_FILE): Update.
855 * config/sparc/linux.mt (TM_FILE): Update.
856 * config/sparc/fbsd.mt (TM_FILE): Update.
857 * config/sh/wince.mt (TM_FILE): Update.
858 * config/sh/nbsd.mt (TM_FILE): Update.
859 * config/sh/linux.mt (TM_FILE): Update.
860 * config/sh/embed.mt (TM_FILE): Update.
861 * config/s390/s390.mt (TM_FILE): Update.
862 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
863 * config/rs6000/rs6000.mt (TM_FILE): Update.
864 * config/rs6000/aix4.mt (TM_FILE): Update.
865 * config/powerpc/vxworks.mt (TM_FILE): Update.
866 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
867 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
868 * config/powerpc/obsd.mt (TM_FILE): Update.
869 * config/powerpc/nbsd.mt (TM_FILE): Update.
870 * config/powerpc/linux.mt (TM_FILE): Update.
871 * config/powerpc/aix.mt (TM_FILE): Update.
872 * config/pa/obsd.mt (TM_FILE): Update.
873 * config/pa/linux.mt (TM_FILE): Update.
874 * config/pa/hppahpux.mt (TM_FILE): Update.
875 * config/pa/hppa64.mt (TM_FILE): Update.
876 * config/pa/hppa.mt (TM_FILE): Update.
877 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
878 * config/mips/wince.mt (TM_FILE): Update.
879 * config/mips/vxmips.mt (TM_FILE): Update.
880 * config/mips/nbsd.mt (TM_FILE): Update.
881 * config/mips/linux.mt (TM_FILE): Update.
882 * config/mips/irix6.mt (TM_FILE): Update.
883 * config/mips/irix5.mt (TM_FILE): Update.
884 * config/mips/embed.mt (TM_FILE): Update.
885 * config/m68k/vxworks68.mt (TM_FILE): Update.
886 * config/m68k/st2000.mt (TM_FILE): Update.
887 * config/m68k/os68k.mt (TM_FILE): Update.
888 * config/m68k/obsd.mt (TM_FILE): Update.
889 * config/m68k/nbsd.mt (TM_FILE): Update.
890 * config/m68k/monitor.mt (TM_FILE): Update.
891 * config/m68k/linux.mt (TM_FILE): Update.
892 * config/m68k/cisco.mt (TM_FILE): Update.
893 * config/ia64/linux.mt (TM_FILE): Update.
894 * config/ia64/aix.mt (TM_FILE): Update.
895 * config/ia64/ia64.mt (TM_FILE): Update.
896 * config/i386/vxworks.mt (TM_FILE): Update.
897 * config/i386/obsd64.mt (TM_FILE): Update.
898 * config/i386/obsd.mt (TM_FILE): Update.
899 * config/i386/nto.mt (TM_FILE): Update.
900 * config/i386/nbsd64.mt (TM_FILE): Update.
901 * config/i386/nbsd.mt (TM_FILE): Update.
902 * config/i386/linux64.mt (TM_FILE): Update.
903 * config/i386/linux.mt (TM_FILE): Update.
904 * config/i386/i386sol2.mt (TM_FILE): Update.
905 * config/i386/i386lynx.mt (TM_FILE): Update.
906 * config/i386/fbsd64.mt (TM_FILE): Update.
907 * config/i386/fbsd.mt (TM_FILE): Update.
908 * config/i386/cygwin.mt (TM_FILE): Update.
909 * config/h8300/h8300.mt (TM_FILE): Update.
910 * config/frv/frv.mt (TM_FILE): Update.
911 * config/cris/cris.mt (TM_FILE): Update.
912 * config/arm/wince.mt (TM_FILE): Update.
913 * config/arm/nbsd.mt (TM_FILE): Update.
914 * config/arm/linux.mt (TM_FILE): Update.
915 * config/arm/embed.mt (TM_FILE): Update.
916 * config/alpha/nbsd.mt (TM_FILE): Update.
917 * config/alpha/fbsd.mt (TM_FILE): Update.
918 * config/alpha/alpha.mt (TM_FILE): Update.
919 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
920 * config/alpha/alpha-linux.mt (TM_FILE): Update.
921
922 Eliminate event_loop_p, always has the value 1.
923 * defs.h (event_loop_p): Delete macro.
924 * breakpoint.c (until_break_command): Simplify.
925 * utils.c (prompt_for_continue): Simplify.
926 * tracepoint.c (read_actions): Simplify.
927 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
928 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
929 (set_prompt, init_main): Simplify.
930 (init_signals, disconnect): Delete, unused.
931 * remote.c (remote_async_resume)
932 (extended_remote_async_create_inferior): Simplify.
933 * mi/mi-interp.c (mi_input): Delete, unused.
934 (mi_interpreter_resume, mi_command_loop): Simplify.
935 * interps.c (current_interp_command_loop): Simplify.
936 * infrun.c (proceed): Simplify.
937 * infcmd.c (run_command, continue_command, step_1, jump_command)
938 (until_command, advance_command, finish_command)
939 (interrupt_target_command): Simplify.
940 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
941
942 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
943 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
944 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
945 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
946 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
947 * mips-tdep.c (mips_dump_tdep): Do not print same.
948
949 2004-09-12 Andrew Cagney <cagney@gnu.org>
950
951 * valprint.c (print_longest): Use fputs_filtered. Make "val"
952 const.
953 * Makefile.in (valprint.o): Delete explict rule.
954
955 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
956 reported by Dave Anderson.
957
958 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
959
960 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
961
962 2004-09-12 Salvador E. Tropea <set@users.sf.net>
963 Andrew Cagney <cagney@gnu.org>
964
965 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
966 (mi_cmd_data_list_register_values)
967 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
968 the register number computation.
969
970 2004-09-12 Andrew Cagney <cagney@gnu.org>
971
972 * ppcnbsd-nat.c: Include "inf-ptrace.h".
973 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
974 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
975 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
976 target.
977 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
978 inf-ptrace.o and inf-child.o.
979 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
980 * Makefile.in: Update dependencies.
981
982 2004-09-11 Andrew Cagney <cagney@gnu.org>
983
984 * language.c (hex_string, hex_string_custom): Move from here ...
985 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
986 (CELLSIZE): Increase to 50.
987 * language.h (hex_string, hex_string_custom): Move from here ...
988 * defs.h: ... to here.
989 * Makefile.in: Update all dependencies.
990
991 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
992
993 * language.c (local_hex_format_custom): Remove.
994 (local_hex_string): Rename to hex_string, use C format, and move to
995 utils.c
996 (local_hex_string_custom): Rename to hex_string_custom and change
997 interface. Now uses C format. Move to utils.c
998 (local_octal_format_custom): Remove.
999 (local_decimal_format_custom): Remove.
1000 (unknown_language_defn): Remove language-specific number
1001 formatting entries.
1002 (auto_language_defn): Ditto.
1003 (local_language_defn): Ditto.
1004 * language.h (struct language_format_info): Delete declaration.
1005 (struct language_defn): Remove language_format_info fields
1006 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1007 (local_binary_format): Remove macro.
1008 (local_binary_format_prefix): Remove macro.
1009 (local_binary_format_specifier): Remove macro.
1010 (local_binary_format_suffix): Remove macro.
1011 (local_octal_format): Remove macro.
1012 (local_octal_format_prefix): Remove macro.
1013 (local_octal_format_specifier): Remove macro.
1014 (local_octal_format_suffix): Remove macro.
1015 (local_decimal_format): Remove macro.
1016 (local_decimal_format_prefix): Remove macro.
1017 (local_decimal_format_specifier): Remove macro.
1018 (local_decimal_format_suffix): Remove macro.
1019 (local_hex_format): Remove macro.
1020 (local_hex_format_prefix): Remove macro.
1021 (local_hex_format_specifier): Remove macro.
1022 (local_hex_format_suffix): Remove macro.
1023 (local_decimal_format_custom): Remove.
1024 (local_octal_format_custom): Remove.
1025 (local_hex_format_custom): Remove.
1026 (local_hex_string): Rename to hex_string and move to defs.h.
1027 (local_hex_string_custom): Rename to hex_string_custom, change
1028 interface, and move to defs.h.
1029 * utils.c: (int_string): New function.
1030 (hex_string): New function (from language.c).
1031 (hex_string_custom): New function (from language.c).
1032 (octal2str): New function.
1033 (decimal2str): Add width parameter.
1034 (paddr_u): Use new decimal2str interface.
1035 (paddr_d): Ditto.
1036 * defs.h (hex_string): Declare.
1037 (hex_string_custom): Declare.
1038 (int_string): Declare.
1039 * printcmd.c (print_scalar_formatted): Remove localized binary
1040 formatting.
1041 * valprint.c (print_longest): Use int_string.
1042 (print_floating): Use C hex format.
1043 (print_hex_chars): Ditto.
1044 (print_binary_chars): Remove language-specific formatting.
1045 (print_octal_chars): Use C octal format.
1046 (print_decimal_chars): Delocalize format.
1047 (print_decimal): Remove.
1048 * ada-lang.c (ada_language_defn): Remove language-specific number
1049 formatting entries.
1050 * p-lang.c (pascal_language_defn): Ditto.
1051 * c-lang.c (c_language_defn): Ditto.
1052 (cplus_language_defn): Ditto.
1053 (asm_language_defn): Ditto.
1054 (minimal_language_defn): Ditto.
1055 * f-lang.c (f_language_defn): Ditto.
1056 * jv-lang.c (java_language_defn): Ditto.
1057 * m2-lang.c (m2_language_defn): Ditto.
1058 * scm-lang.c (scm_language_defn): Ditto.
1059 * objc-lang.c (objc_language_defn): Ditto.
1060 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1061 new interface.
1062 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1063 * ui-out.c (ui_out_field_core_addr): Ditto.
1064 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1065 * exec.c (print_section_info): Ditto.
1066 * i387-tdep.c (print_i387_status_word): Ditto.
1067 (print_i387_control_word): Ditto.
1068 (i387_print_float_info): Ditto.
1069 * maint.c (maint_print_section_info): Ditto.
1070 * solib.c (info_sharedlibrary_command): Ditto.
1071 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1072 * symtab.c (print_msymbol_info): Ditto.
1073 * tracepoint.c (tracepoints_info): Ditto.
1074 * solib-frv.c (lm_base): Ditto.
1075 (frv_current_sos): Ditto.
1076 (enable_break2): Ditto.
1077 (enable_break): Ditto.
1078 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1079 (process_one_symbol): Ditto.
1080 * infcmd.c (program_info): Ditto.
1081 * mdebugread.c (parse_partial_symbols): Ditto.
1082 * symfile.c (add_symbol_file_command): Ditto.
1083 * cli/cli-cmds.c (edit_command): Ditto.
1084 (list_command): Ditto.
1085 * infcall.c (call_function_by_hand): Ditto.
1086 * remote-vx.c (vx_run_files_info): Ditto.
1087 (vx_wait): Ditto.
1088 (vx_attach): Ditto.
1089 (vx_detach): Ditto.
1090 (vx_kill): Ditto.
1091 * aix-thread.c (pdc_symbol_addrs): Ditto.
1092 (pdc_read_regs): Ditto.
1093 (pdc_write_regs): Ditto.
1094 (pdc_read_data): Ditto.
1095 (pdc_write_data): Ditto.
1096 * d10v-tdep.c (display_trace): Ditto.
1097 * rs6000-nat.c (find_toc_address): Ditto.
1098 * aix-thread.c: Don't include language.h.
1099 * buildsym.c: Ditto.
1100 * dbxread.c: Ditto.
1101 * mdebugread.c: Ditto.
1102 * rs6000-nat.c: Ditto.
1103 * buildsym.c (make_blockvector): Use renamed hex_string.
1104
1105 2004-09-10 Jason Molenda (jmolenda@apple.com)
1106
1107 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1108 chars after 'if' or 'while' commands in user-defined commands.
1109
1110 2004-09-08 Jim Blandy <jimb@redhat.com>
1111
1112 Fix bug reported and analyzed by Olivier Crete:
1113 * symfile.c (copy_section_addr_info): New function.
1114 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1115 original set of address arguments, instead of handwritten code
1116 that uses one length to allocate and a different length to
1117 initialize. Use make_cleanup_free_section_addr_info.
1118 * symfile.h (copy_section_addr_info): New declaration.
1119 * utils.c: #include "symfile.h".
1120 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1121 New functions.
1122 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1123 * Makefile.in (utils.o): Update dependencies.
1124
1125 2004-09-08 Andrew Cagney <cagney@gnu.org>
1126
1127 * thread-db.c (keep_thread_db): Delete.
1128 (thread_db_new_objfile, thread_db_create_inferior)
1129 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1130
1131 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1132
1133 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1134 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1135 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1136 (i386_frameless_signal_p): Remove prototype.
1137 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1138 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1139 I386_SSE_NUM_REGS.
1140 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1141 instead of FP0_REGNUM.
1142 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1143 of FP0_REGNUM and FPC_REGNUM.
1144
1145 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1146 (sunos_solib_create_inferior_hook): Don't call
1147 sunos_relocate_main_executable.
1148
1149 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1150 solib_svr4_fetch_link_map_offsets to
1151 svr4_ilp32_fetch_link_map_offsets.
1152 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1153 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1154 svr4_ilp32_fetch_link_map_offsets.
1155 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1156
1157 2004-09-07 Jim Blandy <jimb@redhat.com>
1158
1159 * frame.h (frame_register): Doc fix.
1160
1161 2004-09-07 Andrew Cagney <cagney@gnu.org>
1162
1163 * vx-share/wait.h: Delete #ifdef USG.
1164 * utils.c (request_quit): Ditto.
1165 * tui/tui.c (tui_reset): Ditto.
1166 * remote.c: Ditto.
1167 * remote-sds.c: Ditto.
1168 * remote-rdi.c: Ditto.
1169 * mdebugread.c: Ditto.
1170 * m68klinux-nat.c: Ditto.
1171 * infttrace.c: Ditto.
1172 * infptrace.c: Ditto.
1173 * i386v-nat.c: Ditto.
1174 * exec.c: Ditto.
1175 * dbxread.c: Ditto.
1176 * core-aout.c: Ditto.
1177
1178 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1179
1180 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1181 heuristic_proc_desc.
1182 (mips_insn32_frame_cache): Likewise.
1183
1184 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1185
1186 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1187 left behind by error.
1188
1189 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1190
1191 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1192 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1193
1194 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1195
1196 * config/rs6000/xm-aix4.h: Remove this file.
1197 * config/rs6000/aix4.mh (XM_FILE): Delete.
1198
1199 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1200
1201 * config/rs6000/xm-rs6000.h: Remove this file.
1202 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1203
1204 2004-09-03 Andrew Cagney <cagney@gnu.org>
1205
1206 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1207 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1208 only use.
1209
1210 * mips-tdep.c (temp_saved_regs): Delete.
1211 (set_reg_offset): Replace saved_regs parameter with this_cache.
1212 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1213 (mips32_heuristic_proc_desc): Add this_cache parameter.
1214 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1215 (after_prologue): Pass a NULL this_cache.
1216
1217 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1218 non-kernel trap prologues.
1219
1220 * mips-tdep.c (find_proc_desc): Delete function.
1221 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1222 simplify.
1223 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1224 mips_insn32_frame_cache.
1225
1226 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1227 Simplify as NEXT_FRAME is NULL.
1228 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1229
1230 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1231 local variable.
1232 (mips_skip_prologue): Update.
1233
1234 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1235 "cur_frame" parameter.
1236 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1237 (mips_insn32_frame_cache, find_proc_desc): Update
1238
1239 * config/vax/nm-obsd.h: Delete file.
1240 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1241 * config/vax/nm-nbsd.h: Delete file.
1242 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1243 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1244 * config/sh/nm-nbsd.h: Delete file.
1245 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1246 * config/rs6000/nm-rs6000ly.h: Delete file.
1247 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1248 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1249 * config/powerpc/nm-obsd.h: Delete file.
1250 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1251 * config/powerpc/nm-nbsd.h: Delete file.
1252 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1253 * config/pa/nm-obsd.h: Delete file.
1254 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1255 * config/mips/nm-nbsd.h: Delete file.
1256 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1257 * config/m88k/nm-obsd.h: Delete file.
1258 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1259 * config/m68k/nm-nbsd.h: Delete file.
1260 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1261 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1262 * config/i386/nm-nbsd.h: Delete file.
1263 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1264 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1265 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1266 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1267 * config/i386/nm-i386lynx.h: Delete file.
1268 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1269 * config/arm/nm-nbsd.h: Delete file.
1270 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1271 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1272
1273 * config/i386/tm-fbsd.h: Delete file.
1274 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1275 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1276
1277 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1278 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1279 * config/rs6000/aix4.mt (TM_FILE): Set to
1280 config/rs6000/tm-rs6000.h.
1281 * config/powerpc/tm-ppc-aix.h: Delete file.
1282 * config/powerpc/aix.mt (TM_FILE): Set to
1283 config/rs6000/tm-rs6000.h.
1284 * config/m68k/tm-linux.h: Delete file.
1285 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1286 * config/i386/tm-linux64.h: Delete file.
1287 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1288 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1289
1290 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1291 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1292 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1293 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1294 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1295 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1296 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1297 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1298 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1299
1300 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1301 gdb_host_cpu.
1302
1303 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1304
1305 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1306 Minor reformatting. Some code factoring.
1307
1308 2004-09-02 Andrew Cagney <cagney@gnu.org>
1309
1310 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1311 * config/vax/tm-nbsd.h: Delete file.
1312 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1313 * config/sparc/tm-vxworks.h: Delete file.
1314 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1315 * config/sparc/tm-nbsd.h: Delete file.
1316 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1317 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1318 * config/sparc/tm-linux.h: Delete file.
1319 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1320 * config/s390/tm-linux.h: Delete file.
1321 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1322 * config/pa/tm-bsd.h: Delete file.
1323 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1324 * config/m68k/tm-obsd.h: Delete file.
1325 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1326 * config/m68k/tm-nbsd.h: Delete file.
1327 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1328 * config/i386/tm-vxworks.h: Delete file.
1329 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1330 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1331 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1332 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1333 * config/i386/tm-nbsd.h: Delete file.
1334 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1335 * config/i386/tm-i386lynx.h: Delete file.
1336 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1337 * config/cris/tm-cris.h: Delete file.
1338
1339 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1340 * configure: Re-generate.
1341 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1342 * config/arm/tm-nbsd.h: Delete file.
1343
1344 * config/powerpc/tm-ppcle-sim.h: Delete.
1345 * config/powerpc/tm-ppcle-eabi.h: Delete.
1346 * config/powerpc/tm-nbsd.h: Delete.
1347 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1348 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1349 tm-ppcle-eabi.h.
1350
1351 * config/i386/nto.mh (NAT_FILE): Delete.
1352 * config/i386/nm-nto.h: Delete.
1353
1354 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1355 * config/m68k/tm-os68k.h: Ditto.
1356 * config/m68k/tm-monitor.h: Ditto.
1357 * config/m68k/tm-cisco.h: Ditto.
1358 * config/m68k/st2000.mt (TM_FILE): Delete.
1359 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1360 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1361 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1362 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1363
1364 * config/m68k/tm-st2000.h: Delete.
1365 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1366 * config/sparc/fbsd.mt (TM_FILE): Delete.
1367 * config/sparc/tm-fbsd.h: Delete.
1368
1369 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1370 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1371 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1372
1373 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1374 GDB_TM_FILE and GDB_XM_FILE.
1375 * gdbarch.c: Re-generate.
1376 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1377 quotes in macro definition.
1378 * configure.in: Re-generate.
1379
1380 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1381 validating architecture methods.
1382 * gdbarch.c: Re-generate.
1383
1384 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1385 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1386 GDB_MULTI_ARCH_PARTIAL.
1387 * gdbarch.h: Re-generate.
1388
1389 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1390 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1391 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1392 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1393 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1394 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1395 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1396 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1397 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1398 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1399 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1400 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1401
1402 2004-09-01 Andrew Cagney <cagney@gnu.org>
1403
1404 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1405 and main_func_highpc.
1406 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1407 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1408 * nlmread.c (nlm_symfile_read): Update.
1409
1410 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1411
1412 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1413 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1414 (find_proc_desc): Remove dead code.
1415
1416 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1417
1418 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1419
1420 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1421
1422 * observer.sh: Add struct so_list declaration.
1423 * Makefile.in: Add dependencies on observer.h for solib.c and
1424 breakpoint.c.
1425 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1426 function.
1427 (_initialize_breakpoint): Register
1428 disable_breakpoints_in_unloaded_shlib as an observer of the
1429 "solib unloaded" observation event.
1430 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1431 call decode_line_1 so unfound breakpoint errors are silent.
1432 * solib.c (update_solib_list): When a solib is discovered to have
1433 been unloaded by the program, notify all observers of the
1434 "solib unloaded" observation event.
1435
1436 2004-09-01 Andrew Cagney <cagney@gnu.org>
1437
1438 * frame.c: Include "objfiles.h".
1439 (inside_main_func): New function.
1440 (get_prev_frame): Use new inside_main_func.
1441 * Makefile.in (frame.o): Update dependencies.
1442 * defs.h (inside_main_func): Delete declaration.
1443 * blockframe.c (inside_main_func): Delete function.
1444
1445 2004-08-31 Jim Blandy <jimb@redhat.com>
1446
1447 * dwarf2read.c (is_vtable_name): New function, based on logic from
1448 read_structure_type, but passing the correct length to strncmp,
1449 and using 'sizeof' instead of 'strlen'.
1450 (read_structure_type): Call it.
1451
1452 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1453
1454 * config/powerpc/aix.mh: Add comment.
1455
1456 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1457
1458 * MAINTAINERS: Add self to Write-After-Approval.
1459
1460 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1461
1462 * MAINTAINERS: Add self to Write-After-Approval.
1463
1464 2004-08-30 Andrew Cagney <cagney@gnu.org>
1465
1466 Fix PR breakpoints/1757.
1467 * infrun.c (struct execution_control_state): Replace
1468 remove_breakpoints_on_following_step with
1469 step_after_step_resume_breakpoint.
1470 (init_execution_control_state): Update.
1471 (handle_inferior_event): For signals, when stepping off a
1472 breakpoint, set step_after_step_resume_breakpoint. When
1473 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1474 (keep_going): Delete code handling
1475 remove_breakpoints_on_following_step.
1476
1477 2004-08-29 David Lecomber <david@streamline-computing.com>
1478
1479 Fix PR gdb/648
1480 * language.h (enum array_ordering): New enum.
1481 * language.h (struct language_defn): New la_array_ordering
1482 attribute.
1483 * language.c (unknown_language_defn, auto_language_defn)
1484 (local_language_defn): Ditto.
1485 * ada-lang.c (ada_language_defn): Ditto.
1486 * c-lang.c (c_language_defn, cplus_language_defn)
1487 (asm_language_defn, minimal_language_defn): Ditto.
1488 * f-lang.c (f_language_defn): Ditto.
1489 * jv-lang.c (java_language_defn): Ditto.
1490 * m2-lang.c (f_language_defn): Ditto.
1491 * objc-lang.c (objc_language_defn): Ditto.
1492 * p-lang.c (pascal_language_defn): Ditto.
1493 * scm-lang.c (scm_language_defn): Ditto.
1494 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1495 oriented large to small in type structure.
1496 * dwarf2read.c (read_array_order): New function.
1497 (read_array_type): Use read_array_order to check row/column
1498 major ordering.
1499
1500 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1501
1502 * target.c (target_resize_to_sections): Check
1503 current_target.to_sections for an old value when updating.
1504
1505 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1506
1507 * procfs.c (dbx_link_bpt_addr): New static global variable.
1508 (dbx_link_shadow_contents): New static global variable.
1509 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1510 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1511 if we just hit it.
1512 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1513 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1514 from run to run.
1515 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1516 after the inferior has been forked.
1517 (remove_dbx_link_breakpoint): New function.
1518 (dbx_link_addr): New function.
1519 (insert_dbx_link_bpt_in_file): New function.
1520 (insert_dbx_link_bpt_in_region): New function.
1521 (insert_dbx_link_breakpoint): New function.
1522 (proc_trace_syscalls_1): New function, extracted from
1523 proc_trace_syscalls.
1524 (proc_trace_syscalls): Replace extract code by call to
1525 proc_trace_syscalls_1.
1526 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1527 is no longer valid.
1528
1529 2004-08-25 Jim Blandy <jimb@redhat.com>
1530
1531 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1532
1533 2004-08-25 Andrew Cagney <cagney@gnu.org>
1534
1535 * infrun.c (struct execution_control_state): Delete field
1536 "stepping_through_sigtramp".
1537 (init_execution_control_state): Do not set same.
1538 (context_switch): Do not pass same to save_infrun_state and
1539 load_infrun_state.
1540 * gdbthread.h (struct thread_info): Delete field
1541 stepping_through_sigtramp.
1542 (save_infrun_state, load_infrun_state): Delete parameter
1543 stepping_through_sigtramp.
1544 * thread.c (load_infrun_state, save_infrun_state): Update.
1545
1546 * infrun.c: Re-indent. Move expression operators to the beginning
1547 of the line. Remove long disabled #if 0 code.
1548
1549 2004-08-24 Andrew Cagney <cagney@gnu.org>
1550
1551 * doublest.h (floatformat_ieee_quad): Rename
1552 floatformat_ia64_quad.
1553 * doublest.c (floatformat_ieee_quad): Rename
1554 floatformat_ia64_quad.
1555 (_initialize_doublest): Update.
1556
1557 2004-08-24 Jim Blandy <jimb@redhat.com>
1558
1559 * dwarf2expr.h (struct dwarf_expr_context): New members
1560 'num_pieces' and 'pieces', for returning the result of an
1561 expression that uses DW_OP_piece.
1562 (struct dwarf_expr_piece): New struct type.
1563 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1564 pieces.
1565 (free_dwarf_expr_context): Free pieces, if any.
1566 (add_piece): New function.
1567 (execute_stack_op): Implement DW_OP_piece.
1568 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1569 expression is a list of pieces, print an error message.
1570 (dwarf2_loc_desc_needs_frame): If the expression yields
1571 pieces, and any piece is in a register, then we need a frame.
1572
1573 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1574 the stack until we've decided what sort of result the evaluation
1575 has produced. Use separate variables, with more specific names.
1576
1577 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1578
1579 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1580 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1581 (arm_netbsd_init_abi_common): Register them.
1582
1583 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1584
1585 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1586
1587 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1588 safe_frame_unwind_memory instead of target_read_memory.
1589
1590 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1591 Reorder includes.
1592 (fetch_register, store_register): Remove prototypes.
1593 (child_resume): Reorganize code and comments such that it is
1594 grouped a bit more logically.
1595 (attach): Explicitly compare errno against 0.
1596 (detach): Likewise. Use perror_with_name instead of
1597 print_sys_errmsg.
1598 * Makefile.in (infptrace.o): Update dependencies.
1599
1600 * ia64-linux-nat.c: Update copyright year.
1601 (fetch_debug_register, store_debug_register)
1602 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1603 PTRACE_TYPE_ARG3.
1604 * config/ia64/nm-linux.h: Update copyright year.
1605 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1606
1607 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1608 from CORE_ADDR to struct frame_info *. Use
1609 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1610 (amd64_linux_sigtramp_p): Adjust for changed signature of
1611 and64_linux_sigtramp_start
1612
1613 * gdb_ptrace.h: GNU/Linux.
1614
1615 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1616 Remove defines.
1617
1618 * infptrace.c: Include "gdb_assert.h".
1619 (PTRACE_XFER_TYPE): Remove define.
1620 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1621 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1622 Tweak comment.
1623 (fetch_inferior_registers, store_inferior_registers): Remove
1624 redundant culry braces. Tweak comment. s/regno/regnum.
1625 * Makefile.in (infptrace.o): Update dependencies.
1626
1627 * configure.in: Change test for return type of ptrace to default
1628 to `long' instead of `int'.
1629 * configure: Regenerate.
1630
1631 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1632
1633 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1634
1635 * configure.in: Check for ttrace function.
1636 * configure, config.in: Regenerate.
1637
1638 * gdb_ptrace.h: New file.
1639 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1640 <sys/ptrace.h>.
1641 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1642 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1643 (attach): Don't define PT_ATTACH.
1644 (detach): Don't define PT_DETACH.
1645 * Makefile.in (gdb_ptrace_h): New variable.
1646 (infptrace.o): Update dependencies.
1647
1648 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1649
1650 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1651 instead of `int' if not already defined.
1652 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1653 PTRACE_TYPE_ARG3.
1654 * infptrace.c (call_ptrace): Revert change that replaced
1655 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1656
1657 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1658
1659 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1660 Remove defines.
1661
1662 * linux-nat.c (kill_inferior): Add missing third and fourth
1663 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1664
1665 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1666 PTRACE_TYPE_RET.
1667
1668 * proc-why.c (proc_prettyfprint_why): Fix format string.
1669
1670 * solib-osf.c (osf_current_sos): Remove unsused label.
1671
1672 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1673 curses headers.
1674 * configure, config.in: Regenerate.
1675 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1676 <ncurses/ncurses.h>.
1677
1678 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1679 * config/nm-nbsd.h: Update copyright year.
1680 (PTRACE_ARG3_TYPE): Remove define.
1681
1682 * sparc-nat.c (fetch_inferior_registers)
1683 (store_inferior_registers, sparc_xfer_wcookie):
1684 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1685
1686 * alphabsd-nat.c (fetch_inferior_registers):
1687 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1688 PTRACE_TYPE_ARG3.
1689 * amd64bsd-nat.c (fetch_inferior_registers)
1690 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1691 PTRACE_TYPE_ARG3.
1692 * armnbsd-nat.c: Update copyright year.
1693 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1694 (store_register, store_regs, store_fp_register, store_fp_regs):
1695 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1696 * hppabsd-nat.c (fetch_inferior_registers)
1697 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1698 PTRACE_TYPE_ARG3.
1699 * i386bsd-nat.c (fetch_inferior_registers)
1700 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1701 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1702 * m68kbsd-nat.c (fetch_inferior_registers)
1703 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1704 PTRACE_TYPE_ARG3.
1705 * m88kbsd-nat.c (fetch_inferior_registers)
1706 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1707 PTRACE_TYPE_ARG3.
1708 * mipsnbsd-nat.c: Update copyright year.
1709 (fetch_inferior_registers, store_inferior_registers):
1710 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1711 * ns32knbsd-nat.c: Update copyright year.
1712 (fetch_inferior_registers, store_inferior_registers):
1713 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1714 * ppcnbsd-nat.c (fetch_inferior_registers):
1715 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1716 PTRACE_TYPE_ARG3.
1717 * ppcobsd-nat.c (fetch_inferior_registers):
1718 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1719 PTRACE_TYPE_ARG3.
1720 * shnbsd-nat.c: Update copyright year.
1721 (fetch_inferior_registers, store_inferior_registers):
1722 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1723 * vaxbsd-nat.c (fetch_inferior_registers)
1724 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1725 PTRACE_TYPE_ARG3.
1726
1727 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1728 PTRACE_TYPE_ARG3.
1729 * infptrace.c (call_ptrace, child_resume, attach, detach)
1730 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1731 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1732 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1733 PTRACE_TYPE_ARG3.
1734
1735 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1736
1737 * defs.h: Remove out-of-date comment.
1738 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1739 [!GETENV_PROVIDED] (getenv): Remove prototype.
1740
1741 * standalone.c: Remove file.
1742 * Makefile.in (standalone.o): Remove dependency.
1743
1744 * i386-linux-nat.c (dummy_sse_values): Remove function and
1745 prototype.
1746 (i386_linux_dr_get): Fix typo in comment.
1747 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1748
1749 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1750
1751 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1752 from declaration.
1753 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1754 from definition.
1755
1756 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1757
1758 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1759 parenthesis in definition.
1760 * configure: Regenerated.
1761
1762 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1763
1764 * PROBLEMS: Mention build/1411.
1765
1766 2004-08-09 Robert Millan <robertmh@gnu.org>
1767
1768 Committed by Nathanael Nerode.
1769 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1770 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1771
1772 2004-08-12 Andrew Cagney <cagney@gnu.org>
1773
1774 * NEWS: Mention fixes in GDB 6.2.1.
1775 * PROBLEMS: Remove mention of mips-irix.
1776
1777 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1778
1779 * config/powerpc/xm-aix.h: Delete.
1780 * config/powerpc/aix.mh (MH_FILE): Remove.
1781 * config/powerpc/aix432.mh (MH_FILE): Remove.
1782
1783 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1784
1785 * config/powerpc/aix.mh: Remove obsolete comment.
1786 * config/powerpc/aix432.mh: Likewise.
1787
1788 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1789
1790 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1791
1792 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1793
1794 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1795 this file is now empty.
1796 * config/xm-aix4.h: Remove, this file is no longer included
1797 anywhere.
1798
1799 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1800
1801 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1802 that file is now empty.
1803 (termdef): Remove prototype, function no longer used.
1804
1805 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1806
1807 * doc/gdbint.texinfo (Host Definition): Remove documentation
1808 for USE_O_NOCTTY, no longer used.
1809 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1810 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1811
1812 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1813
1814 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1815 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1816 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1817
1818 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1819
1820 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1821 instead of FIVE_ARG_PTRACE.
1822
1823 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1824 (new_tty): Use O_NOCTTY unconditionally.
1825
1826 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1827
1828 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1829 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1830 fflush on stdout.
1831
1832 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1833
1834 * xcoff_symfile_finish: Replace last call to xmfree by call
1835 to xfree.
1836
1837 2004-08-10 Andrew Cagney <cagney@gnu.org>
1838
1839 * main.c (captured_main): Delete call to init_malloc.
1840 * defs.h (init_malloc): Delete declaration.
1841 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1842 (init_malloc): Delete functions.
1843
1844 * defs.h (xmfree): Delete.
1845 * utils.c (xmfree): Delete function.
1846 (xfree): Inline calls to xmfree and mfree.
1847 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1848 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1849 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1850 * somread.c (som_symfile_finish): Ditto.
1851 * objfiles.c (allocate_objfile, free_objfile):
1852 * nlmread.c (nlm_symfile_finish): Ditto.
1853 * hpread.c (hpread_symfile_finish): Ditto.
1854 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1855 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1856 * coffread.c (coff_symfile_finish): Ditto.
1857
1858 * defs.h (xmcalloc): Delete declaration.
1859 * utils.c (xmcalloc): Delete.
1860 (xcalloc): Inline calls to xmcalloc and mcalloc.
1861 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1862 xcalloc and xfree.
1863 * symtab.c (create_demangled_names_hash): Ditto.
1864
1865 * defs.h (xmrealloc): Delete.
1866 * utils.c (xmrealloc): Delete.
1867 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1868 * symmisc.c (extend_psymbol_list): Use xrealloc.
1869 * source.c (find_source_lines): Ditto.
1870 * hpread.c (hpread_lookup_type): Ditto.
1871 * dbxread.c (add_bincl_to_list): Ditto.
1872
1873 * utils.c (xmmalloc): Delete.
1874 (xmalloc): Inline xmmalloc and mmalloc calls.
1875 (msavestring): Use xmalloc.
1876 * defs.h (xmmalloc): Delete declaration.
1877 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1878 xmmalloc.
1879 * symmisc.c (extend_psymbol_list): Ditto.
1880 * symfile.c (init_psymbol_list): Ditto.
1881 * source.c (find_source_lines): Ditto.
1882 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1883 * elfread.c (elf_symtab_read): Ditto.
1884 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1885 * coffread.c (coff_symfile_init): Ditto.
1886
1887 2004-08-10 David Carlton <carlton@bactrian.org>
1888
1889 * MAINTAINERS: Remove David Carlton from c++ testsuite
1890 maintainers.
1891
1892 2004-08-10 Jerome Guitton <guitton@gnat.com>
1893
1894 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1895 print a line feed before the prompt.
1896
1897 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1898
1899 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1900
1901 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1902
1903 General cleanup of the AIX xm include file:
1904 * config/xm-aix4.h (fd_set): Remove undefine.
1905 Remove include of <sys/select.h>.
1906 (HAVE_TERMIO): Remove define.
1907 (USG): Likewise.
1908 (NULL): Remove redefine.
1909 (alloca): Remove #pragma.
1910 (vfork): Remove define.
1911 (termdef): Remove.
1912 (SIGWINCH_HANDLER): Remove.
1913 (SIGWINCH_HANDLER_BODY): Remove.
1914
1915 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1916
1917 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1918 GDB_OSABI_OPENBSD_ELF.
1919
1920 2004-08-07 Robert Millan <robertmh@gnu.org>
1921
1922 * bsd-kvm.c: Check for nlist.h before including it.
1923
1924 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1925
1926 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1927 sigcontext' offset consistency checks for ancient BSD.
1928
1929 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1930
1931 * configure.in: Check for <sys/types.h>. Check return and
1932 argument types of ptrace.
1933 * configure, config.in: Regenerate.
1934
1935 2004-08-09 Jim Blandy <jimb@redhat.com>
1936
1937 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1938 rs6000_register_sim_regno): Doc fixes.
1939
1940 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1941
1942 * mips-tdep.c: Include "floatformat.h".
1943 (n32n64_floatformat_always_valid): New function.
1944 (floatformat_n32n64_long_double_big): New constant.
1945 (mips_gdbarch_init): Set size and format of long double
1946 for N32 and N64 ABIs.
1947 * Makefile.in (mips-tdep.o): Update dependencies.
1948
1949 2004-08-08 Andrew Cagney <cagney@gnu.org>
1950
1951 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1952 print. Improve script's error messages.
1953 * gdbarch.h: Re-generate.
1954
1955 * gdbarch.sh (pformat): New function.
1956 (float_format, double_format, long_double_format): List with bit
1957 members. Use pformat when printing.
1958 * gdbarch.c, gdbarch.h: Re-generate.
1959
1960 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1961
1962 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1963 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1964 (ppcnbsd_supply_pcb): New function.
1965 (_initialize_ppcnbsd_nat): New prototype and function.
1966 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1967 (LOADLIBES): New variable.
1968 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1969
1970 2004-08-08 Andrew Cagney <cagney@gnu.org>
1971
1972 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1973 (builtin_type_ieee_double, builtin_type_ia64_quad)
1974 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1975 BE/LE floating-point types.
1976 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1977 (builtin_type_ieee_double, builtin_type_ia64_quad)
1978 (builtin_type_ia64_spill): Declare.
1979 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1980 (floatformat_ieee_double, floatformat_arm_ext)
1981 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1982 of LE/BE floatformats.
1983 * doublest.h: (struct floatformat, floatformat_ieee_single)
1984 (floatformat_ieee_double, floatformat_arm_ext)
1985 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1986
1987 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1988
1989 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1990
1991 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1992 instead of regcache_raw_supply when storing the registers.
1993
1994 * i386gnu-nat.c: Update copyright year.
1995 (gnu_store_registers): Don't use deprecated_registers and
1996 deprecated_registers_valid. Use regcache_valid_p and
1997 regcache_raw_supply instead.
1998
1999 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2000 frame_pc_unwind.
2001
2002 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2003 variables. Incapitalized "process".
2004
2005 * configure.in: Add cursesX to the list of possible curses libs.
2006 Add cursesX.h to the list of possible curses headers.
2007 * configure, config.in: Regenerate.
2008
2009 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2010
2011 * configure.in: Test for struct lwp in <sys/lwp.h>.
2012 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2013 the offset of l_addr in struct lwp.
2014
2015 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2016
2017 * bsd-kvm.c: Include "gdbcore.h"
2018 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2019
2020 2004-08-07 Andrew Cagney <cagney@gnu.org>
2021
2022 * gdbtypes.c (build_flt, build_complex): New functions.
2023 (gdbtypes_post_init): Use.
2024
2025 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2026
2027 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2028 through to builtin_type_uint128.
2029
2030 * c-exp.y: Use builtin_type function to obtain builtin types.
2031
2032 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2033 builtin_uint128.
2034 * gdbtypes.c (gdbtypes_post_init): Update.
2035 (build_gdbtypes): Move initialization of builtin_type_int0
2036 through to builtin_type_uint128 from here ...
2037 (_initialize_gdbtypes): ... to here.
2038 * d10v-tdep.c (d10v_register_type): Update.
2039
2040 * doublest.c: Update copyright.
2041 (floatformat_from_length): Call error when floatformat is NULL.
2042 (extract_floating_by_length): Remove NULL fmt check.
2043 (store_floating_by_length): Ditto.
2044
2045 2004-08-07 Andrew Cagney <cagney@gnu.org>
2046
2047 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2048 that the register is valid.
2049
2050 2004-08-05 Mark Kettenis <kettenis@chello.nl>
2051
2052 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2053 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2054 struct frame_info *. Use safe_frame_unwind_memory instead of
2055 deprecated_read_memory_nobpt.
2056 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2057 changed signature of i386_linux_sigtramp_start and
2058 i386_linux_rt_sigtramp_start.
2059
2060 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2061 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2062 instead of deprecated_read_memory_nobpt.
2063 (i386nbsd_sigtramp_p): Adjust for changed signature of
2064 i386nbsd_sigtramp_offset.
2065
2066 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2067 safe_frame_unwind_memory instead of target_read_memory.
2068
2069 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2070 !NO_SYS_FILE.
2071 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2072 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2073 (_initialize_kernel_u_addr): Remove prototype and function.
2074 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2075 !NO_SYS_FILE.
2076 * xcoffread.c: Likewise.
2077
2078 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2079
2080 * vax-nat.c: New file.
2081 * vaxbsd-nat.c: Tweak comment.
2082 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2083 vaxnbsd-tdep.c.
2084 (vax-nat.o): New dependency.
2085 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2086 (vax-*-ultrix2*): Remove.
2087 * config/vax/vax.mh: New file.
2088 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2089 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2090 (vax_register_u_addr): New prototype.
2091 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2092 * config/vax/vaxult2.mh: Remove file.
2093 * config/vax/vaxult.mh: Remove file.
2094 * config/vax/vaxbsd.mh: Remove file.
2095 * config/vax/vax.mt (TM_FILE): Remove.
2096 * config/vax/tm-vaxbsd.h: Remove file.
2097
2098 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2099
2100 * aix-thread.c (get_signaled_thread): New function.
2101 (iter_trap): Delete, no longer used.
2102 (iter_tid): New function.
2103 (pd_update): Find the thread that received the SIGTRAP signal
2104 by first locating the kernel thread, and then finding its
2105 associated thread.
2106
2107 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2108
2109 * lin-lwp.c (child_wait): Continue inferior after processing
2110 PTRACE_EVENT_CLONE event.
2111
2112 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2113
2114 * MAINTAINERS: Add self to Write-After-Approval.
2115
2116 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2117
2118 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2119 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2120
2121 2004-08-05 Andrew Cagney <cagney@gnu.org>
2122
2123 * config/xm-sysv4.h: Delete file.
2124 * config/mips/xm-irix5.h: Delete file.
2125 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2126 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2127 * config/ia64/xm-aix.h: Delete file.
2128 * config/ia64/aix.mh (XM_FILE): Delete.
2129 * config/pa/xm-hppah.h: Delete file.
2130 * config/pa/hpux11w.mh (XM_FILE): Delete.
2131 * config/pa/hpux11.mh (XM_FILE): Delete.
2132 * config/pa/hpux1020.mh (XM_FILE): Delete.
2133 * config/pa/hppahpux.mh (XM_FILE): Delete.
2134
2135 * config/alpha/xm-alphalinux.h: Delete file.
2136 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2137 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2138 * config/alpha/xm-alphaosf.h: Delete file.
2139 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2140 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2141 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2142 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2143
2144 * config/i386/xm-i386v.h: Delete file.
2145 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2146 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2147 * config/i386/xm-i386sco.h: Delete file.
2148 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2149 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2150 * config/i386/xm-i386v4.h: Delete file.
2151 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2152 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2153 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2154 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2155
2156 * config/vax/xm-vax.h: Delete file.
2157 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2158 * config/vax/xm-vaxult2.h: Delete file.
2159 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2160 * config/vax/vaxult2.mh (XM_FILE): Delete.
2161 * config/vax/xm-vaxult.h: Delete file.
2162 * config/vax/vaxult.mh (XM_FILE): Delete.
2163 * config/vax/xm-vaxbsd.h: Delete file.
2164 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2165
2166 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2167 * gdbarch.h, gdbarch.c: Re-generate.
2168 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2169 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2170 * frame.h: Delete deprecated_read_fp from comments.
2171 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2172 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2173
2174 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2175
2176 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2177 trampoline in OpenBSD 3.5-current.
2178
2179 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2180 SSE registers.
2181
2182 * Makefile.in: Remove embedded page breaks.
2183
2184 2004-08-04 Jim Blandy <jimb@redhat.com>
2185
2186 * regcache.c (regcache_raw_read): Assert that, after calling
2187 target_fetch_registers, the register we're reading is cached.
2188
2189 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2190 a call to 'internal_error', with a more helpful error message.
2191 * rs6000-tdep.c (e500_pseudo_register_read,
2192 e500_pseudo_register_write, rs6000_store_return_value): Same.
2193
2194 2004-08-04 Andrew Cagney <cagney@gnu.org>
2195
2196 * Makefile.in: Update dependencies.
2197
2198 2004-08-04 Jim Blandy <jimb@redhat.com>
2199
2200 Change the layout of the PowerPC E500 raw register cache to allow
2201 the lower 32-bit halves of the GPRS to be their own raw registers,
2202 not pseudoregisters.
2203 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2204 add ppc_ev0_upper_regnum flag.
2205 * rs6000-tdep.c: #include "reggroups.h".
2206 (spe_register_p): Recognize the ev upper half registers as SPE
2207 registers.
2208 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2209 registers.
2210 (e500_move_ev_register): New function.
2211 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2212 vector registers are the pseudo-registers now, formed by splicing
2213 together the gprs and the upper-half registers.
2214 (e500_register_reggroup_p): New function.
2215 (P): Macro deleted.
2216 (P8, A4): New macro.
2217 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2218 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2219 macros.
2220 (registers_e500): Rearrange register set so that the raw register
2221 set contains 32-bit GPRs and upper-half registers, and the SPE
2222 vector registers become pseudo-registers.
2223 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2224 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2225 register numbers are now the same for the E500 as they are for
2226 other PowerPC variants. Register e500_register_reggroup_p as the
2227 register group function for the E500.
2228 * Makefile.in (rs6000-tdep.o): Update dependencies.
2229
2230 Adapt PPC E500 native support to the new raw regcache layout.
2231 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2232 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2233 (fetch_spe_register, store_spe_register): Handle fetching/storing
2234 all the SPE registers at once, if regno == -1. These now take
2235 over the job of fetch_spe_registers and store_spe_registers.
2236 (fetch_spe_registers, store_spe_registers): Deleted.
2237 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2238 unconditionally; they're always raw. Fetch/store SPE upper half
2239 registers, if present, instead of ev registers.
2240 (fetch_register, store_register): Remove sanity checks: gprs are
2241 never pseudo-registers now, so we never need to even mention any
2242 registers that are ever pseudoregisters.
2243
2244 Use a fixed register numbering when communicating with the PowerPC
2245 simulator.
2246 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2247 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2248 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2249 New functions.
2250 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2251 init_sim_regno_table.
2252 * Makefile.in (gdb_sim_ppc_h): New variable.
2253 (rs6000-tdep.o): Update dependencies.
2254
2255 2004-08-02 Andrew Cagney <cagney@gnu.org>
2256
2257 * cris-tdep.c (cris_register_size): Restore function, still used
2258 locally.
2259
2260 * gdbarch.sh (deprecated_target_read_fp)
2261 (deprecated_frame_locals_address, deprecated_frame_args_address)
2262 (deprecated_frame_chain_valid, deprecated_frame_chain)
2263 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2264 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2265 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2266 * gdbarch.h, gdbarch.c: Re-generate.
2267 * regcache.c (deprecated_read_fp): Do not call
2268 DEPRECATED_TARGET_READ_FP_P.
2269 * infcmd.c (default_print_registers_info): Do not call
2270 DEPRECATED_DO_REGISTERS_INFO.
2271 * frame-base.c (default_frame_locals_address): Do not call
2272 DEPRECATED_FRAME_LOCALS_ADDRESS.
2273 (default_frame_args_address): Do not call
2274 DEPRECATED_FRAME_ARGS_ADDRESS.
2275
2276 * gdbarch.sh (deprecated_register_raw_size)
2277 (deprecated_register_virtual_size:int): Delete.
2278 * gdbarch.h, gdbarch.c: Re-generate.
2279 * cris-tdep.c (cris_register_size): Delete.
2280 (cris_gdbarch_init): Update.
2281 * alpha-tdep.c (alpha_register_raw_size)
2282 (alpha_register_virtual_size): Delete.
2283 (alpha_gdbarch_init): Update.
2284
2285 * gdbarch.sh (deprecated_register_virtual_type)
2286 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2287 (deprecated_dummy_write_sp): Delete.
2288 * gdbarch.h, gdbarch.c: Re-generate.
2289
2290 * gdbarch.sh (deprecated_register_bytes): Delete.
2291 * gdbarch.h, gdbarch.c: Re-generate.
2292 * regcache.c (deprecated_register_bytes): New function.
2293 * regcache.h (deprecated_register_bytes): Declare.
2294 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2295 * v850-tdep.c (v850_gdbarch_init): Update.
2296 * sh64-tdep.c (sh64_gdbarch_init): Update.
2297 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2298 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2299 * mcore-tdep.c (mcore_gdbarch_init): Update.
2300 * cris-tdep.c (cris_gdbarch_init): Update.
2301 * arm-tdep.c (arm_gdbarch_init): Update.
2302 * remote.c (init_remote_state): Update.
2303 * remote-vx.c (vx_prepare_to_store): Update.
2304 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2305 * irix5-nat.c (fetch_core_registers): Update.
2306 * cris-tdep.c (cris_register_bytes_ok): Update.
2307 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2308
2309 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2310 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2311 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2312 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2313 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2314 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2315 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2316 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2317 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2318 with mips_insn16 and mips_insn32.
2319
2320 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2321 * rs6000-tdep.c (rs6000_push_dummy_call)
2322 (rs6000_extract_return_value): Use register_size.
2323 * xstormy16-tdep.c (xstormy16_get_saved_register)
2324 (xstormy16_extract_return_value): Ditto.
2325 * valops.c (value_assign): Ditto.
2326 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2327 * v850-tdep.c (v850_extract_return_value): Ditto.
2328 * tracepoint.c (collect_symbol): Ditto.
2329 * target.c (debug_print_register): Ditto.
2330 * stack.c (frame_info): Ditto.
2331 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2332 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2333 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2334 (store_register_using_P): Ditto.
2335 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2336 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2337 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2338 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2339 * regcache.c (deprecated_read_register_bytes)
2340 (deprecated_write_register_bytes, read_register)
2341 (write_register): Ditto.
2342 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2343 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2344 * monitor.c (monitor_supply_register, monitor_fetch_register)
2345 (monitor_store_register): Ditto.
2346 * mn10300-tdep.c (mn10300_pop_frame_regular)
2347 (mn10300_print_register): Ditto.
2348 * mipsv4-nat.c (fill_fpregset): Ditto.
2349 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2350 (mips64_fill_fpregset): Ditto.
2351 * mi/mi-main.c (register_changed_p, get_register)
2352 (mi_cmd_data_write_register_values): Ditto.
2353 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2354 * irix5-nat.c (fill_gregset, fetch_core_registers):
2355 * infrun.c (write_inferior_status_register): Ditto.
2356 * infptrace.c (fetch_register, store_register): Ditto.
2357 * infcmd.c (default_print_registers_info): Ditto.
2358 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2359 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2360 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2361 * hpux-thread.c (hpux_thread_fetch_registers)
2362 (hpux_thread_store_registers): Ditto.
2363 * hppah-nat.c (store_inferior_registers, fetch_register):
2364 * findvar.c (value_from_register): Ditto.
2365 * dve3900-rom.c (fetch_bitmapped_register):
2366 * cris-tdep.c (cris_gdbarch_init): Ditto.
2367 * alpha-tdep.h: Ditto.
2368 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2369
2370 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2371 DEPRECATED_REGISTER_RAW_SIZE from comments.
2372 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2373 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2374 DEPRECATED_REGISTER_RAW_SIZE.
2375 * findvar.c (value_of_register): Simplify by assuming that the
2376 registers raw and virtual sizes are identical.
2377 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2378 comment.
2379 * arch-utils.c (generic_register_size): Simplify by assuming
2380 register_type.
2381
2382 * regcache.c (legacy_read_register_gen, real_register)
2383 (legacy_write_register_gen): Delete, not used.
2384
2385 * regcache.c (struct regcache_descr): Delete legacy_p.
2386 (init_legacy_regcache_descr): Delete function.
2387 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2388 Do not use deprecated register functions.
2389 (regcache_raw_read, deprecated_write_register_gen):
2390 (deprecated_read_register_gen, regcache_raw_write): Delete code
2391 predicated on legacy_p.
2392 (register_size): Delete check against register raw size.
2393
2394 * cris-tdep.c (cris_register_type): Replace
2395 cris_register_virtual_type.
2396 (cris_gdbarch_init): Update, set register_type.
2397
2398 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2399 * gdbarch.h, gdbarch.c: Re-generate.
2400 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2401 (arm_gdbarch_init) Do not set frameless function invocation.
2402 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2403 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2404 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2405 (frv_gdbarch_init): Do not set frameless function invocation.
2406 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2407 * sh-tdep.c (sh_gdbarch_init): Ditto.
2408 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2409 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2410 * avr-tdep.c (avr_gdbarch_init): Ditto.
2411
2412 * blockframe.c (legacy_frame_chain_valid): Delete function.
2413
2414 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2415 and pc. Update comments.
2416 (pc_in_dummy_frame): Delete function.
2417 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2418 use the "id".
2419 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2420 call_hi, top and pc, use the id.
2421 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2422
2423 * dummy-frame.c: Include "gdb_string.h".
2424 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2425 (generic_save_dummy_frame_tos): Delete.
2426 (dummy_frame_push): New function, replaces above.
2427 * dummy-frame.h: Update copyright.
2428 (dummy_frame_push): Declare.
2429 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2430 (generic_save_call_dummy_addr): Delete declarations.
2431 * infcall.c: Include "dummy-frame.h".
2432 (call_function_by_hand): Add locals caller_regcache,
2433 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2434 with call to frame_save_as_regcache plus cleanup. Delete calls to
2435 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2436 Move clear_proceed_status to just before the resume, add call to
2437 dummy_frame_push (discard cleanup).
2438 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2439 (dummy-frame.o): Add $(gdb_string_h).
2440
2441 2004-08-01 Andrew Cagney <cagney@gnu.org>
2442
2443 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2444 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2445 * dummy-frame.c (find_dummy_frame): Delete.
2446 (struct dummy_frame_cache, dummy_frame_sniffer)
2447 (dummy_frame_prev_register, dummy_frame_this_id)
2448 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2449 frame unwinder using a dummy_frame_cache.
2450
2451 2004-08-01 Andrew Cagney <cagney@gnu.org>
2452
2453 * frame.h (frame_save_as_regcache): Declare.
2454 * frame.c (frame_save_as_regcache): New function.
2455 (do_frame_read_register): Replace do_frame_unwind_register.
2456 (frame_pop): Use frame_save_as_regcache.
2457 * dummy-frame.c (generic_push_dummy_frame): Use
2458 frame_save_as_regcache.
2459
2460 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2461
2462 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2463 file as included until we record the first line in the linetable.
2464
2465 2004-08-01 Andrew Cagney <cagney@gnu.org>
2466
2467 * frame.h (deprecated_pop_dummy_frame)
2468 (deprecated_read_register_dummy)
2469 (deprecated_generic_find_dummy_frame): Delete.
2470 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2471 (deprecated_read_register_dummy)
2472 (deprecated_find_dummy_frame_regcache)
2473 (discard_innermost_dummy)
2474 (deprecated_pop_dummy_frame): Delete.
2475 (dummy_frame_this_id): Simplify.
2476 (struct dummy_frame): Delete "fp" and "sp".
2477 (find_dummy_frame): Simplify.
2478 (generic_push_dummy_frame): Do not set "fp" or "sp".
2479 (fprint_dummy_frames): Do not print "fp" and "sp"
2480
2481 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2482
2483 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2484 (struct i386_insn): New structure.
2485 (i386_match_insn): New function.
2486 (i386_frame_setup_skip_insns): New variable.
2487 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2488 array i386_frame_setup_insns of instructions that should be
2489 skipped inside the frame setup sequence.
2490
2491 2004-08-01 Andrew Cagney <cagney@gnu.org>
2492
2493 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2494 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2495 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2496 * stack.c (frame_info): Delete references to
2497 DEPRECATED_FRAME_INIT_SAVED_REGS and
2498 deprecated_get_frame_saved_regs.
2499 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2500 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2501 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2502 (frame_unwind_register_signed)
2503 (frame_unwind_register_unsigned)
2504 (frame_unwind_unsigned_register): Use register_size.
2505 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2506 (deprecated_frame_xmalloc_with_cleanup)
2507 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2508 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2509
2510 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2511 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2512 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2513 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2514
2515 * infcall.c (call_function_by_hand): Do not use
2516 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2517 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2518 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2519 DEPRECATED_STACK_ALIGN.
2520
2521 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2522
2523 Committed by Andrew Cagney.
2524 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2525
2526 2004-08-01 Andrew Cagney <cagney@gnu.org>
2527
2528 * mips-tdep.c (mips16_frame_cache)
2529 (mips16_frame_this_id, mips16_frame_prev_register)
2530 (mips16_frame_unwind, mips16_frame_sniffer)
2531 (mips16_frame_base_address, mips16_frame_base)
2532 (mips16_frame_base_sniffer, mips32_frame_cache)
2533 (mips32_frame_this_id, mips32_frame_prev_register)
2534 (mips32_frame_unwind, mips32_frame_sniffer)
2535 (mips32_frame_base_address, mips32_frame_base)
2536 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2537 separate heuristic mips16 and mips32 unwinders.
2538 (mips_stub_frame_cache, mips_stub_frame_this_id)
2539 (mips_stub_frame_prev_register)
2540 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2541 (mips_stub_frame_base_address, mips_stub_frame_base)
2542 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2543 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2544 match true mdebug frames.
2545 (non_heuristic_proc_desc): Add forward declaration.
2546
2547 2004-08-01 Andrew Cagney <cagney@gnu.org>
2548
2549 * config/mips/tm-irix6.h: Delete file.
2550 * config/mips/tm-irix5.h: Delete file.
2551 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2552 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2553
2554 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2555 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2556 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2557 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2558 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2559 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2560 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2561 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2562 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2563 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2564 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2565 (TARGET_SIGNAL_RAW_VALUES): Delete.
2566 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2567 Delete.
2568 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2569 (TARGET_HW_WATCH_LIMIT): Delete.
2570 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2571 * minimon.h: Delete file.
2572
2573 * trad-frame.c (trad_frame_get_this_base)
2574 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2575 functions.
2576 * trad-frame.h (trad_frame_set_this_base)
2577 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2578
2579 2004-07-31 Andrew Cagney <cagney@gnu.org>
2580
2581 * trad-frame.c (trad_frame_get_prev_register): Rename
2582 trad_frame_get_prev_register.
2583 * vax-tdep.c (vax_frame_prev_register): Update.
2584 * trad-frame.h: Update.
2585 * trad-frame.c (trad_frame_get_register): Update.
2586 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2587 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2588 Update.
2589 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2590 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2591 Update.
2592 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2593 Update.
2594 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2595 Update.
2596 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2597 Update.
2598 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2599 Update.
2600 * s390-tdep.c (s390_frame_prev_register)
2601 (s390_stub_frame_prev_register)
2602 (s390_sigtramp_frame_prev_register): Update.
2603 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2604 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2605 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2606 * m88k-tdep.c (m88k_frame_prev_register)
2607 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2608 * m32r-tdep.c (m32r_frame_prev_register): Update.
2609 * hppa-tdep.c (hppa_frame_prev_register_helper)
2610 * frv-tdep.c (frv_frame_prev_register): Update.
2611 * d10v-tdep.c (d10v_frame_prev_register): Update.
2612 * cris-tdep.c (cris_frame_prev_register): Update.
2613 * avr-tdep.c (avr_frame_prev_register): Update.
2614 * arm-tdep.c (arm_prologue_prev_register)
2615 (arm_sigtramp_prev_register): Update.
2616
2617 2004-07-31 Andrew Cagney <cagney@gnu.org>
2618
2619 * frame.h (legacy_saved_regs_unwind)
2620 (legacy_frame_chain_valid, legacy_frame_p)
2621 (enum frame_type): Delete UNKNOWN_FRAME.
2622 * dummy-frame.c (dummy_frame_this_id): Simplify.
2623 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2624 * frame.c (struct frame_info): Delete the field "type".
2625 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2626 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2627 (legacy_saved_regs_unwind, legacy_frame_p)
2628 (frame_type_from_pc): Delete.
2629 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2630 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2631
2632 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2633
2634 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2635 indentation.
2636
2637 * mips-nat.c: Remove file.
2638 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2639 (mips-nat.o): Remove dependency.
2640
2641 * infptrace.c: Update copyright year.
2642 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2643 explicitly setting the buffer to all zeroes.
2644
2645 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2646 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2647
2648 2004-07-30 Andrew Cagney <cagney@gnu.org>
2649
2650 * GDB 6.2 released from gdb_6_2-branch.
2651
2652 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2653
2654 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2655
2656 * exec.c (exec_file_attach):
2657 * nto-tdep.c (nto_find_and_open_solib):
2658 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2659 * solib.c (solib_open):
2660 * somsolib.c (som_solib_sizeof_symbol_table):
2661 * source.c (is_regular_file, openp, open_source_file):
2662 * symfile.c (symfile_bfd_open):
2663 * wince.c (upload_to_device): Differentiate between the search for
2664 binary and source files.
2665
2666 2004-07-30 Andrew Cagney <cagney@gnu.org>
2667
2668 * complaints.c (_initialize_complaints): Pass NULL to
2669 add_setshow_zinteger_cmd for help_doc.
2670 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2671
2672 2004-07-30 Andrew Cagney <cagney@gnu.org>
2673
2674 Fix PR i18n/761.
2675 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2676 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2677 $(PACKAGE).pot and update-po.
2678 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2679 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2680 (update-po): New rules.
2681 (localedir): Define using autoconf.
2682 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2683 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2684 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2685 * configure.in: Generate CATALOGS and LINGUAS from contents of
2686 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2687 * configure: Re-generate.
2688 * po/gdbtext: New file
2689
2690 2004-07-30 Jerome Guitton <guitton@gnat.com>
2691
2692 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2693 order.
2694
2695 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2696
2697 * dwarf2read.c (read_file_scope): Set producer if attribute
2698 present.
2699 (struct dwarf2_cu): Added new member producer.
2700
2701 2004-07-30 Jerome Guitton <guitton@gnat.com>
2702
2703 * inflow.c (kill_command): release file handles in BFD.
2704 * exec.c (exec_file_attach): Ditto.
2705 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2706
2707 2004-07-29 Andrew Cagney <cagney@gnu.org>
2708
2709 * PROBLEMS (mips-irix): Note that it is broken.
2710
2711 2004-07-29 Andrew Cagney <cagney@gnu.org>
2712
2713 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2714 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2715
2716 * config/xm-nbsd.h: Delete file.
2717 * config/arm/xm-nbsd.h: Delete file.
2718 * config/i386/xm-nbsd.h: Delete file.
2719 * config/ns32k/xm-nbsd.h: Delete file.
2720 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2721 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2722 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2723 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2724 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2725
2726 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2727 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2728 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2729 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2730 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2731 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2732
2733 * config/powerpc/xm-linux.h: Delete empty file.
2734 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2735 * config/powerpc/linux.mh (XM_FILE): Delete.
2736 * config/m68k/xm-linux.h: Delete empty file.
2737 * config/m68k/linux.mh (XM_FILE): Delete.
2738 * config/ia64/xm-linux.h: Delete empty file.
2739 * config/ia64/linux.mh (XM_FILE): Delete.
2740 * config/arm/xm-linux.h: Delete empty file.
2741 * config/arm/linux.mh (XM_FILE): Delete.
2742
2743 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2744 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2745 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2746 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2747 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2748 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2749 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2750 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2751
2752 * config/m68k/xm-m68k.h: Delete file.
2753 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2754 copyright.
2755 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2756 * config/pa/xm-linux.h: Delete empty file.
2757 * config/pa/linux.mh (XM_FILE): Delete.
2758 * config/i386/xm-i386.h: Delete empty file.
2759 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2760 "i386/xm-i386.h".
2761 * config/i386/obsdaout.mh (XM_FILE): Delete.
2762 * config/i386/obsd64.mh (XM_FILE): Delete.
2763 * config/i386/fbsd64.mh (XM_FILE): Delete.
2764 * config/i386/nto.mh (XM_FILE): Delete.
2765 * config/i386/obsd.mh (XM_FILE): Delete.
2766 * config/i386/linux64.mh (XM_FILE): Delete.
2767 * config/i386/linux.mh (XM_FILE): Delete.
2768 * config/i386/i386sol2.mh (XM_FILE): Delete.
2769 * config/i386/i386gnu.mh (XM_FILE): Delete.
2770 * config/i386/fbsd.mh (XM_FILE): Delete.
2771 * config/i386/nbsd64.mh (XM_FILE): Delete.
2772
2773 2004-07-29 Andrew Cagney <cagney@gnu.org>
2774
2775 * config/pa/xm-linux.h: Do not include "floatformat.h".
2776 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2777 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2778 * config/i386/xm-i386.h: Do not include "floatformat.h".
2779 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2780 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2781 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2782 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2783 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2784 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2785 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2786 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2787 * configure, config.in: Regenerate.
2788 * configure.host (gdb_host_float_format, gdb_host_double_format)
2789 (gdb_host_long_double_format): Set according to the host.
2790
2791 2004-07-29 Andrew Cagney <cagney@gnu.org>
2792
2793 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2794
2795 2004-07-28 Andrew Cagney <cagney@gnu.org>
2796
2797 * PROBLEMS: Mention threads/1650.
2798 * NEWS: Mention the NPTL fix.
2799
2800 2004-07-28 Andrew Cagney <cagney@gnu.org>
2801
2802 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2803 (add_setshow_cmd_full): Make static.
2804 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2805 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2806 * cli/cli-decode.c (add_setshow_filename_cmd)
2807 (add_setshow_string_cmd): New functions.
2808 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2809 * mips-tdep.c (_initialize_mips_tdep): Update.
2810 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2811 * cli/cli-logging.c (_initialize_cli_logging): Update.
2812 * complaints.c (_initialize_complaints): Update.
2813 * remote.c (_initialize_remote): Update.
2814
2815 2004-07-28 Andrew Cagney <cagney@gnu.org>
2816
2817 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2818 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2819 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2820 print parameters. Make string parameters constant.
2821 * command.h: Update. Update copyright.
2822 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2823 * observer.c (_initialize_observer): Ditto.
2824 * frame.c (_initialize_frame): Ditto.
2825 * complaints.c (_initialize_complaints): Ditto.
2826 * maint.c (_initialize_maint_cmds): Ditto.
2827 * target.c (initialize_targets): Ditto.
2828 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2829 * infcall.c (_initialize_infcall): Ditto.
2830 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2831 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2832 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2833 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2834 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2835
2836 2004-07-28 Andrew Cagney <cagney@gnu.org>
2837
2838 * gdbtypes.c (lookup_primitive_typename): Delete function.
2839 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2840 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2841 * gdbtypes.c (lookup_typename): Ditto.
2842 * f-exp.y (yylex): Ditto.
2843 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2844
2845 * scm-lang.c (c_builtin_types): Delete extern declaration.
2846 (scm_language_defn): Replace
2847 string_char_type and primitive_type_vector with
2848 la_language_arch_info.
2849 * jv-lang.c (java_language_defn): Replace
2850 string_char_type and primitive_type_vector with
2851 la_language_arch_info.
2852 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2853 c_builtin_types in comment.
2854 * c-lang.h (struct language_arch_info): Declare opaque.
2855 (c_language_arch_info): Declare.
2856 (c_builtin_types): Delete declaration.
2857 * c-lang.c (c_language_arch_info): Set string_char_type to
2858 builtin_char, not builtin_true_char. Make global.
2859 (c_builtin_types): Delete array.
2860 (asm_language_defn, minimal_language_defn): Replace
2861 string_char_type and primitive_type_vector with
2862 la_language_arch_info.
2863
2864 2004-07-28 Andrew Cagney <cagney@gnu.org>
2865
2866 * gdbtypes.h (struct builtin_type): Rename true_char to
2867 builtin_true_char.
2868 * gdbtypes.c (gdbtypes_post_init): Update.
2869 * c-lang.c (arch_info): New function.
2870 (enum c_primitive_types): New enum.
2871 (c_language_defn): Instead of string_char_type and
2872 primitive_type_vector set la_language_arch_info.
2873
2874 2004-07-28 Andrew Cagney <cagney@gnu.org>
2875
2876 * language.h (struct language_arch_info): Fix typo
2877 s/primative/primitive/.
2878 * gdbtypes.c (lookup_primitive_typename): Ditto.
2879 * language.c (language_lookup_primitive_type_by_name)
2880 (unknown_language_arch_info): Ditto.
2881
2882 2004-07-27 Andrew Cagney <cagney@gnu.org>
2883
2884 * defs.h (enum language): Add nr_languages.
2885 * language.h (struct language_arch_info): Define.
2886 (struct language_defn): Add la_language_arch_info.
2887 (language_lookup_primative_type_by_name): Declare.
2888 (language_string_char_type): Declare.
2889 * language.c (_initialize_language, language_gdbarch_post_init)
2890 (struct language_gdbarch, language_gdbarch_data): Implement
2891 per-architecture language information.
2892 (unknown_language_arch_info, language_string_char_type)
2893 (language_lookup_primative_type_by_name): New functions.
2894 (unknown_language_defn, auto_language_defn)
2895 (local_language_defn): Set la_language_arch_info to
2896 unknown_language_arch_info.
2897 (unknown_builtin_types): Delete.
2898 * gdbtypes.c (lookup_primitive_typename): Use
2899 language_lookup_primative_type_by_name.
2900 (create_string_type): Use language_string_char_type.
2901 * values.c (value_from_string): Use language_string_char_type.
2902 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2903 * p-lang.c (pascal_language_defn): Ditto.
2904 * m2-lang.c (m2_language_defn): Ditto.
2905 * jv-lang.c (java_language_defn): Ditto.
2906 * objc-lang.c (objc_language_defn): Ditto.
2907 * f-lang.c (f_language_defn): Ditto.
2908 * c-lang.c (c_language_defn, cplus_language_defn)
2909 (asm_language_defn, minimal_language_defn): Ditto.
2910
2911 2004-07-27 Andrew Cagney <cagney@gnu.org>
2912
2913 * gdbtypes.h (struct builtin_type): Declare.
2914 (builtin_type): Declare.
2915 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2916 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2917 (gdbtypes_post_init): New function.
2918 (builtin_type): New function.
2919
2920 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2921
2922 * remote-m32r-sdi.c: Fix breakpoint bug.
2923 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2924 recv_char_data, recv_long_data): New functions to replace communication
2925 sequences.
2926
2927 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2928
2929 Document PR threads/1650.
2930 * PROBLEMS (Threads): Document problem with many threads
2931
2932 2004-07-26 Andrew Cagney <cagney@gnu.org>
2933
2934 * gdb-mi.el: Move from here ...
2935 * mi/gdb-mi.el: ... to here.
2936
2937 2004-07-26 Andrew Cagney <cagney@gnu.org>
2938
2939 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2940 * main.c (captured_main): When in batch mode always detach.
2941
2942 2004-07-26 Andrew Cagney <cagney@gnu.org>
2943
2944 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2945 and h8300 as broken.
2946 * NEWS: END-OF-LIFE frame compatibility module.
2947 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2948 specific comments.
2949
2950 2004-07-26 Andrew Cagney <cagney@gnu.org>
2951
2952 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2953 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2954 * wince.c (_initialize_wince): Update.
2955 * win32-nat.c (_initialize_win32_nat): Update.
2956 * varobj.c (_initialize_varobj): Update.
2957 * valops.c (_initialize_valops): Update.
2958 * utils.c (initialize_utils, initialize_utils): Update.
2959 * tui/tui-win.c (_initialize_tui_win): Update.
2960 * top.c (init_main): Update.
2961 * symfile.c (_initialize_symfile): Update.
2962 * source.c (_initialize_source): Update.
2963 * somsolib.c (_initialize_som_solib): Update.
2964 * solib.c (_initialize_solib): Update.
2965 * solib-frv.c (_initialize_frv_solib): Update.
2966 * serial.c (_initialize_serial): Update.
2967 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2968 * remote.c (_initialize_remote, _initialize_remote): Update.
2969 * remote-vx.c (_initialize_vx): Update.
2970 * remote-utils.c (_initialize_sr_support): Update.
2971 * remote-sds.c (_initialize_remote_sds): Update.
2972 * remote-mips.c (_initialize_remote_mips): Update.
2973 * remote-e7000.c (_initialize_remote_e7000): Update.
2974 * proc-api.c (_initialize_proc_api): Update.
2975 * printcmd.c: Update.
2976 * parse.c (_initialize_parse): Update.
2977 * pa64solib.c (_initialize_pa64_solib): Update.
2978 * p-valprint.c (_initialize_pascal_valprint): Update.
2979 * monitor.c (_initialize_remote_monitors): Update.
2980 * mips-tdep.c (_initialize_mips_tdep): Update.
2981 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2982 * maint.c (_initialize_maint_cmds): Update.
2983 * lin-lwp.c (_initialize_lin_lwp): Update.
2984 * language.c (_initialize_language): Update.
2985 * kod.c (_initialize_kod): Update.
2986 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2987 * i386-tdep.c (_initialize_i386_tdep): Update.
2988 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2989 * gdbarch.sh: Update.
2990 * gdbarch.c: Re-generate.
2991 * gdb-events.sh: Update.
2992 * gdb-events.c: Re-generate.
2993 * frame.c (_initialize_frame): Update.
2994 * exec.c: Update.
2995 * demangle.c (_initialize_demangler): Update.
2996 * dcache.c (_initialize_dcache): Update.
2997 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2998 * cp-valprint.c (_initialize_cp_valprint): Update.
2999 * corefile.c (_initialize_core): Update.
3000 * command.h: Update.
3001 * cli/cli-decode.h: Update.
3002 * cli/cli-cmds.c (init_cli_cmds): Update.
3003 * charset.c (_initialize_charset): Update.
3004 * breakpoint.c (_initialize_breakpoint): Update.
3005 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3006 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3007 * aix-thread.c (_initialize_aix_thread): Update.
3008
3009 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3010
3011 Partial fix for PR backtrace/1718.
3012 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3013 that GCC migrates into the prolugue. Don't handle any
3014 instructions that clobber %ebx.
3015
3016 2004-07-23 Andrew Cagney <cagney@gnu.org>
3017
3018 Use regcache_raw_collect instead of regcache_collect.
3019 * regcache.h (regcache_collect): Delete declaration.
3020 * regcache.c (regcache_colect): Delete function.
3021 * win32-nat.c (do_child_store_inferior_registers): Update.
3022 * sol-thread.c (sol_thread_store_registers): Update.
3023 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3024 * rs6000-nat.c (store_register): Update.
3025 * remote.c (store_register_using_P, remote_store_registers): Update.
3026 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3027 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3028 (fill_vrregset, store_spe_registers, fill_gregset)
3029 (fill_gregset): Update.
3030 * nto-procfs.c (procfs_store_registers): Update.
3031 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3032 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3033 * m68klinux-nat.c (store_register, fill_gregset): Update.
3034 * m68k-tdep.c (fill_gregset): Update.
3035 * infptrace.c (store_register): Update.
3036 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3037 * i386-linux-nat.c (store_register, fill_gregset): Update.
3038 * hppa-linux-nat.c (fill_gregset): Update.
3039 * go32-nat.c (store_register): Update.
3040 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3041 (store_fp_regs): Update.
3042 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3043 (store_nwfpe_extended, store_fpregister, store_fpregs)
3044 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3045 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3046 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3047 (store_regs_user_thread, store_regs_kernel_thread): Update.
3048
3049 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3050
3051 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3052 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3053 encoding.
3054 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3055 member of `struct comp_unit'.
3056
3057 2004-07-23 Andrew Cagney <cagney@gnu.org>
3058
3059 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3060 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3061
3062 2004-07-23 Martin Hunt <hunt@redhat.com>
3063 Kevin Buettner <kevinb@redhat.com>
3064
3065 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3066 alignment was being added to the offset instead of multiplied.
3067
3068 2004-07-23 Mark Kettenis <kettenis@gnu.org>
3069
3070 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3071 changed signal trampoline in OpenBSD 3.5-current.
3072
3073 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3074 <machine/pcb.h> and "bsd-kvm.h".
3075 (sparc64nbsd_supply_pcb): New function.
3076 (_initialize_sparc64nbsd_nat): Renamed from
3077 _initialize_sparcnbsd_nat. Enable libkvm interface.
3078 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3079 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3080 (LOADLIBES): New variable.
3081
3082 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3083
3084 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3085
3086 2004-07-21 Andrew Cagney <cagney@gnu.org>
3087
3088 Use regcache_raw_supply instead of supply_register.
3089 * regcache.h (supply_register): Delete declaration.
3090 * regcache.c (supply_register): Delete function.
3091 * wince.c (do_child_fetch_inferior_registers): Update.
3092 * win32-nat.c (do_child_fetch_inferior_registers)
3093 (fetch_elf_core_registers): Update.
3094 * v850ice.c (v850ice_fetch_registers): Update.
3095 * thread-db.c (thread_db_store_registers): Update.
3096 * sol-thread.c (sol_thread_store_registers): Update.
3097 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3098 * rs6000-nat.c (fetch_register): Update.
3099 * rom68k-rom.c (rom68k_supply_one_register): Update.
3100 * remote.c (remote_wait, remote_async_wait): Update.
3101 * remote-st.c (get_hex_regs): Update.
3102 * remote-sim.c (gdbsim_fetch_register): Update.
3103 * remote-sds.c (sds_fetch_registers): Update.
3104 * remote-rdp.c (remote_rdp_fetch_register): Update.
3105 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3106 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3107 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3108 * remote-hms.c (init_hms_cmds): Update.
3109 * remote-est.c (init_est_cmds): Update.
3110 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3111 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3112 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3113 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3114 (fetch_register, supply_vrregset, supply_vrregset)
3115 (fetch_spe_registers): Update.
3116 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3117 * monitor.c (monitor_supply_register): Update.
3118 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3119 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3120 (mipsnbsd_supply_fpreg): Update.
3121 * mips-nat.c (fetch_inferior_registers)
3122 (fetch_core_registers): Update.
3123 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3124 (supply_fpregset, mips64_supply_gregset)
3125 (mips64_supply_fpregset): Update.
3126 * m68klinux-nat.c (fetch_register, supply_gregset)
3127 (supply_fpregset): Update.
3128 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3129 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3130 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3131 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3132 * infptrace.c (fetch_register): Update.
3133 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3134 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3135 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3136 (gnu_fetch_registers, gnu_store_registers): Update.
3137 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3138 * i386-linux-nat.c (fetch_register, supply_gregset)
3139 (dummy_sse_values): Update.
3140 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3141 * hppah-nat.c (fetch_register): Update.
3142 * hppa-linux-nat.c (fetch_register, supply_gregset)
3143 (supply_fpregset): Update.
3144 * go32-nat.c (fetch_register): Update.
3145 * dve3900-rom.c (fetch_bitmapped_register)
3146 (_initialize_r3900_rom): Update.
3147 * cris-tdep.c (supply_gregset): Update.
3148 * abug-rom.c (init_abug_cmds): Update.
3149 * core-aout.c (fetch_core_registers): Update.
3150 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3151 (fetch_register, fetch_fp_register): Update.
3152 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3153 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3154 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3155 * alphanbsd-tdep.c (fetch_core_registers): Update.
3156 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3157 * alpha-nat.c (fetch_osf_core_registers)
3158 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3159 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3160 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3161
3162 2004-07-21 Andrew Cagney <cagney@gnu.org>
3163
3164 * PROBLEMS: Mention breakpoints/1702.
3165 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3166 that is known to work.
3167
3168 2004-07-21 Andrew Cagney <cagney@gnu.org>
3169
3170 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3171 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3172 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3173 (handle_inferior_event): Wrap call to deprecated
3174 IGNORE_HELPER_CALL in #ifdef.
3175 * config/mips/tm-nbsd.h: Update.
3176
3177 2004-07-20 Jim Blandy <jimb@redhat.com>
3178
3179 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3180 bfd_mach_ppc has no segment registers.
3181
3182 Include PowerPC SPR numbers for special-purpose registers.
3183 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3184 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3185 new member in initializer.
3186 (S, S4, SN4, S64): New macros for defining special-purpose
3187 registers.
3188 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3189 registers_403, registers_403GC, registers_505, registers_860,
3190 registers_601, registers_602, registers_603, registers_604,
3191 registers_750, registers_e500): Use them.
3192
3193 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3194 replace references with expression used to initialize variable.
3195
3196 2004-07-20 Andrew Cagney <cagney@gnu.org>
3197
3198 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3199 read_memory_nobpt.
3200 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3201 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3202 (s390_sigtramp_frame_sniffer): Update.
3203 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3204 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3205 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3206 (mips32_fetch_instruction): Update.
3207 * mcore-tdep.c (get_insn): Update.
3208 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3209 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3210 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3211 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3212 (i386_linux_rt_sigtramp_start): Update.
3213 * i386-linux-nat.c (child_resume): Update.
3214 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3215 * hppa-linux-tdep.c (insns_match_pattern): Update.
3216 * gdbcore.h: Update.
3217 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3218 * frame.c (safe_frame_unwind_memory): Update.
3219 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3220 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3221 * alpha-tdep.c (alpha_read_insn): Update.
3222
3223 2004-07-20 Andrew Cagney <cagney@gnu.org>
3224
3225 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3226 containing both bytes and mask. Add "frame_type".
3227 * tramp-frame.c (tramp_frame_start): Update.
3228 (tramp_frame_prepend_unwinder): Update.
3229 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3230 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3231 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3232 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3233
3234 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3235
3236 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3237 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3238 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3239 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3240
3241 2004-07-17 Andrew Cagney <cagney@gnu.org>
3242
3243 * NEWS, PROBLEMS: Update for 6.2.
3244
3245 * README: Update to 6.2.
3246
3247 * utils.c (xvasprintf): Call xstrvprintf.
3248
3249 * parse.c: Update copyright.
3250 (null_post_parser): Eliminate ARGSUSED.
3251
3252 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3253 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3254 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3255
3256 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3257 * ppc-linux-nat.c: Use "Linux kernel".
3258 * hppa-linux-tdep.c: Use GNU/Linux.
3259 * hppa-linux-nat.c: Use GNU/Linux.
3260 * dwarfread.c: Add [sic] to use of Linux.
3261
3262 * hppa-linux-nat.c: Do not include <string.h>.
3263 (supply_fpregset): Remove "register" attribute.
3264
3265 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3266
3267 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3268
3269 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3270 * configure, config.in: Regenerated.
3271
3272 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3273 "bsd-kvm.h".
3274 (vaxbsd_supply_pcb): New function.
3275 (_initialize_vaxbsd_nat): New prototype and function.
3276 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3277 solib-sunos.o.
3278 (LOADLIBES): New variable.
3279 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3280 (LOADLIBES): New variable.
3281 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3282 (LOADLIBES): New variable.
3283 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3284
3285 2004-07-16 Andrew Cagney <cagney@gnu.org>
3286
3287 * defs.h (event_loop_p): Replace variable declaration with macro,
3288 always 1.
3289 * main.c (captured_main): Delete options "-async" and "-noasync".
3290 (event_loop_p): Delete variable.
3291 * NEWS: Mention that "-async" and "-noasync" were removed.
3292
3293 2004-07-16 Andrew Cagney <cagney@gnu.org>
3294
3295 * remote-m32r-sdi.c: Re-indent.
3296
3297 2004-07-16 Jim Blandy <jimb@redhat.com>
3298
3299 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3300 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3301 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3302 missing MPC823 SPRs.
3303 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3304 incorrect. (This was corrected in GDB's register name tables on
3305 2004-07-14.)
3306
3307 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3308 should be "esasrr" ("ESA Save and Restore Register").
3309
3310 2004-07-16 Andrew Cagney <cagney@gnu.org>
3311
3312 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3313 calls, no longer applicable. Update comments and rename parameter
3314 "step_frame" to "return_frame".
3315
3316 2004-07-16 Andrew Cagney <cagney@gnu.org>
3317
3318 * frame.c (fprint_field): New function.
3319 (fprint_frame_id): Use fprint_field.
3320
3321 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3322
3323 * ada-lang.c (ada_language_defn): Remove commented out code.
3324
3325 2004-07-15 Jim Blandy <jimb@redhat.com>
3326
3327 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3328 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3329
3330 2004-07-14 Jim Blandy <jimb@redhat.com>
3331
3332 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3333
3334 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3335
3336 * ppc-tdep.h (ppc_num_srs): New enum constant.
3337
3338 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3339 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3340 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3341 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3342 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3343 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3344 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3345 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3346 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3347 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3348 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3349 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3350 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3351 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3352 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3353 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3354 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3355 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3356 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3357 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3358 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3359 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3360 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3361 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3362 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3363 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3364 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3365 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3366 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3367 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3368 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3369 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3370 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3371 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3372 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3373 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3374 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3375 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3376 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3377 special-purpose register numbers.
3378
3379 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3380 manual mentions 'md_twb', but many mention 'm_twb', and at that
3381 point in the register list.)
3382
3383 2004-07-14 Andrew Cagney <cagney@gnu.org>
3384
3385 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3386 instead of "internal-error".
3387
3388 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3389
3390 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3391 that was inserted inside a comment.
3392
3393 2004-07-10 Randolph Chung <tausq@debian.org>
3394
3395 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3396 function.
3397 (hppa_hpux_push_dummy_code): New function.
3398 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3399 Set find_global_pointer method.
3400
3401 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3402
3403 * NEWS: Mention BSD libkvm interface.
3404
3405 2004-07-10 Michael Snyder <msnyder@redhat.com>
3406
3407 * symfile.c (generic_load): Comment typo.
3408 * stack.c (get_selected_block): Ditto.
3409 * regcache.c (regcache_cooked_read): Ditto.
3410 * monitor.c (monitor_debug): Ditto.
3411 * mips-tdep.c (mips_read_pc): Ditto.
3412 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3413 * gdb_mbuild.sh: Ditto.
3414 * gdbarch.sh: Ditto.
3415 * gdbarch.h: Ditto.
3416
3417 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3418
3419 * ada-tasks.c: Remove file.
3420
3421 Remove ARI problems:
3422
3423 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3424 beginning of line.
3425
3426 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3427 Add comment.
3428 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3429 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3430 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3431 (UMIN_OF_SIZE): Remove.
3432 (max_of_type): New function to replace orphan macro in gdbtypes.h
3433 (min_of_type): Ditto.
3434 (discrete_type_high_bound): Use max_of_type.
3435 (discrete_type_low_bound): Use min_of_type.
3436 (possible_user_operator_p): Move operator to beginning of line.
3437 (ada_is_variant_part): Ditto.
3438 (ensure_lval): Rewrite to avoid deprecated operations.
3439 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3440 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3441 (ada_enum_name): Remove assignments in 'if' statements.
3442 (build_ada_types): Add gdbarch parameter.
3443 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3444 with gdbarch_data_register_post_init.
3445 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3446 add_show_from_set.
3447
3448 * ada-valprint.c (inspect_it): Remove declaration.
3449 (repeat_count_threshold): Remove declaration.
3450 (ada_print_floating): Remove assignments in 'if' statements.
3451 (print_str): Move operator to beginning of line.
3452
3453 2004-07-08 Jim Blandy <jimb@redhat.com>
3454
3455 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3456
3457 2004-07-08 Bob Rossi <bob@brasko.net>
3458
3459 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3460
3461 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3462
3463 * language.h (struct_language_defn): Add new function pointer:
3464 la_class_name_from_physname. Also add new prototype for
3465 language_class_name_from_physname.
3466 * language.c (language_class_name_from_physname): New function.
3467 (unk_lang_class_name): Ditto.
3468 (unknown_language_defn, auto_language_defn): Change
3469 to add unk_lang_class_name function pointer for
3470 la_class_name_from_physname.
3471 (local_language_defn): Ditto.
3472 * dwarf2read.c (guess_structure_name): Change to call
3473 language_class_name_from_physname.
3474 (determine_class_name): Ditto.
3475 * cp-support.c (class_name_from_physname): Renamed.
3476 (cp_class_name_from_physname): New name of function.
3477 * cp-support.h: Ditto.
3478 * c-lang.c (c_language_defn): Change to add NULL
3479 for class_name_from_physname function pointer.
3480 (cplus_language_defn): Change to add cp_class_name_from_physname.
3481 * jv-lang.c (java_class_name_physname): New function.
3482 (java_find_last_component): New static routine.
3483 (java_language_defn): Add java_class_name_from_physname pointer.
3484 * ada-lang.c (ada_language_defn): Change to add NULL
3485 for class_name_from_physname function pointer.
3486 * f-lang.c (f_language_defn): Ditto.
3487 * m2-lang.c (m2_language_defn): Ditto.
3488 * objc-lang.c (objc_language_defn): Ditto.
3489 * p-lang.c (pascal_language_defn): Ditto.
3490 * scm-lang.c (scm_language_defn): Ditto.
3491
3492 2004-07-06 Andrew Cagney <cagney@gnu.org>
3493
3494 Patch from Bart Robinson.
3495 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3496 (O_LARGEFILE): Define to 0, if not defined.
3497
3498 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3499
3500 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3501 <machine/pcb.h> and "bsd-kvm.h".
3502 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3503 (m68kbsd_supply_pcb): New function.
3504 (_initialize_m68kbsd_nat): New prototype and function.
3505 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3506 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3507 (LOADLIBES): New variable.
3508 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3509 (LOADLIBES): New variable.
3510
3511 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3512
3513 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3514
3515 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3516 <sys/proc.h>.
3517 (bsd_kvm_cmdlist): New variable.
3518 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3519 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3520 command and "kvm proc" command.
3521 * Makefile.in (bsd-kvm.o): Update dependencies.
3522
3523 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3524
3525 * osabi.c: Update copyright year.
3526 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3527 notes if EI_OSABI is set to ELFOSABI_HPUX.
3528
3529 2004-07-01 Michael Snyder <msnyder@redhat.com>
3530
3531 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3532 that seems to have gotten whacked out of line.
3533
3534 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3535
3536 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3537 code.
3538
3539 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3540
3541 * ada-lang.c (decode_packed_array): Minor change to comment.
3542 (ada_value_slice_ptr): New function.
3543 (ada_value_slice): New function.
3544 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3545 test. Don't know why it is there.
3546 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3547 to avoid dereferencing huge arrays from which one is slicing.
3548 (empty_array): Correct to return an array rather than
3549 a subrange value.
3550 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3551 on empty arrays (let'em use 'FIRST instead).
3552
3553 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3554
3555 Address complaints from gdb_ari.sh:
3556
3557 * ada-exp.y: Include gdb_string.h rather than string.h.
3558 (convert_char_literal): Reformat declaration.
3559 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3560 * ada-lex.l: Change use of free to xfree (the macro would do so
3561 anyway, but this is harmless).
3562 Include gdb_string.h rather than string.h.
3563 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3564
3565 * ada-lang.c (parse): Remove K&Rism in parameter list.
3566 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3567
3568 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3569
3570 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3571 dead code.
3572
3573 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3574
3575 * alphabsd-nat.c: Update copyright year.
3576 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3577
3578 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3579
3580 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3581 (i386_cygwin_in_solib_call_trampoline): New function.
3582 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3583 and skip_trampoline_code gdbarch methods.
3584
3585 2004-06-29 Jim Blandy <jimb@redhat.com>
3586
3587 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3588 name actually used in the dependency lists.
3589
3590 2004-06-29 Randolph Chung <tausq@debian.org>
3591
3592 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3593
3594 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3595
3596 * win32-nat.c (child_pid_to_exec_file): New function.
3597 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3598 functionality.
3599
3600 2004-06-28 Andrew Cagney <cagney@gnu.org>
3601
3602 * defs.h (xstrvprintf): Declare.
3603 * utils.c (xstrvprintf): New function.
3604 (internal_vproblem, xstrprintf, xasprintf)
3605 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3606 * serial.c (serial_printf): Ditto.
3607 * complaints.c (vcomplaint): Ditto.
3608
3609 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3610
3611 * infcmd.c (attach_command): Move call to target_terminal_inferior
3612 behind loading symbol table.
3613
3614 2004-06-28 Andrew Cagney <cagney@gnu.org>
3615
3616 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3617 change - add back extern deprecated_ui_loop_hook declaration.
3618
3619 2004-06-28 Andrew Cagney <cagney@gnu.org>
3620
3621 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3622 xstrprintf.
3623 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3624 (c_value_of_variable): Ditto.
3625 * utils.c (internal_vproblem): Ditto.
3626 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3627 * remote.c (add_packet_config_cmd): Ditto.
3628 * remote-rdp.c (rdp_set_command_line): Ditto.
3629 * regcache.c (regcache_dump): Ditto.
3630 * frv-tdep.c (new_variant, new_variant): Ditto.
3631 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3632 (fbsd_find_memory_regions): Ditto.
3633 * breakpoint.c (create_thread_event_breakpoint)
3634 (create_breakpoints): Ditto.
3635 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3636 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3637
3638 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3639
3640 * ada-lang.c: Re-indent file, with some massaging to help indent
3641 a bit when the result is otherwise really too ugly.
3642
3643 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3644
3645 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3646 code_addr_p and special_addr_p to 'unsigned int'.
3647
3648 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3649
3650 * i386v4-nat.c: Update copyright year and tweak comment.
3651 (regmap): Remove trailing comma.
3652 (supply_gregset): Rename local variable i to regnum. Call
3653 regcache_raw_supply instead of supply_register.
3654 (fill_gregset): Rename argument regno to regnum. Call
3655 regcache_raw_collect instead of regcache_collect.
3656
3657 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3658
3659 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3660 and special_addr_p.
3661 (frame_id_build, frame_id_build_special): Update comments.
3662 (frame_id_build_wild): New prototype.
3663 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3664 struct frame_id fields.
3665 (frame_id_build_wild): New function.
3666 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3667
3668 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3669
3670 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3671 hppabsd-tdep.c.
3672
3673 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3674
3675 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3676
3677 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3678
3679 * ada-lang.c: Re-indent file.
3680
3681 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3682
3683 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3684 (no_symtab_msg): Likewise.
3685
3686 2004-06-27 Andreas Schwab <schwab@suse.de>
3687
3688 * source.c: Fix whitespace.
3689
3690 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3691
3692 * configure.in: Include <sys/param.h> for td_pcb test.
3693 * configure: Regenerated.
3694
3695 * i386nbsd-nat.c: New file.
3696 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3697 i386obsd-nat.c and i386obsd-tdep.c.
3698 (i386nbsd-nat.o): New dependency.
3699 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3700 bsd-kvm.o.
3701 (LOADLIBES): New variable.
3702 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3703 bsd-kvm.o.
3704 (LOADLIBES): New variable.
3705
3706 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3707 (LOADLIBES): New variable.
3708
3709 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3710 fetching from BSD_KVM_PADDR. Correctly lookup address for
3711 "_thread0".
3712
3713 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3714 "bsd-kvm.h".
3715 (amd64fbsd_supply_pcb): New funcion.
3716 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3717
3718 2004-06-27 <david@streamline-computing.com>
3719
3720 Partial fix for PR cli/1056.
3721 * valarith.c: Check for zero in division and remainder
3722 evaluation.
3723
3724 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3725
3726 * i387-tdep.c: Remove excessive whitespace.
3727
3728 2004-06-26 Andrew Cagney <cagney@gnu.org>
3729
3730 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3731 * gdb-events.h, gdb-events.c: Re-generate.
3732 * tui/tui-hooks.c (tui_install_hooks): Update.
3733 (tui_remove_hooks): Update.
3734 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3735
3736 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3737
3738 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3739 (gregset_t, fpregset_t): Remove typedefs.
3740 (REG_OFFSET): Rename argument.
3741 (amd64bsd_r_reg_offset): Rename from reg_offset.
3742 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3743 Remove functions.
3744 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3745 of reg_offset.
3746 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3747
3748 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3749
3750 * vax-tdep.c: Tweak comment.
3751
3752 Add OpenBSD/hppa support.
3753 * NEWS (New native configurations): Mention OpenBSD/hppa.
3754 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3755 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3756 files.
3757 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3758 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3759 * configure.host: Add hppa*-*-openbsd*.
3760 * configure.tgt: Add hppa*-*-openbsd*.
3761
3762 2004-06-25 Andrew Cagney <cagney@gnu.org>
3763
3764 * defs.h (deprecated_ui_loop_hook): Deprecated.
3765 * wince.c (child_wait): Update.
3766 * win32-nat.c (child_wait): Update.
3767 * v850ice.c (v850ice_wait): Update.
3768 * top.c (deprecated_ui_loop_hook): Update.
3769 * serial.h: Update.
3770 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3771 (do_unix_readchar): Update.
3772 * ser-tcp.c (net_open): Update.
3773 * remote-sim.c (gdb_os_poll_quit): Update.
3774 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3775
3776 2004-06-24 Andrew Cagney <cagney@gnu.org>
3777
3778 * defs.h (deprecated_pre_add_symbol_hook)
3779 (deprecated_post_add_symbol_hook): Deprecated.
3780 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3781 (symbol_file_add_with_addrs_or_offsets): Update references.
3782
3783 2004-06-24 Andrew Cagney <cagney@gnu.org>
3784
3785 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3786 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3787 * wince.c (ui_loop_hook): Delete extern declaration.
3788 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3789 * v850ice.c (ui_loop_hook): Delete extern declaration..
3790 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3791 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3792 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3793 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3794 ui_loop_hook declaration.
3795
3796 2004-06-24 Andrew Cagney <cagney@gnu.org>
3797
3798 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3799 entry_func_highpc fields.
3800 * objfiles.c (init_entry_point_info): Do not clear
3801 entry_func_lowpc and entry_func_highpc.
3802 (objfile_relocate): Do not relocate entry_func_lowpc and
3803 entry_func_highpc.
3804 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3805 entry_func_highpc.
3806 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3807 entry_func_highpc.
3808 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3809 entry_func_lowpc and entry_func_highpc with call to
3810 inside_entry_func.
3811
3812 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3813
3814 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3815 quad-precision floating point arguments in registers.
3816
3817 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3818
3819 From Michael Mueller <m.mueller99@kay-mueller.de>:
3820 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3821 account.
3822
3823 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3824
3825 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3826 to -1.
3827 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3828 untriggered watchpoints to a separate if clause. Update function
3829 comment regarding STOPPED_BY_WATCHPOINT argument.
3830
3831 2004-06-22 Jim Blandy <jimb@redhat.com>
3832
3833 * gdbarch.sh: Doc fix.
3834
3835 2004-06-21 Martin Hunt <hunt@redhat.com>
3836 Kevin Buettner <kevinb@redhat.com>
3837
3838 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3839 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3840 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3841 to set_gdbarch_sp_regnum(). Use cooked register number.
3842 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3843
3844 2004-06-21 Andrew Cagney <cagney@gnu.org>
3845
3846 * gdbarch.sh: When the macro field is empty, do not generate a
3847 macro definition. When the macro field is "=", generate the macro
3848 name from the upper-case function name.
3849 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3850 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3851 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3852 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3853 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3854 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3855 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3856 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3857 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3858 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3859 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3860 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3861 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3862 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3863 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3864 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3865 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3866 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3867 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3868 (DEPRECATED_USE_STRUCT_CONVENTION)
3869 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3870 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3871 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3872 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3873 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3874 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3875 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3876 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3877 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3878 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3879 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3880 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3881 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3882 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3883 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3884 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3885 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3886 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3887
3888 2004-06-21 Andrew Cagney <cagney@gnu.org>
3889
3890 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3891 macro name, and the function rather than macro value. Only wrap
3892 macro print statements in #ifdef. Move format logic to where it
3893 is needed.
3894 * gdbarch.c: Re-generate.
3895
3896 * gdbarch.sh (read): Delete "print_p" and "description", add
3897 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3898 Delete references to print_p.
3899 (TARGET_ARCHITECTURE): Delete print predicate.
3900 * gdbarch.c: Re-generate.
3901
3902 * gdbarch.sh: Check that multi-arch methods do not provide a
3903 macro.
3904 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3905 (print_registers_info, print_float_info, print_vector_info)
3906 (adjust_breakpoint_address, remote_translate_xfer_address)
3907 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3908 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3909 name from the multi-arch definition.
3910
3911 2004-06-20 Andrew Cagney <cagney@gnu.org>
3912
3913 * gdbarch.sh: Sort by the function, instead of macro name.
3914 * gdbarch.c: Re-generate.
3915
3916 2004-06-20 Andrew Cagney <cagney@gnu.org>
3917
3918 * gdbarch.sh: Use the function, instead of macro name in
3919 errors and the log file.
3920 (return_value): Remove stray ":" in spec.
3921
3922 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3923 * gdbarch.h, gdbarch.c: Re-generate.
3924 * Makefile.in (arch-utils.o): Update dependencies.
3925 * values.c (using_struct_return): Move code calling
3926 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3927 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3928 to legacy_return_value, simplify.
3929 * infcmd.c (print_return_value): Move code calling
3930 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3931 to legacy_return_value, simplify.
3932 * infcall.c (call_function_by_hand): Move code calling
3933 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3934 * arch-utils.c: Update copyright. Include "gdbcore.h".
3935 (legacy_return_value): New function.
3936 * arch-utils.h: Update copyright.
3937 (legacy_return_value): Declare.
3938
3939 2004-06-20 Andrew Cagney <cagney@gnu.org>
3940
3941 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3942 * gdbarch.h, gdbarch.c: Re-generate.
3943 * values.c (using_struct_return): Update call.
3944 * mcore-tdep.c: Update comment.
3945 * infcall.c (call_function_by_hand): Update comment.
3946 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3947 * arch-utils.h (always_use_struct_convention): Update.
3948 * v850-tdep.c (v850_gdbarch_init): Update.
3949 * sh64-tdep.c (sh64_gdbarch_init): Update.
3950 * sh-tdep.c (sh_gdbarch_init): Update.
3951 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3952 * mips-tdep.c (mips_gdbarch_init): Update.
3953 * mcore-tdep.c (mcore_gdbarch_init): Update.
3954 * m32r-tdep.c (m32r_gdbarch_init): Update.
3955 * ia64-tdep.c (ia64_gdbarch_init): Update.
3956 * h8300-tdep.c (h8300_gdbarch_init): Update.
3957 * frv-tdep.c (frv_gdbarch_init): Update.
3958 * cris-tdep.c (cris_gdbarch_init): Update.
3959 * arm-tdep.c (arm_gdbarch_init): Update.
3960 * alpha-tdep.c (alpha_gdbarch_init): Update.
3961
3962 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3963
3964 * PROBLEMS: Add more specific information, and a work-around,
3965 for PR gdb/1458.
3966
3967 2004-06-18 Andrew Cagney <cagney@gnu.org>
3968
3969 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3970 * gdbarch.h, gdbarch.c: Re-generate.
3971 * ada-lang.c (ada_finish_decode_line_1): Update.
3972 * infrun.c (handle_inferior_event): Update.
3973 * infcall.c (find_function_addr): Update.
3974 * linespec.c (minsym_found): Update.
3975 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3976 Update.
3977 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3978 * cli/cli-cmds.c (disassemble_command): Update.
3979 * vax-tdep.c (vax_gdbarch_init): Update.
3980
3981 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3982
3983 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3984
3985 2004-06-17 Andrew Cagney <cagney@gnu.org>
3986
3987 GDB 6.1.1 released from the GDB 6.1 branch.
3988 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3989 * PROBLEMS: Ditto.
3990
3991 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3992
3993 PR gdb/1658
3994 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3995 operation as a uleb128. Found by Michael Coulter.
3996
3997 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3998
3999 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4000 make it non-static.
4001 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4002 to ada-lang.h; this is needed to be able to implement the kill command
4003 in multi-task mode.
4004 (task_ptid): Ditto.
4005 (task_entry): Ditto.
4006 (task_list): Ditto.
4007 (ada_build_task_list): Ditto.
4008
4009 * ada-lang.c: Conditionalize routines and data structures related
4010 to breakpoints, exceptions, completion, and symbol caching on
4011 GNAT_GDB, since these are not yet used in the submitted public sources.
4012 (ada_main_name): Editorial: Move definition out of exception-related
4013 code.
4014
4015 2004-06-15 Andrew Cagney <cagney@gnu.org>
4016
4017 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4018 deprecated_pc_in_call_dummy.
4019
4020 2004-06-15 Alan Modra <amodra@bigpond.net.au>
4021
4022 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4023 bfd_get_section_size_before_reloc or _raw_size.
4024 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4025 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4026 (dwarf2_read_section): Likewise.
4027 * elfread.c (elf_locate_sections): Likewise.
4028 * gcore.c (derive_heap_segment): Likewise.
4029 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4030 * remote-e7000.c (e7000_load): Likewise.
4031 * remote-m32r-sdi.c (m32r_load): Likewise.
4032 * remote-mips.c (mips_load_srec): Likewise.
4033 (pmon_load_fast): Likewise.
4034 * remote.c (compare_sections_command): Likewise.
4035 * symfile.c (add_section_size_callback): Likewise.
4036 (load_section_callback): Likewise.
4037 (pc_in_unmapped_range): Likewise.
4038 (pc_in_mapped_range): Likewise.
4039 (sections_overlap): Likewise.
4040 (list_overlays_command): Likewise.
4041 (simple_overlay_update_1): Likewise.
4042 (simple_overlay_update): Likewise.
4043 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4044 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4045
4046 2004-06-14 Randolph Chung <tausq@debian.org>
4047
4048 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4049 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4050 static.
4051 (hppa_hpux_inferior_created): New function.
4052 (hppa_hpux_init_abi): Register observer.
4053 * symfile.c (hp_cxx_exception_support_initialized)
4054 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4055 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4056
4057 2004-06-14 Randolph Chung <tausq@debian.org>
4058
4059 * MAINTAINERS (Write After Approval): Alphabetize my entry
4060 correctly.
4061
4062 2004-06-14 Andrew Cagney <cagney@gnu.org>
4063
4064 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4065 testsuite maintainer.
4066
4067 2004-06-13 Andrew Cagney <cagney@gnu.org>
4068
4069 * infcmd.c (print_return_value): Fix logic, allow
4070 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4071
4072 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4073 defining any macros.
4074 * gdbarch.h: Re-generate.
4075
4076 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4077 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4078 * gdbarch.h: Re-generate.
4079
4080 * values.c (generic_use_struct_convention): Don't check gcc_p.
4081
4082 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4083 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4084 * gdbarch.h, gdbarch.c: Regenerate.
4085 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4086 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4087 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4088 deprecated_max_register_raw_size and
4089 deprecated_max_register_virtual_size.
4090 * v850-tdep.c (v850_gdbarch_init): Ditto.
4091 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4092 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4093 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4094 * cris-tdep.c (cris_gdbarch_init): Ditto.
4095
4096 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4097 * gdbarch.h, gdbarch.c: Re-generate.
4098 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4099 (m68hc11_use_struct_convention): Delete function.
4100 (m68hc11_extract_struct_value_address): Delete function.
4101 (m68hc11_return_value): New function.
4102 (m68hc11_gdbarch_init): Instead of store_return_value,
4103 extract_return_value, return_value_on_stack,
4104 deprecated_extract_struct_value_address and use_struct_convention,
4105 set return_value.
4106 * values.c (using_struct_return): Do not call
4107 RETURN_VALUE_ON_STACK.
4108 * arch-utils.h (generic_return_value_on_stack_not): Delete
4109 declaration.
4110 * arch-utils.c (generic_return_value_on_stack_not): Delete
4111 function.
4112
4113 2004-06-12 Andrew Cagney <cagney@gnu.org>
4114
4115 * values.c (register_value_being_returned): Delete function.
4116 * infcmd.c (legacy_return_value): Delete function.
4117 * infcall.c (call_function_by_hand): Inline
4118 "register_value_being_returned", simplify.
4119 * values.c (using_struct_return): Update comment, refer to
4120 print_return_value instead of register_value_being_returned.
4121 * infcmd.c (print_return_value): Inline calls to
4122 register_value_being_returned and legacy_return_value. Simplify.
4123
4124 2004-06-11 Randolph Chung <tausq@debian.org>
4125
4126 * somread.c (som_symtab_read): Exclude gcc local symbols.
4127
4128 2004-06-11 Randolph Chung <tausq@debian.org>
4129
4130 * infrun.c (handle_inferior_event): Handle the case when a
4131 trampoline ends up in the runtime resolver, and if the trampoline
4132 has no name. Rearrange the code so that all the trampoline
4133 processing happens before other step-out-of-range handling.
4134
4135 2004-06-11 Martin Hunt <hunt@redhat.com>
4136
4137 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4138 has no fpu.
4139
4140 2004-06-10 Andrew Cagney <cagney@gnu.org>
4141
4142 * blockframe.c (legacy_inside_entry_func): Delete.
4143 (legacy_frame_chain_valid): Inline call to
4144 legacy_inside_entry_func, simplify.
4145
4146 2004-06-10 Bob Rossi <bob@brasko.net>
4147
4148 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4149 * dwarf2read.c (partial_die_info): Add dirname field.
4150 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4151 (read_partial_die): Save away DW_AT_comp_dir.
4152 * defs.h (symtab_to_filename): Removed.
4153 * source.c (find_and_open_source): Added.
4154 (open_source_file): Just calls find_and_open_source.
4155 (symtab_to_filename): Removed.
4156 (symtab_to_fullname, psymtab_to_fullname): Added.
4157 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4158 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4159 symtab_to_filename.
4160 * symtab.h (partial_symtab): Add dirname field.
4161 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4162 (mi_cmd_file_list_exec_source_file): Call new function
4163 symtab_to_fullname to find fullname.
4164 (mi_cmd_file_list_exec_source_files): Added.
4165 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4166 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4167
4168 2004-06-10 Andrew Cagney <cagney@gnu.org>
4169
4170 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4171 to generic_use_struct_convention, the default value.
4172
4173 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4174 of abort.
4175
4176 * ns32k-tdep.c (ns32k_push_arguments): New function.
4177 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4178 * infcall.c (call_function_by_hand): Call error instead of
4179 legacy_push_arguments.
4180 * value.h (legacy_push_arguments): Delete declaration.
4181 * valops.c (legacy_push_arguments): Delete function.
4182 (value_push): Delete function.
4183
4184 2004-06-10 Brian Ford <ford@vss.fsi.com>
4185
4186 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4187 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4188 info.
4189 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4190
4191 2004-06-10 Andrew Cagney <cagney@gnu.org>
4192
4193 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4194 * gdbarch.h, gdbarch.c: Re-generate.
4195 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4196 parameters.
4197 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4198 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4199 deprecated_pc_in_call_dummy instead of
4200 DEPRECATED_PC_IN_CALL_DUMMY.
4201 (arm_skip_prologue): Ditto.
4202 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4203 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4204 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4205 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4206 Ditto.
4207 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4208 (sh64_init_extra_frame_info, sh64_get_saved_register)
4209 (sh64_pop_frame): Ditto.
4210 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4211 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4212 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4213 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4214 (h8300_pop_frame): Ditto.
4215 * blockframe.c (legacy_inside_entry_func)
4216 (legacy_frame_chain_valid): Ditto.
4217 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4218 to deprecated_pc_in_call_dummy.
4219
4220 2004-06-09 Andrew Cagney <cagney@gnu.org>
4221
4222 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4223 provide a default value.
4224 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4225 * gdbarch.h, gdbarch.c: Re-generate.
4226 * arch-utils.c (generic_convert_register_p): Rename
4227 legacy_convert_register_p
4228 (legacy_register_to_value, legacy_value_to_register): Delete
4229 functions.
4230 * arch-utils.h (generic_convert_register_p): Rename
4231 legacy_convert_register_p.
4232 (legacy_register_to_value, legacy_value_to_register): Delete
4233 declarations.
4234
4235 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4236 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4237 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4238 * gdbarch.h, gdbarch.c: Re-generate.
4239 * infcmd.c (default_print_registers_info): Simplify.
4240 * findvar.c (value_of_register): Simplify.
4241 * mi/mi-main.c (get_register): Simplify.
4242 * arch-utils.c (legacy_convert_register_p): Always return 0.
4243 (legacy_register_to_value, legacy_value_to_register): Always call
4244 internal_error.
4245
4246 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4247 #ifdef CLEAR_INSN_CACHE code.
4248 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4249 Delete #ifdef CLEAR_DEFERRED_STORES code.
4250
4251 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4252
4253 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4254 copyright.
4255 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4256
4257 * config/mips/mipsv4.mh: Delete file.
4258
4259 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4260 unreferenced macro.
4261 (hpread_adjust_stack_address): Delete declaration.
4262
4263 2004-06-08 Andrew Cagney <cagney@gnu.org>
4264
4265 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4266 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4267 PTRACE_ATTACH / PTRACE_DETACH available call error.
4268 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4269 * infttrace.c (update_thread_state_after_attach, attach, detach):
4270 Remove #ifdef wrappers.
4271 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4272 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4273 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4274 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4275 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4276 * config/nm-linux.h (ATTACH_DETACH): Delete.
4277 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4278 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4279 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4280 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4281 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4282
4283 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4284
4285 * configure.in: Set $configdir to the right OS specific value.
4286 Use value when setting $tcldir and $tkdir.
4287 * configure: Regenerate.
4288
4289 2004-06-06 Paul Brook <paul@codesourcery.com>
4290
4291 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4292 records.
4293
4294 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4295
4296 * ada-lang.c (lookup_symbol_in_language): New function to allow
4297 re-use of another language's symbol lookup code. (Placed here
4298 temporarily while Ada support is being integrated into the public
4299 tree).
4300 (restore_language): New auxiliary function for
4301 lookup_symbol_in_language.
4302 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4303 temporarily while Ada support is being integrated into the public
4304 tree).
4305
4306 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4307
4308 * Makefile.in (check//%): New.
4309
4310 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4311 (mn10300_store_return_value): Rewrite.
4312 (mn10300_type_align): New.
4313 (mn10300_use_struct_convention): Rewrite.
4314 (mn10300_return_value): New, using all of the above.
4315 (mn10300_pop_frame_regular): Add saved_regs_size.
4316 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4317
4318 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4319 regs if PC is on movm.
4320
4321 2004-06-07 Jim Blandy <jimb@redhat.com>
4322
4323 Add native Linux support for the PowerPC E500.
4324 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4325 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4326 all architectures except the E500.
4327 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4328 #definitions.
4329 (struct gdb_evrregset_t): New type.
4330 (have_ptrace_getsetevrregs): New variable.
4331 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4332 fetch_spe_registers): New functions.
4333 (fetch_register): Call fetch_spe_register as appropriate.
4334 Assert that we're only passed raw register numbers.
4335 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4336 Don't fetch gprs if they're pseudoregisters.
4337 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4338 store_spe_registers): New functions.
4339 (store_register): Call store_spe_register as appropriate.
4340 Assert that we're only passed raw register numbers.
4341 (store_ppc_registers): Call store_spe_registers as appropriate.
4342 Don't store gprs if they're pseudoregisters.
4343
4344 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4345
4346 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4347 struct if one exists, even if we are dealing with a zombie thread.
4348
4349 2004-06-07 Andrew Cagney <cagney@gnu.org>
4350
4351 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4352 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4353 Rename PC_REQUIRES_RUN_BEFORE_USE.
4354 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4355 #ifdef.
4356
4357 2004-06-07 Randolph Chung <tausq@debian.org>
4358
4359 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4360 unwinding after sp has been saved to the stack but before the end
4361 of the prologue, and after the fp has been modified but before it has
4362 been saved to the stack.
4363 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4364 Remove superfluous definitions.
4365 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4366
4367 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4368
4369 Committed by Randolph Chung.
4370 * hppa-linux-nat.c: Include the correct version of the header file
4371 depending on the kernel version.
4372
4373 2004-06-06 Randolph Chung <tausq@debian.org>
4374
4375 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4376 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4377
4378 2004-06-06 Randolph Chung <tausq@debian.org>
4379
4380 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4381 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4382 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4383 * hppa-tdep.c (hppa_symbol_address): New function definition.
4384 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4385
4386 2004-06-06 Randolph Chung <tausq@debian.org>
4387
4388 * hppa-tdep.h (struct value): Forward declaration.
4389 (gdbarch_tdep): Define tdep find_global_pointer method.
4390 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4391 associated with the function we are trying to call, and write it
4392 to the gp register.
4393 (hppa32_convert_from_funct_ptr_addr): New function.
4394 (hppa_find_global_pointer): New function.
4395 (hppa_gdbarch_init): Set default find_global_pointer method; set
4396 convert_from_func_ptr_addr method.
4397 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4398 (hppa_linux_init_abi): Set find_global_pointer method.
4399 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4400
4401 2004-06-06 Randolph Chung <tausq@debian.org>
4402
4403 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4404 to struct value *function.
4405 * gdbarch.c: Regenerate.
4406 * gdbarch.h: Likewise.
4407 * infcall.c (call_function_by_hand): Pass entire function value
4408 to push_dummy_call.
4409
4410 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4411 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4412 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4413 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4414 * arm-tdep.c (arm_push_dummy_call): Likewise.
4415 * avr-tdep.c (avr_push_dummy_call): Likewise.
4416 * cris-tdep.c (cris_push_dummy_call): Likewise.
4417 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4418 * frv-tdep.c (frv_push_dummy_call): Likewise.
4419 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4420 * hppa-tdep.c (hppa32_push_dummy_call)
4421 (hppa64_push_dummy_call): Likewise.
4422 * i386-tdep.c (i386_push_dummy_call): Likewise.
4423 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4424 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4425 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4426 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4427 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4428 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4429 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4430 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4431 (ppc64_sysv_abi_push_dummy_call): Likewise.
4432 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4433 (ppc64_sysv_abi_push_dummy_call): Likewise.
4434 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4435 * s390-tdep.c (s390_push_dummy_call): Likewise.
4436 * sh-tdep.c (sh_push_dummy_call_fpu)
4437 (sh_push_dummy_call_nofpu): Likewise.
4438 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4439 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4440 * vax-tdep.c (vax_push_dummy_call): Likewise.
4441
4442 2004-06-04 Jim Blandy <jimb@redhat.com>
4443
4444 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4445 gdbarch argument to register_size.
4446
4447 * rs6000-tdep.c (rs6000_store_return_value): Use
4448 regcache_cooked_write_part instead of
4449 deprecated_write_register_bytes.
4450 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4451 not gdbarch_deprecated_store_return_value.
4452
4453 * ppc-linux-nat.c (store_register, fetch_register): Remove
4454 incorrect assertions. Simplify and generalize handling of
4455 transfers whose sizes are not multiples of, or less than, sizeof
4456 (PTRACE_XFER_TYPE).
4457
4458 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4459
4460 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4461 as a new thread event.
4462 * thread-db.c (thread_get_info_callback): If the thread is a
4463 zombie, return TD_THR_ZOMBIE.
4464 (thread_from_lwp): If thread_get_info_callback returns
4465 TD_THR_ZOMBIE, check if the thread is still on the thread list
4466 and return a -1 ptid if not found.
4467 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4468 change the status to TARGET_WAITKIND_SPURIOUS.
4469
4470 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4471
4472 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4473 double values in little endian mode.
4474
4475 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4476
4477 Committed by Andrew Cagney.
4478 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4479 after last enum constant to avoid error from IBM C
4480 compiler.
4481
4482 2004-06-02 Jim Blandy <jimb@redhat.com>
4483
4484 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4485 to 'message', and make it local to the lone block that uses it.
4486
4487 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4488
4489 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4490
4491 * ada-exp.y: Update copyright notice.
4492 Include block.h.
4493
4494 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4495 SPECIAL_VARIABLE and unify the treatment of these cases.
4496
4497 (write_attribute_call0): Remove.
4498 (write_attribute_call1): Remove.
4499 (write_attribute_calln): Remove.
4500 (save_qualifier): Add missing semicolon.
4501
4502 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4503 temporarily disabled to allow compilation with FSF head version.
4504
4505 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4506 use individual operators (OP_*) for all attributes.
4507 (exp syntax): Use write_int.
4508 Handle STRING literals with OP_STRING.
4509 (variable syntax): Add limit parameter to calls to
4510 write_object_renaming.
4511
4512 (temp_parse_space): New definition to hold entities that need
4513 only live until the next call to ada_parse.
4514 (string_to_operator): Rename fields of ada_opname_table entries.
4515
4516 (write_var_from_sym): Record block.
4517 (write_var_from_name): Minor reformatting.
4518 Make sure saved name is properly encoded in the case of multiple
4519 matches, and set its language to Ada.
4520 Update comment.
4521 Modify to indicate unresolved name as symbol in the UNRESOLVED
4522 namespace, allocated in temp_parse_space.
4523 (write_int): New function.
4524
4525 (write_object_renaming): Add max_depth parameter to limit
4526 chains of object renamings.
4527 Handle case where root of renaming expression is itself a renaming.
4528 Use temp_parse_space for temporary name buffer.
4529 Handle renamings to dereferenced pointers (___XEXA suffices).
4530
4531 (ada_parse, yyerror, string_to_operator,
4532 write_var_from_sym, write_var_from_name, write_attribute_call0,
4533 write_attribute_call1, write_attribute_calln,
4534 write_object_renaming): Protoize.
4535
4536 (_initialize_ada_exp): New function.
4537
4538 * ada-lang.c: Update copyright notice.
4539 General terminology change to conform to GNAT compiler usage:
4540 mangle => encode, demangle => decode
4541 Include gdb_obstack.h.
4542 Include gdb_regex.h
4543 Include frame.h
4544 Include hashtab.h
4545 Include completer.h
4546 Include gdb_stat.h
4547 Include block.h
4548 Include infcall.h
4549
4550 (ADA_RETAIN_DOTS): Make sure this is defined.
4551 (TRUNCATION_TOWARDS_ZERO): Define.
4552 (struct string_vector): Define.
4553 (unresolved_names): Remove definition.
4554 (xnew_string_vector): New function.
4555 (string_vector_append): New function.
4556 (extract_string): Make static.
4557 (ada_unqualified_name): New function.
4558 (add_angle_brackets): New function.
4559 (function_name_from_pc): New function.
4560 (place_on_stack): Rename to ensure_lval.
4561
4562 (ensure_lval): Renamed from place_on_stack.
4563 Make identity on lvals.
4564 Update comment.
4565 (is_nonfunction): New interface.
4566 Only symbols in LOC_CONST class can be enumerals.
4567 (fill_in_ada_prototype): Remove; now independent of language.
4568 (add_defn_to_vec): Add obstack and symtab arguments.
4569 Use obstack to hold collected definitions.
4570 (num_defns_collected): New function.
4571 (defns_collected): New function.
4572 (ada_resolve_subexp): Rename to resolve_subexp.
4573 (resolve_subexp): Renamed from ada_resolve_subexp.
4574 (ada_op_name): Return non-const result.
4575 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4576 other purposes.
4577
4578 (to_fixed_array_type): Add declaration.
4579 (coerce_unspec_val_to_type): Remove offset parameter.
4580 (find_sal_from_funcs_and_line): New interface.
4581 (find_line_in_linetable): Ditto.
4582
4583 (all_sals_for_line): Rename to ada_sals_for_line and make
4584 global.
4585 Add new parameter. When set, do not ask the user to choose the
4586 instance, but use the first one found instead.
4587 Use given line number in returned sals.
4588 Fix comment.
4589 Skip the prologue if funfirstline is set.
4590 Correct for memory leak when 0 lines found.
4591
4592 (value_pos_atr): Use pos_atr.
4593 (pos_atr): New function.
4594 (standard_lookup): Add block parameter.
4595
4596 (makeTimeStart): Remove declaration and uses.
4597 (makeTimeStop): Remove declaration and uses.
4598
4599 (ada_completer_word_break_characters): Allow for VMS.
4600 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4601 (raise_sym_name): New constant.
4602 (raise_unhandled_sym_name): New constant.
4603 (raise_assert_sym_name): New constant.
4604 (process_raise_exception_name): New constant.
4605 (longest_exception_template): New constant.
4606 (warning_limit): New variable to limit warnings during expression
4607 evaluation.
4608 (warnings_issued): New variable to keep track of warnings issued.
4609 (known_runtime_file_name_patterns): New constant.
4610 (known_auxiliary_function_name_patterns): New constant.
4611 (symbol_list_obstack): New variable.
4612
4613 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4614 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4615 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4616 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4617 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4618 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4619 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4620 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4621 and strcmp.
4622
4623 (ada_get_field_index): New function.
4624 (lim_warning): New function.
4625 (ada_translate_error_message): New function.
4626 (MAX_OF_SIZE): New function.
4627 (MIN_OF_SIZE): New function.
4628 (UMAX_OF_SIZE): New function.
4629 (UMIN_OF_SIZE): New function.
4630 (discrete_type_high_bound): New function.
4631 (discrete_type_low_bound): New function.
4632 (base_type): New function.
4633 (do_command): Remove.
4634
4635 (ada_update_initial_language): Use language_ada, not language_unknown.
4636 (ada_encode): Renamed from ada_mangle.
4637 Obey ADA_RETAIN_DOTS.
4638 (ada_decode): Renamed from ada_demangle.
4639 Update coding conventions.
4640 (decoded_names_store): New hash table.
4641 (ada_decode_symbol): New function.
4642 (ada_la_decode): New function.
4643
4644 (modify_general_field): Correct computations of offset and bit
4645 position.
4646 (desc_base_type): Handle ref types, too.
4647 (ada_is_direct_array_type): New function.
4648
4649 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4650 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4651 (ada_is_bogus_array_descriptor,ada_type_of_array,
4652 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4653 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4654 ada_is_array_descriptor_type.
4655
4656 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4657 (ada_is_packed_array_type): Handle pointers or
4658 references to packed arrays as well.
4659 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4660 (decode_packed_array_type): Search for the packed array type
4661 symbol in the currently selected block and associated
4662 superblocks too.
4663 Use lookup_symbol again.
4664
4665 (decode_packed_array): Handle pointers and references.
4666 Update call to coerce_unspec_val_to_type.
4667 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4668 (ada_value_primitive_packed_val): Improve comment.
4669
4670 (ada_index_type): Substitute int type for "undefined".
4671 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4672 ada_array_langth, ada_is_string_type): Use renamed
4673 ada_is_simple_array_type.
4674 (empty_array): New function.
4675
4676 (ada_resolve): Rename to resolve.
4677 (resolve): Make static.
4678 Call renamed resolve_subexp.
4679 Update comment.
4680 (ada_resolve_subexp): Rename to resolve_subexp.
4681 (resolve_subexp): Update comment.
4682 Decomment disabled code.
4683 Add LOC_COMPUTED* cases.
4684 Modify to use temporary struct symbols (marked as being in
4685 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4686 OP_UNRESOLVED_VALUE.
4687 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4688 Add OP_STRING case.
4689 Remove OP_ARRAY.
4690 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4691 Use new ada_lookup_symbol_list interface.
4692 Use new ada_resolve_function interface.
4693 Remove OP_TYPE case.
4694
4695 (ada_args_match): Idiot proof against null actuals.
4696 Use intermediate variables to clarify.
4697 (ada_resolve_function): Update comment and interface.
4698 (mangled_ordered_before): Rename to encoded_ordered_before and
4699 update comment.
4700 (sort_choices): Update comment and interface.
4701 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4702 (user_select_syms): New interface.
4703 Use new sort_choices interface.
4704 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4705 (possible_user_operator_p): Idiot-proof against null values.
4706 (ada_simple_renamed_entity): Don't make cleanup; rely on
4707 caller to free result string.
4708 Remove const from return type.
4709 (make_array_descriptor): Rename uses of place_on_stack to
4710 ensure_lval.
4711 Make sure that arrays are on stack.
4712
4713 (HASH_SIZE): Define.
4714 (struct cache_entry): Define.
4715 (cache_space): Define.
4716 (cache): Define.
4717 (clear_ada_sym_cache): New function.
4718 (find_entry): New function.
4719 (lookup_cached_symbol): New function.
4720 (defn_vector_size): Define.
4721 (cache_symbol): New function.
4722 (defn_symbols): Remove.
4723
4724 (standard_lookup): Use lookup_symbol_in_language to get effect of
4725 C lookup.
4726 Cache results.
4727
4728 (symbol_completion_match): New function.
4729 (symbol_completion_add): New function.
4730 (ada_make_symbol_completion_list): New function.
4731
4732 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4733 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4734 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4735 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4736
4737 (ada_lookup_simple_minsym): New function.
4738 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4739
4740 (add_symbols_from_enclosing_procs): New interface.
4741 Conditionalize more helpfully.
4742 Don't bother if program isn't running.
4743 Use new interface to get_frame_block.
4744 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4745
4746 (remove_extra_symbols): New interface.
4747 (xget_renaming_scope): New function.
4748 (is_package_name): New function.
4749 (renaming_is_visible): New function.
4750 (remove_out_of_scope_renamings): New function.
4751
4752 (ada_lookup_symbol_list): New interface.
4753 Properly reinitialize the symbol list obstack.
4754 Don't call add_symbols_from_enclosing_procs if we start from a
4755 static or global block.
4756 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4757 add_symbols_from_enclosing_procs.
4758 Add symtab data to cached entries.
4759 Handle symbols prefixed with
4760 "standard__" specially; strip prefix and don't look in local symbols.
4761 Do not include out of scope renaming symbols in list of
4762 symbols returned.
4763 Add const to block parameter.
4764 Move check for non-local, non-global symbols earlier.
4765 Remove timing stuff.
4766 (ada_lookup_symbol): New interface.
4767 Find symtab as well.
4768 (ada_lookup_symbol_nonlocal): New function.
4769
4770 (is_name_suffix): Enhance suffix detection to recognize
4771 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4772 (is_dot_digits_suffix): New function.
4773 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4774
4775 (ada_add_block_symbols): New interface. Use obstack to return results
4776 in a vector of struct ada_symbol_infos. Add symtab argument.
4777 Use new interface to add_defn_to_vec.
4778 Remove calls to fill_in_ada_prototype.
4779 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4780
4781 (ada_finish_decode_line_1): Add const qualification to local to fix
4782 warning.
4783 Start looking in static block for functions to avoid attempts
4784 to search frame chain for up-level variables.
4785 Adapt to new ada_sals_for_line interface.
4786 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4787 Handle quoting of the function name inside the spec string.
4788 Skip prologue when funfirstline is set and update the
4789 function documentation to that effect.
4790
4791 (debug_print_lines, debug_print_block, debug_print_blocks,
4792 debug_print_symtab): Remove.
4793
4794 (ada_main_name): New function.
4795 (ada_exception_breakpoint_type): New function.
4796 (is_known_support_routine): New function.
4797 (ada_find_printable_frame): Renamed from find_printable_frame and made
4798 global.
4799 Remove level parameter.
4800 Use new interface to select_frame.
4801
4802 (begin_command): Remove.
4803 (ada_adjust_exception_stop): New function.
4804 (ada_print_exception_stop): New function.
4805 (exception_name_from_cond): New function.
4806 (ada_report_exception_break): Replace disabled code with
4807 conditionalization on GNAT_GDB.
4808 Get the exception name from the condition string.
4809 Remove and move functionality into new functions
4810 ada_print_exception_breakpoint_task and
4811 ada_print_exception_breakpoint_nontask.
4812 (error_breakpoint_runtime_sym_not_found): New function.
4813 (is_runtime_sym_defined): New function.
4814 (ada_breakpoint_rewrite): Uncomment suppressed code.
4815 Use symbolic error-message and runtime-symbol names.
4816 Surround runtime symbol names in quotes.
4817 Allow non-specific breakpoints on exceptions and assertions before
4818 program starts.
4819
4820 (ada_is_tagged_type): Add parameter.
4821 (ada_is_tag_type): New function.
4822 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4823 (ada_variant_discrim_type): Ditto.
4824 (value_tag_from_contents_and_address): New function.
4825 (type_from_tag): New function.
4826 (struct tag_args): New structure used to communicate with
4827 ada_tag_name_1.
4828 (ada_tag_name_1): New function.
4829 (ada_tag_name): New function.
4830
4831 (ada_scan_number): Update comment.
4832 (find_struct_field): New function.
4833 (ada_search_struct_field): Make static.
4834 (ada_value_struct_elt): New version that returns references when
4835 given pointers or references to structs.
4836 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4837 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4838 interface.
4839 (ada_value_ind): Use new ada_to_fixed_value interface.
4840 (ada_coerce_ref): Ditto.
4841 (field_offset): Remove.
4842
4843 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4844 (ada_find_renaming_symbol): New function.
4845 (ada_prefer_type): Prefer named types over unnamed ones.
4846 (variant_field_index): New function.
4847 (contains_variant_part): Removed: subsumed by variant_field_index.
4848 (ada_template_to_fixed_record_type): New function, mostly from
4849 template_to_fixed_record_type.
4850 (template_to_fixed_record_type):
4851 Do not scan the type fields beyond the last one; prevents a
4852 potential SEGV.
4853 Handle case where variant field is listed BEFORE discriminant it
4854 depends on.
4855 Fix calculation of record length when bit length is
4856 not evenly divisible by char length.
4857 Move code to ada_template_to_fixed_record_type and call it.
4858
4859 (template_to_static_fixed_type): Revise comment.
4860 Modify to work on ordinary record types as well as templates,
4861 so as to handle fields that use ___XVE or ___XVU encodings.
4862 (to_record_with_fixed_variant_part): Fill out comment.
4863 Initialize C++ stuff in right type.
4864 Allow case where DVAL is null.
4865 Handle case where variant field is not last.
4866 Fix typo concerning record length.
4867 (to_fixed_record_type): Decomment disabled code.
4868 (to_fixed_record_type): Use variant_field_index instead of
4869 contains_variant_part.
4870 (to_fixed_variant_branch_type): Ditto.
4871 (to_fixed_array_type): Decomment disabled code.
4872 (ada_to_fixed_type): Convert tagged types to the specific type.
4873 Deactivate the size-check for array types in order to avoid
4874 some false size alarms.
4875 (to_static_fixed_type): Decomment disabled code.
4876 Modify to call template_to_static_fixed_type
4877 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4878 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4879 Remove valaddr argument, as it is never really used.
4880 (ada_to_fixed_value): Change interface to act on single struct value*
4881 operand.
4882 (adjust_pc_past_prologue): New function.
4883 (ada_attribute_name): Modify to take enum exp_opcode argument.
4884
4885 (ada_enum_name): Recognize new homonym-distinguishing convention.
4886 Adjust local variable's type to remove compiler warning.
4887 Fix a small problem in the part that unqualifies the enumeration name.
4888 (ada_value_binop): New function.
4889 (ada_value_equal): New function.
4890
4891 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4892 Don't give error message when not doing normal evaluation
4893 and a tagged type doesn't seem to contain a structure member.
4894 Give error message for packed arrays.
4895 For indexing arrays, handle pointers to packed arrays correctly.
4896 Handle case of 'first and 'last attributes of bare integral type
4897 without encoded subtype info.
4898 Remove some unnecessary casts.
4899 Fix uninitialized value of type in computing 'first, 'last, or 'length
4900 of array object.
4901 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4902 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4903 calls.
4904 Attributes are now exp_opcode values.
4905 Correct treatment of 'modulus.
4906 Better error message for taking 'length of wrong kind of type;
4907 improve comment.
4908 Change EVAL_NORMAL to noside for consistency.
4909 Use ada_value_binop for DIV, MOD, REM.
4910 Make special case out of array of length 0, since an argument
4911 of 0 upsets some platforms' malloc.
4912 Use OP_STRING instead of OP_ARRAY.
4913 For slice, add check that we have an array type before extracting
4914 a slice out of it. Avoids a SEGV.
4915 When evaluating an array slice, if the array type is a reference to
4916 an aligner type, then replace the aligner type by the actual type.
4917 Decomment disabled code.
4918 Remove some dead code.
4919 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4920 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4921 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4922 and UNOP_MBR to UNOP_IN_RANGE.
4923 If an array type has a parallel ___XVE type, then use it.
4924 Turn arrays into pointers for lvalue arrays.
4925 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4926 bounds error and handle 0-length slices.
4927 Use lim_warning.
4928 When selecting fields, apply ada_to_fixed_value (because the fields
4929 might have ___XVU or ___XVE encodings even if not dynamic.)
4930 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4931 (ada_is_system_address_type): New function.
4932
4933 (get_var_value): Use new interface to ada_lookup_symbol_list.
4934 (get_int_var_value): New interface.
4935 (to_fixed_range_type): Allow unknown bound, with warning.
4936 (ada_is_modular_type): Decomment disabled code.
4937 (ADA_OPERATORS): New definition.
4938 (ada_operator_length): New function.
4939 (ada_expr_op_name): New function.
4940 (ada_forward_operator_length): New function.
4941 (ada_dump_subexp_body): New function.
4942 (ada_print_subexp): New function.
4943 (ada_exp_descriptor): New constant.
4944 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4945 (ada_language_defn): Add ada_exp_descriptor entry.
4946 Change ada_parse => parse.
4947 Add post-parser entry.
4948 Use ada-specific non-local symbol lookup.
4949 Don't use C-style arrays.
4950 String lower-bound is 1.
4951 Decomment disabled code.
4952 (parse): New function.
4953 New fields ada_translate_error_message, ada_lookup_symbol,
4954 ada_lookup_minimal_symbol.
4955
4956 * ada-lang.h: Update copyright dates.
4957 Replace the mangle/demangle terminology throughout by the
4958 more appropriate encode/decode one.
4959 Include breakpoint.h.
4960 Forward declare struct partial_symbol, struct block.
4961 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4962 (EXTRACT_ADDRESS): Remove.
4963 (EXTRACT_INT): Remove.
4964 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4965 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4966 (MAX_RENAMING_CHAIN_LENGTH): Define.
4967 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4968
4969 (enum task_states): Remove.
4970 ada_task_states: Remove.
4971 (fat_string): Remove.
4972 (struct entry_call): Remove.
4973 (struct task_fields): Remove.
4974 (struct task_entry): Remove.
4975
4976 (struct ada_symbol_info): Define.
4977 (enum ada_attribute): Remove.
4978 (enum ada_operator): Define.
4979
4980 (ada_get_field_index): Declare.
4981 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4982 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4983 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4984 (ada_lookup_symbol_list): New interface.
4985 (ada_decode_symbol): Declare.
4986 (ada_decode): Declare.
4987 (ada_lookup_symbol): New interface.
4988 (ada_update_initial_language): Declare.
4989 (ada_lookup_simple_minsym): Declare.
4990 (user_select_syms): New interface.
4991 (ada_sals_for_line): Declare.
4992 (ada_is_tagged_type): New interface.
4993 (ada_tag_name): Declare.
4994 (ada_lookup_struct_elt_type): Remove declaration.
4995 (ada_search_struct_field): Remove declaration.
4996 (ada_attribute_name): New interface.
4997 (ada_is_system_address_type): Declare.
4998 (ada_to_fixed_value): Remove declaration.
4999 (ada_template_to_fixed_record_type_1): Declare.
5000 (get_int_var_value): New interface.
5001 (ada_find_any_symbol): Declare.
5002 (ada_find_renaming_symbol): Declare.
5003 (ada_mangle): Rename to ada_encode.
5004 (ada_simple_renamed_entity): Remove const.
5005 (ada_main_name): Declare.
5006 (get_current_task): Rename to ada_get_current_task.
5007 (get_entry_number): Remove declaration.
5008 (ada_report_exception_break): Remove declaration.
5009 (ada_print_exception_breakpoint_nontask): Declare.
5010 (ada_print_exception_breakpoint_task): Declare.
5011 (ada_find_printable_frame): Declare.
5012
5013 * ada-lex.l: Update copyright notices.
5014 Use xmalloc and xfree instead of malloc and free.
5015 Use new interface to name_lookup.
5016 Use new interface to
5017 ada_mangle=>ada_encode.
5018 Redo handling of '$...' variable to parallel current treatment
5019 in c-exp.y.
5020 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5021 digit_to_int, strtoulst, processInt, processReal, processId,
5022 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5023 yywrap): Protoize.
5024
5025 (processInt): Use cast to remove harmless warning.
5026 (processReal): Modify to get rid of compiler warning on scan formats.
5027
5028 (processId): Replace xmalloc with obstack_alloc for name and remove
5029 call to ada_name_string_cleanup.
5030 Remove obsolete disabled code.
5031 (name_lookup): Ditto.
5032 New interface.
5033 Use obsavestring on temp_parse_space instead of savestring
5034 on name, and remove call to ada_name_string_cleanup.
5035 Free string returned from ada_simple_renamed_entity.
5036 Use new interface to ada_lookup_symbol_list.
5037 Decomment disabled code.
5038 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5039 not types.
5040 When a type name lookup succeeds as a result of
5041 lookup_primitive_typename, check for regular type entry that has not
5042 yet been read in.
5043 Limit length of chain of renamed symbols we are willing to follow.
5044 Do not break names beginning with "standard__" into segments.
5045 (block_lookup): Use new interface to ada_lookup_symbol_list.
5046
5047 * ada-typeprint.c: Update copyright notice.
5048 (demangled_type_name): Rename to decoded_type_name.
5049 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5050 (print_range_bound): Correct handling of negative
5051 bounds that make the index type looked unsigned under STABS.
5052 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5053 (print_range_type_named): Use the builtin int type if no type
5054 corresponding to the given type name could be found.
5055 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5056 Add some bullet-proofing.
5057 (print_variant_clauses): Allow for variant branches with ___XVU
5058 encodings that are not dynamic fields.
5059 Use new interface to ada_is_tagged_type.
5060 (print_record_type): Allow for fields with ___XVE encodings that
5061 are not dynamic fields.
5062 Use new interface to ada_is_tagged_type.
5063 (ada_print_type): ada_is_array_descriptor =>
5064 ada_is_array_descriptor_type.
5065
5066 * ada-valprint.c: Update copyright notice.
5067 Include gdb_string.h
5068 Include infcall.h
5069 (ui_memcpy): New function.
5070 (ada_print_floating): New function.
5071 (ada_print_str): Order arguments correctly.
5072 Correct handling of empty arrays and arrays of 0-length items.
5073 ada_is_array_descriptor => ada_is_array_descriptor_type
5074 Print values of type System.Address in hexadecimal format.
5075 Use ada_print_floating to print floating-point numbers in Ada format.
5076 Print class tag values with type names.
5077 No longer print the address of reference values. Avoids
5078 a potential confusion.
5079 (ada_value_print): Stop printing the object type for reference
5080 values, but preserve that behavior for access types. Avoids
5081 a potential confusion.
5082 Simplify one conditional expression, as the first part is now
5083 necessarily true.
5084 ada_is_array_descriptor => ada_is_array_descriptor_type
5085 Add check for arrays for null records, and print them by hand.
5086
5087 2004-06-01 Jim Blandy <jimb@redhat.com>
5088
5089 * ppc-tdep.h: Delete unused 'regoff' member.
5090 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5091
5092 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5093
5094 Fix PR symtab/1661.
5095 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5096 (hpread_read_struct_type): Likewise.
5097
5098 2004-06-01 Andrew Cagney <cagney@gnu.org>
5099
5100 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5101 instead of xasprintf.
5102 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5103 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5104 (mi_cmd_data_list_register_names)
5105 (mi_cmd_data_list_changed_registers)
5106 (mi_cmd_data_list_register_values)
5107 (get_register, mi_cmd_data_write_register_values)
5108 (mi_cmd_data_write_register_values)
5109 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5110 (mi_cmd_target_download, mi_cmd_target_select)
5111 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5112 (mi_execute_cli_command, mi_execute_async_cli_command)
5113 (mi_execute_async_cli_command): Ditto.
5114 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5115 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5116
5117 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5118 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5119 error_last_message instead of mi_error_last_message.
5120 * mi/mi-main.c (mi_error_last_message): Delete function.
5121
5122 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5123 "invalid number of columns" error. Delete redundant "out of
5124 memory" check.
5125
5126 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5127
5128 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5129 (gregset_t, fpregset_t): Remove typedefs.
5130 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5131 (REG_OFFSET): Rename argument.
5132 (i386bsd_r_reg_offset): Rename from reg_offset.
5133 (REG_ADDR): Remove macro.
5134 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5135 functions.
5136 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5137 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5138 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5139 instead of supply_gregset.
5140 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5141 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5142 instead of fill_gregset.
5143 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5144
5145 * i386bsd-nat.c: Don't include "gregset.h".
5146 (supply_gregset, fill_gregset): Make static.
5147 (supply_fpregset, fill_fpregset): Remove.
5148 * Makefile.in (i386bsd-nat.o): Update dependencies.
5149
5150 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5151
5152 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5153 "gdb_assert.h". Con't include "gregset.h".
5154 (fbsd_make_corefile_notes): Use regset-based core file support
5155 instead off fill_gregset and fill_fpregset.
5156 * Makefile.in (fbsd-proc.o): Update dependencies.
5157
5158 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5159 instructions.
5160 (m88k_frame_prev_register): Simplify code a bit.
5161
5162 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5163 (amd64_collect_fpregset): New function.
5164 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5165
5166 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5167
5168 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5169 (i386_collect_gregset): New function.
5170 (i386_supply_fpregset): Adjust comment.
5171 (i386_collect_fpregset): New function.
5172 (i386_regset_from_core_section): Use i386_collect_gregset and
5173 i386_collect_fpregset.
5174
5175 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5176 handle VALUEP being null.
5177
5178 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5179
5180 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5181
5182 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5183
5184 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5185 assembler in OpenBSD 3.5-current.
5186 (amd64obsd_sigcontext_addr): Likewise.
5187
5188 2004-05-28 Jim Blandy <jimb@redhat.com>
5189
5190 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5191 register set, so our regcache isn't declared "legacy" and our E500
5192 pseudoregister read and write functions aren't ignored.
5193 (rs6000_register_byte, rs6000_register_raw_size,
5194 rs6000_register_virtual_type, rs6000_register_convertible,
5195 rs6000_register_convert_to_virtual,
5196 rs6000_register_convert_to_raw): Deleted.
5197 (rs6000_register_type, rs6000_convert_register_p,
5198 rs6000_register_to_value, rs6000_value_to_register): New
5199 functions.
5200 (rs6000_gdbarch_init): Don't register
5201 gdbarch_deprecated_register_size,
5202 gdbarch_deprecated_register_bytes,
5203 gdbarch_deprecated_register_byte,
5204 gdbarch_deprecated_register_raw_size,
5205 gdbarch_deprecated_register_virtual_type,
5206 gdbarch_deprecated_register_convertible,
5207 gdbarch_deprecated_register_convert_to_virtual, or
5208 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5209 register gdbarch_register_type, gdbarch_convert_register_p,
5210 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5211
5212 2004-05-26 Jim Blandy <jimb@redhat.com>
5213
5214 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5215 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5216 functions, updated to match the register numberings used in GCC.
5217 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5218 rs6000_dwarf2_reg_to_regnum as register number conversions
5219 functions for STABS and Dwarf2.
5220
5221 2004-05-26 Randolph Chung <tausq@debian.org>
5222
5223 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5224 in header file.
5225
5226 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5227
5228 * NEWS: Document new "start" command.
5229
5230 2004-05-25 Randolph Chung <tausq@debian.org>
5231
5232 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5233 hppa-linux.
5234
5235 2004-05-25 Randolph Chung <tausq@debian.org>
5236
5237 * hppa-hpux-tdep.c (offsetof): Define.
5238 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5239 (hppa32_hpux_frame_base_before_sigtramp)
5240 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5241 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5242 (hppa64_hpux_frame_base_before_sigtramp)
5243 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5244 functions.
5245 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5246 (hppa_hpux_sigtramp_frame_unwind_cache)
5247 (hppa_hpux_sigtramp_frame_this_id)
5248 (hppa_hpux_sigtramp_frame_prev_register)
5249 (hppa_hpux_sigtramp_frame_unwind)
5250 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5251 (hppa_hpux_init_abi): Register sigtramp unwinder.
5252 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5253
5254 2004-05-25 Randolph Chung <tausq@debian.org>
5255
5256 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5257 and multiple stack unwinds.
5258 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5259
5260 2004-05-25 Andrew Cagney <cagney@gnu.org>
5261
5262 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5263 * symfile-mem.h: Delete file.
5264 * symfile-mem.c: Do not include "symfile-mem.h".
5265 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5266 "struct bfd_section". When an error do not bother returning NULL.
5267 (add_symbol_file_from_memory_command): Use "struct bfd" and
5268 "struct bfd_section".
5269 * Makefile.in (symfile_mem_h): Delete.
5270 (symfile-mem.o): Update dependencies.
5271
5272 2004-05-25 Nick Roberts <nickrob@gnu.org>
5273
5274 * gdb-mi.el: New file.
5275
5276 2004-05-25 Andrew Cagney <cagney@gnu.org>
5277
5278 * inftarg.c: Include "observer.h".
5279 (child_attach, child_create_inferior): Notify inferior_created.
5280 * corelow.c: Include "observer.h".
5281 (core_open): Notify inferior_created.
5282 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5283
5284 2004-05-25 Andrew Cagney <cagney@gnu.org>
5285
5286 * target.h (struct target_ops): Add from_tty to
5287 to_create_inferior.
5288 (target_create_inferior, find_default_create_inferior): Update.
5289 * infcmd.c (run_command): Update.
5290 * wince.c (child_create_inferior): Update.
5291 * win32-nat.c (child_create_inferior): Update.
5292 * uw-thread.c (uw_thread_create_inferior): Update.
5293 * thread-db.c (thread_db_create_inferior): Update.
5294 * target.c (debug_to_create_inferior)
5295 (find_default_create_inferior): Update.
5296 (maybe_kill_then_create_inferior): Update.
5297 * sol-thread.c (sol_thread_create_inferior): Update.
5298 * remote.c (extended_remote_async_create_inferior)
5299 (extended_remote_create_inferior): Update.
5300 * remote-vx.c (vx_create_inferior): Update.
5301 * remote-st.c (st2000_create_inferior): Update.
5302 * remote-sim.c (gdbsim_create_inferior): Update.
5303 * remote-sds.c (sds_create_inferior): Update.
5304 * remote-rdp.c (remote_rdp_create_inferior): Update.
5305 * remote-rdi.c (arm_rdi_create_inferior): Update.
5306 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5307 * remote-e7000.c (e7000_create_inferior): Update.
5308 * procfs.c (procfs_create_inferior): Update.
5309 * ocd.c (ocd_create_inferior): Update.
5310 * ocd.h (ocd_create_inferior): Update.
5311 * nto-procfs.c (procfs_create_inferior): Update.
5312 * monitor.c (monitor_create_inferior): Update.
5313 * lin-lwp.c (lin_lwp_create_inferior): Update.
5314 * inftarg.c (child_create_inferior): Update.
5315 * hpux-thread.c (hpux_thread_create_inferior): Update.
5316 * gnu-nat.c (gnu_create_inferior): Update.
5317
5318 2004-05-25 Andrew Cagney <cagney@gnu.com>
5319
5320 * MAINTAINERS: Update e-mail address.
5321
5322 2004-05-24 Randolph Chung <tausq@debian.org>
5323
5324 * thread.c (info_threads_command, thread_apply_all_command)
5325 (thread_apply_command, thread_command, do_captured_thread_select):
5326 Remove HPUXHPPA-specific code.
5327
5328 2004-05-24 Randolph Chung <tausq@debian.org>
5329
5330 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5331 unused symbols.
5332 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5333 references.
5334
5335 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5336
5337 * infcmd.c (kill_if_already_running): New function, extracted
5338 from run_command().
5339 (run_command): Replace extracted code by call to
5340 kill_if_already_running().
5341 (start_command): New function.
5342 (_initialize_infcmd): Add "start" command.
5343
5344 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5345
5346 Add OpenBSD/m88k support.
5347 * NEWS (New native configurations): Mention OpenBSD/m88k.
5348 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5349 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5350 * Makefile.in (m88k_tdep_h): New variable.
5351 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5352 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5353 * configure.host: Add m88*-*-openbsd*.
5354 * configure.tgt: Add m88*-*-openbsd*.
5355
5356 2004-05-24 Jim Blandy <jimb@redhat.com>
5357
5358 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5359 to approve changes.
5360
5361 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5362
5363 * symtab.c (fixup_section): Search section table when lookup by
5364 name fails.
5365
5366 2004-05-24 Randolph Chung <tausq@debian.org>
5367
5368 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5369 be "small_struct".
5370
5371 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5372
5373 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5374 register number in regcache_raw_collect call.
5375 (m68kbsd_collect_fpregset): Likewise.
5376 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5377
5378 * regset.h (struct regset): Add back `regset' member.
5379
5380 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5381
5382 * configure.in: Check for td_pcb in `struct thread'.
5383 * configure, config.in: Regenerated.
5384
5385 * dpx2-nat.c: Remove file.
5386 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5387 (dpx2-nat.o): Remove dependencies.
5388
5389 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5390 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5391 (amd64obsd_supply_pcb): New function.
5392 (_initialize_amd64obsd_nat): Enable libkvm interface.
5393 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5394 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5395 (LOADLIBES): New variable.
5396
5397 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5398 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5399 (sparc32nbsd_supply_pcb): New function.
5400 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5401 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5402 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5403 (LOADLIBES): New variable.
5404
5405 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5406
5407 * bsd-kvm.c, bsd-kvm.h: New files.
5408 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5409 "bsd-kvm.h".
5410 (i386fbsd_supply_pcb): New function.
5411 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5412 (i386fbsd-nat.o): Update dependencies.
5413 (bsd_kvm_h): New variable.
5414 (bsd-kvm.o): New dependency.
5415 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5416 (LOADLIBES): New variable.
5417
5418 * regset.c: Tweak comment.
5419 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5420 macro.
5421 * regset.h: Update copyright year.
5422 (struct regset): Remove `descr' member, add `gdbarch' member.
5423 (regset_alloc): Adjust prototype and comment.
5424 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5425 (i386_supply_fpregset): Likewise.
5426 (i386_regset_from_core_section): Update call to regset_alloc.
5427 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5428 REGSET->arch.
5429 (i386obsd_aout_regset_from_core_section): Update call to
5430 regset_alloc.
5431 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5432 REGSET->arch.
5433 (i386nbsd_aout_regset_from_core_section): Update call to
5434 regset_alloc.
5435 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5436 REGSET->arch.
5437 (amd64_regset_from_core_section): Update call to regset_alloc.
5438 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5439 REGSET->arch.
5440 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5441 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5442 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5443 (sparc32nbsd_init_abi): Update call to regset_alloc.
5444 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5445 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5446 (sparc64obsd_init_abi): Update call to regset_alloc.
5447 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5448 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5449 (sparc64nbsd_init_abi): Update call to regset_alloc.
5450 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5451 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5452 (sparc64fbsd_init_abi): Update call to regset_alloc.
5453
5454 2004-05-22 Jim Blandy <jimb@redhat.com>
5455
5456 * ppc-tdep.h (spe_register_p): New declaration.
5457 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5458 ppc_spefscr_regnum.
5459 * rs6000-tdep.c (spe_register_p): New function.
5460 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5461 spefscr.
5462 (rs6000_gdbarch_init): Initialize the new members of the tdep
5463 structure.
5464
5465 2004-05-21 Jim Blandy <jimb@redhat.com>
5466
5467 * ppc-linux-nat.c (fetch_register): Move code back to be next
5468 to the comment that describes it. (Moved code, instead of
5469 comment, for symmetry with store_register.)
5470
5471 Allocate regset structures in the gdbarch's obstack, not using
5472 xmalloc.
5473 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5474 Add 'arch' argument. Allocate the regset on arch's obstack, not
5475 using xmalloc.
5476 * regset.h (regset_alloc): Update declaration.
5477 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5478 gdbarch argument.
5479 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5480 * i386-tdep.c (i386_regset_from_core_section): Same.
5481 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5482 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5483 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5484 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5485 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5486 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5487
5488 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5489
5490 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5491
5492 2004-05-21 Jim Blandy <jimb@redhat.com>
5493
5494 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5495 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5496
5497 2004-05-20 Jim Blandy <jimb@redhat.com>
5498
5499 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5500
5501 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5502
5503 * regset.h: Make prototype const-correct.
5504 * regset.c (regset_xmalloc): Make const-correct.
5505
5506 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5507
5508 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5509 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5510 (symbol_search_name): Declare.
5511
5512 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5513 (iter_name_next_hashed): Ditto.
5514 (iter_name_next_linear): Ditto.
5515 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5516
5517 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5518 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5519 (symbol_search_name): New function.
5520
5521 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5522
5523 * minsyms.c (build_minimal_symbol_hash_tables): Change
5524 test for adding to demangled hash table to check for difference
5525 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5526
5527 2004-05-19 Jim Blandy <jimb@redhat.com>
5528
5529 Use a constructor function to create regset structures.
5530 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5531 (struct regset): Use supply_regset_ftype. Add new
5532 'collect_regset' member.
5533 (regset_xmalloc): New declaration.
5534 * regset.c: New file.
5535 * am64-tdep.c (amd64_regset_from_core_section): Use
5536 regset_xmalloc to construct regset structures.
5537 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5538 * i386-tdep.c (i386_regset_from_core_section): Same.
5539 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5540 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5541 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5542 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5543 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5544 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5545 * Makefile.in (COMMON_OBS): Add regset.o.
5546 (regset.o): New rule.
5547
5548 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5549
5550 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5551 and pthread_cond_wait.c.
5552
5553 2004-05-18 Jim Blandy <jimb@redhat.com>
5554
5555 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5556 before the mach-specific switch, and then let the individual cases
5557 override the defaults, rather than leaving them uninitialized
5558 until the switch and then setting them in each case.
5559
5560 2004-05-18 Randolph Chung <tausq@debian.org>
5561
5562 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5563 millicode functions.
5564
5565 2004-05-18 Randolph Chung <tausq@debian.org>
5566
5567 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5568 references to dld_flags_buffer consistent.
5569
5570 2004-05-18 Randolph Chung <tausq@debian.org>
5571
5572 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5573 it for unwinding the stack.
5574
5575 2004-05-18 Randolph Chung <tausq@debian.org>
5576
5577 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5578 Undefine these so we can overide them using gdbarch.
5579
5580 2004-05-18 Randolph Chung <tausq@debian.org>
5581
5582 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5583 handling for 64-bit HPUX (elf).
5584
5585 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5586
5587 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5588 constants.
5589 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5590 * ia64-tdep.c (examine_prologue): Likewise.
5591 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5592 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5593
5594 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5595
5596 * vax-tdep.c (vax_return_value): Implement
5597 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5598
5599 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5600
5601 * vax-tdep.c (vax_return_value): Fix typo.
5602
5603 2004-05-17 Andrew Cagney <cagney@redhat.com>
5604
5605 * MAINTAINERS: Mark Salter was also responsible for
5606 testsuite/config/
5607
5608 * NEWS: Mention signal fixes.
5609
5610 2004-05-17 Randolph Chung <tausq@debian.org>
5611
5612 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5613 check to see if we are unwinding an export stub. Export stubs clobber
5614 the %rp in the call path and stores the original rp in a stack slot.
5615
5616 2004-05-17 Jim Blandy <jimb@redhat.com>
5617
5618 * MAINTAINERS: Update address for J.T. Conklin.
5619
5620 2004-05-17 Randolph Chung <tausq@debian.org>
5621
5622 * hppa-tdep.c: Remove superfluous #include's.
5623 * Makefile.in (hppa-tdep.o): Update dependencies.
5624
5625 2004-05-17 Randolph Chung <tausq@debian.org>
5626
5627 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5628 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5629 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5630 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5631 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5632 Remove static function declarations.
5633
5634 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5635
5636 * alphabsd-nat.c: Update copyright year.
5637 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5638
5639 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5640 and M68K_A2_REGNUM.
5641
5642 * m68k-tdep.c (m68k_svr4_return_value): Implement
5643 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5644
5645 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5646
5647 * sol-thread.c Update copyright year. Fix various coding
5648 standards violations. Tweak a few comments.
5649 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5650 Delete prototypes.
5651
5652 2004-05-15 Randolph Chung <tausq@debian.org>
5653
5654 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5655 as pointer instead of array reference since HPUX compiler does
5656 not accept unsized array arguments.
5657 * somsolib.c (dld_flags_buffer): Use constant array size.
5658
5659 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5660
5661 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5662 offset with decimal offset.
5663 (amd64obsd_sigcontext_addr): Return correct address for entire
5664 signal trampoline.
5665
5666 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5667 instead of get_frame_base.
5668
5669 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5670 (fill_gregset): Use regcache_raw_collect.
5671
5672 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5673 ppcobsd-tdep.c.
5674
5675 * config/sparc/tm-nbsd64.h: Remove file.
5676 * config/tm-sunos.h: Remove file.
5677
5678 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5679
5680 * rs6000-tdep.c (store_param_on_stack_p): New function,
5681 an improved version of some code extracted from skip_prologue().
5682 (skip_prologue): Use store_param_on_stack_p() to detect
5683 instructions saving a parameter on the stack. Detect when r0
5684 is used to save a parameter.
5685 Do not mark "li rx, SIMM" instructions as part of the prologue,
5686 unless the following instruction is also part of the prologue.
5687
5688 2004-05-14 Andrew Cagney <cagney@redhat.com>
5689
5690 * infrun.c (handle_inferior_event): Simplify
5691 STEP_OVER_UNDEBUGGABLE.
5692
5693 * infrun.c (handle_step_into_function): Delete function.
5694 (handle_inferior_event): Inline calls to
5695 handle_step_into_function.
5696
5697 2004-05-14 Jerome Guitton <guitton@gnat.com>
5698
5699 * rs6000-nat.c: Fix a comment.
5700
5701 2004-05-12 David Anderson <davea@sgi.com>
5702
5703 Committed by Jim Blandy <jimb@redhat.com>:
5704 * regcache.c (struct regcache_descr): fix comment spelling.
5705
5706 2004-05-13 J. Brobecker <brobecker@gnat.com>
5707
5708 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5709 Fixes a link link failure.
5710
5711 2004-05-13 J. Brobecker <brobecker@gnat.com>
5712
5713 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5714 error that was causing the build to fail.
5715
5716 2004-05-13 J. Brobecker <brobecker@gnat.com>
5717
5718 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5719 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5720
5721 2004-05-13 Andrew Cagney <cagney@redhat.com>
5722
5723 * infrun.c (handle_inferior_event): Check for
5724 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5725 calls. Update comments.
5726
5727 2004-05-13 Jim Blandy <jimb@redhat.com>
5728
5729 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5730 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5731 (store_regs_user_thread, store_regs_kernel_thread): Use
5732 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5733 * ppc-linux-nat.c (fill_gregset): Same.
5734 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5735 (ppc_linux_sigtramp_cache): Same.
5736 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5737 (ppcnbsd_sigtramp_cache_init): Same.
5738 * rs6000-nat.c (fetch_core_registers): Same.
5739 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5740 (rs6000_frame_cache): Same.
5741
5742 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5743 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5744 of assuming that the gprs are numbered starting with zero.
5745 * ppc-linux-nat.c (fill_gregset): Same.
5746 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5747 * ppcnbsd-nat.c (getregs_supplies): Same.
5748 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5749 * rs6000-nat.c (fetch_core_registers): Same.
5750 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5751
5752 2004-05-07 Michael Snyder <msnyder@redhat.com>
5753
5754 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5755 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5756
5757 2004-05-13 Andrew Cagney <cagney@redhat.com>
5758
5759 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5760
5761 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5762
5763 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5764 base_address for shared libraries.
5765
5766 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5767
5768 * MAINTAINERS (write after approval): Add myself.
5769
5770 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5771
5772 * breakpoint.c (bpstat_stop_status): Add new argument
5773 STOPPED_BY_WATCHPOINT. Use it instead of testing
5774 target_stopped_data_address agaist 0 to check whether
5775 or not we stopped due to a hardware watchpoint.
5776 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5777 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5778 with new argument.
5779
5780 2004-05-12 Jim Blandy <jimb@redhat.com>
5781
5782 * configure.in: When checking whether we should use the -bbigtoc
5783 option, don't forget to restore the original value of LDFLAGS.
5784 * configure: Regenerated.
5785
5786 2004-05-12 Andrew Cagney <cagney@redhat.com>
5787
5788 * thread.c (load_infrun_state): Delete step_sp.
5789 * infrun.c (context_switch): Ditto.
5790 * inferior.h (step_sp): Ditto.
5791 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5792 * gdbthread.h (struct thread_info, save_infrun_state)
5793 (restore_infrun_state): Ditto.
5794
5795 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5796
5797 * MAINTAINERS (write after approval): Add myself.
5798
5799 2004-05-12 Andrew Cagney <cagney@redhat.com>
5800
5801 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5802 eliminate reference to step_sp.
5803 (struct execution_control_state, init_execution_control_state)
5804 (handle_inferior_event, keep_going): Delete update_step_sp and
5805 step_sp.
5806 * infcmd.c (step_sp): Note that variable is unused.
5807
5808 2004-05-11 Andrew Cagney <cagney@redhat.com>
5809
5810 * infrun.c (step_over_function): Delete function.
5811 (handle_step_into_function): Use insert_step_resume_breakpoint.
5812 (insert_step_resume_breakpoint): Fix assertion.
5813
5814 2004-05-11 Nick Roberts <nickrob@gnu.org>
5815
5816 * utils.c (defaulted_query): Just use the normal query input type
5817 when printing the annotations.
5818
5819 2004-05-11 Andrew Cagney <cagney@redhat.com>
5820
5821 * infrun.c (handle_inferior_event): Simplify code handling
5822 step-into or return-from a signal trampoline.
5823
5824 2004-05-11 Andrew Cagney <cagney@redhat.com>
5825
5826 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5827 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5828
5829 2004-05-10 Jim Blandy <jimb@redhat.com>
5830
5831 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5832 with a call to internal_error.
5833
5834 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5835 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5836 processor variant lacks those registers.
5837 (ppc_floating_point_unit_p): Change description to make it clear
5838 that this returns info about the ISA, not the ABI.
5839 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5840 return true or false by checking tdep->ppc_fp0_regnum and
5841 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5842 arch/mach switching done in rs6000_gdbarch_init; it's better to
5843 keep that logic there, and just check the results here.
5844 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5845 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5846 floating-point registers.
5847 (ppc_supply_fpregset, ppc_collect_fpregset)
5848 (rs6000_push_dummy_call, rs6000_extract_return_value)
5849 (rs6000_store_return_value): Assert that we have floating-point
5850 registers.
5851 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5852 (rs6000_frame_cache): Don't note the locations at which
5853 floating-point registers were saved if we have no fprs.
5854 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5855 registers.
5856 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5857 (store_regs_user_thread, store_regs_kernel_thread): Only call
5858 supply_fprs / fill_fprs if we actually have floating-point
5859 registers.
5860 (special_register_p): Check ppc_fpscr_regnum before matching
5861 against it.
5862 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5863 supply / collect fpscr if we don't have it.
5864 * ppc-bdm.c: #include "gdb_assert.h".
5865 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5866 have floating-point registers, since I can't test this code on
5867 FP-free systems to adapt it.
5868 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5869 fpscr and floating point register numbers if they don't exist.
5870 (fetch_register): Assert that we have floating-point registers
5871 before we reach the code that handles them.
5872 (store_register): Same. And use tdep instead of calling
5873 gdbarch_tdep again.
5874 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5875 don't have them.
5876 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5877 fprs and fpscr if we don't have them.
5878 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5879 don't have them.
5880 * ppcnbsd-nat.c: #include "gdb_assert.h".
5881 (getfpregs_supplies): Assert that we have floating-point registers.
5882 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5883 * ppcobsd-tdep.c: #include "gdb_assert.h".
5884 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5885 have floating-point registers.
5886 * rs6000-nat.c (regmap): Don't match against the fpscr and
5887 floating point register numbers if they don't exist.
5888 (fetch_inferior_registers, store_inferior_registers,
5889 fetch_core_registers): Only fetch / store / supply the
5890 floating-point registers and the fpscr if we have them.
5891 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5892 (ppcobsd-tdep.o): Update dependencies.
5893
5894 2004-05-10 Andrew Cagney <cagney@redhat.com>
5895
5896 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5897 (context_switch): Do not switch through_sigtramp_breakpoint.
5898 * gdbthread.h (save_infrun_state, load_infrun_state)
5899 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5900 and structure member.
5901 * thread.c (load_infrun_state, save_infrun_state): Update.
5902
5903 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5904
5905 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5906
5907 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5908
5909 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5910 throughout.
5911 * aclocal.m4: Regenerate.
5912
5913 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5914
5915 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5916
5917 2004-05-10 Andrew Cagney <cagney@redhat.com>
5918
5919 * infrun.c (check_sigtramp2): Delete function.
5920 (handle_inferior_event): When single stepping, and taking a
5921 signal, set a breakpoint at the signal return address. Delete
5922 redundant calls to check_sigtramp2.
5923 (insert_step_resume_breakpoint): New function.
5924 (through_sigtramp_breakpoint, handle_inferior_event)
5925 (follow_exec, wait_for_inferior, fetch_inferior_event)
5926 (currently_stepping, keep_going): Delete most uses of
5927 through_sigtramp_breakpoint, not that it should be deleted.
5928 (delete_breakpoint_current_contents): Delete function.
5929
5930 2004-05-10 Randolph Chung <tausq@debian.org>
5931
5932 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5933 target.
5934 * config/pa/tm-linux.h: New file.
5935
5936 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5937
5938 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5939 of prefixes. Don't print the prefix twice in the CLI.
5940
5941 2004-05-10 Jim Blandy <jimb@redhat.com>
5942
5943 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5944 collect all the gprs.
5945
5946 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5947 loop collecting gprs.
5948
5949 2004-05-09 Andrew Cagney <cagney@redhat.com>
5950
5951 * remote-vx.c (net_step): Delete step-range code.
5952 * remote.c (remote_resume, init_all_packet_configs)
5953 (set_remote_protocol_E_packet_cmd)
5954 (show_remote_protocol_E_packet_cmd)
5955 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5956 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5957 (show_remote_protocol_e_packet_cmd): Ditto.
5958
5959 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5960
5961 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5962
5963 * hppa-tdep.h: Update copyright year.
5964 (struct trad_frame_saved_reg): Add opaque declaration.
5965
5966 * amd64-tdep.c (amd64_return_value): Implement
5967 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5968
5969 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5970 (m68k_value_to_register): New functions.
5971 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5972 value_to_register.
5973
5974 * defs.h (enum return_value_convention): Add
5975 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5976 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5977 * infcmd.c (legacy_return_value): New function.
5978 (print_return_value): Rwerite to implement
5979 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5980 * values.c (using_struct_return): Check for inequality to
5981 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5982 RETURN_VALUE_STRUCT_CONVENTION.
5983 * i386-tdep.c (i386_return_value): Implement
5984 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5985
5986 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5987 include "symtab.h", "opcode/vax.h" and "inferior.h".
5988 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5989 to read_memory_unsigned_integer.
5990 (vax_gdbarch_init): Reorder.
5991 (_initialize_vax_tdep): Spell out prototype.
5992 * Makefile.in (vax-tdep.o): Update dependencies.
5993
5994 2004-05-08 Andrew Cagney <cagney@redhat.com>
5995
5996 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5997 * target.c (target_detach, target_disconnect): Ditto.
5998
5999 * infcall.c (call_function_by_hand): When no
6000 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6001 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6002 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6003 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6004 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6005
6006 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6007 * gdbarch.h, gdbarch.c: Re-generate.
6008 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6009 deprecated_fix_call_dummy.
6010 * v850-tdep.c (v850_gdbarch_init): Ditto.
6011 * infcall.c (call_function_by_hand): Do not call
6012 DEPRECATED_FIX_CALL_DUMMY.
6013
6014 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6015 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6016 * gdbarch.h, gdbarch.c: Re-generate.
6017 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6018 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6019 deprecated_sizeof_call_dummy_words.
6020 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6021 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6022 * v850-tdep.c (v850_gdbarch_init): Ditto.
6023 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6024 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6025 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6026 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6027 * arch-utils.h (legacy_call_dummy_words)
6028 (legacy_sizeof_call_dummy_words): Delete declarations.
6029 * arch-utils.c (legacy_call_dummy_words)
6030 (legacy_sizeof_call_dummy_words): Delete variables.
6031
6032 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6033 * gdbarch.h, gdbarch.c: Re-generate.
6034 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6035 * infcall.c (call_function_by_hand): Eliminate call to
6036 DEPRECATED_PUSH_DUMMY_FRAME.
6037 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6038 push_dummy_frame.
6039 (ns32k_push_dummy_frame): Delete function.
6040
6041 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6042 deprecated_call_dummy_breakpoint_offset or
6043 deprecated_call_dummy_start_offset.
6044 * dummy-frame.c, arm-tdep.c: Update comments.
6045 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6046 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6047 * gdbarch.h, gdbarch.c: Re-generate.
6048
6049 * infcall.c (legacy_push_dummy_code): Delete function.
6050 (push_dummy_code): Delete call.
6051
6052 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6053 * gdbarch.h, gdbarch.c: Re-generate.
6054 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6055 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6056 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6057 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6058
6059 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6060 (struct frame_info): Delete opaque declaration.
6061 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6062 * frame.c (get_frame_type): Delete call.
6063
6064 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6065 pc_in_call_dummy.
6066 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6067 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6068
6069 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6070
6071 * alphanbsd-tdep.c: Include "gdb_string.h".
6072 * armnbsd-tdep.c: Update copyright year.
6073 Include "gdb_string.h".
6074 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6075 dependencies.
6076
6077 * delta68-nat.c: Remove file.
6078 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6079 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6080 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6081 (delta68-nat.o): Remove dependency.
6082
6083 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6084 function.
6085 (m68k_gdbarch_init): Don't set
6086 deprecated_frameless_function_invocation.
6087
6088 2004-05-07 Randolph Chung <tausq@debian.org>
6089
6090 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6091 read_memory_nobpt for code reading when doing frame unwinding.
6092 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6093
6094 2004-05-07 Randolph Chung <tausq@debian.org>
6095
6096 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6097 instead of sp, handle sigaltstack case.
6098 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6099 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6100 signal handler and not that of the caller.
6101 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6102 hppa_linux_sigtramp_find_sigcontext.
6103
6104 2004-05-07 Randolph Chung <tausq@debian.org>
6105
6106 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6107 hppa-linux-nat.c.
6108 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6109 * hppa-linux-nat.c (fetch_register, store_register): Define.
6110 (fetch_inferior_registers, store_inferior_registers): Define.
6111 (supply_gregset): Add comment and clean up some unneeded code.
6112 (fill_gregset): Add comment and fix so that it saves registers in
6113 the right place in the gregset.
6114 (fill_fpregset): Fix buffer overrun problem.
6115 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6116
6117 2004-05-07 Randolph Chung <tausq@debian.org>
6118
6119 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6120 do common handling of the pcoqt register.
6121 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6122 to use helper function.
6123 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6124 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6125 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6126 generic fallback unwinder when all else fails.
6127 (hppa_gdbarch_init): Add fallback sniffer.
6128 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6129 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6130 to use helper function.
6131
6132 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6133
6134 * config/djgpp/fnchange.lst: Add translation rules for
6135 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6136
6137 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6138
6139 * frame.c (get_prev_frame_1): Work around GCC bug.
6140 * frame.h: Add comment about GCC bug.
6141
6142 2004-05-07 Andrew Cagney <cagney@redhat.com>
6143
6144 * observer.c: Include "commands.h" and "gdbcmd.h".
6145 (observer_debug, _initialize_observer): Add the
6146 command "set/show debug observer".
6147 * observer.sh: When observer debugging, log notify calls.
6148 * Makefile.in (observer.o): Update dependencies.
6149
6150 2004-05-07 Jason Molenda (jmolenda@apple.com)
6151
6152 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6153
6154 2004-05-07 Jim Blandy <jimb@redhat.com>
6155
6156 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6157 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6158 to recognize gpr regnums, instead of assuming that
6159 tdep->ppc_fp0_regnum marks the end of the general-purpose
6160 registers.
6161
6162 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6163 the given architecture has floating-point registers.
6164
6165 2004-05-07 Andrew Cagney <cagney@redhat.com>
6166
6167 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6168 macro defined to 1.
6169 * gdbarch.h, gdbarch.c: Re-generate.
6170 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6171 deprecated_use_generic_dummy_frames.
6172
6173 2004-05-07 Brian Ford <ford@vss.fsi.com>
6174
6175 * NEWS: Mention Cygwin DWARF 2 support.
6176
6177 2004-05-07 Andrew Cagney <cagney@redhat.com>
6178
6179 * objfiles.h (struct entry_info): Delete unused fields
6180 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6181 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6182 * mipsread.c (mipscoff_symfile_read): Update.
6183 * mdebugread.c (parse_partial_symbols): Update.
6184 * dwarfread.c (read_file_scope): Update.
6185 * dwarf2read.c (read_file_scope): Update.
6186 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6187 * coffread.c (complete_symtab): Update.
6188
6189 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6190
6191 * infcall.c (_initialize_infcall): Fix typo.
6192
6193 2004-05-07 Andrew Cagney <cagney@redhat.com>
6194
6195 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6196 * command.h (add_setshow_zinteger_cmd): Declare.
6197
6198 2004-05-06 Randolph Chung <tausq@debian.org>
6199
6200 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6201 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6202 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6203 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6204 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6205 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6206 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6207 definitions ...
6208 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6209 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6210 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6211 (hppa64_hpux_frame_find_saved_regs_in_sig)
6212 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6213 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6214 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6215 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6216 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6217 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6218 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6219 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6220 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6221 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6222 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6223 (hppa32_register_type, hppa_cannot_store_register)
6224 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6225 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6226 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6227 * pa64solib.c (pa64_solib_have_load_event)
6228 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6229 (pa64_solib_unloaded_library_pathname): Likewise.
6230 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6231 (som_solib_library_pathname): Likewise.
6232
6233 2004-05-05 Jim Ingham <jingham@apple.com>
6234
6235 * breakpoint.c (create_breakpoints): Copy the ignore count and
6236 thread id over from the pended breakpoint to the actual
6237 breakpoint.
6238
6239 2004-05-05 Andrew Cagney <cagney@redhat.com>
6240
6241 * gdbarch.sh (PARM_BOUNDARY): Delete.
6242 gdbarch.h, gdbarch.c: Re-generate.
6243 * valops.c (PARM_BOUNDARY): Delete macro.
6244 (value_push): Delete PARM_BOUNDARY code.
6245 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6246
6247 2004-05-04 Jim Blandy <jimb@redhat.com>
6248
6249 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6250 Don't assume that the gprs, fprs, and UISA sprs are
6251 contiguous, start at register number zero, and end with fpscr.
6252 Instead, use the numbers from the tdep structure.
6253
6254 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6255 should no longer be used in code specific to the RS6000 and its
6256 derivatives.
6257 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6258 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6259 tdep->ppc_fp0_regnum.
6260 (ppc_supply_fpregset, ppc_collect_fpregset)
6261 (rs6000_push_dummy_call, rs6000_extract_return_value)
6262 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6263 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6264 FP0_REGNUM.
6265 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6266 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6267 Same.
6268 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6269 bdm_ppc_store_registers): Same.
6270 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6271 (store_register, fill_fpregset): Same.
6272 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6273 (ppc_linux_supply_fpregset): Same.
6274 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6275 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6276 Same.
6277 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6278 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6279 ppc64_sysv_abi_return_value): Same.
6280 * rs6000-nat.c (regmap, fetch_inferior_registers)
6281 (store_inferior_registers, fetch_core_registers): Same.
6282
6283 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6284
6285 * m68knbsd-nat.c: Remove file.
6286 * m68knbsd-tdep.c: Remove file.
6287 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6288 dependencies.
6289 * configure.host: Add m68k-*-netbsdelf*.
6290 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6291 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6292 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6293 (XM_FILE): Remove.
6294 * config/m68k/nbsdelf.mh: New file.
6295 * config/m68k/nbsd.mt: New file.
6296 * config/m68k/nbsdaout.mt: Remove file.
6297 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6298 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6299 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6300 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6301 (use_struct_convention): Remove prototype.
6302 (USE_STRUCT_CONVENTION): Remove define.
6303 * config/m68k/xm-nbsd.h: Remove file.
6304
6305 2004-05-04 Michael Snyder <msnyder@redhat.com>
6306
6307 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6308 reg_struct_return method (as gcc usually does for cross targets).
6309
6310 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6311
6312 Committed by Andrew Cagney.
6313 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6314 alignment padding when accessing ucontext struct members.
6315
6316 2004-05-04 Jim Blandy <jimb@redhat.com>
6317
6318 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6319 'ppc_gplast_regnum' member.
6320 (ppc_num_gprs): New enum constant.
6321 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6322 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6323 * rs6000-nat.c (regmap, fetch_inferior_registers,
6324 store_inferior_registers): Same.
6325 * rs6000-tdep.c (e500_pseudo_register_read)
6326 (e500_pseudo_register_write): Same.
6327 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6328
6329 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6330 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6331 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6332 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6333 FPLAST_REGNUM.
6334 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6335 Same.
6336 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6337 * rs6000-nat.c (regmap, fetch_inferior_registers)
6338 (store_inferior_registers): Same.
6339
6340 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6341 with FPLAST_REGNUM.
6342
6343 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6344
6345 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6346 failure detected by recent versions of GCC.
6347 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6348 to be consistent with the usage in dwarf2_create_include_psymtab.
6349
6350 2004-05-03 Michael Snyder <msnyder@redhat.com>
6351
6352 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6353 (heuristic_proc_start): Whitespace cleanup.
6354
6355 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6356
6357 * sun3-nat.c: Remove file.
6358 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6359 dependencies.
6360 (ALLDEPFILES): Remove sun3-nat.c.
6361 (sun3-nat.o): Remove dependencies.
6362
6363 * i386-interix-nat.c, i386-interix-tdep.c,
6364 config/i386/nm-interix.h, config/i386/interix.mh,
6365 config/i386/interix.mt: Remove files.
6366 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6367 dependencies.
6368
6369 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6370
6371 * m68k-tdep.h (struct gdbarch_tdep): Add member
6372 struct_value_regnum.
6373 (m68k_svr4_init_abi): New prototype.
6374 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6375 different calling conventions.
6376 (m68k_extract_return_value): Remove code dealing with single-field
6377 structs.
6378 (m68k_store_return_value): Remove code dealing with single-field
6379 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6380 (m68k_extract_struct_value_address): Remove function.
6381 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6382 (m68k_reg_struct_return_p, m68k_return_value)
6383 (m68k_svr4_return_value): New functions.
6384 (m68k_use_struct_convention): Remove function.
6385 (m68k_push_dummy_call): Use new struct_value_regnum member of
6386 `struct gdbarch_tdep' instead of hardcoded register number to
6387 store STRUCT_ADDR.
6388 (m68k_svr4_init_abi): New function.
6389 (m68k_gdbarch_init): Don't set extract_return_value,
6390 store_return_values, deprecated_extract_struct_value_address and
6391 use_struct_convention. Set return_value instead. Initialize new
6392 struct_value_regnum member of `struct gdbarch_tdep'.
6393 * m68klinux-tdep.c: Update copyright year.
6394 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6395 (m68k_linux_extract_struct_value_address): Remove function.
6396 (m68k_linux_init_abi): Don't set extract_return_value,
6397 store_return_values, deprecated_extract_struct_value_address and
6398 use_struct_convention. Call m68k_svr4_init_abi but override the
6399 new struct_value_regnum member of `struct gdbarch_tdep'.
6400 * Makefile.in (m68k-tdep.o): Update dependencies.
6401
6402 2004-05-03 J. Brobecker <brobecker@gnat.com>
6403
6404 * dwarf2read.c (line_header): Add new included_p field in
6405 field file_names.
6406 (partial_die_info): New field has_stmt_list. New field line_offset.
6407 (dwarf2_create_include_psymtab): New function.
6408 (dwarf2_build_include_psymtabs): New function.
6409 (add_file_name): Add forward declaration. Initialize new field.
6410 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6411 to be able to determine the list of files included by the
6412 given unit, and build their associated psymtabs.
6413 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6414 files as well.
6415 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6416 (read_file_scope): Update call to dwarf_decode_lines.
6417 (read_partial_die): Handle DW_AT_stmt_list attributes.
6418
6419 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6420
6421 Unfix PR gdb/1626.
6422 * configure.in: Revert special case for osf5.*.
6423 * configure: Regenerate.
6424
6425 2004-05-02 Jim Blandy <jimb@redhat.com>
6426
6427 Move the symbol-file-from-memory functions into their own file.
6428 * symfile-mem.c, symfile-mem.h: New files.
6429 * symfile.c (symbol_file_add_from_bfd): New function.
6430 (symbol_file_add): Call symbol_file_add_from_bfd.
6431 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6432 Moved to symfile-mem.c.
6433 (_initialize_symfile): Move definition of
6434 add-symbol-file-from-memory command to symfile-mem.c.
6435 * symfile.h (symbol_file_add_from_bfd): New declaration.
6436 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6437 * config/powerpc/linux.mt (TDEPFILES): Same.
6438 * Makefile.in (SFILES): Add symfile-mem.c.
6439 (symfile_mem_h): New variable.
6440 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6441 (symfile-mem.o): New rule.
6442
6443 2004-05-01 Andrew Cagney <cagney@redhat.com>
6444
6445 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6446 frame_find_by_id instead of frame_relative_level.
6447 (do_enable_breakpoint): Ditto.
6448 * thread.c: Update copyright.
6449 (info_threads_command): Ditto, simplify.
6450
6451 * frame.c (deprecated_generic_get_saved_register): Delete
6452 function, moved to "xstormy16-tdep.c".
6453 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6454 deprecated_generic_get_saved_register from "frame.c".
6455 (xstormy16_frame_saved_register): Call
6456 xstormy16_get_saved_register.
6457 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6458 static.
6459 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6460 * frame.h (deprecated_generic_get_saved_register): Delete.
6461
6462 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6463
6464 * dwarfread.c: Update documentation on the state of dwarf-1.
6465
6466 2004-05-01 Andrew Cagney <cagney@redhat.com>
6467
6468 * stack.c (select_frame_command): Delete call to
6469 frame_relative_level.
6470 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6471 Delete #if0 code.
6472 (frame_info): Do not print FRAMELESS.
6473 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6474 (catch_info): Delete #if0 code.
6475
6476 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6477 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6478 of frame_relative_level.
6479 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6480 to SENTINEL_FRAME.
6481 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6482 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6483 frame_relative_level.
6484
6485 * frame.h (deprecated_set_frame_type): Delete declaration.
6486 * frame.c (deprecated_set_frame_type): Delete function, update
6487 comments.
6488
6489 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6490 * gdbarch.h, gdbarch.c: Re-generate.
6491 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6492 (shnbsd_pc_in_sigtramp): Delete.
6493 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6494 pc_in_sigtramp.
6495 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6496 pc_in_sigtramp.
6497 * frame.h: Update comments.
6498 * ppc-linux-tdep.c: Update comments.
6499 * breakpoint.c (bpstat_what): Update comments.
6500
6501 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6502 m68klinux-tdep.o's dependencies, were previously added to
6503 m68klinux-nat.o.
6504
6505 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6506 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6507 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6508 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6509 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6510
6511 * Makefile.in (m68klinux-nat.o): Update dependencies.
6512 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6513 (m68k_linux_sigtramp_frame_cache)
6514 (m68k_linux_sigtramp_frame_this_id)
6515 (m68k_linux_sigtramp_frame_prev_register)
6516 (m68k_linux_sigtramp_frame_unwind)
6517 (m68k_linux_sigtramp_frame_sniffer)
6518 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6519 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6520 names, use trad-frame.h.
6521 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6522 (struct m68k_sigtramp_info): Delete.
6523 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6524 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6525 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6526 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6527 "m68klinux-tdep.c".
6528
6529 * infrun.c (check_sigtramp2): Delete check for
6530 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6531
6532 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6533
6534 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6535
6536 2004-05-01 Andrew Cagney <cagney@redhat.com>
6537
6538 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6539 (frv_linux_sigtramp_frame_cache)
6540 (frv_linux_sigtramp_frame_this_id)
6541 (frv_linux_sigtramp_frame_prev_register)
6542 (frv_linux_sigtramp_frame_unwind)
6543 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6544 include "linux" in function and variable names, directly call
6545 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6546 the latest trad-frame code.
6547 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6548 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6549 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6550 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6551 * frv-tdep.c (frv_sigtramp_frame_cache)
6552 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6553 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6554 frv-linux-tdep.c.
6555 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6556 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6557 (frv_set_sigcontext_reg_addr): Delete function.
6558
6559 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6560 (DEPRECATED_SIGTRAMP_END): Delete.
6561 * gdbarch.h, gdbarch.c: Re-generate.
6562 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6563 * config/vax/tm-vaxbsd.h: Update copyright.
6564 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6565 (DEPRECATED_IN_SIGTRAMP): Define.
6566 * config/m68k/tm-nbsd.h: Update copyright.
6567 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6568 (DEPRECATED_IN_SIGTRAMP): Define.
6569
6570 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6571
6572 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6573 encondings. Fixes PR gdb/1628.
6574
6575 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6576 DW_CFA_restore state without a matching DW_CFA_remember_state
6577 instead of aborting. Fixes PR backtrace/1589.
6578
6579 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6580
6581 * MAINTAINERS: Add self as AIX maintainer.
6582 Update my e-mail address in write-after-approval section.
6583
6584 2004-04-30 Andrew Cagney <cagney@redhat.com>
6585
6586 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6587 (legacy_get_prev_frame): Ditto.
6588
6589 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6590 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6591 * mipsread.c (sigtramp_address): Delete extern variable.
6592 (mipscoff_new_init): Delete reference.
6593 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6594 (fixup_sigtramp): Delete function.
6595 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6596 (fixup_sigtramp): Delete declarations.
6597
6598 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6599 deprecated_pc_in_sigtramp.
6600 (ppcnbsd_pc_in_sigtramp): Delete function.
6601
6602 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6603
6604 * config/m68k/nm-nbsd.h: Tweak comments.
6605 * config/m68k/nm-nbsdaout.h: Likewise.
6606
6607 2004-04-30 Andrew Cagney <cagney@redhat.com>
6608
6609 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6610 legacy_pc_in_sigtramp.
6611 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6612
6613 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6614
6615 Add OpenBSD/m68k support.
6616 * NEWS (New native configurations): Mention OpenBSD/m68k.
6617 * m68kbsd-tdep.c: New file.
6618 * m68kbsd-nat.c: New file.
6619 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6620 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6621 * configure.host: Add m68k-*-openbsd.
6622 * configure.tgt: Add m68k-*-openbsd.
6623 * config/m68k/tm-obsd.h: New file.
6624 * config/m68k/obsd.mt: New file.
6625 * config/m68k/obsd.mh: New file.
6626 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6627 m68kbsd-tdep.c.
6628
6629 2004-04-30 Andrew Cagney <cagney@redhat.com>
6630
6631 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6632 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6633
6634 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6635
6636 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6637 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6638
6639 2004-04-30 Brian Ford <ford@vss.fsi.com>
6640
6641 Revert 2004-04-16 change.
6642 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6643 (i386_coff_init_abi): Remove.
6644 * i386-tdep.h (i386_coff_init_abi): Remove.
6645 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6646
6647 2004-04-30 Andrew Cagney <cagney@redhat.com>
6648
6649 * blockframe.c (find_pc_partial_function): Delete use of
6650 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6651 DEPRECATED_SIGTRAMP_END.
6652
6653 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6654 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6655 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6656 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6657 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6658
6659 * defs.h (deprecated_inside_entry_file): Delete declaration.
6660 * blockframe.c (deprecated_inside_entry_file): Delete function.
6661 (legacy_frame_chain_valid): Delete call.
6662 * sh64-tdep.c (sh64_frame_chain): Delete call.
6663 * objfiles.h: Update comments.
6664 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6665 call.
6666 * frame.c (get_prev_frame): Delete call, update comments.
6667
6668 2004-04-30 Brian Ford <ford@vss.fsi.com>
6669
6670 * MAINTAINERS (Write After Approval): Add myself.
6671
6672 2004-04-30 Andrew Cagney <cagney@redhat.com>
6673
6674 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6675 * gdbarch.h, gdbarch.c: Re-generate.
6676 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6677 code.
6678
6679 2004-04-30 Andrew Cagney <cagney@redhat.com>
6680
6681 * gdb-events.sh (selected_thread_changed)
6682 (selected_frame_level_changed, target_changed): Delete.
6683 * gdb-events.h, gdb-events.c: Re-generate.
6684 * valops.c (value_assign): Update.
6685 * stack.c (select_frame_command, up_silently_base)
6686 (down_silently_base): Update.
6687
6688 2004-04-29 Andrew Cagney <cagney@redhat.com>
6689
6690 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6691 registers correctly.
6692 (print_gp_register_row, mips32_heuristic_proc_desc)
6693 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6694 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6695 references to mips_isa_regsize.
6696
6697 2004-04-29 Andrew Cagney <cagney@redhat.com>
6698
6699 * mips-tdep.c (struct gdbarch_tdep): Delete
6700 mips_fp_register_double.
6701 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6702 mips_abi_regsize.
6703 (mips_gdbarch_init): Do not set mips_fp_register_double.
6704 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6705
6706 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6707
6708 Committed by Andrew Cagney.
6709 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6710 function calls.
6711
6712 2004-04-29 Andrew Cagney <cagney@redhat.com>
6713
6714 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6715 gdbarch, use mips_abi, update callers.
6716 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6717 mips_abi_regsize, update callers.
6718 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6719 mips_default_abi_regsize.
6720 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6721 mips_default_abi_regsize.
6722
6723 2004-04-29 Andrew Cagney <cagney@redhat.com>
6724
6725 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6726 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6727 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6728 mips_default_abi_regsize.
6729 (mips_isa_regsize): Rename mips_regisze.
6730 * mipsnbsd-tdep.c: Update.
6731 * mips-linux-tdep.c: Update.
6732 * irix5-nat.c: Update.
6733 * mips-tdep.h (mips_isa_regsize): Update.
6734
6735 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6736 Delete all disabled code.
6737 * gdb-events.h, gdb-events.c: Re-generate.
6738
6739 2004-04-19 Jerome Guitton <guitton@gnat.com>
6740 Mark Kettenis <kettenis@gnu.org>
6741
6742 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6743 the function begins with a branch instruction.
6744
6745 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6746
6747 * i386-tdep.c: Fix spelling mistakes.
6748
6749 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6750 Andrew Cagney <cagney@redhat.com>
6751
6752 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6753 <sys/proc.h>.
6754 * acconfig.h: Provide default _KMEMUSER value.
6755 * config.in, configure: Re-generate.
6756 * NEWS: Mention fix.
6757
6758 2004-04-24 Randolph Chung <tausq@debian.org>
6759
6760 * configure.host (hppa*-*-linux*): New target.
6761 * configure.tgt (hppa*-*-linux*): Likewise.
6762 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6763 gdbarch_init_osabi() call earlier so that osabi-specific frame
6764 unwinders can be registered first.
6765 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6766 hppa-linux-nat.c.
6767 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6768 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6769 * config/pa/linux.mh: New file.
6770 * config/pa/linux.mt: New file.
6771 * config/pa/nm-linux.h: New file.
6772 * config/pa/xm-linux.h: New file.
6773 * hppa-linux-nat.c: New file.
6774 * hppa-linux-tdep.c: New file.
6775
6776 2004-04-28 Randolph Chung <tausq@debian.org>
6777
6778 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6779 return values.
6780 (hppa32_push_dummy_call): Fix small struct and floating point argument
6781 passing, and make sure the stack frame is properly aligned.
6782
6783 2004-04-28 Andrew Cagney <cagney@redhat.com>
6784
6785 * stack.c (print_stack_frame): Fix description.
6786
6787 * NEWS: Mention gdb/gdbserver/configure execute permission
6788 changed. PR server/519.
6789
6790 2004-04-28 Andrew Cagney <cagney@redhat.com>
6791
6792 * stack.c (print_stack_frame_stub): Delete declaration.
6793 (struct print_stack_frame_args, print_stack_frame)
6794 (print_frame_info, print_frame): Replace "source" with print what.
6795 Replace "print" with "print_level". Replace "args" with
6796 "print_args".
6797 * frame.h (show_and_print_stack_frame, print_stack_frame)
6798 (print_frame_info): Update declarations.
6799 * stack.c (select_and_print_frame, frame_command)
6800 (current_frame_command, up_command, down_command): Update calls -
6801 use get_selected_frame, pass "enum print_what" for source, do not
6802 call frame_relative_level.
6803 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6804 * remote-rdp.c (remote_rdp_open): Ditto.
6805 * remote-mips.c (common_open): Ditto.
6806 * remote-e7000.c (e7000_start_remote): Ditto.
6807 * ocd.c (ocd_start_remote): Ditto.
6808 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6809 * infrun.c (normal_stop): Ditto.
6810 * inflow.c (kill_command): Ditto.
6811 * infcmd.c (finish_command): Ditto.
6812 * corelow.c (core_open): Ditto.
6813 * tracepoint.c (finish_tfind_command): Ditto.
6814 * thread.c (info_threads_command, info_threads_command)
6815 (restore_current_thread, do_captured_thread_select): Ditto.
6816 * ada-tasks.c (task_command): Ditto.
6817
6818 2004-04-26 Orjan Friberg <orjanf@axis.com>
6819
6820 * frame.c: Include "observer.h".
6821 (frame_observer_target_changed): New function.
6822 (_initialize_frame): Attach target_changed observer.
6823 * regcache.c: Include "observer.h".
6824 (regcache_observer_target_changed): New function.
6825 (_initialize_regcache): Attach target_changed observer.
6826 * valops.c: Include "observer.h".
6827 (value_assign): Notify target_changed event when modifying register.
6828 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6829
6830 2004-04-26 Orjan Friberg <orjanf@axis.com>
6831
6832 From Paul Koning <pkoning@equallogic.com>:
6833 * breakpoint.c (free_valchain): New function.
6834 (insert_bp_location, delete_breakpoint): Use free_valchain.
6835 (remove_breakpoint): Do not remove the valchain.
6836 (bpstat_stop_status): If not stopped by watchpoint, skip
6837 watchpoints when generating stop status list.
6838 * infrun.c (handle_inferior_event): Make
6839 stepped_after_stopped_by_watchpoint a global variable.
6840 * remote.c (remote_stopped_data_address): Return watch data
6841 address rather than zero if stepped_after_stopped_by_watchpoint is
6842 set.
6843
6844 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6845
6846 Fix PR gdb/1626.
6847 * configure.in: Check for curses after termcap.
6848 On osf5.*, do not check for ncurses.
6849 * configure: Regenerate.
6850
6851 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6852
6853 * ppcobsd-nat.c: Include "ppc-tdep.h".
6854 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6855
6856 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6857 Fixes PR tdep/1623 and PR tdep/1624.
6858
6859 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6860
6861 * xmodem.h, xmodem.c: Remove files.
6862 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6863
6864 2004-04-23 Randolph Chung <tausq@debian.org>
6865
6866 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6867 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6868 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6869 for handling stackless frames.
6870 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6871
6872 2004-04-23 Randolph Chung <tausq@debian.org>
6873
6874 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6875 starts at a pc before the frame is created.
6876
6877 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6878
6879 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6880
6881 2004-04-23 Jerome Guitton <guitton@gnat.com>
6882
6883 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6884 use convert_typed_floating to get the appropriate format.
6885
6886 2004-04-22 Randolph Chung <tausq@debian.org>
6887
6888 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6889 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6890 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6891 (hppa_sign_extend): Add prototype.
6892 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6893 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6894 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6895 hppa targets will also use these functions.
6896 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6897 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6898 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6899 (hppa_gdbarch_init): Remove gdbarch setting of
6900 skip_trampoline_code, in_solib_call_trampoline and
6901 in_solib_return_trampoline.
6902 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6903 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6904 hppa_in_solib_call_trampoline.
6905 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6906 Moved from hppa-tdep.c.
6907 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6908 in_solib_call_trampoline and in_solib_return_trampoline.
6909
6910 2004-04-22 Randolph Chung <tausq@debian.org>
6911
6912 * hppa-tdep.c (hppa_debug): New variable.
6913 (find_unwind_entry, hppa_frame_cache): Add debug output.
6914 (_initialize_hppa_tdep): Add command to set debug flag.
6915
6916 2004-04-22 Andrew Cagney <cagney@redhat.com>
6917
6918 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6919 "trad-frame.h".
6920 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6921 signal trampoline unwinder.
6922 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6923
6924 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6925
6926 Add OpenBSD/powerpc support.
6927 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6928 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6929 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6930 (ppc_collect_fpregset): New prototypes.
6931 * ppcobsd-nat.c: New file.
6932 * ppcobsd-tdep.c: New file.
6933 * ppcobsd-tdep.h: New file.
6934 * rs6000-tdep.c: Include "regset.h".
6935 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6936 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6937 New functions.
6938 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6939 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6940 (rs6000-tdep.o): Update dependencies.
6941 * configure.host: Add powerpc-*-openbsd.
6942 * configure.tgt: Add powerpc-*-openbsd.
6943 * config/powerpc/obsd.mh: New file.
6944 * config/powerpc/nm-obsd.h: New file.
6945 * config/powerpc/obsd.mt: New file.
6946
6947 2004-04-22 Andrew Cagney <cagney@redhat.com>
6948
6949 * frame.h (show_frame_info): Delete declaration.
6950
6951 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6952 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6953 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6954 * frv-tdep.c (frv_frame_this_id): Ditto.
6955 * avr-tdep.c (avr_frame_this_id): Ditto.
6956
6957 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6958
6959 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6960
6961 2004-04-22 Jim Blandy <jimb@redhat.com>
6962
6963 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6964 register number zero.
6965
6966 2004-04-21 Michael Snyder <msnyder@redhat.com>
6967
6968 * mips-tdep.c (heuristic_proc_start):
6969 Warning() already prefixes "Warning: ".
6970
6971 2004-04-21 Andrew Cagney <cagney@redhat.com>
6972
6973 * annotate.h (deprecated_annotate_starting_hook)
6974 (deprecated_annotate_stopped_hook)
6975 (deprecated_annotate_exited_hook)
6976 (deprecated_annotate_signal_hook)
6977 (deprecated_annotate_signalled_hook): Deprecate.
6978 * tracepoint.h (deprecated_create_tracepoint_hook)
6979 (deprecated_delete_tracepoint_hook)
6980 (deprecated_modify_tracepoint_hook)
6981 (deprecated_trace_find_hook)
6982 (deprecated_trace_start_stop_hook): Deprecate.
6983 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6984 * remote.h (deprecated_target_resume_hook)
6985 (deprecated_target_wait_loop_hook): Deprecate.
6986 * gdbcore.h (deprecated_exec_file_display_hook)
6987 (deprecated_file_changed_hook): Deprecate.
6988 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6989 * defs.h (deprecated_modify_breakpoint_hook)
6990 (deprecated_command_loop_hook, deprecated_show_load_progress)
6991 (deprecated_print_frame_info_listing_hook)
6992 (deprecated_query_hook, deprecated_warning_hook)
6993 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6994 (deprecated_delete_breakpoint_hook)
6995 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6996 (deprecated_readline_begin_hook, deprecated_readline_hook)
6997 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6998 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6999 (deprecated_context_hook, deprecated_target_wait_hook)
7000 (deprecated_attach_hook, deprecated_detach_hook)
7001 (deprecated_call_command_hook, deprecated_set_hook)
7002 (deprecated_error_hook, deprecated_error_begin_hook)
7003 (deprecated_ui_load_progress_hook): Deprecate.
7004 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7005 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7006 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7007 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7008 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7009 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7010 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7011 * annotate.c, aix-thread.c: Update.
7012
7013 2004-04-21 Andrew Cagney <cagney@redhat.com>
7014
7015 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7016 * vaxnbsd-tdep.c: Include "gdb_string.h".
7017
7018 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7019 (add_symbol_file_from_memory_command): #if 0 function body, call
7020 error instead.
7021
7022 2004-04-21 Andrew Cagney <cagney@redhat.com>
7023
7024 * gdbcore.h: Update copyright.
7025 (deprecated_add_core_fns): Rename add_core_fns.
7026 * win32-nat.c (_initialize_core_win32): Update.
7027 * sun3-nat.c (_initialize_core_sun3): Update.
7028 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7029 * rs6000-nat.c (_initialize_core_rs6000): Update.
7030 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7031 * nto-tdep.c (_initialize_nto_tdep): Update.
7032 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7033 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7034 * mips-nat.c (_initialize_core_mips): Update.
7035 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7036 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7037 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7038 * lynx-nat.c (_initialize_core_lynx): Update.
7039 * irix5-nat.c (_initialize_core_irix5): Update.
7040 * i386-interix-nat.c (_initialize_core_interix): Update.
7041 * cris-tdep.c (_initialize_cris_tdep): Update.
7042 * corelow.c (deprecated_add_core_fns): Update.
7043 * core-regset.c (_initialize_core_regset): Update.
7044 * core-aout.c (_initialize_core_aout): Update.
7045 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7046 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7047 * alpha-nat.c (_initialize_core_alpha): Update.
7048
7049 2004-04-21 Jim Blandy <jimb@redhat.com>
7050
7051 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7052
7053 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
7054
7055 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7056 Delete.
7057 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7058 (read_attribute_value): Update calls to dwarf_alloc_block.
7059 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7060 dwarf2_tmp_obstack.
7061 (psymtab_to_symtab_1): Likewise. Clean up using
7062 free_stack_comp_unit.
7063 (add_to_cu_func_list): Use the comp_unit_obstack.
7064
7065 2004-04-19 Joel Brobecker <brobecker@gnat.com>
7066
7067 * dwarf2read.c (dwarf2_flag_true_p): New function.
7068 (die_is_declaration): Use the function above. Add some comments.
7069
7070 2004-04-19 Mark Kettenis <kettenis@gnu.org>
7071
7072 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7073 architecture when registering sparcnbsd_core_osabi_sniffer.
7074 Adjust comment.
7075
7076 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7077
7078 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7079 return value.
7080
7081 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7082 * i386-tdep.c: Correct register numbering scheme comments
7083 throughout.
7084 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7085 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7086 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7087 (i386_gdb_arch_init): Likewise.
7088
7089 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7090 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7091 ppcnbsd-tdep.o.
7092
7093 * m68k-tdep.h: Tweak comments.
7094 * m68k-tdep.c: Tweak comment.
7095
7096 2004-04-17 Randolph Chung <tausq@debian.org>
7097
7098 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7099 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7100 (hppa_hpux_som_init_abi): Set is_elf to 0.
7101 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7102 * hppa-tdep.c (low_text_segment_address): Remove global.
7103 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7104 section offset to calculate segment address.
7105 (internalize_unwinds): Define low_text_segment_address as local and
7106 pass to record_text_segment_lowaddr for ELF targets.
7107 (hppa_gdbarch_init): Zero fill tdep structure.
7108 (hppa_dump_tdep): Print tdep structure.
7109 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7110
7111 2004-04-17 Randolph Chung <tausq@debian.org>
7112
7113 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7114 (hppa_gdbarch_init): Set pseudo_register_read.
7115 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7116 * regcache.c (supply_register): Remove check for
7117 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7118
7119 2004-04-17 Randolph Chung <tausq@debian.org>
7120
7121 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7122 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7123 (hpread_adjust_stack_address): Move to hpread.c.
7124 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7125 obj_private_struct): Move from tm-hppa.h.
7126 * hpread.c (hppa-tdep.h): Include.
7127 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7128 (hpread_read_function_type, hpread_read_doc_function_type)
7129 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7130 directly.
7131 * pa64solib.c (hppa-tdep.h): Include.
7132 * somsolib.c (hppa-tdep.h): Include.
7133 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7134 inferior_status): Remove unused forward declarations.
7135 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7136 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7137 obj_private_struct): Move to hppa-tdep.h.
7138 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7139
7140 2004-04-17 Randolph Chung <tausq@debian.org>
7141
7142 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7143 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7144 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7145 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7146 Remove forward declaration and make static.
7147 (hppa_reg_struct_has_addr): Remove.
7148
7149 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7150
7151 * observer.sh: Move comments in sed command to first column.
7152
7153 2004-04-16 Jason Molenda (jmolenda@apple.com)
7154
7155 * frame.c: Minor typeo corrections in comments.
7156
7157 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7158
7159 * observer.c (observer_test_first_notification_function): Update
7160 function profile.
7161 (observer_test_second_notification_function): Likewise.
7162 (observer_test_third_notification_function): Likewise.
7163
7164 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7165
7166 From Brian Ford <ford@vss.fsi.com>:
7167 * i386-tdep.c (i386_coff_init_abi): New function.
7168 * i386-tdep.h (i386_coff_init_abi): New prototype.
7169 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7170 register number translation functions for DWARF and DWARF 2.
7171
7172 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7173
7174 * dwarf2read.c: Back out my previous change, it was incorrect.
7175
7176 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7177
7178 * dwarf2read.c: Include "hashtab.h".
7179 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7180 has_namespace_info.
7181 (struct partial_die_info): Add comments. Use bitfields to reduce
7182 memory footprint. Add scope, scope_set, has_specification,
7183 spec_offset, die_parent, die_child, and die_sibling.
7184 (peek_die_abbrev): Add prototype.
7185 (partial_read_comp_unit_head): New function, broken out from
7186 dwarf2_build_psymtabs_hard.
7187 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7188 Use partial_read_comp_unit_head. Initialize the CU and
7189 comp_unit_obstack. Update calls to read_partial_die and
7190 scan_partial_symbols. Use free_stack_comp_unit and
7191 load_partial_dies.
7192 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7193 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7194 Update calls to helper functions. Remove NAMESPACE argument.
7195 Update comments.
7196 (partial_die_parent_scope, partial_die_full_name): New functions.
7197 (add_partial_symbol): Remove namespace argument. Update call to
7198 pdi_needs_namespace. Use partial_die_full_name. Handle
7199 DW_TAG_namespace. Check has_namespace_info flag.
7200 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7201 tag. Handle namespaces.
7202 (add_partial_namespace, add_partial_enumeration): Simplify.
7203 (guess_structure_name): New function, derived from
7204 add_partial_structure.
7205 (add_partial_structure): Remove.
7206 (determine_class_name): Update comment.
7207 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7208 (is_type_tag_for_partial, load_partial_dies): New functions.
7209 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7210 Record specifications instead of following them immediately.
7211 (find_partial_die_in_comp_unit, find_partial_die)
7212 (fixup_partial_die, free_stack_comp_unit)
7213 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7214 (partial_die_hash, partial_die_eq): New functions.
7215 * Makefile.in (hashtab_h): Define.
7216 (dwarf2read.o): Update dependencies.
7217 (observer_inc, observer_h): Move to the correct section.
7218
7219 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7220
7221 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7222 (die_is_declaration): Use the function above. Add comment.
7223
7224 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7225
7226 * dwarf2read.c (read_structure_scope): Identify stub types
7227 using die_is_declaration() only.
7228
7229 2004-04-15 Roland McGrath <roland@redhat.com>
7230
7231 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7232 argument instead of NAME.
7233 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7234 in call to symbol_file_add_with_addrs_or_offsets.
7235 (build_addr_info): New function, helper for ...
7236 (symbol_file_add_from_memory): New function.
7237 (add_symbol_file_from_memory_command): New function using that.
7238 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7239 (pre_add_symbol_hook): Add const to argument type.
7240 * symfile.h (symbol_file_add_from_memory): Declare it.
7241
7242 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7243
7244 * NEWS (New native configurations): Mention OpenBSD/vax.
7245 * configure.host: Add vax-*-openbsd*.
7246 * config/vax/obsd.mh: New file.
7247 * config/vax/nm-obsd.h: New file.
7248
7249 * vax-tdep.c: Include "regset.h".
7250 (vax_supply_gregset): New function.
7251 (vax_gregset): New variable.
7252 (vax_regset_from_core_section): New function.
7253 (vax_gdbarch_init): Set regset_from_core_section.
7254 * Makefile.in (vax-tdep.o): Update dependencies.
7255
7256 2004-04-15 Andrew Cagney <cagney@redhat.com>
7257
7258 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7259 (observer_normal_stop_notification_stub)
7260 (observer_attach_normal_stop, observer_detach_normal_stop):
7261 Delete, replaced by #include "observer.inc".
7262 * infrun.c (normal_stop): Pass "stop_bpstat" to
7263 observer_notify_normal_stop.
7264 * Makefile.in (observer_inc): Define.
7265 (observer.o): Update dependencies.
7266 (observer.h, observer.inc): New rules.
7267 * observer.h: Delete file.
7268 * observer.sh: New file.
7269
7270 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7271
7272 * vax-tdep.c (vax_frame_cache): Fix typo.
7273
7274 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7275
7276 * NEWS (New native configurations): Mention NetBSD/vax.
7277 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7278 * config/vax/nbsdelf.mh: New file.
7279 * config/vax/nbsdaout.mh: New file.
7280 * config/vax/nm-nbsd.h: New file.
7281 * config/vax/nm-nbsdaout.h: New file.
7282
7283 * vaxnbsd-tdep.c: New file.
7284 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7285 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7286 * config/vax/nbsd.mt: New file.
7287 * config/vax/tm-nbsd.h: New file.
7288
7289 * Makefile.in (vaxbsd-nat.o): New dependency.
7290
7291 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7292 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7293 struct_addr arguments. Don't push return value address.
7294 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7295 arguments to vax_store_arguments. Store return value address in
7296 R1.
7297 (vax_store_struct_return, vax_extract_return_value)
7298 (vax_store_return_value): Remove functions.
7299 (vax_return_value): New function.
7300 (vax_gdbarch_init): Set return value. Don't set
7301 deprecated_store_struct_return, deprecated_extract_struct_return
7302 and deprecated_store_return_value.
7303
7304 2004-04-14 Andreas Schwab <schwab@suse.de>
7305
7306 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7307 value buffer.
7308 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7309
7310 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7311
7312 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7313 (vax_unwind_dummy_id): New functions.
7314 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7315 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7316 variables.
7317 (vax_fix_call_dummy): Remove function.
7318 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7319 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7320 call_dummy_location, deprecated_call_dummy_words,
7321 deprecated_sizeof_call_dummy_words,
7322 deprecated_call_dummy_breakpoint_offset,
7323 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7324 and deprecated_dummy_write_sp.
7325
7326 2004-04-13 David Carlton <carlton@kealia.com>
7327
7328 * MAINTAINERS: Move myself to "paper trail" section.
7329
7330 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7331
7332 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7333 "trad-frame.h".
7334 (vax_frame_init_saved_regs): Remove function.
7335 (vax_sigtramp_saved_pc): Remove function.
7336 (vax_frame_saved_pc): Remove function.
7337 (vax_frame_args_address): Remove function.
7338 (vax_frame_num_args): Rewrite.
7339 (vax_frame_chain): Remove function.
7340 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7341 VAX_FP_REGNUM.
7342 (vax_pop_frame): Likewise.
7343 (vax_saved_pc_after_call): Remove function.
7344 (struct vax_frame_cache): New structure.
7345 (vax_frame_cache): New function.
7346 (vax_frame_this_id): New function.
7347 (vax_frame_prev_register): New function.
7348 (vax_frame_unwind): New variable.
7349 (vax_frame_sniffer): New function.
7350 (vax_frame_base_address): New function.
7351 (vax_frame_args_address): New function.
7352 (vax_frame_base): New variable.
7353 (vax_unwind_pc): New function.
7354 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7355 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7356 deprecated_frame_chain, deprecated_frame_saved_pc,
7357 deprecated_frame_args_address and
7358 deprecated_frame_init_saved_regs.
7359 * Makefile.in (vax-tdep.o): Update dependencies.
7360
7361 * vaxbsd-nat.c: New file.
7362
7363 * vax-tdep.h: Update copyright year. Adjust comments.
7364 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7365 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7366 (vax_regnum): New enum. Replacing...
7367 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7368 (VAX_PS_REGNUM): ... these removed macros.
7369 * vax-tdep.c (vax_register_name): Remove prototype.
7370 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7371 (vax_register_byte, vax_register_raw_size,
7372 vax_register_virtual_size, vax_register_virtual_type): Remove
7373 functions.
7374 (vax_register_type): New function.
7375 (vax_breakpoint_from_pc): Reorganize.
7376 (vax_gdbarch_init): Set register_type. Don't set
7377 deprecated_register_size, deprecated_register_bytes,
7378 deprecated_register_byte, deprecated_register_raw_size,
7379 deprecated_max_register_raw_size,
7380 deprecated_register_virtual_size,
7381 deprecated_max_register_virtual_size and
7382 deprecated_register_virtual_type. Add comment on stack direction.
7383
7384 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7385
7386 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7387 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7388 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7389
7390 2004-04-10 Randolph Chung <tausq@debian.org>
7391
7392 * MAINTAINERS (write after approval): Add myself.
7393
7394 2004-04-07 Randolph Chung <tausq@debian.org>
7395
7396 * hppa-tdep.c (hppa_inner_than): Remove.
7397 (is_pa_2): Remove unused static variable.
7398 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7399
7400 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7401
7402 * language.h (language_defn): Add new la_post_parser field.
7403 * parser-defs.h (null_post_parser): New declaration (default for
7404 la_post_parser).
7405
7406 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7407 insert call to that function.
7408 (parse_exp_in_context): New function, including code formerly in
7409 parse_exp_1. Calls language-dependent post-parser after
7410 prefixification.
7411 (parse_expression_in_context): New exported function.
7412 (null_post_parser): New definition.
7413 * expression.h (parse_expression_in_context): Add declaration.
7414
7415 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7416 * c-lang.c (c_language_defn): Ditto.
7417 (cplus_language_defn): Ditto.
7418 (asm_language_defn): Ditto.
7419 (minimal_language_defn): Ditto.
7420 * f-lang.c (f_language_defn): Ditto.
7421 * jv-lang.c (java_language_defn): Ditto.
7422 * language.c (unknown_language_defn): Ditto.
7423 (auto_language_defn): Ditto.
7424 (local_language_defn): Ditto.
7425 * m2-lang.c (m2_language_defn): Ditto.
7426 * scm-lang.c (scm_language_defn): Ditto.
7427 * obj-lang.c (objc_language_defn): Ditto.
7428
7429 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7430
7431 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7432 (amd64nbsd_mcontext_addr): New function.
7433 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7434 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7435 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7436
7437 * corelow.c (core_xfer_partial): Fix coding standards violation.
7438 Add support for TARGET_OBJECT_WCOOKIE.
7439
7440 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7441 deprecated_pc_in_sigtramp.
7442 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7443 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7444 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7445 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7446 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7447 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7448 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7449
7450 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7451 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7452 Fix typo.
7453
7454 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7455 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7456 (amd64_collect_fxsave): Likewise.
7457
7458 * i386-sol2-tdep.c: Include "gdb_string.h".
7459 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7460 name.
7461 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7462
7463 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7464
7465 * i386-sol2-tdep.c: Include "solib-svr4.h".
7466 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7467 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7468 * config/i386/tm-i386sol2.h: Include :solib.h".
7469 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7470 solib-svr4.o and solib-legacy.o.
7471 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7472 solib-svr4.o.
7473
7474 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7475
7476 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7477 whether a register is supplied by PTRACE_GETFPREGS.
7478 (store_inferior_registers): Likewise.
7479 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7480 whether a register is supplied by PT_GETFPREGS.
7481 (store_inferior_registers): Likewise.
7482
7483 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7484 * config/i386/linux64.mt (TDEPFILES): Likewise.
7485
7486 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7487
7488 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7489 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7490 the program counter is in the range specified by `struct
7491 gdbarch_tdep'.
7492 * amd64-linux-tdep.c: Include "symtab.h".
7493 (amd64_linux_pc_in_sigtramp): Remove function.
7494 (amd64_linux_sigtramp_p): New function.
7495 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7496 deprecated_pc_in_sigtramp.
7497 * amd64nbsd-tdep.c: Include "symtab.h".
7498 (amd64nbsd_sigtramp_p): New function.
7499 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7500 deprecated_pc_in_sigtramp.
7501 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7502 few comments.
7503 (amd64obsd_pc_in_sigtramp): Remove function.
7504 (amd64obsd_sigtramp_p): New function.
7505 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7506 deprecated_pc_in_sigtramp.
7507 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7508 (i386bsd_pc_ins_sigtramp): Remove prototype.
7509 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7510 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7511 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7512 the program counter is in the range specified by `struct
7513 gdbarch_tdep'.
7514 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7515 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7516 (i386_go32_pc_in_sigtramp): Remove function.
7517 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7518 Initialize TDEP->sigtramp_p.
7519 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7520 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7521 deprecated_pc_in_sigtramp.
7522 * i386-linux-tdep.c: Adjust comments.
7523 (i386_linux_pc_in_sigtramp): Remove function.
7524 (i386_linux_sigtramp_p): New function.
7525 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7526 deprecated_pc_in_sigtramp.
7527 * i386-nto-tdep.c: Update copyright year.
7528 (i386nto_pc_in_sigtramp): Remove function.
7529 (i386nto_sigtramp_p): New function.
7530 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7531 SP_REGNUM.
7532 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7533 deprecated_pc_in_sigtramp.
7534 * i386-sol2-tdep.c: Update copyright year.
7535 (i386_sol2_pc_in_sigtramp): Remove function.
7536 (i386_sol2_sigtramp_p): New function.
7537 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7538 deprecated_pc_in_sigtramp.
7539 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7540 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7541 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7542 deprecated_sigtramp_start and deprecated_sigtramp_end.
7543 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7544 (i386nbsd_pc_in_sigtramp): Remove function.
7545 (i386nbsd_sigtramp_p): New function.
7546 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7547 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7548 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7549 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7550 (i386obsd_pc_in_sigtramp): Remove function.
7551 (i386obsd_sigtramp_p): New function.
7552 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7553 functions.
7554 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7555 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7556 TDEP->sigtramp_p.
7557 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7558 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7559 dependencies.
7560
7561 * config/i386/i386aout.mt: Remove file.
7562
7563 * configure.tgt: Remove i[34567]86-*-go32*,
7564 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7565 and i[34567]86-*-isc*. Set gdb_target to i386 for
7566 i[34567]86-*-netware* and i[34567]86-*-*.
7567 * config/i386/i386.mt: New file.
7568 * config/i386/embed.mt: Remove file.
7569 * config/i386/go32.mt: Remove file.
7570 * config/i386/i386nw.mt: Remove file.
7571 * config/i386/i386v.mt: Remove file.
7572 * config/i386/tm-go32.h: Remove file.
7573
7574 * tui/tui-hooks.c: Include "readline/readline.h" after
7575 "gdb_curses.h" instead of before.
7576 * tui/tui-io.c: Likewise.
7577
7578 * tui/tui.c: Fix typo in comment.
7579
7580 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7581
7582 2004-04-08 Andrew Cagney <cagney@redhat.com>
7583
7584 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7585 (deprecated_exception_support_initialized): Declare.
7586 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7587 (initialize_hp_cxx_exception_support)
7588 (child_enable_exception_callback): Update.
7589 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7590 (deprecated_exception_support_initialized): Rename
7591 deprecated_exception_catchpoints_are_fragile and
7592 deprecated_exception_support_initialized.
7593 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7594
7595 * symtab.c (deprecated_hp_som_som_object_present): Rename
7596 hp_som_som_object_present.
7597 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7598 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7599 Update. Delete extern declaration.
7600 * valops.c (hp_som_som_object_present): Ditto.
7601 * parse.c (deprecated_hp_som_som_object_present)
7602 (parse_nested_classes_for_hpacc): Ditto.
7603 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7604 * hppa-hpux-tdep.c (hp_som_som_object_present)
7605 (initialize_hp_cxx_exception_support): Ditto.
7606 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7607 * cp-valprint.c (hp_som_som_object_present)
7608 (cp_print_class_method): Ditto.
7609 * c-typeprint.c (hp_som_som_object_present):
7610 (c_type_print_base): Ditto.
7611 * c-exp.y (hp_som_som_object_present): Ditto.
7612
7613 2004-04-08 Andrew Cagney <cagney@redhat.com>
7614
7615 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7616 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7617 (frame_unwind_find_by_frame): Re-implement the unwind code so
7618 that it can both prepend and append sniffers. Replace
7619 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7620 * tramp-frame.c (tramp_frame_append): Use
7621 frame_unwind_prepend_unwinder.
7622 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7623 frame_unwind_register_unwinder.
7624 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7625 tramp_frame_append.
7626 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7627 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7628 (mips_linux_init_abi): Update.
7629
7630 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7631
7632 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7633 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7634 file support.
7635
7636 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7637
7638 * ia64-tdep.c (elf.h): Don't include.
7639 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7640
7641 2004-04-07 Jason Molenda (jmolenda@apple.com)
7642
7643 * frame.h: Typeo corrections in comments.
7644
7645 2004-04-07 Jim Blandy <jimb@redhat.com>
7646
7647 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7648 %esp and %ebp
7649
7650 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7651
7652 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7653 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7654 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7655 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7656 and solib-legacy.o.
7657 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7658 solib-svr4.o.
7659 * config/sparc/tm-sol2.h: Update copyright year. Include
7660 "solib.h".
7661
7662 * sparc-sol2-tdep.c: Update copyright year. Include
7663 "solib-svr4.h".
7664 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7665 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7666 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7667 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7668 dependencies.
7669
7670 2004-04-06 Andrew Cagney <cagney@redhat.com>
7671
7672 * infttrace.c: Include "infttrace.h".
7673 * infttrace.h: Include "target.h".
7674 * Makefile.in (infttrace_h): Update.
7675 (infttrace.o): Update.
7676
7677 2004-04-06 Andrew Cagney <cagney@redhat.com>
7678
7679 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7680 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7681 move extern declarations from here ...
7682 * infttrace.h: ... to here.
7683 * Makefile.in (hppah-nat.o): Update dependencies.
7684
7685 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7686 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7687 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7688 (hppa_breakpoint_from_pc): Delete.
7689
7690 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7691
7692 2004-04-05 Andrew Cagney <cagney@redhat.com>
7693
7694 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7695 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7696 <sys/file.h>.
7697
7698 2004-04-06 Randolph Chung <tausq@debian.org>
7699
7700 Committed by Andrew Cagney (mechanical change).
7701 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7702 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7703 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7704 child_enable_exception_callback, current_ex_event,
7705 null_symtab_and_line, child_get_current_exception_event,
7706 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7707 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7708 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7709 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7710 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7711 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7712 Move hpux-specific definitions ...
7713 * hppa-hpux-tdep.c: ... to here.
7714
7715 2004-04-05 Andrew Cagney <cagney@redhat.com>
7716
7717 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7718 skip_prologue_using_sal.
7719
7720 2004-04-05 Andrew Cagney <cagney@redhat.com>
7721
7722 * config/i386/tm-i386.h: Delete file.
7723 * config/i386/tm-vxworks.h: Update copyright, do not include
7724 "tm-i386.h".
7725 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7726 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7727 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7728 * config/i386/ncr3000.mt (TM_FILE): Delete.
7729 * config/i386/interix.mt (TM_FILE): Delete.
7730 * config/i386/i386v.mt (TM_FILE): Delete.
7731 * config/i386/i386nw.mt (TM_FILE): Delete.
7732 * config/i386/i386gnu.mt (TM_FILE): Delete.
7733 * config/i386/i386aout.mt (TM_FILE): Delete.
7734 * config/i386/embed.mt (TM_FILE): Delete.
7735
7736 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7737
7738 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7739 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7740 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7741 (accg7_regnum): New constants.
7742 (last_spr_regnum, last_pseudo_regnum): Update.
7743 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7744 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7745 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7746 for accg registers.
7747 (frv_register_sim_regno): Update spr_map[].
7748
7749 2004-04-04 Andrew Cagney <cagney@redhat.com>
7750
7751 * config/mips/xm-riscos.h: Delete.
7752 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7753 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7754 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7755 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7756 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7757 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7758 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7759 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7760 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7761 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7762 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7763 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7764 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7765 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7766 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7767 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7768 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7769 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7770 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7771 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7772 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7773 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7774 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7775 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7776 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7777 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7778
7779 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7780 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7781 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7782 * configure.host: Remove m680[01]0-sun-sunos3*,
7783 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7784 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7785 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7786 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7787 mips-*-riscos*.
7788 * NEWS: Mention removed systems.
7789
7790 2004-04-04 Andrew Cagney <cagney@redhat.com>
7791
7792 GDB 6.1 release created from 6.1 branch.
7793
7794 2004-04-04 Andrew Cagney <cagney@redhat.com>
7795
7796 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7797 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7798 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7799
7800 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7801 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7802 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7803
7804 2004-04-03 Jim Blandy <jimb@redhat.com>
7805
7806 * MAINTAINERS: Chris Faylor has changed employers; add him to
7807 "paper trail" section, and update his E-mail address.
7808
7809 2004-04-03 Andrew Cagney <cagney@redhat.com>
7810
7811 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7812 generic dummy frames.
7813 * dummy-frame.c: Update copyright.
7814 (dummy_frame_sniffer): Delete check for generic dummy frames.
7815
7816 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7817 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7818 (REG_PARM_STACK_SPACE): Delete.
7819 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7820 Inline reference to REG_PARM_STACK_SPACE.
7821
7822 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7823 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7824 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7825 (FRAME_BASE_BEFORE_SIGTRAMP)
7826 (hppa32_hpux_frame_base_before_sigtramp)
7827 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7828 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7829 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7830 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7831 (FRAME_BASE_BEFORE_SIGTRAMP)
7832 (hppa64_hpux_frame_base_before_sigtramp)
7833 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7834
7835 2004-04-03 Andrew Cagney <cagney@redhat.com>
7836
7837 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7838
7839 2004-04-02 Andrew Cagney <cagney@redhat.com>
7840
7841 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7842 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7843 * dummy-frame.h: Delete out-of-date comments.
7844 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7845 * gdbarch.h, gdbarch.c: Re-generate.
7846
7847 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7848
7849 Committed by Andrew Cagney <cagney@redhat.com>.
7850 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7851 into account an instruction saving a register if we have already
7852 seen an earlier instruction saving that same register.
7853
7854 2004-04-02 Andrew Cagney <cagney@redhat.com>
7855
7856 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7857 * gdbarch.h, gdbarch.c: Re-generate.
7858 * frame.c (legacy_get_prev_frame): Delete references to
7859 DEPRECATED_INIT_FRAME_PC_FIRST.
7860
7861 * infrun.c (pc_in_sigtramp): Delete function.
7862 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7863 get_frame_type.
7864
7865 2004-04-02 Andrew Cagney <cagney@redhat.com>
7866
7867 * infrun.c (handle_step_into_function): Delete code conditional on
7868 legacy_frame_p.
7869 (handle_inferior_event, step_over_function): Ditto.
7870
7871 2004-04-02 Andrew Cagney <cagney@redhat.com>
7872
7873 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7874 "previous frame inner to this frame" test.
7875
7876 2004-04-02 Andrew Cagney <cagney@redhat.com>
7877
7878 * frame.c (safe_frame_unwind_memory): New function.
7879 * frame.h (safe_frame_unwind_memory): Declare. Update description
7880 of /safe_/ methods.
7881 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7882 "next_frame". Use safe_frame_unwind_memory.
7883 (tramp_frame_sniffer): Update call to tramp_frame_start.
7884
7885 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7886
7887 * dwarf2read.c (dwarf2_objfile_data_key): New.
7888 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7889 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7890 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7891 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7892 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7893 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7894 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7895 Remove variables.
7896 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7897 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7898 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7899 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7900 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7901 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7902 Remove macros.
7903 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7904 data.
7905 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7906 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7907 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7908 (read_partial_die, read_full_die, read_indirect_string)
7909 (dwarf_decode_line_header, dwarf_decode_macros)
7910 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7911 Update uses of removed variables.
7912 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7913 of removed macros.
7914 (_initialize_dwarf2_read): New function.
7915 * symfile.h (dwarf2_has_info): Update prototype.
7916 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7917 * elfread.c (elf_symfile_read): Likewise.
7918
7919 2004-04-01 Jim Blandy <jimb@redhat.com>
7920
7921 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7922 function for register numbers on all the rs6000-derived targets.
7923 (rs6000_gdbarch_init): Don't register a separate
7924 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7925 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7926 variants.
7927
7928 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7929 numbering.
7930
7931 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7932
7933 * valarith.c: Update copyright notice.
7934 (value_add): Handle range types.
7935 (value_sub): Ditto.
7936 (value_equal): Ditto.
7937 (value_less): Ditto.
7938 (value_neg): Ditto.
7939 (value_complement): Ditto.
7940 (value_binop): Simplify slightly by using is_integral_type and
7941 eliminiating unnecessary COERCE_ENUMs.
7942
7943 2004-03-31 Andrew Cagney <cagney@redhat.com>
7944
7945 * frame.h (frame_unwind_id): Declare.
7946 * frame.c (frame_unwind_id): New function.
7947 (get_prev_frame_1): New function.
7948 (frame_debug_got_null_frame): New function.
7949 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7950 code proper to prev_frame, update description.
7951 * infrun.c (step_over_function): Use frame_unwind_id.
7952
7953 2004-04-31 J. Brobecker <brobecker@gnat.com>
7954
7955 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7956 (hppa64_push_dummy_call): Likewise.
7957
7958 2004-03-30 Jim Blandy <jimb@redhat.com>
7959
7960 From Ulrich Weigand:
7961 * utils.c (query): Do not use a va_list variable multiple times.
7962
7963 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7964
7965 * Makefile.in (linux_nat_h): Update dependencies.
7966 * configure.in: Check for <gnu/libc-version.h>.
7967 * configure: Regenerate.
7968 * config.in: Regenerate.
7969 * linux-nat.h: Include "target.h". Add waitstatus field to
7970 struct lwp_info.
7971 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7972 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7973 to.
7974 (lin_lwp_handle_extended): New function. Handle clone events.
7975 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7976 thread exit events.
7977 (child_wait): Handle clone events.
7978 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7979 * linux-nat.c (linux_enable_event_reporting): Turn on
7980 PTRACE_O_TRACECLONE.
7981 (linux_handle_extended_wait): Handle clone events.
7982 * thread-db.c: Include <gnu/libc-version.h>.
7983 (struct private_thread_info): Add dying flag.
7984 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7985 higher.
7986 (attach_thread): Update comments. Handle dying threads.
7987 (detach_thread): Set the dying flag.
7988 (check_event): Always call attach_thread.
7989
7990 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7991
7992 * mips-tdep.c (mips_pdr_data): New.
7993 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7994 (_initialize_mips_tdep): Initialize mips_pdr_data.
7995
7996 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7997
7998 * minsyms.c (install_minimal_symbols): Move dropping leading
7999 char from linkage name from here...
8000 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8001 test for "__gnu_compiled*" symbols.
8002
8003 2004-03-28 Jim Blandy <jimb@redhat.com>
8004
8005 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8006 registers to temp register r0 and byte stores as prologue
8007 instructions.
8008
8009 2004-03-28 Andrew Cagney <cagney@redhat.com>
8010
8011 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8012 arm*-*-*.
8013
8014 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8015
8016 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8017 and switch the layout to force a display of register window.
8018
8019 2004-02-26 J. Brobecker <brobecker@gnat.com>
8020
8021 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8022 of the INTEGER class.
8023
8024 2004-03-26 Jim Blandy <jimb@redhat.com>
8025
8026 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8027 bytes long on PPC GNU/Linux.
8028
8029 2004-03-26 David Carlton <carlton@kealia.com>
8030
8031 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8032
8033 2004-03-25 Andrew Cagney <cagney@redhat.com>
8034
8035 * PROBLEMS: Add general section titles, remove references to
8036 specific releases.
8037
8038 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
8039
8040 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8041 INT_REGISTER_SIZE.
8042 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8043 FP_REGISTER_VIRTUAL_SIZE.
8044 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8045 of DEPRECATED_REGISTER_RAW_SIZE.
8046 (arm_register_type): Add gdbarch argument.
8047 (arm_register_raw_size, arm_register_virtual_size): Delete.
8048 (arm_register_byte, arm_extract_return_value)
8049 (arm_store_return_value, arm_get_longjmp_target): Update references
8050 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8051 (arm_gdbarch_init): Likewise. Don't set
8052 deprecated_register_raw_size, deprecated_register_virtual_size,
8053 deprecated_max_register_raw_size,
8054 deprecated_max_register_virtual_size, or
8055 deprecated_max_register_virtual_type. Do set register_type.
8056 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8057 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8058 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8059 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8060 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8061 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8062 INT_REGISTER_SIZE.
8063 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8064 (remote_rdp_store_register): Likewise.
8065
8066 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
8067
8068 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8069 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8070 to after osabi initialization.
8071 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8072 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8073 functions.
8074 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8075 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8076 variables.
8077 (mips_linux_init_abi): Append signal trampoline unwinders.
8078
8079 2004-03-24 Andrew Cagney <cagney@redhat.com>
8080
8081 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8082 * tramp-frame.c: Include "gdb_assert.h".
8083 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8084 correct sizeof.
8085 (tramp_frame_append): Validate the tramp frame's instructions.
8086 * Makefile.in (tramp-frame.o): Update dependencies.
8087
8088 2004-03-23 Andrew Cagney <cagney@redhat.com>
8089
8090 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8091
8092 2004-03-23 Andrew Cagney <cagney@redhat.com>
8093
8094 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8095 Nasser as past testsuite/lib/ (and other) maintainers.
8096
8097 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8098
8099 * infcmd.c (attach_command): Reread symbols if we already have
8100 an exec file.
8101
8102 2004-03-23 Andrew Cagney <cagney@redhat.com>
8103
8104 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8105
8106 2004-03-23 Andrew Cagney <cagney@redhat.com>
8107
8108 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8109 * gdbarch.h, gdbarch.c: Re-generate.
8110 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8111 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8112 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8113 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8114 (DEPRECATED_SIGTRAMP_START): Update.
8115 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8116 (DEPRECATED_SIGTRAMP_START): Update.
8117 * blockframe.c (find_pc_sect_partial_function): Update.
8118 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8119
8120 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8121
8122 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8123 if necessary.
8124
8125 2004-03-23 Andrew Cagney <cagney@redhat.com>
8126
8127 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8128 predicate, deprecate.
8129 * gdbarch.h, gdbarch.c: Re-generate.
8130 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8131 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8132 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8133 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8134 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8135 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8136 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8137 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8138 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8139 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8140 * blockframe.c (find_pc_partial_function): Update.
8141 * breakpoint.c (bpstat_what): Update.
8142 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8143 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8144 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8145 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8146 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8147 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8148 * i386-nto-tdep.c (i386nto_init_abi): Update.
8149 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8150 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8151 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8152 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8153 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8154 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8155 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8156 * infrun.c (pc_in_sigtramp): Update.
8157 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8158 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8159 * mips-tdep.c (mips_gdbarch_init): Update.
8160 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8161 * ppc-linux-tdep.c: Update comment.
8162 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8163 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8164 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8165 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8166 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8167 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8168 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8169 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8170 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8171 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8172
8173 2004-03-23 Andrew Cagney <cagney@redhat.com>
8174
8175 * tramp-frame.h, tramp-frame.h: New files.
8176 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8177 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8178
8179 * Makefile.in: Update all dependencies.
8180
8181 2004-03-23 Andrew Cagney <cagney@redhat.com>
8182
8183 * Makefile.in (trad_frame_h): Add $(frame_h).
8184 * trad-frame.h: Update copyright. Include "frame.h".
8185 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8186 (trad_frame_set_id, trad_frame_get_id): Declare.
8187 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8188 * trad-frame.c: Update copyright.
8189 (struct trad_frame_cache): Define.
8190 (trad_frame_cache_zalloc): New function.
8191 (trad_frame_set_id, trad_frame_get_id): New functions.
8192 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8193
8194 2004-03-22 Andrew Cagney <cagney@redhat.com>
8195
8196 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8197 s390_pltstub_unwind_cache.
8198 (s390_stub_frame_unwind_cache): Rename
8199 s390_pltstub_frame_unwind_cache.
8200 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8201 (s390_stub_frame_prev_register): Rename
8202 s390_pltstub_frame_prev_register.
8203 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8204 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8205
8206 From Ulrich Weigand:
8207 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8208 pointer calls like PLT calls.
8209
8210 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8211
8212 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8213 PC rather than the partial function start address. Use the start
8214 address to sanity check the found PDR.
8215
8216 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8217
8218 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8219 linux_handle_extended_wait.
8220
8221 2004-03-22 Andrew Cagney <cagney@redhat.com>
8222
8223 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8224 function.
8225
8226 * frame.h (generic_pop_current_frame): Delete declaration.
8227 (deprecate_pop_dummy_frame): Deprecate
8228 generic_pop_dummy_frame.
8229 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8230 (generic_pop_current_frame): Delete function.
8231 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8232 generic_pop_current_frame.
8233 * v850-tdep.c (v850_pop_frame): Update.
8234 * mcore-tdep.c (mcore_pop_frame): Update.
8235 * sh64-tdep.c (sh64_pop_frame): Update.
8236 * h8300-tdep.c (h8300_pop_frame): Update.
8237
8238 2004-03-22 Andrew Cagney <cagney@redhat.com>
8239
8240 * frame.h (deprecated_pc_in_call_dummy): Rename
8241 generic_pc_in_call_dummy.
8242 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8243 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8244 generic_pc_in_call_dummy.
8245 (pc_in_dummy_frame): Make static.
8246 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8247 * gdbarch.h, gdbarch.c: Re-generate.
8248 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8249 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8250 (legacy_get_prev_frame): Ditto.
8251 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8252 comment.
8253
8254 2004-03-21 Andrew Cagney <cagney@redhat.com>
8255
8256 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8257 declaration and out-of-date comment.
8258 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8259 Delete function.
8260 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8261 deprecated_pc_in_call_dummy.
8262
8263 * infrun.c (handle_inferior_event): For non legacy frames, use the
8264 frame ID and frame type to identify a signal trampoline. Update
8265 comments.
8266
8267 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8268
8269 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8270 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8271
8272 2004-03-21 Andrew Cagney <cagney@redhat.com>
8273
8274 * frame-unwind.h: Update copyright.
8275 (struct frame_data): Add opaque declaration.
8276 (frame_sniffer_ftype): Declare.
8277 (struct frame_unwind): Add "unwind_data" and "sniffer".
8278 (frame_unwind_register_unwinder): Declare.
8279 (frame_unwind_find_by_frame): Add parameter "this_cache".
8280 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8281 (legacy_get_prev_frame, legacy_get_prev_frame)
8282 (get_frame_type): Pass the prologue_cache to
8283 frame_unwind_find_by_frame.
8284 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8285 "unwinder".
8286 (frame_unwind_register_unwinder): New function.
8287 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8288
8289 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8290
8291 * bcache.c (print_percentage): Use floating point to avoid
8292 incorrect results when portion*100 overflows.
8293
8294 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8295
8296 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8297 (ppc_linux_init_extra_frame_info)
8298 (ppc_linux_frameless_function_invocation)
8299 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8300 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8301 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8302 (rs6000_frame_chain): Delete declarations.
8303 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8304 (ppc_linux_init_extra_frame_info)
8305 (ppc_linux_frameless_function_invocation)
8306 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8307 (ppc_linux_init_abi): Remove registration of above deleted functions.
8308 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8309 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8310 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8311 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8312 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8313 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8314 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8315 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8316 frame management for all OSABIs.
8317
8318 2004-03-19 Andrew Cagney <cagney@redhat.com>
8319
8320 Committed by Kevin Buettner <kevinb@redhat.com>.
8321
8322 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8323 Update copyright.
8324 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8325 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8326 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8327 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8328 unwinders. #ifdef legacy frame code.
8329 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8330 "frame-base.h".
8331 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8332 (struct rs6000_frame_cache, rs6000_frame_cache)
8333 (rs6000_frame_this_id, rs6000_frame_prev_register)
8334 (rs6000_frame_sniffer, rs6000_frame_unwind)
8335 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8336 (rs6000_frame_base): Implement a traditional frame unwinder.
8337 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8338 frame unwinder.
8339
8340 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8341
8342 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8343 breakpoint address for watchpoints or the catch eventpoints.
8344 Add new paramter ``bptype''. Adjust all callers.
8345
8346 2004-03-19 Andrew Cagney <cagney@redhat.com>
8347
8348 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8349
8350 * PROBLEMS: Delete note that ARM does not use frame code, problem
8351 fixed.
8352
8353 2004-03-18 Andrew Cagney <cagney@redhat.com>
8354
8355 * stack.c (return_command): Delete code wrapped in #ifdef
8356 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8357
8358 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8359
8360 2004-03-18 Andrew Cagney <cagney@redhat.com>
8361
8362 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8363 DEPRECATED_IN_SIGTRAMP.
8364 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8365 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8366 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8367 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8368 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8369 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8370 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8371 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8372 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8373 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8374
8375 2004-03-18 Andrew Cagney <cagney@redhat.com>
8376
8377 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8378 (struct frame_base_table_entry): Define.
8379 (struct frame_base_table): Re-implement as a linked list.
8380 (frame_base_init): Re-implement.
8381 (frame_base_table): Delete function.
8382 (append_predicate): Delete function.
8383 (frame_base_append_sniffer): Update.
8384 (frame_base_set_default): Update.
8385 (frame_base_find_by_frame): Update.
8386 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8387 * Makefile.in (frame-base.o): Update dependencies.
8388
8389 2004-03-17 Andrew Cagney <cagney@redhat.com>
8390
8391 * frame.c (legacy_get_prev_frame): Pass correct frame to
8392 frame_unwind_find_by_frame.
8393
8394 2004-03-17 David Carlton <carlton@kealia.com>
8395
8396 * NEWS: Mention C++ nested types and namespaces
8397
8398 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8399
8400 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8401 and "Regressions since gdb 5.3.". Add known regressions since
8402 gdb 6.0.
8403
8404 2004-03-16 David Carlton <carlton@kealia.com>
8405
8406 * dwarf2read.c (process_structure_scope): Process children even
8407 when we're a declaration.
8408
8409 2004-03-16 Andrew Cagney <cagney@redhat.com>
8410
8411 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8412 * blockframe.c (find_pc_partial_function)
8413 (find_pc_sect_partial_function): Merge into a single
8414 find_pc_partial_function.
8415
8416 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8417
8418 * i386bsd-nat.c: s/regno/regnum/g.
8419 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8420 FP0_REGNUM.
8421 (store_inferior_registers): Likewise.
8422
8423 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8424
8425 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8426 of i387_fill_fsave.
8427 (store_inferior_registers): Call i387_collect_fsave and
8428 i387_collect_fxsave instead of i387_fill_fsave and
8429 i387_fill_fxsave.
8430
8431 2004-03-15 Andrew Cagney <cagney@redhat.com>
8432
8433 * Makefile.in (frame-unwind.o): Update dependencies.
8434 * frame-unwind.c: Include "gdb_obstack.h".
8435 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8436 parameter.
8437 (append_predicate): Delete function.
8438 (struct frame_unwind_table_entry): New structure.
8439 (struct frame_unwind_table): Replace "sniffer" with "head" and
8440 "tail".
8441 (frame_unwind_append_sniffer): Update.
8442 (frame_unwind_find_by_frame): Update.
8443 (_initialize_frame_unwind): Registe frame_unwind_init using
8444 gdbarch_data_register_pre_init.
8445
8446 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8447
8448 * i386bsd-nat.c: Update copyright year.
8449 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8450 define unconditionally.
8451
8452 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8453
8454 * i387-tdep.h (i387_collect_fsave): New prototype.
8455 * i387-tdep.c (i387_collect_fsave): New function containing most
8456 of the code from i387_fill_fsave.
8457 (i387_fill_fsave): Call i387_collect_fsave.
8458
8459 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8460
8461 * i386-linux-tdep.c: Update copyright year.
8462 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8463 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8464 svr4_ilp32_link_map_offsets instead of
8465 i386_linux_svr4_fetch_link_map_offsets.
8466
8467 2004-03-15 David Carlton <carlton@kealia.com>
8468
8469 Fix for PR c++/1553:
8470 * dwarf2read.c (read_structure_type): Determine type name by
8471 calling determine_class_name.
8472 (determine_class_name): New.
8473 (determine_prefix): Look at TYPE_TAG_NAME and call
8474 determine_class_name when appropriate.
8475 (determine_prefix_aux, class_name): Delete.
8476 (read_namespace): Set die->type.
8477
8478 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8479
8480 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8481 unused macro definition. The definition in target.h (or perhaps
8482 elsewhere) takes precedence.
8483
8484 2004-03-15 Andrew Cagney <cagney@redhat.com>
8485
8486 * ppc-tdep.h: Update copyright.
8487 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8488 function signatures to match "regsets.h".
8489 * ppc-linux-tdep.c: Include "regset.h".
8490 (ELF_GREGSET_SIZE): Delete.
8491 (right_supply_register): New function.
8492 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8493 using right_supply_register.
8494 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8495 functions.
8496 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8497 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8498 (_initialize_ppc_linux_tdep): Do not register
8499 ppc_linux_regset_core_fns.
8500 (ppc_linux_regset_from_core_section): Replace
8501 fetch_core_registers.
8502 (ppc_linux_regset_core_fns): Delete.
8503 * ppc-linux-nat.c: (right_fill_reg): New function.
8504 (supply_gregset): Update call to ppc_linux_supply_gregset.
8505 (fill_gregset): Clear the register set, use right_fill_reg.
8506 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8507 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8508
8509 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8510 unsigned.
8511
8512 2004-03-15 Andrew Cagney <cagney@redhat.com>
8513
8514 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8515 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8516 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8517 and register_gdbarch_data.
8518 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8519 (struct gdbarch_data): Replace "init" by "pre_init" and
8520 "post_init".
8521 * gdbarch.h, gdbarch.c: Re-generate.
8522 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8523 with"obstack", use OBSTACK_ZALLOC.
8524 (dwarf2_frame_ops): Delete.
8525 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8526 (dwarf2_frame_init_reg): Use gdbarch_data.
8527 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8528 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8529 (_initialize_svr4_solib): Update.
8530 * user-regs.c (_initialize_user_regs): Update.
8531 * reggroups.c (_initialize_reggroup): Update.
8532 * regcache.c (_initialize_regcache): Update.
8533 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8534 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8535 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8536 * frame-unwind.c (_initialize_frame_unwind): Update.
8537 * frame-base.c (_initialize_frame_base): Update.
8538 * user-regs.c (user_reg_add): Update.
8539 * reggroups.c (reggroup_add): Update.
8540 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8541 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8542 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8543 * frame-base.c (frame_base_table): Update.
8544 * remote.c (_initialize_remote): Update.
8545 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8546
8547 2004-03-15 Andrew Cagney <cagney@redhat.com>
8548
8549 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8550
8551 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8552
8553 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8554 * frv-linux-tdep.c: New file.
8555 * frv-tdep.c (struct gdbarch_tdep): Add new field
8556 ``sigcontext_reg_addr''.
8557 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8558 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8559 (frv_sigramp_frame_sniffer): New functions.
8560 (frv_sigtramp_frame_unwind): New static global.
8561 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8562 sniffers.
8563 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8564 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8565
8566 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8567
8568 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8569 but not via a call to error(), when unable to read memory.
8570
8571 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8572
8573 * frv-tdep.c (frv_call_dummy_words): Delete.
8574 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8575
8576 2004-03-15 Andrew Cagney <cagney@redhat.com>
8577
8578 * infrun.c (handle_step_into_function, step_over_function): Only
8579 update and use STEP_FRAME_ID when the system is using legacy
8580 frames. Update comments.
8581
8582 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8583
8584 * amd64-linux-tdep.h: Remove file.
8585 * amd64-linux-tdep.c: Don't include "inferior.h" and
8586 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8587 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8588 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8589 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8590 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8591 macros.
8592 (user_to_gdb_regmap): Remove variable.
8593 (amd64_linux_gregset_reg_offset): New variable.
8594 (amd64_core_fns): Remove variable.
8595 (fetch_core_registers): Remove function.
8596 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8597 functions.
8598 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8599 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8600 * Makefile.in (amd64_linux_tdep_h): Remove.
8601 (amd64-linux-nat.o): Update dependencies.
8602 (amd64-linux-tdep.o): Update dependencies.
8603
8604 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8605 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8606 functions.
8607 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8608
8609 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8610 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8611
8612 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8613
8614 * dwarf2read.c (read_structure_type): Rename from
8615 read_structure_scope. Don't create a symbol or call process_die.
8616 Return immediately if die->type is set. Call read_type_die before
8617 dwarf2_add_member_fn.
8618 (process_structure_scope): New function.
8619 (read_enumeration_type, process_enumeration_scope): New functions,
8620 broken out from read_enumeration. Don't create the enumeration
8621 type if it has already been created.
8622 (read_enumeration): Removed.
8623 (process_die): Call read_structure_type, process_structure_scope,
8624 read_enumeration_type, and process_enumeration_scope. Just call
8625 new_symbol for base and subrange types. Add a comment about other
8626 type dies.
8627 (read_type_die): Call read_enumeration_type.
8628 (add_partial_structure, new_symbol): Update comments.
8629
8630 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8631
8632 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8633
8634 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8635
8636 * tui/tui-win.h (tui_get_cmd_list): Declare.
8637 * tui/tui-win.c (tui_command): New function.
8638 (tui_get_cmd_list): New function.
8639 (_initialize_tui_win): Moved initialization of tui command in
8640 tui_get_cmd_list.
8641
8642 * tui/tui-data.c (init_content_element): Setup new data members.
8643 (init_win_info): Likewise.
8644 (free_content_elements): Free it.
8645 * tui/tui-data.h (struct tui_data_element): Store the register
8646 content to print.
8647 (struct tui_data_info): Keep the current register group.
8648
8649 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8650
8651 * tui/tui-regs.h (tui_show_registers): Update prototype.
8652 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8653 (tui_resize_all): No need to calculate anything for register window.
8654 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8655 (tui_set_register_element, tui_set_general_regs_content): Remove.
8656 (tui_set_special_regs_content): Remove.
8657 (tui_set_general_and_special_regs_content): Remove.
8658 (tui_set_float_regs_content): Remove.
8659 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8660 (tui_set_regs_content): Remove.
8661 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8662 (tui_v_show_registers_command_support): Remove.
8663 (tui_show_registers): Use a reggroup to specify the registers to show.
8664 (tui_show_register_group): New function.
8665 (tui_display_registers_from): Compute the layout of register window
8666 and refresh with new API; be sure to delete old register windows.
8667 (tui_check_register_values): Update to use tui_get_register and
8668 tui_display_data.
8669 (tui_display_register): Just refresh the register window part.
8670 (tui_register_format): Format registers and save in tui_data_element.
8671 (tui_get_register): New to combine tui_reg_value_has_changed and
8672 tui_get_register_raw_value; fix to use the new gdb API.
8673 (tui_show_float_command): Renamed tui_reg_float_command.
8674 (tui_show_general_command): Renamed tui_reg_general_command.
8675 (tui_show_special_command): Renamed tui_reg_system_command.
8676 (_initialize_tui_regs): Remove unused commands.
8677
8678 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8679
8680 * NEWS (New native configurations): Mention OpenBSD/amd64.
8681
8682 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8683 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8684 Remove defines.
8685 * config/i386/nm-fbsd64.h: Likewise.
8686 * config/i386/nm-obsd.h: Likewise.
8687 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8688 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8689
8690 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8691
8692 * frv-tdep.c (set_variant_scratch_registers): New function.
8693 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8694 New constants.
8695
8696 From Richard Sandiford <rsandifo@redhat.com>:
8697 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8698
8699 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8700
8701 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8702 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8703 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8704 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8705 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8706 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8707 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8708 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8709 definitions from frv-tdep.c to frv-tdep.h.
8710
8711 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8712
8713 Add shared library support for FR-V FDPIC ABI:
8714 * Makefile.in (solib-frv.o): Add dependencies.
8715 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8716 New functions.
8717 (frv_push_dummy_call): Add support for FDPIC ABI.
8718 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8719 for FDPIC ABI.
8720 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8721 (frv_fdpic_find_canonical_descriptor): Declare.
8722 * solib-frv.c: New file.
8723 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8724 * config/frv/tm-frv.h (solib.h): Include.
8725
8726 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8727
8728 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8729 (frv-tdep.o): Update dependencies.
8730 * frv-tdep.h: New file.
8731 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8732 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8733 constants.
8734 (struct gdbarch_tdep): Add new member ``frv_abi''.
8735 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8736 functions.
8737 (new_variant): Set ``frv_abi'' field.
8738 (gdb_arch_init): Detect FDPIC executables.
8739
8740 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8741
8742 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8743 wrapper.
8744
8745 2004-03-11 Andrew Cagney <cagney@redhat.com>
8746
8747 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8748
8749 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8750
8751 * solist.h (master_so_list): New function.
8752 * solib.c (master_so_list): Likewise.
8753 * solib-svr4.c (enable_break): Iterate over so_list entries
8754 obtained from master list instead of entries obtained directly
8755 via svr4_current_sos().
8756
8757 2004-03-10 Ben Elliston <bje@gnu.org>
8758
8759 * MAINTAINERS: Update my mail address.
8760
8761 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8762
8763 * remote-m32r-sdi.c: Support hardware watchpoint.
8764
8765 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8766
8767 * user-regs.c: Update copyright years.
8768 (struct user_regs): Rename to gdb_user_regs.
8769 (append_user_reg, builtin_user_regs, user_regs_init)
8770 (user_reg_add, user_reg_map_name_to_regnum)
8771 (usernum_to_user_reg): Update.
8772
8773 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8774
8775 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8776 (skip_children): New functions.
8777 (locate_pdi_sibling): Call skip_children.
8778
8779 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8780
8781 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8782 * gdbtypes.c (check_typedef): Update comments.
8783
8784 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8785
8786 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8787 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8788 pointer. Update comment about comp_unit_head.
8789 (struct abbrev_info): Shorten two int flags.
8790 (dwarf_alloc_abbrev): Take a CU argument.
8791 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8792 each time through the loop. Update cleanup argument.
8793 (psymtab_to_symtab_1): Update cleanup call.
8794 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8795 abbrev_obstack.
8796 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8797 Just call obstack_free and clear the pointer.
8798
8799 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8800
8801 * infrun.c (handle_inferior_event): Remove short-circuit code for
8802 events in a different thread.
8803
8804 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8805
8806 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8807 print the whole transfer.
8808 (initialize_targets): Update description of "set debug target".
8809
8810 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8811
8812 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8813
8814 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8815
8816 * MAINTAINERS (write after approval): Add myself.
8817
8818 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8819
8820 * sh-tdep.c (sh_print_registers_info): Use for loop.
8821 Don't skip multiple registers when a float register is encountered.
8822
8823 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8824
8825 Fix PR tdep/1291.
8826 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8827 to official SH documentation.
8828
8829 2004-03-07 Andrew Cagney <cagney@redhat.com>
8830
8831 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8832 unused function.
8833
8834 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8835
8836 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8837 (arm_get_next_pc): Handle BX and BLX.
8838
8839 2004-03-07 Andrew Cagney <cagney@redhat.com>
8840
8841 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8842 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8843 HPPA_SP_REGNUM.
8844 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8845 (hppa_target_read_fp): Delete.
8846 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8847 register_virtual_size, max_register_raw_size,
8848 max_register_virtual_size, register_byte, register_size,
8849 target_read_fp, fp_regnum, and register_bytes. Set register_type
8850 instead of register_virtual_type.
8851 (hppa32_register_type, hppa64_register_type): Replace
8852 hppa32_register_virtual_type and hppa64_register_virtual_type.
8853 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8854 (HPPA_FP_REGNUM): Define.
8855
8856 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8857
8858 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8859 (pa_do_registers_info): Delete.
8860 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8861 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8862 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8863
8864 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8865 GDB_TARGET_IS_HPPA code.
8866 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8867 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8868 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8869 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8870 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8871 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8872 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8873 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8874 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8875 (hppa_frameless_function_invocation, hppa64_store_return_value)
8876 (hppa_store_struct_return, hppa64_extract_return_value)
8877 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8878 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8879 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8880 (find_proc_framesize, deposit_21, restore_pc_queue)
8881 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8882 (rp_saved, pc_in_linker_stub): Delete.
8883
8884 Unconditionally enable 64-bit frame and ABI code.
8885 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8886 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8887 push_dummy_frame, fix_call_dummy, push_arguments,
8888 call_dummy_location, extract_return_value, use_struct_convention,
8889 store_return_value, store_struct_return, saved_pc_after_call,
8890 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8891 frame_chain, frame_chain_valid, frameless_function_invocation,
8892 frame_saved_pc, and pop_frame.
8893
8894 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8895 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8896 (hppa_gdbarch_init): Do not set PC_REGNUM.
8897
8898 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8899
8900 * config/alpha/tm-fbsd.h: Remove file.
8901 * config/alpha/fbsd.mt: Tweak comment.
8902 (TM_FILE): Set to tm-alpha.h.
8903
8904 2004-03-05 Andrew Cagney <cagney@redhat.com>
8905
8906 * infrun.c (step_over_function): When non-legacy code, and no
8907 step_frame_id, use the unwinder to get the caller's frame ID.
8908
8909 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8910
8911 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8912 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8913 bfd_arch_unknown. Adjust comment.
8914
8915 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8916 * i386obsd-tdep.c: Correct spelling in comment.
8917 * i386nbsd-tdep.c: Correct spelling in comment.
8918 * sparc-tdep.c: Correct spelling in comments.
8919
8920 2004-03-05 David Carlton <carlton@kealia.com>
8921
8922 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8923 bug.
8924
8925 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8926
8927 * sparc-tdep.c: Fix typo in comment.
8928
8929 2004-03-04 J. Brobecker <brobecker@gnat.com>
8930
8931 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8932
8933 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8934
8935 * dwarf2read.c: Add comment describing memory lifetimes.
8936 (struct dwarf2_pinfo): Update comment.
8937 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8938 (read_enumeration, new_symbol): Don't use obsavestring.
8939
8940 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8941
8942 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8943 instead of amd64_fill_fxsave.
8944 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8945 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8946
8947 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8948 Reorganize code a bit.
8949
8950 2004-03-04 Orjan Friberg <orjanf@axis.com>
8951
8952 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8953 when the frame pointer is pushed. Don't set the frame pointer's
8954 address on the stack unless it's actually located there.
8955 Set the SRP's address on the stack correctly when the PC is still in
8956 the prologue.
8957 (cris_return_value): New function.
8958 (cris_gdbarch_init): Clear deprecated store_return_value,
8959 extract_return_value.
8960
8961 2004-03-02 Jim Blandy <jimb@redhat.com>
8962
8963 * stabsread.c (reg_value_complaint): The maximum register number
8964 is one less than the number of registers.
8965
8966 2004-03-02 Andrew Cagney <cagney@redhat.com>
8967
8968 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8969 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8970 trailing comma and redundant assignment of I386_ST0_REGNUM.
8971 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8972 32-bit segment registers.
8973
8974 2004-03-01 Andrew Cagney <cagney@redhat.com>
8975
8976 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8977 use frame_relative_level and get_next_frame.
8978
8979 2004-02-29 Andrew Cagney <cagney@redhat.com>
8980
8981 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8982 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8983 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8984 Delete macro.
8985
8986 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8987
8988 * inflow.c (terminal_inferior): Don't give up the terminal if we
8989 previously couldn't get the inferior's terminal state.
8990
8991 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8992
8993 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8994 PC_REGNUM.
8995
8996 2004-02-28 Andrew Cagney <cagney@redhat.com>
8997
8998 * NEWS: Refer to GDB 6.1.
8999 * README: Refer to GDB 6.1.
9000 * PROBLEMS: Refer to GDB 6.1.
9001
9002 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9003
9004 * thread-db.c (disable_thread_signals): Remove unused function.
9005
9006 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9007
9008 * amd64-nat.c: Include "gdb_string.h".
9009 (amd64_collect_native_gregset): Zero-extend the 32-bit
9010 general-purpose registers and %eip.
9011
9012 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9013 * amd64-tdep.c (amd64_collect_fxsave): New function.
9014 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9015
9016 * i387-tdep.h: Update copyright year.
9017 (i387_collect_fxsave): New prototype.
9018 * i387-tdep.c: Update copyright year.
9019 (i387_collect_fxsave): New function containing most of the code
9020 from i387_fill_fxsave.
9021 (i387_fill_fxsave): Call i387_collect_fxsave.
9022
9023 2004-02-28 Andrew Cagney <cagney@redhat.com>
9024
9025 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9026 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9027
9028 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9029
9030 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9031
9032 2004-02-28 Andrew Cagney <cagney@redhat.com>
9033
9034 * utils.c: Use "", instead of <>, to include readline.
9035 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9036 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9037 * source.c, solib.c, exec.c, event-top.c: Ditto.
9038 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9039 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9040 * Makefile.in: Update all dependencies.
9041 (readline_tilde_h, readline_history_h): Define.
9042 (readline_headers): Delete.
9043
9044 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9045
9046 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9047 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9048 "config/i386/tm-lx64.h".
9049
9050 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9051 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9052 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9053
9054 2004-02-28 Andrew Cagney <cagney@redhat.com>
9055
9056 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9057
9058 * breakpoint.c (_initialize_breakpoint): Use
9059 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9060 Add help to show command.
9061
9062 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9063
9064 * i386-nat.c: Reformat to be closer to coding standards.
9065 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9066 `retval'. Make variables `align' and `size' local to while-loop.
9067 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9068 (_initialize_i386_nat): New prototype.
9069
9070 * tui/tui.c: Include <readline/readline.h> instead of
9071 "readline/readline.h". Include it after <term.h> and
9072 "gdb_curses.h".
9073
9074 2004-02-27 Andrew Cagney <cagney@redhat.com>
9075
9076 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9077 the new frame unwind code.
9078 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9079 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9080 PCOQ_HEAD_REGNUM.
9081
9082 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9083 "return_value" and "push_dummy_call".
9084 (hppa32_use_struct_convention): Delete unused function.
9085 (hppa32_store_return_value): Delete unused function.
9086 (hppa32_extract_return_value): Delete unused function.
9087 (hppa32_stack_align): Delete function.
9088
9089 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9090
9091 * coffread.c (enter_linenos): Don't let rawptr reference memory
9092 outside linetab[]'s limits.
9093
9094 2004-02-27 Andrew Cagney <cagney@redhat.com>
9095
9096 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9097 inferior stack space - the stack needs to grow upwards.
9098 (hppa32_frame_align): New function.
9099 (hppa64_frame_align): Replace hppa_frame_align.
9100 (hppa_gdbarch_init): Update.
9101
9102 2004-02-26 Orjan Friberg <orjanf@axis.com>
9103
9104 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9105 (dwarf2-frame.h): Include.
9106 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9107 Remove static variables related to ABI setting.
9108 (struct gdbarch_tdep): Remove cris_abi member.
9109 (struct frame_extra_info): Remove.
9110 (cris_unwind_cache, stack_item): New structs.
9111 (cris_frame_unwind, cris_frame_base): New variables.
9112 (push_stack_item, pop_stack_item)
9113 (cris_frame_unwind_cache, cris_frame_this_id)
9114 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9115 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9116 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9117 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9118 (cris_reg_struct_has_addr): New functions.
9119 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9120 (cris_frame_saved_pc, cris_saved_pc_after_call,
9121 (cris_store_struct_return, cris_frameless_function_invocation)
9122 (cris_pop_frame, cris_skip_prologue_main)
9123 (cris_abi_original_store_return_value)
9124 (cris_abi_v2_store_return_value)
9125 (cris_abi_original_extract_return_value)
9126 (cris_abi_v2_extract_return_value)
9127 (cris_abi_original_reg_struct_has_addr)
9128 (cris_abi_v2_reg_struct_has_addr)
9129 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9130 (cris_push_return_address, cris_abi_update): Remove.
9131 (_initialize_cris_tdep): Remove ABI command.
9132 (cris_dump_tdep): Ditto.
9133 (cris_gdbarch_init): Remove ABI command.
9134 Set store_return_value, extract_return_value, push_dummy_code,
9135 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9136 frame_unwind_append_sniffer, frame_base_set_default.
9137 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9138 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9139 sizeof_call_dummy_words, get_saved_register, push_return_address,
9140 pop_frame, store_struct_return, frame_init_saved_regs,
9141 init_extra_frame_info, frameless_function_invocation, frame_chain,
9142 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9143 dummy_write_sp.
9144
9145 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9146
9147 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9148 * valprint.c (print_hex_chars): Change from static to external.
9149 (print_char_chars): New function.
9150 * printcmd.c (print_scalar_formatted): For integer and enum types
9151 that are longer than LONGEST, perform processing via appropriate
9152 print_*_chars routines.
9153
9154 2004-02-26 Andrew Cagney <cagney@redhat.com>
9155
9156 * Makefile.in: Update dependencies.
9157 Changes from Ulrich Weigand,
9158 * s390-tdep.c: Include "dwarf2-frame.h".
9159 (s390_dwarf2_frame_init_reg): New function.
9160 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9161 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9162
9163 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9164
9165 * breakpoint.c (pending_break_support): New setting variable.
9166 (break_command_1): Account for pending_break_support setting
9167 when creating pending breakpoints.
9168 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9169 (_initialize_breakpoint): Add "set breakpoint pending" and
9170 "show breakpoint pending" commands.
9171
9172 2004-02-26 Andrew Cagney <cagney@redhat.com>
9173
9174 Fix PR i18n/1570.
9175 * charset.c (backslashable, backslashed, represented): Remove 'e'
9176 from list of escaped characters, not part of ISO-C.
9177
9178 2004-02-25 J. Brobecker <brobecker@gnat.com>
9179
9180 From Peter Schauer <schauer@pdf.de>:
9181 * tui/tui.c: Move system header includes after local includes.
9182 Fixes a build failure on solaris systems.
9183
9184 2004-02-25 J. Brobecker <brobecker@gnat.com>
9185
9186 * configure.in: Refine the previous change.
9187 * configure: Regenerate.
9188
9189 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9190
9191 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9192 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9193 "amd64-tdep.h" instead of "x86-64-tdep.h".
9194 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9195 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9196 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9197 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9198 and "x86-64-tdep.c".
9199 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9200 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9201 and "x86-64-tdep.c".
9202 * amd64bsd-nat.c: Update copyright year.
9203 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9204 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9205 "x86-64-tdep.h".
9206 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9207 "x86-64-tdep.h".
9208 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9209 "x86-64-tdep.h".
9210 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9211 "x86-64-tdep.h".
9212 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9213 "x86-64-tdep.h".
9214 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9215 "x86-64-tdep.h".
9216 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9217 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9218 * Makefile.in (amd64_linux_tdep_h): Renamed from
9219 x86_64_linux_tdep_h.
9220 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9221 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9222 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9223 (amd64obsd-tdep.o): Update dependencies.
9224 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9225 dependencies.
9226 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9227 dependencies.
9228 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9229 amd64-linux-nat.c amd64-linux-tdep.c.
9230 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9231 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9232 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9233 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9234 amd64-tdep.o and amd64-linux-tdep.o.
9235 (TM_FILE): Set to tm-linux64.h.
9236 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9237 (NAT_FILE): Set to nm-linux64.h.
9238 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9239 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9240 amd64-tdep.o.
9241 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9242 amd64-tdep.o.
9243 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9244 amd64-tdep.o.
9245
9246 2004-02-25 Roland McGrath <roland@redhat.com>
9247
9248 * remote.c (remote_protocol_qPart_auxv): New variable.
9249 (init_all_packet_configs): Initialize it.
9250 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9251 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9252 (show_remote_cmd): Call it.
9253 (_initialize_remote): Initialize commands.
9254 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9255 service TARGET_OBJECT_AUXV requests.
9256
9257 2004-02-25 J. Brobecker <brobecker@gnat.com>
9258
9259 * configure.in: Make sure that the wborder function is available.
9260 Otherwise, search for it in the cur_colr library.
9261 * configure: Regenerate.
9262
9263 2004-02-25 Andrew Cagney <cagney@redhat.com>
9264
9265 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9266
9267 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9268
9269 * config/i386/tm-x86-64linux.h: Tweak comments.
9270
9271 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9272
9273 * MAINTAINERS: Add self to write-after-approval list.
9274
9275 2004-02-25 Andrew Cagney <cagney@redhat.com>
9276
9277 PR cli/1566. Problem found, and fix suggested by David Allan.
9278 * cli/cli-script.c (execute_control_command): Unconditionally
9279 install a cleanup. Default "ret" to "invalid_control". Use
9280 "break" instead of "return" to escape from the switch.
9281
9282 2004-02-24 J. Brobecker <brobecker@gnat.com>
9283
9284 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9285 with the lines macro defined in term.h on AiX.
9286 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9287 a collision with the label_width macro defined in term.h on AiX.
9288
9289 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9290
9291 Committed by Kevin Buettner <kevinb@redhat.com>.
9292
9293 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9294 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9295 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9296 instead of ia64_write_pc().
9297 * ia64-linux-tdep.c (regcache.h): Include.
9298 (ia64_linux_write_pc): New function.
9299
9300 2004-02-23 Roland McGrath <roland@redhat.com>
9301
9302 * auxv.c (info_auxv_command): Fix typos in error messages.
9303
9304 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9305
9306 * x86-64-tdep.h: Tweak comment.
9307 (enum amd64_regnum): New.
9308 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9309 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9310 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9311 (X86_64_XMM1_REGNUM): Removed.
9312 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9313 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9314 prototypes for renamed functions.
9315 * x86-64-tdep.c: Fix typo.
9316 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9317 register numbers.
9318 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9319 Use constants from `enum amd64_regnum' for register numbers.
9320 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9321 (amd64_analyze_prologue, amd64_frame_cache,
9322 amd64_sigtramp_frame_cache): Use constants from `enum
9323 amd64_regnum' for register numbers.
9324 (amd64_supply_fpregset): Adjust for renamed functions.
9325 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9326 `enum amd64_regnum' for register numbers.
9327 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9328 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9329 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9330 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9331 (amd64_linux_fill_gregset): Adjust for renamed macros.
9332 (fetch_core_registers): Adjust for renamed functions.
9333 (amd64_linux_init_abi): Adjust for renamed functions.
9334 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9335 renamed functions.
9336 * amd64-nat.c: Adjust for renamed macros.
9337 * amd64bsd-nat.c (fetch_inferior_registers)
9338 (store_inferior_registers): Use constants from `enum amd64_regnum'
9339 for register numbers. Adjust for renamed variables.
9340 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9341 renamed variables.
9342 (_initialize_amd64fbsd_nat): Use constants from `enum
9343 amd64_regnum' for register numbers.
9344 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9345 `enum amd64_regnum' for register numbers.
9346 (amd64fbsd_init_abi): Adjust for renamed functions.
9347 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9348 `enum amd64_regnum' for register numbers.
9349 (amd64nbsd_init_abi): Adjust for renamed functions.
9350 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9351 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9352 `enum amd64_regnum' for register numbers.
9353 (amd64obsd_init_abi): Adjust for renamed functions.
9354 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9355
9356 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9357
9358 * breakpoint.c (print_one_breakpoint): Do not output spaces
9359 after printing <PENDING> for a pending breakpoint.
9360
9361 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9362
9363 * printcmd.c (print_scalar_formatted): Initialize val_long
9364 to remove compiler warning message.
9365
9366 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9367
9368 * defs.h (nquery, yquery): New prototypes.
9369 * breakpoint.c (break_command_1): Use new nquery interface.
9370 * utils.c (defaulted_query, nquery, yquery): New functions.
9371
9372 2004-02-23 Andrew Cagney <cagney@redhat.com>
9373
9374 * hppa-tdep.c (hppa_frame_align): New function.
9375 (hppa32_push_dummy_call): New function.
9376 (hppa64_push_dummy_call): New function.
9377 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9378 disabled.
9379
9380 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9381 FIX_CALL_DUMMY when push_dummy_call is available.
9382 (call_function_by_hand, push_dummy_code): Ditto.
9383
9384 2004-02-22 Andrew Cagney <cagney@redhat.com>
9385
9386 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9387 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9388 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9389 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9390 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9391 call_dummy_location to ON_STACK.
9392
9393 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9394
9395 * x86-64-linux-tdep.c: Tweak comment.
9396 (amd64_linux_supply_gregset): Renamed from
9397 x86_64_linux_supply_gresget.
9398 (amd64_linux_fill_gregset): Renamed from
9399 x86_64_linux_fill_gregset.
9400 (fetch_core_registers): Adjust for renamed functions.
9401 (amd64_core_fns): Renamed from x86_64_core_fns.
9402 (amd64_linux_sigtramp_start): Renamed from
9403 x86_64_linux_sigtramp_start.
9404 (amd64_linux_pc_in_sigtramp): Renamed from
9405 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9406 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9407 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9408 (amd64_linux_sigcontext_addr): Renamed from
9409 x86_64_linux_sigcontext_addr.
9410 (amd64_linux_sc_reg_offset): Renamed from
9411 x86_64_linux_sc_reg_offset.
9412 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9413 Adjust for renamed functions and variables.
9414 (_initialize_amd64_linux_tdep): Renamed from
9415 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9416 variables.
9417 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9418 Adjust for renamed functions.
9419
9420 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9421 from x86_64_linux_gregset64_reg_offset.
9422 (amd64_linux_gregset32_reg_offset): Rename from
9423 x86_64_linux_gregset64_reg_offset.
9424 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9425 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9426 (amd64_linux_dr_set_control): Renamed from
9427 x86_64_linux_dr_set_control. Adjust for renamed functions.
9428 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9429 Adjust for renamed functions.
9430 (amd64_linux_dr_reset_addr): Renamed from
9431 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9432 (amd64_linux_dr_get_status): Renamed from
9433 x86_64_linux_dr_get_status. Adjust for renamed functions.
9434 (_initialize_amd64_linux_nat): Renamed from
9435 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9436 functions.
9437 * config/i386/nm-x86-64linux.h: Update copyright year.
9438 Adjust for renamed functions.
9439
9440 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9441 amd64fbsd_sigtramp_start.
9442 (amd64fbsd_sigtramp_end_addr): Renamed from
9443 amd64fbsd_sigtramp_end.
9444 (amd64fbsd_init_abi): Adjust for renamed variables.
9445 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9446 variables.
9447 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9448 amd64fbsd_sigtramp_start.
9449 (amd64fbsd_sigtramp_end_addr): Renamed from
9450 amd64fbsd_sigtramp_end.
9451
9452 2004-02-22 Andrew Cagney <cagney@redhat.com>
9453
9454 * hppa-tdep.c (hppa32_return_value): New function.
9455 (hppa64_return_value): New function.
9456 (hppa_gdbarch_init): Set return_value; keep disabled.
9457
9458 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9459 struct-return and inferior function call methods.
9460
9461 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9462 "frame-base.h".
9463 (struct hppa_frame_cache): Define.
9464 (hppa_frame_cache, hppa_frame_this_id): New functions.
9465 (hppa_frame_prev_register): New function.
9466 (hppa_frame_unwind, hppa_frame_base): New variables.
9467 (hppa_frame_unwind_sniffer): New function.
9468 (hppa_frame_base_address, hppa_unwind_pc): New function.
9469 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9470 sniffer, and frame base sniffer; keep disabled.
9471 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9472 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9473
9474 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9475 to predicates for "seriously old code".
9476
9477 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9478 runtime if(0).
9479
9480 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9481 unsigned.
9482 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9483
9484 * config/pa/tm-hppa.h: Update copyright.
9485 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9486 (deprecated_init_frame_pc_default): Delete declaration.
9487 (hppa_frame_init_saved_regs): Delete declaration.
9488 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9489 * hppa-tdep.c: Include "arch-utils.h".
9490 (hppa_gdbarch_init): Set deprecated init_frame_pc
9491 and deprecated frame_init_saved_regs.
9492 (hppa_frame_init_saved_regs): Make static.
9493
9494 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9495
9496 Remove old 386BSD support.
9497 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9498 * configure.host: Remove i[34567]86-*-bsd*.
9499 * configure.tgt: Remove i[34567]86-*-bsd*.
9500 * i386b-nat.c: Removed.
9501 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9502 (i386b-nat.o): Remove dependencies.
9503
9504 * config/i386/i386bsd.mh: Removed.
9505 * config/i386/i386bsd.mt: Removed.
9506 * config/i386/nm-i386bsd.h: Removed.
9507 * config/i386/tm-i386bsd.h: Removed.
9508 * config/i386/xm-i386bsd.h: Removed.
9509
9510 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9511
9512 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9513 (amd64fbsd_init_abi): Set link map offsets.
9514 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9515 (amd64nbsd_init_abi): Set link map offsets.
9516 * amd64obsd-tdep.c: Include "solib-svr4.h".
9517 (amd64obsd_init_abi): Set link map offsets.
9518 * i386fbsd-tdep.c: Include "solib-svr4.h".
9519 (i386fbsd_init_abi): Set link map offsets.
9520 * i386nbsd-tdep.c: Include "solib-svr4.h".
9521 (i386nbsdelf_init_abi): Set link map offsets.
9522 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9523 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9524 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9525 solib-legacy.o and core-aout.o. Reformat.
9526 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9527 solib-svr4.o, solib-legacy.o. Reformat.
9528 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9529 * config/i386/nbsdelf.mh: Reformat.
9530 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9531 solib-svr4.o, solib-legacy.o and corelow.o.
9532 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9533 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9534 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9535 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9536 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9537 (TM_FILE): Set to tm-fbsd.h.
9538 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9539 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9540 solib-svr4.o.
9541 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9542 solib-svr4.o.
9543 (TM_FILE): Set to nm-nbsd.h.
9544 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9545 Simplify shared library support. Don't include "elf/common.h".
9546 (SVR4_SHARED_LIBS): Don't define.
9547 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9548 "solib.h".
9549 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9550 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9551 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9552 Don't include "i386/tm-i386.h". Include "solib.h".
9553 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9554 Don't include "i386/tm-i386.h".
9555 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9556 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9557 Include "i386/xm-i386.h".
9558 (HOST_LONG_DOUBLE_FORMAT): Remove.
9559
9560 Fix OpenBSD/i386 sigtramp recognition.
9561 * i386-tdep.h: Update copyright year.
9562 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9563 (i386bsd_sigtramp_end): New prototypes.
9564 (i386fbsd_sigtramp_start_addr): Renamed from
9565 i386fbsd_sigtramp_start.
9566 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9567 (i386obsd_sigtramp_start_addr): Renamed from
9568 i386obsd_sigtramp_start.
9569 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9570 * i386bsd-tdep.c: Update copyright year.
9571 (i386bsd_pc_in_sigtramp): Make public.
9572 * i386fbsd-nat.c: Update copyright year.
9573 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9574 * i386fbsd-tdep.c: Update copyright year.
9575 (i386fbsd_sigtramp_start_addr): Renamed from
9576 i386fbsd_sigtramp_start.
9577 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9578 (i386fbsdaout_init_abi): Adjust for renamed variables.
9579 * i386obsd-nat.c: Update copyright year.
9580 (_initialize_i386obsd_nat): Adjust for renamed variables.
9581 * i386obsd-tdep.c: Include "target.h".
9582 (i386obsd_page_size): New variable.
9583 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9584 (i386obsd_sigtramp_end): New functions.
9585 (i386obsd_sigtramp_start_addr): Renamed from
9586 i386obsd_sigtramp_start.
9587 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9588 (i386obsd_init_abi): Adjust for renamed variables. Set
9589 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9590 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9591
9592 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9593 trampoline change in OpenBSD kernel.
9594
9595 * amd64-nat.c: Update copyright year.
9596 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9597 architecture from REGCACHE.
9598
9599 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9600 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9601
9602 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9603
9604 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9605 i[34567]86-*-openbsd3.[0-3].
9606 * config/i386/obsdaout.mh: New file.
9607
9608 * config/i386/obsd.mh (MH_FLAGS): Remove.
9609
9610 Fix PR build/1549.
9611 * i386obsd-tdep.c: Update copyright years. Include
9612 "solib-svr4.h".
9613 (i386obsd_init_abi): Don't set regset_from_core_section here.
9614 (i386obsd_aout_init_abi): New function. Set
9615 regset_from_core_section here.
9616 (i386obsd_elf_init_abi): New function.
9617 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9618 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9619 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9620 (TM_FILE): Set to tm-nbsd.h.
9621
9622 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9623 solib-sunos.o.
9624
9625 * solib-svr4.h: Update copyright year.
9626 (svr4_ilp32_fetch_link_map_offsets)
9627 (svr4_lp64_fetch_link_map_offsets): New prototype.
9628 * solib-svr4.c: Update copyright year.
9629 (svr4_ilp32_fetch_link_map_offsets)
9630 (svr4_lp64_fetch_link_map_offsets): New function.
9631
9632 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9633
9634 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9635 to the partial symbol table.
9636
9637 2004-02-20 J. brobecker <brobecker@gnat.com>
9638
9639 * PROBLEMS: Add description of problem documented under gdb/1560.
9640
9641 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9642
9643 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9644 comments.
9645 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9646 functions.
9647 (amd64obsd_init_abi): Reorder initializations. Use
9648 amd64obsd_r_reg_offset to initialize the general-purpose register
9649 set details. Set regset_from_core_section.
9650 (_initialize_amd64obsd_tdep): Rename from
9651 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9652 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9653 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9654
9655 * NEWS (New native configurations): Mention OpenBSD/alpha.
9656 * configure.tgt: Add alpha*-*-openbsd*.
9657 * configure.host: Add alpha*-*-openbsd*.
9658 * alphanbsd-tdep.c: Update copyright year.
9659 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9660
9661 2004-02-20 Andrew Cagney <cagney@redhat.com>
9662
9663 Fix PR tdep/1372.
9664 * configure.tgt: Delete target "none-*-*".
9665 * configure.host: Delete host "none-*-*".
9666 * config/none/none.mh: Delete file.
9667 * config/none/none.mt: Delete file.
9668 * config/none/xm-none.h: Delete file.
9669 * config/none/tm-none.h: Delete file.
9670 * config/none/nm-none.h: Delete file.
9671
9672 2004-02-19 Fred Fish <fnf@redhat.com>
9673
9674 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9675 cache->uses_fp prior to setting it.
9676
9677 2004-02-19 Fred Fish <fnf@redhat.com>
9678
9679 Fix for PR breakpoint/1558.
9680 * sh-tdep.c (IS_JSR): New macro.
9681 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9682
9683 2004-02-19 Jim Blandy <jimb@redhat.com>
9684
9685 * findvar.c (value_from_register): Doc fix.
9686
9687 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9688
9689 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9690 type being greater than sizeof of host's LONGEST. Always use
9691 unpack_long() unless format 'f' chosen.
9692
9693 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9694
9695 Committed by Elena Zannoni <ezannoni@redhat.com>
9696
9697 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9698 contains a symbol wich is the best, non-exact match for the given
9699 pc. Update comments.
9700
9701 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9702
9703 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9704 macro, which was part of the now removed Mach 3 port.
9705 * utils.c (request_quit): Ditto.
9706
9707 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9708
9709 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9710 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9711
9712 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9713
9714 Committed by Mark Kettenis <kettenis@gnu.org>.
9715
9716 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9717 Define.
9718
9719 2004-02-18 Andrew Cagney <cagney@redhat.com>
9720
9721 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9722 CONFIG_INSTALL and CONFIG_UNINSTALL.
9723 * configure: Re-generate.
9724 * interps.h (INTERP_TUI): Define.
9725 * Makefile.in: Update dependencies.
9726 (TUI): New macro.
9727 (tui-main.o): Specify dependencies.
9728 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9729 * tui/tui-main.c: New file.
9730
9731 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9732
9733 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9734 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9735 dependencies.
9736 * configure.host: Add x86_64-*-openbsd*.
9737 * configure.tgt: Add x86_64-*-openbsd*.
9738 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9739
9740 * tui/tui.c: Don't include <malloc.h>.
9741
9742 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9743 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9744 amd64nbsd-tdep.c.
9745
9746 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9747 static. Remove extraneous whitespace.
9748 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9749 static.
9750
9751 2004-02-17 Jim Blandy <jimb@redhat.com>
9752
9753 * findvar.c (value_from_register): Doc fix.
9754
9755 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9756
9757 Committed by Jim Blandy <jimb@redhat.com>.
9758
9759 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9760 CORE_ADDR as type for selectors. Correct types for GNU run time
9761 message lookup function to use double indirection.
9762 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9763 * objc-lang.h (lookup_child_selector): Adapt prototype.
9764
9765 * s390-nat.c (SUBOFF): New macro.
9766 (supply_gregset, fill_gregset): Use it to handle debugging
9767 of 32-bit exectuables running under a 64-bit kernel.
9768 * s390-tdep.c: Include "solib-svr4.h".
9769 (s390_svr4_fetch_link_map_offset): New function.
9770 (s390x_svr_fetch_link_map_offset): Likewise.
9771 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9772 * Makefile.in (s390-tdep.o): Update dependencies.
9773
9774 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9775 "frame-unwind.h".
9776 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9777 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9778 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9779 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9780 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9781 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9782 S390_SIGNAL_FRAMESIZE,
9783 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9784 (struct frame_extra_info): Remove.
9785 (s390_memset_extra_info): Remove.
9786 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9787 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9788 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9789 (is_rse): Renamed to ...
9790 (is_rsy): ... this. Support long displacements.
9791 (is_rxe): Renamed to ...
9792 (is_rxy): ... this. Support long displacements.
9793 (compute_x_addr): Support long displacements.
9794 (struct s390_prologue_data): New data type.
9795 (s390_on_stack): Change API to use struct s390_prologue_data.
9796 (s390_store): Reimplement.
9797 (s390_load): New function.
9798 (s390_get_signal_frame_info): Remove.
9799 (s390_get_frame_info): Remove, replace by ...
9800 (s390_analyze_prolog): ... this new function.
9801 (s390_check_function_end): Remove.
9802 (s390_function_start): Remove.
9803 (s390_frameless_function_invokation): Remove.
9804 (s390_is_sigreturn): Remove.
9805 (s390_init_frame_pc_first): Remove.
9806 (s390_init_frame_extra_info): Remove.
9807 (s390_frame_init_saved_regs): Remove.
9808 (s390_frame_saved_pc_nofix): Remove.
9809 (s390_frame_saved_pc): Remove.
9810 (s390_frame_chain): Remove.
9811 (s390_fp_regnum, s390_read_fp): Remove.
9812 (s390_pop_frame_regular, s390_pop_frame): Remove.
9813 (s390_saved_pc_after_call): Remove.
9814 (s390_skip_prologue): Reimplement.
9815 (s390_in_function_epilogue_p): Support long displacements.
9816 (struct s390_unwind_cache): New data structure.
9817 (s390_frame_unwind_cache): New function.
9818 (s390_prologue_frame_unwind_cache): Likewise.
9819 (s390_backchain_frame_unwind_cache): Likewise.
9820 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9821 (s390_frame_unwind): Define.
9822 (s390_frame_sniffer): New function.
9823 (struct s390_pltstub_unwind_cache): New data structure.
9824 (s390_pltstub_frame_unwind_cache): New function.
9825 (s390_pltstub_frame_this_id): Likewise.
9826 (s390_pltstub_frame_prev_register): Likewise.
9827 (s390_pltstub_frame_unwind): Define.
9828 (s390_pltstub_frame_sniffer): New function.
9829 (struct s390_sigtramp_unwind_cache): New data structure.
9830 (s390_sigtramp_frame_unwind_cache): New function.
9831 (s390_sigtramp_frame_this_id): Likewise.
9832 (s390_sigtramp_frame_prev_register): Likewise.
9833 (s390_sigtramp_frame_unwind): Define.
9834 (s390_sigtramp_frame_sniffer): New function.
9835 (s390_frame_base_address, s390_local_base_address): New functions.
9836 (s390_frame_base): Define.
9837 (s390_unwind_pc, s390_unwind_sp): New function.
9838 (s390_push_dummy_call): Use new frame base location.
9839 (s390_unwind_dummy_id): Likewise.
9840 (s390_gdbarch_init): Remove calls to:
9841 set_gdbarch_frameless_function_invocation,
9842 set_gdbarch_deprecated_init_frame_pc,
9843 set_gdbarch_deprecated_frame_chain,
9844 set_gdbarch_deprecated_frame_init_saved_regs,
9845 set_gdbarch_deprecated_pop_frame,
9846 set_gdbarch_deprecated_init_extra_frame_info,
9847 set_gdbarch_deprecated_init_frame_pc_first,
9848 set_gdbarch_deprecated_target_read_fp,
9849 set_gdbarch_deprecated_frame_saved_pc,
9850 set_gdbarch_deprecated_saved_pc_after_call,
9851 set_gdbarch_deprecated_fp_regnum.
9852 Add calls to:
9853 set_gdbarch_in_solib_call_trampoline,
9854 frame_unwind_append_sniffer,
9855 frame_base_set_default,
9856 set_gdbarch_unwind_pc,
9857 set_gdbarch_unwind_sp.
9858 * Makefile.in (s390-tdep.o): Update dependencies.
9859
9860 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9861 (S390_STACK_FRAME_OVERHEAD): Remove.
9862 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9863 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9864 (s390_promote_integer_argument): Remove.
9865 (s390_cannot_extract_struct_value_address): Remove.
9866 (s390_use_struct_convention, s390_store_struct_return): Remove.
9867 (s390_extract_return_value, s390_store_return_value): Remove.
9868 (s390_return_value_convention, s390_return_value): New functions.
9869 (is_float_singleton): Handle typedefs.
9870 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9871 Remove, replace by ...
9872 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9873 s390_function_arg_integer): ... these new functions.
9874 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9875 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9876 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9877 Fill in tdep->abi.
9878 Remove calls to:
9879 set_gdbarch_deprecated_store_struct_return,
9880 set_gdbarch_deprecated_extract_return_value,
9881 set_gdbarch_deprecated_store_return_value,
9882 set_gdbarch_use_struct_convention,
9883 set_gdbarch_extract_struct_value_address,
9884 set_gdbarch_deprecated_pc_in_call_dummy,
9885 set_gdbarch_deprecated_push_arguments,
9886 set_gdbarch_deprecated_save_dummy_frame_tos,
9887 set_gdbarch_deprecated_push_return_address,
9888 set_gdbarch_deprecated_sizeof_call_dummy_words,
9889 set_gdbarch_deprecated_call_dummy_words,
9890 set_gdbarch_deprecated_dummy_write_sp.
9891 Add calls to:
9892 set_gdbarch_push_dummy_call,
9893 set_gdbarch_unwind_dummy_id,
9894 set_gdbarch_return_value.
9895
9896 * config/s390/nm-linux.h: Update comments.
9897 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9898 (STOPPED_BY_WATCHPOINT): Redefine.
9899 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9900 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9901 (s390_stopped_by_watchpoint): Likewise.
9902 (watch_area_cnt): Remove.
9903 * s390-nat.c: Update comments.
9904 (watch_area): Remove typedef.
9905 Global replace watch_area by struct watch_area.
9906 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9907 (s390_stopped_by_watchpoint): Remove pid argument,
9908 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9909 (s390_fix_watch_points): Remove pid argument,
9910 use s390_inferior_tid. Recompute area spanned by watchpoints.
9911 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9912 argument. Reimplement.
9913
9914 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9915 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9916 (FETCH_INFERIOR_REGISTERS): Define.
9917 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9918 core-regset.o.
9919 * config/s390/s390x.mt: Remove.
9920 * config/s390/tm-s390.h: Remove.
9921 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9922 (TARGET_ELF64): Remove.
9923 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9924 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9925 s390*-*-* case; always set gdb_target to s390.
9926 * regformats/reg-s390.dat: Remove control registers.
9927 * regformats/reg-s390x.dat: Likewise.
9928 * s390-tdep.h: New file.
9929 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9930 Include "inferior.h" and "s390-tdep.h".
9931 Remove private definition of offsetof.
9932 (s390_register_u_addr): Remove.
9933 (regmap_gregset, regmap_fpregset): Define.
9934 (supply_gregset, fill_gregset): Reimplement.
9935 (supply_fpregset, fill_fpregset): Likewise.
9936 (s390_inferior_tid): New function.
9937 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9938 (fetch_inferior_registers, store_inferior_registers): Likewise.
9939 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9940 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9941 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9942 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9943 (struct gdbarch_tdep): Define.
9944 (struct s390_register_info): Define.
9945 (s390_register_info): New variable.
9946 (s390_register_name): Reimplement.
9947 (s390_register_type): New function.
9948 (s390_register_raw_size, s390x_register_raw_size): Remove.
9949 (s390_cannot_fetch_register): Remove.
9950 (s390_register_byte): Remove.
9951 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9952 (s390_dwarf_regmap): New variable.
9953 (s390_dwarf_reg_to_regnum): New function.
9954 (s390_stab_reg_to_regnum): Remove.
9955 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9956 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9957 (s390_convert_register_p): Likewise.
9958 (s390_register_to_value, s390_value_to_register): Likewise.
9959 (s390_register_reggroup_p): Likewise.
9960 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9961 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9962 (s390_supply_regset, s390_regset_from_core_section): New functions.
9963 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9964 (S390_FPR_SIZE): Likewise.
9965 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9966 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9967 (S390_NUM_GPRS): Move here from tm-s390.h.
9968 (S390_NUM_FPRS): Likewise.
9969 (s390_in_function_epilogue_p): New function.
9970 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9971 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9972 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9973 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9974 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9975 Remove calls to:
9976 set_gdbarch_deprecated_max_register_raw_size,
9977 set_gdbarch_deprecated_max_register_virtual_size,
9978 set_gdbarch_deprecated_register_byte,
9979 set_gdbarch_cannot_fetch_register,
9980 set_gdbarch_cannot_store_register,
9981 set_gdbarch_deprecated_register_size,
9982 set_gdbarch_deprecated_register_raw_size,
9983 set_gdbarch_deprecated_register_virtual_size,
9984 set_gdbarch_deprecated_register_virtual_type,
9985 set_gdbarch_deprecated_register_bytes.
9986 Add calls to:
9987 set_gdbarch_num_pseudo_regs,
9988 set_gdbarch_register_type,
9989 set_gdbarch_convert_register_p,
9990 set_gdbarch_register_to_value,
9991 set_gdbarch_value_to_register,
9992 set_gdbarch_register_reggroup_p,
9993 set_gdbarch_regset_from_core_section,
9994 set_gdbarch_pseudo_register_read,
9995 set_gdbarch_pseudo_register_write,
9996 set_gdbarch_in_function_epilogue_p.
9997 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9998 (s390_tdep_h): New variable.
9999
10000 2004-02-17 Jim Blandy <jimb@redhat.com>
10001
10002 * findvar.c (value_from_register): If the type has no length, just
10003 return an acceptable value --- don't report an internal error.
10004
10005 * stabsread.c (read_type): If we find any type numbers that are
10006 forward references, complain if the references aren't resolved by
10007 the time we're finished reading.
10008 (cleanup_undefined_types): Make error message more appropriate for
10009 a complaint.
10010
10011 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10012
10013 * Makefile.in (defs_h): Remove dependency on progress_h.
10014 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10015 progress.h.
10016 * main.c (captured_main): Delete use of START_PROGRESS and
10017 END_PROGRESS.
10018
10019 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10020
10021 * objfiles.c (terminate_minimal_symbol_table): Add back
10022 initialization of MSYMBOL_TYPE.
10023
10024 2004-02-17 David Mosberger <davidm@hpl.hp.com>
10025
10026 Committed by Andrew Cagney.
10027 * Makefile.in (ia64_tdep_h): New macro.
10028 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10029 (ia64-tdep.o): Likewise.
10030 * ia64-tdep.h: New file.
10031 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10032 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10033 (ia64_aix_sigcontext_register_address): Likewise.
10034 (ia64_linux_getunwind_table): Delete declaration.
10035 * ia64-linux-tdep.c: Likewise.
10036
10037 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
10038
10039 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10040 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10041 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10042
10043 2004-02-17 Andrew Cagney <cagney@redhat.com>
10044
10045 * symtab.c (skip_prologue_using_sal): New function.
10046 * symtab.h (skip_prologue_using_sal): Declare.
10047 * frv-tdep.c: Include "symtab.h".
10048 (skip_prologue_using_sal): Delete function.
10049 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10050 * rs6000-tdep.c (refine_prologue_limit): Mention
10051 skip_prologue_using_sal.
10052 * ia64-tdep.c (refine_prologue_limit): Ditto.
10053 * Makefile.in: Update dependencies.
10054
10055 2004-02-16 Andrew Cagney <cagney@redhat.com>
10056
10057 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10058 START_INFERIOR_TRAPS_EXPECTED.
10059 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10060 START_INFERIOR_TRAPS_EXPECTED.
10061 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10062 Delete macro.
10063 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10064 macro, moved to "nm-osf.h". Update copyright.
10065 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10066 update copyright.
10067
10068 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10069 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10070 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10071 frameless_look_for_prologue.
10072 * frame.h (legacy_frameless_look_for_prologue): Rename
10073 frameless_look_for_prologue.
10074 * gdbarch.h, gdbarch.c: Re-generate.
10075 * sh64-tdep.c (sh64_gdbarch_init): Update.
10076 * sh-tdep.c (sh_gdbarch_init): Update.
10077 * s390-tdep.c (s390_gdbarch_init): Update.
10078 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10079 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10080 * m68k-tdep.c (m68k_gdbarch_init): Update.
10081 (delta68_frame_args_address): Update.
10082 * m32r-tdep.c (m32r_gdbarch_init): Update.
10083 * hppa-tdep.c (hppa_gdbarch_init): Update.
10084 * h8300-tdep.c (h8300_gdbarch_init): Update.
10085 * frv-tdep.c (frv_gdbarch_init): Update.
10086 (frv_frameless_function_invocation): Update.
10087 * cris-tdep.c (cris_gdbarch_init): Update.
10088 (cris_frameless_function_invocation): Update.
10089 * avr-tdep.c (avr_gdbarch_init): Update.
10090 * arm-tdep.c (arm_gdbarch_init): Update.
10091 * stack.c (frame_info): Update, call predicate.
10092 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10093 * frame.c (legacy_get_prev_frame): Update, call predicate..
10094 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10095 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10096 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10097 invocation.
10098 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10099 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10100 * vax-tdep.c (vax_gdbarch_init): Ditto.
10101
10102 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10103 function.
10104
10105 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10106
10107 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10108 initializations.
10109
10110 2004-02-16 Andrew Cagney <cagney@redhat.com>
10111
10112 * tui/tui-windata.c: Include "gdb_string.h".
10113 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10114 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10115 * Makefile.in: Update dependencies.
10116
10117 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10118
10119 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10120 * infrun.c: Include "gdb_assert.h".
10121 (singlestep_ptid, saved_singlestep_ptid)
10122 (stepping_past_singlestep_breakpoint): New variables.
10123 (resume): Set singlestep_ptid. Check for singlestep thread
10124 hop.
10125 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10126 (handle_inferior_event): Handle singlestep thread hop.
10127
10128 2004-02-16 Andrew Cagney <cagney@redhat.com>
10129
10130 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10131 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10132 (dwarf2_frame_init_reg): Ditto.
10133
10134 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10135 suggested by Joshua Neuheisel
10136
10137 * configure.in: Always check for curses, including pdcurses.
10138 Warn, instead of error, when no curses are found. Enable TUI when
10139 curses is available.
10140 * configure: Re-generate.
10141
10142 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10143
10144 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10145 sh_sh4_register_convert_to_virtual.
10146 (sh_register_convert_to_raw): Rename from
10147 sh_sh4_register_convert_to_raw.
10148 (sh_pseudo_register_read): Accomodate above name change.
10149 (sh_pseudo_register_write): Ditto.
10150
10151 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10152
10153 * sh-tdep.c (sh_generic_register_name): Remove.
10154 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10155
10156 2004-02-15 Andrew Cagney <cagney@redhat.com>
10157
10158 * configure.in (build_warnings): Add -Wunused-function.
10159 * configure: Re-generate.
10160
10161 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10162 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10163
10164 * procfs.c (procfs_init_inferior): Assume that
10165 START_INFERIOR_TRAPS_EXPECTED is defined.
10166 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10167 * config/ns32k/tm-nbsd.h: Delete file,
10168 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10169
10170 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10171 * config/vax/tm-vax.h: Delete file.
10172
10173 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10174 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10175 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10176 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10177 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10178 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10179 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10180
10181 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10182
10183 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10184 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10185 (struct dwarf2_frame_ops): New.
10186 (dwarf2_frame_default_init_reg): New function, based on
10187 dwarf2_frame_init_reg.
10188 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10189 (dwarf2_frame_init_reg): Call architecture-specific function.
10190 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10191 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10192 instead of dwarf2_frame_data.
10193 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10194 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10195
10196 2004-02-15 Andrew Cagney <cagney@redhat.com>
10197
10198 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10199 register_gdbarch_swap.
10200 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10201 * f-lang.c (_initialize_f_language): Update, use
10202 DEPRECATED_REGISTER_GDBARCH_SWAP.
10203 * remote.c (_initialize_remote): Ditto.
10204 * regcache.c (_initialize_regcache): Ditto.
10205 * parse.c (_initialize_parse): Ditto.
10206 * infrun.c (_initialize_infrun): Ditto.
10207 * mi/mi-main.c (_initialize_mi_main): Ditto.
10208 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10209
10210 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10211 poking .cacheable directly.
10212 * symfile.c (symfile_bfd_open): Ditto.
10213
10214 * Makefile.in: Update all dependencies.
10215
10216 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10217 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10218 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10219 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10220 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10221
10222 2004-02-14 Andrew Cagney <cagney@redhat.com>
10223
10224 * arch-utils.c (legacy_convert_register_p): Check
10225 DEPRECATED_REGISTER_CONVERTIBLE_P.
10226 * findvar.c (value_of_register): Ditto.
10227
10228 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10229 * gdbarch.h, gdbarch.c: Re-generate.
10230 * arch-utils.c (deprecated_register_convertible_not): Delete.
10231 * arch-utils.h (deprecated_register_convertible_not): Delete.
10232 * mi/mi-main.c (get_register): Update. Update copyright.
10233 * infcmd.c (default_print_registers_info): Update.
10234
10235 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10236 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10237 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10238 * gdbarch.h, gdbarch.c: Re-generate.
10239 * frame.c (deprecated_get_next_frame_hack): Delete function.
10240 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10241 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10242 Update.
10243 * infcall.c (call_function_by_hand): Update.
10244
10245 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10246
10247 * symfile.c (init_entry_point_info, entry_point_address): Move
10248 from here...
10249 * objfiles.c (init_entry_point_info, entry_point_address):..to
10250 here.
10251 * symfile.h (init_entry_point_info, entry_point_address): Remove
10252 prototypes.
10253 * objfiles.h (init_entry_point_info, entry_point_address):Add
10254 prototypes.
10255 * cris-tdep.c: Remove include of symfile.h. Add include of
10256 objfiles.h.
10257 * infcall.c: Ditto.
10258 * mcore-tdep.c: Ditto.
10259 * mn10300-tdep.c: Ditto.
10260 * sh64-tdep.c: Ditto.
10261 * v850-tdep.c: Ditto.
10262 * arm-tdep.c: Remove include of symfile.h.
10263 * blockframe.c: Ditto.
10264 * coffread.c: Ditto.
10265 * dbxread.c: Ditto.
10266 * dwarf2read.c: Ditto.
10267 * dwarfread.c: Ditto.
10268 * frv-tdep.c: Ditto.
10269 * ia64-tdep.c: Ditto.
10270 * mdebugread.c: Ditto.
10271 * mipsread.c: Ditto.
10272 * rs6000-tdep.c: Ditto.
10273 * s390-tdep.c: Ditto.
10274 * sh-tdep.c: Ditto.
10275 * xstormy16-tdep.c: Ditto.
10276 * gdbarch.sh: Remove include of symfile.h.
10277 * gdbarch.c: Regenerate.
10278 * solib-irix.c (enable_break): Use entry_point_address().
10279 Add comment about include file.
10280 * xcoffread.c: Add comment about include file.
10281 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10282 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10283 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10284 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10285 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10286
10287 2004-02-13 Andrew Cagney <cagney@redhat.com>
10288
10289 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10290 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10291 copyright.
10292 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10293
10294 2004-02-12 Fred Fish <fnf@redhat.com>
10295
10296 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10297 set_gdbarch_store_return_value.
10298
10299 2004-02-12 Andrew Cagney <cagney@redhat.com>
10300
10301 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10302 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10303 (interrupt_query): Ditto.
10304 (ofunc): Delete unused variable.
10305 * cris-tdep.c (cris_abi): Delete unused function.
10306 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10307 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10308 (cris_get_asr_quick_shift_steps): Ditto.
10309 (cris_skip_prologue_frameless_p): Ditto.
10310 * arm-tdep.c (arm_push_return_address): Delete unused function.
10311 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10312 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10313 * s390-tdep.c (s390_function_start): Delete unused function.
10314
10315 2004-02-12 Andrew Cagney <cagney@redhat.com>
10316
10317 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10318 gdbarch.h, gdbarch.c: Re-generate.
10319 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10320 to generic_prologue_frameless_p.
10321 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10322 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10323
10324 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10325
10326 * mips-linux-tdep.c: Include "frame.h".
10327 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10328 (mips_linux_skip_resolver): New functions.
10329 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10330 and set_gdbarch_in_solib_call_trampoline.
10331 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10332 to after set_gdbarch_in_solib_return_trampoline. Only set the
10333 solib hooks to mips16 functions if the OS ABI is unknown.
10334 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10335 including "config/tm-linux.h".
10336 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10337 * Makefile.in (mips-linux-tdep.o): Update.
10338
10339 2004-02-11 David Carlton <carlton@kealia.com>
10340
10341 * linespec.c (decode_compound): Only look for a class symbol when
10342 considering all but the rightmost component.
10343
10344 2004-02-11 Andrew Cagney <cagney@redhat.com>
10345
10346 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10347 abi code are are separatly grouped.
10348
10349 2004-02-11 Andrew Cagney <cagney@redhat.com>
10350
10351 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10352 * gdbarch.h, gdbarch.c: Re-generate.
10353 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10354 * v850-tdep.c (v850_gdbarch_init): Update.
10355 * sh64-tdep.c (sh64_gdbarch_init): Update.
10356 * sh-tdep.c (sh_gdbarch_init): Update.
10357 * s390-tdep.c (s390_gdbarch_init): Update.
10358 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10359 * mips-tdep.c (mips_gdbarch_init): Update.
10360 * mcore-tdep.c (mcore_gdbarch_init): Update.
10361 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10362 * m32r-tdep.c (m32r_gdbarch_init): Update.
10363 * ia64-tdep.c (ia64_gdbarch_init): Update.
10364 * hppa-tdep.c (hppa_gdbarch_init): Update.
10365 * h8300-tdep.c (h8300_gdbarch_init): Update.
10366 * frv-tdep.c (frv_gdbarch_init): Update.
10367 * d10v-tdep.c (d10v_gdbarch_init): Update.
10368 * cris-tdep.c (cris_gdbarch_init): Update.
10369 * avr-tdep.c (avr_gdbarch_init): Update.
10370 * arm-tdep.c (arm_gdbarch_init): Update.
10371 * alpha-tdep.c (alpha_gdbarch_init): Update.
10372
10373 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10374
10375 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10376 comma.
10377 (sh_sh4al_dsp_register_name): Ditto.
10378
10379 2004-02-10 Andrew Cagney <cagney@redhat.com>
10380
10381 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10382 (mips_init_frame_pc_first): Delete function.
10383 (mips_frame_saved_pc): Delete function.
10384 (mips_frame_chain): Delete function.
10385 (mips_init_extra_frame_info): Delete function.
10386 (mips_xfer_register): Delete unused variable "reg".
10387 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10388 (mips_n32n64_return_value): Delete unused variable "reg".
10389 (mips_n32n64_return_value): Delete unused variable "pos".
10390 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10391 (mips_o32_return_value): Delete unused variable "pos".
10392 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10393 (mips_print_fp_register): Delete unused variable "namelen"
10394 (mips_print_fp_register): Delete unused variable "flt2"
10395 (get_frame_pointer): Delete function.
10396 (cached_proc_desc): Delete static variable.
10397 (mips_pop_frame): Delete function.
10398 (mips_find_saved_regs): Delete function.
10399 (mips_get_saved_register): Delete function.
10400 (mips_saved_pc_after_call): Delete function.
10401 (SIGFRAME_BASE): Delete macro.
10402 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10403 (SIGFRAME_PC_OFF): Delete macro.
10404 (SIGFRAME_REGSAVE_OFF): Delete macro.
10405 (mips_dump_tdep): Do not print deleted macro definitions.
10406
10407 2004-02-10 Andrew Cagney <cagney@redhat.com>
10408
10409 * Makefile.in (SFILES): Remove explictly listed tui files.
10410 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10411
10412 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10413
10414 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10415 to use paddr functions to format ia64 addresses and long values.
10416 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10417 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10418 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10419 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10420 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10421
10422 2004-02-10 Andrew Cagney <cagney@redhat.com>
10423
10424 * defs.h: Do not include "tui.h".
10425 * gdb_curses.h: New file.
10426 * tui/tui-hooks.h: New file.
10427 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10428 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10429 (tui_initialize_io): Delete declaration.
10430 (tui_initialize_readline: Delete redundant declaration.
10431 (struct tui_point): Delete definition.
10432 * tui/tui-data.h (struct tui_point): Define.
10433 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10434 * utils.c: Include "tui/tui.h".
10435 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10436 * printcmd.c [TUI]: Include "tui/tui.h".
10437 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10438 * tui/tui-command.c: Include "gdb_curses.h".
10439 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10440 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10441 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10442 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10443 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10444 * Makefile.in: Update all dependencies.
10445 (tui_hooks_h, gdb_curses_h): Define.
10446 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10447
10448 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10449
10450 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10451 auxf2. Add comments about some other rarely used fields.
10452
10453 2004-02-10 Andrew Cagney <cagney@redhat.com>
10454
10455 * Makefile.in (init.c): Fix script removing duplicates. Problem
10456 reported by Peter Schauer.
10457
10458 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10459
10460 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10461 obstack_specify_allocation.
10462 * objfiles.c (allocate_objfile): Ditto.
10463 * solib-sunos.c (solib_add_common_symbols)
10464 (allocate_rt_common_objfile): Ditto.
10465 * symfile.c (reread_symbols): Ditto.
10466 * gdb_obstack.h: Add comment.
10467
10468 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10469
10470 * linespec.c (decode_line_1, locate_first_half)
10471 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10472 commented out code.
10473
10474 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10475
10476 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10477 obstack_free.
10478
10479 2004-02-09 Andrew Cagney <cagney@redhat.com>
10480
10481 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10482 fails, try find_pc_section. Fix PR c++/1267.
10483 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10484 instead of find_pc_mapped_section.
10485 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10486 not default to the section containing PC. Fix PR symtab/1519.
10487
10488 2004-02-09 Andrew Cagney <cagney@redhat.com>
10489
10490 * Makefile.in (mips-tdep.o): Update dependencies.
10491 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10492 "trad-frame.h".
10493 (mips_unwind_pc): Return the pseudo PC register.
10494 (mips_unwind_dummy_id): New function.
10495 (mips16_fetch_instruction): New function.
10496 (mips32_fetch_instruction): New function.
10497 (struct mips_frame_cache): Define.
10498 (mips_mdebug_frame_cache): New function.
10499 (mips_mdebug_frame_this_id): New function.
10500 (mips_mdebug_frame_prev_register): New function.
10501 (mips_mdebug_frame_unwind): Define.
10502 (mips_mdebug_frame_sniffer): New function.
10503 (mips_mdebug_frame_base_address): New function.
10504 (mips_mdebug_frame_base): Define.
10505 (mips_mdebug_frame_base_sniffer): New function.
10506 (mips_gdbarch_init): Append unwind and base sniffers. Set
10507 unwind_dummy_id.
10508
10509 2004-02-08 Andrew Cagney <cagney@redhat.com>
10510
10511 * frame.c: Print both the register number and name.
10512
10513 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10514 and a sed into a single sed. Make .c and .o patterns more robust.
10515 (OBS): Delete.
10516 (INIT_FILES): Replace OBS with COMMON_OBS.
10517 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10518
10519 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10520
10521 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10522 the PT_WCOOKIE request.
10523
10524 2004-02-08 Andrew Cagney <cagney@redhat.com>
10525
10526 * mips-tdep.c (mips_unwind_pc): New function.
10527 (mips_gdbarch_init): Set mips_unwind_pc.
10528
10529 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10530 (get_frame_id): Allow the UNKNOWN_FRAME.
10531 (frame_register_unwind, get_frame_type): Ditto.
10532
10533 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10534 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10535 unwind_dummy_id indicates a legacy frame.
10536
10537 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10538 * configure: Re-generate.
10539
10540 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10541 methods.
10542
10543 2004-02-08 Andrew Cagney <cagney@redhat.com>
10544
10545 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10546 makefile macro.
10547 * configure: Re-generate.
10548 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10549 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10550 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10551 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10552 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10553 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10554 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10555 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10556 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10557 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10558
10559 2004-02-07 Andrew Cagney <cagney@redhat.com>
10560
10561 * Makefile.in: Update all dependencies.
10562
10563 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10564 * configure: Re-generate.
10565 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10566 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10567 (COMMON_OBS): Add "main.o" and "annotate.o".
10568 (ANNOTATE_OBS): Delete.
10569 (OBS): Remove ANNOTATE_OBS.
10570 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10571 CONFIG_INITS.
10572 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10573 against CONFIG_OBS and "main.o".
10574 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10575 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10576
10577 * tui/tui-command.c: Include "gdb_string.h", delete register
10578 attribute, use ISO-C function signatures.
10579 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10580 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10581 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10582 * tui/tui.c: Ditto.
10583
10584 * tui/tui-command.c: Change variable and function names to lower
10585 case.
10586 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10587 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10588 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10589 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10590 * tui/tui-winsource.c, tui/tui.c: Ditto.
10591
10592 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10593
10594 * buildsym.c (free_pending_blocks, finish_block)
10595 (record_pending_block, make_blockvector, end_symtab): Replace
10596 symbol_obstack with objfile_obstack.
10597 * coffread.c (process_coff_symbol, coff_read_struct_type)
10598 (coff_read_enum_type): Ditto.
10599 * cp-namespace.c (initialize_namespace_symtab)
10600 (check_one_possible_namespace_symbol): Ditto.
10601 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10602 (dwarf2_symbol_mark_computed): Ditto.
10603 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10604 * elfread.c (elf_symtab_read): Ditto.
10605 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10606 (hpread_read_enum_type, hpread_read_function_type)
10607 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10608 Ditto.
10609 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10610 (java_link_class_type): Ditto.
10611 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10612 (new_symbol): Ditto.
10613 * minsyms.c (install_minimal_symbols): Ditto.
10614 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10615 (terminate_minimal_symbol_table): Replace symbol_obstack with
10616 objfile_obstack.
10617 (free_objfile): Remove freeing of symbol_obstack.
10618 * objfiles.h: Remove symbol_obstack field.
10619 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10620 objfile_obstack.
10621 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10622 symbol_obstack.
10623 (solib_add_common_symbols): Replace symbol_obstack with
10624 objfile_obstack.
10625 * somsolib.c (som_solib_add): Ditto.
10626 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10627 (common_block_start, common_block_end): Ditto.
10628 * symfile.c (reread_symbols): Remove freeing and init of
10629 symbol_obstack.
10630 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10631 * symfile.h: Update comment.
10632 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10633 stats printing.
10634 * symtab.c (symbol_set_names): Replace symbol_obstack with
10635 objfile_obstack.
10636 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10637 Update comments.
10638 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10639 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10640 objfile_obstack.
10641
10642 2004-02-07 Andrew Cagney <cagney@redhat.com>
10643
10644 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10645 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10646 fields and variables.
10647 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10648 (m_beInvisible): Delete macro.
10649 * tui/tui-data.h: Fix case case fields and variables.
10650 (m_genWinPtrIsNull): Delete macro.
10651 (tui_win_list): Rename winList.
10652 (TUI_SRC_WIN): Rename srcWin.
10653 (TUI_DISASM_WIN): Rename disassemWin.
10654 (TUI_DATA_WIN): Rename dataWin.
10655 (TUI_CMD_WIN): Rename cmdWin.
10656 (m_genWinPtrNotNull): Delete macro.
10657 (m_winPtrIsNull): Delete macro.
10658 (m_winPtrNotNull): Delete macro.
10659 (tui_win_is_source_type): Replace m_winIsSourceType
10660 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10661 (tui_win_has_locator): Replace m_hasLocator.
10662 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10663 m_setWinHighlightOff.
10664 * tui/tui-data.c: Update references.
10665 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10666 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10667 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10668 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10669 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10670 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10671 * tui/tui-winsource.c, tui/tui.c: Ditto.
10672
10673 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10674
10675 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10676 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10677 StackGhost.
10678
10679 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10680 variable `i6' to `i7'.
10681 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10682
10683 2004-02-07 Andrew Cagney <cagney@redhat.com>
10684
10685 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10686 (TuiPoint, TuiPointPtr): Ditto.
10687 (TuiStatus, TuiStatusPtr): Ditto.
10688 (TuiWinType, TuiWinTypePtr): Ditto.
10689 (struct tui_point): Rename _TuiPoint.
10690 (tui_get_low_disassembly_address): Rename
10691 tuiGetLowDisassemblyAddress.
10692 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10693 (tuiFree): Delete declaration.
10694 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10695 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10696 * tui/tui.c (tuiFree): Delete function.
10697 * cli/cli-cmds.c (disassemble_command): Update references.
10698 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10699 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10700 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10701 * tui/tui-winsource.c: Ditto.
10702
10703 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10704
10705 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10706 coffstab_build_psymtabs, elfstab_build_psymtabs)
10707 (stabsect_build_psymtabs): Replace psymbol_obstack with
10708 objfile_obstack.
10709 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10710 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10711 Ditto.
10712 * dwarfread.c (scan_compilation_units): Ditto.
10713 * elfread.c (elfstab_offset_sections): Ditto.
10714 * hppa-tdep.c (read_unwind_info): Ditto.
10715 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10716 (hpread_end_psymtab): Ditto.
10717 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10718 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10719 Ditto.
10720 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10721 * objfiles.c (add_to_objfile_sections)
10722 (build_objfile_section_table): Ditto.
10723 (allocate_objfile): Remove init of psymbol_obstack.
10724 (free_objfile): Remove freeing of psymbol_obstack.
10725 * objfiles.h (struct objfile): Remove field
10726 psymbol_obstack. Update comments.
10727 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10728 psymbol_obstack with objfile_obstack.
10729 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10730 psymbol_obstack.
10731 * somread.c (som_symfile_offsets, init_import_symbols)
10732 (init_export_symbols): Replace psymbol_obstack with
10733 objfile_obstack.
10734 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10735 * symfile.c (default_symfile_offsets, syms_from_objfile)
10736 (reread_symbols): Remove freeing and init of psymbol_obstack.
10737 (cashier_psymtab): Update comment.
10738 * symmisc.c (print_objfile_statistics): Don't report stats for
10739 psymbol obstack.
10740 * symtab.h (struct general_symbol_info, struct partial_symtab):
10741 Update comments.
10742 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10743 (xcoff_symfile_offsets): Replace psymbol_obstack with
10744 objfile_obstack.
10745
10746 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10747
10748 * objfiles.h (struct objfile): Add objfile_obstack field.
10749 Remove type_obstack field.
10750
10751 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10752 read_structure_scope read_enumeration, new_symbol): Replace
10753 type_obstack with objfile_obstack.
10754 * dwarfread.c (struct_type, enum_type): Ditto.
10755 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10756 (lookup_fundamental_type): Ditto.
10757 * gdbtypes.h (TYPE_ALLOC): Ditto.
10758 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10759 (hpread_read_doc_function_type, hpread_read_struct_type)
10760 (fix_static_member_physnames, hpread_read_array_type)
10761 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10762 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10763 (java_link_class_type): Ditto.
10764 * mdebugread.c (parse_type): Ditto.
10765 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10766 * solib-sunos.c (solib_add_common_symbols): Ditto.
10767 * stabsread.c (define_symbol, read_type, read_member_functions,
10768 read_cpp_abbrev, read_one_struct_field): Ditto.
10769 * symfile.c (reread_symbols): Ditto.
10770 * symmisc.c (print_objfile_statistics): Ditto.
10771
10772 2004-02-07 Andrew Cagney <cagney@redhat.com>
10773
10774 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10775 (tui_exec_info_content): Rename TuiExecInfoContent.
10776 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10777 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10778 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10779 (TuiList, TuiListPtr): Ditto.
10780 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10781 (TuiDataType, TuiDataTypePtr): Ditto.
10782 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10783 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10784 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10785 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10786 (TuiDataElement, TuiDataElementPtr): Ditto.
10787 (TuiWinElement, TuiWinElementPtr): Ditto.
10788 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10789 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10790 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10791 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10792 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10793 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10794 * tui/tui-command.c, tui/tui-data.c: Update references.
10795 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10796 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10797 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10798 * tui/tui-winsource.c, tui/tui.c: Ditto.
10799
10800 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10801
10802 * dwarf2-frame.h: Update copyright.
10803 (enum dwarf2_frame_reg_rule): New.
10804 (struct dwarf2_frame_state_reg): New.
10805 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10806 * dwarf2-frame.c: Update copyright.
10807 (enum dwarf2_reg_rule): Remove.
10808 (struct dwarf2_frame_state): Remove defenition of `struct
10809 dwarf2_frame_state_reg'.
10810 (read_reg): Call get_frame_arch to get the architecture instead of
10811 using CURRENT_GDBARCH.
10812 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10813 DWARF2_FRAME_.
10814 (dwarf2_frame_init_reg): New function.
10815 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10816 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10817 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10818 tags with DWARF2_FRAME_.
10819 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10820 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10821 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10822
10823 2004-02-06 Andrew Cagney <cagney@redhat.com>
10824
10825 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10826 (enum tui_data_type): Rename _TuiDataType.
10827 (struct tui_layout_def): Rename _TuiLayoutDef.
10828 (struct tui_source_element): Rename _TuiSourceElement.
10829 (struct tui_data_element): Rename _TuiDataElement.
10830 (struct tui_command_element): Rename _TuiCommandElement.
10831 (struct tui_locator_element): Rename _TuiLocatorElement.
10832 (union tui_which_element): Define.
10833 (struct tui_win_element): Rename _TuiWinElement.
10834 (struct tui_data_info): Rename _TuiDataInfo.
10835 (struct tui_source_info): Rename _TuiSourceInfo.
10836 (struct tui_command_info): Rename _TuiCommandInfo.
10837 (tui_initialize_static_data): Rename initializeStaticData.
10838 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10839 (tui_alloc_win_info): Rename allocWinInfo.
10840 (tui_init_generic_part): Rename initGenericPart.
10841 (tui_init_win_info): Rename initWinInfo.
10842 (tui_alloc_content): Rename allocContent.
10843 (tui_add_content_elements): Rename addContentElements.
10844 (tui_init_content_element): Rename initContentElement.
10845 (tui_free_window): Rename freeWindow.
10846 (tui_free_win_content): Rename freeWinContent.
10847 (tui_free_data_content): Rename freeDataContent.
10848 (tui_free_all_source_wins_content): Rename
10849 freeAllSourceWinsContent.
10850 (tui_del_window): Rename tuiDelWindow.
10851 (tui_del_data_windows): Rename tuiDelDataWindows.
10852 (tui_partial_win_by_name): Rename partialWinByName.
10853 (tui_win_name): Rename winName.
10854 (tui_current_layout): Rename currentLayout.
10855 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10856 (tui_term_height): Rename termHeight.
10857 (tui_set_term_height_to): Rename setTermHeightTo.
10858 (tui_term_width): Rename termWidth.
10859 (tui_set_term_width_to): Rename setTermWidthTo.
10860 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10861 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10862 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10863 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10864 (tui_source_windows): Rename sourceWindows.
10865 (tui_clear_source_windows): Rename clearSourceWindows.
10866 (tui_clear_source_windows_detail): Rename
10867 clearSourceWindowsDetail.
10868 (tui_clear_win_detail): Rename clearWinDetail.
10869 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10870 (tui_default_tab_len): Rename tuiDefaultTabLen.
10871 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10872 (tui_win_with_focus): Rename tuiWinWithFocus.
10873 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10874 (tui_layout_def): Rename tuiLayoutDef.
10875 (tui_win_resized): Rename tuiWinResized.
10876 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10877 (tui_next_win): Rename tuiNextWin.
10878 (tui_prev_win): Rename tuiPrevWin.
10879 (tui_add_to_source_windows): Rename addToSourceWindows.
10880 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10881 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10882 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10883 * tui/tui.c, tui/tui-data.c: Ditto.
10884 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10885 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10886
10887 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10888 (struct symtab): Declare.
10889 (tui_set_source_content): Rename tuiSetSourceContent.
10890 (tui_show_symtab_source): Rename tuiShowSource.
10891 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10892 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10893 * tui/tui-source.c: Update copyright. Update references.
10894 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10895 * tui/tui-stack.c: Update references.
10896
10897 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10898 (struct tui_win_info): Declare.
10899 (tui_scroll_forward): Rename tuiScrollForward.
10900 (tui_scroll_backward): Rename tuiScrollBackward.
10901 (tui_scroll_left): Rename tuiScrollLeft.
10902 (tui_scroll_right): Rename tuiScrollRight.
10903 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10904 (tui_resize_all): Rename tuiResizeAll.
10905 (tui_refresh_all_win): Rename tuiRefreshAll.
10906 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10907 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10908 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10909 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10910
10911 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10912 (tui_erase_data_content): Rename tuiEraseDataContent.
10913 (tui_display_all_data): Rename tuiDisplayAllData.
10914 (tui_check_data_values): Rename tuiCheckDataValues.
10915 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10916 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10917 (tui_first_data_element_no_in_line): Rename
10918 tuiFirstDataElementNoInLine.
10919 (tui_delete_data_content_windows): Rename
10920 tuiDeleteDataContentWindows.
10921 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10922 (tui_display_data_from): Rename tuiDisplayDataFrom.
10923 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10924 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10925 * tui/tui-win.c, tui/tui-regs.c: Update references.
10926 * tui/tui-layout.c, tui/tui.c: Update references.
10927
10928 * tui/tui-wingeneral.h: Update copyright.
10929 (m_allBeVisible): Delete macro.
10930 (m_allBeInvisible): Delete macro.
10931 (struct tui_gen_win_info): Declare.
10932 (struct tui_win_info): Declare.
10933 (tui_unhighlight_win): Rename unhighlightWin.
10934 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10935 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10936 (tui_make_window): Rename makeWindow.
10937 (tui_copy_win): Rename copyWin.
10938 (tui_box_win): Rename boxWin.
10939 (tui_highlight_win): Rename highlightWin.
10940 (tui_check_and_display_highlight_if_needed): Rename
10941 checkAndDisplayHighlightIfNeeded.
10942 (tui_refresh_all): Rename refreshAll.
10943 (tui_delete_win): Rename tuiDelwin.
10944 (tui_refresh_win): Rename tuiRefreshWin.
10945 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10946 (tui_make_visible, tui_make_invisible): New functions.
10947 (tui_make_all_visible, tui_make_all_invisible): New functions.
10948 (make_all_visible): Rename makeAllVisible.
10949 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10950 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10951 * tui/tui-windata.c, tui/tui-win.c: Update references.
10952 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10953 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10954
10955 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10956
10957 * proc-api.c (write_with_trace): Initialize local variable to
10958 silence compiler warning.
10959
10960 2004-02-06 Andrew Cagney <cagney@redhat.com>
10961
10962 * tui/tui-source.h: Do not include "defs.h".
10963 (struct tui_win_info): Declare.
10964 (tui_set_source_content_nil): Declare.
10965 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10966 (union tui_line_or_address): Rename _TuiLineOrAddress.
10967 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10968 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10969 (tui_update_source_window_as_is): Rename
10970 tuiUpdateSourceWindowAsIs.
10971 (tui_update_source_windows_with_addr): Rename
10972 tuiUpdateSourceWindowsWithAddr.
10973 (tui_update_source_windows_with_line): Rename
10974 tuiUpdateSourceWindowsWithLine.
10975 (tui_clear_source_content): Rename tuiClearSourceContent.
10976 (tui_erase_source_content): Rename tuiEraseSourceContent.
10977 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10978 (tui_show_source_content): Rename tuiShowSourceContent.
10979 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10980 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10981 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10982 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10983 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10984 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10985 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10986 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10987 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10988 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10989 (struct tui_win_info): Declare.
10990 * tui/tui-stack.c: Update references.
10991 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10992 * tui/tui-win.c, tui/tui-source.c: Ditto.
10993 * tui/tui.c, tui/tui-disasm.c: Ditto.
10994
10995 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10996
10997 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10998 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10999
11000 2004-02-05 Mark Kettenis <kettenis@gnu.org>
11001
11002 * infrun.c (handle_inferior_event): Allow for breakpoint
11003 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11004 and SIGEMT. Update comments.
11005 * NEWS (Revised SPARC target): Mention support for non-executable
11006 stack.
11007
11008 2004-02-04 Mark Kettenis <kettenis@gnu.org>
11009
11010 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11011 * inftarg.c: Update copyright year.
11012 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11013 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11014 (sparc_xfer_wcookie): New function.
11015 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11016 * Makefile.in (sparc-nat.o): Update dependencies.
11017 * config/sparc/nm-nbsd.h: Include "target.h".
11018 (NATIVE_XFER_WCOOKIE): New define.
11019 (sparc_xfer_wcookie): New prototype.
11020
11021 2004-02-04 Andrew Cagney <cagney@redhat.com>
11022
11023 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11024 SYSCALL_TRAP function.
11025 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11026
11027 2004-02-04 Andrew Cagney <cagney@redhat.com>
11028 Daniel Jacobowitz <drow@mvista.com>
11029
11030 * objfiles.h: Delete comments refering to inside_entry_func and
11031 DEPRECATED_FRAME_CHAIN_VALID.
11032 * defs.h (inside_entry_func): Update prototype..
11033 * blockframe.c (inside_entry_func): Rename to
11034 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11035 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11036
11037 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11038
11039 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11040 outside of #ifdef SOLIB_ADD region.
11041 (do_restore_lang_radix_cleanup): Ditto.
11042 (resolve_pending_breakpoint): Ditto.
11043
11044 2004-02-03 Andrew Cagney <cagney@redhat.com>
11045
11046 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11047 (process_note_abi_tag_sections): Delete unused function.
11048 (ia64_read_fp): Delete unused function.
11049 (gdbarch_extract_struct_value_address): Delete declaration.
11050
11051 2004-02-02 Andrew Cagney <cagney@redhat.com>
11052
11053 * vax-tdep.c (vax_frame_chain): Delete call to
11054 deprecated_inside_entry_file.
11055 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11056
11057 2004-02-02 Mark Kettenis <kettenis@gnu.org>
11058
11059 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11060 column that's "empty" or "same value" when eliminating REG_RA
11061 rules.
11062
11063 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11064
11065 * NEWS: Add information about new pending breakpoint support.
11066
11067 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11068
11069 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11070 and pending fields for pending breakpoint support.
11071 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11072 (condition_command): Only parse condition if not a pending
11073 breakpoint.
11074 (print_one_breakpoint): Add support for pending breakpoints.
11075 (describe_other_breakpoints): Add checks to verify we are not
11076 dealing with pending breakpoints.
11077 (check_duplicates): Don't check pending breakpoints.
11078 (set_raw_breakpoint): Initialize pending flag.
11079 (do_restore_lang_radix_cleanup): New cleanup routine.
11080 (resolve_pending_breakpoint): New function.
11081 (re_enable_breakpoints_in_shlibs): Try and resolve any
11082 pending breakpoints via resolve_pending_breakpoint.
11083 (mention): Add pending breakpoint support.
11084 (parse_breakpoint_sals): Add new parameter to pass to
11085 decode_line_1 to indicate silent errors when files or functions
11086 are not found. Change all callers.
11087 (do_captured_parse_breakpoint): New function.
11088 (break_command_1): Change prototype to return an rc value and to
11089 take an optional pending breakpoint pointer. Support creating
11090 a pending breakpoint if a "not found" form of error occurs when
11091 parsing the breakpoint. Also support resolving an existing pending
11092 breakpoint and be silent if the resolution fails.
11093 (create_breakpoints): Change prototype to take pending breakpoint
11094 pointer. When resolving a pending breakpoint, use the new pointer
11095 to provide a conditional or commands added by the end-user.
11096 (delete_breakpoint): Add appropriate check for pending.
11097 (breakpoint_re_set_one): Ditto.
11098 (do_enable_breakpoint): Ditto.
11099
11100 2004-02-02 David Carlton <carlton@kealia.com>
11101
11102 * valops.c (enum oload_classification): New.
11103 (find_overload_match): Break implementation into separate
11104 functions; delete #if 0'd code; look for symbols within
11105 namespaces.
11106 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11107 (find_oload_champ,oload_method_static,classify_oload_match): New.
11108 * cp-support.h: Add declaration for cp_func_name; update
11109 declaration for make_symbol_overload_list.
11110 * cp-support.c (cp_func_name): New.
11111 (overload_list_add_symbol): Fix comment, use
11112 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11113 (make_symbol_overload_list): Take a function name and a namespace
11114 instead of a symbol; change implementation.
11115 (make_symbol_overload_list_using): New.
11116 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11117
11118 2004-02-02 Fred Fish <fnf@redhat.com>
11119
11120 * main.c (gdb_stdtarg): Move definition to group with other
11121 gdb_stdtarg definitions and update copyright years.
11122 * remote-sim.c (gdb_os_write_stderr): Write output to
11123 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11124 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11125 gdb_stderr stream and update copyright years.
11126
11127 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11128
11129 * Makefile.in (mips-linux-nat.o): Update dependencies.
11130 * mips-linux-nat.c: Include mips-tdep.h.
11131
11132 2004-02-01 Roland McGrath <roland@redhat.com>
11133
11134 * sol-thread.c (sol_thread_xfer_partial): New function.
11135 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11136 (init_sol_core_ops): Likewise.
11137
11138 * procfs.c (procfs_xfer_partial): New function.
11139 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11140 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11141
11142 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11143 procfs_xfer_auxv function.
11144
11145 * procfs.c (procfs_make_note_section): If we can read
11146 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11147 * linux-proc.c (linux_make_note_section): Likewise.
11148
11149 * auxv.h: New file.
11150 * auxv.c: New file.
11151 * Makefile.in (auxv_h): New variable.
11152 (COMMON_OBS): Add auxv.o here.
11153 (auxv.o): New target.
11154
11155 * corelow.c (core_xfer_partial): New function.
11156 (init_core_ops): Use it for core_ops.to_xfer_partial.
11157
11158 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11159 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11160 macro if that is defined.
11161
11162 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11163
11164 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11165 and check the specified thread for each breakpoint.
11166 * breakpoint.h (bpstat_stop_status): Update prototype.
11167 * infrun.c (handle_inferior_event): Update calls to
11168 bpstat_stop_status.
11169
11170 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11171
11172 * Makefile.in (cli-cmds.o): Add $(readline_h).
11173
11174 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11175
11176 * cli/cli-cmds.c: Include readline.h.
11177 (complete_command): Pass the start of the last word to
11178 complete_line.
11179
11180 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11181
11182 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11183 argument, and change first argument to a CORE_ADDR.
11184 * breakpoint.h (bpstat_stop_status): Update prototype.
11185 * infrun.c (adjust_pc_after_break): Add a new comment.
11186 (handle_inferior_event): Update calls to bpstat_stop_status.
11187
11188 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11189
11190 * breakpoint.h: Update copyright years.
11191
11192 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11193
11194 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11195 (bpstat_stop_status): Don't decrement PC.
11196 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11197 prototype.
11198 * infrun.c (adjust_pc_after_break): New function.
11199 (handle_inferior_event): Call it, early. Remove later references
11200 to DECR_PC_AFTER_BREAK.
11201 (normal_stop): Add commentary.
11202
11203 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11204
11205 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11206 2004-01-27 double-free fix.
11207
11208 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11209
11210 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11211 (sparc32_frame_prev_register): Handle StackGhost.
11212 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11213
11214 2004-01-29 Roland McGrath <roland@redhat.com>
11215
11216 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11217 * configure: Regenerated.
11218
11219 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11220 * Makefile.in (procfs.o): Add dep.
11221
11222 2004-01-28 Andrew Cagney <cagney@redhat.com>
11223
11224 * tui/tui-stack.h: Update copyright.
11225 (struct frame_info): Add opaque declaration.
11226 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11227 (tui_show_locator_content): Rename tuiShowLocatorContent.
11228 (tui_show_frame_info): Rename tuiShowFrameInfo.
11229 * tui/tui-stack.c: Update copyright. Update references.
11230 * tui/tui-winsource.c: Update references.
11231 * tui/tui-win.c: Update references.
11232 * tui/tui-layout.c: Update references.
11233 * tui/tui-hooks.c: Update copyright, update references.
11234 * tui/tui.c: Update copyright, update references.
11235 * tui/tui-disasm.c: Update references.
11236
11237 2004-01-28 David Carlton <carlton@kealia.com>
11238
11239 * dwarf2read.c (add_partial_structure): Use demangled name if
11240 namespace equals "".
11241
11242 2004-01-27 Jim Blandy <jimb@redhat.com>
11243
11244 Clean up misapplied patch:
11245 * dwarf2read.c (determine_prefix): Change one of the two forward
11246 declarations for 'determine_prefix_aux' to a declaration for this.
11247 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11248 argument to 'die_specification'.
11249
11250 * dwarf2read.c (read_func_scope): Re-indent comment.
11251
11252 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11253
11254 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11255 b->exp to NULL after freeing so that error during re-parsing or
11256 evaluation of expressions associated with breakpoint don't
11257 eventually lead to re-freeing of storage.
11258 Committed by Andrew Cagney.
11259
11260 2004-01-27 Andrew Cagney <cagney@redhat.com>
11261
11262 * source.c (ambiguous_line_spec): Delete undefined declaration.
11263 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11264 (m32r_set_server_address, m32r_set_download_path): Ditto.
11265 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11266
11267 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11268
11269 * dwarf2read.c: Update calls to changed and renamed functions, and
11270 references to moved variables.
11271
11272 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11273 language, language_defn, list_in_scope, and ftypes members.
11274 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11275 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11276 (baseaddr): Remove globals.
11277
11278 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11279 (set_cu_language, die_is_declaration, die_specification)
11280 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11281 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11282 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11283 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11284
11285 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11286 cu.list_in_scope. Don't initialize cu_header_offset.
11287 (add_partial_symbol): Add local baseaddr.
11288 (psymtab_to_symtab_1): Add local baseaddr. Use
11289 objfile->section_offsets for consistency. Don't initialize
11290 cu_header_offset; do initialize cu.header.offset and
11291 cu.list_in_scope.
11292 (read_file_scope, read_func_scope, read_lexical_block_scope)
11293 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11294
11295 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11296
11297 * PROBLEMS: Add gdb/1516.
11298
11299 2003-12-29 Robert Millan <robertmh@gnu.org>
11300
11301 Patch committed by Andrw Cagney.
11302 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11303 * configure.tgt: Match knetbsd*-gnu.
11304
11305 2004-01-26 Andrew Cagney <cagney@redhat.com>
11306
11307 * breakpoint.c (catch_command_1): Delete #ifdef code.
11308 (catch_fork_command_1): Delete #ifdef wrapper.
11309 (catch_exec_command_1): Ditto.
11310 (catch_load_command_1): Ditto.
11311 (catch_unload_command_1): Ditto.
11312
11313 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11314 (catch_breakpoint): Delete #if0ed function.
11315 (disable_catch_breakpoint): Ditto.
11316 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11317 (disable_catch, enable_catch, delete_catch): Ditto.
11318
11319 2004-01-26 Andrew Cagney <cagney@redhat.com>
11320
11321 * remote.c (echo_check, quit_flag): Delete variables.
11322 (cisco_kernel_mode): Delete variable.
11323 (minitelnet_return, tty_input, escape_count): Delete variables.
11324 (remote_cisco_mode): Delete variable.
11325 (remote_cisco_open, remote_cisco_close): Delete function.
11326 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11327 (init_remote_cisco_ops): Delete function.
11328 (_initialize_remote): Do not install "remote cisco" code.
11329 (read_frame): Delete cisco specific code.
11330 (remote_info_process): Delete function.
11331 (remote_wait): Delete cisco specific code.
11332 (remote_cisco_section_offsets): Delete function.
11333 (remote_cisco_objfile_relocate): Delete function.
11334 (remote_async_wait): Delete cisco specific code.
11335 (minitelnet, readtty, readsocket): Delete function.
11336
11337 2004-01-26 Andrew Cagney <cagney@redhat.com>
11338
11339 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11340 comments mentioning extract_returned_value_address.
11341 * infcmd.c (print_return_value): Update. Add comments on
11342 extract_returned_value_address.
11343 * stack.c (return_command): Add comments on
11344 extract_returned_value_address.
11345 * values.c: Update comment.
11346 * m32r-tdep.c: Update comment.
11347 * sparc-tdep.c: Update comment.
11348 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11349 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11350 * sh64-tdep.c (sh64_gdbarch_init): Update.
11351 * sh-tdep.c (sh_gdbarch_init): Update.
11352 * s390-tdep.c (s390_gdbarch_init): Update.
11353 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11354 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11355 * m68k-tdep.c (m68k_gdbarch_init): Update.
11356 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11357 * m32r-tdep.c (m32r_gdbarch_init): Update.
11358 * ia64-tdep.c (ia64_gdbarch_init): Update.
11359 * h8300-tdep.c (h8300_gdbarch_init): Update.
11360 * frv-tdep.c (frv_gdbarch_init): Update.
11361 * arm-tdep.c (arm_gdbarch_init): Update.
11362 * alpha-tdep.c (alpha_gdbarch_init): Update.
11363
11364 2004-01-26 Andrew Cagney <cagney@redhat.com>
11365
11366 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11367 SYMBOL_LOCATION_FUNCS
11368 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11369 "struct symbol_ops".
11370 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11371 type to "struct symbol_ops".
11372 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11373 (struct symbol): Replace ".aux_value.loc.funcs" and
11374 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11375 (SYMBOL_OBJFILE): Delete macro.
11376 (SYMBOL_LOCATION_FUNCS): Delete macro.
11377 (SYMBOL_LOCATION_BATON): Update.
11378 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11379 intead of SYMBOL_LOCATION_FUNCS.
11380 * ax-gdb.c (gen_var_ref): Ditto.
11381 * printcmd.c (address_info): Ditto.
11382 * findvar.c (read_var_value): Ditto.
11383 (symbol_read_needs_frame): Ditto.
11384
11385 2004-01-26 Andrew Cagney <cagney@redhat.com>
11386
11387 * dwarf2read.c (read_func_scope): Document frame-base hack.
11388
11389 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11390
11391 * infcmd.c (print_return_value): Plug memory leak; delete
11392 ui_stream object. Rename argument `structure_return' to
11393 `struct_return'.
11394
11395 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11396
11397 * infcmd.c (print_return_value): Wrap long lines.
11398 (finish_command_continuation, finish_command): Remove unused
11399 variable `funcaddr'. Fix some coding-standards problems.
11400
11401 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11402 SECT_SIZE is large enough, not whether it's exactly the right size.
11403 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11404 TDEP->fpregset to zero.
11405
11406 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11407 floating-point registers for traditional NetBSD core files.
11408 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11409 TDEP->sizeof_fpregset here.
11410
11411 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11412
11413 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11414 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11415 function with code split out from
11416 sparc32nbsd_sigcontext_frame_cache.
11417 (sparc32nbsd_sigcontext_frame_cache): Use
11418 sparc32nbsd_sigcontext_saved_regs.
11419 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11420 OpenBSD.
11421 * sparcobsd-tdep.c: New file.
11422 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11423 (sparcobsd-tdep.o): New dependency.
11424 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11425 * config/sparc/obsd.mt: New file.
11426
11427 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11428 TDEP->fpregset to be initialized to enable core file register
11429 sets.
11430
11431 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11432
11433 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11434 Add opaque declarations.
11435 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11436 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11437 function with code split out from
11438 sparc64nbsd_sigcontext_frame_cache.
11439 (sparc64nbsd_sigcontext_frame_cache): Use
11440 sparc64nbsd_sigcontext_saved_regs.
11441 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11442 OpenBSD.
11443 * sparc64obsd-tdep.c: New file.
11444 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11445 (sparc64obsd-tdep.o): New dependency.
11446 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11447 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11448 * config/sparc/obsd64.mt: New file.
11449
11450 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11451 read the instruction at PC.
11452
11453 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11454 value of GDB_OSABI_DEFAULT.
11455 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11456 instead of GDB_OSABI_NETBSD_AOUT.
11457
11458 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11459
11460 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11461 copyright.
11462
11463 2004-01-23 Andrew Cagney <cagney@redhat.com>
11464
11465 * printcmd.c (display_command): Replace tui_set_display call with
11466 tui_set_layout_for_display_command.
11467 * tui/tui.h (enum tui_win_type): Define.
11468 (tui_set_layout): Delete declaration.
11469 (tui_set_layout_for_display_command): Rename set_tui_layout.
11470 * tui/tui-data.h (enum tui_layout_type): Define.
11471 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11472 "tui.h".
11473 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11474 (tui_default_win_height): Rename tuiDefaultWinHeight.
11475 (tui_default_win_viewport_height): Rename
11476 tuiDefaultWinViewportHeight.
11477 (tui_set_layout): RenametuiSetLayout.
11478 * tui/tui-layout.c: Update references.
11479 * tui/tui.c: Update references.
11480 * tui/tui-disasm.c: Update references.
11481
11482 2004-01-23 David Carlton <carlton@kealia.com>
11483
11484 Partial workaround for PR c++/1511:
11485 * cp-namespace.c: Include frame.h.
11486 (cp_lookup_transparent_type): New
11487 (cp_lookup_transparent_type_loop): New.
11488 * cp-support.h: Declare cp_lookup_transparent_type.
11489 * symtab.c (basic_lookup_transparent_type): Renamed from
11490 lookup_transparent_type.
11491 (lookup_transparent_type): Replace old body by a call to
11492 current_language->la_lookup_transparent_type.
11493 * symtab.h: Update copyright. Declare
11494 basic_lookup_transparent_type.
11495 * language.h: Update copyright.
11496 (struct language_defn): Add la_lookup_transparent_type.
11497 * language.c: Update copyright.
11498 (unknown_language_defn): Add basic_lookup_transparent_type.
11499 (auto_language_defn): Add basic_lookup_transparent_type.
11500 (local_language_defn): Add basic_lookup_transparent_type.
11501 * ada-lang.c: Update copyright.
11502 (ada_language_defn): Add basic_lookup_transparent_type.
11503 * c-lang.c: Update copyright.
11504 (c_language_defn): Add basic_lookup_transparent_type.
11505 (cplus_language_defn): Add basic_lookup_transparent_type.
11506 (asm_language_defn): Add basic_lookup_transparent_type.
11507 (minimal_language_defn): Add basic_lookup_transparent_type.
11508 * f-lang.c: Update copyright.
11509 (f_language_defn): Add basic_lookup_transparent_type.
11510 * jv-lang.c: Update copyright.
11511 (java_language_defn): Add basic_lookup_transparent_type.
11512 * m2-lang.c: Update copyright.
11513 (m2_language_defn): Add basic_lookup_transparent_type.
11514 * objc-lang.c: Update copyright.
11515 (objc_language_defn): Add basic_lookup_transparent_type.
11516 * p-lang.c: Update copyright.
11517 (p_language_defn): Add basic_lookup_transparent_type.
11518 * scm-lang.c: Update copyright.
11519 (scm_language_defn): Add basic_lookup_transparent_type.
11520 * Makefile.in (cp-namespace.o): Depend on frame.h.
11521
11522 2004-01-23 David Carlton <carlton@kealia.com>
11523
11524 Patch for PR c++/1520:
11525 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11526 properly if we have a specification die.
11527 (determine_prefix_aux): Rename from determine_prefix.
11528 (determine_prefix): Like the old determine_prefix, but never
11529 returns NULL.
11530
11531 2004-01-23 Theodore A. Roth <troth@openavr.org>
11532
11533 * avr-tdep.c: Update copyright.
11534 (avr_iaddr_p): Delete unused function.
11535 (avr_saddr_p): Delete unused function.
11536
11537 2004-01-23 David Carlton <carlton@kealia.com>
11538
11539 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11540 Fix for PR symtab/1534.
11541
11542 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11543
11544 * NEWS (New native configurations): Mention OpenBSD/sparc and
11545 OpenBSD/sparc64.
11546 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11547 * configure.host: Likewise.
11548 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11549 handler for OpenBSD.
11550 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11551
11552 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11553
11554 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11555 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11556
11557 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11558 * cli/cli-cmds.c (shell_escape): Likewise.
11559
11560 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11561 OpenBSD .note.openbsd.ident sections.
11562
11563 2004-01-22 David Carlton <carlton@kealia.com>
11564
11565 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11566 get_scope_pc_bounds.
11567 (read_file_scope): Ditto.
11568 (get_scope_pc_bounds): New function, produced by extracting code
11569 from the above two functions, consolidating it, and adding support
11570 for DW_TAG_namespace.
11571
11572 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11573
11574 * osabi.c (MAX_NOTESZ): New define.
11575 (check_note): New function.
11576 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11577 check_note.
11578
11579 2004-01-21 Roland McGrath <roland@redhat.com>
11580
11581 * MAINTAINERS (write after approval): Add myself.
11582
11583 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11584
11585 * utils.c (init_page_info): Move declarations of `rows' and
11586 `cols' before the __GO32__-specific code. Move the closing brace
11587 outside the #ifdef __GO32__..#endif block.
11588 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11589
11590 2004-01-21 Paul Brook <paul@codesourcery.com>
11591
11592 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11593 BPSTAT_WHAT_CHECK_SHLIBS.
11594
11595 2004-01-21 Paul Brook <paul@codesourcery.com>
11596
11597 * MAINTAINERS: Add myself to write-after-approval.
11598
11599 2004-01-20 Andrew Cagney <cagney@redhat.com>
11600
11601 * ax-gdb.c (print_axs_value): Delete unused function.
11602 * jv-lang.c (java_lookup_type): Delete unused function.
11603 * cli/cli-dump.c (dump_filetype): Delete unused function.
11604 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11605 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11606 (mips_getstring): Delete unused function.
11607 (pmon_insert_breakpoint): Delete #if0ed function.
11608 (PMON_MAX_BP): Delete #if0ed MACRO.
11609 (mips_pmon_bp_info): Delete #if0ed variable.
11610 (pmon_remove_breakpoint): Delete #if0ed function.
11611 * monitor.c (monitor_write_even_block): Delete unused function.
11612 (monitor_write_memory_block): Delete #if0ed code.
11613 * dink32-rom.c (dink32_load): Delete unused function.
11614 (_initialize_dink32_rom): Delete #if0ed code.
11615 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11616
11617 * tui/tui-command.c: Update references.
11618 * tui/tui-io.c: Update references.
11619 * tui/tui-command.h: Update copyright.
11620 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11621
11622 * source.c (ambiguous_line_spec): Delete never-defined function.
11623 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11624 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11625 * cli/cli-cmds.c (validate_comname): Ditto.
11626
11627 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11628 "tui-data.h".
11629 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11630 (tui_show_disassem): Rename tuiShowDisassem.
11631 (tui_show_disassem_and_update_source): Rename
11632 tuiVerticalDisassemScroll.
11633 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11634 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11635 * tui/tui.h: Update copyright.
11636 (enum tui_status): Define.
11637 * tui/tui-data.h (enum tui_scroll_direction): Define.
11638 * tui/tui-disasm.c: Update copyright. Update references.
11639 * tui/tui-winsource.c: Update copyright. Update references.
11640 * tui/tui-win.c: Update references.
11641 * tui/tui-layout.c: Update references.
11642
11643 2004-01-20 Andrew Cagney <cagney@redhat.com>
11644
11645 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11646 sym2 to start of block.
11647
11648 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11649
11650 * MAINTAINERS: Delete mmalloc.
11651 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11652 * NEWS: Mention removal of --with-malloc.
11653 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11654 * config.in: Regenerate.
11655 * configure: Regenerate.
11656 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11657 USE_MMALLOC, MMCHECK_FORCE.
11658 * gdbinit.in: Remove mmalloc.
11659 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11660 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11661 * config/i386/go32.mh: Likewise.
11662 * config/i386/interix.mh: Likewise.
11663 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11664
11665 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11666
11667 * linespec.c (decode_variable, symtab_from_filename): Call
11668 error_silent with error message instead of throwing an exception
11669 directly.
11670 * defs.h (error_silent, error_output_message): Add prototypes.
11671 (catch_exceptions_with_msg): Ditto.
11672 * utils.c (error_silent, error_output_message): New functions.
11673 * top.c (catch_exceptions_with_msg): New function.
11674
11675 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11676
11677 * mi/mi-cmds.h (enum print_values): Add definition.
11678
11679 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11680 type and value for simple data types and just the name and type
11681 for complex ones, if required.
11682
11683 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11684 children, if required.
11685
11686 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11687
11688 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11689 unused declarations.
11690
11691 2004-01-19 Andrew Cagney <cagney@redhat.com>
11692
11693 * top.h (mapped_symbol_files): Delete declaration.
11694 * main.c (captured_main): Delete option "m" and "mapped".
11695 * objfiles.c (mapped_symbol_files): Delete variable.
11696 * symfile.c (symbol_file_command): Delete mmap code.
11697 (symbol_file_add_with_addrs_or_offsets): Ditto.
11698 (add_symbol_file_command, reread_separate_symbols): Ditto.
11699 * objfiles.h (OBJF_MAPPED): Delete.
11700 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11701 (free_objfile) [USE_MMALLOC]: Ditto.
11702 (open_existing_mapped_file): Delete function.
11703 (open_mapped_file): Delete function.
11704 (map_to_file): Delete function.
11705
11706 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11707
11708 * infrun.c (step_into_function): Account for possible breakpoint
11709 adjustment when computing ``stop_func_start''.
11710
11711 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11712
11713 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11714 the region size against the size of a pointer, not the size of
11715 a register as given by DEPRECATED_REGISTER_SIZE.
11716
11717 2004-01-19 Andrew Cagney <cagney@redhat.com>
11718
11719 * tui/tui-regs.h: Include "tui-data.h".
11720 (tuiFirstRegElementNoInLine): Delete declaration.
11721 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11722 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11723 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11724 (tui_calculate_regs_column_count): Rename
11725 tuiCalculateRegsColumnCount.
11726 (tui_check_register_values): Rename tuiCheckRegisterValues.
11727 (tui_show_registers): Rename tuiShowRegisters.
11728 (tui_display_registers_from_line): Rename
11729 tuiDisplayRegistersFromLine.
11730 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11731 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11732 (tui_first_reg_element_no_inline): Rename
11733 tuiFirstRegElementNoInLine.
11734 * tui/tui-data.h: Update copyright.
11735 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11736 * tui/tui-windata.c: Update copyright, update references.
11737 * tui/tui-regs.c: Update copyright, update references.
11738 * tui/tui-win.c: Update copyright, update references.
11739 * tui/tui-layout.c: Update copyright, update references.
11740
11741 2004-01-18 Andrew Cagney <cagney@redhat.com>
11742
11743 * tui/tui-io.c: Update copyright.
11744 (key_is_end_sequence, key_is_backspace): New functions.
11745 (key_is_command_char, key_is_start_sequence): New function.
11746 (tui_getc): Update references.
11747 * tui/tui-io.h: Update copyright.
11748 (m_tuiStartNewLine): Delete macro.
11749 (m_isBackspace, m_isDeleteChar): Delete macros.
11750 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11751 (m_isNextPage, m_isPrevPage): Delete macros.
11752 (m_isLeftArrow, m_isRightArrow): Delete macros.
11753 (m_isXdbStyleCommandChar): Delete macro.
11754 (key_is_start_sequence): Declare, replace m_isStartSequence.
11755 (key_is_end_sequence): Declare, replace m_isEndSequence.
11756 (key_is_backspace): Declare ,replace m_isBackspace.
11757 (key_is_command_char): Declare, replace m_isCommandChar.
11758 * tui/tui-command.c: Update copyright.
11759 (tuiDispatchCtrlChar): Update references.
11760
11761 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11762 tuiSourceWin.h.
11763
11764 * tui/tui-command.c: Rename tui/tuiCommand.c.
11765 * tui/tui-command.h: Rename tui/tuiCommand.h.
11766 * tui/tui-data.c: Rename tui/tuiData.c.
11767 * tui/tui-data.h: Rename tui/tuiData.h.
11768 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11769 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11770 * tui/tui-io.c: Rename tui/tuiIO.c.
11771 * tui/tui-io.h: Rename tui/tuiIO.h.
11772 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11773 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11774 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11775 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11776 * tui/tui-source.c: Rename tui/tuiSource.c.
11777 * tui/tui-source.h: Rename tui/tuiSource.h.
11778 * tui/tui-stack.c: Rename tui/tuiStack.c.
11779 * tui/tui-stack.h: Rename tui/tuiStack.h.
11780 * tui/tui-win.c: Rename tui/tuiWin.c.
11781 * tui/tui-win.h: Rename tui/tuiWin.h.
11782 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11783 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11784 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11785 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11786 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11787 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11788 * tui/tui-file.c: Update includes.
11789 * tui/tui-hooks.c: Update includes.
11790 * tui/tui-interp.c: Update includes.
11791 * tui/tui.c: Update includes.
11792 * Makefile.in: Update all tui/ dependencies.
11793 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11794
11795 * Makefile.in: Update copyright. Update dependencies.
11796
11797 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11798 problem.
11799
11800 2004-01-18 Andrew Cagney <cagney@redhat.com>
11801
11802 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11803 instead of register_gdbarch_init.
11804
11805 * remote-sds.c (tohex): Delete unused function. Update copyright.
11806 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11807 * v850-tdep.c (v850_register_virtual_size): Ditto.
11808 * target.c (normal_target_post_startup_inferior): Ditto.
11809 * source.c (ambiguous_line_spec): Ditto.
11810 * remote.c (adapt_remote_get_threadinfo): Ditto.
11811 * mi/mi-out.c (out_field_fmt): Ditto.
11812 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11813 (output_control_change_notification): Ditto.
11814 * m68k-tdep.c (m68k_register_byte): Ditto.
11815 (m68k_remote_breakpoint_from_pc): Ditto.
11816 * ui-out.c (init_ui_out_state): Delete unused declaration.
11817 * stabsread.c (search_value): Ditto.
11818 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11819 * maint.c (print_section_table): Ditto.
11820 * infrun.c (set_follow_fork_mode_command): Ditto.
11821
11822 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11823
11824 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11825 DW_CFA_def_cfa_exporession. Add support for
11826 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11827 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11828
11829 2004-01-18 Andrew Cagney <cagney@redhat.com>
11830
11831 * ocd.c: Update copyright.
11832 (bdm_read_register_command): Delete unused function.
11833 (_initialize_remote_ocd): Delete commented out reference.
11834 (get_quoted_char, reset_packet): Delete #if0ed function.
11835 (output_packet, put_quoted_char): Delete #if0ed function.
11836 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11837 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11838 (BDM_BREAKPOINT): Delete #if0ed macro.
11839 (remote_timeout): Delete #if0ed variable.
11840
11841 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11842
11843 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11844 (core-sol2.o): Remove dependency.
11845 * core-sol2.c: Remove file.
11846
11847 2004-01-17 Andrew Cagney <cagney@redhat.com>
11848
11849 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11850 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11851 enums.
11852
11853 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11854
11855 * remote.c: Update copyright years.
11856
11857 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11858
11859 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11860
11861 2004-01-17 Andrew Cagney <cagney@redhat.com>
11862
11863 * mdebugread.c: Update copyright.
11864 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11865 (parse_type, parse_procedure): Ditto.
11866 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11867
11868 * cris-tdep.c (cris_store_struct_return): Put back accidently
11869 deleted function.
11870
11871 * gdbarch.sh: Update copyright year.
11872 * gdbarch.h, gdbarch.c: Re-generate.
11873
11874 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11875
11876 Suggested by George Anzinger.
11877 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11878 correct stack offset. Include unknown opcode numbers in the error
11879 message.
11880
11881 2004-01-17 Andrew Cagney <cagney@redhat.com>
11882
11883 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11884 extract_struct_value_address, i386 does not set it.
11885 * sparc64-tdep.c (sparc64_init_abi): Do not set
11886 extract_struct_value_address, never called.
11887 (sparc64_extract_struct_value_address): Delete function.
11888 * m68hc11-tdep.c: Update copyright.
11889 (m68hc11_gdbarch_init): Delete redundant assignment of
11890 extract_struct_value_address.
11891 * i386-tdep.c: Update copyright.
11892 (i386_gdbarch_init): Do not set extract_struct_value_address,
11893 never called.
11894 (i386_extract_struct_value_address): Delete function.
11895 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11896 extract_struct_value_address, never called.
11897 (sparc32_extract_struct_value_address): #if 0 function. Add
11898 comments explaining its future.
11899
11900 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11901
11902 * arm-tdep.c (arm_write_pc): New function.
11903 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11904
11905 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11906
11907 * breakpoint.c (must_shift_inst_regs): Delete.
11908 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11909 and SHIFT_INST_REGS.
11910 * infcmd.c (step_1, step_1_continuation): Delete references to
11911 SHIFT_INST_REGS.
11912 * infrun.c (keep_going): Likewise.
11913 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11914 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11915
11916 2004-01-17 Andrew Cagney <cagney@redhat.com>
11917
11918 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11919 * gdbarch.h, gdbarch.c: Re-generate.
11920 * infcmd.c (print_return_value): Delete reference to
11921 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11922
11923 * cris-tdep.c (cris_gdbarch_init): Do not set
11924 deprecated_extract_struct_value_address.
11925
11926 * xstormy16-tdep.c: Update copyright.
11927 (xstormy16_extract_struct_value_address): Update to current
11928 extract struct value address interface.
11929 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11930 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11931 current extract struct value address interface.
11932 (sh64_gdbarch_init): Set extract_struct_value_address.
11933
11934 * cris-tdep.c: Update copyright.
11935 (cris_extract_struct_value_address): Delete function.
11936 (struct_return_address): Delete variable.
11937 (cris_store_struct_return): Do not set struct_return_address.
11938
11939 * mcore-tdep.c: Update copyright.
11940 (mcore_extract_struct_value_address): Delete function. Update
11941 comments.
11942 (mcore_gdbarch_init): Update.
11943 * mn10300-tdep.c: Update copyright.
11944 (mn10300_extract_struct_value_address): Delete function.
11945 (mn10300_gdbarch_init): Update.
11946 * v850-tdep.c: Update copyright.
11947 (v850_extract_struct_value_address): Delete.
11948 (v850_gdbarch_init): Update.
11949 * ns32k-tdep.c: Update copyright.
11950 (ns32k_extract_struct_value_address): Delete.
11951 (ns32k_gdbarch_init): Update.
11952 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11953 (hppa_gdbarch_init): Update.
11954 * vax-tdep.c: Update copyright.
11955 (vax_extract_struct_value_address): Delete.
11956 (vax_gdbarch_init): Update.
11957
11958 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11959 * gdbarch.h, gdbarch.c: Re-generate.
11960 * procfs.c (procfs_fetch_registers): Delete reference to
11961 DEPRECATED_NPC_REGNUM.
11962 (procfs_store_registers): Ditto.
11963 * regcache.c (generic_target_write_pc): Simplify.
11964 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11965
11966 * core-sol2.c (fetch_core_registers): Replace
11967 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11968
11969 * hppa-tdep.c: Update copyright year.
11970 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11971 NPC_REGNUM.
11972 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11973
11974 * mips-tdep.c (mips_write_pc): New function.
11975 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11976 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11977 (mips_find_saved_regs, mips_software_single_step: Ditto.
11978 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11979 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11980
11981 2004-01-17 Andrew Cagney <cagney@redhat.com>
11982
11983 * mips-tdep.c: Re-indent. Group functions by ABI.
11984
11985 2004-01-17 Andrew Cagney <cagney@redhat.com>
11986
11987 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11988 * gdbarch.c: Re-generate.
11989 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11990 DECR_PC_AFTER_BREAK to zero.
11991 * vax-tdep.c (vax_gdbarch_init): Ditto.
11992 * v850-tdep.c (v850_gdbarch_init): Ditto.
11993 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11994 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11995 * sh-tdep.c (sh_gdbarch_init): Ditto.
11996 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11997 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11998 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11999 * mips-tdep.c (mips_gdbarch_init): Ditto.
12000 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12001 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12002 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12003 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12004 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12005 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12006 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12007 * frv-tdep.c (frv_gdbarch_init): Ditto.
12008 * cris-tdep.c (cris_gdbarch_init): Ditto.
12009 * avr-tdep.c (avr_gdbarch_init): Ditto.
12010 * arm-tdep.c (arm_gdbarch_init): Ditto.
12011 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12012
12013 2004-01-17 J. Brobecker <brobecker@gnat.com>
12014
12015 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12016 Delete, no longer used.
12017 (read_subrange_type): New function, mostly extracted from
12018 read_array_type().
12019 (read_array_type): Replace extracted code by call to
12020 read_subrange_type().
12021 (dwarf2_get_attr_constant_value): New function.
12022 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12023 (add_partial_symbol): Likewise.
12024 (process_die): Likewise.
12025 (new_symbol): Likewise.
12026 (read_type_die): Likewise.
12027
12028 2004-01-16 Andrew Cagney <cagney@redhat.com>
12029
12030 * symfile.c: Update copyright year.
12031 (compare_symbols): Delete unused function.
12032 * stabsread.c: Update copyright year.
12033 (lrs_general_complaint): Delete unused function.
12034 (ref_search_value): Ditto.
12035 (get_substring): Delete declaration.
12036 * sh64-tdep.c: Update copyright year.
12037 (sh64_get_gdb_regnum): Delete unused function.
12038 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12039 Delete unused function.
12040
12041 2004-01-17 Mark Kettenis <kettenis@gnu.org>
12042
12043 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12044 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12045
12046 2004-01-16 Andrew Cagney <cagney@redhat.com>
12047
12048 Changes from Peter Schauer.
12049 * rs6000-tdep.c: Update copyright year.
12050 (rs6000_push_dummy_call): Update the stack pointer before
12051 accessing the corresponding stack region.
12052 * rs6000-nat.c: Update copyright year.
12053 (set_host_arch): Set "info.abfd" to "exec_bfd".
12054
12055 2004-01-15 Mark Kettenis <kettenis@gnu.org>
12056
12057 * blockframe.c: Update copyright year.
12058 (inside_entry_func): Don't treat a zero PC specially.
12059
12060 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12061
12062 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12063 variable.
12064 (gcore_create_callback): Ditto. Skip any memory segment that has
12065 no permissions set.
12066
12067 2004-01-14 David Carlton <carlton@kealia.com>
12068
12069 Change symbols for C++ nested types to contain the fully qualified
12070 name, if possible. (At least in the DWARF-2 case.) Partial fix
12071 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12072 c++/895.
12073 * c-exp.y (qualified_type): Handle types nested within classes.
12074 * cp-namespace.c: Update comments.
12075 (cp_set_block_scope): Delete #if 0.
12076 (cp_lookup_nested_type): Handle types nested within classes.
12077 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12078 when appropriate.
12079 (add_partial_symbol): Add the name of the enclosing namespace to
12080 types.
12081 (pdi_needs_namespace): New.
12082 (add_partial_namespace): Tweak comment.
12083 (add_partial_structure): New.
12084 (psymtab_to_symtab_1): Initialize processing_current_prefix
12085 here...
12086 (process_die): instead of here.
12087 (read_structure_scope): Try to figure out the name of the class or
12088 namespace that the structure might be defined within.
12089 (read_enumeration): Generate fully-qualified names, if possible.
12090 (read_namespace): Don't set name to NULL.
12091 (die_specification): New.
12092 (new_symbol): Generate fully-qualified names for types.
12093 (read_type_die): Determine appropriate prefix.
12094 (determine_prefix): New.
12095 (typename_concat): New.
12096 (class_name): New.
12097 * valops.c (value_aggregate_elt): Pass NOSIDE to
12098 value_struct_elt_for_reference.
12099 (value_struct_elt_for_reference): Make static, add NOSIDE
12100 parameter, call value_maybe_namespace_elt as a last resort.
12101 (value_namespace_elt): Break out code into
12102 value_maybe_namespace_elt.
12103 (value_maybe_namespace_elt): New.
12104
12105 2004-01-12 Andrew Cagney <cagney@redhat.com>
12106
12107 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12108 cooked floating-point registers.
12109 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12110 and value_to_register.
12111
12112 2004-01-13 Andrew Cagney <cagney@redhat.com>
12113
12114 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12115 * gdbarch.c: Re-generate.
12116 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12117 FUNCTION_START_OFFSET.
12118 * v850-tdep.c (v850_gdbarch_init): Ditto.
12119 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12120 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12121 * sh-tdep.c (sh_gdbarch_init): Ditto.
12122 * s390-tdep.c (s390_gdbarch_init): Ditto.
12123 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12124 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12125 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12126 * mips-tdep.c (mips_gdbarch_init): Ditto.
12127 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12128 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12129 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12130 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12131 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12132 * i386-tdep.c (i386_gdbarch_init): Ditto.
12133 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12134 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12135 * frv-tdep.c (frv_gdbarch_init): Ditto.
12136 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12137 * cris-tdep.c (cris_gdbarch_init): Ditto.
12138 * avr-tdep.c (avr_gdbarch_init): Ditto.
12139 * arm-tdep.c (arm_gdbarch_init): Ditto.
12140 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12141
12142 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12143
12144 * infrun.c (follow_fork_mode_ask): Remove.
12145 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12146 (follow_fork): Simplify and remove internal error for
12147 follow_fork_mode_ask.
12148 (_initialize_infrun): Update "set follow-fork-mode" help text.
12149
12150 2004-01-13 Andrew Cagney <cagney@redhat.com>
12151
12152 * configure.in: Update copyright year.
12153 (build_warnings): Add -Wunused-label.
12154 * configure: Re-generate.
12155
12156 2004-01-12 Andrew Cagney <cagney@redhat.com>
12157
12158 * exec.h (exec_ops): Make "extern".
12159
12160 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12161 the function is void.
12162 (mips_pseudo_register_write): Ditto.
12163
12164 2004-01-12 Andrew Cagney <cagney@redhat.com>
12165
12166 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12167 call. Never defined.
12168 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12169 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12170 (struct sparc_gregset, struct regcache): Ditto.
12171 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12172
12173 2004-01-12 Andrew Cagney <cagney@redhat.com>
12174
12175 * mi/ChangeLog: Delete file. Renamed to ...
12176 * mi/ChangeLog-1999-2003: New file.
12177 * tui/ChangeLog: Delete file. Renamed to ...
12178 * tui/ChangeLog-1998-2003: New file.
12179
12180 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12181
12182 * sparc64nbsd-tdep.c: Include "regset.h".
12183 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12184 Remove variables.
12185 (fetch_core_registers): Remove function.
12186 (sparc64nbsd_core_fns): Remove variable.
12187 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12188 functions.
12189 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12190 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12191 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12192
12193 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12194 sparc_extract_struct_value_address.
12195 (sparc32_gdbarch_init): Set extract_struct_value_address.
12196 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12197 function.
12198 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12199 return_value_on_stack.
12200
12201 * NEWS: Mention that %cs and %ss have been added to the AMD64
12202 configurations
12203
12204 * frame.c: Update copyright year.
12205 (get_prev_frame): Improve comment.
12206
12207 * sparc64fbsd-tdep.c: Include "regset.h".
12208 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12209 Remove variables.
12210 (fetch_core_registers): Remove function.
12211 (sparc64fbsd_core_fns): Remove variable.
12212 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12213 functions.
12214 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12215 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12216 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12217
12218 * sparcnbsd-tdep.c: Include "regset.h".
12219 (fetch_core_registers): Remove function.
12220 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12221 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12222 functions.
12223 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12224 TDEP->fpregset.
12225 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12226
12227 * sparc-tdep.h (struct regset): Provide opaque declaration.
12228 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12229 fpregset and sizeof_fpregset members.
12230 * sparc-tdep.c (struct regset): Provide opaque declaration.
12231 (sparc_regset_from_core_section): New function.
12232 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12233 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12234 Set regset_from_core_section when appropriate.
12235
12236 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12237
12238 * x86-64-tdep.c (amd64_non_pod_p): New function.
12239 (amd64_classify_aggregate): Return class memory for non-POD
12240 C++ structure types.
12241
12242 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12243 argument. Use it to reserve a register if necessary.
12244 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12245 amd64_push_arguments.
12246
12247 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12248
12249 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12250 register numbers in comments.
12251 * x86-64-tdep.h: Update copyright year.
12252 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12253 Adjust for addition of %cs and %ss.
12254 * amd64fbsd-nat.c: Update copyright year.
12255 (reg_offset): Add register offsets for %cs and %ss.
12256 * amd64fbsd-tdep.c: Update copyright year.
12257 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12258 (amd64fbsd_sc_reg_offset): Likewise.
12259 * x86-64-linux-nat.c: Update copyright year.
12260 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12261 and %ss.
12262 * amd64nbsd-nat.c: Update copyright year.
12263 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12264 * amd64nbsd-tdep.c: Update copyright year.
12265 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12266 * x86-64-linux-tdep.c: Update copyright year.
12267 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12268 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12269 * regformats/reg-x86-64.dat: Add %cs and %ss.
12270
12271 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12272 variables to prevent long lines. Update comments to reflect
12273 reality.
12274
12275 2004-01-09 David Carlton <carlton@kealia.com>
12276
12277 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12278 * dwarf2read.c (read_namespace): Pull out name-generating code
12279 into namespace_name. Rename previous_namespace to previous_prefix
12280 and processing_current_namespace to processing_current_prefix..
12281 (namespace_name): New function.
12282 (add_partial_symbol): Substitute uses of pdi->name with
12283 actual_name.
12284 * cp-support.h: Rename processing_current_namespace to
12285 processing_current_prefix.
12286 Update copyright year.
12287 * cp-namespace.c: Rename processing_current_namespace to
12288 processing_current_prefix.
12289 Update copyright year.
12290
12291 2004-01-09 Andrew Cagney <cagney@redhat.com>
12292
12293 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12294
12295 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12296
12297 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12298 complaining.
12299 (process_one_symbol): Deal with N_PATCH stabs.
12300
12301 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12302
12303 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12304 ifdeffed code.
12305 Update copyright year.
12306
12307 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12308
12309 * config/pa/tm-hppa.h: Update extern declarations for
12310 hppa32_hpux_frame_saved_pc_in_sigtramp,
12311 hppa32_hpux_frame_base_before_sigtramp, and
12312 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12313
12314 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12315
12316 * config/pa/tm-hppah.h: Update copyright years.
12317
12318 2004-01-08 Andrew Cagney <cagney@redhat.com>
12319
12320 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12321 (mips_o32_reg_struct_has_addr): Delete function.
12322 (mips_gdbarch_init): Update.
12323 (mips_extract_struct_value_address): Delete function.
12324
12325 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12326
12327 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12328 reality.
12329
12330 2004-01-07 Andrew Cagney <cagney@redhat.com>
12331
12332 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12333 architecture's elf flags (when available).
12334
12335 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12336 FPU to the start, check the MIPS FPU when looking for an old
12337 architecture.
12338 (set_mipsfpu_single_command): Update the architecture.
12339 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12340
12341 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12342 (mips_mask_address_p): Add "tdep" parameter.
12343 (show_mask_address, mips_addr_bits_remove): Update.
12344 (mips_dump_tdep): Update.
12345 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12346 (MIPS_STACK_ARGSIZE): Delete macro.
12347 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12348 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12349 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12350 (mips_dump_tdep): Update.
12351 (MIPS_SAVED_REGSIZE): Delete macro.
12352 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12353 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12354 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12355 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12356 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12357 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12358 (mips_pop_frame, return_value_location): Update.
12359 (mips_n32n64_return_value, mips_dump_tdep): Update.
12360
12361 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12362 MIPS ABI.
12363
12364 * mips-tdep.c: Update copyright.
12365 (mips_gdbarch_init): Merge two code blocks handling the register
12366 name and number layout.
12367
12368 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12369
12370 * tracepoint.c (validate_actionline): Fix segv at EOF
12371
12372 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12373
12374 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12375 properly for static fields.
12376
12377 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12378 Jason Molenda <jmolenda@apple.com>
12379
12380 * disasm.c: Update copyright to include 2004.
12381 (do_mixed_source_and_assembly): For uiout asm list
12382 and tuple cleanups, initialize to null_cleanup instead of
12383 NULL and do so prior to loop. Only reset when we close off
12384 the tuple/list. Move check for whether to close off the
12385 asm tuple/list to after dump_insns call where it will be run
12386 on each loop iteration.
12387
12388 2004-01-05 Andrew Cagney <cagney@redhat.com>
12389
12390 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12391 should be a switch case and not a label.
12392 * mips-tdep.c (mips32_next_pc): Delete unused labels
12393 "greater_equal_branch" and "less_zero_branch".
12394 * jv-valprint.c (java_print_value_fields): Delete unused label
12395 "flush_it".
12396
12397 * target.c (unpush_target): Only close a target that is in the
12398 target stack.
12399
12400 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12401
12402 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12403 address from [sp + 64] instead of %o2.
12404
12405 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12406 fixes PR backtrace/1476.
12407
12408 2004-01-05 Andrew Cagney <cagney@redhat.com>
12409
12410 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12411 move to start of file.
12412 * i386-tdep.h (struct regcache): Add opaque declaration.
12413 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12414 declaration.
12415 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12416 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12417 * win32-nat.c (fake_create_process): Use ISO C style definition.
12418 * stabsread.c (define_symbol): Delete #ifndef
12419 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12420 stabs_argument_has_addr call, macro never defined.
12421
12422 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12423
12424 * op50-rom.c: Delete.
12425 * w89k-rom.c: Delete.
12426 * Makefile.in: Remove references.
12427
12428 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12429
12430 * x86-64-tdep.c: Update copyright year.
12431 (struct amd64_register_info): Rename from x86_64_register_info.
12432 (amd64_register_info): Rename from x86_64_register_info.
12433 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12434 (amd64_register_name): Rename from x86_64_register_name.
12435 (amd64_register_type): Rename from x86_64_register_type.
12436 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12437 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12438 (amd64_dwarf_reg_to_regnum): Rename from
12439 x86_64_dwarf_reg_to_regnum.
12440 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12441 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12442 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12443 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12444 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12445 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12446 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12447 (amd64_frame_cache): Rename from x86_64_frame_cache.
12448 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12449 (amd64_frame_prev_register): Rename from
12450 x86_64_frame_prev_register.
12451 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12452 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12453 (amd64_sigtramp_frame_cache): Rename from
12454 x86_64_sigtramp_frame_cache.
12455 (amd64_sigtramp_frame_prev_register): Rename from
12456 x86_64_sigtramp_frame_prev_register.
12457 (amd64_sigtramp_frame_unwind): Rename from
12458 x86_64_sigtramp_frame_unwind.
12459 (amd64_sigtramp_frame_sniffer): Rename from
12460 x86_64_sigtramp_frame_sniffer.
12461 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12462 (amd64_frame_base): Rename from x86_64_frame_base.
12463 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12464 (amd64_frame_align): Rename from x86_64_frame_align.
12465 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12466 (amd64_regset_from_core_section): Rename from
12467 x86_64_regset_from_core_section.
12468 (x86_64_init_abi): Update comments.
12469
12470 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12471
12472 * MAINTAINERS (write after approval): Add myself.
12473
12474 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12475
12476 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12477 `float' arguments.
12478
12479 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12480
12481 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12482 such that it mentions a specific version of GCC that exhibits this
12483 bug.
12484
12485 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12486
12487 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12488 structure that has a single `float' member, store it in %f1 in
12489 addition to %f0.
12490
12491 * sparc-sol2-nat.c: Add missing '\'.
12492
12493 * sparc-tdep.c (sparc32_return_value): New function.
12494 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12495 Remove functions.
12496 (sparc32_gdbarch_init): Set return_value, don't set
12497 extract_return_value, store_return_value, use_struct_convention
12498 and return_value_on_stack.
12499
12500 * sparc-sol2-nat.c: Add missing ')'.
12501
12502 2004-01-03 J. Brobecker <brobecker@gnat.com>
12503
12504 * infrun.c (handle_step_into_function): New function.
12505 (handle_inferior_event): Extract out some code into the new
12506 function above.
12507
12508 2004-01-03 J. Brobecker <brobecker@gnat.com>
12509
12510 * infrun.c (handle_inferior_event): Move the declaration of
12511 real_stop_pc inside the if blocks where it is used.
12512
12513 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12514
12515 * sparc64-tdep.c (sparc64_16_byte_align_p)
12516 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12517 Use check_typedef to get subtypes of structures and unions.
12518 (sparc64_store_return_value): Fix calculation of the appropriate
12519 offset into VALBUF when storing a structure or union.
12520 (sparc64_return_value): New function.
12521 (sparc64_use_struct_convention): Remove function.
12522 (sparc64_init_abi): Set return_value, don't set
12523 extract_return_value, store_return_value and
12524 use_struct_convention.
12525
12526 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12527
12528 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12529 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12530 gdb/config/alpha/xm-alphaosf.h,
12531 gdb/config/powerpc/tm-ppcle-eabi.h,
12532 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12533 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12534 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12535 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12536 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12537 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12538 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12539 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12540 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12541 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12542 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12543 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12544 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12545 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12546 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12547 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12548 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12549 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12550 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12551 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12552 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12553 Remove lines for .cvsignore files.
12554
12555 2004-01-03 J. Brobecker <brobecker@gnat.com>
12556
12557 * infrun.c: Back out the previous change.
12558
12559 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12560
12561 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12562 sparc-*-sunos4* to the list of REMOVED configurations.
12563
12564 * configure.tgt: Add back sparc-*-vxworks*.
12565 * remote-vxsparc.c: Remove all includes except for "defs.h",
12566 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12567 Include "sparc-tdep.h".
12568 (SPARC_R_G1): New define.
12569 (vxsparc_gregset): New variable.
12570 (ext_format_sparc): Remove extern declaration.
12571 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12572 sparc32_supply_fpregset.
12573 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12574 sparc_collect_rwindow and sparc32_collect_fpregset.
12575 * config/sparc/tm-vxworks.h: New file, based on recently removed
12576 tm-vxsparc.h.
12577 * config/sparc/vxworks.mt: New file, based on recently removed
12578 vxworks.mt.
12579
12580 2004-01-03 J. Brobecker <brobecker@gnat.com>
12581
12582 * infrun.c (handle_step_into_function): New function.
12583 (handle_inferior_event): Extract out some code into the new
12584 function above.
12585
12586 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12587
12588 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12589 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12590 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12591 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12592 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12593 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12594 (sparc_nat_h): New variable.
12595 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12596 (tm-sun4os4.h): Remove dependency.
12597 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12598 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12599 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12600 sparc-tdep.o): Update dependencies.
12601 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12602 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12603 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12604 dependencies.
12605 * configure.host: Remove existing sparc-*-lynxos*,
12606 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12607 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12608 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12609 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12610 triplets.
12611 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12612 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12613 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12614 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12615 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12616 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12617 sparc64-*-solaris2* and sparc64-*-* triplets.
12618 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12619 "symtab.h" and "objfiles.h".
12620 (BIAS): Remove define.
12621 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12622 (X_DISP19): Remove macros.
12623 (sparc_fetch_instruction): Remove function.
12624 (struct gdbarch_tdep): Remove definition.
12625 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12626 (sparc_breakpoint_from_pc): Remove function.
12627 (struct sparc64_frame_cache): Remove definition.
12628 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12629 sparc64_unwind_pc): Remove functions.
12630 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12631 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12632 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12633 (sparc64_frame_cache): Change return type to `struct
12634 sparc_frame_cache *'. Simply call sparc_frame_cache.
12635 (sparc64_frame_this_id, sparc64_frame_prev_register,
12636 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12637 instead of `struct sparc64_frame_cache.
12638 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12639 sparc_analyze_control_transfer, sparc_software_single_step,
12640 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12641 _initialize_sparc64_tdep): Remove functions.
12642 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12643 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12644 macros.
12645 (sparc64_supply_gregset, sparc64_collect_gregset,
12646 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12647 (sparc64_init_abi): New function.
12648 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12649 inclusion guard. Include "sparc-tdep.h".
12650 (BIAS): Define.
12651 (r_tstate_offset, r_fprs_offset): New defines.
12652 (enum sparc_regnum): Remove defenition.
12653 (enum sparc64_regnum): Reformat.
12654 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12655 (sparc64_init_abi, sparc64_supply_gregset,
12656 sparc64_collect_gregset, sparc64_supply_fpregset,
12657 sparc64_collect_fpregset): New prototypes.
12658 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12659 Add extern declarations.
12660 (sparc64_sol2_init_abi): New prototype.
12661 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12662 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12663 prototypes.
12664 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12665 "sparnbsd-nat.h".
12666 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12667 functions.
12668 (_initialize_sparc64fbsd_nat): Remove initialization of
12669 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12670 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12671 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12672 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12673 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12674 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12675 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12676 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12677 (sparc64fbsd_r_y_offset): Remove variables.
12678 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12679 Make static and const.
12680 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12681 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12682 functions.
12683 (sparc64fbsd_gregset): New variable.
12684 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12685 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12686 and sparc64_supply_fpregset.
12687 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12688 (sparc64fbsd_sigtramp_frame_this_id)
12689 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12690 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12691 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12692 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12693 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12694 * sparcnbsd-tdep.c: Update copyright year. Include
12695 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12696 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12697 "value.h" and "sparcnbsd-tdep.h".
12698 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12699 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12700 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12701 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12702 defines.
12703 (sparcnbsd_gregset): New variable.
12704 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12705 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12706 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12707 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12708 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12709 variables.
12710 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12711 (sparc32nbsd_sigcontext_frame_this_id)
12712 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12713 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12714 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12715 (sparcnbsd_get_longjmp_target_32,
12716 sparcnbsd_get_longjmp_target_64): Remove functions.
12717 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12718 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12719 sparcnbsd_init_elf): Remove.
12720 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12721 (sparcnbsd_elf_init_abi): New functions.
12722 (_initialize_sparcnbsd_tdep): New prototype.
12723 (_initialize_sparnbsd_tdep): Update.
12724 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12725 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12726 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12727 * config/sparc/linux.mh: Update comment.
12728 (XM_FILE, HOST_IPC): Remove variables.
12729 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12730 sparc-linux-nat.o.
12731 * config/sparc/linux.mt: Update comment.
12732 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12733 * config/sparc/nbsd.mt: Reformat.
12734 * config/sparc/nbsd64.mh: Update comment.
12735 (NATDEPFILES): Add sparc-nat.o.
12736 * config/sparc/nbsd64.mt: Update comment.
12737 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12738 (TM_FILE): Set to tm-nbsd.h.
12739 * config/sparc/nbsdelf.mh: Update comment.
12740 (NATDEPFILES): Add sparc-nat.o.
12741 (XM_FILE): Delete.
12742 * config/sparc/nbsdaout.mh: Update comment.
12743 (NATDEPFILES): Add sparc-nat.o
12744 (XM_FILE): Delete.
12745 * config/sparc/nm-linux.h: Update copyright year. Don't include
12746 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12747 inclusion.
12748 (KERNEL_U_SIZE): Remove define.
12749 (kernel_u_size): Remove prototype.
12750 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12751 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12752 "regcache.h".
12753 (CHILD_PREPARE_TO_STORE): Remove define.
12754 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12755 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12756 sparcnbsd-nat.c: Rewrite files.
12757 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12758 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12759 sparcnbsd-tdep.h: Remove files.
12760 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12761 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12762 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12763 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12764 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12765 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12766 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12767 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12768 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12769 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12770 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12771 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12772 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12773 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12774 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12775 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12776 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12777 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12778 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12779
12780 2004-01-02 Andrew Cagney <cagney@redhat.com>
12781
12782 From 2003-12-18 Kazuhiro Inaoka:
12783 * configure.host: Add m32r-linux target.
12784
12785 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12786
12787 * top.c (print_gdb_version): Update year to 2004.
12788
12789 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12790
12791 * MAINTAINERS: Add myself to the write-after-approval category.
12792
12793 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12794
12795 From Bernardo Innocenti <bernie@develer.com>:
12796 * configure.tgt: Add uClinux target.
12797
12798 2004-01-02 Andrew Cagney <cagney@redhat.com>
12799
12800 * utils.c (do_my_cleanups): Make static, add forward declaration.
12801 * defs.h (do_my_cleanups): Delete declaration.
12802
12803 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12804
12805 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12806 bfd/ChangeLog-0203.
12807
12808 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12809
12810 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12811 in <machine/reg.h>.
12812 * configure, config.in: Regenerate.
12813
12814 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12815 tui/ChangeLog-1998-2003.
12816 \f
12817 Local Variables:
12818 mode: change-log
12819 left-margin: 8
12820 fill-column: 74
12821 version-control: never
12822 End:
This page took 0.302179 seconds and 4 git commands to generate.