* ada-typeprint.c (ada_print_type): Use int_string for printing
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
2
3 * ada-typeprint.c (ada_print_type): Use int_string for printing
4 modulus of modular type.
5 * ada-lang.h (ada_modulus): Change return type to unsigned.
6 * ada-lang.c (ada_language_arch_info): Correct type of
7 string_char_type.
8 (ada_modulus): Return unsigned result.
9 (ada_lookup_symbol): Remove user disambiguation and modify comment
10 accordingly.
11
12 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
13
14 Committed by Paul Hilfinger.
15 * ada-lang.c (decode_packed_array): On big-endian targets,
16 left-justify the value if it comes with a modular type.
17
18 2004-10-08 Joel Brobecker <brobecker@gnat.com>
19
20 Committed by Paul Hilfinger.
21 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
22 (is_name_suffix): Add support for "___JM" suffixes.
23 (ada_check_typedef): Renames ada_completed_type.
24 Update all users of CHECK_TYPEDEF, check_typedef, and
25 ada_complete_type to call ada_check_typedef.
26 * ada-typeprint.c: Likewise.
27 * ada-valprint.c: Likewise.
28
29 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
30
31 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
32
33 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
34
35 * MAINTAINERS: Update e-mail address.
36
37 2004-10-07 Daniel Jacobowitz <dan@debian.org>
38
39 From Maciej W. Rozycki <macro@mips.com>:
40 * mips-tdep.c (mips32_next_pc): Check the register's contents,
41 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
42
43 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
44
45 * m32r-tdep.c (decode_prologue): Support functions written
46 in assembler language. Recognize trap instructions as the
47 end of prologue.
48 (m32r_frame_unwind_cache): Ditto.
49 (m32r_skip_prologue): Extend search limit. Quit analyzing
50 prologue if pc's location is not readable.
51
52 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
53
54 * Makefile.in (.l.c): Do conversions of names of alloc and free
55 functions that are done for .y.c files, plus special one
56 for yy_flex_realloc. Also, correct missing-file tests here.
57 * ada-lex.l (malloc, free): Remove macros.
58 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
59 xrealloc.
60 (ada_flex_use): Dummy definition to remove warnings about unused
61 functions.
62 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
63 to suppress warning.
64
65 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
66
67 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
68 RETURN_VALUE.
69 (sh_return_value_fpu): Ditto for CPUs with FPU.
70 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
71 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
72 Install sh_return_value_nofpu resp. sh_return_value_fpu as
73 RETURN_VALUE functions.
74
75 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
76
77 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
78 (sh_pseudo_register_write): Ditto.
79
80 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
81
82 * sh-tdep.c (IS_MACL_STS): New define.
83 (IS_MOVI20): Ditto.
84 (IS_MACL_LDS): Ditto.
85 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
86 instructions in prologue.
87 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
88 instructions in epilogue.
89
90 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
91
92 * sh-tdep.c (SH_NUM_REGS): Define as 67.
93 (sh_sh_register_name): Add eight empty register names.
94 (sh_sh3_register_name): Ditto.
95 (sh_sh3e_register_name): Ditto.
96 (sh_sh2e_register_name): Ditto.
97 (sh_sh2a_register_name): New function, defining SH2A register set.
98 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
99 in nofpu case.
100 (sh_sh_dsp_register_name): Add eight empty register names.
101 (sh_sh3_dsp_register_name): Ditto.
102 (sh_sh4_register_name): Ditto.
103 (sh_sh4_nofpu_register_name): Ditto.
104 (sh_sh4al_dsp_register_name): Ditto.
105 (sh2a_show_regs): New function.
106 (sh2a_nofpu_show_regs): New function.
107 (sh_sh2a_register_type): New function.
108 (do_bank_register_info): New function.
109 (sh_print_pseudo_register): Call do_bank_register_info.
110 Call sh_print_pseudo_register for valid "bank" register.
111 (sh_sh2a_register_sim_regno): New function.
112 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
113 Increment pseudo register count by one for all sh variants with
114 pseudo registers to accomodate pseudo bank register.
115 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
116 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
117 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
118 Increment pseudo register numbers.
119
120 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
121
122 * dwarf2read.c (read_subroutine_type): Call make_function_type
123 instead of lookup_function_type.
124
125 2004-10-05 Jim Blandy <jimb@redhat.com>
126
127 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
128 (Previous change missed some uses.)
129
130 2004-10-05 Andrew Cagney <cagney@gnu.org>
131
132 * target.h (deprecated_child_ops): Rename child_ops.
133 * wince.c: Update copyright. Rename child_ops.
134 * win32-nat.c: Rename child_ops.
135 * target.c: Rename child_ops.
136 * rs6000-nat.c: Rename child_ops.
137 * linux-nat.c: Rename child_ops.
138 * infttrace.c: Rename child_ops.
139 * inftarg.c: Rename child_ops.
140 * infptrace.c: Rename child_ops.
141 * hppah-nat.c: Update copyright. Rename child_ops.
142 * hpux-thread.c: Update copyright. Rename child_ops.
143
144 2004-10-05 Daniel Jacobowitz <dan@debian.org>
145
146 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
147
148 2004-10-05 Andrew Cagney <cagney@gnu.org>
149
150 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
151
152 2004-10-05 Daniel Jacobowitz <dan@debian.org>
153
154 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
155 (die_ref_table): Remove.
156 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
157 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
158 the usage of this type.
159 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
160 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
161 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
162 (dwarf2_create_include_psymtab): Update comment.
163 (find_partial_die): Remove third argument. Remove unreachable call
164 to error ().
165 (dwarf2_find_containing_comp_unit): Update comments. Change one
166 assertion to an error. Remove an unreachable error.
167 (dwarf2_find_comp_unit): Update comments.
168 (type_at_offset): Remove dead code.
169 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
170 (store_in_ref_table): Add CU argument.
171 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
172 inter-compilation-unit references.
173 (load_full_comp_unit, process_full_comp_unit): New functions, based
174 on psymtab_to_symtab_1.
175 (psymtab_to_symtab_1): Use them.
176 (dwarf2_add_dependence): New function.
177 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
178 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
179 (partial_die_parent_scope, guess_structure_name): Update for changes
180 to find_partial_die.
181 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
182 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
183 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
184 (read_die_and_children): Update call to store_in_ref_table.
185 (do_free_die_list_cleanup): Remove.
186 (fixup_partial_die): Update for changes to find_partial_die.
187 (read_full_die): Handle queueing absolute references.
188 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
189 (dwarf2_attr, die_specification, die_type)
190 (die_containing_type, dwarf2_extension): Update calls to
191 follow_die_ref.
192 (dump_die): Update DW_FORM_ref* handling.
193 (dwarf2_get_ref_die_offset): Likewise.
194 (free_one_comp_unit): Release the dies list.
195 (dwarf2_mark_helper): New function.
196 (dwarf2_mark): Use it.
197
198 2004-10-05 Mark Kettenis <kettenis@jive.nl>
199
200 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
201 when writing to memory.
202
203 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
204
205 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
206 (m32r_extract_struct_value_address): Delete function.
207 (m32r_return_value): New function.
208 (m32r_gdbarch_init): Instead of store_return_value,
209 extract_return_value, deprecated_extract_struct_value_address
210 and deprecated_use_struct_convention, set return_value.
211
212 2004-10-03 Daniel Jacobowitz <dan@debian.org>
213
214 * dwarf2read.c (read_subrange_type): Add comment for variable
215 sized arrays.
216
217 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
218
219 * Makefile.in (.l.c): Modify rule for compatibility with recent
220 versions of flex, and remove most command-line options.
221 * ada-lex.l: Add %options line in place of -I -i and -s command-line
222 options.
223
224 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
225
226 Turn on initial Ada support (mainly expression evaluation).
227
228 * Makefile.in (SFILES): Remove ada-tasks.c.
229 (HFILES_NO_SRCDIR): Add ada-lang.h.
230 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
231 (YYOBJ): Add ada-exp.o.
232 (rule .l.c): Generalize to not mention ada.
233 * symtab.c: Include ada-lang.h.
234 (symbol_natural_name, symbol_demangled_name)
235 (symbol_search_name): Add Ada case.
236
237 2004-10-01 Andrew Cagney <cagney@gnu.org>
238
239 * Makefile.in (COMMON_OBS): Add inf-child.o.
240 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
241 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
242 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
243 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
244 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
245 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
246 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
247 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
248 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
249 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
250 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
251 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
252 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
253
254 * target.c (xfer_using_stratum): Change return type to LONGEST.
255 On each iteration offset, readbuf and writebuf.
256 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
257 partial_length, and read/modify/write predicate, update comments.
258 Pass buffer.word to ptrace write.
259
260 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
261
262 * symfile.c (init_filename_language_table): Add extensions for
263 Ada.
264 * defs.h (enum language): Add language_ada.
265 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
266 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
267 (add_symbols_from_enclosing_procs): Make a no-op for now.
268 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
269 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
270 (find_line_in_linetable, find_next_line_in_linetable)
271 (read_all_symtabs, is_plausible_func_for_line)
272 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
273 (is_runtime_sym_defined, check_size): Remove declaration.
274 (function_name_from_pc, ada_translate_error_message)
275 (ada_lookup_minimal_symbol): Remove definition.
276 (ada_add_block_symbols): Remove useless label.
277 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
278 useless declaration.
279 (ada_is_exception_sym): Likewise.
280
281 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
282
283 Add m32r-linux support.
284 * configure.tgt: Add m32r*-*-linux*.
285 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
286 and m32r-linux-tdep.c.
287 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
288 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
289 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
290 m32r-linux-tdep.c.
291 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
292 config/m32r/linux.mh, config/m32r/linux.mt,
293 config/m32r/nm-linux.h: New files.
294
295 2004-09-30 Joel Brobecker <brobecker@gnat.com>
296
297 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
298 (mips32_fetch_instruction): Remove, unused.
299
300 2004-09-30 Joel Brobecker <brobecker@gnat.com>
301
302 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
303 conditions that will always be true.
304
305 2004-09-30 Mark Kettenis <kettenis@gnu.org>
306
307 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
308 (vaxbsd_fetch_inferior_registers): Rename from
309 fetch_inferior_registers. Make static.
310 (vaxbsd_store_inferior_registers): Rename from
311 store_inferior_registers. Make static.
312 (_initialize_vaxbsd_nat): Construct and add target vector.
313 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
314 inftarg.o. Add inf-child.o and inf-ptrace.o.
315 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
316 inftarg.o. Add inf-child.o and inf-ptrace.o.
317 (NAT_FILE): Remove.
318 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
319 inftarg.o. Add inf-child.o and inf-ptrace.o.
320 (NAT_FILE): Remove.
321 * Makefile.in (vaxbsd-nat.o): Update dependencies.
322
323 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
324 (m88kbsd_fetch_inferior_registers): Rename from
325 fetch_inferior_registers. Make static.
326 (m88kbsd_store_inferior_registers): Rename from
327 store_inferior_registers. Make static.
328 (_initialize_m88kbsd_nat): New prototype and function.
329 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
330 inftarg.o. Add inf-child.o and inf-ptrace.o.
331 (NAT_FILE): Remove.
332 * Makefile.in (m88kbsd-nat.o): Update dependencies.
333
334 2004-09-30 Andrew Cagney <cagney@gnu.org>
335
336 * target.c (target_xfer_partial): New function.
337 (target_read_memory_partial, target_write_memory_partial)
338 (default_xfer_partial, target_read_partial, target_write_partial)
339 (xfer_using_stratum): Use.
340 (debug_to_xfer_partial): Delete function.
341 (setup_target_debug): Do not override to_xfer_partial.
342
343 2004-09-30 Mark Kettenis <kettenis@chello.nl>
344
345 * fork-child.c: Update copyright year. Fix coding style.
346
347 2004-09-29 Mark Kettenis <kettenis@gnu.org>
348
349 * defs.h (msavestring, mstrsave): Remove prototypes.
350 * utils.c (msavestring, mstrsave): Remove functions.
351 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
352 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
353 of mstrsave.
354 * source.c (find_and_open_source): Use xstrdup instead of
355 mstrsave.
356
357 2004-09-30 Andrew Cagney <cagney@gnu.org>
358
359 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
360 (inf_ptrace_xfer_memory): Delete.
361 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
362 (target_read_memory, target_write_memory): Use xfer_using_stratum
363 when target_xfer_partial_p.
364 (debug_target): Move to start of file.
365 (target_read_memory_partial, target_write_memory_partial): Use
366 to_xfer_partial when target_xfer_partial_p.
367
368 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
369 inf_ptrace_xfer_memory with equivalent code.
370 * inftarg.c (child_xfer_partial): When performing a write, pass
371 writebuf to child_xfer_memory.
372
373 * target.c (target_read_string): Use target_read_memory instead of
374 target_xfer_memory.
375
376 2004-09-29 Andrew Cagney <cagney@gnu.org>
377
378 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
379 the address of status.
380
381 * infptrace.c (ptrace_wait): Mention problem with HPUX.
382 (kill_inferior): Inline ptrace_wait call.
383 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
384 * inftarg.c (child_wait): Inline ptrace_wait call.
385
386 * target.h (struct target_ops): Delete field to_post_wait.
387 (target_post_wait): Delete macro.
388 (child_post_wait): Delete declaration.
389 * target.c (update_current_target, update_current_target)
390 (debug_to_post_wait, setup_target_debug): Delete functions and
391 references.
392 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
393 * inftarg.c (child_post_wait): Delete.
394 (init_child_ops): Do not set to_post_wait.
395 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
396 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
397 * inf-child.c (inf_child_post_wait): Delete.
398 (inf_child_target): Do not set to_post_wait.
399 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
400 (inf_ptrace_target): Do not set to_post_wait.
401
402 * wince.c (child_ops): Delete.
403 * win32-nat.c (child_ops): Delete.
404
405 * inftarg.c (inftarg_set_find_memory_regions)
406 (inftarg_set_make_corefile_notes): Delete functions.
407 (_initialize_linux_nat): Inline calls.
408
409 * target.h (child_ops): Declare.
410 * inftarg.c (child_ops): Move from here ...
411 * target.c (child_ops): ... to here.
412 * wince.c (child_ops): Delete extern declaration.
413 * win32-nat.c (child_ops): Delete extern declaration.
414 * linux-nat.c (child_ops): Delete extern declaration.
415 * hpux-thread.c (child_ops): Delete extern declaration.
416
417 2004-09-28 Mark Kettenis <kettenis@gnu.org>
418
419 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
420
421 2004-09-28 Mark Kettenis <kettenis@gnu.org>
422
423 * configure.in: Only set host_makefile_frag when building a native
424 debugger.
425 * configure: Regenerate.
426
427 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
428 for OpenBSD ELF.
429
430 2004-09-28 Andrew Cagney <cagney@gnu.org>
431
432 Problem identified by Paul Hilfinger.
433 * Makefile.in (ada_lex_c): Define.
434 (ada-lex.o): Delete rule.
435
436 * linux-proc.c: Delete file.
437 * Makefile.in: Update.
438 * config/sparc/linux64.mh (NATDEPFILES):
439 * config/sparc/linux.mh (NATDEPFILES): Update.
440 * config/s390/s390.mh (NATDEPFILES): Update.
441 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
442 * config/powerpc/linux.mh (NATDEPFILES): Update.
443 * config/pa/linux.mh (NATDEPFILES): Update.
444 * config/mips/linux.mh (NATDEPFILES): Update.
445 * config/m68k/linux.mh (NATDEPFILES): Update.
446 * config/ia64/linux.mh (NATDEPFILES): Update.
447 * config/i386/linux64.mh (NATDEPFILES): Update.
448 * config/i386/linux.mh (NATDEPFILES): Update.
449 * config/arm/linux.mh (NATDEPFILES): Update.
450 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
451 * linux-nat.c: Update copyright. Include <sys/param.h>,
452 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
453 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
454 (O_LARGEFILE): Possibly define.
455 (_initialize_linux_nat, linux_proc_pending_signals)
456 (add_line_to_sigset, linux_proc_xfer_memory)
457 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
458 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
459 (struct linux_corefile_thread_data)
460 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
461 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
462
463 2004-09-16 Andrew Cagney <cagney@gnu.org>
464
465 * lin-lwp.c: Delete file.
466 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
467 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
468 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
469 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
470 (linux_nat_attach, detach_callback, linux_nat_detach)
471 (resume_callback, resume_clear_callback, linux_nat_resume)
472 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
473 (stop_wait_callback, linux_nat_has_pending, flush_callback)
474 (status_callback, running_callback, count_events_callback)
475 (select_singlestep_lwp_callback, select_event_lwp_callback)
476 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
477 (child_wait, stop_and_resume_callback, linux_nat_wait)
478 (kill_callback, kill_wait_callback, linux_nat_kill)
479 (linux_nat_create_inferior, linux_nat_mourn_inferior)
480 (linux_nat_xfer_memory, linux_nat_thread_alive)
481 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
482 (_initialize_linux_nat): New functions.
483 * Makefile.in: Update all dependencies.
484 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
485 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
486 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
487 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
488 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
489 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
490 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
491 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
492 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
493 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
494 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
495 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
496 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
497
498 2004-09-27 Mark Kettenis <kettenis@gnu.org>
499
500 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
501 config/i386/obsd64.mh (NAT_FILE): Remove variable.
502
503 * configure.in: Don't comment out NATDEPFILES in the generated
504 Makefile if NAT_FILE is unset.
505 * configure: Regenerate.
506
507 2004-09-27 Andrew Cagney <cagney@gnu.org>
508
509 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
510 (insert_step_resume_breakpoint): Delete.
511 (insert_step_resume_breakpoint_at_frame): New function.
512 (insert_step_resume_breakpoint_at_sal): New function.
513 (handle_inferior_event, step_into_function)
514 (insert_step_resume_breakpoint): Simplify by using same.
515
516 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
517
518 2004-09-26 Mark Kettenis <kettenis@gnu.org>
519
520 * fbsd-proc.c: Remove file.
521 * Makefile.in (fbsd-proc.o): Remove dependency.
522
523 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
524 code together.
525
526 * config/i386/nm-fbsd64.h: Remove file.
527 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
528
529 2004-09-26 Mark Kettenis <kettenis@gnu.org>
530
531 * amd64-nat.h: Update copyright year.
532 (amd64bsd_target): New prototype.
533 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
534 (amd64bsd_target): New function.
535 (amd64bsd_fetch_inferior_registers): Rename from
536 fetch_inferior_registers. Make static.
537 (amd64bsd_store_inferior_registers): Rename from
538 store_inferior_registers. Make static.
539 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
540 (_initialize_amd64fbsd_nat): Construct and add target vector.
541 * amd64nbsd-nat.o: Include "target.h".
542 (_initialize_amd64nbsd_nat): Construct and add target vector.
543 * amd64obsd-nat.c: Include "target.h".
544 (_initialize_amd64obsd_nat): Construct and add target vector.
545 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
546 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
547 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
548 fbsd-nat.o.
549 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
550 Remove infptrace.o and inftarg.o. Add inf-child.o and
551 inf-ptrace.o.
552 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
553 (amd64obsd-nat.o): Update dependencies.
554
555 2004-09-25 Mark Kettenis <kettenis@gnu.org>
556
557 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
558 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
559 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
560 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
561 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
562
563 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
564 Inline attach call.
565 (inf_ptrace_detach): Inline detach call.
566
567 * configure.in: Check for waddstr instead of mvwaddstr when
568 searching for curses library. Check for wborder.
569 * configure, config.in: Regenerate.
570 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
571 available.
572
573 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
574
575 2004-09-24 Robert Picco <Robert.Picco@hp.com>
576
577 Committed by Andrew Cagney.
578 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
579 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
580 configuration.
581 (fetch_register_using_p): Implement 'p' packet. Based on code by
582 Fernando Nasser.
583 (remote_fetch_registers): Call fetch_register_using_p.
584 (init_all_packet_configs, show_remote_cmd)
585 (_initialize_remote): Add p-packet.
586
587 2004-09-24 Mark Kettenis <kettenis@gnu.org>
588
589 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
590 instead of call_ptrace. Call wait directly instead of
591 ptrace_wait.
592 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
593 (inf_ptrace_wait): Inline ptrace_wait call.
594
595 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
596
597 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
598 rolled back instead.
599
600 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
601
602 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
603 the new argument order.
604
605 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
606
607 * MAINTAINERS: Remove "broken" from XStormy16 entry.
608 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
609 (struct gdbarch_tdep): Remove.
610 (struct xstormy16_frame_cache): New frame cache structure.
611 (xstormy16_register_byte, xstormy16_register_raw_size)
612 (xstormy16_reg_virtual_type, xstormy16_register_type)
613 (xstormy16_push_arguments, xstormy16_push_return_address)
614 (xstormy16_pop_frame, xstormy16_store_struct_return)
615 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
616 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
617 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
618 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
619 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
620 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
621 (xstormy16_use_struct_convention): Drop gcc_p parameter.
622 (xstormy16_extract_return_value, xstormy16_store_return_value):
623 Regcachify. Drop useless struct convention handling.
624 (xstormy16_register_type, xstormy16_return_value)
625 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
626 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
627 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
628 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
629 (xstormy16_unwind_sp, xstormy16_unwind_pc)
630 (xstormy16_unwind_dummy_id) : New functions.
631 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
632 of xstormy16_scan_prologue.
633 (xstormy16_frame_unwind): New frame_unwind structure.
634 (xstormy16_frame_base): New frame_base structure.
635 (xstormy16_gdbarch_init): Accomodate all of the above changes.
636 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
637
638 2004-09-22 Mark Kettenis <kettenis@gnu.org>
639
640 * language.c (language_gdbarch_post_init): Fix off-by one error.
641
642 2004-09-21 Daniel Jacobowitz <dan@debian.org>
643
644 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
645 (struct dwarf2_offset_and_type): New.
646 (set_die_type, reset_die_and_siblings_types, get_die_type)
647 (offset_and_type_hash, offset_and_type_eq): New functions.
648 (read_structure_type, read_enumeration_type, read_array_type)
649 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
650 (read_tag_reference_type, read_tag_const_type)
651 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
652 (read_typedef, read_base_type, read_subrange_type): Use
653 set_die_type.
654
655 2004-09-20 Daniel Jacobowitz <dan@debian.org>
656
657 * Makefile.in (dwarf2read.o): Update dependencies.
658 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
659 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
660 and read_in_chain.
661 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
662 mark, and has_form_ref_addr.
663 (struct dwarf2_per_cu_data): New.
664 (dwarf2_max_cache_age): New.
665 (dwarf2_build_psymtabs_hard): Free cached compilation units
666 after loading. Create and manage the list of compilation units.
667 Remove unnecessary NULL initialization. Fix indentation.
668 (psymtab_to_symtab_1): Initialize all of CU.
669 (dwarf2_read_abbrevs): Set has_form_ref_addr.
670 (find_partial_die): Use dwarf2_find_containing_comp_unit
671 and load_comp_unit.
672 (free_stack_comp_unit): Update comments. Clear the per-cu
673 pointer. Handle aging.
674 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
675 (age_cached_comp_units, free_one_cached_comp_unit)
676 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
677 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
678 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
679 (show_dwarf2_cmd): New.
680 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
681 and "maint show dwarf2 max-cache-age".
682 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
683 externs.
684 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
685 global.
686
687 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
688
689 * dwarf2read.c (typename_concat): Change prototype to accept obstack
690 and dwarf2_cu struct pointer as arguments. Change function to use
691 obstack if provided and use dwarf2_cu to determine language-specific
692 separator.
693 (partial_die_parent_scope): Change comment to include java. Use
694 new version of typename_concat instead of obconcat.
695 (partial_die_full_name): Use typename_concat.
696 (read_namespace): Ditto.
697 (read_enumeration_type): Use typename_concat instead of obconcat.
698 (new_symbol): Ditto.
699 (add_partial_symbol): Enhance tests for C++ to also test for Java.
700 (guess_structure_name): Ditto.
701 (read_subroutine_type): Ditto.
702 (read_structure_type): Ditto.
703 (is_vtable_name): Add Java support.
704 (determine_class_name): Switch to new typename_concat call.
705 (determine_prefix): Switch to new typename_concat call.
706 * jv-exp.y (FuncStart): New pattern.
707 (MethodInvocation): Add support for simple function calls. Change
708 warning message for other forms of inferior call currently not
709 supported.
710 * valarith.c (value_subscript): Treat an array with upper-bound
711 of -1 as unknown size.
712
713 2004-09-20 Daniel Jacobowitz <dan@debian.org>
714
715 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
716 (lookup_partial_symtab): Use symtab_to_fullname.
717
718 2004-09-19 Jim Blandy <jimb@redhat.com>
719
720 * minsyms.c (lookup_minimal_symbol): Doc fix.
721
722 2004-09-20 Andrew Cagney <cagney@gnu.org>
723
724 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
725 CHILD_RESUME.
726 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
727 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
728 KILL_INFERIOR.
729 * infptrace.c: Update.
730
731 2004-09-19 Daniel Jacobowitz <dan@debian.org>
732
733 * symtab.c (output_source_filename): Mark first argument as const.
734 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
735 for "info sources" output.
736
737 2004-09-20 Mark Kettenis <kettenis@gnu.org>
738
739 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
740 <machine/vmparam.h>.
741 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
742 (register_u_addr): Remove prototype.
743
744 2004-09-19 Mark Kettenis <kettenis@gnu.org>
745
746 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
747 (i386bsd_fetch_inferior_registers): Rename from
748 fetch_inferior_registers. Make static.
749 (i386bsd_store_inferior_registers): Rename from
750 store_inferior_registers. Make static.
751 (i386bsd_target): New function.
752 * i386bsd-nat.h: New file.
753 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
754 "i386bsd-nat.h".
755 (i386fbsd_resume): Rename from child_resume. Make static.
756 (_initialize_i386fbsd_nat): Construct and add target vector.
757 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
758 (_initialize_i386nbsd_nat): Construct and add target vector.
759 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
760 Remove defines.
761 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
762 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
763 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
764 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
765 (LOADLIBES): New variable.
766 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
767 inf-ptrace.o. Remove inftarg.o.
768 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
769 inf-ptrace.o. Remove inftarg.o.
770 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
771 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
772 (LOADLIBES): New variable.
773 * Makefile.in (i386bsd_nat_h): New variable.
774 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
775 dependencies.
776
777 * sparc64nbsd-tdep.c: Include "objfiles.h".
778 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
779 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
780 svr4_lp64_fetch_link_map_offsets.
781 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
782 "nbsd-tdep.h".
783 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
784 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
785 svr4_lp64_fetch_link_map_offsets.
786 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
787 dependencies.
788
789 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
790 * fbsd-nat.h: New file.
791 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
792 (fbsd_nat_h): New variable.
793 (fbsd-nat.o): New dependency.
794
795 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
796 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
797
798 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
799 comment.
800
801 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
802
803 * ada-exp.y (type_int): New function to add layer of abstraction
804 around references to expression types.
805 (type_long): Ditto.
806 (type_long_long): Ditto.
807 (type_float): Ditto.
808 (type_double): Ditto.
809 (type_long_double): Ditto.
810 (type_char): Ditto.
811 (type_system_address): Ditto.
812 (simple_exp): Use type_* functions in place of builtin_*
813 variables.
814 (exp): Ditto.
815 (write_var_from_name): Ditto.
816 (write_object_renaming): Ditto.
817 * ada-lang.c (ada_create_fundamental_type): Remove redundant
818 declaration.
819 (build_ada_types): Remove, replacing with...
820 (ada_language_arch_info): New function to initialize primitive
821 type vector in language_arch_info.
822 (ada_array_length): Remove use of builtin_type_ada_int.
823 (value_pos_atr): Ditto.
824 (ada_evaluate_subexp): Ditto.
825 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
826 builtin_type_ada_long_long, builtin_type_ada_char,
827 builtin_type_ada_float, builtin_type_ada_double,
828 builtin_type_ada_long_double, builtin_type_ada_natural,
829 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
830 (ada_builtin_types): Remove.
831 (ada_language_defn): Remove entries for la_builtin_type_vector and
832 string_char_type and use ada_language_arch_info.
833 (_initialize_ada_language): Do type-vector initialization along
834 the lines of c-lang.c.
835 (ada_create_fundamental_type): Break up line.
836 (ada_dump_symtab): Remove unused function.
837 (enum ada_primitive_types): Define.
838 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
839 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
840 builtin_type_ada_float, builtin_type_ada_double,
841 builtin_type_ada_long_double, builtin_type_ada_natural,
842 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
843 * ada-lex.l: Use type_* functions in place of builtin_* variables.
844 (processInt): Ditto.
845 (processReal): Ditto.
846 (name_lookup): Ditto.
847 * ada-typeprint.c (print_range): Use builtin_type_int, not
848 builtin_type_ada_int.
849
850 2004-09-18 Mark Kettenis <kettenis@gnu.org>
851
852 * i386-tdep.c (i386_register_name): Rename regno to regnum.
853
854 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
855 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
856 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
857 * configure.in: Improve checks for curses library by checking for
858 mvwaddstr instead of initscr. Drop HP curses in favour of
859 standard curses on HP-UX.
860 * configure: Regenerated.
861
862 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
863
864 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
865 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
866 Minor formatting changes.
867 (empty_array): Slight rewrite for formatting.
868 (emit_char,parse,ada_language_defn,build_ada_types,
869 ada_is_exception_sym, _initialize_ada_language): Move
870 definitions around.
871 (ada_dump_symtab): Remove unused definition.
872 (ada_maybe_exception_partial_symbol): Remove unused definition.
873
874 2004-09-16 Andrew Cagney <cagney@gnu.org>
875
876 * inf-child.c: Include "gdb_string.h".
877 (inf_child_core_file_to_sym_file): Delete.
878 (inf_child_target): Set to_fetch_registers and to_store_registers.
879 * inf-ptrace.c: Include "gdb_string.h".
880 * Makefile.in: Update all dependencies.
881
882 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
883 problem.
884
885 2004-09-14 Joel Brobecker <brobecker@gnat.com>
886
887 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
888 call to heuristic_proc_desc. Remove code that became redundant
889 as a consequence.
890 (read_next_frame_reg): Remove special case for SP_REGNUM.
891 (set_reg_offset): Fix small typo.
892 (reset_saved_regs): New procedure.
893 (mips32_heuristic_proc_desc): No longer compute a fake
894 procedure descriptor. Compute the full frame cache instead.
895 Some minor comment reformatting.
896
897 2004-09-14 Andrew Cagney <cagney@gnu.org>
898
899 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
900 maintainer.
901
902 * thread-db.c (thread_db_new_objfile): Assume that there is a
903 child process.
904
905 2004-09-13 Jim Blandy <jimb@redhat.com>
906
907 * valops.c (value_assign): Move 'buffer' to the enclosing block,
908 so that its storage isn't referenced after its lifetime ends.
909
910 * valops.c (value_assign): 'use_buffer' is initialized to zero,
911 and never assigned to. Delete it, and the 'if (use_buffer)'
912 clauses. Delete 'raw_buffer', since it is now unused.
913
914 2004-09-13 Andrew Cagney <cagney@gnu.org>
915
916 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
917 * configure: Re-generate.
918 * nlm/Makefile.in (TAGS): Update.
919 * Makefile.in (TAGS): Update.
920 * config/vax/nbsd.mt (TM_FILE): Update.
921 * config/sparc/vxworks.mt (TM_FILE): Update.
922 * config/sparc/sol2.mt (TM_FILE): Update.
923 * config/sparc/sol2-64.mt (TM_FILE): Update.
924 * config/sparc/obsd64.mt (TM_FILE): Update.
925 * config/sparc/obsd.mt (TM_FILE): Update.
926 * config/sparc/nbsd64.mt (TM_FILE): Update.
927 * config/sparc/nbsd.mt (TM_FILE): Update.
928 * config/sparc/linux64.mt (TM_FILE): Update.
929 * config/sparc/linux.mt (TM_FILE): Update.
930 * config/sparc/fbsd.mt (TM_FILE): Update.
931 * config/sh/wince.mt (TM_FILE): Update.
932 * config/sh/nbsd.mt (TM_FILE): Update.
933 * config/sh/linux.mt (TM_FILE): Update.
934 * config/sh/embed.mt (TM_FILE): Update.
935 * config/s390/s390.mt (TM_FILE): Update.
936 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
937 * config/rs6000/rs6000.mt (TM_FILE): Update.
938 * config/rs6000/aix4.mt (TM_FILE): Update.
939 * config/powerpc/vxworks.mt (TM_FILE): Update.
940 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
941 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
942 * config/powerpc/obsd.mt (TM_FILE): Update.
943 * config/powerpc/nbsd.mt (TM_FILE): Update.
944 * config/powerpc/linux.mt (TM_FILE): Update.
945 * config/powerpc/aix.mt (TM_FILE): Update.
946 * config/pa/obsd.mt (TM_FILE): Update.
947 * config/pa/linux.mt (TM_FILE): Update.
948 * config/pa/hppahpux.mt (TM_FILE): Update.
949 * config/pa/hppa64.mt (TM_FILE): Update.
950 * config/pa/hppa.mt (TM_FILE): Update.
951 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
952 * config/mips/wince.mt (TM_FILE): Update.
953 * config/mips/vxmips.mt (TM_FILE): Update.
954 * config/mips/nbsd.mt (TM_FILE): Update.
955 * config/mips/linux.mt (TM_FILE): Update.
956 * config/mips/irix6.mt (TM_FILE): Update.
957 * config/mips/irix5.mt (TM_FILE): Update.
958 * config/mips/embed.mt (TM_FILE): Update.
959 * config/m68k/vxworks68.mt (TM_FILE): Update.
960 * config/m68k/st2000.mt (TM_FILE): Update.
961 * config/m68k/os68k.mt (TM_FILE): Update.
962 * config/m68k/obsd.mt (TM_FILE): Update.
963 * config/m68k/nbsd.mt (TM_FILE): Update.
964 * config/m68k/monitor.mt (TM_FILE): Update.
965 * config/m68k/linux.mt (TM_FILE): Update.
966 * config/m68k/cisco.mt (TM_FILE): Update.
967 * config/ia64/linux.mt (TM_FILE): Update.
968 * config/ia64/aix.mt (TM_FILE): Update.
969 * config/ia64/ia64.mt (TM_FILE): Update.
970 * config/i386/vxworks.mt (TM_FILE): Update.
971 * config/i386/obsd64.mt (TM_FILE): Update.
972 * config/i386/obsd.mt (TM_FILE): Update.
973 * config/i386/nto.mt (TM_FILE): Update.
974 * config/i386/nbsd64.mt (TM_FILE): Update.
975 * config/i386/nbsd.mt (TM_FILE): Update.
976 * config/i386/linux64.mt (TM_FILE): Update.
977 * config/i386/linux.mt (TM_FILE): Update.
978 * config/i386/i386sol2.mt (TM_FILE): Update.
979 * config/i386/i386lynx.mt (TM_FILE): Update.
980 * config/i386/fbsd64.mt (TM_FILE): Update.
981 * config/i386/fbsd.mt (TM_FILE): Update.
982 * config/i386/cygwin.mt (TM_FILE): Update.
983 * config/h8300/h8300.mt (TM_FILE): Update.
984 * config/frv/frv.mt (TM_FILE): Update.
985 * config/cris/cris.mt (TM_FILE): Update.
986 * config/arm/wince.mt (TM_FILE): Update.
987 * config/arm/nbsd.mt (TM_FILE): Update.
988 * config/arm/linux.mt (TM_FILE): Update.
989 * config/arm/embed.mt (TM_FILE): Update.
990 * config/alpha/nbsd.mt (TM_FILE): Update.
991 * config/alpha/fbsd.mt (TM_FILE): Update.
992 * config/alpha/alpha.mt (TM_FILE): Update.
993 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
994 * config/alpha/alpha-linux.mt (TM_FILE): Update.
995
996 Eliminate event_loop_p, always has the value 1.
997 * defs.h (event_loop_p): Delete macro.
998 * breakpoint.c (until_break_command): Simplify.
999 * utils.c (prompt_for_continue): Simplify.
1000 * tracepoint.c (read_actions): Simplify.
1001 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
1002 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
1003 (set_prompt, init_main): Simplify.
1004 (init_signals, disconnect): Delete, unused.
1005 * remote.c (remote_async_resume)
1006 (extended_remote_async_create_inferior): Simplify.
1007 * mi/mi-interp.c (mi_input): Delete, unused.
1008 (mi_interpreter_resume, mi_command_loop): Simplify.
1009 * interps.c (current_interp_command_loop): Simplify.
1010 * infrun.c (proceed): Simplify.
1011 * infcmd.c (run_command, continue_command, step_1, jump_command)
1012 (until_command, advance_command, finish_command)
1013 (interrupt_target_command): Simplify.
1014 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
1015
1016 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1017 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1018 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1019 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1020 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1021 * mips-tdep.c (mips_dump_tdep): Do not print same.
1022
1023 2004-09-12 Andrew Cagney <cagney@gnu.org>
1024
1025 * valprint.c (print_longest): Use fputs_filtered. Make "val"
1026 const.
1027 * Makefile.in (valprint.o): Delete explict rule.
1028
1029 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
1030 reported by Dave Anderson.
1031
1032 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
1033
1034 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
1035
1036 2004-09-12 Salvador E. Tropea <set@users.sf.net>
1037 Andrew Cagney <cagney@gnu.org>
1038
1039 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
1040 (mi_cmd_data_list_register_values)
1041 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
1042 the register number computation.
1043
1044 2004-09-12 Andrew Cagney <cagney@gnu.org>
1045
1046 * ppcnbsd-nat.c: Include "inf-ptrace.h".
1047 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
1048 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
1049 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
1050 target.
1051 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
1052 inf-ptrace.o and inf-child.o.
1053 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
1054 * Makefile.in: Update dependencies.
1055
1056 2004-09-11 Andrew Cagney <cagney@gnu.org>
1057
1058 * language.c (hex_string, hex_string_custom): Move from here ...
1059 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1060 (CELLSIZE): Increase to 50.
1061 * language.h (hex_string, hex_string_custom): Move from here ...
1062 * defs.h: ... to here.
1063 * Makefile.in: Update all dependencies.
1064
1065 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
1066
1067 * language.c (local_hex_format_custom): Remove.
1068 (local_hex_string): Rename to hex_string, use C format, and move to
1069 utils.c
1070 (local_hex_string_custom): Rename to hex_string_custom and change
1071 interface. Now uses C format. Move to utils.c
1072 (local_octal_format_custom): Remove.
1073 (local_decimal_format_custom): Remove.
1074 (unknown_language_defn): Remove language-specific number
1075 formatting entries.
1076 (auto_language_defn): Ditto.
1077 (local_language_defn): Ditto.
1078 * language.h (struct language_format_info): Delete declaration.
1079 (struct language_defn): Remove language_format_info fields
1080 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1081 (local_binary_format): Remove macro.
1082 (local_binary_format_prefix): Remove macro.
1083 (local_binary_format_specifier): Remove macro.
1084 (local_binary_format_suffix): Remove macro.
1085 (local_octal_format): Remove macro.
1086 (local_octal_format_prefix): Remove macro.
1087 (local_octal_format_specifier): Remove macro.
1088 (local_octal_format_suffix): Remove macro.
1089 (local_decimal_format): Remove macro.
1090 (local_decimal_format_prefix): Remove macro.
1091 (local_decimal_format_specifier): Remove macro.
1092 (local_decimal_format_suffix): Remove macro.
1093 (local_hex_format): Remove macro.
1094 (local_hex_format_prefix): Remove macro.
1095 (local_hex_format_specifier): Remove macro.
1096 (local_hex_format_suffix): Remove macro.
1097 (local_decimal_format_custom): Remove.
1098 (local_octal_format_custom): Remove.
1099 (local_hex_format_custom): Remove.
1100 (local_hex_string): Rename to hex_string and move to defs.h.
1101 (local_hex_string_custom): Rename to hex_string_custom, change
1102 interface, and move to defs.h.
1103 * utils.c: (int_string): New function.
1104 (hex_string): New function (from language.c).
1105 (hex_string_custom): New function (from language.c).
1106 (octal2str): New function.
1107 (decimal2str): Add width parameter.
1108 (paddr_u): Use new decimal2str interface.
1109 (paddr_d): Ditto.
1110 * defs.h (hex_string): Declare.
1111 (hex_string_custom): Declare.
1112 (int_string): Declare.
1113 * printcmd.c (print_scalar_formatted): Remove localized binary
1114 formatting.
1115 * valprint.c (print_longest): Use int_string.
1116 (print_floating): Use C hex format.
1117 (print_hex_chars): Ditto.
1118 (print_binary_chars): Remove language-specific formatting.
1119 (print_octal_chars): Use C octal format.
1120 (print_decimal_chars): Delocalize format.
1121 (print_decimal): Remove.
1122 * ada-lang.c (ada_language_defn): Remove language-specific number
1123 formatting entries.
1124 * p-lang.c (pascal_language_defn): Ditto.
1125 * c-lang.c (c_language_defn): Ditto.
1126 (cplus_language_defn): Ditto.
1127 (asm_language_defn): Ditto.
1128 (minimal_language_defn): Ditto.
1129 * f-lang.c (f_language_defn): Ditto.
1130 * jv-lang.c (java_language_defn): Ditto.
1131 * m2-lang.c (m2_language_defn): Ditto.
1132 * scm-lang.c (scm_language_defn): Ditto.
1133 * objc-lang.c (objc_language_defn): Ditto.
1134 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1135 new interface.
1136 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1137 * ui-out.c (ui_out_field_core_addr): Ditto.
1138 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1139 * exec.c (print_section_info): Ditto.
1140 * i387-tdep.c (print_i387_status_word): Ditto.
1141 (print_i387_control_word): Ditto.
1142 (i387_print_float_info): Ditto.
1143 * maint.c (maint_print_section_info): Ditto.
1144 * solib.c (info_sharedlibrary_command): Ditto.
1145 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1146 * symtab.c (print_msymbol_info): Ditto.
1147 * tracepoint.c (tracepoints_info): Ditto.
1148 * solib-frv.c (lm_base): Ditto.
1149 (frv_current_sos): Ditto.
1150 (enable_break2): Ditto.
1151 (enable_break): Ditto.
1152 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1153 (process_one_symbol): Ditto.
1154 * infcmd.c (program_info): Ditto.
1155 * mdebugread.c (parse_partial_symbols): Ditto.
1156 * symfile.c (add_symbol_file_command): Ditto.
1157 * cli/cli-cmds.c (edit_command): Ditto.
1158 (list_command): Ditto.
1159 * infcall.c (call_function_by_hand): Ditto.
1160 * remote-vx.c (vx_run_files_info): Ditto.
1161 (vx_wait): Ditto.
1162 (vx_attach): Ditto.
1163 (vx_detach): Ditto.
1164 (vx_kill): Ditto.
1165 * aix-thread.c (pdc_symbol_addrs): Ditto.
1166 (pdc_read_regs): Ditto.
1167 (pdc_write_regs): Ditto.
1168 (pdc_read_data): Ditto.
1169 (pdc_write_data): Ditto.
1170 * d10v-tdep.c (display_trace): Ditto.
1171 * rs6000-nat.c (find_toc_address): Ditto.
1172 * aix-thread.c: Don't include language.h.
1173 * buildsym.c: Ditto.
1174 * dbxread.c: Ditto.
1175 * mdebugread.c: Ditto.
1176 * rs6000-nat.c: Ditto.
1177 * buildsym.c (make_blockvector): Use renamed hex_string.
1178
1179 2004-09-10 Jason Molenda (jmolenda@apple.com)
1180
1181 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1182 chars after 'if' or 'while' commands in user-defined commands.
1183
1184 2004-09-08 Jim Blandy <jimb@redhat.com>
1185
1186 Fix bug reported and analyzed by Olivier Crete:
1187 * symfile.c (copy_section_addr_info): New function.
1188 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1189 original set of address arguments, instead of handwritten code
1190 that uses one length to allocate and a different length to
1191 initialize. Use make_cleanup_free_section_addr_info.
1192 * symfile.h (copy_section_addr_info): New declaration.
1193 * utils.c: #include "symfile.h".
1194 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1195 New functions.
1196 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1197 * Makefile.in (utils.o): Update dependencies.
1198
1199 2004-09-08 Andrew Cagney <cagney@gnu.org>
1200
1201 * thread-db.c (keep_thread_db): Delete.
1202 (thread_db_new_objfile, thread_db_create_inferior)
1203 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1204
1205 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1206
1207 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1208 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1209 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1210 (i386_frameless_signal_p): Remove prototype.
1211 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1212 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1213 I386_SSE_NUM_REGS.
1214 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1215 instead of FP0_REGNUM.
1216 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1217 of FP0_REGNUM and FPC_REGNUM.
1218
1219 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1220 (sunos_solib_create_inferior_hook): Don't call
1221 sunos_relocate_main_executable.
1222
1223 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1224 solib_svr4_fetch_link_map_offsets to
1225 svr4_ilp32_fetch_link_map_offsets.
1226 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1227 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1228 svr4_ilp32_fetch_link_map_offsets.
1229 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1230
1231 2004-09-07 Jim Blandy <jimb@redhat.com>
1232
1233 * frame.h (frame_register): Doc fix.
1234
1235 2004-09-07 Andrew Cagney <cagney@gnu.org>
1236
1237 * vx-share/wait.h: Delete #ifdef USG.
1238 * utils.c (request_quit): Ditto.
1239 * tui/tui.c (tui_reset): Ditto.
1240 * remote.c: Ditto.
1241 * remote-sds.c: Ditto.
1242 * remote-rdi.c: Ditto.
1243 * mdebugread.c: Ditto.
1244 * m68klinux-nat.c: Ditto.
1245 * infttrace.c: Ditto.
1246 * infptrace.c: Ditto.
1247 * i386v-nat.c: Ditto.
1248 * exec.c: Ditto.
1249 * dbxread.c: Ditto.
1250 * core-aout.c: Ditto.
1251
1252 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1253
1254 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1255 heuristic_proc_desc.
1256 (mips_insn32_frame_cache): Likewise.
1257
1258 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1259
1260 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1261 left behind by error.
1262
1263 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1264
1265 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1266 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1267
1268 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1269
1270 * config/rs6000/xm-aix4.h: Remove this file.
1271 * config/rs6000/aix4.mh (XM_FILE): Delete.
1272
1273 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1274
1275 * config/rs6000/xm-rs6000.h: Remove this file.
1276 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1277
1278 2004-09-03 Andrew Cagney <cagney@gnu.org>
1279
1280 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1281 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1282 only use.
1283
1284 * mips-tdep.c (temp_saved_regs): Delete.
1285 (set_reg_offset): Replace saved_regs parameter with this_cache.
1286 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1287 (mips32_heuristic_proc_desc): Add this_cache parameter.
1288 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1289 (after_prologue): Pass a NULL this_cache.
1290
1291 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1292 non-kernel trap prologues.
1293
1294 * mips-tdep.c (find_proc_desc): Delete function.
1295 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1296 simplify.
1297 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1298 mips_insn32_frame_cache.
1299
1300 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1301 Simplify as NEXT_FRAME is NULL.
1302 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1303
1304 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1305 local variable.
1306 (mips_skip_prologue): Update.
1307
1308 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1309 "cur_frame" parameter.
1310 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1311 (mips_insn32_frame_cache, find_proc_desc): Update
1312
1313 * config/vax/nm-obsd.h: Delete file.
1314 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1315 * config/vax/nm-nbsd.h: Delete file.
1316 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1317 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1318 * config/sh/nm-nbsd.h: Delete file.
1319 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1320 * config/rs6000/nm-rs6000ly.h: Delete file.
1321 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1322 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1323 * config/powerpc/nm-obsd.h: Delete file.
1324 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1325 * config/powerpc/nm-nbsd.h: Delete file.
1326 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1327 * config/pa/nm-obsd.h: Delete file.
1328 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1329 * config/mips/nm-nbsd.h: Delete file.
1330 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1331 * config/m88k/nm-obsd.h: Delete file.
1332 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1333 * config/m68k/nm-nbsd.h: Delete file.
1334 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1335 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1336 * config/i386/nm-nbsd.h: Delete file.
1337 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1338 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1339 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1340 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1341 * config/i386/nm-i386lynx.h: Delete file.
1342 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1343 * config/arm/nm-nbsd.h: Delete file.
1344 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1345 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1346
1347 * config/i386/tm-fbsd.h: Delete file.
1348 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1349 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1350
1351 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1352 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1353 * config/rs6000/aix4.mt (TM_FILE): Set to
1354 config/rs6000/tm-rs6000.h.
1355 * config/powerpc/tm-ppc-aix.h: Delete file.
1356 * config/powerpc/aix.mt (TM_FILE): Set to
1357 config/rs6000/tm-rs6000.h.
1358 * config/m68k/tm-linux.h: Delete file.
1359 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1360 * config/i386/tm-linux64.h: Delete file.
1361 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1362 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1363
1364 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1365 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1366 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1367 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1368 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1369 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1370 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1371 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1372 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1373
1374 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1375 gdb_host_cpu.
1376
1377 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1378
1379 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1380 Minor reformatting. Some code factoring.
1381
1382 2004-09-02 Andrew Cagney <cagney@gnu.org>
1383
1384 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1385 * config/vax/tm-nbsd.h: Delete file.
1386 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1387 * config/sparc/tm-vxworks.h: Delete file.
1388 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1389 * config/sparc/tm-nbsd.h: Delete file.
1390 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1391 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1392 * config/sparc/tm-linux.h: Delete file.
1393 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1394 * config/s390/tm-linux.h: Delete file.
1395 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1396 * config/pa/tm-bsd.h: Delete file.
1397 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1398 * config/m68k/tm-obsd.h: Delete file.
1399 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1400 * config/m68k/tm-nbsd.h: Delete file.
1401 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1402 * config/i386/tm-vxworks.h: Delete file.
1403 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1404 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1405 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1406 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1407 * config/i386/tm-nbsd.h: Delete file.
1408 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1409 * config/i386/tm-i386lynx.h: Delete file.
1410 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1411 * config/cris/tm-cris.h: Delete file.
1412
1413 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1414 * configure: Re-generate.
1415 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1416 * config/arm/tm-nbsd.h: Delete file.
1417
1418 * config/powerpc/tm-ppcle-sim.h: Delete.
1419 * config/powerpc/tm-ppcle-eabi.h: Delete.
1420 * config/powerpc/tm-nbsd.h: Delete.
1421 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1422 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1423 tm-ppcle-eabi.h.
1424
1425 * config/i386/nto.mh (NAT_FILE): Delete.
1426 * config/i386/nm-nto.h: Delete.
1427
1428 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1429 * config/m68k/tm-os68k.h: Ditto.
1430 * config/m68k/tm-monitor.h: Ditto.
1431 * config/m68k/tm-cisco.h: Ditto.
1432 * config/m68k/st2000.mt (TM_FILE): Delete.
1433 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1434 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1435 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1436 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1437
1438 * config/m68k/tm-st2000.h: Delete.
1439 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1440 * config/sparc/fbsd.mt (TM_FILE): Delete.
1441 * config/sparc/tm-fbsd.h: Delete.
1442
1443 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1444 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1445 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1446
1447 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1448 GDB_TM_FILE and GDB_XM_FILE.
1449 * gdbarch.c: Re-generate.
1450 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1451 quotes in macro definition.
1452 * configure.in: Re-generate.
1453
1454 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1455 validating architecture methods.
1456 * gdbarch.c: Re-generate.
1457
1458 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1459 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1460 GDB_MULTI_ARCH_PARTIAL.
1461 * gdbarch.h: Re-generate.
1462
1463 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1464 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1465 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1466 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1467 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1468 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1469 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1470 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1471 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1472 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1473 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1474 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1475
1476 2004-09-01 Andrew Cagney <cagney@gnu.org>
1477
1478 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1479 and main_func_highpc.
1480 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1481 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1482 * nlmread.c (nlm_symfile_read): Update.
1483
1484 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1485
1486 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1487 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1488 (find_proc_desc): Remove dead code.
1489
1490 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1491
1492 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1493
1494 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1495
1496 * observer.sh: Add struct so_list declaration.
1497 * Makefile.in: Add dependencies on observer.h for solib.c and
1498 breakpoint.c.
1499 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1500 function.
1501 (_initialize_breakpoint): Register
1502 disable_breakpoints_in_unloaded_shlib as an observer of the
1503 "solib unloaded" observation event.
1504 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1505 call decode_line_1 so unfound breakpoint errors are silent.
1506 * solib.c (update_solib_list): When a solib is discovered to have
1507 been unloaded by the program, notify all observers of the
1508 "solib unloaded" observation event.
1509
1510 2004-09-01 Andrew Cagney <cagney@gnu.org>
1511
1512 * frame.c: Include "objfiles.h".
1513 (inside_main_func): New function.
1514 (get_prev_frame): Use new inside_main_func.
1515 * Makefile.in (frame.o): Update dependencies.
1516 * defs.h (inside_main_func): Delete declaration.
1517 * blockframe.c (inside_main_func): Delete function.
1518
1519 2004-08-31 Jim Blandy <jimb@redhat.com>
1520
1521 * dwarf2read.c (is_vtable_name): New function, based on logic from
1522 read_structure_type, but passing the correct length to strncmp,
1523 and using 'sizeof' instead of 'strlen'.
1524 (read_structure_type): Call it.
1525
1526 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1527
1528 * config/powerpc/aix.mh: Add comment.
1529
1530 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1531
1532 * MAINTAINERS: Add self to Write-After-Approval.
1533
1534 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1535
1536 * MAINTAINERS: Add self to Write-After-Approval.
1537
1538 2004-08-30 Andrew Cagney <cagney@gnu.org>
1539
1540 Fix PR breakpoints/1757.
1541 * infrun.c (struct execution_control_state): Replace
1542 remove_breakpoints_on_following_step with
1543 step_after_step_resume_breakpoint.
1544 (init_execution_control_state): Update.
1545 (handle_inferior_event): For signals, when stepping off a
1546 breakpoint, set step_after_step_resume_breakpoint. When
1547 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1548 (keep_going): Delete code handling
1549 remove_breakpoints_on_following_step.
1550
1551 2004-08-29 David Lecomber <david@streamline-computing.com>
1552
1553 Fix PR gdb/648
1554 * language.h (enum array_ordering): New enum.
1555 * language.h (struct language_defn): New la_array_ordering
1556 attribute.
1557 * language.c (unknown_language_defn, auto_language_defn)
1558 (local_language_defn): Ditto.
1559 * ada-lang.c (ada_language_defn): Ditto.
1560 * c-lang.c (c_language_defn, cplus_language_defn)
1561 (asm_language_defn, minimal_language_defn): Ditto.
1562 * f-lang.c (f_language_defn): Ditto.
1563 * jv-lang.c (java_language_defn): Ditto.
1564 * m2-lang.c (f_language_defn): Ditto.
1565 * objc-lang.c (objc_language_defn): Ditto.
1566 * p-lang.c (pascal_language_defn): Ditto.
1567 * scm-lang.c (scm_language_defn): Ditto.
1568 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1569 oriented large to small in type structure.
1570 * dwarf2read.c (read_array_order): New function.
1571 (read_array_type): Use read_array_order to check row/column
1572 major ordering.
1573
1574 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1575
1576 * target.c (target_resize_to_sections): Check
1577 current_target.to_sections for an old value when updating.
1578
1579 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1580
1581 * procfs.c (dbx_link_bpt_addr): New static global variable.
1582 (dbx_link_shadow_contents): New static global variable.
1583 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1584 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1585 if we just hit it.
1586 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1587 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1588 from run to run.
1589 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1590 after the inferior has been forked.
1591 (remove_dbx_link_breakpoint): New function.
1592 (dbx_link_addr): New function.
1593 (insert_dbx_link_bpt_in_file): New function.
1594 (insert_dbx_link_bpt_in_region): New function.
1595 (insert_dbx_link_breakpoint): New function.
1596 (proc_trace_syscalls_1): New function, extracted from
1597 proc_trace_syscalls.
1598 (proc_trace_syscalls): Replace extract code by call to
1599 proc_trace_syscalls_1.
1600 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1601 is no longer valid.
1602
1603 2004-08-25 Jim Blandy <jimb@redhat.com>
1604
1605 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1606
1607 2004-08-25 Andrew Cagney <cagney@gnu.org>
1608
1609 * infrun.c (struct execution_control_state): Delete field
1610 "stepping_through_sigtramp".
1611 (init_execution_control_state): Do not set same.
1612 (context_switch): Do not pass same to save_infrun_state and
1613 load_infrun_state.
1614 * gdbthread.h (struct thread_info): Delete field
1615 stepping_through_sigtramp.
1616 (save_infrun_state, load_infrun_state): Delete parameter
1617 stepping_through_sigtramp.
1618 * thread.c (load_infrun_state, save_infrun_state): Update.
1619
1620 * infrun.c: Re-indent. Move expression operators to the beginning
1621 of the line. Remove long disabled #if 0 code.
1622
1623 2004-08-24 Andrew Cagney <cagney@gnu.org>
1624
1625 * doublest.h (floatformat_ieee_quad): Rename
1626 floatformat_ia64_quad.
1627 * doublest.c (floatformat_ieee_quad): Rename
1628 floatformat_ia64_quad.
1629 (_initialize_doublest): Update.
1630
1631 2004-08-24 Jim Blandy <jimb@redhat.com>
1632
1633 * dwarf2expr.h (struct dwarf_expr_context): New members
1634 'num_pieces' and 'pieces', for returning the result of an
1635 expression that uses DW_OP_piece.
1636 (struct dwarf_expr_piece): New struct type.
1637 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1638 pieces.
1639 (free_dwarf_expr_context): Free pieces, if any.
1640 (add_piece): New function.
1641 (execute_stack_op): Implement DW_OP_piece.
1642 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1643 expression is a list of pieces, print an error message.
1644 (dwarf2_loc_desc_needs_frame): If the expression yields
1645 pieces, and any piece is in a register, then we need a frame.
1646
1647 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1648 the stack until we've decided what sort of result the evaluation
1649 has produced. Use separate variables, with more specific names.
1650
1651 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1652
1653 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1654 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1655 (arm_netbsd_init_abi_common): Register them.
1656
1657 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1658
1659 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1660
1661 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1662 safe_frame_unwind_memory instead of target_read_memory.
1663
1664 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1665 Reorder includes.
1666 (fetch_register, store_register): Remove prototypes.
1667 (child_resume): Reorganize code and comments such that it is
1668 grouped a bit more logically.
1669 (attach): Explicitly compare errno against 0.
1670 (detach): Likewise. Use perror_with_name instead of
1671 print_sys_errmsg.
1672 * Makefile.in (infptrace.o): Update dependencies.
1673
1674 * ia64-linux-nat.c: Update copyright year.
1675 (fetch_debug_register, store_debug_register)
1676 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1677 PTRACE_TYPE_ARG3.
1678 * config/ia64/nm-linux.h: Update copyright year.
1679 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1680
1681 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1682 from CORE_ADDR to struct frame_info *. Use
1683 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1684 (amd64_linux_sigtramp_p): Adjust for changed signature of
1685 and64_linux_sigtramp_start
1686
1687 * gdb_ptrace.h: GNU/Linux.
1688
1689 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1690 Remove defines.
1691
1692 * infptrace.c: Include "gdb_assert.h".
1693 (PTRACE_XFER_TYPE): Remove define.
1694 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1695 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1696 Tweak comment.
1697 (fetch_inferior_registers, store_inferior_registers): Remove
1698 redundant culry braces. Tweak comment. s/regno/regnum.
1699 * Makefile.in (infptrace.o): Update dependencies.
1700
1701 * configure.in: Change test for return type of ptrace to default
1702 to `long' instead of `int'.
1703 * configure: Regenerate.
1704
1705 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1706
1707 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1708
1709 * configure.in: Check for ttrace function.
1710 * configure, config.in: Regenerate.
1711
1712 * gdb_ptrace.h: New file.
1713 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1714 <sys/ptrace.h>.
1715 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1716 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1717 (attach): Don't define PT_ATTACH.
1718 (detach): Don't define PT_DETACH.
1719 * Makefile.in (gdb_ptrace_h): New variable.
1720 (infptrace.o): Update dependencies.
1721
1722 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1723
1724 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1725 instead of `int' if not already defined.
1726 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1727 PTRACE_TYPE_ARG3.
1728 * infptrace.c (call_ptrace): Revert change that replaced
1729 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1730
1731 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1732
1733 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1734 Remove defines.
1735
1736 * linux-nat.c (kill_inferior): Add missing third and fourth
1737 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1738
1739 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1740 PTRACE_TYPE_RET.
1741
1742 * proc-why.c (proc_prettyfprint_why): Fix format string.
1743
1744 * solib-osf.c (osf_current_sos): Remove unsused label.
1745
1746 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1747 curses headers.
1748 * configure, config.in: Regenerate.
1749 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1750 <ncurses/ncurses.h>.
1751
1752 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1753 * config/nm-nbsd.h: Update copyright year.
1754 (PTRACE_ARG3_TYPE): Remove define.
1755
1756 * sparc-nat.c (fetch_inferior_registers)
1757 (store_inferior_registers, sparc_xfer_wcookie):
1758 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1759
1760 * alphabsd-nat.c (fetch_inferior_registers):
1761 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1762 PTRACE_TYPE_ARG3.
1763 * amd64bsd-nat.c (fetch_inferior_registers)
1764 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1765 PTRACE_TYPE_ARG3.
1766 * armnbsd-nat.c: Update copyright year.
1767 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1768 (store_register, store_regs, store_fp_register, store_fp_regs):
1769 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1770 * hppabsd-nat.c (fetch_inferior_registers)
1771 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1772 PTRACE_TYPE_ARG3.
1773 * i386bsd-nat.c (fetch_inferior_registers)
1774 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1775 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1776 * m68kbsd-nat.c (fetch_inferior_registers)
1777 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1778 PTRACE_TYPE_ARG3.
1779 * m88kbsd-nat.c (fetch_inferior_registers)
1780 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1781 PTRACE_TYPE_ARG3.
1782 * mipsnbsd-nat.c: Update copyright year.
1783 (fetch_inferior_registers, store_inferior_registers):
1784 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1785 * ns32knbsd-nat.c: Update copyright year.
1786 (fetch_inferior_registers, store_inferior_registers):
1787 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1788 * ppcnbsd-nat.c (fetch_inferior_registers):
1789 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1790 PTRACE_TYPE_ARG3.
1791 * ppcobsd-nat.c (fetch_inferior_registers):
1792 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1793 PTRACE_TYPE_ARG3.
1794 * shnbsd-nat.c: Update copyright year.
1795 (fetch_inferior_registers, store_inferior_registers):
1796 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1797 * vaxbsd-nat.c (fetch_inferior_registers)
1798 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1799 PTRACE_TYPE_ARG3.
1800
1801 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1802 PTRACE_TYPE_ARG3.
1803 * infptrace.c (call_ptrace, child_resume, attach, detach)
1804 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1805 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1806 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1807 PTRACE_TYPE_ARG3.
1808
1809 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1810
1811 * defs.h: Remove out-of-date comment.
1812 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1813 [!GETENV_PROVIDED] (getenv): Remove prototype.
1814
1815 * standalone.c: Remove file.
1816 * Makefile.in (standalone.o): Remove dependency.
1817
1818 * i386-linux-nat.c (dummy_sse_values): Remove function and
1819 prototype.
1820 (i386_linux_dr_get): Fix typo in comment.
1821 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1822
1823 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1824
1825 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1826 from declaration.
1827 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1828 from definition.
1829
1830 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1831
1832 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1833 parenthesis in definition.
1834 * configure: Regenerated.
1835
1836 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1837
1838 * PROBLEMS: Mention build/1411.
1839
1840 2004-08-09 Robert Millan <robertmh@gnu.org>
1841
1842 Committed by Nathanael Nerode.
1843 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1844 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1845
1846 2004-08-12 Andrew Cagney <cagney@gnu.org>
1847
1848 * NEWS: Mention fixes in GDB 6.2.1.
1849 * PROBLEMS: Remove mention of mips-irix.
1850
1851 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1852
1853 * config/powerpc/xm-aix.h: Delete.
1854 * config/powerpc/aix.mh (MH_FILE): Remove.
1855 * config/powerpc/aix432.mh (MH_FILE): Remove.
1856
1857 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1858
1859 * config/powerpc/aix.mh: Remove obsolete comment.
1860 * config/powerpc/aix432.mh: Likewise.
1861
1862 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1863
1864 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1865
1866 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1867
1868 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1869 this file is now empty.
1870 * config/xm-aix4.h: Remove, this file is no longer included
1871 anywhere.
1872
1873 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1874
1875 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1876 that file is now empty.
1877 (termdef): Remove prototype, function no longer used.
1878
1879 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1880
1881 * doc/gdbint.texinfo (Host Definition): Remove documentation
1882 for USE_O_NOCTTY, no longer used.
1883 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1884 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1885
1886 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1887
1888 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1889 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1890 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1891
1892 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1893
1894 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1895 instead of FIVE_ARG_PTRACE.
1896
1897 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1898 (new_tty): Use O_NOCTTY unconditionally.
1899
1900 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1901
1902 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1903 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1904 fflush on stdout.
1905
1906 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1907
1908 * xcoff_symfile_finish: Replace last call to xmfree by call
1909 to xfree.
1910
1911 2004-08-10 Andrew Cagney <cagney@gnu.org>
1912
1913 * main.c (captured_main): Delete call to init_malloc.
1914 * defs.h (init_malloc): Delete declaration.
1915 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1916 (init_malloc): Delete functions.
1917
1918 * defs.h (xmfree): Delete.
1919 * utils.c (xmfree): Delete function.
1920 (xfree): Inline calls to xmfree and mfree.
1921 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1922 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1923 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1924 * somread.c (som_symfile_finish): Ditto.
1925 * objfiles.c (allocate_objfile, free_objfile):
1926 * nlmread.c (nlm_symfile_finish): Ditto.
1927 * hpread.c (hpread_symfile_finish): Ditto.
1928 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1929 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1930 * coffread.c (coff_symfile_finish): Ditto.
1931
1932 * defs.h (xmcalloc): Delete declaration.
1933 * utils.c (xmcalloc): Delete.
1934 (xcalloc): Inline calls to xmcalloc and mcalloc.
1935 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1936 xcalloc and xfree.
1937 * symtab.c (create_demangled_names_hash): Ditto.
1938
1939 * defs.h (xmrealloc): Delete.
1940 * utils.c (xmrealloc): Delete.
1941 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1942 * symmisc.c (extend_psymbol_list): Use xrealloc.
1943 * source.c (find_source_lines): Ditto.
1944 * hpread.c (hpread_lookup_type): Ditto.
1945 * dbxread.c (add_bincl_to_list): Ditto.
1946
1947 * utils.c (xmmalloc): Delete.
1948 (xmalloc): Inline xmmalloc and mmalloc calls.
1949 (msavestring): Use xmalloc.
1950 * defs.h (xmmalloc): Delete declaration.
1951 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1952 xmmalloc.
1953 * symmisc.c (extend_psymbol_list): Ditto.
1954 * symfile.c (init_psymbol_list): Ditto.
1955 * source.c (find_source_lines): Ditto.
1956 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1957 * elfread.c (elf_symtab_read): Ditto.
1958 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1959 * coffread.c (coff_symfile_init): Ditto.
1960
1961 2004-08-10 David Carlton <carlton@bactrian.org>
1962
1963 * MAINTAINERS: Remove David Carlton from c++ testsuite
1964 maintainers.
1965
1966 2004-08-10 Jerome Guitton <guitton@gnat.com>
1967
1968 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1969 print a line feed before the prompt.
1970
1971 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1972
1973 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1974
1975 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1976
1977 General cleanup of the AIX xm include file:
1978 * config/xm-aix4.h (fd_set): Remove undefine.
1979 Remove include of <sys/select.h>.
1980 (HAVE_TERMIO): Remove define.
1981 (USG): Likewise.
1982 (NULL): Remove redefine.
1983 (alloca): Remove #pragma.
1984 (vfork): Remove define.
1985 (termdef): Remove.
1986 (SIGWINCH_HANDLER): Remove.
1987 (SIGWINCH_HANDLER_BODY): Remove.
1988
1989 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1990
1991 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1992 GDB_OSABI_OPENBSD_ELF.
1993
1994 2004-08-07 Robert Millan <robertmh@gnu.org>
1995
1996 * bsd-kvm.c: Check for nlist.h before including it.
1997
1998 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1999
2000 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
2001 sigcontext' offset consistency checks for ancient BSD.
2002
2003 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
2004
2005 * configure.in: Check for <sys/types.h>. Check return and
2006 argument types of ptrace.
2007 * configure, config.in: Regenerate.
2008
2009 2004-08-09 Jim Blandy <jimb@redhat.com>
2010
2011 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
2012 rs6000_register_sim_regno): Doc fixes.
2013
2014 2004-08-08 Joel Brobecker <brobecker@gnat.com>
2015
2016 * mips-tdep.c: Include "floatformat.h".
2017 (n32n64_floatformat_always_valid): New function.
2018 (floatformat_n32n64_long_double_big): New constant.
2019 (mips_gdbarch_init): Set size and format of long double
2020 for N32 and N64 ABIs.
2021 * Makefile.in (mips-tdep.o): Update dependencies.
2022
2023 2004-08-08 Andrew Cagney <cagney@gnu.org>
2024
2025 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
2026 print. Improve script's error messages.
2027 * gdbarch.h: Re-generate.
2028
2029 * gdbarch.sh (pformat): New function.
2030 (float_format, double_format, long_double_format): List with bit
2031 members. Use pformat when printing.
2032 * gdbarch.c, gdbarch.h: Re-generate.
2033
2034 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
2035
2036 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
2037 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
2038 (ppcnbsd_supply_pcb): New function.
2039 (_initialize_ppcnbsd_nat): New prototype and function.
2040 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2041 (LOADLIBES): New variable.
2042 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
2043
2044 2004-08-08 Andrew Cagney <cagney@gnu.org>
2045
2046 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
2047 (builtin_type_ieee_double, builtin_type_ia64_quad)
2048 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
2049 BE/LE floating-point types.
2050 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
2051 (builtin_type_ieee_double, builtin_type_ia64_quad)
2052 (builtin_type_ia64_spill): Declare.
2053 * doublest.c (_initialize_doublest, floatformat_ieee_single)
2054 (floatformat_ieee_double, floatformat_arm_ext)
2055 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
2056 of LE/BE floatformats.
2057 * doublest.h: (struct floatformat, floatformat_ieee_single)
2058 (floatformat_ieee_double, floatformat_arm_ext)
2059 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
2060
2061 2004-08-08 Mark Kettenis <kettenis@gnu.org>
2062
2063 * i386gnu-nat.c (gnu_store_registers): Fix typo.
2064
2065 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
2066 instead of regcache_raw_supply when storing the registers.
2067
2068 * i386gnu-nat.c: Update copyright year.
2069 (gnu_store_registers): Don't use deprecated_registers and
2070 deprecated_registers_valid. Use regcache_valid_p and
2071 regcache_raw_supply instead.
2072
2073 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2074 frame_pc_unwind.
2075
2076 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2077 variables. Incapitalized "process".
2078
2079 * configure.in: Add cursesX to the list of possible curses libs.
2080 Add cursesX.h to the list of possible curses headers.
2081 * configure, config.in: Regenerate.
2082
2083 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2084
2085 * configure.in: Test for struct lwp in <sys/lwp.h>.
2086 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2087 the offset of l_addr in struct lwp.
2088
2089 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2090
2091 * bsd-kvm.c: Include "gdbcore.h"
2092 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2093
2094 2004-08-07 Andrew Cagney <cagney@gnu.org>
2095
2096 * gdbtypes.c (build_flt, build_complex): New functions.
2097 (gdbtypes_post_init): Use.
2098
2099 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2100
2101 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2102 through to builtin_type_uint128.
2103
2104 * c-exp.y: Use builtin_type function to obtain builtin types.
2105
2106 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2107 builtin_uint128.
2108 * gdbtypes.c (gdbtypes_post_init): Update.
2109 (build_gdbtypes): Move initialization of builtin_type_int0
2110 through to builtin_type_uint128 from here ...
2111 (_initialize_gdbtypes): ... to here.
2112 * d10v-tdep.c (d10v_register_type): Update.
2113
2114 * doublest.c: Update copyright.
2115 (floatformat_from_length): Call error when floatformat is NULL.
2116 (extract_floating_by_length): Remove NULL fmt check.
2117 (store_floating_by_length): Ditto.
2118
2119 2004-08-07 Andrew Cagney <cagney@gnu.org>
2120
2121 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2122 that the register is valid.
2123
2124 2004-08-05 Mark Kettenis <kettenis@chello.nl>
2125
2126 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2127 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2128 struct frame_info *. Use safe_frame_unwind_memory instead of
2129 deprecated_read_memory_nobpt.
2130 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2131 changed signature of i386_linux_sigtramp_start and
2132 i386_linux_rt_sigtramp_start.
2133
2134 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2135 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2136 instead of deprecated_read_memory_nobpt.
2137 (i386nbsd_sigtramp_p): Adjust for changed signature of
2138 i386nbsd_sigtramp_offset.
2139
2140 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2141 safe_frame_unwind_memory instead of target_read_memory.
2142
2143 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2144 !NO_SYS_FILE.
2145 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2146 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2147 (_initialize_kernel_u_addr): Remove prototype and function.
2148 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2149 !NO_SYS_FILE.
2150 * xcoffread.c: Likewise.
2151
2152 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2153
2154 * vax-nat.c: New file.
2155 * vaxbsd-nat.c: Tweak comment.
2156 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2157 vaxnbsd-tdep.c.
2158 (vax-nat.o): New dependency.
2159 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2160 (vax-*-ultrix2*): Remove.
2161 * config/vax/vax.mh: New file.
2162 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2163 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2164 (vax_register_u_addr): New prototype.
2165 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2166 * config/vax/vaxult2.mh: Remove file.
2167 * config/vax/vaxult.mh: Remove file.
2168 * config/vax/vaxbsd.mh: Remove file.
2169 * config/vax/vax.mt (TM_FILE): Remove.
2170 * config/vax/tm-vaxbsd.h: Remove file.
2171
2172 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2173
2174 * aix-thread.c (get_signaled_thread): New function.
2175 (iter_trap): Delete, no longer used.
2176 (iter_tid): New function.
2177 (pd_update): Find the thread that received the SIGTRAP signal
2178 by first locating the kernel thread, and then finding its
2179 associated thread.
2180
2181 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2182
2183 * lin-lwp.c (child_wait): Continue inferior after processing
2184 PTRACE_EVENT_CLONE event.
2185
2186 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2187
2188 * MAINTAINERS: Add self to Write-After-Approval.
2189
2190 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2191
2192 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2193 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2194
2195 2004-08-05 Andrew Cagney <cagney@gnu.org>
2196
2197 * config/xm-sysv4.h: Delete file.
2198 * config/mips/xm-irix5.h: Delete file.
2199 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2200 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2201 * config/ia64/xm-aix.h: Delete file.
2202 * config/ia64/aix.mh (XM_FILE): Delete.
2203 * config/pa/xm-hppah.h: Delete file.
2204 * config/pa/hpux11w.mh (XM_FILE): Delete.
2205 * config/pa/hpux11.mh (XM_FILE): Delete.
2206 * config/pa/hpux1020.mh (XM_FILE): Delete.
2207 * config/pa/hppahpux.mh (XM_FILE): Delete.
2208
2209 * config/alpha/xm-alphalinux.h: Delete file.
2210 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2211 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2212 * config/alpha/xm-alphaosf.h: Delete file.
2213 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2214 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2215 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2216 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2217
2218 * config/i386/xm-i386v.h: Delete file.
2219 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2220 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2221 * config/i386/xm-i386sco.h: Delete file.
2222 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2223 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2224 * config/i386/xm-i386v4.h: Delete file.
2225 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2226 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2227 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2228 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2229
2230 * config/vax/xm-vax.h: Delete file.
2231 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2232 * config/vax/xm-vaxult2.h: Delete file.
2233 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2234 * config/vax/vaxult2.mh (XM_FILE): Delete.
2235 * config/vax/xm-vaxult.h: Delete file.
2236 * config/vax/vaxult.mh (XM_FILE): Delete.
2237 * config/vax/xm-vaxbsd.h: Delete file.
2238 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2239
2240 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2241 * gdbarch.h, gdbarch.c: Re-generate.
2242 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2243 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2244 * frame.h: Delete deprecated_read_fp from comments.
2245 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2246 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2247
2248 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2249
2250 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2251 trampoline in OpenBSD 3.5-current.
2252
2253 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2254 SSE registers.
2255
2256 * Makefile.in: Remove embedded page breaks.
2257
2258 2004-08-04 Jim Blandy <jimb@redhat.com>
2259
2260 * regcache.c (regcache_raw_read): Assert that, after calling
2261 target_fetch_registers, the register we're reading is cached.
2262
2263 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2264 a call to 'internal_error', with a more helpful error message.
2265 * rs6000-tdep.c (e500_pseudo_register_read,
2266 e500_pseudo_register_write, rs6000_store_return_value): Same.
2267
2268 2004-08-04 Andrew Cagney <cagney@gnu.org>
2269
2270 * Makefile.in: Update dependencies.
2271
2272 2004-08-04 Jim Blandy <jimb@redhat.com>
2273
2274 Change the layout of the PowerPC E500 raw register cache to allow
2275 the lower 32-bit halves of the GPRS to be their own raw registers,
2276 not pseudoregisters.
2277 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2278 add ppc_ev0_upper_regnum flag.
2279 * rs6000-tdep.c: #include "reggroups.h".
2280 (spe_register_p): Recognize the ev upper half registers as SPE
2281 registers.
2282 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2283 registers.
2284 (e500_move_ev_register): New function.
2285 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2286 vector registers are the pseudo-registers now, formed by splicing
2287 together the gprs and the upper-half registers.
2288 (e500_register_reggroup_p): New function.
2289 (P): Macro deleted.
2290 (P8, A4): New macro.
2291 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2292 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2293 macros.
2294 (registers_e500): Rearrange register set so that the raw register
2295 set contains 32-bit GPRs and upper-half registers, and the SPE
2296 vector registers become pseudo-registers.
2297 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2298 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2299 register numbers are now the same for the E500 as they are for
2300 other PowerPC variants. Register e500_register_reggroup_p as the
2301 register group function for the E500.
2302 * Makefile.in (rs6000-tdep.o): Update dependencies.
2303
2304 Adapt PPC E500 native support to the new raw regcache layout.
2305 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2306 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2307 (fetch_spe_register, store_spe_register): Handle fetching/storing
2308 all the SPE registers at once, if regno == -1. These now take
2309 over the job of fetch_spe_registers and store_spe_registers.
2310 (fetch_spe_registers, store_spe_registers): Deleted.
2311 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2312 unconditionally; they're always raw. Fetch/store SPE upper half
2313 registers, if present, instead of ev registers.
2314 (fetch_register, store_register): Remove sanity checks: gprs are
2315 never pseudo-registers now, so we never need to even mention any
2316 registers that are ever pseudoregisters.
2317
2318 Use a fixed register numbering when communicating with the PowerPC
2319 simulator.
2320 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2321 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2322 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2323 New functions.
2324 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2325 init_sim_regno_table.
2326 * Makefile.in (gdb_sim_ppc_h): New variable.
2327 (rs6000-tdep.o): Update dependencies.
2328
2329 2004-08-02 Andrew Cagney <cagney@gnu.org>
2330
2331 * cris-tdep.c (cris_register_size): Restore function, still used
2332 locally.
2333
2334 * gdbarch.sh (deprecated_target_read_fp)
2335 (deprecated_frame_locals_address, deprecated_frame_args_address)
2336 (deprecated_frame_chain_valid, deprecated_frame_chain)
2337 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2338 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2339 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2340 * gdbarch.h, gdbarch.c: Re-generate.
2341 * regcache.c (deprecated_read_fp): Do not call
2342 DEPRECATED_TARGET_READ_FP_P.
2343 * infcmd.c (default_print_registers_info): Do not call
2344 DEPRECATED_DO_REGISTERS_INFO.
2345 * frame-base.c (default_frame_locals_address): Do not call
2346 DEPRECATED_FRAME_LOCALS_ADDRESS.
2347 (default_frame_args_address): Do not call
2348 DEPRECATED_FRAME_ARGS_ADDRESS.
2349
2350 * gdbarch.sh (deprecated_register_raw_size)
2351 (deprecated_register_virtual_size:int): Delete.
2352 * gdbarch.h, gdbarch.c: Re-generate.
2353 * cris-tdep.c (cris_register_size): Delete.
2354 (cris_gdbarch_init): Update.
2355 * alpha-tdep.c (alpha_register_raw_size)
2356 (alpha_register_virtual_size): Delete.
2357 (alpha_gdbarch_init): Update.
2358
2359 * gdbarch.sh (deprecated_register_virtual_type)
2360 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2361 (deprecated_dummy_write_sp): Delete.
2362 * gdbarch.h, gdbarch.c: Re-generate.
2363
2364 * gdbarch.sh (deprecated_register_bytes): Delete.
2365 * gdbarch.h, gdbarch.c: Re-generate.
2366 * regcache.c (deprecated_register_bytes): New function.
2367 * regcache.h (deprecated_register_bytes): Declare.
2368 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2369 * v850-tdep.c (v850_gdbarch_init): Update.
2370 * sh64-tdep.c (sh64_gdbarch_init): Update.
2371 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2372 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2373 * mcore-tdep.c (mcore_gdbarch_init): Update.
2374 * cris-tdep.c (cris_gdbarch_init): Update.
2375 * arm-tdep.c (arm_gdbarch_init): Update.
2376 * remote.c (init_remote_state): Update.
2377 * remote-vx.c (vx_prepare_to_store): Update.
2378 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2379 * irix5-nat.c (fetch_core_registers): Update.
2380 * cris-tdep.c (cris_register_bytes_ok): Update.
2381 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2382
2383 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2384 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2385 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2386 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2387 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2388 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2389 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2390 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2391 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2392 with mips_insn16 and mips_insn32.
2393
2394 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2395 * rs6000-tdep.c (rs6000_push_dummy_call)
2396 (rs6000_extract_return_value): Use register_size.
2397 * xstormy16-tdep.c (xstormy16_get_saved_register)
2398 (xstormy16_extract_return_value): Ditto.
2399 * valops.c (value_assign): Ditto.
2400 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2401 * v850-tdep.c (v850_extract_return_value): Ditto.
2402 * tracepoint.c (collect_symbol): Ditto.
2403 * target.c (debug_print_register): Ditto.
2404 * stack.c (frame_info): Ditto.
2405 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2406 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2407 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2408 (store_register_using_P): Ditto.
2409 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2410 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2411 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2412 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2413 * regcache.c (deprecated_read_register_bytes)
2414 (deprecated_write_register_bytes, read_register)
2415 (write_register): Ditto.
2416 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2417 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2418 * monitor.c (monitor_supply_register, monitor_fetch_register)
2419 (monitor_store_register): Ditto.
2420 * mn10300-tdep.c (mn10300_pop_frame_regular)
2421 (mn10300_print_register): Ditto.
2422 * mipsv4-nat.c (fill_fpregset): Ditto.
2423 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2424 (mips64_fill_fpregset): Ditto.
2425 * mi/mi-main.c (register_changed_p, get_register)
2426 (mi_cmd_data_write_register_values): Ditto.
2427 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2428 * irix5-nat.c (fill_gregset, fetch_core_registers):
2429 * infrun.c (write_inferior_status_register): Ditto.
2430 * infptrace.c (fetch_register, store_register): Ditto.
2431 * infcmd.c (default_print_registers_info): Ditto.
2432 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2433 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2434 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2435 * hpux-thread.c (hpux_thread_fetch_registers)
2436 (hpux_thread_store_registers): Ditto.
2437 * hppah-nat.c (store_inferior_registers, fetch_register):
2438 * findvar.c (value_from_register): Ditto.
2439 * dve3900-rom.c (fetch_bitmapped_register):
2440 * cris-tdep.c (cris_gdbarch_init): Ditto.
2441 * alpha-tdep.h: Ditto.
2442 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2443
2444 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2445 DEPRECATED_REGISTER_RAW_SIZE from comments.
2446 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2447 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2448 DEPRECATED_REGISTER_RAW_SIZE.
2449 * findvar.c (value_of_register): Simplify by assuming that the
2450 registers raw and virtual sizes are identical.
2451 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2452 comment.
2453 * arch-utils.c (generic_register_size): Simplify by assuming
2454 register_type.
2455
2456 * regcache.c (legacy_read_register_gen, real_register)
2457 (legacy_write_register_gen): Delete, not used.
2458
2459 * regcache.c (struct regcache_descr): Delete legacy_p.
2460 (init_legacy_regcache_descr): Delete function.
2461 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2462 Do not use deprecated register functions.
2463 (regcache_raw_read, deprecated_write_register_gen):
2464 (deprecated_read_register_gen, regcache_raw_write): Delete code
2465 predicated on legacy_p.
2466 (register_size): Delete check against register raw size.
2467
2468 * cris-tdep.c (cris_register_type): Replace
2469 cris_register_virtual_type.
2470 (cris_gdbarch_init): Update, set register_type.
2471
2472 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2473 * gdbarch.h, gdbarch.c: Re-generate.
2474 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2475 (arm_gdbarch_init) Do not set frameless function invocation.
2476 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2477 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2478 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2479 (frv_gdbarch_init): Do not set frameless function invocation.
2480 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2481 * sh-tdep.c (sh_gdbarch_init): Ditto.
2482 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2483 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2484 * avr-tdep.c (avr_gdbarch_init): Ditto.
2485
2486 * blockframe.c (legacy_frame_chain_valid): Delete function.
2487
2488 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2489 and pc. Update comments.
2490 (pc_in_dummy_frame): Delete function.
2491 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2492 use the "id".
2493 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2494 call_hi, top and pc, use the id.
2495 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2496
2497 * dummy-frame.c: Include "gdb_string.h".
2498 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2499 (generic_save_dummy_frame_tos): Delete.
2500 (dummy_frame_push): New function, replaces above.
2501 * dummy-frame.h: Update copyright.
2502 (dummy_frame_push): Declare.
2503 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2504 (generic_save_call_dummy_addr): Delete declarations.
2505 * infcall.c: Include "dummy-frame.h".
2506 (call_function_by_hand): Add locals caller_regcache,
2507 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2508 with call to frame_save_as_regcache plus cleanup. Delete calls to
2509 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2510 Move clear_proceed_status to just before the resume, add call to
2511 dummy_frame_push (discard cleanup).
2512 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2513 (dummy-frame.o): Add $(gdb_string_h).
2514
2515 2004-08-01 Andrew Cagney <cagney@gnu.org>
2516
2517 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2518 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2519 * dummy-frame.c (find_dummy_frame): Delete.
2520 (struct dummy_frame_cache, dummy_frame_sniffer)
2521 (dummy_frame_prev_register, dummy_frame_this_id)
2522 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2523 frame unwinder using a dummy_frame_cache.
2524
2525 2004-08-01 Andrew Cagney <cagney@gnu.org>
2526
2527 * frame.h (frame_save_as_regcache): Declare.
2528 * frame.c (frame_save_as_regcache): New function.
2529 (do_frame_read_register): Replace do_frame_unwind_register.
2530 (frame_pop): Use frame_save_as_regcache.
2531 * dummy-frame.c (generic_push_dummy_frame): Use
2532 frame_save_as_regcache.
2533
2534 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2535
2536 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2537 file as included until we record the first line in the linetable.
2538
2539 2004-08-01 Andrew Cagney <cagney@gnu.org>
2540
2541 * frame.h (deprecated_pop_dummy_frame)
2542 (deprecated_read_register_dummy)
2543 (deprecated_generic_find_dummy_frame): Delete.
2544 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2545 (deprecated_read_register_dummy)
2546 (deprecated_find_dummy_frame_regcache)
2547 (discard_innermost_dummy)
2548 (deprecated_pop_dummy_frame): Delete.
2549 (dummy_frame_this_id): Simplify.
2550 (struct dummy_frame): Delete "fp" and "sp".
2551 (find_dummy_frame): Simplify.
2552 (generic_push_dummy_frame): Do not set "fp" or "sp".
2553 (fprint_dummy_frames): Do not print "fp" and "sp"
2554
2555 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2556
2557 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2558 (struct i386_insn): New structure.
2559 (i386_match_insn): New function.
2560 (i386_frame_setup_skip_insns): New variable.
2561 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2562 array i386_frame_setup_insns of instructions that should be
2563 skipped inside the frame setup sequence.
2564
2565 2004-08-01 Andrew Cagney <cagney@gnu.org>
2566
2567 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2568 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2569 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2570 * stack.c (frame_info): Delete references to
2571 DEPRECATED_FRAME_INIT_SAVED_REGS and
2572 deprecated_get_frame_saved_regs.
2573 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2574 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2575 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2576 (frame_unwind_register_signed)
2577 (frame_unwind_register_unsigned)
2578 (frame_unwind_unsigned_register): Use register_size.
2579 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2580 (deprecated_frame_xmalloc_with_cleanup)
2581 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2582 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2583
2584 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2585 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2586 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2587 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2588
2589 * infcall.c (call_function_by_hand): Do not use
2590 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2591 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2592 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2593 DEPRECATED_STACK_ALIGN.
2594
2595 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2596
2597 Committed by Andrew Cagney.
2598 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2599
2600 2004-08-01 Andrew Cagney <cagney@gnu.org>
2601
2602 * mips-tdep.c (mips16_frame_cache)
2603 (mips16_frame_this_id, mips16_frame_prev_register)
2604 (mips16_frame_unwind, mips16_frame_sniffer)
2605 (mips16_frame_base_address, mips16_frame_base)
2606 (mips16_frame_base_sniffer, mips32_frame_cache)
2607 (mips32_frame_this_id, mips32_frame_prev_register)
2608 (mips32_frame_unwind, mips32_frame_sniffer)
2609 (mips32_frame_base_address, mips32_frame_base)
2610 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2611 separate heuristic mips16 and mips32 unwinders.
2612 (mips_stub_frame_cache, mips_stub_frame_this_id)
2613 (mips_stub_frame_prev_register)
2614 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2615 (mips_stub_frame_base_address, mips_stub_frame_base)
2616 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2617 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2618 match true mdebug frames.
2619 (non_heuristic_proc_desc): Add forward declaration.
2620
2621 2004-08-01 Andrew Cagney <cagney@gnu.org>
2622
2623 * config/mips/tm-irix6.h: Delete file.
2624 * config/mips/tm-irix5.h: Delete file.
2625 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2626 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2627
2628 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2629 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2630 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2631 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2632 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2633 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2634 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2635 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2636 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2637 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2638 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2639 (TARGET_SIGNAL_RAW_VALUES): Delete.
2640 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2641 Delete.
2642 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2643 (TARGET_HW_WATCH_LIMIT): Delete.
2644 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2645 * minimon.h: Delete file.
2646
2647 * trad-frame.c (trad_frame_get_this_base)
2648 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2649 functions.
2650 * trad-frame.h (trad_frame_set_this_base)
2651 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2652
2653 2004-07-31 Andrew Cagney <cagney@gnu.org>
2654
2655 * trad-frame.c (trad_frame_get_prev_register): Rename
2656 trad_frame_get_prev_register.
2657 * vax-tdep.c (vax_frame_prev_register): Update.
2658 * trad-frame.h: Update.
2659 * trad-frame.c (trad_frame_get_register): Update.
2660 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2661 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2662 Update.
2663 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2664 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2665 Update.
2666 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2667 Update.
2668 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2669 Update.
2670 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2671 Update.
2672 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2673 Update.
2674 * s390-tdep.c (s390_frame_prev_register)
2675 (s390_stub_frame_prev_register)
2676 (s390_sigtramp_frame_prev_register): Update.
2677 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2678 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2679 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2680 * m88k-tdep.c (m88k_frame_prev_register)
2681 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2682 * m32r-tdep.c (m32r_frame_prev_register): Update.
2683 * hppa-tdep.c (hppa_frame_prev_register_helper)
2684 * frv-tdep.c (frv_frame_prev_register): Update.
2685 * d10v-tdep.c (d10v_frame_prev_register): Update.
2686 * cris-tdep.c (cris_frame_prev_register): Update.
2687 * avr-tdep.c (avr_frame_prev_register): Update.
2688 * arm-tdep.c (arm_prologue_prev_register)
2689 (arm_sigtramp_prev_register): Update.
2690
2691 2004-07-31 Andrew Cagney <cagney@gnu.org>
2692
2693 * frame.h (legacy_saved_regs_unwind)
2694 (legacy_frame_chain_valid, legacy_frame_p)
2695 (enum frame_type): Delete UNKNOWN_FRAME.
2696 * dummy-frame.c (dummy_frame_this_id): Simplify.
2697 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2698 * frame.c (struct frame_info): Delete the field "type".
2699 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2700 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2701 (legacy_saved_regs_unwind, legacy_frame_p)
2702 (frame_type_from_pc): Delete.
2703 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2704 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2705
2706 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2707
2708 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2709 indentation.
2710
2711 * mips-nat.c: Remove file.
2712 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2713 (mips-nat.o): Remove dependency.
2714
2715 * infptrace.c: Update copyright year.
2716 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2717 explicitly setting the buffer to all zeroes.
2718
2719 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2720 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2721
2722 2004-07-30 Andrew Cagney <cagney@gnu.org>
2723
2724 * GDB 6.2 released from gdb_6_2-branch.
2725
2726 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2727
2728 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2729
2730 * exec.c (exec_file_attach):
2731 * nto-tdep.c (nto_find_and_open_solib):
2732 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2733 * solib.c (solib_open):
2734 * somsolib.c (som_solib_sizeof_symbol_table):
2735 * source.c (is_regular_file, openp, open_source_file):
2736 * symfile.c (symfile_bfd_open):
2737 * wince.c (upload_to_device): Differentiate between the search for
2738 binary and source files.
2739
2740 2004-07-30 Andrew Cagney <cagney@gnu.org>
2741
2742 * complaints.c (_initialize_complaints): Pass NULL to
2743 add_setshow_zinteger_cmd for help_doc.
2744 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2745
2746 2004-07-30 Andrew Cagney <cagney@gnu.org>
2747
2748 Fix PR i18n/761.
2749 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2750 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2751 $(PACKAGE).pot and update-po.
2752 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2753 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2754 (update-po): New rules.
2755 (localedir): Define using autoconf.
2756 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2757 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2758 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2759 * configure.in: Generate CATALOGS and LINGUAS from contents of
2760 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2761 * configure: Re-generate.
2762 * po/gdbtext: New file
2763
2764 2004-07-30 Jerome Guitton <guitton@gnat.com>
2765
2766 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2767 order.
2768
2769 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2770
2771 * dwarf2read.c (read_file_scope): Set producer if attribute
2772 present.
2773 (struct dwarf2_cu): Added new member producer.
2774
2775 2004-07-30 Jerome Guitton <guitton@gnat.com>
2776
2777 * inflow.c (kill_command): release file handles in BFD.
2778 * exec.c (exec_file_attach): Ditto.
2779 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2780
2781 2004-07-29 Andrew Cagney <cagney@gnu.org>
2782
2783 * PROBLEMS (mips-irix): Note that it is broken.
2784
2785 2004-07-29 Andrew Cagney <cagney@gnu.org>
2786
2787 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2788 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2789
2790 * config/xm-nbsd.h: Delete file.
2791 * config/arm/xm-nbsd.h: Delete file.
2792 * config/i386/xm-nbsd.h: Delete file.
2793 * config/ns32k/xm-nbsd.h: Delete file.
2794 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2795 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2796 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2797 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2798 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2799
2800 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2801 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2802 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2803 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2804 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2805 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2806
2807 * config/powerpc/xm-linux.h: Delete empty file.
2808 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2809 * config/powerpc/linux.mh (XM_FILE): Delete.
2810 * config/m68k/xm-linux.h: Delete empty file.
2811 * config/m68k/linux.mh (XM_FILE): Delete.
2812 * config/ia64/xm-linux.h: Delete empty file.
2813 * config/ia64/linux.mh (XM_FILE): Delete.
2814 * config/arm/xm-linux.h: Delete empty file.
2815 * config/arm/linux.mh (XM_FILE): Delete.
2816
2817 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2818 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2819 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2820 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2821 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2822 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2823 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2824 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2825
2826 * config/m68k/xm-m68k.h: Delete file.
2827 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2828 copyright.
2829 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2830 * config/pa/xm-linux.h: Delete empty file.
2831 * config/pa/linux.mh (XM_FILE): Delete.
2832 * config/i386/xm-i386.h: Delete empty file.
2833 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2834 "i386/xm-i386.h".
2835 * config/i386/obsdaout.mh (XM_FILE): Delete.
2836 * config/i386/obsd64.mh (XM_FILE): Delete.
2837 * config/i386/fbsd64.mh (XM_FILE): Delete.
2838 * config/i386/nto.mh (XM_FILE): Delete.
2839 * config/i386/obsd.mh (XM_FILE): Delete.
2840 * config/i386/linux64.mh (XM_FILE): Delete.
2841 * config/i386/linux.mh (XM_FILE): Delete.
2842 * config/i386/i386sol2.mh (XM_FILE): Delete.
2843 * config/i386/i386gnu.mh (XM_FILE): Delete.
2844 * config/i386/fbsd.mh (XM_FILE): Delete.
2845 * config/i386/nbsd64.mh (XM_FILE): Delete.
2846
2847 2004-07-29 Andrew Cagney <cagney@gnu.org>
2848
2849 * config/pa/xm-linux.h: Do not include "floatformat.h".
2850 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2851 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2852 * config/i386/xm-i386.h: Do not include "floatformat.h".
2853 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2854 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2855 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2856 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2857 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2858 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2859 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2860 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2861 * configure, config.in: Regenerate.
2862 * configure.host (gdb_host_float_format, gdb_host_double_format)
2863 (gdb_host_long_double_format): Set according to the host.
2864
2865 2004-07-29 Andrew Cagney <cagney@gnu.org>
2866
2867 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2868
2869 2004-07-28 Andrew Cagney <cagney@gnu.org>
2870
2871 * PROBLEMS: Mention threads/1650.
2872 * NEWS: Mention the NPTL fix.
2873
2874 2004-07-28 Andrew Cagney <cagney@gnu.org>
2875
2876 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2877 (add_setshow_cmd_full): Make static.
2878 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2879 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2880 * cli/cli-decode.c (add_setshow_filename_cmd)
2881 (add_setshow_string_cmd): New functions.
2882 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2883 * mips-tdep.c (_initialize_mips_tdep): Update.
2884 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2885 * cli/cli-logging.c (_initialize_cli_logging): Update.
2886 * complaints.c (_initialize_complaints): Update.
2887 * remote.c (_initialize_remote): Update.
2888
2889 2004-07-28 Andrew Cagney <cagney@gnu.org>
2890
2891 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2892 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2893 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2894 print parameters. Make string parameters constant.
2895 * command.h: Update. Update copyright.
2896 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2897 * observer.c (_initialize_observer): Ditto.
2898 * frame.c (_initialize_frame): Ditto.
2899 * complaints.c (_initialize_complaints): Ditto.
2900 * maint.c (_initialize_maint_cmds): Ditto.
2901 * target.c (initialize_targets): Ditto.
2902 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2903 * infcall.c (_initialize_infcall): Ditto.
2904 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2905 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2906 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2907 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2908 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2909
2910 2004-07-28 Andrew Cagney <cagney@gnu.org>
2911
2912 * gdbtypes.c (lookup_primitive_typename): Delete function.
2913 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2914 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2915 * gdbtypes.c (lookup_typename): Ditto.
2916 * f-exp.y (yylex): Ditto.
2917 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2918
2919 * scm-lang.c (c_builtin_types): Delete extern declaration.
2920 (scm_language_defn): Replace
2921 string_char_type and primitive_type_vector with
2922 la_language_arch_info.
2923 * jv-lang.c (java_language_defn): Replace
2924 string_char_type and primitive_type_vector with
2925 la_language_arch_info.
2926 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2927 c_builtin_types in comment.
2928 * c-lang.h (struct language_arch_info): Declare opaque.
2929 (c_language_arch_info): Declare.
2930 (c_builtin_types): Delete declaration.
2931 * c-lang.c (c_language_arch_info): Set string_char_type to
2932 builtin_char, not builtin_true_char. Make global.
2933 (c_builtin_types): Delete array.
2934 (asm_language_defn, minimal_language_defn): Replace
2935 string_char_type and primitive_type_vector with
2936 la_language_arch_info.
2937
2938 2004-07-28 Andrew Cagney <cagney@gnu.org>
2939
2940 * gdbtypes.h (struct builtin_type): Rename true_char to
2941 builtin_true_char.
2942 * gdbtypes.c (gdbtypes_post_init): Update.
2943 * c-lang.c (arch_info): New function.
2944 (enum c_primitive_types): New enum.
2945 (c_language_defn): Instead of string_char_type and
2946 primitive_type_vector set la_language_arch_info.
2947
2948 2004-07-28 Andrew Cagney <cagney@gnu.org>
2949
2950 * language.h (struct language_arch_info): Fix typo
2951 s/primative/primitive/.
2952 * gdbtypes.c (lookup_primitive_typename): Ditto.
2953 * language.c (language_lookup_primitive_type_by_name)
2954 (unknown_language_arch_info): Ditto.
2955
2956 2004-07-27 Andrew Cagney <cagney@gnu.org>
2957
2958 * defs.h (enum language): Add nr_languages.
2959 * language.h (struct language_arch_info): Define.
2960 (struct language_defn): Add la_language_arch_info.
2961 (language_lookup_primative_type_by_name): Declare.
2962 (language_string_char_type): Declare.
2963 * language.c (_initialize_language, language_gdbarch_post_init)
2964 (struct language_gdbarch, language_gdbarch_data): Implement
2965 per-architecture language information.
2966 (unknown_language_arch_info, language_string_char_type)
2967 (language_lookup_primative_type_by_name): New functions.
2968 (unknown_language_defn, auto_language_defn)
2969 (local_language_defn): Set la_language_arch_info to
2970 unknown_language_arch_info.
2971 (unknown_builtin_types): Delete.
2972 * gdbtypes.c (lookup_primitive_typename): Use
2973 language_lookup_primative_type_by_name.
2974 (create_string_type): Use language_string_char_type.
2975 * values.c (value_from_string): Use language_string_char_type.
2976 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2977 * p-lang.c (pascal_language_defn): Ditto.
2978 * m2-lang.c (m2_language_defn): Ditto.
2979 * jv-lang.c (java_language_defn): Ditto.
2980 * objc-lang.c (objc_language_defn): Ditto.
2981 * f-lang.c (f_language_defn): Ditto.
2982 * c-lang.c (c_language_defn, cplus_language_defn)
2983 (asm_language_defn, minimal_language_defn): Ditto.
2984
2985 2004-07-27 Andrew Cagney <cagney@gnu.org>
2986
2987 * gdbtypes.h (struct builtin_type): Declare.
2988 (builtin_type): Declare.
2989 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2990 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2991 (gdbtypes_post_init): New function.
2992 (builtin_type): New function.
2993
2994 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2995
2996 * remote-m32r-sdi.c: Fix breakpoint bug.
2997 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2998 recv_char_data, recv_long_data): New functions to replace communication
2999 sequences.
3000
3001 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
3002
3003 Document PR threads/1650.
3004 * PROBLEMS (Threads): Document problem with many threads
3005
3006 2004-07-26 Andrew Cagney <cagney@gnu.org>
3007
3008 * gdb-mi.el: Move from here ...
3009 * mi/gdb-mi.el: ... to here.
3010
3011 2004-07-26 Andrew Cagney <cagney@gnu.org>
3012
3013 Problem reported by Ashley Pittman <ashley@quadrics.com>.
3014 * main.c (captured_main): When in batch mode always detach.
3015
3016 2004-07-26 Andrew Cagney <cagney@gnu.org>
3017
3018 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
3019 and h8300 as broken.
3020 * NEWS: END-OF-LIFE frame compatibility module.
3021 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
3022 specific comments.
3023
3024 2004-07-26 Andrew Cagney <cagney@gnu.org>
3025
3026 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
3027 * xcoffsolib.c (_initialize_xcoffsolib): Update.
3028 * wince.c (_initialize_wince): Update.
3029 * win32-nat.c (_initialize_win32_nat): Update.
3030 * varobj.c (_initialize_varobj): Update.
3031 * valops.c (_initialize_valops): Update.
3032 * utils.c (initialize_utils, initialize_utils): Update.
3033 * tui/tui-win.c (_initialize_tui_win): Update.
3034 * top.c (init_main): Update.
3035 * symfile.c (_initialize_symfile): Update.
3036 * source.c (_initialize_source): Update.
3037 * somsolib.c (_initialize_som_solib): Update.
3038 * solib.c (_initialize_solib): Update.
3039 * solib-frv.c (_initialize_frv_solib): Update.
3040 * serial.c (_initialize_serial): Update.
3041 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
3042 * remote.c (_initialize_remote, _initialize_remote): Update.
3043 * remote-vx.c (_initialize_vx): Update.
3044 * remote-utils.c (_initialize_sr_support): Update.
3045 * remote-sds.c (_initialize_remote_sds): Update.
3046 * remote-mips.c (_initialize_remote_mips): Update.
3047 * remote-e7000.c (_initialize_remote_e7000): Update.
3048 * proc-api.c (_initialize_proc_api): Update.
3049 * printcmd.c: Update.
3050 * parse.c (_initialize_parse): Update.
3051 * pa64solib.c (_initialize_pa64_solib): Update.
3052 * p-valprint.c (_initialize_pascal_valprint): Update.
3053 * monitor.c (_initialize_remote_monitors): Update.
3054 * mips-tdep.c (_initialize_mips_tdep): Update.
3055 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3056 * maint.c (_initialize_maint_cmds): Update.
3057 * lin-lwp.c (_initialize_lin_lwp): Update.
3058 * language.c (_initialize_language): Update.
3059 * kod.c (_initialize_kod): Update.
3060 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
3061 * i386-tdep.c (_initialize_i386_tdep): Update.
3062 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
3063 * gdbarch.sh: Update.
3064 * gdbarch.c: Re-generate.
3065 * gdb-events.sh: Update.
3066 * gdb-events.c: Re-generate.
3067 * frame.c (_initialize_frame): Update.
3068 * exec.c: Update.
3069 * demangle.c (_initialize_demangler): Update.
3070 * dcache.c (_initialize_dcache): Update.
3071 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
3072 * cp-valprint.c (_initialize_cp_valprint): Update.
3073 * corefile.c (_initialize_core): Update.
3074 * command.h: Update.
3075 * cli/cli-decode.h: Update.
3076 * cli/cli-cmds.c (init_cli_cmds): Update.
3077 * charset.c (_initialize_charset): Update.
3078 * breakpoint.c (_initialize_breakpoint): Update.
3079 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3080 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3081 * aix-thread.c (_initialize_aix_thread): Update.
3082
3083 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3084
3085 Partial fix for PR backtrace/1718.
3086 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3087 that GCC migrates into the prolugue. Don't handle any
3088 instructions that clobber %ebx.
3089
3090 2004-07-23 Andrew Cagney <cagney@gnu.org>
3091
3092 Use regcache_raw_collect instead of regcache_collect.
3093 * regcache.h (regcache_collect): Delete declaration.
3094 * regcache.c (regcache_colect): Delete function.
3095 * win32-nat.c (do_child_store_inferior_registers): Update.
3096 * sol-thread.c (sol_thread_store_registers): Update.
3097 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3098 * rs6000-nat.c (store_register): Update.
3099 * remote.c (store_register_using_P, remote_store_registers): Update.
3100 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3101 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3102 (fill_vrregset, store_spe_registers, fill_gregset)
3103 (fill_gregset): Update.
3104 * nto-procfs.c (procfs_store_registers): Update.
3105 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3106 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3107 * m68klinux-nat.c (store_register, fill_gregset): Update.
3108 * m68k-tdep.c (fill_gregset): Update.
3109 * infptrace.c (store_register): Update.
3110 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3111 * i386-linux-nat.c (store_register, fill_gregset): Update.
3112 * hppa-linux-nat.c (fill_gregset): Update.
3113 * go32-nat.c (store_register): Update.
3114 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3115 (store_fp_regs): Update.
3116 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3117 (store_nwfpe_extended, store_fpregister, store_fpregs)
3118 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3119 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3120 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3121 (store_regs_user_thread, store_regs_kernel_thread): Update.
3122
3123 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3124
3125 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3126 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3127 encoding.
3128 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3129 member of `struct comp_unit'.
3130
3131 2004-07-23 Andrew Cagney <cagney@gnu.org>
3132
3133 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3134 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3135
3136 2004-07-23 Martin Hunt <hunt@redhat.com>
3137 Kevin Buettner <kevinb@redhat.com>
3138
3139 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3140 alignment was being added to the offset instead of multiplied.
3141
3142 2004-07-23 Mark Kettenis <kettenis@gnu.org>
3143
3144 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3145 changed signal trampoline in OpenBSD 3.5-current.
3146
3147 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3148 <machine/pcb.h> and "bsd-kvm.h".
3149 (sparc64nbsd_supply_pcb): New function.
3150 (_initialize_sparc64nbsd_nat): Renamed from
3151 _initialize_sparcnbsd_nat. Enable libkvm interface.
3152 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3153 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3154 (LOADLIBES): New variable.
3155
3156 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3157
3158 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3159
3160 2004-07-21 Andrew Cagney <cagney@gnu.org>
3161
3162 Use regcache_raw_supply instead of supply_register.
3163 * regcache.h (supply_register): Delete declaration.
3164 * regcache.c (supply_register): Delete function.
3165 * wince.c (do_child_fetch_inferior_registers): Update.
3166 * win32-nat.c (do_child_fetch_inferior_registers)
3167 (fetch_elf_core_registers): Update.
3168 * v850ice.c (v850ice_fetch_registers): Update.
3169 * thread-db.c (thread_db_store_registers): Update.
3170 * sol-thread.c (sol_thread_store_registers): Update.
3171 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3172 * rs6000-nat.c (fetch_register): Update.
3173 * rom68k-rom.c (rom68k_supply_one_register): Update.
3174 * remote.c (remote_wait, remote_async_wait): Update.
3175 * remote-st.c (get_hex_regs): Update.
3176 * remote-sim.c (gdbsim_fetch_register): Update.
3177 * remote-sds.c (sds_fetch_registers): Update.
3178 * remote-rdp.c (remote_rdp_fetch_register): Update.
3179 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3180 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3181 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3182 * remote-hms.c (init_hms_cmds): Update.
3183 * remote-est.c (init_est_cmds): Update.
3184 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3185 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3186 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3187 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3188 (fetch_register, supply_vrregset, supply_vrregset)
3189 (fetch_spe_registers): Update.
3190 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3191 * monitor.c (monitor_supply_register): Update.
3192 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3193 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3194 (mipsnbsd_supply_fpreg): Update.
3195 * mips-nat.c (fetch_inferior_registers)
3196 (fetch_core_registers): Update.
3197 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3198 (supply_fpregset, mips64_supply_gregset)
3199 (mips64_supply_fpregset): Update.
3200 * m68klinux-nat.c (fetch_register, supply_gregset)
3201 (supply_fpregset): Update.
3202 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3203 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3204 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3205 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3206 * infptrace.c (fetch_register): Update.
3207 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3208 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3209 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3210 (gnu_fetch_registers, gnu_store_registers): Update.
3211 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3212 * i386-linux-nat.c (fetch_register, supply_gregset)
3213 (dummy_sse_values): Update.
3214 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3215 * hppah-nat.c (fetch_register): Update.
3216 * hppa-linux-nat.c (fetch_register, supply_gregset)
3217 (supply_fpregset): Update.
3218 * go32-nat.c (fetch_register): Update.
3219 * dve3900-rom.c (fetch_bitmapped_register)
3220 (_initialize_r3900_rom): Update.
3221 * cris-tdep.c (supply_gregset): Update.
3222 * abug-rom.c (init_abug_cmds): Update.
3223 * core-aout.c (fetch_core_registers): Update.
3224 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3225 (fetch_register, fetch_fp_register): Update.
3226 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3227 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3228 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3229 * alphanbsd-tdep.c (fetch_core_registers): Update.
3230 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3231 * alpha-nat.c (fetch_osf_core_registers)
3232 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3233 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3234 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3235
3236 2004-07-21 Andrew Cagney <cagney@gnu.org>
3237
3238 * PROBLEMS: Mention breakpoints/1702.
3239 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3240 that is known to work.
3241
3242 2004-07-21 Andrew Cagney <cagney@gnu.org>
3243
3244 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3245 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3246 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3247 (handle_inferior_event): Wrap call to deprecated
3248 IGNORE_HELPER_CALL in #ifdef.
3249 * config/mips/tm-nbsd.h: Update.
3250
3251 2004-07-20 Jim Blandy <jimb@redhat.com>
3252
3253 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3254 bfd_mach_ppc has no segment registers.
3255
3256 Include PowerPC SPR numbers for special-purpose registers.
3257 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3258 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3259 new member in initializer.
3260 (S, S4, SN4, S64): New macros for defining special-purpose
3261 registers.
3262 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3263 registers_403, registers_403GC, registers_505, registers_860,
3264 registers_601, registers_602, registers_603, registers_604,
3265 registers_750, registers_e500): Use them.
3266
3267 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3268 replace references with expression used to initialize variable.
3269
3270 2004-07-20 Andrew Cagney <cagney@gnu.org>
3271
3272 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3273 read_memory_nobpt.
3274 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3275 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3276 (s390_sigtramp_frame_sniffer): Update.
3277 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3278 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3279 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3280 (mips32_fetch_instruction): Update.
3281 * mcore-tdep.c (get_insn): Update.
3282 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3283 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3284 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3285 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3286 (i386_linux_rt_sigtramp_start): Update.
3287 * i386-linux-nat.c (child_resume): Update.
3288 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3289 * hppa-linux-tdep.c (insns_match_pattern): Update.
3290 * gdbcore.h: Update.
3291 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3292 * frame.c (safe_frame_unwind_memory): Update.
3293 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3294 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3295 * alpha-tdep.c (alpha_read_insn): Update.
3296
3297 2004-07-20 Andrew Cagney <cagney@gnu.org>
3298
3299 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3300 containing both bytes and mask. Add "frame_type".
3301 * tramp-frame.c (tramp_frame_start): Update.
3302 (tramp_frame_prepend_unwinder): Update.
3303 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3304 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3305 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3306 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3307
3308 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3309
3310 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3311 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3312 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3313 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3314
3315 2004-07-17 Andrew Cagney <cagney@gnu.org>
3316
3317 * NEWS, PROBLEMS: Update for 6.2.
3318
3319 * README: Update to 6.2.
3320
3321 * utils.c (xvasprintf): Call xstrvprintf.
3322
3323 * parse.c: Update copyright.
3324 (null_post_parser): Eliminate ARGSUSED.
3325
3326 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3327 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3328 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3329
3330 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3331 * ppc-linux-nat.c: Use "Linux kernel".
3332 * hppa-linux-tdep.c: Use GNU/Linux.
3333 * hppa-linux-nat.c: Use GNU/Linux.
3334 * dwarfread.c: Add [sic] to use of Linux.
3335
3336 * hppa-linux-nat.c: Do not include <string.h>.
3337 (supply_fpregset): Remove "register" attribute.
3338
3339 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3340
3341 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3342
3343 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3344 * configure, config.in: Regenerated.
3345
3346 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3347 "bsd-kvm.h".
3348 (vaxbsd_supply_pcb): New function.
3349 (_initialize_vaxbsd_nat): New prototype and function.
3350 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3351 solib-sunos.o.
3352 (LOADLIBES): New variable.
3353 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3354 (LOADLIBES): New variable.
3355 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3356 (LOADLIBES): New variable.
3357 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3358
3359 2004-07-16 Andrew Cagney <cagney@gnu.org>
3360
3361 * defs.h (event_loop_p): Replace variable declaration with macro,
3362 always 1.
3363 * main.c (captured_main): Delete options "-async" and "-noasync".
3364 (event_loop_p): Delete variable.
3365 * NEWS: Mention that "-async" and "-noasync" were removed.
3366
3367 2004-07-16 Andrew Cagney <cagney@gnu.org>
3368
3369 * remote-m32r-sdi.c: Re-indent.
3370
3371 2004-07-16 Jim Blandy <jimb@redhat.com>
3372
3373 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3374 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3375 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3376 missing MPC823 SPRs.
3377 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3378 incorrect. (This was corrected in GDB's register name tables on
3379 2004-07-14.)
3380
3381 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3382 should be "esasrr" ("ESA Save and Restore Register").
3383
3384 2004-07-16 Andrew Cagney <cagney@gnu.org>
3385
3386 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3387 calls, no longer applicable. Update comments and rename parameter
3388 "step_frame" to "return_frame".
3389
3390 2004-07-16 Andrew Cagney <cagney@gnu.org>
3391
3392 * frame.c (fprint_field): New function.
3393 (fprint_frame_id): Use fprint_field.
3394
3395 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3396
3397 * ada-lang.c (ada_language_defn): Remove commented out code.
3398
3399 2004-07-15 Jim Blandy <jimb@redhat.com>
3400
3401 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3402 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3403
3404 2004-07-14 Jim Blandy <jimb@redhat.com>
3405
3406 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3407
3408 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3409
3410 * ppc-tdep.h (ppc_num_srs): New enum constant.
3411
3412 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3413 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3414 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3415 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3416 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3417 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3418 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3419 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3420 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3421 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3422 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3423 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3424 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3425 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3426 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3427 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3428 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3429 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3430 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3431 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3432 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3433 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3434 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3435 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3436 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3437 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3438 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3439 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3440 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3441 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3442 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3443 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3444 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3445 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3446 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3447 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3448 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3449 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3450 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3451 special-purpose register numbers.
3452
3453 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3454 manual mentions 'md_twb', but many mention 'm_twb', and at that
3455 point in the register list.)
3456
3457 2004-07-14 Andrew Cagney <cagney@gnu.org>
3458
3459 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3460 instead of "internal-error".
3461
3462 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3463
3464 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3465 that was inserted inside a comment.
3466
3467 2004-07-10 Randolph Chung <tausq@debian.org>
3468
3469 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3470 function.
3471 (hppa_hpux_push_dummy_code): New function.
3472 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3473 Set find_global_pointer method.
3474
3475 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3476
3477 * NEWS: Mention BSD libkvm interface.
3478
3479 2004-07-10 Michael Snyder <msnyder@redhat.com>
3480
3481 * symfile.c (generic_load): Comment typo.
3482 * stack.c (get_selected_block): Ditto.
3483 * regcache.c (regcache_cooked_read): Ditto.
3484 * monitor.c (monitor_debug): Ditto.
3485 * mips-tdep.c (mips_read_pc): Ditto.
3486 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3487 * gdb_mbuild.sh: Ditto.
3488 * gdbarch.sh: Ditto.
3489 * gdbarch.h: Ditto.
3490
3491 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3492
3493 * ada-tasks.c: Remove file.
3494
3495 Remove ARI problems:
3496
3497 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3498 beginning of line.
3499
3500 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3501 Add comment.
3502 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3503 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3504 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3505 (UMIN_OF_SIZE): Remove.
3506 (max_of_type): New function to replace orphan macro in gdbtypes.h
3507 (min_of_type): Ditto.
3508 (discrete_type_high_bound): Use max_of_type.
3509 (discrete_type_low_bound): Use min_of_type.
3510 (possible_user_operator_p): Move operator to beginning of line.
3511 (ada_is_variant_part): Ditto.
3512 (ensure_lval): Rewrite to avoid deprecated operations.
3513 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3514 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3515 (ada_enum_name): Remove assignments in 'if' statements.
3516 (build_ada_types): Add gdbarch parameter.
3517 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3518 with gdbarch_data_register_post_init.
3519 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3520 add_show_from_set.
3521
3522 * ada-valprint.c (inspect_it): Remove declaration.
3523 (repeat_count_threshold): Remove declaration.
3524 (ada_print_floating): Remove assignments in 'if' statements.
3525 (print_str): Move operator to beginning of line.
3526
3527 2004-07-08 Jim Blandy <jimb@redhat.com>
3528
3529 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3530
3531 2004-07-08 Bob Rossi <bob@brasko.net>
3532
3533 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3534
3535 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3536
3537 * language.h (struct_language_defn): Add new function pointer:
3538 la_class_name_from_physname. Also add new prototype for
3539 language_class_name_from_physname.
3540 * language.c (language_class_name_from_physname): New function.
3541 (unk_lang_class_name): Ditto.
3542 (unknown_language_defn, auto_language_defn): Change
3543 to add unk_lang_class_name function pointer for
3544 la_class_name_from_physname.
3545 (local_language_defn): Ditto.
3546 * dwarf2read.c (guess_structure_name): Change to call
3547 language_class_name_from_physname.
3548 (determine_class_name): Ditto.
3549 * cp-support.c (class_name_from_physname): Renamed.
3550 (cp_class_name_from_physname): New name of function.
3551 * cp-support.h: Ditto.
3552 * c-lang.c (c_language_defn): Change to add NULL
3553 for class_name_from_physname function pointer.
3554 (cplus_language_defn): Change to add cp_class_name_from_physname.
3555 * jv-lang.c (java_class_name_physname): New function.
3556 (java_find_last_component): New static routine.
3557 (java_language_defn): Add java_class_name_from_physname pointer.
3558 * ada-lang.c (ada_language_defn): Change to add NULL
3559 for class_name_from_physname function pointer.
3560 * f-lang.c (f_language_defn): Ditto.
3561 * m2-lang.c (m2_language_defn): Ditto.
3562 * objc-lang.c (objc_language_defn): Ditto.
3563 * p-lang.c (pascal_language_defn): Ditto.
3564 * scm-lang.c (scm_language_defn): Ditto.
3565
3566 2004-07-06 Andrew Cagney <cagney@gnu.org>
3567
3568 Patch from Bart Robinson.
3569 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3570 (O_LARGEFILE): Define to 0, if not defined.
3571
3572 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3573
3574 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3575 <machine/pcb.h> and "bsd-kvm.h".
3576 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3577 (m68kbsd_supply_pcb): New function.
3578 (_initialize_m68kbsd_nat): New prototype and function.
3579 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3580 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3581 (LOADLIBES): New variable.
3582 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3583 (LOADLIBES): New variable.
3584
3585 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3586
3587 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3588
3589 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3590 <sys/proc.h>.
3591 (bsd_kvm_cmdlist): New variable.
3592 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3593 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3594 command and "kvm proc" command.
3595 * Makefile.in (bsd-kvm.o): Update dependencies.
3596
3597 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3598
3599 * osabi.c: Update copyright year.
3600 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3601 notes if EI_OSABI is set to ELFOSABI_HPUX.
3602
3603 2004-07-01 Michael Snyder <msnyder@redhat.com>
3604
3605 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3606 that seems to have gotten whacked out of line.
3607
3608 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3609
3610 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3611 code.
3612
3613 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3614
3615 * ada-lang.c (decode_packed_array): Minor change to comment.
3616 (ada_value_slice_ptr): New function.
3617 (ada_value_slice): New function.
3618 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3619 test. Don't know why it is there.
3620 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3621 to avoid dereferencing huge arrays from which one is slicing.
3622 (empty_array): Correct to return an array rather than
3623 a subrange value.
3624 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3625 on empty arrays (let'em use 'FIRST instead).
3626
3627 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3628
3629 Address complaints from gdb_ari.sh:
3630
3631 * ada-exp.y: Include gdb_string.h rather than string.h.
3632 (convert_char_literal): Reformat declaration.
3633 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3634 * ada-lex.l: Change use of free to xfree (the macro would do so
3635 anyway, but this is harmless).
3636 Include gdb_string.h rather than string.h.
3637 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3638
3639 * ada-lang.c (parse): Remove K&Rism in parameter list.
3640 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3641
3642 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3643
3644 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3645 dead code.
3646
3647 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3648
3649 * alphabsd-nat.c: Update copyright year.
3650 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3651
3652 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3653
3654 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3655 (i386_cygwin_in_solib_call_trampoline): New function.
3656 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3657 and skip_trampoline_code gdbarch methods.
3658
3659 2004-06-29 Jim Blandy <jimb@redhat.com>
3660
3661 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3662 name actually used in the dependency lists.
3663
3664 2004-06-29 Randolph Chung <tausq@debian.org>
3665
3666 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3667
3668 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3669
3670 * win32-nat.c (child_pid_to_exec_file): New function.
3671 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3672 functionality.
3673
3674 2004-06-28 Andrew Cagney <cagney@gnu.org>
3675
3676 * defs.h (xstrvprintf): Declare.
3677 * utils.c (xstrvprintf): New function.
3678 (internal_vproblem, xstrprintf, xasprintf)
3679 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3680 * serial.c (serial_printf): Ditto.
3681 * complaints.c (vcomplaint): Ditto.
3682
3683 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3684
3685 * infcmd.c (attach_command): Move call to target_terminal_inferior
3686 behind loading symbol table.
3687
3688 2004-06-28 Andrew Cagney <cagney@gnu.org>
3689
3690 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3691 change - add back extern deprecated_ui_loop_hook declaration.
3692
3693 2004-06-28 Andrew Cagney <cagney@gnu.org>
3694
3695 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3696 xstrprintf.
3697 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3698 (c_value_of_variable): Ditto.
3699 * utils.c (internal_vproblem): Ditto.
3700 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3701 * remote.c (add_packet_config_cmd): Ditto.
3702 * remote-rdp.c (rdp_set_command_line): Ditto.
3703 * regcache.c (regcache_dump): Ditto.
3704 * frv-tdep.c (new_variant, new_variant): Ditto.
3705 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3706 (fbsd_find_memory_regions): Ditto.
3707 * breakpoint.c (create_thread_event_breakpoint)
3708 (create_breakpoints): Ditto.
3709 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3710 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3711
3712 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3713
3714 * ada-lang.c: Re-indent file, with some massaging to help indent
3715 a bit when the result is otherwise really too ugly.
3716
3717 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3718
3719 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3720 code_addr_p and special_addr_p to 'unsigned int'.
3721
3722 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3723
3724 * i386v4-nat.c: Update copyright year and tweak comment.
3725 (regmap): Remove trailing comma.
3726 (supply_gregset): Rename local variable i to regnum. Call
3727 regcache_raw_supply instead of supply_register.
3728 (fill_gregset): Rename argument regno to regnum. Call
3729 regcache_raw_collect instead of regcache_collect.
3730
3731 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3732
3733 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3734 and special_addr_p.
3735 (frame_id_build, frame_id_build_special): Update comments.
3736 (frame_id_build_wild): New prototype.
3737 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3738 struct frame_id fields.
3739 (frame_id_build_wild): New function.
3740 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3741
3742 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3743
3744 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3745 hppabsd-tdep.c.
3746
3747 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3748
3749 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3750
3751 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3752
3753 * ada-lang.c: Re-indent file.
3754
3755 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3756
3757 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3758 (no_symtab_msg): Likewise.
3759
3760 2004-06-27 Andreas Schwab <schwab@suse.de>
3761
3762 * source.c: Fix whitespace.
3763
3764 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3765
3766 * configure.in: Include <sys/param.h> for td_pcb test.
3767 * configure: Regenerated.
3768
3769 * i386nbsd-nat.c: New file.
3770 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3771 i386obsd-nat.c and i386obsd-tdep.c.
3772 (i386nbsd-nat.o): New dependency.
3773 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3774 bsd-kvm.o.
3775 (LOADLIBES): New variable.
3776 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3777 bsd-kvm.o.
3778 (LOADLIBES): New variable.
3779
3780 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3781 (LOADLIBES): New variable.
3782
3783 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3784 fetching from BSD_KVM_PADDR. Correctly lookup address for
3785 "_thread0".
3786
3787 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3788 "bsd-kvm.h".
3789 (amd64fbsd_supply_pcb): New funcion.
3790 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3791
3792 2004-06-27 <david@streamline-computing.com>
3793
3794 Partial fix for PR cli/1056.
3795 * valarith.c: Check for zero in division and remainder
3796 evaluation.
3797
3798 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3799
3800 * i387-tdep.c: Remove excessive whitespace.
3801
3802 2004-06-26 Andrew Cagney <cagney@gnu.org>
3803
3804 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3805 * gdb-events.h, gdb-events.c: Re-generate.
3806 * tui/tui-hooks.c (tui_install_hooks): Update.
3807 (tui_remove_hooks): Update.
3808 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3809
3810 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3811
3812 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3813 (gregset_t, fpregset_t): Remove typedefs.
3814 (REG_OFFSET): Rename argument.
3815 (amd64bsd_r_reg_offset): Rename from reg_offset.
3816 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3817 Remove functions.
3818 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3819 of reg_offset.
3820 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3821
3822 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3823
3824 * vax-tdep.c: Tweak comment.
3825
3826 Add OpenBSD/hppa support.
3827 * NEWS (New native configurations): Mention OpenBSD/hppa.
3828 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3829 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3830 files.
3831 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3832 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3833 * configure.host: Add hppa*-*-openbsd*.
3834 * configure.tgt: Add hppa*-*-openbsd*.
3835
3836 2004-06-25 Andrew Cagney <cagney@gnu.org>
3837
3838 * defs.h (deprecated_ui_loop_hook): Deprecated.
3839 * wince.c (child_wait): Update.
3840 * win32-nat.c (child_wait): Update.
3841 * v850ice.c (v850ice_wait): Update.
3842 * top.c (deprecated_ui_loop_hook): Update.
3843 * serial.h: Update.
3844 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3845 (do_unix_readchar): Update.
3846 * ser-tcp.c (net_open): Update.
3847 * remote-sim.c (gdb_os_poll_quit): Update.
3848 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3849
3850 2004-06-24 Andrew Cagney <cagney@gnu.org>
3851
3852 * defs.h (deprecated_pre_add_symbol_hook)
3853 (deprecated_post_add_symbol_hook): Deprecated.
3854 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3855 (symbol_file_add_with_addrs_or_offsets): Update references.
3856
3857 2004-06-24 Andrew Cagney <cagney@gnu.org>
3858
3859 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3860 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3861 * wince.c (ui_loop_hook): Delete extern declaration.
3862 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3863 * v850ice.c (ui_loop_hook): Delete extern declaration..
3864 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3865 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3866 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3867 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3868 ui_loop_hook declaration.
3869
3870 2004-06-24 Andrew Cagney <cagney@gnu.org>
3871
3872 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3873 entry_func_highpc fields.
3874 * objfiles.c (init_entry_point_info): Do not clear
3875 entry_func_lowpc and entry_func_highpc.
3876 (objfile_relocate): Do not relocate entry_func_lowpc and
3877 entry_func_highpc.
3878 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3879 entry_func_highpc.
3880 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3881 entry_func_highpc.
3882 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3883 entry_func_lowpc and entry_func_highpc with call to
3884 inside_entry_func.
3885
3886 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3887
3888 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3889 quad-precision floating point arguments in registers.
3890
3891 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3892
3893 From Michael Mueller <m.mueller99@kay-mueller.de>:
3894 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3895 account.
3896
3897 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3898
3899 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3900 to -1.
3901 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3902 untriggered watchpoints to a separate if clause. Update function
3903 comment regarding STOPPED_BY_WATCHPOINT argument.
3904
3905 2004-06-22 Jim Blandy <jimb@redhat.com>
3906
3907 * gdbarch.sh: Doc fix.
3908
3909 2004-06-21 Martin Hunt <hunt@redhat.com>
3910 Kevin Buettner <kevinb@redhat.com>
3911
3912 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3913 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3914 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3915 to set_gdbarch_sp_regnum(). Use cooked register number.
3916 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3917
3918 2004-06-21 Andrew Cagney <cagney@gnu.org>
3919
3920 * gdbarch.sh: When the macro field is empty, do not generate a
3921 macro definition. When the macro field is "=", generate the macro
3922 name from the upper-case function name.
3923 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3924 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3925 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3926 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3927 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3928 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3929 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3930 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3931 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3932 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3933 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3934 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3935 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3936 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3937 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3938 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3939 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3940 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3941 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3942 (DEPRECATED_USE_STRUCT_CONVENTION)
3943 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3944 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3945 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3946 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3947 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3948 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3949 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3950 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3951 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3952 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3953 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3954 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3955 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3956 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3957 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3958 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3959 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3960 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3961
3962 2004-06-21 Andrew Cagney <cagney@gnu.org>
3963
3964 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3965 macro name, and the function rather than macro value. Only wrap
3966 macro print statements in #ifdef. Move format logic to where it
3967 is needed.
3968 * gdbarch.c: Re-generate.
3969
3970 * gdbarch.sh (read): Delete "print_p" and "description", add
3971 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3972 Delete references to print_p.
3973 (TARGET_ARCHITECTURE): Delete print predicate.
3974 * gdbarch.c: Re-generate.
3975
3976 * gdbarch.sh: Check that multi-arch methods do not provide a
3977 macro.
3978 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3979 (print_registers_info, print_float_info, print_vector_info)
3980 (adjust_breakpoint_address, remote_translate_xfer_address)
3981 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3982 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3983 name from the multi-arch definition.
3984
3985 2004-06-20 Andrew Cagney <cagney@gnu.org>
3986
3987 * gdbarch.sh: Sort by the function, instead of macro name.
3988 * gdbarch.c: Re-generate.
3989
3990 2004-06-20 Andrew Cagney <cagney@gnu.org>
3991
3992 * gdbarch.sh: Use the function, instead of macro name in
3993 errors and the log file.
3994 (return_value): Remove stray ":" in spec.
3995
3996 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3997 * gdbarch.h, gdbarch.c: Re-generate.
3998 * Makefile.in (arch-utils.o): Update dependencies.
3999 * values.c (using_struct_return): Move code calling
4000 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
4001 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
4002 to legacy_return_value, simplify.
4003 * infcmd.c (print_return_value): Move code calling
4004 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
4005 to legacy_return_value, simplify.
4006 * infcall.c (call_function_by_hand): Move code calling
4007 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
4008 * arch-utils.c: Update copyright. Include "gdbcore.h".
4009 (legacy_return_value): New function.
4010 * arch-utils.h: Update copyright.
4011 (legacy_return_value): Declare.
4012
4013 2004-06-20 Andrew Cagney <cagney@gnu.org>
4014
4015 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
4016 * gdbarch.h, gdbarch.c: Re-generate.
4017 * values.c (using_struct_return): Update call.
4018 * mcore-tdep.c: Update comment.
4019 * infcall.c (call_function_by_hand): Update comment.
4020 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4021 * arch-utils.h (always_use_struct_convention): Update.
4022 * v850-tdep.c (v850_gdbarch_init): Update.
4023 * sh64-tdep.c (sh64_gdbarch_init): Update.
4024 * sh-tdep.c (sh_gdbarch_init): Update.
4025 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4026 * mips-tdep.c (mips_gdbarch_init): Update.
4027 * mcore-tdep.c (mcore_gdbarch_init): Update.
4028 * m32r-tdep.c (m32r_gdbarch_init): Update.
4029 * ia64-tdep.c (ia64_gdbarch_init): Update.
4030 * h8300-tdep.c (h8300_gdbarch_init): Update.
4031 * frv-tdep.c (frv_gdbarch_init): Update.
4032 * cris-tdep.c (cris_gdbarch_init): Update.
4033 * arm-tdep.c (arm_gdbarch_init): Update.
4034 * alpha-tdep.c (alpha_gdbarch_init): Update.
4035
4036 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4037
4038 * PROBLEMS: Add more specific information, and a work-around,
4039 for PR gdb/1458.
4040
4041 2004-06-18 Andrew Cagney <cagney@gnu.org>
4042
4043 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
4044 * gdbarch.h, gdbarch.c: Re-generate.
4045 * ada-lang.c (ada_finish_decode_line_1): Update.
4046 * infrun.c (handle_inferior_event): Update.
4047 * infcall.c (find_function_addr): Update.
4048 * linespec.c (minsym_found): Update.
4049 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
4050 Update.
4051 * blockframe.c (legacy_frameless_look_for_prologue): Update.
4052 * cli/cli-cmds.c (disassemble_command): Update.
4053 * vax-tdep.c (vax_gdbarch_init): Update.
4054
4055 2004-06-18 Mark Kettenis <kettenis@gnu.org>
4056
4057 * i386-tdep.c (i386_collect_fpregset): Fix comment.
4058
4059 2004-06-17 Andrew Cagney <cagney@gnu.org>
4060
4061 GDB 6.1.1 released from the GDB 6.1 branch.
4062 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
4063 * PROBLEMS: Ditto.
4064
4065 2004-06-16 Daniel Jacobowitz <dan@debian.org>
4066
4067 PR gdb/1658
4068 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
4069 operation as a uleb128. Found by Michael Coulter.
4070
4071 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
4072
4073 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4074 make it non-static.
4075 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4076 to ada-lang.h; this is needed to be able to implement the kill command
4077 in multi-task mode.
4078 (task_ptid): Ditto.
4079 (task_entry): Ditto.
4080 (task_list): Ditto.
4081 (ada_build_task_list): Ditto.
4082
4083 * ada-lang.c: Conditionalize routines and data structures related
4084 to breakpoints, exceptions, completion, and symbol caching on
4085 GNAT_GDB, since these are not yet used in the submitted public sources.
4086 (ada_main_name): Editorial: Move definition out of exception-related
4087 code.
4088
4089 2004-06-15 Andrew Cagney <cagney@gnu.org>
4090
4091 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4092 deprecated_pc_in_call_dummy.
4093
4094 2004-06-15 Alan Modra <amodra@bigpond.net.au>
4095
4096 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4097 bfd_get_section_size_before_reloc or _raw_size.
4098 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4099 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4100 (dwarf2_read_section): Likewise.
4101 * elfread.c (elf_locate_sections): Likewise.
4102 * gcore.c (derive_heap_segment): Likewise.
4103 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4104 * remote-e7000.c (e7000_load): Likewise.
4105 * remote-m32r-sdi.c (m32r_load): Likewise.
4106 * remote-mips.c (mips_load_srec): Likewise.
4107 (pmon_load_fast): Likewise.
4108 * remote.c (compare_sections_command): Likewise.
4109 * symfile.c (add_section_size_callback): Likewise.
4110 (load_section_callback): Likewise.
4111 (pc_in_unmapped_range): Likewise.
4112 (pc_in_mapped_range): Likewise.
4113 (sections_overlap): Likewise.
4114 (list_overlays_command): Likewise.
4115 (simple_overlay_update_1): Likewise.
4116 (simple_overlay_update): Likewise.
4117 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4118 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4119
4120 2004-06-14 Randolph Chung <tausq@debian.org>
4121
4122 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4123 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4124 static.
4125 (hppa_hpux_inferior_created): New function.
4126 (hppa_hpux_init_abi): Register observer.
4127 * symfile.c (hp_cxx_exception_support_initialized)
4128 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4129 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4130
4131 2004-06-14 Randolph Chung <tausq@debian.org>
4132
4133 * MAINTAINERS (Write After Approval): Alphabetize my entry
4134 correctly.
4135
4136 2004-06-14 Andrew Cagney <cagney@gnu.org>
4137
4138 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4139 testsuite maintainer.
4140
4141 2004-06-13 Andrew Cagney <cagney@gnu.org>
4142
4143 * infcmd.c (print_return_value): Fix logic, allow
4144 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4145
4146 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4147 defining any macros.
4148 * gdbarch.h: Re-generate.
4149
4150 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4151 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4152 * gdbarch.h: Re-generate.
4153
4154 * values.c (generic_use_struct_convention): Don't check gcc_p.
4155
4156 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4157 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4158 * gdbarch.h, gdbarch.c: Regenerate.
4159 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4160 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4161 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4162 deprecated_max_register_raw_size and
4163 deprecated_max_register_virtual_size.
4164 * v850-tdep.c (v850_gdbarch_init): Ditto.
4165 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4166 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4167 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4168 * cris-tdep.c (cris_gdbarch_init): Ditto.
4169
4170 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4171 * gdbarch.h, gdbarch.c: Re-generate.
4172 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4173 (m68hc11_use_struct_convention): Delete function.
4174 (m68hc11_extract_struct_value_address): Delete function.
4175 (m68hc11_return_value): New function.
4176 (m68hc11_gdbarch_init): Instead of store_return_value,
4177 extract_return_value, return_value_on_stack,
4178 deprecated_extract_struct_value_address and use_struct_convention,
4179 set return_value.
4180 * values.c (using_struct_return): Do not call
4181 RETURN_VALUE_ON_STACK.
4182 * arch-utils.h (generic_return_value_on_stack_not): Delete
4183 declaration.
4184 * arch-utils.c (generic_return_value_on_stack_not): Delete
4185 function.
4186
4187 2004-06-12 Andrew Cagney <cagney@gnu.org>
4188
4189 * values.c (register_value_being_returned): Delete function.
4190 * infcmd.c (legacy_return_value): Delete function.
4191 * infcall.c (call_function_by_hand): Inline
4192 "register_value_being_returned", simplify.
4193 * values.c (using_struct_return): Update comment, refer to
4194 print_return_value instead of register_value_being_returned.
4195 * infcmd.c (print_return_value): Inline calls to
4196 register_value_being_returned and legacy_return_value. Simplify.
4197
4198 2004-06-11 Randolph Chung <tausq@debian.org>
4199
4200 * somread.c (som_symtab_read): Exclude gcc local symbols.
4201
4202 2004-06-11 Randolph Chung <tausq@debian.org>
4203
4204 * infrun.c (handle_inferior_event): Handle the case when a
4205 trampoline ends up in the runtime resolver, and if the trampoline
4206 has no name. Rearrange the code so that all the trampoline
4207 processing happens before other step-out-of-range handling.
4208
4209 2004-06-11 Martin Hunt <hunt@redhat.com>
4210
4211 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4212 has no fpu.
4213
4214 2004-06-10 Andrew Cagney <cagney@gnu.org>
4215
4216 * blockframe.c (legacy_inside_entry_func): Delete.
4217 (legacy_frame_chain_valid): Inline call to
4218 legacy_inside_entry_func, simplify.
4219
4220 2004-06-10 Bob Rossi <bob@brasko.net>
4221
4222 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4223 * dwarf2read.c (partial_die_info): Add dirname field.
4224 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4225 (read_partial_die): Save away DW_AT_comp_dir.
4226 * defs.h (symtab_to_filename): Removed.
4227 * source.c (find_and_open_source): Added.
4228 (open_source_file): Just calls find_and_open_source.
4229 (symtab_to_filename): Removed.
4230 (symtab_to_fullname, psymtab_to_fullname): Added.
4231 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4232 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4233 symtab_to_filename.
4234 * symtab.h (partial_symtab): Add dirname field.
4235 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4236 (mi_cmd_file_list_exec_source_file): Call new function
4237 symtab_to_fullname to find fullname.
4238 (mi_cmd_file_list_exec_source_files): Added.
4239 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4240 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4241
4242 2004-06-10 Andrew Cagney <cagney@gnu.org>
4243
4244 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4245 to generic_use_struct_convention, the default value.
4246
4247 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4248 of abort.
4249
4250 * ns32k-tdep.c (ns32k_push_arguments): New function.
4251 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4252 * infcall.c (call_function_by_hand): Call error instead of
4253 legacy_push_arguments.
4254 * value.h (legacy_push_arguments): Delete declaration.
4255 * valops.c (legacy_push_arguments): Delete function.
4256 (value_push): Delete function.
4257
4258 2004-06-10 Brian Ford <ford@vss.fsi.com>
4259
4260 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4261 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4262 info.
4263 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4264
4265 2004-06-10 Andrew Cagney <cagney@gnu.org>
4266
4267 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4268 * gdbarch.h, gdbarch.c: Re-generate.
4269 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4270 parameters.
4271 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4272 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4273 deprecated_pc_in_call_dummy instead of
4274 DEPRECATED_PC_IN_CALL_DUMMY.
4275 (arm_skip_prologue): Ditto.
4276 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4277 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4278 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4279 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4280 Ditto.
4281 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4282 (sh64_init_extra_frame_info, sh64_get_saved_register)
4283 (sh64_pop_frame): Ditto.
4284 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4285 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4286 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4287 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4288 (h8300_pop_frame): Ditto.
4289 * blockframe.c (legacy_inside_entry_func)
4290 (legacy_frame_chain_valid): Ditto.
4291 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4292 to deprecated_pc_in_call_dummy.
4293
4294 2004-06-09 Andrew Cagney <cagney@gnu.org>
4295
4296 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4297 provide a default value.
4298 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4299 * gdbarch.h, gdbarch.c: Re-generate.
4300 * arch-utils.c (generic_convert_register_p): Rename
4301 legacy_convert_register_p
4302 (legacy_register_to_value, legacy_value_to_register): Delete
4303 functions.
4304 * arch-utils.h (generic_convert_register_p): Rename
4305 legacy_convert_register_p.
4306 (legacy_register_to_value, legacy_value_to_register): Delete
4307 declarations.
4308
4309 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4310 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4311 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4312 * gdbarch.h, gdbarch.c: Re-generate.
4313 * infcmd.c (default_print_registers_info): Simplify.
4314 * findvar.c (value_of_register): Simplify.
4315 * mi/mi-main.c (get_register): Simplify.
4316 * arch-utils.c (legacy_convert_register_p): Always return 0.
4317 (legacy_register_to_value, legacy_value_to_register): Always call
4318 internal_error.
4319
4320 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4321 #ifdef CLEAR_INSN_CACHE code.
4322 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4323 Delete #ifdef CLEAR_DEFERRED_STORES code.
4324
4325 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4326
4327 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4328 copyright.
4329 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4330
4331 * config/mips/mipsv4.mh: Delete file.
4332
4333 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4334 unreferenced macro.
4335 (hpread_adjust_stack_address): Delete declaration.
4336
4337 2004-06-08 Andrew Cagney <cagney@gnu.org>
4338
4339 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4340 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4341 PTRACE_ATTACH / PTRACE_DETACH available call error.
4342 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4343 * infttrace.c (update_thread_state_after_attach, attach, detach):
4344 Remove #ifdef wrappers.
4345 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4346 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4347 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4348 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4349 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4350 * config/nm-linux.h (ATTACH_DETACH): Delete.
4351 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4352 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4353 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4354 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4355 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4356
4357 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4358
4359 * configure.in: Set $configdir to the right OS specific value.
4360 Use value when setting $tcldir and $tkdir.
4361 * configure: Regenerate.
4362
4363 2004-06-06 Paul Brook <paul@codesourcery.com>
4364
4365 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4366 records.
4367
4368 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4369
4370 * ada-lang.c (lookup_symbol_in_language): New function to allow
4371 re-use of another language's symbol lookup code. (Placed here
4372 temporarily while Ada support is being integrated into the public
4373 tree).
4374 (restore_language): New auxiliary function for
4375 lookup_symbol_in_language.
4376 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4377 temporarily while Ada support is being integrated into the public
4378 tree).
4379
4380 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4381
4382 * Makefile.in (check//%): New.
4383
4384 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4385 (mn10300_store_return_value): Rewrite.
4386 (mn10300_type_align): New.
4387 (mn10300_use_struct_convention): Rewrite.
4388 (mn10300_return_value): New, using all of the above.
4389 (mn10300_pop_frame_regular): Add saved_regs_size.
4390 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4391
4392 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4393 regs if PC is on movm.
4394
4395 2004-06-07 Jim Blandy <jimb@redhat.com>
4396
4397 Add native Linux support for the PowerPC E500.
4398 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4399 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4400 all architectures except the E500.
4401 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4402 #definitions.
4403 (struct gdb_evrregset_t): New type.
4404 (have_ptrace_getsetevrregs): New variable.
4405 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4406 fetch_spe_registers): New functions.
4407 (fetch_register): Call fetch_spe_register as appropriate.
4408 Assert that we're only passed raw register numbers.
4409 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4410 Don't fetch gprs if they're pseudoregisters.
4411 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4412 store_spe_registers): New functions.
4413 (store_register): Call store_spe_register as appropriate.
4414 Assert that we're only passed raw register numbers.
4415 (store_ppc_registers): Call store_spe_registers as appropriate.
4416 Don't store gprs if they're pseudoregisters.
4417
4418 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4419
4420 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4421 struct if one exists, even if we are dealing with a zombie thread.
4422
4423 2004-06-07 Andrew Cagney <cagney@gnu.org>
4424
4425 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4426 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4427 Rename PC_REQUIRES_RUN_BEFORE_USE.
4428 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4429 #ifdef.
4430
4431 2004-06-07 Randolph Chung <tausq@debian.org>
4432
4433 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4434 unwinding after sp has been saved to the stack but before the end
4435 of the prologue, and after the fp has been modified but before it has
4436 been saved to the stack.
4437 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4438 Remove superfluous definitions.
4439 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4440
4441 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4442
4443 Committed by Randolph Chung.
4444 * hppa-linux-nat.c: Include the correct version of the header file
4445 depending on the kernel version.
4446
4447 2004-06-06 Randolph Chung <tausq@debian.org>
4448
4449 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4450 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4451
4452 2004-06-06 Randolph Chung <tausq@debian.org>
4453
4454 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4455 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4456 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4457 * hppa-tdep.c (hppa_symbol_address): New function definition.
4458 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4459
4460 2004-06-06 Randolph Chung <tausq@debian.org>
4461
4462 * hppa-tdep.h (struct value): Forward declaration.
4463 (gdbarch_tdep): Define tdep find_global_pointer method.
4464 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4465 associated with the function we are trying to call, and write it
4466 to the gp register.
4467 (hppa32_convert_from_funct_ptr_addr): New function.
4468 (hppa_find_global_pointer): New function.
4469 (hppa_gdbarch_init): Set default find_global_pointer method; set
4470 convert_from_func_ptr_addr method.
4471 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4472 (hppa_linux_init_abi): Set find_global_pointer method.
4473 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4474
4475 2004-06-06 Randolph Chung <tausq@debian.org>
4476
4477 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4478 to struct value *function.
4479 * gdbarch.c: Regenerate.
4480 * gdbarch.h: Likewise.
4481 * infcall.c (call_function_by_hand): Pass entire function value
4482 to push_dummy_call.
4483
4484 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4485 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4486 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4487 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4488 * arm-tdep.c (arm_push_dummy_call): Likewise.
4489 * avr-tdep.c (avr_push_dummy_call): Likewise.
4490 * cris-tdep.c (cris_push_dummy_call): Likewise.
4491 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4492 * frv-tdep.c (frv_push_dummy_call): Likewise.
4493 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4494 * hppa-tdep.c (hppa32_push_dummy_call)
4495 (hppa64_push_dummy_call): Likewise.
4496 * i386-tdep.c (i386_push_dummy_call): Likewise.
4497 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4498 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4499 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4500 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4501 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4502 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4503 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4504 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4505 (ppc64_sysv_abi_push_dummy_call): Likewise.
4506 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4507 (ppc64_sysv_abi_push_dummy_call): Likewise.
4508 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4509 * s390-tdep.c (s390_push_dummy_call): Likewise.
4510 * sh-tdep.c (sh_push_dummy_call_fpu)
4511 (sh_push_dummy_call_nofpu): Likewise.
4512 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4513 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4514 * vax-tdep.c (vax_push_dummy_call): Likewise.
4515
4516 2004-06-04 Jim Blandy <jimb@redhat.com>
4517
4518 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4519 gdbarch argument to register_size.
4520
4521 * rs6000-tdep.c (rs6000_store_return_value): Use
4522 regcache_cooked_write_part instead of
4523 deprecated_write_register_bytes.
4524 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4525 not gdbarch_deprecated_store_return_value.
4526
4527 * ppc-linux-nat.c (store_register, fetch_register): Remove
4528 incorrect assertions. Simplify and generalize handling of
4529 transfers whose sizes are not multiples of, or less than, sizeof
4530 (PTRACE_XFER_TYPE).
4531
4532 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4533
4534 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4535 as a new thread event.
4536 * thread-db.c (thread_get_info_callback): If the thread is a
4537 zombie, return TD_THR_ZOMBIE.
4538 (thread_from_lwp): If thread_get_info_callback returns
4539 TD_THR_ZOMBIE, check if the thread is still on the thread list
4540 and return a -1 ptid if not found.
4541 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4542 change the status to TARGET_WAITKIND_SPURIOUS.
4543
4544 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4545
4546 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4547 double values in little endian mode.
4548
4549 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4550
4551 Committed by Andrew Cagney.
4552 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4553 after last enum constant to avoid error from IBM C
4554 compiler.
4555
4556 2004-06-02 Jim Blandy <jimb@redhat.com>
4557
4558 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4559 to 'message', and make it local to the lone block that uses it.
4560
4561 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4562
4563 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4564
4565 * ada-exp.y: Update copyright notice.
4566 Include block.h.
4567
4568 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4569 SPECIAL_VARIABLE and unify the treatment of these cases.
4570
4571 (write_attribute_call0): Remove.
4572 (write_attribute_call1): Remove.
4573 (write_attribute_calln): Remove.
4574 (save_qualifier): Add missing semicolon.
4575
4576 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4577 temporarily disabled to allow compilation with FSF head version.
4578
4579 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4580 use individual operators (OP_*) for all attributes.
4581 (exp syntax): Use write_int.
4582 Handle STRING literals with OP_STRING.
4583 (variable syntax): Add limit parameter to calls to
4584 write_object_renaming.
4585
4586 (temp_parse_space): New definition to hold entities that need
4587 only live until the next call to ada_parse.
4588 (string_to_operator): Rename fields of ada_opname_table entries.
4589
4590 (write_var_from_sym): Record block.
4591 (write_var_from_name): Minor reformatting.
4592 Make sure saved name is properly encoded in the case of multiple
4593 matches, and set its language to Ada.
4594 Update comment.
4595 Modify to indicate unresolved name as symbol in the UNRESOLVED
4596 namespace, allocated in temp_parse_space.
4597 (write_int): New function.
4598
4599 (write_object_renaming): Add max_depth parameter to limit
4600 chains of object renamings.
4601 Handle case where root of renaming expression is itself a renaming.
4602 Use temp_parse_space for temporary name buffer.
4603 Handle renamings to dereferenced pointers (___XEXA suffices).
4604
4605 (ada_parse, yyerror, string_to_operator,
4606 write_var_from_sym, write_var_from_name, write_attribute_call0,
4607 write_attribute_call1, write_attribute_calln,
4608 write_object_renaming): Protoize.
4609
4610 (_initialize_ada_exp): New function.
4611
4612 * ada-lang.c: Update copyright notice.
4613 General terminology change to conform to GNAT compiler usage:
4614 mangle => encode, demangle => decode
4615 Include gdb_obstack.h.
4616 Include gdb_regex.h
4617 Include frame.h
4618 Include hashtab.h
4619 Include completer.h
4620 Include gdb_stat.h
4621 Include block.h
4622 Include infcall.h
4623
4624 (ADA_RETAIN_DOTS): Make sure this is defined.
4625 (TRUNCATION_TOWARDS_ZERO): Define.
4626 (struct string_vector): Define.
4627 (unresolved_names): Remove definition.
4628 (xnew_string_vector): New function.
4629 (string_vector_append): New function.
4630 (extract_string): Make static.
4631 (ada_unqualified_name): New function.
4632 (add_angle_brackets): New function.
4633 (function_name_from_pc): New function.
4634 (place_on_stack): Rename to ensure_lval.
4635
4636 (ensure_lval): Renamed from place_on_stack.
4637 Make identity on lvals.
4638 Update comment.
4639 (is_nonfunction): New interface.
4640 Only symbols in LOC_CONST class can be enumerals.
4641 (fill_in_ada_prototype): Remove; now independent of language.
4642 (add_defn_to_vec): Add obstack and symtab arguments.
4643 Use obstack to hold collected definitions.
4644 (num_defns_collected): New function.
4645 (defns_collected): New function.
4646 (ada_resolve_subexp): Rename to resolve_subexp.
4647 (resolve_subexp): Renamed from ada_resolve_subexp.
4648 (ada_op_name): Return non-const result.
4649 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4650 other purposes.
4651
4652 (to_fixed_array_type): Add declaration.
4653 (coerce_unspec_val_to_type): Remove offset parameter.
4654 (find_sal_from_funcs_and_line): New interface.
4655 (find_line_in_linetable): Ditto.
4656
4657 (all_sals_for_line): Rename to ada_sals_for_line and make
4658 global.
4659 Add new parameter. When set, do not ask the user to choose the
4660 instance, but use the first one found instead.
4661 Use given line number in returned sals.
4662 Fix comment.
4663 Skip the prologue if funfirstline is set.
4664 Correct for memory leak when 0 lines found.
4665
4666 (value_pos_atr): Use pos_atr.
4667 (pos_atr): New function.
4668 (standard_lookup): Add block parameter.
4669
4670 (makeTimeStart): Remove declaration and uses.
4671 (makeTimeStop): Remove declaration and uses.
4672
4673 (ada_completer_word_break_characters): Allow for VMS.
4674 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4675 (raise_sym_name): New constant.
4676 (raise_unhandled_sym_name): New constant.
4677 (raise_assert_sym_name): New constant.
4678 (process_raise_exception_name): New constant.
4679 (longest_exception_template): New constant.
4680 (warning_limit): New variable to limit warnings during expression
4681 evaluation.
4682 (warnings_issued): New variable to keep track of warnings issued.
4683 (known_runtime_file_name_patterns): New constant.
4684 (known_auxiliary_function_name_patterns): New constant.
4685 (symbol_list_obstack): New variable.
4686
4687 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4688 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4689 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4690 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4691 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4692 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4693 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4694 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4695 and strcmp.
4696
4697 (ada_get_field_index): New function.
4698 (lim_warning): New function.
4699 (ada_translate_error_message): New function.
4700 (MAX_OF_SIZE): New function.
4701 (MIN_OF_SIZE): New function.
4702 (UMAX_OF_SIZE): New function.
4703 (UMIN_OF_SIZE): New function.
4704 (discrete_type_high_bound): New function.
4705 (discrete_type_low_bound): New function.
4706 (base_type): New function.
4707 (do_command): Remove.
4708
4709 (ada_update_initial_language): Use language_ada, not language_unknown.
4710 (ada_encode): Renamed from ada_mangle.
4711 Obey ADA_RETAIN_DOTS.
4712 (ada_decode): Renamed from ada_demangle.
4713 Update coding conventions.
4714 (decoded_names_store): New hash table.
4715 (ada_decode_symbol): New function.
4716 (ada_la_decode): New function.
4717
4718 (modify_general_field): Correct computations of offset and bit
4719 position.
4720 (desc_base_type): Handle ref types, too.
4721 (ada_is_direct_array_type): New function.
4722
4723 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4724 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4725 (ada_is_bogus_array_descriptor,ada_type_of_array,
4726 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4727 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4728 ada_is_array_descriptor_type.
4729
4730 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4731 (ada_is_packed_array_type): Handle pointers or
4732 references to packed arrays as well.
4733 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4734 (decode_packed_array_type): Search for the packed array type
4735 symbol in the currently selected block and associated
4736 superblocks too.
4737 Use lookup_symbol again.
4738
4739 (decode_packed_array): Handle pointers and references.
4740 Update call to coerce_unspec_val_to_type.
4741 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4742 (ada_value_primitive_packed_val): Improve comment.
4743
4744 (ada_index_type): Substitute int type for "undefined".
4745 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4746 ada_array_langth, ada_is_string_type): Use renamed
4747 ada_is_simple_array_type.
4748 (empty_array): New function.
4749
4750 (ada_resolve): Rename to resolve.
4751 (resolve): Make static.
4752 Call renamed resolve_subexp.
4753 Update comment.
4754 (ada_resolve_subexp): Rename to resolve_subexp.
4755 (resolve_subexp): Update comment.
4756 Decomment disabled code.
4757 Add LOC_COMPUTED* cases.
4758 Modify to use temporary struct symbols (marked as being in
4759 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4760 OP_UNRESOLVED_VALUE.
4761 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4762 Add OP_STRING case.
4763 Remove OP_ARRAY.
4764 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4765 Use new ada_lookup_symbol_list interface.
4766 Use new ada_resolve_function interface.
4767 Remove OP_TYPE case.
4768
4769 (ada_args_match): Idiot proof against null actuals.
4770 Use intermediate variables to clarify.
4771 (ada_resolve_function): Update comment and interface.
4772 (mangled_ordered_before): Rename to encoded_ordered_before and
4773 update comment.
4774 (sort_choices): Update comment and interface.
4775 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4776 (user_select_syms): New interface.
4777 Use new sort_choices interface.
4778 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4779 (possible_user_operator_p): Idiot-proof against null values.
4780 (ada_simple_renamed_entity): Don't make cleanup; rely on
4781 caller to free result string.
4782 Remove const from return type.
4783 (make_array_descriptor): Rename uses of place_on_stack to
4784 ensure_lval.
4785 Make sure that arrays are on stack.
4786
4787 (HASH_SIZE): Define.
4788 (struct cache_entry): Define.
4789 (cache_space): Define.
4790 (cache): Define.
4791 (clear_ada_sym_cache): New function.
4792 (find_entry): New function.
4793 (lookup_cached_symbol): New function.
4794 (defn_vector_size): Define.
4795 (cache_symbol): New function.
4796 (defn_symbols): Remove.
4797
4798 (standard_lookup): Use lookup_symbol_in_language to get effect of
4799 C lookup.
4800 Cache results.
4801
4802 (symbol_completion_match): New function.
4803 (symbol_completion_add): New function.
4804 (ada_make_symbol_completion_list): New function.
4805
4806 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4807 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4808 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4809 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4810
4811 (ada_lookup_simple_minsym): New function.
4812 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4813
4814 (add_symbols_from_enclosing_procs): New interface.
4815 Conditionalize more helpfully.
4816 Don't bother if program isn't running.
4817 Use new interface to get_frame_block.
4818 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4819
4820 (remove_extra_symbols): New interface.
4821 (xget_renaming_scope): New function.
4822 (is_package_name): New function.
4823 (renaming_is_visible): New function.
4824 (remove_out_of_scope_renamings): New function.
4825
4826 (ada_lookup_symbol_list): New interface.
4827 Properly reinitialize the symbol list obstack.
4828 Don't call add_symbols_from_enclosing_procs if we start from a
4829 static or global block.
4830 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4831 add_symbols_from_enclosing_procs.
4832 Add symtab data to cached entries.
4833 Handle symbols prefixed with
4834 "standard__" specially; strip prefix and don't look in local symbols.
4835 Do not include out of scope renaming symbols in list of
4836 symbols returned.
4837 Add const to block parameter.
4838 Move check for non-local, non-global symbols earlier.
4839 Remove timing stuff.
4840 (ada_lookup_symbol): New interface.
4841 Find symtab as well.
4842 (ada_lookup_symbol_nonlocal): New function.
4843
4844 (is_name_suffix): Enhance suffix detection to recognize
4845 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4846 (is_dot_digits_suffix): New function.
4847 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4848
4849 (ada_add_block_symbols): New interface. Use obstack to return results
4850 in a vector of struct ada_symbol_infos. Add symtab argument.
4851 Use new interface to add_defn_to_vec.
4852 Remove calls to fill_in_ada_prototype.
4853 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4854
4855 (ada_finish_decode_line_1): Add const qualification to local to fix
4856 warning.
4857 Start looking in static block for functions to avoid attempts
4858 to search frame chain for up-level variables.
4859 Adapt to new ada_sals_for_line interface.
4860 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4861 Handle quoting of the function name inside the spec string.
4862 Skip prologue when funfirstline is set and update the
4863 function documentation to that effect.
4864
4865 (debug_print_lines, debug_print_block, debug_print_blocks,
4866 debug_print_symtab): Remove.
4867
4868 (ada_main_name): New function.
4869 (ada_exception_breakpoint_type): New function.
4870 (is_known_support_routine): New function.
4871 (ada_find_printable_frame): Renamed from find_printable_frame and made
4872 global.
4873 Remove level parameter.
4874 Use new interface to select_frame.
4875
4876 (begin_command): Remove.
4877 (ada_adjust_exception_stop): New function.
4878 (ada_print_exception_stop): New function.
4879 (exception_name_from_cond): New function.
4880 (ada_report_exception_break): Replace disabled code with
4881 conditionalization on GNAT_GDB.
4882 Get the exception name from the condition string.
4883 Remove and move functionality into new functions
4884 ada_print_exception_breakpoint_task and
4885 ada_print_exception_breakpoint_nontask.
4886 (error_breakpoint_runtime_sym_not_found): New function.
4887 (is_runtime_sym_defined): New function.
4888 (ada_breakpoint_rewrite): Uncomment suppressed code.
4889 Use symbolic error-message and runtime-symbol names.
4890 Surround runtime symbol names in quotes.
4891 Allow non-specific breakpoints on exceptions and assertions before
4892 program starts.
4893
4894 (ada_is_tagged_type): Add parameter.
4895 (ada_is_tag_type): New function.
4896 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4897 (ada_variant_discrim_type): Ditto.
4898 (value_tag_from_contents_and_address): New function.
4899 (type_from_tag): New function.
4900 (struct tag_args): New structure used to communicate with
4901 ada_tag_name_1.
4902 (ada_tag_name_1): New function.
4903 (ada_tag_name): New function.
4904
4905 (ada_scan_number): Update comment.
4906 (find_struct_field): New function.
4907 (ada_search_struct_field): Make static.
4908 (ada_value_struct_elt): New version that returns references when
4909 given pointers or references to structs.
4910 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4911 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4912 interface.
4913 (ada_value_ind): Use new ada_to_fixed_value interface.
4914 (ada_coerce_ref): Ditto.
4915 (field_offset): Remove.
4916
4917 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4918 (ada_find_renaming_symbol): New function.
4919 (ada_prefer_type): Prefer named types over unnamed ones.
4920 (variant_field_index): New function.
4921 (contains_variant_part): Removed: subsumed by variant_field_index.
4922 (ada_template_to_fixed_record_type): New function, mostly from
4923 template_to_fixed_record_type.
4924 (template_to_fixed_record_type):
4925 Do not scan the type fields beyond the last one; prevents a
4926 potential SEGV.
4927 Handle case where variant field is listed BEFORE discriminant it
4928 depends on.
4929 Fix calculation of record length when bit length is
4930 not evenly divisible by char length.
4931 Move code to ada_template_to_fixed_record_type and call it.
4932
4933 (template_to_static_fixed_type): Revise comment.
4934 Modify to work on ordinary record types as well as templates,
4935 so as to handle fields that use ___XVE or ___XVU encodings.
4936 (to_record_with_fixed_variant_part): Fill out comment.
4937 Initialize C++ stuff in right type.
4938 Allow case where DVAL is null.
4939 Handle case where variant field is not last.
4940 Fix typo concerning record length.
4941 (to_fixed_record_type): Decomment disabled code.
4942 (to_fixed_record_type): Use variant_field_index instead of
4943 contains_variant_part.
4944 (to_fixed_variant_branch_type): Ditto.
4945 (to_fixed_array_type): Decomment disabled code.
4946 (ada_to_fixed_type): Convert tagged types to the specific type.
4947 Deactivate the size-check for array types in order to avoid
4948 some false size alarms.
4949 (to_static_fixed_type): Decomment disabled code.
4950 Modify to call template_to_static_fixed_type
4951 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4952 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4953 Remove valaddr argument, as it is never really used.
4954 (ada_to_fixed_value): Change interface to act on single struct value*
4955 operand.
4956 (adjust_pc_past_prologue): New function.
4957 (ada_attribute_name): Modify to take enum exp_opcode argument.
4958
4959 (ada_enum_name): Recognize new homonym-distinguishing convention.
4960 Adjust local variable's type to remove compiler warning.
4961 Fix a small problem in the part that unqualifies the enumeration name.
4962 (ada_value_binop): New function.
4963 (ada_value_equal): New function.
4964
4965 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4966 Don't give error message when not doing normal evaluation
4967 and a tagged type doesn't seem to contain a structure member.
4968 Give error message for packed arrays.
4969 For indexing arrays, handle pointers to packed arrays correctly.
4970 Handle case of 'first and 'last attributes of bare integral type
4971 without encoded subtype info.
4972 Remove some unnecessary casts.
4973 Fix uninitialized value of type in computing 'first, 'last, or 'length
4974 of array object.
4975 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4976 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4977 calls.
4978 Attributes are now exp_opcode values.
4979 Correct treatment of 'modulus.
4980 Better error message for taking 'length of wrong kind of type;
4981 improve comment.
4982 Change EVAL_NORMAL to noside for consistency.
4983 Use ada_value_binop for DIV, MOD, REM.
4984 Make special case out of array of length 0, since an argument
4985 of 0 upsets some platforms' malloc.
4986 Use OP_STRING instead of OP_ARRAY.
4987 For slice, add check that we have an array type before extracting
4988 a slice out of it. Avoids a SEGV.
4989 When evaluating an array slice, if the array type is a reference to
4990 an aligner type, then replace the aligner type by the actual type.
4991 Decomment disabled code.
4992 Remove some dead code.
4993 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4994 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4995 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4996 and UNOP_MBR to UNOP_IN_RANGE.
4997 If an array type has a parallel ___XVE type, then use it.
4998 Turn arrays into pointers for lvalue arrays.
4999 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
5000 bounds error and handle 0-length slices.
5001 Use lim_warning.
5002 When selecting fields, apply ada_to_fixed_value (because the fields
5003 might have ___XVU or ___XVE encodings even if not dynamic.)
5004 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
5005 (ada_is_system_address_type): New function.
5006
5007 (get_var_value): Use new interface to ada_lookup_symbol_list.
5008 (get_int_var_value): New interface.
5009 (to_fixed_range_type): Allow unknown bound, with warning.
5010 (ada_is_modular_type): Decomment disabled code.
5011 (ADA_OPERATORS): New definition.
5012 (ada_operator_length): New function.
5013 (ada_expr_op_name): New function.
5014 (ada_forward_operator_length): New function.
5015 (ada_dump_subexp_body): New function.
5016 (ada_print_subexp): New function.
5017 (ada_exp_descriptor): New constant.
5018 (ada_op_print_tab): Add 'size. Remove FIXMEs.
5019 (ada_language_defn): Add ada_exp_descriptor entry.
5020 Change ada_parse => parse.
5021 Add post-parser entry.
5022 Use ada-specific non-local symbol lookup.
5023 Don't use C-style arrays.
5024 String lower-bound is 1.
5025 Decomment disabled code.
5026 (parse): New function.
5027 New fields ada_translate_error_message, ada_lookup_symbol,
5028 ada_lookup_minimal_symbol.
5029
5030 * ada-lang.h: Update copyright dates.
5031 Replace the mangle/demangle terminology throughout by the
5032 more appropriate encode/decode one.
5033 Include breakpoint.h.
5034 Forward declare struct partial_symbol, struct block.
5035 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
5036 (EXTRACT_ADDRESS): Remove.
5037 (EXTRACT_INT): Remove.
5038 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
5039 (MAX_ENCLOSING_FRAME_LEVELS): Define.
5040 (MAX_RENAMING_CHAIN_LENGTH): Define.
5041 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
5042
5043 (enum task_states): Remove.
5044 ada_task_states: Remove.
5045 (fat_string): Remove.
5046 (struct entry_call): Remove.
5047 (struct task_fields): Remove.
5048 (struct task_entry): Remove.
5049
5050 (struct ada_symbol_info): Define.
5051 (enum ada_attribute): Remove.
5052 (enum ada_operator): Define.
5053
5054 (ada_get_field_index): Declare.
5055 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
5056 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5057 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5058 (ada_lookup_symbol_list): New interface.
5059 (ada_decode_symbol): Declare.
5060 (ada_decode): Declare.
5061 (ada_lookup_symbol): New interface.
5062 (ada_update_initial_language): Declare.
5063 (ada_lookup_simple_minsym): Declare.
5064 (user_select_syms): New interface.
5065 (ada_sals_for_line): Declare.
5066 (ada_is_tagged_type): New interface.
5067 (ada_tag_name): Declare.
5068 (ada_lookup_struct_elt_type): Remove declaration.
5069 (ada_search_struct_field): Remove declaration.
5070 (ada_attribute_name): New interface.
5071 (ada_is_system_address_type): Declare.
5072 (ada_to_fixed_value): Remove declaration.
5073 (ada_template_to_fixed_record_type_1): Declare.
5074 (get_int_var_value): New interface.
5075 (ada_find_any_symbol): Declare.
5076 (ada_find_renaming_symbol): Declare.
5077 (ada_mangle): Rename to ada_encode.
5078 (ada_simple_renamed_entity): Remove const.
5079 (ada_main_name): Declare.
5080 (get_current_task): Rename to ada_get_current_task.
5081 (get_entry_number): Remove declaration.
5082 (ada_report_exception_break): Remove declaration.
5083 (ada_print_exception_breakpoint_nontask): Declare.
5084 (ada_print_exception_breakpoint_task): Declare.
5085 (ada_find_printable_frame): Declare.
5086
5087 * ada-lex.l: Update copyright notices.
5088 Use xmalloc and xfree instead of malloc and free.
5089 Use new interface to name_lookup.
5090 Use new interface to
5091 ada_mangle=>ada_encode.
5092 Redo handling of '$...' variable to parallel current treatment
5093 in c-exp.y.
5094 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5095 digit_to_int, strtoulst, processInt, processReal, processId,
5096 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5097 yywrap): Protoize.
5098
5099 (processInt): Use cast to remove harmless warning.
5100 (processReal): Modify to get rid of compiler warning on scan formats.
5101
5102 (processId): Replace xmalloc with obstack_alloc for name and remove
5103 call to ada_name_string_cleanup.
5104 Remove obsolete disabled code.
5105 (name_lookup): Ditto.
5106 New interface.
5107 Use obsavestring on temp_parse_space instead of savestring
5108 on name, and remove call to ada_name_string_cleanup.
5109 Free string returned from ada_simple_renamed_entity.
5110 Use new interface to ada_lookup_symbol_list.
5111 Decomment disabled code.
5112 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5113 not types.
5114 When a type name lookup succeeds as a result of
5115 lookup_primitive_typename, check for regular type entry that has not
5116 yet been read in.
5117 Limit length of chain of renamed symbols we are willing to follow.
5118 Do not break names beginning with "standard__" into segments.
5119 (block_lookup): Use new interface to ada_lookup_symbol_list.
5120
5121 * ada-typeprint.c: Update copyright notice.
5122 (demangled_type_name): Rename to decoded_type_name.
5123 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5124 (print_range_bound): Correct handling of negative
5125 bounds that make the index type looked unsigned under STABS.
5126 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5127 (print_range_type_named): Use the builtin int type if no type
5128 corresponding to the given type name could be found.
5129 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5130 Add some bullet-proofing.
5131 (print_variant_clauses): Allow for variant branches with ___XVU
5132 encodings that are not dynamic fields.
5133 Use new interface to ada_is_tagged_type.
5134 (print_record_type): Allow for fields with ___XVE encodings that
5135 are not dynamic fields.
5136 Use new interface to ada_is_tagged_type.
5137 (ada_print_type): ada_is_array_descriptor =>
5138 ada_is_array_descriptor_type.
5139
5140 * ada-valprint.c: Update copyright notice.
5141 Include gdb_string.h
5142 Include infcall.h
5143 (ui_memcpy): New function.
5144 (ada_print_floating): New function.
5145 (ada_print_str): Order arguments correctly.
5146 Correct handling of empty arrays and arrays of 0-length items.
5147 ada_is_array_descriptor => ada_is_array_descriptor_type
5148 Print values of type System.Address in hexadecimal format.
5149 Use ada_print_floating to print floating-point numbers in Ada format.
5150 Print class tag values with type names.
5151 No longer print the address of reference values. Avoids
5152 a potential confusion.
5153 (ada_value_print): Stop printing the object type for reference
5154 values, but preserve that behavior for access types. Avoids
5155 a potential confusion.
5156 Simplify one conditional expression, as the first part is now
5157 necessarily true.
5158 ada_is_array_descriptor => ada_is_array_descriptor_type
5159 Add check for arrays for null records, and print them by hand.
5160
5161 2004-06-01 Jim Blandy <jimb@redhat.com>
5162
5163 * ppc-tdep.h: Delete unused 'regoff' member.
5164 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5165
5166 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5167
5168 Fix PR symtab/1661.
5169 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5170 (hpread_read_struct_type): Likewise.
5171
5172 2004-06-01 Andrew Cagney <cagney@gnu.org>
5173
5174 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5175 instead of xasprintf.
5176 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5177 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5178 (mi_cmd_data_list_register_names)
5179 (mi_cmd_data_list_changed_registers)
5180 (mi_cmd_data_list_register_values)
5181 (get_register, mi_cmd_data_write_register_values)
5182 (mi_cmd_data_write_register_values)
5183 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5184 (mi_cmd_target_download, mi_cmd_target_select)
5185 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5186 (mi_execute_cli_command, mi_execute_async_cli_command)
5187 (mi_execute_async_cli_command): Ditto.
5188 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5189 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5190
5191 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5192 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5193 error_last_message instead of mi_error_last_message.
5194 * mi/mi-main.c (mi_error_last_message): Delete function.
5195
5196 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5197 "invalid number of columns" error. Delete redundant "out of
5198 memory" check.
5199
5200 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5201
5202 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5203 (gregset_t, fpregset_t): Remove typedefs.
5204 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5205 (REG_OFFSET): Rename argument.
5206 (i386bsd_r_reg_offset): Rename from reg_offset.
5207 (REG_ADDR): Remove macro.
5208 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5209 functions.
5210 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5211 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5212 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5213 instead of supply_gregset.
5214 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5215 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5216 instead of fill_gregset.
5217 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5218
5219 * i386bsd-nat.c: Don't include "gregset.h".
5220 (supply_gregset, fill_gregset): Make static.
5221 (supply_fpregset, fill_fpregset): Remove.
5222 * Makefile.in (i386bsd-nat.o): Update dependencies.
5223
5224 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5225
5226 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5227 "gdb_assert.h". Con't include "gregset.h".
5228 (fbsd_make_corefile_notes): Use regset-based core file support
5229 instead off fill_gregset and fill_fpregset.
5230 * Makefile.in (fbsd-proc.o): Update dependencies.
5231
5232 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5233 instructions.
5234 (m88k_frame_prev_register): Simplify code a bit.
5235
5236 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5237 (amd64_collect_fpregset): New function.
5238 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5239
5240 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5241
5242 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5243 (i386_collect_gregset): New function.
5244 (i386_supply_fpregset): Adjust comment.
5245 (i386_collect_fpregset): New function.
5246 (i386_regset_from_core_section): Use i386_collect_gregset and
5247 i386_collect_fpregset.
5248
5249 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5250 handle VALUEP being null.
5251
5252 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5253
5254 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5255
5256 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5257
5258 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5259 assembler in OpenBSD 3.5-current.
5260 (amd64obsd_sigcontext_addr): Likewise.
5261
5262 2004-05-28 Jim Blandy <jimb@redhat.com>
5263
5264 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5265 register set, so our regcache isn't declared "legacy" and our E500
5266 pseudoregister read and write functions aren't ignored.
5267 (rs6000_register_byte, rs6000_register_raw_size,
5268 rs6000_register_virtual_type, rs6000_register_convertible,
5269 rs6000_register_convert_to_virtual,
5270 rs6000_register_convert_to_raw): Deleted.
5271 (rs6000_register_type, rs6000_convert_register_p,
5272 rs6000_register_to_value, rs6000_value_to_register): New
5273 functions.
5274 (rs6000_gdbarch_init): Don't register
5275 gdbarch_deprecated_register_size,
5276 gdbarch_deprecated_register_bytes,
5277 gdbarch_deprecated_register_byte,
5278 gdbarch_deprecated_register_raw_size,
5279 gdbarch_deprecated_register_virtual_type,
5280 gdbarch_deprecated_register_convertible,
5281 gdbarch_deprecated_register_convert_to_virtual, or
5282 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5283 register gdbarch_register_type, gdbarch_convert_register_p,
5284 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5285
5286 2004-05-26 Jim Blandy <jimb@redhat.com>
5287
5288 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5289 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5290 functions, updated to match the register numberings used in GCC.
5291 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5292 rs6000_dwarf2_reg_to_regnum as register number conversions
5293 functions for STABS and Dwarf2.
5294
5295 2004-05-26 Randolph Chung <tausq@debian.org>
5296
5297 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5298 in header file.
5299
5300 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5301
5302 * NEWS: Document new "start" command.
5303
5304 2004-05-25 Randolph Chung <tausq@debian.org>
5305
5306 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5307 hppa-linux.
5308
5309 2004-05-25 Randolph Chung <tausq@debian.org>
5310
5311 * hppa-hpux-tdep.c (offsetof): Define.
5312 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5313 (hppa32_hpux_frame_base_before_sigtramp)
5314 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5315 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5316 (hppa64_hpux_frame_base_before_sigtramp)
5317 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5318 functions.
5319 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5320 (hppa_hpux_sigtramp_frame_unwind_cache)
5321 (hppa_hpux_sigtramp_frame_this_id)
5322 (hppa_hpux_sigtramp_frame_prev_register)
5323 (hppa_hpux_sigtramp_frame_unwind)
5324 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5325 (hppa_hpux_init_abi): Register sigtramp unwinder.
5326 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5327
5328 2004-05-25 Randolph Chung <tausq@debian.org>
5329
5330 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5331 and multiple stack unwinds.
5332 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5333
5334 2004-05-25 Andrew Cagney <cagney@gnu.org>
5335
5336 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5337 * symfile-mem.h: Delete file.
5338 * symfile-mem.c: Do not include "symfile-mem.h".
5339 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5340 "struct bfd_section". When an error do not bother returning NULL.
5341 (add_symbol_file_from_memory_command): Use "struct bfd" and
5342 "struct bfd_section".
5343 * Makefile.in (symfile_mem_h): Delete.
5344 (symfile-mem.o): Update dependencies.
5345
5346 2004-05-25 Nick Roberts <nickrob@gnu.org>
5347
5348 * gdb-mi.el: New file.
5349
5350 2004-05-25 Andrew Cagney <cagney@gnu.org>
5351
5352 * inftarg.c: Include "observer.h".
5353 (child_attach, child_create_inferior): Notify inferior_created.
5354 * corelow.c: Include "observer.h".
5355 (core_open): Notify inferior_created.
5356 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5357
5358 2004-05-25 Andrew Cagney <cagney@gnu.org>
5359
5360 * target.h (struct target_ops): Add from_tty to
5361 to_create_inferior.
5362 (target_create_inferior, find_default_create_inferior): Update.
5363 * infcmd.c (run_command): Update.
5364 * wince.c (child_create_inferior): Update.
5365 * win32-nat.c (child_create_inferior): Update.
5366 * uw-thread.c (uw_thread_create_inferior): Update.
5367 * thread-db.c (thread_db_create_inferior): Update.
5368 * target.c (debug_to_create_inferior)
5369 (find_default_create_inferior): Update.
5370 (maybe_kill_then_create_inferior): Update.
5371 * sol-thread.c (sol_thread_create_inferior): Update.
5372 * remote.c (extended_remote_async_create_inferior)
5373 (extended_remote_create_inferior): Update.
5374 * remote-vx.c (vx_create_inferior): Update.
5375 * remote-st.c (st2000_create_inferior): Update.
5376 * remote-sim.c (gdbsim_create_inferior): Update.
5377 * remote-sds.c (sds_create_inferior): Update.
5378 * remote-rdp.c (remote_rdp_create_inferior): Update.
5379 * remote-rdi.c (arm_rdi_create_inferior): Update.
5380 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5381 * remote-e7000.c (e7000_create_inferior): Update.
5382 * procfs.c (procfs_create_inferior): Update.
5383 * ocd.c (ocd_create_inferior): Update.
5384 * ocd.h (ocd_create_inferior): Update.
5385 * nto-procfs.c (procfs_create_inferior): Update.
5386 * monitor.c (monitor_create_inferior): Update.
5387 * lin-lwp.c (lin_lwp_create_inferior): Update.
5388 * inftarg.c (child_create_inferior): Update.
5389 * hpux-thread.c (hpux_thread_create_inferior): Update.
5390 * gnu-nat.c (gnu_create_inferior): Update.
5391
5392 2004-05-25 Andrew Cagney <cagney@gnu.com>
5393
5394 * MAINTAINERS: Update e-mail address.
5395
5396 2004-05-24 Randolph Chung <tausq@debian.org>
5397
5398 * thread.c (info_threads_command, thread_apply_all_command)
5399 (thread_apply_command, thread_command, do_captured_thread_select):
5400 Remove HPUXHPPA-specific code.
5401
5402 2004-05-24 Randolph Chung <tausq@debian.org>
5403
5404 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5405 unused symbols.
5406 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5407 references.
5408
5409 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5410
5411 * infcmd.c (kill_if_already_running): New function, extracted
5412 from run_command().
5413 (run_command): Replace extracted code by call to
5414 kill_if_already_running().
5415 (start_command): New function.
5416 (_initialize_infcmd): Add "start" command.
5417
5418 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5419
5420 Add OpenBSD/m88k support.
5421 * NEWS (New native configurations): Mention OpenBSD/m88k.
5422 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5423 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5424 * Makefile.in (m88k_tdep_h): New variable.
5425 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5426 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5427 * configure.host: Add m88*-*-openbsd*.
5428 * configure.tgt: Add m88*-*-openbsd*.
5429
5430 2004-05-24 Jim Blandy <jimb@redhat.com>
5431
5432 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5433 to approve changes.
5434
5435 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5436
5437 * symtab.c (fixup_section): Search section table when lookup by
5438 name fails.
5439
5440 2004-05-24 Randolph Chung <tausq@debian.org>
5441
5442 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5443 be "small_struct".
5444
5445 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5446
5447 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5448 register number in regcache_raw_collect call.
5449 (m68kbsd_collect_fpregset): Likewise.
5450 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5451
5452 * regset.h (struct regset): Add back `regset' member.
5453
5454 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5455
5456 * configure.in: Check for td_pcb in `struct thread'.
5457 * configure, config.in: Regenerated.
5458
5459 * dpx2-nat.c: Remove file.
5460 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5461 (dpx2-nat.o): Remove dependencies.
5462
5463 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5464 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5465 (amd64obsd_supply_pcb): New function.
5466 (_initialize_amd64obsd_nat): Enable libkvm interface.
5467 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5468 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5469 (LOADLIBES): New variable.
5470
5471 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5472 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5473 (sparc32nbsd_supply_pcb): New function.
5474 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5475 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5476 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5477 (LOADLIBES): New variable.
5478
5479 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5480
5481 * bsd-kvm.c, bsd-kvm.h: New files.
5482 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5483 "bsd-kvm.h".
5484 (i386fbsd_supply_pcb): New function.
5485 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5486 (i386fbsd-nat.o): Update dependencies.
5487 (bsd_kvm_h): New variable.
5488 (bsd-kvm.o): New dependency.
5489 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5490 (LOADLIBES): New variable.
5491
5492 * regset.c: Tweak comment.
5493 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5494 macro.
5495 * regset.h: Update copyright year.
5496 (struct regset): Remove `descr' member, add `gdbarch' member.
5497 (regset_alloc): Adjust prototype and comment.
5498 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5499 (i386_supply_fpregset): Likewise.
5500 (i386_regset_from_core_section): Update call to regset_alloc.
5501 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5502 REGSET->arch.
5503 (i386obsd_aout_regset_from_core_section): Update call to
5504 regset_alloc.
5505 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5506 REGSET->arch.
5507 (i386nbsd_aout_regset_from_core_section): Update call to
5508 regset_alloc.
5509 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5510 REGSET->arch.
5511 (amd64_regset_from_core_section): Update call to regset_alloc.
5512 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5513 REGSET->arch.
5514 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5515 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5516 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5517 (sparc32nbsd_init_abi): Update call to regset_alloc.
5518 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5519 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5520 (sparc64obsd_init_abi): Update call to regset_alloc.
5521 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5522 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5523 (sparc64nbsd_init_abi): Update call to regset_alloc.
5524 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5525 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5526 (sparc64fbsd_init_abi): Update call to regset_alloc.
5527
5528 2004-05-22 Jim Blandy <jimb@redhat.com>
5529
5530 * ppc-tdep.h (spe_register_p): New declaration.
5531 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5532 ppc_spefscr_regnum.
5533 * rs6000-tdep.c (spe_register_p): New function.
5534 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5535 spefscr.
5536 (rs6000_gdbarch_init): Initialize the new members of the tdep
5537 structure.
5538
5539 2004-05-21 Jim Blandy <jimb@redhat.com>
5540
5541 * ppc-linux-nat.c (fetch_register): Move code back to be next
5542 to the comment that describes it. (Moved code, instead of
5543 comment, for symmetry with store_register.)
5544
5545 Allocate regset structures in the gdbarch's obstack, not using
5546 xmalloc.
5547 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5548 Add 'arch' argument. Allocate the regset on arch's obstack, not
5549 using xmalloc.
5550 * regset.h (regset_alloc): Update declaration.
5551 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5552 gdbarch argument.
5553 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5554 * i386-tdep.c (i386_regset_from_core_section): Same.
5555 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5556 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5557 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5558 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5559 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5560 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5561
5562 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5563
5564 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5565
5566 2004-05-21 Jim Blandy <jimb@redhat.com>
5567
5568 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5569 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5570
5571 2004-05-20 Jim Blandy <jimb@redhat.com>
5572
5573 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5574
5575 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5576
5577 * regset.h: Make prototype const-correct.
5578 * regset.c (regset_xmalloc): Make const-correct.
5579
5580 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5581
5582 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5583 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5584 (symbol_search_name): Declare.
5585
5586 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5587 (iter_name_next_hashed): Ditto.
5588 (iter_name_next_linear): Ditto.
5589 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5590
5591 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5592 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5593 (symbol_search_name): New function.
5594
5595 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5596
5597 * minsyms.c (build_minimal_symbol_hash_tables): Change
5598 test for adding to demangled hash table to check for difference
5599 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5600
5601 2004-05-19 Jim Blandy <jimb@redhat.com>
5602
5603 Use a constructor function to create regset structures.
5604 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5605 (struct regset): Use supply_regset_ftype. Add new
5606 'collect_regset' member.
5607 (regset_xmalloc): New declaration.
5608 * regset.c: New file.
5609 * am64-tdep.c (amd64_regset_from_core_section): Use
5610 regset_xmalloc to construct regset structures.
5611 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5612 * i386-tdep.c (i386_regset_from_core_section): Same.
5613 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5614 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5615 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5616 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5617 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5618 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5619 * Makefile.in (COMMON_OBS): Add regset.o.
5620 (regset.o): New rule.
5621
5622 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5623
5624 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5625 and pthread_cond_wait.c.
5626
5627 2004-05-18 Jim Blandy <jimb@redhat.com>
5628
5629 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5630 before the mach-specific switch, and then let the individual cases
5631 override the defaults, rather than leaving them uninitialized
5632 until the switch and then setting them in each case.
5633
5634 2004-05-18 Randolph Chung <tausq@debian.org>
5635
5636 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5637 millicode functions.
5638
5639 2004-05-18 Randolph Chung <tausq@debian.org>
5640
5641 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5642 references to dld_flags_buffer consistent.
5643
5644 2004-05-18 Randolph Chung <tausq@debian.org>
5645
5646 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5647 it for unwinding the stack.
5648
5649 2004-05-18 Randolph Chung <tausq@debian.org>
5650
5651 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5652 Undefine these so we can overide them using gdbarch.
5653
5654 2004-05-18 Randolph Chung <tausq@debian.org>
5655
5656 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5657 handling for 64-bit HPUX (elf).
5658
5659 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5660
5661 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5662 constants.
5663 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5664 * ia64-tdep.c (examine_prologue): Likewise.
5665 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5666 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5667
5668 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5669
5670 * vax-tdep.c (vax_return_value): Implement
5671 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5672
5673 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5674
5675 * vax-tdep.c (vax_return_value): Fix typo.
5676
5677 2004-05-17 Andrew Cagney <cagney@redhat.com>
5678
5679 * MAINTAINERS: Mark Salter was also responsible for
5680 testsuite/config/
5681
5682 * NEWS: Mention signal fixes.
5683
5684 2004-05-17 Randolph Chung <tausq@debian.org>
5685
5686 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5687 check to see if we are unwinding an export stub. Export stubs clobber
5688 the %rp in the call path and stores the original rp in a stack slot.
5689
5690 2004-05-17 Jim Blandy <jimb@redhat.com>
5691
5692 * MAINTAINERS: Update address for J.T. Conklin.
5693
5694 2004-05-17 Randolph Chung <tausq@debian.org>
5695
5696 * hppa-tdep.c: Remove superfluous #include's.
5697 * Makefile.in (hppa-tdep.o): Update dependencies.
5698
5699 2004-05-17 Randolph Chung <tausq@debian.org>
5700
5701 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5702 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5703 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5704 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5705 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5706 Remove static function declarations.
5707
5708 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5709
5710 * alphabsd-nat.c: Update copyright year.
5711 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5712
5713 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5714 and M68K_A2_REGNUM.
5715
5716 * m68k-tdep.c (m68k_svr4_return_value): Implement
5717 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5718
5719 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5720
5721 * sol-thread.c Update copyright year. Fix various coding
5722 standards violations. Tweak a few comments.
5723 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5724 Delete prototypes.
5725
5726 2004-05-15 Randolph Chung <tausq@debian.org>
5727
5728 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5729 as pointer instead of array reference since HPUX compiler does
5730 not accept unsized array arguments.
5731 * somsolib.c (dld_flags_buffer): Use constant array size.
5732
5733 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5734
5735 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5736 offset with decimal offset.
5737 (amd64obsd_sigcontext_addr): Return correct address for entire
5738 signal trampoline.
5739
5740 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5741 instead of get_frame_base.
5742
5743 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5744 (fill_gregset): Use regcache_raw_collect.
5745
5746 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5747 ppcobsd-tdep.c.
5748
5749 * config/sparc/tm-nbsd64.h: Remove file.
5750 * config/tm-sunos.h: Remove file.
5751
5752 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5753
5754 * rs6000-tdep.c (store_param_on_stack_p): New function,
5755 an improved version of some code extracted from skip_prologue().
5756 (skip_prologue): Use store_param_on_stack_p() to detect
5757 instructions saving a parameter on the stack. Detect when r0
5758 is used to save a parameter.
5759 Do not mark "li rx, SIMM" instructions as part of the prologue,
5760 unless the following instruction is also part of the prologue.
5761
5762 2004-05-14 Andrew Cagney <cagney@redhat.com>
5763
5764 * infrun.c (handle_inferior_event): Simplify
5765 STEP_OVER_UNDEBUGGABLE.
5766
5767 * infrun.c (handle_step_into_function): Delete function.
5768 (handle_inferior_event): Inline calls to
5769 handle_step_into_function.
5770
5771 2004-05-14 Jerome Guitton <guitton@gnat.com>
5772
5773 * rs6000-nat.c: Fix a comment.
5774
5775 2004-05-12 David Anderson <davea@sgi.com>
5776
5777 Committed by Jim Blandy <jimb@redhat.com>:
5778 * regcache.c (struct regcache_descr): fix comment spelling.
5779
5780 2004-05-13 J. Brobecker <brobecker@gnat.com>
5781
5782 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5783 Fixes a link link failure.
5784
5785 2004-05-13 J. Brobecker <brobecker@gnat.com>
5786
5787 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5788 error that was causing the build to fail.
5789
5790 2004-05-13 J. Brobecker <brobecker@gnat.com>
5791
5792 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5793 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5794
5795 2004-05-13 Andrew Cagney <cagney@redhat.com>
5796
5797 * infrun.c (handle_inferior_event): Check for
5798 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5799 calls. Update comments.
5800
5801 2004-05-13 Jim Blandy <jimb@redhat.com>
5802
5803 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5804 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5805 (store_regs_user_thread, store_regs_kernel_thread): Use
5806 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5807 * ppc-linux-nat.c (fill_gregset): Same.
5808 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5809 (ppc_linux_sigtramp_cache): Same.
5810 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5811 (ppcnbsd_sigtramp_cache_init): Same.
5812 * rs6000-nat.c (fetch_core_registers): Same.
5813 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5814 (rs6000_frame_cache): Same.
5815
5816 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5817 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5818 of assuming that the gprs are numbered starting with zero.
5819 * ppc-linux-nat.c (fill_gregset): Same.
5820 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5821 * ppcnbsd-nat.c (getregs_supplies): Same.
5822 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5823 * rs6000-nat.c (fetch_core_registers): Same.
5824 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5825
5826 2004-05-07 Michael Snyder <msnyder@redhat.com>
5827
5828 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5829 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5830
5831 2004-05-13 Andrew Cagney <cagney@redhat.com>
5832
5833 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5834
5835 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5836
5837 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5838 base_address for shared libraries.
5839
5840 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5841
5842 * MAINTAINERS (write after approval): Add myself.
5843
5844 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5845
5846 * breakpoint.c (bpstat_stop_status): Add new argument
5847 STOPPED_BY_WATCHPOINT. Use it instead of testing
5848 target_stopped_data_address agaist 0 to check whether
5849 or not we stopped due to a hardware watchpoint.
5850 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5851 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5852 with new argument.
5853
5854 2004-05-12 Jim Blandy <jimb@redhat.com>
5855
5856 * configure.in: When checking whether we should use the -bbigtoc
5857 option, don't forget to restore the original value of LDFLAGS.
5858 * configure: Regenerated.
5859
5860 2004-05-12 Andrew Cagney <cagney@redhat.com>
5861
5862 * thread.c (load_infrun_state): Delete step_sp.
5863 * infrun.c (context_switch): Ditto.
5864 * inferior.h (step_sp): Ditto.
5865 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5866 * gdbthread.h (struct thread_info, save_infrun_state)
5867 (restore_infrun_state): Ditto.
5868
5869 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5870
5871 * MAINTAINERS (write after approval): Add myself.
5872
5873 2004-05-12 Andrew Cagney <cagney@redhat.com>
5874
5875 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5876 eliminate reference to step_sp.
5877 (struct execution_control_state, init_execution_control_state)
5878 (handle_inferior_event, keep_going): Delete update_step_sp and
5879 step_sp.
5880 * infcmd.c (step_sp): Note that variable is unused.
5881
5882 2004-05-11 Andrew Cagney <cagney@redhat.com>
5883
5884 * infrun.c (step_over_function): Delete function.
5885 (handle_step_into_function): Use insert_step_resume_breakpoint.
5886 (insert_step_resume_breakpoint): Fix assertion.
5887
5888 2004-05-11 Nick Roberts <nickrob@gnu.org>
5889
5890 * utils.c (defaulted_query): Just use the normal query input type
5891 when printing the annotations.
5892
5893 2004-05-11 Andrew Cagney <cagney@redhat.com>
5894
5895 * infrun.c (handle_inferior_event): Simplify code handling
5896 step-into or return-from a signal trampoline.
5897
5898 2004-05-11 Andrew Cagney <cagney@redhat.com>
5899
5900 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5901 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5902
5903 2004-05-10 Jim Blandy <jimb@redhat.com>
5904
5905 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5906 with a call to internal_error.
5907
5908 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5909 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5910 processor variant lacks those registers.
5911 (ppc_floating_point_unit_p): Change description to make it clear
5912 that this returns info about the ISA, not the ABI.
5913 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5914 return true or false by checking tdep->ppc_fp0_regnum and
5915 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5916 arch/mach switching done in rs6000_gdbarch_init; it's better to
5917 keep that logic there, and just check the results here.
5918 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5919 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5920 floating-point registers.
5921 (ppc_supply_fpregset, ppc_collect_fpregset)
5922 (rs6000_push_dummy_call, rs6000_extract_return_value)
5923 (rs6000_store_return_value): Assert that we have floating-point
5924 registers.
5925 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5926 (rs6000_frame_cache): Don't note the locations at which
5927 floating-point registers were saved if we have no fprs.
5928 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5929 registers.
5930 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5931 (store_regs_user_thread, store_regs_kernel_thread): Only call
5932 supply_fprs / fill_fprs if we actually have floating-point
5933 registers.
5934 (special_register_p): Check ppc_fpscr_regnum before matching
5935 against it.
5936 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5937 supply / collect fpscr if we don't have it.
5938 * ppc-bdm.c: #include "gdb_assert.h".
5939 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5940 have floating-point registers, since I can't test this code on
5941 FP-free systems to adapt it.
5942 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5943 fpscr and floating point register numbers if they don't exist.
5944 (fetch_register): Assert that we have floating-point registers
5945 before we reach the code that handles them.
5946 (store_register): Same. And use tdep instead of calling
5947 gdbarch_tdep again.
5948 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5949 don't have them.
5950 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5951 fprs and fpscr if we don't have them.
5952 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5953 don't have them.
5954 * ppcnbsd-nat.c: #include "gdb_assert.h".
5955 (getfpregs_supplies): Assert that we have floating-point registers.
5956 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5957 * ppcobsd-tdep.c: #include "gdb_assert.h".
5958 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5959 have floating-point registers.
5960 * rs6000-nat.c (regmap): Don't match against the fpscr and
5961 floating point register numbers if they don't exist.
5962 (fetch_inferior_registers, store_inferior_registers,
5963 fetch_core_registers): Only fetch / store / supply the
5964 floating-point registers and the fpscr if we have them.
5965 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5966 (ppcobsd-tdep.o): Update dependencies.
5967
5968 2004-05-10 Andrew Cagney <cagney@redhat.com>
5969
5970 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5971 (context_switch): Do not switch through_sigtramp_breakpoint.
5972 * gdbthread.h (save_infrun_state, load_infrun_state)
5973 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5974 and structure member.
5975 * thread.c (load_infrun_state, save_infrun_state): Update.
5976
5977 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5978
5979 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5980
5981 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5982
5983 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5984 throughout.
5985 * aclocal.m4: Regenerate.
5986
5987 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5988
5989 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5990
5991 2004-05-10 Andrew Cagney <cagney@redhat.com>
5992
5993 * infrun.c (check_sigtramp2): Delete function.
5994 (handle_inferior_event): When single stepping, and taking a
5995 signal, set a breakpoint at the signal return address. Delete
5996 redundant calls to check_sigtramp2.
5997 (insert_step_resume_breakpoint): New function.
5998 (through_sigtramp_breakpoint, handle_inferior_event)
5999 (follow_exec, wait_for_inferior, fetch_inferior_event)
6000 (currently_stepping, keep_going): Delete most uses of
6001 through_sigtramp_breakpoint, not that it should be deleted.
6002 (delete_breakpoint_current_contents): Delete function.
6003
6004 2004-05-10 Randolph Chung <tausq@debian.org>
6005
6006 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
6007 target.
6008 * config/pa/tm-linux.h: New file.
6009
6010 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
6011
6012 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
6013 of prefixes. Don't print the prefix twice in the CLI.
6014
6015 2004-05-10 Jim Blandy <jimb@redhat.com>
6016
6017 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
6018 collect all the gprs.
6019
6020 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
6021 loop collecting gprs.
6022
6023 2004-05-09 Andrew Cagney <cagney@redhat.com>
6024
6025 * remote-vx.c (net_step): Delete step-range code.
6026 * remote.c (remote_resume, init_all_packet_configs)
6027 (set_remote_protocol_E_packet_cmd)
6028 (show_remote_protocol_E_packet_cmd)
6029 (remote_protocol_E, show_remote_cmd, _initialize_remote)
6030 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
6031 (show_remote_protocol_e_packet_cmd): Ditto.
6032
6033 2004-05-09 Mark Kettenis <kettenis@gnu.org>
6034
6035 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
6036
6037 * hppa-tdep.h: Update copyright year.
6038 (struct trad_frame_saved_reg): Add opaque declaration.
6039
6040 * amd64-tdep.c (amd64_return_value): Implement
6041 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6042
6043 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
6044 (m68k_value_to_register): New functions.
6045 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
6046 value_to_register.
6047
6048 * defs.h (enum return_value_convention): Add
6049 RETURN_VALUE_ABI_RETURNS_ADDRESS and
6050 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6051 * infcmd.c (legacy_return_value): New function.
6052 (print_return_value): Rwerite to implement
6053 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6054 * values.c (using_struct_return): Check for inequality to
6055 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
6056 RETURN_VALUE_STRUCT_CONVENTION.
6057 * i386-tdep.c (i386_return_value): Implement
6058 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6059
6060 * vax-tdep.c: Tweak comments. Reorder include files. Don't
6061 include "symtab.h", "opcode/vax.h" and "inferior.h".
6062 (vax_skip_prologue): Replace calls to read_memory_integer by calls
6063 to read_memory_unsigned_integer.
6064 (vax_gdbarch_init): Reorder.
6065 (_initialize_vax_tdep): Spell out prototype.
6066 * Makefile.in (vax-tdep.o): Update dependencies.
6067
6068 2004-05-08 Andrew Cagney <cagney@redhat.com>
6069
6070 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
6071 * target.c (target_detach, target_disconnect): Ditto.
6072
6073 * infcall.c (call_function_by_hand): When no
6074 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6075 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6076 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6077 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6078 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6079
6080 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6081 * gdbarch.h, gdbarch.c: Re-generate.
6082 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6083 deprecated_fix_call_dummy.
6084 * v850-tdep.c (v850_gdbarch_init): Ditto.
6085 * infcall.c (call_function_by_hand): Do not call
6086 DEPRECATED_FIX_CALL_DUMMY.
6087
6088 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6089 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6090 * gdbarch.h, gdbarch.c: Re-generate.
6091 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6092 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6093 deprecated_sizeof_call_dummy_words.
6094 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6095 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6096 * v850-tdep.c (v850_gdbarch_init): Ditto.
6097 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6098 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6099 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6100 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6101 * arch-utils.h (legacy_call_dummy_words)
6102 (legacy_sizeof_call_dummy_words): Delete declarations.
6103 * arch-utils.c (legacy_call_dummy_words)
6104 (legacy_sizeof_call_dummy_words): Delete variables.
6105
6106 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6107 * gdbarch.h, gdbarch.c: Re-generate.
6108 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6109 * infcall.c (call_function_by_hand): Eliminate call to
6110 DEPRECATED_PUSH_DUMMY_FRAME.
6111 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6112 push_dummy_frame.
6113 (ns32k_push_dummy_frame): Delete function.
6114
6115 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6116 deprecated_call_dummy_breakpoint_offset or
6117 deprecated_call_dummy_start_offset.
6118 * dummy-frame.c, arm-tdep.c: Update comments.
6119 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6120 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6121 * gdbarch.h, gdbarch.c: Re-generate.
6122
6123 * infcall.c (legacy_push_dummy_code): Delete function.
6124 (push_dummy_code): Delete call.
6125
6126 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6127 * gdbarch.h, gdbarch.c: Re-generate.
6128 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6129 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6130 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6131 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6132
6133 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6134 (struct frame_info): Delete opaque declaration.
6135 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6136 * frame.c (get_frame_type): Delete call.
6137
6138 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6139 pc_in_call_dummy.
6140 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6141 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6142
6143 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6144
6145 * alphanbsd-tdep.c: Include "gdb_string.h".
6146 * armnbsd-tdep.c: Update copyright year.
6147 Include "gdb_string.h".
6148 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6149 dependencies.
6150
6151 * delta68-nat.c: Remove file.
6152 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6153 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6154 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6155 (delta68-nat.o): Remove dependency.
6156
6157 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6158 function.
6159 (m68k_gdbarch_init): Don't set
6160 deprecated_frameless_function_invocation.
6161
6162 2004-05-07 Randolph Chung <tausq@debian.org>
6163
6164 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6165 read_memory_nobpt for code reading when doing frame unwinding.
6166 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6167
6168 2004-05-07 Randolph Chung <tausq@debian.org>
6169
6170 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6171 instead of sp, handle sigaltstack case.
6172 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6173 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6174 signal handler and not that of the caller.
6175 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6176 hppa_linux_sigtramp_find_sigcontext.
6177
6178 2004-05-07 Randolph Chung <tausq@debian.org>
6179
6180 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6181 hppa-linux-nat.c.
6182 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6183 * hppa-linux-nat.c (fetch_register, store_register): Define.
6184 (fetch_inferior_registers, store_inferior_registers): Define.
6185 (supply_gregset): Add comment and clean up some unneeded code.
6186 (fill_gregset): Add comment and fix so that it saves registers in
6187 the right place in the gregset.
6188 (fill_fpregset): Fix buffer overrun problem.
6189 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6190
6191 2004-05-07 Randolph Chung <tausq@debian.org>
6192
6193 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6194 do common handling of the pcoqt register.
6195 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6196 to use helper function.
6197 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6198 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6199 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6200 generic fallback unwinder when all else fails.
6201 (hppa_gdbarch_init): Add fallback sniffer.
6202 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6203 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6204 to use helper function.
6205
6206 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6207
6208 * config/djgpp/fnchange.lst: Add translation rules for
6209 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6210
6211 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6212
6213 * frame.c (get_prev_frame_1): Work around GCC bug.
6214 * frame.h: Add comment about GCC bug.
6215
6216 2004-05-07 Andrew Cagney <cagney@redhat.com>
6217
6218 * observer.c: Include "commands.h" and "gdbcmd.h".
6219 (observer_debug, _initialize_observer): Add the
6220 command "set/show debug observer".
6221 * observer.sh: When observer debugging, log notify calls.
6222 * Makefile.in (observer.o): Update dependencies.
6223
6224 2004-05-07 Jason Molenda (jmolenda@apple.com)
6225
6226 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6227
6228 2004-05-07 Jim Blandy <jimb@redhat.com>
6229
6230 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6231 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6232 to recognize gpr regnums, instead of assuming that
6233 tdep->ppc_fp0_regnum marks the end of the general-purpose
6234 registers.
6235
6236 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6237 the given architecture has floating-point registers.
6238
6239 2004-05-07 Andrew Cagney <cagney@redhat.com>
6240
6241 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6242 macro defined to 1.
6243 * gdbarch.h, gdbarch.c: Re-generate.
6244 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6245 deprecated_use_generic_dummy_frames.
6246
6247 2004-05-07 Brian Ford <ford@vss.fsi.com>
6248
6249 * NEWS: Mention Cygwin DWARF 2 support.
6250
6251 2004-05-07 Andrew Cagney <cagney@redhat.com>
6252
6253 * objfiles.h (struct entry_info): Delete unused fields
6254 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6255 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6256 * mipsread.c (mipscoff_symfile_read): Update.
6257 * mdebugread.c (parse_partial_symbols): Update.
6258 * dwarfread.c (read_file_scope): Update.
6259 * dwarf2read.c (read_file_scope): Update.
6260 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6261 * coffread.c (complete_symtab): Update.
6262
6263 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6264
6265 * infcall.c (_initialize_infcall): Fix typo.
6266
6267 2004-05-07 Andrew Cagney <cagney@redhat.com>
6268
6269 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6270 * command.h (add_setshow_zinteger_cmd): Declare.
6271
6272 2004-05-06 Randolph Chung <tausq@debian.org>
6273
6274 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6275 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6276 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6277 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6278 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6279 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6280 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6281 definitions ...
6282 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6283 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6284 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6285 (hppa64_hpux_frame_find_saved_regs_in_sig)
6286 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6287 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6288 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6289 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6290 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6291 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6292 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6293 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6294 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6295 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6296 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6297 (hppa32_register_type, hppa_cannot_store_register)
6298 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6299 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6300 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6301 * pa64solib.c (pa64_solib_have_load_event)
6302 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6303 (pa64_solib_unloaded_library_pathname): Likewise.
6304 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6305 (som_solib_library_pathname): Likewise.
6306
6307 2004-05-05 Jim Ingham <jingham@apple.com>
6308
6309 * breakpoint.c (create_breakpoints): Copy the ignore count and
6310 thread id over from the pended breakpoint to the actual
6311 breakpoint.
6312
6313 2004-05-05 Andrew Cagney <cagney@redhat.com>
6314
6315 * gdbarch.sh (PARM_BOUNDARY): Delete.
6316 gdbarch.h, gdbarch.c: Re-generate.
6317 * valops.c (PARM_BOUNDARY): Delete macro.
6318 (value_push): Delete PARM_BOUNDARY code.
6319 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6320
6321 2004-05-04 Jim Blandy <jimb@redhat.com>
6322
6323 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6324 Don't assume that the gprs, fprs, and UISA sprs are
6325 contiguous, start at register number zero, and end with fpscr.
6326 Instead, use the numbers from the tdep structure.
6327
6328 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6329 should no longer be used in code specific to the RS6000 and its
6330 derivatives.
6331 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6332 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6333 tdep->ppc_fp0_regnum.
6334 (ppc_supply_fpregset, ppc_collect_fpregset)
6335 (rs6000_push_dummy_call, rs6000_extract_return_value)
6336 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6337 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6338 FP0_REGNUM.
6339 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6340 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6341 Same.
6342 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6343 bdm_ppc_store_registers): Same.
6344 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6345 (store_register, fill_fpregset): Same.
6346 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6347 (ppc_linux_supply_fpregset): Same.
6348 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6349 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6350 Same.
6351 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6352 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6353 ppc64_sysv_abi_return_value): Same.
6354 * rs6000-nat.c (regmap, fetch_inferior_registers)
6355 (store_inferior_registers, fetch_core_registers): Same.
6356
6357 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6358
6359 * m68knbsd-nat.c: Remove file.
6360 * m68knbsd-tdep.c: Remove file.
6361 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6362 dependencies.
6363 * configure.host: Add m68k-*-netbsdelf*.
6364 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6365 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6366 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6367 (XM_FILE): Remove.
6368 * config/m68k/nbsdelf.mh: New file.
6369 * config/m68k/nbsd.mt: New file.
6370 * config/m68k/nbsdaout.mt: Remove file.
6371 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6372 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6373 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6374 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6375 (use_struct_convention): Remove prototype.
6376 (USE_STRUCT_CONVENTION): Remove define.
6377 * config/m68k/xm-nbsd.h: Remove file.
6378
6379 2004-05-04 Michael Snyder <msnyder@redhat.com>
6380
6381 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6382 reg_struct_return method (as gcc usually does for cross targets).
6383
6384 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6385
6386 Committed by Andrew Cagney.
6387 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6388 alignment padding when accessing ucontext struct members.
6389
6390 2004-05-04 Jim Blandy <jimb@redhat.com>
6391
6392 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6393 'ppc_gplast_regnum' member.
6394 (ppc_num_gprs): New enum constant.
6395 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6396 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6397 * rs6000-nat.c (regmap, fetch_inferior_registers,
6398 store_inferior_registers): Same.
6399 * rs6000-tdep.c (e500_pseudo_register_read)
6400 (e500_pseudo_register_write): Same.
6401 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6402
6403 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6404 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6405 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6406 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6407 FPLAST_REGNUM.
6408 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6409 Same.
6410 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6411 * rs6000-nat.c (regmap, fetch_inferior_registers)
6412 (store_inferior_registers): Same.
6413
6414 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6415 with FPLAST_REGNUM.
6416
6417 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6418
6419 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6420 failure detected by recent versions of GCC.
6421 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6422 to be consistent with the usage in dwarf2_create_include_psymtab.
6423
6424 2004-05-03 Michael Snyder <msnyder@redhat.com>
6425
6426 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6427 (heuristic_proc_start): Whitespace cleanup.
6428
6429 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6430
6431 * sun3-nat.c: Remove file.
6432 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6433 dependencies.
6434 (ALLDEPFILES): Remove sun3-nat.c.
6435 (sun3-nat.o): Remove dependencies.
6436
6437 * i386-interix-nat.c, i386-interix-tdep.c,
6438 config/i386/nm-interix.h, config/i386/interix.mh,
6439 config/i386/interix.mt: Remove files.
6440 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6441 dependencies.
6442
6443 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6444
6445 * m68k-tdep.h (struct gdbarch_tdep): Add member
6446 struct_value_regnum.
6447 (m68k_svr4_init_abi): New prototype.
6448 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6449 different calling conventions.
6450 (m68k_extract_return_value): Remove code dealing with single-field
6451 structs.
6452 (m68k_store_return_value): Remove code dealing with single-field
6453 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6454 (m68k_extract_struct_value_address): Remove function.
6455 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6456 (m68k_reg_struct_return_p, m68k_return_value)
6457 (m68k_svr4_return_value): New functions.
6458 (m68k_use_struct_convention): Remove function.
6459 (m68k_push_dummy_call): Use new struct_value_regnum member of
6460 `struct gdbarch_tdep' instead of hardcoded register number to
6461 store STRUCT_ADDR.
6462 (m68k_svr4_init_abi): New function.
6463 (m68k_gdbarch_init): Don't set extract_return_value,
6464 store_return_values, deprecated_extract_struct_value_address and
6465 use_struct_convention. Set return_value instead. Initialize new
6466 struct_value_regnum member of `struct gdbarch_tdep'.
6467 * m68klinux-tdep.c: Update copyright year.
6468 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6469 (m68k_linux_extract_struct_value_address): Remove function.
6470 (m68k_linux_init_abi): Don't set extract_return_value,
6471 store_return_values, deprecated_extract_struct_value_address and
6472 use_struct_convention. Call m68k_svr4_init_abi but override the
6473 new struct_value_regnum member of `struct gdbarch_tdep'.
6474 * Makefile.in (m68k-tdep.o): Update dependencies.
6475
6476 2004-05-03 J. Brobecker <brobecker@gnat.com>
6477
6478 * dwarf2read.c (line_header): Add new included_p field in
6479 field file_names.
6480 (partial_die_info): New field has_stmt_list. New field line_offset.
6481 (dwarf2_create_include_psymtab): New function.
6482 (dwarf2_build_include_psymtabs): New function.
6483 (add_file_name): Add forward declaration. Initialize new field.
6484 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6485 to be able to determine the list of files included by the
6486 given unit, and build their associated psymtabs.
6487 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6488 files as well.
6489 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6490 (read_file_scope): Update call to dwarf_decode_lines.
6491 (read_partial_die): Handle DW_AT_stmt_list attributes.
6492
6493 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6494
6495 Unfix PR gdb/1626.
6496 * configure.in: Revert special case for osf5.*.
6497 * configure: Regenerate.
6498
6499 2004-05-02 Jim Blandy <jimb@redhat.com>
6500
6501 Move the symbol-file-from-memory functions into their own file.
6502 * symfile-mem.c, symfile-mem.h: New files.
6503 * symfile.c (symbol_file_add_from_bfd): New function.
6504 (symbol_file_add): Call symbol_file_add_from_bfd.
6505 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6506 Moved to symfile-mem.c.
6507 (_initialize_symfile): Move definition of
6508 add-symbol-file-from-memory command to symfile-mem.c.
6509 * symfile.h (symbol_file_add_from_bfd): New declaration.
6510 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6511 * config/powerpc/linux.mt (TDEPFILES): Same.
6512 * Makefile.in (SFILES): Add symfile-mem.c.
6513 (symfile_mem_h): New variable.
6514 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6515 (symfile-mem.o): New rule.
6516
6517 2004-05-01 Andrew Cagney <cagney@redhat.com>
6518
6519 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6520 frame_find_by_id instead of frame_relative_level.
6521 (do_enable_breakpoint): Ditto.
6522 * thread.c: Update copyright.
6523 (info_threads_command): Ditto, simplify.
6524
6525 * frame.c (deprecated_generic_get_saved_register): Delete
6526 function, moved to "xstormy16-tdep.c".
6527 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6528 deprecated_generic_get_saved_register from "frame.c".
6529 (xstormy16_frame_saved_register): Call
6530 xstormy16_get_saved_register.
6531 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6532 static.
6533 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6534 * frame.h (deprecated_generic_get_saved_register): Delete.
6535
6536 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6537
6538 * dwarfread.c: Update documentation on the state of dwarf-1.
6539
6540 2004-05-01 Andrew Cagney <cagney@redhat.com>
6541
6542 * stack.c (select_frame_command): Delete call to
6543 frame_relative_level.
6544 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6545 Delete #if0 code.
6546 (frame_info): Do not print FRAMELESS.
6547 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6548 (catch_info): Delete #if0 code.
6549
6550 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6551 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6552 of frame_relative_level.
6553 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6554 to SENTINEL_FRAME.
6555 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6556 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6557 frame_relative_level.
6558
6559 * frame.h (deprecated_set_frame_type): Delete declaration.
6560 * frame.c (deprecated_set_frame_type): Delete function, update
6561 comments.
6562
6563 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6564 * gdbarch.h, gdbarch.c: Re-generate.
6565 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6566 (shnbsd_pc_in_sigtramp): Delete.
6567 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6568 pc_in_sigtramp.
6569 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6570 pc_in_sigtramp.
6571 * frame.h: Update comments.
6572 * ppc-linux-tdep.c: Update comments.
6573 * breakpoint.c (bpstat_what): Update comments.
6574
6575 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6576 m68klinux-tdep.o's dependencies, were previously added to
6577 m68klinux-nat.o.
6578
6579 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6580 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6581 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6582 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6583 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6584
6585 * Makefile.in (m68klinux-nat.o): Update dependencies.
6586 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6587 (m68k_linux_sigtramp_frame_cache)
6588 (m68k_linux_sigtramp_frame_this_id)
6589 (m68k_linux_sigtramp_frame_prev_register)
6590 (m68k_linux_sigtramp_frame_unwind)
6591 (m68k_linux_sigtramp_frame_sniffer)
6592 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6593 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6594 names, use trad-frame.h.
6595 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6596 (struct m68k_sigtramp_info): Delete.
6597 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6598 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6599 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6600 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6601 "m68klinux-tdep.c".
6602
6603 * infrun.c (check_sigtramp2): Delete check for
6604 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6605
6606 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6607
6608 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6609
6610 2004-05-01 Andrew Cagney <cagney@redhat.com>
6611
6612 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6613 (frv_linux_sigtramp_frame_cache)
6614 (frv_linux_sigtramp_frame_this_id)
6615 (frv_linux_sigtramp_frame_prev_register)
6616 (frv_linux_sigtramp_frame_unwind)
6617 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6618 include "linux" in function and variable names, directly call
6619 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6620 the latest trad-frame code.
6621 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6622 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6623 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6624 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6625 * frv-tdep.c (frv_sigtramp_frame_cache)
6626 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6627 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6628 frv-linux-tdep.c.
6629 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6630 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6631 (frv_set_sigcontext_reg_addr): Delete function.
6632
6633 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6634 (DEPRECATED_SIGTRAMP_END): Delete.
6635 * gdbarch.h, gdbarch.c: Re-generate.
6636 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6637 * config/vax/tm-vaxbsd.h: Update copyright.
6638 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6639 (DEPRECATED_IN_SIGTRAMP): Define.
6640 * config/m68k/tm-nbsd.h: Update copyright.
6641 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6642 (DEPRECATED_IN_SIGTRAMP): Define.
6643
6644 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6645
6646 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6647 encondings. Fixes PR gdb/1628.
6648
6649 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6650 DW_CFA_restore state without a matching DW_CFA_remember_state
6651 instead of aborting. Fixes PR backtrace/1589.
6652
6653 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6654
6655 * MAINTAINERS: Add self as AIX maintainer.
6656 Update my e-mail address in write-after-approval section.
6657
6658 2004-04-30 Andrew Cagney <cagney@redhat.com>
6659
6660 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6661 (legacy_get_prev_frame): Ditto.
6662
6663 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6664 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6665 * mipsread.c (sigtramp_address): Delete extern variable.
6666 (mipscoff_new_init): Delete reference.
6667 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6668 (fixup_sigtramp): Delete function.
6669 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6670 (fixup_sigtramp): Delete declarations.
6671
6672 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6673 deprecated_pc_in_sigtramp.
6674 (ppcnbsd_pc_in_sigtramp): Delete function.
6675
6676 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6677
6678 * config/m68k/nm-nbsd.h: Tweak comments.
6679 * config/m68k/nm-nbsdaout.h: Likewise.
6680
6681 2004-04-30 Andrew Cagney <cagney@redhat.com>
6682
6683 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6684 legacy_pc_in_sigtramp.
6685 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6686
6687 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6688
6689 Add OpenBSD/m68k support.
6690 * NEWS (New native configurations): Mention OpenBSD/m68k.
6691 * m68kbsd-tdep.c: New file.
6692 * m68kbsd-nat.c: New file.
6693 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6694 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6695 * configure.host: Add m68k-*-openbsd.
6696 * configure.tgt: Add m68k-*-openbsd.
6697 * config/m68k/tm-obsd.h: New file.
6698 * config/m68k/obsd.mt: New file.
6699 * config/m68k/obsd.mh: New file.
6700 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6701 m68kbsd-tdep.c.
6702
6703 2004-04-30 Andrew Cagney <cagney@redhat.com>
6704
6705 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6706 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6707
6708 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6709
6710 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6711 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6712
6713 2004-04-30 Brian Ford <ford@vss.fsi.com>
6714
6715 Revert 2004-04-16 change.
6716 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6717 (i386_coff_init_abi): Remove.
6718 * i386-tdep.h (i386_coff_init_abi): Remove.
6719 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6720
6721 2004-04-30 Andrew Cagney <cagney@redhat.com>
6722
6723 * blockframe.c (find_pc_partial_function): Delete use of
6724 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6725 DEPRECATED_SIGTRAMP_END.
6726
6727 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6728 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6729 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6730 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6731 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6732
6733 * defs.h (deprecated_inside_entry_file): Delete declaration.
6734 * blockframe.c (deprecated_inside_entry_file): Delete function.
6735 (legacy_frame_chain_valid): Delete call.
6736 * sh64-tdep.c (sh64_frame_chain): Delete call.
6737 * objfiles.h: Update comments.
6738 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6739 call.
6740 * frame.c (get_prev_frame): Delete call, update comments.
6741
6742 2004-04-30 Brian Ford <ford@vss.fsi.com>
6743
6744 * MAINTAINERS (Write After Approval): Add myself.
6745
6746 2004-04-30 Andrew Cagney <cagney@redhat.com>
6747
6748 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6749 * gdbarch.h, gdbarch.c: Re-generate.
6750 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6751 code.
6752
6753 2004-04-30 Andrew Cagney <cagney@redhat.com>
6754
6755 * gdb-events.sh (selected_thread_changed)
6756 (selected_frame_level_changed, target_changed): Delete.
6757 * gdb-events.h, gdb-events.c: Re-generate.
6758 * valops.c (value_assign): Update.
6759 * stack.c (select_frame_command, up_silently_base)
6760 (down_silently_base): Update.
6761
6762 2004-04-29 Andrew Cagney <cagney@redhat.com>
6763
6764 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6765 registers correctly.
6766 (print_gp_register_row, mips32_heuristic_proc_desc)
6767 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6768 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6769 references to mips_isa_regsize.
6770
6771 2004-04-29 Andrew Cagney <cagney@redhat.com>
6772
6773 * mips-tdep.c (struct gdbarch_tdep): Delete
6774 mips_fp_register_double.
6775 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6776 mips_abi_regsize.
6777 (mips_gdbarch_init): Do not set mips_fp_register_double.
6778 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6779
6780 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6781
6782 Committed by Andrew Cagney.
6783 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6784 function calls.
6785
6786 2004-04-29 Andrew Cagney <cagney@redhat.com>
6787
6788 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6789 gdbarch, use mips_abi, update callers.
6790 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6791 mips_abi_regsize, update callers.
6792 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6793 mips_default_abi_regsize.
6794 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6795 mips_default_abi_regsize.
6796
6797 2004-04-29 Andrew Cagney <cagney@redhat.com>
6798
6799 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6800 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6801 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6802 mips_default_abi_regsize.
6803 (mips_isa_regsize): Rename mips_regisze.
6804 * mipsnbsd-tdep.c: Update.
6805 * mips-linux-tdep.c: Update.
6806 * irix5-nat.c: Update.
6807 * mips-tdep.h (mips_isa_regsize): Update.
6808
6809 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6810 Delete all disabled code.
6811 * gdb-events.h, gdb-events.c: Re-generate.
6812
6813 2004-04-19 Jerome Guitton <guitton@gnat.com>
6814 Mark Kettenis <kettenis@gnu.org>
6815
6816 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6817 the function begins with a branch instruction.
6818
6819 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6820
6821 * i386-tdep.c: Fix spelling mistakes.
6822
6823 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6824 Andrew Cagney <cagney@redhat.com>
6825
6826 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6827 <sys/proc.h>.
6828 * acconfig.h: Provide default _KMEMUSER value.
6829 * config.in, configure: Re-generate.
6830 * NEWS: Mention fix.
6831
6832 2004-04-24 Randolph Chung <tausq@debian.org>
6833
6834 * configure.host (hppa*-*-linux*): New target.
6835 * configure.tgt (hppa*-*-linux*): Likewise.
6836 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6837 gdbarch_init_osabi() call earlier so that osabi-specific frame
6838 unwinders can be registered first.
6839 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6840 hppa-linux-nat.c.
6841 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6842 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6843 * config/pa/linux.mh: New file.
6844 * config/pa/linux.mt: New file.
6845 * config/pa/nm-linux.h: New file.
6846 * config/pa/xm-linux.h: New file.
6847 * hppa-linux-nat.c: New file.
6848 * hppa-linux-tdep.c: New file.
6849
6850 2004-04-28 Randolph Chung <tausq@debian.org>
6851
6852 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6853 return values.
6854 (hppa32_push_dummy_call): Fix small struct and floating point argument
6855 passing, and make sure the stack frame is properly aligned.
6856
6857 2004-04-28 Andrew Cagney <cagney@redhat.com>
6858
6859 * stack.c (print_stack_frame): Fix description.
6860
6861 * NEWS: Mention gdb/gdbserver/configure execute permission
6862 changed. PR server/519.
6863
6864 2004-04-28 Andrew Cagney <cagney@redhat.com>
6865
6866 * stack.c (print_stack_frame_stub): Delete declaration.
6867 (struct print_stack_frame_args, print_stack_frame)
6868 (print_frame_info, print_frame): Replace "source" with print what.
6869 Replace "print" with "print_level". Replace "args" with
6870 "print_args".
6871 * frame.h (show_and_print_stack_frame, print_stack_frame)
6872 (print_frame_info): Update declarations.
6873 * stack.c (select_and_print_frame, frame_command)
6874 (current_frame_command, up_command, down_command): Update calls -
6875 use get_selected_frame, pass "enum print_what" for source, do not
6876 call frame_relative_level.
6877 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6878 * remote-rdp.c (remote_rdp_open): Ditto.
6879 * remote-mips.c (common_open): Ditto.
6880 * remote-e7000.c (e7000_start_remote): Ditto.
6881 * ocd.c (ocd_start_remote): Ditto.
6882 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6883 * infrun.c (normal_stop): Ditto.
6884 * inflow.c (kill_command): Ditto.
6885 * infcmd.c (finish_command): Ditto.
6886 * corelow.c (core_open): Ditto.
6887 * tracepoint.c (finish_tfind_command): Ditto.
6888 * thread.c (info_threads_command, info_threads_command)
6889 (restore_current_thread, do_captured_thread_select): Ditto.
6890 * ada-tasks.c (task_command): Ditto.
6891
6892 2004-04-26 Orjan Friberg <orjanf@axis.com>
6893
6894 * frame.c: Include "observer.h".
6895 (frame_observer_target_changed): New function.
6896 (_initialize_frame): Attach target_changed observer.
6897 * regcache.c: Include "observer.h".
6898 (regcache_observer_target_changed): New function.
6899 (_initialize_regcache): Attach target_changed observer.
6900 * valops.c: Include "observer.h".
6901 (value_assign): Notify target_changed event when modifying register.
6902 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6903
6904 2004-04-26 Orjan Friberg <orjanf@axis.com>
6905
6906 From Paul Koning <pkoning@equallogic.com>:
6907 * breakpoint.c (free_valchain): New function.
6908 (insert_bp_location, delete_breakpoint): Use free_valchain.
6909 (remove_breakpoint): Do not remove the valchain.
6910 (bpstat_stop_status): If not stopped by watchpoint, skip
6911 watchpoints when generating stop status list.
6912 * infrun.c (handle_inferior_event): Make
6913 stepped_after_stopped_by_watchpoint a global variable.
6914 * remote.c (remote_stopped_data_address): Return watch data
6915 address rather than zero if stepped_after_stopped_by_watchpoint is
6916 set.
6917
6918 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6919
6920 Fix PR gdb/1626.
6921 * configure.in: Check for curses after termcap.
6922 On osf5.*, do not check for ncurses.
6923 * configure: Regenerate.
6924
6925 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6926
6927 * ppcobsd-nat.c: Include "ppc-tdep.h".
6928 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6929
6930 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6931 Fixes PR tdep/1623 and PR tdep/1624.
6932
6933 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6934
6935 * xmodem.h, xmodem.c: Remove files.
6936 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6937
6938 2004-04-23 Randolph Chung <tausq@debian.org>
6939
6940 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6941 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6942 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6943 for handling stackless frames.
6944 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6945
6946 2004-04-23 Randolph Chung <tausq@debian.org>
6947
6948 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6949 starts at a pc before the frame is created.
6950
6951 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6952
6953 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6954
6955 2004-04-23 Jerome Guitton <guitton@gnat.com>
6956
6957 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6958 use convert_typed_floating to get the appropriate format.
6959
6960 2004-04-22 Randolph Chung <tausq@debian.org>
6961
6962 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6963 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6964 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6965 (hppa_sign_extend): Add prototype.
6966 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6967 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6968 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6969 hppa targets will also use these functions.
6970 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6971 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6972 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6973 (hppa_gdbarch_init): Remove gdbarch setting of
6974 skip_trampoline_code, in_solib_call_trampoline and
6975 in_solib_return_trampoline.
6976 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6977 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6978 hppa_in_solib_call_trampoline.
6979 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6980 Moved from hppa-tdep.c.
6981 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6982 in_solib_call_trampoline and in_solib_return_trampoline.
6983
6984 2004-04-22 Randolph Chung <tausq@debian.org>
6985
6986 * hppa-tdep.c (hppa_debug): New variable.
6987 (find_unwind_entry, hppa_frame_cache): Add debug output.
6988 (_initialize_hppa_tdep): Add command to set debug flag.
6989
6990 2004-04-22 Andrew Cagney <cagney@redhat.com>
6991
6992 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6993 "trad-frame.h".
6994 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6995 signal trampoline unwinder.
6996 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6997
6998 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6999
7000 Add OpenBSD/powerpc support.
7001 * NEWS (New native configurations): Mention OpenBSD/powerpc.
7002 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
7003 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
7004 (ppc_collect_fpregset): New prototypes.
7005 * ppcobsd-nat.c: New file.
7006 * ppcobsd-tdep.c: New file.
7007 * ppcobsd-tdep.h: New file.
7008 * rs6000-tdep.c: Include "regset.h".
7009 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
7010 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
7011 New functions.
7012 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
7013 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
7014 (rs6000-tdep.o): Update dependencies.
7015 * configure.host: Add powerpc-*-openbsd.
7016 * configure.tgt: Add powerpc-*-openbsd.
7017 * config/powerpc/obsd.mh: New file.
7018 * config/powerpc/nm-obsd.h: New file.
7019 * config/powerpc/obsd.mt: New file.
7020
7021 2004-04-22 Andrew Cagney <cagney@redhat.com>
7022
7023 * frame.h (show_frame_info): Delete declaration.
7024
7025 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
7026 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
7027 * m32r-tdep.c (m32r_frame_this_id): Ditto.
7028 * frv-tdep.c (frv_frame_this_id): Ditto.
7029 * avr-tdep.c (avr_frame_this_id): Ditto.
7030
7031 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
7032
7033 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
7034
7035 2004-04-22 Jim Blandy <jimb@redhat.com>
7036
7037 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
7038 register number zero.
7039
7040 2004-04-21 Michael Snyder <msnyder@redhat.com>
7041
7042 * mips-tdep.c (heuristic_proc_start):
7043 Warning() already prefixes "Warning: ".
7044
7045 2004-04-21 Andrew Cagney <cagney@redhat.com>
7046
7047 * annotate.h (deprecated_annotate_starting_hook)
7048 (deprecated_annotate_stopped_hook)
7049 (deprecated_annotate_exited_hook)
7050 (deprecated_annotate_signal_hook)
7051 (deprecated_annotate_signalled_hook): Deprecate.
7052 * tracepoint.h (deprecated_create_tracepoint_hook)
7053 (deprecated_delete_tracepoint_hook)
7054 (deprecated_modify_tracepoint_hook)
7055 (deprecated_trace_find_hook)
7056 (deprecated_trace_start_stop_hook): Deprecate.
7057 * target.h (deprecated_target_new_objfile_hook): Deprecate.
7058 * remote.h (deprecated_target_resume_hook)
7059 (deprecated_target_wait_loop_hook): Deprecate.
7060 * gdbcore.h (deprecated_exec_file_display_hook)
7061 (deprecated_file_changed_hook): Deprecate.
7062 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
7063 * defs.h (deprecated_modify_breakpoint_hook)
7064 (deprecated_command_loop_hook, deprecated_show_load_progress)
7065 (deprecated_print_frame_info_listing_hook)
7066 (deprecated_query_hook, deprecated_warning_hook)
7067 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
7068 (deprecated_delete_breakpoint_hook)
7069 (deprecated_interactive_hook, deprecated_registers_changed_hook)
7070 (deprecated_readline_begin_hook, deprecated_readline_hook)
7071 (deprecated_readline_end_hook, deprecated_register_changed_hook)
7072 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
7073 (deprecated_context_hook, deprecated_target_wait_hook)
7074 (deprecated_attach_hook, deprecated_detach_hook)
7075 (deprecated_call_command_hook, deprecated_set_hook)
7076 (deprecated_error_hook, deprecated_error_begin_hook)
7077 (deprecated_ui_load_progress_hook): Deprecate.
7078 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7079 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7080 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7081 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7082 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7083 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7084 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7085 * annotate.c, aix-thread.c: Update.
7086
7087 2004-04-21 Andrew Cagney <cagney@redhat.com>
7088
7089 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7090 * vaxnbsd-tdep.c: Include "gdb_string.h".
7091
7092 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7093 (add_symbol_file_from_memory_command): #if 0 function body, call
7094 error instead.
7095
7096 2004-04-21 Andrew Cagney <cagney@redhat.com>
7097
7098 * gdbcore.h: Update copyright.
7099 (deprecated_add_core_fns): Rename add_core_fns.
7100 * win32-nat.c (_initialize_core_win32): Update.
7101 * sun3-nat.c (_initialize_core_sun3): Update.
7102 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7103 * rs6000-nat.c (_initialize_core_rs6000): Update.
7104 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7105 * nto-tdep.c (_initialize_nto_tdep): Update.
7106 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7107 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7108 * mips-nat.c (_initialize_core_mips): Update.
7109 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7110 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7111 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7112 * lynx-nat.c (_initialize_core_lynx): Update.
7113 * irix5-nat.c (_initialize_core_irix5): Update.
7114 * i386-interix-nat.c (_initialize_core_interix): Update.
7115 * cris-tdep.c (_initialize_cris_tdep): Update.
7116 * corelow.c (deprecated_add_core_fns): Update.
7117 * core-regset.c (_initialize_core_regset): Update.
7118 * core-aout.c (_initialize_core_aout): Update.
7119 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7120 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7121 * alpha-nat.c (_initialize_core_alpha): Update.
7122
7123 2004-04-21 Jim Blandy <jimb@redhat.com>
7124
7125 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7126
7127 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
7128
7129 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7130 Delete.
7131 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7132 (read_attribute_value): Update calls to dwarf_alloc_block.
7133 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7134 dwarf2_tmp_obstack.
7135 (psymtab_to_symtab_1): Likewise. Clean up using
7136 free_stack_comp_unit.
7137 (add_to_cu_func_list): Use the comp_unit_obstack.
7138
7139 2004-04-19 Joel Brobecker <brobecker@gnat.com>
7140
7141 * dwarf2read.c (dwarf2_flag_true_p): New function.
7142 (die_is_declaration): Use the function above. Add some comments.
7143
7144 2004-04-19 Mark Kettenis <kettenis@gnu.org>
7145
7146 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7147 architecture when registering sparcnbsd_core_osabi_sniffer.
7148 Adjust comment.
7149
7150 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7151
7152 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7153 return value.
7154
7155 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7156 * i386-tdep.c: Correct register numbering scheme comments
7157 throughout.
7158 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7159 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7160 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7161 (i386_gdb_arch_init): Likewise.
7162
7163 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7164 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7165 ppcnbsd-tdep.o.
7166
7167 * m68k-tdep.h: Tweak comments.
7168 * m68k-tdep.c: Tweak comment.
7169
7170 2004-04-17 Randolph Chung <tausq@debian.org>
7171
7172 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7173 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7174 (hppa_hpux_som_init_abi): Set is_elf to 0.
7175 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7176 * hppa-tdep.c (low_text_segment_address): Remove global.
7177 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7178 section offset to calculate segment address.
7179 (internalize_unwinds): Define low_text_segment_address as local and
7180 pass to record_text_segment_lowaddr for ELF targets.
7181 (hppa_gdbarch_init): Zero fill tdep structure.
7182 (hppa_dump_tdep): Print tdep structure.
7183 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7184
7185 2004-04-17 Randolph Chung <tausq@debian.org>
7186
7187 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7188 (hppa_gdbarch_init): Set pseudo_register_read.
7189 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7190 * regcache.c (supply_register): Remove check for
7191 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7192
7193 2004-04-17 Randolph Chung <tausq@debian.org>
7194
7195 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7196 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7197 (hpread_adjust_stack_address): Move to hpread.c.
7198 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7199 obj_private_struct): Move from tm-hppa.h.
7200 * hpread.c (hppa-tdep.h): Include.
7201 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7202 (hpread_read_function_type, hpread_read_doc_function_type)
7203 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7204 directly.
7205 * pa64solib.c (hppa-tdep.h): Include.
7206 * somsolib.c (hppa-tdep.h): Include.
7207 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7208 inferior_status): Remove unused forward declarations.
7209 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7210 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7211 obj_private_struct): Move to hppa-tdep.h.
7212 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7213
7214 2004-04-17 Randolph Chung <tausq@debian.org>
7215
7216 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7217 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7218 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7219 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7220 Remove forward declaration and make static.
7221 (hppa_reg_struct_has_addr): Remove.
7222
7223 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7224
7225 * observer.sh: Move comments in sed command to first column.
7226
7227 2004-04-16 Jason Molenda (jmolenda@apple.com)
7228
7229 * frame.c: Minor typeo corrections in comments.
7230
7231 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7232
7233 * observer.c (observer_test_first_notification_function): Update
7234 function profile.
7235 (observer_test_second_notification_function): Likewise.
7236 (observer_test_third_notification_function): Likewise.
7237
7238 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7239
7240 From Brian Ford <ford@vss.fsi.com>:
7241 * i386-tdep.c (i386_coff_init_abi): New function.
7242 * i386-tdep.h (i386_coff_init_abi): New prototype.
7243 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7244 register number translation functions for DWARF and DWARF 2.
7245
7246 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7247
7248 * dwarf2read.c: Back out my previous change, it was incorrect.
7249
7250 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7251
7252 * dwarf2read.c: Include "hashtab.h".
7253 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7254 has_namespace_info.
7255 (struct partial_die_info): Add comments. Use bitfields to reduce
7256 memory footprint. Add scope, scope_set, has_specification,
7257 spec_offset, die_parent, die_child, and die_sibling.
7258 (peek_die_abbrev): Add prototype.
7259 (partial_read_comp_unit_head): New function, broken out from
7260 dwarf2_build_psymtabs_hard.
7261 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7262 Use partial_read_comp_unit_head. Initialize the CU and
7263 comp_unit_obstack. Update calls to read_partial_die and
7264 scan_partial_symbols. Use free_stack_comp_unit and
7265 load_partial_dies.
7266 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7267 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7268 Update calls to helper functions. Remove NAMESPACE argument.
7269 Update comments.
7270 (partial_die_parent_scope, partial_die_full_name): New functions.
7271 (add_partial_symbol): Remove namespace argument. Update call to
7272 pdi_needs_namespace. Use partial_die_full_name. Handle
7273 DW_TAG_namespace. Check has_namespace_info flag.
7274 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7275 tag. Handle namespaces.
7276 (add_partial_namespace, add_partial_enumeration): Simplify.
7277 (guess_structure_name): New function, derived from
7278 add_partial_structure.
7279 (add_partial_structure): Remove.
7280 (determine_class_name): Update comment.
7281 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7282 (is_type_tag_for_partial, load_partial_dies): New functions.
7283 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7284 Record specifications instead of following them immediately.
7285 (find_partial_die_in_comp_unit, find_partial_die)
7286 (fixup_partial_die, free_stack_comp_unit)
7287 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7288 (partial_die_hash, partial_die_eq): New functions.
7289 * Makefile.in (hashtab_h): Define.
7290 (dwarf2read.o): Update dependencies.
7291 (observer_inc, observer_h): Move to the correct section.
7292
7293 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7294
7295 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7296 (die_is_declaration): Use the function above. Add comment.
7297
7298 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7299
7300 * dwarf2read.c (read_structure_scope): Identify stub types
7301 using die_is_declaration() only.
7302
7303 2004-04-15 Roland McGrath <roland@redhat.com>
7304
7305 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7306 argument instead of NAME.
7307 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7308 in call to symbol_file_add_with_addrs_or_offsets.
7309 (build_addr_info): New function, helper for ...
7310 (symbol_file_add_from_memory): New function.
7311 (add_symbol_file_from_memory_command): New function using that.
7312 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7313 (pre_add_symbol_hook): Add const to argument type.
7314 * symfile.h (symbol_file_add_from_memory): Declare it.
7315
7316 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7317
7318 * NEWS (New native configurations): Mention OpenBSD/vax.
7319 * configure.host: Add vax-*-openbsd*.
7320 * config/vax/obsd.mh: New file.
7321 * config/vax/nm-obsd.h: New file.
7322
7323 * vax-tdep.c: Include "regset.h".
7324 (vax_supply_gregset): New function.
7325 (vax_gregset): New variable.
7326 (vax_regset_from_core_section): New function.
7327 (vax_gdbarch_init): Set regset_from_core_section.
7328 * Makefile.in (vax-tdep.o): Update dependencies.
7329
7330 2004-04-15 Andrew Cagney <cagney@redhat.com>
7331
7332 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7333 (observer_normal_stop_notification_stub)
7334 (observer_attach_normal_stop, observer_detach_normal_stop):
7335 Delete, replaced by #include "observer.inc".
7336 * infrun.c (normal_stop): Pass "stop_bpstat" to
7337 observer_notify_normal_stop.
7338 * Makefile.in (observer_inc): Define.
7339 (observer.o): Update dependencies.
7340 (observer.h, observer.inc): New rules.
7341 * observer.h: Delete file.
7342 * observer.sh: New file.
7343
7344 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7345
7346 * vax-tdep.c (vax_frame_cache): Fix typo.
7347
7348 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7349
7350 * NEWS (New native configurations): Mention NetBSD/vax.
7351 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7352 * config/vax/nbsdelf.mh: New file.
7353 * config/vax/nbsdaout.mh: New file.
7354 * config/vax/nm-nbsd.h: New file.
7355 * config/vax/nm-nbsdaout.h: New file.
7356
7357 * vaxnbsd-tdep.c: New file.
7358 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7359 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7360 * config/vax/nbsd.mt: New file.
7361 * config/vax/tm-nbsd.h: New file.
7362
7363 * Makefile.in (vaxbsd-nat.o): New dependency.
7364
7365 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7366 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7367 struct_addr arguments. Don't push return value address.
7368 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7369 arguments to vax_store_arguments. Store return value address in
7370 R1.
7371 (vax_store_struct_return, vax_extract_return_value)
7372 (vax_store_return_value): Remove functions.
7373 (vax_return_value): New function.
7374 (vax_gdbarch_init): Set return value. Don't set
7375 deprecated_store_struct_return, deprecated_extract_struct_return
7376 and deprecated_store_return_value.
7377
7378 2004-04-14 Andreas Schwab <schwab@suse.de>
7379
7380 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7381 value buffer.
7382 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7383
7384 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7385
7386 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7387 (vax_unwind_dummy_id): New functions.
7388 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7389 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7390 variables.
7391 (vax_fix_call_dummy): Remove function.
7392 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7393 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7394 call_dummy_location, deprecated_call_dummy_words,
7395 deprecated_sizeof_call_dummy_words,
7396 deprecated_call_dummy_breakpoint_offset,
7397 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7398 and deprecated_dummy_write_sp.
7399
7400 2004-04-13 David Carlton <carlton@kealia.com>
7401
7402 * MAINTAINERS: Move myself to "paper trail" section.
7403
7404 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7405
7406 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7407 "trad-frame.h".
7408 (vax_frame_init_saved_regs): Remove function.
7409 (vax_sigtramp_saved_pc): Remove function.
7410 (vax_frame_saved_pc): Remove function.
7411 (vax_frame_args_address): Remove function.
7412 (vax_frame_num_args): Rewrite.
7413 (vax_frame_chain): Remove function.
7414 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7415 VAX_FP_REGNUM.
7416 (vax_pop_frame): Likewise.
7417 (vax_saved_pc_after_call): Remove function.
7418 (struct vax_frame_cache): New structure.
7419 (vax_frame_cache): New function.
7420 (vax_frame_this_id): New function.
7421 (vax_frame_prev_register): New function.
7422 (vax_frame_unwind): New variable.
7423 (vax_frame_sniffer): New function.
7424 (vax_frame_base_address): New function.
7425 (vax_frame_args_address): New function.
7426 (vax_frame_base): New variable.
7427 (vax_unwind_pc): New function.
7428 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7429 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7430 deprecated_frame_chain, deprecated_frame_saved_pc,
7431 deprecated_frame_args_address and
7432 deprecated_frame_init_saved_regs.
7433 * Makefile.in (vax-tdep.o): Update dependencies.
7434
7435 * vaxbsd-nat.c: New file.
7436
7437 * vax-tdep.h: Update copyright year. Adjust comments.
7438 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7439 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7440 (vax_regnum): New enum. Replacing...
7441 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7442 (VAX_PS_REGNUM): ... these removed macros.
7443 * vax-tdep.c (vax_register_name): Remove prototype.
7444 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7445 (vax_register_byte, vax_register_raw_size,
7446 vax_register_virtual_size, vax_register_virtual_type): Remove
7447 functions.
7448 (vax_register_type): New function.
7449 (vax_breakpoint_from_pc): Reorganize.
7450 (vax_gdbarch_init): Set register_type. Don't set
7451 deprecated_register_size, deprecated_register_bytes,
7452 deprecated_register_byte, deprecated_register_raw_size,
7453 deprecated_max_register_raw_size,
7454 deprecated_register_virtual_size,
7455 deprecated_max_register_virtual_size and
7456 deprecated_register_virtual_type. Add comment on stack direction.
7457
7458 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7459
7460 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7461 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7462 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7463
7464 2004-04-10 Randolph Chung <tausq@debian.org>
7465
7466 * MAINTAINERS (write after approval): Add myself.
7467
7468 2004-04-07 Randolph Chung <tausq@debian.org>
7469
7470 * hppa-tdep.c (hppa_inner_than): Remove.
7471 (is_pa_2): Remove unused static variable.
7472 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7473
7474 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7475
7476 * language.h (language_defn): Add new la_post_parser field.
7477 * parser-defs.h (null_post_parser): New declaration (default for
7478 la_post_parser).
7479
7480 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7481 insert call to that function.
7482 (parse_exp_in_context): New function, including code formerly in
7483 parse_exp_1. Calls language-dependent post-parser after
7484 prefixification.
7485 (parse_expression_in_context): New exported function.
7486 (null_post_parser): New definition.
7487 * expression.h (parse_expression_in_context): Add declaration.
7488
7489 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7490 * c-lang.c (c_language_defn): Ditto.
7491 (cplus_language_defn): Ditto.
7492 (asm_language_defn): Ditto.
7493 (minimal_language_defn): Ditto.
7494 * f-lang.c (f_language_defn): Ditto.
7495 * jv-lang.c (java_language_defn): Ditto.
7496 * language.c (unknown_language_defn): Ditto.
7497 (auto_language_defn): Ditto.
7498 (local_language_defn): Ditto.
7499 * m2-lang.c (m2_language_defn): Ditto.
7500 * scm-lang.c (scm_language_defn): Ditto.
7501 * obj-lang.c (objc_language_defn): Ditto.
7502
7503 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7504
7505 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7506 (amd64nbsd_mcontext_addr): New function.
7507 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7508 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7509 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7510
7511 * corelow.c (core_xfer_partial): Fix coding standards violation.
7512 Add support for TARGET_OBJECT_WCOOKIE.
7513
7514 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7515 deprecated_pc_in_sigtramp.
7516 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7517 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7518 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7519 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7520 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7521 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7522 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7523
7524 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7525 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7526 Fix typo.
7527
7528 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7529 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7530 (amd64_collect_fxsave): Likewise.
7531
7532 * i386-sol2-tdep.c: Include "gdb_string.h".
7533 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7534 name.
7535 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7536
7537 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7538
7539 * i386-sol2-tdep.c: Include "solib-svr4.h".
7540 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7541 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7542 * config/i386/tm-i386sol2.h: Include :solib.h".
7543 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7544 solib-svr4.o and solib-legacy.o.
7545 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7546 solib-svr4.o.
7547
7548 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7549
7550 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7551 whether a register is supplied by PTRACE_GETFPREGS.
7552 (store_inferior_registers): Likewise.
7553 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7554 whether a register is supplied by PT_GETFPREGS.
7555 (store_inferior_registers): Likewise.
7556
7557 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7558 * config/i386/linux64.mt (TDEPFILES): Likewise.
7559
7560 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7561
7562 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7563 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7564 the program counter is in the range specified by `struct
7565 gdbarch_tdep'.
7566 * amd64-linux-tdep.c: Include "symtab.h".
7567 (amd64_linux_pc_in_sigtramp): Remove function.
7568 (amd64_linux_sigtramp_p): New function.
7569 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7570 deprecated_pc_in_sigtramp.
7571 * amd64nbsd-tdep.c: Include "symtab.h".
7572 (amd64nbsd_sigtramp_p): New function.
7573 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7574 deprecated_pc_in_sigtramp.
7575 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7576 few comments.
7577 (amd64obsd_pc_in_sigtramp): Remove function.
7578 (amd64obsd_sigtramp_p): New function.
7579 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7580 deprecated_pc_in_sigtramp.
7581 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7582 (i386bsd_pc_ins_sigtramp): Remove prototype.
7583 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7584 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7585 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7586 the program counter is in the range specified by `struct
7587 gdbarch_tdep'.
7588 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7589 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7590 (i386_go32_pc_in_sigtramp): Remove function.
7591 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7592 Initialize TDEP->sigtramp_p.
7593 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7594 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7595 deprecated_pc_in_sigtramp.
7596 * i386-linux-tdep.c: Adjust comments.
7597 (i386_linux_pc_in_sigtramp): Remove function.
7598 (i386_linux_sigtramp_p): New function.
7599 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7600 deprecated_pc_in_sigtramp.
7601 * i386-nto-tdep.c: Update copyright year.
7602 (i386nto_pc_in_sigtramp): Remove function.
7603 (i386nto_sigtramp_p): New function.
7604 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7605 SP_REGNUM.
7606 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7607 deprecated_pc_in_sigtramp.
7608 * i386-sol2-tdep.c: Update copyright year.
7609 (i386_sol2_pc_in_sigtramp): Remove function.
7610 (i386_sol2_sigtramp_p): New function.
7611 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7612 deprecated_pc_in_sigtramp.
7613 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7614 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7615 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7616 deprecated_sigtramp_start and deprecated_sigtramp_end.
7617 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7618 (i386nbsd_pc_in_sigtramp): Remove function.
7619 (i386nbsd_sigtramp_p): New function.
7620 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7621 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7622 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7623 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7624 (i386obsd_pc_in_sigtramp): Remove function.
7625 (i386obsd_sigtramp_p): New function.
7626 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7627 functions.
7628 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7629 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7630 TDEP->sigtramp_p.
7631 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7632 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7633 dependencies.
7634
7635 * config/i386/i386aout.mt: Remove file.
7636
7637 * configure.tgt: Remove i[34567]86-*-go32*,
7638 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7639 and i[34567]86-*-isc*. Set gdb_target to i386 for
7640 i[34567]86-*-netware* and i[34567]86-*-*.
7641 * config/i386/i386.mt: New file.
7642 * config/i386/embed.mt: Remove file.
7643 * config/i386/go32.mt: Remove file.
7644 * config/i386/i386nw.mt: Remove file.
7645 * config/i386/i386v.mt: Remove file.
7646 * config/i386/tm-go32.h: Remove file.
7647
7648 * tui/tui-hooks.c: Include "readline/readline.h" after
7649 "gdb_curses.h" instead of before.
7650 * tui/tui-io.c: Likewise.
7651
7652 * tui/tui.c: Fix typo in comment.
7653
7654 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7655
7656 2004-04-08 Andrew Cagney <cagney@redhat.com>
7657
7658 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7659 (deprecated_exception_support_initialized): Declare.
7660 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7661 (initialize_hp_cxx_exception_support)
7662 (child_enable_exception_callback): Update.
7663 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7664 (deprecated_exception_support_initialized): Rename
7665 deprecated_exception_catchpoints_are_fragile and
7666 deprecated_exception_support_initialized.
7667 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7668
7669 * symtab.c (deprecated_hp_som_som_object_present): Rename
7670 hp_som_som_object_present.
7671 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7672 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7673 Update. Delete extern declaration.
7674 * valops.c (hp_som_som_object_present): Ditto.
7675 * parse.c (deprecated_hp_som_som_object_present)
7676 (parse_nested_classes_for_hpacc): Ditto.
7677 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7678 * hppa-hpux-tdep.c (hp_som_som_object_present)
7679 (initialize_hp_cxx_exception_support): Ditto.
7680 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7681 * cp-valprint.c (hp_som_som_object_present)
7682 (cp_print_class_method): Ditto.
7683 * c-typeprint.c (hp_som_som_object_present):
7684 (c_type_print_base): Ditto.
7685 * c-exp.y (hp_som_som_object_present): Ditto.
7686
7687 2004-04-08 Andrew Cagney <cagney@redhat.com>
7688
7689 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7690 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7691 (frame_unwind_find_by_frame): Re-implement the unwind code so
7692 that it can both prepend and append sniffers. Replace
7693 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7694 * tramp-frame.c (tramp_frame_append): Use
7695 frame_unwind_prepend_unwinder.
7696 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7697 frame_unwind_register_unwinder.
7698 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7699 tramp_frame_append.
7700 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7701 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7702 (mips_linux_init_abi): Update.
7703
7704 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7705
7706 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7707 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7708 file support.
7709
7710 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7711
7712 * ia64-tdep.c (elf.h): Don't include.
7713 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7714
7715 2004-04-07 Jason Molenda (jmolenda@apple.com)
7716
7717 * frame.h: Typeo corrections in comments.
7718
7719 2004-04-07 Jim Blandy <jimb@redhat.com>
7720
7721 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7722 %esp and %ebp
7723
7724 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7725
7726 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7727 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7728 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7729 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7730 and solib-legacy.o.
7731 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7732 solib-svr4.o.
7733 * config/sparc/tm-sol2.h: Update copyright year. Include
7734 "solib.h".
7735
7736 * sparc-sol2-tdep.c: Update copyright year. Include
7737 "solib-svr4.h".
7738 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7739 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7740 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7741 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7742 dependencies.
7743
7744 2004-04-06 Andrew Cagney <cagney@redhat.com>
7745
7746 * infttrace.c: Include "infttrace.h".
7747 * infttrace.h: Include "target.h".
7748 * Makefile.in (infttrace_h): Update.
7749 (infttrace.o): Update.
7750
7751 2004-04-06 Andrew Cagney <cagney@redhat.com>
7752
7753 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7754 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7755 move extern declarations from here ...
7756 * infttrace.h: ... to here.
7757 * Makefile.in (hppah-nat.o): Update dependencies.
7758
7759 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7760 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7761 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7762 (hppa_breakpoint_from_pc): Delete.
7763
7764 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7765
7766 2004-04-05 Andrew Cagney <cagney@redhat.com>
7767
7768 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7769 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7770 <sys/file.h>.
7771
7772 2004-04-06 Randolph Chung <tausq@debian.org>
7773
7774 Committed by Andrew Cagney (mechanical change).
7775 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7776 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7777 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7778 child_enable_exception_callback, current_ex_event,
7779 null_symtab_and_line, child_get_current_exception_event,
7780 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7781 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7782 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7783 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7784 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7785 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7786 Move hpux-specific definitions ...
7787 * hppa-hpux-tdep.c: ... to here.
7788
7789 2004-04-05 Andrew Cagney <cagney@redhat.com>
7790
7791 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7792 skip_prologue_using_sal.
7793
7794 2004-04-05 Andrew Cagney <cagney@redhat.com>
7795
7796 * config/i386/tm-i386.h: Delete file.
7797 * config/i386/tm-vxworks.h: Update copyright, do not include
7798 "tm-i386.h".
7799 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7800 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7801 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7802 * config/i386/ncr3000.mt (TM_FILE): Delete.
7803 * config/i386/interix.mt (TM_FILE): Delete.
7804 * config/i386/i386v.mt (TM_FILE): Delete.
7805 * config/i386/i386nw.mt (TM_FILE): Delete.
7806 * config/i386/i386gnu.mt (TM_FILE): Delete.
7807 * config/i386/i386aout.mt (TM_FILE): Delete.
7808 * config/i386/embed.mt (TM_FILE): Delete.
7809
7810 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7811
7812 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7813 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7814 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7815 (accg7_regnum): New constants.
7816 (last_spr_regnum, last_pseudo_regnum): Update.
7817 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7818 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7819 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7820 for accg registers.
7821 (frv_register_sim_regno): Update spr_map[].
7822
7823 2004-04-04 Andrew Cagney <cagney@redhat.com>
7824
7825 * config/mips/xm-riscos.h: Delete.
7826 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7827 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7828 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7829 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7830 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7831 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7832 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7833 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7834 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7835 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7836 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7837 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7838 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7839 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7840 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7841 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7842 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7843 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7844 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7845 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7846 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7847 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7848 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7849 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7850 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7851 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7852
7853 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7854 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7855 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7856 * configure.host: Remove m680[01]0-sun-sunos3*,
7857 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7858 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7859 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7860 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7861 mips-*-riscos*.
7862 * NEWS: Mention removed systems.
7863
7864 2004-04-04 Andrew Cagney <cagney@redhat.com>
7865
7866 GDB 6.1 release created from 6.1 branch.
7867
7868 2004-04-04 Andrew Cagney <cagney@redhat.com>
7869
7870 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7871 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7872 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7873
7874 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7875 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7876 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7877
7878 2004-04-03 Jim Blandy <jimb@redhat.com>
7879
7880 * MAINTAINERS: Chris Faylor has changed employers; add him to
7881 "paper trail" section, and update his E-mail address.
7882
7883 2004-04-03 Andrew Cagney <cagney@redhat.com>
7884
7885 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7886 generic dummy frames.
7887 * dummy-frame.c: Update copyright.
7888 (dummy_frame_sniffer): Delete check for generic dummy frames.
7889
7890 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7891 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7892 (REG_PARM_STACK_SPACE): Delete.
7893 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7894 Inline reference to REG_PARM_STACK_SPACE.
7895
7896 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7897 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7898 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7899 (FRAME_BASE_BEFORE_SIGTRAMP)
7900 (hppa32_hpux_frame_base_before_sigtramp)
7901 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7902 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7903 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7904 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7905 (FRAME_BASE_BEFORE_SIGTRAMP)
7906 (hppa64_hpux_frame_base_before_sigtramp)
7907 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7908
7909 2004-04-03 Andrew Cagney <cagney@redhat.com>
7910
7911 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7912
7913 2004-04-02 Andrew Cagney <cagney@redhat.com>
7914
7915 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7916 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7917 * dummy-frame.h: Delete out-of-date comments.
7918 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7919 * gdbarch.h, gdbarch.c: Re-generate.
7920
7921 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7922
7923 Committed by Andrew Cagney <cagney@redhat.com>.
7924 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7925 into account an instruction saving a register if we have already
7926 seen an earlier instruction saving that same register.
7927
7928 2004-04-02 Andrew Cagney <cagney@redhat.com>
7929
7930 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7931 * gdbarch.h, gdbarch.c: Re-generate.
7932 * frame.c (legacy_get_prev_frame): Delete references to
7933 DEPRECATED_INIT_FRAME_PC_FIRST.
7934
7935 * infrun.c (pc_in_sigtramp): Delete function.
7936 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7937 get_frame_type.
7938
7939 2004-04-02 Andrew Cagney <cagney@redhat.com>
7940
7941 * infrun.c (handle_step_into_function): Delete code conditional on
7942 legacy_frame_p.
7943 (handle_inferior_event, step_over_function): Ditto.
7944
7945 2004-04-02 Andrew Cagney <cagney@redhat.com>
7946
7947 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7948 "previous frame inner to this frame" test.
7949
7950 2004-04-02 Andrew Cagney <cagney@redhat.com>
7951
7952 * frame.c (safe_frame_unwind_memory): New function.
7953 * frame.h (safe_frame_unwind_memory): Declare. Update description
7954 of /safe_/ methods.
7955 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7956 "next_frame". Use safe_frame_unwind_memory.
7957 (tramp_frame_sniffer): Update call to tramp_frame_start.
7958
7959 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7960
7961 * dwarf2read.c (dwarf2_objfile_data_key): New.
7962 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7963 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7964 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7965 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7966 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7967 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7968 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7969 Remove variables.
7970 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7971 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7972 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7973 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7974 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7975 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7976 Remove macros.
7977 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7978 data.
7979 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7980 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7981 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7982 (read_partial_die, read_full_die, read_indirect_string)
7983 (dwarf_decode_line_header, dwarf_decode_macros)
7984 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7985 Update uses of removed variables.
7986 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7987 of removed macros.
7988 (_initialize_dwarf2_read): New function.
7989 * symfile.h (dwarf2_has_info): Update prototype.
7990 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7991 * elfread.c (elf_symfile_read): Likewise.
7992
7993 2004-04-01 Jim Blandy <jimb@redhat.com>
7994
7995 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7996 function for register numbers on all the rs6000-derived targets.
7997 (rs6000_gdbarch_init): Don't register a separate
7998 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7999 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
8000 variants.
8001
8002 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
8003 numbering.
8004
8005 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
8006
8007 * valarith.c: Update copyright notice.
8008 (value_add): Handle range types.
8009 (value_sub): Ditto.
8010 (value_equal): Ditto.
8011 (value_less): Ditto.
8012 (value_neg): Ditto.
8013 (value_complement): Ditto.
8014 (value_binop): Simplify slightly by using is_integral_type and
8015 eliminiating unnecessary COERCE_ENUMs.
8016
8017 2004-03-31 Andrew Cagney <cagney@redhat.com>
8018
8019 * frame.h (frame_unwind_id): Declare.
8020 * frame.c (frame_unwind_id): New function.
8021 (get_prev_frame_1): New function.
8022 (frame_debug_got_null_frame): New function.
8023 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
8024 code proper to prev_frame, update description.
8025 * infrun.c (step_over_function): Use frame_unwind_id.
8026
8027 2004-04-31 J. Brobecker <brobecker@gnat.com>
8028
8029 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
8030 (hppa64_push_dummy_call): Likewise.
8031
8032 2004-03-30 Jim Blandy <jimb@redhat.com>
8033
8034 From Ulrich Weigand:
8035 * utils.c (query): Do not use a va_list variable multiple times.
8036
8037 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8038
8039 * Makefile.in (linux_nat_h): Update dependencies.
8040 * configure.in: Check for <gnu/libc-version.h>.
8041 * configure: Regenerate.
8042 * config.in: Regenerate.
8043 * linux-nat.h: Include "target.h". Add waitstatus field to
8044 struct lwp_info.
8045 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
8046 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
8047 to.
8048 (lin_lwp_handle_extended): New function. Handle clone events.
8049 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
8050 thread exit events.
8051 (child_wait): Handle clone events.
8052 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
8053 * linux-nat.c (linux_enable_event_reporting): Turn on
8054 PTRACE_O_TRACECLONE.
8055 (linux_handle_extended_wait): Handle clone events.
8056 * thread-db.c: Include <gnu/libc-version.h>.
8057 (struct private_thread_info): Add dying flag.
8058 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
8059 higher.
8060 (attach_thread): Update comments. Handle dying threads.
8061 (detach_thread): Set the dying flag.
8062 (check_event): Always call attach_thread.
8063
8064 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8065
8066 * mips-tdep.c (mips_pdr_data): New.
8067 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
8068 (_initialize_mips_tdep): Initialize mips_pdr_data.
8069
8070 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
8071
8072 * minsyms.c (install_minimal_symbols): Move dropping leading
8073 char from linkage name from here...
8074 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8075 test for "__gnu_compiled*" symbols.
8076
8077 2004-03-28 Jim Blandy <jimb@redhat.com>
8078
8079 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8080 registers to temp register r0 and byte stores as prologue
8081 instructions.
8082
8083 2004-03-28 Andrew Cagney <cagney@redhat.com>
8084
8085 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8086 arm*-*-*.
8087
8088 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8089
8090 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8091 and switch the layout to force a display of register window.
8092
8093 2004-02-26 J. Brobecker <brobecker@gnat.com>
8094
8095 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8096 of the INTEGER class.
8097
8098 2004-03-26 Jim Blandy <jimb@redhat.com>
8099
8100 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8101 bytes long on PPC GNU/Linux.
8102
8103 2004-03-26 David Carlton <carlton@kealia.com>
8104
8105 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8106
8107 2004-03-25 Andrew Cagney <cagney@redhat.com>
8108
8109 * PROBLEMS: Add general section titles, remove references to
8110 specific releases.
8111
8112 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
8113
8114 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8115 INT_REGISTER_SIZE.
8116 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8117 FP_REGISTER_VIRTUAL_SIZE.
8118 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8119 of DEPRECATED_REGISTER_RAW_SIZE.
8120 (arm_register_type): Add gdbarch argument.
8121 (arm_register_raw_size, arm_register_virtual_size): Delete.
8122 (arm_register_byte, arm_extract_return_value)
8123 (arm_store_return_value, arm_get_longjmp_target): Update references
8124 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8125 (arm_gdbarch_init): Likewise. Don't set
8126 deprecated_register_raw_size, deprecated_register_virtual_size,
8127 deprecated_max_register_raw_size,
8128 deprecated_max_register_virtual_size, or
8129 deprecated_max_register_virtual_type. Do set register_type.
8130 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8131 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8132 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8133 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8134 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8135 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8136 INT_REGISTER_SIZE.
8137 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8138 (remote_rdp_store_register): Likewise.
8139
8140 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
8141
8142 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8143 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8144 to after osabi initialization.
8145 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8146 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8147 functions.
8148 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8149 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8150 variables.
8151 (mips_linux_init_abi): Append signal trampoline unwinders.
8152
8153 2004-03-24 Andrew Cagney <cagney@redhat.com>
8154
8155 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8156 * tramp-frame.c: Include "gdb_assert.h".
8157 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8158 correct sizeof.
8159 (tramp_frame_append): Validate the tramp frame's instructions.
8160 * Makefile.in (tramp-frame.o): Update dependencies.
8161
8162 2004-03-23 Andrew Cagney <cagney@redhat.com>
8163
8164 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8165
8166 2004-03-23 Andrew Cagney <cagney@redhat.com>
8167
8168 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8169 Nasser as past testsuite/lib/ (and other) maintainers.
8170
8171 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8172
8173 * infcmd.c (attach_command): Reread symbols if we already have
8174 an exec file.
8175
8176 2004-03-23 Andrew Cagney <cagney@redhat.com>
8177
8178 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8179
8180 2004-03-23 Andrew Cagney <cagney@redhat.com>
8181
8182 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8183 * gdbarch.h, gdbarch.c: Re-generate.
8184 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8185 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8186 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8187 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8188 (DEPRECATED_SIGTRAMP_START): Update.
8189 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8190 (DEPRECATED_SIGTRAMP_START): Update.
8191 * blockframe.c (find_pc_sect_partial_function): Update.
8192 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8193
8194 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8195
8196 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8197 if necessary.
8198
8199 2004-03-23 Andrew Cagney <cagney@redhat.com>
8200
8201 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8202 predicate, deprecate.
8203 * gdbarch.h, gdbarch.c: Re-generate.
8204 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8205 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8206 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8207 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8208 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8209 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8210 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8211 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8212 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8213 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8214 * blockframe.c (find_pc_partial_function): Update.
8215 * breakpoint.c (bpstat_what): Update.
8216 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8217 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8218 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8219 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8220 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8221 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8222 * i386-nto-tdep.c (i386nto_init_abi): Update.
8223 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8224 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8225 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8226 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8227 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8228 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8229 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8230 * infrun.c (pc_in_sigtramp): Update.
8231 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8232 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8233 * mips-tdep.c (mips_gdbarch_init): Update.
8234 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8235 * ppc-linux-tdep.c: Update comment.
8236 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8237 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8238 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8239 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8240 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8241 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8242 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8243 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8244 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8245 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8246
8247 2004-03-23 Andrew Cagney <cagney@redhat.com>
8248
8249 * tramp-frame.h, tramp-frame.h: New files.
8250 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8251 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8252
8253 * Makefile.in: Update all dependencies.
8254
8255 2004-03-23 Andrew Cagney <cagney@redhat.com>
8256
8257 * Makefile.in (trad_frame_h): Add $(frame_h).
8258 * trad-frame.h: Update copyright. Include "frame.h".
8259 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8260 (trad_frame_set_id, trad_frame_get_id): Declare.
8261 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8262 * trad-frame.c: Update copyright.
8263 (struct trad_frame_cache): Define.
8264 (trad_frame_cache_zalloc): New function.
8265 (trad_frame_set_id, trad_frame_get_id): New functions.
8266 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8267
8268 2004-03-22 Andrew Cagney <cagney@redhat.com>
8269
8270 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8271 s390_pltstub_unwind_cache.
8272 (s390_stub_frame_unwind_cache): Rename
8273 s390_pltstub_frame_unwind_cache.
8274 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8275 (s390_stub_frame_prev_register): Rename
8276 s390_pltstub_frame_prev_register.
8277 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8278 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8279
8280 From Ulrich Weigand:
8281 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8282 pointer calls like PLT calls.
8283
8284 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8285
8286 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8287 PC rather than the partial function start address. Use the start
8288 address to sanity check the found PDR.
8289
8290 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8291
8292 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8293 linux_handle_extended_wait.
8294
8295 2004-03-22 Andrew Cagney <cagney@redhat.com>
8296
8297 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8298 function.
8299
8300 * frame.h (generic_pop_current_frame): Delete declaration.
8301 (deprecate_pop_dummy_frame): Deprecate
8302 generic_pop_dummy_frame.
8303 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8304 (generic_pop_current_frame): Delete function.
8305 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8306 generic_pop_current_frame.
8307 * v850-tdep.c (v850_pop_frame): Update.
8308 * mcore-tdep.c (mcore_pop_frame): Update.
8309 * sh64-tdep.c (sh64_pop_frame): Update.
8310 * h8300-tdep.c (h8300_pop_frame): Update.
8311
8312 2004-03-22 Andrew Cagney <cagney@redhat.com>
8313
8314 * frame.h (deprecated_pc_in_call_dummy): Rename
8315 generic_pc_in_call_dummy.
8316 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8317 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8318 generic_pc_in_call_dummy.
8319 (pc_in_dummy_frame): Make static.
8320 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8321 * gdbarch.h, gdbarch.c: Re-generate.
8322 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8323 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8324 (legacy_get_prev_frame): Ditto.
8325 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8326 comment.
8327
8328 2004-03-21 Andrew Cagney <cagney@redhat.com>
8329
8330 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8331 declaration and out-of-date comment.
8332 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8333 Delete function.
8334 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8335 deprecated_pc_in_call_dummy.
8336
8337 * infrun.c (handle_inferior_event): For non legacy frames, use the
8338 frame ID and frame type to identify a signal trampoline. Update
8339 comments.
8340
8341 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8342
8343 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8344 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8345
8346 2004-03-21 Andrew Cagney <cagney@redhat.com>
8347
8348 * frame-unwind.h: Update copyright.
8349 (struct frame_data): Add opaque declaration.
8350 (frame_sniffer_ftype): Declare.
8351 (struct frame_unwind): Add "unwind_data" and "sniffer".
8352 (frame_unwind_register_unwinder): Declare.
8353 (frame_unwind_find_by_frame): Add parameter "this_cache".
8354 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8355 (legacy_get_prev_frame, legacy_get_prev_frame)
8356 (get_frame_type): Pass the prologue_cache to
8357 frame_unwind_find_by_frame.
8358 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8359 "unwinder".
8360 (frame_unwind_register_unwinder): New function.
8361 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8362
8363 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8364
8365 * bcache.c (print_percentage): Use floating point to avoid
8366 incorrect results when portion*100 overflows.
8367
8368 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8369
8370 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8371 (ppc_linux_init_extra_frame_info)
8372 (ppc_linux_frameless_function_invocation)
8373 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8374 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8375 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8376 (rs6000_frame_chain): Delete declarations.
8377 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8378 (ppc_linux_init_extra_frame_info)
8379 (ppc_linux_frameless_function_invocation)
8380 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8381 (ppc_linux_init_abi): Remove registration of above deleted functions.
8382 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8383 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8384 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8385 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8386 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8387 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8388 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8389 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8390 frame management for all OSABIs.
8391
8392 2004-03-19 Andrew Cagney <cagney@redhat.com>
8393
8394 Committed by Kevin Buettner <kevinb@redhat.com>.
8395
8396 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8397 Update copyright.
8398 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8399 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8400 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8401 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8402 unwinders. #ifdef legacy frame code.
8403 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8404 "frame-base.h".
8405 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8406 (struct rs6000_frame_cache, rs6000_frame_cache)
8407 (rs6000_frame_this_id, rs6000_frame_prev_register)
8408 (rs6000_frame_sniffer, rs6000_frame_unwind)
8409 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8410 (rs6000_frame_base): Implement a traditional frame unwinder.
8411 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8412 frame unwinder.
8413
8414 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8415
8416 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8417 breakpoint address for watchpoints or the catch eventpoints.
8418 Add new paramter ``bptype''. Adjust all callers.
8419
8420 2004-03-19 Andrew Cagney <cagney@redhat.com>
8421
8422 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8423
8424 * PROBLEMS: Delete note that ARM does not use frame code, problem
8425 fixed.
8426
8427 2004-03-18 Andrew Cagney <cagney@redhat.com>
8428
8429 * stack.c (return_command): Delete code wrapped in #ifdef
8430 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8431
8432 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8433
8434 2004-03-18 Andrew Cagney <cagney@redhat.com>
8435
8436 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8437 DEPRECATED_IN_SIGTRAMP.
8438 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8439 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8440 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8441 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8442 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8443 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8444 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8445 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8446 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8447 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8448
8449 2004-03-18 Andrew Cagney <cagney@redhat.com>
8450
8451 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8452 (struct frame_base_table_entry): Define.
8453 (struct frame_base_table): Re-implement as a linked list.
8454 (frame_base_init): Re-implement.
8455 (frame_base_table): Delete function.
8456 (append_predicate): Delete function.
8457 (frame_base_append_sniffer): Update.
8458 (frame_base_set_default): Update.
8459 (frame_base_find_by_frame): Update.
8460 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8461 * Makefile.in (frame-base.o): Update dependencies.
8462
8463 2004-03-17 Andrew Cagney <cagney@redhat.com>
8464
8465 * frame.c (legacy_get_prev_frame): Pass correct frame to
8466 frame_unwind_find_by_frame.
8467
8468 2004-03-17 David Carlton <carlton@kealia.com>
8469
8470 * NEWS: Mention C++ nested types and namespaces
8471
8472 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8473
8474 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8475 and "Regressions since gdb 5.3.". Add known regressions since
8476 gdb 6.0.
8477
8478 2004-03-16 David Carlton <carlton@kealia.com>
8479
8480 * dwarf2read.c (process_structure_scope): Process children even
8481 when we're a declaration.
8482
8483 2004-03-16 Andrew Cagney <cagney@redhat.com>
8484
8485 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8486 * blockframe.c (find_pc_partial_function)
8487 (find_pc_sect_partial_function): Merge into a single
8488 find_pc_partial_function.
8489
8490 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8491
8492 * i386bsd-nat.c: s/regno/regnum/g.
8493 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8494 FP0_REGNUM.
8495 (store_inferior_registers): Likewise.
8496
8497 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8498
8499 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8500 of i387_fill_fsave.
8501 (store_inferior_registers): Call i387_collect_fsave and
8502 i387_collect_fxsave instead of i387_fill_fsave and
8503 i387_fill_fxsave.
8504
8505 2004-03-15 Andrew Cagney <cagney@redhat.com>
8506
8507 * Makefile.in (frame-unwind.o): Update dependencies.
8508 * frame-unwind.c: Include "gdb_obstack.h".
8509 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8510 parameter.
8511 (append_predicate): Delete function.
8512 (struct frame_unwind_table_entry): New structure.
8513 (struct frame_unwind_table): Replace "sniffer" with "head" and
8514 "tail".
8515 (frame_unwind_append_sniffer): Update.
8516 (frame_unwind_find_by_frame): Update.
8517 (_initialize_frame_unwind): Registe frame_unwind_init using
8518 gdbarch_data_register_pre_init.
8519
8520 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8521
8522 * i386bsd-nat.c: Update copyright year.
8523 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8524 define unconditionally.
8525
8526 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8527
8528 * i387-tdep.h (i387_collect_fsave): New prototype.
8529 * i387-tdep.c (i387_collect_fsave): New function containing most
8530 of the code from i387_fill_fsave.
8531 (i387_fill_fsave): Call i387_collect_fsave.
8532
8533 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8534
8535 * i386-linux-tdep.c: Update copyright year.
8536 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8537 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8538 svr4_ilp32_link_map_offsets instead of
8539 i386_linux_svr4_fetch_link_map_offsets.
8540
8541 2004-03-15 David Carlton <carlton@kealia.com>
8542
8543 Fix for PR c++/1553:
8544 * dwarf2read.c (read_structure_type): Determine type name by
8545 calling determine_class_name.
8546 (determine_class_name): New.
8547 (determine_prefix): Look at TYPE_TAG_NAME and call
8548 determine_class_name when appropriate.
8549 (determine_prefix_aux, class_name): Delete.
8550 (read_namespace): Set die->type.
8551
8552 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8553
8554 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8555 unused macro definition. The definition in target.h (or perhaps
8556 elsewhere) takes precedence.
8557
8558 2004-03-15 Andrew Cagney <cagney@redhat.com>
8559
8560 * ppc-tdep.h: Update copyright.
8561 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8562 function signatures to match "regsets.h".
8563 * ppc-linux-tdep.c: Include "regset.h".
8564 (ELF_GREGSET_SIZE): Delete.
8565 (right_supply_register): New function.
8566 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8567 using right_supply_register.
8568 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8569 functions.
8570 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8571 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8572 (_initialize_ppc_linux_tdep): Do not register
8573 ppc_linux_regset_core_fns.
8574 (ppc_linux_regset_from_core_section): Replace
8575 fetch_core_registers.
8576 (ppc_linux_regset_core_fns): Delete.
8577 * ppc-linux-nat.c: (right_fill_reg): New function.
8578 (supply_gregset): Update call to ppc_linux_supply_gregset.
8579 (fill_gregset): Clear the register set, use right_fill_reg.
8580 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8581 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8582
8583 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8584 unsigned.
8585
8586 2004-03-15 Andrew Cagney <cagney@redhat.com>
8587
8588 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8589 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8590 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8591 and register_gdbarch_data.
8592 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8593 (struct gdbarch_data): Replace "init" by "pre_init" and
8594 "post_init".
8595 * gdbarch.h, gdbarch.c: Re-generate.
8596 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8597 with"obstack", use OBSTACK_ZALLOC.
8598 (dwarf2_frame_ops): Delete.
8599 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8600 (dwarf2_frame_init_reg): Use gdbarch_data.
8601 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8602 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8603 (_initialize_svr4_solib): Update.
8604 * user-regs.c (_initialize_user_regs): Update.
8605 * reggroups.c (_initialize_reggroup): Update.
8606 * regcache.c (_initialize_regcache): Update.
8607 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8608 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8609 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8610 * frame-unwind.c (_initialize_frame_unwind): Update.
8611 * frame-base.c (_initialize_frame_base): Update.
8612 * user-regs.c (user_reg_add): Update.
8613 * reggroups.c (reggroup_add): Update.
8614 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8615 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8616 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8617 * frame-base.c (frame_base_table): Update.
8618 * remote.c (_initialize_remote): Update.
8619 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8620
8621 2004-03-15 Andrew Cagney <cagney@redhat.com>
8622
8623 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8624
8625 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8626
8627 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8628 * frv-linux-tdep.c: New file.
8629 * frv-tdep.c (struct gdbarch_tdep): Add new field
8630 ``sigcontext_reg_addr''.
8631 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8632 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8633 (frv_sigramp_frame_sniffer): New functions.
8634 (frv_sigtramp_frame_unwind): New static global.
8635 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8636 sniffers.
8637 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8638 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8639
8640 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8641
8642 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8643 but not via a call to error(), when unable to read memory.
8644
8645 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8646
8647 * frv-tdep.c (frv_call_dummy_words): Delete.
8648 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8649
8650 2004-03-15 Andrew Cagney <cagney@redhat.com>
8651
8652 * infrun.c (handle_step_into_function, step_over_function): Only
8653 update and use STEP_FRAME_ID when the system is using legacy
8654 frames. Update comments.
8655
8656 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8657
8658 * amd64-linux-tdep.h: Remove file.
8659 * amd64-linux-tdep.c: Don't include "inferior.h" and
8660 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8661 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8662 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8663 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8664 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8665 macros.
8666 (user_to_gdb_regmap): Remove variable.
8667 (amd64_linux_gregset_reg_offset): New variable.
8668 (amd64_core_fns): Remove variable.
8669 (fetch_core_registers): Remove function.
8670 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8671 functions.
8672 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8673 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8674 * Makefile.in (amd64_linux_tdep_h): Remove.
8675 (amd64-linux-nat.o): Update dependencies.
8676 (amd64-linux-tdep.o): Update dependencies.
8677
8678 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8679 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8680 functions.
8681 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8682
8683 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8684 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8685
8686 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8687
8688 * dwarf2read.c (read_structure_type): Rename from
8689 read_structure_scope. Don't create a symbol or call process_die.
8690 Return immediately if die->type is set. Call read_type_die before
8691 dwarf2_add_member_fn.
8692 (process_structure_scope): New function.
8693 (read_enumeration_type, process_enumeration_scope): New functions,
8694 broken out from read_enumeration. Don't create the enumeration
8695 type if it has already been created.
8696 (read_enumeration): Removed.
8697 (process_die): Call read_structure_type, process_structure_scope,
8698 read_enumeration_type, and process_enumeration_scope. Just call
8699 new_symbol for base and subrange types. Add a comment about other
8700 type dies.
8701 (read_type_die): Call read_enumeration_type.
8702 (add_partial_structure, new_symbol): Update comments.
8703
8704 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8705
8706 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8707
8708 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8709
8710 * tui/tui-win.h (tui_get_cmd_list): Declare.
8711 * tui/tui-win.c (tui_command): New function.
8712 (tui_get_cmd_list): New function.
8713 (_initialize_tui_win): Moved initialization of tui command in
8714 tui_get_cmd_list.
8715
8716 * tui/tui-data.c (init_content_element): Setup new data members.
8717 (init_win_info): Likewise.
8718 (free_content_elements): Free it.
8719 * tui/tui-data.h (struct tui_data_element): Store the register
8720 content to print.
8721 (struct tui_data_info): Keep the current register group.
8722
8723 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8724
8725 * tui/tui-regs.h (tui_show_registers): Update prototype.
8726 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8727 (tui_resize_all): No need to calculate anything for register window.
8728 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8729 (tui_set_register_element, tui_set_general_regs_content): Remove.
8730 (tui_set_special_regs_content): Remove.
8731 (tui_set_general_and_special_regs_content): Remove.
8732 (tui_set_float_regs_content): Remove.
8733 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8734 (tui_set_regs_content): Remove.
8735 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8736 (tui_v_show_registers_command_support): Remove.
8737 (tui_show_registers): Use a reggroup to specify the registers to show.
8738 (tui_show_register_group): New function.
8739 (tui_display_registers_from): Compute the layout of register window
8740 and refresh with new API; be sure to delete old register windows.
8741 (tui_check_register_values): Update to use tui_get_register and
8742 tui_display_data.
8743 (tui_display_register): Just refresh the register window part.
8744 (tui_register_format): Format registers and save in tui_data_element.
8745 (tui_get_register): New to combine tui_reg_value_has_changed and
8746 tui_get_register_raw_value; fix to use the new gdb API.
8747 (tui_show_float_command): Renamed tui_reg_float_command.
8748 (tui_show_general_command): Renamed tui_reg_general_command.
8749 (tui_show_special_command): Renamed tui_reg_system_command.
8750 (_initialize_tui_regs): Remove unused commands.
8751
8752 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8753
8754 * NEWS (New native configurations): Mention OpenBSD/amd64.
8755
8756 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8757 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8758 Remove defines.
8759 * config/i386/nm-fbsd64.h: Likewise.
8760 * config/i386/nm-obsd.h: Likewise.
8761 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8762 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8763
8764 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8765
8766 * frv-tdep.c (set_variant_scratch_registers): New function.
8767 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8768 New constants.
8769
8770 From Richard Sandiford <rsandifo@redhat.com>:
8771 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8772
8773 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8774
8775 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8776 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8777 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8778 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8779 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8780 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8781 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8782 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8783 definitions from frv-tdep.c to frv-tdep.h.
8784
8785 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8786
8787 Add shared library support for FR-V FDPIC ABI:
8788 * Makefile.in (solib-frv.o): Add dependencies.
8789 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8790 New functions.
8791 (frv_push_dummy_call): Add support for FDPIC ABI.
8792 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8793 for FDPIC ABI.
8794 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8795 (frv_fdpic_find_canonical_descriptor): Declare.
8796 * solib-frv.c: New file.
8797 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8798 * config/frv/tm-frv.h (solib.h): Include.
8799
8800 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8801
8802 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8803 (frv-tdep.o): Update dependencies.
8804 * frv-tdep.h: New file.
8805 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8806 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8807 constants.
8808 (struct gdbarch_tdep): Add new member ``frv_abi''.
8809 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8810 functions.
8811 (new_variant): Set ``frv_abi'' field.
8812 (gdb_arch_init): Detect FDPIC executables.
8813
8814 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8815
8816 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8817 wrapper.
8818
8819 2004-03-11 Andrew Cagney <cagney@redhat.com>
8820
8821 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8822
8823 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8824
8825 * solist.h (master_so_list): New function.
8826 * solib.c (master_so_list): Likewise.
8827 * solib-svr4.c (enable_break): Iterate over so_list entries
8828 obtained from master list instead of entries obtained directly
8829 via svr4_current_sos().
8830
8831 2004-03-10 Ben Elliston <bje@gnu.org>
8832
8833 * MAINTAINERS: Update my mail address.
8834
8835 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8836
8837 * remote-m32r-sdi.c: Support hardware watchpoint.
8838
8839 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8840
8841 * user-regs.c: Update copyright years.
8842 (struct user_regs): Rename to gdb_user_regs.
8843 (append_user_reg, builtin_user_regs, user_regs_init)
8844 (user_reg_add, user_reg_map_name_to_regnum)
8845 (usernum_to_user_reg): Update.
8846
8847 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8848
8849 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8850 (skip_children): New functions.
8851 (locate_pdi_sibling): Call skip_children.
8852
8853 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8854
8855 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8856 * gdbtypes.c (check_typedef): Update comments.
8857
8858 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8859
8860 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8861 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8862 pointer. Update comment about comp_unit_head.
8863 (struct abbrev_info): Shorten two int flags.
8864 (dwarf_alloc_abbrev): Take a CU argument.
8865 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8866 each time through the loop. Update cleanup argument.
8867 (psymtab_to_symtab_1): Update cleanup call.
8868 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8869 abbrev_obstack.
8870 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8871 Just call obstack_free and clear the pointer.
8872
8873 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8874
8875 * infrun.c (handle_inferior_event): Remove short-circuit code for
8876 events in a different thread.
8877
8878 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8879
8880 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8881 print the whole transfer.
8882 (initialize_targets): Update description of "set debug target".
8883
8884 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8885
8886 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8887
8888 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8889
8890 * MAINTAINERS (write after approval): Add myself.
8891
8892 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8893
8894 * sh-tdep.c (sh_print_registers_info): Use for loop.
8895 Don't skip multiple registers when a float register is encountered.
8896
8897 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8898
8899 Fix PR tdep/1291.
8900 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8901 to official SH documentation.
8902
8903 2004-03-07 Andrew Cagney <cagney@redhat.com>
8904
8905 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8906 unused function.
8907
8908 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8909
8910 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8911 (arm_get_next_pc): Handle BX and BLX.
8912
8913 2004-03-07 Andrew Cagney <cagney@redhat.com>
8914
8915 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8916 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8917 HPPA_SP_REGNUM.
8918 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8919 (hppa_target_read_fp): Delete.
8920 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8921 register_virtual_size, max_register_raw_size,
8922 max_register_virtual_size, register_byte, register_size,
8923 target_read_fp, fp_regnum, and register_bytes. Set register_type
8924 instead of register_virtual_type.
8925 (hppa32_register_type, hppa64_register_type): Replace
8926 hppa32_register_virtual_type and hppa64_register_virtual_type.
8927 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8928 (HPPA_FP_REGNUM): Define.
8929
8930 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8931
8932 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8933 (pa_do_registers_info): Delete.
8934 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8935 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8936 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8937
8938 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8939 GDB_TARGET_IS_HPPA code.
8940 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8941 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8942 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8943 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8944 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8945 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8946 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8947 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8948 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8949 (hppa_frameless_function_invocation, hppa64_store_return_value)
8950 (hppa_store_struct_return, hppa64_extract_return_value)
8951 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8952 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8953 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8954 (find_proc_framesize, deposit_21, restore_pc_queue)
8955 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8956 (rp_saved, pc_in_linker_stub): Delete.
8957
8958 Unconditionally enable 64-bit frame and ABI code.
8959 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8960 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8961 push_dummy_frame, fix_call_dummy, push_arguments,
8962 call_dummy_location, extract_return_value, use_struct_convention,
8963 store_return_value, store_struct_return, saved_pc_after_call,
8964 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8965 frame_chain, frame_chain_valid, frameless_function_invocation,
8966 frame_saved_pc, and pop_frame.
8967
8968 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8969 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8970 (hppa_gdbarch_init): Do not set PC_REGNUM.
8971
8972 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8973
8974 * config/alpha/tm-fbsd.h: Remove file.
8975 * config/alpha/fbsd.mt: Tweak comment.
8976 (TM_FILE): Set to tm-alpha.h.
8977
8978 2004-03-05 Andrew Cagney <cagney@redhat.com>
8979
8980 * infrun.c (step_over_function): When non-legacy code, and no
8981 step_frame_id, use the unwinder to get the caller's frame ID.
8982
8983 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8984
8985 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8986 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8987 bfd_arch_unknown. Adjust comment.
8988
8989 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8990 * i386obsd-tdep.c: Correct spelling in comment.
8991 * i386nbsd-tdep.c: Correct spelling in comment.
8992 * sparc-tdep.c: Correct spelling in comments.
8993
8994 2004-03-05 David Carlton <carlton@kealia.com>
8995
8996 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8997 bug.
8998
8999 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9000
9001 * sparc-tdep.c: Fix typo in comment.
9002
9003 2004-03-04 J. Brobecker <brobecker@gnat.com>
9004
9005 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
9006
9007 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
9008
9009 * dwarf2read.c: Add comment describing memory lifetimes.
9010 (struct dwarf2_pinfo): Update comment.
9011 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
9012 (read_enumeration, new_symbol): Don't use obsavestring.
9013
9014 2004-03-04 Mark Kettenis <kettenis@gnu.org>
9015
9016 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
9017 instead of amd64_fill_fxsave.
9018 * amd64bsd-nat.c (store_inferior_registers): Likewise.
9019 * amd64fbsd-nat.c (fill_fpregset): Likewise.
9020
9021 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
9022 Reorganize code a bit.
9023
9024 2004-03-04 Orjan Friberg <orjanf@axis.com>
9025
9026 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
9027 when the frame pointer is pushed. Don't set the frame pointer's
9028 address on the stack unless it's actually located there.
9029 Set the SRP's address on the stack correctly when the PC is still in
9030 the prologue.
9031 (cris_return_value): New function.
9032 (cris_gdbarch_init): Clear deprecated store_return_value,
9033 extract_return_value.
9034
9035 2004-03-02 Jim Blandy <jimb@redhat.com>
9036
9037 * stabsread.c (reg_value_complaint): The maximum register number
9038 is one less than the number of registers.
9039
9040 2004-03-02 Andrew Cagney <cagney@redhat.com>
9041
9042 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
9043 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
9044 trailing comma and redundant assignment of I386_ST0_REGNUM.
9045 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
9046 32-bit segment registers.
9047
9048 2004-03-01 Andrew Cagney <cagney@redhat.com>
9049
9050 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
9051 use frame_relative_level and get_next_frame.
9052
9053 2004-02-29 Andrew Cagney <cagney@redhat.com>
9054
9055 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
9056 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
9057 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
9058 Delete macro.
9059
9060 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9061
9062 * inflow.c (terminal_inferior): Don't give up the terminal if we
9063 previously couldn't get the inferior's terminal state.
9064
9065 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9066
9067 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
9068 PC_REGNUM.
9069
9070 2004-02-28 Andrew Cagney <cagney@redhat.com>
9071
9072 * NEWS: Refer to GDB 6.1.
9073 * README: Refer to GDB 6.1.
9074 * PROBLEMS: Refer to GDB 6.1.
9075
9076 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9077
9078 * thread-db.c (disable_thread_signals): Remove unused function.
9079
9080 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9081
9082 * amd64-nat.c: Include "gdb_string.h".
9083 (amd64_collect_native_gregset): Zero-extend the 32-bit
9084 general-purpose registers and %eip.
9085
9086 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9087 * amd64-tdep.c (amd64_collect_fxsave): New function.
9088 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9089
9090 * i387-tdep.h: Update copyright year.
9091 (i387_collect_fxsave): New prototype.
9092 * i387-tdep.c: Update copyright year.
9093 (i387_collect_fxsave): New function containing most of the code
9094 from i387_fill_fxsave.
9095 (i387_fill_fxsave): Call i387_collect_fxsave.
9096
9097 2004-02-28 Andrew Cagney <cagney@redhat.com>
9098
9099 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9100 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9101
9102 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9103
9104 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9105
9106 2004-02-28 Andrew Cagney <cagney@redhat.com>
9107
9108 * utils.c: Use "", instead of <>, to include readline.
9109 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9110 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9111 * source.c, solib.c, exec.c, event-top.c: Ditto.
9112 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9113 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9114 * Makefile.in: Update all dependencies.
9115 (readline_tilde_h, readline_history_h): Define.
9116 (readline_headers): Delete.
9117
9118 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9119
9120 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9121 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9122 "config/i386/tm-lx64.h".
9123
9124 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9125 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9126 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9127
9128 2004-02-28 Andrew Cagney <cagney@redhat.com>
9129
9130 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9131
9132 * breakpoint.c (_initialize_breakpoint): Use
9133 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9134 Add help to show command.
9135
9136 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9137
9138 * i386-nat.c: Reformat to be closer to coding standards.
9139 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9140 `retval'. Make variables `align' and `size' local to while-loop.
9141 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9142 (_initialize_i386_nat): New prototype.
9143
9144 * tui/tui.c: Include <readline/readline.h> instead of
9145 "readline/readline.h". Include it after <term.h> and
9146 "gdb_curses.h".
9147
9148 2004-02-27 Andrew Cagney <cagney@redhat.com>
9149
9150 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9151 the new frame unwind code.
9152 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9153 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9154 PCOQ_HEAD_REGNUM.
9155
9156 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9157 "return_value" and "push_dummy_call".
9158 (hppa32_use_struct_convention): Delete unused function.
9159 (hppa32_store_return_value): Delete unused function.
9160 (hppa32_extract_return_value): Delete unused function.
9161 (hppa32_stack_align): Delete function.
9162
9163 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9164
9165 * coffread.c (enter_linenos): Don't let rawptr reference memory
9166 outside linetab[]'s limits.
9167
9168 2004-02-27 Andrew Cagney <cagney@redhat.com>
9169
9170 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9171 inferior stack space - the stack needs to grow upwards.
9172 (hppa32_frame_align): New function.
9173 (hppa64_frame_align): Replace hppa_frame_align.
9174 (hppa_gdbarch_init): Update.
9175
9176 2004-02-26 Orjan Friberg <orjanf@axis.com>
9177
9178 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9179 (dwarf2-frame.h): Include.
9180 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9181 Remove static variables related to ABI setting.
9182 (struct gdbarch_tdep): Remove cris_abi member.
9183 (struct frame_extra_info): Remove.
9184 (cris_unwind_cache, stack_item): New structs.
9185 (cris_frame_unwind, cris_frame_base): New variables.
9186 (push_stack_item, pop_stack_item)
9187 (cris_frame_unwind_cache, cris_frame_this_id)
9188 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9189 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9190 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9191 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9192 (cris_reg_struct_has_addr): New functions.
9193 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9194 (cris_frame_saved_pc, cris_saved_pc_after_call,
9195 (cris_store_struct_return, cris_frameless_function_invocation)
9196 (cris_pop_frame, cris_skip_prologue_main)
9197 (cris_abi_original_store_return_value)
9198 (cris_abi_v2_store_return_value)
9199 (cris_abi_original_extract_return_value)
9200 (cris_abi_v2_extract_return_value)
9201 (cris_abi_original_reg_struct_has_addr)
9202 (cris_abi_v2_reg_struct_has_addr)
9203 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9204 (cris_push_return_address, cris_abi_update): Remove.
9205 (_initialize_cris_tdep): Remove ABI command.
9206 (cris_dump_tdep): Ditto.
9207 (cris_gdbarch_init): Remove ABI command.
9208 Set store_return_value, extract_return_value, push_dummy_code,
9209 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9210 frame_unwind_append_sniffer, frame_base_set_default.
9211 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9212 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9213 sizeof_call_dummy_words, get_saved_register, push_return_address,
9214 pop_frame, store_struct_return, frame_init_saved_regs,
9215 init_extra_frame_info, frameless_function_invocation, frame_chain,
9216 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9217 dummy_write_sp.
9218
9219 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9220
9221 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9222 * valprint.c (print_hex_chars): Change from static to external.
9223 (print_char_chars): New function.
9224 * printcmd.c (print_scalar_formatted): For integer and enum types
9225 that are longer than LONGEST, perform processing via appropriate
9226 print_*_chars routines.
9227
9228 2004-02-26 Andrew Cagney <cagney@redhat.com>
9229
9230 * Makefile.in: Update dependencies.
9231 Changes from Ulrich Weigand,
9232 * s390-tdep.c: Include "dwarf2-frame.h".
9233 (s390_dwarf2_frame_init_reg): New function.
9234 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9235 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9236
9237 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9238
9239 * breakpoint.c (pending_break_support): New setting variable.
9240 (break_command_1): Account for pending_break_support setting
9241 when creating pending breakpoints.
9242 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9243 (_initialize_breakpoint): Add "set breakpoint pending" and
9244 "show breakpoint pending" commands.
9245
9246 2004-02-26 Andrew Cagney <cagney@redhat.com>
9247
9248 Fix PR i18n/1570.
9249 * charset.c (backslashable, backslashed, represented): Remove 'e'
9250 from list of escaped characters, not part of ISO-C.
9251
9252 2004-02-25 J. Brobecker <brobecker@gnat.com>
9253
9254 From Peter Schauer <schauer@pdf.de>:
9255 * tui/tui.c: Move system header includes after local includes.
9256 Fixes a build failure on solaris systems.
9257
9258 2004-02-25 J. Brobecker <brobecker@gnat.com>
9259
9260 * configure.in: Refine the previous change.
9261 * configure: Regenerate.
9262
9263 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9264
9265 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9266 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9267 "amd64-tdep.h" instead of "x86-64-tdep.h".
9268 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9269 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9270 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9271 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9272 and "x86-64-tdep.c".
9273 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9274 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9275 and "x86-64-tdep.c".
9276 * amd64bsd-nat.c: Update copyright year.
9277 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9278 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9279 "x86-64-tdep.h".
9280 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9281 "x86-64-tdep.h".
9282 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9283 "x86-64-tdep.h".
9284 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9285 "x86-64-tdep.h".
9286 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9287 "x86-64-tdep.h".
9288 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9289 "x86-64-tdep.h".
9290 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9291 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9292 * Makefile.in (amd64_linux_tdep_h): Renamed from
9293 x86_64_linux_tdep_h.
9294 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9295 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9296 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9297 (amd64obsd-tdep.o): Update dependencies.
9298 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9299 dependencies.
9300 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9301 dependencies.
9302 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9303 amd64-linux-nat.c amd64-linux-tdep.c.
9304 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9305 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9306 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9307 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9308 amd64-tdep.o and amd64-linux-tdep.o.
9309 (TM_FILE): Set to tm-linux64.h.
9310 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9311 (NAT_FILE): Set to nm-linux64.h.
9312 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9313 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9314 amd64-tdep.o.
9315 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9316 amd64-tdep.o.
9317 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9318 amd64-tdep.o.
9319
9320 2004-02-25 Roland McGrath <roland@redhat.com>
9321
9322 * remote.c (remote_protocol_qPart_auxv): New variable.
9323 (init_all_packet_configs): Initialize it.
9324 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9325 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9326 (show_remote_cmd): Call it.
9327 (_initialize_remote): Initialize commands.
9328 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9329 service TARGET_OBJECT_AUXV requests.
9330
9331 2004-02-25 J. Brobecker <brobecker@gnat.com>
9332
9333 * configure.in: Make sure that the wborder function is available.
9334 Otherwise, search for it in the cur_colr library.
9335 * configure: Regenerate.
9336
9337 2004-02-25 Andrew Cagney <cagney@redhat.com>
9338
9339 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9340
9341 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9342
9343 * config/i386/tm-x86-64linux.h: Tweak comments.
9344
9345 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9346
9347 * MAINTAINERS: Add self to write-after-approval list.
9348
9349 2004-02-25 Andrew Cagney <cagney@redhat.com>
9350
9351 PR cli/1566. Problem found, and fix suggested by David Allan.
9352 * cli/cli-script.c (execute_control_command): Unconditionally
9353 install a cleanup. Default "ret" to "invalid_control". Use
9354 "break" instead of "return" to escape from the switch.
9355
9356 2004-02-24 J. Brobecker <brobecker@gnat.com>
9357
9358 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9359 with the lines macro defined in term.h on AiX.
9360 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9361 a collision with the label_width macro defined in term.h on AiX.
9362
9363 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9364
9365 Committed by Kevin Buettner <kevinb@redhat.com>.
9366
9367 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9368 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9369 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9370 instead of ia64_write_pc().
9371 * ia64-linux-tdep.c (regcache.h): Include.
9372 (ia64_linux_write_pc): New function.
9373
9374 2004-02-23 Roland McGrath <roland@redhat.com>
9375
9376 * auxv.c (info_auxv_command): Fix typos in error messages.
9377
9378 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9379
9380 * x86-64-tdep.h: Tweak comment.
9381 (enum amd64_regnum): New.
9382 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9383 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9384 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9385 (X86_64_XMM1_REGNUM): Removed.
9386 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9387 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9388 prototypes for renamed functions.
9389 * x86-64-tdep.c: Fix typo.
9390 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9391 register numbers.
9392 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9393 Use constants from `enum amd64_regnum' for register numbers.
9394 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9395 (amd64_analyze_prologue, amd64_frame_cache,
9396 amd64_sigtramp_frame_cache): Use constants from `enum
9397 amd64_regnum' for register numbers.
9398 (amd64_supply_fpregset): Adjust for renamed functions.
9399 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9400 `enum amd64_regnum' for register numbers.
9401 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9402 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9403 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9404 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9405 (amd64_linux_fill_gregset): Adjust for renamed macros.
9406 (fetch_core_registers): Adjust for renamed functions.
9407 (amd64_linux_init_abi): Adjust for renamed functions.
9408 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9409 renamed functions.
9410 * amd64-nat.c: Adjust for renamed macros.
9411 * amd64bsd-nat.c (fetch_inferior_registers)
9412 (store_inferior_registers): Use constants from `enum amd64_regnum'
9413 for register numbers. Adjust for renamed variables.
9414 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9415 renamed variables.
9416 (_initialize_amd64fbsd_nat): Use constants from `enum
9417 amd64_regnum' for register numbers.
9418 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9419 `enum amd64_regnum' for register numbers.
9420 (amd64fbsd_init_abi): Adjust for renamed functions.
9421 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9422 `enum amd64_regnum' for register numbers.
9423 (amd64nbsd_init_abi): Adjust for renamed functions.
9424 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9425 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9426 `enum amd64_regnum' for register numbers.
9427 (amd64obsd_init_abi): Adjust for renamed functions.
9428 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9429
9430 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9431
9432 * breakpoint.c (print_one_breakpoint): Do not output spaces
9433 after printing <PENDING> for a pending breakpoint.
9434
9435 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9436
9437 * printcmd.c (print_scalar_formatted): Initialize val_long
9438 to remove compiler warning message.
9439
9440 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9441
9442 * defs.h (nquery, yquery): New prototypes.
9443 * breakpoint.c (break_command_1): Use new nquery interface.
9444 * utils.c (defaulted_query, nquery, yquery): New functions.
9445
9446 2004-02-23 Andrew Cagney <cagney@redhat.com>
9447
9448 * hppa-tdep.c (hppa_frame_align): New function.
9449 (hppa32_push_dummy_call): New function.
9450 (hppa64_push_dummy_call): New function.
9451 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9452 disabled.
9453
9454 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9455 FIX_CALL_DUMMY when push_dummy_call is available.
9456 (call_function_by_hand, push_dummy_code): Ditto.
9457
9458 2004-02-22 Andrew Cagney <cagney@redhat.com>
9459
9460 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9461 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9462 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9463 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9464 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9465 call_dummy_location to ON_STACK.
9466
9467 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9468
9469 * x86-64-linux-tdep.c: Tweak comment.
9470 (amd64_linux_supply_gregset): Renamed from
9471 x86_64_linux_supply_gresget.
9472 (amd64_linux_fill_gregset): Renamed from
9473 x86_64_linux_fill_gregset.
9474 (fetch_core_registers): Adjust for renamed functions.
9475 (amd64_core_fns): Renamed from x86_64_core_fns.
9476 (amd64_linux_sigtramp_start): Renamed from
9477 x86_64_linux_sigtramp_start.
9478 (amd64_linux_pc_in_sigtramp): Renamed from
9479 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9480 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9481 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9482 (amd64_linux_sigcontext_addr): Renamed from
9483 x86_64_linux_sigcontext_addr.
9484 (amd64_linux_sc_reg_offset): Renamed from
9485 x86_64_linux_sc_reg_offset.
9486 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9487 Adjust for renamed functions and variables.
9488 (_initialize_amd64_linux_tdep): Renamed from
9489 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9490 variables.
9491 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9492 Adjust for renamed functions.
9493
9494 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9495 from x86_64_linux_gregset64_reg_offset.
9496 (amd64_linux_gregset32_reg_offset): Rename from
9497 x86_64_linux_gregset64_reg_offset.
9498 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9499 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9500 (amd64_linux_dr_set_control): Renamed from
9501 x86_64_linux_dr_set_control. Adjust for renamed functions.
9502 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9503 Adjust for renamed functions.
9504 (amd64_linux_dr_reset_addr): Renamed from
9505 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9506 (amd64_linux_dr_get_status): Renamed from
9507 x86_64_linux_dr_get_status. Adjust for renamed functions.
9508 (_initialize_amd64_linux_nat): Renamed from
9509 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9510 functions.
9511 * config/i386/nm-x86-64linux.h: Update copyright year.
9512 Adjust for renamed functions.
9513
9514 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9515 amd64fbsd_sigtramp_start.
9516 (amd64fbsd_sigtramp_end_addr): Renamed from
9517 amd64fbsd_sigtramp_end.
9518 (amd64fbsd_init_abi): Adjust for renamed variables.
9519 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9520 variables.
9521 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9522 amd64fbsd_sigtramp_start.
9523 (amd64fbsd_sigtramp_end_addr): Renamed from
9524 amd64fbsd_sigtramp_end.
9525
9526 2004-02-22 Andrew Cagney <cagney@redhat.com>
9527
9528 * hppa-tdep.c (hppa32_return_value): New function.
9529 (hppa64_return_value): New function.
9530 (hppa_gdbarch_init): Set return_value; keep disabled.
9531
9532 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9533 struct-return and inferior function call methods.
9534
9535 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9536 "frame-base.h".
9537 (struct hppa_frame_cache): Define.
9538 (hppa_frame_cache, hppa_frame_this_id): New functions.
9539 (hppa_frame_prev_register): New function.
9540 (hppa_frame_unwind, hppa_frame_base): New variables.
9541 (hppa_frame_unwind_sniffer): New function.
9542 (hppa_frame_base_address, hppa_unwind_pc): New function.
9543 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9544 sniffer, and frame base sniffer; keep disabled.
9545 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9546 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9547
9548 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9549 to predicates for "seriously old code".
9550
9551 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9552 runtime if(0).
9553
9554 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9555 unsigned.
9556 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9557
9558 * config/pa/tm-hppa.h: Update copyright.
9559 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9560 (deprecated_init_frame_pc_default): Delete declaration.
9561 (hppa_frame_init_saved_regs): Delete declaration.
9562 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9563 * hppa-tdep.c: Include "arch-utils.h".
9564 (hppa_gdbarch_init): Set deprecated init_frame_pc
9565 and deprecated frame_init_saved_regs.
9566 (hppa_frame_init_saved_regs): Make static.
9567
9568 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9569
9570 Remove old 386BSD support.
9571 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9572 * configure.host: Remove i[34567]86-*-bsd*.
9573 * configure.tgt: Remove i[34567]86-*-bsd*.
9574 * i386b-nat.c: Removed.
9575 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9576 (i386b-nat.o): Remove dependencies.
9577
9578 * config/i386/i386bsd.mh: Removed.
9579 * config/i386/i386bsd.mt: Removed.
9580 * config/i386/nm-i386bsd.h: Removed.
9581 * config/i386/tm-i386bsd.h: Removed.
9582 * config/i386/xm-i386bsd.h: Removed.
9583
9584 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9585
9586 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9587 (amd64fbsd_init_abi): Set link map offsets.
9588 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9589 (amd64nbsd_init_abi): Set link map offsets.
9590 * amd64obsd-tdep.c: Include "solib-svr4.h".
9591 (amd64obsd_init_abi): Set link map offsets.
9592 * i386fbsd-tdep.c: Include "solib-svr4.h".
9593 (i386fbsd_init_abi): Set link map offsets.
9594 * i386nbsd-tdep.c: Include "solib-svr4.h".
9595 (i386nbsdelf_init_abi): Set link map offsets.
9596 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9597 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9598 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9599 solib-legacy.o and core-aout.o. Reformat.
9600 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9601 solib-svr4.o, solib-legacy.o. Reformat.
9602 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9603 * config/i386/nbsdelf.mh: Reformat.
9604 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9605 solib-svr4.o, solib-legacy.o and corelow.o.
9606 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9607 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9608 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9609 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9610 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9611 (TM_FILE): Set to tm-fbsd.h.
9612 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9613 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9614 solib-svr4.o.
9615 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9616 solib-svr4.o.
9617 (TM_FILE): Set to nm-nbsd.h.
9618 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9619 Simplify shared library support. Don't include "elf/common.h".
9620 (SVR4_SHARED_LIBS): Don't define.
9621 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9622 "solib.h".
9623 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9624 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9625 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9626 Don't include "i386/tm-i386.h". Include "solib.h".
9627 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9628 Don't include "i386/tm-i386.h".
9629 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9630 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9631 Include "i386/xm-i386.h".
9632 (HOST_LONG_DOUBLE_FORMAT): Remove.
9633
9634 Fix OpenBSD/i386 sigtramp recognition.
9635 * i386-tdep.h: Update copyright year.
9636 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9637 (i386bsd_sigtramp_end): New prototypes.
9638 (i386fbsd_sigtramp_start_addr): Renamed from
9639 i386fbsd_sigtramp_start.
9640 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9641 (i386obsd_sigtramp_start_addr): Renamed from
9642 i386obsd_sigtramp_start.
9643 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9644 * i386bsd-tdep.c: Update copyright year.
9645 (i386bsd_pc_in_sigtramp): Make public.
9646 * i386fbsd-nat.c: Update copyright year.
9647 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9648 * i386fbsd-tdep.c: Update copyright year.
9649 (i386fbsd_sigtramp_start_addr): Renamed from
9650 i386fbsd_sigtramp_start.
9651 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9652 (i386fbsdaout_init_abi): Adjust for renamed variables.
9653 * i386obsd-nat.c: Update copyright year.
9654 (_initialize_i386obsd_nat): Adjust for renamed variables.
9655 * i386obsd-tdep.c: Include "target.h".
9656 (i386obsd_page_size): New variable.
9657 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9658 (i386obsd_sigtramp_end): New functions.
9659 (i386obsd_sigtramp_start_addr): Renamed from
9660 i386obsd_sigtramp_start.
9661 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9662 (i386obsd_init_abi): Adjust for renamed variables. Set
9663 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9664 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9665
9666 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9667 trampoline change in OpenBSD kernel.
9668
9669 * amd64-nat.c: Update copyright year.
9670 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9671 architecture from REGCACHE.
9672
9673 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9674 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9675
9676 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9677
9678 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9679 i[34567]86-*-openbsd3.[0-3].
9680 * config/i386/obsdaout.mh: New file.
9681
9682 * config/i386/obsd.mh (MH_FLAGS): Remove.
9683
9684 Fix PR build/1549.
9685 * i386obsd-tdep.c: Update copyright years. Include
9686 "solib-svr4.h".
9687 (i386obsd_init_abi): Don't set regset_from_core_section here.
9688 (i386obsd_aout_init_abi): New function. Set
9689 regset_from_core_section here.
9690 (i386obsd_elf_init_abi): New function.
9691 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9692 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9693 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9694 (TM_FILE): Set to tm-nbsd.h.
9695
9696 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9697 solib-sunos.o.
9698
9699 * solib-svr4.h: Update copyright year.
9700 (svr4_ilp32_fetch_link_map_offsets)
9701 (svr4_lp64_fetch_link_map_offsets): New prototype.
9702 * solib-svr4.c: Update copyright year.
9703 (svr4_ilp32_fetch_link_map_offsets)
9704 (svr4_lp64_fetch_link_map_offsets): New function.
9705
9706 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9707
9708 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9709 to the partial symbol table.
9710
9711 2004-02-20 J. brobecker <brobecker@gnat.com>
9712
9713 * PROBLEMS: Add description of problem documented under gdb/1560.
9714
9715 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9716
9717 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9718 comments.
9719 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9720 functions.
9721 (amd64obsd_init_abi): Reorder initializations. Use
9722 amd64obsd_r_reg_offset to initialize the general-purpose register
9723 set details. Set regset_from_core_section.
9724 (_initialize_amd64obsd_tdep): Rename from
9725 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9726 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9727 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9728
9729 * NEWS (New native configurations): Mention OpenBSD/alpha.
9730 * configure.tgt: Add alpha*-*-openbsd*.
9731 * configure.host: Add alpha*-*-openbsd*.
9732 * alphanbsd-tdep.c: Update copyright year.
9733 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9734
9735 2004-02-20 Andrew Cagney <cagney@redhat.com>
9736
9737 Fix PR tdep/1372.
9738 * configure.tgt: Delete target "none-*-*".
9739 * configure.host: Delete host "none-*-*".
9740 * config/none/none.mh: Delete file.
9741 * config/none/none.mt: Delete file.
9742 * config/none/xm-none.h: Delete file.
9743 * config/none/tm-none.h: Delete file.
9744 * config/none/nm-none.h: Delete file.
9745
9746 2004-02-19 Fred Fish <fnf@redhat.com>
9747
9748 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9749 cache->uses_fp prior to setting it.
9750
9751 2004-02-19 Fred Fish <fnf@redhat.com>
9752
9753 Fix for PR breakpoint/1558.
9754 * sh-tdep.c (IS_JSR): New macro.
9755 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9756
9757 2004-02-19 Jim Blandy <jimb@redhat.com>
9758
9759 * findvar.c (value_from_register): Doc fix.
9760
9761 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9762
9763 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9764 type being greater than sizeof of host's LONGEST. Always use
9765 unpack_long() unless format 'f' chosen.
9766
9767 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9768
9769 Committed by Elena Zannoni <ezannoni@redhat.com>
9770
9771 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9772 contains a symbol wich is the best, non-exact match for the given
9773 pc. Update comments.
9774
9775 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9776
9777 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9778 macro, which was part of the now removed Mach 3 port.
9779 * utils.c (request_quit): Ditto.
9780
9781 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9782
9783 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9784 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9785
9786 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9787
9788 Committed by Mark Kettenis <kettenis@gnu.org>.
9789
9790 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9791 Define.
9792
9793 2004-02-18 Andrew Cagney <cagney@redhat.com>
9794
9795 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9796 CONFIG_INSTALL and CONFIG_UNINSTALL.
9797 * configure: Re-generate.
9798 * interps.h (INTERP_TUI): Define.
9799 * Makefile.in: Update dependencies.
9800 (TUI): New macro.
9801 (tui-main.o): Specify dependencies.
9802 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9803 * tui/tui-main.c: New file.
9804
9805 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9806
9807 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9808 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9809 dependencies.
9810 * configure.host: Add x86_64-*-openbsd*.
9811 * configure.tgt: Add x86_64-*-openbsd*.
9812 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9813
9814 * tui/tui.c: Don't include <malloc.h>.
9815
9816 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9817 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9818 amd64nbsd-tdep.c.
9819
9820 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9821 static. Remove extraneous whitespace.
9822 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9823 static.
9824
9825 2004-02-17 Jim Blandy <jimb@redhat.com>
9826
9827 * findvar.c (value_from_register): Doc fix.
9828
9829 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9830
9831 Committed by Jim Blandy <jimb@redhat.com>.
9832
9833 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9834 CORE_ADDR as type for selectors. Correct types for GNU run time
9835 message lookup function to use double indirection.
9836 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9837 * objc-lang.h (lookup_child_selector): Adapt prototype.
9838
9839 * s390-nat.c (SUBOFF): New macro.
9840 (supply_gregset, fill_gregset): Use it to handle debugging
9841 of 32-bit exectuables running under a 64-bit kernel.
9842 * s390-tdep.c: Include "solib-svr4.h".
9843 (s390_svr4_fetch_link_map_offset): New function.
9844 (s390x_svr_fetch_link_map_offset): Likewise.
9845 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9846 * Makefile.in (s390-tdep.o): Update dependencies.
9847
9848 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9849 "frame-unwind.h".
9850 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9851 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9852 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9853 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9854 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9855 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9856 S390_SIGNAL_FRAMESIZE,
9857 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9858 (struct frame_extra_info): Remove.
9859 (s390_memset_extra_info): Remove.
9860 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9861 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9862 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9863 (is_rse): Renamed to ...
9864 (is_rsy): ... this. Support long displacements.
9865 (is_rxe): Renamed to ...
9866 (is_rxy): ... this. Support long displacements.
9867 (compute_x_addr): Support long displacements.
9868 (struct s390_prologue_data): New data type.
9869 (s390_on_stack): Change API to use struct s390_prologue_data.
9870 (s390_store): Reimplement.
9871 (s390_load): New function.
9872 (s390_get_signal_frame_info): Remove.
9873 (s390_get_frame_info): Remove, replace by ...
9874 (s390_analyze_prolog): ... this new function.
9875 (s390_check_function_end): Remove.
9876 (s390_function_start): Remove.
9877 (s390_frameless_function_invokation): Remove.
9878 (s390_is_sigreturn): Remove.
9879 (s390_init_frame_pc_first): Remove.
9880 (s390_init_frame_extra_info): Remove.
9881 (s390_frame_init_saved_regs): Remove.
9882 (s390_frame_saved_pc_nofix): Remove.
9883 (s390_frame_saved_pc): Remove.
9884 (s390_frame_chain): Remove.
9885 (s390_fp_regnum, s390_read_fp): Remove.
9886 (s390_pop_frame_regular, s390_pop_frame): Remove.
9887 (s390_saved_pc_after_call): Remove.
9888 (s390_skip_prologue): Reimplement.
9889 (s390_in_function_epilogue_p): Support long displacements.
9890 (struct s390_unwind_cache): New data structure.
9891 (s390_frame_unwind_cache): New function.
9892 (s390_prologue_frame_unwind_cache): Likewise.
9893 (s390_backchain_frame_unwind_cache): Likewise.
9894 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9895 (s390_frame_unwind): Define.
9896 (s390_frame_sniffer): New function.
9897 (struct s390_pltstub_unwind_cache): New data structure.
9898 (s390_pltstub_frame_unwind_cache): New function.
9899 (s390_pltstub_frame_this_id): Likewise.
9900 (s390_pltstub_frame_prev_register): Likewise.
9901 (s390_pltstub_frame_unwind): Define.
9902 (s390_pltstub_frame_sniffer): New function.
9903 (struct s390_sigtramp_unwind_cache): New data structure.
9904 (s390_sigtramp_frame_unwind_cache): New function.
9905 (s390_sigtramp_frame_this_id): Likewise.
9906 (s390_sigtramp_frame_prev_register): Likewise.
9907 (s390_sigtramp_frame_unwind): Define.
9908 (s390_sigtramp_frame_sniffer): New function.
9909 (s390_frame_base_address, s390_local_base_address): New functions.
9910 (s390_frame_base): Define.
9911 (s390_unwind_pc, s390_unwind_sp): New function.
9912 (s390_push_dummy_call): Use new frame base location.
9913 (s390_unwind_dummy_id): Likewise.
9914 (s390_gdbarch_init): Remove calls to:
9915 set_gdbarch_frameless_function_invocation,
9916 set_gdbarch_deprecated_init_frame_pc,
9917 set_gdbarch_deprecated_frame_chain,
9918 set_gdbarch_deprecated_frame_init_saved_regs,
9919 set_gdbarch_deprecated_pop_frame,
9920 set_gdbarch_deprecated_init_extra_frame_info,
9921 set_gdbarch_deprecated_init_frame_pc_first,
9922 set_gdbarch_deprecated_target_read_fp,
9923 set_gdbarch_deprecated_frame_saved_pc,
9924 set_gdbarch_deprecated_saved_pc_after_call,
9925 set_gdbarch_deprecated_fp_regnum.
9926 Add calls to:
9927 set_gdbarch_in_solib_call_trampoline,
9928 frame_unwind_append_sniffer,
9929 frame_base_set_default,
9930 set_gdbarch_unwind_pc,
9931 set_gdbarch_unwind_sp.
9932 * Makefile.in (s390-tdep.o): Update dependencies.
9933
9934 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9935 (S390_STACK_FRAME_OVERHEAD): Remove.
9936 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9937 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9938 (s390_promote_integer_argument): Remove.
9939 (s390_cannot_extract_struct_value_address): Remove.
9940 (s390_use_struct_convention, s390_store_struct_return): Remove.
9941 (s390_extract_return_value, s390_store_return_value): Remove.
9942 (s390_return_value_convention, s390_return_value): New functions.
9943 (is_float_singleton): Handle typedefs.
9944 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9945 Remove, replace by ...
9946 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9947 s390_function_arg_integer): ... these new functions.
9948 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9949 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9950 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9951 Fill in tdep->abi.
9952 Remove calls to:
9953 set_gdbarch_deprecated_store_struct_return,
9954 set_gdbarch_deprecated_extract_return_value,
9955 set_gdbarch_deprecated_store_return_value,
9956 set_gdbarch_use_struct_convention,
9957 set_gdbarch_extract_struct_value_address,
9958 set_gdbarch_deprecated_pc_in_call_dummy,
9959 set_gdbarch_deprecated_push_arguments,
9960 set_gdbarch_deprecated_save_dummy_frame_tos,
9961 set_gdbarch_deprecated_push_return_address,
9962 set_gdbarch_deprecated_sizeof_call_dummy_words,
9963 set_gdbarch_deprecated_call_dummy_words,
9964 set_gdbarch_deprecated_dummy_write_sp.
9965 Add calls to:
9966 set_gdbarch_push_dummy_call,
9967 set_gdbarch_unwind_dummy_id,
9968 set_gdbarch_return_value.
9969
9970 * config/s390/nm-linux.h: Update comments.
9971 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9972 (STOPPED_BY_WATCHPOINT): Redefine.
9973 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9974 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9975 (s390_stopped_by_watchpoint): Likewise.
9976 (watch_area_cnt): Remove.
9977 * s390-nat.c: Update comments.
9978 (watch_area): Remove typedef.
9979 Global replace watch_area by struct watch_area.
9980 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9981 (s390_stopped_by_watchpoint): Remove pid argument,
9982 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9983 (s390_fix_watch_points): Remove pid argument,
9984 use s390_inferior_tid. Recompute area spanned by watchpoints.
9985 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9986 argument. Reimplement.
9987
9988 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9989 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9990 (FETCH_INFERIOR_REGISTERS): Define.
9991 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9992 core-regset.o.
9993 * config/s390/s390x.mt: Remove.
9994 * config/s390/tm-s390.h: Remove.
9995 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9996 (TARGET_ELF64): Remove.
9997 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9998 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9999 s390*-*-* case; always set gdb_target to s390.
10000 * regformats/reg-s390.dat: Remove control registers.
10001 * regformats/reg-s390x.dat: Likewise.
10002 * s390-tdep.h: New file.
10003 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
10004 Include "inferior.h" and "s390-tdep.h".
10005 Remove private definition of offsetof.
10006 (s390_register_u_addr): Remove.
10007 (regmap_gregset, regmap_fpregset): Define.
10008 (supply_gregset, fill_gregset): Reimplement.
10009 (supply_fpregset, fill_fpregset): Likewise.
10010 (s390_inferior_tid): New function.
10011 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
10012 (fetch_inferior_registers, store_inferior_registers): Likewise.
10013 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
10014 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
10015 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
10016 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
10017 (struct gdbarch_tdep): Define.
10018 (struct s390_register_info): Define.
10019 (s390_register_info): New variable.
10020 (s390_register_name): Reimplement.
10021 (s390_register_type): New function.
10022 (s390_register_raw_size, s390x_register_raw_size): Remove.
10023 (s390_cannot_fetch_register): Remove.
10024 (s390_register_byte): Remove.
10025 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
10026 (s390_dwarf_regmap): New variable.
10027 (s390_dwarf_reg_to_regnum): New function.
10028 (s390_stab_reg_to_regnum): Remove.
10029 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
10030 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
10031 (s390_convert_register_p): Likewise.
10032 (s390_register_to_value, s390_value_to_register): Likewise.
10033 (s390_register_reggroup_p): Likewise.
10034 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
10035 s390_gregset, s390x_gregset, s390_fpregset): New variables.
10036 (s390_supply_regset, s390_regset_from_core_section): New functions.
10037 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
10038 (S390_FPR_SIZE): Likewise.
10039 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
10040 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
10041 (S390_NUM_GPRS): Move here from tm-s390.h.
10042 (S390_NUM_FPRS): Likewise.
10043 (s390_in_function_epilogue_p): New function.
10044 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
10045 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
10046 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
10047 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
10048 Replace S390_FP_REGNUM by S390_SP_REGNUM.
10049 Remove calls to:
10050 set_gdbarch_deprecated_max_register_raw_size,
10051 set_gdbarch_deprecated_max_register_virtual_size,
10052 set_gdbarch_deprecated_register_byte,
10053 set_gdbarch_cannot_fetch_register,
10054 set_gdbarch_cannot_store_register,
10055 set_gdbarch_deprecated_register_size,
10056 set_gdbarch_deprecated_register_raw_size,
10057 set_gdbarch_deprecated_register_virtual_size,
10058 set_gdbarch_deprecated_register_virtual_type,
10059 set_gdbarch_deprecated_register_bytes.
10060 Add calls to:
10061 set_gdbarch_num_pseudo_regs,
10062 set_gdbarch_register_type,
10063 set_gdbarch_convert_register_p,
10064 set_gdbarch_register_to_value,
10065 set_gdbarch_value_to_register,
10066 set_gdbarch_register_reggroup_p,
10067 set_gdbarch_regset_from_core_section,
10068 set_gdbarch_pseudo_register_read,
10069 set_gdbarch_pseudo_register_write,
10070 set_gdbarch_in_function_epilogue_p.
10071 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
10072 (s390_tdep_h): New variable.
10073
10074 2004-02-17 Jim Blandy <jimb@redhat.com>
10075
10076 * findvar.c (value_from_register): If the type has no length, just
10077 return an acceptable value --- don't report an internal error.
10078
10079 * stabsread.c (read_type): If we find any type numbers that are
10080 forward references, complain if the references aren't resolved by
10081 the time we're finished reading.
10082 (cleanup_undefined_types): Make error message more appropriate for
10083 a complaint.
10084
10085 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10086
10087 * Makefile.in (defs_h): Remove dependency on progress_h.
10088 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10089 progress.h.
10090 * main.c (captured_main): Delete use of START_PROGRESS and
10091 END_PROGRESS.
10092
10093 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10094
10095 * objfiles.c (terminate_minimal_symbol_table): Add back
10096 initialization of MSYMBOL_TYPE.
10097
10098 2004-02-17 David Mosberger <davidm@hpl.hp.com>
10099
10100 Committed by Andrew Cagney.
10101 * Makefile.in (ia64_tdep_h): New macro.
10102 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10103 (ia64-tdep.o): Likewise.
10104 * ia64-tdep.h: New file.
10105 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10106 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10107 (ia64_aix_sigcontext_register_address): Likewise.
10108 (ia64_linux_getunwind_table): Delete declaration.
10109 * ia64-linux-tdep.c: Likewise.
10110
10111 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
10112
10113 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10114 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10115 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10116
10117 2004-02-17 Andrew Cagney <cagney@redhat.com>
10118
10119 * symtab.c (skip_prologue_using_sal): New function.
10120 * symtab.h (skip_prologue_using_sal): Declare.
10121 * frv-tdep.c: Include "symtab.h".
10122 (skip_prologue_using_sal): Delete function.
10123 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10124 * rs6000-tdep.c (refine_prologue_limit): Mention
10125 skip_prologue_using_sal.
10126 * ia64-tdep.c (refine_prologue_limit): Ditto.
10127 * Makefile.in: Update dependencies.
10128
10129 2004-02-16 Andrew Cagney <cagney@redhat.com>
10130
10131 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10132 START_INFERIOR_TRAPS_EXPECTED.
10133 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10134 START_INFERIOR_TRAPS_EXPECTED.
10135 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10136 Delete macro.
10137 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10138 macro, moved to "nm-osf.h". Update copyright.
10139 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10140 update copyright.
10141
10142 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10143 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10144 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10145 frameless_look_for_prologue.
10146 * frame.h (legacy_frameless_look_for_prologue): Rename
10147 frameless_look_for_prologue.
10148 * gdbarch.h, gdbarch.c: Re-generate.
10149 * sh64-tdep.c (sh64_gdbarch_init): Update.
10150 * sh-tdep.c (sh_gdbarch_init): Update.
10151 * s390-tdep.c (s390_gdbarch_init): Update.
10152 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10153 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10154 * m68k-tdep.c (m68k_gdbarch_init): Update.
10155 (delta68_frame_args_address): Update.
10156 * m32r-tdep.c (m32r_gdbarch_init): Update.
10157 * hppa-tdep.c (hppa_gdbarch_init): Update.
10158 * h8300-tdep.c (h8300_gdbarch_init): Update.
10159 * frv-tdep.c (frv_gdbarch_init): Update.
10160 (frv_frameless_function_invocation): Update.
10161 * cris-tdep.c (cris_gdbarch_init): Update.
10162 (cris_frameless_function_invocation): Update.
10163 * avr-tdep.c (avr_gdbarch_init): Update.
10164 * arm-tdep.c (arm_gdbarch_init): Update.
10165 * stack.c (frame_info): Update, call predicate.
10166 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10167 * frame.c (legacy_get_prev_frame): Update, call predicate..
10168 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10169 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10170 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10171 invocation.
10172 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10173 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10174 * vax-tdep.c (vax_gdbarch_init): Ditto.
10175
10176 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10177 function.
10178
10179 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10180
10181 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10182 initializations.
10183
10184 2004-02-16 Andrew Cagney <cagney@redhat.com>
10185
10186 * tui/tui-windata.c: Include "gdb_string.h".
10187 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10188 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10189 * Makefile.in: Update dependencies.
10190
10191 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10192
10193 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10194 * infrun.c: Include "gdb_assert.h".
10195 (singlestep_ptid, saved_singlestep_ptid)
10196 (stepping_past_singlestep_breakpoint): New variables.
10197 (resume): Set singlestep_ptid. Check for singlestep thread
10198 hop.
10199 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10200 (handle_inferior_event): Handle singlestep thread hop.
10201
10202 2004-02-16 Andrew Cagney <cagney@redhat.com>
10203
10204 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10205 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10206 (dwarf2_frame_init_reg): Ditto.
10207
10208 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10209 suggested by Joshua Neuheisel
10210
10211 * configure.in: Always check for curses, including pdcurses.
10212 Warn, instead of error, when no curses are found. Enable TUI when
10213 curses is available.
10214 * configure: Re-generate.
10215
10216 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10217
10218 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10219 sh_sh4_register_convert_to_virtual.
10220 (sh_register_convert_to_raw): Rename from
10221 sh_sh4_register_convert_to_raw.
10222 (sh_pseudo_register_read): Accomodate above name change.
10223 (sh_pseudo_register_write): Ditto.
10224
10225 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10226
10227 * sh-tdep.c (sh_generic_register_name): Remove.
10228 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10229
10230 2004-02-15 Andrew Cagney <cagney@redhat.com>
10231
10232 * configure.in (build_warnings): Add -Wunused-function.
10233 * configure: Re-generate.
10234
10235 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10236 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10237
10238 * procfs.c (procfs_init_inferior): Assume that
10239 START_INFERIOR_TRAPS_EXPECTED is defined.
10240 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10241 * config/ns32k/tm-nbsd.h: Delete file,
10242 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10243
10244 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10245 * config/vax/tm-vax.h: Delete file.
10246
10247 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10248 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10249 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10250 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10251 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10252 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10253 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10254
10255 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10256
10257 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10258 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10259 (struct dwarf2_frame_ops): New.
10260 (dwarf2_frame_default_init_reg): New function, based on
10261 dwarf2_frame_init_reg.
10262 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10263 (dwarf2_frame_init_reg): Call architecture-specific function.
10264 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10265 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10266 instead of dwarf2_frame_data.
10267 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10268 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10269
10270 2004-02-15 Andrew Cagney <cagney@redhat.com>
10271
10272 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10273 register_gdbarch_swap.
10274 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10275 * f-lang.c (_initialize_f_language): Update, use
10276 DEPRECATED_REGISTER_GDBARCH_SWAP.
10277 * remote.c (_initialize_remote): Ditto.
10278 * regcache.c (_initialize_regcache): Ditto.
10279 * parse.c (_initialize_parse): Ditto.
10280 * infrun.c (_initialize_infrun): Ditto.
10281 * mi/mi-main.c (_initialize_mi_main): Ditto.
10282 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10283
10284 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10285 poking .cacheable directly.
10286 * symfile.c (symfile_bfd_open): Ditto.
10287
10288 * Makefile.in: Update all dependencies.
10289
10290 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10291 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10292 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10293 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10294 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10295
10296 2004-02-14 Andrew Cagney <cagney@redhat.com>
10297
10298 * arch-utils.c (legacy_convert_register_p): Check
10299 DEPRECATED_REGISTER_CONVERTIBLE_P.
10300 * findvar.c (value_of_register): Ditto.
10301
10302 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10303 * gdbarch.h, gdbarch.c: Re-generate.
10304 * arch-utils.c (deprecated_register_convertible_not): Delete.
10305 * arch-utils.h (deprecated_register_convertible_not): Delete.
10306 * mi/mi-main.c (get_register): Update. Update copyright.
10307 * infcmd.c (default_print_registers_info): Update.
10308
10309 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10310 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10311 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10312 * gdbarch.h, gdbarch.c: Re-generate.
10313 * frame.c (deprecated_get_next_frame_hack): Delete function.
10314 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10315 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10316 Update.
10317 * infcall.c (call_function_by_hand): Update.
10318
10319 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10320
10321 * symfile.c (init_entry_point_info, entry_point_address): Move
10322 from here...
10323 * objfiles.c (init_entry_point_info, entry_point_address):..to
10324 here.
10325 * symfile.h (init_entry_point_info, entry_point_address): Remove
10326 prototypes.
10327 * objfiles.h (init_entry_point_info, entry_point_address):Add
10328 prototypes.
10329 * cris-tdep.c: Remove include of symfile.h. Add include of
10330 objfiles.h.
10331 * infcall.c: Ditto.
10332 * mcore-tdep.c: Ditto.
10333 * mn10300-tdep.c: Ditto.
10334 * sh64-tdep.c: Ditto.
10335 * v850-tdep.c: Ditto.
10336 * arm-tdep.c: Remove include of symfile.h.
10337 * blockframe.c: Ditto.
10338 * coffread.c: Ditto.
10339 * dbxread.c: Ditto.
10340 * dwarf2read.c: Ditto.
10341 * dwarfread.c: Ditto.
10342 * frv-tdep.c: Ditto.
10343 * ia64-tdep.c: Ditto.
10344 * mdebugread.c: Ditto.
10345 * mipsread.c: Ditto.
10346 * rs6000-tdep.c: Ditto.
10347 * s390-tdep.c: Ditto.
10348 * sh-tdep.c: Ditto.
10349 * xstormy16-tdep.c: Ditto.
10350 * gdbarch.sh: Remove include of symfile.h.
10351 * gdbarch.c: Regenerate.
10352 * solib-irix.c (enable_break): Use entry_point_address().
10353 Add comment about include file.
10354 * xcoffread.c: Add comment about include file.
10355 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10356 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10357 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10358 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10359 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10360
10361 2004-02-13 Andrew Cagney <cagney@redhat.com>
10362
10363 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10364 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10365 copyright.
10366 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10367
10368 2004-02-12 Fred Fish <fnf@redhat.com>
10369
10370 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10371 set_gdbarch_store_return_value.
10372
10373 2004-02-12 Andrew Cagney <cagney@redhat.com>
10374
10375 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10376 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10377 (interrupt_query): Ditto.
10378 (ofunc): Delete unused variable.
10379 * cris-tdep.c (cris_abi): Delete unused function.
10380 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10381 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10382 (cris_get_asr_quick_shift_steps): Ditto.
10383 (cris_skip_prologue_frameless_p): Ditto.
10384 * arm-tdep.c (arm_push_return_address): Delete unused function.
10385 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10386 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10387 * s390-tdep.c (s390_function_start): Delete unused function.
10388
10389 2004-02-12 Andrew Cagney <cagney@redhat.com>
10390
10391 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10392 gdbarch.h, gdbarch.c: Re-generate.
10393 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10394 to generic_prologue_frameless_p.
10395 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10396 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10397
10398 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10399
10400 * mips-linux-tdep.c: Include "frame.h".
10401 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10402 (mips_linux_skip_resolver): New functions.
10403 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10404 and set_gdbarch_in_solib_call_trampoline.
10405 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10406 to after set_gdbarch_in_solib_return_trampoline. Only set the
10407 solib hooks to mips16 functions if the OS ABI is unknown.
10408 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10409 including "config/tm-linux.h".
10410 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10411 * Makefile.in (mips-linux-tdep.o): Update.
10412
10413 2004-02-11 David Carlton <carlton@kealia.com>
10414
10415 * linespec.c (decode_compound): Only look for a class symbol when
10416 considering all but the rightmost component.
10417
10418 2004-02-11 Andrew Cagney <cagney@redhat.com>
10419
10420 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10421 abi code are are separatly grouped.
10422
10423 2004-02-11 Andrew Cagney <cagney@redhat.com>
10424
10425 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10426 * gdbarch.h, gdbarch.c: Re-generate.
10427 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10428 * v850-tdep.c (v850_gdbarch_init): Update.
10429 * sh64-tdep.c (sh64_gdbarch_init): Update.
10430 * sh-tdep.c (sh_gdbarch_init): Update.
10431 * s390-tdep.c (s390_gdbarch_init): Update.
10432 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10433 * mips-tdep.c (mips_gdbarch_init): Update.
10434 * mcore-tdep.c (mcore_gdbarch_init): Update.
10435 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10436 * m32r-tdep.c (m32r_gdbarch_init): Update.
10437 * ia64-tdep.c (ia64_gdbarch_init): Update.
10438 * hppa-tdep.c (hppa_gdbarch_init): Update.
10439 * h8300-tdep.c (h8300_gdbarch_init): Update.
10440 * frv-tdep.c (frv_gdbarch_init): Update.
10441 * d10v-tdep.c (d10v_gdbarch_init): Update.
10442 * cris-tdep.c (cris_gdbarch_init): Update.
10443 * avr-tdep.c (avr_gdbarch_init): Update.
10444 * arm-tdep.c (arm_gdbarch_init): Update.
10445 * alpha-tdep.c (alpha_gdbarch_init): Update.
10446
10447 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10448
10449 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10450 comma.
10451 (sh_sh4al_dsp_register_name): Ditto.
10452
10453 2004-02-10 Andrew Cagney <cagney@redhat.com>
10454
10455 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10456 (mips_init_frame_pc_first): Delete function.
10457 (mips_frame_saved_pc): Delete function.
10458 (mips_frame_chain): Delete function.
10459 (mips_init_extra_frame_info): Delete function.
10460 (mips_xfer_register): Delete unused variable "reg".
10461 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10462 (mips_n32n64_return_value): Delete unused variable "reg".
10463 (mips_n32n64_return_value): Delete unused variable "pos".
10464 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10465 (mips_o32_return_value): Delete unused variable "pos".
10466 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10467 (mips_print_fp_register): Delete unused variable "namelen"
10468 (mips_print_fp_register): Delete unused variable "flt2"
10469 (get_frame_pointer): Delete function.
10470 (cached_proc_desc): Delete static variable.
10471 (mips_pop_frame): Delete function.
10472 (mips_find_saved_regs): Delete function.
10473 (mips_get_saved_register): Delete function.
10474 (mips_saved_pc_after_call): Delete function.
10475 (SIGFRAME_BASE): Delete macro.
10476 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10477 (SIGFRAME_PC_OFF): Delete macro.
10478 (SIGFRAME_REGSAVE_OFF): Delete macro.
10479 (mips_dump_tdep): Do not print deleted macro definitions.
10480
10481 2004-02-10 Andrew Cagney <cagney@redhat.com>
10482
10483 * Makefile.in (SFILES): Remove explictly listed tui files.
10484 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10485
10486 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10487
10488 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10489 to use paddr functions to format ia64 addresses and long values.
10490 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10491 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10492 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10493 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10494 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10495
10496 2004-02-10 Andrew Cagney <cagney@redhat.com>
10497
10498 * defs.h: Do not include "tui.h".
10499 * gdb_curses.h: New file.
10500 * tui/tui-hooks.h: New file.
10501 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10502 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10503 (tui_initialize_io): Delete declaration.
10504 (tui_initialize_readline: Delete redundant declaration.
10505 (struct tui_point): Delete definition.
10506 * tui/tui-data.h (struct tui_point): Define.
10507 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10508 * utils.c: Include "tui/tui.h".
10509 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10510 * printcmd.c [TUI]: Include "tui/tui.h".
10511 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10512 * tui/tui-command.c: Include "gdb_curses.h".
10513 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10514 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10515 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10516 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10517 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10518 * Makefile.in: Update all dependencies.
10519 (tui_hooks_h, gdb_curses_h): Define.
10520 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10521
10522 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10523
10524 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10525 auxf2. Add comments about some other rarely used fields.
10526
10527 2004-02-10 Andrew Cagney <cagney@redhat.com>
10528
10529 * Makefile.in (init.c): Fix script removing duplicates. Problem
10530 reported by Peter Schauer.
10531
10532 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10533
10534 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10535 obstack_specify_allocation.
10536 * objfiles.c (allocate_objfile): Ditto.
10537 * solib-sunos.c (solib_add_common_symbols)
10538 (allocate_rt_common_objfile): Ditto.
10539 * symfile.c (reread_symbols): Ditto.
10540 * gdb_obstack.h: Add comment.
10541
10542 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10543
10544 * linespec.c (decode_line_1, locate_first_half)
10545 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10546 commented out code.
10547
10548 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10549
10550 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10551 obstack_free.
10552
10553 2004-02-09 Andrew Cagney <cagney@redhat.com>
10554
10555 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10556 fails, try find_pc_section. Fix PR c++/1267.
10557 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10558 instead of find_pc_mapped_section.
10559 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10560 not default to the section containing PC. Fix PR symtab/1519.
10561
10562 2004-02-09 Andrew Cagney <cagney@redhat.com>
10563
10564 * Makefile.in (mips-tdep.o): Update dependencies.
10565 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10566 "trad-frame.h".
10567 (mips_unwind_pc): Return the pseudo PC register.
10568 (mips_unwind_dummy_id): New function.
10569 (mips16_fetch_instruction): New function.
10570 (mips32_fetch_instruction): New function.
10571 (struct mips_frame_cache): Define.
10572 (mips_mdebug_frame_cache): New function.
10573 (mips_mdebug_frame_this_id): New function.
10574 (mips_mdebug_frame_prev_register): New function.
10575 (mips_mdebug_frame_unwind): Define.
10576 (mips_mdebug_frame_sniffer): New function.
10577 (mips_mdebug_frame_base_address): New function.
10578 (mips_mdebug_frame_base): Define.
10579 (mips_mdebug_frame_base_sniffer): New function.
10580 (mips_gdbarch_init): Append unwind and base sniffers. Set
10581 unwind_dummy_id.
10582
10583 2004-02-08 Andrew Cagney <cagney@redhat.com>
10584
10585 * frame.c: Print both the register number and name.
10586
10587 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10588 and a sed into a single sed. Make .c and .o patterns more robust.
10589 (OBS): Delete.
10590 (INIT_FILES): Replace OBS with COMMON_OBS.
10591 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10592
10593 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10594
10595 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10596 the PT_WCOOKIE request.
10597
10598 2004-02-08 Andrew Cagney <cagney@redhat.com>
10599
10600 * mips-tdep.c (mips_unwind_pc): New function.
10601 (mips_gdbarch_init): Set mips_unwind_pc.
10602
10603 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10604 (get_frame_id): Allow the UNKNOWN_FRAME.
10605 (frame_register_unwind, get_frame_type): Ditto.
10606
10607 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10608 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10609 unwind_dummy_id indicates a legacy frame.
10610
10611 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10612 * configure: Re-generate.
10613
10614 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10615 methods.
10616
10617 2004-02-08 Andrew Cagney <cagney@redhat.com>
10618
10619 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10620 makefile macro.
10621 * configure: Re-generate.
10622 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10623 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10624 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10625 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10626 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10627 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10628 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10629 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10630 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10631 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10632
10633 2004-02-07 Andrew Cagney <cagney@redhat.com>
10634
10635 * Makefile.in: Update all dependencies.
10636
10637 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10638 * configure: Re-generate.
10639 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10640 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10641 (COMMON_OBS): Add "main.o" and "annotate.o".
10642 (ANNOTATE_OBS): Delete.
10643 (OBS): Remove ANNOTATE_OBS.
10644 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10645 CONFIG_INITS.
10646 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10647 against CONFIG_OBS and "main.o".
10648 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10649 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10650
10651 * tui/tui-command.c: Include "gdb_string.h", delete register
10652 attribute, use ISO-C function signatures.
10653 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10654 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10655 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10656 * tui/tui.c: Ditto.
10657
10658 * tui/tui-command.c: Change variable and function names to lower
10659 case.
10660 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10661 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10662 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10663 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10664 * tui/tui-winsource.c, tui/tui.c: Ditto.
10665
10666 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10667
10668 * buildsym.c (free_pending_blocks, finish_block)
10669 (record_pending_block, make_blockvector, end_symtab): Replace
10670 symbol_obstack with objfile_obstack.
10671 * coffread.c (process_coff_symbol, coff_read_struct_type)
10672 (coff_read_enum_type): Ditto.
10673 * cp-namespace.c (initialize_namespace_symtab)
10674 (check_one_possible_namespace_symbol): Ditto.
10675 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10676 (dwarf2_symbol_mark_computed): Ditto.
10677 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10678 * elfread.c (elf_symtab_read): Ditto.
10679 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10680 (hpread_read_enum_type, hpread_read_function_type)
10681 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10682 Ditto.
10683 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10684 (java_link_class_type): Ditto.
10685 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10686 (new_symbol): Ditto.
10687 * minsyms.c (install_minimal_symbols): Ditto.
10688 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10689 (terminate_minimal_symbol_table): Replace symbol_obstack with
10690 objfile_obstack.
10691 (free_objfile): Remove freeing of symbol_obstack.
10692 * objfiles.h: Remove symbol_obstack field.
10693 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10694 objfile_obstack.
10695 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10696 symbol_obstack.
10697 (solib_add_common_symbols): Replace symbol_obstack with
10698 objfile_obstack.
10699 * somsolib.c (som_solib_add): Ditto.
10700 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10701 (common_block_start, common_block_end): Ditto.
10702 * symfile.c (reread_symbols): Remove freeing and init of
10703 symbol_obstack.
10704 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10705 * symfile.h: Update comment.
10706 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10707 stats printing.
10708 * symtab.c (symbol_set_names): Replace symbol_obstack with
10709 objfile_obstack.
10710 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10711 Update comments.
10712 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10713 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10714 objfile_obstack.
10715
10716 2004-02-07 Andrew Cagney <cagney@redhat.com>
10717
10718 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10719 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10720 fields and variables.
10721 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10722 (m_beInvisible): Delete macro.
10723 * tui/tui-data.h: Fix case case fields and variables.
10724 (m_genWinPtrIsNull): Delete macro.
10725 (tui_win_list): Rename winList.
10726 (TUI_SRC_WIN): Rename srcWin.
10727 (TUI_DISASM_WIN): Rename disassemWin.
10728 (TUI_DATA_WIN): Rename dataWin.
10729 (TUI_CMD_WIN): Rename cmdWin.
10730 (m_genWinPtrNotNull): Delete macro.
10731 (m_winPtrIsNull): Delete macro.
10732 (m_winPtrNotNull): Delete macro.
10733 (tui_win_is_source_type): Replace m_winIsSourceType
10734 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10735 (tui_win_has_locator): Replace m_hasLocator.
10736 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10737 m_setWinHighlightOff.
10738 * tui/tui-data.c: Update references.
10739 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10740 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10741 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10742 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10743 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10744 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10745 * tui/tui-winsource.c, tui/tui.c: Ditto.
10746
10747 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10748
10749 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10750 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10751 StackGhost.
10752
10753 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10754 variable `i6' to `i7'.
10755 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10756
10757 2004-02-07 Andrew Cagney <cagney@redhat.com>
10758
10759 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10760 (TuiPoint, TuiPointPtr): Ditto.
10761 (TuiStatus, TuiStatusPtr): Ditto.
10762 (TuiWinType, TuiWinTypePtr): Ditto.
10763 (struct tui_point): Rename _TuiPoint.
10764 (tui_get_low_disassembly_address): Rename
10765 tuiGetLowDisassemblyAddress.
10766 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10767 (tuiFree): Delete declaration.
10768 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10769 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10770 * tui/tui.c (tuiFree): Delete function.
10771 * cli/cli-cmds.c (disassemble_command): Update references.
10772 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10773 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10774 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10775 * tui/tui-winsource.c: Ditto.
10776
10777 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10778
10779 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10780 coffstab_build_psymtabs, elfstab_build_psymtabs)
10781 (stabsect_build_psymtabs): Replace psymbol_obstack with
10782 objfile_obstack.
10783 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10784 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10785 Ditto.
10786 * dwarfread.c (scan_compilation_units): Ditto.
10787 * elfread.c (elfstab_offset_sections): Ditto.
10788 * hppa-tdep.c (read_unwind_info): Ditto.
10789 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10790 (hpread_end_psymtab): Ditto.
10791 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10792 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10793 Ditto.
10794 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10795 * objfiles.c (add_to_objfile_sections)
10796 (build_objfile_section_table): Ditto.
10797 (allocate_objfile): Remove init of psymbol_obstack.
10798 (free_objfile): Remove freeing of psymbol_obstack.
10799 * objfiles.h (struct objfile): Remove field
10800 psymbol_obstack. Update comments.
10801 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10802 psymbol_obstack with objfile_obstack.
10803 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10804 psymbol_obstack.
10805 * somread.c (som_symfile_offsets, init_import_symbols)
10806 (init_export_symbols): Replace psymbol_obstack with
10807 objfile_obstack.
10808 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10809 * symfile.c (default_symfile_offsets, syms_from_objfile)
10810 (reread_symbols): Remove freeing and init of psymbol_obstack.
10811 (cashier_psymtab): Update comment.
10812 * symmisc.c (print_objfile_statistics): Don't report stats for
10813 psymbol obstack.
10814 * symtab.h (struct general_symbol_info, struct partial_symtab):
10815 Update comments.
10816 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10817 (xcoff_symfile_offsets): Replace psymbol_obstack with
10818 objfile_obstack.
10819
10820 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10821
10822 * objfiles.h (struct objfile): Add objfile_obstack field.
10823 Remove type_obstack field.
10824
10825 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10826 read_structure_scope read_enumeration, new_symbol): Replace
10827 type_obstack with objfile_obstack.
10828 * dwarfread.c (struct_type, enum_type): Ditto.
10829 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10830 (lookup_fundamental_type): Ditto.
10831 * gdbtypes.h (TYPE_ALLOC): Ditto.
10832 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10833 (hpread_read_doc_function_type, hpread_read_struct_type)
10834 (fix_static_member_physnames, hpread_read_array_type)
10835 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10836 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10837 (java_link_class_type): Ditto.
10838 * mdebugread.c (parse_type): Ditto.
10839 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10840 * solib-sunos.c (solib_add_common_symbols): Ditto.
10841 * stabsread.c (define_symbol, read_type, read_member_functions,
10842 read_cpp_abbrev, read_one_struct_field): Ditto.
10843 * symfile.c (reread_symbols): Ditto.
10844 * symmisc.c (print_objfile_statistics): Ditto.
10845
10846 2004-02-07 Andrew Cagney <cagney@redhat.com>
10847
10848 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10849 (tui_exec_info_content): Rename TuiExecInfoContent.
10850 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10851 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10852 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10853 (TuiList, TuiListPtr): Ditto.
10854 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10855 (TuiDataType, TuiDataTypePtr): Ditto.
10856 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10857 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10858 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10859 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10860 (TuiDataElement, TuiDataElementPtr): Ditto.
10861 (TuiWinElement, TuiWinElementPtr): Ditto.
10862 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10863 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10864 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10865 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10866 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10867 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10868 * tui/tui-command.c, tui/tui-data.c: Update references.
10869 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10870 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10871 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10872 * tui/tui-winsource.c, tui/tui.c: Ditto.
10873
10874 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10875
10876 * dwarf2-frame.h: Update copyright.
10877 (enum dwarf2_frame_reg_rule): New.
10878 (struct dwarf2_frame_state_reg): New.
10879 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10880 * dwarf2-frame.c: Update copyright.
10881 (enum dwarf2_reg_rule): Remove.
10882 (struct dwarf2_frame_state): Remove defenition of `struct
10883 dwarf2_frame_state_reg'.
10884 (read_reg): Call get_frame_arch to get the architecture instead of
10885 using CURRENT_GDBARCH.
10886 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10887 DWARF2_FRAME_.
10888 (dwarf2_frame_init_reg): New function.
10889 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10890 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10891 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10892 tags with DWARF2_FRAME_.
10893 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10894 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10895 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10896
10897 2004-02-06 Andrew Cagney <cagney@redhat.com>
10898
10899 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10900 (enum tui_data_type): Rename _TuiDataType.
10901 (struct tui_layout_def): Rename _TuiLayoutDef.
10902 (struct tui_source_element): Rename _TuiSourceElement.
10903 (struct tui_data_element): Rename _TuiDataElement.
10904 (struct tui_command_element): Rename _TuiCommandElement.
10905 (struct tui_locator_element): Rename _TuiLocatorElement.
10906 (union tui_which_element): Define.
10907 (struct tui_win_element): Rename _TuiWinElement.
10908 (struct tui_data_info): Rename _TuiDataInfo.
10909 (struct tui_source_info): Rename _TuiSourceInfo.
10910 (struct tui_command_info): Rename _TuiCommandInfo.
10911 (tui_initialize_static_data): Rename initializeStaticData.
10912 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10913 (tui_alloc_win_info): Rename allocWinInfo.
10914 (tui_init_generic_part): Rename initGenericPart.
10915 (tui_init_win_info): Rename initWinInfo.
10916 (tui_alloc_content): Rename allocContent.
10917 (tui_add_content_elements): Rename addContentElements.
10918 (tui_init_content_element): Rename initContentElement.
10919 (tui_free_window): Rename freeWindow.
10920 (tui_free_win_content): Rename freeWinContent.
10921 (tui_free_data_content): Rename freeDataContent.
10922 (tui_free_all_source_wins_content): Rename
10923 freeAllSourceWinsContent.
10924 (tui_del_window): Rename tuiDelWindow.
10925 (tui_del_data_windows): Rename tuiDelDataWindows.
10926 (tui_partial_win_by_name): Rename partialWinByName.
10927 (tui_win_name): Rename winName.
10928 (tui_current_layout): Rename currentLayout.
10929 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10930 (tui_term_height): Rename termHeight.
10931 (tui_set_term_height_to): Rename setTermHeightTo.
10932 (tui_term_width): Rename termWidth.
10933 (tui_set_term_width_to): Rename setTermWidthTo.
10934 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10935 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10936 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10937 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10938 (tui_source_windows): Rename sourceWindows.
10939 (tui_clear_source_windows): Rename clearSourceWindows.
10940 (tui_clear_source_windows_detail): Rename
10941 clearSourceWindowsDetail.
10942 (tui_clear_win_detail): Rename clearWinDetail.
10943 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10944 (tui_default_tab_len): Rename tuiDefaultTabLen.
10945 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10946 (tui_win_with_focus): Rename tuiWinWithFocus.
10947 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10948 (tui_layout_def): Rename tuiLayoutDef.
10949 (tui_win_resized): Rename tuiWinResized.
10950 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10951 (tui_next_win): Rename tuiNextWin.
10952 (tui_prev_win): Rename tuiPrevWin.
10953 (tui_add_to_source_windows): Rename addToSourceWindows.
10954 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10955 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10956 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10957 * tui/tui.c, tui/tui-data.c: Ditto.
10958 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10959 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10960
10961 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10962 (struct symtab): Declare.
10963 (tui_set_source_content): Rename tuiSetSourceContent.
10964 (tui_show_symtab_source): Rename tuiShowSource.
10965 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10966 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10967 * tui/tui-source.c: Update copyright. Update references.
10968 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10969 * tui/tui-stack.c: Update references.
10970
10971 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10972 (struct tui_win_info): Declare.
10973 (tui_scroll_forward): Rename tuiScrollForward.
10974 (tui_scroll_backward): Rename tuiScrollBackward.
10975 (tui_scroll_left): Rename tuiScrollLeft.
10976 (tui_scroll_right): Rename tuiScrollRight.
10977 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10978 (tui_resize_all): Rename tuiResizeAll.
10979 (tui_refresh_all_win): Rename tuiRefreshAll.
10980 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10981 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10982 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10983 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10984
10985 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10986 (tui_erase_data_content): Rename tuiEraseDataContent.
10987 (tui_display_all_data): Rename tuiDisplayAllData.
10988 (tui_check_data_values): Rename tuiCheckDataValues.
10989 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10990 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10991 (tui_first_data_element_no_in_line): Rename
10992 tuiFirstDataElementNoInLine.
10993 (tui_delete_data_content_windows): Rename
10994 tuiDeleteDataContentWindows.
10995 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10996 (tui_display_data_from): Rename tuiDisplayDataFrom.
10997 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10998 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10999 * tui/tui-win.c, tui/tui-regs.c: Update references.
11000 * tui/tui-layout.c, tui/tui.c: Update references.
11001
11002 * tui/tui-wingeneral.h: Update copyright.
11003 (m_allBeVisible): Delete macro.
11004 (m_allBeInvisible): Delete macro.
11005 (struct tui_gen_win_info): Declare.
11006 (struct tui_win_info): Declare.
11007 (tui_unhighlight_win): Rename unhighlightWin.
11008 (tui_make_visible, tui_make_invisible): Replace makeVisible.
11009 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
11010 (tui_make_window): Rename makeWindow.
11011 (tui_copy_win): Rename copyWin.
11012 (tui_box_win): Rename boxWin.
11013 (tui_highlight_win): Rename highlightWin.
11014 (tui_check_and_display_highlight_if_needed): Rename
11015 checkAndDisplayHighlightIfNeeded.
11016 (tui_refresh_all): Rename refreshAll.
11017 (tui_delete_win): Rename tuiDelwin.
11018 (tui_refresh_win): Rename tuiRefreshWin.
11019 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
11020 (tui_make_visible, tui_make_invisible): New functions.
11021 (tui_make_all_visible, tui_make_all_invisible): New functions.
11022 (make_all_visible): Rename makeAllVisible.
11023 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
11024 * tui/tui-data.c, tui/tui-winsource.c: Update references.
11025 * tui/tui-windata.c, tui/tui-win.c: Update references.
11026 * tui/tui-regs.c, tui/tui-layout.c: Update references.
11027 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
11028
11029 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11030
11031 * proc-api.c (write_with_trace): Initialize local variable to
11032 silence compiler warning.
11033
11034 2004-02-06 Andrew Cagney <cagney@redhat.com>
11035
11036 * tui/tui-source.h: Do not include "defs.h".
11037 (struct tui_win_info): Declare.
11038 (tui_set_source_content_nil): Declare.
11039 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
11040 (union tui_line_or_address): Rename _TuiLineOrAddress.
11041 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
11042 (tui_update_source_window): Rename tuiUpdateSourceWindow.
11043 (tui_update_source_window_as_is): Rename
11044 tuiUpdateSourceWindowAsIs.
11045 (tui_update_source_windows_with_addr): Rename
11046 tuiUpdateSourceWindowsWithAddr.
11047 (tui_update_source_windows_with_line): Rename
11048 tuiUpdateSourceWindowsWithLine.
11049 (tui_clear_source_content): Rename tuiClearSourceContent.
11050 (tui_erase_source_content): Rename tuiEraseSourceContent.
11051 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
11052 (tui_show_source_content): Rename tuiShowSourceContent.
11053 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
11054 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
11055 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
11056 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
11057 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
11058 (tui_update_exec_info): Rename tuiUpdateExecInfo.
11059 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
11060 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
11061 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
11062 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
11063 (struct tui_win_info): Declare.
11064 * tui/tui-stack.c: Update references.
11065 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
11066 * tui/tui-win.c, tui/tui-source.c: Ditto.
11067 * tui/tui.c, tui/tui-disasm.c: Ditto.
11068
11069 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11070
11071 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
11072 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
11073
11074 2004-02-05 Mark Kettenis <kettenis@gnu.org>
11075
11076 * infrun.c (handle_inferior_event): Allow for breakpoint
11077 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11078 and SIGEMT. Update comments.
11079 * NEWS (Revised SPARC target): Mention support for non-executable
11080 stack.
11081
11082 2004-02-04 Mark Kettenis <kettenis@gnu.org>
11083
11084 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11085 * inftarg.c: Update copyright year.
11086 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11087 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11088 (sparc_xfer_wcookie): New function.
11089 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11090 * Makefile.in (sparc-nat.o): Update dependencies.
11091 * config/sparc/nm-nbsd.h: Include "target.h".
11092 (NATIVE_XFER_WCOOKIE): New define.
11093 (sparc_xfer_wcookie): New prototype.
11094
11095 2004-02-04 Andrew Cagney <cagney@redhat.com>
11096
11097 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11098 SYSCALL_TRAP function.
11099 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11100
11101 2004-02-04 Andrew Cagney <cagney@redhat.com>
11102 Daniel Jacobowitz <drow@mvista.com>
11103
11104 * objfiles.h: Delete comments refering to inside_entry_func and
11105 DEPRECATED_FRAME_CHAIN_VALID.
11106 * defs.h (inside_entry_func): Update prototype..
11107 * blockframe.c (inside_entry_func): Rename to
11108 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11109 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11110
11111 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11112
11113 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11114 outside of #ifdef SOLIB_ADD region.
11115 (do_restore_lang_radix_cleanup): Ditto.
11116 (resolve_pending_breakpoint): Ditto.
11117
11118 2004-02-03 Andrew Cagney <cagney@redhat.com>
11119
11120 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11121 (process_note_abi_tag_sections): Delete unused function.
11122 (ia64_read_fp): Delete unused function.
11123 (gdbarch_extract_struct_value_address): Delete declaration.
11124
11125 2004-02-02 Andrew Cagney <cagney@redhat.com>
11126
11127 * vax-tdep.c (vax_frame_chain): Delete call to
11128 deprecated_inside_entry_file.
11129 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11130
11131 2004-02-02 Mark Kettenis <kettenis@gnu.org>
11132
11133 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11134 column that's "empty" or "same value" when eliminating REG_RA
11135 rules.
11136
11137 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11138
11139 * NEWS: Add information about new pending breakpoint support.
11140
11141 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11142
11143 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11144 and pending fields for pending breakpoint support.
11145 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11146 (condition_command): Only parse condition if not a pending
11147 breakpoint.
11148 (print_one_breakpoint): Add support for pending breakpoints.
11149 (describe_other_breakpoints): Add checks to verify we are not
11150 dealing with pending breakpoints.
11151 (check_duplicates): Don't check pending breakpoints.
11152 (set_raw_breakpoint): Initialize pending flag.
11153 (do_restore_lang_radix_cleanup): New cleanup routine.
11154 (resolve_pending_breakpoint): New function.
11155 (re_enable_breakpoints_in_shlibs): Try and resolve any
11156 pending breakpoints via resolve_pending_breakpoint.
11157 (mention): Add pending breakpoint support.
11158 (parse_breakpoint_sals): Add new parameter to pass to
11159 decode_line_1 to indicate silent errors when files or functions
11160 are not found. Change all callers.
11161 (do_captured_parse_breakpoint): New function.
11162 (break_command_1): Change prototype to return an rc value and to
11163 take an optional pending breakpoint pointer. Support creating
11164 a pending breakpoint if a "not found" form of error occurs when
11165 parsing the breakpoint. Also support resolving an existing pending
11166 breakpoint and be silent if the resolution fails.
11167 (create_breakpoints): Change prototype to take pending breakpoint
11168 pointer. When resolving a pending breakpoint, use the new pointer
11169 to provide a conditional or commands added by the end-user.
11170 (delete_breakpoint): Add appropriate check for pending.
11171 (breakpoint_re_set_one): Ditto.
11172 (do_enable_breakpoint): Ditto.
11173
11174 2004-02-02 David Carlton <carlton@kealia.com>
11175
11176 * valops.c (enum oload_classification): New.
11177 (find_overload_match): Break implementation into separate
11178 functions; delete #if 0'd code; look for symbols within
11179 namespaces.
11180 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11181 (find_oload_champ,oload_method_static,classify_oload_match): New.
11182 * cp-support.h: Add declaration for cp_func_name; update
11183 declaration for make_symbol_overload_list.
11184 * cp-support.c (cp_func_name): New.
11185 (overload_list_add_symbol): Fix comment, use
11186 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11187 (make_symbol_overload_list): Take a function name and a namespace
11188 instead of a symbol; change implementation.
11189 (make_symbol_overload_list_using): New.
11190 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11191
11192 2004-02-02 Fred Fish <fnf@redhat.com>
11193
11194 * main.c (gdb_stdtarg): Move definition to group with other
11195 gdb_stdtarg definitions and update copyright years.
11196 * remote-sim.c (gdb_os_write_stderr): Write output to
11197 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11198 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11199 gdb_stderr stream and update copyright years.
11200
11201 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11202
11203 * Makefile.in (mips-linux-nat.o): Update dependencies.
11204 * mips-linux-nat.c: Include mips-tdep.h.
11205
11206 2004-02-01 Roland McGrath <roland@redhat.com>
11207
11208 * sol-thread.c (sol_thread_xfer_partial): New function.
11209 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11210 (init_sol_core_ops): Likewise.
11211
11212 * procfs.c (procfs_xfer_partial): New function.
11213 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11214 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11215
11216 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11217 procfs_xfer_auxv function.
11218
11219 * procfs.c (procfs_make_note_section): If we can read
11220 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11221 * linux-proc.c (linux_make_note_section): Likewise.
11222
11223 * auxv.h: New file.
11224 * auxv.c: New file.
11225 * Makefile.in (auxv_h): New variable.
11226 (COMMON_OBS): Add auxv.o here.
11227 (auxv.o): New target.
11228
11229 * corelow.c (core_xfer_partial): New function.
11230 (init_core_ops): Use it for core_ops.to_xfer_partial.
11231
11232 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11233 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11234 macro if that is defined.
11235
11236 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11237
11238 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11239 and check the specified thread for each breakpoint.
11240 * breakpoint.h (bpstat_stop_status): Update prototype.
11241 * infrun.c (handle_inferior_event): Update calls to
11242 bpstat_stop_status.
11243
11244 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11245
11246 * Makefile.in (cli-cmds.o): Add $(readline_h).
11247
11248 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11249
11250 * cli/cli-cmds.c: Include readline.h.
11251 (complete_command): Pass the start of the last word to
11252 complete_line.
11253
11254 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11255
11256 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11257 argument, and change first argument to a CORE_ADDR.
11258 * breakpoint.h (bpstat_stop_status): Update prototype.
11259 * infrun.c (adjust_pc_after_break): Add a new comment.
11260 (handle_inferior_event): Update calls to bpstat_stop_status.
11261
11262 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11263
11264 * breakpoint.h: Update copyright years.
11265
11266 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11267
11268 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11269 (bpstat_stop_status): Don't decrement PC.
11270 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11271 prototype.
11272 * infrun.c (adjust_pc_after_break): New function.
11273 (handle_inferior_event): Call it, early. Remove later references
11274 to DECR_PC_AFTER_BREAK.
11275 (normal_stop): Add commentary.
11276
11277 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11278
11279 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11280 2004-01-27 double-free fix.
11281
11282 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11283
11284 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11285 (sparc32_frame_prev_register): Handle StackGhost.
11286 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11287
11288 2004-01-29 Roland McGrath <roland@redhat.com>
11289
11290 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11291 * configure: Regenerated.
11292
11293 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11294 * Makefile.in (procfs.o): Add dep.
11295
11296 2004-01-28 Andrew Cagney <cagney@redhat.com>
11297
11298 * tui/tui-stack.h: Update copyright.
11299 (struct frame_info): Add opaque declaration.
11300 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11301 (tui_show_locator_content): Rename tuiShowLocatorContent.
11302 (tui_show_frame_info): Rename tuiShowFrameInfo.
11303 * tui/tui-stack.c: Update copyright. Update references.
11304 * tui/tui-winsource.c: Update references.
11305 * tui/tui-win.c: Update references.
11306 * tui/tui-layout.c: Update references.
11307 * tui/tui-hooks.c: Update copyright, update references.
11308 * tui/tui.c: Update copyright, update references.
11309 * tui/tui-disasm.c: Update references.
11310
11311 2004-01-28 David Carlton <carlton@kealia.com>
11312
11313 * dwarf2read.c (add_partial_structure): Use demangled name if
11314 namespace equals "".
11315
11316 2004-01-27 Jim Blandy <jimb@redhat.com>
11317
11318 Clean up misapplied patch:
11319 * dwarf2read.c (determine_prefix): Change one of the two forward
11320 declarations for 'determine_prefix_aux' to a declaration for this.
11321 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11322 argument to 'die_specification'.
11323
11324 * dwarf2read.c (read_func_scope): Re-indent comment.
11325
11326 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11327
11328 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11329 b->exp to NULL after freeing so that error during re-parsing or
11330 evaluation of expressions associated with breakpoint don't
11331 eventually lead to re-freeing of storage.
11332 Committed by Andrew Cagney.
11333
11334 2004-01-27 Andrew Cagney <cagney@redhat.com>
11335
11336 * source.c (ambiguous_line_spec): Delete undefined declaration.
11337 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11338 (m32r_set_server_address, m32r_set_download_path): Ditto.
11339 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11340
11341 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11342
11343 * dwarf2read.c: Update calls to changed and renamed functions, and
11344 references to moved variables.
11345
11346 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11347 language, language_defn, list_in_scope, and ftypes members.
11348 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11349 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11350 (baseaddr): Remove globals.
11351
11352 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11353 (set_cu_language, die_is_declaration, die_specification)
11354 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11355 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11356 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11357 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11358
11359 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11360 cu.list_in_scope. Don't initialize cu_header_offset.
11361 (add_partial_symbol): Add local baseaddr.
11362 (psymtab_to_symtab_1): Add local baseaddr. Use
11363 objfile->section_offsets for consistency. Don't initialize
11364 cu_header_offset; do initialize cu.header.offset and
11365 cu.list_in_scope.
11366 (read_file_scope, read_func_scope, read_lexical_block_scope)
11367 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11368
11369 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11370
11371 * PROBLEMS: Add gdb/1516.
11372
11373 2003-12-29 Robert Millan <robertmh@gnu.org>
11374
11375 Patch committed by Andrw Cagney.
11376 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11377 * configure.tgt: Match knetbsd*-gnu.
11378
11379 2004-01-26 Andrew Cagney <cagney@redhat.com>
11380
11381 * breakpoint.c (catch_command_1): Delete #ifdef code.
11382 (catch_fork_command_1): Delete #ifdef wrapper.
11383 (catch_exec_command_1): Ditto.
11384 (catch_load_command_1): Ditto.
11385 (catch_unload_command_1): Ditto.
11386
11387 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11388 (catch_breakpoint): Delete #if0ed function.
11389 (disable_catch_breakpoint): Ditto.
11390 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11391 (disable_catch, enable_catch, delete_catch): Ditto.
11392
11393 2004-01-26 Andrew Cagney <cagney@redhat.com>
11394
11395 * remote.c (echo_check, quit_flag): Delete variables.
11396 (cisco_kernel_mode): Delete variable.
11397 (minitelnet_return, tty_input, escape_count): Delete variables.
11398 (remote_cisco_mode): Delete variable.
11399 (remote_cisco_open, remote_cisco_close): Delete function.
11400 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11401 (init_remote_cisco_ops): Delete function.
11402 (_initialize_remote): Do not install "remote cisco" code.
11403 (read_frame): Delete cisco specific code.
11404 (remote_info_process): Delete function.
11405 (remote_wait): Delete cisco specific code.
11406 (remote_cisco_section_offsets): Delete function.
11407 (remote_cisco_objfile_relocate): Delete function.
11408 (remote_async_wait): Delete cisco specific code.
11409 (minitelnet, readtty, readsocket): Delete function.
11410
11411 2004-01-26 Andrew Cagney <cagney@redhat.com>
11412
11413 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11414 comments mentioning extract_returned_value_address.
11415 * infcmd.c (print_return_value): Update. Add comments on
11416 extract_returned_value_address.
11417 * stack.c (return_command): Add comments on
11418 extract_returned_value_address.
11419 * values.c: Update comment.
11420 * m32r-tdep.c: Update comment.
11421 * sparc-tdep.c: Update comment.
11422 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11423 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11424 * sh64-tdep.c (sh64_gdbarch_init): Update.
11425 * sh-tdep.c (sh_gdbarch_init): Update.
11426 * s390-tdep.c (s390_gdbarch_init): Update.
11427 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11428 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11429 * m68k-tdep.c (m68k_gdbarch_init): Update.
11430 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11431 * m32r-tdep.c (m32r_gdbarch_init): Update.
11432 * ia64-tdep.c (ia64_gdbarch_init): Update.
11433 * h8300-tdep.c (h8300_gdbarch_init): Update.
11434 * frv-tdep.c (frv_gdbarch_init): Update.
11435 * arm-tdep.c (arm_gdbarch_init): Update.
11436 * alpha-tdep.c (alpha_gdbarch_init): Update.
11437
11438 2004-01-26 Andrew Cagney <cagney@redhat.com>
11439
11440 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11441 SYMBOL_LOCATION_FUNCS
11442 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11443 "struct symbol_ops".
11444 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11445 type to "struct symbol_ops".
11446 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11447 (struct symbol): Replace ".aux_value.loc.funcs" and
11448 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11449 (SYMBOL_OBJFILE): Delete macro.
11450 (SYMBOL_LOCATION_FUNCS): Delete macro.
11451 (SYMBOL_LOCATION_BATON): Update.
11452 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11453 intead of SYMBOL_LOCATION_FUNCS.
11454 * ax-gdb.c (gen_var_ref): Ditto.
11455 * printcmd.c (address_info): Ditto.
11456 * findvar.c (read_var_value): Ditto.
11457 (symbol_read_needs_frame): Ditto.
11458
11459 2004-01-26 Andrew Cagney <cagney@redhat.com>
11460
11461 * dwarf2read.c (read_func_scope): Document frame-base hack.
11462
11463 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11464
11465 * infcmd.c (print_return_value): Plug memory leak; delete
11466 ui_stream object. Rename argument `structure_return' to
11467 `struct_return'.
11468
11469 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11470
11471 * infcmd.c (print_return_value): Wrap long lines.
11472 (finish_command_continuation, finish_command): Remove unused
11473 variable `funcaddr'. Fix some coding-standards problems.
11474
11475 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11476 SECT_SIZE is large enough, not whether it's exactly the right size.
11477 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11478 TDEP->fpregset to zero.
11479
11480 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11481 floating-point registers for traditional NetBSD core files.
11482 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11483 TDEP->sizeof_fpregset here.
11484
11485 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11486
11487 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11488 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11489 function with code split out from
11490 sparc32nbsd_sigcontext_frame_cache.
11491 (sparc32nbsd_sigcontext_frame_cache): Use
11492 sparc32nbsd_sigcontext_saved_regs.
11493 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11494 OpenBSD.
11495 * sparcobsd-tdep.c: New file.
11496 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11497 (sparcobsd-tdep.o): New dependency.
11498 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11499 * config/sparc/obsd.mt: New file.
11500
11501 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11502 TDEP->fpregset to be initialized to enable core file register
11503 sets.
11504
11505 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11506
11507 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11508 Add opaque declarations.
11509 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11510 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11511 function with code split out from
11512 sparc64nbsd_sigcontext_frame_cache.
11513 (sparc64nbsd_sigcontext_frame_cache): Use
11514 sparc64nbsd_sigcontext_saved_regs.
11515 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11516 OpenBSD.
11517 * sparc64obsd-tdep.c: New file.
11518 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11519 (sparc64obsd-tdep.o): New dependency.
11520 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11521 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11522 * config/sparc/obsd64.mt: New file.
11523
11524 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11525 read the instruction at PC.
11526
11527 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11528 value of GDB_OSABI_DEFAULT.
11529 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11530 instead of GDB_OSABI_NETBSD_AOUT.
11531
11532 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11533
11534 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11535 copyright.
11536
11537 2004-01-23 Andrew Cagney <cagney@redhat.com>
11538
11539 * printcmd.c (display_command): Replace tui_set_display call with
11540 tui_set_layout_for_display_command.
11541 * tui/tui.h (enum tui_win_type): Define.
11542 (tui_set_layout): Delete declaration.
11543 (tui_set_layout_for_display_command): Rename set_tui_layout.
11544 * tui/tui-data.h (enum tui_layout_type): Define.
11545 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11546 "tui.h".
11547 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11548 (tui_default_win_height): Rename tuiDefaultWinHeight.
11549 (tui_default_win_viewport_height): Rename
11550 tuiDefaultWinViewportHeight.
11551 (tui_set_layout): RenametuiSetLayout.
11552 * tui/tui-layout.c: Update references.
11553 * tui/tui.c: Update references.
11554 * tui/tui-disasm.c: Update references.
11555
11556 2004-01-23 David Carlton <carlton@kealia.com>
11557
11558 Partial workaround for PR c++/1511:
11559 * cp-namespace.c: Include frame.h.
11560 (cp_lookup_transparent_type): New
11561 (cp_lookup_transparent_type_loop): New.
11562 * cp-support.h: Declare cp_lookup_transparent_type.
11563 * symtab.c (basic_lookup_transparent_type): Renamed from
11564 lookup_transparent_type.
11565 (lookup_transparent_type): Replace old body by a call to
11566 current_language->la_lookup_transparent_type.
11567 * symtab.h: Update copyright. Declare
11568 basic_lookup_transparent_type.
11569 * language.h: Update copyright.
11570 (struct language_defn): Add la_lookup_transparent_type.
11571 * language.c: Update copyright.
11572 (unknown_language_defn): Add basic_lookup_transparent_type.
11573 (auto_language_defn): Add basic_lookup_transparent_type.
11574 (local_language_defn): Add basic_lookup_transparent_type.
11575 * ada-lang.c: Update copyright.
11576 (ada_language_defn): Add basic_lookup_transparent_type.
11577 * c-lang.c: Update copyright.
11578 (c_language_defn): Add basic_lookup_transparent_type.
11579 (cplus_language_defn): Add basic_lookup_transparent_type.
11580 (asm_language_defn): Add basic_lookup_transparent_type.
11581 (minimal_language_defn): Add basic_lookup_transparent_type.
11582 * f-lang.c: Update copyright.
11583 (f_language_defn): Add basic_lookup_transparent_type.
11584 * jv-lang.c: Update copyright.
11585 (java_language_defn): Add basic_lookup_transparent_type.
11586 * m2-lang.c: Update copyright.
11587 (m2_language_defn): Add basic_lookup_transparent_type.
11588 * objc-lang.c: Update copyright.
11589 (objc_language_defn): Add basic_lookup_transparent_type.
11590 * p-lang.c: Update copyright.
11591 (p_language_defn): Add basic_lookup_transparent_type.
11592 * scm-lang.c: Update copyright.
11593 (scm_language_defn): Add basic_lookup_transparent_type.
11594 * Makefile.in (cp-namespace.o): Depend on frame.h.
11595
11596 2004-01-23 David Carlton <carlton@kealia.com>
11597
11598 Patch for PR c++/1520:
11599 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11600 properly if we have a specification die.
11601 (determine_prefix_aux): Rename from determine_prefix.
11602 (determine_prefix): Like the old determine_prefix, but never
11603 returns NULL.
11604
11605 2004-01-23 Theodore A. Roth <troth@openavr.org>
11606
11607 * avr-tdep.c: Update copyright.
11608 (avr_iaddr_p): Delete unused function.
11609 (avr_saddr_p): Delete unused function.
11610
11611 2004-01-23 David Carlton <carlton@kealia.com>
11612
11613 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11614 Fix for PR symtab/1534.
11615
11616 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11617
11618 * NEWS (New native configurations): Mention OpenBSD/sparc and
11619 OpenBSD/sparc64.
11620 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11621 * configure.host: Likewise.
11622 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11623 handler for OpenBSD.
11624 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11625
11626 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11627
11628 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11629 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11630
11631 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11632 * cli/cli-cmds.c (shell_escape): Likewise.
11633
11634 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11635 OpenBSD .note.openbsd.ident sections.
11636
11637 2004-01-22 David Carlton <carlton@kealia.com>
11638
11639 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11640 get_scope_pc_bounds.
11641 (read_file_scope): Ditto.
11642 (get_scope_pc_bounds): New function, produced by extracting code
11643 from the above two functions, consolidating it, and adding support
11644 for DW_TAG_namespace.
11645
11646 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11647
11648 * osabi.c (MAX_NOTESZ): New define.
11649 (check_note): New function.
11650 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11651 check_note.
11652
11653 2004-01-21 Roland McGrath <roland@redhat.com>
11654
11655 * MAINTAINERS (write after approval): Add myself.
11656
11657 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11658
11659 * utils.c (init_page_info): Move declarations of `rows' and
11660 `cols' before the __GO32__-specific code. Move the closing brace
11661 outside the #ifdef __GO32__..#endif block.
11662 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11663
11664 2004-01-21 Paul Brook <paul@codesourcery.com>
11665
11666 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11667 BPSTAT_WHAT_CHECK_SHLIBS.
11668
11669 2004-01-21 Paul Brook <paul@codesourcery.com>
11670
11671 * MAINTAINERS: Add myself to write-after-approval.
11672
11673 2004-01-20 Andrew Cagney <cagney@redhat.com>
11674
11675 * ax-gdb.c (print_axs_value): Delete unused function.
11676 * jv-lang.c (java_lookup_type): Delete unused function.
11677 * cli/cli-dump.c (dump_filetype): Delete unused function.
11678 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11679 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11680 (mips_getstring): Delete unused function.
11681 (pmon_insert_breakpoint): Delete #if0ed function.
11682 (PMON_MAX_BP): Delete #if0ed MACRO.
11683 (mips_pmon_bp_info): Delete #if0ed variable.
11684 (pmon_remove_breakpoint): Delete #if0ed function.
11685 * monitor.c (monitor_write_even_block): Delete unused function.
11686 (monitor_write_memory_block): Delete #if0ed code.
11687 * dink32-rom.c (dink32_load): Delete unused function.
11688 (_initialize_dink32_rom): Delete #if0ed code.
11689 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11690
11691 * tui/tui-command.c: Update references.
11692 * tui/tui-io.c: Update references.
11693 * tui/tui-command.h: Update copyright.
11694 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11695
11696 * source.c (ambiguous_line_spec): Delete never-defined function.
11697 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11698 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11699 * cli/cli-cmds.c (validate_comname): Ditto.
11700
11701 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11702 "tui-data.h".
11703 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11704 (tui_show_disassem): Rename tuiShowDisassem.
11705 (tui_show_disassem_and_update_source): Rename
11706 tuiVerticalDisassemScroll.
11707 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11708 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11709 * tui/tui.h: Update copyright.
11710 (enum tui_status): Define.
11711 * tui/tui-data.h (enum tui_scroll_direction): Define.
11712 * tui/tui-disasm.c: Update copyright. Update references.
11713 * tui/tui-winsource.c: Update copyright. Update references.
11714 * tui/tui-win.c: Update references.
11715 * tui/tui-layout.c: Update references.
11716
11717 2004-01-20 Andrew Cagney <cagney@redhat.com>
11718
11719 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11720 sym2 to start of block.
11721
11722 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11723
11724 * MAINTAINERS: Delete mmalloc.
11725 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11726 * NEWS: Mention removal of --with-malloc.
11727 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11728 * config.in: Regenerate.
11729 * configure: Regenerate.
11730 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11731 USE_MMALLOC, MMCHECK_FORCE.
11732 * gdbinit.in: Remove mmalloc.
11733 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11734 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11735 * config/i386/go32.mh: Likewise.
11736 * config/i386/interix.mh: Likewise.
11737 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11738
11739 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11740
11741 * linespec.c (decode_variable, symtab_from_filename): Call
11742 error_silent with error message instead of throwing an exception
11743 directly.
11744 * defs.h (error_silent, error_output_message): Add prototypes.
11745 (catch_exceptions_with_msg): Ditto.
11746 * utils.c (error_silent, error_output_message): New functions.
11747 * top.c (catch_exceptions_with_msg): New function.
11748
11749 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11750
11751 * mi/mi-cmds.h (enum print_values): Add definition.
11752
11753 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11754 type and value for simple data types and just the name and type
11755 for complex ones, if required.
11756
11757 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11758 children, if required.
11759
11760 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11761
11762 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11763 unused declarations.
11764
11765 2004-01-19 Andrew Cagney <cagney@redhat.com>
11766
11767 * top.h (mapped_symbol_files): Delete declaration.
11768 * main.c (captured_main): Delete option "m" and "mapped".
11769 * objfiles.c (mapped_symbol_files): Delete variable.
11770 * symfile.c (symbol_file_command): Delete mmap code.
11771 (symbol_file_add_with_addrs_or_offsets): Ditto.
11772 (add_symbol_file_command, reread_separate_symbols): Ditto.
11773 * objfiles.h (OBJF_MAPPED): Delete.
11774 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11775 (free_objfile) [USE_MMALLOC]: Ditto.
11776 (open_existing_mapped_file): Delete function.
11777 (open_mapped_file): Delete function.
11778 (map_to_file): Delete function.
11779
11780 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11781
11782 * infrun.c (step_into_function): Account for possible breakpoint
11783 adjustment when computing ``stop_func_start''.
11784
11785 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11786
11787 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11788 the region size against the size of a pointer, not the size of
11789 a register as given by DEPRECATED_REGISTER_SIZE.
11790
11791 2004-01-19 Andrew Cagney <cagney@redhat.com>
11792
11793 * tui/tui-regs.h: Include "tui-data.h".
11794 (tuiFirstRegElementNoInLine): Delete declaration.
11795 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11796 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11797 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11798 (tui_calculate_regs_column_count): Rename
11799 tuiCalculateRegsColumnCount.
11800 (tui_check_register_values): Rename tuiCheckRegisterValues.
11801 (tui_show_registers): Rename tuiShowRegisters.
11802 (tui_display_registers_from_line): Rename
11803 tuiDisplayRegistersFromLine.
11804 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11805 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11806 (tui_first_reg_element_no_inline): Rename
11807 tuiFirstRegElementNoInLine.
11808 * tui/tui-data.h: Update copyright.
11809 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11810 * tui/tui-windata.c: Update copyright, update references.
11811 * tui/tui-regs.c: Update copyright, update references.
11812 * tui/tui-win.c: Update copyright, update references.
11813 * tui/tui-layout.c: Update copyright, update references.
11814
11815 2004-01-18 Andrew Cagney <cagney@redhat.com>
11816
11817 * tui/tui-io.c: Update copyright.
11818 (key_is_end_sequence, key_is_backspace): New functions.
11819 (key_is_command_char, key_is_start_sequence): New function.
11820 (tui_getc): Update references.
11821 * tui/tui-io.h: Update copyright.
11822 (m_tuiStartNewLine): Delete macro.
11823 (m_isBackspace, m_isDeleteChar): Delete macros.
11824 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11825 (m_isNextPage, m_isPrevPage): Delete macros.
11826 (m_isLeftArrow, m_isRightArrow): Delete macros.
11827 (m_isXdbStyleCommandChar): Delete macro.
11828 (key_is_start_sequence): Declare, replace m_isStartSequence.
11829 (key_is_end_sequence): Declare, replace m_isEndSequence.
11830 (key_is_backspace): Declare ,replace m_isBackspace.
11831 (key_is_command_char): Declare, replace m_isCommandChar.
11832 * tui/tui-command.c: Update copyright.
11833 (tuiDispatchCtrlChar): Update references.
11834
11835 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11836 tuiSourceWin.h.
11837
11838 * tui/tui-command.c: Rename tui/tuiCommand.c.
11839 * tui/tui-command.h: Rename tui/tuiCommand.h.
11840 * tui/tui-data.c: Rename tui/tuiData.c.
11841 * tui/tui-data.h: Rename tui/tuiData.h.
11842 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11843 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11844 * tui/tui-io.c: Rename tui/tuiIO.c.
11845 * tui/tui-io.h: Rename tui/tuiIO.h.
11846 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11847 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11848 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11849 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11850 * tui/tui-source.c: Rename tui/tuiSource.c.
11851 * tui/tui-source.h: Rename tui/tuiSource.h.
11852 * tui/tui-stack.c: Rename tui/tuiStack.c.
11853 * tui/tui-stack.h: Rename tui/tuiStack.h.
11854 * tui/tui-win.c: Rename tui/tuiWin.c.
11855 * tui/tui-win.h: Rename tui/tuiWin.h.
11856 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11857 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11858 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11859 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11860 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11861 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11862 * tui/tui-file.c: Update includes.
11863 * tui/tui-hooks.c: Update includes.
11864 * tui/tui-interp.c: Update includes.
11865 * tui/tui.c: Update includes.
11866 * Makefile.in: Update all tui/ dependencies.
11867 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11868
11869 * Makefile.in: Update copyright. Update dependencies.
11870
11871 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11872 problem.
11873
11874 2004-01-18 Andrew Cagney <cagney@redhat.com>
11875
11876 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11877 instead of register_gdbarch_init.
11878
11879 * remote-sds.c (tohex): Delete unused function. Update copyright.
11880 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11881 * v850-tdep.c (v850_register_virtual_size): Ditto.
11882 * target.c (normal_target_post_startup_inferior): Ditto.
11883 * source.c (ambiguous_line_spec): Ditto.
11884 * remote.c (adapt_remote_get_threadinfo): Ditto.
11885 * mi/mi-out.c (out_field_fmt): Ditto.
11886 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11887 (output_control_change_notification): Ditto.
11888 * m68k-tdep.c (m68k_register_byte): Ditto.
11889 (m68k_remote_breakpoint_from_pc): Ditto.
11890 * ui-out.c (init_ui_out_state): Delete unused declaration.
11891 * stabsread.c (search_value): Ditto.
11892 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11893 * maint.c (print_section_table): Ditto.
11894 * infrun.c (set_follow_fork_mode_command): Ditto.
11895
11896 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11897
11898 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11899 DW_CFA_def_cfa_exporession. Add support for
11900 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11901 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11902
11903 2004-01-18 Andrew Cagney <cagney@redhat.com>
11904
11905 * ocd.c: Update copyright.
11906 (bdm_read_register_command): Delete unused function.
11907 (_initialize_remote_ocd): Delete commented out reference.
11908 (get_quoted_char, reset_packet): Delete #if0ed function.
11909 (output_packet, put_quoted_char): Delete #if0ed function.
11910 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11911 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11912 (BDM_BREAKPOINT): Delete #if0ed macro.
11913 (remote_timeout): Delete #if0ed variable.
11914
11915 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11916
11917 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11918 (core-sol2.o): Remove dependency.
11919 * core-sol2.c: Remove file.
11920
11921 2004-01-17 Andrew Cagney <cagney@redhat.com>
11922
11923 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11924 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11925 enums.
11926
11927 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11928
11929 * remote.c: Update copyright years.
11930
11931 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11932
11933 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11934
11935 2004-01-17 Andrew Cagney <cagney@redhat.com>
11936
11937 * mdebugread.c: Update copyright.
11938 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11939 (parse_type, parse_procedure): Ditto.
11940 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11941
11942 * cris-tdep.c (cris_store_struct_return): Put back accidently
11943 deleted function.
11944
11945 * gdbarch.sh: Update copyright year.
11946 * gdbarch.h, gdbarch.c: Re-generate.
11947
11948 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11949
11950 Suggested by George Anzinger.
11951 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11952 correct stack offset. Include unknown opcode numbers in the error
11953 message.
11954
11955 2004-01-17 Andrew Cagney <cagney@redhat.com>
11956
11957 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11958 extract_struct_value_address, i386 does not set it.
11959 * sparc64-tdep.c (sparc64_init_abi): Do not set
11960 extract_struct_value_address, never called.
11961 (sparc64_extract_struct_value_address): Delete function.
11962 * m68hc11-tdep.c: Update copyright.
11963 (m68hc11_gdbarch_init): Delete redundant assignment of
11964 extract_struct_value_address.
11965 * i386-tdep.c: Update copyright.
11966 (i386_gdbarch_init): Do not set extract_struct_value_address,
11967 never called.
11968 (i386_extract_struct_value_address): Delete function.
11969 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11970 extract_struct_value_address, never called.
11971 (sparc32_extract_struct_value_address): #if 0 function. Add
11972 comments explaining its future.
11973
11974 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11975
11976 * arm-tdep.c (arm_write_pc): New function.
11977 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11978
11979 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11980
11981 * breakpoint.c (must_shift_inst_regs): Delete.
11982 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11983 and SHIFT_INST_REGS.
11984 * infcmd.c (step_1, step_1_continuation): Delete references to
11985 SHIFT_INST_REGS.
11986 * infrun.c (keep_going): Likewise.
11987 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11988 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11989
11990 2004-01-17 Andrew Cagney <cagney@redhat.com>
11991
11992 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11993 * gdbarch.h, gdbarch.c: Re-generate.
11994 * infcmd.c (print_return_value): Delete reference to
11995 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11996
11997 * cris-tdep.c (cris_gdbarch_init): Do not set
11998 deprecated_extract_struct_value_address.
11999
12000 * xstormy16-tdep.c: Update copyright.
12001 (xstormy16_extract_struct_value_address): Update to current
12002 extract struct value address interface.
12003 (xstormy16_gdbarch_init): Set extract_struct_value_address.
12004 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
12005 current extract struct value address interface.
12006 (sh64_gdbarch_init): Set extract_struct_value_address.
12007
12008 * cris-tdep.c: Update copyright.
12009 (cris_extract_struct_value_address): Delete function.
12010 (struct_return_address): Delete variable.
12011 (cris_store_struct_return): Do not set struct_return_address.
12012
12013 * mcore-tdep.c: Update copyright.
12014 (mcore_extract_struct_value_address): Delete function. Update
12015 comments.
12016 (mcore_gdbarch_init): Update.
12017 * mn10300-tdep.c: Update copyright.
12018 (mn10300_extract_struct_value_address): Delete function.
12019 (mn10300_gdbarch_init): Update.
12020 * v850-tdep.c: Update copyright.
12021 (v850_extract_struct_value_address): Delete.
12022 (v850_gdbarch_init): Update.
12023 * ns32k-tdep.c: Update copyright.
12024 (ns32k_extract_struct_value_address): Delete.
12025 (ns32k_gdbarch_init): Update.
12026 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
12027 (hppa_gdbarch_init): Update.
12028 * vax-tdep.c: Update copyright.
12029 (vax_extract_struct_value_address): Delete.
12030 (vax_gdbarch_init): Update.
12031
12032 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
12033 * gdbarch.h, gdbarch.c: Re-generate.
12034 * procfs.c (procfs_fetch_registers): Delete reference to
12035 DEPRECATED_NPC_REGNUM.
12036 (procfs_store_registers): Ditto.
12037 * regcache.c (generic_target_write_pc): Simplify.
12038 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
12039
12040 * core-sol2.c (fetch_core_registers): Replace
12041 DEPRECATED_NPC_REGNUM with equivalent tdep value.
12042
12043 * hppa-tdep.c: Update copyright year.
12044 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
12045 NPC_REGNUM.
12046 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
12047
12048 * mips-tdep.c (mips_write_pc): New function.
12049 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
12050 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
12051 (mips_find_saved_regs, mips_software_single_step: Ditto.
12052 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
12053 mips_init_extra_frame_info, mips_pop_frame): Ditto.
12054
12055 2004-01-17 Andrew Cagney <cagney@redhat.com>
12056
12057 * mips-tdep.c: Re-indent. Group functions by ABI.
12058
12059 2004-01-17 Andrew Cagney <cagney@redhat.com>
12060
12061 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
12062 * gdbarch.c: Re-generate.
12063 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12064 DECR_PC_AFTER_BREAK to zero.
12065 * vax-tdep.c (vax_gdbarch_init): Ditto.
12066 * v850-tdep.c (v850_gdbarch_init): Ditto.
12067 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12068 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12069 * sh-tdep.c (sh_gdbarch_init): Ditto.
12070 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12071 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12072 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12073 * mips-tdep.c (mips_gdbarch_init): Ditto.
12074 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12075 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12076 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12077 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12078 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12079 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12080 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12081 * frv-tdep.c (frv_gdbarch_init): Ditto.
12082 * cris-tdep.c (cris_gdbarch_init): Ditto.
12083 * avr-tdep.c (avr_gdbarch_init): Ditto.
12084 * arm-tdep.c (arm_gdbarch_init): Ditto.
12085 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12086
12087 2004-01-17 J. Brobecker <brobecker@gnat.com>
12088
12089 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12090 Delete, no longer used.
12091 (read_subrange_type): New function, mostly extracted from
12092 read_array_type().
12093 (read_array_type): Replace extracted code by call to
12094 read_subrange_type().
12095 (dwarf2_get_attr_constant_value): New function.
12096 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12097 (add_partial_symbol): Likewise.
12098 (process_die): Likewise.
12099 (new_symbol): Likewise.
12100 (read_type_die): Likewise.
12101
12102 2004-01-16 Andrew Cagney <cagney@redhat.com>
12103
12104 * symfile.c: Update copyright year.
12105 (compare_symbols): Delete unused function.
12106 * stabsread.c: Update copyright year.
12107 (lrs_general_complaint): Delete unused function.
12108 (ref_search_value): Ditto.
12109 (get_substring): Delete declaration.
12110 * sh64-tdep.c: Update copyright year.
12111 (sh64_get_gdb_regnum): Delete unused function.
12112 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12113 Delete unused function.
12114
12115 2004-01-17 Mark Kettenis <kettenis@gnu.org>
12116
12117 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12118 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12119
12120 2004-01-16 Andrew Cagney <cagney@redhat.com>
12121
12122 Changes from Peter Schauer.
12123 * rs6000-tdep.c: Update copyright year.
12124 (rs6000_push_dummy_call): Update the stack pointer before
12125 accessing the corresponding stack region.
12126 * rs6000-nat.c: Update copyright year.
12127 (set_host_arch): Set "info.abfd" to "exec_bfd".
12128
12129 2004-01-15 Mark Kettenis <kettenis@gnu.org>
12130
12131 * blockframe.c: Update copyright year.
12132 (inside_entry_func): Don't treat a zero PC specially.
12133
12134 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12135
12136 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12137 variable.
12138 (gcore_create_callback): Ditto. Skip any memory segment that has
12139 no permissions set.
12140
12141 2004-01-14 David Carlton <carlton@kealia.com>
12142
12143 Change symbols for C++ nested types to contain the fully qualified
12144 name, if possible. (At least in the DWARF-2 case.) Partial fix
12145 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12146 c++/895.
12147 * c-exp.y (qualified_type): Handle types nested within classes.
12148 * cp-namespace.c: Update comments.
12149 (cp_set_block_scope): Delete #if 0.
12150 (cp_lookup_nested_type): Handle types nested within classes.
12151 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12152 when appropriate.
12153 (add_partial_symbol): Add the name of the enclosing namespace to
12154 types.
12155 (pdi_needs_namespace): New.
12156 (add_partial_namespace): Tweak comment.
12157 (add_partial_structure): New.
12158 (psymtab_to_symtab_1): Initialize processing_current_prefix
12159 here...
12160 (process_die): instead of here.
12161 (read_structure_scope): Try to figure out the name of the class or
12162 namespace that the structure might be defined within.
12163 (read_enumeration): Generate fully-qualified names, if possible.
12164 (read_namespace): Don't set name to NULL.
12165 (die_specification): New.
12166 (new_symbol): Generate fully-qualified names for types.
12167 (read_type_die): Determine appropriate prefix.
12168 (determine_prefix): New.
12169 (typename_concat): New.
12170 (class_name): New.
12171 * valops.c (value_aggregate_elt): Pass NOSIDE to
12172 value_struct_elt_for_reference.
12173 (value_struct_elt_for_reference): Make static, add NOSIDE
12174 parameter, call value_maybe_namespace_elt as a last resort.
12175 (value_namespace_elt): Break out code into
12176 value_maybe_namespace_elt.
12177 (value_maybe_namespace_elt): New.
12178
12179 2004-01-12 Andrew Cagney <cagney@redhat.com>
12180
12181 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12182 cooked floating-point registers.
12183 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12184 and value_to_register.
12185
12186 2004-01-13 Andrew Cagney <cagney@redhat.com>
12187
12188 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12189 * gdbarch.c: Re-generate.
12190 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12191 FUNCTION_START_OFFSET.
12192 * v850-tdep.c (v850_gdbarch_init): Ditto.
12193 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12194 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12195 * sh-tdep.c (sh_gdbarch_init): Ditto.
12196 * s390-tdep.c (s390_gdbarch_init): Ditto.
12197 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12198 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12199 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12200 * mips-tdep.c (mips_gdbarch_init): Ditto.
12201 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12202 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12203 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12204 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12205 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12206 * i386-tdep.c (i386_gdbarch_init): Ditto.
12207 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12208 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12209 * frv-tdep.c (frv_gdbarch_init): Ditto.
12210 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12211 * cris-tdep.c (cris_gdbarch_init): Ditto.
12212 * avr-tdep.c (avr_gdbarch_init): Ditto.
12213 * arm-tdep.c (arm_gdbarch_init): Ditto.
12214 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12215
12216 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12217
12218 * infrun.c (follow_fork_mode_ask): Remove.
12219 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12220 (follow_fork): Simplify and remove internal error for
12221 follow_fork_mode_ask.
12222 (_initialize_infrun): Update "set follow-fork-mode" help text.
12223
12224 2004-01-13 Andrew Cagney <cagney@redhat.com>
12225
12226 * configure.in: Update copyright year.
12227 (build_warnings): Add -Wunused-label.
12228 * configure: Re-generate.
12229
12230 2004-01-12 Andrew Cagney <cagney@redhat.com>
12231
12232 * exec.h (exec_ops): Make "extern".
12233
12234 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12235 the function is void.
12236 (mips_pseudo_register_write): Ditto.
12237
12238 2004-01-12 Andrew Cagney <cagney@redhat.com>
12239
12240 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12241 call. Never defined.
12242 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12243 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12244 (struct sparc_gregset, struct regcache): Ditto.
12245 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12246
12247 2004-01-12 Andrew Cagney <cagney@redhat.com>
12248
12249 * mi/ChangeLog: Delete file. Renamed to ...
12250 * mi/ChangeLog-1999-2003: New file.
12251 * tui/ChangeLog: Delete file. Renamed to ...
12252 * tui/ChangeLog-1998-2003: New file.
12253
12254 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12255
12256 * sparc64nbsd-tdep.c: Include "regset.h".
12257 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12258 Remove variables.
12259 (fetch_core_registers): Remove function.
12260 (sparc64nbsd_core_fns): Remove variable.
12261 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12262 functions.
12263 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12264 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12265 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12266
12267 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12268 sparc_extract_struct_value_address.
12269 (sparc32_gdbarch_init): Set extract_struct_value_address.
12270 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12271 function.
12272 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12273 return_value_on_stack.
12274
12275 * NEWS: Mention that %cs and %ss have been added to the AMD64
12276 configurations
12277
12278 * frame.c: Update copyright year.
12279 (get_prev_frame): Improve comment.
12280
12281 * sparc64fbsd-tdep.c: Include "regset.h".
12282 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12283 Remove variables.
12284 (fetch_core_registers): Remove function.
12285 (sparc64fbsd_core_fns): Remove variable.
12286 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12287 functions.
12288 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12289 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12290 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12291
12292 * sparcnbsd-tdep.c: Include "regset.h".
12293 (fetch_core_registers): Remove function.
12294 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12295 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12296 functions.
12297 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12298 TDEP->fpregset.
12299 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12300
12301 * sparc-tdep.h (struct regset): Provide opaque declaration.
12302 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12303 fpregset and sizeof_fpregset members.
12304 * sparc-tdep.c (struct regset): Provide opaque declaration.
12305 (sparc_regset_from_core_section): New function.
12306 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12307 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12308 Set regset_from_core_section when appropriate.
12309
12310 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12311
12312 * x86-64-tdep.c (amd64_non_pod_p): New function.
12313 (amd64_classify_aggregate): Return class memory for non-POD
12314 C++ structure types.
12315
12316 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12317 argument. Use it to reserve a register if necessary.
12318 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12319 amd64_push_arguments.
12320
12321 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12322
12323 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12324 register numbers in comments.
12325 * x86-64-tdep.h: Update copyright year.
12326 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12327 Adjust for addition of %cs and %ss.
12328 * amd64fbsd-nat.c: Update copyright year.
12329 (reg_offset): Add register offsets for %cs and %ss.
12330 * amd64fbsd-tdep.c: Update copyright year.
12331 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12332 (amd64fbsd_sc_reg_offset): Likewise.
12333 * x86-64-linux-nat.c: Update copyright year.
12334 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12335 and %ss.
12336 * amd64nbsd-nat.c: Update copyright year.
12337 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12338 * amd64nbsd-tdep.c: Update copyright year.
12339 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12340 * x86-64-linux-tdep.c: Update copyright year.
12341 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12342 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12343 * regformats/reg-x86-64.dat: Add %cs and %ss.
12344
12345 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12346 variables to prevent long lines. Update comments to reflect
12347 reality.
12348
12349 2004-01-09 David Carlton <carlton@kealia.com>
12350
12351 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12352 * dwarf2read.c (read_namespace): Pull out name-generating code
12353 into namespace_name. Rename previous_namespace to previous_prefix
12354 and processing_current_namespace to processing_current_prefix..
12355 (namespace_name): New function.
12356 (add_partial_symbol): Substitute uses of pdi->name with
12357 actual_name.
12358 * cp-support.h: Rename processing_current_namespace to
12359 processing_current_prefix.
12360 Update copyright year.
12361 * cp-namespace.c: Rename processing_current_namespace to
12362 processing_current_prefix.
12363 Update copyright year.
12364
12365 2004-01-09 Andrew Cagney <cagney@redhat.com>
12366
12367 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12368
12369 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12370
12371 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12372 complaining.
12373 (process_one_symbol): Deal with N_PATCH stabs.
12374
12375 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12376
12377 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12378 ifdeffed code.
12379 Update copyright year.
12380
12381 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12382
12383 * config/pa/tm-hppa.h: Update extern declarations for
12384 hppa32_hpux_frame_saved_pc_in_sigtramp,
12385 hppa32_hpux_frame_base_before_sigtramp, and
12386 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12387
12388 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12389
12390 * config/pa/tm-hppah.h: Update copyright years.
12391
12392 2004-01-08 Andrew Cagney <cagney@redhat.com>
12393
12394 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12395 (mips_o32_reg_struct_has_addr): Delete function.
12396 (mips_gdbarch_init): Update.
12397 (mips_extract_struct_value_address): Delete function.
12398
12399 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12400
12401 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12402 reality.
12403
12404 2004-01-07 Andrew Cagney <cagney@redhat.com>
12405
12406 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12407 architecture's elf flags (when available).
12408
12409 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12410 FPU to the start, check the MIPS FPU when looking for an old
12411 architecture.
12412 (set_mipsfpu_single_command): Update the architecture.
12413 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12414
12415 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12416 (mips_mask_address_p): Add "tdep" parameter.
12417 (show_mask_address, mips_addr_bits_remove): Update.
12418 (mips_dump_tdep): Update.
12419 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12420 (MIPS_STACK_ARGSIZE): Delete macro.
12421 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12422 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12423 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12424 (mips_dump_tdep): Update.
12425 (MIPS_SAVED_REGSIZE): Delete macro.
12426 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12427 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12428 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12429 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12430 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12431 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12432 (mips_pop_frame, return_value_location): Update.
12433 (mips_n32n64_return_value, mips_dump_tdep): Update.
12434
12435 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12436 MIPS ABI.
12437
12438 * mips-tdep.c: Update copyright.
12439 (mips_gdbarch_init): Merge two code blocks handling the register
12440 name and number layout.
12441
12442 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12443
12444 * tracepoint.c (validate_actionline): Fix segv at EOF
12445
12446 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12447
12448 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12449 properly for static fields.
12450
12451 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12452 Jason Molenda <jmolenda@apple.com>
12453
12454 * disasm.c: Update copyright to include 2004.
12455 (do_mixed_source_and_assembly): For uiout asm list
12456 and tuple cleanups, initialize to null_cleanup instead of
12457 NULL and do so prior to loop. Only reset when we close off
12458 the tuple/list. Move check for whether to close off the
12459 asm tuple/list to after dump_insns call where it will be run
12460 on each loop iteration.
12461
12462 2004-01-05 Andrew Cagney <cagney@redhat.com>
12463
12464 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12465 should be a switch case and not a label.
12466 * mips-tdep.c (mips32_next_pc): Delete unused labels
12467 "greater_equal_branch" and "less_zero_branch".
12468 * jv-valprint.c (java_print_value_fields): Delete unused label
12469 "flush_it".
12470
12471 * target.c (unpush_target): Only close a target that is in the
12472 target stack.
12473
12474 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12475
12476 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12477 address from [sp + 64] instead of %o2.
12478
12479 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12480 fixes PR backtrace/1476.
12481
12482 2004-01-05 Andrew Cagney <cagney@redhat.com>
12483
12484 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12485 move to start of file.
12486 * i386-tdep.h (struct regcache): Add opaque declaration.
12487 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12488 declaration.
12489 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12490 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12491 * win32-nat.c (fake_create_process): Use ISO C style definition.
12492 * stabsread.c (define_symbol): Delete #ifndef
12493 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12494 stabs_argument_has_addr call, macro never defined.
12495
12496 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12497
12498 * op50-rom.c: Delete.
12499 * w89k-rom.c: Delete.
12500 * Makefile.in: Remove references.
12501
12502 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12503
12504 * x86-64-tdep.c: Update copyright year.
12505 (struct amd64_register_info): Rename from x86_64_register_info.
12506 (amd64_register_info): Rename from x86_64_register_info.
12507 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12508 (amd64_register_name): Rename from x86_64_register_name.
12509 (amd64_register_type): Rename from x86_64_register_type.
12510 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12511 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12512 (amd64_dwarf_reg_to_regnum): Rename from
12513 x86_64_dwarf_reg_to_regnum.
12514 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12515 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12516 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12517 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12518 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12519 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12520 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12521 (amd64_frame_cache): Rename from x86_64_frame_cache.
12522 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12523 (amd64_frame_prev_register): Rename from
12524 x86_64_frame_prev_register.
12525 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12526 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12527 (amd64_sigtramp_frame_cache): Rename from
12528 x86_64_sigtramp_frame_cache.
12529 (amd64_sigtramp_frame_prev_register): Rename from
12530 x86_64_sigtramp_frame_prev_register.
12531 (amd64_sigtramp_frame_unwind): Rename from
12532 x86_64_sigtramp_frame_unwind.
12533 (amd64_sigtramp_frame_sniffer): Rename from
12534 x86_64_sigtramp_frame_sniffer.
12535 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12536 (amd64_frame_base): Rename from x86_64_frame_base.
12537 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12538 (amd64_frame_align): Rename from x86_64_frame_align.
12539 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12540 (amd64_regset_from_core_section): Rename from
12541 x86_64_regset_from_core_section.
12542 (x86_64_init_abi): Update comments.
12543
12544 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12545
12546 * MAINTAINERS (write after approval): Add myself.
12547
12548 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12549
12550 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12551 `float' arguments.
12552
12553 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12554
12555 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12556 such that it mentions a specific version of GCC that exhibits this
12557 bug.
12558
12559 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12560
12561 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12562 structure that has a single `float' member, store it in %f1 in
12563 addition to %f0.
12564
12565 * sparc-sol2-nat.c: Add missing '\'.
12566
12567 * sparc-tdep.c (sparc32_return_value): New function.
12568 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12569 Remove functions.
12570 (sparc32_gdbarch_init): Set return_value, don't set
12571 extract_return_value, store_return_value, use_struct_convention
12572 and return_value_on_stack.
12573
12574 * sparc-sol2-nat.c: Add missing ')'.
12575
12576 2004-01-03 J. Brobecker <brobecker@gnat.com>
12577
12578 * infrun.c (handle_step_into_function): New function.
12579 (handle_inferior_event): Extract out some code into the new
12580 function above.
12581
12582 2004-01-03 J. Brobecker <brobecker@gnat.com>
12583
12584 * infrun.c (handle_inferior_event): Move the declaration of
12585 real_stop_pc inside the if blocks where it is used.
12586
12587 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12588
12589 * sparc64-tdep.c (sparc64_16_byte_align_p)
12590 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12591 Use check_typedef to get subtypes of structures and unions.
12592 (sparc64_store_return_value): Fix calculation of the appropriate
12593 offset into VALBUF when storing a structure or union.
12594 (sparc64_return_value): New function.
12595 (sparc64_use_struct_convention): Remove function.
12596 (sparc64_init_abi): Set return_value, don't set
12597 extract_return_value, store_return_value and
12598 use_struct_convention.
12599
12600 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12601
12602 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12603 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12604 gdb/config/alpha/xm-alphaosf.h,
12605 gdb/config/powerpc/tm-ppcle-eabi.h,
12606 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12607 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12608 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12609 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12610 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12611 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12612 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12613 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12614 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12615 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12616 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12617 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12618 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12619 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12620 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12621 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12622 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12623 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12624 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12625 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12626 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12627 Remove lines for .cvsignore files.
12628
12629 2004-01-03 J. Brobecker <brobecker@gnat.com>
12630
12631 * infrun.c: Back out the previous change.
12632
12633 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12634
12635 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12636 sparc-*-sunos4* to the list of REMOVED configurations.
12637
12638 * configure.tgt: Add back sparc-*-vxworks*.
12639 * remote-vxsparc.c: Remove all includes except for "defs.h",
12640 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12641 Include "sparc-tdep.h".
12642 (SPARC_R_G1): New define.
12643 (vxsparc_gregset): New variable.
12644 (ext_format_sparc): Remove extern declaration.
12645 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12646 sparc32_supply_fpregset.
12647 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12648 sparc_collect_rwindow and sparc32_collect_fpregset.
12649 * config/sparc/tm-vxworks.h: New file, based on recently removed
12650 tm-vxsparc.h.
12651 * config/sparc/vxworks.mt: New file, based on recently removed
12652 vxworks.mt.
12653
12654 2004-01-03 J. Brobecker <brobecker@gnat.com>
12655
12656 * infrun.c (handle_step_into_function): New function.
12657 (handle_inferior_event): Extract out some code into the new
12658 function above.
12659
12660 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12661
12662 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12663 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12664 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12665 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12666 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12667 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12668 (sparc_nat_h): New variable.
12669 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12670 (tm-sun4os4.h): Remove dependency.
12671 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12672 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12673 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12674 sparc-tdep.o): Update dependencies.
12675 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12676 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12677 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12678 dependencies.
12679 * configure.host: Remove existing sparc-*-lynxos*,
12680 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12681 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12682 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12683 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12684 triplets.
12685 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12686 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12687 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12688 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12689 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12690 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12691 sparc64-*-solaris2* and sparc64-*-* triplets.
12692 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12693 "symtab.h" and "objfiles.h".
12694 (BIAS): Remove define.
12695 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12696 (X_DISP19): Remove macros.
12697 (sparc_fetch_instruction): Remove function.
12698 (struct gdbarch_tdep): Remove definition.
12699 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12700 (sparc_breakpoint_from_pc): Remove function.
12701 (struct sparc64_frame_cache): Remove definition.
12702 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12703 sparc64_unwind_pc): Remove functions.
12704 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12705 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12706 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12707 (sparc64_frame_cache): Change return type to `struct
12708 sparc_frame_cache *'. Simply call sparc_frame_cache.
12709 (sparc64_frame_this_id, sparc64_frame_prev_register,
12710 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12711 instead of `struct sparc64_frame_cache.
12712 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12713 sparc_analyze_control_transfer, sparc_software_single_step,
12714 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12715 _initialize_sparc64_tdep): Remove functions.
12716 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12717 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12718 macros.
12719 (sparc64_supply_gregset, sparc64_collect_gregset,
12720 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12721 (sparc64_init_abi): New function.
12722 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12723 inclusion guard. Include "sparc-tdep.h".
12724 (BIAS): Define.
12725 (r_tstate_offset, r_fprs_offset): New defines.
12726 (enum sparc_regnum): Remove defenition.
12727 (enum sparc64_regnum): Reformat.
12728 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12729 (sparc64_init_abi, sparc64_supply_gregset,
12730 sparc64_collect_gregset, sparc64_supply_fpregset,
12731 sparc64_collect_fpregset): New prototypes.
12732 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12733 Add extern declarations.
12734 (sparc64_sol2_init_abi): New prototype.
12735 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12736 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12737 prototypes.
12738 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12739 "sparnbsd-nat.h".
12740 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12741 functions.
12742 (_initialize_sparc64fbsd_nat): Remove initialization of
12743 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12744 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12745 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12746 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12747 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12748 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12749 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12750 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12751 (sparc64fbsd_r_y_offset): Remove variables.
12752 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12753 Make static and const.
12754 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12755 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12756 functions.
12757 (sparc64fbsd_gregset): New variable.
12758 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12759 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12760 and sparc64_supply_fpregset.
12761 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12762 (sparc64fbsd_sigtramp_frame_this_id)
12763 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12764 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12765 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12766 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12767 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12768 * sparcnbsd-tdep.c: Update copyright year. Include
12769 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12770 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12771 "value.h" and "sparcnbsd-tdep.h".
12772 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12773 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12774 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12775 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12776 defines.
12777 (sparcnbsd_gregset): New variable.
12778 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12779 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12780 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12781 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12782 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12783 variables.
12784 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12785 (sparc32nbsd_sigcontext_frame_this_id)
12786 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12787 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12788 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12789 (sparcnbsd_get_longjmp_target_32,
12790 sparcnbsd_get_longjmp_target_64): Remove functions.
12791 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12792 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12793 sparcnbsd_init_elf): Remove.
12794 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12795 (sparcnbsd_elf_init_abi): New functions.
12796 (_initialize_sparcnbsd_tdep): New prototype.
12797 (_initialize_sparnbsd_tdep): Update.
12798 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12799 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12800 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12801 * config/sparc/linux.mh: Update comment.
12802 (XM_FILE, HOST_IPC): Remove variables.
12803 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12804 sparc-linux-nat.o.
12805 * config/sparc/linux.mt: Update comment.
12806 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12807 * config/sparc/nbsd.mt: Reformat.
12808 * config/sparc/nbsd64.mh: Update comment.
12809 (NATDEPFILES): Add sparc-nat.o.
12810 * config/sparc/nbsd64.mt: Update comment.
12811 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12812 (TM_FILE): Set to tm-nbsd.h.
12813 * config/sparc/nbsdelf.mh: Update comment.
12814 (NATDEPFILES): Add sparc-nat.o.
12815 (XM_FILE): Delete.
12816 * config/sparc/nbsdaout.mh: Update comment.
12817 (NATDEPFILES): Add sparc-nat.o
12818 (XM_FILE): Delete.
12819 * config/sparc/nm-linux.h: Update copyright year. Don't include
12820 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12821 inclusion.
12822 (KERNEL_U_SIZE): Remove define.
12823 (kernel_u_size): Remove prototype.
12824 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12825 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12826 "regcache.h".
12827 (CHILD_PREPARE_TO_STORE): Remove define.
12828 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12829 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12830 sparcnbsd-nat.c: Rewrite files.
12831 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12832 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12833 sparcnbsd-tdep.h: Remove files.
12834 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12835 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12836 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12837 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12838 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12839 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12840 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12841 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12842 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12843 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12844 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12845 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12846 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12847 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12848 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12849 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12850 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12851 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12852 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12853
12854 2004-01-02 Andrew Cagney <cagney@redhat.com>
12855
12856 From 2003-12-18 Kazuhiro Inaoka:
12857 * configure.host: Add m32r-linux target.
12858
12859 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12860
12861 * top.c (print_gdb_version): Update year to 2004.
12862
12863 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12864
12865 * MAINTAINERS: Add myself to the write-after-approval category.
12866
12867 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12868
12869 From Bernardo Innocenti <bernie@develer.com>:
12870 * configure.tgt: Add uClinux target.
12871
12872 2004-01-02 Andrew Cagney <cagney@redhat.com>
12873
12874 * utils.c (do_my_cleanups): Make static, add forward declaration.
12875 * defs.h (do_my_cleanups): Delete declaration.
12876
12877 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12878
12879 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12880 bfd/ChangeLog-0203.
12881
12882 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12883
12884 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12885 in <machine/reg.h>.
12886 * configure, config.in: Regenerate.
12887
12888 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12889 tui/ChangeLog-1998-2003.
12890 \f
12891 Local Variables:
12892 mode: change-log
12893 left-margin: 8
12894 fill-column: 74
12895 version-control: never
12896 End:
This page took 0.71916 seconds and 4 git commands to generate.