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