* mips-tdep.c (mips32_scan_prologue): Merge code from
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-14 Joel Brobecker <brobecker@gnat.com>
2
3 * mips-tdep.c (mips32_scan_prologue): Merge code from
4 mips32_skip_prologue. Now return the address of the first
5 instruction past the function prologue.
6 (mips32_skip_prologue): Remove. No longer necessary.
7 (mips16_skip_prologue): Add parameter end_pc instead of
8 computing it.
9 (mips_skip_prologue): Compute the upper limit for the
10 prologue scanning. Update call to mips16_skip_prologue.
11 Replace call to mips32_skip_prologue by call to
12 mips32_scan_prologue.
13
14 2004-10-14 Mark Kettenis <kettenis@gnu.org>
15
16 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
17 NetBSD system call stubs that store %rp in the ERP slot of the
18 stack frame.
19
20 * source.c: Always define O_BINARY to 0 if not defined already.
21 (openp): Unconditionally use O_BINARY.
22
23 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
24 * event-top.c (gdb_readline2): Likewise.
25
26 2004-10-14 Orjan Friberg <orjanf@axis.com>
27
28 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
29 deprecated_add_core_fns which was removed by mistake.
30
31 2004-10-13 Kevin Buettner <kevinb@redhat.com>
32
33 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
34 references to deprecated_registers[] with equivalent code.
35
36 2004-10-13 Kevin Buettner <kevinb@redhat.com>
37
38 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
39 ``deprecated_registers'' with equivalent code. Use gdb_assert()
40 instead of explicit test and print statement.
41
42 2004-10-12 Mark Kettenis <kettenis@gnu.org>
43
44 * sparc-nat.c: Include "inf-ptrace.h".
45 (sparc_target): New function.
46 * sparc-nat.h: Update copyright year.
47 (sparc_target): New prototype.
48 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
49 (_initialize_sparcnbsd_nat): Construct and add target vector.
50 * sparc64nbsd-nat.c: Include "target.h".
51 (_initialize_sparc64nbsd_nat): Construct and add target vector.
52 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
53 Update dependencies.
54 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
55 inftarg.o, add inf-ptrace.o.
56 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
57 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
58 (NAT_FILE): Set to nm-bsd.h.
59 (LOADLIBES): New variable.
60 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
61 infarg.o, add inf-ptrace.o.
62 * config/sparc/nm-nbsdaout.h: Remove file.
63 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
64 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
65 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
66
67 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
68 "fopen-same.h". Update comment.
69
70 2004-10-11 Mark Kettenis <kettenis@gnu.org>
71
72 * i386gnu-nat.c: Include "gdb_string.h".
73 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
74 registers when the floating-point state isn't initialized.
75 * Makefile.in (i386gnu-nat.o): Update dependencies.
76
77 2004-10-11 David Anderson <davea@sgi.com>
78
79 * regcache.c (regcache_raw_read): Comment was missing "to".
80 Extraneous ' removed.
81 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
82 comment now describes use.
83
84 2004-10-11 Orjan Friberg <orjanf@axis.com>
85
86 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
87 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
88 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
89 (cris_sigtramp_frame_sniffer): New functions.
90 (cris_gdbarch_init): Hook in signal trampoline unwinder.
91 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
92 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
93 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
94 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
95 command.
96 (cris_version_update): Remove, replace with ...
97 (set_cris_version): New function.
98 (struct gdbarch_tdep, cris_mode, cris_mode_update)
99 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
100 (_initialize_cris_tdep): Remove CRIS mode command.
101 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
102 cris-fpless-backtrace command.
103 (cris_scan_prologue): Fix prologue scanning limit.
104 (cris_register_type): Update to reflect actual registers.
105 (cris_register_bytes_ok) Remove.
106 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
107 Remove set_gdbarch_deprecated_register_size,
108 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
109
110 2004-10-10 Andrew Cagney <cagney@gnu.org>
111
112 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
113 comment.
114
115 2004-10-10 Joel Brobecker <brobecker@gnat.com>
116
117 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
118
119 2004-10-10 Joel Brobecker <brobecker@gnat.com>
120
121 * mips-tdep.c (mips16_scan_prologue): Renames
122 mips16_heuristic_proc_desc. Update comment.
123 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
124 (heuristic_proc_desc): Update calls to the 2 functions above.
125
126 2004-10-10 Joel Brobecker <brobecker@gnat.com>
127
128 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
129 Update comments. Also immediately return empty cache when the start
130 address of our function could not be found.
131 (mips_insn32_frame_cache): Likewise.
132
133 2004-10-10 Joel Brobecker <brobecker@gnat.com>
134
135 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
136 (mips_insn16_frame_cache): Pass frame cache in call to
137 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
138 Remove code that became redundant as a consequence.
139 (mips32_heuristic_proc_desc): No longer compute a fake
140 procedure descriptor. Compute the full frame cache instead.
141 Some minor comment reformatting.
142
143 2004-10-10 Jim Blandy <jimb@redhat.com>
144
145 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
146 reader, tracing bytecode stuff): Remove self.
147
148 2004-10-10 Mark Kettenis <kettenis@gnu.org>
149
150 * sparc64-linux-tdep.c: Update copyright year. Don't include
151 "solib-svr4.h".
152 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
153 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
154 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
155
156 * sparc-linux-tdep.c: Update copyright year.
157 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
158 to struct frame_info *. Use safe_frame_unwind_memory instead of
159 deprecated_read_memory_nobpt.
160 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
161 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
162 changed signature of sparc_linux_sigtramp_start.
163 (sparc32_linux_pc_in_sigtramp): Remove function.
164 (sparc32_linux_sigtramp_p): New function.
165 (sparc32_linux_sigtramp_frame_sniffer): Use
166 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
167
168 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
169 Remove function.
170 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
171
172 * ada-lang.c (lim_warning): Re-implement as a varargs function.
173 (decode_packed_array_type, value_subscript_packed)
174 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
175 argument in call to lim_warning.
176
177 * configure.in: Really disable the TUI if an enhanced curses
178 library isn't found.
179 * configure: Regenerate.
180
181 2004-10-09 Mark Kettenis <kettenis@gnu.org>
182
183 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
184 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
185 * config/i386/nm-nbsdaout.h: Remove file.
186 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
187 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
188 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
189 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
190 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
191 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
192 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
193 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
194 (ldd, ld_un, ld_2): Remove defines.
195 * config/i386/nm-obsd.h: Likewise.
196
197 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
198
199 * ada-lex.l: Remove useless rule whose right-context clause
200 causes unreferenced static function warning for yyrealloc.
201 (ada_flex_use): Remove the artificial reference to yyrealloc.
202
203 2004-10-08 Andrew Cagney <cagney@gnu.org>
204
205 * target.h (struct target_ops): Rename to_xfer_memory to
206 deprecated_xfer_memory.
207 * target.c: Update.
208 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
209 * wince.c: Update.
210 * win32-nat.c: Update.
211 * v850ice.c: Update.
212 * uw-thread.c: Update.
213 * thread-db.c: Update.
214 * sol-thread.c: Update.
215 * remote.c: Update.
216 * remote-vx.c: Update.
217 * remote-st.c: Update.
218 * remote-sim.c: Update.
219 * remote-sds.c: Update.
220 * remote-rdp.c: Update.
221 * remote-rdi.c: Update.
222 * remote-mips.c: Update.
223 * remote-m32r-sdi.c: Update.
224 * remote-e7000.c: Update.
225 * procfs.c: Update.
226 * ppc-bdm.c: Update.
227 * nto-procfs.c: Update.
228 * monitor.c: Update.
229 * linux-nat.c: Update.
230 * inftarg.c: Update.
231 * hpux-thread.c: Update.
232 * go32-nat.c: Update.
233 * gnu-nat.c: Update.
234 * exec.c: Update.
235 * corelow.c: Update.
236 * bsd-kvm.c: Update.
237 * aix-thread.c: Update.
238
239 2004-10-08 Andrew Cagney <cagney@gnu.org>
240
241 * target.c (debug_target): Move to near start of file.
242 (target_stopped_data_address_p): Re-org logic, add casts.
243
244 2004-10-02 Mark Kettenis <kettenis@gnu.org>
245
246 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
247 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
248 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
249 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
250 New defines.
251
252 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
253
254 * target.h (to_stopped_data_address): Change prototype to
255 take a CORE_ADDR pointer and return an int.
256 * target.c (update_current_target): Change to_stopped_data_address
257 to match new prototype.
258 (debug_to_stopped_data_address): Change appropriately.
259 * breakpoint.c (bpstat_stop_status): Change call to
260 target_stopped_data_address to use new prototype.
261 * frv-tdep.c (frv_have_stopped_data_address): New function.
262 (frv_stopped_data_address): Change to new prototype and
263 functionality.
264 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
265 prototype and functionality.
266 (ia64_stopped_by_watchpoint): New function.
267 * i386-nat.c (i386_stopped_data_address): Change to new
268 prototype and functionality.
269 (i386_stopped_by_watchpoint): New function.
270 * remote.c (remote_stopped_data_address): Change to new prototype
271 and functionality.
272 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
273 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
274 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
275 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
276 new i386_stopped_by_watchpoint function.
277 (i386_stopped_by_watchpoint): New prototype.
278 (i386_stoppped_data_address): Change to new prototype.
279 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
280 new ia64_stopped_by_watchpoint function.
281 (ia64_stopped_by_watchpoint): New prototype.
282 (ia64_stopped_data_address): Ditto.
283
284 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
285
286 * ada-typeprint.c (ada_print_type): Use int_string for printing
287 modulus of modular type.
288 * ada-lang.h (ada_modulus): Change return type to unsigned.
289 * ada-lang.c (ada_language_arch_info): Correct type of
290 string_char_type.
291 (ada_modulus): Return unsigned result.
292 (ada_lookup_symbol): Remove user disambiguation and modify comment
293 accordingly.
294
295 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
296
297 Committed by Paul Hilfinger.
298 * ada-lang.c (decode_packed_array): On big-endian targets,
299 left-justify the value if it comes with a modular type.
300
301 2004-10-08 Joel Brobecker <brobecker@gnat.com>
302
303 Committed by Paul Hilfinger.
304 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
305 (is_name_suffix): Add support for "___JM" suffixes.
306 (ada_check_typedef): Renames ada_completed_type.
307 Update all users of CHECK_TYPEDEF, check_typedef, and
308 ada_complete_type to call ada_check_typedef.
309 * ada-typeprint.c: Likewise.
310 * ada-valprint.c: Likewise.
311
312 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
313
314 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
315
316 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
317
318 * MAINTAINERS: Update e-mail address.
319
320 2004-10-07 Daniel Jacobowitz <dan@debian.org>
321
322 From Maciej W. Rozycki <macro@mips.com>:
323 * mips-tdep.c (mips32_next_pc): Check the register's contents,
324 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
325
326 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
327
328 * m32r-tdep.c (decode_prologue): Support functions written
329 in assembler language. Recognize trap instructions as the
330 end of prologue.
331 (m32r_frame_unwind_cache): Ditto.
332 (m32r_skip_prologue): Extend search limit. Quit analyzing
333 prologue if pc's location is not readable.
334
335 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
336
337 * Makefile.in (.l.c): Do conversions of names of alloc and free
338 functions that are done for .y.c files, plus special one
339 for yy_flex_realloc. Also, correct missing-file tests here.
340 * ada-lex.l (malloc, free): Remove macros.
341 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
342 xrealloc.
343 (ada_flex_use): Dummy definition to remove warnings about unused
344 functions.
345 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
346 to suppress warning.
347
348 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
349
350 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
351 RETURN_VALUE.
352 (sh_return_value_fpu): Ditto for CPUs with FPU.
353 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
354 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
355 Install sh_return_value_nofpu resp. sh_return_value_fpu as
356 RETURN_VALUE functions.
357
358 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
359
360 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
361 (sh_pseudo_register_write): Ditto.
362
363 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
364
365 * sh-tdep.c (IS_MACL_STS): New define.
366 (IS_MOVI20): Ditto.
367 (IS_MACL_LDS): Ditto.
368 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
369 instructions in prologue.
370 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
371 instructions in epilogue.
372
373 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
374
375 * sh-tdep.c (SH_NUM_REGS): Define as 67.
376 (sh_sh_register_name): Add eight empty register names.
377 (sh_sh3_register_name): Ditto.
378 (sh_sh3e_register_name): Ditto.
379 (sh_sh2e_register_name): Ditto.
380 (sh_sh2a_register_name): New function, defining SH2A register set.
381 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
382 in nofpu case.
383 (sh_sh_dsp_register_name): Add eight empty register names.
384 (sh_sh3_dsp_register_name): Ditto.
385 (sh_sh4_register_name): Ditto.
386 (sh_sh4_nofpu_register_name): Ditto.
387 (sh_sh4al_dsp_register_name): Ditto.
388 (sh2a_show_regs): New function.
389 (sh2a_nofpu_show_regs): New function.
390 (sh_sh2a_register_type): New function.
391 (do_bank_register_info): New function.
392 (sh_print_pseudo_register): Call do_bank_register_info.
393 Call sh_print_pseudo_register for valid "bank" register.
394 (sh_sh2a_register_sim_regno): New function.
395 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
396 Increment pseudo register count by one for all sh variants with
397 pseudo registers to accomodate pseudo bank register.
398 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
399 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
400 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
401 Increment pseudo register numbers.
402
403 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
404
405 * dwarf2read.c (read_subroutine_type): Call make_function_type
406 instead of lookup_function_type.
407
408 2004-10-05 Jim Blandy <jimb@redhat.com>
409
410 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
411 (Previous change missed some uses.)
412
413 2004-10-05 Andrew Cagney <cagney@gnu.org>
414
415 * target.h (deprecated_child_ops): Rename child_ops.
416 * wince.c: Update copyright. Rename child_ops.
417 * win32-nat.c: Rename child_ops.
418 * target.c: Rename child_ops.
419 * rs6000-nat.c: Rename child_ops.
420 * linux-nat.c: Rename child_ops.
421 * infttrace.c: Rename child_ops.
422 * inftarg.c: Rename child_ops.
423 * infptrace.c: Rename child_ops.
424 * hppah-nat.c: Update copyright. Rename child_ops.
425 * hpux-thread.c: Update copyright. Rename child_ops.
426
427 2004-10-05 Daniel Jacobowitz <dan@debian.org>
428
429 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
430
431 2004-10-05 Andrew Cagney <cagney@gnu.org>
432
433 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
434
435 2004-10-05 Daniel Jacobowitz <dan@debian.org>
436
437 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
438 (die_ref_table): Remove.
439 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
440 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
441 the usage of this type.
442 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
443 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
444 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
445 (dwarf2_create_include_psymtab): Update comment.
446 (find_partial_die): Remove third argument. Remove unreachable call
447 to error ().
448 (dwarf2_find_containing_comp_unit): Update comments. Change one
449 assertion to an error. Remove an unreachable error.
450 (dwarf2_find_comp_unit): Update comments.
451 (type_at_offset): Remove dead code.
452 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
453 (store_in_ref_table): Add CU argument.
454 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
455 inter-compilation-unit references.
456 (load_full_comp_unit, process_full_comp_unit): New functions, based
457 on psymtab_to_symtab_1.
458 (psymtab_to_symtab_1): Use them.
459 (dwarf2_add_dependence): New function.
460 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
461 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
462 (partial_die_parent_scope, guess_structure_name): Update for changes
463 to find_partial_die.
464 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
465 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
466 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
467 (read_die_and_children): Update call to store_in_ref_table.
468 (do_free_die_list_cleanup): Remove.
469 (fixup_partial_die): Update for changes to find_partial_die.
470 (read_full_die): Handle queueing absolute references.
471 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
472 (dwarf2_attr, die_specification, die_type)
473 (die_containing_type, dwarf2_extension): Update calls to
474 follow_die_ref.
475 (dump_die): Update DW_FORM_ref* handling.
476 (dwarf2_get_ref_die_offset): Likewise.
477 (free_one_comp_unit): Release the dies list.
478 (dwarf2_mark_helper): New function.
479 (dwarf2_mark): Use it.
480
481 2004-10-05 Mark Kettenis <kettenis@jive.nl>
482
483 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
484 when writing to memory.
485
486 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
487
488 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
489 (m32r_extract_struct_value_address): Delete function.
490 (m32r_return_value): New function.
491 (m32r_gdbarch_init): Instead of store_return_value,
492 extract_return_value, deprecated_extract_struct_value_address
493 and deprecated_use_struct_convention, set return_value.
494
495 2004-10-03 Daniel Jacobowitz <dan@debian.org>
496
497 * dwarf2read.c (read_subrange_type): Add comment for variable
498 sized arrays.
499
500 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
501
502 * Makefile.in (.l.c): Modify rule for compatibility with recent
503 versions of flex, and remove most command-line options.
504 * ada-lex.l: Add %options line in place of -I -i and -s command-line
505 options.
506
507 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
508
509 Turn on initial Ada support (mainly expression evaluation).
510
511 * Makefile.in (SFILES): Remove ada-tasks.c.
512 (HFILES_NO_SRCDIR): Add ada-lang.h.
513 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
514 (YYOBJ): Add ada-exp.o.
515 (rule .l.c): Generalize to not mention ada.
516 * symtab.c: Include ada-lang.h.
517 (symbol_natural_name, symbol_demangled_name)
518 (symbol_search_name): Add Ada case.
519
520 2004-10-01 Andrew Cagney <cagney@gnu.org>
521
522 * Makefile.in (COMMON_OBS): Add inf-child.o.
523 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
524 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
525 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
526 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
527 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
528 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
529 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
530 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
531 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
532 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
533 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
534 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
535 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
536
537 * target.c (xfer_using_stratum): Change return type to LONGEST.
538 On each iteration offset, readbuf and writebuf.
539 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
540 partial_length, and read/modify/write predicate, update comments.
541 Pass buffer.word to ptrace write.
542
543 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
544
545 * symfile.c (init_filename_language_table): Add extensions for
546 Ada.
547 * defs.h (enum language): Add language_ada.
548 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
549 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
550 (add_symbols_from_enclosing_procs): Make a no-op for now.
551 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
552 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
553 (find_line_in_linetable, find_next_line_in_linetable)
554 (read_all_symtabs, is_plausible_func_for_line)
555 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
556 (is_runtime_sym_defined, check_size): Remove declaration.
557 (function_name_from_pc, ada_translate_error_message)
558 (ada_lookup_minimal_symbol): Remove definition.
559 (ada_add_block_symbols): Remove useless label.
560 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
561 useless declaration.
562 (ada_is_exception_sym): Likewise.
563
564 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
565
566 Add m32r-linux support.
567 * configure.tgt: Add m32r*-*-linux*.
568 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
569 and m32r-linux-tdep.c.
570 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
571 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
572 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
573 m32r-linux-tdep.c.
574 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
575 config/m32r/linux.mh, config/m32r/linux.mt,
576 config/m32r/nm-linux.h: New files.
577
578 2004-09-30 Joel Brobecker <brobecker@gnat.com>
579
580 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
581 (mips32_fetch_instruction): Remove, unused.
582
583 2004-09-30 Joel Brobecker <brobecker@gnat.com>
584
585 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
586 conditions that will always be true.
587
588 2004-09-30 Mark Kettenis <kettenis@gnu.org>
589
590 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
591 (vaxbsd_fetch_inferior_registers): Rename from
592 fetch_inferior_registers. Make static.
593 (vaxbsd_store_inferior_registers): Rename from
594 store_inferior_registers. Make static.
595 (_initialize_vaxbsd_nat): Construct and add target vector.
596 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
597 inftarg.o. Add inf-child.o and inf-ptrace.o.
598 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
599 inftarg.o. Add inf-child.o and inf-ptrace.o.
600 (NAT_FILE): Remove.
601 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
602 inftarg.o. Add inf-child.o and inf-ptrace.o.
603 (NAT_FILE): Remove.
604 * Makefile.in (vaxbsd-nat.o): Update dependencies.
605
606 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
607 (m88kbsd_fetch_inferior_registers): Rename from
608 fetch_inferior_registers. Make static.
609 (m88kbsd_store_inferior_registers): Rename from
610 store_inferior_registers. Make static.
611 (_initialize_m88kbsd_nat): New prototype and function.
612 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
613 inftarg.o. Add inf-child.o and inf-ptrace.o.
614 (NAT_FILE): Remove.
615 * Makefile.in (m88kbsd-nat.o): Update dependencies.
616
617 2004-09-30 Andrew Cagney <cagney@gnu.org>
618
619 * target.c (target_xfer_partial): New function.
620 (target_read_memory_partial, target_write_memory_partial)
621 (default_xfer_partial, target_read_partial, target_write_partial)
622 (xfer_using_stratum): Use.
623 (debug_to_xfer_partial): Delete function.
624 (setup_target_debug): Do not override to_xfer_partial.
625
626 2004-09-30 Mark Kettenis <kettenis@chello.nl>
627
628 * fork-child.c: Update copyright year. Fix coding style.
629
630 2004-09-29 Mark Kettenis <kettenis@gnu.org>
631
632 * defs.h (msavestring, mstrsave): Remove prototypes.
633 * utils.c (msavestring, mstrsave): Remove functions.
634 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
635 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
636 of mstrsave.
637 * source.c (find_and_open_source): Use xstrdup instead of
638 mstrsave.
639
640 2004-09-30 Andrew Cagney <cagney@gnu.org>
641
642 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
643 (inf_ptrace_xfer_memory): Delete.
644 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
645 (target_read_memory, target_write_memory): Use xfer_using_stratum
646 when target_xfer_partial_p.
647 (debug_target): Move to start of file.
648 (target_read_memory_partial, target_write_memory_partial): Use
649 to_xfer_partial when target_xfer_partial_p.
650
651 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
652 inf_ptrace_xfer_memory with equivalent code.
653 * inftarg.c (child_xfer_partial): When performing a write, pass
654 writebuf to child_xfer_memory.
655
656 * target.c (target_read_string): Use target_read_memory instead of
657 target_xfer_memory.
658
659 2004-09-29 Andrew Cagney <cagney@gnu.org>
660
661 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
662 the address of status.
663
664 * infptrace.c (ptrace_wait): Mention problem with HPUX.
665 (kill_inferior): Inline ptrace_wait call.
666 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
667 * inftarg.c (child_wait): Inline ptrace_wait call.
668
669 * target.h (struct target_ops): Delete field to_post_wait.
670 (target_post_wait): Delete macro.
671 (child_post_wait): Delete declaration.
672 * target.c (update_current_target, update_current_target)
673 (debug_to_post_wait, setup_target_debug): Delete functions and
674 references.
675 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
676 * inftarg.c (child_post_wait): Delete.
677 (init_child_ops): Do not set to_post_wait.
678 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
679 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
680 * inf-child.c (inf_child_post_wait): Delete.
681 (inf_child_target): Do not set to_post_wait.
682 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
683 (inf_ptrace_target): Do not set to_post_wait.
684
685 * wince.c (child_ops): Delete.
686 * win32-nat.c (child_ops): Delete.
687
688 * inftarg.c (inftarg_set_find_memory_regions)
689 (inftarg_set_make_corefile_notes): Delete functions.
690 (_initialize_linux_nat): Inline calls.
691
692 * target.h (child_ops): Declare.
693 * inftarg.c (child_ops): Move from here ...
694 * target.c (child_ops): ... to here.
695 * wince.c (child_ops): Delete extern declaration.
696 * win32-nat.c (child_ops): Delete extern declaration.
697 * linux-nat.c (child_ops): Delete extern declaration.
698 * hpux-thread.c (child_ops): Delete extern declaration.
699
700 2004-09-28 Mark Kettenis <kettenis@gnu.org>
701
702 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
703
704 2004-09-28 Mark Kettenis <kettenis@gnu.org>
705
706 * configure.in: Only set host_makefile_frag when building a native
707 debugger.
708 * configure: Regenerate.
709
710 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
711 for OpenBSD ELF.
712
713 2004-09-28 Andrew Cagney <cagney@gnu.org>
714
715 Problem identified by Paul Hilfinger.
716 * Makefile.in (ada_lex_c): Define.
717 (ada-lex.o): Delete rule.
718
719 * linux-proc.c: Delete file.
720 * Makefile.in: Update.
721 * config/sparc/linux64.mh (NATDEPFILES):
722 * config/sparc/linux.mh (NATDEPFILES): Update.
723 * config/s390/s390.mh (NATDEPFILES): Update.
724 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
725 * config/powerpc/linux.mh (NATDEPFILES): Update.
726 * config/pa/linux.mh (NATDEPFILES): Update.
727 * config/mips/linux.mh (NATDEPFILES): Update.
728 * config/m68k/linux.mh (NATDEPFILES): Update.
729 * config/ia64/linux.mh (NATDEPFILES): Update.
730 * config/i386/linux64.mh (NATDEPFILES): Update.
731 * config/i386/linux.mh (NATDEPFILES): Update.
732 * config/arm/linux.mh (NATDEPFILES): Update.
733 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
734 * linux-nat.c: Update copyright. Include <sys/param.h>,
735 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
736 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
737 (O_LARGEFILE): Possibly define.
738 (_initialize_linux_nat, linux_proc_pending_signals)
739 (add_line_to_sigset, linux_proc_xfer_memory)
740 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
741 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
742 (struct linux_corefile_thread_data)
743 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
744 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
745
746 2004-09-16 Andrew Cagney <cagney@gnu.org>
747
748 * lin-lwp.c: Delete file.
749 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
750 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
751 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
752 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
753 (linux_nat_attach, detach_callback, linux_nat_detach)
754 (resume_callback, resume_clear_callback, linux_nat_resume)
755 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
756 (stop_wait_callback, linux_nat_has_pending, flush_callback)
757 (status_callback, running_callback, count_events_callback)
758 (select_singlestep_lwp_callback, select_event_lwp_callback)
759 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
760 (child_wait, stop_and_resume_callback, linux_nat_wait)
761 (kill_callback, kill_wait_callback, linux_nat_kill)
762 (linux_nat_create_inferior, linux_nat_mourn_inferior)
763 (linux_nat_xfer_memory, linux_nat_thread_alive)
764 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
765 (_initialize_linux_nat): New functions.
766 * Makefile.in: Update all dependencies.
767 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
768 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
769 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
770 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
771 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
772 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
773 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
774 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
775 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
776 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
777 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
778 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
779 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
780
781 2004-09-27 Mark Kettenis <kettenis@gnu.org>
782
783 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
784 config/i386/obsd64.mh (NAT_FILE): Remove variable.
785
786 * configure.in: Don't comment out NATDEPFILES in the generated
787 Makefile if NAT_FILE is unset.
788 * configure: Regenerate.
789
790 2004-09-27 Andrew Cagney <cagney@gnu.org>
791
792 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
793 (insert_step_resume_breakpoint): Delete.
794 (insert_step_resume_breakpoint_at_frame): New function.
795 (insert_step_resume_breakpoint_at_sal): New function.
796 (handle_inferior_event, step_into_function)
797 (insert_step_resume_breakpoint): Simplify by using same.
798
799 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
800
801 2004-09-26 Mark Kettenis <kettenis@gnu.org>
802
803 * fbsd-proc.c: Remove file.
804 * Makefile.in (fbsd-proc.o): Remove dependency.
805
806 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
807 code together.
808
809 * config/i386/nm-fbsd64.h: Remove file.
810 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
811
812 2004-09-26 Mark Kettenis <kettenis@gnu.org>
813
814 * amd64-nat.h: Update copyright year.
815 (amd64bsd_target): New prototype.
816 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
817 (amd64bsd_target): New function.
818 (amd64bsd_fetch_inferior_registers): Rename from
819 fetch_inferior_registers. Make static.
820 (amd64bsd_store_inferior_registers): Rename from
821 store_inferior_registers. Make static.
822 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
823 (_initialize_amd64fbsd_nat): Construct and add target vector.
824 * amd64nbsd-nat.o: Include "target.h".
825 (_initialize_amd64nbsd_nat): Construct and add target vector.
826 * amd64obsd-nat.c: Include "target.h".
827 (_initialize_amd64obsd_nat): Construct and add target vector.
828 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
829 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
830 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
831 fbsd-nat.o.
832 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
833 Remove infptrace.o and inftarg.o. Add inf-child.o and
834 inf-ptrace.o.
835 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
836 (amd64obsd-nat.o): Update dependencies.
837
838 2004-09-25 Mark Kettenis <kettenis@gnu.org>
839
840 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
841 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
842 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
843 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
844 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
845
846 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
847 Inline attach call.
848 (inf_ptrace_detach): Inline detach call.
849
850 * configure.in: Check for waddstr instead of mvwaddstr when
851 searching for curses library. Check for wborder.
852 * configure, config.in: Regenerate.
853 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
854 available.
855
856 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
857
858 2004-09-24 Robert Picco <Robert.Picco@hp.com>
859
860 Committed by Andrew Cagney.
861 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
862 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
863 configuration.
864 (fetch_register_using_p): Implement 'p' packet. Based on code by
865 Fernando Nasser.
866 (remote_fetch_registers): Call fetch_register_using_p.
867 (init_all_packet_configs, show_remote_cmd)
868 (_initialize_remote): Add p-packet.
869
870 2004-09-24 Mark Kettenis <kettenis@gnu.org>
871
872 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
873 instead of call_ptrace. Call wait directly instead of
874 ptrace_wait.
875 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
876 (inf_ptrace_wait): Inline ptrace_wait call.
877
878 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
879
880 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
881 rolled back instead.
882
883 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
884
885 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
886 the new argument order.
887
888 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
889
890 * MAINTAINERS: Remove "broken" from XStormy16 entry.
891 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
892 (struct gdbarch_tdep): Remove.
893 (struct xstormy16_frame_cache): New frame cache structure.
894 (xstormy16_register_byte, xstormy16_register_raw_size)
895 (xstormy16_reg_virtual_type, xstormy16_register_type)
896 (xstormy16_push_arguments, xstormy16_push_return_address)
897 (xstormy16_pop_frame, xstormy16_store_struct_return)
898 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
899 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
900 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
901 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
902 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
903 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
904 (xstormy16_use_struct_convention): Drop gcc_p parameter.
905 (xstormy16_extract_return_value, xstormy16_store_return_value):
906 Regcachify. Drop useless struct convention handling.
907 (xstormy16_register_type, xstormy16_return_value)
908 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
909 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
910 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
911 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
912 (xstormy16_unwind_sp, xstormy16_unwind_pc)
913 (xstormy16_unwind_dummy_id) : New functions.
914 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
915 of xstormy16_scan_prologue.
916 (xstormy16_frame_unwind): New frame_unwind structure.
917 (xstormy16_frame_base): New frame_base structure.
918 (xstormy16_gdbarch_init): Accomodate all of the above changes.
919 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
920
921 2004-09-22 Mark Kettenis <kettenis@gnu.org>
922
923 * language.c (language_gdbarch_post_init): Fix off-by one error.
924
925 2004-09-21 Daniel Jacobowitz <dan@debian.org>
926
927 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
928 (struct dwarf2_offset_and_type): New.
929 (set_die_type, reset_die_and_siblings_types, get_die_type)
930 (offset_and_type_hash, offset_and_type_eq): New functions.
931 (read_structure_type, read_enumeration_type, read_array_type)
932 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
933 (read_tag_reference_type, read_tag_const_type)
934 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
935 (read_typedef, read_base_type, read_subrange_type): Use
936 set_die_type.
937
938 2004-09-20 Daniel Jacobowitz <dan@debian.org>
939
940 * Makefile.in (dwarf2read.o): Update dependencies.
941 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
942 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
943 and read_in_chain.
944 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
945 mark, and has_form_ref_addr.
946 (struct dwarf2_per_cu_data): New.
947 (dwarf2_max_cache_age): New.
948 (dwarf2_build_psymtabs_hard): Free cached compilation units
949 after loading. Create and manage the list of compilation units.
950 Remove unnecessary NULL initialization. Fix indentation.
951 (psymtab_to_symtab_1): Initialize all of CU.
952 (dwarf2_read_abbrevs): Set has_form_ref_addr.
953 (find_partial_die): Use dwarf2_find_containing_comp_unit
954 and load_comp_unit.
955 (free_stack_comp_unit): Update comments. Clear the per-cu
956 pointer. Handle aging.
957 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
958 (age_cached_comp_units, free_one_cached_comp_unit)
959 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
960 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
961 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
962 (show_dwarf2_cmd): New.
963 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
964 and "maint show dwarf2 max-cache-age".
965 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
966 externs.
967 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
968 global.
969
970 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
971
972 * dwarf2read.c (typename_concat): Change prototype to accept obstack
973 and dwarf2_cu struct pointer as arguments. Change function to use
974 obstack if provided and use dwarf2_cu to determine language-specific
975 separator.
976 (partial_die_parent_scope): Change comment to include java. Use
977 new version of typename_concat instead of obconcat.
978 (partial_die_full_name): Use typename_concat.
979 (read_namespace): Ditto.
980 (read_enumeration_type): Use typename_concat instead of obconcat.
981 (new_symbol): Ditto.
982 (add_partial_symbol): Enhance tests for C++ to also test for Java.
983 (guess_structure_name): Ditto.
984 (read_subroutine_type): Ditto.
985 (read_structure_type): Ditto.
986 (is_vtable_name): Add Java support.
987 (determine_class_name): Switch to new typename_concat call.
988 (determine_prefix): Switch to new typename_concat call.
989 * jv-exp.y (FuncStart): New pattern.
990 (MethodInvocation): Add support for simple function calls. Change
991 warning message for other forms of inferior call currently not
992 supported.
993 * valarith.c (value_subscript): Treat an array with upper-bound
994 of -1 as unknown size.
995
996 2004-09-20 Daniel Jacobowitz <dan@debian.org>
997
998 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
999 (lookup_partial_symtab): Use symtab_to_fullname.
1000
1001 2004-09-19 Jim Blandy <jimb@redhat.com>
1002
1003 * minsyms.c (lookup_minimal_symbol): Doc fix.
1004
1005 2004-09-20 Andrew Cagney <cagney@gnu.org>
1006
1007 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1008 CHILD_RESUME.
1009 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
1010 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
1011 KILL_INFERIOR.
1012 * infptrace.c: Update.
1013
1014 2004-09-19 Daniel Jacobowitz <dan@debian.org>
1015
1016 * symtab.c (output_source_filename): Mark first argument as const.
1017 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
1018 for "info sources" output.
1019
1020 2004-09-20 Mark Kettenis <kettenis@gnu.org>
1021
1022 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
1023 <machine/vmparam.h>.
1024 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
1025 (register_u_addr): Remove prototype.
1026
1027 2004-09-19 Mark Kettenis <kettenis@gnu.org>
1028
1029 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
1030 (i386bsd_fetch_inferior_registers): Rename from
1031 fetch_inferior_registers. Make static.
1032 (i386bsd_store_inferior_registers): Rename from
1033 store_inferior_registers. Make static.
1034 (i386bsd_target): New function.
1035 * i386bsd-nat.h: New file.
1036 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
1037 "i386bsd-nat.h".
1038 (i386fbsd_resume): Rename from child_resume. Make static.
1039 (_initialize_i386fbsd_nat): Construct and add target vector.
1040 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
1041 (_initialize_i386nbsd_nat): Construct and add target vector.
1042 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
1043 Remove defines.
1044 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
1045 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
1046 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
1047 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1048 (LOADLIBES): New variable.
1049 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
1050 inf-ptrace.o. Remove inftarg.o.
1051 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
1052 inf-ptrace.o. Remove inftarg.o.
1053 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
1054 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1055 (LOADLIBES): New variable.
1056 * Makefile.in (i386bsd_nat_h): New variable.
1057 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
1058 dependencies.
1059
1060 * sparc64nbsd-tdep.c: Include "objfiles.h".
1061 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
1062 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1063 svr4_lp64_fetch_link_map_offsets.
1064 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
1065 "nbsd-tdep.h".
1066 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
1067 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1068 svr4_lp64_fetch_link_map_offsets.
1069 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
1070 dependencies.
1071
1072 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
1073 * fbsd-nat.h: New file.
1074 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
1075 (fbsd_nat_h): New variable.
1076 (fbsd-nat.o): New dependency.
1077
1078 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
1079 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
1080
1081 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
1082 comment.
1083
1084 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1085
1086 * ada-exp.y (type_int): New function to add layer of abstraction
1087 around references to expression types.
1088 (type_long): Ditto.
1089 (type_long_long): Ditto.
1090 (type_float): Ditto.
1091 (type_double): Ditto.
1092 (type_long_double): Ditto.
1093 (type_char): Ditto.
1094 (type_system_address): Ditto.
1095 (simple_exp): Use type_* functions in place of builtin_*
1096 variables.
1097 (exp): Ditto.
1098 (write_var_from_name): Ditto.
1099 (write_object_renaming): Ditto.
1100 * ada-lang.c (ada_create_fundamental_type): Remove redundant
1101 declaration.
1102 (build_ada_types): Remove, replacing with...
1103 (ada_language_arch_info): New function to initialize primitive
1104 type vector in language_arch_info.
1105 (ada_array_length): Remove use of builtin_type_ada_int.
1106 (value_pos_atr): Ditto.
1107 (ada_evaluate_subexp): Ditto.
1108 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
1109 builtin_type_ada_long_long, builtin_type_ada_char,
1110 builtin_type_ada_float, builtin_type_ada_double,
1111 builtin_type_ada_long_double, builtin_type_ada_natural,
1112 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1113 (ada_builtin_types): Remove.
1114 (ada_language_defn): Remove entries for la_builtin_type_vector and
1115 string_char_type and use ada_language_arch_info.
1116 (_initialize_ada_language): Do type-vector initialization along
1117 the lines of c-lang.c.
1118 (ada_create_fundamental_type): Break up line.
1119 (ada_dump_symtab): Remove unused function.
1120 (enum ada_primitive_types): Define.
1121 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
1122 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
1123 builtin_type_ada_float, builtin_type_ada_double,
1124 builtin_type_ada_long_double, builtin_type_ada_natural,
1125 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1126 * ada-lex.l: Use type_* functions in place of builtin_* variables.
1127 (processInt): Ditto.
1128 (processReal): Ditto.
1129 (name_lookup): Ditto.
1130 * ada-typeprint.c (print_range): Use builtin_type_int, not
1131 builtin_type_ada_int.
1132
1133 2004-09-18 Mark Kettenis <kettenis@gnu.org>
1134
1135 * i386-tdep.c (i386_register_name): Rename regno to regnum.
1136
1137 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
1138 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
1139 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
1140 * configure.in: Improve checks for curses library by checking for
1141 mvwaddstr instead of initscr. Drop HP curses in favour of
1142 standard curses on HP-UX.
1143 * configure: Regenerated.
1144
1145 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1146
1147 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
1148 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
1149 Minor formatting changes.
1150 (empty_array): Slight rewrite for formatting.
1151 (emit_char,parse,ada_language_defn,build_ada_types,
1152 ada_is_exception_sym, _initialize_ada_language): Move
1153 definitions around.
1154 (ada_dump_symtab): Remove unused definition.
1155 (ada_maybe_exception_partial_symbol): Remove unused definition.
1156
1157 2004-09-16 Andrew Cagney <cagney@gnu.org>
1158
1159 * inf-child.c: Include "gdb_string.h".
1160 (inf_child_core_file_to_sym_file): Delete.
1161 (inf_child_target): Set to_fetch_registers and to_store_registers.
1162 * inf-ptrace.c: Include "gdb_string.h".
1163 * Makefile.in: Update all dependencies.
1164
1165 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
1166 problem.
1167
1168 2004-09-14 Joel Brobecker <brobecker@gnat.com>
1169
1170 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
1171 call to heuristic_proc_desc. Remove code that became redundant
1172 as a consequence.
1173 (read_next_frame_reg): Remove special case for SP_REGNUM.
1174 (set_reg_offset): Fix small typo.
1175 (reset_saved_regs): New procedure.
1176 (mips32_heuristic_proc_desc): No longer compute a fake
1177 procedure descriptor. Compute the full frame cache instead.
1178 Some minor comment reformatting.
1179
1180 2004-09-14 Andrew Cagney <cagney@gnu.org>
1181
1182 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
1183 maintainer.
1184
1185 * thread-db.c (thread_db_new_objfile): Assume that there is a
1186 child process.
1187
1188 2004-09-13 Jim Blandy <jimb@redhat.com>
1189
1190 * valops.c (value_assign): Move 'buffer' to the enclosing block,
1191 so that its storage isn't referenced after its lifetime ends.
1192
1193 * valops.c (value_assign): 'use_buffer' is initialized to zero,
1194 and never assigned to. Delete it, and the 'if (use_buffer)'
1195 clauses. Delete 'raw_buffer', since it is now unused.
1196
1197 2004-09-13 Andrew Cagney <cagney@gnu.org>
1198
1199 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
1200 * configure: Re-generate.
1201 * nlm/Makefile.in (TAGS): Update.
1202 * Makefile.in (TAGS): Update.
1203 * config/vax/nbsd.mt (TM_FILE): Update.
1204 * config/sparc/vxworks.mt (TM_FILE): Update.
1205 * config/sparc/sol2.mt (TM_FILE): Update.
1206 * config/sparc/sol2-64.mt (TM_FILE): Update.
1207 * config/sparc/obsd64.mt (TM_FILE): Update.
1208 * config/sparc/obsd.mt (TM_FILE): Update.
1209 * config/sparc/nbsd64.mt (TM_FILE): Update.
1210 * config/sparc/nbsd.mt (TM_FILE): Update.
1211 * config/sparc/linux64.mt (TM_FILE): Update.
1212 * config/sparc/linux.mt (TM_FILE): Update.
1213 * config/sparc/fbsd.mt (TM_FILE): Update.
1214 * config/sh/wince.mt (TM_FILE): Update.
1215 * config/sh/nbsd.mt (TM_FILE): Update.
1216 * config/sh/linux.mt (TM_FILE): Update.
1217 * config/sh/embed.mt (TM_FILE): Update.
1218 * config/s390/s390.mt (TM_FILE): Update.
1219 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
1220 * config/rs6000/rs6000.mt (TM_FILE): Update.
1221 * config/rs6000/aix4.mt (TM_FILE): Update.
1222 * config/powerpc/vxworks.mt (TM_FILE): Update.
1223 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
1224 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
1225 * config/powerpc/obsd.mt (TM_FILE): Update.
1226 * config/powerpc/nbsd.mt (TM_FILE): Update.
1227 * config/powerpc/linux.mt (TM_FILE): Update.
1228 * config/powerpc/aix.mt (TM_FILE): Update.
1229 * config/pa/obsd.mt (TM_FILE): Update.
1230 * config/pa/linux.mt (TM_FILE): Update.
1231 * config/pa/hppahpux.mt (TM_FILE): Update.
1232 * config/pa/hppa64.mt (TM_FILE): Update.
1233 * config/pa/hppa.mt (TM_FILE): Update.
1234 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
1235 * config/mips/wince.mt (TM_FILE): Update.
1236 * config/mips/vxmips.mt (TM_FILE): Update.
1237 * config/mips/nbsd.mt (TM_FILE): Update.
1238 * config/mips/linux.mt (TM_FILE): Update.
1239 * config/mips/irix6.mt (TM_FILE): Update.
1240 * config/mips/irix5.mt (TM_FILE): Update.
1241 * config/mips/embed.mt (TM_FILE): Update.
1242 * config/m68k/vxworks68.mt (TM_FILE): Update.
1243 * config/m68k/st2000.mt (TM_FILE): Update.
1244 * config/m68k/os68k.mt (TM_FILE): Update.
1245 * config/m68k/obsd.mt (TM_FILE): Update.
1246 * config/m68k/nbsd.mt (TM_FILE): Update.
1247 * config/m68k/monitor.mt (TM_FILE): Update.
1248 * config/m68k/linux.mt (TM_FILE): Update.
1249 * config/m68k/cisco.mt (TM_FILE): Update.
1250 * config/ia64/linux.mt (TM_FILE): Update.
1251 * config/ia64/aix.mt (TM_FILE): Update.
1252 * config/ia64/ia64.mt (TM_FILE): Update.
1253 * config/i386/vxworks.mt (TM_FILE): Update.
1254 * config/i386/obsd64.mt (TM_FILE): Update.
1255 * config/i386/obsd.mt (TM_FILE): Update.
1256 * config/i386/nto.mt (TM_FILE): Update.
1257 * config/i386/nbsd64.mt (TM_FILE): Update.
1258 * config/i386/nbsd.mt (TM_FILE): Update.
1259 * config/i386/linux64.mt (TM_FILE): Update.
1260 * config/i386/linux.mt (TM_FILE): Update.
1261 * config/i386/i386sol2.mt (TM_FILE): Update.
1262 * config/i386/i386lynx.mt (TM_FILE): Update.
1263 * config/i386/fbsd64.mt (TM_FILE): Update.
1264 * config/i386/fbsd.mt (TM_FILE): Update.
1265 * config/i386/cygwin.mt (TM_FILE): Update.
1266 * config/h8300/h8300.mt (TM_FILE): Update.
1267 * config/frv/frv.mt (TM_FILE): Update.
1268 * config/cris/cris.mt (TM_FILE): Update.
1269 * config/arm/wince.mt (TM_FILE): Update.
1270 * config/arm/nbsd.mt (TM_FILE): Update.
1271 * config/arm/linux.mt (TM_FILE): Update.
1272 * config/arm/embed.mt (TM_FILE): Update.
1273 * config/alpha/nbsd.mt (TM_FILE): Update.
1274 * config/alpha/fbsd.mt (TM_FILE): Update.
1275 * config/alpha/alpha.mt (TM_FILE): Update.
1276 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
1277 * config/alpha/alpha-linux.mt (TM_FILE): Update.
1278
1279 Eliminate event_loop_p, always has the value 1.
1280 * defs.h (event_loop_p): Delete macro.
1281 * breakpoint.c (until_break_command): Simplify.
1282 * utils.c (prompt_for_continue): Simplify.
1283 * tracepoint.c (read_actions): Simplify.
1284 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
1285 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
1286 (set_prompt, init_main): Simplify.
1287 (init_signals, disconnect): Delete, unused.
1288 * remote.c (remote_async_resume)
1289 (extended_remote_async_create_inferior): Simplify.
1290 * mi/mi-interp.c (mi_input): Delete, unused.
1291 (mi_interpreter_resume, mi_command_loop): Simplify.
1292 * interps.c (current_interp_command_loop): Simplify.
1293 * infrun.c (proceed): Simplify.
1294 * infcmd.c (run_command, continue_command, step_1, jump_command)
1295 (until_command, advance_command, finish_command)
1296 (interrupt_target_command): Simplify.
1297 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
1298
1299 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1300 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1301 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1302 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1303 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1304 * mips-tdep.c (mips_dump_tdep): Do not print same.
1305
1306 2004-09-12 Andrew Cagney <cagney@gnu.org>
1307
1308 * valprint.c (print_longest): Use fputs_filtered. Make "val"
1309 const.
1310 * Makefile.in (valprint.o): Delete explict rule.
1311
1312 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
1313 reported by Dave Anderson.
1314
1315 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
1316
1317 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
1318
1319 2004-09-12 Salvador E. Tropea <set@users.sf.net>
1320 Andrew Cagney <cagney@gnu.org>
1321
1322 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
1323 (mi_cmd_data_list_register_values)
1324 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
1325 the register number computation.
1326
1327 2004-09-12 Andrew Cagney <cagney@gnu.org>
1328
1329 * ppcnbsd-nat.c: Include "inf-ptrace.h".
1330 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
1331 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
1332 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
1333 target.
1334 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
1335 inf-ptrace.o and inf-child.o.
1336 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
1337 * Makefile.in: Update dependencies.
1338
1339 2004-09-11 Andrew Cagney <cagney@gnu.org>
1340
1341 * language.c (hex_string, hex_string_custom): Move from here ...
1342 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1343 (CELLSIZE): Increase to 50.
1344 * language.h (hex_string, hex_string_custom): Move from here ...
1345 * defs.h: ... to here.
1346 * Makefile.in: Update all dependencies.
1347
1348 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
1349
1350 * language.c (local_hex_format_custom): Remove.
1351 (local_hex_string): Rename to hex_string, use C format, and move to
1352 utils.c
1353 (local_hex_string_custom): Rename to hex_string_custom and change
1354 interface. Now uses C format. Move to utils.c
1355 (local_octal_format_custom): Remove.
1356 (local_decimal_format_custom): Remove.
1357 (unknown_language_defn): Remove language-specific number
1358 formatting entries.
1359 (auto_language_defn): Ditto.
1360 (local_language_defn): Ditto.
1361 * language.h (struct language_format_info): Delete declaration.
1362 (struct language_defn): Remove language_format_info fields
1363 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1364 (local_binary_format): Remove macro.
1365 (local_binary_format_prefix): Remove macro.
1366 (local_binary_format_specifier): Remove macro.
1367 (local_binary_format_suffix): Remove macro.
1368 (local_octal_format): Remove macro.
1369 (local_octal_format_prefix): Remove macro.
1370 (local_octal_format_specifier): Remove macro.
1371 (local_octal_format_suffix): Remove macro.
1372 (local_decimal_format): Remove macro.
1373 (local_decimal_format_prefix): Remove macro.
1374 (local_decimal_format_specifier): Remove macro.
1375 (local_decimal_format_suffix): Remove macro.
1376 (local_hex_format): Remove macro.
1377 (local_hex_format_prefix): Remove macro.
1378 (local_hex_format_specifier): Remove macro.
1379 (local_hex_format_suffix): Remove macro.
1380 (local_decimal_format_custom): Remove.
1381 (local_octal_format_custom): Remove.
1382 (local_hex_format_custom): Remove.
1383 (local_hex_string): Rename to hex_string and move to defs.h.
1384 (local_hex_string_custom): Rename to hex_string_custom, change
1385 interface, and move to defs.h.
1386 * utils.c: (int_string): New function.
1387 (hex_string): New function (from language.c).
1388 (hex_string_custom): New function (from language.c).
1389 (octal2str): New function.
1390 (decimal2str): Add width parameter.
1391 (paddr_u): Use new decimal2str interface.
1392 (paddr_d): Ditto.
1393 * defs.h (hex_string): Declare.
1394 (hex_string_custom): Declare.
1395 (int_string): Declare.
1396 * printcmd.c (print_scalar_formatted): Remove localized binary
1397 formatting.
1398 * valprint.c (print_longest): Use int_string.
1399 (print_floating): Use C hex format.
1400 (print_hex_chars): Ditto.
1401 (print_binary_chars): Remove language-specific formatting.
1402 (print_octal_chars): Use C octal format.
1403 (print_decimal_chars): Delocalize format.
1404 (print_decimal): Remove.
1405 * ada-lang.c (ada_language_defn): Remove language-specific number
1406 formatting entries.
1407 * p-lang.c (pascal_language_defn): Ditto.
1408 * c-lang.c (c_language_defn): Ditto.
1409 (cplus_language_defn): Ditto.
1410 (asm_language_defn): Ditto.
1411 (minimal_language_defn): Ditto.
1412 * f-lang.c (f_language_defn): Ditto.
1413 * jv-lang.c (java_language_defn): Ditto.
1414 * m2-lang.c (m2_language_defn): Ditto.
1415 * scm-lang.c (scm_language_defn): Ditto.
1416 * objc-lang.c (objc_language_defn): Ditto.
1417 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1418 new interface.
1419 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1420 * ui-out.c (ui_out_field_core_addr): Ditto.
1421 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1422 * exec.c (print_section_info): Ditto.
1423 * i387-tdep.c (print_i387_status_word): Ditto.
1424 (print_i387_control_word): Ditto.
1425 (i387_print_float_info): Ditto.
1426 * maint.c (maint_print_section_info): Ditto.
1427 * solib.c (info_sharedlibrary_command): Ditto.
1428 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1429 * symtab.c (print_msymbol_info): Ditto.
1430 * tracepoint.c (tracepoints_info): Ditto.
1431 * solib-frv.c (lm_base): Ditto.
1432 (frv_current_sos): Ditto.
1433 (enable_break2): Ditto.
1434 (enable_break): Ditto.
1435 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1436 (process_one_symbol): Ditto.
1437 * infcmd.c (program_info): Ditto.
1438 * mdebugread.c (parse_partial_symbols): Ditto.
1439 * symfile.c (add_symbol_file_command): Ditto.
1440 * cli/cli-cmds.c (edit_command): Ditto.
1441 (list_command): Ditto.
1442 * infcall.c (call_function_by_hand): Ditto.
1443 * remote-vx.c (vx_run_files_info): Ditto.
1444 (vx_wait): Ditto.
1445 (vx_attach): Ditto.
1446 (vx_detach): Ditto.
1447 (vx_kill): Ditto.
1448 * aix-thread.c (pdc_symbol_addrs): Ditto.
1449 (pdc_read_regs): Ditto.
1450 (pdc_write_regs): Ditto.
1451 (pdc_read_data): Ditto.
1452 (pdc_write_data): Ditto.
1453 * d10v-tdep.c (display_trace): Ditto.
1454 * rs6000-nat.c (find_toc_address): Ditto.
1455 * aix-thread.c: Don't include language.h.
1456 * buildsym.c: Ditto.
1457 * dbxread.c: Ditto.
1458 * mdebugread.c: Ditto.
1459 * rs6000-nat.c: Ditto.
1460 * buildsym.c (make_blockvector): Use renamed hex_string.
1461
1462 2004-09-10 Jason Molenda (jmolenda@apple.com)
1463
1464 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1465 chars after 'if' or 'while' commands in user-defined commands.
1466
1467 2004-09-08 Jim Blandy <jimb@redhat.com>
1468
1469 Fix bug reported and analyzed by Olivier Crete:
1470 * symfile.c (copy_section_addr_info): New function.
1471 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1472 original set of address arguments, instead of handwritten code
1473 that uses one length to allocate and a different length to
1474 initialize. Use make_cleanup_free_section_addr_info.
1475 * symfile.h (copy_section_addr_info): New declaration.
1476 * utils.c: #include "symfile.h".
1477 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1478 New functions.
1479 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1480 * Makefile.in (utils.o): Update dependencies.
1481
1482 2004-09-08 Andrew Cagney <cagney@gnu.org>
1483
1484 * thread-db.c (keep_thread_db): Delete.
1485 (thread_db_new_objfile, thread_db_create_inferior)
1486 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1487
1488 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1489
1490 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1491 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1492 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1493 (i386_frameless_signal_p): Remove prototype.
1494 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1495 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1496 I386_SSE_NUM_REGS.
1497 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1498 instead of FP0_REGNUM.
1499 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1500 of FP0_REGNUM and FPC_REGNUM.
1501
1502 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1503 (sunos_solib_create_inferior_hook): Don't call
1504 sunos_relocate_main_executable.
1505
1506 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1507 solib_svr4_fetch_link_map_offsets to
1508 svr4_ilp32_fetch_link_map_offsets.
1509 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1510 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1511 svr4_ilp32_fetch_link_map_offsets.
1512 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1513
1514 2004-09-07 Jim Blandy <jimb@redhat.com>
1515
1516 * frame.h (frame_register): Doc fix.
1517
1518 2004-09-07 Andrew Cagney <cagney@gnu.org>
1519
1520 * vx-share/wait.h: Delete #ifdef USG.
1521 * utils.c (request_quit): Ditto.
1522 * tui/tui.c (tui_reset): Ditto.
1523 * remote.c: Ditto.
1524 * remote-sds.c: Ditto.
1525 * remote-rdi.c: Ditto.
1526 * mdebugread.c: Ditto.
1527 * m68klinux-nat.c: Ditto.
1528 * infttrace.c: Ditto.
1529 * infptrace.c: Ditto.
1530 * i386v-nat.c: Ditto.
1531 * exec.c: Ditto.
1532 * dbxread.c: Ditto.
1533 * core-aout.c: Ditto.
1534
1535 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1536
1537 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1538 heuristic_proc_desc.
1539 (mips_insn32_frame_cache): Likewise.
1540
1541 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1542
1543 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1544 left behind by error.
1545
1546 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1547
1548 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1549 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1550
1551 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1552
1553 * config/rs6000/xm-aix4.h: Remove this file.
1554 * config/rs6000/aix4.mh (XM_FILE): Delete.
1555
1556 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1557
1558 * config/rs6000/xm-rs6000.h: Remove this file.
1559 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1560
1561 2004-09-03 Andrew Cagney <cagney@gnu.org>
1562
1563 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1564 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1565 only use.
1566
1567 * mips-tdep.c (temp_saved_regs): Delete.
1568 (set_reg_offset): Replace saved_regs parameter with this_cache.
1569 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1570 (mips32_heuristic_proc_desc): Add this_cache parameter.
1571 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1572 (after_prologue): Pass a NULL this_cache.
1573
1574 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1575 non-kernel trap prologues.
1576
1577 * mips-tdep.c (find_proc_desc): Delete function.
1578 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1579 simplify.
1580 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1581 mips_insn32_frame_cache.
1582
1583 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1584 Simplify as NEXT_FRAME is NULL.
1585 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1586
1587 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1588 local variable.
1589 (mips_skip_prologue): Update.
1590
1591 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1592 "cur_frame" parameter.
1593 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1594 (mips_insn32_frame_cache, find_proc_desc): Update
1595
1596 * config/vax/nm-obsd.h: Delete file.
1597 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1598 * config/vax/nm-nbsd.h: Delete file.
1599 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1600 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1601 * config/sh/nm-nbsd.h: Delete file.
1602 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1603 * config/rs6000/nm-rs6000ly.h: Delete file.
1604 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1605 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1606 * config/powerpc/nm-obsd.h: Delete file.
1607 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1608 * config/powerpc/nm-nbsd.h: Delete file.
1609 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1610 * config/pa/nm-obsd.h: Delete file.
1611 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1612 * config/mips/nm-nbsd.h: Delete file.
1613 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1614 * config/m88k/nm-obsd.h: Delete file.
1615 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1616 * config/m68k/nm-nbsd.h: Delete file.
1617 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1618 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1619 * config/i386/nm-nbsd.h: Delete file.
1620 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1621 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1622 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1623 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1624 * config/i386/nm-i386lynx.h: Delete file.
1625 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1626 * config/arm/nm-nbsd.h: Delete file.
1627 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1628 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1629
1630 * config/i386/tm-fbsd.h: Delete file.
1631 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1632 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1633
1634 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1635 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1636 * config/rs6000/aix4.mt (TM_FILE): Set to
1637 config/rs6000/tm-rs6000.h.
1638 * config/powerpc/tm-ppc-aix.h: Delete file.
1639 * config/powerpc/aix.mt (TM_FILE): Set to
1640 config/rs6000/tm-rs6000.h.
1641 * config/m68k/tm-linux.h: Delete file.
1642 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1643 * config/i386/tm-linux64.h: Delete file.
1644 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1645 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1646
1647 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1648 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1649 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1650 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1651 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1652 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1653 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1654 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1655 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1656
1657 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1658 gdb_host_cpu.
1659
1660 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1661
1662 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1663 Minor reformatting. Some code factoring.
1664
1665 2004-09-02 Andrew Cagney <cagney@gnu.org>
1666
1667 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1668 * config/vax/tm-nbsd.h: Delete file.
1669 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1670 * config/sparc/tm-vxworks.h: Delete file.
1671 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1672 * config/sparc/tm-nbsd.h: Delete file.
1673 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1674 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1675 * config/sparc/tm-linux.h: Delete file.
1676 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1677 * config/s390/tm-linux.h: Delete file.
1678 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1679 * config/pa/tm-bsd.h: Delete file.
1680 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1681 * config/m68k/tm-obsd.h: Delete file.
1682 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1683 * config/m68k/tm-nbsd.h: Delete file.
1684 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1685 * config/i386/tm-vxworks.h: Delete file.
1686 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1687 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1688 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1689 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1690 * config/i386/tm-nbsd.h: Delete file.
1691 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1692 * config/i386/tm-i386lynx.h: Delete file.
1693 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1694 * config/cris/tm-cris.h: Delete file.
1695
1696 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1697 * configure: Re-generate.
1698 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1699 * config/arm/tm-nbsd.h: Delete file.
1700
1701 * config/powerpc/tm-ppcle-sim.h: Delete.
1702 * config/powerpc/tm-ppcle-eabi.h: Delete.
1703 * config/powerpc/tm-nbsd.h: Delete.
1704 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1705 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1706 tm-ppcle-eabi.h.
1707
1708 * config/i386/nto.mh (NAT_FILE): Delete.
1709 * config/i386/nm-nto.h: Delete.
1710
1711 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1712 * config/m68k/tm-os68k.h: Ditto.
1713 * config/m68k/tm-monitor.h: Ditto.
1714 * config/m68k/tm-cisco.h: Ditto.
1715 * config/m68k/st2000.mt (TM_FILE): Delete.
1716 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1717 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1718 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1719 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1720
1721 * config/m68k/tm-st2000.h: Delete.
1722 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1723 * config/sparc/fbsd.mt (TM_FILE): Delete.
1724 * config/sparc/tm-fbsd.h: Delete.
1725
1726 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1727 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1728 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1729
1730 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1731 GDB_TM_FILE and GDB_XM_FILE.
1732 * gdbarch.c: Re-generate.
1733 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1734 quotes in macro definition.
1735 * configure.in: Re-generate.
1736
1737 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1738 validating architecture methods.
1739 * gdbarch.c: Re-generate.
1740
1741 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1742 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1743 GDB_MULTI_ARCH_PARTIAL.
1744 * gdbarch.h: Re-generate.
1745
1746 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1747 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1748 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1749 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1750 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1751 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1752 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1753 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1754 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1755 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1756 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1757 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1758
1759 2004-09-01 Andrew Cagney <cagney@gnu.org>
1760
1761 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1762 and main_func_highpc.
1763 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1764 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1765 * nlmread.c (nlm_symfile_read): Update.
1766
1767 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1768
1769 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1770 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1771 (find_proc_desc): Remove dead code.
1772
1773 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1774
1775 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1776
1777 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1778
1779 * observer.sh: Add struct so_list declaration.
1780 * Makefile.in: Add dependencies on observer.h for solib.c and
1781 breakpoint.c.
1782 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1783 function.
1784 (_initialize_breakpoint): Register
1785 disable_breakpoints_in_unloaded_shlib as an observer of the
1786 "solib unloaded" observation event.
1787 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1788 call decode_line_1 so unfound breakpoint errors are silent.
1789 * solib.c (update_solib_list): When a solib is discovered to have
1790 been unloaded by the program, notify all observers of the
1791 "solib unloaded" observation event.
1792
1793 2004-09-01 Andrew Cagney <cagney@gnu.org>
1794
1795 * frame.c: Include "objfiles.h".
1796 (inside_main_func): New function.
1797 (get_prev_frame): Use new inside_main_func.
1798 * Makefile.in (frame.o): Update dependencies.
1799 * defs.h (inside_main_func): Delete declaration.
1800 * blockframe.c (inside_main_func): Delete function.
1801
1802 2004-08-31 Jim Blandy <jimb@redhat.com>
1803
1804 * dwarf2read.c (is_vtable_name): New function, based on logic from
1805 read_structure_type, but passing the correct length to strncmp,
1806 and using 'sizeof' instead of 'strlen'.
1807 (read_structure_type): Call it.
1808
1809 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1810
1811 * config/powerpc/aix.mh: Add comment.
1812
1813 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1814
1815 * MAINTAINERS: Add self to Write-After-Approval.
1816
1817 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1818
1819 * MAINTAINERS: Add self to Write-After-Approval.
1820
1821 2004-08-30 Andrew Cagney <cagney@gnu.org>
1822
1823 Fix PR breakpoints/1757.
1824 * infrun.c (struct execution_control_state): Replace
1825 remove_breakpoints_on_following_step with
1826 step_after_step_resume_breakpoint.
1827 (init_execution_control_state): Update.
1828 (handle_inferior_event): For signals, when stepping off a
1829 breakpoint, set step_after_step_resume_breakpoint. When
1830 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1831 (keep_going): Delete code handling
1832 remove_breakpoints_on_following_step.
1833
1834 2004-08-29 David Lecomber <david@streamline-computing.com>
1835
1836 Fix PR gdb/648
1837 * language.h (enum array_ordering): New enum.
1838 * language.h (struct language_defn): New la_array_ordering
1839 attribute.
1840 * language.c (unknown_language_defn, auto_language_defn)
1841 (local_language_defn): Ditto.
1842 * ada-lang.c (ada_language_defn): Ditto.
1843 * c-lang.c (c_language_defn, cplus_language_defn)
1844 (asm_language_defn, minimal_language_defn): Ditto.
1845 * f-lang.c (f_language_defn): Ditto.
1846 * jv-lang.c (java_language_defn): Ditto.
1847 * m2-lang.c (f_language_defn): Ditto.
1848 * objc-lang.c (objc_language_defn): Ditto.
1849 * p-lang.c (pascal_language_defn): Ditto.
1850 * scm-lang.c (scm_language_defn): Ditto.
1851 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1852 oriented large to small in type structure.
1853 * dwarf2read.c (read_array_order): New function.
1854 (read_array_type): Use read_array_order to check row/column
1855 major ordering.
1856
1857 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1858
1859 * target.c (target_resize_to_sections): Check
1860 current_target.to_sections for an old value when updating.
1861
1862 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1863
1864 * procfs.c (dbx_link_bpt_addr): New static global variable.
1865 (dbx_link_shadow_contents): New static global variable.
1866 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1867 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1868 if we just hit it.
1869 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1870 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1871 from run to run.
1872 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1873 after the inferior has been forked.
1874 (remove_dbx_link_breakpoint): New function.
1875 (dbx_link_addr): New function.
1876 (insert_dbx_link_bpt_in_file): New function.
1877 (insert_dbx_link_bpt_in_region): New function.
1878 (insert_dbx_link_breakpoint): New function.
1879 (proc_trace_syscalls_1): New function, extracted from
1880 proc_trace_syscalls.
1881 (proc_trace_syscalls): Replace extract code by call to
1882 proc_trace_syscalls_1.
1883 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1884 is no longer valid.
1885
1886 2004-08-25 Jim Blandy <jimb@redhat.com>
1887
1888 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1889
1890 2004-08-25 Andrew Cagney <cagney@gnu.org>
1891
1892 * infrun.c (struct execution_control_state): Delete field
1893 "stepping_through_sigtramp".
1894 (init_execution_control_state): Do not set same.
1895 (context_switch): Do not pass same to save_infrun_state and
1896 load_infrun_state.
1897 * gdbthread.h (struct thread_info): Delete field
1898 stepping_through_sigtramp.
1899 (save_infrun_state, load_infrun_state): Delete parameter
1900 stepping_through_sigtramp.
1901 * thread.c (load_infrun_state, save_infrun_state): Update.
1902
1903 * infrun.c: Re-indent. Move expression operators to the beginning
1904 of the line. Remove long disabled #if 0 code.
1905
1906 2004-08-24 Andrew Cagney <cagney@gnu.org>
1907
1908 * doublest.h (floatformat_ieee_quad): Rename
1909 floatformat_ia64_quad.
1910 * doublest.c (floatformat_ieee_quad): Rename
1911 floatformat_ia64_quad.
1912 (_initialize_doublest): Update.
1913
1914 2004-08-24 Jim Blandy <jimb@redhat.com>
1915
1916 * dwarf2expr.h (struct dwarf_expr_context): New members
1917 'num_pieces' and 'pieces', for returning the result of an
1918 expression that uses DW_OP_piece.
1919 (struct dwarf_expr_piece): New struct type.
1920 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1921 pieces.
1922 (free_dwarf_expr_context): Free pieces, if any.
1923 (add_piece): New function.
1924 (execute_stack_op): Implement DW_OP_piece.
1925 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1926 expression is a list of pieces, print an error message.
1927 (dwarf2_loc_desc_needs_frame): If the expression yields
1928 pieces, and any piece is in a register, then we need a frame.
1929
1930 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1931 the stack until we've decided what sort of result the evaluation
1932 has produced. Use separate variables, with more specific names.
1933
1934 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1935
1936 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1937 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1938 (arm_netbsd_init_abi_common): Register them.
1939
1940 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1941
1942 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1943
1944 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1945 safe_frame_unwind_memory instead of target_read_memory.
1946
1947 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1948 Reorder includes.
1949 (fetch_register, store_register): Remove prototypes.
1950 (child_resume): Reorganize code and comments such that it is
1951 grouped a bit more logically.
1952 (attach): Explicitly compare errno against 0.
1953 (detach): Likewise. Use perror_with_name instead of
1954 print_sys_errmsg.
1955 * Makefile.in (infptrace.o): Update dependencies.
1956
1957 * ia64-linux-nat.c: Update copyright year.
1958 (fetch_debug_register, store_debug_register)
1959 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1960 PTRACE_TYPE_ARG3.
1961 * config/ia64/nm-linux.h: Update copyright year.
1962 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1963
1964 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1965 from CORE_ADDR to struct frame_info *. Use
1966 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1967 (amd64_linux_sigtramp_p): Adjust for changed signature of
1968 and64_linux_sigtramp_start
1969
1970 * gdb_ptrace.h: GNU/Linux.
1971
1972 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1973 Remove defines.
1974
1975 * infptrace.c: Include "gdb_assert.h".
1976 (PTRACE_XFER_TYPE): Remove define.
1977 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1978 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1979 Tweak comment.
1980 (fetch_inferior_registers, store_inferior_registers): Remove
1981 redundant culry braces. Tweak comment. s/regno/regnum.
1982 * Makefile.in (infptrace.o): Update dependencies.
1983
1984 * configure.in: Change test for return type of ptrace to default
1985 to `long' instead of `int'.
1986 * configure: Regenerate.
1987
1988 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1989
1990 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1991
1992 * configure.in: Check for ttrace function.
1993 * configure, config.in: Regenerate.
1994
1995 * gdb_ptrace.h: New file.
1996 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1997 <sys/ptrace.h>.
1998 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1999 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2000 (attach): Don't define PT_ATTACH.
2001 (detach): Don't define PT_DETACH.
2002 * Makefile.in (gdb_ptrace_h): New variable.
2003 (infptrace.o): Update dependencies.
2004
2005 2004-08-16 Mark Kettenis <kettenis@gnu.org>
2006
2007 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2008 instead of `int' if not already defined.
2009 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
2010 PTRACE_TYPE_ARG3.
2011 * infptrace.c (call_ptrace): Revert change that replaced
2012 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2013
2014 2004-08-15 Mark Kettenis <kettenis@gnu.org>
2015
2016 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2017 Remove defines.
2018
2019 * linux-nat.c (kill_inferior): Add missing third and fourth
2020 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
2021
2022 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
2023 PTRACE_TYPE_RET.
2024
2025 * proc-why.c (proc_prettyfprint_why): Fix format string.
2026
2027 * solib-osf.c (osf_current_sos): Remove unsused label.
2028
2029 * configure.in: Add <ncurses/ncurses.h> to the list of possible
2030 curses headers.
2031 * configure, config.in: Regenerate.
2032 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
2033 <ncurses/ncurses.h>.
2034
2035 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
2036 * config/nm-nbsd.h: Update copyright year.
2037 (PTRACE_ARG3_TYPE): Remove define.
2038
2039 * sparc-nat.c (fetch_inferior_registers)
2040 (store_inferior_registers, sparc_xfer_wcookie):
2041 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2042
2043 * alphabsd-nat.c (fetch_inferior_registers):
2044 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2045 PTRACE_TYPE_ARG3.
2046 * amd64bsd-nat.c (fetch_inferior_registers)
2047 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2048 PTRACE_TYPE_ARG3.
2049 * armnbsd-nat.c: Update copyright year.
2050 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
2051 (store_register, store_regs, store_fp_register, store_fp_regs):
2052 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2053 * hppabsd-nat.c (fetch_inferior_registers)
2054 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2055 PTRACE_TYPE_ARG3.
2056 * i386bsd-nat.c (fetch_inferior_registers)
2057 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
2058 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2059 * m68kbsd-nat.c (fetch_inferior_registers)
2060 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2061 PTRACE_TYPE_ARG3.
2062 * m88kbsd-nat.c (fetch_inferior_registers)
2063 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2064 PTRACE_TYPE_ARG3.
2065 * mipsnbsd-nat.c: Update copyright year.
2066 (fetch_inferior_registers, store_inferior_registers):
2067 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2068 * ns32knbsd-nat.c: Update copyright year.
2069 (fetch_inferior_registers, store_inferior_registers):
2070 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2071 * ppcnbsd-nat.c (fetch_inferior_registers):
2072 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2073 PTRACE_TYPE_ARG3.
2074 * ppcobsd-nat.c (fetch_inferior_registers):
2075 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2076 PTRACE_TYPE_ARG3.
2077 * shnbsd-nat.c: Update copyright year.
2078 (fetch_inferior_registers, store_inferior_registers):
2079 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2080 * vaxbsd-nat.c (fetch_inferior_registers)
2081 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2082 PTRACE_TYPE_ARG3.
2083
2084 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
2085 PTRACE_TYPE_ARG3.
2086 * infptrace.c (call_ptrace, child_resume, attach, detach)
2087 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
2088 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2089 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
2090 PTRACE_TYPE_ARG3.
2091
2092 2004-08-14 Mark Kettenis <kettenis@gnu.org>
2093
2094 * defs.h: Remove out-of-date comment.
2095 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
2096 [!GETENV_PROVIDED] (getenv): Remove prototype.
2097
2098 * standalone.c: Remove file.
2099 * Makefile.in (standalone.o): Remove dependency.
2100
2101 * i386-linux-nat.c (dummy_sse_values): Remove function and
2102 prototype.
2103 (i386_linux_dr_get): Fix typo in comment.
2104 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
2105
2106 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
2107
2108 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2109 from declaration.
2110 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2111 from definition.
2112
2113 2004-08-13 Mark Kettenis <kettenis@gnu.org>
2114
2115 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
2116 parenthesis in definition.
2117 * configure: Regenerated.
2118
2119 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
2120
2121 * PROBLEMS: Mention build/1411.
2122
2123 2004-08-09 Robert Millan <robertmh@gnu.org>
2124
2125 Committed by Nathanael Nerode.
2126 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
2127 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
2128
2129 2004-08-12 Andrew Cagney <cagney@gnu.org>
2130
2131 * NEWS: Mention fixes in GDB 6.2.1.
2132 * PROBLEMS: Remove mention of mips-irix.
2133
2134 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2135
2136 * config/powerpc/xm-aix.h: Delete.
2137 * config/powerpc/aix.mh (MH_FILE): Remove.
2138 * config/powerpc/aix432.mh (MH_FILE): Remove.
2139
2140 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2141
2142 * config/powerpc/aix.mh: Remove obsolete comment.
2143 * config/powerpc/aix432.mh: Likewise.
2144
2145 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2146
2147 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
2148
2149 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2150
2151 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
2152 this file is now empty.
2153 * config/xm-aix4.h: Remove, this file is no longer included
2154 anywhere.
2155
2156 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2157
2158 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
2159 that file is now empty.
2160 (termdef): Remove prototype, function no longer used.
2161
2162 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2163
2164 * doc/gdbint.texinfo (Host Definition): Remove documentation
2165 for USE_O_NOCTTY, no longer used.
2166 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
2167 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
2168
2169 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2170
2171 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
2172 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
2173 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
2174
2175 2004-08-11 Mark Kettenis <kettenis@gnu.org>
2176
2177 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
2178 instead of FIVE_ARG_PTRACE.
2179
2180 * inflow.c (O_NOCTTY): Define to zero if not already defined.
2181 (new_tty): Use O_NOCTTY unconditionally.
2182
2183 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2184
2185 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
2186 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
2187 fflush on stdout.
2188
2189 2004-08-10 Joel Brobecker <brobecker@gnat.com>
2190
2191 * xcoff_symfile_finish: Replace last call to xmfree by call
2192 to xfree.
2193
2194 2004-08-10 Andrew Cagney <cagney@gnu.org>
2195
2196 * main.c (captured_main): Delete call to init_malloc.
2197 * defs.h (init_malloc): Delete declaration.
2198 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
2199 (init_malloc): Delete functions.
2200
2201 * defs.h (xmfree): Delete.
2202 * utils.c (xmfree): Delete function.
2203 (xfree): Inline calls to xmfree and mfree.
2204 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
2205 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
2206 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
2207 * somread.c (som_symfile_finish): Ditto.
2208 * objfiles.c (allocate_objfile, free_objfile):
2209 * nlmread.c (nlm_symfile_finish): Ditto.
2210 * hpread.c (hpread_symfile_finish): Ditto.
2211 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
2212 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
2213 * coffread.c (coff_symfile_finish): Ditto.
2214
2215 * defs.h (xmcalloc): Delete declaration.
2216 * utils.c (xmcalloc): Delete.
2217 (xcalloc): Inline calls to xmcalloc and mcalloc.
2218 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
2219 xcalloc and xfree.
2220 * symtab.c (create_demangled_names_hash): Ditto.
2221
2222 * defs.h (xmrealloc): Delete.
2223 * utils.c (xmrealloc): Delete.
2224 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
2225 * symmisc.c (extend_psymbol_list): Use xrealloc.
2226 * source.c (find_source_lines): Ditto.
2227 * hpread.c (hpread_lookup_type): Ditto.
2228 * dbxread.c (add_bincl_to_list): Ditto.
2229
2230 * utils.c (xmmalloc): Delete.
2231 (xmalloc): Inline xmmalloc and mmalloc calls.
2232 (msavestring): Use xmalloc.
2233 * defs.h (xmmalloc): Delete declaration.
2234 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
2235 xmmalloc.
2236 * symmisc.c (extend_psymbol_list): Ditto.
2237 * symfile.c (init_psymbol_list): Ditto.
2238 * source.c (find_source_lines): Ditto.
2239 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
2240 * elfread.c (elf_symtab_read): Ditto.
2241 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
2242 * coffread.c (coff_symfile_init): Ditto.
2243
2244 2004-08-10 David Carlton <carlton@bactrian.org>
2245
2246 * MAINTAINERS: Remove David Carlton from c++ testsuite
2247 maintainers.
2248
2249 2004-08-10 Jerome Guitton <guitton@gnat.com>
2250
2251 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
2252 print a line feed before the prompt.
2253
2254 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2255
2256 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
2257
2258 2004-08-09 Joel Brobecker <brobecker@gnat.com>
2259
2260 General cleanup of the AIX xm include file:
2261 * config/xm-aix4.h (fd_set): Remove undefine.
2262 Remove include of <sys/select.h>.
2263 (HAVE_TERMIO): Remove define.
2264 (USG): Likewise.
2265 (NULL): Remove redefine.
2266 (alloca): Remove #pragma.
2267 (vfork): Remove define.
2268 (termdef): Remove.
2269 (SIGWINCH_HANDLER): Remove.
2270 (SIGWINCH_HANDLER_BODY): Remove.
2271
2272 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2273
2274 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
2275 GDB_OSABI_OPENBSD_ELF.
2276
2277 2004-08-07 Robert Millan <robertmh@gnu.org>
2278
2279 * bsd-kvm.c: Check for nlist.h before including it.
2280
2281 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2282
2283 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
2284 sigcontext' offset consistency checks for ancient BSD.
2285
2286 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
2287
2288 * configure.in: Check for <sys/types.h>. Check return and
2289 argument types of ptrace.
2290 * configure, config.in: Regenerate.
2291
2292 2004-08-09 Jim Blandy <jimb@redhat.com>
2293
2294 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
2295 rs6000_register_sim_regno): Doc fixes.
2296
2297 2004-08-08 Joel Brobecker <brobecker@gnat.com>
2298
2299 * mips-tdep.c: Include "floatformat.h".
2300 (n32n64_floatformat_always_valid): New function.
2301 (floatformat_n32n64_long_double_big): New constant.
2302 (mips_gdbarch_init): Set size and format of long double
2303 for N32 and N64 ABIs.
2304 * Makefile.in (mips-tdep.o): Update dependencies.
2305
2306 2004-08-08 Andrew Cagney <cagney@gnu.org>
2307
2308 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
2309 print. Improve script's error messages.
2310 * gdbarch.h: Re-generate.
2311
2312 * gdbarch.sh (pformat): New function.
2313 (float_format, double_format, long_double_format): List with bit
2314 members. Use pformat when printing.
2315 * gdbarch.c, gdbarch.h: Re-generate.
2316
2317 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
2318
2319 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
2320 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
2321 (ppcnbsd_supply_pcb): New function.
2322 (_initialize_ppcnbsd_nat): New prototype and function.
2323 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2324 (LOADLIBES): New variable.
2325 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
2326
2327 2004-08-08 Andrew Cagney <cagney@gnu.org>
2328
2329 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
2330 (builtin_type_ieee_double, builtin_type_ia64_quad)
2331 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
2332 BE/LE floating-point types.
2333 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
2334 (builtin_type_ieee_double, builtin_type_ia64_quad)
2335 (builtin_type_ia64_spill): Declare.
2336 * doublest.c (_initialize_doublest, floatformat_ieee_single)
2337 (floatformat_ieee_double, floatformat_arm_ext)
2338 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
2339 of LE/BE floatformats.
2340 * doublest.h: (struct floatformat, floatformat_ieee_single)
2341 (floatformat_ieee_double, floatformat_arm_ext)
2342 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
2343
2344 2004-08-08 Mark Kettenis <kettenis@gnu.org>
2345
2346 * i386gnu-nat.c (gnu_store_registers): Fix typo.
2347
2348 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
2349 instead of regcache_raw_supply when storing the registers.
2350
2351 * i386gnu-nat.c: Update copyright year.
2352 (gnu_store_registers): Don't use deprecated_registers and
2353 deprecated_registers_valid. Use regcache_valid_p and
2354 regcache_raw_supply instead.
2355
2356 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2357 frame_pc_unwind.
2358
2359 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2360 variables. Incapitalized "process".
2361
2362 * configure.in: Add cursesX to the list of possible curses libs.
2363 Add cursesX.h to the list of possible curses headers.
2364 * configure, config.in: Regenerate.
2365
2366 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2367
2368 * configure.in: Test for struct lwp in <sys/lwp.h>.
2369 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2370 the offset of l_addr in struct lwp.
2371
2372 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2373
2374 * bsd-kvm.c: Include "gdbcore.h"
2375 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2376
2377 2004-08-07 Andrew Cagney <cagney@gnu.org>
2378
2379 * gdbtypes.c (build_flt, build_complex): New functions.
2380 (gdbtypes_post_init): Use.
2381
2382 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2383
2384 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2385 through to builtin_type_uint128.
2386
2387 * c-exp.y: Use builtin_type function to obtain builtin types.
2388
2389 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2390 builtin_uint128.
2391 * gdbtypes.c (gdbtypes_post_init): Update.
2392 (build_gdbtypes): Move initialization of builtin_type_int0
2393 through to builtin_type_uint128 from here ...
2394 (_initialize_gdbtypes): ... to here.
2395 * d10v-tdep.c (d10v_register_type): Update.
2396
2397 * doublest.c: Update copyright.
2398 (floatformat_from_length): Call error when floatformat is NULL.
2399 (extract_floating_by_length): Remove NULL fmt check.
2400 (store_floating_by_length): Ditto.
2401
2402 2004-08-07 Andrew Cagney <cagney@gnu.org>
2403
2404 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2405 that the register is valid.
2406
2407 2004-08-05 Mark Kettenis <kettenis@chello.nl>
2408
2409 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2410 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2411 struct frame_info *. Use safe_frame_unwind_memory instead of
2412 deprecated_read_memory_nobpt.
2413 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2414 changed signature of i386_linux_sigtramp_start and
2415 i386_linux_rt_sigtramp_start.
2416
2417 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2418 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2419 instead of deprecated_read_memory_nobpt.
2420 (i386nbsd_sigtramp_p): Adjust for changed signature of
2421 i386nbsd_sigtramp_offset.
2422
2423 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2424 safe_frame_unwind_memory instead of target_read_memory.
2425
2426 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2427 !NO_SYS_FILE.
2428 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2429 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2430 (_initialize_kernel_u_addr): Remove prototype and function.
2431 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2432 !NO_SYS_FILE.
2433 * xcoffread.c: Likewise.
2434
2435 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2436
2437 * vax-nat.c: New file.
2438 * vaxbsd-nat.c: Tweak comment.
2439 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2440 vaxnbsd-tdep.c.
2441 (vax-nat.o): New dependency.
2442 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2443 (vax-*-ultrix2*): Remove.
2444 * config/vax/vax.mh: New file.
2445 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2446 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2447 (vax_register_u_addr): New prototype.
2448 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2449 * config/vax/vaxult2.mh: Remove file.
2450 * config/vax/vaxult.mh: Remove file.
2451 * config/vax/vaxbsd.mh: Remove file.
2452 * config/vax/vax.mt (TM_FILE): Remove.
2453 * config/vax/tm-vaxbsd.h: Remove file.
2454
2455 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2456
2457 * aix-thread.c (get_signaled_thread): New function.
2458 (iter_trap): Delete, no longer used.
2459 (iter_tid): New function.
2460 (pd_update): Find the thread that received the SIGTRAP signal
2461 by first locating the kernel thread, and then finding its
2462 associated thread.
2463
2464 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2465
2466 * lin-lwp.c (child_wait): Continue inferior after processing
2467 PTRACE_EVENT_CLONE event.
2468
2469 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2470
2471 * MAINTAINERS: Add self to Write-After-Approval.
2472
2473 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2474
2475 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2476 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2477
2478 2004-08-05 Andrew Cagney <cagney@gnu.org>
2479
2480 * config/xm-sysv4.h: Delete file.
2481 * config/mips/xm-irix5.h: Delete file.
2482 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2483 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2484 * config/ia64/xm-aix.h: Delete file.
2485 * config/ia64/aix.mh (XM_FILE): Delete.
2486 * config/pa/xm-hppah.h: Delete file.
2487 * config/pa/hpux11w.mh (XM_FILE): Delete.
2488 * config/pa/hpux11.mh (XM_FILE): Delete.
2489 * config/pa/hpux1020.mh (XM_FILE): Delete.
2490 * config/pa/hppahpux.mh (XM_FILE): Delete.
2491
2492 * config/alpha/xm-alphalinux.h: Delete file.
2493 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2494 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2495 * config/alpha/xm-alphaosf.h: Delete file.
2496 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2497 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2498 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2499 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2500
2501 * config/i386/xm-i386v.h: Delete file.
2502 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2503 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2504 * config/i386/xm-i386sco.h: Delete file.
2505 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2506 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2507 * config/i386/xm-i386v4.h: Delete file.
2508 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2509 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2510 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2511 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2512
2513 * config/vax/xm-vax.h: Delete file.
2514 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2515 * config/vax/xm-vaxult2.h: Delete file.
2516 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2517 * config/vax/vaxult2.mh (XM_FILE): Delete.
2518 * config/vax/xm-vaxult.h: Delete file.
2519 * config/vax/vaxult.mh (XM_FILE): Delete.
2520 * config/vax/xm-vaxbsd.h: Delete file.
2521 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2522
2523 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2524 * gdbarch.h, gdbarch.c: Re-generate.
2525 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2526 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2527 * frame.h: Delete deprecated_read_fp from comments.
2528 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2529 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2530
2531 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2532
2533 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2534 trampoline in OpenBSD 3.5-current.
2535
2536 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2537 SSE registers.
2538
2539 * Makefile.in: Remove embedded page breaks.
2540
2541 2004-08-04 Jim Blandy <jimb@redhat.com>
2542
2543 * regcache.c (regcache_raw_read): Assert that, after calling
2544 target_fetch_registers, the register we're reading is cached.
2545
2546 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2547 a call to 'internal_error', with a more helpful error message.
2548 * rs6000-tdep.c (e500_pseudo_register_read,
2549 e500_pseudo_register_write, rs6000_store_return_value): Same.
2550
2551 2004-08-04 Andrew Cagney <cagney@gnu.org>
2552
2553 * Makefile.in: Update dependencies.
2554
2555 2004-08-04 Jim Blandy <jimb@redhat.com>
2556
2557 Change the layout of the PowerPC E500 raw register cache to allow
2558 the lower 32-bit halves of the GPRS to be their own raw registers,
2559 not pseudoregisters.
2560 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2561 add ppc_ev0_upper_regnum flag.
2562 * rs6000-tdep.c: #include "reggroups.h".
2563 (spe_register_p): Recognize the ev upper half registers as SPE
2564 registers.
2565 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2566 registers.
2567 (e500_move_ev_register): New function.
2568 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2569 vector registers are the pseudo-registers now, formed by splicing
2570 together the gprs and the upper-half registers.
2571 (e500_register_reggroup_p): New function.
2572 (P): Macro deleted.
2573 (P8, A4): New macro.
2574 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2575 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2576 macros.
2577 (registers_e500): Rearrange register set so that the raw register
2578 set contains 32-bit GPRs and upper-half registers, and the SPE
2579 vector registers become pseudo-registers.
2580 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2581 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2582 register numbers are now the same for the E500 as they are for
2583 other PowerPC variants. Register e500_register_reggroup_p as the
2584 register group function for the E500.
2585 * Makefile.in (rs6000-tdep.o): Update dependencies.
2586
2587 Adapt PPC E500 native support to the new raw regcache layout.
2588 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2589 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2590 (fetch_spe_register, store_spe_register): Handle fetching/storing
2591 all the SPE registers at once, if regno == -1. These now take
2592 over the job of fetch_spe_registers and store_spe_registers.
2593 (fetch_spe_registers, store_spe_registers): Deleted.
2594 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2595 unconditionally; they're always raw. Fetch/store SPE upper half
2596 registers, if present, instead of ev registers.
2597 (fetch_register, store_register): Remove sanity checks: gprs are
2598 never pseudo-registers now, so we never need to even mention any
2599 registers that are ever pseudoregisters.
2600
2601 Use a fixed register numbering when communicating with the PowerPC
2602 simulator.
2603 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2604 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2605 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2606 New functions.
2607 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2608 init_sim_regno_table.
2609 * Makefile.in (gdb_sim_ppc_h): New variable.
2610 (rs6000-tdep.o): Update dependencies.
2611
2612 2004-08-02 Andrew Cagney <cagney@gnu.org>
2613
2614 * cris-tdep.c (cris_register_size): Restore function, still used
2615 locally.
2616
2617 * gdbarch.sh (deprecated_target_read_fp)
2618 (deprecated_frame_locals_address, deprecated_frame_args_address)
2619 (deprecated_frame_chain_valid, deprecated_frame_chain)
2620 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2621 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2622 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2623 * gdbarch.h, gdbarch.c: Re-generate.
2624 * regcache.c (deprecated_read_fp): Do not call
2625 DEPRECATED_TARGET_READ_FP_P.
2626 * infcmd.c (default_print_registers_info): Do not call
2627 DEPRECATED_DO_REGISTERS_INFO.
2628 * frame-base.c (default_frame_locals_address): Do not call
2629 DEPRECATED_FRAME_LOCALS_ADDRESS.
2630 (default_frame_args_address): Do not call
2631 DEPRECATED_FRAME_ARGS_ADDRESS.
2632
2633 * gdbarch.sh (deprecated_register_raw_size)
2634 (deprecated_register_virtual_size:int): Delete.
2635 * gdbarch.h, gdbarch.c: Re-generate.
2636 * cris-tdep.c (cris_register_size): Delete.
2637 (cris_gdbarch_init): Update.
2638 * alpha-tdep.c (alpha_register_raw_size)
2639 (alpha_register_virtual_size): Delete.
2640 (alpha_gdbarch_init): Update.
2641
2642 * gdbarch.sh (deprecated_register_virtual_type)
2643 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2644 (deprecated_dummy_write_sp): Delete.
2645 * gdbarch.h, gdbarch.c: Re-generate.
2646
2647 * gdbarch.sh (deprecated_register_bytes): Delete.
2648 * gdbarch.h, gdbarch.c: Re-generate.
2649 * regcache.c (deprecated_register_bytes): New function.
2650 * regcache.h (deprecated_register_bytes): Declare.
2651 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2652 * v850-tdep.c (v850_gdbarch_init): Update.
2653 * sh64-tdep.c (sh64_gdbarch_init): Update.
2654 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2655 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2656 * mcore-tdep.c (mcore_gdbarch_init): Update.
2657 * cris-tdep.c (cris_gdbarch_init): Update.
2658 * arm-tdep.c (arm_gdbarch_init): Update.
2659 * remote.c (init_remote_state): Update.
2660 * remote-vx.c (vx_prepare_to_store): Update.
2661 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2662 * irix5-nat.c (fetch_core_registers): Update.
2663 * cris-tdep.c (cris_register_bytes_ok): Update.
2664 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2665
2666 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2667 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2668 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2669 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2670 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2671 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2672 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2673 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2674 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2675 with mips_insn16 and mips_insn32.
2676
2677 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2678 * rs6000-tdep.c (rs6000_push_dummy_call)
2679 (rs6000_extract_return_value): Use register_size.
2680 * xstormy16-tdep.c (xstormy16_get_saved_register)
2681 (xstormy16_extract_return_value): Ditto.
2682 * valops.c (value_assign): Ditto.
2683 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2684 * v850-tdep.c (v850_extract_return_value): Ditto.
2685 * tracepoint.c (collect_symbol): Ditto.
2686 * target.c (debug_print_register): Ditto.
2687 * stack.c (frame_info): Ditto.
2688 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2689 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2690 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2691 (store_register_using_P): Ditto.
2692 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2693 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2694 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2695 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2696 * regcache.c (deprecated_read_register_bytes)
2697 (deprecated_write_register_bytes, read_register)
2698 (write_register): Ditto.
2699 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2700 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2701 * monitor.c (monitor_supply_register, monitor_fetch_register)
2702 (monitor_store_register): Ditto.
2703 * mn10300-tdep.c (mn10300_pop_frame_regular)
2704 (mn10300_print_register): Ditto.
2705 * mipsv4-nat.c (fill_fpregset): Ditto.
2706 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2707 (mips64_fill_fpregset): Ditto.
2708 * mi/mi-main.c (register_changed_p, get_register)
2709 (mi_cmd_data_write_register_values): Ditto.
2710 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2711 * irix5-nat.c (fill_gregset, fetch_core_registers):
2712 * infrun.c (write_inferior_status_register): Ditto.
2713 * infptrace.c (fetch_register, store_register): Ditto.
2714 * infcmd.c (default_print_registers_info): Ditto.
2715 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2716 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2717 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2718 * hpux-thread.c (hpux_thread_fetch_registers)
2719 (hpux_thread_store_registers): Ditto.
2720 * hppah-nat.c (store_inferior_registers, fetch_register):
2721 * findvar.c (value_from_register): Ditto.
2722 * dve3900-rom.c (fetch_bitmapped_register):
2723 * cris-tdep.c (cris_gdbarch_init): Ditto.
2724 * alpha-tdep.h: Ditto.
2725 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2726
2727 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2728 DEPRECATED_REGISTER_RAW_SIZE from comments.
2729 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2730 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2731 DEPRECATED_REGISTER_RAW_SIZE.
2732 * findvar.c (value_of_register): Simplify by assuming that the
2733 registers raw and virtual sizes are identical.
2734 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2735 comment.
2736 * arch-utils.c (generic_register_size): Simplify by assuming
2737 register_type.
2738
2739 * regcache.c (legacy_read_register_gen, real_register)
2740 (legacy_write_register_gen): Delete, not used.
2741
2742 * regcache.c (struct regcache_descr): Delete legacy_p.
2743 (init_legacy_regcache_descr): Delete function.
2744 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2745 Do not use deprecated register functions.
2746 (regcache_raw_read, deprecated_write_register_gen):
2747 (deprecated_read_register_gen, regcache_raw_write): Delete code
2748 predicated on legacy_p.
2749 (register_size): Delete check against register raw size.
2750
2751 * cris-tdep.c (cris_register_type): Replace
2752 cris_register_virtual_type.
2753 (cris_gdbarch_init): Update, set register_type.
2754
2755 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2756 * gdbarch.h, gdbarch.c: Re-generate.
2757 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2758 (arm_gdbarch_init) Do not set frameless function invocation.
2759 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2760 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2761 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2762 (frv_gdbarch_init): Do not set frameless function invocation.
2763 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2764 * sh-tdep.c (sh_gdbarch_init): Ditto.
2765 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2766 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2767 * avr-tdep.c (avr_gdbarch_init): Ditto.
2768
2769 * blockframe.c (legacy_frame_chain_valid): Delete function.
2770
2771 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2772 and pc. Update comments.
2773 (pc_in_dummy_frame): Delete function.
2774 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2775 use the "id".
2776 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2777 call_hi, top and pc, use the id.
2778 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2779
2780 * dummy-frame.c: Include "gdb_string.h".
2781 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2782 (generic_save_dummy_frame_tos): Delete.
2783 (dummy_frame_push): New function, replaces above.
2784 * dummy-frame.h: Update copyright.
2785 (dummy_frame_push): Declare.
2786 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2787 (generic_save_call_dummy_addr): Delete declarations.
2788 * infcall.c: Include "dummy-frame.h".
2789 (call_function_by_hand): Add locals caller_regcache,
2790 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2791 with call to frame_save_as_regcache plus cleanup. Delete calls to
2792 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2793 Move clear_proceed_status to just before the resume, add call to
2794 dummy_frame_push (discard cleanup).
2795 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2796 (dummy-frame.o): Add $(gdb_string_h).
2797
2798 2004-08-01 Andrew Cagney <cagney@gnu.org>
2799
2800 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2801 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2802 * dummy-frame.c (find_dummy_frame): Delete.
2803 (struct dummy_frame_cache, dummy_frame_sniffer)
2804 (dummy_frame_prev_register, dummy_frame_this_id)
2805 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2806 frame unwinder using a dummy_frame_cache.
2807
2808 2004-08-01 Andrew Cagney <cagney@gnu.org>
2809
2810 * frame.h (frame_save_as_regcache): Declare.
2811 * frame.c (frame_save_as_regcache): New function.
2812 (do_frame_read_register): Replace do_frame_unwind_register.
2813 (frame_pop): Use frame_save_as_regcache.
2814 * dummy-frame.c (generic_push_dummy_frame): Use
2815 frame_save_as_regcache.
2816
2817 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2818
2819 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2820 file as included until we record the first line in the linetable.
2821
2822 2004-08-01 Andrew Cagney <cagney@gnu.org>
2823
2824 * frame.h (deprecated_pop_dummy_frame)
2825 (deprecated_read_register_dummy)
2826 (deprecated_generic_find_dummy_frame): Delete.
2827 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2828 (deprecated_read_register_dummy)
2829 (deprecated_find_dummy_frame_regcache)
2830 (discard_innermost_dummy)
2831 (deprecated_pop_dummy_frame): Delete.
2832 (dummy_frame_this_id): Simplify.
2833 (struct dummy_frame): Delete "fp" and "sp".
2834 (find_dummy_frame): Simplify.
2835 (generic_push_dummy_frame): Do not set "fp" or "sp".
2836 (fprint_dummy_frames): Do not print "fp" and "sp"
2837
2838 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2839
2840 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2841 (struct i386_insn): New structure.
2842 (i386_match_insn): New function.
2843 (i386_frame_setup_skip_insns): New variable.
2844 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2845 array i386_frame_setup_insns of instructions that should be
2846 skipped inside the frame setup sequence.
2847
2848 2004-08-01 Andrew Cagney <cagney@gnu.org>
2849
2850 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2851 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2852 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2853 * stack.c (frame_info): Delete references to
2854 DEPRECATED_FRAME_INIT_SAVED_REGS and
2855 deprecated_get_frame_saved_regs.
2856 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2857 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2858 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2859 (frame_unwind_register_signed)
2860 (frame_unwind_register_unsigned)
2861 (frame_unwind_unsigned_register): Use register_size.
2862 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2863 (deprecated_frame_xmalloc_with_cleanup)
2864 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2865 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2866
2867 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2868 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2869 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2870 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2871
2872 * infcall.c (call_function_by_hand): Do not use
2873 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2874 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2875 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2876 DEPRECATED_STACK_ALIGN.
2877
2878 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2879
2880 Committed by Andrew Cagney.
2881 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2882
2883 2004-08-01 Andrew Cagney <cagney@gnu.org>
2884
2885 * mips-tdep.c (mips16_frame_cache)
2886 (mips16_frame_this_id, mips16_frame_prev_register)
2887 (mips16_frame_unwind, mips16_frame_sniffer)
2888 (mips16_frame_base_address, mips16_frame_base)
2889 (mips16_frame_base_sniffer, mips32_frame_cache)
2890 (mips32_frame_this_id, mips32_frame_prev_register)
2891 (mips32_frame_unwind, mips32_frame_sniffer)
2892 (mips32_frame_base_address, mips32_frame_base)
2893 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2894 separate heuristic mips16 and mips32 unwinders.
2895 (mips_stub_frame_cache, mips_stub_frame_this_id)
2896 (mips_stub_frame_prev_register)
2897 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2898 (mips_stub_frame_base_address, mips_stub_frame_base)
2899 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2900 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2901 match true mdebug frames.
2902 (non_heuristic_proc_desc): Add forward declaration.
2903
2904 2004-08-01 Andrew Cagney <cagney@gnu.org>
2905
2906 * config/mips/tm-irix6.h: Delete file.
2907 * config/mips/tm-irix5.h: Delete file.
2908 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2909 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2910
2911 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2912 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2913 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2914 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2915 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2916 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2917 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2918 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2919 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2920 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2921 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2922 (TARGET_SIGNAL_RAW_VALUES): Delete.
2923 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2924 Delete.
2925 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2926 (TARGET_HW_WATCH_LIMIT): Delete.
2927 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2928 * minimon.h: Delete file.
2929
2930 * trad-frame.c (trad_frame_get_this_base)
2931 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2932 functions.
2933 * trad-frame.h (trad_frame_set_this_base)
2934 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2935
2936 2004-07-31 Andrew Cagney <cagney@gnu.org>
2937
2938 * trad-frame.c (trad_frame_get_prev_register): Rename
2939 trad_frame_get_prev_register.
2940 * vax-tdep.c (vax_frame_prev_register): Update.
2941 * trad-frame.h: Update.
2942 * trad-frame.c (trad_frame_get_register): Update.
2943 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2944 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2945 Update.
2946 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2947 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2948 Update.
2949 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2950 Update.
2951 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2952 Update.
2953 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2954 Update.
2955 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2956 Update.
2957 * s390-tdep.c (s390_frame_prev_register)
2958 (s390_stub_frame_prev_register)
2959 (s390_sigtramp_frame_prev_register): Update.
2960 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2961 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2962 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2963 * m88k-tdep.c (m88k_frame_prev_register)
2964 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2965 * m32r-tdep.c (m32r_frame_prev_register): Update.
2966 * hppa-tdep.c (hppa_frame_prev_register_helper)
2967 * frv-tdep.c (frv_frame_prev_register): Update.
2968 * d10v-tdep.c (d10v_frame_prev_register): Update.
2969 * cris-tdep.c (cris_frame_prev_register): Update.
2970 * avr-tdep.c (avr_frame_prev_register): Update.
2971 * arm-tdep.c (arm_prologue_prev_register)
2972 (arm_sigtramp_prev_register): Update.
2973
2974 2004-07-31 Andrew Cagney <cagney@gnu.org>
2975
2976 * frame.h (legacy_saved_regs_unwind)
2977 (legacy_frame_chain_valid, legacy_frame_p)
2978 (enum frame_type): Delete UNKNOWN_FRAME.
2979 * dummy-frame.c (dummy_frame_this_id): Simplify.
2980 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2981 * frame.c (struct frame_info): Delete the field "type".
2982 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2983 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2984 (legacy_saved_regs_unwind, legacy_frame_p)
2985 (frame_type_from_pc): Delete.
2986 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2987 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2988
2989 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2990
2991 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2992 indentation.
2993
2994 * mips-nat.c: Remove file.
2995 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2996 (mips-nat.o): Remove dependency.
2997
2998 * infptrace.c: Update copyright year.
2999 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3000 explicitly setting the buffer to all zeroes.
3001
3002 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3003 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3004
3005 2004-07-30 Andrew Cagney <cagney@gnu.org>
3006
3007 * GDB 6.2 released from gdb_6_2-branch.
3008
3009 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3010
3011 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
3012
3013 * exec.c (exec_file_attach):
3014 * nto-tdep.c (nto_find_and_open_solib):
3015 * pa64solib.c (pa64_solib_sizeof_symbol_table):
3016 * solib.c (solib_open):
3017 * somsolib.c (som_solib_sizeof_symbol_table):
3018 * source.c (is_regular_file, openp, open_source_file):
3019 * symfile.c (symfile_bfd_open):
3020 * wince.c (upload_to_device): Differentiate between the search for
3021 binary and source files.
3022
3023 2004-07-30 Andrew Cagney <cagney@gnu.org>
3024
3025 * complaints.c (_initialize_complaints): Pass NULL to
3026 add_setshow_zinteger_cmd for help_doc.
3027 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
3028
3029 2004-07-30 Andrew Cagney <cagney@gnu.org>
3030
3031 Fix PR i18n/761.
3032 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
3033 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
3034 $(PACKAGE).pot and update-po.
3035 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
3036 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
3037 (update-po): New rules.
3038 (localedir): Define using autoconf.
3039 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
3040 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
3041 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
3042 * configure.in: Generate CATALOGS and LINGUAS from contents of
3043 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
3044 * configure: Re-generate.
3045 * po/gdbtext: New file
3046
3047 2004-07-30 Jerome Guitton <guitton@gnat.com>
3048
3049 * MAINTAINERS: Reorder Write After Approval list in alphabetical
3050 order.
3051
3052 2004-07-30 David Lecomber <dsl@sources.redhat.com>
3053
3054 * dwarf2read.c (read_file_scope): Set producer if attribute
3055 present.
3056 (struct dwarf2_cu): Added new member producer.
3057
3058 2004-07-30 Jerome Guitton <guitton@gnat.com>
3059
3060 * inflow.c (kill_command): release file handles in BFD.
3061 * exec.c (exec_file_attach): Ditto.
3062 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
3063
3064 2004-07-29 Andrew Cagney <cagney@gnu.org>
3065
3066 * PROBLEMS (mips-irix): Note that it is broken.
3067
3068 2004-07-29 Andrew Cagney <cagney@gnu.org>
3069
3070 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
3071 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
3072
3073 * config/xm-nbsd.h: Delete file.
3074 * config/arm/xm-nbsd.h: Delete file.
3075 * config/i386/xm-nbsd.h: Delete file.
3076 * config/ns32k/xm-nbsd.h: Delete file.
3077 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
3078 * config/i386/nbsdelf.mh (XM_FILE): Delete.
3079 * config/i386/nbsdaout.mh (XM_FILE): Delete.
3080 * config/arm/nbsdelf.mh (XM_FILE): Delete.
3081 * config/arm/nbsdaout.mh (XM_FILE): Delete.
3082
3083 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
3084 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
3085 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
3086 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
3087 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
3088 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
3089
3090 * config/powerpc/xm-linux.h: Delete empty file.
3091 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
3092 * config/powerpc/linux.mh (XM_FILE): Delete.
3093 * config/m68k/xm-linux.h: Delete empty file.
3094 * config/m68k/linux.mh (XM_FILE): Delete.
3095 * config/ia64/xm-linux.h: Delete empty file.
3096 * config/ia64/linux.mh (XM_FILE): Delete.
3097 * config/arm/xm-linux.h: Delete empty file.
3098 * config/arm/linux.mh (XM_FILE): Delete.
3099
3100 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3101 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
3102 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3103 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
3104 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3105 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
3106 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3107 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
3108
3109 * config/m68k/xm-m68k.h: Delete file.
3110 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
3111 copyright.
3112 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
3113 * config/pa/xm-linux.h: Delete empty file.
3114 * config/pa/linux.mh (XM_FILE): Delete.
3115 * config/i386/xm-i386.h: Delete empty file.
3116 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
3117 "i386/xm-i386.h".
3118 * config/i386/obsdaout.mh (XM_FILE): Delete.
3119 * config/i386/obsd64.mh (XM_FILE): Delete.
3120 * config/i386/fbsd64.mh (XM_FILE): Delete.
3121 * config/i386/nto.mh (XM_FILE): Delete.
3122 * config/i386/obsd.mh (XM_FILE): Delete.
3123 * config/i386/linux64.mh (XM_FILE): Delete.
3124 * config/i386/linux.mh (XM_FILE): Delete.
3125 * config/i386/i386sol2.mh (XM_FILE): Delete.
3126 * config/i386/i386gnu.mh (XM_FILE): Delete.
3127 * config/i386/fbsd.mh (XM_FILE): Delete.
3128 * config/i386/nbsd64.mh (XM_FILE): Delete.
3129
3130 2004-07-29 Andrew Cagney <cagney@gnu.org>
3131
3132 * config/pa/xm-linux.h: Do not include "floatformat.h".
3133 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3134 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3135 * config/i386/xm-i386.h: Do not include "floatformat.h".
3136 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3137 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3138 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3139 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
3140 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
3141 GDB_HOST_LONG_DOUBLE_FORMAT instead.
3142 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
3143 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
3144 * configure, config.in: Regenerate.
3145 * configure.host (gdb_host_float_format, gdb_host_double_format)
3146 (gdb_host_long_double_format): Set according to the host.
3147
3148 2004-07-29 Andrew Cagney <cagney@gnu.org>
3149
3150 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
3151
3152 2004-07-28 Andrew Cagney <cagney@gnu.org>
3153
3154 * PROBLEMS: Mention threads/1650.
3155 * NEWS: Mention the NPTL fix.
3156
3157 2004-07-28 Andrew Cagney <cagney@gnu.org>
3158
3159 * cli/cli-decode.c (add_setshow_cmd): Delete function.
3160 (add_setshow_cmd_full): Make static.
3161 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
3162 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
3163 * cli/cli-decode.c (add_setshow_filename_cmd)
3164 (add_setshow_string_cmd): New functions.
3165 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
3166 * mips-tdep.c (_initialize_mips_tdep): Update.
3167 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
3168 * cli/cli-logging.c (_initialize_cli_logging): Update.
3169 * complaints.c (_initialize_complaints): Update.
3170 * remote.c (_initialize_remote): Update.
3171
3172 2004-07-28 Andrew Cagney <cagney@gnu.org>
3173
3174 * cli/cli-decode.c (add_setshow_zinteger_cmd)
3175 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
3176 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
3177 print parameters. Make string parameters constant.
3178 * command.h: Update. Update copyright.
3179 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
3180 * observer.c (_initialize_observer): Ditto.
3181 * frame.c (_initialize_frame): Ditto.
3182 * complaints.c (_initialize_complaints): Ditto.
3183 * maint.c (_initialize_maint_cmds): Ditto.
3184 * target.c (initialize_targets): Ditto.
3185 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
3186 * infcall.c (_initialize_infcall): Ditto.
3187 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3188 * m32r-rom.c (_initialize_m32r_rom): Ditto.
3189 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3190 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
3191 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3192
3193 2004-07-28 Andrew Cagney <cagney@gnu.org>
3194
3195 * gdbtypes.c (lookup_primitive_typename): Delete function.
3196 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
3197 * ada-lex.l: Use language_lookup_primitive_type_by_name.
3198 * gdbtypes.c (lookup_typename): Ditto.
3199 * f-exp.y (yylex): Ditto.
3200 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
3201
3202 * scm-lang.c (c_builtin_types): Delete extern declaration.
3203 (scm_language_defn): Replace
3204 string_char_type and primitive_type_vector with
3205 la_language_arch_info.
3206 * jv-lang.c (java_language_defn): Replace
3207 string_char_type and primitive_type_vector with
3208 la_language_arch_info.
3209 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
3210 c_builtin_types in comment.
3211 * c-lang.h (struct language_arch_info): Declare opaque.
3212 (c_language_arch_info): Declare.
3213 (c_builtin_types): Delete declaration.
3214 * c-lang.c (c_language_arch_info): Set string_char_type to
3215 builtin_char, not builtin_true_char. Make global.
3216 (c_builtin_types): Delete array.
3217 (asm_language_defn, minimal_language_defn): Replace
3218 string_char_type and primitive_type_vector with
3219 la_language_arch_info.
3220
3221 2004-07-28 Andrew Cagney <cagney@gnu.org>
3222
3223 * gdbtypes.h (struct builtin_type): Rename true_char to
3224 builtin_true_char.
3225 * gdbtypes.c (gdbtypes_post_init): Update.
3226 * c-lang.c (arch_info): New function.
3227 (enum c_primitive_types): New enum.
3228 (c_language_defn): Instead of string_char_type and
3229 primitive_type_vector set la_language_arch_info.
3230
3231 2004-07-28 Andrew Cagney <cagney@gnu.org>
3232
3233 * language.h (struct language_arch_info): Fix typo
3234 s/primative/primitive/.
3235 * gdbtypes.c (lookup_primitive_typename): Ditto.
3236 * language.c (language_lookup_primitive_type_by_name)
3237 (unknown_language_arch_info): Ditto.
3238
3239 2004-07-27 Andrew Cagney <cagney@gnu.org>
3240
3241 * defs.h (enum language): Add nr_languages.
3242 * language.h (struct language_arch_info): Define.
3243 (struct language_defn): Add la_language_arch_info.
3244 (language_lookup_primative_type_by_name): Declare.
3245 (language_string_char_type): Declare.
3246 * language.c (_initialize_language, language_gdbarch_post_init)
3247 (struct language_gdbarch, language_gdbarch_data): Implement
3248 per-architecture language information.
3249 (unknown_language_arch_info, language_string_char_type)
3250 (language_lookup_primative_type_by_name): New functions.
3251 (unknown_language_defn, auto_language_defn)
3252 (local_language_defn): Set la_language_arch_info to
3253 unknown_language_arch_info.
3254 (unknown_builtin_types): Delete.
3255 * gdbtypes.c (lookup_primitive_typename): Use
3256 language_lookup_primative_type_by_name.
3257 (create_string_type): Use language_string_char_type.
3258 * values.c (value_from_string): Use language_string_char_type.
3259 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
3260 * p-lang.c (pascal_language_defn): Ditto.
3261 * m2-lang.c (m2_language_defn): Ditto.
3262 * jv-lang.c (java_language_defn): Ditto.
3263 * objc-lang.c (objc_language_defn): Ditto.
3264 * f-lang.c (f_language_defn): Ditto.
3265 * c-lang.c (c_language_defn, cplus_language_defn)
3266 (asm_language_defn, minimal_language_defn): Ditto.
3267
3268 2004-07-27 Andrew Cagney <cagney@gnu.org>
3269
3270 * gdbtypes.h (struct builtin_type): Declare.
3271 (builtin_type): Declare.
3272 * d10v-tdep.c (d10v_register_type): Use builtin_type.
3273 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
3274 (gdbtypes_post_init): New function.
3275 (builtin_type): New function.
3276
3277 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
3278
3279 * remote-m32r-sdi.c: Fix breakpoint bug.
3280 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
3281 recv_char_data, recv_long_data): New functions to replace communication
3282 sequences.
3283
3284 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
3285
3286 Document PR threads/1650.
3287 * PROBLEMS (Threads): Document problem with many threads
3288
3289 2004-07-26 Andrew Cagney <cagney@gnu.org>
3290
3291 * gdb-mi.el: Move from here ...
3292 * mi/gdb-mi.el: ... to here.
3293
3294 2004-07-26 Andrew Cagney <cagney@gnu.org>
3295
3296 Problem reported by Ashley Pittman <ashley@quadrics.com>.
3297 * main.c (captured_main): When in batch mode always detach.
3298
3299 2004-07-26 Andrew Cagney <cagney@gnu.org>
3300
3301 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
3302 and h8300 as broken.
3303 * NEWS: END-OF-LIFE frame compatibility module.
3304 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
3305 specific comments.
3306
3307 2004-07-26 Andrew Cagney <cagney@gnu.org>
3308
3309 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
3310 * xcoffsolib.c (_initialize_xcoffsolib): Update.
3311 * wince.c (_initialize_wince): Update.
3312 * win32-nat.c (_initialize_win32_nat): Update.
3313 * varobj.c (_initialize_varobj): Update.
3314 * valops.c (_initialize_valops): Update.
3315 * utils.c (initialize_utils, initialize_utils): Update.
3316 * tui/tui-win.c (_initialize_tui_win): Update.
3317 * top.c (init_main): Update.
3318 * symfile.c (_initialize_symfile): Update.
3319 * source.c (_initialize_source): Update.
3320 * somsolib.c (_initialize_som_solib): Update.
3321 * solib.c (_initialize_solib): Update.
3322 * solib-frv.c (_initialize_frv_solib): Update.
3323 * serial.c (_initialize_serial): Update.
3324 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
3325 * remote.c (_initialize_remote, _initialize_remote): Update.
3326 * remote-vx.c (_initialize_vx): Update.
3327 * remote-utils.c (_initialize_sr_support): Update.
3328 * remote-sds.c (_initialize_remote_sds): Update.
3329 * remote-mips.c (_initialize_remote_mips): Update.
3330 * remote-e7000.c (_initialize_remote_e7000): Update.
3331 * proc-api.c (_initialize_proc_api): Update.
3332 * printcmd.c: Update.
3333 * parse.c (_initialize_parse): Update.
3334 * pa64solib.c (_initialize_pa64_solib): Update.
3335 * p-valprint.c (_initialize_pascal_valprint): Update.
3336 * monitor.c (_initialize_remote_monitors): Update.
3337 * mips-tdep.c (_initialize_mips_tdep): Update.
3338 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3339 * maint.c (_initialize_maint_cmds): Update.
3340 * lin-lwp.c (_initialize_lin_lwp): Update.
3341 * language.c (_initialize_language): Update.
3342 * kod.c (_initialize_kod): Update.
3343 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
3344 * i386-tdep.c (_initialize_i386_tdep): Update.
3345 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
3346 * gdbarch.sh: Update.
3347 * gdbarch.c: Re-generate.
3348 * gdb-events.sh: Update.
3349 * gdb-events.c: Re-generate.
3350 * frame.c (_initialize_frame): Update.
3351 * exec.c: Update.
3352 * demangle.c (_initialize_demangler): Update.
3353 * dcache.c (_initialize_dcache): Update.
3354 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
3355 * cp-valprint.c (_initialize_cp_valprint): Update.
3356 * corefile.c (_initialize_core): Update.
3357 * command.h: Update.
3358 * cli/cli-decode.h: Update.
3359 * cli/cli-cmds.c (init_cli_cmds): Update.
3360 * charset.c (_initialize_charset): Update.
3361 * breakpoint.c (_initialize_breakpoint): Update.
3362 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3363 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3364 * aix-thread.c (_initialize_aix_thread): Update.
3365
3366 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3367
3368 Partial fix for PR backtrace/1718.
3369 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3370 that GCC migrates into the prolugue. Don't handle any
3371 instructions that clobber %ebx.
3372
3373 2004-07-23 Andrew Cagney <cagney@gnu.org>
3374
3375 Use regcache_raw_collect instead of regcache_collect.
3376 * regcache.h (regcache_collect): Delete declaration.
3377 * regcache.c (regcache_colect): Delete function.
3378 * win32-nat.c (do_child_store_inferior_registers): Update.
3379 * sol-thread.c (sol_thread_store_registers): Update.
3380 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3381 * rs6000-nat.c (store_register): Update.
3382 * remote.c (store_register_using_P, remote_store_registers): Update.
3383 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3384 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3385 (fill_vrregset, store_spe_registers, fill_gregset)
3386 (fill_gregset): Update.
3387 * nto-procfs.c (procfs_store_registers): Update.
3388 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3389 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3390 * m68klinux-nat.c (store_register, fill_gregset): Update.
3391 * m68k-tdep.c (fill_gregset): Update.
3392 * infptrace.c (store_register): Update.
3393 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3394 * i386-linux-nat.c (store_register, fill_gregset): Update.
3395 * hppa-linux-nat.c (fill_gregset): Update.
3396 * go32-nat.c (store_register): Update.
3397 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3398 (store_fp_regs): Update.
3399 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3400 (store_nwfpe_extended, store_fpregister, store_fpregs)
3401 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3402 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3403 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3404 (store_regs_user_thread, store_regs_kernel_thread): Update.
3405
3406 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3407
3408 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3409 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3410 encoding.
3411 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3412 member of `struct comp_unit'.
3413
3414 2004-07-23 Andrew Cagney <cagney@gnu.org>
3415
3416 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3417 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3418
3419 2004-07-23 Martin Hunt <hunt@redhat.com>
3420 Kevin Buettner <kevinb@redhat.com>
3421
3422 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3423 alignment was being added to the offset instead of multiplied.
3424
3425 2004-07-23 Mark Kettenis <kettenis@gnu.org>
3426
3427 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3428 changed signal trampoline in OpenBSD 3.5-current.
3429
3430 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3431 <machine/pcb.h> and "bsd-kvm.h".
3432 (sparc64nbsd_supply_pcb): New function.
3433 (_initialize_sparc64nbsd_nat): Renamed from
3434 _initialize_sparcnbsd_nat. Enable libkvm interface.
3435 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3436 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3437 (LOADLIBES): New variable.
3438
3439 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3440
3441 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3442
3443 2004-07-21 Andrew Cagney <cagney@gnu.org>
3444
3445 Use regcache_raw_supply instead of supply_register.
3446 * regcache.h (supply_register): Delete declaration.
3447 * regcache.c (supply_register): Delete function.
3448 * wince.c (do_child_fetch_inferior_registers): Update.
3449 * win32-nat.c (do_child_fetch_inferior_registers)
3450 (fetch_elf_core_registers): Update.
3451 * v850ice.c (v850ice_fetch_registers): Update.
3452 * thread-db.c (thread_db_store_registers): Update.
3453 * sol-thread.c (sol_thread_store_registers): Update.
3454 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3455 * rs6000-nat.c (fetch_register): Update.
3456 * rom68k-rom.c (rom68k_supply_one_register): Update.
3457 * remote.c (remote_wait, remote_async_wait): Update.
3458 * remote-st.c (get_hex_regs): Update.
3459 * remote-sim.c (gdbsim_fetch_register): Update.
3460 * remote-sds.c (sds_fetch_registers): Update.
3461 * remote-rdp.c (remote_rdp_fetch_register): Update.
3462 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3463 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3464 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3465 * remote-hms.c (init_hms_cmds): Update.
3466 * remote-est.c (init_est_cmds): Update.
3467 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3468 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3469 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3470 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3471 (fetch_register, supply_vrregset, supply_vrregset)
3472 (fetch_spe_registers): Update.
3473 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3474 * monitor.c (monitor_supply_register): Update.
3475 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3476 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3477 (mipsnbsd_supply_fpreg): Update.
3478 * mips-nat.c (fetch_inferior_registers)
3479 (fetch_core_registers): Update.
3480 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3481 (supply_fpregset, mips64_supply_gregset)
3482 (mips64_supply_fpregset): Update.
3483 * m68klinux-nat.c (fetch_register, supply_gregset)
3484 (supply_fpregset): Update.
3485 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3486 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3487 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3488 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3489 * infptrace.c (fetch_register): Update.
3490 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3491 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3492 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3493 (gnu_fetch_registers, gnu_store_registers): Update.
3494 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3495 * i386-linux-nat.c (fetch_register, supply_gregset)
3496 (dummy_sse_values): Update.
3497 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3498 * hppah-nat.c (fetch_register): Update.
3499 * hppa-linux-nat.c (fetch_register, supply_gregset)
3500 (supply_fpregset): Update.
3501 * go32-nat.c (fetch_register): Update.
3502 * dve3900-rom.c (fetch_bitmapped_register)
3503 (_initialize_r3900_rom): Update.
3504 * cris-tdep.c (supply_gregset): Update.
3505 * abug-rom.c (init_abug_cmds): Update.
3506 * core-aout.c (fetch_core_registers): Update.
3507 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3508 (fetch_register, fetch_fp_register): Update.
3509 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3510 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3511 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3512 * alphanbsd-tdep.c (fetch_core_registers): Update.
3513 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3514 * alpha-nat.c (fetch_osf_core_registers)
3515 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3516 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3517 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3518
3519 2004-07-21 Andrew Cagney <cagney@gnu.org>
3520
3521 * PROBLEMS: Mention breakpoints/1702.
3522 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3523 that is known to work.
3524
3525 2004-07-21 Andrew Cagney <cagney@gnu.org>
3526
3527 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3528 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3529 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3530 (handle_inferior_event): Wrap call to deprecated
3531 IGNORE_HELPER_CALL in #ifdef.
3532 * config/mips/tm-nbsd.h: Update.
3533
3534 2004-07-20 Jim Blandy <jimb@redhat.com>
3535
3536 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3537 bfd_mach_ppc has no segment registers.
3538
3539 Include PowerPC SPR numbers for special-purpose registers.
3540 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3541 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3542 new member in initializer.
3543 (S, S4, SN4, S64): New macros for defining special-purpose
3544 registers.
3545 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3546 registers_403, registers_403GC, registers_505, registers_860,
3547 registers_601, registers_602, registers_603, registers_604,
3548 registers_750, registers_e500): Use them.
3549
3550 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3551 replace references with expression used to initialize variable.
3552
3553 2004-07-20 Andrew Cagney <cagney@gnu.org>
3554
3555 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3556 read_memory_nobpt.
3557 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3558 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3559 (s390_sigtramp_frame_sniffer): Update.
3560 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3561 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3562 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3563 (mips32_fetch_instruction): Update.
3564 * mcore-tdep.c (get_insn): Update.
3565 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3566 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3567 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3568 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3569 (i386_linux_rt_sigtramp_start): Update.
3570 * i386-linux-nat.c (child_resume): Update.
3571 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3572 * hppa-linux-tdep.c (insns_match_pattern): Update.
3573 * gdbcore.h: Update.
3574 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3575 * frame.c (safe_frame_unwind_memory): Update.
3576 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3577 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3578 * alpha-tdep.c (alpha_read_insn): Update.
3579
3580 2004-07-20 Andrew Cagney <cagney@gnu.org>
3581
3582 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3583 containing both bytes and mask. Add "frame_type".
3584 * tramp-frame.c (tramp_frame_start): Update.
3585 (tramp_frame_prepend_unwinder): Update.
3586 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3587 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3588 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3589 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3590
3591 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3592
3593 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3594 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3595 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3596 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3597
3598 2004-07-17 Andrew Cagney <cagney@gnu.org>
3599
3600 * NEWS, PROBLEMS: Update for 6.2.
3601
3602 * README: Update to 6.2.
3603
3604 * utils.c (xvasprintf): Call xstrvprintf.
3605
3606 * parse.c: Update copyright.
3607 (null_post_parser): Eliminate ARGSUSED.
3608
3609 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3610 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3611 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3612
3613 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3614 * ppc-linux-nat.c: Use "Linux kernel".
3615 * hppa-linux-tdep.c: Use GNU/Linux.
3616 * hppa-linux-nat.c: Use GNU/Linux.
3617 * dwarfread.c: Add [sic] to use of Linux.
3618
3619 * hppa-linux-nat.c: Do not include <string.h>.
3620 (supply_fpregset): Remove "register" attribute.
3621
3622 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3623
3624 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3625
3626 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3627 * configure, config.in: Regenerated.
3628
3629 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3630 "bsd-kvm.h".
3631 (vaxbsd_supply_pcb): New function.
3632 (_initialize_vaxbsd_nat): New prototype and function.
3633 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3634 solib-sunos.o.
3635 (LOADLIBES): New variable.
3636 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3637 (LOADLIBES): New variable.
3638 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3639 (LOADLIBES): New variable.
3640 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3641
3642 2004-07-16 Andrew Cagney <cagney@gnu.org>
3643
3644 * defs.h (event_loop_p): Replace variable declaration with macro,
3645 always 1.
3646 * main.c (captured_main): Delete options "-async" and "-noasync".
3647 (event_loop_p): Delete variable.
3648 * NEWS: Mention that "-async" and "-noasync" were removed.
3649
3650 2004-07-16 Andrew Cagney <cagney@gnu.org>
3651
3652 * remote-m32r-sdi.c: Re-indent.
3653
3654 2004-07-16 Jim Blandy <jimb@redhat.com>
3655
3656 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3657 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3658 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3659 missing MPC823 SPRs.
3660 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3661 incorrect. (This was corrected in GDB's register name tables on
3662 2004-07-14.)
3663
3664 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3665 should be "esasrr" ("ESA Save and Restore Register").
3666
3667 2004-07-16 Andrew Cagney <cagney@gnu.org>
3668
3669 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3670 calls, no longer applicable. Update comments and rename parameter
3671 "step_frame" to "return_frame".
3672
3673 2004-07-16 Andrew Cagney <cagney@gnu.org>
3674
3675 * frame.c (fprint_field): New function.
3676 (fprint_frame_id): Use fprint_field.
3677
3678 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3679
3680 * ada-lang.c (ada_language_defn): Remove commented out code.
3681
3682 2004-07-15 Jim Blandy <jimb@redhat.com>
3683
3684 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3685 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3686
3687 2004-07-14 Jim Blandy <jimb@redhat.com>
3688
3689 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3690
3691 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3692
3693 * ppc-tdep.h (ppc_num_srs): New enum constant.
3694
3695 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3696 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3697 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3698 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3699 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3700 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3701 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3702 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3703 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3704 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3705 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3706 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3707 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3708 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3709 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3710 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3711 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3712 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3713 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3714 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3715 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3716 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3717 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3718 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3719 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3720 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3721 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3722 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3723 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3724 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3725 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3726 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3727 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3728 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3729 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3730 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3731 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3732 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3733 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3734 special-purpose register numbers.
3735
3736 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3737 manual mentions 'md_twb', but many mention 'm_twb', and at that
3738 point in the register list.)
3739
3740 2004-07-14 Andrew Cagney <cagney@gnu.org>
3741
3742 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3743 instead of "internal-error".
3744
3745 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3746
3747 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3748 that was inserted inside a comment.
3749
3750 2004-07-10 Randolph Chung <tausq@debian.org>
3751
3752 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3753 function.
3754 (hppa_hpux_push_dummy_code): New function.
3755 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3756 Set find_global_pointer method.
3757
3758 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3759
3760 * NEWS: Mention BSD libkvm interface.
3761
3762 2004-07-10 Michael Snyder <msnyder@redhat.com>
3763
3764 * symfile.c (generic_load): Comment typo.
3765 * stack.c (get_selected_block): Ditto.
3766 * regcache.c (regcache_cooked_read): Ditto.
3767 * monitor.c (monitor_debug): Ditto.
3768 * mips-tdep.c (mips_read_pc): Ditto.
3769 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3770 * gdb_mbuild.sh: Ditto.
3771 * gdbarch.sh: Ditto.
3772 * gdbarch.h: Ditto.
3773
3774 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3775
3776 * ada-tasks.c: Remove file.
3777
3778 Remove ARI problems:
3779
3780 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3781 beginning of line.
3782
3783 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3784 Add comment.
3785 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3786 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3787 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3788 (UMIN_OF_SIZE): Remove.
3789 (max_of_type): New function to replace orphan macro in gdbtypes.h
3790 (min_of_type): Ditto.
3791 (discrete_type_high_bound): Use max_of_type.
3792 (discrete_type_low_bound): Use min_of_type.
3793 (possible_user_operator_p): Move operator to beginning of line.
3794 (ada_is_variant_part): Ditto.
3795 (ensure_lval): Rewrite to avoid deprecated operations.
3796 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3797 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3798 (ada_enum_name): Remove assignments in 'if' statements.
3799 (build_ada_types): Add gdbarch parameter.
3800 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3801 with gdbarch_data_register_post_init.
3802 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3803 add_show_from_set.
3804
3805 * ada-valprint.c (inspect_it): Remove declaration.
3806 (repeat_count_threshold): Remove declaration.
3807 (ada_print_floating): Remove assignments in 'if' statements.
3808 (print_str): Move operator to beginning of line.
3809
3810 2004-07-08 Jim Blandy <jimb@redhat.com>
3811
3812 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3813
3814 2004-07-08 Bob Rossi <bob@brasko.net>
3815
3816 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3817
3818 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3819
3820 * language.h (struct_language_defn): Add new function pointer:
3821 la_class_name_from_physname. Also add new prototype for
3822 language_class_name_from_physname.
3823 * language.c (language_class_name_from_physname): New function.
3824 (unk_lang_class_name): Ditto.
3825 (unknown_language_defn, auto_language_defn): Change
3826 to add unk_lang_class_name function pointer for
3827 la_class_name_from_physname.
3828 (local_language_defn): Ditto.
3829 * dwarf2read.c (guess_structure_name): Change to call
3830 language_class_name_from_physname.
3831 (determine_class_name): Ditto.
3832 * cp-support.c (class_name_from_physname): Renamed.
3833 (cp_class_name_from_physname): New name of function.
3834 * cp-support.h: Ditto.
3835 * c-lang.c (c_language_defn): Change to add NULL
3836 for class_name_from_physname function pointer.
3837 (cplus_language_defn): Change to add cp_class_name_from_physname.
3838 * jv-lang.c (java_class_name_physname): New function.
3839 (java_find_last_component): New static routine.
3840 (java_language_defn): Add java_class_name_from_physname pointer.
3841 * ada-lang.c (ada_language_defn): Change to add NULL
3842 for class_name_from_physname function pointer.
3843 * f-lang.c (f_language_defn): Ditto.
3844 * m2-lang.c (m2_language_defn): Ditto.
3845 * objc-lang.c (objc_language_defn): Ditto.
3846 * p-lang.c (pascal_language_defn): Ditto.
3847 * scm-lang.c (scm_language_defn): Ditto.
3848
3849 2004-07-06 Andrew Cagney <cagney@gnu.org>
3850
3851 Patch from Bart Robinson.
3852 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3853 (O_LARGEFILE): Define to 0, if not defined.
3854
3855 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3856
3857 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3858 <machine/pcb.h> and "bsd-kvm.h".
3859 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3860 (m68kbsd_supply_pcb): New function.
3861 (_initialize_m68kbsd_nat): New prototype and function.
3862 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3863 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3864 (LOADLIBES): New variable.
3865 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3866 (LOADLIBES): New variable.
3867
3868 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3869
3870 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3871
3872 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3873 <sys/proc.h>.
3874 (bsd_kvm_cmdlist): New variable.
3875 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3876 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3877 command and "kvm proc" command.
3878 * Makefile.in (bsd-kvm.o): Update dependencies.
3879
3880 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3881
3882 * osabi.c: Update copyright year.
3883 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3884 notes if EI_OSABI is set to ELFOSABI_HPUX.
3885
3886 2004-07-01 Michael Snyder <msnyder@redhat.com>
3887
3888 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3889 that seems to have gotten whacked out of line.
3890
3891 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3892
3893 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3894 code.
3895
3896 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3897
3898 * ada-lang.c (decode_packed_array): Minor change to comment.
3899 (ada_value_slice_ptr): New function.
3900 (ada_value_slice): New function.
3901 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3902 test. Don't know why it is there.
3903 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3904 to avoid dereferencing huge arrays from which one is slicing.
3905 (empty_array): Correct to return an array rather than
3906 a subrange value.
3907 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3908 on empty arrays (let'em use 'FIRST instead).
3909
3910 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3911
3912 Address complaints from gdb_ari.sh:
3913
3914 * ada-exp.y: Include gdb_string.h rather than string.h.
3915 (convert_char_literal): Reformat declaration.
3916 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3917 * ada-lex.l: Change use of free to xfree (the macro would do so
3918 anyway, but this is harmless).
3919 Include gdb_string.h rather than string.h.
3920 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3921
3922 * ada-lang.c (parse): Remove K&Rism in parameter list.
3923 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3924
3925 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3926
3927 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3928 dead code.
3929
3930 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3931
3932 * alphabsd-nat.c: Update copyright year.
3933 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3934
3935 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3936
3937 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3938 (i386_cygwin_in_solib_call_trampoline): New function.
3939 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3940 and skip_trampoline_code gdbarch methods.
3941
3942 2004-06-29 Jim Blandy <jimb@redhat.com>
3943
3944 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3945 name actually used in the dependency lists.
3946
3947 2004-06-29 Randolph Chung <tausq@debian.org>
3948
3949 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3950
3951 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3952
3953 * win32-nat.c (child_pid_to_exec_file): New function.
3954 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3955 functionality.
3956
3957 2004-06-28 Andrew Cagney <cagney@gnu.org>
3958
3959 * defs.h (xstrvprintf): Declare.
3960 * utils.c (xstrvprintf): New function.
3961 (internal_vproblem, xstrprintf, xasprintf)
3962 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3963 * serial.c (serial_printf): Ditto.
3964 * complaints.c (vcomplaint): Ditto.
3965
3966 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3967
3968 * infcmd.c (attach_command): Move call to target_terminal_inferior
3969 behind loading symbol table.
3970
3971 2004-06-28 Andrew Cagney <cagney@gnu.org>
3972
3973 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3974 change - add back extern deprecated_ui_loop_hook declaration.
3975
3976 2004-06-28 Andrew Cagney <cagney@gnu.org>
3977
3978 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3979 xstrprintf.
3980 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3981 (c_value_of_variable): Ditto.
3982 * utils.c (internal_vproblem): Ditto.
3983 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3984 * remote.c (add_packet_config_cmd): Ditto.
3985 * remote-rdp.c (rdp_set_command_line): Ditto.
3986 * regcache.c (regcache_dump): Ditto.
3987 * frv-tdep.c (new_variant, new_variant): Ditto.
3988 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3989 (fbsd_find_memory_regions): Ditto.
3990 * breakpoint.c (create_thread_event_breakpoint)
3991 (create_breakpoints): Ditto.
3992 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3993 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3994
3995 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3996
3997 * ada-lang.c: Re-indent file, with some massaging to help indent
3998 a bit when the result is otherwise really too ugly.
3999
4000 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4001
4002 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4003 code_addr_p and special_addr_p to 'unsigned int'.
4004
4005 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4006
4007 * i386v4-nat.c: Update copyright year and tweak comment.
4008 (regmap): Remove trailing comma.
4009 (supply_gregset): Rename local variable i to regnum. Call
4010 regcache_raw_supply instead of supply_register.
4011 (fill_gregset): Rename argument regno to regnum. Call
4012 regcache_raw_collect instead of regcache_collect.
4013
4014 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4015
4016 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
4017 and special_addr_p.
4018 (frame_id_build, frame_id_build_special): Update comments.
4019 (frame_id_build_wild): New prototype.
4020 * frame.c (frame_id_build, frame_id_build_special): Fill in new
4021 struct frame_id fields.
4022 (frame_id_build_wild): New function.
4023 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
4024
4025 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4026
4027 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
4028 hppabsd-tdep.c.
4029
4030 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4031
4032 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
4033
4034 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4035
4036 * ada-lang.c: Re-indent file.
4037
4038 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4039
4040 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
4041 (no_symtab_msg): Likewise.
4042
4043 2004-06-27 Andreas Schwab <schwab@suse.de>
4044
4045 * source.c: Fix whitespace.
4046
4047 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4048
4049 * configure.in: Include <sys/param.h> for td_pcb test.
4050 * configure: Regenerated.
4051
4052 * i386nbsd-nat.c: New file.
4053 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
4054 i386obsd-nat.c and i386obsd-tdep.c.
4055 (i386nbsd-nat.o): New dependency.
4056 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
4057 bsd-kvm.o.
4058 (LOADLIBES): New variable.
4059 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
4060 bsd-kvm.o.
4061 (LOADLIBES): New variable.
4062
4063 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
4064 (LOADLIBES): New variable.
4065
4066 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
4067 fetching from BSD_KVM_PADDR. Correctly lookup address for
4068 "_thread0".
4069
4070 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
4071 "bsd-kvm.h".
4072 (amd64fbsd_supply_pcb): New funcion.
4073 (_initialize_amd64fbsd_nat): Enable libkvm interface.
4074
4075 2004-06-27 <david@streamline-computing.com>
4076
4077 Partial fix for PR cli/1056.
4078 * valarith.c: Check for zero in division and remainder
4079 evaluation.
4080
4081 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4082
4083 * i387-tdep.c: Remove excessive whitespace.
4084
4085 2004-06-26 Andrew Cagney <cagney@gnu.org>
4086
4087 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
4088 * gdb-events.h, gdb-events.c: Re-generate.
4089 * tui/tui-hooks.c (tui_install_hooks): Update.
4090 (tui_remove_hooks): Update.
4091 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
4092
4093 2004-06-26 Mark Kettenis <kettenis@gnu.org>
4094
4095 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
4096 (gregset_t, fpregset_t): Remove typedefs.
4097 (REG_OFFSET): Rename argument.
4098 (amd64bsd_r_reg_offset): Rename from reg_offset.
4099 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
4100 Remove functions.
4101 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
4102 of reg_offset.
4103 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
4104
4105 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
4106
4107 * vax-tdep.c: Tweak comment.
4108
4109 Add OpenBSD/hppa support.
4110 * NEWS (New native configurations): Mention OpenBSD/hppa.
4111 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
4112 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
4113 files.
4114 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
4115 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
4116 * configure.host: Add hppa*-*-openbsd*.
4117 * configure.tgt: Add hppa*-*-openbsd*.
4118
4119 2004-06-25 Andrew Cagney <cagney@gnu.org>
4120
4121 * defs.h (deprecated_ui_loop_hook): Deprecated.
4122 * wince.c (child_wait): Update.
4123 * win32-nat.c (child_wait): Update.
4124 * v850ice.c (v850ice_wait): Update.
4125 * top.c (deprecated_ui_loop_hook): Update.
4126 * serial.h: Update.
4127 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
4128 (do_unix_readchar): Update.
4129 * ser-tcp.c (net_open): Update.
4130 * remote-sim.c (gdb_os_poll_quit): Update.
4131 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
4132
4133 2004-06-24 Andrew Cagney <cagney@gnu.org>
4134
4135 * defs.h (deprecated_pre_add_symbol_hook)
4136 (deprecated_post_add_symbol_hook): Deprecated.
4137 * symfile.c (symbol_file_add_with_addrs_or_offsets)
4138 (symbol_file_add_with_addrs_or_offsets): Update references.
4139
4140 2004-06-24 Andrew Cagney <cagney@gnu.org>
4141
4142 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
4143 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
4144 * wince.c (ui_loop_hook): Delete extern declaration.
4145 * win32-nat.c (ui_loop_hook): Delete extern declaration..
4146 * v850ice.c (ui_loop_hook): Delete extern declaration..
4147 * ser-unix.c (ui_loop_hook): Delete extern declaration..
4148 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
4149 * remote-sim.c (ui_loop_hook): Delete extern declaration..
4150 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
4151 ui_loop_hook declaration.
4152
4153 2004-06-24 Andrew Cagney <cagney@gnu.org>
4154
4155 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
4156 entry_func_highpc fields.
4157 * objfiles.c (init_entry_point_info): Do not clear
4158 entry_func_lowpc and entry_func_highpc.
4159 (objfile_relocate): Do not relocate entry_func_lowpc and
4160 entry_func_highpc.
4161 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
4162 entry_func_highpc.
4163 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
4164 entry_func_highpc.
4165 * blockframe.c (legacy_frame_chain_valid): Replace tests against
4166 entry_func_lowpc and entry_func_highpc with call to
4167 inside_entry_func.
4168
4169 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4170
4171 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
4172 quad-precision floating point arguments in registers.
4173
4174 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4175
4176 From Michael Mueller <m.mueller99@kay-mueller.de>:
4177 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
4178 account.
4179
4180 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
4181
4182 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
4183 to -1.
4184 * breakpoint.c (bpstat_stop_status): Move check for ignoring
4185 untriggered watchpoints to a separate if clause. Update function
4186 comment regarding STOPPED_BY_WATCHPOINT argument.
4187
4188 2004-06-22 Jim Blandy <jimb@redhat.com>
4189
4190 * gdbarch.sh: Doc fix.
4191
4192 2004-06-21 Martin Hunt <hunt@redhat.com>
4193 Kevin Buettner <kevinb@redhat.com>
4194
4195 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
4196 * mips-tdep.h (MIPS_SP_REGNUM): Define.
4197 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
4198 to set_gdbarch_sp_regnum(). Use cooked register number.
4199 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
4200
4201 2004-06-21 Andrew Cagney <cagney@gnu.org>
4202
4203 * gdbarch.sh: When the macro field is empty, do not generate a
4204 macro definition. When the macro field is "=", generate the macro
4205 name from the upper-case function name.
4206 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
4207 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
4208 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
4209 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
4210 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
4211 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
4212 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
4213 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
4214 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
4215 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
4216 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
4217 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
4218 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
4219 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
4220 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4221 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
4222 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
4223 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
4224 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
4225 (DEPRECATED_USE_STRUCT_CONVENTION)
4226 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4227 (DEPRECATED_FRAME_INIT_SAVED_REGS)
4228 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
4229 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
4230 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4231 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
4232 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
4233 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
4234 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
4235 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
4236 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
4237 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
4238 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
4239 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
4240 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
4241 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
4242 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
4243 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
4244
4245 2004-06-21 Andrew Cagney <cagney@gnu.org>
4246
4247 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
4248 macro name, and the function rather than macro value. Only wrap
4249 macro print statements in #ifdef. Move format logic to where it
4250 is needed.
4251 * gdbarch.c: Re-generate.
4252
4253 * gdbarch.sh (read): Delete "print_p" and "description", add
4254 "garbage_at_eol". Check for non-empty garbage at end-of-line.
4255 Delete references to print_p.
4256 (TARGET_ARCHITECTURE): Delete print predicate.
4257 * gdbarch.c: Re-generate.
4258
4259 * gdbarch.sh: Check that multi-arch methods do not provide a
4260 macro.
4261 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
4262 (print_registers_info, print_float_info, print_vector_info)
4263 (adjust_breakpoint_address, remote_translate_xfer_address)
4264 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
4265 (address_class_type_flags_to_name, unwind_sp): Remove the macro
4266 name from the multi-arch definition.
4267
4268 2004-06-20 Andrew Cagney <cagney@gnu.org>
4269
4270 * gdbarch.sh: Sort by the function, instead of macro name.
4271 * gdbarch.c: Re-generate.
4272
4273 2004-06-20 Andrew Cagney <cagney@gnu.org>
4274
4275 * gdbarch.sh: Use the function, instead of macro name in
4276 errors and the log file.
4277 (return_value): Remove stray ":" in spec.
4278
4279 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
4280 * gdbarch.h, gdbarch.c: Re-generate.
4281 * Makefile.in (arch-utils.o): Update dependencies.
4282 * values.c (using_struct_return): Move code calling
4283 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
4284 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
4285 to legacy_return_value, simplify.
4286 * infcmd.c (print_return_value): Move code calling
4287 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
4288 to legacy_return_value, simplify.
4289 * infcall.c (call_function_by_hand): Move code calling
4290 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
4291 * arch-utils.c: Update copyright. Include "gdbcore.h".
4292 (legacy_return_value): New function.
4293 * arch-utils.h: Update copyright.
4294 (legacy_return_value): Declare.
4295
4296 2004-06-20 Andrew Cagney <cagney@gnu.org>
4297
4298 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
4299 * gdbarch.h, gdbarch.c: Re-generate.
4300 * values.c (using_struct_return): Update call.
4301 * mcore-tdep.c: Update comment.
4302 * infcall.c (call_function_by_hand): Update comment.
4303 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4304 * arch-utils.h (always_use_struct_convention): Update.
4305 * v850-tdep.c (v850_gdbarch_init): Update.
4306 * sh64-tdep.c (sh64_gdbarch_init): Update.
4307 * sh-tdep.c (sh_gdbarch_init): Update.
4308 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4309 * mips-tdep.c (mips_gdbarch_init): Update.
4310 * mcore-tdep.c (mcore_gdbarch_init): Update.
4311 * m32r-tdep.c (m32r_gdbarch_init): Update.
4312 * ia64-tdep.c (ia64_gdbarch_init): Update.
4313 * h8300-tdep.c (h8300_gdbarch_init): Update.
4314 * frv-tdep.c (frv_gdbarch_init): Update.
4315 * cris-tdep.c (cris_gdbarch_init): Update.
4316 * arm-tdep.c (arm_gdbarch_init): Update.
4317 * alpha-tdep.c (alpha_gdbarch_init): Update.
4318
4319 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4320
4321 * PROBLEMS: Add more specific information, and a work-around,
4322 for PR gdb/1458.
4323
4324 2004-06-18 Andrew Cagney <cagney@gnu.org>
4325
4326 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
4327 * gdbarch.h, gdbarch.c: Re-generate.
4328 * ada-lang.c (ada_finish_decode_line_1): Update.
4329 * infrun.c (handle_inferior_event): Update.
4330 * infcall.c (find_function_addr): Update.
4331 * linespec.c (minsym_found): Update.
4332 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
4333 Update.
4334 * blockframe.c (legacy_frameless_look_for_prologue): Update.
4335 * cli/cli-cmds.c (disassemble_command): Update.
4336 * vax-tdep.c (vax_gdbarch_init): Update.
4337
4338 2004-06-18 Mark Kettenis <kettenis@gnu.org>
4339
4340 * i386-tdep.c (i386_collect_fpregset): Fix comment.
4341
4342 2004-06-17 Andrew Cagney <cagney@gnu.org>
4343
4344 GDB 6.1.1 released from the GDB 6.1 branch.
4345 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
4346 * PROBLEMS: Ditto.
4347
4348 2004-06-16 Daniel Jacobowitz <dan@debian.org>
4349
4350 PR gdb/1658
4351 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
4352 operation as a uleb128. Found by Michael Coulter.
4353
4354 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
4355
4356 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4357 make it non-static.
4358 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4359 to ada-lang.h; this is needed to be able to implement the kill command
4360 in multi-task mode.
4361 (task_ptid): Ditto.
4362 (task_entry): Ditto.
4363 (task_list): Ditto.
4364 (ada_build_task_list): Ditto.
4365
4366 * ada-lang.c: Conditionalize routines and data structures related
4367 to breakpoints, exceptions, completion, and symbol caching on
4368 GNAT_GDB, since these are not yet used in the submitted public sources.
4369 (ada_main_name): Editorial: Move definition out of exception-related
4370 code.
4371
4372 2004-06-15 Andrew Cagney <cagney@gnu.org>
4373
4374 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4375 deprecated_pc_in_call_dummy.
4376
4377 2004-06-15 Alan Modra <amodra@bigpond.net.au>
4378
4379 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4380 bfd_get_section_size_before_reloc or _raw_size.
4381 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4382 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4383 (dwarf2_read_section): Likewise.
4384 * elfread.c (elf_locate_sections): Likewise.
4385 * gcore.c (derive_heap_segment): Likewise.
4386 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4387 * remote-e7000.c (e7000_load): Likewise.
4388 * remote-m32r-sdi.c (m32r_load): Likewise.
4389 * remote-mips.c (mips_load_srec): Likewise.
4390 (pmon_load_fast): Likewise.
4391 * remote.c (compare_sections_command): Likewise.
4392 * symfile.c (add_section_size_callback): Likewise.
4393 (load_section_callback): Likewise.
4394 (pc_in_unmapped_range): Likewise.
4395 (pc_in_mapped_range): Likewise.
4396 (sections_overlap): Likewise.
4397 (list_overlays_command): Likewise.
4398 (simple_overlay_update_1): Likewise.
4399 (simple_overlay_update): Likewise.
4400 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4401 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4402
4403 2004-06-14 Randolph Chung <tausq@debian.org>
4404
4405 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4406 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4407 static.
4408 (hppa_hpux_inferior_created): New function.
4409 (hppa_hpux_init_abi): Register observer.
4410 * symfile.c (hp_cxx_exception_support_initialized)
4411 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4412 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4413
4414 2004-06-14 Randolph Chung <tausq@debian.org>
4415
4416 * MAINTAINERS (Write After Approval): Alphabetize my entry
4417 correctly.
4418
4419 2004-06-14 Andrew Cagney <cagney@gnu.org>
4420
4421 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4422 testsuite maintainer.
4423
4424 2004-06-13 Andrew Cagney <cagney@gnu.org>
4425
4426 * infcmd.c (print_return_value): Fix logic, allow
4427 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4428
4429 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4430 defining any macros.
4431 * gdbarch.h: Re-generate.
4432
4433 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4434 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4435 * gdbarch.h: Re-generate.
4436
4437 * values.c (generic_use_struct_convention): Don't check gcc_p.
4438
4439 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4440 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4441 * gdbarch.h, gdbarch.c: Regenerate.
4442 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4443 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4444 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4445 deprecated_max_register_raw_size and
4446 deprecated_max_register_virtual_size.
4447 * v850-tdep.c (v850_gdbarch_init): Ditto.
4448 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4449 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4450 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4451 * cris-tdep.c (cris_gdbarch_init): Ditto.
4452
4453 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4454 * gdbarch.h, gdbarch.c: Re-generate.
4455 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4456 (m68hc11_use_struct_convention): Delete function.
4457 (m68hc11_extract_struct_value_address): Delete function.
4458 (m68hc11_return_value): New function.
4459 (m68hc11_gdbarch_init): Instead of store_return_value,
4460 extract_return_value, return_value_on_stack,
4461 deprecated_extract_struct_value_address and use_struct_convention,
4462 set return_value.
4463 * values.c (using_struct_return): Do not call
4464 RETURN_VALUE_ON_STACK.
4465 * arch-utils.h (generic_return_value_on_stack_not): Delete
4466 declaration.
4467 * arch-utils.c (generic_return_value_on_stack_not): Delete
4468 function.
4469
4470 2004-06-12 Andrew Cagney <cagney@gnu.org>
4471
4472 * values.c (register_value_being_returned): Delete function.
4473 * infcmd.c (legacy_return_value): Delete function.
4474 * infcall.c (call_function_by_hand): Inline
4475 "register_value_being_returned", simplify.
4476 * values.c (using_struct_return): Update comment, refer to
4477 print_return_value instead of register_value_being_returned.
4478 * infcmd.c (print_return_value): Inline calls to
4479 register_value_being_returned and legacy_return_value. Simplify.
4480
4481 2004-06-11 Randolph Chung <tausq@debian.org>
4482
4483 * somread.c (som_symtab_read): Exclude gcc local symbols.
4484
4485 2004-06-11 Randolph Chung <tausq@debian.org>
4486
4487 * infrun.c (handle_inferior_event): Handle the case when a
4488 trampoline ends up in the runtime resolver, and if the trampoline
4489 has no name. Rearrange the code so that all the trampoline
4490 processing happens before other step-out-of-range handling.
4491
4492 2004-06-11 Martin Hunt <hunt@redhat.com>
4493
4494 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4495 has no fpu.
4496
4497 2004-06-10 Andrew Cagney <cagney@gnu.org>
4498
4499 * blockframe.c (legacy_inside_entry_func): Delete.
4500 (legacy_frame_chain_valid): Inline call to
4501 legacy_inside_entry_func, simplify.
4502
4503 2004-06-10 Bob Rossi <bob@brasko.net>
4504
4505 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4506 * dwarf2read.c (partial_die_info): Add dirname field.
4507 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4508 (read_partial_die): Save away DW_AT_comp_dir.
4509 * defs.h (symtab_to_filename): Removed.
4510 * source.c (find_and_open_source): Added.
4511 (open_source_file): Just calls find_and_open_source.
4512 (symtab_to_filename): Removed.
4513 (symtab_to_fullname, psymtab_to_fullname): Added.
4514 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4515 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4516 symtab_to_filename.
4517 * symtab.h (partial_symtab): Add dirname field.
4518 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4519 (mi_cmd_file_list_exec_source_file): Call new function
4520 symtab_to_fullname to find fullname.
4521 (mi_cmd_file_list_exec_source_files): Added.
4522 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4523 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4524
4525 2004-06-10 Andrew Cagney <cagney@gnu.org>
4526
4527 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4528 to generic_use_struct_convention, the default value.
4529
4530 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4531 of abort.
4532
4533 * ns32k-tdep.c (ns32k_push_arguments): New function.
4534 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4535 * infcall.c (call_function_by_hand): Call error instead of
4536 legacy_push_arguments.
4537 * value.h (legacy_push_arguments): Delete declaration.
4538 * valops.c (legacy_push_arguments): Delete function.
4539 (value_push): Delete function.
4540
4541 2004-06-10 Brian Ford <ford@vss.fsi.com>
4542
4543 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4544 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4545 info.
4546 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4547
4548 2004-06-10 Andrew Cagney <cagney@gnu.org>
4549
4550 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4551 * gdbarch.h, gdbarch.c: Re-generate.
4552 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4553 parameters.
4554 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4555 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4556 deprecated_pc_in_call_dummy instead of
4557 DEPRECATED_PC_IN_CALL_DUMMY.
4558 (arm_skip_prologue): Ditto.
4559 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4560 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4561 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4562 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4563 Ditto.
4564 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4565 (sh64_init_extra_frame_info, sh64_get_saved_register)
4566 (sh64_pop_frame): Ditto.
4567 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4568 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4569 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4570 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4571 (h8300_pop_frame): Ditto.
4572 * blockframe.c (legacy_inside_entry_func)
4573 (legacy_frame_chain_valid): Ditto.
4574 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4575 to deprecated_pc_in_call_dummy.
4576
4577 2004-06-09 Andrew Cagney <cagney@gnu.org>
4578
4579 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4580 provide a default value.
4581 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4582 * gdbarch.h, gdbarch.c: Re-generate.
4583 * arch-utils.c (generic_convert_register_p): Rename
4584 legacy_convert_register_p
4585 (legacy_register_to_value, legacy_value_to_register): Delete
4586 functions.
4587 * arch-utils.h (generic_convert_register_p): Rename
4588 legacy_convert_register_p.
4589 (legacy_register_to_value, legacy_value_to_register): Delete
4590 declarations.
4591
4592 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4593 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4594 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4595 * gdbarch.h, gdbarch.c: Re-generate.
4596 * infcmd.c (default_print_registers_info): Simplify.
4597 * findvar.c (value_of_register): Simplify.
4598 * mi/mi-main.c (get_register): Simplify.
4599 * arch-utils.c (legacy_convert_register_p): Always return 0.
4600 (legacy_register_to_value, legacy_value_to_register): Always call
4601 internal_error.
4602
4603 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4604 #ifdef CLEAR_INSN_CACHE code.
4605 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4606 Delete #ifdef CLEAR_DEFERRED_STORES code.
4607
4608 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4609
4610 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4611 copyright.
4612 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4613
4614 * config/mips/mipsv4.mh: Delete file.
4615
4616 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4617 unreferenced macro.
4618 (hpread_adjust_stack_address): Delete declaration.
4619
4620 2004-06-08 Andrew Cagney <cagney@gnu.org>
4621
4622 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4623 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4624 PTRACE_ATTACH / PTRACE_DETACH available call error.
4625 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4626 * infttrace.c (update_thread_state_after_attach, attach, detach):
4627 Remove #ifdef wrappers.
4628 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4629 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4630 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4631 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4632 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4633 * config/nm-linux.h (ATTACH_DETACH): Delete.
4634 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4635 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4636 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4637 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4638 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4639
4640 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4641
4642 * configure.in: Set $configdir to the right OS specific value.
4643 Use value when setting $tcldir and $tkdir.
4644 * configure: Regenerate.
4645
4646 2004-06-06 Paul Brook <paul@codesourcery.com>
4647
4648 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4649 records.
4650
4651 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4652
4653 * ada-lang.c (lookup_symbol_in_language): New function to allow
4654 re-use of another language's symbol lookup code. (Placed here
4655 temporarily while Ada support is being integrated into the public
4656 tree).
4657 (restore_language): New auxiliary function for
4658 lookup_symbol_in_language.
4659 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4660 temporarily while Ada support is being integrated into the public
4661 tree).
4662
4663 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4664
4665 * Makefile.in (check//%): New.
4666
4667 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4668 (mn10300_store_return_value): Rewrite.
4669 (mn10300_type_align): New.
4670 (mn10300_use_struct_convention): Rewrite.
4671 (mn10300_return_value): New, using all of the above.
4672 (mn10300_pop_frame_regular): Add saved_regs_size.
4673 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4674
4675 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4676 regs if PC is on movm.
4677
4678 2004-06-07 Jim Blandy <jimb@redhat.com>
4679
4680 Add native Linux support for the PowerPC E500.
4681 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4682 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4683 all architectures except the E500.
4684 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4685 #definitions.
4686 (struct gdb_evrregset_t): New type.
4687 (have_ptrace_getsetevrregs): New variable.
4688 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4689 fetch_spe_registers): New functions.
4690 (fetch_register): Call fetch_spe_register as appropriate.
4691 Assert that we're only passed raw register numbers.
4692 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4693 Don't fetch gprs if they're pseudoregisters.
4694 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4695 store_spe_registers): New functions.
4696 (store_register): Call store_spe_register as appropriate.
4697 Assert that we're only passed raw register numbers.
4698 (store_ppc_registers): Call store_spe_registers as appropriate.
4699 Don't store gprs if they're pseudoregisters.
4700
4701 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4702
4703 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4704 struct if one exists, even if we are dealing with a zombie thread.
4705
4706 2004-06-07 Andrew Cagney <cagney@gnu.org>
4707
4708 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4709 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4710 Rename PC_REQUIRES_RUN_BEFORE_USE.
4711 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4712 #ifdef.
4713
4714 2004-06-07 Randolph Chung <tausq@debian.org>
4715
4716 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4717 unwinding after sp has been saved to the stack but before the end
4718 of the prologue, and after the fp has been modified but before it has
4719 been saved to the stack.
4720 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4721 Remove superfluous definitions.
4722 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4723
4724 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4725
4726 Committed by Randolph Chung.
4727 * hppa-linux-nat.c: Include the correct version of the header file
4728 depending on the kernel version.
4729
4730 2004-06-06 Randolph Chung <tausq@debian.org>
4731
4732 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4733 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4734
4735 2004-06-06 Randolph Chung <tausq@debian.org>
4736
4737 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4738 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4739 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4740 * hppa-tdep.c (hppa_symbol_address): New function definition.
4741 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4742
4743 2004-06-06 Randolph Chung <tausq@debian.org>
4744
4745 * hppa-tdep.h (struct value): Forward declaration.
4746 (gdbarch_tdep): Define tdep find_global_pointer method.
4747 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4748 associated with the function we are trying to call, and write it
4749 to the gp register.
4750 (hppa32_convert_from_funct_ptr_addr): New function.
4751 (hppa_find_global_pointer): New function.
4752 (hppa_gdbarch_init): Set default find_global_pointer method; set
4753 convert_from_func_ptr_addr method.
4754 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4755 (hppa_linux_init_abi): Set find_global_pointer method.
4756 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4757
4758 2004-06-06 Randolph Chung <tausq@debian.org>
4759
4760 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4761 to struct value *function.
4762 * gdbarch.c: Regenerate.
4763 * gdbarch.h: Likewise.
4764 * infcall.c (call_function_by_hand): Pass entire function value
4765 to push_dummy_call.
4766
4767 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4768 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4769 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4770 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4771 * arm-tdep.c (arm_push_dummy_call): Likewise.
4772 * avr-tdep.c (avr_push_dummy_call): Likewise.
4773 * cris-tdep.c (cris_push_dummy_call): Likewise.
4774 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4775 * frv-tdep.c (frv_push_dummy_call): Likewise.
4776 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4777 * hppa-tdep.c (hppa32_push_dummy_call)
4778 (hppa64_push_dummy_call): Likewise.
4779 * i386-tdep.c (i386_push_dummy_call): Likewise.
4780 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4781 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4782 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4783 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4784 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4785 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4786 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4787 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4788 (ppc64_sysv_abi_push_dummy_call): Likewise.
4789 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4790 (ppc64_sysv_abi_push_dummy_call): Likewise.
4791 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4792 * s390-tdep.c (s390_push_dummy_call): Likewise.
4793 * sh-tdep.c (sh_push_dummy_call_fpu)
4794 (sh_push_dummy_call_nofpu): Likewise.
4795 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4796 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4797 * vax-tdep.c (vax_push_dummy_call): Likewise.
4798
4799 2004-06-04 Jim Blandy <jimb@redhat.com>
4800
4801 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4802 gdbarch argument to register_size.
4803
4804 * rs6000-tdep.c (rs6000_store_return_value): Use
4805 regcache_cooked_write_part instead of
4806 deprecated_write_register_bytes.
4807 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4808 not gdbarch_deprecated_store_return_value.
4809
4810 * ppc-linux-nat.c (store_register, fetch_register): Remove
4811 incorrect assertions. Simplify and generalize handling of
4812 transfers whose sizes are not multiples of, or less than, sizeof
4813 (PTRACE_XFER_TYPE).
4814
4815 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4816
4817 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4818 as a new thread event.
4819 * thread-db.c (thread_get_info_callback): If the thread is a
4820 zombie, return TD_THR_ZOMBIE.
4821 (thread_from_lwp): If thread_get_info_callback returns
4822 TD_THR_ZOMBIE, check if the thread is still on the thread list
4823 and return a -1 ptid if not found.
4824 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4825 change the status to TARGET_WAITKIND_SPURIOUS.
4826
4827 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4828
4829 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4830 double values in little endian mode.
4831
4832 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4833
4834 Committed by Andrew Cagney.
4835 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4836 after last enum constant to avoid error from IBM C
4837 compiler.
4838
4839 2004-06-02 Jim Blandy <jimb@redhat.com>
4840
4841 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4842 to 'message', and make it local to the lone block that uses it.
4843
4844 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4845
4846 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4847
4848 * ada-exp.y: Update copyright notice.
4849 Include block.h.
4850
4851 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4852 SPECIAL_VARIABLE and unify the treatment of these cases.
4853
4854 (write_attribute_call0): Remove.
4855 (write_attribute_call1): Remove.
4856 (write_attribute_calln): Remove.
4857 (save_qualifier): Add missing semicolon.
4858
4859 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4860 temporarily disabled to allow compilation with FSF head version.
4861
4862 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4863 use individual operators (OP_*) for all attributes.
4864 (exp syntax): Use write_int.
4865 Handle STRING literals with OP_STRING.
4866 (variable syntax): Add limit parameter to calls to
4867 write_object_renaming.
4868
4869 (temp_parse_space): New definition to hold entities that need
4870 only live until the next call to ada_parse.
4871 (string_to_operator): Rename fields of ada_opname_table entries.
4872
4873 (write_var_from_sym): Record block.
4874 (write_var_from_name): Minor reformatting.
4875 Make sure saved name is properly encoded in the case of multiple
4876 matches, and set its language to Ada.
4877 Update comment.
4878 Modify to indicate unresolved name as symbol in the UNRESOLVED
4879 namespace, allocated in temp_parse_space.
4880 (write_int): New function.
4881
4882 (write_object_renaming): Add max_depth parameter to limit
4883 chains of object renamings.
4884 Handle case where root of renaming expression is itself a renaming.
4885 Use temp_parse_space for temporary name buffer.
4886 Handle renamings to dereferenced pointers (___XEXA suffices).
4887
4888 (ada_parse, yyerror, string_to_operator,
4889 write_var_from_sym, write_var_from_name, write_attribute_call0,
4890 write_attribute_call1, write_attribute_calln,
4891 write_object_renaming): Protoize.
4892
4893 (_initialize_ada_exp): New function.
4894
4895 * ada-lang.c: Update copyright notice.
4896 General terminology change to conform to GNAT compiler usage:
4897 mangle => encode, demangle => decode
4898 Include gdb_obstack.h.
4899 Include gdb_regex.h
4900 Include frame.h
4901 Include hashtab.h
4902 Include completer.h
4903 Include gdb_stat.h
4904 Include block.h
4905 Include infcall.h
4906
4907 (ADA_RETAIN_DOTS): Make sure this is defined.
4908 (TRUNCATION_TOWARDS_ZERO): Define.
4909 (struct string_vector): Define.
4910 (unresolved_names): Remove definition.
4911 (xnew_string_vector): New function.
4912 (string_vector_append): New function.
4913 (extract_string): Make static.
4914 (ada_unqualified_name): New function.
4915 (add_angle_brackets): New function.
4916 (function_name_from_pc): New function.
4917 (place_on_stack): Rename to ensure_lval.
4918
4919 (ensure_lval): Renamed from place_on_stack.
4920 Make identity on lvals.
4921 Update comment.
4922 (is_nonfunction): New interface.
4923 Only symbols in LOC_CONST class can be enumerals.
4924 (fill_in_ada_prototype): Remove; now independent of language.
4925 (add_defn_to_vec): Add obstack and symtab arguments.
4926 Use obstack to hold collected definitions.
4927 (num_defns_collected): New function.
4928 (defns_collected): New function.
4929 (ada_resolve_subexp): Rename to resolve_subexp.
4930 (resolve_subexp): Renamed from ada_resolve_subexp.
4931 (ada_op_name): Return non-const result.
4932 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4933 other purposes.
4934
4935 (to_fixed_array_type): Add declaration.
4936 (coerce_unspec_val_to_type): Remove offset parameter.
4937 (find_sal_from_funcs_and_line): New interface.
4938 (find_line_in_linetable): Ditto.
4939
4940 (all_sals_for_line): Rename to ada_sals_for_line and make
4941 global.
4942 Add new parameter. When set, do not ask the user to choose the
4943 instance, but use the first one found instead.
4944 Use given line number in returned sals.
4945 Fix comment.
4946 Skip the prologue if funfirstline is set.
4947 Correct for memory leak when 0 lines found.
4948
4949 (value_pos_atr): Use pos_atr.
4950 (pos_atr): New function.
4951 (standard_lookup): Add block parameter.
4952
4953 (makeTimeStart): Remove declaration and uses.
4954 (makeTimeStop): Remove declaration and uses.
4955
4956 (ada_completer_word_break_characters): Allow for VMS.
4957 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4958 (raise_sym_name): New constant.
4959 (raise_unhandled_sym_name): New constant.
4960 (raise_assert_sym_name): New constant.
4961 (process_raise_exception_name): New constant.
4962 (longest_exception_template): New constant.
4963 (warning_limit): New variable to limit warnings during expression
4964 evaluation.
4965 (warnings_issued): New variable to keep track of warnings issued.
4966 (known_runtime_file_name_patterns): New constant.
4967 (known_auxiliary_function_name_patterns): New constant.
4968 (symbol_list_obstack): New variable.
4969
4970 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4971 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4972 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4973 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4974 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4975 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4976 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4977 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4978 and strcmp.
4979
4980 (ada_get_field_index): New function.
4981 (lim_warning): New function.
4982 (ada_translate_error_message): New function.
4983 (MAX_OF_SIZE): New function.
4984 (MIN_OF_SIZE): New function.
4985 (UMAX_OF_SIZE): New function.
4986 (UMIN_OF_SIZE): New function.
4987 (discrete_type_high_bound): New function.
4988 (discrete_type_low_bound): New function.
4989 (base_type): New function.
4990 (do_command): Remove.
4991
4992 (ada_update_initial_language): Use language_ada, not language_unknown.
4993 (ada_encode): Renamed from ada_mangle.
4994 Obey ADA_RETAIN_DOTS.
4995 (ada_decode): Renamed from ada_demangle.
4996 Update coding conventions.
4997 (decoded_names_store): New hash table.
4998 (ada_decode_symbol): New function.
4999 (ada_la_decode): New function.
5000
5001 (modify_general_field): Correct computations of offset and bit
5002 position.
5003 (desc_base_type): Handle ref types, too.
5004 (ada_is_direct_array_type): New function.
5005
5006 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5007 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5008 (ada_is_bogus_array_descriptor,ada_type_of_array,
5009 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
5010 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
5011 ada_is_array_descriptor_type.
5012
5013 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
5014 (ada_is_packed_array_type): Handle pointers or
5015 references to packed arrays as well.
5016 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
5017 (decode_packed_array_type): Search for the packed array type
5018 symbol in the currently selected block and associated
5019 superblocks too.
5020 Use lookup_symbol again.
5021
5022 (decode_packed_array): Handle pointers and references.
5023 Update call to coerce_unspec_val_to_type.
5024 (decode_packed_array_type,value_subscript_packed): Limit warnings.
5025 (ada_value_primitive_packed_val): Improve comment.
5026
5027 (ada_index_type): Substitute int type for "undefined".
5028 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
5029 ada_array_langth, ada_is_string_type): Use renamed
5030 ada_is_simple_array_type.
5031 (empty_array): New function.
5032
5033 (ada_resolve): Rename to resolve.
5034 (resolve): Make static.
5035 Call renamed resolve_subexp.
5036 Update comment.
5037 (ada_resolve_subexp): Rename to resolve_subexp.
5038 (resolve_subexp): Update comment.
5039 Decomment disabled code.
5040 Add LOC_COMPUTED* cases.
5041 Modify to use temporary struct symbols (marked as being in
5042 UNDEF_NAMESPACE) to indicate unresolved names, instead of
5043 OP_UNRESOLVED_VALUE.
5044 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
5045 Add OP_STRING case.
5046 Remove OP_ARRAY.
5047 Use SYMBOL_PRINT_NAME instead of ada_demangle.
5048 Use new ada_lookup_symbol_list interface.
5049 Use new ada_resolve_function interface.
5050 Remove OP_TYPE case.
5051
5052 (ada_args_match): Idiot proof against null actuals.
5053 Use intermediate variables to clarify.
5054 (ada_resolve_function): Update comment and interface.
5055 (mangled_ordered_before): Rename to encoded_ordered_before and
5056 update comment.
5057 (sort_choices): Update comment and interface.
5058 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
5059 (user_select_syms): New interface.
5060 Use new sort_choices interface.
5061 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
5062 (possible_user_operator_p): Idiot-proof against null values.
5063 (ada_simple_renamed_entity): Don't make cleanup; rely on
5064 caller to free result string.
5065 Remove const from return type.
5066 (make_array_descriptor): Rename uses of place_on_stack to
5067 ensure_lval.
5068 Make sure that arrays are on stack.
5069
5070 (HASH_SIZE): Define.
5071 (struct cache_entry): Define.
5072 (cache_space): Define.
5073 (cache): Define.
5074 (clear_ada_sym_cache): New function.
5075 (find_entry): New function.
5076 (lookup_cached_symbol): New function.
5077 (defn_vector_size): Define.
5078 (cache_symbol): New function.
5079 (defn_symbols): Remove.
5080
5081 (standard_lookup): Use lookup_symbol_in_language to get effect of
5082 C lookup.
5083 Cache results.
5084
5085 (symbol_completion_match): New function.
5086 (symbol_completion_add): New function.
5087 (ada_make_symbol_completion_list): New function.
5088
5089 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
5090 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
5091 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5092 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
5093
5094 (ada_lookup_simple_minsym): New function.
5095 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
5096
5097 (add_symbols_from_enclosing_procs): New interface.
5098 Conditionalize more helpfully.
5099 Don't bother if program isn't running.
5100 Use new interface to get_frame_block.
5101 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
5102
5103 (remove_extra_symbols): New interface.
5104 (xget_renaming_scope): New function.
5105 (is_package_name): New function.
5106 (renaming_is_visible): New function.
5107 (remove_out_of_scope_renamings): New function.
5108
5109 (ada_lookup_symbol_list): New interface.
5110 Properly reinitialize the symbol list obstack.
5111 Don't call add_symbols_from_enclosing_procs if we start from a
5112 static or global block.
5113 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
5114 add_symbols_from_enclosing_procs.
5115 Add symtab data to cached entries.
5116 Handle symbols prefixed with
5117 "standard__" specially; strip prefix and don't look in local symbols.
5118 Do not include out of scope renaming symbols in list of
5119 symbols returned.
5120 Add const to block parameter.
5121 Move check for non-local, non-global symbols earlier.
5122 Remove timing stuff.
5123 (ada_lookup_symbol): New interface.
5124 Find symtab as well.
5125 (ada_lookup_symbol_nonlocal): New function.
5126
5127 (is_name_suffix): Enhance suffix detection to recognize
5128 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
5129 (is_dot_digits_suffix): New function.
5130 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
5131
5132 (ada_add_block_symbols): New interface. Use obstack to return results
5133 in a vector of struct ada_symbol_infos. Add symtab argument.
5134 Use new interface to add_defn_to_vec.
5135 Remove calls to fill_in_ada_prototype.
5136 Use BLOCK_BUCKETS, BLOCK_BUCKET.
5137
5138 (ada_finish_decode_line_1): Add const qualification to local to fix
5139 warning.
5140 Start looking in static block for functions to avoid attempts
5141 to search frame chain for up-level variables.
5142 Adapt to new ada_sals_for_line interface.
5143 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
5144 Handle quoting of the function name inside the spec string.
5145 Skip prologue when funfirstline is set and update the
5146 function documentation to that effect.
5147
5148 (debug_print_lines, debug_print_block, debug_print_blocks,
5149 debug_print_symtab): Remove.
5150
5151 (ada_main_name): New function.
5152 (ada_exception_breakpoint_type): New function.
5153 (is_known_support_routine): New function.
5154 (ada_find_printable_frame): Renamed from find_printable_frame and made
5155 global.
5156 Remove level parameter.
5157 Use new interface to select_frame.
5158
5159 (begin_command): Remove.
5160 (ada_adjust_exception_stop): New function.
5161 (ada_print_exception_stop): New function.
5162 (exception_name_from_cond): New function.
5163 (ada_report_exception_break): Replace disabled code with
5164 conditionalization on GNAT_GDB.
5165 Get the exception name from the condition string.
5166 Remove and move functionality into new functions
5167 ada_print_exception_breakpoint_task and
5168 ada_print_exception_breakpoint_nontask.
5169 (error_breakpoint_runtime_sym_not_found): New function.
5170 (is_runtime_sym_defined): New function.
5171 (ada_breakpoint_rewrite): Uncomment suppressed code.
5172 Use symbolic error-message and runtime-symbol names.
5173 Surround runtime symbol names in quotes.
5174 Allow non-specific breakpoints on exceptions and assertions before
5175 program starts.
5176
5177 (ada_is_tagged_type): Add parameter.
5178 (ada_is_tag_type): New function.
5179 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
5180 (ada_variant_discrim_type): Ditto.
5181 (value_tag_from_contents_and_address): New function.
5182 (type_from_tag): New function.
5183 (struct tag_args): New structure used to communicate with
5184 ada_tag_name_1.
5185 (ada_tag_name_1): New function.
5186 (ada_tag_name): New function.
5187
5188 (ada_scan_number): Update comment.
5189 (find_struct_field): New function.
5190 (ada_search_struct_field): Make static.
5191 (ada_value_struct_elt): New version that returns references when
5192 given pointers or references to structs.
5193 (ada_lookup_struct_elt_type): Add 'refok' parameter.
5194 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
5195 interface.
5196 (ada_value_ind): Use new ada_to_fixed_value interface.
5197 (ada_coerce_ref): Ditto.
5198 (field_offset): Remove.
5199
5200 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
5201 (ada_find_renaming_symbol): New function.
5202 (ada_prefer_type): Prefer named types over unnamed ones.
5203 (variant_field_index): New function.
5204 (contains_variant_part): Removed: subsumed by variant_field_index.
5205 (ada_template_to_fixed_record_type): New function, mostly from
5206 template_to_fixed_record_type.
5207 (template_to_fixed_record_type):
5208 Do not scan the type fields beyond the last one; prevents a
5209 potential SEGV.
5210 Handle case where variant field is listed BEFORE discriminant it
5211 depends on.
5212 Fix calculation of record length when bit length is
5213 not evenly divisible by char length.
5214 Move code to ada_template_to_fixed_record_type and call it.
5215
5216 (template_to_static_fixed_type): Revise comment.
5217 Modify to work on ordinary record types as well as templates,
5218 so as to handle fields that use ___XVE or ___XVU encodings.
5219 (to_record_with_fixed_variant_part): Fill out comment.
5220 Initialize C++ stuff in right type.
5221 Allow case where DVAL is null.
5222 Handle case where variant field is not last.
5223 Fix typo concerning record length.
5224 (to_fixed_record_type): Decomment disabled code.
5225 (to_fixed_record_type): Use variant_field_index instead of
5226 contains_variant_part.
5227 (to_fixed_variant_branch_type): Ditto.
5228 (to_fixed_array_type): Decomment disabled code.
5229 (ada_to_fixed_type): Convert tagged types to the specific type.
5230 Deactivate the size-check for array types in order to avoid
5231 some false size alarms.
5232 (to_static_fixed_type): Decomment disabled code.
5233 Modify to call template_to_static_fixed_type
5234 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
5235 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
5236 Remove valaddr argument, as it is never really used.
5237 (ada_to_fixed_value): Change interface to act on single struct value*
5238 operand.
5239 (adjust_pc_past_prologue): New function.
5240 (ada_attribute_name): Modify to take enum exp_opcode argument.
5241
5242 (ada_enum_name): Recognize new homonym-distinguishing convention.
5243 Adjust local variable's type to remove compiler warning.
5244 Fix a small problem in the part that unqualifies the enumeration name.
5245 (ada_value_binop): New function.
5246 (ada_value_equal): New function.
5247
5248 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
5249 Don't give error message when not doing normal evaluation
5250 and a tagged type doesn't seem to contain a structure member.
5251 Give error message for packed arrays.
5252 For indexing arrays, handle pointers to packed arrays correctly.
5253 Handle case of 'first and 'last attributes of bare integral type
5254 without encoded subtype info.
5255 Remove some unnecessary casts.
5256 Fix uninitialized value of type in computing 'first, 'last, or 'length
5257 of array object.
5258 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
5259 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
5260 calls.
5261 Attributes are now exp_opcode values.
5262 Correct treatment of 'modulus.
5263 Better error message for taking 'length of wrong kind of type;
5264 improve comment.
5265 Change EVAL_NORMAL to noside for consistency.
5266 Use ada_value_binop for DIV, MOD, REM.
5267 Make special case out of array of length 0, since an argument
5268 of 0 upsets some platforms' malloc.
5269 Use OP_STRING instead of OP_ARRAY.
5270 For slice, add check that we have an array type before extracting
5271 a slice out of it. Avoids a SEGV.
5272 When evaluating an array slice, if the array type is a reference to
5273 an aligner type, then replace the aligner type by the actual type.
5274 Decomment disabled code.
5275 Remove some dead code.
5276 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
5277 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
5278 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
5279 and UNOP_MBR to UNOP_IN_RANGE.
5280 If an array type has a parallel ___XVE type, then use it.
5281 Turn arrays into pointers for lvalue arrays.
5282 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
5283 bounds error and handle 0-length slices.
5284 Use lim_warning.
5285 When selecting fields, apply ada_to_fixed_value (because the fields
5286 might have ___XVU or ___XVE encodings even if not dynamic.)
5287 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
5288 (ada_is_system_address_type): New function.
5289
5290 (get_var_value): Use new interface to ada_lookup_symbol_list.
5291 (get_int_var_value): New interface.
5292 (to_fixed_range_type): Allow unknown bound, with warning.
5293 (ada_is_modular_type): Decomment disabled code.
5294 (ADA_OPERATORS): New definition.
5295 (ada_operator_length): New function.
5296 (ada_expr_op_name): New function.
5297 (ada_forward_operator_length): New function.
5298 (ada_dump_subexp_body): New function.
5299 (ada_print_subexp): New function.
5300 (ada_exp_descriptor): New constant.
5301 (ada_op_print_tab): Add 'size. Remove FIXMEs.
5302 (ada_language_defn): Add ada_exp_descriptor entry.
5303 Change ada_parse => parse.
5304 Add post-parser entry.
5305 Use ada-specific non-local symbol lookup.
5306 Don't use C-style arrays.
5307 String lower-bound is 1.
5308 Decomment disabled code.
5309 (parse): New function.
5310 New fields ada_translate_error_message, ada_lookup_symbol,
5311 ada_lookup_minimal_symbol.
5312
5313 * ada-lang.h: Update copyright dates.
5314 Replace the mangle/demangle terminology throughout by the
5315 more appropriate encode/decode one.
5316 Include breakpoint.h.
5317 Forward declare struct partial_symbol, struct block.
5318 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
5319 (EXTRACT_ADDRESS): Remove.
5320 (EXTRACT_INT): Remove.
5321 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
5322 (MAX_ENCLOSING_FRAME_LEVELS): Define.
5323 (MAX_RENAMING_CHAIN_LENGTH): Define.
5324 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
5325
5326 (enum task_states): Remove.
5327 ada_task_states: Remove.
5328 (fat_string): Remove.
5329 (struct entry_call): Remove.
5330 (struct task_fields): Remove.
5331 (struct task_entry): Remove.
5332
5333 (struct ada_symbol_info): Define.
5334 (enum ada_attribute): Remove.
5335 (enum ada_operator): Define.
5336
5337 (ada_get_field_index): Declare.
5338 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
5339 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5340 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5341 (ada_lookup_symbol_list): New interface.
5342 (ada_decode_symbol): Declare.
5343 (ada_decode): Declare.
5344 (ada_lookup_symbol): New interface.
5345 (ada_update_initial_language): Declare.
5346 (ada_lookup_simple_minsym): Declare.
5347 (user_select_syms): New interface.
5348 (ada_sals_for_line): Declare.
5349 (ada_is_tagged_type): New interface.
5350 (ada_tag_name): Declare.
5351 (ada_lookup_struct_elt_type): Remove declaration.
5352 (ada_search_struct_field): Remove declaration.
5353 (ada_attribute_name): New interface.
5354 (ada_is_system_address_type): Declare.
5355 (ada_to_fixed_value): Remove declaration.
5356 (ada_template_to_fixed_record_type_1): Declare.
5357 (get_int_var_value): New interface.
5358 (ada_find_any_symbol): Declare.
5359 (ada_find_renaming_symbol): Declare.
5360 (ada_mangle): Rename to ada_encode.
5361 (ada_simple_renamed_entity): Remove const.
5362 (ada_main_name): Declare.
5363 (get_current_task): Rename to ada_get_current_task.
5364 (get_entry_number): Remove declaration.
5365 (ada_report_exception_break): Remove declaration.
5366 (ada_print_exception_breakpoint_nontask): Declare.
5367 (ada_print_exception_breakpoint_task): Declare.
5368 (ada_find_printable_frame): Declare.
5369
5370 * ada-lex.l: Update copyright notices.
5371 Use xmalloc and xfree instead of malloc and free.
5372 Use new interface to name_lookup.
5373 Use new interface to
5374 ada_mangle=>ada_encode.
5375 Redo handling of '$...' variable to parallel current treatment
5376 in c-exp.y.
5377 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5378 digit_to_int, strtoulst, processInt, processReal, processId,
5379 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5380 yywrap): Protoize.
5381
5382 (processInt): Use cast to remove harmless warning.
5383 (processReal): Modify to get rid of compiler warning on scan formats.
5384
5385 (processId): Replace xmalloc with obstack_alloc for name and remove
5386 call to ada_name_string_cleanup.
5387 Remove obsolete disabled code.
5388 (name_lookup): Ditto.
5389 New interface.
5390 Use obsavestring on temp_parse_space instead of savestring
5391 on name, and remove call to ada_name_string_cleanup.
5392 Free string returned from ada_simple_renamed_entity.
5393 Use new interface to ada_lookup_symbol_list.
5394 Decomment disabled code.
5395 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5396 not types.
5397 When a type name lookup succeeds as a result of
5398 lookup_primitive_typename, check for regular type entry that has not
5399 yet been read in.
5400 Limit length of chain of renamed symbols we are willing to follow.
5401 Do not break names beginning with "standard__" into segments.
5402 (block_lookup): Use new interface to ada_lookup_symbol_list.
5403
5404 * ada-typeprint.c: Update copyright notice.
5405 (demangled_type_name): Rename to decoded_type_name.
5406 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5407 (print_range_bound): Correct handling of negative
5408 bounds that make the index type looked unsigned under STABS.
5409 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5410 (print_range_type_named): Use the builtin int type if no type
5411 corresponding to the given type name could be found.
5412 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5413 Add some bullet-proofing.
5414 (print_variant_clauses): Allow for variant branches with ___XVU
5415 encodings that are not dynamic fields.
5416 Use new interface to ada_is_tagged_type.
5417 (print_record_type): Allow for fields with ___XVE encodings that
5418 are not dynamic fields.
5419 Use new interface to ada_is_tagged_type.
5420 (ada_print_type): ada_is_array_descriptor =>
5421 ada_is_array_descriptor_type.
5422
5423 * ada-valprint.c: Update copyright notice.
5424 Include gdb_string.h
5425 Include infcall.h
5426 (ui_memcpy): New function.
5427 (ada_print_floating): New function.
5428 (ada_print_str): Order arguments correctly.
5429 Correct handling of empty arrays and arrays of 0-length items.
5430 ada_is_array_descriptor => ada_is_array_descriptor_type
5431 Print values of type System.Address in hexadecimal format.
5432 Use ada_print_floating to print floating-point numbers in Ada format.
5433 Print class tag values with type names.
5434 No longer print the address of reference values. Avoids
5435 a potential confusion.
5436 (ada_value_print): Stop printing the object type for reference
5437 values, but preserve that behavior for access types. Avoids
5438 a potential confusion.
5439 Simplify one conditional expression, as the first part is now
5440 necessarily true.
5441 ada_is_array_descriptor => ada_is_array_descriptor_type
5442 Add check for arrays for null records, and print them by hand.
5443
5444 2004-06-01 Jim Blandy <jimb@redhat.com>
5445
5446 * ppc-tdep.h: Delete unused 'regoff' member.
5447 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5448
5449 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5450
5451 Fix PR symtab/1661.
5452 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5453 (hpread_read_struct_type): Likewise.
5454
5455 2004-06-01 Andrew Cagney <cagney@gnu.org>
5456
5457 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5458 instead of xasprintf.
5459 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5460 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5461 (mi_cmd_data_list_register_names)
5462 (mi_cmd_data_list_changed_registers)
5463 (mi_cmd_data_list_register_values)
5464 (get_register, mi_cmd_data_write_register_values)
5465 (mi_cmd_data_write_register_values)
5466 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5467 (mi_cmd_target_download, mi_cmd_target_select)
5468 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5469 (mi_execute_cli_command, mi_execute_async_cli_command)
5470 (mi_execute_async_cli_command): Ditto.
5471 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5472 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5473
5474 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5475 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5476 error_last_message instead of mi_error_last_message.
5477 * mi/mi-main.c (mi_error_last_message): Delete function.
5478
5479 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5480 "invalid number of columns" error. Delete redundant "out of
5481 memory" check.
5482
5483 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5484
5485 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5486 (gregset_t, fpregset_t): Remove typedefs.
5487 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5488 (REG_OFFSET): Rename argument.
5489 (i386bsd_r_reg_offset): Rename from reg_offset.
5490 (REG_ADDR): Remove macro.
5491 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5492 functions.
5493 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5494 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5495 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5496 instead of supply_gregset.
5497 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5498 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5499 instead of fill_gregset.
5500 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5501
5502 * i386bsd-nat.c: Don't include "gregset.h".
5503 (supply_gregset, fill_gregset): Make static.
5504 (supply_fpregset, fill_fpregset): Remove.
5505 * Makefile.in (i386bsd-nat.o): Update dependencies.
5506
5507 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5508
5509 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5510 "gdb_assert.h". Con't include "gregset.h".
5511 (fbsd_make_corefile_notes): Use regset-based core file support
5512 instead off fill_gregset and fill_fpregset.
5513 * Makefile.in (fbsd-proc.o): Update dependencies.
5514
5515 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5516 instructions.
5517 (m88k_frame_prev_register): Simplify code a bit.
5518
5519 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5520 (amd64_collect_fpregset): New function.
5521 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5522
5523 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5524
5525 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5526 (i386_collect_gregset): New function.
5527 (i386_supply_fpregset): Adjust comment.
5528 (i386_collect_fpregset): New function.
5529 (i386_regset_from_core_section): Use i386_collect_gregset and
5530 i386_collect_fpregset.
5531
5532 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5533 handle VALUEP being null.
5534
5535 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5536
5537 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5538
5539 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5540
5541 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5542 assembler in OpenBSD 3.5-current.
5543 (amd64obsd_sigcontext_addr): Likewise.
5544
5545 2004-05-28 Jim Blandy <jimb@redhat.com>
5546
5547 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5548 register set, so our regcache isn't declared "legacy" and our E500
5549 pseudoregister read and write functions aren't ignored.
5550 (rs6000_register_byte, rs6000_register_raw_size,
5551 rs6000_register_virtual_type, rs6000_register_convertible,
5552 rs6000_register_convert_to_virtual,
5553 rs6000_register_convert_to_raw): Deleted.
5554 (rs6000_register_type, rs6000_convert_register_p,
5555 rs6000_register_to_value, rs6000_value_to_register): New
5556 functions.
5557 (rs6000_gdbarch_init): Don't register
5558 gdbarch_deprecated_register_size,
5559 gdbarch_deprecated_register_bytes,
5560 gdbarch_deprecated_register_byte,
5561 gdbarch_deprecated_register_raw_size,
5562 gdbarch_deprecated_register_virtual_type,
5563 gdbarch_deprecated_register_convertible,
5564 gdbarch_deprecated_register_convert_to_virtual, or
5565 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5566 register gdbarch_register_type, gdbarch_convert_register_p,
5567 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5568
5569 2004-05-26 Jim Blandy <jimb@redhat.com>
5570
5571 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5572 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5573 functions, updated to match the register numberings used in GCC.
5574 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5575 rs6000_dwarf2_reg_to_regnum as register number conversions
5576 functions for STABS and Dwarf2.
5577
5578 2004-05-26 Randolph Chung <tausq@debian.org>
5579
5580 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5581 in header file.
5582
5583 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5584
5585 * NEWS: Document new "start" command.
5586
5587 2004-05-25 Randolph Chung <tausq@debian.org>
5588
5589 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5590 hppa-linux.
5591
5592 2004-05-25 Randolph Chung <tausq@debian.org>
5593
5594 * hppa-hpux-tdep.c (offsetof): Define.
5595 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5596 (hppa32_hpux_frame_base_before_sigtramp)
5597 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5598 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5599 (hppa64_hpux_frame_base_before_sigtramp)
5600 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5601 functions.
5602 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5603 (hppa_hpux_sigtramp_frame_unwind_cache)
5604 (hppa_hpux_sigtramp_frame_this_id)
5605 (hppa_hpux_sigtramp_frame_prev_register)
5606 (hppa_hpux_sigtramp_frame_unwind)
5607 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5608 (hppa_hpux_init_abi): Register sigtramp unwinder.
5609 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5610
5611 2004-05-25 Randolph Chung <tausq@debian.org>
5612
5613 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5614 and multiple stack unwinds.
5615 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5616
5617 2004-05-25 Andrew Cagney <cagney@gnu.org>
5618
5619 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5620 * symfile-mem.h: Delete file.
5621 * symfile-mem.c: Do not include "symfile-mem.h".
5622 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5623 "struct bfd_section". When an error do not bother returning NULL.
5624 (add_symbol_file_from_memory_command): Use "struct bfd" and
5625 "struct bfd_section".
5626 * Makefile.in (symfile_mem_h): Delete.
5627 (symfile-mem.o): Update dependencies.
5628
5629 2004-05-25 Nick Roberts <nickrob@gnu.org>
5630
5631 * gdb-mi.el: New file.
5632
5633 2004-05-25 Andrew Cagney <cagney@gnu.org>
5634
5635 * inftarg.c: Include "observer.h".
5636 (child_attach, child_create_inferior): Notify inferior_created.
5637 * corelow.c: Include "observer.h".
5638 (core_open): Notify inferior_created.
5639 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5640
5641 2004-05-25 Andrew Cagney <cagney@gnu.org>
5642
5643 * target.h (struct target_ops): Add from_tty to
5644 to_create_inferior.
5645 (target_create_inferior, find_default_create_inferior): Update.
5646 * infcmd.c (run_command): Update.
5647 * wince.c (child_create_inferior): Update.
5648 * win32-nat.c (child_create_inferior): Update.
5649 * uw-thread.c (uw_thread_create_inferior): Update.
5650 * thread-db.c (thread_db_create_inferior): Update.
5651 * target.c (debug_to_create_inferior)
5652 (find_default_create_inferior): Update.
5653 (maybe_kill_then_create_inferior): Update.
5654 * sol-thread.c (sol_thread_create_inferior): Update.
5655 * remote.c (extended_remote_async_create_inferior)
5656 (extended_remote_create_inferior): Update.
5657 * remote-vx.c (vx_create_inferior): Update.
5658 * remote-st.c (st2000_create_inferior): Update.
5659 * remote-sim.c (gdbsim_create_inferior): Update.
5660 * remote-sds.c (sds_create_inferior): Update.
5661 * remote-rdp.c (remote_rdp_create_inferior): Update.
5662 * remote-rdi.c (arm_rdi_create_inferior): Update.
5663 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5664 * remote-e7000.c (e7000_create_inferior): Update.
5665 * procfs.c (procfs_create_inferior): Update.
5666 * ocd.c (ocd_create_inferior): Update.
5667 * ocd.h (ocd_create_inferior): Update.
5668 * nto-procfs.c (procfs_create_inferior): Update.
5669 * monitor.c (monitor_create_inferior): Update.
5670 * lin-lwp.c (lin_lwp_create_inferior): Update.
5671 * inftarg.c (child_create_inferior): Update.
5672 * hpux-thread.c (hpux_thread_create_inferior): Update.
5673 * gnu-nat.c (gnu_create_inferior): Update.
5674
5675 2004-05-25 Andrew Cagney <cagney@gnu.com>
5676
5677 * MAINTAINERS: Update e-mail address.
5678
5679 2004-05-24 Randolph Chung <tausq@debian.org>
5680
5681 * thread.c (info_threads_command, thread_apply_all_command)
5682 (thread_apply_command, thread_command, do_captured_thread_select):
5683 Remove HPUXHPPA-specific code.
5684
5685 2004-05-24 Randolph Chung <tausq@debian.org>
5686
5687 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5688 unused symbols.
5689 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5690 references.
5691
5692 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5693
5694 * infcmd.c (kill_if_already_running): New function, extracted
5695 from run_command().
5696 (run_command): Replace extracted code by call to
5697 kill_if_already_running().
5698 (start_command): New function.
5699 (_initialize_infcmd): Add "start" command.
5700
5701 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5702
5703 Add OpenBSD/m88k support.
5704 * NEWS (New native configurations): Mention OpenBSD/m88k.
5705 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5706 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5707 * Makefile.in (m88k_tdep_h): New variable.
5708 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5709 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5710 * configure.host: Add m88*-*-openbsd*.
5711 * configure.tgt: Add m88*-*-openbsd*.
5712
5713 2004-05-24 Jim Blandy <jimb@redhat.com>
5714
5715 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5716 to approve changes.
5717
5718 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5719
5720 * symtab.c (fixup_section): Search section table when lookup by
5721 name fails.
5722
5723 2004-05-24 Randolph Chung <tausq@debian.org>
5724
5725 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5726 be "small_struct".
5727
5728 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5729
5730 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5731 register number in regcache_raw_collect call.
5732 (m68kbsd_collect_fpregset): Likewise.
5733 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5734
5735 * regset.h (struct regset): Add back `regset' member.
5736
5737 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5738
5739 * configure.in: Check for td_pcb in `struct thread'.
5740 * configure, config.in: Regenerated.
5741
5742 * dpx2-nat.c: Remove file.
5743 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5744 (dpx2-nat.o): Remove dependencies.
5745
5746 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5747 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5748 (amd64obsd_supply_pcb): New function.
5749 (_initialize_amd64obsd_nat): Enable libkvm interface.
5750 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5751 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5752 (LOADLIBES): New variable.
5753
5754 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5755 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5756 (sparc32nbsd_supply_pcb): New function.
5757 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5758 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5759 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5760 (LOADLIBES): New variable.
5761
5762 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5763
5764 * bsd-kvm.c, bsd-kvm.h: New files.
5765 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5766 "bsd-kvm.h".
5767 (i386fbsd_supply_pcb): New function.
5768 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5769 (i386fbsd-nat.o): Update dependencies.
5770 (bsd_kvm_h): New variable.
5771 (bsd-kvm.o): New dependency.
5772 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5773 (LOADLIBES): New variable.
5774
5775 * regset.c: Tweak comment.
5776 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5777 macro.
5778 * regset.h: Update copyright year.
5779 (struct regset): Remove `descr' member, add `gdbarch' member.
5780 (regset_alloc): Adjust prototype and comment.
5781 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5782 (i386_supply_fpregset): Likewise.
5783 (i386_regset_from_core_section): Update call to regset_alloc.
5784 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5785 REGSET->arch.
5786 (i386obsd_aout_regset_from_core_section): Update call to
5787 regset_alloc.
5788 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5789 REGSET->arch.
5790 (i386nbsd_aout_regset_from_core_section): Update call to
5791 regset_alloc.
5792 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5793 REGSET->arch.
5794 (amd64_regset_from_core_section): Update call to regset_alloc.
5795 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5796 REGSET->arch.
5797 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5798 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5799 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5800 (sparc32nbsd_init_abi): Update call to regset_alloc.
5801 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5802 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5803 (sparc64obsd_init_abi): Update call to regset_alloc.
5804 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5805 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5806 (sparc64nbsd_init_abi): Update call to regset_alloc.
5807 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5808 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5809 (sparc64fbsd_init_abi): Update call to regset_alloc.
5810
5811 2004-05-22 Jim Blandy <jimb@redhat.com>
5812
5813 * ppc-tdep.h (spe_register_p): New declaration.
5814 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5815 ppc_spefscr_regnum.
5816 * rs6000-tdep.c (spe_register_p): New function.
5817 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5818 spefscr.
5819 (rs6000_gdbarch_init): Initialize the new members of the tdep
5820 structure.
5821
5822 2004-05-21 Jim Blandy <jimb@redhat.com>
5823
5824 * ppc-linux-nat.c (fetch_register): Move code back to be next
5825 to the comment that describes it. (Moved code, instead of
5826 comment, for symmetry with store_register.)
5827
5828 Allocate regset structures in the gdbarch's obstack, not using
5829 xmalloc.
5830 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5831 Add 'arch' argument. Allocate the regset on arch's obstack, not
5832 using xmalloc.
5833 * regset.h (regset_alloc): Update declaration.
5834 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5835 gdbarch argument.
5836 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5837 * i386-tdep.c (i386_regset_from_core_section): Same.
5838 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5839 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5840 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5841 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5842 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5843 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5844
5845 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5846
5847 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5848
5849 2004-05-21 Jim Blandy <jimb@redhat.com>
5850
5851 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5852 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5853
5854 2004-05-20 Jim Blandy <jimb@redhat.com>
5855
5856 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5857
5858 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5859
5860 * regset.h: Make prototype const-correct.
5861 * regset.c (regset_xmalloc): Make const-correct.
5862
5863 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5864
5865 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5866 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5867 (symbol_search_name): Declare.
5868
5869 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5870 (iter_name_next_hashed): Ditto.
5871 (iter_name_next_linear): Ditto.
5872 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5873
5874 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5875 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5876 (symbol_search_name): New function.
5877
5878 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5879
5880 * minsyms.c (build_minimal_symbol_hash_tables): Change
5881 test for adding to demangled hash table to check for difference
5882 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5883
5884 2004-05-19 Jim Blandy <jimb@redhat.com>
5885
5886 Use a constructor function to create regset structures.
5887 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5888 (struct regset): Use supply_regset_ftype. Add new
5889 'collect_regset' member.
5890 (regset_xmalloc): New declaration.
5891 * regset.c: New file.
5892 * am64-tdep.c (amd64_regset_from_core_section): Use
5893 regset_xmalloc to construct regset structures.
5894 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5895 * i386-tdep.c (i386_regset_from_core_section): Same.
5896 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5897 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5898 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5899 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5900 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5901 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5902 * Makefile.in (COMMON_OBS): Add regset.o.
5903 (regset.o): New rule.
5904
5905 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5906
5907 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5908 and pthread_cond_wait.c.
5909
5910 2004-05-18 Jim Blandy <jimb@redhat.com>
5911
5912 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5913 before the mach-specific switch, and then let the individual cases
5914 override the defaults, rather than leaving them uninitialized
5915 until the switch and then setting them in each case.
5916
5917 2004-05-18 Randolph Chung <tausq@debian.org>
5918
5919 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5920 millicode functions.
5921
5922 2004-05-18 Randolph Chung <tausq@debian.org>
5923
5924 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5925 references to dld_flags_buffer consistent.
5926
5927 2004-05-18 Randolph Chung <tausq@debian.org>
5928
5929 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5930 it for unwinding the stack.
5931
5932 2004-05-18 Randolph Chung <tausq@debian.org>
5933
5934 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5935 Undefine these so we can overide them using gdbarch.
5936
5937 2004-05-18 Randolph Chung <tausq@debian.org>
5938
5939 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5940 handling for 64-bit HPUX (elf).
5941
5942 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5943
5944 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5945 constants.
5946 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5947 * ia64-tdep.c (examine_prologue): Likewise.
5948 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5949 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5950
5951 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5952
5953 * vax-tdep.c (vax_return_value): Implement
5954 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5955
5956 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5957
5958 * vax-tdep.c (vax_return_value): Fix typo.
5959
5960 2004-05-17 Andrew Cagney <cagney@redhat.com>
5961
5962 * MAINTAINERS: Mark Salter was also responsible for
5963 testsuite/config/
5964
5965 * NEWS: Mention signal fixes.
5966
5967 2004-05-17 Randolph Chung <tausq@debian.org>
5968
5969 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5970 check to see if we are unwinding an export stub. Export stubs clobber
5971 the %rp in the call path and stores the original rp in a stack slot.
5972
5973 2004-05-17 Jim Blandy <jimb@redhat.com>
5974
5975 * MAINTAINERS: Update address for J.T. Conklin.
5976
5977 2004-05-17 Randolph Chung <tausq@debian.org>
5978
5979 * hppa-tdep.c: Remove superfluous #include's.
5980 * Makefile.in (hppa-tdep.o): Update dependencies.
5981
5982 2004-05-17 Randolph Chung <tausq@debian.org>
5983
5984 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5985 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5986 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5987 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5988 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5989 Remove static function declarations.
5990
5991 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5992
5993 * alphabsd-nat.c: Update copyright year.
5994 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5995
5996 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5997 and M68K_A2_REGNUM.
5998
5999 * m68k-tdep.c (m68k_svr4_return_value): Implement
6000 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6001
6002 2004-05-16 Mark Kettenis <kettenis@gnu.org>
6003
6004 * sol-thread.c Update copyright year. Fix various coding
6005 standards violations. Tweak a few comments.
6006 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6007 Delete prototypes.
6008
6009 2004-05-15 Randolph Chung <tausq@debian.org>
6010
6011 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
6012 as pointer instead of array reference since HPUX compiler does
6013 not accept unsized array arguments.
6014 * somsolib.c (dld_flags_buffer): Use constant array size.
6015
6016 2004-05-15 Mark Kettenis <kettenis@gnu.org>
6017
6018 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
6019 offset with decimal offset.
6020 (amd64obsd_sigcontext_addr): Return correct address for entire
6021 signal trampoline.
6022
6023 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
6024 instead of get_frame_base.
6025
6026 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
6027 (fill_gregset): Use regcache_raw_collect.
6028
6029 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
6030 ppcobsd-tdep.c.
6031
6032 * config/sparc/tm-nbsd64.h: Remove file.
6033 * config/tm-sunos.h: Remove file.
6034
6035 2004-05-15 Joel Brobecker <brobecker@gnat.com>
6036
6037 * rs6000-tdep.c (store_param_on_stack_p): New function,
6038 an improved version of some code extracted from skip_prologue().
6039 (skip_prologue): Use store_param_on_stack_p() to detect
6040 instructions saving a parameter on the stack. Detect when r0
6041 is used to save a parameter.
6042 Do not mark "li rx, SIMM" instructions as part of the prologue,
6043 unless the following instruction is also part of the prologue.
6044
6045 2004-05-14 Andrew Cagney <cagney@redhat.com>
6046
6047 * infrun.c (handle_inferior_event): Simplify
6048 STEP_OVER_UNDEBUGGABLE.
6049
6050 * infrun.c (handle_step_into_function): Delete function.
6051 (handle_inferior_event): Inline calls to
6052 handle_step_into_function.
6053
6054 2004-05-14 Jerome Guitton <guitton@gnat.com>
6055
6056 * rs6000-nat.c: Fix a comment.
6057
6058 2004-05-12 David Anderson <davea@sgi.com>
6059
6060 Committed by Jim Blandy <jimb@redhat.com>:
6061 * regcache.c (struct regcache_descr): fix comment spelling.
6062
6063 2004-05-13 J. Brobecker <brobecker@gnat.com>
6064
6065 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
6066 Fixes a link link failure.
6067
6068 2004-05-13 J. Brobecker <brobecker@gnat.com>
6069
6070 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
6071 error that was causing the build to fail.
6072
6073 2004-05-13 J. Brobecker <brobecker@gnat.com>
6074
6075 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
6076 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
6077
6078 2004-05-13 Andrew Cagney <cagney@redhat.com>
6079
6080 * infrun.c (handle_inferior_event): Check for
6081 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
6082 calls. Update comments.
6083
6084 2004-05-13 Jim Blandy <jimb@redhat.com>
6085
6086 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
6087 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6088 (store_regs_user_thread, store_regs_kernel_thread): Use
6089 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
6090 * ppc-linux-nat.c (fill_gregset): Same.
6091 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
6092 (ppc_linux_sigtramp_cache): Same.
6093 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
6094 (ppcnbsd_sigtramp_cache_init): Same.
6095 * rs6000-nat.c (fetch_core_registers): Same.
6096 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
6097 (rs6000_frame_cache): Same.
6098
6099 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
6100 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
6101 of assuming that the gprs are numbered starting with zero.
6102 * ppc-linux-nat.c (fill_gregset): Same.
6103 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
6104 * ppcnbsd-nat.c (getregs_supplies): Same.
6105 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
6106 * rs6000-nat.c (fetch_core_registers): Same.
6107 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
6108
6109 2004-05-07 Michael Snyder <msnyder@redhat.com>
6110
6111 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
6112 LOC_COMPUTED_ARG, and LOC_INDIRECT.
6113
6114 2004-05-13 Andrew Cagney <cagney@redhat.com>
6115
6116 * infrun.c (handle_inferior_event): Use frame_unwind_id.
6117
6118 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6119
6120 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
6121 base_address for shared libraries.
6122
6123 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6124
6125 * MAINTAINERS (write after approval): Add myself.
6126
6127 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6128
6129 * breakpoint.c (bpstat_stop_status): Add new argument
6130 STOPPED_BY_WATCHPOINT. Use it instead of testing
6131 target_stopped_data_address agaist 0 to check whether
6132 or not we stopped due to a hardware watchpoint.
6133 * breakpoint.h (bpstat_stop_status): Adapt prototype.
6134 * infrun.c (handle_inferior_event): Call bpstat_stop_status
6135 with new argument.
6136
6137 2004-05-12 Jim Blandy <jimb@redhat.com>
6138
6139 * configure.in: When checking whether we should use the -bbigtoc
6140 option, don't forget to restore the original value of LDFLAGS.
6141 * configure: Regenerated.
6142
6143 2004-05-12 Andrew Cagney <cagney@redhat.com>
6144
6145 * thread.c (load_infrun_state): Delete step_sp.
6146 * infrun.c (context_switch): Ditto.
6147 * inferior.h (step_sp): Ditto.
6148 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
6149 * gdbthread.h (struct thread_info, save_infrun_state)
6150 (restore_infrun_state): Ditto.
6151
6152 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
6153
6154 * MAINTAINERS (write after approval): Add myself.
6155
6156 2004-05-12 Andrew Cagney <cagney@redhat.com>
6157
6158 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
6159 eliminate reference to step_sp.
6160 (struct execution_control_state, init_execution_control_state)
6161 (handle_inferior_event, keep_going): Delete update_step_sp and
6162 step_sp.
6163 * infcmd.c (step_sp): Note that variable is unused.
6164
6165 2004-05-11 Andrew Cagney <cagney@redhat.com>
6166
6167 * infrun.c (step_over_function): Delete function.
6168 (handle_step_into_function): Use insert_step_resume_breakpoint.
6169 (insert_step_resume_breakpoint): Fix assertion.
6170
6171 2004-05-11 Nick Roberts <nickrob@gnu.org>
6172
6173 * utils.c (defaulted_query): Just use the normal query input type
6174 when printing the annotations.
6175
6176 2004-05-11 Andrew Cagney <cagney@redhat.com>
6177
6178 * infrun.c (handle_inferior_event): Simplify code handling
6179 step-into or return-from a signal trampoline.
6180
6181 2004-05-11 Andrew Cagney <cagney@redhat.com>
6182
6183 * ppcnbsd-tdep.c: Include "gdb_assert.h".
6184 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
6185
6186 2004-05-10 Jim Blandy <jimb@redhat.com>
6187
6188 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
6189 with a call to internal_error.
6190
6191 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
6192 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
6193 processor variant lacks those registers.
6194 (ppc_floating_point_unit_p): Change description to make it clear
6195 that this returns info about the ISA, not the ABI.
6196 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
6197 return true or false by checking tdep->ppc_fp0_regnum and
6198 tdep->ppc_fpscr_regnum. The original code replicated the BFD
6199 arch/mach switching done in rs6000_gdbarch_init; it's better to
6200 keep that logic there, and just check the results here.
6201 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
6202 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
6203 floating-point registers.
6204 (ppc_supply_fpregset, ppc_collect_fpregset)
6205 (rs6000_push_dummy_call, rs6000_extract_return_value)
6206 (rs6000_store_return_value): Assert that we have floating-point
6207 registers.
6208 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
6209 (rs6000_frame_cache): Don't note the locations at which
6210 floating-point registers were saved if we have no fprs.
6211 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
6212 registers.
6213 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6214 (store_regs_user_thread, store_regs_kernel_thread): Only call
6215 supply_fprs / fill_fprs if we actually have floating-point
6216 registers.
6217 (special_register_p): Check ppc_fpscr_regnum before matching
6218 against it.
6219 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
6220 supply / collect fpscr if we don't have it.
6221 * ppc-bdm.c: #include "gdb_assert.h".
6222 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
6223 have floating-point registers, since I can't test this code on
6224 FP-free systems to adapt it.
6225 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
6226 fpscr and floating point register numbers if they don't exist.
6227 (fetch_register): Assert that we have floating-point registers
6228 before we reach the code that handles them.
6229 (store_register): Same. And use tdep instead of calling
6230 gdbarch_tdep again.
6231 (fill_fpregset): Don't try to collect FP registers and fpscr if we
6232 don't have them.
6233 (ppc_linux_sigtramp_cache): Don't record the saved locations of
6234 fprs and fpscr if we don't have them.
6235 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
6236 don't have them.
6237 * ppcnbsd-nat.c: #include "gdb_assert.h".
6238 (getfpregs_supplies): Assert that we have floating-point registers.
6239 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
6240 * ppcobsd-tdep.c: #include "gdb_assert.h".
6241 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
6242 have floating-point registers.
6243 * rs6000-nat.c (regmap): Don't match against the fpscr and
6244 floating point register numbers if they don't exist.
6245 (fetch_inferior_registers, store_inferior_registers,
6246 fetch_core_registers): Only fetch / store / supply the
6247 floating-point registers and the fpscr if we have them.
6248 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
6249 (ppcobsd-tdep.o): Update dependencies.
6250
6251 2004-05-10 Andrew Cagney <cagney@redhat.com>
6252
6253 * infrun.c (through_sigtramp_breakpoint): Delete variable.
6254 (context_switch): Do not switch through_sigtramp_breakpoint.
6255 * gdbthread.h (save_infrun_state, load_infrun_state)
6256 (struct thread_info): Delete through_sigtramp_breakpoint parameter
6257 and structure member.
6258 * thread.c (load_infrun_state, save_infrun_state): Update.
6259
6260 2004-05-10 Mark Kettenis <kettenis@gnu.org>
6261
6262 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
6263
6264 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6265
6266 * acinclude.m4: Quote macro names being defined by AC_DEFUN
6267 throughout.
6268 * aclocal.m4: Regenerate.
6269
6270 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
6271
6272 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
6273
6274 2004-05-10 Andrew Cagney <cagney@redhat.com>
6275
6276 * infrun.c (check_sigtramp2): Delete function.
6277 (handle_inferior_event): When single stepping, and taking a
6278 signal, set a breakpoint at the signal return address. Delete
6279 redundant calls to check_sigtramp2.
6280 (insert_step_resume_breakpoint): New function.
6281 (through_sigtramp_breakpoint, handle_inferior_event)
6282 (follow_exec, wait_for_inferior, fetch_inferior_event)
6283 (currently_stepping, keep_going): Delete most uses of
6284 through_sigtramp_breakpoint, not that it should be deleted.
6285 (delete_breakpoint_current_contents): Delete function.
6286
6287 2004-05-10 Randolph Chung <tausq@debian.org>
6288
6289 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
6290 target.
6291 * config/pa/tm-linux.h: New file.
6292
6293 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
6294
6295 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
6296 of prefixes. Don't print the prefix twice in the CLI.
6297
6298 2004-05-10 Jim Blandy <jimb@redhat.com>
6299
6300 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
6301 collect all the gprs.
6302
6303 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
6304 loop collecting gprs.
6305
6306 2004-05-09 Andrew Cagney <cagney@redhat.com>
6307
6308 * remote-vx.c (net_step): Delete step-range code.
6309 * remote.c (remote_resume, init_all_packet_configs)
6310 (set_remote_protocol_E_packet_cmd)
6311 (show_remote_protocol_E_packet_cmd)
6312 (remote_protocol_E, show_remote_cmd, _initialize_remote)
6313 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
6314 (show_remote_protocol_e_packet_cmd): Ditto.
6315
6316 2004-05-09 Mark Kettenis <kettenis@gnu.org>
6317
6318 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
6319
6320 * hppa-tdep.h: Update copyright year.
6321 (struct trad_frame_saved_reg): Add opaque declaration.
6322
6323 * amd64-tdep.c (amd64_return_value): Implement
6324 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6325
6326 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
6327 (m68k_value_to_register): New functions.
6328 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
6329 value_to_register.
6330
6331 * defs.h (enum return_value_convention): Add
6332 RETURN_VALUE_ABI_RETURNS_ADDRESS and
6333 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6334 * infcmd.c (legacy_return_value): New function.
6335 (print_return_value): Rwerite to implement
6336 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6337 * values.c (using_struct_return): Check for inequality to
6338 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
6339 RETURN_VALUE_STRUCT_CONVENTION.
6340 * i386-tdep.c (i386_return_value): Implement
6341 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6342
6343 * vax-tdep.c: Tweak comments. Reorder include files. Don't
6344 include "symtab.h", "opcode/vax.h" and "inferior.h".
6345 (vax_skip_prologue): Replace calls to read_memory_integer by calls
6346 to read_memory_unsigned_integer.
6347 (vax_gdbarch_init): Reorder.
6348 (_initialize_vax_tdep): Spell out prototype.
6349 * Makefile.in (vax-tdep.o): Update dependencies.
6350
6351 2004-05-08 Andrew Cagney <cagney@redhat.com>
6352
6353 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
6354 * target.c (target_detach, target_disconnect): Ditto.
6355
6356 * infcall.c (call_function_by_hand): When no
6357 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6358 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6359 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6360 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6361 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6362
6363 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6364 * gdbarch.h, gdbarch.c: Re-generate.
6365 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6366 deprecated_fix_call_dummy.
6367 * v850-tdep.c (v850_gdbarch_init): Ditto.
6368 * infcall.c (call_function_by_hand): Do not call
6369 DEPRECATED_FIX_CALL_DUMMY.
6370
6371 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6372 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6373 * gdbarch.h, gdbarch.c: Re-generate.
6374 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6375 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6376 deprecated_sizeof_call_dummy_words.
6377 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6378 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6379 * v850-tdep.c (v850_gdbarch_init): Ditto.
6380 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6381 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6382 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6383 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6384 * arch-utils.h (legacy_call_dummy_words)
6385 (legacy_sizeof_call_dummy_words): Delete declarations.
6386 * arch-utils.c (legacy_call_dummy_words)
6387 (legacy_sizeof_call_dummy_words): Delete variables.
6388
6389 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6390 * gdbarch.h, gdbarch.c: Re-generate.
6391 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6392 * infcall.c (call_function_by_hand): Eliminate call to
6393 DEPRECATED_PUSH_DUMMY_FRAME.
6394 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6395 push_dummy_frame.
6396 (ns32k_push_dummy_frame): Delete function.
6397
6398 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6399 deprecated_call_dummy_breakpoint_offset or
6400 deprecated_call_dummy_start_offset.
6401 * dummy-frame.c, arm-tdep.c: Update comments.
6402 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6403 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6404 * gdbarch.h, gdbarch.c: Re-generate.
6405
6406 * infcall.c (legacy_push_dummy_code): Delete function.
6407 (push_dummy_code): Delete call.
6408
6409 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6410 * gdbarch.h, gdbarch.c: Re-generate.
6411 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6412 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6413 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6414 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6415
6416 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6417 (struct frame_info): Delete opaque declaration.
6418 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6419 * frame.c (get_frame_type): Delete call.
6420
6421 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6422 pc_in_call_dummy.
6423 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6424 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6425
6426 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6427
6428 * alphanbsd-tdep.c: Include "gdb_string.h".
6429 * armnbsd-tdep.c: Update copyright year.
6430 Include "gdb_string.h".
6431 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6432 dependencies.
6433
6434 * delta68-nat.c: Remove file.
6435 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6436 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6437 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6438 (delta68-nat.o): Remove dependency.
6439
6440 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6441 function.
6442 (m68k_gdbarch_init): Don't set
6443 deprecated_frameless_function_invocation.
6444
6445 2004-05-07 Randolph Chung <tausq@debian.org>
6446
6447 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6448 read_memory_nobpt for code reading when doing frame unwinding.
6449 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6450
6451 2004-05-07 Randolph Chung <tausq@debian.org>
6452
6453 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6454 instead of sp, handle sigaltstack case.
6455 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6456 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6457 signal handler and not that of the caller.
6458 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6459 hppa_linux_sigtramp_find_sigcontext.
6460
6461 2004-05-07 Randolph Chung <tausq@debian.org>
6462
6463 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6464 hppa-linux-nat.c.
6465 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6466 * hppa-linux-nat.c (fetch_register, store_register): Define.
6467 (fetch_inferior_registers, store_inferior_registers): Define.
6468 (supply_gregset): Add comment and clean up some unneeded code.
6469 (fill_gregset): Add comment and fix so that it saves registers in
6470 the right place in the gregset.
6471 (fill_fpregset): Fix buffer overrun problem.
6472 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6473
6474 2004-05-07 Randolph Chung <tausq@debian.org>
6475
6476 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6477 do common handling of the pcoqt register.
6478 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6479 to use helper function.
6480 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6481 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6482 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6483 generic fallback unwinder when all else fails.
6484 (hppa_gdbarch_init): Add fallback sniffer.
6485 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6486 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6487 to use helper function.
6488
6489 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6490
6491 * config/djgpp/fnchange.lst: Add translation rules for
6492 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6493
6494 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6495
6496 * frame.c (get_prev_frame_1): Work around GCC bug.
6497 * frame.h: Add comment about GCC bug.
6498
6499 2004-05-07 Andrew Cagney <cagney@redhat.com>
6500
6501 * observer.c: Include "commands.h" and "gdbcmd.h".
6502 (observer_debug, _initialize_observer): Add the
6503 command "set/show debug observer".
6504 * observer.sh: When observer debugging, log notify calls.
6505 * Makefile.in (observer.o): Update dependencies.
6506
6507 2004-05-07 Jason Molenda (jmolenda@apple.com)
6508
6509 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6510
6511 2004-05-07 Jim Blandy <jimb@redhat.com>
6512
6513 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6514 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6515 to recognize gpr regnums, instead of assuming that
6516 tdep->ppc_fp0_regnum marks the end of the general-purpose
6517 registers.
6518
6519 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6520 the given architecture has floating-point registers.
6521
6522 2004-05-07 Andrew Cagney <cagney@redhat.com>
6523
6524 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6525 macro defined to 1.
6526 * gdbarch.h, gdbarch.c: Re-generate.
6527 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6528 deprecated_use_generic_dummy_frames.
6529
6530 2004-05-07 Brian Ford <ford@vss.fsi.com>
6531
6532 * NEWS: Mention Cygwin DWARF 2 support.
6533
6534 2004-05-07 Andrew Cagney <cagney@redhat.com>
6535
6536 * objfiles.h (struct entry_info): Delete unused fields
6537 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6538 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6539 * mipsread.c (mipscoff_symfile_read): Update.
6540 * mdebugread.c (parse_partial_symbols): Update.
6541 * dwarfread.c (read_file_scope): Update.
6542 * dwarf2read.c (read_file_scope): Update.
6543 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6544 * coffread.c (complete_symtab): Update.
6545
6546 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6547
6548 * infcall.c (_initialize_infcall): Fix typo.
6549
6550 2004-05-07 Andrew Cagney <cagney@redhat.com>
6551
6552 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6553 * command.h (add_setshow_zinteger_cmd): Declare.
6554
6555 2004-05-06 Randolph Chung <tausq@debian.org>
6556
6557 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6558 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6559 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6560 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6561 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6562 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6563 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6564 definitions ...
6565 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6566 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6567 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6568 (hppa64_hpux_frame_find_saved_regs_in_sig)
6569 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6570 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6571 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6572 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6573 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6574 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6575 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6576 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6577 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6578 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6579 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6580 (hppa32_register_type, hppa_cannot_store_register)
6581 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6582 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6583 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6584 * pa64solib.c (pa64_solib_have_load_event)
6585 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6586 (pa64_solib_unloaded_library_pathname): Likewise.
6587 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6588 (som_solib_library_pathname): Likewise.
6589
6590 2004-05-05 Jim Ingham <jingham@apple.com>
6591
6592 * breakpoint.c (create_breakpoints): Copy the ignore count and
6593 thread id over from the pended breakpoint to the actual
6594 breakpoint.
6595
6596 2004-05-05 Andrew Cagney <cagney@redhat.com>
6597
6598 * gdbarch.sh (PARM_BOUNDARY): Delete.
6599 gdbarch.h, gdbarch.c: Re-generate.
6600 * valops.c (PARM_BOUNDARY): Delete macro.
6601 (value_push): Delete PARM_BOUNDARY code.
6602 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6603
6604 2004-05-04 Jim Blandy <jimb@redhat.com>
6605
6606 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6607 Don't assume that the gprs, fprs, and UISA sprs are
6608 contiguous, start at register number zero, and end with fpscr.
6609 Instead, use the numbers from the tdep structure.
6610
6611 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6612 should no longer be used in code specific to the RS6000 and its
6613 derivatives.
6614 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6615 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6616 tdep->ppc_fp0_regnum.
6617 (ppc_supply_fpregset, ppc_collect_fpregset)
6618 (rs6000_push_dummy_call, rs6000_extract_return_value)
6619 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6620 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6621 FP0_REGNUM.
6622 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6623 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6624 Same.
6625 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6626 bdm_ppc_store_registers): Same.
6627 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6628 (store_register, fill_fpregset): Same.
6629 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6630 (ppc_linux_supply_fpregset): Same.
6631 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6632 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6633 Same.
6634 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6635 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6636 ppc64_sysv_abi_return_value): Same.
6637 * rs6000-nat.c (regmap, fetch_inferior_registers)
6638 (store_inferior_registers, fetch_core_registers): Same.
6639
6640 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6641
6642 * m68knbsd-nat.c: Remove file.
6643 * m68knbsd-tdep.c: Remove file.
6644 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6645 dependencies.
6646 * configure.host: Add m68k-*-netbsdelf*.
6647 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6648 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6649 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6650 (XM_FILE): Remove.
6651 * config/m68k/nbsdelf.mh: New file.
6652 * config/m68k/nbsd.mt: New file.
6653 * config/m68k/nbsdaout.mt: Remove file.
6654 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6655 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6656 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6657 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6658 (use_struct_convention): Remove prototype.
6659 (USE_STRUCT_CONVENTION): Remove define.
6660 * config/m68k/xm-nbsd.h: Remove file.
6661
6662 2004-05-04 Michael Snyder <msnyder@redhat.com>
6663
6664 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6665 reg_struct_return method (as gcc usually does for cross targets).
6666
6667 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6668
6669 Committed by Andrew Cagney.
6670 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6671 alignment padding when accessing ucontext struct members.
6672
6673 2004-05-04 Jim Blandy <jimb@redhat.com>
6674
6675 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6676 'ppc_gplast_regnum' member.
6677 (ppc_num_gprs): New enum constant.
6678 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6679 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6680 * rs6000-nat.c (regmap, fetch_inferior_registers,
6681 store_inferior_registers): Same.
6682 * rs6000-tdep.c (e500_pseudo_register_read)
6683 (e500_pseudo_register_write): Same.
6684 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6685
6686 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6687 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6688 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6689 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6690 FPLAST_REGNUM.
6691 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6692 Same.
6693 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6694 * rs6000-nat.c (regmap, fetch_inferior_registers)
6695 (store_inferior_registers): Same.
6696
6697 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6698 with FPLAST_REGNUM.
6699
6700 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6701
6702 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6703 failure detected by recent versions of GCC.
6704 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6705 to be consistent with the usage in dwarf2_create_include_psymtab.
6706
6707 2004-05-03 Michael Snyder <msnyder@redhat.com>
6708
6709 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6710 (heuristic_proc_start): Whitespace cleanup.
6711
6712 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6713
6714 * sun3-nat.c: Remove file.
6715 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6716 dependencies.
6717 (ALLDEPFILES): Remove sun3-nat.c.
6718 (sun3-nat.o): Remove dependencies.
6719
6720 * i386-interix-nat.c, i386-interix-tdep.c,
6721 config/i386/nm-interix.h, config/i386/interix.mh,
6722 config/i386/interix.mt: Remove files.
6723 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6724 dependencies.
6725
6726 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6727
6728 * m68k-tdep.h (struct gdbarch_tdep): Add member
6729 struct_value_regnum.
6730 (m68k_svr4_init_abi): New prototype.
6731 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6732 different calling conventions.
6733 (m68k_extract_return_value): Remove code dealing with single-field
6734 structs.
6735 (m68k_store_return_value): Remove code dealing with single-field
6736 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6737 (m68k_extract_struct_value_address): Remove function.
6738 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6739 (m68k_reg_struct_return_p, m68k_return_value)
6740 (m68k_svr4_return_value): New functions.
6741 (m68k_use_struct_convention): Remove function.
6742 (m68k_push_dummy_call): Use new struct_value_regnum member of
6743 `struct gdbarch_tdep' instead of hardcoded register number to
6744 store STRUCT_ADDR.
6745 (m68k_svr4_init_abi): New function.
6746 (m68k_gdbarch_init): Don't set extract_return_value,
6747 store_return_values, deprecated_extract_struct_value_address and
6748 use_struct_convention. Set return_value instead. Initialize new
6749 struct_value_regnum member of `struct gdbarch_tdep'.
6750 * m68klinux-tdep.c: Update copyright year.
6751 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6752 (m68k_linux_extract_struct_value_address): Remove function.
6753 (m68k_linux_init_abi): Don't set extract_return_value,
6754 store_return_values, deprecated_extract_struct_value_address and
6755 use_struct_convention. Call m68k_svr4_init_abi but override the
6756 new struct_value_regnum member of `struct gdbarch_tdep'.
6757 * Makefile.in (m68k-tdep.o): Update dependencies.
6758
6759 2004-05-03 J. Brobecker <brobecker@gnat.com>
6760
6761 * dwarf2read.c (line_header): Add new included_p field in
6762 field file_names.
6763 (partial_die_info): New field has_stmt_list. New field line_offset.
6764 (dwarf2_create_include_psymtab): New function.
6765 (dwarf2_build_include_psymtabs): New function.
6766 (add_file_name): Add forward declaration. Initialize new field.
6767 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6768 to be able to determine the list of files included by the
6769 given unit, and build their associated psymtabs.
6770 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6771 files as well.
6772 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6773 (read_file_scope): Update call to dwarf_decode_lines.
6774 (read_partial_die): Handle DW_AT_stmt_list attributes.
6775
6776 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6777
6778 Unfix PR gdb/1626.
6779 * configure.in: Revert special case for osf5.*.
6780 * configure: Regenerate.
6781
6782 2004-05-02 Jim Blandy <jimb@redhat.com>
6783
6784 Move the symbol-file-from-memory functions into their own file.
6785 * symfile-mem.c, symfile-mem.h: New files.
6786 * symfile.c (symbol_file_add_from_bfd): New function.
6787 (symbol_file_add): Call symbol_file_add_from_bfd.
6788 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6789 Moved to symfile-mem.c.
6790 (_initialize_symfile): Move definition of
6791 add-symbol-file-from-memory command to symfile-mem.c.
6792 * symfile.h (symbol_file_add_from_bfd): New declaration.
6793 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6794 * config/powerpc/linux.mt (TDEPFILES): Same.
6795 * Makefile.in (SFILES): Add symfile-mem.c.
6796 (symfile_mem_h): New variable.
6797 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6798 (symfile-mem.o): New rule.
6799
6800 2004-05-01 Andrew Cagney <cagney@redhat.com>
6801
6802 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6803 frame_find_by_id instead of frame_relative_level.
6804 (do_enable_breakpoint): Ditto.
6805 * thread.c: Update copyright.
6806 (info_threads_command): Ditto, simplify.
6807
6808 * frame.c (deprecated_generic_get_saved_register): Delete
6809 function, moved to "xstormy16-tdep.c".
6810 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6811 deprecated_generic_get_saved_register from "frame.c".
6812 (xstormy16_frame_saved_register): Call
6813 xstormy16_get_saved_register.
6814 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6815 static.
6816 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6817 * frame.h (deprecated_generic_get_saved_register): Delete.
6818
6819 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6820
6821 * dwarfread.c: Update documentation on the state of dwarf-1.
6822
6823 2004-05-01 Andrew Cagney <cagney@redhat.com>
6824
6825 * stack.c (select_frame_command): Delete call to
6826 frame_relative_level.
6827 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6828 Delete #if0 code.
6829 (frame_info): Do not print FRAMELESS.
6830 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6831 (catch_info): Delete #if0 code.
6832
6833 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6834 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6835 of frame_relative_level.
6836 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6837 to SENTINEL_FRAME.
6838 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6839 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6840 frame_relative_level.
6841
6842 * frame.h (deprecated_set_frame_type): Delete declaration.
6843 * frame.c (deprecated_set_frame_type): Delete function, update
6844 comments.
6845
6846 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6847 * gdbarch.h, gdbarch.c: Re-generate.
6848 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6849 (shnbsd_pc_in_sigtramp): Delete.
6850 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6851 pc_in_sigtramp.
6852 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6853 pc_in_sigtramp.
6854 * frame.h: Update comments.
6855 * ppc-linux-tdep.c: Update comments.
6856 * breakpoint.c (bpstat_what): Update comments.
6857
6858 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6859 m68klinux-tdep.o's dependencies, were previously added to
6860 m68klinux-nat.o.
6861
6862 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6863 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6864 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6865 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6866 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6867
6868 * Makefile.in (m68klinux-nat.o): Update dependencies.
6869 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6870 (m68k_linux_sigtramp_frame_cache)
6871 (m68k_linux_sigtramp_frame_this_id)
6872 (m68k_linux_sigtramp_frame_prev_register)
6873 (m68k_linux_sigtramp_frame_unwind)
6874 (m68k_linux_sigtramp_frame_sniffer)
6875 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6876 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6877 names, use trad-frame.h.
6878 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6879 (struct m68k_sigtramp_info): Delete.
6880 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6881 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6882 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6883 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6884 "m68klinux-tdep.c".
6885
6886 * infrun.c (check_sigtramp2): Delete check for
6887 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6888
6889 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6890
6891 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6892
6893 2004-05-01 Andrew Cagney <cagney@redhat.com>
6894
6895 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6896 (frv_linux_sigtramp_frame_cache)
6897 (frv_linux_sigtramp_frame_this_id)
6898 (frv_linux_sigtramp_frame_prev_register)
6899 (frv_linux_sigtramp_frame_unwind)
6900 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6901 include "linux" in function and variable names, directly call
6902 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6903 the latest trad-frame code.
6904 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6905 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6906 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6907 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6908 * frv-tdep.c (frv_sigtramp_frame_cache)
6909 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6910 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6911 frv-linux-tdep.c.
6912 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6913 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6914 (frv_set_sigcontext_reg_addr): Delete function.
6915
6916 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6917 (DEPRECATED_SIGTRAMP_END): Delete.
6918 * gdbarch.h, gdbarch.c: Re-generate.
6919 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6920 * config/vax/tm-vaxbsd.h: Update copyright.
6921 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6922 (DEPRECATED_IN_SIGTRAMP): Define.
6923 * config/m68k/tm-nbsd.h: Update copyright.
6924 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6925 (DEPRECATED_IN_SIGTRAMP): Define.
6926
6927 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6928
6929 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6930 encondings. Fixes PR gdb/1628.
6931
6932 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6933 DW_CFA_restore state without a matching DW_CFA_remember_state
6934 instead of aborting. Fixes PR backtrace/1589.
6935
6936 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6937
6938 * MAINTAINERS: Add self as AIX maintainer.
6939 Update my e-mail address in write-after-approval section.
6940
6941 2004-04-30 Andrew Cagney <cagney@redhat.com>
6942
6943 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6944 (legacy_get_prev_frame): Ditto.
6945
6946 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6947 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6948 * mipsread.c (sigtramp_address): Delete extern variable.
6949 (mipscoff_new_init): Delete reference.
6950 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6951 (fixup_sigtramp): Delete function.
6952 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6953 (fixup_sigtramp): Delete declarations.
6954
6955 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6956 deprecated_pc_in_sigtramp.
6957 (ppcnbsd_pc_in_sigtramp): Delete function.
6958
6959 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6960
6961 * config/m68k/nm-nbsd.h: Tweak comments.
6962 * config/m68k/nm-nbsdaout.h: Likewise.
6963
6964 2004-04-30 Andrew Cagney <cagney@redhat.com>
6965
6966 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6967 legacy_pc_in_sigtramp.
6968 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6969
6970 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6971
6972 Add OpenBSD/m68k support.
6973 * NEWS (New native configurations): Mention OpenBSD/m68k.
6974 * m68kbsd-tdep.c: New file.
6975 * m68kbsd-nat.c: New file.
6976 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6977 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6978 * configure.host: Add m68k-*-openbsd.
6979 * configure.tgt: Add m68k-*-openbsd.
6980 * config/m68k/tm-obsd.h: New file.
6981 * config/m68k/obsd.mt: New file.
6982 * config/m68k/obsd.mh: New file.
6983 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6984 m68kbsd-tdep.c.
6985
6986 2004-04-30 Andrew Cagney <cagney@redhat.com>
6987
6988 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6989 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6990
6991 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6992
6993 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6994 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6995
6996 2004-04-30 Brian Ford <ford@vss.fsi.com>
6997
6998 Revert 2004-04-16 change.
6999 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7000 (i386_coff_init_abi): Remove.
7001 * i386-tdep.h (i386_coff_init_abi): Remove.
7002 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7003
7004 2004-04-30 Andrew Cagney <cagney@redhat.com>
7005
7006 * blockframe.c (find_pc_partial_function): Delete use of
7007 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7008 DEPRECATED_SIGTRAMP_END.
7009
7010 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
7011 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
7012 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
7013 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
7014 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
7015
7016 * defs.h (deprecated_inside_entry_file): Delete declaration.
7017 * blockframe.c (deprecated_inside_entry_file): Delete function.
7018 (legacy_frame_chain_valid): Delete call.
7019 * sh64-tdep.c (sh64_frame_chain): Delete call.
7020 * objfiles.h: Update comments.
7021 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
7022 call.
7023 * frame.c (get_prev_frame): Delete call, update comments.
7024
7025 2004-04-30 Brian Ford <ford@vss.fsi.com>
7026
7027 * MAINTAINERS (Write After Approval): Add myself.
7028
7029 2004-04-30 Andrew Cagney <cagney@redhat.com>
7030
7031 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
7032 * gdbarch.h, gdbarch.c: Re-generate.
7033 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
7034 code.
7035
7036 2004-04-30 Andrew Cagney <cagney@redhat.com>
7037
7038 * gdb-events.sh (selected_thread_changed)
7039 (selected_frame_level_changed, target_changed): Delete.
7040 * gdb-events.h, gdb-events.c: Re-generate.
7041 * valops.c (value_assign): Update.
7042 * stack.c (select_frame_command, up_silently_base)
7043 (down_silently_base): Update.
7044
7045 2004-04-29 Andrew Cagney <cagney@redhat.com>
7046
7047 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
7048 registers correctly.
7049 (print_gp_register_row, mips32_heuristic_proc_desc)
7050 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
7051 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
7052 references to mips_isa_regsize.
7053
7054 2004-04-29 Andrew Cagney <cagney@redhat.com>
7055
7056 * mips-tdep.c (struct gdbarch_tdep): Delete
7057 mips_fp_register_double.
7058 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
7059 mips_abi_regsize.
7060 (mips_gdbarch_init): Do not set mips_fp_register_double.
7061 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
7062
7063 2004-04-29 Joel Brobecker <brobecker@gnat.com>
7064
7065 Committed by Andrew Cagney.
7066 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
7067 function calls.
7068
7069 2004-04-29 Andrew Cagney <cagney@redhat.com>
7070
7071 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
7072 gdbarch, use mips_abi, update callers.
7073 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
7074 mips_abi_regsize, update callers.
7075 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
7076 mips_default_abi_regsize.
7077 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
7078 mips_default_abi_regsize.
7079
7080 2004-04-29 Andrew Cagney <cagney@redhat.com>
7081
7082 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
7083 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
7084 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
7085 mips_default_abi_regsize.
7086 (mips_isa_regsize): Rename mips_regisze.
7087 * mipsnbsd-tdep.c: Update.
7088 * mips-linux-tdep.c: Update.
7089 * irix5-nat.c: Update.
7090 * mips-tdep.h (mips_isa_regsize): Update.
7091
7092 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
7093 Delete all disabled code.
7094 * gdb-events.h, gdb-events.c: Re-generate.
7095
7096 2004-04-19 Jerome Guitton <guitton@gnat.com>
7097 Mark Kettenis <kettenis@gnu.org>
7098
7099 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
7100 the function begins with a branch instruction.
7101
7102 2004-04-29 Mark Kettenis <kettenis@gnu.org>
7103
7104 * i386-tdep.c: Fix spelling mistakes.
7105
7106 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7107 Andrew Cagney <cagney@redhat.com>
7108
7109 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
7110 <sys/proc.h>.
7111 * acconfig.h: Provide default _KMEMUSER value.
7112 * config.in, configure: Re-generate.
7113 * NEWS: Mention fix.
7114
7115 2004-04-24 Randolph Chung <tausq@debian.org>
7116
7117 * configure.host (hppa*-*-linux*): New target.
7118 * configure.tgt (hppa*-*-linux*): Likewise.
7119 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
7120 gdbarch_init_osabi() call earlier so that osabi-specific frame
7121 unwinders can be registered first.
7122 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
7123 hppa-linux-nat.c.
7124 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
7125 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
7126 * config/pa/linux.mh: New file.
7127 * config/pa/linux.mt: New file.
7128 * config/pa/nm-linux.h: New file.
7129 * config/pa/xm-linux.h: New file.
7130 * hppa-linux-nat.c: New file.
7131 * hppa-linux-tdep.c: New file.
7132
7133 2004-04-28 Randolph Chung <tausq@debian.org>
7134
7135 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
7136 return values.
7137 (hppa32_push_dummy_call): Fix small struct and floating point argument
7138 passing, and make sure the stack frame is properly aligned.
7139
7140 2004-04-28 Andrew Cagney <cagney@redhat.com>
7141
7142 * stack.c (print_stack_frame): Fix description.
7143
7144 * NEWS: Mention gdb/gdbserver/configure execute permission
7145 changed. PR server/519.
7146
7147 2004-04-28 Andrew Cagney <cagney@redhat.com>
7148
7149 * stack.c (print_stack_frame_stub): Delete declaration.
7150 (struct print_stack_frame_args, print_stack_frame)
7151 (print_frame_info, print_frame): Replace "source" with print what.
7152 Replace "print" with "print_level". Replace "args" with
7153 "print_args".
7154 * frame.h (show_and_print_stack_frame, print_stack_frame)
7155 (print_frame_info): Update declarations.
7156 * stack.c (select_and_print_frame, frame_command)
7157 (current_frame_command, up_command, down_command): Update calls -
7158 use get_selected_frame, pass "enum print_what" for source, do not
7159 call frame_relative_level.
7160 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
7161 * remote-rdp.c (remote_rdp_open): Ditto.
7162 * remote-mips.c (common_open): Ditto.
7163 * remote-e7000.c (e7000_start_remote): Ditto.
7164 * ocd.c (ocd_start_remote): Ditto.
7165 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
7166 * infrun.c (normal_stop): Ditto.
7167 * inflow.c (kill_command): Ditto.
7168 * infcmd.c (finish_command): Ditto.
7169 * corelow.c (core_open): Ditto.
7170 * tracepoint.c (finish_tfind_command): Ditto.
7171 * thread.c (info_threads_command, info_threads_command)
7172 (restore_current_thread, do_captured_thread_select): Ditto.
7173 * ada-tasks.c (task_command): Ditto.
7174
7175 2004-04-26 Orjan Friberg <orjanf@axis.com>
7176
7177 * frame.c: Include "observer.h".
7178 (frame_observer_target_changed): New function.
7179 (_initialize_frame): Attach target_changed observer.
7180 * regcache.c: Include "observer.h".
7181 (regcache_observer_target_changed): New function.
7182 (_initialize_regcache): Attach target_changed observer.
7183 * valops.c: Include "observer.h".
7184 (value_assign): Notify target_changed event when modifying register.
7185 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
7186
7187 2004-04-26 Orjan Friberg <orjanf@axis.com>
7188
7189 From Paul Koning <pkoning@equallogic.com>:
7190 * breakpoint.c (free_valchain): New function.
7191 (insert_bp_location, delete_breakpoint): Use free_valchain.
7192 (remove_breakpoint): Do not remove the valchain.
7193 (bpstat_stop_status): If not stopped by watchpoint, skip
7194 watchpoints when generating stop status list.
7195 * infrun.c (handle_inferior_event): Make
7196 stepped_after_stopped_by_watchpoint a global variable.
7197 * remote.c (remote_stopped_data_address): Return watch data
7198 address rather than zero if stepped_after_stopped_by_watchpoint is
7199 set.
7200
7201 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
7202
7203 Fix PR gdb/1626.
7204 * configure.in: Check for curses after termcap.
7205 On osf5.*, do not check for ncurses.
7206 * configure: Regenerate.
7207
7208 2004-04-25 Mark Kettenis <kettenis@gnu.org>
7209
7210 * ppcobsd-nat.c: Include "ppc-tdep.h".
7211 * Makefile.in (ppcobsd-nat.o): Update dependencies.
7212
7213 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
7214 Fixes PR tdep/1623 and PR tdep/1624.
7215
7216 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
7217
7218 * xmodem.h, xmodem.c: Remove files.
7219 * Makefile.in: Remove references to xmodem.h, xmodem.c.
7220
7221 2004-04-23 Randolph Chung <tausq@debian.org>
7222
7223 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
7224 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
7225 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
7226 for handling stackless frames.
7227 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
7228
7229 2004-04-23 Randolph Chung <tausq@debian.org>
7230
7231 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
7232 starts at a pc before the frame is created.
7233
7234 2004-04-23 Joel Brobecker <brobecker@gnat.com>
7235
7236 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
7237
7238 2004-04-23 Jerome Guitton <guitton@gnat.com>
7239
7240 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
7241 use convert_typed_floating to get the appropriate format.
7242
7243 2004-04-22 Randolph Chung <tausq@debian.org>
7244
7245 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
7246 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
7247 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
7248 (hppa_sign_extend): Add prototype.
7249 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
7250 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
7251 (sign_extend): Rename with hppa_ prefix and make non-static. Other
7252 hppa targets will also use these functions.
7253 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
7254 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
7255 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
7256 (hppa_gdbarch_init): Remove gdbarch setting of
7257 skip_trampoline_code, in_solib_call_trampoline and
7258 in_solib_return_trampoline.
7259 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
7260 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
7261 hppa_in_solib_call_trampoline.
7262 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
7263 Moved from hppa-tdep.c.
7264 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
7265 in_solib_call_trampoline and in_solib_return_trampoline.
7266
7267 2004-04-22 Randolph Chung <tausq@debian.org>
7268
7269 * hppa-tdep.c (hppa_debug): New variable.
7270 (find_unwind_entry, hppa_frame_cache): Add debug output.
7271 (_initialize_hppa_tdep): Add command to set debug flag.
7272
7273 2004-04-22 Andrew Cagney <cagney@redhat.com>
7274
7275 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
7276 "trad-frame.h".
7277 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
7278 signal trampoline unwinder.
7279 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
7280
7281 2004-04-22 Mark Kettenis <kettenis@gnu.org>
7282
7283 Add OpenBSD/powerpc support.
7284 * NEWS (New native configurations): Mention OpenBSD/powerpc.
7285 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
7286 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
7287 (ppc_collect_fpregset): New prototypes.
7288 * ppcobsd-nat.c: New file.
7289 * ppcobsd-tdep.c: New file.
7290 * ppcobsd-tdep.h: New file.
7291 * rs6000-tdep.c: Include "regset.h".
7292 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
7293 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
7294 New functions.
7295 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
7296 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
7297 (rs6000-tdep.o): Update dependencies.
7298 * configure.host: Add powerpc-*-openbsd.
7299 * configure.tgt: Add powerpc-*-openbsd.
7300 * config/powerpc/obsd.mh: New file.
7301 * config/powerpc/nm-obsd.h: New file.
7302 * config/powerpc/obsd.mt: New file.
7303
7304 2004-04-22 Andrew Cagney <cagney@redhat.com>
7305
7306 * frame.h (show_frame_info): Delete declaration.
7307
7308 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
7309 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
7310 * m32r-tdep.c (m32r_frame_this_id): Ditto.
7311 * frv-tdep.c (frv_frame_this_id): Ditto.
7312 * avr-tdep.c (avr_frame_this_id): Ditto.
7313
7314 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
7315
7316 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
7317
7318 2004-04-22 Jim Blandy <jimb@redhat.com>
7319
7320 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
7321 register number zero.
7322
7323 2004-04-21 Michael Snyder <msnyder@redhat.com>
7324
7325 * mips-tdep.c (heuristic_proc_start):
7326 Warning() already prefixes "Warning: ".
7327
7328 2004-04-21 Andrew Cagney <cagney@redhat.com>
7329
7330 * annotate.h (deprecated_annotate_starting_hook)
7331 (deprecated_annotate_stopped_hook)
7332 (deprecated_annotate_exited_hook)
7333 (deprecated_annotate_signal_hook)
7334 (deprecated_annotate_signalled_hook): Deprecate.
7335 * tracepoint.h (deprecated_create_tracepoint_hook)
7336 (deprecated_delete_tracepoint_hook)
7337 (deprecated_modify_tracepoint_hook)
7338 (deprecated_trace_find_hook)
7339 (deprecated_trace_start_stop_hook): Deprecate.
7340 * target.h (deprecated_target_new_objfile_hook): Deprecate.
7341 * remote.h (deprecated_target_resume_hook)
7342 (deprecated_target_wait_loop_hook): Deprecate.
7343 * gdbcore.h (deprecated_exec_file_display_hook)
7344 (deprecated_file_changed_hook): Deprecate.
7345 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
7346 * defs.h (deprecated_modify_breakpoint_hook)
7347 (deprecated_command_loop_hook, deprecated_show_load_progress)
7348 (deprecated_print_frame_info_listing_hook)
7349 (deprecated_query_hook, deprecated_warning_hook)
7350 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
7351 (deprecated_delete_breakpoint_hook)
7352 (deprecated_interactive_hook, deprecated_registers_changed_hook)
7353 (deprecated_readline_begin_hook, deprecated_readline_hook)
7354 (deprecated_readline_end_hook, deprecated_register_changed_hook)
7355 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
7356 (deprecated_context_hook, deprecated_target_wait_hook)
7357 (deprecated_attach_hook, deprecated_detach_hook)
7358 (deprecated_call_command_hook, deprecated_set_hook)
7359 (deprecated_error_hook, deprecated_error_begin_hook)
7360 (deprecated_ui_load_progress_hook): Deprecate.
7361 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7362 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7363 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7364 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7365 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7366 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7367 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7368 * annotate.c, aix-thread.c: Update.
7369
7370 2004-04-21 Andrew Cagney <cagney@redhat.com>
7371
7372 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7373 * vaxnbsd-tdep.c: Include "gdb_string.h".
7374
7375 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7376 (add_symbol_file_from_memory_command): #if 0 function body, call
7377 error instead.
7378
7379 2004-04-21 Andrew Cagney <cagney@redhat.com>
7380
7381 * gdbcore.h: Update copyright.
7382 (deprecated_add_core_fns): Rename add_core_fns.
7383 * win32-nat.c (_initialize_core_win32): Update.
7384 * sun3-nat.c (_initialize_core_sun3): Update.
7385 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7386 * rs6000-nat.c (_initialize_core_rs6000): Update.
7387 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7388 * nto-tdep.c (_initialize_nto_tdep): Update.
7389 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7390 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7391 * mips-nat.c (_initialize_core_mips): Update.
7392 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7393 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7394 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7395 * lynx-nat.c (_initialize_core_lynx): Update.
7396 * irix5-nat.c (_initialize_core_irix5): Update.
7397 * i386-interix-nat.c (_initialize_core_interix): Update.
7398 * cris-tdep.c (_initialize_cris_tdep): Update.
7399 * corelow.c (deprecated_add_core_fns): Update.
7400 * core-regset.c (_initialize_core_regset): Update.
7401 * core-aout.c (_initialize_core_aout): Update.
7402 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7403 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7404 * alpha-nat.c (_initialize_core_alpha): Update.
7405
7406 2004-04-21 Jim Blandy <jimb@redhat.com>
7407
7408 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7409
7410 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
7411
7412 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7413 Delete.
7414 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7415 (read_attribute_value): Update calls to dwarf_alloc_block.
7416 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7417 dwarf2_tmp_obstack.
7418 (psymtab_to_symtab_1): Likewise. Clean up using
7419 free_stack_comp_unit.
7420 (add_to_cu_func_list): Use the comp_unit_obstack.
7421
7422 2004-04-19 Joel Brobecker <brobecker@gnat.com>
7423
7424 * dwarf2read.c (dwarf2_flag_true_p): New function.
7425 (die_is_declaration): Use the function above. Add some comments.
7426
7427 2004-04-19 Mark Kettenis <kettenis@gnu.org>
7428
7429 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7430 architecture when registering sparcnbsd_core_osabi_sniffer.
7431 Adjust comment.
7432
7433 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7434
7435 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7436 return value.
7437
7438 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7439 * i386-tdep.c: Correct register numbering scheme comments
7440 throughout.
7441 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7442 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7443 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7444 (i386_gdb_arch_init): Likewise.
7445
7446 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7447 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7448 ppcnbsd-tdep.o.
7449
7450 * m68k-tdep.h: Tweak comments.
7451 * m68k-tdep.c: Tweak comment.
7452
7453 2004-04-17 Randolph Chung <tausq@debian.org>
7454
7455 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7456 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7457 (hppa_hpux_som_init_abi): Set is_elf to 0.
7458 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7459 * hppa-tdep.c (low_text_segment_address): Remove global.
7460 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7461 section offset to calculate segment address.
7462 (internalize_unwinds): Define low_text_segment_address as local and
7463 pass to record_text_segment_lowaddr for ELF targets.
7464 (hppa_gdbarch_init): Zero fill tdep structure.
7465 (hppa_dump_tdep): Print tdep structure.
7466 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7467
7468 2004-04-17 Randolph Chung <tausq@debian.org>
7469
7470 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7471 (hppa_gdbarch_init): Set pseudo_register_read.
7472 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7473 * regcache.c (supply_register): Remove check for
7474 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7475
7476 2004-04-17 Randolph Chung <tausq@debian.org>
7477
7478 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7479 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7480 (hpread_adjust_stack_address): Move to hpread.c.
7481 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7482 obj_private_struct): Move from tm-hppa.h.
7483 * hpread.c (hppa-tdep.h): Include.
7484 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7485 (hpread_read_function_type, hpread_read_doc_function_type)
7486 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7487 directly.
7488 * pa64solib.c (hppa-tdep.h): Include.
7489 * somsolib.c (hppa-tdep.h): Include.
7490 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7491 inferior_status): Remove unused forward declarations.
7492 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7493 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7494 obj_private_struct): Move to hppa-tdep.h.
7495 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7496
7497 2004-04-17 Randolph Chung <tausq@debian.org>
7498
7499 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7500 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7501 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7502 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7503 Remove forward declaration and make static.
7504 (hppa_reg_struct_has_addr): Remove.
7505
7506 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7507
7508 * observer.sh: Move comments in sed command to first column.
7509
7510 2004-04-16 Jason Molenda (jmolenda@apple.com)
7511
7512 * frame.c: Minor typeo corrections in comments.
7513
7514 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7515
7516 * observer.c (observer_test_first_notification_function): Update
7517 function profile.
7518 (observer_test_second_notification_function): Likewise.
7519 (observer_test_third_notification_function): Likewise.
7520
7521 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7522
7523 From Brian Ford <ford@vss.fsi.com>:
7524 * i386-tdep.c (i386_coff_init_abi): New function.
7525 * i386-tdep.h (i386_coff_init_abi): New prototype.
7526 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7527 register number translation functions for DWARF and DWARF 2.
7528
7529 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7530
7531 * dwarf2read.c: Back out my previous change, it was incorrect.
7532
7533 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7534
7535 * dwarf2read.c: Include "hashtab.h".
7536 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7537 has_namespace_info.
7538 (struct partial_die_info): Add comments. Use bitfields to reduce
7539 memory footprint. Add scope, scope_set, has_specification,
7540 spec_offset, die_parent, die_child, and die_sibling.
7541 (peek_die_abbrev): Add prototype.
7542 (partial_read_comp_unit_head): New function, broken out from
7543 dwarf2_build_psymtabs_hard.
7544 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7545 Use partial_read_comp_unit_head. Initialize the CU and
7546 comp_unit_obstack. Update calls to read_partial_die and
7547 scan_partial_symbols. Use free_stack_comp_unit and
7548 load_partial_dies.
7549 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7550 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7551 Update calls to helper functions. Remove NAMESPACE argument.
7552 Update comments.
7553 (partial_die_parent_scope, partial_die_full_name): New functions.
7554 (add_partial_symbol): Remove namespace argument. Update call to
7555 pdi_needs_namespace. Use partial_die_full_name. Handle
7556 DW_TAG_namespace. Check has_namespace_info flag.
7557 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7558 tag. Handle namespaces.
7559 (add_partial_namespace, add_partial_enumeration): Simplify.
7560 (guess_structure_name): New function, derived from
7561 add_partial_structure.
7562 (add_partial_structure): Remove.
7563 (determine_class_name): Update comment.
7564 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7565 (is_type_tag_for_partial, load_partial_dies): New functions.
7566 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7567 Record specifications instead of following them immediately.
7568 (find_partial_die_in_comp_unit, find_partial_die)
7569 (fixup_partial_die, free_stack_comp_unit)
7570 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7571 (partial_die_hash, partial_die_eq): New functions.
7572 * Makefile.in (hashtab_h): Define.
7573 (dwarf2read.o): Update dependencies.
7574 (observer_inc, observer_h): Move to the correct section.
7575
7576 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7577
7578 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7579 (die_is_declaration): Use the function above. Add comment.
7580
7581 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7582
7583 * dwarf2read.c (read_structure_scope): Identify stub types
7584 using die_is_declaration() only.
7585
7586 2004-04-15 Roland McGrath <roland@redhat.com>
7587
7588 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7589 argument instead of NAME.
7590 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7591 in call to symbol_file_add_with_addrs_or_offsets.
7592 (build_addr_info): New function, helper for ...
7593 (symbol_file_add_from_memory): New function.
7594 (add_symbol_file_from_memory_command): New function using that.
7595 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7596 (pre_add_symbol_hook): Add const to argument type.
7597 * symfile.h (symbol_file_add_from_memory): Declare it.
7598
7599 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7600
7601 * NEWS (New native configurations): Mention OpenBSD/vax.
7602 * configure.host: Add vax-*-openbsd*.
7603 * config/vax/obsd.mh: New file.
7604 * config/vax/nm-obsd.h: New file.
7605
7606 * vax-tdep.c: Include "regset.h".
7607 (vax_supply_gregset): New function.
7608 (vax_gregset): New variable.
7609 (vax_regset_from_core_section): New function.
7610 (vax_gdbarch_init): Set regset_from_core_section.
7611 * Makefile.in (vax-tdep.o): Update dependencies.
7612
7613 2004-04-15 Andrew Cagney <cagney@redhat.com>
7614
7615 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7616 (observer_normal_stop_notification_stub)
7617 (observer_attach_normal_stop, observer_detach_normal_stop):
7618 Delete, replaced by #include "observer.inc".
7619 * infrun.c (normal_stop): Pass "stop_bpstat" to
7620 observer_notify_normal_stop.
7621 * Makefile.in (observer_inc): Define.
7622 (observer.o): Update dependencies.
7623 (observer.h, observer.inc): New rules.
7624 * observer.h: Delete file.
7625 * observer.sh: New file.
7626
7627 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7628
7629 * vax-tdep.c (vax_frame_cache): Fix typo.
7630
7631 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7632
7633 * NEWS (New native configurations): Mention NetBSD/vax.
7634 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7635 * config/vax/nbsdelf.mh: New file.
7636 * config/vax/nbsdaout.mh: New file.
7637 * config/vax/nm-nbsd.h: New file.
7638 * config/vax/nm-nbsdaout.h: New file.
7639
7640 * vaxnbsd-tdep.c: New file.
7641 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7642 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7643 * config/vax/nbsd.mt: New file.
7644 * config/vax/tm-nbsd.h: New file.
7645
7646 * Makefile.in (vaxbsd-nat.o): New dependency.
7647
7648 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7649 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7650 struct_addr arguments. Don't push return value address.
7651 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7652 arguments to vax_store_arguments. Store return value address in
7653 R1.
7654 (vax_store_struct_return, vax_extract_return_value)
7655 (vax_store_return_value): Remove functions.
7656 (vax_return_value): New function.
7657 (vax_gdbarch_init): Set return value. Don't set
7658 deprecated_store_struct_return, deprecated_extract_struct_return
7659 and deprecated_store_return_value.
7660
7661 2004-04-14 Andreas Schwab <schwab@suse.de>
7662
7663 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7664 value buffer.
7665 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7666
7667 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7668
7669 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7670 (vax_unwind_dummy_id): New functions.
7671 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7672 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7673 variables.
7674 (vax_fix_call_dummy): Remove function.
7675 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7676 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7677 call_dummy_location, deprecated_call_dummy_words,
7678 deprecated_sizeof_call_dummy_words,
7679 deprecated_call_dummy_breakpoint_offset,
7680 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7681 and deprecated_dummy_write_sp.
7682
7683 2004-04-13 David Carlton <carlton@kealia.com>
7684
7685 * MAINTAINERS: Move myself to "paper trail" section.
7686
7687 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7688
7689 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7690 "trad-frame.h".
7691 (vax_frame_init_saved_regs): Remove function.
7692 (vax_sigtramp_saved_pc): Remove function.
7693 (vax_frame_saved_pc): Remove function.
7694 (vax_frame_args_address): Remove function.
7695 (vax_frame_num_args): Rewrite.
7696 (vax_frame_chain): Remove function.
7697 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7698 VAX_FP_REGNUM.
7699 (vax_pop_frame): Likewise.
7700 (vax_saved_pc_after_call): Remove function.
7701 (struct vax_frame_cache): New structure.
7702 (vax_frame_cache): New function.
7703 (vax_frame_this_id): New function.
7704 (vax_frame_prev_register): New function.
7705 (vax_frame_unwind): New variable.
7706 (vax_frame_sniffer): New function.
7707 (vax_frame_base_address): New function.
7708 (vax_frame_args_address): New function.
7709 (vax_frame_base): New variable.
7710 (vax_unwind_pc): New function.
7711 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7712 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7713 deprecated_frame_chain, deprecated_frame_saved_pc,
7714 deprecated_frame_args_address and
7715 deprecated_frame_init_saved_regs.
7716 * Makefile.in (vax-tdep.o): Update dependencies.
7717
7718 * vaxbsd-nat.c: New file.
7719
7720 * vax-tdep.h: Update copyright year. Adjust comments.
7721 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7722 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7723 (vax_regnum): New enum. Replacing...
7724 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7725 (VAX_PS_REGNUM): ... these removed macros.
7726 * vax-tdep.c (vax_register_name): Remove prototype.
7727 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7728 (vax_register_byte, vax_register_raw_size,
7729 vax_register_virtual_size, vax_register_virtual_type): Remove
7730 functions.
7731 (vax_register_type): New function.
7732 (vax_breakpoint_from_pc): Reorganize.
7733 (vax_gdbarch_init): Set register_type. Don't set
7734 deprecated_register_size, deprecated_register_bytes,
7735 deprecated_register_byte, deprecated_register_raw_size,
7736 deprecated_max_register_raw_size,
7737 deprecated_register_virtual_size,
7738 deprecated_max_register_virtual_size and
7739 deprecated_register_virtual_type. Add comment on stack direction.
7740
7741 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7742
7743 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7744 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7745 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7746
7747 2004-04-10 Randolph Chung <tausq@debian.org>
7748
7749 * MAINTAINERS (write after approval): Add myself.
7750
7751 2004-04-07 Randolph Chung <tausq@debian.org>
7752
7753 * hppa-tdep.c (hppa_inner_than): Remove.
7754 (is_pa_2): Remove unused static variable.
7755 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7756
7757 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7758
7759 * language.h (language_defn): Add new la_post_parser field.
7760 * parser-defs.h (null_post_parser): New declaration (default for
7761 la_post_parser).
7762
7763 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7764 insert call to that function.
7765 (parse_exp_in_context): New function, including code formerly in
7766 parse_exp_1. Calls language-dependent post-parser after
7767 prefixification.
7768 (parse_expression_in_context): New exported function.
7769 (null_post_parser): New definition.
7770 * expression.h (parse_expression_in_context): Add declaration.
7771
7772 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7773 * c-lang.c (c_language_defn): Ditto.
7774 (cplus_language_defn): Ditto.
7775 (asm_language_defn): Ditto.
7776 (minimal_language_defn): Ditto.
7777 * f-lang.c (f_language_defn): Ditto.
7778 * jv-lang.c (java_language_defn): Ditto.
7779 * language.c (unknown_language_defn): Ditto.
7780 (auto_language_defn): Ditto.
7781 (local_language_defn): Ditto.
7782 * m2-lang.c (m2_language_defn): Ditto.
7783 * scm-lang.c (scm_language_defn): Ditto.
7784 * obj-lang.c (objc_language_defn): Ditto.
7785
7786 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7787
7788 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7789 (amd64nbsd_mcontext_addr): New function.
7790 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7791 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7792 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7793
7794 * corelow.c (core_xfer_partial): Fix coding standards violation.
7795 Add support for TARGET_OBJECT_WCOOKIE.
7796
7797 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7798 deprecated_pc_in_sigtramp.
7799 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7800 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7801 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7802 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7803 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7804 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7805 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7806
7807 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7808 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7809 Fix typo.
7810
7811 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7812 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7813 (amd64_collect_fxsave): Likewise.
7814
7815 * i386-sol2-tdep.c: Include "gdb_string.h".
7816 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7817 name.
7818 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7819
7820 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7821
7822 * i386-sol2-tdep.c: Include "solib-svr4.h".
7823 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7824 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7825 * config/i386/tm-i386sol2.h: Include :solib.h".
7826 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7827 solib-svr4.o and solib-legacy.o.
7828 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7829 solib-svr4.o.
7830
7831 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7832
7833 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7834 whether a register is supplied by PTRACE_GETFPREGS.
7835 (store_inferior_registers): Likewise.
7836 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7837 whether a register is supplied by PT_GETFPREGS.
7838 (store_inferior_registers): Likewise.
7839
7840 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7841 * config/i386/linux64.mt (TDEPFILES): Likewise.
7842
7843 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7844
7845 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7846 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7847 the program counter is in the range specified by `struct
7848 gdbarch_tdep'.
7849 * amd64-linux-tdep.c: Include "symtab.h".
7850 (amd64_linux_pc_in_sigtramp): Remove function.
7851 (amd64_linux_sigtramp_p): New function.
7852 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7853 deprecated_pc_in_sigtramp.
7854 * amd64nbsd-tdep.c: Include "symtab.h".
7855 (amd64nbsd_sigtramp_p): New function.
7856 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7857 deprecated_pc_in_sigtramp.
7858 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7859 few comments.
7860 (amd64obsd_pc_in_sigtramp): Remove function.
7861 (amd64obsd_sigtramp_p): New function.
7862 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7863 deprecated_pc_in_sigtramp.
7864 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7865 (i386bsd_pc_ins_sigtramp): Remove prototype.
7866 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7867 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7868 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7869 the program counter is in the range specified by `struct
7870 gdbarch_tdep'.
7871 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7872 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7873 (i386_go32_pc_in_sigtramp): Remove function.
7874 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7875 Initialize TDEP->sigtramp_p.
7876 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7877 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7878 deprecated_pc_in_sigtramp.
7879 * i386-linux-tdep.c: Adjust comments.
7880 (i386_linux_pc_in_sigtramp): Remove function.
7881 (i386_linux_sigtramp_p): New function.
7882 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7883 deprecated_pc_in_sigtramp.
7884 * i386-nto-tdep.c: Update copyright year.
7885 (i386nto_pc_in_sigtramp): Remove function.
7886 (i386nto_sigtramp_p): New function.
7887 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7888 SP_REGNUM.
7889 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7890 deprecated_pc_in_sigtramp.
7891 * i386-sol2-tdep.c: Update copyright year.
7892 (i386_sol2_pc_in_sigtramp): Remove function.
7893 (i386_sol2_sigtramp_p): New function.
7894 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7895 deprecated_pc_in_sigtramp.
7896 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7897 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7898 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7899 deprecated_sigtramp_start and deprecated_sigtramp_end.
7900 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7901 (i386nbsd_pc_in_sigtramp): Remove function.
7902 (i386nbsd_sigtramp_p): New function.
7903 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7904 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7905 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7906 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7907 (i386obsd_pc_in_sigtramp): Remove function.
7908 (i386obsd_sigtramp_p): New function.
7909 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7910 functions.
7911 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7912 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7913 TDEP->sigtramp_p.
7914 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7915 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7916 dependencies.
7917
7918 * config/i386/i386aout.mt: Remove file.
7919
7920 * configure.tgt: Remove i[34567]86-*-go32*,
7921 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7922 and i[34567]86-*-isc*. Set gdb_target to i386 for
7923 i[34567]86-*-netware* and i[34567]86-*-*.
7924 * config/i386/i386.mt: New file.
7925 * config/i386/embed.mt: Remove file.
7926 * config/i386/go32.mt: Remove file.
7927 * config/i386/i386nw.mt: Remove file.
7928 * config/i386/i386v.mt: Remove file.
7929 * config/i386/tm-go32.h: Remove file.
7930
7931 * tui/tui-hooks.c: Include "readline/readline.h" after
7932 "gdb_curses.h" instead of before.
7933 * tui/tui-io.c: Likewise.
7934
7935 * tui/tui.c: Fix typo in comment.
7936
7937 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7938
7939 2004-04-08 Andrew Cagney <cagney@redhat.com>
7940
7941 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7942 (deprecated_exception_support_initialized): Declare.
7943 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7944 (initialize_hp_cxx_exception_support)
7945 (child_enable_exception_callback): Update.
7946 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7947 (deprecated_exception_support_initialized): Rename
7948 deprecated_exception_catchpoints_are_fragile and
7949 deprecated_exception_support_initialized.
7950 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7951
7952 * symtab.c (deprecated_hp_som_som_object_present): Rename
7953 hp_som_som_object_present.
7954 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7955 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7956 Update. Delete extern declaration.
7957 * valops.c (hp_som_som_object_present): Ditto.
7958 * parse.c (deprecated_hp_som_som_object_present)
7959 (parse_nested_classes_for_hpacc): Ditto.
7960 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7961 * hppa-hpux-tdep.c (hp_som_som_object_present)
7962 (initialize_hp_cxx_exception_support): Ditto.
7963 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7964 * cp-valprint.c (hp_som_som_object_present)
7965 (cp_print_class_method): Ditto.
7966 * c-typeprint.c (hp_som_som_object_present):
7967 (c_type_print_base): Ditto.
7968 * c-exp.y (hp_som_som_object_present): Ditto.
7969
7970 2004-04-08 Andrew Cagney <cagney@redhat.com>
7971
7972 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7973 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7974 (frame_unwind_find_by_frame): Re-implement the unwind code so
7975 that it can both prepend and append sniffers. Replace
7976 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7977 * tramp-frame.c (tramp_frame_append): Use
7978 frame_unwind_prepend_unwinder.
7979 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7980 frame_unwind_register_unwinder.
7981 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7982 tramp_frame_append.
7983 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7984 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7985 (mips_linux_init_abi): Update.
7986
7987 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7988
7989 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7990 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7991 file support.
7992
7993 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7994
7995 * ia64-tdep.c (elf.h): Don't include.
7996 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7997
7998 2004-04-07 Jason Molenda (jmolenda@apple.com)
7999
8000 * frame.h: Typeo corrections in comments.
8001
8002 2004-04-07 Jim Blandy <jimb@redhat.com>
8003
8004 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8005 %esp and %ebp
8006
8007 2004-04-07 Mark Kettenis <kettenis@gnu.org>
8008
8009 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
8010 * config/sparc/linux64.mt (TDEPFILES): Likewise.
8011 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8012 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
8013 and solib-legacy.o.
8014 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
8015 solib-svr4.o.
8016 * config/sparc/tm-sol2.h: Update copyright year. Include
8017 "solib.h".
8018
8019 * sparc-sol2-tdep.c: Update copyright year. Include
8020 "solib-svr4.h".
8021 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8022 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
8023 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8024 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
8025 dependencies.
8026
8027 2004-04-06 Andrew Cagney <cagney@redhat.com>
8028
8029 * infttrace.c: Include "infttrace.h".
8030 * infttrace.h: Include "target.h".
8031 * Makefile.in (infttrace_h): Update.
8032 (infttrace.o): Update.
8033
8034 2004-04-06 Andrew Cagney <cagney@redhat.com>
8035
8036 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
8037 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
8038 move extern declarations from here ...
8039 * infttrace.h: ... to here.
8040 * Makefile.in (hppah-nat.o): Update dependencies.
8041
8042 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
8043 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8044 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
8045 (hppa_breakpoint_from_pc): Delete.
8046
8047 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
8048
8049 2004-04-05 Andrew Cagney <cagney@redhat.com>
8050
8051 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
8052 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
8053 <sys/file.h>.
8054
8055 2004-04-06 Randolph Chung <tausq@debian.org>
8056
8057 Committed by Andrew Cagney (mechanical change).
8058 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
8059 exception_catchpoints_are_fragile, find_stub_with_shl_get,
8060 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
8061 child_enable_exception_callback, current_ex_event,
8062 null_symtab_and_line, child_get_current_exception_event,
8063 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
8064 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
8065 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
8066 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
8067 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
8068 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
8069 Move hpux-specific definitions ...
8070 * hppa-hpux-tdep.c: ... to here.
8071
8072 2004-04-05 Andrew Cagney <cagney@redhat.com>
8073
8074 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
8075 skip_prologue_using_sal.
8076
8077 2004-04-05 Andrew Cagney <cagney@redhat.com>
8078
8079 * config/i386/tm-i386.h: Delete file.
8080 * config/i386/tm-vxworks.h: Update copyright, do not include
8081 "tm-i386.h".
8082 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
8083 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
8084 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
8085 * config/i386/ncr3000.mt (TM_FILE): Delete.
8086 * config/i386/interix.mt (TM_FILE): Delete.
8087 * config/i386/i386v.mt (TM_FILE): Delete.
8088 * config/i386/i386nw.mt (TM_FILE): Delete.
8089 * config/i386/i386gnu.mt (TM_FILE): Delete.
8090 * config/i386/i386aout.mt (TM_FILE): Delete.
8091 * config/i386/embed.mt (TM_FILE): Delete.
8092
8093 2004-04-05 Kevin Buettner <kevinb@redhat.com>
8094
8095 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
8096 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
8097 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
8098 (accg7_regnum): New constants.
8099 (last_spr_regnum, last_pseudo_regnum): Update.
8100 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
8101 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8102 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
8103 for accg registers.
8104 (frv_register_sim_regno): Update spr_map[].
8105
8106 2004-04-04 Andrew Cagney <cagney@redhat.com>
8107
8108 * config/mips/xm-riscos.h: Delete.
8109 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
8110 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
8111 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
8112 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
8113 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
8114 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
8115 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
8116 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
8117 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
8118 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
8119 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
8120 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
8121 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
8122 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
8123 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
8124 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
8125 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
8126 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
8127 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
8128 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
8129 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
8130 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
8131 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
8132 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
8133 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
8134 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8135
8136 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
8137 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
8138 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
8139 * configure.host: Remove m680[01]0-sun-sunos3*,
8140 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
8141 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
8142 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
8143 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
8144 mips-*-riscos*.
8145 * NEWS: Mention removed systems.
8146
8147 2004-04-04 Andrew Cagney <cagney@redhat.com>
8148
8149 GDB 6.1 release created from 6.1 branch.
8150
8151 2004-04-04 Andrew Cagney <cagney@redhat.com>
8152
8153 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
8154 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
8155 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
8156
8157 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
8158 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
8159 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
8160
8161 2004-04-03 Jim Blandy <jimb@redhat.com>
8162
8163 * MAINTAINERS: Chris Faylor has changed employers; add him to
8164 "paper trail" section, and update his E-mail address.
8165
8166 2004-04-03 Andrew Cagney <cagney@redhat.com>
8167
8168 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
8169 generic dummy frames.
8170 * dummy-frame.c: Update copyright.
8171 (dummy_frame_sniffer): Delete check for generic dummy frames.
8172
8173 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8174 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
8175 (REG_PARM_STACK_SPACE): Delete.
8176 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
8177 Inline reference to REG_PARM_STACK_SPACE.
8178
8179 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
8180 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8181 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
8182 (FRAME_BASE_BEFORE_SIGTRAMP)
8183 (hppa32_hpux_frame_base_before_sigtramp)
8184 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
8185 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
8186 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
8187 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8188 (FRAME_BASE_BEFORE_SIGTRAMP)
8189 (hppa64_hpux_frame_base_before_sigtramp)
8190 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
8191
8192 2004-04-03 Andrew Cagney <cagney@redhat.com>
8193
8194 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
8195
8196 2004-04-02 Andrew Cagney <cagney@redhat.com>
8197
8198 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
8199 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
8200 * dummy-frame.h: Delete out-of-date comments.
8201 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
8202 * gdbarch.h, gdbarch.c: Re-generate.
8203
8204 2004-04-02 Joel Brobecker <brobecker@gnat.com>
8205
8206 Committed by Andrew Cagney <cagney@redhat.com>.
8207 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
8208 into account an instruction saving a register if we have already
8209 seen an earlier instruction saving that same register.
8210
8211 2004-04-02 Andrew Cagney <cagney@redhat.com>
8212
8213 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
8214 * gdbarch.h, gdbarch.c: Re-generate.
8215 * frame.c (legacy_get_prev_frame): Delete references to
8216 DEPRECATED_INIT_FRAME_PC_FIRST.
8217
8218 * infrun.c (pc_in_sigtramp): Delete function.
8219 (check_sigtramp2): Inline call to pc_in_sigtramp, use
8220 get_frame_type.
8221
8222 2004-04-02 Andrew Cagney <cagney@redhat.com>
8223
8224 * infrun.c (handle_step_into_function): Delete code conditional on
8225 legacy_frame_p.
8226 (handle_inferior_event, step_over_function): Ditto.
8227
8228 2004-04-02 Andrew Cagney <cagney@redhat.com>
8229
8230 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
8231 "previous frame inner to this frame" test.
8232
8233 2004-04-02 Andrew Cagney <cagney@redhat.com>
8234
8235 * frame.c (safe_frame_unwind_memory): New function.
8236 * frame.h (safe_frame_unwind_memory): Declare. Update description
8237 of /safe_/ methods.
8238 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
8239 "next_frame". Use safe_frame_unwind_memory.
8240 (tramp_frame_sniffer): Update call to tramp_frame_start.
8241
8242 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
8243
8244 * dwarf2read.c (dwarf2_objfile_data_key): New.
8245 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
8246 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
8247 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
8248 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
8249 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
8250 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
8251 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
8252 Remove variables.
8253 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
8254 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
8255 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
8256 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
8257 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
8258 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
8259 Remove macros.
8260 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
8261 data.
8262 (dwarf2_locate_sections, dwarf2_build_psymtabs)
8263 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
8264 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
8265 (read_partial_die, read_full_die, read_indirect_string)
8266 (dwarf_decode_line_header, dwarf_decode_macros)
8267 (dwarf2_symbol_mark_computed): Remove use of removed macros.
8268 Update uses of removed variables.
8269 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
8270 of removed macros.
8271 (_initialize_dwarf2_read): New function.
8272 * symfile.h (dwarf2_has_info): Update prototype.
8273 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
8274 * elfread.c (elf_symfile_read): Likewise.
8275
8276 2004-04-01 Jim Blandy <jimb@redhat.com>
8277
8278 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
8279 function for register numbers on all the rs6000-derived targets.
8280 (rs6000_gdbarch_init): Don't register a separate
8281 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
8282 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
8283 variants.
8284
8285 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
8286 numbering.
8287
8288 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
8289
8290 * valarith.c: Update copyright notice.
8291 (value_add): Handle range types.
8292 (value_sub): Ditto.
8293 (value_equal): Ditto.
8294 (value_less): Ditto.
8295 (value_neg): Ditto.
8296 (value_complement): Ditto.
8297 (value_binop): Simplify slightly by using is_integral_type and
8298 eliminiating unnecessary COERCE_ENUMs.
8299
8300 2004-03-31 Andrew Cagney <cagney@redhat.com>
8301
8302 * frame.h (frame_unwind_id): Declare.
8303 * frame.c (frame_unwind_id): New function.
8304 (get_prev_frame_1): New function.
8305 (frame_debug_got_null_frame): New function.
8306 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
8307 code proper to prev_frame, update description.
8308 * infrun.c (step_over_function): Use frame_unwind_id.
8309
8310 2004-04-31 J. Brobecker <brobecker@gnat.com>
8311
8312 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
8313 (hppa64_push_dummy_call): Likewise.
8314
8315 2004-03-30 Jim Blandy <jimb@redhat.com>
8316
8317 From Ulrich Weigand:
8318 * utils.c (query): Do not use a va_list variable multiple times.
8319
8320 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8321
8322 * Makefile.in (linux_nat_h): Update dependencies.
8323 * configure.in: Check for <gnu/libc-version.h>.
8324 * configure: Regenerate.
8325 * config.in: Regenerate.
8326 * linux-nat.h: Include "target.h". Add waitstatus field to
8327 struct lwp_info.
8328 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
8329 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
8330 to.
8331 (lin_lwp_handle_extended): New function. Handle clone events.
8332 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
8333 thread exit events.
8334 (child_wait): Handle clone events.
8335 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
8336 * linux-nat.c (linux_enable_event_reporting): Turn on
8337 PTRACE_O_TRACECLONE.
8338 (linux_handle_extended_wait): Handle clone events.
8339 * thread-db.c: Include <gnu/libc-version.h>.
8340 (struct private_thread_info): Add dying flag.
8341 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
8342 higher.
8343 (attach_thread): Update comments. Handle dying threads.
8344 (detach_thread): Set the dying flag.
8345 (check_event): Always call attach_thread.
8346
8347 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8348
8349 * mips-tdep.c (mips_pdr_data): New.
8350 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
8351 (_initialize_mips_tdep): Initialize mips_pdr_data.
8352
8353 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
8354
8355 * minsyms.c (install_minimal_symbols): Move dropping leading
8356 char from linkage name from here...
8357 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8358 test for "__gnu_compiled*" symbols.
8359
8360 2004-03-28 Jim Blandy <jimb@redhat.com>
8361
8362 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8363 registers to temp register r0 and byte stores as prologue
8364 instructions.
8365
8366 2004-03-28 Andrew Cagney <cagney@redhat.com>
8367
8368 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8369 arm*-*-*.
8370
8371 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8372
8373 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8374 and switch the layout to force a display of register window.
8375
8376 2004-02-26 J. Brobecker <brobecker@gnat.com>
8377
8378 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8379 of the INTEGER class.
8380
8381 2004-03-26 Jim Blandy <jimb@redhat.com>
8382
8383 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8384 bytes long on PPC GNU/Linux.
8385
8386 2004-03-26 David Carlton <carlton@kealia.com>
8387
8388 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8389
8390 2004-03-25 Andrew Cagney <cagney@redhat.com>
8391
8392 * PROBLEMS: Add general section titles, remove references to
8393 specific releases.
8394
8395 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
8396
8397 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8398 INT_REGISTER_SIZE.
8399 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8400 FP_REGISTER_VIRTUAL_SIZE.
8401 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8402 of DEPRECATED_REGISTER_RAW_SIZE.
8403 (arm_register_type): Add gdbarch argument.
8404 (arm_register_raw_size, arm_register_virtual_size): Delete.
8405 (arm_register_byte, arm_extract_return_value)
8406 (arm_store_return_value, arm_get_longjmp_target): Update references
8407 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8408 (arm_gdbarch_init): Likewise. Don't set
8409 deprecated_register_raw_size, deprecated_register_virtual_size,
8410 deprecated_max_register_raw_size,
8411 deprecated_max_register_virtual_size, or
8412 deprecated_max_register_virtual_type. Do set register_type.
8413 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8414 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8415 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8416 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8417 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8418 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8419 INT_REGISTER_SIZE.
8420 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8421 (remote_rdp_store_register): Likewise.
8422
8423 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
8424
8425 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8426 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8427 to after osabi initialization.
8428 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8429 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8430 functions.
8431 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8432 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8433 variables.
8434 (mips_linux_init_abi): Append signal trampoline unwinders.
8435
8436 2004-03-24 Andrew Cagney <cagney@redhat.com>
8437
8438 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8439 * tramp-frame.c: Include "gdb_assert.h".
8440 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8441 correct sizeof.
8442 (tramp_frame_append): Validate the tramp frame's instructions.
8443 * Makefile.in (tramp-frame.o): Update dependencies.
8444
8445 2004-03-23 Andrew Cagney <cagney@redhat.com>
8446
8447 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8448
8449 2004-03-23 Andrew Cagney <cagney@redhat.com>
8450
8451 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8452 Nasser as past testsuite/lib/ (and other) maintainers.
8453
8454 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8455
8456 * infcmd.c (attach_command): Reread symbols if we already have
8457 an exec file.
8458
8459 2004-03-23 Andrew Cagney <cagney@redhat.com>
8460
8461 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8462
8463 2004-03-23 Andrew Cagney <cagney@redhat.com>
8464
8465 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8466 * gdbarch.h, gdbarch.c: Re-generate.
8467 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8468 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8469 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8470 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8471 (DEPRECATED_SIGTRAMP_START): Update.
8472 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8473 (DEPRECATED_SIGTRAMP_START): Update.
8474 * blockframe.c (find_pc_sect_partial_function): Update.
8475 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8476
8477 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8478
8479 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8480 if necessary.
8481
8482 2004-03-23 Andrew Cagney <cagney@redhat.com>
8483
8484 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8485 predicate, deprecate.
8486 * gdbarch.h, gdbarch.c: Re-generate.
8487 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8488 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8489 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8490 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8491 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8492 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8493 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8494 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8495 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8496 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8497 * blockframe.c (find_pc_partial_function): Update.
8498 * breakpoint.c (bpstat_what): Update.
8499 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8500 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8501 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8502 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8503 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8504 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8505 * i386-nto-tdep.c (i386nto_init_abi): Update.
8506 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8507 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8508 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8509 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8510 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8511 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8512 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8513 * infrun.c (pc_in_sigtramp): Update.
8514 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8515 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8516 * mips-tdep.c (mips_gdbarch_init): Update.
8517 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8518 * ppc-linux-tdep.c: Update comment.
8519 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8520 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8521 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8522 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8523 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8524 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8525 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8526 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8527 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8528 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8529
8530 2004-03-23 Andrew Cagney <cagney@redhat.com>
8531
8532 * tramp-frame.h, tramp-frame.h: New files.
8533 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8534 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8535
8536 * Makefile.in: Update all dependencies.
8537
8538 2004-03-23 Andrew Cagney <cagney@redhat.com>
8539
8540 * Makefile.in (trad_frame_h): Add $(frame_h).
8541 * trad-frame.h: Update copyright. Include "frame.h".
8542 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8543 (trad_frame_set_id, trad_frame_get_id): Declare.
8544 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8545 * trad-frame.c: Update copyright.
8546 (struct trad_frame_cache): Define.
8547 (trad_frame_cache_zalloc): New function.
8548 (trad_frame_set_id, trad_frame_get_id): New functions.
8549 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8550
8551 2004-03-22 Andrew Cagney <cagney@redhat.com>
8552
8553 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8554 s390_pltstub_unwind_cache.
8555 (s390_stub_frame_unwind_cache): Rename
8556 s390_pltstub_frame_unwind_cache.
8557 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8558 (s390_stub_frame_prev_register): Rename
8559 s390_pltstub_frame_prev_register.
8560 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8561 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8562
8563 From Ulrich Weigand:
8564 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8565 pointer calls like PLT calls.
8566
8567 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8568
8569 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8570 PC rather than the partial function start address. Use the start
8571 address to sanity check the found PDR.
8572
8573 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8574
8575 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8576 linux_handle_extended_wait.
8577
8578 2004-03-22 Andrew Cagney <cagney@redhat.com>
8579
8580 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8581 function.
8582
8583 * frame.h (generic_pop_current_frame): Delete declaration.
8584 (deprecate_pop_dummy_frame): Deprecate
8585 generic_pop_dummy_frame.
8586 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8587 (generic_pop_current_frame): Delete function.
8588 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8589 generic_pop_current_frame.
8590 * v850-tdep.c (v850_pop_frame): Update.
8591 * mcore-tdep.c (mcore_pop_frame): Update.
8592 * sh64-tdep.c (sh64_pop_frame): Update.
8593 * h8300-tdep.c (h8300_pop_frame): Update.
8594
8595 2004-03-22 Andrew Cagney <cagney@redhat.com>
8596
8597 * frame.h (deprecated_pc_in_call_dummy): Rename
8598 generic_pc_in_call_dummy.
8599 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8600 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8601 generic_pc_in_call_dummy.
8602 (pc_in_dummy_frame): Make static.
8603 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8604 * gdbarch.h, gdbarch.c: Re-generate.
8605 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8606 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8607 (legacy_get_prev_frame): Ditto.
8608 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8609 comment.
8610
8611 2004-03-21 Andrew Cagney <cagney@redhat.com>
8612
8613 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8614 declaration and out-of-date comment.
8615 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8616 Delete function.
8617 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8618 deprecated_pc_in_call_dummy.
8619
8620 * infrun.c (handle_inferior_event): For non legacy frames, use the
8621 frame ID and frame type to identify a signal trampoline. Update
8622 comments.
8623
8624 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8625
8626 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8627 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8628
8629 2004-03-21 Andrew Cagney <cagney@redhat.com>
8630
8631 * frame-unwind.h: Update copyright.
8632 (struct frame_data): Add opaque declaration.
8633 (frame_sniffer_ftype): Declare.
8634 (struct frame_unwind): Add "unwind_data" and "sniffer".
8635 (frame_unwind_register_unwinder): Declare.
8636 (frame_unwind_find_by_frame): Add parameter "this_cache".
8637 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8638 (legacy_get_prev_frame, legacy_get_prev_frame)
8639 (get_frame_type): Pass the prologue_cache to
8640 frame_unwind_find_by_frame.
8641 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8642 "unwinder".
8643 (frame_unwind_register_unwinder): New function.
8644 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8645
8646 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8647
8648 * bcache.c (print_percentage): Use floating point to avoid
8649 incorrect results when portion*100 overflows.
8650
8651 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8652
8653 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8654 (ppc_linux_init_extra_frame_info)
8655 (ppc_linux_frameless_function_invocation)
8656 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8657 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8658 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8659 (rs6000_frame_chain): Delete declarations.
8660 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8661 (ppc_linux_init_extra_frame_info)
8662 (ppc_linux_frameless_function_invocation)
8663 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8664 (ppc_linux_init_abi): Remove registration of above deleted functions.
8665 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8666 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8667 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8668 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8669 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8670 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8671 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8672 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8673 frame management for all OSABIs.
8674
8675 2004-03-19 Andrew Cagney <cagney@redhat.com>
8676
8677 Committed by Kevin Buettner <kevinb@redhat.com>.
8678
8679 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8680 Update copyright.
8681 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8682 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8683 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8684 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8685 unwinders. #ifdef legacy frame code.
8686 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8687 "frame-base.h".
8688 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8689 (struct rs6000_frame_cache, rs6000_frame_cache)
8690 (rs6000_frame_this_id, rs6000_frame_prev_register)
8691 (rs6000_frame_sniffer, rs6000_frame_unwind)
8692 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8693 (rs6000_frame_base): Implement a traditional frame unwinder.
8694 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8695 frame unwinder.
8696
8697 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8698
8699 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8700 breakpoint address for watchpoints or the catch eventpoints.
8701 Add new paramter ``bptype''. Adjust all callers.
8702
8703 2004-03-19 Andrew Cagney <cagney@redhat.com>
8704
8705 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8706
8707 * PROBLEMS: Delete note that ARM does not use frame code, problem
8708 fixed.
8709
8710 2004-03-18 Andrew Cagney <cagney@redhat.com>
8711
8712 * stack.c (return_command): Delete code wrapped in #ifdef
8713 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8714
8715 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8716
8717 2004-03-18 Andrew Cagney <cagney@redhat.com>
8718
8719 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8720 DEPRECATED_IN_SIGTRAMP.
8721 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8722 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8723 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8724 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8725 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8726 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8727 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8728 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8729 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8730 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8731
8732 2004-03-18 Andrew Cagney <cagney@redhat.com>
8733
8734 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8735 (struct frame_base_table_entry): Define.
8736 (struct frame_base_table): Re-implement as a linked list.
8737 (frame_base_init): Re-implement.
8738 (frame_base_table): Delete function.
8739 (append_predicate): Delete function.
8740 (frame_base_append_sniffer): Update.
8741 (frame_base_set_default): Update.
8742 (frame_base_find_by_frame): Update.
8743 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8744 * Makefile.in (frame-base.o): Update dependencies.
8745
8746 2004-03-17 Andrew Cagney <cagney@redhat.com>
8747
8748 * frame.c (legacy_get_prev_frame): Pass correct frame to
8749 frame_unwind_find_by_frame.
8750
8751 2004-03-17 David Carlton <carlton@kealia.com>
8752
8753 * NEWS: Mention C++ nested types and namespaces
8754
8755 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8756
8757 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8758 and "Regressions since gdb 5.3.". Add known regressions since
8759 gdb 6.0.
8760
8761 2004-03-16 David Carlton <carlton@kealia.com>
8762
8763 * dwarf2read.c (process_structure_scope): Process children even
8764 when we're a declaration.
8765
8766 2004-03-16 Andrew Cagney <cagney@redhat.com>
8767
8768 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8769 * blockframe.c (find_pc_partial_function)
8770 (find_pc_sect_partial_function): Merge into a single
8771 find_pc_partial_function.
8772
8773 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8774
8775 * i386bsd-nat.c: s/regno/regnum/g.
8776 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8777 FP0_REGNUM.
8778 (store_inferior_registers): Likewise.
8779
8780 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8781
8782 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8783 of i387_fill_fsave.
8784 (store_inferior_registers): Call i387_collect_fsave and
8785 i387_collect_fxsave instead of i387_fill_fsave and
8786 i387_fill_fxsave.
8787
8788 2004-03-15 Andrew Cagney <cagney@redhat.com>
8789
8790 * Makefile.in (frame-unwind.o): Update dependencies.
8791 * frame-unwind.c: Include "gdb_obstack.h".
8792 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8793 parameter.
8794 (append_predicate): Delete function.
8795 (struct frame_unwind_table_entry): New structure.
8796 (struct frame_unwind_table): Replace "sniffer" with "head" and
8797 "tail".
8798 (frame_unwind_append_sniffer): Update.
8799 (frame_unwind_find_by_frame): Update.
8800 (_initialize_frame_unwind): Registe frame_unwind_init using
8801 gdbarch_data_register_pre_init.
8802
8803 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8804
8805 * i386bsd-nat.c: Update copyright year.
8806 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8807 define unconditionally.
8808
8809 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8810
8811 * i387-tdep.h (i387_collect_fsave): New prototype.
8812 * i387-tdep.c (i387_collect_fsave): New function containing most
8813 of the code from i387_fill_fsave.
8814 (i387_fill_fsave): Call i387_collect_fsave.
8815
8816 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8817
8818 * i386-linux-tdep.c: Update copyright year.
8819 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8820 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8821 svr4_ilp32_link_map_offsets instead of
8822 i386_linux_svr4_fetch_link_map_offsets.
8823
8824 2004-03-15 David Carlton <carlton@kealia.com>
8825
8826 Fix for PR c++/1553:
8827 * dwarf2read.c (read_structure_type): Determine type name by
8828 calling determine_class_name.
8829 (determine_class_name): New.
8830 (determine_prefix): Look at TYPE_TAG_NAME and call
8831 determine_class_name when appropriate.
8832 (determine_prefix_aux, class_name): Delete.
8833 (read_namespace): Set die->type.
8834
8835 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8836
8837 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8838 unused macro definition. The definition in target.h (or perhaps
8839 elsewhere) takes precedence.
8840
8841 2004-03-15 Andrew Cagney <cagney@redhat.com>
8842
8843 * ppc-tdep.h: Update copyright.
8844 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8845 function signatures to match "regsets.h".
8846 * ppc-linux-tdep.c: Include "regset.h".
8847 (ELF_GREGSET_SIZE): Delete.
8848 (right_supply_register): New function.
8849 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8850 using right_supply_register.
8851 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8852 functions.
8853 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8854 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8855 (_initialize_ppc_linux_tdep): Do not register
8856 ppc_linux_regset_core_fns.
8857 (ppc_linux_regset_from_core_section): Replace
8858 fetch_core_registers.
8859 (ppc_linux_regset_core_fns): Delete.
8860 * ppc-linux-nat.c: (right_fill_reg): New function.
8861 (supply_gregset): Update call to ppc_linux_supply_gregset.
8862 (fill_gregset): Clear the register set, use right_fill_reg.
8863 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8864 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8865
8866 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8867 unsigned.
8868
8869 2004-03-15 Andrew Cagney <cagney@redhat.com>
8870
8871 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8872 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8873 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8874 and register_gdbarch_data.
8875 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8876 (struct gdbarch_data): Replace "init" by "pre_init" and
8877 "post_init".
8878 * gdbarch.h, gdbarch.c: Re-generate.
8879 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8880 with"obstack", use OBSTACK_ZALLOC.
8881 (dwarf2_frame_ops): Delete.
8882 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8883 (dwarf2_frame_init_reg): Use gdbarch_data.
8884 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8885 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8886 (_initialize_svr4_solib): Update.
8887 * user-regs.c (_initialize_user_regs): Update.
8888 * reggroups.c (_initialize_reggroup): Update.
8889 * regcache.c (_initialize_regcache): Update.
8890 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8891 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8892 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8893 * frame-unwind.c (_initialize_frame_unwind): Update.
8894 * frame-base.c (_initialize_frame_base): Update.
8895 * user-regs.c (user_reg_add): Update.
8896 * reggroups.c (reggroup_add): Update.
8897 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8898 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8899 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8900 * frame-base.c (frame_base_table): Update.
8901 * remote.c (_initialize_remote): Update.
8902 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8903
8904 2004-03-15 Andrew Cagney <cagney@redhat.com>
8905
8906 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8907
8908 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8909
8910 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8911 * frv-linux-tdep.c: New file.
8912 * frv-tdep.c (struct gdbarch_tdep): Add new field
8913 ``sigcontext_reg_addr''.
8914 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8915 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8916 (frv_sigramp_frame_sniffer): New functions.
8917 (frv_sigtramp_frame_unwind): New static global.
8918 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8919 sniffers.
8920 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8921 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8922
8923 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8924
8925 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8926 but not via a call to error(), when unable to read memory.
8927
8928 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8929
8930 * frv-tdep.c (frv_call_dummy_words): Delete.
8931 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8932
8933 2004-03-15 Andrew Cagney <cagney@redhat.com>
8934
8935 * infrun.c (handle_step_into_function, step_over_function): Only
8936 update and use STEP_FRAME_ID when the system is using legacy
8937 frames. Update comments.
8938
8939 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8940
8941 * amd64-linux-tdep.h: Remove file.
8942 * amd64-linux-tdep.c: Don't include "inferior.h" and
8943 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8944 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8945 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8946 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8947 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8948 macros.
8949 (user_to_gdb_regmap): Remove variable.
8950 (amd64_linux_gregset_reg_offset): New variable.
8951 (amd64_core_fns): Remove variable.
8952 (fetch_core_registers): Remove function.
8953 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8954 functions.
8955 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8956 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8957 * Makefile.in (amd64_linux_tdep_h): Remove.
8958 (amd64-linux-nat.o): Update dependencies.
8959 (amd64-linux-tdep.o): Update dependencies.
8960
8961 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8962 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8963 functions.
8964 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8965
8966 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8967 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8968
8969 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8970
8971 * dwarf2read.c (read_structure_type): Rename from
8972 read_structure_scope. Don't create a symbol or call process_die.
8973 Return immediately if die->type is set. Call read_type_die before
8974 dwarf2_add_member_fn.
8975 (process_structure_scope): New function.
8976 (read_enumeration_type, process_enumeration_scope): New functions,
8977 broken out from read_enumeration. Don't create the enumeration
8978 type if it has already been created.
8979 (read_enumeration): Removed.
8980 (process_die): Call read_structure_type, process_structure_scope,
8981 read_enumeration_type, and process_enumeration_scope. Just call
8982 new_symbol for base and subrange types. Add a comment about other
8983 type dies.
8984 (read_type_die): Call read_enumeration_type.
8985 (add_partial_structure, new_symbol): Update comments.
8986
8987 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8988
8989 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8990
8991 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8992
8993 * tui/tui-win.h (tui_get_cmd_list): Declare.
8994 * tui/tui-win.c (tui_command): New function.
8995 (tui_get_cmd_list): New function.
8996 (_initialize_tui_win): Moved initialization of tui command in
8997 tui_get_cmd_list.
8998
8999 * tui/tui-data.c (init_content_element): Setup new data members.
9000 (init_win_info): Likewise.
9001 (free_content_elements): Free it.
9002 * tui/tui-data.h (struct tui_data_element): Store the register
9003 content to print.
9004 (struct tui_data_info): Keep the current register group.
9005
9006 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9007
9008 * tui/tui-regs.h (tui_show_registers): Update prototype.
9009 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
9010 (tui_resize_all): No need to calculate anything for register window.
9011 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
9012 (tui_set_register_element, tui_set_general_regs_content): Remove.
9013 (tui_set_special_regs_content): Remove.
9014 (tui_set_general_and_special_regs_content): Remove.
9015 (tui_set_float_regs_content): Remove.
9016 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
9017 (tui_set_regs_content): Remove.
9018 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
9019 (tui_v_show_registers_command_support): Remove.
9020 (tui_show_registers): Use a reggroup to specify the registers to show.
9021 (tui_show_register_group): New function.
9022 (tui_display_registers_from): Compute the layout of register window
9023 and refresh with new API; be sure to delete old register windows.
9024 (tui_check_register_values): Update to use tui_get_register and
9025 tui_display_data.
9026 (tui_display_register): Just refresh the register window part.
9027 (tui_register_format): Format registers and save in tui_data_element.
9028 (tui_get_register): New to combine tui_reg_value_has_changed and
9029 tui_get_register_raw_value; fix to use the new gdb API.
9030 (tui_show_float_command): Renamed tui_reg_float_command.
9031 (tui_show_general_command): Renamed tui_reg_general_command.
9032 (tui_show_special_command): Renamed tui_reg_system_command.
9033 (_initialize_tui_regs): Remove unused commands.
9034
9035 2004-03-13 Mark Kettenis <kettenis@gnu.org>
9036
9037 * NEWS (New native configurations): Mention OpenBSD/amd64.
9038
9039 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
9040 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
9041 Remove defines.
9042 * config/i386/nm-fbsd64.h: Likewise.
9043 * config/i386/nm-obsd.h: Likewise.
9044 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
9045 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
9046
9047 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9048
9049 * frv-tdep.c (set_variant_scratch_registers): New function.
9050 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
9051 New constants.
9052
9053 From Richard Sandiford <rsandifo@redhat.com>:
9054 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
9055
9056 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9057
9058 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
9059 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
9060 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
9061 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
9062 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
9063 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
9064 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
9065 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
9066 definitions from frv-tdep.c to frv-tdep.h.
9067
9068 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9069
9070 Add shared library support for FR-V FDPIC ABI:
9071 * Makefile.in (solib-frv.o): Add dependencies.
9072 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
9073 New functions.
9074 (frv_push_dummy_call): Add support for FDPIC ABI.
9075 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
9076 for FDPIC ABI.
9077 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
9078 (frv_fdpic_find_canonical_descriptor): Declare.
9079 * solib-frv.c: New file.
9080 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
9081 * config/frv/tm-frv.h (solib.h): Include.
9082
9083 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9084
9085 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
9086 (frv-tdep.o): Update dependencies.
9087 * frv-tdep.h: New file.
9088 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
9089 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
9090 constants.
9091 (struct gdbarch_tdep): Add new member ``frv_abi''.
9092 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
9093 functions.
9094 (new_variant): Set ``frv_abi'' field.
9095 (gdb_arch_init): Detect FDPIC executables.
9096
9097 2004-03-12 Mark Kettenis <kettenis@gnu.org>
9098
9099 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
9100 wrapper.
9101
9102 2004-03-11 Andrew Cagney <cagney@redhat.com>
9103
9104 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
9105
9106 2004-03-11 Kevin Buettner <kevinb@redhat.com>
9107
9108 * solist.h (master_so_list): New function.
9109 * solib.c (master_so_list): Likewise.
9110 * solib-svr4.c (enable_break): Iterate over so_list entries
9111 obtained from master list instead of entries obtained directly
9112 via svr4_current_sos().
9113
9114 2004-03-10 Ben Elliston <bje@gnu.org>
9115
9116 * MAINTAINERS: Update my mail address.
9117
9118 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9119
9120 * remote-m32r-sdi.c: Support hardware watchpoint.
9121
9122 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9123
9124 * user-regs.c: Update copyright years.
9125 (struct user_regs): Rename to gdb_user_regs.
9126 (append_user_reg, builtin_user_regs, user_regs_init)
9127 (user_reg_add, user_reg_map_name_to_regnum)
9128 (usernum_to_user_reg): Update.
9129
9130 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9131
9132 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
9133 (skip_children): New functions.
9134 (locate_pdi_sibling): Call skip_children.
9135
9136 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9137
9138 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
9139 * gdbtypes.c (check_typedef): Update comments.
9140
9141 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9142
9143 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
9144 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
9145 pointer. Update comment about comp_unit_head.
9146 (struct abbrev_info): Shorten two int flags.
9147 (dwarf_alloc_abbrev): Take a CU argument.
9148 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
9149 each time through the loop. Update cleanup argument.
9150 (psymtab_to_symtab_1): Update cleanup call.
9151 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
9152 abbrev_obstack.
9153 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
9154 Just call obstack_free and clear the pointer.
9155
9156 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9157
9158 * infrun.c (handle_inferior_event): Remove short-circuit code for
9159 events in a different thread.
9160
9161 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9162
9163 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
9164 print the whole transfer.
9165 (initialize_targets): Update description of "set debug target".
9166
9167 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9168
9169 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
9170
9171 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
9172
9173 * MAINTAINERS (write after approval): Add myself.
9174
9175 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9176
9177 * sh-tdep.c (sh_print_registers_info): Use for loop.
9178 Don't skip multiple registers when a float register is encountered.
9179
9180 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9181
9182 Fix PR tdep/1291.
9183 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
9184 to official SH documentation.
9185
9186 2004-03-07 Andrew Cagney <cagney@redhat.com>
9187
9188 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
9189 unused function.
9190
9191 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
9192
9193 * arm-tdep.c (thumb_get_next_pc): Handle BX.
9194 (arm_get_next_pc): Handle BX and BLX.
9195
9196 2004-03-07 Andrew Cagney <cagney@redhat.com>
9197
9198 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
9199 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
9200 HPPA_SP_REGNUM.
9201 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
9202 (hppa_target_read_fp): Delete.
9203 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
9204 register_virtual_size, max_register_raw_size,
9205 max_register_virtual_size, register_byte, register_size,
9206 target_read_fp, fp_regnum, and register_bytes. Set register_type
9207 instead of register_virtual_type.
9208 (hppa32_register_type, hppa64_register_type): Replace
9209 hppa32_register_virtual_type and hppa64_register_virtual_type.
9210 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
9211 (HPPA_FP_REGNUM): Define.
9212
9213 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
9214
9215 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
9216 (pa_do_registers_info): Delete.
9217 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
9218 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
9219 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
9220
9221 * infcall.c (legacy_push_dummy_code): Delete #ifdef
9222 GDB_TARGET_IS_HPPA code.
9223 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
9224 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
9225 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
9226 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
9227 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
9228 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
9229 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
9230 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
9231 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
9232 (hppa_frameless_function_invocation, hppa64_store_return_value)
9233 (hppa_store_struct_return, hppa64_extract_return_value)
9234 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
9235 (hppa32_call_dummy_length, hppa64_call_dummy_length)
9236 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
9237 (find_proc_framesize, deposit_21, restore_pc_queue)
9238 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
9239 (rp_saved, pc_in_linker_stub): Delete.
9240
9241 Unconditionally enable 64-bit frame and ABI code.
9242 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
9243 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
9244 push_dummy_frame, fix_call_dummy, push_arguments,
9245 call_dummy_location, extract_return_value, use_struct_convention,
9246 store_return_value, store_struct_return, saved_pc_after_call,
9247 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
9248 frame_chain, frame_chain_valid, frameless_function_invocation,
9249 frame_saved_pc, and pop_frame.
9250
9251 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
9252 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
9253 (hppa_gdbarch_init): Do not set PC_REGNUM.
9254
9255 2004-03-06 Mark Kettenis <kettenis@gnu.org>
9256
9257 * config/alpha/tm-fbsd.h: Remove file.
9258 * config/alpha/fbsd.mt: Tweak comment.
9259 (TM_FILE): Set to tm-alpha.h.
9260
9261 2004-03-05 Andrew Cagney <cagney@redhat.com>
9262
9263 * infrun.c (step_over_function): When non-legacy code, and no
9264 step_frame_id, use the unwinder to get the caller's frame ID.
9265
9266 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9267
9268 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
9269 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
9270 bfd_arch_unknown. Adjust comment.
9271
9272 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
9273 * i386obsd-tdep.c: Correct spelling in comment.
9274 * i386nbsd-tdep.c: Correct spelling in comment.
9275 * sparc-tdep.c: Correct spelling in comments.
9276
9277 2004-03-05 David Carlton <carlton@kealia.com>
9278
9279 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
9280 bug.
9281
9282 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9283
9284 * sparc-tdep.c: Fix typo in comment.
9285
9286 2004-03-04 J. Brobecker <brobecker@gnat.com>
9287
9288 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
9289
9290 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
9291
9292 * dwarf2read.c: Add comment describing memory lifetimes.
9293 (struct dwarf2_pinfo): Update comment.
9294 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
9295 (read_enumeration, new_symbol): Don't use obsavestring.
9296
9297 2004-03-04 Mark Kettenis <kettenis@gnu.org>
9298
9299 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
9300 instead of amd64_fill_fxsave.
9301 * amd64bsd-nat.c (store_inferior_registers): Likewise.
9302 * amd64fbsd-nat.c (fill_fpregset): Likewise.
9303
9304 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
9305 Reorganize code a bit.
9306
9307 2004-03-04 Orjan Friberg <orjanf@axis.com>
9308
9309 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
9310 when the frame pointer is pushed. Don't set the frame pointer's
9311 address on the stack unless it's actually located there.
9312 Set the SRP's address on the stack correctly when the PC is still in
9313 the prologue.
9314 (cris_return_value): New function.
9315 (cris_gdbarch_init): Clear deprecated store_return_value,
9316 extract_return_value.
9317
9318 2004-03-02 Jim Blandy <jimb@redhat.com>
9319
9320 * stabsread.c (reg_value_complaint): The maximum register number
9321 is one less than the number of registers.
9322
9323 2004-03-02 Andrew Cagney <cagney@redhat.com>
9324
9325 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
9326 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
9327 trailing comma and redundant assignment of I386_ST0_REGNUM.
9328 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
9329 32-bit segment registers.
9330
9331 2004-03-01 Andrew Cagney <cagney@redhat.com>
9332
9333 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
9334 use frame_relative_level and get_next_frame.
9335
9336 2004-02-29 Andrew Cagney <cagney@redhat.com>
9337
9338 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
9339 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
9340 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
9341 Delete macro.
9342
9343 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9344
9345 * inflow.c (terminal_inferior): Don't give up the terminal if we
9346 previously couldn't get the inferior's terminal state.
9347
9348 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9349
9350 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
9351 PC_REGNUM.
9352
9353 2004-02-28 Andrew Cagney <cagney@redhat.com>
9354
9355 * NEWS: Refer to GDB 6.1.
9356 * README: Refer to GDB 6.1.
9357 * PROBLEMS: Refer to GDB 6.1.
9358
9359 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9360
9361 * thread-db.c (disable_thread_signals): Remove unused function.
9362
9363 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9364
9365 * amd64-nat.c: Include "gdb_string.h".
9366 (amd64_collect_native_gregset): Zero-extend the 32-bit
9367 general-purpose registers and %eip.
9368
9369 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9370 * amd64-tdep.c (amd64_collect_fxsave): New function.
9371 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9372
9373 * i387-tdep.h: Update copyright year.
9374 (i387_collect_fxsave): New prototype.
9375 * i387-tdep.c: Update copyright year.
9376 (i387_collect_fxsave): New function containing most of the code
9377 from i387_fill_fxsave.
9378 (i387_fill_fxsave): Call i387_collect_fxsave.
9379
9380 2004-02-28 Andrew Cagney <cagney@redhat.com>
9381
9382 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9383 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9384
9385 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9386
9387 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9388
9389 2004-02-28 Andrew Cagney <cagney@redhat.com>
9390
9391 * utils.c: Use "", instead of <>, to include readline.
9392 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9393 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9394 * source.c, solib.c, exec.c, event-top.c: Ditto.
9395 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9396 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9397 * Makefile.in: Update all dependencies.
9398 (readline_tilde_h, readline_history_h): Define.
9399 (readline_headers): Delete.
9400
9401 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9402
9403 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9404 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9405 "config/i386/tm-lx64.h".
9406
9407 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9408 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9409 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9410
9411 2004-02-28 Andrew Cagney <cagney@redhat.com>
9412
9413 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9414
9415 * breakpoint.c (_initialize_breakpoint): Use
9416 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9417 Add help to show command.
9418
9419 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9420
9421 * i386-nat.c: Reformat to be closer to coding standards.
9422 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9423 `retval'. Make variables `align' and `size' local to while-loop.
9424 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9425 (_initialize_i386_nat): New prototype.
9426
9427 * tui/tui.c: Include <readline/readline.h> instead of
9428 "readline/readline.h". Include it after <term.h> and
9429 "gdb_curses.h".
9430
9431 2004-02-27 Andrew Cagney <cagney@redhat.com>
9432
9433 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9434 the new frame unwind code.
9435 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9436 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9437 PCOQ_HEAD_REGNUM.
9438
9439 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9440 "return_value" and "push_dummy_call".
9441 (hppa32_use_struct_convention): Delete unused function.
9442 (hppa32_store_return_value): Delete unused function.
9443 (hppa32_extract_return_value): Delete unused function.
9444 (hppa32_stack_align): Delete function.
9445
9446 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9447
9448 * coffread.c (enter_linenos): Don't let rawptr reference memory
9449 outside linetab[]'s limits.
9450
9451 2004-02-27 Andrew Cagney <cagney@redhat.com>
9452
9453 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9454 inferior stack space - the stack needs to grow upwards.
9455 (hppa32_frame_align): New function.
9456 (hppa64_frame_align): Replace hppa_frame_align.
9457 (hppa_gdbarch_init): Update.
9458
9459 2004-02-26 Orjan Friberg <orjanf@axis.com>
9460
9461 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9462 (dwarf2-frame.h): Include.
9463 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9464 Remove static variables related to ABI setting.
9465 (struct gdbarch_tdep): Remove cris_abi member.
9466 (struct frame_extra_info): Remove.
9467 (cris_unwind_cache, stack_item): New structs.
9468 (cris_frame_unwind, cris_frame_base): New variables.
9469 (push_stack_item, pop_stack_item)
9470 (cris_frame_unwind_cache, cris_frame_this_id)
9471 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9472 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9473 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9474 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9475 (cris_reg_struct_has_addr): New functions.
9476 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9477 (cris_frame_saved_pc, cris_saved_pc_after_call,
9478 (cris_store_struct_return, cris_frameless_function_invocation)
9479 (cris_pop_frame, cris_skip_prologue_main)
9480 (cris_abi_original_store_return_value)
9481 (cris_abi_v2_store_return_value)
9482 (cris_abi_original_extract_return_value)
9483 (cris_abi_v2_extract_return_value)
9484 (cris_abi_original_reg_struct_has_addr)
9485 (cris_abi_v2_reg_struct_has_addr)
9486 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9487 (cris_push_return_address, cris_abi_update): Remove.
9488 (_initialize_cris_tdep): Remove ABI command.
9489 (cris_dump_tdep): Ditto.
9490 (cris_gdbarch_init): Remove ABI command.
9491 Set store_return_value, extract_return_value, push_dummy_code,
9492 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9493 frame_unwind_append_sniffer, frame_base_set_default.
9494 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9495 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9496 sizeof_call_dummy_words, get_saved_register, push_return_address,
9497 pop_frame, store_struct_return, frame_init_saved_regs,
9498 init_extra_frame_info, frameless_function_invocation, frame_chain,
9499 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9500 dummy_write_sp.
9501
9502 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9503
9504 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9505 * valprint.c (print_hex_chars): Change from static to external.
9506 (print_char_chars): New function.
9507 * printcmd.c (print_scalar_formatted): For integer and enum types
9508 that are longer than LONGEST, perform processing via appropriate
9509 print_*_chars routines.
9510
9511 2004-02-26 Andrew Cagney <cagney@redhat.com>
9512
9513 * Makefile.in: Update dependencies.
9514 Changes from Ulrich Weigand,
9515 * s390-tdep.c: Include "dwarf2-frame.h".
9516 (s390_dwarf2_frame_init_reg): New function.
9517 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9518 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9519
9520 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9521
9522 * breakpoint.c (pending_break_support): New setting variable.
9523 (break_command_1): Account for pending_break_support setting
9524 when creating pending breakpoints.
9525 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9526 (_initialize_breakpoint): Add "set breakpoint pending" and
9527 "show breakpoint pending" commands.
9528
9529 2004-02-26 Andrew Cagney <cagney@redhat.com>
9530
9531 Fix PR i18n/1570.
9532 * charset.c (backslashable, backslashed, represented): Remove 'e'
9533 from list of escaped characters, not part of ISO-C.
9534
9535 2004-02-25 J. Brobecker <brobecker@gnat.com>
9536
9537 From Peter Schauer <schauer@pdf.de>:
9538 * tui/tui.c: Move system header includes after local includes.
9539 Fixes a build failure on solaris systems.
9540
9541 2004-02-25 J. Brobecker <brobecker@gnat.com>
9542
9543 * configure.in: Refine the previous change.
9544 * configure: Regenerate.
9545
9546 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9547
9548 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9549 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9550 "amd64-tdep.h" instead of "x86-64-tdep.h".
9551 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9552 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9553 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9554 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9555 and "x86-64-tdep.c".
9556 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9557 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9558 and "x86-64-tdep.c".
9559 * amd64bsd-nat.c: Update copyright year.
9560 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9561 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9562 "x86-64-tdep.h".
9563 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9564 "x86-64-tdep.h".
9565 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9566 "x86-64-tdep.h".
9567 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9568 "x86-64-tdep.h".
9569 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9570 "x86-64-tdep.h".
9571 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9572 "x86-64-tdep.h".
9573 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9574 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9575 * Makefile.in (amd64_linux_tdep_h): Renamed from
9576 x86_64_linux_tdep_h.
9577 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9578 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9579 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9580 (amd64obsd-tdep.o): Update dependencies.
9581 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9582 dependencies.
9583 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9584 dependencies.
9585 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9586 amd64-linux-nat.c amd64-linux-tdep.c.
9587 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9588 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9589 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9590 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9591 amd64-tdep.o and amd64-linux-tdep.o.
9592 (TM_FILE): Set to tm-linux64.h.
9593 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9594 (NAT_FILE): Set to nm-linux64.h.
9595 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9596 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9597 amd64-tdep.o.
9598 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9599 amd64-tdep.o.
9600 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9601 amd64-tdep.o.
9602
9603 2004-02-25 Roland McGrath <roland@redhat.com>
9604
9605 * remote.c (remote_protocol_qPart_auxv): New variable.
9606 (init_all_packet_configs): Initialize it.
9607 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9608 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9609 (show_remote_cmd): Call it.
9610 (_initialize_remote): Initialize commands.
9611 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9612 service TARGET_OBJECT_AUXV requests.
9613
9614 2004-02-25 J. Brobecker <brobecker@gnat.com>
9615
9616 * configure.in: Make sure that the wborder function is available.
9617 Otherwise, search for it in the cur_colr library.
9618 * configure: Regenerate.
9619
9620 2004-02-25 Andrew Cagney <cagney@redhat.com>
9621
9622 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9623
9624 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9625
9626 * config/i386/tm-x86-64linux.h: Tweak comments.
9627
9628 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9629
9630 * MAINTAINERS: Add self to write-after-approval list.
9631
9632 2004-02-25 Andrew Cagney <cagney@redhat.com>
9633
9634 PR cli/1566. Problem found, and fix suggested by David Allan.
9635 * cli/cli-script.c (execute_control_command): Unconditionally
9636 install a cleanup. Default "ret" to "invalid_control". Use
9637 "break" instead of "return" to escape from the switch.
9638
9639 2004-02-24 J. Brobecker <brobecker@gnat.com>
9640
9641 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9642 with the lines macro defined in term.h on AiX.
9643 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9644 a collision with the label_width macro defined in term.h on AiX.
9645
9646 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9647
9648 Committed by Kevin Buettner <kevinb@redhat.com>.
9649
9650 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9651 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9652 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9653 instead of ia64_write_pc().
9654 * ia64-linux-tdep.c (regcache.h): Include.
9655 (ia64_linux_write_pc): New function.
9656
9657 2004-02-23 Roland McGrath <roland@redhat.com>
9658
9659 * auxv.c (info_auxv_command): Fix typos in error messages.
9660
9661 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9662
9663 * x86-64-tdep.h: Tweak comment.
9664 (enum amd64_regnum): New.
9665 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9666 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9667 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9668 (X86_64_XMM1_REGNUM): Removed.
9669 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9670 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9671 prototypes for renamed functions.
9672 * x86-64-tdep.c: Fix typo.
9673 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9674 register numbers.
9675 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9676 Use constants from `enum amd64_regnum' for register numbers.
9677 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9678 (amd64_analyze_prologue, amd64_frame_cache,
9679 amd64_sigtramp_frame_cache): Use constants from `enum
9680 amd64_regnum' for register numbers.
9681 (amd64_supply_fpregset): Adjust for renamed functions.
9682 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9683 `enum amd64_regnum' for register numbers.
9684 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9685 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9686 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9687 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9688 (amd64_linux_fill_gregset): Adjust for renamed macros.
9689 (fetch_core_registers): Adjust for renamed functions.
9690 (amd64_linux_init_abi): Adjust for renamed functions.
9691 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9692 renamed functions.
9693 * amd64-nat.c: Adjust for renamed macros.
9694 * amd64bsd-nat.c (fetch_inferior_registers)
9695 (store_inferior_registers): Use constants from `enum amd64_regnum'
9696 for register numbers. Adjust for renamed variables.
9697 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9698 renamed variables.
9699 (_initialize_amd64fbsd_nat): Use constants from `enum
9700 amd64_regnum' for register numbers.
9701 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9702 `enum amd64_regnum' for register numbers.
9703 (amd64fbsd_init_abi): Adjust for renamed functions.
9704 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9705 `enum amd64_regnum' for register numbers.
9706 (amd64nbsd_init_abi): Adjust for renamed functions.
9707 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9708 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9709 `enum amd64_regnum' for register numbers.
9710 (amd64obsd_init_abi): Adjust for renamed functions.
9711 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9712
9713 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9714
9715 * breakpoint.c (print_one_breakpoint): Do not output spaces
9716 after printing <PENDING> for a pending breakpoint.
9717
9718 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9719
9720 * printcmd.c (print_scalar_formatted): Initialize val_long
9721 to remove compiler warning message.
9722
9723 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9724
9725 * defs.h (nquery, yquery): New prototypes.
9726 * breakpoint.c (break_command_1): Use new nquery interface.
9727 * utils.c (defaulted_query, nquery, yquery): New functions.
9728
9729 2004-02-23 Andrew Cagney <cagney@redhat.com>
9730
9731 * hppa-tdep.c (hppa_frame_align): New function.
9732 (hppa32_push_dummy_call): New function.
9733 (hppa64_push_dummy_call): New function.
9734 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9735 disabled.
9736
9737 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9738 FIX_CALL_DUMMY when push_dummy_call is available.
9739 (call_function_by_hand, push_dummy_code): Ditto.
9740
9741 2004-02-22 Andrew Cagney <cagney@redhat.com>
9742
9743 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9744 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9745 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9746 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9747 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9748 call_dummy_location to ON_STACK.
9749
9750 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9751
9752 * x86-64-linux-tdep.c: Tweak comment.
9753 (amd64_linux_supply_gregset): Renamed from
9754 x86_64_linux_supply_gresget.
9755 (amd64_linux_fill_gregset): Renamed from
9756 x86_64_linux_fill_gregset.
9757 (fetch_core_registers): Adjust for renamed functions.
9758 (amd64_core_fns): Renamed from x86_64_core_fns.
9759 (amd64_linux_sigtramp_start): Renamed from
9760 x86_64_linux_sigtramp_start.
9761 (amd64_linux_pc_in_sigtramp): Renamed from
9762 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9763 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9764 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9765 (amd64_linux_sigcontext_addr): Renamed from
9766 x86_64_linux_sigcontext_addr.
9767 (amd64_linux_sc_reg_offset): Renamed from
9768 x86_64_linux_sc_reg_offset.
9769 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9770 Adjust for renamed functions and variables.
9771 (_initialize_amd64_linux_tdep): Renamed from
9772 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9773 variables.
9774 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9775 Adjust for renamed functions.
9776
9777 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9778 from x86_64_linux_gregset64_reg_offset.
9779 (amd64_linux_gregset32_reg_offset): Rename from
9780 x86_64_linux_gregset64_reg_offset.
9781 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9782 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9783 (amd64_linux_dr_set_control): Renamed from
9784 x86_64_linux_dr_set_control. Adjust for renamed functions.
9785 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9786 Adjust for renamed functions.
9787 (amd64_linux_dr_reset_addr): Renamed from
9788 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9789 (amd64_linux_dr_get_status): Renamed from
9790 x86_64_linux_dr_get_status. Adjust for renamed functions.
9791 (_initialize_amd64_linux_nat): Renamed from
9792 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9793 functions.
9794 * config/i386/nm-x86-64linux.h: Update copyright year.
9795 Adjust for renamed functions.
9796
9797 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9798 amd64fbsd_sigtramp_start.
9799 (amd64fbsd_sigtramp_end_addr): Renamed from
9800 amd64fbsd_sigtramp_end.
9801 (amd64fbsd_init_abi): Adjust for renamed variables.
9802 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9803 variables.
9804 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9805 amd64fbsd_sigtramp_start.
9806 (amd64fbsd_sigtramp_end_addr): Renamed from
9807 amd64fbsd_sigtramp_end.
9808
9809 2004-02-22 Andrew Cagney <cagney@redhat.com>
9810
9811 * hppa-tdep.c (hppa32_return_value): New function.
9812 (hppa64_return_value): New function.
9813 (hppa_gdbarch_init): Set return_value; keep disabled.
9814
9815 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9816 struct-return and inferior function call methods.
9817
9818 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9819 "frame-base.h".
9820 (struct hppa_frame_cache): Define.
9821 (hppa_frame_cache, hppa_frame_this_id): New functions.
9822 (hppa_frame_prev_register): New function.
9823 (hppa_frame_unwind, hppa_frame_base): New variables.
9824 (hppa_frame_unwind_sniffer): New function.
9825 (hppa_frame_base_address, hppa_unwind_pc): New function.
9826 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9827 sniffer, and frame base sniffer; keep disabled.
9828 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9829 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9830
9831 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9832 to predicates for "seriously old code".
9833
9834 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9835 runtime if(0).
9836
9837 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9838 unsigned.
9839 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9840
9841 * config/pa/tm-hppa.h: Update copyright.
9842 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9843 (deprecated_init_frame_pc_default): Delete declaration.
9844 (hppa_frame_init_saved_regs): Delete declaration.
9845 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9846 * hppa-tdep.c: Include "arch-utils.h".
9847 (hppa_gdbarch_init): Set deprecated init_frame_pc
9848 and deprecated frame_init_saved_regs.
9849 (hppa_frame_init_saved_regs): Make static.
9850
9851 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9852
9853 Remove old 386BSD support.
9854 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9855 * configure.host: Remove i[34567]86-*-bsd*.
9856 * configure.tgt: Remove i[34567]86-*-bsd*.
9857 * i386b-nat.c: Removed.
9858 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9859 (i386b-nat.o): Remove dependencies.
9860
9861 * config/i386/i386bsd.mh: Removed.
9862 * config/i386/i386bsd.mt: Removed.
9863 * config/i386/nm-i386bsd.h: Removed.
9864 * config/i386/tm-i386bsd.h: Removed.
9865 * config/i386/xm-i386bsd.h: Removed.
9866
9867 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9868
9869 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9870 (amd64fbsd_init_abi): Set link map offsets.
9871 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9872 (amd64nbsd_init_abi): Set link map offsets.
9873 * amd64obsd-tdep.c: Include "solib-svr4.h".
9874 (amd64obsd_init_abi): Set link map offsets.
9875 * i386fbsd-tdep.c: Include "solib-svr4.h".
9876 (i386fbsd_init_abi): Set link map offsets.
9877 * i386nbsd-tdep.c: Include "solib-svr4.h".
9878 (i386nbsdelf_init_abi): Set link map offsets.
9879 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9880 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9881 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9882 solib-legacy.o and core-aout.o. Reformat.
9883 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9884 solib-svr4.o, solib-legacy.o. Reformat.
9885 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9886 * config/i386/nbsdelf.mh: Reformat.
9887 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9888 solib-svr4.o, solib-legacy.o and corelow.o.
9889 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9890 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9891 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9892 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9893 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9894 (TM_FILE): Set to tm-fbsd.h.
9895 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9896 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9897 solib-svr4.o.
9898 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9899 solib-svr4.o.
9900 (TM_FILE): Set to nm-nbsd.h.
9901 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9902 Simplify shared library support. Don't include "elf/common.h".
9903 (SVR4_SHARED_LIBS): Don't define.
9904 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9905 "solib.h".
9906 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9907 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9908 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9909 Don't include "i386/tm-i386.h". Include "solib.h".
9910 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9911 Don't include "i386/tm-i386.h".
9912 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9913 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9914 Include "i386/xm-i386.h".
9915 (HOST_LONG_DOUBLE_FORMAT): Remove.
9916
9917 Fix OpenBSD/i386 sigtramp recognition.
9918 * i386-tdep.h: Update copyright year.
9919 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9920 (i386bsd_sigtramp_end): New prototypes.
9921 (i386fbsd_sigtramp_start_addr): Renamed from
9922 i386fbsd_sigtramp_start.
9923 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9924 (i386obsd_sigtramp_start_addr): Renamed from
9925 i386obsd_sigtramp_start.
9926 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9927 * i386bsd-tdep.c: Update copyright year.
9928 (i386bsd_pc_in_sigtramp): Make public.
9929 * i386fbsd-nat.c: Update copyright year.
9930 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9931 * i386fbsd-tdep.c: Update copyright year.
9932 (i386fbsd_sigtramp_start_addr): Renamed from
9933 i386fbsd_sigtramp_start.
9934 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9935 (i386fbsdaout_init_abi): Adjust for renamed variables.
9936 * i386obsd-nat.c: Update copyright year.
9937 (_initialize_i386obsd_nat): Adjust for renamed variables.
9938 * i386obsd-tdep.c: Include "target.h".
9939 (i386obsd_page_size): New variable.
9940 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9941 (i386obsd_sigtramp_end): New functions.
9942 (i386obsd_sigtramp_start_addr): Renamed from
9943 i386obsd_sigtramp_start.
9944 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9945 (i386obsd_init_abi): Adjust for renamed variables. Set
9946 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9947 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9948
9949 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9950 trampoline change in OpenBSD kernel.
9951
9952 * amd64-nat.c: Update copyright year.
9953 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9954 architecture from REGCACHE.
9955
9956 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9957 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9958
9959 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9960
9961 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9962 i[34567]86-*-openbsd3.[0-3].
9963 * config/i386/obsdaout.mh: New file.
9964
9965 * config/i386/obsd.mh (MH_FLAGS): Remove.
9966
9967 Fix PR build/1549.
9968 * i386obsd-tdep.c: Update copyright years. Include
9969 "solib-svr4.h".
9970 (i386obsd_init_abi): Don't set regset_from_core_section here.
9971 (i386obsd_aout_init_abi): New function. Set
9972 regset_from_core_section here.
9973 (i386obsd_elf_init_abi): New function.
9974 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9975 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9976 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9977 (TM_FILE): Set to tm-nbsd.h.
9978
9979 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9980 solib-sunos.o.
9981
9982 * solib-svr4.h: Update copyright year.
9983 (svr4_ilp32_fetch_link_map_offsets)
9984 (svr4_lp64_fetch_link_map_offsets): New prototype.
9985 * solib-svr4.c: Update copyright year.
9986 (svr4_ilp32_fetch_link_map_offsets)
9987 (svr4_lp64_fetch_link_map_offsets): New function.
9988
9989 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9990
9991 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9992 to the partial symbol table.
9993
9994 2004-02-20 J. brobecker <brobecker@gnat.com>
9995
9996 * PROBLEMS: Add description of problem documented under gdb/1560.
9997
9998 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9999
10000 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10001 comments.
10002 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10003 functions.
10004 (amd64obsd_init_abi): Reorder initializations. Use
10005 amd64obsd_r_reg_offset to initialize the general-purpose register
10006 set details. Set regset_from_core_section.
10007 (_initialize_amd64obsd_tdep): Rename from
10008 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10009 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
10010 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
10011
10012 * NEWS (New native configurations): Mention OpenBSD/alpha.
10013 * configure.tgt: Add alpha*-*-openbsd*.
10014 * configure.host: Add alpha*-*-openbsd*.
10015 * alphanbsd-tdep.c: Update copyright year.
10016 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
10017
10018 2004-02-20 Andrew Cagney <cagney@redhat.com>
10019
10020 Fix PR tdep/1372.
10021 * configure.tgt: Delete target "none-*-*".
10022 * configure.host: Delete host "none-*-*".
10023 * config/none/none.mh: Delete file.
10024 * config/none/none.mt: Delete file.
10025 * config/none/xm-none.h: Delete file.
10026 * config/none/tm-none.h: Delete file.
10027 * config/none/nm-none.h: Delete file.
10028
10029 2004-02-19 Fred Fish <fnf@redhat.com>
10030
10031 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
10032 cache->uses_fp prior to setting it.
10033
10034 2004-02-19 Fred Fish <fnf@redhat.com>
10035
10036 Fix for PR breakpoint/1558.
10037 * sh-tdep.c (IS_JSR): New macro.
10038 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
10039
10040 2004-02-19 Jim Blandy <jimb@redhat.com>
10041
10042 * findvar.c (value_from_register): Doc fix.
10043
10044 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
10045
10046 * printcmd.c (print_scalar_formatted): Do not check for sizeof
10047 type being greater than sizeof of host's LONGEST. Always use
10048 unpack_long() unless format 'f' chosen.
10049
10050 2004-02-19 Joel Brobecker <brobecker@gnat.com>
10051
10052 Committed by Elena Zannoni <ezannoni@redhat.com>
10053
10054 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
10055 contains a symbol wich is the best, non-exact match for the given
10056 pc. Update comments.
10057
10058 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
10059
10060 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
10061 macro, which was part of the now removed Mach 3 port.
10062 * utils.c (request_quit): Ditto.
10063
10064 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10065
10066 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
10067 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
10068
10069 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10070
10071 Committed by Mark Kettenis <kettenis@gnu.org>.
10072
10073 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
10074 Define.
10075
10076 2004-02-18 Andrew Cagney <cagney@redhat.com>
10077
10078 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
10079 CONFIG_INSTALL and CONFIG_UNINSTALL.
10080 * configure: Re-generate.
10081 * interps.h (INTERP_TUI): Define.
10082 * Makefile.in: Update dependencies.
10083 (TUI): New macro.
10084 (tui-main.o): Specify dependencies.
10085 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
10086 * tui/tui-main.c: New file.
10087
10088 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10089
10090 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
10091 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
10092 dependencies.
10093 * configure.host: Add x86_64-*-openbsd*.
10094 * configure.tgt: Add x86_64-*-openbsd*.
10095 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
10096
10097 * tui/tui.c: Don't include <malloc.h>.
10098
10099 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
10100 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
10101 amd64nbsd-tdep.c.
10102
10103 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
10104 static. Remove extraneous whitespace.
10105 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
10106 static.
10107
10108 2004-02-17 Jim Blandy <jimb@redhat.com>
10109
10110 * findvar.c (value_from_register): Doc fix.
10111
10112 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10113
10114 Committed by Jim Blandy <jimb@redhat.com>.
10115
10116 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
10117 CORE_ADDR as type for selectors. Correct types for GNU run time
10118 message lookup function to use double indirection.
10119 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
10120 * objc-lang.h (lookup_child_selector): Adapt prototype.
10121
10122 * s390-nat.c (SUBOFF): New macro.
10123 (supply_gregset, fill_gregset): Use it to handle debugging
10124 of 32-bit exectuables running under a 64-bit kernel.
10125 * s390-tdep.c: Include "solib-svr4.h".
10126 (s390_svr4_fetch_link_map_offset): New function.
10127 (s390x_svr_fetch_link_map_offset): Likewise.
10128 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
10129 * Makefile.in (s390-tdep.o): Update dependencies.
10130
10131 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
10132 "frame-unwind.h".
10133 (s390_readinstruction): Reformat. Use read_memory_nobpt.
10134 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
10135 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
10136 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
10137 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
10138 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
10139 S390_SIGNAL_FRAMESIZE,
10140 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
10141 (struct frame_extra_info): Remove.
10142 (s390_memset_extra_info): Remove.
10143 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
10144 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
10145 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
10146 (is_rse): Renamed to ...
10147 (is_rsy): ... this. Support long displacements.
10148 (is_rxe): Renamed to ...
10149 (is_rxy): ... this. Support long displacements.
10150 (compute_x_addr): Support long displacements.
10151 (struct s390_prologue_data): New data type.
10152 (s390_on_stack): Change API to use struct s390_prologue_data.
10153 (s390_store): Reimplement.
10154 (s390_load): New function.
10155 (s390_get_signal_frame_info): Remove.
10156 (s390_get_frame_info): Remove, replace by ...
10157 (s390_analyze_prolog): ... this new function.
10158 (s390_check_function_end): Remove.
10159 (s390_function_start): Remove.
10160 (s390_frameless_function_invokation): Remove.
10161 (s390_is_sigreturn): Remove.
10162 (s390_init_frame_pc_first): Remove.
10163 (s390_init_frame_extra_info): Remove.
10164 (s390_frame_init_saved_regs): Remove.
10165 (s390_frame_saved_pc_nofix): Remove.
10166 (s390_frame_saved_pc): Remove.
10167 (s390_frame_chain): Remove.
10168 (s390_fp_regnum, s390_read_fp): Remove.
10169 (s390_pop_frame_regular, s390_pop_frame): Remove.
10170 (s390_saved_pc_after_call): Remove.
10171 (s390_skip_prologue): Reimplement.
10172 (s390_in_function_epilogue_p): Support long displacements.
10173 (struct s390_unwind_cache): New data structure.
10174 (s390_frame_unwind_cache): New function.
10175 (s390_prologue_frame_unwind_cache): Likewise.
10176 (s390_backchain_frame_unwind_cache): Likewise.
10177 (s390_frame_this_id, s390_frame_prev_register): Likewise.
10178 (s390_frame_unwind): Define.
10179 (s390_frame_sniffer): New function.
10180 (struct s390_pltstub_unwind_cache): New data structure.
10181 (s390_pltstub_frame_unwind_cache): New function.
10182 (s390_pltstub_frame_this_id): Likewise.
10183 (s390_pltstub_frame_prev_register): Likewise.
10184 (s390_pltstub_frame_unwind): Define.
10185 (s390_pltstub_frame_sniffer): New function.
10186 (struct s390_sigtramp_unwind_cache): New data structure.
10187 (s390_sigtramp_frame_unwind_cache): New function.
10188 (s390_sigtramp_frame_this_id): Likewise.
10189 (s390_sigtramp_frame_prev_register): Likewise.
10190 (s390_sigtramp_frame_unwind): Define.
10191 (s390_sigtramp_frame_sniffer): New function.
10192 (s390_frame_base_address, s390_local_base_address): New functions.
10193 (s390_frame_base): Define.
10194 (s390_unwind_pc, s390_unwind_sp): New function.
10195 (s390_push_dummy_call): Use new frame base location.
10196 (s390_unwind_dummy_id): Likewise.
10197 (s390_gdbarch_init): Remove calls to:
10198 set_gdbarch_frameless_function_invocation,
10199 set_gdbarch_deprecated_init_frame_pc,
10200 set_gdbarch_deprecated_frame_chain,
10201 set_gdbarch_deprecated_frame_init_saved_regs,
10202 set_gdbarch_deprecated_pop_frame,
10203 set_gdbarch_deprecated_init_extra_frame_info,
10204 set_gdbarch_deprecated_init_frame_pc_first,
10205 set_gdbarch_deprecated_target_read_fp,
10206 set_gdbarch_deprecated_frame_saved_pc,
10207 set_gdbarch_deprecated_saved_pc_after_call,
10208 set_gdbarch_deprecated_fp_regnum.
10209 Add calls to:
10210 set_gdbarch_in_solib_call_trampoline,
10211 frame_unwind_append_sniffer,
10212 frame_base_set_default,
10213 set_gdbarch_unwind_pc,
10214 set_gdbarch_unwind_sp.
10215 * Makefile.in (s390-tdep.o): Update dependencies.
10216
10217 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
10218 (S390_STACK_FRAME_OVERHEAD): Remove.
10219 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
10220 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
10221 (s390_promote_integer_argument): Remove.
10222 (s390_cannot_extract_struct_value_address): Remove.
10223 (s390_use_struct_convention, s390_store_struct_return): Remove.
10224 (s390_extract_return_value, s390_store_return_value): Remove.
10225 (s390_return_value_convention, s390_return_value): New functions.
10226 (is_float_singleton): Handle typedefs.
10227 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
10228 Remove, replace by ...
10229 (s390_function_arg_pass_by_reference, s390_function_arg_float,
10230 s390_function_arg_integer): ... these new functions.
10231 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
10232 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
10233 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
10234 Fill in tdep->abi.
10235 Remove calls to:
10236 set_gdbarch_deprecated_store_struct_return,
10237 set_gdbarch_deprecated_extract_return_value,
10238 set_gdbarch_deprecated_store_return_value,
10239 set_gdbarch_use_struct_convention,
10240 set_gdbarch_extract_struct_value_address,
10241 set_gdbarch_deprecated_pc_in_call_dummy,
10242 set_gdbarch_deprecated_push_arguments,
10243 set_gdbarch_deprecated_save_dummy_frame_tos,
10244 set_gdbarch_deprecated_push_return_address,
10245 set_gdbarch_deprecated_sizeof_call_dummy_words,
10246 set_gdbarch_deprecated_call_dummy_words,
10247 set_gdbarch_deprecated_dummy_write_sp.
10248 Add calls to:
10249 set_gdbarch_push_dummy_call,
10250 set_gdbarch_unwind_dummy_id,
10251 set_gdbarch_return_value.
10252
10253 * config/s390/nm-linux.h: Update comments.
10254 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
10255 (STOPPED_BY_WATCHPOINT): Redefine.
10256 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
10257 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
10258 (s390_stopped_by_watchpoint): Likewise.
10259 (watch_area_cnt): Remove.
10260 * s390-nat.c: Update comments.
10261 (watch_area): Remove typedef.
10262 Global replace watch_area by struct watch_area.
10263 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
10264 (s390_stopped_by_watchpoint): Remove pid argument,
10265 use s390_inferior_tid. Add short-cut for the no watchpoint case.
10266 (s390_fix_watch_points): Remove pid argument,
10267 use s390_inferior_tid. Recompute area spanned by watchpoints.
10268 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
10269 argument. Reimplement.
10270
10271 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
10272 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
10273 (FETCH_INFERIOR_REGISTERS): Define.
10274 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
10275 core-regset.o.
10276 * config/s390/s390x.mt: Remove.
10277 * config/s390/tm-s390.h: Remove.
10278 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
10279 (TARGET_ELF64): Remove.
10280 (SKIP_TRAMPOLINE_CODE): Do not undefine.
10281 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
10282 s390*-*-* case; always set gdb_target to s390.
10283 * regformats/reg-s390.dat: Remove control registers.
10284 * regformats/reg-s390x.dat: Likewise.
10285 * s390-tdep.h: New file.
10286 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
10287 Include "inferior.h" and "s390-tdep.h".
10288 Remove private definition of offsetof.
10289 (s390_register_u_addr): Remove.
10290 (regmap_gregset, regmap_fpregset): Define.
10291 (supply_gregset, fill_gregset): Reimplement.
10292 (supply_fpregset, fill_fpregset): Likewise.
10293 (s390_inferior_tid): New function.
10294 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
10295 (fetch_inferior_registers, store_inferior_registers): Likewise.
10296 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
10297 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
10298 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
10299 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
10300 (struct gdbarch_tdep): Define.
10301 (struct s390_register_info): Define.
10302 (s390_register_info): New variable.
10303 (s390_register_name): Reimplement.
10304 (s390_register_type): New function.
10305 (s390_register_raw_size, s390x_register_raw_size): Remove.
10306 (s390_cannot_fetch_register): Remove.
10307 (s390_register_byte): Remove.
10308 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
10309 (s390_dwarf_regmap): New variable.
10310 (s390_dwarf_reg_to_regnum): New function.
10311 (s390_stab_reg_to_regnum): Remove.
10312 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
10313 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
10314 (s390_convert_register_p): Likewise.
10315 (s390_register_to_value, s390_value_to_register): Likewise.
10316 (s390_register_reggroup_p): Likewise.
10317 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
10318 s390_gregset, s390x_gregset, s390_fpregset): New variables.
10319 (s390_supply_regset, s390_regset_from_core_section): New functions.
10320 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
10321 (S390_FPR_SIZE): Likewise.
10322 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
10323 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
10324 (S390_NUM_GPRS): Move here from tm-s390.h.
10325 (S390_NUM_FPRS): Likewise.
10326 (s390_in_function_epilogue_p): New function.
10327 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
10328 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
10329 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
10330 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
10331 Replace S390_FP_REGNUM by S390_SP_REGNUM.
10332 Remove calls to:
10333 set_gdbarch_deprecated_max_register_raw_size,
10334 set_gdbarch_deprecated_max_register_virtual_size,
10335 set_gdbarch_deprecated_register_byte,
10336 set_gdbarch_cannot_fetch_register,
10337 set_gdbarch_cannot_store_register,
10338 set_gdbarch_deprecated_register_size,
10339 set_gdbarch_deprecated_register_raw_size,
10340 set_gdbarch_deprecated_register_virtual_size,
10341 set_gdbarch_deprecated_register_virtual_type,
10342 set_gdbarch_deprecated_register_bytes.
10343 Add calls to:
10344 set_gdbarch_num_pseudo_regs,
10345 set_gdbarch_register_type,
10346 set_gdbarch_convert_register_p,
10347 set_gdbarch_register_to_value,
10348 set_gdbarch_value_to_register,
10349 set_gdbarch_register_reggroup_p,
10350 set_gdbarch_regset_from_core_section,
10351 set_gdbarch_pseudo_register_read,
10352 set_gdbarch_pseudo_register_write,
10353 set_gdbarch_in_function_epilogue_p.
10354 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
10355 (s390_tdep_h): New variable.
10356
10357 2004-02-17 Jim Blandy <jimb@redhat.com>
10358
10359 * findvar.c (value_from_register): If the type has no length, just
10360 return an acceptable value --- don't report an internal error.
10361
10362 * stabsread.c (read_type): If we find any type numbers that are
10363 forward references, complain if the references aren't resolved by
10364 the time we're finished reading.
10365 (cleanup_undefined_types): Make error message more appropriate for
10366 a complaint.
10367
10368 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10369
10370 * Makefile.in (defs_h): Remove dependency on progress_h.
10371 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10372 progress.h.
10373 * main.c (captured_main): Delete use of START_PROGRESS and
10374 END_PROGRESS.
10375
10376 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10377
10378 * objfiles.c (terminate_minimal_symbol_table): Add back
10379 initialization of MSYMBOL_TYPE.
10380
10381 2004-02-17 David Mosberger <davidm@hpl.hp.com>
10382
10383 Committed by Andrew Cagney.
10384 * Makefile.in (ia64_tdep_h): New macro.
10385 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10386 (ia64-tdep.o): Likewise.
10387 * ia64-tdep.h: New file.
10388 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10389 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10390 (ia64_aix_sigcontext_register_address): Likewise.
10391 (ia64_linux_getunwind_table): Delete declaration.
10392 * ia64-linux-tdep.c: Likewise.
10393
10394 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
10395
10396 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10397 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10398 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10399
10400 2004-02-17 Andrew Cagney <cagney@redhat.com>
10401
10402 * symtab.c (skip_prologue_using_sal): New function.
10403 * symtab.h (skip_prologue_using_sal): Declare.
10404 * frv-tdep.c: Include "symtab.h".
10405 (skip_prologue_using_sal): Delete function.
10406 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10407 * rs6000-tdep.c (refine_prologue_limit): Mention
10408 skip_prologue_using_sal.
10409 * ia64-tdep.c (refine_prologue_limit): Ditto.
10410 * Makefile.in: Update dependencies.
10411
10412 2004-02-16 Andrew Cagney <cagney@redhat.com>
10413
10414 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10415 START_INFERIOR_TRAPS_EXPECTED.
10416 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10417 START_INFERIOR_TRAPS_EXPECTED.
10418 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10419 Delete macro.
10420 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10421 macro, moved to "nm-osf.h". Update copyright.
10422 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10423 update copyright.
10424
10425 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10426 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10427 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10428 frameless_look_for_prologue.
10429 * frame.h (legacy_frameless_look_for_prologue): Rename
10430 frameless_look_for_prologue.
10431 * gdbarch.h, gdbarch.c: Re-generate.
10432 * sh64-tdep.c (sh64_gdbarch_init): Update.
10433 * sh-tdep.c (sh_gdbarch_init): Update.
10434 * s390-tdep.c (s390_gdbarch_init): Update.
10435 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10436 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10437 * m68k-tdep.c (m68k_gdbarch_init): Update.
10438 (delta68_frame_args_address): Update.
10439 * m32r-tdep.c (m32r_gdbarch_init): Update.
10440 * hppa-tdep.c (hppa_gdbarch_init): Update.
10441 * h8300-tdep.c (h8300_gdbarch_init): Update.
10442 * frv-tdep.c (frv_gdbarch_init): Update.
10443 (frv_frameless_function_invocation): Update.
10444 * cris-tdep.c (cris_gdbarch_init): Update.
10445 (cris_frameless_function_invocation): Update.
10446 * avr-tdep.c (avr_gdbarch_init): Update.
10447 * arm-tdep.c (arm_gdbarch_init): Update.
10448 * stack.c (frame_info): Update, call predicate.
10449 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10450 * frame.c (legacy_get_prev_frame): Update, call predicate..
10451 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10452 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10453 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10454 invocation.
10455 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10456 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10457 * vax-tdep.c (vax_gdbarch_init): Ditto.
10458
10459 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10460 function.
10461
10462 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10463
10464 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10465 initializations.
10466
10467 2004-02-16 Andrew Cagney <cagney@redhat.com>
10468
10469 * tui/tui-windata.c: Include "gdb_string.h".
10470 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10471 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10472 * Makefile.in: Update dependencies.
10473
10474 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10475
10476 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10477 * infrun.c: Include "gdb_assert.h".
10478 (singlestep_ptid, saved_singlestep_ptid)
10479 (stepping_past_singlestep_breakpoint): New variables.
10480 (resume): Set singlestep_ptid. Check for singlestep thread
10481 hop.
10482 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10483 (handle_inferior_event): Handle singlestep thread hop.
10484
10485 2004-02-16 Andrew Cagney <cagney@redhat.com>
10486
10487 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10488 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10489 (dwarf2_frame_init_reg): Ditto.
10490
10491 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10492 suggested by Joshua Neuheisel
10493
10494 * configure.in: Always check for curses, including pdcurses.
10495 Warn, instead of error, when no curses are found. Enable TUI when
10496 curses is available.
10497 * configure: Re-generate.
10498
10499 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10500
10501 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10502 sh_sh4_register_convert_to_virtual.
10503 (sh_register_convert_to_raw): Rename from
10504 sh_sh4_register_convert_to_raw.
10505 (sh_pseudo_register_read): Accomodate above name change.
10506 (sh_pseudo_register_write): Ditto.
10507
10508 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10509
10510 * sh-tdep.c (sh_generic_register_name): Remove.
10511 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10512
10513 2004-02-15 Andrew Cagney <cagney@redhat.com>
10514
10515 * configure.in (build_warnings): Add -Wunused-function.
10516 * configure: Re-generate.
10517
10518 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10519 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10520
10521 * procfs.c (procfs_init_inferior): Assume that
10522 START_INFERIOR_TRAPS_EXPECTED is defined.
10523 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10524 * config/ns32k/tm-nbsd.h: Delete file,
10525 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10526
10527 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10528 * config/vax/tm-vax.h: Delete file.
10529
10530 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10531 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10532 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10533 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10534 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10535 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10536 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10537
10538 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10539
10540 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10541 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10542 (struct dwarf2_frame_ops): New.
10543 (dwarf2_frame_default_init_reg): New function, based on
10544 dwarf2_frame_init_reg.
10545 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10546 (dwarf2_frame_init_reg): Call architecture-specific function.
10547 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10548 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10549 instead of dwarf2_frame_data.
10550 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10551 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10552
10553 2004-02-15 Andrew Cagney <cagney@redhat.com>
10554
10555 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10556 register_gdbarch_swap.
10557 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10558 * f-lang.c (_initialize_f_language): Update, use
10559 DEPRECATED_REGISTER_GDBARCH_SWAP.
10560 * remote.c (_initialize_remote): Ditto.
10561 * regcache.c (_initialize_regcache): Ditto.
10562 * parse.c (_initialize_parse): Ditto.
10563 * infrun.c (_initialize_infrun): Ditto.
10564 * mi/mi-main.c (_initialize_mi_main): Ditto.
10565 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10566
10567 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10568 poking .cacheable directly.
10569 * symfile.c (symfile_bfd_open): Ditto.
10570
10571 * Makefile.in: Update all dependencies.
10572
10573 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10574 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10575 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10576 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10577 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10578
10579 2004-02-14 Andrew Cagney <cagney@redhat.com>
10580
10581 * arch-utils.c (legacy_convert_register_p): Check
10582 DEPRECATED_REGISTER_CONVERTIBLE_P.
10583 * findvar.c (value_of_register): Ditto.
10584
10585 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10586 * gdbarch.h, gdbarch.c: Re-generate.
10587 * arch-utils.c (deprecated_register_convertible_not): Delete.
10588 * arch-utils.h (deprecated_register_convertible_not): Delete.
10589 * mi/mi-main.c (get_register): Update. Update copyright.
10590 * infcmd.c (default_print_registers_info): Update.
10591
10592 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10593 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10594 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10595 * gdbarch.h, gdbarch.c: Re-generate.
10596 * frame.c (deprecated_get_next_frame_hack): Delete function.
10597 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10598 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10599 Update.
10600 * infcall.c (call_function_by_hand): Update.
10601
10602 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10603
10604 * symfile.c (init_entry_point_info, entry_point_address): Move
10605 from here...
10606 * objfiles.c (init_entry_point_info, entry_point_address):..to
10607 here.
10608 * symfile.h (init_entry_point_info, entry_point_address): Remove
10609 prototypes.
10610 * objfiles.h (init_entry_point_info, entry_point_address):Add
10611 prototypes.
10612 * cris-tdep.c: Remove include of symfile.h. Add include of
10613 objfiles.h.
10614 * infcall.c: Ditto.
10615 * mcore-tdep.c: Ditto.
10616 * mn10300-tdep.c: Ditto.
10617 * sh64-tdep.c: Ditto.
10618 * v850-tdep.c: Ditto.
10619 * arm-tdep.c: Remove include of symfile.h.
10620 * blockframe.c: Ditto.
10621 * coffread.c: Ditto.
10622 * dbxread.c: Ditto.
10623 * dwarf2read.c: Ditto.
10624 * dwarfread.c: Ditto.
10625 * frv-tdep.c: Ditto.
10626 * ia64-tdep.c: Ditto.
10627 * mdebugread.c: Ditto.
10628 * mipsread.c: Ditto.
10629 * rs6000-tdep.c: Ditto.
10630 * s390-tdep.c: Ditto.
10631 * sh-tdep.c: Ditto.
10632 * xstormy16-tdep.c: Ditto.
10633 * gdbarch.sh: Remove include of symfile.h.
10634 * gdbarch.c: Regenerate.
10635 * solib-irix.c (enable_break): Use entry_point_address().
10636 Add comment about include file.
10637 * xcoffread.c: Add comment about include file.
10638 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10639 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10640 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10641 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10642 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10643
10644 2004-02-13 Andrew Cagney <cagney@redhat.com>
10645
10646 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10647 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10648 copyright.
10649 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10650
10651 2004-02-12 Fred Fish <fnf@redhat.com>
10652
10653 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10654 set_gdbarch_store_return_value.
10655
10656 2004-02-12 Andrew Cagney <cagney@redhat.com>
10657
10658 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10659 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10660 (interrupt_query): Ditto.
10661 (ofunc): Delete unused variable.
10662 * cris-tdep.c (cris_abi): Delete unused function.
10663 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10664 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10665 (cris_get_asr_quick_shift_steps): Ditto.
10666 (cris_skip_prologue_frameless_p): Ditto.
10667 * arm-tdep.c (arm_push_return_address): Delete unused function.
10668 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10669 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10670 * s390-tdep.c (s390_function_start): Delete unused function.
10671
10672 2004-02-12 Andrew Cagney <cagney@redhat.com>
10673
10674 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10675 gdbarch.h, gdbarch.c: Re-generate.
10676 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10677 to generic_prologue_frameless_p.
10678 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10679 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10680
10681 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10682
10683 * mips-linux-tdep.c: Include "frame.h".
10684 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10685 (mips_linux_skip_resolver): New functions.
10686 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10687 and set_gdbarch_in_solib_call_trampoline.
10688 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10689 to after set_gdbarch_in_solib_return_trampoline. Only set the
10690 solib hooks to mips16 functions if the OS ABI is unknown.
10691 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10692 including "config/tm-linux.h".
10693 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10694 * Makefile.in (mips-linux-tdep.o): Update.
10695
10696 2004-02-11 David Carlton <carlton@kealia.com>
10697
10698 * linespec.c (decode_compound): Only look for a class symbol when
10699 considering all but the rightmost component.
10700
10701 2004-02-11 Andrew Cagney <cagney@redhat.com>
10702
10703 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10704 abi code are are separatly grouped.
10705
10706 2004-02-11 Andrew Cagney <cagney@redhat.com>
10707
10708 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10709 * gdbarch.h, gdbarch.c: Re-generate.
10710 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10711 * v850-tdep.c (v850_gdbarch_init): Update.
10712 * sh64-tdep.c (sh64_gdbarch_init): Update.
10713 * sh-tdep.c (sh_gdbarch_init): Update.
10714 * s390-tdep.c (s390_gdbarch_init): Update.
10715 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10716 * mips-tdep.c (mips_gdbarch_init): Update.
10717 * mcore-tdep.c (mcore_gdbarch_init): Update.
10718 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10719 * m32r-tdep.c (m32r_gdbarch_init): Update.
10720 * ia64-tdep.c (ia64_gdbarch_init): Update.
10721 * hppa-tdep.c (hppa_gdbarch_init): Update.
10722 * h8300-tdep.c (h8300_gdbarch_init): Update.
10723 * frv-tdep.c (frv_gdbarch_init): Update.
10724 * d10v-tdep.c (d10v_gdbarch_init): Update.
10725 * cris-tdep.c (cris_gdbarch_init): Update.
10726 * avr-tdep.c (avr_gdbarch_init): Update.
10727 * arm-tdep.c (arm_gdbarch_init): Update.
10728 * alpha-tdep.c (alpha_gdbarch_init): Update.
10729
10730 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10731
10732 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10733 comma.
10734 (sh_sh4al_dsp_register_name): Ditto.
10735
10736 2004-02-10 Andrew Cagney <cagney@redhat.com>
10737
10738 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10739 (mips_init_frame_pc_first): Delete function.
10740 (mips_frame_saved_pc): Delete function.
10741 (mips_frame_chain): Delete function.
10742 (mips_init_extra_frame_info): Delete function.
10743 (mips_xfer_register): Delete unused variable "reg".
10744 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10745 (mips_n32n64_return_value): Delete unused variable "reg".
10746 (mips_n32n64_return_value): Delete unused variable "pos".
10747 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10748 (mips_o32_return_value): Delete unused variable "pos".
10749 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10750 (mips_print_fp_register): Delete unused variable "namelen"
10751 (mips_print_fp_register): Delete unused variable "flt2"
10752 (get_frame_pointer): Delete function.
10753 (cached_proc_desc): Delete static variable.
10754 (mips_pop_frame): Delete function.
10755 (mips_find_saved_regs): Delete function.
10756 (mips_get_saved_register): Delete function.
10757 (mips_saved_pc_after_call): Delete function.
10758 (SIGFRAME_BASE): Delete macro.
10759 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10760 (SIGFRAME_PC_OFF): Delete macro.
10761 (SIGFRAME_REGSAVE_OFF): Delete macro.
10762 (mips_dump_tdep): Do not print deleted macro definitions.
10763
10764 2004-02-10 Andrew Cagney <cagney@redhat.com>
10765
10766 * Makefile.in (SFILES): Remove explictly listed tui files.
10767 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10768
10769 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10770
10771 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10772 to use paddr functions to format ia64 addresses and long values.
10773 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10774 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10775 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10776 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10777 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10778
10779 2004-02-10 Andrew Cagney <cagney@redhat.com>
10780
10781 * defs.h: Do not include "tui.h".
10782 * gdb_curses.h: New file.
10783 * tui/tui-hooks.h: New file.
10784 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10785 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10786 (tui_initialize_io): Delete declaration.
10787 (tui_initialize_readline: Delete redundant declaration.
10788 (struct tui_point): Delete definition.
10789 * tui/tui-data.h (struct tui_point): Define.
10790 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10791 * utils.c: Include "tui/tui.h".
10792 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10793 * printcmd.c [TUI]: Include "tui/tui.h".
10794 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10795 * tui/tui-command.c: Include "gdb_curses.h".
10796 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10797 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10798 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10799 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10800 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10801 * Makefile.in: Update all dependencies.
10802 (tui_hooks_h, gdb_curses_h): Define.
10803 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10804
10805 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10806
10807 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10808 auxf2. Add comments about some other rarely used fields.
10809
10810 2004-02-10 Andrew Cagney <cagney@redhat.com>
10811
10812 * Makefile.in (init.c): Fix script removing duplicates. Problem
10813 reported by Peter Schauer.
10814
10815 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10816
10817 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10818 obstack_specify_allocation.
10819 * objfiles.c (allocate_objfile): Ditto.
10820 * solib-sunos.c (solib_add_common_symbols)
10821 (allocate_rt_common_objfile): Ditto.
10822 * symfile.c (reread_symbols): Ditto.
10823 * gdb_obstack.h: Add comment.
10824
10825 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10826
10827 * linespec.c (decode_line_1, locate_first_half)
10828 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10829 commented out code.
10830
10831 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10832
10833 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10834 obstack_free.
10835
10836 2004-02-09 Andrew Cagney <cagney@redhat.com>
10837
10838 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10839 fails, try find_pc_section. Fix PR c++/1267.
10840 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10841 instead of find_pc_mapped_section.
10842 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10843 not default to the section containing PC. Fix PR symtab/1519.
10844
10845 2004-02-09 Andrew Cagney <cagney@redhat.com>
10846
10847 * Makefile.in (mips-tdep.o): Update dependencies.
10848 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10849 "trad-frame.h".
10850 (mips_unwind_pc): Return the pseudo PC register.
10851 (mips_unwind_dummy_id): New function.
10852 (mips16_fetch_instruction): New function.
10853 (mips32_fetch_instruction): New function.
10854 (struct mips_frame_cache): Define.
10855 (mips_mdebug_frame_cache): New function.
10856 (mips_mdebug_frame_this_id): New function.
10857 (mips_mdebug_frame_prev_register): New function.
10858 (mips_mdebug_frame_unwind): Define.
10859 (mips_mdebug_frame_sniffer): New function.
10860 (mips_mdebug_frame_base_address): New function.
10861 (mips_mdebug_frame_base): Define.
10862 (mips_mdebug_frame_base_sniffer): New function.
10863 (mips_gdbarch_init): Append unwind and base sniffers. Set
10864 unwind_dummy_id.
10865
10866 2004-02-08 Andrew Cagney <cagney@redhat.com>
10867
10868 * frame.c: Print both the register number and name.
10869
10870 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10871 and a sed into a single sed. Make .c and .o patterns more robust.
10872 (OBS): Delete.
10873 (INIT_FILES): Replace OBS with COMMON_OBS.
10874 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10875
10876 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10877
10878 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10879 the PT_WCOOKIE request.
10880
10881 2004-02-08 Andrew Cagney <cagney@redhat.com>
10882
10883 * mips-tdep.c (mips_unwind_pc): New function.
10884 (mips_gdbarch_init): Set mips_unwind_pc.
10885
10886 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10887 (get_frame_id): Allow the UNKNOWN_FRAME.
10888 (frame_register_unwind, get_frame_type): Ditto.
10889
10890 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10891 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10892 unwind_dummy_id indicates a legacy frame.
10893
10894 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10895 * configure: Re-generate.
10896
10897 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10898 methods.
10899
10900 2004-02-08 Andrew Cagney <cagney@redhat.com>
10901
10902 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10903 makefile macro.
10904 * configure: Re-generate.
10905 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10906 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10907 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10908 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10909 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10910 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10911 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10912 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10913 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10914 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10915
10916 2004-02-07 Andrew Cagney <cagney@redhat.com>
10917
10918 * Makefile.in: Update all dependencies.
10919
10920 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10921 * configure: Re-generate.
10922 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10923 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10924 (COMMON_OBS): Add "main.o" and "annotate.o".
10925 (ANNOTATE_OBS): Delete.
10926 (OBS): Remove ANNOTATE_OBS.
10927 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10928 CONFIG_INITS.
10929 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10930 against CONFIG_OBS and "main.o".
10931 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10932 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10933
10934 * tui/tui-command.c: Include "gdb_string.h", delete register
10935 attribute, use ISO-C function signatures.
10936 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10937 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10938 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10939 * tui/tui.c: Ditto.
10940
10941 * tui/tui-command.c: Change variable and function names to lower
10942 case.
10943 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10944 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10945 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10946 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10947 * tui/tui-winsource.c, tui/tui.c: Ditto.
10948
10949 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10950
10951 * buildsym.c (free_pending_blocks, finish_block)
10952 (record_pending_block, make_blockvector, end_symtab): Replace
10953 symbol_obstack with objfile_obstack.
10954 * coffread.c (process_coff_symbol, coff_read_struct_type)
10955 (coff_read_enum_type): Ditto.
10956 * cp-namespace.c (initialize_namespace_symtab)
10957 (check_one_possible_namespace_symbol): Ditto.
10958 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10959 (dwarf2_symbol_mark_computed): Ditto.
10960 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10961 * elfread.c (elf_symtab_read): Ditto.
10962 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10963 (hpread_read_enum_type, hpread_read_function_type)
10964 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10965 Ditto.
10966 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10967 (java_link_class_type): Ditto.
10968 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10969 (new_symbol): Ditto.
10970 * minsyms.c (install_minimal_symbols): Ditto.
10971 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10972 (terminate_minimal_symbol_table): Replace symbol_obstack with
10973 objfile_obstack.
10974 (free_objfile): Remove freeing of symbol_obstack.
10975 * objfiles.h: Remove symbol_obstack field.
10976 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10977 objfile_obstack.
10978 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10979 symbol_obstack.
10980 (solib_add_common_symbols): Replace symbol_obstack with
10981 objfile_obstack.
10982 * somsolib.c (som_solib_add): Ditto.
10983 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10984 (common_block_start, common_block_end): Ditto.
10985 * symfile.c (reread_symbols): Remove freeing and init of
10986 symbol_obstack.
10987 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10988 * symfile.h: Update comment.
10989 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10990 stats printing.
10991 * symtab.c (symbol_set_names): Replace symbol_obstack with
10992 objfile_obstack.
10993 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10994 Update comments.
10995 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10996 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10997 objfile_obstack.
10998
10999 2004-02-07 Andrew Cagney <cagney@redhat.com>
11000
11001 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11002 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11003 fields and variables.
11004 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11005 (m_beInvisible): Delete macro.
11006 * tui/tui-data.h: Fix case case fields and variables.
11007 (m_genWinPtrIsNull): Delete macro.
11008 (tui_win_list): Rename winList.
11009 (TUI_SRC_WIN): Rename srcWin.
11010 (TUI_DISASM_WIN): Rename disassemWin.
11011 (TUI_DATA_WIN): Rename dataWin.
11012 (TUI_CMD_WIN): Rename cmdWin.
11013 (m_genWinPtrNotNull): Delete macro.
11014 (m_winPtrIsNull): Delete macro.
11015 (m_winPtrNotNull): Delete macro.
11016 (tui_win_is_source_type): Replace m_winIsSourceType
11017 (tui_win_is_auxillary): Replace m_winIsAuzillary.
11018 (tui_win_has_locator): Replace m_hasLocator.
11019 (tui_set_win_highlight): Replace m_setWinHighlightOn and
11020 m_setWinHighlightOff.
11021 * tui/tui-data.c: Update references.
11022 (tui_win_is_source_type, tui_set_win_highlight): New functions.
11023 (tui_win_has_locator, tui_win_is_auxillary): New functions.
11024 * tui/tui-command.c, tui/tui-disasm.c: Update references.
11025 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
11026 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
11027 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11028 * tui/tui-winsource.c, tui/tui.c: Ditto.
11029
11030 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11031
11032 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
11033 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
11034 StackGhost.
11035
11036 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
11037 variable `i6' to `i7'.
11038 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11039
11040 2004-02-07 Andrew Cagney <cagney@redhat.com>
11041
11042 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
11043 (TuiPoint, TuiPointPtr): Ditto.
11044 (TuiStatus, TuiStatusPtr): Ditto.
11045 (TuiWinType, TuiWinTypePtr): Ditto.
11046 (struct tui_point): Rename _TuiPoint.
11047 (tui_get_low_disassembly_address): Rename
11048 tuiGetLowDisassemblyAddress.
11049 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
11050 (tuiFree): Delete declaration.
11051 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
11052 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
11053 * tui/tui.c (tuiFree): Delete function.
11054 * cli/cli-cmds.c (disassemble_command): Update references.
11055 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
11056 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11057 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
11058 * tui/tui-winsource.c: Ditto.
11059
11060 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11061
11062 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
11063 coffstab_build_psymtabs, elfstab_build_psymtabs)
11064 (stabsect_build_psymtabs): Replace psymbol_obstack with
11065 objfile_obstack.
11066 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
11067 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
11068 Ditto.
11069 * dwarfread.c (scan_compilation_units): Ditto.
11070 * elfread.c (elfstab_offset_sections): Ditto.
11071 * hppa-tdep.c (read_unwind_info): Ditto.
11072 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
11073 (hpread_end_psymtab): Ditto.
11074 * mdebugread.c (mdebug_build_psymtabs, add_pending)
11075 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
11076 Ditto.
11077 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
11078 * objfiles.c (add_to_objfile_sections)
11079 (build_objfile_section_table): Ditto.
11080 (allocate_objfile): Remove init of psymbol_obstack.
11081 (free_objfile): Remove freeing of psymbol_obstack.
11082 * objfiles.h (struct objfile): Remove field
11083 psymbol_obstack. Update comments.
11084 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
11085 psymbol_obstack with objfile_obstack.
11086 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11087 psymbol_obstack.
11088 * somread.c (som_symfile_offsets, init_import_symbols)
11089 (init_export_symbols): Replace psymbol_obstack with
11090 objfile_obstack.
11091 * somsolib.c (som_solib_add_solib_objfile): Ditto.
11092 * symfile.c (default_symfile_offsets, syms_from_objfile)
11093 (reread_symbols): Remove freeing and init of psymbol_obstack.
11094 (cashier_psymtab): Update comment.
11095 * symmisc.c (print_objfile_statistics): Don't report stats for
11096 psymbol obstack.
11097 * symtab.h (struct general_symbol_info, struct partial_symtab):
11098 Update comments.
11099 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
11100 (xcoff_symfile_offsets): Replace psymbol_obstack with
11101 objfile_obstack.
11102
11103 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11104
11105 * objfiles.h (struct objfile): Add objfile_obstack field.
11106 Remove type_obstack field.
11107
11108 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
11109 read_structure_scope read_enumeration, new_symbol): Replace
11110 type_obstack with objfile_obstack.
11111 * dwarfread.c (struct_type, enum_type): Ditto.
11112 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
11113 (lookup_fundamental_type): Ditto.
11114 * gdbtypes.h (TYPE_ALLOC): Ditto.
11115 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
11116 (hpread_read_doc_function_type, hpread_read_struct_type)
11117 (fix_static_member_physnames, hpread_read_array_type)
11118 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
11119 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
11120 (java_link_class_type): Ditto.
11121 * mdebugread.c (parse_type): Ditto.
11122 * objfiles.c (allocate_objfile, free_objfile): Ditto.
11123 * solib-sunos.c (solib_add_common_symbols): Ditto.
11124 * stabsread.c (define_symbol, read_type, read_member_functions,
11125 read_cpp_abbrev, read_one_struct_field): Ditto.
11126 * symfile.c (reread_symbols): Ditto.
11127 * symmisc.c (print_objfile_statistics): Ditto.
11128
11129 2004-02-07 Andrew Cagney <cagney@redhat.com>
11130
11131 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
11132 (tui_exec_info_content): Rename TuiExecInfoContent.
11133 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
11134 (TuiWinInfo, TuiWinInfoPtr): Ditto.
11135 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
11136 (TuiList, TuiListPtr): Ditto.
11137 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
11138 (TuiDataType, TuiDataTypePtr): Ditto.
11139 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
11140 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
11141 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
11142 (TuiSourceElement, TuiSourceElementPtr): Ditto.
11143 (TuiDataElement, TuiDataElementPtr): Ditto.
11144 (TuiWinElement, TuiWinElementPtr): Ditto.
11145 (TuiDataInfo, TuiDataInfoPtr): Ditto.
11146 (TuiCommandElement, TuiCommandElementPtr): Ditto.
11147 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
11148 (TuiWhichElement, TuiWhichElementPtr): Ditto.
11149 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
11150 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
11151 * tui/tui-command.c, tui/tui-data.c: Update references.
11152 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
11153 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11154 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11155 * tui/tui-winsource.c, tui/tui.c: Ditto.
11156
11157 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11158
11159 * dwarf2-frame.h: Update copyright.
11160 (enum dwarf2_frame_reg_rule): New.
11161 (struct dwarf2_frame_state_reg): New.
11162 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
11163 * dwarf2-frame.c: Update copyright.
11164 (enum dwarf2_reg_rule): Remove.
11165 (struct dwarf2_frame_state): Remove defenition of `struct
11166 dwarf2_frame_state_reg'.
11167 (read_reg): Call get_frame_arch to get the architecture instead of
11168 using CURRENT_GDBARCH.
11169 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
11170 DWARF2_FRAME_.
11171 (dwarf2_frame_init_reg): New function.
11172 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
11173 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
11174 initialize the register state. Prefix old `enum dwarf2_reg_rule'
11175 tags with DWARF2_FRAME_.
11176 (dwarf2_frame_prev_register): Call get_frame_arch to get the
11177 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
11178 dwarf2_reg_rule' tags with DWARF2_FRAME_.
11179
11180 2004-02-06 Andrew Cagney <cagney@redhat.com>
11181
11182 * tui/tui-data.h (struct tui_list): Rename _TuiList.
11183 (enum tui_data_type): Rename _TuiDataType.
11184 (struct tui_layout_def): Rename _TuiLayoutDef.
11185 (struct tui_source_element): Rename _TuiSourceElement.
11186 (struct tui_data_element): Rename _TuiDataElement.
11187 (struct tui_command_element): Rename _TuiCommandElement.
11188 (struct tui_locator_element): Rename _TuiLocatorElement.
11189 (union tui_which_element): Define.
11190 (struct tui_win_element): Rename _TuiWinElement.
11191 (struct tui_data_info): Rename _TuiDataInfo.
11192 (struct tui_source_info): Rename _TuiSourceInfo.
11193 (struct tui_command_info): Rename _TuiCommandInfo.
11194 (tui_initialize_static_data): Rename initializeStaticData.
11195 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
11196 (tui_alloc_win_info): Rename allocWinInfo.
11197 (tui_init_generic_part): Rename initGenericPart.
11198 (tui_init_win_info): Rename initWinInfo.
11199 (tui_alloc_content): Rename allocContent.
11200 (tui_add_content_elements): Rename addContentElements.
11201 (tui_init_content_element): Rename initContentElement.
11202 (tui_free_window): Rename freeWindow.
11203 (tui_free_win_content): Rename freeWinContent.
11204 (tui_free_data_content): Rename freeDataContent.
11205 (tui_free_all_source_wins_content): Rename
11206 freeAllSourceWinsContent.
11207 (tui_del_window): Rename tuiDelWindow.
11208 (tui_del_data_windows): Rename tuiDelDataWindows.
11209 (tui_partial_win_by_name): Rename partialWinByName.
11210 (tui_win_name): Rename winName.
11211 (tui_current_layout): Rename currentLayout.
11212 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
11213 (tui_term_height): Rename termHeight.
11214 (tui_set_term_height_to): Rename setTermHeightTo.
11215 (tui_term_width): Rename termWidth.
11216 (tui_set_term_width_to): Rename setTermWidthTo.
11217 (tui_set_gen_win_origin): Rename setGenWinOrigin.
11218 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
11219 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
11220 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
11221 (tui_source_windows): Rename sourceWindows.
11222 (tui_clear_source_windows): Rename clearSourceWindows.
11223 (tui_clear_source_windows_detail): Rename
11224 clearSourceWindowsDetail.
11225 (tui_clear_win_detail): Rename clearWinDetail.
11226 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
11227 (tui_default_tab_len): Rename tuiDefaultTabLen.
11228 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
11229 (tui_win_with_focus): Rename tuiWinWithFocus.
11230 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
11231 (tui_layout_def): Rename tuiLayoutDef.
11232 (tui_win_resized): Rename tuiWinResized.
11233 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
11234 (tui_next_win): Rename tuiNextWin.
11235 (tui_prev_win): Rename tuiPrevWin.
11236 (tui_add_to_source_windows): Rename addToSourceWindows.
11237 * tui/tui-winsource.c, tui/tui-win.c: Update references.
11238 * tui/tui-layout.c, tui/tui-source.c: Ditto.
11239 * tui/tui-stack.c, tui/tui-io.c: Ditto.
11240 * tui/tui.c, tui/tui-data.c: Ditto.
11241 * tui/tui-interp.c, tui/tui-data.c: Ditto.
11242 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
11243
11244 * tui/tui-source.h: Update copyright. Include "tui-data.h".
11245 (struct symtab): Declare.
11246 (tui_set_source_content): Rename tuiSetSourceContent.
11247 (tui_show_symtab_source): Rename tuiShowSource.
11248 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
11249 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
11250 * tui/tui-source.c: Update copyright. Update references.
11251 * tui/tui-win.c, tui/tui-winsource.c: Update references.
11252 * tui/tui-stack.c: Update references.
11253
11254 * tui/tui-win.h: Update copyright. Include "tui-data.h".
11255 (struct tui_win_info): Declare.
11256 (tui_scroll_forward): Rename tuiScrollForward.
11257 (tui_scroll_backward): Rename tuiScrollBackward.
11258 (tui_scroll_left): Rename tuiScrollLeft.
11259 (tui_scroll_right): Rename tuiScrollRight.
11260 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
11261 (tui_resize_all): Rename tuiResizeAll.
11262 (tui_refresh_all_win): Rename tuiRefreshAll.
11263 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
11264 * tui/tui-layout.c, * tui/tui-io.c: Update references.
11265 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
11266 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
11267
11268 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
11269 (tui_erase_data_content): Rename tuiEraseDataContent.
11270 (tui_display_all_data): Rename tuiDisplayAllData.
11271 (tui_check_data_values): Rename tuiCheckDataValues.
11272 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
11273 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
11274 (tui_first_data_element_no_in_line): Rename
11275 tuiFirstDataElementNoInLine.
11276 (tui_delete_data_content_windows): Rename
11277 tuiDeleteDataContentWindows.
11278 (tui_refresh_data_win): Rename tuiRefreshDataWin.
11279 (tui_display_data_from): Rename tuiDisplayDataFrom.
11280 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
11281 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
11282 * tui/tui-win.c, tui/tui-regs.c: Update references.
11283 * tui/tui-layout.c, tui/tui.c: Update references.
11284
11285 * tui/tui-wingeneral.h: Update copyright.
11286 (m_allBeVisible): Delete macro.
11287 (m_allBeInvisible): Delete macro.
11288 (struct tui_gen_win_info): Declare.
11289 (struct tui_win_info): Declare.
11290 (tui_unhighlight_win): Rename unhighlightWin.
11291 (tui_make_visible, tui_make_invisible): Replace makeVisible.
11292 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
11293 (tui_make_window): Rename makeWindow.
11294 (tui_copy_win): Rename copyWin.
11295 (tui_box_win): Rename boxWin.
11296 (tui_highlight_win): Rename highlightWin.
11297 (tui_check_and_display_highlight_if_needed): Rename
11298 checkAndDisplayHighlightIfNeeded.
11299 (tui_refresh_all): Rename refreshAll.
11300 (tui_delete_win): Rename tuiDelwin.
11301 (tui_refresh_win): Rename tuiRefreshWin.
11302 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
11303 (tui_make_visible, tui_make_invisible): New functions.
11304 (tui_make_all_visible, tui_make_all_invisible): New functions.
11305 (make_all_visible): Rename makeAllVisible.
11306 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
11307 * tui/tui-data.c, tui/tui-winsource.c: Update references.
11308 * tui/tui-windata.c, tui/tui-win.c: Update references.
11309 * tui/tui-regs.c, tui/tui-layout.c: Update references.
11310 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
11311
11312 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11313
11314 * proc-api.c (write_with_trace): Initialize local variable to
11315 silence compiler warning.
11316
11317 2004-02-06 Andrew Cagney <cagney@redhat.com>
11318
11319 * tui/tui-source.h: Do not include "defs.h".
11320 (struct tui_win_info): Declare.
11321 (tui_set_source_content_nil): Declare.
11322 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
11323 (union tui_line_or_address): Rename _TuiLineOrAddress.
11324 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
11325 (tui_update_source_window): Rename tuiUpdateSourceWindow.
11326 (tui_update_source_window_as_is): Rename
11327 tuiUpdateSourceWindowAsIs.
11328 (tui_update_source_windows_with_addr): Rename
11329 tuiUpdateSourceWindowsWithAddr.
11330 (tui_update_source_windows_with_line): Rename
11331 tuiUpdateSourceWindowsWithLine.
11332 (tui_clear_source_content): Rename tuiClearSourceContent.
11333 (tui_erase_source_content): Rename tuiEraseSourceContent.
11334 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
11335 (tui_show_source_content): Rename tuiShowSourceContent.
11336 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
11337 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
11338 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
11339 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
11340 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
11341 (tui_update_exec_info): Rename tuiUpdateExecInfo.
11342 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
11343 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
11344 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
11345 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
11346 (struct tui_win_info): Declare.
11347 * tui/tui-stack.c: Update references.
11348 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
11349 * tui/tui-win.c, tui/tui-source.c: Ditto.
11350 * tui/tui.c, tui/tui-disasm.c: Ditto.
11351
11352 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11353
11354 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
11355 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
11356
11357 2004-02-05 Mark Kettenis <kettenis@gnu.org>
11358
11359 * infrun.c (handle_inferior_event): Allow for breakpoint
11360 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11361 and SIGEMT. Update comments.
11362 * NEWS (Revised SPARC target): Mention support for non-executable
11363 stack.
11364
11365 2004-02-04 Mark Kettenis <kettenis@gnu.org>
11366
11367 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11368 * inftarg.c: Update copyright year.
11369 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11370 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11371 (sparc_xfer_wcookie): New function.
11372 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11373 * Makefile.in (sparc-nat.o): Update dependencies.
11374 * config/sparc/nm-nbsd.h: Include "target.h".
11375 (NATIVE_XFER_WCOOKIE): New define.
11376 (sparc_xfer_wcookie): New prototype.
11377
11378 2004-02-04 Andrew Cagney <cagney@redhat.com>
11379
11380 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11381 SYSCALL_TRAP function.
11382 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11383
11384 2004-02-04 Andrew Cagney <cagney@redhat.com>
11385 Daniel Jacobowitz <drow@mvista.com>
11386
11387 * objfiles.h: Delete comments refering to inside_entry_func and
11388 DEPRECATED_FRAME_CHAIN_VALID.
11389 * defs.h (inside_entry_func): Update prototype..
11390 * blockframe.c (inside_entry_func): Rename to
11391 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11392 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11393
11394 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11395
11396 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11397 outside of #ifdef SOLIB_ADD region.
11398 (do_restore_lang_radix_cleanup): Ditto.
11399 (resolve_pending_breakpoint): Ditto.
11400
11401 2004-02-03 Andrew Cagney <cagney@redhat.com>
11402
11403 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11404 (process_note_abi_tag_sections): Delete unused function.
11405 (ia64_read_fp): Delete unused function.
11406 (gdbarch_extract_struct_value_address): Delete declaration.
11407
11408 2004-02-02 Andrew Cagney <cagney@redhat.com>
11409
11410 * vax-tdep.c (vax_frame_chain): Delete call to
11411 deprecated_inside_entry_file.
11412 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11413
11414 2004-02-02 Mark Kettenis <kettenis@gnu.org>
11415
11416 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11417 column that's "empty" or "same value" when eliminating REG_RA
11418 rules.
11419
11420 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11421
11422 * NEWS: Add information about new pending breakpoint support.
11423
11424 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11425
11426 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11427 and pending fields for pending breakpoint support.
11428 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11429 (condition_command): Only parse condition if not a pending
11430 breakpoint.
11431 (print_one_breakpoint): Add support for pending breakpoints.
11432 (describe_other_breakpoints): Add checks to verify we are not
11433 dealing with pending breakpoints.
11434 (check_duplicates): Don't check pending breakpoints.
11435 (set_raw_breakpoint): Initialize pending flag.
11436 (do_restore_lang_radix_cleanup): New cleanup routine.
11437 (resolve_pending_breakpoint): New function.
11438 (re_enable_breakpoints_in_shlibs): Try and resolve any
11439 pending breakpoints via resolve_pending_breakpoint.
11440 (mention): Add pending breakpoint support.
11441 (parse_breakpoint_sals): Add new parameter to pass to
11442 decode_line_1 to indicate silent errors when files or functions
11443 are not found. Change all callers.
11444 (do_captured_parse_breakpoint): New function.
11445 (break_command_1): Change prototype to return an rc value and to
11446 take an optional pending breakpoint pointer. Support creating
11447 a pending breakpoint if a "not found" form of error occurs when
11448 parsing the breakpoint. Also support resolving an existing pending
11449 breakpoint and be silent if the resolution fails.
11450 (create_breakpoints): Change prototype to take pending breakpoint
11451 pointer. When resolving a pending breakpoint, use the new pointer
11452 to provide a conditional or commands added by the end-user.
11453 (delete_breakpoint): Add appropriate check for pending.
11454 (breakpoint_re_set_one): Ditto.
11455 (do_enable_breakpoint): Ditto.
11456
11457 2004-02-02 David Carlton <carlton@kealia.com>
11458
11459 * valops.c (enum oload_classification): New.
11460 (find_overload_match): Break implementation into separate
11461 functions; delete #if 0'd code; look for symbols within
11462 namespaces.
11463 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11464 (find_oload_champ,oload_method_static,classify_oload_match): New.
11465 * cp-support.h: Add declaration for cp_func_name; update
11466 declaration for make_symbol_overload_list.
11467 * cp-support.c (cp_func_name): New.
11468 (overload_list_add_symbol): Fix comment, use
11469 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11470 (make_symbol_overload_list): Take a function name and a namespace
11471 instead of a symbol; change implementation.
11472 (make_symbol_overload_list_using): New.
11473 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11474
11475 2004-02-02 Fred Fish <fnf@redhat.com>
11476
11477 * main.c (gdb_stdtarg): Move definition to group with other
11478 gdb_stdtarg definitions and update copyright years.
11479 * remote-sim.c (gdb_os_write_stderr): Write output to
11480 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11481 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11482 gdb_stderr stream and update copyright years.
11483
11484 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11485
11486 * Makefile.in (mips-linux-nat.o): Update dependencies.
11487 * mips-linux-nat.c: Include mips-tdep.h.
11488
11489 2004-02-01 Roland McGrath <roland@redhat.com>
11490
11491 * sol-thread.c (sol_thread_xfer_partial): New function.
11492 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11493 (init_sol_core_ops): Likewise.
11494
11495 * procfs.c (procfs_xfer_partial): New function.
11496 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11497 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11498
11499 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11500 procfs_xfer_auxv function.
11501
11502 * procfs.c (procfs_make_note_section): If we can read
11503 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11504 * linux-proc.c (linux_make_note_section): Likewise.
11505
11506 * auxv.h: New file.
11507 * auxv.c: New file.
11508 * Makefile.in (auxv_h): New variable.
11509 (COMMON_OBS): Add auxv.o here.
11510 (auxv.o): New target.
11511
11512 * corelow.c (core_xfer_partial): New function.
11513 (init_core_ops): Use it for core_ops.to_xfer_partial.
11514
11515 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11516 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11517 macro if that is defined.
11518
11519 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11520
11521 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11522 and check the specified thread for each breakpoint.
11523 * breakpoint.h (bpstat_stop_status): Update prototype.
11524 * infrun.c (handle_inferior_event): Update calls to
11525 bpstat_stop_status.
11526
11527 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11528
11529 * Makefile.in (cli-cmds.o): Add $(readline_h).
11530
11531 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11532
11533 * cli/cli-cmds.c: Include readline.h.
11534 (complete_command): Pass the start of the last word to
11535 complete_line.
11536
11537 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11538
11539 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11540 argument, and change first argument to a CORE_ADDR.
11541 * breakpoint.h (bpstat_stop_status): Update prototype.
11542 * infrun.c (adjust_pc_after_break): Add a new comment.
11543 (handle_inferior_event): Update calls to bpstat_stop_status.
11544
11545 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11546
11547 * breakpoint.h: Update copyright years.
11548
11549 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11550
11551 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11552 (bpstat_stop_status): Don't decrement PC.
11553 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11554 prototype.
11555 * infrun.c (adjust_pc_after_break): New function.
11556 (handle_inferior_event): Call it, early. Remove later references
11557 to DECR_PC_AFTER_BREAK.
11558 (normal_stop): Add commentary.
11559
11560 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11561
11562 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11563 2004-01-27 double-free fix.
11564
11565 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11566
11567 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11568 (sparc32_frame_prev_register): Handle StackGhost.
11569 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11570
11571 2004-01-29 Roland McGrath <roland@redhat.com>
11572
11573 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11574 * configure: Regenerated.
11575
11576 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11577 * Makefile.in (procfs.o): Add dep.
11578
11579 2004-01-28 Andrew Cagney <cagney@redhat.com>
11580
11581 * tui/tui-stack.h: Update copyright.
11582 (struct frame_info): Add opaque declaration.
11583 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11584 (tui_show_locator_content): Rename tuiShowLocatorContent.
11585 (tui_show_frame_info): Rename tuiShowFrameInfo.
11586 * tui/tui-stack.c: Update copyright. Update references.
11587 * tui/tui-winsource.c: Update references.
11588 * tui/tui-win.c: Update references.
11589 * tui/tui-layout.c: Update references.
11590 * tui/tui-hooks.c: Update copyright, update references.
11591 * tui/tui.c: Update copyright, update references.
11592 * tui/tui-disasm.c: Update references.
11593
11594 2004-01-28 David Carlton <carlton@kealia.com>
11595
11596 * dwarf2read.c (add_partial_structure): Use demangled name if
11597 namespace equals "".
11598
11599 2004-01-27 Jim Blandy <jimb@redhat.com>
11600
11601 Clean up misapplied patch:
11602 * dwarf2read.c (determine_prefix): Change one of the two forward
11603 declarations for 'determine_prefix_aux' to a declaration for this.
11604 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11605 argument to 'die_specification'.
11606
11607 * dwarf2read.c (read_func_scope): Re-indent comment.
11608
11609 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11610
11611 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11612 b->exp to NULL after freeing so that error during re-parsing or
11613 evaluation of expressions associated with breakpoint don't
11614 eventually lead to re-freeing of storage.
11615 Committed by Andrew Cagney.
11616
11617 2004-01-27 Andrew Cagney <cagney@redhat.com>
11618
11619 * source.c (ambiguous_line_spec): Delete undefined declaration.
11620 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11621 (m32r_set_server_address, m32r_set_download_path): Ditto.
11622 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11623
11624 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11625
11626 * dwarf2read.c: Update calls to changed and renamed functions, and
11627 references to moved variables.
11628
11629 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11630 language, language_defn, list_in_scope, and ftypes members.
11631 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11632 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11633 (baseaddr): Remove globals.
11634
11635 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11636 (set_cu_language, die_is_declaration, die_specification)
11637 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11638 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11639 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11640 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11641
11642 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11643 cu.list_in_scope. Don't initialize cu_header_offset.
11644 (add_partial_symbol): Add local baseaddr.
11645 (psymtab_to_symtab_1): Add local baseaddr. Use
11646 objfile->section_offsets for consistency. Don't initialize
11647 cu_header_offset; do initialize cu.header.offset and
11648 cu.list_in_scope.
11649 (read_file_scope, read_func_scope, read_lexical_block_scope)
11650 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11651
11652 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11653
11654 * PROBLEMS: Add gdb/1516.
11655
11656 2003-12-29 Robert Millan <robertmh@gnu.org>
11657
11658 Patch committed by Andrw Cagney.
11659 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11660 * configure.tgt: Match knetbsd*-gnu.
11661
11662 2004-01-26 Andrew Cagney <cagney@redhat.com>
11663
11664 * breakpoint.c (catch_command_1): Delete #ifdef code.
11665 (catch_fork_command_1): Delete #ifdef wrapper.
11666 (catch_exec_command_1): Ditto.
11667 (catch_load_command_1): Ditto.
11668 (catch_unload_command_1): Ditto.
11669
11670 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11671 (catch_breakpoint): Delete #if0ed function.
11672 (disable_catch_breakpoint): Ditto.
11673 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11674 (disable_catch, enable_catch, delete_catch): Ditto.
11675
11676 2004-01-26 Andrew Cagney <cagney@redhat.com>
11677
11678 * remote.c (echo_check, quit_flag): Delete variables.
11679 (cisco_kernel_mode): Delete variable.
11680 (minitelnet_return, tty_input, escape_count): Delete variables.
11681 (remote_cisco_mode): Delete variable.
11682 (remote_cisco_open, remote_cisco_close): Delete function.
11683 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11684 (init_remote_cisco_ops): Delete function.
11685 (_initialize_remote): Do not install "remote cisco" code.
11686 (read_frame): Delete cisco specific code.
11687 (remote_info_process): Delete function.
11688 (remote_wait): Delete cisco specific code.
11689 (remote_cisco_section_offsets): Delete function.
11690 (remote_cisco_objfile_relocate): Delete function.
11691 (remote_async_wait): Delete cisco specific code.
11692 (minitelnet, readtty, readsocket): Delete function.
11693
11694 2004-01-26 Andrew Cagney <cagney@redhat.com>
11695
11696 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11697 comments mentioning extract_returned_value_address.
11698 * infcmd.c (print_return_value): Update. Add comments on
11699 extract_returned_value_address.
11700 * stack.c (return_command): Add comments on
11701 extract_returned_value_address.
11702 * values.c: Update comment.
11703 * m32r-tdep.c: Update comment.
11704 * sparc-tdep.c: Update comment.
11705 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11706 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11707 * sh64-tdep.c (sh64_gdbarch_init): Update.
11708 * sh-tdep.c (sh_gdbarch_init): Update.
11709 * s390-tdep.c (s390_gdbarch_init): Update.
11710 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11711 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11712 * m68k-tdep.c (m68k_gdbarch_init): Update.
11713 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11714 * m32r-tdep.c (m32r_gdbarch_init): Update.
11715 * ia64-tdep.c (ia64_gdbarch_init): Update.
11716 * h8300-tdep.c (h8300_gdbarch_init): Update.
11717 * frv-tdep.c (frv_gdbarch_init): Update.
11718 * arm-tdep.c (arm_gdbarch_init): Update.
11719 * alpha-tdep.c (alpha_gdbarch_init): Update.
11720
11721 2004-01-26 Andrew Cagney <cagney@redhat.com>
11722
11723 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11724 SYMBOL_LOCATION_FUNCS
11725 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11726 "struct symbol_ops".
11727 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11728 type to "struct symbol_ops".
11729 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11730 (struct symbol): Replace ".aux_value.loc.funcs" and
11731 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11732 (SYMBOL_OBJFILE): Delete macro.
11733 (SYMBOL_LOCATION_FUNCS): Delete macro.
11734 (SYMBOL_LOCATION_BATON): Update.
11735 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11736 intead of SYMBOL_LOCATION_FUNCS.
11737 * ax-gdb.c (gen_var_ref): Ditto.
11738 * printcmd.c (address_info): Ditto.
11739 * findvar.c (read_var_value): Ditto.
11740 (symbol_read_needs_frame): Ditto.
11741
11742 2004-01-26 Andrew Cagney <cagney@redhat.com>
11743
11744 * dwarf2read.c (read_func_scope): Document frame-base hack.
11745
11746 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11747
11748 * infcmd.c (print_return_value): Plug memory leak; delete
11749 ui_stream object. Rename argument `structure_return' to
11750 `struct_return'.
11751
11752 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11753
11754 * infcmd.c (print_return_value): Wrap long lines.
11755 (finish_command_continuation, finish_command): Remove unused
11756 variable `funcaddr'. Fix some coding-standards problems.
11757
11758 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11759 SECT_SIZE is large enough, not whether it's exactly the right size.
11760 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11761 TDEP->fpregset to zero.
11762
11763 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11764 floating-point registers for traditional NetBSD core files.
11765 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11766 TDEP->sizeof_fpregset here.
11767
11768 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11769
11770 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11771 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11772 function with code split out from
11773 sparc32nbsd_sigcontext_frame_cache.
11774 (sparc32nbsd_sigcontext_frame_cache): Use
11775 sparc32nbsd_sigcontext_saved_regs.
11776 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11777 OpenBSD.
11778 * sparcobsd-tdep.c: New file.
11779 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11780 (sparcobsd-tdep.o): New dependency.
11781 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11782 * config/sparc/obsd.mt: New file.
11783
11784 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11785 TDEP->fpregset to be initialized to enable core file register
11786 sets.
11787
11788 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11789
11790 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11791 Add opaque declarations.
11792 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11793 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11794 function with code split out from
11795 sparc64nbsd_sigcontext_frame_cache.
11796 (sparc64nbsd_sigcontext_frame_cache): Use
11797 sparc64nbsd_sigcontext_saved_regs.
11798 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11799 OpenBSD.
11800 * sparc64obsd-tdep.c: New file.
11801 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11802 (sparc64obsd-tdep.o): New dependency.
11803 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11804 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11805 * config/sparc/obsd64.mt: New file.
11806
11807 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11808 read the instruction at PC.
11809
11810 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11811 value of GDB_OSABI_DEFAULT.
11812 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11813 instead of GDB_OSABI_NETBSD_AOUT.
11814
11815 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11816
11817 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11818 copyright.
11819
11820 2004-01-23 Andrew Cagney <cagney@redhat.com>
11821
11822 * printcmd.c (display_command): Replace tui_set_display call with
11823 tui_set_layout_for_display_command.
11824 * tui/tui.h (enum tui_win_type): Define.
11825 (tui_set_layout): Delete declaration.
11826 (tui_set_layout_for_display_command): Rename set_tui_layout.
11827 * tui/tui-data.h (enum tui_layout_type): Define.
11828 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11829 "tui.h".
11830 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11831 (tui_default_win_height): Rename tuiDefaultWinHeight.
11832 (tui_default_win_viewport_height): Rename
11833 tuiDefaultWinViewportHeight.
11834 (tui_set_layout): RenametuiSetLayout.
11835 * tui/tui-layout.c: Update references.
11836 * tui/tui.c: Update references.
11837 * tui/tui-disasm.c: Update references.
11838
11839 2004-01-23 David Carlton <carlton@kealia.com>
11840
11841 Partial workaround for PR c++/1511:
11842 * cp-namespace.c: Include frame.h.
11843 (cp_lookup_transparent_type): New
11844 (cp_lookup_transparent_type_loop): New.
11845 * cp-support.h: Declare cp_lookup_transparent_type.
11846 * symtab.c (basic_lookup_transparent_type): Renamed from
11847 lookup_transparent_type.
11848 (lookup_transparent_type): Replace old body by a call to
11849 current_language->la_lookup_transparent_type.
11850 * symtab.h: Update copyright. Declare
11851 basic_lookup_transparent_type.
11852 * language.h: Update copyright.
11853 (struct language_defn): Add la_lookup_transparent_type.
11854 * language.c: Update copyright.
11855 (unknown_language_defn): Add basic_lookup_transparent_type.
11856 (auto_language_defn): Add basic_lookup_transparent_type.
11857 (local_language_defn): Add basic_lookup_transparent_type.
11858 * ada-lang.c: Update copyright.
11859 (ada_language_defn): Add basic_lookup_transparent_type.
11860 * c-lang.c: Update copyright.
11861 (c_language_defn): Add basic_lookup_transparent_type.
11862 (cplus_language_defn): Add basic_lookup_transparent_type.
11863 (asm_language_defn): Add basic_lookup_transparent_type.
11864 (minimal_language_defn): Add basic_lookup_transparent_type.
11865 * f-lang.c: Update copyright.
11866 (f_language_defn): Add basic_lookup_transparent_type.
11867 * jv-lang.c: Update copyright.
11868 (java_language_defn): Add basic_lookup_transparent_type.
11869 * m2-lang.c: Update copyright.
11870 (m2_language_defn): Add basic_lookup_transparent_type.
11871 * objc-lang.c: Update copyright.
11872 (objc_language_defn): Add basic_lookup_transparent_type.
11873 * p-lang.c: Update copyright.
11874 (p_language_defn): Add basic_lookup_transparent_type.
11875 * scm-lang.c: Update copyright.
11876 (scm_language_defn): Add basic_lookup_transparent_type.
11877 * Makefile.in (cp-namespace.o): Depend on frame.h.
11878
11879 2004-01-23 David Carlton <carlton@kealia.com>
11880
11881 Patch for PR c++/1520:
11882 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11883 properly if we have a specification die.
11884 (determine_prefix_aux): Rename from determine_prefix.
11885 (determine_prefix): Like the old determine_prefix, but never
11886 returns NULL.
11887
11888 2004-01-23 Theodore A. Roth <troth@openavr.org>
11889
11890 * avr-tdep.c: Update copyright.
11891 (avr_iaddr_p): Delete unused function.
11892 (avr_saddr_p): Delete unused function.
11893
11894 2004-01-23 David Carlton <carlton@kealia.com>
11895
11896 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11897 Fix for PR symtab/1534.
11898
11899 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11900
11901 * NEWS (New native configurations): Mention OpenBSD/sparc and
11902 OpenBSD/sparc64.
11903 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11904 * configure.host: Likewise.
11905 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11906 handler for OpenBSD.
11907 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11908
11909 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11910
11911 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11912 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11913
11914 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11915 * cli/cli-cmds.c (shell_escape): Likewise.
11916
11917 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11918 OpenBSD .note.openbsd.ident sections.
11919
11920 2004-01-22 David Carlton <carlton@kealia.com>
11921
11922 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11923 get_scope_pc_bounds.
11924 (read_file_scope): Ditto.
11925 (get_scope_pc_bounds): New function, produced by extracting code
11926 from the above two functions, consolidating it, and adding support
11927 for DW_TAG_namespace.
11928
11929 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11930
11931 * osabi.c (MAX_NOTESZ): New define.
11932 (check_note): New function.
11933 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11934 check_note.
11935
11936 2004-01-21 Roland McGrath <roland@redhat.com>
11937
11938 * MAINTAINERS (write after approval): Add myself.
11939
11940 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11941
11942 * utils.c (init_page_info): Move declarations of `rows' and
11943 `cols' before the __GO32__-specific code. Move the closing brace
11944 outside the #ifdef __GO32__..#endif block.
11945 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11946
11947 2004-01-21 Paul Brook <paul@codesourcery.com>
11948
11949 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11950 BPSTAT_WHAT_CHECK_SHLIBS.
11951
11952 2004-01-21 Paul Brook <paul@codesourcery.com>
11953
11954 * MAINTAINERS: Add myself to write-after-approval.
11955
11956 2004-01-20 Andrew Cagney <cagney@redhat.com>
11957
11958 * ax-gdb.c (print_axs_value): Delete unused function.
11959 * jv-lang.c (java_lookup_type): Delete unused function.
11960 * cli/cli-dump.c (dump_filetype): Delete unused function.
11961 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11962 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11963 (mips_getstring): Delete unused function.
11964 (pmon_insert_breakpoint): Delete #if0ed function.
11965 (PMON_MAX_BP): Delete #if0ed MACRO.
11966 (mips_pmon_bp_info): Delete #if0ed variable.
11967 (pmon_remove_breakpoint): Delete #if0ed function.
11968 * monitor.c (monitor_write_even_block): Delete unused function.
11969 (monitor_write_memory_block): Delete #if0ed code.
11970 * dink32-rom.c (dink32_load): Delete unused function.
11971 (_initialize_dink32_rom): Delete #if0ed code.
11972 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11973
11974 * tui/tui-command.c: Update references.
11975 * tui/tui-io.c: Update references.
11976 * tui/tui-command.h: Update copyright.
11977 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11978
11979 * source.c (ambiguous_line_spec): Delete never-defined function.
11980 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11981 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11982 * cli/cli-cmds.c (validate_comname): Ditto.
11983
11984 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11985 "tui-data.h".
11986 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11987 (tui_show_disassem): Rename tuiShowDisassem.
11988 (tui_show_disassem_and_update_source): Rename
11989 tuiVerticalDisassemScroll.
11990 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11991 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11992 * tui/tui.h: Update copyright.
11993 (enum tui_status): Define.
11994 * tui/tui-data.h (enum tui_scroll_direction): Define.
11995 * tui/tui-disasm.c: Update copyright. Update references.
11996 * tui/tui-winsource.c: Update copyright. Update references.
11997 * tui/tui-win.c: Update references.
11998 * tui/tui-layout.c: Update references.
11999
12000 2004-01-20 Andrew Cagney <cagney@redhat.com>
12001
12002 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12003 sym2 to start of block.
12004
12005 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12006
12007 * MAINTAINERS: Delete mmalloc.
12008 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12009 * NEWS: Mention removal of --with-malloc.
12010 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
12011 * config.in: Regenerate.
12012 * configure: Regenerate.
12013 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
12014 USE_MMALLOC, MMCHECK_FORCE.
12015 * gdbinit.in: Remove mmalloc.
12016 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
12017 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
12018 * config/i386/go32.mh: Likewise.
12019 * config/i386/interix.mh: Likewise.
12020 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
12021
12022 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
12023
12024 * linespec.c (decode_variable, symtab_from_filename): Call
12025 error_silent with error message instead of throwing an exception
12026 directly.
12027 * defs.h (error_silent, error_output_message): Add prototypes.
12028 (catch_exceptions_with_msg): Ditto.
12029 * utils.c (error_silent, error_output_message): New functions.
12030 * top.c (catch_exceptions_with_msg): New function.
12031
12032 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12033
12034 * mi/mi-cmds.h (enum print_values): Add definition.
12035
12036 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
12037 type and value for simple data types and just the name and type
12038 for complex ones, if required.
12039
12040 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
12041 children, if required.
12042
12043 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12044
12045 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
12046 unused declarations.
12047
12048 2004-01-19 Andrew Cagney <cagney@redhat.com>
12049
12050 * top.h (mapped_symbol_files): Delete declaration.
12051 * main.c (captured_main): Delete option "m" and "mapped".
12052 * objfiles.c (mapped_symbol_files): Delete variable.
12053 * symfile.c (symbol_file_command): Delete mmap code.
12054 (symbol_file_add_with_addrs_or_offsets): Ditto.
12055 (add_symbol_file_command, reread_separate_symbols): Ditto.
12056 * objfiles.h (OBJF_MAPPED): Delete.
12057 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
12058 (free_objfile) [USE_MMALLOC]: Ditto.
12059 (open_existing_mapped_file): Delete function.
12060 (open_mapped_file): Delete function.
12061 (map_to_file): Delete function.
12062
12063 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12064
12065 * infrun.c (step_into_function): Account for possible breakpoint
12066 adjustment when computing ``stop_func_start''.
12067
12068 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12069
12070 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
12071 the region size against the size of a pointer, not the size of
12072 a register as given by DEPRECATED_REGISTER_SIZE.
12073
12074 2004-01-19 Andrew Cagney <cagney@redhat.com>
12075
12076 * tui/tui-regs.h: Include "tui-data.h".
12077 (tuiFirstRegElementNoInLine): Delete declaration.
12078 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
12079 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
12080 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
12081 (tui_calculate_regs_column_count): Rename
12082 tuiCalculateRegsColumnCount.
12083 (tui_check_register_values): Rename tuiCheckRegisterValues.
12084 (tui_show_registers): Rename tuiShowRegisters.
12085 (tui_display_registers_from_line): Rename
12086 tuiDisplayRegistersFromLine.
12087 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
12088 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
12089 (tui_first_reg_element_no_inline): Rename
12090 tuiFirstRegElementNoInLine.
12091 * tui/tui-data.h: Update copyright.
12092 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
12093 * tui/tui-windata.c: Update copyright, update references.
12094 * tui/tui-regs.c: Update copyright, update references.
12095 * tui/tui-win.c: Update copyright, update references.
12096 * tui/tui-layout.c: Update copyright, update references.
12097
12098 2004-01-18 Andrew Cagney <cagney@redhat.com>
12099
12100 * tui/tui-io.c: Update copyright.
12101 (key_is_end_sequence, key_is_backspace): New functions.
12102 (key_is_command_char, key_is_start_sequence): New function.
12103 (tui_getc): Update references.
12104 * tui/tui-io.h: Update copyright.
12105 (m_tuiStartNewLine): Delete macro.
12106 (m_isBackspace, m_isDeleteChar): Delete macros.
12107 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
12108 (m_isNextPage, m_isPrevPage): Delete macros.
12109 (m_isLeftArrow, m_isRightArrow): Delete macros.
12110 (m_isXdbStyleCommandChar): Delete macro.
12111 (key_is_start_sequence): Declare, replace m_isStartSequence.
12112 (key_is_end_sequence): Declare, replace m_isEndSequence.
12113 (key_is_backspace): Declare ,replace m_isBackspace.
12114 (key_is_command_char): Declare, replace m_isCommandChar.
12115 * tui/tui-command.c: Update copyright.
12116 (tuiDispatchCtrlChar): Update references.
12117
12118 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
12119 tuiSourceWin.h.
12120
12121 * tui/tui-command.c: Rename tui/tuiCommand.c.
12122 * tui/tui-command.h: Rename tui/tuiCommand.h.
12123 * tui/tui-data.c: Rename tui/tuiData.c.
12124 * tui/tui-data.h: Rename tui/tuiData.h.
12125 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
12126 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
12127 * tui/tui-io.c: Rename tui/tuiIO.c.
12128 * tui/tui-io.h: Rename tui/tuiIO.h.
12129 * tui/tui-layout.c: Rename tui/tuiLayout.c.
12130 * tui/tui-layout.h: Rename tui/tuiLayout.h.
12131 * tui/tui-regs.c: Rename tui/tuiRegs.c.
12132 * tui/tui-regs.h: Rename tui/tuiRegs.h.
12133 * tui/tui-source.c: Rename tui/tuiSource.c.
12134 * tui/tui-source.h: Rename tui/tuiSource.h.
12135 * tui/tui-stack.c: Rename tui/tuiStack.c.
12136 * tui/tui-stack.h: Rename tui/tuiStack.h.
12137 * tui/tui-win.c: Rename tui/tuiWin.c.
12138 * tui/tui-win.h: Rename tui/tuiWin.h.
12139 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
12140 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
12141 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
12142 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
12143 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
12144 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
12145 * tui/tui-file.c: Update includes.
12146 * tui/tui-hooks.c: Update includes.
12147 * tui/tui-interp.c: Update includes.
12148 * tui/tui.c: Update includes.
12149 * Makefile.in: Update all tui/ dependencies.
12150 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
12151
12152 * Makefile.in: Update copyright. Update dependencies.
12153
12154 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
12155 problem.
12156
12157 2004-01-18 Andrew Cagney <cagney@redhat.com>
12158
12159 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
12160 instead of register_gdbarch_init.
12161
12162 * remote-sds.c (tohex): Delete unused function. Update copyright.
12163 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
12164 * v850-tdep.c (v850_register_virtual_size): Ditto.
12165 * target.c (normal_target_post_startup_inferior): Ditto.
12166 * source.c (ambiguous_line_spec): Ditto.
12167 * remote.c (adapt_remote_get_threadinfo): Ditto.
12168 * mi/mi-out.c (out_field_fmt): Ditto.
12169 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
12170 (output_control_change_notification): Ditto.
12171 * m68k-tdep.c (m68k_register_byte): Ditto.
12172 (m68k_remote_breakpoint_from_pc): Ditto.
12173 * ui-out.c (init_ui_out_state): Delete unused declaration.
12174 * stabsread.c (search_value): Ditto.
12175 * mi/mi-cmd-env.c (env_cli_command): Ditto.
12176 * maint.c (print_section_table): Ditto.
12177 * infrun.c (set_follow_fork_mode_command): Ditto.
12178
12179 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12180
12181 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
12182 DW_CFA_def_cfa_exporession. Add support for
12183 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
12184 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
12185
12186 2004-01-18 Andrew Cagney <cagney@redhat.com>
12187
12188 * ocd.c: Update copyright.
12189 (bdm_read_register_command): Delete unused function.
12190 (_initialize_remote_ocd): Delete commented out reference.
12191 (get_quoted_char, reset_packet): Delete #if0ed function.
12192 (output_packet, put_quoted_char): Delete #if0ed function.
12193 (stu_put_packet, stu_get_packet): Delete #if0ed function.
12194 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
12195 (BDM_BREAKPOINT): Delete #if0ed macro.
12196 (remote_timeout): Delete #if0ed variable.
12197
12198 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12199
12200 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
12201 (core-sol2.o): Remove dependency.
12202 * core-sol2.c: Remove file.
12203
12204 2004-01-17 Andrew Cagney <cagney@redhat.com>
12205
12206 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
12207 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
12208 enums.
12209
12210 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12211
12212 * remote.c: Update copyright years.
12213
12214 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12215
12216 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
12217
12218 2004-01-17 Andrew Cagney <cagney@redhat.com>
12219
12220 * mdebugread.c: Update copyright.
12221 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
12222 (parse_type, parse_procedure): Ditto.
12223 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
12224
12225 * cris-tdep.c (cris_store_struct_return): Put back accidently
12226 deleted function.
12227
12228 * gdbarch.sh: Update copyright year.
12229 * gdbarch.h, gdbarch.c: Re-generate.
12230
12231 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12232
12233 Suggested by George Anzinger.
12234 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
12235 correct stack offset. Include unknown opcode numbers in the error
12236 message.
12237
12238 2004-01-17 Andrew Cagney <cagney@redhat.com>
12239
12240 * x86-64-tdep.c (x86_64_init_abi): No need to clear
12241 extract_struct_value_address, i386 does not set it.
12242 * sparc64-tdep.c (sparc64_init_abi): Do not set
12243 extract_struct_value_address, never called.
12244 (sparc64_extract_struct_value_address): Delete function.
12245 * m68hc11-tdep.c: Update copyright.
12246 (m68hc11_gdbarch_init): Delete redundant assignment of
12247 extract_struct_value_address.
12248 * i386-tdep.c: Update copyright.
12249 (i386_gdbarch_init): Do not set extract_struct_value_address,
12250 never called.
12251 (i386_extract_struct_value_address): Delete function.
12252 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
12253 extract_struct_value_address, never called.
12254 (sparc32_extract_struct_value_address): #if 0 function. Add
12255 comments explaining its future.
12256
12257 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12258
12259 * arm-tdep.c (arm_write_pc): New function.
12260 (arm_gdbarch_init): Call set_gdbarch_write_pc.
12261
12262 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12263
12264 * breakpoint.c (must_shift_inst_regs): Delete.
12265 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
12266 and SHIFT_INST_REGS.
12267 * infcmd.c (step_1, step_1_continuation): Delete references to
12268 SHIFT_INST_REGS.
12269 * infrun.c (keep_going): Likewise.
12270 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
12271 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
12272
12273 2004-01-17 Andrew Cagney <cagney@redhat.com>
12274
12275 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
12276 * gdbarch.h, gdbarch.c: Re-generate.
12277 * infcmd.c (print_return_value): Delete reference to
12278 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
12279
12280 * cris-tdep.c (cris_gdbarch_init): Do not set
12281 deprecated_extract_struct_value_address.
12282
12283 * xstormy16-tdep.c: Update copyright.
12284 (xstormy16_extract_struct_value_address): Update to current
12285 extract struct value address interface.
12286 (xstormy16_gdbarch_init): Set extract_struct_value_address.
12287 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
12288 current extract struct value address interface.
12289 (sh64_gdbarch_init): Set extract_struct_value_address.
12290
12291 * cris-tdep.c: Update copyright.
12292 (cris_extract_struct_value_address): Delete function.
12293 (struct_return_address): Delete variable.
12294 (cris_store_struct_return): Do not set struct_return_address.
12295
12296 * mcore-tdep.c: Update copyright.
12297 (mcore_extract_struct_value_address): Delete function. Update
12298 comments.
12299 (mcore_gdbarch_init): Update.
12300 * mn10300-tdep.c: Update copyright.
12301 (mn10300_extract_struct_value_address): Delete function.
12302 (mn10300_gdbarch_init): Update.
12303 * v850-tdep.c: Update copyright.
12304 (v850_extract_struct_value_address): Delete.
12305 (v850_gdbarch_init): Update.
12306 * ns32k-tdep.c: Update copyright.
12307 (ns32k_extract_struct_value_address): Delete.
12308 (ns32k_gdbarch_init): Update.
12309 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
12310 (hppa_gdbarch_init): Update.
12311 * vax-tdep.c: Update copyright.
12312 (vax_extract_struct_value_address): Delete.
12313 (vax_gdbarch_init): Update.
12314
12315 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
12316 * gdbarch.h, gdbarch.c: Re-generate.
12317 * procfs.c (procfs_fetch_registers): Delete reference to
12318 DEPRECATED_NPC_REGNUM.
12319 (procfs_store_registers): Ditto.
12320 * regcache.c (generic_target_write_pc): Simplify.
12321 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
12322
12323 * core-sol2.c (fetch_core_registers): Replace
12324 DEPRECATED_NPC_REGNUM with equivalent tdep value.
12325
12326 * hppa-tdep.c: Update copyright year.
12327 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
12328 NPC_REGNUM.
12329 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
12330
12331 * mips-tdep.c (mips_write_pc): New function.
12332 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
12333 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
12334 (mips_find_saved_regs, mips_software_single_step: Ditto.
12335 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
12336 mips_init_extra_frame_info, mips_pop_frame): Ditto.
12337
12338 2004-01-17 Andrew Cagney <cagney@redhat.com>
12339
12340 * mips-tdep.c: Re-indent. Group functions by ABI.
12341
12342 2004-01-17 Andrew Cagney <cagney@redhat.com>
12343
12344 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
12345 * gdbarch.c: Re-generate.
12346 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12347 DECR_PC_AFTER_BREAK to zero.
12348 * vax-tdep.c (vax_gdbarch_init): Ditto.
12349 * v850-tdep.c (v850_gdbarch_init): Ditto.
12350 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12351 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12352 * sh-tdep.c (sh_gdbarch_init): Ditto.
12353 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12354 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12355 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12356 * mips-tdep.c (mips_gdbarch_init): Ditto.
12357 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12358 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12359 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12360 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12361 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12362 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12363 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12364 * frv-tdep.c (frv_gdbarch_init): Ditto.
12365 * cris-tdep.c (cris_gdbarch_init): Ditto.
12366 * avr-tdep.c (avr_gdbarch_init): Ditto.
12367 * arm-tdep.c (arm_gdbarch_init): Ditto.
12368 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12369
12370 2004-01-17 J. Brobecker <brobecker@gnat.com>
12371
12372 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12373 Delete, no longer used.
12374 (read_subrange_type): New function, mostly extracted from
12375 read_array_type().
12376 (read_array_type): Replace extracted code by call to
12377 read_subrange_type().
12378 (dwarf2_get_attr_constant_value): New function.
12379 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12380 (add_partial_symbol): Likewise.
12381 (process_die): Likewise.
12382 (new_symbol): Likewise.
12383 (read_type_die): Likewise.
12384
12385 2004-01-16 Andrew Cagney <cagney@redhat.com>
12386
12387 * symfile.c: Update copyright year.
12388 (compare_symbols): Delete unused function.
12389 * stabsread.c: Update copyright year.
12390 (lrs_general_complaint): Delete unused function.
12391 (ref_search_value): Ditto.
12392 (get_substring): Delete declaration.
12393 * sh64-tdep.c: Update copyright year.
12394 (sh64_get_gdb_regnum): Delete unused function.
12395 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12396 Delete unused function.
12397
12398 2004-01-17 Mark Kettenis <kettenis@gnu.org>
12399
12400 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12401 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12402
12403 2004-01-16 Andrew Cagney <cagney@redhat.com>
12404
12405 Changes from Peter Schauer.
12406 * rs6000-tdep.c: Update copyright year.
12407 (rs6000_push_dummy_call): Update the stack pointer before
12408 accessing the corresponding stack region.
12409 * rs6000-nat.c: Update copyright year.
12410 (set_host_arch): Set "info.abfd" to "exec_bfd".
12411
12412 2004-01-15 Mark Kettenis <kettenis@gnu.org>
12413
12414 * blockframe.c: Update copyright year.
12415 (inside_entry_func): Don't treat a zero PC specially.
12416
12417 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12418
12419 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12420 variable.
12421 (gcore_create_callback): Ditto. Skip any memory segment that has
12422 no permissions set.
12423
12424 2004-01-14 David Carlton <carlton@kealia.com>
12425
12426 Change symbols for C++ nested types to contain the fully qualified
12427 name, if possible. (At least in the DWARF-2 case.) Partial fix
12428 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12429 c++/895.
12430 * c-exp.y (qualified_type): Handle types nested within classes.
12431 * cp-namespace.c: Update comments.
12432 (cp_set_block_scope): Delete #if 0.
12433 (cp_lookup_nested_type): Handle types nested within classes.
12434 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12435 when appropriate.
12436 (add_partial_symbol): Add the name of the enclosing namespace to
12437 types.
12438 (pdi_needs_namespace): New.
12439 (add_partial_namespace): Tweak comment.
12440 (add_partial_structure): New.
12441 (psymtab_to_symtab_1): Initialize processing_current_prefix
12442 here...
12443 (process_die): instead of here.
12444 (read_structure_scope): Try to figure out the name of the class or
12445 namespace that the structure might be defined within.
12446 (read_enumeration): Generate fully-qualified names, if possible.
12447 (read_namespace): Don't set name to NULL.
12448 (die_specification): New.
12449 (new_symbol): Generate fully-qualified names for types.
12450 (read_type_die): Determine appropriate prefix.
12451 (determine_prefix): New.
12452 (typename_concat): New.
12453 (class_name): New.
12454 * valops.c (value_aggregate_elt): Pass NOSIDE to
12455 value_struct_elt_for_reference.
12456 (value_struct_elt_for_reference): Make static, add NOSIDE
12457 parameter, call value_maybe_namespace_elt as a last resort.
12458 (value_namespace_elt): Break out code into
12459 value_maybe_namespace_elt.
12460 (value_maybe_namespace_elt): New.
12461
12462 2004-01-12 Andrew Cagney <cagney@redhat.com>
12463
12464 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12465 cooked floating-point registers.
12466 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12467 and value_to_register.
12468
12469 2004-01-13 Andrew Cagney <cagney@redhat.com>
12470
12471 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12472 * gdbarch.c: Re-generate.
12473 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12474 FUNCTION_START_OFFSET.
12475 * v850-tdep.c (v850_gdbarch_init): Ditto.
12476 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12477 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12478 * sh-tdep.c (sh_gdbarch_init): Ditto.
12479 * s390-tdep.c (s390_gdbarch_init): Ditto.
12480 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12481 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12482 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12483 * mips-tdep.c (mips_gdbarch_init): Ditto.
12484 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12485 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12486 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12487 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12488 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12489 * i386-tdep.c (i386_gdbarch_init): Ditto.
12490 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12491 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12492 * frv-tdep.c (frv_gdbarch_init): Ditto.
12493 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12494 * cris-tdep.c (cris_gdbarch_init): Ditto.
12495 * avr-tdep.c (avr_gdbarch_init): Ditto.
12496 * arm-tdep.c (arm_gdbarch_init): Ditto.
12497 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12498
12499 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12500
12501 * infrun.c (follow_fork_mode_ask): Remove.
12502 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12503 (follow_fork): Simplify and remove internal error for
12504 follow_fork_mode_ask.
12505 (_initialize_infrun): Update "set follow-fork-mode" help text.
12506
12507 2004-01-13 Andrew Cagney <cagney@redhat.com>
12508
12509 * configure.in: Update copyright year.
12510 (build_warnings): Add -Wunused-label.
12511 * configure: Re-generate.
12512
12513 2004-01-12 Andrew Cagney <cagney@redhat.com>
12514
12515 * exec.h (exec_ops): Make "extern".
12516
12517 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12518 the function is void.
12519 (mips_pseudo_register_write): Ditto.
12520
12521 2004-01-12 Andrew Cagney <cagney@redhat.com>
12522
12523 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12524 call. Never defined.
12525 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12526 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12527 (struct sparc_gregset, struct regcache): Ditto.
12528 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12529
12530 2004-01-12 Andrew Cagney <cagney@redhat.com>
12531
12532 * mi/ChangeLog: Delete file. Renamed to ...
12533 * mi/ChangeLog-1999-2003: New file.
12534 * tui/ChangeLog: Delete file. Renamed to ...
12535 * tui/ChangeLog-1998-2003: New file.
12536
12537 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12538
12539 * sparc64nbsd-tdep.c: Include "regset.h".
12540 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12541 Remove variables.
12542 (fetch_core_registers): Remove function.
12543 (sparc64nbsd_core_fns): Remove variable.
12544 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12545 functions.
12546 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12547 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12548 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12549
12550 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12551 sparc_extract_struct_value_address.
12552 (sparc32_gdbarch_init): Set extract_struct_value_address.
12553 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12554 function.
12555 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12556 return_value_on_stack.
12557
12558 * NEWS: Mention that %cs and %ss have been added to the AMD64
12559 configurations
12560
12561 * frame.c: Update copyright year.
12562 (get_prev_frame): Improve comment.
12563
12564 * sparc64fbsd-tdep.c: Include "regset.h".
12565 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12566 Remove variables.
12567 (fetch_core_registers): Remove function.
12568 (sparc64fbsd_core_fns): Remove variable.
12569 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12570 functions.
12571 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12572 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12573 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12574
12575 * sparcnbsd-tdep.c: Include "regset.h".
12576 (fetch_core_registers): Remove function.
12577 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12578 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12579 functions.
12580 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12581 TDEP->fpregset.
12582 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12583
12584 * sparc-tdep.h (struct regset): Provide opaque declaration.
12585 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12586 fpregset and sizeof_fpregset members.
12587 * sparc-tdep.c (struct regset): Provide opaque declaration.
12588 (sparc_regset_from_core_section): New function.
12589 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12590 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12591 Set regset_from_core_section when appropriate.
12592
12593 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12594
12595 * x86-64-tdep.c (amd64_non_pod_p): New function.
12596 (amd64_classify_aggregate): Return class memory for non-POD
12597 C++ structure types.
12598
12599 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12600 argument. Use it to reserve a register if necessary.
12601 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12602 amd64_push_arguments.
12603
12604 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12605
12606 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12607 register numbers in comments.
12608 * x86-64-tdep.h: Update copyright year.
12609 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12610 Adjust for addition of %cs and %ss.
12611 * amd64fbsd-nat.c: Update copyright year.
12612 (reg_offset): Add register offsets for %cs and %ss.
12613 * amd64fbsd-tdep.c: Update copyright year.
12614 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12615 (amd64fbsd_sc_reg_offset): Likewise.
12616 * x86-64-linux-nat.c: Update copyright year.
12617 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12618 and %ss.
12619 * amd64nbsd-nat.c: Update copyright year.
12620 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12621 * amd64nbsd-tdep.c: Update copyright year.
12622 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12623 * x86-64-linux-tdep.c: Update copyright year.
12624 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12625 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12626 * regformats/reg-x86-64.dat: Add %cs and %ss.
12627
12628 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12629 variables to prevent long lines. Update comments to reflect
12630 reality.
12631
12632 2004-01-09 David Carlton <carlton@kealia.com>
12633
12634 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12635 * dwarf2read.c (read_namespace): Pull out name-generating code
12636 into namespace_name. Rename previous_namespace to previous_prefix
12637 and processing_current_namespace to processing_current_prefix..
12638 (namespace_name): New function.
12639 (add_partial_symbol): Substitute uses of pdi->name with
12640 actual_name.
12641 * cp-support.h: Rename processing_current_namespace to
12642 processing_current_prefix.
12643 Update copyright year.
12644 * cp-namespace.c: Rename processing_current_namespace to
12645 processing_current_prefix.
12646 Update copyright year.
12647
12648 2004-01-09 Andrew Cagney <cagney@redhat.com>
12649
12650 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12651
12652 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12653
12654 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12655 complaining.
12656 (process_one_symbol): Deal with N_PATCH stabs.
12657
12658 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12659
12660 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12661 ifdeffed code.
12662 Update copyright year.
12663
12664 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12665
12666 * config/pa/tm-hppa.h: Update extern declarations for
12667 hppa32_hpux_frame_saved_pc_in_sigtramp,
12668 hppa32_hpux_frame_base_before_sigtramp, and
12669 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12670
12671 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12672
12673 * config/pa/tm-hppah.h: Update copyright years.
12674
12675 2004-01-08 Andrew Cagney <cagney@redhat.com>
12676
12677 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12678 (mips_o32_reg_struct_has_addr): Delete function.
12679 (mips_gdbarch_init): Update.
12680 (mips_extract_struct_value_address): Delete function.
12681
12682 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12683
12684 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12685 reality.
12686
12687 2004-01-07 Andrew Cagney <cagney@redhat.com>
12688
12689 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12690 architecture's elf flags (when available).
12691
12692 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12693 FPU to the start, check the MIPS FPU when looking for an old
12694 architecture.
12695 (set_mipsfpu_single_command): Update the architecture.
12696 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12697
12698 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12699 (mips_mask_address_p): Add "tdep" parameter.
12700 (show_mask_address, mips_addr_bits_remove): Update.
12701 (mips_dump_tdep): Update.
12702 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12703 (MIPS_STACK_ARGSIZE): Delete macro.
12704 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12705 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12706 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12707 (mips_dump_tdep): Update.
12708 (MIPS_SAVED_REGSIZE): Delete macro.
12709 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12710 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12711 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12712 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12713 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12714 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12715 (mips_pop_frame, return_value_location): Update.
12716 (mips_n32n64_return_value, mips_dump_tdep): Update.
12717
12718 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12719 MIPS ABI.
12720
12721 * mips-tdep.c: Update copyright.
12722 (mips_gdbarch_init): Merge two code blocks handling the register
12723 name and number layout.
12724
12725 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12726
12727 * tracepoint.c (validate_actionline): Fix segv at EOF
12728
12729 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12730
12731 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12732 properly for static fields.
12733
12734 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12735 Jason Molenda <jmolenda@apple.com>
12736
12737 * disasm.c: Update copyright to include 2004.
12738 (do_mixed_source_and_assembly): For uiout asm list
12739 and tuple cleanups, initialize to null_cleanup instead of
12740 NULL and do so prior to loop. Only reset when we close off
12741 the tuple/list. Move check for whether to close off the
12742 asm tuple/list to after dump_insns call where it will be run
12743 on each loop iteration.
12744
12745 2004-01-05 Andrew Cagney <cagney@redhat.com>
12746
12747 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12748 should be a switch case and not a label.
12749 * mips-tdep.c (mips32_next_pc): Delete unused labels
12750 "greater_equal_branch" and "less_zero_branch".
12751 * jv-valprint.c (java_print_value_fields): Delete unused label
12752 "flush_it".
12753
12754 * target.c (unpush_target): Only close a target that is in the
12755 target stack.
12756
12757 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12758
12759 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12760 address from [sp + 64] instead of %o2.
12761
12762 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12763 fixes PR backtrace/1476.
12764
12765 2004-01-05 Andrew Cagney <cagney@redhat.com>
12766
12767 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12768 move to start of file.
12769 * i386-tdep.h (struct regcache): Add opaque declaration.
12770 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12771 declaration.
12772 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12773 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12774 * win32-nat.c (fake_create_process): Use ISO C style definition.
12775 * stabsread.c (define_symbol): Delete #ifndef
12776 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12777 stabs_argument_has_addr call, macro never defined.
12778
12779 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12780
12781 * op50-rom.c: Delete.
12782 * w89k-rom.c: Delete.
12783 * Makefile.in: Remove references.
12784
12785 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12786
12787 * x86-64-tdep.c: Update copyright year.
12788 (struct amd64_register_info): Rename from x86_64_register_info.
12789 (amd64_register_info): Rename from x86_64_register_info.
12790 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12791 (amd64_register_name): Rename from x86_64_register_name.
12792 (amd64_register_type): Rename from x86_64_register_type.
12793 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12794 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12795 (amd64_dwarf_reg_to_regnum): Rename from
12796 x86_64_dwarf_reg_to_regnum.
12797 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12798 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12799 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12800 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12801 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12802 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12803 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12804 (amd64_frame_cache): Rename from x86_64_frame_cache.
12805 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12806 (amd64_frame_prev_register): Rename from
12807 x86_64_frame_prev_register.
12808 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12809 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12810 (amd64_sigtramp_frame_cache): Rename from
12811 x86_64_sigtramp_frame_cache.
12812 (amd64_sigtramp_frame_prev_register): Rename from
12813 x86_64_sigtramp_frame_prev_register.
12814 (amd64_sigtramp_frame_unwind): Rename from
12815 x86_64_sigtramp_frame_unwind.
12816 (amd64_sigtramp_frame_sniffer): Rename from
12817 x86_64_sigtramp_frame_sniffer.
12818 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12819 (amd64_frame_base): Rename from x86_64_frame_base.
12820 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12821 (amd64_frame_align): Rename from x86_64_frame_align.
12822 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12823 (amd64_regset_from_core_section): Rename from
12824 x86_64_regset_from_core_section.
12825 (x86_64_init_abi): Update comments.
12826
12827 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12828
12829 * MAINTAINERS (write after approval): Add myself.
12830
12831 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12832
12833 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12834 `float' arguments.
12835
12836 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12837
12838 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12839 such that it mentions a specific version of GCC that exhibits this
12840 bug.
12841
12842 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12843
12844 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12845 structure that has a single `float' member, store it in %f1 in
12846 addition to %f0.
12847
12848 * sparc-sol2-nat.c: Add missing '\'.
12849
12850 * sparc-tdep.c (sparc32_return_value): New function.
12851 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12852 Remove functions.
12853 (sparc32_gdbarch_init): Set return_value, don't set
12854 extract_return_value, store_return_value, use_struct_convention
12855 and return_value_on_stack.
12856
12857 * sparc-sol2-nat.c: Add missing ')'.
12858
12859 2004-01-03 J. Brobecker <brobecker@gnat.com>
12860
12861 * infrun.c (handle_step_into_function): New function.
12862 (handle_inferior_event): Extract out some code into the new
12863 function above.
12864
12865 2004-01-03 J. Brobecker <brobecker@gnat.com>
12866
12867 * infrun.c (handle_inferior_event): Move the declaration of
12868 real_stop_pc inside the if blocks where it is used.
12869
12870 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12871
12872 * sparc64-tdep.c (sparc64_16_byte_align_p)
12873 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12874 Use check_typedef to get subtypes of structures and unions.
12875 (sparc64_store_return_value): Fix calculation of the appropriate
12876 offset into VALBUF when storing a structure or union.
12877 (sparc64_return_value): New function.
12878 (sparc64_use_struct_convention): Remove function.
12879 (sparc64_init_abi): Set return_value, don't set
12880 extract_return_value, store_return_value and
12881 use_struct_convention.
12882
12883 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12884
12885 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12886 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12887 gdb/config/alpha/xm-alphaosf.h,
12888 gdb/config/powerpc/tm-ppcle-eabi.h,
12889 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12890 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12891 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12892 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12893 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12894 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12895 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12896 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12897 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12898 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12899 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12900 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12901 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12902 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12903 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12904 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12905 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12906 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12907 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12908 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12909 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12910 Remove lines for .cvsignore files.
12911
12912 2004-01-03 J. Brobecker <brobecker@gnat.com>
12913
12914 * infrun.c: Back out the previous change.
12915
12916 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12917
12918 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12919 sparc-*-sunos4* to the list of REMOVED configurations.
12920
12921 * configure.tgt: Add back sparc-*-vxworks*.
12922 * remote-vxsparc.c: Remove all includes except for "defs.h",
12923 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12924 Include "sparc-tdep.h".
12925 (SPARC_R_G1): New define.
12926 (vxsparc_gregset): New variable.
12927 (ext_format_sparc): Remove extern declaration.
12928 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12929 sparc32_supply_fpregset.
12930 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12931 sparc_collect_rwindow and sparc32_collect_fpregset.
12932 * config/sparc/tm-vxworks.h: New file, based on recently removed
12933 tm-vxsparc.h.
12934 * config/sparc/vxworks.mt: New file, based on recently removed
12935 vxworks.mt.
12936
12937 2004-01-03 J. Brobecker <brobecker@gnat.com>
12938
12939 * infrun.c (handle_step_into_function): New function.
12940 (handle_inferior_event): Extract out some code into the new
12941 function above.
12942
12943 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12944
12945 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12946 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12947 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12948 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12949 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12950 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12951 (sparc_nat_h): New variable.
12952 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12953 (tm-sun4os4.h): Remove dependency.
12954 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12955 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12956 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12957 sparc-tdep.o): Update dependencies.
12958 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12959 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12960 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12961 dependencies.
12962 * configure.host: Remove existing sparc-*-lynxos*,
12963 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12964 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12965 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12966 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12967 triplets.
12968 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12969 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12970 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12971 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12972 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12973 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12974 sparc64-*-solaris2* and sparc64-*-* triplets.
12975 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12976 "symtab.h" and "objfiles.h".
12977 (BIAS): Remove define.
12978 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12979 (X_DISP19): Remove macros.
12980 (sparc_fetch_instruction): Remove function.
12981 (struct gdbarch_tdep): Remove definition.
12982 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12983 (sparc_breakpoint_from_pc): Remove function.
12984 (struct sparc64_frame_cache): Remove definition.
12985 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12986 sparc64_unwind_pc): Remove functions.
12987 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12988 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12989 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12990 (sparc64_frame_cache): Change return type to `struct
12991 sparc_frame_cache *'. Simply call sparc_frame_cache.
12992 (sparc64_frame_this_id, sparc64_frame_prev_register,
12993 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12994 instead of `struct sparc64_frame_cache.
12995 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12996 sparc_analyze_control_transfer, sparc_software_single_step,
12997 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12998 _initialize_sparc64_tdep): Remove functions.
12999 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13000 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13001 macros.
13002 (sparc64_supply_gregset, sparc64_collect_gregset,
13003 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13004 (sparc64_init_abi): New function.
13005 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13006 inclusion guard. Include "sparc-tdep.h".
13007 (BIAS): Define.
13008 (r_tstate_offset, r_fprs_offset): New defines.
13009 (enum sparc_regnum): Remove defenition.
13010 (enum sparc64_regnum): Reformat.
13011 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
13012 (sparc64_init_abi, sparc64_supply_gregset,
13013 sparc64_collect_gregset, sparc64_supply_fpregset,
13014 sparc64_collect_fpregset): New prototypes.
13015 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
13016 Add extern declarations.
13017 (sparc64_sol2_init_abi): New prototype.
13018 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13019 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13020 prototypes.
13021 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
13022 "sparnbsd-nat.h".
13023 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
13024 functions.
13025 (_initialize_sparc64fbsd_nat): Remove initialization of
13026 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
13027 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
13028 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
13029 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
13030 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
13031 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
13032 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
13033 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
13034 (sparc64fbsd_r_y_offset): Remove variables.
13035 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13036 Make static and const.
13037 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13038 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13039 functions.
13040 (sparc64fbsd_gregset): New variable.
13041 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
13042 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
13043 and sparc64_supply_fpregset.
13044 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
13045 (sparc64fbsd_sigtramp_frame_this_id)
13046 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
13047 (sparc64fbsd_sigtramp_frame_unwind): New variable.
13048 (sparc64fbsd_sigtramp_frame_sniffer): New function.
13049 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
13050 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
13051 * sparcnbsd-tdep.c: Update copyright year. Include
13052 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
13053 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
13054 "value.h" and "sparcnbsd-tdep.h".
13055 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
13056 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
13057 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
13058 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
13059 defines.
13060 (sparcnbsd_gregset): New variable.
13061 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
13062 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
13063 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
13064 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
13065 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
13066 variables.
13067 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
13068 (sparc32nbsd_sigcontext_frame_this_id)
13069 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
13070 (sparc32nbsd_sigcontext_frame_unwind): New variable.
13071 (sparc32nbsd_sigtramp_frame_sniffer): New function.
13072 (sparcnbsd_get_longjmp_target_32,
13073 sparcnbsd_get_longjmp_target_64): Remove functions.
13074 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
13075 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
13076 sparcnbsd_init_elf): Remove.
13077 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
13078 (sparcnbsd_elf_init_abi): New functions.
13079 (_initialize_sparcnbsd_tdep): New prototype.
13080 (_initialize_sparnbsd_tdep): Update.
13081 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
13082 corelow.o. Add sparc64-nat.o and sparc-nat.o.
13083 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
13084 * config/sparc/linux.mh: Update comment.
13085 (XM_FILE, HOST_IPC): Remove variables.
13086 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
13087 sparc-linux-nat.o.
13088 * config/sparc/linux.mt: Update comment.
13089 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
13090 * config/sparc/nbsd.mt: Reformat.
13091 * config/sparc/nbsd64.mh: Update comment.
13092 (NATDEPFILES): Add sparc-nat.o.
13093 * config/sparc/nbsd64.mt: Update comment.
13094 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
13095 (TM_FILE): Set to tm-nbsd.h.
13096 * config/sparc/nbsdelf.mh: Update comment.
13097 (NATDEPFILES): Add sparc-nat.o.
13098 (XM_FILE): Delete.
13099 * config/sparc/nbsdaout.mh: Update comment.
13100 (NATDEPFILES): Add sparc-nat.o
13101 (XM_FILE): Delete.
13102 * config/sparc/nm-linux.h: Update copyright year. Don't include
13103 "config/nm-svr4.h" and "solib.h". Add protection against multiple
13104 inclusion.
13105 (KERNEL_U_SIZE): Remove define.
13106 (kernel_u_size): Remove prototype.
13107 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
13108 * config/sparc/nm-nbsd.h: Update copyright. Don't include
13109 "regcache.h".
13110 (CHILD_PREPARE_TO_STORE): Remove define.
13111 * config/sparc/nm-nbsdaout.h: Tweak some comments.
13112 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
13113 sparcnbsd-nat.c: Rewrite files.
13114 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
13115 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
13116 sparcnbsd-tdep.h: Remove files.
13117 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
13118 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
13119 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
13120 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
13121 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
13122 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
13123 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
13124 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
13125 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
13126 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
13127 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
13128 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
13129 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
13130 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
13131 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
13132 * config/sparc/linux64.mh, config/sparc/linux64.mt,
13133 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
13134 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
13135 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
13136
13137 2004-01-02 Andrew Cagney <cagney@redhat.com>
13138
13139 From 2003-12-18 Kazuhiro Inaoka:
13140 * configure.host: Add m32r-linux target.
13141
13142 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13143
13144 * top.c (print_gdb_version): Update year to 2004.
13145
13146 2004-01-02 Mark Mitchell <mark@codesourcery.com>
13147
13148 * MAINTAINERS: Add myself to the write-after-approval category.
13149
13150 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
13151
13152 From Bernardo Innocenti <bernie@develer.com>:
13153 * configure.tgt: Add uClinux target.
13154
13155 2004-01-02 Andrew Cagney <cagney@redhat.com>
13156
13157 * utils.c (do_my_cleanups): Make static, add forward declaration.
13158 * defs.h (do_my_cleanups): Delete declaration.
13159
13160 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
13161
13162 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
13163 bfd/ChangeLog-0203.
13164
13165 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13166
13167 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
13168 in <machine/reg.h>.
13169 * configure, config.in: Regenerate.
13170
13171 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
13172 tui/ChangeLog-1998-2003.
13173 \f
13174 Local Variables:
13175 mode: change-log
13176 left-margin: 8
13177 fill-column: 74
13178 version-control: never
13179 End:
This page took 0.296144 seconds and 5 git commands to generate.