Include PowerPC SPR numbers for special-purpose registers.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-07-20 Jim Blandy <jimb@redhat.com>
2
3 Include PowerPC SPR numbers for special-purpose registers.
4 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
6 new member in initializer.
7 (S, S4, SN4, S64): New macros for defining special-purpose
8 registers.
9 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
10 registers_403, registers_403GC, registers_505, registers_860,
11 registers_601, registers_602, registers_603, registers_604,
12 registers_750, registers_e500): Use them.
13
14 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
15 replace references with expression used to initialize variable.
16
17 2004-07-20 Andrew Cagney <cagney@gnu.org>
18
19 * breakpoint.c (deprecated_read_memory_nobpt): Rename
20 read_memory_nobpt.
21 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
22 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
23 (s390_sigtramp_frame_sniffer): Update.
24 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
25 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
26 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
27 (mips32_fetch_instruction): Update.
28 * mcore-tdep.c (get_insn): Update.
29 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
30 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
31 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
32 * i386-linux-tdep.c (i386_linux_sigtramp_start)
33 (i386_linux_rt_sigtramp_start): Update.
34 * i386-linux-nat.c (child_resume): Update.
35 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
36 * hppa-linux-tdep.c (insns_match_pattern): Update.
37 * gdbcore.h: Update.
38 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
39 * frame.c (safe_frame_unwind_memory): Update.
40 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
41 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
42 * alpha-tdep.c (alpha_read_insn): Update.
43
44 2004-07-20 Andrew Cagney <cagney@gnu.org>
45
46 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
47 containing both bytes and mask. Add "frame_type".
48 * tramp-frame.c (tramp_frame_start): Update.
49 (tramp_frame_prepend_unwinder): Update.
50 * mips-linux-tdep.c (mips_linux_o32_sigframe)
51 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
52 (mips_linux_n64_rt_sigframe): Update. Make "static const".
53 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
54
55 2004-07-19 Eli Zaretskii <eliz@gnu.org>
56
57 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
58 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
59 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
60 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
61
62 2004-07-17 Andrew Cagney <cagney@gnu.org>
63
64 * NEWS, PROBLEMS: Update for 6.2.
65
66 * README: Update to 6.2.
67
68 * utils.c (xvasprintf): Call xstrvprintf.
69
70 * parse.c: Update copyright.
71 (null_post_parser): Eliminate ARGSUSED.
72
73 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
74 * tui/tui-win.c (tui_get_cmd_list): Ditto.
75 * symfile-mem.c (_initialize_symfile_mem): Ditto.
76
77 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
78 * ppc-linux-nat.c: Use "Linux kernel".
79 * hppa-linux-tdep.c: Use GNU/Linux.
80 * hppa-linux-nat.c: Use GNU/Linux.
81 * dwarfread.c: Add [sic] to use of Linux.
82
83 * hppa-linux-nat.c: Do not include <string.h>.
84 (supply_fpregset): Remove "register" attribute.
85
86 * solib-frv.c (fetch_loadmap): Use xfree, not free.
87
88 2004-07-17 Mark Kettenis <kettenis@gnu.org>
89
90 * configure.in: Define _MSE_INT_H on Solaris 9 too.
91 * configure, config.in: Regenerated.
92
93 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
94 "bsd-kvm.h".
95 (vaxbsd_supply_pcb): New function.
96 (_initialize_vaxbsd_nat): New prototype and function.
97 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
98 solib-sunos.o.
99 (LOADLIBES): New variable.
100 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
101 (LOADLIBES): New variable.
102 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
103 (LOADLIBES): New variable.
104 * Makefile.in (vaxbsd-nat.o): Update dependencies.
105
106 2004-07-16 Andrew Cagney <cagney@gnu.org>
107
108 * defs.h (event_loop_p): Replace variable declaration with macro,
109 always 1.
110 * main.c (captured_main): Delete options "-async" and "-noasync".
111 (event_loop_p): Delete variable.
112 * NEWS: Mention that "-async" and "-noasync" were removed.
113
114 2004-07-16 Andrew Cagney <cagney@gnu.org>
115
116 * remote-m32r-sdi.c: Re-indent.
117
118 2004-07-16 Jim Blandy <jimb@redhat.com>
119
120 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
121 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
122 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
123 missing MPC823 SPRs.
124 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
125 incorrect. (This was corrected in GDB's register name tables on
126 2004-07-14.)
127
128 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
129 should be "esasrr" ("ESA Save and Restore Register").
130
131 2004-07-16 Andrew Cagney <cagney@gnu.org>
132
133 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
134 calls, no longer applicable. Update comments and rename parameter
135 "step_frame" to "return_frame".
136
137 2004-07-16 Andrew Cagney <cagney@gnu.org>
138
139 * frame.c (fprint_field): New function.
140 (fprint_frame_id): Use fprint_field.
141
142 2004-07-15 Joel Brobecker <brobecker@gnat.com>
143
144 * ada-lang.c (ada_language_defn): Remove commented out code.
145
146 2004-07-15 Jim Blandy <jimb@redhat.com>
147
148 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
149 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
150
151 2004-07-14 Jim Blandy <jimb@redhat.com>
152
153 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
154
155 * ppc-tdep.h (ppc_num_vrs): New enum constant.
156
157 * ppc-tdep.h (ppc_num_srs): New enum constant.
158
159 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
160 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
161 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
162 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
163 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
164 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
165 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
166 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
167 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
168 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
169 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
170 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
171 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
172 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
173 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
174 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
175 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
176 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
177 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
178 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
179 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
180 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
181 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
182 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
183 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
184 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
185 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
186 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
187 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
188 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
189 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
190 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
191 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
192 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
193 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
194 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
195 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
196 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
197 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
198 special-purpose register numbers.
199
200 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
201 manual mentions 'md_twb', but many mention 'm_twb', and at that
202 point in the register list.)
203
204 2004-07-14 Andrew Cagney <cagney@gnu.org>
205
206 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
207 instead of "internal-error".
208
209 2004-07-10 Joel Brobecker <brobecker@gnat.com>
210
211 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
212 that was inserted inside a comment.
213
214 2004-07-10 Randolph Chung <tausq@debian.org>
215
216 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
217 function.
218 (hppa_hpux_push_dummy_code): New function.
219 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
220 Set find_global_pointer method.
221
222 2004-07-10 Mark Kettenis <kettenis@gnu.org>
223
224 * NEWS: Mention BSD libkvm interface.
225
226 2004-07-10 Michael Snyder <msnyder@redhat.com>
227
228 * symfile.c (generic_load): Comment typo.
229 * stack.c (get_selected_block): Ditto.
230 * regcache.c (regcache_cooked_read): Ditto.
231 * monitor.c (monitor_debug): Ditto.
232 * mips-tdep.c (mips_read_pc): Ditto.
233 * i386-linux-nat.c (ps_get_thread_area): Ditto.
234 * gdb_mbuild.sh: Ditto.
235 * gdbarch.sh: Ditto.
236 * gdbarch.h: Ditto.
237
238 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
239
240 * ada-tasks.c: Remove file.
241
242 Remove ARI problems:
243
244 * ada-exp.y (write_var_from_sym): Reformat to put operator at
245 beginning of line.
246
247 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
248 Add comment.
249 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
250 (MIN_OF_SIZE): Rename min_of_size. Add comment.
251 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
252 (UMIN_OF_SIZE): Remove.
253 (max_of_type): New function to replace orphan macro in gdbtypes.h
254 (min_of_type): Ditto.
255 (discrete_type_high_bound): Use max_of_type.
256 (discrete_type_low_bound): Use min_of_type.
257 (possible_user_operator_p): Move operator to beginning of line.
258 (ada_is_variant_part): Ditto.
259 (ensure_lval): Rewrite to avoid deprecated operations.
260 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
261 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
262 (ada_enum_name): Remove assignments in 'if' statements.
263 (build_ada_types): Add gdbarch parameter.
264 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
265 with gdbarch_data_register_post_init.
266 Use add_setshow_uinteger_cmd rather than add_set_cmd and
267 add_show_from_set.
268
269 * ada-valprint.c (inspect_it): Remove declaration.
270 (repeat_count_threshold): Remove declaration.
271 (ada_print_floating): Remove assignments in 'if' statements.
272 (print_str): Move operator to beginning of line.
273
274 2004-07-08 Jim Blandy <jimb@redhat.com>
275
276 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
277
278 2004-07-08 Bob Rossi <bob@brasko.net>
279
280 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
281
282 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
283
284 * language.h (struct_language_defn): Add new function pointer:
285 la_class_name_from_physname. Also add new prototype for
286 language_class_name_from_physname.
287 * language.c (language_class_name_from_physname): New function.
288 (unk_lang_class_name): Ditto.
289 (unknown_language_defn, auto_language_defn): Change
290 to add unk_lang_class_name function pointer for
291 la_class_name_from_physname.
292 (local_language_defn): Ditto.
293 * dwarf2read.c (guess_structure_name): Change to call
294 language_class_name_from_physname.
295 (determine_class_name): Ditto.
296 * cp-support.c (class_name_from_physname): Renamed.
297 (cp_class_name_from_physname): New name of function.
298 * cp-support.h: Ditto.
299 * c-lang.c (c_language_defn): Change to add NULL
300 for class_name_from_physname function pointer.
301 (cplus_language_defn): Change to add cp_class_name_from_physname.
302 * jv-lang.c (java_class_name_physname): New function.
303 (java_find_last_component): New static routine.
304 (java_language_defn): Add java_class_name_from_physname pointer.
305 * ada-lang.c (ada_language_defn): Change to add NULL
306 for class_name_from_physname function pointer.
307 * f-lang.c (f_language_defn): Ditto.
308 * m2-lang.c (m2_language_defn): Ditto.
309 * objc-lang.c (objc_language_defn): Ditto.
310 * p-lang.c (pascal_language_defn): Ditto.
311 * scm-lang.c (scm_language_defn): Ditto.
312
313 2004-07-06 Andrew Cagney <cagney@gnu.org>
314
315 Patch from Bart Robinson.
316 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
317 (O_LARGEFILE): Define to 0, if not defined.
318
319 2004-07-03 Mark Kettenis <kettenis@gnu.org>
320
321 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
322 <machine/pcb.h> and "bsd-kvm.h".
323 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
324 (m68kbsd_supply_pcb): New function.
325 (_initialize_m68kbsd_nat): New prototype and function.
326 * Makefile.in (m68kbsd-nat.o): Update dependencies.
327 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
328 (LOADLIBES): New variable.
329 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
330 (LOADLIBES): New variable.
331
332 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
333
334 2004-07-03 Mark Kettenis <kettenis@gnu.org>
335
336 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
337 <sys/proc.h>.
338 (bsd_kvm_cmdlist): New variable.
339 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
340 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
341 command and "kvm proc" command.
342 * Makefile.in (bsd-kvm.o): Update dependencies.
343
344 2004-07-02 Mark Kettenis <kettenis@gnu.org>
345
346 * osabi.c: Update copyright year.
347 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
348 notes if EI_OSABI is set to ELFOSABI_HPUX.
349
350 2004-07-01 Michael Snyder <msnyder@redhat.com>
351
352 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
353 that seems to have gotten whacked out of line.
354
355 2004-07-01 Mark Kettenis <kettenis@gnu.org>
356
357 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
358 code.
359
360 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
361
362 * ada-lang.c (decode_packed_array): Minor change to comment.
363 (ada_value_slice_ptr): New function.
364 (ada_value_slice): New function.
365 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
366 test. Don't know why it is there.
367 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
368 to avoid dereferencing huge arrays from which one is slicing.
369 (empty_array): Correct to return an array rather than
370 a subrange value.
371 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
372 on empty arrays (let'em use 'FIRST instead).
373
374 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
375
376 Address complaints from gdb_ari.sh:
377
378 * ada-exp.y: Include gdb_string.h rather than string.h.
379 (convert_char_literal): Reformat declaration.
380 * ada-lang.h: Include opaque struct declaration for struct frame_info.
381 * ada-lex.l: Change use of free to xfree (the macro would do so
382 anyway, but this is harmless).
383 Include gdb_string.h rather than string.h.
384 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
385
386 * ada-lang.c (parse): Remove K&Rism in parameter list.
387 (is_name_suffix): Correct Linux => GNU/Linux in comment.
388
389 2004-06-30 Mark Kettenis <kettenis@gnu.org>
390
391 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
392 dead code.
393
394 2004-06-30 Mark Kettenis <kettenis@gnu.org>
395
396 * alphabsd-nat.c: Update copyright year.
397 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
398
399 2004-06-29 Joel Brobecker <brobecker@gnat.com>
400
401 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
402 (i386_cygwin_in_solib_call_trampoline): New function.
403 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
404 and skip_trampoline_code gdbarch methods.
405
406 2004-06-29 Jim Blandy <jimb@redhat.com>
407
408 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
409 name actually used in the dependency lists.
410
411 2004-06-29 Randolph Chung <tausq@debian.org>
412
413 * NEWS (New native configurations): Mention GNU/Linux/hppa.
414
415 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
416
417 * win32-nat.c (child_pid_to_exec_file): New function.
418 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
419 functionality.
420
421 2004-06-28 Andrew Cagney <cagney@gnu.org>
422
423 * defs.h (xstrvprintf): Declare.
424 * utils.c (xstrvprintf): New function.
425 (internal_vproblem, xstrprintf, xasprintf)
426 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
427 * serial.c (serial_printf): Ditto.
428 * complaints.c (vcomplaint): Ditto.
429
430 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
431
432 * infcmd.c (attach_command): Move call to target_terminal_inferior
433 behind loading symbol table.
434
435 2004-06-28 Andrew Cagney <cagney@gnu.org>
436
437 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
438 change - add back extern deprecated_ui_loop_hook declaration.
439
440 2004-06-28 Andrew Cagney <cagney@gnu.org>
441
442 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
443 xstrprintf.
444 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
445 (c_value_of_variable): Ditto.
446 * utils.c (internal_vproblem): Ditto.
447 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
448 * remote.c (add_packet_config_cmd): Ditto.
449 * remote-rdp.c (rdp_set_command_line): Ditto.
450 * regcache.c (regcache_dump): Ditto.
451 * frv-tdep.c (new_variant, new_variant): Ditto.
452 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
453 (fbsd_find_memory_regions): Ditto.
454 * breakpoint.c (create_thread_event_breakpoint)
455 (create_breakpoints): Ditto.
456 * aix-thread.c (aix_thread_pid_to_str): Ditto.
457 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
458
459 2004-06-28 Joel Brobecker <brobecker@gnat.com>
460
461 * ada-lang.c: Re-indent file, with some massaging to help indent
462 a bit when the result is otherwise really too ugly.
463
464 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
465
466 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
467 code_addr_p and special_addr_p to 'unsigned int'.
468
469 2004-06-27 Mark Kettenis <kettenis@gnu.org>
470
471 * i386v4-nat.c: Update copyright year and tweak comment.
472 (regmap): Remove trailing comma.
473 (supply_gregset): Rename local variable i to regnum. Call
474 regcache_raw_supply instead of supply_register.
475 (fill_gregset): Rename argument regno to regnum. Call
476 regcache_raw_collect instead of regcache_collect.
477
478 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
479
480 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
481 and special_addr_p.
482 (frame_id_build, frame_id_build_special): Update comments.
483 (frame_id_build_wild): New prototype.
484 * frame.c (frame_id_build, frame_id_build_special): Fill in new
485 struct frame_id fields.
486 (frame_id_build_wild): New function.
487 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
488
489 2004-06-27 Mark Kettenis <kettenis@gnu.org>
490
491 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
492 hppabsd-tdep.c.
493
494 2004-06-27 Joel Brobecker <brobecker@gnat.com>
495
496 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
497
498 2004-06-27 Joel Brobecker <brobecker@gnat.com>
499
500 * ada-lang.c: Re-indent file.
501
502 2004-06-27 Joel Brobecker <brobecker@gnat.com>
503
504 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
505 (no_symtab_msg): Likewise.
506
507 2004-06-27 Andreas Schwab <schwab@suse.de>
508
509 * source.c: Fix whitespace.
510
511 2004-06-27 Mark Kettenis <kettenis@gnu.org>
512
513 * configure.in: Include <sys/param.h> for td_pcb test.
514 * configure: Regenerated.
515
516 * i386nbsd-nat.c: New file.
517 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
518 i386obsd-nat.c and i386obsd-tdep.c.
519 (i386nbsd-nat.o): New dependency.
520 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
521 bsd-kvm.o.
522 (LOADLIBES): New variable.
523 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
524 bsd-kvm.o.
525 (LOADLIBES): New variable.
526
527 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
528 (LOADLIBES): New variable.
529
530 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
531 fetching from BSD_KVM_PADDR. Correctly lookup address for
532 "_thread0".
533
534 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
535 "bsd-kvm.h".
536 (amd64fbsd_supply_pcb): New funcion.
537 (_initialize_amd64fbsd_nat): Enable libkvm interface.
538
539 2004-06-27 <david@streamline-computing.com>
540
541 Partial fix for PR cli/1056.
542 * valarith.c: Check for zero in division and remainder
543 evaluation.
544
545 2004-06-27 Mark Kettenis <kettenis@gnu.org>
546
547 * i387-tdep.c: Remove excessive whitespace.
548
549 2004-06-26 Andrew Cagney <cagney@gnu.org>
550
551 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
552 * gdb-events.h, gdb-events.c: Re-generate.
553 * tui/tui-hooks.c (tui_install_hooks): Update.
554 (tui_remove_hooks): Update.
555 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
556
557 2004-06-26 Mark Kettenis <kettenis@gnu.org>
558
559 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
560 (gregset_t, fpregset_t): Remove typedefs.
561 (REG_OFFSET): Rename argument.
562 (amd64bsd_r_reg_offset): Rename from reg_offset.
563 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
564 Remove functions.
565 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
566 of reg_offset.
567 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
568
569 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
570
571 * vax-tdep.c: Tweak comment.
572
573 Add OpenBSD/hppa support.
574 * NEWS (New native configurations): Mention OpenBSD/hppa.
575 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
576 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
577 files.
578 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
579 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
580 * configure.host: Add hppa*-*-openbsd*.
581 * configure.tgt: Add hppa*-*-openbsd*.
582
583 2004-06-25 Andrew Cagney <cagney@gnu.org>
584
585 * defs.h (deprecated_ui_loop_hook): Deprecated.
586 * wince.c (child_wait): Update.
587 * win32-nat.c (child_wait): Update.
588 * v850ice.c (v850ice_wait): Update.
589 * top.c (deprecated_ui_loop_hook): Update.
590 * serial.h: Update.
591 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
592 (do_unix_readchar): Update.
593 * ser-tcp.c (net_open): Update.
594 * remote-sim.c (gdb_os_poll_quit): Update.
595 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
596
597 2004-06-24 Andrew Cagney <cagney@gnu.org>
598
599 * defs.h (deprecated_pre_add_symbol_hook)
600 (deprecated_post_add_symbol_hook): Deprecated.
601 * symfile.c (symbol_file_add_with_addrs_or_offsets)
602 (symbol_file_add_with_addrs_or_offsets): Update references.
603
604 2004-06-24 Andrew Cagney <cagney@gnu.org>
605
606 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
607 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
608 * wince.c (ui_loop_hook): Delete extern declaration.
609 * win32-nat.c (ui_loop_hook): Delete extern declaration..
610 * v850ice.c (ui_loop_hook): Delete extern declaration..
611 * ser-unix.c (ui_loop_hook): Delete extern declaration..
612 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
613 * remote-sim.c (ui_loop_hook): Delete extern declaration..
614 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
615 ui_loop_hook declaration.
616
617 2004-06-24 Andrew Cagney <cagney@gnu.org>
618
619 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
620 entry_func_highpc fields.
621 * objfiles.c (init_entry_point_info): Do not clear
622 entry_func_lowpc and entry_func_highpc.
623 (objfile_relocate): Do not relocate entry_func_lowpc and
624 entry_func_highpc.
625 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
626 entry_func_highpc.
627 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
628 entry_func_highpc.
629 * blockframe.c (legacy_frame_chain_valid): Replace tests against
630 entry_func_lowpc and entry_func_highpc with call to
631 inside_entry_func.
632
633 2004-06-24 Mark Kettenis <kettenis@gnu.org>
634
635 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
636 quad-precision floating point arguments in registers.
637
638 2004-06-24 Mark Kettenis <kettenis@gnu.org>
639
640 From Michael Mueller <m.mueller99@kay-mueller.de>:
641 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
642 account.
643
644 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
645
646 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
647 to -1.
648 * breakpoint.c (bpstat_stop_status): Move check for ignoring
649 untriggered watchpoints to a separate if clause. Update function
650 comment regarding STOPPED_BY_WATCHPOINT argument.
651
652 2004-06-22 Jim Blandy <jimb@redhat.com>
653
654 * gdbarch.sh: Doc fix.
655
656 2004-06-21 Martin Hunt <hunt@redhat.com>
657 Kevin Buettner <kevinb@redhat.com>
658
659 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
660 * mips-tdep.h (MIPS_SP_REGNUM): Define.
661 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
662 to set_gdbarch_sp_regnum(). Use cooked register number.
663 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
664
665 2004-06-21 Andrew Cagney <cagney@gnu.org>
666
667 * gdbarch.sh: When the macro field is empty, do not generate a
668 macro definition. When the macro field is "=", generate the macro
669 name from the upper-case function name.
670 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
671 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
672 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
673 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
674 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
675 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
676 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
677 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
678 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
679 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
680 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
681 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
682 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
683 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
684 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
685 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
686 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
687 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
688 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
689 (DEPRECATED_USE_STRUCT_CONVENTION)
690 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
691 (DEPRECATED_FRAME_INIT_SAVED_REGS)
692 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
693 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
694 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
695 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
696 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
697 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
698 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
699 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
700 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
701 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
702 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
703 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
704 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
705 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
706 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
707 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
708
709 2004-06-21 Andrew Cagney <cagney@gnu.org>
710
711 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
712 macro name, and the function rather than macro value. Only wrap
713 macro print statements in #ifdef. Move format logic to where it
714 is needed.
715 * gdbarch.c: Re-generate.
716
717 * gdbarch.sh (read): Delete "print_p" and "description", add
718 "garbage_at_eol". Check for non-empty garbage at end-of-line.
719 Delete references to print_p.
720 (TARGET_ARCHITECTURE): Delete print predicate.
721 * gdbarch.c: Re-generate.
722
723 * gdbarch.sh: Check that multi-arch methods do not provide a
724 macro.
725 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
726 (print_registers_info, print_float_info, print_vector_info)
727 (adjust_breakpoint_address, remote_translate_xfer_address)
728 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
729 (address_class_type_flags_to_name, unwind_sp): Remove the macro
730 name from the multi-arch definition.
731
732 2004-06-20 Andrew Cagney <cagney@gnu.org>
733
734 * gdbarch.sh: Sort by the function, instead of macro name.
735 * gdbarch.c: Re-generate.
736
737 2004-06-20 Andrew Cagney <cagney@gnu.org>
738
739 * gdbarch.sh: Use the function, instead of macro name in
740 errors and the log file.
741 (return_value): Remove stray ":" in spec.
742
743 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
744 * gdbarch.h, gdbarch.c: Re-generate.
745 * Makefile.in (arch-utils.o): Update dependencies.
746 * values.c (using_struct_return): Move code calling
747 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
748 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
749 to legacy_return_value, simplify.
750 * infcmd.c (print_return_value): Move code calling
751 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
752 to legacy_return_value, simplify.
753 * infcall.c (call_function_by_hand): Move code calling
754 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
755 * arch-utils.c: Update copyright. Include "gdbcore.h".
756 (legacy_return_value): New function.
757 * arch-utils.h: Update copyright.
758 (legacy_return_value): Declare.
759
760 2004-06-20 Andrew Cagney <cagney@gnu.org>
761
762 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
763 * gdbarch.h, gdbarch.c: Re-generate.
764 * values.c (using_struct_return): Update call.
765 * mcore-tdep.c: Update comment.
766 * infcall.c (call_function_by_hand): Update comment.
767 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
768 * arch-utils.h (always_use_struct_convention): Update.
769 * v850-tdep.c (v850_gdbarch_init): Update.
770 * sh64-tdep.c (sh64_gdbarch_init): Update.
771 * sh-tdep.c (sh_gdbarch_init): Update.
772 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
773 * mips-tdep.c (mips_gdbarch_init): Update.
774 * mcore-tdep.c (mcore_gdbarch_init): Update.
775 * m32r-tdep.c (m32r_gdbarch_init): Update.
776 * ia64-tdep.c (ia64_gdbarch_init): Update.
777 * h8300-tdep.c (h8300_gdbarch_init): Update.
778 * frv-tdep.c (frv_gdbarch_init): Update.
779 * cris-tdep.c (cris_gdbarch_init): Update.
780 * arm-tdep.c (arm_gdbarch_init): Update.
781 * alpha-tdep.c (alpha_gdbarch_init): Update.
782
783 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
784
785 * PROBLEMS: Add more specific information, and a work-around,
786 for PR gdb/1458.
787
788 2004-06-18 Andrew Cagney <cagney@gnu.org>
789
790 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
791 * gdbarch.h, gdbarch.c: Re-generate.
792 * ada-lang.c (ada_finish_decode_line_1): Update.
793 * infrun.c (handle_inferior_event): Update.
794 * infcall.c (find_function_addr): Update.
795 * linespec.c (minsym_found): Update.
796 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
797 Update.
798 * blockframe.c (legacy_frameless_look_for_prologue): Update.
799 * cli/cli-cmds.c (disassemble_command): Update.
800 * vax-tdep.c (vax_gdbarch_init): Update.
801
802 2004-06-18 Mark Kettenis <kettenis@gnu.org>
803
804 * i386-tdep.c (i386_collect_fpregset): Fix comment.
805
806 2004-06-17 Andrew Cagney <cagney@gnu.org>
807
808 GDB 6.1.1 released from the GDB 6.1 branch.
809 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
810 * PROBLEMS: Ditto.
811
812 2004-06-16 Daniel Jacobowitz <dan@debian.org>
813
814 PR gdb/1658
815 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
816 operation as a uleb128. Found by Michael Coulter.
817
818 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
819
820 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
821 make it non-static.
822 * ada-lang.h (task_control_block): declaration moved from ada-task.c
823 to ada-lang.h; this is needed to be able to implement the kill command
824 in multi-task mode.
825 (task_ptid): Ditto.
826 (task_entry): Ditto.
827 (task_list): Ditto.
828 (ada_build_task_list): Ditto.
829
830 * ada-lang.c: Conditionalize routines and data structures related
831 to breakpoints, exceptions, completion, and symbol caching on
832 GNAT_GDB, since these are not yet used in the submitted public sources.
833 (ada_main_name): Editorial: Move definition out of exception-related
834 code.
835
836 2004-06-15 Andrew Cagney <cagney@gnu.org>
837
838 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
839 deprecated_pc_in_call_dummy.
840
841 2004-06-15 Alan Modra <amodra@bigpond.net.au>
842
843 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
844 bfd_get_section_size_before_reloc or _raw_size.
845 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
846 * dwarf2read.c (dwarf2_locate_sections): Likewise.
847 (dwarf2_read_section): Likewise.
848 * elfread.c (elf_locate_sections): Likewise.
849 * gcore.c (derive_heap_segment): Likewise.
850 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
851 * remote-e7000.c (e7000_load): Likewise.
852 * remote-m32r-sdi.c (m32r_load): Likewise.
853 * remote-mips.c (mips_load_srec): Likewise.
854 (pmon_load_fast): Likewise.
855 * remote.c (compare_sections_command): Likewise.
856 * symfile.c (add_section_size_callback): Likewise.
857 (load_section_callback): Likewise.
858 (pc_in_unmapped_range): Likewise.
859 (pc_in_mapped_range): Likewise.
860 (sections_overlap): Likewise.
861 (list_overlays_command): Likewise.
862 (simple_overlay_update_1): Likewise.
863 (simple_overlay_update): Likewise.
864 * tracepoint.c (remote_set_transparent_ranges): Likewise.
865 * win32-nat.c (core_section_load_dll_symbols): Likewise.
866
867 2004-06-14 Randolph Chung <tausq@debian.org>
868
869 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
870 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
871 static.
872 (hppa_hpux_inferior_created): New function.
873 (hppa_hpux_init_abi): Register observer.
874 * symfile.c (hp_cxx_exception_support_initialized)
875 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
876 (symbol_file_add_main_1, symbol_file_clear): Likewise.
877
878 2004-06-14 Randolph Chung <tausq@debian.org>
879
880 * MAINTAINERS (Write After Approval): Alphabetize my entry
881 correctly.
882
883 2004-06-14 Andrew Cagney <cagney@gnu.org>
884
885 * MAINTAINERS (testsuite): List Michael Chastain as the lead
886 testsuite maintainer.
887
888 2004-06-13 Andrew Cagney <cagney@gnu.org>
889
890 * infcmd.c (print_return_value): Fix logic, allow
891 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
892
893 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
894 defining any macros.
895 * gdbarch.h: Re-generate.
896
897 * gdbarch.sh: Delete "level" attribute. Only check for a macro
898 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
899 * gdbarch.h: Re-generate.
900
901 * values.c (generic_use_struct_convention): Don't check gcc_p.
902
903 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
904 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
905 * gdbarch.h, gdbarch.c: Regenerate.
906 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
907 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
908 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
909 deprecated_max_register_raw_size and
910 deprecated_max_register_virtual_size.
911 * v850-tdep.c (v850_gdbarch_init): Ditto.
912 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
913 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
914 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
915 * cris-tdep.c (cris_gdbarch_init): Ditto.
916
917 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
918 * gdbarch.h, gdbarch.c: Re-generate.
919 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
920 (m68hc11_use_struct_convention): Delete function.
921 (m68hc11_extract_struct_value_address): Delete function.
922 (m68hc11_return_value): New function.
923 (m68hc11_gdbarch_init): Instead of store_return_value,
924 extract_return_value, return_value_on_stack,
925 deprecated_extract_struct_value_address and use_struct_convention,
926 set return_value.
927 * values.c (using_struct_return): Do not call
928 RETURN_VALUE_ON_STACK.
929 * arch-utils.h (generic_return_value_on_stack_not): Delete
930 declaration.
931 * arch-utils.c (generic_return_value_on_stack_not): Delete
932 function.
933
934 2004-06-12 Andrew Cagney <cagney@gnu.org>
935
936 * values.c (register_value_being_returned): Delete function.
937 * infcmd.c (legacy_return_value): Delete function.
938 * infcall.c (call_function_by_hand): Inline
939 "register_value_being_returned", simplify.
940 * values.c (using_struct_return): Update comment, refer to
941 print_return_value instead of register_value_being_returned.
942 * infcmd.c (print_return_value): Inline calls to
943 register_value_being_returned and legacy_return_value. Simplify.
944
945 2004-06-11 Randolph Chung <tausq@debian.org>
946
947 * somread.c (som_symtab_read): Exclude gcc local symbols.
948
949 2004-06-11 Randolph Chung <tausq@debian.org>
950
951 * infrun.c (handle_inferior_event): Handle the case when a
952 trampoline ends up in the runtime resolver, and if the trampoline
953 has no name. Rearrange the code so that all the trampoline
954 processing happens before other step-out-of-range handling.
955
956 2004-06-11 Martin Hunt <hunt@redhat.com>
957
958 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
959 has no fpu.
960
961 2004-06-10 Andrew Cagney <cagney@gnu.org>
962
963 * blockframe.c (legacy_inside_entry_func): Delete.
964 (legacy_frame_chain_valid): Inline call to
965 legacy_inside_entry_func, simplify.
966
967 2004-06-10 Bob Rossi <bob@brasko.net>
968
969 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
970 * dwarf2read.c (partial_die_info): Add dirname field.
971 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
972 (read_partial_die): Save away DW_AT_comp_dir.
973 * defs.h (symtab_to_filename): Removed.
974 * source.c (find_and_open_source): Added.
975 (open_source_file): Just calls find_and_open_source.
976 (symtab_to_filename): Removed.
977 (symtab_to_fullname, psymtab_to_fullname): Added.
978 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
979 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
980 symtab_to_filename.
981 * symtab.h (partial_symtab): Add dirname field.
982 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
983 (mi_cmd_file_list_exec_source_file): Call new function
984 symtab_to_fullname to find fullname.
985 (mi_cmd_file_list_exec_source_files): Added.
986 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
987 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
988
989 2004-06-10 Andrew Cagney <cagney@gnu.org>
990
991 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
992 to generic_use_struct_convention, the default value.
993
994 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
995 of abort.
996
997 * ns32k-tdep.c (ns32k_push_arguments): New function.
998 (ns32k_gdbarch_init): Set deprecated_push_arguments.
999 * infcall.c (call_function_by_hand): Call error instead of
1000 legacy_push_arguments.
1001 * value.h (legacy_push_arguments): Delete declaration.
1002 * valops.c (legacy_push_arguments): Delete function.
1003 (value_push): Delete function.
1004
1005 2004-06-10 Brian Ford <ford@vss.fsi.com>
1006
1007 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
1008 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
1009 info.
1010 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
1011
1012 2004-06-10 Andrew Cagney <cagney@gnu.org>
1013
1014 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
1015 * gdbarch.h, gdbarch.c: Re-generate.
1016 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
1017 parameters.
1018 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
1019 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
1020 deprecated_pc_in_call_dummy instead of
1021 DEPRECATED_PC_IN_CALL_DUMMY.
1022 (arm_skip_prologue): Ditto.
1023 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
1024 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
1025 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
1026 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
1027 Ditto.
1028 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
1029 (sh64_init_extra_frame_info, sh64_get_saved_register)
1030 (sh64_pop_frame): Ditto.
1031 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
1032 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
1033 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
1034 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
1035 (h8300_pop_frame): Ditto.
1036 * blockframe.c (legacy_inside_entry_func)
1037 (legacy_frame_chain_valid): Ditto.
1038 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
1039 to deprecated_pc_in_call_dummy.
1040
1041 2004-06-09 Andrew Cagney <cagney@gnu.org>
1042
1043 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
1044 provide a default value.
1045 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
1046 * gdbarch.h, gdbarch.c: Re-generate.
1047 * arch-utils.c (generic_convert_register_p): Rename
1048 legacy_convert_register_p
1049 (legacy_register_to_value, legacy_value_to_register): Delete
1050 functions.
1051 * arch-utils.h (generic_convert_register_p): Rename
1052 legacy_convert_register_p.
1053 (legacy_register_to_value, legacy_value_to_register): Delete
1054 declarations.
1055
1056 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
1057 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
1058 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
1059 * gdbarch.h, gdbarch.c: Re-generate.
1060 * infcmd.c (default_print_registers_info): Simplify.
1061 * findvar.c (value_of_register): Simplify.
1062 * mi/mi-main.c (get_register): Simplify.
1063 * arch-utils.c (legacy_convert_register_p): Always return 0.
1064 (legacy_register_to_value, legacy_value_to_register): Always call
1065 internal_error.
1066
1067 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
1068 #ifdef CLEAR_INSN_CACHE code.
1069 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
1070 Delete #ifdef CLEAR_DEFERRED_STORES code.
1071
1072 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
1073
1074 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
1075 copyright.
1076 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
1077
1078 * config/mips/mipsv4.mh: Delete file.
1079
1080 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
1081 unreferenced macro.
1082 (hpread_adjust_stack_address): Delete declaration.
1083
1084 2004-06-08 Andrew Cagney <cagney@gnu.org>
1085
1086 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
1087 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
1088 PTRACE_ATTACH / PTRACE_DETACH available call error.
1089 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
1090 * infttrace.c (update_thread_state_after_attach, attach, detach):
1091 Remove #ifdef wrappers.
1092 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
1093 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
1094 * config/nm-bsd.h (ATTACH_DETACH): Delete.
1095 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
1096 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
1097 * config/nm-linux.h (ATTACH_DETACH): Delete.
1098 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
1099 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
1100 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
1101 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
1102 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
1103
1104 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
1105
1106 * configure.in: Set $configdir to the right OS specific value.
1107 Use value when setting $tcldir and $tkdir.
1108 * configure: Regenerate.
1109
1110 2004-06-06 Paul Brook <paul@codesourcery.com>
1111
1112 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
1113 records.
1114
1115 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
1116
1117 * ada-lang.c (lookup_symbol_in_language): New function to allow
1118 re-use of another language's symbol lookup code. (Placed here
1119 temporarily while Ada support is being integrated into the public
1120 tree).
1121 (restore_language): New auxiliary function for
1122 lookup_symbol_in_language.
1123 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
1124 temporarily while Ada support is being integrated into the public
1125 tree).
1126
1127 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
1128
1129 * Makefile.in (check//%): New.
1130
1131 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
1132 (mn10300_store_return_value): Rewrite.
1133 (mn10300_type_align): New.
1134 (mn10300_use_struct_convention): Rewrite.
1135 (mn10300_return_value): New, using all of the above.
1136 (mn10300_pop_frame_regular): Add saved_regs_size.
1137 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
1138
1139 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
1140 regs if PC is on movm.
1141
1142 2004-06-07 Jim Blandy <jimb@redhat.com>
1143
1144 Add native Linux support for the PowerPC E500.
1145 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
1146 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
1147 all architectures except the E500.
1148 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
1149 #definitions.
1150 (struct gdb_evrregset_t): New type.
1151 (have_ptrace_getsetevrregs): New variable.
1152 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
1153 fetch_spe_registers): New functions.
1154 (fetch_register): Call fetch_spe_register as appropriate.
1155 Assert that we're only passed raw register numbers.
1156 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
1157 Don't fetch gprs if they're pseudoregisters.
1158 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
1159 store_spe_registers): New functions.
1160 (store_register): Call store_spe_register as appropriate.
1161 Assert that we're only passed raw register numbers.
1162 (store_ppc_registers): Call store_spe_registers as appropriate.
1163 Don't store gprs if they're pseudoregisters.
1164
1165 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
1166
1167 * thread-db.c (thread_get_info_callback): Fill in the thread_info
1168 struct if one exists, even if we are dealing with a zombie thread.
1169
1170 2004-06-07 Andrew Cagney <cagney@gnu.org>
1171
1172 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
1173 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
1174 Rename PC_REQUIRES_RUN_BEFORE_USE.
1175 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
1176 #ifdef.
1177
1178 2004-06-07 Randolph Chung <tausq@debian.org>
1179
1180 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
1181 unwinding after sp has been saved to the stack but before the end
1182 of the prologue, and after the fp has been modified but before it has
1183 been saved to the stack.
1184 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
1185 Remove superfluous definitions.
1186 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
1187
1188 2004-06-07 Guy Martin <gmsoft@gentoo.org>
1189
1190 Committed by Randolph Chung.
1191 * hppa-linux-nat.c: Include the correct version of the header file
1192 depending on the kernel version.
1193
1194 2004-06-06 Randolph Chung <tausq@debian.org>
1195
1196 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
1197 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
1198
1199 2004-06-06 Randolph Chung <tausq@debian.org>
1200
1201 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
1202 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
1203 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
1204 * hppa-tdep.c (hppa_symbol_address): New function definition.
1205 * hppa-tdep.h (hppa_symbol_address): New function declaration.
1206
1207 2004-06-06 Randolph Chung <tausq@debian.org>
1208
1209 * hppa-tdep.h (struct value): Forward declaration.
1210 (gdbarch_tdep): Define tdep find_global_pointer method.
1211 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
1212 associated with the function we are trying to call, and write it
1213 to the gp register.
1214 (hppa32_convert_from_funct_ptr_addr): New function.
1215 (hppa_find_global_pointer): New function.
1216 (hppa_gdbarch_init): Set default find_global_pointer method; set
1217 convert_from_func_ptr_addr method.
1218 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
1219 (hppa_linux_init_abi): Set find_global_pointer method.
1220 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
1221
1222 2004-06-06 Randolph Chung <tausq@debian.org>
1223
1224 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
1225 to struct value *function.
1226 * gdbarch.c: Regenerate.
1227 * gdbarch.h: Likewise.
1228 * infcall.c (call_function_by_hand): Pass entire function value
1229 to push_dummy_call.
1230
1231 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
1232 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
1233 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
1234 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
1235 * arm-tdep.c (arm_push_dummy_call): Likewise.
1236 * avr-tdep.c (avr_push_dummy_call): Likewise.
1237 * cris-tdep.c (cris_push_dummy_call): Likewise.
1238 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
1239 * frv-tdep.c (frv_push_dummy_call): Likewise.
1240 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1241 * hppa-tdep.c (hppa32_push_dummy_call)
1242 (hppa64_push_dummy_call): Likewise.
1243 * i386-tdep.c (i386_push_dummy_call): Likewise.
1244 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
1245 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
1246 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1247 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
1248 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
1249 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1250 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
1251 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
1252 (ppc64_sysv_abi_push_dummy_call): Likewise.
1253 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
1254 (ppc64_sysv_abi_push_dummy_call): Likewise.
1255 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
1256 * s390-tdep.c (s390_push_dummy_call): Likewise.
1257 * sh-tdep.c (sh_push_dummy_call_fpu)
1258 (sh_push_dummy_call_nofpu): Likewise.
1259 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
1260 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
1261 * vax-tdep.c (vax_push_dummy_call): Likewise.
1262
1263 2004-06-04 Jim Blandy <jimb@redhat.com>
1264
1265 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
1266 gdbarch argument to register_size.
1267
1268 * rs6000-tdep.c (rs6000_store_return_value): Use
1269 regcache_cooked_write_part instead of
1270 deprecated_write_register_bytes.
1271 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
1272 not gdbarch_deprecated_store_return_value.
1273
1274 * ppc-linux-nat.c (store_register, fetch_register): Remove
1275 incorrect assertions. Simplify and generalize handling of
1276 transfers whose sizes are not multiples of, or less than, sizeof
1277 (PTRACE_XFER_TYPE).
1278
1279 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
1280
1281 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
1282 as a new thread event.
1283 * thread-db.c (thread_get_info_callback): If the thread is a
1284 zombie, return TD_THR_ZOMBIE.
1285 (thread_from_lwp): If thread_get_info_callback returns
1286 TD_THR_ZOMBIE, check if the thread is still on the thread list
1287 and return a -1 ptid if not found.
1288 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
1289 change the status to TARGET_WAITKIND_SPURIOUS.
1290
1291 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
1292
1293 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
1294 double values in little endian mode.
1295
1296 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
1297
1298 Committed by Andrew Cagney.
1299 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
1300 after last enum constant to avoid error from IBM C
1301 compiler.
1302
1303 2004-06-02 Jim Blandy <jimb@redhat.com>
1304
1305 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
1306 to 'message', and make it local to the lone block that uses it.
1307
1308 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
1309
1310 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
1311
1312 * ada-exp.y: Update copyright notice.
1313 Include block.h.
1314
1315 Replace REGNAME, LAST, INTERNAL_VARIABLE with
1316 SPECIAL_VARIABLE and unify the treatment of these cases.
1317
1318 (write_attribute_call0): Remove.
1319 (write_attribute_call1): Remove.
1320 (write_attribute_calln): Remove.
1321 (save_qualifier): Add missing semicolon.
1322
1323 (simple_exp,exp): Decomment (i.e., reactivate) code that was
1324 temporarily disabled to allow compilation with FSF head version.
1325
1326 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
1327 use individual operators (OP_*) for all attributes.
1328 (exp syntax): Use write_int.
1329 Handle STRING literals with OP_STRING.
1330 (variable syntax): Add limit parameter to calls to
1331 write_object_renaming.
1332
1333 (temp_parse_space): New definition to hold entities that need
1334 only live until the next call to ada_parse.
1335 (string_to_operator): Rename fields of ada_opname_table entries.
1336
1337 (write_var_from_sym): Record block.
1338 (write_var_from_name): Minor reformatting.
1339 Make sure saved name is properly encoded in the case of multiple
1340 matches, and set its language to Ada.
1341 Update comment.
1342 Modify to indicate unresolved name as symbol in the UNRESOLVED
1343 namespace, allocated in temp_parse_space.
1344 (write_int): New function.
1345
1346 (write_object_renaming): Add max_depth parameter to limit
1347 chains of object renamings.
1348 Handle case where root of renaming expression is itself a renaming.
1349 Use temp_parse_space for temporary name buffer.
1350 Handle renamings to dereferenced pointers (___XEXA suffices).
1351
1352 (ada_parse, yyerror, string_to_operator,
1353 write_var_from_sym, write_var_from_name, write_attribute_call0,
1354 write_attribute_call1, write_attribute_calln,
1355 write_object_renaming): Protoize.
1356
1357 (_initialize_ada_exp): New function.
1358
1359 * ada-lang.c: Update copyright notice.
1360 General terminology change to conform to GNAT compiler usage:
1361 mangle => encode, demangle => decode
1362 Include gdb_obstack.h.
1363 Include gdb_regex.h
1364 Include frame.h
1365 Include hashtab.h
1366 Include completer.h
1367 Include gdb_stat.h
1368 Include block.h
1369 Include infcall.h
1370
1371 (ADA_RETAIN_DOTS): Make sure this is defined.
1372 (TRUNCATION_TOWARDS_ZERO): Define.
1373 (struct string_vector): Define.
1374 (unresolved_names): Remove definition.
1375 (xnew_string_vector): New function.
1376 (string_vector_append): New function.
1377 (extract_string): Make static.
1378 (ada_unqualified_name): New function.
1379 (add_angle_brackets): New function.
1380 (function_name_from_pc): New function.
1381 (place_on_stack): Rename to ensure_lval.
1382
1383 (ensure_lval): Renamed from place_on_stack.
1384 Make identity on lvals.
1385 Update comment.
1386 (is_nonfunction): New interface.
1387 Only symbols in LOC_CONST class can be enumerals.
1388 (fill_in_ada_prototype): Remove; now independent of language.
1389 (add_defn_to_vec): Add obstack and symtab arguments.
1390 Use obstack to hold collected definitions.
1391 (num_defns_collected): New function.
1392 (defns_collected): New function.
1393 (ada_resolve_subexp): Rename to resolve_subexp.
1394 (resolve_subexp): Renamed from ada_resolve_subexp.
1395 (ada_op_name): Return non-const result.
1396 (ada_decoded_op_name): Renamed from ada_op_name, now used for
1397 other purposes.
1398
1399 (to_fixed_array_type): Add declaration.
1400 (coerce_unspec_val_to_type): Remove offset parameter.
1401 (find_sal_from_funcs_and_line): New interface.
1402 (find_line_in_linetable): Ditto.
1403
1404 (all_sals_for_line): Rename to ada_sals_for_line and make
1405 global.
1406 Add new parameter. When set, do not ask the user to choose the
1407 instance, but use the first one found instead.
1408 Use given line number in returned sals.
1409 Fix comment.
1410 Skip the prologue if funfirstline is set.
1411 Correct for memory leak when 0 lines found.
1412
1413 (value_pos_atr): Use pos_atr.
1414 (pos_atr): New function.
1415 (standard_lookup): Add block parameter.
1416
1417 (makeTimeStart): Remove declaration and uses.
1418 (makeTimeStop): Remove declaration and uses.
1419
1420 (ada_completer_word_break_characters): Allow for VMS.
1421 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
1422 (raise_sym_name): New constant.
1423 (raise_unhandled_sym_name): New constant.
1424 (raise_assert_sym_name): New constant.
1425 (process_raise_exception_name): New constant.
1426 (longest_exception_template): New constant.
1427 (warning_limit): New variable to limit warnings during expression
1428 evaluation.
1429 (warnings_issued): New variable to keep track of warnings issued.
1430 (known_runtime_file_name_patterns): New constant.
1431 (known_auxiliary_function_name_patterns): New constant.
1432 (symbol_list_obstack): New variable.
1433
1434 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
1435 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
1436 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
1437 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
1438 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
1439 ada_variant_discrim_name, field_alignment, dynamic_template_type,
1440 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
1441 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
1442 and strcmp.
1443
1444 (ada_get_field_index): New function.
1445 (lim_warning): New function.
1446 (ada_translate_error_message): New function.
1447 (MAX_OF_SIZE): New function.
1448 (MIN_OF_SIZE): New function.
1449 (UMAX_OF_SIZE): New function.
1450 (UMIN_OF_SIZE): New function.
1451 (discrete_type_high_bound): New function.
1452 (discrete_type_low_bound): New function.
1453 (base_type): New function.
1454 (do_command): Remove.
1455
1456 (ada_update_initial_language): Use language_ada, not language_unknown.
1457 (ada_encode): Renamed from ada_mangle.
1458 Obey ADA_RETAIN_DOTS.
1459 (ada_decode): Renamed from ada_demangle.
1460 Update coding conventions.
1461 (decoded_names_store): New hash table.
1462 (ada_decode_symbol): New function.
1463 (ada_la_decode): New function.
1464
1465 (modify_general_field): Correct computations of offset and bit
1466 position.
1467 (desc_base_type): Handle ref types, too.
1468 (ada_is_direct_array_type): New function.
1469
1470 (ada_is_simple_array): Rename to ada_is_simple_array_type.
1471 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
1472 (ada_is_bogus_array_descriptor,ada_type_of_array,
1473 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
1474 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
1475 ada_is_array_descriptor_type.
1476
1477 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
1478 (ada_is_packed_array_type): Handle pointers or
1479 references to packed arrays as well.
1480 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
1481 (decode_packed_array_type): Search for the packed array type
1482 symbol in the currently selected block and associated
1483 superblocks too.
1484 Use lookup_symbol again.
1485
1486 (decode_packed_array): Handle pointers and references.
1487 Update call to coerce_unspec_val_to_type.
1488 (decode_packed_array_type,value_subscript_packed): Limit warnings.
1489 (ada_value_primitive_packed_val): Improve comment.
1490
1491 (ada_index_type): Substitute int type for "undefined".
1492 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
1493 ada_array_langth, ada_is_string_type): Use renamed
1494 ada_is_simple_array_type.
1495 (empty_array): New function.
1496
1497 (ada_resolve): Rename to resolve.
1498 (resolve): Make static.
1499 Call renamed resolve_subexp.
1500 Update comment.
1501 (ada_resolve_subexp): Rename to resolve_subexp.
1502 (resolve_subexp): Update comment.
1503 Decomment disabled code.
1504 Add LOC_COMPUTED* cases.
1505 Modify to use temporary struct symbols (marked as being in
1506 UNDEF_NAMESPACE) to indicate unresolved names, instead of
1507 OP_UNRESOLVED_VALUE.
1508 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
1509 Add OP_STRING case.
1510 Remove OP_ARRAY.
1511 Use SYMBOL_PRINT_NAME instead of ada_demangle.
1512 Use new ada_lookup_symbol_list interface.
1513 Use new ada_resolve_function interface.
1514 Remove OP_TYPE case.
1515
1516 (ada_args_match): Idiot proof against null actuals.
1517 Use intermediate variables to clarify.
1518 (ada_resolve_function): Update comment and interface.
1519 (mangled_ordered_before): Rename to encoded_ordered_before and
1520 update comment.
1521 (sort_choices): Update comment and interface.
1522 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
1523 (user_select_syms): New interface.
1524 Use new sort_choices interface.
1525 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
1526 (possible_user_operator_p): Idiot-proof against null values.
1527 (ada_simple_renamed_entity): Don't make cleanup; rely on
1528 caller to free result string.
1529 Remove const from return type.
1530 (make_array_descriptor): Rename uses of place_on_stack to
1531 ensure_lval.
1532 Make sure that arrays are on stack.
1533
1534 (HASH_SIZE): Define.
1535 (struct cache_entry): Define.
1536 (cache_space): Define.
1537 (cache): Define.
1538 (clear_ada_sym_cache): New function.
1539 (find_entry): New function.
1540 (lookup_cached_symbol): New function.
1541 (defn_vector_size): Define.
1542 (cache_symbol): New function.
1543 (defn_symbols): Remove.
1544
1545 (standard_lookup): Use lookup_symbol_in_language to get effect of
1546 C lookup.
1547 Cache results.
1548
1549 (symbol_completion_match): New function.
1550 (symbol_completion_add): New function.
1551 (ada_make_symbol_completion_list): New function.
1552
1553 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
1554 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
1555 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
1556 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
1557
1558 (ada_lookup_simple_minsym): New function.
1559 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
1560
1561 (add_symbols_from_enclosing_procs): New interface.
1562 Conditionalize more helpfully.
1563 Don't bother if program isn't running.
1564 Use new interface to get_frame_block.
1565 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
1566
1567 (remove_extra_symbols): New interface.
1568 (xget_renaming_scope): New function.
1569 (is_package_name): New function.
1570 (renaming_is_visible): New function.
1571 (remove_out_of_scope_renamings): New function.
1572
1573 (ada_lookup_symbol_list): New interface.
1574 Properly reinitialize the symbol list obstack.
1575 Don't call add_symbols_from_enclosing_procs if we start from a
1576 static or global block.
1577 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
1578 add_symbols_from_enclosing_procs.
1579 Add symtab data to cached entries.
1580 Handle symbols prefixed with
1581 "standard__" specially; strip prefix and don't look in local symbols.
1582 Do not include out of scope renaming symbols in list of
1583 symbols returned.
1584 Add const to block parameter.
1585 Move check for non-local, non-global symbols earlier.
1586 Remove timing stuff.
1587 (ada_lookup_symbol): New interface.
1588 Find symtab as well.
1589 (ada_lookup_symbol_nonlocal): New function.
1590
1591 (is_name_suffix): Enhance suffix detection to recognize
1592 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
1593 (is_dot_digits_suffix): New function.
1594 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
1595
1596 (ada_add_block_symbols): New interface. Use obstack to return results
1597 in a vector of struct ada_symbol_infos. Add symtab argument.
1598 Use new interface to add_defn_to_vec.
1599 Remove calls to fill_in_ada_prototype.
1600 Use BLOCK_BUCKETS, BLOCK_BUCKET.
1601
1602 (ada_finish_decode_line_1): Add const qualification to local to fix
1603 warning.
1604 Start looking in static block for functions to avoid attempts
1605 to search frame chain for up-level variables.
1606 Adapt to new ada_sals_for_line interface.
1607 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
1608 Handle quoting of the function name inside the spec string.
1609 Skip prologue when funfirstline is set and update the
1610 function documentation to that effect.
1611
1612 (debug_print_lines, debug_print_block, debug_print_blocks,
1613 debug_print_symtab): Remove.
1614
1615 (ada_main_name): New function.
1616 (ada_exception_breakpoint_type): New function.
1617 (is_known_support_routine): New function.
1618 (ada_find_printable_frame): Renamed from find_printable_frame and made
1619 global.
1620 Remove level parameter.
1621 Use new interface to select_frame.
1622
1623 (begin_command): Remove.
1624 (ada_adjust_exception_stop): New function.
1625 (ada_print_exception_stop): New function.
1626 (exception_name_from_cond): New function.
1627 (ada_report_exception_break): Replace disabled code with
1628 conditionalization on GNAT_GDB.
1629 Get the exception name from the condition string.
1630 Remove and move functionality into new functions
1631 ada_print_exception_breakpoint_task and
1632 ada_print_exception_breakpoint_nontask.
1633 (error_breakpoint_runtime_sym_not_found): New function.
1634 (is_runtime_sym_defined): New function.
1635 (ada_breakpoint_rewrite): Uncomment suppressed code.
1636 Use symbolic error-message and runtime-symbol names.
1637 Surround runtime symbol names in quotes.
1638 Allow non-specific breakpoints on exceptions and assertions before
1639 program starts.
1640
1641 (ada_is_tagged_type): Add parameter.
1642 (ada_is_tag_type): New function.
1643 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
1644 (ada_variant_discrim_type): Ditto.
1645 (value_tag_from_contents_and_address): New function.
1646 (type_from_tag): New function.
1647 (struct tag_args): New structure used to communicate with
1648 ada_tag_name_1.
1649 (ada_tag_name_1): New function.
1650 (ada_tag_name): New function.
1651
1652 (ada_scan_number): Update comment.
1653 (find_struct_field): New function.
1654 (ada_search_struct_field): Make static.
1655 (ada_value_struct_elt): New version that returns references when
1656 given pointers or references to structs.
1657 (ada_lookup_struct_elt_type): Add 'refok' parameter.
1658 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
1659 interface.
1660 (ada_value_ind): Use new ada_to_fixed_value interface.
1661 (ada_coerce_ref): Ditto.
1662 (field_offset): Remove.
1663
1664 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
1665 (ada_find_renaming_symbol): New function.
1666 (ada_prefer_type): Prefer named types over unnamed ones.
1667 (variant_field_index): New function.
1668 (contains_variant_part): Removed: subsumed by variant_field_index.
1669 (ada_template_to_fixed_record_type): New function, mostly from
1670 template_to_fixed_record_type.
1671 (template_to_fixed_record_type):
1672 Do not scan the type fields beyond the last one; prevents a
1673 potential SEGV.
1674 Handle case where variant field is listed BEFORE discriminant it
1675 depends on.
1676 Fix calculation of record length when bit length is
1677 not evenly divisible by char length.
1678 Move code to ada_template_to_fixed_record_type and call it.
1679
1680 (template_to_static_fixed_type): Revise comment.
1681 Modify to work on ordinary record types as well as templates,
1682 so as to handle fields that use ___XVE or ___XVU encodings.
1683 (to_record_with_fixed_variant_part): Fill out comment.
1684 Initialize C++ stuff in right type.
1685 Allow case where DVAL is null.
1686 Handle case where variant field is not last.
1687 Fix typo concerning record length.
1688 (to_fixed_record_type): Decomment disabled code.
1689 (to_fixed_record_type): Use variant_field_index instead of
1690 contains_variant_part.
1691 (to_fixed_variant_branch_type): Ditto.
1692 (to_fixed_array_type): Decomment disabled code.
1693 (ada_to_fixed_type): Convert tagged types to the specific type.
1694 Deactivate the size-check for array types in order to avoid
1695 some false size alarms.
1696 (to_static_fixed_type): Decomment disabled code.
1697 Modify to call template_to_static_fixed_type
1698 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
1699 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
1700 Remove valaddr argument, as it is never really used.
1701 (ada_to_fixed_value): Change interface to act on single struct value*
1702 operand.
1703 (adjust_pc_past_prologue): New function.
1704 (ada_attribute_name): Modify to take enum exp_opcode argument.
1705
1706 (ada_enum_name): Recognize new homonym-distinguishing convention.
1707 Adjust local variable's type to remove compiler warning.
1708 Fix a small problem in the part that unqualifies the enumeration name.
1709 (ada_value_binop): New function.
1710 (ada_value_equal): New function.
1711
1712 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
1713 Don't give error message when not doing normal evaluation
1714 and a tagged type doesn't seem to contain a structure member.
1715 Give error message for packed arrays.
1716 For indexing arrays, handle pointers to packed arrays correctly.
1717 Handle case of 'first and 'last attributes of bare integral type
1718 without encoded subtype info.
1719 Remove some unnecessary casts.
1720 Fix uninitialized value of type in computing 'first, 'last, or 'length
1721 of array object.
1722 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
1723 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
1724 calls.
1725 Attributes are now exp_opcode values.
1726 Correct treatment of 'modulus.
1727 Better error message for taking 'length of wrong kind of type;
1728 improve comment.
1729 Change EVAL_NORMAL to noside for consistency.
1730 Use ada_value_binop for DIV, MOD, REM.
1731 Make special case out of array of length 0, since an argument
1732 of 0 upsets some platforms' malloc.
1733 Use OP_STRING instead of OP_ARRAY.
1734 For slice, add check that we have an array type before extracting
1735 a slice out of it. Avoids a SEGV.
1736 When evaluating an array slice, if the array type is a reference to
1737 an aligner type, then replace the aligner type by the actual type.
1738 Decomment disabled code.
1739 Remove some dead code.
1740 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
1741 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
1742 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
1743 and UNOP_MBR to UNOP_IN_RANGE.
1744 If an array type has a parallel ___XVE type, then use it.
1745 Turn arrays into pointers for lvalue arrays.
1746 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
1747 bounds error and handle 0-length slices.
1748 Use lim_warning.
1749 When selecting fields, apply ada_to_fixed_value (because the fields
1750 might have ___XVU or ___XVE encodings even if not dynamic.)
1751 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
1752 (ada_is_system_address_type): New function.
1753
1754 (get_var_value): Use new interface to ada_lookup_symbol_list.
1755 (get_int_var_value): New interface.
1756 (to_fixed_range_type): Allow unknown bound, with warning.
1757 (ada_is_modular_type): Decomment disabled code.
1758 (ADA_OPERATORS): New definition.
1759 (ada_operator_length): New function.
1760 (ada_expr_op_name): New function.
1761 (ada_forward_operator_length): New function.
1762 (ada_dump_subexp_body): New function.
1763 (ada_print_subexp): New function.
1764 (ada_exp_descriptor): New constant.
1765 (ada_op_print_tab): Add 'size. Remove FIXMEs.
1766 (ada_language_defn): Add ada_exp_descriptor entry.
1767 Change ada_parse => parse.
1768 Add post-parser entry.
1769 Use ada-specific non-local symbol lookup.
1770 Don't use C-style arrays.
1771 String lower-bound is 1.
1772 Decomment disabled code.
1773 (parse): New function.
1774 New fields ada_translate_error_message, ada_lookup_symbol,
1775 ada_lookup_minimal_symbol.
1776
1777 * ada-lang.h: Update copyright dates.
1778 Replace the mangle/demangle terminology throughout by the
1779 more appropriate encode/decode one.
1780 Include breakpoint.h.
1781 Forward declare struct partial_symbol, struct block.
1782 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
1783 (EXTRACT_ADDRESS): Remove.
1784 (EXTRACT_INT): Remove.
1785 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
1786 (MAX_ENCLOSING_FRAME_LEVELS): Define.
1787 (MAX_RENAMING_CHAIN_LENGTH): Define.
1788 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
1789
1790 (enum task_states): Remove.
1791 ada_task_states: Remove.
1792 (fat_string): Remove.
1793 (struct entry_call): Remove.
1794 (struct task_fields): Remove.
1795 (struct task_entry): Remove.
1796
1797 (struct ada_symbol_info): Define.
1798 (enum ada_attribute): Remove.
1799 (enum ada_operator): Define.
1800
1801 (ada_get_field_index): Declare.
1802 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
1803 (ada_is_simple_array): Rename to ada_is_simple_array_type.
1804 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
1805 (ada_lookup_symbol_list): New interface.
1806 (ada_decode_symbol): Declare.
1807 (ada_decode): Declare.
1808 (ada_lookup_symbol): New interface.
1809 (ada_update_initial_language): Declare.
1810 (ada_lookup_simple_minsym): Declare.
1811 (user_select_syms): New interface.
1812 (ada_sals_for_line): Declare.
1813 (ada_is_tagged_type): New interface.
1814 (ada_tag_name): Declare.
1815 (ada_lookup_struct_elt_type): Remove declaration.
1816 (ada_search_struct_field): Remove declaration.
1817 (ada_attribute_name): New interface.
1818 (ada_is_system_address_type): Declare.
1819 (ada_to_fixed_value): Remove declaration.
1820 (ada_template_to_fixed_record_type_1): Declare.
1821 (get_int_var_value): New interface.
1822 (ada_find_any_symbol): Declare.
1823 (ada_find_renaming_symbol): Declare.
1824 (ada_mangle): Rename to ada_encode.
1825 (ada_simple_renamed_entity): Remove const.
1826 (ada_main_name): Declare.
1827 (get_current_task): Rename to ada_get_current_task.
1828 (get_entry_number): Remove declaration.
1829 (ada_report_exception_break): Remove declaration.
1830 (ada_print_exception_breakpoint_nontask): Declare.
1831 (ada_print_exception_breakpoint_task): Declare.
1832 (ada_find_printable_frame): Declare.
1833
1834 * ada-lex.l: Update copyright notices.
1835 Use xmalloc and xfree instead of malloc and free.
1836 Use new interface to name_lookup.
1837 Use new interface to
1838 ada_mangle=>ada_encode.
1839 Redo handling of '$...' variable to parallel current treatment
1840 in c-exp.y.
1841 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
1842 digit_to_int, strtoulst, processInt, processReal, processId,
1843 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
1844 yywrap): Protoize.
1845
1846 (processInt): Use cast to remove harmless warning.
1847 (processReal): Modify to get rid of compiler warning on scan formats.
1848
1849 (processId): Replace xmalloc with obstack_alloc for name and remove
1850 call to ada_name_string_cleanup.
1851 Remove obsolete disabled code.
1852 (name_lookup): Ditto.
1853 New interface.
1854 Use obsavestring on temp_parse_space instead of savestring
1855 on name, and remove call to ada_name_string_cleanup.
1856 Free string returned from ada_simple_renamed_entity.
1857 Use new interface to ada_lookup_symbol_list.
1858 Decomment disabled code.
1859 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
1860 not types.
1861 When a type name lookup succeeds as a result of
1862 lookup_primitive_typename, check for regular type entry that has not
1863 yet been read in.
1864 Limit length of chain of renamed symbols we are willing to follow.
1865 Do not break names beginning with "standard__" into segments.
1866 (block_lookup): Use new interface to ada_lookup_symbol_list.
1867
1868 * ada-typeprint.c: Update copyright notice.
1869 (demangled_type_name): Rename to decoded_type_name.
1870 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
1871 (print_range_bound): Correct handling of negative
1872 bounds that make the index type looked unsigned under STABS.
1873 (print_dynamic_range_bound): Use new interface to get_int_var_value.
1874 (print_range_type_named): Use the builtin int type if no type
1875 corresponding to the given type name could be found.
1876 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
1877 Add some bullet-proofing.
1878 (print_variant_clauses): Allow for variant branches with ___XVU
1879 encodings that are not dynamic fields.
1880 Use new interface to ada_is_tagged_type.
1881 (print_record_type): Allow for fields with ___XVE encodings that
1882 are not dynamic fields.
1883 Use new interface to ada_is_tagged_type.
1884 (ada_print_type): ada_is_array_descriptor =>
1885 ada_is_array_descriptor_type.
1886
1887 * ada-valprint.c: Update copyright notice.
1888 Include gdb_string.h
1889 Include infcall.h
1890 (ui_memcpy): New function.
1891 (ada_print_floating): New function.
1892 (ada_print_str): Order arguments correctly.
1893 Correct handling of empty arrays and arrays of 0-length items.
1894 ada_is_array_descriptor => ada_is_array_descriptor_type
1895 Print values of type System.Address in hexadecimal format.
1896 Use ada_print_floating to print floating-point numbers in Ada format.
1897 Print class tag values with type names.
1898 No longer print the address of reference values. Avoids
1899 a potential confusion.
1900 (ada_value_print): Stop printing the object type for reference
1901 values, but preserve that behavior for access types. Avoids
1902 a potential confusion.
1903 Simplify one conditional expression, as the first part is now
1904 necessarily true.
1905 ada_is_array_descriptor => ada_is_array_descriptor_type
1906 Add check for arrays for null records, and print them by hand.
1907
1908 2004-06-01 Jim Blandy <jimb@redhat.com>
1909
1910 * ppc-tdep.h: Delete unused 'regoff' member.
1911 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
1912
1913 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
1914
1915 Fix PR symtab/1661.
1916 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
1917 (hpread_read_struct_type): Likewise.
1918
1919 2004-06-01 Andrew Cagney <cagney@gnu.org>
1920
1921 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
1922 instead of xasprintf.
1923 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
1924 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
1925 (mi_cmd_data_list_register_names)
1926 (mi_cmd_data_list_changed_registers)
1927 (mi_cmd_data_list_register_values)
1928 (get_register, mi_cmd_data_write_register_values)
1929 (mi_cmd_data_write_register_values)
1930 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
1931 (mi_cmd_target_download, mi_cmd_target_select)
1932 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
1933 (mi_execute_cli_command, mi_execute_async_cli_command)
1934 (mi_execute_async_cli_command): Ditto.
1935 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
1936 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
1937
1938 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
1939 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
1940 error_last_message instead of mi_error_last_message.
1941 * mi/mi-main.c (mi_error_last_message): Delete function.
1942
1943 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
1944 "invalid number of columns" error. Delete redundant "out of
1945 memory" check.
1946
1947 2004-05-31 Mark Kettenis <kettenis@gnu.org>
1948
1949 * i386bsd-nat.c: Don't include <sys/procfs.h>.
1950 (gregset_t, fpregset_t): Remove typedefs.
1951 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
1952 (REG_OFFSET): Rename argument.
1953 (i386bsd_r_reg_offset): Rename from reg_offset.
1954 (REG_ADDR): Remove macro.
1955 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
1956 functions.
1957 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
1958 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
1959 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
1960 instead of supply_gregset.
1961 (store_inferior_registers): Use `struct reg' and `struct fpreg'
1962 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
1963 instead of fill_gregset.
1964 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
1965
1966 * i386bsd-nat.c: Don't include "gregset.h".
1967 (supply_gregset, fill_gregset): Make static.
1968 (supply_fpregset, fill_fpregset): Remove.
1969 * Makefile.in (i386bsd-nat.o): Update dependencies.
1970
1971 2004-05-30 Mark Kettenis <kettenis@gnu.org>
1972
1973 * fbsd-proc.c: Include "regcache.h", "regset.h" and
1974 "gdb_assert.h". Con't include "gregset.h".
1975 (fbsd_make_corefile_notes): Use regset-based core file support
1976 instead off fill_gregset and fill_fpregset.
1977 * Makefile.in (fbsd-proc.o): Update dependencies.
1978
1979 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
1980 instructions.
1981 (m88k_frame_prev_register): Simplify code a bit.
1982
1983 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
1984 (amd64_collect_fpregset): New function.
1985 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
1986
1987 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
1988
1989 * i386-tdep.c (i386_supply_gregset): Adjust comment.
1990 (i386_collect_gregset): New function.
1991 (i386_supply_fpregset): Adjust comment.
1992 (i386_collect_fpregset): New function.
1993 (i386_regset_from_core_section): Use i386_collect_gregset and
1994 i386_collect_fpregset.
1995
1996 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
1997 handle VALUEP being null.
1998
1999 * regset.h (collect_regset_ftype): Unconstify fourth argument.
2000
2001 2004-05-29 Mark Kettenis <kettenis@gnu.org>
2002
2003 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
2004
2005 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
2006 assembler in OpenBSD 3.5-current.
2007 (amd64obsd_sigcontext_addr): Likewise.
2008
2009 2004-05-28 Jim Blandy <jimb@redhat.com>
2010
2011 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
2012 register set, so our regcache isn't declared "legacy" and our E500
2013 pseudoregister read and write functions aren't ignored.
2014 (rs6000_register_byte, rs6000_register_raw_size,
2015 rs6000_register_virtual_type, rs6000_register_convertible,
2016 rs6000_register_convert_to_virtual,
2017 rs6000_register_convert_to_raw): Deleted.
2018 (rs6000_register_type, rs6000_convert_register_p,
2019 rs6000_register_to_value, rs6000_value_to_register): New
2020 functions.
2021 (rs6000_gdbarch_init): Don't register
2022 gdbarch_deprecated_register_size,
2023 gdbarch_deprecated_register_bytes,
2024 gdbarch_deprecated_register_byte,
2025 gdbarch_deprecated_register_raw_size,
2026 gdbarch_deprecated_register_virtual_type,
2027 gdbarch_deprecated_register_convertible,
2028 gdbarch_deprecated_register_convert_to_virtual, or
2029 gdbarch_deprecated_register_convert_to_raw methods. Instead,
2030 register gdbarch_register_type, gdbarch_convert_register_p,
2031 gdbarch_register_to_value, and gdbarch_value_to_register methods.
2032
2033 2004-05-26 Jim Blandy <jimb@redhat.com>
2034
2035 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
2036 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
2037 functions, updated to match the register numberings used in GCC.
2038 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
2039 rs6000_dwarf2_reg_to_regnum as register number conversions
2040 functions for STABS and Dwarf2.
2041
2042 2004-05-26 Randolph Chung <tausq@debian.org>
2043
2044 * infttrace.h (target_waitkind): Forward declare type instead of pulling
2045 in header file.
2046
2047 2004-05-25 Joel Brobecker <brobecker@gnat.com>
2048
2049 * NEWS: Document new "start" command.
2050
2051 2004-05-25 Randolph Chung <tausq@debian.org>
2052
2053 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
2054 hppa-linux.
2055
2056 2004-05-25 Randolph Chung <tausq@debian.org>
2057
2058 * hppa-hpux-tdep.c (offsetof): Define.
2059 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
2060 (hppa32_hpux_frame_base_before_sigtramp)
2061 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
2062 (hppa64_hpux_frame_saved_pc_in_sigtramp)
2063 (hppa64_hpux_frame_base_before_sigtramp)
2064 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
2065 functions.
2066 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
2067 (hppa_hpux_sigtramp_frame_unwind_cache)
2068 (hppa_hpux_sigtramp_frame_this_id)
2069 (hppa_hpux_sigtramp_frame_prev_register)
2070 (hppa_hpux_sigtramp_frame_unwind)
2071 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
2072 (hppa_hpux_init_abi): Register sigtramp unwinder.
2073 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
2074
2075 2004-05-25 Randolph Chung <tausq@debian.org>
2076
2077 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
2078 and multiple stack unwinds.
2079 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
2080
2081 2004-05-25 Andrew Cagney <cagney@gnu.org>
2082
2083 * symfile.h (symbol_file_add_from_memory): Delete declaration.
2084 * symfile-mem.h: Delete file.
2085 * symfile-mem.c: Do not include "symfile-mem.h".
2086 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
2087 "struct bfd_section". When an error do not bother returning NULL.
2088 (add_symbol_file_from_memory_command): Use "struct bfd" and
2089 "struct bfd_section".
2090 * Makefile.in (symfile_mem_h): Delete.
2091 (symfile-mem.o): Update dependencies.
2092
2093 2004-05-25 Nick Roberts <nickrob@gnu.org>
2094
2095 * gdb-mi.el: New file.
2096
2097 2004-05-25 Andrew Cagney <cagney@gnu.org>
2098
2099 * inftarg.c: Include "observer.h".
2100 (child_attach, child_create_inferior): Notify inferior_created.
2101 * corelow.c: Include "observer.h".
2102 (core_open): Notify inferior_created.
2103 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
2104
2105 2004-05-25 Andrew Cagney <cagney@gnu.org>
2106
2107 * target.h (struct target_ops): Add from_tty to
2108 to_create_inferior.
2109 (target_create_inferior, find_default_create_inferior): Update.
2110 * infcmd.c (run_command): Update.
2111 * wince.c (child_create_inferior): Update.
2112 * win32-nat.c (child_create_inferior): Update.
2113 * uw-thread.c (uw_thread_create_inferior): Update.
2114 * thread-db.c (thread_db_create_inferior): Update.
2115 * target.c (debug_to_create_inferior)
2116 (find_default_create_inferior): Update.
2117 (maybe_kill_then_create_inferior): Update.
2118 * sol-thread.c (sol_thread_create_inferior): Update.
2119 * remote.c (extended_remote_async_create_inferior)
2120 (extended_remote_create_inferior): Update.
2121 * remote-vx.c (vx_create_inferior): Update.
2122 * remote-st.c (st2000_create_inferior): Update.
2123 * remote-sim.c (gdbsim_create_inferior): Update.
2124 * remote-sds.c (sds_create_inferior): Update.
2125 * remote-rdp.c (remote_rdp_create_inferior): Update.
2126 * remote-rdi.c (arm_rdi_create_inferior): Update.
2127 * remote-m32r-sdi.c (m32r_create_inferior): Update.
2128 * remote-e7000.c (e7000_create_inferior): Update.
2129 * procfs.c (procfs_create_inferior): Update.
2130 * ocd.c (ocd_create_inferior): Update.
2131 * ocd.h (ocd_create_inferior): Update.
2132 * nto-procfs.c (procfs_create_inferior): Update.
2133 * monitor.c (monitor_create_inferior): Update.
2134 * lin-lwp.c (lin_lwp_create_inferior): Update.
2135 * inftarg.c (child_create_inferior): Update.
2136 * hpux-thread.c (hpux_thread_create_inferior): Update.
2137 * gnu-nat.c (gnu_create_inferior): Update.
2138
2139 2004-05-25 Andrew Cagney <cagney@gnu.com>
2140
2141 * MAINTAINERS: Update e-mail address.
2142
2143 2004-05-24 Randolph Chung <tausq@debian.org>
2144
2145 * thread.c (info_threads_command, thread_apply_all_command)
2146 (thread_apply_command, thread_command, do_captured_thread_select):
2147 Remove HPUXHPPA-specific code.
2148
2149 2004-05-24 Randolph Chung <tausq@debian.org>
2150
2151 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
2152 unused symbols.
2153 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
2154 references.
2155
2156 2004-05-24 Joel Brobecker <brobecker@gnat.com>
2157
2158 * infcmd.c (kill_if_already_running): New function, extracted
2159 from run_command().
2160 (run_command): Replace extracted code by call to
2161 kill_if_already_running().
2162 (start_command): New function.
2163 (_initialize_infcmd): Add "start" command.
2164
2165 2004-05-24 Mark Kettenis <kettenis@gnu.org>
2166
2167 Add OpenBSD/m88k support.
2168 * NEWS (New native configurations): Mention OpenBSD/m88k.
2169 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
2170 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
2171 * Makefile.in (m88k_tdep_h): New variable.
2172 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
2173 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
2174 * configure.host: Add m88*-*-openbsd*.
2175 * configure.tgt: Add m88*-*-openbsd*.
2176
2177 2004-05-24 Jim Blandy <jimb@redhat.com>
2178
2179 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
2180 to approve changes.
2181
2182 2004-05-24 Kevin Buettner <kevinb@redhat.com>
2183
2184 * symtab.c (fixup_section): Search section table when lookup by
2185 name fails.
2186
2187 2004-05-24 Randolph Chung <tausq@debian.org>
2188
2189 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
2190 be "small_struct".
2191
2192 2004-05-24 Mark Kettenis <kettenis@gnu.org>
2193
2194 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
2195 register number in regcache_raw_collect call.
2196 (m68kbsd_collect_fpregset): Likewise.
2197 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
2198
2199 * regset.h (struct regset): Add back `regset' member.
2200
2201 2004-05-23 Mark Kettenis <kettenis@gnu.org>
2202
2203 * configure.in: Check for td_pcb in `struct thread'.
2204 * configure, config.in: Regenerated.
2205
2206 * dpx2-nat.c: Remove file.
2207 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
2208 (dpx2-nat.o): Remove dependencies.
2209
2210 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
2211 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
2212 (amd64obsd_supply_pcb): New function.
2213 (_initialize_amd64obsd_nat): Enable libkvm interface.
2214 * Makefile.in (amd64obsd-nat.o): Update dependencies.
2215 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
2216 (LOADLIBES): New variable.
2217
2218 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
2219 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
2220 (sparc32nbsd_supply_pcb): New function.
2221 (_initialize_sparcnbsd_nat): Enable libkvm interface.
2222 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
2223 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2224 (LOADLIBES): New variable.
2225
2226 2004-05-22 Mark Kettenis <kettenis@gnu.org>
2227
2228 * bsd-kvm.c, bsd-kvm.h: New files.
2229 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2230 "bsd-kvm.h".
2231 (i386fbsd_supply_pcb): New function.
2232 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
2233 (i386fbsd-nat.o): Update dependencies.
2234 (bsd_kvm_h): New variable.
2235 (bsd-kvm.o): New dependency.
2236 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2237 (LOADLIBES): New variable.
2238
2239 * regset.c: Tweak comment.
2240 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
2241 macro.
2242 * regset.h: Update copyright year.
2243 (struct regset): Remove `descr' member, add `gdbarch' member.
2244 (regset_alloc): Adjust prototype and comment.
2245 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
2246 (i386_supply_fpregset): Likewise.
2247 (i386_regset_from_core_section): Update call to regset_alloc.
2248 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
2249 REGSET->arch.
2250 (i386obsd_aout_regset_from_core_section): Update call to
2251 regset_alloc.
2252 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
2253 REGSET->arch.
2254 (i386nbsd_aout_regset_from_core_section): Update call to
2255 regset_alloc.
2256 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
2257 REGSET->arch.
2258 (amd64_regset_from_core_section): Update call to regset_alloc.
2259 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
2260 REGSET->arch.
2261 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
2262 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
2263 &sparc32nbsd_gregset in sparc32_supply_gregset call.
2264 (sparc32nbsd_init_abi): Update call to regset_alloc.
2265 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
2266 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
2267 (sparc64obsd_init_abi): Update call to regset_alloc.
2268 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
2269 &sparc64nbsd_gregset in sparc64_supply_gregset call.
2270 (sparc64nbsd_init_abi): Update call to regset_alloc.
2271 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
2272 &sparc64fbsd_gregset in sparc64_supply_gregset call.
2273 (sparc64fbsd_init_abi): Update call to regset_alloc.
2274
2275 2004-05-22 Jim Blandy <jimb@redhat.com>
2276
2277 * ppc-tdep.h (spe_register_p): New declaration.
2278 (struct gdbarch_tdep): New members: ppc_acc_regnum and
2279 ppc_spefscr_regnum.
2280 * rs6000-tdep.c (spe_register_p): New function.
2281 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
2282 spefscr.
2283 (rs6000_gdbarch_init): Initialize the new members of the tdep
2284 structure.
2285
2286 2004-05-21 Jim Blandy <jimb@redhat.com>
2287
2288 * ppc-linux-nat.c (fetch_register): Move code back to be next
2289 to the comment that describes it. (Moved code, instead of
2290 comment, for symmetry with store_register.)
2291
2292 Allocate regset structures in the gdbarch's obstack, not using
2293 xmalloc.
2294 * regset.c (regset_alloc): Renamed from regset_xmalloc.
2295 Add 'arch' argument. Allocate the regset on arch's obstack, not
2296 using xmalloc.
2297 * regset.h (regset_alloc): Update declaration.
2298 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
2299 gdbarch argument.
2300 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
2301 * i386-tdep.c (i386_regset_from_core_section): Same.
2302 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
2303 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
2304 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
2305 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
2306 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
2307 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
2308
2309 2004-05-21 Joel Brobecker <brobecker@gnat.com>
2310
2311 * config/djgpp/fnchange.lst: Undo previous change, was useless.
2312
2313 2004-05-21 Jim Blandy <jimb@redhat.com>
2314
2315 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
2316 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
2317
2318 2004-05-20 Jim Blandy <jimb@redhat.com>
2319
2320 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
2321
2322 2004-05-20 Mark Kettenis <kettenis@gnu.org>
2323
2324 * regset.h: Make prototype const-correct.
2325 * regset.c (regset_xmalloc): Make const-correct.
2326
2327 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
2328
2329 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
2330 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
2331 (symbol_search_name): Declare.
2332
2333 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
2334 (iter_name_next_hashed): Ditto.
2335 (iter_name_next_linear): Ditto.
2336 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
2337
2338 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
2339 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
2340 (symbol_search_name): New function.
2341
2342 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
2343
2344 * minsyms.c (build_minimal_symbol_hash_tables): Change
2345 test for adding to demangled hash table to check for difference
2346 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
2347
2348 2004-05-19 Jim Blandy <jimb@redhat.com>
2349
2350 Use a constructor function to create regset structures.
2351 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
2352 (struct regset): Use supply_regset_ftype. Add new
2353 'collect_regset' member.
2354 (regset_xmalloc): New declaration.
2355 * regset.c: New file.
2356 * am64-tdep.c (amd64_regset_from_core_section): Use
2357 regset_xmalloc to construct regset structures.
2358 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
2359 * i386-tdep.c (i386_regset_from_core_section): Same.
2360 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
2361 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
2362 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
2363 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
2364 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
2365 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
2366 * Makefile.in (COMMON_OBS): Add regset.o.
2367 (regset.o): New rule.
2368
2369 2004-05-19 Joel Brobecker <brobecker@gnat.com>
2370
2371 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
2372 and pthread_cond_wait.c.
2373
2374 2004-05-18 Jim Blandy <jimb@redhat.com>
2375
2376 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
2377 before the mach-specific switch, and then let the individual cases
2378 override the defaults, rather than leaving them uninitialized
2379 until the switch and then setting them in each case.
2380
2381 2004-05-18 Randolph Chung <tausq@debian.org>
2382
2383 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
2384 millicode functions.
2385
2386 2004-05-18 Randolph Chung <tausq@debian.org>
2387
2388 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
2389 references to dld_flags_buffer consistent.
2390
2391 2004-05-18 Randolph Chung <tausq@debian.org>
2392
2393 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
2394 it for unwinding the stack.
2395
2396 2004-05-18 Randolph Chung <tausq@debian.org>
2397
2398 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
2399 Undefine these so we can overide them using gdbarch.
2400
2401 2004-05-18 Randolph Chung <tausq@debian.org>
2402
2403 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
2404 handling for 64-bit HPUX (elf).
2405
2406 2004-05-18 Daniel Jacobowitz <dan@debian.org>
2407
2408 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
2409 constants.
2410 * amd64-tdep.c (amd64_skip_prologue): Likewise.
2411 * ia64-tdep.c (examine_prologue): Likewise.
2412 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
2413 * v850-tdep.c (v850_fix_call_dummy): Likewise.
2414
2415 2004-05-18 Mark Kettenis <kettenis@gnu.org>
2416
2417 * vax-tdep.c (vax_return_value): Implement
2418 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2419
2420 2004-05-17 Mark Kettenis <kettenis@gnu.org>
2421
2422 * vax-tdep.c (vax_return_value): Fix typo.
2423
2424 2004-05-17 Andrew Cagney <cagney@redhat.com>
2425
2426 * MAINTAINERS: Mark Salter was also responsible for
2427 testsuite/config/
2428
2429 * NEWS: Mention signal fixes.
2430
2431 2004-05-17 Randolph Chung <tausq@debian.org>
2432
2433 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
2434 check to see if we are unwinding an export stub. Export stubs clobber
2435 the %rp in the call path and stores the original rp in a stack slot.
2436
2437 2004-05-17 Jim Blandy <jimb@redhat.com>
2438
2439 * MAINTAINERS: Update address for J.T. Conklin.
2440
2441 2004-05-17 Randolph Chung <tausq@debian.org>
2442
2443 * hppa-tdep.c: Remove superfluous #include's.
2444 * Makefile.in (hppa-tdep.o): Update dependencies.
2445
2446 2004-05-17 Randolph Chung <tausq@debian.org>
2447
2448 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
2449 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
2450 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
2451 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
2452 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
2453 Remove static function declarations.
2454
2455 2004-05-17 Mark Kettenis <kettenis@gnu.org>
2456
2457 * alphabsd-nat.c: Update copyright year.
2458 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
2459
2460 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
2461 and M68K_A2_REGNUM.
2462
2463 * m68k-tdep.c (m68k_svr4_return_value): Implement
2464 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2465
2466 2004-05-16 Mark Kettenis <kettenis@gnu.org>
2467
2468 * sol-thread.c Update copyright year. Fix various coding
2469 standards violations. Tweak a few comments.
2470 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
2471 Delete prototypes.
2472
2473 2004-05-15 Randolph Chung <tausq@debian.org>
2474
2475 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
2476 as pointer instead of array reference since HPUX compiler does
2477 not accept unsized array arguments.
2478 * somsolib.c (dld_flags_buffer): Use constant array size.
2479
2480 2004-05-15 Mark Kettenis <kettenis@gnu.org>
2481
2482 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
2483 offset with decimal offset.
2484 (amd64obsd_sigcontext_addr): Return correct address for entire
2485 signal trampoline.
2486
2487 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
2488 instead of get_frame_base.
2489
2490 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
2491 (fill_gregset): Use regcache_raw_collect.
2492
2493 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
2494 ppcobsd-tdep.c.
2495
2496 * config/sparc/tm-nbsd64.h: Remove file.
2497 * config/tm-sunos.h: Remove file.
2498
2499 2004-05-15 Joel Brobecker <brobecker@gnat.com>
2500
2501 * rs6000-tdep.c (store_param_on_stack_p): New function,
2502 an improved version of some code extracted from skip_prologue().
2503 (skip_prologue): Use store_param_on_stack_p() to detect
2504 instructions saving a parameter on the stack. Detect when r0
2505 is used to save a parameter.
2506 Do not mark "li rx, SIMM" instructions as part of the prologue,
2507 unless the following instruction is also part of the prologue.
2508
2509 2004-05-14 Andrew Cagney <cagney@redhat.com>
2510
2511 * infrun.c (handle_inferior_event): Simplify
2512 STEP_OVER_UNDEBUGGABLE.
2513
2514 * infrun.c (handle_step_into_function): Delete function.
2515 (handle_inferior_event): Inline calls to
2516 handle_step_into_function.
2517
2518 2004-05-14 Jerome Guitton <guitton@rome.act-europe.fr>
2519
2520 * rs6000-nat.c: Fix a comment.
2521
2522 2004-05-12 David Anderson <davea@sgi.com>
2523
2524 Committed by Jim Blandy <jimb@redhat.com>:
2525 * regcache.c (struct regcache_descr): fix comment spelling.
2526
2527 2004-05-13 J. Brobecker <brobecker@gnat.com>
2528
2529 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
2530 Fixes a link link failure.
2531
2532 2004-05-13 J. Brobecker <brobecker@gnat.com>
2533
2534 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
2535 error that was causing the build to fail.
2536
2537 2004-05-13 J. Brobecker <brobecker@gnat.com>
2538
2539 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
2540 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
2541
2542 2004-05-13 Andrew Cagney <cagney@redhat.com>
2543
2544 * infrun.c (handle_inferior_event): Check for
2545 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
2546 calls. Update comments.
2547
2548 2004-05-13 Jim Blandy <jimb@redhat.com>
2549
2550 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
2551 (fetch_regs_user_thread, fetch_regs_kernel_thread)
2552 (store_regs_user_thread, store_regs_kernel_thread): Use
2553 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
2554 * ppc-linux-nat.c (fill_gregset): Same.
2555 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
2556 (ppc_linux_sigtramp_cache): Same.
2557 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
2558 (ppcnbsd_sigtramp_cache_init): Same.
2559 * rs6000-nat.c (fetch_core_registers): Same.
2560 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
2561 (rs6000_frame_cache): Same.
2562
2563 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
2564 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
2565 of assuming that the gprs are numbered starting with zero.
2566 * ppc-linux-nat.c (fill_gregset): Same.
2567 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
2568 * ppcnbsd-nat.c (getregs_supplies): Same.
2569 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
2570 * rs6000-nat.c (fetch_core_registers): Same.
2571 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
2572
2573 2004-05-07 Michael Snyder <msnyder@redhat.com>
2574
2575 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
2576 LOC_COMPUTED_ARG, and LOC_INDIRECT.
2577
2578 2004-05-13 Andrew Cagney <cagney@redhat.com>
2579
2580 * infrun.c (handle_inferior_event): Use frame_unwind_id.
2581
2582 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
2583
2584 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
2585 base_address for shared libraries.
2586
2587 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
2588
2589 * MAINTAINERS (write after approval): Add myself.
2590
2591 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
2592
2593 * breakpoint.c (bpstat_stop_status): Add new argument
2594 STOPPED_BY_WATCHPOINT. Use it instead of testing
2595 target_stopped_data_address agaist 0 to check whether
2596 or not we stopped due to a hardware watchpoint.
2597 * breakpoint.h (bpstat_stop_status): Adapt prototype.
2598 * infrun.c (handle_inferior_event): Call bpstat_stop_status
2599 with new argument.
2600
2601 2004-05-12 Jim Blandy <jimb@redhat.com>
2602
2603 * configure.in: When checking whether we should use the -bbigtoc
2604 option, don't forget to restore the original value of LDFLAGS.
2605 * configure: Regenerated.
2606
2607 2004-05-12 Andrew Cagney <cagney@redhat.com>
2608
2609 * thread.c (load_infrun_state): Delete step_sp.
2610 * infrun.c (context_switch): Ditto.
2611 * inferior.h (step_sp): Ditto.
2612 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
2613 * gdbthread.h (struct thread_info, save_infrun_state)
2614 (restore_infrun_state): Ditto.
2615
2616 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
2617
2618 * MAINTAINERS (write after approval): Add myself.
2619
2620 2004-05-12 Andrew Cagney <cagney@redhat.com>
2621
2622 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
2623 eliminate reference to step_sp.
2624 (struct execution_control_state, init_execution_control_state)
2625 (handle_inferior_event, keep_going): Delete update_step_sp and
2626 step_sp.
2627 * infcmd.c (step_sp): Note that variable is unused.
2628
2629 2004-05-11 Andrew Cagney <cagney@redhat.com>
2630
2631 * infrun.c (step_over_function): Delete function.
2632 (handle_step_into_function): Use insert_step_resume_breakpoint.
2633 (insert_step_resume_breakpoint): Fix assertion.
2634
2635 2004-05-11 Nick Roberts <nickrob@gnu.org>
2636
2637 * utils.c (defaulted_query): Just use the normal query input type
2638 when printing the annotations.
2639
2640 2004-05-11 Andrew Cagney <cagney@redhat.com>
2641
2642 * infrun.c (handle_inferior_event): Simplify code handling
2643 step-into or return-from a signal trampoline.
2644
2645 2004-05-11 Andrew Cagney <cagney@redhat.com>
2646
2647 * ppcnbsd-tdep.c: Include "gdb_assert.h".
2648 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
2649
2650 2004-05-10 Jim Blandy <jimb@redhat.com>
2651
2652 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
2653 with a call to internal_error.
2654
2655 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
2656 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
2657 processor variant lacks those registers.
2658 (ppc_floating_point_unit_p): Change description to make it clear
2659 that this returns info about the ISA, not the ABI.
2660 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
2661 return true or false by checking tdep->ppc_fp0_regnum and
2662 tdep->ppc_fpscr_regnum. The original code replicated the BFD
2663 arch/mach switching done in rs6000_gdbarch_init; it's better to
2664 keep that logic there, and just check the results here.
2665 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
2666 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
2667 floating-point registers.
2668 (ppc_supply_fpregset, ppc_collect_fpregset)
2669 (rs6000_push_dummy_call, rs6000_extract_return_value)
2670 (rs6000_store_return_value): Assert that we have floating-point
2671 registers.
2672 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
2673 (rs6000_frame_cache): Don't note the locations at which
2674 floating-point registers were saved if we have no fprs.
2675 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
2676 registers.
2677 (fetch_regs_user_thread, fetch_regs_kernel_thread)
2678 (store_regs_user_thread, store_regs_kernel_thread): Only call
2679 supply_fprs / fill_fprs if we actually have floating-point
2680 registers.
2681 (special_register_p): Check ppc_fpscr_regnum before matching
2682 against it.
2683 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
2684 supply / collect fpscr if we don't have it.
2685 * ppc-bdm.c: #include "gdb_assert.h".
2686 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
2687 have floating-point registers, since I can't test this code on
2688 FP-free systems to adapt it.
2689 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
2690 fpscr and floating point register numbers if they don't exist.
2691 (fetch_register): Assert that we have floating-point registers
2692 before we reach the code that handles them.
2693 (store_register): Same. And use tdep instead of calling
2694 gdbarch_tdep again.
2695 (fill_fpregset): Don't try to collect FP registers and fpscr if we
2696 don't have them.
2697 (ppc_linux_sigtramp_cache): Don't record the saved locations of
2698 fprs and fpscr if we don't have them.
2699 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
2700 don't have them.
2701 * ppcnbsd-nat.c: #include "gdb_assert.h".
2702 (getfpregs_supplies): Assert that we have floating-point registers.
2703 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
2704 * ppcobsd-tdep.c: #include "gdb_assert.h".
2705 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
2706 have floating-point registers.
2707 * rs6000-nat.c (regmap): Don't match against the fpscr and
2708 floating point register numbers if they don't exist.
2709 (fetch_inferior_registers, store_inferior_registers,
2710 fetch_core_registers): Only fetch / store / supply the
2711 floating-point registers and the fpscr if we have them.
2712 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
2713 (ppcobsd-tdep.o): Update dependencies.
2714
2715 2004-05-10 Andrew Cagney <cagney@redhat.com>
2716
2717 * infrun.c (through_sigtramp_breakpoint): Delete variable.
2718 (context_switch): Do not switch through_sigtramp_breakpoint.
2719 * gdbthread.h (save_infrun_state, load_infrun_state)
2720 (struct thread_info): Delete through_sigtramp_breakpoint parameter
2721 and structure member.
2722 * thread.c (load_infrun_state, save_infrun_state): Update.
2723
2724 2004-05-10 Mark Kettenis <kettenis@gnu.org>
2725
2726 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
2727
2728 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2729
2730 * acinclude.m4: Quote macro names being defined by AC_DEFUN
2731 throughout.
2732 * aclocal.m4: Regenerate.
2733
2734 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
2735
2736 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
2737
2738 2004-05-10 Andrew Cagney <cagney@redhat.com>
2739
2740 * infrun.c (check_sigtramp2): Delete function.
2741 (handle_inferior_event): When single stepping, and taking a
2742 signal, set a breakpoint at the signal return address. Delete
2743 redundant calls to check_sigtramp2.
2744 (insert_step_resume_breakpoint): New function.
2745 (through_sigtramp_breakpoint, handle_inferior_event)
2746 (follow_exec, wait_for_inferior, fetch_inferior_event)
2747 (currently_stepping, keep_going): Delete most uses of
2748 through_sigtramp_breakpoint, not that it should be deleted.
2749 (delete_breakpoint_current_contents): Delete function.
2750
2751 2004-05-10 Randolph Chung <tausq@debian.org>
2752
2753 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
2754 target.
2755 * config/pa/tm-linux.h: New file.
2756
2757 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
2758
2759 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
2760 of prefixes. Don't print the prefix twice in the CLI.
2761
2762 2004-05-10 Jim Blandy <jimb@redhat.com>
2763
2764 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
2765 collect all the gprs.
2766
2767 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
2768 loop collecting gprs.
2769
2770 2004-05-09 Andrew Cagney <cagney@redhat.com>
2771
2772 * remote-vx.c (net_step): Delete step-range code.
2773 * remote.c (remote_resume, init_all_packet_configs)
2774 (set_remote_protocol_E_packet_cmd)
2775 (show_remote_protocol_E_packet_cmd)
2776 (remote_protocol_E, show_remote_cmd, _initialize_remote)
2777 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
2778 (show_remote_protocol_e_packet_cmd): Ditto.
2779
2780 2004-05-09 Mark Kettenis <kettenis@gnu.org>
2781
2782 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
2783
2784 * hppa-tdep.h: Update copyright year.
2785 (struct trad_frame_saved_reg): Add opaque declaration.
2786
2787 * amd64-tdep.c (amd64_return_value): Implement
2788 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2789
2790 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
2791 (m68k_value_to_register): New functions.
2792 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
2793 value_to_register.
2794
2795 * defs.h (enum return_value_convention): Add
2796 RETURN_VALUE_ABI_RETURNS_ADDRESS and
2797 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
2798 * infcmd.c (legacy_return_value): New function.
2799 (print_return_value): Rwerite to implement
2800 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2801 * values.c (using_struct_return): Check for inequality to
2802 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
2803 RETURN_VALUE_STRUCT_CONVENTION.
2804 * i386-tdep.c (i386_return_value): Implement
2805 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2806
2807 * vax-tdep.c: Tweak comments. Reorder include files. Don't
2808 include "symtab.h", "opcode/vax.h" and "inferior.h".
2809 (vax_skip_prologue): Replace calls to read_memory_integer by calls
2810 to read_memory_unsigned_integer.
2811 (vax_gdbarch_init): Reorder.
2812 (_initialize_vax_tdep): Spell out prototype.
2813 * Makefile.in (vax-tdep.o): Update dependencies.
2814
2815 2004-05-08 Andrew Cagney <cagney@redhat.com>
2816
2817 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
2818 * target.c (target_detach, target_disconnect): Ditto.
2819
2820 * infcall.c (call_function_by_hand): When no
2821 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
2822 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
2823 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
2824 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2825 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2826
2827 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
2828 * gdbarch.h, gdbarch.c: Re-generate.
2829 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
2830 deprecated_fix_call_dummy.
2831 * v850-tdep.c (v850_gdbarch_init): Ditto.
2832 * infcall.c (call_function_by_hand): Do not call
2833 DEPRECATED_FIX_CALL_DUMMY.
2834
2835 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
2836 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
2837 * gdbarch.h, gdbarch.c: Re-generate.
2838 * arm-linux-tdep.c (arm_linux_call_dummy_words)
2839 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
2840 deprecated_sizeof_call_dummy_words.
2841 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
2842 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2843 * v850-tdep.c (v850_gdbarch_init): Ditto.
2844 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2845 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
2846 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2847 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2848 * arch-utils.h (legacy_call_dummy_words)
2849 (legacy_sizeof_call_dummy_words): Delete declarations.
2850 * arch-utils.c (legacy_call_dummy_words)
2851 (legacy_sizeof_call_dummy_words): Delete variables.
2852
2853 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
2854 * gdbarch.h, gdbarch.c: Re-generate.
2855 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
2856 * infcall.c (call_function_by_hand): Eliminate call to
2857 DEPRECATED_PUSH_DUMMY_FRAME.
2858 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
2859 push_dummy_frame.
2860 (ns32k_push_dummy_frame): Delete function.
2861
2862 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
2863 deprecated_call_dummy_breakpoint_offset or
2864 deprecated_call_dummy_start_offset.
2865 * dummy-frame.c, arm-tdep.c: Update comments.
2866 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
2867 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
2868 * gdbarch.h, gdbarch.c: Re-generate.
2869
2870 * infcall.c (legacy_push_dummy_code): Delete function.
2871 (push_dummy_code): Delete call.
2872
2873 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
2874 * gdbarch.h, gdbarch.c: Re-generate.
2875 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
2876 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
2877 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
2878 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
2879
2880 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
2881 (struct frame_info): Delete opaque declaration.
2882 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
2883 * frame.c (get_frame_type): Delete call.
2884
2885 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
2886 pc_in_call_dummy.
2887 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
2888 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
2889
2890 2004-05-08 Mark Kettenis <kettenis@gnu.org>
2891
2892 * alphanbsd-tdep.c: Include "gdb_string.h".
2893 * armnbsd-tdep.c: Update copyright year.
2894 Include "gdb_string.h".
2895 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
2896 dependencies.
2897
2898 * delta68-nat.c: Remove file.
2899 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
2900 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
2901 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
2902 (delta68-nat.o): Remove dependency.
2903
2904 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
2905 function.
2906 (m68k_gdbarch_init): Don't set
2907 deprecated_frameless_function_invocation.
2908
2909 2004-05-07 Randolph Chung <tausq@debian.org>
2910
2911 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
2912 read_memory_nobpt for code reading when doing frame unwinding.
2913 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
2914
2915 2004-05-07 Randolph Chung <tausq@debian.org>
2916
2917 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
2918 instead of sp, handle sigaltstack case.
2919 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
2920 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
2921 signal handler and not that of the caller.
2922 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
2923 hppa_linux_sigtramp_find_sigcontext.
2924
2925 2004-05-07 Randolph Chung <tausq@debian.org>
2926
2927 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
2928 hppa-linux-nat.c.
2929 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
2930 * hppa-linux-nat.c (fetch_register, store_register): Define.
2931 (fetch_inferior_registers, store_inferior_registers): Define.
2932 (supply_gregset): Add comment and clean up some unneeded code.
2933 (fill_gregset): Add comment and fix so that it saves registers in
2934 the right place in the gregset.
2935 (fill_fpregset): Fix buffer overrun problem.
2936 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
2937
2938 2004-05-07 Randolph Chung <tausq@debian.org>
2939
2940 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
2941 do common handling of the pcoqt register.
2942 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
2943 to use helper function.
2944 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
2945 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
2946 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
2947 generic fallback unwinder when all else fails.
2948 (hppa_gdbarch_init): Add fallback sniffer.
2949 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
2950 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
2951 to use helper function.
2952
2953 2004-05-08 Joel Brobecker <brobecker@gnat.com>
2954
2955 * config/djgpp/fnchange.lst: Add translation rules for
2956 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
2957
2958 2004-05-08 Mark Kettenis <kettenis@gnu.org>
2959
2960 * frame.c (get_prev_frame_1): Work around GCC bug.
2961 * frame.h: Add comment about GCC bug.
2962
2963 2004-05-07 Andrew Cagney <cagney@redhat.com>
2964
2965 * observer.c: Include "commands.h" and "gdbcmd.h".
2966 (observer_debug, _initialize_observer): Add the
2967 command "set/show debug observer".
2968 * observer.sh: When observer debugging, log notify calls.
2969 * Makefile.in (observer.o): Update dependencies.
2970
2971 2004-05-07 Jason Molenda (jmolenda@apple.com)
2972
2973 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
2974
2975 2004-05-07 Jim Blandy <jimb@redhat.com>
2976
2977 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
2978 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
2979 to recognize gpr regnums, instead of assuming that
2980 tdep->ppc_fp0_regnum marks the end of the general-purpose
2981 registers.
2982
2983 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
2984 the given architecture has floating-point registers.
2985
2986 2004-05-07 Andrew Cagney <cagney@redhat.com>
2987
2988 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
2989 macro defined to 1.
2990 * gdbarch.h, gdbarch.c: Re-generate.
2991 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
2992 deprecated_use_generic_dummy_frames.
2993
2994 2004-05-07 Brian Ford <ford@vss.fsi.com>
2995
2996 * NEWS: Mention Cygwin DWARF 2 support.
2997
2998 2004-05-07 Andrew Cagney <cagney@redhat.com>
2999
3000 * objfiles.h (struct entry_info): Delete unused fields
3001 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
3002 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
3003 * mipsread.c (mipscoff_symfile_read): Update.
3004 * mdebugread.c (parse_partial_symbols): Update.
3005 * dwarfread.c (read_file_scope): Update.
3006 * dwarf2read.c (read_file_scope): Update.
3007 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
3008 * coffread.c (complete_symtab): Update.
3009
3010 2004-05-07 Mark Kettenis <kettenis@gnu.org>
3011
3012 * infcall.c (_initialize_infcall): Fix typo.
3013
3014 2004-05-07 Andrew Cagney <cagney@redhat.com>
3015
3016 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
3017 * command.h (add_setshow_zinteger_cmd): Declare.
3018
3019 2004-05-06 Randolph Chung <tausq@debian.org>
3020
3021 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
3022 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
3023 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
3024 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
3025 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
3026 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
3027 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
3028 definitions ...
3029 * hppa-tdep.h: ... to here, with HPPA_ prefix.
3030 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
3031 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
3032 (hppa64_hpux_frame_find_saved_regs_in_sig)
3033 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
3034 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
3035 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
3036 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
3037 (hppa_linux_sigtramp_frame_prev_register): Likewise.
3038 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
3039 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
3040 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
3041 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
3042 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
3043 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
3044 (hppa32_register_type, hppa_cannot_store_register)
3045 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
3046 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
3047 * hpread.c (hpread_process_one_debug_symbol): Likewise.
3048 * pa64solib.c (pa64_solib_have_load_event)
3049 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
3050 (pa64_solib_unloaded_library_pathname): Likewise.
3051 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
3052 (som_solib_library_pathname): Likewise.
3053
3054 2004-05-05 Jim Ingham <jingham@apple.com>
3055
3056 * breakpoint.c (create_breakpoints): Copy the ignore count and
3057 thread id over from the pended breakpoint to the actual
3058 breakpoint.
3059
3060 2004-05-05 Andrew Cagney <cagney@redhat.com>
3061
3062 * gdbarch.sh (PARM_BOUNDARY): Delete.
3063 gdbarch.h, gdbarch.c: Re-generate.
3064 * valops.c (PARM_BOUNDARY): Delete macro.
3065 (value_push): Delete PARM_BOUNDARY code.
3066 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
3067
3068 2004-05-04 Jim Blandy <jimb@redhat.com>
3069
3070 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
3071 Don't assume that the gprs, fprs, and UISA sprs are
3072 contiguous, start at register number zero, and end with fpscr.
3073 Instead, use the numbers from the tdep structure.
3074
3075 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
3076 should no longer be used in code specific to the RS6000 and its
3077 derivatives.
3078 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
3079 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
3080 tdep->ppc_fp0_regnum.
3081 (ppc_supply_fpregset, ppc_collect_fpregset)
3082 (rs6000_push_dummy_call, rs6000_extract_return_value)
3083 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
3084 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
3085 FP0_REGNUM.
3086 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
3087 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
3088 Same.
3089 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
3090 bdm_ppc_store_registers): Same.
3091 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
3092 (store_register, fill_fpregset): Same.
3093 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
3094 (ppc_linux_supply_fpregset): Same.
3095 * ppcnbsd-nat.c (getfpregs_supplies): Same.
3096 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
3097 Same.
3098 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
3099 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
3100 ppc64_sysv_abi_return_value): Same.
3101 * rs6000-nat.c (regmap, fetch_inferior_registers)
3102 (store_inferior_registers, fetch_core_registers): Same.
3103
3104 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3105
3106 * m68knbsd-nat.c: Remove file.
3107 * m68knbsd-tdep.c: Remove file.
3108 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
3109 dependencies.
3110 * configure.host: Add m68k-*-netbsdelf*.
3111 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
3112 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
3113 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
3114 (XM_FILE): Remove.
3115 * config/m68k/nbsdelf.mh: New file.
3116 * config/m68k/nbsd.mt: New file.
3117 * config/m68k/nbsdaout.mt: Remove file.
3118 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
3119 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
3120 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
3121 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
3122 (use_struct_convention): Remove prototype.
3123 (USE_STRUCT_CONVENTION): Remove define.
3124 * config/m68k/xm-nbsd.h: Remove file.
3125
3126 2004-05-04 Michael Snyder <msnyder@redhat.com>
3127
3128 * m68k-tdep.c (m68k_gdbarch_init): Default to using
3129 reg_struct_return method (as gcc usually does for cross targets).
3130
3131 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3132
3133 Committed by Andrew Cagney.
3134 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
3135 alignment padding when accessing ucontext struct members.
3136
3137 2004-05-04 Jim Blandy <jimb@redhat.com>
3138
3139 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
3140 'ppc_gplast_regnum' member.
3141 (ppc_num_gprs): New enum constant.
3142 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
3143 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
3144 * rs6000-nat.c (regmap, fetch_inferior_registers,
3145 store_inferior_registers): Same.
3146 * rs6000-tdep.c (e500_pseudo_register_read)
3147 (e500_pseudo_register_write): Same.
3148 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
3149
3150 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
3151 * ppc-tdep.h (ppc_num_fprs): New enum constant.
3152 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
3153 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
3154 FPLAST_REGNUM.
3155 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
3156 Same.
3157 * ppc-linux-nat.c (ppc_register_u_addr): Same.
3158 * rs6000-nat.c (regmap, fetch_inferior_registers)
3159 (store_inferior_registers): Same.
3160
3161 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
3162 with FPLAST_REGNUM.
3163
3164 2004-05-03 Joel Brobecker <brobecker@gnat.com>
3165
3166 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
3167 failure detected by recent versions of GCC.
3168 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
3169 to be consistent with the usage in dwarf2_create_include_psymtab.
3170
3171 2004-05-03 Michael Snyder <msnyder@redhat.com>
3172
3173 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
3174 (heuristic_proc_start): Whitespace cleanup.
3175
3176 2004-05-04 Mark Kettenis <kettenis@gnu.org>
3177
3178 * sun3-nat.c: Remove file.
3179 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
3180 dependencies.
3181 (ALLDEPFILES): Remove sun3-nat.c.
3182 (sun3-nat.o): Remove dependencies.
3183
3184 * i386-interix-nat.c, i386-interix-tdep.c,
3185 config/i386/nm-interix.h, config/i386/interix.mh,
3186 config/i386/interix.mt: Remove files.
3187 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
3188 dependencies.
3189
3190 2004-05-03 Mark Kettenis <kettenis@gnu.org>
3191
3192 * m68k-tdep.h (struct gdbarch_tdep): Add member
3193 struct_value_regnum.
3194 (m68k_svr4_init_abi): New prototype.
3195 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
3196 different calling conventions.
3197 (m68k_extract_return_value): Remove code dealing with single-field
3198 structs.
3199 (m68k_store_return_value): Remove code dealing with single-field
3200 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
3201 (m68k_extract_struct_value_address): Remove function.
3202 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
3203 (m68k_reg_struct_return_p, m68k_return_value)
3204 (m68k_svr4_return_value): New functions.
3205 (m68k_use_struct_convention): Remove function.
3206 (m68k_push_dummy_call): Use new struct_value_regnum member of
3207 `struct gdbarch_tdep' instead of hardcoded register number to
3208 store STRUCT_ADDR.
3209 (m68k_svr4_init_abi): New function.
3210 (m68k_gdbarch_init): Don't set extract_return_value,
3211 store_return_values, deprecated_extract_struct_value_address and
3212 use_struct_convention. Set return_value instead. Initialize new
3213 struct_value_regnum member of `struct gdbarch_tdep'.
3214 * m68klinux-tdep.c: Update copyright year.
3215 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
3216 (m68k_linux_extract_struct_value_address): Remove function.
3217 (m68k_linux_init_abi): Don't set extract_return_value,
3218 store_return_values, deprecated_extract_struct_value_address and
3219 use_struct_convention. Call m68k_svr4_init_abi but override the
3220 new struct_value_regnum member of `struct gdbarch_tdep'.
3221 * Makefile.in (m68k-tdep.o): Update dependencies.
3222
3223 2004-05-03 J. Brobecker <brobecker@gnat.com>
3224
3225 * dwarf2read.c (line_header): Add new included_p field in
3226 field file_names.
3227 (partial_die_info): New field has_stmt_list. New field line_offset.
3228 (dwarf2_create_include_psymtab): New function.
3229 (dwarf2_build_include_psymtabs): New function.
3230 (add_file_name): Add forward declaration. Initialize new field.
3231 (dwarf_decode_lines): Add new parameter. Enhance this procedure
3232 to be able to determine the list of files included by the
3233 given unit, and build their associated psymtabs.
3234 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
3235 files as well.
3236 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
3237 (read_file_scope): Update call to dwarf_decode_lines.
3238 (read_partial_die): Handle DW_AT_stmt_list attributes.
3239
3240 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
3241
3242 Unfix PR gdb/1626.
3243 * configure.in: Revert special case for osf5.*.
3244 * configure: Regenerate.
3245
3246 2004-05-02 Jim Blandy <jimb@redhat.com>
3247
3248 Move the symbol-file-from-memory functions into their own file.
3249 * symfile-mem.c, symfile-mem.h: New files.
3250 * symfile.c (symbol_file_add_from_bfd): New function.
3251 (symbol_file_add): Call symbol_file_add_from_bfd.
3252 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
3253 Moved to symfile-mem.c.
3254 (_initialize_symfile): Move definition of
3255 add-symbol-file-from-memory command to symfile-mem.c.
3256 * symfile.h (symbol_file_add_from_bfd): New declaration.
3257 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
3258 * config/powerpc/linux.mt (TDEPFILES): Same.
3259 * Makefile.in (SFILES): Add symfile-mem.c.
3260 (symfile_mem_h): New variable.
3261 (HFILES_NO_SRCDIR): Add symfile-mem.h.
3262 (symfile-mem.o): New rule.
3263
3264 2004-05-01 Andrew Cagney <cagney@redhat.com>
3265
3266 * breakpoint.c (insert_bp_location): Use get_frame_id, and
3267 frame_find_by_id instead of frame_relative_level.
3268 (do_enable_breakpoint): Ditto.
3269 * thread.c: Update copyright.
3270 (info_threads_command): Ditto, simplify.
3271
3272 * frame.c (deprecated_generic_get_saved_register): Delete
3273 function, moved to "xstormy16-tdep.c".
3274 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
3275 deprecated_generic_get_saved_register from "frame.c".
3276 (xstormy16_frame_saved_register): Call
3277 xstormy16_get_saved_register.
3278 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
3279 static.
3280 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
3281 * frame.h (deprecated_generic_get_saved_register): Delete.
3282
3283 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
3284
3285 * dwarfread.c: Update documentation on the state of dwarf-1.
3286
3287 2004-05-01 Andrew Cagney <cagney@redhat.com>
3288
3289 * stack.c (select_frame_command): Delete call to
3290 frame_relative_level.
3291 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
3292 Delete #if0 code.
3293 (frame_info): Do not print FRAMELESS.
3294 (print_block_frame_labels): Replace DEPRECATED_STREQ.
3295 (catch_info): Delete #if0 code.
3296
3297 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
3298 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
3299 of frame_relative_level.
3300 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
3301 to SENTINEL_FRAME.
3302 * frame.h (enum frame_type): Add SENTINEL_FRAME.
3303 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
3304 frame_relative_level.
3305
3306 * frame.h (deprecated_set_frame_type): Delete declaration.
3307 * frame.c (deprecated_set_frame_type): Delete function, update
3308 comments.
3309
3310 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
3311 * gdbarch.h, gdbarch.c: Re-generate.
3312 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
3313 (shnbsd_pc_in_sigtramp): Delete.
3314 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
3315 pc_in_sigtramp.
3316 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
3317 pc_in_sigtramp.
3318 * frame.h: Update comments.
3319 * ppc-linux-tdep.c: Update comments.
3320 * breakpoint.c (bpstat_what): Update comments.
3321
3322 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
3323 m68klinux-tdep.o's dependencies, were previously added to
3324 m68klinux-nat.o.
3325
3326 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
3327 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
3328 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
3329 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
3330 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
3331
3332 * Makefile.in (m68klinux-nat.o): Update dependencies.
3333 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
3334 (m68k_linux_sigtramp_frame_cache)
3335 (m68k_linux_sigtramp_frame_this_id)
3336 (m68k_linux_sigtramp_frame_prev_register)
3337 (m68k_linux_sigtramp_frame_unwind)
3338 (m68k_linux_sigtramp_frame_sniffer)
3339 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
3340 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
3341 names, use trad-frame.h.
3342 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
3343 (struct m68k_sigtramp_info): Delete.
3344 * m68k-tdep.c (m68k_sigtramp_frame_cache)
3345 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
3346 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
3347 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
3348 "m68klinux-tdep.c".
3349
3350 * infrun.c (check_sigtramp2): Delete check for
3351 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
3352
3353 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3354
3355 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
3356
3357 2004-05-01 Andrew Cagney <cagney@redhat.com>
3358
3359 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
3360 (frv_linux_sigtramp_frame_cache)
3361 (frv_linux_sigtramp_frame_this_id)
3362 (frv_linux_sigtramp_frame_prev_register)
3363 (frv_linux_sigtramp_frame_unwind)
3364 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
3365 include "linux" in function and variable names, directly call
3366 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
3367 the latest trad-frame code.
3368 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
3369 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
3370 * Makefile.in (frv-linux-tdep.o): Update dependencies.
3371 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
3372 * frv-tdep.c (frv_sigtramp_frame_cache)
3373 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
3374 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
3375 frv-linux-tdep.c.
3376 (frv_gdbarch_init): Do not append a sigtramp sniffer.
3377 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
3378 (frv_set_sigcontext_reg_addr): Delete function.
3379
3380 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
3381 (DEPRECATED_SIGTRAMP_END): Delete.
3382 * gdbarch.h, gdbarch.c: Re-generate.
3383 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
3384 * config/vax/tm-vaxbsd.h: Update copyright.
3385 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
3386 (DEPRECATED_IN_SIGTRAMP): Define.
3387 * config/m68k/tm-nbsd.h: Update copyright.
3388 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
3389 (DEPRECATED_IN_SIGTRAMP): Define.
3390
3391 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3392
3393 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
3394 encondings. Fixes PR gdb/1628.
3395
3396 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
3397 DW_CFA_restore state without a matching DW_CFA_remember_state
3398 instead of aborting. Fixes PR backtrace/1589.
3399
3400 2004-04-30 Joel Brobecker <brobecker@gnat.com>
3401
3402 * MAINTAINERS: Add self as AIX maintainer.
3403 Update my e-mail address in write-after-approval section.
3404
3405 2004-04-30 Andrew Cagney <cagney@redhat.com>
3406
3407 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
3408 (legacy_get_prev_frame): Ditto.
3409
3410 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
3411 (mips_gdbarch_init): Do not set pc_in_sigtramp.
3412 * mipsread.c (sigtramp_address): Delete extern variable.
3413 (mipscoff_new_init): Delete reference.
3414 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
3415 (fixup_sigtramp): Delete function.
3416 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
3417 (fixup_sigtramp): Delete declarations.
3418
3419 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
3420 deprecated_pc_in_sigtramp.
3421 (ppcnbsd_pc_in_sigtramp): Delete function.
3422
3423 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3424
3425 * config/m68k/nm-nbsd.h: Tweak comments.
3426 * config/m68k/nm-nbsdaout.h: Likewise.
3427
3428 2004-04-30 Andrew Cagney <cagney@redhat.com>
3429
3430 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
3431 legacy_pc_in_sigtramp.
3432 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
3433
3434 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3435
3436 Add OpenBSD/m68k support.
3437 * NEWS (New native configurations): Mention OpenBSD/m68k.
3438 * m68kbsd-tdep.c: New file.
3439 * m68kbsd-nat.c: New file.
3440 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
3441 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
3442 * configure.host: Add m68k-*-openbsd.
3443 * configure.tgt: Add m68k-*-openbsd.
3444 * config/m68k/tm-obsd.h: New file.
3445 * config/m68k/obsd.mt: New file.
3446 * config/m68k/obsd.mh: New file.
3447 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
3448 m68kbsd-tdep.c.
3449
3450 2004-04-30 Andrew Cagney <cagney@redhat.com>
3451
3452 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
3453 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
3454
3455 2004-04-30 Mark Kettenis <kettenis@gnu.org>
3456
3457 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
3458 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
3459
3460 2004-04-30 Brian Ford <ford@vss.fsi.com>
3461
3462 Revert 2004-04-16 change.
3463 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
3464 (i386_coff_init_abi): Remove.
3465 * i386-tdep.h (i386_coff_init_abi): Remove.
3466 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
3467
3468 2004-04-30 Andrew Cagney <cagney@redhat.com>
3469
3470 * blockframe.c (find_pc_partial_function): Delete use of
3471 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
3472 DEPRECATED_SIGTRAMP_END.
3473
3474 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
3475 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
3476 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
3477 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
3478 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
3479
3480 * defs.h (deprecated_inside_entry_file): Delete declaration.
3481 * blockframe.c (deprecated_inside_entry_file): Delete function.
3482 (legacy_frame_chain_valid): Delete call.
3483 * sh64-tdep.c (sh64_frame_chain): Delete call.
3484 * objfiles.h: Update comments.
3485 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
3486 call.
3487 * frame.c (get_prev_frame): Delete call, update comments.
3488
3489 2004-04-30 Brian Ford <ford@vss.fsi.com>
3490
3491 * MAINTAINERS (Write After Approval): Add myself.
3492
3493 2004-04-30 Andrew Cagney <cagney@redhat.com>
3494
3495 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
3496 * gdbarch.h, gdbarch.c: Re-generate.
3497 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
3498 code.
3499
3500 2004-04-30 Andrew Cagney <cagney@redhat.com>
3501
3502 * gdb-events.sh (selected_thread_changed)
3503 (selected_frame_level_changed, target_changed): Delete.
3504 * gdb-events.h, gdb-events.c: Re-generate.
3505 * valops.c (value_assign): Update.
3506 * stack.c (select_frame_command, up_silently_base)
3507 (down_silently_base): Update.
3508
3509 2004-04-29 Andrew Cagney <cagney@redhat.com>
3510
3511 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
3512 registers correctly.
3513 (print_gp_register_row, mips32_heuristic_proc_desc)
3514 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
3515 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
3516 references to mips_isa_regsize.
3517
3518 2004-04-29 Andrew Cagney <cagney@redhat.com>
3519
3520 * mips-tdep.c (struct gdbarch_tdep): Delete
3521 mips_fp_register_double.
3522 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
3523 mips_abi_regsize.
3524 (mips_gdbarch_init): Do not set mips_fp_register_double.
3525 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
3526
3527 2004-04-29 Joel Brobecker <brobecker@gnat.com>
3528
3529 Committed by Andrew Cagney.
3530 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
3531 function calls.
3532
3533 2004-04-29 Andrew Cagney <cagney@redhat.com>
3534
3535 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
3536 gdbarch, use mips_abi, update callers.
3537 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
3538 mips_abi_regsize, update callers.
3539 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
3540 mips_default_abi_regsize.
3541 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
3542 mips_default_abi_regsize.
3543
3544 2004-04-29 Andrew Cagney <cagney@redhat.com>
3545
3546 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
3547 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
3548 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
3549 mips_default_abi_regsize.
3550 (mips_isa_regsize): Rename mips_regisze.
3551 * mipsnbsd-tdep.c: Update.
3552 * mips-linux-tdep.c: Update.
3553 * irix5-nat.c: Update.
3554 * mips-tdep.h (mips_isa_regsize): Update.
3555
3556 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
3557 Delete all disabled code.
3558 * gdb-events.h, gdb-events.c: Re-generate.
3559
3560 2004-04-19 Jerome Guitton <guitton@gnat.com>
3561 Mark Kettenis <kettenis@gnu.org>
3562
3563 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
3564 the function begins with a branch instruction.
3565
3566 2004-04-29 Mark Kettenis <kettenis@gnu.org>
3567
3568 * i386-tdep.c: Fix spelling mistakes.
3569
3570 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3571 Andrew Cagney <cagney@redhat.com>
3572
3573 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
3574 <sys/proc.h>.
3575 * acconfig.h: Provide default _KMEMUSER value.
3576 * config.in, configure: Re-generate.
3577 * NEWS: Mention fix.
3578
3579 2004-04-24 Randolph Chung <tausq@debian.org>
3580
3581 * configure.host (hppa*-*-linux*): New target.
3582 * configure.tgt (hppa*-*-linux*): Likewise.
3583 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
3584 gdbarch_init_osabi() call earlier so that osabi-specific frame
3585 unwinders can be registered first.
3586 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
3587 hppa-linux-nat.c.
3588 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
3589 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
3590 * config/pa/linux.mh: New file.
3591 * config/pa/linux.mt: New file.
3592 * config/pa/nm-linux.h: New file.
3593 * config/pa/xm-linux.h: New file.
3594 * hppa-linux-nat.c: New file.
3595 * hppa-linux-tdep.c: New file.
3596
3597 2004-04-28 Randolph Chung <tausq@debian.org>
3598
3599 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
3600 return values.
3601 (hppa32_push_dummy_call): Fix small struct and floating point argument
3602 passing, and make sure the stack frame is properly aligned.
3603
3604 2004-04-28 Andrew Cagney <cagney@redhat.com>
3605
3606 * stack.c (print_stack_frame): Fix description.
3607
3608 * NEWS: Mention gdb/gdbserver/configure execute permission
3609 changed. PR server/519.
3610
3611 2004-04-28 Andrew Cagney <cagney@redhat.com>
3612
3613 * stack.c (print_stack_frame_stub): Delete declaration.
3614 (struct print_stack_frame_args, print_stack_frame)
3615 (print_frame_info, print_frame): Replace "source" with print what.
3616 Replace "print" with "print_level". Replace "args" with
3617 "print_args".
3618 * frame.h (show_and_print_stack_frame, print_stack_frame)
3619 (print_frame_info): Update declarations.
3620 * stack.c (select_and_print_frame, frame_command)
3621 (current_frame_command, up_command, down_command): Update calls -
3622 use get_selected_frame, pass "enum print_what" for source, do not
3623 call frame_relative_level.
3624 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
3625 * remote-rdp.c (remote_rdp_open): Ditto.
3626 * remote-mips.c (common_open): Ditto.
3627 * remote-e7000.c (e7000_start_remote): Ditto.
3628 * ocd.c (ocd_start_remote): Ditto.
3629 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
3630 * infrun.c (normal_stop): Ditto.
3631 * inflow.c (kill_command): Ditto.
3632 * infcmd.c (finish_command): Ditto.
3633 * corelow.c (core_open): Ditto.
3634 * tracepoint.c (finish_tfind_command): Ditto.
3635 * thread.c (info_threads_command, info_threads_command)
3636 (restore_current_thread, do_captured_thread_select): Ditto.
3637 * ada-tasks.c (task_command): Ditto.
3638
3639 2004-04-26 Orjan Friberg <orjanf@axis.com>
3640
3641 * frame.c: Include "observer.h".
3642 (frame_observer_target_changed): New function.
3643 (_initialize_frame): Attach target_changed observer.
3644 * regcache.c: Include "observer.h".
3645 (regcache_observer_target_changed): New function.
3646 (_initialize_regcache): Attach target_changed observer.
3647 * valops.c: Include "observer.h".
3648 (value_assign): Notify target_changed event when modifying register.
3649 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
3650
3651 2004-04-26 Orjan Friberg <orjanf@axis.com>
3652
3653 From Paul Koning <pkoning@equallogic.com>:
3654 * breakpoint.c (free_valchain): New function.
3655 (insert_bp_location, delete_breakpoint): Use free_valchain.
3656 (remove_breakpoint): Do not remove the valchain.
3657 (bpstat_stop_status): If not stopped by watchpoint, skip
3658 watchpoints when generating stop status list.
3659 * infrun.c (handle_inferior_event): Make
3660 stepped_after_stopped_by_watchpoint a global variable.
3661 * remote.c (remote_stopped_data_address): Return watch data
3662 address rather than zero if stepped_after_stopped_by_watchpoint is
3663 set.
3664
3665 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
3666
3667 Fix PR gdb/1626.
3668 * configure.in: Check for curses after termcap.
3669 On osf5.*, do not check for ncurses.
3670 * configure: Regenerate.
3671
3672 2004-04-25 Mark Kettenis <kettenis@gnu.org>
3673
3674 * ppcobsd-nat.c: Include "ppc-tdep.h".
3675 * Makefile.in (ppcobsd-nat.o): Update dependencies.
3676
3677 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
3678 Fixes PR tdep/1623 and PR tdep/1624.
3679
3680 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
3681
3682 * xmodem.h, xmodem.c: Remove files.
3683 * Makefile.in: Remove references to xmodem.h, xmodem.c.
3684
3685 2004-04-23 Randolph Chung <tausq@debian.org>
3686
3687 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
3688 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
3689 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
3690 for handling stackless frames.
3691 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
3692
3693 2004-04-23 Randolph Chung <tausq@debian.org>
3694
3695 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
3696 starts at a pc before the frame is created.
3697
3698 2004-04-23 Joel Brobecker <brobecker@gnat.com>
3699
3700 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
3701
3702 2004-04-23 Jerome Guitton <guitton@gnat.fr>
3703
3704 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
3705 use convert_typed_floating to get the appropriate format.
3706
3707 2004-04-22 Randolph Chung <tausq@debian.org>
3708
3709 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
3710 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
3711 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
3712 (hppa_sign_extend): Add prototype.
3713 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
3714 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
3715 (sign_extend): Rename with hppa_ prefix and make non-static. Other
3716 hppa targets will also use these functions.
3717 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
3718 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
3719 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
3720 (hppa_gdbarch_init): Remove gdbarch setting of
3721 skip_trampoline_code, in_solib_call_trampoline and
3722 in_solib_return_trampoline.
3723 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3724 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
3725 hppa_in_solib_call_trampoline.
3726 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
3727 Moved from hppa-tdep.c.
3728 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
3729 in_solib_call_trampoline and in_solib_return_trampoline.
3730
3731 2004-04-22 Randolph Chung <tausq@debian.org>
3732
3733 * hppa-tdep.c (hppa_debug): New variable.
3734 (find_unwind_entry, hppa_frame_cache): Add debug output.
3735 (_initialize_hppa_tdep): Add command to set debug flag.
3736
3737 2004-04-22 Andrew Cagney <cagney@redhat.com>
3738
3739 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
3740 "trad-frame.h".
3741 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
3742 signal trampoline unwinder.
3743 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
3744
3745 2004-04-22 Mark Kettenis <kettenis@gnu.org>
3746
3747 Add OpenBSD/powerpc support.
3748 * NEWS (New native configurations): Mention OpenBSD/powerpc.
3749 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
3750 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
3751 (ppc_collect_fpregset): New prototypes.
3752 * ppcobsd-nat.c: New file.
3753 * ppcobsd-tdep.c: New file.
3754 * ppcobsd-tdep.h: New file.
3755 * rs6000-tdep.c: Include "regset.h".
3756 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
3757 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
3758 New functions.
3759 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
3760 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
3761 (rs6000-tdep.o): Update dependencies.
3762 * configure.host: Add powerpc-*-openbsd.
3763 * configure.tgt: Add powerpc-*-openbsd.
3764 * config/powerpc/obsd.mh: New file.
3765 * config/powerpc/nm-obsd.h: New file.
3766 * config/powerpc/obsd.mt: New file.
3767
3768 2004-04-22 Andrew Cagney <cagney@redhat.com>
3769
3770 * frame.h (show_frame_info): Delete declaration.
3771
3772 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
3773 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
3774 * m32r-tdep.c (m32r_frame_this_id): Ditto.
3775 * frv-tdep.c (frv_frame_this_id): Ditto.
3776 * avr-tdep.c (avr_frame_this_id): Ditto.
3777
3778 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
3779
3780 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
3781
3782 2004-04-22 Jim Blandy <jimb@redhat.com>
3783
3784 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
3785 register number zero.
3786
3787 2004-04-21 Michael Snyder <msnyder@redhat.com>
3788
3789 * mips-tdep.c (heuristic_proc_start):
3790 Warning() already prefixes "Warning: ".
3791
3792 2004-04-21 Andrew Cagney <cagney@redhat.com>
3793
3794 * annotate.h (deprecated_annotate_starting_hook)
3795 (deprecated_annotate_stopped_hook)
3796 (deprecated_annotate_exited_hook)
3797 (deprecated_annotate_signal_hook)
3798 (deprecated_annotate_signalled_hook): Deprecate.
3799 * tracepoint.h (deprecated_create_tracepoint_hook)
3800 (deprecated_delete_tracepoint_hook)
3801 (deprecated_modify_tracepoint_hook)
3802 (deprecated_trace_find_hook)
3803 (deprecated_trace_start_stop_hook): Deprecate.
3804 * target.h (deprecated_target_new_objfile_hook): Deprecate.
3805 * remote.h (deprecated_target_resume_hook)
3806 (deprecated_target_wait_loop_hook): Deprecate.
3807 * gdbcore.h (deprecated_exec_file_display_hook)
3808 (deprecated_file_changed_hook): Deprecate.
3809 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
3810 * defs.h (deprecated_modify_breakpoint_hook)
3811 (deprecated_command_loop_hook, deprecated_show_load_progress)
3812 (deprecated_print_frame_info_listing_hook)
3813 (deprecated_query_hook, deprecated_warning_hook)
3814 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
3815 (deprecated_delete_breakpoint_hook)
3816 (deprecated_interactive_hook, deprecated_registers_changed_hook)
3817 (deprecated_readline_begin_hook, deprecated_readline_hook)
3818 (deprecated_readline_end_hook, deprecated_register_changed_hook)
3819 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
3820 (deprecated_context_hook, deprecated_target_wait_hook)
3821 (deprecated_attach_hook, deprecated_detach_hook)
3822 (deprecated_call_command_hook, deprecated_set_hook)
3823 (deprecated_error_hook, deprecated_error_begin_hook)
3824 (deprecated_ui_load_progress_hook): Deprecate.
3825 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
3826 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
3827 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
3828 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
3829 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
3830 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
3831 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
3832 * annotate.c, aix-thread.c: Update.
3833
3834 2004-04-21 Andrew Cagney <cagney@redhat.com>
3835
3836 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
3837 * vaxnbsd-tdep.c: Include "gdb_string.h".
3838
3839 * symfile.c (symbol_file_add_from_memory): #if 0 function.
3840 (add_symbol_file_from_memory_command): #if 0 function body, call
3841 error instead.
3842
3843 2004-04-21 Andrew Cagney <cagney@redhat.com>
3844
3845 * gdbcore.h: Update copyright.
3846 (deprecated_add_core_fns): Rename add_core_fns.
3847 * win32-nat.c (_initialize_core_win32): Update.
3848 * sun3-nat.c (_initialize_core_sun3): Update.
3849 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
3850 * rs6000-nat.c (_initialize_core_rs6000): Update.
3851 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
3852 * nto-tdep.c (_initialize_nto_tdep): Update.
3853 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
3854 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
3855 * mips-nat.c (_initialize_core_mips): Update.
3856 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
3857 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
3858 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
3859 * lynx-nat.c (_initialize_core_lynx): Update.
3860 * irix5-nat.c (_initialize_core_irix5): Update.
3861 * i386-interix-nat.c (_initialize_core_interix): Update.
3862 * cris-tdep.c (_initialize_cris_tdep): Update.
3863 * corelow.c (deprecated_add_core_fns): Update.
3864 * core-regset.c (_initialize_core_regset): Update.
3865 * core-aout.c (_initialize_core_aout): Update.
3866 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
3867 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
3868 * alpha-nat.c (_initialize_core_alpha): Update.
3869
3870 2004-04-21 Jim Blandy <jimb@redhat.com>
3871
3872 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
3873
3874 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
3875
3876 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
3877 Delete.
3878 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
3879 (read_attribute_value): Update calls to dwarf_alloc_block.
3880 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
3881 dwarf2_tmp_obstack.
3882 (psymtab_to_symtab_1): Likewise. Clean up using
3883 free_stack_comp_unit.
3884 (add_to_cu_func_list): Use the comp_unit_obstack.
3885
3886 2004-04-19 Joel Brobecker <brobecker@gnat.com>
3887
3888 * dwarf2read.c (dwarf2_flag_true_p): New function.
3889 (die_is_declaration): Use the function above. Add some comments.
3890
3891 2004-04-19 Mark Kettenis <kettenis@gnu.org>
3892
3893 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
3894 architecture when registering sparcnbsd_core_osabi_sniffer.
3895 Adjust comment.
3896
3897 2004-04-18 Mark Kettenis <kettenis@gnu.org>
3898
3899 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
3900 return value.
3901
3902 Based on a patch from Brian Ford <ford@vss.fsi.com>:
3903 * i386-tdep.c: Correct register numbering scheme comments
3904 throughout.
3905 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
3906 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
3907 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
3908 (i386_gdb_arch_init): Likewise.
3909
3910 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
3911 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
3912 ppcnbsd-tdep.o.
3913
3914 * m68k-tdep.h: Tweak comments.
3915 * m68k-tdep.c: Tweak comment.
3916
3917 2004-04-17 Randolph Chung <tausq@debian.org>
3918
3919 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
3920 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
3921 (hppa_hpux_som_init_abi): Set is_elf to 0.
3922 (hppa_hpux_elf_init_abi): Set is_elf to 1.
3923 * hppa-tdep.c (low_text_segment_address): Remove global.
3924 (record_text_segment_lowaddr): Pass in low address as parameter. Use
3925 section offset to calculate segment address.
3926 (internalize_unwinds): Define low_text_segment_address as local and
3927 pass to record_text_segment_lowaddr for ELF targets.
3928 (hppa_gdbarch_init): Zero fill tdep structure.
3929 (hppa_dump_tdep): Print tdep structure.
3930 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
3931
3932 2004-04-17 Randolph Chung <tausq@debian.org>
3933
3934 * hppa-tdep.c (hppa_pseudo_register_read): Define.
3935 (hppa_gdbarch_init): Set pseudo_register_read.
3936 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
3937 * regcache.c (supply_register): Remove check for
3938 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
3939
3940 2004-04-17 Randolph Chung <tausq@debian.org>
3941
3942 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
3943 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
3944 (hpread_adjust_stack_address): Move to hpread.c.
3945 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
3946 obj_private_struct): Move from tm-hppa.h.
3947 * hpread.c (hppa-tdep.h): Include.
3948 (hpread_adjust_stack_address): Move from hppa-tdep.c.
3949 (hpread_read_function_type, hpread_read_doc_function_type)
3950 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
3951 directly.
3952 * pa64solib.c (hppa-tdep.h): Include.
3953 * somsolib.c (hppa-tdep.h): Include.
3954 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
3955 inferior_status): Remove unused forward declarations.
3956 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
3957 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
3958 obj_private_struct): Move to hppa-tdep.h.
3959 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
3960
3961 2004-04-17 Randolph Chung <tausq@debian.org>
3962
3963 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
3964 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
3965 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
3966 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
3967 Remove forward declaration and make static.
3968 (hppa_reg_struct_has_addr): Remove.
3969
3970 2004-04-16 Joel Brobecker <brobecker@gnat.com>
3971
3972 * observer.sh: Move comments in sed command to first column.
3973
3974 2004-04-16 Jason Molenda (jmolenda@apple.com)
3975
3976 * frame.c: Minor typeo corrections in comments.
3977
3978 2004-04-16 Joel Brobecker <brobecker@gnat.com>
3979
3980 * observer.c (observer_test_first_notification_function): Update
3981 function profile.
3982 (observer_test_second_notification_function): Likewise.
3983 (observer_test_third_notification_function): Likewise.
3984
3985 2004-04-16 Mark Kettenis <kettenis@gnu.org>
3986
3987 From Brian Ford <ford@vss.fsi.com>:
3988 * i386-tdep.c (i386_coff_init_abi): New function.
3989 * i386-tdep.h (i386_coff_init_abi): New prototype.
3990 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
3991 register number translation functions for DWARF and DWARF 2.
3992
3993 2004-04-16 Joel Brobecker <brobecker@gnat.com>
3994
3995 * dwarf2read.c: Back out my previous change, it was incorrect.
3996
3997 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
3998
3999 * dwarf2read.c: Include "hashtab.h".
4000 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
4001 has_namespace_info.
4002 (struct partial_die_info): Add comments. Use bitfields to reduce
4003 memory footprint. Add scope, scope_set, has_specification,
4004 spec_offset, die_parent, die_child, and die_sibling.
4005 (peek_die_abbrev): Add prototype.
4006 (partial_read_comp_unit_head): New function, broken out from
4007 dwarf2_build_psymtabs_hard.
4008 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
4009 Use partial_read_comp_unit_head. Initialize the CU and
4010 comp_unit_obstack. Update calls to read_partial_die and
4011 scan_partial_symbols. Use free_stack_comp_unit and
4012 load_partial_dies.
4013 (scan_partial_symbols): Change PDI to a pointer. Use the child and
4014 sibling pointers to walk partial DIEs. Call fixup_partial_die.
4015 Update calls to helper functions. Remove NAMESPACE argument.
4016 Update comments.
4017 (partial_die_parent_scope, partial_die_full_name): New functions.
4018 (add_partial_symbol): Remove namespace argument. Update call to
4019 pdi_needs_namespace. Use partial_die_full_name. Handle
4020 DW_TAG_namespace. Check has_namespace_info flag.
4021 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
4022 tag. Handle namespaces.
4023 (add_partial_namespace, add_partial_enumeration): Simplify.
4024 (guess_structure_name): New function, derived from
4025 add_partial_structure.
4026 (add_partial_structure): Remove.
4027 (determine_class_name): Update comment.
4028 (dwarf2_read_abbrevs): Set has_namespace_info flag.
4029 (is_type_tag_for_partial, load_partial_dies): New functions.
4030 (read_partial_die): Pass abbrev and abbrev_len as arguments.
4031 Record specifications instead of following them immediately.
4032 (find_partial_die_in_comp_unit, find_partial_die)
4033 (fixup_partial_die, free_stack_comp_unit)
4034 (hashtab_obstack_allocate, dummy_obstack_deallocate)
4035 (partial_die_hash, partial_die_eq): New functions.
4036 * Makefile.in (hashtab_h): Define.
4037 (dwarf2read.o): Update dependencies.
4038 (observer_inc, observer_h): Move to the correct section.
4039
4040 2004-04-15 Joel Brobecker <brobecker@gnat.com>
4041
4042 * dwarf2read.c (dwarf2_attribute_true_p): New function.
4043 (die_is_declaration): Use the function above. Add comment.
4044
4045 2004-04-15 Joel Brobecker <brobecker@gnat.com>
4046
4047 * dwarf2read.c (read_structure_scope): Identify stub types
4048 using die_is_declaration() only.
4049
4050 2004-04-15 Roland McGrath <roland@redhat.com>
4051
4052 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
4053 argument instead of NAME.
4054 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
4055 in call to symbol_file_add_with_addrs_or_offsets.
4056 (build_addr_info): New function, helper for ...
4057 (symbol_file_add_from_memory): New function.
4058 (add_symbol_file_from_memory_command): New function using that.
4059 (_initialize_symfile): Register it for add-symbol-file-from-memory.
4060 (pre_add_symbol_hook): Add const to argument type.
4061 * symfile.h (symbol_file_add_from_memory): Declare it.
4062
4063 2004-04-15 Mark Kettenis <kettenis@gnu.org>
4064
4065 * NEWS (New native configurations): Mention OpenBSD/vax.
4066 * configure.host: Add vax-*-openbsd*.
4067 * config/vax/obsd.mh: New file.
4068 * config/vax/nm-obsd.h: New file.
4069
4070 * vax-tdep.c: Include "regset.h".
4071 (vax_supply_gregset): New function.
4072 (vax_gregset): New variable.
4073 (vax_regset_from_core_section): New function.
4074 (vax_gdbarch_init): Set regset_from_core_section.
4075 * Makefile.in (vax-tdep.o): Update dependencies.
4076
4077 2004-04-15 Andrew Cagney <cagney@redhat.com>
4078
4079 * observer.c (normal_stop_subject, observer_notify_normal_stop)
4080 (observer_normal_stop_notification_stub)
4081 (observer_attach_normal_stop, observer_detach_normal_stop):
4082 Delete, replaced by #include "observer.inc".
4083 * infrun.c (normal_stop): Pass "stop_bpstat" to
4084 observer_notify_normal_stop.
4085 * Makefile.in (observer_inc): Define.
4086 (observer.o): Update dependencies.
4087 (observer.h, observer.inc): New rules.
4088 * observer.h: Delete file.
4089 * observer.sh: New file.
4090
4091 2004-04-15 Mark Kettenis <kettenis@gnu.org>
4092
4093 * vax-tdep.c (vax_frame_cache): Fix typo.
4094
4095 2004-04-14 Mark Kettenis <kettenis@gnu.org>
4096
4097 * NEWS (New native configurations): Mention NetBSD/vax.
4098 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
4099 * config/vax/nbsdelf.mh: New file.
4100 * config/vax/nbsdaout.mh: New file.
4101 * config/vax/nm-nbsd.h: New file.
4102 * config/vax/nm-nbsdaout.h: New file.
4103
4104 * vaxnbsd-tdep.c: New file.
4105 * Makefile.in (vaxnbsd-tdep.o): New dependency.
4106 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
4107 * config/vax/nbsd.mt: New file.
4108 * config/vax/tm-nbsd.h: New file.
4109
4110 * Makefile.in (vaxbsd-nat.o): New dependency.
4111
4112 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
4113 * vax-tdep.c (vax_store_arguments): Remove struct_return and
4114 struct_addr arguments. Don't push return value address.
4115 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
4116 arguments to vax_store_arguments. Store return value address in
4117 R1.
4118 (vax_store_struct_return, vax_extract_return_value)
4119 (vax_store_return_value): Remove functions.
4120 (vax_return_value): New function.
4121 (vax_gdbarch_init): Set return value. Don't set
4122 deprecated_store_struct_return, deprecated_extract_struct_return
4123 and deprecated_store_return_value.
4124
4125 2004-04-14 Andreas Schwab <schwab@suse.de>
4126
4127 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
4128 value buffer.
4129 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
4130
4131 2004-04-14 Mark Kettenis <kettenis@gnu.org>
4132
4133 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
4134 (vax_unwind_dummy_id): New functions.
4135 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
4136 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
4137 variables.
4138 (vax_fix_call_dummy): Remove function.
4139 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
4140 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
4141 call_dummy_location, deprecated_call_dummy_words,
4142 deprecated_sizeof_call_dummy_words,
4143 deprecated_call_dummy_breakpoint_offset,
4144 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
4145 and deprecated_dummy_write_sp.
4146
4147 2004-04-13 David Carlton <carlton@kealia.com>
4148
4149 * MAINTAINERS: Move myself to "paper trail" section.
4150
4151 2004-04-12 Mark Kettenis <kettenis@gnu.org>
4152
4153 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
4154 "trad-frame.h".
4155 (vax_frame_init_saved_regs): Remove function.
4156 (vax_sigtramp_saved_pc): Remove function.
4157 (vax_frame_saved_pc): Remove function.
4158 (vax_frame_args_address): Remove function.
4159 (vax_frame_num_args): Rewrite.
4160 (vax_frame_chain): Remove function.
4161 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
4162 VAX_FP_REGNUM.
4163 (vax_pop_frame): Likewise.
4164 (vax_saved_pc_after_call): Remove function.
4165 (struct vax_frame_cache): New structure.
4166 (vax_frame_cache): New function.
4167 (vax_frame_this_id): New function.
4168 (vax_frame_prev_register): New function.
4169 (vax_frame_unwind): New variable.
4170 (vax_frame_sniffer): New function.
4171 (vax_frame_base_address): New function.
4172 (vax_frame_args_address): New function.
4173 (vax_frame_base): New variable.
4174 (vax_unwind_pc): New function.
4175 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
4176 deprecated_fp_regnum, deprecated_saved_pc_after_call,
4177 deprecated_frame_chain, deprecated_frame_saved_pc,
4178 deprecated_frame_args_address and
4179 deprecated_frame_init_saved_regs.
4180 * Makefile.in (vax-tdep.o): Update dependencies.
4181
4182 * vaxbsd-nat.c: New file.
4183
4184 * vax-tdep.h: Update copyright year. Adjust comments.
4185 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
4186 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
4187 (vax_regnum): New enum. Replacing...
4188 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
4189 (VAX_PS_REGNUM): ... these removed macros.
4190 * vax-tdep.c (vax_register_name): Remove prototype.
4191 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
4192 (vax_register_byte, vax_register_raw_size,
4193 vax_register_virtual_size, vax_register_virtual_type): Remove
4194 functions.
4195 (vax_register_type): New function.
4196 (vax_breakpoint_from_pc): Reorganize.
4197 (vax_gdbarch_init): Set register_type. Don't set
4198 deprecated_register_size, deprecated_register_bytes,
4199 deprecated_register_byte, deprecated_register_raw_size,
4200 deprecated_max_register_raw_size,
4201 deprecated_register_virtual_size,
4202 deprecated_max_register_virtual_size and
4203 deprecated_register_virtual_type. Add comment on stack direction.
4204
4205 2004-04-11 Mark Kettenis <kettenis@gnu.org>
4206
4207 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
4208 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
4209 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
4210
4211 2004-04-10 Randolph Chung <tausq@debian.org>
4212
4213 * MAINTAINERS (write after approval): Add myself.
4214
4215 2004-04-07 Randolph Chung <tausq@debian.org>
4216
4217 * hppa-tdep.c (hppa_inner_than): Remove.
4218 (is_pa_2): Remove unused static variable.
4219 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
4220
4221 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
4222
4223 * language.h (language_defn): Add new la_post_parser field.
4224 * parser-defs.h (null_post_parser): New declaration (default for
4225 la_post_parser).
4226
4227 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
4228 insert call to that function.
4229 (parse_exp_in_context): New function, including code formerly in
4230 parse_exp_1. Calls language-dependent post-parser after
4231 prefixification.
4232 (parse_expression_in_context): New exported function.
4233 (null_post_parser): New definition.
4234 * expression.h (parse_expression_in_context): Add declaration.
4235
4236 * p-lang.c (pascal_language_defn): Add trivial post-parser.
4237 * c-lang.c (c_language_defn): Ditto.
4238 (cplus_language_defn): Ditto.
4239 (asm_language_defn): Ditto.
4240 (minimal_language_defn): Ditto.
4241 * f-lang.c (f_language_defn): Ditto.
4242 * jv-lang.c (java_language_defn): Ditto.
4243 * language.c (unknown_language_defn): Ditto.
4244 (auto_language_defn): Ditto.
4245 (local_language_defn): Ditto.
4246 * m2-lang.c (m2_language_defn): Ditto.
4247 * scm-lang.c (scm_language_defn): Ditto.
4248 * obj-lang.c (objc_language_defn): Ditto.
4249
4250 2004-04-10 Mark Kettenis <kettenis@gnu.org>
4251
4252 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
4253 (amd64nbsd_mcontext_addr): New function.
4254 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
4255 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
4256 with amd64nbsd_r_reg_offset, instead of building it on the fly.
4257
4258 * corelow.c (core_xfer_partial): Fix coding standards violation.
4259 Add support for TARGET_OBJECT_WCOOKIE.
4260
4261 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
4262 deprecated_pc_in_sigtramp.
4263 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
4264 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
4265 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
4266 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
4267 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
4268 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
4269 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
4270
4271 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
4272 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
4273 Fix typo.
4274
4275 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
4276 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
4277 (amd64_collect_fxsave): Likewise.
4278
4279 * i386-sol2-tdep.c: Include "gdb_string.h".
4280 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
4281 name.
4282 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
4283
4284 2004-04-10 Mark Kettenis <kettenis@gnu.org>
4285
4286 * i386-sol2-tdep.c: Include "solib-svr4.h".
4287 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
4288 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
4289 * config/i386/tm-i386sol2.h: Include :solib.h".
4290 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
4291 solib-svr4.o and solib-legacy.o.
4292 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
4293 solib-svr4.o.
4294
4295 2004-04-09 Mark Kettenis <kettenis@gnu.org>
4296
4297 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
4298 whether a register is supplied by PTRACE_GETFPREGS.
4299 (store_inferior_registers): Likewise.
4300 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
4301 whether a register is supplied by PT_GETFPREGS.
4302 (store_inferior_registers): Likewise.
4303
4304 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
4305 * config/i386/linux64.mt (TDEPFILES): Likewise.
4306
4307 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
4308
4309 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
4310 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
4311 the program counter is in the range specified by `struct
4312 gdbarch_tdep'.
4313 * amd64-linux-tdep.c: Include "symtab.h".
4314 (amd64_linux_pc_in_sigtramp): Remove function.
4315 (amd64_linux_sigtramp_p): New function.
4316 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
4317 deprecated_pc_in_sigtramp.
4318 * amd64nbsd-tdep.c: Include "symtab.h".
4319 (amd64nbsd_sigtramp_p): New function.
4320 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
4321 deprecated_pc_in_sigtramp.
4322 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
4323 few comments.
4324 (amd64obsd_pc_in_sigtramp): Remove function.
4325 (amd64obsd_sigtramp_p): New function.
4326 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
4327 deprecated_pc_in_sigtramp.
4328 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
4329 (i386bsd_pc_ins_sigtramp): Remove prototype.
4330 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
4331 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
4332 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
4333 the program counter is in the range specified by `struct
4334 gdbarch_tdep'.
4335 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
4336 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
4337 (i386_go32_pc_in_sigtramp): Remove function.
4338 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
4339 Initialize TDEP->sigtramp_p.
4340 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
4341 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
4342 deprecated_pc_in_sigtramp.
4343 * i386-linux-tdep.c: Adjust comments.
4344 (i386_linux_pc_in_sigtramp): Remove function.
4345 (i386_linux_sigtramp_p): New function.
4346 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
4347 deprecated_pc_in_sigtramp.
4348 * i386-nto-tdep.c: Update copyright year.
4349 (i386nto_pc_in_sigtramp): Remove function.
4350 (i386nto_sigtramp_p): New function.
4351 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
4352 SP_REGNUM.
4353 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
4354 deprecated_pc_in_sigtramp.
4355 * i386-sol2-tdep.c: Update copyright year.
4356 (i386_sol2_pc_in_sigtramp): Remove function.
4357 (i386_sol2_sigtramp_p): New function.
4358 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
4359 deprecated_pc_in_sigtramp.
4360 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
4361 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
4362 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
4363 deprecated_sigtramp_start and deprecated_sigtramp_end.
4364 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
4365 (i386nbsd_pc_in_sigtramp): Remove function.
4366 (i386nbsd_sigtramp_p): New function.
4367 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
4368 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
4369 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
4370 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
4371 (i386obsd_pc_in_sigtramp): Remove function.
4372 (i386obsd_sigtramp_p): New function.
4373 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
4374 functions.
4375 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
4376 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
4377 TDEP->sigtramp_p.
4378 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
4379 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
4380 dependencies.
4381
4382 * config/i386/i386aout.mt: Remove file.
4383
4384 * configure.tgt: Remove i[34567]86-*-go32*,
4385 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
4386 and i[34567]86-*-isc*. Set gdb_target to i386 for
4387 i[34567]86-*-netware* and i[34567]86-*-*.
4388 * config/i386/i386.mt: New file.
4389 * config/i386/embed.mt: Remove file.
4390 * config/i386/go32.mt: Remove file.
4391 * config/i386/i386nw.mt: Remove file.
4392 * config/i386/i386v.mt: Remove file.
4393 * config/i386/tm-go32.h: Remove file.
4394
4395 * tui/tui-hooks.c: Include "readline/readline.h" after
4396 "gdb_curses.h" instead of before.
4397 * tui/tui-io.c: Likewise.
4398
4399 * tui/tui.c: Fix typo in comment.
4400
4401 * sparc64-tdep.c (sparc_address_from_register): Remove function.
4402
4403 2004-04-08 Andrew Cagney <cagney@redhat.com>
4404
4405 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
4406 (deprecated_exception_support_initialized): Declare.
4407 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
4408 (initialize_hp_cxx_exception_support)
4409 (child_enable_exception_callback): Update.
4410 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
4411 (deprecated_exception_support_initialized): Rename
4412 deprecated_exception_catchpoints_are_fragile and
4413 deprecated_exception_support_initialized.
4414 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
4415
4416 * symtab.c (deprecated_hp_som_som_object_present): Rename
4417 hp_som_som_object_present.
4418 * symtab.h (deprecated_hp_som_som_object_present): Declare.
4419 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
4420 Update. Delete extern declaration.
4421 * valops.c (hp_som_som_object_present): Ditto.
4422 * parse.c (deprecated_hp_som_som_object_present)
4423 (parse_nested_classes_for_hpacc): Ditto.
4424 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
4425 * hppa-hpux-tdep.c (hp_som_som_object_present)
4426 (initialize_hp_cxx_exception_support): Ditto.
4427 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
4428 * cp-valprint.c (hp_som_som_object_present)
4429 (cp_print_class_method): Ditto.
4430 * c-typeprint.c (hp_som_som_object_present):
4431 (c_type_print_base): Ditto.
4432 * c-exp.y (hp_som_som_object_present): Ditto.
4433
4434 2004-04-08 Andrew Cagney <cagney@redhat.com>
4435
4436 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
4437 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
4438 (frame_unwind_find_by_frame): Re-implement the unwind code so
4439 that it can both prepend and append sniffers. Replace
4440 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
4441 * tramp-frame.c (tramp_frame_append): Use
4442 frame_unwind_prepend_unwinder.
4443 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
4444 frame_unwind_register_unwinder.
4445 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
4446 tramp_frame_append.
4447 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
4448 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
4449 (mips_linux_init_abi): Update.
4450
4451 2004-04-08 Kevin Buettner <kevinb@redhat.com>
4452
4453 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
4454 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
4455 file support.
4456
4457 2004-04-07 Kevin Buettner <kevinb@redhat.com>
4458
4459 * ia64-tdep.c (elf.h): Don't include.
4460 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
4461
4462 2004-04-07 Jason Molenda (jmolenda@apple.com)
4463
4464 * frame.h: Typeo corrections in comments.
4465
4466 2004-04-07 Jim Blandy <jimb@redhat.com>
4467
4468 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
4469 %esp and %ebp
4470
4471 2004-04-07 Mark Kettenis <kettenis@gnu.org>
4472
4473 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
4474 * config/sparc/linux64.mt (TDEPFILES): Likewise.
4475 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
4476 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
4477 and solib-legacy.o.
4478 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
4479 solib-svr4.o.
4480 * config/sparc/tm-sol2.h: Update copyright year. Include
4481 "solib.h".
4482
4483 * sparc-sol2-tdep.c: Update copyright year. Include
4484 "solib-svr4.h".
4485 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
4486 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
4487 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
4488 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
4489 dependencies.
4490
4491 2004-04-06 Andrew Cagney <cagney@redhat.com>
4492
4493 * infttrace.c: Include "infttrace.h".
4494 * infttrace.h: Include "target.h".
4495 * Makefile.in (infttrace_h): Update.
4496 (infttrace.o): Update.
4497
4498 2004-04-06 Andrew Cagney <cagney@redhat.com>
4499
4500 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
4501 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
4502 move extern declarations from here ...
4503 * infttrace.h: ... to here.
4504 * Makefile.in (hppah-nat.o): Update dependencies.
4505
4506 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
4507 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
4508 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
4509 (hppa_breakpoint_from_pc): Delete.
4510
4511 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
4512
4513 2004-04-05 Andrew Cagney <cagney@redhat.com>
4514
4515 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
4516 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
4517 <sys/file.h>.
4518
4519 2004-04-06 Randolph Chung <tausq@debian.org>
4520
4521 Committed by Andrew Cagney (mechanical change).
4522 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
4523 exception_catchpoints_are_fragile, find_stub_with_shl_get,
4524 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
4525 child_enable_exception_callback, current_ex_event,
4526 null_symtab_and_line, child_get_current_exception_event,
4527 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
4528 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
4529 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
4530 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
4531 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
4532 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
4533 Move hpux-specific definitions ...
4534 * hppa-hpux-tdep.c: ... to here.
4535
4536 2004-04-05 Andrew Cagney <cagney@redhat.com>
4537
4538 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
4539 skip_prologue_using_sal.
4540
4541 2004-04-05 Andrew Cagney <cagney@redhat.com>
4542
4543 * config/i386/tm-i386.h: Delete file.
4544 * config/i386/tm-vxworks.h: Update copyright, do not include
4545 "tm-i386.h".
4546 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
4547 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
4548 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
4549 * config/i386/ncr3000.mt (TM_FILE): Delete.
4550 * config/i386/interix.mt (TM_FILE): Delete.
4551 * config/i386/i386v.mt (TM_FILE): Delete.
4552 * config/i386/i386nw.mt (TM_FILE): Delete.
4553 * config/i386/i386gnu.mt (TM_FILE): Delete.
4554 * config/i386/i386aout.mt (TM_FILE): Delete.
4555 * config/i386/embed.mt (TM_FILE): Delete.
4556
4557 2004-04-05 Kevin Buettner <kevinb@redhat.com>
4558
4559 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
4560 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
4561 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
4562 (accg7_regnum): New constants.
4563 (last_spr_regnum, last_pseudo_regnum): Update.
4564 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
4565 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
4566 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
4567 for accg registers.
4568 (frv_register_sim_regno): Update spr_map[].
4569
4570 2004-04-04 Andrew Cagney <cagney@redhat.com>
4571
4572 * config/mips/xm-riscos.h: Delete.
4573 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
4574 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
4575 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
4576 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
4577 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
4578 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
4579 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
4580 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
4581 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
4582 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
4583 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
4584 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
4585 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
4586 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
4587 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
4588 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
4589 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
4590 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
4591 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
4592 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
4593 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
4594 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
4595 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
4596 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
4597 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
4598 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
4599
4600 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
4601 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
4602 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
4603 * configure.host: Remove m680[01]0-sun-sunos3*,
4604 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
4605 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
4606 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
4607 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
4608 mips-*-riscos*.
4609 * NEWS: Mention removed systems.
4610
4611 2004-04-04 Andrew Cagney <cagney@redhat.com>
4612
4613 GDB 6.1 release created from 6.1 branch.
4614
4615 2004-04-04 Andrew Cagney <cagney@redhat.com>
4616
4617 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
4618 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4619 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
4620
4621 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
4622 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
4623 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
4624
4625 2004-04-03 Jim Blandy <jimb@redhat.com>
4626
4627 * MAINTAINERS: Chris Faylor has changed employers; add him to
4628 "paper trail" section, and update his E-mail address.
4629
4630 2004-04-03 Andrew Cagney <cagney@redhat.com>
4631
4632 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
4633 generic dummy frames.
4634 * dummy-frame.c: Update copyright.
4635 (dummy_frame_sniffer): Delete check for generic dummy frames.
4636
4637 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
4638 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
4639 (REG_PARM_STACK_SPACE): Delete.
4640 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
4641 Inline reference to REG_PARM_STACK_SPACE.
4642
4643 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
4644 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
4645 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4646 (FRAME_BASE_BEFORE_SIGTRAMP)
4647 (hppa32_hpux_frame_base_before_sigtramp)
4648 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
4649 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
4650 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
4651 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
4652 (FRAME_BASE_BEFORE_SIGTRAMP)
4653 (hppa64_hpux_frame_base_before_sigtramp)
4654 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
4655
4656 2004-04-03 Andrew Cagney <cagney@redhat.com>
4657
4658 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
4659
4660 2004-04-02 Andrew Cagney <cagney@redhat.com>
4661
4662 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
4663 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
4664 * dummy-frame.h: Delete out-of-date comments.
4665 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
4666 * gdbarch.h, gdbarch.c: Re-generate.
4667
4668 2004-04-02 Joel Brobecker <brobecker@gnat.com>
4669
4670 Committed by Andrew Cagney <cagney@redhat.com>.
4671 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
4672 into account an instruction saving a register if we have already
4673 seen an earlier instruction saving that same register.
4674
4675 2004-04-02 Andrew Cagney <cagney@redhat.com>
4676
4677 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
4678 * gdbarch.h, gdbarch.c: Re-generate.
4679 * frame.c (legacy_get_prev_frame): Delete references to
4680 DEPRECATED_INIT_FRAME_PC_FIRST.
4681
4682 * infrun.c (pc_in_sigtramp): Delete function.
4683 (check_sigtramp2): Inline call to pc_in_sigtramp, use
4684 get_frame_type.
4685
4686 2004-04-02 Andrew Cagney <cagney@redhat.com>
4687
4688 * infrun.c (handle_step_into_function): Delete code conditional on
4689 legacy_frame_p.
4690 (handle_inferior_event, step_over_function): Ditto.
4691
4692 2004-04-02 Andrew Cagney <cagney@redhat.com>
4693
4694 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
4695 "previous frame inner to this frame" test.
4696
4697 2004-04-02 Andrew Cagney <cagney@redhat.com>
4698
4699 * frame.c (safe_frame_unwind_memory): New function.
4700 * frame.h (safe_frame_unwind_memory): Declare. Update description
4701 of /safe_/ methods.
4702 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
4703 "next_frame". Use safe_frame_unwind_memory.
4704 (tramp_frame_sniffer): Update call to tramp_frame_start.
4705
4706 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
4707
4708 * dwarf2read.c (dwarf2_objfile_data_key): New.
4709 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
4710 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
4711 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
4712 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
4713 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
4714 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
4715 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
4716 Remove variables.
4717 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
4718 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
4719 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
4720 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
4721 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
4722 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
4723 Remove macros.
4724 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
4725 data.
4726 (dwarf2_locate_sections, dwarf2_build_psymtabs)
4727 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
4728 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
4729 (read_partial_die, read_full_die, read_indirect_string)
4730 (dwarf_decode_line_header, dwarf_decode_macros)
4731 (dwarf2_symbol_mark_computed): Remove use of removed macros.
4732 Update uses of removed variables.
4733 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
4734 of removed macros.
4735 (_initialize_dwarf2_read): New function.
4736 * symfile.h (dwarf2_has_info): Update prototype.
4737 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
4738 * elfread.c (elf_symfile_read): Likewise.
4739
4740 2004-04-01 Jim Blandy <jimb@redhat.com>
4741
4742 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
4743 function for register numbers on all the rs6000-derived targets.
4744 (rs6000_gdbarch_init): Don't register a separate
4745 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
4746 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
4747 variants.
4748
4749 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
4750 numbering.
4751
4752 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4753
4754 * valarith.c: Update copyright notice.
4755 (value_add): Handle range types.
4756 (value_sub): Ditto.
4757 (value_equal): Ditto.
4758 (value_less): Ditto.
4759 (value_neg): Ditto.
4760 (value_complement): Ditto.
4761 (value_binop): Simplify slightly by using is_integral_type and
4762 eliminiating unnecessary COERCE_ENUMs.
4763
4764 2004-03-31 Andrew Cagney <cagney@redhat.com>
4765
4766 * frame.h (frame_unwind_id): Declare.
4767 * frame.c (frame_unwind_id): New function.
4768 (get_prev_frame_1): New function.
4769 (frame_debug_got_null_frame): New function.
4770 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
4771 code proper to prev_frame, update description.
4772 * infrun.c (step_over_function): Use frame_unwind_id.
4773
4774 2004-04-31 J. Brobecker <brobecker@gnat.com>
4775
4776 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
4777 (hppa64_push_dummy_call): Likewise.
4778
4779 2004-03-30 Jim Blandy <jimb@redhat.com>
4780
4781 From Ulrich Weigand:
4782 * utils.c (query): Do not use a va_list variable multiple times.
4783
4784 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
4785
4786 * Makefile.in (linux_nat_h): Update dependencies.
4787 * configure.in: Check for <gnu/libc-version.h>.
4788 * configure: Regenerate.
4789 * config.in: Regenerate.
4790 * linux-nat.h: Include "target.h". Add waitstatus field to
4791 struct lwp_info.
4792 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
4793 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
4794 to.
4795 (lin_lwp_handle_extended): New function. Handle clone events.
4796 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
4797 thread exit events.
4798 (child_wait): Handle clone events.
4799 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
4800 * linux-nat.c (linux_enable_event_reporting): Turn on
4801 PTRACE_O_TRACECLONE.
4802 (linux_handle_extended_wait): Handle clone events.
4803 * thread-db.c: Include <gnu/libc-version.h>.
4804 (struct private_thread_info): Add dying flag.
4805 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
4806 higher.
4807 (attach_thread): Update comments. Handle dying threads.
4808 (detach_thread): Set the dying flag.
4809 (check_event): Always call attach_thread.
4810
4811 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
4812
4813 * mips-tdep.c (mips_pdr_data): New.
4814 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
4815 (_initialize_mips_tdep): Initialize mips_pdr_data.
4816
4817 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
4818
4819 * minsyms.c (install_minimal_symbols): Move dropping leading
4820 char from linkage name from here...
4821 (prim_record_minimal_symbol_and_info): ...to here. Simplify
4822 test for "__gnu_compiled*" symbols.
4823
4824 2004-03-28 Jim Blandy <jimb@redhat.com>
4825
4826 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
4827 registers to temp register r0 and byte stores as prologue
4828 instructions.
4829
4830 2004-03-28 Andrew Cagney <cagney@redhat.com>
4831
4832 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
4833 arm*-*-*.
4834
4835 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4836
4837 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
4838 and switch the layout to force a display of register window.
4839
4840 2004-02-26 J. Brobecker <brobecker@gnat.com>
4841
4842 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
4843 of the INTEGER class.
4844
4845 2004-03-26 Jim Blandy <jimb@redhat.com>
4846
4847 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
4848 bytes long on PPC GNU/Linux.
4849
4850 2004-03-26 David Carlton <carlton@kealia.com>
4851
4852 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
4853
4854 2004-03-25 Andrew Cagney <cagney@redhat.com>
4855
4856 * PROBLEMS: Add general section titles, remove references to
4857 specific releases.
4858
4859 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
4860
4861 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
4862 INT_REGISTER_SIZE.
4863 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
4864 FP_REGISTER_VIRTUAL_SIZE.
4865 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
4866 of DEPRECATED_REGISTER_RAW_SIZE.
4867 (arm_register_type): Add gdbarch argument.
4868 (arm_register_raw_size, arm_register_virtual_size): Delete.
4869 (arm_register_byte, arm_extract_return_value)
4870 (arm_store_return_value, arm_get_longjmp_target): Update references
4871 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
4872 (arm_gdbarch_init): Likewise. Don't set
4873 deprecated_register_raw_size, deprecated_register_virtual_size,
4874 deprecated_max_register_raw_size,
4875 deprecated_max_register_virtual_size, or
4876 deprecated_max_register_virtual_type. Do set register_type.
4877 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
4878 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
4879 (FP_REGISTER_VIRTUAL_SIZE): Delete.
4880 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
4881 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
4882 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
4883 INT_REGISTER_SIZE.
4884 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
4885 (remote_rdp_store_register): Likewise.
4886
4887 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
4888
4889 * Makefile.in (mips-linux-tdep.o): Update dependencies.
4890 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
4891 to after osabi initialization.
4892 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
4893 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
4894 functions.
4895 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
4896 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
4897 variables.
4898 (mips_linux_init_abi): Append signal trampoline unwinders.
4899
4900 2004-03-24 Andrew Cagney <cagney@redhat.com>
4901
4902 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
4903 * tramp-frame.c: Include "gdb_assert.h".
4904 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
4905 correct sizeof.
4906 (tramp_frame_append): Validate the tramp frame's instructions.
4907 * Makefile.in (tramp-frame.o): Update dependencies.
4908
4909 2004-03-23 Andrew Cagney <cagney@redhat.com>
4910
4911 * trad-frame.h (trad_frame_set_reg_addr): Declare.
4912
4913 2004-03-23 Andrew Cagney <cagney@redhat.com>
4914
4915 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
4916 Nasser as past testsuite/lib/ (and other) maintainers.
4917
4918 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
4919
4920 * infcmd.c (attach_command): Reread symbols if we already have
4921 an exec file.
4922
4923 2004-03-23 Andrew Cagney <cagney@redhat.com>
4924
4925 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
4926
4927 2004-03-23 Andrew Cagney <cagney@redhat.com>
4928
4929 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
4930 * gdbarch.h, gdbarch.c: Re-generate.
4931 * i386obsd-tdep.c (i386obsd_init_abi): Update.
4932 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
4933 * i386bsd-tdep.c (i386bsd_init_abi): Update.
4934 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
4935 (DEPRECATED_SIGTRAMP_START): Update.
4936 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
4937 (DEPRECATED_SIGTRAMP_START): Update.
4938 * blockframe.c (find_pc_sect_partial_function): Update.
4939 * arch-utils.c (legacy_pc_in_sigtramp): Update.
4940
4941 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
4942
4943 * remote.c (remote_open_1): Reopen the exec file and reread symbols
4944 if necessary.
4945
4946 2004-03-23 Andrew Cagney <cagney@redhat.com>
4947
4948 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
4949 predicate, deprecate.
4950 * gdbarch.h, gdbarch.c: Re-generate.
4951 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
4952 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
4953 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
4954 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
4955 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
4956 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
4957 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
4958 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
4959 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
4960 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
4961 * blockframe.c (find_pc_partial_function): Update.
4962 * breakpoint.c (bpstat_what): Update.
4963 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
4964 * frv-linux-tdep.c (frv_linux_init_abi): Update.
4965 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
4966 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
4967 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4968 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4969 * i386-nto-tdep.c (i386nto_init_abi): Update.
4970 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
4971 * i386-tdep.c (i386_sigtramp_frame_sniffer)
4972 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
4973 * i386bsd-tdep.c (i386bsd_init_abi): Update.
4974 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
4975 * i386obsd-tdep.c (i386obsd_init_abi): Update.
4976 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
4977 * infrun.c (pc_in_sigtramp): Update.
4978 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
4979 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
4980 * mips-tdep.c (mips_gdbarch_init): Update.
4981 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
4982 * ppc-linux-tdep.c: Update comment.
4983 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
4984 * shnbsd-tdep.c (shnbsd_init_abi): Update.
4985 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
4986 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
4987 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
4988 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
4989 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
4990 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
4991 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
4992 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
4993
4994 2004-03-23 Andrew Cagney <cagney@redhat.com>
4995
4996 * tramp-frame.h, tramp-frame.h: New files.
4997 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
4998 Update rules to include "tramp-frame.h" and "tramp-frame.c".
4999
5000 * Makefile.in: Update all dependencies.
5001
5002 2004-03-23 Andrew Cagney <cagney@redhat.com>
5003
5004 * Makefile.in (trad_frame_h): Add $(frame_h).
5005 * trad-frame.h: Update copyright. Include "frame.h".
5006 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
5007 (trad_frame_set_id, trad_frame_get_id): Declare.
5008 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
5009 * trad-frame.c: Update copyright.
5010 (struct trad_frame_cache): Define.
5011 (trad_frame_cache_zalloc): New function.
5012 (trad_frame_set_id, trad_frame_get_id): New functions.
5013 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
5014
5015 2004-03-22 Andrew Cagney <cagney@redhat.com>
5016
5017 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
5018 s390_pltstub_unwind_cache.
5019 (s390_stub_frame_unwind_cache): Rename
5020 s390_pltstub_frame_unwind_cache.
5021 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
5022 (s390_stub_frame_prev_register): Rename
5023 s390_pltstub_frame_prev_register.
5024 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
5025 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
5026
5027 From Ulrich Weigand:
5028 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
5029 pointer calls like PLT calls.
5030
5031 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
5032
5033 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
5034 PC rather than the partial function start address. Use the start
5035 address to sanity check the found PDR.
5036
5037 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
5038
5039 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
5040 linux_handle_extended_wait.
5041
5042 2004-03-22 Andrew Cagney <cagney@redhat.com>
5043
5044 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
5045 function.
5046
5047 * frame.h (generic_pop_current_frame): Delete declaration.
5048 (deprecate_pop_dummy_frame): Deprecate
5049 generic_pop_dummy_frame.
5050 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
5051 (generic_pop_current_frame): Delete function.
5052 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
5053 generic_pop_current_frame.
5054 * v850-tdep.c (v850_pop_frame): Update.
5055 * mcore-tdep.c (mcore_pop_frame): Update.
5056 * sh64-tdep.c (sh64_pop_frame): Update.
5057 * h8300-tdep.c (h8300_pop_frame): Update.
5058
5059 2004-03-22 Andrew Cagney <cagney@redhat.com>
5060
5061 * frame.h (deprecated_pc_in_call_dummy): Rename
5062 generic_pc_in_call_dummy.
5063 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
5064 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
5065 generic_pc_in_call_dummy.
5066 (pc_in_dummy_frame): Make static.
5067 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
5068 * gdbarch.h, gdbarch.c: Re-generate.
5069 * dummy-frame.c (dummy_frame_sniffer): Simplify.
5070 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
5071 (legacy_get_prev_frame): Ditto.
5072 * inferior.h: Delete reference to generic_pc_in_call_dummy in
5073 comment.
5074
5075 2004-03-21 Andrew Cagney <cagney@redhat.com>
5076
5077 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
5078 declaration and out-of-date comment.
5079 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
5080 Delete function.
5081 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
5082 deprecated_pc_in_call_dummy.
5083
5084 * infrun.c (handle_inferior_event): For non legacy frames, use the
5085 frame ID and frame type to identify a signal trampoline. Update
5086 comments.
5087
5088 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
5089
5090 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
5091 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
5092
5093 2004-03-21 Andrew Cagney <cagney@redhat.com>
5094
5095 * frame-unwind.h: Update copyright.
5096 (struct frame_data): Add opaque declaration.
5097 (frame_sniffer_ftype): Declare.
5098 (struct frame_unwind): Add "unwind_data" and "sniffer".
5099 (frame_unwind_register_unwinder): Declare.
5100 (frame_unwind_find_by_frame): Add parameter "this_cache".
5101 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
5102 (legacy_get_prev_frame, legacy_get_prev_frame)
5103 (get_frame_type): Pass the prologue_cache to
5104 frame_unwind_find_by_frame.
5105 * frame-unwind.c (struct frame_unwind_table_entry): Add field
5106 "unwinder".
5107 (frame_unwind_register_unwinder): New function.
5108 (frame_unwind_find_by_frame): Handle an unwind sniffer.
5109
5110 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
5111
5112 * bcache.c (print_percentage): Use floating point to avoid
5113 incorrect results when portion*100 overflows.
5114
5115 2004-03-19 Kevin Buettner <kevinb@redhat.com>
5116
5117 * ppc_tdep.h (ppc_linux_frame_saved_pc)
5118 (ppc_linux_init_extra_frame_info)
5119 (ppc_linux_frameless_function_invocation)
5120 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
5121 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
5122 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
5123 (rs6000_frame_chain): Delete declarations.
5124 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
5125 (ppc_linux_init_extra_frame_info)
5126 (ppc_linux_frameless_function_invocation)
5127 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
5128 (ppc_linux_init_abi): Remove registration of above deleted functions.
5129 * rs6000-tdep.c (rs6000_init_extra_frame_info)
5130 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
5131 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
5132 (rs6000_pop_frame, rs6000_frameless_function_invocation)
5133 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
5134 (rs6000_gdbarch_init): Remove registration of above deleted functions.
5135 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
5136 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
5137 frame management for all OSABIs.
5138
5139 2004-03-19 Andrew Cagney <cagney@redhat.com>
5140
5141 Committed by Kevin Buettner <kevinb@redhat.com>.
5142
5143 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
5144 Update copyright.
5145 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
5146 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
5147 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
5148 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
5149 unwinders. #ifdef legacy frame code.
5150 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
5151 "frame-base.h".
5152 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
5153 (struct rs6000_frame_cache, rs6000_frame_cache)
5154 (rs6000_frame_this_id, rs6000_frame_prev_register)
5155 (rs6000_frame_sniffer, rs6000_frame_unwind)
5156 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
5157 (rs6000_frame_base): Implement a traditional frame unwinder.
5158 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
5159 frame unwinder.
5160
5161 2004-03-19 Kevin Buettner <kevinb@redhat.com>
5162
5163 * breakpoint.c (adjust_breakpoint_address): Don't adjust
5164 breakpoint address for watchpoints or the catch eventpoints.
5165 Add new paramter ``bptype''. Adjust all callers.
5166
5167 2004-03-19 Andrew Cagney <cagney@redhat.com>
5168
5169 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
5170
5171 * PROBLEMS: Delete note that ARM does not use frame code, problem
5172 fixed.
5173
5174 2004-03-18 Andrew Cagney <cagney@redhat.com>
5175
5176 * stack.c (return_command): Delete code wrapped in #ifdef
5177 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
5178
5179 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
5180
5181 2004-03-18 Andrew Cagney <cagney@redhat.com>
5182
5183 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
5184 DEPRECATED_IN_SIGTRAMP.
5185 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5186 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
5187 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5188 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5189 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5190 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5191 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5192 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5193 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
5194 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
5195
5196 2004-03-18 Andrew Cagney <cagney@redhat.com>
5197
5198 * frame-base.c: Update copyright. Include "gdb_obstack.h".
5199 (struct frame_base_table_entry): Define.
5200 (struct frame_base_table): Re-implement as a linked list.
5201 (frame_base_init): Re-implement.
5202 (frame_base_table): Delete function.
5203 (append_predicate): Delete function.
5204 (frame_base_append_sniffer): Update.
5205 (frame_base_set_default): Update.
5206 (frame_base_find_by_frame): Update.
5207 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
5208 * Makefile.in (frame-base.o): Update dependencies.
5209
5210 2004-03-17 Andrew Cagney <cagney@redhat.com>
5211
5212 * frame.c (legacy_get_prev_frame): Pass correct frame to
5213 frame_unwind_find_by_frame.
5214
5215 2004-03-17 David Carlton <carlton@kealia.com>
5216
5217 * NEWS: Mention C++ nested types and namespaces
5218
5219 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
5220
5221 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
5222 and "Regressions since gdb 5.3.". Add known regressions since
5223 gdb 6.0.
5224
5225 2004-03-16 David Carlton <carlton@kealia.com>
5226
5227 * dwarf2read.c (process_structure_scope): Process children even
5228 when we're a declaration.
5229
5230 2004-03-16 Andrew Cagney <cagney@redhat.com>
5231
5232 * symtab.h (find_pc_sect_partial_function): Delete declaration.
5233 * blockframe.c (find_pc_partial_function)
5234 (find_pc_sect_partial_function): Merge into a single
5235 find_pc_partial_function.
5236
5237 2004-03-16 Mark Kettenis <kettenis@gnu.org>
5238
5239 * i386bsd-nat.c: s/regno/regnum/g.
5240 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
5241 FP0_REGNUM.
5242 (store_inferior_registers): Likewise.
5243
5244 2004-03-16 Mark Kettenis <kettenis@gnu.org>
5245
5246 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
5247 of i387_fill_fsave.
5248 (store_inferior_registers): Call i387_collect_fsave and
5249 i387_collect_fxsave instead of i387_fill_fsave and
5250 i387_fill_fxsave.
5251
5252 2004-03-15 Andrew Cagney <cagney@redhat.com>
5253
5254 * Makefile.in (frame-unwind.o): Update dependencies.
5255 * frame-unwind.c: Include "gdb_obstack.h".
5256 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
5257 parameter.
5258 (append_predicate): Delete function.
5259 (struct frame_unwind_table_entry): New structure.
5260 (struct frame_unwind_table): Replace "sniffer" with "head" and
5261 "tail".
5262 (frame_unwind_append_sniffer): Update.
5263 (frame_unwind_find_by_frame): Update.
5264 (_initialize_frame_unwind): Registe frame_unwind_init using
5265 gdbarch_data_register_pre_init.
5266
5267 2004-03-15 Mark Kettenis <kettenis@gnu.org>
5268
5269 * i386bsd-nat.c: Update copyright year.
5270 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
5271 define unconditionally.
5272
5273 2004-03-15 Mark Kettenis <kettenis@gnu.org>
5274
5275 * i387-tdep.h (i387_collect_fsave): New prototype.
5276 * i387-tdep.c (i387_collect_fsave): New function containing most
5277 of the code from i387_fill_fsave.
5278 (i387_fill_fsave): Call i387_collect_fsave.
5279
5280 2004-03-15 Mark Kettenis <kettenis@gnu.org>
5281
5282 * i386-linux-tdep.c: Update copyright year.
5283 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
5284 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
5285 svr4_ilp32_link_map_offsets instead of
5286 i386_linux_svr4_fetch_link_map_offsets.
5287
5288 2004-03-15 David Carlton <carlton@kealia.com>
5289
5290 Fix for PR c++/1553:
5291 * dwarf2read.c (read_structure_type): Determine type name by
5292 calling determine_class_name.
5293 (determine_class_name): New.
5294 (determine_prefix): Look at TYPE_TAG_NAME and call
5295 determine_class_name when appropriate.
5296 (determine_prefix_aux, class_name): Delete.
5297 (read_namespace): Set die->type.
5298
5299 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5300
5301 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
5302 unused macro definition. The definition in target.h (or perhaps
5303 elsewhere) takes precedence.
5304
5305 2004-03-15 Andrew Cagney <cagney@redhat.com>
5306
5307 * ppc-tdep.h: Update copyright.
5308 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
5309 function signatures to match "regsets.h".
5310 * ppc-linux-tdep.c: Include "regset.h".
5311 (ELF_GREGSET_SIZE): Delete.
5312 (right_supply_register): New function.
5313 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
5314 using right_supply_register.
5315 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
5316 functions.
5317 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
5318 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
5319 (_initialize_ppc_linux_tdep): Do not register
5320 ppc_linux_regset_core_fns.
5321 (ppc_linux_regset_from_core_section): Replace
5322 fetch_core_registers.
5323 (ppc_linux_regset_core_fns): Delete.
5324 * ppc-linux-nat.c: (right_fill_reg): New function.
5325 (supply_gregset): Update call to ppc_linux_supply_gregset.
5326 (fill_gregset): Clear the register set, use right_fill_reg.
5327 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
5328 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
5329
5330 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
5331 unsigned.
5332
5333 2004-03-15 Andrew Cagney <cagney@redhat.com>
5334
5335 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
5336 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
5337 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
5338 and register_gdbarch_data.
5339 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
5340 (struct gdbarch_data): Replace "init" by "pre_init" and
5341 "post_init".
5342 * gdbarch.h, gdbarch.c: Re-generate.
5343 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
5344 with"obstack", use OBSTACK_ZALLOC.
5345 (dwarf2_frame_ops): Delete.
5346 (dwarf2_frame_set_init_reg): Use gdbarch_data.
5347 (dwarf2_frame_init_reg): Use gdbarch_data.
5348 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
5349 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
5350 (_initialize_svr4_solib): Update.
5351 * user-regs.c (_initialize_user_regs): Update.
5352 * reggroups.c (_initialize_reggroup): Update.
5353 * regcache.c (_initialize_regcache): Update.
5354 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5355 * libunwind-frame.c (_initialize_libunwind_frame): Update.
5356 * gnu-v3-abi.c (init_gnuv3_ops): Update.
5357 * frame-unwind.c (_initialize_frame_unwind): Update.
5358 * frame-base.c (_initialize_frame_base): Update.
5359 * user-regs.c (user_reg_add): Update.
5360 * reggroups.c (reggroup_add): Update.
5361 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
5362 * libunwind-frame.c (libunwind_frame_set_descr): Update.
5363 * frame-unwind.c (frame_unwind_append_sniffer): Update.
5364 * frame-base.c (frame_base_table): Update.
5365 * remote.c (_initialize_remote): Update.
5366 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
5367
5368 2004-03-15 Andrew Cagney <cagney@redhat.com>
5369
5370 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
5371
5372 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5373
5374 * Makefile.in (frv-linux-tdep.o): Add dependencies.
5375 * frv-linux-tdep.c: New file.
5376 * frv-tdep.c (struct gdbarch_tdep): Add new field
5377 ``sigcontext_reg_addr''.
5378 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
5379 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5380 (frv_sigramp_frame_sniffer): New functions.
5381 (frv_sigtramp_frame_unwind): New static global.
5382 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
5383 sniffers.
5384 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
5385 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
5386
5387 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5388
5389 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
5390 but not via a call to error(), when unable to read memory.
5391
5392 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5393
5394 * frv-tdep.c (frv_call_dummy_words): Delete.
5395 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
5396
5397 2004-03-15 Andrew Cagney <cagney@redhat.com>
5398
5399 * infrun.c (handle_step_into_function, step_over_function): Only
5400 update and use STEP_FRAME_ID when the system is using legacy
5401 frames. Update comments.
5402
5403 2004-03-14 Mark Kettenis <kettenis@gnu.org>
5404
5405 * amd64-linux-tdep.h: Remove file.
5406 * amd64-linux-tdep.c: Don't include "inferior.h" and
5407 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
5408 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
5409 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
5410 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
5411 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
5412 macros.
5413 (user_to_gdb_regmap): Remove variable.
5414 (amd64_linux_gregset_reg_offset): New variable.
5415 (amd64_core_fns): Remove variable.
5416 (fetch_core_registers): Remove function.
5417 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
5418 functions.
5419 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
5420 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
5421 * Makefile.in (amd64_linux_tdep_h): Remove.
5422 (amd64-linux-nat.o): Update dependencies.
5423 (amd64-linux-tdep.o): Update dependencies.
5424
5425 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
5426 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
5427 functions.
5428 (fetch_inferior_registers, store_inferior_registers): Rewrite.
5429
5430 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
5431 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
5432
5433 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
5434
5435 * dwarf2read.c (read_structure_type): Rename from
5436 read_structure_scope. Don't create a symbol or call process_die.
5437 Return immediately if die->type is set. Call read_type_die before
5438 dwarf2_add_member_fn.
5439 (process_structure_scope): New function.
5440 (read_enumeration_type, process_enumeration_scope): New functions,
5441 broken out from read_enumeration. Don't create the enumeration
5442 type if it has already been created.
5443 (read_enumeration): Removed.
5444 (process_die): Call read_structure_type, process_structure_scope,
5445 read_enumeration_type, and process_enumeration_scope. Just call
5446 new_symbol for base and subrange types. Add a comment about other
5447 type dies.
5448 (read_type_die): Call read_enumeration_type.
5449 (add_partial_structure, new_symbol): Update comments.
5450
5451 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
5452
5453 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
5454
5455 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
5456
5457 * tui/tui-win.h (tui_get_cmd_list): Declare.
5458 * tui/tui-win.c (tui_command): New function.
5459 (tui_get_cmd_list): New function.
5460 (_initialize_tui_win): Moved initialization of tui command in
5461 tui_get_cmd_list.
5462
5463 * tui/tui-data.c (init_content_element): Setup new data members.
5464 (init_win_info): Likewise.
5465 (free_content_elements): Free it.
5466 * tui/tui-data.h (struct tui_data_element): Store the register
5467 content to print.
5468 (struct tui_data_info): Keep the current register group.
5469
5470 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
5471
5472 * tui/tui-regs.h (tui_show_registers): Update prototype.
5473 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
5474 (tui_resize_all): No need to calculate anything for register window.
5475 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
5476 (tui_set_register_element, tui_set_general_regs_content): Remove.
5477 (tui_set_special_regs_content): Remove.
5478 (tui_set_general_and_special_regs_content): Remove.
5479 (tui_set_float_regs_content): Remove.
5480 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
5481 (tui_set_regs_content): Remove.
5482 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
5483 (tui_v_show_registers_command_support): Remove.
5484 (tui_show_registers): Use a reggroup to specify the registers to show.
5485 (tui_show_register_group): New function.
5486 (tui_display_registers_from): Compute the layout of register window
5487 and refresh with new API; be sure to delete old register windows.
5488 (tui_check_register_values): Update to use tui_get_register and
5489 tui_display_data.
5490 (tui_display_register): Just refresh the register window part.
5491 (tui_register_format): Format registers and save in tui_data_element.
5492 (tui_get_register): New to combine tui_reg_value_has_changed and
5493 tui_get_register_raw_value; fix to use the new gdb API.
5494 (tui_show_float_command): Renamed tui_reg_float_command.
5495 (tui_show_general_command): Renamed tui_reg_general_command.
5496 (tui_show_special_command): Renamed tui_reg_system_command.
5497 (_initialize_tui_regs): Remove unused commands.
5498
5499 2004-03-13 Mark Kettenis <kettenis@gnu.org>
5500
5501 * NEWS (New native configurations): Mention OpenBSD/amd64.
5502
5503 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
5504 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
5505 Remove defines.
5506 * config/i386/nm-fbsd64.h: Likewise.
5507 * config/i386/nm-obsd.h: Likewise.
5508 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
5509 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
5510
5511 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5512
5513 * frv-tdep.c (set_variant_scratch_registers): New function.
5514 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
5515 New constants.
5516
5517 From Richard Sandiford <rsandifo@redhat.com>:
5518 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
5519
5520 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5521
5522 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
5523 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
5524 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
5525 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
5526 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
5527 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
5528 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
5529 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
5530 definitions from frv-tdep.c to frv-tdep.h.
5531
5532 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5533
5534 Add shared library support for FR-V FDPIC ABI:
5535 * Makefile.in (solib-frv.o): Add dependencies.
5536 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
5537 New functions.
5538 (frv_push_dummy_call): Add support for FDPIC ABI.
5539 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
5540 for FDPIC ABI.
5541 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
5542 (frv_fdpic_find_canonical_descriptor): Declare.
5543 * solib-frv.c: New file.
5544 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
5545 * config/frv/tm-frv.h (solib.h): Include.
5546
5547 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5548
5549 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
5550 (frv-tdep.o): Update dependencies.
5551 * frv-tdep.h: New file.
5552 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
5553 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
5554 constants.
5555 (struct gdbarch_tdep): Add new member ``frv_abi''.
5556 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
5557 functions.
5558 (new_variant): Set ``frv_abi'' field.
5559 (gdb_arch_init): Detect FDPIC executables.
5560
5561 2004-03-12 Mark Kettenis <kettenis@gnu.org>
5562
5563 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
5564 wrapper.
5565
5566 2004-03-11 Andrew Cagney <cagney@redhat.com>
5567
5568 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
5569
5570 2004-03-11 Kevin Buettner <kevinb@redhat.com>
5571
5572 * solist.h (master_so_list): New function.
5573 * solib.c (master_so_list): Likewise.
5574 * solib-svr4.c (enable_break): Iterate over so_list entries
5575 obtained from master list instead of entries obtained directly
5576 via svr4_current_sos().
5577
5578 2004-03-10 Ben Elliston <bje@gnu.org>
5579
5580 * MAINTAINERS: Update my mail address.
5581
5582 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5583
5584 * remote-m32r-sdi.c: Support hardware watchpoint.
5585
5586 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5587
5588 * user-regs.c: Update copyright years.
5589 (struct user_regs): Rename to gdb_user_regs.
5590 (append_user_reg, builtin_user_regs, user_regs_init)
5591 (user_reg_add, user_reg_map_name_to_regnum)
5592 (usernum_to_user_reg): Update.
5593
5594 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5595
5596 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
5597 (skip_children): New functions.
5598 (locate_pdi_sibling): Call skip_children.
5599
5600 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5601
5602 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
5603 * gdbtypes.c (check_typedef): Update comments.
5604
5605 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5606
5607 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
5608 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
5609 pointer. Update comment about comp_unit_head.
5610 (struct abbrev_info): Shorten two int flags.
5611 (dwarf_alloc_abbrev): Take a CU argument.
5612 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
5613 each time through the loop. Update cleanup argument.
5614 (psymtab_to_symtab_1): Update cleanup call.
5615 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
5616 abbrev_obstack.
5617 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
5618 Just call obstack_free and clear the pointer.
5619
5620 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5621
5622 * infrun.c (handle_inferior_event): Remove short-circuit code for
5623 events in a different thread.
5624
5625 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5626
5627 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
5628 print the whole transfer.
5629 (initialize_targets): Update description of "set debug target".
5630
5631 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5632
5633 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
5634
5635 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
5636
5637 * MAINTAINERS (write after approval): Add myself.
5638
5639 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
5640
5641 * sh-tdep.c (sh_print_registers_info): Use for loop.
5642 Don't skip multiple registers when a float register is encountered.
5643
5644 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
5645
5646 Fix PR tdep/1291.
5647 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
5648 to official SH documentation.
5649
5650 2004-03-07 Andrew Cagney <cagney@redhat.com>
5651
5652 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
5653 unused function.
5654
5655 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
5656
5657 * arm-tdep.c (thumb_get_next_pc): Handle BX.
5658 (arm_get_next_pc): Handle BX and BLX.
5659
5660 2004-03-07 Andrew Cagney <cagney@redhat.com>
5661
5662 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
5663 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
5664 HPPA_SP_REGNUM.
5665 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
5666 (hppa_target_read_fp): Delete.
5667 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
5668 register_virtual_size, max_register_raw_size,
5669 max_register_virtual_size, register_byte, register_size,
5670 target_read_fp, fp_regnum, and register_bytes. Set register_type
5671 instead of register_virtual_type.
5672 (hppa32_register_type, hppa64_register_type): Replace
5673 hppa32_register_virtual_type and hppa64_register_virtual_type.
5674 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
5675 (HPPA_FP_REGNUM): Define.
5676
5677 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
5678
5679 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
5680 (pa_do_registers_info): Delete.
5681 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
5682 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
5683 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
5684
5685 * infcall.c (legacy_push_dummy_code): Delete #ifdef
5686 GDB_TARGET_IS_HPPA code.
5687 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
5688 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
5689 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
5690 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
5691 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
5692 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
5693 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
5694 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
5695 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
5696 (hppa_frameless_function_invocation, hppa64_store_return_value)
5697 (hppa_store_struct_return, hppa64_extract_return_value)
5698 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
5699 (hppa32_call_dummy_length, hppa64_call_dummy_length)
5700 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
5701 (find_proc_framesize, deposit_21, restore_pc_queue)
5702 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
5703 (rp_saved, pc_in_linker_stub): Delete.
5704
5705 Unconditionally enable 64-bit frame and ABI code.
5706 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
5707 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
5708 push_dummy_frame, fix_call_dummy, push_arguments,
5709 call_dummy_location, extract_return_value, use_struct_convention,
5710 store_return_value, store_struct_return, saved_pc_after_call,
5711 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
5712 frame_chain, frame_chain_valid, frameless_function_invocation,
5713 frame_saved_pc, and pop_frame.
5714
5715 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
5716 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
5717 (hppa_gdbarch_init): Do not set PC_REGNUM.
5718
5719 2004-03-06 Mark Kettenis <kettenis@gnu.org>
5720
5721 * config/alpha/tm-fbsd.h: Remove file.
5722 * config/alpha/fbsd.mt: Tweak comment.
5723 (TM_FILE): Set to tm-alpha.h.
5724
5725 2004-03-05 Andrew Cagney <cagney@redhat.com>
5726
5727 * infrun.c (step_over_function): When non-legacy code, and no
5728 step_frame_id, use the unwinder to get the caller's frame ID.
5729
5730 2004-03-05 Mark Kettenis <kettenis@gnu.org>
5731
5732 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
5733 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
5734 bfd_arch_unknown. Adjust comment.
5735
5736 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
5737 * i386obsd-tdep.c: Correct spelling in comment.
5738 * i386nbsd-tdep.c: Correct spelling in comment.
5739 * sparc-tdep.c: Correct spelling in comments.
5740
5741 2004-03-05 David Carlton <carlton@kealia.com>
5742
5743 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
5744 bug.
5745
5746 2004-03-05 Mark Kettenis <kettenis@gnu.org>
5747
5748 * sparc-tdep.c: Fix typo in comment.
5749
5750 2004-03-04 J. Brobecker <brobecker@gnat.com>
5751
5752 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
5753
5754 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
5755
5756 * dwarf2read.c: Add comment describing memory lifetimes.
5757 (struct dwarf2_pinfo): Update comment.
5758 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
5759 (read_enumeration, new_symbol): Don't use obsavestring.
5760
5761 2004-03-04 Mark Kettenis <kettenis@gnu.org>
5762
5763 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
5764 instead of amd64_fill_fxsave.
5765 * amd64bsd-nat.c (store_inferior_registers): Likewise.
5766 * amd64fbsd-nat.c (fill_fpregset): Likewise.
5767
5768 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
5769 Reorganize code a bit.
5770
5771 2004-03-04 Orjan Friberg <orjanf@axis.com>
5772
5773 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
5774 when the frame pointer is pushed. Don't set the frame pointer's
5775 address on the stack unless it's actually located there.
5776 Set the SRP's address on the stack correctly when the PC is still in
5777 the prologue.
5778 (cris_return_value): New function.
5779 (cris_gdbarch_init): Clear deprecated store_return_value,
5780 extract_return_value.
5781
5782 2004-03-02 Jim Blandy <jimb@redhat.com>
5783
5784 * stabsread.c (reg_value_complaint): The maximum register number
5785 is one less than the number of registers.
5786
5787 2004-03-02 Andrew Cagney <cagney@redhat.com>
5788
5789 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
5790 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
5791 trailing comma and redundant assignment of I386_ST0_REGNUM.
5792 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
5793 32-bit segment registers.
5794
5795 2004-03-01 Andrew Cagney <cagney@redhat.com>
5796
5797 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
5798 use frame_relative_level and get_next_frame.
5799
5800 2004-02-29 Andrew Cagney <cagney@redhat.com>
5801
5802 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
5803 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
5804 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
5805 Delete macro.
5806
5807 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5808
5809 * inflow.c (terminal_inferior): Don't give up the terminal if we
5810 previously couldn't get the inferior's terminal state.
5811
5812 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5813
5814 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
5815 PC_REGNUM.
5816
5817 2004-02-28 Andrew Cagney <cagney@redhat.com>
5818
5819 * NEWS: Refer to GDB 6.1.
5820 * README: Refer to GDB 6.1.
5821 * PROBLEMS: Refer to GDB 6.1.
5822
5823 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
5824
5825 * thread-db.c (disable_thread_signals): Remove unused function.
5826
5827 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5828
5829 * amd64-nat.c: Include "gdb_string.h".
5830 (amd64_collect_native_gregset): Zero-extend the 32-bit
5831 general-purpose registers and %eip.
5832
5833 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
5834 * amd64-tdep.c (amd64_collect_fxsave): New function.
5835 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
5836
5837 * i387-tdep.h: Update copyright year.
5838 (i387_collect_fxsave): New prototype.
5839 * i387-tdep.c: Update copyright year.
5840 (i387_collect_fxsave): New function containing most of the code
5841 from i387_fill_fxsave.
5842 (i387_fill_fxsave): Call i387_collect_fxsave.
5843
5844 2004-02-28 Andrew Cagney <cagney@redhat.com>
5845
5846 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
5847 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
5848
5849 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5850
5851 * amd64-tdep.c (amd64_frame_cache): Fix comment.
5852
5853 2004-02-28 Andrew Cagney <cagney@redhat.com>
5854
5855 * utils.c: Use "", instead of <>, to include readline.
5856 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
5857 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
5858 * source.c, solib.c, exec.c, event-top.c: Ditto.
5859 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
5860 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
5861 * Makefile.in: Update all dependencies.
5862 (readline_tilde_h, readline_history_h): Define.
5863 (readline_headers): Delete.
5864
5865 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5866
5867 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
5868 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
5869 "config/i386/tm-lx64.h".
5870
5871 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
5872 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
5873 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
5874
5875 2004-02-28 Andrew Cagney <cagney@redhat.com>
5876
5877 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
5878
5879 * breakpoint.c (_initialize_breakpoint): Use
5880 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
5881 Add help to show command.
5882
5883 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5884
5885 * i386-nat.c: Reformat to be closer to coding standards.
5886 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
5887 `retval'. Make variables `align' and `size' local to while-loop.
5888 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
5889 (_initialize_i386_nat): New prototype.
5890
5891 * tui/tui.c: Include <readline/readline.h> instead of
5892 "readline/readline.h". Include it after <term.h> and
5893 "gdb_curses.h".
5894
5895 2004-02-27 Andrew Cagney <cagney@redhat.com>
5896
5897 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
5898 the new frame unwind code.
5899 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
5900 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
5901 PCOQ_HEAD_REGNUM.
5902
5903 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
5904 "return_value" and "push_dummy_call".
5905 (hppa32_use_struct_convention): Delete unused function.
5906 (hppa32_store_return_value): Delete unused function.
5907 (hppa32_extract_return_value): Delete unused function.
5908 (hppa32_stack_align): Delete function.
5909
5910 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
5911
5912 * coffread.c (enter_linenos): Don't let rawptr reference memory
5913 outside linetab[]'s limits.
5914
5915 2004-02-27 Andrew Cagney <cagney@redhat.com>
5916
5917 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
5918 inferior stack space - the stack needs to grow upwards.
5919 (hppa32_frame_align): New function.
5920 (hppa64_frame_align): Replace hppa_frame_align.
5921 (hppa_gdbarch_init): Update.
5922
5923 2004-02-26 Orjan Friberg <orjanf@axis.com>
5924
5925 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
5926 (dwarf2-frame.h): Include.
5927 (enum cris_regnums): New enum CRIS_FP_REGNUM.
5928 Remove static variables related to ABI setting.
5929 (struct gdbarch_tdep): Remove cris_abi member.
5930 (struct frame_extra_info): Remove.
5931 (cris_unwind_cache, stack_item): New structs.
5932 (cris_frame_unwind, cris_frame_base): New variables.
5933 (push_stack_item, pop_stack_item)
5934 (cris_frame_unwind_cache, cris_frame_this_id)
5935 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
5936 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
5937 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
5938 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
5939 (cris_reg_struct_has_addr): New functions.
5940 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
5941 (cris_frame_saved_pc, cris_saved_pc_after_call,
5942 (cris_store_struct_return, cris_frameless_function_invocation)
5943 (cris_pop_frame, cris_skip_prologue_main)
5944 (cris_abi_original_store_return_value)
5945 (cris_abi_v2_store_return_value)
5946 (cris_abi_original_extract_return_value)
5947 (cris_abi_v2_extract_return_value)
5948 (cris_abi_original_reg_struct_has_addr)
5949 (cris_abi_v2_reg_struct_has_addr)
5950 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
5951 (cris_push_return_address, cris_abi_update): Remove.
5952 (_initialize_cris_tdep): Remove ABI command.
5953 (cris_dump_tdep): Ditto.
5954 (cris_gdbarch_init): Remove ABI command.
5955 Set store_return_value, extract_return_value, push_dummy_code,
5956 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
5957 frame_unwind_append_sniffer, frame_base_set_default.
5958 Clear deprecated init_frame_pc, push_arguments, store_return_value,
5959 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
5960 sizeof_call_dummy_words, get_saved_register, push_return_address,
5961 pop_frame, store_struct_return, frame_init_saved_regs,
5962 init_extra_frame_info, frameless_function_invocation, frame_chain,
5963 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
5964 dummy_write_sp.
5965
5966 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5967
5968 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
5969 * valprint.c (print_hex_chars): Change from static to external.
5970 (print_char_chars): New function.
5971 * printcmd.c (print_scalar_formatted): For integer and enum types
5972 that are longer than LONGEST, perform processing via appropriate
5973 print_*_chars routines.
5974
5975 2004-02-26 Andrew Cagney <cagney@redhat.com>
5976
5977 * Makefile.in: Update dependencies.
5978 Changes from Ulrich Weigand,
5979 * s390-tdep.c: Include "dwarf2-frame.h".
5980 (s390_dwarf2_frame_init_reg): New function.
5981 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
5982 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
5983
5984 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5985
5986 * breakpoint.c (pending_break_support): New setting variable.
5987 (break_command_1): Account for pending_break_support setting
5988 when creating pending breakpoints.
5989 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
5990 (_initialize_breakpoint): Add "set breakpoint pending" and
5991 "show breakpoint pending" commands.
5992
5993 2004-02-26 Andrew Cagney <cagney@redhat.com>
5994
5995 Fix PR i18n/1570.
5996 * charset.c (backslashable, backslashed, represented): Remove 'e'
5997 from list of escaped characters, not part of ISO-C.
5998
5999 2004-02-25 J. Brobecker <brobecker@gnat.com>
6000
6001 From Peter Schauer <schauer@pdf.de>:
6002 * tui/tui.c: Move system header includes after local includes.
6003 Fixes a build failure on solaris systems.
6004
6005 2004-02-25 J. Brobecker <brobecker@gnat.com>
6006
6007 * configure.in: Refine the previous change.
6008 * configure: Regenerate.
6009
6010 2004-02-25 Mark Kettenis <kettenis@gnu.org>
6011
6012 * amd64-tdep.h: Renamed from x86-64-tdep.h.
6013 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
6014 "amd64-tdep.h" instead of "x86-64-tdep.h".
6015 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
6016 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
6017 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
6018 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
6019 and "x86-64-tdep.c".
6020 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
6021 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
6022 and "x86-64-tdep.c".
6023 * amd64bsd-nat.c: Update copyright year.
6024 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
6025 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
6026 "x86-64-tdep.h".
6027 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
6028 "x86-64-tdep.h".
6029 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
6030 "x86-64-tdep.h".
6031 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
6032 "x86-64-tdep.h".
6033 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
6034 "x86-64-tdep.h".
6035 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
6036 "x86-64-tdep.h".
6037 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
6038 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
6039 * Makefile.in (amd64_linux_tdep_h): Renamed from
6040 x86_64_linux_tdep_h.
6041 (amd64_tdep_h): Renamed from x86_64_tdep_h.
6042 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
6043 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
6044 (amd64obsd-tdep.o): Update dependencies.
6045 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
6046 dependencies.
6047 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
6048 dependencies.
6049 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
6050 amd64-linux-nat.c amd64-linux-tdep.c.
6051 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
6052 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
6053 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
6054 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
6055 amd64-tdep.o and amd64-linux-tdep.o.
6056 (TM_FILE): Set to tm-linux64.h.
6057 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
6058 (NAT_FILE): Set to nm-linux64.h.
6059 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
6060 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
6061 amd64-tdep.o.
6062 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
6063 amd64-tdep.o.
6064 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
6065 amd64-tdep.o.
6066
6067 2004-02-25 Roland McGrath <roland@redhat.com>
6068
6069 * remote.c (remote_protocol_qPart_auxv): New variable.
6070 (init_all_packet_configs): Initialize it.
6071 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
6072 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
6073 (show_remote_cmd): Call it.
6074 (_initialize_remote): Initialize commands.
6075 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
6076 service TARGET_OBJECT_AUXV requests.
6077
6078 2004-02-25 J. Brobecker <brobecker@gnat.com>
6079
6080 * configure.in: Make sure that the wborder function is available.
6081 Otherwise, search for it in the cur_colr library.
6082 * configure: Regenerate.
6083
6084 2004-02-25 Andrew Cagney <cagney@redhat.com>
6085
6086 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
6087
6088 2004-02-25 Mark Kettenis <kettenis@gnu.org>
6089
6090 * config/i386/tm-x86-64linux.h: Tweak comments.
6091
6092 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
6093
6094 * MAINTAINERS: Add self to write-after-approval list.
6095
6096 2004-02-25 Andrew Cagney <cagney@redhat.com>
6097
6098 PR cli/1566. Problem found, and fix suggested by David Allan.
6099 * cli/cli-script.c (execute_control_command): Unconditionally
6100 install a cleanup. Default "ret" to "invalid_control". Use
6101 "break" instead of "return" to escape from the switch.
6102
6103 2004-02-24 J. Brobecker <brobecker@gnat.com>
6104
6105 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
6106 with the lines macro defined in term.h on AiX.
6107 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
6108 a collision with the label_width macro defined in term.h on AiX.
6109
6110 2004-02-23 David Mosberger <davidm@hpl.hp.com>
6111
6112 Committed by Kevin Buettner <kevinb@redhat.com>.
6113
6114 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
6115 * ia64-tdep.c (ia64_write_pc): Make it a global function.
6116 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
6117 instead of ia64_write_pc().
6118 * ia64-linux-tdep.c (regcache.h): Include.
6119 (ia64_linux_write_pc): New function.
6120
6121 2004-02-23 Roland McGrath <roland@redhat.com>
6122
6123 * auxv.c (info_auxv_command): Fix typos in error messages.
6124
6125 2004-02-23 Mark Kettenis <kettenis@gnu.org>
6126
6127 * x86-64-tdep.h: Tweak comment.
6128 (enum amd64_regnum): New.
6129 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
6130 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
6131 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
6132 (X86_64_XMM1_REGNUM): Removed.
6133 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
6134 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
6135 prototypes for renamed functions.
6136 * x86-64-tdep.c: Fix typo.
6137 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
6138 register numbers.
6139 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
6140 Use constants from `enum amd64_regnum' for register numbers.
6141 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
6142 (amd64_analyze_prologue, amd64_frame_cache,
6143 amd64_sigtramp_frame_cache): Use constants from `enum
6144 amd64_regnum' for register numbers.
6145 (amd64_supply_fpregset): Adjust for renamed functions.
6146 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
6147 `enum amd64_regnum' for register numbers.
6148 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
6149 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
6150 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
6151 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
6152 (amd64_linux_fill_gregset): Adjust for renamed macros.
6153 (fetch_core_registers): Adjust for renamed functions.
6154 (amd64_linux_init_abi): Adjust for renamed functions.
6155 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
6156 renamed functions.
6157 * amd64-nat.c: Adjust for renamed macros.
6158 * amd64bsd-nat.c (fetch_inferior_registers)
6159 (store_inferior_registers): Use constants from `enum amd64_regnum'
6160 for register numbers. Adjust for renamed variables.
6161 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
6162 renamed variables.
6163 (_initialize_amd64fbsd_nat): Use constants from `enum
6164 amd64_regnum' for register numbers.
6165 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
6166 `enum amd64_regnum' for register numbers.
6167 (amd64fbsd_init_abi): Adjust for renamed functions.
6168 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
6169 `enum amd64_regnum' for register numbers.
6170 (amd64nbsd_init_abi): Adjust for renamed functions.
6171 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
6172 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
6173 `enum amd64_regnum' for register numbers.
6174 (amd64obsd_init_abi): Adjust for renamed functions.
6175 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
6176
6177 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6178
6179 * breakpoint.c (print_one_breakpoint): Do not output spaces
6180 after printing <PENDING> for a pending breakpoint.
6181
6182 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6183
6184 * printcmd.c (print_scalar_formatted): Initialize val_long
6185 to remove compiler warning message.
6186
6187 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6188
6189 * defs.h (nquery, yquery): New prototypes.
6190 * breakpoint.c (break_command_1): Use new nquery interface.
6191 * utils.c (defaulted_query, nquery, yquery): New functions.
6192
6193 2004-02-23 Andrew Cagney <cagney@redhat.com>
6194
6195 * hppa-tdep.c (hppa_frame_align): New function.
6196 (hppa32_push_dummy_call): New function.
6197 (hppa64_push_dummy_call): New function.
6198 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
6199 disabled.
6200
6201 * infcall.c (legacy_push_dummy_code): Don't call deprecated
6202 FIX_CALL_DUMMY when push_dummy_call is available.
6203 (call_function_by_hand, push_dummy_code): Ditto.
6204
6205 2004-02-22 Andrew Cagney <cagney@redhat.com>
6206
6207 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
6208 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
6209 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
6210 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
6211 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
6212 call_dummy_location to ON_STACK.
6213
6214 2004-02-22 Mark Kettenis <kettenis@gnu.org>
6215
6216 * x86-64-linux-tdep.c: Tweak comment.
6217 (amd64_linux_supply_gregset): Renamed from
6218 x86_64_linux_supply_gresget.
6219 (amd64_linux_fill_gregset): Renamed from
6220 x86_64_linux_fill_gregset.
6221 (fetch_core_registers): Adjust for renamed functions.
6222 (amd64_core_fns): Renamed from x86_64_core_fns.
6223 (amd64_linux_sigtramp_start): Renamed from
6224 x86_64_linux_sigtramp_start.
6225 (amd64_linux_pc_in_sigtramp): Renamed from
6226 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
6227 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
6228 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
6229 (amd64_linux_sigcontext_addr): Renamed from
6230 x86_64_linux_sigcontext_addr.
6231 (amd64_linux_sc_reg_offset): Renamed from
6232 x86_64_linux_sc_reg_offset.
6233 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
6234 Adjust for renamed functions and variables.
6235 (_initialize_amd64_linux_tdep): Renamed from
6236 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
6237 variables.
6238 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
6239 Adjust for renamed functions.
6240
6241 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
6242 from x86_64_linux_gregset64_reg_offset.
6243 (amd64_linux_gregset32_reg_offset): Rename from
6244 x86_64_linux_gregset64_reg_offset.
6245 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
6246 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
6247 (amd64_linux_dr_set_control): Renamed from
6248 x86_64_linux_dr_set_control. Adjust for renamed functions.
6249 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
6250 Adjust for renamed functions.
6251 (amd64_linux_dr_reset_addr): Renamed from
6252 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
6253 (amd64_linux_dr_get_status): Renamed from
6254 x86_64_linux_dr_get_status. Adjust for renamed functions.
6255 (_initialize_amd64_linux_nat): Renamed from
6256 _initialize_x86_64_linux_nat. Adjust for renamed variables and
6257 functions.
6258 * config/i386/nm-x86-64linux.h: Update copyright year.
6259 Adjust for renamed functions.
6260
6261 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
6262 amd64fbsd_sigtramp_start.
6263 (amd64fbsd_sigtramp_end_addr): Renamed from
6264 amd64fbsd_sigtramp_end.
6265 (amd64fbsd_init_abi): Adjust for renamed variables.
6266 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
6267 variables.
6268 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
6269 amd64fbsd_sigtramp_start.
6270 (amd64fbsd_sigtramp_end_addr): Renamed from
6271 amd64fbsd_sigtramp_end.
6272
6273 2004-02-22 Andrew Cagney <cagney@redhat.com>
6274
6275 * hppa-tdep.c (hppa32_return_value): New function.
6276 (hppa64_return_value): New function.
6277 (hppa_gdbarch_init): Set return_value; keep disabled.
6278
6279 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
6280 struct-return and inferior function call methods.
6281
6282 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
6283 "frame-base.h".
6284 (struct hppa_frame_cache): Define.
6285 (hppa_frame_cache, hppa_frame_this_id): New functions.
6286 (hppa_frame_prev_register): New function.
6287 (hppa_frame_unwind, hppa_frame_base): New variables.
6288 (hppa_frame_unwind_sniffer): New function.
6289 (hppa_frame_base_address, hppa_unwind_pc): New function.
6290 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
6291 sniffer, and frame base sniffer; keep disabled.
6292 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
6293 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
6294
6295 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
6296 to predicates for "seriously old code".
6297
6298 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
6299 runtime if(0).
6300
6301 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
6302 unsigned.
6303 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
6304
6305 * config/pa/tm-hppa.h: Update copyright.
6306 (DEPRECATED_INIT_FRAME_PC): Delete macro.
6307 (deprecated_init_frame_pc_default): Delete declaration.
6308 (hppa_frame_init_saved_regs): Delete declaration.
6309 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6310 * hppa-tdep.c: Include "arch-utils.h".
6311 (hppa_gdbarch_init): Set deprecated init_frame_pc
6312 and deprecated frame_init_saved_regs.
6313 (hppa_frame_init_saved_regs): Make static.
6314
6315 2004-02-22 Mark Kettenis <kettenis@gnu.org>
6316
6317 Remove old 386BSD support.
6318 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
6319 * configure.host: Remove i[34567]86-*-bsd*.
6320 * configure.tgt: Remove i[34567]86-*-bsd*.
6321 * i386b-nat.c: Removed.
6322 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
6323 (i386b-nat.o): Remove dependencies.
6324
6325 * config/i386/i386bsd.mh: Removed.
6326 * config/i386/i386bsd.mt: Removed.
6327 * config/i386/nm-i386bsd.h: Removed.
6328 * config/i386/tm-i386bsd.h: Removed.
6329 * config/i386/xm-i386bsd.h: Removed.
6330
6331 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
6332
6333 * amd64fbsd-tdep.c: Include "solib-svr4.h".
6334 (amd64fbsd_init_abi): Set link map offsets.
6335 * amd64nbsd-tdep.c: Include "slib-svr4.h".
6336 (amd64nbsd_init_abi): Set link map offsets.
6337 * amd64obsd-tdep.c: Include "solib-svr4.h".
6338 (amd64obsd_init_abi): Set link map offsets.
6339 * i386fbsd-tdep.c: Include "solib-svr4.h".
6340 (i386fbsd_init_abi): Set link map offsets.
6341 * i386nbsd-tdep.c: Include "solib-svr4.h".
6342 (i386nbsdelf_init_abi): Set link map offsets.
6343 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
6344 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
6345 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
6346 solib-legacy.o and core-aout.o. Reformat.
6347 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
6348 solib-svr4.o, solib-legacy.o. Reformat.
6349 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
6350 * config/i386/nbsdelf.mh: Reformat.
6351 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
6352 solib-svr4.o, solib-legacy.o and corelow.o.
6353 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
6354 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
6355 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
6356 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
6357 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
6358 (TM_FILE): Set to tm-fbsd.h.
6359 * config/i386/nbsd.mt (TDEPFILES): Reformat.
6360 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
6361 solib-svr4.o.
6362 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
6363 solib-svr4.o.
6364 (TM_FILE): Set to nm-nbsd.h.
6365 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
6366 Simplify shared library support. Don't include "elf/common.h".
6367 (SVR4_SHARED_LIBS): Don't define.
6368 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
6369 "solib.h".
6370 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
6371 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
6372 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
6373 Don't include "i386/tm-i386.h". Include "solib.h".
6374 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
6375 Don't include "i386/tm-i386.h".
6376 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
6377 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
6378 Include "i386/xm-i386.h".
6379 (HOST_LONG_DOUBLE_FORMAT): Remove.
6380
6381 Fix OpenBSD/i386 sigtramp recognition.
6382 * i386-tdep.h: Update copyright year.
6383 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
6384 (i386bsd_sigtramp_end): New prototypes.
6385 (i386fbsd_sigtramp_start_addr): Renamed from
6386 i386fbsd_sigtramp_start.
6387 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
6388 (i386obsd_sigtramp_start_addr): Renamed from
6389 i386obsd_sigtramp_start.
6390 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
6391 * i386bsd-tdep.c: Update copyright year.
6392 (i386bsd_pc_in_sigtramp): Make public.
6393 * i386fbsd-nat.c: Update copyright year.
6394 (_initialize_i386fbsd_nat): Adjust for renamed variables.
6395 * i386fbsd-tdep.c: Update copyright year.
6396 (i386fbsd_sigtramp_start_addr): Renamed from
6397 i386fbsd_sigtramp_start.
6398 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
6399 (i386fbsdaout_init_abi): Adjust for renamed variables.
6400 * i386obsd-nat.c: Update copyright year.
6401 (_initialize_i386obsd_nat): Adjust for renamed variables.
6402 * i386obsd-tdep.c: Include "target.h".
6403 (i386obsd_page_size): New variable.
6404 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
6405 (i386obsd_sigtramp_end): New functions.
6406 (i386obsd_sigtramp_start_addr): Renamed from
6407 i386obsd_sigtramp_start.
6408 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
6409 (i386obsd_init_abi): Adjust for renamed variables. Set
6410 pc_in_sigtramp, sigtramp_start and sigtramp_end.
6411 * Makefile.in (i386obsd-tdep.o): Update dependencies.
6412
6413 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
6414 trampoline change in OpenBSD kernel.
6415
6416 * amd64-nat.c: Update copyright year.
6417 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
6418 architecture from REGCACHE.
6419
6420 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
6421 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
6422
6423 2004-02-21 Mark Kettenis <kettenis@gnu.org>
6424
6425 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
6426 i[34567]86-*-openbsd3.[0-3].
6427 * config/i386/obsdaout.mh: New file.
6428
6429 * config/i386/obsd.mh (MH_FLAGS): Remove.
6430
6431 Fix PR build/1549.
6432 * i386obsd-tdep.c: Update copyright years. Include
6433 "solib-svr4.h".
6434 (i386obsd_init_abi): Don't set regset_from_core_section here.
6435 (i386obsd_aout_init_abi): New function. Set
6436 regset_from_core_section here.
6437 (i386obsd_elf_init_abi): New function.
6438 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
6439 * Makefile.in (i386obsd-tdep.o): Update dependecies.
6440 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6441 (TM_FILE): Set to tm-nbsd.h.
6442
6443 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
6444 solib-sunos.o.
6445
6446 * solib-svr4.h: Update copyright year.
6447 (svr4_ilp32_fetch_link_map_offsets)
6448 (svr4_lp64_fetch_link_map_offsets): New prototype.
6449 * solib-svr4.c: Update copyright year.
6450 (svr4_ilp32_fetch_link_map_offsets)
6451 (svr4_lp64_fetch_link_map_offsets): New function.
6452
6453 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
6454
6455 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
6456 to the partial symbol table.
6457
6458 2004-02-20 J. brobecker <brobecker@gnat.com>
6459
6460 * PROBLEMS: Add description of problem documented under gdb/1560.
6461
6462 2004-02-20 Mark Kettenis <kettenis@gnu.org>
6463
6464 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
6465 comments.
6466 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
6467 functions.
6468 (amd64obsd_init_abi): Reorder initializations. Use
6469 amd64obsd_r_reg_offset to initialize the general-purpose register
6470 set details. Set regset_from_core_section.
6471 (_initialize_amd64obsd_tdep): Rename from
6472 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
6473 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
6474 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
6475
6476 * NEWS (New native configurations): Mention OpenBSD/alpha.
6477 * configure.tgt: Add alpha*-*-openbsd*.
6478 * configure.host: Add alpha*-*-openbsd*.
6479 * alphanbsd-tdep.c: Update copyright year.
6480 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
6481
6482 2004-02-20 Andrew Cagney <cagney@redhat.com>
6483
6484 Fix PR tdep/1372.
6485 * configure.tgt: Delete target "none-*-*".
6486 * configure.host: Delete host "none-*-*".
6487 * config/none/none.mh: Delete file.
6488 * config/none/none.mt: Delete file.
6489 * config/none/xm-none.h: Delete file.
6490 * config/none/tm-none.h: Delete file.
6491 * config/none/nm-none.h: Delete file.
6492
6493 2004-02-19 Fred Fish <fnf@redhat.com>
6494
6495 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
6496 cache->uses_fp prior to setting it.
6497
6498 2004-02-19 Fred Fish <fnf@redhat.com>
6499
6500 Fix for PR breakpoint/1558.
6501 * sh-tdep.c (IS_JSR): New macro.
6502 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
6503
6504 2004-02-19 Jim Blandy <jimb@redhat.com>
6505
6506 * findvar.c (value_from_register): Doc fix.
6507
6508 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
6509
6510 * printcmd.c (print_scalar_formatted): Do not check for sizeof
6511 type being greater than sizeof of host's LONGEST. Always use
6512 unpack_long() unless format 'f' chosen.
6513
6514 2004-02-19 Joel Brobecker <brobecker@gnat.com>
6515
6516 Committed by Elena Zannoni <ezannoni@redhat.com>
6517
6518 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
6519 contains a symbol wich is the best, non-exact match for the given
6520 pc. Update comments.
6521
6522 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
6523
6524 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
6525 macro, which was part of the now removed Mach 3 port.
6526 * utils.c (request_quit): Ditto.
6527
6528 2004-02-18 Mark Kettenis <kettenis@gnu.org>
6529
6530 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
6531 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
6532
6533 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6534
6535 Committed by Mark Kettenis <kettenis@gnu.org>.
6536
6537 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
6538 Define.
6539
6540 2004-02-18 Andrew Cagney <cagney@redhat.com>
6541
6542 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
6543 CONFIG_INSTALL and CONFIG_UNINSTALL.
6544 * configure: Re-generate.
6545 * interps.h (INTERP_TUI): Define.
6546 * Makefile.in: Update dependencies.
6547 (TUI): New macro.
6548 (tui-main.o): Specify dependencies.
6549 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
6550 * tui/tui-main.c: New file.
6551
6552 2004-02-18 Mark Kettenis <kettenis@gnu.org>
6553
6554 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
6555 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
6556 dependencies.
6557 * configure.host: Add x86_64-*-openbsd*.
6558 * configure.tgt: Add x86_64-*-openbsd*.
6559 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
6560
6561 * tui/tui.c: Don't include <malloc.h>.
6562
6563 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
6564 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
6565 amd64nbsd-tdep.c.
6566
6567 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
6568 static. Remove extraneous whitespace.
6569 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
6570 static.
6571
6572 2004-02-17 Jim Blandy <jimb@redhat.com>
6573
6574 * findvar.c (value_from_register): Doc fix.
6575
6576 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6577
6578 Committed by Jim Blandy <jimb@redhat.com>.
6579
6580 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
6581 CORE_ADDR as type for selectors. Correct types for GNU run time
6582 message lookup function to use double indirection.
6583 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
6584 * objc-lang.h (lookup_child_selector): Adapt prototype.
6585
6586 * s390-nat.c (SUBOFF): New macro.
6587 (supply_gregset, fill_gregset): Use it to handle debugging
6588 of 32-bit exectuables running under a 64-bit kernel.
6589 * s390-tdep.c: Include "solib-svr4.h".
6590 (s390_svr4_fetch_link_map_offset): New function.
6591 (s390x_svr_fetch_link_map_offset): Likewise.
6592 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
6593 * Makefile.in (s390-tdep.o): Update dependencies.
6594
6595 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
6596 "frame-unwind.h".
6597 (s390_readinstruction): Reformat. Use read_memory_nobpt.
6598 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
6599 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
6600 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
6601 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
6602 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
6603 S390_SIGNAL_FRAMESIZE,
6604 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
6605 (struct frame_extra_info): Remove.
6606 (s390_memset_extra_info): Remove.
6607 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
6608 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
6609 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
6610 (is_rse): Renamed to ...
6611 (is_rsy): ... this. Support long displacements.
6612 (is_rxe): Renamed to ...
6613 (is_rxy): ... this. Support long displacements.
6614 (compute_x_addr): Support long displacements.
6615 (struct s390_prologue_data): New data type.
6616 (s390_on_stack): Change API to use struct s390_prologue_data.
6617 (s390_store): Reimplement.
6618 (s390_load): New function.
6619 (s390_get_signal_frame_info): Remove.
6620 (s390_get_frame_info): Remove, replace by ...
6621 (s390_analyze_prolog): ... this new function.
6622 (s390_check_function_end): Remove.
6623 (s390_function_start): Remove.
6624 (s390_frameless_function_invokation): Remove.
6625 (s390_is_sigreturn): Remove.
6626 (s390_init_frame_pc_first): Remove.
6627 (s390_init_frame_extra_info): Remove.
6628 (s390_frame_init_saved_regs): Remove.
6629 (s390_frame_saved_pc_nofix): Remove.
6630 (s390_frame_saved_pc): Remove.
6631 (s390_frame_chain): Remove.
6632 (s390_fp_regnum, s390_read_fp): Remove.
6633 (s390_pop_frame_regular, s390_pop_frame): Remove.
6634 (s390_saved_pc_after_call): Remove.
6635 (s390_skip_prologue): Reimplement.
6636 (s390_in_function_epilogue_p): Support long displacements.
6637 (struct s390_unwind_cache): New data structure.
6638 (s390_frame_unwind_cache): New function.
6639 (s390_prologue_frame_unwind_cache): Likewise.
6640 (s390_backchain_frame_unwind_cache): Likewise.
6641 (s390_frame_this_id, s390_frame_prev_register): Likewise.
6642 (s390_frame_unwind): Define.
6643 (s390_frame_sniffer): New function.
6644 (struct s390_pltstub_unwind_cache): New data structure.
6645 (s390_pltstub_frame_unwind_cache): New function.
6646 (s390_pltstub_frame_this_id): Likewise.
6647 (s390_pltstub_frame_prev_register): Likewise.
6648 (s390_pltstub_frame_unwind): Define.
6649 (s390_pltstub_frame_sniffer): New function.
6650 (struct s390_sigtramp_unwind_cache): New data structure.
6651 (s390_sigtramp_frame_unwind_cache): New function.
6652 (s390_sigtramp_frame_this_id): Likewise.
6653 (s390_sigtramp_frame_prev_register): Likewise.
6654 (s390_sigtramp_frame_unwind): Define.
6655 (s390_sigtramp_frame_sniffer): New function.
6656 (s390_frame_base_address, s390_local_base_address): New functions.
6657 (s390_frame_base): Define.
6658 (s390_unwind_pc, s390_unwind_sp): New function.
6659 (s390_push_dummy_call): Use new frame base location.
6660 (s390_unwind_dummy_id): Likewise.
6661 (s390_gdbarch_init): Remove calls to:
6662 set_gdbarch_frameless_function_invocation,
6663 set_gdbarch_deprecated_init_frame_pc,
6664 set_gdbarch_deprecated_frame_chain,
6665 set_gdbarch_deprecated_frame_init_saved_regs,
6666 set_gdbarch_deprecated_pop_frame,
6667 set_gdbarch_deprecated_init_extra_frame_info,
6668 set_gdbarch_deprecated_init_frame_pc_first,
6669 set_gdbarch_deprecated_target_read_fp,
6670 set_gdbarch_deprecated_frame_saved_pc,
6671 set_gdbarch_deprecated_saved_pc_after_call,
6672 set_gdbarch_deprecated_fp_regnum.
6673 Add calls to:
6674 set_gdbarch_in_solib_call_trampoline,
6675 frame_unwind_append_sniffer,
6676 frame_base_set_default,
6677 set_gdbarch_unwind_pc,
6678 set_gdbarch_unwind_sp.
6679 * Makefile.in (s390-tdep.o): Update dependencies.
6680
6681 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
6682 (S390_STACK_FRAME_OVERHEAD): Remove.
6683 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
6684 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
6685 (s390_promote_integer_argument): Remove.
6686 (s390_cannot_extract_struct_value_address): Remove.
6687 (s390_use_struct_convention, s390_store_struct_return): Remove.
6688 (s390_extract_return_value, s390_store_return_value): Remove.
6689 (s390_return_value_convention, s390_return_value): New functions.
6690 (is_float_singleton): Handle typedefs.
6691 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
6692 Remove, replace by ...
6693 (s390_function_arg_pass_by_reference, s390_function_arg_float,
6694 s390_function_arg_integer): ... these new functions.
6695 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
6696 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
6697 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
6698 Fill in tdep->abi.
6699 Remove calls to:
6700 set_gdbarch_deprecated_store_struct_return,
6701 set_gdbarch_deprecated_extract_return_value,
6702 set_gdbarch_deprecated_store_return_value,
6703 set_gdbarch_use_struct_convention,
6704 set_gdbarch_extract_struct_value_address,
6705 set_gdbarch_deprecated_pc_in_call_dummy,
6706 set_gdbarch_deprecated_push_arguments,
6707 set_gdbarch_deprecated_save_dummy_frame_tos,
6708 set_gdbarch_deprecated_push_return_address,
6709 set_gdbarch_deprecated_sizeof_call_dummy_words,
6710 set_gdbarch_deprecated_call_dummy_words,
6711 set_gdbarch_deprecated_dummy_write_sp.
6712 Add calls to:
6713 set_gdbarch_push_dummy_call,
6714 set_gdbarch_unwind_dummy_id,
6715 set_gdbarch_return_value.
6716
6717 * config/s390/nm-linux.h: Update comments.
6718 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
6719 (STOPPED_BY_WATCHPOINT): Redefine.
6720 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
6721 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
6722 (s390_stopped_by_watchpoint): Likewise.
6723 (watch_area_cnt): Remove.
6724 * s390-nat.c: Update comments.
6725 (watch_area): Remove typedef.
6726 Global replace watch_area by struct watch_area.
6727 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
6728 (s390_stopped_by_watchpoint): Remove pid argument,
6729 use s390_inferior_tid. Add short-cut for the no watchpoint case.
6730 (s390_fix_watch_points): Remove pid argument,
6731 use s390_inferior_tid. Recompute area spanned by watchpoints.
6732 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
6733 argument. Reimplement.
6734
6735 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
6736 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
6737 (FETCH_INFERIOR_REGISTERS): Define.
6738 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
6739 core-regset.o.
6740 * config/s390/s390x.mt: Remove.
6741 * config/s390/tm-s390.h: Remove.
6742 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
6743 (TARGET_ELF64): Remove.
6744 (SKIP_TRAMPOLINE_CODE): Do not undefine.
6745 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
6746 s390*-*-* case; always set gdb_target to s390.
6747 * regformats/reg-s390.dat: Remove control registers.
6748 * regformats/reg-s390x.dat: Likewise.
6749 * s390-tdep.h: New file.
6750 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
6751 Include "inferior.h" and "s390-tdep.h".
6752 Remove private definition of offsetof.
6753 (s390_register_u_addr): Remove.
6754 (regmap_gregset, regmap_fpregset): Define.
6755 (supply_gregset, fill_gregset): Reimplement.
6756 (supply_fpregset, fill_fpregset): Likewise.
6757 (s390_inferior_tid): New function.
6758 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
6759 (fetch_inferior_registers, store_inferior_registers): Likewise.
6760 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
6761 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
6762 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
6763 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
6764 (struct gdbarch_tdep): Define.
6765 (struct s390_register_info): Define.
6766 (s390_register_info): New variable.
6767 (s390_register_name): Reimplement.
6768 (s390_register_type): New function.
6769 (s390_register_raw_size, s390x_register_raw_size): Remove.
6770 (s390_cannot_fetch_register): Remove.
6771 (s390_register_byte): Remove.
6772 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
6773 (s390_dwarf_regmap): New variable.
6774 (s390_dwarf_reg_to_regnum): New function.
6775 (s390_stab_reg_to_regnum): Remove.
6776 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
6777 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
6778 (s390_convert_register_p): Likewise.
6779 (s390_register_to_value, s390_value_to_register): Likewise.
6780 (s390_register_reggroup_p): Likewise.
6781 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
6782 s390_gregset, s390x_gregset, s390_fpregset): New variables.
6783 (s390_supply_regset, s390_regset_from_core_section): New functions.
6784 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
6785 (S390_FPR_SIZE): Likewise.
6786 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
6787 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
6788 (S390_NUM_GPRS): Move here from tm-s390.h.
6789 (S390_NUM_FPRS): Likewise.
6790 (s390_in_function_epilogue_p): New function.
6791 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
6792 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
6793 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
6794 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
6795 Replace S390_FP_REGNUM by S390_SP_REGNUM.
6796 Remove calls to:
6797 set_gdbarch_deprecated_max_register_raw_size,
6798 set_gdbarch_deprecated_max_register_virtual_size,
6799 set_gdbarch_deprecated_register_byte,
6800 set_gdbarch_cannot_fetch_register,
6801 set_gdbarch_cannot_store_register,
6802 set_gdbarch_deprecated_register_size,
6803 set_gdbarch_deprecated_register_raw_size,
6804 set_gdbarch_deprecated_register_virtual_size,
6805 set_gdbarch_deprecated_register_virtual_type,
6806 set_gdbarch_deprecated_register_bytes.
6807 Add calls to:
6808 set_gdbarch_num_pseudo_regs,
6809 set_gdbarch_register_type,
6810 set_gdbarch_convert_register_p,
6811 set_gdbarch_register_to_value,
6812 set_gdbarch_value_to_register,
6813 set_gdbarch_register_reggroup_p,
6814 set_gdbarch_regset_from_core_section,
6815 set_gdbarch_pseudo_register_read,
6816 set_gdbarch_pseudo_register_write,
6817 set_gdbarch_in_function_epilogue_p.
6818 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
6819 (s390_tdep_h): New variable.
6820
6821 2004-02-17 Jim Blandy <jimb@redhat.com>
6822
6823 * findvar.c (value_from_register): If the type has no length, just
6824 return an acceptable value --- don't report an internal error.
6825
6826 * stabsread.c (read_type): If we find any type numbers that are
6827 forward references, complain if the references aren't resolved by
6828 the time we're finished reading.
6829 (cleanup_undefined_types): Make error message more appropriate for
6830 a complaint.
6831
6832 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
6833
6834 * Makefile.in (defs_h): Remove dependency on progress_h.
6835 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
6836 progress.h.
6837 * main.c (captured_main): Delete use of START_PROGRESS and
6838 END_PROGRESS.
6839
6840 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
6841
6842 * objfiles.c (terminate_minimal_symbol_table): Add back
6843 initialization of MSYMBOL_TYPE.
6844
6845 2004-02-17 David Mosberger <davidm@hpl.hp.com>
6846
6847 Committed by Andrew Cagney.
6848 * Makefile.in (ia64_tdep_h): New macro.
6849 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
6850 (ia64-tdep.o): Likewise.
6851 * ia64-tdep.h: New file.
6852 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
6853 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
6854 (ia64_aix_sigcontext_register_address): Likewise.
6855 (ia64_linux_getunwind_table): Delete declaration.
6856 * ia64-linux-tdep.c: Likewise.
6857
6858 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
6859
6860 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
6861 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
6862 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
6863
6864 2004-02-17 Andrew Cagney <cagney@redhat.com>
6865
6866 * symtab.c (skip_prologue_using_sal): New function.
6867 * symtab.h (skip_prologue_using_sal): Declare.
6868 * frv-tdep.c: Include "symtab.h".
6869 (skip_prologue_using_sal): Delete function.
6870 * mips-tdep.c (skip_prologue_using_sal): Delete function.
6871 * rs6000-tdep.c (refine_prologue_limit): Mention
6872 skip_prologue_using_sal.
6873 * ia64-tdep.c (refine_prologue_limit): Ditto.
6874 * Makefile.in: Update dependencies.
6875
6876 2004-02-16 Andrew Cagney <cagney@redhat.com>
6877
6878 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
6879 START_INFERIOR_TRAPS_EXPECTED.
6880 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
6881 START_INFERIOR_TRAPS_EXPECTED.
6882 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
6883 Delete macro.
6884 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
6885 macro, moved to "nm-osf.h". Update copyright.
6886 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
6887 update copyright.
6888
6889 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
6890 and function replacing FRAMELESS_FUNCTION_INVOCATION.
6891 * blockframe.c (legacy_frameless_look_for_prologue): Rename
6892 frameless_look_for_prologue.
6893 * frame.h (legacy_frameless_look_for_prologue): Rename
6894 frameless_look_for_prologue.
6895 * gdbarch.h, gdbarch.c: Re-generate.
6896 * sh64-tdep.c (sh64_gdbarch_init): Update.
6897 * sh-tdep.c (sh_gdbarch_init): Update.
6898 * s390-tdep.c (s390_gdbarch_init): Update.
6899 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6900 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6901 * m68k-tdep.c (m68k_gdbarch_init): Update.
6902 (delta68_frame_args_address): Update.
6903 * m32r-tdep.c (m32r_gdbarch_init): Update.
6904 * hppa-tdep.c (hppa_gdbarch_init): Update.
6905 * h8300-tdep.c (h8300_gdbarch_init): Update.
6906 * frv-tdep.c (frv_gdbarch_init): Update.
6907 (frv_frameless_function_invocation): Update.
6908 * cris-tdep.c (cris_gdbarch_init): Update.
6909 (cris_frameless_function_invocation): Update.
6910 * avr-tdep.c (avr_gdbarch_init): Update.
6911 * arm-tdep.c (arm_gdbarch_init): Update.
6912 * stack.c (frame_info): Update, call predicate.
6913 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
6914 * frame.c (legacy_get_prev_frame): Update, call predicate..
6915 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
6916 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
6917 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
6918 invocation.
6919 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6920 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6921 * vax-tdep.c (vax_gdbarch_init): Ditto.
6922
6923 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
6924 function.
6925
6926 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
6927
6928 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
6929 initializations.
6930
6931 2004-02-16 Andrew Cagney <cagney@redhat.com>
6932
6933 * tui/tui-windata.c: Include "gdb_string.h".
6934 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
6935 * tui/tui-layout.c, tui/tui-command.c: Ditto.
6936 * Makefile.in: Update dependencies.
6937
6938 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
6939
6940 * Makefile.in (infrun.o): Add $(gdb_assert_h).
6941 * infrun.c: Include "gdb_assert.h".
6942 (singlestep_ptid, saved_singlestep_ptid)
6943 (stepping_past_singlestep_breakpoint): New variables.
6944 (resume): Set singlestep_ptid. Check for singlestep thread
6945 hop.
6946 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
6947 (handle_inferior_event): Handle singlestep thread hop.
6948
6949 2004-02-16 Andrew Cagney <cagney@redhat.com>
6950
6951 * dwarf2-frame.c (dwarf2_frame_ops): New function.
6952 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
6953 (dwarf2_frame_init_reg): Ditto.
6954
6955 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
6956 suggested by Joshua Neuheisel
6957
6958 * configure.in: Always check for curses, including pdcurses.
6959 Warn, instead of error, when no curses are found. Enable TUI when
6960 curses is available.
6961 * configure: Re-generate.
6962
6963 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
6964
6965 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
6966 sh_sh4_register_convert_to_virtual.
6967 (sh_register_convert_to_raw): Rename from
6968 sh_sh4_register_convert_to_raw.
6969 (sh_pseudo_register_read): Accomodate above name change.
6970 (sh_pseudo_register_write): Ditto.
6971
6972 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
6973
6974 * sh-tdep.c (sh_generic_register_name): Remove.
6975 (sh_gdbarch_init): Use sh_sh_register_name in default case.
6976
6977 2004-02-15 Andrew Cagney <cagney@redhat.com>
6978
6979 * configure.in (build_warnings): Add -Wunused-function.
6980 * configure: Re-generate.
6981
6982 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
6983 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
6984
6985 * procfs.c (procfs_init_inferior): Assume that
6986 START_INFERIOR_TRAPS_EXPECTED is defined.
6987 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
6988 * config/ns32k/tm-nbsd.h: Delete file,
6989 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
6990
6991 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
6992 * config/vax/tm-vax.h: Delete file.
6993
6994 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6995 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6996 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6997 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6998 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
6999 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
7000 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
7001
7002 2004-02-15 Mark Kettenis <kettenis@gnu.org>
7003
7004 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
7005 * dwarf2-frame.c (dwarf2_frame_data): New variable.
7006 (struct dwarf2_frame_ops): New.
7007 (dwarf2_frame_default_init_reg): New function, based on
7008 dwarf2_frame_init_reg.
7009 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
7010 (dwarf2_frame_init_reg): Call architecture-specific function.
7011 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
7012 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
7013 instead of dwarf2_frame_data.
7014 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
7015 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
7016
7017 2004-02-15 Andrew Cagney <cagney@redhat.com>
7018
7019 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
7020 register_gdbarch_swap.
7021 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
7022 * f-lang.c (_initialize_f_language): Update, use
7023 DEPRECATED_REGISTER_GDBARCH_SWAP.
7024 * remote.c (_initialize_remote): Ditto.
7025 * regcache.c (_initialize_regcache): Ditto.
7026 * parse.c (_initialize_parse): Ditto.
7027 * infrun.c (_initialize_infrun): Ditto.
7028 * mi/mi-main.c (_initialize_mi_main): Ditto.
7029 * gdbtypes.c (_initialize_gdbtypes): Ditto.
7030
7031 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
7032 poking .cacheable directly.
7033 * symfile.c (symfile_bfd_open): Ditto.
7034
7035 * Makefile.in: Update all dependencies.
7036
7037 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
7038 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
7039 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
7040 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
7041 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
7042
7043 2004-02-14 Andrew Cagney <cagney@redhat.com>
7044
7045 * arch-utils.c (legacy_convert_register_p): Check
7046 DEPRECATED_REGISTER_CONVERTIBLE_P.
7047 * findvar.c (value_of_register): Ditto.
7048
7049 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
7050 * gdbarch.h, gdbarch.c: Re-generate.
7051 * arch-utils.c (deprecated_register_convertible_not): Delete.
7052 * arch-utils.h (deprecated_register_convertible_not): Delete.
7053 * mi/mi-main.c (get_register): Update. Update copyright.
7054 * infcmd.c (default_print_registers_info): Update.
7055
7056 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
7057 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
7058 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
7059 * gdbarch.h, gdbarch.c: Re-generate.
7060 * frame.c (deprecated_get_next_frame_hack): Delete function.
7061 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
7062 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7063 Update.
7064 * infcall.c (call_function_by_hand): Update.
7065
7066 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
7067
7068 * symfile.c (init_entry_point_info, entry_point_address): Move
7069 from here...
7070 * objfiles.c (init_entry_point_info, entry_point_address):..to
7071 here.
7072 * symfile.h (init_entry_point_info, entry_point_address): Remove
7073 prototypes.
7074 * objfiles.h (init_entry_point_info, entry_point_address):Add
7075 prototypes.
7076 * cris-tdep.c: Remove include of symfile.h. Add include of
7077 objfiles.h.
7078 * infcall.c: Ditto.
7079 * mcore-tdep.c: Ditto.
7080 * mn10300-tdep.c: Ditto.
7081 * sh64-tdep.c: Ditto.
7082 * v850-tdep.c: Ditto.
7083 * arm-tdep.c: Remove include of symfile.h.
7084 * blockframe.c: Ditto.
7085 * coffread.c: Ditto.
7086 * dbxread.c: Ditto.
7087 * dwarf2read.c: Ditto.
7088 * dwarfread.c: Ditto.
7089 * frv-tdep.c: Ditto.
7090 * ia64-tdep.c: Ditto.
7091 * mdebugread.c: Ditto.
7092 * mipsread.c: Ditto.
7093 * rs6000-tdep.c: Ditto.
7094 * s390-tdep.c: Ditto.
7095 * sh-tdep.c: Ditto.
7096 * xstormy16-tdep.c: Ditto.
7097 * gdbarch.sh: Remove include of symfile.h.
7098 * gdbarch.c: Regenerate.
7099 * solib-irix.c (enable_break): Use entry_point_address().
7100 Add comment about include file.
7101 * xcoffread.c: Add comment about include file.
7102 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
7103 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
7104 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
7105 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
7106 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
7107
7108 2004-02-13 Andrew Cagney <cagney@redhat.com>
7109
7110 * corelow.c (core_xfer_partial): Use "struct bfd_section".
7111 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
7112 copyright.
7113 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
7114
7115 2004-02-12 Fred Fish <fnf@redhat.com>
7116
7117 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
7118 set_gdbarch_store_return_value.
7119
7120 2004-02-12 Andrew Cagney <cagney@redhat.com>
7121
7122 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
7123 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
7124 (interrupt_query): Ditto.
7125 (ofunc): Delete unused variable.
7126 * cris-tdep.c (cris_abi): Delete unused function.
7127 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
7128 (cris_get_wide_opcode, cris_get_short_size): Ditto.
7129 (cris_get_asr_quick_shift_steps): Ditto.
7130 (cris_skip_prologue_frameless_p): Ditto.
7131 * arm-tdep.c (arm_push_return_address): Delete unused function.
7132 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
7133 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
7134 * s390-tdep.c (s390_function_start): Delete unused function.
7135
7136 2004-02-12 Andrew Cagney <cagney@redhat.com>
7137
7138 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
7139 gdbarch.h, gdbarch.c: Re-generate.
7140 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
7141 to generic_prologue_frameless_p.
7142 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
7143 * arch-utils.c (generic_prologue_frameless_p): Delete function.
7144
7145 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
7146
7147 * mips-linux-tdep.c: Include "frame.h".
7148 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
7149 (mips_linux_skip_resolver): New functions.
7150 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
7151 and set_gdbarch_in_solib_call_trampoline.
7152 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
7153 to after set_gdbarch_in_solib_return_trampoline. Only set the
7154 solib hooks to mips16 functions if the OS ABI is unknown.
7155 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
7156 including "config/tm-linux.h".
7157 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
7158 * Makefile.in (mips-linux-tdep.o): Update.
7159
7160 2004-02-11 David Carlton <carlton@kealia.com>
7161
7162 * linespec.c (decode_compound): Only look for a class symbol when
7163 considering all but the rightmost component.
7164
7165 2004-02-11 Andrew Cagney <cagney@redhat.com>
7166
7167 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
7168 abi code are are separatly grouped.
7169
7170 2004-02-11 Andrew Cagney <cagney@redhat.com>
7171
7172 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
7173 * gdbarch.h, gdbarch.c: Re-generate.
7174 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7175 * v850-tdep.c (v850_gdbarch_init): Update.
7176 * sh64-tdep.c (sh64_gdbarch_init): Update.
7177 * sh-tdep.c (sh_gdbarch_init): Update.
7178 * s390-tdep.c (s390_gdbarch_init): Update.
7179 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7180 * mips-tdep.c (mips_gdbarch_init): Update.
7181 * mcore-tdep.c (mcore_gdbarch_init): Update.
7182 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7183 * m32r-tdep.c (m32r_gdbarch_init): Update.
7184 * ia64-tdep.c (ia64_gdbarch_init): Update.
7185 * hppa-tdep.c (hppa_gdbarch_init): Update.
7186 * h8300-tdep.c (h8300_gdbarch_init): Update.
7187 * frv-tdep.c (frv_gdbarch_init): Update.
7188 * d10v-tdep.c (d10v_gdbarch_init): Update.
7189 * cris-tdep.c (cris_gdbarch_init): Update.
7190 * avr-tdep.c (avr_gdbarch_init): Update.
7191 * arm-tdep.c (arm_gdbarch_init): Update.
7192 * alpha-tdep.c (alpha_gdbarch_init): Update.
7193
7194 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
7195
7196 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
7197 comma.
7198 (sh_sh4al_dsp_register_name): Ditto.
7199
7200 2004-02-10 Andrew Cagney <cagney@redhat.com>
7201
7202 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
7203 (mips_init_frame_pc_first): Delete function.
7204 (mips_frame_saved_pc): Delete function.
7205 (mips_frame_chain): Delete function.
7206 (mips_init_extra_frame_info): Delete function.
7207 (mips_xfer_register): Delete unused variable "reg".
7208 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
7209 (mips_n32n64_return_value): Delete unused variable "reg".
7210 (mips_n32n64_return_value): Delete unused variable "pos".
7211 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
7212 (mips_o32_return_value): Delete unused variable "pos".
7213 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
7214 (mips_print_fp_register): Delete unused variable "namelen"
7215 (mips_print_fp_register): Delete unused variable "flt2"
7216 (get_frame_pointer): Delete function.
7217 (cached_proc_desc): Delete static variable.
7218 (mips_pop_frame): Delete function.
7219 (mips_find_saved_regs): Delete function.
7220 (mips_get_saved_register): Delete function.
7221 (mips_saved_pc_after_call): Delete function.
7222 (SIGFRAME_BASE): Delete macro.
7223 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
7224 (SIGFRAME_PC_OFF): Delete macro.
7225 (SIGFRAME_REGSAVE_OFF): Delete macro.
7226 (mips_dump_tdep): Do not print deleted macro definitions.
7227
7228 2004-02-10 Andrew Cagney <cagney@redhat.com>
7229
7230 * Makefile.in (SFILES): Remove explictly listed tui files.
7231 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
7232
7233 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
7234
7235 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
7236 to use paddr functions to format ia64 addresses and long values.
7237 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
7238 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
7239 (get_kernel_table, ia64_find_proc_info_x): Ditto.
7240 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
7241 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
7242
7243 2004-02-10 Andrew Cagney <cagney@redhat.com>
7244
7245 * defs.h: Do not include "tui.h".
7246 * gdb_curses.h: New file.
7247 * tui/tui-hooks.h: New file.
7248 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
7249 (tui_install_hooks, tui_remove_hooks): Delete declarations.
7250 (tui_initialize_io): Delete declaration.
7251 (tui_initialize_readline: Delete redundant declaration.
7252 (struct tui_point): Delete definition.
7253 * tui/tui-data.h (struct tui_point): Define.
7254 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
7255 * utils.c: Include "tui/tui.h".
7256 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
7257 * printcmd.c [TUI]: Include "tui/tui.h".
7258 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
7259 * tui/tui-command.c: Include "gdb_curses.h".
7260 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
7261 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
7262 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
7263 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
7264 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
7265 * Makefile.in: Update all dependencies.
7266 (tui_hooks_h, gdb_curses_h): Define.
7267 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
7268
7269 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
7270
7271 * objfiles.h (struct objfile): Remove unused fields auxf1 and
7272 auxf2. Add comments about some other rarely used fields.
7273
7274 2004-02-10 Andrew Cagney <cagney@redhat.com>
7275
7276 * Makefile.in (init.c): Fix script removing duplicates. Problem
7277 reported by Peter Schauer.
7278
7279 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
7280
7281 * bcache.c (bcache_xmalloc): Use obstack_init instead of
7282 obstack_specify_allocation.
7283 * objfiles.c (allocate_objfile): Ditto.
7284 * solib-sunos.c (solib_add_common_symbols)
7285 (allocate_rt_common_objfile): Ditto.
7286 * symfile.c (reread_symbols): Ditto.
7287 * gdb_obstack.h: Add comment.
7288
7289 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
7290
7291 * linespec.c (decode_line_1, locate_first_half)
7292 (decode_compound, lookup_prefix_sym): Update comments. Delete old
7293 commented out code.
7294
7295 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
7296
7297 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
7298 obstack_free.
7299
7300 2004-02-09 Andrew Cagney <cagney@redhat.com>
7301
7302 * blockframe.c (find_pc_partial_function): If find_pc_overlay
7303 fails, try find_pc_section. Fix PR c++/1267.
7304 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
7305 instead of find_pc_mapped_section.
7306 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
7307 not default to the section containing PC. Fix PR symtab/1519.
7308
7309 2004-02-09 Andrew Cagney <cagney@redhat.com>
7310
7311 * Makefile.in (mips-tdep.o): Update dependencies.
7312 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
7313 "trad-frame.h".
7314 (mips_unwind_pc): Return the pseudo PC register.
7315 (mips_unwind_dummy_id): New function.
7316 (mips16_fetch_instruction): New function.
7317 (mips32_fetch_instruction): New function.
7318 (struct mips_frame_cache): Define.
7319 (mips_mdebug_frame_cache): New function.
7320 (mips_mdebug_frame_this_id): New function.
7321 (mips_mdebug_frame_prev_register): New function.
7322 (mips_mdebug_frame_unwind): Define.
7323 (mips_mdebug_frame_sniffer): New function.
7324 (mips_mdebug_frame_base_address): New function.
7325 (mips_mdebug_frame_base): Define.
7326 (mips_mdebug_frame_base_sniffer): New function.
7327 (mips_gdbarch_init): Append unwind and base sniffers. Set
7328 unwind_dummy_id.
7329
7330 2004-02-08 Andrew Cagney <cagney@redhat.com>
7331
7332 * frame.c: Print both the register number and name.
7333
7334 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
7335 and a sed into a single sed. Make .c and .o patterns more robust.
7336 (OBS): Delete.
7337 (INIT_FILES): Replace OBS with COMMON_OBS.
7338 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
7339
7340 2004-02-08 Mark Kettenis <kettenis@gnu.org>
7341
7342 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
7343 the PT_WCOOKIE request.
7344
7345 2004-02-08 Andrew Cagney <cagney@redhat.com>
7346
7347 * mips-tdep.c (mips_unwind_pc): New function.
7348 (mips_gdbarch_init): Set mips_unwind_pc.
7349
7350 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
7351 (get_frame_id): Allow the UNKNOWN_FRAME.
7352 (frame_register_unwind, get_frame_type): Ditto.
7353
7354 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
7355 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
7356 unwind_dummy_id indicates a legacy frame.
7357
7358 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
7359 * configure: Re-generate.
7360
7361 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
7362 methods.
7363
7364 2004-02-08 Andrew Cagney <cagney@redhat.com>
7365
7366 * configure.in (CONFIG_ALL): Set to Makefile target, and not
7367 makefile macro.
7368 * configure: Re-generate.
7369 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
7370 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
7371 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
7372 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
7373 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
7374 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
7375 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
7376 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
7377 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
7378 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
7379
7380 2004-02-07 Andrew Cagney <cagney@redhat.com>
7381
7382 * Makefile.in: Update all dependencies.
7383
7384 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
7385 * configure: Re-generate.
7386 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
7387 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
7388 (COMMON_OBS): Add "main.o" and "annotate.o".
7389 (ANNOTATE_OBS): Delete.
7390 (OBS): Remove ANNOTATE_OBS.
7391 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
7392 CONFIG_INITS.
7393 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
7394 against CONFIG_OBS and "main.o".
7395 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
7396 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
7397
7398 * tui/tui-command.c: Include "gdb_string.h", delete register
7399 attribute, use ISO-C function signatures.
7400 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
7401 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
7402 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
7403 * tui/tui.c: Ditto.
7404
7405 * tui/tui-command.c: Change variable and function names to lower
7406 case.
7407 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
7408 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
7409 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
7410 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
7411 * tui/tui-winsource.c, tui/tui.c: Ditto.
7412
7413 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
7414
7415 * buildsym.c (free_pending_blocks, finish_block)
7416 (record_pending_block, make_blockvector, end_symtab): Replace
7417 symbol_obstack with objfile_obstack.
7418 * coffread.c (process_coff_symbol, coff_read_struct_type)
7419 (coff_read_enum_type): Ditto.
7420 * cp-namespace.c (initialize_namespace_symtab)
7421 (check_one_possible_namespace_symbol): Ditto.
7422 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
7423 (dwarf2_symbol_mark_computed): Ditto.
7424 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
7425 * elfread.c (elf_symtab_read): Ditto.
7426 * hpread.c (hpread_symfile_init, hpread_symfile_init)
7427 (hpread_read_enum_type, hpread_read_function_type)
7428 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
7429 Ditto.
7430 * jv-lang.c (get_java_class_symtab, add_class_symbol)
7431 (java_link_class_type): Ditto.
7432 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
7433 (new_symbol): Ditto.
7434 * minsyms.c (install_minimal_symbols): Ditto.
7435 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
7436 (terminate_minimal_symbol_table): Replace symbol_obstack with
7437 objfile_obstack.
7438 (free_objfile): Remove freeing of symbol_obstack.
7439 * objfiles.h: Remove symbol_obstack field.
7440 * pa64solib.c (add_to_solist): Replace symbol_obstack with
7441 objfile_obstack.
7442 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
7443 symbol_obstack.
7444 (solib_add_common_symbols): Replace symbol_obstack with
7445 objfile_obstack.
7446 * somsolib.c (som_solib_add): Ditto.
7447 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7448 (common_block_start, common_block_end): Ditto.
7449 * symfile.c (reread_symbols): Remove freeing and init of
7450 symbol_obstack.
7451 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
7452 * symfile.h: Update comment.
7453 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
7454 stats printing.
7455 * symtab.c (symbol_set_names): Replace symbol_obstack with
7456 objfile_obstack.
7457 * symtab.h (struct general_symbol_info, struct minimal_symbol):
7458 Update comments.
7459 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
7460 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
7461 objfile_obstack.
7462
7463 2004-02-07 Andrew Cagney <cagney@redhat.com>
7464
7465 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
7466 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
7467 fields and variables.
7468 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
7469 (m_beInvisible): Delete macro.
7470 * tui/tui-data.h: Fix case case fields and variables.
7471 (m_genWinPtrIsNull): Delete macro.
7472 (tui_win_list): Rename winList.
7473 (TUI_SRC_WIN): Rename srcWin.
7474 (TUI_DISASM_WIN): Rename disassemWin.
7475 (TUI_DATA_WIN): Rename dataWin.
7476 (TUI_CMD_WIN): Rename cmdWin.
7477 (m_genWinPtrNotNull): Delete macro.
7478 (m_winPtrIsNull): Delete macro.
7479 (m_winPtrNotNull): Delete macro.
7480 (tui_win_is_source_type): Replace m_winIsSourceType
7481 (tui_win_is_auxillary): Replace m_winIsAuzillary.
7482 (tui_win_has_locator): Replace m_hasLocator.
7483 (tui_set_win_highlight): Replace m_setWinHighlightOn and
7484 m_setWinHighlightOff.
7485 * tui/tui-data.c: Update references.
7486 (tui_win_is_source_type, tui_set_win_highlight): New functions.
7487 (tui_win_has_locator, tui_win_is_auxillary): New functions.
7488 * tui/tui-command.c, tui/tui-disasm.c: Update references.
7489 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
7490 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
7491 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
7492 * tui/tui-winsource.c, tui/tui.c: Ditto.
7493
7494 2004-02-07 Mark Kettenis <kettenis@gnu.org>
7495
7496 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
7497 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
7498 StackGhost.
7499
7500 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
7501 variable `i6' to `i7'.
7502 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
7503
7504 2004-02-07 Andrew Cagney <cagney@redhat.com>
7505
7506 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
7507 (TuiPoint, TuiPointPtr): Ditto.
7508 (TuiStatus, TuiStatusPtr): Ditto.
7509 (TuiWinType, TuiWinTypePtr): Ditto.
7510 (struct tui_point): Rename _TuiPoint.
7511 (tui_get_low_disassembly_address): Rename
7512 tuiGetLowDisassemblyAddress.
7513 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
7514 (tuiFree): Delete declaration.
7515 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
7516 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
7517 * tui/tui.c (tuiFree): Delete function.
7518 * cli/cli-cmds.c (disassemble_command): Update references.
7519 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
7520 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
7521 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
7522 * tui/tui-winsource.c: Ditto.
7523
7524 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
7525
7526 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
7527 coffstab_build_psymtabs, elfstab_build_psymtabs)
7528 (stabsect_build_psymtabs): Replace psymbol_obstack with
7529 objfile_obstack.
7530 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
7531 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
7532 Ditto.
7533 * dwarfread.c (scan_compilation_units): Ditto.
7534 * elfread.c (elfstab_offset_sections): Ditto.
7535 * hppa-tdep.c (read_unwind_info): Ditto.
7536 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
7537 (hpread_end_psymtab): Ditto.
7538 * mdebugread.c (mdebug_build_psymtabs, add_pending)
7539 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
7540 Ditto.
7541 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
7542 * objfiles.c (add_to_objfile_sections)
7543 (build_objfile_section_table): Ditto.
7544 (allocate_objfile): Remove init of psymbol_obstack.
7545 (free_objfile): Remove freeing of psymbol_obstack.
7546 * objfiles.h (struct objfile): Remove field
7547 psymbol_obstack. Update comments.
7548 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
7549 psymbol_obstack with objfile_obstack.
7550 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
7551 psymbol_obstack.
7552 * somread.c (som_symfile_offsets, init_import_symbols)
7553 (init_export_symbols): Replace psymbol_obstack with
7554 objfile_obstack.
7555 * somsolib.c (som_solib_add_solib_objfile): Ditto.
7556 * symfile.c (default_symfile_offsets, syms_from_objfile)
7557 (reread_symbols): Remove freeing and init of psymbol_obstack.
7558 (cashier_psymtab): Update comment.
7559 * symmisc.c (print_objfile_statistics): Don't report stats for
7560 psymbol obstack.
7561 * symtab.h (struct general_symbol_info, struct partial_symtab):
7562 Update comments.
7563 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
7564 (xcoff_symfile_offsets): Replace psymbol_obstack with
7565 objfile_obstack.
7566
7567 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
7568
7569 * objfiles.h (struct objfile): Add objfile_obstack field.
7570 Remove type_obstack field.
7571
7572 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
7573 read_structure_scope read_enumeration, new_symbol): Replace
7574 type_obstack with objfile_obstack.
7575 * dwarfread.c (struct_type, enum_type): Ditto.
7576 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
7577 (lookup_fundamental_type): Ditto.
7578 * gdbtypes.h (TYPE_ALLOC): Ditto.
7579 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
7580 (hpread_read_doc_function_type, hpread_read_struct_type)
7581 (fix_static_member_physnames, hpread_read_array_type)
7582 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
7583 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
7584 (java_link_class_type): Ditto.
7585 * mdebugread.c (parse_type): Ditto.
7586 * objfiles.c (allocate_objfile, free_objfile): Ditto.
7587 * solib-sunos.c (solib_add_common_symbols): Ditto.
7588 * stabsread.c (define_symbol, read_type, read_member_functions,
7589 read_cpp_abbrev, read_one_struct_field): Ditto.
7590 * symfile.c (reread_symbols): Ditto.
7591 * symmisc.c (print_objfile_statistics): Ditto.
7592
7593 2004-02-07 Andrew Cagney <cagney@redhat.com>
7594
7595 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
7596 (tui_exec_info_content): Rename TuiExecInfoContent.
7597 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
7598 (TuiWinInfo, TuiWinInfoPtr): Ditto.
7599 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
7600 (TuiList, TuiListPtr): Ditto.
7601 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
7602 (TuiDataType, TuiDataTypePtr): Ditto.
7603 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
7604 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
7605 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
7606 (TuiSourceElement, TuiSourceElementPtr): Ditto.
7607 (TuiDataElement, TuiDataElementPtr): Ditto.
7608 (TuiWinElement, TuiWinElementPtr): Ditto.
7609 (TuiDataInfo, TuiDataInfoPtr): Ditto.
7610 (TuiCommandElement, TuiCommandElementPtr): Ditto.
7611 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
7612 (TuiWhichElement, TuiWhichElementPtr): Ditto.
7613 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
7614 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
7615 * tui/tui-command.c, tui/tui-data.c: Update references.
7616 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
7617 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
7618 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
7619 * tui/tui-winsource.c, tui/tui.c: Ditto.
7620
7621 2004-02-07 Mark Kettenis <kettenis@gnu.org>
7622
7623 * dwarf2-frame.h: Update copyright.
7624 (enum dwarf2_frame_reg_rule): New.
7625 (struct dwarf2_frame_state_reg): New.
7626 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
7627 * dwarf2-frame.c: Update copyright.
7628 (enum dwarf2_reg_rule): Remove.
7629 (struct dwarf2_frame_state): Remove defenition of `struct
7630 dwarf2_frame_state_reg'.
7631 (read_reg): Call get_frame_arch to get the architecture instead of
7632 using CURRENT_GDBARCH.
7633 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
7634 DWARF2_FRAME_.
7635 (dwarf2_frame_init_reg): New function.
7636 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
7637 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
7638 initialize the register state. Prefix old `enum dwarf2_reg_rule'
7639 tags with DWARF2_FRAME_.
7640 (dwarf2_frame_prev_register): Call get_frame_arch to get the
7641 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
7642 dwarf2_reg_rule' tags with DWARF2_FRAME_.
7643
7644 2004-02-06 Andrew Cagney <cagney@redhat.com>
7645
7646 * tui/tui-data.h (struct tui_list): Rename _TuiList.
7647 (enum tui_data_type): Rename _TuiDataType.
7648 (struct tui_layout_def): Rename _TuiLayoutDef.
7649 (struct tui_source_element): Rename _TuiSourceElement.
7650 (struct tui_data_element): Rename _TuiDataElement.
7651 (struct tui_command_element): Rename _TuiCommandElement.
7652 (struct tui_locator_element): Rename _TuiLocatorElement.
7653 (union tui_which_element): Define.
7654 (struct tui_win_element): Rename _TuiWinElement.
7655 (struct tui_data_info): Rename _TuiDataInfo.
7656 (struct tui_source_info): Rename _TuiSourceInfo.
7657 (struct tui_command_info): Rename _TuiCommandInfo.
7658 (tui_initialize_static_data): Rename initializeStaticData.
7659 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
7660 (tui_alloc_win_info): Rename allocWinInfo.
7661 (tui_init_generic_part): Rename initGenericPart.
7662 (tui_init_win_info): Rename initWinInfo.
7663 (tui_alloc_content): Rename allocContent.
7664 (tui_add_content_elements): Rename addContentElements.
7665 (tui_init_content_element): Rename initContentElement.
7666 (tui_free_window): Rename freeWindow.
7667 (tui_free_win_content): Rename freeWinContent.
7668 (tui_free_data_content): Rename freeDataContent.
7669 (tui_free_all_source_wins_content): Rename
7670 freeAllSourceWinsContent.
7671 (tui_del_window): Rename tuiDelWindow.
7672 (tui_del_data_windows): Rename tuiDelDataWindows.
7673 (tui_partial_win_by_name): Rename partialWinByName.
7674 (tui_win_name): Rename winName.
7675 (tui_current_layout): Rename currentLayout.
7676 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
7677 (tui_term_height): Rename termHeight.
7678 (tui_set_term_height_to): Rename setTermHeightTo.
7679 (tui_term_width): Rename termWidth.
7680 (tui_set_term_width_to): Rename setTermWidthTo.
7681 (tui_set_gen_win_origin): Rename setGenWinOrigin.
7682 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
7683 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
7684 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
7685 (tui_source_windows): Rename sourceWindows.
7686 (tui_clear_source_windows): Rename clearSourceWindows.
7687 (tui_clear_source_windows_detail): Rename
7688 clearSourceWindowsDetail.
7689 (tui_clear_win_detail): Rename clearWinDetail.
7690 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
7691 (tui_default_tab_len): Rename tuiDefaultTabLen.
7692 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
7693 (tui_win_with_focus): Rename tuiWinWithFocus.
7694 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
7695 (tui_layout_def): Rename tuiLayoutDef.
7696 (tui_win_resized): Rename tuiWinResized.
7697 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
7698 (tui_next_win): Rename tuiNextWin.
7699 (tui_prev_win): Rename tuiPrevWin.
7700 (tui_add_to_source_windows): Rename addToSourceWindows.
7701 * tui/tui-winsource.c, tui/tui-win.c: Update references.
7702 * tui/tui-layout.c, tui/tui-source.c: Ditto.
7703 * tui/tui-stack.c, tui/tui-io.c: Ditto.
7704 * tui/tui.c, tui/tui-data.c: Ditto.
7705 * tui/tui-interp.c, tui/tui-data.c: Ditto.
7706 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
7707
7708 * tui/tui-source.h: Update copyright. Include "tui-data.h".
7709 (struct symtab): Declare.
7710 (tui_set_source_content): Rename tuiSetSourceContent.
7711 (tui_show_symtab_source): Rename tuiShowSource.
7712 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
7713 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
7714 * tui/tui-source.c: Update copyright. Update references.
7715 * tui/tui-win.c, tui/tui-winsource.c: Update references.
7716 * tui/tui-stack.c: Update references.
7717
7718 * tui/tui-win.h: Update copyright. Include "tui-data.h".
7719 (struct tui_win_info): Declare.
7720 (tui_scroll_forward): Rename tuiScrollForward.
7721 (tui_scroll_backward): Rename tuiScrollBackward.
7722 (tui_scroll_left): Rename tuiScrollLeft.
7723 (tui_scroll_right): Rename tuiScrollRight.
7724 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
7725 (tui_resize_all): Rename tuiResizeAll.
7726 (tui_refresh_all_win): Rename tuiRefreshAll.
7727 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
7728 * tui/tui-layout.c, * tui/tui-io.c: Update references.
7729 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
7730 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
7731
7732 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
7733 (tui_erase_data_content): Rename tuiEraseDataContent.
7734 (tui_display_all_data): Rename tuiDisplayAllData.
7735 (tui_check_data_values): Rename tuiCheckDataValues.
7736 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
7737 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
7738 (tui_first_data_element_no_in_line): Rename
7739 tuiFirstDataElementNoInLine.
7740 (tui_delete_data_content_windows): Rename
7741 tuiDeleteDataContentWindows.
7742 (tui_refresh_data_win): Rename tuiRefreshDataWin.
7743 (tui_display_data_from): Rename tuiDisplayDataFrom.
7744 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
7745 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
7746 * tui/tui-win.c, tui/tui-regs.c: Update references.
7747 * tui/tui-layout.c, tui/tui.c: Update references.
7748
7749 * tui/tui-wingeneral.h: Update copyright.
7750 (m_allBeVisible): Delete macro.
7751 (m_allBeInvisible): Delete macro.
7752 (struct tui_gen_win_info): Declare.
7753 (struct tui_win_info): Declare.
7754 (tui_unhighlight_win): Rename unhighlightWin.
7755 (tui_make_visible, tui_make_invisible): Replace makeVisible.
7756 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
7757 (tui_make_window): Rename makeWindow.
7758 (tui_copy_win): Rename copyWin.
7759 (tui_box_win): Rename boxWin.
7760 (tui_highlight_win): Rename highlightWin.
7761 (tui_check_and_display_highlight_if_needed): Rename
7762 checkAndDisplayHighlightIfNeeded.
7763 (tui_refresh_all): Rename refreshAll.
7764 (tui_delete_win): Rename tuiDelwin.
7765 (tui_refresh_win): Rename tuiRefreshWin.
7766 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
7767 (tui_make_visible, tui_make_invisible): New functions.
7768 (tui_make_all_visible, tui_make_all_invisible): New functions.
7769 (make_all_visible): Rename makeAllVisible.
7770 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
7771 * tui/tui-data.c, tui/tui-winsource.c: Update references.
7772 * tui/tui-windata.c, tui/tui-win.c: Update references.
7773 * tui/tui-regs.c, tui/tui-layout.c: Update references.
7774 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
7775
7776 2004-02-06 Mark Kettenis <kettenis@gnu.org>
7777
7778 * proc-api.c (write_with_trace): Initialize local variable to
7779 silence compiler warning.
7780
7781 2004-02-06 Andrew Cagney <cagney@redhat.com>
7782
7783 * tui/tui-source.h: Do not include "defs.h".
7784 (struct tui_win_info): Declare.
7785 (tui_set_source_content_nil): Declare.
7786 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
7787 (union tui_line_or_address): Rename _TuiLineOrAddress.
7788 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
7789 (tui_update_source_window): Rename tuiUpdateSourceWindow.
7790 (tui_update_source_window_as_is): Rename
7791 tuiUpdateSourceWindowAsIs.
7792 (tui_update_source_windows_with_addr): Rename
7793 tuiUpdateSourceWindowsWithAddr.
7794 (tui_update_source_windows_with_line): Rename
7795 tuiUpdateSourceWindowsWithLine.
7796 (tui_clear_source_content): Rename tuiClearSourceContent.
7797 (tui_erase_source_content): Rename tuiEraseSourceContent.
7798 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
7799 (tui_show_source_content): Rename tuiShowSourceContent.
7800 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
7801 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
7802 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
7803 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
7804 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
7805 (tui_update_exec_info): Rename tuiUpdateExecInfo.
7806 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
7807 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
7808 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
7809 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
7810 (struct tui_win_info): Declare.
7811 * tui/tui-stack.c: Update references.
7812 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
7813 * tui/tui-win.c, tui/tui-source.c: Ditto.
7814 * tui/tui.c, tui/tui-disasm.c: Ditto.
7815
7816 2004-02-06 Mark Kettenis <kettenis@gnu.org>
7817
7818 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
7819 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
7820
7821 2004-02-05 Mark Kettenis <kettenis@gnu.org>
7822
7823 * infrun.c (handle_inferior_event): Allow for breakpoint
7824 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
7825 and SIGEMT. Update comments.
7826 * NEWS (Revised SPARC target): Mention support for non-executable
7827 stack.
7828
7829 2004-02-04 Mark Kettenis <kettenis@gnu.org>
7830
7831 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
7832 * inftarg.c: Update copyright year.
7833 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
7834 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
7835 (sparc_xfer_wcookie): New function.
7836 * sparc-tdep.c (sparc_fetch_wcookie): New function.
7837 * Makefile.in (sparc-nat.o): Update dependencies.
7838 * config/sparc/nm-nbsd.h: Include "target.h".
7839 (NATIVE_XFER_WCOOKIE): New define.
7840 (sparc_xfer_wcookie): New prototype.
7841
7842 2004-02-04 Andrew Cagney <cagney@redhat.com>
7843
7844 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
7845 SYSCALL_TRAP function.
7846 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
7847
7848 2004-02-04 Andrew Cagney <cagney@redhat.com>
7849 Daniel Jacobowitz <drow@mvista.com>
7850
7851 * objfiles.h: Delete comments refering to inside_entry_func and
7852 DEPRECATED_FRAME_CHAIN_VALID.
7853 * defs.h (inside_entry_func): Update prototype..
7854 * blockframe.c (inside_entry_func): Rename to
7855 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
7856 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
7857
7858 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
7859
7860 * breakpoint.c (struct captured_parse_breakpoint_args): Move
7861 outside of #ifdef SOLIB_ADD region.
7862 (do_restore_lang_radix_cleanup): Ditto.
7863 (resolve_pending_breakpoint): Ditto.
7864
7865 2004-02-03 Andrew Cagney <cagney@redhat.com>
7866
7867 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
7868 (process_note_abi_tag_sections): Delete unused function.
7869 (ia64_read_fp): Delete unused function.
7870 (gdbarch_extract_struct_value_address): Delete declaration.
7871
7872 2004-02-02 Andrew Cagney <cagney@redhat.com>
7873
7874 * vax-tdep.c (vax_frame_chain): Delete call to
7875 deprecated_inside_entry_file.
7876 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
7877
7878 2004-02-02 Mark Kettenis <kettenis@gnu.org>
7879
7880 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
7881 column that's "empty" or "same value" when eliminating REG_RA
7882 rules.
7883
7884 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7885
7886 * NEWS: Add information about new pending breakpoint support.
7887
7888 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7889
7890 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
7891 and pending fields for pending breakpoint support.
7892 * breakpoint.c (breakpoint_enabled): Add check for not pending.
7893 (condition_command): Only parse condition if not a pending
7894 breakpoint.
7895 (print_one_breakpoint): Add support for pending breakpoints.
7896 (describe_other_breakpoints): Add checks to verify we are not
7897 dealing with pending breakpoints.
7898 (check_duplicates): Don't check pending breakpoints.
7899 (set_raw_breakpoint): Initialize pending flag.
7900 (do_restore_lang_radix_cleanup): New cleanup routine.
7901 (resolve_pending_breakpoint): New function.
7902 (re_enable_breakpoints_in_shlibs): Try and resolve any
7903 pending breakpoints via resolve_pending_breakpoint.
7904 (mention): Add pending breakpoint support.
7905 (parse_breakpoint_sals): Add new parameter to pass to
7906 decode_line_1 to indicate silent errors when files or functions
7907 are not found. Change all callers.
7908 (do_captured_parse_breakpoint): New function.
7909 (break_command_1): Change prototype to return an rc value and to
7910 take an optional pending breakpoint pointer. Support creating
7911 a pending breakpoint if a "not found" form of error occurs when
7912 parsing the breakpoint. Also support resolving an existing pending
7913 breakpoint and be silent if the resolution fails.
7914 (create_breakpoints): Change prototype to take pending breakpoint
7915 pointer. When resolving a pending breakpoint, use the new pointer
7916 to provide a conditional or commands added by the end-user.
7917 (delete_breakpoint): Add appropriate check for pending.
7918 (breakpoint_re_set_one): Ditto.
7919 (do_enable_breakpoint): Ditto.
7920
7921 2004-02-02 David Carlton <carlton@kealia.com>
7922
7923 * valops.c (enum oload_classification): New.
7924 (find_overload_match): Break implementation into separate
7925 functions; delete #if 0'd code; look for symbols within
7926 namespaces.
7927 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
7928 (find_oload_champ,oload_method_static,classify_oload_match): New.
7929 * cp-support.h: Add declaration for cp_func_name; update
7930 declaration for make_symbol_overload_list.
7931 * cp-support.c (cp_func_name): New.
7932 (overload_list_add_symbol): Fix comment, use
7933 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
7934 (make_symbol_overload_list): Take a function name and a namespace
7935 instead of a symbol; change implementation.
7936 (make_symbol_overload_list_using): New.
7937 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
7938
7939 2004-02-02 Fred Fish <fnf@redhat.com>
7940
7941 * main.c (gdb_stdtarg): Move definition to group with other
7942 gdb_stdtarg definitions and update copyright years.
7943 * remote-sim.c (gdb_os_write_stderr): Write output to
7944 gdb_stdtargerr stream instead of gdb_stdtarg stream.
7945 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
7946 gdb_stderr stream and update copyright years.
7947
7948 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7949
7950 * Makefile.in (mips-linux-nat.o): Update dependencies.
7951 * mips-linux-nat.c: Include mips-tdep.h.
7952
7953 2004-02-01 Roland McGrath <roland@redhat.com>
7954
7955 * sol-thread.c (sol_thread_xfer_partial): New function.
7956 (init_sol_thread_ops): Use that for to_xfer_partial hook.
7957 (init_sol_core_ops): Likewise.
7958
7959 * procfs.c (procfs_xfer_partial): New function.
7960 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
7961 * Makefile.in (procfs.o): Add $(auxv_h) dep.
7962
7963 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
7964 procfs_xfer_auxv function.
7965
7966 * procfs.c (procfs_make_note_section): If we can read
7967 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
7968 * linux-proc.c (linux_make_note_section): Likewise.
7969
7970 * auxv.h: New file.
7971 * auxv.c: New file.
7972 * Makefile.in (auxv_h): New variable.
7973 (COMMON_OBS): Add auxv.o here.
7974 (auxv.o): New target.
7975
7976 * corelow.c (core_xfer_partial): New function.
7977 (init_core_ops): Use it for core_ops.to_xfer_partial.
7978
7979 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
7980 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
7981 macro if that is defined.
7982
7983 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7984
7985 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
7986 and check the specified thread for each breakpoint.
7987 * breakpoint.h (bpstat_stop_status): Update prototype.
7988 * infrun.c (handle_inferior_event): Update calls to
7989 bpstat_stop_status.
7990
7991 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7992
7993 * Makefile.in (cli-cmds.o): Add $(readline_h).
7994
7995 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7996
7997 * cli/cli-cmds.c: Include readline.h.
7998 (complete_command): Pass the start of the last word to
7999 complete_line.
8000
8001 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8002
8003 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
8004 argument, and change first argument to a CORE_ADDR.
8005 * breakpoint.h (bpstat_stop_status): Update prototype.
8006 * infrun.c (adjust_pc_after_break): Add a new comment.
8007 (handle_inferior_event): Update calls to bpstat_stop_status.
8008
8009 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8010
8011 * breakpoint.h: Update copyright years.
8012
8013 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8014
8015 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
8016 (bpstat_stop_status): Don't decrement PC.
8017 * breakpoint.h (software_breakpoint_inserted_here_p): Add
8018 prototype.
8019 * infrun.c (adjust_pc_after_break): New function.
8020 (handle_inferior_event): Call it, early. Remove later references
8021 to DECR_PC_AFTER_BREAK.
8022 (normal_stop): Add commentary.
8023
8024 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
8025
8026 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
8027 2004-01-27 double-free fix.
8028
8029 2004-01-31 Mark Kettenis <kettenis@gnu.org>
8030
8031 * sparc-tdep.c (sparc_fetch_wcookie): New function.
8032 (sparc32_frame_prev_register): Handle StackGhost.
8033 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
8034
8035 2004-01-29 Roland McGrath <roland@redhat.com>
8036
8037 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
8038 * configure: Regenerated.
8039
8040 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
8041 * Makefile.in (procfs.o): Add dep.
8042
8043 2004-01-28 Andrew Cagney <cagney@redhat.com>
8044
8045 * tui/tui-stack.h: Update copyright.
8046 (struct frame_info): Add opaque declaration.
8047 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
8048 (tui_show_locator_content): Rename tuiShowLocatorContent.
8049 (tui_show_frame_info): Rename tuiShowFrameInfo.
8050 * tui/tui-stack.c: Update copyright. Update references.
8051 * tui/tui-winsource.c: Update references.
8052 * tui/tui-win.c: Update references.
8053 * tui/tui-layout.c: Update references.
8054 * tui/tui-hooks.c: Update copyright, update references.
8055 * tui/tui.c: Update copyright, update references.
8056 * tui/tui-disasm.c: Update references.
8057
8058 2004-01-28 David Carlton <carlton@kealia.com>
8059
8060 * dwarf2read.c (add_partial_structure): Use demangled name if
8061 namespace equals "".
8062
8063 2004-01-27 Jim Blandy <jimb@redhat.com>
8064
8065 Clean up misapplied patch:
8066 * dwarf2read.c (determine_prefix): Change one of the two forward
8067 declarations for 'determine_prefix_aux' to a declaration for this.
8068 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
8069 argument to 'die_specification'.
8070
8071 * dwarf2read.c (read_func_scope): Re-indent comment.
8072
8073 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
8074
8075 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
8076 b->exp to NULL after freeing so that error during re-parsing or
8077 evaluation of expressions associated with breakpoint don't
8078 eventually lead to re-freeing of storage.
8079 Committed by Andrew Cagney.
8080
8081 2004-01-27 Andrew Cagney <cagney@redhat.com>
8082
8083 * source.c (ambiguous_line_spec): Delete undefined declaration.
8084 * m32r-rom.c (m32r_set_board_address): Delete unused function.
8085 (m32r_set_server_address, m32r_set_download_path): Ditto.
8086 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
8087
8088 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
8089
8090 * dwarf2read.c: Update calls to changed and renamed functions, and
8091 references to moved variables.
8092
8093 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
8094 language, language_defn, list_in_scope, and ftypes members.
8095 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
8096 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
8097 (baseaddr): Remove globals.
8098
8099 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
8100 (set_cu_language, die_is_declaration, die_specification)
8101 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
8102 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
8103 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
8104 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
8105
8106 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
8107 cu.list_in_scope. Don't initialize cu_header_offset.
8108 (add_partial_symbol): Add local baseaddr.
8109 (psymtab_to_symtab_1): Add local baseaddr. Use
8110 objfile->section_offsets for consistency. Don't initialize
8111 cu_header_offset; do initialize cu.header.offset and
8112 cu.list_in_scope.
8113 (read_file_scope, read_func_scope, read_lexical_block_scope)
8114 (dwarf_decode_lines, new_symbol): Add local baseaddr.
8115
8116 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
8117
8118 * PROBLEMS: Add gdb/1516.
8119
8120 2003-12-29 Robert Millan <robertmh@gnu.org>
8121
8122 Patch committed by Andrw Cagney.
8123 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
8124 * configure.tgt: Match knetbsd*-gnu.
8125
8126 2004-01-26 Andrew Cagney <cagney@redhat.com>
8127
8128 * breakpoint.c (catch_command_1): Delete #ifdef code.
8129 (catch_fork_command_1): Delete #ifdef wrapper.
8130 (catch_exec_command_1): Ditto.
8131 (catch_load_command_1): Ditto.
8132 (catch_unload_command_1): Ditto.
8133
8134 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
8135 (catch_breakpoint): Delete #if0ed function.
8136 (disable_catch_breakpoint): Ditto.
8137 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
8138 (disable_catch, enable_catch, delete_catch): Ditto.
8139
8140 2004-01-26 Andrew Cagney <cagney@redhat.com>
8141
8142 * remote.c (echo_check, quit_flag): Delete variables.
8143 (cisco_kernel_mode): Delete variable.
8144 (minitelnet_return, tty_input, escape_count): Delete variables.
8145 (remote_cisco_mode): Delete variable.
8146 (remote_cisco_open, remote_cisco_close): Delete function.
8147 (remote_cisco_mourn, remote_cisco_wait): Delete function.
8148 (init_remote_cisco_ops): Delete function.
8149 (_initialize_remote): Do not install "remote cisco" code.
8150 (read_frame): Delete cisco specific code.
8151 (remote_info_process): Delete function.
8152 (remote_wait): Delete cisco specific code.
8153 (remote_cisco_section_offsets): Delete function.
8154 (remote_cisco_objfile_relocate): Delete function.
8155 (remote_async_wait): Delete cisco specific code.
8156 (minitelnet, readtty, readsocket): Delete function.
8157
8158 2004-01-26 Andrew Cagney <cagney@redhat.com>
8159
8160 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
8161 comments mentioning extract_returned_value_address.
8162 * infcmd.c (print_return_value): Update. Add comments on
8163 extract_returned_value_address.
8164 * stack.c (return_command): Add comments on
8165 extract_returned_value_address.
8166 * values.c: Update comment.
8167 * m32r-tdep.c: Update comment.
8168 * sparc-tdep.c: Update comment.
8169 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
8170 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8171 * sh64-tdep.c (sh64_gdbarch_init): Update.
8172 * sh-tdep.c (sh_gdbarch_init): Update.
8173 * s390-tdep.c (s390_gdbarch_init): Update.
8174 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8175 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8176 * m68k-tdep.c (m68k_gdbarch_init): Update.
8177 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8178 * m32r-tdep.c (m32r_gdbarch_init): Update.
8179 * ia64-tdep.c (ia64_gdbarch_init): Update.
8180 * h8300-tdep.c (h8300_gdbarch_init): Update.
8181 * frv-tdep.c (frv_gdbarch_init): Update.
8182 * arm-tdep.c (arm_gdbarch_init): Update.
8183 * alpha-tdep.c (alpha_gdbarch_init): Update.
8184
8185 2004-01-26 Andrew Cagney <cagney@redhat.com>
8186
8187 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
8188 SYMBOL_LOCATION_FUNCS
8189 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
8190 "struct symbol_ops".
8191 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
8192 type to "struct symbol_ops".
8193 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
8194 (struct symbol): Replace ".aux_value.loc.funcs" and
8195 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
8196 (SYMBOL_OBJFILE): Delete macro.
8197 (SYMBOL_LOCATION_FUNCS): Delete macro.
8198 (SYMBOL_LOCATION_BATON): Update.
8199 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
8200 intead of SYMBOL_LOCATION_FUNCS.
8201 * ax-gdb.c (gen_var_ref): Ditto.
8202 * printcmd.c (address_info): Ditto.
8203 * findvar.c (read_var_value): Ditto.
8204 (symbol_read_needs_frame): Ditto.
8205
8206 2004-01-26 Andrew Cagney <cagney@redhat.com>
8207
8208 * dwarf2read.c (read_func_scope): Document frame-base hack.
8209
8210 2004-01-25 Mark Kettenis <kettenis@gnu.org>
8211
8212 * infcmd.c (print_return_value): Plug memory leak; delete
8213 ui_stream object. Rename argument `structure_return' to
8214 `struct_return'.
8215
8216 2004-01-25 Mark Kettenis <kettenis@gnu.org>
8217
8218 * infcmd.c (print_return_value): Wrap long lines.
8219 (finish_command_continuation, finish_command): Remove unused
8220 variable `funcaddr'. Fix some coding-standards problems.
8221
8222 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
8223 SECT_SIZE is large enough, not whether it's exactly the right size.
8224 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
8225 TDEP->fpregset to zero.
8226
8227 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
8228 floating-point registers for traditional NetBSD core files.
8229 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
8230 TDEP->sizeof_fpregset here.
8231
8232 2004-01-25 Mark Kettenis <kettenis@gnu.org>
8233
8234 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
8235 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
8236 function with code split out from
8237 sparc32nbsd_sigcontext_frame_cache.
8238 (sparc32nbsd_sigcontext_frame_cache): Use
8239 sparc32nbsd_sigcontext_saved_regs.
8240 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
8241 OpenBSD.
8242 * sparcobsd-tdep.c: New file.
8243 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
8244 (sparcobsd-tdep.o): New dependency.
8245 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
8246 * config/sparc/obsd.mt: New file.
8247
8248 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
8249 TDEP->fpregset to be initialized to enable core file register
8250 sets.
8251
8252 2004-01-24 Mark Kettenis <kettenis@gnu.org>
8253
8254 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
8255 Add opaque declarations.
8256 (sparc64nbsd_sigcontext_saved_regs): New prototype.
8257 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
8258 function with code split out from
8259 sparc64nbsd_sigcontext_frame_cache.
8260 (sparc64nbsd_sigcontext_frame_cache): Use
8261 sparc64nbsd_sigcontext_saved_regs.
8262 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
8263 OpenBSD.
8264 * sparc64obsd-tdep.c: New file.
8265 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
8266 (sparc64obsd-tdep.o): New dependency.
8267 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
8268 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
8269 * config/sparc/obsd64.mt: New file.
8270
8271 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
8272 read the instruction at PC.
8273
8274 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
8275 value of GDB_OSABI_DEFAULT.
8276 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
8277 instead of GDB_OSABI_NETBSD_AOUT.
8278
8279 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
8280
8281 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
8282 copyright.
8283
8284 2004-01-23 Andrew Cagney <cagney@redhat.com>
8285
8286 * printcmd.c (display_command): Replace tui_set_display call with
8287 tui_set_layout_for_display_command.
8288 * tui/tui.h (enum tui_win_type): Define.
8289 (tui_set_layout): Delete declaration.
8290 (tui_set_layout_for_display_command): Rename set_tui_layout.
8291 * tui/tui-data.h (enum tui_layout_type): Define.
8292 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
8293 "tui.h".
8294 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
8295 (tui_default_win_height): Rename tuiDefaultWinHeight.
8296 (tui_default_win_viewport_height): Rename
8297 tuiDefaultWinViewportHeight.
8298 (tui_set_layout): RenametuiSetLayout.
8299 * tui/tui-layout.c: Update references.
8300 * tui/tui.c: Update references.
8301 * tui/tui-disasm.c: Update references.
8302
8303 2004-01-23 David Carlton <carlton@kealia.com>
8304
8305 Partial workaround for PR c++/1511:
8306 * cp-namespace.c: Include frame.h.
8307 (cp_lookup_transparent_type): New
8308 (cp_lookup_transparent_type_loop): New.
8309 * cp-support.h: Declare cp_lookup_transparent_type.
8310 * symtab.c (basic_lookup_transparent_type): Renamed from
8311 lookup_transparent_type.
8312 (lookup_transparent_type): Replace old body by a call to
8313 current_language->la_lookup_transparent_type.
8314 * symtab.h: Update copyright. Declare
8315 basic_lookup_transparent_type.
8316 * language.h: Update copyright.
8317 (struct language_defn): Add la_lookup_transparent_type.
8318 * language.c: Update copyright.
8319 (unknown_language_defn): Add basic_lookup_transparent_type.
8320 (auto_language_defn): Add basic_lookup_transparent_type.
8321 (local_language_defn): Add basic_lookup_transparent_type.
8322 * ada-lang.c: Update copyright.
8323 (ada_language_defn): Add basic_lookup_transparent_type.
8324 * c-lang.c: Update copyright.
8325 (c_language_defn): Add basic_lookup_transparent_type.
8326 (cplus_language_defn): Add basic_lookup_transparent_type.
8327 (asm_language_defn): Add basic_lookup_transparent_type.
8328 (minimal_language_defn): Add basic_lookup_transparent_type.
8329 * f-lang.c: Update copyright.
8330 (f_language_defn): Add basic_lookup_transparent_type.
8331 * jv-lang.c: Update copyright.
8332 (java_language_defn): Add basic_lookup_transparent_type.
8333 * m2-lang.c: Update copyright.
8334 (m2_language_defn): Add basic_lookup_transparent_type.
8335 * objc-lang.c: Update copyright.
8336 (objc_language_defn): Add basic_lookup_transparent_type.
8337 * p-lang.c: Update copyright.
8338 (p_language_defn): Add basic_lookup_transparent_type.
8339 * scm-lang.c: Update copyright.
8340 (scm_language_defn): Add basic_lookup_transparent_type.
8341 * Makefile.in (cp-namespace.o): Depend on frame.h.
8342
8343 2004-01-23 David Carlton <carlton@kealia.com>
8344
8345 Patch for PR c++/1520:
8346 * dwarf2read.c (read_func_scope): Set processing_current_prefix
8347 properly if we have a specification die.
8348 (determine_prefix_aux): Rename from determine_prefix.
8349 (determine_prefix): Like the old determine_prefix, but never
8350 returns NULL.
8351
8352 2004-01-23 Theodore A. Roth <troth@openavr.org>
8353
8354 * avr-tdep.c: Update copyright.
8355 (avr_iaddr_p): Delete unused function.
8356 (avr_saddr_p): Delete unused function.
8357
8358 2004-01-23 David Carlton <carlton@kealia.com>
8359
8360 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
8361 Fix for PR symtab/1534.
8362
8363 2004-01-23 Mark Kettenis <kettenis@gnu.org>
8364
8365 * NEWS (New native configurations): Mention OpenBSD/sparc and
8366 OpenBSD/sparc64.
8367 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
8368 * configure.host: Likewise.
8369 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
8370 handler for OpenBSD.
8371 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
8372
8373 2004-01-22 Mark Kettenis <kettenis@gnu.org>
8374
8375 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
8376 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
8377
8378 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
8379 * cli/cli-cmds.c (shell_escape): Likewise.
8380
8381 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
8382 OpenBSD .note.openbsd.ident sections.
8383
8384 2004-01-22 David Carlton <carlton@kealia.com>
8385
8386 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
8387 get_scope_pc_bounds.
8388 (read_file_scope): Ditto.
8389 (get_scope_pc_bounds): New function, produced by extracting code
8390 from the above two functions, consolidating it, and adding support
8391 for DW_TAG_namespace.
8392
8393 2004-01-22 Mark Kettenis <kettenis@gnu.org>
8394
8395 * osabi.c (MAX_NOTESZ): New define.
8396 (check_note): New function.
8397 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
8398 check_note.
8399
8400 2004-01-21 Roland McGrath <roland@redhat.com>
8401
8402 * MAINTAINERS (write after approval): Add myself.
8403
8404 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8405
8406 * utils.c (init_page_info): Move declarations of `rows' and
8407 `cols' before the __GO32__-specific code. Move the closing brace
8408 outside the #ifdef __GO32__..#endif block.
8409 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
8410
8411 2004-01-21 Paul Brook <paul@codesourcery.com>
8412
8413 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
8414 BPSTAT_WHAT_CHECK_SHLIBS.
8415
8416 2004-01-21 Paul Brook <paul@codesourcery.com>
8417
8418 * MAINTAINERS: Add myself to write-after-approval.
8419
8420 2004-01-20 Andrew Cagney <cagney@redhat.com>
8421
8422 * ax-gdb.c (print_axs_value): Delete unused function.
8423 * jv-lang.c (java_lookup_type): Delete unused function.
8424 * cli/cli-dump.c (dump_filetype): Delete unused function.
8425 * remote-mips.c (remote_mips_insert_hw_breakpoint)
8426 (remote_mips_remove_hw_breakpoint): Delete unused functions.
8427 (mips_getstring): Delete unused function.
8428 (pmon_insert_breakpoint): Delete #if0ed function.
8429 (PMON_MAX_BP): Delete #if0ed MACRO.
8430 (mips_pmon_bp_info): Delete #if0ed variable.
8431 (pmon_remove_breakpoint): Delete #if0ed function.
8432 * monitor.c (monitor_write_even_block): Delete unused function.
8433 (monitor_write_memory_block): Delete #if0ed code.
8434 * dink32-rom.c (dink32_load): Delete unused function.
8435 (_initialize_dink32_rom): Delete #if0ed code.
8436 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
8437
8438 * tui/tui-command.c: Update references.
8439 * tui/tui-io.c: Update references.
8440 * tui/tui-command.h: Update copyright.
8441 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
8442
8443 * source.c (ambiguous_line_spec): Delete never-defined function.
8444 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
8445 * gdbtypes.c (add_name, add_mangled_type): Ditto.
8446 * cli/cli-cmds.c (validate_comname): Ditto.
8447
8448 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
8449 "tui-data.h".
8450 (tui_set_disassem_content): Rename tuiSetDisassemContent.
8451 (tui_show_disassem): Rename tuiShowDisassem.
8452 (tui_show_disassem_and_update_source): Rename
8453 tuiVerticalDisassemScroll.
8454 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
8455 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
8456 * tui/tui.h: Update copyright.
8457 (enum tui_status): Define.
8458 * tui/tui-data.h (enum tui_scroll_direction): Define.
8459 * tui/tui-disasm.c: Update copyright. Update references.
8460 * tui/tui-winsource.c: Update copyright. Update references.
8461 * tui/tui-win.c: Update references.
8462 * tui/tui-layout.c: Update references.
8463
8464 2004-01-20 Andrew Cagney <cagney@redhat.com>
8465
8466 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
8467 sym2 to start of block.
8468
8469 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8470
8471 * MAINTAINERS: Delete mmalloc.
8472 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
8473 * NEWS: Mention removal of --with-malloc.
8474 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
8475 * config.in: Regenerate.
8476 * configure: Regenerate.
8477 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
8478 USE_MMALLOC, MMCHECK_FORCE.
8479 * gdbinit.in: Remove mmalloc.
8480 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
8481 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
8482 * config/i386/go32.mh: Likewise.
8483 * config/i386/interix.mh: Likewise.
8484 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8485
8486 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
8487
8488 * linespec.c (decode_variable, symtab_from_filename): Call
8489 error_silent with error message instead of throwing an exception
8490 directly.
8491 * defs.h (error_silent, error_output_message): Add prototypes.
8492 (catch_exceptions_with_msg): Ditto.
8493 * utils.c (error_silent, error_output_message): New functions.
8494 * top.c (catch_exceptions_with_msg): New function.
8495
8496 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
8497
8498 * mi/mi-cmds.h (enum print_values): Add definition.
8499
8500 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
8501 type and value for simple data types and just the name and type
8502 for complex ones, if required.
8503
8504 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
8505 children, if required.
8506
8507 2004-01-19 Kevin Buettner <kevinb@redhat.com>
8508
8509 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
8510 unused declarations.
8511
8512 2004-01-19 Andrew Cagney <cagney@redhat.com>
8513
8514 * top.h (mapped_symbol_files): Delete declaration.
8515 * main.c (captured_main): Delete option "m" and "mapped".
8516 * objfiles.c (mapped_symbol_files): Delete variable.
8517 * symfile.c (symbol_file_command): Delete mmap code.
8518 (symbol_file_add_with_addrs_or_offsets): Ditto.
8519 (add_symbol_file_command, reread_separate_symbols): Ditto.
8520 * objfiles.h (OBJF_MAPPED): Delete.
8521 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
8522 (free_objfile) [USE_MMALLOC]: Ditto.
8523 (open_existing_mapped_file): Delete function.
8524 (open_mapped_file): Delete function.
8525 (map_to_file): Delete function.
8526
8527 2004-01-19 Kevin Buettner <kevinb@redhat.com>
8528
8529 * infrun.c (step_into_function): Account for possible breakpoint
8530 adjustment when computing ``stop_func_start''.
8531
8532 2004-01-19 Kevin Buettner <kevinb@redhat.com>
8533
8534 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
8535 the region size against the size of a pointer, not the size of
8536 a register as given by DEPRECATED_REGISTER_SIZE.
8537
8538 2004-01-19 Andrew Cagney <cagney@redhat.com>
8539
8540 * tui/tui-regs.h: Include "tui-data.h".
8541 (tuiFirstRegElementNoInLine): Delete declaration.
8542 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
8543 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
8544 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
8545 (tui_calculate_regs_column_count): Rename
8546 tuiCalculateRegsColumnCount.
8547 (tui_check_register_values): Rename tuiCheckRegisterValues.
8548 (tui_show_registers): Rename tuiShowRegisters.
8549 (tui_display_registers_from_line): Rename
8550 tuiDisplayRegistersFromLine.
8551 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
8552 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
8553 (tui_first_reg_element_no_inline): Rename
8554 tuiFirstRegElementNoInLine.
8555 * tui/tui-data.h: Update copyright.
8556 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
8557 * tui/tui-windata.c: Update copyright, update references.
8558 * tui/tui-regs.c: Update copyright, update references.
8559 * tui/tui-win.c: Update copyright, update references.
8560 * tui/tui-layout.c: Update copyright, update references.
8561
8562 2004-01-18 Andrew Cagney <cagney@redhat.com>
8563
8564 * tui/tui-io.c: Update copyright.
8565 (key_is_end_sequence, key_is_backspace): New functions.
8566 (key_is_command_char, key_is_start_sequence): New function.
8567 (tui_getc): Update references.
8568 * tui/tui-io.h: Update copyright.
8569 (m_tuiStartNewLine): Delete macro.
8570 (m_isBackspace, m_isDeleteChar): Delete macros.
8571 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
8572 (m_isNextPage, m_isPrevPage): Delete macros.
8573 (m_isLeftArrow, m_isRightArrow): Delete macros.
8574 (m_isXdbStyleCommandChar): Delete macro.
8575 (key_is_start_sequence): Declare, replace m_isStartSequence.
8576 (key_is_end_sequence): Declare, replace m_isEndSequence.
8577 (key_is_backspace): Declare ,replace m_isBackspace.
8578 (key_is_command_char): Declare, replace m_isCommandChar.
8579 * tui/tui-command.c: Update copyright.
8580 (tuiDispatchCtrlChar): Update references.
8581
8582 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
8583 tuiSourceWin.h.
8584
8585 * tui/tui-command.c: Rename tui/tuiCommand.c.
8586 * tui/tui-command.h: Rename tui/tuiCommand.h.
8587 * tui/tui-data.c: Rename tui/tuiData.c.
8588 * tui/tui-data.h: Rename tui/tuiData.h.
8589 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
8590 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
8591 * tui/tui-io.c: Rename tui/tuiIO.c.
8592 * tui/tui-io.h: Rename tui/tuiIO.h.
8593 * tui/tui-layout.c: Rename tui/tuiLayout.c.
8594 * tui/tui-layout.h: Rename tui/tuiLayout.h.
8595 * tui/tui-regs.c: Rename tui/tuiRegs.c.
8596 * tui/tui-regs.h: Rename tui/tuiRegs.h.
8597 * tui/tui-source.c: Rename tui/tuiSource.c.
8598 * tui/tui-source.h: Rename tui/tuiSource.h.
8599 * tui/tui-stack.c: Rename tui/tuiStack.c.
8600 * tui/tui-stack.h: Rename tui/tuiStack.h.
8601 * tui/tui-win.c: Rename tui/tuiWin.c.
8602 * tui/tui-win.h: Rename tui/tuiWin.h.
8603 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
8604 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
8605 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
8606 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
8607 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
8608 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
8609 * tui/tui-file.c: Update includes.
8610 * tui/tui-hooks.c: Update includes.
8611 * tui/tui-interp.c: Update includes.
8612 * tui/tui.c: Update includes.
8613 * Makefile.in: Update all tui/ dependencies.
8614 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
8615
8616 * Makefile.in: Update copyright. Update dependencies.
8617
8618 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
8619 problem.
8620
8621 2004-01-18 Andrew Cagney <cagney@redhat.com>
8622
8623 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
8624 instead of register_gdbarch_init.
8625
8626 * remote-sds.c (tohex): Delete unused function. Update copyright.
8627 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
8628 * v850-tdep.c (v850_register_virtual_size): Ditto.
8629 * target.c (normal_target_post_startup_inferior): Ditto.
8630 * source.c (ambiguous_line_spec): Ditto.
8631 * remote.c (adapt_remote_get_threadinfo): Ditto.
8632 * mi/mi-out.c (out_field_fmt): Ditto.
8633 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
8634 (output_control_change_notification): Ditto.
8635 * m68k-tdep.c (m68k_register_byte): Ditto.
8636 (m68k_remote_breakpoint_from_pc): Ditto.
8637 * ui-out.c (init_ui_out_state): Delete unused declaration.
8638 * stabsread.c (search_value): Ditto.
8639 * mi/mi-cmd-env.c (env_cli_command): Ditto.
8640 * maint.c (print_section_table): Ditto.
8641 * infrun.c (set_follow_fork_mode_command): Ditto.
8642
8643 2004-01-18 Mark Kettenis <kettenis@gnu.org>
8644
8645 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
8646 DW_CFA_def_cfa_exporession. Add support for
8647 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
8648 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
8649
8650 2004-01-18 Andrew Cagney <cagney@redhat.com>
8651
8652 * ocd.c: Update copyright.
8653 (bdm_read_register_command): Delete unused function.
8654 (_initialize_remote_ocd): Delete commented out reference.
8655 (get_quoted_char, reset_packet): Delete #if0ed function.
8656 (output_packet, put_quoted_char): Delete #if0ed function.
8657 (stu_put_packet, stu_get_packet): Delete #if0ed function.
8658 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
8659 (BDM_BREAKPOINT): Delete #if0ed macro.
8660 (remote_timeout): Delete #if0ed variable.
8661
8662 2004-01-18 Mark Kettenis <kettenis@gnu.org>
8663
8664 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
8665 (core-sol2.o): Remove dependency.
8666 * core-sol2.c: Remove file.
8667
8668 2004-01-17 Andrew Cagney <cagney@redhat.com>
8669
8670 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
8671 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
8672 enums.
8673
8674 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8675
8676 * remote.c: Update copyright years.
8677
8678 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8679
8680 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
8681
8682 2004-01-17 Andrew Cagney <cagney@redhat.com>
8683
8684 * mdebugread.c: Update copyright.
8685 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
8686 (parse_type, parse_procedure): Ditto.
8687 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
8688
8689 * cris-tdep.c (cris_store_struct_return): Put back accidently
8690 deleted function.
8691
8692 * gdbarch.sh: Update copyright year.
8693 * gdbarch.h, gdbarch.c: Re-generate.
8694
8695 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8696
8697 Suggested by George Anzinger.
8698 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
8699 correct stack offset. Include unknown opcode numbers in the error
8700 message.
8701
8702 2004-01-17 Andrew Cagney <cagney@redhat.com>
8703
8704 * x86-64-tdep.c (x86_64_init_abi): No need to clear
8705 extract_struct_value_address, i386 does not set it.
8706 * sparc64-tdep.c (sparc64_init_abi): Do not set
8707 extract_struct_value_address, never called.
8708 (sparc64_extract_struct_value_address): Delete function.
8709 * m68hc11-tdep.c: Update copyright.
8710 (m68hc11_gdbarch_init): Delete redundant assignment of
8711 extract_struct_value_address.
8712 * i386-tdep.c: Update copyright.
8713 (i386_gdbarch_init): Do not set extract_struct_value_address,
8714 never called.
8715 (i386_extract_struct_value_address): Delete function.
8716 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
8717 extract_struct_value_address, never called.
8718 (sparc32_extract_struct_value_address): #if 0 function. Add
8719 comments explaining its future.
8720
8721 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8722
8723 * arm-tdep.c (arm_write_pc): New function.
8724 (arm_gdbarch_init): Call set_gdbarch_write_pc.
8725
8726 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8727
8728 * breakpoint.c (must_shift_inst_regs): Delete.
8729 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
8730 and SHIFT_INST_REGS.
8731 * infcmd.c (step_1, step_1_continuation): Delete references to
8732 SHIFT_INST_REGS.
8733 * infrun.c (keep_going): Likewise.
8734 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
8735 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
8736
8737 2004-01-17 Andrew Cagney <cagney@redhat.com>
8738
8739 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8740 * gdbarch.h, gdbarch.c: Re-generate.
8741 * infcmd.c (print_return_value): Delete reference to
8742 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8743
8744 * cris-tdep.c (cris_gdbarch_init): Do not set
8745 deprecated_extract_struct_value_address.
8746
8747 * xstormy16-tdep.c: Update copyright.
8748 (xstormy16_extract_struct_value_address): Update to current
8749 extract struct value address interface.
8750 (xstormy16_gdbarch_init): Set extract_struct_value_address.
8751 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
8752 current extract struct value address interface.
8753 (sh64_gdbarch_init): Set extract_struct_value_address.
8754
8755 * cris-tdep.c: Update copyright.
8756 (cris_extract_struct_value_address): Delete function.
8757 (struct_return_address): Delete variable.
8758 (cris_store_struct_return): Do not set struct_return_address.
8759
8760 * mcore-tdep.c: Update copyright.
8761 (mcore_extract_struct_value_address): Delete function. Update
8762 comments.
8763 (mcore_gdbarch_init): Update.
8764 * mn10300-tdep.c: Update copyright.
8765 (mn10300_extract_struct_value_address): Delete function.
8766 (mn10300_gdbarch_init): Update.
8767 * v850-tdep.c: Update copyright.
8768 (v850_extract_struct_value_address): Delete.
8769 (v850_gdbarch_init): Update.
8770 * ns32k-tdep.c: Update copyright.
8771 (ns32k_extract_struct_value_address): Delete.
8772 (ns32k_gdbarch_init): Update.
8773 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
8774 (hppa_gdbarch_init): Update.
8775 * vax-tdep.c: Update copyright.
8776 (vax_extract_struct_value_address): Delete.
8777 (vax_gdbarch_init): Update.
8778
8779 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
8780 * gdbarch.h, gdbarch.c: Re-generate.
8781 * procfs.c (procfs_fetch_registers): Delete reference to
8782 DEPRECATED_NPC_REGNUM.
8783 (procfs_store_registers): Ditto.
8784 * regcache.c (generic_target_write_pc): Simplify.
8785 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
8786
8787 * core-sol2.c (fetch_core_registers): Replace
8788 DEPRECATED_NPC_REGNUM with equivalent tdep value.
8789
8790 * hppa-tdep.c: Update copyright year.
8791 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
8792 NPC_REGNUM.
8793 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
8794
8795 * mips-tdep.c (mips_write_pc): New function.
8796 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
8797 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
8798 (mips_find_saved_regs, mips_software_single_step: Ditto.
8799 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
8800 mips_init_extra_frame_info, mips_pop_frame): Ditto.
8801
8802 2004-01-17 Andrew Cagney <cagney@redhat.com>
8803
8804 * mips-tdep.c: Re-indent. Group functions by ABI.
8805
8806 2004-01-17 Andrew Cagney <cagney@redhat.com>
8807
8808 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
8809 * gdbarch.c: Re-generate.
8810 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8811 DECR_PC_AFTER_BREAK to zero.
8812 * vax-tdep.c (vax_gdbarch_init): Ditto.
8813 * v850-tdep.c (v850_gdbarch_init): Ditto.
8814 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
8815 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8816 * sh-tdep.c (sh_gdbarch_init): Ditto.
8817 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8818 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8819 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8820 * mips-tdep.c (mips_gdbarch_init): Ditto.
8821 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8822 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8823 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
8824 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8825 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
8826 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8827 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8828 * frv-tdep.c (frv_gdbarch_init): Ditto.
8829 * cris-tdep.c (cris_gdbarch_init): Ditto.
8830 * avr-tdep.c (avr_gdbarch_init): Ditto.
8831 * arm-tdep.c (arm_gdbarch_init): Ditto.
8832 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
8833
8834 2004-01-17 J. Brobecker <brobecker@gnat.com>
8835
8836 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
8837 Delete, no longer used.
8838 (read_subrange_type): New function, mostly extracted from
8839 read_array_type().
8840 (read_array_type): Replace extracted code by call to
8841 read_subrange_type().
8842 (dwarf2_get_attr_constant_value): New function.
8843 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
8844 (add_partial_symbol): Likewise.
8845 (process_die): Likewise.
8846 (new_symbol): Likewise.
8847 (read_type_die): Likewise.
8848
8849 2004-01-16 Andrew Cagney <cagney@redhat.com>
8850
8851 * symfile.c: Update copyright year.
8852 (compare_symbols): Delete unused function.
8853 * stabsread.c: Update copyright year.
8854 (lrs_general_complaint): Delete unused function.
8855 (ref_search_value): Ditto.
8856 (get_substring): Delete declaration.
8857 * sh64-tdep.c: Update copyright year.
8858 (sh64_get_gdb_regnum): Delete unused function.
8859 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
8860 Delete unused function.
8861
8862 2004-01-17 Mark Kettenis <kettenis@gnu.org>
8863
8864 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
8865 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
8866
8867 2004-01-16 Andrew Cagney <cagney@redhat.com>
8868
8869 Changes from Peter Schauer.
8870 * rs6000-tdep.c: Update copyright year.
8871 (rs6000_push_dummy_call): Update the stack pointer before
8872 accessing the corresponding stack region.
8873 * rs6000-nat.c: Update copyright year.
8874 (set_host_arch): Set "info.abfd" to "exec_bfd".
8875
8876 2004-01-15 Mark Kettenis <kettenis@gnu.org>
8877
8878 * blockframe.c: Update copyright year.
8879 (inside_entry_func): Don't treat a zero PC specially.
8880
8881 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
8882
8883 * gcore.c (gcore_copy_callback): Use paddr_d to print size
8884 variable.
8885 (gcore_create_callback): Ditto. Skip any memory segment that has
8886 no permissions set.
8887
8888 2004-01-14 David Carlton <carlton@kealia.com>
8889
8890 Change symbols for C++ nested types to contain the fully qualified
8891 name, if possible. (At least in the DWARF-2 case.) Partial fix
8892 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
8893 c++/895.
8894 * c-exp.y (qualified_type): Handle types nested within classes.
8895 * cp-namespace.c: Update comments.
8896 (cp_set_block_scope): Delete #if 0.
8897 (cp_lookup_nested_type): Handle types nested within classes.
8898 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
8899 when appropriate.
8900 (add_partial_symbol): Add the name of the enclosing namespace to
8901 types.
8902 (pdi_needs_namespace): New.
8903 (add_partial_namespace): Tweak comment.
8904 (add_partial_structure): New.
8905 (psymtab_to_symtab_1): Initialize processing_current_prefix
8906 here...
8907 (process_die): instead of here.
8908 (read_structure_scope): Try to figure out the name of the class or
8909 namespace that the structure might be defined within.
8910 (read_enumeration): Generate fully-qualified names, if possible.
8911 (read_namespace): Don't set name to NULL.
8912 (die_specification): New.
8913 (new_symbol): Generate fully-qualified names for types.
8914 (read_type_die): Determine appropriate prefix.
8915 (determine_prefix): New.
8916 (typename_concat): New.
8917 (class_name): New.
8918 * valops.c (value_aggregate_elt): Pass NOSIDE to
8919 value_struct_elt_for_reference.
8920 (value_struct_elt_for_reference): Make static, add NOSIDE
8921 parameter, call value_maybe_namespace_elt as a last resort.
8922 (value_namespace_elt): Break out code into
8923 value_maybe_namespace_elt.
8924 (value_maybe_namespace_elt): New.
8925
8926 2004-01-12 Andrew Cagney <cagney@redhat.com>
8927
8928 * mips-tdep.c (mips_convert_register_p): Handle both raw and
8929 cooked floating-point registers.
8930 (mips_gdbarch_init): Set convert_register_p, register_to_value,
8931 and value_to_register.
8932
8933 2004-01-13 Andrew Cagney <cagney@redhat.com>
8934
8935 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
8936 * gdbarch.c: Re-generate.
8937 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8938 FUNCTION_START_OFFSET.
8939 * v850-tdep.c (v850_gdbarch_init): Ditto.
8940 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
8941 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8942 * sh-tdep.c (sh_gdbarch_init): Ditto.
8943 * s390-tdep.c (s390_gdbarch_init): Ditto.
8944 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8945 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8946 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8947 * mips-tdep.c (mips_gdbarch_init): Ditto.
8948 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8949 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8950 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8951 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
8952 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8953 * i386-tdep.c (i386_gdbarch_init): Ditto.
8954 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8955 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8956 * frv-tdep.c (frv_gdbarch_init): Ditto.
8957 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8958 * cris-tdep.c (cris_gdbarch_init): Ditto.
8959 * avr-tdep.c (avr_gdbarch_init): Ditto.
8960 * arm-tdep.c (arm_gdbarch_init): Ditto.
8961 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8962
8963 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8964
8965 * infrun.c (follow_fork_mode_ask): Remove.
8966 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
8967 (follow_fork): Simplify and remove internal error for
8968 follow_fork_mode_ask.
8969 (_initialize_infrun): Update "set follow-fork-mode" help text.
8970
8971 2004-01-13 Andrew Cagney <cagney@redhat.com>
8972
8973 * configure.in: Update copyright year.
8974 (build_warnings): Add -Wunused-label.
8975 * configure: Re-generate.
8976
8977 2004-01-12 Andrew Cagney <cagney@redhat.com>
8978
8979 * exec.h (exec_ops): Make "extern".
8980
8981 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
8982 the function is void.
8983 (mips_pseudo_register_write): Ditto.
8984
8985 2004-01-12 Andrew Cagney <cagney@redhat.com>
8986
8987 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
8988 call. Never defined.
8989 * sparc-tdep.h (struct frame_info): Add opaque declaration.
8990 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
8991 (struct sparc_gregset, struct regcache): Ditto.
8992 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
8993
8994 2004-01-12 Andrew Cagney <cagney@redhat.com>
8995
8996 * mi/ChangeLog: Delete file. Renamed to ...
8997 * mi/ChangeLog-1999-2003: New file.
8998 * tui/ChangeLog: Delete file. Renamed to ...
8999 * tui/ChangeLog-1998-2003: New file.
9000
9001 2004-01-11 Mark Kettenis <kettenis@gnu.org>
9002
9003 * sparc64nbsd-tdep.c: Include "regset.h".
9004 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
9005 Remove variables.
9006 (fetch_core_registers): Remove function.
9007 (sparc64nbsd_core_fns): Remove variable.
9008 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
9009 functions.
9010 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
9011 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
9012 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
9013
9014 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
9015 sparc_extract_struct_value_address.
9016 (sparc32_gdbarch_init): Set extract_struct_value_address.
9017 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
9018 function.
9019 (sparc64_init_abi): Set extract_struct_value_address. Don't set
9020 return_value_on_stack.
9021
9022 * NEWS: Mention that %cs and %ss have been added to the AMD64
9023 configurations
9024
9025 * frame.c: Update copyright year.
9026 (get_prev_frame): Improve comment.
9027
9028 * sparc64fbsd-tdep.c: Include "regset.h".
9029 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
9030 Remove variables.
9031 (fetch_core_registers): Remove function.
9032 (sparc64fbsd_core_fns): Remove variable.
9033 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
9034 functions.
9035 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
9036 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
9037 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
9038
9039 * sparcnbsd-tdep.c: Include "regset.h".
9040 (fetch_core_registers): Remove function.
9041 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
9042 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
9043 functions.
9044 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
9045 TDEP->fpregset.
9046 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
9047
9048 * sparc-tdep.h (struct regset): Provide opaque declaration.
9049 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
9050 fpregset and sizeof_fpregset members.
9051 * sparc-tdep.c (struct regset): Provide opaque declaration.
9052 (sparc_regset_from_core_section): New function.
9053 (sparc32_gdbarch_init): Initialize TDEP->gregset,
9054 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
9055 Set regset_from_core_section when appropriate.
9056
9057 2004-01-10 Mark Kettenis <kettenis@gnu.org>
9058
9059 * x86-64-tdep.c (amd64_non_pod_p): New function.
9060 (amd64_classify_aggregate): Return class memory for non-POD
9061 C++ structure types.
9062
9063 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
9064 argument. Use it to reserve a register if necessary.
9065 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
9066 amd64_push_arguments.
9067
9068 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
9069
9070 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
9071 register numbers in comments.
9072 * x86-64-tdep.h: Update copyright year.
9073 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
9074 Adjust for addition of %cs and %ss.
9075 * amd64fbsd-nat.c: Update copyright year.
9076 (reg_offset): Add register offsets for %cs and %ss.
9077 * amd64fbsd-tdep.c: Update copyright year.
9078 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
9079 (amd64fbsd_sc_reg_offset): Likewise.
9080 * x86-64-linux-nat.c: Update copyright year.
9081 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
9082 and %ss.
9083 * amd64nbsd-nat.c: Update copyright year.
9084 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
9085 * amd64nbsd-tdep.c: Update copyright year.
9086 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
9087 * x86-64-linux-tdep.c: Update copyright year.
9088 (user_to_gdb_regmap): Add mapping for %cs and %ss.
9089 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
9090 * regformats/reg-x86-64.dat: Add %cs and %ss.
9091
9092 * blockframe.c (inside_entry_func): Reformat. Introduce new local
9093 variables to prevent long lines. Update comments to reflect
9094 reality.
9095
9096 2004-01-09 David Carlton <carlton@kealia.com>
9097
9098 Checked in by Elena Zannoni <ezannoni@redhat.com>.
9099 * dwarf2read.c (read_namespace): Pull out name-generating code
9100 into namespace_name. Rename previous_namespace to previous_prefix
9101 and processing_current_namespace to processing_current_prefix..
9102 (namespace_name): New function.
9103 (add_partial_symbol): Substitute uses of pdi->name with
9104 actual_name.
9105 * cp-support.h: Rename processing_current_namespace to
9106 processing_current_prefix.
9107 Update copyright year.
9108 * cp-namespace.c: Rename processing_current_namespace to
9109 processing_current_prefix.
9110 Update copyright year.
9111
9112 2004-01-09 Andrew Cagney <cagney@redhat.com>
9113
9114 * jv-valprint.c, ser-unix.c: Add missing copyright years.
9115
9116 2004-01-09 Mark Kettenis <kettenis@gnu.org>
9117
9118 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
9119 complaining.
9120 (process_one_symbol): Deal with N_PATCH stabs.
9121
9122 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
9123
9124 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
9125 ifdeffed code.
9126 Update copyright year.
9127
9128 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
9129
9130 * config/pa/tm-hppa.h: Update extern declarations for
9131 hppa32_hpux_frame_saved_pc_in_sigtramp,
9132 hppa32_hpux_frame_base_before_sigtramp, and
9133 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
9134
9135 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
9136
9137 * config/pa/tm-hppah.h: Update copyright years.
9138
9139 2004-01-08 Andrew Cagney <cagney@redhat.com>
9140
9141 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
9142 (mips_o32_reg_struct_has_addr): Delete function.
9143 (mips_gdbarch_init): Update.
9144 (mips_extract_struct_value_address): Delete function.
9145
9146 2004-01-08 David Mosberger <davidm@hpl.hp.com>
9147
9148 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
9149 reality.
9150
9151 2004-01-07 Andrew Cagney <cagney@redhat.com>
9152
9153 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
9154 architecture's elf flags (when available).
9155
9156 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
9157 FPU to the start, check the MIPS FPU when looking for an old
9158 architecture.
9159 (set_mipsfpu_single_command): Update the architecture.
9160 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
9161
9162 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
9163 (mips_mask_address_p): Add "tdep" parameter.
9164 (show_mask_address, mips_addr_bits_remove): Update.
9165 (mips_dump_tdep): Update.
9166 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
9167 (MIPS_STACK_ARGSIZE): Delete macro.
9168 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
9169 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
9170 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
9171 (mips_dump_tdep): Update.
9172 (MIPS_SAVED_REGSIZE): Delete macro.
9173 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
9174 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
9175 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
9176 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
9177 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
9178 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
9179 (mips_pop_frame, return_value_location): Update.
9180 (mips_n32n64_return_value, mips_dump_tdep): Update.
9181
9182 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
9183 MIPS ABI.
9184
9185 * mips-tdep.c: Update copyright.
9186 (mips_gdbarch_init): Merge two code blocks handling the register
9187 name and number layout.
9188
9189 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
9190
9191 * tracepoint.c (validate_actionline): Fix segv at EOF
9192
9193 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
9194
9195 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
9196 properly for static fields.
9197
9198 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
9199 Jason Molenda <jmolenda@apple.com>
9200
9201 * disasm.c: Update copyright to include 2004.
9202 (do_mixed_source_and_assembly): For uiout asm list
9203 and tuple cleanups, initialize to null_cleanup instead of
9204 NULL and do so prior to loop. Only reset when we close off
9205 the tuple/list. Move check for whether to close off the
9206 asm tuple/list to after dump_insns call where it will be run
9207 on each loop iteration.
9208
9209 2004-01-05 Andrew Cagney <cagney@redhat.com>
9210
9211 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
9212 should be a switch case and not a label.
9213 * mips-tdep.c (mips32_next_pc): Delete unused labels
9214 "greater_equal_branch" and "less_zero_branch".
9215 * jv-valprint.c (java_print_value_fields): Delete unused label
9216 "flush_it".
9217
9218 * target.c (unpush_target): Only close a target that is in the
9219 target stack.
9220
9221 2004-01-05 Mark Kettenis <kettenis@gnu.org>
9222
9223 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
9224 address from [sp + 64] instead of %o2.
9225
9226 * frame.c (get_prev_frame): Don't try to unwind the PC. This
9227 fixes PR backtrace/1476.
9228
9229 2004-01-05 Andrew Cagney <cagney@redhat.com>
9230
9231 * libunwind-frame.h (struct frame_id): Add opaque declaration,
9232 move to start of file.
9233 * i386-tdep.h (struct regcache): Add opaque declaration.
9234 * config/ia64/nm-linux.h (struct target_ops): Add opaque
9235 declaration.
9236 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
9237 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
9238 * win32-nat.c (fake_create_process): Use ISO C style definition.
9239 * stabsread.c (define_symbol): Delete #ifndef
9240 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
9241 stabs_argument_has_addr call, macro never defined.
9242
9243 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
9244
9245 * op50-rom.c: Delete.
9246 * w89k-rom.c: Delete.
9247 * Makefile.in: Remove references.
9248
9249 2004-01-04 Mark Kettenis <kettenis@gnu.org>
9250
9251 * x86-64-tdep.c: Update copyright year.
9252 (struct amd64_register_info): Rename from x86_64_register_info.
9253 (amd64_register_info): Rename from x86_64_register_info.
9254 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
9255 (amd64_register_name): Rename from x86_64_register_name.
9256 (amd64_register_type): Rename from x86_64_register_type.
9257 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
9258 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
9259 (amd64_dwarf_reg_to_regnum): Rename from
9260 x86_64_dwarf_reg_to_regnum.
9261 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
9262 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
9263 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
9264 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
9265 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
9266 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
9267 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
9268 (amd64_frame_cache): Rename from x86_64_frame_cache.
9269 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
9270 (amd64_frame_prev_register): Rename from
9271 x86_64_frame_prev_register.
9272 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
9273 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
9274 (amd64_sigtramp_frame_cache): Rename from
9275 x86_64_sigtramp_frame_cache.
9276 (amd64_sigtramp_frame_prev_register): Rename from
9277 x86_64_sigtramp_frame_prev_register.
9278 (amd64_sigtramp_frame_unwind): Rename from
9279 x86_64_sigtramp_frame_unwind.
9280 (amd64_sigtramp_frame_sniffer): Rename from
9281 x86_64_sigtramp_frame_sniffer.
9282 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
9283 (amd64_frame_base): Rename from x86_64_frame_base.
9284 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
9285 (amd64_frame_align): Rename from x86_64_frame_align.
9286 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
9287 (amd64_regset_from_core_section): Rename from
9288 x86_64_regset_from_core_section.
9289 (x86_64_init_abi): Update comments.
9290
9291 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
9292
9293 * MAINTAINERS (write after approval): Add myself.
9294
9295 2004-01-04 Mark Kettenis <kettenis@gnu.org>
9296
9297 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9298 `float' arguments.
9299
9300 2004-01-04 Mark Kettenis <kettenis@gnu.org>
9301
9302 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
9303 such that it mentions a specific version of GCC that exhibits this
9304 bug.
9305
9306 2004-01-03 Mark Kettenis <kettenis@gnu.org>
9307
9308 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
9309 structure that has a single `float' member, store it in %f1 in
9310 addition to %f0.
9311
9312 * sparc-sol2-nat.c: Add missing '\'.
9313
9314 * sparc-tdep.c (sparc32_return_value): New function.
9315 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
9316 Remove functions.
9317 (sparc32_gdbarch_init): Set return_value, don't set
9318 extract_return_value, store_return_value, use_struct_convention
9319 and return_value_on_stack.
9320
9321 * sparc-sol2-nat.c: Add missing ')'.
9322
9323 2004-01-03 J. Brobecker <brobecker@gnat.com>
9324
9325 * infrun.c (handle_step_into_function): New function.
9326 (handle_inferior_event): Extract out some code into the new
9327 function above.
9328
9329 2004-01-03 J. Brobecker <brobecker@gnat.com>
9330
9331 * infrun.c (handle_inferior_event): Move the declaration of
9332 real_stop_pc inside the if blocks where it is used.
9333
9334 2004-01-03 Mark Kettenis <kettenis@gnu.org>
9335
9336 * sparc64-tdep.c (sparc64_16_byte_align_p)
9337 (sparc64_store_floating_fields, sparc64_store_floating_fields):
9338 Use check_typedef to get subtypes of structures and unions.
9339 (sparc64_store_return_value): Fix calculation of the appropriate
9340 offset into VALBUF when storing a structure or union.
9341 (sparc64_return_value): New function.
9342 (sparc64_use_struct_convention): Remove function.
9343 (sparc64_init_abi): Set return_value, don't set
9344 extract_return_value, store_return_value and
9345 use_struct_convention.
9346
9347 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
9348
9349 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
9350 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
9351 gdb/config/alpha/xm-alphaosf.h,
9352 gdb/config/powerpc/tm-ppcle-eabi.h,
9353 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
9354 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
9355 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
9356 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
9357 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
9358 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
9359 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
9360 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
9361 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
9362 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
9363 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
9364 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
9365 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
9366 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
9367 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
9368 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
9369 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
9370 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
9371 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
9372 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
9373 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
9374 Remove lines for .cvsignore files.
9375
9376 2004-01-03 J. Brobecker <brobecker@gnat.com>
9377
9378 * infrun.c: Back out the previous change.
9379
9380 2004-01-03 Mark Kettenis <kettenis@gnu.org>
9381
9382 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
9383 sparc-*-sunos4* to the list of REMOVED configurations.
9384
9385 * configure.tgt: Add back sparc-*-vxworks*.
9386 * remote-vxsparc.c: Remove all includes except for "defs.h",
9387 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
9388 Include "sparc-tdep.h".
9389 (SPARC_R_G1): New define.
9390 (vxsparc_gregset): New variable.
9391 (ext_format_sparc): Remove extern declaration.
9392 (vx_read_register): Rewrite to use sparc32_supply_gregset and
9393 sparc32_supply_fpregset.
9394 (vx_write_register): Rewrite to use sparc32_collect_gregset,
9395 sparc_collect_rwindow and sparc32_collect_fpregset.
9396 * config/sparc/tm-vxworks.h: New file, based on recently removed
9397 tm-vxsparc.h.
9398 * config/sparc/vxworks.mt: New file, based on recently removed
9399 vxworks.mt.
9400
9401 2004-01-03 J. Brobecker <brobecker@gnat.com>
9402
9403 * infrun.c (handle_step_into_function): New function.
9404 (handle_inferior_event): Extract out some code into the new
9405 function above.
9406
9407 2004-01-02 Mark Kettenis <kettenis@gnu.org>
9408
9409 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
9410 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
9411 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
9412 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
9413 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
9414 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
9415 (sparc_nat_h): New variable.
9416 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
9417 (tm-sun4os4.h): Remove dependency.
9418 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
9419 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
9420 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
9421 sparc-tdep.o): Update dependencies.
9422 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
9423 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
9424 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
9425 dependencies.
9426 * configure.host: Remove existing sparc-*-lynxos*,
9427 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
9428 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
9429 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
9430 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
9431 triplets.
9432 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
9433 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
9434 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
9435 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
9436 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
9437 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
9438 sparc64-*-solaris2* and sparc64-*-* triplets.
9439 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
9440 "symtab.h" and "objfiles.h".
9441 (BIAS): Remove define.
9442 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
9443 (X_DISP19): Remove macros.
9444 (sparc_fetch_instruction): Remove function.
9445 (struct gdbarch_tdep): Remove definition.
9446 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
9447 (sparc_breakpoint_from_pc): Remove function.
9448 (struct sparc64_frame_cache): Remove definition.
9449 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
9450 sparc64_unwind_pc): Remove functions.
9451 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
9452 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
9453 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
9454 (sparc64_frame_cache): Change return type to `struct
9455 sparc_frame_cache *'. Simply call sparc_frame_cache.
9456 (sparc64_frame_this_id, sparc64_frame_prev_register,
9457 sparc64_frame_base_address): Use `struct sparc_frame_cache'
9458 instead of `struct sparc64_frame_cache.
9459 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
9460 sparc_analyze_control_transfer, sparc_software_single_step,
9461 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
9462 _initialize_sparc64_tdep): Remove functions.
9463 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
9464 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
9465 macros.
9466 (sparc64_supply_gregset, sparc64_collect_gregset,
9467 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
9468 (sparc64_init_abi): New function.
9469 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
9470 inclusion guard. Include "sparc-tdep.h".
9471 (BIAS): Define.
9472 (r_tstate_offset, r_fprs_offset): New defines.
9473 (enum sparc_regnum): Remove defenition.
9474 (enum sparc64_regnum): Reformat.
9475 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
9476 (sparc64_init_abi, sparc64_supply_gregset,
9477 sparc64_collect_gregset, sparc64_supply_fpregset,
9478 sparc64_collect_fpregset): New prototypes.
9479 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
9480 Add extern declarations.
9481 (sparc64_sol2_init_abi): New prototype.
9482 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
9483 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
9484 prototypes.
9485 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
9486 "sparnbsd-nat.h".
9487 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
9488 functions.
9489 (_initialize_sparc64fbsd_nat): Remove initialization of
9490 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
9491 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
9492 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
9493 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
9494 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
9495 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
9496 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
9497 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
9498 (sparc64fbsd_r_y_offset): Remove variables.
9499 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
9500 Make static and const.
9501 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
9502 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
9503 functions.
9504 (sparc64fbsd_gregset): New variable.
9505 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
9506 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
9507 and sparc64_supply_fpregset.
9508 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
9509 (sparc64fbsd_sigtramp_frame_this_id)
9510 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
9511 (sparc64fbsd_sigtramp_frame_unwind): New variable.
9512 (sparc64fbsd_sigtramp_frame_sniffer): New function.
9513 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
9514 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
9515 * sparcnbsd-tdep.c: Update copyright year. Include
9516 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
9517 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
9518 "value.h" and "sparcnbsd-tdep.h".
9519 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
9520 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
9521 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
9522 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
9523 defines.
9524 (sparcnbsd_gregset): New variable.
9525 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
9526 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
9527 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
9528 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
9529 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
9530 variables.
9531 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
9532 (sparc32nbsd_sigcontext_frame_this_id)
9533 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
9534 (sparc32nbsd_sigcontext_frame_unwind): New variable.
9535 (sparc32nbsd_sigtramp_frame_sniffer): New function.
9536 (sparcnbsd_get_longjmp_target_32,
9537 sparcnbsd_get_longjmp_target_64): Remove functions.
9538 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
9539 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
9540 sparcnbsd_init_elf): Remove.
9541 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
9542 (sparcnbsd_elf_init_abi): New functions.
9543 (_initialize_sparcnbsd_tdep): New prototype.
9544 (_initialize_sparnbsd_tdep): Update.
9545 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
9546 corelow.o. Add sparc64-nat.o and sparc-nat.o.
9547 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
9548 * config/sparc/linux.mh: Update comment.
9549 (XM_FILE, HOST_IPC): Remove variables.
9550 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
9551 sparc-linux-nat.o.
9552 * config/sparc/linux.mt: Update comment.
9553 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
9554 * config/sparc/nbsd.mt: Reformat.
9555 * config/sparc/nbsd64.mh: Update comment.
9556 (NATDEPFILES): Add sparc-nat.o.
9557 * config/sparc/nbsd64.mt: Update comment.
9558 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
9559 (TM_FILE): Set to tm-nbsd.h.
9560 * config/sparc/nbsdelf.mh: Update comment.
9561 (NATDEPFILES): Add sparc-nat.o.
9562 (XM_FILE): Delete.
9563 * config/sparc/nbsdaout.mh: Update comment.
9564 (NATDEPFILES): Add sparc-nat.o
9565 (XM_FILE): Delete.
9566 * config/sparc/nm-linux.h: Update copyright year. Don't include
9567 "config/nm-svr4.h" and "solib.h". Add protection against multiple
9568 inclusion.
9569 (KERNEL_U_SIZE): Remove define.
9570 (kernel_u_size): Remove prototype.
9571 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
9572 * config/sparc/nm-nbsd.h: Update copyright. Don't include
9573 "regcache.h".
9574 (CHILD_PREPARE_TO_STORE): Remove define.
9575 * config/sparc/nm-nbsdaout.h: Tweak some comments.
9576 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
9577 sparcnbsd-nat.c: Rewrite files.
9578 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
9579 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
9580 sparcnbsd-tdep.h: Remove files.
9581 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
9582 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
9583 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
9584 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
9585 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
9586 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
9587 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
9588 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
9589 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
9590 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
9591 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
9592 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
9593 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
9594 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
9595 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
9596 * config/sparc/linux64.mh, config/sparc/linux64.mt,
9597 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
9598 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
9599 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
9600
9601 2004-01-02 Andrew Cagney <cagney@redhat.com>
9602
9603 From 2003-12-18 Kazuhiro Inaoka:
9604 * configure.host: Add m32r-linux target.
9605
9606 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
9607
9608 * top.c (print_gdb_version): Update year to 2004.
9609
9610 2004-01-02 Mark Mitchell <mark@codesourcery.com>
9611
9612 * MAINTAINERS: Add myself to the write-after-approval category.
9613
9614 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
9615
9616 From Bernardo Innocenti <bernie@develer.com>:
9617 * configure.tgt: Add uClinux target.
9618
9619 2004-01-02 Andrew Cagney <cagney@redhat.com>
9620
9621 * utils.c (do_my_cleanups): Make static, add forward declaration.
9622 * defs.h (do_my_cleanups): Delete declaration.
9623
9624 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
9625
9626 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
9627 bfd/ChangeLog-0203.
9628
9629 2004-01-02 Mark Kettenis <kettenis@gnu.org>
9630
9631 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
9632 in <machine/reg.h>.
9633 * configure, config.in: Regenerate.
9634
9635 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
9636 tui/ChangeLog-1998-2003.
9637 \f
9638 Local Variables:
9639 mode: change-log
9640 left-margin: 8
9641 fill-column: 74
9642 version-control: never
9643 End:
This page took 0.215122 seconds and 5 git commands to generate.