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