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