* mips-tdep.c: Include "floatformat.h".
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-08-08 Joel Brobecker <brobecker@gnat.com>
2
3 * mips-tdep.c: Include "floatformat.h".
4 (n32n64_floatformat_always_valid): New function.
5 (floatformat_n32n64_long_double_big): New constant.
6 (mips_gdbarch_init): Set size and format of long double
7 for N32 and N64 ABIs.
8 * Makefile.in (mips-tdep.o): Update dependencies.
9
10 2004-08-08 Andrew Cagney <cagney@gnu.org>
11
12 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
13 print. Improve script's error messages.
14 * gdbarch.h: Re-generate.
15
16 * gdbarch.sh (pformat): New function.
17 (float_format, double_format, long_double_format): List with bit
18 members. Use pformat when printing.
19 * gdbarch.c, gdbarch.h: Re-generate.
20
21 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
22
23 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
24 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
25 (ppcnbsd_supply_pcb): New function.
26 (_initialize_ppcnbsd_nat): New prototype and function.
27 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
28 (LOADLIBES): New variable.
29 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
30
31 2004-08-08 Andrew Cagney <cagney@gnu.org>
32
33 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
34 (builtin_type_ieee_double, builtin_type_ia64_quad)
35 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
36 BE/LE floating-point types.
37 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
38 (builtin_type_ieee_double, builtin_type_ia64_quad)
39 (builtin_type_ia64_spill): Declare.
40 * doublest.c (_initialize_doublest, floatformat_ieee_single)
41 (floatformat_ieee_double, floatformat_arm_ext)
42 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
43 of LE/BE floatformats.
44 * doublest.h: (struct floatformat, floatformat_ieee_single)
45 (floatformat_ieee_double, floatformat_arm_ext)
46 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
47
48 2004-08-08 Mark Kettenis <kettenis@gnu.org>
49
50 * i386gnu-nat.c (gnu_store_registers): Fix typo.
51
52 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
53 instead of regcache_raw_supply when storing the registers.
54
55 * i386gnu-nat.c: Update copyright year.
56 (gnu_store_registers): Don't use deprecated_registers and
57 deprecated_registers_valid. Use regcache_valid_p and
58 regcache_raw_supply instead.
59
60 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
61 frame_pc_unwind.
62
63 * procfs.c (procfs_pid_to_str): Remove redundant and unused
64 variables. Incapitalized "process".
65
66 * configure.in: Add cursesX to the list of possible curses libs.
67 Add cursesX.h to the list of possible curses headers.
68 * configure, config.in: Regenerate.
69
70 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
71
72 * configure.in: Test for struct lwp in <sys/lwp.h>.
73 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
74 the offset of l_addr in struct lwp.
75
76 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
77
78 * bsd-kvm.c: Include "gdbcore.h"
79 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
80
81 2004-08-07 Andrew Cagney <cagney@gnu.org>
82
83 * gdbtypes.c (build_flt, build_complex): New functions.
84 (gdbtypes_post_init): Use.
85
86 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
87
88 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
89 through to builtin_type_uint128.
90
91 * c-exp.y: Use builtin_type function to obtain builtin types.
92
93 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
94 builtin_uint128.
95 * gdbtypes.c (gdbtypes_post_init): Update.
96 (build_gdbtypes): Move initialization of builtin_type_int0
97 through to builtin_type_uint128 from here ...
98 (_initialize_gdbtypes): ... to here.
99 * d10v-tdep.c (d10v_register_type): Update.
100
101 * doublest.c: Update copyright.
102 (floatformat_from_length): Call error when floatformat is NULL.
103 (extract_floating_by_length): Remove NULL fmt check.
104 (store_floating_by_length): Ditto.
105
106 2004-08-07 Andrew Cagney <cagney@gnu.org>
107
108 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
109 that the register is valid.
110
111 2004-08-05 Mark Kettenis <kettenis@chello.nl>
112
113 * i386-linux-tdep.c (i386_linux_sigtramp_start)
114 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
115 struct frame_info *. Use safe_frame_unwind_memory instead of
116 deprecated_read_memory_nobpt.
117 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
118 changed signature of i386_linux_sigtramp_start and
119 i386_linux_rt_sigtramp_start.
120
121 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
122 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
123 instead of deprecated_read_memory_nobpt.
124 (i386nbsd_sigtramp_p): Adjust for changed signature of
125 i386nbsd_sigtramp_offset.
126
127 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
128 safe_frame_unwind_memory instead of target_read_memory.
129
130 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
131 !NO_SYS_FILE.
132 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
133 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
134 (_initialize_kernel_u_addr): Remove prototype and function.
135 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
136 !NO_SYS_FILE.
137 * xcoffread.c: Likewise.
138
139 2004-08-06 Mark Kettenis <kettenis@gnu.org>
140
141 * vax-nat.c: New file.
142 * vaxbsd-nat.c: Tweak comment.
143 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
144 vaxnbsd-tdep.c.
145 (vax-nat.o): New dependency.
146 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
147 (vax-*-ultrix2*): Remove.
148 * config/vax/vax.mh: New file.
149 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
150 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
151 (vax_register_u_addr): New prototype.
152 (REGISTER_U_ADDR): Define using vax_register_u_addr.
153 * config/vax/vaxult2.mh: Remove file.
154 * config/vax/vaxult.mh: Remove file.
155 * config/vax/vaxbsd.mh: Remove file.
156 * config/vax/vax.mt (TM_FILE): Remove.
157 * config/vax/tm-vaxbsd.h: Remove file.
158
159 2004-08-06 Joel Brobecker <brobecker@gnat.com>
160
161 * aix-thread.c (get_signaled_thread): New function.
162 (iter_trap): Delete, no longer used.
163 (iter_tid): New function.
164 (pd_update): Find the thread that received the SIGTRAP signal
165 by first locating the kernel thread, and then finding its
166 associated thread.
167
168 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
169
170 * lin-lwp.c (child_wait): Continue inferior after processing
171 PTRACE_EVENT_CLONE event.
172
173 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
174
175 * MAINTAINERS: Add self to Write-After-Approval.
176
177 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
178
179 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
180 libunwind-xxxx.so" where xxxx is UNW_TARGET.
181
182 2004-08-05 Andrew Cagney <cagney@gnu.org>
183
184 * config/xm-sysv4.h: Delete file.
185 * config/mips/xm-irix5.h: Delete file.
186 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
187 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
188 * config/ia64/xm-aix.h: Delete file.
189 * config/ia64/aix.mh (XM_FILE): Delete.
190 * config/pa/xm-hppah.h: Delete file.
191 * config/pa/hpux11w.mh (XM_FILE): Delete.
192 * config/pa/hpux11.mh (XM_FILE): Delete.
193 * config/pa/hpux1020.mh (XM_FILE): Delete.
194 * config/pa/hppahpux.mh (XM_FILE): Delete.
195
196 * config/alpha/xm-alphalinux.h: Delete file.
197 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
198 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
199 * config/alpha/xm-alphaosf.h: Delete file.
200 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
201 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
202 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
203 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
204
205 * config/i386/xm-i386v.h: Delete file.
206 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
207 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
208 * config/i386/xm-i386sco.h: Delete file.
209 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
210 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
211 * config/i386/xm-i386v4.h: Delete file.
212 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
213 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
214 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
215 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
216
217 * config/vax/xm-vax.h: Delete file.
218 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
219 * config/vax/xm-vaxult2.h: Delete file.
220 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
221 * config/vax/vaxult2.mh (XM_FILE): Delete.
222 * config/vax/xm-vaxult.h: Delete file.
223 * config/vax/vaxult.mh (XM_FILE): Delete.
224 * config/vax/xm-vaxbsd.h: Delete file.
225 * config/vax/vaxbsd.mh (XM_FILE): Delete.
226
227 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
228 * gdbarch.h, gdbarch.c: Re-generate.
229 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
230 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
231 * frame.h: Delete deprecated_read_fp from comments.
232 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
233 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
234
235 2004-08-04 Mark Kettenis <kettenis@gnu.org>
236
237 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
238 trampoline in OpenBSD 3.5-current.
239
240 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
241 SSE registers.
242
243 * Makefile.in: Remove embedded page breaks.
244
245 2004-08-04 Jim Blandy <jimb@redhat.com>
246
247 * regcache.c (regcache_raw_read): Assert that, after calling
248 target_fetch_registers, the register we're reading is cached.
249
250 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
251 a call to 'internal_error', with a more helpful error message.
252 * rs6000-tdep.c (e500_pseudo_register_read,
253 e500_pseudo_register_write, rs6000_store_return_value): Same.
254
255 2004-08-04 Andrew Cagney <cagney@gnu.org>
256
257 * Makefile.in: Update dependencies.
258
259 2004-08-04 Jim Blandy <jimb@redhat.com>
260
261 Change the layout of the PowerPC E500 raw register cache to allow
262 the lower 32-bit halves of the GPRS to be their own raw registers,
263 not pseudoregisters.
264 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
265 add ppc_ev0_upper_regnum flag.
266 * rs6000-tdep.c: #include "reggroups.h".
267 (spe_register_p): Recognize the ev upper half registers as SPE
268 registers.
269 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
270 registers.
271 (e500_move_ev_register): New function.
272 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
273 vector registers are the pseudo-registers now, formed by splicing
274 together the gprs and the upper-half registers.
275 (e500_register_reggroup_p): New function.
276 (P): Macro deleted.
277 (P8, A4): New macro.
278 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
279 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
280 macros.
281 (registers_e500): Rearrange register set so that the raw register
282 set contains 32-bit GPRs and upper-half registers, and the SPE
283 vector registers become pseudo-registers.
284 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
285 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
286 register numbers are now the same for the E500 as they are for
287 other PowerPC variants. Register e500_register_reggroup_p as the
288 register group function for the E500.
289 * Makefile.in (rs6000-tdep.o): Update dependencies.
290
291 Adapt PPC E500 native support to the new raw regcache layout.
292 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
293 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
294 (fetch_spe_register, store_spe_register): Handle fetching/storing
295 all the SPE registers at once, if regno == -1. These now take
296 over the job of fetch_spe_registers and store_spe_registers.
297 (fetch_spe_registers, store_spe_registers): Deleted.
298 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
299 unconditionally; they're always raw. Fetch/store SPE upper half
300 registers, if present, instead of ev registers.
301 (fetch_register, store_register): Remove sanity checks: gprs are
302 never pseudo-registers now, so we never need to even mention any
303 registers that are ever pseudoregisters.
304
305 Use a fixed register numbering when communicating with the PowerPC
306 simulator.
307 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
308 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
309 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
310 New functions.
311 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
312 init_sim_regno_table.
313 * Makefile.in (gdb_sim_ppc_h): New variable.
314 (rs6000-tdep.o): Update dependencies.
315
316 2004-08-02 Andrew Cagney <cagney@gnu.org>
317
318 * cris-tdep.c (cris_register_size): Restore function, still used
319 locally.
320
321 * gdbarch.sh (deprecated_target_read_fp)
322 (deprecated_frame_locals_address, deprecated_frame_args_address)
323 (deprecated_frame_chain_valid, deprecated_frame_chain)
324 (deprecated_init_extra_frame_info, deprecated_pop_frame)
325 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
326 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
327 * gdbarch.h, gdbarch.c: Re-generate.
328 * regcache.c (deprecated_read_fp): Do not call
329 DEPRECATED_TARGET_READ_FP_P.
330 * infcmd.c (default_print_registers_info): Do not call
331 DEPRECATED_DO_REGISTERS_INFO.
332 * frame-base.c (default_frame_locals_address): Do not call
333 DEPRECATED_FRAME_LOCALS_ADDRESS.
334 (default_frame_args_address): Do not call
335 DEPRECATED_FRAME_ARGS_ADDRESS.
336
337 * gdbarch.sh (deprecated_register_raw_size)
338 (deprecated_register_virtual_size:int): Delete.
339 * gdbarch.h, gdbarch.c: Re-generate.
340 * cris-tdep.c (cris_register_size): Delete.
341 (cris_gdbarch_init): Update.
342 * alpha-tdep.c (alpha_register_raw_size)
343 (alpha_register_virtual_size): Delete.
344 (alpha_gdbarch_init): Update.
345
346 * gdbarch.sh (deprecated_register_virtual_type)
347 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
348 (deprecated_dummy_write_sp): Delete.
349 * gdbarch.h, gdbarch.c: Re-generate.
350
351 * gdbarch.sh (deprecated_register_bytes): Delete.
352 * gdbarch.h, gdbarch.c: Re-generate.
353 * regcache.c (deprecated_register_bytes): New function.
354 * regcache.h (deprecated_register_bytes): Declare.
355 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
356 * v850-tdep.c (v850_gdbarch_init): Update.
357 * sh64-tdep.c (sh64_gdbarch_init): Update.
358 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
359 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
360 * mcore-tdep.c (mcore_gdbarch_init): Update.
361 * cris-tdep.c (cris_gdbarch_init): Update.
362 * arm-tdep.c (arm_gdbarch_init): Update.
363 * remote.c (init_remote_state): Update.
364 * remote-vx.c (vx_prepare_to_store): Update.
365 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
366 * irix5-nat.c (fetch_core_registers): Update.
367 * cris-tdep.c (cris_register_bytes_ok): Update.
368 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
369
370 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
371 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
372 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
373 (mips_insn16_frame_base_address, mips_insn16_frame_base)
374 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
375 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
376 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
377 (mips_insn32_frame_base_address, mips_insn32_frame_base)
378 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
379 with mips_insn16 and mips_insn32.
380
381 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
382 * rs6000-tdep.c (rs6000_push_dummy_call)
383 (rs6000_extract_return_value): Use register_size.
384 * xstormy16-tdep.c (xstormy16_get_saved_register)
385 (xstormy16_extract_return_value): Ditto.
386 * valops.c (value_assign): Ditto.
387 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
388 * v850-tdep.c (v850_extract_return_value): Ditto.
389 * tracepoint.c (collect_symbol): Ditto.
390 * target.c (debug_print_register): Ditto.
391 * stack.c (frame_info): Ditto.
392 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
393 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
394 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
395 (store_register_using_P): Ditto.
396 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
397 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
398 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
399 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
400 * regcache.c (deprecated_read_register_bytes)
401 (deprecated_write_register_bytes, read_register)
402 (write_register): Ditto.
403 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
404 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
405 * monitor.c (monitor_supply_register, monitor_fetch_register)
406 (monitor_store_register): Ditto.
407 * mn10300-tdep.c (mn10300_pop_frame_regular)
408 (mn10300_print_register): Ditto.
409 * mipsv4-nat.c (fill_fpregset): Ditto.
410 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
411 (mips64_fill_fpregset): Ditto.
412 * mi/mi-main.c (register_changed_p, get_register)
413 (mi_cmd_data_write_register_values): Ditto.
414 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
415 * irix5-nat.c (fill_gregset, fetch_core_registers):
416 * infrun.c (write_inferior_status_register): Ditto.
417 * infptrace.c (fetch_register, store_register): Ditto.
418 * infcmd.c (default_print_registers_info): Ditto.
419 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
420 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
421 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
422 * hpux-thread.c (hpux_thread_fetch_registers)
423 (hpux_thread_store_registers): Ditto.
424 * hppah-nat.c (store_inferior_registers, fetch_register):
425 * findvar.c (value_from_register): Ditto.
426 * dve3900-rom.c (fetch_bitmapped_register):
427 * cris-tdep.c (cris_gdbarch_init): Ditto.
428 * alpha-tdep.h: Ditto.
429 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
430
431 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
432 DEPRECATED_REGISTER_RAW_SIZE from comments.
433 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
434 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
435 DEPRECATED_REGISTER_RAW_SIZE.
436 * findvar.c (value_of_register): Simplify by assuming that the
437 registers raw and virtual sizes are identical.
438 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
439 comment.
440 * arch-utils.c (generic_register_size): Simplify by assuming
441 register_type.
442
443 * regcache.c (legacy_read_register_gen, real_register)
444 (legacy_write_register_gen): Delete, not used.
445
446 * regcache.c (struct regcache_descr): Delete legacy_p.
447 (init_legacy_regcache_descr): Delete function.
448 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
449 Do not use deprecated register functions.
450 (regcache_raw_read, deprecated_write_register_gen):
451 (deprecated_read_register_gen, regcache_raw_write): Delete code
452 predicated on legacy_p.
453 (register_size): Delete check against register raw size.
454
455 * cris-tdep.c (cris_register_type): Replace
456 cris_register_virtual_type.
457 (cris_gdbarch_init): Update, set register_type.
458
459 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
460 * gdbarch.h, gdbarch.c: Re-generate.
461 * arm-tdep.c (arm_frameless_function_invocation): Delete.
462 (arm_gdbarch_init) Do not set frameless function invocation.
463 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
464 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
465 * frv-tdep.c (frv_frameless_function_invocation): Delete.
466 (frv_gdbarch_init): Do not set frameless function invocation.
467 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
468 * sh-tdep.c (sh_gdbarch_init): Ditto.
469 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
470 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
471 * avr-tdep.c (avr_gdbarch_init): Ditto.
472
473 * blockframe.c (legacy_frame_chain_valid): Delete function.
474
475 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
476 and pc. Update comments.
477 (pc_in_dummy_frame): Delete function.
478 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
479 use the "id".
480 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
481 call_hi, top and pc, use the id.
482 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
483
484 * dummy-frame.c: Include "gdb_string.h".
485 (generic_save_call_dummy_addr, generic_push_dummy_frame)
486 (generic_save_dummy_frame_tos): Delete.
487 (dummy_frame_push): New function, replaces above.
488 * dummy-frame.h: Update copyright.
489 (dummy_frame_push): Declare.
490 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
491 (generic_save_call_dummy_addr): Delete declarations.
492 * infcall.c: Include "dummy-frame.h".
493 (call_function_by_hand): Add locals caller_regcache,
494 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
495 with call to frame_save_as_regcache plus cleanup. Delete calls to
496 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
497 Move clear_proceed_status to just before the resume, add call to
498 dummy_frame_push (discard cleanup).
499 * Makefile.in (infcall.o): Add $(dummy_frame_h).
500 (dummy-frame.o): Add $(gdb_string_h).
501
502 2004-08-01 Andrew Cagney <cagney@gnu.org>
503
504 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
505 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
506 * dummy-frame.c (find_dummy_frame): Delete.
507 (struct dummy_frame_cache, dummy_frame_sniffer)
508 (dummy_frame_prev_register, dummy_frame_this_id)
509 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
510 frame unwinder using a dummy_frame_cache.
511
512 2004-08-01 Andrew Cagney <cagney@gnu.org>
513
514 * frame.h (frame_save_as_regcache): Declare.
515 * frame.c (frame_save_as_regcache): New function.
516 (do_frame_read_register): Replace do_frame_unwind_register.
517 (frame_pop): Use frame_save_as_regcache.
518 * dummy-frame.c (generic_push_dummy_frame): Use
519 frame_save_as_regcache.
520
521 2004-08-01 Joel Brobecker <brobecker@gnat.com>
522
523 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
524 file as included until we record the first line in the linetable.
525
526 2004-08-01 Andrew Cagney <cagney@gnu.org>
527
528 * frame.h (deprecated_pop_dummy_frame)
529 (deprecated_read_register_dummy)
530 (deprecated_generic_find_dummy_frame): Delete.
531 * dummy-frame.c (deprecated_generic_find_dummy_frame)
532 (deprecated_read_register_dummy)
533 (deprecated_find_dummy_frame_regcache)
534 (discard_innermost_dummy)
535 (deprecated_pop_dummy_frame): Delete.
536 (dummy_frame_this_id): Simplify.
537 (struct dummy_frame): Delete "fp" and "sp".
538 (find_dummy_frame): Simplify.
539 (generic_push_dummy_frame): Do not set "fp" or "sp".
540 (fprint_dummy_frames): Do not print "fp" and "sp"
541
542 2004-08-01 Mark Kettenis <kettenis@gnu.org>
543
544 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
545 (struct i386_insn): New structure.
546 (i386_match_insn): New function.
547 (i386_frame_setup_skip_insns): New variable.
548 (i386_analyze_frame_setup): Change to use i386_match_insn and the
549 array i386_frame_setup_insns of instructions that should be
550 skipped inside the frame setup sequence.
551
552 2004-08-01 Andrew Cagney <cagney@gnu.org>
553
554 * frame.h (deprecated_frame_xmalloc_with_cleanup)
555 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
556 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
557 * stack.c (frame_info): Delete references to
558 DEPRECATED_FRAME_INIT_SAVED_REGS and
559 deprecated_get_frame_saved_regs.
560 * frame.c (struct frame_info): Delete saved_regs and extra_info.
561 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
562 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
563 (frame_unwind_register_signed)
564 (frame_unwind_register_unsigned)
565 (frame_unwind_unsigned_register): Use register_size.
566 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
567 (deprecated_frame_xmalloc_with_cleanup)
568 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
569 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
570
571 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
572 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
573 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
574 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
575
576 * infcall.c (call_function_by_hand): Do not use
577 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
578 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
579 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
580 DEPRECATED_STACK_ALIGN.
581
582 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
583
584 Committed by Andrew Cagney.
585 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
586
587 2004-08-01 Andrew Cagney <cagney@gnu.org>
588
589 * mips-tdep.c (mips16_frame_cache)
590 (mips16_frame_this_id, mips16_frame_prev_register)
591 (mips16_frame_unwind, mips16_frame_sniffer)
592 (mips16_frame_base_address, mips16_frame_base)
593 (mips16_frame_base_sniffer, mips32_frame_cache)
594 (mips32_frame_this_id, mips32_frame_prev_register)
595 (mips32_frame_unwind, mips32_frame_sniffer)
596 (mips32_frame_base_address, mips32_frame_base)
597 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
598 separate heuristic mips16 and mips32 unwinders.
599 (mips_stub_frame_cache, mips_stub_frame_this_id)
600 (mips_stub_frame_prev_register)
601 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
602 (mips_stub_frame_base_address, mips_stub_frame_base)
603 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
604 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
605 match true mdebug frames.
606 (non_heuristic_proc_desc): Add forward declaration.
607
608 2004-08-01 Andrew Cagney <cagney@gnu.org>
609
610 * config/mips/tm-irix6.h: Delete file.
611 * config/mips/tm-irix5.h: Delete file.
612 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
613 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
614
615 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
616 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
617 * config/nm-gnu.h (NO_CORE_OPS): Delete.
618 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
619 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
620 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
621 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
622 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
623 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
624 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
625 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
626 (TARGET_SIGNAL_RAW_VALUES): Delete.
627 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
628 Delete.
629 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
630 (TARGET_HW_WATCH_LIMIT): Delete.
631 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
632 * minimon.h: Delete file.
633
634 * trad-frame.c (trad_frame_get_this_base)
635 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
636 functions.
637 * trad-frame.h (trad_frame_set_this_base)
638 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
639
640 2004-07-31 Andrew Cagney <cagney@gnu.org>
641
642 * trad-frame.c (trad_frame_get_prev_register): Rename
643 trad_frame_get_prev_register.
644 * vax-tdep.c (vax_frame_prev_register): Update.
645 * trad-frame.h: Update.
646 * trad-frame.c (trad_frame_get_register): Update.
647 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
648 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
649 Update.
650 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
651 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
652 Update.
653 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
654 Update.
655 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
656 Update.
657 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
658 Update.
659 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
660 Update.
661 * s390-tdep.c (s390_frame_prev_register)
662 (s390_stub_frame_prev_register)
663 (s390_sigtramp_frame_prev_register): Update.
664 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
665 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
666 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
667 * m88k-tdep.c (m88k_frame_prev_register)
668 * m68hc11-tdep.c (m68hc11_frame_prev_register)
669 * m32r-tdep.c (m32r_frame_prev_register): Update.
670 * hppa-tdep.c (hppa_frame_prev_register_helper)
671 * frv-tdep.c (frv_frame_prev_register): Update.
672 * d10v-tdep.c (d10v_frame_prev_register): Update.
673 * cris-tdep.c (cris_frame_prev_register): Update.
674 * avr-tdep.c (avr_frame_prev_register): Update.
675 * arm-tdep.c (arm_prologue_prev_register)
676 (arm_sigtramp_prev_register): Update.
677
678 2004-07-31 Andrew Cagney <cagney@gnu.org>
679
680 * frame.h (legacy_saved_regs_unwind)
681 (legacy_frame_chain_valid, legacy_frame_p)
682 (enum frame_type): Delete UNKNOWN_FRAME.
683 * dummy-frame.c (dummy_frame_this_id): Simplify.
684 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
685 * frame.c (struct frame_info): Delete the field "type".
686 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
687 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
688 (legacy_saved_regs_unwind, legacy_frame_p)
689 (frame_type_from_pc): Delete.
690 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
691 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
692
693 2004-07-31 Mark Kettenis <kettenis@gnu.org>
694
695 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
696 indentation.
697
698 * mips-nat.c: Remove file.
699 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
700 (mips-nat.o): Remove dependency.
701
702 * infptrace.c: Update copyright year.
703 (fetch_register): Pass NULL in regcache_raw_supply call instead of
704 explicitly setting the buffer to all zeroes.
705
706 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
707 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
708
709 2004-07-30 Andrew Cagney <cagney@gnu.org>
710
711 * GDB 6.2 released from gdb_6_2-branch.
712
713 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
714
715 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
716
717 * exec.c (exec_file_attach):
718 * nto-tdep.c (nto_find_and_open_solib):
719 * pa64solib.c (pa64_solib_sizeof_symbol_table):
720 * solib.c (solib_open):
721 * somsolib.c (som_solib_sizeof_symbol_table):
722 * source.c (is_regular_file, openp, open_source_file):
723 * symfile.c (symfile_bfd_open):
724 * wince.c (upload_to_device): Differentiate between the search for
725 binary and source files.
726
727 2004-07-30 Andrew Cagney <cagney@gnu.org>
728
729 * complaints.c (_initialize_complaints): Pass NULL to
730 add_setshow_zinteger_cmd for help_doc.
731 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
732
733 2004-07-30 Andrew Cagney <cagney@gnu.org>
734
735 Fix PR i18n/761.
736 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
737 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
738 $(PACKAGE).pot and update-po.
739 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
740 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
741 (update-po): New rules.
742 (localedir): Define using autoconf.
743 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
744 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
745 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
746 * configure.in: Generate CATALOGS and LINGUAS from contents of
747 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
748 * configure: Re-generate.
749 * po/gdbtext: New file
750
751 2004-07-30 Jerome Guitton <guitton@gnat.com>
752
753 * MAINTAINERS: Reorder Write After Approval list in alphabetical
754 order.
755
756 2004-07-30 David Lecomber <dsl@sources.redhat.com>
757
758 * dwarf2read.c (read_file_scope): Set producer if attribute
759 present.
760 (struct dwarf2_cu): Added new member producer.
761
762 2004-07-30 Jerome Guitton <guitton@gnat.com>
763
764 * inflow.c (kill_command): release file handles in BFD.
765 * exec.c (exec_file_attach): Ditto.
766 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
767
768 2004-07-29 Andrew Cagney <cagney@gnu.org>
769
770 * PROBLEMS (mips-irix): Note that it is broken.
771
772 2004-07-29 Andrew Cagney <cagney@gnu.org>
773
774 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
775 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
776
777 * config/xm-nbsd.h: Delete file.
778 * config/arm/xm-nbsd.h: Delete file.
779 * config/i386/xm-nbsd.h: Delete file.
780 * config/ns32k/xm-nbsd.h: Delete file.
781 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
782 * config/i386/nbsdelf.mh (XM_FILE): Delete.
783 * config/i386/nbsdaout.mh (XM_FILE): Delete.
784 * config/arm/nbsdelf.mh (XM_FILE): Delete.
785 * config/arm/nbsdaout.mh (XM_FILE): Delete.
786
787 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
788 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
789 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
790 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
791 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
792 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
793
794 * config/powerpc/xm-linux.h: Delete empty file.
795 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
796 * config/powerpc/linux.mh (XM_FILE): Delete.
797 * config/m68k/xm-linux.h: Delete empty file.
798 * config/m68k/linux.mh (XM_FILE): Delete.
799 * config/ia64/xm-linux.h: Delete empty file.
800 * config/ia64/linux.mh (XM_FILE): Delete.
801 * config/arm/xm-linux.h: Delete empty file.
802 * config/arm/linux.mh (XM_FILE): Delete.
803
804 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
805 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
806 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
807 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
808 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
809 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
810 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
811 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
812
813 * config/m68k/xm-m68k.h: Delete file.
814 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
815 copyright.
816 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
817 * config/pa/xm-linux.h: Delete empty file.
818 * config/pa/linux.mh (XM_FILE): Delete.
819 * config/i386/xm-i386.h: Delete empty file.
820 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
821 "i386/xm-i386.h".
822 * config/i386/obsdaout.mh (XM_FILE): Delete.
823 * config/i386/obsd64.mh (XM_FILE): Delete.
824 * config/i386/fbsd64.mh (XM_FILE): Delete.
825 * config/i386/nto.mh (XM_FILE): Delete.
826 * config/i386/obsd.mh (XM_FILE): Delete.
827 * config/i386/linux64.mh (XM_FILE): Delete.
828 * config/i386/linux.mh (XM_FILE): Delete.
829 * config/i386/i386sol2.mh (XM_FILE): Delete.
830 * config/i386/i386gnu.mh (XM_FILE): Delete.
831 * config/i386/fbsd.mh (XM_FILE): Delete.
832 * config/i386/nbsd64.mh (XM_FILE): Delete.
833
834 2004-07-29 Andrew Cagney <cagney@gnu.org>
835
836 * config/pa/xm-linux.h: Do not include "floatformat.h".
837 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
838 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
839 * config/i386/xm-i386.h: Do not include "floatformat.h".
840 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
841 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
842 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
843 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
844 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
845 GDB_HOST_LONG_DOUBLE_FORMAT instead.
846 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
847 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
848 * configure, config.in: Regenerate.
849 * configure.host (gdb_host_float_format, gdb_host_double_format)
850 (gdb_host_long_double_format): Set according to the host.
851
852 2004-07-29 Andrew Cagney <cagney@gnu.org>
853
854 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
855
856 2004-07-28 Andrew Cagney <cagney@gnu.org>
857
858 * PROBLEMS: Mention threads/1650.
859 * NEWS: Mention the NPTL fix.
860
861 2004-07-28 Andrew Cagney <cagney@gnu.org>
862
863 * cli/cli-decode.c (add_setshow_cmd): Delete function.
864 (add_setshow_cmd_full): Make static.
865 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
866 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
867 * cli/cli-decode.c (add_setshow_filename_cmd)
868 (add_setshow_string_cmd): New functions.
869 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
870 * mips-tdep.c (_initialize_mips_tdep): Update.
871 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
872 * cli/cli-logging.c (_initialize_cli_logging): Update.
873 * complaints.c (_initialize_complaints): Update.
874 * remote.c (_initialize_remote): Update.
875
876 2004-07-28 Andrew Cagney <cagney@gnu.org>
877
878 * cli/cli-decode.c (add_setshow_zinteger_cmd)
879 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
880 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
881 print parameters. Make string parameters constant.
882 * command.h: Update. Update copyright.
883 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
884 * observer.c (_initialize_observer): Ditto.
885 * frame.c (_initialize_frame): Ditto.
886 * complaints.c (_initialize_complaints): Ditto.
887 * maint.c (_initialize_maint_cmds): Ditto.
888 * target.c (initialize_targets): Ditto.
889 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
890 * infcall.c (_initialize_infcall): Ditto.
891 * arm-tdep.c (_initialize_arm_tdep): Ditto.
892 * m32r-rom.c (_initialize_m32r_rom): Ditto.
893 * remote-rdi.c (_initialize_remote_rdi): Ditto.
894 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
895 * mips-tdep.c (_initialize_mips_tdep): Ditto.
896
897 2004-07-28 Andrew Cagney <cagney@gnu.org>
898
899 * gdbtypes.c (lookup_primitive_typename): Delete function.
900 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
901 * ada-lex.l: Use language_lookup_primitive_type_by_name.
902 * gdbtypes.c (lookup_typename): Ditto.
903 * f-exp.y (yylex): Ditto.
904 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
905
906 * scm-lang.c (c_builtin_types): Delete extern declaration.
907 (scm_language_defn): Replace
908 string_char_type and primitive_type_vector with
909 la_language_arch_info.
910 * jv-lang.c (java_language_defn): Replace
911 string_char_type and primitive_type_vector with
912 la_language_arch_info.
913 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
914 c_builtin_types in comment.
915 * c-lang.h (struct language_arch_info): Declare opaque.
916 (c_language_arch_info): Declare.
917 (c_builtin_types): Delete declaration.
918 * c-lang.c (c_language_arch_info): Set string_char_type to
919 builtin_char, not builtin_true_char. Make global.
920 (c_builtin_types): Delete array.
921 (asm_language_defn, minimal_language_defn): Replace
922 string_char_type and primitive_type_vector with
923 la_language_arch_info.
924
925 2004-07-28 Andrew Cagney <cagney@gnu.org>
926
927 * gdbtypes.h (struct builtin_type): Rename true_char to
928 builtin_true_char.
929 * gdbtypes.c (gdbtypes_post_init): Update.
930 * c-lang.c (arch_info): New function.
931 (enum c_primitive_types): New enum.
932 (c_language_defn): Instead of string_char_type and
933 primitive_type_vector set la_language_arch_info.
934
935 2004-07-28 Andrew Cagney <cagney@gnu.org>
936
937 * language.h (struct language_arch_info): Fix typo
938 s/primative/primitive/.
939 * gdbtypes.c (lookup_primitive_typename): Ditto.
940 * language.c (language_lookup_primitive_type_by_name)
941 (unknown_language_arch_info): Ditto.
942
943 2004-07-27 Andrew Cagney <cagney@gnu.org>
944
945 * defs.h (enum language): Add nr_languages.
946 * language.h (struct language_arch_info): Define.
947 (struct language_defn): Add la_language_arch_info.
948 (language_lookup_primative_type_by_name): Declare.
949 (language_string_char_type): Declare.
950 * language.c (_initialize_language, language_gdbarch_post_init)
951 (struct language_gdbarch, language_gdbarch_data): Implement
952 per-architecture language information.
953 (unknown_language_arch_info, language_string_char_type)
954 (language_lookup_primative_type_by_name): New functions.
955 (unknown_language_defn, auto_language_defn)
956 (local_language_defn): Set la_language_arch_info to
957 unknown_language_arch_info.
958 (unknown_builtin_types): Delete.
959 * gdbtypes.c (lookup_primitive_typename): Use
960 language_lookup_primative_type_by_name.
961 (create_string_type): Use language_string_char_type.
962 * values.c (value_from_string): Use language_string_char_type.
963 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
964 * p-lang.c (pascal_language_defn): Ditto.
965 * m2-lang.c (m2_language_defn): Ditto.
966 * jv-lang.c (java_language_defn): Ditto.
967 * objc-lang.c (objc_language_defn): Ditto.
968 * f-lang.c (f_language_defn): Ditto.
969 * c-lang.c (c_language_defn, cplus_language_defn)
970 (asm_language_defn, minimal_language_defn): Ditto.
971
972 2004-07-27 Andrew Cagney <cagney@gnu.org>
973
974 * gdbtypes.h (struct builtin_type): Declare.
975 (builtin_type): Declare.
976 * d10v-tdep.c (d10v_register_type): Use builtin_type.
977 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
978 (gdbtypes_post_init): New function.
979 (builtin_type): New function.
980
981 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
982
983 * remote-m32r-sdi.c: Fix breakpoint bug.
984 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
985 recv_char_data, recv_long_data): New functions to replace communication
986 sequences.
987
988 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
989
990 Document PR threads/1650.
991 * PROBLEMS (Threads): Document problem with many threads
992
993 2004-07-26 Andrew Cagney <cagney@gnu.org>
994
995 * gdb-mi.el: Move from here ...
996 * mi/gdb-mi.el: ... to here.
997
998 2004-07-26 Andrew Cagney <cagney@gnu.org>
999
1000 Problem reported by Ashley Pittman <ashley@quadrics.com>.
1001 * main.c (captured_main): When in batch mode always detach.
1002
1003 2004-07-26 Andrew Cagney <cagney@gnu.org>
1004
1005 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
1006 and h8300 as broken.
1007 * NEWS: END-OF-LIFE frame compatibility module.
1008 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
1009 specific comments.
1010
1011 2004-07-26 Andrew Cagney <cagney@gnu.org>
1012
1013 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
1014 * xcoffsolib.c (_initialize_xcoffsolib): Update.
1015 * wince.c (_initialize_wince): Update.
1016 * win32-nat.c (_initialize_win32_nat): Update.
1017 * varobj.c (_initialize_varobj): Update.
1018 * valops.c (_initialize_valops): Update.
1019 * utils.c (initialize_utils, initialize_utils): Update.
1020 * tui/tui-win.c (_initialize_tui_win): Update.
1021 * top.c (init_main): Update.
1022 * symfile.c (_initialize_symfile): Update.
1023 * source.c (_initialize_source): Update.
1024 * somsolib.c (_initialize_som_solib): Update.
1025 * solib.c (_initialize_solib): Update.
1026 * solib-frv.c (_initialize_frv_solib): Update.
1027 * serial.c (_initialize_serial): Update.
1028 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
1029 * remote.c (_initialize_remote, _initialize_remote): Update.
1030 * remote-vx.c (_initialize_vx): Update.
1031 * remote-utils.c (_initialize_sr_support): Update.
1032 * remote-sds.c (_initialize_remote_sds): Update.
1033 * remote-mips.c (_initialize_remote_mips): Update.
1034 * remote-e7000.c (_initialize_remote_e7000): Update.
1035 * proc-api.c (_initialize_proc_api): Update.
1036 * printcmd.c: Update.
1037 * parse.c (_initialize_parse): Update.
1038 * pa64solib.c (_initialize_pa64_solib): Update.
1039 * p-valprint.c (_initialize_pascal_valprint): Update.
1040 * monitor.c (_initialize_remote_monitors): Update.
1041 * mips-tdep.c (_initialize_mips_tdep): Update.
1042 * mcore-tdep.c (_initialize_mcore_tdep): Update.
1043 * maint.c (_initialize_maint_cmds): Update.
1044 * lin-lwp.c (_initialize_lin_lwp): Update.
1045 * language.c (_initialize_language): Update.
1046 * kod.c (_initialize_kod): Update.
1047 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
1048 * i386-tdep.c (_initialize_i386_tdep): Update.
1049 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
1050 * gdbarch.sh: Update.
1051 * gdbarch.c: Re-generate.
1052 * gdb-events.sh: Update.
1053 * gdb-events.c: Re-generate.
1054 * frame.c (_initialize_frame): Update.
1055 * exec.c: Update.
1056 * demangle.c (_initialize_demangler): Update.
1057 * dcache.c (_initialize_dcache): Update.
1058 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
1059 * cp-valprint.c (_initialize_cp_valprint): Update.
1060 * corefile.c (_initialize_core): Update.
1061 * command.h: Update.
1062 * cli/cli-decode.h: Update.
1063 * cli/cli-cmds.c (init_cli_cmds): Update.
1064 * charset.c (_initialize_charset): Update.
1065 * breakpoint.c (_initialize_breakpoint): Update.
1066 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
1067 * alpha-tdep.c (_initialize_alpha_tdep): Update.
1068 * aix-thread.c (_initialize_aix_thread): Update.
1069
1070 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1071
1072 Partial fix for PR backtrace/1718.
1073 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
1074 that GCC migrates into the prolugue. Don't handle any
1075 instructions that clobber %ebx.
1076
1077 2004-07-23 Andrew Cagney <cagney@gnu.org>
1078
1079 Use regcache_raw_collect instead of regcache_collect.
1080 * regcache.h (regcache_collect): Delete declaration.
1081 * regcache.c (regcache_colect): Delete function.
1082 * win32-nat.c (do_child_store_inferior_registers): Update.
1083 * sol-thread.c (sol_thread_store_registers): Update.
1084 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
1085 * rs6000-nat.c (store_register): Update.
1086 * remote.c (store_register_using_P, remote_store_registers): Update.
1087 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
1088 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
1089 (fill_vrregset, store_spe_registers, fill_gregset)
1090 (fill_gregset): Update.
1091 * nto-procfs.c (procfs_store_registers): Update.
1092 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
1093 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
1094 * m68klinux-nat.c (store_register, fill_gregset): Update.
1095 * m68k-tdep.c (fill_gregset): Update.
1096 * infptrace.c (store_register): Update.
1097 * i386-nto-tdep.c (i386nto_regset_fill): Update.
1098 * i386-linux-nat.c (store_register, fill_gregset): Update.
1099 * hppa-linux-nat.c (fill_gregset): Update.
1100 * go32-nat.c (store_register): Update.
1101 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
1102 (store_fp_regs): Update.
1103 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
1104 (store_nwfpe_extended, store_fpregister, store_fpregs)
1105 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
1106 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
1107 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
1108 (store_regs_user_thread, store_regs_kernel_thread): Update.
1109
1110 2004-07-24 Mark Kettenis <kettenis@gnu.org>
1111
1112 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
1113 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
1114 encoding.
1115 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
1116 member of `struct comp_unit'.
1117
1118 2004-07-23 Andrew Cagney <cagney@gnu.org>
1119
1120 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
1121 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
1122
1123 2004-07-23 Martin Hunt <hunt@redhat.com>
1124 Kevin Buettner <kevinb@redhat.com>
1125
1126 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
1127 alignment was being added to the offset instead of multiplied.
1128
1129 2004-07-23 Mark Kettenis <kettenis@gnu.org>
1130
1131 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
1132 changed signal trampoline in OpenBSD 3.5-current.
1133
1134 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
1135 <machine/pcb.h> and "bsd-kvm.h".
1136 (sparc64nbsd_supply_pcb): New function.
1137 (_initialize_sparc64nbsd_nat): Renamed from
1138 _initialize_sparcnbsd_nat. Enable libkvm interface.
1139 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
1140 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
1141 (LOADLIBES): New variable.
1142
1143 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
1144
1145 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
1146
1147 2004-07-21 Andrew Cagney <cagney@gnu.org>
1148
1149 Use regcache_raw_supply instead of supply_register.
1150 * regcache.h (supply_register): Delete declaration.
1151 * regcache.c (supply_register): Delete function.
1152 * wince.c (do_child_fetch_inferior_registers): Update.
1153 * win32-nat.c (do_child_fetch_inferior_registers)
1154 (fetch_elf_core_registers): Update.
1155 * v850ice.c (v850ice_fetch_registers): Update.
1156 * thread-db.c (thread_db_store_registers): Update.
1157 * sol-thread.c (sol_thread_store_registers): Update.
1158 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
1159 * rs6000-nat.c (fetch_register): Update.
1160 * rom68k-rom.c (rom68k_supply_one_register): Update.
1161 * remote.c (remote_wait, remote_async_wait): Update.
1162 * remote-st.c (get_hex_regs): Update.
1163 * remote-sim.c (gdbsim_fetch_register): Update.
1164 * remote-sds.c (sds_fetch_registers): Update.
1165 * remote-rdp.c (remote_rdp_fetch_register): Update.
1166 * remote-rdi.c (arm_rdi_fetch_registers): Update.
1167 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
1168 * remote-m32r-sdi.c (m32r_fetch_register): Update.
1169 * remote-hms.c (init_hms_cmds): Update.
1170 * remote-est.c (init_est_cmds): Update.
1171 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
1172 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
1173 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
1174 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
1175 (fetch_register, supply_vrregset, supply_vrregset)
1176 (fetch_spe_registers): Update.
1177 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
1178 * monitor.c (monitor_supply_register): Update.
1179 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
1180 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
1181 (mipsnbsd_supply_fpreg): Update.
1182 * mips-nat.c (fetch_inferior_registers)
1183 (fetch_core_registers): Update.
1184 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
1185 (supply_fpregset, mips64_supply_gregset)
1186 (mips64_supply_fpregset): Update.
1187 * m68klinux-nat.c (fetch_register, supply_gregset)
1188 (supply_fpregset): Update.
1189 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
1190 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
1191 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
1192 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
1193 * infptrace.c (fetch_register): Update.
1194 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
1195 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
1196 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
1197 (gnu_fetch_registers, gnu_store_registers): Update.
1198 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
1199 * i386-linux-nat.c (fetch_register, supply_gregset)
1200 (dummy_sse_values): Update.
1201 * hpux-thread.c (hpux_thread_fetch_registers): Update.
1202 * hppah-nat.c (fetch_register): Update.
1203 * hppa-linux-nat.c (fetch_register, supply_gregset)
1204 (supply_fpregset): Update.
1205 * go32-nat.c (fetch_register): Update.
1206 * dve3900-rom.c (fetch_bitmapped_register)
1207 (_initialize_r3900_rom): Update.
1208 * cris-tdep.c (supply_gregset): Update.
1209 * abug-rom.c (init_abug_cmds): Update.
1210 * core-aout.c (fetch_core_registers): Update.
1211 * armnbsd-nat.c (supply_gregset, supply_fparegset)
1212 (fetch_register, fetch_fp_register): Update.
1213 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
1214 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
1215 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
1216 * alphanbsd-tdep.c (fetch_core_registers): Update.
1217 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
1218 * alpha-nat.c (fetch_osf_core_registers)
1219 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
1220 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
1221 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
1222
1223 2004-07-21 Andrew Cagney <cagney@gnu.org>
1224
1225 * PROBLEMS: Mention breakpoints/1702.
1226 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
1227 that is known to work.
1228
1229 2004-07-21 Andrew Cagney <cagney@gnu.org>
1230
1231 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
1232 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
1233 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
1234 (handle_inferior_event): Wrap call to deprecated
1235 IGNORE_HELPER_CALL in #ifdef.
1236 * config/mips/tm-nbsd.h: Update.
1237
1238 2004-07-20 Jim Blandy <jimb@redhat.com>
1239
1240 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
1241 bfd_mach_ppc has no segment registers.
1242
1243 Include PowerPC SPR numbers for special-purpose registers.
1244 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
1245 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
1246 new member in initializer.
1247 (S, S4, SN4, S64): New macros for defining special-purpose
1248 registers.
1249 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
1250 registers_403, registers_403GC, registers_505, registers_860,
1251 registers_601, registers_602, registers_603, registers_604,
1252 registers_750, registers_e500): Use them.
1253
1254 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
1255 replace references with expression used to initialize variable.
1256
1257 2004-07-20 Andrew Cagney <cagney@gnu.org>
1258
1259 * breakpoint.c (deprecated_read_memory_nobpt): Rename
1260 read_memory_nobpt.
1261 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
1262 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
1263 (s390_sigtramp_frame_sniffer): Update.
1264 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
1265 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
1266 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1267 (mips32_fetch_instruction): Update.
1268 * mcore-tdep.c (get_insn): Update.
1269 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
1270 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
1271 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
1272 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1273 (i386_linux_rt_sigtramp_start): Update.
1274 * i386-linux-nat.c (child_resume): Update.
1275 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
1276 * hppa-linux-tdep.c (insns_match_pattern): Update.
1277 * gdbcore.h: Update.
1278 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
1279 * frame.c (safe_frame_unwind_memory): Update.
1280 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
1281 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
1282 * alpha-tdep.c (alpha_read_insn): Update.
1283
1284 2004-07-20 Andrew Cagney <cagney@gnu.org>
1285
1286 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
1287 containing both bytes and mask. Add "frame_type".
1288 * tramp-frame.c (tramp_frame_start): Update.
1289 (tramp_frame_prepend_unwinder): Update.
1290 * mips-linux-tdep.c (mips_linux_o32_sigframe)
1291 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
1292 (mips_linux_n64_rt_sigframe): Update. Make "static const".
1293 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
1294
1295 2004-07-19 Eli Zaretskii <eliz@gnu.org>
1296
1297 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
1298 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
1299 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
1300 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
1301
1302 2004-07-17 Andrew Cagney <cagney@gnu.org>
1303
1304 * NEWS, PROBLEMS: Update for 6.2.
1305
1306 * README: Update to 6.2.
1307
1308 * utils.c (xvasprintf): Call xstrvprintf.
1309
1310 * parse.c: Update copyright.
1311 (null_post_parser): Eliminate ARGSUSED.
1312
1313 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
1314 * tui/tui-win.c (tui_get_cmd_list): Ditto.
1315 * symfile-mem.c (_initialize_symfile_mem): Ditto.
1316
1317 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
1318 * ppc-linux-nat.c: Use "Linux kernel".
1319 * hppa-linux-tdep.c: Use GNU/Linux.
1320 * hppa-linux-nat.c: Use GNU/Linux.
1321 * dwarfread.c: Add [sic] to use of Linux.
1322
1323 * hppa-linux-nat.c: Do not include <string.h>.
1324 (supply_fpregset): Remove "register" attribute.
1325
1326 * solib-frv.c (fetch_loadmap): Use xfree, not free.
1327
1328 2004-07-17 Mark Kettenis <kettenis@gnu.org>
1329
1330 * configure.in: Define _MSE_INT_H on Solaris 9 too.
1331 * configure, config.in: Regenerated.
1332
1333 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
1334 "bsd-kvm.h".
1335 (vaxbsd_supply_pcb): New function.
1336 (_initialize_vaxbsd_nat): New prototype and function.
1337 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
1338 solib-sunos.o.
1339 (LOADLIBES): New variable.
1340 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1341 (LOADLIBES): New variable.
1342 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1343 (LOADLIBES): New variable.
1344 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1345
1346 2004-07-16 Andrew Cagney <cagney@gnu.org>
1347
1348 * defs.h (event_loop_p): Replace variable declaration with macro,
1349 always 1.
1350 * main.c (captured_main): Delete options "-async" and "-noasync".
1351 (event_loop_p): Delete variable.
1352 * NEWS: Mention that "-async" and "-noasync" were removed.
1353
1354 2004-07-16 Andrew Cagney <cagney@gnu.org>
1355
1356 * remote-m32r-sdi.c: Re-indent.
1357
1358 2004-07-16 Jim Blandy <jimb@redhat.com>
1359
1360 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
1361 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
1362 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
1363 missing MPC823 SPRs.
1364 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
1365 incorrect. (This was corrected in GDB's register name tables on
1366 2004-07-14.)
1367
1368 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
1369 should be "esasrr" ("ESA Save and Restore Register").
1370
1371 2004-07-16 Andrew Cagney <cagney@gnu.org>
1372
1373 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
1374 calls, no longer applicable. Update comments and rename parameter
1375 "step_frame" to "return_frame".
1376
1377 2004-07-16 Andrew Cagney <cagney@gnu.org>
1378
1379 * frame.c (fprint_field): New function.
1380 (fprint_frame_id): Use fprint_field.
1381
1382 2004-07-15 Joel Brobecker <brobecker@gnat.com>
1383
1384 * ada-lang.c (ada_language_defn): Remove commented out code.
1385
1386 2004-07-15 Jim Blandy <jimb@redhat.com>
1387
1388 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
1389 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
1390
1391 2004-07-14 Jim Blandy <jimb@redhat.com>
1392
1393 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
1394
1395 * ppc-tdep.h (ppc_num_vrs): New enum constant.
1396
1397 * ppc-tdep.h (ppc_num_srs): New enum constant.
1398
1399 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
1400 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
1401 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
1402 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
1403 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
1404 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
1405 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
1406 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
1407 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
1408 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
1409 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
1410 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
1411 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
1412 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
1413 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
1414 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
1415 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
1416 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
1417 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
1418 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
1419 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
1420 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
1421 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
1422 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
1423 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
1424 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
1425 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
1426 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
1427 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
1428 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
1429 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
1430 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
1431 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
1432 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
1433 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
1434 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
1435 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
1436 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
1437 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
1438 special-purpose register numbers.
1439
1440 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
1441 manual mentions 'md_twb', but many mention 'm_twb', and at that
1442 point in the register list.)
1443
1444 2004-07-14 Andrew Cagney <cagney@gnu.org>
1445
1446 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
1447 instead of "internal-error".
1448
1449 2004-07-10 Joel Brobecker <brobecker@gnat.com>
1450
1451 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
1452 that was inserted inside a comment.
1453
1454 2004-07-10 Randolph Chung <tausq@debian.org>
1455
1456 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
1457 function.
1458 (hppa_hpux_push_dummy_code): New function.
1459 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
1460 Set find_global_pointer method.
1461
1462 2004-07-10 Mark Kettenis <kettenis@gnu.org>
1463
1464 * NEWS: Mention BSD libkvm interface.
1465
1466 2004-07-10 Michael Snyder <msnyder@redhat.com>
1467
1468 * symfile.c (generic_load): Comment typo.
1469 * stack.c (get_selected_block): Ditto.
1470 * regcache.c (regcache_cooked_read): Ditto.
1471 * monitor.c (monitor_debug): Ditto.
1472 * mips-tdep.c (mips_read_pc): Ditto.
1473 * i386-linux-nat.c (ps_get_thread_area): Ditto.
1474 * gdb_mbuild.sh: Ditto.
1475 * gdbarch.sh: Ditto.
1476 * gdbarch.h: Ditto.
1477
1478 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
1479
1480 * ada-tasks.c: Remove file.
1481
1482 Remove ARI problems:
1483
1484 * ada-exp.y (write_var_from_sym): Reformat to put operator at
1485 beginning of line.
1486
1487 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
1488 Add comment.
1489 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
1490 (MIN_OF_SIZE): Rename min_of_size. Add comment.
1491 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
1492 (UMIN_OF_SIZE): Remove.
1493 (max_of_type): New function to replace orphan macro in gdbtypes.h
1494 (min_of_type): Ditto.
1495 (discrete_type_high_bound): Use max_of_type.
1496 (discrete_type_low_bound): Use min_of_type.
1497 (possible_user_operator_p): Move operator to beginning of line.
1498 (ada_is_variant_part): Ditto.
1499 (ensure_lval): Rewrite to avoid deprecated operations.
1500 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
1501 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
1502 (ada_enum_name): Remove assignments in 'if' statements.
1503 (build_ada_types): Add gdbarch parameter.
1504 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
1505 with gdbarch_data_register_post_init.
1506 Use add_setshow_uinteger_cmd rather than add_set_cmd and
1507 add_show_from_set.
1508
1509 * ada-valprint.c (inspect_it): Remove declaration.
1510 (repeat_count_threshold): Remove declaration.
1511 (ada_print_floating): Remove assignments in 'if' statements.
1512 (print_str): Move operator to beginning of line.
1513
1514 2004-07-08 Jim Blandy <jimb@redhat.com>
1515
1516 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
1517
1518 2004-07-08 Bob Rossi <bob@brasko.net>
1519
1520 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
1521
1522 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
1523
1524 * language.h (struct_language_defn): Add new function pointer:
1525 la_class_name_from_physname. Also add new prototype for
1526 language_class_name_from_physname.
1527 * language.c (language_class_name_from_physname): New function.
1528 (unk_lang_class_name): Ditto.
1529 (unknown_language_defn, auto_language_defn): Change
1530 to add unk_lang_class_name function pointer for
1531 la_class_name_from_physname.
1532 (local_language_defn): Ditto.
1533 * dwarf2read.c (guess_structure_name): Change to call
1534 language_class_name_from_physname.
1535 (determine_class_name): Ditto.
1536 * cp-support.c (class_name_from_physname): Renamed.
1537 (cp_class_name_from_physname): New name of function.
1538 * cp-support.h: Ditto.
1539 * c-lang.c (c_language_defn): Change to add NULL
1540 for class_name_from_physname function pointer.
1541 (cplus_language_defn): Change to add cp_class_name_from_physname.
1542 * jv-lang.c (java_class_name_physname): New function.
1543 (java_find_last_component): New static routine.
1544 (java_language_defn): Add java_class_name_from_physname pointer.
1545 * ada-lang.c (ada_language_defn): Change to add NULL
1546 for class_name_from_physname function pointer.
1547 * f-lang.c (f_language_defn): Ditto.
1548 * m2-lang.c (m2_language_defn): Ditto.
1549 * objc-lang.c (objc_language_defn): Ditto.
1550 * p-lang.c (pascal_language_defn): Ditto.
1551 * scm-lang.c (scm_language_defn): Ditto.
1552
1553 2004-07-06 Andrew Cagney <cagney@gnu.org>
1554
1555 Patch from Bart Robinson.
1556 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
1557 (O_LARGEFILE): Define to 0, if not defined.
1558
1559 2004-07-03 Mark Kettenis <kettenis@gnu.org>
1560
1561 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
1562 <machine/pcb.h> and "bsd-kvm.h".
1563 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
1564 (m68kbsd_supply_pcb): New function.
1565 (_initialize_m68kbsd_nat): New prototype and function.
1566 * Makefile.in (m68kbsd-nat.o): Update dependencies.
1567 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
1568 (LOADLIBES): New variable.
1569 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
1570 (LOADLIBES): New variable.
1571
1572 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
1573
1574 2004-07-03 Mark Kettenis <kettenis@gnu.org>
1575
1576 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
1577 <sys/proc.h>.
1578 (bsd_kvm_cmdlist): New variable.
1579 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
1580 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
1581 command and "kvm proc" command.
1582 * Makefile.in (bsd-kvm.o): Update dependencies.
1583
1584 2004-07-02 Mark Kettenis <kettenis@gnu.org>
1585
1586 * osabi.c: Update copyright year.
1587 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
1588 notes if EI_OSABI is set to ELFOSABI_HPUX.
1589
1590 2004-07-01 Michael Snyder <msnyder@redhat.com>
1591
1592 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
1593 that seems to have gotten whacked out of line.
1594
1595 2004-07-01 Mark Kettenis <kettenis@gnu.org>
1596
1597 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
1598 code.
1599
1600 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1601
1602 * ada-lang.c (decode_packed_array): Minor change to comment.
1603 (ada_value_slice_ptr): New function.
1604 (ada_value_slice): New function.
1605 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
1606 test. Don't know why it is there.
1607 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
1608 to avoid dereferencing huge arrays from which one is slicing.
1609 (empty_array): Correct to return an array rather than
1610 a subrange value.
1611 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
1612 on empty arrays (let'em use 'FIRST instead).
1613
1614 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1615
1616 Address complaints from gdb_ari.sh:
1617
1618 * ada-exp.y: Include gdb_string.h rather than string.h.
1619 (convert_char_literal): Reformat declaration.
1620 * ada-lang.h: Include opaque struct declaration for struct frame_info.
1621 * ada-lex.l: Change use of free to xfree (the macro would do so
1622 anyway, but this is harmless).
1623 Include gdb_string.h rather than string.h.
1624 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
1625
1626 * ada-lang.c (parse): Remove K&Rism in parameter list.
1627 (is_name_suffix): Correct Linux => GNU/Linux in comment.
1628
1629 2004-06-30 Mark Kettenis <kettenis@gnu.org>
1630
1631 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
1632 dead code.
1633
1634 2004-06-30 Mark Kettenis <kettenis@gnu.org>
1635
1636 * alphabsd-nat.c: Update copyright year.
1637 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
1638
1639 2004-06-29 Joel Brobecker <brobecker@gnat.com>
1640
1641 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
1642 (i386_cygwin_in_solib_call_trampoline): New function.
1643 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
1644 and skip_trampoline_code gdbarch methods.
1645
1646 2004-06-29 Jim Blandy <jimb@redhat.com>
1647
1648 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
1649 name actually used in the dependency lists.
1650
1651 2004-06-29 Randolph Chung <tausq@debian.org>
1652
1653 * NEWS (New native configurations): Mention GNU/Linux/hppa.
1654
1655 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1656
1657 * win32-nat.c (child_pid_to_exec_file): New function.
1658 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
1659 functionality.
1660
1661 2004-06-28 Andrew Cagney <cagney@gnu.org>
1662
1663 * defs.h (xstrvprintf): Declare.
1664 * utils.c (xstrvprintf): New function.
1665 (internal_vproblem, xstrprintf, xasprintf)
1666 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
1667 * serial.c (serial_printf): Ditto.
1668 * complaints.c (vcomplaint): Ditto.
1669
1670 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
1671
1672 * infcmd.c (attach_command): Move call to target_terminal_inferior
1673 behind loading symbol table.
1674
1675 2004-06-28 Andrew Cagney <cagney@gnu.org>
1676
1677 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
1678 change - add back extern deprecated_ui_loop_hook declaration.
1679
1680 2004-06-28 Andrew Cagney <cagney@gnu.org>
1681
1682 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
1683 xstrprintf.
1684 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
1685 (c_value_of_variable): Ditto.
1686 * utils.c (internal_vproblem): Ditto.
1687 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
1688 * remote.c (add_packet_config_cmd): Ditto.
1689 * remote-rdp.c (rdp_set_command_line): Ditto.
1690 * regcache.c (regcache_dump): Ditto.
1691 * frv-tdep.c (new_variant, new_variant): Ditto.
1692 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
1693 (fbsd_find_memory_regions): Ditto.
1694 * breakpoint.c (create_thread_event_breakpoint)
1695 (create_breakpoints): Ditto.
1696 * aix-thread.c (aix_thread_pid_to_str): Ditto.
1697 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
1698
1699 2004-06-28 Joel Brobecker <brobecker@gnat.com>
1700
1701 * ada-lang.c: Re-indent file, with some massaging to help indent
1702 a bit when the result is otherwise really too ugly.
1703
1704 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
1705
1706 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
1707 code_addr_p and special_addr_p to 'unsigned int'.
1708
1709 2004-06-27 Mark Kettenis <kettenis@gnu.org>
1710
1711 * i386v4-nat.c: Update copyright year and tweak comment.
1712 (regmap): Remove trailing comma.
1713 (supply_gregset): Rename local variable i to regnum. Call
1714 regcache_raw_supply instead of supply_register.
1715 (fill_gregset): Rename argument regno to regnum. Call
1716 regcache_raw_collect instead of regcache_collect.
1717
1718 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
1719
1720 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
1721 and special_addr_p.
1722 (frame_id_build, frame_id_build_special): Update comments.
1723 (frame_id_build_wild): New prototype.
1724 * frame.c (frame_id_build, frame_id_build_special): Fill in new
1725 struct frame_id fields.
1726 (frame_id_build_wild): New function.
1727 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
1728
1729 2004-06-27 Mark Kettenis <kettenis@gnu.org>
1730
1731 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
1732 hppabsd-tdep.c.
1733
1734 2004-06-27 Joel Brobecker <brobecker@gnat.com>
1735
1736 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
1737
1738 2004-06-27 Joel Brobecker <brobecker@gnat.com>
1739
1740 * ada-lang.c: Re-indent file.
1741
1742 2004-06-27 Joel Brobecker <brobecker@gnat.com>
1743
1744 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
1745 (no_symtab_msg): Likewise.
1746
1747 2004-06-27 Andreas Schwab <schwab@suse.de>
1748
1749 * source.c: Fix whitespace.
1750
1751 2004-06-27 Mark Kettenis <kettenis@gnu.org>
1752
1753 * configure.in: Include <sys/param.h> for td_pcb test.
1754 * configure: Regenerated.
1755
1756 * i386nbsd-nat.c: New file.
1757 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
1758 i386obsd-nat.c and i386obsd-tdep.c.
1759 (i386nbsd-nat.o): New dependency.
1760 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
1761 bsd-kvm.o.
1762 (LOADLIBES): New variable.
1763 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
1764 bsd-kvm.o.
1765 (LOADLIBES): New variable.
1766
1767 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
1768 (LOADLIBES): New variable.
1769
1770 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
1771 fetching from BSD_KVM_PADDR. Correctly lookup address for
1772 "_thread0".
1773
1774 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
1775 "bsd-kvm.h".
1776 (amd64fbsd_supply_pcb): New funcion.
1777 (_initialize_amd64fbsd_nat): Enable libkvm interface.
1778
1779 2004-06-27 <david@streamline-computing.com>
1780
1781 Partial fix for PR cli/1056.
1782 * valarith.c: Check for zero in division and remainder
1783 evaluation.
1784
1785 2004-06-27 Mark Kettenis <kettenis@gnu.org>
1786
1787 * i387-tdep.c: Remove excessive whitespace.
1788
1789 2004-06-26 Andrew Cagney <cagney@gnu.org>
1790
1791 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
1792 * gdb-events.h, gdb-events.c: Re-generate.
1793 * tui/tui-hooks.c (tui_install_hooks): Update.
1794 (tui_remove_hooks): Update.
1795 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
1796
1797 2004-06-26 Mark Kettenis <kettenis@gnu.org>
1798
1799 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
1800 (gregset_t, fpregset_t): Remove typedefs.
1801 (REG_OFFSET): Rename argument.
1802 (amd64bsd_r_reg_offset): Rename from reg_offset.
1803 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
1804 Remove functions.
1805 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
1806 of reg_offset.
1807 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
1808
1809 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
1810
1811 * vax-tdep.c: Tweak comment.
1812
1813 Add OpenBSD/hppa support.
1814 * NEWS (New native configurations): Mention OpenBSD/hppa.
1815 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
1816 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
1817 files.
1818 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
1819 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
1820 * configure.host: Add hppa*-*-openbsd*.
1821 * configure.tgt: Add hppa*-*-openbsd*.
1822
1823 2004-06-25 Andrew Cagney <cagney@gnu.org>
1824
1825 * defs.h (deprecated_ui_loop_hook): Deprecated.
1826 * wince.c (child_wait): Update.
1827 * win32-nat.c (child_wait): Update.
1828 * v850ice.c (v850ice_wait): Update.
1829 * top.c (deprecated_ui_loop_hook): Update.
1830 * serial.h: Update.
1831 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
1832 (do_unix_readchar): Update.
1833 * ser-tcp.c (net_open): Update.
1834 * remote-sim.c (gdb_os_poll_quit): Update.
1835 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
1836
1837 2004-06-24 Andrew Cagney <cagney@gnu.org>
1838
1839 * defs.h (deprecated_pre_add_symbol_hook)
1840 (deprecated_post_add_symbol_hook): Deprecated.
1841 * symfile.c (symbol_file_add_with_addrs_or_offsets)
1842 (symbol_file_add_with_addrs_or_offsets): Update references.
1843
1844 2004-06-24 Andrew Cagney <cagney@gnu.org>
1845
1846 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
1847 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
1848 * wince.c (ui_loop_hook): Delete extern declaration.
1849 * win32-nat.c (ui_loop_hook): Delete extern declaration..
1850 * v850ice.c (ui_loop_hook): Delete extern declaration..
1851 * ser-unix.c (ui_loop_hook): Delete extern declaration..
1852 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
1853 * remote-sim.c (ui_loop_hook): Delete extern declaration..
1854 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
1855 ui_loop_hook declaration.
1856
1857 2004-06-24 Andrew Cagney <cagney@gnu.org>
1858
1859 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
1860 entry_func_highpc fields.
1861 * objfiles.c (init_entry_point_info): Do not clear
1862 entry_func_lowpc and entry_func_highpc.
1863 (objfile_relocate): Do not relocate entry_func_lowpc and
1864 entry_func_highpc.
1865 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
1866 entry_func_highpc.
1867 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
1868 entry_func_highpc.
1869 * blockframe.c (legacy_frame_chain_valid): Replace tests against
1870 entry_func_lowpc and entry_func_highpc with call to
1871 inside_entry_func.
1872
1873 2004-06-24 Mark Kettenis <kettenis@gnu.org>
1874
1875 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
1876 quad-precision floating point arguments in registers.
1877
1878 2004-06-24 Mark Kettenis <kettenis@gnu.org>
1879
1880 From Michael Mueller <m.mueller99@kay-mueller.de>:
1881 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
1882 account.
1883
1884 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
1885
1886 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
1887 to -1.
1888 * breakpoint.c (bpstat_stop_status): Move check for ignoring
1889 untriggered watchpoints to a separate if clause. Update function
1890 comment regarding STOPPED_BY_WATCHPOINT argument.
1891
1892 2004-06-22 Jim Blandy <jimb@redhat.com>
1893
1894 * gdbarch.sh: Doc fix.
1895
1896 2004-06-21 Martin Hunt <hunt@redhat.com>
1897 Kevin Buettner <kevinb@redhat.com>
1898
1899 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
1900 * mips-tdep.h (MIPS_SP_REGNUM): Define.
1901 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
1902 to set_gdbarch_sp_regnum(). Use cooked register number.
1903 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
1904
1905 2004-06-21 Andrew Cagney <cagney@gnu.org>
1906
1907 * gdbarch.sh: When the macro field is empty, do not generate a
1908 macro definition. When the macro field is "=", generate the macro
1909 name from the upper-case function name.
1910 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
1911 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
1912 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
1913 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
1914 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
1915 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
1916 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
1917 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
1918 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
1919 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
1920 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
1921 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
1922 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
1923 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
1924 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
1925 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
1926 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
1927 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
1928 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
1929 (DEPRECATED_USE_STRUCT_CONVENTION)
1930 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
1931 (DEPRECATED_FRAME_INIT_SAVED_REGS)
1932 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
1933 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
1934 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
1935 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
1936 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
1937 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
1938 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
1939 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
1940 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
1941 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
1942 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
1943 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
1944 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
1945 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
1946 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
1947 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
1948
1949 2004-06-21 Andrew Cagney <cagney@gnu.org>
1950
1951 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
1952 macro name, and the function rather than macro value. Only wrap
1953 macro print statements in #ifdef. Move format logic to where it
1954 is needed.
1955 * gdbarch.c: Re-generate.
1956
1957 * gdbarch.sh (read): Delete "print_p" and "description", add
1958 "garbage_at_eol". Check for non-empty garbage at end-of-line.
1959 Delete references to print_p.
1960 (TARGET_ARCHITECTURE): Delete print predicate.
1961 * gdbarch.c: Re-generate.
1962
1963 * gdbarch.sh: Check that multi-arch methods do not provide a
1964 macro.
1965 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
1966 (print_registers_info, print_float_info, print_vector_info)
1967 (adjust_breakpoint_address, remote_translate_xfer_address)
1968 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
1969 (address_class_type_flags_to_name, unwind_sp): Remove the macro
1970 name from the multi-arch definition.
1971
1972 2004-06-20 Andrew Cagney <cagney@gnu.org>
1973
1974 * gdbarch.sh: Sort by the function, instead of macro name.
1975 * gdbarch.c: Re-generate.
1976
1977 2004-06-20 Andrew Cagney <cagney@gnu.org>
1978
1979 * gdbarch.sh: Use the function, instead of macro name in
1980 errors and the log file.
1981 (return_value): Remove stray ":" in spec.
1982
1983 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
1984 * gdbarch.h, gdbarch.c: Re-generate.
1985 * Makefile.in (arch-utils.o): Update dependencies.
1986 * values.c (using_struct_return): Move code calling
1987 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
1988 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
1989 to legacy_return_value, simplify.
1990 * infcmd.c (print_return_value): Move code calling
1991 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
1992 to legacy_return_value, simplify.
1993 * infcall.c (call_function_by_hand): Move code calling
1994 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
1995 * arch-utils.c: Update copyright. Include "gdbcore.h".
1996 (legacy_return_value): New function.
1997 * arch-utils.h: Update copyright.
1998 (legacy_return_value): Declare.
1999
2000 2004-06-20 Andrew Cagney <cagney@gnu.org>
2001
2002 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
2003 * gdbarch.h, gdbarch.c: Re-generate.
2004 * values.c (using_struct_return): Update call.
2005 * mcore-tdep.c: Update comment.
2006 * infcall.c (call_function_by_hand): Update comment.
2007 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2008 * arch-utils.h (always_use_struct_convention): Update.
2009 * v850-tdep.c (v850_gdbarch_init): Update.
2010 * sh64-tdep.c (sh64_gdbarch_init): Update.
2011 * sh-tdep.c (sh_gdbarch_init): Update.
2012 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2013 * mips-tdep.c (mips_gdbarch_init): Update.
2014 * mcore-tdep.c (mcore_gdbarch_init): Update.
2015 * m32r-tdep.c (m32r_gdbarch_init): Update.
2016 * ia64-tdep.c (ia64_gdbarch_init): Update.
2017 * h8300-tdep.c (h8300_gdbarch_init): Update.
2018 * frv-tdep.c (frv_gdbarch_init): Update.
2019 * cris-tdep.c (cris_gdbarch_init): Update.
2020 * arm-tdep.c (arm_gdbarch_init): Update.
2021 * alpha-tdep.c (alpha_gdbarch_init): Update.
2022
2023 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
2024
2025 * PROBLEMS: Add more specific information, and a work-around,
2026 for PR gdb/1458.
2027
2028 2004-06-18 Andrew Cagney <cagney@gnu.org>
2029
2030 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
2031 * gdbarch.h, gdbarch.c: Re-generate.
2032 * ada-lang.c (ada_finish_decode_line_1): Update.
2033 * infrun.c (handle_inferior_event): Update.
2034 * infcall.c (find_function_addr): Update.
2035 * linespec.c (minsym_found): Update.
2036 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
2037 Update.
2038 * blockframe.c (legacy_frameless_look_for_prologue): Update.
2039 * cli/cli-cmds.c (disassemble_command): Update.
2040 * vax-tdep.c (vax_gdbarch_init): Update.
2041
2042 2004-06-18 Mark Kettenis <kettenis@gnu.org>
2043
2044 * i386-tdep.c (i386_collect_fpregset): Fix comment.
2045
2046 2004-06-17 Andrew Cagney <cagney@gnu.org>
2047
2048 GDB 6.1.1 released from the GDB 6.1 branch.
2049 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
2050 * PROBLEMS: Ditto.
2051
2052 2004-06-16 Daniel Jacobowitz <dan@debian.org>
2053
2054 PR gdb/1658
2055 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
2056 operation as a uleb128. Found by Michael Coulter.
2057
2058 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
2059
2060 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
2061 make it non-static.
2062 * ada-lang.h (task_control_block): declaration moved from ada-task.c
2063 to ada-lang.h; this is needed to be able to implement the kill command
2064 in multi-task mode.
2065 (task_ptid): Ditto.
2066 (task_entry): Ditto.
2067 (task_list): Ditto.
2068 (ada_build_task_list): Ditto.
2069
2070 * ada-lang.c: Conditionalize routines and data structures related
2071 to breakpoints, exceptions, completion, and symbol caching on
2072 GNAT_GDB, since these are not yet used in the submitted public sources.
2073 (ada_main_name): Editorial: Move definition out of exception-related
2074 code.
2075
2076 2004-06-15 Andrew Cagney <cagney@gnu.org>
2077
2078 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
2079 deprecated_pc_in_call_dummy.
2080
2081 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2082
2083 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
2084 bfd_get_section_size_before_reloc or _raw_size.
2085 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
2086 * dwarf2read.c (dwarf2_locate_sections): Likewise.
2087 (dwarf2_read_section): Likewise.
2088 * elfread.c (elf_locate_sections): Likewise.
2089 * gcore.c (derive_heap_segment): Likewise.
2090 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2091 * remote-e7000.c (e7000_load): Likewise.
2092 * remote-m32r-sdi.c (m32r_load): Likewise.
2093 * remote-mips.c (mips_load_srec): Likewise.
2094 (pmon_load_fast): Likewise.
2095 * remote.c (compare_sections_command): Likewise.
2096 * symfile.c (add_section_size_callback): Likewise.
2097 (load_section_callback): Likewise.
2098 (pc_in_unmapped_range): Likewise.
2099 (pc_in_mapped_range): Likewise.
2100 (sections_overlap): Likewise.
2101 (list_overlays_command): Likewise.
2102 (simple_overlay_update_1): Likewise.
2103 (simple_overlay_update): Likewise.
2104 * tracepoint.c (remote_set_transparent_ranges): Likewise.
2105 * win32-nat.c (core_section_load_dll_symbols): Likewise.
2106
2107 2004-06-14 Randolph Chung <tausq@debian.org>
2108
2109 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
2110 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
2111 static.
2112 (hppa_hpux_inferior_created): New function.
2113 (hppa_hpux_init_abi): Register observer.
2114 * symfile.c (hp_cxx_exception_support_initialized)
2115 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
2116 (symbol_file_add_main_1, symbol_file_clear): Likewise.
2117
2118 2004-06-14 Randolph Chung <tausq@debian.org>
2119
2120 * MAINTAINERS (Write After Approval): Alphabetize my entry
2121 correctly.
2122
2123 2004-06-14 Andrew Cagney <cagney@gnu.org>
2124
2125 * MAINTAINERS (testsuite): List Michael Chastain as the lead
2126 testsuite maintainer.
2127
2128 2004-06-13 Andrew Cagney <cagney@gnu.org>
2129
2130 * infcmd.c (print_return_value): Fix logic, allow
2131 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
2132
2133 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
2134 defining any macros.
2135 * gdbarch.h: Re-generate.
2136
2137 * gdbarch.sh: Delete "level" attribute. Only check for a macro
2138 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
2139 * gdbarch.h: Re-generate.
2140
2141 * values.c (generic_use_struct_convention): Don't check gcc_p.
2142
2143 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
2144 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
2145 * gdbarch.h, gdbarch.c: Regenerate.
2146 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
2147 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
2148 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
2149 deprecated_max_register_raw_size and
2150 deprecated_max_register_virtual_size.
2151 * v850-tdep.c (v850_gdbarch_init): Ditto.
2152 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
2153 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2154 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2155 * cris-tdep.c (cris_gdbarch_init): Ditto.
2156
2157 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
2158 * gdbarch.h, gdbarch.c: Re-generate.
2159 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
2160 (m68hc11_use_struct_convention): Delete function.
2161 (m68hc11_extract_struct_value_address): Delete function.
2162 (m68hc11_return_value): New function.
2163 (m68hc11_gdbarch_init): Instead of store_return_value,
2164 extract_return_value, return_value_on_stack,
2165 deprecated_extract_struct_value_address and use_struct_convention,
2166 set return_value.
2167 * values.c (using_struct_return): Do not call
2168 RETURN_VALUE_ON_STACK.
2169 * arch-utils.h (generic_return_value_on_stack_not): Delete
2170 declaration.
2171 * arch-utils.c (generic_return_value_on_stack_not): Delete
2172 function.
2173
2174 2004-06-12 Andrew Cagney <cagney@gnu.org>
2175
2176 * values.c (register_value_being_returned): Delete function.
2177 * infcmd.c (legacy_return_value): Delete function.
2178 * infcall.c (call_function_by_hand): Inline
2179 "register_value_being_returned", simplify.
2180 * values.c (using_struct_return): Update comment, refer to
2181 print_return_value instead of register_value_being_returned.
2182 * infcmd.c (print_return_value): Inline calls to
2183 register_value_being_returned and legacy_return_value. Simplify.
2184
2185 2004-06-11 Randolph Chung <tausq@debian.org>
2186
2187 * somread.c (som_symtab_read): Exclude gcc local symbols.
2188
2189 2004-06-11 Randolph Chung <tausq@debian.org>
2190
2191 * infrun.c (handle_inferior_event): Handle the case when a
2192 trampoline ends up in the runtime resolver, and if the trampoline
2193 has no name. Rearrange the code so that all the trampoline
2194 processing happens before other step-out-of-range handling.
2195
2196 2004-06-11 Martin Hunt <hunt@redhat.com>
2197
2198 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
2199 has no fpu.
2200
2201 2004-06-10 Andrew Cagney <cagney@gnu.org>
2202
2203 * blockframe.c (legacy_inside_entry_func): Delete.
2204 (legacy_frame_chain_valid): Inline call to
2205 legacy_inside_entry_func, simplify.
2206
2207 2004-06-10 Bob Rossi <bob@brasko.net>
2208
2209 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
2210 * dwarf2read.c (partial_die_info): Add dirname field.
2211 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
2212 (read_partial_die): Save away DW_AT_comp_dir.
2213 * defs.h (symtab_to_filename): Removed.
2214 * source.c (find_and_open_source): Added.
2215 (open_source_file): Just calls find_and_open_source.
2216 (symtab_to_filename): Removed.
2217 (symtab_to_fullname, psymtab_to_fullname): Added.
2218 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
2219 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
2220 symtab_to_filename.
2221 * symtab.h (partial_symtab): Add dirname field.
2222 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
2223 (mi_cmd_file_list_exec_source_file): Call new function
2224 symtab_to_fullname to find fullname.
2225 (mi_cmd_file_list_exec_source_files): Added.
2226 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
2227 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
2228
2229 2004-06-10 Andrew Cagney <cagney@gnu.org>
2230
2231 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
2232 to generic_use_struct_convention, the default value.
2233
2234 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
2235 of abort.
2236
2237 * ns32k-tdep.c (ns32k_push_arguments): New function.
2238 (ns32k_gdbarch_init): Set deprecated_push_arguments.
2239 * infcall.c (call_function_by_hand): Call error instead of
2240 legacy_push_arguments.
2241 * value.h (legacy_push_arguments): Delete declaration.
2242 * valops.c (legacy_push_arguments): Delete function.
2243 (value_push): Delete function.
2244
2245 2004-06-10 Brian Ford <ford@vss.fsi.com>
2246
2247 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
2248 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
2249 info.
2250 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
2251
2252 2004-06-10 Andrew Cagney <cagney@gnu.org>
2253
2254 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
2255 * gdbarch.h, gdbarch.c: Re-generate.
2256 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
2257 parameters.
2258 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
2259 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
2260 deprecated_pc_in_call_dummy instead of
2261 DEPRECATED_PC_IN_CALL_DUMMY.
2262 (arm_skip_prologue): Ditto.
2263 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
2264 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
2265 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
2266 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
2267 Ditto.
2268 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
2269 (sh64_init_extra_frame_info, sh64_get_saved_register)
2270 (sh64_pop_frame): Ditto.
2271 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
2272 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
2273 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
2274 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
2275 (h8300_pop_frame): Ditto.
2276 * blockframe.c (legacy_inside_entry_func)
2277 (legacy_frame_chain_valid): Ditto.
2278 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
2279 to deprecated_pc_in_call_dummy.
2280
2281 2004-06-09 Andrew Cagney <cagney@gnu.org>
2282
2283 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
2284 provide a default value.
2285 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
2286 * gdbarch.h, gdbarch.c: Re-generate.
2287 * arch-utils.c (generic_convert_register_p): Rename
2288 legacy_convert_register_p
2289 (legacy_register_to_value, legacy_value_to_register): Delete
2290 functions.
2291 * arch-utils.h (generic_convert_register_p): Rename
2292 legacy_convert_register_p.
2293 (legacy_register_to_value, legacy_value_to_register): Delete
2294 declarations.
2295
2296 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
2297 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
2298 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
2299 * gdbarch.h, gdbarch.c: Re-generate.
2300 * infcmd.c (default_print_registers_info): Simplify.
2301 * findvar.c (value_of_register): Simplify.
2302 * mi/mi-main.c (get_register): Simplify.
2303 * arch-utils.c (legacy_convert_register_p): Always return 0.
2304 (legacy_register_to_value, legacy_value_to_register): Always call
2305 internal_error.
2306
2307 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
2308 #ifdef CLEAR_INSN_CACHE code.
2309 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
2310 Delete #ifdef CLEAR_DEFERRED_STORES code.
2311
2312 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
2313
2314 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
2315 copyright.
2316 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
2317
2318 * config/mips/mipsv4.mh: Delete file.
2319
2320 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
2321 unreferenced macro.
2322 (hpread_adjust_stack_address): Delete declaration.
2323
2324 2004-06-08 Andrew Cagney <cagney@gnu.org>
2325
2326 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2327 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
2328 PTRACE_ATTACH / PTRACE_DETACH available call error.
2329 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
2330 * infttrace.c (update_thread_state_after_attach, attach, detach):
2331 Remove #ifdef wrappers.
2332 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
2333 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
2334 * config/nm-bsd.h (ATTACH_DETACH): Delete.
2335 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
2336 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
2337 * config/nm-linux.h (ATTACH_DETACH): Delete.
2338 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
2339 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
2340 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
2341 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
2342 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
2343
2344 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
2345
2346 * configure.in: Set $configdir to the right OS specific value.
2347 Use value when setting $tcldir and $tkdir.
2348 * configure: Regenerate.
2349
2350 2004-06-06 Paul Brook <paul@codesourcery.com>
2351
2352 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
2353 records.
2354
2355 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
2356
2357 * ada-lang.c (lookup_symbol_in_language): New function to allow
2358 re-use of another language's symbol lookup code. (Placed here
2359 temporarily while Ada support is being integrated into the public
2360 tree).
2361 (restore_language): New auxiliary function for
2362 lookup_symbol_in_language.
2363 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
2364 temporarily while Ada support is being integrated into the public
2365 tree).
2366
2367 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
2368
2369 * Makefile.in (check//%): New.
2370
2371 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
2372 (mn10300_store_return_value): Rewrite.
2373 (mn10300_type_align): New.
2374 (mn10300_use_struct_convention): Rewrite.
2375 (mn10300_return_value): New, using all of the above.
2376 (mn10300_pop_frame_regular): Add saved_regs_size.
2377 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
2378
2379 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
2380 regs if PC is on movm.
2381
2382 2004-06-07 Jim Blandy <jimb@redhat.com>
2383
2384 Add native Linux support for the PowerPC E500.
2385 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
2386 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
2387 all architectures except the E500.
2388 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
2389 #definitions.
2390 (struct gdb_evrregset_t): New type.
2391 (have_ptrace_getsetevrregs): New variable.
2392 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
2393 fetch_spe_registers): New functions.
2394 (fetch_register): Call fetch_spe_register as appropriate.
2395 Assert that we're only passed raw register numbers.
2396 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
2397 Don't fetch gprs if they're pseudoregisters.
2398 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
2399 store_spe_registers): New functions.
2400 (store_register): Call store_spe_register as appropriate.
2401 Assert that we're only passed raw register numbers.
2402 (store_ppc_registers): Call store_spe_registers as appropriate.
2403 Don't store gprs if they're pseudoregisters.
2404
2405 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
2406
2407 * thread-db.c (thread_get_info_callback): Fill in the thread_info
2408 struct if one exists, even if we are dealing with a zombie thread.
2409
2410 2004-06-07 Andrew Cagney <cagney@gnu.org>
2411
2412 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
2413 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
2414 Rename PC_REQUIRES_RUN_BEFORE_USE.
2415 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
2416 #ifdef.
2417
2418 2004-06-07 Randolph Chung <tausq@debian.org>
2419
2420 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
2421 unwinding after sp has been saved to the stack but before the end
2422 of the prologue, and after the fp has been modified but before it has
2423 been saved to the stack.
2424 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
2425 Remove superfluous definitions.
2426 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
2427
2428 2004-06-07 Guy Martin <gmsoft@gentoo.org>
2429
2430 Committed by Randolph Chung.
2431 * hppa-linux-nat.c: Include the correct version of the header file
2432 depending on the kernel version.
2433
2434 2004-06-06 Randolph Chung <tausq@debian.org>
2435
2436 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
2437 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
2438
2439 2004-06-06 Randolph Chung <tausq@debian.org>
2440
2441 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
2442 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
2443 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
2444 * hppa-tdep.c (hppa_symbol_address): New function definition.
2445 * hppa-tdep.h (hppa_symbol_address): New function declaration.
2446
2447 2004-06-06 Randolph Chung <tausq@debian.org>
2448
2449 * hppa-tdep.h (struct value): Forward declaration.
2450 (gdbarch_tdep): Define tdep find_global_pointer method.
2451 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
2452 associated with the function we are trying to call, and write it
2453 to the gp register.
2454 (hppa32_convert_from_funct_ptr_addr): New function.
2455 (hppa_find_global_pointer): New function.
2456 (hppa_gdbarch_init): Set default find_global_pointer method; set
2457 convert_from_func_ptr_addr method.
2458 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
2459 (hppa_linux_init_abi): Set find_global_pointer method.
2460 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
2461
2462 2004-06-06 Randolph Chung <tausq@debian.org>
2463
2464 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
2465 to struct value *function.
2466 * gdbarch.c: Regenerate.
2467 * gdbarch.h: Likewise.
2468 * infcall.c (call_function_by_hand): Pass entire function value
2469 to push_dummy_call.
2470
2471 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
2472 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
2473 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
2474 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
2475 * arm-tdep.c (arm_push_dummy_call): Likewise.
2476 * avr-tdep.c (avr_push_dummy_call): Likewise.
2477 * cris-tdep.c (cris_push_dummy_call): Likewise.
2478 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
2479 * frv-tdep.c (frv_push_dummy_call): Likewise.
2480 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2481 * hppa-tdep.c (hppa32_push_dummy_call)
2482 (hppa64_push_dummy_call): Likewise.
2483 * i386-tdep.c (i386_push_dummy_call): Likewise.
2484 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
2485 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
2486 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2487 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
2488 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
2489 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
2490 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
2491 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
2492 (ppc64_sysv_abi_push_dummy_call): Likewise.
2493 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
2494 (ppc64_sysv_abi_push_dummy_call): Likewise.
2495 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
2496 * s390-tdep.c (s390_push_dummy_call): Likewise.
2497 * sh-tdep.c (sh_push_dummy_call_fpu)
2498 (sh_push_dummy_call_nofpu): Likewise.
2499 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
2500 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
2501 * vax-tdep.c (vax_push_dummy_call): Likewise.
2502
2503 2004-06-04 Jim Blandy <jimb@redhat.com>
2504
2505 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
2506 gdbarch argument to register_size.
2507
2508 * rs6000-tdep.c (rs6000_store_return_value): Use
2509 regcache_cooked_write_part instead of
2510 deprecated_write_register_bytes.
2511 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
2512 not gdbarch_deprecated_store_return_value.
2513
2514 * ppc-linux-nat.c (store_register, fetch_register): Remove
2515 incorrect assertions. Simplify and generalize handling of
2516 transfers whose sizes are not multiples of, or less than, sizeof
2517 (PTRACE_XFER_TYPE).
2518
2519 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
2520
2521 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
2522 as a new thread event.
2523 * thread-db.c (thread_get_info_callback): If the thread is a
2524 zombie, return TD_THR_ZOMBIE.
2525 (thread_from_lwp): If thread_get_info_callback returns
2526 TD_THR_ZOMBIE, check if the thread is still on the thread list
2527 and return a -1 ptid if not found.
2528 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
2529 change the status to TARGET_WAITKIND_SPURIOUS.
2530
2531 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
2532
2533 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
2534 double values in little endian mode.
2535
2536 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
2537
2538 Committed by Andrew Cagney.
2539 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
2540 after last enum constant to avoid error from IBM C
2541 compiler.
2542
2543 2004-06-02 Jim Blandy <jimb@redhat.com>
2544
2545 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
2546 to 'message', and make it local to the lone block that uses it.
2547
2548 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
2549
2550 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
2551
2552 * ada-exp.y: Update copyright notice.
2553 Include block.h.
2554
2555 Replace REGNAME, LAST, INTERNAL_VARIABLE with
2556 SPECIAL_VARIABLE and unify the treatment of these cases.
2557
2558 (write_attribute_call0): Remove.
2559 (write_attribute_call1): Remove.
2560 (write_attribute_calln): Remove.
2561 (save_qualifier): Add missing semicolon.
2562
2563 (simple_exp,exp): Decomment (i.e., reactivate) code that was
2564 temporarily disabled to allow compilation with FSF head version.
2565
2566 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
2567 use individual operators (OP_*) for all attributes.
2568 (exp syntax): Use write_int.
2569 Handle STRING literals with OP_STRING.
2570 (variable syntax): Add limit parameter to calls to
2571 write_object_renaming.
2572
2573 (temp_parse_space): New definition to hold entities that need
2574 only live until the next call to ada_parse.
2575 (string_to_operator): Rename fields of ada_opname_table entries.
2576
2577 (write_var_from_sym): Record block.
2578 (write_var_from_name): Minor reformatting.
2579 Make sure saved name is properly encoded in the case of multiple
2580 matches, and set its language to Ada.
2581 Update comment.
2582 Modify to indicate unresolved name as symbol in the UNRESOLVED
2583 namespace, allocated in temp_parse_space.
2584 (write_int): New function.
2585
2586 (write_object_renaming): Add max_depth parameter to limit
2587 chains of object renamings.
2588 Handle case where root of renaming expression is itself a renaming.
2589 Use temp_parse_space for temporary name buffer.
2590 Handle renamings to dereferenced pointers (___XEXA suffices).
2591
2592 (ada_parse, yyerror, string_to_operator,
2593 write_var_from_sym, write_var_from_name, write_attribute_call0,
2594 write_attribute_call1, write_attribute_calln,
2595 write_object_renaming): Protoize.
2596
2597 (_initialize_ada_exp): New function.
2598
2599 * ada-lang.c: Update copyright notice.
2600 General terminology change to conform to GNAT compiler usage:
2601 mangle => encode, demangle => decode
2602 Include gdb_obstack.h.
2603 Include gdb_regex.h
2604 Include frame.h
2605 Include hashtab.h
2606 Include completer.h
2607 Include gdb_stat.h
2608 Include block.h
2609 Include infcall.h
2610
2611 (ADA_RETAIN_DOTS): Make sure this is defined.
2612 (TRUNCATION_TOWARDS_ZERO): Define.
2613 (struct string_vector): Define.
2614 (unresolved_names): Remove definition.
2615 (xnew_string_vector): New function.
2616 (string_vector_append): New function.
2617 (extract_string): Make static.
2618 (ada_unqualified_name): New function.
2619 (add_angle_brackets): New function.
2620 (function_name_from_pc): New function.
2621 (place_on_stack): Rename to ensure_lval.
2622
2623 (ensure_lval): Renamed from place_on_stack.
2624 Make identity on lvals.
2625 Update comment.
2626 (is_nonfunction): New interface.
2627 Only symbols in LOC_CONST class can be enumerals.
2628 (fill_in_ada_prototype): Remove; now independent of language.
2629 (add_defn_to_vec): Add obstack and symtab arguments.
2630 Use obstack to hold collected definitions.
2631 (num_defns_collected): New function.
2632 (defns_collected): New function.
2633 (ada_resolve_subexp): Rename to resolve_subexp.
2634 (resolve_subexp): Renamed from ada_resolve_subexp.
2635 (ada_op_name): Return non-const result.
2636 (ada_decoded_op_name): Renamed from ada_op_name, now used for
2637 other purposes.
2638
2639 (to_fixed_array_type): Add declaration.
2640 (coerce_unspec_val_to_type): Remove offset parameter.
2641 (find_sal_from_funcs_and_line): New interface.
2642 (find_line_in_linetable): Ditto.
2643
2644 (all_sals_for_line): Rename to ada_sals_for_line and make
2645 global.
2646 Add new parameter. When set, do not ask the user to choose the
2647 instance, but use the first one found instead.
2648 Use given line number in returned sals.
2649 Fix comment.
2650 Skip the prologue if funfirstline is set.
2651 Correct for memory leak when 0 lines found.
2652
2653 (value_pos_atr): Use pos_atr.
2654 (pos_atr): New function.
2655 (standard_lookup): Add block parameter.
2656
2657 (makeTimeStart): Remove declaration and uses.
2658 (makeTimeStop): Remove declaration and uses.
2659
2660 (ada_completer_word_break_characters): Allow for VMS.
2661 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
2662 (raise_sym_name): New constant.
2663 (raise_unhandled_sym_name): New constant.
2664 (raise_assert_sym_name): New constant.
2665 (process_raise_exception_name): New constant.
2666 (longest_exception_template): New constant.
2667 (warning_limit): New variable to limit warnings during expression
2668 evaluation.
2669 (warnings_issued): New variable to keep track of warnings issued.
2670 (known_runtime_file_name_patterns): New constant.
2671 (known_auxiliary_function_name_patterns): New constant.
2672 (symbol_list_obstack): New variable.
2673
2674 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
2675 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
2676 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
2677 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
2678 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
2679 ada_variant_discrim_name, field_alignment, dynamic_template_type,
2680 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
2681 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
2682 and strcmp.
2683
2684 (ada_get_field_index): New function.
2685 (lim_warning): New function.
2686 (ada_translate_error_message): New function.
2687 (MAX_OF_SIZE): New function.
2688 (MIN_OF_SIZE): New function.
2689 (UMAX_OF_SIZE): New function.
2690 (UMIN_OF_SIZE): New function.
2691 (discrete_type_high_bound): New function.
2692 (discrete_type_low_bound): New function.
2693 (base_type): New function.
2694 (do_command): Remove.
2695
2696 (ada_update_initial_language): Use language_ada, not language_unknown.
2697 (ada_encode): Renamed from ada_mangle.
2698 Obey ADA_RETAIN_DOTS.
2699 (ada_decode): Renamed from ada_demangle.
2700 Update coding conventions.
2701 (decoded_names_store): New hash table.
2702 (ada_decode_symbol): New function.
2703 (ada_la_decode): New function.
2704
2705 (modify_general_field): Correct computations of offset and bit
2706 position.
2707 (desc_base_type): Handle ref types, too.
2708 (ada_is_direct_array_type): New function.
2709
2710 (ada_is_simple_array): Rename to ada_is_simple_array_type.
2711 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
2712 (ada_is_bogus_array_descriptor,ada_type_of_array,
2713 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
2714 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
2715 ada_is_array_descriptor_type.
2716
2717 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
2718 (ada_is_packed_array_type): Handle pointers or
2719 references to packed arrays as well.
2720 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
2721 (decode_packed_array_type): Search for the packed array type
2722 symbol in the currently selected block and associated
2723 superblocks too.
2724 Use lookup_symbol again.
2725
2726 (decode_packed_array): Handle pointers and references.
2727 Update call to coerce_unspec_val_to_type.
2728 (decode_packed_array_type,value_subscript_packed): Limit warnings.
2729 (ada_value_primitive_packed_val): Improve comment.
2730
2731 (ada_index_type): Substitute int type for "undefined".
2732 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
2733 ada_array_langth, ada_is_string_type): Use renamed
2734 ada_is_simple_array_type.
2735 (empty_array): New function.
2736
2737 (ada_resolve): Rename to resolve.
2738 (resolve): Make static.
2739 Call renamed resolve_subexp.
2740 Update comment.
2741 (ada_resolve_subexp): Rename to resolve_subexp.
2742 (resolve_subexp): Update comment.
2743 Decomment disabled code.
2744 Add LOC_COMPUTED* cases.
2745 Modify to use temporary struct symbols (marked as being in
2746 UNDEF_NAMESPACE) to indicate unresolved names, instead of
2747 OP_UNRESOLVED_VALUE.
2748 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
2749 Add OP_STRING case.
2750 Remove OP_ARRAY.
2751 Use SYMBOL_PRINT_NAME instead of ada_demangle.
2752 Use new ada_lookup_symbol_list interface.
2753 Use new ada_resolve_function interface.
2754 Remove OP_TYPE case.
2755
2756 (ada_args_match): Idiot proof against null actuals.
2757 Use intermediate variables to clarify.
2758 (ada_resolve_function): Update comment and interface.
2759 (mangled_ordered_before): Rename to encoded_ordered_before and
2760 update comment.
2761 (sort_choices): Update comment and interface.
2762 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
2763 (user_select_syms): New interface.
2764 Use new sort_choices interface.
2765 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
2766 (possible_user_operator_p): Idiot-proof against null values.
2767 (ada_simple_renamed_entity): Don't make cleanup; rely on
2768 caller to free result string.
2769 Remove const from return type.
2770 (make_array_descriptor): Rename uses of place_on_stack to
2771 ensure_lval.
2772 Make sure that arrays are on stack.
2773
2774 (HASH_SIZE): Define.
2775 (struct cache_entry): Define.
2776 (cache_space): Define.
2777 (cache): Define.
2778 (clear_ada_sym_cache): New function.
2779 (find_entry): New function.
2780 (lookup_cached_symbol): New function.
2781 (defn_vector_size): Define.
2782 (cache_symbol): New function.
2783 (defn_symbols): Remove.
2784
2785 (standard_lookup): Use lookup_symbol_in_language to get effect of
2786 C lookup.
2787 Cache results.
2788
2789 (symbol_completion_match): New function.
2790 (symbol_completion_add): New function.
2791 (ada_make_symbol_completion_list): New function.
2792
2793 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
2794 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
2795 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
2796 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
2797
2798 (ada_lookup_simple_minsym): New function.
2799 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
2800
2801 (add_symbols_from_enclosing_procs): New interface.
2802 Conditionalize more helpfully.
2803 Don't bother if program isn't running.
2804 Use new interface to get_frame_block.
2805 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
2806
2807 (remove_extra_symbols): New interface.
2808 (xget_renaming_scope): New function.
2809 (is_package_name): New function.
2810 (renaming_is_visible): New function.
2811 (remove_out_of_scope_renamings): New function.
2812
2813 (ada_lookup_symbol_list): New interface.
2814 Properly reinitialize the symbol list obstack.
2815 Don't call add_symbols_from_enclosing_procs if we start from a
2816 static or global block.
2817 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
2818 add_symbols_from_enclosing_procs.
2819 Add symtab data to cached entries.
2820 Handle symbols prefixed with
2821 "standard__" specially; strip prefix and don't look in local symbols.
2822 Do not include out of scope renaming symbols in list of
2823 symbols returned.
2824 Add const to block parameter.
2825 Move check for non-local, non-global symbols earlier.
2826 Remove timing stuff.
2827 (ada_lookup_symbol): New interface.
2828 Find symtab as well.
2829 (ada_lookup_symbol_nonlocal): New function.
2830
2831 (is_name_suffix): Enhance suffix detection to recognize
2832 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
2833 (is_dot_digits_suffix): New function.
2834 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
2835
2836 (ada_add_block_symbols): New interface. Use obstack to return results
2837 in a vector of struct ada_symbol_infos. Add symtab argument.
2838 Use new interface to add_defn_to_vec.
2839 Remove calls to fill_in_ada_prototype.
2840 Use BLOCK_BUCKETS, BLOCK_BUCKET.
2841
2842 (ada_finish_decode_line_1): Add const qualification to local to fix
2843 warning.
2844 Start looking in static block for functions to avoid attempts
2845 to search frame chain for up-level variables.
2846 Adapt to new ada_sals_for_line interface.
2847 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
2848 Handle quoting of the function name inside the spec string.
2849 Skip prologue when funfirstline is set and update the
2850 function documentation to that effect.
2851
2852 (debug_print_lines, debug_print_block, debug_print_blocks,
2853 debug_print_symtab): Remove.
2854
2855 (ada_main_name): New function.
2856 (ada_exception_breakpoint_type): New function.
2857 (is_known_support_routine): New function.
2858 (ada_find_printable_frame): Renamed from find_printable_frame and made
2859 global.
2860 Remove level parameter.
2861 Use new interface to select_frame.
2862
2863 (begin_command): Remove.
2864 (ada_adjust_exception_stop): New function.
2865 (ada_print_exception_stop): New function.
2866 (exception_name_from_cond): New function.
2867 (ada_report_exception_break): Replace disabled code with
2868 conditionalization on GNAT_GDB.
2869 Get the exception name from the condition string.
2870 Remove and move functionality into new functions
2871 ada_print_exception_breakpoint_task and
2872 ada_print_exception_breakpoint_nontask.
2873 (error_breakpoint_runtime_sym_not_found): New function.
2874 (is_runtime_sym_defined): New function.
2875 (ada_breakpoint_rewrite): Uncomment suppressed code.
2876 Use symbolic error-message and runtime-symbol names.
2877 Surround runtime symbol names in quotes.
2878 Allow non-specific breakpoints on exceptions and assertions before
2879 program starts.
2880
2881 (ada_is_tagged_type): Add parameter.
2882 (ada_is_tag_type): New function.
2883 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
2884 (ada_variant_discrim_type): Ditto.
2885 (value_tag_from_contents_and_address): New function.
2886 (type_from_tag): New function.
2887 (struct tag_args): New structure used to communicate with
2888 ada_tag_name_1.
2889 (ada_tag_name_1): New function.
2890 (ada_tag_name): New function.
2891
2892 (ada_scan_number): Update comment.
2893 (find_struct_field): New function.
2894 (ada_search_struct_field): Make static.
2895 (ada_value_struct_elt): New version that returns references when
2896 given pointers or references to structs.
2897 (ada_lookup_struct_elt_type): Add 'refok' parameter.
2898 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
2899 interface.
2900 (ada_value_ind): Use new ada_to_fixed_value interface.
2901 (ada_coerce_ref): Ditto.
2902 (field_offset): Remove.
2903
2904 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
2905 (ada_find_renaming_symbol): New function.
2906 (ada_prefer_type): Prefer named types over unnamed ones.
2907 (variant_field_index): New function.
2908 (contains_variant_part): Removed: subsumed by variant_field_index.
2909 (ada_template_to_fixed_record_type): New function, mostly from
2910 template_to_fixed_record_type.
2911 (template_to_fixed_record_type):
2912 Do not scan the type fields beyond the last one; prevents a
2913 potential SEGV.
2914 Handle case where variant field is listed BEFORE discriminant it
2915 depends on.
2916 Fix calculation of record length when bit length is
2917 not evenly divisible by char length.
2918 Move code to ada_template_to_fixed_record_type and call it.
2919
2920 (template_to_static_fixed_type): Revise comment.
2921 Modify to work on ordinary record types as well as templates,
2922 so as to handle fields that use ___XVE or ___XVU encodings.
2923 (to_record_with_fixed_variant_part): Fill out comment.
2924 Initialize C++ stuff in right type.
2925 Allow case where DVAL is null.
2926 Handle case where variant field is not last.
2927 Fix typo concerning record length.
2928 (to_fixed_record_type): Decomment disabled code.
2929 (to_fixed_record_type): Use variant_field_index instead of
2930 contains_variant_part.
2931 (to_fixed_variant_branch_type): Ditto.
2932 (to_fixed_array_type): Decomment disabled code.
2933 (ada_to_fixed_type): Convert tagged types to the specific type.
2934 Deactivate the size-check for array types in order to avoid
2935 some false size alarms.
2936 (to_static_fixed_type): Decomment disabled code.
2937 Modify to call template_to_static_fixed_type
2938 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
2939 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
2940 Remove valaddr argument, as it is never really used.
2941 (ada_to_fixed_value): Change interface to act on single struct value*
2942 operand.
2943 (adjust_pc_past_prologue): New function.
2944 (ada_attribute_name): Modify to take enum exp_opcode argument.
2945
2946 (ada_enum_name): Recognize new homonym-distinguishing convention.
2947 Adjust local variable's type to remove compiler warning.
2948 Fix a small problem in the part that unqualifies the enumeration name.
2949 (ada_value_binop): New function.
2950 (ada_value_equal): New function.
2951
2952 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
2953 Don't give error message when not doing normal evaluation
2954 and a tagged type doesn't seem to contain a structure member.
2955 Give error message for packed arrays.
2956 For indexing arrays, handle pointers to packed arrays correctly.
2957 Handle case of 'first and 'last attributes of bare integral type
2958 without encoded subtype info.
2959 Remove some unnecessary casts.
2960 Fix uninitialized value of type in computing 'first, 'last, or 'length
2961 of array object.
2962 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
2963 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
2964 calls.
2965 Attributes are now exp_opcode values.
2966 Correct treatment of 'modulus.
2967 Better error message for taking 'length of wrong kind of type;
2968 improve comment.
2969 Change EVAL_NORMAL to noside for consistency.
2970 Use ada_value_binop for DIV, MOD, REM.
2971 Make special case out of array of length 0, since an argument
2972 of 0 upsets some platforms' malloc.
2973 Use OP_STRING instead of OP_ARRAY.
2974 For slice, add check that we have an array type before extracting
2975 a slice out of it. Avoids a SEGV.
2976 When evaluating an array slice, if the array type is a reference to
2977 an aligner type, then replace the aligner type by the actual type.
2978 Decomment disabled code.
2979 Remove some dead code.
2980 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
2981 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
2982 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
2983 and UNOP_MBR to UNOP_IN_RANGE.
2984 If an array type has a parallel ___XVE type, then use it.
2985 Turn arrays into pointers for lvalue arrays.
2986 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
2987 bounds error and handle 0-length slices.
2988 Use lim_warning.
2989 When selecting fields, apply ada_to_fixed_value (because the fields
2990 might have ___XVU or ___XVE encodings even if not dynamic.)
2991 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
2992 (ada_is_system_address_type): New function.
2993
2994 (get_var_value): Use new interface to ada_lookup_symbol_list.
2995 (get_int_var_value): New interface.
2996 (to_fixed_range_type): Allow unknown bound, with warning.
2997 (ada_is_modular_type): Decomment disabled code.
2998 (ADA_OPERATORS): New definition.
2999 (ada_operator_length): New function.
3000 (ada_expr_op_name): New function.
3001 (ada_forward_operator_length): New function.
3002 (ada_dump_subexp_body): New function.
3003 (ada_print_subexp): New function.
3004 (ada_exp_descriptor): New constant.
3005 (ada_op_print_tab): Add 'size. Remove FIXMEs.
3006 (ada_language_defn): Add ada_exp_descriptor entry.
3007 Change ada_parse => parse.
3008 Add post-parser entry.
3009 Use ada-specific non-local symbol lookup.
3010 Don't use C-style arrays.
3011 String lower-bound is 1.
3012 Decomment disabled code.
3013 (parse): New function.
3014 New fields ada_translate_error_message, ada_lookup_symbol,
3015 ada_lookup_minimal_symbol.
3016
3017 * ada-lang.h: Update copyright dates.
3018 Replace the mangle/demangle terminology throughout by the
3019 more appropriate encode/decode one.
3020 Include breakpoint.h.
3021 Forward declare struct partial_symbol, struct block.
3022 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
3023 (EXTRACT_ADDRESS): Remove.
3024 (EXTRACT_INT): Remove.
3025 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
3026 (MAX_ENCLOSING_FRAME_LEVELS): Define.
3027 (MAX_RENAMING_CHAIN_LENGTH): Define.
3028 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
3029
3030 (enum task_states): Remove.
3031 ada_task_states: Remove.
3032 (fat_string): Remove.
3033 (struct entry_call): Remove.
3034 (struct task_fields): Remove.
3035 (struct task_entry): Remove.
3036
3037 (struct ada_symbol_info): Define.
3038 (enum ada_attribute): Remove.
3039 (enum ada_operator): Define.
3040
3041 (ada_get_field_index): Declare.
3042 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
3043 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3044 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3045 (ada_lookup_symbol_list): New interface.
3046 (ada_decode_symbol): Declare.
3047 (ada_decode): Declare.
3048 (ada_lookup_symbol): New interface.
3049 (ada_update_initial_language): Declare.
3050 (ada_lookup_simple_minsym): Declare.
3051 (user_select_syms): New interface.
3052 (ada_sals_for_line): Declare.
3053 (ada_is_tagged_type): New interface.
3054 (ada_tag_name): Declare.
3055 (ada_lookup_struct_elt_type): Remove declaration.
3056 (ada_search_struct_field): Remove declaration.
3057 (ada_attribute_name): New interface.
3058 (ada_is_system_address_type): Declare.
3059 (ada_to_fixed_value): Remove declaration.
3060 (ada_template_to_fixed_record_type_1): Declare.
3061 (get_int_var_value): New interface.
3062 (ada_find_any_symbol): Declare.
3063 (ada_find_renaming_symbol): Declare.
3064 (ada_mangle): Rename to ada_encode.
3065 (ada_simple_renamed_entity): Remove const.
3066 (ada_main_name): Declare.
3067 (get_current_task): Rename to ada_get_current_task.
3068 (get_entry_number): Remove declaration.
3069 (ada_report_exception_break): Remove declaration.
3070 (ada_print_exception_breakpoint_nontask): Declare.
3071 (ada_print_exception_breakpoint_task): Declare.
3072 (ada_find_printable_frame): Declare.
3073
3074 * ada-lex.l: Update copyright notices.
3075 Use xmalloc and xfree instead of malloc and free.
3076 Use new interface to name_lookup.
3077 Use new interface to
3078 ada_mangle=>ada_encode.
3079 Redo handling of '$...' variable to parallel current treatment
3080 in c-exp.y.
3081 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
3082 digit_to_int, strtoulst, processInt, processReal, processId,
3083 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
3084 yywrap): Protoize.
3085
3086 (processInt): Use cast to remove harmless warning.
3087 (processReal): Modify to get rid of compiler warning on scan formats.
3088
3089 (processId): Replace xmalloc with obstack_alloc for name and remove
3090 call to ada_name_string_cleanup.
3091 Remove obsolete disabled code.
3092 (name_lookup): Ditto.
3093 New interface.
3094 Use obsavestring on temp_parse_space instead of savestring
3095 on name, and remove call to ada_name_string_cleanup.
3096 Free string returned from ada_simple_renamed_entity.
3097 Use new interface to ada_lookup_symbol_list.
3098 Decomment disabled code.
3099 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
3100 not types.
3101 When a type name lookup succeeds as a result of
3102 lookup_primitive_typename, check for regular type entry that has not
3103 yet been read in.
3104 Limit length of chain of renamed symbols we are willing to follow.
3105 Do not break names beginning with "standard__" into segments.
3106 (block_lookup): Use new interface to ada_lookup_symbol_list.
3107
3108 * ada-typeprint.c: Update copyright notice.
3109 (demangled_type_name): Rename to decoded_type_name.
3110 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
3111 (print_range_bound): Correct handling of negative
3112 bounds that make the index type looked unsigned under STABS.
3113 (print_dynamic_range_bound): Use new interface to get_int_var_value.
3114 (print_range_type_named): Use the builtin int type if no type
3115 corresponding to the given type name could be found.
3116 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
3117 Add some bullet-proofing.
3118 (print_variant_clauses): Allow for variant branches with ___XVU
3119 encodings that are not dynamic fields.
3120 Use new interface to ada_is_tagged_type.
3121 (print_record_type): Allow for fields with ___XVE encodings that
3122 are not dynamic fields.
3123 Use new interface to ada_is_tagged_type.
3124 (ada_print_type): ada_is_array_descriptor =>
3125 ada_is_array_descriptor_type.
3126
3127 * ada-valprint.c: Update copyright notice.
3128 Include gdb_string.h
3129 Include infcall.h
3130 (ui_memcpy): New function.
3131 (ada_print_floating): New function.
3132 (ada_print_str): Order arguments correctly.
3133 Correct handling of empty arrays and arrays of 0-length items.
3134 ada_is_array_descriptor => ada_is_array_descriptor_type
3135 Print values of type System.Address in hexadecimal format.
3136 Use ada_print_floating to print floating-point numbers in Ada format.
3137 Print class tag values with type names.
3138 No longer print the address of reference values. Avoids
3139 a potential confusion.
3140 (ada_value_print): Stop printing the object type for reference
3141 values, but preserve that behavior for access types. Avoids
3142 a potential confusion.
3143 Simplify one conditional expression, as the first part is now
3144 necessarily true.
3145 ada_is_array_descriptor => ada_is_array_descriptor_type
3146 Add check for arrays for null records, and print them by hand.
3147
3148 2004-06-01 Jim Blandy <jimb@redhat.com>
3149
3150 * ppc-tdep.h: Delete unused 'regoff' member.
3151 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
3152
3153 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
3154
3155 Fix PR symtab/1661.
3156 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
3157 (hpread_read_struct_type): Likewise.
3158
3159 2004-06-01 Andrew Cagney <cagney@gnu.org>
3160
3161 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
3162 instead of xasprintf.
3163 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
3164 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
3165 (mi_cmd_data_list_register_names)
3166 (mi_cmd_data_list_changed_registers)
3167 (mi_cmd_data_list_register_values)
3168 (get_register, mi_cmd_data_write_register_values)
3169 (mi_cmd_data_write_register_values)
3170 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
3171 (mi_cmd_target_download, mi_cmd_target_select)
3172 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
3173 (mi_execute_cli_command, mi_execute_async_cli_command)
3174 (mi_execute_async_cli_command): Ditto.
3175 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
3176 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
3177
3178 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
3179 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
3180 error_last_message instead of mi_error_last_message.
3181 * mi/mi-main.c (mi_error_last_message): Delete function.
3182
3183 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
3184 "invalid number of columns" error. Delete redundant "out of
3185 memory" check.
3186
3187 2004-05-31 Mark Kettenis <kettenis@gnu.org>
3188
3189 * i386bsd-nat.c: Don't include <sys/procfs.h>.
3190 (gregset_t, fpregset_t): Remove typedefs.
3191 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
3192 (REG_OFFSET): Rename argument.
3193 (i386bsd_r_reg_offset): Rename from reg_offset.
3194 (REG_ADDR): Remove macro.
3195 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
3196 functions.
3197 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
3198 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
3199 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
3200 instead of supply_gregset.
3201 (store_inferior_registers): Use `struct reg' and `struct fpreg'
3202 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
3203 instead of fill_gregset.
3204 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
3205
3206 * i386bsd-nat.c: Don't include "gregset.h".
3207 (supply_gregset, fill_gregset): Make static.
3208 (supply_fpregset, fill_fpregset): Remove.
3209 * Makefile.in (i386bsd-nat.o): Update dependencies.
3210
3211 2004-05-30 Mark Kettenis <kettenis@gnu.org>
3212
3213 * fbsd-proc.c: Include "regcache.h", "regset.h" and
3214 "gdb_assert.h". Con't include "gregset.h".
3215 (fbsd_make_corefile_notes): Use regset-based core file support
3216 instead off fill_gregset and fill_fpregset.
3217 * Makefile.in (fbsd-proc.o): Update dependencies.
3218
3219 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
3220 instructions.
3221 (m88k_frame_prev_register): Simplify code a bit.
3222
3223 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
3224 (amd64_collect_fpregset): New function.
3225 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
3226
3227 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
3228
3229 * i386-tdep.c (i386_supply_gregset): Adjust comment.
3230 (i386_collect_gregset): New function.
3231 (i386_supply_fpregset): Adjust comment.
3232 (i386_collect_fpregset): New function.
3233 (i386_regset_from_core_section): Use i386_collect_gregset and
3234 i386_collect_fpregset.
3235
3236 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
3237 handle VALUEP being null.
3238
3239 * regset.h (collect_regset_ftype): Unconstify fourth argument.
3240
3241 2004-05-29 Mark Kettenis <kettenis@gnu.org>
3242
3243 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
3244
3245 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
3246 assembler in OpenBSD 3.5-current.
3247 (amd64obsd_sigcontext_addr): Likewise.
3248
3249 2004-05-28 Jim Blandy <jimb@redhat.com>
3250
3251 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
3252 register set, so our regcache isn't declared "legacy" and our E500
3253 pseudoregister read and write functions aren't ignored.
3254 (rs6000_register_byte, rs6000_register_raw_size,
3255 rs6000_register_virtual_type, rs6000_register_convertible,
3256 rs6000_register_convert_to_virtual,
3257 rs6000_register_convert_to_raw): Deleted.
3258 (rs6000_register_type, rs6000_convert_register_p,
3259 rs6000_register_to_value, rs6000_value_to_register): New
3260 functions.
3261 (rs6000_gdbarch_init): Don't register
3262 gdbarch_deprecated_register_size,
3263 gdbarch_deprecated_register_bytes,
3264 gdbarch_deprecated_register_byte,
3265 gdbarch_deprecated_register_raw_size,
3266 gdbarch_deprecated_register_virtual_type,
3267 gdbarch_deprecated_register_convertible,
3268 gdbarch_deprecated_register_convert_to_virtual, or
3269 gdbarch_deprecated_register_convert_to_raw methods. Instead,
3270 register gdbarch_register_type, gdbarch_convert_register_p,
3271 gdbarch_register_to_value, and gdbarch_value_to_register methods.
3272
3273 2004-05-26 Jim Blandy <jimb@redhat.com>
3274
3275 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
3276 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
3277 functions, updated to match the register numberings used in GCC.
3278 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
3279 rs6000_dwarf2_reg_to_regnum as register number conversions
3280 functions for STABS and Dwarf2.
3281
3282 2004-05-26 Randolph Chung <tausq@debian.org>
3283
3284 * infttrace.h (target_waitkind): Forward declare type instead of pulling
3285 in header file.
3286
3287 2004-05-25 Joel Brobecker <brobecker@gnat.com>
3288
3289 * NEWS: Document new "start" command.
3290
3291 2004-05-25 Randolph Chung <tausq@debian.org>
3292
3293 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
3294 hppa-linux.
3295
3296 2004-05-25 Randolph Chung <tausq@debian.org>
3297
3298 * hppa-hpux-tdep.c (offsetof): Define.
3299 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
3300 (hppa32_hpux_frame_base_before_sigtramp)
3301 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
3302 (hppa64_hpux_frame_saved_pc_in_sigtramp)
3303 (hppa64_hpux_frame_base_before_sigtramp)
3304 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
3305 functions.
3306 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
3307 (hppa_hpux_sigtramp_frame_unwind_cache)
3308 (hppa_hpux_sigtramp_frame_this_id)
3309 (hppa_hpux_sigtramp_frame_prev_register)
3310 (hppa_hpux_sigtramp_frame_unwind)
3311 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
3312 (hppa_hpux_init_abi): Register sigtramp unwinder.
3313 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
3314
3315 2004-05-25 Randolph Chung <tausq@debian.org>
3316
3317 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
3318 and multiple stack unwinds.
3319 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
3320
3321 2004-05-25 Andrew Cagney <cagney@gnu.org>
3322
3323 * symfile.h (symbol_file_add_from_memory): Delete declaration.
3324 * symfile-mem.h: Delete file.
3325 * symfile-mem.c: Do not include "symfile-mem.h".
3326 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
3327 "struct bfd_section". When an error do not bother returning NULL.
3328 (add_symbol_file_from_memory_command): Use "struct bfd" and
3329 "struct bfd_section".
3330 * Makefile.in (symfile_mem_h): Delete.
3331 (symfile-mem.o): Update dependencies.
3332
3333 2004-05-25 Nick Roberts <nickrob@gnu.org>
3334
3335 * gdb-mi.el: New file.
3336
3337 2004-05-25 Andrew Cagney <cagney@gnu.org>
3338
3339 * inftarg.c: Include "observer.h".
3340 (child_attach, child_create_inferior): Notify inferior_created.
3341 * corelow.c: Include "observer.h".
3342 (core_open): Notify inferior_created.
3343 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
3344
3345 2004-05-25 Andrew Cagney <cagney@gnu.org>
3346
3347 * target.h (struct target_ops): Add from_tty to
3348 to_create_inferior.
3349 (target_create_inferior, find_default_create_inferior): Update.
3350 * infcmd.c (run_command): Update.
3351 * wince.c (child_create_inferior): Update.
3352 * win32-nat.c (child_create_inferior): Update.
3353 * uw-thread.c (uw_thread_create_inferior): Update.
3354 * thread-db.c (thread_db_create_inferior): Update.
3355 * target.c (debug_to_create_inferior)
3356 (find_default_create_inferior): Update.
3357 (maybe_kill_then_create_inferior): Update.
3358 * sol-thread.c (sol_thread_create_inferior): Update.
3359 * remote.c (extended_remote_async_create_inferior)
3360 (extended_remote_create_inferior): Update.
3361 * remote-vx.c (vx_create_inferior): Update.
3362 * remote-st.c (st2000_create_inferior): Update.
3363 * remote-sim.c (gdbsim_create_inferior): Update.
3364 * remote-sds.c (sds_create_inferior): Update.
3365 * remote-rdp.c (remote_rdp_create_inferior): Update.
3366 * remote-rdi.c (arm_rdi_create_inferior): Update.
3367 * remote-m32r-sdi.c (m32r_create_inferior): Update.
3368 * remote-e7000.c (e7000_create_inferior): Update.
3369 * procfs.c (procfs_create_inferior): Update.
3370 * ocd.c (ocd_create_inferior): Update.
3371 * ocd.h (ocd_create_inferior): Update.
3372 * nto-procfs.c (procfs_create_inferior): Update.
3373 * monitor.c (monitor_create_inferior): Update.
3374 * lin-lwp.c (lin_lwp_create_inferior): Update.
3375 * inftarg.c (child_create_inferior): Update.
3376 * hpux-thread.c (hpux_thread_create_inferior): Update.
3377 * gnu-nat.c (gnu_create_inferior): Update.
3378
3379 2004-05-25 Andrew Cagney <cagney@gnu.com>
3380
3381 * MAINTAINERS: Update e-mail address.
3382
3383 2004-05-24 Randolph Chung <tausq@debian.org>
3384
3385 * thread.c (info_threads_command, thread_apply_all_command)
3386 (thread_apply_command, thread_command, do_captured_thread_select):
3387 Remove HPUXHPPA-specific code.
3388
3389 2004-05-24 Randolph Chung <tausq@debian.org>
3390
3391 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
3392 unused symbols.
3393 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
3394 references.
3395
3396 2004-05-24 Joel Brobecker <brobecker@gnat.com>
3397
3398 * infcmd.c (kill_if_already_running): New function, extracted
3399 from run_command().
3400 (run_command): Replace extracted code by call to
3401 kill_if_already_running().
3402 (start_command): New function.
3403 (_initialize_infcmd): Add "start" command.
3404
3405 2004-05-24 Mark Kettenis <kettenis@gnu.org>
3406
3407 Add OpenBSD/m88k support.
3408 * NEWS (New native configurations): Mention OpenBSD/m88k.
3409 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
3410 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
3411 * Makefile.in (m88k_tdep_h): New variable.
3412 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
3413 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
3414 * configure.host: Add m88*-*-openbsd*.
3415 * configure.tgt: Add m88*-*-openbsd*.
3416
3417 2004-05-24 Jim Blandy <jimb@redhat.com>
3418
3419 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
3420 to approve changes.
3421
3422 2004-05-24 Kevin Buettner <kevinb@redhat.com>
3423
3424 * symtab.c (fixup_section): Search section table when lookup by
3425 name fails.
3426
3427 2004-05-24 Randolph Chung <tausq@debian.org>
3428
3429 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
3430 be "small_struct".
3431
3432 2004-05-24 Mark Kettenis <kettenis@gnu.org>
3433
3434 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
3435 register number in regcache_raw_collect call.
3436 (m68kbsd_collect_fpregset): Likewise.
3437 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
3438
3439 * regset.h (struct regset): Add back `regset' member.
3440
3441 2004-05-23 Mark Kettenis <kettenis@gnu.org>
3442
3443 * configure.in: Check for td_pcb in `struct thread'.
3444 * configure, config.in: Regenerated.
3445
3446 * dpx2-nat.c: Remove file.
3447 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
3448 (dpx2-nat.o): Remove dependencies.
3449
3450 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
3451 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
3452 (amd64obsd_supply_pcb): New function.
3453 (_initialize_amd64obsd_nat): Enable libkvm interface.
3454 * Makefile.in (amd64obsd-nat.o): Update dependencies.
3455 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
3456 (LOADLIBES): New variable.
3457
3458 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
3459 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
3460 (sparc32nbsd_supply_pcb): New function.
3461 (_initialize_sparcnbsd_nat): Enable libkvm interface.
3462 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
3463 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3464 (LOADLIBES): New variable.
3465
3466 2004-05-22 Mark Kettenis <kettenis@gnu.org>
3467
3468 * bsd-kvm.c, bsd-kvm.h: New files.
3469 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3470 "bsd-kvm.h".
3471 (i386fbsd_supply_pcb): New function.
3472 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
3473 (i386fbsd-nat.o): Update dependencies.
3474 (bsd_kvm_h): New variable.
3475 (bsd-kvm.o): New dependency.
3476 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
3477 (LOADLIBES): New variable.
3478
3479 * regset.c: Tweak comment.
3480 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
3481 macro.
3482 * regset.h: Update copyright year.
3483 (struct regset): Remove `descr' member, add `gdbarch' member.
3484 (regset_alloc): Adjust prototype and comment.
3485 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
3486 (i386_supply_fpregset): Likewise.
3487 (i386_regset_from_core_section): Update call to regset_alloc.
3488 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
3489 REGSET->arch.
3490 (i386obsd_aout_regset_from_core_section): Update call to
3491 regset_alloc.
3492 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
3493 REGSET->arch.
3494 (i386nbsd_aout_regset_from_core_section): Update call to
3495 regset_alloc.
3496 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
3497 REGSET->arch.
3498 (amd64_regset_from_core_section): Update call to regset_alloc.
3499 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
3500 REGSET->arch.
3501 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
3502 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
3503 &sparc32nbsd_gregset in sparc32_supply_gregset call.
3504 (sparc32nbsd_init_abi): Update call to regset_alloc.
3505 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
3506 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
3507 (sparc64obsd_init_abi): Update call to regset_alloc.
3508 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
3509 &sparc64nbsd_gregset in sparc64_supply_gregset call.
3510 (sparc64nbsd_init_abi): Update call to regset_alloc.
3511 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
3512 &sparc64fbsd_gregset in sparc64_supply_gregset call.
3513 (sparc64fbsd_init_abi): Update call to regset_alloc.
3514
3515 2004-05-22 Jim Blandy <jimb@redhat.com>
3516
3517 * ppc-tdep.h (spe_register_p): New declaration.
3518 (struct gdbarch_tdep): New members: ppc_acc_regnum and
3519 ppc_spefscr_regnum.
3520 * rs6000-tdep.c (spe_register_p): New function.
3521 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
3522 spefscr.
3523 (rs6000_gdbarch_init): Initialize the new members of the tdep
3524 structure.
3525
3526 2004-05-21 Jim Blandy <jimb@redhat.com>
3527
3528 * ppc-linux-nat.c (fetch_register): Move code back to be next
3529 to the comment that describes it. (Moved code, instead of
3530 comment, for symmetry with store_register.)
3531
3532 Allocate regset structures in the gdbarch's obstack, not using
3533 xmalloc.
3534 * regset.c (regset_alloc): Renamed from regset_xmalloc.
3535 Add 'arch' argument. Allocate the regset on arch's obstack, not
3536 using xmalloc.
3537 * regset.h (regset_alloc): Update declaration.
3538 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
3539 gdbarch argument.
3540 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3541 * i386-tdep.c (i386_regset_from_core_section): Same.
3542 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3543 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3544 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3545 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3546 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3547 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3548
3549 2004-05-21 Joel Brobecker <brobecker@gnat.com>
3550
3551 * config/djgpp/fnchange.lst: Undo previous change, was useless.
3552
3553 2004-05-21 Jim Blandy <jimb@redhat.com>
3554
3555 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
3556 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
3557
3558 2004-05-20 Jim Blandy <jimb@redhat.com>
3559
3560 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
3561
3562 2004-05-20 Mark Kettenis <kettenis@gnu.org>
3563
3564 * regset.h: Make prototype const-correct.
3565 * regset.c (regset_xmalloc): Make const-correct.
3566
3567 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
3568
3569 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
3570 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
3571 (symbol_search_name): Declare.
3572
3573 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
3574 (iter_name_next_hashed): Ditto.
3575 (iter_name_next_linear): Ditto.
3576 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
3577
3578 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
3579 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
3580 (symbol_search_name): New function.
3581
3582 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
3583
3584 * minsyms.c (build_minimal_symbol_hash_tables): Change
3585 test for adding to demangled hash table to check for difference
3586 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
3587
3588 2004-05-19 Jim Blandy <jimb@redhat.com>
3589
3590 Use a constructor function to create regset structures.
3591 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
3592 (struct regset): Use supply_regset_ftype. Add new
3593 'collect_regset' member.
3594 (regset_xmalloc): New declaration.
3595 * regset.c: New file.
3596 * am64-tdep.c (amd64_regset_from_core_section): Use
3597 regset_xmalloc to construct regset structures.
3598 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
3599 * i386-tdep.c (i386_regset_from_core_section): Same.
3600 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
3601 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
3602 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
3603 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
3604 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
3605 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
3606 * Makefile.in (COMMON_OBS): Add regset.o.
3607 (regset.o): New rule.
3608
3609 2004-05-19 Joel Brobecker <brobecker@gnat.com>
3610
3611 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
3612 and pthread_cond_wait.c.
3613
3614 2004-05-18 Jim Blandy <jimb@redhat.com>
3615
3616 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
3617 before the mach-specific switch, and then let the individual cases
3618 override the defaults, rather than leaving them uninitialized
3619 until the switch and then setting them in each case.
3620
3621 2004-05-18 Randolph Chung <tausq@debian.org>
3622
3623 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
3624 millicode functions.
3625
3626 2004-05-18 Randolph Chung <tausq@debian.org>
3627
3628 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
3629 references to dld_flags_buffer consistent.
3630
3631 2004-05-18 Randolph Chung <tausq@debian.org>
3632
3633 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
3634 it for unwinding the stack.
3635
3636 2004-05-18 Randolph Chung <tausq@debian.org>
3637
3638 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
3639 Undefine these so we can overide them using gdbarch.
3640
3641 2004-05-18 Randolph Chung <tausq@debian.org>
3642
3643 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
3644 handling for 64-bit HPUX (elf).
3645
3646 2004-05-18 Daniel Jacobowitz <dan@debian.org>
3647
3648 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
3649 constants.
3650 * amd64-tdep.c (amd64_skip_prologue): Likewise.
3651 * ia64-tdep.c (examine_prologue): Likewise.
3652 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
3653 * v850-tdep.c (v850_fix_call_dummy): Likewise.
3654
3655 2004-05-18 Mark Kettenis <kettenis@gnu.org>
3656
3657 * vax-tdep.c (vax_return_value): Implement
3658 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3659
3660 2004-05-17 Mark Kettenis <kettenis@gnu.org>
3661
3662 * vax-tdep.c (vax_return_value): Fix typo.
3663
3664 2004-05-17 Andrew Cagney <cagney@redhat.com>
3665
3666 * MAINTAINERS: Mark Salter was also responsible for
3667 testsuite/config/
3668
3669 * NEWS: Mention signal fixes.
3670
3671 2004-05-17 Randolph Chung <tausq@debian.org>
3672
3673 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
3674 check to see if we are unwinding an export stub. Export stubs clobber
3675 the %rp in the call path and stores the original rp in a stack slot.
3676
3677 2004-05-17 Jim Blandy <jimb@redhat.com>
3678
3679 * MAINTAINERS: Update address for J.T. Conklin.
3680
3681 2004-05-17 Randolph Chung <tausq@debian.org>
3682
3683 * hppa-tdep.c: Remove superfluous #include's.
3684 * Makefile.in (hppa-tdep.o): Update dependencies.
3685
3686 2004-05-17 Randolph Chung <tausq@debian.org>
3687
3688 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
3689 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
3690 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
3691 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
3692 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
3693 Remove static function declarations.
3694
3695 2004-05-17 Mark Kettenis <kettenis@gnu.org>
3696
3697 * alphabsd-nat.c: Update copyright year.
3698 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
3699
3700 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
3701 and M68K_A2_REGNUM.
3702
3703 * m68k-tdep.c (m68k_svr4_return_value): Implement
3704 RETURN_VALUE_ABI_RETURNS_ADDRESS.
3705
3706 2004-05-16 Mark Kettenis <kettenis@gnu.org>
3707
3708 * sol-thread.c Update copyright year. Fix various coding
3709 standards violations. Tweak a few comments.
3710 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
3711 Delete prototypes.
3712
3713 2004-05-15 Randolph Chung <tausq@debian.org>
3714
3715 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
3716 as pointer instead of array reference since HPUX compiler does
3717 not accept unsized array arguments.
3718 * somsolib.c (dld_flags_buffer): Use constant array size.
3719
3720 2004-05-15 Mark Kettenis <kettenis@gnu.org>
3721
3722 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
3723 offset with decimal offset.
3724 (amd64obsd_sigcontext_addr): Return correct address for entire
3725 signal trampoline.
3726
3727 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
3728 instead of get_frame_base.
3729
3730 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
3731 (fill_gregset): Use regcache_raw_collect.
3732
3733 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
3734 ppcobsd-tdep.c.
3735
3736 * config/sparc/tm-nbsd64.h: Remove file.
3737 * config/tm-sunos.h: Remove file.
3738
3739 2004-05-15 Joel Brobecker <brobecker@gnat.com>
3740
3741 * rs6000-tdep.c (store_param_on_stack_p): New function,
3742 an improved version of some code extracted from skip_prologue().
3743 (skip_prologue): Use store_param_on_stack_p() to detect
3744 instructions saving a parameter on the stack. Detect when r0
3745 is used to save a parameter.
3746 Do not mark "li rx, SIMM" instructions as part of the prologue,
3747 unless the following instruction is also part of the prologue.
3748
3749 2004-05-14 Andrew Cagney <cagney@redhat.com>
3750
3751 * infrun.c (handle_inferior_event): Simplify
3752 STEP_OVER_UNDEBUGGABLE.
3753
3754 * infrun.c (handle_step_into_function): Delete function.
3755 (handle_inferior_event): Inline calls to
3756 handle_step_into_function.
3757
3758 2004-05-14 Jerome Guitton <guitton@gnat.com>
3759
3760 * rs6000-nat.c: Fix a comment.
3761
3762 2004-05-12 David Anderson <davea@sgi.com>
3763
3764 Committed by Jim Blandy <jimb@redhat.com>:
3765 * regcache.c (struct regcache_descr): fix comment spelling.
3766
3767 2004-05-13 J. Brobecker <brobecker@gnat.com>
3768
3769 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
3770 Fixes a link link failure.
3771
3772 2004-05-13 J. Brobecker <brobecker@gnat.com>
3773
3774 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
3775 error that was causing the build to fail.
3776
3777 2004-05-13 J. Brobecker <brobecker@gnat.com>
3778
3779 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
3780 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
3781
3782 2004-05-13 Andrew Cagney <cagney@redhat.com>
3783
3784 * infrun.c (handle_inferior_event): Check for
3785 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
3786 calls. Update comments.
3787
3788 2004-05-13 Jim Blandy <jimb@redhat.com>
3789
3790 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
3791 (fetch_regs_user_thread, fetch_regs_kernel_thread)
3792 (store_regs_user_thread, store_regs_kernel_thread): Use
3793 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
3794 * ppc-linux-nat.c (fill_gregset): Same.
3795 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
3796 (ppc_linux_sigtramp_cache): Same.
3797 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
3798 (ppcnbsd_sigtramp_cache_init): Same.
3799 * rs6000-nat.c (fetch_core_registers): Same.
3800 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
3801 (rs6000_frame_cache): Same.
3802
3803 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
3804 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
3805 of assuming that the gprs are numbered starting with zero.
3806 * ppc-linux-nat.c (fill_gregset): Same.
3807 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
3808 * ppcnbsd-nat.c (getregs_supplies): Same.
3809 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
3810 * rs6000-nat.c (fetch_core_registers): Same.
3811 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
3812
3813 2004-05-07 Michael Snyder <msnyder@redhat.com>
3814
3815 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
3816 LOC_COMPUTED_ARG, and LOC_INDIRECT.
3817
3818 2004-05-13 Andrew Cagney <cagney@redhat.com>
3819
3820 * infrun.c (handle_inferior_event): Use frame_unwind_id.
3821
3822 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
3823
3824 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
3825 base_address for shared libraries.
3826
3827 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
3828
3829 * MAINTAINERS (write after approval): Add myself.
3830
3831 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
3832
3833 * breakpoint.c (bpstat_stop_status): Add new argument
3834 STOPPED_BY_WATCHPOINT. Use it instead of testing
3835 target_stopped_data_address agaist 0 to check whether
3836 or not we stopped due to a hardware watchpoint.
3837 * breakpoint.h (bpstat_stop_status): Adapt prototype.
3838 * infrun.c (handle_inferior_event): Call bpstat_stop_status
3839 with new argument.
3840
3841 2004-05-12 Jim Blandy <jimb@redhat.com>
3842
3843 * configure.in: When checking whether we should use the -bbigtoc
3844 option, don't forget to restore the original value of LDFLAGS.
3845 * configure: Regenerated.
3846
3847 2004-05-12 Andrew Cagney <cagney@redhat.com>
3848
3849 * thread.c (load_infrun_state): Delete step_sp.
3850 * infrun.c (context_switch): Ditto.
3851 * inferior.h (step_sp): Ditto.
3852 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
3853 * gdbthread.h (struct thread_info, save_infrun_state)
3854 (restore_infrun_state): Ditto.
3855
3856 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
3857
3858 * MAINTAINERS (write after approval): Add myself.
3859
3860 2004-05-12 Andrew Cagney <cagney@redhat.com>
3861
3862 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
3863 eliminate reference to step_sp.
3864 (struct execution_control_state, init_execution_control_state)
3865 (handle_inferior_event, keep_going): Delete update_step_sp and
3866 step_sp.
3867 * infcmd.c (step_sp): Note that variable is unused.
3868
3869 2004-05-11 Andrew Cagney <cagney@redhat.com>
3870
3871 * infrun.c (step_over_function): Delete function.
3872 (handle_step_into_function): Use insert_step_resume_breakpoint.
3873 (insert_step_resume_breakpoint): Fix assertion.
3874
3875 2004-05-11 Nick Roberts <nickrob@gnu.org>
3876
3877 * utils.c (defaulted_query): Just use the normal query input type
3878 when printing the annotations.
3879
3880 2004-05-11 Andrew Cagney <cagney@redhat.com>
3881
3882 * infrun.c (handle_inferior_event): Simplify code handling
3883 step-into or return-from a signal trampoline.
3884
3885 2004-05-11 Andrew Cagney <cagney@redhat.com>
3886
3887 * ppcnbsd-tdep.c: Include "gdb_assert.h".
3888 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
3889
3890 2004-05-10 Jim Blandy <jimb@redhat.com>
3891
3892 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
3893 with a call to internal_error.
3894
3895 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
3896 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
3897 processor variant lacks those registers.
3898 (ppc_floating_point_unit_p): Change description to make it clear
3899 that this returns info about the ISA, not the ABI.
3900 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
3901 return true or false by checking tdep->ppc_fp0_regnum and
3902 tdep->ppc_fpscr_regnum. The original code replicated the BFD
3903 arch/mach switching done in rs6000_gdbarch_init; it's better to
3904 keep that logic there, and just check the results here.
3905 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
3906 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
3907 floating-point registers.
3908 (ppc_supply_fpregset, ppc_collect_fpregset)
3909 (rs6000_push_dummy_call, rs6000_extract_return_value)
3910 (rs6000_store_return_value): Assert that we have floating-point
3911 registers.
3912 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
3913 (rs6000_frame_cache): Don't note the locations at which
3914 floating-point registers were saved if we have no fprs.
3915 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
3916 registers.
3917 (fetch_regs_user_thread, fetch_regs_kernel_thread)
3918 (store_regs_user_thread, store_regs_kernel_thread): Only call
3919 supply_fprs / fill_fprs if we actually have floating-point
3920 registers.
3921 (special_register_p): Check ppc_fpscr_regnum before matching
3922 against it.
3923 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
3924 supply / collect fpscr if we don't have it.
3925 * ppc-bdm.c: #include "gdb_assert.h".
3926 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
3927 have floating-point registers, since I can't test this code on
3928 FP-free systems to adapt it.
3929 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
3930 fpscr and floating point register numbers if they don't exist.
3931 (fetch_register): Assert that we have floating-point registers
3932 before we reach the code that handles them.
3933 (store_register): Same. And use tdep instead of calling
3934 gdbarch_tdep again.
3935 (fill_fpregset): Don't try to collect FP registers and fpscr if we
3936 don't have them.
3937 (ppc_linux_sigtramp_cache): Don't record the saved locations of
3938 fprs and fpscr if we don't have them.
3939 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
3940 don't have them.
3941 * ppcnbsd-nat.c: #include "gdb_assert.h".
3942 (getfpregs_supplies): Assert that we have floating-point registers.
3943 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
3944 * ppcobsd-tdep.c: #include "gdb_assert.h".
3945 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
3946 have floating-point registers.
3947 * rs6000-nat.c (regmap): Don't match against the fpscr and
3948 floating point register numbers if they don't exist.
3949 (fetch_inferior_registers, store_inferior_registers,
3950 fetch_core_registers): Only fetch / store / supply the
3951 floating-point registers and the fpscr if we have them.
3952 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
3953 (ppcobsd-tdep.o): Update dependencies.
3954
3955 2004-05-10 Andrew Cagney <cagney@redhat.com>
3956
3957 * infrun.c (through_sigtramp_breakpoint): Delete variable.
3958 (context_switch): Do not switch through_sigtramp_breakpoint.
3959 * gdbthread.h (save_infrun_state, load_infrun_state)
3960 (struct thread_info): Delete through_sigtramp_breakpoint parameter
3961 and structure member.
3962 * thread.c (load_infrun_state, save_infrun_state): Update.
3963
3964 2004-05-10 Mark Kettenis <kettenis@gnu.org>
3965
3966 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
3967
3968 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3969
3970 * acinclude.m4: Quote macro names being defined by AC_DEFUN
3971 throughout.
3972 * aclocal.m4: Regenerate.
3973
3974 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
3975
3976 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
3977
3978 2004-05-10 Andrew Cagney <cagney@redhat.com>
3979
3980 * infrun.c (check_sigtramp2): Delete function.
3981 (handle_inferior_event): When single stepping, and taking a
3982 signal, set a breakpoint at the signal return address. Delete
3983 redundant calls to check_sigtramp2.
3984 (insert_step_resume_breakpoint): New function.
3985 (through_sigtramp_breakpoint, handle_inferior_event)
3986 (follow_exec, wait_for_inferior, fetch_inferior_event)
3987 (currently_stepping, keep_going): Delete most uses of
3988 through_sigtramp_breakpoint, not that it should be deleted.
3989 (delete_breakpoint_current_contents): Delete function.
3990
3991 2004-05-10 Randolph Chung <tausq@debian.org>
3992
3993 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
3994 target.
3995 * config/pa/tm-linux.h: New file.
3996
3997 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
3998
3999 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
4000 of prefixes. Don't print the prefix twice in the CLI.
4001
4002 2004-05-10 Jim Blandy <jimb@redhat.com>
4003
4004 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
4005 collect all the gprs.
4006
4007 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
4008 loop collecting gprs.
4009
4010 2004-05-09 Andrew Cagney <cagney@redhat.com>
4011
4012 * remote-vx.c (net_step): Delete step-range code.
4013 * remote.c (remote_resume, init_all_packet_configs)
4014 (set_remote_protocol_E_packet_cmd)
4015 (show_remote_protocol_E_packet_cmd)
4016 (remote_protocol_E, show_remote_cmd, _initialize_remote)
4017 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
4018 (show_remote_protocol_e_packet_cmd): Ditto.
4019
4020 2004-05-09 Mark Kettenis <kettenis@gnu.org>
4021
4022 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
4023
4024 * hppa-tdep.h: Update copyright year.
4025 (struct trad_frame_saved_reg): Add opaque declaration.
4026
4027 * amd64-tdep.c (amd64_return_value): Implement
4028 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4029
4030 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
4031 (m68k_value_to_register): New functions.
4032 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
4033 value_to_register.
4034
4035 * defs.h (enum return_value_convention): Add
4036 RETURN_VALUE_ABI_RETURNS_ADDRESS and
4037 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
4038 * infcmd.c (legacy_return_value): New function.
4039 (print_return_value): Rwerite to implement
4040 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4041 * values.c (using_struct_return): Check for inequality to
4042 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
4043 RETURN_VALUE_STRUCT_CONVENTION.
4044 * i386-tdep.c (i386_return_value): Implement
4045 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4046
4047 * vax-tdep.c: Tweak comments. Reorder include files. Don't
4048 include "symtab.h", "opcode/vax.h" and "inferior.h".
4049 (vax_skip_prologue): Replace calls to read_memory_integer by calls
4050 to read_memory_unsigned_integer.
4051 (vax_gdbarch_init): Reorder.
4052 (_initialize_vax_tdep): Spell out prototype.
4053 * Makefile.in (vax-tdep.o): Update dependencies.
4054
4055 2004-05-08 Andrew Cagney <cagney@redhat.com>
4056
4057 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
4058 * target.c (target_detach, target_disconnect): Ditto.
4059
4060 * infcall.c (call_function_by_hand): When no
4061 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
4062 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
4063 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
4064 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4065 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4066
4067 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
4068 * gdbarch.h, gdbarch.c: Re-generate.
4069 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4070 deprecated_fix_call_dummy.
4071 * v850-tdep.c (v850_gdbarch_init): Ditto.
4072 * infcall.c (call_function_by_hand): Do not call
4073 DEPRECATED_FIX_CALL_DUMMY.
4074
4075 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
4076 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
4077 * gdbarch.h, gdbarch.c: Re-generate.
4078 * arm-linux-tdep.c (arm_linux_call_dummy_words)
4079 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
4080 deprecated_sizeof_call_dummy_words.
4081 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
4082 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
4083 * v850-tdep.c (v850_gdbarch_init): Ditto.
4084 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4085 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
4086 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4087 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4088 * arch-utils.h (legacy_call_dummy_words)
4089 (legacy_sizeof_call_dummy_words): Delete declarations.
4090 * arch-utils.c (legacy_call_dummy_words)
4091 (legacy_sizeof_call_dummy_words): Delete variables.
4092
4093 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
4094 * gdbarch.h, gdbarch.c: Re-generate.
4095 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
4096 * infcall.c (call_function_by_hand): Eliminate call to
4097 DEPRECATED_PUSH_DUMMY_FRAME.
4098 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4099 push_dummy_frame.
4100 (ns32k_push_dummy_frame): Delete function.
4101
4102 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4103 deprecated_call_dummy_breakpoint_offset or
4104 deprecated_call_dummy_start_offset.
4105 * dummy-frame.c, arm-tdep.c: Update comments.
4106 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
4107 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
4108 * gdbarch.h, gdbarch.c: Re-generate.
4109
4110 * infcall.c (legacy_push_dummy_code): Delete function.
4111 (push_dummy_code): Delete call.
4112
4113 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
4114 * gdbarch.h, gdbarch.c: Re-generate.
4115 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
4116 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
4117 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
4118 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
4119
4120 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
4121 (struct frame_info): Delete opaque declaration.
4122 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
4123 * frame.c (get_frame_type): Delete call.
4124
4125 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
4126 pc_in_call_dummy.
4127 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
4128 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
4129
4130 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4131
4132 * alphanbsd-tdep.c: Include "gdb_string.h".
4133 * armnbsd-tdep.c: Update copyright year.
4134 Include "gdb_string.h".
4135 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
4136 dependencies.
4137
4138 * delta68-nat.c: Remove file.
4139 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
4140 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
4141 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
4142 (delta68-nat.o): Remove dependency.
4143
4144 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
4145 function.
4146 (m68k_gdbarch_init): Don't set
4147 deprecated_frameless_function_invocation.
4148
4149 2004-05-07 Randolph Chung <tausq@debian.org>
4150
4151 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
4152 read_memory_nobpt for code reading when doing frame unwinding.
4153 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
4154
4155 2004-05-07 Randolph Chung <tausq@debian.org>
4156
4157 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
4158 instead of sp, handle sigaltstack case.
4159 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
4160 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
4161 signal handler and not that of the caller.
4162 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
4163 hppa_linux_sigtramp_find_sigcontext.
4164
4165 2004-05-07 Randolph Chung <tausq@debian.org>
4166
4167 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
4168 hppa-linux-nat.c.
4169 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
4170 * hppa-linux-nat.c (fetch_register, store_register): Define.
4171 (fetch_inferior_registers, store_inferior_registers): Define.
4172 (supply_gregset): Add comment and clean up some unneeded code.
4173 (fill_gregset): Add comment and fix so that it saves registers in
4174 the right place in the gregset.
4175 (fill_fpregset): Fix buffer overrun problem.
4176 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
4177
4178 2004-05-07 Randolph Chung <tausq@debian.org>
4179
4180 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
4181 do common handling of the pcoqt register.
4182 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
4183 to use helper function.
4184 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
4185 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
4186 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
4187 generic fallback unwinder when all else fails.
4188 (hppa_gdbarch_init): Add fallback sniffer.
4189 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
4190 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
4191 to use helper function.
4192
4193 2004-05-08 Joel Brobecker <brobecker@gnat.com>
4194
4195 * config/djgpp/fnchange.lst: Add translation rules for
4196 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
4197
4198 2004-05-08 Mark Kettenis <kettenis@gnu.org>
4199
4200 * frame.c (get_prev_frame_1): Work around GCC bug.
4201 * frame.h: Add comment about GCC bug.
4202
4203 2004-05-07 Andrew Cagney <cagney@redhat.com>
4204
4205 * observer.c: Include "commands.h" and "gdbcmd.h".
4206 (observer_debug, _initialize_observer): Add the
4207 command "set/show debug observer".
4208 * observer.sh: When observer debugging, log notify calls.
4209 * Makefile.in (observer.o): Update dependencies.
4210
4211 2004-05-07 Jason Molenda (jmolenda@apple.com)
4212
4213 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
4214
4215 2004-05-07 Jim Blandy <jimb@redhat.com>
4216
4217 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
4218 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
4219 to recognize gpr regnums, instead of assuming that
4220 tdep->ppc_fp0_regnum marks the end of the general-purpose
4221 registers.
4222
4223 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
4224 the given architecture has floating-point registers.
4225
4226 2004-05-07 Andrew Cagney <cagney@redhat.com>
4227
4228 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
4229 macro defined to 1.
4230 * gdbarch.h, gdbarch.c: Re-generate.
4231 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
4232 deprecated_use_generic_dummy_frames.
4233
4234 2004-05-07 Brian Ford <ford@vss.fsi.com>
4235
4236 * NEWS: Mention Cygwin DWARF 2 support.
4237
4238 2004-05-07 Andrew Cagney <cagney@redhat.com>
4239
4240 * objfiles.h (struct entry_info): Delete unused fields
4241 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
4242 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
4243 * mipsread.c (mipscoff_symfile_read): Update.
4244 * mdebugread.c (parse_partial_symbols): Update.
4245 * dwarfread.c (read_file_scope): Update.
4246 * dwarf2read.c (read_file_scope): Update.
4247 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
4248 * coffread.c (complete_symtab): Update.
4249
4250 2004-05-07 Mark Kettenis <kettenis@gnu.org>
4251
4252 * infcall.c (_initialize_infcall): Fix typo.
4253
4254 2004-05-07 Andrew Cagney <cagney@redhat.com>
4255
4256 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
4257 * command.h (add_setshow_zinteger_cmd): Declare.
4258
4259 2004-05-06 Randolph Chung <tausq@debian.org>
4260
4261 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
4262 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
4263 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
4264 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
4265 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
4266 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
4267 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
4268 definitions ...
4269 * hppa-tdep.h: ... to here, with HPPA_ prefix.
4270 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
4271 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
4272 (hppa64_hpux_frame_find_saved_regs_in_sig)
4273 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
4274 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
4275 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
4276 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
4277 (hppa_linux_sigtramp_frame_prev_register): Likewise.
4278 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
4279 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
4280 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
4281 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
4282 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
4283 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
4284 (hppa32_register_type, hppa_cannot_store_register)
4285 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
4286 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
4287 * hpread.c (hpread_process_one_debug_symbol): Likewise.
4288 * pa64solib.c (pa64_solib_have_load_event)
4289 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
4290 (pa64_solib_unloaded_library_pathname): Likewise.
4291 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
4292 (som_solib_library_pathname): Likewise.
4293
4294 2004-05-05 Jim Ingham <jingham@apple.com>
4295
4296 * breakpoint.c (create_breakpoints): Copy the ignore count and
4297 thread id over from the pended breakpoint to the actual
4298 breakpoint.
4299
4300 2004-05-05 Andrew Cagney <cagney@redhat.com>
4301
4302 * gdbarch.sh (PARM_BOUNDARY): Delete.
4303 gdbarch.h, gdbarch.c: Re-generate.
4304 * valops.c (PARM_BOUNDARY): Delete macro.
4305 (value_push): Delete PARM_BOUNDARY code.
4306 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
4307
4308 2004-05-04 Jim Blandy <jimb@redhat.com>
4309
4310 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
4311 Don't assume that the gprs, fprs, and UISA sprs are
4312 contiguous, start at register number zero, and end with fpscr.
4313 Instead, use the numbers from the tdep structure.
4314
4315 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
4316 should no longer be used in code specific to the RS6000 and its
4317 derivatives.
4318 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
4319 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
4320 tdep->ppc_fp0_regnum.
4321 (ppc_supply_fpregset, ppc_collect_fpregset)
4322 (rs6000_push_dummy_call, rs6000_extract_return_value)
4323 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
4324 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
4325 FP0_REGNUM.
4326 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
4327 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
4328 Same.
4329 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
4330 bdm_ppc_store_registers): Same.
4331 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
4332 (store_register, fill_fpregset): Same.
4333 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
4334 (ppc_linux_supply_fpregset): Same.
4335 * ppcnbsd-nat.c (getfpregs_supplies): Same.
4336 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
4337 Same.
4338 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
4339 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
4340 ppc64_sysv_abi_return_value): Same.
4341 * rs6000-nat.c (regmap, fetch_inferior_registers)
4342 (store_inferior_registers, fetch_core_registers): Same.
4343
4344 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4345
4346 * m68knbsd-nat.c: Remove file.
4347 * m68knbsd-tdep.c: Remove file.
4348 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
4349 dependencies.
4350 * configure.host: Add m68k-*-netbsdelf*.
4351 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
4352 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
4353 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
4354 (XM_FILE): Remove.
4355 * config/m68k/nbsdelf.mh: New file.
4356 * config/m68k/nbsd.mt: New file.
4357 * config/m68k/nbsdaout.mt: Remove file.
4358 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
4359 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
4360 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
4361 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
4362 (use_struct_convention): Remove prototype.
4363 (USE_STRUCT_CONVENTION): Remove define.
4364 * config/m68k/xm-nbsd.h: Remove file.
4365
4366 2004-05-04 Michael Snyder <msnyder@redhat.com>
4367
4368 * m68k-tdep.c (m68k_gdbarch_init): Default to using
4369 reg_struct_return method (as gcc usually does for cross targets).
4370
4371 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4372
4373 Committed by Andrew Cagney.
4374 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
4375 alignment padding when accessing ucontext struct members.
4376
4377 2004-05-04 Jim Blandy <jimb@redhat.com>
4378
4379 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
4380 'ppc_gplast_regnum' member.
4381 (ppc_num_gprs): New enum constant.
4382 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
4383 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
4384 * rs6000-nat.c (regmap, fetch_inferior_registers,
4385 store_inferior_registers): Same.
4386 * rs6000-tdep.c (e500_pseudo_register_read)
4387 (e500_pseudo_register_write): Same.
4388 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
4389
4390 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
4391 * ppc-tdep.h (ppc_num_fprs): New enum constant.
4392 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
4393 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
4394 FPLAST_REGNUM.
4395 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
4396 Same.
4397 * ppc-linux-nat.c (ppc_register_u_addr): Same.
4398 * rs6000-nat.c (regmap, fetch_inferior_registers)
4399 (store_inferior_registers): Same.
4400
4401 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
4402 with FPLAST_REGNUM.
4403
4404 2004-05-03 Joel Brobecker <brobecker@gnat.com>
4405
4406 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
4407 failure detected by recent versions of GCC.
4408 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
4409 to be consistent with the usage in dwarf2_create_include_psymtab.
4410
4411 2004-05-03 Michael Snyder <msnyder@redhat.com>
4412
4413 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
4414 (heuristic_proc_start): Whitespace cleanup.
4415
4416 2004-05-04 Mark Kettenis <kettenis@gnu.org>
4417
4418 * sun3-nat.c: Remove file.
4419 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
4420 dependencies.
4421 (ALLDEPFILES): Remove sun3-nat.c.
4422 (sun3-nat.o): Remove dependencies.
4423
4424 * i386-interix-nat.c, i386-interix-tdep.c,
4425 config/i386/nm-interix.h, config/i386/interix.mh,
4426 config/i386/interix.mt: Remove files.
4427 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
4428 dependencies.
4429
4430 2004-05-03 Mark Kettenis <kettenis@gnu.org>
4431
4432 * m68k-tdep.h (struct gdbarch_tdep): Add member
4433 struct_value_regnum.
4434 (m68k_svr4_init_abi): New prototype.
4435 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
4436 different calling conventions.
4437 (m68k_extract_return_value): Remove code dealing with single-field
4438 structs.
4439 (m68k_store_return_value): Remove code dealing with single-field
4440 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
4441 (m68k_extract_struct_value_address): Remove function.
4442 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
4443 (m68k_reg_struct_return_p, m68k_return_value)
4444 (m68k_svr4_return_value): New functions.
4445 (m68k_use_struct_convention): Remove function.
4446 (m68k_push_dummy_call): Use new struct_value_regnum member of
4447 `struct gdbarch_tdep' instead of hardcoded register number to
4448 store STRUCT_ADDR.
4449 (m68k_svr4_init_abi): New function.
4450 (m68k_gdbarch_init): Don't set extract_return_value,
4451 store_return_values, deprecated_extract_struct_value_address and
4452 use_struct_convention. Set return_value instead. Initialize new
4453 struct_value_regnum member of `struct gdbarch_tdep'.
4454 * m68klinux-tdep.c: Update copyright year.
4455 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
4456 (m68k_linux_extract_struct_value_address): Remove function.
4457 (m68k_linux_init_abi): Don't set extract_return_value,
4458 store_return_values, deprecated_extract_struct_value_address and
4459 use_struct_convention. Call m68k_svr4_init_abi but override the
4460 new struct_value_regnum member of `struct gdbarch_tdep'.
4461 * Makefile.in (m68k-tdep.o): Update dependencies.
4462
4463 2004-05-03 J. Brobecker <brobecker@gnat.com>
4464
4465 * dwarf2read.c (line_header): Add new included_p field in
4466 field file_names.
4467 (partial_die_info): New field has_stmt_list. New field line_offset.
4468 (dwarf2_create_include_psymtab): New function.
4469 (dwarf2_build_include_psymtabs): New function.
4470 (add_file_name): Add forward declaration. Initialize new field.
4471 (dwarf_decode_lines): Add new parameter. Enhance this procedure
4472 to be able to determine the list of files included by the
4473 given unit, and build their associated psymtabs.
4474 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
4475 files as well.
4476 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
4477 (read_file_scope): Update call to dwarf_decode_lines.
4478 (read_partial_die): Handle DW_AT_stmt_list attributes.
4479
4480 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
4481
4482 Unfix PR gdb/1626.
4483 * configure.in: Revert special case for osf5.*.
4484 * configure: Regenerate.
4485
4486 2004-05-02 Jim Blandy <jimb@redhat.com>
4487
4488 Move the symbol-file-from-memory functions into their own file.
4489 * symfile-mem.c, symfile-mem.h: New files.
4490 * symfile.c (symbol_file_add_from_bfd): New function.
4491 (symbol_file_add): Call symbol_file_add_from_bfd.
4492 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
4493 Moved to symfile-mem.c.
4494 (_initialize_symfile): Move definition of
4495 add-symbol-file-from-memory command to symfile-mem.c.
4496 * symfile.h (symbol_file_add_from_bfd): New declaration.
4497 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
4498 * config/powerpc/linux.mt (TDEPFILES): Same.
4499 * Makefile.in (SFILES): Add symfile-mem.c.
4500 (symfile_mem_h): New variable.
4501 (HFILES_NO_SRCDIR): Add symfile-mem.h.
4502 (symfile-mem.o): New rule.
4503
4504 2004-05-01 Andrew Cagney <cagney@redhat.com>
4505
4506 * breakpoint.c (insert_bp_location): Use get_frame_id, and
4507 frame_find_by_id instead of frame_relative_level.
4508 (do_enable_breakpoint): Ditto.
4509 * thread.c: Update copyright.
4510 (info_threads_command): Ditto, simplify.
4511
4512 * frame.c (deprecated_generic_get_saved_register): Delete
4513 function, moved to "xstormy16-tdep.c".
4514 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
4515 deprecated_generic_get_saved_register from "frame.c".
4516 (xstormy16_frame_saved_register): Call
4517 xstormy16_get_saved_register.
4518 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
4519 static.
4520 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
4521 * frame.h (deprecated_generic_get_saved_register): Delete.
4522
4523 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
4524
4525 * dwarfread.c: Update documentation on the state of dwarf-1.
4526
4527 2004-05-01 Andrew Cagney <cagney@redhat.com>
4528
4529 * stack.c (select_frame_command): Delete call to
4530 frame_relative_level.
4531 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
4532 Delete #if0 code.
4533 (frame_info): Do not print FRAMELESS.
4534 (print_block_frame_labels): Replace DEPRECATED_STREQ.
4535 (catch_info): Delete #if0 code.
4536
4537 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
4538 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
4539 of frame_relative_level.
4540 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
4541 to SENTINEL_FRAME.
4542 * frame.h (enum frame_type): Add SENTINEL_FRAME.
4543 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
4544 frame_relative_level.
4545
4546 * frame.h (deprecated_set_frame_type): Delete declaration.
4547 * frame.c (deprecated_set_frame_type): Delete function, update
4548 comments.
4549
4550 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
4551 * gdbarch.h, gdbarch.c: Re-generate.
4552 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
4553 (shnbsd_pc_in_sigtramp): Delete.
4554 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
4555 pc_in_sigtramp.
4556 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
4557 pc_in_sigtramp.
4558 * frame.h: Update comments.
4559 * ppc-linux-tdep.c: Update comments.
4560 * breakpoint.c (bpstat_what): Update comments.
4561
4562 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
4563 m68klinux-tdep.o's dependencies, were previously added to
4564 m68klinux-nat.o.
4565
4566 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
4567 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
4568 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
4569 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
4570 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
4571
4572 * Makefile.in (m68klinux-nat.o): Update dependencies.
4573 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4574 (m68k_linux_sigtramp_frame_cache)
4575 (m68k_linux_sigtramp_frame_this_id)
4576 (m68k_linux_sigtramp_frame_prev_register)
4577 (m68k_linux_sigtramp_frame_unwind)
4578 (m68k_linux_sigtramp_frame_sniffer)
4579 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
4580 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
4581 names, use trad-frame.h.
4582 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
4583 (struct m68k_sigtramp_info): Delete.
4584 * m68k-tdep.c (m68k_sigtramp_frame_cache)
4585 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
4586 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
4587 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
4588 "m68klinux-tdep.c".
4589
4590 * infrun.c (check_sigtramp2): Delete check for
4591 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
4592
4593 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4594
4595 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
4596
4597 2004-05-01 Andrew Cagney <cagney@redhat.com>
4598
4599 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
4600 (frv_linux_sigtramp_frame_cache)
4601 (frv_linux_sigtramp_frame_this_id)
4602 (frv_linux_sigtramp_frame_prev_register)
4603 (frv_linux_sigtramp_frame_unwind)
4604 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
4605 include "linux" in function and variable names, directly call
4606 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
4607 the latest trad-frame code.
4608 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
4609 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
4610 * Makefile.in (frv-linux-tdep.o): Update dependencies.
4611 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
4612 * frv-tdep.c (frv_sigtramp_frame_cache)
4613 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
4614 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
4615 frv-linux-tdep.c.
4616 (frv_gdbarch_init): Do not append a sigtramp sniffer.
4617 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
4618 (frv_set_sigcontext_reg_addr): Delete function.
4619
4620 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
4621 (DEPRECATED_SIGTRAMP_END): Delete.
4622 * gdbarch.h, gdbarch.c: Re-generate.
4623 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
4624 * config/vax/tm-vaxbsd.h: Update copyright.
4625 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4626 (DEPRECATED_IN_SIGTRAMP): Define.
4627 * config/m68k/tm-nbsd.h: Update copyright.
4628 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
4629 (DEPRECATED_IN_SIGTRAMP): Define.
4630
4631 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4632
4633 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
4634 encondings. Fixes PR gdb/1628.
4635
4636 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
4637 DW_CFA_restore state without a matching DW_CFA_remember_state
4638 instead of aborting. Fixes PR backtrace/1589.
4639
4640 2004-04-30 Joel Brobecker <brobecker@gnat.com>
4641
4642 * MAINTAINERS: Add self as AIX maintainer.
4643 Update my e-mail address in write-after-approval section.
4644
4645 2004-04-30 Andrew Cagney <cagney@redhat.com>
4646
4647 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
4648 (legacy_get_prev_frame): Ditto.
4649
4650 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
4651 (mips_gdbarch_init): Do not set pc_in_sigtramp.
4652 * mipsread.c (sigtramp_address): Delete extern variable.
4653 (mipscoff_new_init): Delete reference.
4654 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
4655 (fixup_sigtramp): Delete function.
4656 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
4657 (fixup_sigtramp): Delete declarations.
4658
4659 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
4660 deprecated_pc_in_sigtramp.
4661 (ppcnbsd_pc_in_sigtramp): Delete function.
4662
4663 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4664
4665 * config/m68k/nm-nbsd.h: Tweak comments.
4666 * config/m68k/nm-nbsdaout.h: Likewise.
4667
4668 2004-04-30 Andrew Cagney <cagney@redhat.com>
4669
4670 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
4671 legacy_pc_in_sigtramp.
4672 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
4673
4674 2004-05-01 Mark Kettenis <kettenis@gnu.org>
4675
4676 Add OpenBSD/m68k support.
4677 * NEWS (New native configurations): Mention OpenBSD/m68k.
4678 * m68kbsd-tdep.c: New file.
4679 * m68kbsd-nat.c: New file.
4680 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
4681 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
4682 * configure.host: Add m68k-*-openbsd.
4683 * configure.tgt: Add m68k-*-openbsd.
4684 * config/m68k/tm-obsd.h: New file.
4685 * config/m68k/obsd.mt: New file.
4686 * config/m68k/obsd.mh: New file.
4687 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
4688 m68kbsd-tdep.c.
4689
4690 2004-04-30 Andrew Cagney <cagney@redhat.com>
4691
4692 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
4693 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
4694
4695 2004-04-30 Mark Kettenis <kettenis@gnu.org>
4696
4697 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
4698 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
4699
4700 2004-04-30 Brian Ford <ford@vss.fsi.com>
4701
4702 Revert 2004-04-16 change.
4703 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
4704 (i386_coff_init_abi): Remove.
4705 * i386-tdep.h (i386_coff_init_abi): Remove.
4706 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
4707
4708 2004-04-30 Andrew Cagney <cagney@redhat.com>
4709
4710 * blockframe.c (find_pc_partial_function): Delete use of
4711 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
4712 DEPRECATED_SIGTRAMP_END.
4713
4714 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
4715 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
4716 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
4717 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
4718 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
4719
4720 * defs.h (deprecated_inside_entry_file): Delete declaration.
4721 * blockframe.c (deprecated_inside_entry_file): Delete function.
4722 (legacy_frame_chain_valid): Delete call.
4723 * sh64-tdep.c (sh64_frame_chain): Delete call.
4724 * objfiles.h: Update comments.
4725 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
4726 call.
4727 * frame.c (get_prev_frame): Delete call, update comments.
4728
4729 2004-04-30 Brian Ford <ford@vss.fsi.com>
4730
4731 * MAINTAINERS (Write After Approval): Add myself.
4732
4733 2004-04-30 Andrew Cagney <cagney@redhat.com>
4734
4735 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
4736 * gdbarch.h, gdbarch.c: Re-generate.
4737 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
4738 code.
4739
4740 2004-04-30 Andrew Cagney <cagney@redhat.com>
4741
4742 * gdb-events.sh (selected_thread_changed)
4743 (selected_frame_level_changed, target_changed): Delete.
4744 * gdb-events.h, gdb-events.c: Re-generate.
4745 * valops.c (value_assign): Update.
4746 * stack.c (select_frame_command, up_silently_base)
4747 (down_silently_base): Update.
4748
4749 2004-04-29 Andrew Cagney <cagney@redhat.com>
4750
4751 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
4752 registers correctly.
4753 (print_gp_register_row, mips32_heuristic_proc_desc)
4754 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
4755 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
4756 references to mips_isa_regsize.
4757
4758 2004-04-29 Andrew Cagney <cagney@redhat.com>
4759
4760 * mips-tdep.c (struct gdbarch_tdep): Delete
4761 mips_fp_register_double.
4762 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
4763 mips_abi_regsize.
4764 (mips_gdbarch_init): Do not set mips_fp_register_double.
4765 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
4766
4767 2004-04-29 Joel Brobecker <brobecker@gnat.com>
4768
4769 Committed by Andrew Cagney.
4770 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
4771 function calls.
4772
4773 2004-04-29 Andrew Cagney <cagney@redhat.com>
4774
4775 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
4776 gdbarch, use mips_abi, update callers.
4777 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
4778 mips_abi_regsize, update callers.
4779 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
4780 mips_default_abi_regsize.
4781 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
4782 mips_default_abi_regsize.
4783
4784 2004-04-29 Andrew Cagney <cagney@redhat.com>
4785
4786 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
4787 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
4788 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
4789 mips_default_abi_regsize.
4790 (mips_isa_regsize): Rename mips_regisze.
4791 * mipsnbsd-tdep.c: Update.
4792 * mips-linux-tdep.c: Update.
4793 * irix5-nat.c: Update.
4794 * mips-tdep.h (mips_isa_regsize): Update.
4795
4796 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
4797 Delete all disabled code.
4798 * gdb-events.h, gdb-events.c: Re-generate.
4799
4800 2004-04-19 Jerome Guitton <guitton@gnat.com>
4801 Mark Kettenis <kettenis@gnu.org>
4802
4803 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
4804 the function begins with a branch instruction.
4805
4806 2004-04-29 Mark Kettenis <kettenis@gnu.org>
4807
4808 * i386-tdep.c: Fix spelling mistakes.
4809
4810 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4811 Andrew Cagney <cagney@redhat.com>
4812
4813 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
4814 <sys/proc.h>.
4815 * acconfig.h: Provide default _KMEMUSER value.
4816 * config.in, configure: Re-generate.
4817 * NEWS: Mention fix.
4818
4819 2004-04-24 Randolph Chung <tausq@debian.org>
4820
4821 * configure.host (hppa*-*-linux*): New target.
4822 * configure.tgt (hppa*-*-linux*): Likewise.
4823 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
4824 gdbarch_init_osabi() call earlier so that osabi-specific frame
4825 unwinders can be registered first.
4826 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
4827 hppa-linux-nat.c.
4828 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
4829 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
4830 * config/pa/linux.mh: New file.
4831 * config/pa/linux.mt: New file.
4832 * config/pa/nm-linux.h: New file.
4833 * config/pa/xm-linux.h: New file.
4834 * hppa-linux-nat.c: New file.
4835 * hppa-linux-tdep.c: New file.
4836
4837 2004-04-28 Randolph Chung <tausq@debian.org>
4838
4839 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
4840 return values.
4841 (hppa32_push_dummy_call): Fix small struct and floating point argument
4842 passing, and make sure the stack frame is properly aligned.
4843
4844 2004-04-28 Andrew Cagney <cagney@redhat.com>
4845
4846 * stack.c (print_stack_frame): Fix description.
4847
4848 * NEWS: Mention gdb/gdbserver/configure execute permission
4849 changed. PR server/519.
4850
4851 2004-04-28 Andrew Cagney <cagney@redhat.com>
4852
4853 * stack.c (print_stack_frame_stub): Delete declaration.
4854 (struct print_stack_frame_args, print_stack_frame)
4855 (print_frame_info, print_frame): Replace "source" with print what.
4856 Replace "print" with "print_level". Replace "args" with
4857 "print_args".
4858 * frame.h (show_and_print_stack_frame, print_stack_frame)
4859 (print_frame_info): Update declarations.
4860 * stack.c (select_and_print_frame, frame_command)
4861 (current_frame_command, up_command, down_command): Update calls -
4862 use get_selected_frame, pass "enum print_what" for source, do not
4863 call frame_relative_level.
4864 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
4865 * remote-rdp.c (remote_rdp_open): Ditto.
4866 * remote-mips.c (common_open): Ditto.
4867 * remote-e7000.c (e7000_start_remote): Ditto.
4868 * ocd.c (ocd_start_remote): Ditto.
4869 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
4870 * infrun.c (normal_stop): Ditto.
4871 * inflow.c (kill_command): Ditto.
4872 * infcmd.c (finish_command): Ditto.
4873 * corelow.c (core_open): Ditto.
4874 * tracepoint.c (finish_tfind_command): Ditto.
4875 * thread.c (info_threads_command, info_threads_command)
4876 (restore_current_thread, do_captured_thread_select): Ditto.
4877 * ada-tasks.c (task_command): Ditto.
4878
4879 2004-04-26 Orjan Friberg <orjanf@axis.com>
4880
4881 * frame.c: Include "observer.h".
4882 (frame_observer_target_changed): New function.
4883 (_initialize_frame): Attach target_changed observer.
4884 * regcache.c: Include "observer.h".
4885 (regcache_observer_target_changed): New function.
4886 (_initialize_regcache): Attach target_changed observer.
4887 * valops.c: Include "observer.h".
4888 (value_assign): Notify target_changed event when modifying register.
4889 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
4890
4891 2004-04-26 Orjan Friberg <orjanf@axis.com>
4892
4893 From Paul Koning <pkoning@equallogic.com>:
4894 * breakpoint.c (free_valchain): New function.
4895 (insert_bp_location, delete_breakpoint): Use free_valchain.
4896 (remove_breakpoint): Do not remove the valchain.
4897 (bpstat_stop_status): If not stopped by watchpoint, skip
4898 watchpoints when generating stop status list.
4899 * infrun.c (handle_inferior_event): Make
4900 stepped_after_stopped_by_watchpoint a global variable.
4901 * remote.c (remote_stopped_data_address): Return watch data
4902 address rather than zero if stepped_after_stopped_by_watchpoint is
4903 set.
4904
4905 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
4906
4907 Fix PR gdb/1626.
4908 * configure.in: Check for curses after termcap.
4909 On osf5.*, do not check for ncurses.
4910 * configure: Regenerate.
4911
4912 2004-04-25 Mark Kettenis <kettenis@gnu.org>
4913
4914 * ppcobsd-nat.c: Include "ppc-tdep.h".
4915 * Makefile.in (ppcobsd-nat.o): Update dependencies.
4916
4917 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
4918 Fixes PR tdep/1623 and PR tdep/1624.
4919
4920 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
4921
4922 * xmodem.h, xmodem.c: Remove files.
4923 * Makefile.in: Remove references to xmodem.h, xmodem.c.
4924
4925 2004-04-23 Randolph Chung <tausq@debian.org>
4926
4927 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
4928 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
4929 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
4930 for handling stackless frames.
4931 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
4932
4933 2004-04-23 Randolph Chung <tausq@debian.org>
4934
4935 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
4936 starts at a pc before the frame is created.
4937
4938 2004-04-23 Joel Brobecker <brobecker@gnat.com>
4939
4940 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
4941
4942 2004-04-23 Jerome Guitton <guitton@gnat.com>
4943
4944 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
4945 use convert_typed_floating to get the appropriate format.
4946
4947 2004-04-22 Randolph Chung <tausq@debian.org>
4948
4949 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
4950 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
4951 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
4952 (hppa_sign_extend): Add prototype.
4953 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
4954 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
4955 (sign_extend): Rename with hppa_ prefix and make non-static. Other
4956 hppa targets will also use these functions.
4957 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
4958 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
4959 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
4960 (hppa_gdbarch_init): Remove gdbarch setting of
4961 skip_trampoline_code, in_solib_call_trampoline and
4962 in_solib_return_trampoline.
4963 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4964 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
4965 hppa_in_solib_call_trampoline.
4966 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
4967 Moved from hppa-tdep.c.
4968 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
4969 in_solib_call_trampoline and in_solib_return_trampoline.
4970
4971 2004-04-22 Randolph Chung <tausq@debian.org>
4972
4973 * hppa-tdep.c (hppa_debug): New variable.
4974 (find_unwind_entry, hppa_frame_cache): Add debug output.
4975 (_initialize_hppa_tdep): Add command to set debug flag.
4976
4977 2004-04-22 Andrew Cagney <cagney@redhat.com>
4978
4979 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
4980 "trad-frame.h".
4981 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
4982 signal trampoline unwinder.
4983 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
4984
4985 2004-04-22 Mark Kettenis <kettenis@gnu.org>
4986
4987 Add OpenBSD/powerpc support.
4988 * NEWS (New native configurations): Mention OpenBSD/powerpc.
4989 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
4990 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
4991 (ppc_collect_fpregset): New prototypes.
4992 * ppcobsd-nat.c: New file.
4993 * ppcobsd-tdep.c: New file.
4994 * ppcobsd-tdep.h: New file.
4995 * rs6000-tdep.c: Include "regset.h".
4996 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
4997 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
4998 New functions.
4999 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
5000 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
5001 (rs6000-tdep.o): Update dependencies.
5002 * configure.host: Add powerpc-*-openbsd.
5003 * configure.tgt: Add powerpc-*-openbsd.
5004 * config/powerpc/obsd.mh: New file.
5005 * config/powerpc/nm-obsd.h: New file.
5006 * config/powerpc/obsd.mt: New file.
5007
5008 2004-04-22 Andrew Cagney <cagney@redhat.com>
5009
5010 * frame.h (show_frame_info): Delete declaration.
5011
5012 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
5013 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
5014 * m32r-tdep.c (m32r_frame_this_id): Ditto.
5015 * frv-tdep.c (frv_frame_this_id): Ditto.
5016 * avr-tdep.c (avr_frame_this_id): Ditto.
5017
5018 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
5019
5020 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
5021
5022 2004-04-22 Jim Blandy <jimb@redhat.com>
5023
5024 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
5025 register number zero.
5026
5027 2004-04-21 Michael Snyder <msnyder@redhat.com>
5028
5029 * mips-tdep.c (heuristic_proc_start):
5030 Warning() already prefixes "Warning: ".
5031
5032 2004-04-21 Andrew Cagney <cagney@redhat.com>
5033
5034 * annotate.h (deprecated_annotate_starting_hook)
5035 (deprecated_annotate_stopped_hook)
5036 (deprecated_annotate_exited_hook)
5037 (deprecated_annotate_signal_hook)
5038 (deprecated_annotate_signalled_hook): Deprecate.
5039 * tracepoint.h (deprecated_create_tracepoint_hook)
5040 (deprecated_delete_tracepoint_hook)
5041 (deprecated_modify_tracepoint_hook)
5042 (deprecated_trace_find_hook)
5043 (deprecated_trace_start_stop_hook): Deprecate.
5044 * target.h (deprecated_target_new_objfile_hook): Deprecate.
5045 * remote.h (deprecated_target_resume_hook)
5046 (deprecated_target_wait_loop_hook): Deprecate.
5047 * gdbcore.h (deprecated_exec_file_display_hook)
5048 (deprecated_file_changed_hook): Deprecate.
5049 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
5050 * defs.h (deprecated_modify_breakpoint_hook)
5051 (deprecated_command_loop_hook, deprecated_show_load_progress)
5052 (deprecated_print_frame_info_listing_hook)
5053 (deprecated_query_hook, deprecated_warning_hook)
5054 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
5055 (deprecated_delete_breakpoint_hook)
5056 (deprecated_interactive_hook, deprecated_registers_changed_hook)
5057 (deprecated_readline_begin_hook, deprecated_readline_hook)
5058 (deprecated_readline_end_hook, deprecated_register_changed_hook)
5059 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
5060 (deprecated_context_hook, deprecated_target_wait_hook)
5061 (deprecated_attach_hook, deprecated_detach_hook)
5062 (deprecated_call_command_hook, deprecated_set_hook)
5063 (deprecated_error_hook, deprecated_error_begin_hook)
5064 (deprecated_ui_load_progress_hook): Deprecate.
5065 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
5066 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
5067 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
5068 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
5069 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
5070 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
5071 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
5072 * annotate.c, aix-thread.c: Update.
5073
5074 2004-04-21 Andrew Cagney <cagney@redhat.com>
5075
5076 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
5077 * vaxnbsd-tdep.c: Include "gdb_string.h".
5078
5079 * symfile.c (symbol_file_add_from_memory): #if 0 function.
5080 (add_symbol_file_from_memory_command): #if 0 function body, call
5081 error instead.
5082
5083 2004-04-21 Andrew Cagney <cagney@redhat.com>
5084
5085 * gdbcore.h: Update copyright.
5086 (deprecated_add_core_fns): Rename add_core_fns.
5087 * win32-nat.c (_initialize_core_win32): Update.
5088 * sun3-nat.c (_initialize_core_sun3): Update.
5089 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
5090 * rs6000-nat.c (_initialize_core_rs6000): Update.
5091 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
5092 * nto-tdep.c (_initialize_nto_tdep): Update.
5093 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
5094 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
5095 * mips-nat.c (_initialize_core_mips): Update.
5096 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5097 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
5098 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
5099 * lynx-nat.c (_initialize_core_lynx): Update.
5100 * irix5-nat.c (_initialize_core_irix5): Update.
5101 * i386-interix-nat.c (_initialize_core_interix): Update.
5102 * cris-tdep.c (_initialize_cris_tdep): Update.
5103 * corelow.c (deprecated_add_core_fns): Update.
5104 * core-regset.c (_initialize_core_regset): Update.
5105 * core-aout.c (_initialize_core_aout): Update.
5106 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
5107 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
5108 * alpha-nat.c (_initialize_core_alpha): Update.
5109
5110 2004-04-21 Jim Blandy <jimb@redhat.com>
5111
5112 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
5113
5114 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
5115
5116 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
5117 Delete.
5118 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
5119 (read_attribute_value): Update calls to dwarf_alloc_block.
5120 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
5121 dwarf2_tmp_obstack.
5122 (psymtab_to_symtab_1): Likewise. Clean up using
5123 free_stack_comp_unit.
5124 (add_to_cu_func_list): Use the comp_unit_obstack.
5125
5126 2004-04-19 Joel Brobecker <brobecker@gnat.com>
5127
5128 * dwarf2read.c (dwarf2_flag_true_p): New function.
5129 (die_is_declaration): Use the function above. Add some comments.
5130
5131 2004-04-19 Mark Kettenis <kettenis@gnu.org>
5132
5133 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
5134 architecture when registering sparcnbsd_core_osabi_sniffer.
5135 Adjust comment.
5136
5137 2004-04-18 Mark Kettenis <kettenis@gnu.org>
5138
5139 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
5140 return value.
5141
5142 Based on a patch from Brian Ford <ford@vss.fsi.com>:
5143 * i386-tdep.c: Correct register numbering scheme comments
5144 throughout.
5145 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
5146 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
5147 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
5148 (i386_gdb_arch_init): Likewise.
5149
5150 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
5151 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
5152 ppcnbsd-tdep.o.
5153
5154 * m68k-tdep.h: Tweak comments.
5155 * m68k-tdep.c: Tweak comment.
5156
5157 2004-04-17 Randolph Chung <tausq@debian.org>
5158
5159 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
5160 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
5161 (hppa_hpux_som_init_abi): Set is_elf to 0.
5162 (hppa_hpux_elf_init_abi): Set is_elf to 1.
5163 * hppa-tdep.c (low_text_segment_address): Remove global.
5164 (record_text_segment_lowaddr): Pass in low address as parameter. Use
5165 section offset to calculate segment address.
5166 (internalize_unwinds): Define low_text_segment_address as local and
5167 pass to record_text_segment_lowaddr for ELF targets.
5168 (hppa_gdbarch_init): Zero fill tdep structure.
5169 (hppa_dump_tdep): Print tdep structure.
5170 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
5171
5172 2004-04-17 Randolph Chung <tausq@debian.org>
5173
5174 * hppa-tdep.c (hppa_pseudo_register_read): Define.
5175 (hppa_gdbarch_init): Set pseudo_register_read.
5176 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
5177 * regcache.c (supply_register): Remove check for
5178 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
5179
5180 2004-04-17 Randolph Chung <tausq@debian.org>
5181
5182 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
5183 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
5184 (hpread_adjust_stack_address): Move to hpread.c.
5185 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5186 obj_private_struct): Move from tm-hppa.h.
5187 * hpread.c (hppa-tdep.h): Include.
5188 (hpread_adjust_stack_address): Move from hppa-tdep.c.
5189 (hpread_read_function_type, hpread_read_doc_function_type)
5190 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
5191 directly.
5192 * pa64solib.c (hppa-tdep.h): Include.
5193 * somsolib.c (hppa-tdep.h): Include.
5194 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
5195 inferior_status): Remove unused forward declarations.
5196 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
5197 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
5198 obj_private_struct): Move to hppa-tdep.h.
5199 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
5200
5201 2004-04-17 Randolph Chung <tausq@debian.org>
5202
5203 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
5204 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
5205 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
5206 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
5207 Remove forward declaration and make static.
5208 (hppa_reg_struct_has_addr): Remove.
5209
5210 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5211
5212 * observer.sh: Move comments in sed command to first column.
5213
5214 2004-04-16 Jason Molenda (jmolenda@apple.com)
5215
5216 * frame.c: Minor typeo corrections in comments.
5217
5218 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5219
5220 * observer.c (observer_test_first_notification_function): Update
5221 function profile.
5222 (observer_test_second_notification_function): Likewise.
5223 (observer_test_third_notification_function): Likewise.
5224
5225 2004-04-16 Mark Kettenis <kettenis@gnu.org>
5226
5227 From Brian Ford <ford@vss.fsi.com>:
5228 * i386-tdep.c (i386_coff_init_abi): New function.
5229 * i386-tdep.h (i386_coff_init_abi): New prototype.
5230 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
5231 register number translation functions for DWARF and DWARF 2.
5232
5233 2004-04-16 Joel Brobecker <brobecker@gnat.com>
5234
5235 * dwarf2read.c: Back out my previous change, it was incorrect.
5236
5237 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
5238
5239 * dwarf2read.c: Include "hashtab.h".
5240 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
5241 has_namespace_info.
5242 (struct partial_die_info): Add comments. Use bitfields to reduce
5243 memory footprint. Add scope, scope_set, has_specification,
5244 spec_offset, die_parent, die_child, and die_sibling.
5245 (peek_die_abbrev): Add prototype.
5246 (partial_read_comp_unit_head): New function, broken out from
5247 dwarf2_build_psymtabs_hard.
5248 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
5249 Use partial_read_comp_unit_head. Initialize the CU and
5250 comp_unit_obstack. Update calls to read_partial_die and
5251 scan_partial_symbols. Use free_stack_comp_unit and
5252 load_partial_dies.
5253 (scan_partial_symbols): Change PDI to a pointer. Use the child and
5254 sibling pointers to walk partial DIEs. Call fixup_partial_die.
5255 Update calls to helper functions. Remove NAMESPACE argument.
5256 Update comments.
5257 (partial_die_parent_scope, partial_die_full_name): New functions.
5258 (add_partial_symbol): Remove namespace argument. Update call to
5259 pdi_needs_namespace. Use partial_die_full_name. Handle
5260 DW_TAG_namespace. Check has_namespace_info flag.
5261 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
5262 tag. Handle namespaces.
5263 (add_partial_namespace, add_partial_enumeration): Simplify.
5264 (guess_structure_name): New function, derived from
5265 add_partial_structure.
5266 (add_partial_structure): Remove.
5267 (determine_class_name): Update comment.
5268 (dwarf2_read_abbrevs): Set has_namespace_info flag.
5269 (is_type_tag_for_partial, load_partial_dies): New functions.
5270 (read_partial_die): Pass abbrev and abbrev_len as arguments.
5271 Record specifications instead of following them immediately.
5272 (find_partial_die_in_comp_unit, find_partial_die)
5273 (fixup_partial_die, free_stack_comp_unit)
5274 (hashtab_obstack_allocate, dummy_obstack_deallocate)
5275 (partial_die_hash, partial_die_eq): New functions.
5276 * Makefile.in (hashtab_h): Define.
5277 (dwarf2read.o): Update dependencies.
5278 (observer_inc, observer_h): Move to the correct section.
5279
5280 2004-04-15 Joel Brobecker <brobecker@gnat.com>
5281
5282 * dwarf2read.c (dwarf2_attribute_true_p): New function.
5283 (die_is_declaration): Use the function above. Add comment.
5284
5285 2004-04-15 Joel Brobecker <brobecker@gnat.com>
5286
5287 * dwarf2read.c (read_structure_scope): Identify stub types
5288 using die_is_declaration() only.
5289
5290 2004-04-15 Roland McGrath <roland@redhat.com>
5291
5292 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
5293 argument instead of NAME.
5294 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
5295 in call to symbol_file_add_with_addrs_or_offsets.
5296 (build_addr_info): New function, helper for ...
5297 (symbol_file_add_from_memory): New function.
5298 (add_symbol_file_from_memory_command): New function using that.
5299 (_initialize_symfile): Register it for add-symbol-file-from-memory.
5300 (pre_add_symbol_hook): Add const to argument type.
5301 * symfile.h (symbol_file_add_from_memory): Declare it.
5302
5303 2004-04-15 Mark Kettenis <kettenis@gnu.org>
5304
5305 * NEWS (New native configurations): Mention OpenBSD/vax.
5306 * configure.host: Add vax-*-openbsd*.
5307 * config/vax/obsd.mh: New file.
5308 * config/vax/nm-obsd.h: New file.
5309
5310 * vax-tdep.c: Include "regset.h".
5311 (vax_supply_gregset): New function.
5312 (vax_gregset): New variable.
5313 (vax_regset_from_core_section): New function.
5314 (vax_gdbarch_init): Set regset_from_core_section.
5315 * Makefile.in (vax-tdep.o): Update dependencies.
5316
5317 2004-04-15 Andrew Cagney <cagney@redhat.com>
5318
5319 * observer.c (normal_stop_subject, observer_notify_normal_stop)
5320 (observer_normal_stop_notification_stub)
5321 (observer_attach_normal_stop, observer_detach_normal_stop):
5322 Delete, replaced by #include "observer.inc".
5323 * infrun.c (normal_stop): Pass "stop_bpstat" to
5324 observer_notify_normal_stop.
5325 * Makefile.in (observer_inc): Define.
5326 (observer.o): Update dependencies.
5327 (observer.h, observer.inc): New rules.
5328 * observer.h: Delete file.
5329 * observer.sh: New file.
5330
5331 2004-04-15 Mark Kettenis <kettenis@gnu.org>
5332
5333 * vax-tdep.c (vax_frame_cache): Fix typo.
5334
5335 2004-04-14 Mark Kettenis <kettenis@gnu.org>
5336
5337 * NEWS (New native configurations): Mention NetBSD/vax.
5338 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
5339 * config/vax/nbsdelf.mh: New file.
5340 * config/vax/nbsdaout.mh: New file.
5341 * config/vax/nm-nbsd.h: New file.
5342 * config/vax/nm-nbsdaout.h: New file.
5343
5344 * vaxnbsd-tdep.c: New file.
5345 * Makefile.in (vaxnbsd-tdep.o): New dependency.
5346 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
5347 * config/vax/nbsd.mt: New file.
5348 * config/vax/tm-nbsd.h: New file.
5349
5350 * Makefile.in (vaxbsd-nat.o): New dependency.
5351
5352 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
5353 * vax-tdep.c (vax_store_arguments): Remove struct_return and
5354 struct_addr arguments. Don't push return value address.
5355 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
5356 arguments to vax_store_arguments. Store return value address in
5357 R1.
5358 (vax_store_struct_return, vax_extract_return_value)
5359 (vax_store_return_value): Remove functions.
5360 (vax_return_value): New function.
5361 (vax_gdbarch_init): Set return value. Don't set
5362 deprecated_store_struct_return, deprecated_extract_struct_return
5363 and deprecated_store_return_value.
5364
5365 2004-04-14 Andreas Schwab <schwab@suse.de>
5366
5367 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
5368 value buffer.
5369 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
5370
5371 2004-04-14 Mark Kettenis <kettenis@gnu.org>
5372
5373 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
5374 (vax_unwind_dummy_id): New functions.
5375 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
5376 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
5377 variables.
5378 (vax_fix_call_dummy): Remove function.
5379 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
5380 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
5381 call_dummy_location, deprecated_call_dummy_words,
5382 deprecated_sizeof_call_dummy_words,
5383 deprecated_call_dummy_breakpoint_offset,
5384 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
5385 and deprecated_dummy_write_sp.
5386
5387 2004-04-13 David Carlton <carlton@kealia.com>
5388
5389 * MAINTAINERS: Move myself to "paper trail" section.
5390
5391 2004-04-12 Mark Kettenis <kettenis@gnu.org>
5392
5393 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
5394 "trad-frame.h".
5395 (vax_frame_init_saved_regs): Remove function.
5396 (vax_sigtramp_saved_pc): Remove function.
5397 (vax_frame_saved_pc): Remove function.
5398 (vax_frame_args_address): Remove function.
5399 (vax_frame_num_args): Rewrite.
5400 (vax_frame_chain): Remove function.
5401 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
5402 VAX_FP_REGNUM.
5403 (vax_pop_frame): Likewise.
5404 (vax_saved_pc_after_call): Remove function.
5405 (struct vax_frame_cache): New structure.
5406 (vax_frame_cache): New function.
5407 (vax_frame_this_id): New function.
5408 (vax_frame_prev_register): New function.
5409 (vax_frame_unwind): New variable.
5410 (vax_frame_sniffer): New function.
5411 (vax_frame_base_address): New function.
5412 (vax_frame_args_address): New function.
5413 (vax_frame_base): New variable.
5414 (vax_unwind_pc): New function.
5415 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
5416 deprecated_fp_regnum, deprecated_saved_pc_after_call,
5417 deprecated_frame_chain, deprecated_frame_saved_pc,
5418 deprecated_frame_args_address and
5419 deprecated_frame_init_saved_regs.
5420 * Makefile.in (vax-tdep.o): Update dependencies.
5421
5422 * vaxbsd-nat.c: New file.
5423
5424 * vax-tdep.h: Update copyright year. Adjust comments.
5425 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
5426 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
5427 (vax_regnum): New enum. Replacing...
5428 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
5429 (VAX_PS_REGNUM): ... these removed macros.
5430 * vax-tdep.c (vax_register_name): Remove prototype.
5431 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
5432 (vax_register_byte, vax_register_raw_size,
5433 vax_register_virtual_size, vax_register_virtual_type): Remove
5434 functions.
5435 (vax_register_type): New function.
5436 (vax_breakpoint_from_pc): Reorganize.
5437 (vax_gdbarch_init): Set register_type. Don't set
5438 deprecated_register_size, deprecated_register_bytes,
5439 deprecated_register_byte, deprecated_register_raw_size,
5440 deprecated_max_register_raw_size,
5441 deprecated_register_virtual_size,
5442 deprecated_max_register_virtual_size and
5443 deprecated_register_virtual_type. Add comment on stack direction.
5444
5445 2004-04-11 Mark Kettenis <kettenis@gnu.org>
5446
5447 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
5448 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
5449 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
5450
5451 2004-04-10 Randolph Chung <tausq@debian.org>
5452
5453 * MAINTAINERS (write after approval): Add myself.
5454
5455 2004-04-07 Randolph Chung <tausq@debian.org>
5456
5457 * hppa-tdep.c (hppa_inner_than): Remove.
5458 (is_pa_2): Remove unused static variable.
5459 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
5460
5461 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
5462
5463 * language.h (language_defn): Add new la_post_parser field.
5464 * parser-defs.h (null_post_parser): New declaration (default for
5465 la_post_parser).
5466
5467 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
5468 insert call to that function.
5469 (parse_exp_in_context): New function, including code formerly in
5470 parse_exp_1. Calls language-dependent post-parser after
5471 prefixification.
5472 (parse_expression_in_context): New exported function.
5473 (null_post_parser): New definition.
5474 * expression.h (parse_expression_in_context): Add declaration.
5475
5476 * p-lang.c (pascal_language_defn): Add trivial post-parser.
5477 * c-lang.c (c_language_defn): Ditto.
5478 (cplus_language_defn): Ditto.
5479 (asm_language_defn): Ditto.
5480 (minimal_language_defn): Ditto.
5481 * f-lang.c (f_language_defn): Ditto.
5482 * jv-lang.c (java_language_defn): Ditto.
5483 * language.c (unknown_language_defn): Ditto.
5484 (auto_language_defn): Ditto.
5485 (local_language_defn): Ditto.
5486 * m2-lang.c (m2_language_defn): Ditto.
5487 * scm-lang.c (scm_language_defn): Ditto.
5488 * obj-lang.c (objc_language_defn): Ditto.
5489
5490 2004-04-10 Mark Kettenis <kettenis@gnu.org>
5491
5492 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
5493 (amd64nbsd_mcontext_addr): New function.
5494 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
5495 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
5496 with amd64nbsd_r_reg_offset, instead of building it on the fly.
5497
5498 * corelow.c (core_xfer_partial): Fix coding standards violation.
5499 Add support for TARGET_OBJECT_WCOOKIE.
5500
5501 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
5502 deprecated_pc_in_sigtramp.
5503 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
5504 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
5505 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
5506 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
5507 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
5508 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
5509 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
5510
5511 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
5512 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
5513 Fix typo.
5514
5515 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
5516 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
5517 (amd64_collect_fxsave): Likewise.
5518
5519 * i386-sol2-tdep.c: Include "gdb_string.h".
5520 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
5521 name.
5522 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5523
5524 2004-04-10 Mark Kettenis <kettenis@gnu.org>
5525
5526 * i386-sol2-tdep.c: Include "solib-svr4.h".
5527 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5528 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
5529 * config/i386/tm-i386sol2.h: Include :solib.h".
5530 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
5531 solib-svr4.o and solib-legacy.o.
5532 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
5533 solib-svr4.o.
5534
5535 2004-04-09 Mark Kettenis <kettenis@gnu.org>
5536
5537 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
5538 whether a register is supplied by PTRACE_GETFPREGS.
5539 (store_inferior_registers): Likewise.
5540 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
5541 whether a register is supplied by PT_GETFPREGS.
5542 (store_inferior_registers): Likewise.
5543
5544 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
5545 * config/i386/linux64.mt (TDEPFILES): Likewise.
5546
5547 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
5548
5549 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
5550 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5551 the program counter is in the range specified by `struct
5552 gdbarch_tdep'.
5553 * amd64-linux-tdep.c: Include "symtab.h".
5554 (amd64_linux_pc_in_sigtramp): Remove function.
5555 (amd64_linux_sigtramp_p): New function.
5556 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5557 deprecated_pc_in_sigtramp.
5558 * amd64nbsd-tdep.c: Include "symtab.h".
5559 (amd64nbsd_sigtramp_p): New function.
5560 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5561 deprecated_pc_in_sigtramp.
5562 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
5563 few comments.
5564 (amd64obsd_pc_in_sigtramp): Remove function.
5565 (amd64obsd_sigtramp_p): New function.
5566 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
5567 deprecated_pc_in_sigtramp.
5568 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
5569 (i386bsd_pc_ins_sigtramp): Remove prototype.
5570 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
5571 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
5572 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
5573 the program counter is in the range specified by `struct
5574 gdbarch_tdep'.
5575 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
5576 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
5577 (i386_go32_pc_in_sigtramp): Remove function.
5578 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
5579 Initialize TDEP->sigtramp_p.
5580 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
5581 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
5582 deprecated_pc_in_sigtramp.
5583 * i386-linux-tdep.c: Adjust comments.
5584 (i386_linux_pc_in_sigtramp): Remove function.
5585 (i386_linux_sigtramp_p): New function.
5586 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
5587 deprecated_pc_in_sigtramp.
5588 * i386-nto-tdep.c: Update copyright year.
5589 (i386nto_pc_in_sigtramp): Remove function.
5590 (i386nto_sigtramp_p): New function.
5591 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
5592 SP_REGNUM.
5593 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
5594 deprecated_pc_in_sigtramp.
5595 * i386-sol2-tdep.c: Update copyright year.
5596 (i386_sol2_pc_in_sigtramp): Remove function.
5597 (i386_sol2_sigtramp_p): New function.
5598 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
5599 deprecated_pc_in_sigtramp.
5600 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
5601 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
5602 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5603 deprecated_sigtramp_start and deprecated_sigtramp_end.
5604 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
5605 (i386nbsd_pc_in_sigtramp): Remove function.
5606 (i386nbsd_sigtramp_p): New function.
5607 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5608 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5609 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
5610 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
5611 (i386obsd_pc_in_sigtramp): Remove function.
5612 (i386obsd_sigtramp_p): New function.
5613 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
5614 functions.
5615 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
5616 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
5617 TDEP->sigtramp_p.
5618 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
5619 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
5620 dependencies.
5621
5622 * config/i386/i386aout.mt: Remove file.
5623
5624 * configure.tgt: Remove i[34567]86-*-go32*,
5625 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
5626 and i[34567]86-*-isc*. Set gdb_target to i386 for
5627 i[34567]86-*-netware* and i[34567]86-*-*.
5628 * config/i386/i386.mt: New file.
5629 * config/i386/embed.mt: Remove file.
5630 * config/i386/go32.mt: Remove file.
5631 * config/i386/i386nw.mt: Remove file.
5632 * config/i386/i386v.mt: Remove file.
5633 * config/i386/tm-go32.h: Remove file.
5634
5635 * tui/tui-hooks.c: Include "readline/readline.h" after
5636 "gdb_curses.h" instead of before.
5637 * tui/tui-io.c: Likewise.
5638
5639 * tui/tui.c: Fix typo in comment.
5640
5641 * sparc64-tdep.c (sparc_address_from_register): Remove function.
5642
5643 2004-04-08 Andrew Cagney <cagney@redhat.com>
5644
5645 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
5646 (deprecated_exception_support_initialized): Declare.
5647 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
5648 (initialize_hp_cxx_exception_support)
5649 (child_enable_exception_callback): Update.
5650 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
5651 (deprecated_exception_support_initialized): Rename
5652 deprecated_exception_catchpoints_are_fragile and
5653 deprecated_exception_support_initialized.
5654 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
5655
5656 * symtab.c (deprecated_hp_som_som_object_present): Rename
5657 hp_som_som_object_present.
5658 * symtab.h (deprecated_hp_som_som_object_present): Declare.
5659 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
5660 Update. Delete extern declaration.
5661 * valops.c (hp_som_som_object_present): Ditto.
5662 * parse.c (deprecated_hp_som_som_object_present)
5663 (parse_nested_classes_for_hpacc): Ditto.
5664 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
5665 * hppa-hpux-tdep.c (hp_som_som_object_present)
5666 (initialize_hp_cxx_exception_support): Ditto.
5667 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
5668 * cp-valprint.c (hp_som_som_object_present)
5669 (cp_print_class_method): Ditto.
5670 * c-typeprint.c (hp_som_som_object_present):
5671 (c_type_print_base): Ditto.
5672 * c-exp.y (hp_som_som_object_present): Ditto.
5673
5674 2004-04-08 Andrew Cagney <cagney@redhat.com>
5675
5676 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
5677 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
5678 (frame_unwind_find_by_frame): Re-implement the unwind code so
5679 that it can both prepend and append sniffers. Replace
5680 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
5681 * tramp-frame.c (tramp_frame_append): Use
5682 frame_unwind_prepend_unwinder.
5683 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
5684 frame_unwind_register_unwinder.
5685 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
5686 tramp_frame_append.
5687 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
5688 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
5689 (mips_linux_init_abi): Update.
5690
5691 2004-04-08 Kevin Buettner <kevinb@redhat.com>
5692
5693 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
5694 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
5695 file support.
5696
5697 2004-04-07 Kevin Buettner <kevinb@redhat.com>
5698
5699 * ia64-tdep.c (elf.h): Don't include.
5700 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
5701
5702 2004-04-07 Jason Molenda (jmolenda@apple.com)
5703
5704 * frame.h: Typeo corrections in comments.
5705
5706 2004-04-07 Jim Blandy <jimb@redhat.com>
5707
5708 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
5709 %esp and %ebp
5710
5711 2004-04-07 Mark Kettenis <kettenis@gnu.org>
5712
5713 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
5714 * config/sparc/linux64.mt (TDEPFILES): Likewise.
5715 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
5716 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
5717 and solib-legacy.o.
5718 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
5719 solib-svr4.o.
5720 * config/sparc/tm-sol2.h: Update copyright year. Include
5721 "solib.h".
5722
5723 * sparc-sol2-tdep.c: Update copyright year. Include
5724 "solib-svr4.h".
5725 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5726 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
5727 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
5728 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
5729 dependencies.
5730
5731 2004-04-06 Andrew Cagney <cagney@redhat.com>
5732
5733 * infttrace.c: Include "infttrace.h".
5734 * infttrace.h: Include "target.h".
5735 * Makefile.in (infttrace_h): Update.
5736 (infttrace.o): Update.
5737
5738 2004-04-06 Andrew Cagney <cagney@redhat.com>
5739
5740 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
5741 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
5742 move extern declarations from here ...
5743 * infttrace.h: ... to here.
5744 * Makefile.in (hppah-nat.o): Update dependencies.
5745
5746 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
5747 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
5748 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
5749 (hppa_breakpoint_from_pc): Delete.
5750
5751 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
5752
5753 2004-04-05 Andrew Cagney <cagney@redhat.com>
5754
5755 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
5756 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
5757 <sys/file.h>.
5758
5759 2004-04-06 Randolph Chung <tausq@debian.org>
5760
5761 Committed by Andrew Cagney (mechanical change).
5762 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
5763 exception_catchpoints_are_fragile, find_stub_with_shl_get,
5764 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
5765 child_enable_exception_callback, current_ex_event,
5766 null_symtab_and_line, child_get_current_exception_event,
5767 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
5768 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
5769 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
5770 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
5771 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
5772 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
5773 Move hpux-specific definitions ...
5774 * hppa-hpux-tdep.c: ... to here.
5775
5776 2004-04-05 Andrew Cagney <cagney@redhat.com>
5777
5778 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
5779 skip_prologue_using_sal.
5780
5781 2004-04-05 Andrew Cagney <cagney@redhat.com>
5782
5783 * config/i386/tm-i386.h: Delete file.
5784 * config/i386/tm-vxworks.h: Update copyright, do not include
5785 "tm-i386.h".
5786 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
5787 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
5788 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
5789 * config/i386/ncr3000.mt (TM_FILE): Delete.
5790 * config/i386/interix.mt (TM_FILE): Delete.
5791 * config/i386/i386v.mt (TM_FILE): Delete.
5792 * config/i386/i386nw.mt (TM_FILE): Delete.
5793 * config/i386/i386gnu.mt (TM_FILE): Delete.
5794 * config/i386/i386aout.mt (TM_FILE): Delete.
5795 * config/i386/embed.mt (TM_FILE): Delete.
5796
5797 2004-04-05 Kevin Buettner <kevinb@redhat.com>
5798
5799 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
5800 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
5801 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
5802 (accg7_regnum): New constants.
5803 (last_spr_regnum, last_pseudo_regnum): Update.
5804 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
5805 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
5806 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
5807 for accg registers.
5808 (frv_register_sim_regno): Update spr_map[].
5809
5810 2004-04-04 Andrew Cagney <cagney@redhat.com>
5811
5812 * config/mips/xm-riscos.h: Delete.
5813 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
5814 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
5815 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
5816 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
5817 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
5818 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
5819 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
5820 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
5821 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
5822 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
5823 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
5824 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
5825 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
5826 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
5827 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
5828 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
5829 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
5830 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
5831 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
5832 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
5833 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
5834 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
5835 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
5836 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
5837 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
5838 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
5839
5840 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
5841 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
5842 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
5843 * configure.host: Remove m680[01]0-sun-sunos3*,
5844 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
5845 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
5846 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
5847 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
5848 mips-*-riscos*.
5849 * NEWS: Mention removed systems.
5850
5851 2004-04-04 Andrew Cagney <cagney@redhat.com>
5852
5853 GDB 6.1 release created from 6.1 branch.
5854
5855 2004-04-04 Andrew Cagney <cagney@redhat.com>
5856
5857 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
5858 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
5859 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
5860
5861 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
5862 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
5863 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
5864
5865 2004-04-03 Jim Blandy <jimb@redhat.com>
5866
5867 * MAINTAINERS: Chris Faylor has changed employers; add him to
5868 "paper trail" section, and update his E-mail address.
5869
5870 2004-04-03 Andrew Cagney <cagney@redhat.com>
5871
5872 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
5873 generic dummy frames.
5874 * dummy-frame.c: Update copyright.
5875 (dummy_frame_sniffer): Delete check for generic dummy frames.
5876
5877 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
5878 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
5879 (REG_PARM_STACK_SPACE): Delete.
5880 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
5881 Inline reference to REG_PARM_STACK_SPACE.
5882
5883 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
5884 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
5885 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5886 (FRAME_BASE_BEFORE_SIGTRAMP)
5887 (hppa32_hpux_frame_base_before_sigtramp)
5888 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
5889 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
5890 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
5891 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
5892 (FRAME_BASE_BEFORE_SIGTRAMP)
5893 (hppa64_hpux_frame_base_before_sigtramp)
5894 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
5895
5896 2004-04-03 Andrew Cagney <cagney@redhat.com>
5897
5898 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
5899
5900 2004-04-02 Andrew Cagney <cagney@redhat.com>
5901
5902 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
5903 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
5904 * dummy-frame.h: Delete out-of-date comments.
5905 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
5906 * gdbarch.h, gdbarch.c: Re-generate.
5907
5908 2004-04-02 Joel Brobecker <brobecker@gnat.com>
5909
5910 Committed by Andrew Cagney <cagney@redhat.com>.
5911 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
5912 into account an instruction saving a register if we have already
5913 seen an earlier instruction saving that same register.
5914
5915 2004-04-02 Andrew Cagney <cagney@redhat.com>
5916
5917 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
5918 * gdbarch.h, gdbarch.c: Re-generate.
5919 * frame.c (legacy_get_prev_frame): Delete references to
5920 DEPRECATED_INIT_FRAME_PC_FIRST.
5921
5922 * infrun.c (pc_in_sigtramp): Delete function.
5923 (check_sigtramp2): Inline call to pc_in_sigtramp, use
5924 get_frame_type.
5925
5926 2004-04-02 Andrew Cagney <cagney@redhat.com>
5927
5928 * infrun.c (handle_step_into_function): Delete code conditional on
5929 legacy_frame_p.
5930 (handle_inferior_event, step_over_function): Ditto.
5931
5932 2004-04-02 Andrew Cagney <cagney@redhat.com>
5933
5934 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
5935 "previous frame inner to this frame" test.
5936
5937 2004-04-02 Andrew Cagney <cagney@redhat.com>
5938
5939 * frame.c (safe_frame_unwind_memory): New function.
5940 * frame.h (safe_frame_unwind_memory): Declare. Update description
5941 of /safe_/ methods.
5942 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
5943 "next_frame". Use safe_frame_unwind_memory.
5944 (tramp_frame_sniffer): Update call to tramp_frame_start.
5945
5946 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
5947
5948 * dwarf2read.c (dwarf2_objfile_data_key): New.
5949 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
5950 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
5951 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
5952 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
5953 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
5954 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
5955 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
5956 Remove variables.
5957 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
5958 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
5959 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
5960 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
5961 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
5962 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
5963 Remove macros.
5964 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
5965 data.
5966 (dwarf2_locate_sections, dwarf2_build_psymtabs)
5967 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
5968 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
5969 (read_partial_die, read_full_die, read_indirect_string)
5970 (dwarf_decode_line_header, dwarf_decode_macros)
5971 (dwarf2_symbol_mark_computed): Remove use of removed macros.
5972 Update uses of removed variables.
5973 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
5974 of removed macros.
5975 (_initialize_dwarf2_read): New function.
5976 * symfile.h (dwarf2_has_info): Update prototype.
5977 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
5978 * elfread.c (elf_symfile_read): Likewise.
5979
5980 2004-04-01 Jim Blandy <jimb@redhat.com>
5981
5982 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
5983 function for register numbers on all the rs6000-derived targets.
5984 (rs6000_gdbarch_init): Don't register a separate
5985 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
5986 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
5987 variants.
5988
5989 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
5990 numbering.
5991
5992 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5993
5994 * valarith.c: Update copyright notice.
5995 (value_add): Handle range types.
5996 (value_sub): Ditto.
5997 (value_equal): Ditto.
5998 (value_less): Ditto.
5999 (value_neg): Ditto.
6000 (value_complement): Ditto.
6001 (value_binop): Simplify slightly by using is_integral_type and
6002 eliminiating unnecessary COERCE_ENUMs.
6003
6004 2004-03-31 Andrew Cagney <cagney@redhat.com>
6005
6006 * frame.h (frame_unwind_id): Declare.
6007 * frame.c (frame_unwind_id): New function.
6008 (get_prev_frame_1): New function.
6009 (frame_debug_got_null_frame): New function.
6010 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
6011 code proper to prev_frame, update description.
6012 * infrun.c (step_over_function): Use frame_unwind_id.
6013
6014 2004-04-31 J. Brobecker <brobecker@gnat.com>
6015
6016 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
6017 (hppa64_push_dummy_call): Likewise.
6018
6019 2004-03-30 Jim Blandy <jimb@redhat.com>
6020
6021 From Ulrich Weigand:
6022 * utils.c (query): Do not use a va_list variable multiple times.
6023
6024 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6025
6026 * Makefile.in (linux_nat_h): Update dependencies.
6027 * configure.in: Check for <gnu/libc-version.h>.
6028 * configure: Regenerate.
6029 * config.in: Regenerate.
6030 * linux-nat.h: Include "target.h". Add waitstatus field to
6031 struct lwp_info.
6032 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
6033 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
6034 to.
6035 (lin_lwp_handle_extended): New function. Handle clone events.
6036 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
6037 thread exit events.
6038 (child_wait): Handle clone events.
6039 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
6040 * linux-nat.c (linux_enable_event_reporting): Turn on
6041 PTRACE_O_TRACECLONE.
6042 (linux_handle_extended_wait): Handle clone events.
6043 * thread-db.c: Include <gnu/libc-version.h>.
6044 (struct private_thread_info): Add dying flag.
6045 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
6046 higher.
6047 (attach_thread): Update comments. Handle dying threads.
6048 (detach_thread): Set the dying flag.
6049 (check_event): Always call attach_thread.
6050
6051 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
6052
6053 * mips-tdep.c (mips_pdr_data): New.
6054 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
6055 (_initialize_mips_tdep): Initialize mips_pdr_data.
6056
6057 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
6058
6059 * minsyms.c (install_minimal_symbols): Move dropping leading
6060 char from linkage name from here...
6061 (prim_record_minimal_symbol_and_info): ...to here. Simplify
6062 test for "__gnu_compiled*" symbols.
6063
6064 2004-03-28 Jim Blandy <jimb@redhat.com>
6065
6066 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
6067 registers to temp register r0 and byte stores as prologue
6068 instructions.
6069
6070 2004-03-28 Andrew Cagney <cagney@redhat.com>
6071
6072 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
6073 arm*-*-*.
6074
6075 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
6076
6077 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
6078 and switch the layout to force a display of register window.
6079
6080 2004-02-26 J. Brobecker <brobecker@gnat.com>
6081
6082 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
6083 of the INTEGER class.
6084
6085 2004-03-26 Jim Blandy <jimb@redhat.com>
6086
6087 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
6088 bytes long on PPC GNU/Linux.
6089
6090 2004-03-26 David Carlton <carlton@kealia.com>
6091
6092 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
6093
6094 2004-03-25 Andrew Cagney <cagney@redhat.com>
6095
6096 * PROBLEMS: Add general section titles, remove references to
6097 specific releases.
6098
6099 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
6100
6101 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
6102 INT_REGISTER_SIZE.
6103 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
6104 FP_REGISTER_VIRTUAL_SIZE.
6105 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
6106 of DEPRECATED_REGISTER_RAW_SIZE.
6107 (arm_register_type): Add gdbarch argument.
6108 (arm_register_raw_size, arm_register_virtual_size): Delete.
6109 (arm_register_byte, arm_extract_return_value)
6110 (arm_store_return_value, arm_get_longjmp_target): Update references
6111 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
6112 (arm_gdbarch_init): Likewise. Don't set
6113 deprecated_register_raw_size, deprecated_register_virtual_size,
6114 deprecated_max_register_raw_size,
6115 deprecated_max_register_virtual_size, or
6116 deprecated_max_register_virtual_type. Do set register_type.
6117 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
6118 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
6119 (FP_REGISTER_VIRTUAL_SIZE): Delete.
6120 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
6121 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
6122 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
6123 INT_REGISTER_SIZE.
6124 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
6125 (remote_rdp_store_register): Likewise.
6126
6127 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
6128
6129 * Makefile.in (mips-linux-tdep.o): Update dependencies.
6130 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
6131 to after osabi initialization.
6132 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
6133 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
6134 functions.
6135 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
6136 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
6137 variables.
6138 (mips_linux_init_abi): Append signal trampoline unwinders.
6139
6140 2004-03-24 Andrew Cagney <cagney@redhat.com>
6141
6142 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
6143 * tramp-frame.c: Include "gdb_assert.h".
6144 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
6145 correct sizeof.
6146 (tramp_frame_append): Validate the tramp frame's instructions.
6147 * Makefile.in (tramp-frame.o): Update dependencies.
6148
6149 2004-03-23 Andrew Cagney <cagney@redhat.com>
6150
6151 * trad-frame.h (trad_frame_set_reg_addr): Declare.
6152
6153 2004-03-23 Andrew Cagney <cagney@redhat.com>
6154
6155 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
6156 Nasser as past testsuite/lib/ (and other) maintainers.
6157
6158 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6159
6160 * infcmd.c (attach_command): Reread symbols if we already have
6161 an exec file.
6162
6163 2004-03-23 Andrew Cagney <cagney@redhat.com>
6164
6165 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
6166
6167 2004-03-23 Andrew Cagney <cagney@redhat.com>
6168
6169 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
6170 * gdbarch.h, gdbarch.c: Re-generate.
6171 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6172 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6173 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6174 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
6175 (DEPRECATED_SIGTRAMP_START): Update.
6176 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
6177 (DEPRECATED_SIGTRAMP_START): Update.
6178 * blockframe.c (find_pc_sect_partial_function): Update.
6179 * arch-utils.c (legacy_pc_in_sigtramp): Update.
6180
6181 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
6182
6183 * remote.c (remote_open_1): Reopen the exec file and reread symbols
6184 if necessary.
6185
6186 2004-03-23 Andrew Cagney <cagney@redhat.com>
6187
6188 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
6189 predicate, deprecate.
6190 * gdbarch.h, gdbarch.c: Re-generate.
6191 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6192 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6193 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
6194 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6195 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
6196 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
6197 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
6198 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
6199 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
6200 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
6201 * blockframe.c (find_pc_partial_function): Update.
6202 * breakpoint.c (bpstat_what): Update.
6203 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
6204 * frv-linux-tdep.c (frv_linux_init_abi): Update.
6205 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
6206 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
6207 * i386-interix-tdep.c (i386_interix_init_abi): Update.
6208 * i386-linux-tdep.c (i386_linux_init_abi): Update.
6209 * i386-nto-tdep.c (i386nto_init_abi): Update.
6210 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
6211 * i386-tdep.c (i386_sigtramp_frame_sniffer)
6212 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
6213 * i386bsd-tdep.c (i386bsd_init_abi): Update.
6214 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
6215 * i386obsd-tdep.c (i386obsd_init_abi): Update.
6216 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
6217 * infrun.c (pc_in_sigtramp): Update.
6218 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
6219 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
6220 * mips-tdep.c (mips_gdbarch_init): Update.
6221 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
6222 * ppc-linux-tdep.c: Update comment.
6223 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
6224 * shnbsd-tdep.c (shnbsd_init_abi): Update.
6225 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
6226 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
6227 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
6228 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
6229 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
6230 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
6231 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
6232 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
6233
6234 2004-03-23 Andrew Cagney <cagney@redhat.com>
6235
6236 * tramp-frame.h, tramp-frame.h: New files.
6237 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
6238 Update rules to include "tramp-frame.h" and "tramp-frame.c".
6239
6240 * Makefile.in: Update all dependencies.
6241
6242 2004-03-23 Andrew Cagney <cagney@redhat.com>
6243
6244 * Makefile.in (trad_frame_h): Add $(frame_h).
6245 * trad-frame.h: Update copyright. Include "frame.h".
6246 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
6247 (trad_frame_set_id, trad_frame_get_id): Declare.
6248 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
6249 * trad-frame.c: Update copyright.
6250 (struct trad_frame_cache): Define.
6251 (trad_frame_cache_zalloc): New function.
6252 (trad_frame_set_id, trad_frame_get_id): New functions.
6253 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
6254
6255 2004-03-22 Andrew Cagney <cagney@redhat.com>
6256
6257 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
6258 s390_pltstub_unwind_cache.
6259 (s390_stub_frame_unwind_cache): Rename
6260 s390_pltstub_frame_unwind_cache.
6261 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
6262 (s390_stub_frame_prev_register): Rename
6263 s390_pltstub_frame_prev_register.
6264 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
6265 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
6266
6267 From Ulrich Weigand:
6268 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
6269 pointer calls like PLT calls.
6270
6271 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
6272
6273 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
6274 PC rather than the partial function start address. Use the start
6275 address to sanity check the found PDR.
6276
6277 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
6278
6279 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
6280 linux_handle_extended_wait.
6281
6282 2004-03-22 Andrew Cagney <cagney@redhat.com>
6283
6284 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
6285 function.
6286
6287 * frame.h (generic_pop_current_frame): Delete declaration.
6288 (deprecate_pop_dummy_frame): Deprecate
6289 generic_pop_dummy_frame.
6290 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
6291 (generic_pop_current_frame): Delete function.
6292 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
6293 generic_pop_current_frame.
6294 * v850-tdep.c (v850_pop_frame): Update.
6295 * mcore-tdep.c (mcore_pop_frame): Update.
6296 * sh64-tdep.c (sh64_pop_frame): Update.
6297 * h8300-tdep.c (h8300_pop_frame): Update.
6298
6299 2004-03-22 Andrew Cagney <cagney@redhat.com>
6300
6301 * frame.h (deprecated_pc_in_call_dummy): Rename
6302 generic_pc_in_call_dummy.
6303 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
6304 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
6305 generic_pc_in_call_dummy.
6306 (pc_in_dummy_frame): Make static.
6307 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
6308 * gdbarch.h, gdbarch.c: Re-generate.
6309 * dummy-frame.c (dummy_frame_sniffer): Simplify.
6310 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
6311 (legacy_get_prev_frame): Ditto.
6312 * inferior.h: Delete reference to generic_pc_in_call_dummy in
6313 comment.
6314
6315 2004-03-21 Andrew Cagney <cagney@redhat.com>
6316
6317 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
6318 declaration and out-of-date comment.
6319 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
6320 Delete function.
6321 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
6322 deprecated_pc_in_call_dummy.
6323
6324 * infrun.c (handle_inferior_event): For non legacy frames, use the
6325 frame ID and frame type to identify a signal trampoline. Update
6326 comments.
6327
6328 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
6329
6330 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
6331 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
6332
6333 2004-03-21 Andrew Cagney <cagney@redhat.com>
6334
6335 * frame-unwind.h: Update copyright.
6336 (struct frame_data): Add opaque declaration.
6337 (frame_sniffer_ftype): Declare.
6338 (struct frame_unwind): Add "unwind_data" and "sniffer".
6339 (frame_unwind_register_unwinder): Declare.
6340 (frame_unwind_find_by_frame): Add parameter "this_cache".
6341 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
6342 (legacy_get_prev_frame, legacy_get_prev_frame)
6343 (get_frame_type): Pass the prologue_cache to
6344 frame_unwind_find_by_frame.
6345 * frame-unwind.c (struct frame_unwind_table_entry): Add field
6346 "unwinder".
6347 (frame_unwind_register_unwinder): New function.
6348 (frame_unwind_find_by_frame): Handle an unwind sniffer.
6349
6350 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
6351
6352 * bcache.c (print_percentage): Use floating point to avoid
6353 incorrect results when portion*100 overflows.
6354
6355 2004-03-19 Kevin Buettner <kevinb@redhat.com>
6356
6357 * ppc_tdep.h (ppc_linux_frame_saved_pc)
6358 (ppc_linux_init_extra_frame_info)
6359 (ppc_linux_frameless_function_invocation)
6360 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
6361 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
6362 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
6363 (rs6000_frame_chain): Delete declarations.
6364 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
6365 (ppc_linux_init_extra_frame_info)
6366 (ppc_linux_frameless_function_invocation)
6367 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
6368 (ppc_linux_init_abi): Remove registration of above deleted functions.
6369 * rs6000-tdep.c (rs6000_init_extra_frame_info)
6370 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
6371 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
6372 (rs6000_pop_frame, rs6000_frameless_function_invocation)
6373 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
6374 (rs6000_gdbarch_init): Remove registration of above deleted functions.
6375 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
6376 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
6377 frame management for all OSABIs.
6378
6379 2004-03-19 Andrew Cagney <cagney@redhat.com>
6380
6381 Committed by Kevin Buettner <kevinb@redhat.com>.
6382
6383 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
6384 Update copyright.
6385 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
6386 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
6387 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
6388 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
6389 unwinders. #ifdef legacy frame code.
6390 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
6391 "frame-base.h".
6392 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
6393 (struct rs6000_frame_cache, rs6000_frame_cache)
6394 (rs6000_frame_this_id, rs6000_frame_prev_register)
6395 (rs6000_frame_sniffer, rs6000_frame_unwind)
6396 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
6397 (rs6000_frame_base): Implement a traditional frame unwinder.
6398 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
6399 frame unwinder.
6400
6401 2004-03-19 Kevin Buettner <kevinb@redhat.com>
6402
6403 * breakpoint.c (adjust_breakpoint_address): Don't adjust
6404 breakpoint address for watchpoints or the catch eventpoints.
6405 Add new paramter ``bptype''. Adjust all callers.
6406
6407 2004-03-19 Andrew Cagney <cagney@redhat.com>
6408
6409 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
6410
6411 * PROBLEMS: Delete note that ARM does not use frame code, problem
6412 fixed.
6413
6414 2004-03-18 Andrew Cagney <cagney@redhat.com>
6415
6416 * stack.c (return_command): Delete code wrapped in #ifdef
6417 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
6418
6419 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
6420
6421 2004-03-18 Andrew Cagney <cagney@redhat.com>
6422
6423 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
6424 DEPRECATED_IN_SIGTRAMP.
6425 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6426 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
6427 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6428 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6429 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6430 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6431 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6432 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
6433 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
6434 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
6435
6436 2004-03-18 Andrew Cagney <cagney@redhat.com>
6437
6438 * frame-base.c: Update copyright. Include "gdb_obstack.h".
6439 (struct frame_base_table_entry): Define.
6440 (struct frame_base_table): Re-implement as a linked list.
6441 (frame_base_init): Re-implement.
6442 (frame_base_table): Delete function.
6443 (append_predicate): Delete function.
6444 (frame_base_append_sniffer): Update.
6445 (frame_base_set_default): Update.
6446 (frame_base_find_by_frame): Update.
6447 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
6448 * Makefile.in (frame-base.o): Update dependencies.
6449
6450 2004-03-17 Andrew Cagney <cagney@redhat.com>
6451
6452 * frame.c (legacy_get_prev_frame): Pass correct frame to
6453 frame_unwind_find_by_frame.
6454
6455 2004-03-17 David Carlton <carlton@kealia.com>
6456
6457 * NEWS: Mention C++ nested types and namespaces
6458
6459 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
6460
6461 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
6462 and "Regressions since gdb 5.3.". Add known regressions since
6463 gdb 6.0.
6464
6465 2004-03-16 David Carlton <carlton@kealia.com>
6466
6467 * dwarf2read.c (process_structure_scope): Process children even
6468 when we're a declaration.
6469
6470 2004-03-16 Andrew Cagney <cagney@redhat.com>
6471
6472 * symtab.h (find_pc_sect_partial_function): Delete declaration.
6473 * blockframe.c (find_pc_partial_function)
6474 (find_pc_sect_partial_function): Merge into a single
6475 find_pc_partial_function.
6476
6477 2004-03-16 Mark Kettenis <kettenis@gnu.org>
6478
6479 * i386bsd-nat.c: s/regno/regnum/g.
6480 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
6481 FP0_REGNUM.
6482 (store_inferior_registers): Likewise.
6483
6484 2004-03-16 Mark Kettenis <kettenis@gnu.org>
6485
6486 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
6487 of i387_fill_fsave.
6488 (store_inferior_registers): Call i387_collect_fsave and
6489 i387_collect_fxsave instead of i387_fill_fsave and
6490 i387_fill_fxsave.
6491
6492 2004-03-15 Andrew Cagney <cagney@redhat.com>
6493
6494 * Makefile.in (frame-unwind.o): Update dependencies.
6495 * frame-unwind.c: Include "gdb_obstack.h".
6496 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
6497 parameter.
6498 (append_predicate): Delete function.
6499 (struct frame_unwind_table_entry): New structure.
6500 (struct frame_unwind_table): Replace "sniffer" with "head" and
6501 "tail".
6502 (frame_unwind_append_sniffer): Update.
6503 (frame_unwind_find_by_frame): Update.
6504 (_initialize_frame_unwind): Registe frame_unwind_init using
6505 gdbarch_data_register_pre_init.
6506
6507 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6508
6509 * i386bsd-nat.c: Update copyright year.
6510 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
6511 define unconditionally.
6512
6513 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6514
6515 * i387-tdep.h (i387_collect_fsave): New prototype.
6516 * i387-tdep.c (i387_collect_fsave): New function containing most
6517 of the code from i387_fill_fsave.
6518 (i387_fill_fsave): Call i387_collect_fsave.
6519
6520 2004-03-15 Mark Kettenis <kettenis@gnu.org>
6521
6522 * i386-linux-tdep.c: Update copyright year.
6523 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
6524 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
6525 svr4_ilp32_link_map_offsets instead of
6526 i386_linux_svr4_fetch_link_map_offsets.
6527
6528 2004-03-15 David Carlton <carlton@kealia.com>
6529
6530 Fix for PR c++/1553:
6531 * dwarf2read.c (read_structure_type): Determine type name by
6532 calling determine_class_name.
6533 (determine_class_name): New.
6534 (determine_prefix): Look at TYPE_TAG_NAME and call
6535 determine_class_name when appropriate.
6536 (determine_prefix_aux, class_name): Delete.
6537 (read_namespace): Set die->type.
6538
6539 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6540
6541 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
6542 unused macro definition. The definition in target.h (or perhaps
6543 elsewhere) takes precedence.
6544
6545 2004-03-15 Andrew Cagney <cagney@redhat.com>
6546
6547 * ppc-tdep.h: Update copyright.
6548 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
6549 function signatures to match "regsets.h".
6550 * ppc-linux-tdep.c: Include "regset.h".
6551 (ELF_GREGSET_SIZE): Delete.
6552 (right_supply_register): New function.
6553 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
6554 using right_supply_register.
6555 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
6556 functions.
6557 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
6558 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
6559 (_initialize_ppc_linux_tdep): Do not register
6560 ppc_linux_regset_core_fns.
6561 (ppc_linux_regset_from_core_section): Replace
6562 fetch_core_registers.
6563 (ppc_linux_regset_core_fns): Delete.
6564 * ppc-linux-nat.c: (right_fill_reg): New function.
6565 (supply_gregset): Update call to ppc_linux_supply_gregset.
6566 (fill_gregset): Clear the register set, use right_fill_reg.
6567 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
6568 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
6569
6570 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
6571 unsigned.
6572
6573 2004-03-15 Andrew Cagney <cagney@redhat.com>
6574
6575 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
6576 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
6577 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
6578 and register_gdbarch_data.
6579 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
6580 (struct gdbarch_data): Replace "init" by "pre_init" and
6581 "post_init".
6582 * gdbarch.h, gdbarch.c: Re-generate.
6583 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
6584 with"obstack", use OBSTACK_ZALLOC.
6585 (dwarf2_frame_ops): Delete.
6586 (dwarf2_frame_set_init_reg): Use gdbarch_data.
6587 (dwarf2_frame_init_reg): Use gdbarch_data.
6588 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
6589 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
6590 (_initialize_svr4_solib): Update.
6591 * user-regs.c (_initialize_user_regs): Update.
6592 * reggroups.c (_initialize_reggroup): Update.
6593 * regcache.c (_initialize_regcache): Update.
6594 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6595 * libunwind-frame.c (_initialize_libunwind_frame): Update.
6596 * gnu-v3-abi.c (init_gnuv3_ops): Update.
6597 * frame-unwind.c (_initialize_frame_unwind): Update.
6598 * frame-base.c (_initialize_frame_base): Update.
6599 * user-regs.c (user_reg_add): Update.
6600 * reggroups.c (reggroup_add): Update.
6601 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
6602 * libunwind-frame.c (libunwind_frame_set_descr): Update.
6603 * frame-unwind.c (frame_unwind_append_sniffer): Update.
6604 * frame-base.c (frame_base_table): Update.
6605 * remote.c (_initialize_remote): Update.
6606 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
6607
6608 2004-03-15 Andrew Cagney <cagney@redhat.com>
6609
6610 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
6611
6612 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6613
6614 * Makefile.in (frv-linux-tdep.o): Add dependencies.
6615 * frv-linux-tdep.c: New file.
6616 * frv-tdep.c (struct gdbarch_tdep): Add new field
6617 ``sigcontext_reg_addr''.
6618 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
6619 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6620 (frv_sigramp_frame_sniffer): New functions.
6621 (frv_sigtramp_frame_unwind): New static global.
6622 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
6623 sniffers.
6624 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
6625 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
6626
6627 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6628
6629 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
6630 but not via a call to error(), when unable to read memory.
6631
6632 2004-03-15 Kevin Buettner <kevinb@redhat.com>
6633
6634 * frv-tdep.c (frv_call_dummy_words): Delete.
6635 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
6636
6637 2004-03-15 Andrew Cagney <cagney@redhat.com>
6638
6639 * infrun.c (handle_step_into_function, step_over_function): Only
6640 update and use STEP_FRAME_ID when the system is using legacy
6641 frames. Update comments.
6642
6643 2004-03-14 Mark Kettenis <kettenis@gnu.org>
6644
6645 * amd64-linux-tdep.h: Remove file.
6646 * amd64-linux-tdep.c: Don't include "inferior.h" and
6647 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
6648 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
6649 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
6650 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
6651 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
6652 macros.
6653 (user_to_gdb_regmap): Remove variable.
6654 (amd64_linux_gregset_reg_offset): New variable.
6655 (amd64_core_fns): Remove variable.
6656 (fetch_core_registers): Remove function.
6657 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
6658 functions.
6659 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
6660 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
6661 * Makefile.in (amd64_linux_tdep_h): Remove.
6662 (amd64-linux-nat.o): Update dependencies.
6663 (amd64-linux-tdep.o): Update dependencies.
6664
6665 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
6666 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
6667 functions.
6668 (fetch_inferior_registers, store_inferior_registers): Rewrite.
6669
6670 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
6671 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
6672
6673 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
6674
6675 * dwarf2read.c (read_structure_type): Rename from
6676 read_structure_scope. Don't create a symbol or call process_die.
6677 Return immediately if die->type is set. Call read_type_die before
6678 dwarf2_add_member_fn.
6679 (process_structure_scope): New function.
6680 (read_enumeration_type, process_enumeration_scope): New functions,
6681 broken out from read_enumeration. Don't create the enumeration
6682 type if it has already been created.
6683 (read_enumeration): Removed.
6684 (process_die): Call read_structure_type, process_structure_scope,
6685 read_enumeration_type, and process_enumeration_scope. Just call
6686 new_symbol for base and subrange types. Add a comment about other
6687 type dies.
6688 (read_type_die): Call read_enumeration_type.
6689 (add_partial_structure, new_symbol): Update comments.
6690
6691 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
6692
6693 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
6694
6695 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
6696
6697 * tui/tui-win.h (tui_get_cmd_list): Declare.
6698 * tui/tui-win.c (tui_command): New function.
6699 (tui_get_cmd_list): New function.
6700 (_initialize_tui_win): Moved initialization of tui command in
6701 tui_get_cmd_list.
6702
6703 * tui/tui-data.c (init_content_element): Setup new data members.
6704 (init_win_info): Likewise.
6705 (free_content_elements): Free it.
6706 * tui/tui-data.h (struct tui_data_element): Store the register
6707 content to print.
6708 (struct tui_data_info): Keep the current register group.
6709
6710 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
6711
6712 * tui/tui-regs.h (tui_show_registers): Update prototype.
6713 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
6714 (tui_resize_all): No need to calculate anything for register window.
6715 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
6716 (tui_set_register_element, tui_set_general_regs_content): Remove.
6717 (tui_set_special_regs_content): Remove.
6718 (tui_set_general_and_special_regs_content): Remove.
6719 (tui_set_float_regs_content): Remove.
6720 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
6721 (tui_set_regs_content): Remove.
6722 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
6723 (tui_v_show_registers_command_support): Remove.
6724 (tui_show_registers): Use a reggroup to specify the registers to show.
6725 (tui_show_register_group): New function.
6726 (tui_display_registers_from): Compute the layout of register window
6727 and refresh with new API; be sure to delete old register windows.
6728 (tui_check_register_values): Update to use tui_get_register and
6729 tui_display_data.
6730 (tui_display_register): Just refresh the register window part.
6731 (tui_register_format): Format registers and save in tui_data_element.
6732 (tui_get_register): New to combine tui_reg_value_has_changed and
6733 tui_get_register_raw_value; fix to use the new gdb API.
6734 (tui_show_float_command): Renamed tui_reg_float_command.
6735 (tui_show_general_command): Renamed tui_reg_general_command.
6736 (tui_show_special_command): Renamed tui_reg_system_command.
6737 (_initialize_tui_regs): Remove unused commands.
6738
6739 2004-03-13 Mark Kettenis <kettenis@gnu.org>
6740
6741 * NEWS (New native configurations): Mention OpenBSD/amd64.
6742
6743 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
6744 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
6745 Remove defines.
6746 * config/i386/nm-fbsd64.h: Likewise.
6747 * config/i386/nm-obsd.h: Likewise.
6748 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
6749 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
6750
6751 2004-03-12 Kevin Buettner <kevinb@redhat.com>
6752
6753 * frv-tdep.c (set_variant_scratch_registers): New function.
6754 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
6755 New constants.
6756
6757 From Richard Sandiford <rsandifo@redhat.com>:
6758 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
6759
6760 2004-03-12 Kevin Buettner <kevinb@redhat.com>
6761
6762 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
6763 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
6764 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
6765 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
6766 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
6767 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
6768 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
6769 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
6770 definitions from frv-tdep.c to frv-tdep.h.
6771
6772 2004-03-12 Kevin Buettner <kevinb@redhat.com>
6773
6774 Add shared library support for FR-V FDPIC ABI:
6775 * Makefile.in (solib-frv.o): Add dependencies.
6776 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
6777 New functions.
6778 (frv_push_dummy_call): Add support for FDPIC ABI.
6779 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
6780 for FDPIC ABI.
6781 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
6782 (frv_fdpic_find_canonical_descriptor): Declare.
6783 * solib-frv.c: New file.
6784 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
6785 * config/frv/tm-frv.h (solib.h): Include.
6786
6787 2004-03-12 Kevin Buettner <kevinb@redhat.com>
6788
6789 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
6790 (frv-tdep.o): Update dependencies.
6791 * frv-tdep.h: New file.
6792 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
6793 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
6794 constants.
6795 (struct gdbarch_tdep): Add new member ``frv_abi''.
6796 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
6797 functions.
6798 (new_variant): Set ``frv_abi'' field.
6799 (gdb_arch_init): Detect FDPIC executables.
6800
6801 2004-03-12 Mark Kettenis <kettenis@gnu.org>
6802
6803 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
6804 wrapper.
6805
6806 2004-03-11 Andrew Cagney <cagney@redhat.com>
6807
6808 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
6809
6810 2004-03-11 Kevin Buettner <kevinb@redhat.com>
6811
6812 * solist.h (master_so_list): New function.
6813 * solib.c (master_so_list): Likewise.
6814 * solib-svr4.c (enable_break): Iterate over so_list entries
6815 obtained from master list instead of entries obtained directly
6816 via svr4_current_sos().
6817
6818 2004-03-10 Ben Elliston <bje@gnu.org>
6819
6820 * MAINTAINERS: Update my mail address.
6821
6822 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
6823
6824 * remote-m32r-sdi.c: Support hardware watchpoint.
6825
6826 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6827
6828 * user-regs.c: Update copyright years.
6829 (struct user_regs): Rename to gdb_user_regs.
6830 (append_user_reg, builtin_user_regs, user_regs_init)
6831 (user_reg_add, user_reg_map_name_to_regnum)
6832 (usernum_to_user_reg): Update.
6833
6834 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6835
6836 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
6837 (skip_children): New functions.
6838 (locate_pdi_sibling): Call skip_children.
6839
6840 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6841
6842 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
6843 * gdbtypes.c (check_typedef): Update comments.
6844
6845 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6846
6847 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
6848 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
6849 pointer. Update comment about comp_unit_head.
6850 (struct abbrev_info): Shorten two int flags.
6851 (dwarf_alloc_abbrev): Take a CU argument.
6852 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
6853 each time through the loop. Update cleanup argument.
6854 (psymtab_to_symtab_1): Update cleanup call.
6855 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
6856 abbrev_obstack.
6857 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
6858 Just call obstack_free and clear the pointer.
6859
6860 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6861
6862 * infrun.c (handle_inferior_event): Remove short-circuit code for
6863 events in a different thread.
6864
6865 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6866
6867 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
6868 print the whole transfer.
6869 (initialize_targets): Update description of "set debug target".
6870
6871 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
6872
6873 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
6874
6875 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
6876
6877 * MAINTAINERS (write after approval): Add myself.
6878
6879 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
6880
6881 * sh-tdep.c (sh_print_registers_info): Use for loop.
6882 Don't skip multiple registers when a float register is encountered.
6883
6884 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
6885
6886 Fix PR tdep/1291.
6887 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
6888 to official SH documentation.
6889
6890 2004-03-07 Andrew Cagney <cagney@redhat.com>
6891
6892 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
6893 unused function.
6894
6895 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
6896
6897 * arm-tdep.c (thumb_get_next_pc): Handle BX.
6898 (arm_get_next_pc): Handle BX and BLX.
6899
6900 2004-03-07 Andrew Cagney <cagney@redhat.com>
6901
6902 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
6903 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
6904 HPPA_SP_REGNUM.
6905 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
6906 (hppa_target_read_fp): Delete.
6907 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
6908 register_virtual_size, max_register_raw_size,
6909 max_register_virtual_size, register_byte, register_size,
6910 target_read_fp, fp_regnum, and register_bytes. Set register_type
6911 instead of register_virtual_type.
6912 (hppa32_register_type, hppa64_register_type): Replace
6913 hppa32_register_virtual_type and hppa64_register_virtual_type.
6914 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
6915 (HPPA_FP_REGNUM): Define.
6916
6917 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
6918
6919 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
6920 (pa_do_registers_info): Delete.
6921 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
6922 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
6923 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
6924
6925 * infcall.c (legacy_push_dummy_code): Delete #ifdef
6926 GDB_TARGET_IS_HPPA code.
6927 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
6928 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
6929 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
6930 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
6931 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
6932 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
6933 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
6934 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
6935 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
6936 (hppa_frameless_function_invocation, hppa64_store_return_value)
6937 (hppa_store_struct_return, hppa64_extract_return_value)
6938 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
6939 (hppa32_call_dummy_length, hppa64_call_dummy_length)
6940 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
6941 (find_proc_framesize, deposit_21, restore_pc_queue)
6942 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
6943 (rp_saved, pc_in_linker_stub): Delete.
6944
6945 Unconditionally enable 64-bit frame and ABI code.
6946 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
6947 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
6948 push_dummy_frame, fix_call_dummy, push_arguments,
6949 call_dummy_location, extract_return_value, use_struct_convention,
6950 store_return_value, store_struct_return, saved_pc_after_call,
6951 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
6952 frame_chain, frame_chain_valid, frameless_function_invocation,
6953 frame_saved_pc, and pop_frame.
6954
6955 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
6956 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
6957 (hppa_gdbarch_init): Do not set PC_REGNUM.
6958
6959 2004-03-06 Mark Kettenis <kettenis@gnu.org>
6960
6961 * config/alpha/tm-fbsd.h: Remove file.
6962 * config/alpha/fbsd.mt: Tweak comment.
6963 (TM_FILE): Set to tm-alpha.h.
6964
6965 2004-03-05 Andrew Cagney <cagney@redhat.com>
6966
6967 * infrun.c (step_over_function): When non-legacy code, and no
6968 step_frame_id, use the unwinder to get the caller's frame ID.
6969
6970 2004-03-05 Mark Kettenis <kettenis@gnu.org>
6971
6972 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
6973 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
6974 bfd_arch_unknown. Adjust comment.
6975
6976 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
6977 * i386obsd-tdep.c: Correct spelling in comment.
6978 * i386nbsd-tdep.c: Correct spelling in comment.
6979 * sparc-tdep.c: Correct spelling in comments.
6980
6981 2004-03-05 David Carlton <carlton@kealia.com>
6982
6983 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
6984 bug.
6985
6986 2004-03-05 Mark Kettenis <kettenis@gnu.org>
6987
6988 * sparc-tdep.c: Fix typo in comment.
6989
6990 2004-03-04 J. Brobecker <brobecker@gnat.com>
6991
6992 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
6993
6994 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
6995
6996 * dwarf2read.c: Add comment describing memory lifetimes.
6997 (struct dwarf2_pinfo): Update comment.
6998 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
6999 (read_enumeration, new_symbol): Don't use obsavestring.
7000
7001 2004-03-04 Mark Kettenis <kettenis@gnu.org>
7002
7003 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
7004 instead of amd64_fill_fxsave.
7005 * amd64bsd-nat.c (store_inferior_registers): Likewise.
7006 * amd64fbsd-nat.c (fill_fpregset): Likewise.
7007
7008 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
7009 Reorganize code a bit.
7010
7011 2004-03-04 Orjan Friberg <orjanf@axis.com>
7012
7013 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
7014 when the frame pointer is pushed. Don't set the frame pointer's
7015 address on the stack unless it's actually located there.
7016 Set the SRP's address on the stack correctly when the PC is still in
7017 the prologue.
7018 (cris_return_value): New function.
7019 (cris_gdbarch_init): Clear deprecated store_return_value,
7020 extract_return_value.
7021
7022 2004-03-02 Jim Blandy <jimb@redhat.com>
7023
7024 * stabsread.c (reg_value_complaint): The maximum register number
7025 is one less than the number of registers.
7026
7027 2004-03-02 Andrew Cagney <cagney@redhat.com>
7028
7029 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
7030 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
7031 trailing comma and redundant assignment of I386_ST0_REGNUM.
7032 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
7033 32-bit segment registers.
7034
7035 2004-03-01 Andrew Cagney <cagney@redhat.com>
7036
7037 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
7038 use frame_relative_level and get_next_frame.
7039
7040 2004-02-29 Andrew Cagney <cagney@redhat.com>
7041
7042 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
7043 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
7044 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
7045 Delete macro.
7046
7047 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7048
7049 * inflow.c (terminal_inferior): Don't give up the terminal if we
7050 previously couldn't get the inferior's terminal state.
7051
7052 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
7053
7054 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
7055 PC_REGNUM.
7056
7057 2004-02-28 Andrew Cagney <cagney@redhat.com>
7058
7059 * NEWS: Refer to GDB 6.1.
7060 * README: Refer to GDB 6.1.
7061 * PROBLEMS: Refer to GDB 6.1.
7062
7063 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
7064
7065 * thread-db.c (disable_thread_signals): Remove unused function.
7066
7067 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7068
7069 * amd64-nat.c: Include "gdb_string.h".
7070 (amd64_collect_native_gregset): Zero-extend the 32-bit
7071 general-purpose registers and %eip.
7072
7073 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
7074 * amd64-tdep.c (amd64_collect_fxsave): New function.
7075 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
7076
7077 * i387-tdep.h: Update copyright year.
7078 (i387_collect_fxsave): New prototype.
7079 * i387-tdep.c: Update copyright year.
7080 (i387_collect_fxsave): New function containing most of the code
7081 from i387_fill_fxsave.
7082 (i387_fill_fxsave): Call i387_collect_fxsave.
7083
7084 2004-02-28 Andrew Cagney <cagney@redhat.com>
7085
7086 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
7087 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
7088
7089 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7090
7091 * amd64-tdep.c (amd64_frame_cache): Fix comment.
7092
7093 2004-02-28 Andrew Cagney <cagney@redhat.com>
7094
7095 * utils.c: Use "", instead of <>, to include readline.
7096 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
7097 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
7098 * source.c, solib.c, exec.c, event-top.c: Ditto.
7099 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
7100 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
7101 * Makefile.in: Update all dependencies.
7102 (readline_tilde_h, readline_history_h): Define.
7103 (readline_headers): Delete.
7104
7105 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7106
7107 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
7108 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
7109 "config/i386/tm-lx64.h".
7110
7111 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
7112 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
7113 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
7114
7115 2004-02-28 Andrew Cagney <cagney@redhat.com>
7116
7117 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
7118
7119 * breakpoint.c (_initialize_breakpoint): Use
7120 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
7121 Add help to show command.
7122
7123 2004-02-28 Mark Kettenis <kettenis@gnu.org>
7124
7125 * i386-nat.c: Reformat to be closer to coding standards.
7126 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
7127 `retval'. Make variables `align' and `size' local to while-loop.
7128 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
7129 (_initialize_i386_nat): New prototype.
7130
7131 * tui/tui.c: Include <readline/readline.h> instead of
7132 "readline/readline.h". Include it after <term.h> and
7133 "gdb_curses.h".
7134
7135 2004-02-27 Andrew Cagney <cagney@redhat.com>
7136
7137 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
7138 the new frame unwind code.
7139 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
7140 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
7141 PCOQ_HEAD_REGNUM.
7142
7143 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
7144 "return_value" and "push_dummy_call".
7145 (hppa32_use_struct_convention): Delete unused function.
7146 (hppa32_store_return_value): Delete unused function.
7147 (hppa32_extract_return_value): Delete unused function.
7148 (hppa32_stack_align): Delete function.
7149
7150 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
7151
7152 * coffread.c (enter_linenos): Don't let rawptr reference memory
7153 outside linetab[]'s limits.
7154
7155 2004-02-27 Andrew Cagney <cagney@redhat.com>
7156
7157 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
7158 inferior stack space - the stack needs to grow upwards.
7159 (hppa32_frame_align): New function.
7160 (hppa64_frame_align): Replace hppa_frame_align.
7161 (hppa_gdbarch_init): Update.
7162
7163 2004-02-26 Orjan Friberg <orjanf@axis.com>
7164
7165 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
7166 (dwarf2-frame.h): Include.
7167 (enum cris_regnums): New enum CRIS_FP_REGNUM.
7168 Remove static variables related to ABI setting.
7169 (struct gdbarch_tdep): Remove cris_abi member.
7170 (struct frame_extra_info): Remove.
7171 (cris_unwind_cache, stack_item): New structs.
7172 (cris_frame_unwind, cris_frame_base): New variables.
7173 (push_stack_item, pop_stack_item)
7174 (cris_frame_unwind_cache, cris_frame_this_id)
7175 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
7176 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
7177 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
7178 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
7179 (cris_reg_struct_has_addr): New functions.
7180 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
7181 (cris_frame_saved_pc, cris_saved_pc_after_call,
7182 (cris_store_struct_return, cris_frameless_function_invocation)
7183 (cris_pop_frame, cris_skip_prologue_main)
7184 (cris_abi_original_store_return_value)
7185 (cris_abi_v2_store_return_value)
7186 (cris_abi_original_extract_return_value)
7187 (cris_abi_v2_extract_return_value)
7188 (cris_abi_original_reg_struct_has_addr)
7189 (cris_abi_v2_reg_struct_has_addr)
7190 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
7191 (cris_push_return_address, cris_abi_update): Remove.
7192 (_initialize_cris_tdep): Remove ABI command.
7193 (cris_dump_tdep): Ditto.
7194 (cris_gdbarch_init): Remove ABI command.
7195 Set store_return_value, extract_return_value, push_dummy_code,
7196 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
7197 frame_unwind_append_sniffer, frame_base_set_default.
7198 Clear deprecated init_frame_pc, push_arguments, store_return_value,
7199 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
7200 sizeof_call_dummy_words, get_saved_register, push_return_address,
7201 pop_frame, store_struct_return, frame_init_saved_regs,
7202 init_extra_frame_info, frameless_function_invocation, frame_chain,
7203 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
7204 dummy_write_sp.
7205
7206 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7207
7208 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
7209 * valprint.c (print_hex_chars): Change from static to external.
7210 (print_char_chars): New function.
7211 * printcmd.c (print_scalar_formatted): For integer and enum types
7212 that are longer than LONGEST, perform processing via appropriate
7213 print_*_chars routines.
7214
7215 2004-02-26 Andrew Cagney <cagney@redhat.com>
7216
7217 * Makefile.in: Update dependencies.
7218 Changes from Ulrich Weigand,
7219 * s390-tdep.c: Include "dwarf2-frame.h".
7220 (s390_dwarf2_frame_init_reg): New function.
7221 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
7222 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
7223
7224 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
7225
7226 * breakpoint.c (pending_break_support): New setting variable.
7227 (break_command_1): Account for pending_break_support setting
7228 when creating pending breakpoints.
7229 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
7230 (_initialize_breakpoint): Add "set breakpoint pending" and
7231 "show breakpoint pending" commands.
7232
7233 2004-02-26 Andrew Cagney <cagney@redhat.com>
7234
7235 Fix PR i18n/1570.
7236 * charset.c (backslashable, backslashed, represented): Remove 'e'
7237 from list of escaped characters, not part of ISO-C.
7238
7239 2004-02-25 J. Brobecker <brobecker@gnat.com>
7240
7241 From Peter Schauer <schauer@pdf.de>:
7242 * tui/tui.c: Move system header includes after local includes.
7243 Fixes a build failure on solaris systems.
7244
7245 2004-02-25 J. Brobecker <brobecker@gnat.com>
7246
7247 * configure.in: Refine the previous change.
7248 * configure: Regenerate.
7249
7250 2004-02-25 Mark Kettenis <kettenis@gnu.org>
7251
7252 * amd64-tdep.h: Renamed from x86-64-tdep.h.
7253 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
7254 "amd64-tdep.h" instead of "x86-64-tdep.h".
7255 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7256 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
7257 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
7258 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7259 and "x86-64-tdep.c".
7260 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
7261 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
7262 and "x86-64-tdep.c".
7263 * amd64bsd-nat.c: Update copyright year.
7264 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
7265 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
7266 "x86-64-tdep.h".
7267 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
7268 "x86-64-tdep.h".
7269 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
7270 "x86-64-tdep.h".
7271 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
7272 "x86-64-tdep.h".
7273 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
7274 "x86-64-tdep.h".
7275 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
7276 "x86-64-tdep.h".
7277 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
7278 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
7279 * Makefile.in (amd64_linux_tdep_h): Renamed from
7280 x86_64_linux_tdep_h.
7281 (amd64_tdep_h): Renamed from x86_64_tdep_h.
7282 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
7283 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
7284 (amd64obsd-tdep.o): Update dependencies.
7285 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
7286 dependencies.
7287 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
7288 dependencies.
7289 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
7290 amd64-linux-nat.c amd64-linux-tdep.c.
7291 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
7292 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
7293 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
7294 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
7295 amd64-tdep.o and amd64-linux-tdep.o.
7296 (TM_FILE): Set to tm-linux64.h.
7297 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
7298 (NAT_FILE): Set to nm-linux64.h.
7299 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
7300 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7301 amd64-tdep.o.
7302 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7303 amd64-tdep.o.
7304 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
7305 amd64-tdep.o.
7306
7307 2004-02-25 Roland McGrath <roland@redhat.com>
7308
7309 * remote.c (remote_protocol_qPart_auxv): New variable.
7310 (init_all_packet_configs): Initialize it.
7311 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
7312 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
7313 (show_remote_cmd): Call it.
7314 (_initialize_remote): Initialize commands.
7315 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
7316 service TARGET_OBJECT_AUXV requests.
7317
7318 2004-02-25 J. Brobecker <brobecker@gnat.com>
7319
7320 * configure.in: Make sure that the wborder function is available.
7321 Otherwise, search for it in the cur_colr library.
7322 * configure: Regenerate.
7323
7324 2004-02-25 Andrew Cagney <cagney@redhat.com>
7325
7326 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
7327
7328 2004-02-25 Mark Kettenis <kettenis@gnu.org>
7329
7330 * config/i386/tm-x86-64linux.h: Tweak comments.
7331
7332 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
7333
7334 * MAINTAINERS: Add self to write-after-approval list.
7335
7336 2004-02-25 Andrew Cagney <cagney@redhat.com>
7337
7338 PR cli/1566. Problem found, and fix suggested by David Allan.
7339 * cli/cli-script.c (execute_control_command): Unconditionally
7340 install a cleanup. Default "ret" to "invalid_control". Use
7341 "break" instead of "return" to escape from the switch.
7342
7343 2004-02-24 J. Brobecker <brobecker@gnat.com>
7344
7345 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
7346 with the lines macro defined in term.h on AiX.
7347 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
7348 a collision with the label_width macro defined in term.h on AiX.
7349
7350 2004-02-23 David Mosberger <davidm@hpl.hp.com>
7351
7352 Committed by Kevin Buettner <kevinb@redhat.com>.
7353
7354 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
7355 * ia64-tdep.c (ia64_write_pc): Make it a global function.
7356 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
7357 instead of ia64_write_pc().
7358 * ia64-linux-tdep.c (regcache.h): Include.
7359 (ia64_linux_write_pc): New function.
7360
7361 2004-02-23 Roland McGrath <roland@redhat.com>
7362
7363 * auxv.c (info_auxv_command): Fix typos in error messages.
7364
7365 2004-02-23 Mark Kettenis <kettenis@gnu.org>
7366
7367 * x86-64-tdep.h: Tweak comment.
7368 (enum amd64_regnum): New.
7369 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
7370 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
7371 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
7372 (X86_64_XMM1_REGNUM): Removed.
7373 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
7374 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
7375 prototypes for renamed functions.
7376 * x86-64-tdep.c: Fix typo.
7377 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
7378 register numbers.
7379 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
7380 Use constants from `enum amd64_regnum' for register numbers.
7381 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
7382 (amd64_analyze_prologue, amd64_frame_cache,
7383 amd64_sigtramp_frame_cache): Use constants from `enum
7384 amd64_regnum' for register numbers.
7385 (amd64_supply_fpregset): Adjust for renamed functions.
7386 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
7387 `enum amd64_regnum' for register numbers.
7388 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
7389 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
7390 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
7391 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
7392 (amd64_linux_fill_gregset): Adjust for renamed macros.
7393 (fetch_core_registers): Adjust for renamed functions.
7394 (amd64_linux_init_abi): Adjust for renamed functions.
7395 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
7396 renamed functions.
7397 * amd64-nat.c: Adjust for renamed macros.
7398 * amd64bsd-nat.c (fetch_inferior_registers)
7399 (store_inferior_registers): Use constants from `enum amd64_regnum'
7400 for register numbers. Adjust for renamed variables.
7401 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
7402 renamed variables.
7403 (_initialize_amd64fbsd_nat): Use constants from `enum
7404 amd64_regnum' for register numbers.
7405 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
7406 `enum amd64_regnum' for register numbers.
7407 (amd64fbsd_init_abi): Adjust for renamed functions.
7408 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
7409 `enum amd64_regnum' for register numbers.
7410 (amd64nbsd_init_abi): Adjust for renamed functions.
7411 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
7412 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
7413 `enum amd64_regnum' for register numbers.
7414 (amd64obsd_init_abi): Adjust for renamed functions.
7415 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
7416
7417 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7418
7419 * breakpoint.c (print_one_breakpoint): Do not output spaces
7420 after printing <PENDING> for a pending breakpoint.
7421
7422 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7423
7424 * printcmd.c (print_scalar_formatted): Initialize val_long
7425 to remove compiler warning message.
7426
7427 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
7428
7429 * defs.h (nquery, yquery): New prototypes.
7430 * breakpoint.c (break_command_1): Use new nquery interface.
7431 * utils.c (defaulted_query, nquery, yquery): New functions.
7432
7433 2004-02-23 Andrew Cagney <cagney@redhat.com>
7434
7435 * hppa-tdep.c (hppa_frame_align): New function.
7436 (hppa32_push_dummy_call): New function.
7437 (hppa64_push_dummy_call): New function.
7438 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
7439 disabled.
7440
7441 * infcall.c (legacy_push_dummy_code): Don't call deprecated
7442 FIX_CALL_DUMMY when push_dummy_call is available.
7443 (call_function_by_hand, push_dummy_code): Ditto.
7444
7445 2004-02-22 Andrew Cagney <cagney@redhat.com>
7446
7447 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
7448 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
7449 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
7450 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
7451 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
7452 call_dummy_location to ON_STACK.
7453
7454 2004-02-22 Mark Kettenis <kettenis@gnu.org>
7455
7456 * x86-64-linux-tdep.c: Tweak comment.
7457 (amd64_linux_supply_gregset): Renamed from
7458 x86_64_linux_supply_gresget.
7459 (amd64_linux_fill_gregset): Renamed from
7460 x86_64_linux_fill_gregset.
7461 (fetch_core_registers): Adjust for renamed functions.
7462 (amd64_core_fns): Renamed from x86_64_core_fns.
7463 (amd64_linux_sigtramp_start): Renamed from
7464 x86_64_linux_sigtramp_start.
7465 (amd64_linux_pc_in_sigtramp): Renamed from
7466 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
7467 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
7468 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
7469 (amd64_linux_sigcontext_addr): Renamed from
7470 x86_64_linux_sigcontext_addr.
7471 (amd64_linux_sc_reg_offset): Renamed from
7472 x86_64_linux_sc_reg_offset.
7473 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
7474 Adjust for renamed functions and variables.
7475 (_initialize_amd64_linux_tdep): Renamed from
7476 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
7477 variables.
7478 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
7479 Adjust for renamed functions.
7480
7481 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
7482 from x86_64_linux_gregset64_reg_offset.
7483 (amd64_linux_gregset32_reg_offset): Rename from
7484 x86_64_linux_gregset64_reg_offset.
7485 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
7486 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
7487 (amd64_linux_dr_set_control): Renamed from
7488 x86_64_linux_dr_set_control. Adjust for renamed functions.
7489 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
7490 Adjust for renamed functions.
7491 (amd64_linux_dr_reset_addr): Renamed from
7492 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
7493 (amd64_linux_dr_get_status): Renamed from
7494 x86_64_linux_dr_get_status. Adjust for renamed functions.
7495 (_initialize_amd64_linux_nat): Renamed from
7496 _initialize_x86_64_linux_nat. Adjust for renamed variables and
7497 functions.
7498 * config/i386/nm-x86-64linux.h: Update copyright year.
7499 Adjust for renamed functions.
7500
7501 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
7502 amd64fbsd_sigtramp_start.
7503 (amd64fbsd_sigtramp_end_addr): Renamed from
7504 amd64fbsd_sigtramp_end.
7505 (amd64fbsd_init_abi): Adjust for renamed variables.
7506 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
7507 variables.
7508 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
7509 amd64fbsd_sigtramp_start.
7510 (amd64fbsd_sigtramp_end_addr): Renamed from
7511 amd64fbsd_sigtramp_end.
7512
7513 2004-02-22 Andrew Cagney <cagney@redhat.com>
7514
7515 * hppa-tdep.c (hppa32_return_value): New function.
7516 (hppa64_return_value): New function.
7517 (hppa_gdbarch_init): Set return_value; keep disabled.
7518
7519 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
7520 struct-return and inferior function call methods.
7521
7522 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7523 "frame-base.h".
7524 (struct hppa_frame_cache): Define.
7525 (hppa_frame_cache, hppa_frame_this_id): New functions.
7526 (hppa_frame_prev_register): New function.
7527 (hppa_frame_unwind, hppa_frame_base): New variables.
7528 (hppa_frame_unwind_sniffer): New function.
7529 (hppa_frame_base_address, hppa_unwind_pc): New function.
7530 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
7531 sniffer, and frame base sniffer; keep disabled.
7532 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
7533 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
7534
7535 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
7536 to predicates for "seriously old code".
7537
7538 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
7539 runtime if(0).
7540
7541 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
7542 unsigned.
7543 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
7544
7545 * config/pa/tm-hppa.h: Update copyright.
7546 (DEPRECATED_INIT_FRAME_PC): Delete macro.
7547 (deprecated_init_frame_pc_default): Delete declaration.
7548 (hppa_frame_init_saved_regs): Delete declaration.
7549 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
7550 * hppa-tdep.c: Include "arch-utils.h".
7551 (hppa_gdbarch_init): Set deprecated init_frame_pc
7552 and deprecated frame_init_saved_regs.
7553 (hppa_frame_init_saved_regs): Make static.
7554
7555 2004-02-22 Mark Kettenis <kettenis@gnu.org>
7556
7557 Remove old 386BSD support.
7558 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
7559 * configure.host: Remove i[34567]86-*-bsd*.
7560 * configure.tgt: Remove i[34567]86-*-bsd*.
7561 * i386b-nat.c: Removed.
7562 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
7563 (i386b-nat.o): Remove dependencies.
7564
7565 * config/i386/i386bsd.mh: Removed.
7566 * config/i386/i386bsd.mt: Removed.
7567 * config/i386/nm-i386bsd.h: Removed.
7568 * config/i386/tm-i386bsd.h: Removed.
7569 * config/i386/xm-i386bsd.h: Removed.
7570
7571 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
7572
7573 * amd64fbsd-tdep.c: Include "solib-svr4.h".
7574 (amd64fbsd_init_abi): Set link map offsets.
7575 * amd64nbsd-tdep.c: Include "slib-svr4.h".
7576 (amd64nbsd_init_abi): Set link map offsets.
7577 * amd64obsd-tdep.c: Include "solib-svr4.h".
7578 (amd64obsd_init_abi): Set link map offsets.
7579 * i386fbsd-tdep.c: Include "solib-svr4.h".
7580 (i386fbsd_init_abi): Set link map offsets.
7581 * i386nbsd-tdep.c: Include "solib-svr4.h".
7582 (i386nbsdelf_init_abi): Set link map offsets.
7583 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
7584 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
7585 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
7586 solib-legacy.o and core-aout.o. Reformat.
7587 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
7588 solib-svr4.o, solib-legacy.o. Reformat.
7589 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
7590 * config/i386/nbsdelf.mh: Reformat.
7591 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
7592 solib-svr4.o, solib-legacy.o and corelow.o.
7593 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
7594 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
7595 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
7596 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7597 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
7598 (TM_FILE): Set to tm-fbsd.h.
7599 * config/i386/nbsd.mt (TDEPFILES): Reformat.
7600 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
7601 solib-svr4.o.
7602 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
7603 solib-svr4.o.
7604 (TM_FILE): Set to nm-nbsd.h.
7605 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
7606 Simplify shared library support. Don't include "elf/common.h".
7607 (SVR4_SHARED_LIBS): Don't define.
7608 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
7609 "solib.h".
7610 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
7611 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
7612 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
7613 Don't include "i386/tm-i386.h". Include "solib.h".
7614 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
7615 Don't include "i386/tm-i386.h".
7616 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
7617 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
7618 Include "i386/xm-i386.h".
7619 (HOST_LONG_DOUBLE_FORMAT): Remove.
7620
7621 Fix OpenBSD/i386 sigtramp recognition.
7622 * i386-tdep.h: Update copyright year.
7623 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
7624 (i386bsd_sigtramp_end): New prototypes.
7625 (i386fbsd_sigtramp_start_addr): Renamed from
7626 i386fbsd_sigtramp_start.
7627 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7628 (i386obsd_sigtramp_start_addr): Renamed from
7629 i386obsd_sigtramp_start.
7630 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
7631 * i386bsd-tdep.c: Update copyright year.
7632 (i386bsd_pc_in_sigtramp): Make public.
7633 * i386fbsd-nat.c: Update copyright year.
7634 (_initialize_i386fbsd_nat): Adjust for renamed variables.
7635 * i386fbsd-tdep.c: Update copyright year.
7636 (i386fbsd_sigtramp_start_addr): Renamed from
7637 i386fbsd_sigtramp_start.
7638 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
7639 (i386fbsdaout_init_abi): Adjust for renamed variables.
7640 * i386obsd-nat.c: Update copyright year.
7641 (_initialize_i386obsd_nat): Adjust for renamed variables.
7642 * i386obsd-tdep.c: Include "target.h".
7643 (i386obsd_page_size): New variable.
7644 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
7645 (i386obsd_sigtramp_end): New functions.
7646 (i386obsd_sigtramp_start_addr): Renamed from
7647 i386obsd_sigtramp_start.
7648 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
7649 (i386obsd_init_abi): Adjust for renamed variables. Set
7650 pc_in_sigtramp, sigtramp_start and sigtramp_end.
7651 * Makefile.in (i386obsd-tdep.o): Update dependencies.
7652
7653 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
7654 trampoline change in OpenBSD kernel.
7655
7656 * amd64-nat.c: Update copyright year.
7657 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
7658 architecture from REGCACHE.
7659
7660 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
7661 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
7662
7663 2004-02-21 Mark Kettenis <kettenis@gnu.org>
7664
7665 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
7666 i[34567]86-*-openbsd3.[0-3].
7667 * config/i386/obsdaout.mh: New file.
7668
7669 * config/i386/obsd.mh (MH_FLAGS): Remove.
7670
7671 Fix PR build/1549.
7672 * i386obsd-tdep.c: Update copyright years. Include
7673 "solib-svr4.h".
7674 (i386obsd_init_abi): Don't set regset_from_core_section here.
7675 (i386obsd_aout_init_abi): New function. Set
7676 regset_from_core_section here.
7677 (i386obsd_elf_init_abi): New function.
7678 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
7679 * Makefile.in (i386obsd-tdep.o): Update dependecies.
7680 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7681 (TM_FILE): Set to tm-nbsd.h.
7682
7683 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
7684 solib-sunos.o.
7685
7686 * solib-svr4.h: Update copyright year.
7687 (svr4_ilp32_fetch_link_map_offsets)
7688 (svr4_lp64_fetch_link_map_offsets): New prototype.
7689 * solib-svr4.c: Update copyright year.
7690 (svr4_ilp32_fetch_link_map_offsets)
7691 (svr4_lp64_fetch_link_map_offsets): New function.
7692
7693 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
7694
7695 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
7696 to the partial symbol table.
7697
7698 2004-02-20 J. brobecker <brobecker@gnat.com>
7699
7700 * PROBLEMS: Add description of problem documented under gdb/1560.
7701
7702 2004-02-20 Mark Kettenis <kettenis@gnu.org>
7703
7704 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
7705 comments.
7706 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
7707 functions.
7708 (amd64obsd_init_abi): Reorder initializations. Use
7709 amd64obsd_r_reg_offset to initialize the general-purpose register
7710 set details. Set regset_from_core_section.
7711 (_initialize_amd64obsd_tdep): Rename from
7712 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
7713 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
7714 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
7715
7716 * NEWS (New native configurations): Mention OpenBSD/alpha.
7717 * configure.tgt: Add alpha*-*-openbsd*.
7718 * configure.host: Add alpha*-*-openbsd*.
7719 * alphanbsd-tdep.c: Update copyright year.
7720 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
7721
7722 2004-02-20 Andrew Cagney <cagney@redhat.com>
7723
7724 Fix PR tdep/1372.
7725 * configure.tgt: Delete target "none-*-*".
7726 * configure.host: Delete host "none-*-*".
7727 * config/none/none.mh: Delete file.
7728 * config/none/none.mt: Delete file.
7729 * config/none/xm-none.h: Delete file.
7730 * config/none/tm-none.h: Delete file.
7731 * config/none/nm-none.h: Delete file.
7732
7733 2004-02-19 Fred Fish <fnf@redhat.com>
7734
7735 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
7736 cache->uses_fp prior to setting it.
7737
7738 2004-02-19 Fred Fish <fnf@redhat.com>
7739
7740 Fix for PR breakpoint/1558.
7741 * sh-tdep.c (IS_JSR): New macro.
7742 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
7743
7744 2004-02-19 Jim Blandy <jimb@redhat.com>
7745
7746 * findvar.c (value_from_register): Doc fix.
7747
7748 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
7749
7750 * printcmd.c (print_scalar_formatted): Do not check for sizeof
7751 type being greater than sizeof of host's LONGEST. Always use
7752 unpack_long() unless format 'f' chosen.
7753
7754 2004-02-19 Joel Brobecker <brobecker@gnat.com>
7755
7756 Committed by Elena Zannoni <ezannoni@redhat.com>
7757
7758 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
7759 contains a symbol wich is the best, non-exact match for the given
7760 pc. Update comments.
7761
7762 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
7763
7764 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
7765 macro, which was part of the now removed Mach 3 port.
7766 * utils.c (request_quit): Ditto.
7767
7768 2004-02-18 Mark Kettenis <kettenis@gnu.org>
7769
7770 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
7771 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
7772
7773 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7774
7775 Committed by Mark Kettenis <kettenis@gnu.org>.
7776
7777 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
7778 Define.
7779
7780 2004-02-18 Andrew Cagney <cagney@redhat.com>
7781
7782 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
7783 CONFIG_INSTALL and CONFIG_UNINSTALL.
7784 * configure: Re-generate.
7785 * interps.h (INTERP_TUI): Define.
7786 * Makefile.in: Update dependencies.
7787 (TUI): New macro.
7788 (tui-main.o): Specify dependencies.
7789 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
7790 * tui/tui-main.c: New file.
7791
7792 2004-02-18 Mark Kettenis <kettenis@gnu.org>
7793
7794 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
7795 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
7796 dependencies.
7797 * configure.host: Add x86_64-*-openbsd*.
7798 * configure.tgt: Add x86_64-*-openbsd*.
7799 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
7800
7801 * tui/tui.c: Don't include <malloc.h>.
7802
7803 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
7804 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
7805 amd64nbsd-tdep.c.
7806
7807 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
7808 static. Remove extraneous whitespace.
7809 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
7810 static.
7811
7812 2004-02-17 Jim Blandy <jimb@redhat.com>
7813
7814 * findvar.c (value_from_register): Doc fix.
7815
7816 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7817
7818 Committed by Jim Blandy <jimb@redhat.com>.
7819
7820 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
7821 CORE_ADDR as type for selectors. Correct types for GNU run time
7822 message lookup function to use double indirection.
7823 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
7824 * objc-lang.h (lookup_child_selector): Adapt prototype.
7825
7826 * s390-nat.c (SUBOFF): New macro.
7827 (supply_gregset, fill_gregset): Use it to handle debugging
7828 of 32-bit exectuables running under a 64-bit kernel.
7829 * s390-tdep.c: Include "solib-svr4.h".
7830 (s390_svr4_fetch_link_map_offset): New function.
7831 (s390x_svr_fetch_link_map_offset): Likewise.
7832 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
7833 * Makefile.in (s390-tdep.o): Update dependencies.
7834
7835 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
7836 "frame-unwind.h".
7837 (s390_readinstruction): Reformat. Use read_memory_nobpt.
7838 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
7839 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
7840 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
7841 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
7842 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
7843 S390_SIGNAL_FRAMESIZE,
7844 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
7845 (struct frame_extra_info): Remove.
7846 (s390_memset_extra_info): Remove.
7847 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
7848 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
7849 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
7850 (is_rse): Renamed to ...
7851 (is_rsy): ... this. Support long displacements.
7852 (is_rxe): Renamed to ...
7853 (is_rxy): ... this. Support long displacements.
7854 (compute_x_addr): Support long displacements.
7855 (struct s390_prologue_data): New data type.
7856 (s390_on_stack): Change API to use struct s390_prologue_data.
7857 (s390_store): Reimplement.
7858 (s390_load): New function.
7859 (s390_get_signal_frame_info): Remove.
7860 (s390_get_frame_info): Remove, replace by ...
7861 (s390_analyze_prolog): ... this new function.
7862 (s390_check_function_end): Remove.
7863 (s390_function_start): Remove.
7864 (s390_frameless_function_invokation): Remove.
7865 (s390_is_sigreturn): Remove.
7866 (s390_init_frame_pc_first): Remove.
7867 (s390_init_frame_extra_info): Remove.
7868 (s390_frame_init_saved_regs): Remove.
7869 (s390_frame_saved_pc_nofix): Remove.
7870 (s390_frame_saved_pc): Remove.
7871 (s390_frame_chain): Remove.
7872 (s390_fp_regnum, s390_read_fp): Remove.
7873 (s390_pop_frame_regular, s390_pop_frame): Remove.
7874 (s390_saved_pc_after_call): Remove.
7875 (s390_skip_prologue): Reimplement.
7876 (s390_in_function_epilogue_p): Support long displacements.
7877 (struct s390_unwind_cache): New data structure.
7878 (s390_frame_unwind_cache): New function.
7879 (s390_prologue_frame_unwind_cache): Likewise.
7880 (s390_backchain_frame_unwind_cache): Likewise.
7881 (s390_frame_this_id, s390_frame_prev_register): Likewise.
7882 (s390_frame_unwind): Define.
7883 (s390_frame_sniffer): New function.
7884 (struct s390_pltstub_unwind_cache): New data structure.
7885 (s390_pltstub_frame_unwind_cache): New function.
7886 (s390_pltstub_frame_this_id): Likewise.
7887 (s390_pltstub_frame_prev_register): Likewise.
7888 (s390_pltstub_frame_unwind): Define.
7889 (s390_pltstub_frame_sniffer): New function.
7890 (struct s390_sigtramp_unwind_cache): New data structure.
7891 (s390_sigtramp_frame_unwind_cache): New function.
7892 (s390_sigtramp_frame_this_id): Likewise.
7893 (s390_sigtramp_frame_prev_register): Likewise.
7894 (s390_sigtramp_frame_unwind): Define.
7895 (s390_sigtramp_frame_sniffer): New function.
7896 (s390_frame_base_address, s390_local_base_address): New functions.
7897 (s390_frame_base): Define.
7898 (s390_unwind_pc, s390_unwind_sp): New function.
7899 (s390_push_dummy_call): Use new frame base location.
7900 (s390_unwind_dummy_id): Likewise.
7901 (s390_gdbarch_init): Remove calls to:
7902 set_gdbarch_frameless_function_invocation,
7903 set_gdbarch_deprecated_init_frame_pc,
7904 set_gdbarch_deprecated_frame_chain,
7905 set_gdbarch_deprecated_frame_init_saved_regs,
7906 set_gdbarch_deprecated_pop_frame,
7907 set_gdbarch_deprecated_init_extra_frame_info,
7908 set_gdbarch_deprecated_init_frame_pc_first,
7909 set_gdbarch_deprecated_target_read_fp,
7910 set_gdbarch_deprecated_frame_saved_pc,
7911 set_gdbarch_deprecated_saved_pc_after_call,
7912 set_gdbarch_deprecated_fp_regnum.
7913 Add calls to:
7914 set_gdbarch_in_solib_call_trampoline,
7915 frame_unwind_append_sniffer,
7916 frame_base_set_default,
7917 set_gdbarch_unwind_pc,
7918 set_gdbarch_unwind_sp.
7919 * Makefile.in (s390-tdep.o): Update dependencies.
7920
7921 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
7922 (S390_STACK_FRAME_OVERHEAD): Remove.
7923 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
7924 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
7925 (s390_promote_integer_argument): Remove.
7926 (s390_cannot_extract_struct_value_address): Remove.
7927 (s390_use_struct_convention, s390_store_struct_return): Remove.
7928 (s390_extract_return_value, s390_store_return_value): Remove.
7929 (s390_return_value_convention, s390_return_value): New functions.
7930 (is_float_singleton): Handle typedefs.
7931 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
7932 Remove, replace by ...
7933 (s390_function_arg_pass_by_reference, s390_function_arg_float,
7934 s390_function_arg_integer): ... these new functions.
7935 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
7936 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
7937 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
7938 Fill in tdep->abi.
7939 Remove calls to:
7940 set_gdbarch_deprecated_store_struct_return,
7941 set_gdbarch_deprecated_extract_return_value,
7942 set_gdbarch_deprecated_store_return_value,
7943 set_gdbarch_use_struct_convention,
7944 set_gdbarch_extract_struct_value_address,
7945 set_gdbarch_deprecated_pc_in_call_dummy,
7946 set_gdbarch_deprecated_push_arguments,
7947 set_gdbarch_deprecated_save_dummy_frame_tos,
7948 set_gdbarch_deprecated_push_return_address,
7949 set_gdbarch_deprecated_sizeof_call_dummy_words,
7950 set_gdbarch_deprecated_call_dummy_words,
7951 set_gdbarch_deprecated_dummy_write_sp.
7952 Add calls to:
7953 set_gdbarch_push_dummy_call,
7954 set_gdbarch_unwind_dummy_id,
7955 set_gdbarch_return_value.
7956
7957 * config/s390/nm-linux.h: Update comments.
7958 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
7959 (STOPPED_BY_WATCHPOINT): Redefine.
7960 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
7961 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
7962 (s390_stopped_by_watchpoint): Likewise.
7963 (watch_area_cnt): Remove.
7964 * s390-nat.c: Update comments.
7965 (watch_area): Remove typedef.
7966 Global replace watch_area by struct watch_area.
7967 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
7968 (s390_stopped_by_watchpoint): Remove pid argument,
7969 use s390_inferior_tid. Add short-cut for the no watchpoint case.
7970 (s390_fix_watch_points): Remove pid argument,
7971 use s390_inferior_tid. Recompute area spanned by watchpoints.
7972 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
7973 argument. Reimplement.
7974
7975 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
7976 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
7977 (FETCH_INFERIOR_REGISTERS): Define.
7978 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
7979 core-regset.o.
7980 * config/s390/s390x.mt: Remove.
7981 * config/s390/tm-s390.h: Remove.
7982 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
7983 (TARGET_ELF64): Remove.
7984 (SKIP_TRAMPOLINE_CODE): Do not undefine.
7985 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
7986 s390*-*-* case; always set gdb_target to s390.
7987 * regformats/reg-s390.dat: Remove control registers.
7988 * regformats/reg-s390x.dat: Likewise.
7989 * s390-tdep.h: New file.
7990 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
7991 Include "inferior.h" and "s390-tdep.h".
7992 Remove private definition of offsetof.
7993 (s390_register_u_addr): Remove.
7994 (regmap_gregset, regmap_fpregset): Define.
7995 (supply_gregset, fill_gregset): Reimplement.
7996 (supply_fpregset, fill_fpregset): Likewise.
7997 (s390_inferior_tid): New function.
7998 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
7999 (fetch_inferior_registers, store_inferior_registers): Likewise.
8000 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
8001 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
8002 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
8003 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
8004 (struct gdbarch_tdep): Define.
8005 (struct s390_register_info): Define.
8006 (s390_register_info): New variable.
8007 (s390_register_name): Reimplement.
8008 (s390_register_type): New function.
8009 (s390_register_raw_size, s390x_register_raw_size): Remove.
8010 (s390_cannot_fetch_register): Remove.
8011 (s390_register_byte): Remove.
8012 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
8013 (s390_dwarf_regmap): New variable.
8014 (s390_dwarf_reg_to_regnum): New function.
8015 (s390_stab_reg_to_regnum): Remove.
8016 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
8017 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
8018 (s390_convert_register_p): Likewise.
8019 (s390_register_to_value, s390_value_to_register): Likewise.
8020 (s390_register_reggroup_p): Likewise.
8021 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
8022 s390_gregset, s390x_gregset, s390_fpregset): New variables.
8023 (s390_supply_regset, s390_regset_from_core_section): New functions.
8024 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
8025 (S390_FPR_SIZE): Likewise.
8026 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
8027 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
8028 (S390_NUM_GPRS): Move here from tm-s390.h.
8029 (S390_NUM_FPRS): Likewise.
8030 (s390_in_function_epilogue_p): New function.
8031 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
8032 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
8033 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
8034 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
8035 Replace S390_FP_REGNUM by S390_SP_REGNUM.
8036 Remove calls to:
8037 set_gdbarch_deprecated_max_register_raw_size,
8038 set_gdbarch_deprecated_max_register_virtual_size,
8039 set_gdbarch_deprecated_register_byte,
8040 set_gdbarch_cannot_fetch_register,
8041 set_gdbarch_cannot_store_register,
8042 set_gdbarch_deprecated_register_size,
8043 set_gdbarch_deprecated_register_raw_size,
8044 set_gdbarch_deprecated_register_virtual_size,
8045 set_gdbarch_deprecated_register_virtual_type,
8046 set_gdbarch_deprecated_register_bytes.
8047 Add calls to:
8048 set_gdbarch_num_pseudo_regs,
8049 set_gdbarch_register_type,
8050 set_gdbarch_convert_register_p,
8051 set_gdbarch_register_to_value,
8052 set_gdbarch_value_to_register,
8053 set_gdbarch_register_reggroup_p,
8054 set_gdbarch_regset_from_core_section,
8055 set_gdbarch_pseudo_register_read,
8056 set_gdbarch_pseudo_register_write,
8057 set_gdbarch_in_function_epilogue_p.
8058 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
8059 (s390_tdep_h): New variable.
8060
8061 2004-02-17 Jim Blandy <jimb@redhat.com>
8062
8063 * findvar.c (value_from_register): If the type has no length, just
8064 return an acceptable value --- don't report an internal error.
8065
8066 * stabsread.c (read_type): If we find any type numbers that are
8067 forward references, complain if the references aren't resolved by
8068 the time we're finished reading.
8069 (cleanup_undefined_types): Make error message more appropriate for
8070 a complaint.
8071
8072 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8073
8074 * Makefile.in (defs_h): Remove dependency on progress_h.
8075 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
8076 progress.h.
8077 * main.c (captured_main): Delete use of START_PROGRESS and
8078 END_PROGRESS.
8079
8080 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
8081
8082 * objfiles.c (terminate_minimal_symbol_table): Add back
8083 initialization of MSYMBOL_TYPE.
8084
8085 2004-02-17 David Mosberger <davidm@hpl.hp.com>
8086
8087 Committed by Andrew Cagney.
8088 * Makefile.in (ia64_tdep_h): New macro.
8089 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
8090 (ia64-tdep.o): Likewise.
8091 * ia64-tdep.h: New file.
8092 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
8093 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
8094 (ia64_aix_sigcontext_register_address): Likewise.
8095 (ia64_linux_getunwind_table): Delete declaration.
8096 * ia64-linux-tdep.c: Likewise.
8097
8098 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
8099
8100 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
8101 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
8102 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
8103
8104 2004-02-17 Andrew Cagney <cagney@redhat.com>
8105
8106 * symtab.c (skip_prologue_using_sal): New function.
8107 * symtab.h (skip_prologue_using_sal): Declare.
8108 * frv-tdep.c: Include "symtab.h".
8109 (skip_prologue_using_sal): Delete function.
8110 * mips-tdep.c (skip_prologue_using_sal): Delete function.
8111 * rs6000-tdep.c (refine_prologue_limit): Mention
8112 skip_prologue_using_sal.
8113 * ia64-tdep.c (refine_prologue_limit): Ditto.
8114 * Makefile.in: Update dependencies.
8115
8116 2004-02-16 Andrew Cagney <cagney@redhat.com>
8117
8118 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
8119 START_INFERIOR_TRAPS_EXPECTED.
8120 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
8121 START_INFERIOR_TRAPS_EXPECTED.
8122 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
8123 Delete macro.
8124 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
8125 macro, moved to "nm-osf.h". Update copyright.
8126 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
8127 update copyright.
8128
8129 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
8130 and function replacing FRAMELESS_FUNCTION_INVOCATION.
8131 * blockframe.c (legacy_frameless_look_for_prologue): Rename
8132 frameless_look_for_prologue.
8133 * frame.h (legacy_frameless_look_for_prologue): Rename
8134 frameless_look_for_prologue.
8135 * gdbarch.h, gdbarch.c: Re-generate.
8136 * sh64-tdep.c (sh64_gdbarch_init): Update.
8137 * sh-tdep.c (sh_gdbarch_init): Update.
8138 * s390-tdep.c (s390_gdbarch_init): Update.
8139 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8140 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
8141 * m68k-tdep.c (m68k_gdbarch_init): Update.
8142 (delta68_frame_args_address): Update.
8143 * m32r-tdep.c (m32r_gdbarch_init): Update.
8144 * hppa-tdep.c (hppa_gdbarch_init): Update.
8145 * h8300-tdep.c (h8300_gdbarch_init): Update.
8146 * frv-tdep.c (frv_gdbarch_init): Update.
8147 (frv_frameless_function_invocation): Update.
8148 * cris-tdep.c (cris_gdbarch_init): Update.
8149 (cris_frameless_function_invocation): Update.
8150 * avr-tdep.c (avr_gdbarch_init): Update.
8151 * arm-tdep.c (arm_gdbarch_init): Update.
8152 * stack.c (frame_info): Update, call predicate.
8153 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
8154 * frame.c (legacy_get_prev_frame): Update, call predicate..
8155 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
8156 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
8157 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
8158 invocation.
8159 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8160 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8161 * vax-tdep.c (vax_gdbarch_init): Ditto.
8162
8163 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
8164 function.
8165
8166 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8167
8168 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
8169 initializations.
8170
8171 2004-02-16 Andrew Cagney <cagney@redhat.com>
8172
8173 * tui/tui-windata.c: Include "gdb_string.h".
8174 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
8175 * tui/tui-layout.c, tui/tui-command.c: Ditto.
8176 * Makefile.in: Update dependencies.
8177
8178 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
8179
8180 * Makefile.in (infrun.o): Add $(gdb_assert_h).
8181 * infrun.c: Include "gdb_assert.h".
8182 (singlestep_ptid, saved_singlestep_ptid)
8183 (stepping_past_singlestep_breakpoint): New variables.
8184 (resume): Set singlestep_ptid. Check for singlestep thread
8185 hop.
8186 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
8187 (handle_inferior_event): Handle singlestep thread hop.
8188
8189 2004-02-16 Andrew Cagney <cagney@redhat.com>
8190
8191 * dwarf2-frame.c (dwarf2_frame_ops): New function.
8192 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
8193 (dwarf2_frame_init_reg): Ditto.
8194
8195 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
8196 suggested by Joshua Neuheisel
8197
8198 * configure.in: Always check for curses, including pdcurses.
8199 Warn, instead of error, when no curses are found. Enable TUI when
8200 curses is available.
8201 * configure: Re-generate.
8202
8203 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
8204
8205 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
8206 sh_sh4_register_convert_to_virtual.
8207 (sh_register_convert_to_raw): Rename from
8208 sh_sh4_register_convert_to_raw.
8209 (sh_pseudo_register_read): Accomodate above name change.
8210 (sh_pseudo_register_write): Ditto.
8211
8212 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
8213
8214 * sh-tdep.c (sh_generic_register_name): Remove.
8215 (sh_gdbarch_init): Use sh_sh_register_name in default case.
8216
8217 2004-02-15 Andrew Cagney <cagney@redhat.com>
8218
8219 * configure.in (build_warnings): Add -Wunused-function.
8220 * configure: Re-generate.
8221
8222 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
8223 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
8224
8225 * procfs.c (procfs_init_inferior): Assume that
8226 START_INFERIOR_TRAPS_EXPECTED is defined.
8227 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
8228 * config/ns32k/tm-nbsd.h: Delete file,
8229 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
8230
8231 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
8232 * config/vax/tm-vax.h: Delete file.
8233
8234 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8235 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8236 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8237 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8238 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
8239 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
8240 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
8241
8242 2004-02-15 Mark Kettenis <kettenis@gnu.org>
8243
8244 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
8245 * dwarf2-frame.c (dwarf2_frame_data): New variable.
8246 (struct dwarf2_frame_ops): New.
8247 (dwarf2_frame_default_init_reg): New function, based on
8248 dwarf2_frame_init_reg.
8249 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
8250 (dwarf2_frame_init_reg): Call architecture-specific function.
8251 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
8252 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
8253 instead of dwarf2_frame_data.
8254 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
8255 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
8256
8257 2004-02-15 Andrew Cagney <cagney@redhat.com>
8258
8259 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
8260 register_gdbarch_swap.
8261 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
8262 * f-lang.c (_initialize_f_language): Update, use
8263 DEPRECATED_REGISTER_GDBARCH_SWAP.
8264 * remote.c (_initialize_remote): Ditto.
8265 * regcache.c (_initialize_regcache): Ditto.
8266 * parse.c (_initialize_parse): Ditto.
8267 * infrun.c (_initialize_infrun): Ditto.
8268 * mi/mi-main.c (_initialize_mi_main): Ditto.
8269 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8270
8271 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
8272 poking .cacheable directly.
8273 * symfile.c (symfile_bfd_open): Ditto.
8274
8275 * Makefile.in: Update all dependencies.
8276
8277 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
8278 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
8279 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
8280 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
8281 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
8282
8283 2004-02-14 Andrew Cagney <cagney@redhat.com>
8284
8285 * arch-utils.c (legacy_convert_register_p): Check
8286 DEPRECATED_REGISTER_CONVERTIBLE_P.
8287 * findvar.c (value_of_register): Ditto.
8288
8289 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
8290 * gdbarch.h, gdbarch.c: Re-generate.
8291 * arch-utils.c (deprecated_register_convertible_not): Delete.
8292 * arch-utils.h (deprecated_register_convertible_not): Delete.
8293 * mi/mi-main.c (get_register): Update. Update copyright.
8294 * infcmd.c (default_print_registers_info): Update.
8295
8296 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
8297 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
8298 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8299 * gdbarch.h, gdbarch.c: Re-generate.
8300 * frame.c (deprecated_get_next_frame_hack): Delete function.
8301 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
8302 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8303 Update.
8304 * infcall.c (call_function_by_hand): Update.
8305
8306 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
8307
8308 * symfile.c (init_entry_point_info, entry_point_address): Move
8309 from here...
8310 * objfiles.c (init_entry_point_info, entry_point_address):..to
8311 here.
8312 * symfile.h (init_entry_point_info, entry_point_address): Remove
8313 prototypes.
8314 * objfiles.h (init_entry_point_info, entry_point_address):Add
8315 prototypes.
8316 * cris-tdep.c: Remove include of symfile.h. Add include of
8317 objfiles.h.
8318 * infcall.c: Ditto.
8319 * mcore-tdep.c: Ditto.
8320 * mn10300-tdep.c: Ditto.
8321 * sh64-tdep.c: Ditto.
8322 * v850-tdep.c: Ditto.
8323 * arm-tdep.c: Remove include of symfile.h.
8324 * blockframe.c: Ditto.
8325 * coffread.c: Ditto.
8326 * dbxread.c: Ditto.
8327 * dwarf2read.c: Ditto.
8328 * dwarfread.c: Ditto.
8329 * frv-tdep.c: Ditto.
8330 * ia64-tdep.c: Ditto.
8331 * mdebugread.c: Ditto.
8332 * mipsread.c: Ditto.
8333 * rs6000-tdep.c: Ditto.
8334 * s390-tdep.c: Ditto.
8335 * sh-tdep.c: Ditto.
8336 * xstormy16-tdep.c: Ditto.
8337 * gdbarch.sh: Remove include of symfile.h.
8338 * gdbarch.c: Regenerate.
8339 * solib-irix.c (enable_break): Use entry_point_address().
8340 Add comment about include file.
8341 * xcoffread.c: Add comment about include file.
8342 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
8343 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
8344 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
8345 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
8346 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
8347
8348 2004-02-13 Andrew Cagney <cagney@redhat.com>
8349
8350 * corelow.c (core_xfer_partial): Use "struct bfd_section".
8351 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
8352 copyright.
8353 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
8354
8355 2004-02-12 Fred Fish <fnf@redhat.com>
8356
8357 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
8358 set_gdbarch_store_return_value.
8359
8360 2004-02-12 Andrew Cagney <cagney@redhat.com>
8361
8362 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
8363 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
8364 (interrupt_query): Ditto.
8365 (ofunc): Delete unused variable.
8366 * cris-tdep.c (cris_abi): Delete unused function.
8367 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
8368 (cris_get_wide_opcode, cris_get_short_size): Ditto.
8369 (cris_get_asr_quick_shift_steps): Ditto.
8370 (cris_skip_prologue_frameless_p): Ditto.
8371 * arm-tdep.c (arm_push_return_address): Delete unused function.
8372 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
8373 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
8374 * s390-tdep.c (s390_function_start): Delete unused function.
8375
8376 2004-02-12 Andrew Cagney <cagney@redhat.com>
8377
8378 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
8379 gdbarch.h, gdbarch.c: Re-generate.
8380 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
8381 to generic_prologue_frameless_p.
8382 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
8383 * arch-utils.c (generic_prologue_frameless_p): Delete function.
8384
8385 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
8386
8387 * mips-linux-tdep.c: Include "frame.h".
8388 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
8389 (mips_linux_skip_resolver): New functions.
8390 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
8391 and set_gdbarch_in_solib_call_trampoline.
8392 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
8393 to after set_gdbarch_in_solib_return_trampoline. Only set the
8394 solib hooks to mips16 functions if the OS ABI is unknown.
8395 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
8396 including "config/tm-linux.h".
8397 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
8398 * Makefile.in (mips-linux-tdep.o): Update.
8399
8400 2004-02-11 David Carlton <carlton@kealia.com>
8401
8402 * linespec.c (decode_compound): Only look for a class symbol when
8403 considering all but the rightmost component.
8404
8405 2004-02-11 Andrew Cagney <cagney@redhat.com>
8406
8407 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
8408 abi code are are separatly grouped.
8409
8410 2004-02-11 Andrew Cagney <cagney@redhat.com>
8411
8412 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
8413 * gdbarch.h, gdbarch.c: Re-generate.
8414 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8415 * v850-tdep.c (v850_gdbarch_init): Update.
8416 * sh64-tdep.c (sh64_gdbarch_init): Update.
8417 * sh-tdep.c (sh_gdbarch_init): Update.
8418 * s390-tdep.c (s390_gdbarch_init): Update.
8419 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
8420 * mips-tdep.c (mips_gdbarch_init): Update.
8421 * mcore-tdep.c (mcore_gdbarch_init): Update.
8422 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8423 * m32r-tdep.c (m32r_gdbarch_init): Update.
8424 * ia64-tdep.c (ia64_gdbarch_init): Update.
8425 * hppa-tdep.c (hppa_gdbarch_init): Update.
8426 * h8300-tdep.c (h8300_gdbarch_init): Update.
8427 * frv-tdep.c (frv_gdbarch_init): Update.
8428 * d10v-tdep.c (d10v_gdbarch_init): Update.
8429 * cris-tdep.c (cris_gdbarch_init): Update.
8430 * avr-tdep.c (avr_gdbarch_init): Update.
8431 * arm-tdep.c (arm_gdbarch_init): Update.
8432 * alpha-tdep.c (alpha_gdbarch_init): Update.
8433
8434 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
8435
8436 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
8437 comma.
8438 (sh_sh4al_dsp_register_name): Ditto.
8439
8440 2004-02-10 Andrew Cagney <cagney@redhat.com>
8441
8442 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
8443 (mips_init_frame_pc_first): Delete function.
8444 (mips_frame_saved_pc): Delete function.
8445 (mips_frame_chain): Delete function.
8446 (mips_init_extra_frame_info): Delete function.
8447 (mips_xfer_register): Delete unused variable "reg".
8448 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
8449 (mips_n32n64_return_value): Delete unused variable "reg".
8450 (mips_n32n64_return_value): Delete unused variable "pos".
8451 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
8452 (mips_o32_return_value): Delete unused variable "pos".
8453 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
8454 (mips_print_fp_register): Delete unused variable "namelen"
8455 (mips_print_fp_register): Delete unused variable "flt2"
8456 (get_frame_pointer): Delete function.
8457 (cached_proc_desc): Delete static variable.
8458 (mips_pop_frame): Delete function.
8459 (mips_find_saved_regs): Delete function.
8460 (mips_get_saved_register): Delete function.
8461 (mips_saved_pc_after_call): Delete function.
8462 (SIGFRAME_BASE): Delete macro.
8463 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
8464 (SIGFRAME_PC_OFF): Delete macro.
8465 (SIGFRAME_REGSAVE_OFF): Delete macro.
8466 (mips_dump_tdep): Do not print deleted macro definitions.
8467
8468 2004-02-10 Andrew Cagney <cagney@redhat.com>
8469
8470 * Makefile.in (SFILES): Remove explictly listed tui files.
8471 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
8472
8473 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8474
8475 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
8476 to use paddr functions to format ia64 addresses and long values.
8477 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
8478 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
8479 (get_kernel_table, ia64_find_proc_info_x): Ditto.
8480 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
8481 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
8482
8483 2004-02-10 Andrew Cagney <cagney@redhat.com>
8484
8485 * defs.h: Do not include "tui.h".
8486 * gdb_curses.h: New file.
8487 * tui/tui-hooks.h: New file.
8488 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
8489 (tui_install_hooks, tui_remove_hooks): Delete declarations.
8490 (tui_initialize_io): Delete declaration.
8491 (tui_initialize_readline: Delete redundant declaration.
8492 (struct tui_point): Delete definition.
8493 * tui/tui-data.h (struct tui_point): Define.
8494 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
8495 * utils.c: Include "tui/tui.h".
8496 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
8497 * printcmd.c [TUI]: Include "tui/tui.h".
8498 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
8499 * tui/tui-command.c: Include "gdb_curses.h".
8500 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
8501 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
8502 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
8503 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
8504 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
8505 * Makefile.in: Update all dependencies.
8506 (tui_hooks_h, gdb_curses_h): Define.
8507 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
8508
8509 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
8510
8511 * objfiles.h (struct objfile): Remove unused fields auxf1 and
8512 auxf2. Add comments about some other rarely used fields.
8513
8514 2004-02-10 Andrew Cagney <cagney@redhat.com>
8515
8516 * Makefile.in (init.c): Fix script removing duplicates. Problem
8517 reported by Peter Schauer.
8518
8519 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
8520
8521 * bcache.c (bcache_xmalloc): Use obstack_init instead of
8522 obstack_specify_allocation.
8523 * objfiles.c (allocate_objfile): Ditto.
8524 * solib-sunos.c (solib_add_common_symbols)
8525 (allocate_rt_common_objfile): Ditto.
8526 * symfile.c (reread_symbols): Ditto.
8527 * gdb_obstack.h: Add comment.
8528
8529 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
8530
8531 * linespec.c (decode_line_1, locate_first_half)
8532 (decode_compound, lookup_prefix_sym): Update comments. Delete old
8533 commented out code.
8534
8535 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
8536
8537 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
8538 obstack_free.
8539
8540 2004-02-09 Andrew Cagney <cagney@redhat.com>
8541
8542 * blockframe.c (find_pc_partial_function): If find_pc_overlay
8543 fails, try find_pc_section. Fix PR c++/1267.
8544 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
8545 instead of find_pc_mapped_section.
8546 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
8547 not default to the section containing PC. Fix PR symtab/1519.
8548
8549 2004-02-09 Andrew Cagney <cagney@redhat.com>
8550
8551 * Makefile.in (mips-tdep.o): Update dependencies.
8552 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
8553 "trad-frame.h".
8554 (mips_unwind_pc): Return the pseudo PC register.
8555 (mips_unwind_dummy_id): New function.
8556 (mips16_fetch_instruction): New function.
8557 (mips32_fetch_instruction): New function.
8558 (struct mips_frame_cache): Define.
8559 (mips_mdebug_frame_cache): New function.
8560 (mips_mdebug_frame_this_id): New function.
8561 (mips_mdebug_frame_prev_register): New function.
8562 (mips_mdebug_frame_unwind): Define.
8563 (mips_mdebug_frame_sniffer): New function.
8564 (mips_mdebug_frame_base_address): New function.
8565 (mips_mdebug_frame_base): Define.
8566 (mips_mdebug_frame_base_sniffer): New function.
8567 (mips_gdbarch_init): Append unwind and base sniffers. Set
8568 unwind_dummy_id.
8569
8570 2004-02-08 Andrew Cagney <cagney@redhat.com>
8571
8572 * frame.c: Print both the register number and name.
8573
8574 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
8575 and a sed into a single sed. Make .c and .o patterns more robust.
8576 (OBS): Delete.
8577 (INIT_FILES): Replace OBS with COMMON_OBS.
8578 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
8579
8580 2004-02-08 Mark Kettenis <kettenis@gnu.org>
8581
8582 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
8583 the PT_WCOOKIE request.
8584
8585 2004-02-08 Andrew Cagney <cagney@redhat.com>
8586
8587 * mips-tdep.c (mips_unwind_pc): New function.
8588 (mips_gdbarch_init): Set mips_unwind_pc.
8589
8590 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
8591 (get_frame_id): Allow the UNKNOWN_FRAME.
8592 (frame_register_unwind, get_frame_type): Ditto.
8593
8594 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
8595 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
8596 unwind_dummy_id indicates a legacy frame.
8597
8598 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
8599 * configure: Re-generate.
8600
8601 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
8602 methods.
8603
8604 2004-02-08 Andrew Cagney <cagney@redhat.com>
8605
8606 * configure.in (CONFIG_ALL): Set to Makefile target, and not
8607 makefile macro.
8608 * configure: Re-generate.
8609 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
8610 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
8611 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
8612 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
8613 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
8614 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
8615 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
8616 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
8617 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
8618 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
8619
8620 2004-02-07 Andrew Cagney <cagney@redhat.com>
8621
8622 * Makefile.in: Update all dependencies.
8623
8624 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
8625 * configure: Re-generate.
8626 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
8627 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
8628 (COMMON_OBS): Add "main.o" and "annotate.o".
8629 (ANNOTATE_OBS): Delete.
8630 (OBS): Remove ANNOTATE_OBS.
8631 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
8632 CONFIG_INITS.
8633 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
8634 against CONFIG_OBS and "main.o".
8635 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
8636 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
8637
8638 * tui/tui-command.c: Include "gdb_string.h", delete register
8639 attribute, use ISO-C function signatures.
8640 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
8641 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
8642 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
8643 * tui/tui.c: Ditto.
8644
8645 * tui/tui-command.c: Change variable and function names to lower
8646 case.
8647 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
8648 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
8649 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
8650 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8651 * tui/tui-winsource.c, tui/tui.c: Ditto.
8652
8653 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
8654
8655 * buildsym.c (free_pending_blocks, finish_block)
8656 (record_pending_block, make_blockvector, end_symtab): Replace
8657 symbol_obstack with objfile_obstack.
8658 * coffread.c (process_coff_symbol, coff_read_struct_type)
8659 (coff_read_enum_type): Ditto.
8660 * cp-namespace.c (initialize_namespace_symtab)
8661 (check_one_possible_namespace_symbol): Ditto.
8662 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
8663 (dwarf2_symbol_mark_computed): Ditto.
8664 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
8665 * elfread.c (elf_symtab_read): Ditto.
8666 * hpread.c (hpread_symfile_init, hpread_symfile_init)
8667 (hpread_read_enum_type, hpread_read_function_type)
8668 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
8669 Ditto.
8670 * jv-lang.c (get_java_class_symtab, add_class_symbol)
8671 (java_link_class_type): Ditto.
8672 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
8673 (new_symbol): Ditto.
8674 * minsyms.c (install_minimal_symbols): Ditto.
8675 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
8676 (terminate_minimal_symbol_table): Replace symbol_obstack with
8677 objfile_obstack.
8678 (free_objfile): Remove freeing of symbol_obstack.
8679 * objfiles.h: Remove symbol_obstack field.
8680 * pa64solib.c (add_to_solist): Replace symbol_obstack with
8681 objfile_obstack.
8682 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
8683 symbol_obstack.
8684 (solib_add_common_symbols): Replace symbol_obstack with
8685 objfile_obstack.
8686 * somsolib.c (som_solib_add): Ditto.
8687 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
8688 (common_block_start, common_block_end): Ditto.
8689 * symfile.c (reread_symbols): Remove freeing and init of
8690 symbol_obstack.
8691 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
8692 * symfile.h: Update comment.
8693 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
8694 stats printing.
8695 * symtab.c (symbol_set_names): Replace symbol_obstack with
8696 objfile_obstack.
8697 * symtab.h (struct general_symbol_info, struct minimal_symbol):
8698 Update comments.
8699 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
8700 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
8701 objfile_obstack.
8702
8703 2004-02-07 Andrew Cagney <cagney@redhat.com>
8704
8705 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
8706 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
8707 fields and variables.
8708 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
8709 (m_beInvisible): Delete macro.
8710 * tui/tui-data.h: Fix case case fields and variables.
8711 (m_genWinPtrIsNull): Delete macro.
8712 (tui_win_list): Rename winList.
8713 (TUI_SRC_WIN): Rename srcWin.
8714 (TUI_DISASM_WIN): Rename disassemWin.
8715 (TUI_DATA_WIN): Rename dataWin.
8716 (TUI_CMD_WIN): Rename cmdWin.
8717 (m_genWinPtrNotNull): Delete macro.
8718 (m_winPtrIsNull): Delete macro.
8719 (m_winPtrNotNull): Delete macro.
8720 (tui_win_is_source_type): Replace m_winIsSourceType
8721 (tui_win_is_auxillary): Replace m_winIsAuzillary.
8722 (tui_win_has_locator): Replace m_hasLocator.
8723 (tui_set_win_highlight): Replace m_setWinHighlightOn and
8724 m_setWinHighlightOff.
8725 * tui/tui-data.c: Update references.
8726 (tui_win_is_source_type, tui_set_win_highlight): New functions.
8727 (tui_win_has_locator, tui_win_is_auxillary): New functions.
8728 * tui/tui-command.c, tui/tui-disasm.c: Update references.
8729 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
8730 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
8731 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8732 * tui/tui-winsource.c, tui/tui.c: Ditto.
8733
8734 2004-02-07 Mark Kettenis <kettenis@gnu.org>
8735
8736 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
8737 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
8738 StackGhost.
8739
8740 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
8741 variable `i6' to `i7'.
8742 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
8743
8744 2004-02-07 Andrew Cagney <cagney@redhat.com>
8745
8746 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
8747 (TuiPoint, TuiPointPtr): Ditto.
8748 (TuiStatus, TuiStatusPtr): Ditto.
8749 (TuiWinType, TuiWinTypePtr): Ditto.
8750 (struct tui_point): Rename _TuiPoint.
8751 (tui_get_low_disassembly_address): Rename
8752 tuiGetLowDisassemblyAddress.
8753 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
8754 (tuiFree): Delete declaration.
8755 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
8756 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
8757 * tui/tui.c (tuiFree): Delete function.
8758 * cli/cli-cmds.c (disassemble_command): Update references.
8759 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
8760 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
8761 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
8762 * tui/tui-winsource.c: Ditto.
8763
8764 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
8765
8766 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
8767 coffstab_build_psymtabs, elfstab_build_psymtabs)
8768 (stabsect_build_psymtabs): Replace psymbol_obstack with
8769 objfile_obstack.
8770 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
8771 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
8772 Ditto.
8773 * dwarfread.c (scan_compilation_units): Ditto.
8774 * elfread.c (elfstab_offset_sections): Ditto.
8775 * hppa-tdep.c (read_unwind_info): Ditto.
8776 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
8777 (hpread_end_psymtab): Ditto.
8778 * mdebugread.c (mdebug_build_psymtabs, add_pending)
8779 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
8780 Ditto.
8781 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8782 * objfiles.c (add_to_objfile_sections)
8783 (build_objfile_section_table): Ditto.
8784 (allocate_objfile): Remove init of psymbol_obstack.
8785 (free_objfile): Remove freeing of psymbol_obstack.
8786 * objfiles.h (struct objfile): Remove field
8787 psymbol_obstack. Update comments.
8788 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
8789 psymbol_obstack with objfile_obstack.
8790 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
8791 psymbol_obstack.
8792 * somread.c (som_symfile_offsets, init_import_symbols)
8793 (init_export_symbols): Replace psymbol_obstack with
8794 objfile_obstack.
8795 * somsolib.c (som_solib_add_solib_objfile): Ditto.
8796 * symfile.c (default_symfile_offsets, syms_from_objfile)
8797 (reread_symbols): Remove freeing and init of psymbol_obstack.
8798 (cashier_psymtab): Update comment.
8799 * symmisc.c (print_objfile_statistics): Don't report stats for
8800 psymbol obstack.
8801 * symtab.h (struct general_symbol_info, struct partial_symtab):
8802 Update comments.
8803 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
8804 (xcoff_symfile_offsets): Replace psymbol_obstack with
8805 objfile_obstack.
8806
8807 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
8808
8809 * objfiles.h (struct objfile): Add objfile_obstack field.
8810 Remove type_obstack field.
8811
8812 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
8813 read_structure_scope read_enumeration, new_symbol): Replace
8814 type_obstack with objfile_obstack.
8815 * dwarfread.c (struct_type, enum_type): Ditto.
8816 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
8817 (lookup_fundamental_type): Ditto.
8818 * gdbtypes.h (TYPE_ALLOC): Ditto.
8819 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
8820 (hpread_read_doc_function_type, hpread_read_struct_type)
8821 (fix_static_member_physnames, hpread_read_array_type)
8822 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8823 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
8824 (java_link_class_type): Ditto.
8825 * mdebugread.c (parse_type): Ditto.
8826 * objfiles.c (allocate_objfile, free_objfile): Ditto.
8827 * solib-sunos.c (solib_add_common_symbols): Ditto.
8828 * stabsread.c (define_symbol, read_type, read_member_functions,
8829 read_cpp_abbrev, read_one_struct_field): Ditto.
8830 * symfile.c (reread_symbols): Ditto.
8831 * symmisc.c (print_objfile_statistics): Ditto.
8832
8833 2004-02-07 Andrew Cagney <cagney@redhat.com>
8834
8835 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
8836 (tui_exec_info_content): Rename TuiExecInfoContent.
8837 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
8838 (TuiWinInfo, TuiWinInfoPtr): Ditto.
8839 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
8840 (TuiList, TuiListPtr): Ditto.
8841 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
8842 (TuiDataType, TuiDataTypePtr): Ditto.
8843 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
8844 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
8845 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
8846 (TuiSourceElement, TuiSourceElementPtr): Ditto.
8847 (TuiDataElement, TuiDataElementPtr): Ditto.
8848 (TuiWinElement, TuiWinElementPtr): Ditto.
8849 (TuiDataInfo, TuiDataInfoPtr): Ditto.
8850 (TuiCommandElement, TuiCommandElementPtr): Ditto.
8851 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
8852 (TuiWhichElement, TuiWhichElementPtr): Ditto.
8853 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
8854 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
8855 * tui/tui-command.c, tui/tui-data.c: Update references.
8856 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
8857 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
8858 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
8859 * tui/tui-winsource.c, tui/tui.c: Ditto.
8860
8861 2004-02-07 Mark Kettenis <kettenis@gnu.org>
8862
8863 * dwarf2-frame.h: Update copyright.
8864 (enum dwarf2_frame_reg_rule): New.
8865 (struct dwarf2_frame_state_reg): New.
8866 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
8867 * dwarf2-frame.c: Update copyright.
8868 (enum dwarf2_reg_rule): Remove.
8869 (struct dwarf2_frame_state): Remove defenition of `struct
8870 dwarf2_frame_state_reg'.
8871 (read_reg): Call get_frame_arch to get the architecture instead of
8872 using CURRENT_GDBARCH.
8873 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
8874 DWARF2_FRAME_.
8875 (dwarf2_frame_init_reg): New function.
8876 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
8877 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
8878 initialize the register state. Prefix old `enum dwarf2_reg_rule'
8879 tags with DWARF2_FRAME_.
8880 (dwarf2_frame_prev_register): Call get_frame_arch to get the
8881 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
8882 dwarf2_reg_rule' tags with DWARF2_FRAME_.
8883
8884 2004-02-06 Andrew Cagney <cagney@redhat.com>
8885
8886 * tui/tui-data.h (struct tui_list): Rename _TuiList.
8887 (enum tui_data_type): Rename _TuiDataType.
8888 (struct tui_layout_def): Rename _TuiLayoutDef.
8889 (struct tui_source_element): Rename _TuiSourceElement.
8890 (struct tui_data_element): Rename _TuiDataElement.
8891 (struct tui_command_element): Rename _TuiCommandElement.
8892 (struct tui_locator_element): Rename _TuiLocatorElement.
8893 (union tui_which_element): Define.
8894 (struct tui_win_element): Rename _TuiWinElement.
8895 (struct tui_data_info): Rename _TuiDataInfo.
8896 (struct tui_source_info): Rename _TuiSourceInfo.
8897 (struct tui_command_info): Rename _TuiCommandInfo.
8898 (tui_initialize_static_data): Rename initializeStaticData.
8899 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
8900 (tui_alloc_win_info): Rename allocWinInfo.
8901 (tui_init_generic_part): Rename initGenericPart.
8902 (tui_init_win_info): Rename initWinInfo.
8903 (tui_alloc_content): Rename allocContent.
8904 (tui_add_content_elements): Rename addContentElements.
8905 (tui_init_content_element): Rename initContentElement.
8906 (tui_free_window): Rename freeWindow.
8907 (tui_free_win_content): Rename freeWinContent.
8908 (tui_free_data_content): Rename freeDataContent.
8909 (tui_free_all_source_wins_content): Rename
8910 freeAllSourceWinsContent.
8911 (tui_del_window): Rename tuiDelWindow.
8912 (tui_del_data_windows): Rename tuiDelDataWindows.
8913 (tui_partial_win_by_name): Rename partialWinByName.
8914 (tui_win_name): Rename winName.
8915 (tui_current_layout): Rename currentLayout.
8916 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
8917 (tui_term_height): Rename termHeight.
8918 (tui_set_term_height_to): Rename setTermHeightTo.
8919 (tui_term_width): Rename termWidth.
8920 (tui_set_term_width_to): Rename setTermWidthTo.
8921 (tui_set_gen_win_origin): Rename setGenWinOrigin.
8922 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
8923 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
8924 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
8925 (tui_source_windows): Rename sourceWindows.
8926 (tui_clear_source_windows): Rename clearSourceWindows.
8927 (tui_clear_source_windows_detail): Rename
8928 clearSourceWindowsDetail.
8929 (tui_clear_win_detail): Rename clearWinDetail.
8930 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
8931 (tui_default_tab_len): Rename tuiDefaultTabLen.
8932 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
8933 (tui_win_with_focus): Rename tuiWinWithFocus.
8934 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
8935 (tui_layout_def): Rename tuiLayoutDef.
8936 (tui_win_resized): Rename tuiWinResized.
8937 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
8938 (tui_next_win): Rename tuiNextWin.
8939 (tui_prev_win): Rename tuiPrevWin.
8940 (tui_add_to_source_windows): Rename addToSourceWindows.
8941 * tui/tui-winsource.c, tui/tui-win.c: Update references.
8942 * tui/tui-layout.c, tui/tui-source.c: Ditto.
8943 * tui/tui-stack.c, tui/tui-io.c: Ditto.
8944 * tui/tui.c, tui/tui-data.c: Ditto.
8945 * tui/tui-interp.c, tui/tui-data.c: Ditto.
8946 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
8947
8948 * tui/tui-source.h: Update copyright. Include "tui-data.h".
8949 (struct symtab): Declare.
8950 (tui_set_source_content): Rename tuiSetSourceContent.
8951 (tui_show_symtab_source): Rename tuiShowSource.
8952 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
8953 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
8954 * tui/tui-source.c: Update copyright. Update references.
8955 * tui/tui-win.c, tui/tui-winsource.c: Update references.
8956 * tui/tui-stack.c: Update references.
8957
8958 * tui/tui-win.h: Update copyright. Include "tui-data.h".
8959 (struct tui_win_info): Declare.
8960 (tui_scroll_forward): Rename tuiScrollForward.
8961 (tui_scroll_backward): Rename tuiScrollBackward.
8962 (tui_scroll_left): Rename tuiScrollLeft.
8963 (tui_scroll_right): Rename tuiScrollRight.
8964 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
8965 (tui_resize_all): Rename tuiResizeAll.
8966 (tui_refresh_all_win): Rename tuiRefreshAll.
8967 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
8968 * tui/tui-layout.c, * tui/tui-io.c: Update references.
8969 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
8970 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
8971
8972 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
8973 (tui_erase_data_content): Rename tuiEraseDataContent.
8974 (tui_display_all_data): Rename tuiDisplayAllData.
8975 (tui_check_data_values): Rename tuiCheckDataValues.
8976 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
8977 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
8978 (tui_first_data_element_no_in_line): Rename
8979 tuiFirstDataElementNoInLine.
8980 (tui_delete_data_content_windows): Rename
8981 tuiDeleteDataContentWindows.
8982 (tui_refresh_data_win): Rename tuiRefreshDataWin.
8983 (tui_display_data_from): Rename tuiDisplayDataFrom.
8984 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
8985 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
8986 * tui/tui-win.c, tui/tui-regs.c: Update references.
8987 * tui/tui-layout.c, tui/tui.c: Update references.
8988
8989 * tui/tui-wingeneral.h: Update copyright.
8990 (m_allBeVisible): Delete macro.
8991 (m_allBeInvisible): Delete macro.
8992 (struct tui_gen_win_info): Declare.
8993 (struct tui_win_info): Declare.
8994 (tui_unhighlight_win): Rename unhighlightWin.
8995 (tui_make_visible, tui_make_invisible): Replace makeVisible.
8996 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
8997 (tui_make_window): Rename makeWindow.
8998 (tui_copy_win): Rename copyWin.
8999 (tui_box_win): Rename boxWin.
9000 (tui_highlight_win): Rename highlightWin.
9001 (tui_check_and_display_highlight_if_needed): Rename
9002 checkAndDisplayHighlightIfNeeded.
9003 (tui_refresh_all): Rename refreshAll.
9004 (tui_delete_win): Rename tuiDelwin.
9005 (tui_refresh_win): Rename tuiRefreshWin.
9006 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
9007 (tui_make_visible, tui_make_invisible): New functions.
9008 (tui_make_all_visible, tui_make_all_invisible): New functions.
9009 (make_all_visible): Rename makeAllVisible.
9010 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
9011 * tui/tui-data.c, tui/tui-winsource.c: Update references.
9012 * tui/tui-windata.c, tui/tui-win.c: Update references.
9013 * tui/tui-regs.c, tui/tui-layout.c: Update references.
9014 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
9015
9016 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9017
9018 * proc-api.c (write_with_trace): Initialize local variable to
9019 silence compiler warning.
9020
9021 2004-02-06 Andrew Cagney <cagney@redhat.com>
9022
9023 * tui/tui-source.h: Do not include "defs.h".
9024 (struct tui_win_info): Declare.
9025 (tui_set_source_content_nil): Declare.
9026 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
9027 (union tui_line_or_address): Rename _TuiLineOrAddress.
9028 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
9029 (tui_update_source_window): Rename tuiUpdateSourceWindow.
9030 (tui_update_source_window_as_is): Rename
9031 tuiUpdateSourceWindowAsIs.
9032 (tui_update_source_windows_with_addr): Rename
9033 tuiUpdateSourceWindowsWithAddr.
9034 (tui_update_source_windows_with_line): Rename
9035 tuiUpdateSourceWindowsWithLine.
9036 (tui_clear_source_content): Rename tuiClearSourceContent.
9037 (tui_erase_source_content): Rename tuiEraseSourceContent.
9038 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
9039 (tui_show_source_content): Rename tuiShowSourceContent.
9040 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
9041 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
9042 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
9043 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
9044 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
9045 (tui_update_exec_info): Rename tuiUpdateExecInfo.
9046 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
9047 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
9048 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
9049 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
9050 (struct tui_win_info): Declare.
9051 * tui/tui-stack.c: Update references.
9052 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
9053 * tui/tui-win.c, tui/tui-source.c: Ditto.
9054 * tui/tui.c, tui/tui-disasm.c: Ditto.
9055
9056 2004-02-06 Mark Kettenis <kettenis@gnu.org>
9057
9058 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
9059 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
9060
9061 2004-02-05 Mark Kettenis <kettenis@gnu.org>
9062
9063 * infrun.c (handle_inferior_event): Allow for breakpoint
9064 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
9065 and SIGEMT. Update comments.
9066 * NEWS (Revised SPARC target): Mention support for non-executable
9067 stack.
9068
9069 2004-02-04 Mark Kettenis <kettenis@gnu.org>
9070
9071 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
9072 * inftarg.c: Update copyright year.
9073 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
9074 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
9075 (sparc_xfer_wcookie): New function.
9076 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9077 * Makefile.in (sparc-nat.o): Update dependencies.
9078 * config/sparc/nm-nbsd.h: Include "target.h".
9079 (NATIVE_XFER_WCOOKIE): New define.
9080 (sparc_xfer_wcookie): New prototype.
9081
9082 2004-02-04 Andrew Cagney <cagney@redhat.com>
9083
9084 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
9085 SYSCALL_TRAP function.
9086 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
9087
9088 2004-02-04 Andrew Cagney <cagney@redhat.com>
9089 Daniel Jacobowitz <drow@mvista.com>
9090
9091 * objfiles.h: Delete comments refering to inside_entry_func and
9092 DEPRECATED_FRAME_CHAIN_VALID.
9093 * defs.h (inside_entry_func): Update prototype..
9094 * blockframe.c (inside_entry_func): Rename to
9095 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
9096 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
9097
9098 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
9099
9100 * breakpoint.c (struct captured_parse_breakpoint_args): Move
9101 outside of #ifdef SOLIB_ADD region.
9102 (do_restore_lang_radix_cleanup): Ditto.
9103 (resolve_pending_breakpoint): Ditto.
9104
9105 2004-02-03 Andrew Cagney <cagney@redhat.com>
9106
9107 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
9108 (process_note_abi_tag_sections): Delete unused function.
9109 (ia64_read_fp): Delete unused function.
9110 (gdbarch_extract_struct_value_address): Delete declaration.
9111
9112 2004-02-02 Andrew Cagney <cagney@redhat.com>
9113
9114 * vax-tdep.c (vax_frame_chain): Delete call to
9115 deprecated_inside_entry_file.
9116 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
9117
9118 2004-02-02 Mark Kettenis <kettenis@gnu.org>
9119
9120 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
9121 column that's "empty" or "same value" when eliminating REG_RA
9122 rules.
9123
9124 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9125
9126 * NEWS: Add information about new pending breakpoint support.
9127
9128 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
9129
9130 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
9131 and pending fields for pending breakpoint support.
9132 * breakpoint.c (breakpoint_enabled): Add check for not pending.
9133 (condition_command): Only parse condition if not a pending
9134 breakpoint.
9135 (print_one_breakpoint): Add support for pending breakpoints.
9136 (describe_other_breakpoints): Add checks to verify we are not
9137 dealing with pending breakpoints.
9138 (check_duplicates): Don't check pending breakpoints.
9139 (set_raw_breakpoint): Initialize pending flag.
9140 (do_restore_lang_radix_cleanup): New cleanup routine.
9141 (resolve_pending_breakpoint): New function.
9142 (re_enable_breakpoints_in_shlibs): Try and resolve any
9143 pending breakpoints via resolve_pending_breakpoint.
9144 (mention): Add pending breakpoint support.
9145 (parse_breakpoint_sals): Add new parameter to pass to
9146 decode_line_1 to indicate silent errors when files or functions
9147 are not found. Change all callers.
9148 (do_captured_parse_breakpoint): New function.
9149 (break_command_1): Change prototype to return an rc value and to
9150 take an optional pending breakpoint pointer. Support creating
9151 a pending breakpoint if a "not found" form of error occurs when
9152 parsing the breakpoint. Also support resolving an existing pending
9153 breakpoint and be silent if the resolution fails.
9154 (create_breakpoints): Change prototype to take pending breakpoint
9155 pointer. When resolving a pending breakpoint, use the new pointer
9156 to provide a conditional or commands added by the end-user.
9157 (delete_breakpoint): Add appropriate check for pending.
9158 (breakpoint_re_set_one): Ditto.
9159 (do_enable_breakpoint): Ditto.
9160
9161 2004-02-02 David Carlton <carlton@kealia.com>
9162
9163 * valops.c (enum oload_classification): New.
9164 (find_overload_match): Break implementation into separate
9165 functions; delete #if 0'd code; look for symbols within
9166 namespaces.
9167 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
9168 (find_oload_champ,oload_method_static,classify_oload_match): New.
9169 * cp-support.h: Add declaration for cp_func_name; update
9170 declaration for make_symbol_overload_list.
9171 * cp-support.c (cp_func_name): New.
9172 (overload_list_add_symbol): Fix comment, use
9173 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
9174 (make_symbol_overload_list): Take a function name and a namespace
9175 instead of a symbol; change implementation.
9176 (make_symbol_overload_list_using): New.
9177 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
9178
9179 2004-02-02 Fred Fish <fnf@redhat.com>
9180
9181 * main.c (gdb_stdtarg): Move definition to group with other
9182 gdb_stdtarg definitions and update copyright years.
9183 * remote-sim.c (gdb_os_write_stderr): Write output to
9184 gdb_stdtargerr stream instead of gdb_stdtarg stream.
9185 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
9186 gdb_stderr stream and update copyright years.
9187
9188 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9189
9190 * Makefile.in (mips-linux-nat.o): Update dependencies.
9191 * mips-linux-nat.c: Include mips-tdep.h.
9192
9193 2004-02-01 Roland McGrath <roland@redhat.com>
9194
9195 * sol-thread.c (sol_thread_xfer_partial): New function.
9196 (init_sol_thread_ops): Use that for to_xfer_partial hook.
9197 (init_sol_core_ops): Likewise.
9198
9199 * procfs.c (procfs_xfer_partial): New function.
9200 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
9201 * Makefile.in (procfs.o): Add $(auxv_h) dep.
9202
9203 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
9204 procfs_xfer_auxv function.
9205
9206 * procfs.c (procfs_make_note_section): If we can read
9207 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
9208 * linux-proc.c (linux_make_note_section): Likewise.
9209
9210 * auxv.h: New file.
9211 * auxv.c: New file.
9212 * Makefile.in (auxv_h): New variable.
9213 (COMMON_OBS): Add auxv.o here.
9214 (auxv.o): New target.
9215
9216 * corelow.c (core_xfer_partial): New function.
9217 (init_core_ops): Use it for core_ops.to_xfer_partial.
9218
9219 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
9220 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
9221 macro if that is defined.
9222
9223 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9224
9225 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
9226 and check the specified thread for each breakpoint.
9227 * breakpoint.h (bpstat_stop_status): Update prototype.
9228 * infrun.c (handle_inferior_event): Update calls to
9229 bpstat_stop_status.
9230
9231 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9232
9233 * Makefile.in (cli-cmds.o): Add $(readline_h).
9234
9235 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
9236
9237 * cli/cli-cmds.c: Include readline.h.
9238 (complete_command): Pass the start of the last word to
9239 complete_line.
9240
9241 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9242
9243 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
9244 argument, and change first argument to a CORE_ADDR.
9245 * breakpoint.h (bpstat_stop_status): Update prototype.
9246 * infrun.c (adjust_pc_after_break): Add a new comment.
9247 (handle_inferior_event): Update calls to bpstat_stop_status.
9248
9249 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9250
9251 * breakpoint.h: Update copyright years.
9252
9253 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9254
9255 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
9256 (bpstat_stop_status): Don't decrement PC.
9257 * breakpoint.h (software_breakpoint_inserted_here_p): Add
9258 prototype.
9259 * infrun.c (adjust_pc_after_break): New function.
9260 (handle_inferior_event): Call it, early. Remove later references
9261 to DECR_PC_AFTER_BREAK.
9262 (normal_stop): Add commentary.
9263
9264 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
9265
9266 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
9267 2004-01-27 double-free fix.
9268
9269 2004-01-31 Mark Kettenis <kettenis@gnu.org>
9270
9271 * sparc-tdep.c (sparc_fetch_wcookie): New function.
9272 (sparc32_frame_prev_register): Handle StackGhost.
9273 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9274
9275 2004-01-29 Roland McGrath <roland@redhat.com>
9276
9277 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
9278 * configure: Regenerated.
9279
9280 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
9281 * Makefile.in (procfs.o): Add dep.
9282
9283 2004-01-28 Andrew Cagney <cagney@redhat.com>
9284
9285 * tui/tui-stack.h: Update copyright.
9286 (struct frame_info): Add opaque declaration.
9287 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
9288 (tui_show_locator_content): Rename tuiShowLocatorContent.
9289 (tui_show_frame_info): Rename tuiShowFrameInfo.
9290 * tui/tui-stack.c: Update copyright. Update references.
9291 * tui/tui-winsource.c: Update references.
9292 * tui/tui-win.c: Update references.
9293 * tui/tui-layout.c: Update references.
9294 * tui/tui-hooks.c: Update copyright, update references.
9295 * tui/tui.c: Update copyright, update references.
9296 * tui/tui-disasm.c: Update references.
9297
9298 2004-01-28 David Carlton <carlton@kealia.com>
9299
9300 * dwarf2read.c (add_partial_structure): Use demangled name if
9301 namespace equals "".
9302
9303 2004-01-27 Jim Blandy <jimb@redhat.com>
9304
9305 Clean up misapplied patch:
9306 * dwarf2read.c (determine_prefix): Change one of the two forward
9307 declarations for 'determine_prefix_aux' to a declaration for this.
9308 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
9309 argument to 'die_specification'.
9310
9311 * dwarf2read.c (read_func_scope): Re-indent comment.
9312
9313 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
9314
9315 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
9316 b->exp to NULL after freeing so that error during re-parsing or
9317 evaluation of expressions associated with breakpoint don't
9318 eventually lead to re-freeing of storage.
9319 Committed by Andrew Cagney.
9320
9321 2004-01-27 Andrew Cagney <cagney@redhat.com>
9322
9323 * source.c (ambiguous_line_spec): Delete undefined declaration.
9324 * m32r-rom.c (m32r_set_board_address): Delete unused function.
9325 (m32r_set_server_address, m32r_set_download_path): Ditto.
9326 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
9327
9328 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
9329
9330 * dwarf2read.c: Update calls to changed and renamed functions, and
9331 references to moved variables.
9332
9333 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
9334 language, language_defn, list_in_scope, and ftypes members.
9335 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
9336 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
9337 (baseaddr): Remove globals.
9338
9339 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
9340 (set_cu_language, die_is_declaration, die_specification)
9341 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
9342 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
9343 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
9344 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
9345
9346 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
9347 cu.list_in_scope. Don't initialize cu_header_offset.
9348 (add_partial_symbol): Add local baseaddr.
9349 (psymtab_to_symtab_1): Add local baseaddr. Use
9350 objfile->section_offsets for consistency. Don't initialize
9351 cu_header_offset; do initialize cu.header.offset and
9352 cu.list_in_scope.
9353 (read_file_scope, read_func_scope, read_lexical_block_scope)
9354 (dwarf_decode_lines, new_symbol): Add local baseaddr.
9355
9356 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
9357
9358 * PROBLEMS: Add gdb/1516.
9359
9360 2003-12-29 Robert Millan <robertmh@gnu.org>
9361
9362 Patch committed by Andrw Cagney.
9363 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
9364 * configure.tgt: Match knetbsd*-gnu.
9365
9366 2004-01-26 Andrew Cagney <cagney@redhat.com>
9367
9368 * breakpoint.c (catch_command_1): Delete #ifdef code.
9369 (catch_fork_command_1): Delete #ifdef wrapper.
9370 (catch_exec_command_1): Ditto.
9371 (catch_load_command_1): Ditto.
9372 (catch_unload_command_1): Ditto.
9373
9374 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
9375 (catch_breakpoint): Delete #if0ed function.
9376 (disable_catch_breakpoint): Ditto.
9377 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
9378 (disable_catch, enable_catch, delete_catch): Ditto.
9379
9380 2004-01-26 Andrew Cagney <cagney@redhat.com>
9381
9382 * remote.c (echo_check, quit_flag): Delete variables.
9383 (cisco_kernel_mode): Delete variable.
9384 (minitelnet_return, tty_input, escape_count): Delete variables.
9385 (remote_cisco_mode): Delete variable.
9386 (remote_cisco_open, remote_cisco_close): Delete function.
9387 (remote_cisco_mourn, remote_cisco_wait): Delete function.
9388 (init_remote_cisco_ops): Delete function.
9389 (_initialize_remote): Do not install "remote cisco" code.
9390 (read_frame): Delete cisco specific code.
9391 (remote_info_process): Delete function.
9392 (remote_wait): Delete cisco specific code.
9393 (remote_cisco_section_offsets): Delete function.
9394 (remote_cisco_objfile_relocate): Delete function.
9395 (remote_async_wait): Delete cisco specific code.
9396 (minitelnet, readtty, readsocket): Delete function.
9397
9398 2004-01-26 Andrew Cagney <cagney@redhat.com>
9399
9400 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
9401 comments mentioning extract_returned_value_address.
9402 * infcmd.c (print_return_value): Update. Add comments on
9403 extract_returned_value_address.
9404 * stack.c (return_command): Add comments on
9405 extract_returned_value_address.
9406 * values.c: Update comment.
9407 * m32r-tdep.c: Update comment.
9408 * sparc-tdep.c: Update comment.
9409 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
9410 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9411 * sh64-tdep.c (sh64_gdbarch_init): Update.
9412 * sh-tdep.c (sh_gdbarch_init): Update.
9413 * s390-tdep.c (s390_gdbarch_init): Update.
9414 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9415 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
9416 * m68k-tdep.c (m68k_gdbarch_init): Update.
9417 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9418 * m32r-tdep.c (m32r_gdbarch_init): Update.
9419 * ia64-tdep.c (ia64_gdbarch_init): Update.
9420 * h8300-tdep.c (h8300_gdbarch_init): Update.
9421 * frv-tdep.c (frv_gdbarch_init): Update.
9422 * arm-tdep.c (arm_gdbarch_init): Update.
9423 * alpha-tdep.c (alpha_gdbarch_init): Update.
9424
9425 2004-01-26 Andrew Cagney <cagney@redhat.com>
9426
9427 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
9428 SYMBOL_LOCATION_FUNCS
9429 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
9430 "struct symbol_ops".
9431 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
9432 type to "struct symbol_ops".
9433 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
9434 (struct symbol): Replace ".aux_value.loc.funcs" and
9435 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
9436 (SYMBOL_OBJFILE): Delete macro.
9437 (SYMBOL_LOCATION_FUNCS): Delete macro.
9438 (SYMBOL_LOCATION_BATON): Update.
9439 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
9440 intead of SYMBOL_LOCATION_FUNCS.
9441 * ax-gdb.c (gen_var_ref): Ditto.
9442 * printcmd.c (address_info): Ditto.
9443 * findvar.c (read_var_value): Ditto.
9444 (symbol_read_needs_frame): Ditto.
9445
9446 2004-01-26 Andrew Cagney <cagney@redhat.com>
9447
9448 * dwarf2read.c (read_func_scope): Document frame-base hack.
9449
9450 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9451
9452 * infcmd.c (print_return_value): Plug memory leak; delete
9453 ui_stream object. Rename argument `structure_return' to
9454 `struct_return'.
9455
9456 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9457
9458 * infcmd.c (print_return_value): Wrap long lines.
9459 (finish_command_continuation, finish_command): Remove unused
9460 variable `funcaddr'. Fix some coding-standards problems.
9461
9462 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
9463 SECT_SIZE is large enough, not whether it's exactly the right size.
9464 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
9465 TDEP->fpregset to zero.
9466
9467 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
9468 floating-point registers for traditional NetBSD core files.
9469 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
9470 TDEP->sizeof_fpregset here.
9471
9472 2004-01-25 Mark Kettenis <kettenis@gnu.org>
9473
9474 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
9475 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
9476 function with code split out from
9477 sparc32nbsd_sigcontext_frame_cache.
9478 (sparc32nbsd_sigcontext_frame_cache): Use
9479 sparc32nbsd_sigcontext_saved_regs.
9480 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
9481 OpenBSD.
9482 * sparcobsd-tdep.c: New file.
9483 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
9484 (sparcobsd-tdep.o): New dependency.
9485 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
9486 * config/sparc/obsd.mt: New file.
9487
9488 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
9489 TDEP->fpregset to be initialized to enable core file register
9490 sets.
9491
9492 2004-01-24 Mark Kettenis <kettenis@gnu.org>
9493
9494 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
9495 Add opaque declarations.
9496 (sparc64nbsd_sigcontext_saved_regs): New prototype.
9497 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
9498 function with code split out from
9499 sparc64nbsd_sigcontext_frame_cache.
9500 (sparc64nbsd_sigcontext_frame_cache): Use
9501 sparc64nbsd_sigcontext_saved_regs.
9502 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
9503 OpenBSD.
9504 * sparc64obsd-tdep.c: New file.
9505 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
9506 (sparc64obsd-tdep.o): New dependency.
9507 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
9508 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
9509 * config/sparc/obsd64.mt: New file.
9510
9511 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
9512 read the instruction at PC.
9513
9514 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
9515 value of GDB_OSABI_DEFAULT.
9516 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
9517 instead of GDB_OSABI_NETBSD_AOUT.
9518
9519 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
9520
9521 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
9522 copyright.
9523
9524 2004-01-23 Andrew Cagney <cagney@redhat.com>
9525
9526 * printcmd.c (display_command): Replace tui_set_display call with
9527 tui_set_layout_for_display_command.
9528 * tui/tui.h (enum tui_win_type): Define.
9529 (tui_set_layout): Delete declaration.
9530 (tui_set_layout_for_display_command): Rename set_tui_layout.
9531 * tui/tui-data.h (enum tui_layout_type): Define.
9532 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
9533 "tui.h".
9534 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
9535 (tui_default_win_height): Rename tuiDefaultWinHeight.
9536 (tui_default_win_viewport_height): Rename
9537 tuiDefaultWinViewportHeight.
9538 (tui_set_layout): RenametuiSetLayout.
9539 * tui/tui-layout.c: Update references.
9540 * tui/tui.c: Update references.
9541 * tui/tui-disasm.c: Update references.
9542
9543 2004-01-23 David Carlton <carlton@kealia.com>
9544
9545 Partial workaround for PR c++/1511:
9546 * cp-namespace.c: Include frame.h.
9547 (cp_lookup_transparent_type): New
9548 (cp_lookup_transparent_type_loop): New.
9549 * cp-support.h: Declare cp_lookup_transparent_type.
9550 * symtab.c (basic_lookup_transparent_type): Renamed from
9551 lookup_transparent_type.
9552 (lookup_transparent_type): Replace old body by a call to
9553 current_language->la_lookup_transparent_type.
9554 * symtab.h: Update copyright. Declare
9555 basic_lookup_transparent_type.
9556 * language.h: Update copyright.
9557 (struct language_defn): Add la_lookup_transparent_type.
9558 * language.c: Update copyright.
9559 (unknown_language_defn): Add basic_lookup_transparent_type.
9560 (auto_language_defn): Add basic_lookup_transparent_type.
9561 (local_language_defn): Add basic_lookup_transparent_type.
9562 * ada-lang.c: Update copyright.
9563 (ada_language_defn): Add basic_lookup_transparent_type.
9564 * c-lang.c: Update copyright.
9565 (c_language_defn): Add basic_lookup_transparent_type.
9566 (cplus_language_defn): Add basic_lookup_transparent_type.
9567 (asm_language_defn): Add basic_lookup_transparent_type.
9568 (minimal_language_defn): Add basic_lookup_transparent_type.
9569 * f-lang.c: Update copyright.
9570 (f_language_defn): Add basic_lookup_transparent_type.
9571 * jv-lang.c: Update copyright.
9572 (java_language_defn): Add basic_lookup_transparent_type.
9573 * m2-lang.c: Update copyright.
9574 (m2_language_defn): Add basic_lookup_transparent_type.
9575 * objc-lang.c: Update copyright.
9576 (objc_language_defn): Add basic_lookup_transparent_type.
9577 * p-lang.c: Update copyright.
9578 (p_language_defn): Add basic_lookup_transparent_type.
9579 * scm-lang.c: Update copyright.
9580 (scm_language_defn): Add basic_lookup_transparent_type.
9581 * Makefile.in (cp-namespace.o): Depend on frame.h.
9582
9583 2004-01-23 David Carlton <carlton@kealia.com>
9584
9585 Patch for PR c++/1520:
9586 * dwarf2read.c (read_func_scope): Set processing_current_prefix
9587 properly if we have a specification die.
9588 (determine_prefix_aux): Rename from determine_prefix.
9589 (determine_prefix): Like the old determine_prefix, but never
9590 returns NULL.
9591
9592 2004-01-23 Theodore A. Roth <troth@openavr.org>
9593
9594 * avr-tdep.c: Update copyright.
9595 (avr_iaddr_p): Delete unused function.
9596 (avr_saddr_p): Delete unused function.
9597
9598 2004-01-23 David Carlton <carlton@kealia.com>
9599
9600 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
9601 Fix for PR symtab/1534.
9602
9603 2004-01-23 Mark Kettenis <kettenis@gnu.org>
9604
9605 * NEWS (New native configurations): Mention OpenBSD/sparc and
9606 OpenBSD/sparc64.
9607 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
9608 * configure.host: Likewise.
9609 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
9610 handler for OpenBSD.
9611 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
9612
9613 2004-01-22 Mark Kettenis <kettenis@gnu.org>
9614
9615 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
9616 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
9617
9618 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
9619 * cli/cli-cmds.c (shell_escape): Likewise.
9620
9621 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
9622 OpenBSD .note.openbsd.ident sections.
9623
9624 2004-01-22 David Carlton <carlton@kealia.com>
9625
9626 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
9627 get_scope_pc_bounds.
9628 (read_file_scope): Ditto.
9629 (get_scope_pc_bounds): New function, produced by extracting code
9630 from the above two functions, consolidating it, and adding support
9631 for DW_TAG_namespace.
9632
9633 2004-01-22 Mark Kettenis <kettenis@gnu.org>
9634
9635 * osabi.c (MAX_NOTESZ): New define.
9636 (check_note): New function.
9637 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
9638 check_note.
9639
9640 2004-01-21 Roland McGrath <roland@redhat.com>
9641
9642 * MAINTAINERS (write after approval): Add myself.
9643
9644 2004-01-21 Eli Zaretskii <eliz@gnu.org>
9645
9646 * utils.c (init_page_info): Move declarations of `rows' and
9647 `cols' before the __GO32__-specific code. Move the closing brace
9648 outside the #ifdef __GO32__..#endif block.
9649 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
9650
9651 2004-01-21 Paul Brook <paul@codesourcery.com>
9652
9653 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
9654 BPSTAT_WHAT_CHECK_SHLIBS.
9655
9656 2004-01-21 Paul Brook <paul@codesourcery.com>
9657
9658 * MAINTAINERS: Add myself to write-after-approval.
9659
9660 2004-01-20 Andrew Cagney <cagney@redhat.com>
9661
9662 * ax-gdb.c (print_axs_value): Delete unused function.
9663 * jv-lang.c (java_lookup_type): Delete unused function.
9664 * cli/cli-dump.c (dump_filetype): Delete unused function.
9665 * remote-mips.c (remote_mips_insert_hw_breakpoint)
9666 (remote_mips_remove_hw_breakpoint): Delete unused functions.
9667 (mips_getstring): Delete unused function.
9668 (pmon_insert_breakpoint): Delete #if0ed function.
9669 (PMON_MAX_BP): Delete #if0ed MACRO.
9670 (mips_pmon_bp_info): Delete #if0ed variable.
9671 (pmon_remove_breakpoint): Delete #if0ed function.
9672 * monitor.c (monitor_write_even_block): Delete unused function.
9673 (monitor_write_memory_block): Delete #if0ed code.
9674 * dink32-rom.c (dink32_load): Delete unused function.
9675 (_initialize_dink32_rom): Delete #if0ed code.
9676 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
9677
9678 * tui/tui-command.c: Update references.
9679 * tui/tui-io.c: Update references.
9680 * tui/tui-command.h: Update copyright.
9681 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
9682
9683 * source.c (ambiguous_line_spec): Delete never-defined function.
9684 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
9685 * gdbtypes.c (add_name, add_mangled_type): Ditto.
9686 * cli/cli-cmds.c (validate_comname): Ditto.
9687
9688 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
9689 "tui-data.h".
9690 (tui_set_disassem_content): Rename tuiSetDisassemContent.
9691 (tui_show_disassem): Rename tuiShowDisassem.
9692 (tui_show_disassem_and_update_source): Rename
9693 tuiVerticalDisassemScroll.
9694 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
9695 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
9696 * tui/tui.h: Update copyright.
9697 (enum tui_status): Define.
9698 * tui/tui-data.h (enum tui_scroll_direction): Define.
9699 * tui/tui-disasm.c: Update copyright. Update references.
9700 * tui/tui-winsource.c: Update copyright. Update references.
9701 * tui/tui-win.c: Update references.
9702 * tui/tui-layout.c: Update references.
9703
9704 2004-01-20 Andrew Cagney <cagney@redhat.com>
9705
9706 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
9707 sym2 to start of block.
9708
9709 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
9710
9711 * MAINTAINERS: Delete mmalloc.
9712 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
9713 * NEWS: Mention removal of --with-malloc.
9714 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
9715 * config.in: Regenerate.
9716 * configure: Regenerate.
9717 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
9718 USE_MMALLOC, MMCHECK_FORCE.
9719 * gdbinit.in: Remove mmalloc.
9720 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
9721 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
9722 * config/i386/go32.mh: Likewise.
9723 * config/i386/interix.mh: Likewise.
9724 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9725
9726 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
9727
9728 * linespec.c (decode_variable, symtab_from_filename): Call
9729 error_silent with error message instead of throwing an exception
9730 directly.
9731 * defs.h (error_silent, error_output_message): Add prototypes.
9732 (catch_exceptions_with_msg): Ditto.
9733 * utils.c (error_silent, error_output_message): New functions.
9734 * top.c (catch_exceptions_with_msg): New function.
9735
9736 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
9737
9738 * mi/mi-cmds.h (enum print_values): Add definition.
9739
9740 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
9741 type and value for simple data types and just the name and type
9742 for complex ones, if required.
9743
9744 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
9745 children, if required.
9746
9747 2004-01-19 Kevin Buettner <kevinb@redhat.com>
9748
9749 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
9750 unused declarations.
9751
9752 2004-01-19 Andrew Cagney <cagney@redhat.com>
9753
9754 * top.h (mapped_symbol_files): Delete declaration.
9755 * main.c (captured_main): Delete option "m" and "mapped".
9756 * objfiles.c (mapped_symbol_files): Delete variable.
9757 * symfile.c (symbol_file_command): Delete mmap code.
9758 (symbol_file_add_with_addrs_or_offsets): Ditto.
9759 (add_symbol_file_command, reread_separate_symbols): Ditto.
9760 * objfiles.h (OBJF_MAPPED): Delete.
9761 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
9762 (free_objfile) [USE_MMALLOC]: Ditto.
9763 (open_existing_mapped_file): Delete function.
9764 (open_mapped_file): Delete function.
9765 (map_to_file): Delete function.
9766
9767 2004-01-19 Kevin Buettner <kevinb@redhat.com>
9768
9769 * infrun.c (step_into_function): Account for possible breakpoint
9770 adjustment when computing ``stop_func_start''.
9771
9772 2004-01-19 Kevin Buettner <kevinb@redhat.com>
9773
9774 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
9775 the region size against the size of a pointer, not the size of
9776 a register as given by DEPRECATED_REGISTER_SIZE.
9777
9778 2004-01-19 Andrew Cagney <cagney@redhat.com>
9779
9780 * tui/tui-regs.h: Include "tui-data.h".
9781 (tuiFirstRegElementNoInLine): Delete declaration.
9782 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
9783 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
9784 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
9785 (tui_calculate_regs_column_count): Rename
9786 tuiCalculateRegsColumnCount.
9787 (tui_check_register_values): Rename tuiCheckRegisterValues.
9788 (tui_show_registers): Rename tuiShowRegisters.
9789 (tui_display_registers_from_line): Rename
9790 tuiDisplayRegistersFromLine.
9791 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
9792 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
9793 (tui_first_reg_element_no_inline): Rename
9794 tuiFirstRegElementNoInLine.
9795 * tui/tui-data.h: Update copyright.
9796 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
9797 * tui/tui-windata.c: Update copyright, update references.
9798 * tui/tui-regs.c: Update copyright, update references.
9799 * tui/tui-win.c: Update copyright, update references.
9800 * tui/tui-layout.c: Update copyright, update references.
9801
9802 2004-01-18 Andrew Cagney <cagney@redhat.com>
9803
9804 * tui/tui-io.c: Update copyright.
9805 (key_is_end_sequence, key_is_backspace): New functions.
9806 (key_is_command_char, key_is_start_sequence): New function.
9807 (tui_getc): Update references.
9808 * tui/tui-io.h: Update copyright.
9809 (m_tuiStartNewLine): Delete macro.
9810 (m_isBackspace, m_isDeleteChar): Delete macros.
9811 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
9812 (m_isNextPage, m_isPrevPage): Delete macros.
9813 (m_isLeftArrow, m_isRightArrow): Delete macros.
9814 (m_isXdbStyleCommandChar): Delete macro.
9815 (key_is_start_sequence): Declare, replace m_isStartSequence.
9816 (key_is_end_sequence): Declare, replace m_isEndSequence.
9817 (key_is_backspace): Declare ,replace m_isBackspace.
9818 (key_is_command_char): Declare, replace m_isCommandChar.
9819 * tui/tui-command.c: Update copyright.
9820 (tuiDispatchCtrlChar): Update references.
9821
9822 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
9823 tuiSourceWin.h.
9824
9825 * tui/tui-command.c: Rename tui/tuiCommand.c.
9826 * tui/tui-command.h: Rename tui/tuiCommand.h.
9827 * tui/tui-data.c: Rename tui/tuiData.c.
9828 * tui/tui-data.h: Rename tui/tuiData.h.
9829 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
9830 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
9831 * tui/tui-io.c: Rename tui/tuiIO.c.
9832 * tui/tui-io.h: Rename tui/tuiIO.h.
9833 * tui/tui-layout.c: Rename tui/tuiLayout.c.
9834 * tui/tui-layout.h: Rename tui/tuiLayout.h.
9835 * tui/tui-regs.c: Rename tui/tuiRegs.c.
9836 * tui/tui-regs.h: Rename tui/tuiRegs.h.
9837 * tui/tui-source.c: Rename tui/tuiSource.c.
9838 * tui/tui-source.h: Rename tui/tuiSource.h.
9839 * tui/tui-stack.c: Rename tui/tuiStack.c.
9840 * tui/tui-stack.h: Rename tui/tuiStack.h.
9841 * tui/tui-win.c: Rename tui/tuiWin.c.
9842 * tui/tui-win.h: Rename tui/tuiWin.h.
9843 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
9844 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
9845 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
9846 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
9847 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
9848 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
9849 * tui/tui-file.c: Update includes.
9850 * tui/tui-hooks.c: Update includes.
9851 * tui/tui-interp.c: Update includes.
9852 * tui/tui.c: Update includes.
9853 * Makefile.in: Update all tui/ dependencies.
9854 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
9855
9856 * Makefile.in: Update copyright. Update dependencies.
9857
9858 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
9859 problem.
9860
9861 2004-01-18 Andrew Cagney <cagney@redhat.com>
9862
9863 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
9864 instead of register_gdbarch_init.
9865
9866 * remote-sds.c (tohex): Delete unused function. Update copyright.
9867 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
9868 * v850-tdep.c (v850_register_virtual_size): Ditto.
9869 * target.c (normal_target_post_startup_inferior): Ditto.
9870 * source.c (ambiguous_line_spec): Ditto.
9871 * remote.c (adapt_remote_get_threadinfo): Ditto.
9872 * mi/mi-out.c (out_field_fmt): Ditto.
9873 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
9874 (output_control_change_notification): Ditto.
9875 * m68k-tdep.c (m68k_register_byte): Ditto.
9876 (m68k_remote_breakpoint_from_pc): Ditto.
9877 * ui-out.c (init_ui_out_state): Delete unused declaration.
9878 * stabsread.c (search_value): Ditto.
9879 * mi/mi-cmd-env.c (env_cli_command): Ditto.
9880 * maint.c (print_section_table): Ditto.
9881 * infrun.c (set_follow_fork_mode_command): Ditto.
9882
9883 2004-01-18 Mark Kettenis <kettenis@gnu.org>
9884
9885 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
9886 DW_CFA_def_cfa_exporession. Add support for
9887 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
9888 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
9889
9890 2004-01-18 Andrew Cagney <cagney@redhat.com>
9891
9892 * ocd.c: Update copyright.
9893 (bdm_read_register_command): Delete unused function.
9894 (_initialize_remote_ocd): Delete commented out reference.
9895 (get_quoted_char, reset_packet): Delete #if0ed function.
9896 (output_packet, put_quoted_char): Delete #if0ed function.
9897 (stu_put_packet, stu_get_packet): Delete #if0ed function.
9898 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
9899 (BDM_BREAKPOINT): Delete #if0ed macro.
9900 (remote_timeout): Delete #if0ed variable.
9901
9902 2004-01-18 Mark Kettenis <kettenis@gnu.org>
9903
9904 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
9905 (core-sol2.o): Remove dependency.
9906 * core-sol2.c: Remove file.
9907
9908 2004-01-17 Andrew Cagney <cagney@redhat.com>
9909
9910 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
9911 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
9912 enums.
9913
9914 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9915
9916 * remote.c: Update copyright years.
9917
9918 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9919
9920 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
9921
9922 2004-01-17 Andrew Cagney <cagney@redhat.com>
9923
9924 * mdebugread.c: Update copyright.
9925 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
9926 (parse_type, parse_procedure): Ditto.
9927 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
9928
9929 * cris-tdep.c (cris_store_struct_return): Put back accidently
9930 deleted function.
9931
9932 * gdbarch.sh: Update copyright year.
9933 * gdbarch.h, gdbarch.c: Re-generate.
9934
9935 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9936
9937 Suggested by George Anzinger.
9938 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
9939 correct stack offset. Include unknown opcode numbers in the error
9940 message.
9941
9942 2004-01-17 Andrew Cagney <cagney@redhat.com>
9943
9944 * x86-64-tdep.c (x86_64_init_abi): No need to clear
9945 extract_struct_value_address, i386 does not set it.
9946 * sparc64-tdep.c (sparc64_init_abi): Do not set
9947 extract_struct_value_address, never called.
9948 (sparc64_extract_struct_value_address): Delete function.
9949 * m68hc11-tdep.c: Update copyright.
9950 (m68hc11_gdbarch_init): Delete redundant assignment of
9951 extract_struct_value_address.
9952 * i386-tdep.c: Update copyright.
9953 (i386_gdbarch_init): Do not set extract_struct_value_address,
9954 never called.
9955 (i386_extract_struct_value_address): Delete function.
9956 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
9957 extract_struct_value_address, never called.
9958 (sparc32_extract_struct_value_address): #if 0 function. Add
9959 comments explaining its future.
9960
9961 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9962
9963 * arm-tdep.c (arm_write_pc): New function.
9964 (arm_gdbarch_init): Call set_gdbarch_write_pc.
9965
9966 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
9967
9968 * breakpoint.c (must_shift_inst_regs): Delete.
9969 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
9970 and SHIFT_INST_REGS.
9971 * infcmd.c (step_1, step_1_continuation): Delete references to
9972 SHIFT_INST_REGS.
9973 * infrun.c (keep_going): Likewise.
9974 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
9975 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
9976
9977 2004-01-17 Andrew Cagney <cagney@redhat.com>
9978
9979 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
9980 * gdbarch.h, gdbarch.c: Re-generate.
9981 * infcmd.c (print_return_value): Delete reference to
9982 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9983
9984 * cris-tdep.c (cris_gdbarch_init): Do not set
9985 deprecated_extract_struct_value_address.
9986
9987 * xstormy16-tdep.c: Update copyright.
9988 (xstormy16_extract_struct_value_address): Update to current
9989 extract struct value address interface.
9990 (xstormy16_gdbarch_init): Set extract_struct_value_address.
9991 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
9992 current extract struct value address interface.
9993 (sh64_gdbarch_init): Set extract_struct_value_address.
9994
9995 * cris-tdep.c: Update copyright.
9996 (cris_extract_struct_value_address): Delete function.
9997 (struct_return_address): Delete variable.
9998 (cris_store_struct_return): Do not set struct_return_address.
9999
10000 * mcore-tdep.c: Update copyright.
10001 (mcore_extract_struct_value_address): Delete function. Update
10002 comments.
10003 (mcore_gdbarch_init): Update.
10004 * mn10300-tdep.c: Update copyright.
10005 (mn10300_extract_struct_value_address): Delete function.
10006 (mn10300_gdbarch_init): Update.
10007 * v850-tdep.c: Update copyright.
10008 (v850_extract_struct_value_address): Delete.
10009 (v850_gdbarch_init): Update.
10010 * ns32k-tdep.c: Update copyright.
10011 (ns32k_extract_struct_value_address): Delete.
10012 (ns32k_gdbarch_init): Update.
10013 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
10014 (hppa_gdbarch_init): Update.
10015 * vax-tdep.c: Update copyright.
10016 (vax_extract_struct_value_address): Delete.
10017 (vax_gdbarch_init): Update.
10018
10019 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
10020 * gdbarch.h, gdbarch.c: Re-generate.
10021 * procfs.c (procfs_fetch_registers): Delete reference to
10022 DEPRECATED_NPC_REGNUM.
10023 (procfs_store_registers): Ditto.
10024 * regcache.c (generic_target_write_pc): Simplify.
10025 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
10026
10027 * core-sol2.c (fetch_core_registers): Replace
10028 DEPRECATED_NPC_REGNUM with equivalent tdep value.
10029
10030 * hppa-tdep.c: Update copyright year.
10031 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
10032 NPC_REGNUM.
10033 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
10034
10035 * mips-tdep.c (mips_write_pc): New function.
10036 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
10037 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
10038 (mips_find_saved_regs, mips_software_single_step: Ditto.
10039 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
10040 mips_init_extra_frame_info, mips_pop_frame): Ditto.
10041
10042 2004-01-17 Andrew Cagney <cagney@redhat.com>
10043
10044 * mips-tdep.c: Re-indent. Group functions by ABI.
10045
10046 2004-01-17 Andrew Cagney <cagney@redhat.com>
10047
10048 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
10049 * gdbarch.c: Re-generate.
10050 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10051 DECR_PC_AFTER_BREAK to zero.
10052 * vax-tdep.c (vax_gdbarch_init): Ditto.
10053 * v850-tdep.c (v850_gdbarch_init): Ditto.
10054 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10055 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10056 * sh-tdep.c (sh_gdbarch_init): Ditto.
10057 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10058 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10059 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10060 * mips-tdep.c (mips_gdbarch_init): Ditto.
10061 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10062 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10063 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10064 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10065 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
10066 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10067 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10068 * frv-tdep.c (frv_gdbarch_init): Ditto.
10069 * cris-tdep.c (cris_gdbarch_init): Ditto.
10070 * avr-tdep.c (avr_gdbarch_init): Ditto.
10071 * arm-tdep.c (arm_gdbarch_init): Ditto.
10072 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
10073
10074 2004-01-17 J. Brobecker <brobecker@gnat.com>
10075
10076 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
10077 Delete, no longer used.
10078 (read_subrange_type): New function, mostly extracted from
10079 read_array_type().
10080 (read_array_type): Replace extracted code by call to
10081 read_subrange_type().
10082 (dwarf2_get_attr_constant_value): New function.
10083 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
10084 (add_partial_symbol): Likewise.
10085 (process_die): Likewise.
10086 (new_symbol): Likewise.
10087 (read_type_die): Likewise.
10088
10089 2004-01-16 Andrew Cagney <cagney@redhat.com>
10090
10091 * symfile.c: Update copyright year.
10092 (compare_symbols): Delete unused function.
10093 * stabsread.c: Update copyright year.
10094 (lrs_general_complaint): Delete unused function.
10095 (ref_search_value): Ditto.
10096 (get_substring): Delete declaration.
10097 * sh64-tdep.c: Update copyright year.
10098 (sh64_get_gdb_regnum): Delete unused function.
10099 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
10100 Delete unused function.
10101
10102 2004-01-17 Mark Kettenis <kettenis@gnu.org>
10103
10104 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
10105 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
10106
10107 2004-01-16 Andrew Cagney <cagney@redhat.com>
10108
10109 Changes from Peter Schauer.
10110 * rs6000-tdep.c: Update copyright year.
10111 (rs6000_push_dummy_call): Update the stack pointer before
10112 accessing the corresponding stack region.
10113 * rs6000-nat.c: Update copyright year.
10114 (set_host_arch): Set "info.abfd" to "exec_bfd".
10115
10116 2004-01-15 Mark Kettenis <kettenis@gnu.org>
10117
10118 * blockframe.c: Update copyright year.
10119 (inside_entry_func): Don't treat a zero PC specially.
10120
10121 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
10122
10123 * gcore.c (gcore_copy_callback): Use paddr_d to print size
10124 variable.
10125 (gcore_create_callback): Ditto. Skip any memory segment that has
10126 no permissions set.
10127
10128 2004-01-14 David Carlton <carlton@kealia.com>
10129
10130 Change symbols for C++ nested types to contain the fully qualified
10131 name, if possible. (At least in the DWARF-2 case.) Partial fix
10132 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
10133 c++/895.
10134 * c-exp.y (qualified_type): Handle types nested within classes.
10135 * cp-namespace.c: Update comments.
10136 (cp_set_block_scope): Delete #if 0.
10137 (cp_lookup_nested_type): Handle types nested within classes.
10138 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
10139 when appropriate.
10140 (add_partial_symbol): Add the name of the enclosing namespace to
10141 types.
10142 (pdi_needs_namespace): New.
10143 (add_partial_namespace): Tweak comment.
10144 (add_partial_structure): New.
10145 (psymtab_to_symtab_1): Initialize processing_current_prefix
10146 here...
10147 (process_die): instead of here.
10148 (read_structure_scope): Try to figure out the name of the class or
10149 namespace that the structure might be defined within.
10150 (read_enumeration): Generate fully-qualified names, if possible.
10151 (read_namespace): Don't set name to NULL.
10152 (die_specification): New.
10153 (new_symbol): Generate fully-qualified names for types.
10154 (read_type_die): Determine appropriate prefix.
10155 (determine_prefix): New.
10156 (typename_concat): New.
10157 (class_name): New.
10158 * valops.c (value_aggregate_elt): Pass NOSIDE to
10159 value_struct_elt_for_reference.
10160 (value_struct_elt_for_reference): Make static, add NOSIDE
10161 parameter, call value_maybe_namespace_elt as a last resort.
10162 (value_namespace_elt): Break out code into
10163 value_maybe_namespace_elt.
10164 (value_maybe_namespace_elt): New.
10165
10166 2004-01-12 Andrew Cagney <cagney@redhat.com>
10167
10168 * mips-tdep.c (mips_convert_register_p): Handle both raw and
10169 cooked floating-point registers.
10170 (mips_gdbarch_init): Set convert_register_p, register_to_value,
10171 and value_to_register.
10172
10173 2004-01-13 Andrew Cagney <cagney@redhat.com>
10174
10175 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
10176 * gdbarch.c: Re-generate.
10177 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
10178 FUNCTION_START_OFFSET.
10179 * v850-tdep.c (v850_gdbarch_init): Ditto.
10180 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
10181 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
10182 * sh-tdep.c (sh_gdbarch_init): Ditto.
10183 * s390-tdep.c (s390_gdbarch_init): Ditto.
10184 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
10185 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10186 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
10187 * mips-tdep.c (mips_gdbarch_init): Ditto.
10188 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
10189 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
10190 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
10191 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
10192 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
10193 * i386-tdep.c (i386_gdbarch_init): Ditto.
10194 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
10195 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
10196 * frv-tdep.c (frv_gdbarch_init): Ditto.
10197 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10198 * cris-tdep.c (cris_gdbarch_init): Ditto.
10199 * avr-tdep.c (avr_gdbarch_init): Ditto.
10200 * arm-tdep.c (arm_gdbarch_init): Ditto.
10201 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
10202
10203 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
10204
10205 * infrun.c (follow_fork_mode_ask): Remove.
10206 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
10207 (follow_fork): Simplify and remove internal error for
10208 follow_fork_mode_ask.
10209 (_initialize_infrun): Update "set follow-fork-mode" help text.
10210
10211 2004-01-13 Andrew Cagney <cagney@redhat.com>
10212
10213 * configure.in: Update copyright year.
10214 (build_warnings): Add -Wunused-label.
10215 * configure: Re-generate.
10216
10217 2004-01-12 Andrew Cagney <cagney@redhat.com>
10218
10219 * exec.h (exec_ops): Make "extern".
10220
10221 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
10222 the function is void.
10223 (mips_pseudo_register_write): Ditto.
10224
10225 2004-01-12 Andrew Cagney <cagney@redhat.com>
10226
10227 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
10228 call. Never defined.
10229 * sparc-tdep.h (struct frame_info): Add opaque declaration.
10230 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
10231 (struct sparc_gregset, struct regcache): Ditto.
10232 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
10233
10234 2004-01-12 Andrew Cagney <cagney@redhat.com>
10235
10236 * mi/ChangeLog: Delete file. Renamed to ...
10237 * mi/ChangeLog-1999-2003: New file.
10238 * tui/ChangeLog: Delete file. Renamed to ...
10239 * tui/ChangeLog-1998-2003: New file.
10240
10241 2004-01-11 Mark Kettenis <kettenis@gnu.org>
10242
10243 * sparc64nbsd-tdep.c: Include "regset.h".
10244 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
10245 Remove variables.
10246 (fetch_core_registers): Remove function.
10247 (sparc64nbsd_core_fns): Remove variable.
10248 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
10249 functions.
10250 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
10251 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10252 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
10253
10254 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
10255 sparc_extract_struct_value_address.
10256 (sparc32_gdbarch_init): Set extract_struct_value_address.
10257 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
10258 function.
10259 (sparc64_init_abi): Set extract_struct_value_address. Don't set
10260 return_value_on_stack.
10261
10262 * NEWS: Mention that %cs and %ss have been added to the AMD64
10263 configurations
10264
10265 * frame.c: Update copyright year.
10266 (get_prev_frame): Improve comment.
10267
10268 * sparc64fbsd-tdep.c: Include "regset.h".
10269 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10270 Remove variables.
10271 (fetch_core_registers): Remove function.
10272 (sparc64fbsd_core_fns): Remove variable.
10273 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
10274 functions.
10275 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
10276 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
10277 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
10278
10279 * sparcnbsd-tdep.c: Include "regset.h".
10280 (fetch_core_registers): Remove function.
10281 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
10282 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
10283 functions.
10284 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
10285 TDEP->fpregset.
10286 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
10287
10288 * sparc-tdep.h (struct regset): Provide opaque declaration.
10289 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
10290 fpregset and sizeof_fpregset members.
10291 * sparc-tdep.c (struct regset): Provide opaque declaration.
10292 (sparc_regset_from_core_section): New function.
10293 (sparc32_gdbarch_init): Initialize TDEP->gregset,
10294 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
10295 Set regset_from_core_section when appropriate.
10296
10297 2004-01-10 Mark Kettenis <kettenis@gnu.org>
10298
10299 * x86-64-tdep.c (amd64_non_pod_p): New function.
10300 (amd64_classify_aggregate): Return class memory for non-POD
10301 C++ structure types.
10302
10303 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
10304 argument. Use it to reserve a register if necessary.
10305 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
10306 amd64_push_arguments.
10307
10308 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
10309
10310 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
10311 register numbers in comments.
10312 * x86-64-tdep.h: Update copyright year.
10313 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
10314 Adjust for addition of %cs and %ss.
10315 * amd64fbsd-nat.c: Update copyright year.
10316 (reg_offset): Add register offsets for %cs and %ss.
10317 * amd64fbsd-tdep.c: Update copyright year.
10318 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
10319 (amd64fbsd_sc_reg_offset): Likewise.
10320 * x86-64-linux-nat.c: Update copyright year.
10321 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
10322 and %ss.
10323 * amd64nbsd-nat.c: Update copyright year.
10324 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
10325 * amd64nbsd-tdep.c: Update copyright year.
10326 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
10327 * x86-64-linux-tdep.c: Update copyright year.
10328 (user_to_gdb_regmap): Add mapping for %cs and %ss.
10329 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
10330 * regformats/reg-x86-64.dat: Add %cs and %ss.
10331
10332 * blockframe.c (inside_entry_func): Reformat. Introduce new local
10333 variables to prevent long lines. Update comments to reflect
10334 reality.
10335
10336 2004-01-09 David Carlton <carlton@kealia.com>
10337
10338 Checked in by Elena Zannoni <ezannoni@redhat.com>.
10339 * dwarf2read.c (read_namespace): Pull out name-generating code
10340 into namespace_name. Rename previous_namespace to previous_prefix
10341 and processing_current_namespace to processing_current_prefix..
10342 (namespace_name): New function.
10343 (add_partial_symbol): Substitute uses of pdi->name with
10344 actual_name.
10345 * cp-support.h: Rename processing_current_namespace to
10346 processing_current_prefix.
10347 Update copyright year.
10348 * cp-namespace.c: Rename processing_current_namespace to
10349 processing_current_prefix.
10350 Update copyright year.
10351
10352 2004-01-09 Andrew Cagney <cagney@redhat.com>
10353
10354 * jv-valprint.c, ser-unix.c: Add missing copyright years.
10355
10356 2004-01-09 Mark Kettenis <kettenis@gnu.org>
10357
10358 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
10359 complaining.
10360 (process_one_symbol): Deal with N_PATCH stabs.
10361
10362 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
10363
10364 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
10365 ifdeffed code.
10366 Update copyright year.
10367
10368 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10369
10370 * config/pa/tm-hppa.h: Update extern declarations for
10371 hppa32_hpux_frame_saved_pc_in_sigtramp,
10372 hppa32_hpux_frame_base_before_sigtramp, and
10373 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
10374
10375 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
10376
10377 * config/pa/tm-hppah.h: Update copyright years.
10378
10379 2004-01-08 Andrew Cagney <cagney@redhat.com>
10380
10381 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
10382 (mips_o32_reg_struct_has_addr): Delete function.
10383 (mips_gdbarch_init): Update.
10384 (mips_extract_struct_value_address): Delete function.
10385
10386 2004-01-08 David Mosberger <davidm@hpl.hp.com>
10387
10388 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
10389 reality.
10390
10391 2004-01-07 Andrew Cagney <cagney@redhat.com>
10392
10393 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
10394 architecture's elf flags (when available).
10395
10396 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
10397 FPU to the start, check the MIPS FPU when looking for an old
10398 architecture.
10399 (set_mipsfpu_single_command): Update the architecture.
10400 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
10401
10402 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
10403 (mips_mask_address_p): Add "tdep" parameter.
10404 (show_mask_address, mips_addr_bits_remove): Update.
10405 (mips_dump_tdep): Update.
10406 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
10407 (MIPS_STACK_ARGSIZE): Delete macro.
10408 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
10409 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
10410 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
10411 (mips_dump_tdep): Update.
10412 (MIPS_SAVED_REGSIZE): Delete macro.
10413 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
10414 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
10415 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
10416 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
10417 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
10418 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
10419 (mips_pop_frame, return_value_location): Update.
10420 (mips_n32n64_return_value, mips_dump_tdep): Update.
10421
10422 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
10423 MIPS ABI.
10424
10425 * mips-tdep.c: Update copyright.
10426 (mips_gdbarch_init): Merge two code blocks handling the register
10427 name and number layout.
10428
10429 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
10430
10431 * tracepoint.c (validate_actionline): Fix segv at EOF
10432
10433 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
10434
10435 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
10436 properly for static fields.
10437
10438 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
10439 Jason Molenda <jmolenda@apple.com>
10440
10441 * disasm.c: Update copyright to include 2004.
10442 (do_mixed_source_and_assembly): For uiout asm list
10443 and tuple cleanups, initialize to null_cleanup instead of
10444 NULL and do so prior to loop. Only reset when we close off
10445 the tuple/list. Move check for whether to close off the
10446 asm tuple/list to after dump_insns call where it will be run
10447 on each loop iteration.
10448
10449 2004-01-05 Andrew Cagney <cagney@redhat.com>
10450
10451 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
10452 should be a switch case and not a label.
10453 * mips-tdep.c (mips32_next_pc): Delete unused labels
10454 "greater_equal_branch" and "less_zero_branch".
10455 * jv-valprint.c (java_print_value_fields): Delete unused label
10456 "flush_it".
10457
10458 * target.c (unpush_target): Only close a target that is in the
10459 target stack.
10460
10461 2004-01-05 Mark Kettenis <kettenis@gnu.org>
10462
10463 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
10464 address from [sp + 64] instead of %o2.
10465
10466 * frame.c (get_prev_frame): Don't try to unwind the PC. This
10467 fixes PR backtrace/1476.
10468
10469 2004-01-05 Andrew Cagney <cagney@redhat.com>
10470
10471 * libunwind-frame.h (struct frame_id): Add opaque declaration,
10472 move to start of file.
10473 * i386-tdep.h (struct regcache): Add opaque declaration.
10474 * config/ia64/nm-linux.h (struct target_ops): Add opaque
10475 declaration.
10476 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
10477 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
10478 * win32-nat.c (fake_create_process): Use ISO C style definition.
10479 * stabsread.c (define_symbol): Delete #ifndef
10480 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
10481 stabs_argument_has_addr call, macro never defined.
10482
10483 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
10484
10485 * op50-rom.c: Delete.
10486 * w89k-rom.c: Delete.
10487 * Makefile.in: Remove references.
10488
10489 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10490
10491 * x86-64-tdep.c: Update copyright year.
10492 (struct amd64_register_info): Rename from x86_64_register_info.
10493 (amd64_register_info): Rename from x86_64_register_info.
10494 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
10495 (amd64_register_name): Rename from x86_64_register_name.
10496 (amd64_register_type): Rename from x86_64_register_type.
10497 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
10498 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
10499 (amd64_dwarf_reg_to_regnum): Rename from
10500 x86_64_dwarf_reg_to_regnum.
10501 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
10502 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
10503 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
10504 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
10505 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
10506 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
10507 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
10508 (amd64_frame_cache): Rename from x86_64_frame_cache.
10509 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
10510 (amd64_frame_prev_register): Rename from
10511 x86_64_frame_prev_register.
10512 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
10513 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
10514 (amd64_sigtramp_frame_cache): Rename from
10515 x86_64_sigtramp_frame_cache.
10516 (amd64_sigtramp_frame_prev_register): Rename from
10517 x86_64_sigtramp_frame_prev_register.
10518 (amd64_sigtramp_frame_unwind): Rename from
10519 x86_64_sigtramp_frame_unwind.
10520 (amd64_sigtramp_frame_sniffer): Rename from
10521 x86_64_sigtramp_frame_sniffer.
10522 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
10523 (amd64_frame_base): Rename from x86_64_frame_base.
10524 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
10525 (amd64_frame_align): Rename from x86_64_frame_align.
10526 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
10527 (amd64_regset_from_core_section): Rename from
10528 x86_64_regset_from_core_section.
10529 (x86_64_init_abi): Update comments.
10530
10531 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
10532
10533 * MAINTAINERS (write after approval): Add myself.
10534
10535 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10536
10537 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
10538 `float' arguments.
10539
10540 2004-01-04 Mark Kettenis <kettenis@gnu.org>
10541
10542 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
10543 such that it mentions a specific version of GCC that exhibits this
10544 bug.
10545
10546 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10547
10548 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
10549 structure that has a single `float' member, store it in %f1 in
10550 addition to %f0.
10551
10552 * sparc-sol2-nat.c: Add missing '\'.
10553
10554 * sparc-tdep.c (sparc32_return_value): New function.
10555 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
10556 Remove functions.
10557 (sparc32_gdbarch_init): Set return_value, don't set
10558 extract_return_value, store_return_value, use_struct_convention
10559 and return_value_on_stack.
10560
10561 * sparc-sol2-nat.c: Add missing ')'.
10562
10563 2004-01-03 J. Brobecker <brobecker@gnat.com>
10564
10565 * infrun.c (handle_step_into_function): New function.
10566 (handle_inferior_event): Extract out some code into the new
10567 function above.
10568
10569 2004-01-03 J. Brobecker <brobecker@gnat.com>
10570
10571 * infrun.c (handle_inferior_event): Move the declaration of
10572 real_stop_pc inside the if blocks where it is used.
10573
10574 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10575
10576 * sparc64-tdep.c (sparc64_16_byte_align_p)
10577 (sparc64_store_floating_fields, sparc64_store_floating_fields):
10578 Use check_typedef to get subtypes of structures and unions.
10579 (sparc64_store_return_value): Fix calculation of the appropriate
10580 offset into VALBUF when storing a structure or union.
10581 (sparc64_return_value): New function.
10582 (sparc64_use_struct_convention): Remove function.
10583 (sparc64_init_abi): Set return_value, don't set
10584 extract_return_value, store_return_value and
10585 use_struct_convention.
10586
10587 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
10588
10589 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
10590 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
10591 gdb/config/alpha/xm-alphaosf.h,
10592 gdb/config/powerpc/tm-ppcle-eabi.h,
10593 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
10594 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
10595 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
10596 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
10597 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
10598 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
10599 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
10600 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
10601 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
10602 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
10603 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
10604 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
10605 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
10606 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
10607 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
10608 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
10609 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
10610 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
10611 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
10612 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
10613 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
10614 Remove lines for .cvsignore files.
10615
10616 2004-01-03 J. Brobecker <brobecker@gnat.com>
10617
10618 * infrun.c: Back out the previous change.
10619
10620 2004-01-03 Mark Kettenis <kettenis@gnu.org>
10621
10622 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
10623 sparc-*-sunos4* to the list of REMOVED configurations.
10624
10625 * configure.tgt: Add back sparc-*-vxworks*.
10626 * remote-vxsparc.c: Remove all includes except for "defs.h",
10627 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
10628 Include "sparc-tdep.h".
10629 (SPARC_R_G1): New define.
10630 (vxsparc_gregset): New variable.
10631 (ext_format_sparc): Remove extern declaration.
10632 (vx_read_register): Rewrite to use sparc32_supply_gregset and
10633 sparc32_supply_fpregset.
10634 (vx_write_register): Rewrite to use sparc32_collect_gregset,
10635 sparc_collect_rwindow and sparc32_collect_fpregset.
10636 * config/sparc/tm-vxworks.h: New file, based on recently removed
10637 tm-vxsparc.h.
10638 * config/sparc/vxworks.mt: New file, based on recently removed
10639 vxworks.mt.
10640
10641 2004-01-03 J. Brobecker <brobecker@gnat.com>
10642
10643 * infrun.c (handle_step_into_function): New function.
10644 (handle_inferior_event): Extract out some code into the new
10645 function above.
10646
10647 2004-01-02 Mark Kettenis <kettenis@gnu.org>
10648
10649 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
10650 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
10651 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
10652 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
10653 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
10654 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
10655 (sparc_nat_h): New variable.
10656 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
10657 (tm-sun4os4.h): Remove dependency.
10658 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
10659 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
10660 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
10661 sparc-tdep.o): Update dependencies.
10662 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
10663 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
10664 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
10665 dependencies.
10666 * configure.host: Remove existing sparc-*-lynxos*,
10667 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
10668 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
10669 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
10670 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
10671 triplets.
10672 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
10673 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
10674 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
10675 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
10676 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
10677 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
10678 sparc64-*-solaris2* and sparc64-*-* triplets.
10679 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
10680 "symtab.h" and "objfiles.h".
10681 (BIAS): Remove define.
10682 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
10683 (X_DISP19): Remove macros.
10684 (sparc_fetch_instruction): Remove function.
10685 (struct gdbarch_tdep): Remove definition.
10686 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
10687 (sparc_breakpoint_from_pc): Remove function.
10688 (struct sparc64_frame_cache): Remove definition.
10689 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
10690 sparc64_unwind_pc): Remove functions.
10691 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
10692 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
10693 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
10694 (sparc64_frame_cache): Change return type to `struct
10695 sparc_frame_cache *'. Simply call sparc_frame_cache.
10696 (sparc64_frame_this_id, sparc64_frame_prev_register,
10697 sparc64_frame_base_address): Use `struct sparc_frame_cache'
10698 instead of `struct sparc64_frame_cache.
10699 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
10700 sparc_analyze_control_transfer, sparc_software_single_step,
10701 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
10702 _initialize_sparc64_tdep): Remove functions.
10703 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
10704 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
10705 macros.
10706 (sparc64_supply_gregset, sparc64_collect_gregset,
10707 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
10708 (sparc64_init_abi): New function.
10709 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
10710 inclusion guard. Include "sparc-tdep.h".
10711 (BIAS): Define.
10712 (r_tstate_offset, r_fprs_offset): New defines.
10713 (enum sparc_regnum): Remove defenition.
10714 (enum sparc64_regnum): Reformat.
10715 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
10716 (sparc64_init_abi, sparc64_supply_gregset,
10717 sparc64_collect_gregset, sparc64_supply_fpregset,
10718 sparc64_collect_fpregset): New prototypes.
10719 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
10720 Add extern declarations.
10721 (sparc64_sol2_init_abi): New prototype.
10722 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
10723 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
10724 prototypes.
10725 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
10726 "sparnbsd-nat.h".
10727 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
10728 functions.
10729 (_initialize_sparc64fbsd_nat): Remove initialization of
10730 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
10731 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
10732 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
10733 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
10734 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
10735 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
10736 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
10737 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
10738 (sparc64fbsd_r_y_offset): Remove variables.
10739 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
10740 Make static and const.
10741 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
10742 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
10743 functions.
10744 (sparc64fbsd_gregset): New variable.
10745 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
10746 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
10747 and sparc64_supply_fpregset.
10748 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
10749 (sparc64fbsd_sigtramp_frame_this_id)
10750 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
10751 (sparc64fbsd_sigtramp_frame_unwind): New variable.
10752 (sparc64fbsd_sigtramp_frame_sniffer): New function.
10753 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
10754 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
10755 * sparcnbsd-tdep.c: Update copyright year. Include
10756 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
10757 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
10758 "value.h" and "sparcnbsd-tdep.h".
10759 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
10760 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
10761 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
10762 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
10763 defines.
10764 (sparcnbsd_gregset): New variable.
10765 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
10766 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
10767 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
10768 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
10769 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
10770 variables.
10771 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
10772 (sparc32nbsd_sigcontext_frame_this_id)
10773 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
10774 (sparc32nbsd_sigcontext_frame_unwind): New variable.
10775 (sparc32nbsd_sigtramp_frame_sniffer): New function.
10776 (sparcnbsd_get_longjmp_target_32,
10777 sparcnbsd_get_longjmp_target_64): Remove functions.
10778 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
10779 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
10780 sparcnbsd_init_elf): Remove.
10781 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
10782 (sparcnbsd_elf_init_abi): New functions.
10783 (_initialize_sparcnbsd_tdep): New prototype.
10784 (_initialize_sparnbsd_tdep): Update.
10785 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
10786 corelow.o. Add sparc64-nat.o and sparc-nat.o.
10787 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
10788 * config/sparc/linux.mh: Update comment.
10789 (XM_FILE, HOST_IPC): Remove variables.
10790 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
10791 sparc-linux-nat.o.
10792 * config/sparc/linux.mt: Update comment.
10793 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
10794 * config/sparc/nbsd.mt: Reformat.
10795 * config/sparc/nbsd64.mh: Update comment.
10796 (NATDEPFILES): Add sparc-nat.o.
10797 * config/sparc/nbsd64.mt: Update comment.
10798 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
10799 (TM_FILE): Set to tm-nbsd.h.
10800 * config/sparc/nbsdelf.mh: Update comment.
10801 (NATDEPFILES): Add sparc-nat.o.
10802 (XM_FILE): Delete.
10803 * config/sparc/nbsdaout.mh: Update comment.
10804 (NATDEPFILES): Add sparc-nat.o
10805 (XM_FILE): Delete.
10806 * config/sparc/nm-linux.h: Update copyright year. Don't include
10807 "config/nm-svr4.h" and "solib.h". Add protection against multiple
10808 inclusion.
10809 (KERNEL_U_SIZE): Remove define.
10810 (kernel_u_size): Remove prototype.
10811 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
10812 * config/sparc/nm-nbsd.h: Update copyright. Don't include
10813 "regcache.h".
10814 (CHILD_PREPARE_TO_STORE): Remove define.
10815 * config/sparc/nm-nbsdaout.h: Tweak some comments.
10816 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
10817 sparcnbsd-nat.c: Rewrite files.
10818 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
10819 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
10820 sparcnbsd-tdep.h: Remove files.
10821 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
10822 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
10823 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
10824 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
10825 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
10826 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
10827 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
10828 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
10829 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
10830 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
10831 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
10832 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
10833 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
10834 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
10835 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
10836 * config/sparc/linux64.mh, config/sparc/linux64.mt,
10837 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
10838 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
10839 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
10840
10841 2004-01-02 Andrew Cagney <cagney@redhat.com>
10842
10843 From 2003-12-18 Kazuhiro Inaoka:
10844 * configure.host: Add m32r-linux target.
10845
10846 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10847
10848 * top.c (print_gdb_version): Update year to 2004.
10849
10850 2004-01-02 Mark Mitchell <mark@codesourcery.com>
10851
10852 * MAINTAINERS: Add myself to the write-after-approval category.
10853
10854 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
10855
10856 From Bernardo Innocenti <bernie@develer.com>:
10857 * configure.tgt: Add uClinux target.
10858
10859 2004-01-02 Andrew Cagney <cagney@redhat.com>
10860
10861 * utils.c (do_my_cleanups): Make static, add forward declaration.
10862 * defs.h (do_my_cleanups): Delete declaration.
10863
10864 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
10865
10866 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
10867 bfd/ChangeLog-0203.
10868
10869 2004-01-02 Mark Kettenis <kettenis@gnu.org>
10870
10871 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
10872 in <machine/reg.h>.
10873 * configure, config.in: Regenerate.
10874
10875 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
10876 tui/ChangeLog-1998-2003.
10877 \f
10878 Local Variables:
10879 mode: change-log
10880 left-margin: 8
10881 fill-column: 74
10882 version-control: never
10883 End:
This page took 0.296596 seconds and 5 git commands to generate.